@ckeditor/ckeditor5-revision-history 44.0.0-alpha.11 → 44.0.0-alpha.12
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:_},x={hour:k,minute:k},A={hour:k,minute:k,second:k},R={hour:k,minute:k,second:k,timeZoneName:b},M={hour:k,minute:k,second:k,timeZoneName:_},E={hour:k,minute:k,hour12:!1},N={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:_},q={year:k,month:_,day:k,weekday:_,hour:k,minute:k,second:k,timeZoneName:_};function Z(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 G(){return!Z(Intl.DateTimeFormat.prototype.formatToParts)}function J(){try{return"undefined"!=typeof Intl&&!!Intl.RelativeTimeFormat}catch(t){return!1}}function X(t,e,n){if(0!==t.length)return t.reduce((function(t,i){var r=[e(i),i];return t&&n(t[0],r[0])===t[0]?t:r}),null)[1]}function Q(t,e){return e.reduce((function(e,n){return e[n]=t[n],e}),{})}function K(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 Z(t)||null===t||""===t?void 0:parseInt(t,10)}function nt(t){if(!Z(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&&G()){var c=new Intl.DateTimeFormat(n,o).formatToParts(r).find((function(t){return"timezonename"===t.type.toLowerCase()}));return c?c.value:null}if(a){var u=new Intl.DateTimeFormat(n,s).format(r);return new Intl.DateTimeFormat(n,o).format(r).substring(u.length).replace(/^[, \u200e]+/,"")}return null}function ht(t,e){var n=parseInt(t,10);Number.isNaN(n)&&(n=0);var i=parseInt(e,10)||0;return 60*n+(n<0||Object.is(n,-0)?-i:i)}function dt(t){var e=Number(t);if("boolean"==typeof t||""===t||Number.isNaN(e))throw new y("Invalid unit value "+t);return e}function ft(t,e,n){var i={};for(var r in t)if(K(t,r)){if(n.indexOf(r)>=0)continue;var s=t[r];if(null==s)continue;i[e(r)]=dt(s)}return i}function vt(t,e){var n=Math.trunc(Math.abs(t/60)),i=Math.trunc(Math.abs(t%60)),r=t>=0?"+":"-";switch(e){case"short":return""+r+tt(n,2)+":"+tt(i,2);case"narrow":return""+r+n+(i>0?":"+i:"");case"techie":return""+r+tt(n,2)+tt(i,2);default:throw new RangeError("Value format "+e+" is out of range for property format")}}function mt(t){return Q(t,["hour","minute","second","millisecond"])}var pt=/[A-Za-z_+-]{1,256}(:?\/[A-Za-z_+-]{1,256}(\/[A-Za-z_+-]{1,256})?)?/;function yt(t){return JSON.stringify(t,Object.keys(t).sort())}var gt=["January","February","March","April","May","June","July","August","September","October","November","December"],kt=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],bt=["J","F","M","A","M","J","J","A","S","O","N","D"];function _t(t){switch(t){case"narrow":return[].concat(bt);case"short":return[].concat(kt);case"long":return[].concat(gt);case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}var wt=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],It=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],Ot=["M","T","W","T","F","S","S"];function St(t){switch(t){case"narrow":return[].concat(Ot);case"short":return[].concat(It);case"long":return[].concat(wt);case"numeric":return["1","2","3","4","5","6","7"];default:return null}}var Tt=["AM","PM"],xt=["Before Christ","Anno Domini"],At=["BC","AD"],Rt=["B","A"];function Mt(t){switch(t){case"narrow":return[].concat(Rt);case"short":return[].concat(At);case"long":return[].concat(xt);default:return null}}function Et(t,e){for(var n,i="",r=l(t);!(n=r()).done;){var s=n.value;s.literal?i+=s.val:i+=e(s.val)}return i}var Nt={D:w,DD:I,DDD:S,DDDD:T,t:x,tt:A,ttt:R,tttt:M,T:E,TT:N,TTT:V,TTTT:j,f:D,ff:L,fff:z,ffff:U,F:C,FF:P,FFF:H,FFFF:q},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 Nt[t]};var e=t.prototype;return e.formatWithSystemDefault=function(t,e){return null===this.systemLoc&&(this.systemLoc=this.loc.redefaultToSystem()),this.systemLoc.dtFormatter(t,Object.assign({},this.opts,e)).format()},e.formatDateTime=function(t,e){return void 0===e&&(e={}),this.loc.dtFormatter(t,Object.assign({},this.opts,e)).format()},e.formatDateTimeParts=function(t,e){return void 0===e&&(e={}),this.loc.dtFormatter(t,Object.assign({},this.opts,e)).formatToParts()},e.resolvedOptions=function(t,e){return void 0===e&&(e={}),this.loc.dtFormatter(t,Object.assign({},this.opts,e)).resolvedOptions()},e.num=function(t,e){if(void 0===e&&(e=0),this.opts.forceSimple)return tt(t,e);var n=Object.assign({},this.opts);return e>0&&(n.padTo=e),this.loc.numberFormatter(n).format(t)},e.formatDateTimeFromString=function(e,n){var i=this,r="en"===this.loc.listingMode(),s=this.loc.outputCalendar&&"gregory"!==this.loc.outputCalendar&&G(),o=function(t,n){return i.loc.extract(e,t,n)},a=function(t){return e.isOffsetFixed&&0===e.offset&&t.allowZ?"Z":e.isValid?e.zone.formatOffset(e.ts,t.format):""},c=function(){return r?function(t){return Tt[t.hour<12?0:1]}(e):o({hour:"numeric",hour12:!0},"dayperiod")},u=function(t,n){return r?function(t,e){return _t(e)[t.month-1]}(e,t):o(n?{month:t}:{month:t,day:"numeric"},"month")},l=function(t,n){return r?function(t,e){return St(e)[t.weekday-1]}(e,t):o(n?{weekday:t}:{weekday:t,month:"long",day:"numeric"},"weekday")},h=function(t){return r?function(t,e){return Mt(e)[t.year<0?0:1]}(e,t):o({era:t},"era")};return Et(t.parseFormat(n),(function(n){switch(n){case"S":return i.num(e.millisecond);case"u":case"SSS":return i.num(e.millisecond,3);case"s":return i.num(e.second);case"ss":return i.num(e.second,2);case"m":return i.num(e.minute);case"mm":return i.num(e.minute,2);case"h":return i.num(e.hour%12==0?12:e.hour%12);case"hh":return i.num(e.hour%12==0?12:e.hour%12,2);case"H":return i.num(e.hour);case"HH":return i.num(e.hour,2);case"Z":return a({format:"narrow",allowZ:i.opts.allowZ});case"ZZ":return a({format:"short",allowZ:i.opts.allowZ});case"ZZZ":return a({format:"techie",allowZ:i.opts.allowZ});case"ZZZZ":return e.zone.offsetName(e.ts,{format:"short",locale:i.loc.locale});case"ZZZZZ":return e.zone.offsetName(e.ts,{format:"long",locale:i.loc.locale});case"z":return e.zoneName;case"a":return c();case"d":return s?o({day:"numeric"},"day"):i.num(e.day);case"dd":return s?o({day:"2-digit"},"day"):i.num(e.day,2);case"c":case"E":return i.num(e.weekday);case"ccc":return l("short",!0);case"cccc":return l("long",!0);case"ccccc":return l("narrow",!0);case"EEE":return l("short",!1);case"EEEE":return l("long",!1);case"EEEEE":return l("narrow",!1);case"L":return s?o({month:"numeric",day:"numeric"},"month"):i.num(e.month);case"LL":return s?o({month:"2-digit",day:"numeric"},"month"):i.num(e.month,2);case"LLL":return u("short",!0);case"LLLL":return u("long",!0);case"LLLLL":return u("narrow",!0);case"M":return s?o({month:"numeric"},"month"):i.num(e.month);case"MM":return s?o({month:"2-digit"},"month"):i.num(e.month,2);case"MMM":return u("short",!1);case"MMMM":return u("long",!1);case"MMMMM":return u("narrow",!1);case"y":return s?o({year:"numeric"},"year"):i.num(e.year);case"yy":return s?o({year:"2-digit"},"year"):i.num(e.year.toString().slice(-2),2);case"yyyy":return s?o({year:"numeric"},"year"):i.num(e.year,4);case"yyyyyy":return s?o({year:"numeric"},"year"):i.num(e.year,6);case"G":return h("short");case"GG":return h("long");case"GGGGG":return h("narrow");case"kk":return i.num(e.weekYear.toString().slice(-2),2);case"kkkk":return i.num(e.weekYear,4);case"W":return i.num(e.weekNumber);case"WW":return i.num(e.weekNumber,2);case"o":return i.num(e.ordinal);case"ooo":return i.num(e.ordinal,3);case"q":return i.num(e.quarter);case"qq":return i.num(e.quarter,2);case"X":return i.num(Math.floor(e.ts/1e3));case"x":return i.num(e.ts);default:return function(n){var r=t.macroTokenToFormatOpts(n);return r?i.formatWithSystemDefault(e,r):n}(n)}}))},e.formatDurationFromString=function(e,n){var i,r=this,s=function(t){switch(t[0]){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":return"hour";case"d":return"day";case"M":return"month";case"y":return"year";default:return null}},o=t.parseFormat(n),a=o.reduce((function(t,e){var n=e.literal,i=e.val;return n?t:t.concat(i)}),[]),c=e.shiftTo.apply(e,a.map(s).filter((function(t){return t})));return Et(o,(i=c,function(t){var e=s(t);return e?r.num(i.get(e),t.length):t}))},t}(),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 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];Z(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),qt=null,Zt=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===qt&&(qt=new e(0)),qt}}]);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(Z(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?Zt.utcInstance:null!=(n=Ut.parseGMTOffset(t))?Zt.instance(n):Ut.isValidSpecifier(i)?Ut.create(t):Zt.parseSpecifier(i)||new Bt(t)}return B(t)?Zt.instance(t):"object"==typeof t&&t.offset&&"number"==typeof t.offset?t:new Bt(t)}var Yt=function(){return Date.now()},Gt=null,Jt=null,Xt=null,Qt=null,Kt=!1,$t=function(){function t(){}return t.resetCaches=function(){le.resetCache(),Ut.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){Gt=t?Wt(t):null}},{key:"defaultZone",get:function(){return Gt||Lt.instance}},{key:"defaultLocale",get:function(){return Jt},set:function(t){Jt=t}},{key:"defaultNumberingSystem",get:function(){return Xt},set:function(t){Xt=t}},{key:"defaultOutputCalendar",get:function(){return Qt},set:function(t){Qt=t}},{key:"throwOnInvalid",get:function(){return Kt},set:function(t){Kt=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=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(Q(t,["weekday","era","year","month","day","hour","minute","second","timeZoneName","hour12"]))){case yt(w):return"M/d/yyyy";case yt(I):return"LLL d, yyyy";case yt(O):return"EEE, LLL d, yyyy";case yt(S):return"LLLL d, yyyy";case yt(T):return"EEEE, LLLL d, yyyy";case yt(x):return"h:mm a";case yt(A):return"h:mm:ss a";case yt(R):case yt(M):return"h:mm a";case yt(E):return"HH:mm";case yt(N):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(q):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&&G()?this.dtf.formatToParts(this.dt.toJSDate()):[]},e.resolvedOptions=function(){return this.hasIntl?this.dtf.resolvedOptions():{locale:"en-US",numberingSystem:"latn",outputCalendar:"gregory"}},t}(),ue=function(){function t(t,e,n){this.opts=Object.assign({style:"long"},n),!e&&J()&&(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()&&G(),n=this.isEnglish(),i=!(null!==this.numberingSystem&&"latn"!==this.numberingSystem||null!==this.outputCalendar&&"gregory"!==this.outputCalendar);return e||n&&i||t?!e||n&&i?"en":"intl":"error"},e.clone=function(e){return e&&0!==Object.getOwnPropertyNames(e).length?t.create(e.locale||this.specifiedLocale,e.numberingSystem||this.numberingSystem,e.outputCalendar||this.outputCalendar,e.defaultToEN||!1):this},e.redefaultToEN=function(t){return void 0===t&&(t={}),this.clone(Object.assign({},t,{defaultToEN:!0}))},e.redefaultToSystem=function(t){return void 0===t&&(t={}),this.clone(Object.assign({},t,{defaultToEN:!1}))},e.months=function(t,e,n){var i=this;return void 0===e&&(e=!1),void 0===n&&(n=!0),oe(this,t,n,_t,(function(){var n=e?{month:t,day:"numeric"}:{month:t},r=e?"format":"standalone";return i.monthsCache[r][t]||(i.monthsCache[r][t]=function(t){for(var e=[],n=1;n<=12;n++){var i=di.utc(2016,n,1);e.push(t(i))}return e}((function(t){return i.extract(t,n,"month")}))),i.monthsCache[r][t]}))},e.weekdays=function(t,e,n){var i=this;return void 0===e&&(e=!1),void 0===n&&(n=!0),oe(this,t,n,St,(function(){var n=e?{weekday:t,year:"numeric",month:"long",day:"numeric"}:{weekday:t},r=e?"format":"standalone";return i.weekdaysCache[r][t]||(i.weekdaysCache[r][t]=function(t){for(var e=[],n=1;n<=7;n++){var i=di.utc(2016,11,13+n);e.push(t(i))}return e}((function(t){return i.extract(t,n,"weekday")}))),i.weekdaysCache[r][t]}))},e.meridiems=function(t){var e=this;return void 0===t&&(t=!0),oe(this,void 0,t,(function(){return Tt}),(function(){if(!e.meridiemCache){var t={hour:"numeric",hour12:!0};e.meridiemCache=[di.utc(2016,11,13,9),di.utc(2016,11,13,19)].map((function(n){return e.extract(n,t,"dayperiod")}))}return e.meridiemCache}))},e.eras=function(t,e){var n=this;return void 0===e&&(e=!0),oe(this,t,e,Mt,(function(){var e={era:t};return n.eraCache[t]||(n.eraCache[t]=[di.utc(-40,1,1),di.utc(2017,1,1)].map((function(t){return n.extract(t,e,"era")}))),n.eraCache[t]}))},e.extract=function(t,e,n){var i=this.dtFormatter(t,e).formatToParts().find((function(t){return t.type.toLowerCase()===n}));return i?i.value:null},e.numberFormatter=function(t){return void 0===t&&(t={}),new ae(this.intl,t.forceSimple||this.fastNumbers,t)},e.dtFormatter=function(t,e){return void 0===e&&(e={}),new ce(t,this.intl,e)},e.relFormatter=function(t){return void 0===t&&(t={}),new ue(this.intl,this.isEnglish(),t)},e.isEnglish=function(){return"en"===this.locale||"en-us"===this.locale.toLowerCase()||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 Z(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:Zt.instance(i),e+3]}function xe(t,e){return[{},t[e]?Ut.create(t[e]):null,e+1]}var Ae=RegExp("^T?"+pe.source+"$"),Re=/^-?P(?:(?:(-?\d{1,9})Y)?(?:(-?\d{1,9})M)?(?:(-?\d{1,9})W)?(?:(-?\d{1,9})D)?(?:T(?:(-?\d{1,9})H)?(?:(-?\d{1,9})M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,9}))?S)?)?)$/;function 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 Ee={GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Ne(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=Ne(n,s,r,i,o,a,c);return e=u?Ee[u]:l?0:ht(h,d),[f,new Zt(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[Ne(e,t[4],i,n,t[5],t[6],t[7]),Zt.utcInstance]}function Fe(t){var e=t[1],n=t[2],i=t[3],r=t[4],s=t[5],o=t[6];return[Ne(e,t[7],n,i,r,s,o),Zt.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),qe=he(ye),Ze=de(Oe,Se,Te),Be=de(ke,Se,Te),We=de(be,Se,Te),Ye=de(Se,Te);var Ge=de(Se);var Je=he(/(\d{4})-(\d\d)-(\d\d)/,we),Xe=he(_e),Qe=de(Oe,Se,Te,xe),Ke=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,[Re,Me])}(e),r=i[0];if(r){var s=Object.assign(r,n);return t.fromObject(s)}return t.invalid("unparsable",'the input "'+e+"\" can't be parsed as ISO 8601")},t.fromISOTime=function(e,n){var i=function(t){return fe(t,[Ae,Ge])}(e),r=i[0];if(r){var s=Object.assign(r,n);return t.fromObject(s)}return t.invalid("unparsable",'the input "'+e+"\" can't be parsed as ISO 8601")},t.invalid=function(e,n){if(void 0===n&&(n=null),!e)throw new y("need to specify a reason the Duration is invalid");var i=e instanceof 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;(K(n.values,s)||K(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 Z(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 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=G(),i=J();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 Rn={year:{"2-digit":"yy",numeric:"yyyyy"},month:{numeric:"M","2-digit":"MM",short:"MMM",long:"MMMM"},day:{numeric:"d","2-digit":"dd"},weekday:{short:"EEE",long:"EEEE"},dayperiod:"a",dayPeriod:"a",hour:{numeric:"h","2-digit":"hh"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"}};var Mn=null;function En(t,e){if(t.literal)return t;var n=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=Rn[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 Nn(t,e,n){var i=function(t,e){var n;return(n=Array.prototype).concat.apply(n,t.map((function(t){return En(t,e)})))}(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(K(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=Z(t.Z)?Z(t.z)?null:Ut.create(t.z):new Zt(t.Z),Z(t.q)||(t.M=3*(t.q-1)+1),Z(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),Z(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(K(d,"a")&&K(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 qn(t){var e=W(t.year),n=$(t.month,1,12),i=$(t.day,1,ot(t.year,t.month));return e?n?!i&&Dn("day",t.day):Dn("month",t.month):Dn("year",t.year)}function Zn(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 Gn(t){return null===t.weekData&&(t.weekData=Fn(t.c)),t.weekData}function Jn(t,e){var n={ts:t.ts,zone:t.zone,c:t.c,o:t.o,loc:t.loc,invalid:t.invalid};return new di(Object.assign({},n,e,{old:n}))}function Xn(t,e,n){var i=t-60*e*1e3,r=n.offset(i);if(e===r)return[i,e];i-=60*(r-e)*1e3;var s=n.offset(i);return r===s?[i,r]:[t-60*Math.min(r,s)*1e3,Math.max(r,s)]}function Qn(t,e){var n=new Date(t+=60*e*1e3);return{year:n.getUTCFullYear(),month:n.getUTCMonth()+1,day:n.getUTCDate(),hour:n.getUTCHours(),minute:n.getUTCMinutes(),second:n.getUTCSeconds(),millisecond:n.getUTCMilliseconds()}}function Kn(t,e,n){return Xn(at(t),e,n)}function $n(t,e){var n=t.o,i=t.c.year+Math.trunc(e.years),r=t.c.month+Math.trunc(e.months)+3*Math.trunc(e.quarters),s=Object.assign({},t.c,{year:i,month:r,day:Math.min(t.c.day,ot(i,r))+Math.trunc(e.days)+7*Math.trunc(e.weeks)}),o=un.fromObject({years:e.years-Math.trunc(e.years),quarters:e.quarters-Math.trunc(e.quarters),months:e.months-Math.trunc(e.months),weeks:e.weeks-Math.trunc(e.weeks),days:e.days-Math.trunc(e.days),hours:e.hours,minutes:e.minutes,seconds:e.seconds,milliseconds:e.milliseconds}).as("milliseconds"),a=Xn(at(s),n,t.zone),c=a[0],u=a[1];return 0!==o&&(c+=o,u=t.zone.offset(c)),{ts:c,o:u}}function ti(t,e,n,i,r){var s=n.setZone,o=n.zone;if(t&&0!==Object.keys(t).length){var a=e||o,c=di.fromObject(Object.assign(t,n,{zone:a,setZone:void 0}));return s?c:c.setZone(o)}return di.invalid(new jt("unparsable",'the input "'+r+"\" can't be parsed as "+i))}function ei(t,e,n){return void 0===n&&(n=!0),t.isValid?Vt.create(le.create("en-US"),{allowZ:n,forceSimple:!0}).formatDateTimeFromString(t,e):null}function ni(t,e){var n=e.suppressSeconds,i=void 0!==n&&n,r=e.suppressMilliseconds,s=void 0!==r&&r,o=e.includeOffset,a=e.includePrefix,c=void 0!==a&&a,u=e.includeZone,l=void 0!==u&&u,h=e.spaceZone,d=void 0!==h&&h,f=e.format,v=void 0===f?"extended":f,m="basic"===v?"HHmm":"HH:mm";i&&0===t.second&&0===t.millisecond||(m+="basic"===v?"ss":":ss",s&&0===t.millisecond||(m+=".SSS")),(l||o)&&d&&(m+=" "),l?m+="z":o&&(m+="basic"===v?"ZZZ":"ZZ");var p=ei(t,m);return c&&(p="T"+p),p}var ii={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},ri={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},si={ordinal:1,hour:0,minute:0,second:0,millisecond:0},oi=["year","month","day","hour","minute","second","millisecond"],ai=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],ci=["year","ordinal","hour","minute","second","millisecond"];function ui(t){var e={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",quarter:"quarter",quarters:"quarter",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[t.toLowerCase()];if(!e)throw new p(t);return e}function li(t,e){for(var n,i=l(oi);!(n=i()).done;){var r=n.value;Z(t[r])&&(t[r]=ii[r])}var s=qn(t)||Zn(t);if(s)return di.invalid(s);var o=$t.now(),a=Kn(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=!!Z(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=Z(t.ts)?$t.now():t.ts;var i=null,r=null;if(!n)if(t.old&&t.old.ts===this.ts&&t.old.zone.equals(e)){var s=[t.old.c,t.old.o];i=s[0],r=s[1]}else{var o=e.offset(this.ts);i=Qn(this.ts,o),i=(n=Number.isNaN(i.year)?new 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 Z(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 Z(e)?new t({ts:$t.now(),zone:Zt.utcInstance}):li({year:e,month:n,day:i,hour:r,minute:s,second:o,millisecond:a},Zt.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=!Z(s.ordinal),a=!Z(s.year),c=!Z(s.month)||!Z(s.day),u=a||c,h=s.weekYear||s.weekNumber,d=le.fromObject(e);if((u||o)&&h)throw new m("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(c&&o)throw new m("Can't mix ordinal dates with month/day");var f,v,p=h||s.weekday&&!u,y=Qn(i,r);p?(f=ai,v=ri,y=Fn(y)):o?(f=ci,v=si,y=Hn(y)):(f=oi,v=ii);for(var g,k=!1,b=l(f);!(g=b()).done;){var _=g.value;Z(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):qn(s),I=w||Zn(s);if(I)return t.invalid(I);var O=Kn(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,Ze],[He,Be],[Ue,We],[qe,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={}),Z(e)||Z(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=Nn(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,[Je,Qe],[Xe,Ke])}(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(Zt.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=Kn(this.toObject(),u,e)[0]}return Jn(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 Jn(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=!Z(n.weekYear)||!Z(n.weekNumber)||!Z(n.weekday),r=!Z(n.ordinal),s=!Z(n.year),o=!Z(n.month)||!Z(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)):Z(n.ordinal)?(e=Object.assign(this.toObject(),n),Z(n.day)&&(e.day=Math.min(ot(e.year,e.month),e.day))):e=Un(Object.assign(Hn(this.c),n));var u=Kn(e,this.o,this.zone);return Jn(this,{ts:u[0],o:u[1]})},e.plus=function(t){return this.isValid?Jn(this,$n(this,ln(t))):this},e.minus=function(t){return this.isValid?Jn(this,$n(this,ln(t).negate())):this},e.startOf=function(t){if(!this.isValid)return this;var e={},n=un.normalizeUnit(t);switch(n){case"years":e.month=1;case"quarters":case"months":e.day=1;case"weeks":case"days":e.hour=0;case"hours":e.minute=0;case"minutes":e.second=0;case"seconds":e.millisecond=0}if("weeks"===n&&(e.weekday=1),"quarters"===n){var i=Math.ceil(this.month/3);e.month=3*(i-1)+1}return this.set(e)},e.endOf=function(t){var e;return this.isValid?this.plus((e={},e[t]=1,e)).startOf(t).minus(1):this},e.toFormat=function(t,e){return void 0===e&&(e={}),this.isValid?Vt.create(this.loc.redefaultToEN(e)).formatDateTimeFromString(this,t):Bn},e.toLocaleString=function(t){return void 0===t&&(t=w),this.isValid?Vt.create(this.loc.clone(t),t).formatDateTime(this):Bn},e.toLocaleParts=function(t){return void 0===t&&(t={}),this.isValid?Vt.create(this.loc.clone(t),t).formatDateTimeParts(this):[]},e.toISO=function(t){return void 0===t&&(t={}),this.isValid?this.toISODate(t)+"T"+this.toISOTime(t):null},e.toISODate=function(t){var e=(void 0===t?{}:t).format,n="basic"===(void 0===e?"extended":e)?"yyyyMMdd":"yyyy-MM-dd";return this.year>9999&&(n="+"+n),ei(this,n)},e.toISOWeekDate=function(){return ei(this,"kkkk-'W'WW-c")},e.toISOTime=function(t){var e=void 0===t?{}:t,n=e.suppressMilliseconds,i=void 0!==n&&n,r=e.suppressSeconds,s=void 0!==r&&r,o=e.includeOffset,a=void 0===o||o,c=e.includePrefix,u=void 0!==c&&c,l=e.format;return ni(this,{suppressSeconds:s,suppressMilliseconds:i,includeOffset:a,includePrefix:u,format:void 0===l?"extended":l})},e.toRFC2822=function(){return ei(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)},e.toHTTP=function(){return ei(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")},e.toSQLDate=function(){return ei(this,"yyyy-MM-dd")},e.toSQLTime=function(t){var e=void 0===t?{}:t,n=e.includeOffset,i=void 0===n||n,r=e.includeZone;return ni(this,{includeOffset:i,includeZone:void 0!==r&&r,spaceZone:!0})},e.toSQL=function(t){return void 0===t&&(t={}),this.isValid?this.toSQLDate()+" "+this.toSQLTime(t):null},e.toString=function(){return this.isValid?this.toISO():Bn},e.valueOf=function(){return this.toMillis()},e.toMillis=function(){return this.isValid?this.ts:NaN},e.toSeconds=function(){return this.isValid?this.ts/1e3:NaN},e.toJSON=function(){return this.toISO()},e.toBSON=function(){return this.toJSDate()},e.toObject=function(t){if(void 0===t&&(t={}),!this.isValid)return{};var e=Object.assign({},this.c);return t.includeConfig&&(e.outputCalendar=this.outputCalendar,e.numberingSystem=this.loc.numberingSystem,e.locale=this.loc.locale),e},e.toJSDate=function(){return new Date(this.isValid?this.ts:NaN)},e.diff=function(t,e,n){if(void 0===e&&(e="milliseconds"),void 0===n&&(n={}),!this.isValid||!t.isValid)return un.invalid(this.invalid||t.invalid,"created by diffing an invalid DateTime");var i,r=Object.assign({locale:this.locale,numberingSystem:this.numberingSystem},n),s=(i=e,Array.isArray(i)?i:[i]).map(un.normalizeUnit),o=t.valueOf()>this.valueOf(),a=pn(o?this:t,o?t:this,s,r);return o?a.negate():a},e.diffNow=function(e,n){return void 0===e&&(e="milliseconds"),void 0===n&&(n={}),this.diff(t.now(),e,n)},e.until=function(t){return this.isValid?fn.fromDateTimes(this,t):this},e.hasSame=function(t,e){if(!this.isValid)return!1;var n=t.valueOf(),i=this.setZone(t.zone,{keepLocalTime:!0});return i.startOf(e)<=n&&n<=i.endOf(e)},e.equals=function(t){return this.isValid&&t.isValid&&this.valueOf()===t.valueOf()&&this.zone.equals(t.zone)&&this.loc.equals(t.loc)},e.toRelative=function(e){if(void 0===e&&(e={}),!this.isValid)return null;var n=e.base||t.fromObject({zone:this.zone}),i=e.padding?this<n?-e.padding:e.padding:0,r=["years","months","days","hours","minutes","seconds"],s=e.unit;return Array.isArray(e.unit)&&(r=e.unit,s=void 0),hi(n,this.plus(i),Object.assign(e,{numeric:"always",units:r,unit:s}))},e.toRelativeCalendar=function(e){return void 0===e&&(e={}),this.isValid?hi(e.base||t.fromObject({zone:this.zone}),this,Object.assign(e,{numeric:"auto",units:["years","months","days"],calendary:!0})):null},t.min=function(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];if(!n.every(t.isDateTime))throw new y("min requires all arguments be DateTimes");return X(n,(function(t){return t.valueOf()}),Math.min)},t.max=function(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];if(!n.every(t.isDateTime))throw new y("max requires all arguments be DateTimes");return X(n,(function(t){return t.valueOf()}),Math.max)},t.fromFormatExplain=function(t,e,n){void 0===n&&(n={});var i=n,r=i.locale,s=void 0===r?null:r,o=i.numberingSystem,a=void 0===o?null:o;return Nn(le.fromOpts({locale:s,numberingSystem:a,defaultToEN:!0}),t,e)},t.fromStringExplain=function(e,n,i){return void 0===i&&(i={}),t.fromFormatExplain(e,n,i)},i(t,[{key:"isValid",get:function(){return null===this.invalid}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}},{key:"locale",get:function(){return this.isValid?this.loc.locale:null}},{key:"numberingSystem",get:function(){return this.isValid?this.loc.numberingSystem:null}},{key:"outputCalendar",get:function(){return this.isValid?this.loc.outputCalendar:null}},{key:"zone",get:function(){return this._zone}},{key:"zoneName",get:function(){return this.isValid?this.zone.name:null}},{key:"year",get:function(){return this.isValid?this.c.year:NaN}},{key:"quarter",get:function(){return this.isValid?Math.ceil(this.c.month/3):NaN}},{key:"month",get:function(){return this.isValid?this.c.month:NaN}},{key:"day",get:function(){return this.isValid?this.c.day:NaN}},{key:"hour",get:function(){return this.isValid?this.c.hour:NaN}},{key:"minute",get:function(){return this.isValid?this.c.minute:NaN}},{key:"second",get:function(){return this.isValid?this.c.second:NaN}},{key:"millisecond",get:function(){return this.isValid?this.c.millisecond:NaN}},{key:"weekYear",get:function(){return this.isValid?Gn(this).weekYear:NaN}},{key:"weekNumber",get:function(){return this.isValid?Gn(this).weekNumber:NaN}},{key:"weekday",get:function(){return this.isValid?Gn(this).weekday:NaN}},{key:"ordinal",get:function(){return this.isValid?Hn(this.c).ordinal:NaN}},{key:"monthShort",get:function(){return this.isValid?vn.months("short",{locObj:this.loc})[this.month-1]:null}},{key:"monthLong",get:function(){return this.isValid?vn.months("long",{locObj:this.loc})[this.month-1]:null}},{key:"weekdayShort",get:function(){return this.isValid?vn.weekdays("short",{locObj:this.loc})[this.weekday-1]:null}},{key:"weekdayLong",get:function(){return this.isValid?vn.weekdays("long",{locObj:this.loc})[this.weekday-1]:null}},{key:"offset",get:function(){return this.isValid?+this.o:NaN}},{key:"offsetNameShort",get:function(){return this.isValid?this.zone.offsetName(this.ts,{format:"short",locale:this.locale}):null}},{key:"offsetNameLong",get:function(){return this.isValid?this.zone.offsetName(this.ts,{format:"long",locale:this.locale}):null}},{key:"isOffsetFixed",get:function(){return this.isValid?this.zone.universal:null}},{key:"isInDST",get:function(){return!this.isOffsetFixed&&(this.offset>this.set({month:1}).offset||this.offset>this.set({month:5}).offset)}},{key:"isInLeapYear",get:function(){return rt(this.year)}},{key:"daysInMonth",get:function(){return ot(this.year,this.month)}},{key:"daysInYear",get:function(){return this.isValid?st(this.year):NaN}},{key:"weeksInWeekYear",get:function(){return this.isValid?ct(this.weekYear):NaN}}],[{key:"DATE_SHORT",get:function(){return w}},{key:"DATE_MED",get:function(){return I}},{key:"DATE_MED_WITH_WEEKDAY",get:function(){return O}},{key:"DATE_FULL",get:function(){return S}},{key:"DATE_HUGE",get:function(){return T}},{key:"TIME_SIMPLE",get:function(){return x}},{key:"TIME_WITH_SECONDS",get:function(){return A}},{key:"TIME_WITH_SHORT_OFFSET",get:function(){return R}},{key:"TIME_WITH_LONG_OFFSET",get:function(){return M}},{key:"TIME_24_SIMPLE",get:function(){return E}},{key:"TIME_24_WITH_SECONDS",get:function(){return N}},{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 q}}]),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:()=>qn,RevisionHistory:()=>$s,RevisionHistoryUI:()=>tr,RevisionTracker:()=>Si,RevisionViewer:()=>kr,RevisionViewerLoadingOverlay:()=>jr,RevisionViewerUI:()=>Pr,RevisionsRepository:()=>Kn,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 R=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 E=function(t){if(!M(t))return!1;var e=R(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const N=k["__core-js_shared__"];var V,j=(V=/[^.]+$/.exec(N&&N.keys&&N.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,q=RegExp("^"+H.call(U).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const Z=function(t){return!(!M(t)||D(t))&&(E(t)?q: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 Z(n)?n:void 0};const Y=W(k,"Map");const G=W(Object,"create");const J=function(){this.__data__=G?G(null):{},this.size=0};const X=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Q=Object.prototype.hasOwnProperty;const K=function(t){var e=this.__data__;if(G){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Q.call(e,t)?e[t]:void 0};var $=Object.prototype.hasOwnProperty;const tt=function(t){var e=this.__data__;return G?void 0!==e[t]:$.call(e,t)};const et=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=G&&void 0===e?"__lodash_hash_undefined__":e,this};function nt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}nt.prototype.clear=J,nt.prototype.delete=X,nt.prototype.get=K,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]"==R(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 Rt=Array.isArray;const Mt=function(){return!1};var Et="object"==typeof exports&&exports&&!exports.nodeType&&exports,Nt=Et&&"object"==typeof module&&module&&!module.nodeType&&module,Vt=Nt&&Nt.exports===Et?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[R(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,qt=Ut&&Ut.exports===Ht&&y.process;const Zt=function(){try{var t=Ut&&Ut.require&&Ut.require("util").types;return t||qt&&qt.binding&&qt.binding("util")}catch(t){}}();var Bt=Zt&&Zt.isTypedArray;const Wt=Bt?zt(Bt):Ft;var Yt=Object.prototype.hasOwnProperty;const Gt=function(t,e){var n=Rt(t),i=!n&&At(t),r=!n&&!i&&jt(t),s=!n&&!i&&!r&&Wt(t),o=n||i||r||s,a=o?wt(t.length,String):[],c=a.length;for(var u in t)!e&&!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 Jt=Object.prototype;const Xt=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Jt)};const Qt=function(t,e){return function(n){return t(e(n))}};const Kt=Qt(Object.keys,Object);var $t=Object.prototype.hasOwnProperty;const te=function(t){if(!Xt(t))return Kt(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)&&!E(t)};const ne=function(t){return ee(t)?Gt(t):te(t)};const ie=function(t,e){return t&&_t(e,ne(e),t)};const re=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var se=Object.prototype.hasOwnProperty;const oe=function(t){if(!M(t))return re(t);var e=Xt(t),n=[];for(var i in t)("constructor"!=i||!e&&se.call(t,i))&&n.push(i);return n};const ae=function(t){return ee(t)?Gt(t,!0):oe(t)};const ce=function(t,e){return t&&_t(e,ae(e),t)};var ue="object"==typeof exports&&exports&&!exports.nodeType&&exports,le=ue&&"object"==typeof module&&module&&!module.nodeType&&module,he=le&&le.exports===ue?k.Buffer:void 0,de=he?he.allocUnsafe:void 0;const fe=function(t,e){if(e)return t.slice();var n=t.length,i=de?de(n):new t.constructor(n);return t.copy(i),i};const ve=function(t,e){var n=-1,i=t.length;for(e||(e=Array(i));++n<i;)e[n]=t[n];return e};const me=function(t,e){for(var n=-1,i=null==t?0:t.length,r=0,s=[];++n<i;){var o=t[n];e(o,n,t)&&(s[r++]=o)}return s};const pe=function(){return[]};var ye=Object.prototype.propertyIsEnumerable,ge=Object.getOwnPropertySymbols;const ke=ge?function(t){return null==t?[]:(t=Object(t),me(ge(t),(function(e){return ye.call(t,e)})))}:pe;const be=function(t,e){return _t(t,ke(t),e)};const _e=function(t,e){for(var n=-1,i=e.length,r=t.length;++n<i;)t[r+n]=e[n];return t};const we=Qt(Object.getPrototypeOf,Object);const Ie=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)_e(e,ke(t)),t=we(t);return e}:pe;const Oe=function(t,e){return _t(t,Ie(t),e)};const Se=function(t,e,n){var i=e(t);return Rt(t)?i:_e(i,n(t))};const Te=function(t){return Se(t,ne,ke)};const xe=function(t){return Se(t,ae,Ie)};const Ae=W(k,"DataView");const Re=W(k,"Promise");const Me=W(k,"Set");const Ee=W(k,"WeakMap");var Ne="[object Map]",Ve="[object Promise]",je="[object Set]",De="[object WeakMap]",Ce="[object DataView]",Le=L(Ae),Pe=L(Y),Fe=L(Re),ze=L(Me),He=L(Ee),Ue=R;(Ae&&Ue(new Ae(new ArrayBuffer(1)))!=Ce||Y&&Ue(new Y)!=Ne||Re&&Ue(Re.resolve())!=Ve||Me&&Ue(new Me)!=je||Ee&&Ue(new Ee)!=De)&&(Ue=function(t){var e=R(t),n="[object Object]"==e?t.constructor:void 0,i=n?L(n):"";if(i)switch(i){case Le:return Ce;case Pe:return Ne;case Fe:return Ve;case ze:return je;case He:return De}return e});const qe=Ue;var Ze=Object.prototype.hasOwnProperty;const Be=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&Ze.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 Ge=function(t,e){var n=e?Ye(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Je=/\w*$/;const Xe=function(t){var e=new t.constructor(t.source,Je.exec(t));return e.lastIndex=t.lastIndex,e};var Qe=b?b.prototype:void 0,Ke=Qe?Qe.valueOf:void 0;const $e=function(t){return Ke?Object(Ke.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 Ge(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return tn(t,n);case"[object Map]":case"[object Set]":return new i;case"[object Number]":case"[object String]":return new i(t);case"[object RegExp]":return Xe(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||Xt(t)?{}:rn(we(t))};const on=function(t){return It(t)&&"[object Map]"==qe(t)};var an=Zt&&Zt.isMap;const cn=an?zt(an):on;const un=function(t){return It(t)&&"[object Set]"==qe(t)};var ln=Zt&&Zt.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=Rt(e);if(h){if(a=Be(e),!c)return ve(e,a)}else{var d=qe(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]"==R(t)};var kn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,bn=/^\w*$/;const _n=function(t,e){if(Rt(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,Rn=An?An.toString:void 0;const Mn=function t(e){if("string"==typeof e)return e;if(Rt(e))return xn(e,t)+"";if(gn(e))return Rn?Rn.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const En=function(t){return null==t?"":Mn(t)};const Nn=function(t,e){return Rt(t)?t:_n(t,e)?[t]:Tn(En(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=Nn(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=Nn(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=Nn(e,t),null==(t=Fn(t,e))||delete t[Vn(Cn(e))]};const Hn=function(t,e){return null==t||zn(t,e)},Un=Zn;!function(t){const e=Zn,n=t();for(;;)try{if(923591===-parseInt(e(233))/1*(-parseInt(e(250))/2)+parseInt(e(234))/3+parseInt(e(241))/4+parseInt(e(245))/5+parseInt(e(248))/6*(-parseInt(e(251))/7)+-parseInt(e(242))/8*(-parseInt(e(236))/9)+-parseInt(e(254))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Bn);class qn extends((0,t.ObservableMixin)()){constructor(e){const n=Zn;super(),this.id=e.id||(0,t.uid)(),this[n(253)]=e[n(253)]||null,this[n(238)]=e[n(238)]||[],this[n(244)]=e[n(244)]||null,this[n(258)]=e[n(258)]||0,this[n(237)]=e[n(237)]||0,this[n(255)](n(252),e[n(252)]||""),this[n(255)](n(231),e[n(231)]||new Date),this[n(255)](n(243),e[n(243)]||{})}[Un(240)](t){this[Un(239)]({name:t})}[Un(249)](t,e){const n=Un,i=yn(this[n(243)]);Dn(i,t,e),this[n(239)]({attributes:i})}[Un(235)](t){const e=Un,n=yn(this[e(243)]);Hn(n,t),this[e(239)]({attributes:n})}[Un(239)](t,e=!1){const n=Un;let i=!1;const r={id:this.id},s=[n(252),n(231),n(244),n(238),n(243),n(258),n(237),n(257)];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(238)]&&(r[n(256)]=r[n(238)][n(246)]((t=>t.id)),delete r[n(238)]),this[n(247)](n(239),r,e))}[Un(232)](){const t=Un;return{id:this.id,name:this[t(252)],creatorId:this[t(253)]?this[t(253)].id:null,authorsIds:this[t(238)][t(246)]((t=>t.id)),diffData:this[t(244)],createdAt:this[t(231)],attributes:this[t(243)],fromVersion:this[t(237)],toVersion:this[t(258)]}}}function Zn(t,e){const n=Bn();return(Zn=function(t,e){return n[t-=231]})(t,e)}function Bn(){const t=["_update","setName","6007720YWNyfS","4659272ExkZer","attributes","diffData","8974685MWTlAO","map","fire","6vmkaaM","setAttribute","4FaOOPI","7621586oDHiYL","name","creator","51443870zSQMir","set","authorsIds","creatorId","toVersion","createdAt","toJSON","557735tZOvPm","2991636tfikyb","removeAttribute","27BDZRvO","fromVersion","authors"];return(Bn=function(){return t})()}var Wn=n(782),Yn=n(211),Gn=n(783);const Jn=Xn;function Xn(t,e){const n=Qn();return(Xn=function(t,e){return n[t-=157]})(t,e)}function Qn(){const t=["get","createRevision","href","getEarlierVisibleRevision","7637007ZEVZhE","oldRevisionId","attributes","length","addRevision","3312252nNaXOp","later","pluginName","9407205mYxGYQ","add","requires","9MYtaLj","getRevision","Users","14642744mGTGPU","name","getRevisionsInDiff","isNaN","push","7334808hTLiXz","diffData","128551zhpWvf","8763864QkxhnI","isOfficialPlugin","getRevisions","reverse","isPremiumPlugin","toJSON","data","_revisions","getUser","editor","from","fromVersion","afterInit","toVersion","getIndex","earlier","authorsIds","8sZLbkm","newRevisionId","createdAt","creatorId","getLaterVisibleRevision","getRevisionsIterator","plugins","RevisionsRepository","join","map","fromCharCode"];return(Qn=function(){return t})()}!function(t){const e=Xn,n=t();for(;;)try{if(951443===-parseInt(e(187))/1*(-parseInt(e(205))/2)+parseInt(e(171))/3+parseInt(e(185))/4+parseInt(e(174))/5+-parseInt(e(188))/6+-parseInt(e(166))/7+parseInt(e(180))/8*(-parseInt(e(177))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Qn);class Kn extends Wn.Plugin{static get[Jn(176)](){return[Yn.Users]}static get[Jn(173)](){return Jn(158)}static get[Jn(189)](){return!0}static get[Jn(192)](){return!0}get[Jn(169)](){const t=Jn;return this[t(195)][t(169)]}constructor(e){const n=Jn;super(e),this[n(195)]=new t.Collection}[Jn(200)](){!async function(e){const n=k([54,77,49,55,85,51,105,57,120,111,78,83,53,48,116,73,108,102,68,107,98,88,70,81,114,86,79,50,99,72,66,115,112,89,82,103,90,56,97,71,110,117,106,121,69,84,104,101,67,87,119,74,76,75,65,52,113,122,100,118,109,80]),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(183)](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([77]);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(160)]((t=>String[e(161)](t)))[e(159)]("")}!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:1733011200;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(164)]);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)}[Jn(163)](t){const e=Jn,n=this[e(197)][e(157)][e(162)](e(179));return new qn({id:t.id,name:t[e(181)],creator:t[e(208)]?n[e(196)](t[e(208)]):null,diffData:t[e(186)]||t[e(194)],authors:t[e(204)][e(160)]((t=>n[e(196)](t))),createdAt:new Date(t[e(207)]),attributes:t[e(168)],fromVersion:t[e(199)],toVersion:t[e(201)]})}[Jn(170)](t,e=0){const n=Jn;this[n(195)][n(175)](t,e)}[Jn(178)](t){const e=Jn;return this[e(195)][e(162)](t)}[Jn(190)](t={toJSON:!1}){const e=Jn,n=Array[e(198)](this[e(195)]);return n[e(191)](),t[e(193)]?n[e(160)]((t=>t[e(193)]())):n}[Jn(202)](t){const e=Jn;return this[e(195)][e(202)](t)}[Jn(165)](t){const e=Jn,[,n]=this[e(210)](t,{direction:e(203)});return n}[Jn(209)](t){const e=Jn,[,n]=this[e(210)](t,{direction:e(172)});return n}[Jn(182)](t){const e=Jn,n=[];for(const i of this[e(210)](t[e(206)]))if(n[e(184)](i),i.id===t[e(167)])break;return n}*[Jn(210)](t,{direction:e=Jn(203),filter:n=()=>!0}={}){const i=Jn,r=i(203)===e?1:-1;let s=this[i(195)][i(162)](t),o=this[i(202)](s);for(yield s;s;){if(o+=r,s=this[i(178)](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=Rt(t),a=Rt(e),c=o?mi:qe(t),u=a?mi:qe(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=Ii();return(wi=function(t,e){return n[t-=237]})(t,e)}function Ii(){const t=["getCurrentRevisionId","evaluationLimit","filter","getRange","_transformMarkers","_showLicenseError","_setAttribute","markers","getOperation","reInit","move","_handleMoveOperation","RevisionTracker","dataToMarker","getRevisions","_idsRoots","destroy","_bufferUpdate","creatorId","PendingActions","_bufferedUpdates","_createFromRanges","creator","previousPosition","default","merge","domainLimit","_fixPosition","buildRevisionData","revisionHistoryLicenseKeyDomainLimit","Empty document","afterInit","_revisionId","childCount","RevisionHistory","currentRevision","_findInsertionIndex","_isAttached","_handleSplitOperation","_operations","sourcePosition","marker","getTransformedByOperation","source","initialData","reverse","createPositionBefore","_fixOperation","createPositionAt","addRevisionData","start","hasContent","insert","_startingVersion","_prepareViewToSave","$graveyard","setSource","attachChange","_getBaseVids","_update","targetPosition","graveyardPosition","_removeRevisionMarkers","has","_baseIdsRoots","detachRoot","attributes","element","diffData","rootName","_generateTape","_fixRange","pluginName","offset","Initial revision","createPositionFromPath","string","some","toData","version","bind","processor","map","roots","history","size","_lastFrom","text","reinsert","_revisionDataBuilder","isPremiumPlugin","finally","createRangeIn","conversion","_clone","982738rKrQQu","_removePendingAction","setRevisionData","define","_loadState","insertionPosition","revision:","updateRevisions","1836070bHiATR","createRange","Users","splitPosition","getRevision","getRootNames","getMovedRangeStart","root","editor","position","_processRootBeforeSave","slice","end","documentFragment","revisionHistoryLicenseKeyDevelopmentLimit","howMany","parent","_getViewJson","_setConversion","clone","_diffRoots","invalid","isAdd","revision-start","useFillerType","1436MRNGbt","dataDowncast","_makeModelFromViewString","parse","usageLimit","revision","_handleMergeOperation","revisionHistory.resumeUnsavedRevision","vid_end","sort","_reset","newRange","_handleRootOperation","addRoot","isAttached","_baseRootsAttributes","_isInit","_createCurrentRevision","449582BdtuPA","upcast","nodeAfter","data-revision-","markerToData","_touchedMarkers","authorsIds","_applyOperations","createdAt","collaboration.channelId","oldRange","revisionHistoryLicenseKeyValid","getAttributes","insertions","PENDING_ACTION_REVISION_HISTORY","createRevision","userId","_touched","keys","_replaceEditorDataWithRevisionData","4482ApyPyB","_source","remove","length","isOfficialPlugin","set","requires","offsetSize","toVersion","_cloneOperation","newValue","_removeMetaData","getData","stickiness","revisionHistoryLicenseKeyUsageLimit","_getPreviousFrom","type","push","_handleRootAttributeOperation","isReady","_licenseKeyCheckInterval","_authorId","NEGATIVE_INFINITY","ready","_createInitialRevision","adapter","addRevision","developmentLimit","59160112ONvBtD","vid","init","initial","config","getAttribute","shift","RevisionsRepository","licenseKey","saveRevision","marked","stringify","add","getUser","then","keepParagraph","_getState","max","getRevisionRootsAttributes","addRootAttribute","deletion","revisionHistoryLicenseKeyTrialLimit","clear","getTime","featureNotAllowed","isEqual","affectsData","authors","_getFromVersion","resolve","loadState","RealTimeCollaborationClient","forEach","removeRootAttribute","getLatestVersion","data","8057778gnlhxt","_pendingAction","_handleMarkerOperation","sendBufferedUpdates","getOperations","_handleInsertOperation","getChildren","children","_saveMetaData","208zjyNgS","toView","_execute","_touchedRoots","getIndex","update","delete","27020IlXzRo","document","_addPendingAction","trim","paragraph","_savedMetaData","fromEntries","startsWith","revision-end","tableCell","_markChanges","for","_baseRoots","_handleOperation","_insertChild","includes","key","editing","getChild","path","fromVersion","_initialRevisionId","_diffRootsAttributes","attributesAfter","trialLimit","find","attributesBefore","$text","_markers","getRoot","getRevisionDocumentData","item","_calculateMetaData","from","_loadedStateData","_appendChild","isEnabled","getAncestors","nodes","baseVersion","name","vid_start","_getVidAttributeName","createPositionAfter","rootsAttributes","elementEnd","_copyMarkers","_isPendingUpdate","locale","_loadRevisionData","deletions","revisionHistoryLicenseKeyEvaluationLimit","split","_lastTo","range","values","editor-initial-data-replaced-with-revision-data","revisionHistoryLicenseKeyNotAllowed","changeRootAttribute","revisionHistoryLicenseKeyInvalid","5598PeAQYQ","_makeIdsRoot","5edrdOa","getNodeByPath","revisionHistoryLicenseKeyExpired","get","toModel","elementStart","_startingRevisionId","model","_continueCurrentRevision","plugins","_makeRevision","insertion","expired","repository","getWalker","view"];return(Ii=function(){return t})()}!function(t){const e=wi,n=t();for(;;)try{if(933516===-parseInt(e(515))/1+-parseInt(e(523))/2+-parseInt(e(262))/3*(parseInt(e(548))/4)+-parseInt(e(404))/5*(-parseInt(e(326))/6)+-parseInt(e(242))/7*(parseInt(e(335))/8)+-parseInt(e(402))/9*(parseInt(e(342))/10)+parseInt(e(290))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ii);const Oi={c:Gn.ViewContainerElement,a:Gn.ViewAttributeElement,e:Gn.ViewEmptyElement,r:Gn.ViewRawElement,u:Gn.ViewUIElement};class Si extends Wn.Plugin{static get[_i(492)](){return _i(432)}static get[_i(266)](){return!0}static get[_i(510)](){return!0}static get[_i(268)](){return[Yn.Users,Kn,Wn.PendingActions]}constructor(e){const n=_i;super(e),this[n(287)]=null,this[n(455)]=null,this[n(509)]=new xi(this[n(531)]),this[n(363)]=this[n(531)][n(294)][n(407)](n(251))||n(293),this[n(440)]=new Map,this[n(376)]=null;const i=(0,t.uid)();this[n(263)]={history:this[n(531)][n(411)][n(343)][n(504)],getLatestVersion:()=>Promise[n(319)](this[n(531)][n(411)][n(343)][n(499)]),getCurrentRevisionId:()=>i},this[n(267)](n(281),!1),this[n(267)](n(378),!0),this[n(267)](n(389),!1),this[n(531)][n(294)][n(518)](n(555),!0),this[n(531)][n(513)][n(353)](n(243))[n(433)]({view:n(553)})}[_i(292)](){const t=_i;this[t(417)]=this[t(531)][t(413)][t(407)](t(297)),this[t(541)](),this[t(531)][t(325)].on(t(285),(()=>{const e=t,n=this[e(417)][e(527)](0),i=n&&null===n[e(442)]?n:null;if(this[e(412)]=!!i&&this[e(531)][e(294)][e(407)](e(555)),this[e(531)][e(413)][e(483)](e(321))){const t=this[e(263)][e(420)](),r=this[e(417)][e(527)](t);if(r)this[e(473)]=r[e(362)],this[e(412)]=!1;else{const t=this[e(263)][e(504)][e(459)][e(367)]((t=>!t[e(240)])),r=t?t[e(381)]:this[e(263)][e(504)][e(499)];n?(n[e(270)]<r&&n[e(479)]({toVersion:r}),this[e(412)]?(this[e(263)][e(420)]=()=>i.id,this[e(473)]=i[e(362)]):(this[e(473)]=n[e(270)],this[e(412)]=!1)):(this[e(473)]=r,this[e(412)]=!1)}}else i&&(this[e(531)][e(411)][e(343)][e(504)][e(499)]=Math[e(307)](i[e(270)],this[e(531)][e(411)][e(343)][e(504)][e(499)]),i[e(362)]===i[e(270)]?(0!==i[e(362)]&&(this[e(263)][e(420)]=()=>i.id),this[e(412)]=!1):this[e(412)]&&(this[e(263)][e(420)]=()=>i.id,this[e(473)]=i[e(362)])),this[e(412)]||(this[e(473)]=this[e(531)][e(411)][e(343)][e(499)]);this[e(509)][e(292)](this[e(263)][e(504)]),this[e(286)](this[e(473)]),this[e(241)](this[e(473)]),this[e(287)]&&this[e(329)]()})),this[t(500)](t(281)).to(this,t(389),(t=>!t)),this[t(298)]=this[t(531)][t(294)][t(407)](t(298));const e=this[t(531)];this[t(282)]=setInterval((()=>{const n=t;let i;for(const t in e){const r=t,s=e[r];if(n(253)==s||n(401)==s||n(406)==s||n(449)==s||n(399)==s||n(393)==s||n(311)==s||n(537)==s||n(276)==s){delete e[r],i=s,clearInterval(this[n(282)]),this[n(282)]=void 0;break}}n(401)==i&&e[n(425)](n(544)),n(406)==i&&e[n(425)](n(416)),n(449)==i&&e[n(425)](n(446)),n(399)==i&&e[n(425)](n(314),n(454)),n(393)==i&&e[n(425)](n(421)),n(311)==i&&e[n(425)](n(366)),n(537)==i&&e[n(425)](n(289)),n(276)==i&&e[n(425)](n(552))}),1e3)}async[_i(451)](){const t=_i;if(this[t(417)][t(265)]>0){const e=this[t(417)][t(527)](0),n=await this[t(372)](e),i=await this[t(308)](e);this[t(261)](n,i)}}[_i(436)](){const t=_i;super[t(436)](),this[t(282)]&&clearInterval(this[t(282)])}[_i(476)](t){this[_i(263)]=t}async[_i(340)](){const t=_i,e=await this[t(263)][t(324)]();if(e>this[t(455)][t(270)]){await this[t(519)]();const n=this[t(448)]({revision:this[t(455)],to:e});n[t(317)]=n[t(248)][t(502)]((e=>this[t(531)][t(413)][t(407)](t(525))[t(303)](e))),this[t(455)][t(479)](n)}}async[_i(519)](){const t=_i;this[t(412)]&&!this[t(376)]&&(await this[t(391)](this[t(455)]),this[t(509)][t(320)](this[t(455)]),this[t(376)]={fromVersion:this[t(455)][t(362)],authors:this[t(455)][t(317)][t(534)]()})}async[_i(299)](e={},n=null){const i=_i,r=[];await this[i(519)](),this[i(412)]=!1,n>this[i(455)][i(270)]&&(n=null),null===n&&(n=await this[i(263)][i(324)]());const s=this[i(318)](n),o=this[i(448)]({from:s,to:n});if(this[i(455)][i(270)]<n){const t=this[i(448)]({revision:this[i(455)],from:n,to:n});t[i(317)]=[],t[i(248)]=[],t.id=this[i(455)].id,this[i(455)][i(479)](t,!0),delete t[i(317)],r[i(279)](t)}e[i(438)]=this[i(531)][i(413)][i(407)](i(525)).me.id,e[i(382)]=e[i(382)]||null,e.id=e.id||(0,t.uid)(),e={...e,...o};const a=this[i(469)](e);r[i(279)](e);const c=this[i(417)][i(339)](a);if(0!==c){const t=this[i(417)][i(527)](c-1);if(t[i(362)]!==n){const s=this[i(509)][i(274)](n,t[i(270)]),o={id:t.id,diffData:s[i(488)],authorsIds:s[i(248)],authors:s[i(248)][i(502)]((t=>this[i(531)][i(413)][i(407)](i(525))[i(303)](t))),fromVersion:n};t===this[i(455)]&&(o[i(250)]=new Date(e[i(250)][i(313)]()+10)),t[i(479)](o,!0),delete o[i(317)],r[i(279)](o)}}if(this[i(287)]){for(const t of r)this[i(437)](t.id,t,!0);this[i(329)]()}return a}[_i(469)](t){const e=_i,n=this[e(417)][e(257)](t);return this[e(287)]&&n.on(e(479),((t,n,i)=>{const r=e;i||(this[r(437)](n.id,n,!0),this[r(329)]())})),this[e(417)][e(288)](n,this[e(456)](n)),n}async[_i(372)](t){const e=_i;await this[e(391)](t);const n={};for(const i in t[e(488)]){if(t[e(488)][i][e(477)]&&!t[e(488)][i][e(477)][e(238)])continue;const r=this[e(482)](JSON[e(551)](t[e(488)][i][e(255)])),s=this[e(531)][e(359)][e(419)][e(343)],o=new Gn.ViewDocumentFragment(s,r[e(502)]((t=>Ti(t,this[e(531)]))));this[e(531)][e(325)][e(501)][e(547)](e(300)),n[i]=this[e(531)][e(325)][e(501)][e(498)](o),this[e(531)][e(325)][e(501)][e(547)](e(444))}return n}async[_i(308)](t){const e=_i;await this[e(391)](t);const n={};for(const i in t[e(488)])t[e(488)][i][e(477)]&&!t[e(488)][i][e(477)][e(238)]||(n[i]=t[e(488)][i][e(365)]||{});return n}[_i(329)](){const t=_i;if(0===this[t(440)][t(505)])return;if(this[t(389)])return;let e=Array[t(375)](this[t(440)][t(397)]());this[t(440)][t(312)]();for(let n=0;n<e[t(265)];n++){const i=e[n];let r=!1;for(const e of Object[t(260)](i))void 0===i[e]?delete i[e]:"id"!==e&&(r=!0);r||(e[n]=null)}if(e=e[t(422)]((t=>null!==t)),!e[t(265)])return;for(let n=0;n<e[t(265)];n++){const i=e[n];void 0!==i[t(362)]&&void 0===i[t(270)]&&(i[t(270)]=this[t(417)][t(527)](i.id)[t(270)]),void 0!==i[t(270)]&&void 0===i[t(362)]&&(i[t(362)]=this[t(417)][t(527)](i.id)[t(362)])}const n=this[t(531)][t(294)][t(407)](t(251));this[t(389)]=!0,this[t(344)](),this[t(287)][t(522)](e,n)[t(511)]((()=>{this[t(389)]=!1}))[t(304)]((e=>{const n=t;if(e)for(const t of e)this[n(517)]({id:t.id,createdAt:t[n(250)]});this[n(516)](),this[n(329)]()}))}[_i(261)](e,n){const i=_i;let r=this[i(531)][i(294)][i(407)](i(464)),s=this[i(531)][i(294)][i(407)](i(386));if(void 0===r){r={};for(const t of this[i(531)][i(411)][i(343)][i(528)]())r[t]=""}if(i(496)==typeof r&&(r={main:r}),void 0===s){s={};for(const t of this[i(531)][i(411)][i(343)][i(528)]())s[t]={}}let o=!1;const a=Object[i(260)](r),c=Object[i(260)](e);for(const t of a){if(r[t]!==e[t]&&""!==r[t][i(345)]()){o=!0;break}if(!bi(s[t],n[t])&&Object[i(260)](s[t])[i(265)]>0){o=!0;break}}o||(o=c[i(497)]((t=>!this[i(531)][i(411)][i(343)][i(371)](t)))),o&&(0,t.logWarning)(i(398),{editorData:r,editorRootsAttributes:s,revisionData:e,revisionRootsAttributes:n}),this[i(531)][i(294)][i(267)](i(464),e),this[i(531)][i(294)][i(267)](i(386),n)}[_i(344)](){const t=_i;if(!this[t(327)]){const e=this[t(531)][t(413)][t(407)](t(439));this[t(327)]=e[t(302)]($n(this[t(531)][t(390)],t(256)))}}[_i(516)](){const t=_i;this[t(327)]&&(this[t(531)][t(413)][t(407)](t(439))[t(264)](this[t(327)]),this[t(327)]=null)}[_i(456)](t){const e=_i,n=this[e(417)][e(434)]();n[e(465)]();let i=0;for(;i<n[e(265)];){const r=n[i];if(r===this[e(455)]){i++;continue}if(r.id===this[e(363)])break;const s=t[e(270)]-r[e(270)]||t[e(362)]-r[e(362)];if(s>0)break;if(s<0)i++;else{if(!t[e(442)]&&r[e(442)])break;if(r[e(442)]||!t[e(442)]){if(t[e(250)]>r[e(250)])break;i++}else i++}}return i}[_i(517)](t){const e=_i,n=this[e(417)][e(527)](t.id);if(t[e(250)]&&(t[e(250)]=new Date(t[e(250)])),t[e(248)]){const n=this[e(531)][e(413)][e(407)](e(525));t[e(317)]=t[e(248)][e(502)]((t=>n[e(303)](t)))}n[e(479)](t,!0)}[_i(448)]({revision:t=null,from:e=null,to:n=null}){const i=_i;e=null!==e?e:t[i(362)],n=null!==n?n:t[i(270)];const r=this[i(509)][i(274)](e,n),s={diffData:r[i(488)],authorsIds:r[i(248)],fromVersion:e,toVersion:n};if(!t||n!==t[i(270)]){const t=n-1,e=this[i(263)][i(504)][i(428)](t);s[i(250)]=e&&e[i(250)]||new Date}if(this[i(376)]&&e===this[i(376)][i(362)])for(const t of this[i(376)][i(317)])s[i(248)][i(357)](t.id)||s[i(248)][i(279)](t.id);return s}[_i(391)](t){const e=_i;if(!t||t[e(488)])return Promise[e(319)]();{const n=this[e(531)][e(294)][e(407)](e(251));return this[e(287)][e(527)]({channelId:n,revisionId:t.id})[e(304)]((n=>{const i=e;t[i(488)]=n[i(488)]}))}}[_i(437)](t,e,n){const i=_i;if(this[i(440)][i(483)](t)){const r=this[i(440)][i(407)](t);e=n?{...r,...e}:{...e,...r}}this[i(440)][i(267)](t,e)}[_i(318)](t){const e=_i,n=this[e(417)][e(434)]();n[e(465)](),n[e(296)]();const i=n[e(367)]((n=>n[e(270)]<=t))[e(270)];return i<this[e(473)]?this[e(473)]:i}[_i(286)](t){const e=_i,n=this[e(417)][e(527)](this[e(417)][e(265)]-1);if(n)this[e(363)]=n.id;else{const n=!this[e(531)][e(411)][e(343)][e(503)][e(367)]((t=>this[e(531)][e(411)][e(471)](t))),i=this[e(531)][e(413)][e(407)](e(525)).me.id,r=$n(this[e(531)][e(390)],e(n?450:494));this[e(414)]({from:t,to:t,id:this[e(363)],name:r,creatorId:i})}}[_i(241)](t){const e=_i,n=this[e(263)][e(420)]();this[e(455)]=this[e(417)][e(527)](n),this[e(455)]||(this[e(455)]=this[e(414)]({from:t,to:t,id:n,name:"",creatorId:null}))}[_i(414)]({name:t,from:e,to:n,creatorId:i,id:r}){const s=_i,o=this[s(448)]({from:e,to:n});o[s(382)]=t,o[s(438)]=i,o.id=r;const a=this[s(469)](o);return this[s(287)]&&this[s(437)](o.id,o,!0),a}[_i(541)](){const t=_i;this[t(531)][t(513)][t(353)](t(549))[t(246)]({model:t(553)})}[_i(482)](t){const e=_i;return(t=t[e(422)]((t=>!t[e(382)]||e(546)!==t[e(382)]&&e(350)!==t[e(382)])))[e(322)]((t=>{const n=e;n(496)!=typeof t&&(t[n(333)]=this[n(482)](t[n(333)]),t[n(486)]=t[n(486)][n(422)]((t=>!t[0][n(349)](n(245)))))})),t}}function Ti(t,e){const n=_i,i=e[n(359)][n(419)][n(343)];if(n(496)==typeof t)return new Gn.ViewText(i,t);{const r=t[n(333)][n(502)]((t=>Ti(t,e)));return new(Oi[t[n(278)]]||Gn.ViewElement)(i,t[n(382)],t[n(486)],r)}}class xi{constructor(t){const e=_i;this[e(531)]=t,this[e(347)]=new Map,this[e(506)]=-1,this[e(395)]=-1,this[e(370)]=new Map,this[e(543)]=new Map,this[e(364)]=new Map,this[e(354)]=new Map,this[e(239)]=new Map,this[e(435)]=new Map,this[e(484)]=new Map,this[e(259)]=new Map,this[e(247)]=new Map,this[e(338)]=new Map,this[e(452)]=1}[_i(292)](t){const e=_i;this[e(463)]=t;const n=new Map,i=new Map,r=this[e(531)][e(411)][e(343)][e(503)][e(502)]((t=>t[e(489)]));for(const t of r){const r=this[e(531)][e(411)][e(343)][e(371)](t),s=Ai(r);n[e(267)](t,s),i[e(267)](t,Object[e(348)](r[e(254)]()))}const s=Array[e(375)](this[e(531)][e(411)][e(427)])[e(502)]((t=>[t[e(382)],t[e(423)]()])),o=this[e(463)][e(499)];this[e(334)](o,n,s,i),this[e(410)]=this[e(452)];const a=new Map,c=new Map;for(const t of r){const n=Ri(t);a[e(267)](t,n),c[e(267)](t,{})}this[e(334)](Number[e(284)],a,[],c)}[_i(274)](t,e){const n=_i;if(this[n(506)]===t&&this[n(395)]<=e)this[n(347)][n(505)]>1&&this[n(273)](this[n(395)]),this[n(249)](this[n(395)],e,!0);else{if(!this[n(347)][n(483)](t)){const e=this[n(277)](t);this[n(374)](e,t,!1)}this[n(374)](t,e,!0)}return this[n(506)]=t,this[n(395)]=e,this[n(306)]()}[_i(320)](t){const e=_i;this[e(558)](),this[e(506)]=t[e(362)],this[e(395)]=t[e(270)];for(const n in t[e(488)]){const i=t[e(488)][n][e(477)],r=yn(t[e(488)][n][e(368)])||{},s=this[e(550)](t[e(488)][n][e(392)]);s[e(489)]=n,s[e(457)]=!i||!i[e(238)],s[e(238)]=()=>s[e(457)],this[e(354)][e(267)](n,s),this[e(239)][e(267)](n,r),i&&this[e(338)][e(267)](n,i);const o=this[e(403)](s);this[e(484)][e(267)](n,o);for(const[t,n]of s[e(427)]){if(!t[e(349)](e(521)))continue;const i=t[e(394)](":")[2];for(const t of n[e(418)]({singleCharacters:!0})){const n=this[e(384)](t),r=e(387)==t[e(278)]?t[e(443)][e(361)][e(534)](0,-1):t[e(443)][e(361)],s=o[e(405)](r)[e(295)](n);this[e(259)][e(267)](s,{userId:i})}}}this[e(410)]=this[e(452)];const n=[...Array(this[e(452)])[e(260)]()][e(534)](1)[e(422)]((t=>!this[e(259)][e(483)](t)));let i=0;const r=new Map;for(const s in t[e(488)]){const o=t[e(488)][s][e(477)],a=yn(t[e(488)][s][e(365)])||{},c=this[e(550)](t[e(488)][s][e(255)]);c[e(489)]=s,c[e(457)]=!o||o[e(238)],c[e(238)]=()=>c[e(457)],this[e(543)][e(267)](s,c),this[e(364)][e(267)](s,a);const u=this[e(403)](c,Number[e(284)]);this[e(435)][e(267)](s,u),r[e(267)](s,c[e(238)]()?a:{});for(const[t,n]of c[e(427)]){if(!t[e(349)](e(521)))continue;const i=t[e(394)](":")[2];for(const t of n[e(418)]({singleCharacters:!0})){const n=this[e(384)](t),r=this[e(452)]++,s=e(387)==t[e(278)]?t[e(443)][e(361)][e(534)](0,-1):t[e(443)][e(361)];u[e(405)](s)[e(426)](n,r),this[e(259)][e(267)](r,{userId:i})}}for(const t of this[e(531)][e(411)][e(512)](c)[e(418)]({singleCharacters:!0})){const r=this[e(384)](t),s=e(387)==t[e(278)]?t[e(443)][e(361)][e(534)](0,-1):t[e(443)][e(361)],o=u[e(405)](s);o[e(295)](r)>0||o[e(426)](r,n[i++])}for(const[t,n]of c[e(427)])t[e(349)](e(521))||this[e(370)][e(267)](t,n)}const s=Ri(e(475));this[e(354)][e(267)](e(475),s),this[e(484)][e(267)](e(475),this[e(403)](s,1));const o=Ri(e(475));this[e(543)][e(267)](e(475),o),this[e(435)][e(267)](e(475),this[e(403)](o,1));const a=Array[e(375)](this[e(543)])[e(502)]((([t,e])=>[t,Ai(e)]));this[e(334)](this[e(395)],a,this[e(370)],r)}[_i(550)](t){const e=_i,n=JSON[e(551)](t),i=this[e(531)][e(359)][e(419)][e(343)],r=new Gn.ViewDocumentFragment(i,n[e(502)]((t=>Ti(t,this[e(531)]))));return this[e(531)][e(325)][e(408)](r)}[_i(334)](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(267)](t,{start:e[r(470)][r(542)](),end:e[r(535)][r(542)](),rootName:e[r(530)][r(489)]});this[r(347)][r(267)](t,{roots:s,markers:a,rootsAttributes:o})}[_i(273)](t){const e=_i;this[e(347)][e(341)](t)}[_i(429)](){const t=_i;this[t(558)](),this[t(506)]=-1,this[t(395)]=-1,this[t(347)][t(312)](),this[t(292)](this[t(463)])}[_i(558)](){const t=_i;this[t(259)][t(312)](),this[t(247)][t(312)](),this[t(338)][t(312)](),this[t(543)][t(312)](),this[t(364)][t(312)](),this[t(354)][t(312)](),this[t(239)][t(312)](),this[t(435)][t(312)](),this[t(484)][t(312)](),this[t(370)][t(312)](),this[t(452)]=1,this[t(410)]=this[t(452)]}[_i(403)](t,e=null){const n=_i;let i=null;t.is(n(536))||(i=new Gn.Element(t[n(382)],{vid_start:null===e?this[n(452)]++:e++}));const r=[];for(const i of t[n(332)]())if(i.is(n(487))){r[n(279)](this[n(403)](i,e));const t=r[r[n(265)]-1];null!==e&&(e=t.is(n(487),n(369))?t[n(295)](n(291))+1:t[n(295)](n(556))+1)}else for(let t=0;t<i[n(269)];t++)r[n(279)](new Gn.Element(n(369),{vid:null===e?this[n(452)]++:e++}));if(t.is(n(536))){const e=Ri(t[n(489)]);return e[n(356)](0,r),e}return i[n(426)](n(556),null===e?this[n(452)]++:e++),i[n(356)](0,r),i}[_i(374)](t,e,n){const i=_i;this[i(558)]();const{roots:r,markers:s,rootsAttributes:o}=this[i(347)][i(407)](t);this[i(354)]=new Map(r),this[i(239)]=new Map(yn(o));for(const[t,e]of this[i(354)])if(i(475)!==t&&(this[i(543)][i(267)](t,Ai(e)),this[i(364)]=new Map(yn(o)),n)){const n=this[i(452)];this[i(435)][i(267)](t,this[i(403)](e)),this[i(484)][i(267)](t,this[i(403)](e,n))}this[i(410)]=this[i(452)],this[i(543)][i(267)](i(475),Ai(this[i(354)][i(407)](i(475)))),n&&this[i(435)][i(267)](i(475),this[i(403)](this[i(354)][i(407)](i(475))));for(const[t,e]of s){const n=this[i(354)][i(407)](e[i(489)]),r=this[i(543)][i(407)](e[i(489)]),s=new Gn.Range(this[i(447)](e[i(470)],n),this[i(447)](e[i(535)],n)),o=this[i(491)](s,r);n[i(427)][i(267)](t,s),this[i(370)][i(267)](t,o)}this[i(249)](t,e,n)}[_i(249)](t,e,n){const i=_i;for(const r of this[i(463)][i(330)](t,e))this[i(355)](r,n);for(const t of this[i(543)][i(397)]())t[i(427)][i(312)]();for(const[t,e]of this[i(370)])this[i(543)][i(407)](e[i(530)][i(489)])[i(427)][i(267)](t,e[i(542)]());const r=new Map,s=new Map;for(const[t,e]of this[i(543)])r[i(267)](t,Ai(e)),s[i(267)](t,this[i(364)][i(407)](t));this[i(334)](e,r,this[i(370)],s)}[_i(277)](t){const e=_i,n=Array[e(375)](this[e(347)][e(260)]());n[e(557)](((t,e)=>t-e)),n[e(465)]();for(const e of n)if(e<t)return e;return Number[e(284)]}[_i(388)](t,e){const n=_i,i=Array[n(375)](e[n(427)])[n(502)]((([e,i])=>[e,this[n(491)](i,t)]));t[n(427)]=new Map(i)}[_i(424)](t){const e=_i;for(const n of this[e(370)][e(397)]()){const i=n[e(462)](t),r=Gn.Range[e(441)](i);n[e(470)]=r[e(470)],n[e(535)]=r[e(535)]}}[_i(355)](t,e){const n=_i;if(n(237)!=t[n(278)]&&n(485)!=t[n(278)]){if(n(472)==t[n(278)]){const i=t[n(532)][n(530)][n(489)];this[n(543)][n(483)](i)||(this[n(543)][n(267)](i,Ri(i,!0)),this[n(364)][n(267)](i,{}),e&&this[n(435)][n(267)](i,Ri(i,!0)))}else{if(n(309)==t[n(278)]||n(323)==t[n(278)]||n(400)==t[n(278)])return void this[n(280)](t);n(461)==t[n(278)]&&this[n(328)](t)}if(n(461)!==t[n(278)]){const e=this[n(271)](t,this[n(543)]);e[n(337)](),this[n(424)](e)}if(e)switch(t[n(278)]){case n(472):this[n(331)](t);break;case n(430):case n(264):case n(508):this[n(431)](t);break;case n(445):this[n(554)](t);break;case n(394):this[n(458)](t)}}else this[n(560)](t,e)}[_i(271)](t,e){const n=_i,i=t[n(542)]();return i[n(283)]=t[n(283)],this[n(467)](i,e),i}[_i(478)](t){const e=_i;return t[e(502)]((t=>{const n=e,i=this[n(384)](t);return Number(t[n(373)][n(295)](i))}))}[_i(490)](t,e){const n=_i;if(t.is(n(487),n(369)))e[n(279)]({item:t,type:n(507)});else{t.is(n(487))&&e[n(279)]({item:t,type:n(409)});for(const i of t[n(332)]())this[n(490)](i,e);t.is(n(487))&&e[n(279)]({item:t,type:n(387)})}return e}[_i(306)](){const t=_i,e=new Map(this[t(259)]),n=new Map(e),i=new Map,r={insertions:{},deletions:{}},s={insertions:{},deletions:{}},o=new Map,a=new Set([...this[t(354)][t(260)](),...this[t(543)][t(260)]()]);a[t(341)](t(475));for(const e of a){const n=this[t(543)][t(407)](e)||Ri(e,!1),i=this[t(354)][t(407)](e)||Ri(e,!1);n[t(238)]()||i[t(238)]()?(r[t(255)][e]=Ai(n),r[t(392)][e]=Ai(i),this[t(388)](r[t(392)][e],i),this[t(388)](r[t(255)][e],n),s[t(255)][e]=this[t(490)](this[t(435)][t(407)](e),[]),s[t(392)][e]=this[t(490)](this[t(484)][t(407)](e)||Ri(e,!1),[])):a[t(341)](e)}for(const r of a){const o=s[t(255)][r];for(const r of o){const s=this[t(384)](r),o=r[t(373)][t(295)](s);n[t(341)](o),o>=this[t(410)]&&i[t(267)](o,e[t(407)](o))}}for(const r of a){const a=s[t(255)][r],c=this[t(478)](s[t(392)][r]);let u=0;for(const r of a){const s=this[t(384)](r),a=r[t(373)][t(295)](s);if(!i[t(483)](a)&&!o[t(483)](a))if(n[t(483)](a))u++;else{if(a!=c[u]){const i=e[t(407)](a)||e[t(407)](c[u]);for(;a!=c[u];)n[t(483)](c[u])||(o[t(267)](c[u],i),e[t(267)](c[u],i)),u++}u++}}}for(const e of a){const r=s[t(255)][e];for(const e of r){const r=this[t(384)](e),s=e[t(373)][t(295)](r);if(o[t(483)](s)){const e=o[t(407)](s);n[t(483)](s)||n[t(267)](s,{...e}),i[t(267)](s,{...e})}}}for(const e of n[t(260)]())e>=this[t(410)]&&n[t(341)](e);const c=new Map;for(const e of a){let r=s[t(255)][e];for(const e of r)if(e[t(373)].is(t(487),t(351))){const n=this[t(384)](e),r=e[t(373)][t(295)](n);if(i[t(483)](r)){const n=e[t(373)][t(539)][t(539)][t(295)](t(383)),s=c[t(407)](n)||new Set;s[t(302)](i[t(407)](r)[t(258)]),c[t(267)](n,s)}}r=s[t(392)][e];for(const e of r)if(e[t(373)].is(t(487),t(351))){const i=this[t(384)](e),r=e[t(373)][t(295)](i);if(n[t(483)](r)){const i=e[t(373)][t(539)][t(539)][t(295)](t(383)),s=c[t(407)](i)||new Set;s[t(302)](n[t(407)](r)[t(258)]),c[t(267)](i,s)}}for(const e of c[t(260)]())(i[t(483)](e)||n[t(483)](e))&&c[t(341)](e)}for(const e of a){const r=s[t(255)][e];let o=null,a=null;for(const e of r){const r=this[t(384)](e),s=e[t(373)][t(295)](r),u=c[t(407)](s);u&&t(409)==e[t(278)]&&(o=Array[t(375)](u)[0],a=e[t(373)][t(295)](t(556))),o&&(n[t(267)](s,{userId:o}),i[t(267)](s,{userId:o})),s==a&&(o=null,a=null)}}const u={},l=new Set;for(const e of a){const o=r[t(392)][e],a=r[t(255)][e];for(const{userId:e}of this[t(247)][t(397)]())null!==e&&l[t(302)](e);for(const{userId:e}of this[t(338)][t(397)]())null!==e&&l[t(302)](e);this[t(352)](a,s[t(255)][e],i,t(415),l),this[t(352)](o,s[t(392)][e],n,t(310),l),u[e]={insertions:this[t(474)](a),deletions:this[t(474)](o),attachChange:this[t(338)][t(407)](e)||null,attributesBefore:yn(this[t(239)][t(407)](e))||{},attributesAfter:yn(this[t(364)][t(407)](e))}}return{diffData:u,authorsIds:Array[t(375)](l)}}[_i(533)](t){const e=_i;for(const[,n]of t[e(427)]){const t=n[e(470)][e(379)]()[e(422)]((t=>e(351)==t[e(382)]));for(const n of t)1==n[e(453)]&&n[e(360)](0).is(e(487),e(346))&&n[e(360)](0)[e(426)](e(305),!0)}}[_i(474)](t){const e=_i;this[e(533)](t);const n=this[e(531)][e(325)][e(336)](t,{}),i=Array[e(375)](n[e(332)]())[e(502)]((t=>this[e(540)](t)));return JSON[e(301)](i)}[_i(540)](t){const e=_i;if(t.is(e(369)))return t[e(325)];{const n=t;return{type:Object[e(260)](Oi)[e(367)]((e=>t instanceof Oi[e])),name:n[e(382)],attributes:Array[e(375)](n[e(254)]()),children:Array[e(375)](n[e(332)]())[e(502)]((t=>this[e(540)](t)))}}}[_i(352)](t,e,n,i,r){const s=_i;let o=null,a=null,c=0;const u=this[s(531)][s(411)];for(let i=0;i<e[s(265)];i++){const r=this[s(384)](e[i]),c=e[i][s(373)][s(295)](r),h=n[s(407)](c),d=i==e[s(265)]-1;!o&&h&&(o=h,a=e[i]),o&&(!h||h[s(258)]!=o[s(258)])&&(l(h,Mi(a,t,u),Mi(e[i],t,u)),o=h||null,a=h?e[i]:null),o&&d&&l(h,Mi(a,t,u),Ei(e[i],t,u))}function l(e,n,a){const l=s,h=o[l(258)],d=l(521)+i+":"+h+":"+c++,f=u[l(524)](n,a);t[l(427)][l(267)](d,f),null!==h&&r[l(302)](h)}}[_i(384)](t){const e=_i;switch(t[e(278)]){case e(409):return e(383);case e(387):return e(556);default:return e(291)}}[_i(467)](t,e){const n=_i;t[n(381)]=null;for(const i in t){const r=t[i];if(r instanceof Gn.Position){const s=e[n(407)](r[n(530)][n(489)]);t[i]=this[n(447)](r,s)}if(r instanceof Gn.Range){const s=e[n(407)](r[n(530)][n(489)]);t[i]=this[n(491)](r,s)}n(530)===i&&(t[n(530)]=e[n(407)](t[n(530)][n(489)]))}}[_i(491)](t,e){const n=_i;return this[n(531)][n(411)][n(524)](this[n(447)](t[n(470)],e),this[n(447)](t[n(535)],e))}[_i(447)](t,e){const n=_i;return this[n(531)][n(411)][n(495)](e,t[n(361)],t[n(275)])}[_i(331)](t){const e=_i,n=this[e(435)][e(407)](t[e(532)][e(530)][e(489)]),i=this[e(447)](t[e(532)],n),r=null===t[e(283)]?null:t[e(283)]||this[e(531)][e(413)][e(407)](e(525)).me.id,s=i[e(539)],o=this[e(452)],a=[];for(const n of t[e(380)])if(n.is(e(487)))a[e(279)](this[e(403)](n));else for(let t=0;t<n[e(269)];t++)a[e(279)](new Gn.Element(e(369),{vid:this[e(452)]++}));const c=this[e(452)];for(let t=o;t<c;t++)this[e(259)][e(267)](t,{userId:r});s[e(356)](i[e(493)],a)}[_i(431)](t){const e=_i;(t=this[e(271)](t,this[e(435)]))[e(337)]();const n=null===t[e(283)]?null:t[e(283)]||this[e(531)][e(413)][e(407)](e(525)).me.id,i=t[e(529)](),r=i[e(539)],s=i[e(493)];!function t(i,r,s,o){const a=e;for(let e=s;e<o;e++){const s=r[a(360)](e);s.is(a(487),a(369))?i[a(267)](s[a(295)](a(291)),{userId:n}):(i[a(267)](s[a(295)](a(383)),{userId:n}),t(i,s,0,s[a(453)]),i[a(267)](s[a(295)](a(556)),{userId:n}))}}(this[e(259)],r,s,s+t[e(538)])}[_i(554)](t){const e=_i,n=null===(t=this[e(271)](t,this[e(435)]))[e(283)]?null:t[e(283)]||this[e(531)][e(413)][e(407)](e(525)).me.id,i=t[e(480)][e(539)],r=t[e(460)][e(539)],s=i[e(295)](e(556)),o=r[e(295)](e(383));i[e(426)](e(556),r[e(295)](e(556))),r[e(426)](e(556),s),this[e(259)][e(267)](o,{userId:n}),this[e(259)][e(267)](s,{userId:n}),t[e(337)]()}[_i(458)](t){const e=_i,n=null===(t=this[e(271)](t,this[e(435)]))[e(283)]?null:t[e(283)]||this[e(531)][e(413)][e(407)](e(525)).me.id,i=t[e(481)],r=t[e(526)][e(539)];t[e(337)]();const s=r[e(295)](e(556)),o=t[e(520)][e(244)];if(i){const t=o[e(295)](e(556)),i=r[e(295)](e(556));r[e(426)](e(556),t),o[e(426)](e(556),i),this[e(259)][e(267)](r[e(295)](e(556)),{userId:n}),this[e(259)][e(267)](o[e(295)](e(383)),{userId:n})}else{const t=this[e(452)]++,i=this[e(452)]++;r[e(426)](e(556),t),o[e(426)](e(383),i),o[e(426)](e(556),s),this[e(259)][e(267)](t,{userId:n}),this[e(259)][e(267)](i,{userId:n})}}[_i(328)](t){const e=_i;if(!t[e(316)])return;const n=(t=this[e(271)](t,this[e(543)]))[e(252)]?t[e(252)][e(530)]:null,i=t[e(559)]?t[e(559)][e(530)]:null;n&&this[e(370)][e(341)](t[e(382)]),i&&this[e(370)][e(267)](t[e(382)],t[e(559)][e(542)]());const r=null===t[e(283)]?null:t[e(283)]||this[e(531)][e(413)][e(407)](e(525)).me.id,s=t[e(382)];if(!this[e(247)][e(483)](s))return void this[e(247)][e(267)](s,{range:t[e(252)],userId:r});const o=this[e(247)][e(407)](s),a=o[e(396)],c=t[e(559)];null==a&&null==c||a&&c&&a[e(315)](c)?this[e(247)][e(341)](t[e(382)]):o[e(258)]=r}[_i(560)](t,e){const n=_i;this[n(543)][n(483)](t[n(489)])?this[n(543)][n(407)](t[n(489)])[n(457)]=t[n(545)]:(this[n(543)][n(267)](t[n(489)],Ri(t[n(489)],!0)),this[n(364)][n(267)](t[n(489)],{}),e&&this[n(435)][n(267)](t[n(489)],Ri(t[n(489)],!0)));const i=null===t[n(283)]?null:t[n(283)]||this[n(531)][n(413)][n(407)](n(525)).me.id,r=this[n(338)][n(407)](t[n(489)]);r&&r[n(258)]===i?this[n(338)][n(341)](t[n(489)]):this[n(338)][n(267)](t[n(489)],{userId:i,isAttached:t[n(545)]})}[_i(280)](t){const e=_i,n=this[e(364)][e(407)](t[e(530)][e(489)]);null===t[e(272)]?delete n[t[e(358)]]:n[t[e(358)]]=t[e(272)]}}function Ai(t){const e=_i,n=Ri(t[e(489)],t[e(238)]());for(const i of t[e(332)]()){const t=i[e(514)](!0);n[e(377)](t)}return n}function Ri(t,e=!0){const n=_i,i=new Gn.DocumentFragment;return i[n(489)]=t,i[n(457)]=e,i[n(238)]=()=>i[n(457)],i}function Mi(t,e,n){const i=_i,r=i(387)==t[i(278)]?n[i(468)](t[i(373)],i(535)):n[i(466)](t[i(373)]);return n[i(495)](e,r[i(361)],r[i(275)])}function Ei(t,e,n){const i=_i,r=i(409)==t[i(278)]?n[i(468)](t[i(373)],0):n[i(385)](t[i(373)]);return n[i(495)](e,r[i(361)],r[i(275)])}var Ni=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),qi=n(426),Zi={attributes:{"data-cke":!0}};Zi.setAttributes=zi(),Zi.insert=Pi().bind(null,"head"),Zi.domAPI=Ci(),Zi.insertStyleElement=Ui();ji()(qi.A,Zi);qi.A&&qi.A.locals&&qi.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=Ui();ji()(Bi.A,Wi);Bi.A&&Bi.A.locals&&Bi.A.locals;const Yi=Gi;function Gi(t,e){const n=Ji();return(Gi=function(t,e){return n[t-=363]})(t,e)}function Ji(){const t=["arrowdown","5YJhsoC","1348779OmoLgo","errorText","arrowleft","trim","1390smarwt","3165354iWcfNv","Name of the revision","125785hIRnBt","render","keystrokes","arrowup","extendTemplate","stopPropagation","2019744WMTrfn","value","label","reset","revisionNameInputView","4878064tcyOkB","input","742348FWICMB","setTemplate","revisionName","1301402oasiux","locale","listenTo","ck-revision-history-save-revision-form","focus","arrowright","set","add","element","220","14IUietX","focusTracker","form","ck-responsive-form","_createRevisionNameInput","optional","6ErgFtW","fieldView","revisionNameInputValue"];return(Ji=function(){return t})()}!function(t){const e=Gi,n=t();for(;;)try{if(906056===parseInt(e(396))/1+-parseInt(e(375))/2*(parseInt(e(391))/3)+parseInt(e(372))/4+-parseInt(e(395))/5*(-parseInt(e(401))/6)+parseInt(e(385))/7*(-parseInt(e(370))/8)+-parseInt(e(365))/9+-parseInt(e(400))/10*(-parseInt(e(403))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ji);class Xi extends Ni.View{constructor(e,n){const i=Gi;super(e),this[i(386)]=new t.FocusTracker,this[i(405)]=new t.KeystrokeHandler,this[i(381)](i(393),""),this[i(369)]=this[i(389)](n),this[i(373)]({tag:i(387),attributes:{class:["ck",i(378),i(388)],tabindex:"-1"},children:[this[i(369)]]}),(0,Ni.injectCssTransitionDisabler)(this)}[Yi(404)](){const t=Yi;super[t(404)](),(0,Ni.submitHandler)({view:this}),this[t(386)][t(382)](this[t(369)][t(383)]),this[t(405)][t(377)](this[t(383)]);const e=e=>e[t(364)]();this[t(405)][t(381)](t(380),e),this[t(405)][t(381)](t(398),e),this[t(405)][t(381)](t(406),e),this[t(405)][t(381)](t(394),e)}[Yi(379)](){const t=Yi;this[t(369)][t(379)]()}get[Yi(374)](){const t=Yi;return this[t(369)][t(392)][t(383)][t(366)][t(399)]()}set[Yi(374)](t){const e=Yi;this[e(369)][e(392)][e(383)][e(366)]=t[e(399)]()}[Yi(368)](){const t=Yi;this[t(369)][t(392)][t(383)][t(366)]="",this[t(369)][t(397)]=null}[Yi(389)](t){const e=Yi,n=new Ni.LabeledFieldView(this[e(376)],Ni.createLabeledInputText),i=n[e(392)];i[e(363)]({attributes:{maxlength:e(384)}});let r=$n(this[e(376)],e(402));return!t&&(r+=" ("+$n(this[e(376)],e(390))+")"),n[e(367)]=r,i.on(e(371),(()=>{const t=e;this[t(393)]=i[t(383)][t(366)][t(399)]()})),n}}const Qi=Ki;function Ki(t,e){const n=$i();return(Ki=function(t,e){return n[t-=137]})(t,e)}function $i(){const t=["children","init","isReady","role","Revision history","get","panelView","locale","showRevisionViewerCallback","plugins","_createSaveRevisionFormView","854508jPKPoq","submit","execute","Dialog","focus","revisionSave","history","revisionHistory","1164845sRUPqM","_showDialog","editing","Save current revision","saveRevision","isOpen","add","revisionNameInputView","Cancel","bind","isReadOnly","buttonView","addMany","231474gLQmTA","render","pluginName","_registerMenuComponent","config","editor","RevisionHistoryUI","componentFactory","menuBar:revisionHistory","The revision name cannot be empty.","reset","hide","ck-button-action","1082599qenyWv","_saveRevisionFormView","isOfficialPlugin","84398oXwlpy","menuitem","menu","view","Accept","RevisionTracker","isPremiumPlugin","177202TfeGYm","revisionName","show","revisionHistory.requireRevisionName","269780VIKJvd","isEnabled","set","requires","errorText","Open revision history","items","delegate"];return($i=function(){return t})()}!function(t){const e=Ki,n=t();for(;;)try{if(235608===parseInt(e(197))/1+-parseInt(e(190))/2+-parseInt(e(174))/3+-parseInt(e(201))/4+parseInt(e(161))/5+-parseInt(e(153))/6+parseInt(e(187))/7)break;n.push(n.shift())}catch(t){n.push(n.shift())}}($i);class tr extends Wn.Plugin{static get[Qi(176)](){return Qi(180)}static get[Qi(189)](){return!0}static get[Qi(196)](){return!0}static get[Qi(137)](){return[Si]}[Qi(143)](){const t=Qi,e=this[t(179)],n=e[t(151)][t(147)](t(195));e.ui[t(181)][t(167)](t(160),(i=>{const r=t,s=(0,Ni.createDropdown)(i),o=s[r(148)][r(142)],a=new Ni.ListView(i),c=new Ni.ListItemView(i),u=new Ni.ButtonView(i),l=new Ni.ListItemView(i),h=new Ni.ButtonView(i);return s[r(170)](r(202)).to(n,r(144),n,r(202),e,r(171),((t,e,n)=>t&&e&&!n)),s[r(172)][r(203)]({icon:Wn.icons[r(159)],label:$n(i,r(146)),tooltip:!0}),u[r(203)]({label:$n(i,r(164)),withText:!0,role:r(191)}),u[r(170)](r(202)).to(n,r(144),n,r(202),e,r(171),((t,e,n)=>t&&e&&!n)),u.on(r(155),(()=>this[r(162)]())),h[r(203)]({label:$n(i,r(139)),withText:!0,role:r(191)}),h[r(170)](r(202)).to(n,r(144),e,r(171),((t,e)=>t&&!e)),h.on(r(155),(()=>{const t=r;e[t(178)][t(147)](t(160))[t(150)](),s[t(166)]=!1,e[t(163)][t(193)][t(157)]()})),c[r(142)][r(167)](u),l[r(142)][r(167)](h),a[r(145)]=r(192),a[r(140)][r(173)]([c,l]),o[r(167)](a),s})),e.ui[t(181)][t(167)](t(182),(()=>this[t(177)]()))}[Qi(177)](){const t=Qi,e=this[t(179)],n=e[t(149)],i=new Ni.MenuBarMenuView(n),r=new Ni.MenuBarMenuListView(n);i[t(172)][t(203)]({icon:Wn.icons[t(159)],label:$n(n,t(146))});const s=new Ni.MenuBarMenuListItemView(n,i),o=new Ni.MenuBarMenuListItemButtonView(n);o[t(203)]({label:$n(n,t(164))}),o[t(141)](t(155)).to(i),o.on(t(155),(()=>{this[t(162)]()})),s[t(142)][t(167)](o),r[t(140)][t(167)](s);const a=new Ni.MenuBarMenuListItemView(n,i),c=new Ni.MenuBarMenuListItemButtonView(n);return c[t(203)]({label:$n(n,t(139))}),c[t(141)](t(155)).to(i),c.on(t(155),(()=>{const n=t;e[n(178)][n(147)](n(160))[n(150)]()})),a[t(142)][t(167)](c),r[t(140)][t(167)](a),i[t(148)][t(142)][t(167)](r),i}[Qi(162)](){const t=Qi,e=this[t(179)],n=e[t(149)],i=e[t(151)][t(147)](t(156)),r=e[t(151)][t(147)](t(195));function s(r){const s=t;e[s(178)][s(147)](s(200))&&""===r[s(198)]?r[s(168)][s(138)]=$n(n,s(183)):(e[s(151)][s(147)](Si)[s(165)]({name:r[s(198)]}),i[s(185)]())}this[t(188)]||(this[t(152)](),this[t(188)].on(t(154),(()=>s(this[t(188)])))),this[t(188)][t(184)](),i[t(199)]({id:t(158),title:$n(n,t(164)),isModal:!0,content:this[t(188)],actionButtons:[{label:$n(e[t(149)],t(169)),withText:!0,onExecute:()=>i[t(185)]()},{label:$n(e[t(149)],t(194)),class:t(186),withText:!0,onCreate(n){const i=t;n[i(170)](i(202)).to(r,i(144),r,i(202),e,i(171),((t,e,n)=>t&&e&&!n))},onExecute:()=>s(this[t(188)])}]})}[Qi(152)](){const t=Qi,e=this[t(179)],n=e[t(149)];this[t(188)]=new Xi(n,e[t(178)][t(147)](t(200))),this[t(188)][t(175)]()}}function er(t,e){const n=nr();return(er=function(t,e){return n[t-=409]})(t,e)}function nr(){const t=["1DvqTeB","_model","Removed by","add","790923cvKngD","806400DAZBFs","element","name","ck-revision-change__label","isSuggestion","ck-annotation","author","changeId","ck-revision-change","bindTemplate","508785oUsjyl","Added by","1087676HdzNfH","165558RWzMVZ","2007FpFWQB","Suggested by","type","584zeYmZK","ck-revision-change__","div","span","data","2257086jvtDiu","set","focus","setTemplate"];return(nr=function(){return t})()}const ir=er;!function(t){const e=er,n=t();for(;;)try{if(219806===parseInt(e(432))/1*(parseInt(e(419))/2)+parseInt(e(437))/3+parseInt(e(418))/4+parseInt(e(416))/5+-parseInt(e(428))/6+-parseInt(e(436))/7+parseInt(e(423))/8*(-parseInt(e(420))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nr);class rr extends Ni.View{constructor(t,e){const n=er;super(t),this[n(433)]=e,this[n(413)]=e.id;const i=this[n(415)],r=$n(t,e[n(427)][n(410)]?n(421):n(435)==e[n(422)]?n(417):n(434));this[n(429)](n(422),e[n(422)]),this[n(431)]({tag:n(425),attributes:{class:[n(411),n(414),i.to(n(422),(t=>n(424)+t))],tabindex:-1},children:[{tag:n(426),children:[{tag:n(426),attributes:{class:[n(409)]},children:[{text:r}]},{text:" "+e[n(412)][n(439)]}]}]})}[ir(430)](){const t=ir;this[t(438)][t(430)]()}}function sr(){var t=["data","author","16959iyoUUC","createdAt","1786145lQNJeK","toJSON","1877589tDhows","10RMblzF","1504352vujMAs","30RcTWwh","4CQZWnq","59164ovQZdz","20xPNuOg","rootName","35121IhaAnS","type","set","2167671rqJQMW"];return(sr=function(){return t})()}var or=ar;function ar(t,e){var n=sr();return(ar=function(t,e){return n[t-=375]})(t,e)}!function(t){for(var e=ar,n=t();;)try{if(261674===parseInt(e(390))/1*(-parseInt(e(383))/2)+parseInt(e(378))/3+-parseInt(e(386))/4*(-parseInt(e(380))/5)+-parseInt(e(385))/6*(-parseInt(e(387))/7)+-parseInt(e(384))/8+parseInt(e(382))/9*(parseInt(e(388))/10)+-parseInt(e(375))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(sr);class cr extends((0,t.ObservableMixin)()){constructor(e){var n=ar;super(),this.id=e.id||(0,t.uid)(),this[n(377)]=e[n(377)],this[n(391)]=e[n(391)],this[n(376)]=e[n(376)]||{},this[n(389)]=e[n(389)],this[n(392)](n(379),e[n(379)])}[or(381)](){var t=or;return{id:this.id,authorId:this[t(377)].id,type:this[t(391)],data:this[t(376)],createdAt:this[t(379)]}}}const ur=hr;function lr(){const t=["2142VeWusi","add","changes","77359ifLEJg","147480FeHVbT","newRevisionId","_setChanges","12dYpPrh","2662936JQTypJ","3456jqNtRq","159580gBeEqS","oldRevisionId","5936040dRIqkA","4ayXDRH","2266173WiZuQs"];return(lr=function(){return t})()}function hr(t,e){const n=lr();return(hr=function(t,e){return n[t-=415]})(t,e)}!function(t){const e=hr,n=t();for(;;)try{if(191994===-parseInt(e(424))/1*(parseInt(e(419))/2)+-parseInt(e(428))/3*(-parseInt(e(425))/4)+parseInt(e(416))/5+-parseInt(e(415))/6*(-parseInt(e(421))/7)+parseInt(e(429))/8+parseInt(e(420))/9+-parseInt(e(418))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lr);class dr{constructor(e,n){const i=hr;this[i(426)]=e,this[i(417)]=n,this[i(423)]=new t.Collection}[ur(427)](t){const e=ur;for(const n of t)this[e(423)][e(422)](n)}}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=yr;function pr(){const t=["attributes","resolve","range","item","_joinTapes","uiElement","flat","_makeModelFromViewString","bindElementToMarker","affectsData","removeMarker:revision","error","destroy","userId","right","test","insertion","reconvertMarker","map","2191HhHslT","_revisions","_balloon","dataToMarker","WidgetToolbarRepository","abs","index","suggestion","object","getWalker","_findChangeIdFromDomTarget","for","startIndex","showPreviousChange","nodeAfter","revision:","_changeView","_markMismatchedRemovedTags","change:activeChange","_cleanMarkers","writer","slice","push","createRevision","done","RevisionsRepository","from","1052268DcBYtJ","toViewElement","editingDowncast","_sortAndFilterDiffChanges","_getViewForChange","revision-viewer","_removeMissingPairs","markerToData","ck-revision-history-root-","nextPosition","change:isEnabled","getRoot","showStack","shift","pairId","viewItem","removeMarker","restoreRevisionCallback","POSITIVE_INFINITY","text","wrap","checkAttribute","then","target","data-revision-","mousedown","_processTape","markerToHighlight","createPositionFromPath","insertions","hasAttribute","toModel","remove","_threeWayMerge","revision-comment:","stop","values","attributesBefore","createRangeIn","forward","attributesAfter","schema","enqueueChange","mapper","_changeIdToChange","pop","_getDiff","maxOffset","getChild","conversion","_initInteractions","bottom","split","backward","_cleanUp","getAttribute","element","clear","marked","splice","forceDisabled","change:numberOfChanges","removeClass","addMarker:revision-suggestion:deletion","revisionHistory","addMarker:revision","toViewPosition","deletions","_setConversion","findIndex","addClass","keys","change","listenTo","1McLFYK","_markInsertions","ck-suggestion-preview-marker","getRootNames","numberOfChanges","_activeViewTarget","isInline","4ouyerG","createUIElement","isRemoved","newRevisionId","isBefore","pluginName","start","ck-editor__editable__overlay","end","isLimit","left","diff","revision","changes","getDomRoot","sort","commands","model","RevisionViewer","changeId","_update","getRevisionRootsAttributes","isOfficialPlugin","markersStart","length","_data","has","suggestion:","code","_getRevisionsRange","_fixObsoleteTags","ck-suggestion-marker--active","domConverter","adapter","vid","getClientRects","collaboration.channelId","revision-suggestion","elementStart","authors","get","repository","name","isAdded","data","isAfter","roots","level","concat","restoreRevision","_refreshStartEndIndex","ck-suggestion-marker","_removeUnsupportedChanges","config","top","insert","isEnabled","isObject","default","isPremiumPlugin","rootName","hasClass","revision-suggestion:","domEvent","12zOoVAx","isContent","delete","isRemoveSuggestion","toData","createPositionBefore","unshift","isAtStart","getItems","-new","ck-revision-history-root-add","currentChangeNumber","change:activeView","revisionHistoryLabel","7182DbOfrn","3687574DDFKMR","compare","catch","addRevision","getIndex","ck-revision-history-root-remove","forEach","_markMarkers","processor","27SrIegO","isEqual","init","_removeRevisionMarkers","_setChanges","type","next","ck-revision-history-root--active","merge","showNextChange","editor","ck-suggestion-marker-split","isOnRoot","mapViewToDom","consumable","vid_start","markerNameToElements","startsWith","diffData","elementEnd","_step","toViewRange","mouseover","setAttribute","parse","low","ck-suggestion-preview-marker-","set","isIncorrect","isSuggestion","_setDistance","editing","dataDowncast","isAttached","softBreak","modelRange","2147552hVMFmT","getAttributes","_appendChild","comment","enableReadOnlyMode","selection","plugins","_makeTape","downcastDispatcher","string","consume","parent","attachChange","_getChangeFromId","high","offsetSize","upcast","getRevisionData","unbindElementFromMarkerName","span","execute","children","vid_end","_getViewObj","document","markersEnd","isCollapsed","addMarker:revision-suggestion:insertion","locale","382870tqdFMF","add","isReady","isNavigationMode","activeView","_makeModelFromTape","ck-suggestion-marker-","addRevisionData","find","first","elementToAttribute","markerName","deletion","view","side","all","requires","createAttributeElement","distance","markerRange","activeChange","refresh","ck-suggestion-marker-merge","highest","element:pre","detachRoot","634485ArHYYx","_markSuggestions","loadRevisionData","6442SYqHwM","data-change-id","removeMarker:revision-suggestion","markers","filter","observeMarkers","nextSibling","addRoot","revision-start","endIndex","updatePosition","revisionHistoryAttachChange","oldRevisionId","attribute:vid","useFillerType","addHighlight","getCustomProperty","createRange","includes","bind","indexOf","return","revision-end","getRevision","removeAttribute","change:isReady","isAddSuggestion","previousPosition","isBlock","isAtEnd"];return(pr=function(){return t})()}function yr(t,e){const n=pr();return(yr=function(t,e){return n[t-=407]})(t,e)}!function(t){const e=yr,n=t();for(;;)try{if(195652===-parseInt(e(630))/1*(parseInt(e(480))/2)+-parseInt(e(556))/3+-parseInt(e(637))/4*(-parseInt(e(477))/5)+-parseInt(e(715))/6*(-parseInt(e(529))/7)+parseInt(e(422))/8+-parseInt(e(725))/9*(-parseInt(e(451))/10)+-parseInt(e(716))/11*(parseInt(e(701))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pr);const gr={c:Gn.ViewContainerElement,a:Gn.ViewAttributeElement,e:Gn.ViewEmptyElement,r:Gn.ViewRawElement,u:Gn.ViewUIElement};class kr extends Wn.Plugin{static get[mr(642)](){return mr(655)}static get[mr(659)](){return!0}static get[mr(696)](){return!0}static get[mr(467)](){return[Yn.Users,Ni.ContextualBalloon,Kn]}constructor(t){const e=mr;super(t),this[e(678)]=this[e(735)][e(428)][e(677)](e(554)),this[e(413)](e(471),null),this[e(413)](e(455),null),this[e(635)]=null,this[e(413)](e(648),null),this[e(413)](e(453),!1),this[e(413)](e(693),!0),this.on(e(566),((t,n,i)=>{const r=e;this[r(471)]=null,this[r(455)]=null,this[r(735)][r(417)][r(464)][r(628)]((t=>{const e=r;for(const n of this[e(735)][e(417)][e(464)][e(446)][e(683)])i?t[e(618)](e(644),n):t[e(626)](e(644),n)}))})),this[e(499)](e(454)).to(this,e(471),(t=>null!==t)),this[e(499)](e(712)).to(this,e(453),this,e(648),this,e(471),((t,n,i)=>t&&i?n[e(650)][e(720)](i):0)),this[e(499)](e(634)).to(this,e(453),this,e(648),((t,n)=>t?n[e(650)][e(661)]:0)),this[e(545)]=null,this[e(600)]=new Map,this[e(670)]=null,this[e(531)]=this[e(735)][e(428)][e(677)](Ni.ContextualBalloon)}[mr(727)](){const t=mr,e=this[t(735)],n=new wr(e,{direction:t(609)}),i=new wr(e,{direction:t(595)});e[t(653)][t(452)](t(542),n),e[t(653)][t(452)](t(734),i),e[t(653)][t(452)](t(686),new _r(e)),this.on(t(617),(()=>{const e=t;n[e(472)](),i[e(472)]()})),this[t(624)](),this[t(606)](),e[t(426)](t(561)),e[t(428)][t(663)](t(533))&&e[t(428)][t(677)](t(533))[t(616)](t(561))}async[mr(439)](t){const e=mr;await this[e(479)](t);const n={};for(const i in t[e(743)]){if(t[e(743)][i][e(434)]&&!t[e(743)][i][e(434)][e(419)])continue;const r=this[e(728)](JSON[e(410)](t[e(743)][i][e(585)])),s=this[e(735)][e(417)][e(464)][e(446)],o=new Gn.ViewDocumentFragment(s,r[e(528)]((t=>this[e(445)](t))));this[e(735)][e(681)][e(724)][e(494)](e(614)),n[i]=this[e(735)][e(681)][e(724)][e(705)](o),this[e(735)][e(681)][e(724)][e(494)](e(695))}return n}async[mr(658)](t){const e=mr;await this[e(479)](t);const n={};for(const i in t[e(743)])t[e(743)][i][e(434)]&&!t[e(743)][i][e(434)][e(419)]||(n[i]=t[e(743)][i][e(596)]||{});return n}[mr(728)](t){const e=mr;return(t=t[e(484)]((t=>!t[e(679)]||e(488)!==t[e(679)]&&e(502)!==t[e(679)])))[e(722)]((t=>{const n=e;n(431)!=typeof t&&(t[n(443)]=this[n(728)](t[n(443)]),t[n(510)]=t[n(510)][n(484)]((t=>!t[0][n(742)](n(580)))))})),t}async[mr(717)](t,e,n=!1){const i=mr;if(!this[i(693)])return;const r=this[i(648)],s=this[i(678)],o=i(431)==typeof t?s[i(503)](t):t,a=i(431)==typeof e?s[i(503)](e):e,c=o.id,u=a?a.id:null;if(!n&&this[i(648)]&&this[i(648)][i(640)]===c&&this[i(648)][i(492)]===u)return Promise[i(511)]();this[i(453)]=!1,this[i(455)]=null,this[i(471)]=null,this[i(648)]=new dr(c,u);const l=this[i(666)](o,a,!0)[i(528)]((t=>this[i(479)](t)));return l[i(551)](new Promise((t=>{setTimeout(t,20)}))),Promise[i(466)](l)[i(578)]((()=>{const t=i;if(!this[t(693)])return;this[t(610)]();const e=this[t(602)](c,u);for(const n of e[t(650)])this[t(600)][t(413)](n.id,n);this[t(735)][t(654)][t(598)]({isUndoable:!1},(n=>{const i=t;for(const t of this[i(735)][i(654)][i(446)][i(633)]())n[i(476)](t);for(const t of Object[i(627)](e[i(654)])){const r=n[i(487)](t);for(const s of Object[i(627)](e[i(510)][t]))n[i(409)](s,e[i(510)][t][s],r);n[i(692)](e[i(654)][t],r,0)}})),this[t(648)][t(729)](this[t(559)](e[t(650)])),this[t(453)]=!0}))[i(718)]((t=>{const e=i;console[e(521)](t),this[e(610)](),r&&(this[e(648)]=r),this[e(453)]=!0}))}[mr(458)](t,e){const n=mr,i=this[n(678)][n(552)](t);return i.on(n(657),((t,n,r)=>e(n,r,i))),this[n(678)][n(719)](i),i}[mr(479)](t){const e=mr;if(!t||t[e(743)])return Promise[e(511)]();{const n=this[e(735)][e(690)][e(677)](e(673));return this[e(670)][e(503)]({channelId:n,revisionId:t.id})[e(578)]((n=>{const i=e;t[i(657)]({diffData:n[i(743)]},!0)}))}}[mr(610)](){const t=mr;this[t(471)]=null,this[t(548)](),this[t(545)]&&this[t(545)][t(522)](),this[t(545)]=null,this[t(600)][t(613)](),this[t(735)][t(654)][t(598)]({isUndoable:!1},(e=>{const n=t;for(const t of this[n(735)][n(654)][n(446)][n(633)]())e[n(476)](t)}))}[mr(559)](t){const e=mr,n=[],i=new Map;for(const t of this[e(735)][e(654)][e(446)][e(633)]()){const r=this[e(735)][e(417)][e(464)][e(651)](t);if(!r)continue;const s=r[e(672)]()[e(513)](0);s&&(n[e(551)](t),i[e(413)](t,s))}return n[e(652)](((t,n)=>{const r=e,s=i[r(677)](t),o=i[r(677)](n);return s.y-o.y||s.x-o.x})),(t=t[e(484)]((t=>n[e(498)](t[e(697)]))))[e(652)](((t,i)=>n[e(500)](t[e(697)])-n[e(500)](i[e(697)]))),t}[mr(429)](t){const e=mr,n=Array[e(555)](t[e(483)])[e(484)]((([t,n])=>t[e(742)](e(544))&&!n[e(448)])),i=Array[e(555)](this[e(735)][e(654)][e(594)](t)[e(538)]({singleCharacters:!0}));if(0!=n[e(661)])for(const t of i){const[i,r]=n[0],[,s,o]=i[e(608)](":");if(r[e(645)][e(726)](t[e(565)])&&n[e(569)](),(t[e(507)][e(726)](r[e(643)])||t[e(507)][e(682)](r[e(643)]))&&(e(526)==s?t[e(680)]={userId:o}:e(463)==s&&(t[e(639)]={userId:o})),0==n[e(661)])break}return i}[mr(687)](t){const e=mr,n=new Map;for(let i=0;i<t[e(661)];i++)e(575)===t[i][e(730)]?(t[i][e(513)][e(541)]=i,t[i][e(513)][e(489)]=i):(e(675)===t[i][e(730)]?t[i][e(513)][e(541)]=i:e(744)===t[i][e(730)]&&(t[i][e(513)][e(489)]=i),n[e(413)](t[i].id,i));for(const i of n[e(592)]())e(675)===t[i][e(730)]?t[i][e(513)][e(489)]=n[e(677)](t[i][e(570)]):e(744)===t[i][e(730)]&&(t[i][e(513)][e(541)]=n[e(677)](t[i][e(570)]))}[mr(582)](t){const e=mr;for(let n=0;n<t[e(661)];n++){if(e(675)===t[n][e(730)])t[n][e(513)][e(541)]=n;else if(e(744)===t[n][e(730)]){t[n][e(513)][e(489)]=n;const i=t[n][e(513)][e(541)];t[i][e(570)]=t[n].id,t[n][e(570)]=t[i].id}else t[n][e(513)][e(541)]=n,t[n][e(513)][e(489)]=n,t[n][e(570)]=null;t[n][e(660)]||(t[n][e(660)]=[],t[n][e(447)]=[])}}[mr(631)](t,e){const n=mr,i=t[n(484)]((t=>!t[n(680)]));for(let t=0;t<e[n(661)];t++)e[t][n(680)]&&(i[t][n(680)]=e[t][n(680)])}[mr(517)](t){const e=mr,n=JSON[e(410)](t),i=this[e(735)][e(417)][e(464)][e(446)],r=new Gn.ViewDocumentFragment(i,n[e(528)]((t=>this[e(445)](t))));return this[e(735)][e(681)][e(587)](r)}[mr(445)](t){const e=mr,n=this[e(735)][e(417)][e(464)][e(446)];if(e(431)==typeof t)return new Gn.ViewText(n,t);{const i=t[e(443)][e(528)]((t=>this[e(445)](t)));return new(gr[t[e(730)]]||Gn.ViewElement)(n,t[e(679)],t[e(510)],i)}}[mr(602)](t,e=null){const n=mr,i=this[n(678)][n(503)](t),r=e?this[n(678)][n(503)](e):null,s=this[n(666)](i,r),o=s[s[n(661)]-1],a=new Map,c={model:{},attributes:{},changes:[]},u=new Set,l=new Map;for(let t=s[n(661)]-1;t>=0;t--){const e=s[t];for(const t of Object[n(627)](e[n(743)]))if(e[n(743)][t][n(434)]){const i=e[n(743)][t][n(434)];i[n(419)]?(u[n(452)](t),l[n(663)](t)&&l[n(677)](t)[n(523)]==i[n(523)]?l[n(703)](t):l[n(413)](t,i)):l[n(663)](t)?(u[n(703)](t),l[n(703)](t)):(u[n(452)](t),l[n(413)](t,i))}else u[n(452)](t)}for(const t of u){const e=l[n(663)](t)&&!l[n(677)](t)[n(419)];let i=e?s[n(661)]-1:0;const r=e?-1:1;for(;s[i];){const o=s[i];if(o[n(743)][t]){const i=e?o[n(743)][t][n(593)]:o[n(743)][t][n(596)];c[n(510)][t]=i?yn(i):{};break}i+=r}}for(const t of s){t[n(654)]={};for(const e of t[n(676)])a[n(413)](e.id,e);for(const e of u){const i=t[n(743)][e]?t[n(743)][e][n(585)]:"[]",r=t[n(743)][e]?t[n(743)][e][n(623)]:"[]";t[n(654)][e]={insertions:this[n(517)](i),deletions:this[n(517)](r)}}}for(const t of u){let e=null,r=0;const u=new Map(Array[n(555)](i[n(654)][t][n(585)][n(483)])[n(484)]((([t])=>!t[n(742)](n(544)))));let h=0;for(const o of s){const s=this[n(429)](o[n(654)][t][n(585)]);o==i?(e=s,r=e[n(661)],e[n(722)]((t=>{t.id=h++})),this[n(582)](e)):this[n(631)](e,s);const a=e[n(484)]((t=>!t[n(680)]))[n(528)]((t=>t.id));let c=0;const l=this[n(429)](o[n(654)][t][n(623)]);l[n(722)]((t=>{t[n(639)]?t.id=r++:t.id=a[c++]})),this[n(582)](l),this[n(416)](e,n(680)),this[n(416)](l,n(639)),o==i&&this[n(723)](e,u),e=this[n(514)](e,l),this[n(687)](e),this[n(416)](e,n(639))}e=e[n(484)]((t=>!(t[n(680)]&&t[n(639)])));const d=new Map(o[n(654)][t][n(623)][n(483)]),f=new Set(u[n(627)]());for(const t of d[n(627)]())f[n(703)](t);this[n(478)](e,f),this[n(667)](e),e=this[n(562)](e),e=this[n(546)](e),e=this[n(689)](e);const{root:v,changes:m}=this[n(456)](e,a,t);c[n(654)][t]=v;const p=l[n(677)](t);if(p){const e=a[n(677)](p[n(523)]),i=new cr({author:e,type:p[n(419)]?n(452):n(588),data:{isOnRoot:!0},createdAt:new Date,rootName:t});m[n(707)](i),c[n(510)][t][n(491)]=i.id}c[n(650)]=c[n(650)][n(685)](m)}return c}[mr(723)](t,e){const n=mr;for(let i=0;i<t[n(661)];i++)for(const[r,s]of e)s[n(643)][n(726)](t[i][n(507)])&&t[i][n(660)][n(551)](r),s[n(645)][n(726)](t[i][n(565)])&&t[i][n(447)][n(551)](r)}[mr(514)](t,e){const n=mr;let i=[],r=0,s=0;for(;r<t[n(661)]||s<e[n(661)];){const o=t[r]||{},a=e[s]||{};if(o.id==a.id)r++,s++,i[n(551)](o);else if(a[n(639)]&&o[n(680)]){const{commonTape:o,iEnd:a,jEnd:c}=this[n(589)](t,r,e,s);i=i[n(685)](o),r=a,s=c}else a[n(639)]?(s++,i[n(551)](a)):(r++,i[n(551)](o))}return i}[mr(478)](t,e){const n=mr,i=[];for(let o=0;o<t[n(661)];o++){for(let s=0;s<t[o][n(660)][n(661)];s++){const a=t[o][n(660)][s];if(!e[n(663)](a))continue;const{group:c,type:u,authorId:l}=r(a);n(674)!=c||n(526)!=u&&n(463)!=u||(i[n(707)]({type:u,name:a,userId:l}),t[o][n(660)][n(615)](s,1),s--)}s(t[o]);for(let s=0;s<t[o][n(447)][n(661)];s++){const a=t[o][n(447)][s];if(!e[n(663)](a))continue;const{group:c,type:u}=r(a);if(n(674)!=c||n(526)!=u&&n(463)!=u)continue;t[o][n(447)][n(615)](s,1),s--;const l=i[n(625)]((t=>t[n(679)]==a));l>-1&&i[n(615)](l,1)}}function r(t){const e=n,i=t[e(608)](":");return{group:i[0],type:i[1],subType:i[e(661)]>=5?i[2]:null,id:i[e(661)]<5?i[2]:i[3],authorId:i[e(661)]<5?i[3]:i[4],markerCount:6==i[e(661)]?i[5]:null}}function s(t){const e=n;for(let n=0;n<i[e(661)];n++){if(t[e(680)]&&e(526)==i[n][e(730)])return t[e(506)]=i[n],void delete t[e(680)];if(!t[e(680)]&&!t[e(639)]&&e(463)==i[n][e(730)])return void(t[e(704)]=i[n])}}}[mr(416)](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(413)](o.id,i);for(let i=0;i<t[n(661)];i++){if(n(639)==e&&t[i][n(680)]||n(680)==e&&t[i][n(639)])continue;if(n(575)==t[i][n(730)]){t[i][n(469)]=0;continue}const r=s[n(677)](t[i][n(570)]),o=s[n(677)](t[i].id);t[i][n(469)]=r-o}}[mr(666)](t,e,n=!1){const i=mr,r=[];let s=this[i(678)][i(720)](t),o=this[i(678)][i(720)](e);for(-1==o&&(o=this[i(678)][i(530)][i(661)],n=!1);s<o;)r[i(551)](this[i(678)][i(503)](s)),s++;return n&&r[i(551)](this[i(678)][i(503)](s)),r}[mr(589)](t,e,n,i){const r=mr,s=this[r(735)][r(654)][r(597)];let o=e;for(;t[o]&&t[o][r(680)];)o++;let a=i;for(;n[a]&&n[a][r(639)];)a++;u(t,e,o),u(n,i,a);const c=n[r(550)](i,a)[r(685)](t[r(550)](e,o));return c[r(652)](((t,e)=>t[r(465)]!=e[r(465)]?t[r(465)]-e[r(465)]:t[r(684)]!=e[r(684)]?t[r(684)]-e[r(684)]:t[r(469)]!=e[r(469)]?e[r(469)]-t[r(469)]:!!t[r(680)]!=!!e[r(680)]?-1==t[r(465)]||0==t[r(465)]?t[r(680)]?-1:1:t[r(680)]?1:-1:t[r(535)]-e[r(535)])),{commonTape:c,iEnd:o,jEnd:a};function u(t,e,n){const i=r;let o=-1,a=Number[i(574)],c=!0;for(let r=e;r<n;r++)if(s[i(636)](t[r][i(513)])||(c=!1),t[r][i(513)][i(541)]<e&&(o=r),t[r][i(513)][i(489)]>=n){a=r;break}c&&(o=n-1);for(let r=e;r<n;r++)t[r][i(465)]=r<=o?-1:r<a?0:1,t[r][i(535)]=r;let u=0;for(let n=e;n<=o;n++)0==t[n][i(469)]?t[n][i(684)]=u:(u++,t[n][i(684)]=u,u++);for(let r=e;r<n;r++)0==t[r][i(465)]&&(t[r][i(684)]=u);u=0;for(let e=n-1;e>=a;e--)0==t[e][i(469)]?t[e][i(684)]=u:(u--,t[e][i(684)]=u,u--)}}[mr(667)](t){const e=mr,n=new Map,i=this[e(735)][e(654)][e(597)];for(let r=1;r<t[e(661)];r++){let s,o,a;const c=t[r],u=t[r-1];if(e(575)==c[e(730)])continue;if(c[e(730)]!=u[e(730)])continue;if(!i[e(508)](u[e(513)])||i[e(646)](u[e(513)]))continue;if(!i[e(508)](c[e(513)])||i[e(646)](c[e(513)]))continue;if((t[r][e(680)]||t[r][e(506)])&&t[r-1][e(639)])s=t[r],o=t[r-1],a=r-1;else{if(!t[r][e(639)]||!t[r-1][e(680)]&&!t[r-1][e(506)])continue;s=t[r-1],o=t[r],a=r}const l=s[e(684)]==o[e(684)],h=Math[e(534)](s[e(684)])<Math[e(534)](o[e(684)])&&0==o[e(469)];(l||h)&&(n[e(413)](o.id,s.id),t[e(615)](a,1),r--,s[e(680)]=!1)}for(let i=0;i<t[e(661)];i++)n[e(663)](t[i][e(570)])&&(t[i][e(570)]=n[e(677)](t[i][e(570)]))}[mr(562)](t){const e=mr,n=new Set(t[e(528)]((t=>t.id)));for(let i=0;i<t[e(661)];i++)n[e(663)](t[i][e(570)])||0==t[i][e(469)]||(t[i][e(414)]=!0);return t[e(484)]((t=>!t[e(414)]))}[mr(546)](t){const e=mr,n=new Set;for(let i=0;i<t[e(661)];i++){if(n[e(663)](t[i].id)&&t[i][e(639)]&&(t[i][e(414)]=!0),t[i][e(414)])continue;if(0==t[i][e(469)])continue;if(e(675)!=t[i][e(730)])continue;if(null==t[i][e(570)])continue;let r=i+1,s=0;for(;t[r].id!=t[i][e(570)];)e(675)==t[r][e(730)]?s++:e(744)==t[r][e(730)]&&s--,r++;if(0!=s)if(t[i][e(639)])t[i][e(414)]=!0;else for(;r!=i;)t[r][e(639)]&&0!=t[r][e(469)]&&(t[r][e(414)]=!0,n[e(452)](t[r][e(570)])),r--}return t[e(484)]((t=>!t[e(414)]))}[mr(689)](t){const e=mr,n=this[e(735)][e(654)][e(597)];for(let i=0;i<t[e(661)];i++){if(!(t[i][e(680)]||t[i][e(506)]||t[i][e(639)]||t[i][e(704)]))continue;if(0==t[i][e(469)])continue;const r=t[i][e(513)];n[e(508)](r)||n[e(646)](r)||(t[i][e(680)]&&delete t[i][e(680)],t[i][e(506)]&&delete t[i][e(506)],t[i][e(704)]&&delete t[i][e(704)],t[i][e(639)]&&(t[i][e(414)]=!0))}return t[e(484)]((t=>!t[e(414)]))}[mr(456)](t,e,n){const i=mr,r=new Gn.DocumentFragment,s=[],o=new Map,a=this[i(735)][i(654)],c=a[i(597)],u=[r],l={},h={isAdded:[],isRemoved:[],isAddSuggestion:[],isRemoveSuggestion:[]};let d=null;const f=[0];for(let e=0;e<t[i(661)];e++)if(i(675)===t[e][i(730)]){t[e][i(507)]=a[i(584)](r,f);const n=new Gn.Element(t[e][i(513)][i(679)],t[e][i(513)][i(423)]());u[0][i(424)](n),f[i(551)](0),u[i(707)](n),t[e][i(565)]=a[i(584)](r,f)}else i(744)===t[e][i(730)]?(u[i(569)](),t[e][i(507)]=a[i(584)](r,f),f[i(601)](),f[f[i(661)]-1]++,t[e][i(565)]=a[i(584)](r,f)):(t[e][i(507)]=a[i(584)](r,f),d?d[i(662)]+=t[e][i(513)][i(681)]:d=new Gn.Text(t[e][i(513)][i(681)],t[e][i(513)][i(423)]()),t[e+1]&&i(575)===t[e+1][i(730)]&&p(d,t[e+1][i(513)])||(u[0][i(424)](d),d=null),f[f[i(661)]-1]+=t[e][i(513)][i(437)],t[e][i(565)]=a[i(584)](r,f));for(let e=0;e<t[i(661)];e++){const n=t[e][i(507)],r=t[e][i(565)];for(const r of t[e][i(660)])o[i(413)](r,{start:n,end:null});v(i(704),e,n,r),v(i(506),e,n,r),v(i(639),e,n,r),v(i(680),e,n,r);for(const n of t[e][i(447)])o[i(677)](n)[i(645)]=r}for(const[t,e]of o){const n=this[i(735)][i(654)][i(497)](e[i(643)],e[i(645)]);r[i(483)][i(413)](t,n)}return s[i(652)](((t,e)=>{const n=i,s=r[n(483)][n(677)](n(544)+t.id),o=r[n(483)][n(677)](n(544)+e.id);return s[n(643)][n(641)](o[n(643)])?-1:s[n(643)][n(682)](o[n(643)])?1:s[n(645)][n(641)](o[n(645)])?-1:s[n(645)][n(682)](o[n(645)])?1:n(452)===t[n(730)]?-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(523)]:null,d=n===t[o(661)]-1,f=h[e][0],v=c[o(694)](t[n][o(513)]);!l[e]&&a?l[e]={start:r,tapeItem:t[n],userId:u,type:e}:l[e]&&!a?(l[e][o(645)]=r,m(l[e]),l[e]=null):l[e]&&a&&l[e][o(523)]!==u&&(l[e][o(645)]=r,f&&f[o(523)]===l[e][o(523)]||m(l[e]),l[e]={start:r,tapeItem:t[n],userId:u,type:e}),l[e]&&v&&(o(675)!==t[n][o(730)]||f&&f[o(523)]===u||h[e][o(707)]({userId:u,object:t[n][o(513)],change:l[e]}),o(744)===t[n][o(730)]&&f&&f[o(537)]===t[n][o(513)]&&(h[e][o(569)](),l[e]=f[o(628)])),l[e]&&d&&(l[e][o(645)]=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(513)],f=a[h(597)][h(508)](d)&&!a[h(597)][h(646)](d),v=t[h(543)]==o[h(433)]&&o[h(708)];if(f&&v)return;const m=a[h(497)](t,o),p=e[h(677)](u),y=new cr({author:p,type:h(680)==l||h(506)==l?h(452):h(588),data:{isSuggestion:h(506)==l||h(704)==l},createdAt:new Date,rootName:n});s[h(551)](y),r[h(483)][h(413)](h(544)+y.id,m)}function p(t,e){const n=i,r=t[n(423)](),s=e[n(423)]();for(const t of r){if(t[1]!==e[n(611)](t[0]))return!1;s[n(731)]()}return s[n(731)]()[n(553)]}}[mr(624)](){const t=mr;this[t(735)][t(605)][t(540)](t(438))[t(532)]({view:t(649)}),this[t(735)][t(605)][t(540)](t(558))[t(583)]({model:t(649),view:e=>{const n=t,i=e[n(462)][n(608)](":")[1],r=this[n(435)](i);if(!r)return null;const s=n(452)==r[n(730)]?n(526):n(463),o=[n(688),n(457)+s];return r[n(681)][n(415)]&&o[n(551)](n(457)+s+n(710)),this[n(471)]==r&&o[n(551)](n(668)),{classes:o,attributes:{"data-change-id":i}}}}),this[t(735)][t(605)][t(540)](t(438))[t(452)]((e=>{const n=t;e.on(n(475),((t,e,i)=>{const r=n,s=e[r(571)][r(604)](0);if(!s||!s.is(r(612),r(665)))return;if(!i[r(739)][r(432)](s,{attributes:[r(740),r(444)]}))return;const o=e[r(421)][r(643)][r(543)];i[r(549)][r(409)](r(740),s[r(611)](r(740)),o),i[r(549)][r(409)](r(444),s[r(611)](r(444)),o)}),{priority:n(411)})})),this[t(735)][t(605)][t(540)](t(438))[t(452)]((e=>{const n=t;e.on(n(612),((t,e,i)=>{const r=n;if(!i[r(739)][r(432)](e[r(571)],{attributes:[r(740),r(444)]}))return;if(e[r(421)][r(448)])return;const s=e[r(421)][r(643)][r(543)];s[r(586)](r(740))||s[r(586)](r(671))||(i[r(549)][r(409)](r(740),e[r(571)][r(611)](r(740)),s),i[r(549)][r(409)](r(444),e[r(571)][r(611)](r(444)),s))}),{priority:n(411)})})),this[t(735)][t(605)][t(540)](t(438))[t(461)]({view:{name:t(441),attributes:{vid:!0}},model:{key:t(671),value:e=>e[t(611)](t(671))}}),this[t(735)][t(654)][t(597)].on(t(577),((e,[,n])=>{const i=t;[i(740),i(444),i(671)][i(498)](n)&&(e[i(501)]=!0,e[i(591)]())}),{priority:t(474)}),this[t(735)][t(605)][t(540)](t(418))[t(452)]((e=>{const n=t;e.on(n(493),((t,e,i)=>{const r=n;if(" "!=e[r(513)][r(681)]||e[r(513)][r(433)][r(603)]>1)return;if(!i[r(739)][r(432)](e[r(513)],t[r(679)]))return;const s=i[r(549)],o=i[r(599)][r(407)](e[r(512)]);s[r(576)](o,s[r(468)](r(441)))}))})),this[t(735)][t(605)][t(540)](t(418))[t(563)]({model:t(649)}),this[t(735)][t(417)][t(430)].on(t(621),function(e){const n=t,i=e[n(428)][n(677)](n(655));return(t,r,s)=>{const o=n,a=r[o(462)][o(608)](":")[1],c=i[o(435)](a);if(!c)return null;const u=o(452)==c[o(730)]?o(608):o(733);if(!s[o(739)][o(525)](r[o(470)],t[o(679)]))return;const l=r[o(470)][o(538)](),h=r[o(470)][o(643)],d=e[o(654)][o(597)];let f=null,v=null,m=!1,p=!1;for(const t of l){const e=t[o(513)];m=m||d[o(702)](e);const n=s[o(599)][o(557)](e);if(n&&n[o(496)](o(495)))return;o(744)==t[o(730)]&&d[o(508)](e)&&!d[o(646)](e)&&(e[o(486)]||h[o(509)]?f&&f[o(433)]==e||(f=e,y(t[o(507)]),p=!0):v=v||t[o(507)])}function y(t){const e=o,n=s[e(549)][e(638)](e(441),{class:e(457)+u}),a=s[e(599)][e(622)](t);c[e(681)][e(415)]&&s[e(549)][e(626)](e(457)+u+e(710),n),i[e(471)]==c&&s[e(549)][e(626)](e(668),n),s[e(549)][e(692)](a,n),s[e(599)][e(518)](n,r[e(462)])}m||p||!v||y(v)}}(this[t(735)]),{priority:t(436)}),this[t(735)][t(417)][t(430)].on(t(520),((e,n,i)=>{const r=t,s=i[r(599)][r(741)](n[r(462)]);if(s)for(const t of s)(t[r(698)](r(736))||t[r(698)](r(473)))&&(i[r(599)][r(440)](t,n[r(462)]),i[r(549)][r(588)](t))}),{priority:t(436)}),this[t(735)][t(417)][t(430)].on(t(621),((e,n,i)=>{const r=t,s=n[r(462)][r(608)](":")[1],o=this[r(435)](s);if(!o)return null;const a=r(452)==o[r(730)]?r(608):r(733);if(i[r(739)][r(525)](n[r(470)],e[r(679)]))for(const t of n[r(470)][r(709)]()){if(!t.is(r(612),r(420)))continue;const e=i[r(549)][r(638)](r(441),{class:r(457)+a}),s=i[r(599)][r(622)](this[r(735)][r(654)][r(706)](t));o[r(681)][r(415)]&&i[r(549)][r(626)](r(457)+a+r(710),e),this[r(471)]==o&&i[r(549)][r(626)](r(668),e),i[r(549)][r(692)](s,e),i[r(599)][r(518)](e,n[r(462)])}}),{priority:t(436)}),this[t(735)][t(654)][t(446)].on(t(628),(()=>{const e=t;this[e(735)][e(417)][e(464)][e(628)]((t=>{const n=e;for(const e of this[n(735)][n(654)][n(446)][n(633)]()){const i=this[n(735)][n(654)][n(446)][n(567)](e),r=this[n(735)][n(417)][n(464)][n(446)][n(567)](e);if(r){const e=i[n(611)](n(491));if(t[n(504)](n(481),r),t[n(618)](n(711),r),t[n(618)](n(721),r),t[n(618)](n(732),r),e){const i=this[n(435)](e);if(!i)return null;t[n(409)](n(481),e,r),t[n(626)](n(564)+i[n(730)],r),this[n(471)]==i&&t[n(626)](n(732),r)}}}}))})),this[t(735)][t(605)][t(540)](t(438))[t(532)]({view:t(425),model:e=>t(590)+e,converterPriority:t(474)}),this[t(735)][t(605)][t(540)](t(438))[t(532)]({view:t(536),model:e=>t(699)+e,converterPriority:t(474)}),this[t(735)][t(605)][t(540)](t(418))[t(563)]({model:t(674),view:e=>({name:t(664)+e,group:t(674)}),converterPriority:t(474)}),this[t(735)][t(605)][t(540)](t(558))[t(583)]({model:t(674),view:e=>{const n=t,i=e[n(462)][n(608)](":")[1];return n(526)!=i&&n(463)!=i?null:{classes:[n(632),n(412)+i]}}}),this[t(735)][t(417)][t(430)].on(t(619),br(this[t(735)],t(733)),{priority:t(436)}),this[t(735)][t(417)][t(430)].on(t(449),br(this[t(735)],t(608)),{priority:t(436)}),this[t(735)][t(417)][t(430)].on(t(482),((e,n,i)=>{const r=t,s=i[r(599)][r(741)](n[r(462)]);if(s)for(const t of s)t.is(r(515))&&(i[r(599)][r(440)](t,n[r(462)]),i[r(549)][r(588)](t))}),{priority:t(436)})}[mr(435)](t){const e=mr;return this[e(600)][e(677)](t)}[mr(560)](t){const e=mr;return this[e(545)]&&this[e(545)][e(522)](),this[e(545)]=new rr(this[e(735)][e(450)],t),this[e(545)]}[mr(606)](){const t=mr;this[t(735)][t(654)][t(446)][t(427)][t(485)](t(649)),this.on(t(713),((e,n,i,r)=>{const s=t;r&&this[s(531)][s(588)](r),i&&(this[s(531)][s(452)]({view:i,stackId:s(714),position:{target:()=>{const t=s,e=this[t(735)][t(417)],n=this[t(435)](i[t(656)]);let r;if(n[t(681)][t(737)]){const i=e[t(464)][t(651)](n[t(697)]);r=Array[t(555)](i[t(672)]())}else{const n=this[t(735)][t(654)][t(483)][t(677)](t(544)+i[t(656)]);r=Array[t(555)](e[t(599)][t(741)](n[t(679)]))[t(528)]((n=>e[t(464)][t(669)][t(738)](n)))[t(528)]((e=>Array[t(555)](e[t(672)]())))[t(516)]()}return this[t(635)]&&r[t(459)]((e=>e[t(691)]-3<=this[t(635)].y&&e[t(607)]+3>=this[t(635)].y&&e[t(647)]-3<=this[t(635)].x&&e[t(524)]+3>=this[t(635)].x))||r[0]}}}),this[s(531)][s(568)](s(714)))})),this.on(t(547),((e,n,i,r)=>{const s=t;this[s(455)]=i?this[s(560)](i):null,this[s(735)][s(654)][s(628)]((()=>{const t=s,e=this[t(735)][t(417)];r&&(r[t(681)][t(737)]?e[t(464)][t(628)]((n=>{const i=t;n[i(618)](i(732),e[i(464)][i(446)][i(567)](r[i(697)]))})):e[t(527)](t(544)+r.id)),i&&(i[t(681)][t(737)]?e[t(464)][t(628)]((n=>{const r=t;n[r(626)](r(732),e[r(464)][r(446)][r(567)](i[r(697)]))})):e[t(527)](t(544)+i.id))}))})),this[t(629)](this[t(735)][t(417)][t(464)][t(446)],t(408),((e,n)=>{const i=t;if(this[i(471)])return;const r=this[i(539)](n[i(579)]),s=this[i(600)][i(677)](r);s?(this[i(635)]={x:n[i(700)].x,y:n[i(700)].y},this[i(455)]=this[i(560)](s)):(this[i(635)]=null,this[i(455)]=null)})),this[t(629)](this[t(735)][t(417)][t(464)][t(446)],t(581),((e,n)=>{const i=t,r=this[i(539)](n[i(579)]),s=this[i(600)][i(677)](r);s?(this[i(635)]={x:n[i(700)].x,y:n[i(700)].y},s===this[i(471)]?this[i(531)][i(490)]():this[i(471)]=s):(this[i(635)]=null,this[i(471)]=null)}))}[mr(539)](t){const e=mr;do{const n=t[e(611)](e(481));if(n)return n;t=t[e(433)]}while(t);return null}[mr(548)](){const t=mr;this[t(735)][t(654)][t(628)]((e=>{const n=t;for(const t of this[n(735)][n(654)][n(483)])e[n(572)](t)}))}}function br(t,e){return(n,i,r)=>{const s=yr;if(!r[s(739)][s(525)](i[s(470)],n[s(679)]))return;const o=i[s(470)][s(538)](),a=i[s(470)][s(643)],c=t[s(654)][s(597)];let u=null,l=null,h=!1,d=!1;for(const t of o){const e=t[s(513)];h=h||c[s(702)](e);const n=r[s(599)][s(557)](e);if(n&&n[s(496)](s(495)))return;s(744)==t[s(730)]&&c[s(508)](e)&&!c[s(646)](e)&&(e[s(486)]||a[s(509)]?u&&u[s(433)]==e||(u=e,f(t[s(507)]),d=!0):l=l||t[s(507)])}function f(t){const n=s,o=r[n(599)][n(622)](t),a=r[n(549)][n(638)](n(441),{class:n(412)+e});r[n(549)][n(692)](o,a),r[n(599)][n(518)](a,i[n(462)])}h||d||!l||f(l)}}class _r extends Wn.Command{constructor(t){const e=mr;super(t);const n=t[e(428)][e(677)](kr);this[e(519)]=!1,this[e(629)](n,e(505),(()=>this[e(472)]())),this[e(629)](n,e(566),(()=>this[e(472)]()))}[mr(442)](){const t=mr,e=this[t(735)],n=e[t(428)][t(677)](kr),i=n[t(453)]?n[t(648)][t(640)]:null;e[t(690)][t(677)](t(620))[t(573)](i)}[mr(472)](){const t=mr,{isReady:e,isEnabled:n}=this[t(735)][t(428)][t(677)](kr);this[t(693)]=e&&n}}class wr extends Wn.Command{constructor(t,{direction:e}){const n=mr;super(t);const i=t[n(428)][n(677)](kr);this[n(519)]=!1,this[n(745)]=n(595)===e?1:-1,this[n(629)](i,n(505),(()=>this[n(472)]())),this[n(629)](i,n(566),(()=>this[n(472)]())),this[n(629)](i,n(547),(()=>this[n(472)]()))}[mr(442)](){const e=mr,n=this[e(735)],i=n[e(428)][e(677)](kr),{isNavigationMode:r,currentChangeNumber:s}=i;let o;if(i[e(471)]=r?i[e(648)][e(650)][e(677)](s+this[e(745)]):i[e(648)][e(650)][e(460)],i[e(471)][e(681)][e(737)])o=n[e(417)][e(464)][e(651)](i[e(471)][e(697)]);else{const t=n[e(654)][e(483)][e(677)](e(544)+i[e(471)].id);o=(0,Yn.getMarkerDomElement)(n[e(417)],t)}(0,t.scrollViewportToShowTarget)({target:o,viewportOffset:40})}[mr(472)](){const t=mr,{isNavigationMode:e,currentChangeNumber:n,numberOfChanges:i,isReady:r,isEnabled:s}=this[t(735)][t(428)][t(677)](kr);this[t(693)]=!!(s&&r&&i)&&(!e||(1===this[t(745)]?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(t,e){const n=Tr();return(Sr=function(t,e){return n[t-=302]})(t,e)}function Tr(){const t=["Show next change","isBackwardNavigationEnabled","isReady","ck-revision-history-ui__changes-navigation","52908YrIrIz","isForwardNavigationEnabled","set","_isStatusLabelVisible","96rjPBrq","1417014PkWRfn","isNavigationMode","235548YLaCaP","Show previous change","forward","44egbjlr","148521vdXgtK","Loading...","No changes","currentChangeNumber","ck-hidden","ck-revision-history-ui__changes-navigation__label","bindTemplate","NUMBER_OF_CHANGES","886935LhARpm","_statusText","span","isEnabled","numberOfChanges","EDIT_X_OF_Y_REVISIONS","X_OF_Y_CHANGES","ck-revision-history-ui","5518758dyLkGO","ck-revision-history-ui__changes-navigation__wrapper","backward","Total","bind","setTemplate","6447384WQcSCV","div","ck-revision-history-ui__changes-navigation__navigation","execute","fire"];return(Tr=function(){return t})()}!function(t){const e=Sr,n=t();for(;;)try{if(738510===-parseInt(e(302))/1*(-parseInt(e(312))/2)+parseInt(e(313))/3*(parseInt(e(306))/4)+parseInt(e(321))/5+-parseInt(e(309))/6+-parseInt(e(329))/7+-parseInt(e(335))/8+-parseInt(e(307))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Tr);class xr extends Ni.View{constructor(t){const e=Sr;super(t);const n=this[e(319)],i=new Ni.ButtonView(t),r=new Ni.ButtonView(t);this[e(304)](e(308),!1),this[e(304)](e(342),!1),this[e(304)](e(316),0),this[e(304)](e(325),0),this[e(304)](e(303),!1),this[e(304)](e(341),!1),this[e(333)](e(305)).to(this,e(342),this,e(325),((t,e)=>t&&e>0)),this[e(333)](e(322)).to(this,e(342),this,e(316),this,e(325),this,e(308),((n,i,r,s)=>{const o=e;if(!n)return $n(t,o(314));if(!r)return $n(t,o(315));const a=$n(t,o(320),r);return s?$n(t,o(327),[i+1,r]):a})),i[e(304)]({label:$n(t,e(310)),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(304)]({label:$n(t,e(340)),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(333)](e(324)).to(this,e(341)),r[e(333)](e(324)).to(this,e(303)),i.on(e(338),(()=>this[e(339)](e(338),e(331)))),r.on(e(338),(()=>this[e(339)](e(338),e(311)))),this[e(334)]({tag:e(336),attributes:{class:["ck",e(328),e(343)]},children:[{tag:e(323),attributes:{class:[e(330)]},children:[{tag:e(323),attributes:{class:[e(318),n.if(e(305),e(317),(t=>!t))]},children:[{text:n.to(e(308),(n=>n?$n(t,e(326))+": ":$n(t,e(332))+": "))}]},{text:n.to(e(322))}]},new Ni.ToolbarSeparatorView,{tag:e(336),attributes:{class:[e(337)]},children:[i,r]}]})}}var Ar=n(560),Rr={attributes:{"data-cke":!0}};Rr.setAttributes=zi(),Rr.insert=Pi().bind(null,"head"),Rr.domAPI=Ci(),Rr.insertStyleElement=Ui();ji()(Ar.A,Rr);Ar.A&&Ar.A.locals&&Ar.A.locals;function Mr(t,e){const n=Nr();return(Mr=function(t,e){return n[t-=143]})(t,e)}const Er=Mr;function Nr(){const t=["view","12YgXVIH","1779415alGdhd","2800956PJOGrW","14xkWsnA","isOfficialPlugin","36364CoLCXg","roots","isPremiumPlugin","change","editing","pluginName","ck-editor__editable__loading-overlay","172392oYjBWH","removeClass","show","addClass","RevisionViewerLoadingOverlay","256140SrqHEL","333249YunqFO","document","hide","210EhGEmW","editor","121897kgRHeg","205ciEOmP","63owlexH"];return(Nr=function(){return t})()}!function(t){const e=Mr,n=t();for(;;)try{if(532475===-parseInt(e(146))/1*(-parseInt(e(153))/2)+-parseInt(e(168))/3+-parseInt(e(155))/4*(parseInt(e(147))/5)+-parseInt(e(152))/6+-parseInt(e(148))/7*(-parseInt(e(162))/8)+-parseInt(e(167))/9*(-parseInt(e(144))/10)+parseInt(e(151))/11*(-parseInt(e(150))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Nr);const Vr=Er(161);class jr extends Wn.Plugin{static get[Er(160)](){return Er(166)}static get[Er(154)](){return!0}static get[Er(157)](){return!0}[Er(164)](){const t=Er,e=this[t(145)][t(159)][t(149)];e[t(158)]((n=>{const i=t;for(const t of e[i(169)][i(156)])n[i(165)](Vr,t)}))}[Er(143)](){const t=Er,e=this[t(145)][t(159)][t(149)];e[t(158)]((n=>{const i=t;for(const t of e[i(169)][i(156)])n[i(163)](Vr,t)}))}}const Dr=Cr;function Cr(t,e){const n=Lr();return(Cr=function(t,e){return n[t-=356]})(t,e)}function Lr(){const t=["ck-revision-history-ui__back-to-editing","plugins","2419390HYsMEp","8227164BAhQfT","bind","isOfficialPlugin","set","config","66hfcFMe","hide","isEnabled","pluginName","undo","isPremiumPlugin","4610934sadTRX","execute","isBackwardNavigationEnabled","revisionHistory","592193ZGlaAL","29549jumXxy","editor","closeRevisionViewerCallback","numberOfChanges","8sXxEzX","show","change:isReady","isNavigationMode","init","add","exitToEditing","941756pCbOnY","isReady","commands","listenTo","3wKQNpi","Restore this revision","isForwardNavigationEnabled","requires","showPreviousChange","RevisionViewerUI","changesNavigation","get","showNextChange","681870OZVtvP","restoreRevision","114XUqTHQ","forward","componentFactory","currentChangeNumber","30vSLZdW","Back to editing"];return(Lr=function(){return t})()}!function(t){const e=Cr,n=t();for(;;)try{if(936888===parseInt(e(385))/1*(-parseInt(e(364))/2)+-parseInt(e(400))/3*(parseInt(e(396))/4)+-parseInt(e(358))/5+-parseInt(e(360))/6*(parseInt(e(384))/7)+parseInt(e(389))/8*(-parseInt(e(380))/9)+-parseInt(e(368))/10+parseInt(e(374))/11*(parseInt(e(369))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Lr);class Pr extends Wn.Plugin{static get[Dr(377)](){return Dr(405)}static get[Dr(371)](){return!0}static get[Dr(379)](){return!0}static get[Dr(403)](){return[kr,jr]}[Dr(393)](){const t=Dr,e=this[t(386)],n=e[t(367)][t(356)](kr),i=e[t(367)][t(356)](jr);e.ui[t(362)][t(394)](t(395),(n=>{const i=t,r=new Ni.ButtonView(n);return r[i(372)]({label:$n(n,i(365)),icon:Wn.icons[i(378)],withText:!0,tooltip:!0,class:i(366)}),this[i(399)](r,i(381),(()=>{const t=i;e[t(373)][t(356)](t(383))[t(387)]()})),r})),e.ui[t(362)][t(394)](t(359),(n=>{const i=t,r=new Ni.ButtonView(n);return r[i(372)]({label:$n(n,i(401)),withText:!0,tooltip:!0}),r[i(370)](i(376)).to(e[i(398)][i(356)](i(359))),this[i(399)](r,i(381),(()=>e[i(381)](i(359)))),r})),e.ui[t(362)][t(394)](t(406),(i=>{const r=t,s=new xr(i),o=e[r(398)][r(356)](r(404)),a=e[r(398)][r(356)](r(357));return s[r(370)](r(382)).to(o,r(376)),s[r(370)](r(402)).to(a,r(376)),s[r(370)](r(397),r(363),r(388),r(392)).to(n),this[r(399)](s,r(381),((t,n)=>{const i=r;e[i(381)](i(361)===n?i(357):i(404))})),s})),i[t(390)](),n.on(t(391),((e,n,r)=>{const s=t;r?i[s(375)]():i[s(390)]()}))}}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;function Hr(){const t=["18OurFkJ","ck-tooltip_multi-line","530019xVwmce","_tooltipString","bindTemplate","12092bPfFcO","_resizeObserver","span","151220VxfBZy","166718ngaLcX","placeholder","listenTo","extendTemplate","input","_updateTooltipText","ck-revision-history-sidebar__revision-name","value","fieldView","render","65CKbxuK","1APuwOY","24sWvYZB","Enter the revision name","clientWidth","1187568wsGaVb","destroy","Revision name","scrollWidth","51821qVIIPT","6keyQjM","set","1351262UllGmt","element"];return(Hr=function(){return t})()}function Ur(t,e){const n=Hr();return(Ur=function(t,e){return n[t-=183]})(t,e)}const qr=Ur;!function(t){const e=Ur,n=t();for(;;)try{if(113606===-parseInt(e(211))/1*(parseInt(e(200))/2)+parseInt(e(193))/3+-parseInt(e(196))/4*(parseInt(e(210))/5)+-parseInt(e(187))/6*(parseInt(e(186))/7)+-parseInt(e(215))/8+parseInt(e(191))/9*(-parseInt(e(199))/10)+-parseInt(e(189))/11*(-parseInt(e(212))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Hr);class Zr extends Ni.LabeledFieldView{constructor(t,e){const n=Ur;super(t,e),this[n(197)]=null;const i=this[n(195)];this[n(188)]({label:$n(t,n(184)),_tooltipString:""}),this[n(208)][n(201)]=$n(t,n(213)),this[n(203)]({tag:n(198),attributes:{class:[n(206)],"data-cke-tooltip-text":i.to(n(194)),"data-cke-tooltip-position":"s","data-cke-tooltip-class":n(192)}})}[qr(209)](){const e=qr;super[e(209)](),this[e(197)]=new t.ResizeObserver(this[e(208)][e(190)],(()=>this[e(205)]())),this[e(202)](this[e(208)],e(204),(()=>this[e(205)]()))}[qr(183)](){const t=qr;super[t(183)](),this[t(197)]&&this[t(197)][t(183)]()}[qr(205)](){const t=qr,e=this[t(208)][t(190)];this[t(194)]=e[t(185)]>e[t(214)]&&e[t(207)]||""}}var Br=n(249),Wr={attributes:{"data-cke":!0}};Wr.setAttributes=zi(),Wr.insert=Pi().bind(null,"head"),Wr.domAPI=Ci(),Wr.insertStyleElement=Ui();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-=418]})(t,e)}function Gr(){const t=["2634920KXBJAB","3309InnFjH","set","ck-revision-history-sidebar__revision-author__name","Revision author","3127128bFtgmB","push","0 0 11 10","4083616OktPOk","ck-revision-history-sidebar__revision-author","7eqkgak","setTemplate","3TcOMjw","ck-revision-history-sidebar__revision-author_creator","2289744sPojcP","name","span","19471419PUJDii","59690acgGKW","Revision creator"];return(Gr=function(){return t})()}!function(t){const e=Yr,n=t();for(;;)try{if(806418===-parseInt(e(419))/1*(parseInt(e(425))/2)+-parseInt(e(428))/3+-parseInt(e(435))/4+parseInt(e(427))/5+-parseInt(e(421))/6*(parseInt(e(437))/7)+-parseInt(e(432))/8+parseInt(e(424))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Gr);class Jr extends Ni.View{constructor(t,e,n){const i=Yr;super(t);const r=new Ni.IconView;r[i(429)]({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(434)});const s=["ck",i(436)];n&&s[i(433)](i(420));const o=[{tag:i(423),attributes:{class:["ck",i(430)],title:$n(t,i(n?426:431))},children:[r,e[i(422)]]}];this[i(418)]({tag:"li",attributes:{class:s},children:o})}}function Xr(t,e){var n=Qr();return(Xr=function(t,e){return n[t-=159]})(t,e)}function Qr(){var t=["82530aKDbFh","11YDcPKF","4qzdElo","3718048HQUAgM","toLocaleTimeString","894655RjNbqn","toLocaleDateString","long","359619wInXEa","4411566htTYHu","numeric","1574592YQvmhA","14gCcDBR","2410wVyJBi","56177LXVSIU"];return(Qr=function(){return t})()}!function(t){for(var e=Xr,n=t();;)try{if(263966===parseInt(e(168))/1*(parseInt(e(167))/2)+-parseInt(e(160))/3+parseInt(e(169))/4*(parseInt(e(172))/5)+-parseInt(e(163))/6*(parseInt(e(164))/7)+-parseInt(e(170))/8+-parseInt(e(161))/9+parseInt(e(165))/10*(parseInt(e(166))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Qr);var Kr=n(11),$r={attributes:{"data-cke":!0}};$r.setAttributes=zi(),$r.insert=Pi().bind(null,"head"),$r.domAPI=Ci(),$r.insertStyleElement=Ui();ji()(Kr.A,$r);Kr.A&&Kr.A.locals&&Kr.A.locals;function ts(t,e){const n=es();return(ts=function(t,e){return n[t-=332]})(t,e)}function es(){const t=["listView","5403320xqUDzq","set","panelPosition","ck-on","Show more items","3372GDxRdG","stopPropagation","menuitem","1092378EftqXY","2720KSJCFq","isOpen","ck-revision-history-sidebar__revision__actions","buttonView","isActionsDropdownOpen","extendTemplate","source","6VvwlvI","isVisible","locale","Restore this revision","isReady","find","_action","action","listenTo","bindTemplate","button","Compare against selected","items","class","519916tQGEwv","threeVerticalDots","931473NVgIcm","first","change:isActionsDropdownOpen","bind","add","2920yJXmBa","execute","function","children","menu","name","model","isEnabled","37681jorqPp","map","Name this revision","12807osCsVA"];return(es=function(){return t})()}!function(t){const e=ts,n=t();for(;;)try{if(310623===parseInt(e(380))/1+parseInt(e(365))/2+-parseInt(e(367))/3+parseInt(e(340))/4*(parseInt(e(344))/5)+parseInt(e(351))/6*(-parseInt(e(343))/7)+parseInt(e(372))/8*(-parseInt(e(333))/9)+parseInt(e(335))/10)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=ss;function ss(t,e){const n=as();return(ss=function(t,e){return n[t-=178]})(t,e)}!function(t){const e=ss,n=t();for(;;)try{if(458890===-parseInt(e(212))/1*(-parseInt(e(189))/2)+parseInt(e(196))/3+parseInt(e(179))/4+parseInt(e(181))/5*(parseInt(e(200))/6)+parseInt(e(237))/7*(-parseInt(e(199))/8)+-parseInt(e(184))/9+parseInt(e(191))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(as);class os extends((0,Yn.ConfirmMixin)(Ni.View)){constructor(e,n,i,r){const s=ss;super(e);const o=this[s(236)],a=function(t,e){const n=s,i=Array[n(230)](e[n(217)])[n(190)]((t=>t!=e[n(220)]));return e[n(220)]&&i[n(216)](e[n(220)]),i[n(209)]((i=>new Jr(t,i,i==e[n(220)])))}(e,n);this.id=n.id,this[s(228)]=n,this[s(198)]=r,this[s(206)](s(231),s(194)).to(n),this[s(206)](s(182)).to(this,s(194),(t=>{return n=e[s(178)],(i=t)[(r=Xr)(173)](n,{month:r(159),day:r(162)})+", "+i[r(171)](n,{hour:r(162),minute:r(162)});var n,i,r})),this[s(223)](s(214),!1),this[s(223)](s(180),!1),this[s(223)](s(235),!1),this[s(223)](s(215),!1),this[s(223)](s(207),!1),this[s(229)]=new Zr(e,Ni.createLabeledInputText),this[s(229)][s(204)][s(218)]({attributes:{maxlength:s(240)}}),this[s(229)][s(204)][s(206)](s(226)).to(this,s(231),(t=>t||this[s(182)])),this[s(229)][s(206)](s(207)).to(this,s(214),this,s(207),((t,e)=>t&&e)),this[s(183)]=i&&i[s(205)]?function(e,n){const i=ts,r=e[i(360)],s=e[i(353)],o=(0,Ni.createDropdown)(s);o[i(337)]="sw";const a=function(e,n){const r=i,s=function(t,e){const n=ts,i=t[n(353)],r={"Compare against selected":$n(i,n(362)),"Name this revision":$n(i,n(332)),"Restore this revision":$n(i,n(354))};return e[n(381)]((t=>{const e=n,i=r[t[e(377)]];return i&&i!==t[e(377)]&&(t[e(377)]=i),t}))}(e,n),o=new t.Collection;for(const t of s){const n={type:r(361),model:new Ni.ViewModel({label:t[r(377)],class:t[r(364)],withText:!0,role:r(342),_action:t[r(358)]})};n[r(378)][r(370)](r(379)).to(e,r(348),(n=>r(374)!=typeof t[r(379)]||!n||t[r(379)](e))),o[r(371)](n)}return o}(e,n);return e[i(370)](i(348)).to(o,i(345)),o[i(347)][i(336)]({label:$n(s,i(339)),tooltip:!0,tooltipPosition:"sw",icon:Wn.icons[i(366)]}),o[i(349)]({attributes:{class:[i(346),r.if(i(348),i(338))]},on:{click:r.to((t=>t[i(341)]()))}}),o.on(i(373),(t=>{const n=i;e[n(355)]&&n(374)==typeof t[n(350)][n(357)]&&t[n(350)][n(357)](e)})),(0,Ni.addListToDropdown)(o,a,{role:i(376)}),o[i(359)](e,i(369),((t,r,s)=>{const a=i;if(s)for(const t of o[a(334)][a(363)]){const i=t[a(375)][a(368)],r=n[a(356)]((t=>t[a(358)]===i[a(357)]))[a(352)];t[a(352)]=void 0===r||r(e)}})),o}(this,i):"",this[s(183)]&&this[s(183)][s(206)](s(207)).to(this),this[s(222)]({tag:s(239),attributes:{class:["ck",s(193),s(201),o.if(s(211),s(185))]},children:[{tag:s(239),attributes:{class:["ck",s(193),s(241),o.if(s(207),s(210),(t=>!t)),o.if(s(214),s(233)),o.if(s(180),s(197)),o.if(s(235),s(227))]},children:[this[s(229)],{tag:s(234),attributes:{class:["ck",s(224)]},children:[{text:o.to(s(182))}]},{tag:s(239),attributes:{class:["ck",s(195)]},children:[{tag:"ul",attributes:{class:["ck",s(192)]},children:a}]},this[s(183)]],on:{click:o.to((t=>{const e=s;t[e(221)][e(188)](e(232))||this[e(215)]&&this[e(207)]&&this[e(213)](e(208),{id:this.id})}))}}]})}[rs(187)](){const t=rs;super[t(187)]();const e=this[t(229)][t(204)][t(219)];this[t(186)](e,t(225),(()=>{const n=t;this[n(198)]&&!e[n(226)]||this[n(213)](n(203),{id:this.id,name:e[n(226)]}),e[n(226)]||(e[n(226)]=this[n(231)]?this[n(231)]:this[n(182)])}))}[rs(208)](){this[rs(214)]=!0}[rs(238)](){this[rs(214)]=!1}[rs(202)](){this[rs(180)]=!0}[rs(242)](){this[rs(180)]=!1}}function as(){const t=["ck-revision-history-sidebar__revision_highlighted","_requireRevisionName","384952JfLbQk","66282EQSXFX","ck-revision-history-sidebar__revision-wrapper","highlight","setName","fieldView","length","bind","isEnabled","select","map","ck-disabled","isConfirm","1TIRvOf","fire","isSelected","isReady","unshift","authors","extendTemplate","element","creator","srcElement","setTemplate","set","ck-revision-history-sidebar__revision__date","change","value","ck-revision-history-sidebar__actions_dropdown_open","_revision","revisionNameView","from","name",".ck-thread__remove-confirm","ck-revision-history-sidebar__revision_selected","span","isActionsDropdownOpen","bindTemplate","84NkVhyy","deselect","div","220","ck-revision-history-sidebar__revision","unhighlight","uiLanguage","353384tidwTk","isHighlighted","195TOAXoB","_createdAtFormatted","revisionActionsView","162ScWxPk","ck-revision-history-sidebar__revision-wrapper_confirmation_visible","listenTo","render","closest","472228SKIlLf","filter","1246180xvRdOO","ck-revision-history-sidebar__revision-authors","ck-reset","createdAt","ck-revision-history-sidebar__revision__controls-wrapper","469275wGseFa"];return(as=function(){return t})()}var cs=n(675);function us(t,e){const n=ls();return(us=function(t,e){return n[t-=431]})(t,e)}function ls(){const t=["setLocale","monthLong","1155581lrJqIT","47180bBSfTy","7126992aNUgXC","1892GtqGug","toJSDate","6575960fhgFkb","weekdayLong","local","4ishmTs","48EDVucb","year","43948JkCIMU","month","1465746mQfEEY","startOf","minus","week","4sKoJSG","toRelativeCalendar","fromJSDate","day","2128134xyQUCi","hasSame"];return(ls=function(){return t})()}function hs(t,e){const n=us,i=cs.c9[n(433)](t)[n(437)](e),r=cs.c9[n(446)](),s=r[n(454)]({days:1})[n(453)](n(434));let o,a;return i[n(436)](r,n(434))?(o=i[n(453)](n(434))[n(443)](),a=i[n(432)]()):i[n(436)](s,n(434))?(o=s[n(443)](),a=i[n(432)]()):i[n(436)](r,n(455))?(o=i[n(453)](n(455))[n(443)](),a=i[n(445)]||""):i[n(436)](r,n(449))?(o=i[n(453)](n(451))[n(443)](),a=i[n(438)]||""):(o=i[n(453)](n(449))[n(443)](),a=String(i[n(449)])),{startDate:o,localizedPeriodName:a}}!function(t){const e=us,n=t();for(;;)try{if(721493===-parseInt(e(447))/1*(parseInt(e(450))/2)+parseInt(e(435))/3+parseInt(e(431))/4*(parseInt(e(444))/5)+-parseInt(e(452))/6+-parseInt(e(439))/7*(parseInt(e(448))/8)+-parseInt(e(441))/9+parseInt(e(440))/10*(parseInt(e(442))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ls);var ds=n(45),fs={attributes:{"data-cke":!0}};fs.setAttributes=zi(),fs.insert=Pi().bind(null,"head"),fs.domAPI=Ci(),fs.insertStyleElement=Ui();ji()(ds.A,fs);ds.A&&ds.A.locals&&ds.A.locals;function vs(t,e){const n=ps();return(vs=function(t,e){return n[t-=489]})(t,e)}const ms=vs;function ps(){const t=["_revisionActions","2378776wtdVSJ","906371xZGXNs","div","_requireRevisionName","20wmGieH","removeRevision","add","locale","createCollection","uiLanguage","ck-revision-history-sidebar__time-period__label","setTemplate","span","86nPVubw","addRevision","remove","ck-revision-history-sidebar__time-period","323040mPcqwx","9EuPLXw","localizedPeriodName","setName","51753GcBGYH","630480kaOqzM","6296220ShcFBg","revisionViews","select","1835640qBtVga","startDate","find","ck-revision-history-sidebar__time-period__revisions","delegate"];return(ps=function(){return t})()}!function(t){const e=vs,n=t();for(;;)try{if(475685===-parseInt(e(504))/1+parseInt(e(516))/2*(parseInt(e(492))/3)+-parseInt(e(493))/4+-parseInt(e(507))/5*(parseInt(e(520))/6)+parseInt(e(494))/7+parseInt(e(503))/8*(parseInt(e(489))/9)+-parseInt(e(497))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ps);class ys extends Ni.View{constructor(t,e,n,i){const r=vs;super(t);const s=hs(e,this[r(510)][r(512)])[r(490)];this[r(498)]=e,this[r(495)]=this[r(511)](),this[r(502)]=n,this[r(506)]=i,this[r(495)][r(501)](r(496)).to(this),this[r(495)][r(501)](r(491)).to(this),this[r(514)]({tag:r(505),attributes:{class:["ck",r(519)]},children:[{tag:r(515),attributes:{class:["ck",r(513)]},children:[{text:s}]},{tag:r(505),attributes:{class:["ck",r(500)]},children:this[r(495)]}]})}[ms(517)](t){const e=ms,n=new os(this[e(510)],t,this[e(502)],this[e(506)]);this[e(495)][e(509)](n)}[ms(508)](t){const e=ms,n=this[e(495)][e(499)]((e=>e.id===t.id));this[e(495)][e(518)](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(){const t=["div","17630hUhkOX","1000slHnsT","72sXMSKs","history","span","ck-revision-history-sidebar__header__label","382381aHZJRE","ck-revision-history-sidebar__header","9549732GsvLER","content","setTemplate","76978wBiPnD","494944WlhfND","258WdfrhZ","ck-reset_all","21502jeSTSb","8qqVLhR","49742QKKBYQ","Revision history","33IUQXCz"];return(bs=function(){return t})()}function _s(t,e){const n=bs();return(_s=function(t,e){return n[t-=177]})(t,e)}!function(t){const e=_s,n=t();for(;;)try{if(542465===parseInt(e(196))/1+-parseInt(e(184))/2*(parseInt(e(188))/3)+-parseInt(e(185))/4*(parseInt(e(190))/5)+-parseInt(e(182))/6*(parseInt(e(186))/7)+parseInt(e(181))/8*(parseInt(e(192))/9)+-parseInt(e(191))/10*(parseInt(e(180))/11)+parseInt(e(177))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(bs);class ws extends Ni.View{constructor(t){const e=_s;super(t);const n=new Ni.IconView;n[e(178)]=Wn.icons[e(193)],this[e(179)]({tag:e(189),attributes:{class:["ck",e(183),e(197)]},children:[n,{tag:e(194),attributes:{class:["ck",e(195)]},children:[$n(t,e(187))]}]})}}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;function Ss(t,e){const n=xs();return(Ss=function(t,e){return n[t-=206]})(t,e)}const Ts=Ss;function xs(){const t=["uiLanguage","createdAt","579220kNTOsU","highlightRevisions","createCollection","render","336QAAaEL","65RQEPzx","selectRevision","isEnabled","63jDHEFQ","6MrJvmO","bindTemplate","removeRevision","setName","_revisionActions","_getTimePeriodViewByStartDate","div","7112777rFCgTk","timePeriodViews","flat","fire","_addRevision","273548mUckJx","getTime","highlight","ck-revision-history-sidebar__timeline","11408QsJaQt","420062UkszQS","find","5940022UMkdRb","ck-rounded-corners","_removeRevision","ck-disabled","4225408ynCcaf","get","some","set","_requireRevisionName","add","map","revisionViews","remove","revisionSetName","setTemplate","addRevision","select","_revisions","revisionSelected","deselect","ck-reset","ck-revision-history-sidebar","unhighlight","delegate","locale","startDate"];return(xs=function(){return t})()}!function(t){const e=Ss,n=t();for(;;)try{if(541802===-parseInt(e(233))/1+-parseInt(e(232))/2*(parseInt(e(211))/3)+parseInt(e(228))/4*(-parseInt(e(212))/5)+parseInt(e(216))/6*(parseInt(e(223))/7)+parseInt(e(239))/8+parseInt(e(215))/9*(parseInt(e(207))/10)+parseInt(e(235))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(xs);class As extends Ni.View{constructor(t,e,n,i){const r=Ss;super(t);const s=this[r(217)];this[r(224)]=this[r(209)](),this[r(224)][r(258)](r(251)).to(this),this[r(224)][r(258)](r(219)).to(this),this[r(252)]=e,this[r(220)]=n,this[r(243)]=i,this.on(r(251),((t,e)=>{const n=r;this[n(226)](n(253),e)})),this.on(r(219),((t,e)=>{const n=r;this[n(226)](n(248),e)})),this[r(242)](r(214),!1),this[r(249)]({tag:r(222),attributes:{class:["ck",r(255),r(236),r(256)]},children:[new ws(t),{tag:r(222),attributes:{class:["ck",r(231),s.if(r(214),r(238),(t=>!t))]},children:this[r(224)]}]})}[Ts(210)](){const t=Ts;super[t(210)]();for(const e of this[t(252)])this[t(227)](e);this[t(252)].on(t(244),((e,n)=>{this[t(227)](n)})),this[t(252)].on(t(247),((e,n)=>{this[t(237)](n)}))}get[Ts(246)](){const t=Ts;return this[t(224)][t(245)]((e=>e[t(246)][t(245)]((t=>t))))[t(225)]()}[Ts(213)](t){const e=Ts;for(const n of this[e(246)])t&&t.id===n.id?n[e(251)]():n[e(254)]()}[Ts(208)](t){const e=Ts;for(const n of this[e(246)])t[e(241)]((({id:t})=>t===n.id))?n[e(230)]():n[e(257)]()}[Ts(227)](t){const e=Ts,n=hs(t[e(206)],this[e(259)][e(261)])[e(260)];let i=this[e(224)][e(240)](0);i&&i[e(260)][e(229)]()===n[e(229)]()||(i=new ys(this[e(259)],n,this[e(220)],this[e(243)]),this[e(224)][e(244)](i)),i[e(250)](t)}[Ts(237)](t){const e=Ts,n=hs(t[e(206)],this[e(259)][e(261)])[e(260)];this[e(221)](n)[e(218)](t)}[Ts(221)](t){const e=Ts;return this[e(224)][e(234)]((n=>n[e(260)][e(229)]()===t[e(229)]()))}}const Rs=Es;function Ms(){const t=["compare","destroy","isVisible","focus","_revisionViewer","listenTo","isReady","_handleRevisionSelected","getRevisionsInDiff","assign","_handleRevisionSetName","data","newRevisionId","isEnabled","name","getLaterVisibleRevision","getRevision","restoreRevision","action","element","753668fUJJgd","change:diff","1461214GQeBiU","pluginName","revisionHistory.requireRevisionName","_handleEditorDataReady","string","1277284HwveLL","revisionSetName","revisionHistory.revisionActions","appendChild","setName","defaultRevisionActions","_revisions","highlightRevisions","init","Restore this revision","ready","getEarlierVisibleRevision","remove","add","bind","get","_handleDiffChange","fieldView","repository","Name this revision","204ifQHIf","requires","_createRevisionActions","select","123389quCVzg","getIndex","plugins","Compare against selected","isPremiumPlugin","110439wWxbsU","1303701mxvkij","1047088azQOwI","470OuUjpX","nameRevision","map","revisionHistory.viewerSidebarContainer","selectRevision","restoreRevisionCallback","isOfficialPlugin","revisionViews","revisionSelected","10UDRhGq","isSelected","config","_sidebarView","diff","revisionHistory","availableRevisionActions","RevisionsSidebar","length","timePeriodViews","editor","_revisionsRepository","compareAgainstSelected","locale","render"];return(Ms=function(){return t})()}function Es(t,e){const n=Ms();return(Es=function(t,e){return n[t-=439]})(t,e)}!function(t){const e=Es,n=t();for(;;)try{if(380603===parseInt(e(464))/1+-parseInt(e(466))/2+-parseInt(e(501))/3+parseInt(e(471))/4*(parseInt(e(512))/5)+-parseInt(e(491))/6*(-parseInt(e(495))/7)+parseInt(e(502))/8+-parseInt(e(500))/9*(parseInt(e(503))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ms);class Ns extends Wn.Plugin{static get[Rs(467)](){return Rs(519)}static get[Rs(509)](){return!0}static get[Rs(499)](){return!0}static get[Rs(492)](){return[kr]}constructor(t){const e=Rs;super(t),this[e(448)]=t[e(497)][e(486)](kr),this[e(440)]=this[e(448)][e(489)],this[e(515)]=null}[Rs(479)](){const t=Rs,e=this[t(440)][t(477)],n=this[t(493)](),i=this[t(439)][t(514)][t(486)](t(506));this[t(515)]=new As(this[t(439)][t(442)],e,n,this[t(439)][t(514)][t(486)](t(468))),this[t(515)].on(t(511),this[t(451)][t(485)](this)),this[t(515)].on(t(472),this[t(454)][t(485)](this)),this[t(515)][t(485)](t(457)).to(this[t(448)]),this[t(515)][t(521)].on(t(484),((e,n)=>{const i=t;n[i(510)].on(i(484),((t,e)=>{const n=i;e[n(485)](n(457),n(450)).to(this[n(448)])}))})),this[t(515)][t(443)](),this[t(449)](this[t(439)][t(455)],t(481),this[t(469)][t(485)](this)),this[t(449)](this[t(448)],t(465),this[t(487)][t(485)](this)),i[t(474)](this[t(515)][t(463)])}[Rs(445)](){const t=Rs;this[t(515)][t(463)][t(483)](),this[t(515)][t(445)]()}[Rs(469)](){const t=Rs,e=this[t(440)][t(460)](0);if(e){const n=this[t(440)][t(482)](e.id);this[t(448)][t(444)](e,n)}}[Rs(451)](t,e){const n=Rs,i=this[n(440)][n(460)](e.id),r=this[n(440)][n(482)](i.id);this[n(448)][n(444)](i,r)}[Rs(454)](t,e){const n=Rs;this[n(440)][n(460)](e.id)[n(475)](e[n(458)])}[Rs(487)](t,e,n){const i=Rs,r=this[i(440)][i(452)](n);r[i(520)]>2?(this[i(515)][i(478)](r),this[i(515)][i(507)](null)):(this[i(515)][i(478)]([]),this[i(515)][i(507)](r[0]))}[Rs(493)](){const t=Rs,e=this[t(439)],n=Ns[t(518)],i=e[t(514)][t(486)](t(473))||Ns[t(476)];if(i[t(520)])return i[t(505)]((i=>{const r=t,s=r(470)==typeof i?Object[r(453)]({},n[i]):i;return s[r(462)]=s[r(462)][r(485)](this,e),s[r(446)]&&(s[r(446)]=s[r(446)][r(485)](this,e)),s}))}}Ns[Rs(476)]=[Rs(441),Rs(461),Rs(504)],Ns[Rs(518)]={compareAgainstSelected:{name:Rs(498),action:({plugins:t},e)=>{const n=Rs,i=t[n(486)](kr),r=i[n(489)];let s=i[n(516)][n(456)],o=e.id;r[n(496)](s)>r[n(496)](o)&&([s,o]=[o,s]),i[n(444)](s,o)},isVisible:({plugins:t},e)=>{const n=Rs,i=t[n(486)](kr);return!(i[n(489)][n(452)](i[n(516)])[n(520)]>2||e[n(513)])}},restoreRevision:{name:Rs(480),action:(t,{id:e})=>{const n=Rs;t[n(514)][n(486)](n(517))[n(508)](e)},isVisible:({plugins:t},e)=>!!t[Rs(486)](kr)[Rs(489)][Rs(459)](e.id)},nameRevision:{name:Rs(490),action:({plugins:t},{id:e,revisionNameView:n})=>{const i=Rs,r=t[i(486)](kr),s=r[i(489)][i(482)](e);r[i(444)](e,s),n[i(447)](),n[i(488)][i(494)]()}}};const Vs=Ns;function js(){const t=["3yGPDux","2030AqYYVH","restore","document","detachDomRoot","viewportTopOffset","1083254XXOFZY","render","replace","toolbar","isFocused","editing","focusTracker","attachDomRoot","1564VIYgbl","get","bind","name","94038tPXzte","init","429315aJJXEd","componentFactory","fillFromConfig","viewportOffset","config","4842342bmzDgp","_initToolbar","rootName","editable","_elementReplacer","addToolbar","setEditableElement","ready","destroy","4190742EzOniS","stickyPanel","element","_toolbarConfig","editor","isActive","1003470CwNoLx","fire","464cSDXDJ","_view","view","getRoot","limiterElement"];return(js=function(){return t})()}function Ds(t,e){const n=js();return(Ds=function(t,e){return n[t-=227]})(t,e)}const Cs=Ds;!function(t){const e=Ds,n=t();for(;;)try{if(439610===parseInt(e(263))/1+parseInt(e(249))/2*(-parseInt(e(243))/3)+-parseInt(e(257))/4*(-parseInt(e(244))/5)+parseInt(e(268))/6+parseInt(e(261))/7*(-parseInt(e(238))/8)+parseInt(e(230))/9+-parseInt(e(236))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(js);class Ls extends Ni.EditorUI{get[Cs(240)](){return this[Cs(239)]}constructor(e,n){const i=Cs;super(e),this[i(239)]=n,this[i(233)]=(0,Ni.normalizeToolbarConfig)(e[i(267)][i(258)](i(252))),this[i(272)]=new t.ElementReplacer}get[Cs(232)](){const t=Cs;return this[t(240)][t(232)]}[Cs(262)](t){const e=Cs,n=this[e(234)],i=this[e(240)],r=n[e(254)][e(240)],s=i[e(271)],o=r[e(246)][e(241)]();s[e(260)]=o[e(270)],i[e(250)]();const a=s[e(232)];this[e(227)](s[e(260)],a),i[e(271)][e(259)](e(253)).to(this[e(255)]),r[e(256)](a),this[e(272)][e(251)](t,this[e(232)]),this[e(269)](),this[e(237)](e(228))}[Cs(229)](){const t=Cs;super[t(229)]();const e=this[t(240)],n=this[t(234)][t(254)][t(240)];this[t(272)][t(245)](),n[t(247)](e[t(271)][t(260)]),e[t(229)]()}[Cs(269)](){const t=Cs,e=this[t(240)];e[t(231)][t(259)](t(235)).to(this[t(255)],t(253)),e[t(231)][t(242)]=e[t(232)],e[t(231)][t(259)](t(248)).to(this,t(266),(({top:t})=>t)),e[t(252)][t(265)](this[t(233)],this[t(264)]),this[t(273)](e[t(252)])}}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=["121333pyjUWN","stickyPanel","3XqdjgU","15492otMsaZ","render","11ALrmDa","add","content","3304RPwbCF","2348030CYAuyt","toolbar","top","9hpsPlo","89258Reynjf","main","1536ObMUNm","shouldToolbarGroupWhenFull","2CdKBAP","_editable","4710512ORwXKL","editable","5759640ojoQpV","2655096AnpHyr"];return(zs=function(){return t})()}function Hs(t,e){var n=zs();return(Hs=function(t,e){return n[t-=179]})(t,e)}var Us=Hs;!function(t){for(var e=Hs,n=t();;)try{if(677361===parseInt(e(186))/1*(-parseInt(e(180))/2)+parseInt(e(188))/3*(parseInt(e(182))/4)+parseInt(e(184))/5+-parseInt(e(189))/6*(parseInt(e(194))/7)+parseInt(e(185))/8*(parseInt(e(198))/9)+parseInt(e(195))/10*(parseInt(e(191))/11)+parseInt(e(201))/12*(-parseInt(e(199))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(zs);class qs extends Ni.BoxedEditorUIView{get[Us(183)](){return this[Us(181)]}constructor(t,e,n={}){var i=Us;super(t),this[i(187)]=new Ni.StickyPanelView(t),this[i(196)]=new Ni.ToolbarView(t,{shouldGroupWhenFull:n[i(179)]}),this[i(181)]=new Ni.InlineEditableUIView(t,e)}[Us(190)](){var t=Us;super[t(190)](),this[t(187)][t(193)][t(192)](this[t(196)]),this[t(197)][t(192)](this[t(187)]),this[t(200)][t(192)](this[t(183)])}}function Zs(t,e){const n=Bs();return(Zs=function(t,e){return n[t-=231]})(t,e)}function Bs(){const t=["data","create","_ui","editing","locale","document","initPlugins","updateSourceElement","destroy","model","sourceElement","createRoot","ready","6783kgzkBe","initialData","904AASFYb","90JTSjNi","480dMSbFt","2907dmSHxi","2639305CBAWgn","307439sRGNMy","config","38479wYyTEG","view","get","init","6568oAzXoR","447847AjcjHH","fire","2jXagzk","9161892FedpEW"];return(Bs=function(){return t})()}const Ws=Zs;!function(t){const e=Zs,n=t();for(;;)try{if(271729===-parseInt(e(234))/1*(-parseInt(e(236))/2)+parseInt(e(251))/3*(-parseInt(e(253))/4)+parseInt(e(257))/5+parseInt(e(255))/6*(-parseInt(e(260))/7)+parseInt(e(233))/8*(-parseInt(e(256))/9)+parseInt(e(254))/10*(-parseInt(e(258))/11)+parseInt(e(237))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Bs);class Ys extends((0,Wn.ElementApiMixin)(Wn.Editor)){get ui(){return this[Zs(240)]}constructor(t,e){const n=Zs;super(e),this[n(248)]=t,this[n(247)][n(243)][n(249)]();const i=new qs(this[n(242)],this[n(241)][n(261)],{shouldToolbarGroupWhenFull:!0});this[n(240)]=new Ls(this,i)}[Ws(246)](){const t=Ws;return this[t(245)](),this.ui[t(246)](),super[t(246)]()}static async[Ws(239)](t,e){const n=Ws,i=new this(t,e);return await i[n(244)](),await i.ui[n(232)](t),await i[n(238)][n(232)](i[n(259)][n(231)](n(252))||""),i[n(235)](n(250)),i}}const Gs=Qs;function Js(){const t=["error","removeSelectionAttribute","5334ZOJDXK","saveRevision","1078324YqIyvB","9ceWGoI","plugins","lazyRoots","Autosave","revisionHistory.requireRevisionName","repository","editor","enableReadOnlyMode","RevisionViewer","refreshVisibility","_viewerEditor","toLocaleDateString","detachRoot","pluginName","name","none","revisionHistory","10mtozgX","bind","refreshPositioning","disableReadOnlyMode","isReady","revisionHistory.viewerContainer","model","isReadOnly","addRevisionData","define","rootName","155368sroFHi","result","$graveyard","isEnabled","showRevisionViewerCallback","setAttribute","commands","_enhanceCloseRevisionViewerCallback","getRevisionData","adapter","update","uiLanguage","_update","getAttributeKeys","roots","_getRevisionViewerEditorConfig","join","block","remove","data","hide","revisionHistory.closeRevisionViewerCallback","creator","_closeRevisionViewer","users","fromVersion","init","Restored","create","includes","PaginationLookup","60ntHrfS","_enhanceShowRevisionViewerCallback","createdAt","revisionHistory.showRevisionViewerCallback","isOfficialPlugin","toolbar","removeMarker","getRevision","setSelection","insert","indexOf","keys","Users","_showRevisionViewer","closeRevisionViewerCallback","set","long","_cleanUp","RevisionViewerIntegration","toVersion","destroy","get","getRevisionRootsAttributes","getUser","addRoot","change","_restoreRevision","getRevisions","has","toJSON","isAnonymous","then","RevisionHistory","RevisionTracker","fromCharCode","RestrictedEditingMode","_recalculatePageBreaks","display","enqueueChange","createRangeIn","document","84ELccaH","getMarkersGroup","style","6306wIdVfG","requires","push","save","parse","RevisionsRepository","4638413QyICbk","11YgZmMY","catch","removeAttribute","addUser","end","exitToEditing","584430pgAQPG","getRoot","config","971032spMMFx","revision-history-viewer-opened","Annotations","isOpen","restrictedEditingException","restoreRevision","revisionHistory.editorContainer","map","Dialog","translations","toLocaleTimeString","revision-history-missing-configuration","markers","from","revisionHistory.restoreRevisionCallback","RevisionHistoryUI","2064384EcUfOV","isPremiumPlugin","numeric","locale","selection","changesNavigation","revisionHistory.viewerEditorElement","isAttached"];return(Js=function(){return t})()}!function(t){const e=Qs,n=t();for(;;)try{if(793786===parseInt(e(201))/1*(-parseInt(e(267))/2)+parseInt(e(226))/3+parseInt(e(238))/4*(-parseInt(e(256))/5)+-parseInt(e(194))/6*(parseInt(e(236))/7)+-parseInt(e(210))/8*(-parseInt(e(239))/9)+-parseInt(e(150))/10*(parseInt(e(207))/11)+-parseInt(e(191))/12*(-parseInt(e(200))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Js);const Xs=[Gs(225),Gs(185)];function Qs(t,e){const n=Js();return(Qs=function(t,e){return n[t-=125]})(t,e)}class Ks extends Wn.Plugin{static get[Gs(252)](){return Gs(168)}static get[Gs(154)](){return!0}static get[Gs(227)](){return!0}constructor(t){const e=Gs;function n(t){const e=Qs;return t[e(217)]((t=>String[e(184)](t)))[e(135)]("")}super(t),this[e(268)]=e(205),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[Gs(252)](){return Gs(182)}static get[Gs(154)](){return!0}static get[Gs(227)](){return!0}static get[Gs(195)](){return[Si,tr]}constructor(e){const n=Gs;if(super(e),!this[n(245)][n(209)][n(171)](n(255)))throw new t.CKEditorError(n(221),this);this[n(249)]=null,this[n(245)][n(209)][n(265)](n(153),(t=>this[n(163)]({...t,translations:this[n(245)][n(229)][n(219)]}))),this[n(245)][n(209)][n(265)](n(140),(t=>this[n(142)](t))),this[n(245)][n(209)][n(265)](n(224),(t=>this[n(176)](t))),this[n(245)][n(209)][n(265)](n(243),!1),this[n(151)](),this[n(126)]()}set[Gs(128)](t){const e=Gs;this[e(245)][e(240)][e(171)](e(183))[e(128)]=t}get[Gs(128)](){const t=Gs;return this[t(245)][t(240)][t(171)](t(183))[t(128)]}[Gs(264)](t){const e=Gs;return this[e(245)][e(240)][e(171)](e(183))[e(264)](t)}[Gs(157)](t){const e=Gs;return this[e(245)][e(240)][e(171)](e(199))[e(157)](t)}[Gs(177)](t){const e=Gs;return this[e(245)][e(240)][e(171)](e(199))[e(177)](t||{toJSON:!1})}[Gs(134)](){const e=Gs,n=this[e(245)],i=(0,Yn.sanitizeEditorConfig)(n,Xs),r=n[e(240)][e(171)](e(183)),s=n[e(240)][e(171)](e(162))[e(143)];return i[e(155)]=[e(206),e(215),e(231)],delete i[e(241)],i[e(240)][e(196)](Ks,kr,Pr,class extends Wn.Plugin{static get[e(195)](){return[kr,e(162)]}[e(145)](){const i=e,o=this[i(245)][i(240)][i(171)](i(162));for(const t of s)t[i(180)]||o[i(173)](t.id)||o[i(204)](t);const a=r[i(244)][i(177)]();let c=null;const u=this[i(245)][i(240)][i(171)](i(247));u[i(128)]=r[i(128)],u[i(257)](i(270)).to(r),this[i(245)][i(125)][i(171)](i(215))[i(257)](i(270)).to(n,i(263),(t=>!t));for(const e of a){const n=null===e[i(141)];if(n&&e[i(169)]===e[i(144)])continue;const s=e[i(179)]();u[i(264)](s,((s,o,a)=>{const u=i;if(n){if(c)c[u(131)](s,o);else if(!o){const e=a[u(179)]();e.id=(0,t.uid)(),r[u(237)](e,a[u(169)])[u(181)]((t=>{c=t}))}}else e[u(131)](s,o)}))}}},Vs),i}[Gs(151)](){const t=Gs,e=this[t(245)][t(209)][t(171)](t(255))[t(271)];this[t(245)][t(209)][t(165)](t(153),(async()=>{const n=t;this[n(245)][n(246)](n(211));const i=this[n(245)][n(240)][n(171)](n(183));if(this[n(245)][n(240)][n(178)](n(242))){const t=this[n(245)][n(240)][n(171)](n(242));await t[n(197)]()}else await i[n(129)]();if(this[n(245)][n(240)][n(178)](n(149))&&this[n(245)][n(240)][n(171)](n(149))[n(186)](),this[n(245)][n(240)][n(178)](n(218))){const t=this[n(245)][n(240)][n(171)](n(218));t[n(213)]&&t[n(139)]()}const r=this[n(134)]();return e(r)[n(181)]((t=>{const e=n;return this[e(249)]=t,this[e(245)][e(240)][e(178)](e(212))&&this[e(245)][e(240)][e(171)](e(212))[e(248)](),t}))[n(202)]((t=>(console[n(234)](t),this[n(245)][n(259)](n(211)),null)))}))}[Gs(126)](){const t=Gs,e=this[t(245)][t(209)][t(171)](t(255))[t(164)];this[t(245)][t(209)][t(165)](t(140),(()=>(this[t(245)][t(240)][t(178)](t(149))&&this[t(245)][t(240)][t(171)](t(149))[t(186)](),this[t(249)][t(240)][t(171)](t(247))[t(167)](),e(this[t(249)])[t(181)]((()=>{const e=t;if(this[e(245)][e(259)](e(211)),this[e(249)]=null,this[e(245)][e(240)][e(178)](e(212))){const t=this[e(245)][e(240)][e(171)](e(212));t[e(248)](),t[e(258)]()}})))))}[Gs(163)](t){const e=Gs,n=this[e(245)][e(209)][e(171)](e(216)),i=this[e(245)][e(209)][e(171)](e(261)),r=this[e(245)][e(209)][e(171)](e(232));return Ys[e(147)](r,t)[e(181)]((t=>(i[e(193)][e(187)]=e(136),n[e(193)][e(187)]=e(254),t)))}[Gs(142)](t){const e=Gs,n=this[e(245)][e(209)][e(171)](e(216));return this[e(245)][e(209)][e(171)](e(261))[e(193)][e(187)]=e(254),n[e(193)][e(187)]="",t[e(170)]()}async[Gs(176)](t){const e=Gs,n=this[e(245)],i=this[e(249)][e(240)][e(171)](e(247)),r=n[e(240)][e(171)](e(183)),s=i[e(244)][e(157)](t);let o,a,c;try{o=await i[e(127)](s),a=await i[e(172)](s)}catch(t){return void console[e(234)](t)}n[e(262)][e(175)]((t=>{const i=e;for(const e of Array[i(223)](n[i(262)][i(222)][i(192)](i(214))))t[i(156)](e)})),i[e(260)]=!1,n[e(262)][e(188)]((t=>{const i=e;t[i(158)](null),t[i(235)](n[i(262)][i(190)][i(230)][i(132)]());const r=Object[i(161)](o);for(const e of n[i(262)][i(190)][i(133)])i(269)!=e[i(266)]&&e[i(233)]()&&!r[i(148)](e[i(266)])&&t[i(251)](e);for(const e of r){let r=n[i(262)][i(190)][i(208)](e);r&&r[i(233)]()||(r=t[i(174)](e));const s=a[e],c=Object[i(161)](s),u=o[e];for(const e of r[i(132)]())c[i(148)](e)||t[i(203)](e,r);for(const n of c)t[i(272)](n,a[e][n],r);t[i(137)](t[i(189)](r)),t[i(159)](n[i(138)][i(198)](u,r),r,0)}}));const u=$n(n[e(229)],e(146));return c=s[e(253)]?-1==s[e(253)][e(160)](u)?u+": "+s[e(253)]:s[e(253)]:u+": "+s[e(152)][e(250)](n[e(229)][e(130)],{month:e(166),day:e(228)})+", "+s[e(152)][e(220)](n[e(229)][e(130)],{hour:e(228),minute:e(228)}),await r[e(237)]({name:c}),i[e(260)]=!0,n[e(209)][e(171)](e(255))[e(164)]()}}function to(){var t=["224932lHWtSx","684900HsxlhQ","375BACVIZ","36760PRlIBx","1070142iBwqZa","594741nwLJot","11119096UFxDqO","1055919MnOhOr"];return(to=function(){return t})()}function eo(t,e){var n=to();return(eo=function(t,e){return n[t-=132]})(t,e)}!function(t){for(var e=eo,n=t();;)try{if(355308===parseInt(e(132))/1+parseInt(e(139))/2+parseInt(e(138))/3+-parseInt(e(134))/4*(-parseInt(e(133))/5)+-parseInt(e(135))/6+parseInt(e(136))/7+-parseInt(e(137))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(to)})(),(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:_},A={hour:k,minute:k},x={hour:k,minute:k,second:k},R={hour:k,minute:k,second:k,timeZoneName:b},M={hour:k,minute:k,second:k,timeZoneName:_},E={hour:k,minute:k,hour12:!1},N={hour:k,minute:k,second:k,hour12:!1},j={hour:k,minute:k,second:k,hour12:!1,timeZoneName:b},V={hour:k,minute:k,second:k,hour12:!1,timeZoneName:_},D={year:k,month:k,day:k,hour:k,minute:k},C={year:k,month:k,day:k,hour:k,minute:k,second:k},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 W(){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 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=W();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"],Rt=["B","A"];function Mt(t){switch(t){case"narrow":return[].concat(Rt);case"short":return[].concat(xt);case"long":return[].concat(At);default:return null}}function Et(t,e){for(var n,i="",r=l(t);!(n=r()).done;){var s=n.value;s.literal?i+=s.val:i+=e(s.val)}return i}var Nt={D:w,DD:I,DDD:S,DDDD:T,t:A,tt:x,ttt:R,tttt:M,T:E,TT:N,TTT:j,TTTT:V,f:D,ff:L,fff:z,ffff:U,F:C,FF:P,FFF:H,FFFF:Z},jt=function(){function t(t,e){this.opts=e,this.loc=t,this.systemLoc=null}t.create=function(e,n){return void 0===n&&(n={}),new t(e,n)},t.parseFormat=function(t){for(var e=null,n="",i=!1,r=[],s=0;s<t.length;s++){var o=t.charAt(s);"'"===o?(n.length>0&&r.push({literal:i,val:n}),e=null,n="",i=!i):i||o===e?n+=o:(n.length>0&&r.push({literal:!1,val:n}),n=o,e=o)}return n.length>0&&r.push({literal:i,val:n}),r},t.macroTokenToFormatOpts=function(t){return Nt[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 Et(t.parseFormat(n),(function(n){switch(n){case"S":return i.num(e.millisecond);case"u":case"SSS":return i.num(e.millisecond,3);case"s":return i.num(e.second);case"ss":return i.num(e.second,2);case"m":return i.num(e.minute);case"mm":return i.num(e.minute,2);case"h":return i.num(e.hour%12==0?12:e.hour%12);case"hh":return i.num(e.hour%12==0?12:e.hour%12,2);case"H":return i.num(e.hour);case"HH":return i.num(e.hour,2);case"Z":return a({format:"narrow",allowZ:i.opts.allowZ});case"ZZ":return a({format:"short",allowZ:i.opts.allowZ});case"ZZZ":return a({format:"techie",allowZ:i.opts.allowZ});case"ZZZZ":return e.zone.offsetName(e.ts,{format:"short",locale:i.loc.locale});case"ZZZZZ":return e.zone.offsetName(e.ts,{format:"long",locale:i.loc.locale});case"z":return e.zoneName;case"a":return c();case"d":return s?o({day:"numeric"},"day"):i.num(e.day);case"dd":return s?o({day:"2-digit"},"day"):i.num(e.day,2);case"c":case"E":return i.num(e.weekday);case"ccc":return l("short",!0);case"cccc":return l("long",!0);case"ccccc":return l("narrow",!0);case"EEE":return l("short",!1);case"EEEE":return l("long",!1);case"EEEEE":return l("narrow",!1);case"L":return s?o({month:"numeric",day:"numeric"},"month"):i.num(e.month);case"LL":return s?o({month:"2-digit",day:"numeric"},"month"):i.num(e.month,2);case"LLL":return u("short",!0);case"LLLL":return u("long",!0);case"LLLLL":return u("narrow",!0);case"M":return s?o({month:"numeric"},"month"):i.num(e.month);case"MM":return s?o({month:"2-digit"},"month"):i.num(e.month,2);case"MMM":return u("short",!1);case"MMMM":return u("long",!1);case"MMMMM":return u("narrow",!1);case"y":return s?o({year:"numeric"},"year"):i.num(e.year);case"yy":return s?o({year:"2-digit"},"year"):i.num(e.year.toString().slice(-2),2);case"yyyy":return s?o({year:"numeric"},"year"):i.num(e.year,4);case"yyyyyy":return s?o({year:"numeric"},"year"):i.num(e.year,6);case"G":return h("short");case"GG":return h("long");case"GGGGG":return h("narrow");case"kk":return i.num(e.weekYear.toString().slice(-2),2);case"kkkk":return i.num(e.weekYear,4);case"W":return i.num(e.weekNumber);case"WW":return i.num(e.weekNumber,2);case"o":return i.num(e.ordinal);case"ooo":return i.num(e.ordinal,3);case"q":return i.num(e.quarter);case"qq":return i.num(e.quarter,2);case"X":return i.num(Math.floor(e.ts/1e3));case"x":return i.num(e.ts);default:return function(n){var r=t.macroTokenToFormatOpts(n);return r?i.formatWithSystemDefault(e,r):n}(n)}}))},e.formatDurationFromString=function(e,n){var i,r=this,s=function(t){switch(t[0]){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":return"hour";case"d":return"day";case"M":return"month";case"y":return"year";default:return null}},o=t.parseFormat(n),a=o.reduce((function(t,e){var n=e.literal,i=e.val;return n?t:t.concat(i)}),[]),c=e.shiftTo.apply(e,a.map(s).filter((function(t){return t})));return Et(o,(i=c,function(t){var e=s(t);return e?r.num(i.get(e),t.length):t}))},t}(),Vt=function(){function t(t,e){this.reason=t,this.explanation=e}return t.prototype.toMessage=function(){return this.explanation?this.reason+": "+this.explanation:this.reason},t}(),Dt=function(){function t(){}var e=t.prototype;return e.offsetName=function(t,e){throw new g},e.formatOffset=function(t,e){throw new g},e.offset=function(t){throw new g},e.equals=function(t){throw new g},i(t,[{key:"type",get:function(){throw new g}},{key:"name",get:function(){throw new g}},{key:"universal",get:function(){throw new g}},{key:"isValid",get:function(){throw new g}}]),t}(),Ct=null,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 W()?(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 Wt=function(){return Date.now()},Jt=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 Wt},set:function(t){Wt=t}},{key:"defaultZoneName",get:function(){return t.defaultZone.name},set:function(t){Jt=t?Yt(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&&W()){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=W(),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(A):return"h:mm a";case yt(x):return"h:mm:ss a";case yt(R):case yt(M):return"h:mm a";case yt(E):return"HH:mm";case yt(N):return"HH:mm:ss";case yt(j):case yt(V):return"HH:mm";case yt(D):return"M/d/yyyy, h:mm a";case yt(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 jt.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 W()?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(W()){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=W()&&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()||W()&&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")||W()&&"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]?Ut.create(t[e]):null,e+1]}var xe=RegExp("^T?"+pe.source+"$"),Re=/^-?P(?:(?:(-?\d{1,9})Y)?(?:(-?\d{1,9})M)?(?:(-?\d{1,9})W)?(?:(-?\d{1,9})D)?(?:T(?:(-?\d{1,9})H)?(?:(-?\d{1,9})M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,9}))?S)?)?)$/;function 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 Ee={GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Ne(t,e,n,i,r,s,o){var a={year:2===e.length?ut(et(e)):et(e),month:kt.indexOf(n)+1,day:et(i),hour:et(r),minute:et(s)};return o&&(a.second=et(o)),t&&(a.weekday=t.length>3?wt.indexOf(t)+1:It.indexOf(t)+1),a}var je=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/;function Ve(t){var e,n=t[1],i=t[2],r=t[3],s=t[4],o=t[5],a=t[6],c=t[7],u=t[8],l=t[9],h=t[10],d=t[11],f=Ne(n,s,r,i,o,a,c);return e=u?Ee[u]:l?0:ht(h,d),[f,new qt(e)]}var De=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/,Ce=/^(Monday|Tuesday|Wedsday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/,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[Ne(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[Ne(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),We=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,[Re,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 Vt?e:new Vt(e,n);if($t.throwOnInvalid)throw new v(i);return new t({invalid:i})},t.normalizeUnit=function(t){var e={year:"years",years:"years",quarter:"quarters",quarters:"quarters",month:"months",months:"months",week:"weeks",weeks:"weeks",day:"days",days:"days",hour:"hours",hours:"hours",minute:"minutes",minutes:"minutes",second:"seconds",seconds:"seconds",millisecond:"milliseconds",milliseconds:"milliseconds"}[t?t.toLowerCase():t];if(!e)throw new p(t);return e},t.isDuration=function(t){return t&&t.isLuxonDuration||!1};var e=t.prototype;return e.toFormat=function(t,e){void 0===e&&(e={});var n=Object.assign({},e,{floor:!1!==e.round&&!1!==e.floor});return this.isValid?jt.create(this.loc,n).formatDurationFromString(this,t):"Invalid Duration"},e.toObject=function(t){if(void 0===t&&(t={}),!this.isValid)return{};var e=Object.assign({},this.values);return t.includeConfig&&(e.conversionAccuracy=this.conversionAccuracy,e.numberingSystem=this.loc.numberingSystem,e.locale=this.loc.locale),e},e.toISO=function(){if(!this.isValid)return null;var t="P";return 0!==this.years&&(t+=this.years+"Y"),0===this.months&&0===this.quarters||(t+=this.months+3*this.quarters+"M"),0!==this.weeks&&(t+=this.weeks+"W"),0!==this.days&&(t+=this.days+"D"),0===this.hours&&0===this.minutes&&0===this.seconds&&0===this.milliseconds||(t+="T"),0!==this.hours&&(t+=this.hours+"H"),0!==this.minutes&&(t+=this.minutes+"M"),0===this.seconds&&0===this.milliseconds||(t+=it(this.seconds+this.milliseconds/1e3,3)+"S"),"P"===t&&(t+="T0S"),t},e.toISOTime=function(t){if(void 0===t&&(t={}),!this.isValid)return null;var e=this.toMillis();if(e<0||e>=864e5)return null;t=Object.assign({suppressMilliseconds:!1,suppressSeconds:!1,includePrefix:!1,format:"extended"},t);var n=this.shiftTo("hours","minutes","seconds","milliseconds"),i="basic"===t.format?"hhmm":"hh:mm";t.suppressSeconds&&0===n.seconds&&0===n.milliseconds||(i+="basic"===t.format?"ss":":ss",t.suppressMilliseconds&&0===n.milliseconds||(i+=".SSS"));var r=n.toFormat(i);return t.includePrefix&&(r="T"+r),r},e.toJSON=function(){return this.toISO()},e.toString=function(){return this.toISO()},e.toMillis=function(){return this.as("milliseconds")},e.valueOf=function(){return this.toMillis()},e.plus=function(t){if(!this.isValid)return this;for(var e,n=ln(t),i={},r=l(sn);!(e=r()).done;){var s=e.value;(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 Vt?e:new Vt(e,n);if($t.throwOnInvalid)throw new f(i);return new t({invalid:i})},t.fromDateTimes=function(e,n){var i=fi(e),r=fi(n),s=dn(i,r);return null==s?new t({start:i,end:r}):s},t.after=function(e,n){var i=ln(n),r=fi(e);return t.fromDateTimes(r,r.plus(i))},t.before=function(e,n){var i=ln(n),r=fi(e);return t.fromDateTimes(r.minus(i),r)},t.fromISO=function(e,n){var i=(e||"").split("/",2),r=i[0],s=i[1];if(r&&s){var o,a,c,u;try{a=(o=di.fromISO(r,n)).isValid}catch(s){a=!1}try{u=(c=di.fromISO(s,n)).isValid}catch(s){u=!1}if(a&&u)return t.fromDateTimes(o,c);if(a){var l=un.fromISO(s,n);if(l.isValid)return t.after(o,l)}else if(u){var h=un.fromISO(r,n);if(h.isValid)return t.before(c,h)}}return t.invalid("unparsable",'the input "'+e+"\" can't be parsed as ISO 8601")},t.isInterval=function(t){return t&&t.isLuxonInterval||!1};var e=t.prototype;return e.length=function(t){return void 0===t&&(t="milliseconds"),this.isValid?this.toDuration.apply(this,[t]).get(t):NaN},e.count=function(t){if(void 0===t&&(t="milliseconds"),!this.isValid)return NaN;var e=this.start.startOf(t),n=this.end.startOf(t);return Math.floor(n.diff(e,t).get(t))+1},e.hasSame=function(t){return!!this.isValid&&(this.isEmpty()||this.e.minus(1).hasSame(this.s,t))},e.isEmpty=function(){return this.s.valueOf()===this.e.valueOf()},e.isAfter=function(t){return!!this.isValid&&this.s>t},e.isBefore=function(t){return!!this.isValid&&this.e<=t},e.contains=function(t){return!!this.isValid&&(this.s<=t&&this.e>t)},e.set=function(e){var n=void 0===e?{}:e,i=n.start,r=n.end;return this.isValid?t.fromDateTimes(i||this.s,r||this.e):this},e.splitAt=function(){var e=this;if(!this.isValid)return[];for(var n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];for(var s=i.map(fi).filter((function(t){return e.contains(t)})).sort(),o=[],a=this.s,c=0;a<this.e;){var u=s[c]||this.e,l=+u>+this.e?this.e:u;o.push(t.fromDateTimes(a,l)),a=l,c+=1}return o},e.splitBy=function(e){var n=ln(e);if(!this.isValid||!n.isValid||0===n.as("milliseconds"))return[];for(var i,r=this.s,s=1,o=[];r<this.e;){var a=this.start.plus(n.mapUnits((function(t){return t*s})));i=+a>+this.e?this.e:a,o.push(t.fromDateTimes(r,i)),r=i,s+=1}return o},e.divideEqually=function(t){return this.isValid?this.splitBy(this.length()/t).slice(0,t):[]},e.overlaps=function(t){return this.e>t.s&&this.s<t.e},e.abutsStart=function(t){return!!this.isValid&&+this.e==+t.s},e.abutsEnd=function(t){return!!this.isValid&&+t.e==+this.s},e.engulfs=function(t){return!!this.isValid&&(this.s<=t.s&&this.e>=t.e)},e.equals=function(t){return!(!this.isValid||!t.isValid)&&(this.s.equals(t.s)&&this.e.equals(t.e))},e.intersection=function(e){if(!this.isValid)return this;var n=this.s>e.s?this.s:e.s,i=this.e<e.e?this.e:e.e;return n>=i?null:t.fromDateTimes(n,i)},e.union=function(e){if(!this.isValid)return this;var n=this.s<e.s?this.s:e.s,i=this.e>e.e?this.e:e.e;return t.fromDateTimes(n,i)},t.merge=function(t){var e=t.sort((function(t,e){return t.s-e.s})).reduce((function(t,e){var n=t[0],i=t[1];return i?i.overlaps(e)||i.abutsStart(e)?[n,i.union(e)]:[n.concat([i]),e]:[n,e]}),[[],null]),n=e[0],i=e[1];return i&&n.push(i),n},t.xor=function(e){for(var n,i,r=null,s=0,o=[],a=e.map((function(t){return[{time:t.s,type:"s"},{time:t.e,type:"e"}]})),c=l((n=Array.prototype).concat.apply(n,a).sort((function(t,e){return t.time-e.time})));!(i=c()).done;){var u=i.value;1===(s+="s"===u.type?1:-1)?r=u.time:(r&&+r!=+u.time&&o.push(t.fromDateTimes(r,u.time)),r=null)}return t.merge(o)},e.difference=function(){for(var e=this,n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];return t.xor([this].concat(i)).map((function(t){return e.intersection(t)})).filter((function(t){return t&&!t.isEmpty()}))},e.toString=function(){return this.isValid?"["+this.s.toISO()+" – "+this.e.toISO()+")":hn},e.toISO=function(t){return this.isValid?this.s.toISO(t)+"/"+this.e.toISO(t):hn},e.toISODate=function(){return this.isValid?this.s.toISODate()+"/"+this.e.toISODate():hn},e.toISOTime=function(t){return this.isValid?this.s.toISOTime(t)+"/"+this.e.toISOTime(t):hn},e.toFormat=function(t,e){var n=(void 0===e?{}:e).separator,i=void 0===n?" – ":n;return this.isValid?""+this.s.toFormat(t)+i+this.e.toFormat(t):hn},e.toDuration=function(t,e){return this.isValid?this.e.diff(this.s,t,e):un.invalid(this.invalidReason)},e.mapEndpoints=function(e){return t.fromDateTimes(e(this.s),e(this.e))},i(t,[{key:"start",get:function(){return this.isValid?this.s:null}},{key:"end",get:function(){return this.isValid?this.e:null}},{key:"isValid",get:function(){return null===this.invalidReason}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}}]),t}(),vn=function(){function t(){}return t.hasDST=function(t){void 0===t&&(t=$t.defaultZone);var e=di.now().setZone(t).set({month:12});return!t.universal&&e.offset!==e.set({month:6}).offset},t.isValidIANAZone=function(t){return 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(W()){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 Rn={year:{"2-digit":"yy",numeric:"yyyyy"},month:{numeric:"M","2-digit":"MM",short:"MMM",long:"MMMM"},day:{numeric:"d","2-digit":"dd"},weekday:{short:"EEE",long:"EEEE"},dayperiod:"a",dayPeriod:"a",hour:{numeric:"h","2-digit":"hh"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"}};var Mn=null;function En(t,e){if(t.literal)return t;var n=jt.macroTokenToFormatOpts(t.val);if(!n)return t;var i=jt.create(e,n).formatDateTimeParts((Mn||(Mn=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=Rn[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 Nn(t,e,n){var i=function(t,e){var n;return(n=Array.prototype).concat.apply(n,t.map((function(t){return En(t,e)})))}(jt.parseFormat(n),t),r=i.map((function(e){return n=e,r=bn(i=t),s=bn(i,"{2}"),o=bn(i,"{3}"),a=bn(i,"{4}"),c=bn(i,"{6}"),u=bn(i,"{1,2}"),l=bn(i,"{1,3}"),h=bn(i,"{1,6}"),d=bn(i,"{1,9}"),f=bn(i,"{2,4}"),v=bn(i,"{4,6}"),m=function(t){return{regex:RegExp((e=t.val,e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"))),deser:function(t){return t[0]},literal:!0};var e},p=function(t){if(n.literal)return m(t);switch(t.val){case"G":return 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: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 jn=[0,31,59,90,120,151,181,212,243,273,304,334],Vn=[0,31,60,91,121,152,182,213,244,274,305,335];function Dn(t,e){return new Vt("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)?Vn:jn)[e-1]}function Pn(t,e){var n=rt(t)?Vn:jn,i=n.findIndex((function(t){return t<e}));return{month:i+1,day:e-n[i]}}function Fn(t){var e,n=t.year,i=t.month,r=t.day,s=Ln(n,i,r),o=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 Wn(t){return new Vt("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 Vt("unparsable",'the input "'+r+"\" can't be parsed as "+i))}function ei(t,e,n){return void 0===n&&(n=!0),t.isValid?jt.create(le.create("en-US"),{allowZ:n,forceSimple:!0}).formatDateTimeFromString(t,e):null}function ni(t,e){var n=e.suppressSeconds,i=void 0!==n&&n,r=e.suppressMilliseconds,s=void 0!==r&&r,o=e.includeOffset,a=e.includePrefix,c=void 0!==a&&a,u=e.includeZone,l=void 0!==u&&u,h=e.spaceZone,d=void 0!==h&&h,f=e.format,v=void 0===f?"extended":f,m="basic"===v?"HHmm":"HH:mm";i&&0===t.second&&0===t.millisecond||(m+="basic"===v?"ss":":ss",s&&0===t.millisecond||(m+=".SSS")),(l||o)&&d&&(m+=" "),l?m+="z":o&&(m+="basic"===v?"ZZZ":"ZZ");var p=ei(t,m);return c&&(p="T"+p),p}var ii={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},ri={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},si={ordinal:1,hour:0,minute:0,second:0,millisecond:0},oi=["year","month","day","hour","minute","second","millisecond"],ai=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],ci=["year","ordinal","hour","minute","second","millisecond"];function ui(t){var e={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",quarter:"quarter",quarters:"quarter",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[t.toLowerCase()];if(!e)throw new p(t);return e}function li(t,e){for(var n,i=l(oi);!(n=i()).done;){var r=n.value;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 Vt("invalid input"):null)||(e.isValid?null:Wn(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 Vt("invalid input"):null)?null:i,r=n?null:o}this._zone=e,this.loc=t.loc||le.create(),this.invalid=n,this.weekData=null,this.c=i,this.o=r,this.isLuxonDateTime=!0}t.now=function(){return new t({})},t.local=function(e,n,i,r,s,o,a){return q(e)?t.now():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(Wn(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(Wn(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,We])}(t);return ti(n[0],n[1],e,"ISO 8601",t)},t.fromRFC2822=function(t,e){void 0===e&&(e={});var n=function(t){return fe(function(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}(t),[je,Ve])}(t);return ti(n[0],n[1],e,"RFC 2822",t)},t.fromHTTP=function(t,e){void 0===e&&(e={});var n=function(t){return fe(t,[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=Nn(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 Vt?e:new Vt(e,n);if($t.throwOnInvalid)throw new d(i);return new t({invalid:i})},t.isDateTime=function(t){return t&&t.isLuxonDateTime||!1};var e=t.prototype;return e.get=function(t){return this[t]},e.resolvedLocaleOpts=function(t){void 0===t&&(t={});var e=jt.create(this.loc.clone(t),t).resolvedOptions(this);return{locale:e.locale,numberingSystem:e.numberingSystem,outputCalendar:e.calendar}},e.toUTC=function(t,e){return void 0===t&&(t=0),void 0===e&&(e={}),this.setZone(qt.instance(t),e)},e.toLocal=function(){return this.setZone($t.defaultZone)},e.setZone=function(e,n){var i=void 0===n?{}:n,r=i.keepLocalTime,s=void 0!==r&&r,o=i.keepCalendarTime,a=void 0!==o&&o;if((e=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(Wn(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?jt.create(this.loc.redefaultToEN(e)).formatDateTimeFromString(this,t):Bn},e.toLocaleString=function(t){return void 0===t&&(t=w),this.isValid?jt.create(this.loc.clone(t),t).formatDateTime(this):Bn},e.toLocaleParts=function(t){return void 0===t&&(t={}),this.isValid?jt.create(this.loc.clone(t),t).formatDateTimeParts(this):[]},e.toISO=function(t){return void 0===t&&(t={}),this.isValid?this.toISODate(t)+"T"+this.toISOTime(t):null},e.toISODate=function(t){var e=(void 0===t?{}:t).format,n="basic"===(void 0===e?"extended":e)?"yyyyMMdd":"yyyy-MM-dd";return this.year>9999&&(n="+"+n),ei(this,n)},e.toISOWeekDate=function(){return ei(this,"kkkk-'W'WW-c")},e.toISOTime=function(t){var e=void 0===t?{}:t,n=e.suppressMilliseconds,i=void 0!==n&&n,r=e.suppressSeconds,s=void 0!==r&&r,o=e.includeOffset,a=void 0===o||o,c=e.includePrefix,u=void 0!==c&&c,l=e.format;return ni(this,{suppressSeconds:s,suppressMilliseconds:i,includeOffset:a,includePrefix:u,format:void 0===l?"extended":l})},e.toRFC2822=function(){return ei(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)},e.toHTTP=function(){return ei(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")},e.toSQLDate=function(){return ei(this,"yyyy-MM-dd")},e.toSQLTime=function(t){var e=void 0===t?{}:t,n=e.includeOffset,i=void 0===n||n,r=e.includeZone;return ni(this,{includeOffset:i,includeZone:void 0!==r&&r,spaceZone:!0})},e.toSQL=function(t){return void 0===t&&(t={}),this.isValid?this.toSQLDate()+" "+this.toSQLTime(t):null},e.toString=function(){return this.isValid?this.toISO():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 Nn(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?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 A}},{key:"TIME_WITH_SECONDS",get:function(){return x}},{key:"TIME_WITH_SHORT_OFFSET",get:function(){return R}},{key:"TIME_WITH_LONG_OFFSET",get:function(){return M}},{key:"TIME_24_SIMPLE",get:function(){return E}},{key:"TIME_24_WITH_SECONDS",get:function(){return N}},{key:"TIME_24_WITH_SHORT_OFFSET",get:function(){return j}},{key:"TIME_24_WITH_LONG_OFFSET",get:function(){return V}},{key:"DATETIME_SHORT",get:function(){return D}},{key:"DATETIME_SHORT_WITH_SECONDS",get:function(){return C}},{key:"DATETIME_MED",get:function(){return 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:()=>Zn,RevisionHistory:()=>$s,RevisionHistoryUI:()=>tr,RevisionTracker:()=>Si,RevisionViewer:()=>kr,RevisionViewerLoadingOverlay:()=>Vr,RevisionViewerUI:()=>Pr,RevisionsRepository:()=>Qn,RevisionsSidebar:()=>js});var t=n(584);const e=function(){this.__data__=[],this.size=0};const r=function(t,e){return t===e||t!=t&&e!=e};const s=function(t,e){for(var n=t.length;n--;)if(r(t[n][0],e))return n;return-1};var o=Array.prototype.splice;const a=function(t){var e=this.__data__,n=s(e,t);return!(n<0)&&(n==e.length-1?e.pop():o.call(e,n,1),--this.size,!0)};const c=function(t){var e=this.__data__,n=s(e,t);return n<0?void 0:e[n][1]};const u=function(t){return s(this.__data__,t)>-1};const l=function(t,e){var n=this.__data__,i=s(n,t);return i<0?(++this.size,n.push([t,e])):n[i][1]=e,this};function h(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}h.prototype.clear=e,h.prototype.delete=a,h.prototype.get=c,h.prototype.has=u,h.prototype.set=l;const d=h;const f=function(){this.__data__=new d,this.size=0};const v=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const m=function(t){return this.__data__.get(t)};const p=function(t){return this.__data__.has(t)};const y="object"==typeof global&&global&&global.Object===Object&&global;var g="object"==typeof self&&self&&self.Object===Object&&self;const k=y||g||Function("return this")();const b=k.Symbol;var _=Object.prototype,w=_.hasOwnProperty,I=_.toString,O=b?b.toStringTag:void 0;const S=function(t){var e=w.call(t,O),n=t[O];try{t[O]=void 0;var i=!0}catch(t){}var r=I.call(t);return i&&(e?t[O]=n:delete t[O]),r};var T=Object.prototype.toString;const A=function(t){return T.call(t)};var x=b?b.toStringTag:void 0;const R=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 E=function(t){if(!M(t))return!1;var e=R(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const N=k["__core-js_shared__"];var j,V=(j=/[^.]+$/.exec(N&&N.keys&&N.keys.IE_PROTO||""))?"Symbol(src)_1."+j:"";const D=function(t){return!!V&&V 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))&&(E(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 W=Y(k,"Map");const J=Y(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(W||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(!W||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]"==R(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 Rt=Array.isArray;const Mt=function(){return!1};var Et="object"==typeof exports&&exports&&!exports.nodeType&&exports,Nt=Et&&"object"==typeof module&&module&&!module.nodeType&&module,jt=Nt&&Nt.exports===Et?k.Buffer:void 0;const Vt=(jt?jt.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[R(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 Wt=Object.prototype.hasOwnProperty;const Jt=function(t,e){var n=Rt(t),i=!n&&xt(t),r=!n&&!i&&Vt(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&&!Wt.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)&&!E(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 Rt(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=Y(k,"DataView");const Re=Y(k,"Promise");const Me=Y(k,"Set");const Ee=Y(k,"WeakMap");var Ne="[object Map]",je="[object Promise]",Ve="[object Set]",De="[object WeakMap]",Ce="[object DataView]",Le=L(xe),Pe=L(W),Fe=L(Re),ze=L(Me),He=L(Ee),Ue=R;(xe&&Ue(new xe(new ArrayBuffer(1)))!=Ce||W&&Ue(new W)!=Ne||Re&&Ue(Re.resolve())!=je||Me&&Ue(new Me)!=Ve||Ee&&Ue(new Ee)!=De)&&(Ue=function(t){var e=R(t),n="[object Object]"==e?t.constructor:void 0,i=n?L(n):"";if(i)switch(i){case Le:return Ce;case Pe:return Ne;case Fe:return je;case ze:return Ve;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 We=function(t){var e=new t.constructor(t.byteLength);return new Ye(e).set(new Ye(t)),e};const Je=function(t,e){var n=e?We(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?We(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 We(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=Rt(e);if(h){if(a=Be(e),!c)return ve(e,a)}else{var d=Ze(e),f=d==fn||"[object GeneratorFunction]"==d;if(Vt(e))return fe(e,c);if(d==vn||d==dn||f&&!s){if(a=u||f?{}:sn(e),!c)return u?Oe(e,ce(a,e)):be(e,ie(a,e))}else{if(!mn[d])return s?e:{};a=en(e,d,c)}}o||(o=new mt);var v=o.get(e);if(v)return v;o.set(e,a),hn(e)?e.forEach((function(r){a.add(t(r,n,i,r,e,o))})):cn(e)&&e.forEach((function(r,s){a.set(s,t(r,n,i,s,e,o))}));var m=h?void 0:(l?u?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]"==R(t)};var kn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,bn=/^\w*$/;const _n=function(t,e){if(Rt(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,Rn=xn?xn.toString:void 0;const Mn=function t(e){if("string"==typeof e)return e;if(Rt(e))return An(e,t)+"";if(gn(e))return Rn?Rn.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const En=function(t){return null==t?"":Mn(t)};const Nn=function(t,e){return Rt(t)?t:_n(t,e)?[t]:Tn(En(t))};const jn=function(t){if("string"==typeof t||gn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const Vn=function(t,e,n,i){if(!M(t))return t;for(var r=-1,s=(e=Nn(e,t)).length,o=s-1,a=t;null!=a&&++r<s;){var c=jn(e[r]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(r!=o){var l=a[c];void 0===(u=i?i(l,c,a):void 0)&&(u=M(l)?l:Ct(e[r+1])?[]:{})}bt(a,c,u),a=a[c]}return t};const Dn=function(t,e,n){return null==t?t:Vn(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=Nn(e,t)).length;null!=t&&n<i;)t=t[jn(e[n++])];return n&&n==i?t:void 0};const Pn=function(t,e,n){var i=-1,r=t.length;e<0&&(e=-e>r?0:r+e),(n=n>r?r:n)<0&&(n+=r),r=e>n?0:n-e>>>0,e>>>=0;for(var s=Array(r);++i<r;)s[i]=t[i+e];return s};const Fn=function(t,e){return e.length<2?t:Ln(t,Pn(e,0,-1))};const zn=function(t,e){return e=Nn(e,t),null==(t=Fn(t,e))||delete t[jn(Cn(e))]};const Hn=function(t,e){return null==t||zn(t,e)},Un=qn;!function(t){const e=qn,n=t();for(;;)try{if(923591===-parseInt(e(233))/1*(-parseInt(e(250))/2)+parseInt(e(234))/3+parseInt(e(241))/4+parseInt(e(245))/5+parseInt(e(248))/6*(-parseInt(e(251))/7)+-parseInt(e(242))/8*(-parseInt(e(236))/9)+-parseInt(e(254))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Bn);class Zn extends((0,t.ObservableMixin)()){constructor(e){const n=qn;super(),this.id=e.id||(0,t.uid)(),this[n(253)]=e[n(253)]||null,this[n(238)]=e[n(238)]||[],this[n(244)]=e[n(244)]||null,this[n(258)]=e[n(258)]||0,this[n(237)]=e[n(237)]||0,this[n(255)](n(252),e[n(252)]||""),this[n(255)](n(231),e[n(231)]||new Date),this[n(255)](n(243),e[n(243)]||{})}[Un(240)](t){this[Un(239)]({name:t})}[Un(249)](t,e){const n=Un,i=yn(this[n(243)]);Dn(i,t,e),this[n(239)]({attributes:i})}[Un(235)](t){const e=Un,n=yn(this[e(243)]);Hn(n,t),this[e(239)]({attributes:n})}[Un(239)](t,e=!1){const n=Un;let i=!1;const r={id:this.id},s=[n(252),n(231),n(244),n(238),n(243),n(258),n(237),n(257)];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(238)]&&(r[n(256)]=r[n(238)][n(246)]((t=>t.id)),delete r[n(238)]),this[n(247)](n(239),r,e))}[Un(232)](){const t=Un;return{id:this.id,name:this[t(252)],creatorId:this[t(253)]?this[t(253)].id:null,authorsIds:this[t(238)][t(246)]((t=>t.id)),diffData:this[t(244)],createdAt:this[t(231)],attributes:this[t(243)],fromVersion:this[t(237)],toVersion:this[t(258)]}}}function qn(t,e){const n=Bn();return(qn=function(t,e){return n[t-=231]})(t,e)}function Bn(){const t=["_update","setName","6007720YWNyfS","4659272ExkZer","attributes","diffData","8974685MWTlAO","map","fire","6vmkaaM","setAttribute","4FaOOPI","7621586oDHiYL","name","creator","51443870zSQMir","set","authorsIds","creatorId","toVersion","createdAt","toJSON","557735tZOvPm","2991636tfikyb","removeAttribute","27BDZRvO","fromVersion","authors"];return(Bn=function(){return t})()}var Yn=n(782),Wn=n(211),Jn=n(783);const Gn=Kn;function Kn(t,e){const n=Xn();return(Kn=function(t,e){return n[t-=162]})(t,e)}function Xn(){const t=["fromVersion","fromCharCode","isPremiumPlugin","editor","get","attributes","createdAt","getRevisionsIterator","getLaterVisibleRevision","push","earlier","addRevision","getRevision","pluginName","map","requires","plugins","afterInit","Users","later","8KRKcHT","oldRevisionId","createRevision","authorsIds","isNaN","creatorId","RevisionsRepository","add","getRevisions","length","_revisions","toVersion","848088PXMzRW","getUser","href","diffData","20508350eVNPZl","getIndex","data","getEarlierVisibleRevision","from","2330079VALsBp","6793493mBCEap","newRevisionId","name","getRevisionsInDiff","12156093Dlmuyr","2wotjuy","4751332MsIdmN","toJSON","150jNjmNR","158514OKiURc","isOfficialPlugin","join","reverse"];return(Xn=function(){return t})()}!function(t){const e=Kn,n=t();for(;;)try{if(736999===parseInt(e(195))/1+-parseInt(e(210))/2*(parseInt(e(204))/3)+parseInt(e(211))/4+parseInt(e(213))/5*(-parseInt(e(214))/6)+parseInt(e(205))/7+-parseInt(e(183))/8*(-parseInt(e(209))/9)+-parseInt(e(199))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xn);class Qn extends Yn.Plugin{static get[Gn(178)](){return[Wn.Users]}static get[Gn(176)](){return Gn(189)}static get[Gn(215)](){return!0}static get[Gn(165)](){return!0}get[Gn(192)](){const t=Gn;return this[t(193)][t(192)]}constructor(e){const n=Gn;super(e),this[n(193)]=new t.Collection}[Gn(180)](){!async function(e){const n=k([80,72,121,81,89,68,83,106,111,102,74,114,75,54,90,97,66,55,98,88,120,101,57,84,109,77,71,107,78,85,113,70,87,69,52,53,117,48,100,99,67,49,73,116,105,50,65,51,82,118,104,108,112,115,79,103,76,110,56,122,119,86]),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(187)](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([80]);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(177)]((t=>String[e(164)](t)))[e(216)]("")}!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:1733097600;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(197)]);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(185)](t){const e=Gn,n=this[e(166)][e(179)][e(167)](e(181));return new Zn({id:t.id,name:t[e(207)],creator:t[e(188)]?n[e(196)](t[e(188)]):null,diffData:t[e(198)]||t[e(201)],authors:t[e(186)][e(177)]((t=>n[e(196)](t))),createdAt:new Date(t[e(169)]),attributes:t[e(168)],fromVersion:t[e(163)],toVersion:t[e(194)]})}[Gn(174)](t,e=0){const n=Gn;this[n(193)][n(190)](t,e)}[Gn(175)](t){const e=Gn;return this[e(193)][e(167)](t)}[Gn(191)](t={toJSON:!1}){const e=Gn,n=Array[e(203)](this[e(193)]);return n[e(162)](),t[e(212)]?n[e(177)]((t=>t[e(212)]())):n}[Gn(200)](t){const e=Gn;return this[e(193)][e(200)](t)}[Gn(202)](t){const e=Gn,[,n]=this[e(170)](t,{direction:e(173)});return n}[Gn(171)](t){const e=Gn,[,n]=this[e(170)](t,{direction:e(182)});return n}[Gn(208)](t){const e=Gn,n=[];for(const i of this[e(170)](t[e(206)]))if(n[e(172)](i),i.id===t[e(184)])break;return n}*[Gn(170)](t,{direction:e=Gn(173),filter:n=()=>!0}={}){const i=Gn,r=i(173)===e?1:-1;let s=this[i(193)][i(167)](t),o=this[i(200)](s);for(yield s;s;){if(o+=r,s=this[i(175)](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=Rt(t),a=Rt(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&&Vt(t)){if(!Vt(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=Ii();return(wi=function(t,e){return n[t-=237]})(t,e)}function Ii(){const t=["getCurrentRevisionId","evaluationLimit","filter","getRange","_transformMarkers","_showLicenseError","_setAttribute","markers","getOperation","reInit","move","_handleMoveOperation","RevisionTracker","dataToMarker","getRevisions","_idsRoots","destroy","_bufferUpdate","creatorId","PendingActions","_bufferedUpdates","_createFromRanges","creator","previousPosition","default","merge","domainLimit","_fixPosition","buildRevisionData","revisionHistoryLicenseKeyDomainLimit","Empty document","afterInit","_revisionId","childCount","RevisionHistory","currentRevision","_findInsertionIndex","_isAttached","_handleSplitOperation","_operations","sourcePosition","marker","getTransformedByOperation","source","initialData","reverse","createPositionBefore","_fixOperation","createPositionAt","addRevisionData","start","hasContent","insert","_startingVersion","_prepareViewToSave","$graveyard","setSource","attachChange","_getBaseVids","_update","targetPosition","graveyardPosition","_removeRevisionMarkers","has","_baseIdsRoots","detachRoot","attributes","element","diffData","rootName","_generateTape","_fixRange","pluginName","offset","Initial revision","createPositionFromPath","string","some","toData","version","bind","processor","map","roots","history","size","_lastFrom","text","reinsert","_revisionDataBuilder","isPremiumPlugin","finally","createRangeIn","conversion","_clone","982738rKrQQu","_removePendingAction","setRevisionData","define","_loadState","insertionPosition","revision:","updateRevisions","1836070bHiATR","createRange","Users","splitPosition","getRevision","getRootNames","getMovedRangeStart","root","editor","position","_processRootBeforeSave","slice","end","documentFragment","revisionHistoryLicenseKeyDevelopmentLimit","howMany","parent","_getViewJson","_setConversion","clone","_diffRoots","invalid","isAdd","revision-start","useFillerType","1436MRNGbt","dataDowncast","_makeModelFromViewString","parse","usageLimit","revision","_handleMergeOperation","revisionHistory.resumeUnsavedRevision","vid_end","sort","_reset","newRange","_handleRootOperation","addRoot","isAttached","_baseRootsAttributes","_isInit","_createCurrentRevision","449582BdtuPA","upcast","nodeAfter","data-revision-","markerToData","_touchedMarkers","authorsIds","_applyOperations","createdAt","collaboration.channelId","oldRange","revisionHistoryLicenseKeyValid","getAttributes","insertions","PENDING_ACTION_REVISION_HISTORY","createRevision","userId","_touched","keys","_replaceEditorDataWithRevisionData","4482ApyPyB","_source","remove","length","isOfficialPlugin","set","requires","offsetSize","toVersion","_cloneOperation","newValue","_removeMetaData","getData","stickiness","revisionHistoryLicenseKeyUsageLimit","_getPreviousFrom","type","push","_handleRootAttributeOperation","isReady","_licenseKeyCheckInterval","_authorId","NEGATIVE_INFINITY","ready","_createInitialRevision","adapter","addRevision","developmentLimit","59160112ONvBtD","vid","init","initial","config","getAttribute","shift","RevisionsRepository","licenseKey","saveRevision","marked","stringify","add","getUser","then","keepParagraph","_getState","max","getRevisionRootsAttributes","addRootAttribute","deletion","revisionHistoryLicenseKeyTrialLimit","clear","getTime","featureNotAllowed","isEqual","affectsData","authors","_getFromVersion","resolve","loadState","RealTimeCollaborationClient","forEach","removeRootAttribute","getLatestVersion","data","8057778gnlhxt","_pendingAction","_handleMarkerOperation","sendBufferedUpdates","getOperations","_handleInsertOperation","getChildren","children","_saveMetaData","208zjyNgS","toView","_execute","_touchedRoots","getIndex","update","delete","27020IlXzRo","document","_addPendingAction","trim","paragraph","_savedMetaData","fromEntries","startsWith","revision-end","tableCell","_markChanges","for","_baseRoots","_handleOperation","_insertChild","includes","key","editing","getChild","path","fromVersion","_initialRevisionId","_diffRootsAttributes","attributesAfter","trialLimit","find","attributesBefore","$text","_markers","getRoot","getRevisionDocumentData","item","_calculateMetaData","from","_loadedStateData","_appendChild","isEnabled","getAncestors","nodes","baseVersion","name","vid_start","_getVidAttributeName","createPositionAfter","rootsAttributes","elementEnd","_copyMarkers","_isPendingUpdate","locale","_loadRevisionData","deletions","revisionHistoryLicenseKeyEvaluationLimit","split","_lastTo","range","values","editor-initial-data-replaced-with-revision-data","revisionHistoryLicenseKeyNotAllowed","changeRootAttribute","revisionHistoryLicenseKeyInvalid","5598PeAQYQ","_makeIdsRoot","5edrdOa","getNodeByPath","revisionHistoryLicenseKeyExpired","get","toModel","elementStart","_startingRevisionId","model","_continueCurrentRevision","plugins","_makeRevision","insertion","expired","repository","getWalker","view"];return(Ii=function(){return t})()}!function(t){const e=wi,n=t();for(;;)try{if(933516===-parseInt(e(515))/1+-parseInt(e(523))/2+-parseInt(e(262))/3*(parseInt(e(548))/4)+-parseInt(e(404))/5*(-parseInt(e(326))/6)+-parseInt(e(242))/7*(parseInt(e(335))/8)+-parseInt(e(402))/9*(parseInt(e(342))/10)+parseInt(e(290))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ii);const Oi={c:Jn.ViewContainerElement,a:Jn.ViewAttributeElement,e:Jn.ViewEmptyElement,r:Jn.ViewRawElement,u:Jn.ViewUIElement};class Si extends Yn.Plugin{static get[_i(492)](){return _i(432)}static get[_i(266)](){return!0}static get[_i(510)](){return!0}static get[_i(268)](){return[Wn.Users,Qn,Yn.PendingActions]}constructor(e){const n=_i;super(e),this[n(287)]=null,this[n(455)]=null,this[n(509)]=new Ai(this[n(531)]),this[n(363)]=this[n(531)][n(294)][n(407)](n(251))||n(293),this[n(440)]=new Map,this[n(376)]=null;const i=(0,t.uid)();this[n(263)]={history:this[n(531)][n(411)][n(343)][n(504)],getLatestVersion:()=>Promise[n(319)](this[n(531)][n(411)][n(343)][n(499)]),getCurrentRevisionId:()=>i},this[n(267)](n(281),!1),this[n(267)](n(378),!0),this[n(267)](n(389),!1),this[n(531)][n(294)][n(518)](n(555),!0),this[n(531)][n(513)][n(353)](n(243))[n(433)]({view:n(553)})}[_i(292)](){const t=_i;this[t(417)]=this[t(531)][t(413)][t(407)](t(297)),this[t(541)](),this[t(531)][t(325)].on(t(285),(()=>{const e=t,n=this[e(417)][e(527)](0),i=n&&null===n[e(442)]?n:null;if(this[e(412)]=!!i&&this[e(531)][e(294)][e(407)](e(555)),this[e(531)][e(413)][e(483)](e(321))){const t=this[e(263)][e(420)](),r=this[e(417)][e(527)](t);if(r)this[e(473)]=r[e(362)],this[e(412)]=!1;else{const t=this[e(263)][e(504)][e(459)][e(367)]((t=>!t[e(240)])),r=t?t[e(381)]:this[e(263)][e(504)][e(499)];n?(n[e(270)]<r&&n[e(479)]({toVersion:r}),this[e(412)]?(this[e(263)][e(420)]=()=>i.id,this[e(473)]=i[e(362)]):(this[e(473)]=n[e(270)],this[e(412)]=!1)):(this[e(473)]=r,this[e(412)]=!1)}}else i&&(this[e(531)][e(411)][e(343)][e(504)][e(499)]=Math[e(307)](i[e(270)],this[e(531)][e(411)][e(343)][e(504)][e(499)]),i[e(362)]===i[e(270)]?(0!==i[e(362)]&&(this[e(263)][e(420)]=()=>i.id),this[e(412)]=!1):this[e(412)]&&(this[e(263)][e(420)]=()=>i.id,this[e(473)]=i[e(362)])),this[e(412)]||(this[e(473)]=this[e(531)][e(411)][e(343)][e(499)]);this[e(509)][e(292)](this[e(263)][e(504)]),this[e(286)](this[e(473)]),this[e(241)](this[e(473)]),this[e(287)]&&this[e(329)]()})),this[t(500)](t(281)).to(this,t(389),(t=>!t)),this[t(298)]=this[t(531)][t(294)][t(407)](t(298));const e=this[t(531)];this[t(282)]=setInterval((()=>{const n=t;let i;for(const t in e){const r=t,s=e[r];if(n(253)==s||n(401)==s||n(406)==s||n(449)==s||n(399)==s||n(393)==s||n(311)==s||n(537)==s||n(276)==s){delete e[r],i=s,clearInterval(this[n(282)]),this[n(282)]=void 0;break}}n(401)==i&&e[n(425)](n(544)),n(406)==i&&e[n(425)](n(416)),n(449)==i&&e[n(425)](n(446)),n(399)==i&&e[n(425)](n(314),n(454)),n(393)==i&&e[n(425)](n(421)),n(311)==i&&e[n(425)](n(366)),n(537)==i&&e[n(425)](n(289)),n(276)==i&&e[n(425)](n(552))}),1e3)}async[_i(451)](){const t=_i;if(this[t(417)][t(265)]>0){const e=this[t(417)][t(527)](0),n=await this[t(372)](e),i=await this[t(308)](e);this[t(261)](n,i)}}[_i(436)](){const t=_i;super[t(436)](),this[t(282)]&&clearInterval(this[t(282)])}[_i(476)](t){this[_i(263)]=t}async[_i(340)](){const t=_i,e=await this[t(263)][t(324)]();if(e>this[t(455)][t(270)]){await this[t(519)]();const n=this[t(448)]({revision:this[t(455)],to:e});n[t(317)]=n[t(248)][t(502)]((e=>this[t(531)][t(413)][t(407)](t(525))[t(303)](e))),this[t(455)][t(479)](n)}}async[_i(519)](){const t=_i;this[t(412)]&&!this[t(376)]&&(await this[t(391)](this[t(455)]),this[t(509)][t(320)](this[t(455)]),this[t(376)]={fromVersion:this[t(455)][t(362)],authors:this[t(455)][t(317)][t(534)]()})}async[_i(299)](e={},n=null){const i=_i,r=[];await this[i(519)](),this[i(412)]=!1,n>this[i(455)][i(270)]&&(n=null),null===n&&(n=await this[i(263)][i(324)]());const s=this[i(318)](n),o=this[i(448)]({from:s,to:n});if(this[i(455)][i(270)]<n){const t=this[i(448)]({revision:this[i(455)],from:n,to:n});t[i(317)]=[],t[i(248)]=[],t.id=this[i(455)].id,this[i(455)][i(479)](t,!0),delete t[i(317)],r[i(279)](t)}e[i(438)]=this[i(531)][i(413)][i(407)](i(525)).me.id,e[i(382)]=e[i(382)]||null,e.id=e.id||(0,t.uid)(),e={...e,...o};const a=this[i(469)](e);r[i(279)](e);const c=this[i(417)][i(339)](a);if(0!==c){const t=this[i(417)][i(527)](c-1);if(t[i(362)]!==n){const s=this[i(509)][i(274)](n,t[i(270)]),o={id:t.id,diffData:s[i(488)],authorsIds:s[i(248)],authors:s[i(248)][i(502)]((t=>this[i(531)][i(413)][i(407)](i(525))[i(303)](t))),fromVersion:n};t===this[i(455)]&&(o[i(250)]=new Date(e[i(250)][i(313)]()+10)),t[i(479)](o,!0),delete o[i(317)],r[i(279)](o)}}if(this[i(287)]){for(const t of r)this[i(437)](t.id,t,!0);this[i(329)]()}return a}[_i(469)](t){const e=_i,n=this[e(417)][e(257)](t);return this[e(287)]&&n.on(e(479),((t,n,i)=>{const r=e;i||(this[r(437)](n.id,n,!0),this[r(329)]())})),this[e(417)][e(288)](n,this[e(456)](n)),n}async[_i(372)](t){const e=_i;await this[e(391)](t);const n={};for(const i in t[e(488)]){if(t[e(488)][i][e(477)]&&!t[e(488)][i][e(477)][e(238)])continue;const r=this[e(482)](JSON[e(551)](t[e(488)][i][e(255)])),s=this[e(531)][e(359)][e(419)][e(343)],o=new Jn.ViewDocumentFragment(s,r[e(502)]((t=>Ti(t,this[e(531)]))));this[e(531)][e(325)][e(501)][e(547)](e(300)),n[i]=this[e(531)][e(325)][e(501)][e(498)](o),this[e(531)][e(325)][e(501)][e(547)](e(444))}return n}async[_i(308)](t){const e=_i;await this[e(391)](t);const n={};for(const i in t[e(488)])t[e(488)][i][e(477)]&&!t[e(488)][i][e(477)][e(238)]||(n[i]=t[e(488)][i][e(365)]||{});return n}[_i(329)](){const t=_i;if(0===this[t(440)][t(505)])return;if(this[t(389)])return;let e=Array[t(375)](this[t(440)][t(397)]());this[t(440)][t(312)]();for(let n=0;n<e[t(265)];n++){const i=e[n];let r=!1;for(const e of Object[t(260)](i))void 0===i[e]?delete i[e]:"id"!==e&&(r=!0);r||(e[n]=null)}if(e=e[t(422)]((t=>null!==t)),!e[t(265)])return;for(let n=0;n<e[t(265)];n++){const i=e[n];void 0!==i[t(362)]&&void 0===i[t(270)]&&(i[t(270)]=this[t(417)][t(527)](i.id)[t(270)]),void 0!==i[t(270)]&&void 0===i[t(362)]&&(i[t(362)]=this[t(417)][t(527)](i.id)[t(362)])}const n=this[t(531)][t(294)][t(407)](t(251));this[t(389)]=!0,this[t(344)](),this[t(287)][t(522)](e,n)[t(511)]((()=>{this[t(389)]=!1}))[t(304)]((e=>{const n=t;if(e)for(const t of e)this[n(517)]({id:t.id,createdAt:t[n(250)]});this[n(516)](),this[n(329)]()}))}[_i(261)](e,n){const i=_i;let r=this[i(531)][i(294)][i(407)](i(464)),s=this[i(531)][i(294)][i(407)](i(386));if(void 0===r){r={};for(const t of this[i(531)][i(411)][i(343)][i(528)]())r[t]=""}if(i(496)==typeof r&&(r={main:r}),void 0===s){s={};for(const t of this[i(531)][i(411)][i(343)][i(528)]())s[t]={}}let o=!1;const a=Object[i(260)](r),c=Object[i(260)](e);for(const t of a){if(r[t]!==e[t]&&""!==r[t][i(345)]()){o=!0;break}if(!bi(s[t],n[t])&&Object[i(260)](s[t])[i(265)]>0){o=!0;break}}o||(o=c[i(497)]((t=>!this[i(531)][i(411)][i(343)][i(371)](t)))),o&&(0,t.logWarning)(i(398),{editorData:r,editorRootsAttributes:s,revisionData:e,revisionRootsAttributes:n}),this[i(531)][i(294)][i(267)](i(464),e),this[i(531)][i(294)][i(267)](i(386),n)}[_i(344)](){const t=_i;if(!this[t(327)]){const e=this[t(531)][t(413)][t(407)](t(439));this[t(327)]=e[t(302)]($n(this[t(531)][t(390)],t(256)))}}[_i(516)](){const t=_i;this[t(327)]&&(this[t(531)][t(413)][t(407)](t(439))[t(264)](this[t(327)]),this[t(327)]=null)}[_i(456)](t){const e=_i,n=this[e(417)][e(434)]();n[e(465)]();let i=0;for(;i<n[e(265)];){const r=n[i];if(r===this[e(455)]){i++;continue}if(r.id===this[e(363)])break;const s=t[e(270)]-r[e(270)]||t[e(362)]-r[e(362)];if(s>0)break;if(s<0)i++;else{if(!t[e(442)]&&r[e(442)])break;if(r[e(442)]||!t[e(442)]){if(t[e(250)]>r[e(250)])break;i++}else i++}}return i}[_i(517)](t){const e=_i,n=this[e(417)][e(527)](t.id);if(t[e(250)]&&(t[e(250)]=new Date(t[e(250)])),t[e(248)]){const n=this[e(531)][e(413)][e(407)](e(525));t[e(317)]=t[e(248)][e(502)]((t=>n[e(303)](t)))}n[e(479)](t,!0)}[_i(448)]({revision:t=null,from:e=null,to:n=null}){const i=_i;e=null!==e?e:t[i(362)],n=null!==n?n:t[i(270)];const r=this[i(509)][i(274)](e,n),s={diffData:r[i(488)],authorsIds:r[i(248)],fromVersion:e,toVersion:n};if(!t||n!==t[i(270)]){const t=n-1,e=this[i(263)][i(504)][i(428)](t);s[i(250)]=e&&e[i(250)]||new Date}if(this[i(376)]&&e===this[i(376)][i(362)])for(const t of this[i(376)][i(317)])s[i(248)][i(357)](t.id)||s[i(248)][i(279)](t.id);return s}[_i(391)](t){const e=_i;if(!t||t[e(488)])return Promise[e(319)]();{const n=this[e(531)][e(294)][e(407)](e(251));return this[e(287)][e(527)]({channelId:n,revisionId:t.id})[e(304)]((n=>{const i=e;t[i(488)]=n[i(488)]}))}}[_i(437)](t,e,n){const i=_i;if(this[i(440)][i(483)](t)){const r=this[i(440)][i(407)](t);e=n?{...r,...e}:{...e,...r}}this[i(440)][i(267)](t,e)}[_i(318)](t){const e=_i,n=this[e(417)][e(434)]();n[e(465)](),n[e(296)]();const i=n[e(367)]((n=>n[e(270)]<=t))[e(270)];return i<this[e(473)]?this[e(473)]:i}[_i(286)](t){const e=_i,n=this[e(417)][e(527)](this[e(417)][e(265)]-1);if(n)this[e(363)]=n.id;else{const n=!this[e(531)][e(411)][e(343)][e(503)][e(367)]((t=>this[e(531)][e(411)][e(471)](t))),i=this[e(531)][e(413)][e(407)](e(525)).me.id,r=$n(this[e(531)][e(390)],e(n?450:494));this[e(414)]({from:t,to:t,id:this[e(363)],name:r,creatorId:i})}}[_i(241)](t){const e=_i,n=this[e(263)][e(420)]();this[e(455)]=this[e(417)][e(527)](n),this[e(455)]||(this[e(455)]=this[e(414)]({from:t,to:t,id:n,name:"",creatorId:null}))}[_i(414)]({name:t,from:e,to:n,creatorId:i,id:r}){const s=_i,o=this[s(448)]({from:e,to:n});o[s(382)]=t,o[s(438)]=i,o.id=r;const a=this[s(469)](o);return this[s(287)]&&this[s(437)](o.id,o,!0),a}[_i(541)](){const t=_i;this[t(531)][t(513)][t(353)](t(549))[t(246)]({model:t(553)})}[_i(482)](t){const e=_i;return(t=t[e(422)]((t=>!t[e(382)]||e(546)!==t[e(382)]&&e(350)!==t[e(382)])))[e(322)]((t=>{const n=e;n(496)!=typeof t&&(t[n(333)]=this[n(482)](t[n(333)]),t[n(486)]=t[n(486)][n(422)]((t=>!t[0][n(349)](n(245)))))})),t}}function Ti(t,e){const n=_i,i=e[n(359)][n(419)][n(343)];if(n(496)==typeof t)return new Jn.ViewText(i,t);{const r=t[n(333)][n(502)]((t=>Ti(t,e)));return new(Oi[t[n(278)]]||Jn.ViewElement)(i,t[n(382)],t[n(486)],r)}}class Ai{constructor(t){const e=_i;this[e(531)]=t,this[e(347)]=new Map,this[e(506)]=-1,this[e(395)]=-1,this[e(370)]=new Map,this[e(543)]=new Map,this[e(364)]=new Map,this[e(354)]=new Map,this[e(239)]=new Map,this[e(435)]=new Map,this[e(484)]=new Map,this[e(259)]=new Map,this[e(247)]=new Map,this[e(338)]=new Map,this[e(452)]=1}[_i(292)](t){const e=_i;this[e(463)]=t;const n=new Map,i=new Map,r=this[e(531)][e(411)][e(343)][e(503)][e(502)]((t=>t[e(489)]));for(const t of r){const r=this[e(531)][e(411)][e(343)][e(371)](t),s=xi(r);n[e(267)](t,s),i[e(267)](t,Object[e(348)](r[e(254)]()))}const s=Array[e(375)](this[e(531)][e(411)][e(427)])[e(502)]((t=>[t[e(382)],t[e(423)]()])),o=this[e(463)][e(499)];this[e(334)](o,n,s,i),this[e(410)]=this[e(452)];const a=new Map,c=new Map;for(const t of r){const n=Ri(t);a[e(267)](t,n),c[e(267)](t,{})}this[e(334)](Number[e(284)],a,[],c)}[_i(274)](t,e){const n=_i;if(this[n(506)]===t&&this[n(395)]<=e)this[n(347)][n(505)]>1&&this[n(273)](this[n(395)]),this[n(249)](this[n(395)],e,!0);else{if(!this[n(347)][n(483)](t)){const e=this[n(277)](t);this[n(374)](e,t,!1)}this[n(374)](t,e,!0)}return this[n(506)]=t,this[n(395)]=e,this[n(306)]()}[_i(320)](t){const e=_i;this[e(558)](),this[e(506)]=t[e(362)],this[e(395)]=t[e(270)];for(const n in t[e(488)]){const i=t[e(488)][n][e(477)],r=yn(t[e(488)][n][e(368)])||{},s=this[e(550)](t[e(488)][n][e(392)]);s[e(489)]=n,s[e(457)]=!i||!i[e(238)],s[e(238)]=()=>s[e(457)],this[e(354)][e(267)](n,s),this[e(239)][e(267)](n,r),i&&this[e(338)][e(267)](n,i);const o=this[e(403)](s);this[e(484)][e(267)](n,o);for(const[t,n]of s[e(427)]){if(!t[e(349)](e(521)))continue;const i=t[e(394)](":")[2];for(const t of n[e(418)]({singleCharacters:!0})){const n=this[e(384)](t),r=e(387)==t[e(278)]?t[e(443)][e(361)][e(534)](0,-1):t[e(443)][e(361)],s=o[e(405)](r)[e(295)](n);this[e(259)][e(267)](s,{userId:i})}}}this[e(410)]=this[e(452)];const n=[...Array(this[e(452)])[e(260)]()][e(534)](1)[e(422)]((t=>!this[e(259)][e(483)](t)));let i=0;const r=new Map;for(const s in t[e(488)]){const o=t[e(488)][s][e(477)],a=yn(t[e(488)][s][e(365)])||{},c=this[e(550)](t[e(488)][s][e(255)]);c[e(489)]=s,c[e(457)]=!o||o[e(238)],c[e(238)]=()=>c[e(457)],this[e(543)][e(267)](s,c),this[e(364)][e(267)](s,a);const u=this[e(403)](c,Number[e(284)]);this[e(435)][e(267)](s,u),r[e(267)](s,c[e(238)]()?a:{});for(const[t,n]of c[e(427)]){if(!t[e(349)](e(521)))continue;const i=t[e(394)](":")[2];for(const t of n[e(418)]({singleCharacters:!0})){const n=this[e(384)](t),r=this[e(452)]++,s=e(387)==t[e(278)]?t[e(443)][e(361)][e(534)](0,-1):t[e(443)][e(361)];u[e(405)](s)[e(426)](n,r),this[e(259)][e(267)](r,{userId:i})}}for(const t of this[e(531)][e(411)][e(512)](c)[e(418)]({singleCharacters:!0})){const r=this[e(384)](t),s=e(387)==t[e(278)]?t[e(443)][e(361)][e(534)](0,-1):t[e(443)][e(361)],o=u[e(405)](s);o[e(295)](r)>0||o[e(426)](r,n[i++])}for(const[t,n]of c[e(427)])t[e(349)](e(521))||this[e(370)][e(267)](t,n)}const s=Ri(e(475));this[e(354)][e(267)](e(475),s),this[e(484)][e(267)](e(475),this[e(403)](s,1));const o=Ri(e(475));this[e(543)][e(267)](e(475),o),this[e(435)][e(267)](e(475),this[e(403)](o,1));const a=Array[e(375)](this[e(543)])[e(502)]((([t,e])=>[t,xi(e)]));this[e(334)](this[e(395)],a,this[e(370)],r)}[_i(550)](t){const e=_i,n=JSON[e(551)](t),i=this[e(531)][e(359)][e(419)][e(343)],r=new Jn.ViewDocumentFragment(i,n[e(502)]((t=>Ti(t,this[e(531)]))));return this[e(531)][e(325)][e(408)](r)}[_i(334)](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(267)](t,{start:e[r(470)][r(542)](),end:e[r(535)][r(542)](),rootName:e[r(530)][r(489)]});this[r(347)][r(267)](t,{roots:s,markers:a,rootsAttributes:o})}[_i(273)](t){const e=_i;this[e(347)][e(341)](t)}[_i(429)](){const t=_i;this[t(558)](),this[t(506)]=-1,this[t(395)]=-1,this[t(347)][t(312)](),this[t(292)](this[t(463)])}[_i(558)](){const t=_i;this[t(259)][t(312)](),this[t(247)][t(312)](),this[t(338)][t(312)](),this[t(543)][t(312)](),this[t(364)][t(312)](),this[t(354)][t(312)](),this[t(239)][t(312)](),this[t(435)][t(312)](),this[t(484)][t(312)](),this[t(370)][t(312)](),this[t(452)]=1,this[t(410)]=this[t(452)]}[_i(403)](t,e=null){const n=_i;let i=null;t.is(n(536))||(i=new Jn.Element(t[n(382)],{vid_start:null===e?this[n(452)]++:e++}));const r=[];for(const i of t[n(332)]())if(i.is(n(487))){r[n(279)](this[n(403)](i,e));const t=r[r[n(265)]-1];null!==e&&(e=t.is(n(487),n(369))?t[n(295)](n(291))+1:t[n(295)](n(556))+1)}else for(let t=0;t<i[n(269)];t++)r[n(279)](new Jn.Element(n(369),{vid:null===e?this[n(452)]++:e++}));if(t.is(n(536))){const e=Ri(t[n(489)]);return e[n(356)](0,r),e}return i[n(426)](n(556),null===e?this[n(452)]++:e++),i[n(356)](0,r),i}[_i(374)](t,e,n){const i=_i;this[i(558)]();const{roots:r,markers:s,rootsAttributes:o}=this[i(347)][i(407)](t);this[i(354)]=new Map(r),this[i(239)]=new Map(yn(o));for(const[t,e]of this[i(354)])if(i(475)!==t&&(this[i(543)][i(267)](t,xi(e)),this[i(364)]=new Map(yn(o)),n)){const n=this[i(452)];this[i(435)][i(267)](t,this[i(403)](e)),this[i(484)][i(267)](t,this[i(403)](e,n))}this[i(410)]=this[i(452)],this[i(543)][i(267)](i(475),xi(this[i(354)][i(407)](i(475)))),n&&this[i(435)][i(267)](i(475),this[i(403)](this[i(354)][i(407)](i(475))));for(const[t,e]of s){const n=this[i(354)][i(407)](e[i(489)]),r=this[i(543)][i(407)](e[i(489)]),s=new Jn.Range(this[i(447)](e[i(470)],n),this[i(447)](e[i(535)],n)),o=this[i(491)](s,r);n[i(427)][i(267)](t,s),this[i(370)][i(267)](t,o)}this[i(249)](t,e,n)}[_i(249)](t,e,n){const i=_i;for(const r of this[i(463)][i(330)](t,e))this[i(355)](r,n);for(const t of this[i(543)][i(397)]())t[i(427)][i(312)]();for(const[t,e]of this[i(370)])this[i(543)][i(407)](e[i(530)][i(489)])[i(427)][i(267)](t,e[i(542)]());const r=new Map,s=new Map;for(const[t,e]of this[i(543)])r[i(267)](t,xi(e)),s[i(267)](t,this[i(364)][i(407)](t));this[i(334)](e,r,this[i(370)],s)}[_i(277)](t){const e=_i,n=Array[e(375)](this[e(347)][e(260)]());n[e(557)](((t,e)=>t-e)),n[e(465)]();for(const e of n)if(e<t)return e;return Number[e(284)]}[_i(388)](t,e){const n=_i,i=Array[n(375)](e[n(427)])[n(502)]((([e,i])=>[e,this[n(491)](i,t)]));t[n(427)]=new Map(i)}[_i(424)](t){const e=_i;for(const n of this[e(370)][e(397)]()){const i=n[e(462)](t),r=Jn.Range[e(441)](i);n[e(470)]=r[e(470)],n[e(535)]=r[e(535)]}}[_i(355)](t,e){const n=_i;if(n(237)!=t[n(278)]&&n(485)!=t[n(278)]){if(n(472)==t[n(278)]){const i=t[n(532)][n(530)][n(489)];this[n(543)][n(483)](i)||(this[n(543)][n(267)](i,Ri(i,!0)),this[n(364)][n(267)](i,{}),e&&this[n(435)][n(267)](i,Ri(i,!0)))}else{if(n(309)==t[n(278)]||n(323)==t[n(278)]||n(400)==t[n(278)])return void this[n(280)](t);n(461)==t[n(278)]&&this[n(328)](t)}if(n(461)!==t[n(278)]){const e=this[n(271)](t,this[n(543)]);e[n(337)](),this[n(424)](e)}if(e)switch(t[n(278)]){case n(472):this[n(331)](t);break;case n(430):case n(264):case n(508):this[n(431)](t);break;case n(445):this[n(554)](t);break;case n(394):this[n(458)](t)}}else this[n(560)](t,e)}[_i(271)](t,e){const n=_i,i=t[n(542)]();return i[n(283)]=t[n(283)],this[n(467)](i,e),i}[_i(478)](t){const e=_i;return t[e(502)]((t=>{const n=e,i=this[n(384)](t);return Number(t[n(373)][n(295)](i))}))}[_i(490)](t,e){const n=_i;if(t.is(n(487),n(369)))e[n(279)]({item:t,type:n(507)});else{t.is(n(487))&&e[n(279)]({item:t,type:n(409)});for(const i of t[n(332)]())this[n(490)](i,e);t.is(n(487))&&e[n(279)]({item:t,type:n(387)})}return e}[_i(306)](){const t=_i,e=new Map(this[t(259)]),n=new Map(e),i=new Map,r={insertions:{},deletions:{}},s={insertions:{},deletions:{}},o=new Map,a=new Set([...this[t(354)][t(260)](),...this[t(543)][t(260)]()]);a[t(341)](t(475));for(const e of a){const n=this[t(543)][t(407)](e)||Ri(e,!1),i=this[t(354)][t(407)](e)||Ri(e,!1);n[t(238)]()||i[t(238)]()?(r[t(255)][e]=xi(n),r[t(392)][e]=xi(i),this[t(388)](r[t(392)][e],i),this[t(388)](r[t(255)][e],n),s[t(255)][e]=this[t(490)](this[t(435)][t(407)](e),[]),s[t(392)][e]=this[t(490)](this[t(484)][t(407)](e)||Ri(e,!1),[])):a[t(341)](e)}for(const r of a){const o=s[t(255)][r];for(const r of o){const s=this[t(384)](r),o=r[t(373)][t(295)](s);n[t(341)](o),o>=this[t(410)]&&i[t(267)](o,e[t(407)](o))}}for(const r of a){const a=s[t(255)][r],c=this[t(478)](s[t(392)][r]);let u=0;for(const r of a){const s=this[t(384)](r),a=r[t(373)][t(295)](s);if(!i[t(483)](a)&&!o[t(483)](a))if(n[t(483)](a))u++;else{if(a!=c[u]){const i=e[t(407)](a)||e[t(407)](c[u]);for(;a!=c[u];)n[t(483)](c[u])||(o[t(267)](c[u],i),e[t(267)](c[u],i)),u++}u++}}}for(const e of a){const r=s[t(255)][e];for(const e of r){const r=this[t(384)](e),s=e[t(373)][t(295)](r);if(o[t(483)](s)){const e=o[t(407)](s);n[t(483)](s)||n[t(267)](s,{...e}),i[t(267)](s,{...e})}}}for(const e of n[t(260)]())e>=this[t(410)]&&n[t(341)](e);const c=new Map;for(const e of a){let r=s[t(255)][e];for(const e of r)if(e[t(373)].is(t(487),t(351))){const n=this[t(384)](e),r=e[t(373)][t(295)](n);if(i[t(483)](r)){const n=e[t(373)][t(539)][t(539)][t(295)](t(383)),s=c[t(407)](n)||new Set;s[t(302)](i[t(407)](r)[t(258)]),c[t(267)](n,s)}}r=s[t(392)][e];for(const e of r)if(e[t(373)].is(t(487),t(351))){const i=this[t(384)](e),r=e[t(373)][t(295)](i);if(n[t(483)](r)){const i=e[t(373)][t(539)][t(539)][t(295)](t(383)),s=c[t(407)](i)||new Set;s[t(302)](n[t(407)](r)[t(258)]),c[t(267)](i,s)}}for(const e of c[t(260)]())(i[t(483)](e)||n[t(483)](e))&&c[t(341)](e)}for(const e of a){const r=s[t(255)][e];let o=null,a=null;for(const e of r){const r=this[t(384)](e),s=e[t(373)][t(295)](r),u=c[t(407)](s);u&&t(409)==e[t(278)]&&(o=Array[t(375)](u)[0],a=e[t(373)][t(295)](t(556))),o&&(n[t(267)](s,{userId:o}),i[t(267)](s,{userId:o})),s==a&&(o=null,a=null)}}const u={},l=new Set;for(const e of a){const o=r[t(392)][e],a=r[t(255)][e];for(const{userId:e}of this[t(247)][t(397)]())null!==e&&l[t(302)](e);for(const{userId:e}of this[t(338)][t(397)]())null!==e&&l[t(302)](e);this[t(352)](a,s[t(255)][e],i,t(415),l),this[t(352)](o,s[t(392)][e],n,t(310),l),u[e]={insertions:this[t(474)](a),deletions:this[t(474)](o),attachChange:this[t(338)][t(407)](e)||null,attributesBefore:yn(this[t(239)][t(407)](e))||{},attributesAfter:yn(this[t(364)][t(407)](e))}}return{diffData:u,authorsIds:Array[t(375)](l)}}[_i(533)](t){const e=_i;for(const[,n]of t[e(427)]){const t=n[e(470)][e(379)]()[e(422)]((t=>e(351)==t[e(382)]));for(const n of t)1==n[e(453)]&&n[e(360)](0).is(e(487),e(346))&&n[e(360)](0)[e(426)](e(305),!0)}}[_i(474)](t){const e=_i;this[e(533)](t);const n=this[e(531)][e(325)][e(336)](t,{}),i=Array[e(375)](n[e(332)]())[e(502)]((t=>this[e(540)](t)));return JSON[e(301)](i)}[_i(540)](t){const e=_i;if(t.is(e(369)))return t[e(325)];{const n=t;return{type:Object[e(260)](Oi)[e(367)]((e=>t instanceof Oi[e])),name:n[e(382)],attributes:Array[e(375)](n[e(254)]()),children:Array[e(375)](n[e(332)]())[e(502)]((t=>this[e(540)](t)))}}}[_i(352)](t,e,n,i,r){const s=_i;let o=null,a=null,c=0;const u=this[s(531)][s(411)];for(let i=0;i<e[s(265)];i++){const r=this[s(384)](e[i]),c=e[i][s(373)][s(295)](r),h=n[s(407)](c),d=i==e[s(265)]-1;!o&&h&&(o=h,a=e[i]),o&&(!h||h[s(258)]!=o[s(258)])&&(l(h,Mi(a,t,u),Mi(e[i],t,u)),o=h||null,a=h?e[i]:null),o&&d&&l(h,Mi(a,t,u),Ei(e[i],t,u))}function l(e,n,a){const l=s,h=o[l(258)],d=l(521)+i+":"+h+":"+c++,f=u[l(524)](n,a);t[l(427)][l(267)](d,f),null!==h&&r[l(302)](h)}}[_i(384)](t){const e=_i;switch(t[e(278)]){case e(409):return e(383);case e(387):return e(556);default:return e(291)}}[_i(467)](t,e){const n=_i;t[n(381)]=null;for(const i in t){const r=t[i];if(r instanceof Jn.Position){const s=e[n(407)](r[n(530)][n(489)]);t[i]=this[n(447)](r,s)}if(r instanceof Jn.Range){const s=e[n(407)](r[n(530)][n(489)]);t[i]=this[n(491)](r,s)}n(530)===i&&(t[n(530)]=e[n(407)](t[n(530)][n(489)]))}}[_i(491)](t,e){const n=_i;return this[n(531)][n(411)][n(524)](this[n(447)](t[n(470)],e),this[n(447)](t[n(535)],e))}[_i(447)](t,e){const n=_i;return this[n(531)][n(411)][n(495)](e,t[n(361)],t[n(275)])}[_i(331)](t){const e=_i,n=this[e(435)][e(407)](t[e(532)][e(530)][e(489)]),i=this[e(447)](t[e(532)],n),r=null===t[e(283)]?null:t[e(283)]||this[e(531)][e(413)][e(407)](e(525)).me.id,s=i[e(539)],o=this[e(452)],a=[];for(const n of t[e(380)])if(n.is(e(487)))a[e(279)](this[e(403)](n));else for(let t=0;t<n[e(269)];t++)a[e(279)](new Jn.Element(e(369),{vid:this[e(452)]++}));const c=this[e(452)];for(let t=o;t<c;t++)this[e(259)][e(267)](t,{userId:r});s[e(356)](i[e(493)],a)}[_i(431)](t){const e=_i;(t=this[e(271)](t,this[e(435)]))[e(337)]();const n=null===t[e(283)]?null:t[e(283)]||this[e(531)][e(413)][e(407)](e(525)).me.id,i=t[e(529)](),r=i[e(539)],s=i[e(493)];!function t(i,r,s,o){const a=e;for(let e=s;e<o;e++){const s=r[a(360)](e);s.is(a(487),a(369))?i[a(267)](s[a(295)](a(291)),{userId:n}):(i[a(267)](s[a(295)](a(383)),{userId:n}),t(i,s,0,s[a(453)]),i[a(267)](s[a(295)](a(556)),{userId:n}))}}(this[e(259)],r,s,s+t[e(538)])}[_i(554)](t){const e=_i,n=null===(t=this[e(271)](t,this[e(435)]))[e(283)]?null:t[e(283)]||this[e(531)][e(413)][e(407)](e(525)).me.id,i=t[e(480)][e(539)],r=t[e(460)][e(539)],s=i[e(295)](e(556)),o=r[e(295)](e(383));i[e(426)](e(556),r[e(295)](e(556))),r[e(426)](e(556),s),this[e(259)][e(267)](o,{userId:n}),this[e(259)][e(267)](s,{userId:n}),t[e(337)]()}[_i(458)](t){const e=_i,n=null===(t=this[e(271)](t,this[e(435)]))[e(283)]?null:t[e(283)]||this[e(531)][e(413)][e(407)](e(525)).me.id,i=t[e(481)],r=t[e(526)][e(539)];t[e(337)]();const s=r[e(295)](e(556)),o=t[e(520)][e(244)];if(i){const t=o[e(295)](e(556)),i=r[e(295)](e(556));r[e(426)](e(556),t),o[e(426)](e(556),i),this[e(259)][e(267)](r[e(295)](e(556)),{userId:n}),this[e(259)][e(267)](o[e(295)](e(383)),{userId:n})}else{const t=this[e(452)]++,i=this[e(452)]++;r[e(426)](e(556),t),o[e(426)](e(383),i),o[e(426)](e(556),s),this[e(259)][e(267)](t,{userId:n}),this[e(259)][e(267)](i,{userId:n})}}[_i(328)](t){const e=_i;if(!t[e(316)])return;const n=(t=this[e(271)](t,this[e(543)]))[e(252)]?t[e(252)][e(530)]:null,i=t[e(559)]?t[e(559)][e(530)]:null;n&&this[e(370)][e(341)](t[e(382)]),i&&this[e(370)][e(267)](t[e(382)],t[e(559)][e(542)]());const r=null===t[e(283)]?null:t[e(283)]||this[e(531)][e(413)][e(407)](e(525)).me.id,s=t[e(382)];if(!this[e(247)][e(483)](s))return void this[e(247)][e(267)](s,{range:t[e(252)],userId:r});const o=this[e(247)][e(407)](s),a=o[e(396)],c=t[e(559)];null==a&&null==c||a&&c&&a[e(315)](c)?this[e(247)][e(341)](t[e(382)]):o[e(258)]=r}[_i(560)](t,e){const n=_i;this[n(543)][n(483)](t[n(489)])?this[n(543)][n(407)](t[n(489)])[n(457)]=t[n(545)]:(this[n(543)][n(267)](t[n(489)],Ri(t[n(489)],!0)),this[n(364)][n(267)](t[n(489)],{}),e&&this[n(435)][n(267)](t[n(489)],Ri(t[n(489)],!0)));const i=null===t[n(283)]?null:t[n(283)]||this[n(531)][n(413)][n(407)](n(525)).me.id,r=this[n(338)][n(407)](t[n(489)]);r&&r[n(258)]===i?this[n(338)][n(341)](t[n(489)]):this[n(338)][n(267)](t[n(489)],{userId:i,isAttached:t[n(545)]})}[_i(280)](t){const e=_i,n=this[e(364)][e(407)](t[e(530)][e(489)]);null===t[e(272)]?delete n[t[e(358)]]:n[t[e(358)]]=t[e(272)]}}function xi(t){const e=_i,n=Ri(t[e(489)],t[e(238)]());for(const i of t[e(332)]()){const t=i[e(514)](!0);n[e(377)](t)}return n}function Ri(t,e=!0){const n=_i,i=new Jn.DocumentFragment;return i[n(489)]=t,i[n(457)]=e,i[n(238)]=()=>i[n(457)],i}function Mi(t,e,n){const i=_i,r=i(387)==t[i(278)]?n[i(468)](t[i(373)],i(535)):n[i(466)](t[i(373)]);return n[i(495)](e,r[i(361)],r[i(275)])}function Ei(t,e,n){const i=_i,r=i(409)==t[i(278)]?n[i(468)](t[i(373)],0):n[i(385)](t[i(373)]);return n[i(495)](e,r[i(361)],r[i(275)])}var Ni=n(311),ji=n(673),Vi=n.n(ji),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();Vi()(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();Vi()(Bi.A,Yi);Bi.A&&Bi.A.locals&&Bi.A.locals;const Wi=Gi;function Ji(){const t=["Name of the revision","input","extendTemplate","ck-revision-history-save-revision-form","18LMltfk","arrowright","revisionNameInputView","354235FCSAsU","ck-responsive-form","3100628nuWlED","optional","220","reset","trim","revisionNameInputValue","70582pECLkR","focus","arrowdown","locale","arrowup","label","637962tNwWEl","stopPropagation","focusTracker","keystrokes","add","set","revisionName","_createRevisionNameInput","1242006sYyeLB","render","errorText","setTemplate","2901405lqRrnM","fieldView","arrowleft","454640MXQznd","form","value","listenTo","11SgoCCl","element"];return(Ji=function(){return t})()}function Gi(t,e){const n=Ji();return(Gi=function(t,e){return n[t-=272]})(t,e)}!function(t){const e=Gi,n=t();for(;;)try{if(390059===-parseInt(e(279))/1*(parseInt(e(296))/2)+parseInt(e(310))/3+parseInt(e(290))/4+-parseInt(e(272))/5+parseInt(e(302))/6+-parseInt(e(288))/7+parseInt(e(275))/8*(parseInt(e(285))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ji);class Ki extends Ni.View{constructor(e,n){const i=Gi;super(e),this[i(304)]=new t.FocusTracker,this[i(305)]=new t.KeystrokeHandler,this[i(307)](i(295),""),this[i(287)]=this[i(309)](n),this[i(313)]({tag:i(276),attributes:{class:["ck",i(284),i(289)],tabindex:"-1"},children:[this[i(287)]]}),(0,Ni.injectCssTransitionDisabler)(this)}[Wi(311)](){const t=Wi;super[t(311)](),(0,Ni.submitHandler)({view:this}),this[t(304)][t(306)](this[t(287)][t(280)]),this[t(305)][t(278)](this[t(280)]);const e=e=>e[t(303)]();this[t(305)][t(307)](t(286),e),this[t(305)][t(307)](t(274),e),this[t(305)][t(307)](t(300),e),this[t(305)][t(307)](t(298),e)}[Wi(297)](){const t=Wi;this[t(287)][t(297)]()}get[Wi(308)](){const t=Wi;return this[t(287)][t(273)][t(280)][t(277)][t(294)]()}set[Wi(308)](t){const e=Wi;this[e(287)][e(273)][e(280)][e(277)]=t[e(294)]()}[Wi(293)](){const t=Wi;this[t(287)][t(273)][t(280)][t(277)]="",this[t(287)][t(312)]=null}[Wi(309)](t){const e=Wi,n=new Ni.LabeledFieldView(this[e(299)],Ni.createLabeledInputText),i=n[e(273)];i[e(283)]({attributes:{maxlength:e(292)}});let r=$n(this[e(299)],e(281));return!t&&(r+=" ("+$n(this[e(299)],e(291))+")"),n[e(301)]=r,i.on(e(282),(()=>{const t=e;this[t(295)]=i[t(280)][t(277)][t(294)]()})),n}}const Xi=Qi;function Qi(t,e){const n=$i();return(Qi=function(t,e){return n[t-=440]})(t,e)}function $i(){const t=["submit","_registerMenuComponent","revisionHistory","menuBar:revisionHistory","showRevisionViewerCallback","menu","panelView","requires","revisionNameInputView","revisionHistory.requireRevisionName","buttonView","Accept","230JCcbQP","pluginName","children","isPremiumPlugin","ck-button-action","Dialog","addMany","history","componentFactory","set","config","isOfficialPlugin","init","isOpen","editing","The revision name cannot be empty.","show","render","execute","RevisionHistoryUI","1636518WisBSC","get","locale","items","plugins","reset","4rrnSEP","Open revision history","_showDialog","_saveRevisionFormView","revisionName","isReadOnly","saveRevision","editor","role","errorText","view","revisionSave","1781272yEshRJ","268096oOFPJu","Save current revision","bind","2566764dsTmyY","Cancel","7mSyRoL","add","7507070oHYrTP","isEnabled","delegate","Revision history","1713786bKiGkX","isReady","focus","menuitem","hide","14696PtepEq","RevisionTracker","_createSaveRevisionFormView"];return($i=function(){return t})()}!function(t){const e=Qi,n=t();for(;;)try{if(293491===parseInt(e(489))/1*(-parseInt(e(476))/2)+-parseInt(e(470))/3+parseInt(e(505))/4*(-parseInt(e(450))/5)+parseInt(e(500))/6*(parseInt(e(494))/7)+parseInt(e(488))/8+parseInt(e(492))/9+parseInt(e(496))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}($i);class tr extends Yn.Plugin{static get[Xi(451)](){return Xi(469)}static get[Xi(461)](){return!0}static get[Xi(453)](){return!0}static get[Xi(445)](){return[Si]}[Xi(462)](){const t=Xi,e=this[t(483)],n=e[t(474)][t(471)](t(506));e.ui[t(458)][t(495)](t(440),(i=>{const r=t,s=(0,Ni.createDropdown)(i),o=s[r(444)][r(452)],a=new Ni.ListView(i),c=new Ni.ListItemView(i),u=new Ni.ButtonView(i),l=new Ni.ListItemView(i),h=new Ni.ButtonView(i);return s[r(491)](r(497)).to(n,r(501),n,r(497),e,r(481),((t,e,n)=>t&&e&&!n)),s[r(448)][r(459)]({icon:Yn.icons[r(457)],label:$n(i,r(499)),tooltip:!0}),u[r(459)]({label:$n(i,r(490)),withText:!0,role:r(503)}),u[r(491)](r(497)).to(n,r(501),n,r(497),e,r(481),((t,e,n)=>t&&e&&!n)),u.on(r(468),(()=>this[r(478)]())),h[r(459)]({label:$n(i,r(477)),withText:!0,role:r(503)}),h[r(491)](r(497)).to(n,r(501),e,r(481),((t,e)=>t&&!e)),h.on(r(468),(()=>{const t=r;e[t(460)][t(471)](t(440))[t(442)](),s[t(463)]=!1,e[t(464)][t(486)][t(502)]()})),c[r(452)][r(495)](u),l[r(452)][r(495)](h),a[r(484)]=r(443),a[r(473)][r(456)]([c,l]),o[r(495)](a),s})),e.ui[t(458)][t(495)](t(441),(()=>this[t(509)]()))}[Xi(509)](){const t=Xi,e=this[t(483)],n=e[t(472)],i=new Ni.MenuBarMenuView(n),r=new Ni.MenuBarMenuListView(n);i[t(448)][t(459)]({icon:Yn.icons[t(457)],label:$n(n,t(499))});const s=new Ni.MenuBarMenuListItemView(n,i),o=new Ni.MenuBarMenuListItemButtonView(n);o[t(459)]({label:$n(n,t(490))}),o[t(498)](t(468)).to(i),o.on(t(468),(()=>{this[t(478)]()})),s[t(452)][t(495)](o),r[t(473)][t(495)](s);const a=new Ni.MenuBarMenuListItemView(n,i),c=new Ni.MenuBarMenuListItemButtonView(n);return c[t(459)]({label:$n(n,t(477))}),c[t(498)](t(468)).to(i),c.on(t(468),(()=>{const n=t;e[n(460)][n(471)](n(440))[n(442)]()})),a[t(452)][t(495)](c),r[t(473)][t(495)](a),i[t(444)][t(452)][t(495)](r),i}[Xi(478)](){const t=Xi,e=this[t(483)],n=e[t(472)],i=e[t(474)][t(471)](t(455)),r=e[t(474)][t(471)](t(506));function s(r){const s=t;e[s(460)][s(471)](s(447))&&""===r[s(480)]?r[s(446)][s(485)]=$n(n,s(465)):(e[s(474)][s(471)](Si)[s(482)]({name:r[s(480)]}),i[s(504)]())}this[t(479)]||(this[t(507)](),this[t(479)].on(t(508),(()=>s(this[t(479)])))),this[t(479)][t(475)](),i[t(466)]({id:t(487),title:$n(n,t(490)),isModal:!0,content:this[t(479)],actionButtons:[{label:$n(e[t(472)],t(493)),withText:!0,onExecute:()=>i[t(504)]()},{label:$n(e[t(472)],t(449)),class:t(454),withText:!0,onCreate(n){const i=t;n[i(491)](i(497)).to(r,i(501),r,i(497),e,i(481),((t,e,n)=>t&&e&&!n))},onExecute:()=>s(this[t(479)])}]})}[Xi(507)](){const t=Xi,e=this[t(483)],n=e[t(472)];this[t(479)]=new Ki(n,e[t(460)][t(471)](t(447))),this[t(479)][t(467)]()}}const er=ir;function nr(){const t=["data","ck-revision-change","ck-annotation","ck-revision-change__label","83000LCWaBU","1683600xxaBfW","Removed by","type","span","set","ck-revision-change__","4650835RNOorH","element","author","changeId","Suggested by","72NghjFR","919444KnCmAb","name","add","188JmBmJu","focus","557121undxMx","isSuggestion","setTemplate","div","bindTemplate","Added by","_model","5337246rjtoYU","3444600GbGUvL"];return(nr=function(){return t})()}function ir(t,e){const n=nr();return(ir=function(t,e){return n[t-=494]})(t,e)}!function(t){const e=ir,n=t();for(;;)try{if(492313===-parseInt(e(502))/1+-parseInt(e(521))/2+-parseInt(e(507))/3+parseInt(e(505))/4*(-parseInt(e(520))/5)+-parseInt(e(514))/6+parseInt(e(496))/7+parseInt(e(515))/8*(parseInt(e(501))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nr);class rr extends Ni.View{constructor(t,e){const n=ir;super(t),this[n(513)]=e,this[n(499)]=e.id;const i=this[n(511)],r=$n(t,e[n(516)][n(508)]?n(500):n(504)==e[n(523)]?n(512):n(522));this[n(494)](n(523),e[n(523)]),this[n(509)]({tag:n(510),attributes:{class:[n(518),n(517),i.to(n(523),(t=>n(495)+t))],tabindex:-1},children:[{tag:n(524),children:[{tag:n(524),attributes:{class:[n(519)]},children:[{text:r}]},{text:" "+e[n(498)][n(503)]}]}]})}[er(506)](){const t=er;this[t(497)][t(506)]()}}function sr(){var t=["data","author","16959iyoUUC","createdAt","1786145lQNJeK","toJSON","1877589tDhows","10RMblzF","1504352vujMAs","30RcTWwh","4CQZWnq","59164ovQZdz","20xPNuOg","rootName","35121IhaAnS","type","set","2167671rqJQMW"];return(sr=function(){return t})()}var or=ar;function ar(t,e){var n=sr();return(ar=function(t,e){return n[t-=375]})(t,e)}!function(t){for(var e=ar,n=t();;)try{if(261674===parseInt(e(390))/1*(-parseInt(e(383))/2)+parseInt(e(378))/3+-parseInt(e(386))/4*(-parseInt(e(380))/5)+-parseInt(e(385))/6*(-parseInt(e(387))/7)+-parseInt(e(384))/8+parseInt(e(382))/9*(parseInt(e(388))/10)+-parseInt(e(375))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(sr);class cr extends((0,t.ObservableMixin)()){constructor(e){var n=ar;super(),this.id=e.id||(0,t.uid)(),this[n(377)]=e[n(377)],this[n(391)]=e[n(391)],this[n(376)]=e[n(376)]||{},this[n(389)]=e[n(389)],this[n(392)](n(379),e[n(379)])}[or(381)](){var t=or;return{id:this.id,authorId:this[t(377)].id,type:this[t(391)],data:this[t(376)],createdAt:this[t(379)]}}}const ur=hr;function lr(){const t=["2142VeWusi","add","changes","77359ifLEJg","147480FeHVbT","newRevisionId","_setChanges","12dYpPrh","2662936JQTypJ","3456jqNtRq","159580gBeEqS","oldRevisionId","5936040dRIqkA","4ayXDRH","2266173WiZuQs"];return(lr=function(){return t})()}function hr(t,e){const n=lr();return(hr=function(t,e){return n[t-=415]})(t,e)}!function(t){const e=hr,n=t();for(;;)try{if(191994===-parseInt(e(424))/1*(parseInt(e(419))/2)+-parseInt(e(428))/3*(-parseInt(e(425))/4)+parseInt(e(416))/5+-parseInt(e(415))/6*(-parseInt(e(421))/7)+parseInt(e(429))/8+parseInt(e(420))/9+-parseInt(e(418))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lr);class dr{constructor(e,n){const i=hr;this[i(426)]=e,this[i(417)]=n,this[i(423)]=new t.Collection}[ur(427)](t){const e=ur;for(const n of t)this[e(423)][e(422)](n)}}var fr=n(536),vr={attributes:{"data-cke":!0}};vr.setAttributes=zi(),vr.insert=Pi().bind(null,"head"),vr.domAPI=Ci(),vr.insertStyleElement=Ui();Vi()(fr.A,vr);fr.A&&fr.A.locals&&fr.A.locals;const mr=yr;function pr(){const t=["attributes","resolve","range","item","_joinTapes","uiElement","flat","_makeModelFromViewString","bindElementToMarker","affectsData","removeMarker:revision","error","destroy","userId","right","test","insertion","reconvertMarker","map","2191HhHslT","_revisions","_balloon","dataToMarker","WidgetToolbarRepository","abs","index","suggestion","object","getWalker","_findChangeIdFromDomTarget","for","startIndex","showPreviousChange","nodeAfter","revision:","_changeView","_markMismatchedRemovedTags","change:activeChange","_cleanMarkers","writer","slice","push","createRevision","done","RevisionsRepository","from","1052268DcBYtJ","toViewElement","editingDowncast","_sortAndFilterDiffChanges","_getViewForChange","revision-viewer","_removeMissingPairs","markerToData","ck-revision-history-root-","nextPosition","change:isEnabled","getRoot","showStack","shift","pairId","viewItem","removeMarker","restoreRevisionCallback","POSITIVE_INFINITY","text","wrap","checkAttribute","then","target","data-revision-","mousedown","_processTape","markerToHighlight","createPositionFromPath","insertions","hasAttribute","toModel","remove","_threeWayMerge","revision-comment:","stop","values","attributesBefore","createRangeIn","forward","attributesAfter","schema","enqueueChange","mapper","_changeIdToChange","pop","_getDiff","maxOffset","getChild","conversion","_initInteractions","bottom","split","backward","_cleanUp","getAttribute","element","clear","marked","splice","forceDisabled","change:numberOfChanges","removeClass","addMarker:revision-suggestion:deletion","revisionHistory","addMarker:revision","toViewPosition","deletions","_setConversion","findIndex","addClass","keys","change","listenTo","1McLFYK","_markInsertions","ck-suggestion-preview-marker","getRootNames","numberOfChanges","_activeViewTarget","isInline","4ouyerG","createUIElement","isRemoved","newRevisionId","isBefore","pluginName","start","ck-editor__editable__overlay","end","isLimit","left","diff","revision","changes","getDomRoot","sort","commands","model","RevisionViewer","changeId","_update","getRevisionRootsAttributes","isOfficialPlugin","markersStart","length","_data","has","suggestion:","code","_getRevisionsRange","_fixObsoleteTags","ck-suggestion-marker--active","domConverter","adapter","vid","getClientRects","collaboration.channelId","revision-suggestion","elementStart","authors","get","repository","name","isAdded","data","isAfter","roots","level","concat","restoreRevision","_refreshStartEndIndex","ck-suggestion-marker","_removeUnsupportedChanges","config","top","insert","isEnabled","isObject","default","isPremiumPlugin","rootName","hasClass","revision-suggestion:","domEvent","12zOoVAx","isContent","delete","isRemoveSuggestion","toData","createPositionBefore","unshift","isAtStart","getItems","-new","ck-revision-history-root-add","currentChangeNumber","change:activeView","revisionHistoryLabel","7182DbOfrn","3687574DDFKMR","compare","catch","addRevision","getIndex","ck-revision-history-root-remove","forEach","_markMarkers","processor","27SrIegO","isEqual","init","_removeRevisionMarkers","_setChanges","type","next","ck-revision-history-root--active","merge","showNextChange","editor","ck-suggestion-marker-split","isOnRoot","mapViewToDom","consumable","vid_start","markerNameToElements","startsWith","diffData","elementEnd","_step","toViewRange","mouseover","setAttribute","parse","low","ck-suggestion-preview-marker-","set","isIncorrect","isSuggestion","_setDistance","editing","dataDowncast","isAttached","softBreak","modelRange","2147552hVMFmT","getAttributes","_appendChild","comment","enableReadOnlyMode","selection","plugins","_makeTape","downcastDispatcher","string","consume","parent","attachChange","_getChangeFromId","high","offsetSize","upcast","getRevisionData","unbindElementFromMarkerName","span","execute","children","vid_end","_getViewObj","document","markersEnd","isCollapsed","addMarker:revision-suggestion:insertion","locale","382870tqdFMF","add","isReady","isNavigationMode","activeView","_makeModelFromTape","ck-suggestion-marker-","addRevisionData","find","first","elementToAttribute","markerName","deletion","view","side","all","requires","createAttributeElement","distance","markerRange","activeChange","refresh","ck-suggestion-marker-merge","highest","element:pre","detachRoot","634485ArHYYx","_markSuggestions","loadRevisionData","6442SYqHwM","data-change-id","removeMarker:revision-suggestion","markers","filter","observeMarkers","nextSibling","addRoot","revision-start","endIndex","updatePosition","revisionHistoryAttachChange","oldRevisionId","attribute:vid","useFillerType","addHighlight","getCustomProperty","createRange","includes","bind","indexOf","return","revision-end","getRevision","removeAttribute","change:isReady","isAddSuggestion","previousPosition","isBlock","isAtEnd"];return(pr=function(){return t})()}function yr(t,e){const n=pr();return(yr=function(t,e){return n[t-=407]})(t,e)}!function(t){const e=yr,n=t();for(;;)try{if(195652===-parseInt(e(630))/1*(parseInt(e(480))/2)+-parseInt(e(556))/3+-parseInt(e(637))/4*(-parseInt(e(477))/5)+-parseInt(e(715))/6*(-parseInt(e(529))/7)+parseInt(e(422))/8+-parseInt(e(725))/9*(-parseInt(e(451))/10)+-parseInt(e(716))/11*(parseInt(e(701))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pr);const gr={c:Jn.ViewContainerElement,a:Jn.ViewAttributeElement,e:Jn.ViewEmptyElement,r:Jn.ViewRawElement,u:Jn.ViewUIElement};class kr extends Yn.Plugin{static get[mr(642)](){return mr(655)}static get[mr(659)](){return!0}static get[mr(696)](){return!0}static get[mr(467)](){return[Wn.Users,Ni.ContextualBalloon,Qn]}constructor(t){const e=mr;super(t),this[e(678)]=this[e(735)][e(428)][e(677)](e(554)),this[e(413)](e(471),null),this[e(413)](e(455),null),this[e(635)]=null,this[e(413)](e(648),null),this[e(413)](e(453),!1),this[e(413)](e(693),!0),this.on(e(566),((t,n,i)=>{const r=e;this[r(471)]=null,this[r(455)]=null,this[r(735)][r(417)][r(464)][r(628)]((t=>{const e=r;for(const n of this[e(735)][e(417)][e(464)][e(446)][e(683)])i?t[e(618)](e(644),n):t[e(626)](e(644),n)}))})),this[e(499)](e(454)).to(this,e(471),(t=>null!==t)),this[e(499)](e(712)).to(this,e(453),this,e(648),this,e(471),((t,n,i)=>t&&i?n[e(650)][e(720)](i):0)),this[e(499)](e(634)).to(this,e(453),this,e(648),((t,n)=>t?n[e(650)][e(661)]:0)),this[e(545)]=null,this[e(600)]=new Map,this[e(670)]=null,this[e(531)]=this[e(735)][e(428)][e(677)](Ni.ContextualBalloon)}[mr(727)](){const t=mr,e=this[t(735)],n=new wr(e,{direction:t(609)}),i=new wr(e,{direction:t(595)});e[t(653)][t(452)](t(542),n),e[t(653)][t(452)](t(734),i),e[t(653)][t(452)](t(686),new _r(e)),this.on(t(617),(()=>{const e=t;n[e(472)](),i[e(472)]()})),this[t(624)](),this[t(606)](),e[t(426)](t(561)),e[t(428)][t(663)](t(533))&&e[t(428)][t(677)](t(533))[t(616)](t(561))}async[mr(439)](t){const e=mr;await this[e(479)](t);const n={};for(const i in t[e(743)]){if(t[e(743)][i][e(434)]&&!t[e(743)][i][e(434)][e(419)])continue;const r=this[e(728)](JSON[e(410)](t[e(743)][i][e(585)])),s=this[e(735)][e(417)][e(464)][e(446)],o=new Jn.ViewDocumentFragment(s,r[e(528)]((t=>this[e(445)](t))));this[e(735)][e(681)][e(724)][e(494)](e(614)),n[i]=this[e(735)][e(681)][e(724)][e(705)](o),this[e(735)][e(681)][e(724)][e(494)](e(695))}return n}async[mr(658)](t){const e=mr;await this[e(479)](t);const n={};for(const i in t[e(743)])t[e(743)][i][e(434)]&&!t[e(743)][i][e(434)][e(419)]||(n[i]=t[e(743)][i][e(596)]||{});return n}[mr(728)](t){const e=mr;return(t=t[e(484)]((t=>!t[e(679)]||e(488)!==t[e(679)]&&e(502)!==t[e(679)])))[e(722)]((t=>{const n=e;n(431)!=typeof t&&(t[n(443)]=this[n(728)](t[n(443)]),t[n(510)]=t[n(510)][n(484)]((t=>!t[0][n(742)](n(580)))))})),t}async[mr(717)](t,e,n=!1){const i=mr;if(!this[i(693)])return;const r=this[i(648)],s=this[i(678)],o=i(431)==typeof t?s[i(503)](t):t,a=i(431)==typeof e?s[i(503)](e):e,c=o.id,u=a?a.id:null;if(!n&&this[i(648)]&&this[i(648)][i(640)]===c&&this[i(648)][i(492)]===u)return Promise[i(511)]();this[i(453)]=!1,this[i(455)]=null,this[i(471)]=null,this[i(648)]=new dr(c,u);const l=this[i(666)](o,a,!0)[i(528)]((t=>this[i(479)](t)));return l[i(551)](new Promise((t=>{setTimeout(t,20)}))),Promise[i(466)](l)[i(578)]((()=>{const t=i;if(!this[t(693)])return;this[t(610)]();const e=this[t(602)](c,u);for(const n of e[t(650)])this[t(600)][t(413)](n.id,n);this[t(735)][t(654)][t(598)]({isUndoable:!1},(n=>{const i=t;for(const t of this[i(735)][i(654)][i(446)][i(633)]())n[i(476)](t);for(const t of Object[i(627)](e[i(654)])){const r=n[i(487)](t);for(const s of Object[i(627)](e[i(510)][t]))n[i(409)](s,e[i(510)][t][s],r);n[i(692)](e[i(654)][t],r,0)}})),this[t(648)][t(729)](this[t(559)](e[t(650)])),this[t(453)]=!0}))[i(718)]((t=>{const e=i;console[e(521)](t),this[e(610)](),r&&(this[e(648)]=r),this[e(453)]=!0}))}[mr(458)](t,e){const n=mr,i=this[n(678)][n(552)](t);return i.on(n(657),((t,n,r)=>e(n,r,i))),this[n(678)][n(719)](i),i}[mr(479)](t){const e=mr;if(!t||t[e(743)])return Promise[e(511)]();{const n=this[e(735)][e(690)][e(677)](e(673));return this[e(670)][e(503)]({channelId:n,revisionId:t.id})[e(578)]((n=>{const i=e;t[i(657)]({diffData:n[i(743)]},!0)}))}}[mr(610)](){const t=mr;this[t(471)]=null,this[t(548)](),this[t(545)]&&this[t(545)][t(522)](),this[t(545)]=null,this[t(600)][t(613)](),this[t(735)][t(654)][t(598)]({isUndoable:!1},(e=>{const n=t;for(const t of this[n(735)][n(654)][n(446)][n(633)]())e[n(476)](t)}))}[mr(559)](t){const e=mr,n=[],i=new Map;for(const t of this[e(735)][e(654)][e(446)][e(633)]()){const r=this[e(735)][e(417)][e(464)][e(651)](t);if(!r)continue;const s=r[e(672)]()[e(513)](0);s&&(n[e(551)](t),i[e(413)](t,s))}return n[e(652)](((t,n)=>{const r=e,s=i[r(677)](t),o=i[r(677)](n);return s.y-o.y||s.x-o.x})),(t=t[e(484)]((t=>n[e(498)](t[e(697)]))))[e(652)](((t,i)=>n[e(500)](t[e(697)])-n[e(500)](i[e(697)]))),t}[mr(429)](t){const e=mr,n=Array[e(555)](t[e(483)])[e(484)]((([t,n])=>t[e(742)](e(544))&&!n[e(448)])),i=Array[e(555)](this[e(735)][e(654)][e(594)](t)[e(538)]({singleCharacters:!0}));if(0!=n[e(661)])for(const t of i){const[i,r]=n[0],[,s,o]=i[e(608)](":");if(r[e(645)][e(726)](t[e(565)])&&n[e(569)](),(t[e(507)][e(726)](r[e(643)])||t[e(507)][e(682)](r[e(643)]))&&(e(526)==s?t[e(680)]={userId:o}:e(463)==s&&(t[e(639)]={userId:o})),0==n[e(661)])break}return i}[mr(687)](t){const e=mr,n=new Map;for(let i=0;i<t[e(661)];i++)e(575)===t[i][e(730)]?(t[i][e(513)][e(541)]=i,t[i][e(513)][e(489)]=i):(e(675)===t[i][e(730)]?t[i][e(513)][e(541)]=i:e(744)===t[i][e(730)]&&(t[i][e(513)][e(489)]=i),n[e(413)](t[i].id,i));for(const i of n[e(592)]())e(675)===t[i][e(730)]?t[i][e(513)][e(489)]=n[e(677)](t[i][e(570)]):e(744)===t[i][e(730)]&&(t[i][e(513)][e(541)]=n[e(677)](t[i][e(570)]))}[mr(582)](t){const e=mr;for(let n=0;n<t[e(661)];n++){if(e(675)===t[n][e(730)])t[n][e(513)][e(541)]=n;else if(e(744)===t[n][e(730)]){t[n][e(513)][e(489)]=n;const i=t[n][e(513)][e(541)];t[i][e(570)]=t[n].id,t[n][e(570)]=t[i].id}else t[n][e(513)][e(541)]=n,t[n][e(513)][e(489)]=n,t[n][e(570)]=null;t[n][e(660)]||(t[n][e(660)]=[],t[n][e(447)]=[])}}[mr(631)](t,e){const n=mr,i=t[n(484)]((t=>!t[n(680)]));for(let t=0;t<e[n(661)];t++)e[t][n(680)]&&(i[t][n(680)]=e[t][n(680)])}[mr(517)](t){const e=mr,n=JSON[e(410)](t),i=this[e(735)][e(417)][e(464)][e(446)],r=new Jn.ViewDocumentFragment(i,n[e(528)]((t=>this[e(445)](t))));return this[e(735)][e(681)][e(587)](r)}[mr(445)](t){const e=mr,n=this[e(735)][e(417)][e(464)][e(446)];if(e(431)==typeof t)return new Jn.ViewText(n,t);{const i=t[e(443)][e(528)]((t=>this[e(445)](t)));return new(gr[t[e(730)]]||Jn.ViewElement)(n,t[e(679)],t[e(510)],i)}}[mr(602)](t,e=null){const n=mr,i=this[n(678)][n(503)](t),r=e?this[n(678)][n(503)](e):null,s=this[n(666)](i,r),o=s[s[n(661)]-1],a=new Map,c={model:{},attributes:{},changes:[]},u=new Set,l=new Map;for(let t=s[n(661)]-1;t>=0;t--){const e=s[t];for(const t of Object[n(627)](e[n(743)]))if(e[n(743)][t][n(434)]){const i=e[n(743)][t][n(434)];i[n(419)]?(u[n(452)](t),l[n(663)](t)&&l[n(677)](t)[n(523)]==i[n(523)]?l[n(703)](t):l[n(413)](t,i)):l[n(663)](t)?(u[n(703)](t),l[n(703)](t)):(u[n(452)](t),l[n(413)](t,i))}else u[n(452)](t)}for(const t of u){const e=l[n(663)](t)&&!l[n(677)](t)[n(419)];let i=e?s[n(661)]-1:0;const r=e?-1:1;for(;s[i];){const o=s[i];if(o[n(743)][t]){const i=e?o[n(743)][t][n(593)]:o[n(743)][t][n(596)];c[n(510)][t]=i?yn(i):{};break}i+=r}}for(const t of s){t[n(654)]={};for(const e of t[n(676)])a[n(413)](e.id,e);for(const e of u){const i=t[n(743)][e]?t[n(743)][e][n(585)]:"[]",r=t[n(743)][e]?t[n(743)][e][n(623)]:"[]";t[n(654)][e]={insertions:this[n(517)](i),deletions:this[n(517)](r)}}}for(const t of u){let e=null,r=0;const u=new Map(Array[n(555)](i[n(654)][t][n(585)][n(483)])[n(484)]((([t])=>!t[n(742)](n(544)))));let h=0;for(const o of s){const s=this[n(429)](o[n(654)][t][n(585)]);o==i?(e=s,r=e[n(661)],e[n(722)]((t=>{t.id=h++})),this[n(582)](e)):this[n(631)](e,s);const a=e[n(484)]((t=>!t[n(680)]))[n(528)]((t=>t.id));let c=0;const l=this[n(429)](o[n(654)][t][n(623)]);l[n(722)]((t=>{t[n(639)]?t.id=r++:t.id=a[c++]})),this[n(582)](l),this[n(416)](e,n(680)),this[n(416)](l,n(639)),o==i&&this[n(723)](e,u),e=this[n(514)](e,l),this[n(687)](e),this[n(416)](e,n(639))}e=e[n(484)]((t=>!(t[n(680)]&&t[n(639)])));const d=new Map(o[n(654)][t][n(623)][n(483)]),f=new Set(u[n(627)]());for(const t of d[n(627)]())f[n(703)](t);this[n(478)](e,f),this[n(667)](e),e=this[n(562)](e),e=this[n(546)](e),e=this[n(689)](e);const{root:v,changes:m}=this[n(456)](e,a,t);c[n(654)][t]=v;const p=l[n(677)](t);if(p){const e=a[n(677)](p[n(523)]),i=new cr({author:e,type:p[n(419)]?n(452):n(588),data:{isOnRoot:!0},createdAt:new Date,rootName:t});m[n(707)](i),c[n(510)][t][n(491)]=i.id}c[n(650)]=c[n(650)][n(685)](m)}return c}[mr(723)](t,e){const n=mr;for(let i=0;i<t[n(661)];i++)for(const[r,s]of e)s[n(643)][n(726)](t[i][n(507)])&&t[i][n(660)][n(551)](r),s[n(645)][n(726)](t[i][n(565)])&&t[i][n(447)][n(551)](r)}[mr(514)](t,e){const n=mr;let i=[],r=0,s=0;for(;r<t[n(661)]||s<e[n(661)];){const o=t[r]||{},a=e[s]||{};if(o.id==a.id)r++,s++,i[n(551)](o);else if(a[n(639)]&&o[n(680)]){const{commonTape:o,iEnd:a,jEnd:c}=this[n(589)](t,r,e,s);i=i[n(685)](o),r=a,s=c}else a[n(639)]?(s++,i[n(551)](a)):(r++,i[n(551)](o))}return i}[mr(478)](t,e){const n=mr,i=[];for(let o=0;o<t[n(661)];o++){for(let s=0;s<t[o][n(660)][n(661)];s++){const a=t[o][n(660)][s];if(!e[n(663)](a))continue;const{group:c,type:u,authorId:l}=r(a);n(674)!=c||n(526)!=u&&n(463)!=u||(i[n(707)]({type:u,name:a,userId:l}),t[o][n(660)][n(615)](s,1),s--)}s(t[o]);for(let s=0;s<t[o][n(447)][n(661)];s++){const a=t[o][n(447)][s];if(!e[n(663)](a))continue;const{group:c,type:u}=r(a);if(n(674)!=c||n(526)!=u&&n(463)!=u)continue;t[o][n(447)][n(615)](s,1),s--;const l=i[n(625)]((t=>t[n(679)]==a));l>-1&&i[n(615)](l,1)}}function r(t){const e=n,i=t[e(608)](":");return{group:i[0],type:i[1],subType:i[e(661)]>=5?i[2]:null,id:i[e(661)]<5?i[2]:i[3],authorId:i[e(661)]<5?i[3]:i[4],markerCount:6==i[e(661)]?i[5]:null}}function s(t){const e=n;for(let n=0;n<i[e(661)];n++){if(t[e(680)]&&e(526)==i[n][e(730)])return t[e(506)]=i[n],void delete t[e(680)];if(!t[e(680)]&&!t[e(639)]&&e(463)==i[n][e(730)])return void(t[e(704)]=i[n])}}}[mr(416)](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(413)](o.id,i);for(let i=0;i<t[n(661)];i++){if(n(639)==e&&t[i][n(680)]||n(680)==e&&t[i][n(639)])continue;if(n(575)==t[i][n(730)]){t[i][n(469)]=0;continue}const r=s[n(677)](t[i][n(570)]),o=s[n(677)](t[i].id);t[i][n(469)]=r-o}}[mr(666)](t,e,n=!1){const i=mr,r=[];let s=this[i(678)][i(720)](t),o=this[i(678)][i(720)](e);for(-1==o&&(o=this[i(678)][i(530)][i(661)],n=!1);s<o;)r[i(551)](this[i(678)][i(503)](s)),s++;return n&&r[i(551)](this[i(678)][i(503)](s)),r}[mr(589)](t,e,n,i){const r=mr,s=this[r(735)][r(654)][r(597)];let o=e;for(;t[o]&&t[o][r(680)];)o++;let a=i;for(;n[a]&&n[a][r(639)];)a++;u(t,e,o),u(n,i,a);const c=n[r(550)](i,a)[r(685)](t[r(550)](e,o));return c[r(652)](((t,e)=>t[r(465)]!=e[r(465)]?t[r(465)]-e[r(465)]:t[r(684)]!=e[r(684)]?t[r(684)]-e[r(684)]:t[r(469)]!=e[r(469)]?e[r(469)]-t[r(469)]:!!t[r(680)]!=!!e[r(680)]?-1==t[r(465)]||0==t[r(465)]?t[r(680)]?-1:1:t[r(680)]?1:-1:t[r(535)]-e[r(535)])),{commonTape:c,iEnd:o,jEnd:a};function u(t,e,n){const i=r;let o=-1,a=Number[i(574)],c=!0;for(let r=e;r<n;r++)if(s[i(636)](t[r][i(513)])||(c=!1),t[r][i(513)][i(541)]<e&&(o=r),t[r][i(513)][i(489)]>=n){a=r;break}c&&(o=n-1);for(let r=e;r<n;r++)t[r][i(465)]=r<=o?-1:r<a?0:1,t[r][i(535)]=r;let u=0;for(let n=e;n<=o;n++)0==t[n][i(469)]?t[n][i(684)]=u:(u++,t[n][i(684)]=u,u++);for(let r=e;r<n;r++)0==t[r][i(465)]&&(t[r][i(684)]=u);u=0;for(let e=n-1;e>=a;e--)0==t[e][i(469)]?t[e][i(684)]=u:(u--,t[e][i(684)]=u,u--)}}[mr(667)](t){const e=mr,n=new Map,i=this[e(735)][e(654)][e(597)];for(let r=1;r<t[e(661)];r++){let s,o,a;const c=t[r],u=t[r-1];if(e(575)==c[e(730)])continue;if(c[e(730)]!=u[e(730)])continue;if(!i[e(508)](u[e(513)])||i[e(646)](u[e(513)]))continue;if(!i[e(508)](c[e(513)])||i[e(646)](c[e(513)]))continue;if((t[r][e(680)]||t[r][e(506)])&&t[r-1][e(639)])s=t[r],o=t[r-1],a=r-1;else{if(!t[r][e(639)]||!t[r-1][e(680)]&&!t[r-1][e(506)])continue;s=t[r-1],o=t[r],a=r}const l=s[e(684)]==o[e(684)],h=Math[e(534)](s[e(684)])<Math[e(534)](o[e(684)])&&0==o[e(469)];(l||h)&&(n[e(413)](o.id,s.id),t[e(615)](a,1),r--,s[e(680)]=!1)}for(let i=0;i<t[e(661)];i++)n[e(663)](t[i][e(570)])&&(t[i][e(570)]=n[e(677)](t[i][e(570)]))}[mr(562)](t){const e=mr,n=new Set(t[e(528)]((t=>t.id)));for(let i=0;i<t[e(661)];i++)n[e(663)](t[i][e(570)])||0==t[i][e(469)]||(t[i][e(414)]=!0);return t[e(484)]((t=>!t[e(414)]))}[mr(546)](t){const e=mr,n=new Set;for(let i=0;i<t[e(661)];i++){if(n[e(663)](t[i].id)&&t[i][e(639)]&&(t[i][e(414)]=!0),t[i][e(414)])continue;if(0==t[i][e(469)])continue;if(e(675)!=t[i][e(730)])continue;if(null==t[i][e(570)])continue;let r=i+1,s=0;for(;t[r].id!=t[i][e(570)];)e(675)==t[r][e(730)]?s++:e(744)==t[r][e(730)]&&s--,r++;if(0!=s)if(t[i][e(639)])t[i][e(414)]=!0;else for(;r!=i;)t[r][e(639)]&&0!=t[r][e(469)]&&(t[r][e(414)]=!0,n[e(452)](t[r][e(570)])),r--}return t[e(484)]((t=>!t[e(414)]))}[mr(689)](t){const e=mr,n=this[e(735)][e(654)][e(597)];for(let i=0;i<t[e(661)];i++){if(!(t[i][e(680)]||t[i][e(506)]||t[i][e(639)]||t[i][e(704)]))continue;if(0==t[i][e(469)])continue;const r=t[i][e(513)];n[e(508)](r)||n[e(646)](r)||(t[i][e(680)]&&delete t[i][e(680)],t[i][e(506)]&&delete t[i][e(506)],t[i][e(704)]&&delete t[i][e(704)],t[i][e(639)]&&(t[i][e(414)]=!0))}return t[e(484)]((t=>!t[e(414)]))}[mr(456)](t,e,n){const i=mr,r=new Jn.DocumentFragment,s=[],o=new Map,a=this[i(735)][i(654)],c=a[i(597)],u=[r],l={},h={isAdded:[],isRemoved:[],isAddSuggestion:[],isRemoveSuggestion:[]};let d=null;const f=[0];for(let e=0;e<t[i(661)];e++)if(i(675)===t[e][i(730)]){t[e][i(507)]=a[i(584)](r,f);const n=new Jn.Element(t[e][i(513)][i(679)],t[e][i(513)][i(423)]());u[0][i(424)](n),f[i(551)](0),u[i(707)](n),t[e][i(565)]=a[i(584)](r,f)}else i(744)===t[e][i(730)]?(u[i(569)](),t[e][i(507)]=a[i(584)](r,f),f[i(601)](),f[f[i(661)]-1]++,t[e][i(565)]=a[i(584)](r,f)):(t[e][i(507)]=a[i(584)](r,f),d?d[i(662)]+=t[e][i(513)][i(681)]:d=new Jn.Text(t[e][i(513)][i(681)],t[e][i(513)][i(423)]()),t[e+1]&&i(575)===t[e+1][i(730)]&&p(d,t[e+1][i(513)])||(u[0][i(424)](d),d=null),f[f[i(661)]-1]+=t[e][i(513)][i(437)],t[e][i(565)]=a[i(584)](r,f));for(let e=0;e<t[i(661)];e++){const n=t[e][i(507)],r=t[e][i(565)];for(const r of t[e][i(660)])o[i(413)](r,{start:n,end:null});v(i(704),e,n,r),v(i(506),e,n,r),v(i(639),e,n,r),v(i(680),e,n,r);for(const n of t[e][i(447)])o[i(677)](n)[i(645)]=r}for(const[t,e]of o){const n=this[i(735)][i(654)][i(497)](e[i(643)],e[i(645)]);r[i(483)][i(413)](t,n)}return s[i(652)](((t,e)=>{const n=i,s=r[n(483)][n(677)](n(544)+t.id),o=r[n(483)][n(677)](n(544)+e.id);return s[n(643)][n(641)](o[n(643)])?-1:s[n(643)][n(682)](o[n(643)])?1:s[n(645)][n(641)](o[n(645)])?-1:s[n(645)][n(682)](o[n(645)])?1:n(452)===t[n(730)]?-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(523)]:null,d=n===t[o(661)]-1,f=h[e][0],v=c[o(694)](t[n][o(513)]);!l[e]&&a?l[e]={start:r,tapeItem:t[n],userId:u,type:e}:l[e]&&!a?(l[e][o(645)]=r,m(l[e]),l[e]=null):l[e]&&a&&l[e][o(523)]!==u&&(l[e][o(645)]=r,f&&f[o(523)]===l[e][o(523)]||m(l[e]),l[e]={start:r,tapeItem:t[n],userId:u,type:e}),l[e]&&v&&(o(675)!==t[n][o(730)]||f&&f[o(523)]===u||h[e][o(707)]({userId:u,object:t[n][o(513)],change:l[e]}),o(744)===t[n][o(730)]&&f&&f[o(537)]===t[n][o(513)]&&(h[e][o(569)](),l[e]=f[o(628)])),l[e]&&d&&(l[e][o(645)]=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(513)],f=a[h(597)][h(508)](d)&&!a[h(597)][h(646)](d),v=t[h(543)]==o[h(433)]&&o[h(708)];if(f&&v)return;const m=a[h(497)](t,o),p=e[h(677)](u),y=new cr({author:p,type:h(680)==l||h(506)==l?h(452):h(588),data:{isSuggestion:h(506)==l||h(704)==l},createdAt:new Date,rootName:n});s[h(551)](y),r[h(483)][h(413)](h(544)+y.id,m)}function p(t,e){const n=i,r=t[n(423)](),s=e[n(423)]();for(const t of r){if(t[1]!==e[n(611)](t[0]))return!1;s[n(731)]()}return s[n(731)]()[n(553)]}}[mr(624)](){const t=mr;this[t(735)][t(605)][t(540)](t(438))[t(532)]({view:t(649)}),this[t(735)][t(605)][t(540)](t(558))[t(583)]({model:t(649),view:e=>{const n=t,i=e[n(462)][n(608)](":")[1],r=this[n(435)](i);if(!r)return null;const s=n(452)==r[n(730)]?n(526):n(463),o=[n(688),n(457)+s];return r[n(681)][n(415)]&&o[n(551)](n(457)+s+n(710)),this[n(471)]==r&&o[n(551)](n(668)),{classes:o,attributes:{"data-change-id":i}}}}),this[t(735)][t(605)][t(540)](t(438))[t(452)]((e=>{const n=t;e.on(n(475),((t,e,i)=>{const r=n,s=e[r(571)][r(604)](0);if(!s||!s.is(r(612),r(665)))return;if(!i[r(739)][r(432)](s,{attributes:[r(740),r(444)]}))return;const o=e[r(421)][r(643)][r(543)];i[r(549)][r(409)](r(740),s[r(611)](r(740)),o),i[r(549)][r(409)](r(444),s[r(611)](r(444)),o)}),{priority:n(411)})})),this[t(735)][t(605)][t(540)](t(438))[t(452)]((e=>{const n=t;e.on(n(612),((t,e,i)=>{const r=n;if(!i[r(739)][r(432)](e[r(571)],{attributes:[r(740),r(444)]}))return;if(e[r(421)][r(448)])return;const s=e[r(421)][r(643)][r(543)];s[r(586)](r(740))||s[r(586)](r(671))||(i[r(549)][r(409)](r(740),e[r(571)][r(611)](r(740)),s),i[r(549)][r(409)](r(444),e[r(571)][r(611)](r(444)),s))}),{priority:n(411)})})),this[t(735)][t(605)][t(540)](t(438))[t(461)]({view:{name:t(441),attributes:{vid:!0}},model:{key:t(671),value:e=>e[t(611)](t(671))}}),this[t(735)][t(654)][t(597)].on(t(577),((e,[,n])=>{const i=t;[i(740),i(444),i(671)][i(498)](n)&&(e[i(501)]=!0,e[i(591)]())}),{priority:t(474)}),this[t(735)][t(605)][t(540)](t(418))[t(452)]((e=>{const n=t;e.on(n(493),((t,e,i)=>{const r=n;if(" "!=e[r(513)][r(681)]||e[r(513)][r(433)][r(603)]>1)return;if(!i[r(739)][r(432)](e[r(513)],t[r(679)]))return;const s=i[r(549)],o=i[r(599)][r(407)](e[r(512)]);s[r(576)](o,s[r(468)](r(441)))}))})),this[t(735)][t(605)][t(540)](t(418))[t(563)]({model:t(649)}),this[t(735)][t(417)][t(430)].on(t(621),function(e){const n=t,i=e[n(428)][n(677)](n(655));return(t,r,s)=>{const o=n,a=r[o(462)][o(608)](":")[1],c=i[o(435)](a);if(!c)return null;const u=o(452)==c[o(730)]?o(608):o(733);if(!s[o(739)][o(525)](r[o(470)],t[o(679)]))return;const l=r[o(470)][o(538)](),h=r[o(470)][o(643)],d=e[o(654)][o(597)];let f=null,v=null,m=!1,p=!1;for(const t of l){const e=t[o(513)];m=m||d[o(702)](e);const n=s[o(599)][o(557)](e);if(n&&n[o(496)](o(495)))return;o(744)==t[o(730)]&&d[o(508)](e)&&!d[o(646)](e)&&(e[o(486)]||h[o(509)]?f&&f[o(433)]==e||(f=e,y(t[o(507)]),p=!0):v=v||t[o(507)])}function y(t){const e=o,n=s[e(549)][e(638)](e(441),{class:e(457)+u}),a=s[e(599)][e(622)](t);c[e(681)][e(415)]&&s[e(549)][e(626)](e(457)+u+e(710),n),i[e(471)]==c&&s[e(549)][e(626)](e(668),n),s[e(549)][e(692)](a,n),s[e(599)][e(518)](n,r[e(462)])}m||p||!v||y(v)}}(this[t(735)]),{priority:t(436)}),this[t(735)][t(417)][t(430)].on(t(520),((e,n,i)=>{const r=t,s=i[r(599)][r(741)](n[r(462)]);if(s)for(const t of s)(t[r(698)](r(736))||t[r(698)](r(473)))&&(i[r(599)][r(440)](t,n[r(462)]),i[r(549)][r(588)](t))}),{priority:t(436)}),this[t(735)][t(417)][t(430)].on(t(621),((e,n,i)=>{const r=t,s=n[r(462)][r(608)](":")[1],o=this[r(435)](s);if(!o)return null;const a=r(452)==o[r(730)]?r(608):r(733);if(i[r(739)][r(525)](n[r(470)],e[r(679)]))for(const t of n[r(470)][r(709)]()){if(!t.is(r(612),r(420)))continue;const e=i[r(549)][r(638)](r(441),{class:r(457)+a}),s=i[r(599)][r(622)](this[r(735)][r(654)][r(706)](t));o[r(681)][r(415)]&&i[r(549)][r(626)](r(457)+a+r(710),e),this[r(471)]==o&&i[r(549)][r(626)](r(668),e),i[r(549)][r(692)](s,e),i[r(599)][r(518)](e,n[r(462)])}}),{priority:t(436)}),this[t(735)][t(654)][t(446)].on(t(628),(()=>{const e=t;this[e(735)][e(417)][e(464)][e(628)]((t=>{const n=e;for(const e of this[n(735)][n(654)][n(446)][n(633)]()){const i=this[n(735)][n(654)][n(446)][n(567)](e),r=this[n(735)][n(417)][n(464)][n(446)][n(567)](e);if(r){const e=i[n(611)](n(491));if(t[n(504)](n(481),r),t[n(618)](n(711),r),t[n(618)](n(721),r),t[n(618)](n(732),r),e){const i=this[n(435)](e);if(!i)return null;t[n(409)](n(481),e,r),t[n(626)](n(564)+i[n(730)],r),this[n(471)]==i&&t[n(626)](n(732),r)}}}}))})),this[t(735)][t(605)][t(540)](t(438))[t(532)]({view:t(425),model:e=>t(590)+e,converterPriority:t(474)}),this[t(735)][t(605)][t(540)](t(438))[t(532)]({view:t(536),model:e=>t(699)+e,converterPriority:t(474)}),this[t(735)][t(605)][t(540)](t(418))[t(563)]({model:t(674),view:e=>({name:t(664)+e,group:t(674)}),converterPriority:t(474)}),this[t(735)][t(605)][t(540)](t(558))[t(583)]({model:t(674),view:e=>{const n=t,i=e[n(462)][n(608)](":")[1];return n(526)!=i&&n(463)!=i?null:{classes:[n(632),n(412)+i]}}}),this[t(735)][t(417)][t(430)].on(t(619),br(this[t(735)],t(733)),{priority:t(436)}),this[t(735)][t(417)][t(430)].on(t(449),br(this[t(735)],t(608)),{priority:t(436)}),this[t(735)][t(417)][t(430)].on(t(482),((e,n,i)=>{const r=t,s=i[r(599)][r(741)](n[r(462)]);if(s)for(const t of s)t.is(r(515))&&(i[r(599)][r(440)](t,n[r(462)]),i[r(549)][r(588)](t))}),{priority:t(436)})}[mr(435)](t){const e=mr;return this[e(600)][e(677)](t)}[mr(560)](t){const e=mr;return this[e(545)]&&this[e(545)][e(522)](),this[e(545)]=new rr(this[e(735)][e(450)],t),this[e(545)]}[mr(606)](){const t=mr;this[t(735)][t(654)][t(446)][t(427)][t(485)](t(649)),this.on(t(713),((e,n,i,r)=>{const s=t;r&&this[s(531)][s(588)](r),i&&(this[s(531)][s(452)]({view:i,stackId:s(714),position:{target:()=>{const t=s,e=this[t(735)][t(417)],n=this[t(435)](i[t(656)]);let r;if(n[t(681)][t(737)]){const i=e[t(464)][t(651)](n[t(697)]);r=Array[t(555)](i[t(672)]())}else{const n=this[t(735)][t(654)][t(483)][t(677)](t(544)+i[t(656)]);r=Array[t(555)](e[t(599)][t(741)](n[t(679)]))[t(528)]((n=>e[t(464)][t(669)][t(738)](n)))[t(528)]((e=>Array[t(555)](e[t(672)]())))[t(516)]()}return this[t(635)]&&r[t(459)]((e=>e[t(691)]-3<=this[t(635)].y&&e[t(607)]+3>=this[t(635)].y&&e[t(647)]-3<=this[t(635)].x&&e[t(524)]+3>=this[t(635)].x))||r[0]}}}),this[s(531)][s(568)](s(714)))})),this.on(t(547),((e,n,i,r)=>{const s=t;this[s(455)]=i?this[s(560)](i):null,this[s(735)][s(654)][s(628)]((()=>{const t=s,e=this[t(735)][t(417)];r&&(r[t(681)][t(737)]?e[t(464)][t(628)]((n=>{const i=t;n[i(618)](i(732),e[i(464)][i(446)][i(567)](r[i(697)]))})):e[t(527)](t(544)+r.id)),i&&(i[t(681)][t(737)]?e[t(464)][t(628)]((n=>{const r=t;n[r(626)](r(732),e[r(464)][r(446)][r(567)](i[r(697)]))})):e[t(527)](t(544)+i.id))}))})),this[t(629)](this[t(735)][t(417)][t(464)][t(446)],t(408),((e,n)=>{const i=t;if(this[i(471)])return;const r=this[i(539)](n[i(579)]),s=this[i(600)][i(677)](r);s?(this[i(635)]={x:n[i(700)].x,y:n[i(700)].y},this[i(455)]=this[i(560)](s)):(this[i(635)]=null,this[i(455)]=null)})),this[t(629)](this[t(735)][t(417)][t(464)][t(446)],t(581),((e,n)=>{const i=t,r=this[i(539)](n[i(579)]),s=this[i(600)][i(677)](r);s?(this[i(635)]={x:n[i(700)].x,y:n[i(700)].y},s===this[i(471)]?this[i(531)][i(490)]():this[i(471)]=s):(this[i(635)]=null,this[i(471)]=null)}))}[mr(539)](t){const e=mr;do{const n=t[e(611)](e(481));if(n)return n;t=t[e(433)]}while(t);return null}[mr(548)](){const t=mr;this[t(735)][t(654)][t(628)]((e=>{const n=t;for(const t of this[n(735)][n(654)][n(483)])e[n(572)](t)}))}}function br(t,e){return(n,i,r)=>{const s=yr;if(!r[s(739)][s(525)](i[s(470)],n[s(679)]))return;const o=i[s(470)][s(538)](),a=i[s(470)][s(643)],c=t[s(654)][s(597)];let u=null,l=null,h=!1,d=!1;for(const t of o){const e=t[s(513)];h=h||c[s(702)](e);const n=r[s(599)][s(557)](e);if(n&&n[s(496)](s(495)))return;s(744)==t[s(730)]&&c[s(508)](e)&&!c[s(646)](e)&&(e[s(486)]||a[s(509)]?u&&u[s(433)]==e||(u=e,f(t[s(507)]),d=!0):l=l||t[s(507)])}function f(t){const n=s,o=r[n(599)][n(622)](t),a=r[n(549)][n(638)](n(441),{class:n(412)+e});r[n(549)][n(692)](o,a),r[n(599)][n(518)](a,i[n(462)])}h||d||!l||f(l)}}class _r extends Yn.Command{constructor(t){const e=mr;super(t);const n=t[e(428)][e(677)](kr);this[e(519)]=!1,this[e(629)](n,e(505),(()=>this[e(472)]())),this[e(629)](n,e(566),(()=>this[e(472)]()))}[mr(442)](){const t=mr,e=this[t(735)],n=e[t(428)][t(677)](kr),i=n[t(453)]?n[t(648)][t(640)]:null;e[t(690)][t(677)](t(620))[t(573)](i)}[mr(472)](){const t=mr,{isReady:e,isEnabled:n}=this[t(735)][t(428)][t(677)](kr);this[t(693)]=e&&n}}class wr extends Yn.Command{constructor(t,{direction:e}){const n=mr;super(t);const i=t[n(428)][n(677)](kr);this[n(519)]=!1,this[n(745)]=n(595)===e?1:-1,this[n(629)](i,n(505),(()=>this[n(472)]())),this[n(629)](i,n(566),(()=>this[n(472)]())),this[n(629)](i,n(547),(()=>this[n(472)]()))}[mr(442)](){const e=mr,n=this[e(735)],i=n[e(428)][e(677)](kr),{isNavigationMode:r,currentChangeNumber:s}=i;let o;if(i[e(471)]=r?i[e(648)][e(650)][e(677)](s+this[e(745)]):i[e(648)][e(650)][e(460)],i[e(471)][e(681)][e(737)])o=n[e(417)][e(464)][e(651)](i[e(471)][e(697)]);else{const t=n[e(654)][e(483)][e(677)](e(544)+i[e(471)].id);o=(0,Wn.getMarkerDomElement)(n[e(417)],t)}(0,t.scrollViewportToShowTarget)({target:o,viewportOffset:40})}[mr(472)](){const t=mr,{isNavigationMode:e,currentChangeNumber:n,numberOfChanges:i,isReady:r,isEnabled:s}=this[t(735)][t(428)][t(677)](kr);this[t(693)]=!!(s&&r&&i)&&(!e||(1===this[t(745)]?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();Vi()(Ir.A,Or);Ir.A&&Ir.A.locals&&Ir.A.locals;function Sr(){const t=["isForwardNavigationEnabled","37896PogDKd","Show previous change","isReady","NUMBER_OF_CHANGES","ck-revision-history-ui__changes-navigation","Show next change","EDIT_X_OF_Y_REVISIONS","setTemplate","1339180tWZzxj","ck-revision-history-ui","_statusText","1127340sWEhcv","6oSFYuc","Loading...","45256dOYRnf","forward","isBackwardNavigationEnabled","div","1407MXRqLE","span","fire","isNavigationMode","currentChangeNumber","ck-revision-history-ui__changes-navigation__wrapper","set","X_OF_Y_CHANGES","22NdoiGD","execute","21SMOHyN","_isStatusLabelVisible","bindTemplate","ck-hidden","3144865wNBKke","No changes","ck-revision-history-ui__changes-navigation__label","213121OFXbFP","isEnabled","numberOfChanges","ck-revision-history-ui__changes-navigation__navigation","6KOpjAO","backward","30717LLAqzk","Total","bind"];return(Sr=function(){return t})()}function Tr(t,e){const n=Sr();return(Tr=function(t,e){return n[t-=279]})(t,e)}!function(t){const e=Tr,n=t();for(;;)try{if(497355===parseInt(e(322))/1*(-parseInt(e(299))/2)+parseInt(e(315))/3*(-parseInt(e(301))/4)+-parseInt(e(319))/5*(-parseInt(e(281))/6)+-parseInt(e(305))/7*(-parseInt(e(287))/8)+-parseInt(e(283))/9+-parseInt(e(295))/10*(parseInt(e(313))/11)+-parseInt(e(298))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Sr);class Ar extends Ni.View{constructor(t){const e=Tr;super(t);const n=this[e(317)],i=new Ni.ButtonView(t),r=new Ni.ButtonView(t);this[e(311)](e(308),!1),this[e(311)](e(289),!1),this[e(311)](e(309),0),this[e(311)](e(279),0),this[e(311)](e(286),!1),this[e(311)](e(303),!1),this[e(285)](e(316)).to(this,e(289),this,e(279),((t,e)=>t&&e>0)),this[e(285)](e(297)).to(this,e(289),this,e(309),this,e(279),this,e(308),((n,i,r,s)=>{const o=e;if(!n)return $n(t,o(300));if(!r)return $n(t,o(320));const a=$n(t,o(290),r);return s?$n(t,o(312),[i+1,r]):a})),i[e(311)]({label:$n(t,e(288)),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(311)]({label:$n(t,e(292)),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(285)](e(323)).to(this,e(303)),r[e(285)](e(323)).to(this,e(286)),i.on(e(314),(()=>this[e(307)](e(314),e(282)))),r.on(e(314),(()=>this[e(307)](e(314),e(302)))),this[e(294)]({tag:e(304),attributes:{class:["ck",e(296),e(291)]},children:[{tag:e(306),attributes:{class:[e(310)]},children:[{tag:e(306),attributes:{class:[e(321),n.if(e(316),e(318),(t=>!t))]},children:[{text:n.to(e(308),(n=>n?$n(t,e(293))+": ":$n(t,e(284))+": "))}]},{text:n.to(e(297))}]},new Ni.ToolbarSeparatorView,{tag:e(304),attributes:{class:[e(280)]},children:[i,r]}]})}}var xr=n(560),Rr={attributes:{"data-cke":!0}};Rr.setAttributes=zi(),Rr.insert=Pi().bind(null,"head"),Rr.domAPI=Ci(),Rr.insertStyleElement=Ui();Vi()(xr.A,Rr);xr.A&&xr.A.locals&&xr.A.locals;const Mr=jr;!function(t){const e=jr,n=t();for(;;)try{if(243127===parseInt(e(308))/1*(parseInt(e(314))/2)+-parseInt(e(290))/3+-parseInt(e(312))/4+-parseInt(e(316))/5*(-parseInt(e(303))/6)+parseInt(e(311))/7*(parseInt(e(313))/8)+parseInt(e(296))/9*(-parseInt(e(302))/10)+-parseInt(e(306))/11*(-parseInt(e(309))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Nr);const Er=Mr(310);function Nr(){const t=["2oUmdru","editing","2285uzsiSg","998673BneUOv","isOfficialPlugin","document","editor","hide","RevisionViewerLoadingOverlay","1249272dNJLNz","pluginName","roots","isPremiumPlugin","addClass","show","30rsXYfO","4068YjMioi","view","change","3944413DPyuSl","removeClass","283463rZOHAy","12IEqpFo","ck-editor__editable__loading-overlay","6223CjlwRo","1711812laAryH","4216mjiPiZ"];return(Nr=function(){return t})()}function jr(t,e){const n=Nr();return(jr=function(t,e){return n[t-=290]})(t,e)}class Vr extends Yn.Plugin{static get[Mr(297)](){return Mr(295)}static get[Mr(291)](){return!0}static get[Mr(299)](){return!0}[Mr(301)](){const t=Mr,e=this[t(293)][t(315)][t(304)];e[t(305)]((n=>{const i=t;for(const t of e[i(292)][i(298)])n[i(300)](Er,t)}))}[Mr(294)](){const t=Mr,e=this[t(293)][t(315)][t(304)];e[t(305)]((n=>{const i=t;for(const t of e[i(292)][i(298)])n[i(307)](Er,t)}))}}function Dr(t,e){const n=Lr();return(Dr=function(t,e){return n[t-=271]})(t,e)}const Cr=Dr;function Lr(){const t=["plugins","isForwardNavigationEnabled","listenTo","config","numberOfChanges","isBackwardNavigationEnabled","15647255vIWShC","isEnabled","668679EqSCRU","revisionHistory","614iywZRg","4091247JKoajq","hide","isPremiumPlugin","Restore this revision","init","showNextChange","componentFactory","bind","currentChangeNumber","ck-revision-history-ui__back-to-editing","8iFezCi","Back to editing","restoreRevision","add","12ydFXdB","get","show","5118MBakGM","exitToEditing","closeRevisionViewerCallback","isOfficialPlugin","270kkpgfX","undo","commands","isReady","isNavigationMode","requires","5195aCdRYf","6895HLsOcC","pluginName","showPreviousChange","forward","changesNavigation","editor","561VDoirL","9574859cmLgIP","execute","1164sPyqHu","set","RevisionViewerUI","change:isReady"];return(Lr=function(){return t})()}!function(t){const e=Dr,n=t();for(;;)try{if(911757===parseInt(e(280))/1*(-parseInt(e(304))/2)+parseInt(e(287))/3*(-parseInt(e(290))/4)+parseInt(e(281))/5*(parseInt(e(322))/6)+parseInt(e(288))/7+parseInt(e(315))/8*(parseInt(e(305))/9)+parseInt(e(274))/10*(-parseInt(e(302))/11)+-parseInt(e(319))/12*(-parseInt(e(300))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Lr);class Pr extends Yn.Plugin{static get[Cr(282)](){return Cr(292)}static get[Cr(273)](){return!0}static get[Cr(307)](){return!0}static get[Cr(279)](){return[kr,Vr]}[Cr(309)](){const t=Cr,e=this[t(286)],n=e[t(294)][t(320)](kr),i=e[t(294)][t(320)](Vr);e.ui[t(311)][t(318)](t(271),(n=>{const i=t,r=new Ni.ButtonView(n);return r[i(291)]({label:$n(n,i(316)),icon:Yn.icons[i(275)],withText:!0,tooltip:!0,class:i(314)}),this[i(296)](r,i(289),(()=>{const t=i;e[t(297)][t(320)](t(303))[t(272)]()})),r})),e.ui[t(311)][t(318)](t(317),(n=>{const i=t,r=new Ni.ButtonView(n);return r[i(291)]({label:$n(n,i(308)),withText:!0,tooltip:!0}),r[i(312)](i(301)).to(e[i(276)][i(320)](i(317))),this[i(296)](r,i(289),(()=>e[i(289)](i(317)))),r})),e.ui[t(311)][t(318)](t(285),(i=>{const r=t,s=new Ar(i),o=e[r(276)][r(320)](r(283)),a=e[r(276)][r(320)](r(310));return s[r(312)](r(299)).to(o,r(301)),s[r(312)](r(295)).to(a,r(301)),s[r(312)](r(277),r(313),r(298),r(278)).to(n),this[r(296)](s,r(289),((t,n)=>{const i=r;e[i(289)](i(284)===n?i(310):i(283))})),s})),i[t(321)](),n.on(t(293),((e,n,r)=>{const s=t;r?i[s(306)]():i[s(321)]()}))}}var Fr=n(329),zr={attributes:{"data-cke":!0}};zr.setAttributes=zi(),zr.insert=Pi().bind(null,"head"),zr.domAPI=Ci(),zr.insertStyleElement=Ui();Vi()(Fr.A,zr);Fr.A&&Fr.A.locals&&Fr.A.locals;function Hr(){const t=["2FnYFdC","destroy","extendTemplate","clientWidth","4029840EOFtSQ","span","ck-revision-history-sidebar__revision-name","listenTo","_updateTooltipText","187DwUBEB","4123152npvotY","1448740ZJVJSX","96972UKrXjY","fieldView","set","element","_tooltipString","_resizeObserver","Enter the revision name","21HGwaHR","627617uNYwbg","185eEvppO","Revision name","scrollWidth","5507250HtTFQT","input","ck-tooltip_multi-line","render","5026016AYnivH","bindTemplate","value","placeholder"];return(Hr=function(){return t})()}const Ur=Zr;function Zr(t,e){const n=Hr();return(Zr=function(t,e){return n[t-=497]})(t,e)}!function(t){const e=Zr,n=t();for(;;)try{if(978507===parseInt(e(500))/1*(-parseInt(e(512))/2)+-parseInt(e(522))/3+-parseInt(e(524))/4*(parseInt(e(501))/5)+-parseInt(e(504))/6+parseInt(e(499))/7*(parseInt(e(508))/8)+parseInt(e(516))/9+-parseInt(e(523))/10*(-parseInt(e(521))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Hr);class qr extends Ni.LabeledFieldView{constructor(t,e){const n=Zr;super(t,e),this[n(497)]=null;const i=this[n(509)];this[n(526)]({label:$n(t,n(502)),_tooltipString:""}),this[n(525)][n(511)]=$n(t,n(498)),this[n(514)]({tag:n(517),attributes:{class:[n(518)],"data-cke-tooltip-text":i.to(n(528)),"data-cke-tooltip-position":"s","data-cke-tooltip-class":n(506)}})}[Ur(507)](){const e=Ur;super[e(507)](),this[e(497)]=new t.ResizeObserver(this[e(525)][e(527)],(()=>this[e(520)]())),this[e(519)](this[e(525)],e(505),(()=>this[e(520)]()))}[Ur(513)](){const t=Ur;super[t(513)](),this[t(497)]&&this[t(497)][t(513)]()}[Ur(520)](){const t=Ur,e=this[t(525)][t(527)];this[t(528)]=e[t(503)]>e[t(515)]&&e[t(510)]||""}}var Br=n(249),Yr={attributes:{"data-cke":!0}};Yr.setAttributes=zi(),Yr.insert=Pi().bind(null,"head"),Yr.domAPI=Ci(),Yr.insertStyleElement=Ui();Vi()(Br.A,Yr);Br.A&&Br.A.locals&&Br.A.locals;function Wr(t,e){const n=Jr();return(Wr=function(t,e){return n[t-=248]})(t,e)}function Jr(){const t=["set","3110GisDVa","ck-revision-history-sidebar__revision-author_creator","ck-revision-history-sidebar__revision-author","80019QjkCKF","span","30Dvbhfw","Revision author","name","ck-revision-history-sidebar__revision-author__name","1592755Mzzhyz","push","6135384rSVrYB","154252KVaZXP","41466SiQbtv","Revision creator","0 0 11 10","748173KZTQoK","setTemplate","194796dmyMFn","192rFCluB"];return(Jr=function(){return t})()}!function(t){const e=Wr,n=t();for(;;)try{if(384933===-parseInt(e(253))/1+-parseInt(e(250))/2*(-parseInt(e(263))/3)+-parseInt(e(255))/4+-parseInt(e(267))/5+parseInt(e(256))/6*(-parseInt(e(249))/7)+-parseInt(e(248))/8+parseInt(e(261))/9*(parseInt(e(258))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Jr);class Gr extends Ni.View{constructor(t,e,n){const i=Wr;super(t);const r=new Ni.IconView;r[i(257)]({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(252)});const s=["ck",i(260)];n&&s[i(268)](i(259));const o=[{tag:i(262),attributes:{class:["ck",i(266)],title:$n(t,i(n?251:264))},children:[r,e[i(265)]]}];this[i(254)]({tag:"li",attributes:{class:s},children:o})}}function Kr(t,e){var n=Xr();return(Kr=function(t,e){return n[t-=159]})(t,e)}function Xr(){var t=["82530aKDbFh","11YDcPKF","4qzdElo","3718048HQUAgM","toLocaleTimeString","894655RjNbqn","toLocaleDateString","long","359619wInXEa","4411566htTYHu","numeric","1574592YQvmhA","14gCcDBR","2410wVyJBi","56177LXVSIU"];return(Xr=function(){return t})()}!function(t){for(var e=Kr,n=t();;)try{if(263966===parseInt(e(168))/1*(parseInt(e(167))/2)+-parseInt(e(160))/3+parseInt(e(169))/4*(parseInt(e(172))/5)+-parseInt(e(163))/6*(parseInt(e(164))/7)+-parseInt(e(170))/8+-parseInt(e(161))/9+parseInt(e(165))/10*(parseInt(e(166))/11))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();Vi()(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-=118]})(t,e)}function es(){const t=["function","5191164uzhxxH","panelPosition","8YPZFlE","Compare against selected","Name this revision","source","class","ck-on","stopPropagation","16390693DNZBGl","buttonView","Restore this revision","_action","find","set","isReady","isActionsDropdownOpen","isVisible","listView","isEnabled","ck-revision-history-sidebar__revision__actions","action","2688831Knmulo","4260EmxsLT","bindTemplate","5804295THWNgk","execute","menu","change:isActionsDropdownOpen","button","items","locale","bind","6wzYpuy","479XfFENH","2845385LtJaWT","first","threeVerticalDots","model","name","add","isOpen","3psmKlG","6812340knxsSA","Show more items","menuitem","extendTemplate","children","map","listenTo"];return(es=function(){return t})()}!function(t){const e=ts,n=t();for(;;)try{if(950365===-parseInt(e(158))/1*(-parseInt(e(147))/2)+-parseInt(e(166))/3*(-parseInt(e(124))/4)+-parseInt(e(159))/5*(-parseInt(e(157))/6)+-parseInt(e(149))/7+-parseInt(e(126))/8*(parseInt(e(146))/9)+parseInt(e(167))/10+-parseInt(e(133))/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();Vi()(ns.A,is);ns.A&&ns.A.locals&&ns.A.locals;function rs(){const t=["isActionsDropdownOpen","span","isEnabled","listenTo","length","ck-revision-history-sidebar__revision_selected","182328XeUAum","from","srcElement","_requireRevisionName","creator","render","isHighlighted","name","1034258jyMSja","10HHkSnR","highlight","ck-disabled","deselect","ck-revision-history-sidebar__revision-wrapper","2193120skeiRY","63723bmhErH","ck-revision-history-sidebar__revision__date","_createdAtFormatted","2459802NgdLgI","change","revisionNameView","extendTemplate","element","isSelected","value","unshift","ck-revision-history-sidebar__revision__controls-wrapper","createdAt","_revision","div","220","set","select","ck-revision-history-sidebar__revision_highlighted","3910UacHXv","unhighlight","263871feuZYw","fieldView","setName","closest","isReady","filter","bindTemplate","ck-revision-history-sidebar__revision-authors","uiLanguage","map","ck-revision-history-sidebar__revision-wrapper_confirmation_visible","fire","authors","setTemplate","bind","ck-revision-history-sidebar__actions_dropdown_open","isConfirm","3OJqdEE","98JwFxtH","ck-revision-history-sidebar__revision","ck-reset","revisionActionsView","2726936gAjNKS",".ck-thread__remove-confirm"];return(rs=function(){return t})()}const ss=os;function os(t,e){const n=rs();return(os=function(t,e){return n[t-=109]})(t,e)}!function(t){const e=os,n=t();for(;;)try{if(434743===parseInt(e(156))/1+-parseInt(e(128))/2*(parseInt(e(173))/3)+-parseInt(e(112))/4+-parseInt(e(129))/5*(parseInt(e(138))/6)+parseInt(e(174))/7*(-parseInt(e(120))/8)+parseInt(e(134))/9+parseInt(e(154))/10*(parseInt(e(135))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rs);class as extends((0,Wn.ConfirmMixin)(Ni.View)){constructor(e,n,i,r){const s=os;super(e);const o=this[s(162)],a=function(t,e){const n=s,i=Array[n(121)](e[n(168)])[n(161)]((t=>t!=e[n(124)]));return e[n(124)]&&i[n(145)](e[n(124)]),i[n(165)]((i=>new Gr(t,i,i==e[n(124)])))}(e,n);this.id=n.id,this[s(148)]=n,this[s(123)]=r,this[s(170)](s(127),s(147)).to(n),this[s(170)](s(137)).to(this,s(147),(t=>{return n=e[s(164)],(i=t)[(r=Kr)(173)](n,{month:r(159),day:r(162)})+", "+i[r(171)](n,{hour:r(162),minute:r(162)});var n,i,r})),this[s(151)](s(143),!1),this[s(151)](s(126),!1),this[s(151)](s(114),!1),this[s(151)](s(160),!1),this[s(151)](s(116),!1),this[s(140)]=new qr(e,Ni.createLabeledInputText),this[s(140)][s(157)][s(141)]({attributes:{maxlength:s(150)}}),this[s(140)][s(157)][s(170)](s(144)).to(this,s(127),(t=>t||this[s(137)])),this[s(140)][s(170)](s(116)).to(this,s(143),this,s(116),((t,e)=>t&&e)),this[s(111)]=i&&i[s(118)]?function(e,n){const i=ts,r=e[i(148)],s=e[i(155)],o=(0,Ni.createDropdown)(s);o[i(125)]="sw";const a=function(e,n){const r=i,s=function(t,e){const n=ts,i=t[n(155)],r={"Compare against selected":$n(i,n(127)),"Name this revision":$n(i,n(128)),"Restore this revision":$n(i,n(135))};return e[n(121)]((t=>{const e=n,i=r[t[e(163)]];return i&&i!==t[e(163)]&&(t[e(163)]=i),t}))}(e,n),o=new t.Collection;for(const t of s){const n={type:r(153),model:new Ni.ViewModel({label:t[r(163)],class:t[r(130)],withText:!0,role:r(118),_action:t[r(145)]})};n[r(162)][r(156)](r(143)).to(e,r(140),(n=>r(123)!=typeof t[r(143)]||!n||t[r(143)](e))),o[r(164)](n)}return o}(e,n);return e[i(156)](i(140)).to(o,i(165)),o[i(134)][i(138)]({label:$n(s,i(168)),tooltip:!0,tooltipPosition:"sw",icon:Yn.icons[i(161)]}),o[i(119)]({attributes:{class:[i(144),r.if(i(140),i(131))]},on:{click:r.to((t=>t[i(132)]()))}}),o.on(i(150),(t=>{const n=i;e[n(139)]&&n(123)==typeof t[n(129)][n(136)]&&t[n(129)][n(136)](e)})),(0,Ni.addListToDropdown)(o,a,{role:i(151)}),o[i(122)](e,i(152),((t,r,s)=>{const a=i;if(s)for(const t of o[a(142)][a(154)]){const i=t[a(120)][a(160)],r=n[a(137)]((t=>t[a(145)]===i[a(136)]))[a(141)];t[a(141)]=void 0===r||r(e)}})),o}(this,i):"",this[s(111)]&&this[s(111)][s(170)](s(116)).to(this),this[s(169)]({tag:s(149),attributes:{class:["ck",s(110),s(133),o.if(s(172),s(166))]},children:[{tag:s(149),attributes:{class:["ck",s(110),s(109),o.if(s(116),s(131),(t=>!t)),o.if(s(143),s(119)),o.if(s(126),s(153)),o.if(s(114),s(171))]},children:[this[s(140)],{tag:s(115),attributes:{class:["ck",s(136)]},children:[{text:o.to(s(137))}]},{tag:s(149),attributes:{class:["ck",s(146)]},children:[{tag:"ul",attributes:{class:["ck",s(163)]},children:a}]},this[s(111)]],on:{click:o.to((t=>{const e=s;t[e(122)][e(159)](e(113))||this[e(160)]&&this[e(116)]&&this[e(167)](e(152),{id:this.id})}))}}]})}[ss(125)](){const t=ss;super[t(125)]();const e=this[t(140)][t(157)][t(142)];this[t(117)](e,t(139),(()=>{const n=t;this[n(123)]&&!e[n(144)]||this[n(167)](n(158),{id:this.id,name:e[n(144)]}),e[n(144)]||(e[n(144)]=this[n(127)]?this[n(127)]:this[n(137)])}))}[ss(152)](){this[ss(143)]=!0}[ss(132)](){this[ss(143)]=!1}[ss(130)](){this[ss(126)]=!0}[ss(155)](){this[ss(126)]=!1}}var cs=n(675);function us(t,e){const n=ls();return(us=function(t,e){return n[t-=382]})(t,e)}function ls(){const t=["5RSOGUP","weekdayLong","local","day","fromJSDate","toRelativeCalendar","54816sSyiJJ","monthLong","toJSDate","setLocale","217647jIfZHb","517AKhpfS","516719xcuBYy","12NbnhlC","6375138TXtnAT","week","63590iSORbC","1884168cyFAwX","month","minus","675654vrYMMl","232XkhmDb","startOf","hasSame","year"];return(ls=function(){return t})()}function hs(t,e){const n=us,i=cs.c9[n(406)](t)[n(386)](e),r=cs.c9[n(404)](),s=r[n(396)]({days:1})[n(399)](n(405));let o,a;return i[n(400)](r,n(405))?(o=i[n(399)](n(405))[n(385)](),a=i[n(382)]()):i[n(400)](s,n(405))?(o=s[n(385)](),a=i[n(382)]()):i[n(400)](r,n(392))?(o=i[n(399)](n(392))[n(385)](),a=i[n(403)]||""):i[n(400)](r,n(401))?(o=i[n(399)](n(395))[n(385)](),a=i[n(384)]||""):(o=i[n(399)](n(401))[n(385)](),a=String(i[n(401)])),{startDate:o,localizedPeriodName:a}}!function(t){const e=us,n=t();for(;;)try{if(459646===-parseInt(e(389))/1+-parseInt(e(383))/2*(-parseInt(e(390))/3)+parseInt(e(394))/4+-parseInt(e(402))/5*(parseInt(e(397))/6)+parseInt(e(391))/7+parseInt(e(398))/8*(-parseInt(e(387))/9)+parseInt(e(393))/10*(parseInt(e(388))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ls);var ds=n(45),fs={attributes:{"data-cke":!0}};fs.setAttributes=zi(),fs.insert=Pi().bind(null,"head"),fs.domAPI=Ci(),fs.insertStyleElement=Ui();Vi()(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-=185]})(t,e)}function ps(){const t=["span","3RZFgvg","select","_revisionActions","addRevision","277nixQyH","div","revisionViews","115QodFnF","24470892oPxekC","removeRevision","add","3994430nhETaY","_requireRevisionName","ck-revision-history-sidebar__time-period__label","6211912GHIXGW","createCollection","setName","uiLanguage","530zYXvYL","find","7ezVgDK","9234iIifGh","4986OwzKLz","localizedPeriodName","12261464IfNqWO","setTemplate","locale","ck-revision-history-sidebar__time-period__revisions","ck-revision-history-sidebar__time-period","233538OkLrWg","remove","delegate","startDate"];return(ps=function(){return t})()}!function(t){const e=ms,n=t();for(;;)try{if(782498===parseInt(e(201))/1*(-parseInt(e(185))/2)+-parseInt(e(197))/3*(-parseInt(e(211))/4)+parseInt(e(204))/5*(-parseInt(e(192))/6)+-parseInt(e(217))/7*(parseInt(e(187))/8)+parseInt(e(218))/9*(-parseInt(e(215))/10)+parseInt(e(208))/11+parseInt(e(205))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ps);class ys extends Ni.View{constructor(t,e,n,i){const r=ms;super(t);const s=hs(e,this[r(189)][r(214)])[r(186)];this[r(195)]=e,this[r(203)]=this[r(212)](),this[r(199)]=n,this[r(209)]=i,this[r(203)][r(194)](r(198)).to(this),this[r(203)][r(194)](r(213)).to(this),this[r(188)]({tag:r(202),attributes:{class:["ck",r(191)]},children:[{tag:r(196),attributes:{class:["ck",r(210)]},children:[{text:s}]},{tag:r(202),attributes:{class:["ck",r(190)]},children:this[r(203)]}]})}[vs(200)](t){const e=vs,n=new as(this[e(189)],t,this[e(199)],this[e(209)]);this[e(203)][e(207)](n)}[vs(206)](t){const e=vs,n=this[e(203)][e(216)]((e=>e.id===t.id));this[e(203)][e(193)](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();Vi()(gs.A,ks);gs.A&&gs.A.locals&&gs.A.locals;function bs(){const t=["6ZWcpSQ","5GddyBE","span","258204vzxirt","Revision history","5783912TICzHw","12425067xqVTXM","58432MteHOd","ck-reset_all","setTemplate","5312209KAcoan","content","ck-revision-history-sidebar__header__label","1878406zlwGCY","2358204ohNAoG","ck-revision-history-sidebar__header","history","div"];return(bs=function(){return t})()}function _s(t,e){const n=bs();return(_s=function(t,e){return n[t-=212]})(t,e)}!function(t){const e=_s,n=t();for(;;)try{if(478601===-parseInt(e(229))/1+parseInt(e(217))/2+parseInt(e(225))/3+-parseInt(e(218))/4*(parseInt(e(223))/5)+-parseInt(e(222))/6*(-parseInt(e(214))/7)+parseInt(e(227))/8+-parseInt(e(228))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(bs);class ws extends Ni.View{constructor(t){const e=_s;super(t);const n=new Ni.IconView;n[e(215)]=Yn.icons[e(220)],this[e(213)]({tag:e(221),attributes:{class:["ck",e(212),e(219)]},children:[n,{tag:e(224),attributes:{class:["ck",e(216)]},children:[$n(t,e(226))]}]})}}var Is=n(722),Os={attributes:{"data-cke":!0}};Os.setAttributes=zi(),Os.insert=Pi().bind(null,"head"),Os.domAPI=Ci(),Os.insertStyleElement=Ui();Vi()(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-=318]})(t,e)}function As(){const t=["select","_getTimePeriodViewByStartDate","ck-disabled","ck-reset","5HUyWaF","_requireRevisionName","render","find","324SigPSZ","isEnabled","removeRevision","revisionViews","4339916dzNZLi","2561400nPKxhr","528LyoPbq","ck-revision-history-sidebar","locale","some","46CcPhPb","timePeriodViews","selectRevision","flat","_revisionActions","map","11QjhrRI","startDate","highlight","highlightRevisions","setName","uiLanguage","deselect","revisionSelected","ck-rounded-corners","ck-revision-history-sidebar__timeline","27889qWnonb","_addRevision","_revisions","get","_removeRevision","2300574baBAnh","fire","bindTemplate","createdAt","div","addRevision","revisionSetName","unhighlight","4520kULGsX","set","remove","add","getTime","delegate","setTemplate","5976djdMnM","createCollection","9120072TUfAxm"];return(As=function(){return t})()}!function(t){const e=Ts,n=t();for(;;)try{if(392245===-parseInt(e(359))/1*(-parseInt(e(343))/2)+-parseInt(e(333))/3*(-parseInt(e(339))/4)+-parseInt(e(329))/5*(parseInt(e(364))/6)+-parseInt(e(337))/7+-parseInt(e(338))/8+parseInt(e(322))/9*(parseInt(e(372))/10)+parseInt(e(349))/11*(parseInt(e(324))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(As);class xs extends Ni.View{constructor(t,e,n,i){const r=Ts;super(t);const s=this[r(366)];this[r(344)]=this[r(323)](),this[r(344)][r(320)](r(325)).to(this),this[r(344)][r(320)](r(353)).to(this),this[r(361)]=e,this[r(347)]=n,this[r(330)]=i,this.on(r(325),((t,e)=>{const n=r;this[n(365)](n(356),e)})),this.on(r(353),((t,e)=>{const n=r;this[n(365)](n(370),e)})),this[r(373)](r(334),!1),this[r(321)]({tag:r(368),attributes:{class:["ck",r(328),r(357),r(340)]},children:[new ws(t),{tag:r(368),attributes:{class:["ck",r(358),s.if(r(334),r(327),(t=>!t))]},children:this[r(344)]}]})}[Ss(331)](){const t=Ss;super[t(331)]();for(const e of this[t(361)])this[t(360)](e);this[t(361)].on(t(318),((e,n)=>{this[t(360)](n)})),this[t(361)].on(t(374),((e,n)=>{this[t(363)](n)}))}get[Ss(336)](){const t=Ss;return this[t(344)][t(348)]((e=>e[t(336)][t(348)]((t=>t))))[t(346)]()}[Ss(345)](t){const e=Ss;for(const n of this[e(336)])t&&t.id===n.id?n[e(325)]():n[e(355)]()}[Ss(352)](t){const e=Ss;for(const n of this[e(336)])t[e(342)]((({id:t})=>t===n.id))?n[e(351)]():n[e(371)]()}[Ss(360)](t){const e=Ss,n=hs(t[e(367)],this[e(341)][e(354)])[e(350)];let i=this[e(344)][e(362)](0);i&&i[e(350)][e(319)]()===n[e(319)]()||(i=new ys(this[e(341)],n,this[e(347)],this[e(330)]),this[e(344)][e(318)](i)),i[e(369)](t)}[Ss(363)](t){const e=Ss,n=hs(t[e(367)],this[e(341)][e(354)])[e(350)];this[e(326)](n)[e(335)](t)}[Ss(326)](t){const e=Ss;return this[e(344)][e(332)]((n=>n[e(350)][e(319)]()===t[e(319)]()))}}const Rs=Ms;function Ms(t,e){const n=Ns();return(Ms=function(t,e){return n[t-=409]})(t,e)}!function(t){const e=Ms,n=t();for(;;)try{if(643703===-parseInt(e(487))/1*(-parseInt(e(432))/2)+-parseInt(e(455))/3+-parseInt(e(470))/4*(parseInt(e(436))/5)+-parseInt(e(465))/6*(parseInt(e(468))/7)+-parseInt(e(492))/8*(parseInt(e(428))/9)+parseInt(e(416))/10+parseInt(e(444))/11*(parseInt(e(483))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ns);class Es extends Yn.Plugin{static get[Rs(424)](){return Rs(466)}static get[Rs(419)](){return!0}static get[Rs(461)](){return!0}static get[Rs(447)](){return[kr]}constructor(t){const e=Rs;super(t),this[e(449)]=t[e(477)][e(442)](kr),this[e(471)]=this[e(449)][e(426)],this[e(430)]=null}[Rs(462)](){const t=Rs,e=this[t(471)][t(467)],n=this[t(481)](),i=this[t(417)][t(484)][t(442)](t(450));this[t(430)]=new xs(this[t(417)][t(458)],e,n,this[t(417)][t(484)][t(442)](t(441))),this[t(430)].on(t(489),this[t(414)][t(480)](this)),this[t(430)].on(t(431),this[t(412)][t(480)](this)),this[t(430)][t(480)](t(435)).to(this[t(449)]),this[t(430)][t(486)].on(t(490),((e,n)=>{const i=t;n[i(491)].on(i(490),((t,e)=>{const n=i;e[n(480)](n(435),n(418)).to(this[n(449)])}))})),this[t(430)][t(420)](),this[t(469)](this[t(417)][t(464)],t(456),this[t(421)][t(480)](this)),this[t(469)](this[t(449)],t(476),this[t(493)][t(480)](this)),i[t(438)](this[t(430)][t(478)])}[Rs(445)](){const t=Rs;this[t(430)][t(478)][t(429)](),this[t(430)][t(445)]()}[Rs(421)](){const t=Rs,e=this[t(471)][t(460)](0);if(e){const n=this[t(471)][t(472)](e.id);this[t(449)][t(440)](e,n)}}[Rs(414)](t,e){const n=Rs,i=this[n(471)][n(460)](e.id),r=this[n(471)][n(472)](i.id);this[n(449)][n(440)](i,r)}[Rs(412)](t,e){const n=Rs;this[n(471)][n(460)](e.id)[n(422)](e[n(434)])}[Rs(493)](t,e,n){const i=Rs,r=this[i(471)][i(439)](n);r[i(463)]>2?(this[i(430)][i(410)](r),this[i(430)][i(415)](null)):(this[i(430)][i(410)]([]),this[i(430)][i(415)](r[0]))}[Rs(481)](){const t=Rs,e=this[t(417)],n=Es[t(457)],i=e[t(484)][t(442)](t(443))||Es[t(454)];if(i[t(463)])return i[t(451)]((i=>{const r=t,s=r(409)==typeof i?Object[r(413)]({},n[i]):i;return s[r(433)]=s[r(433)][r(480)](this,e),s[r(453)]&&(s[r(453)]=s[r(453)][r(480)](this,e)),s}))}}function Ns(){const t=["action","name","isEnabled","920ldmigR","isSelected","appendChild","getRevisionsInDiff","compare","revisionHistory.requireRevisionName","get","revisionHistory.revisionActions","22RAAlqG","destroy","compareAgainstSelected","requires","Name this revision","_revisionViewer","revisionHistory.viewerSidebarContainer","map","select","isVisible","defaultRevisionActions","3371553wmasRB","ready","availableRevisionActions","locale","Restore this revision","getRevision","isPremiumPlugin","init","length","data","164748mduPTk","RevisionsSidebar","_revisions","70vykoUk","listenTo","24620kUrZEk","_revisionsRepository","getEarlierVisibleRevision","nameRevision","restoreRevision","diff","change:diff","plugins","element","revisionHistory","bind","_createRevisionActions","newRevisionId","16939896mTUWWn","config","fieldView","timePeriodViews","236597YIUQAD","Compare against selected","revisionSelected","add","revisionViews","86640JYQZHj","_handleDiffChange","string","highlightRevisions","getIndex","_handleRevisionSetName","assign","_handleRevisionSelected","selectRevision","10569510TaqnUY","editor","isReady","isOfficialPlugin","render","_handleEditorDataReady","setName","getLaterVisibleRevision","pluginName","restoreRevisionCallback","repository","focus","783OWiBjQ","remove","_sidebarView","revisionSetName","2tfRhSC"];return(Ns=function(){return t})()}Es[Rs(454)]=[Rs(446),Rs(474),Rs(473)],Es[Rs(457)]={compareAgainstSelected:{name:Rs(488),action:({plugins:t},e)=>{const n=Rs,i=t[n(442)](kr),r=i[n(426)];let s=i[n(475)][n(482)],o=e.id;r[n(411)](s)>r[n(411)](o)&&([s,o]=[o,s]),i[n(440)](s,o)},isVisible:({plugins:t},e)=>{const n=Rs,i=t[n(442)](kr);return!(i[n(426)][n(439)](i[n(475)])[n(463)]>2||e[n(437)])}},restoreRevision:{name:Rs(459),action:(t,{id:e})=>{const n=Rs;t[n(484)][n(442)](n(479))[n(425)](e)},isVisible:({plugins:t},e)=>!!t[Rs(442)](kr)[Rs(426)][Rs(423)](e.id)},nameRevision:{name:Rs(448),action:({plugins:t},{id:e,revisionNameView:n})=>{const i=Rs,r=t[i(442)](kr),s=r[i(426)][i(472)](e);r[i(440)](e,s),n[i(427)](),n[i(485)][i(452)]()}}};const js=Es;function Vs(){const t=["3yGPDux","2030AqYYVH","restore","document","detachDomRoot","viewportTopOffset","1083254XXOFZY","render","replace","toolbar","isFocused","editing","focusTracker","attachDomRoot","1564VIYgbl","get","bind","name","94038tPXzte","init","429315aJJXEd","componentFactory","fillFromConfig","viewportOffset","config","4842342bmzDgp","_initToolbar","rootName","editable","_elementReplacer","addToolbar","setEditableElement","ready","destroy","4190742EzOniS","stickyPanel","element","_toolbarConfig","editor","isActive","1003470CwNoLx","fire","464cSDXDJ","_view","view","getRoot","limiterElement"];return(Vs=function(){return t})()}function Ds(t,e){const n=Vs();return(Ds=function(t,e){return n[t-=227]})(t,e)}const Cs=Ds;!function(t){const e=Ds,n=t();for(;;)try{if(439610===parseInt(e(263))/1+parseInt(e(249))/2*(-parseInt(e(243))/3)+-parseInt(e(257))/4*(-parseInt(e(244))/5)+parseInt(e(268))/6+parseInt(e(261))/7*(-parseInt(e(238))/8)+parseInt(e(230))/9+-parseInt(e(236))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Vs);class Ls extends Ni.EditorUI{get[Cs(240)](){return this[Cs(239)]}constructor(e,n){const i=Cs;super(e),this[i(239)]=n,this[i(233)]=(0,Ni.normalizeToolbarConfig)(e[i(267)][i(258)](i(252))),this[i(272)]=new t.ElementReplacer}get[Cs(232)](){const t=Cs;return this[t(240)][t(232)]}[Cs(262)](t){const e=Cs,n=this[e(234)],i=this[e(240)],r=n[e(254)][e(240)],s=i[e(271)],o=r[e(246)][e(241)]();s[e(260)]=o[e(270)],i[e(250)]();const a=s[e(232)];this[e(227)](s[e(260)],a),i[e(271)][e(259)](e(253)).to(this[e(255)]),r[e(256)](a),this[e(272)][e(251)](t,this[e(232)]),this[e(269)](),this[e(237)](e(228))}[Cs(229)](){const t=Cs;super[t(229)]();const e=this[t(240)],n=this[t(234)][t(254)][t(240)];this[t(272)][t(245)](),n[t(247)](e[t(271)][t(260)]),e[t(229)]()}[Cs(269)](){const t=Cs,e=this[t(240)];e[t(231)][t(259)](t(235)).to(this[t(255)],t(253)),e[t(231)][t(242)]=e[t(232)],e[t(231)][t(259)](t(248)).to(this,t(266),(({top:t})=>t)),e[t(252)][t(265)](this[t(233)],this[t(264)]),this[t(273)](e[t(252)])}}var Ps=n(161),Fs={attributes:{"data-cke":!0}};Fs.setAttributes=zi(),Fs.insert=Pi().bind(null,"head"),Fs.domAPI=Ci(),Fs.insertStyleElement=Ui();Vi()(Ps.A,Fs);Ps.A&&Ps.A.locals&&Ps.A.locals;function zs(){var t=["121333pyjUWN","stickyPanel","3XqdjgU","15492otMsaZ","render","11ALrmDa","add","content","3304RPwbCF","2348030CYAuyt","toolbar","top","9hpsPlo","89258Reynjf","main","1536ObMUNm","shouldToolbarGroupWhenFull","2CdKBAP","_editable","4710512ORwXKL","editable","5759640ojoQpV","2655096AnpHyr"];return(zs=function(){return t})()}function Hs(t,e){var n=zs();return(Hs=function(t,e){return n[t-=179]})(t,e)}var Us=Hs;!function(t){for(var e=Hs,n=t();;)try{if(677361===parseInt(e(186))/1*(-parseInt(e(180))/2)+parseInt(e(188))/3*(parseInt(e(182))/4)+parseInt(e(184))/5+-parseInt(e(189))/6*(parseInt(e(194))/7)+parseInt(e(185))/8*(parseInt(e(198))/9)+parseInt(e(195))/10*(parseInt(e(191))/11)+parseInt(e(201))/12*(-parseInt(e(199))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(zs);class Zs extends Ni.BoxedEditorUIView{get[Us(183)](){return this[Us(181)]}constructor(t,e,n={}){var i=Us;super(t),this[i(187)]=new Ni.StickyPanelView(t),this[i(196)]=new Ni.ToolbarView(t,{shouldGroupWhenFull:n[i(179)]}),this[i(181)]=new Ni.InlineEditableUIView(t,e)}[Us(190)](){var t=Us;super[t(190)](),this[t(187)][t(193)][t(192)](this[t(196)]),this[t(197)][t(192)](this[t(187)]),this[t(200)][t(192)](this[t(183)])}}function qs(t,e){const n=Bs();return(qs=function(t,e){return n[t-=231]})(t,e)}function Bs(){const t=["data","create","_ui","editing","locale","document","initPlugins","updateSourceElement","destroy","model","sourceElement","createRoot","ready","6783kgzkBe","initialData","904AASFYb","90JTSjNi","480dMSbFt","2907dmSHxi","2639305CBAWgn","307439sRGNMy","config","38479wYyTEG","view","get","init","6568oAzXoR","447847AjcjHH","fire","2jXagzk","9161892FedpEW"];return(Bs=function(){return t})()}const Ys=qs;!function(t){const e=qs,n=t();for(;;)try{if(271729===-parseInt(e(234))/1*(-parseInt(e(236))/2)+parseInt(e(251))/3*(-parseInt(e(253))/4)+parseInt(e(257))/5+parseInt(e(255))/6*(-parseInt(e(260))/7)+parseInt(e(233))/8*(-parseInt(e(256))/9)+parseInt(e(254))/10*(-parseInt(e(258))/11)+parseInt(e(237))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Bs);class Ws extends((0,Yn.ElementApiMixin)(Yn.Editor)){get ui(){return this[qs(240)]}constructor(t,e){const n=qs;super(e),this[n(248)]=t,this[n(247)][n(243)][n(249)]();const i=new Zs(this[n(242)],this[n(241)][n(261)],{shouldToolbarGroupWhenFull:!0});this[n(240)]=new Ls(this,i)}[Ys(246)](){const t=Ys;return this[t(245)](),this.ui[t(246)](),super[t(246)]()}static async[Ys(239)](t,e){const n=Ys,i=new this(t,e);return await i[n(244)](),await i.ui[n(232)](t),await i[n(238)][n(232)](i[n(259)][n(231)](n(252))||""),i[n(235)](n(250)),i}}const Js=Xs;function Gs(){const t=["error","removeSelectionAttribute","5334ZOJDXK","saveRevision","1078324YqIyvB","9ceWGoI","plugins","lazyRoots","Autosave","revisionHistory.requireRevisionName","repository","editor","enableReadOnlyMode","RevisionViewer","refreshVisibility","_viewerEditor","toLocaleDateString","detachRoot","pluginName","name","none","revisionHistory","10mtozgX","bind","refreshPositioning","disableReadOnlyMode","isReady","revisionHistory.viewerContainer","model","isReadOnly","addRevisionData","define","rootName","155368sroFHi","result","$graveyard","isEnabled","showRevisionViewerCallback","setAttribute","commands","_enhanceCloseRevisionViewerCallback","getRevisionData","adapter","update","uiLanguage","_update","getAttributeKeys","roots","_getRevisionViewerEditorConfig","join","block","remove","data","hide","revisionHistory.closeRevisionViewerCallback","creator","_closeRevisionViewer","users","fromVersion","init","Restored","create","includes","PaginationLookup","60ntHrfS","_enhanceShowRevisionViewerCallback","createdAt","revisionHistory.showRevisionViewerCallback","isOfficialPlugin","toolbar","removeMarker","getRevision","setSelection","insert","indexOf","keys","Users","_showRevisionViewer","closeRevisionViewerCallback","set","long","_cleanUp","RevisionViewerIntegration","toVersion","destroy","get","getRevisionRootsAttributes","getUser","addRoot","change","_restoreRevision","getRevisions","has","toJSON","isAnonymous","then","RevisionHistory","RevisionTracker","fromCharCode","RestrictedEditingMode","_recalculatePageBreaks","display","enqueueChange","createRangeIn","document","84ELccaH","getMarkersGroup","style","6306wIdVfG","requires","push","save","parse","RevisionsRepository","4638413QyICbk","11YgZmMY","catch","removeAttribute","addUser","end","exitToEditing","584430pgAQPG","getRoot","config","971032spMMFx","revision-history-viewer-opened","Annotations","isOpen","restrictedEditingException","restoreRevision","revisionHistory.editorContainer","map","Dialog","translations","toLocaleTimeString","revision-history-missing-configuration","markers","from","revisionHistory.restoreRevisionCallback","RevisionHistoryUI","2064384EcUfOV","isPremiumPlugin","numeric","locale","selection","changesNavigation","revisionHistory.viewerEditorElement","isAttached"];return(Gs=function(){return t})()}!function(t){const e=Xs,n=t();for(;;)try{if(793786===parseInt(e(201))/1*(-parseInt(e(267))/2)+parseInt(e(226))/3+parseInt(e(238))/4*(-parseInt(e(256))/5)+-parseInt(e(194))/6*(parseInt(e(236))/7)+-parseInt(e(210))/8*(-parseInt(e(239))/9)+-parseInt(e(150))/10*(parseInt(e(207))/11)+-parseInt(e(191))/12*(-parseInt(e(200))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Gs);const Ks=[Js(225),Js(185)];function Xs(t,e){const n=Gs();return(Xs=function(t,e){return n[t-=125]})(t,e)}class Qs extends Yn.Plugin{static get[Js(252)](){return Js(168)}static get[Js(154)](){return!0}static get[Js(227)](){return!0}constructor(t){const e=Js;function n(t){const e=Xs;return t[e(217)]((t=>String[e(184)](t)))[e(135)]("")}super(t),this[e(268)]=e(205),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[Js(252)](){return Js(182)}static get[Js(154)](){return!0}static get[Js(227)](){return!0}static get[Js(195)](){return[Si,tr]}constructor(e){const n=Js;if(super(e),!this[n(245)][n(209)][n(171)](n(255)))throw new t.CKEditorError(n(221),this);this[n(249)]=null,this[n(245)][n(209)][n(265)](n(153),(t=>this[n(163)]({...t,translations:this[n(245)][n(229)][n(219)]}))),this[n(245)][n(209)][n(265)](n(140),(t=>this[n(142)](t))),this[n(245)][n(209)][n(265)](n(224),(t=>this[n(176)](t))),this[n(245)][n(209)][n(265)](n(243),!1),this[n(151)](),this[n(126)]()}set[Js(128)](t){const e=Js;this[e(245)][e(240)][e(171)](e(183))[e(128)]=t}get[Js(128)](){const t=Js;return this[t(245)][t(240)][t(171)](t(183))[t(128)]}[Js(264)](t){const e=Js;return this[e(245)][e(240)][e(171)](e(183))[e(264)](t)}[Js(157)](t){const e=Js;return this[e(245)][e(240)][e(171)](e(199))[e(157)](t)}[Js(177)](t){const e=Js;return this[e(245)][e(240)][e(171)](e(199))[e(177)](t||{toJSON:!1})}[Js(134)](){const e=Js,n=this[e(245)],i=(0,Wn.sanitizeEditorConfig)(n,Ks),r=n[e(240)][e(171)](e(183)),s=n[e(240)][e(171)](e(162))[e(143)];return i[e(155)]=[e(206),e(215),e(231)],delete i[e(241)],i[e(240)][e(196)](Qs,kr,Pr,class extends Yn.Plugin{static get[e(195)](){return[kr,e(162)]}[e(145)](){const i=e,o=this[i(245)][i(240)][i(171)](i(162));for(const t of s)t[i(180)]||o[i(173)](t.id)||o[i(204)](t);const a=r[i(244)][i(177)]();let c=null;const u=this[i(245)][i(240)][i(171)](i(247));u[i(128)]=r[i(128)],u[i(257)](i(270)).to(r),this[i(245)][i(125)][i(171)](i(215))[i(257)](i(270)).to(n,i(263),(t=>!t));for(const e of a){const n=null===e[i(141)];if(n&&e[i(169)]===e[i(144)])continue;const s=e[i(179)]();u[i(264)](s,((s,o,a)=>{const u=i;if(n){if(c)c[u(131)](s,o);else if(!o){const e=a[u(179)]();e.id=(0,t.uid)(),r[u(237)](e,a[u(169)])[u(181)]((t=>{c=t}))}}else e[u(131)](s,o)}))}}},js),i}[Js(151)](){const t=Js,e=this[t(245)][t(209)][t(171)](t(255))[t(271)];this[t(245)][t(209)][t(165)](t(153),(async()=>{const n=t;this[n(245)][n(246)](n(211));const i=this[n(245)][n(240)][n(171)](n(183));if(this[n(245)][n(240)][n(178)](n(242))){const t=this[n(245)][n(240)][n(171)](n(242));await t[n(197)]()}else await i[n(129)]();if(this[n(245)][n(240)][n(178)](n(149))&&this[n(245)][n(240)][n(171)](n(149))[n(186)](),this[n(245)][n(240)][n(178)](n(218))){const t=this[n(245)][n(240)][n(171)](n(218));t[n(213)]&&t[n(139)]()}const r=this[n(134)]();return e(r)[n(181)]((t=>{const e=n;return this[e(249)]=t,this[e(245)][e(240)][e(178)](e(212))&&this[e(245)][e(240)][e(171)](e(212))[e(248)](),t}))[n(202)]((t=>(console[n(234)](t),this[n(245)][n(259)](n(211)),null)))}))}[Js(126)](){const t=Js,e=this[t(245)][t(209)][t(171)](t(255))[t(164)];this[t(245)][t(209)][t(165)](t(140),(()=>(this[t(245)][t(240)][t(178)](t(149))&&this[t(245)][t(240)][t(171)](t(149))[t(186)](),this[t(249)][t(240)][t(171)](t(247))[t(167)](),e(this[t(249)])[t(181)]((()=>{const e=t;if(this[e(245)][e(259)](e(211)),this[e(249)]=null,this[e(245)][e(240)][e(178)](e(212))){const t=this[e(245)][e(240)][e(171)](e(212));t[e(248)](),t[e(258)]()}})))))}[Js(163)](t){const e=Js,n=this[e(245)][e(209)][e(171)](e(216)),i=this[e(245)][e(209)][e(171)](e(261)),r=this[e(245)][e(209)][e(171)](e(232));return Ws[e(147)](r,t)[e(181)]((t=>(i[e(193)][e(187)]=e(136),n[e(193)][e(187)]=e(254),t)))}[Js(142)](t){const e=Js,n=this[e(245)][e(209)][e(171)](e(216));return this[e(245)][e(209)][e(171)](e(261))[e(193)][e(187)]=e(254),n[e(193)][e(187)]="",t[e(170)]()}async[Js(176)](t){const e=Js,n=this[e(245)],i=this[e(249)][e(240)][e(171)](e(247)),r=n[e(240)][e(171)](e(183)),s=i[e(244)][e(157)](t);let o,a,c;try{o=await i[e(127)](s),a=await i[e(172)](s)}catch(t){return void console[e(234)](t)}n[e(262)][e(175)]((t=>{const i=e;for(const e of Array[i(223)](n[i(262)][i(222)][i(192)](i(214))))t[i(156)](e)})),i[e(260)]=!1,n[e(262)][e(188)]((t=>{const i=e;t[i(158)](null),t[i(235)](n[i(262)][i(190)][i(230)][i(132)]());const r=Object[i(161)](o);for(const e of n[i(262)][i(190)][i(133)])i(269)!=e[i(266)]&&e[i(233)]()&&!r[i(148)](e[i(266)])&&t[i(251)](e);for(const e of r){let r=n[i(262)][i(190)][i(208)](e);r&&r[i(233)]()||(r=t[i(174)](e));const s=a[e],c=Object[i(161)](s),u=o[e];for(const e of r[i(132)]())c[i(148)](e)||t[i(203)](e,r);for(const n of c)t[i(272)](n,a[e][n],r);t[i(137)](t[i(189)](r)),t[i(159)](n[i(138)][i(198)](u,r),r,0)}}));const u=$n(n[e(229)],e(146));return c=s[e(253)]?-1==s[e(253)][e(160)](u)?u+": "+s[e(253)]:s[e(253)]:u+": "+s[e(152)][e(250)](n[e(229)][e(130)],{month:e(166),day:e(228)})+", "+s[e(152)][e(220)](n[e(229)][e(130)],{hour:e(228),minute:e(228)}),await r[e(237)]({name:c}),i[e(260)]=!0,n[e(209)][e(171)](e(255))[e(164)]()}}function to(){var t=["224932lHWtSx","684900HsxlhQ","375BACVIZ","36760PRlIBx","1070142iBwqZa","594741nwLJot","11119096UFxDqO","1055919MnOhOr"];return(to=function(){return t})()}function eo(t,e){var n=to();return(eo=function(t,e){return n[t-=132]})(t,e)}!function(t){for(var e=eo,n=t();;)try{if(355308===parseInt(e(132))/1+parseInt(e(139))/2+parseInt(e(138))/3+-parseInt(e(134))/4*(-parseInt(e(133))/5)+-parseInt(e(135))/6+parseInt(e(136))/7+-parseInt(e(137))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(to)})(),(window.CKEditor5=window.CKEditor5||{}).revisionHistory=i})();
|