@ckeditor/ckeditor5-revision-history 0.0.0-nightly-20240411.0 → 0.0.0-nightly-20240412.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/build/revision-history.js +1 -1
  2. package/package.json +5 -5
  3. package/src/changeitem.js +1 -1
  4. package/src/editor/revisionviewereditor.js +1 -1
  5. package/src/editor/revisionviewereditorui.js +1 -1
  6. package/src/editor/revisionviewereditoruiview.js +1 -1
  7. package/src/index.js +1 -1
  8. package/src/revision.js +1 -1
  9. package/src/revisiondiff.js +1 -1
  10. package/src/revisionhistory.js +1 -1
  11. package/src/revisionsrepository.js +1 -1
  12. package/src/revisiontracker.js +1 -1
  13. package/src/revisionviewer.js +1 -1
  14. package/src/ui/revision/createrevisionactionsdropdown.js +1 -1
  15. package/src/ui/revision/revisionauthorview.js +1 -1
  16. package/src/ui/revision/revisionnameview.js +1 -1
  17. package/src/ui/revision/revisionview.js +1 -1
  18. package/src/ui/revision/subrevisioncollapserview.js +1 -1
  19. package/src/ui/revision/subrevisionview.js +1 -1
  20. package/src/ui/revision/utils.js +1 -1
  21. package/src/ui/revisionhistory/revisionhistorysaverevisionformview.js +1 -1
  22. package/src/ui/revisionhistory/revisionhistoryui.js +1 -1
  23. package/src/ui/revisionssidebar/revisionssidebar.js +1 -1
  24. package/src/ui/revisionssidebar/revisionssidebarheaderview.js +1 -1
  25. package/src/ui/revisionssidebar/revisionssidebartimeperiodview.js +1 -1
  26. package/src/ui/revisionssidebar/revisionssidebarview.js +1 -1
  27. package/src/ui/revisionssidebar/utils.js +1 -1
  28. package/src/ui/revisionviewer/changedetailsview.js +1 -1
  29. package/src/ui/revisionviewer/changesnavigationview.js +1 -1
  30. package/src/ui/revisionviewer/revisionviewerloadingoverlay.js +1 -1
  31. package/src/ui/revisionviewer/revisionviewerui.js +1 -1
  32. package/src/utils/common-translations.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:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-revision-history-ui.ck-revision-history-ui__changes-navigation{align-items:center;display:flex;margin-left:auto}.ck.ck-revision-history-ui.ck-revision-history-ui__changes-navigation .ck-revision-history-ui__changes-navigation__wrapper{display:flex;margin-right:var(--ck-spacing-standard)}.ck.ck-revision-history-ui.ck-revision-history-ui__changes-navigation .ck-revision-history-ui__changes-navigation__label{font-weight:700;white-space:pre}.ck.ck-revision-history-ui.ck-revision-history-ui__changes-navigation .ck-revision-history-ui__changes-navigation__navigation{margin-left:var(--ck-spacing-small)}",""]);const s=r},216:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck{--ck-revision-history-revision-background-color:var(--ck-color-base-background);--ck-revision-history-revision-border-color:#47576b;--ck-revision-history-revision-box-shadow:0 1px 1px 1px #e6e6e6;--ck-revision-history-revision-author-icon-offset:20px;--ck-revision-history-revision-transitions:background 100ms ease-in,border 100ms ease-in;--ck-revision-history-revision-selected-text-color:var(--ck-color-base-background);--ck-revision-history-revision-selected-input-text-color-empty:var(--ck-color-base-background);--ck-revision-history-revision-selected-background-color:var(--ck-color-base-active);--ck-revision-history-revision-highlighted-background-color:#e0f1ff;--ck-revision-history-revision-highlighted-background-color-hover:#cce7ff;--ck-revision-history-revision-delete-confirmation-background:#fcc;--ck-revision-history-revision-delete-confirmation-active-button-background:#ffb3b3}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision{background:var(--ck-revision-history-revision-background-color);border-left:3px solid var(--ck-revision-history-revision-border-color);border-radius:var(--ck-border-radius);box-shadow:var(--ck-revision-history-revision-box-shadow);display:block;padding:var(--ck-spacing-large) calc(var(--ck-spacing-standard)*2);position:relative;transition:transform .3s ease;width:100%}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision:last-child{margin-bottom:0}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__date{display:block;font-size:var(--ck-font-size-small);font-weight:700;opacity:.8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__controls-wrapper{align-items:flex-start;display:flex;flex-direction:row;margin:var(--ck-spacing-standard) 0 0}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision-authors{flex:0 1 auto;margin:0 0 0 var(--ck-revision-history-revision-author-icon-offset);min-width:0;padding:0}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_highlighted,.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected{border-bottom-left-radius:0;border-left-color:transparent;border-top-left-radius:0;transform:translateX(calc(var(--ck-revision-history-sidebar-timeline-padding)*-1))}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected{background:var(--ck-revision-history-revision-selected-background-color);color:var(--ck-revision-history-revision-selected-text-color)}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision-name .ck-input{color:var(--ck-revision-history-revision-selected-text-color)}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision-name .ck-input.ck-input-text_empty::placeholder{opacity:.7}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_highlighted{background:var(--ck-revision-history-revision-highlighted-background-color)}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__actions_dropdown_open{z-index:var(--ck-z-default)}.ck.ck-revision-history-sidebar__revision-wrapper.ck-revision-history-sidebar__revision-wrapper_confirmation_visible .ck-revision-history-sidebar__revision{box-shadow:none;position:relative;transform:translate3d(-100%,0,0)}.ck.ck-revision-history-sidebar__revision-wrapper.ck-revision-history-sidebar__revision-wrapper_confirmation_visible .ck-revision-history-sidebar__revision,.ck.ck-revision-history-sidebar__revision-wrapper.ck-revision-history-sidebar__revision-wrapper_confirmation_visible .ck-revision-history-sidebar__revision *{--ck-revision-history-revision-background-color:transparent;--ck-revision-history-revision-selected-background-color:transparent;--ck-revision-history-revision-highlighted-background-color:transparent}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm{align-items:center;background:var(--ck-revision-history-revision-delete-confirmation-background);border-radius:var(--ck-border-radius);box-shadow:var(--ck-revision-history-revision-box-shadow);display:flex;flex-direction:row;height:100%;justify-content:space-around;left:100%;position:absolute;top:0;user-select:none;width:100%}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner{margin-top:var(--ck-spacing-small);text-align:center}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner p{color:var(--ck-color-text);font-weight:700;margin:0}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner .ck-thread__remove-confirm-actions{display:flex;flex-direction:row;justify-content:space-evenly}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner .ck-thread__remove-confirm-actions .ck.ck-button:active,.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner .ck-thread__remove-confirm-actions .ck.ck-button:focus,.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner .ck-thread__remove-confirm-actions .ck.ck-button:hover{background:var(--ck-revision-history-revision-delete-confirmation-active-button-background)}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner .ck-thread__remove-confirm-actions .ck.ck-button.ck-thread__remove-confirm-submit{color:var(--ck-color-button-save)}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner .ck-thread__remove-confirm-actions .ck.ck-button.ck-thread__remove-confirm-cancel{color:var(--ck-color-button-cancel)}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__subrevisions{margin-left:var(--ck-spacing-large)}",""]);const s=r},11:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__actions{display:none;position:absolute;right:var(--ck-spacing-small);top:var(--ck-spacing-small)}.ck.ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__actions .ck-dropdown__button{min-height:unset;min-width:unset}.ck.ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__actions .ck-dropdown__button .ck-button__icon{transform:scale(.7)}.ck.ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__actions .ck-dropdown__arrow{display:none}.ck.ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__actions .ck-list__item__danger{color:var(--ck-color-button-cancel)}.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision__actions .ck-dropdown__button{color:var(--ck-color-base-background)}.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision__actions .ck-dropdown__button.ck-on,.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision__actions .ck-dropdown__button:hover{background:var(--ck-color-base-active-focus)}.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision__actions .ck-dropdown__button.ck-on:hover,.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision__actions .ck-dropdown__button:hover:hover{filter:brightness(95%)}.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_highlighted .ck-revision-history-sidebar__revision__actions .ck-dropdown__button.ck-on,.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_highlighted .ck-revision-history-sidebar__revision__actions .ck-dropdown__button:hover{background:var(--ck-revision-history-revision-highlighted-background-color-hover)}.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_highlighted .ck-revision-history-sidebar__revision__actions .ck-dropdown__button.ck-on:hover,.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_highlighted .ck-revision-history-sidebar__revision__actions .ck-dropdown__button:hover:hover{filter:brightness(95%)}.ck.ck-revision-history-sidebar__revision:hover:not(.ck-disabled) .ck-revision-history-sidebar__revision__actions,.ck.ck-revision-history-sidebar__revision:not(.ck-disabled) .ck-revision-history-sidebar__revision__actions.ck-on{display:block}",""]);const s=r},249:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-revision-history-sidebar__revision-author{display:block;position:relative;transition:var(--ck-revision-history-revision-transitions)}.ck.ck-revision-history-sidebar__revision-author .ck-revision-history-sidebar__revision-author__name{display:block;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.ck.ck-revision-history-sidebar__revision-author .ck-icon{height:10px;left:calc(var(--ck-revision-history-revision-author-icon-offset)*-1);position:absolute;top:3px;width:11px}.ck.ck-revision-history-sidebar__revision-author:not(:first-of-type) .ck-icon{display:none}",""]);const s=r},329:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-revision-history-sidebar__revision-name{display:block;font-size:1.2em;font-weight:700;left:calc(var(--ck-spacing-small)*-1);margin-right:30px;position:relative}.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-label{display:none}.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input{background:transparent;border-radius:var(--ck-border-radius);color:inherit;font-family:inherit;font-size:var(--ck-font-size-normal);font-weight:700;min-height:auto;min-width:auto;padding:var(--ck-spacing-tiny) var(--ck-spacing-small);text-overflow:ellipsis;transition:var(--ck-revision-history-revision-transitions);width:100%}.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input,.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input:focus,.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input[readonly]{background:transparent}.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input:not(.ck-input_focused){border-color:transparent}.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input::placeholder{color:inherit}.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input[readonly]{pointer-events:none}",""]);const s=r},426:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-revision-history-save-revision-form{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;width:400px}.ck.ck-revision-history-save-revision-form .ck-labeled-field-view{width:100%}.ck.ck-revision-history-save-revision-form .ck-label{display:none}.ck.ck-revision-history-save-revision-form .ck-input{width:100%}",""]);const s=r},722:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck{--ck-revision-history-sidebar-period-background:#ff5724;--ck-revision-history-sidebar-timeline-padding:var(--ck-spacing-large)}.ck.ck-revision-history-sidebar{display:flex;flex-direction:column}.ck.ck-revision-history-sidebar .ck-revision-history-sidebar__timeline{align-items:start;display:flex;flex-direction:column;font-size:var(--ck-font-size-base);height:100%;overflow-x:hidden;overflow-y:auto;padding:var(--ck-revision-history-sidebar-timeline-padding)}.ck.ck-revision-history-sidebar .ck-revision-history-sidebar__timeline.ck-disabled{filter:grayscale(1) opacity(var(--ck-disabled-opacity))}",""]);const s=r},173:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-revision-history-sidebar__header{--header-height:calc(var(--ck-ui-component-min-height) + var(--ck-spacing-small)*2 + 1px);align-items:center;border-bottom:1px solid var(--ck-color-toolbar-border);color:inherit;display:flex;flex-direction:row;font-family:inherit;font-weight:700;height:var(--header-height);line-height:var(--header-height);min-height:var(--header-height);overflow:hidden;padding:0 var(--ck-revision-history-sidebar-timeline-padding)}.ck.ck-revision-history-sidebar__header .ck-revision-history-sidebar__header__label{color:inherit;font-family:inherit;font-size:1.2em;font-weight:700}.ck.ck-revision-history-sidebar__header .ck-icon{margin-right:var(--ck-spacing-large)}",""]);const s=r},45:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck{--ck-revision-history-sidebar-revision-vertical-spacing:calc(var(--ck-spacing-standard)*2)}.ck.ck-revision-history-sidebar__time-period{width:100%}.ck.ck-revision-history-sidebar__time-period .ck-revision-history-sidebar__time-period__label{background:var(--ck-revision-history-sidebar-period-background);border-radius:var(--ck-border-radius);color:var(--ck-color-base-background);font-size:9px;font-weight:700;padding:var(--ck-spacing-tiny) var(--ck-spacing-standard);text-transform:uppercase}.ck.ck-revision-history-sidebar__time-period .ck-revision-history-sidebar__time-period__label:first-child{margin-top:var(--ck-spacing-standard)}.ck.ck-revision-history-sidebar__time-period .ck-revision-history-sidebar__time-period__revisions{display:flex;flex-direction:column}.ck.ck-revision-history-sidebar__time-period .ck-revision-history-sidebar__time-period__revisions .ck-revision-history-sidebar__revision-wrapper,.ck.ck-revision-history-sidebar__time-period:not(.ck-hidden)+.ck-revision-history-sidebar__time-period{margin-top:var(--ck-revision-history-sidebar-revision-vertical-spacing)}",""]);const s=r},536:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,'.ck .ck-revision-change{border-top-left-radius:var(--ck-border-radius);outline:0;padding:var(--ck-spacing-small) var(--ck-spacing-large)}.ck .ck-revision-change>*{font-size:var(--ck-font-size-standard);vertical-align:bottom}.ck .ck-revision-change.ck-revision-change__add{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-revision-change.ck-revision-change__remove{border-left-color:var(--ck-color-suggestion-box-deletion-border)}.ck .ck-revision-change .ck-revision-change__label{font-size:inherit;font-weight:700;vertical-align:inherit}.ck.ck-button.ck-revision-history-ui__back-to-editing{background:var(--ck-color-base-active);color:var(--ck-color-base-background)}.ck.ck-button.ck-revision-history-ui__back-to-editing:hover:not(.ck-disabled){background:var(--ck-color-base-active-focus)}.ck-content .ck-suggestion-preview-marker,.ck-content .ck-suggestion-preview-marker-split{opacity:.75}.ck-content .ck-suggestion-preview-marker-split:after{content:"¶"}.ck-content .ck-suggestion-preview-marker-merge{opacity:.75;text-decoration:line-through}.ck-content .ck-suggestion-preview-marker-merge:after{content:"¶"}.ck-content .ck-suggestion-preview-marker-deletion{text-decoration:line-through}.ck-content .ck-suggestion-marker-deletion-new:not(.ck-widget),.ck-content .ck-suggestion-marker-merge-new{--ck-color-suggestion-marker-deletion-border:none;--ck-color-suggestion-marker-deletion-border-active:none;--ck-color-suggestion-marker-deletion-background:none;--ck-color-suggestion-marker-deletion-background-active:none;--ck-color-suggestion-marker-deletion-stroke:rgba(122,31,54,.8);--ck-color-suggestion-widget-deletion-background:rgba(229,102,134,.03);--ck-color-suggestion-widget-deletion-background-active:rgba(196,33,74,.05)}.ck-content .ck-suggestion-marker-merge-new:after{color:inherit}.ck-content .ck-suggestion-marker-insertion-new,.ck-content .ck-suggestion-marker-split-new{opacity:.75}.ck-content .ck-suggestion-marker-deletion-new.ck-suggestion-marker--active:not(.table),.ck-content .ck-suggestion-marker-merge-new.ck-suggestion-marker--active{--ck-color-suggestion-marker-deletion-background-active:rgba(218,37,82,.08);--ck-color-suggestion-marker-deletion-stroke:#7a1f36;opacity:1}.ck-content .ck-suggestion-marker-insertion-new.ck-suggestion-marker--active,.ck-content .ck-suggestion-marker-split-new.ck-suggestion-marker--active{opacity:1}.ck.ck-editor__editable_inline.ck-revision-history-root-add{border:3px solid var(--ck-color-suggestion-marker-insertion-border)}.ck.ck-editor__editable_inline.ck-revision-history-root-add.ck-revision-history-root--active{border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck.ck-editor__editable_inline.ck-revision-history-root-remove{border:3px solid var(--ck-color-suggestion-marker-deletion-border)}.ck.ck-editor__editable_inline.ck-revision-history-root-remove.ck-revision-history-root--active{border-color:var(--ck-color-suggestion-marker-deletion-border-active)}',""]);const s=r},560:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,'.ck{--ck-revision-history-loading-overlay-transition-duration:.2s;--ck-revision-history-loading-overlay-transition-delay:0s;--ck-revision-history-loading-overlay-spinner-rotation-duration:1s;--ck-revision-history-loading-overlay-spinner-size:60px;--ck-revision-history-loading-overlay-visible-background:#fff}.ck.ck-editor__editable:after,.ck.ck-editor__editable:before{content:"";opacity:0;position:absolute;transition:opacity var(--ck-revision-history-loading-overlay-transition-duration) ease;transition-delay:0;visibility:hidden}.ck.ck-editor__editable:before{background:var(--ck-revision-history-loading-overlay-visible-background);height:100%;left:0;top:0;width:100%;z-index:var(--ck-z-default)}.ck.ck-editor__editable:after{animation:ck-revision-history-spinner-animation var(--ck-revision-history-loading-overlay-spinner-rotation-duration) linear infinite;border-radius:50%;border-right:3px solid transparent;border-top:3px solid var(--ck-color-base-text);box-sizing:border-box;height:var(--ck-revision-history-loading-overlay-spinner-size);left:50%;top:50%;transform:translate(-50%,-50%);width:var(--ck-revision-history-loading-overlay-spinner-size);z-index:var(--ck-z-default)}.ck.ck-editor__editable.ck-editor__editable__loading-overlay,.ck.ck-editor__editable.ck-editor__editable__overlay{min-height:calc(var(--ck-revision-history-loading-overlay-spinner-size) + var(--ck-spacing-large)*2);position:relative}.ck.ck-editor__editable.ck-editor__editable__loading-overlay:after,.ck.ck-editor__editable.ck-editor__editable__loading-overlay:before,.ck.ck-editor__editable.ck-editor__editable__overlay:after,.ck.ck-editor__editable.ck-editor__editable__overlay:before{opacity:.8;transition-delay:var(--ck-revision-history-loading-overlay-transition-delay);visibility:visible}.ck.ck-editor__editable.ck-editor__editable__overlay:after{visibility:hidden}@keyframes ck-revision-history-spinner-animation{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}',""]);const s=r},161:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-editor{position:relative}.ck.ck-editor .ck-editor__top .ck-sticky-panel .ck-toolbar{z-index:var(--ck-z-panel)}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content{border-radius:0}.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content,.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content.ck-rounded-corners{border-radius:var(--ck-border-radius);border-bottom-left-radius:0;border-bottom-right-radius:0}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content{border:solid var(--ck-color-base-border);border-width:1px 1px 0}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content.ck-sticky-panel__content_sticky{border-bottom-width:1px}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-menu-bar,.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-toolbar{border:0}.ck.ck-editor__main>.ck-editor__editable{background:var(--ck-color-base-background);border-radius:0}.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable,.ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0;border-top-right-radius:0}.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused){border-color:var(--ck-color-base-border)}",""]);const s=r},959:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,'.ck-vertical-form .ck-button:after{bottom:-1px;content:"";position:absolute;right:-1px;top:-1px;width:0;z-index:1}.ck-vertical-form .ck-button:focus:after{display:none}@media screen and (max-width:600px){.ck.ck-responsive-form .ck-button:after{bottom:-1px;content:"";position:absolute;right:-1px;top:-1px;width:0;z-index:1}.ck.ck-responsive-form .ck-button:focus:after{display:none}}.ck-vertical-form>.ck-button:nth-last-child(2):after{border-right:1px solid var(--ck-color-base-border)}.ck.ck-responsive-form{padding:var(--ck-spacing-large)}.ck.ck-responsive-form:focus{outline:none}[dir=ltr] .ck.ck-responsive-form>:not(:first-child),[dir=rtl] .ck.ck-responsive-form>:not(:last-child){margin-left:var(--ck-spacing-standard)}@media screen and (max-width:600px){.ck.ck-responsive-form{padding:0;width:calc(var(--ck-input-width)*.8)}.ck.ck-responsive-form .ck-labeled-field-view{margin:var(--ck-spacing-large) var(--ck-spacing-large) 0}.ck.ck-responsive-form .ck-labeled-field-view .ck-input-text{min-width:0;width:100%}.ck.ck-responsive-form .ck-labeled-field-view .ck-labeled-field-view__error{white-space:normal}.ck.ck-responsive-form>.ck-button:nth-last-child(2):after{border-right:1px solid var(--ck-color-base-border)}.ck.ck-responsive-form>.ck-button:last-child,.ck.ck-responsive-form>.ck-button:nth-last-child(2){border-radius:0;margin-top:var(--ck-spacing-large);padding:var(--ck-spacing-standard)}.ck.ck-responsive-form>.ck-button:last-child:not(:focus),.ck.ck-responsive-form>.ck-button:nth-last-child(2):not(:focus){border-top:1px solid var(--ck-color-base-border)}[dir=ltr] .ck.ck-responsive-form>.ck-button:last-child,[dir=ltr] .ck.ck-responsive-form>.ck-button:nth-last-child(2),[dir=rtl] .ck.ck-responsive-form>.ck-button:last-child,[dir=rtl] .ck.ck-responsive-form>.ck-button:nth-last-child(2){margin-left:0}[dir=rtl] .ck.ck-responsive-form>.ck-button:last-child:last-of-type,[dir=rtl] .ck.ck-responsive-form>.ck-button:nth-last-child(2):last-of-type{border-right:1px solid var(--ck-color-base-border)}}',""]);const s=r},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,i){"string"==typeof t&&(t=[[null,t,""]]);var r={};if(i)for(var s=0;s<this.length;s++){var o=this[s][0];null!=o&&(r[o]=!0)}for(var a=0;a<t.length;a++){var c=[].concat(t[a]);i&&r[c[0]]||(n&&(c[2]?c[2]="".concat(n," and ").concat(c[2]):c[2]=n),e.push(c))}},e}},675:(t,e)=>{"use strict";function n(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function i(t,e,i){return e&&n(t.prototype,e),i&&n(t,i),t}function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}function s(t){return s=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},s(t)}function o(t,e){return o=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},o(t,e)}function a(t,e,n){return a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}()?Reflect.construct:function(t,e,n){var i=[null];i.push.apply(i,e);var r=new(Function.bind.apply(t,i));return n&&o(r,n.prototype),r},a.apply(null,arguments)}function c(t){var e="function"==typeof Map?new Map:void 0;return c=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,i)}function i(){return a(t,arguments,s(this).constructor)}return i.prototype=Object.create(t.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),o(i,t)},c(t)}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}function l(t){var e=0;if("undefined"==typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=function(t,e){if(t){if("string"==typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}(t)))return function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}};throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(e=t[Symbol.iterator]()).next.bind(e)}var h=function(t){function e(){return t.apply(this,arguments)||this}return r(e,t),e}(c(Error)),d=function(t){function e(e){return t.call(this,"Invalid DateTime: "+e.toMessage())||this}return r(e,t),e}(h),f=function(t){function e(e){return t.call(this,"Invalid Interval: "+e.toMessage())||this}return r(e,t),e}(h),v=function(t){function e(e){return t.call(this,"Invalid Duration: "+e.toMessage())||this}return r(e,t),e}(h),m=function(t){function e(){return t.apply(this,arguments)||this}return r(e,t),e}(h),p=function(t){function e(e){return t.call(this,"Invalid unit "+e)||this}return r(e,t),e}(h),y=function(t){function e(){return t.apply(this,arguments)||this}return r(e,t),e}(h),g=function(t){function e(){return t.call(this,"Zone is an abstract class")||this}return r(e,t),e}(h),k="numeric",b="short",_="long",w={year:k,month:k,day:k},I={year:k,month:b,day:k},S={year:k,month:b,day:k,weekday:b},O={year:k,month:_,day:k},T={year:k,month:_,day:k,weekday:_},x={hour:k,minute:k},R={hour:k,minute:k,second:k},N={hour:k,minute:k,second:k,timeZoneName:b},A={hour:k,minute:k,second:k,timeZoneName:_},M={hour:k,minute:k,hour12:!1},E={hour:k,minute:k,second:k,hour12:!1},V={hour:k,minute:k,second:k,hour12:!1,timeZoneName:b},j={hour:k,minute:k,second:k,hour12:!1,timeZoneName:_},C={year:k,month:k,day:k,hour:k,minute:k},D={year:k,month:k,day:k,hour:k,minute:k,second:k},F={year:k,month:b,day:k,hour:k,minute:k},L={year:k,month:b,day:k,hour:k,minute:k,second:k},z={year:k,month:b,day:k,weekday:b,hour:k,minute:k},P={year:k,month:_,day:k,hour:k,minute:k,timeZoneName:b},U={year:k,month:_,day:k,hour:k,minute:k,second:k,timeZoneName:b},H={year:k,month:_,day:k,weekday:_,hour:k,minute:k,timeZoneName:_},Z={year:k,month:_,day:k,weekday:_,hour:k,minute:k,second:k,timeZoneName:_};function q(t){return void 0===t}function B(t){return"number"==typeof t}function G(t){return"number"==typeof t&&t%1==0}function W(){try{return"undefined"!=typeof Intl&&Intl.DateTimeFormat}catch(t){return!1}}function Y(){return!q(Intl.DateTimeFormat.prototype.formatToParts)}function J(){try{return"undefined"!=typeof Intl&&!!Intl.RelativeTimeFormat}catch(t){return!1}}function K(t,e,n){if(0!==t.length)return t.reduce((function(t,i){var r=[e(i),i];return t&&n(t[0],r[0])===t[0]?t:r}),null)[1]}function Q(t,e){return e.reduce((function(e,n){return e[n]=t[n],e}),{})}function X(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function $(t,e,n){return G(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&&Y()){var c=new Intl.DateTimeFormat(n,o).formatToParts(r).find((function(t){return"timezonename"===t.type.toLowerCase()}));return c?c.value:null}if(a){var u=new Intl.DateTimeFormat(n,s).format(r);return new Intl.DateTimeFormat(n,o).format(r).substring(u.length).replace(/^[, \u200e]+/,"")}return null}function ht(t,e){var n=parseInt(t,10);Number.isNaN(n)&&(n=0);var i=parseInt(e,10)||0;return 60*n+(n<0||Object.is(n,-0)?-i:i)}function dt(t){var e=Number(t);if("boolean"==typeof t||""===t||Number.isNaN(e))throw new y("Invalid unit value "+t);return e}function ft(t,e,n){var i={};for(var r in t)if(X(t,r)){if(n.indexOf(r)>=0)continue;var s=t[r];if(null==s)continue;i[e(r)]=dt(s)}return i}function vt(t,e){var n=Math.trunc(Math.abs(t/60)),i=Math.trunc(Math.abs(t%60)),r=t>=0?"+":"-";switch(e){case"short":return""+r+tt(n,2)+":"+tt(i,2);case"narrow":return""+r+n+(i>0?":"+i:"");case"techie":return""+r+tt(n,2)+tt(i,2);default:throw new RangeError("Value format "+e+" is out of range for property format")}}function mt(t){return Q(t,["hour","minute","second","millisecond"])}var pt=/[A-Za-z_+-]{1,256}(:?\/[A-Za-z_+-]{1,256}(\/[A-Za-z_+-]{1,256})?)?/;function yt(t){return JSON.stringify(t,Object.keys(t).sort())}var gt=["January","February","March","April","May","June","July","August","September","October","November","December"],kt=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],bt=["J","F","M","A","M","J","J","A","S","O","N","D"];function _t(t){switch(t){case"narrow":return[].concat(bt);case"short":return[].concat(kt);case"long":return[].concat(gt);case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}var wt=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],It=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],St=["M","T","W","T","F","S","S"];function Ot(t){switch(t){case"narrow":return[].concat(St);case"short":return[].concat(It);case"long":return[].concat(wt);case"numeric":return["1","2","3","4","5","6","7"];default:return null}}var Tt=["AM","PM"],xt=["Before Christ","Anno Domini"],Rt=["BC","AD"],Nt=["B","A"];function At(t){switch(t){case"narrow":return[].concat(Nt);case"short":return[].concat(Rt);case"long":return[].concat(xt);default:return null}}function Mt(t,e){for(var n,i="",r=l(t);!(n=r()).done;){var s=n.value;s.literal?i+=s.val:i+=e(s.val)}return i}var Et={D:w,DD:I,DDD:O,DDDD:T,t:x,tt:R,ttt:N,tttt:A,T:M,TT:E,TTT:V,TTTT:j,f:C,ff:F,fff:P,ffff:H,F:D,FF:L,FFF:U,FFFF:Z},Vt=function(){function t(t,e){this.opts=e,this.loc=t,this.systemLoc=null}t.create=function(e,n){return void 0===n&&(n={}),new t(e,n)},t.parseFormat=function(t){for(var e=null,n="",i=!1,r=[],s=0;s<t.length;s++){var o=t.charAt(s);"'"===o?(n.length>0&&r.push({literal:i,val:n}),e=null,n="",i=!i):i||o===e?n+=o:(n.length>0&&r.push({literal:!1,val:n}),n=o,e=o)}return n.length>0&&r.push({literal:i,val:n}),r},t.macroTokenToFormatOpts=function(t){return Et[t]};var e=t.prototype;return e.formatWithSystemDefault=function(t,e){return null===this.systemLoc&&(this.systemLoc=this.loc.redefaultToSystem()),this.systemLoc.dtFormatter(t,Object.assign({},this.opts,e)).format()},e.formatDateTime=function(t,e){return void 0===e&&(e={}),this.loc.dtFormatter(t,Object.assign({},this.opts,e)).format()},e.formatDateTimeParts=function(t,e){return void 0===e&&(e={}),this.loc.dtFormatter(t,Object.assign({},this.opts,e)).formatToParts()},e.resolvedOptions=function(t,e){return void 0===e&&(e={}),this.loc.dtFormatter(t,Object.assign({},this.opts,e)).resolvedOptions()},e.num=function(t,e){if(void 0===e&&(e=0),this.opts.forceSimple)return tt(t,e);var n=Object.assign({},this.opts);return e>0&&(n.padTo=e),this.loc.numberFormatter(n).format(t)},e.formatDateTimeFromString=function(e,n){var i=this,r="en"===this.loc.listingMode(),s=this.loc.outputCalendar&&"gregory"!==this.loc.outputCalendar&&Y(),o=function(t,n){return i.loc.extract(e,t,n)},a=function(t){return e.isOffsetFixed&&0===e.offset&&t.allowZ?"Z":e.isValid?e.zone.formatOffset(e.ts,t.format):""},c=function(){return r?function(t){return Tt[t.hour<12?0:1]}(e):o({hour:"numeric",hour12:!0},"dayperiod")},u=function(t,n){return r?function(t,e){return _t(e)[t.month-1]}(e,t):o(n?{month:t}:{month:t,day:"numeric"},"month")},l=function(t,n){return r?function(t,e){return Ot(e)[t.weekday-1]}(e,t):o(n?{weekday:t}:{weekday:t,month:"long",day:"numeric"},"weekday")},h=function(t){return r?function(t,e){return At(e)[t.year<0?0:1]}(e,t):o({era:t},"era")};return Mt(t.parseFormat(n),(function(n){switch(n){case"S":return i.num(e.millisecond);case"u":case"SSS":return i.num(e.millisecond,3);case"s":return i.num(e.second);case"ss":return i.num(e.second,2);case"m":return i.num(e.minute);case"mm":return i.num(e.minute,2);case"h":return i.num(e.hour%12==0?12:e.hour%12);case"hh":return i.num(e.hour%12==0?12:e.hour%12,2);case"H":return i.num(e.hour);case"HH":return i.num(e.hour,2);case"Z":return a({format:"narrow",allowZ:i.opts.allowZ});case"ZZ":return a({format:"short",allowZ:i.opts.allowZ});case"ZZZ":return a({format:"techie",allowZ:i.opts.allowZ});case"ZZZZ":return e.zone.offsetName(e.ts,{format:"short",locale:i.loc.locale});case"ZZZZZ":return e.zone.offsetName(e.ts,{format:"long",locale:i.loc.locale});case"z":return e.zoneName;case"a":return c();case"d":return s?o({day:"numeric"},"day"):i.num(e.day);case"dd":return s?o({day:"2-digit"},"day"):i.num(e.day,2);case"c":case"E":return i.num(e.weekday);case"ccc":return l("short",!0);case"cccc":return l("long",!0);case"ccccc":return l("narrow",!0);case"EEE":return l("short",!1);case"EEEE":return l("long",!1);case"EEEEE":return l("narrow",!1);case"L":return s?o({month:"numeric",day:"numeric"},"month"):i.num(e.month);case"LL":return s?o({month:"2-digit",day:"numeric"},"month"):i.num(e.month,2);case"LLL":return u("short",!0);case"LLLL":return u("long",!0);case"LLLLL":return u("narrow",!0);case"M":return s?o({month:"numeric"},"month"):i.num(e.month);case"MM":return s?o({month:"2-digit"},"month"):i.num(e.month,2);case"MMM":return u("short",!1);case"MMMM":return u("long",!1);case"MMMMM":return u("narrow",!1);case"y":return s?o({year:"numeric"},"year"):i.num(e.year);case"yy":return s?o({year:"2-digit"},"year"):i.num(e.year.toString().slice(-2),2);case"yyyy":return s?o({year:"numeric"},"year"):i.num(e.year,4);case"yyyyyy":return s?o({year:"numeric"},"year"):i.num(e.year,6);case"G":return h("short");case"GG":return h("long");case"GGGGG":return h("narrow");case"kk":return i.num(e.weekYear.toString().slice(-2),2);case"kkkk":return i.num(e.weekYear,4);case"W":return i.num(e.weekNumber);case"WW":return i.num(e.weekNumber,2);case"o":return i.num(e.ordinal);case"ooo":return i.num(e.ordinal,3);case"q":return i.num(e.quarter);case"qq":return i.num(e.quarter,2);case"X":return i.num(Math.floor(e.ts/1e3));case"x":return i.num(e.ts);default:return function(n){var r=t.macroTokenToFormatOpts(n);return r?i.formatWithSystemDefault(e,r):n}(n)}}))},e.formatDurationFromString=function(e,n){var i,r=this,s=function(t){switch(t[0]){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":return"hour";case"d":return"day";case"M":return"month";case"y":return"year";default:return null}},o=t.parseFormat(n),a=o.reduce((function(t,e){var n=e.literal,i=e.val;return n?t:t.concat(i)}),[]),c=e.shiftTo.apply(e,a.map(s).filter((function(t){return t})));return Mt(o,(i=c,function(t){var e=s(t);return e?r.num(i.get(e),t.length):t}))},t}(),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}(),Ct=function(){function t(){}var e=t.prototype;return e.offsetName=function(t,e){throw new g},e.formatOffset=function(t,e){throw new g},e.offset=function(t){throw new g},e.equals=function(t){throw new g},i(t,[{key:"type",get:function(){throw new g}},{key:"name",get:function(){throw new g}},{key:"universal",get:function(){throw new g}},{key:"isValid",get:function(){throw new g}}]),t}(),Dt=null,Ft=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.offsetName=function(t,e){return lt(t,e.format,e.locale)},n.formatOffset=function(t,e){return vt(this.offset(t),e)},n.offset=function(t){return-new Date(t).getTimezoneOffset()},n.equals=function(t){return"local"===t.type},i(e,[{key:"type",get:function(){return"local"}},{key:"name",get:function(){return 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===Dt&&(Dt=new e),Dt}}]),e}(Ct),Lt=RegExp("^"+pt.source+"$"),zt={};var Pt={year:0,month:1,day:2,hour:3,minute:4,second:5};var Ut={},Ht=function(t){function e(n){var i;return(i=t.call(this)||this).zoneName=n,i.valid=e.isValidZone(n),i}r(e,t),e.create=function(t){return Ut[t]||(Ut[t]=new e(t)),Ut[t]},e.resetCache=function(){Ut={},zt={}},e.isValidSpecifier=function(t){return!(!t||!t.match(Lt))},e.isValidZone=function(t){try{return new Intl.DateTimeFormat("en-US",{timeZone:t}).format(),!0}catch(t){return!1}},e.parseGMTOffset=function(t){if(t){var e=t.match(/^Etc\/GMT(0|[+-]\d{1,2})$/i);if(e)return-60*parseInt(e[1])}return null};var n=e.prototype;return n.offsetName=function(t,e){return lt(t,e.format,e.locale,this.name)},n.formatOffset=function(t,e){return vt(this.offset(t),e)},n.offset=function(t){var e=new Date(t);if(isNaN(e))return NaN;var n,i=(n=this.name,zt[n]||(zt[n]=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:n,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})),zt[n]),r=i.formatToParts?function(t,e){for(var n=t.formatToParts(e),i=[],r=0;r<n.length;r++){var s=n[r],o=s.type,a=s.value,c=Pt[o];q(c)||(i[c]=parseInt(a,10))}return i}(i,e):function(t,e){var n=t.format(e).replace(/\u200E/g,""),i=/(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(n),r=i[1],s=i[2];return[i[3],r,s,i[4],i[5],i[6]]}(i,e),s=r[0],o=r[1],a=r[2],c=r[3],u=+e,l=u%1e3;return(at({year:s,month:o,day:a,hour:24===c?0:c,minute:r[4],second:r[5],millisecond:0})-(u-=l>=0?l:1e3+l))/6e4},n.equals=function(t){return"iana"===t.type&&t.name===this.name},i(e,[{key:"type",get:function(){return"iana"}},{key:"name",get:function(){return this.zoneName}},{key:"universal",get:function(){return!1}},{key:"isValid",get:function(){return this.valid}}]),e}(Ct),Zt=null,qt=function(t){function e(e){var n;return(n=t.call(this)||this).fixed=e,n}r(e,t),e.instance=function(t){return 0===t?e.utcInstance:new e(t)},e.parseSpecifier=function(t){if(t){var n=t.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(n)return new e(ht(n[1],n[2]))}return null},i(e,null,[{key:"utcInstance",get:function(){return null===Zt&&(Zt=new e(0)),Zt}}]);var n=e.prototype;return n.offsetName=function(){return this.name},n.formatOffset=function(t,e){return vt(this.fixed,e)},n.offset=function(){return this.fixed},n.equals=function(t){return"fixed"===t.type&&t.fixed===this.fixed},i(e,[{key:"type",get:function(){return"fixed"}},{key:"name",get:function(){return 0===this.fixed?"UTC":"UTC"+vt(this.fixed,"narrow")}},{key:"universal",get:function(){return!0}},{key:"isValid",get:function(){return!0}}]),e}(Ct),Bt=function(t){function e(e){var n;return(n=t.call(this)||this).zoneName=e,n}r(e,t);var n=e.prototype;return n.offsetName=function(){return null},n.formatOffset=function(){return""},n.offset=function(){return NaN},n.equals=function(){return!1},i(e,[{key:"type",get:function(){return"invalid"}},{key:"name",get:function(){return this.zoneName}},{key:"universal",get:function(){return!1}},{key:"isValid",get:function(){return!1}}]),e}(Ct);function Gt(t,e){var n;if(q(t)||null===t)return e;if(t instanceof Ct)return t;if("string"==typeof t){var i=t.toLowerCase();return"local"===i?e:"utc"===i||"gmt"===i?qt.utcInstance:null!=(n=Ht.parseGMTOffset(t))?qt.instance(n):Ht.isValidSpecifier(i)?Ht.create(t):qt.parseSpecifier(i)||new Bt(t)}return B(t)?qt.instance(t):"object"==typeof t&&t.offset&&"number"==typeof t.offset?t:new Bt(t)}var Wt=function(){return Date.now()},Yt=null,Jt=null,Kt=null,Qt=null,Xt=!1,$t=function(){function t(){}return t.resetCaches=function(){le.resetCache(),Ht.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){Yt=t?Gt(t):null}},{key:"defaultZone",get:function(){return Yt||Ft.instance}},{key:"defaultLocale",get:function(){return Jt},set:function(t){Jt=t}},{key:"defaultNumberingSystem",get:function(){return Kt},set:function(t){Kt=t}},{key:"defaultOutputCalendar",get:function(){return Qt},set:function(t){Qt=t}},{key:"throwOnInvalid",get:function(){return Xt},set:function(t){Xt=t}}]),t}(),te={};function ee(t,e){void 0===e&&(e={});var n=JSON.stringify([t,e]),i=te[n];return i||(i=new Intl.DateTimeFormat(t,e),te[n]=i),i}var ne={};var ie={};function re(t,e){void 0===e&&(e={});var n=e,i=(n.base,function(t,e){if(null==t)return{};var n,i,r={},s=Object.keys(t);for(i=0;i<s.length;i++)n=s[i],e.indexOf(n)>=0||(r[n]=t[n]);return r}(n,["base"])),r=JSON.stringify([t,i]),s=ie[r];return s||(s=new Intl.RelativeTimeFormat(t,e),ie[r]=s),s}var se=null;function oe(t,e,n,i,r){var s=t.listingMode(n);return"error"===s?null:"en"===s?i(e):r(e)}var ae=function(){function t(t,e,n){if(this.padTo=n.padTo||0,this.floor=n.floor||!1,!e&&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=Ht.isValidZone(s);0!==t.offset&&o?(i=s,this.dt=t):(i="UTC",n.timeZoneName?this.dt=t:this.dt=0===t.offset?t:fi.fromMillis(t.ts+60*t.offset*1e3))}else"local"===t.zone.type?this.dt=t:(this.dt=t,i=t.zone.name);if(this.hasIntl){var a=Object.assign({},this.opts);i&&(a.timeZone=i),this.dtf=ee(e,a)}}var e=t.prototype;return e.format=function(){if(this.hasIntl)return this.dtf.format(this.dt.toJSDate());var t=function(t){var e="EEEE, LLLL d, yyyy, h:mm a";switch(yt(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(S):return"EEE, LLL d, yyyy";case yt(O):return"LLLL d, yyyy";case yt(T):return"EEEE, LLLL d, yyyy";case yt(x):return"h:mm a";case yt(R):return"h:mm:ss a";case yt(N):case yt(A):return"h:mm a";case yt(M):return"HH:mm";case yt(E):return"HH:mm:ss";case yt(V):case yt(j):return"HH:mm";case yt(C):return"M/d/yyyy, h:mm a";case yt(F):return"LLL d, yyyy, h:mm a";case yt(P):return"LLLL d, yyyy, h:mm a";case yt(H):return e;case yt(D):return"M/d/yyyy, h:mm:ss a";case yt(L):return"LLL d, yyyy, h:mm:ss a";case yt(z):return"EEE, d LLL yyyy, h:mm a";case yt(U):return"LLLL d, yyyy, h:mm:ss a";case yt(Z):return"EEEE, LLLL d, yyyy, h:mm:ss a";default:return e}}(this.opts),e=le.create("en-US");return Vt.create(e).formatDateTimeFromString(this.dt,t)},e.formatToParts=function(){return this.hasIntl&&Y()?this.dtf.formatToParts(this.dt.toJSDate()):[]},e.resolvedOptions=function(){return this.hasIntl?this.dtf.resolvedOptions():{locale:"en-US",numberingSystem:"latn",outputCalendar:"gregory"}},t}(),ue=function(){function t(t,e,n){this.opts=Object.assign({style:"long"},n),!e&&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 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()&&Y(),n=this.isEnglish(),i=!(null!==this.numberingSystem&&"latn"!==this.numberingSystem||null!==this.outputCalendar&&"gregory"!==this.outputCalendar);return e||n&&i||t?!e||n&&i?"en":"intl":"error"},e.clone=function(e){return e&&0!==Object.getOwnPropertyNames(e).length?t.create(e.locale||this.specifiedLocale,e.numberingSystem||this.numberingSystem,e.outputCalendar||this.outputCalendar,e.defaultToEN||!1):this},e.redefaultToEN=function(t){return void 0===t&&(t={}),this.clone(Object.assign({},t,{defaultToEN:!0}))},e.redefaultToSystem=function(t){return void 0===t&&(t={}),this.clone(Object.assign({},t,{defaultToEN:!1}))},e.months=function(t,e,n){var i=this;return void 0===e&&(e=!1),void 0===n&&(n=!0),oe(this,t,n,_t,(function(){var n=e?{month:t,day:"numeric"}:{month:t},r=e?"format":"standalone";return i.monthsCache[r][t]||(i.monthsCache[r][t]=function(t){for(var e=[],n=1;n<=12;n++){var i=fi.utc(2016,n,1);e.push(t(i))}return e}((function(t){return i.extract(t,n,"month")}))),i.monthsCache[r][t]}))},e.weekdays=function(t,e,n){var i=this;return void 0===e&&(e=!1),void 0===n&&(n=!0),oe(this,t,n,Ot,(function(){var n=e?{weekday:t,year:"numeric",month:"long",day:"numeric"}:{weekday:t},r=e?"format":"standalone";return i.weekdaysCache[r][t]||(i.weekdaysCache[r][t]=function(t){for(var e=[],n=1;n<=7;n++){var i=fi.utc(2016,11,13+n);e.push(t(i))}return e}((function(t){return i.extract(t,n,"weekday")}))),i.weekdaysCache[r][t]}))},e.meridiems=function(t){var e=this;return void 0===t&&(t=!0),oe(this,void 0,t,(function(){return Tt}),(function(){if(!e.meridiemCache){var t={hour:"numeric",hour12:!0};e.meridiemCache=[fi.utc(2016,11,13,9),fi.utc(2016,11,13,19)].map((function(n){return e.extract(n,t,"dayperiod")}))}return e.meridiemCache}))},e.eras=function(t,e){var n=this;return void 0===e&&(e=!0),oe(this,t,e,At,(function(){var e={era:t};return n.eraCache[t]||(n.eraCache[t]=[fi.utc(-40,1,1),fi.utc(2017,1,1)].map((function(t){return n.extract(t,e,"era")}))),n.eraCache[t]}))},e.extract=function(t,e,n){var i=this.dtFormatter(t,e).formatToParts().find((function(t){return t.type.toLowerCase()===n}));return i?i.value:null},e.numberFormatter=function(t){return void 0===t&&(t={}),new ae(this.intl,t.forceSimple||this.fastNumbers,t)},e.dtFormatter=function(t,e){return void 0===e&&(e={}),new ce(t,this.intl,e)},e.relFormatter=function(t){return void 0===t&&(t={}),new ue(this.intl,this.isEnglish(),t)},e.isEnglish=function(){return"en"===this.locale||"en-us"===this.locale.toLowerCase()||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 Se(t,e){return[{year:Ie(t,e),month:Ie(t,e+1,1),day:Ie(t,e+2,1)},null,e+3]}function Oe(t,e){return[{hours:Ie(t,e,0),minutes:Ie(t,e+1,0),seconds:Ie(t,e+2,0),milliseconds:nt(t[e+3])},null,e+4]}function Te(t,e){var n=!t[e]&&!t[e+1],i=ht(t[e+1],t[e+2]);return[{},n?null:qt.instance(i),e+3]}function xe(t,e){return[{},t[e]?Ht.create(t[e]):null,e+1]}var Re=RegExp("^T?"+pe.source+"$"),Ne=/^-?P(?:(?:(-?\d{1,9})Y)?(?:(-?\d{1,9})M)?(?:(-?\d{1,9})W)?(?:(-?\d{1,9})D)?(?:T(?:(-?\d{1,9})H)?(?:(-?\d{1,9})M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,9}))?S)?)?)$/;function Ae(t){var e=t[0],n=t[1],i=t[2],r=t[3],s=t[4],o=t[5],a=t[6],c=t[7],u=t[8],l="-"===e[0],h=c&&"-"===c[0],d=function(t,e){return void 0===e&&(e=!1),void 0!==t&&(e||t&&l)?-t:t};return[{years:d(et(n)),months:d(et(i)),weeks:d(et(r)),days:d(et(s)),hours:d(et(o)),minutes:d(et(a)),seconds:d(et(c),"-0"===c),milliseconds:d(nt(u),h)}]}var Me={GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Ee(t,e,n,i,r,s,o){var a={year:2===e.length?ut(et(e)):et(e),month:kt.indexOf(n)+1,day:et(i),hour:et(r),minute:et(s)};return o&&(a.second=et(o)),t&&(a.weekday=t.length>3?wt.indexOf(t)+1:It.indexOf(t)+1),a}var Ve=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/;function je(t){var e,n=t[1],i=t[2],r=t[3],s=t[4],o=t[5],a=t[6],c=t[7],u=t[8],l=t[9],h=t[10],d=t[11],f=Ee(n,s,r,i,o,a,c);return e=u?Me[u]:l?0:ht(h,d),[f,new qt(e)]}var Ce=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/,De=/^(Monday|Tuesday|Wedsday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/,Fe=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/;function Le(t){var e=t[1],n=t[2],i=t[3];return[Ee(e,t[4],i,n,t[5],t[6],t[7]),qt.utcInstance]}function ze(t){var e=t[1],n=t[2],i=t[3],r=t[4],s=t[5],o=t[6];return[Ee(e,t[7],n,i,r,s,o),qt.utcInstance]}var Pe=he(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,ge),Ue=he(/(\d{4})-?W(\d\d)(?:-?(\d))?/,ge),He=he(/(\d{4})-?(\d{3})/,ge),Ze=he(ye),qe=de(Se,Oe,Te),Be=de(ke,Oe,Te),Ge=de(be,Oe,Te),We=de(Oe,Te);var Ye=de(Oe);var Je=he(/(\d{4})-(\d\d)-(\d\d)/,we),Ke=he(_e),Qe=de(Se,Oe,Te,xe),Xe=de(Oe,Te,xe);var $e={weeks:{days:7,hours:168,minutes:10080,seconds:604800,milliseconds:6048e5},days:{hours:24,minutes:1440,seconds:86400,milliseconds:864e5},hours:{minutes:60,seconds:3600,milliseconds:36e5},minutes:{seconds:60,milliseconds:6e4},seconds:{milliseconds:1e3}},tn=Object.assign({years:{quarters:4,months:12,weeks:52,days:365,hours:8760,minutes:525600,seconds:31536e3,milliseconds:31536e6},quarters:{months:3,weeks:13,days:91,hours:2184,minutes:131040,seconds:7862400,milliseconds:78624e5},months:{weeks:4,days:30,hours:720,minutes:43200,seconds:2592e3,milliseconds:2592e6}},$e),en=365.2425,nn=30.436875,rn=Object.assign({years:{quarters:4,months:12,weeks:52.1775,days:en,hours:8765.82,minutes:525949.2,seconds:525949.2*60,milliseconds:525949.2*60*1e3},quarters:{months:3,weeks:13.044375,days:91.310625,hours:2191.455,minutes:131487.3,seconds:525949.2*60/4,milliseconds:7889237999.999999},months:{weeks:4.3481250000000005,days:nn,hours:730.485,minutes:43829.1,seconds:2629746,milliseconds:2629746e3}},$e),sn=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],on=sn.slice(0).reverse();function an(t,e,n){void 0===n&&(n=!1);var i={values:n?e.values:Object.assign({},t.values,e.values||{}),loc:t.loc.clone(e.loc),conversionAccuracy:e.conversionAccuracy||t.conversionAccuracy};return new un(i)}function cn(t,e,n,i,r){var s=t[r][n],o=e[n]/s,a=!(Math.sign(o)===Math.sign(i[r]))&&0!==i[r]&&Math.abs(o)<=1?function(t){return t<0?Math.floor(t):Math.ceil(t)}(o):Math.trunc(o);i[r]+=a,e[n]-=a*s}var un=function(){function t(t){var e="longterm"===t.conversionAccuracy||!1;this.values=t.values,this.loc=t.loc||le.create(),this.conversionAccuracy=e?"longterm":"casual",this.invalid=t.invalid||null,this.matrix=e?rn:tn,this.isLuxonDuration=!0}t.fromMillis=function(e,n){return t.fromObject(Object.assign({milliseconds:e},n))},t.fromObject=function(e){if(null==e||"object"!=typeof e)throw new y("Duration.fromObject: argument expected to be an object, got "+(null===e?"null":typeof e));return new t({values:ft(e,t.normalizeUnit,["locale","numberingSystem","conversionAccuracy","zone"]),loc:le.fromObject(e),conversionAccuracy:e.conversionAccuracy})},t.fromISO=function(e,n){var i=function(t){return fe(t,[Ne,Ae])}(e),r=i[0];if(r){var s=Object.assign(r,n);return t.fromObject(s)}return t.invalid("unparsable",'the input "'+e+"\" can't be parsed as ISO 8601")},t.fromISOTime=function(e,n){var i=function(t){return fe(t,[Re,Ye])}(e),r=i[0];if(r){var s=Object.assign(r,n);return t.fromObject(s)}return t.invalid("unparsable",'the input "'+e+"\" can't be parsed as ISO 8601")},t.invalid=function(e,n){if(void 0===n&&(n=null),!e)throw new y("need to specify a reason the Duration is invalid");var i=e instanceof 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;(X(n.values,s)||X(this.values,s))&&(i[s]=n.get(s)+this.get(s))}return an(this,{values:i},!0)},e.minus=function(t){if(!this.isValid)return this;var e=ln(t);return this.plus(e.negate())},e.mapUnits=function(t){if(!this.isValid)return this;for(var e={},n=0,i=Object.keys(this.values);n<i.length;n++){var r=i[n];e[r]=dt(t(this.values[r],r))}return an(this,{values:e},!0)},e.get=function(e){return this[t.normalizeUnit(e)]},e.set=function(e){return this.isValid?an(this,{values:Object.assign(this.values,ft(e,t.normalizeUnit,[]))}):this},e.reconfigure=function(t){var e=void 0===t?{}:t,n=e.locale,i=e.numberingSystem,r=e.conversionAccuracy,s={loc:this.loc.clone({locale:n,numberingSystem:i})};return r&&(s.conversionAccuracy=r),an(this,s)},e.as=function(t){return this.isValid?this.shiftTo(t).get(t):NaN},e.normalize=function(){if(!this.isValid)return this;var t=this.toObject();return function(t,e){on.reduce((function(n,i){return q(e[i])?n:(n&&cn(t,e,n,e,i),i)}),null)}(this.matrix,t),an(this,{values:t},!0)},e.shiftTo=function(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];if(!this.isValid)return this;if(0===n.length)return this;n=n.map((function(e){return t.normalizeUnit(e)}));for(var r,s,o={},a={},c=this.toObject(),u=l(sn);!(s=u()).done;){var h=s.value;if(n.indexOf(h)>=0){r=h;var d=0;for(var f in a)d+=this.matrix[f][h]*a[f],a[f]=0;B(c[h])&&(d+=c[h]);var v=Math.trunc(d);for(var m in o[h]=v,a[h]=d-v,c)sn.indexOf(m)>sn.indexOf(h)&&cn(this.matrix,c,m,o,h)}else B(c[h])&&(a[h]=c[h])}for(var p in a)0!==a[p]&&(o[r]+=p===r?a[p]:a[p]/this.matrix[r][p]);return an(this,{values:o},!0).normalize()},e.negate=function(){if(!this.isValid)return this;for(var t={},e=0,n=Object.keys(this.values);e<n.length;e++){var i=n[e];t[i]=-this.values[i]}return an(this,{values:t},!0)},e.equals=function(t){if(!this.isValid||!t.isValid)return!1;if(!this.loc.equals(t.loc))return!1;for(var e,n=l(sn);!(e=n()).done;){var i=e.value;if(r=this.values[i],s=t.values[i],!(void 0===r||0===r?void 0===s||0===s:r===s))return!1}var r,s;return!0},i(t,[{key:"locale",get:function(){return this.isValid?this.loc.locale:null}},{key:"numberingSystem",get:function(){return this.isValid?this.loc.numberingSystem:null}},{key:"years",get:function(){return this.isValid?this.values.years||0:NaN}},{key:"quarters",get:function(){return this.isValid?this.values.quarters||0:NaN}},{key:"months",get:function(){return this.isValid?this.values.months||0:NaN}},{key:"weeks",get:function(){return this.isValid?this.values.weeks||0:NaN}},{key:"days",get:function(){return this.isValid?this.values.days||0:NaN}},{key:"hours",get:function(){return this.isValid?this.values.hours||0:NaN}},{key:"minutes",get:function(){return this.isValid?this.values.minutes||0:NaN}},{key:"seconds",get:function(){return this.isValid?this.values.seconds||0:NaN}},{key:"milliseconds",get:function(){return this.isValid?this.values.milliseconds||0:NaN}},{key:"isValid",get:function(){return null===this.invalid}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}}]),t}();function ln(t){if(B(t))return un.fromMillis(t);if(un.isDuration(t))return t;if("object"==typeof t)return un.fromObject(t);throw new y("Unknown duration argument "+t+" of type "+typeof t)}var hn="Invalid Interval";function dn(t,e){return t&&t.isValid?e&&e.isValid?e<t?fn.invalid("end before start","The end of an interval must be after its start, but you had start="+t.toISO()+" and end="+e.toISO()):null:fn.invalid("missing or invalid end"):fn.invalid("missing or invalid start")}var fn=function(){function t(t){this.s=t.start,this.e=t.end,this.invalid=t.invalid||null,this.isLuxonInterval=!0}t.invalid=function(e,n){if(void 0===n&&(n=null),!e)throw new y("need to specify a reason the Interval is invalid");var i=e instanceof jt?e:new jt(e,n);if($t.throwOnInvalid)throw new f(i);return new t({invalid:i})},t.fromDateTimes=function(e,n){var i=vi(e),r=vi(n),s=dn(i,r);return null==s?new t({start:i,end:r}):s},t.after=function(e,n){var i=ln(n),r=vi(e);return t.fromDateTimes(r,r.plus(i))},t.before=function(e,n){var i=ln(n),r=vi(e);return t.fromDateTimes(r.minus(i),r)},t.fromISO=function(e,n){var i=(e||"").split("/",2),r=i[0],s=i[1];if(r&&s){var o,a,c,u;try{a=(o=fi.fromISO(r,n)).isValid}catch(s){a=!1}try{u=(c=fi.fromISO(s,n)).isValid}catch(s){u=!1}if(a&&u)return t.fromDateTimes(o,c);if(a){var l=un.fromISO(s,n);if(l.isValid)return t.after(o,l)}else if(u){var h=un.fromISO(r,n);if(h.isValid)return t.before(c,h)}}return t.invalid("unparsable",'the input "'+e+"\" can't be parsed as ISO 8601")},t.isInterval=function(t){return t&&t.isLuxonInterval||!1};var e=t.prototype;return e.length=function(t){return void 0===t&&(t="milliseconds"),this.isValid?this.toDuration.apply(this,[t]).get(t):NaN},e.count=function(t){if(void 0===t&&(t="milliseconds"),!this.isValid)return NaN;var e=this.start.startOf(t),n=this.end.startOf(t);return Math.floor(n.diff(e,t).get(t))+1},e.hasSame=function(t){return!!this.isValid&&(this.isEmpty()||this.e.minus(1).hasSame(this.s,t))},e.isEmpty=function(){return this.s.valueOf()===this.e.valueOf()},e.isAfter=function(t){return!!this.isValid&&this.s>t},e.isBefore=function(t){return!!this.isValid&&this.e<=t},e.contains=function(t){return!!this.isValid&&(this.s<=t&&this.e>t)},e.set=function(e){var n=void 0===e?{}:e,i=n.start,r=n.end;return this.isValid?t.fromDateTimes(i||this.s,r||this.e):this},e.splitAt=function(){var e=this;if(!this.isValid)return[];for(var n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];for(var s=i.map(vi).filter((function(t){return e.contains(t)})).sort(),o=[],a=this.s,c=0;a<this.e;){var u=s[c]||this.e,l=+u>+this.e?this.e:u;o.push(t.fromDateTimes(a,l)),a=l,c+=1}return o},e.splitBy=function(e){var n=ln(e);if(!this.isValid||!n.isValid||0===n.as("milliseconds"))return[];for(var i,r=this.s,s=1,o=[];r<this.e;){var a=this.start.plus(n.mapUnits((function(t){return t*s})));i=+a>+this.e?this.e:a,o.push(t.fromDateTimes(r,i)),r=i,s+=1}return o},e.divideEqually=function(t){return this.isValid?this.splitBy(this.length()/t).slice(0,t):[]},e.overlaps=function(t){return this.e>t.s&&this.s<t.e},e.abutsStart=function(t){return!!this.isValid&&+this.e==+t.s},e.abutsEnd=function(t){return!!this.isValid&&+t.e==+this.s},e.engulfs=function(t){return!!this.isValid&&(this.s<=t.s&&this.e>=t.e)},e.equals=function(t){return!(!this.isValid||!t.isValid)&&(this.s.equals(t.s)&&this.e.equals(t.e))},e.intersection=function(e){if(!this.isValid)return this;var n=this.s>e.s?this.s:e.s,i=this.e<e.e?this.e:e.e;return n>=i?null:t.fromDateTimes(n,i)},e.union=function(e){if(!this.isValid)return this;var n=this.s<e.s?this.s:e.s,i=this.e>e.e?this.e:e.e;return t.fromDateTimes(n,i)},t.merge=function(t){var e=t.sort((function(t,e){return t.s-e.s})).reduce((function(t,e){var n=t[0],i=t[1];return i?i.overlaps(e)||i.abutsStart(e)?[n,i.union(e)]:[n.concat([i]),e]:[n,e]}),[[],null]),n=e[0],i=e[1];return i&&n.push(i),n},t.xor=function(e){for(var n,i,r=null,s=0,o=[],a=e.map((function(t){return[{time:t.s,type:"s"},{time:t.e,type:"e"}]})),c=l((n=Array.prototype).concat.apply(n,a).sort((function(t,e){return t.time-e.time})));!(i=c()).done;){var u=i.value;1===(s+="s"===u.type?1:-1)?r=u.time:(r&&+r!=+u.time&&o.push(t.fromDateTimes(r,u.time)),r=null)}return t.merge(o)},e.difference=function(){for(var e=this,n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];return t.xor([this].concat(i)).map((function(t){return e.intersection(t)})).filter((function(t){return t&&!t.isEmpty()}))},e.toString=function(){return this.isValid?"["+this.s.toISO()+" – "+this.e.toISO()+")":hn},e.toISO=function(t){return this.isValid?this.s.toISO(t)+"/"+this.e.toISO(t):hn},e.toISODate=function(){return this.isValid?this.s.toISODate()+"/"+this.e.toISODate():hn},e.toISOTime=function(t){return this.isValid?this.s.toISOTime(t)+"/"+this.e.toISOTime(t):hn},e.toFormat=function(t,e){var n=(void 0===e?{}:e).separator,i=void 0===n?" – ":n;return this.isValid?""+this.s.toFormat(t)+i+this.e.toFormat(t):hn},e.toDuration=function(t,e){return this.isValid?this.e.diff(this.s,t,e):un.invalid(this.invalidReason)},e.mapEndpoints=function(e){return t.fromDateTimes(e(this.s),e(this.e))},i(t,[{key:"start",get:function(){return this.isValid?this.s:null}},{key:"end",get:function(){return this.isValid?this.e:null}},{key:"isValid",get:function(){return null===this.invalidReason}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}}]),t}(),vn=function(){function t(){}return t.hasDST=function(t){void 0===t&&(t=$t.defaultZone);var e=fi.now().setZone(t).set({month:12});return!t.universal&&e.offset!==e.set({month:6}).offset},t.isValidIANAZone=function(t){return Ht.isValidSpecifier(t)&&Ht.isValidZone(t)},t.normalizeZone=function(t){return Gt(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=Y(),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)}var _n="missing Intl.DateTimeFormat.formatToParts support";function wn(t,e){return void 0===e&&(e=function(t){return t}),{regex:t,deser:function(t){var n=t[0];return e(function(t){var e=parseInt(t,10);if(isNaN(e)){e="";for(var n=0;n<t.length;n++){var i=t.charCodeAt(n);if(-1!==t[n].search(yn.hanidec))e+=kn.indexOf(t[n]);else for(var r in gn){var s=gn[r],o=s[0],a=s[1];i>=o&&i<=a&&(e+=i-o)}}return parseInt(e,10)}return e}(n))}}}var In="( |"+String.fromCharCode(160)+")",Sn=new RegExp(In,"g");function On(t){return t.replace(/\./g,"\\.?").replace(Sn,In)}function Tn(t){return t.replace(/\./g,"").replace(Sn," ").toLowerCase()}function xn(t,e){return null===t?null:{regex:RegExp(t.map(On).join("|")),deser:function(n){var i=n[0];return t.findIndex((function(t){return Tn(i)===Tn(t)}))+e}}}function Rn(t,e){return{regex:t,deser:function(t){return ht(t[1],t[2])},groups:e}}function Nn(t){return{regex:t,deser:function(t){return t[0]}}}var An={year:{"2-digit":"yy",numeric:"yyyyy"},month:{numeric:"M","2-digit":"MM",short:"MMM",long:"MMMM"},day:{numeric:"d","2-digit":"dd"},weekday:{short:"EEE",long:"EEEE"},dayperiod:"a",dayPeriod:"a",hour:{numeric:"h","2-digit":"hh"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"}};var Mn=null;function En(t,e){if(t.literal)return t;var n=Vt.macroTokenToFormatOpts(t.val);if(!n)return t;var i=Vt.create(e,n).formatDateTimeParts((Mn||(Mn=fi.fromMillis(1555555555555)),Mn)).map((function(t){return function(t,e,n){var i=t.type,r=t.value;if("literal"===i)return{literal:!0,val:r};var s=n[i],o=An[i];return"object"==typeof o&&(o=o[s]),o?{literal:!1,val:o}:void 0}(t,0,n)}));return i.includes(void 0)?t:i}function Vn(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 xn(i.eras("short",!1),0);case"GG":return xn(i.eras("long",!1),0);case"y":return wn(h);case"yy":case"kk":return wn(f,ut);case"yyyy":case"kkkk":return wn(a);case"yyyyy":return wn(v);case"yyyyyy":return wn(c);case"M":case"L":case"d":case"H":case"h":case"m":case"q":case"s":case"W":return wn(u);case"MM":case"LL":case"dd":case"HH":case"hh":case"mm":case"qq":case"ss":case"WW":return wn(s);case"MMM":return xn(i.months("short",!0,!1),1);case"MMMM":return xn(i.months("long",!0,!1),1);case"LLL":return xn(i.months("short",!1,!1),1);case"LLLL":return xn(i.months("long",!1,!1),1);case"o":case"S":return wn(l);case"ooo":case"SSS":return wn(o);case"u":return Nn(d);case"a":return xn(i.meridiems(),0);case"E":case"c":return wn(r);case"EEE":return xn(i.weekdays("short",!1,!1),1);case"EEEE":return xn(i.weekdays("long",!1,!1),1);case"ccc":return xn(i.weekdays("short",!0,!1),1);case"cccc":return xn(i.weekdays("long",!0,!1),1);case"Z":case"ZZ":return Rn(new RegExp("([+-]"+u.source+")(?::("+s.source+"))?"),2);case"ZZZ":return Rn(new RegExp("([+-]"+u.source+")("+s.source+")?"),2);case"z":return Nn(/[a-z_+-/]{1,256}?/i);default:return m(t)}}(n)||{invalidReason:_n},p.token=n,p;var n,i,r,s,o,a,c,u,l,h,d,f,v,m,p})),s=r.find((function(t){return t.invalidReason}));if(s)return{input:e,tokens:i,invalidReason:s.invalidReason};var o=function(t){return["^"+t.map((function(t){return t.regex})).reduce((function(t,e){return t+"("+e.source+")"}),"")+"$",t]}(r),a=o[0],c=o[1],u=RegExp(a,"i"),l=function(t,e,n){var i=t.match(e);if(i){var r={},s=1;for(var o in n)if(X(n,o)){var a=n[o],c=a.groups?a.groups+1:1;!a.literal&&a.token&&(r[a.token.val[0]]=a.deser(i.slice(s,s+c))),s+=c}return[i,r]}return[i,{}]}(e,u,c),h=l[0],d=l[1],f=d?function(t){var e;return e=q(t.Z)?q(t.z)?null:Ht.create(t.z):new qt(t.Z),q(t.q)||(t.M=3*(t.q-1)+1),q(t.h)||(t.h<12&&1===t.a?t.h+=12:12===t.h&&0===t.a&&(t.h=0)),0===t.G&&t.y&&(t.y=-t.y),q(t.u)||(t.S=nt(t.u)),[Object.keys(t).reduce((function(e,n){var i=function(t){switch(t){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":case"H":return"hour";case"d":return"day";case"o":return"ordinal";case"L":case"M":return"month";case"y":return"year";case"E":case"c":return"weekday";case"W":return"weekNumber";case"k":return"weekYear";case"q":return"quarter";default:return null}}(n);return i&&(e[i]=t[n]),e}),{}),e]}(d):[null,null],v=f[0],p=f[1];if(X(d,"a")&&X(d,"H"))throw new m("Can't include meridiem when specifying 24-hour format");return{input:e,tokens:i,regex:u,rawMatches:h,matches:d,result:v,zone:p}}var jn=[0,31,59,90,120,151,181,212,243,273,304,334],Cn=[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 Fn(t,e,n){var i=new Date(Date.UTC(t,e-1,n)).getUTCDay();return 0===i?7:i}function Ln(t,e,n){return n+(rt(t)?Cn:jn)[e-1]}function zn(t,e){var n=rt(t)?Cn:jn,i=n.findIndex((function(t){return t<e}));return{month:i+1,day:e-n[i]}}function Pn(t){var e,n=t.year,i=t.month,r=t.day,s=Ln(n,i,r),o=Fn(n,i,r),a=Math.floor((s-o+10)/7);return a<1?a=ct(e=n-1):a>ct(n)?(e=n+1,a=1):e=n,Object.assign({weekYear:e,weekNumber:a,weekday:o},mt(t))}function Un(t){var e,n=t.weekYear,i=t.weekNumber,r=t.weekday,s=Fn(n,1,4),o=st(n),a=7*i+r-s-3;a<1?a+=st(e=n-1):a>o?(e=n+1,a-=st(n)):e=n;var c=zn(e,a),u=c.month,l=c.day;return Object.assign({year:e,month:u,day:l},mt(t))}function Hn(t){var e=t.year,n=Ln(e,t.month,t.day);return Object.assign({year:e,ordinal:n},mt(t))}function Zn(t){var e=t.year,n=zn(e,t.ordinal),i=n.month,r=n.day;return Object.assign({year:e,month:i,day:r},mt(t))}function qn(t){var e=G(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 Bn(t){var e=t.hour,n=t.minute,i=t.second,r=t.millisecond,s=$(e,0,23)||24===e&&0===n&&0===i&&0===r,o=$(n,0,59),a=$(i,0,59),c=$(r,0,999);return s?o?a?!c&&Dn("millisecond",r):Dn("second",i):Dn("minute",n):Dn("hour",e)}var Gn="Invalid DateTime",Wn=864e13;function Yn(t){return new jt("unsupported zone",'the zone "'+t.name+'" is not supported')}function Jn(t){return null===t.weekData&&(t.weekData=Pn(t.c)),t.weekData}function Kn(t,e){var n={ts:t.ts,zone:t.zone,c:t.c,o:t.o,loc:t.loc,invalid:t.invalid};return new fi(Object.assign({},n,e,{old:n}))}function Qn(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 $n(t,e,n){return Qn(at(t),e,n)}function ti(t,e){var n=t.o,i=t.c.year+Math.trunc(e.years),r=t.c.month+Math.trunc(e.months)+3*Math.trunc(e.quarters),s=Object.assign({},t.c,{year:i,month:r,day:Math.min(t.c.day,ot(i,r))+Math.trunc(e.days)+7*Math.trunc(e.weeks)}),o=un.fromObject({years:e.years-Math.trunc(e.years),quarters:e.quarters-Math.trunc(e.quarters),months:e.months-Math.trunc(e.months),weeks:e.weeks-Math.trunc(e.weeks),days:e.days-Math.trunc(e.days),hours:e.hours,minutes:e.minutes,seconds:e.seconds,milliseconds:e.milliseconds}).as("milliseconds"),a=Qn(at(s),n,t.zone),c=a[0],u=a[1];return 0!==o&&(c+=o,u=t.zone.offset(c)),{ts:c,o:u}}function ei(t,e,n,i,r){var s=n.setZone,o=n.zone;if(t&&0!==Object.keys(t).length){var a=e||o,c=fi.fromObject(Object.assign(t,n,{zone:a,setZone:void 0}));return s?c:c.setZone(o)}return fi.invalid(new jt("unparsable",'the input "'+r+"\" can't be parsed as "+i))}function ni(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 ii(t,e){var n=e.suppressSeconds,i=void 0!==n&&n,r=e.suppressMilliseconds,s=void 0!==r&&r,o=e.includeOffset,a=e.includePrefix,c=void 0!==a&&a,u=e.includeZone,l=void 0!==u&&u,h=e.spaceZone,d=void 0!==h&&h,f=e.format,v=void 0===f?"extended":f,m="basic"===v?"HHmm":"HH:mm";i&&0===t.second&&0===t.millisecond||(m+="basic"===v?"ss":":ss",s&&0===t.millisecond||(m+=".SSS")),(l||o)&&d&&(m+=" "),l?m+="z":o&&(m+="basic"===v?"ZZZ":"ZZ");var p=ni(t,m);return c&&(p="T"+p),p}var ri={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},si={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},oi={ordinal:1,hour:0,minute:0,second:0,millisecond:0},ai=["year","month","day","hour","minute","second","millisecond"],ci=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],ui=["year","ordinal","hour","minute","second","millisecond"];function li(t){var e={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",quarter:"quarter",quarters:"quarter",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[t.toLowerCase()];if(!e)throw new p(t);return e}function hi(t,e){for(var n,i=l(ai);!(n=i()).done;){var r=n.value;q(t[r])&&(t[r]=ri[r])}var s=qn(t)||Bn(t);if(s)return fi.invalid(s);var o=$t.now(),a=$n(t,e.offset(o),e),c=a[0],u=a[1];return new fi({ts:c,zone:e,o:u})}function di(t,e,n){var i=!!q(n.round)||n.round,r=function(t,r){return t=it(t,i||n.calendary?0:2,!0),e.loc.clone(n).relFormatter(n).format(t,r)},s=function(i){return n.calendary?e.hasSame(t,i)?0:e.startOf(i).diff(t.startOf(i),i).get(i):e.diff(t,i).get(i)};if(n.unit)return r(s(n.unit),n.unit);for(var o,a=l(n.units);!(o=a()).done;){var c=o.value,u=s(c);if(Math.abs(u)>=1)return r(u,c)}return r(t>e?-0:0,n.units[n.units.length-1])}var fi=function(){function t(t){var e=t.zone||$t.defaultZone,n=t.invalid||(Number.isNaN(t.ts)?new jt("invalid input"):null)||(e.isValid?null:Yn(e));this.ts=q(t.ts)?$t.now():t.ts;var i=null,r=null;if(!n)if(t.old&&t.old.ts===this.ts&&t.old.zone.equals(e)){var s=[t.old.c,t.old.o];i=s[0],r=s[1]}else{var o=e.offset(this.ts);i=Xn(this.ts,o),i=(n=Number.isNaN(i.year)?new jt("invalid input"):null)?null:i,r=n?null:o}this._zone=e,this.loc=t.loc||le.create(),this.invalid=n,this.weekData=null,this.c=i,this.o=r,this.isLuxonDateTime=!0}t.now=function(){return new t({})},t.local=function(e,n,i,r,s,o,a){return q(e)?t.now():hi({year:e,month:n,day:i,hour:r,minute:s,second:o,millisecond:a},$t.defaultZone)},t.utc=function(e,n,i,r,s,o,a){return q(e)?new t({ts:$t.now(),zone:qt.utcInstance}):hi({year:e,month:n,day:i,hour:r,minute:s,second:o,millisecond:a},qt.utcInstance)},t.fromJSDate=function(e,n){void 0===n&&(n={});var i,r=(i=e,"[object Date]"===Object.prototype.toString.call(i)?e.valueOf():NaN);if(Number.isNaN(r))return t.invalid("invalid input");var s=Gt(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:Gt(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:Gt(n.zone,$t.defaultZone),loc:le.fromObject(n)});throw new y("fromSeconds requires a numerical input")},t.fromObject=function(e){var n=Gt(e.zone,$t.defaultZone);if(!n.isValid)return t.invalid(Yn(n));var i=$t.now(),r=n.offset(i),s=ft(e,li,["zone","locale","outputCalendar","numberingSystem"]),o=!q(s.ordinal),a=!q(s.year),c=!q(s.month)||!q(s.day),u=a||c,h=s.weekYear||s.weekNumber,d=le.fromObject(e);if((u||o)&&h)throw new 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=ci,v=si,y=Pn(y)):o?(f=ui,v=oi,y=Hn(y)):(f=ai,v=ri);for(var g,k=!1,b=l(f);!(g=b()).done;){var _=g.value;q(s[_])?s[_]=k?v[_]:y[_]:k=!0}var w=p?function(t){var e=G(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=G(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||Bn(s);if(I)return t.invalid(I);var S=$n(p?Un(s):o?Zn(s):s,r,n),O=new t({ts:S[0],zone:n,o:S[1],loc:d});return s.weekday&&u&&e.weekday!==O.weekday?t.invalid("mismatched weekday","you can't specify both a weekday of "+s.weekday+" and a date of "+O.toISO()):O},t.fromISO=function(t,e){void 0===e&&(e={});var n=function(t){return fe(t,[Pe,qe],[Ue,Be],[He,Ge],[Ze,We])}(t);return ei(n[0],n[1],e,"ISO 8601",t)},t.fromRFC2822=function(t,e){void 0===e&&(e={});var n=function(t){return fe(function(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}(t),[Ve,je])}(t);return ei(n[0],n[1],e,"RFC 2822",t)},t.fromHTTP=function(t,e){void 0===e&&(e={});var n=function(t){return fe(t,[Ce,Le],[De,Le],[Fe,ze])}(t);return ei(n[0],n[1],e,"HTTP",e)},t.fromFormat=function(e,n,i){if(void 0===i&&(i={}),q(e)||q(n))throw new y("fromFormat requires an input string and a format");var r=i,s=r.locale,o=void 0===s?null:s,a=r.numberingSystem,c=void 0===a?null:a,u=function(t,e,n){var i=Vn(t,e,n);return[i.result,i.zone,i.invalidReason]}(le.fromOpts({locale:o,numberingSystem:c,defaultToEN:!0}),e,n),l=u[0],h=u[1],d=u[2];return d?t.invalid(d):ei(l,h,i,"format "+n,e)},t.fromString=function(e,n,i){return void 0===i&&(i={}),t.fromFormat(e,n,i)},t.fromSQL=function(t,e){void 0===e&&(e={});var n=function(t){return fe(t,[Je,Qe],[Ke,Xe])}(t);return ei(n[0],n[1],e,"SQL",t)},t.invalid=function(e,n){if(void 0===n&&(n=null),!e)throw new y("need to specify a reason the DateTime is invalid");var i=e instanceof jt?e:new jt(e,n);if($t.throwOnInvalid)throw new d(i);return new t({invalid:i})},t.isDateTime=function(t){return t&&t.isLuxonDateTime||!1};var e=t.prototype;return e.get=function(t){return this[t]},e.resolvedLocaleOpts=function(t){void 0===t&&(t={});var e=Vt.create(this.loc.clone(t),t).resolvedOptions(this);return{locale:e.locale,numberingSystem:e.numberingSystem,outputCalendar:e.calendar}},e.toUTC=function(t,e){return void 0===t&&(t=0),void 0===e&&(e={}),this.setZone(qt.instance(t),e)},e.toLocal=function(){return this.setZone($t.defaultZone)},e.setZone=function(e,n){var i=void 0===n?{}:n,r=i.keepLocalTime,s=void 0!==r&&r,o=i.keepCalendarTime,a=void 0!==o&&o;if((e=Gt(e,$t.defaultZone)).equals(this.zone))return this;if(e.isValid){var c=this.ts;if(s||a){var u=e.offset(this.ts);c=$n(this.toObject(),u,e)[0]}return Kn(this,{ts:c,zone:e})}return t.invalid(Yn(e))},e.reconfigure=function(t){var e=void 0===t?{}:t,n=e.locale,i=e.numberingSystem,r=e.outputCalendar;return Kn(this,{loc:this.loc.clone({locale:n,numberingSystem:i,outputCalendar:r})})},e.setLocale=function(t){return this.reconfigure({locale:t})},e.set=function(t){if(!this.isValid)return this;var e,n=ft(t,li,[]),i=!q(n.weekYear)||!q(n.weekNumber)||!q(n.weekday),r=!q(n.ordinal),s=!q(n.year),o=!q(n.month)||!q(n.day),a=s||o,c=n.weekYear||n.weekNumber;if((a||r)&&c)throw new 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=Un(Object.assign(Pn(this.c),n)):q(n.ordinal)?(e=Object.assign(this.toObject(),n),q(n.day)&&(e.day=Math.min(ot(e.year,e.month),e.day))):e=Zn(Object.assign(Hn(this.c),n));var u=$n(e,this.o,this.zone);return Kn(this,{ts:u[0],o:u[1]})},e.plus=function(t){return this.isValid?Kn(this,ti(this,ln(t))):this},e.minus=function(t){return this.isValid?Kn(this,ti(this,ln(t).negate())):this},e.startOf=function(t){if(!this.isValid)return this;var e={},n=un.normalizeUnit(t);switch(n){case"years":e.month=1;case"quarters":case"months":e.day=1;case"weeks":case"days":e.hour=0;case"hours":e.minute=0;case"minutes":e.second=0;case"seconds":e.millisecond=0}if("weeks"===n&&(e.weekday=1),"quarters"===n){var i=Math.ceil(this.month/3);e.month=3*(i-1)+1}return this.set(e)},e.endOf=function(t){var e;return this.isValid?this.plus((e={},e[t]=1,e)).startOf(t).minus(1):this},e.toFormat=function(t,e){return void 0===e&&(e={}),this.isValid?Vt.create(this.loc.redefaultToEN(e)).formatDateTimeFromString(this,t):Gn},e.toLocaleString=function(t){return void 0===t&&(t=w),this.isValid?Vt.create(this.loc.clone(t),t).formatDateTime(this):Gn},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),ni(this,n)},e.toISOWeekDate=function(){return ni(this,"kkkk-'W'WW-c")},e.toISOTime=function(t){var e=void 0===t?{}:t,n=e.suppressMilliseconds,i=void 0!==n&&n,r=e.suppressSeconds,s=void 0!==r&&r,o=e.includeOffset,a=void 0===o||o,c=e.includePrefix,u=void 0!==c&&c,l=e.format;return ii(this,{suppressSeconds:s,suppressMilliseconds:i,includeOffset:a,includePrefix:u,format:void 0===l?"extended":l})},e.toRFC2822=function(){return ni(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)},e.toHTTP=function(){return ni(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")},e.toSQLDate=function(){return ni(this,"yyyy-MM-dd")},e.toSQLTime=function(t){var e=void 0===t?{}:t,n=e.includeOffset,i=void 0===n||n,r=e.includeZone;return ii(this,{includeOffset:i,includeZone:void 0!==r&&r,spaceZone:!0})},e.toSQL=function(t){return void 0===t&&(t={}),this.isValid?this.toSQLDate()+" "+this.toSQLTime(t):null},e.toString=function(){return this.isValid?this.toISO():Gn},e.valueOf=function(){return this.toMillis()},e.toMillis=function(){return this.isValid?this.ts:NaN},e.toSeconds=function(){return this.isValid?this.ts/1e3:NaN},e.toJSON=function(){return this.toISO()},e.toBSON=function(){return this.toJSDate()},e.toObject=function(t){if(void 0===t&&(t={}),!this.isValid)return{};var e=Object.assign({},this.c);return t.includeConfig&&(e.outputCalendar=this.outputCalendar,e.numberingSystem=this.loc.numberingSystem,e.locale=this.loc.locale),e},e.toJSDate=function(){return new Date(this.isValid?this.ts:NaN)},e.diff=function(t,e,n){if(void 0===e&&(e="milliseconds"),void 0===n&&(n={}),!this.isValid||!t.isValid)return un.invalid(this.invalid||t.invalid,"created by diffing an invalid DateTime");var i,r=Object.assign({locale:this.locale,numberingSystem:this.numberingSystem},n),s=(i=e,Array.isArray(i)?i:[i]).map(un.normalizeUnit),o=t.valueOf()>this.valueOf(),a=pn(o?this:t,o?t:this,s,r);return o?a.negate():a},e.diffNow=function(e,n){return void 0===e&&(e="milliseconds"),void 0===n&&(n={}),this.diff(t.now(),e,n)},e.until=function(t){return this.isValid?fn.fromDateTimes(this,t):this},e.hasSame=function(t,e){if(!this.isValid)return!1;var n=t.valueOf(),i=this.setZone(t.zone,{keepLocalTime:!0});return i.startOf(e)<=n&&n<=i.endOf(e)},e.equals=function(t){return this.isValid&&t.isValid&&this.valueOf()===t.valueOf()&&this.zone.equals(t.zone)&&this.loc.equals(t.loc)},e.toRelative=function(e){if(void 0===e&&(e={}),!this.isValid)return null;var n=e.base||t.fromObject({zone:this.zone}),i=e.padding?this<n?-e.padding:e.padding:0,r=["years","months","days","hours","minutes","seconds"],s=e.unit;return Array.isArray(e.unit)&&(r=e.unit,s=void 0),di(n,this.plus(i),Object.assign(e,{numeric:"always",units:r,unit:s}))},e.toRelativeCalendar=function(e){return void 0===e&&(e={}),this.isValid?di(e.base||t.fromObject({zone:this.zone}),this,Object.assign(e,{numeric:"auto",units:["years","months","days"],calendary:!0})):null},t.min=function(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];if(!n.every(t.isDateTime))throw new y("min requires all arguments be DateTimes");return K(n,(function(t){return t.valueOf()}),Math.min)},t.max=function(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];if(!n.every(t.isDateTime))throw new y("max requires all arguments be DateTimes");return K(n,(function(t){return t.valueOf()}),Math.max)},t.fromFormatExplain=function(t,e,n){void 0===n&&(n={});var i=n,r=i.locale,s=void 0===r?null:r,o=i.numberingSystem,a=void 0===o?null:o;return Vn(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 S}},{key:"DATE_FULL",get:function(){return O}},{key:"DATE_HUGE",get:function(){return T}},{key:"TIME_SIMPLE",get:function(){return x}},{key:"TIME_WITH_SECONDS",get:function(){return R}},{key:"TIME_WITH_SHORT_OFFSET",get:function(){return N}},{key:"TIME_WITH_LONG_OFFSET",get:function(){return A}},{key:"TIME_24_SIMPLE",get:function(){return M}},{key:"TIME_24_WITH_SECONDS",get:function(){return E}},{key:"TIME_24_WITH_SHORT_OFFSET",get:function(){return V}},{key:"TIME_24_WITH_LONG_OFFSET",get:function(){return j}},{key:"DATETIME_SHORT",get:function(){return C}},{key:"DATETIME_SHORT_WITH_SECONDS",get:function(){return D}},{key:"DATETIME_MED",get:function(){return F}},{key:"DATETIME_MED_WITH_SECONDS",get:function(){return L}},{key:"DATETIME_MED_WITH_WEEKDAY",get:function(){return z}},{key:"DATETIME_FULL",get:function(){return P}},{key:"DATETIME_FULL_WITH_SECONDS",get:function(){return U}},{key:"DATETIME_HUGE",get:function(){return H}},{key:"DATETIME_HUGE_WITH_SECONDS",get:function(){return Z}}]),t}();function vi(t){if(fi.isDateTime(t))return t;if(t&&t.valueOf&&B(t.valueOf()))return fi.fromJSDate(t);if(t&&"object"==typeof t)return fi.fromObject(t);throw new y("Unknown datetime argument: "+t+", of type "+typeof t)}e.c9=fi},673:(t,e,n)=>{"use strict";var i,r=function(){return void 0===i&&(i=Boolean(window&&document&&document.all&&!window.atob)),i},s=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),o=[];function a(t){for(var e=-1,n=0;n<o.length;n++)if(o[n].identifier===t){e=n;break}return e}function c(t,e){for(var n={},i=[],r=0;r<t.length;r++){var s=t[r],c=e.base?s[0]+e.base:s[0],u=n[c]||0,l="".concat(c," ").concat(u);n[c]=u+1;var h=a(l),d={css:s[1],media:s[2],sourceMap:s[3]};-1!==h?(o[h].references++,o[h].updater(d)):o.push({identifier:l,updater:p(d,e),references:1}),i.push(l)}return i}function u(t){var e=document.createElement("style"),i=t.attributes||{};if(void 0===i.nonce){var r=n.nc;r&&(i.nonce=r)}if(Object.keys(i).forEach((function(t){e.setAttribute(t,i[t])})),"function"==typeof t.insert)t.insert(e);else{var o=s(t.insert||"head");if(!o)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");o.appendChild(e)}return e}var l,h=(l=[],function(t,e){return l[t]=e,l.filter(Boolean).join("\n")});function d(t,e,n,i){var r=n?"":i.media?"@media ".concat(i.media," {").concat(i.css,"}"):i.css;if(t.styleSheet)t.styleSheet.cssText=h(e,r);else{var s=document.createTextNode(r),o=t.childNodes;o[e]&&t.removeChild(o[e]),o.length?t.insertBefore(s,o[e]):t.appendChild(s)}}function f(t,e,n){var i=n.css,r=n.media,s=n.sourceMap;if(r?t.setAttribute("media",r):t.removeAttribute("media"),s&&"undefined"!=typeof btoa&&(i+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(s))))," */")),t.styleSheet)t.styleSheet.cssText=i;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(i))}}var v=null,m=0;function p(t,e){var n,i,r;if(e.singleton){var s=m++;n=v||(v=u(e)),i=d.bind(null,n,s,!1),r=d.bind(null,n,s,!0)}else n=u(e),i=f.bind(null,n,e),r=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return i(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;i(t=e)}else r()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=r());var n=c(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var i=0;i<n.length;i++){var r=a(n[i]);o[r].references--}for(var s=c(t,e),u=0;u<n.length;u++){var l=a(n[u]);0===o[l].references&&(o[l].updater(),o.splice(l,1))}n=s}}}},211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(i){var r=e[i];if(void 0!==r)return r.exports;var s=e[i]={id:i,exports:{}};return t[i](s,s.exports,n),s.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.nc=void 0;var i={};(()=>{"use strict";n.r(i),n.d(i,{RevisionHistory:()=>Us,RevisionHistoryUI:()=>Zi,RevisionTracker:()=>Si,RevisionViewer:()=>ar,RevisionViewerLoadingOverlay:()=>Ir,RevisionViewerUI:()=>xr,RevisionsRepository:()=>Xn,RevisionsSidebar:()=>bs});var t=n(782),e=n(584),r=n(211),s=n(783);const o=function(){this.__data__=[],this.size=0};const a=function(t,e){return t===e||t!=t&&e!=e};const c=function(t,e){for(var n=t.length;n--;)if(a(t[n][0],e))return n;return-1};var u=Array.prototype.splice;const l=function(t){var e=this.__data__,n=c(e,t);return!(n<0)&&(n==e.length-1?e.pop():u.call(e,n,1),--this.size,!0)};const h=function(t){var e=this.__data__,n=c(e,t);return n<0?void 0:e[n][1]};const d=function(t){return c(this.__data__,t)>-1};const f=function(t,e){var n=this.__data__,i=c(n,t);return i<0?(++this.size,n.push([t,e])):n[i][1]=e,this};function v(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}v.prototype.clear=o,v.prototype.delete=l,v.prototype.get=h,v.prototype.has=d,v.prototype.set=f;const m=v;const p=function(){this.__data__=new m,this.size=0};const y=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const g=function(t){return this.__data__.get(t)};const k=function(t){return this.__data__.has(t)};const b="object"==typeof global&&global&&global.Object===Object&&global;var _="object"==typeof self&&self&&self.Object===Object&&self;const w=b||_||Function("return this")();const I=w.Symbol;var S=Object.prototype,O=S.hasOwnProperty,T=S.toString,x=I?I.toStringTag:void 0;const R=function(t){var e=O.call(t,x),n=t[x];try{t[x]=void 0;var i=!0}catch(t){}var r=T.call(t);return i&&(e?t[x]=n:delete t[x]),r};var N=Object.prototype.toString;const A=function(t){return N.call(t)};var M=I?I.toStringTag:void 0;const E=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":M&&M in Object(t)?R(t):A(t)};const V=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const j=function(t){if(!V(t))return!1;var e=E(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const C=w["__core-js_shared__"];var D,F=(D=/[^.]+$/.exec(C&&C.keys&&C.keys.IE_PROTO||""))?"Symbol(src)_1."+D:"";const L=function(t){return!!F&&F in t};var z=Function.prototype.toString;const P=function(t){if(null!=t){try{return z.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var U=/^\[object .+?Constructor\]$/,H=Function.prototype,Z=Object.prototype,q=H.toString,B=Z.hasOwnProperty,G=RegExp("^"+q.call(B).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const W=function(t){return!(!V(t)||L(t))&&(j(t)?G:U).test(P(t))};const Y=function(t,e){return null==t?void 0:t[e]};const J=function(t,e){var n=Y(t,e);return W(n)?n:void 0};const K=J(w,"Map");const Q=J(Object,"create");const X=function(){this.__data__=Q?Q(null):{},this.size=0};const $=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var tt=Object.prototype.hasOwnProperty;const et=function(t){var e=this.__data__;if(Q){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return tt.call(e,t)?e[t]:void 0};var nt=Object.prototype.hasOwnProperty;const it=function(t){var e=this.__data__;return Q?void 0!==e[t]:nt.call(e,t)};const rt=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Q&&void 0===e?"__lodash_hash_undefined__":e,this};function st(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}st.prototype.clear=X,st.prototype.delete=$,st.prototype.get=et,st.prototype.has=it,st.prototype.set=rt;const ot=st;const at=function(){this.size=0,this.__data__={hash:new ot,map:new(K||m),string:new ot}};const ct=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const ut=function(t,e){var n=t.__data__;return ct(e)?n["string"==typeof e?"string":"hash"]:n.map};const lt=function(t){var e=ut(this,t).delete(t);return this.size-=e?1:0,e};const ht=function(t){return ut(this,t).get(t)};const dt=function(t){return ut(this,t).has(t)};const ft=function(t,e){var n=ut(this,t),i=n.size;return n.set(t,e),this.size+=n.size==i?0:1,this};function vt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}vt.prototype.clear=at,vt.prototype.delete=lt,vt.prototype.get=ht,vt.prototype.has=dt,vt.prototype.set=ft;const mt=vt;const pt=function(t,e){var n=this.__data__;if(n instanceof m){var i=n.__data__;if(!K||i.length<199)return i.push([t,e]),this.size=++n.size,this;n=this.__data__=new mt(i)}return n.set(t,e),this.size=n.size,this};function yt(t){var e=this.__data__=new m(t);this.size=e.size}yt.prototype.clear=p,yt.prototype.delete=y,yt.prototype.get=g,yt.prototype.has=k,yt.prototype.set=pt;const gt=yt;const kt=function(t,e){for(var n=-1,i=null==t?0:t.length;++n<i&&!1!==e(t[n],n,t););return t};const bt=function(){try{var t=J(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const _t=function(t,e,n){"__proto__"==e&&bt?bt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var wt=Object.prototype.hasOwnProperty;const It=function(t,e,n){var i=t[e];wt.call(t,e)&&a(i,n)&&(void 0!==n||e in t)||_t(t,e,n)};const St=function(t,e,n,i){var r=!n;n||(n={});for(var s=-1,o=e.length;++s<o;){var a=e[s],c=i?i(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),r?_t(n,a,c):It(n,a,c)}return n};const Ot=function(t,e){for(var n=-1,i=Array(t);++n<t;)i[n]=e(n);return i};const Tt=function(t){return null!=t&&"object"==typeof t};const xt=function(t){return Tt(t)&&"[object Arguments]"==E(t)};var Rt=Object.prototype,Nt=Rt.hasOwnProperty,At=Rt.propertyIsEnumerable;const Mt=xt(function(){return arguments}())?xt:function(t){return Tt(t)&&Nt.call(t,"callee")&&!At.call(t,"callee")};const Et=Array.isArray;const Vt=function(){return!1};var jt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ct=jt&&"object"==typeof module&&module&&!module.nodeType&&module,Dt=Ct&&Ct.exports===jt?w.Buffer:void 0;const Ft=(Dt?Dt.isBuffer:void 0)||Vt;var Lt=/^(?:0|[1-9]\d*)$/;const zt=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Lt.test(t))&&t>-1&&t%1==0&&t<e};const Pt=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var Ut={};Ut["[object Float32Array]"]=Ut["[object Float64Array]"]=Ut["[object Int8Array]"]=Ut["[object Int16Array]"]=Ut["[object Int32Array]"]=Ut["[object Uint8Array]"]=Ut["[object Uint8ClampedArray]"]=Ut["[object Uint16Array]"]=Ut["[object Uint32Array]"]=!0,Ut["[object Arguments]"]=Ut["[object Array]"]=Ut["[object ArrayBuffer]"]=Ut["[object Boolean]"]=Ut["[object DataView]"]=Ut["[object Date]"]=Ut["[object Error]"]=Ut["[object Function]"]=Ut["[object Map]"]=Ut["[object Number]"]=Ut["[object Object]"]=Ut["[object RegExp]"]=Ut["[object Set]"]=Ut["[object String]"]=Ut["[object WeakMap]"]=!1;const Ht=function(t){return Tt(t)&&Pt(t.length)&&!!Ut[E(t)]};const Zt=function(t){return function(e){return t(e)}};var qt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Bt=qt&&"object"==typeof module&&module&&!module.nodeType&&module,Gt=Bt&&Bt.exports===qt&&b.process;const Wt=function(){try{var t=Bt&&Bt.require&&Bt.require("util").types;return t||Gt&&Gt.binding&&Gt.binding("util")}catch(t){}}();var Yt=Wt&&Wt.isTypedArray;const Jt=Yt?Zt(Yt):Ht;var Kt=Object.prototype.hasOwnProperty;const Qt=function(t,e){var n=Et(t),i=!n&&Mt(t),r=!n&&!i&&Ft(t),s=!n&&!i&&!r&&Jt(t),o=n||i||r||s,a=o?Ot(t.length,String):[],c=a.length;for(var u in t)!e&&!Kt.call(t,u)||o&&("length"==u||r&&("offset"==u||"parent"==u)||s&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||zt(u,c))||a.push(u);return a};var Xt=Object.prototype;const $t=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Xt)};const te=function(t,e){return function(n){return t(e(n))}};const ee=te(Object.keys,Object);var ne=Object.prototype.hasOwnProperty;const ie=function(t){if(!$t(t))return ee(t);var e=[];for(var n in Object(t))ne.call(t,n)&&"constructor"!=n&&e.push(n);return e};const re=function(t){return null!=t&&Pt(t.length)&&!j(t)};const se=function(t){return re(t)?Qt(t):ie(t)};const oe=function(t,e){return t&&St(e,se(e),t)};const ae=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var ce=Object.prototype.hasOwnProperty;const ue=function(t){if(!V(t))return ae(t);var e=$t(t),n=[];for(var i in t)("constructor"!=i||!e&&ce.call(t,i))&&n.push(i);return n};const le=function(t){return re(t)?Qt(t,!0):ue(t)};const he=function(t,e){return t&&St(e,le(e),t)};var de="object"==typeof exports&&exports&&!exports.nodeType&&exports,fe=de&&"object"==typeof module&&module&&!module.nodeType&&module,ve=fe&&fe.exports===de?w.Buffer:void 0,me=ve?ve.allocUnsafe:void 0;const pe=function(t,e){if(e)return t.slice();var n=t.length,i=me?me(n):new t.constructor(n);return t.copy(i),i};const ye=function(t,e){var n=-1,i=t.length;for(e||(e=Array(i));++n<i;)e[n]=t[n];return e};const ge=function(t,e){for(var n=-1,i=null==t?0:t.length,r=0,s=[];++n<i;){var o=t[n];e(o,n,t)&&(s[r++]=o)}return s};const ke=function(){return[]};var be=Object.prototype.propertyIsEnumerable,_e=Object.getOwnPropertySymbols;const we=_e?function(t){return null==t?[]:(t=Object(t),ge(_e(t),(function(e){return be.call(t,e)})))}:ke;const Ie=function(t,e){return St(t,we(t),e)};const Se=function(t,e){for(var n=-1,i=e.length,r=t.length;++n<i;)t[r+n]=e[n];return t};const Oe=te(Object.getPrototypeOf,Object);const Te=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Se(e,we(t)),t=Oe(t);return e}:ke;const xe=function(t,e){return St(t,Te(t),e)};const Re=function(t,e,n){var i=e(t);return Et(t)?i:Se(i,n(t))};const Ne=function(t){return Re(t,se,we)};const Ae=function(t){return Re(t,le,Te)};const Me=J(w,"DataView");const Ee=J(w,"Promise");const Ve=J(w,"Set");const je=J(w,"WeakMap");var Ce="[object Map]",De="[object Promise]",Fe="[object Set]",Le="[object WeakMap]",ze="[object DataView]",Pe=P(Me),Ue=P(K),He=P(Ee),Ze=P(Ve),qe=P(je),Be=E;(Me&&Be(new Me(new ArrayBuffer(1)))!=ze||K&&Be(new K)!=Ce||Ee&&Be(Ee.resolve())!=De||Ve&&Be(new Ve)!=Fe||je&&Be(new je)!=Le)&&(Be=function(t){var e=E(t),n="[object Object]"==e?t.constructor:void 0,i=n?P(n):"";if(i)switch(i){case Pe:return ze;case Ue:return Ce;case He:return De;case Ze:return Fe;case qe:return Le}return e});const Ge=Be;var We=Object.prototype.hasOwnProperty;const Ye=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&We.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const Je=w.Uint8Array;const Ke=function(t){var e=new t.constructor(t.byteLength);return new Je(e).set(new Je(t)),e};const Qe=function(t,e){var n=e?Ke(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Xe=/\w*$/;const $e=function(t){var e=new t.constructor(t.source,Xe.exec(t));return e.lastIndex=t.lastIndex,e};var tn=I?I.prototype:void 0,en=tn?tn.valueOf:void 0;const nn=function(t){return en?Object(en.call(t)):{}};const rn=function(t,e){var n=e?Ke(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const sn=function(t,e,n){var i=t.constructor;switch(e){case"[object ArrayBuffer]":return Ke(t);case"[object Boolean]":case"[object Date]":return new i(+t);case"[object DataView]":return Qe(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return rn(t,n);case"[object Map]":case"[object Set]":return new i;case"[object Number]":case"[object String]":return new i(t);case"[object RegExp]":return $e(t);case"[object Symbol]":return nn(t)}};var on=Object.create;const an=function(){function t(){}return function(e){if(!V(e))return{};if(on)return on(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const cn=function(t){return"function"!=typeof t.constructor||$t(t)?{}:an(Oe(t))};const un=function(t){return Tt(t)&&"[object Map]"==Ge(t)};var ln=Wt&&Wt.isMap;const hn=ln?Zt(ln):un;const dn=function(t){return Tt(t)&&"[object Set]"==Ge(t)};var fn=Wt&&Wt.isSet;const vn=fn?Zt(fn):dn;var mn="[object Arguments]",pn="[object Function]",yn="[object Object]",gn={};gn[mn]=gn["[object Array]"]=gn["[object ArrayBuffer]"]=gn["[object DataView]"]=gn["[object Boolean]"]=gn["[object Date]"]=gn["[object Float32Array]"]=gn["[object Float64Array]"]=gn["[object Int8Array]"]=gn["[object Int16Array]"]=gn["[object Int32Array]"]=gn["[object Map]"]=gn["[object Number]"]=gn[yn]=gn["[object RegExp]"]=gn["[object Set]"]=gn["[object String]"]=gn["[object Symbol]"]=gn["[object Uint8Array]"]=gn["[object Uint8ClampedArray]"]=gn["[object Uint16Array]"]=gn["[object Uint32Array]"]=!0,gn["[object Error]"]=gn[pn]=gn["[object WeakMap]"]=!1;const kn=function t(e,n,i,r,s,o){var a,c=1&n,u=2&n,l=4&n;if(i&&(a=s?i(e,r,s,o):i(e)),void 0!==a)return a;if(!V(e))return e;var h=Et(e);if(h){if(a=Ye(e),!c)return ye(e,a)}else{var d=Ge(e),f=d==pn||"[object GeneratorFunction]"==d;if(Ft(e))return pe(e,c);if(d==yn||d==mn||f&&!s){if(a=u||f?{}:cn(e),!c)return u?xe(e,he(a,e)):Ie(e,oe(a,e))}else{if(!gn[d])return s?e:{};a=sn(e,d,c)}}o||(o=new gt);var v=o.get(e);if(v)return v;o.set(e,a),vn(e)?e.forEach((function(r){a.add(t(r,n,i,r,e,o))})):hn(e)&&e.forEach((function(r,s){a.set(s,t(r,n,i,s,e,o))}));var m=h?void 0:(l?u?Ae:Ne:u?le:se)(e);return kt(m||e,(function(r,s){m&&(r=e[s=r]),It(a,s,t(r,n,i,s,e,o))})),a};const bn=function(t){return kn(t,5)};const _n=function(t){return"symbol"==typeof t||Tt(t)&&"[object Symbol]"==E(t)};var wn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,In=/^\w*$/;const Sn=function(t,e){if(Et(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!_n(t))||(In.test(t)||!wn.test(t)||null!=e&&t in Object(e))};function On(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var i=arguments,r=e?e.apply(this,i):i[0],s=n.cache;if(s.has(r))return s.get(r);var o=t.apply(this,i);return n.cache=s.set(r,o)||s,o};return n.cache=new(On.Cache||mt),n}On.Cache=mt;const Tn=On;var xn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Rn=/\\(\\)?/g;const Nn=function(t){var e=Tn(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(xn,(function(t,n,i,r){e.push(i?r.replace(Rn,"$1"):n||t)})),e}));const An=function(t,e){for(var n=-1,i=null==t?0:t.length,r=Array(i);++n<i;)r[n]=e(t[n],n,t);return r};var Mn=I?I.prototype:void 0,En=Mn?Mn.toString:void 0;const Vn=function t(e){if("string"==typeof e)return e;if(Et(e))return An(e,t)+"";if(_n(e))return En?En.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const jn=function(t){return null==t?"":Vn(t)};const Cn=function(t,e){return Et(t)?t:Sn(t,e)?[t]:Nn(jn(t))};const Dn=function(t){if("string"==typeof t||_n(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const Fn=function(t,e,n,i){if(!V(t))return t;for(var r=-1,s=(e=Cn(e,t)).length,o=s-1,a=t;null!=a&&++r<s;){var c=Dn(e[r]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(r!=o){var l=a[c];void 0===(u=i?i(l,c,a):void 0)&&(u=V(l)?l:zt(e[r+1])?[]:{})}It(a,c,u),a=a[c]}return t};const Ln=function(t,e,n){return null==t?t:Fn(t,e,n)};const zn=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Pn=function(t,e){for(var n=0,i=(e=Cn(e,t)).length;null!=t&&n<i;)t=t[Dn(e[n++])];return n&&n==i?t:void 0};const Un=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 Hn=function(t,e){return e.length<2?t:Pn(t,Un(e,0,-1))};const Zn=function(t,e){return e=Cn(e,t),null==(t=Hn(t,e))||delete t[Dn(zn(e))]};const qn=function(t,e){return null==t||Zn(t,e)},Bn=Gn;function Gn(t,e){const n=Wn();return(Gn=function(t,e){return n[t-=123]})(t,e)}function Wn(){const t=["115TCswpi","496428UZaDwu","981DiJAox","map","1043eaiBid","1538484VtWlBa","creatorId","setName","toVersion","set","removeAttribute","createdAt","diffData","toJSON","7748JGlOmR","1240lgDukM","authorsIds","1430151GVfmzQ","attributes","authors","455770OJwmwp","3176AwqLJA","name","creator","setAttribute","fire","_update","fromVersion"];return(Wn=function(){return t})()}!function(t,e){const n=Gn,i=t();for(;;)try{if(337671===parseInt(n(130))/1+-parseInt(n(139))/2+parseInt(n(127))/3+-parseInt(n(124))/4*(parseInt(n(138))/5)+-parseInt(n(143))/6+parseInt(n(142))/7*(-parseInt(n(131))/8)+-parseInt(n(140))/9*(-parseInt(n(125))/10))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Wn);class Yn extends((0,e.ObservableMixin)()){constructor(t){const n=Gn;super(),this.id=t.id||(0,e.uid)(),this[n(133)]=t[n(133)]||null,this[n(129)]=t[n(129)]||[],this[n(150)]=t[n(150)]||null,this[n(146)]=t[n(146)]||0,this[n(137)]=t[n(137)]||0,this[n(147)](n(132),t[n(132)]||""),this[n(147)](n(149),t[n(149)]||new Date),this[n(147)](n(128),t[n(128)]||{})}[Bn(145)](t){this[Bn(136)]({name:t})}[Bn(134)](t,e){const n=Bn,i=bn(this[n(128)]);Ln(i,t,e),this[n(136)]({attributes:i})}[Bn(148)](t){const e=Bn,n=bn(this[e(128)]);qn(n,t),this[e(136)]({attributes:n})}[Bn(136)](t,e=!1){const n=Bn;let i=!1;const r={id:this.id},s=[n(132),n(149),n(150),n(129),n(128),n(146),n(137),n(144)];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(129)]&&(r[n(126)]=r[n(129)][n(141)]((t=>t.id)),delete r[n(129)]),this[n(135)](n(136),r,e))}[Bn(123)](){const t=Bn;return{id:this.id,name:this[t(132)],creatorId:this[t(133)]?this[t(133)].id:null,authorsIds:this[t(129)][t(141)]((t=>t.id)),diffData:this[t(150)],createdAt:this[t(149)],attributes:this[t(128)],fromVersion:this[t(137)],toVersion:this[t(146)]}}}const Jn=Qn;function Kn(){const t=["createdAt","218eONFrI","join","add","45916csRzYR","name","getRevisions","config","editor","earlier","newRevisionId","390rUFOnv","diffData","3568032mZQUoi","toJSON","3781CmVYCx","pluginName","attributes","isNaN","57AblFDh","forbiddenHandler","get","48726tMvbVL","push","context","7743252yCPBmR","getRevisionsIterator","toVersion","oldRevisionId","plugins","reverse","379561BSOlfx","getLaterVisibleRevision","then","length","createRevision","fromVersion","6zaGaPZ","addRevision","from","later","authorsIds","getRevision","afterInit","fromCharCode","getEarlierVisibleRevision","requires","getUser","getIndex","2231475OdDzlP","map","Users","data","RevisionsRepository","getRevisionsInDiff","creatorId","_revisions"];return(Kn=function(){return t})()}function Qn(t,e){const n=Kn();return(Qn=function(t,e){return n[t-=113]})(t,e)}!function(t,e){const n=Qn,i=t();for(;;)try{if(244826===parseInt(n(152))/1*(-parseInt(n(138))/2)+parseInt(n(156))/3*(parseInt(n(141))/4)+-parseInt(n(129))/5*(-parseInt(n(117))/6)+-parseInt(n(168))/7+-parseInt(n(150))/8+parseInt(n(159))/9*(-parseInt(n(148))/10)+parseInt(n(162))/11)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Kn);class Xn extends t.Plugin{static get[Jn(126)](){return[r.Users]}static get[Jn(153)](){return Jn(133)}get[Jn(114)](){const t=Jn;return this[t(136)][t(114)]}constructor(t){const n=Jn;super(t),this[n(136)]=new e.Collection}[Jn(123)](){!function(e){function n(t){const e=Qn;return t[e(130)]((t=>String[e(124)](t)))[e(139)]("")}(e=>{const i=Qn;function r(t){return n([112,108,117,103,105,110,78,97,109,101])in t}const s=[1,85,78,115,198,255,50,112,83,87,161],o=[127,34,6,211,167,86,146,199,132,160,18];function a(t){return function(t,e){const i=function(t){const e=atob(t),[i,r]=e[n([115,112,108,105,116])](n([45]));try{if(atob(r))return atob(i)}catch(t){}return e}(t),r=Array[n([102,114,111,109])](function(t){const e=new Uint8Array(t[n([108,101,110,103,116,104])]);for(let i=0;i<t[n([108,101,110,103,116,104])];i++)e[i]=t[n([99,104,97,114,67,111,100,101,65,116])](i);return e}(i)),s=r[n([112,111,112])](),o=r[n([112,111,112])]();return function(t){let e="";for(const i of t)e+=String[n([102,114,111,109,67,104,97,114,67,111,100,101])](i);return e}(function(t,e,i){const r={};r[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},r[n([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],r[n([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],r[n([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],r[n([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],r[n([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],r[n([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],r[n([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],r[n([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],r[n([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],r[n([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const s=new Uint8Array(16);for(let t=15;t>=0;--t)s[t]=i%256,i=parseInt(i/256);let o=null,a=16;const c=new Uint8Array(e),u=[],l=[];!function(){const t=r[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][c[n([108,101,110,103,116,104])]];for(let e=0;e<=t;e++)u[n([112,117,115,104])]([0,0,0,0]),l[n([112,117,115,104])]([0,0,0,0]);const e=4*(t+1),i=c[n([108,101,110,103,116,104])]/4,s=h(c);let o;for(let e=0;e<i;e++)o=e>>2,u[o][e%4]=s[e],l[t-o][e%4]=s[e];let a,d=0,f=i;for(;f<e;){a=s[i-1],s[0]^=r[n([83])][a>>16&255]<<24^r[n([83])][a>>8&255]<<16^r[n([83])][255&a]<<8^r[n([83])][a>>24&255]^r[n([114,99,111,110])][d]<<24,d+=1;for(let t=1;t<i/2;t++)s[t]^=s[t-1];a=s[i/2-1],s[i/2]^=r[n([83])][255&a]^r[n([83])][a>>8&255]<<8^r[n([83])][a>>16&255]<<16^r[n([83])][a>>24&255]<<24;for(let t=i/2+1;t<i;t++)s[t]^=s[t-1];let o,c,h=0;for(;h<i&&f<e;)o=f>>2,c=f%4,u[o][c]=s[h],l[t-o][c]=s[h++],f++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)a=l[e][t],l[e][t]=r[n([85,49])][a>>24&255]^r[n([85,50])][a>>16&255]^r[n([85,51])][a>>8&255]^r[n([85,52])][255&a]}();for(let e=0;e<t[n([108,101,110,103,116,104])];e++)16===a&&(o=f(s),a=0,d(s)),t[e]^=o[a++];return t;function h(t){const e=[];for(let i=0;i<t[n([108,101,110,103,116,104])];i+=4)e[n([112,117,115,104])](t[i]<<24|t[i+1]<<16|t[i+2]<<8|t[i+3]);return e}function d(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function f(t){const e=u[n([108,101,110,103,116,104])]-1,i=[0,0,0,0];let s=h(t);for(let t=0;t<4;t++)s[t]^=u[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)i[e]=r[n([84,49])][s[e]>>24&255]^r[n([84,50])][s[(e+1)%4]>>16&255]^r[n([84,51])][s[(e+2)%4]>>8&255]^r[n([84,52])][255&s[(e+3)%4]]^u[t][e];s=i[n([115,108,105,99,101])]()}const o=new Uint8Array(16);let a;for(let t=0;t<4;t++)a=u[e][t],o[4*t]=255&(r[n([83])][s[t]>>24&255]^a>>24),o[4*t+1]=255&(r[n([83])][s[(t+1)%4]>>16&255]^a>>16),o[4*t+2]=255&(r[n([83])][s[(t+2)%4]>>8&255]^a>>8),o[4*t+3]=255&(r[n([83])][255&s[(t+3)%4]]^a);return o}}(r,e,o+256*s))}(t,new Uint8Array([...s,29,221,175,90,231,133,239,240,75,180,...o]))}const c=function(){const t=[{[n([105,100])]:1,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,111,109,109,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([99,104,101,99,107,65,108,115,111])]:[{[n([105,100])]:2,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,114,97,99,107,32,67,104,97,110,103,101,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}}],[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:3,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110,76,111,111,107,117,112]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,103,105,110,97,116,105,111,110,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:4,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([82,101,118,105,115,105,111,110,32,72,105,115,116,111,114,121]),[n([112,108,117,103,105,110,78,97,109,101])]:n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:5,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,111,99,117,109,101,110,116,32,79,117,116,108,105,110,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([68,111,99,117,109,101,110,116,79,117,116,108,105,110,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:6,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([70,111,114,109,97,116,32,80,97,105,110,116,101,114]),[n([112,108,117,103,105,110,78,97,109,101])]:n([70,111,114,109,97,116,80,97,105,110,116,101,114,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([102,111,114,109,97,116,80,97,105,110,116,101,114,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:7,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([83,108,97,115,104,32,67,111,109,109,97,110,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([83,108,97,115,104,67,111,109,109,97,110,100,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:8,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,97,98,108,101,32,111,102,32,67,111,110,116,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,97,98,108,101,79,102,67,111,110,116,101,110,116,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:9,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,101,109,112,108,97,116,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,101,109,112,108,97,116,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,101,109,112,108,97,116,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12,14]}},{[n([105,100])]:10,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,115,116,101,32,102,114,111,109,32,79,102,102,105,99,101,32,69,110,104,97,110,99,101,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,73,110,108,105,110,101,114]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:11,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([65,73,32,65,115,115,105,115,116,97,110,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([65,73,65,115,115,105,115,116,97,110,116,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([97,105,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:12,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,114,111,100,117,99,116,105,118,105,116,121,32,112,97,99,107])},{[n([105,100])]:13,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,97,115,101,32,67,104,97,110,103,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,97,115,101,67,104,97,110,103,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([99,97,115,101,67,104,97,110,103,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:14,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,114,117,112,97,108,32,112,97,99,107]),[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114])]:n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])},{[n([105,100])]:15,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([77,117,108,116,105,32,76,101,118,101,108,32,76,105,115,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([77,117,108,116,105,76,101,118,101,108,76,105,115,116,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([109,117,108,116,105,76,101,118,101,108,76,105,115,116,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])}];return function t(e){e[n([102,111,114,69,97,99,104])]((e=>{e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]=1<<e[n([105,100])]-1,r(e)&&e[n([99,104,101,99,107,65,108,115,111])]&&t(e[n([99,104,101,99,107,65,108,115,111])])}))}(t),t}(),u={[n([99,104,101,99,107,76,105,99,101,110,115,101])]:function(t,e){y(p(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115])]:function(t,e){y(function(t,e){try{if(S(h,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&t){const i=O(h,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])];if(parseInt(i)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])])return g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}return p(t,e)}catch(t){return g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121])]:function(t,e){const i=o[0]*s[1],r=o[0]*s[2],a=o[2]*s[2];function c(t,e){u(),g(e+n([84,114,105,97,108,76,105,109,105,116,58])+t),window[k()]=t===n([116,105,109,101])?i:r}function u(){const t=h;function e(){S(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&(O(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),O(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,O(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,112,100,97,116,101])]=w,O(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([115,97,118,101,82,101,118,105,115,105,111,110])]=w,t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=w,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=w,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))),S(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(O(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),O(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,O(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])]=w,O(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([95,103,101,116,68,105,102,102])]=w)}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>{const i=Qn;if(S(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&e(),S(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))){const r=O(t,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121])),s=r[i(122)](0),o=r[i(125)](s[n([105,100])]);O(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])](s[n([105,100])],o?o[n([105,100])]:null,1)[i(113)]((()=>e()))}}))}S(h,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&O(h,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]==n([99,111,110,110,101,99,116,101,100])&&(window[k()]=a),function(t,e){if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))u();else if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])){const t=function(){const t=Qn;if(!S(h,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(155)](Number(e))){if(window[e]===i)return n([116,105,109,101]);if(window[e]===r)return n([114,101,118,105,115,105,111,110,115])}return!1}();t&&c(t,e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]);const a=function(){let t=o[6]*s[8]*s[6];return S(h,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(t/=10),t}();window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{c(n([116,105,109,101]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}),a);const u=O(h,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]))[n([95,114,101,118,105,115,105,111,110,115])];u[n([108,101,110,103,116,104])]>=7?c(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]):u.on(n([97,100,100]),(()=>{u[n([108,101,110,103,116,104])]>=7&&c(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}))}}(function(t,e){try{return function(){const t=Qn;if(!S(h,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(155)](Number(e))&&window[e]===a)return!0;return!1}()?g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):p(t,e)}catch(t){return g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)}},l=e[n([99,111,110,115,116,114,117,99,116,111,114])][n([112,108,117,103,105,110,78,97,109,101])],h=n([99,111,110,116,101,120,116])in e?e[i(161)]:e[i(145)],d=n([52,48,52,56,48,56,50,50]),f=n([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),v=h[i(144)][i(158)](n([108,105,99,101,110,115,101,75,101,121])),m=c[n([102,105,108,116,101,114])](r)[n([102,105,110,100])]((t=>t[n([112,108,117,103,105,110,78,97,109,101])]===l));function p(t,e){try{return function(t){if(!S(h,t[n([112,108,117,103,105,110,78,97,109,101])]))return!0;const e=t[n([111,112,116,105,111,110,115])]||{},i=e[n([97,105,119,115,103,105,99])]||!1,r=e[n([97,105,116,99,100,103,105,108])]||!1,s=e[n([97,105,114,118,105,105,108])]||!1;return!(!S(h,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||O(h,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]!=n([99,111,110,110,101,99,116,101,100])||!i)||(!(!S(h,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||O(h,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!r)||!(!S(h,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||O(h,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!s))}(e)?g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):t&&function(t,e){const r=!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]),s=function(t,e){const r=(e[n([111,112,116,105,111,110,115])]||{})[n([102,103,105])]||null;return!!r&&c[n([102,105,108,116,101,114])]((t=>r[n([105,110,99,108,117,100,101,115])](t[n([105,100])])))[n([102,105,108,116,101,114])]((t=>!function(t){const e=i,r={[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])]:I};return!!t[e(157)]&&r[t[e(157)]]()}(t)))[n([115,111,109,101])]((e=>!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])])))}(t,e);return r||s}(t[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])],e)?t[n([105,115,73,110,116,101,114,110,97,108])]&&!window[n([111,112,101,110])][n([99,108,111,115,101,100])]||parseInt(d)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])):t[n([105,115,84,114,105,97,108])]?g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])):g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}catch(t){return g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}function y(e,i){if(h instanceof t.Context){const t=h;e==i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?b(t):e==i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{b(t),g(i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),o[6]*s[8]*s[6]),t[n([101,100,105,116,111,114,115])][n([111,110])](n([97,100,100]),((t,r)=>{e!=i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])&&e!=i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&e!=i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||_(r)}))}else{const t=h;e==i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?_(t):e==i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&t[n([111,110])](n([114,101,97,100,121]),(()=>{let e=0;t[n([109,111,100,101,108])][n([111,110])](n([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((r,s)=>{s[0][n([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504===e&&(_(t),g(i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),r[n([111,102,102])]())}),{priority:n([104,105,103,104,101,115,116])})}))}}function g(t){const e=k();return h[e]=t,t}function k(){const t=String(window[n([112,101,114,102,111,114,109,97,110,99,101])][n([110,111,119])]())[n([114,101,112,108,97,99,101])](n([46]),"");let e="";for(let i=0;i<t[n([108,101,110,103,116,104])];i+=2){let r=parseInt(t[n([115,117,98,115,116,114,105,110,103])](i,i+2));r>=f[n([108,101,110,103,116,104])]&&(r-=f[n([108,101,110,103,116,104])]),e+=f[r]}return e}function b(t){for(const e of t[n([101,100,105,116,111,114,115])])_(e);O(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),O(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=w}function _(t){function e(){t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=w,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=w,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>e()))}function w(){return null}function I(){return!window[n([68,114,117,112,97,108])]||!S(h,n([100,114,117,112,97,108,80,111,119,101,114,101,100,66,121]))}function S(t,e){return t[n([112,108,117,103,105,110,115])][n([104,97,115])](e)}function O(t,e){return t[n([112,108,117,103,105,110,115])][n([103,101,116])](e)}m&&function t(e,i){u[i[n([104,97,110,100,108,101,114])]](e,i),i[n([99,104,101,99,107,65,108,115,111])]&&i[n([99,104,101,99,107,65,108,115,111])][n([102,105,108,116,101,114])]((t=>S(h,t[n([112,108,117,103,105,110,78,97,109,101])])))[n([102,111,114,69,97,99,104])]((n=>t(e,n)))}(function(t){try{const e=a(t),i=JSON[n([112,97,114,115,101])](e),r=parseInt(i[n([49])]),s=i[n([50])]||"",o=parseInt(i[n([51])]),c=parseInt(i[n([52])])||0,u=parseInt(i[n([53])])||0;return{[n([112,114,111,100,117,99,116,78,97,109,101])]:s,[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]:c,[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]:r,[n([105,115,84,114,105,97,108])]:o,[n([105,115,73,110,116,101,114,110,97,108])]:u}}catch(t){return null}}(v),m)})(e)}(this)}[Jn(115)](t){const e=Jn,n=this[e(145)][e(166)][e(158)](e(131));return new Yn({id:t.id,name:t[e(142)],creator:t[e(135)]?n[e(127)](t[e(135)]):null,diffData:t[e(149)]||t[e(132)],authors:t[e(121)][e(130)]((t=>n[e(127)](t))),createdAt:new Date(t[e(137)]),attributes:t[e(154)],fromVersion:t[e(116)],toVersion:t[e(164)]})}[Jn(118)](t,e=0){const n=Jn;this[n(136)][n(140)](t,e)}[Jn(122)](t){const e=Jn;return this[e(136)][e(158)](t)}[Jn(143)](t={toJSON:!1}){const e=Jn,n=Array[e(119)](this[e(136)]);return n[e(167)](),t[e(151)]?n[e(130)]((t=>t[e(151)]())):n}[Jn(128)](t){const e=Jn;return this[e(136)][e(128)](t)}[Jn(125)](t){const e=Jn,[,n]=this[e(163)](t,{direction:e(146)});return n}[Jn(169)](t){const e=Jn,[,n]=this[e(163)](t,{direction:e(120)});return n}[Jn(134)](t){const e=Jn,n=[];for(const i of this[e(163)](t[e(147)]))if(n[e(160)](i),i.id===t[e(165)])break;return n}*[Jn(163)](t,{direction:e=Jn(146),filter:n=(t=>!0)}={}){const i=Jn,r=i(146)===e?1:-1;let s=this[i(136)][i(158)](t),o=this[i(128)](s);for(yield s;s;){if(o+=r,s=this[i(122)](o),!s)return;n(s)&&(yield s)}}}function $n(t,e,n){const i=t.t;switch(e){case"Revision history":return i("Revision history");case"Open revision history":return i("Open revision history");case"Restored":return i("Restored");case"Empty document":return i("Empty document");case"Initial revision":return i("Initial revision");case"Suggested by":return i("Suggested by");case"Added by":return i("Added by");case"Removed by":return i("Removed by");case"Show more items":return i("Show more items");case"Compare against selected":return i("Compare against selected");case"Name this revision":return i("Name this revision");case"Restore this revision":return i("Restore this revision");case"Back to editing":return i("Back to editing");case"Loading...":return i("Loading...");case"No changes":return i("No changes");case"NUMBER_OF_CHANGES":return i({string:"%0 change",plural:"%0 changes",id:"NUMBER_OF_CHANGES"},n);case"X_OF_Y_CHANGES":return i({string:"%0 of %1",id:"X_OF_Y_CHANGES"},n);case"Show previous change":return i("Show previous change");case"Show next change":return i("Show next change");case"EDIT_X_OF_Y_REVISIONS":return i({string:"Edit",id:"EDIT_X_OF_Y_REVISIONS"});case"Total":return i("Total");case"Revision creator":return i("Revision creator");case"Revision author":return i("Revision author");case"Revision name":return i("Revision name");case"Save current revision":return i("Save current revision");case"Save":return i("Save");case"Cancel":return i("Cancel");case"Name of the revision":return i("Name of the revision");case"optional":return i("optional");case"PENDING_ACTION_REVISION_HISTORY":return i({string:"Unsaved change in revision history.",id:"PENDING_ACTION_REVISION_HISTORY"});case"The revision name cannot be empty.":return i("The revision name cannot be empty.");case"Enter the revision name":return i("Enter the revision name");default:return""}}const ti=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const ei=function(t){return this.__data__.has(t)};function ni(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new mt;++e<n;)this.add(t[e])}ni.prototype.add=ni.prototype.push=ti,ni.prototype.has=ei;const ii=ni;const ri=function(t,e){for(var n=-1,i=null==t?0:t.length;++n<i;)if(e(t[n],n,t))return!0;return!1};const si=function(t,e){return t.has(e)};const oi=function(t,e,n,i,r,s){var o=1&n,a=t.length,c=e.length;if(a!=c&&!(o&&c>a))return!1;var u=s.get(t),l=s.get(e);if(u&&l)return u==e&&l==t;var h=-1,d=!0,f=2&n?new ii:void 0;for(s.set(t,e),s.set(e,t);++h<a;){var v=t[h],m=e[h];if(i)var p=o?i(m,v,h,e,t,s):i(v,m,h,t,e,s);if(void 0!==p){if(p)continue;d=!1;break}if(f){if(!ri(e,(function(t,e){if(!si(f,e)&&(v===t||r(v,t,n,i,s)))return f.push(e)}))){d=!1;break}}else if(v!==m&&!r(v,m,n,i,s)){d=!1;break}}return s.delete(t),s.delete(e),d};const ai=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,i){n[++e]=[i,t]})),n};const ci=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var ui=I?I.prototype:void 0,li=ui?ui.valueOf:void 0;const hi=function(t,e,n,i,r,s,o){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!s(new Je(t),new Je(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return a(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var c=ai;case"[object Set]":var u=1&i;if(c||(c=ci),t.size!=e.size&&!u)return!1;var l=o.get(t);if(l)return l==e;i|=2,o.set(t,e);var h=oi(c(t),c(e),i,r,s,o);return o.delete(t),h;case"[object Symbol]":if(li)return li.call(t)==li.call(e)}return!1};var di=Object.prototype.hasOwnProperty;const fi=function(t,e,n,i,r,s){var o=1&n,a=Ne(t),c=a.length;if(c!=Ne(e).length&&!o)return!1;for(var u=c;u--;){var l=a[u];if(!(o?l in e:di.call(e,l)))return!1}var h=s.get(t),d=s.get(e);if(h&&d)return h==e&&d==t;var f=!0;s.set(t,e),s.set(e,t);for(var v=o;++u<c;){var m=t[l=a[u]],p=e[l];if(i)var y=o?i(p,m,l,e,t,s):i(m,p,l,t,e,s);if(!(void 0===y?m===p||r(m,p,n,i,s):y)){f=!1;break}v||(v="constructor"==l)}if(f&&!v){var g=t.constructor,k=e.constructor;g==k||!("constructor"in t)||!("constructor"in e)||"function"==typeof g&&g instanceof g&&"function"==typeof k&&k instanceof k||(f=!1)}return s.delete(t),s.delete(e),f};var vi="[object Arguments]",mi="[object Array]",pi="[object Object]",yi=Object.prototype.hasOwnProperty;const gi=function(t,e,n,i,r,s){var o=Et(t),a=Et(e),c=o?mi:Ge(t),u=a?mi:Ge(e),l=(c=c==vi?pi:c)==pi,h=(u=u==vi?pi:u)==pi,d=c==u;if(d&&Ft(t)){if(!Ft(e))return!1;o=!0,l=!1}if(d&&!l)return s||(s=new gt),o||Jt(t)?oi(t,e,n,i,r,s):hi(t,e,c,n,i,r,s);if(!(1&n)){var f=l&&yi.call(t,"__wrapped__"),v=h&&yi.call(e,"__wrapped__");if(f||v){var m=f?t.value():t,p=v?e.value():e;return s||(s=new gt),r(m,p,n,i,s)}}return!!d&&(s||(s=new gt),fi(t,e,n,i,r,s))};const ki=function t(e,n,i,r,s){return e===n||(null==e||null==n||!Tt(e)&&!Tt(n)?e!=e&&n!=n:gi(e,n,i,r,t,s))};const bi=function(t,e){return ki(t,e)},_i=Ni;function wi(){const t=["newValue","_reset","_appendChild","pluginName","_cloneOperation","adapter","$text","_execute","_clone","get","locale","processor","hasContent","root","_handleMarkerOperation","_makeRevision","merge","_handleMergeOperation","16014312faEaTe","_bufferedUpdates","_touchedMarkers","_removePendingAction","createPositionAt","trim","max","slice","saveRevision","getWalker","range","revision","vid_start","clear","getRevision","104utzDpu","document","toView","isReady","graveyardPosition","currentRevision","515703AsWfXr","_transformMarkers","filter","getRange","childCount","offset","_getViewJson","_loadedStateData","length","getRevisions","then","move","_createCurrentRevision","_isPendingUpdate","getAttribute","_update","_removeMetaData","toModel","revision-end","_fixPosition","createPositionBefore","7GvBiDj","stringify","nodeAfter","size","bind","insert","_removeRevisionMarkers","_addPendingAction","delete","_insertChild","Users","Initial revision","insertionPosition","define","previousPosition","_bufferUpdate","map","toVersion","_getFromVersion","getTransformedByOperation","_makeModelFromViewString","_makeIdsRoot","_processRootBeforeSave","getNodeByPath","includes","fromVersion","_copyMarkers","_baseRootsAttributes","_startingRevisionId","data-revision-","getLatestVersion","6eTgSBL","reverse","collaboration.channelId","getChild","_touched","_loadRevisionData","keys","1250170YrerbH","_idsRoots","_loadState","afterInit","_continueCurrentRevision","path","_startingVersion","$graveyard","start","getChildren","RevisionsRepository","PendingActions","offsetSize","Empty document","revision:","diffData","getRoot","string","_baseIdsRoots","loadState","updateRevisions","_pendingAction","71485GPCdez","isAttached","_baseRoots","revision-start","dataToMarker","push","plugins","targetPosition","from","documentFragment","11PnlHbb","userId","NEGATIVE_INFINITY","_handleSplitOperation","createRange","changeRootAttribute","toData","marked","elementStart","revisionHistory.resumeUnsavedRevision","createRangeIn","_markChanges","_getState","add","howMany","text","initial","rootName","getRootNames","find","vid","_diffRootsAttributes","reinsert","editor-initial-data-replaced-with-revision-data","key","clone","attributesAfter","has","_touchedRoots","vid_end","getCurrentRevisionId","_savedMetaData","editing","sort","ready","setRevisionData","_revisionDataBuilder","oldRange","isEnabled","getAttributes","newRange","getOperation","createPositionFromPath","for","addRevision","some","keepParagraph","values","end","_isInit","addRootAttribute","_findInsertionIndex","sendBufferedUpdates","element","_handleRootOperation","detachRoot","baseVersion","item","dataDowncast","isAdd","_prepareViewToSave","remove","_createInitialRevision","elementEnd","createdAt","_handleMoveOperation","deletion","authorsIds","update","107448MyeCgR","_fixOperation","setSource","requires","_generateTape","createRevision","roots","data","version","stickiness","_diffRoots","shift","startsWith","_saveMetaData","getIndex","sourcePosition","_isAttached","init","creatorId","85165rVlHbO","_operations","_getPreviousFrom","useFillerType","default","set","nodes","_setAttribute","RealTimeCollaborationClient","repository","tableCell","_fixRange","PENDING_ACTION_REVISION_HISTORY","getTime","resolve","3227715XyfFwJ","addRoot","16FKlXpF","getData","getMovedRangeStart","_revisionId","creator","parse","getAncestors","_initialRevisionId","deletions","authors","_markers","upcast","attributes","conversion","removeRootAttribute","view","_calculateMetaData","reInit","createPositionAfter","_lastTo","attachChange","_authorId","_source","getRevisionDocumentData","splitPosition","affectsData","markers","history","_applyOperations","insertion","model","_handleRootAttributeOperation","_replaceEditorDataWithRevisionData","children","fromEntries","config","initialData","position","insertions","parent","paragraph","_setConversion","getRevisionRootsAttributes","_handleOperation","_getBaseVids","finally","type","rootsAttributes","forEach","attributesBefore","marker","name","getOperations","source","split","_getVidAttributeName","addRevisionData","_lastFrom","_handleInsertOperation","isEqual","getUser","editor","_createFromRanges","buildRevisionData","RevisionTracker","markerToData"];return(wi=function(){return t})()}!function(t,e){const n=Ni,i=t();for(;;)try{if(365817===-parseInt(n(642))/1+-parseInt(n(613))/2*(parseInt(n(561))/3)+-parseInt(n(555))/4*(-parseInt(n(439))/5)+-parseInt(n(420))/6*(-parseInt(n(582))/7)+parseInt(n(456))/8*(-parseInt(n(454))/9)+-parseInt(n(620))/10+parseInt(n(351))/11*(parseInt(n(540))/12))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(wi);const Ii={c:s.ViewContainerElement,a:s.ViewAttributeElement,e:s.ViewEmptyElement,r:s.ViewRawElement,u:s.ViewUIElement};class Si extends t.Plugin{static get[_i(525)](){return _i(520)}static get[_i(423)](){return[r.Users,Xn,t.PendingActions]}constructor(t){const n=_i;super(t),this[n(527)]=null,this[n(560)]=null,this[n(387)]=new Ti(this[n(517)]),this[n(463)]=this[n(517)][n(491)][n(531)](n(615))||n(367),this[n(541)]=new Map,this[n(568)]=null;const i=(0,e.uid)();this[n(478)]={history:this[n(517)][n(486)][n(556)][n(483)],getLatestVersion:()=>Promise[n(453)](this[n(517)][n(486)][n(556)][n(428)]),getCurrentRevisionId:()=>i},this[n(444)](n(558),!1),this[n(444)](n(389),!0),this[n(444)](n(574),!1),this[n(517)][n(491)][n(595)](n(360),!0),this[n(517)][n(469)][n(394)](n(467))[n(646)]({view:n(551)})}[_i(437)](){const t=_i;this[t(448)]=this[t(517)][t(648)][t(531)](t(630)),this[t(497)](),this[t(517)][t(427)].on(t(385),(()=>{const e=t,n=this[e(448)][e(554)](0),i=n&&null===n[e(460)]?n:null;if(this[e(624)]=!!i&&this[e(517)][e(491)][e(531)](e(360)),this[e(517)][e(648)][e(378)](e(447))){const t=this[e(478)][e(381)](),r=this[e(448)][e(554)](t);if(r)this[e(626)]=r[e(607)],this[e(624)]=!1;else{const t=this[e(478)][e(483)][e(440)][e(370)]((t=>!t[e(400)])),r=t?t[e(407)]:this[e(478)][e(483)][e(428)];n?(n[e(599)]<r&&n[e(576)]({toVersion:r}),this[e(624)]?(this[e(478)][e(381)]=()=>i.id,this[e(626)]=i[e(607)]):(this[e(626)]=n[e(599)],this[e(624)]=!1)):(this[e(626)]=r,this[e(624)]=!1)}}else i&&(this[e(517)][e(486)][e(556)][e(483)][e(428)]=Math[e(546)](i[e(599)],this[e(517)][e(486)][e(556)][e(483)][e(428)]),i[e(607)]===i[e(599)]?(0!==i[e(607)]&&(this[e(478)][e(381)]=()=>i.id),this[e(624)]=!1):this[e(624)]&&(this[e(478)][e(381)]=()=>i.id,this[e(626)]=i[e(607)])),this[e(624)]||(this[e(626)]=this[e(517)][e(486)][e(556)][e(428)]);this[e(387)][e(437)](this[e(478)][e(483)]),this[e(413)](this[e(626)]),this[e(573)](this[e(626)]),this[e(527)]&&this[e(403)]()})),this[t(586)](t(558)).to(this,t(574),(t=>!t))}async[_i(623)](){const t=_i;if(this[t(448)][t(569)]>0){const e=this[t(448)][t(554)](0),n=await this[t(479)](e),i=await this[t(498)](e);this[t(488)](n,i)}}[_i(422)](t){this[_i(478)]=t}async[_i(419)](){const t=_i,e=await this[t(478)][t(612)]();if(e>this[t(560)][t(599)]){await this[t(622)]();const n=this[t(519)]({revision:this[t(560)],to:e});n[t(465)]=n[t(418)][t(598)]((e=>this[t(517)][t(648)][t(531)](t(592))[t(516)](e))),this[t(560)][t(576)](n)}}async[_i(622)](){const t=_i;this[t(624)]&&!this[t(568)]&&(await this[t(618)](this[t(560)]),this[t(387)][t(639)](this[t(560)]),this[t(568)]={fromVersion:this[t(560)][t(607)],authors:this[t(560)][t(465)][t(547)]()})}async[_i(548)](t={},n=null){const i=_i,r=[];await this[i(622)](),this[i(624)]=!1,n>this[i(560)][i(599)]&&(n=null),null===n&&(n=await this[i(478)][i(612)]());const s=this[i(600)](n),o=this[i(519)]({from:s,to:n});if(this[i(560)][i(599)]<n){const t=this[i(519)]({revision:this[i(560)],from:n,to:n});t[i(465)]=[],t[i(418)]=[],t.id=this[i(560)].id,this[i(560)][i(576)](t,!0),delete t[i(465)],r[i(647)](t)}t[i(438)]=this[i(517)][i(648)][i(531)](i(592)).me.id,t[i(507)]=t[i(507)]||null,t.id=t.id||(0,e.uid)(),t={...t,...o};const a=this[i(512)](t);r[i(647)](t);const c=this[i(448)][i(434)](a);if(0!==c){const e=this[i(448)][i(554)](c-1);if(e[i(607)]!==n){const s=this[i(387)][i(457)](n,e[i(599)]),o={id:e.id,diffData:s[i(635)],authorsIds:s[i(418)],authors:s[i(418)][i(598)]((t=>this[i(517)][i(648)][i(531)](i(592))[i(516)](t))),fromVersion:n};e===this[i(560)]&&(o[i(415)]=new Date(t[i(415)][i(452)]()+10)),e[i(576)](o,!0),delete o[i(465)],r[i(647)](o)}}if(this[i(527)]){for(const t of r)this[i(597)](t.id,t,!0);this[i(403)]()}return a}[_i(512)](t){const e=_i,n=this[e(448)][e(425)](t);return this[e(527)]&&n.on(e(576),((t,n,i)=>{const r=e;i||(this[r(597)](n.id,n,!0),this[r(403)]())})),this[e(448)][e(395)](n,this[e(402)](n)),n}async[_i(479)](t){const e=_i;await this[e(618)](t);const n={};for(const i in t[e(635)]){if(t[e(635)][i][e(476)]&&!t[e(635)][i][e(476)][e(643)])continue;const r=this[e(588)](JSON[e(461)](t[e(635)][i][e(494)])),o=this[e(517)][e(383)][e(471)][e(556)],a=new s.ViewDocumentFragment(o,r[e(598)]((t=>Oi(t,this[e(517)]))));this[e(517)][e(427)][e(533)][e(442)](e(358)),n[i]=this[e(517)][e(427)][e(533)][e(357)](a),this[e(517)][e(427)][e(533)][e(442)](e(443))}return n}async[_i(498)](t){const e=_i;await this[e(618)](t);const n={};for(const i in t[e(635)])t[e(635)][i][e(476)]&&!t[e(635)][i][e(476)][e(643)]||(n[i]=t[e(635)][i][e(377)]||{});return n}[_i(403)](){const t=_i;if(0===this[t(541)][t(585)])return;if(this[t(574)])return;let e=Array[t(650)](this[t(541)][t(398)]());this[t(541)][t(553)]();for(let n=0;n<e[t(569)];n++){const i=e[n];let r=!1;for(const e of Object[t(619)](i))void 0===i[e]?delete i[e]:"id"!==e&&(r=!0);r||(e[n]=null)}if(e=e[t(563)]((t=>null!==t)),!e[t(569)])return;for(let n=0;n<e[t(569)];n++){const i=e[n];void 0!==i[t(607)]&&void 0===i[t(599)]&&(i[t(599)]=this[t(448)][t(554)](i.id)[t(599)]),void 0!==i[t(599)]&&void 0===i[t(607)]&&(i[t(607)]=this[t(448)][t(554)](i.id)[t(607)])}const n=this[t(517)][t(491)][t(531)](t(615));this[t(574)]=!0,this[t(589)](),this[t(527)][t(640)](e,n)[t(501)]((()=>{this[t(574)]=!1}))[t(571)]((e=>{const n=t;if(e)for(const t of e)this[n(386)]({id:t.id,createdAt:t[n(415)]});this[n(543)](),this[n(403)]()}))}[_i(488)](t,n){const i=_i;let r=this[i(517)][i(491)][i(531)](i(492)),s=this[i(517)][i(491)][i(531)](i(503));if(void 0===r){r={};for(const t of this[i(517)][i(486)][i(556)][i(369)]())r[t]=""}if(i(637)==typeof r&&(r={main:r}),void 0===s){s={};for(const t of this[i(517)][i(486)][i(556)][i(369)]())s[t]={}}let o=!1;const a=Object[i(619)](r),c=Object[i(619)](t);for(const e of a){if(r[e]!==t[e]&&""!==r[e][i(545)]()){o=!0;break}if(!bi(s[e],n[e])&&Object[i(619)](s[e])[i(569)]>0){o=!0;break}}o||(o=c[i(396)]((t=>!this[i(517)][i(486)][i(556)][i(636)](t)))),o&&(0,e.logWarning)(i(374),{editorData:r,editorRootsAttributes:s,revisionData:t,revisionRootsAttributes:n}),this[i(517)][i(491)][i(444)](i(492),t),this[i(517)][i(491)][i(444)](i(503),n)}[_i(589)](){const t=_i;if(!this[t(641)]){const e=this[t(517)][t(648)][t(531)](t(631));this[t(641)]=e[t(364)]($n(this[t(517)][t(532)],t(451)))}}[_i(543)](){const t=_i;this[t(641)]&&(this[t(517)][t(648)][t(531)](t(631))[t(412)](this[t(641)]),this[t(641)]=null)}[_i(402)](t){const e=_i,n=this[e(448)][e(570)]();n[e(614)]();let i=0;for(;i<n[e(569)];){const r=n[i];if(r===this[e(560)]){i++;continue}if(r.id===this[e(463)])break;const s=t[e(599)]-r[e(599)]||t[e(607)]-r[e(607)];if(s>0)break;if(s<0)i++;else{if(!t[e(460)]&&r[e(460)])break;if(r[e(460)]||!t[e(460)]){if(t[e(415)]>r[e(415)])break;i++}else i++}}return i}[_i(386)](t){const e=_i,n=this[e(448)][e(554)](t.id);if(t[e(415)]&&(t[e(415)]=new Date(t[e(415)])),t[e(418)]){const n=this[e(517)][e(648)][e(531)](e(592));t[e(465)]=t[e(418)][e(598)]((t=>n[e(516)](t)))}n[e(576)](t,!0)}[_i(519)]({revision:t=null,from:e=null,to:n=null}){const i=_i;e=null!==e?e:t[i(607)],n=null!==n?n:t[i(599)];const r=this[i(387)][i(457)](e,n),s={diffData:r[i(635)],authorsIds:r[i(418)],fromVersion:e,toVersion:n};if(!t||n!==t[i(599)]){const t=n-1,e=this[i(478)][i(483)][i(392)](t);s[i(415)]=e&&e[i(415)]||new Date}if(this[i(568)]&&e===this[i(568)][i(607)])for(const t of this[i(568)][i(465)])s[i(418)][i(606)](t.id)||s[i(418)][i(647)](t.id);return s}[_i(618)](t){const e=_i;if(!t||t[e(635)])return Promise[e(453)]();{const n=this[e(517)][e(491)][e(531)](e(615));return this[e(527)][e(554)]({channelId:n,revisionId:t.id})[e(571)]((n=>{const i=e;t[i(635)]=n[i(635)]}))}}[_i(597)](t,e,n){const i=_i;if(this[i(541)][i(378)](t)){const r=this[i(541)][i(531)](t);e=n?{...r,...e}:{...e,...r}}this[i(541)][i(444)](t,e)}[_i(600)](t){const e=_i,n=this[e(448)][e(570)]();n[e(614)](),n[e(431)]();const i=n[e(370)]((n=>n[e(599)]<=t))[e(599)];return i<this[e(626)]?this[e(626)]:i}[_i(413)](t){const e=_i,n=this[e(448)][e(554)](this[e(448)][e(569)]-1);if(n)this[e(463)]=n.id;else{const n=!this[e(517)][e(486)][e(556)][e(426)][e(370)]((t=>this[e(517)][e(486)][e(534)](t))),i=this[e(517)][e(648)][e(531)](e(592)).me.id,r=$n(this[e(517)][e(532)],e(n?633:593));this[e(537)]({from:t,to:t,id:this[e(463)],name:r,creatorId:i})}}[_i(573)](t){const e=_i,n=this[e(478)][e(381)]();this[e(560)]=this[e(448)][e(554)](n),this[e(560)]||(this[e(560)]=this[e(537)]({from:t,to:t,id:n,name:"",creatorId:null}))}[_i(537)]({name:t,from:e,to:n,creatorId:i,id:r}){const s=_i,o=this[s(519)]({from:e,to:n});o[s(507)]=t,o[s(438)]=i,o.id=r;const a=this[s(512)](o);return this[s(527)]&&this[s(597)](o.id,o,!0),a}[_i(497)](){const t=_i;this[t(517)][t(469)][t(394)](t(409))[t(521)]({model:t(551)})}[_i(588)](t){const e=_i;return(t=t[e(563)]((t=>!t[e(507)]||e(645)!==t[e(507)]&&e(579)!==t[e(507)])))[e(504)]((t=>{const n=e;n(637)!=typeof t&&(t[n(489)]=this[n(588)](t[n(489)]),t[n(468)]=t[n(468)][n(563)]((t=>!t[0][n(432)](n(611)))))})),t}}function Oi(t,e){const n=_i,i=e[n(383)][n(471)][n(556)];if(n(637)==typeof t)return new s.ViewText(i,t);{const r=t[n(489)][n(598)]((t=>Oi(t,e)));return new(Ii[t[n(502)]]||s.ViewElement)(i,t[n(507)],t[n(468)],r)}}class Ti{constructor(t){const e=_i;this[e(517)]=t,this[e(382)]=new Map,this[e(513)]=-1,this[e(475)]=-1,this[e(466)]=new Map,this[e(430)]=new Map,this[e(372)]=new Map,this[e(644)]=new Map,this[e(609)]=new Map,this[e(621)]=new Map,this[e(638)]=new Map,this[e(617)]=new Map,this[e(542)]=new Map,this[e(379)]=new Map,this[e(459)]=1}[_i(437)](t){const e=_i;this[e(509)]=t;const n=new Map,i=new Map,r=this[e(517)][e(486)][e(556)][e(426)][e(598)]((t=>t[e(368)]));for(const t of r){const r=this[e(517)][e(486)][e(556)][e(636)](t),s=xi(r);n[e(444)](t,s),i[e(444)](t,Object[e(490)](r[e(390)]()))}const s=Array[e(650)](this[e(517)][e(486)][e(482)])[e(598)]((t=>[t[e(507)],t[e(564)]()])),o=this[e(509)][e(428)];this[e(433)](o,n,s,i),this[e(610)]=this[e(459)];const a=new Map,c=new Map;for(const t of r){const n=Ri(t);a[e(444)](t,n),c[e(444)](t,{})}this[e(433)](Number[e(353)],a,[],c)}[_i(457)](t,e){const n=_i;if(this[n(513)]===t&&this[n(475)]<=e)this[n(382)][n(585)]>1&&this[n(577)](this[n(475)]),this[n(484)](this[n(475)],e,!0);else{if(!this[n(382)][n(378)](t)){const e=this[n(441)](t);this[n(472)](e,t,!1)}this[n(472)](t,e,!0)}return this[n(513)]=t,this[n(475)]=e,this[n(363)]()}[_i(639)](t){const e=_i;this[e(523)](),this[e(513)]=t[e(607)],this[e(475)]=t[e(599)];for(const n in t[e(635)]){const i=t[e(635)][n][e(476)],r=bn(t[e(635)][n][e(505)])||{},s=this[e(602)](t[e(635)][n][e(464)]);s[e(368)]=n,s[e(436)]=!i||!i[e(643)],s[e(643)]=()=>s[e(436)],this[e(644)][e(444)](n,s),this[e(609)][e(444)](n,r),i&&this[e(379)][e(444)](n,i);const o=this[e(603)](s);this[e(638)][e(444)](n,o);for(const[t,n]of s[e(482)]){if(!t[e(432)](e(634)))continue;const i=t[e(510)](":")[2];for(const t of n[e(549)]({singleCharacters:!0})){const n=this[e(511)](t),r=e(414)==t[e(502)]?t[e(596)][e(625)][e(547)](0,-1):t[e(596)][e(625)],s=o[e(605)](r)[e(575)](n);this[e(617)][e(444)](s,{userId:i})}}}this[e(610)]=this[e(459)];const n=[...Array(this[e(459)])[e(619)]()][e(547)](1)[e(563)]((t=>!this[e(617)][e(378)](t)));let i=0;const r=new Map;for(const s in t[e(635)]){const o=t[e(635)][s][e(476)],a=bn(t[e(635)][s][e(377)])||{},c=this[e(602)](t[e(635)][s][e(494)]);c[e(368)]=s,c[e(436)]=!o||o[e(643)],c[e(643)]=()=>c[e(436)],this[e(430)][e(444)](s,c),this[e(372)][e(444)](s,a);const u=this[e(603)](c,Number[e(353)]);this[e(621)][e(444)](s,u),r[e(444)](s,c[e(643)]()?a:{});for(const[t,n]of c[e(482)]){if(!t[e(432)](e(634)))continue;const i=t[e(510)](":")[2];for(const t of n[e(549)]({singleCharacters:!0})){const n=this[e(511)](t),r=this[e(459)]++,s=e(414)==t[e(502)]?t[e(596)][e(625)][e(547)](0,-1):t[e(596)][e(625)];u[e(605)](s)[e(446)](n,r),this[e(617)][e(444)](r,{userId:i})}}for(const t of this[e(517)][e(486)][e(361)](c)[e(549)]({singleCharacters:!0})){const r=this[e(511)](t),s=e(414)==t[e(502)]?t[e(596)][e(625)][e(547)](0,-1):t[e(596)][e(625)],o=u[e(605)](s);o[e(575)](r)>0||o[e(446)](r,n[i++])}for(const[t,n]of c[e(482)])t[e(432)](e(634))||this[e(466)][e(444)](t,n)}const s=Ri(e(627));this[e(644)][e(444)](e(627),s),this[e(638)][e(444)](e(627),this[e(603)](s,1));const o=Ri(e(627));this[e(430)][e(444)](e(627),o),this[e(621)][e(444)](e(627),this[e(603)](o,1));const a=Array[e(650)](this[e(430)])[e(598)]((([t,e])=>[t,xi(e)]));this[e(433)](this[e(475)],a,this[e(466)],r)}[_i(602)](t){const e=_i,n=JSON[e(461)](t),i=this[e(517)][e(383)][e(471)][e(556)],r=new s.ViewDocumentFragment(i,n[e(598)]((t=>Oi(t,this[e(517)]))));return this[e(517)][e(427)][e(578)](r)}[_i(433)](t,e,n,i){const r=_i,s=new Map(e),o=new Map(bn(i)),a=new Map;for(const[t,e]of n)a[r(444)](t,{start:e[r(628)][r(376)](),end:e[r(399)][r(376)](),rootName:e[r(535)][r(368)]});this[r(382)][r(444)](t,{roots:s,markers:a,rootsAttributes:o})}[_i(577)](t){const e=_i;this[e(382)][e(590)](t)}[_i(473)](){const t=_i;this[t(523)](),this[t(513)]=-1,this[t(475)]=-1,this[t(382)][t(553)](),this[t(437)](this[t(509)])}[_i(523)](){const t=_i;this[t(617)][t(553)](),this[t(542)][t(553)](),this[t(379)][t(553)](),this[t(430)][t(553)](),this[t(372)][t(553)](),this[t(644)][t(553)](),this[t(609)][t(553)](),this[t(621)][t(553)](),this[t(638)][t(553)](),this[t(466)][t(553)](),this[t(459)]=1,this[t(610)]=this[t(459)]}[_i(603)](t,e=null){const n=_i;let i=null;t.is(n(651))||(i=new s.Element(t[n(507)],{vid_start:null===e?this[n(459)]++:e++}));const r=[];for(const i of t[n(629)]())if(i.is(n(404))){r[n(647)](this[n(603)](i,e));const t=r[r[n(569)]-1];null!==e&&(e=t.is(n(404),n(528))?t[n(575)](n(371))+1:t[n(575)](n(380))+1)}else for(let t=0;t<i[n(632)];t++)r[n(647)](new s.Element(n(528),{vid:null===e?this[n(459)]++:e++}));if(t.is(n(651))){const e=Ri(t[n(368)]);return e[n(591)](0,r),e}return i[n(446)](n(380),null===e?this[n(459)]++:e++),i[n(591)](0,r),i}[_i(472)](t,e,n){const i=_i;this[i(523)]();const{roots:r,markers:o,rootsAttributes:a}=this[i(382)][i(531)](t);this[i(644)]=new Map(r),this[i(609)]=new Map(bn(a));for(const[t,e]of this[i(644)])if(i(627)!==t&&(this[i(430)][i(444)](t,xi(e)),this[i(372)]=new Map(bn(a)),n)){const n=this[i(459)];this[i(621)][i(444)](t,this[i(603)](e)),this[i(638)][i(444)](t,this[i(603)](e,n))}this[i(610)]=this[i(459)],this[i(430)][i(444)](i(627),xi(this[i(644)][i(531)](i(627)))),n&&this[i(621)][i(444)](i(627),this[i(603)](this[i(644)][i(531)](i(627))));for(const[t,e]of o){const n=this[i(644)][i(531)](e[i(368)]),r=this[i(430)][i(531)](e[i(368)]),o=new s.Range(this[i(580)](e[i(628)],n),this[i(580)](e[i(399)],n)),a=this[i(450)](o,r);n[i(482)][i(444)](t,o),this[i(466)][i(444)](t,a)}this[i(484)](t,e,n)}[_i(484)](t,e,n){const i=_i;for(const r of this[i(509)][i(508)](t,e))this[i(499)](r,n);for(const t of this[i(430)][i(398)]())t[i(482)][i(553)]();for(const[t,e]of this[i(466)])this[i(430)][i(531)](e[i(535)][i(368)])[i(482)][i(444)](t,e[i(376)]());const r=new Map,s=new Map;for(const[t,e]of this[i(430)])r[i(444)](t,xi(e)),s[i(444)](t,this[i(372)][i(531)](t));this[i(433)](e,r,this[i(466)],s)}[_i(441)](t){const e=_i,n=Array[e(650)](this[e(382)][e(619)]());n[e(384)](((t,e)=>t-e)),n[e(614)]();for(const e of n)if(e<t)return e;return Number[e(353)]}[_i(608)](t,e){const n=_i,i=Array[n(650)](e[n(482)])[n(598)]((([e,i])=>[e,this[n(450)](i,t)]));t[n(482)]=new Map(i)}[_i(562)](t){const e=_i;for(const n of this[e(466)][e(398)]()){const i=n[e(601)](t),r=s.Range[e(518)](i);n[e(628)]=r[e(628)],n[e(399)]=r[e(399)]}}[_i(499)](t,e){const n=_i;if(n(455)==t[n(502)]||n(406)==t[n(502)])return void this[n(405)](t,e);if(n(587)==t[n(502)]){const i=t[n(493)][n(535)][n(368)];this[n(430)][n(378)](i)||(this[n(430)][n(444)](i,Ri(i,!0)),this[n(372)][n(444)](i,{}),e&&this[n(621)][n(444)](i,Ri(i,!0)))}else if(n(401)==t[n(502)]||n(470)==t[n(502)]||n(356)==t[n(502)])return void this[n(487)](t);const i=this[n(526)](t,this[n(430)]);if(n(506)!==t[n(502)]&&(i[n(529)](),this[n(562)](i)),e)switch(i[n(502)]){case n(587):this[n(514)](t);break;case n(572):case n(412):case n(373):this[n(416)](t);break;case n(538):this[n(539)](t);break;case n(510):this[n(354)](t);break;case n(506):this[n(536)](t)}}[_i(526)](t,e){const n=_i,i=t[n(376)]();return i[n(477)]=t[n(477)],this[n(421)](i,e),i}[_i(500)](t){const e=_i;return t[e(598)]((t=>{const n=e,i=this[n(511)](t);return Number(t[n(408)][n(575)](i))}))}[_i(424)](t,e){const n=_i;if(t.is(n(404),n(528)))e[n(647)]({item:t,type:n(366)});else{t.is(n(404))&&e[n(647)]({item:t,type:n(359)});for(const i of t[n(629)]())this[n(424)](i,e);t.is(n(404))&&e[n(647)]({item:t,type:n(414)})}return e}[_i(363)](){const t=_i,e=new Map(this[t(617)]),n=new Map(e),i=new Map,r={insertions:{},deletions:{}},s={insertions:{},deletions:{}},o=new Map,a=new Set([...this[t(644)][t(619)](),...this[t(430)][t(619)]()]);a[t(590)](t(627));for(const e of a){const n=this[t(430)][t(531)](e)||Ri(e,!1),i=this[t(644)][t(531)](e)||Ri(e,!1);n[t(643)]()||i[t(643)]()?(r[t(494)][e]=xi(n),r[t(464)][e]=xi(i),this[t(608)](r[t(464)][e],i),this[t(608)](r[t(494)][e],n),s[t(494)][e]=this[t(424)](this[t(621)][t(531)](e),[]),s[t(464)][e]=this[t(424)](this[t(638)][t(531)](e)||Ri(e,!1),[])):a[t(590)](e)}for(const r of a){const o=s[t(494)][r];for(const r of o){const s=this[t(511)](r),o=r[t(408)][t(575)](s);n[t(590)](o),o>=this[t(610)]&&i[t(444)](o,e[t(531)](o))}}for(const r of a){const a=s[t(494)][r],c=this[t(500)](s[t(464)][r]);let u=0;for(const r of a){const s=this[t(511)](r),a=r[t(408)][t(575)](s);if(!i[t(378)](a)&&!o[t(378)](a))if(n[t(378)](a))u++;else{if(a!=c[u]){const i=e[t(531)](a)||e[t(531)](c[u]);for(;a!=c[u];)n[t(378)](c[u])||(o[t(444)](c[u],i),e[t(444)](c[u],i)),u++}u++}}}for(const e of a){const r=s[t(494)][e];for(const e of r){const r=this[t(511)](e),s=e[t(408)][t(575)](r);if(o[t(378)](s)){const e=o[t(531)](s);n[t(378)](s)||n[t(444)](s,{...e}),i[t(444)](s,{...e})}}}for(const e of n[t(619)]())e>=this[t(610)]&&n[t(590)](e);const c=new Map;for(const e of a){let r=s[t(494)][e];for(const e of r)if(e[t(408)].is(t(404),t(449))){const n=this[t(511)](e),r=e[t(408)][t(575)](n);if(i[t(378)](r)){const n=e[t(408)][t(495)][t(495)][t(575)](t(552)),s=c[t(531)](n)||new Set;s[t(364)](i[t(531)](r)[t(352)]),c[t(444)](n,s)}}r=s[t(464)][e];for(const e of r)if(e[t(408)].is(t(404),t(449))){const i=this[t(511)](e),r=e[t(408)][t(575)](i);if(n[t(378)](r)){const i=e[t(408)][t(495)][t(495)][t(575)](t(552)),s=c[t(531)](i)||new Set;s[t(364)](n[t(531)](r)[t(352)]),c[t(444)](i,s)}}for(const e of c[t(619)]())(i[t(378)](e)||n[t(378)](e))&&c[t(590)](e)}for(const e of a){const r=s[t(494)][e];let o=null,a=null;for(const e of r){const r=this[t(511)](e),s=e[t(408)][t(575)](r),u=c[t(531)](s);u&&t(359)==e[t(502)]&&(o=Array[t(650)](u)[0],a=e[t(408)][t(575)](t(380))),o&&(n[t(444)](s,{userId:o}),i[t(444)](s,{userId:o})),s==a&&(o=null,a=null)}}const u={},l=new Set;for(const e of a){const o=r[t(464)][e],a=r[t(494)][e];for(const{userId:e}of this[t(542)][t(398)]())null!==e&&l[t(364)](e);for(const{userId:e}of this[t(379)][t(398)]())null!==e&&l[t(364)](e);this[t(362)](a,s[t(494)][e],i,t(485),l),this[t(362)](o,s[t(464)][e],n,t(417),l),u[e]={insertions:this[t(411)](a),deletions:this[t(411)](o),attachChange:this[t(379)][t(531)](e)||null,attributesBefore:bn(this[t(609)][t(531)](e))||{},attributesAfter:bn(this[t(372)][t(531)](e))}}return{diffData:u,authorsIds:Array[t(650)](l)}}[_i(604)](t){const e=_i;for(const[,n]of t[e(482)]){const t=n[e(628)][e(462)]()[e(563)]((t=>e(449)==t[e(507)]));for(const n of t)1==n[e(565)]&&n[e(616)](0).is(e(404),e(496))&&n[e(616)](0)[e(446)](e(397),!0)}}[_i(411)](t){const e=_i;this[e(604)](t);const n=this[e(517)][e(427)][e(557)](t,{}),i=Array[e(650)](n[e(629)]())[e(598)]((t=>this[e(567)](t)));return JSON[e(583)](i)}[_i(567)](t){const e=_i;if(t.is(e(528)))return t[e(427)];{const n=t;return{type:Object[e(619)](Ii)[e(370)]((e=>t instanceof Ii[e])),name:n[e(507)],attributes:Array[e(650)](n[e(390)]()),children:Array[e(650)](n[e(629)]())[e(598)]((t=>this[e(567)](t)))}}}[_i(362)](t,e,n,i,r){const s=_i;let o=null,a=null,c=0;const u=this[s(517)][s(486)];for(let i=0;i<e[s(569)];i++){const r=this[s(511)](e[i]),c=e[i][s(408)][s(575)](r),h=n[s(531)](c),d=i==e[s(569)]-1;!o&&h&&(o=h,a=e[i]),o&&(!h||h[s(352)]!=o[s(352)])&&(l(h,Ai(a,t,u),Ai(e[i],t,u)),o=h||null,a=h?e[i]:null),o&&d&&l(h,Ai(a,t,u),Mi(e[i],t,u))}function l(e,n,a){const l=s,h=o[l(352)],d=l(634)+i+":"+h+":"+c++,f=u[l(355)](n,a);t[l(482)][l(444)](d,f),null!==h&&r[l(364)](h)}}[_i(511)](t){const e=_i;switch(t[e(502)]){case e(359):return e(552);case e(414):return e(380);default:return e(371)}}[_i(421)](t,e){const n=_i;t[n(407)]=null;for(const i in t){const r=t[i];if(r instanceof s.Position){const s=e[n(531)](r[n(535)][n(368)]);t[i]=this[n(580)](r,s)}if(r instanceof s.Range){const s=e[n(531)](r[n(535)][n(368)]);t[i]=this[n(450)](r,s)}n(535)===i&&(t[n(535)]=e[n(531)](t[n(535)][n(368)]))}}[_i(450)](t,e){const n=_i;return this[n(517)][n(486)][n(355)](this[n(580)](t[n(628)],e),this[n(580)](t[n(399)],e))}[_i(580)](t,e){const n=_i;return this[n(517)][n(486)][n(393)](e,t[n(625)],t[n(429)])}[_i(514)](t){const e=_i,n=this[e(621)][e(531)](t[e(493)][e(535)][e(368)]),i=this[e(580)](t[e(493)],n),r=null===t[e(477)]?null:t[e(477)]||this[e(517)][e(648)][e(531)](e(592)).me.id,o=i[e(495)],a=this[e(459)],c=[];for(const n of t[e(445)])if(n.is(e(404)))c[e(647)](this[e(603)](n));else for(let t=0;t<n[e(632)];t++)c[e(647)](new s.Element(e(528),{vid:this[e(459)]++}));const u=this[e(459)];for(let t=a;t<u;t++)this[e(617)][e(444)](t,{userId:r});o[e(591)](i[e(566)],c)}[_i(416)](t){const e=_i;(t=this[e(526)](t,this[e(621)]))[e(529)]();const n=null===t[e(477)]?null:t[e(477)]||this[e(517)][e(648)][e(531)](e(592)).me.id,i=t[e(458)](),r=i[e(495)],s=i[e(566)];!function t(i,r,s,o){const a=e;for(let e=s;e<o;e++){const s=r[a(616)](e);s.is(a(404),a(528))?i[a(444)](s[a(575)](a(371)),{userId:n}):(i[a(444)](s[a(575)](a(552)),{userId:n}),t(i,s,0,s[a(565)]),i[a(444)](s[a(575)](a(380)),{userId:n}))}}(this[e(617)],r,s,s+t[e(365)])}[_i(539)](t){const e=_i,n=null===(t=this[e(526)](t,this[e(621)]))[e(477)]?null:t[e(477)]||this[e(517)][e(648)][e(531)](e(592)).me.id,i=t[e(649)][e(495)],r=t[e(435)][e(495)],s=i[e(575)](e(380)),o=r[e(575)](e(552));i[e(446)](e(380),r[e(575)](e(380))),r[e(446)](e(380),s),this[e(617)][e(444)](o,{userId:n}),this[e(617)][e(444)](s,{userId:n}),t[e(529)]()}[_i(354)](t){const e=_i,n=null===(t=this[e(526)](t,this[e(621)]))[e(477)]?null:t[e(477)]||this[e(517)][e(648)][e(531)](e(592)).me.id,i=t[e(559)],r=t[e(480)][e(495)];t[e(529)]();const s=r[e(575)](e(380)),o=t[e(594)][e(584)];if(i){const t=o[e(575)](e(380)),i=r[e(575)](e(380));r[e(446)](e(380),t),o[e(446)](e(380),i),this[e(617)][e(444)](r[e(575)](e(380)),{userId:n}),this[e(617)][e(444)](o[e(575)](e(552)),{userId:n})}else{const t=this[e(459)]++,i=this[e(459)]++;r[e(446)](e(380),t),o[e(446)](e(552),i),o[e(446)](e(380),s),this[e(617)][e(444)](t,{userId:n}),this[e(617)][e(444)](i,{userId:n})}}[_i(536)](t){const e=_i;if(!t[e(481)])return;const n=(t=this[e(526)](t,this[e(430)]))[e(388)]?t[e(388)][e(535)]:null,i=t[e(391)]?t[e(391)][e(535)]:null;n&&this[e(466)][e(590)](t[e(507)]),i&&this[e(466)][e(444)](t[e(507)],t[e(391)][e(376)]());const r=null===t[e(477)]?null:t[e(477)]||this[e(517)][e(648)][e(531)](e(592)).me.id,s=t[e(507)];if(!this[e(542)][e(378)](s))return void this[e(542)][e(444)](s,{range:t[e(388)],userId:r});const o=this[e(542)][e(531)](s),a=o[e(550)],c=t[e(391)];null==a&&null==c||a&&c&&a[e(515)](c)?this[e(542)][e(590)](t[e(507)]):o[e(352)]=r}[_i(405)](t,e){const n=_i;this[n(430)][n(378)](t[n(368)])?this[n(430)][n(531)](t[n(368)])[n(436)]=t[n(410)]:(this[n(430)][n(444)](t[n(368)],Ri(t[n(368)],!0)),this[n(372)][n(444)](t[n(368)],{}),e&&this[n(621)][n(444)](t[n(368)],Ri(t[n(368)],!0)));const i=null===t[n(477)]?null:t[n(477)]||this[n(517)][n(648)][n(531)](n(592)).me.id,r=this[n(379)][n(531)](t[n(368)]);r&&r[n(352)]===i?this[n(379)][n(590)](t[n(368)]):this[n(379)][n(444)](t[n(368)],{userId:i,isAttached:t[n(410)]})}[_i(487)](t){const e=_i,n=this[e(372)][e(531)](t[e(535)][e(368)]);null===t[e(522)]?delete n[t[e(375)]]:n[t[e(375)]]=t[e(522)]}}function xi(t){const e=_i,n=Ri(t[e(368)],t[e(643)]());for(const i of t[e(629)]()){const t=i[e(530)](!0);n[e(524)](t)}return n}function Ri(t,e=!0){const n=_i,i=new s.DocumentFragment;return i[n(368)]=t,i[n(436)]=e,i[n(643)]=()=>i[n(436)],i}function Ni(t,e){const n=wi();return(Ni=function(t,e){return n[t-=351]})(t,e)}function Ai(t,e,n){const i=_i,r=i(414)==t[i(502)]?n[i(544)](t[i(408)],i(399)):n[i(581)](t[i(408)]);return n[i(393)](e,r[i(625)],r[i(429)])}function Mi(t,e,n){const i=_i,r=i(359)==t[i(502)]?n[i(544)](t[i(408)],0):n[i(474)](t[i(408)]);return n[i(393)](e,r[i(625)],r[i(429)])}var Ei=n(311),Vi=n(673),ji=n.n(Vi),Ci=n(426),Di={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(Ci.A,Di);Ci.A.locals;var Fi=n(959),Li={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(Fi.A,Li);Fi.A.locals;const zi=Pi;function Pi(t,e){const n=Ui();return(Pi=function(t,e){return n[t-=116]})(t,e)}function Ui(){const t=["revisionNameInputView","optional","extendTemplate","render","arrowleft","144sIghXX","54MztaRv","1366554LAdlza","102189336lSlrjJ","focus","form","trim","15016992FQIZVv","arrowup","186768ItSpYc","stopPropagation","2bpyAUv","220","305570yWTXid","ck-responsive-form","205oaNZKs","input","value","1178046DYyues","set","element","ck-revision-history-save-revision-form","listenTo","revisionName","label","keystrokes","errorText","Name of the revision","reset","arrowright","setTemplate","locale","focusTracker","_createRevisionNameInput","arrowdown","11qBQjsL","3950490CYDVOo","add","fieldView","revisionNameInputValue"];return(Ui=function(){return t})()}!function(t,e){const n=Pi,i=t();for(;;)try{if(961320===-parseInt(n(157))/1*(parseInt(n(150))/2)+-parseInt(n(130))/3+parseInt(n(148))/4*(-parseInt(n(154))/5)+-parseInt(n(140))/6*(parseInt(n(141))/7)+-parseInt(n(146))/8+-parseInt(n(139))/9*(-parseInt(n(152))/10)+-parseInt(n(129))/11*(-parseInt(n(142))/12))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Ui);class Hi extends Ei.View{constructor(t,n){const i=Pi;super(t),this[i(126)]=new e.FocusTracker,this[i(119)]=new e.KeystrokeHandler,this[i(158)](i(133),""),this[i(134)]=this[i(127)](n),this[i(124)]({tag:i(144),attributes:{class:["ck",i(160),i(153)],tabindex:"-1"},children:[this[i(134)]]}),(0,Ei.injectCssTransitionDisabler)(this)}[zi(137)](){const t=zi;super[t(137)](),(0,Ei.submitHandler)({view:this}),this[t(126)][t(131)](this[t(134)][t(159)]),this[t(119)][t(116)](this[t(159)]);const e=e=>e[t(149)]();this[t(119)][t(158)](t(123),e),this[t(119)][t(158)](t(138),e),this[t(119)][t(158)](t(147),e),this[t(119)][t(158)](t(128),e)}[zi(143)](){const t=zi;this[t(134)][t(143)]()}get[zi(117)](){const t=zi;return this[t(134)][t(132)][t(159)][t(156)][t(145)]()}set[zi(117)](t){const e=zi;this[e(134)][e(132)][e(159)][e(156)]=t[e(145)]()}[zi(122)](){const t=zi;this[t(134)][t(132)][t(159)][t(156)]="",this[t(134)][t(120)]=null}[zi(127)](t){const e=zi,n=new Ei.LabeledFieldView(this[e(125)],Ei.createLabeledInputText),i=n[e(132)];i[e(136)]({attributes:{maxlength:e(151)}});let r=$n(this[e(125)],e(121));return!t&&(r+=" ("+$n(this[e(125)],e(135))+")"),n[e(118)]=r,i.on(e(155),(()=>{const t=e;this[t(133)]=i[t(159)][t(156)][t(145)]()})),n}}class Zi extends t.Plugin{static get pluginName(){return"RevisionHistoryUI"}static get requires(){return[Si]}init(){const e=this.editor,n=e.plugins.get("RevisionTracker");e.ui.componentFactory.add("revisionHistory",(i=>{const r=(0,Ei.createDropdown)(i),s=r.panelView.children,o=new Ei.ListView(i),a=new Ei.ListItemView(i),c=new Ei.ButtonView(i),u=new Ei.ListItemView(i),l=new Ei.ButtonView(i);return r.bind("isEnabled").to(n,"isReady",n,"isEnabled",e,"isReadOnly",((t,e,n)=>t&&e&&!n)),r.buttonView.set({icon:t.icons.history,label:$n(i,"Revision history"),tooltip:!0}),c.set({label:$n(i,"Save current revision"),withText:!0}),c.bind("isEnabled").to(n,"isReady",n,"isEnabled",e,"isReadOnly",((t,e,n)=>t&&e&&!n)),c.on("execute",(()=>this._showDialog())),l.set({label:$n(i,"Open revision history"),withText:!0}),l.bind("isEnabled").to(n,"isReady",e,"isReadOnly",((t,e)=>t&&!e)),l.on("execute",(()=>{e.config.get("revisionHistory").showRevisionViewerCallback(),r.isOpen=!1,e.editing.view.focus()})),a.children.add(c),u.children.add(l),o.items.addMany([a,u]),s.add(o),r})),e.ui.componentFactory.add("menuBar:revisionHistory",(()=>this._registerMenuComponent()))}_registerMenuComponent(){const e=this.editor,n=e.locale,i=new Ei.MenuBarMenuView(n),r=new Ei.MenuBarMenuListView(n);i.buttonView.set({icon:t.icons.history,label:$n(n,"Revision history")});const s=new Ei.MenuBarMenuListItemView(n,i),o=new Ei.MenuBarMenuListItemButtonView(n);o.set({label:$n(n,"Save current revision")}),o.delegate("execute").to(i),o.on("execute",(()=>{this._showDialog()})),s.children.add(o),r.items.add(s);const a=new Ei.MenuBarMenuListItemView(n,i),c=new Ei.MenuBarMenuListItemButtonView(n);return c.set({label:$n(n,"Open revision history")}),c.delegate("execute").to(i),c.on("execute",(()=>{e.config.get("revisionHistory").showRevisionViewerCallback()})),a.children.add(c),r.items.add(a),i.panelView.children.add(r),i}_showDialog(){const t=this.editor,e=t.locale,n=e.t,i=t.plugins.get("Dialog"),r=t.plugins.get("RevisionTracker");function s(n){t.config.get("revisionHistory.requireRevisionName")&&""===n.revisionName?n.revisionNameInputView.errorText=$n(e,"The revision name cannot be empty."):(t.plugins.get(Si).saveRevision({name:n.revisionName}),i.hide())}this._saveRevisionFormView||(this._createSaveRevisionFormView(),this._saveRevisionFormView.on("submit",(()=>s(this._saveRevisionFormView)))),this._saveRevisionFormView.reset(),i.show({id:"findAndReplace",title:$n(e,"Save current revision"),isModal:!0,content:this._saveRevisionFormView,actionButtons:[{label:n("Cancel"),withText:!0,onExecute:()=>i.hide()},{label:n("Accept"),class:"ck-button-action",withText:!0,onCreate(e){e.bind("isEnabled").to(r,"isReady",r,"isEnabled",t,"isReadOnly",((t,e,n)=>t&&e&&!n))},onExecute:()=>s(this._saveRevisionFormView)}]})}_createSaveRevisionFormView(){const t=this.editor,e=t.locale;this._saveRevisionFormView=new Hi(e,t.config.get("revisionHistory.requireRevisionName")),this._saveRevisionFormView.render()}}const qi=Bi;function Bi(t,e){const n=Wi();return(Bi=function(t,e){return n[t-=306]})(t,e)}!function(t,e){const n=Bi,i=t();for(;;)try{if(892276===parseInt(n(322))/1*(parseInt(n(326))/2)+parseInt(n(338))/3+-parseInt(n(318))/4*(-parseInt(n(337))/5)+-parseInt(n(307))/6+-parseInt(n(319))/7*(-parseInt(n(321))/8)+-parseInt(n(312))/9*(parseInt(n(314))/10)+-parseInt(n(331))/11)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Wi);class Gi extends Ei.View{constructor(t,e){const n=Bi;super(t),this[n(335)]=e,this[n(317)]=e.id;const i=this[n(306)],r=$n(t,e[n(325)][n(310)]?n(328):n(320)==e[n(323)]?n(308):n(315));this[n(333)](n(323),e[n(323)]),this[n(332)]({tag:n(309),attributes:{class:[n(329),n(313),i.to(n(323),(t=>n(327)+t))],tabindex:-1},children:[{tag:n(311),children:[{tag:n(311),attributes:{class:[n(316)]},children:[{text:r}]},{text:" "+e[n(334)][n(324)]}]}]})}[qi(330)](){const t=qi;this[t(336)][t(330)]()}}function Wi(){const t=["div","isSuggestion","span","36UeiHuU","ck-revision-change","1242580cnoCbS","Removed by","ck-revision-change__label","changeId","8EZHvxq","7qPLruN","add","11547064SVBWJI","592549csoVZr","type","name","data","6aZomqa","ck-revision-change__","Suggested by","ck-annotation","focus","37517502HNueTD","setTemplate","set","author","_model","element","3743955CGFeKR","268251NBjRLO","bindTemplate","48234zPVxyL","Added by"];return(Wi=function(){return t})()}function Yi(){var t=["data","3018234rmtRCM","21OUWUcU","1071OWESFm","6666750BoSCVD","rootName","set","7731756DiJRvm","20596TasFaR","2761128xZmeUp","author","186246ZlmyCH","createdAt","399665deRbPp","toJSON","type"];return(Yi=function(){return t})()}var Ji=Ki;function Ki(t,e){var n=Yi();return(Ki=function(t,e){return n[t-=417]})(t,e)}!function(t,e){for(var n=Ki,i=t();;)try{if(983119===parseInt(n(425))/1+parseInt(n(429))/2+parseInt(n(431))/3*(-parseInt(n(420))/4)+parseInt(n(432))/5+-parseInt(n(423))/6*(-parseInt(n(430))/7)+parseInt(n(421))/8+-parseInt(n(419))/9)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Yi);class Qi extends((0,e.ObservableMixin)()){constructor(t){var n=Ki;super(),this.id=t.id||(0,e.uid)(),this[n(422)]=t[n(422)],this[n(427)]=t[n(427)],this[n(428)]=t[n(428)]||{},this[n(417)]=t[n(417)],this[n(418)](n(424),t[n(424)])}[Ji(426)](){var t=Ji;return{id:this.id,authorId:this[t(422)].id,type:this[t(427)],data:this[t(428)],createdAt:this[t(424)]}}}function Xi(){const t=["oldRevisionId","34171kskPSK","2261112OujTtv","add","_setChanges","1775358yXJfHz","301xZEzyh","452SYMhsz","85592DhzOfs","207iaofVB","changes","19010CuRsAu","14446806NNOkYD","30KSOHkE","46630pPjRwY","newRevisionId"];return(Xi=function(){return t})()}const $i=tr;function tr(t,e){const n=Xi();return(tr=function(t,e){return n[t-=479]})(t,e)}!function(t,e){const n=tr,i=t();for(;;)try{if(585666===parseInt(n(488))/1*(parseInt(n(484))/2)+-parseInt(n(489))/3+-parseInt(n(494))/4*(parseInt(n(482))/5)+parseInt(n(492))/6+parseInt(n(493))/7*(-parseInt(n(479))/8)+parseInt(n(480))/9*(parseInt(n(485))/10)+parseInt(n(483))/11)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Xi);class er{constructor(t,n){const i=tr;this[i(486)]=t,this[i(487)]=n,this[i(481)]=new e.Collection}[$i(491)](t){const e=$i;for(const n of t)this[e(481)][e(490)](n)}}var nr=n(536),ir={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(nr.A,ir);nr.A.locals;const rr=sr;function sr(t,e){const n=ur();return(sr=function(t,e){return n[t-=109]})(t,e)}!function(t,e){const n=sr,i=t();for(;;)try{if(564843===-parseInt(n(266))/1*(parseInt(n(167))/2)+-parseInt(n(327))/3*(-parseInt(n(392))/4)+-parseInt(n(158))/5+parseInt(n(294))/6*(-parseInt(n(279))/7)+parseInt(n(193))/8+-parseInt(n(149))/9*(parseInt(n(217))/10)+parseInt(n(342))/11)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(ur);const or={c:s.ViewContainerElement,a:s.ViewAttributeElement,e:s.ViewEmptyElement,r:s.ViewRawElement,u:s.ViewUIElement};class ar extends t.Plugin{static get[rr(365)](){return rr(215)}static get[rr(154)](){return[r.Users,Ei.ContextualBalloon,Xn]}constructor(t){const e=rr;super(t),this[e(160)]=this[e(414)][e(128)][e(196)](e(112)),this[e(231)](e(382),null),this[e(231)](e(270),null),this[e(395)]=null,this[e(231)](e(178),null),this[e(231)](e(420),!1),this[e(231)](e(232),!0),this.on(e(322),((t,n,i)=>{const r=e;this[r(382)]=null,this[r(270)]=null,this[r(414)][r(275)][r(201)][r(361)]((t=>{const e=r;for(const n of this[e(414)][e(275)][e(201)][e(249)][e(190)])i?t[e(433)](e(391),n):t[e(223)](e(391),n)}))})),this[e(206)](e(434)).to(this,e(382),(t=>null!==t)),this[e(206)](e(133)).to(this,e(420),this,e(178),this,e(382),((t,n,i)=>t&&i?n[e(405)][e(339)](i):0)),this[e(206)](e(130)).to(this,e(420),this,e(178),((t,n)=>t?n[e(405)][e(161)]:0)),this[e(357)]=null,this[e(429)]=new Map,this[e(224)]=null,this[e(221)]=this[e(414)][e(128)][e(196)](Ei.ContextualBalloon)}[rr(362)](){const t=rr,e=this[t(414)],n=new hr(e,{direction:t(176)}),i=new hr(e,{direction:t(385)});e[t(301)][t(110)](t(423),n),e[t(301)][t(110)](t(410),i),e[t(301)][t(110)](t(404),new lr(e)),this.on(t(175),(()=>{const e=t;n[e(253)](),i[e(253)]()})),this[t(138)](),this[t(432)](),e[t(297)](t(181)),e[t(128)][t(113)](t(187))&&e[t(128)][t(196)](t(187))[t(191)](t(181))}async[rr(210)](t){const e=rr;await this[e(115)](t);const n={};for(const i in t[e(287)]){if(t[e(287)][i][e(250)]&&!t[e(287)][i][e(250)][e(171)])continue;const r=this[e(213)](JSON[e(276)](t[e(287)][i][e(411)])),o=this[e(414)][e(275)][e(201)][e(249)],a=new s.ViewDocumentFragment(o,r[e(170)]((t=>this[e(400)](t))));this[e(414)][e(290)][e(440)][e(335)](e(337)),n[i]=this[e(414)][e(290)][e(440)][e(303)](a),this[e(414)][e(290)][e(440)][e(335)](e(281))}return n}async[rr(262)](t){const e=rr;await this[e(115)](t);const n={};for(const i in t[e(287)])t[e(287)][i][e(250)]&&!t[e(287)][i][e(250)][e(171)]||(n[i]=t[e(287)][i][e(427)]||{});return n}[rr(213)](t){const e=rr;return(t=t[e(119)]((t=>!t[e(242)]||e(238)!==t[e(242)]&&e(380)!==t[e(242)])))[e(278)]((t=>{const n=e;n(421)!=typeof t&&(t[n(396)]=this[n(213)](t[n(396)]),t[n(197)]=t[n(197)][n(119)]((t=>!t[0][n(174)](n(228)))))})),t}async[rr(226)](t,e,n=!1){const i=rr;if(!this[i(232)])return;const r=this[i(178)],s=this[i(160)],o=i(421)==typeof t?s[i(289)](t):t,a=i(421)==typeof e?s[i(289)](e):e,c=o.id,u=a?a.id:null;if(!n&&this[i(178)]&&this[i(178)][i(284)]===c&&this[i(178)][i(417)]===u)return Promise[i(207)]();this[i(420)]=!1,this[i(270)]=null,this[i(382)]=null,this[i(178)]=new er(c,u);const l=this[i(334)](o,a,!0)[i(170)]((t=>this[i(115)](t)));return l[i(177)](new Promise((t=>{setTimeout(t,20)}))),Promise[i(336)](l)[i(146)]((()=>{const t=i;if(!this[t(232)])return;this[t(326)]();const e=this[t(351)](c,u);for(const n of e[t(405)])this[t(429)][t(231)](n.id,n);this[t(414)][t(369)][t(356)]({isUndoable:!1},(n=>{const i=t;for(const t of this[i(414)][i(369)][i(249)][i(135)]())n[i(375)](t);for(const t of Object[i(194)](e[i(369)])){const r=n[i(208)](t);for(const s of Object[i(194)](e[i(197)][t]))n[i(282)](s,e[i(197)][t][s],r);n[i(134)](e[i(369)][t],r,0)}})),this[t(178)][t(403)](this[t(305)](e[t(405)])),this[t(420)]=!0}))[i(239)]((t=>{const e=i;console[e(235)](t),this[e(326)](),r&&(this[e(178)]=r),this[e(420)]=!0}))}[rr(321)](t,e){const n=rr,i=this[n(160)][n(426)](t);return i.on(n(199),((t,n,r)=>e(n,r,i))),this[n(160)][n(264)](i),i}[rr(115)](t){const e=rr;if(!t||t[e(287)])return Promise[e(207)]();{const n=this[e(414)][e(152)][e(196)](e(394));return this[e(224)][e(289)]({channelId:n,revisionId:t.id})[e(146)]((n=>{const i=e;t[i(199)]({diffData:n[i(287)]},!0)}))}}[rr(326)](){const t=rr;this[t(382)]=null,this[t(310)](),this[t(357)]&&this[t(357)][t(399)](),this[t(357)]=null,this[t(429)][t(246)](),this[t(414)][t(369)][t(356)]({isUndoable:!1},(e=>{const n=t;for(const t of this[n(414)][n(369)][n(249)][n(135)]())e[n(375)](t)}))}[rr(305)](t){const e=rr,n=[],i=new Map;for(const t of this[e(414)][e(369)][e(249)][e(135)]()){const r=this[e(414)][e(275)][e(201)][e(412)](t);if(!r)continue;const s=r[e(255)]()[e(121)](0);s&&(n[e(177)](t),i[e(231)](t,s))}return n[e(257)](((t,n)=>{const r=e,s=i[r(196)](t),o=i[r(196)](n);return s.y-o.y||s.x-o.x})),(t=t[e(119)]((t=>n[e(198)](t[e(126)]))))[e(257)](((t,i)=>n[e(244)](t[e(126)])-n[e(244)](i[e(126)]))),t}[rr(205)](t){const e=rr,n=Array[e(344)](t[e(397)])[e(119)]((([t,n])=>t[e(174)](e(288))&&!n[e(318)])),i=Array[e(344)](this[e(414)][e(369)][e(347)](t)[e(292)]({singleCharacters:!0}));if(0!=n[e(161)])for(const t of i){const[i,r]=n[0],[,s,o]=i[e(379)](":");if(r[e(406)][e(240)](t[e(389)])&&n[e(268)](),(t[e(227)][e(240)](r[e(256)])||t[e(227)][e(363)](r[e(256)]))&&(e(127)==s?t[e(195)]={userId:o}:e(353)==s&&(t[e(147)]={userId:o})),0==n[e(161)])break}return i}[rr(124)](t){const e=rr,n=new Map;for(let i=0;i<t[e(161)];i++)e(277)===t[i][e(350)]?(t[i][e(121)][e(348)]=i,t[i][e(121)][e(313)]=i):(e(286)===t[i][e(350)]?t[i][e(121)][e(348)]=i:e(117)===t[i][e(350)]&&(t[i][e(121)][e(313)]=i),n[e(231)](t[i].id,i));for(const i of n[e(308)]())e(286)===t[i][e(350)]?t[i][e(121)][e(313)]=n[e(196)](t[i][e(386)]):e(117)===t[i][e(350)]&&(t[i][e(121)][e(348)]=n[e(196)](t[i][e(386)]))}[rr(314)](t){const e=rr;for(let n=0;n<t[e(161)];n++){if(e(286)===t[n][e(350)])t[n][e(121)][e(348)]=n;else if(e(117)===t[n][e(350)]){t[n][e(121)][e(313)]=n;const i=t[n][e(121)][e(348)];t[i][e(386)]=t[n].id,t[n][e(386)]=t[i].id}else t[n][e(121)][e(348)]=n,t[n][e(121)][e(313)]=n,t[n][e(386)]=null;t[n][e(359)]||(t[n][e(359)]=[],t[n][e(252)]=[])}}[rr(169)](t,e){const n=rr,i=t[n(119)]((t=>!t[n(195)]));for(let t=0;t<e[n(161)];t++)e[t][n(195)]&&(i[t][n(195)]=e[t][n(195)])}[rr(398)](t){const e=rr,n=JSON[e(276)](t),i=this[e(414)][e(275)][e(201)][e(249)],r=new s.ViewDocumentFragment(i,n[e(170)]((t=>this[e(400)](t))));return this[e(414)][e(290)][e(230)](r)}[rr(400)](t){const e=rr,n=this[e(414)][e(275)][e(201)][e(249)];if(e(421)==typeof t)return new s.ViewText(n,t);{const i=t[e(396)][e(170)]((t=>this[e(400)](t)));return new(or[t[e(350)]]||s.ViewElement)(n,t[e(242)],t[e(197)],i)}}[rr(351)](t,e=null){const n=rr,i=this[n(160)][n(289)](t),r=e?this[n(160)][n(289)](e):null,s=this[n(334)](i,r),o=s[s[n(161)]-1],a=new Map,c={model:{},attributes:{},changes:[]},u=new Set,l=new Map;for(let t=s[n(161)]-1;t>=0;t--){const e=s[t];for(const t of Object[n(194)](e[n(287)]))if(e[n(287)][t][n(250)]){const i=e[n(287)][t][n(250)];i[n(171)]?(u[n(110)](t),l[n(113)](t)&&l[n(196)](t)[n(237)]==i[n(237)]?l[n(269)](t):l[n(231)](t,i)):l[n(113)](t)?(u[n(269)](t),l[n(269)](t)):(u[n(110)](t),l[n(231)](t,i))}else u[n(110)](t)}for(const t of u){const e=l[n(113)](t)&&!l[n(196)](t)[n(171)];let i=e?s[n(161)]-1:0;const r=e?-1:1;for(;s[i];){const o=s[i];if(o[n(287)][t]){const i=e?o[n(287)][t][n(307)]:o[n(287)][t][n(427)];c[n(197)][t]=i?bn(i):{};break}i+=r}}for(const t of s){t[n(369)]={};for(const e of t[n(333)])a[n(231)](e.id,e);for(const e of u){const i=t[n(287)][e]?t[n(287)][e][n(411)]:"[]",r=t[n(287)][e]?t[n(287)][e][n(144)]:"[]";t[n(369)][e]={insertions:this[n(398)](i),deletions:this[n(398)](r)}}}for(const t of u){let e=null,r=0;const u=new Map(Array[n(344)](i[n(369)][t][n(411)][n(397)])[n(119)]((([t])=>!t[n(174)](n(288)))));let h=0;for(const o of s){const s=this[n(205)](o[n(369)][t][n(411)]);o==i?(e=s,r=e[n(161)],e[n(278)]((t=>{t.id=h++})),this[n(314)](e)):this[n(169)](e,s);const a=e[n(119)]((t=>!t[n(195)]))[n(170)]((t=>t.id));let c=0;const l=this[n(205)](o[n(369)][t][n(144)]);l[n(278)]((t=>{t[n(147)]?t.id=r++:t.id=a[c++]})),this[n(314)](l),this[n(300)](e,n(195)),this[n(300)](l,n(147)),o==i&&this[n(156)](e,u),e=this[n(129)](e,l),this[n(124)](e),this[n(300)](e,n(147))}e=e[n(119)]((t=>!(t[n(195)]&&t[n(147)])));const d=new Map(o[n(369)][t][n(144)][n(397)]),f=new Set(u[n(194)]());for(const t of d[n(194)]())f[n(269)](t);this[n(383)](e,f),this[n(390)](e),e=this[n(234)](e),e=this[n(182)](e),e=this[n(441)](e);const{root:v,changes:m}=this[n(251)](e,a,t);c[n(369)][t]=v;const p=l[n(196)](t);if(p){const e=a[n(196)](p[n(237)]),i=new Qi({author:e,type:p[n(171)]?n(110):n(258),data:{isOnRoot:!0},createdAt:new Date,rootName:t});m[n(408)](i),c[n(197)][t][n(184)]=i.id}c[n(405)]=c[n(405)][n(241)](m)}return c}[rr(156)](t,e){const n=rr;for(let i=0;i<t[n(161)];i++)for(const[r,s]of e)s[n(256)][n(240)](t[i][n(227)])&&t[i][n(359)][n(177)](r),s[n(406)][n(240)](t[i][n(389)])&&t[i][n(252)][n(177)](r)}[rr(129)](t,e){const n=rr;let i=[],r=0,s=0;for(;r<t[n(161)]||s<e[n(161)];){const o=t[r]||{},a=e[s]||{};if(o.id==a.id)r++,s++,i[n(177)](o);else if(a[n(147)]&&o[n(195)]){const{commonTape:o,iEnd:a,jEnd:c}=this[n(304)](t,r,e,s);i=i[n(241)](o),r=a,s=c}else a[n(147)]?(s++,i[n(177)](a)):(r++,i[n(177)](o))}return i}[rr(383)](t,e){const n=rr,i=[];for(let o=0;o<t[n(161)];o++){for(let s=0;s<t[o][n(359)][n(161)];s++){const a=t[o][n(359)][s];if(!e[n(113)](a))continue;const{group:c,type:u,authorId:l}=r(a);n(123)!=c||n(127)!=u&&n(353)!=u||(i[n(408)]({type:u,name:a,userId:l}),t[o][n(359)][n(247)](s,1),s--)}s(t[o]);for(let s=0;s<t[o][n(252)][n(161)];s++){const a=t[o][n(252)][s];if(!e[n(113)](a))continue;const{group:c,type:u}=r(a);if(n(123)!=c||n(127)!=u&&n(353)!=u)continue;t[o][n(252)][n(247)](s,1),s--;const l=i[n(323)]((t=>t[n(242)]==a));l>-1&&i[n(247)](l,1)}}function r(t){const e=n,i=t[e(379)](":");return{group:i[0],type:i[1],subType:i[e(161)]>=5?i[2]:null,id:i[e(161)]<5?i[2]:i[3],authorId:i[e(161)]<5?i[3]:i[4],markerCount:6==i[e(161)]?i[5]:null}}function s(t){const e=n;for(let n=0;n<i[e(161)];n++){if(t[e(195)]&&e(127)==i[n][e(350)])return t[e(111)]=i[n],void delete t[e(195)];if(!t[e(195)]&&!t[e(147)]&&e(353)==i[n][e(350)])return void(t[e(302)]=i[n])}}}[rr(300)](t,e){const n=rr;let i=0,r=!1;const s=new Map;for(const o of t)o[e]?r&&(i++,r=!1):(i++,r=!0),s[n(231)](o.id,i);for(let i=0;i<t[n(161)];i++){if(n(147)==e&&t[i][n(195)]||n(195)==e&&t[i][n(147)])continue;if(n(277)==t[i][n(350)]){t[i][n(202)]=0;continue}const r=s[n(196)](t[i][n(386)]),o=s[n(196)](t[i].id);t[i][n(202)]=r-o}}[rr(334)](t,e,n=!1){const i=rr,r=[];let s=this[i(160)][i(339)](t),o=this[i(160)][i(339)](e);for(-1==o&&(o=this[i(160)][i(352)][i(161)],n=!1);s<o;)r[i(177)](this[i(160)][i(289)](s)),s++;return n&&r[i(177)](this[i(160)][i(289)](s)),r}[rr(304)](t,e,n,i){const r=rr,s=this[r(414)][r(369)][r(377)];let o=e;for(;t[o]&&t[o][r(195)];)o++;let a=i;for(;n[a]&&n[a][r(147)];)a++;u(t,e,o),u(n,i,a);const c=n[r(265)](i,a)[r(241)](t[r(265)](e,o));return c[r(257)](((t,e)=>t[r(164)]!=e[r(164)]?t[r(164)]-e[r(164)]:t[r(261)]!=e[r(261)]?t[r(261)]-e[r(261)]:t[r(202)]!=e[r(202)]?e[r(202)]-t[r(202)]:!!t[r(195)]!=!!e[r(195)]?-1==t[r(164)]||0==t[r(164)]?t[r(195)]?-1:1:t[r(195)]?1:-1:t[r(274)]-e[r(274)])),{commonTape:c,iEnd:o,jEnd:a};function u(t,e,n){const i=r;let o=-1,a=Number[i(218)],c=!0;for(let r=e;r<n;r++)if(s[i(349)](t[r][i(121)])||(c=!1),t[r][i(121)][i(348)]<e&&(o=r),t[r][i(121)][i(313)]>=n){a=r;break}c&&(o=n-1);for(let r=e;r<n;r++)t[r][i(164)]=r<=o?-1:r<a?0:1,t[r][i(274)]=r;let u=0;for(let n=e;n<=o;n++)0==t[n][i(202)]?t[n][i(261)]=u:(u++,t[n][i(261)]=u,u++);for(let r=e;r<n;r++)0==t[r][i(164)]&&(t[r][i(261)]=u);u=0;for(let e=n-1;e>=a;e--)0==t[e][i(202)]?t[e][i(261)]=u:(u--,t[e][i(261)]=u,u--)}}[rr(390)](t){const e=rr,n=new Map,i=this[e(414)][e(369)][e(377)];for(let r=1;r<t[e(161)];r++){let s,o,a;const c=t[r],u=t[r-1];if(e(277)==c[e(350)])continue;if(c[e(350)]!=u[e(350)])continue;if(!i[e(150)](u[e(121)])||i[e(132)](u[e(121)]))continue;if(!i[e(150)](c[e(121)])||i[e(132)](c[e(121)]))continue;if((t[r][e(195)]||t[r][e(111)])&&t[r-1][e(147)])s=t[r],o=t[r-1],a=r-1;else{if(!t[r][e(147)]||!t[r-1][e(195)]&&!t[r-1][e(111)])continue;s=t[r-1],o=t[r],a=r}const l=s[e(261)]==o[e(261)],h=Math[e(186)](s[e(261)])<Math[e(186)](o[e(261)])&&0==o[e(202)];(l||h)&&(n[e(231)](o.id,s.id),t[e(247)](a,1),r--,s[e(195)]=!1)}for(let i=0;i<t[e(161)];i++)n[e(113)](t[i][e(386)])&&(t[i][e(386)]=n[e(196)](t[i][e(386)]))}[rr(234)](t){const e=rr,n=new Set(t[e(170)]((t=>t.id)));for(let i=0;i<t[e(161)];i++)n[e(113)](t[i][e(386)])||0==t[i][e(202)]||(t[i][e(435)]=!0);return t[e(119)]((t=>!t[e(435)]))}[rr(182)](t){const e=rr,n=new Set;for(let i=0;i<t[e(161)];i++){if(n[e(113)](t[i].id)&&t[i][e(147)]&&(t[i][e(435)]=!0),t[i][e(435)])continue;if(0==t[i][e(202)])continue;if(e(286)!=t[i][e(350)])continue;if(null==t[i][e(386)])continue;let r=i+1,s=0;for(;t[r].id!=t[i][e(386)];)e(286)==t[r][e(350)]?s++:e(117)==t[r][e(350)]&&s--,r++;if(0!=s)if(t[i][e(147)])t[i][e(435)]=!0;else for(;r!=i;)t[r][e(147)]&&0!=t[r][e(202)]&&(t[r][e(435)]=!0,n[e(110)](t[r][e(386)])),r--}return t[e(119)]((t=>!t[e(435)]))}[rr(441)](t){const e=rr,n=this[e(414)][e(369)][e(377)];for(let i=0;i<t[e(161)];i++){if(!(t[i][e(195)]||t[i][e(111)]||t[i][e(147)]||t[i][e(302)]))continue;if(0==t[i][e(202)])continue;const r=t[i][e(121)];n[e(150)](r)||n[e(132)](r)||(t[i][e(195)]&&delete t[i][e(195)],t[i][e(111)]&&delete t[i][e(111)],t[i][e(302)]&&delete t[i][e(302)],t[i][e(147)]&&(t[i][e(435)]=!0))}return t[e(119)]((t=>!t[e(435)]))}[rr(251)](t,e,n){const i=rr,r=new s.DocumentFragment,o=[],a=new Map,c=this[i(414)][i(369)],u=c[i(377)],l=[r],h={},d={isAdded:[],isRemoved:[],isAddSuggestion:[],isRemoveSuggestion:[]};let f=null;const v=[0];for(let e=0;e<t[i(161)];e++){let n,o;if(i(286)===t[e][i(350)]){n=c[i(192)](r,v);const a=new s.Element(t[e][i(121)][i(242)],t[e][i(121)][i(340)]());l[0][i(211)](a),v[i(177)](0),l[i(408)](a),o=c[i(192)](r,v),f=null}else if(i(117)===t[e][i(350)])l[i(268)](),n=c[i(192)](r,v),v[i(165)](),v[v[i(161)]-1]++,o=c[i(192)](r,v),f=null;else{if(n=c[i(192)](r,v),f&&y(f,t[e][i(121)]))f[i(436)]+=t[e][i(121)][i(290)];else{const n=new s.Text(t[e][i(121)][i(290)],t[e][i(121)][i(340)]());l[0][i(211)](n),f=n}v[v[i(161)]-1]+=t[e][i(121)][i(245)],o=c[i(192)](r,v)}for(const r of t[e][i(359)])a[i(231)](r,{start:n,end:null});m(i(302),e,n,o),m(i(111),e,n,o),m(i(147),e,n,o),m(i(195),e,n,o);for(const n of t[e][i(252)])a[i(196)](n)[i(406)]=o}for(const[t,e]of a){const n=this[i(414)][i(369)][i(415)](e[i(256)],e[i(406)]);r[i(397)][i(231)](t,n)}return o[i(257)](((t,e)=>{const n=i,s=r[n(397)][n(196)](n(288)+t.id),o=r[n(397)][n(196)](n(288)+e.id);return s[n(256)][n(402)](o[n(256)])?-1:s[n(256)][n(363)](o[n(256)])?1:s[n(406)][n(402)](o[n(406)])?-1:s[n(406)][n(363)](o[n(406)])?1:n(110)===t[n(350)]?-1:1})),{root:r,changes:o};function m(e,n,r,s){const o=i,a=!!t[n][e],c=a?t[n][e][o(237)]:null,l=n===t[o(161)]-1,f=d[e][0],v=u[o(140)](t[n][o(121)]);!h[e]&&a?h[e]={start:r,tapeItem:t[n],userId:c,type:e}:h[e]&&!a?(h[e][o(406)]=r,p(h[e]),h[e]=null):h[e]&&a&&h[e][o(237)]!==c&&(h[e][o(406)]=r,f&&f[o(237)]===h[e][o(237)]||p(h[e]),h[e]={start:r,tapeItem:t[n],userId:c,type:e}),h[e]&&v&&(o(286)!==t[n][o(350)]||f&&f[o(237)]===c||d[e][o(408)]({userId:c,object:t[n][o(121)],change:h[e]}),o(117)===t[n][o(350)]&&f&&f[o(131)]===t[n][o(121)]&&(d[e][o(268)](),h[e]=f[o(361)])),h[e]&&l&&(h[e][o(406)]=s,p(h[e]),h[e]=null)}function p({start:t,end:s,tapeItem:a,userId:u,type:l}){const h=i,d=a[h(121)],f=c[h(377)][h(150)](d)&&!c[h(377)][h(132)](d),v=t[h(259)]==s[h(370)]&&s[h(185)];if(f&&v)return;const m=c[h(415)](t,s),p=e[h(196)](u),y=new Qi({author:p,type:h(195)==l||h(111)==l?h(110):h(258),data:{isSuggestion:h(111)==l||h(302)==l},createdAt:new Date,rootName:n});o[h(177)](y),r[h(397)][h(231)](h(288)+y.id,m)}function y(t,e){const n=i,r=t[n(340)](),s=e[n(340)]();for(const t of r){if(t[1]!==e[n(430)](t[0]))return!1;s[n(271)]()}return s[n(271)]()[n(267)]}}[rr(138)](){const t=rr;this[t(414)][t(263)][t(418)](t(236))[t(142)]({view:t(285)}),this[t(414)][t(263)][t(418)](t(136))[t(364)]({model:t(285),view:e=>{const n=t,i=e[n(180)][n(379)](":")[1],r=this[n(155)](i);if(!r)return null;const s=n(110)==r[n(350)]?n(127):n(353),o=[n(330),n(299)+s];return r[n(290)][n(188)]&&o[n(177)](n(299)+s+n(338)),this[n(382)]==r&&o[n(177)](n(393)),{classes:o,attributes:{"data-change-id":i}}}}),this[t(414)][t(263)][t(418)](t(236))[t(110)]((e=>{const n=t;e.on(n(225),((t,e,i)=>{const r=n,s=e[r(428)][r(374)](0);if(!s||!s.is(r(439),r(137)))return;if(!i[r(366)][r(355)](s,{attributes:[r(317),r(444)]}))return;const o=e[r(219)][r(256)][r(259)];i[r(157)][r(282)](r(317),s[r(430)](r(317)),o),i[r(157)][r(282)](r(444),s[r(430)](r(444)),o)}),{priority:n(189)})})),this[t(414)][t(263)][t(418)](t(236))[t(110)]((e=>{const n=t;e.on(n(439),((t,e,i)=>{const r=n;if(!i[r(366)][r(355)](e[r(428)],{attributes:[r(317),r(444)]}))return;if(e[r(219)][r(318)])return;const s=e[r(219)][r(256)][r(259)];s[r(388)](r(317))||s[r(388)](r(280))||(i[r(157)][r(282)](r(317),e[r(428)][r(430)](r(317)),s),i[r(157)][r(282)](r(444),e[r(428)][r(430)](r(444)),s))}),{priority:n(189)})})),this[t(414)][t(263)][t(418)](t(236))[t(179)]({view:{name:t(200),attributes:{vid:!0}},model:{key:t(280),value:e=>e[t(430)](t(280))}}),this[t(414)][t(369)][t(377)].on(t(360),((e,[,n])=>{const i=t;[i(317),i(444),i(280)][i(198)](n)&&(e[i(159)]=!0,e[i(309)]())}),{priority:t(166)}),this[t(414)][t(263)][t(418)](t(233))[t(110)]((e=>{const n=t;e.on(n(407),((t,e,i)=>{const r=n;if(" "!=e[r(121)][r(290)]||e[r(121)][r(370)][r(376)]>1)return;if(!i[r(366)][r(355)](e[r(121)],t[r(242)]))return;const s=i[r(157)],o=i[r(212)][r(332)](e[r(424)]);s[r(291)](o,s[r(203)](r(200)))}))})),this[t(414)][t(263)][t(418)](t(233))[t(341)]({model:t(285)}),this[t(414)][t(275)][t(373)].on(t(183),function(e){const n=t,i=e[n(128)][n(196)](n(215));return(t,r,s)=>{const o=n,a=r[o(180)][o(379)](":")[1],c=i[o(155)](a);if(!c)return null;const u=o(110)==c[o(350)]?o(379):o(162);if(!s[o(366)][o(443)](r[o(216)],t[o(242)]))return;const l=r[o(216)][o(292)](),h=r[o(216)][o(256)],d=e[o(369)][o(377)];let f=null,v=null,m=!1,p=!1;for(const t of l){const e=t[o(121)];m=m||d[o(419)](e);const n=s[o(212)][o(172)](e);if(n&&n[o(222)](o(378)))return;o(117)==t[o(350)]&&d[o(150)](e)&&!d[o(132)](e)&&(e[o(243)]||h[o(139)]?f&&f[o(370)]==e||(f=e,y(t[o(227)]),p=!0):v=v||t[o(227)])}function y(t){const e=o,n=s[e(157)][e(316)](e(200),{class:e(299)+u}),a=s[e(212)][e(371)](t);c[e(290)][e(188)]&&s[e(157)][e(223)](e(299)+u+e(338),n),i[e(382)]==c&&s[e(157)][e(223)](e(393),n),s[e(157)][e(134)](a,n),s[e(212)][e(283)](n,r[e(180)])}m||p||!v||y(v)}}(this[t(414)]),{priority:t(409)}),this[t(414)][t(275)][t(373)].on(t(425),((e,n,i)=>{const r=t,s=i[r(212)][r(273)](n[r(180)]);if(s)for(const t of s)(t[r(331)](r(229))||t[r(331)](r(311)))&&(i[r(212)][r(354)](t,n[r(180)]),i[r(157)][r(258)](t))}),{priority:t(409)}),this[t(414)][t(275)][t(373)].on(t(183),((e,n,i)=>{const r=t,s=n[r(180)][r(379)](":")[1],o=this[r(155)](s);if(!o)return null;const a=r(110)==o[r(350)]?r(379):r(162);if(i[r(366)][r(443)](n[r(216)],e[r(242)]))for(const t of n[r(216)][r(125)]()){if(!t.is(r(439),r(442)))continue;const e=i[r(157)][r(316)](r(200),{class:r(299)+a}),s=i[r(212)][r(371)](this[r(414)][r(369)][r(315)](t));o[r(290)][r(188)]&&i[r(157)][r(223)](r(299)+a+r(338),e),this[r(382)]==o&&i[r(157)][r(223)](r(393),e),i[r(157)][r(134)](s,e),i[r(212)][r(283)](e,n[r(180)])}}),{priority:t(409)}),this[t(414)][t(369)][t(249)].on(t(361),(()=>{const e=t;this[e(414)][e(275)][e(201)][e(361)]((t=>{const n=e;for(const e of this[n(414)][n(369)][n(249)][n(135)]()){const i=this[n(414)][n(369)][n(249)][n(437)](e),r=this[n(414)][n(275)][n(201)][n(249)][n(437)](e);if(r){const e=i[n(430)](n(184));if(t[n(153)](n(328),r),t[n(433)](n(204),r),t[n(433)](n(173),r),t[n(433)](n(358),r),e){const i=this[n(155)](e);if(!i)return null;t[n(282)](n(328),e,r),t[n(223)](n(372)+i[n(350)],r),this[n(382)]==i&&t[n(223)](n(358),r)}}}}))})),this[t(414)][t(263)][t(418)](t(236))[t(142)]({view:t(320),model:e=>t(384)+e,converterPriority:t(166)}),this[t(414)][t(263)][t(418)](t(236))[t(142)]({view:t(312),model:e=>t(118)+e,converterPriority:t(166)}),this[t(414)][t(263)][t(418)](t(233))[t(341)]({model:t(123),view:e=>({name:t(329)+e,group:t(123)}),converterPriority:t(166)}),this[t(414)][t(263)][t(418)](t(136))[t(364)]({model:t(123),view:e=>{const n=t,i=e[n(180)][n(379)](":")[1];return n(127)!=i&&n(353)!=i?null:{classes:[n(145),n(114)+i]}}}),this[t(414)][t(275)][t(373)].on(t(214),cr(this[t(414)],t(162)),{priority:t(409)}),this[t(414)][t(275)][t(373)].on(t(248),cr(this[t(414)],t(379)),{priority:t(409)}),this[t(414)][t(275)][t(373)].on(t(143),((e,n,i)=>{const r=t,s=i[r(212)][r(273)](n[r(180)]);if(s)for(const t of s)t.is(r(148))&&(i[r(212)][r(354)](t,n[r(180)]),i[r(157)][r(258)](t))}),{priority:t(409)})}[rr(155)](t){const e=rr;return this[e(429)][e(196)](t)}[rr(346)](t){const e=rr;return this[e(357)]&&this[e(357)][e(399)](),this[e(357)]=new Gi(this[e(414)][e(209)],t),this[e(357)]}[rr(432)](){const t=rr;this[t(414)][t(369)][t(249)][t(168)][t(296)](t(285)),this.on(t(381),((e,n,i,r)=>{const s=t;r&&this[s(221)][s(258)](r),i&&(this[s(221)][s(110)]({view:i,stackId:s(319),position:{target:()=>{const t=s,e=this[t(414)][t(275)],n=this[t(155)](i[t(306)]);let r;if(n[t(290)][t(298)]){const i=e[t(201)][t(412)](n[t(126)]);r=Array[t(344)](i[t(255)]())}else{const n=this[t(414)][t(369)][t(397)][t(196)](t(288)+i[t(306)]);r=Array[t(344)](e[t(212)][t(273)](n[t(242)]))[t(170)]((n=>e[t(201)][t(293)][t(416)](n)))[t(170)]((e=>Array[t(344)](e[t(255)]())))[t(295)]()}return this[t(395)]&&r[t(163)]((e=>e[t(116)]-3<=this[t(395)].y&&e[t(254)]+3>=this[t(395)].y&&e[t(260)]-3<=this[t(395)].x&&e[t(387)]+3>=this[t(395)].x))||r[0]}}}),this[s(221)][s(413)](s(319)))})),this.on(t(120),((e,n,i,r)=>{const s=t;this[s(270)]=i?this[s(346)](i):null,this[s(414)][s(369)][s(361)]((()=>{const t=s,e=this[t(414)][t(275)];r&&(r[t(290)][t(298)]?e[t(201)][t(361)]((n=>{const i=t;n[i(433)](i(358),e[i(201)][i(249)][i(437)](r[i(126)]))})):e[t(343)](t(288)+r.id)),i&&(i[t(290)][t(298)]?e[t(201)][t(361)]((n=>{const r=t;n[r(223)](r(358),e[r(201)][r(249)][r(437)](i[r(126)]))})):e[t(343)](t(288)+i.id))}))})),this[t(151)](this[t(414)][t(275)][t(201)][t(249)],t(368),((e,n)=>{const i=t;if(this[i(382)])return;const r=this[i(109)](n[i(220)]),s=this[i(429)][i(196)](r);s?(this[i(395)]={x:n[i(345)].x,y:n[i(345)].y},this[i(270)]=this[i(346)](s)):(this[i(395)]=null,this[i(270)]=null)})),this[t(151)](this[t(414)][t(275)][t(201)][t(249)],t(324),((e,n)=>{const i=t,r=this[i(109)](n[i(220)]),s=this[i(429)][i(196)](r);s?(this[i(395)]={x:n[i(345)].x,y:n[i(345)].y},s===this[i(382)]?this[i(221)][i(325)]():this[i(382)]=s):(this[i(395)]=null,this[i(382)]=null)}))}[rr(109)](t){const e=rr;do{const n=t[e(430)](e(328));if(n)return n;t=t[e(370)]}while(t);return null}[rr(310)](){const t=rr;this[t(414)][t(369)][t(361)]((e=>{const n=t;for(const t of this[n(414)][n(369)][n(397)])e[n(438)](t)}))}}function cr(t,e){return(n,i,r)=>{const s=sr;if(!r[s(366)][s(443)](i[s(216)],n[s(242)]))return;const o=i[s(216)][s(292)](),a=i[s(216)][s(256)],c=t[s(369)][s(377)];let u=null,l=null,h=!1,d=!1;for(const t of o){const e=t[s(121)];h=h||c[s(419)](e);const n=r[s(212)][s(172)](e);if(n&&n[s(222)](s(378)))return;s(117)==t[s(350)]&&c[s(150)](e)&&!c[s(132)](e)&&(e[s(243)]||a[s(139)]?u&&u[s(370)]==e||(u=e,f(t[s(227)]),d=!0):l=l||t[s(227)])}function f(t){const n=s,o=r[n(212)][n(371)](t),a=r[n(157)][n(316)](n(200),{class:n(114)+e});r[n(157)][n(134)](o,a),r[n(212)][n(283)](a,i[n(180)])}h||d||!l||f(l)}}function ur(){const t=["_setDistance","commands","isRemoveSuggestion","toData","_threeWayMerge","_sortAndFilterDiffChanges","changeId","attributesBefore","values","stop","_cleanMarkers","ck-suggestion-marker-merge","suggestion","endIndex","_processTape","createPositionBefore","createUIElement","vid_start","isCollapsed","revisionHistoryLabel","comment","addRevisionData","change:isEnabled","findIndex","mousedown","updatePosition","_cleanUp","371721ptaFta","data-change-id","suggestion:","ck-suggestion-marker","hasClass","toViewRange","authors","_getRevisionsRange","useFillerType","all","marked","-new","getIndex","getAttributes","markerToData","7837962uEOsyu","reconvertMarker","from","domEvent","_getViewForChange","createRangeIn","startIndex","isInline","type","_getDiff","_revisions","deletion","unbindElementFromMarkerName","consume","enqueueChange","_changeView","ck-revision-history-root--active","markersStart","checkAttribute","change","init","isAfter","markerToHighlight","pluginName","consumable","revisionHistory","mouseover","model","parent","toViewPosition","ck-revision-history-root-","downcastDispatcher","getChild","detachRoot","maxOffset","schema","addHighlight","split","revision-end","change:activeView","activeChange","_markSuggestions","revision-comment:","forward","pairId","right","hasAttribute","nextPosition","_fixObsoleteTags","ck-editor__editable__overlay","8dViGPW","ck-suggestion-marker--active","collaboration.channelId","_activeViewTarget","children","markers","_makeModelFromViewString","destroy","_getViewObj","execute","isBefore","_setChanges","restoreRevision","changes","end","attribute:vid","unshift","high","showNextChange","insertions","getDomRoot","showStack","editor","createRange","mapViewToDom","oldRevisionId","for","isContent","isReady","string","restoreRevisionCallback","showPreviousChange","range","removeMarker:revision","createRevision","attributesAfter","viewItem","_changeIdToChange","getAttribute","change:isReady","_initInteractions","removeClass","isNavigationMode","isIncorrect","_data","getRoot","removeMarker","element","processor","_removeUnsupportedChanges","softBreak","test","vid_end","_findChangeIdFromDomTarget","add","isAddSuggestion","RevisionsRepository","has","ck-suggestion-preview-marker-","loadRevisionData","top","elementEnd","revision-suggestion:","filter","change:activeChange","item","first","revision-suggestion","_refreshStartEndIndex","getItems","rootName","insertion","plugins","_joinTapes","numberOfChanges","object","isLimit","currentChangeNumber","insert","getRootNames","editingDowncast","code","_setConversion","isAtEnd","isObject","affectsData","dataToMarker","removeMarker:revision-suggestion","deletions","ck-suggestion-preview-marker","then","isRemoved","uiElement","4122801cnzUzG","isBlock","listenTo","config","removeAttribute","requires","_getChangeFromId","_markMarkers","writer","121880RBVOIT","return","repository","length","merge","find","side","pop","highest","293518nPUDJe","selection","_markInsertions","map","isAttached","toViewElement","ck-revision-history-root-remove","startsWith","change:numberOfChanges","backward","push","diff","elementToAttribute","markerName","revision-viewer","_markMismatchedRemovedTags","addMarker:revision","revisionHistoryAttachChange","isAtStart","abs","WidgetToolbarRepository","isSuggestion","low","roots","forceDisabled","createPositionFromPath","7284400MWuCrc","keys","isAdded","get","attributes","includes","_update","span","view","distance","createAttributeElement","ck-revision-history-root-add","_makeTape","bind","resolve","addRoot","locale","getRevisionData","_appendChild","mapper","_removeRevisionMarkers","addMarker:revision-suggestion:deletion","RevisionViewer","markerRange","10VWtbeQ","POSITIVE_INFINITY","modelRange","target","_balloon","getCustomProperty","addClass","adapter","element:pre","compare","previousPosition","data-revision-","ck-suggestion-marker-split","toModel","set","isEnabled","dataDowncast","_removeMissingPairs","error","upcast","userId","revision-start","catch","isEqual","concat","name","nextSibling","indexOf","offsetSize","clear","splice","addMarker:revision-suggestion:insertion","document","attachChange","_makeModelFromTape","markersEnd","refresh","bottom","getClientRects","start","sort","remove","nodeAfter","left","level","getRevisionRootsAttributes","conversion","addRevision","slice","5HdxSSj","done","shift","delete","activeView","next","_step","markerNameToElements","index","editing","parse","text","forEach","49kmrVtU","vid","default","setAttribute","bindElementToMarker","newRevisionId","revision","elementStart","diffData","revision:","getRevision","data","wrap","getWalker","domConverter","76974KGqSzs","flat","observeMarkers","enableReadOnlyMode","isOnRoot","ck-suggestion-marker-"];return(ur=function(){return t})()}class lr extends t.Command{constructor(t){const e=rr;super(t);const n=t[e(128)][e(196)](ar);this[e(141)]=!1,this[e(151)](n,e(431),(()=>this[e(253)]())),this[e(151)](n,e(322),(()=>this[e(253)]()))}[rr(401)](){const t=rr,e=this[t(414)],n=e[t(128)][t(196)](ar),i=n[t(420)]?n[t(178)][t(284)]:null;e[t(152)][t(196)](t(367))[t(422)](i)}[rr(253)](){const t=rr,{isReady:e,isEnabled:n}=this[t(414)][t(128)][t(196)](ar);this[t(232)]=e&&n}}class hr extends t.Command{constructor(t,{direction:e}){const n=rr;super(t);const i=t[n(128)][n(196)](ar);this[n(141)]=!1,this[n(272)]=n(385)===e?1:-1,this[n(151)](i,n(431),(()=>this[n(253)]())),this[n(151)](i,n(322),(()=>this[n(253)]())),this[n(151)](i,n(120),(()=>this[n(253)]()))}[rr(401)](){const t=rr,n=this[t(414)],i=n[t(128)][t(196)](ar),{isNavigationMode:s,currentChangeNumber:o}=i;let a;if(i[t(382)]=s?i[t(178)][t(405)][t(196)](o+this[t(272)]):i[t(178)][t(405)][t(122)],i[t(382)][t(290)][t(298)])a=n[t(275)][t(201)][t(412)](i[t(382)][t(126)]);else{const e=n[t(369)][t(397)][t(196)](t(288)+i[t(382)].id);a=(0,r.getMarkerDomElement)(n[t(275)],e)}(0,e.scrollViewportToShowTarget)({target:a,viewportOffset:40})}[rr(253)](){const t=rr,{isNavigationMode:e,currentChangeNumber:n,numberOfChanges:i,isReady:r,isEnabled:s}=this[t(414)][t(128)][t(196)](ar);this[t(232)]=!!(s&&r&&i)&&(!e||(1===this[t(272)]?n<i-1:n>0))}}var dr=n(528),fr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(dr.A,fr);dr.A.locals;function vr(){const t=["No changes","505mUtnrq","Total","isNavigationMode","NUMBER_OF_CHANGES","isReady","Show previous change","203168QUqKhm","404027AZBPVU","_statusText","7AqqBzF","span","ck-revision-history-ui","backward","isBackwardNavigationEnabled","ck-revision-history-ui__changes-navigation__wrapper","execute","div","isEnabled","numberOfChanges","ck-hidden","ck-revision-history-ui__changes-navigation","_isStatusLabelVisible","1590744dPlaEf","fire","currentChangeNumber","EDIT_X_OF_Y_REVISIONS","667330NnGePj","23409kQVRqX","bindTemplate","10716bnyKBj","isForwardNavigationEnabled","2510jPGKnM","Loading...","3592112mlqQjQ","setTemplate","set","forward","Show next change","X_OF_Y_CHANGES","ck-revision-history-ui__changes-navigation__navigation","ck-revision-history-ui__changes-navigation__label","bind"];return(vr=function(){return t})()}function mr(t,e){const n=vr();return(mr=function(t,e){return n[t-=199]})(t,e)}!function(t,e){const n=mr,i=t();for(;;)try{if(526367===parseInt(n(199))/1+-parseInt(n(218))/2+parseInt(n(214))/3+-parseInt(n(241))/4+-parseInt(n(235))/5*(-parseInt(n(221))/6)+-parseInt(n(201))/7*(-parseInt(n(225))/8)+-parseInt(n(219))/9*(parseInt(n(223))/10))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(vr);class pr extends Ei.View{constructor(t){const e=mr;super(t);const n=this[e(220)],i=new Ei.ButtonView(t),r=new Ei.ButtonView(t);this[e(227)](e(237),!1),this[e(227)](e(239),!1),this[e(227)](e(216),0),this[e(227)](e(210),0),this[e(227)](e(222),!1),this[e(227)](e(205),!1),this[e(233)](e(213)).to(this,e(239),this,e(210),((t,e)=>t&&e>0)),this[e(233)](e(200)).to(this,e(239),this,e(216),this,e(210),this,e(237),((n,i,r,s)=>{const o=e;if(!n)return $n(t,o(224));if(!r)return $n(t,o(234));const a=$n(t,o(238),r);return s?$n(t,o(230),[i+1,r]):a})),i[e(227)]({label:$n(t,e(240)),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(227)]({label:$n(t,e(229)),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(233)](e(209)).to(this,e(205)),r[e(233)](e(209)).to(this,e(222)),i.on(e(207),(()=>this[e(215)](e(207),e(204)))),r.on(e(207),(()=>this[e(215)](e(207),e(228)))),this[e(226)]({tag:e(208),attributes:{class:["ck",e(203),e(212)]},children:[{tag:e(202),attributes:{class:[e(206)]},children:[{tag:e(202),attributes:{class:[e(232),n.if(e(213),e(211),(t=>!t))]},children:[{text:n.to(e(237),(n=>n?$n(t,e(217))+": ":$n(t,e(236))+": "))}]},{text:n.to(e(200))}]},new Ei.ToolbarSeparatorView,{tag:e(208),attributes:{class:[e(231)]},children:[i,r]}]})}}var yr=n(560),gr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(yr.A,gr);yr.A.locals;const kr=wr;function br(){const t=["4095860rKPzZy","RevisionViewerLoadingOverlay","ck-editor__editable__loading-overlay","editor","16QsLzTl","12Lgbfsh","view","2352738Dmfyuy","change","pluginName","343371akIQSz","document","9VazuKi","2279632NRgoLi","1308TfPAYA","549858BBhNgg","show","488365IaBTkk","addClass","hide","roots","editing","removeClass"];return(br=function(){return t})()}!function(t,e){const n=wr,i=t();for(;;)try{if(280557===parseInt(n(295))/1+parseInt(n(307))/2*(parseInt(n(294))/3)+-parseInt(n(308))/4*(-parseInt(n(297))/5)+-parseInt(n(310))/6+-parseInt(n(290))/7+parseInt(n(293))/8+-parseInt(n(292))/9*(parseInt(n(303))/10))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(br);const _r=kr(305);function wr(t,e){const n=br();return(wr=function(t,e){return n[t-=290]})(t,e)}class Ir extends t.Plugin{static get[kr(312)](){return kr(304)}[kr(296)](){const t=kr,e=this[t(306)][t(301)][t(309)];e[t(311)]((n=>{const i=t;for(const t of e[i(291)][i(300)])n[i(298)](_r,t)}))}[kr(299)](){const t=kr,e=this[t(306)][t(301)][t(309)];e[t(311)]((n=>{const i=t;for(const t of e[i(291)][i(300)])n[i(302)](_r,t)}))}}const Sr=Or;function Or(t,e){const n=Tr();return(Or=function(t,e){return n[t-=160]})(t,e)}function Tr(){const t=["13275190zhKPsi","isEnabled","changesNavigation","showPreviousChange","config","forward","isForwardNavigationEnabled","show","restoreRevision","56rvBYrY","Back to editing","closeRevisionViewerCallback","isNavigationMode","1632828xMaZmA","11lDNNlv","58153sfpXma","numberOfChanges","set","ck-revision-history-ui__back-to-editing","265638WYpKBE","undo","listenTo","Restore this revision","bind","5124357wXnTBZ","commands","840696BmdrjL","showNextChange","currentChangeNumber","plugins","hide","465GxyFKz","componentFactory","requires","init","execute","revisionHistory","RevisionViewerUI","23384QECsfX","pluginName","isBackwardNavigationEnabled","add","editor","8CnmVSn","exitToEditing","change:isReady","isReady","get"];return(Tr=function(){return t})()}!function(t,e){const n=Or,i=t();for(;;)try{if(617515===parseInt(n(204))/1+-parseInt(n(202))/2+-parseInt(n(167))/3+parseInt(n(179))/4*(parseInt(n(172))/5)+-parseInt(n(160))/6*(-parseInt(n(198))/7)+-parseInt(n(184))/8*(parseInt(n(165))/9)+parseInt(n(189))/10*(parseInt(n(203))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Tr);class xr extends t.Plugin{static get[Sr(180)](){return Sr(178)}static get[Sr(174)](){return[ar,Ir]}[Sr(175)](){const e=Sr,n=this[e(183)],i=n[e(170)][e(188)](ar),r=n[e(170)][e(188)](Ir);n.ui[e(173)][e(182)](e(185),(i=>{const r=e,s=new Ei.ButtonView(i);return s[r(206)]({label:$n(i,r(199)),icon:t.icons[r(161)],withText:!0,tooltip:!0,class:r(207)}),this[r(162)](s,r(176),(()=>{const t=r;n[t(193)][t(188)](t(177))[t(200)]()})),s})),n.ui[e(173)][e(182)](e(197),(t=>{const i=e,r=new Ei.ButtonView(t);return r[i(206)]({label:$n(t,i(163)),withText:!0,tooltip:!0}),r[i(164)](i(190)).to(n[i(166)][i(188)](i(197))),this[i(162)](r,i(176),(()=>n[i(176)](i(197)))),r})),n.ui[e(173)][e(182)](e(191),(t=>{const r=e,s=new pr(t),o=n[r(166)][r(188)](r(192)),a=n[r(166)][r(188)](r(168));return s[r(164)](r(181)).to(o,r(190)),s[r(164)](r(195)).to(a,r(190)),s[r(164)](r(187),r(169),r(205),r(201)).to(i),this[r(162)](s,r(176),((t,e)=>{const i=r;n[i(176)](i(194)===e?i(168):i(192))})),s})),r[e(196)](),i.on(e(186),((t,n,i)=>{const s=e;i?r[s(171)]():r[s(196)]()}))}}var Rr=n(329),Nr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(Rr.A,Nr);Rr.A.locals;const Ar=Er;function Mr(){const t=["187415YCAneH","7102774YWcDAk","scrollWidth","render","ck-tooltip_multi-line","extendTemplate","element","bindTemplate","placeholder","_tooltipString","listenTo","Revision name","25314616zxqjfp","ck-revision-history-sidebar__revision-name","_resizeObserver","span","916569LmpFaM","4715564IudAnQ","value","180BmjLSY","fieldView","clientWidth","686305MDKLfS","destroy","input","Enter the revision name","set","930488sBDTPl","_updateTooltipText"];return(Mr=function(){return t})()}function Er(t,e){const n=Mr();return(Er=function(t,e){return n[t-=384]})(t,e)}!function(t,e){const n=Er,i=t();for(;;)try{if(638172===-parseInt(n(395))/1+-parseInt(n(400))/2+-parseInt(n(389))/3+-parseInt(n(390))/4+parseInt(n(402))/5*(parseInt(n(392))/6)+-parseInt(n(403))/7+parseInt(n(385))/8)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Mr);class Vr extends Ei.LabeledFieldView{constructor(t,e){const n=Er;super(t,e),this[n(387)]=null;const i=this[n(409)];this[n(399)]({label:$n(t,n(384)),_tooltipString:""}),this[n(393)][n(410)]=$n(t,n(398)),this[n(407)]({tag:n(388),attributes:{class:[n(386)],"data-cke-tooltip-text":i.to(n(411)),"data-cke-tooltip-position":"s","data-cke-tooltip-class":n(406)}})}[Ar(405)](){const t=Ar;super[t(405)](),this[t(387)]=new e.ResizeObserver(this[t(393)][t(408)],(()=>this[t(401)]())),this[t(412)](this[t(393)],t(397),(()=>this[t(401)]()))}[Ar(396)](){const t=Ar;super[t(396)](),this[t(387)]&&this[t(387)][t(396)]()}[Ar(401)](){const t=Ar,e=this[t(393)][t(408)];this[t(411)]=e[t(404)]>e[t(394)]&&e[t(391)]||""}}var jr=n(249),Cr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(jr.A,Cr);jr.A.locals;function Dr(t,e){const n=Lr();return(Dr=function(t,e){return n[t-=119]})(t,e)}!function(t,e){const n=Dr,i=t();for(;;)try{if(683005===parseInt(n(121))/1+parseInt(n(137))/2*(parseInt(n(123))/3)+parseInt(n(125))/4*(parseInt(n(129))/5)+-parseInt(n(122))/6*(parseInt(n(120))/7)+-parseInt(n(130))/8+-parseInt(n(119))/9+parseInt(n(124))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Lr);class Fr extends Ei.View{constructor(t,e,n){const i=Dr;super(t);const r=new Ei.IconView;r[i(131)]({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(126)});const s=["ck",i(134)];n&&s[i(133)](i(135));const o=[{tag:i(127),attributes:{class:["ck",i(136)],title:$n(t,i(n?139:132))},children:[r,e[i(128)]]}];this[i(138)]({tag:"li",attributes:{class:s},children:o})}}function Lr(){const t=["11497260osSdFy","4fFxkvh","0 0 11 10","span","name","1232965HpRqVV","5488112wTNkFt","set","Revision author","push","ck-revision-history-sidebar__revision-author","ck-revision-history-sidebar__revision-author_creator","ck-revision-history-sidebar__revision-author__name","200782dpkDpB","setTemplate","Revision creator","3961242mJTzMB","1841AOCbIt","1035997NjDodY","25668ZcIFVK","15IPUiCb"];return(Lr=function(){return t})()}function zr(t,e){var n=Pr();return(zr=function(t,e){return n[t-=300]})(t,e)}function Pr(){var t=["7966408aWTdVD","1650372kZUjlB","long","148rkIAiH","6732SxsGCc","7CnqSOG","toLocaleTimeString","2bQpokq","2550156iBHFrQ","toLocaleDateString","9kzAgHD","53245WTOxsk","5698930XnCGHz","numeric","119429ZGSnLj","29238nTAoFN"];return(Pr=function(){return t})()}!function(t,e){for(var n=zr,i=t();;)try{if(764824===parseInt(n(311))/1*(-parseInt(n(304))/2)+-parseInt(n(305))/3+parseInt(n(300))/4*(parseInt(n(308))/5)+parseInt(n(314))/6+parseInt(n(302))/7*(-parseInt(n(313))/8)+parseInt(n(307))/9*(parseInt(n(309))/10)+parseInt(n(312))/11*(parseInt(n(301))/12))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Pr);var Ur=n(11),Hr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(Ur.A,Hr);Ur.A.locals;function Zr(){const t=["buttonView","171dBSGaS","locale","source","find","listenTo","ck-revision-history-sidebar__revision__actions","map","_action","name","button","479031WxvGGQ","3369540EhfwIH","children","add","74320wqlPug","isReady","class","function","items","first","bindTemplate","isOpen","ck-on","set","threeVerticalDots","listView","isVisible","38sSdnrV","Compare against selected","290uAAheG","Show more items","extendTemplate","50025vucWII","Name this revision","change:isActionsDropdownOpen","execute","action","Restore this revision","isActionsDropdownOpen","bind","968168iwASoF","354236SzSwcn","isEnabled","stopPropagation","panelPosition","model","30174zKJour"];return(Zr=function(){return t})()}function qr(t,e){const n=Zr();return(qr=function(t,e){return n[t-=429]})(t,e)}!function(t,e){const n=qr,i=t();for(;;)try{if(229348===parseInt(n(454))/1+-parseInt(n(440))/2*(-parseInt(n(445))/3)+-parseInt(n(453))/4+-parseInt(n(442))/5*(parseInt(n(459))/6)+-parseInt(n(471))/7+parseInt(n(475))/8*(-parseInt(n(461))/9)+parseInt(n(472))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Zr);var Br=n(216),Gr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(Br.A,Gr);Br.A.locals;const Wr=Yr;function Yr(t,e){const n=Jr();return(Yr=function(t,e){return n[t-=311]})(t,e)}function Jr(){const t=["ck-reset","973cCGTsS","_createdAtFormatted","createdAt","set","deselect","revisionNameView","isSelected","ck-revision-history-sidebar__actions_dropdown_open","fieldView","value","unshift","25906tZNyjn","12664JglWgO","listenTo","render","ck-disabled","change","srcElement","filter","revisionActionsView","19410sgCfvh","1399311sNNHJW","ck-revision-history-sidebar__revision-wrapper_confirmation_visible","119720rfxrOG","229210vvwUhd","ck-revision-history-sidebar__revision__date","bindTemplate","isConfirm","select","ck-revision-history-sidebar__revision-wrapper","isReady","extendTemplate","_requireRevisionName","220","from","isActionsDropdownOpen","element","bind","fire","ck-revision-history-sidebar__revision","highlight",".ck-thread__remove-confirm","uiLanguage","9MAYIHd","creator","isEnabled","name","1930848lDHIAR","ck-revision-history-sidebar__revision_selected","_revision","setName","ck-revision-history-sidebar__revision-authors","span","map","ck-revision-history-sidebar__revision__controls-wrapper","closest","isHighlighted","div","ck-revision-history-sidebar__revision_highlighted","authors","40tWHcas","setTemplate","length","unhighlight"];return(Jr=function(){return t})()}!function(t,e){const n=Yr,i=t();for(;;)try{if(170600===parseInt(n(344))/1+-parseInt(n(331))/2*(parseInt(n(363))/3)+-parseInt(n(315))/4*(-parseInt(n(343))/5)+-parseInt(n(367))/6+parseInt(n(320))/7*(parseInt(n(332))/8)+-parseInt(n(341))/9+-parseInt(n(340))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Jr);class Kr extends((0,r.ConfirmMixin)(Ei.View)){constructor(n,i,r,s){const o=Yr;super(n);const a=this[o(346)],c=function(t,e){const n=o,i=Array[n(354)](e[n(314)])[n(338)]((t=>t!=e[n(364)]));return e[n(364)]&&i[n(330)](e[n(364)]),i[n(373)]((i=>new Fr(t,i,i==e[n(364)])))}(n,i);this.id=i.id,this[o(369)]=i,this[o(352)]=s,this[o(357)](o(366),o(322)).to(i),this[o(357)](o(321)).to(this,o(322),(t=>{return e=n[o(362)],(i=t)[(r=zr)(306)](e,{month:r(315),day:r(310)})+", "+i[r(303)](e,{hour:r(310),minute:r(310)});var e,i,r})),this[o(323)](o(326),!1),this[o(323)](o(311),!1),this[o(323)](o(355),!1),this[o(323)](o(350),!1),this[o(323)](o(365),!1),this[o(325)]=new Vr(n,Ei.createLabeledInputText),this[o(325)][o(328)][o(351)]({attributes:{maxlength:o(353)}}),this[o(325)][o(328)][o(357)](o(329)).to(this,o(366),(t=>t||this[o(321)])),this[o(325)][o(357)](o(365)).to(this,o(326),this,o(365),((t,e)=>t&&e)),this[o(339)]=r&&r[o(317)]?function(n,i){const r=qr,s=n[r(433)],o=n[r(462)],a=(0,Ei.createDropdown)(o);a[r(457)]="sw";const c=function(t,n){const i=r,s=function(t,e){const n=qr,i=t[n(462)],r={"Compare against selected":$n(i,n(441)),"Name this revision":$n(i,n(446)),"Restore this revision":$n(i,n(450))};return e[n(467)]((t=>{const e=n,i=r[t[e(469)]];return i&&i!==t[e(469)]&&(t[e(469)]=i),t}))}(t,n),o=new e.Collection;for(const e of s){const n={type:i(470),model:new Ei.ViewModel({label:e[i(469)],class:e[i(429)],withText:!0,_action:e[i(449)]})};n[i(458)][i(452)](i(455)).to(t,i(451),(n=>i(430)!=typeof e[i(455)]||!n||e[i(455)](t))),o[i(474)](n)}return o}(n,i);return n[r(452)](r(451)).to(a,r(434)),a[r(460)][r(436)]({label:$n(o,r(443)),tooltip:!0,tooltipPosition:"sw",icon:t.icons[r(437)]}),a[r(444)]({attributes:{class:[r(466),s.if(r(451),r(435))]},on:{click:s.to((t=>t[r(456)]()))}}),a.on(r(448),(t=>{const e=r;n[e(476)]&&e(430)==typeof t[e(463)][e(468)]&&t[e(463)][e(468)](n)})),(0,Ei.addListToDropdown)(a,c),a[r(465)](n,r(447),((t,e,s)=>{const o=r;if(s)for(const t of a[o(438)][o(431)]){const e=t[o(473)][o(432)],r=i[o(464)]((t=>t[o(449)]===e[o(468)]))[o(439)];t[o(439)]=void 0===r||r(n)}})),a}(this,r):"",this[o(339)]&&this[o(339)][o(357)](o(365)).to(this),this[o(316)]({tag:o(312),attributes:{class:["ck",o(319),o(349),a.if(o(347),o(342))]},children:[{tag:o(312),attributes:{class:["ck",o(319),o(359),a.if(o(365),o(335),(t=>!t)),a.if(o(326),o(368)),a.if(o(311),o(313)),a.if(o(355),o(327))]},children:[this[o(325)],{tag:o(372),attributes:{class:["ck",o(345)]},children:[{text:a.to(o(321))}]},{tag:o(312),attributes:{class:["ck",o(374)]},children:[{tag:"ul",attributes:{class:["ck",o(371)]},children:c}]},this[o(339)]],on:{click:a.to((t=>{const e=o;t[e(337)][e(375)](e(361))||this[e(350)]&&this[e(365)]&&this[e(358)](e(348),{id:this.id})}))}}]})}[Wr(334)](){const t=Wr;super[t(334)]();const e=this[t(325)][t(328)][t(356)];this[t(333)](e,t(336),(()=>{const n=t;this[n(352)]&&!e[n(329)]||this[n(358)](n(370),{id:this.id,name:e[n(329)]}),e[n(329)]||(e[n(329)]=this[n(366)]?this[n(366)]:this[n(321)])}))}[Wr(348)](){this[Wr(326)]=!0}[Wr(324)](){this[Wr(326)]=!1}[Wr(360)](){this[Wr(311)]=!0}[Wr(318)](){this[Wr(311)]=!1}}var Qr=n(675);function Xr(){const t=["6OljJGP","8ULEgPs","setLocale","monthLong","toRelativeCalendar","year","day","4156596mVpTQK","week","3580633CIVbNx","month","16250iqPgGN","391832AlhDvf","7641nGUVzK","918368JTMUAj","local","7943670CLcRAa","fromJSDate","6063840sTkGkP","toJSDate","minus","weekdayLong","startOf","hasSame"];return(Xr=function(){return t})()}function $r(t,e){const n=Xr();return($r=function(t,e){return n[t-=143]})(t,e)}function ts(t,e){const n=$r,i=Qr.c9[n(147)](t)[n(156)](e),r=Qr.c9[n(145)](),s=r[n(150)]({days:1})[n(152)](n(160));let o,a;return i[n(153)](r,n(160))?(o=i[n(152)](n(160))[n(149)](),a=i[n(158)]()):i[n(153)](s,n(160))?(o=s[n(149)](),a=i[n(158)]()):i[n(153)](r,n(162))?(o=i[n(152)](n(162))[n(149)](),a=i[n(151)]||""):i[n(153)](r,n(159))?(o=i[n(152)](n(164))[n(149)](),a=i[n(157)]||""):(o=i[n(152)](n(159))[n(149)](),a=String(i[n(159)])),{startDate:o,localizedPeriodName:a}}!function(t,e){const n=$r,i=t();for(;;)try{if(776485===parseInt(n(166))/1*(parseInt(n(154))/2)+-parseInt(n(161))/3+parseInt(n(144))/4+parseInt(n(148))/5+-parseInt(n(146))/6+-parseInt(n(163))/7*(parseInt(n(155))/8)+-parseInt(n(143))/9*(-parseInt(n(165))/10))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Xr);var es=n(45),ns={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(es.A,ns);es.A.locals;const is=rs;function rs(t,e){const n=os();return(rs=function(t,e){return n[t-=143]})(t,e)}!function(t,e){const n=rs,i=t();for(;;)try{if(612978===-parseInt(n(173))/1*(parseInt(n(160))/2)+parseInt(n(163))/3*(-parseInt(n(156))/4)+parseInt(n(143))/5+-parseInt(n(145))/6*(parseInt(n(151))/7)+-parseInt(n(170))/8+parseInt(n(165))/9*(-parseInt(n(155))/10)+parseInt(n(174))/11)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(os);class ss extends Ei.View{constructor(t,e,n,i){const r=rs;super(t);const s=ts(e,this[r(150)][r(164)])[r(147)];this[r(166)]=e,this[r(171)]=this[r(175)](),this[r(167)]=n,this[r(168)]=i,this[r(171)][r(169)](r(144)).to(this),this[r(171)][r(169)](r(172)).to(this),this[r(162)]({tag:r(161),attributes:{class:["ck",r(152)]},children:[{tag:r(158),attributes:{class:["ck",r(146)]},children:[{text:s}]},{tag:r(161),attributes:{class:["ck",r(149)]},children:this[r(171)]}]})}[is(148)](t){const e=is,n=new Kr(this[e(150)],t,this[e(167)],this[e(168)]);this[e(171)][e(159)](n)}[is(157)](t){const e=is,n=this[e(171)][e(154)]((e=>e.id===t.id));this[e(171)][e(153)](n)}}function os(){const t=["setTemplate","21ItOjdx","uiLanguage","18369pfhRmT","startDate","_revisionActions","_requireRevisionName","delegate","3880840UkAeTC","revisionViews","setName","1GbRLxR","25155724GWaQRf","createCollection","5842835qXxCvN","select","84RUIeyT","ck-revision-history-sidebar__time-period__label","localizedPeriodName","addRevision","ck-revision-history-sidebar__time-period__revisions","locale","219436FXmMwh","ck-revision-history-sidebar__time-period","remove","find","970LmRrmN","496964kOBBFX","removeRevision","span","add","1701664YQirmK","div"];return(os=function(){return t})()}var as=n(173),cs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(as.A,cs);as.A.locals;function us(){const t=["358887eBHIvs","402025gNgriw","28UrrEdK","Revision history","938030zdAZcc","div","1055130YQgNhF","setTemplate","ck-revision-history-sidebar__header__label","span","147482cJDwfD","content","1643811LqvORr","ck-reset_all","7TKgeIJ","81kgyvsE","5094360lTznOi","history","ck-revision-history-sidebar__header"];return(us=function(){return t})()}function ls(t,e){const n=us();return(ls=function(t,e){return n[t-=421]})(t,e)}!function(t,e){const n=ls,i=t();for(;;)try{if(442339===-parseInt(n(437))/1+parseInt(n(428))/2+parseInt(n(430))/3+parseInt(n(439))/4*(parseInt(n(438))/5)+-parseInt(n(424))/6*(parseInt(n(432))/7)+parseInt(n(434))/8+parseInt(n(433))/9*(-parseInt(n(422))/10))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(us);class hs extends Ei.View{constructor(e){const n=ls;super(e);const i=new Ei.IconView;i[n(429)]=t.icons[n(435)],this[n(425)]({tag:n(423),attributes:{class:["ck",n(431),n(436)]},children:[i,{tag:n(427),attributes:{class:["ck",n(426)]},children:[$n(e,n(421))]}]})}}var ds=n(722),fs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(ds.A,fs);ds.A.locals;const vs=ps;function ms(){const t=["95724SSnJpx","revisionSelected","ck-revision-history-sidebar","set","revisionSetName","get","selectRevision","map","ck-disabled","1290042XycMRt","removeRevision","12876226fCaOIU","ck-reset","bindTemplate","deselect","932410ttGmTA","highlight","_revisionActions","locale","fire","select","158748TJwYzr","unhighlight","some","setTemplate","getTime","find","revisionViews","3xpHzZN","_revisions","_removeRevision","ck-rounded-corners","createdAt","_requireRevisionName","div","ck-revision-history-sidebar__timeline","startDate","1940296sXcyCb","addRevision","createCollection","setName","_getTimePeriodViewByStartDate","7HWyGcT","render","remove","flat","10uUlIkl","uiLanguage","isEnabled","_addRevision","timePeriodViews","4wgraKj","delegate","highlightRevisions","557820VQWXix","add"];return(ms=function(){return t})()}function ps(t,e){const n=ms();return(ps=function(t,e){return n[t-=489]})(t,e)}!function(t,e){const n=ps,i=t();for(;;)try{if(247093===-parseInt(n(543))/1*(parseInt(n(513))/2)+-parseInt(n(520))/3*(parseInt(n(492))/4)+-parseInt(n(507))/5+-parseInt(n(501))/6+-parseInt(n(534))/7*(parseInt(n(529))/8)+parseInt(n(490))/9+parseInt(n(538))/10*(parseInt(n(503))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(ms);class ys extends Ei.View{constructor(t,e,n,i){const r=ps;super(t);const s=this[r(505)];this[r(542)]=this[r(531)](),this[r(542)][r(544)](r(512)).to(this),this[r(542)][r(544)](r(532)).to(this),this[r(521)]=e,this[r(509)]=n,this[r(525)]=i,this.on(r(512),((t,e)=>{const n=r;this[n(511)](n(493),e)})),this.on(r(532),((t,e)=>{const n=r;this[n(511)](n(496),e)})),this[r(495)](r(540),!1),this[r(516)]({tag:r(526),attributes:{class:["ck",r(504),r(523),r(494)]},children:[new hs(t),{tag:r(526),attributes:{class:["ck",r(527),s.if(r(540),r(500),(t=>!t))]},children:this[r(542)]}]})}[vs(535)](){const t=vs;super[t(535)]();for(const e of this[t(521)])this[t(541)](e);this[t(521)].on(t(491),((e,n)=>{this[t(541)](n)})),this[t(521)].on(t(536),((e,n)=>{this[t(522)](n)}))}get[vs(519)](){const t=vs;return this[t(542)][t(499)]((e=>e[t(519)][t(499)]((t=>t))))[t(537)]()}[vs(498)](t){const e=vs;for(const n of this[e(519)])t&&t.id===n.id?n[e(512)]():n[e(506)]()}[vs(489)](t){const e=vs;for(const n of this[e(519)])t[e(515)]((({id:t})=>t===n.id))?n[e(508)]():n[e(514)]()}[vs(541)](t){const e=vs,n=ts(t[e(524)],this[e(510)][e(539)])[e(528)];let i=this[e(542)][e(497)](0);i&&i[e(528)][e(517)]()===n[e(517)]()||(i=new ss(this[e(510)],n,this[e(509)],this[e(525)]),this[e(542)][e(491)](i)),i[e(530)](t)}[vs(522)](t){const e=vs,n=ts(t[e(524)],this[e(510)][e(539)])[e(528)];this[e(533)](n)[e(502)](t)}[vs(533)](t){const e=vs;return this[e(542)][e(518)]((n=>n[e(528)][e(517)]()===t[e(517)]()))}}const gs=ks;function ks(t,e){const n=_s();return(ks=function(t,e){return n[t-=232]})(t,e)}!function(t,e){const n=ks,i=t();for(;;)try{if(238656===-parseInt(n(233))/1+-parseInt(n(265))/2+-parseInt(n(260))/3+-parseInt(n(249))/4+parseInt(n(243))/5*(parseInt(n(238))/6)+-parseInt(n(255))/7+parseInt(n(310))/8)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(_s);class bs extends t.Plugin{static get[gs(305)](){return gs(279)}static get[gs(307)](){return[ar]}constructor(t){const e=gs;super(t),this[e(272)]=t[e(251)][e(298)](ar),this[e(270)]=this[e(272)][e(301)],this[e(302)]=null}[gs(290)](){const t=gs,e=this[t(270)][t(235)],n=this[t(297)](),i=this[t(245)][t(264)][t(298)](t(236));this[t(302)]=new ys(this[t(245)][t(271)],e,n,this[t(245)][t(264)][t(298)](t(244))),this[t(302)].on(t(284),this[t(283)][t(288)](this)),this[t(302)].on(t(267),this[t(295)][t(288)](this)),this[t(302)][t(288)](t(262)).to(this[t(272)]),this[t(302)][t(234)].on(t(266),((e,n)=>{const i=t;n[i(258)].on(i(266),((t,e)=>{const n=i;e[n(288)](n(262),n(287)).to(this[n(272)])}))})),this[t(302)][t(248)](),this[t(296)](this[t(245)][t(261)],t(268),this[t(257)][t(288)](this)),this[t(296)](this[t(272)],t(303),this[t(269)][t(288)](this)),i[t(289)](this[t(302)][t(304)])}[gs(246)](){const t=gs;this[t(302)][t(304)][t(250)](),this[t(302)][t(246)]()}[gs(257)](){const t=gs,e=this[t(270)][t(285)](0);if(e){const n=this[t(270)][t(273)](e.id);this[t(272)][t(278)](e,n)}}[gs(283)](t,e){const n=gs,i=this[n(270)][n(285)](e.id),r=this[n(270)][n(273)](i.id);this[n(272)][n(278)](i,r)}[gs(295)](t,e){const n=gs;this[n(270)][n(285)](e.id)[n(292)](e[n(281)])}[gs(269)](t,e,n){const i=gs,r=this[i(270)][i(309)](n);r[i(275)]>2?(this[i(302)][i(300)](r),this[i(302)][i(241)](null)):(this[i(302)][i(300)]([]),this[i(302)][i(241)](r[0]))}[gs(297)](){const t=gs,e=this[t(245)],n=bs[t(299)],i=e[t(264)][t(298)](t(274))||bs[t(308)];if(i[t(275)])return i[t(232)]((i=>{const r=t,s=r(239)==typeof i?Object[r(293)]({},n[i]):i;return s[r(306)]=s[r(306)][r(288)](this,e),s[r(276)]&&(s[r(276)]=s[r(276)][r(288)](this,e)),s}))}}function _s(){const t=["_revisionViewer","getEarlierVisibleRevision","revisionHistory.revisionActions","length","isVisible","restoreRevision","compare","RevisionsSidebar","Name this revision","name","getIndex","_handleRevisionSelected","revisionSelected","getRevision","isSelected","isReady","bind","appendChild","init","nameRevision","setName","assign","newRevisionId","_handleRevisionSetName","listenTo","_createRevisionActions","get","availableRevisionActions","highlightRevisions","repository","_sidebarView","change:diff","element","pluginName","action","requires","defaultRevisionActions","getRevisionsInDiff","7166584fXmLJU","map","133682OhtiBC","timePeriodViews","_revisions","revisionHistory.viewerSidebarContainer","compareAgainstSelected","102bncTnG","string","Restore this revision","selectRevision","getLaterVisibleRevision","108085cbUcIg","revisionHistory.requireRevisionName","editor","destroy","select","render","1478420npwYfi","remove","plugins","Compare against selected","fieldView","revisionHistory","879676pDpGbl","diff","_handleEditorDataReady","revisionViews","focus","13731xUTkrE","data","isEnabled","restoreRevisionCallback","config","782248NHRAor","add","revisionSetName","ready","_handleDiffChange","_revisionsRepository","locale"];return(_s=function(){return t})()}bs[gs(299)]={compareAgainstSelected:{name:gs(252),action:({plugins:t},e)=>{const n=gs,i=t[n(298)](ar),r=i[n(301)];let s=i[n(256)][n(294)],o=e.id;r[n(282)](s)>r[n(282)](o)&&([s,o]=[o,s]),i[n(278)](s,o)},isVisible:({plugins:t},e)=>{const n=gs,i=t[n(298)](ar);return!(i[n(301)][n(309)](i[n(256)])[n(275)]>2||e[n(286)])}},restoreRevision:{name:gs(240),action:(t,{id:e})=>{const n=gs;t[n(264)][n(298)](n(254))[n(263)](e)},isVisible:({plugins:t},e)=>!!t[gs(298)](ar)[gs(301)][gs(242)](e.id)},nameRevision:{name:gs(280),action:({plugins:t},{id:e,revisionNameView:n})=>{const i=gs,r=t[i(298)](ar),s=r[i(301)][i(273)](e);r[i(278)](e,s),n[i(259)](),n[i(253)][i(247)]()}}},bs[gs(308)]=[gs(237),gs(277),gs(291)];const ws=Ss;function Is(){const t=["limiterElement","replace","fillFromConfig","803405WrRmaf","element","toolbar","1095330lCHlhG","836aXFCEa","_view","init","_elementReplacer","restore","editor","componentFactory","viewportOffset","bind","1776tXlSki","name","rootName","detachDomRoot","config","setEditableElement","get","565NsLYhV","document","_initToolbar","attachDomRoot","1701012PdjrDp","4ZlWONK","104316CoEJLg","render","185175kZRfEP","focusTracker","editing","120ePVwzl","view","stickyPanel","editable","addToolbar","fire","getRoot","destroy","7pCAdxa","679370ZrMLZc","isActive","isFocused","ready","viewportTopOffset","_toolbarConfig"];return(Is=function(){return t})()}function Ss(t,e){const n=Is();return(Ss=function(t,e){return n[t-=388]})(t,e)}!function(t,e){const n=Ss,i=t();for(;;)try{if(270317===-parseInt(n(431))/1*(parseInt(n(424))/2)+parseInt(n(414))/3+-parseInt(n(436))/4*(parseInt(n(411))/5)+-parseInt(n(435))/6*(-parseInt(n(401))/7)+parseInt(n(393))/8*(-parseInt(n(390))/9)+-parseInt(n(402))/10+-parseInt(n(415))/11*(-parseInt(n(388))/12))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Is);class Os extends Ei.EditorUI{get[ws(394)](){return this[ws(416)]}constructor(t,n){const i=ws;super(t),this[i(416)]=n,this[i(407)]=(0,Ei.normalizeToolbarConfig)(t[i(428)][i(430)](i(413))),this[i(418)]=new e.ElementReplacer}get[ws(412)](){const t=ws;return this[t(394)][t(412)]}[ws(417)](t){const e=ws,n=this[e(420)],i=this[e(394)],r=n[e(392)][e(394)],s=i[e(396)],o=r[e(432)][e(399)]();s[e(425)]=o[e(426)],i[e(389)]();const a=s[e(412)];this[e(429)](s[e(425)],a),i[e(396)][e(423)](e(404)).to(this[e(391)]),r[e(434)](a),this[e(418)][e(409)](t,this[e(412)]),this[e(433)](),this[e(398)](e(405))}[ws(400)](){const t=ws;super[t(400)]();const e=this[t(394)],n=this[t(420)][t(392)][t(394)];this[t(418)][t(419)](),n[t(427)](e[t(396)][t(425)]),e[t(400)]()}[ws(433)](){const t=ws,e=this[t(394)];e[t(395)][t(423)](t(403)).to(this[t(391)],t(404)),e[t(395)][t(408)]=e[t(412)],e[t(395)][t(423)](t(406)).to(this,t(422),(({top:t})=>t)),e[t(413)][t(410)](this[t(407)],this[t(421)]),this[t(397)](e[t(413)])}}var Ts=n(161),xs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(Ts.A,xs);Ts.A.locals;function Rs(){var t=["add","toolbar","1892653iioJCO","top","893915EFRswO","223827WGdNoG","8245430NFYziu","content","22kyAFYP","stickyPanel","7612191wlJVkb","6fLzvrq","main","205350NCqITo","4710872qYEfBY","render","editable","2xsapwd","_editable","shouldToolbarGroupWhenFull","104PoReEx"];return(Rs=function(){return t})()}var Ns=As;function As(t,e){var n=Rs();return(As=function(t,e){return n[t-=120]})(t,e)}!function(t,e){for(var n=As,i=t();;)try{if(765359===parseInt(n(132))/1+-parseInt(n(124))/2*(parseInt(n(133))/3)+parseInt(n(127))/4*(parseInt(n(120))/5)+parseInt(n(139))/6*(parseInt(n(130))/7)+-parseInt(n(121))/8+parseInt(n(138))/9+parseInt(n(134))/10*(-parseInt(n(136))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Rs);class Ms extends Ei.BoxedEditorUIView{get[Ns(123)](){return this[Ns(125)]}constructor(t,e,n={}){var i=Ns;super(t),this[i(137)]=new Ei.StickyPanelView(t),this[i(129)]=new Ei.ToolbarView(t,{shouldGroupWhenFull:n[i(126)]}),this[i(125)]=new Ei.InlineEditableUIView(t,e)}[Ns(122)](){var t=Ns;super[t(122)](),this[t(137)][t(135)][t(128)](this[t(129)]),this[t(131)][t(128)](this[t(137)]),this[t(140)][t(128)](this[t(123)])}}const Es=Vs;function Vs(t,e){const n=js();return(Vs=function(t,e){return n[t-=307]})(t,e)}function js(){const t=["sourceElement","27CxFCaG","ready","destroy","create","model","locale","initPlugins","createRoot","6773739nNqTjH","get","editing","init","updateSourceElement","1286LWwxXR","fire","1110BOudPj","data","config","_ui","24616040BrrXrj","5IrLBPz","2183034AZzebm","3745602dKMGsr","document","view","3185656HQtKsV","initialData","25524LXyuTQ"];return(js=function(){return t})()}!function(t,e){const n=Vs,i=t();for(;;)try{if(629254===parseInt(n(314))/1*(-parseInt(n(316))/2)+-parseInt(n(322))/3+parseInt(n(328))/4*(parseInt(n(321))/5)+-parseInt(n(323))/6+-parseInt(n(309))/7+-parseInt(n(326))/8*(-parseInt(n(330))/9)+parseInt(n(320))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(js);class Cs extends((0,t.DataApiMixin)((0,t.ElementApiMixin)(t.Editor))){get ui(){return this[Vs(319)]}constructor(t,e){const n=Vs;super(e),this[n(329)]=t,this[n(334)][n(324)][n(308)]();const i=new Ms(this[n(335)],this[n(311)][n(325)],{shouldToolbarGroupWhenFull:!0});this[n(319)]=new Os(this,i)}[Es(332)](){const t=Es;return this[t(313)](),this.ui[t(332)](),super[t(332)]()}static async[Es(333)](t,e){const n=Es,i=new this(t,e);return await i[n(307)](),await i.ui[n(312)](t),await i[n(317)][n(312)](i[n(318)][n(310)](n(327))||""),i[n(315)](n(331)),i}}const Ds=Ls;function Fs(){const t=["indexOf","init","revisionHistory","editor","_viewerEditor","_getRevisionViewerEditorConfig","commands","setAttribute","showRevisionViewerCallback","disableReadOnlyMode","toolbar","getUser","set","closeRevisionViewerCallback","numeric","842856ktXzuM","markers","_closeRevisionViewer","Restored","keys","createdAt","365512rQTQpD","saveRevision","enqueueChange","requires","lazyRoots","pluginName","revisionHistory.closeRevisionViewerCallback","addUser","uiLanguage","locale","getRevisionRootsAttributes","document","getRoot","getRevisions","from","save","_restoreRevision","remove","refreshVisibility","toVersion","removeMarker","RestrictedEditingMode","getRevisionData","adapter","1990680rixGgl","bind","RevisionHistory","end","toLocaleDateString","define","Users","Autosave","style","_update","catch","revisionHistory.showRevisionViewerCallback","enableReadOnlyMode","creator","$graveyard","revision-history-viewer-opened","getMarkersGroup","push","isAnonymous","block","exitToEditing","fromVersion","setSelection","PaginationLookup","rootName","revisionHistory.requireRevisionName","_enhanceCloseRevisionViewerCallback","data","roots","restoreRevision","addRoot","526519WqsXQG","config","addRevisionData","RevisionHistoryUI","removeSelectionAttribute","56lUahTF","Annotations","isReady","isEnabled","refreshPositioning","result","6UYeakQ","RevisionViewer","name","error","long","display","changesNavigation","then","insert","RevisionsRepository","plugins","getRevision","restrictedEditingException","418527KJVQQY","change","selection","parse","805770REKvOT","model","getAttributeKeys","toLocaleTimeString","detachRoot","revisionHistory.editorContainer","_cleanUp","_enhanceShowRevisionViewerCallback","revision-history-missing-configuration","destroy","revisionHistory.viewerContainer","isReadOnly","removeAttribute","2326435QoPwCz","update","_recalculatePageBreaks","includes","get","none","RevisionViewerIntegration","revisionHistory.viewerEditorElement","RevisionTracker","_showRevisionViewer","createRangeIn","isAttached","repository","toJSON","create","revisionHistory.restoreRevisionCallback","users","has"];return(Fs=function(){return t})()}function Ls(t,e){const n=Fs();return(Ls=function(t,e){return n[t-=250]})(t,e)}!function(t,e){const n=Ls,i=t();for(;;)try{if(263315===-parseInt(n(252))/1+parseInt(n(326))/2+-parseInt(n(276))/3+parseInt(n(356))/4+parseInt(n(293))/5*(parseInt(n(263))/6)+-parseInt(n(257))/7*(parseInt(n(332))/8)+-parseInt(n(280))/9)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Fs);const zs=[Ds(255),Ds(353)];class Ps extends t.Plugin{static get[Ds(337)](){return Ds(299)}constructor(t){const e=Ds;super(t),this[e(262)]=e(359)}}class Us extends t.Plugin{static get[Ds(337)](){return Ds(358)}static get[Ds(335)](){return[Si,Zi]}constructor(t){const n=Ds;if(super(t),!this[n(314)][n(253)][n(297)](n(313)))throw new e.CKEditorError(n(288),this);this[n(315)]=null,this[n(314)][n(253)][n(361)](n(367),(t=>this[n(302)](t))),this[n(314)][n(253)][n(361)](n(338),(t=>this[n(328)](t))),this[n(314)][n(253)][n(361)](n(308),(t=>this[n(348)](t))),this[n(314)][n(253)][n(361)](n(381),!1),this[n(287)](),this[n(382)]()}set[Ds(355)](t){const e=Ds;this[e(314)][e(273)][e(297)](e(301))[e(355)]=t}get[Ds(355)](){const t=Ds;return this[t(314)][t(273)][t(297)](t(301))[t(355)]}[Ds(254)](t){const e=Ds;return this[e(314)][e(273)][e(297)](e(301))[e(254)](t)}[Ds(274)](t){const e=Ds;return this[e(314)][e(273)][e(297)](e(272))[e(274)](t)}[Ds(345)](t={toJSON:!1}){const e=Ds;return this[e(314)][e(273)][e(297)](e(272))[e(345)](t)}[Ds(316)](){const n=Ds,i=this[n(314)],s=(0,r.sanitizeEditorConfig)(i,zs),o=i[n(273)][n(297)](n(301)),a=i[n(273)][n(297)](n(362))[n(309)];return s[n(321)]=[n(376),n(250),n(269)],delete s[n(336)],s[n(273)][n(373)](Ps,ar,xr,class extends t.Plugin{static get[n(335)](){return[ar,n(362)]}[n(312)](){const t=n,r=this[t(314)][t(273)][t(297)](t(362));for(const e of a)e[t(374)]||r[t(322)](e.id)||r[t(339)](e);const s=o[t(305)][t(345)]();let c=null;const u=this[t(314)][t(273)][t(297)](t(264));u[t(355)]=o[t(355)],u[t(357)](t(260)).to(o),this[t(314)][t(317)][t(297)](t(250))[t(357)](t(260)).to(i,t(291),(t=>!t));for(const n of s){const i=null===n[t(369)];if(i&&n[t(351)]===n[t(377)])continue;const r=n[t(306)]();u[t(254)](r,((r,s,a)=>{const u=t;if(i){if(c)c[u(365)](r,s);else if(!s){const t=a[u(306)]();t.id=(0,e.uid)(),o[u(333)](t,a[u(351)])[u(270)]((t=>{c=t}))}}else n[u(365)](r,s)}))}}},bs),s}[Ds(287)](){const t=Ds,e=this[t(314)][t(253)][t(297)](t(313))[t(319)];this[t(314)][t(253)][t(323)](t(367),(async()=>{const n=t;this[n(314)][n(368)](n(371));const i=this[n(314)][n(273)][n(297)](n(301));if(this[n(314)][n(273)][n(310)](n(363))){const t=this[n(314)][n(273)][n(297)](n(363));await t[n(347)]()}else await i[n(294)]();this[n(314)][n(273)][n(310)](n(379))&&this[n(314)][n(273)][n(297)](n(379))[n(295)]();const r=this[n(316)]();return e(r)[n(270)]((t=>{const e=n;return this[e(315)]=t,this[e(314)][e(273)][e(310)](e(258))&&this[e(314)][e(273)][e(297)](e(258))[e(350)](),t}))[n(366)]((t=>(console[n(266)](t),this[n(314)][n(320)](n(371)),null)))}))}[Ds(382)](){const t=Ds,e=this[t(314)][t(253)][t(297)](t(313))[t(324)];this[t(314)][t(253)][t(323)](t(338),(()=>(this[t(314)][t(273)][t(310)](t(379))&&this[t(314)][t(273)][t(297)](t(379))[t(295)](),this[t(315)][t(273)][t(297)](t(264))[t(286)](),e(this[t(315)])[t(270)]((()=>{const e=t;if(this[e(314)][e(320)](e(371)),this[e(315)]=null,this[e(314)][e(273)][e(310)](e(258))){const t=this[e(314)][e(273)][e(297)](e(258));t[e(350)](),t[e(261)]()}})))))}[Ds(302)](t){const e=Ds,n=this[e(314)][e(253)][e(297)](e(285)),i=this[e(314)][e(253)][e(297)](e(290)),r=this[e(314)][e(253)][e(297)](e(300));return Cs[e(307)](r,t)[e(270)]((t=>(i[e(364)][e(268)]=e(375),n[e(364)][e(268)]=e(298),t)))}[Ds(328)](t){const e=Ds,n=this[e(314)][e(253)][e(297)](e(285));return this[e(314)][e(253)][e(297)](e(290))[e(364)][e(268)]=e(298),n[e(364)][e(268)]="",t[e(289)]()}async[Ds(348)](t){const e=Ds,n=this[e(314)],i=this[e(315)][e(273)][e(297)](e(264)),r=n[e(273)][e(297)](e(301)),s=i[e(305)][e(274)](t);let o,a,c;try{o=await i[e(354)](s),a=await i[e(342)](s)}catch(t){return void console[e(266)](t)}n[e(281)][e(277)]((t=>{const i=e;for(const e of Array[i(346)](n[i(281)][i(327)][i(372)](i(275))))t[i(352)](e)})),i[e(259)]=!1,n[e(281)][e(334)]((t=>{const i=e;t[i(378)](null),t[i(256)](n[i(281)][i(343)][i(278)][i(282)]());const r=Object[i(330)](o);for(const e of n[i(281)][i(343)][i(384)])i(370)!=e[i(380)]&&e[i(304)]()&&!r[i(296)](e[i(380)])&&t[i(284)](e);for(const e of r){let r=n[i(281)][i(343)][i(344)](e);r&&r[i(304)]()||(r=t[i(251)](e));const s=a[e],c=Object[i(330)](s),u=o[e];for(const e of r[i(282)]())c[i(296)](e)||t[i(292)](e,r);for(const n of c)t[i(318)](n,a[e][n],r);t[i(349)](t[i(303)](r)),t[i(271)](n[i(383)][i(279)](u,r),r,0)}}));const u=$n(n[e(341)],e(329));return c=s[e(265)]?-1==s[e(265)][e(311)](u)?u+": "+s[e(265)]:s[e(265)]:u+": "+s[e(331)][e(360)](n[e(341)][e(340)],{month:e(267),day:e(325)})+", "+s[e(331)][e(283)](n[e(341)][e(340)],{hour:e(325),minute:e(325)}),await r[e(333)]({name:c}),i[e(259)]=!0,n[e(253)][e(297)](e(313))[e(324)]()}}function Hs(t,e){var n=Zs();return(Hs=function(t,e){return n[t-=472]})(t,e)}function Zs(){var t=["776306SEdPvE","5499245PairhG","786xLRDov","401772yjIoMO","4YWgbzl","3657030EwJlrq","1251159WojqUL","45IwNfVB","1038280vJSYAL","20937sBiIFA"];return(Zs=function(){return t})()}!function(t,e){for(var n=Hs,i=t();;)try{if(648309===-parseInt(n(473))/1+-parseInt(n(476))/2+parseInt(n(479))/3+parseInt(n(477))/4*(parseInt(n(474))/5)+-parseInt(n(475))/6*(-parseInt(n(472))/7)+-parseInt(n(481))/8*(parseInt(n(480))/9)+parseInt(n(478))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Zs)})(),(window.CKEditor5=window.CKEditor5||{}).revisionHistory=i})();
5
+ */(()=>{var t={528:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-revision-history-ui.ck-revision-history-ui__changes-navigation{align-items:center;display:flex;margin-left:auto}.ck.ck-revision-history-ui.ck-revision-history-ui__changes-navigation .ck-revision-history-ui__changes-navigation__wrapper{display:flex;margin-right:var(--ck-spacing-standard)}.ck.ck-revision-history-ui.ck-revision-history-ui__changes-navigation .ck-revision-history-ui__changes-navigation__label{font-weight:700;white-space:pre}.ck.ck-revision-history-ui.ck-revision-history-ui__changes-navigation .ck-revision-history-ui__changes-navigation__navigation{margin-left:var(--ck-spacing-small)}",""]);const s=r},216:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck{--ck-revision-history-revision-background-color:var(--ck-color-base-background);--ck-revision-history-revision-border-color:#47576b;--ck-revision-history-revision-box-shadow:0 1px 1px 1px #e6e6e6;--ck-revision-history-revision-author-icon-offset:20px;--ck-revision-history-revision-transitions:background 100ms ease-in,border 100ms ease-in;--ck-revision-history-revision-selected-text-color:var(--ck-color-base-background);--ck-revision-history-revision-selected-input-text-color-empty:var(--ck-color-base-background);--ck-revision-history-revision-selected-background-color:var(--ck-color-base-active);--ck-revision-history-revision-highlighted-background-color:#e0f1ff;--ck-revision-history-revision-highlighted-background-color-hover:#cce7ff;--ck-revision-history-revision-delete-confirmation-background:#fcc;--ck-revision-history-revision-delete-confirmation-active-button-background:#ffb3b3}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision{background:var(--ck-revision-history-revision-background-color);border-left:3px solid var(--ck-revision-history-revision-border-color);border-radius:var(--ck-border-radius);box-shadow:var(--ck-revision-history-revision-box-shadow);display:block;padding:var(--ck-spacing-large) calc(var(--ck-spacing-standard)*2);position:relative;transition:transform .3s ease;width:100%}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision:last-child{margin-bottom:0}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__date{display:block;font-size:var(--ck-font-size-small);font-weight:700;opacity:.8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__controls-wrapper{align-items:flex-start;display:flex;flex-direction:row;margin:var(--ck-spacing-standard) 0 0}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision-authors{flex:0 1 auto;margin:0 0 0 var(--ck-revision-history-revision-author-icon-offset);min-width:0;padding:0}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_highlighted,.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected{border-bottom-left-radius:0;border-left-color:transparent;border-top-left-radius:0;transform:translateX(calc(var(--ck-revision-history-sidebar-timeline-padding)*-1))}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected{background:var(--ck-revision-history-revision-selected-background-color);color:var(--ck-revision-history-revision-selected-text-color)}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision-name .ck-input{color:var(--ck-revision-history-revision-selected-text-color)}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision-name .ck-input.ck-input-text_empty::placeholder{opacity:.7}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_highlighted{background:var(--ck-revision-history-revision-highlighted-background-color)}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__revision.ck-revision-history-sidebar__actions_dropdown_open{z-index:var(--ck-z-default)}.ck.ck-revision-history-sidebar__revision-wrapper.ck-revision-history-sidebar__revision-wrapper_confirmation_visible .ck-revision-history-sidebar__revision{box-shadow:none;position:relative;transform:translate3d(-100%,0,0)}.ck.ck-revision-history-sidebar__revision-wrapper.ck-revision-history-sidebar__revision-wrapper_confirmation_visible .ck-revision-history-sidebar__revision,.ck.ck-revision-history-sidebar__revision-wrapper.ck-revision-history-sidebar__revision-wrapper_confirmation_visible .ck-revision-history-sidebar__revision *{--ck-revision-history-revision-background-color:transparent;--ck-revision-history-revision-selected-background-color:transparent;--ck-revision-history-revision-highlighted-background-color:transparent}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm{align-items:center;background:var(--ck-revision-history-revision-delete-confirmation-background);border-radius:var(--ck-border-radius);box-shadow:var(--ck-revision-history-revision-box-shadow);display:flex;flex-direction:row;height:100%;justify-content:space-around;left:100%;position:absolute;top:0;user-select:none;width:100%}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner{margin-top:var(--ck-spacing-small);text-align:center}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner p{color:var(--ck-color-text);font-weight:700;margin:0}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner .ck-thread__remove-confirm-actions{display:flex;flex-direction:row;justify-content:space-evenly}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner .ck-thread__remove-confirm-actions .ck.ck-button:active,.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner .ck-thread__remove-confirm-actions .ck.ck-button:focus,.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner .ck-thread__remove-confirm-actions .ck.ck-button:hover{background:var(--ck-revision-history-revision-delete-confirmation-active-button-background)}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner .ck-thread__remove-confirm-actions .ck.ck-button.ck-thread__remove-confirm-submit{color:var(--ck-color-button-save)}.ck.ck-revision-history-sidebar__revision-wrapper .ck-thread__remove-confirm .ck-thread__remove-confirm-inner .ck-thread__remove-confirm-actions .ck.ck-button.ck-thread__remove-confirm-cancel{color:var(--ck-color-button-cancel)}.ck.ck-revision-history-sidebar__revision-wrapper .ck-revision-history-sidebar__subrevisions{margin-left:var(--ck-spacing-large)}",""]);const s=r},11:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__actions{display:none;position:absolute;right:var(--ck-spacing-small);top:var(--ck-spacing-small)}.ck.ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__actions .ck-dropdown__button{min-height:unset;min-width:unset}.ck.ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__actions .ck-dropdown__button .ck-button__icon{transform:scale(.7)}.ck.ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__actions .ck-dropdown__arrow{display:none}.ck.ck-revision-history-sidebar__revision .ck-revision-history-sidebar__revision__actions .ck-list__item__danger{color:var(--ck-color-button-cancel)}.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision__actions .ck-dropdown__button{color:var(--ck-color-base-background)}.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision__actions .ck-dropdown__button.ck-on,.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision__actions .ck-dropdown__button:hover{background:var(--ck-color-base-active-focus)}.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision__actions .ck-dropdown__button.ck-on:hover,.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_selected .ck-revision-history-sidebar__revision__actions .ck-dropdown__button:hover:hover{filter:brightness(95%)}.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_highlighted .ck-revision-history-sidebar__revision__actions .ck-dropdown__button.ck-on,.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_highlighted .ck-revision-history-sidebar__revision__actions .ck-dropdown__button:hover{background:var(--ck-revision-history-revision-highlighted-background-color-hover)}.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_highlighted .ck-revision-history-sidebar__revision__actions .ck-dropdown__button.ck-on:hover,.ck.ck-revision-history-sidebar__revision.ck-revision-history-sidebar__revision_highlighted .ck-revision-history-sidebar__revision__actions .ck-dropdown__button:hover:hover{filter:brightness(95%)}.ck.ck-revision-history-sidebar__revision:hover:not(.ck-disabled) .ck-revision-history-sidebar__revision__actions,.ck.ck-revision-history-sidebar__revision:not(.ck-disabled) .ck-revision-history-sidebar__revision__actions.ck-on{display:block}",""]);const s=r},249:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-revision-history-sidebar__revision-author{display:block;position:relative;transition:var(--ck-revision-history-revision-transitions)}.ck.ck-revision-history-sidebar__revision-author .ck-revision-history-sidebar__revision-author__name{display:block;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.ck.ck-revision-history-sidebar__revision-author .ck-icon{height:10px;left:calc(var(--ck-revision-history-revision-author-icon-offset)*-1);position:absolute;top:3px;width:11px}.ck.ck-revision-history-sidebar__revision-author:not(:first-of-type) .ck-icon{display:none}",""]);const s=r},329:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-revision-history-sidebar__revision-name{display:block;font-size:1.2em;font-weight:700;left:calc(var(--ck-spacing-small)*-1);margin-right:30px;position:relative}.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-label{display:none}.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input{background:transparent;border-radius:var(--ck-border-radius);color:inherit;font-family:inherit;font-size:var(--ck-font-size-normal);font-weight:700;min-height:auto;min-width:auto;padding:var(--ck-spacing-tiny) var(--ck-spacing-small);text-overflow:ellipsis;transition:var(--ck-revision-history-revision-transitions);width:100%}.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input,.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input:focus,.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input[readonly]{background:transparent}.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input:not(.ck-input_focused){border-color:transparent}.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input::placeholder{color:inherit}.ck.ck-revision-history-sidebar__revision-name>.ck-labeled-field-view__input-wrapper>.ck-input[readonly]{pointer-events:none}",""]);const s=r},426:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-revision-history-save-revision-form{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;width:400px}.ck.ck-revision-history-save-revision-form .ck-labeled-field-view{width:100%}.ck.ck-revision-history-save-revision-form .ck-label{display:none}.ck.ck-revision-history-save-revision-form .ck-input{width:100%}",""]);const s=r},722:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck{--ck-revision-history-sidebar-period-background:#ff5724;--ck-revision-history-sidebar-timeline-padding:var(--ck-spacing-large)}.ck.ck-revision-history-sidebar{display:flex;flex-direction:column}.ck.ck-revision-history-sidebar .ck-revision-history-sidebar__timeline{align-items:start;display:flex;flex-direction:column;font-size:var(--ck-font-size-base);height:100%;overflow-x:hidden;overflow-y:auto;padding:var(--ck-revision-history-sidebar-timeline-padding)}.ck.ck-revision-history-sidebar .ck-revision-history-sidebar__timeline.ck-disabled{filter:grayscale(1) opacity(var(--ck-disabled-opacity))}",""]);const s=r},173:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-revision-history-sidebar__header{--header-height:calc(var(--ck-ui-component-min-height) + var(--ck-spacing-small)*2 + 1px);align-items:center;border-bottom:1px solid var(--ck-color-toolbar-border);color:inherit;display:flex;flex-direction:row;font-family:inherit;font-weight:700;height:var(--header-height);line-height:var(--header-height);min-height:var(--header-height);overflow:hidden;padding:0 var(--ck-revision-history-sidebar-timeline-padding)}.ck.ck-revision-history-sidebar__header .ck-revision-history-sidebar__header__label{color:inherit;font-family:inherit;font-size:1.2em;font-weight:700}.ck.ck-revision-history-sidebar__header .ck-icon{margin-right:var(--ck-spacing-large)}",""]);const s=r},45:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck{--ck-revision-history-sidebar-revision-vertical-spacing:calc(var(--ck-spacing-standard)*2)}.ck.ck-revision-history-sidebar__time-period{width:100%}.ck.ck-revision-history-sidebar__time-period .ck-revision-history-sidebar__time-period__label{background:var(--ck-revision-history-sidebar-period-background);border-radius:var(--ck-border-radius);color:var(--ck-color-base-background);font-size:9px;font-weight:700;padding:var(--ck-spacing-tiny) var(--ck-spacing-standard);text-transform:uppercase}.ck.ck-revision-history-sidebar__time-period .ck-revision-history-sidebar__time-period__label:first-child{margin-top:var(--ck-spacing-standard)}.ck.ck-revision-history-sidebar__time-period .ck-revision-history-sidebar__time-period__revisions{display:flex;flex-direction:column}.ck.ck-revision-history-sidebar__time-period .ck-revision-history-sidebar__time-period__revisions .ck-revision-history-sidebar__revision-wrapper,.ck.ck-revision-history-sidebar__time-period:not(.ck-hidden)+.ck-revision-history-sidebar__time-period{margin-top:var(--ck-revision-history-sidebar-revision-vertical-spacing)}",""]);const s=r},536:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,'.ck .ck-revision-change{border-top-left-radius:var(--ck-border-radius);outline:0;padding:var(--ck-spacing-small) var(--ck-spacing-large)}.ck .ck-revision-change>*{font-size:var(--ck-font-size-standard);vertical-align:bottom}.ck .ck-revision-change.ck-revision-change__add{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-revision-change.ck-revision-change__remove{border-left-color:var(--ck-color-suggestion-box-deletion-border)}.ck .ck-revision-change .ck-revision-change__label{font-size:inherit;font-weight:700;vertical-align:inherit}.ck.ck-button.ck-revision-history-ui__back-to-editing{background:var(--ck-color-base-active);color:var(--ck-color-base-background)}.ck.ck-button.ck-revision-history-ui__back-to-editing:hover:not(.ck-disabled){background:var(--ck-color-base-active-focus)}.ck-content .ck-suggestion-preview-marker,.ck-content .ck-suggestion-preview-marker-split{opacity:.75}.ck-content .ck-suggestion-preview-marker-split:after{content:"¶"}.ck-content .ck-suggestion-preview-marker-merge{opacity:.75;text-decoration:line-through}.ck-content .ck-suggestion-preview-marker-merge:after{content:"¶"}.ck-content .ck-suggestion-preview-marker-deletion{text-decoration:line-through}.ck-content .ck-suggestion-marker-deletion-new:not(.ck-widget),.ck-content .ck-suggestion-marker-merge-new{--ck-color-suggestion-marker-deletion-border:none;--ck-color-suggestion-marker-deletion-border-active:none;--ck-color-suggestion-marker-deletion-background:none;--ck-color-suggestion-marker-deletion-background-active:none;--ck-color-suggestion-marker-deletion-stroke:rgba(122,31,54,.8);--ck-color-suggestion-widget-deletion-background:rgba(229,102,134,.03);--ck-color-suggestion-widget-deletion-background-active:rgba(196,33,74,.05)}.ck-content .ck-suggestion-marker-merge-new:after{color:inherit}.ck-content .ck-suggestion-marker-insertion-new,.ck-content .ck-suggestion-marker-split-new{opacity:.75}.ck-content .ck-suggestion-marker-deletion-new.ck-suggestion-marker--active:not(.table),.ck-content .ck-suggestion-marker-merge-new.ck-suggestion-marker--active{--ck-color-suggestion-marker-deletion-background-active:rgba(218,37,82,.08);--ck-color-suggestion-marker-deletion-stroke:#7a1f36;opacity:1}.ck-content .ck-suggestion-marker-insertion-new.ck-suggestion-marker--active,.ck-content .ck-suggestion-marker-split-new.ck-suggestion-marker--active{opacity:1}.ck.ck-editor__editable_inline.ck-revision-history-root-add{border:3px solid var(--ck-color-suggestion-marker-insertion-border)}.ck.ck-editor__editable_inline.ck-revision-history-root-add.ck-revision-history-root--active{border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck.ck-editor__editable_inline.ck-revision-history-root-remove{border:3px solid var(--ck-color-suggestion-marker-deletion-border)}.ck.ck-editor__editable_inline.ck-revision-history-root-remove.ck-revision-history-root--active{border-color:var(--ck-color-suggestion-marker-deletion-border-active)}',""]);const s=r},560:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,'.ck{--ck-revision-history-loading-overlay-transition-duration:.2s;--ck-revision-history-loading-overlay-transition-delay:0s;--ck-revision-history-loading-overlay-spinner-rotation-duration:1s;--ck-revision-history-loading-overlay-spinner-size:60px;--ck-revision-history-loading-overlay-visible-background:#fff}.ck.ck-editor__editable:after,.ck.ck-editor__editable:before{content:"";opacity:0;position:absolute;transition:opacity var(--ck-revision-history-loading-overlay-transition-duration) ease;transition-delay:0;visibility:hidden}.ck.ck-editor__editable:before{background:var(--ck-revision-history-loading-overlay-visible-background);height:100%;left:0;top:0;width:100%;z-index:var(--ck-z-default)}.ck.ck-editor__editable:after{animation:ck-revision-history-spinner-animation var(--ck-revision-history-loading-overlay-spinner-rotation-duration) linear infinite;border-radius:50%;border-right:3px solid transparent;border-top:3px solid var(--ck-color-base-text);box-sizing:border-box;height:var(--ck-revision-history-loading-overlay-spinner-size);left:50%;top:50%;transform:translate(-50%,-50%);width:var(--ck-revision-history-loading-overlay-spinner-size);z-index:var(--ck-z-default)}.ck.ck-editor__editable.ck-editor__editable__loading-overlay,.ck.ck-editor__editable.ck-editor__editable__overlay{min-height:calc(var(--ck-revision-history-loading-overlay-spinner-size) + var(--ck-spacing-large)*2);position:relative}.ck.ck-editor__editable.ck-editor__editable__loading-overlay:after,.ck.ck-editor__editable.ck-editor__editable__loading-overlay:before,.ck.ck-editor__editable.ck-editor__editable__overlay:after,.ck.ck-editor__editable.ck-editor__editable__overlay:before{opacity:.8;transition-delay:var(--ck-revision-history-loading-overlay-transition-delay);visibility:visible}.ck.ck-editor__editable.ck-editor__editable__overlay:after{visibility:hidden}@keyframes ck-revision-history-spinner-animation{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}',""]);const s=r},161:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,".ck.ck-editor{position:relative}.ck.ck-editor .ck-editor__top .ck-sticky-panel .ck-toolbar{z-index:var(--ck-z-panel)}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content{border-radius:0}.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content,.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content.ck-rounded-corners{border-radius:var(--ck-border-radius);border-bottom-left-radius:0;border-bottom-right-radius:0}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content{border:solid var(--ck-color-base-border);border-width:1px 1px 0}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content.ck-sticky-panel__content_sticky{border-bottom-width:1px}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-menu-bar,.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-toolbar{border:0}.ck.ck-editor__main>.ck-editor__editable{background:var(--ck-color-base-background);border-radius:0}.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable,.ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0;border-top-right-radius:0}.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused){border-color:var(--ck-color-base-border)}",""]);const s=r},959:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var i=n(433),r=n.n(i)()((function(t){return t[1]}));r.push([t.id,'.ck-vertical-form .ck-button:after{bottom:-1px;content:"";position:absolute;right:-1px;top:-1px;width:0;z-index:1}.ck-vertical-form .ck-button:focus:after{display:none}@media screen and (max-width:600px){.ck.ck-responsive-form .ck-button:after{bottom:-1px;content:"";position:absolute;right:-1px;top:-1px;width:0;z-index:1}.ck.ck-responsive-form .ck-button:focus:after{display:none}}.ck-vertical-form>.ck-button:nth-last-child(2):after{border-right:1px solid var(--ck-color-base-border)}.ck.ck-responsive-form{padding:var(--ck-spacing-large)}.ck.ck-responsive-form:focus{outline:none}[dir=ltr] .ck.ck-responsive-form>:not(:first-child),[dir=rtl] .ck.ck-responsive-form>:not(:last-child){margin-left:var(--ck-spacing-standard)}@media screen and (max-width:600px){.ck.ck-responsive-form{padding:0;width:calc(var(--ck-input-width)*.8)}.ck.ck-responsive-form .ck-labeled-field-view{margin:var(--ck-spacing-large) var(--ck-spacing-large) 0}.ck.ck-responsive-form .ck-labeled-field-view .ck-input-text{min-width:0;width:100%}.ck.ck-responsive-form .ck-labeled-field-view .ck-labeled-field-view__error{white-space:normal}.ck.ck-responsive-form>.ck-button:nth-last-child(2):after{border-right:1px solid var(--ck-color-base-border)}.ck.ck-responsive-form>.ck-button:last-child,.ck.ck-responsive-form>.ck-button:nth-last-child(2){border-radius:0;margin-top:var(--ck-spacing-large);padding:var(--ck-spacing-standard)}.ck.ck-responsive-form>.ck-button:last-child:not(:focus),.ck.ck-responsive-form>.ck-button:nth-last-child(2):not(:focus){border-top:1px solid var(--ck-color-base-border)}[dir=ltr] .ck.ck-responsive-form>.ck-button:last-child,[dir=ltr] .ck.ck-responsive-form>.ck-button:nth-last-child(2),[dir=rtl] .ck.ck-responsive-form>.ck-button:last-child,[dir=rtl] .ck.ck-responsive-form>.ck-button:nth-last-child(2){margin-left:0}[dir=rtl] .ck.ck-responsive-form>.ck-button:last-child:last-of-type,[dir=rtl] .ck.ck-responsive-form>.ck-button:nth-last-child(2):last-of-type{border-right:1px solid var(--ck-color-base-border)}}',""]);const s=r},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,i){"string"==typeof t&&(t=[[null,t,""]]);var r={};if(i)for(var s=0;s<this.length;s++){var o=this[s][0];null!=o&&(r[o]=!0)}for(var a=0;a<t.length;a++){var c=[].concat(t[a]);i&&r[c[0]]||(n&&(c[2]?c[2]="".concat(n," and ").concat(c[2]):c[2]=n),e.push(c))}},e}},675:(t,e)=>{"use strict";function n(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function i(t,e,i){return e&&n(t.prototype,e),i&&n(t,i),t}function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}function s(t){return s=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},s(t)}function o(t,e){return o=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},o(t,e)}function a(t,e,n){return a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}()?Reflect.construct:function(t,e,n){var i=[null];i.push.apply(i,e);var r=new(Function.bind.apply(t,i));return n&&o(r,n.prototype),r},a.apply(null,arguments)}function c(t){var e="function"==typeof Map?new Map:void 0;return c=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,i)}function i(){return a(t,arguments,s(this).constructor)}return i.prototype=Object.create(t.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),o(i,t)},c(t)}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}function l(t){var e=0;if("undefined"==typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=function(t,e){if(t){if("string"==typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}(t)))return function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}};throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(e=t[Symbol.iterator]()).next.bind(e)}var h=function(t){function e(){return t.apply(this,arguments)||this}return r(e,t),e}(c(Error)),d=function(t){function e(e){return t.call(this,"Invalid DateTime: "+e.toMessage())||this}return r(e,t),e}(h),f=function(t){function e(e){return t.call(this,"Invalid Interval: "+e.toMessage())||this}return r(e,t),e}(h),v=function(t){function e(e){return t.call(this,"Invalid Duration: "+e.toMessage())||this}return r(e,t),e}(h),m=function(t){function e(){return t.apply(this,arguments)||this}return r(e,t),e}(h),p=function(t){function e(e){return t.call(this,"Invalid unit "+e)||this}return r(e,t),e}(h),y=function(t){function e(){return t.apply(this,arguments)||this}return r(e,t),e}(h),g=function(t){function e(){return t.call(this,"Zone is an abstract class")||this}return r(e,t),e}(h),k="numeric",b="short",_="long",w={year:k,month:k,day:k},I={year:k,month:b,day:k},S={year:k,month:b,day:k,weekday:b},O={year:k,month:_,day:k},T={year:k,month:_,day:k,weekday:_},x={hour:k,minute:k},R={hour:k,minute:k,second:k},N={hour:k,minute:k,second:k,timeZoneName:b},M={hour:k,minute:k,second:k,timeZoneName:_},A={hour:k,minute:k,hour12:!1},E={hour:k,minute:k,second:k,hour12:!1},V={hour:k,minute:k,second:k,hour12:!1,timeZoneName:b},j={hour:k,minute:k,second:k,hour12:!1,timeZoneName:_},D={year:k,month:k,day:k,hour:k,minute:k},C={year:k,month:k,day:k,hour:k,minute:k,second:k},L={year:k,month:b,day:k,hour:k,minute:k},F={year:k,month:b,day:k,hour:k,minute:k,second:k},P={year:k,month:b,day:k,weekday:b,hour:k,minute:k},z={year:k,month:_,day:k,hour:k,minute:k,timeZoneName:b},U={year:k,month:_,day:k,hour:k,minute:k,second:k,timeZoneName:b},Z={year:k,month:_,day:k,weekday:_,hour:k,minute:k,timeZoneName:_},H={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 G(t){return"number"==typeof t&&t%1==0}function J(){try{return"undefined"!=typeof Intl&&Intl.DateTimeFormat}catch(t){return!1}}function W(){return!q(Intl.DateTimeFormat.prototype.formatToParts)}function Y(){try{return"undefined"!=typeof Intl&&!!Intl.RelativeTimeFormat}catch(t){return!1}}function K(t,e,n){if(0!==t.length)return t.reduce((function(t,i){var r=[e(i),i];return t&&n(t[0],r[0])===t[0]?t:r}),null)[1]}function 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 G(t)&&t>=e&&t<=n}function tt(t,e){void 0===e&&(e=2);var n=t<0?"-":"",i=n?-1*t:t;return""+n+(i.toString().length<e?("0".repeat(e)+i).slice(-e):i.toString())}function et(t){return q(t)||null===t||""===t?void 0:parseInt(t,10)}function nt(t){if(!q(t)&&null!==t&&""!==t){var e=1e3*parseFloat("0."+t);return Math.floor(e)}}function it(t,e,n){void 0===n&&(n=!1);var i=Math.pow(10,e);return(n?Math.trunc:Math.round)(t*i)/i}function rt(t){return t%4==0&&(t%100!=0||t%400==0)}function st(t){return rt(t)?366:365}function ot(t,e){var n=function(t,e){return t-e*Math.floor(t/e)}(e-1,12)+1;return 2===n?rt(t+(e-n)/12)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][n-1]}function at(t){var e=Date.UTC(t.year,t.month-1,t.day,t.hour,t.minute,t.second,t.millisecond);return t.year<100&&t.year>=0&&(e=new Date(e)).setUTCFullYear(e.getUTCFullYear()-1900),+e}function ct(t){var e=(t+Math.floor(t/4)-Math.floor(t/100)+Math.floor(t/400))%7,n=t-1,i=(n+Math.floor(n/4)-Math.floor(n/100)+Math.floor(n/400))%7;return 4===e||3===i?53:52}function ut(t){return t>99?t:t>60?1900+t:2e3+t}function lt(t,e,n,i){void 0===i&&(i=null);var r=new Date(t),s={hour12:!1,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};i&&(s.timeZone=i);var o=Object.assign({timeZoneName:e},s),a=J();if(a&&W()){var c=new Intl.DateTimeFormat(n,o).formatToParts(r).find((function(t){return"timezonename"===t.type.toLowerCase()}));return c?c.value:null}if(a){var u=new Intl.DateTimeFormat(n,s).format(r);return new Intl.DateTimeFormat(n,o).format(r).substring(u.length).replace(/^[, \u200e]+/,"")}return null}function ht(t,e){var n=parseInt(t,10);Number.isNaN(n)&&(n=0);var i=parseInt(e,10)||0;return 60*n+(n<0||Object.is(n,-0)?-i:i)}function dt(t){var e=Number(t);if("boolean"==typeof t||""===t||Number.isNaN(e))throw new y("Invalid unit value "+t);return e}function ft(t,e,n){var i={};for(var r in t)if(Q(t,r)){if(n.indexOf(r)>=0)continue;var s=t[r];if(null==s)continue;i[e(r)]=dt(s)}return i}function vt(t,e){var n=Math.trunc(Math.abs(t/60)),i=Math.trunc(Math.abs(t%60)),r=t>=0?"+":"-";switch(e){case"short":return""+r+tt(n,2)+":"+tt(i,2);case"narrow":return""+r+n+(i>0?":"+i:"");case"techie":return""+r+tt(n,2)+tt(i,2);default:throw new RangeError("Value format "+e+" is out of range for property format")}}function mt(t){return X(t,["hour","minute","second","millisecond"])}var pt=/[A-Za-z_+-]{1,256}(:?\/[A-Za-z_+-]{1,256}(\/[A-Za-z_+-]{1,256})?)?/;function yt(t){return JSON.stringify(t,Object.keys(t).sort())}var gt=["January","February","March","April","May","June","July","August","September","October","November","December"],kt=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],bt=["J","F","M","A","M","J","J","A","S","O","N","D"];function _t(t){switch(t){case"narrow":return[].concat(bt);case"short":return[].concat(kt);case"long":return[].concat(gt);case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}var wt=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],It=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],St=["M","T","W","T","F","S","S"];function Ot(t){switch(t){case"narrow":return[].concat(St);case"short":return[].concat(It);case"long":return[].concat(wt);case"numeric":return["1","2","3","4","5","6","7"];default:return null}}var Tt=["AM","PM"],xt=["Before Christ","Anno Domini"],Rt=["BC","AD"],Nt=["B","A"];function Mt(t){switch(t){case"narrow":return[].concat(Nt);case"short":return[].concat(Rt);case"long":return[].concat(xt);default:return null}}function At(t,e){for(var n,i="",r=l(t);!(n=r()).done;){var s=n.value;s.literal?i+=s.val:i+=e(s.val)}return i}var Et={D:w,DD:I,DDD:O,DDDD:T,t:x,tt:R,ttt:N,tttt:M,T:A,TT:E,TTT:V,TTTT:j,f:D,ff:L,fff:z,ffff:Z,F:C,FF:F,FFF:U,FFFF:H},Vt=function(){function t(t,e){this.opts=e,this.loc=t,this.systemLoc=null}t.create=function(e,n){return void 0===n&&(n={}),new t(e,n)},t.parseFormat=function(t){for(var e=null,n="",i=!1,r=[],s=0;s<t.length;s++){var o=t.charAt(s);"'"===o?(n.length>0&&r.push({literal:i,val:n}),e=null,n="",i=!i):i||o===e?n+=o:(n.length>0&&r.push({literal:!1,val:n}),n=o,e=o)}return n.length>0&&r.push({literal:i,val:n}),r},t.macroTokenToFormatOpts=function(t){return Et[t]};var e=t.prototype;return e.formatWithSystemDefault=function(t,e){return null===this.systemLoc&&(this.systemLoc=this.loc.redefaultToSystem()),this.systemLoc.dtFormatter(t,Object.assign({},this.opts,e)).format()},e.formatDateTime=function(t,e){return void 0===e&&(e={}),this.loc.dtFormatter(t,Object.assign({},this.opts,e)).format()},e.formatDateTimeParts=function(t,e){return void 0===e&&(e={}),this.loc.dtFormatter(t,Object.assign({},this.opts,e)).formatToParts()},e.resolvedOptions=function(t,e){return void 0===e&&(e={}),this.loc.dtFormatter(t,Object.assign({},this.opts,e)).resolvedOptions()},e.num=function(t,e){if(void 0===e&&(e=0),this.opts.forceSimple)return tt(t,e);var n=Object.assign({},this.opts);return e>0&&(n.padTo=e),this.loc.numberFormatter(n).format(t)},e.formatDateTimeFromString=function(e,n){var i=this,r="en"===this.loc.listingMode(),s=this.loc.outputCalendar&&"gregory"!==this.loc.outputCalendar&&W(),o=function(t,n){return i.loc.extract(e,t,n)},a=function(t){return e.isOffsetFixed&&0===e.offset&&t.allowZ?"Z":e.isValid?e.zone.formatOffset(e.ts,t.format):""},c=function(){return r?function(t){return Tt[t.hour<12?0:1]}(e):o({hour:"numeric",hour12:!0},"dayperiod")},u=function(t,n){return r?function(t,e){return _t(e)[t.month-1]}(e,t):o(n?{month:t}:{month:t,day:"numeric"},"month")},l=function(t,n){return r?function(t,e){return Ot(e)[t.weekday-1]}(e,t):o(n?{weekday:t}:{weekday:t,month:"long",day:"numeric"},"weekday")},h=function(t){return r?function(t,e){return Mt(e)[t.year<0?0:1]}(e,t):o({era:t},"era")};return At(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 At(o,(i=c,function(t){var e=s(t);return e?r.num(i.get(e),t.length):t}))},t}(),jt=function(){function t(t,e){this.reason=t,this.explanation=e}return t.prototype.toMessage=function(){return this.explanation?this.reason+": "+this.explanation:this.reason},t}(),Dt=function(){function t(){}var e=t.prototype;return e.offsetName=function(t,e){throw new g},e.formatOffset=function(t,e){throw new g},e.offset=function(t){throw new g},e.equals=function(t){throw new g},i(t,[{key:"type",get:function(){throw new g}},{key:"name",get:function(){throw new g}},{key:"universal",get:function(){throw new g}},{key:"isValid",get:function(){throw new g}}]),t}(),Ct=null,Lt=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.offsetName=function(t,e){return lt(t,e.format,e.locale)},n.formatOffset=function(t,e){return vt(this.offset(t),e)},n.offset=function(t){return-new Date(t).getTimezoneOffset()},n.equals=function(t){return"local"===t.type},i(e,[{key:"type",get:function(){return"local"}},{key:"name",get:function(){return J()?(new Intl.DateTimeFormat).resolvedOptions().timeZone:"local"}},{key:"universal",get:function(){return!1}},{key:"isValid",get:function(){return!0}}],[{key:"instance",get:function(){return null===Ct&&(Ct=new e),Ct}}]),e}(Dt),Ft=RegExp("^"+pt.source+"$"),Pt={};var zt={year:0,month:1,day:2,hour:3,minute:4,second:5};var Ut={},Zt=function(t){function e(n){var i;return(i=t.call(this)||this).zoneName=n,i.valid=e.isValidZone(n),i}r(e,t),e.create=function(t){return Ut[t]||(Ut[t]=new e(t)),Ut[t]},e.resetCache=function(){Ut={},Pt={}},e.isValidSpecifier=function(t){return!(!t||!t.match(Ft))},e.isValidZone=function(t){try{return new Intl.DateTimeFormat("en-US",{timeZone:t}).format(),!0}catch(t){return!1}},e.parseGMTOffset=function(t){if(t){var e=t.match(/^Etc\/GMT(0|[+-]\d{1,2})$/i);if(e)return-60*parseInt(e[1])}return null};var n=e.prototype;return n.offsetName=function(t,e){return lt(t,e.format,e.locale,this.name)},n.formatOffset=function(t,e){return vt(this.offset(t),e)},n.offset=function(t){var e=new Date(t);if(isNaN(e))return NaN;var n,i=(n=this.name,Pt[n]||(Pt[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"})),Pt[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),Ht=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===Ht&&(Ht=new e(0)),Ht}}]);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 Gt(t,e){var n;if(q(t)||null===t)return e;if(t instanceof Dt)return t;if("string"==typeof t){var i=t.toLowerCase();return"local"===i?e:"utc"===i||"gmt"===i?qt.utcInstance:null!=(n=Zt.parseGMTOffset(t))?qt.instance(n):Zt.isValidSpecifier(i)?Zt.create(t):qt.parseSpecifier(i)||new Bt(t)}return B(t)?qt.instance(t):"object"==typeof t&&t.offset&&"number"==typeof t.offset?t:new Bt(t)}var Jt=function(){return Date.now()},Wt=null,Yt=null,Kt=null,Xt=null,Qt=!1,$t=function(){function t(){}return t.resetCaches=function(){le.resetCache(),Zt.resetCache()},i(t,null,[{key:"now",get:function(){return Jt},set:function(t){Jt=t}},{key:"defaultZoneName",get:function(){return t.defaultZone.name},set:function(t){Wt=t?Gt(t):null}},{key:"defaultZone",get:function(){return Wt||Lt.instance}},{key:"defaultLocale",get:function(){return Yt},set:function(t){Yt=t}},{key:"defaultNumberingSystem",get:function(){return Kt},set:function(t){Kt=t}},{key:"defaultOutputCalendar",get:function(){return Xt},set:function(t){Xt=t}},{key:"throwOnInvalid",get:function(){return Qt},set:function(t){Qt=t}}]),t}(),te={};function ee(t,e){void 0===e&&(e={});var n=JSON.stringify([t,e]),i=te[n];return i||(i=new Intl.DateTimeFormat(t,e),te[n]=i),i}var ne={};var ie={};function re(t,e){void 0===e&&(e={});var n=e,i=(n.base,function(t,e){if(null==t)return{};var n,i,r={},s=Object.keys(t);for(i=0;i<s.length;i++)n=s[i],e.indexOf(n)>=0||(r[n]=t[n]);return r}(n,["base"])),r=JSON.stringify([t,i]),s=ie[r];return s||(s=new Intl.RelativeTimeFormat(t,e),ie[r]=s),s}var se=null;function oe(t,e,n,i,r){var s=t.listingMode(n);return"error"===s?null:"en"===s?i(e):r(e)}var ae=function(){function t(t,e,n){if(this.padTo=n.padTo||0,this.floor=n.floor||!1,!e&&J()){var i={useGrouping:!1};n.padTo>0&&(i.minimumIntegerDigits=n.padTo),this.inf=function(t,e){void 0===e&&(e={});var n=JSON.stringify([t,e]),i=ne[n];return i||(i=new Intl.NumberFormat(t,e),ne[n]=i),i}(t,i)}}return t.prototype.format=function(t){if(this.inf){var e=this.floor?Math.floor(t):t;return this.inf.format(e)}return tt(this.floor?Math.floor(t):it(t,3),this.padTo)},t}(),ce=function(){function t(t,e,n){var i;if(this.opts=n,this.hasIntl=J(),t.zone.universal&&this.hasIntl){var r=t.offset/60*-1,s=r>=0?"Etc/GMT+"+r:"Etc/GMT"+r,o=Zt.isValidZone(s);0!==t.offset&&o?(i=s,this.dt=t):(i="UTC",n.timeZoneName?this.dt=t:this.dt=0===t.offset?t:fi.fromMillis(t.ts+60*t.offset*1e3))}else"local"===t.zone.type?this.dt=t:(this.dt=t,i=t.zone.name);if(this.hasIntl){var a=Object.assign({},this.opts);i&&(a.timeZone=i),this.dtf=ee(e,a)}}var e=t.prototype;return e.format=function(){if(this.hasIntl)return this.dtf.format(this.dt.toJSDate());var t=function(t){var e="EEEE, LLLL d, yyyy, h:mm a";switch(yt(X(t,["weekday","era","year","month","day","hour","minute","second","timeZoneName","hour12"]))){case yt(w):return"M/d/yyyy";case yt(I):return"LLL d, yyyy";case yt(S):return"EEE, LLL d, yyyy";case yt(O):return"LLLL d, yyyy";case yt(T):return"EEEE, LLLL d, yyyy";case yt(x):return"h:mm a";case yt(R):return"h:mm:ss a";case yt(N):case yt(M):return"h:mm a";case yt(A):return"HH:mm";case yt(E):return"HH:mm:ss";case yt(V):case yt(j):return"HH:mm";case yt(D):return"M/d/yyyy, h:mm a";case yt(L):return"LLL d, yyyy, h:mm a";case yt(z):return"LLLL d, yyyy, h:mm a";case yt(Z):return e;case yt(C):return"M/d/yyyy, h:mm:ss a";case yt(F):return"LLL d, yyyy, h:mm:ss a";case yt(P):return"EEE, d LLL yyyy, h:mm a";case yt(U):return"LLLL d, yyyy, h:mm:ss a";case yt(H):return"EEEE, LLLL d, yyyy, h:mm:ss a";default:return e}}(this.opts),e=le.create("en-US");return Vt.create(e).formatDateTimeFromString(this.dt,t)},e.formatToParts=function(){return this.hasIntl&&W()?this.dtf.formatToParts(this.dt.toJSDate()):[]},e.resolvedOptions=function(){return this.hasIntl?this.dtf.resolvedOptions():{locale:"en-US",numberingSystem:"latn",outputCalendar:"gregory"}},t}(),ue=function(){function t(t,e,n){this.opts=Object.assign({style:"long"},n),!e&&Y()&&(this.rtf=re(t,n))}var e=t.prototype;return e.format=function(t,e){return this.rtf?this.rtf.format(t,e):function(t,e,n,i){void 0===n&&(n="always"),void 0===i&&(i=!1);var r={years:["year","yr."],quarters:["quarter","qtr."],months:["month","mo."],weeks:["week","wk."],days:["day","day","days"],hours:["hour","hr."],minutes:["minute","min."],seconds:["second","sec."]},s=-1===["hours","minutes","seconds"].indexOf(t);if("auto"===n&&s){var o="days"===t;switch(e){case 1:return o?"tomorrow":"next "+r[t][0];case-1:return o?"yesterday":"last "+r[t][0];case 0:return o?"today":"this "+r[t][0]}}var a=Object.is(e,-0)||e<0,c=Math.abs(e),u=1===c,l=r[t],h=i?u?l[1]:l[2]||l[1]:u?r[t][0]:t;return a?c+" "+h+" ago":"in "+c+" "+h}(e,t,this.opts.numeric,"long"!==this.opts.style)},e.formatToParts=function(t,e){return this.rtf?this.rtf.formatToParts(t,e):[]},t}(),le=function(){function t(t,e,n,i){var r=function(t){var e=t.indexOf("-u-");if(-1===e)return[t];var n,i=t.substring(0,e);try{n=ee(t).resolvedOptions()}catch(t){n=ee(i).resolvedOptions()}var r=n;return[i,r.numberingSystem,r.calendar]}(t),s=r[0],o=r[1],a=r[2];this.locale=s,this.numberingSystem=e||o||null,this.outputCalendar=n||a||null,this.intl=function(t,e,n){return J()?n||e?(t+="-u",n&&(t+="-ca-"+n),e&&(t+="-nu-"+e),t):t:[]}(this.locale,this.numberingSystem,this.outputCalendar),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=i,this.fastNumbersCached=null}t.fromOpts=function(e){return t.create(e.locale,e.numberingSystem,e.outputCalendar,e.defaultToEN)},t.create=function(e,n,i,r){void 0===r&&(r=!1);var s=e||$t.defaultLocale;return new t(s||(r?"en-US":function(){if(se)return se;if(J()){var t=(new Intl.DateTimeFormat).resolvedOptions().locale;return se=t&&"und"!==t?t:"en-US"}return se="en-US"}()),n||$t.defaultNumberingSystem,i||$t.defaultOutputCalendar,s)},t.resetCache=function(){se=null,te={},ne={},ie={}},t.fromObject=function(e){var n=void 0===e?{}:e,i=n.locale,r=n.numberingSystem,s=n.outputCalendar;return t.create(i,r,s)};var e=t.prototype;return e.listingMode=function(t){void 0===t&&(t=!0);var e=J()&&W(),n=this.isEnglish(),i=!(null!==this.numberingSystem&&"latn"!==this.numberingSystem||null!==this.outputCalendar&&"gregory"!==this.outputCalendar);return e||n&&i||t?!e||n&&i?"en":"intl":"error"},e.clone=function(e){return e&&0!==Object.getOwnPropertyNames(e).length?t.create(e.locale||this.specifiedLocale,e.numberingSystem||this.numberingSystem,e.outputCalendar||this.outputCalendar,e.defaultToEN||!1):this},e.redefaultToEN=function(t){return void 0===t&&(t={}),this.clone(Object.assign({},t,{defaultToEN:!0}))},e.redefaultToSystem=function(t){return void 0===t&&(t={}),this.clone(Object.assign({},t,{defaultToEN:!1}))},e.months=function(t,e,n){var i=this;return void 0===e&&(e=!1),void 0===n&&(n=!0),oe(this,t,n,_t,(function(){var n=e?{month:t,day:"numeric"}:{month:t},r=e?"format":"standalone";return i.monthsCache[r][t]||(i.monthsCache[r][t]=function(t){for(var e=[],n=1;n<=12;n++){var i=fi.utc(2016,n,1);e.push(t(i))}return e}((function(t){return i.extract(t,n,"month")}))),i.monthsCache[r][t]}))},e.weekdays=function(t,e,n){var i=this;return void 0===e&&(e=!1),void 0===n&&(n=!0),oe(this,t,n,Ot,(function(){var n=e?{weekday:t,year:"numeric",month:"long",day:"numeric"}:{weekday:t},r=e?"format":"standalone";return i.weekdaysCache[r][t]||(i.weekdaysCache[r][t]=function(t){for(var e=[],n=1;n<=7;n++){var i=fi.utc(2016,11,13+n);e.push(t(i))}return e}((function(t){return i.extract(t,n,"weekday")}))),i.weekdaysCache[r][t]}))},e.meridiems=function(t){var e=this;return void 0===t&&(t=!0),oe(this,void 0,t,(function(){return Tt}),(function(){if(!e.meridiemCache){var t={hour:"numeric",hour12:!0};e.meridiemCache=[fi.utc(2016,11,13,9),fi.utc(2016,11,13,19)].map((function(n){return e.extract(n,t,"dayperiod")}))}return e.meridiemCache}))},e.eras=function(t,e){var n=this;return void 0===e&&(e=!0),oe(this,t,e,Mt,(function(){var e={era:t};return n.eraCache[t]||(n.eraCache[t]=[fi.utc(-40,1,1),fi.utc(2017,1,1)].map((function(t){return n.extract(t,e,"era")}))),n.eraCache[t]}))},e.extract=function(t,e,n){var i=this.dtFormatter(t,e).formatToParts().find((function(t){return t.type.toLowerCase()===n}));return i?i.value:null},e.numberFormatter=function(t){return void 0===t&&(t={}),new ae(this.intl,t.forceSimple||this.fastNumbers,t)},e.dtFormatter=function(t,e){return void 0===e&&(e={}),new ce(t,this.intl,e)},e.relFormatter=function(t){return void 0===t&&(t={}),new ue(this.intl,this.isEnglish(),t)},e.isEnglish=function(){return"en"===this.locale||"en-us"===this.locale.toLowerCase()||J()&&new Intl.DateTimeFormat(this.intl).resolvedOptions().locale.startsWith("en-us")},e.equals=function(t){return this.locale===t.locale&&this.numberingSystem===t.numberingSystem&&this.outputCalendar===t.outputCalendar},i(t,[{key:"fastNumbers",get:function(){var t;return null==this.fastNumbersCached&&(this.fastNumbersCached=(!(t=this).numberingSystem||"latn"===t.numberingSystem)&&("latn"===t.numberingSystem||!t.locale||t.locale.startsWith("en")||J()&&"latn"===new Intl.DateTimeFormat(t.intl).resolvedOptions().numberingSystem)),this.fastNumbersCached}}]),t}();function he(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var i=e.reduce((function(t,e){return t+e.source}),"");return RegExp("^"+i+"$")}function de(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return function(t){return e.reduce((function(e,n){var i=e[0],r=e[1],s=e[2],o=n(t,s),a=o[0],c=o[1],u=o[2];return[Object.assign(i,a),r||c,u]}),[{},null,1]).slice(0,2)}}function fe(t){if(null==t)return[null,null];for(var e=arguments.length,n=new Array(e>1?e-1:0),i=1;i<e;i++)n[i-1]=arguments[i];for(var r=0,s=n;r<s.length;r++){var o=s[r],a=o[0],c=o[1],u=a.exec(t);if(u)return c(u)}return[null,null]}function ve(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return function(t,n){var i,r={};for(i=0;i<e.length;i++)r[e[i]]=et(t[n+i]);return[r,null,n+i]}}var me=/(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/,pe=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,ye=RegExp(""+pe.source+me.source+"?"),ge=RegExp("(?:T"+ye.source+")?"),ke=ve("weekYear","weekNumber","weekDay"),be=ve("year","ordinal"),_e=RegExp(pe.source+" ?(?:"+me.source+"|("+pt.source+"))?"),we=RegExp("(?: "+_e.source+")?");function Ie(t,e,n){var i=t[e];return q(i)?n:et(i)}function Se(t,e){return[{year:Ie(t,e),month:Ie(t,e+1,1),day:Ie(t,e+2,1)},null,e+3]}function Oe(t,e){return[{hours:Ie(t,e,0),minutes:Ie(t,e+1,0),seconds:Ie(t,e+2,0),milliseconds:nt(t[e+3])},null,e+4]}function Te(t,e){var n=!t[e]&&!t[e+1],i=ht(t[e+1],t[e+2]);return[{},n?null:qt.instance(i),e+3]}function xe(t,e){return[{},t[e]?Zt.create(t[e]):null,e+1]}var Re=RegExp("^T?"+pe.source+"$"),Ne=/^-?P(?:(?:(-?\d{1,9})Y)?(?:(-?\d{1,9})M)?(?:(-?\d{1,9})W)?(?:(-?\d{1,9})D)?(?:T(?:(-?\d{1,9})H)?(?:(-?\d{1,9})M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,9}))?S)?)?)$/;function 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 Ae={GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Ee(t,e,n,i,r,s,o){var a={year:2===e.length?ut(et(e)):et(e),month:kt.indexOf(n)+1,day:et(i),hour:et(r),minute:et(s)};return o&&(a.second=et(o)),t&&(a.weekday=t.length>3?wt.indexOf(t)+1:It.indexOf(t)+1),a}var Ve=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/;function je(t){var e,n=t[1],i=t[2],r=t[3],s=t[4],o=t[5],a=t[6],c=t[7],u=t[8],l=t[9],h=t[10],d=t[11],f=Ee(n,s,r,i,o,a,c);return e=u?Ae[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 Fe(t){var e=t[1],n=t[2],i=t[3];return[Ee(e,t[4],i,n,t[5],t[6],t[7]),qt.utcInstance]}function Pe(t){var e=t[1],n=t[2],i=t[3],r=t[4],s=t[5],o=t[6];return[Ee(e,t[7],n,i,r,s,o),qt.utcInstance]}var ze=he(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,ge),Ue=he(/(\d{4})-?W(\d\d)(?:-?(\d))?/,ge),Ze=he(/(\d{4})-?(\d{3})/,ge),He=he(ye),qe=de(Se,Oe,Te),Be=de(ke,Oe,Te),Ge=de(be,Oe,Te),Je=de(Oe,Te);var We=de(Oe);var Ye=he(/(\d{4})-(\d\d)-(\d\d)/,we),Ke=he(_e),Xe=de(Se,Oe,Te,xe),Qe=de(Oe,Te,xe);var $e={weeks:{days:7,hours:168,minutes:10080,seconds:604800,milliseconds:6048e5},days:{hours:24,minutes:1440,seconds:86400,milliseconds:864e5},hours:{minutes:60,seconds:3600,milliseconds:36e5},minutes:{seconds:60,milliseconds:6e4},seconds:{milliseconds:1e3}},tn=Object.assign({years:{quarters:4,months:12,weeks:52,days:365,hours:8760,minutes:525600,seconds:31536e3,milliseconds:31536e6},quarters:{months:3,weeks:13,days:91,hours:2184,minutes:131040,seconds:7862400,milliseconds:78624e5},months:{weeks:4,days:30,hours:720,minutes:43200,seconds:2592e3,milliseconds:2592e6}},$e),en=365.2425,nn=30.436875,rn=Object.assign({years:{quarters:4,months:12,weeks:52.1775,days:en,hours:8765.82,minutes:525949.2,seconds:525949.2*60,milliseconds:525949.2*60*1e3},quarters:{months:3,weeks:13.044375,days:91.310625,hours:2191.455,minutes:131487.3,seconds:525949.2*60/4,milliseconds:7889237999.999999},months:{weeks:4.3481250000000005,days:nn,hours:730.485,minutes:43829.1,seconds:2629746,milliseconds:2629746e3}},$e),sn=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],on=sn.slice(0).reverse();function an(t,e,n){void 0===n&&(n=!1);var i={values:n?e.values:Object.assign({},t.values,e.values||{}),loc:t.loc.clone(e.loc),conversionAccuracy:e.conversionAccuracy||t.conversionAccuracy};return new un(i)}function cn(t,e,n,i,r){var s=t[r][n],o=e[n]/s,a=!(Math.sign(o)===Math.sign(i[r]))&&0!==i[r]&&Math.abs(o)<=1?function(t){return t<0?Math.floor(t):Math.ceil(t)}(o):Math.trunc(o);i[r]+=a,e[n]-=a*s}var un=function(){function t(t){var e="longterm"===t.conversionAccuracy||!1;this.values=t.values,this.loc=t.loc||le.create(),this.conversionAccuracy=e?"longterm":"casual",this.invalid=t.invalid||null,this.matrix=e?rn:tn,this.isLuxonDuration=!0}t.fromMillis=function(e,n){return t.fromObject(Object.assign({milliseconds:e},n))},t.fromObject=function(e){if(null==e||"object"!=typeof e)throw new y("Duration.fromObject: argument expected to be an object, got "+(null===e?"null":typeof e));return new t({values:ft(e,t.normalizeUnit,["locale","numberingSystem","conversionAccuracy","zone"]),loc:le.fromObject(e),conversionAccuracy:e.conversionAccuracy})},t.fromISO=function(e,n){var i=function(t){return fe(t,[Ne,Me])}(e),r=i[0];if(r){var s=Object.assign(r,n);return t.fromObject(s)}return t.invalid("unparsable",'the input "'+e+"\" can't be parsed as ISO 8601")},t.fromISOTime=function(e,n){var i=function(t){return fe(t,[Re,We])}(e),r=i[0];if(r){var s=Object.assign(r,n);return t.fromObject(s)}return t.invalid("unparsable",'the input "'+e+"\" can't be parsed as ISO 8601")},t.invalid=function(e,n){if(void 0===n&&(n=null),!e)throw new y("need to specify a reason the Duration is invalid");var i=e instanceof jt?e:new jt(e,n);if($t.throwOnInvalid)throw new v(i);return new t({invalid:i})},t.normalizeUnit=function(t){var e={year:"years",years:"years",quarter:"quarters",quarters:"quarters",month:"months",months:"months",week:"weeks",weeks:"weeks",day:"days",days:"days",hour:"hours",hours:"hours",minute:"minutes",minutes:"minutes",second:"seconds",seconds:"seconds",millisecond:"milliseconds",milliseconds:"milliseconds"}[t?t.toLowerCase():t];if(!e)throw new p(t);return e},t.isDuration=function(t){return t&&t.isLuxonDuration||!1};var e=t.prototype;return e.toFormat=function(t,e){void 0===e&&(e={});var n=Object.assign({},e,{floor:!1!==e.round&&!1!==e.floor});return this.isValid?Vt.create(this.loc,n).formatDurationFromString(this,t):"Invalid Duration"},e.toObject=function(t){if(void 0===t&&(t={}),!this.isValid)return{};var e=Object.assign({},this.values);return t.includeConfig&&(e.conversionAccuracy=this.conversionAccuracy,e.numberingSystem=this.loc.numberingSystem,e.locale=this.loc.locale),e},e.toISO=function(){if(!this.isValid)return null;var t="P";return 0!==this.years&&(t+=this.years+"Y"),0===this.months&&0===this.quarters||(t+=this.months+3*this.quarters+"M"),0!==this.weeks&&(t+=this.weeks+"W"),0!==this.days&&(t+=this.days+"D"),0===this.hours&&0===this.minutes&&0===this.seconds&&0===this.milliseconds||(t+="T"),0!==this.hours&&(t+=this.hours+"H"),0!==this.minutes&&(t+=this.minutes+"M"),0===this.seconds&&0===this.milliseconds||(t+=it(this.seconds+this.milliseconds/1e3,3)+"S"),"P"===t&&(t+="T0S"),t},e.toISOTime=function(t){if(void 0===t&&(t={}),!this.isValid)return null;var e=this.toMillis();if(e<0||e>=864e5)return null;t=Object.assign({suppressMilliseconds:!1,suppressSeconds:!1,includePrefix:!1,format:"extended"},t);var n=this.shiftTo("hours","minutes","seconds","milliseconds"),i="basic"===t.format?"hhmm":"hh:mm";t.suppressSeconds&&0===n.seconds&&0===n.milliseconds||(i+="basic"===t.format?"ss":":ss",t.suppressMilliseconds&&0===n.milliseconds||(i+=".SSS"));var r=n.toFormat(i);return t.includePrefix&&(r="T"+r),r},e.toJSON=function(){return this.toISO()},e.toString=function(){return this.toISO()},e.toMillis=function(){return this.as("milliseconds")},e.valueOf=function(){return this.toMillis()},e.plus=function(t){if(!this.isValid)return this;for(var e,n=ln(t),i={},r=l(sn);!(e=r()).done;){var s=e.value;(Q(n.values,s)||Q(this.values,s))&&(i[s]=n.get(s)+this.get(s))}return an(this,{values:i},!0)},e.minus=function(t){if(!this.isValid)return this;var e=ln(t);return this.plus(e.negate())},e.mapUnits=function(t){if(!this.isValid)return this;for(var e={},n=0,i=Object.keys(this.values);n<i.length;n++){var r=i[n];e[r]=dt(t(this.values[r],r))}return an(this,{values:e},!0)},e.get=function(e){return this[t.normalizeUnit(e)]},e.set=function(e){return this.isValid?an(this,{values:Object.assign(this.values,ft(e,t.normalizeUnit,[]))}):this},e.reconfigure=function(t){var e=void 0===t?{}:t,n=e.locale,i=e.numberingSystem,r=e.conversionAccuracy,s={loc:this.loc.clone({locale:n,numberingSystem:i})};return r&&(s.conversionAccuracy=r),an(this,s)},e.as=function(t){return this.isValid?this.shiftTo(t).get(t):NaN},e.normalize=function(){if(!this.isValid)return this;var t=this.toObject();return function(t,e){on.reduce((function(n,i){return q(e[i])?n:(n&&cn(t,e,n,e,i),i)}),null)}(this.matrix,t),an(this,{values:t},!0)},e.shiftTo=function(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];if(!this.isValid)return this;if(0===n.length)return this;n=n.map((function(e){return t.normalizeUnit(e)}));for(var r,s,o={},a={},c=this.toObject(),u=l(sn);!(s=u()).done;){var h=s.value;if(n.indexOf(h)>=0){r=h;var d=0;for(var f in a)d+=this.matrix[f][h]*a[f],a[f]=0;B(c[h])&&(d+=c[h]);var v=Math.trunc(d);for(var m in o[h]=v,a[h]=d-v,c)sn.indexOf(m)>sn.indexOf(h)&&cn(this.matrix,c,m,o,h)}else B(c[h])&&(a[h]=c[h])}for(var p in a)0!==a[p]&&(o[r]+=p===r?a[p]:a[p]/this.matrix[r][p]);return an(this,{values:o},!0).normalize()},e.negate=function(){if(!this.isValid)return this;for(var t={},e=0,n=Object.keys(this.values);e<n.length;e++){var i=n[e];t[i]=-this.values[i]}return an(this,{values:t},!0)},e.equals=function(t){if(!this.isValid||!t.isValid)return!1;if(!this.loc.equals(t.loc))return!1;for(var e,n=l(sn);!(e=n()).done;){var i=e.value;if(r=this.values[i],s=t.values[i],!(void 0===r||0===r?void 0===s||0===s:r===s))return!1}var r,s;return!0},i(t,[{key:"locale",get:function(){return this.isValid?this.loc.locale:null}},{key:"numberingSystem",get:function(){return this.isValid?this.loc.numberingSystem:null}},{key:"years",get:function(){return this.isValid?this.values.years||0:NaN}},{key:"quarters",get:function(){return this.isValid?this.values.quarters||0:NaN}},{key:"months",get:function(){return this.isValid?this.values.months||0:NaN}},{key:"weeks",get:function(){return this.isValid?this.values.weeks||0:NaN}},{key:"days",get:function(){return this.isValid?this.values.days||0:NaN}},{key:"hours",get:function(){return this.isValid?this.values.hours||0:NaN}},{key:"minutes",get:function(){return this.isValid?this.values.minutes||0:NaN}},{key:"seconds",get:function(){return this.isValid?this.values.seconds||0:NaN}},{key:"milliseconds",get:function(){return this.isValid?this.values.milliseconds||0:NaN}},{key:"isValid",get:function(){return null===this.invalid}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}}]),t}();function ln(t){if(B(t))return un.fromMillis(t);if(un.isDuration(t))return t;if("object"==typeof t)return un.fromObject(t);throw new y("Unknown duration argument "+t+" of type "+typeof t)}var hn="Invalid Interval";function dn(t,e){return t&&t.isValid?e&&e.isValid?e<t?fn.invalid("end before start","The end of an interval must be after its start, but you had start="+t.toISO()+" and end="+e.toISO()):null:fn.invalid("missing or invalid end"):fn.invalid("missing or invalid start")}var fn=function(){function t(t){this.s=t.start,this.e=t.end,this.invalid=t.invalid||null,this.isLuxonInterval=!0}t.invalid=function(e,n){if(void 0===n&&(n=null),!e)throw new y("need to specify a reason the Interval is invalid");var i=e instanceof jt?e:new jt(e,n);if($t.throwOnInvalid)throw new f(i);return new t({invalid:i})},t.fromDateTimes=function(e,n){var i=vi(e),r=vi(n),s=dn(i,r);return null==s?new t({start:i,end:r}):s},t.after=function(e,n){var i=ln(n),r=vi(e);return t.fromDateTimes(r,r.plus(i))},t.before=function(e,n){var i=ln(n),r=vi(e);return t.fromDateTimes(r.minus(i),r)},t.fromISO=function(e,n){var i=(e||"").split("/",2),r=i[0],s=i[1];if(r&&s){var o,a,c,u;try{a=(o=fi.fromISO(r,n)).isValid}catch(s){a=!1}try{u=(c=fi.fromISO(s,n)).isValid}catch(s){u=!1}if(a&&u)return t.fromDateTimes(o,c);if(a){var l=un.fromISO(s,n);if(l.isValid)return t.after(o,l)}else if(u){var h=un.fromISO(r,n);if(h.isValid)return t.before(c,h)}}return t.invalid("unparsable",'the input "'+e+"\" can't be parsed as ISO 8601")},t.isInterval=function(t){return t&&t.isLuxonInterval||!1};var e=t.prototype;return e.length=function(t){return void 0===t&&(t="milliseconds"),this.isValid?this.toDuration.apply(this,[t]).get(t):NaN},e.count=function(t){if(void 0===t&&(t="milliseconds"),!this.isValid)return NaN;var e=this.start.startOf(t),n=this.end.startOf(t);return Math.floor(n.diff(e,t).get(t))+1},e.hasSame=function(t){return!!this.isValid&&(this.isEmpty()||this.e.minus(1).hasSame(this.s,t))},e.isEmpty=function(){return this.s.valueOf()===this.e.valueOf()},e.isAfter=function(t){return!!this.isValid&&this.s>t},e.isBefore=function(t){return!!this.isValid&&this.e<=t},e.contains=function(t){return!!this.isValid&&(this.s<=t&&this.e>t)},e.set=function(e){var n=void 0===e?{}:e,i=n.start,r=n.end;return this.isValid?t.fromDateTimes(i||this.s,r||this.e):this},e.splitAt=function(){var e=this;if(!this.isValid)return[];for(var n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];for(var s=i.map(vi).filter((function(t){return e.contains(t)})).sort(),o=[],a=this.s,c=0;a<this.e;){var u=s[c]||this.e,l=+u>+this.e?this.e:u;o.push(t.fromDateTimes(a,l)),a=l,c+=1}return o},e.splitBy=function(e){var n=ln(e);if(!this.isValid||!n.isValid||0===n.as("milliseconds"))return[];for(var i,r=this.s,s=1,o=[];r<this.e;){var a=this.start.plus(n.mapUnits((function(t){return t*s})));i=+a>+this.e?this.e:a,o.push(t.fromDateTimes(r,i)),r=i,s+=1}return o},e.divideEqually=function(t){return this.isValid?this.splitBy(this.length()/t).slice(0,t):[]},e.overlaps=function(t){return this.e>t.s&&this.s<t.e},e.abutsStart=function(t){return!!this.isValid&&+this.e==+t.s},e.abutsEnd=function(t){return!!this.isValid&&+t.e==+this.s},e.engulfs=function(t){return!!this.isValid&&(this.s<=t.s&&this.e>=t.e)},e.equals=function(t){return!(!this.isValid||!t.isValid)&&(this.s.equals(t.s)&&this.e.equals(t.e))},e.intersection=function(e){if(!this.isValid)return this;var n=this.s>e.s?this.s:e.s,i=this.e<e.e?this.e:e.e;return n>=i?null:t.fromDateTimes(n,i)},e.union=function(e){if(!this.isValid)return this;var n=this.s<e.s?this.s:e.s,i=this.e>e.e?this.e:e.e;return t.fromDateTimes(n,i)},t.merge=function(t){var e=t.sort((function(t,e){return t.s-e.s})).reduce((function(t,e){var n=t[0],i=t[1];return i?i.overlaps(e)||i.abutsStart(e)?[n,i.union(e)]:[n.concat([i]),e]:[n,e]}),[[],null]),n=e[0],i=e[1];return i&&n.push(i),n},t.xor=function(e){for(var n,i,r=null,s=0,o=[],a=e.map((function(t){return[{time:t.s,type:"s"},{time:t.e,type:"e"}]})),c=l((n=Array.prototype).concat.apply(n,a).sort((function(t,e){return t.time-e.time})));!(i=c()).done;){var u=i.value;1===(s+="s"===u.type?1:-1)?r=u.time:(r&&+r!=+u.time&&o.push(t.fromDateTimes(r,u.time)),r=null)}return t.merge(o)},e.difference=function(){for(var e=this,n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];return t.xor([this].concat(i)).map((function(t){return e.intersection(t)})).filter((function(t){return t&&!t.isEmpty()}))},e.toString=function(){return this.isValid?"["+this.s.toISO()+" – "+this.e.toISO()+")":hn},e.toISO=function(t){return this.isValid?this.s.toISO(t)+"/"+this.e.toISO(t):hn},e.toISODate=function(){return this.isValid?this.s.toISODate()+"/"+this.e.toISODate():hn},e.toISOTime=function(t){return this.isValid?this.s.toISOTime(t)+"/"+this.e.toISOTime(t):hn},e.toFormat=function(t,e){var n=(void 0===e?{}:e).separator,i=void 0===n?" – ":n;return this.isValid?""+this.s.toFormat(t)+i+this.e.toFormat(t):hn},e.toDuration=function(t,e){return this.isValid?this.e.diff(this.s,t,e):un.invalid(this.invalidReason)},e.mapEndpoints=function(e){return t.fromDateTimes(e(this.s),e(this.e))},i(t,[{key:"start",get:function(){return this.isValid?this.s:null}},{key:"end",get:function(){return this.isValid?this.e:null}},{key:"isValid",get:function(){return null===this.invalidReason}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}}]),t}(),vn=function(){function t(){}return t.hasDST=function(t){void 0===t&&(t=$t.defaultZone);var e=fi.now().setZone(t).set({month:12});return!t.universal&&e.offset!==e.set({month:6}).offset},t.isValidIANAZone=function(t){return Zt.isValidSpecifier(t)&&Zt.isValidZone(t)},t.normalizeZone=function(t){return Gt(t,$t.defaultZone)},t.months=function(t,e){void 0===t&&(t="long");var n=void 0===e?{}:e,i=n.locale,r=void 0===i?null:i,s=n.numberingSystem,o=void 0===s?null:s,a=n.locObj,c=void 0===a?null:a,u=n.outputCalendar,l=void 0===u?"gregory":u;return(c||le.create(r,o,l)).months(t)},t.monthsFormat=function(t,e){void 0===t&&(t="long");var n=void 0===e?{}:e,i=n.locale,r=void 0===i?null:i,s=n.numberingSystem,o=void 0===s?null:s,a=n.locObj,c=void 0===a?null:a,u=n.outputCalendar,l=void 0===u?"gregory":u;return(c||le.create(r,o,l)).months(t,!0)},t.weekdays=function(t,e){void 0===t&&(t="long");var n=void 0===e?{}:e,i=n.locale,r=void 0===i?null:i,s=n.numberingSystem,o=void 0===s?null:s,a=n.locObj;return((void 0===a?null:a)||le.create(r,o,null)).weekdays(t)},t.weekdaysFormat=function(t,e){void 0===t&&(t="long");var n=void 0===e?{}:e,i=n.locale,r=void 0===i?null:i,s=n.numberingSystem,o=void 0===s?null:s,a=n.locObj;return((void 0===a?null:a)||le.create(r,o,null)).weekdays(t,!0)},t.meridiems=function(t){var e=(void 0===t?{}:t).locale,n=void 0===e?null:e;return le.create(n).meridiems()},t.eras=function(t,e){void 0===t&&(t="short");var n=(void 0===e?{}:e).locale,i=void 0===n?null:n;return le.create(i,null,"gregory").eras(t)},t.features=function(){var t=!1,e=!1,n=!1,i=!1;if(J()){t=!0,e=W(),i=Y();try{n="America/New_York"===new Intl.DateTimeFormat("en",{timeZone:"America/New_York"}).resolvedOptions().timeZone}catch(t){n=!1}}return{intl:t,intlTokens:e,zones:n,relative:i}},t}();function mn(t,e){var n=function(t){return t.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf()},i=n(e)-n(t);return Math.floor(un.fromMillis(i).as("days"))}function pn(t,e,n,i){var r=function(t,e,n){for(var i,r,s={},o=0,a=[["years",function(t,e){return e.year-t.year}],["quarters",function(t,e){return e.quarter-t.quarter}],["months",function(t,e){return e.month-t.month+12*(e.year-t.year)}],["weeks",function(t,e){var n=mn(t,e);return(n-n%7)/7}],["days",mn]];o<a.length;o++){var c=a[o],u=c[0],l=c[1];if(n.indexOf(u)>=0){var h;i=u;var d,f=l(t,e);(r=t.plus(((h={})[u]=f,h)))>e?(t=t.plus(((d={})[u]=f-1,d)),f-=1):t=r,s[u]=f}}return[t,s,r,i]}(t,e,n),s=r[0],o=r[1],a=r[2],c=r[3],u=e-s,l=n.filter((function(t){return["hours","minutes","seconds","milliseconds"].indexOf(t)>=0}));if(0===l.length){var h;if(a<e)a=s.plus(((h={})[c]=1,h));a!==s&&(o[c]=(o[c]||0)+u/(a-s))}var d,f=un.fromObject(Object.assign(o,i));return l.length>0?(d=un.fromMillis(u,i)).shiftTo.apply(d,l).plus(f):f}var yn={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"},gn={arab:[1632,1641],arabext:[1776,1785],bali:[6992,7001],beng:[2534,2543],deva:[2406,2415],fullwide:[65296,65303],gujr:[2790,2799],khmr:[6112,6121],knda:[3302,3311],laoo:[3792,3801],limb:[6470,6479],mlym:[3430,3439],mong:[6160,6169],mymr:[4160,4169],orya:[2918,2927],tamldec:[3046,3055],telu:[3174,3183],thai:[3664,3673],tibt:[3872,3881]},kn=yn.hanidec.replace(/[\[|\]]/g,"").split("");function bn(t,e){var n=t.numberingSystem;return void 0===e&&(e=""),new RegExp(""+yn[n||"latn"]+e)}var _n="missing Intl.DateTimeFormat.formatToParts support";function wn(t,e){return void 0===e&&(e=function(t){return t}),{regex:t,deser:function(t){var n=t[0];return e(function(t){var e=parseInt(t,10);if(isNaN(e)){e="";for(var n=0;n<t.length;n++){var i=t.charCodeAt(n);if(-1!==t[n].search(yn.hanidec))e+=kn.indexOf(t[n]);else for(var r in gn){var s=gn[r],o=s[0],a=s[1];i>=o&&i<=a&&(e+=i-o)}}return parseInt(e,10)}return e}(n))}}}var In="( |"+String.fromCharCode(160)+")",Sn=new RegExp(In,"g");function On(t){return t.replace(/\./g,"\\.?").replace(Sn,In)}function Tn(t){return t.replace(/\./g,"").replace(Sn," ").toLowerCase()}function xn(t,e){return null===t?null:{regex:RegExp(t.map(On).join("|")),deser:function(n){var i=n[0];return t.findIndex((function(t){return Tn(i)===Tn(t)}))+e}}}function Rn(t,e){return{regex:t,deser:function(t){return ht(t[1],t[2])},groups:e}}function Nn(t){return{regex:t,deser:function(t){return t[0]}}}var Mn={year:{"2-digit":"yy",numeric:"yyyyy"},month:{numeric:"M","2-digit":"MM",short:"MMM",long:"MMMM"},day:{numeric:"d","2-digit":"dd"},weekday:{short:"EEE",long:"EEEE"},dayperiod:"a",dayPeriod:"a",hour:{numeric:"h","2-digit":"hh"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"}};var An=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((An||(An=fi.fromMillis(1555555555555)),An)).map((function(t){return function(t,e,n){var i=t.type,r=t.value;if("literal"===i)return{literal:!0,val:r};var s=n[i],o=Mn[i];return"object"==typeof o&&(o=o[s]),o?{literal:!1,val:o}:void 0}(t,0,n)}));return i.includes(void 0)?t:i}function Vn(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 xn(i.eras("short",!1),0);case"GG":return xn(i.eras("long",!1),0);case"y":return wn(h);case"yy":case"kk":return wn(f,ut);case"yyyy":case"kkkk":return wn(a);case"yyyyy":return wn(v);case"yyyyyy":return wn(c);case"M":case"L":case"d":case"H":case"h":case"m":case"q":case"s":case"W":return wn(u);case"MM":case"LL":case"dd":case"HH":case"hh":case"mm":case"qq":case"ss":case"WW":return wn(s);case"MMM":return xn(i.months("short",!0,!1),1);case"MMMM":return xn(i.months("long",!0,!1),1);case"LLL":return xn(i.months("short",!1,!1),1);case"LLLL":return xn(i.months("long",!1,!1),1);case"o":case"S":return wn(l);case"ooo":case"SSS":return wn(o);case"u":return Nn(d);case"a":return xn(i.meridiems(),0);case"E":case"c":return wn(r);case"EEE":return xn(i.weekdays("short",!1,!1),1);case"EEEE":return xn(i.weekdays("long",!1,!1),1);case"ccc":return xn(i.weekdays("short",!0,!1),1);case"cccc":return xn(i.weekdays("long",!0,!1),1);case"Z":case"ZZ":return Rn(new RegExp("([+-]"+u.source+")(?::("+s.source+"))?"),2);case"ZZZ":return Rn(new RegExp("([+-]"+u.source+")("+s.source+")?"),2);case"z":return Nn(/[a-z_+-/]{1,256}?/i);default:return m(t)}}(n)||{invalidReason:_n},p.token=n,p;var n,i,r,s,o,a,c,u,l,h,d,f,v,m,p})),s=r.find((function(t){return t.invalidReason}));if(s)return{input:e,tokens:i,invalidReason:s.invalidReason};var o=function(t){return["^"+t.map((function(t){return t.regex})).reduce((function(t,e){return t+"("+e.source+")"}),"")+"$",t]}(r),a=o[0],c=o[1],u=RegExp(a,"i"),l=function(t,e,n){var i=t.match(e);if(i){var r={},s=1;for(var o in n)if(Q(n,o)){var a=n[o],c=a.groups?a.groups+1:1;!a.literal&&a.token&&(r[a.token.val[0]]=a.deser(i.slice(s,s+c))),s+=c}return[i,r]}return[i,{}]}(e,u,c),h=l[0],d=l[1],f=d?function(t){var e;return e=q(t.Z)?q(t.z)?null:Zt.create(t.z):new qt(t.Z),q(t.q)||(t.M=3*(t.q-1)+1),q(t.h)||(t.h<12&&1===t.a?t.h+=12:12===t.h&&0===t.a&&(t.h=0)),0===t.G&&t.y&&(t.y=-t.y),q(t.u)||(t.S=nt(t.u)),[Object.keys(t).reduce((function(e,n){var i=function(t){switch(t){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":case"H":return"hour";case"d":return"day";case"o":return"ordinal";case"L":case"M":return"month";case"y":return"year";case"E":case"c":return"weekday";case"W":return"weekNumber";case"k":return"weekYear";case"q":return"quarter";default:return null}}(n);return i&&(e[i]=t[n]),e}),{}),e]}(d):[null,null],v=f[0],p=f[1];if(Q(d,"a")&&Q(d,"H"))throw new m("Can't include meridiem when specifying 24-hour format");return{input:e,tokens:i,regex:u,rawMatches:h,matches:d,result:v,zone:p}}var jn=[0,31,59,90,120,151,181,212,243,273,304,334],Dn=[0,31,60,91,121,152,182,213,244,274,305,335];function Cn(t,e){return new jt("unit out of range","you specified "+e+" (of type "+typeof e+") as a "+t+", which is invalid")}function Ln(t,e,n){var i=new Date(Date.UTC(t,e-1,n)).getUTCDay();return 0===i?7:i}function Fn(t,e,n){return n+(rt(t)?Dn:jn)[e-1]}function Pn(t,e){var n=rt(t)?Dn:jn,i=n.findIndex((function(t){return t<e}));return{month:i+1,day:e-n[i]}}function zn(t){var e,n=t.year,i=t.month,r=t.day,s=Fn(n,i,r),o=Ln(n,i,r),a=Math.floor((s-o+10)/7);return a<1?a=ct(e=n-1):a>ct(n)?(e=n+1,a=1):e=n,Object.assign({weekYear:e,weekNumber:a,weekday:o},mt(t))}function Un(t){var e,n=t.weekYear,i=t.weekNumber,r=t.weekday,s=Ln(n,1,4),o=st(n),a=7*i+r-s-3;a<1?a+=st(e=n-1):a>o?(e=n+1,a-=st(n)):e=n;var c=Pn(e,a),u=c.month,l=c.day;return Object.assign({year:e,month:u,day:l},mt(t))}function Zn(t){var e=t.year,n=Fn(e,t.month,t.day);return Object.assign({year:e,ordinal:n},mt(t))}function Hn(t){var e=t.year,n=Pn(e,t.ordinal),i=n.month,r=n.day;return Object.assign({year:e,month:i,day:r},mt(t))}function qn(t){var e=G(t.year),n=$(t.month,1,12),i=$(t.day,1,ot(t.year,t.month));return e?n?!i&&Cn("day",t.day):Cn("month",t.month):Cn("year",t.year)}function Bn(t){var e=t.hour,n=t.minute,i=t.second,r=t.millisecond,s=$(e,0,23)||24===e&&0===n&&0===i&&0===r,o=$(n,0,59),a=$(i,0,59),c=$(r,0,999);return s?o?a?!c&&Cn("millisecond",r):Cn("second",i):Cn("minute",n):Cn("hour",e)}var Gn="Invalid DateTime",Jn=864e13;function Wn(t){return new jt("unsupported zone",'the zone "'+t.name+'" is not supported')}function Yn(t){return null===t.weekData&&(t.weekData=zn(t.c)),t.weekData}function Kn(t,e){var n={ts:t.ts,zone:t.zone,c:t.c,o:t.o,loc:t.loc,invalid:t.invalid};return new fi(Object.assign({},n,e,{old:n}))}function Xn(t,e,n){var i=t-60*e*1e3,r=n.offset(i);if(e===r)return[i,e];i-=60*(r-e)*1e3;var s=n.offset(i);return r===s?[i,r]:[t-60*Math.min(r,s)*1e3,Math.max(r,s)]}function Qn(t,e){var n=new Date(t+=60*e*1e3);return{year:n.getUTCFullYear(),month:n.getUTCMonth()+1,day:n.getUTCDate(),hour:n.getUTCHours(),minute:n.getUTCMinutes(),second:n.getUTCSeconds(),millisecond:n.getUTCMilliseconds()}}function $n(t,e,n){return Xn(at(t),e,n)}function ti(t,e){var n=t.o,i=t.c.year+Math.trunc(e.years),r=t.c.month+Math.trunc(e.months)+3*Math.trunc(e.quarters),s=Object.assign({},t.c,{year:i,month:r,day:Math.min(t.c.day,ot(i,r))+Math.trunc(e.days)+7*Math.trunc(e.weeks)}),o=un.fromObject({years:e.years-Math.trunc(e.years),quarters:e.quarters-Math.trunc(e.quarters),months:e.months-Math.trunc(e.months),weeks:e.weeks-Math.trunc(e.weeks),days:e.days-Math.trunc(e.days),hours:e.hours,minutes:e.minutes,seconds:e.seconds,milliseconds:e.milliseconds}).as("milliseconds"),a=Xn(at(s),n,t.zone),c=a[0],u=a[1];return 0!==o&&(c+=o,u=t.zone.offset(c)),{ts:c,o:u}}function ei(t,e,n,i,r){var s=n.setZone,o=n.zone;if(t&&0!==Object.keys(t).length){var a=e||o,c=fi.fromObject(Object.assign(t,n,{zone:a,setZone:void 0}));return s?c:c.setZone(o)}return fi.invalid(new jt("unparsable",'the input "'+r+"\" can't be parsed as "+i))}function ni(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 ii(t,e){var n=e.suppressSeconds,i=void 0!==n&&n,r=e.suppressMilliseconds,s=void 0!==r&&r,o=e.includeOffset,a=e.includePrefix,c=void 0!==a&&a,u=e.includeZone,l=void 0!==u&&u,h=e.spaceZone,d=void 0!==h&&h,f=e.format,v=void 0===f?"extended":f,m="basic"===v?"HHmm":"HH:mm";i&&0===t.second&&0===t.millisecond||(m+="basic"===v?"ss":":ss",s&&0===t.millisecond||(m+=".SSS")),(l||o)&&d&&(m+=" "),l?m+="z":o&&(m+="basic"===v?"ZZZ":"ZZ");var p=ni(t,m);return c&&(p="T"+p),p}var ri={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},si={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},oi={ordinal:1,hour:0,minute:0,second:0,millisecond:0},ai=["year","month","day","hour","minute","second","millisecond"],ci=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],ui=["year","ordinal","hour","minute","second","millisecond"];function li(t){var e={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",quarter:"quarter",quarters:"quarter",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[t.toLowerCase()];if(!e)throw new p(t);return e}function hi(t,e){for(var n,i=l(ai);!(n=i()).done;){var r=n.value;q(t[r])&&(t[r]=ri[r])}var s=qn(t)||Bn(t);if(s)return fi.invalid(s);var o=$t.now(),a=$n(t,e.offset(o),e),c=a[0],u=a[1];return new fi({ts:c,zone:e,o:u})}function di(t,e,n){var i=!!q(n.round)||n.round,r=function(t,r){return t=it(t,i||n.calendary?0:2,!0),e.loc.clone(n).relFormatter(n).format(t,r)},s=function(i){return n.calendary?e.hasSame(t,i)?0:e.startOf(i).diff(t.startOf(i),i).get(i):e.diff(t,i).get(i)};if(n.unit)return r(s(n.unit),n.unit);for(var o,a=l(n.units);!(o=a()).done;){var c=o.value,u=s(c);if(Math.abs(u)>=1)return r(u,c)}return r(t>e?-0:0,n.units[n.units.length-1])}var fi=function(){function t(t){var e=t.zone||$t.defaultZone,n=t.invalid||(Number.isNaN(t.ts)?new jt("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=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 q(e)?t.now():hi({year:e,month:n,day:i,hour:r,minute:s,second:o,millisecond:a},$t.defaultZone)},t.utc=function(e,n,i,r,s,o,a){return q(e)?new t({ts:$t.now(),zone:qt.utcInstance}):hi({year:e,month:n,day:i,hour:r,minute:s,second:o,millisecond:a},qt.utcInstance)},t.fromJSDate=function(e,n){void 0===n&&(n={});var i,r=(i=e,"[object Date]"===Object.prototype.toString.call(i)?e.valueOf():NaN);if(Number.isNaN(r))return t.invalid("invalid input");var s=Gt(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<-Jn||e>Jn?t.invalid("Timestamp out of range"):new t({ts:e,zone:Gt(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:Gt(n.zone,$t.defaultZone),loc:le.fromObject(n)});throw new y("fromSeconds requires a numerical input")},t.fromObject=function(e){var n=Gt(e.zone,$t.defaultZone);if(!n.isValid)return t.invalid(Wn(n));var i=$t.now(),r=n.offset(i),s=ft(e,li,["zone","locale","outputCalendar","numberingSystem"]),o=!q(s.ordinal),a=!q(s.year),c=!q(s.month)||!q(s.day),u=a||c,h=s.weekYear||s.weekNumber,d=le.fromObject(e);if((u||o)&&h)throw new 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=ci,v=si,y=zn(y)):o?(f=ui,v=oi,y=Zn(y)):(f=ai,v=ri);for(var g,k=!1,b=l(f);!(g=b()).done;){var _=g.value;q(s[_])?s[_]=k?v[_]:y[_]:k=!0}var w=p?function(t){var e=G(t.weekYear),n=$(t.weekNumber,1,ct(t.weekYear)),i=$(t.weekday,1,7);return e?n?!i&&Cn("weekday",t.weekday):Cn("week",t.week):Cn("weekYear",t.weekYear)}(s):o?function(t){var e=G(t.year),n=$(t.ordinal,1,st(t.year));return e?!n&&Cn("ordinal",t.ordinal):Cn("year",t.year)}(s):qn(s),I=w||Bn(s);if(I)return t.invalid(I);var S=$n(p?Un(s):o?Hn(s):s,r,n),O=new t({ts:S[0],zone:n,o:S[1],loc:d});return s.weekday&&u&&e.weekday!==O.weekday?t.invalid("mismatched weekday","you can't specify both a weekday of "+s.weekday+" and a date of "+O.toISO()):O},t.fromISO=function(t,e){void 0===e&&(e={});var n=function(t){return fe(t,[ze,qe],[Ue,Be],[Ze,Ge],[He,Je])}(t);return ei(n[0],n[1],e,"ISO 8601",t)},t.fromRFC2822=function(t,e){void 0===e&&(e={});var n=function(t){return fe(function(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}(t),[Ve,je])}(t);return ei(n[0],n[1],e,"RFC 2822",t)},t.fromHTTP=function(t,e){void 0===e&&(e={});var n=function(t){return fe(t,[De,Fe],[Ce,Fe],[Le,Pe])}(t);return ei(n[0],n[1],e,"HTTP",e)},t.fromFormat=function(e,n,i){if(void 0===i&&(i={}),q(e)||q(n))throw new y("fromFormat requires an input string and a format");var r=i,s=r.locale,o=void 0===s?null:s,a=r.numberingSystem,c=void 0===a?null:a,u=function(t,e,n){var i=Vn(t,e,n);return[i.result,i.zone,i.invalidReason]}(le.fromOpts({locale:o,numberingSystem:c,defaultToEN:!0}),e,n),l=u[0],h=u[1],d=u[2];return d?t.invalid(d):ei(l,h,i,"format "+n,e)},t.fromString=function(e,n,i){return void 0===i&&(i={}),t.fromFormat(e,n,i)},t.fromSQL=function(t,e){void 0===e&&(e={});var n=function(t){return fe(t,[Ye,Xe],[Ke,Qe])}(t);return ei(n[0],n[1],e,"SQL",t)},t.invalid=function(e,n){if(void 0===n&&(n=null),!e)throw new y("need to specify a reason the DateTime is invalid");var i=e instanceof jt?e:new jt(e,n);if($t.throwOnInvalid)throw new d(i);return new t({invalid:i})},t.isDateTime=function(t){return t&&t.isLuxonDateTime||!1};var e=t.prototype;return e.get=function(t){return this[t]},e.resolvedLocaleOpts=function(t){void 0===t&&(t={});var e=Vt.create(this.loc.clone(t),t).resolvedOptions(this);return{locale:e.locale,numberingSystem:e.numberingSystem,outputCalendar:e.calendar}},e.toUTC=function(t,e){return void 0===t&&(t=0),void 0===e&&(e={}),this.setZone(qt.instance(t),e)},e.toLocal=function(){return this.setZone($t.defaultZone)},e.setZone=function(e,n){var i=void 0===n?{}:n,r=i.keepLocalTime,s=void 0!==r&&r,o=i.keepCalendarTime,a=void 0!==o&&o;if((e=Gt(e,$t.defaultZone)).equals(this.zone))return this;if(e.isValid){var c=this.ts;if(s||a){var u=e.offset(this.ts);c=$n(this.toObject(),u,e)[0]}return Kn(this,{ts:c,zone:e})}return t.invalid(Wn(e))},e.reconfigure=function(t){var e=void 0===t?{}:t,n=e.locale,i=e.numberingSystem,r=e.outputCalendar;return Kn(this,{loc:this.loc.clone({locale:n,numberingSystem:i,outputCalendar:r})})},e.setLocale=function(t){return this.reconfigure({locale:t})},e.set=function(t){if(!this.isValid)return this;var e,n=ft(t,li,[]),i=!q(n.weekYear)||!q(n.weekNumber)||!q(n.weekday),r=!q(n.ordinal),s=!q(n.year),o=!q(n.month)||!q(n.day),a=s||o,c=n.weekYear||n.weekNumber;if((a||r)&&c)throw new m("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(o&&r)throw new m("Can't mix ordinal dates with month/day");i?e=Un(Object.assign(zn(this.c),n)):q(n.ordinal)?(e=Object.assign(this.toObject(),n),q(n.day)&&(e.day=Math.min(ot(e.year,e.month),e.day))):e=Hn(Object.assign(Zn(this.c),n));var u=$n(e,this.o,this.zone);return Kn(this,{ts:u[0],o:u[1]})},e.plus=function(t){return this.isValid?Kn(this,ti(this,ln(t))):this},e.minus=function(t){return this.isValid?Kn(this,ti(this,ln(t).negate())):this},e.startOf=function(t){if(!this.isValid)return this;var e={},n=un.normalizeUnit(t);switch(n){case"years":e.month=1;case"quarters":case"months":e.day=1;case"weeks":case"days":e.hour=0;case"hours":e.minute=0;case"minutes":e.second=0;case"seconds":e.millisecond=0}if("weeks"===n&&(e.weekday=1),"quarters"===n){var i=Math.ceil(this.month/3);e.month=3*(i-1)+1}return this.set(e)},e.endOf=function(t){var e;return this.isValid?this.plus((e={},e[t]=1,e)).startOf(t).minus(1):this},e.toFormat=function(t,e){return void 0===e&&(e={}),this.isValid?Vt.create(this.loc.redefaultToEN(e)).formatDateTimeFromString(this,t):Gn},e.toLocaleString=function(t){return void 0===t&&(t=w),this.isValid?Vt.create(this.loc.clone(t),t).formatDateTime(this):Gn},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),ni(this,n)},e.toISOWeekDate=function(){return ni(this,"kkkk-'W'WW-c")},e.toISOTime=function(t){var e=void 0===t?{}:t,n=e.suppressMilliseconds,i=void 0!==n&&n,r=e.suppressSeconds,s=void 0!==r&&r,o=e.includeOffset,a=void 0===o||o,c=e.includePrefix,u=void 0!==c&&c,l=e.format;return ii(this,{suppressSeconds:s,suppressMilliseconds:i,includeOffset:a,includePrefix:u,format:void 0===l?"extended":l})},e.toRFC2822=function(){return ni(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)},e.toHTTP=function(){return ni(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")},e.toSQLDate=function(){return ni(this,"yyyy-MM-dd")},e.toSQLTime=function(t){var e=void 0===t?{}:t,n=e.includeOffset,i=void 0===n||n,r=e.includeZone;return ii(this,{includeOffset:i,includeZone:void 0!==r&&r,spaceZone:!0})},e.toSQL=function(t){return void 0===t&&(t={}),this.isValid?this.toSQLDate()+" "+this.toSQLTime(t):null},e.toString=function(){return this.isValid?this.toISO():Gn},e.valueOf=function(){return this.toMillis()},e.toMillis=function(){return this.isValid?this.ts:NaN},e.toSeconds=function(){return this.isValid?this.ts/1e3:NaN},e.toJSON=function(){return this.toISO()},e.toBSON=function(){return this.toJSDate()},e.toObject=function(t){if(void 0===t&&(t={}),!this.isValid)return{};var e=Object.assign({},this.c);return t.includeConfig&&(e.outputCalendar=this.outputCalendar,e.numberingSystem=this.loc.numberingSystem,e.locale=this.loc.locale),e},e.toJSDate=function(){return new Date(this.isValid?this.ts:NaN)},e.diff=function(t,e,n){if(void 0===e&&(e="milliseconds"),void 0===n&&(n={}),!this.isValid||!t.isValid)return un.invalid(this.invalid||t.invalid,"created by diffing an invalid DateTime");var i,r=Object.assign({locale:this.locale,numberingSystem:this.numberingSystem},n),s=(i=e,Array.isArray(i)?i:[i]).map(un.normalizeUnit),o=t.valueOf()>this.valueOf(),a=pn(o?this:t,o?t:this,s,r);return o?a.negate():a},e.diffNow=function(e,n){return void 0===e&&(e="milliseconds"),void 0===n&&(n={}),this.diff(t.now(),e,n)},e.until=function(t){return this.isValid?fn.fromDateTimes(this,t):this},e.hasSame=function(t,e){if(!this.isValid)return!1;var n=t.valueOf(),i=this.setZone(t.zone,{keepLocalTime:!0});return i.startOf(e)<=n&&n<=i.endOf(e)},e.equals=function(t){return this.isValid&&t.isValid&&this.valueOf()===t.valueOf()&&this.zone.equals(t.zone)&&this.loc.equals(t.loc)},e.toRelative=function(e){if(void 0===e&&(e={}),!this.isValid)return null;var n=e.base||t.fromObject({zone:this.zone}),i=e.padding?this<n?-e.padding:e.padding:0,r=["years","months","days","hours","minutes","seconds"],s=e.unit;return Array.isArray(e.unit)&&(r=e.unit,s=void 0),di(n,this.plus(i),Object.assign(e,{numeric:"always",units:r,unit:s}))},e.toRelativeCalendar=function(e){return void 0===e&&(e={}),this.isValid?di(e.base||t.fromObject({zone:this.zone}),this,Object.assign(e,{numeric:"auto",units:["years","months","days"],calendary:!0})):null},t.min=function(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];if(!n.every(t.isDateTime))throw new y("min requires all arguments be DateTimes");return K(n,(function(t){return t.valueOf()}),Math.min)},t.max=function(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];if(!n.every(t.isDateTime))throw new y("max requires all arguments be DateTimes");return K(n,(function(t){return t.valueOf()}),Math.max)},t.fromFormatExplain=function(t,e,n){void 0===n&&(n={});var i=n,r=i.locale,s=void 0===r?null:r,o=i.numberingSystem,a=void 0===o?null:o;return Vn(le.fromOpts({locale:s,numberingSystem:a,defaultToEN:!0}),t,e)},t.fromStringExplain=function(e,n,i){return void 0===i&&(i={}),t.fromFormatExplain(e,n,i)},i(t,[{key:"isValid",get:function(){return null===this.invalid}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}},{key:"locale",get:function(){return this.isValid?this.loc.locale:null}},{key:"numberingSystem",get:function(){return this.isValid?this.loc.numberingSystem:null}},{key:"outputCalendar",get:function(){return this.isValid?this.loc.outputCalendar:null}},{key:"zone",get:function(){return this._zone}},{key:"zoneName",get:function(){return this.isValid?this.zone.name:null}},{key:"year",get:function(){return this.isValid?this.c.year:NaN}},{key:"quarter",get:function(){return this.isValid?Math.ceil(this.c.month/3):NaN}},{key:"month",get:function(){return this.isValid?this.c.month:NaN}},{key:"day",get:function(){return this.isValid?this.c.day:NaN}},{key:"hour",get:function(){return this.isValid?this.c.hour:NaN}},{key:"minute",get:function(){return this.isValid?this.c.minute:NaN}},{key:"second",get:function(){return this.isValid?this.c.second:NaN}},{key:"millisecond",get:function(){return this.isValid?this.c.millisecond:NaN}},{key:"weekYear",get:function(){return this.isValid?Yn(this).weekYear:NaN}},{key:"weekNumber",get:function(){return this.isValid?Yn(this).weekNumber:NaN}},{key:"weekday",get:function(){return this.isValid?Yn(this).weekday:NaN}},{key:"ordinal",get:function(){return this.isValid?Zn(this.c).ordinal:NaN}},{key:"monthShort",get:function(){return this.isValid?vn.months("short",{locObj:this.loc})[this.month-1]:null}},{key:"monthLong",get:function(){return this.isValid?vn.months("long",{locObj:this.loc})[this.month-1]:null}},{key:"weekdayShort",get:function(){return this.isValid?vn.weekdays("short",{locObj:this.loc})[this.weekday-1]:null}},{key:"weekdayLong",get:function(){return this.isValid?vn.weekdays("long",{locObj:this.loc})[this.weekday-1]:null}},{key:"offset",get:function(){return this.isValid?+this.o:NaN}},{key:"offsetNameShort",get:function(){return this.isValid?this.zone.offsetName(this.ts,{format:"short",locale:this.locale}):null}},{key:"offsetNameLong",get:function(){return this.isValid?this.zone.offsetName(this.ts,{format:"long",locale:this.locale}):null}},{key:"isOffsetFixed",get:function(){return this.isValid?this.zone.universal:null}},{key:"isInDST",get:function(){return!this.isOffsetFixed&&(this.offset>this.set({month:1}).offset||this.offset>this.set({month:5}).offset)}},{key:"isInLeapYear",get:function(){return rt(this.year)}},{key:"daysInMonth",get:function(){return ot(this.year,this.month)}},{key:"daysInYear",get:function(){return this.isValid?st(this.year):NaN}},{key:"weeksInWeekYear",get:function(){return this.isValid?ct(this.weekYear):NaN}}],[{key:"DATE_SHORT",get:function(){return w}},{key:"DATE_MED",get:function(){return I}},{key:"DATE_MED_WITH_WEEKDAY",get:function(){return S}},{key:"DATE_FULL",get:function(){return O}},{key:"DATE_HUGE",get:function(){return T}},{key:"TIME_SIMPLE",get:function(){return x}},{key:"TIME_WITH_SECONDS",get:function(){return R}},{key:"TIME_WITH_SHORT_OFFSET",get:function(){return N}},{key:"TIME_WITH_LONG_OFFSET",get:function(){return M}},{key:"TIME_24_SIMPLE",get:function(){return A}},{key:"TIME_24_WITH_SECONDS",get:function(){return E}},{key:"TIME_24_WITH_SHORT_OFFSET",get:function(){return V}},{key:"TIME_24_WITH_LONG_OFFSET",get:function(){return j}},{key:"DATETIME_SHORT",get:function(){return D}},{key:"DATETIME_SHORT_WITH_SECONDS",get:function(){return C}},{key:"DATETIME_MED",get:function(){return L}},{key:"DATETIME_MED_WITH_SECONDS",get:function(){return F}},{key:"DATETIME_MED_WITH_WEEKDAY",get:function(){return P}},{key:"DATETIME_FULL",get:function(){return z}},{key:"DATETIME_FULL_WITH_SECONDS",get:function(){return U}},{key:"DATETIME_HUGE",get:function(){return Z}},{key:"DATETIME_HUGE_WITH_SECONDS",get:function(){return H}}]),t}();function vi(t){if(fi.isDateTime(t))return t;if(t&&t.valueOf&&B(t.valueOf()))return fi.fromJSDate(t);if(t&&"object"==typeof t)return fi.fromObject(t);throw new y("Unknown datetime argument: "+t+", of type "+typeof t)}e.c9=fi},673:(t,e,n)=>{"use strict";var i,r=function(){return void 0===i&&(i=Boolean(window&&document&&document.all&&!window.atob)),i},s=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),o=[];function a(t){for(var e=-1,n=0;n<o.length;n++)if(o[n].identifier===t){e=n;break}return e}function c(t,e){for(var n={},i=[],r=0;r<t.length;r++){var s=t[r],c=e.base?s[0]+e.base:s[0],u=n[c]||0,l="".concat(c," ").concat(u);n[c]=u+1;var h=a(l),d={css:s[1],media:s[2],sourceMap:s[3]};-1!==h?(o[h].references++,o[h].updater(d)):o.push({identifier:l,updater:p(d,e),references:1}),i.push(l)}return i}function u(t){var e=document.createElement("style"),i=t.attributes||{};if(void 0===i.nonce){var r=n.nc;r&&(i.nonce=r)}if(Object.keys(i).forEach((function(t){e.setAttribute(t,i[t])})),"function"==typeof t.insert)t.insert(e);else{var o=s(t.insert||"head");if(!o)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");o.appendChild(e)}return e}var l,h=(l=[],function(t,e){return l[t]=e,l.filter(Boolean).join("\n")});function d(t,e,n,i){var r=n?"":i.media?"@media ".concat(i.media," {").concat(i.css,"}"):i.css;if(t.styleSheet)t.styleSheet.cssText=h(e,r);else{var s=document.createTextNode(r),o=t.childNodes;o[e]&&t.removeChild(o[e]),o.length?t.insertBefore(s,o[e]):t.appendChild(s)}}function f(t,e,n){var i=n.css,r=n.media,s=n.sourceMap;if(r?t.setAttribute("media",r):t.removeAttribute("media"),s&&"undefined"!=typeof btoa&&(i+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(s))))," */")),t.styleSheet)t.styleSheet.cssText=i;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(i))}}var v=null,m=0;function p(t,e){var n,i,r;if(e.singleton){var s=m++;n=v||(v=u(e)),i=d.bind(null,n,s,!1),r=d.bind(null,n,s,!0)}else n=u(e),i=f.bind(null,n,e),r=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return i(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;i(t=e)}else r()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=r());var n=c(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var i=0;i<n.length;i++){var r=a(n[i]);o[r].references--}for(var s=c(t,e),u=0;u<n.length;u++){var l=a(n[u]);0===o[l].references&&(o[l].updater(),o.splice(l,1))}n=s}}}},211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(i){var r=e[i];if(void 0!==r)return r.exports;var s=e[i]={id:i,exports:{}};return t[i](s,s.exports,n),s.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.nc=void 0;var i={};(()=>{"use strict";n.r(i),n.d(i,{RevisionHistory:()=>Us,RevisionHistoryUI:()=>Hi,RevisionTracker:()=>Oi,RevisionViewer:()=>cr,RevisionViewerLoadingOverlay:()=>Ir,RevisionViewerUI:()=>xr,RevisionsRepository:()=>Qn,RevisionsSidebar:()=>bs});var t=n(782),e=n(584),r=n(211),s=n(783);const o=function(){this.__data__=[],this.size=0};const a=function(t,e){return t===e||t!=t&&e!=e};const c=function(t,e){for(var n=t.length;n--;)if(a(t[n][0],e))return n;return-1};var u=Array.prototype.splice;const l=function(t){var e=this.__data__,n=c(e,t);return!(n<0)&&(n==e.length-1?e.pop():u.call(e,n,1),--this.size,!0)};const h=function(t){var e=this.__data__,n=c(e,t);return n<0?void 0:e[n][1]};const d=function(t){return c(this.__data__,t)>-1};const f=function(t,e){var n=this.__data__,i=c(n,t);return i<0?(++this.size,n.push([t,e])):n[i][1]=e,this};function v(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}v.prototype.clear=o,v.prototype.delete=l,v.prototype.get=h,v.prototype.has=d,v.prototype.set=f;const m=v;const p=function(){this.__data__=new m,this.size=0};const y=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const g=function(t){return this.__data__.get(t)};const k=function(t){return this.__data__.has(t)};const b="object"==typeof global&&global&&global.Object===Object&&global;var _="object"==typeof self&&self&&self.Object===Object&&self;const w=b||_||Function("return this")();const I=w.Symbol;var S=Object.prototype,O=S.hasOwnProperty,T=S.toString,x=I?I.toStringTag:void 0;const R=function(t){var e=O.call(t,x),n=t[x];try{t[x]=void 0;var i=!0}catch(t){}var r=T.call(t);return i&&(e?t[x]=n:delete t[x]),r};var N=Object.prototype.toString;const M=function(t){return N.call(t)};var A=I?I.toStringTag:void 0;const E=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":A&&A in Object(t)?R(t):M(t)};const V=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const j=function(t){if(!V(t))return!1;var e=E(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const D=w["__core-js_shared__"];var C,L=(C=/[^.]+$/.exec(D&&D.keys&&D.keys.IE_PROTO||""))?"Symbol(src)_1."+C:"";const F=function(t){return!!L&&L in t};var P=Function.prototype.toString;const z=function(t){if(null!=t){try{return P.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var U=/^\[object .+?Constructor\]$/,Z=Function.prototype,H=Object.prototype,q=Z.toString,B=H.hasOwnProperty,G=RegExp("^"+q.call(B).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const J=function(t){return!(!V(t)||F(t))&&(j(t)?G:U).test(z(t))};const W=function(t,e){return null==t?void 0:t[e]};const Y=function(t,e){var n=W(t,e);return J(n)?n:void 0};const K=Y(w,"Map");const X=Y(Object,"create");const Q=function(){this.__data__=X?X(null):{},this.size=0};const $=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var tt=Object.prototype.hasOwnProperty;const et=function(t){var e=this.__data__;if(X){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return tt.call(e,t)?e[t]:void 0};var nt=Object.prototype.hasOwnProperty;const it=function(t){var e=this.__data__;return X?void 0!==e[t]:nt.call(e,t)};const rt=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=X&&void 0===e?"__lodash_hash_undefined__":e,this};function st(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}st.prototype.clear=Q,st.prototype.delete=$,st.prototype.get=et,st.prototype.has=it,st.prototype.set=rt;const ot=st;const at=function(){this.size=0,this.__data__={hash:new ot,map:new(K||m),string:new ot}};const ct=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const ut=function(t,e){var n=t.__data__;return ct(e)?n["string"==typeof e?"string":"hash"]:n.map};const lt=function(t){var e=ut(this,t).delete(t);return this.size-=e?1:0,e};const ht=function(t){return ut(this,t).get(t)};const dt=function(t){return ut(this,t).has(t)};const ft=function(t,e){var n=ut(this,t),i=n.size;return n.set(t,e),this.size+=n.size==i?0:1,this};function vt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}vt.prototype.clear=at,vt.prototype.delete=lt,vt.prototype.get=ht,vt.prototype.has=dt,vt.prototype.set=ft;const mt=vt;const pt=function(t,e){var n=this.__data__;if(n instanceof m){var i=n.__data__;if(!K||i.length<199)return i.push([t,e]),this.size=++n.size,this;n=this.__data__=new mt(i)}return n.set(t,e),this.size=n.size,this};function yt(t){var e=this.__data__=new m(t);this.size=e.size}yt.prototype.clear=p,yt.prototype.delete=y,yt.prototype.get=g,yt.prototype.has=k,yt.prototype.set=pt;const gt=yt;const kt=function(t,e){for(var n=-1,i=null==t?0:t.length;++n<i&&!1!==e(t[n],n,t););return t};const bt=function(){try{var t=Y(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const _t=function(t,e,n){"__proto__"==e&&bt?bt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var wt=Object.prototype.hasOwnProperty;const It=function(t,e,n){var i=t[e];wt.call(t,e)&&a(i,n)&&(void 0!==n||e in t)||_t(t,e,n)};const St=function(t,e,n,i){var r=!n;n||(n={});for(var s=-1,o=e.length;++s<o;){var a=e[s],c=i?i(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),r?_t(n,a,c):It(n,a,c)}return n};const Ot=function(t,e){for(var n=-1,i=Array(t);++n<t;)i[n]=e(n);return i};const Tt=function(t){return null!=t&&"object"==typeof t};const xt=function(t){return Tt(t)&&"[object Arguments]"==E(t)};var Rt=Object.prototype,Nt=Rt.hasOwnProperty,Mt=Rt.propertyIsEnumerable;const At=xt(function(){return arguments}())?xt:function(t){return Tt(t)&&Nt.call(t,"callee")&&!Mt.call(t,"callee")};const Et=Array.isArray;const Vt=function(){return!1};var jt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Dt=jt&&"object"==typeof module&&module&&!module.nodeType&&module,Ct=Dt&&Dt.exports===jt?w.Buffer:void 0;const Lt=(Ct?Ct.isBuffer:void 0)||Vt;var Ft=/^(?:0|[1-9]\d*)$/;const Pt=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Ft.test(t))&&t>-1&&t%1==0&&t<e};const zt=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var Ut={};Ut["[object Float32Array]"]=Ut["[object Float64Array]"]=Ut["[object Int8Array]"]=Ut["[object Int16Array]"]=Ut["[object Int32Array]"]=Ut["[object Uint8Array]"]=Ut["[object Uint8ClampedArray]"]=Ut["[object Uint16Array]"]=Ut["[object Uint32Array]"]=!0,Ut["[object Arguments]"]=Ut["[object Array]"]=Ut["[object ArrayBuffer]"]=Ut["[object Boolean]"]=Ut["[object DataView]"]=Ut["[object Date]"]=Ut["[object Error]"]=Ut["[object Function]"]=Ut["[object Map]"]=Ut["[object Number]"]=Ut["[object Object]"]=Ut["[object RegExp]"]=Ut["[object Set]"]=Ut["[object String]"]=Ut["[object WeakMap]"]=!1;const Zt=function(t){return Tt(t)&&zt(t.length)&&!!Ut[E(t)]};const Ht=function(t){return function(e){return t(e)}};var qt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Bt=qt&&"object"==typeof module&&module&&!module.nodeType&&module,Gt=Bt&&Bt.exports===qt&&b.process;const Jt=function(){try{var t=Bt&&Bt.require&&Bt.require("util").types;return t||Gt&&Gt.binding&&Gt.binding("util")}catch(t){}}();var Wt=Jt&&Jt.isTypedArray;const Yt=Wt?Ht(Wt):Zt;var Kt=Object.prototype.hasOwnProperty;const Xt=function(t,e){var n=Et(t),i=!n&&At(t),r=!n&&!i&&Lt(t),s=!n&&!i&&!r&&Yt(t),o=n||i||r||s,a=o?Ot(t.length,String):[],c=a.length;for(var u in t)!e&&!Kt.call(t,u)||o&&("length"==u||r&&("offset"==u||"parent"==u)||s&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||Pt(u,c))||a.push(u);return a};var Qt=Object.prototype;const $t=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Qt)};const te=function(t,e){return function(n){return t(e(n))}};const ee=te(Object.keys,Object);var ne=Object.prototype.hasOwnProperty;const ie=function(t){if(!$t(t))return ee(t);var e=[];for(var n in Object(t))ne.call(t,n)&&"constructor"!=n&&e.push(n);return e};const re=function(t){return null!=t&&zt(t.length)&&!j(t)};const se=function(t){return re(t)?Xt(t):ie(t)};const oe=function(t,e){return t&&St(e,se(e),t)};const ae=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var ce=Object.prototype.hasOwnProperty;const ue=function(t){if(!V(t))return ae(t);var e=$t(t),n=[];for(var i in t)("constructor"!=i||!e&&ce.call(t,i))&&n.push(i);return n};const le=function(t){return re(t)?Xt(t,!0):ue(t)};const he=function(t,e){return t&&St(e,le(e),t)};var de="object"==typeof exports&&exports&&!exports.nodeType&&exports,fe=de&&"object"==typeof module&&module&&!module.nodeType&&module,ve=fe&&fe.exports===de?w.Buffer:void 0,me=ve?ve.allocUnsafe:void 0;const pe=function(t,e){if(e)return t.slice();var n=t.length,i=me?me(n):new t.constructor(n);return t.copy(i),i};const ye=function(t,e){var n=-1,i=t.length;for(e||(e=Array(i));++n<i;)e[n]=t[n];return e};const ge=function(t,e){for(var n=-1,i=null==t?0:t.length,r=0,s=[];++n<i;){var o=t[n];e(o,n,t)&&(s[r++]=o)}return s};const ke=function(){return[]};var be=Object.prototype.propertyIsEnumerable,_e=Object.getOwnPropertySymbols;const we=_e?function(t){return null==t?[]:(t=Object(t),ge(_e(t),(function(e){return be.call(t,e)})))}:ke;const Ie=function(t,e){return St(t,we(t),e)};const Se=function(t,e){for(var n=-1,i=e.length,r=t.length;++n<i;)t[r+n]=e[n];return t};const Oe=te(Object.getPrototypeOf,Object);const Te=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Se(e,we(t)),t=Oe(t);return e}:ke;const xe=function(t,e){return St(t,Te(t),e)};const Re=function(t,e,n){var i=e(t);return Et(t)?i:Se(i,n(t))};const Ne=function(t){return Re(t,se,we)};const Me=function(t){return Re(t,le,Te)};const Ae=Y(w,"DataView");const Ee=Y(w,"Promise");const Ve=Y(w,"Set");const je=Y(w,"WeakMap");var De="[object Map]",Ce="[object Promise]",Le="[object Set]",Fe="[object WeakMap]",Pe="[object DataView]",ze=z(Ae),Ue=z(K),Ze=z(Ee),He=z(Ve),qe=z(je),Be=E;(Ae&&Be(new Ae(new ArrayBuffer(1)))!=Pe||K&&Be(new K)!=De||Ee&&Be(Ee.resolve())!=Ce||Ve&&Be(new Ve)!=Le||je&&Be(new je)!=Fe)&&(Be=function(t){var e=E(t),n="[object Object]"==e?t.constructor:void 0,i=n?z(n):"";if(i)switch(i){case ze:return Pe;case Ue:return De;case Ze:return Ce;case He:return Le;case qe:return Fe}return e});const Ge=Be;var Je=Object.prototype.hasOwnProperty;const We=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&Je.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const Ye=w.Uint8Array;const Ke=function(t){var e=new t.constructor(t.byteLength);return new Ye(e).set(new Ye(t)),e};const Xe=function(t,e){var n=e?Ke(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Qe=/\w*$/;const $e=function(t){var e=new t.constructor(t.source,Qe.exec(t));return e.lastIndex=t.lastIndex,e};var tn=I?I.prototype:void 0,en=tn?tn.valueOf:void 0;const nn=function(t){return en?Object(en.call(t)):{}};const rn=function(t,e){var n=e?Ke(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const sn=function(t,e,n){var i=t.constructor;switch(e){case"[object ArrayBuffer]":return Ke(t);case"[object Boolean]":case"[object Date]":return new i(+t);case"[object DataView]":return Xe(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return rn(t,n);case"[object Map]":case"[object Set]":return new i;case"[object Number]":case"[object String]":return new i(t);case"[object RegExp]":return $e(t);case"[object Symbol]":return nn(t)}};var on=Object.create;const an=function(){function t(){}return function(e){if(!V(e))return{};if(on)return on(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const cn=function(t){return"function"!=typeof t.constructor||$t(t)?{}:an(Oe(t))};const un=function(t){return Tt(t)&&"[object Map]"==Ge(t)};var ln=Jt&&Jt.isMap;const hn=ln?Ht(ln):un;const dn=function(t){return Tt(t)&&"[object Set]"==Ge(t)};var fn=Jt&&Jt.isSet;const vn=fn?Ht(fn):dn;var mn="[object Arguments]",pn="[object Function]",yn="[object Object]",gn={};gn[mn]=gn["[object Array]"]=gn["[object ArrayBuffer]"]=gn["[object DataView]"]=gn["[object Boolean]"]=gn["[object Date]"]=gn["[object Float32Array]"]=gn["[object Float64Array]"]=gn["[object Int8Array]"]=gn["[object Int16Array]"]=gn["[object Int32Array]"]=gn["[object Map]"]=gn["[object Number]"]=gn[yn]=gn["[object RegExp]"]=gn["[object Set]"]=gn["[object String]"]=gn["[object Symbol]"]=gn["[object Uint8Array]"]=gn["[object Uint8ClampedArray]"]=gn["[object Uint16Array]"]=gn["[object Uint32Array]"]=!0,gn["[object Error]"]=gn[pn]=gn["[object WeakMap]"]=!1;const kn=function t(e,n,i,r,s,o){var a,c=1&n,u=2&n,l=4&n;if(i&&(a=s?i(e,r,s,o):i(e)),void 0!==a)return a;if(!V(e))return e;var h=Et(e);if(h){if(a=We(e),!c)return ye(e,a)}else{var d=Ge(e),f=d==pn||"[object GeneratorFunction]"==d;if(Lt(e))return pe(e,c);if(d==yn||d==mn||f&&!s){if(a=u||f?{}:cn(e),!c)return u?xe(e,he(a,e)):Ie(e,oe(a,e))}else{if(!gn[d])return s?e:{};a=sn(e,d,c)}}o||(o=new gt);var v=o.get(e);if(v)return v;o.set(e,a),vn(e)?e.forEach((function(r){a.add(t(r,n,i,r,e,o))})):hn(e)&&e.forEach((function(r,s){a.set(s,t(r,n,i,s,e,o))}));var m=h?void 0:(l?u?Me:Ne:u?le:se)(e);return kt(m||e,(function(r,s){m&&(r=e[s=r]),It(a,s,t(r,n,i,s,e,o))})),a};const bn=function(t){return kn(t,5)};const _n=function(t){return"symbol"==typeof t||Tt(t)&&"[object Symbol]"==E(t)};var wn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,In=/^\w*$/;const Sn=function(t,e){if(Et(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!_n(t))||(In.test(t)||!wn.test(t)||null!=e&&t in Object(e))};function On(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var i=arguments,r=e?e.apply(this,i):i[0],s=n.cache;if(s.has(r))return s.get(r);var o=t.apply(this,i);return n.cache=s.set(r,o)||s,o};return n.cache=new(On.Cache||mt),n}On.Cache=mt;const Tn=On;var xn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Rn=/\\(\\)?/g;const Nn=function(t){var e=Tn(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(xn,(function(t,n,i,r){e.push(i?r.replace(Rn,"$1"):n||t)})),e}));const Mn=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=I?I.prototype:void 0,En=An?An.toString:void 0;const Vn=function t(e){if("string"==typeof e)return e;if(Et(e))return Mn(e,t)+"";if(_n(e))return En?En.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const jn=function(t){return null==t?"":Vn(t)};const Dn=function(t,e){return Et(t)?t:Sn(t,e)?[t]:Nn(jn(t))};const Cn=function(t){if("string"==typeof t||_n(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const Ln=function(t,e,n,i){if(!V(t))return t;for(var r=-1,s=(e=Dn(e,t)).length,o=s-1,a=t;null!=a&&++r<s;){var c=Cn(e[r]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(r!=o){var l=a[c];void 0===(u=i?i(l,c,a):void 0)&&(u=V(l)?l:Pt(e[r+1])?[]:{})}It(a,c,u),a=a[c]}return t};const Fn=function(t,e,n){return null==t?t:Ln(t,e,n)};const Pn=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const zn=function(t,e){for(var n=0,i=(e=Dn(e,t)).length;null!=t&&n<i;)t=t[Cn(e[n++])];return n&&n==i?t:void 0};const Un=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 Zn=function(t,e){return e.length<2?t:zn(t,Un(e,0,-1))};const Hn=function(t,e){return e=Dn(e,t),null==(t=Zn(t,e))||delete t[Cn(Pn(e))]};const qn=function(t,e){return null==t||Hn(t,e)},Bn=Gn;function Gn(t,e){const n=Wn();return(Gn=function(t,e){return n[t-=424]})(t,e)}!function(t,e){const n=Gn,i=t();for(;;)try{if(206027===-parseInt(n(425))/1*(-parseInt(n(444))/2)+parseInt(n(440))/3+-parseInt(n(435))/4+-parseInt(n(429))/5+-parseInt(n(436))/6*(-parseInt(n(434))/7)+parseInt(n(443))/8+parseInt(n(446))/9*(parseInt(n(433))/10))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Wn);class Jn extends((0,e.ObservableMixin)()){constructor(t){const n=Gn;super(),this.id=t.id||(0,e.uid)(),this[n(449)]=t[n(449)]||null,this[n(448)]=t[n(448)]||[],this[n(424)]=t[n(424)]||null,this[n(450)]=t[n(450)]||0,this[n(428)]=t[n(428)]||0,this[n(451)](n(431),t[n(431)]||""),this[n(451)](n(439),t[n(439)]||new Date),this[n(451)](n(441),t[n(441)]||{})}[Bn(430)](t){this[Bn(445)]({name:t})}[Bn(426)](t,e){const n=Bn,i=bn(this[n(441)]);Fn(i,t,e),this[n(445)]({attributes:i})}[Bn(437)](t){const e=Bn,n=bn(this[e(441)]);qn(n,t),this[e(445)]({attributes:n})}[Bn(445)](t,e=!1){const n=Bn;let i=!1;const r={id:this.id},s=[n(431),n(439),n(424),n(448),n(441),n(450),n(428),n(442)];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(448)]&&(r[n(447)]=r[n(448)][n(427)]((t=>t.id)),delete r[n(448)]),this[n(438)](n(445),r,e))}[Bn(432)](){const t=Bn;return{id:this.id,name:this[t(431)],creatorId:this[t(449)]?this[t(449)].id:null,authorsIds:this[t(448)][t(427)]((t=>t.id)),diffData:this[t(424)],createdAt:this[t(439)],attributes:this[t(441)],fromVersion:this[t(428)],toVersion:this[t(450)]}}}function Wn(){const t=["6TFAiGm","removeAttribute","fire","createdAt","491394nKfRxb","attributes","creatorId","863888QJIYwv","40OyNCLs","_update","90ExpaTS","authorsIds","authors","creator","toVersion","set","diffData","2456NTMuXE","setAttribute","map","fromVersion","265440ZSRRnt","setName","name","toJSON","122370lupZLh","1463266SYAmoi","1572788VwBYLr"];return(Wn=function(){return t})()}function Yn(t,e){const n=Kn();return(Yn=function(t,e){return n[t-=185]})(t,e)}function Kn(){const t=["creatorId","getEarlierVisibleRevision","createdAt","createRevision","from","config","89528xQDudC","Users","get","join","getLaterVisibleRevision","reverse","getRevisions","add","29702170jelKxY","addRevision","requires","_revisions","length","toVersion","context","attributes","map","diffData","fromVersion","isNaN","4508036wvjAcg","editor","then","getRevisionsInDiff","RevisionsRepository","plugins","fromCharCode","getRevision","1934YGZhhG","3913497xhiUqE","forbiddenHandler","newRevisionId","afterInit","push","5jIbXsI","authorsIds","getUser","later","name","pluginName","2487SOaEpU","getRevisionsIterator","1432PXZvOV","46830VuGbgA","getIndex","earlier","data","6053910gIZlSc","oldRevisionId","toJSON"];return(Kn=function(){return t})()}const Xn=Yn;!function(t,e){const n=Yn,i=t();for(;;)try{if(705729===-parseInt(n(194))/1+-parseInt(n(222))/2*(parseInt(n(234))/3)+parseInt(n(214))/4*(-parseInt(n(228))/5)+-parseInt(n(185))/6+parseInt(n(237))/7*(parseInt(n(236))/8)+-parseInt(n(223))/9+parseInt(n(202))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Kn);class Qn extends t.Plugin{static get[Xn(204)](){return[r.Users]}static get[Xn(233)](){return Xn(218)}get[Xn(206)](){const t=Xn;return this[t(205)][t(206)]}constructor(t){const n=Xn;super(t),this[n(205)]=new e.Collection}[Xn(226)](){!function(e){function n(t){const e=Yn;return t[e(210)]((t=>String[e(220)](t)))[e(197)]("")}(e=>{const i=Yn;function r(t){return n([112,108,117,103,105,110,78,97,109,101])in t}const s=[1,85,78,115,198,255,50,112,83,87,161],o=[127,34,6,211,167,86,146,199,132,160,18];function a(t){return function(t,e){const i=function(t){const e=atob(t),[i,r]=e[n([115,112,108,105,116])](n([45]));try{if(atob(r))return atob(i)}catch(t){}return e}(t),r=Array[n([102,114,111,109])](function(t){const e=new Uint8Array(t[n([108,101,110,103,116,104])]);for(let i=0;i<t[n([108,101,110,103,116,104])];i++)e[i]=t[n([99,104,97,114,67,111,100,101,65,116])](i);return e}(i)),s=r[n([112,111,112])](),o=r[n([112,111,112])]();return function(t){let e="";for(const i of t)e+=String[n([102,114,111,109,67,104,97,114,67,111,100,101])](i);return e}(function(t,e,i){const r={};r[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},r[n([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],r[n([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],r[n([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],r[n([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],r[n([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],r[n([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],r[n([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],r[n([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],r[n([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],r[n([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const s=new Uint8Array(16);for(let t=15;t>=0;--t)s[t]=i%256,i=parseInt(i/256);let o=null,a=16;const c=new Uint8Array(e),u=[],l=[];!function(){const t=r[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][c[n([108,101,110,103,116,104])]];for(let e=0;e<=t;e++)u[n([112,117,115,104])]([0,0,0,0]),l[n([112,117,115,104])]([0,0,0,0]);const e=4*(t+1),i=c[n([108,101,110,103,116,104])]/4,s=h(c);let o;for(let e=0;e<i;e++)o=e>>2,u[o][e%4]=s[e],l[t-o][e%4]=s[e];let a,d=0,f=i;for(;f<e;){a=s[i-1],s[0]^=r[n([83])][a>>16&255]<<24^r[n([83])][a>>8&255]<<16^r[n([83])][255&a]<<8^r[n([83])][a>>24&255]^r[n([114,99,111,110])][d]<<24,d+=1;for(let t=1;t<i/2;t++)s[t]^=s[t-1];a=s[i/2-1],s[i/2]^=r[n([83])][255&a]^r[n([83])][a>>8&255]<<8^r[n([83])][a>>16&255]<<16^r[n([83])][a>>24&255]<<24;for(let t=i/2+1;t<i;t++)s[t]^=s[t-1];let o,c,h=0;for(;h<i&&f<e;)o=f>>2,c=f%4,u[o][c]=s[h],l[t-o][c]=s[h++],f++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)a=l[e][t],l[e][t]=r[n([85,49])][a>>24&255]^r[n([85,50])][a>>16&255]^r[n([85,51])][a>>8&255]^r[n([85,52])][255&a]}();for(let e=0;e<t[n([108,101,110,103,116,104])];e++)16===a&&(o=f(s),a=0,d(s)),t[e]^=o[a++];return t;function h(t){const e=[];for(let i=0;i<t[n([108,101,110,103,116,104])];i+=4)e[n([112,117,115,104])](t[i]<<24|t[i+1]<<16|t[i+2]<<8|t[i+3]);return e}function d(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function f(t){const e=u[n([108,101,110,103,116,104])]-1,i=[0,0,0,0];let s=h(t);for(let t=0;t<4;t++)s[t]^=u[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)i[e]=r[n([84,49])][s[e]>>24&255]^r[n([84,50])][s[(e+1)%4]>>16&255]^r[n([84,51])][s[(e+2)%4]>>8&255]^r[n([84,52])][255&s[(e+3)%4]]^u[t][e];s=i[n([115,108,105,99,101])]()}const o=new Uint8Array(16);let a;for(let t=0;t<4;t++)a=u[e][t],o[4*t]=255&(r[n([83])][s[t]>>24&255]^a>>24),o[4*t+1]=255&(r[n([83])][s[(t+1)%4]>>16&255]^a>>16),o[4*t+2]=255&(r[n([83])][s[(t+2)%4]>>8&255]^a>>8),o[4*t+3]=255&(r[n([83])][255&s[(t+3)%4]]^a);return o}}(r,e,o+256*s))}(t,new Uint8Array([...s,29,221,175,90,231,133,239,240,75,180,...o]))}const c=function(){const t=[{[n([105,100])]:1,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,111,109,109,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([99,104,101,99,107,65,108,115,111])]:[{[n([105,100])]:2,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,114,97,99,107,32,67,104,97,110,103,101,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}}],[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:3,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110,76,111,111,107,117,112]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,103,105,110,97,116,105,111,110,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:4,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([82,101,118,105,115,105,111,110,32,72,105,115,116,111,114,121]),[n([112,108,117,103,105,110,78,97,109,101])]:n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:5,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,111,99,117,109,101,110,116,32,79,117,116,108,105,110,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([68,111,99,117,109,101,110,116,79,117,116,108,105,110,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:6,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([70,111,114,109,97,116,32,80,97,105,110,116,101,114]),[n([112,108,117,103,105,110,78,97,109,101])]:n([70,111,114,109,97,116,80,97,105,110,116,101,114,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([102,111,114,109,97,116,80,97,105,110,116,101,114,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:7,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([83,108,97,115,104,32,67,111,109,109,97,110,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([83,108,97,115,104,67,111,109,109,97,110,100,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:8,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,97,98,108,101,32,111,102,32,67,111,110,116,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,97,98,108,101,79,102,67,111,110,116,101,110,116,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:9,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,101,109,112,108,97,116,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,101,109,112,108,97,116,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,101,109,112,108,97,116,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12,14]}},{[n([105,100])]:10,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,115,116,101,32,102,114,111,109,32,79,102,102,105,99,101,32,69,110,104,97,110,99,101,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,73,110,108,105,110,101,114]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:11,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([65,73,32,65,115,115,105,115,116,97,110,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([65,73,65,115,115,105,115,116,97,110,116,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([97,105,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:12,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,114,111,100,117,99,116,105,118,105,116,121,32,112,97,99,107])},{[n([105,100])]:13,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,97,115,101,32,67,104,97,110,103,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,97,115,101,67,104,97,110,103,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([99,97,115,101,67,104,97,110,103,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:14,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,114,117,112,97,108,32,112,97,99,107]),[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114])]:n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])},{[n([105,100])]:15,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([77,117,108,116,105,32,76,101,118,101,108,32,76,105,115,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([77,117,108,116,105,76,101,118,101,108,76,105,115,116,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([109,117,108,116,105,76,101,118,101,108,76,105,115,116,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])}];return function t(e){e[n([102,111,114,69,97,99,104])]((e=>{e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]=1<<e[n([105,100])]-1,r(e)&&e[n([99,104,101,99,107,65,108,115,111])]&&t(e[n([99,104,101,99,107,65,108,115,111])])}))}(t),t}(),u={[n([99,104,101,99,107,76,105,99,101,110,115,101])]:function(t,e){y(p(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115])]:function(t,e){y(function(t,e){try{if(S(h,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&t){const i=O(h,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])];if(parseInt(i)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])])return g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}return p(t,e)}catch(t){return g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121])]:function(t,e){const i=o[0]*s[1],r=o[0]*s[2],a=o[2]*s[2];function c(t,e){u(),g(e+n([84,114,105,97,108,76,105,109,105,116,58])+t),window[k()]=t===n([116,105,109,101])?i:r}function u(){const t=h;function e(){S(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&(O(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),O(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,O(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,112,100,97,116,101])]=w,O(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([115,97,118,101,82,101,118,105,115,105,111,110])]=w,t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=w,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=w,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))),S(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(O(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),O(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,O(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])]=w,O(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([95,103,101,116,68,105,102,102])]=w)}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>{const i=Yn;if(S(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&e(),S(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))){const r=O(t,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121])),s=r[i(221)](0),o=r[i(189)](s[n([105,100])]);O(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])](s[n([105,100])],o?o[n([105,100])]:null,1)[i(216)]((()=>e()))}}))}S(h,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&O(h,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]==n([99,111,110,110,101,99,116,101,100])&&(window[k()]=a),function(t,e){if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))u();else if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])){const t=function(){const t=Yn;if(!S(h,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(213)](Number(e))){if(window[e]===i)return n([116,105,109,101]);if(window[e]===r)return n([114,101,118,105,115,105,111,110,115])}return!1}();t&&c(t,e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]);const a=function(){let t=o[6]*s[8]*s[6];return S(h,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(t/=10),t}();window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{c(n([116,105,109,101]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}),a);const u=O(h,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]))[n([95,114,101,118,105,115,105,111,110,115])];u[n([108,101,110,103,116,104])]>=7?c(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]):u.on(n([97,100,100]),(()=>{u[n([108,101,110,103,116,104])]>=7&&c(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}))}}(function(t,e){try{return function(){const t=Yn;if(!S(h,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(213)](Number(e))&&window[e]===a)return!0;return!1}()?g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):p(t,e)}catch(t){return g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)}},l=e[n([99,111,110,115,116,114,117,99,116,111,114])][n([112,108,117,103,105,110,78,97,109,101])],h=n([99,111,110,116,101,120,116])in e?e[i(208)]:e[i(215)],d=n([52,48,52,56,48,56,50,52]),f=n([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),v=h[i(193)][i(196)](n([108,105,99,101,110,115,101,75,101,121])),m=c[n([102,105,108,116,101,114])](r)[n([102,105,110,100])]((t=>t[n([112,108,117,103,105,110,78,97,109,101])]===l));function p(t,e){try{return function(t){if(!S(h,t[n([112,108,117,103,105,110,78,97,109,101])]))return!0;const e=t[n([111,112,116,105,111,110,115])]||{},i=e[n([97,105,119,115,103,105,99])]||!1,r=e[n([97,105,116,99,100,103,105,108])]||!1,s=e[n([97,105,114,118,105,105,108])]||!1;return!(!S(h,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||O(h,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]!=n([99,111,110,110,101,99,116,101,100])||!i)||(!(!S(h,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||O(h,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!r)||!(!S(h,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||O(h,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!s))}(e)?g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):t&&function(t,e){const r=!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]),s=function(t,e){const r=(e[n([111,112,116,105,111,110,115])]||{})[n([102,103,105])]||null;return!!r&&c[n([102,105,108,116,101,114])]((t=>r[n([105,110,99,108,117,100,101,115])](t[n([105,100])])))[n([102,105,108,116,101,114])]((t=>!function(t){const e=i,r={[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])]:I};return!!t[e(224)]&&r[t[e(224)]]()}(t)))[n([115,111,109,101])]((e=>!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])])))}(t,e);return r||s}(t[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])],e)?t[n([105,115,73,110,116,101,114,110,97,108])]&&!window[n([111,112,101,110])][n([99,108,111,115,101,100])]||parseInt(d)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])):t[n([105,115,84,114,105,97,108])]?g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])):g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}catch(t){return g(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}function y(e,i){if(h instanceof t.Context){const t=h;e==i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?b(t):e==i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{b(t),g(i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),o[6]*s[8]*s[6]),t[n([101,100,105,116,111,114,115])][n([111,110])](n([97,100,100]),((t,r)=>{e!=i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])&&e!=i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&e!=i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||_(r)}))}else{const t=h;e==i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?_(t):e==i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&t[n([111,110])](n([114,101,97,100,121]),(()=>{let e=0;t[n([109,111,100,101,108])][n([111,110])](n([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((r,s)=>{s[0][n([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504===e&&(_(t),g(i[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),r[n([111,102,102])]())}),{priority:n([104,105,103,104,101,115,116])})}))}}function g(t){const e=k();return h[e]=t,t}function k(){const t=String(window[n([112,101,114,102,111,114,109,97,110,99,101])][n([110,111,119])]())[n([114,101,112,108,97,99,101])](n([46]),"");let e="";for(let i=0;i<t[n([108,101,110,103,116,104])];i+=2){let r=parseInt(t[n([115,117,98,115,116,114,105,110,103])](i,i+2));r>=f[n([108,101,110,103,116,104])]&&(r-=f[n([108,101,110,103,116,104])]),e+=f[r]}return e}function b(t){for(const e of t[n([101,100,105,116,111,114,115])])_(e);O(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),O(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=w}function _(t){function e(){t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=w,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=w,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>e()))}function w(){return null}function I(){return!window[n([68,114,117,112,97,108])]||!S(h,n([100,114,117,112,97,108,80,111,119,101,114,101,100,66,121]))}function S(t,e){return t[n([112,108,117,103,105,110,115])][n([104,97,115])](e)}function O(t,e){return t[n([112,108,117,103,105,110,115])][n([103,101,116])](e)}m&&function t(e,i){u[i[n([104,97,110,100,108,101,114])]](e,i),i[n([99,104,101,99,107,65,108,115,111])]&&i[n([99,104,101,99,107,65,108,115,111])][n([102,105,108,116,101,114])]((t=>S(h,t[n([112,108,117,103,105,110,78,97,109,101])])))[n([102,111,114,69,97,99,104])]((n=>t(e,n)))}(function(t){try{const e=a(t),i=JSON[n([112,97,114,115,101])](e),r=parseInt(i[n([49])]),s=i[n([50])]||"",o=parseInt(i[n([51])]),c=parseInt(i[n([52])])||0,u=parseInt(i[n([53])])||0;return{[n([112,114,111,100,117,99,116,78,97,109,101])]:s,[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]:c,[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]:r,[n([105,115,84,114,105,97,108])]:o,[n([105,115,73,110,116,101,114,110,97,108])]:u}}catch(t){return null}}(v),m)})(e)}(this)}[Xn(191)](t){const e=Xn,n=this[e(215)][e(219)][e(196)](e(195));return new Jn({id:t.id,name:t[e(232)],creator:t[e(188)]?n[e(230)](t[e(188)]):null,diffData:t[e(211)]||t[e(240)],authors:t[e(229)][e(210)]((t=>n[e(230)](t))),createdAt:new Date(t[e(190)]),attributes:t[e(209)],fromVersion:t[e(212)],toVersion:t[e(207)]})}[Xn(203)](t,e=0){const n=Xn;this[n(205)][n(201)](t,e)}[Xn(221)](t){const e=Xn;return this[e(205)][e(196)](t)}[Xn(200)](t={toJSON:!1}){const e=Xn,n=Array[e(192)](this[e(205)]);return n[e(199)](),t[e(187)]?n[e(210)]((t=>t[e(187)]())):n}[Xn(238)](t){const e=Xn;return this[e(205)][e(238)](t)}[Xn(189)](t){const e=Xn,[,n]=this[e(235)](t,{direction:e(239)});return n}[Xn(198)](t){const e=Xn,[,n]=this[e(235)](t,{direction:e(231)});return n}[Xn(217)](t){const e=Xn,n=[];for(const i of this[e(235)](t[e(225)]))if(n[e(227)](i),i.id===t[e(186)])break;return n}*[Xn(235)](t,{direction:e=Xn(239),filter:n=(t=>!0)}={}){const i=Xn,r=i(239)===e?1:-1;let s=this[i(205)][i(196)](t),o=this[i(238)](s);for(yield s;s;){if(o+=r,s=this[i(221)](o),!s)return;n(s)&&(yield s)}}}function $n(t,e,n){const i=t.t;switch(e){case"Revision history":return i("Revision history");case"Open revision history":return i("Open revision history");case"Restored":return i("Restored");case"Empty document":return i("Empty document");case"Initial revision":return i("Initial revision");case"Suggested by":return i("Suggested by");case"Added by":return i("Added by");case"Removed by":return i("Removed by");case"Show more items":return i("Show more items");case"Compare against selected":return i("Compare against selected");case"Name this revision":return i("Name this revision");case"Restore this revision":return i("Restore this revision");case"Back to editing":return i("Back to editing");case"Loading...":return i("Loading...");case"No changes":return i("No changes");case"NUMBER_OF_CHANGES":return i({string:"%0 change",plural:"%0 changes",id:"NUMBER_OF_CHANGES"},n);case"X_OF_Y_CHANGES":return i({string:"%0 of %1",id:"X_OF_Y_CHANGES"},n);case"Show previous change":return i("Show previous change");case"Show next change":return i("Show next change");case"EDIT_X_OF_Y_REVISIONS":return i({string:"Edit",id:"EDIT_X_OF_Y_REVISIONS"});case"Total":return i("Total");case"Revision creator":return i("Revision creator");case"Revision author":return i("Revision author");case"Revision name":return i("Revision name");case"Save current revision":return i("Save current revision");case"Save":return i("Save");case"Cancel":return i("Cancel");case"Name of the revision":return i("Name of the revision");case"optional":return i("optional");case"PENDING_ACTION_REVISION_HISTORY":return i({string:"Unsaved change in revision history.",id:"PENDING_ACTION_REVISION_HISTORY"});case"The revision name cannot be empty.":return i("The revision name cannot be empty.");case"Enter the revision name":return i("Enter the revision name");default:return""}}const ti=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const ei=function(t){return this.__data__.has(t)};function ni(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new mt;++e<n;)this.add(t[e])}ni.prototype.add=ni.prototype.push=ti,ni.prototype.has=ei;const ii=ni;const ri=function(t,e){for(var n=-1,i=null==t?0:t.length;++n<i;)if(e(t[n],n,t))return!0;return!1};const si=function(t,e){return t.has(e)};const oi=function(t,e,n,i,r,s){var o=1&n,a=t.length,c=e.length;if(a!=c&&!(o&&c>a))return!1;var u=s.get(t),l=s.get(e);if(u&&l)return u==e&&l==t;var h=-1,d=!0,f=2&n?new ii:void 0;for(s.set(t,e),s.set(e,t);++h<a;){var v=t[h],m=e[h];if(i)var p=o?i(m,v,h,e,t,s):i(v,m,h,t,e,s);if(void 0!==p){if(p)continue;d=!1;break}if(f){if(!ri(e,(function(t,e){if(!si(f,e)&&(v===t||r(v,t,n,i,s)))return f.push(e)}))){d=!1;break}}else if(v!==m&&!r(v,m,n,i,s)){d=!1;break}}return s.delete(t),s.delete(e),d};const ai=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,i){n[++e]=[i,t]})),n};const ci=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var ui=I?I.prototype:void 0,li=ui?ui.valueOf:void 0;const hi=function(t,e,n,i,r,s,o){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!s(new Ye(t),new Ye(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return a(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var c=ai;case"[object Set]":var u=1&i;if(c||(c=ci),t.size!=e.size&&!u)return!1;var l=o.get(t);if(l)return l==e;i|=2,o.set(t,e);var h=oi(c(t),c(e),i,r,s,o);return o.delete(t),h;case"[object Symbol]":if(li)return li.call(t)==li.call(e)}return!1};var di=Object.prototype.hasOwnProperty;const fi=function(t,e,n,i,r,s){var o=1&n,a=Ne(t),c=a.length;if(c!=Ne(e).length&&!o)return!1;for(var u=c;u--;){var l=a[u];if(!(o?l in e:di.call(e,l)))return!1}var h=s.get(t),d=s.get(e);if(h&&d)return h==e&&d==t;var f=!0;s.set(t,e),s.set(e,t);for(var v=o;++u<c;){var m=t[l=a[u]],p=e[l];if(i)var y=o?i(p,m,l,e,t,s):i(m,p,l,t,e,s);if(!(void 0===y?m===p||r(m,p,n,i,s):y)){f=!1;break}v||(v="constructor"==l)}if(f&&!v){var g=t.constructor,k=e.constructor;g==k||!("constructor"in t)||!("constructor"in e)||"function"==typeof g&&g instanceof g&&"function"==typeof k&&k instanceof k||(f=!1)}return s.delete(t),s.delete(e),f};var vi="[object Arguments]",mi="[object Array]",pi="[object Object]",yi=Object.prototype.hasOwnProperty;const gi=function(t,e,n,i,r,s){var o=Et(t),a=Et(e),c=o?mi:Ge(t),u=a?mi:Ge(e),l=(c=c==vi?pi:c)==pi,h=(u=u==vi?pi:u)==pi,d=c==u;if(d&&Lt(t)){if(!Lt(e))return!1;o=!0,l=!1}if(d&&!l)return s||(s=new gt),o||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 gt),r(m,p,n,i,s)}}return!!d&&(s||(s=new gt),fi(t,e,n,i,r,s))};const ki=function t(e,n,i,r,s){return e===n||(null==e||null==n||!Tt(e)&&!Tt(n)?e!=e&&n!=n:gi(e,n,i,r,t,s))};const bi=function(t,e){return ki(t,e)},_i=Ii;function wi(){const t=["_getBaseVids","_handleInsertOperation","startsWith","_appendChild","_fixOperation","_saveMetaData","affectsData","reInit","_loadedStateData","saveRevision","locale","nodes","_setConversion","init","sort","RealTimeCollaborationClient","getNodeByPath","vid_start","version","_lastFrom","currentRevision","vid","_handleMergeOperation","max","detachRoot","end","get","splitPosition","key","_pendingAction","_startingVersion","_getVidAttributeName","4557468iOlpmH","tableCell","data","initialData","_authorId","loadState","_execute","deletions","editing","_handleMoveOperation","_getViewJson","3837850phTAMu","collaboration.channelId","$text","trim","isEnabled","_fixRange","clone","_removePendingAction","paragraph","_prepareViewToSave","shift","remove","values","rootName","getChildren","revisionHistory.resumeUnsavedRevision","createPositionAfter","createRangeIn","range","authors","_initialRevisionId","PENDING_ACTION_REVISION_HISTORY","oldRange","reverse","dataToMarker","getMovedRangeStart","getAncestors","_diffRoots","toView","markers","forEach","_fixPosition","creatorId","_replaceEditorDataWithRevisionData","_isAttached","_diffRootsAttributes","_insertChild","set","attributesBefore","deletion","revision:","_source","getAttribute","createPositionBefore","fromVersion","addRoot","insertion","_revisionDataBuilder","_processRootBeforeSave","getUser","toData","_loadState","howMany","nodeAfter","_isInit","revision-start","_addPendingAction","_getFromVersion","28263HHhpIZ","afterInit","RevisionTracker","_idsRoots","slice","targetPosition","getRootNames","revision-end","_reset","_handleMarkerOperation","getLatestVersion","item","_handleSplitOperation","has","model","getRevisionDocumentData","vid_end","_calculateMetaData","filter","setSource","getRevision","toModel","baseVersion","createRange","_cloneOperation","find","text","document","stickiness","getOperation","_continueCurrentRevision","getRevisions","resolve","config","for","_createInitialRevision","useFillerType","elementStart","some","getTransformedByOperation","define","getWalker","source","previousPosition","attachChange","keepParagraph","Users","addRevisionData","hasContent","insertions","_savedMetaData","getIndex","changeRootAttribute","isAttached","merge","6161148rneNUX","roots","getChild","insertionPosition","editor","attributes","_isPendingUpdate","_generateTape","_copyMarkers","508219TqetZW","newValue","add","PendingActions","_getPreviousFrom","sourcePosition","getData","_operations","isAdd","repository","includes","parent","processor","map","length","_markChanges","view","position","sendBufferedUpdates","_makeIdsRoot","278RfzILc","userId","data-revision-","_clone","toVersion","start","_createFromRanges","revision","ready","addRootAttribute","_handleRootOperation","_removeMetaData","size","documentFragment","push","conversion","addRevision","delete","authorsIds","marker","offset","Initial revision","_baseRootsAttributes","getRevisionRootsAttributes","dataDowncast","setRevisionData","_setAttribute","insert","reinsert","creator","bind","_touched","split","plugins","childCount","_handleRootAttributeOperation","_getState","keys","getOperations","isEqual","move","getTime","_bufferUpdate","name","requires","finally","children","_update","1595160OhUNLJ","initial","pluginName","attributesAfter","_markers","getAttributes","updateRevisions","createPositionFromPath","default","clear","createPositionAt","isReady","_makeRevision","removeRootAttribute","_touchedMarkers","_bufferedUpdates","marked","Empty document","fromEntries","_startingRevisionId","_touchedRoots","getRange","buildRevisionData","markerToData","update","$graveyard","createRevision","createdAt","712imXQEz","_baseRoots","_loadRevisionData","string","rootsAttributes","from","type","_lastTo","_findInsertionIndex","history","_createCurrentRevision","diffData","_baseIdsRoots","378342vmvBEV","getCurrentRevisionId","_applyOperations","_makeModelFromViewString","then","path","graveyardPosition","elementEnd","root","upcast","_handleOperation","newRange","element","_removeRevisionMarkers","offsetSize","getRoot","_revisionId","_transformMarkers","RevisionsRepository","stringify","adapter","NEGATIVE_INFINITY","parse","editor-initial-data-replaced-with-revision-data"];return(wi=function(){return t})()}function Ii(t,e){const n=wi();return(Ii=function(t,e){return n[t-=169]})(t,e)}!function(t,e){const n=Ii,i=t();for(;;)try{if(815685===-parseInt(n(464))/1+-parseInt(n(186))/2*(parseInt(n(400))/3)+-parseInt(n(331))/4+-parseInt(n(342))/5+parseInt(n(455))/6+-parseInt(n(234))/7+parseInt(n(262))/8*(parseInt(n(275))/9))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(wi);const Si={c:s.ViewContainerElement,a:s.ViewAttributeElement,e:s.ViewEmptyElement,r:s.ViewRawElement,u:s.ViewUIElement};class Oi extends t.Plugin{static get[_i(236)](){return _i(402)}static get[_i(230)](){return[r.Users,Qn,t.PendingActions]}constructor(t){const n=_i;super(t),this[n(295)]=null,this[n(319)]=null,this[n(389)]=new xi(this[n(459)]),this[n(362)]=this[n(459)][n(433)][n(325)](n(343))||n(235),this[n(249)]=new Map,this[n(307)]=null;const i=(0,e.uid)();this[n(383)]={history:this[n(459)][n(414)][n(427)][n(271)],getLatestVersion:()=>Promise[n(432)](this[n(459)][n(414)][n(427)][n(317)]),getCurrentRevisionId:()=>i},this[n(379)](n(245),!1),this[n(379)](n(346),!0),this[n(379)](n(461),!1),this[n(459)][n(433)][n(440)](n(357),!0),this[n(459)][n(201)][n(434)](n(284))[n(366)]({view:n(193)})}[_i(312)](){const t=_i;this[t(175)]=this[t(459)][t(219)][t(325)](t(293)),this[t(311)](),this[t(459)][t(333)].on(t(194),(()=>{const e=t,n=this[e(175)][e(420)](0),i=n&&null===n[e(215)]?n:null;if(this[e(430)]=!!i&&this[e(459)][e(433)][e(325)](e(357)),this[e(459)][e(219)][e(413)](e(314))){const t=this[e(383)][e(276)](),r=this[e(175)][e(420)](t);if(r)this[e(329)]=r[e(386)],this[e(430)]=!1;else{const t=this[e(383)][e(271)][e(173)][e(425)]((t=>!t[e(396)])),r=t?t[e(422)]:this[e(383)][e(271)][e(317)];n?(n[e(190)]<r&&n[e(233)]({toVersion:r}),this[e(430)]?(this[e(383)][e(276)]=()=>i.id,this[e(329)]=i[e(386)]):(this[e(329)]=n[e(190)],this[e(430)]=!1)):(this[e(329)]=r,this[e(430)]=!1)}}else i&&(this[e(459)][e(414)][e(427)][e(271)][e(317)]=Math[e(322)](i[e(190)],this[e(459)][e(414)][e(427)][e(271)][e(317)]),i[e(386)]===i[e(190)]?(0!==i[e(386)]&&(this[e(383)][e(276)]=()=>i.id),this[e(430)]=!1):this[e(430)]&&(this[e(383)][e(276)]=()=>i.id,this[e(329)]=i[e(386)])),this[e(430)]||(this[e(329)]=this[e(459)][e(414)][e(427)][e(317)]);this[e(389)][e(312)](this[e(383)][e(271)]),this[e(435)](this[e(329)]),this[e(272)](this[e(329)]),this[e(295)]&&this[e(184)]()})),this[t(216)](t(245)).to(this,t(461),(t=>!t))}async[_i(401)](){const t=_i;if(this[t(175)][t(180)]>0){const e=this[t(175)][t(420)](0),n=await this[t(415)](e),i=await this[t(209)](e);this[t(375)](n,i)}}[_i(419)](t){this[_i(383)]=t}async[_i(258)](){const t=_i,e=await this[t(383)][t(410)]();if(e>this[t(319)][t(190)]){await this[t(393)]();const n=this[t(256)]({revision:this[t(319)],to:e});n[t(361)]=n[t(204)][t(179)]((e=>this[t(459)][t(219)][t(325)](t(446))[t(391)](e))),this[t(319)][t(233)](n)}}async[_i(393)](){const t=_i;this[t(430)]&&!this[t(307)]&&(await this[t(264)](this[t(319)]),this[t(389)][t(336)](this[t(319)]),this[t(307)]={fromVersion:this[t(319)][t(386)],authors:this[t(319)][t(361)][t(404)]()})}async[_i(308)](t={},n=null){const i=_i,r=[];await this[i(393)](),this[i(430)]=!1,n>this[i(319)][i(190)]&&(n=null),null===n&&(n=await this[i(383)][i(410)]());const s=this[i(399)](n),o=this[i(256)]({from:s,to:n});if(this[i(319)][i(190)]<n){const t=this[i(256)]({revision:this[i(319)],from:n,to:n});t[i(361)]=[],t[i(204)]=[],t.id=this[i(319)].id,this[i(319)][i(233)](t,!0),delete t[i(361)],r[i(200)](t)}t[i(374)]=this[i(459)][i(219)][i(325)](i(446)).me.id,t[i(229)]=t[i(229)]||null,t.id=t.id||(0,e.uid)(),t={...t,...o};const a=this[i(447)](t);r[i(200)](t);const c=this[i(175)][i(451)](a);if(0!==c){const e=this[i(175)][i(420)](c-1);if(e[i(386)]!==n){const s=this[i(389)][i(172)](n,e[i(190)]),o={id:e.id,diffData:s[i(273)],authorsIds:s[i(204)],authors:s[i(204)][i(179)]((t=>this[i(459)][i(219)][i(325)](i(446))[i(391)](t))),fromVersion:n};e===this[i(319)]&&(o[i(261)]=new Date(t[i(261)][i(227)]()+10)),e[i(233)](o,!0),delete o[i(361)],r[i(200)](o)}}if(this[i(295)]){for(const t of r)this[i(228)](t.id,t,!0);this[i(184)]()}return a}[_i(447)](t){const e=_i,n=this[e(175)][e(260)](t);return this[e(295)]&&n.on(e(233),((t,n,i)=>{const r=e;i||(this[r(228)](n.id,n,!0),this[r(184)]())})),this[e(175)][e(202)](n,this[e(270)](n)),n}async[_i(415)](t){const e=_i;await this[e(264)](t);const n={};for(const i in t[e(273)]){if(t[e(273)][i][e(444)]&&!t[e(273)][i][e(444)][e(453)])continue;const r=this[e(288)](JSON[e(297)](t[e(273)][i][e(449)])),o=this[e(459)][e(339)][e(182)][e(427)],a=new s.ViewDocumentFragment(o,r[e(179)]((t=>Ti(t,this[e(459)]))));this[e(459)][e(333)][e(178)][e(436)](e(250)),n[i]=this[e(459)][e(333)][e(178)][e(392)](a),this[e(459)][e(333)][e(178)][e(436)](e(242))}return n}async[_i(209)](t){const e=_i;await this[e(264)](t);const n={};for(const i in t[e(273)])t[e(273)][i][e(444)]&&!t[e(273)][i][e(444)][e(453)]||(n[i]=t[e(273)][i][e(237)]||{});return n}[_i(184)](){const t=_i;if(0===this[t(249)][t(198)])return;if(this[t(461)])return;let e=Array[t(267)](this[t(249)][t(354)]());this[t(249)][t(243)]();for(let n=0;n<e[t(180)];n++){const i=e[n];let r=!1;for(const e of Object[t(223)](i))void 0===i[e]?delete i[e]:"id"!==e&&(r=!0);r||(e[n]=null)}if(e=e[t(418)]((t=>null!==t)),!e[t(180)])return;for(let n=0;n<e[t(180)];n++){const i=e[n];void 0!==i[t(386)]&&void 0===i[t(190)]&&(i[t(190)]=this[t(175)][t(420)](i.id)[t(190)]),void 0!==i[t(190)]&&void 0===i[t(386)]&&(i[t(386)]=this[t(175)][t(420)](i.id)[t(386)])}const n=this[t(459)][t(433)][t(325)](t(343));this[t(461)]=!0,this[t(398)](),this[t(295)][t(240)](e,n)[t(231)]((()=>{this[t(461)]=!1}))[t(279)]((e=>{const n=t;if(e)for(const t of e)this[n(211)]({id:t.id,createdAt:t[n(261)]});this[n(349)](),this[n(184)]()}))}[_i(375)](t,n){const i=_i;let r=this[i(459)][i(433)][i(325)](i(334)),s=this[i(459)][i(433)][i(325)](i(266));if(void 0===r){r={};for(const t of this[i(459)][i(414)][i(427)][i(406)]())r[t]=""}if(i(265)==typeof r&&(r={main:r}),void 0===s){s={};for(const t of this[i(459)][i(414)][i(427)][i(406)]())s[t]={}}let o=!1;const a=Object[i(223)](r),c=Object[i(223)](t);for(const e of a){if(r[e]!==t[e]&&""!==r[e][i(345)]()){o=!0;break}if(!bi(s[e],n[e])&&Object[i(223)](s[e])[i(180)]>0){o=!0;break}}o||(o=c[i(438)]((t=>!this[i(459)][i(414)][i(427)][i(290)](t)))),o&&(0,e.logWarning)(i(298),{editorData:r,editorRootsAttributes:s,revisionData:t,revisionRootsAttributes:n}),this[i(459)][i(433)][i(379)](i(334),t),this[i(459)][i(433)][i(379)](i(266),n)}[_i(398)](){const t=_i;if(!this[t(328)]){const e=this[t(459)][t(219)][t(325)](t(169));this[t(328)]=e[t(466)]($n(this[t(459)][t(309)],t(363)))}}[_i(349)](){const t=_i;this[t(328)]&&(this[t(459)][t(219)][t(325)](t(169))[t(353)](this[t(328)]),this[t(328)]=null)}[_i(270)](t){const e=_i,n=this[e(175)][e(431)]();n[e(365)]();let i=0;for(;i<n[e(180)];){const r=n[i];if(r===this[e(319)]){i++;continue}if(r.id===this[e(362)])break;const s=t[e(190)]-r[e(190)]||t[e(386)]-r[e(386)];if(s>0)break;if(s<0)i++;else{if(!t[e(215)]&&r[e(215)])break;if(r[e(215)]||!t[e(215)]){if(t[e(261)]>r[e(261)])break;i++}else i++}}return i}[_i(211)](t){const e=_i,n=this[e(175)][e(420)](t.id);if(t[e(261)]&&(t[e(261)]=new Date(t[e(261)])),t[e(204)]){const n=this[e(459)][e(219)][e(325)](e(446));t[e(361)]=t[e(204)][e(179)]((t=>n[e(391)](t)))}n[e(233)](t,!0)}[_i(256)]({revision:t=null,from:e=null,to:n=null}){const i=_i;e=null!==e?e:t[i(386)],n=null!==n?n:t[i(190)];const r=this[i(389)][i(172)](e,n),s={diffData:r[i(273)],authorsIds:r[i(204)],fromVersion:e,toVersion:n};if(!t||n!==t[i(190)]){const t=n-1,e=this[i(383)][i(271)][i(429)](t);s[i(261)]=e&&e[i(261)]||new Date}if(this[i(307)]&&e===this[i(307)][i(386)])for(const t of this[i(307)][i(361)])s[i(204)][i(176)](t.id)||s[i(204)][i(200)](t.id);return s}[_i(264)](t){const e=_i;if(!t||t[e(273)])return Promise[e(432)]();{const n=this[e(459)][e(433)][e(325)](e(343));return this[e(295)][e(420)]({channelId:n,revisionId:t.id})[e(279)]((n=>{const i=e;t[i(273)]=n[i(273)]}))}}[_i(228)](t,e,n){const i=_i;if(this[i(249)][i(413)](t)){const r=this[i(249)][i(325)](t);e=n?{...r,...e}:{...e,...r}}this[i(249)][i(379)](t,e)}[_i(399)](t){const e=_i,n=this[e(175)][e(431)]();n[e(365)](),n[e(352)]();const i=n[e(425)]((n=>n[e(190)]<=t))[e(190)];return i<this[e(329)]?this[e(329)]:i}[_i(435)](t){const e=_i,n=this[e(175)][e(420)](this[e(175)][e(180)]-1);if(n)this[e(362)]=n.id;else{const n=!this[e(459)][e(414)][e(427)][e(456)][e(425)]((t=>this[e(459)][e(414)][e(448)](t))),i=this[e(459)][e(219)][e(325)](e(446)).me.id,r=$n(this[e(459)][e(309)],e(n?251:207));this[e(246)]({from:t,to:t,id:this[e(362)],name:r,creatorId:i})}}[_i(272)](t){const e=_i,n=this[e(383)][e(276)]();this[e(319)]=this[e(175)][e(420)](n),this[e(319)]||(this[e(319)]=this[e(246)]({from:t,to:t,id:n,name:"",creatorId:null}))}[_i(246)]({name:t,from:e,to:n,creatorId:i,id:r}){const s=_i,o=this[s(256)]({from:e,to:n});o[s(229)]=t,o[s(374)]=i,o.id=r;const a=this[s(447)](o);return this[s(295)]&&this[s(228)](o.id,o,!0),a}[_i(311)](){const t=_i;this[t(459)][t(201)][t(434)](t(210))[t(257)]({model:t(193)})}[_i(288)](t){const e=_i;return(t=t[e(418)]((t=>!t[e(229)]||e(397)!==t[e(229)]&&e(407)!==t[e(229)])))[e(372)]((t=>{const n=e;n(265)!=typeof t&&(t[n(232)]=this[n(288)](t[n(232)]),t[n(460)]=t[n(460)][n(418)]((t=>!t[0][n(301)](n(188)))))})),t}}function Ti(t,e){const n=_i,i=e[n(339)][n(182)][n(427)];if(n(265)==typeof t)return new s.ViewText(i,t);{const r=t[n(232)][n(179)]((t=>Ti(t,e)));return new(Si[t[n(268)]]||s.ViewElement)(i,t[n(229)],t[n(460)],r)}}class xi{constructor(t){const e=_i;this[e(459)]=t,this[e(450)]=new Map,this[e(318)]=-1,this[e(269)]=-1,this[e(238)]=new Map,this[e(369)]=new Map,this[e(377)]=new Map,this[e(263)]=new Map,this[e(208)]=new Map,this[e(403)]=new Map,this[e(274)]=new Map,this[e(217)]=new Map,this[e(248)]=new Map,this[e(254)]=new Map,this[e(291)]=1}[_i(312)](t){const e=_i;this[e(442)]=t;const n=new Map,i=new Map,r=this[e(459)][e(414)][e(427)][e(456)][e(179)]((t=>t[e(355)]));for(const t of r){const r=this[e(459)][e(414)][e(427)][e(290)](t),s=Ri(r);n[e(379)](t,s),i[e(379)](t,Object[e(252)](r[e(239)]()))}const s=Array[e(267)](this[e(459)][e(414)][e(371)])[e(179)]((t=>[t[e(229)],t[e(255)]()])),o=this[e(442)][e(317)];this[e(304)](o,n,s,i),this[e(253)]=this[e(291)];const a=new Map,c=new Map;for(const t of r){const n=Ni(t);a[e(379)](t,n),c[e(379)](t,{})}this[e(304)](Number[e(296)],a,[],c)}[_i(172)](t,e){const n=_i;if(this[n(318)]===t&&this[n(269)]<=e)this[n(450)][n(198)]>1&&this[n(197)](this[n(269)]),this[n(277)](this[n(269)],e,!0);else{if(!this[n(450)][n(413)](t)){const e=this[n(170)](t);this[n(417)](e,t,!1)}this[n(417)](t,e,!0)}return this[n(318)]=t,this[n(269)]=e,this[n(222)]()}[_i(336)](t){const e=_i;this[e(408)](),this[e(318)]=t[e(386)],this[e(269)]=t[e(190)];for(const n in t[e(273)]){const i=t[e(273)][n][e(444)],r=bn(t[e(273)][n][e(380)])||{},s=this[e(278)](t[e(273)][n][e(338)]);s[e(355)]=n,s[e(376)]=!i||!i[e(453)],s[e(453)]=()=>s[e(376)],this[e(263)][e(379)](n,s),this[e(208)][e(379)](n,r),i&&this[e(254)][e(379)](n,i);const o=this[e(185)](s);this[e(274)][e(379)](n,o);for(const[t,n]of s[e(371)]){if(!t[e(301)](e(382)))continue;const i=t[e(218)](":")[2];for(const t of n[e(441)]({singleCharacters:!0})){const n=this[e(330)](t),r=e(282)==t[e(268)]?t[e(443)][e(280)][e(404)](0,-1):t[e(443)][e(280)],s=o[e(315)](r)[e(384)](n);this[e(217)][e(379)](s,{userId:i})}}}this[e(253)]=this[e(291)];const n=[...Array(this[e(291)])[e(223)]()][e(404)](1)[e(418)]((t=>!this[e(217)][e(413)](t)));let i=0;const r=new Map;for(const s in t[e(273)]){const o=t[e(273)][s][e(444)],a=bn(t[e(273)][s][e(237)])||{},c=this[e(278)](t[e(273)][s][e(449)]);c[e(355)]=s,c[e(376)]=!o||o[e(453)],c[e(453)]=()=>c[e(376)],this[e(369)][e(379)](s,c),this[e(377)][e(379)](s,a);const u=this[e(185)](c,Number[e(296)]);this[e(403)][e(379)](s,u),r[e(379)](s,c[e(453)]()?a:{});for(const[t,n]of c[e(371)]){if(!t[e(301)](e(382)))continue;const i=t[e(218)](":")[2];for(const t of n[e(441)]({singleCharacters:!0})){const n=this[e(330)](t),r=this[e(291)]++,s=e(282)==t[e(268)]?t[e(443)][e(280)][e(404)](0,-1):t[e(443)][e(280)];u[e(315)](s)[e(212)](n,r),this[e(217)][e(379)](r,{userId:i})}}for(const t of this[e(459)][e(414)][e(359)](c)[e(441)]({singleCharacters:!0})){const r=this[e(330)](t),s=e(282)==t[e(268)]?t[e(443)][e(280)][e(404)](0,-1):t[e(443)][e(280)],o=u[e(315)](s);o[e(384)](r)>0||o[e(212)](r,n[i++])}for(const[t,n]of c[e(371)])t[e(301)](e(382))||this[e(238)][e(379)](t,n)}const s=Ni(e(259));this[e(263)][e(379)](e(259),s),this[e(274)][e(379)](e(259),this[e(185)](s,1));const o=Ni(e(259));this[e(369)][e(379)](e(259),o),this[e(403)][e(379)](e(259),this[e(185)](o,1));const a=Array[e(267)](this[e(369)])[e(179)]((([t,e])=>[t,Ri(e)]));this[e(304)](this[e(269)],a,this[e(238)],r)}[_i(278)](t){const e=_i,n=JSON[e(297)](t),i=this[e(459)][e(339)][e(182)][e(427)],r=new s.ViewDocumentFragment(i,n[e(179)]((t=>Ti(t,this[e(459)]))));return this[e(459)][e(333)][e(421)](r)}[_i(304)](t,e,n,i){const r=_i,s=new Map(e),o=new Map(bn(i)),a=new Map;for(const[t,e]of n)a[r(379)](t,{start:e[r(191)][r(348)](),end:e[r(324)][r(348)](),rootName:e[r(283)][r(355)]});this[r(450)][r(379)](t,{roots:s,markers:a,rootsAttributes:o})}[_i(197)](t){const e=_i;this[e(450)][e(203)](t)}[_i(306)](){const t=_i;this[t(408)](),this[t(318)]=-1,this[t(269)]=-1,this[t(450)][t(243)](),this[t(312)](this[t(442)])}[_i(408)](){const t=_i;this[t(217)][t(243)](),this[t(248)][t(243)](),this[t(254)][t(243)](),this[t(369)][t(243)](),this[t(377)][t(243)](),this[t(263)][t(243)](),this[t(208)][t(243)](),this[t(403)][t(243)](),this[t(274)][t(243)](),this[t(238)][t(243)](),this[t(291)]=1,this[t(253)]=this[t(291)]}[_i(185)](t,e=null){const n=_i;let i=null;t.is(n(199))||(i=new s.Element(t[n(229)],{vid_start:null===e?this[n(291)]++:e++}));const r=[];for(const i of t[n(356)]())if(i.is(n(287))){r[n(200)](this[n(185)](i,e));const t=r[r[n(180)]-1];null!==e&&(e=t.is(n(287),n(344))?t[n(384)](n(320))+1:t[n(384)](n(416))+1)}else for(let t=0;t<i[n(289)];t++)r[n(200)](new s.Element(n(344),{vid:null===e?this[n(291)]++:e++}));if(t.is(n(199))){const e=Ni(t[n(355)]);return e[n(378)](0,r),e}return i[n(212)](n(416),null===e?this[n(291)]++:e++),i[n(378)](0,r),i}[_i(417)](t,e,n){const i=_i;this[i(408)]();const{roots:r,markers:o,rootsAttributes:a}=this[i(450)][i(325)](t);this[i(263)]=new Map(r),this[i(208)]=new Map(bn(a));for(const[t,e]of this[i(263)])if(i(259)!==t&&(this[i(369)][i(379)](t,Ri(e)),this[i(377)]=new Map(bn(a)),n)){const n=this[i(291)];this[i(403)][i(379)](t,this[i(185)](e)),this[i(274)][i(379)](t,this[i(185)](e,n))}this[i(253)]=this[i(291)],this[i(369)][i(379)](i(259),Ri(this[i(263)][i(325)](i(259)))),n&&this[i(403)][i(379)](i(259),this[i(185)](this[i(263)][i(325)](i(259))));for(const[t,e]of o){const n=this[i(263)][i(325)](e[i(355)]),r=this[i(369)][i(325)](e[i(355)]),o=new s.Range(this[i(373)](e[i(191)],n),this[i(373)](e[i(324)],n)),a=this[i(347)](o,r);n[i(371)][i(379)](t,o),this[i(238)][i(379)](t,a)}this[i(277)](t,e,n)}[_i(277)](t,e,n){const i=_i;for(const r of this[i(442)][i(224)](t,e))this[i(285)](r,n);for(const t of this[i(369)][i(354)]())t[i(371)][i(243)]();for(const[t,e]of this[i(238)])this[i(369)][i(325)](e[i(283)][i(355)])[i(371)][i(379)](t,e[i(348)]());const r=new Map,s=new Map;for(const[t,e]of this[i(369)])r[i(379)](t,Ri(e)),s[i(379)](t,this[i(377)][i(325)](t));this[i(304)](e,r,this[i(238)],s)}[_i(170)](t){const e=_i,n=Array[e(267)](this[e(450)][e(223)]());n[e(313)](((t,e)=>t-e)),n[e(365)]();for(const e of n)if(e<t)return e;return Number[e(296)]}[_i(463)](t,e){const n=_i,i=Array[n(267)](e[n(371)])[n(179)]((([e,i])=>[e,this[n(347)](i,t)]));t[n(371)]=new Map(i)}[_i(292)](t){const e=_i;for(const n of this[e(238)][e(354)]()){const i=n[e(439)](t),r=s.Range[e(192)](i);n[e(191)]=r[e(191)],n[e(324)]=r[e(324)]}}[_i(285)](t,e){const n=_i;if(n(387)==t[n(268)]||n(323)==t[n(268)])return void this[n(196)](t,e);if(n(213)==t[n(268)]){const i=t[n(183)][n(283)][n(355)];this[n(369)][n(413)](i)||(this[n(369)][n(379)](i,Ni(i,!0)),this[n(377)][n(379)](i,{}),e&&this[n(403)][n(379)](i,Ni(i,!0)))}else if(n(195)==t[n(268)]||n(247)==t[n(268)]||n(452)==t[n(268)])return void this[n(221)](t);const i=this[n(424)](t,this[n(369)]);if(n(205)!==t[n(268)]&&(i[n(337)](),this[n(292)](i)),e)switch(i[n(268)]){case n(213):this[n(300)](t);break;case n(226):case n(353):case n(214):this[n(340)](t);break;case n(454):this[n(321)](t);break;case n(218):this[n(412)](t);break;case n(205):this[n(409)](t)}}[_i(424)](t,e){const n=_i,i=t[n(348)]();return i[n(335)]=t[n(335)],this[n(303)](i,e),i}[_i(299)](t){const e=_i;return t[e(179)]((t=>{const n=e,i=this[n(330)](t);return Number(t[n(411)][n(384)](i))}))}[_i(462)](t,e){const n=_i;if(t.is(n(287),n(344)))e[n(200)]({item:t,type:n(426)});else{t.is(n(287))&&e[n(200)]({item:t,type:n(437)});for(const i of t[n(356)]())this[n(462)](i,e);t.is(n(287))&&e[n(200)]({item:t,type:n(282)})}return e}[_i(222)](){const t=_i,e=new Map(this[t(217)]),n=new Map(e),i=new Map,r={insertions:{},deletions:{}},s={insertions:{},deletions:{}},o=new Map,a=new Set([...this[t(263)][t(223)](),...this[t(369)][t(223)]()]);a[t(203)](t(259));for(const e of a){const n=this[t(369)][t(325)](e)||Ni(e,!1),i=this[t(263)][t(325)](e)||Ni(e,!1);n[t(453)]()||i[t(453)]()?(r[t(449)][e]=Ri(n),r[t(338)][e]=Ri(i),this[t(463)](r[t(338)][e],i),this[t(463)](r[t(449)][e],n),s[t(449)][e]=this[t(462)](this[t(403)][t(325)](e),[]),s[t(338)][e]=this[t(462)](this[t(274)][t(325)](e)||Ni(e,!1),[])):a[t(203)](e)}for(const r of a){const o=s[t(449)][r];for(const r of o){const s=this[t(330)](r),o=r[t(411)][t(384)](s);n[t(203)](o),o>=this[t(253)]&&i[t(379)](o,e[t(325)](o))}}for(const r of a){const a=s[t(449)][r],c=this[t(299)](s[t(338)][r]);let u=0;for(const r of a){const s=this[t(330)](r),a=r[t(411)][t(384)](s);if(!i[t(413)](a)&&!o[t(413)](a))if(n[t(413)](a))u++;else{if(a!=c[u]){const i=e[t(325)](a)||e[t(325)](c[u]);for(;a!=c[u];)n[t(413)](c[u])||(o[t(379)](c[u],i),e[t(379)](c[u],i)),u++}u++}}}for(const e of a){const r=s[t(449)][e];for(const e of r){const r=this[t(330)](e),s=e[t(411)][t(384)](r);if(o[t(413)](s)){const e=o[t(325)](s);n[t(413)](s)||n[t(379)](s,{...e}),i[t(379)](s,{...e})}}}for(const e of n[t(223)]())e>=this[t(253)]&&n[t(203)](e);const c=new Map;for(const e of a){let r=s[t(449)][e];for(const e of r)if(e[t(411)].is(t(287),t(332))){const n=this[t(330)](e),r=e[t(411)][t(384)](n);if(i[t(413)](r)){const n=e[t(411)][t(177)][t(177)][t(384)](t(316)),s=c[t(325)](n)||new Set;s[t(466)](i[t(325)](r)[t(187)]),c[t(379)](n,s)}}r=s[t(338)][e];for(const e of r)if(e[t(411)].is(t(287),t(332))){const i=this[t(330)](e),r=e[t(411)][t(384)](i);if(n[t(413)](r)){const i=e[t(411)][t(177)][t(177)][t(384)](t(316)),s=c[t(325)](i)||new Set;s[t(466)](n[t(325)](r)[t(187)]),c[t(379)](i,s)}}for(const e of c[t(223)]())(i[t(413)](e)||n[t(413)](e))&&c[t(203)](e)}for(const e of a){const r=s[t(449)][e];let o=null,a=null;for(const e of r){const r=this[t(330)](e),s=e[t(411)][t(384)](r),u=c[t(325)](s);u&&t(437)==e[t(268)]&&(o=Array[t(267)](u)[0],a=e[t(411)][t(384)](t(416))),o&&(n[t(379)](s,{userId:o}),i[t(379)](s,{userId:o})),s==a&&(o=null,a=null)}}const u={},l=new Set;for(const e of a){const o=r[t(338)][e],a=r[t(449)][e];for(const{userId:e}of this[t(248)][t(354)]())null!==e&&l[t(466)](e);for(const{userId:e}of this[t(254)][t(354)]())null!==e&&l[t(466)](e);this[t(181)](a,s[t(449)][e],i,t(388),l),this[t(181)](o,s[t(338)][e],n,t(381),l),u[e]={insertions:this[t(351)](a),deletions:this[t(351)](o),attachChange:this[t(254)][t(325)](e)||null,attributesBefore:bn(this[t(208)][t(325)](e))||{},attributesAfter:bn(this[t(377)][t(325)](e))}}return{diffData:u,authorsIds:Array[t(267)](l)}}[_i(390)](t){const e=_i;for(const[,n]of t[e(371)]){const t=n[e(191)][e(368)]()[e(418)]((t=>e(332)==t[e(229)]));for(const n of t)1==n[e(220)]&&n[e(457)](0).is(e(287),e(350))&&n[e(457)](0)[e(212)](e(445),!0)}}[_i(351)](t){const e=_i;this[e(390)](t);const n=this[e(459)][e(333)][e(370)](t,{}),i=Array[e(267)](n[e(356)]())[e(179)]((t=>this[e(341)](t)));return JSON[e(294)](i)}[_i(341)](t){const e=_i;if(t.is(e(344)))return t[e(333)];{const n=t;return{type:Object[e(223)](Si)[e(425)]((e=>t instanceof Si[e])),name:n[e(229)],attributes:Array[e(267)](n[e(239)]()),children:Array[e(267)](n[e(356)]())[e(179)]((t=>this[e(341)](t)))}}}[_i(181)](t,e,n,i,r){const s=_i;let o=null,a=null,c=0;const u=this[s(459)][s(414)];for(let i=0;i<e[s(180)];i++){const r=this[s(330)](e[i]),c=e[i][s(411)][s(384)](r),h=n[s(325)](c),d=i==e[s(180)]-1;!o&&h&&(o=h,a=e[i]),o&&(!h||h[s(187)]!=o[s(187)])&&(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),Ai(e[i],t,u))}function l(e,n,a){const l=s,h=o[l(187)],d=l(382)+i+":"+h+":"+c++,f=u[l(423)](n,a);t[l(371)][l(379)](d,f),null!==h&&r[l(466)](h)}}[_i(330)](t){const e=_i;switch(t[e(268)]){case e(437):return e(316);case e(282):return e(416);default:return e(320)}}[_i(303)](t,e){const n=_i;t[n(422)]=null;for(const i in t){const r=t[i];if(r instanceof s.Position){const s=e[n(325)](r[n(283)][n(355)]);t[i]=this[n(373)](r,s)}if(r instanceof s.Range){const s=e[n(325)](r[n(283)][n(355)]);t[i]=this[n(347)](r,s)}n(283)===i&&(t[n(283)]=e[n(325)](t[n(283)][n(355)]))}}[_i(347)](t,e){const n=_i;return this[n(459)][n(414)][n(423)](this[n(373)](t[n(191)],e),this[n(373)](t[n(324)],e))}[_i(373)](t,e){const n=_i;return this[n(459)][n(414)][n(241)](e,t[n(280)],t[n(428)])}[_i(300)](t){const e=_i,n=this[e(403)][e(325)](t[e(183)][e(283)][e(355)]),i=this[e(373)](t[e(183)],n),r=null===t[e(335)]?null:t[e(335)]||this[e(459)][e(219)][e(325)](e(446)).me.id,o=i[e(177)],a=this[e(291)],c=[];for(const n of t[e(310)])if(n.is(e(287)))c[e(200)](this[e(185)](n));else for(let t=0;t<n[e(289)];t++)c[e(200)](new s.Element(e(344),{vid:this[e(291)]++}));const u=this[e(291)];for(let t=a;t<u;t++)this[e(217)][e(379)](t,{userId:r});o[e(378)](i[e(206)],c)}[_i(340)](t){const e=_i;(t=this[e(424)](t,this[e(403)]))[e(337)]();const n=null===t[e(335)]?null:t[e(335)]||this[e(459)][e(219)][e(325)](e(446)).me.id,i=t[e(367)](),r=i[e(177)],s=i[e(206)];!function t(i,r,s,o){const a=e;for(let e=s;e<o;e++){const s=r[a(457)](e);s.is(a(287),a(344))?i[a(379)](s[a(384)](a(320)),{userId:n}):(i[a(379)](s[a(384)](a(316)),{userId:n}),t(i,s,0,s[a(220)]),i[a(379)](s[a(384)](a(416)),{userId:n}))}}(this[e(217)],r,s,s+t[e(394)])}[_i(321)](t){const e=_i,n=null===(t=this[e(424)](t,this[e(403)]))[e(335)]?null:t[e(335)]||this[e(459)][e(219)][e(325)](e(446)).me.id,i=t[e(405)][e(177)],r=t[e(171)][e(177)],s=i[e(384)](e(416)),o=r[e(384)](e(316));i[e(212)](e(416),r[e(384)](e(416))),r[e(212)](e(416),s),this[e(217)][e(379)](o,{userId:n}),this[e(217)][e(379)](s,{userId:n}),t[e(337)]()}[_i(412)](t){const e=_i,n=null===(t=this[e(424)](t,this[e(403)]))[e(335)]?null:t[e(335)]||this[e(459)][e(219)][e(325)](e(446)).me.id,i=t[e(281)],r=t[e(326)][e(177)];t[e(337)]();const s=r[e(384)](e(416)),o=t[e(458)][e(395)];if(i){const t=o[e(384)](e(416)),i=r[e(384)](e(416));r[e(212)](e(416),t),o[e(212)](e(416),i),this[e(217)][e(379)](r[e(384)](e(416)),{userId:n}),this[e(217)][e(379)](o[e(384)](e(316)),{userId:n})}else{const t=this[e(291)]++,i=this[e(291)]++;r[e(212)](e(416),t),o[e(212)](e(316),i),o[e(212)](e(416),s),this[e(217)][e(379)](t,{userId:n}),this[e(217)][e(379)](i,{userId:n})}}[_i(409)](t){const e=_i;if(!t[e(305)])return;const n=(t=this[e(424)](t,this[e(369)]))[e(364)]?t[e(364)][e(283)]:null,i=t[e(286)]?t[e(286)][e(283)]:null;n&&this[e(238)][e(203)](t[e(229)]),i&&this[e(238)][e(379)](t[e(229)],t[e(286)][e(348)]());const r=null===t[e(335)]?null:t[e(335)]||this[e(459)][e(219)][e(325)](e(446)).me.id,s=t[e(229)];if(!this[e(248)][e(413)](s))return void this[e(248)][e(379)](s,{range:t[e(364)],userId:r});const o=this[e(248)][e(325)](s),a=o[e(360)],c=t[e(286)];null==a&&null==c||a&&c&&a[e(225)](c)?this[e(248)][e(203)](t[e(229)]):o[e(187)]=r}[_i(196)](t,e){const n=_i;this[n(369)][n(413)](t[n(355)])?this[n(369)][n(325)](t[n(355)])[n(376)]=t[n(174)]:(this[n(369)][n(379)](t[n(355)],Ni(t[n(355)],!0)),this[n(377)][n(379)](t[n(355)],{}),e&&this[n(403)][n(379)](t[n(355)],Ni(t[n(355)],!0)));const i=null===t[n(335)]?null:t[n(335)]||this[n(459)][n(219)][n(325)](n(446)).me.id,r=this[n(254)][n(325)](t[n(355)]);r&&r[n(187)]===i?this[n(254)][n(203)](t[n(355)]):this[n(254)][n(379)](t[n(355)],{userId:i,isAttached:t[n(174)]})}[_i(221)](t){const e=_i,n=this[e(377)][e(325)](t[e(283)][e(355)]);null===t[e(465)]?delete n[t[e(327)]]:n[t[e(327)]]=t[e(465)]}}function Ri(t){const e=_i,n=Ni(t[e(355)],t[e(453)]());for(const i of t[e(356)]()){const t=i[e(189)](!0);n[e(302)](t)}return n}function Ni(t,e=!0){const n=_i,i=new s.DocumentFragment;return i[n(355)]=t,i[n(376)]=e,i[n(453)]=()=>i[n(376)],i}function Mi(t,e,n){const i=_i,r=i(282)==t[i(268)]?n[i(244)](t[i(411)],i(324)):n[i(385)](t[i(411)]);return n[i(241)](e,r[i(280)],r[i(428)])}function Ai(t,e,n){const i=_i,r=i(437)==t[i(268)]?n[i(244)](t[i(411)],0):n[i(358)](t[i(411)]);return n[i(241)](e,r[i(280)],r[i(428)])}var Ei=n(311),Vi=n(673),ji=n.n(Vi),Di=n(426),Ci={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(Di.A,Ci);Di.A.locals;var Li=n(959),Fi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(Li.A,Fi);Li.A.locals;const Pi=zi;function zi(t,e){const n=Ui();return(zi=function(t,e){return n[t-=378]})(t,e)}function Ui(){const t=["8ycaMPK","454428hEJgjd","arrowdown","revisionNameInputValue","listenTo","add","form","trim","ck-revision-history-save-revision-form","keystrokes","locale","220","element","arrowright","3583692hWHxcL","extendTemplate","reset","4474498MbkFax","fieldView","focus","28270ZywVST","revisionName","12tJhhwV","optional","Name of the revision","render","stopPropagation","revisionNameInputView","focusTracker","3212829qNanJS","input","276CWEDxo","errorText","value","arrowup","7717wThaIf","5533sSSiZZ","ck-responsive-form","4544785XPkesS","arrowleft","setTemplate","set","15ptvcwX","_createRevisionNameInput","label"];return(Ui=function(){return t})()}!function(t,e){const n=zi,i=t();for(;;)try{if(809237===parseInt(n(413))/1*(parseInt(n(409))/2)+-parseInt(n(420))/3*(-parseInt(n(379))/4)+-parseInt(n(416))/5+parseInt(n(400))/6*(-parseInt(n(395))/7)+parseInt(n(378))/8*(-parseInt(n(407))/9)+parseInt(n(398))/10*(parseInt(n(414))/11)+parseInt(n(392))/12)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Ui);class Zi extends Ei.View{constructor(t,n){const i=zi;super(t),this[i(406)]=new e.FocusTracker,this[i(387)]=new e.KeystrokeHandler,this[i(419)](i(381),""),this[i(405)]=this[i(421)](n),this[i(418)]({tag:i(384),attributes:{class:["ck",i(386),i(415)],tabindex:"-1"},children:[this[i(405)]]}),(0,Ei.injectCssTransitionDisabler)(this)}[Pi(403)](){const t=Pi;super[t(403)](),(0,Ei.submitHandler)({view:this}),this[t(406)][t(383)](this[t(405)][t(390)]),this[t(387)][t(382)](this[t(390)]);const e=e=>e[t(404)]();this[t(387)][t(419)](t(391),e),this[t(387)][t(419)](t(417),e),this[t(387)][t(419)](t(412),e),this[t(387)][t(419)](t(380),e)}[Pi(397)](){const t=Pi;this[t(405)][t(397)]()}get[Pi(399)](){const t=Pi;return this[t(405)][t(396)][t(390)][t(411)][t(385)]()}set[Pi(399)](t){const e=Pi;this[e(405)][e(396)][e(390)][e(411)]=t[e(385)]()}[Pi(394)](){const t=Pi;this[t(405)][t(396)][t(390)][t(411)]="",this[t(405)][t(410)]=null}[Pi(421)](t){const e=Pi,n=new Ei.LabeledFieldView(this[e(388)],Ei.createLabeledInputText),i=n[e(396)];i[e(393)]({attributes:{maxlength:e(389)}});let r=$n(this[e(388)],e(402));return!t&&(r+=" ("+$n(this[e(388)],e(401))+")"),n[e(422)]=r,i.on(e(408),(()=>{const t=e;this[t(381)]=i[t(390)][t(411)][t(385)]()})),n}}class Hi extends t.Plugin{static get pluginName(){return"RevisionHistoryUI"}static get requires(){return[Oi]}init(){const e=this.editor,n=e.plugins.get("RevisionTracker");e.ui.componentFactory.add("revisionHistory",(i=>{const r=(0,Ei.createDropdown)(i),s=r.panelView.children,o=new Ei.ListView(i),a=new Ei.ListItemView(i),c=new Ei.ButtonView(i),u=new Ei.ListItemView(i),l=new Ei.ButtonView(i);return r.bind("isEnabled").to(n,"isReady",n,"isEnabled",e,"isReadOnly",((t,e,n)=>t&&e&&!n)),r.buttonView.set({icon:t.icons.history,label:$n(i,"Revision history"),tooltip:!0}),c.set({label:$n(i,"Save current revision"),withText:!0}),c.bind("isEnabled").to(n,"isReady",n,"isEnabled",e,"isReadOnly",((t,e,n)=>t&&e&&!n)),c.on("execute",(()=>this._showDialog())),l.set({label:$n(i,"Open revision history"),withText:!0}),l.bind("isEnabled").to(n,"isReady",e,"isReadOnly",((t,e)=>t&&!e)),l.on("execute",(()=>{e.config.get("revisionHistory").showRevisionViewerCallback(),r.isOpen=!1,e.editing.view.focus()})),a.children.add(c),u.children.add(l),o.items.addMany([a,u]),s.add(o),r})),e.ui.componentFactory.add("menuBar:revisionHistory",(()=>this._registerMenuComponent()))}_registerMenuComponent(){const e=this.editor,n=e.locale,i=new Ei.MenuBarMenuView(n),r=new Ei.MenuBarMenuListView(n);i.buttonView.set({icon:t.icons.history,label:$n(n,"Revision history")});const s=new Ei.MenuBarMenuListItemView(n,i),o=new Ei.MenuBarMenuListItemButtonView(n);o.set({label:$n(n,"Save current revision")}),o.delegate("execute").to(i),o.on("execute",(()=>{this._showDialog()})),s.children.add(o),r.items.add(s);const a=new Ei.MenuBarMenuListItemView(n,i),c=new Ei.MenuBarMenuListItemButtonView(n);return c.set({label:$n(n,"Open revision history")}),c.delegate("execute").to(i),c.on("execute",(()=>{e.config.get("revisionHistory").showRevisionViewerCallback()})),a.children.add(c),r.items.add(a),i.panelView.children.add(r),i}_showDialog(){const t=this.editor,e=t.locale,n=e.t,i=t.plugins.get("Dialog"),r=t.plugins.get("RevisionTracker");function s(n){t.config.get("revisionHistory.requireRevisionName")&&""===n.revisionName?n.revisionNameInputView.errorText=$n(e,"The revision name cannot be empty."):(t.plugins.get(Oi).saveRevision({name:n.revisionName}),i.hide())}this._saveRevisionFormView||(this._createSaveRevisionFormView(),this._saveRevisionFormView.on("submit",(()=>s(this._saveRevisionFormView)))),this._saveRevisionFormView.reset(),i.show({id:"findAndReplace",title:$n(e,"Save current revision"),isModal:!0,content:this._saveRevisionFormView,actionButtons:[{label:n("Cancel"),withText:!0,onExecute:()=>i.hide()},{label:n("Accept"),class:"ck-button-action",withText:!0,onCreate(e){e.bind("isEnabled").to(r,"isReady",r,"isEnabled",t,"isReadOnly",((t,e,n)=>t&&e&&!n))},onExecute:()=>s(this._saveRevisionFormView)}]})}_createSaveRevisionFormView(){const t=this.editor,e=t.locale;this._saveRevisionFormView=new Zi(e,t.config.get("revisionHistory.requireRevisionName")),this._saveRevisionFormView.render()}}const qi=Gi;function Bi(){const t=["isSuggestion","Removed by","ck-revision-change__","33784RxzolR","Suggested by","set","focus","978600UUajJN","data","div","add","484110mYGgPH","ck-revision-change","name","element","243gUfAns","type","40302GGqyNX","span","Added by","setTemplate","ck-annotation","changeId","314361OxQBoL","_model","2PIOole","50826xXmtIA","bindTemplate","985080GUlLMR","author","ck-revision-change__label","14BsfpMl","130IljrPE"];return(Bi=function(){return t})()}function Gi(t,e){const n=Bi();return(Gi=function(t,e){return n[t-=448]})(t,e)}!function(t,e){const n=Gi,i=t();for(;;)try{if(126060===parseInt(n(480))/1+parseInt(n(479))/2*(parseInt(n(477))/3)+parseInt(n(449))/4+parseInt(n(461))/5+parseInt(n(471))/6*(-parseInt(n(452))/7)+-parseInt(n(457))/8*(-parseInt(n(469))/9)+-parseInt(n(453))/10*(parseInt(n(465))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Bi);class Ji extends Ei.View{constructor(t,e){const n=Gi;super(t),this[n(478)]=e,this[n(476)]=e.id;const i=this[n(448)],r=$n(t,e[n(462)][n(454)]?n(458):n(464)==e[n(470)]?n(473):n(455));this[n(459)](n(470),e[n(470)]),this[n(474)]({tag:n(463),attributes:{class:[n(475),n(466),i.to(n(470),(t=>n(456)+t))],tabindex:-1},children:[{tag:n(472),children:[{tag:n(472),attributes:{class:[n(451)]},children:[{text:r}]},{text:" "+e[n(450)][n(467)]}]}]})}[qi(460)](){const t=qi;this[t(468)][t(460)]()}}var Wi=Yi;function Yi(t,e){var n=Ki();return(Yi=function(t,e){return n[t-=352]})(t,e)}function Ki(){var t=["author","toJSON","createdAt","8506976KJvWbZ","488940DOtBmT","343452MsYZMK","719024HtDQCJ","49emFyOQ","1430190MMFMtp","1657380XttaHx","data","set","1200980Uwcomh","rootName","type"];return(Ki=function(){return t})()}!function(t,e){for(var n=Yi,i=t();;)try{if(392546===-parseInt(n(357))/1+parseInt(n(364))/2+parseInt(n(360))/3+-parseInt(n(358))/4+parseInt(n(361))/5+parseInt(n(356))/6*(parseInt(n(359))/7)+-parseInt(n(355))/8)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Ki);class Xi extends((0,e.ObservableMixin)()){constructor(t){var n=Yi;super(),this.id=t.id||(0,e.uid)(),this[n(352)]=t[n(352)],this[n(366)]=t[n(366)],this[n(362)]=t[n(362)]||{},this[n(365)]=t[n(365)],this[n(363)](n(354),t[n(354)])}[Wi(353)](){var t=Wi;return{id:this.id,authorId:this[t(352)].id,type:this[t(366)],data:this[t(362)],createdAt:this[t(354)]}}}const Qi=$i;function $i(t,e){const n=tr();return($i=function(t,e){return n[t-=242]})(t,e)}function tr(){const t=["7899DeAOfU","11734904RPkftE","1276rOpWdz","add","29742363EPslBW","_setChanges","1741703jKLkYe","changes","356280BfKgsg","newRevisionId","3688754qluOwV","7ypRGLV","107900tJPjgB","oldRevisionId"];return(tr=function(){return t})()}!function(t,e){const n=$i,i=t();for(;;)try{if(946109===parseInt(n(243))/1+parseInt(n(247))/2+-parseInt(n(251))/3*(parseInt(n(253))/4)+-parseInt(n(249))/5+parseInt(n(245))/6+parseInt(n(248))/7*(parseInt(n(252))/8)+-parseInt(n(255))/9)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(tr);class er{constructor(t,n){const i=$i;this[i(246)]=t,this[i(250)]=n,this[i(244)]=new e.Collection}[Qi(242)](t){const e=Qi;for(const n of t)this[e(244)][e(254)](n)}}var nr=n(536),ir={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(nr.A,ir);nr.A.locals;const rr=or;function sr(){const t=["ck-revision-history-root-","_markInsertions","forEach","getAttribute","flat","all","createUIElement","clear","getItems","isAtEnd","roots","diffData","softBreak","_revisions","isRemoved","side","2262555HXCiRx","view","removeMarker:revision-suggestion","isBefore","schema","data-revision-","toViewRange","attachChange","isLimit","element","comment","code","enableReadOnlyMode","getWalker","restoreRevisionCallback","upcast","isOnRoot","data","startsWith","_markSuggestions","destroy","keys","_setDistance","markerToHighlight","then","insertions","observeMarkers","range","dataDowncast","mouseover","activeChange","_changeView","selection","text","RevisionViewer","ck-editor__editable__overlay","909790RnmlCF","isRemoveSuggestion","_sortAndFilterDiffChanges","downcastDispatcher","from","editing","numberOfChanges","changes","removeAttribute","execute","model","addRoot","resolve","getRevisionRootsAttributes","getRoot","ck-suggestion-preview-marker","isContent","_update","_removeUnsupportedChanges","_data","target","toData","bindElementToMarker","error","parse","isAtStart","addMarker:revision","sort","span","addRevision","viewItem","isEqual","attributes","filter","has","suggestion","for","return","splice","isCollapsed","indexOf","_balloon","revisionHistoryLabel","wrap","highest","object","uiElement","suggestion:","test","change:numberOfChanges","init","ck-suggestion-marker-split","ck-suggestion-marker-","modelRange","parent","isReady","consumable","_getDiff","_changeIdToChange","next","authors","remove","removeMarker","revision","rootName","attribute:vid","bottom","restoreRevision","bind","abs","_getChangeFromId","revision-end","revision-suggestion:","endIndex","deletion","writer","_getViewForChange","split","isEnabled","done","978565GrYWNf","isAdded","item","ck-revision-history-root-add","getClientRects","elementToAttribute","toModel","isAfter","createRangeIn","stop","first","change:activeChange","pop","push","isAttached","isSuggestion","affectsData","values","repository","name","_markMismatchedRemovedTags","revision-comment:","oldRevisionId","markerName","consume","userId","end","mapViewToDom","_threeWayMerge","nextPosition","_refreshStartEndIndex","element:pre","_removeMissingPairs","ck-suggestion-preview-marker-","ck-revision-history-root-remove","default","_makeTape","ck-revision-history-root--active","addHighlight","revision-start","_getRevisionsRange","1156824MVgcDz","_markMarkers","markersEnd","nodeAfter","updatePosition","createPositionBefore","elementEnd","deletions","elementStart","change","startIndex","level","showPreviousChange","document","revision:","_joinTapes","addClass","backward","showNextChange","get","catch","collaboration.channelId","toViewPosition","concat","_cleanMarkers","vid_end","attributesBefore","_getViewObj","merge","nextSibling","left","toViewElement","removeMarker:revision","getChild","_appendChild","ck-suggestion-marker-merge","adapter","changeId","ck-suggestion-marker","markerToData","WidgetToolbarRepository","addMarker:revision-suggestion:insertion","isNavigationMode","change:isEnabled","RevisionsRepository","insertion","high","right","_setChanges","revision-suggestion","getAttributes","set","_initInteractions","getRevision","locale","markerNameToElements","1013732AHSuwx","markers","domConverter","low","isIncorrect","map","attributesAfter","_fixObsoleteTags","revisionHistory","getRevisionData","previousPosition","top","currentChangeNumber","mapper","refresh","listenTo","showStack","setAttribute","unshift","680496uomoKz","loadRevisionData","_makeModelFromTape","compare","distance","plugins","data-change-id","createPositionFromPath","find","change:isReady","processor","forceDisabled","_removeRevisionMarkers","mousedown","index","6HVROXx","isAddSuggestion","pairId","type","domEvent","useFillerType","revision-viewer","markersStart","266idbrDV","includes","shift","reconvertMarker","forward","findIndex","marked","hasClass","getIndex","_setConversion","createRange","editor","slice","_findChangeIdFromDomTarget","editingDowncast","requires","_makeModelFromViewString","isObject","diff","createRevision","ck-suggestion-marker--active","pluginName","newRevisionId","POSITIVE_INFINITY","isBlock","activeView","isInline","_activeViewTarget","getRootNames","detachRoot","_processTape","-new","change:activeView","start","unbindElementFromMarkerName","vid","delete","addRevisionData","addMarker:revision-suggestion:deletion","conversion","removeClass","_cleanUp","createAttributeElement","hasAttribute","add","insert","commands","children","140286AbHCcw","config","checkAttribute","getCustomProperty","getDomRoot","vid_start","enqueueChange","length","string","markerRange","maxOffset","dataToMarker","revisionHistoryAttachChange","offsetSize","_step"];return(sr=function(){return t})()}function or(t,e){const n=sr();return(or=function(t,e){return n[t-=252]})(t,e)}!function(t,e){const n=or,i=t();for(;;)try{if(624102===parseInt(n(272))/1+parseInt(n(369))/2*(-parseInt(n(403))/3)+parseInt(n(313))/4+-parseInt(n(526))/5+parseInt(n(459))/6*(parseInt(n(411))/7)+-parseInt(n(388))/8+-parseInt(n(490))/9)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(sr);const ar={c:s.ViewContainerElement,a:s.ViewAttributeElement,e:s.ViewEmptyElement,r:s.ViewRawElement,u:s.ViewUIElement};class cr extends t.Plugin{static get[rr(432)](){return rr(524)}static get[rr(426)](){return[r.Users,Ei.ContextualBalloon,Qn]}constructor(t){const e=rr;super(t),this[e(290)]=this[e(422)][e(393)][e(332)](e(357)),this[e(364)](e(520),null),this[e(364)](e(436),null),this[e(438)]=null,this[e(364)](e(429),null),this[e(364)](e(581),!1),this[e(364)](e(270),!0),this.on(e(356),((t,n,i)=>{const r=e;this[r(520)]=null,this[r(436)]=null,this[r(422)][r(531)][r(491)][r(322)]((t=>{const e=r;for(const n of this[e(422)][e(531)][e(491)][e(326)][e(484)])i?t[e(451)](e(525),n):t[e(329)](e(525),n)}))})),this[e(260)](e(355)).to(this,e(520),(t=>null!==t)),this[e(260)](e(381)).to(this,e(581),this,e(429),this,e(520),((t,n,i)=>t&&i?n[e(533)][e(419)](i):0)),this[e(260)](e(532)).to(this,e(581),this,e(429),((t,n)=>t?n[e(533)][e(466)]:0)),this[e(521)]=null,this[e(584)]=new Map,this[e(349)]=null,this[e(567)]=this[e(422)][e(393)][e(332)](Ei.ContextualBalloon)}[rr(576)](){const t=rr,e=this[t(422)],n=new hr(e,{direction:t(330)}),i=new hr(e,{direction:t(415)});e[t(457)][t(455)](t(325),n),e[t(457)][t(455)](t(331),i),e[t(457)][t(455)](t(259),new lr(e)),this.on(t(575),(()=>{const e=t;n[e(383)](),i[e(383)]()})),this[t(420)](),this[t(365)](),e[t(502)](t(409)),e[t(393)][t(560)](t(353))&&e[t(393)][t(332)](t(353))[t(399)](t(409))}async[rr(378)](t){const e=rr;await this[e(389)](t);const n={};for(const i in t[e(485)]){if(t[e(485)][i][e(497)]&&!t[e(485)][i][e(497)][e(286)])continue;const r=this[e(400)](JSON[e(550)](t[e(485)][i][e(515)])),o=this[e(422)][e(531)][e(491)][e(326)],a=new s.ViewDocumentFragment(o,r[e(374)]((t=>this[e(340)](t))));this[e(422)][e(507)][e(398)][e(408)](e(417)),n[i]=this[e(422)][e(507)][e(398)][e(547)](a),this[e(422)][e(507)][e(398)][e(408)](e(307))}return n}async[rr(539)](t){const e=rr;await this[e(389)](t);const n={};for(const i in t[e(485)])t[e(485)][i][e(497)]&&!t[e(485)][i][e(497)][e(286)]||(n[i]=t[e(485)][i][e(375)]||{});return n}[rr(400)](t){const e=rr;return(t=t[e(559)]((t=>!t[e(291)]||e(311)!==t[e(291)]&&e(263)!==t[e(291)])))[e(476)]((t=>{const n=e;n(467)!=typeof t&&(t[n(458)]=this[n(400)](t[n(458)]),t[n(558)]=t[n(558)][n(559)]((t=>!t[0][n(508)](n(495)))))})),t}async[rr(391)](t,e,n=!1){const i=rr;if(!this[i(270)])return;const r=this[i(429)],s=this[i(290)],o=i(467)==typeof t?s[i(366)](t):t,a=i(467)==typeof e?s[i(366)](e):e,c=o.id,u=a?a.id:null;if(!n&&this[i(429)]&&this[i(429)][i(433)]===c&&this[i(429)][i(294)]===u)return Promise[i(538)]();this[i(581)]=!1,this[i(436)]=null,this[i(520)]=null,this[i(429)]=new er(c,u);const l=this[i(312)](o,a,!0)[i(374)]((t=>this[i(389)](t)));return l[i(285)](new Promise((t=>{setTimeout(t,20)}))),Promise[i(479)](l)[i(514)]((()=>{const t=i;if(!this[t(270)])return;this[t(452)]();const e=this[t(583)](c,u);for(const n of e[t(533)])this[t(584)][t(364)](n.id,n);this[t(422)][t(536)][t(465)]({isUndoable:!1},(n=>{const i=t;for(const t of this[i(422)][i(536)][i(326)][i(439)]())n[i(440)](t);for(const t of Object[i(511)](e[i(536)])){const r=n[i(537)](t);for(const s of Object[i(511)](e[i(558)][t]))n[i(386)](s,e[i(558)][t][s],r);n[i(456)](e[i(536)][t],r,0)}})),this[t(429)][t(361)](this[t(528)](e[t(533)])),this[t(581)]=!0}))[i(333)]((t=>{const e=i;console[e(549)](t),this[e(452)](),r&&(this[e(429)]=r),this[e(581)]=!0}))}[rr(448)](t,e){const n=rr,i=this[n(290)][n(430)](t);return i.on(n(543),((t,n,r)=>e(n,r,i))),this[n(290)][n(555)](i),i}[rr(389)](t){const e=rr;if(!t||t[e(485)])return Promise[e(538)]();{const n=this[e(422)][e(460)][e(332)](e(334));return this[e(349)][e(366)]({channelId:n,revisionId:t.id})[e(514)]((n=>{const i=e;t[i(543)]({diffData:n[i(485)]},!0)}))}}[rr(452)](){const t=rr;this[t(520)]=null,this[t(337)](),this[t(521)]&&this[t(521)][t(510)](),this[t(521)]=null,this[t(584)][t(481)](),this[t(422)][t(536)][t(465)]({isUndoable:!1},(e=>{const n=t;for(const t of this[n(422)][n(536)][n(326)][n(439)]())e[n(440)](t)}))}[rr(528)](t){const e=rr,n=[],i=new Map;for(const t of this[e(422)][e(536)][e(326)][e(439)]()){const r=this[e(422)][e(531)][e(491)][e(463)](t);if(!r)continue;const s=r[e(276)]()[e(274)](0);s&&(n[e(285)](t),i[e(364)](t,s))}return n[e(553)](((t,n)=>{const r=e,s=i[r(332)](t),o=i[r(332)](n);return s.y-o.y||s.x-o.x})),(t=t[e(559)]((t=>n[e(412)](t[e(256)]))))[e(553)](((t,i)=>n[e(566)](t[e(256)])-n[e(566)](i[e(256)]))),t}[rr(308)](t){const e=rr,n=Array[e(530)](t[e(370)])[e(559)]((([t,n])=>t[e(508)](e(327))&&!n[e(565)])),i=Array[e(530)](this[e(422)][e(536)][e(280)](t)[e(503)]({singleCharacters:!0}));if(0!=n[e(466)])for(const t of i){const[i,r]=n[0],[,s,o]=i[e(269)](":");if(r[e(298)][e(557)](t[e(301)])&&n[e(413)](),(t[e(379)][e(557)](r[e(444)])||t[e(379)][e(279)](r[e(444)]))&&(e(358)==s?t[e(273)]={userId:o}:e(266)==s&&(t[e(488)]={userId:o})),0==n[e(466)])break}return i}[rr(302)](t){const e=rr,n=new Map;for(let i=0;i<t[e(466)];i++)e(523)===t[i][e(406)]?(t[i][e(274)][e(323)]=i,t[i][e(274)][e(265)]=i):(e(321)===t[i][e(406)]?t[i][e(274)][e(323)]=i:e(319)===t[i][e(406)]&&(t[i][e(274)][e(265)]=i),n[e(364)](t[i].id,i));for(const i of n[e(289)]())e(321)===t[i][e(406)]?t[i][e(274)][e(265)]=n[e(332)](t[i][e(405)]):e(319)===t[i][e(406)]&&(t[i][e(274)][e(323)]=n[e(332)](t[i][e(405)]))}[rr(441)](t){const e=rr;for(let n=0;n<t[e(466)];n++){if(e(321)===t[n][e(406)])t[n][e(274)][e(323)]=n;else if(e(319)===t[n][e(406)]){t[n][e(274)][e(265)]=n;const i=t[n][e(274)][e(323)];t[i][e(405)]=t[n].id,t[n][e(405)]=t[i].id}else t[n][e(274)][e(323)]=n,t[n][e(274)][e(265)]=n,t[n][e(405)]=null;t[n][e(410)]||(t[n][e(410)]=[],t[n][e(315)]=[])}}[rr(475)](t,e){const n=rr,i=t[n(559)]((t=>!t[n(273)]));for(let t=0;t<e[n(466)];t++)e[t][n(273)]&&(i[t][n(273)]=e[t][n(273)])}[rr(427)](t){const e=rr,n=JSON[e(550)](t),i=this[e(422)][e(531)][e(491)][e(326)],r=new s.ViewDocumentFragment(i,n[e(374)]((t=>this[e(340)](t))));return this[e(422)][e(507)][e(278)](r)}[rr(340)](t){const e=rr,n=this[e(422)][e(531)][e(491)][e(326)];if(e(467)==typeof t)return new s.ViewText(n,t);{const i=t[e(458)][e(374)]((t=>this[e(340)](t)));return new(ar[t[e(406)]]||s.ViewElement)(n,t[e(291)],t[e(558)],i)}}[rr(583)](t,e=null){const n=rr,i=this[n(290)][n(366)](t),r=e?this[n(290)][n(366)](e):null,s=this[n(312)](i,r),o=s[s[n(466)]-1],a=new Map,c={model:{},attributes:{},changes:[]},u=new Set,l=new Map;for(let t=s[n(466)]-1;t>=0;t--){const e=s[t];for(const t of Object[n(511)](e[n(485)]))if(e[n(485)][t][n(497)]){const i=e[n(485)][t][n(497)];i[n(286)]?(u[n(455)](t),l[n(560)](t)&&l[n(332)](t)[n(297)]==i[n(297)]?l[n(447)](t):l[n(364)](t,i)):l[n(560)](t)?(u[n(447)](t),l[n(447)](t)):(u[n(455)](t),l[n(364)](t,i))}else u[n(455)](t)}for(const t of u){const e=l[n(560)](t)&&!l[n(332)](t)[n(286)];let i=e?s[n(466)]-1:0;const r=e?-1:1;for(;s[i];){const o=s[i];if(o[n(485)][t]){const i=e?o[n(485)][t][n(339)]:o[n(485)][t][n(375)];c[n(558)][t]=i?bn(i):{};break}i+=r}}for(const t of s){t[n(536)]={};for(const e of t[n(252)])a[n(364)](e.id,e);for(const e of u){const i=t[n(485)][e]?t[n(485)][e][n(515)]:"[]",r=t[n(485)][e]?t[n(485)][e][n(320)]:"[]";t[n(536)][e]={insertions:this[n(427)](i),deletions:this[n(427)](r)}}}for(const t of u){let e=null,r=0;const u=new Map(Array[n(530)](i[n(536)][t][n(515)][n(370)])[n(559)]((([t])=>!t[n(508)](n(327)))));let h=0;for(const o of s){const s=this[n(308)](o[n(536)][t][n(515)]);o==i?(e=s,r=e[n(466)],e[n(476)]((t=>{t.id=h++})),this[n(441)](e)):this[n(475)](e,s);const a=e[n(559)]((t=>!t[n(273)]))[n(374)]((t=>t.id));let c=0;const l=this[n(308)](o[n(536)][t][n(320)]);l[n(476)]((t=>{t[n(488)]?t.id=r++:t.id=a[c++]})),this[n(441)](l),this[n(512)](e,n(273)),this[n(512)](l,n(488)),o==i&&this[n(314)](e,u),e=this[n(328)](e,l),this[n(302)](e),this[n(512)](e,n(488))}e=e[n(559)]((t=>!(t[n(273)]&&t[n(488)])));const d=new Map(o[n(536)][t][n(320)][n(370)]),f=new Set(u[n(511)]());for(const t of d[n(511)]())f[n(447)](t);this[n(509)](e,f),this[n(376)](e),e=this[n(304)](e),e=this[n(292)](e),e=this[n(544)](e);const{root:v,changes:m}=this[n(390)](e,a,t);c[n(536)][t]=v;const p=l[n(332)](t);if(p){const e=a[n(332)](p[n(297)]),i=new Xi({author:e,type:p[n(286)]?n(455):n(253),data:{isOnRoot:!0},createdAt:new Date,rootName:t});m[n(387)](i),c[n(558)][t][n(471)]=i.id}c[n(533)]=c[n(533)][n(336)](m)}return c}[rr(314)](t,e){const n=rr;for(let i=0;i<t[n(466)];i++)for(const[r,s]of e)s[n(444)][n(557)](t[i][n(379)])&&t[i][n(410)][n(285)](r),s[n(298)][n(557)](t[i][n(301)])&&t[i][n(315)][n(285)](r)}[rr(328)](t,e){const n=rr;let i=[],r=0,s=0;for(;r<t[n(466)]||s<e[n(466)];){const o=t[r]||{},a=e[s]||{};if(o.id==a.id)r++,s++,i[n(285)](o);else if(a[n(488)]&&o[n(273)]){const{commonTape:o,iEnd:a,jEnd:c}=this[n(300)](t,r,e,s);i=i[n(336)](o),r=a,s=c}else a[n(488)]?(s++,i[n(285)](a)):(r++,i[n(285)](o))}return i}[rr(509)](t,e){const n=rr,i=[];for(let o=0;o<t[n(466)];o++){for(let s=0;s<t[o][n(410)][n(466)];s++){const a=t[o][n(410)][s];if(!e[n(560)](a))continue;const{group:c,type:u,authorId:l}=r(a);n(362)!=c||n(358)!=u&&n(266)!=u||(i[n(387)]({type:u,name:a,userId:l}),t[o][n(410)][n(564)](s,1),s--)}s(t[o]);for(let s=0;s<t[o][n(315)][n(466)];s++){const a=t[o][n(315)][s];if(!e[n(560)](a))continue;const{group:c,type:u}=r(a);if(n(362)!=c||n(358)!=u&&n(266)!=u)continue;t[o][n(315)][n(564)](s,1),s--;const l=i[n(416)]((t=>t[n(291)]==a));l>-1&&i[n(564)](l,1)}}function r(t){const e=n,i=t[e(269)](":");return{group:i[0],type:i[1],subType:i[e(466)]>=5?i[2]:null,id:i[e(466)]<5?i[2]:i[3],authorId:i[e(466)]<5?i[3]:i[4],markerCount:6==i[e(466)]?i[5]:null}}function s(t){const e=n;for(let n=0;n<i[e(466)];n++){if(t[e(273)]&&e(358)==i[n][e(406)])return t[e(404)]=i[n],void delete t[e(273)];if(!t[e(273)]&&!t[e(488)]&&e(266)==i[n][e(406)])return void(t[e(527)]=i[n])}}}[rr(512)](t,e){const n=rr;let i=0,r=!1;const s=new Map;for(const o of t)o[e]?r&&(i++,r=!1):(i++,r=!0),s[n(364)](o.id,i);for(let i=0;i<t[n(466)];i++){if(n(488)==e&&t[i][n(273)]||n(273)==e&&t[i][n(488)])continue;if(n(523)==t[i][n(406)]){t[i][n(392)]=0;continue}const r=s[n(332)](t[i][n(405)]),o=s[n(332)](t[i].id);t[i][n(392)]=r-o}}[rr(312)](t,e,n=!1){const i=rr,r=[];let s=this[i(290)][i(419)](t),o=this[i(290)][i(419)](e);for(-1==o&&(o=this[i(290)][i(487)][i(466)],n=!1);s<o;)r[i(285)](this[i(290)][i(366)](s)),s++;return n&&r[i(285)](this[i(290)][i(366)](s)),r}[rr(300)](t,e,n,i){const r=rr,s=this[r(422)][r(536)][r(494)];let o=e;for(;t[o]&&t[o][r(273)];)o++;let a=i;for(;n[a]&&n[a][r(488)];)a++;u(t,e,o),u(n,i,a);const c=n[r(423)](i,a)[r(336)](t[r(423)](e,o));return c[r(553)](((t,e)=>t[r(489)]!=e[r(489)]?t[r(489)]-e[r(489)]:t[r(324)]!=e[r(324)]?t[r(324)]-e[r(324)]:t[r(392)]!=e[r(392)]?e[r(392)]-t[r(392)]:!!t[r(273)]!=!!e[r(273)]?-1==t[r(489)]||0==t[r(489)]?t[r(273)]?-1:1:t[r(273)]?1:-1:t[r(402)]-e[r(402)])),{commonTape:c,iEnd:o,jEnd:a};function u(t,e,n){const i=r;let o=-1,a=Number[i(434)],c=!0;for(let r=e;r<n;r++)if(s[i(437)](t[r][i(274)])||(c=!1),t[r][i(274)][i(323)]<e&&(o=r),t[r][i(274)][i(265)]>=n){a=r;break}c&&(o=n-1);for(let r=e;r<n;r++)t[r][i(489)]=r<=o?-1:r<a?0:1,t[r][i(402)]=r;let u=0;for(let n=e;n<=o;n++)0==t[n][i(392)]?t[n][i(324)]=u:(u++,t[n][i(324)]=u,u++);for(let r=e;r<n;r++)0==t[r][i(489)]&&(t[r][i(324)]=u);u=0;for(let e=n-1;e>=a;e--)0==t[e][i(392)]?t[e][i(324)]=u:(u--,t[e][i(324)]=u,u--)}}[rr(376)](t){const e=rr,n=new Map,i=this[e(422)][e(536)][e(494)];for(let r=1;r<t[e(466)];r++){let s,o,a;const c=t[r],u=t[r-1];if(e(523)==c[e(406)])continue;if(c[e(406)]!=u[e(406)])continue;if(!i[e(435)](u[e(274)])||i[e(498)](u[e(274)]))continue;if(!i[e(435)](c[e(274)])||i[e(498)](c[e(274)]))continue;if((t[r][e(273)]||t[r][e(404)])&&t[r-1][e(488)])s=t[r],o=t[r-1],a=r-1;else{if(!t[r][e(488)]||!t[r-1][e(273)]&&!t[r-1][e(404)])continue;s=t[r-1],o=t[r],a=r}const l=s[e(324)]==o[e(324)],h=Math[e(261)](s[e(324)])<Math[e(261)](o[e(324)])&&0==o[e(392)];(l||h)&&(n[e(364)](o.id,s.id),t[e(564)](a,1),r--,s[e(273)]=!1)}for(let i=0;i<t[e(466)];i++)n[e(560)](t[i][e(405)])&&(t[i][e(405)]=n[e(332)](t[i][e(405)]))}[rr(304)](t){const e=rr,n=new Set(t[e(374)]((t=>t.id)));for(let i=0;i<t[e(466)];i++)n[e(560)](t[i][e(405)])||0==t[i][e(392)]||(t[i][e(373)]=!0);return t[e(559)]((t=>!t[e(373)]))}[rr(292)](t){const e=rr,n=new Set;for(let i=0;i<t[e(466)];i++){if(n[e(560)](t[i].id)&&t[i][e(488)]&&(t[i][e(373)]=!0),t[i][e(373)])continue;if(0==t[i][e(392)])continue;if(e(321)!=t[i][e(406)])continue;if(null==t[i][e(405)])continue;let r=i+1,s=0;for(;t[r].id!=t[i][e(405)];)e(321)==t[r][e(406)]?s++:e(319)==t[r][e(406)]&&s--,r++;if(0!=s)if(t[i][e(488)])t[i][e(373)]=!0;else for(;r!=i;)t[r][e(488)]&&0!=t[r][e(392)]&&(t[r][e(373)]=!0,n[e(455)](t[r][e(405)])),r--}return t[e(559)]((t=>!t[e(373)]))}[rr(544)](t){const e=rr,n=this[e(422)][e(536)][e(494)];for(let i=0;i<t[e(466)];i++){if(!(t[i][e(273)]||t[i][e(404)]||t[i][e(488)]||t[i][e(527)]))continue;if(0==t[i][e(392)])continue;const r=t[i][e(274)];n[e(435)](r)||n[e(498)](r)||(t[i][e(273)]&&delete t[i][e(273)],t[i][e(404)]&&delete t[i][e(404)],t[i][e(527)]&&delete t[i][e(527)],t[i][e(488)]&&(t[i][e(373)]=!0))}return t[e(559)]((t=>!t[e(373)]))}[rr(390)](t,e,n){const i=rr,r=new s.DocumentFragment,o=[],a=new Map,c=this[i(422)][i(536)],u=c[i(494)],l=[r],h={},d={isAdded:[],isRemoved:[],isAddSuggestion:[],isRemoveSuggestion:[]};let f=null;const v=[0];for(let e=0;e<t[i(466)];e++){let n,o;if(i(321)===t[e][i(406)]){n=c[i(395)](r,v);const a=new s.Element(t[e][i(274)][i(291)],t[e][i(274)][i(363)]());l[0][i(347)](a),v[i(285)](0),l[i(387)](a),o=c[i(395)](r,v),f=null}else if(i(319)===t[e][i(406)])l[i(413)](),n=c[i(395)](r,v),v[i(284)](),v[v[i(466)]-1]++,o=c[i(395)](r,v),f=null;else{if(n=c[i(395)](r,v),f&&y(f,t[e][i(274)]))f[i(545)]+=t[e][i(274)][i(507)];else{const n=new s.Text(t[e][i(274)][i(507)],t[e][i(274)][i(363)]());l[0][i(347)](n),f=n}v[v[i(466)]-1]+=t[e][i(274)][i(472)],o=c[i(395)](r,v)}for(const r of t[e][i(410)])a[i(364)](r,{start:n,end:null});m(i(527),e,n,o),m(i(404),e,n,o),m(i(488),e,n,o),m(i(273),e,n,o);for(const n of t[e][i(315)])a[i(332)](n)[i(298)]=o}for(const[t,e]of a){const n=this[i(422)][i(536)][i(421)](e[i(444)],e[i(298)]);r[i(370)][i(364)](t,n)}return o[i(553)](((t,e)=>{const n=i,s=r[n(370)][n(332)](n(327)+t.id),o=r[n(370)][n(332)](n(327)+e.id);return s[n(444)][n(493)](o[n(444)])?-1:s[n(444)][n(279)](o[n(444)])?1:s[n(298)][n(493)](o[n(298)])?-1:s[n(298)][n(279)](o[n(298)])?1:n(455)===t[n(406)]?-1:1})),{root:r,changes:o};function m(e,n,r,s){const o=i,a=!!t[n][e],c=a?t[n][e][o(297)]:null,l=n===t[o(466)]-1,f=d[e][0],v=u[o(428)](t[n][o(274)]);!h[e]&&a?h[e]={start:r,tapeItem:t[n],userId:c,type:e}:h[e]&&!a?(h[e][o(298)]=r,p(h[e]),h[e]=null):h[e]&&a&&h[e][o(297)]!==c&&(h[e][o(298)]=r,f&&f[o(297)]===h[e][o(297)]||p(h[e]),h[e]={start:r,tapeItem:t[n],userId:c,type:e}),h[e]&&v&&(o(321)!==t[n][o(406)]||f&&f[o(297)]===c||d[e][o(387)]({userId:c,object:t[n][o(274)],change:h[e]}),o(319)===t[n][o(406)]&&f&&f[o(571)]===t[n][o(274)]&&(d[e][o(413)](),h[e]=f[o(322)])),h[e]&&l&&(h[e][o(298)]=s,p(h[e]),h[e]=null)}function p({start:t,end:s,tapeItem:a,userId:u,type:l}){const h=i,d=a[h(274)],f=c[h(494)][h(435)](d)&&!c[h(494)][h(498)](d),v=t[h(316)]==s[h(580)]&&s[h(551)];if(f&&v)return;const m=c[h(421)](t,s),p=e[h(332)](u),y=new Xi({author:p,type:h(273)==l||h(404)==l?h(455):h(253),data:{isSuggestion:h(404)==l||h(527)==l},createdAt:new Date,rootName:n});o[h(285)](y),r[h(370)][h(364)](h(327)+y.id,m)}function y(t,e){const n=i,r=t[n(363)](),s=e[n(363)]();for(const t of r){if(t[1]!==e[n(477)](t[0]))return!1;s[n(585)]()}return s[n(585)]()[n(271)]}}[rr(420)](){const t=rr;this[t(422)][t(450)][t(562)](t(505))[t(470)]({view:t(255)}),this[t(422)][t(450)][t(562)](t(425))[t(513)]({model:t(255),view:e=>{const n=t,i=e[n(295)][n(269)](":")[1],r=this[n(262)](i);if(!r)return null;const s=n(455)==r[n(406)]?n(358):n(266),o=[n(351),n(578)+s];return r[n(507)][n(287)]&&o[n(285)](n(578)+s+n(442)),this[n(520)]==r&&o[n(285)](n(431)),{classes:o,attributes:{"data-change-id":i}}}}),this[t(422)][t(450)][t(562)](t(505))[t(455)]((e=>{const n=t;e.on(n(303),((t,e,i)=>{const r=n,s=e[r(556)][r(346)](0);if(!s||!s.is(r(499),r(501)))return;if(!i[r(582)][r(296)](s,{attributes:[r(464),r(338)]}))return;const o=e[r(579)][r(444)][r(316)];i[r(267)][r(386)](r(464),s[r(477)](r(464)),o),i[r(267)][r(386)](r(338),s[r(477)](r(338)),o)}),{priority:n(372)})})),this[t(422)][t(450)][t(562)](t(505))[t(455)]((e=>{const n=t;e.on(n(499),((t,e,i)=>{const r=n;if(!i[r(582)][r(296)](e[r(556)],{attributes:[r(464),r(338)]}))return;if(e[r(579)][r(565)])return;const s=e[r(579)][r(444)][r(316)];s[r(454)](r(464))||s[r(454)](r(446))||(i[r(267)][r(386)](r(464),e[r(556)][r(477)](r(464)),s),i[r(267)][r(386)](r(338),e[r(556)][r(477)](r(338)),s))}),{priority:n(372)})})),this[t(422)][t(450)][t(562)](t(505))[t(277)]({view:{name:t(554),attributes:{vid:!0}},model:{key:t(446),value:e=>e[t(477)](t(446))}}),this[t(422)][t(536)][t(494)].on(t(461),((e,[,n])=>{const i=t;[i(464),i(338),i(446)][i(412)](n)&&(e[i(563)]=!0,e[i(281)]())}),{priority:t(570)}),this[t(422)][t(450)][t(562)](t(518))[t(455)]((e=>{const n=t;e.on(n(257),((t,e,i)=>{const r=n;if(" "!=e[r(274)][r(507)]||e[r(274)][r(580)][r(469)]>1)return;if(!i[r(582)][r(296)](e[r(274)],t[r(291)]))return;const s=i[r(267)],o=i[r(382)][r(496)](e[r(517)]);s[r(569)](o,s[r(453)](r(554)))}))})),this[t(422)][t(450)][t(562)](t(518))[t(352)]({model:t(255)}),this[t(422)][t(531)][t(529)].on(t(552),function(e){const n=t,i=e[n(393)][n(332)](n(524));return(t,r,s)=>{const o=n,a=r[o(295)][o(269)](":")[1],c=i[o(262)](a);if(!c)return null;const u=o(455)==c[o(406)]?o(269):o(341);if(!s[o(582)][o(574)](r[o(468)],t[o(291)]))return;const l=r[o(468)][o(503)](),h=r[o(468)][o(444)],d=e[o(536)][o(494)];let f=null,v=null,m=!1,p=!1;for(const t of l){const e=t[o(274)];m=m||d[o(542)](e);const n=s[o(382)][o(344)](e);if(n&&n[o(462)](o(310)))return;o(319)==t[o(406)]&&d[o(435)](e)&&!d[o(498)](e)&&(e[o(342)]||h[o(483)]?f&&f[o(580)]==e||(f=e,y(t[o(379)]),p=!0):v=v||t[o(379)])}function y(t){const e=o,n=s[e(267)][e(480)](e(554),{class:e(578)+u}),a=s[e(382)][e(335)](t);c[e(507)][e(287)]&&s[e(267)][e(329)](e(578)+u+e(442),n),i[e(520)]==c&&s[e(267)][e(329)](e(431),n),s[e(267)][e(456)](a,n),s[e(382)][e(548)](n,r[e(295)])}m||p||!v||y(v)}}(this[t(422)]),{priority:t(359)}),this[t(422)][t(531)][t(529)].on(t(345),((e,n,i)=>{const r=t,s=i[r(382)][r(368)](n[r(295)]);if(s)for(const t of s)(t[r(418)](r(577))||t[r(418)](r(348)))&&(i[r(382)][r(445)](t,n[r(295)]),i[r(267)][r(253)](t))}),{priority:t(359)}),this[t(422)][t(531)][t(529)].on(t(552),((e,n,i)=>{const r=t,s=n[r(295)][r(269)](":")[1],o=this[r(262)](s);if(!o)return null;const a=r(455)==o[r(406)]?r(269):r(341);if(i[r(582)][r(574)](n[r(468)],e[r(291)]))for(const t of n[r(468)][r(482)]()){if(!t.is(r(499),r(486)))continue;const e=i[r(267)][r(480)](r(554),{class:r(578)+a}),s=i[r(382)][r(335)](this[r(422)][r(536)][r(318)](t));o[r(507)][r(287)]&&i[r(267)][r(329)](r(578)+a+r(442),e),this[r(520)]==o&&i[r(267)][r(329)](r(431),e),i[r(267)][r(456)](s,e),i[r(382)][r(548)](e,n[r(295)])}}),{priority:t(359)}),this[t(422)][t(536)][t(326)].on(t(322),(()=>{const e=t;this[e(422)][e(531)][e(491)][e(322)]((t=>{const n=e;for(const e of this[n(422)][n(536)][n(326)][n(439)]()){const i=this[n(422)][n(536)][n(326)][n(540)](e),r=this[n(422)][n(531)][n(491)][n(326)][n(540)](e);if(r){const e=i[n(477)](n(471));if(t[n(534)](n(394),r),t[n(451)](n(275),r),t[n(451)](n(306),r),t[n(451)](n(309),r),e){const i=this[n(262)](e);if(!i)return null;t[n(386)](n(394),e,r),t[n(329)](n(474)+i[n(406)],r),this[n(520)]==i&&t[n(329)](n(309),r)}}}}))})),this[t(422)][t(450)][t(562)](t(505))[t(470)]({view:t(500),model:e=>t(293)+e,converterPriority:t(570)}),this[t(422)][t(450)][t(562)](t(505))[t(470)]({view:t(561),model:e=>t(264)+e,converterPriority:t(570)}),this[t(422)][t(450)][t(562)](t(518))[t(352)]({model:t(362),view:e=>({name:t(573)+e,group:t(362)}),converterPriority:t(570)}),this[t(422)][t(450)][t(562)](t(425))[t(513)]({model:t(362),view:e=>{const n=t,i=e[n(295)][n(269)](":")[1];return n(358)!=i&&n(266)!=i?null:{classes:[n(541),n(305)+i]}}}),this[t(422)][t(531)][t(529)].on(t(449),ur(this[t(422)],t(341)),{priority:t(359)}),this[t(422)][t(531)][t(529)].on(t(354),ur(this[t(422)],t(269)),{priority:t(359)}),this[t(422)][t(531)][t(529)].on(t(492),((e,n,i)=>{const r=t,s=i[r(382)][r(368)](n[r(295)]);if(s)for(const t of s)t.is(r(572))&&(i[r(382)][r(445)](t,n[r(295)]),i[r(267)][r(253)](t))}),{priority:t(359)})}[rr(262)](t){const e=rr;return this[e(584)][e(332)](t)}[rr(268)](t){const e=rr;return this[e(521)]&&this[e(521)][e(510)](),this[e(521)]=new Ji(this[e(422)][e(367)],t),this[e(521)]}[rr(365)](){const t=rr;this[t(422)][t(536)][t(326)][t(522)][t(516)](t(255)),this.on(t(443),((e,n,i,r)=>{const s=t;r&&this[s(567)][s(253)](r),i&&(this[s(567)][s(455)]({view:i,stackId:s(568),position:{target:()=>{const t=s,e=this[t(422)][t(531)],n=this[t(262)](i[t(350)]);let r;if(n[t(507)][t(506)]){const i=e[t(491)][t(463)](n[t(256)]);r=Array[t(530)](i[t(276)]())}else{const n=this[t(422)][t(536)][t(370)][t(332)](t(327)+i[t(350)]);r=Array[t(530)](e[t(382)][t(368)](n[t(291)]))[t(374)]((n=>e[t(491)][t(371)][t(299)](n)))[t(374)]((e=>Array[t(530)](e[t(276)]())))[t(478)]()}return this[t(438)]&&r[t(396)]((e=>e[t(380)]-3<=this[t(438)].y&&e[t(258)]+3>=this[t(438)].y&&e[t(343)]-3<=this[t(438)].x&&e[t(360)]+3>=this[t(438)].x))||r[0]}}}),this[s(567)][s(385)](s(568)))})),this.on(t(283),((e,n,i,r)=>{const s=t;this[s(436)]=i?this[s(268)](i):null,this[s(422)][s(536)][s(322)]((()=>{const t=s,e=this[t(422)][t(531)];r&&(r[t(507)][t(506)]?e[t(491)][t(322)]((n=>{const i=t;n[i(451)](i(309),e[i(491)][i(326)][i(540)](r[i(256)]))})):e[t(414)](t(327)+r.id)),i&&(i[t(507)][t(506)]?e[t(491)][t(322)]((n=>{const r=t;n[r(329)](r(309),e[r(491)][r(326)][r(540)](i[r(256)]))})):e[t(414)](t(327)+i.id))}))})),this[t(384)](this[t(422)][t(531)][t(491)][t(326)],t(519),((e,n)=>{const i=t;if(this[i(520)])return;const r=this[i(424)](n[i(546)]),s=this[i(584)][i(332)](r);s?(this[i(438)]={x:n[i(407)].x,y:n[i(407)].y},this[i(436)]=this[i(268)](s)):(this[i(438)]=null,this[i(436)]=null)})),this[t(384)](this[t(422)][t(531)][t(491)][t(326)],t(401),((e,n)=>{const i=t,r=this[i(424)](n[i(546)]),s=this[i(584)][i(332)](r);s?(this[i(438)]={x:n[i(407)].x,y:n[i(407)].y},s===this[i(520)]?this[i(567)][i(317)]():this[i(520)]=s):(this[i(438)]=null,this[i(520)]=null)}))}[rr(424)](t){const e=rr;do{const n=t[e(477)](e(394));if(n)return n;t=t[e(580)]}while(t);return null}[rr(337)](){const t=rr;this[t(422)][t(536)][t(322)]((e=>{const n=t;for(const t of this[n(422)][n(536)][n(370)])e[n(254)](t)}))}}function ur(t,e){return(n,i,r)=>{const s=or;if(!r[s(582)][s(574)](i[s(468)],n[s(291)]))return;const o=i[s(468)][s(503)](),a=i[s(468)][s(444)],c=t[s(536)][s(494)];let u=null,l=null,h=!1,d=!1;for(const t of o){const e=t[s(274)];h=h||c[s(542)](e);const n=r[s(382)][s(344)](e);if(n&&n[s(462)](s(310)))return;s(319)==t[s(406)]&&c[s(435)](e)&&!c[s(498)](e)&&(e[s(342)]||a[s(483)]?u&&u[s(580)]==e||(u=e,f(t[s(379)]),d=!0):l=l||t[s(379)])}function f(t){const n=s,o=r[n(382)][n(335)](t),a=r[n(267)][n(480)](n(554),{class:n(305)+e});r[n(267)][n(456)](o,a),r[n(382)][n(548)](a,i[n(295)])}h||d||!l||f(l)}}class lr extends t.Command{constructor(t){const e=rr;super(t);const n=t[e(393)][e(332)](cr);this[e(288)]=!1,this[e(384)](n,e(397),(()=>this[e(383)]())),this[e(384)](n,e(356),(()=>this[e(383)]()))}[rr(535)](){const t=rr,e=this[t(422)],n=e[t(393)][t(332)](cr),i=n[t(581)]?n[t(429)][t(433)]:null;e[t(460)][t(332)](t(377))[t(504)](i)}[rr(383)](){const t=rr,{isReady:e,isEnabled:n}=this[t(422)][t(393)][t(332)](cr);this[t(270)]=e&&n}}class hr extends t.Command{constructor(t,{direction:e}){const n=rr;super(t);const i=t[n(393)][n(332)](cr);this[n(288)]=!1,this[n(473)]=n(415)===e?1:-1,this[n(384)](i,n(397),(()=>this[n(383)]())),this[n(384)](i,n(356),(()=>this[n(383)]())),this[n(384)](i,n(283),(()=>this[n(383)]()))}[rr(535)](){const t=rr,n=this[t(422)],i=n[t(393)][t(332)](cr),{isNavigationMode:s,currentChangeNumber:o}=i;let a;if(i[t(520)]=s?i[t(429)][t(533)][t(332)](o+this[t(473)]):i[t(429)][t(533)][t(282)],i[t(520)][t(507)][t(506)])a=n[t(531)][t(491)][t(463)](i[t(520)][t(256)]);else{const e=n[t(536)][t(370)][t(332)](t(327)+i[t(520)].id);a=(0,r.getMarkerDomElement)(n[t(531)],e)}(0,e.scrollViewportToShowTarget)({target:a,viewportOffset:40})}[rr(383)](){const t=rr,{isNavigationMode:e,currentChangeNumber:n,numberOfChanges:i,isReady:r,isEnabled:s}=this[t(422)][t(393)][t(332)](cr);this[t(270)]=!!(s&&r&&i)&&(!e||(1===this[t(473)]?n<i-1:n>0))}}var dr=n(528),fr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(dr.A,fr);dr.A.locals;function vr(){const t=["5366508cOGHPz","set","ck-revision-history-ui__changes-navigation__navigation","currentChangeNumber","9OnVPLr","ck-revision-history-ui__changes-navigation__label","isNavigationMode","EDIT_X_OF_Y_REVISIONS","60iDOPJj","1IYafDh","ck-revision-history-ui","No changes","Show previous change","isBackwardNavigationEnabled","isForwardNavigationEnabled","isReady","2420278SYrAVI","Loading...","973858YMTMjR","ck-hidden","fire","ck-revision-history-ui__changes-navigation__wrapper","3953320eCZpbi","1382643LWJVyj","forward","div","setTemplate","ck-revision-history-ui__changes-navigation","bind","944105giGUvL","_isStatusLabelVisible","X_OF_Y_CHANGES","Show next change","numberOfChanges","span","bindTemplate","NUMBER_OF_CHANGES","40640680TXErKK","backward","_statusText","Total","isEnabled","execute"];return(vr=function(){return t})()}function mr(t,e){const n=vr();return(mr=function(t,e){return n[t-=282]})(t,e)}!function(t,e){const n=mr,i=t();for(;;)try{if(956594===-parseInt(n(316))/1*(parseInt(n(282))/2)+parseInt(n(287))/3+-parseInt(n(307))/4+parseInt(n(293))/5*(-parseInt(n(315))/6)+-parseInt(n(323))/7+parseInt(n(286))/8+parseInt(n(311))/9*(parseInt(n(301))/10))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(vr);class pr extends Ei.View{constructor(t){const e=mr;super(t);const n=this[e(299)],i=new Ei.ButtonView(t),r=new Ei.ButtonView(t);this[e(308)](e(313),!1),this[e(308)](e(322),!1),this[e(308)](e(310),0),this[e(308)](e(297),0),this[e(308)](e(321),!1),this[e(308)](e(320),!1),this[e(292)](e(294)).to(this,e(322),this,e(297),((t,e)=>t&&e>0)),this[e(292)](e(303)).to(this,e(322),this,e(310),this,e(297),this,e(313),((n,i,r,s)=>{const o=e;if(!n)return $n(t,o(324));if(!r)return $n(t,o(318));const a=$n(t,o(300),r);return s?$n(t,o(295),[i+1,r]):a})),i[e(308)]({label:$n(t,e(319)),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(308)]({label:$n(t,e(296)),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(292)](e(305)).to(this,e(320)),r[e(292)](e(305)).to(this,e(321)),i.on(e(306),(()=>this[e(284)](e(306),e(302)))),r.on(e(306),(()=>this[e(284)](e(306),e(288)))),this[e(290)]({tag:e(289),attributes:{class:["ck",e(317),e(291)]},children:[{tag:e(298),attributes:{class:[e(285)]},children:[{tag:e(298),attributes:{class:[e(312),n.if(e(294),e(283),(t=>!t))]},children:[{text:n.to(e(313),(n=>n?$n(t,e(314))+": ":$n(t,e(304))+": "))}]},{text:n.to(e(303))}]},new Ei.ToolbarSeparatorView,{tag:e(289),attributes:{class:[e(309)]},children:[i,r]}]})}}var yr=n(560),gr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(yr.A,gr);yr.A.locals;function kr(t,e){const n=br();return(kr=function(t,e){return n[t-=291]})(t,e)}function br(){const t=["roots","28875PusNma","895980XxZpPP","RevisionViewerLoadingOverlay","document","change","hide","2352870xNvUrH","show","removeClass","11185810kPJPqh","11xrmQZy","408512JVnuYi","addClass","editor","183824nTfAub","1038696jNcPAO","pluginName","3fdVDAe","view","editing","318yZdaKz","ck-editor__editable__loading-overlay"];return(br=function(){return t})()}const _r=kr;!function(t,e){const n=kr,i=t();for(;;)try{if(640288===-parseInt(n(297))/1*(parseInt(n(301))/2)+parseInt(n(304))/3*(parseInt(n(302))/4)+parseInt(n(311))/5+parseInt(n(307))/6*(-parseInt(n(310))/7)+parseInt(n(298))/8+parseInt(n(293))/9+parseInt(n(296))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(br);const wr=_r(308);class Ir extends t.Plugin{static get[_r(303)](){return _r(312)}[_r(294)](){const t=_r,e=this[t(300)][t(306)][t(305)];e[t(291)]((n=>{const i=t;for(const t of e[i(313)][i(309)])n[i(299)](wr,t)}))}[_r(292)](){const t=_r,e=this[t(300)][t(306)][t(305)];e[t(291)]((n=>{const i=t;for(const t of e[i(313)][i(309)])n[i(295)](wr,t)}))}}const Sr=Or;function Or(t,e){const n=Tr();return(Or=function(t,e){return n[t-=110]})(t,e)}function Tr(){const t=["showNextChange","add","change:isReady","init","63930HnUrri","19288ZwIoWk","hide","1nxygLr","set","3HCAkxI","componentFactory","execute","requires","isNavigationMode","50337hYvUrF","exitToEditing","changesNavigation","1265797nVmvBl","RevisionViewerUI","editor","bind","3343224EZkyhb","isForwardNavigationEnabled","closeRevisionViewerCallback","490mhSuAE","Back to editing","ck-revision-history-ui__back-to-editing","11UMxuIB","commands","70eGxCAZ","isBackwardNavigationEnabled","revisionHistory","listenTo","130YIaIEz","get","Restore this revision","showPreviousChange","undo","plugins","show","pluginName","isEnabled","isReady","currentChangeNumber","config","forward","numberOfChanges","940020xeZGiV","restoreRevision","35710PtBxax"];return(Tr=function(){return t})()}!function(t,e){const n=Or,i=t();for(;;)try{if(141104===-parseInt(n(140))/1*(parseInt(n(132))/2)+parseInt(n(142))/3*(-parseInt(n(130))/4)+parseInt(n(116))/5*(parseInt(n(137))/6)+-parseInt(n(112))/7*(-parseInt(n(138))/8)+-parseInt(n(147))/9*(-parseInt(n(157))/10)+-parseInt(n(110))/11*(parseInt(n(154))/12)+parseInt(n(150))/13)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Tr);class xr extends t.Plugin{static get[Sr(123)](){return Sr(151)}static get[Sr(145)](){return[cr,Ir]}[Sr(136)](){const e=Sr,n=this[e(152)],i=n[e(121)][e(117)](cr),r=n[e(121)][e(117)](Ir);n.ui[e(143)][e(134)](e(148),(i=>{const r=e,s=new Ei.ButtonView(i);return s[r(141)]({label:$n(i,r(158)),icon:t.icons[r(120)],withText:!0,tooltip:!0,class:r(159)}),this[r(115)](s,r(144),(()=>{const t=r;n[t(127)][t(117)](t(114))[t(156)]()})),s})),n.ui[e(143)][e(134)](e(131),(t=>{const i=e,r=new Ei.ButtonView(t);return r[i(141)]({label:$n(t,i(118)),withText:!0,tooltip:!0}),r[i(153)](i(124)).to(n[i(111)][i(117)](i(131))),this[i(115)](r,i(144),(()=>n[i(144)](i(131)))),r})),n.ui[e(143)][e(134)](e(149),(t=>{const r=e,s=new pr(t),o=n[r(111)][r(117)](r(119)),a=n[r(111)][r(117)](r(133));return s[r(153)](r(113)).to(o,r(124)),s[r(153)](r(155)).to(a,r(124)),s[r(153)](r(125),r(126),r(129),r(146)).to(i),this[r(115)](s,r(144),((t,e)=>{const i=r;n[i(144)](i(128)===e?i(133):i(119))})),s})),r[e(122)](),i.on(e(135),((t,n,i)=>{const s=e;i?r[s(139)]():r[s(122)]()}))}}var Rr=n(329),Nr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(Rr.A,Nr);Rr.A.locals;const Mr=Ar;function Ar(t,e){const n=Er();return(Ar=function(t,e){return n[t-=328]})(t,e)}function Er(){const t=["10kMRIjN","2039073VqlNsT","placeholder","74742eIXSeW","bindTemplate","ck-tooltip_multi-line","span","3484456BFiHsv","scrollWidth","clientWidth","destroy","value","1968035RTPwJp","4fYYKjT","276dGOwln","_updateTooltipText","ck-revision-history-sidebar__revision-name","extendTemplate","14703624qqTlhl","_tooltipString","26xmJZVQ","render","set","_resizeObserver","Enter the revision name","listenTo","fieldView","element","3877357LvdOhF","Revision name","input","76181ElyFhE","18tIhjeT"];return(Er=function(){return t})()}!function(t,e){const n=Ar,i=t();for(;;)try{if(521731===parseInt(n(347))/1*(-parseInt(n(331))/2)+-parseInt(n(345))/3*(-parseInt(n(357))/4)+-parseInt(n(356))/5+-parseInt(n(358))/6*(-parseInt(n(342))/7)+-parseInt(n(351))/8*(parseInt(n(343))/9)+parseInt(n(344))/10*(parseInt(n(339))/11)+parseInt(n(329))/12)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Er);class Vr extends Ei.LabeledFieldView{constructor(t,e){const n=Ar;super(t,e),this[n(334)]=null;const i=this[n(348)];this[n(333)]({label:$n(t,n(340)),_tooltipString:""}),this[n(337)][n(346)]=$n(t,n(335)),this[n(328)]({tag:n(350),attributes:{class:[n(360)],"data-cke-tooltip-text":i.to(n(330)),"data-cke-tooltip-position":"s","data-cke-tooltip-class":n(349)}})}[Mr(332)](){const t=Mr;super[t(332)](),this[t(334)]=new e.ResizeObserver(this[t(337)][t(338)],(()=>this[t(359)]())),this[t(336)](this[t(337)],t(341),(()=>this[t(359)]()))}[Mr(354)](){const t=Mr;super[t(354)](),this[t(334)]&&this[t(334)][t(354)]()}[Mr(359)](){const t=Mr,e=this[t(337)][t(338)];this[t(330)]=e[t(352)]>e[t(353)]&&e[t(355)]||""}}var jr=n(249),Dr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(jr.A,Dr);jr.A.locals;function Cr(t,e){const n=Lr();return(Cr=function(t,e){return n[t-=429]})(t,e)}function Lr(){const t=["ck-revision-history-sidebar__revision-author__name","537khKAcW","span","Revision creator","set","push","368ZsbzaK","12544700qLepqr","6RmnaeG","700593MnNspN","13909VRwELe","ck-revision-history-sidebar__revision-author","setTemplate","name","1818395axaKgU","ck-revision-history-sidebar__revision-author_creator","6566562ygFPil","0 0 11 10","Revision author","418248AdNWww","9120ytKSkN"];return(Lr=function(){return t})()}!function(t,e){const n=Cr,i=t();for(;;)try{if(478336===-parseInt(n(431))/1+-parseInt(n(441))/2+-parseInt(n(444))/3*(-parseInt(n(442))/4)+-parseInt(n(436))/5*(-parseInt(n(430))/6)+-parseInt(n(432))/7*(-parseInt(n(449))/8)+-parseInt(n(438))/9+parseInt(n(429))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Lr);class Fr extends Ei.View{constructor(t,e,n){const i=Cr;super(t);const r=new Ei.IconView;r[i(447)]({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(439)});const s=["ck",i(433)];n&&s[i(448)](i(437));const o=[{tag:i(445),attributes:{class:["ck",i(443)],title:$n(t,i(n?446:440))},children:[r,e[i(435)]]}];this[i(434)]({tag:"li",attributes:{class:s},children:o})}}function Pr(t,e){var n=zr();return(Pr=function(t,e){return n[t-=412]})(t,e)}function zr(){var t=["11668BcdDNB","31784BqaNFE","10KfxKUc","188eugXlz","18271Kpvzob","11070792UZZNmp","6mxpiaN","5536832fMLUMy","1508588ACFUgL","toLocaleTimeString","long","numeric","toLocaleDateString","10XcPiim","5592QLPfZH","457536KyPrCG"];return(zr=function(){return t})()}!function(t,e){for(var n=Pr,i=t();;)try{if(794433===-parseInt(n(418))/1*(-parseInt(n(415))/2)+parseInt(n(414))/3+parseInt(n(423))/4*(parseInt(n(412))/5)+-parseInt(n(421))/6*(-parseInt(n(422))/7)+parseInt(n(416))/8+parseInt(n(420))/9*(-parseInt(n(417))/10)+parseInt(n(419))/11*(-parseInt(n(413))/12))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(zr);var Ur=n(11),Zr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(Ur.A,Zr);Ur.A.locals;function Hr(){const t=["buttonView","panelPosition","_action","bindTemplate","threeVerticalDots","listView","Name this revision","680620NGnXAx","stopPropagation","map","items","execute","8iSIDpW","isVisible","6415431jidIkj","change:isActionsDropdownOpen","source","2dkaAPH","action","function","ck-revision-history-sidebar__revision__actions","ck-on","button","add","Restore this revision","Compare against selected","listenTo","name","set","bind","5414367QbDlhd","isActionsDropdownOpen","first","3487130AdkQMN","locale","isReady","find","model","2851650hMeopH","isOpen","Show more items","9UmSBeG","class","910183eCHTeI","extendTemplate","isEnabled","88360ggWTzy","99rsRqLi","children"];return(Hr=function(){return t})()}function qr(t,e){const n=Hr();return(qr=function(t,e){return n[t-=304]})(t,e)}!function(t,e){const n=qr,i=t();for(;;)try{if(486523===parseInt(n(327))/1*(parseInt(n(350))/2)+parseInt(n(325))/3*(-parseInt(n(340))/4)+-parseInt(n(317))/5+-parseInt(n(322))/6+parseInt(n(314))/7*(parseInt(n(345))/8)+-parseInt(n(331))/9*(parseInt(n(330))/10)+parseInt(n(347))/11)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Hr);var Br=n(216),Gr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(Br.A,Gr);Br.A.locals;function Jr(){const t=["220","creator","change","element","ck-revision-history-sidebar__revision_highlighted","closest","isConfirm","ck-disabled","filter","_createdAtFormatted","select","138bVDFdg","map","328085CzfVdF","unshift","bind","authors","10aUMEvY","ck-revision-history-sidebar__revision-wrapper_confirmation_visible","bindTemplate","set","deselect","isSelected","ck-reset","_requireRevisionName","fire","132341ghhuDM","ck-revision-history-sidebar__revision__controls-wrapper","listenTo","extendTemplate",".ck-thread__remove-confirm","688nqYgHw","364140HlnVbn","unhighlight","isReady","isEnabled","uiLanguage","1638adIEgI","isHighlighted","span","7228UgBxEF","ck-revision-history-sidebar__actions_dropdown_open","name","ck-revision-history-sidebar__revision-authors","length","12IIIxHM","highlight","ck-revision-history-sidebar__revision-wrapper","srcElement","isActionsDropdownOpen","from","fieldView","revisionActionsView","value","createdAt","115412kwFmSS","setName","div","_revision","2168397BkXMSq","setTemplate","ck-revision-history-sidebar__revision_selected","ck-revision-history-sidebar__revision__date","ck-revision-history-sidebar__revision","144VWVLxu","render","revisionNameView"];return(Jr=function(){return t})()}const Wr=Yr;function Yr(t,e){const n=Jr();return(Yr=function(t,e){return n[t-=407]})(t,e)}!function(t,e){const n=Yr,i=t();for(;;)try{if(124415===parseInt(n(471))/1+-parseInt(n(448))/2+-parseInt(n(427))/3*(parseInt(n(456))/4)+-parseInt(n(429))/5*(parseInt(n(461))/6)+parseInt(n(453))/7*(parseInt(n(447))/8)+-parseInt(n(408))/9*(-parseInt(n(433))/10)+-parseInt(n(442))/11*(-parseInt(n(413))/12))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Jr);class Kr extends((0,r.ConfirmMixin)(Ei.View)){constructor(n,i,r,s){const o=Yr;super(n);const a=this[o(435)],c=function(t,e){const n=o,i=Array[n(466)](e[n(432)])[n(424)]((t=>t!=e[n(417)]));return e[n(417)]&&i[n(430)](e[n(417)]),i[n(428)]((i=>new Fr(t,i,i==e[n(417)])))}(n,i);this.id=i.id,this[o(407)]=i,this[o(440)]=s,this[o(431)](o(458),o(470)).to(i),this[o(431)](o(425)).to(this,o(470),(t=>{return e=n[o(452)],(i=t)[(r=Pr)(427)](e,{month:r(425),day:r(426)})+", "+i[r(424)](e,{hour:r(426),minute:r(426)});var e,i,r})),this[o(436)](o(438),!1),this[o(436)](o(454),!1),this[o(436)](o(465),!1),this[o(436)](o(450),!1),this[o(436)](o(451),!1),this[o(415)]=new Vr(n,Ei.createLabeledInputText),this[o(415)][o(467)][o(445)]({attributes:{maxlength:o(416)}}),this[o(415)][o(467)][o(431)](o(469)).to(this,o(458),(t=>t||this[o(425)])),this[o(415)][o(431)](o(451)).to(this,o(438),this,o(451),((t,e)=>t&&e)),this[o(468)]=r&&r[o(460)]?function(n,i){const r=qr,s=n[r(336)],o=n[r(318)],a=(0,Ei.createDropdown)(o);a[r(334)]="sw";const c=function(t,n){const i=r,s=function(t,e){const n=qr,i=t[n(318)],r={"Compare against selected":$n(i,n(309)),"Name this revision":$n(i,n(339)),"Restore this revision":$n(i,n(308))};return e[n(342)]((t=>{const e=n,i=r[t[e(311)]];return i&&i!==t[e(311)]&&(t[e(311)]=i),t}))}(t,n),o=new e.Collection;for(const e of s){const n={type:i(306),model:new Ei.ViewModel({label:e[i(311)],class:e[i(326)],withText:!0,_action:e[i(351)]})};n[i(321)][i(313)](i(329)).to(t,i(315),(n=>i(352)!=typeof e[i(329)]||!n||e[i(329)](t))),o[i(307)](n)}return o}(n,i);return n[r(313)](r(315)).to(a,r(323)),a[r(333)][r(312)]({label:$n(o,r(324)),tooltip:!0,tooltipPosition:"sw",icon:t.icons[r(337)]}),a[r(328)]({attributes:{class:[r(304),s.if(r(315),r(305))]},on:{click:s.to((t=>t[r(341)]()))}}),a.on(r(344),(t=>{const e=r;n[e(319)]&&e(352)==typeof t[e(349)][e(335)]&&t[e(349)][e(335)](n)})),(0,Ei.addListToDropdown)(a,c),a[r(310)](n,r(348),((t,e,s)=>{const o=r;if(s)for(const t of a[o(338)][o(343)]){const e=t[o(332)][o(316)],r=i[o(320)]((t=>t[o(351)]===e[o(335)]))[o(346)];t[o(346)]=void 0===r||r(n)}})),a}(this,r):"",this[o(468)]&&this[o(468)][o(431)](o(451)).to(this),this[o(409)]({tag:o(473),attributes:{class:["ck",o(439),o(463),a.if(o(422),o(434))]},children:[{tag:o(473),attributes:{class:["ck",o(439),o(412),a.if(o(451),o(423),(t=>!t)),a.if(o(438),o(410)),a.if(o(454),o(420)),a.if(o(465),o(457))]},children:[this[o(415)],{tag:o(455),attributes:{class:["ck",o(411)]},children:[{text:a.to(o(425))}]},{tag:o(473),attributes:{class:["ck",o(443)]},children:[{tag:"ul",attributes:{class:["ck",o(459)]},children:c}]},this[o(468)]],on:{click:a.to((t=>{const e=o;t[e(464)][e(421)](e(446))||this[e(450)]&&this[e(451)]&&this[e(441)](e(426),{id:this.id})}))}}]})}[Wr(414)](){const t=Wr;super[t(414)]();const e=this[t(415)][t(467)][t(419)];this[t(444)](e,t(418),(()=>{const n=t;this[n(440)]&&!e[n(469)]||this[n(441)](n(472),{id:this.id,name:e[n(469)]}),e[n(469)]||(e[n(469)]=this[n(458)]?this[n(458)]:this[n(425)])}))}[Wr(426)](){this[Wr(438)]=!0}[Wr(437)](){this[Wr(438)]=!1}[Wr(462)](){this[Wr(454)]=!0}[Wr(449)](){this[Wr(454)]=!1}}var Xr=n(675);function Qr(){const t=["minus","startOf","week","2573625bBOCxV","148440yncEAy","hasSame","3244131pnRMrE","local","toRelativeCalendar","setLocale","6880671sNPmmG","6dVhfUT","year","weekdayLong","6584LJmxTK","9961qHUnll","fromJSDate","276572rJIxNs","monthLong","day","month","2106796sLoAWB","toJSDate"];return(Qr=function(){return t})()}function $r(t,e){const n=Qr();return($r=function(t,e){return n[t-=346]})(t,e)}function ts(t,e){const n=$r,i=Xr.c9[n(360)](t)[n(353)](e),r=Xr.c9[n(351)](),s=r[n(367)]({days:1})[n(368)](n(363));let o,a;return i[n(349)](r,n(363))?(o=i[n(368)](n(363))[n(366)](),a=i[n(352)]()):i[n(349)](s,n(363))?(o=s[n(366)](),a=i[n(352)]()):i[n(349)](r,n(346))?(o=i[n(368)](n(346))[n(366)](),a=i[n(357)]||""):i[n(349)](r,n(356))?(o=i[n(368)](n(364))[n(366)](),a=i[n(362)]||""):(o=i[n(368)](n(356))[n(366)](),a=String(i[n(356)])),{startDate:o,localizedPeriodName:a}}!function(t,e){const n=$r,i=t();for(;;)try{if(671037===parseInt(n(355))/1*(-parseInt(n(361))/2)+parseInt(n(350))/3+-parseInt(n(365))/4+parseInt(n(347))/5+parseInt(n(348))/6+-parseInt(n(359))/7*(-parseInt(n(358))/8)+-parseInt(n(354))/9)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Qr);var es=n(45),ns={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(es.A,ns);es.A.locals;const is=rs;function rs(t,e){const n=ss();return(rs=function(t,e){return n[t-=260]})(t,e)}function ss(){const t=["remove","uiLanguage","828KoAFJd","setTemplate","3454855EgQFbu","2996OJcpMj","134ZeOGEQ","delegate","ck-revision-history-sidebar__time-period__label","localizedPeriodName","_requireRevisionName","4abdOAE","9947927WzGhMf","revisionViews","ck-revision-history-sidebar__time-period","6151eyRlEZ","select","add","1262192SqFEbO","834dQjpOt","find","ck-revision-history-sidebar__time-period__revisions","2349015fDvRmX","setName","startDate","removeRevision","span","div","locale","43660EMZhNm","addRevision","createCollection","_revisionActions"];return(ss=function(){return t})()}!function(t,e){const n=rs,i=t();for(;;)try{if(461436===-parseInt(n(288))/1*(-parseInt(n(279))/2)+-parseInt(n(262))/3+-parseInt(n(284))/4*(parseInt(n(277))/5)+parseInt(n(292))/6*(parseInt(n(278))/7)+parseInt(n(291))/8+-parseInt(n(275))/9*(-parseInt(n(269))/10)+parseInt(n(285))/11)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(ss);class os extends Ei.View{constructor(t,e,n,i){const r=rs;super(t);const s=ts(e,this[r(268)][r(274)])[r(282)];this[r(264)]=e,this[r(286)]=this[r(271)](),this[r(272)]=n,this[r(283)]=i,this[r(286)][r(280)](r(289)).to(this),this[r(286)][r(280)](r(263)).to(this),this[r(276)]({tag:r(267),attributes:{class:["ck",r(287)]},children:[{tag:r(266),attributes:{class:["ck",r(281)]},children:[{text:s}]},{tag:r(267),attributes:{class:["ck",r(261)]},children:this[r(286)]}]})}[is(270)](t){const e=is,n=new Kr(this[e(268)],t,this[e(272)],this[e(283)]);this[e(286)][e(290)](n)}[is(265)](t){const e=is,n=this[e(286)][e(260)]((e=>e.id===t.id));this[e(286)][e(273)](n)}}var as=n(173),cs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(as.A,cs);as.A.locals;function us(t,e){const n=hs();return(us=function(t,e){return n[t-=170]})(t,e)}!function(t,e){const n=us,i=t();for(;;)try{if(694798===-parseInt(n(181))/1+parseInt(n(176))/2+parseInt(n(171))/3+parseInt(n(172))/4+-parseInt(n(184))/5+parseInt(n(178))/6+-parseInt(n(180))/7)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(hs);class ls extends Ei.View{constructor(e){const n=us;super(e);const i=new Ei.IconView;i[n(170)]=t.icons[n(177)],this[n(183)]({tag:n(174),attributes:{class:["ck",n(182),n(175)]},children:[i,{tag:n(179),attributes:{class:["ck",n(173)]},children:[$n(e,n(185))]}]})}}function hs(){const t=["2836996amfCYA","ck-revision-history-sidebar__header__label","div","ck-revision-history-sidebar__header","2188420pnPLlU","history","8111826iJiTRj","span","13747251JIyIxI","1210921mErxZQ","ck-reset_all","setTemplate","1591810USZiYX","Revision history","content","3097632QTnDGM"];return(hs=function(){return t})()}var ds=n(722),fs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(ds.A,fs);ds.A.locals;const vs=ms;function ms(t,e){const n=ps();return(ms=function(t,e){return n[t-=193]})(t,e)}function ps(){const t=["highlight","some","499876ukGsIQ","set","highlightRevisions","_addRevision","_requireRevisionName","589748RlWbkG","select","ck-revision-history-sidebar__timeline","8LSNHsk","div","_getTimePeriodViewByStartDate","selectRevision","revisionSelected","revisionViews","remove","getTime","removeRevision","bindTemplate","ck-disabled","5642psVtJK","ck-reset","get","unhighlight","5aJsmwk","startDate","setTemplate","499338smkSaw","ck-rounded-corners","_revisions","ck-revision-history-sidebar","157494NxWiPV","setName","_revisionActions","isEnabled","fire","createCollection","deselect","add","delegate","650652ISIiUd","locale","revisionSetName","map","find","_removeRevision","addRevision","createdAt","timePeriodViews","flat","206479OQrGJx","render","uiLanguage"];return(ps=function(){return t})()}!function(t,e){const n=ms,i=t();for(;;)try{if(127403===parseInt(n(221))/1+parseInt(n(202))/2+-parseInt(n(241))/3+parseInt(n(207))/4+parseInt(n(225))/5*(parseInt(n(232))/6)+parseInt(n(197))/7*(-parseInt(n(210))/8)+-parseInt(n(228))/9)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(ps);class ys extends Ei.View{constructor(t,e,n,i){const r=ms;super(t);const s=this[r(219)];this[r(195)]=this[r(237)](),this[r(195)][r(240)](r(208)).to(this),this[r(195)][r(240)](r(233)).to(this),this[r(230)]=e,this[r(234)]=n,this[r(206)]=i,this.on(r(208),((t,e)=>{const n=r;this[n(236)](n(214),e)})),this.on(r(233),((t,e)=>{const n=r;this[n(236)](n(243),e)})),this[r(203)](r(235),!1),this[r(227)]({tag:r(211),attributes:{class:["ck",r(222),r(229),r(231)]},children:[new ls(t),{tag:r(211),attributes:{class:["ck",r(209),s.if(r(235),r(220),(t=>!t))]},children:this[r(195)]}]})}[vs(198)](){const t=vs;super[t(198)]();for(const e of this[t(230)])this[t(205)](e);this[t(230)].on(t(239),((e,n)=>{this[t(205)](n)})),this[t(230)].on(t(216),((e,n)=>{this[t(246)](n)}))}get[vs(215)](){const t=vs;return this[t(195)][t(244)]((e=>e[t(215)][t(244)]((t=>t))))[t(196)]()}[vs(213)](t){const e=vs;for(const n of this[e(215)])t&&t.id===n.id?n[e(208)]():n[e(238)]()}[vs(204)](t){const e=vs;for(const n of this[e(215)])t[e(201)]((({id:t})=>t===n.id))?n[e(200)]():n[e(224)]()}[vs(205)](t){const e=vs,n=ts(t[e(194)],this[e(242)][e(199)])[e(226)];let i=this[e(195)][e(223)](0);i&&i[e(226)][e(217)]()===n[e(217)]()||(i=new os(this[e(242)],n,this[e(234)],this[e(206)]),this[e(195)][e(239)](i)),i[e(193)](t)}[vs(246)](t){const e=vs,n=ts(t[e(194)],this[e(242)][e(199)])[e(226)];this[e(212)](n)[e(218)](t)}[vs(212)](t){const e=vs;return this[e(195)][e(245)]((n=>n[e(226)][e(217)]()===t[e(217)]()))}}const gs=ks;function ks(t,e){const n=_s();return(ks=function(t,e){return n[t-=374]})(t,e)}!function(t,e){const n=ks,i=t();for(;;)try{if(323492===parseInt(n(429))/1+parseInt(n(442))/2*(parseInt(n(397))/3)+parseInt(n(393))/4*(parseInt(n(438))/5)+parseInt(n(403))/6*(parseInt(n(409))/7)+-parseInt(n(444))/8*(parseInt(n(395))/9)+parseInt(n(394))/10+-parseInt(n(413))/11)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(_s);class bs extends t.Plugin{static get[gs(376)](){return gs(455)}static get[gs(389)](){return[cr]}constructor(t){const e=gs;super(t),this[e(427)]=t[e(390)][e(451)](cr),this[e(449)]=this[e(427)][e(423)],this[e(443)]=null}[gs(416)](){const t=gs,e=this[t(449)][t(417)],n=this[t(402)](),i=this[t(450)][t(401)][t(451)](t(437));this[t(443)]=new ys(this[t(450)][t(385)],e,n,this[t(450)][t(401)][t(451)](t(415))),this[t(443)].on(t(454),this[t(452)][t(404)](this)),this[t(443)].on(t(445),this[t(436)][t(404)](this)),this[t(443)][t(404)](t(383)).to(this[t(427)]),this[t(443)][t(435)].on(t(379),((e,n)=>{const i=t;n[i(398)].on(i(379),((t,e)=>{const n=i;e[n(404)](n(383),n(421)).to(this[n(427)])}))})),this[t(443)][t(386)](),this[t(434)](this[t(450)][t(418)],t(384),this[t(431)][t(404)](this)),this[t(434)](this[t(427)],t(419),this[t(433)][t(404)](this)),i[t(378)](this[t(443)][t(382)])}[gs(381)](){const t=gs;this[t(443)][t(382)][t(405)](),this[t(443)][t(381)]()}[gs(431)](){const t=gs,e=this[t(449)][t(380)](0);if(e){const n=this[t(449)][t(414)](e.id);this[t(427)][t(448)](e,n)}}[gs(452)](t,e){const n=gs,i=this[n(449)][n(380)](e.id),r=this[n(449)][n(414)](i.id);this[n(427)][n(448)](i,r)}[gs(436)](t,e){const n=gs;this[n(449)][n(380)](e.id)[n(424)](e[n(422)])}[gs(433)](t,e,n){const i=gs,r=this[i(449)][i(430)](n);r[i(407)]>2?(this[i(443)][i(447)](r),this[i(443)][i(377)](null)):(this[i(443)][i(447)]([]),this[i(443)][i(377)](r[0]))}[gs(402)](){const t=gs,e=this[t(450)],n=bs[t(425)],i=e[t(401)][t(451)](t(440))||bs[t(410)];if(i[t(407)])return i[t(428)]((i=>{const r=t,s=r(406)==typeof i?Object[r(411)]({},n[i]):i;return s[r(432)]=s[r(432)][r(404)](this,e),s[r(399)]&&(s[r(399)]=s[r(399)][r(404)](this,e)),s}))}}function _s(){const t=["string","length","restoreRevision","7kkNrdw","defaultRevisionActions","assign","fieldView","8710405gVRTtL","getEarlierVisibleRevision","revisionHistory.requireRevisionName","init","_revisions","data","change:diff","Name this revision","isReady","name","repository","setName","availableRevisionActions","focus","_revisionViewer","map","357371BcQCzZ","getRevisionsInDiff","_handleEditorDataReady","action","_handleDiffChange","listenTo","timePeriodViews","_handleRevisionSetName","revisionHistory.viewerSidebarContainer","255235NbjsEK","isSelected","revisionHistory.revisionActions","select","2JOPCkh","_sidebarView","107672Eaxyzj","revisionSetName","revisionHistory","highlightRevisions","compare","_revisionsRepository","editor","get","_handleRevisionSelected","compareAgainstSelected","revisionSelected","RevisionsSidebar","newRevisionId","Compare against selected","pluginName","selectRevision","appendChild","add","getRevision","destroy","element","isEnabled","ready","locale","render","getLaterVisibleRevision","getIndex","requires","plugins","Restore this revision","nameRevision","4xaQIKx","3057080NvAlMK","9OoDkUo","restoreRevisionCallback","517359xiLIXT","revisionViews","isVisible","diff","config","_createRevisionActions","1453362ujjRwt","bind","remove"];return(_s=function(){return t})()}bs[gs(425)]={compareAgainstSelected:{name:gs(375),action:({plugins:t},e)=>{const n=gs,i=t[n(451)](cr),r=i[n(423)];let s=i[n(400)][n(374)],o=e.id;r[n(388)](s)>r[n(388)](o)&&([s,o]=[o,s]),i[n(448)](s,o)},isVisible:({plugins:t},e)=>{const n=gs,i=t[n(451)](cr);return!(i[n(423)][n(430)](i[n(400)])[n(407)]>2||e[n(439)])}},restoreRevision:{name:gs(391),action:(t,{id:e})=>{const n=gs;t[n(401)][n(451)](n(446))[n(396)](e)},isVisible:({plugins:t},e)=>!!t[gs(451)](cr)[gs(423)][gs(387)](e.id)},nameRevision:{name:gs(420),action:({plugins:t},{id:e,revisionNameView:n})=>{const i=gs,r=t[i(451)](cr),s=r[i(423)][i(414)](e);r[i(448)](e,s),n[i(426)](),n[i(412)][i(441)]()}}},bs[gs(410)]=[gs(453),gs(408),gs(392)];const ws=Is;function Is(t,e){const n=Ss();return(Is=function(t,e){return n[t-=209]})(t,e)}function Ss(){const t=["432455uIxkdN","16PJLcck","detachDomRoot","setEditableElement","init","render","stickyPanel","_toolbarConfig","editor","5971314pjBVES","destroy","restore","document","111158VxstmX","1658293ChInCT","64SAJoLs","addToolbar","fillFromConfig","viewportOffset","48849138EYKPaG","getRoot","_initToolbar","isActive","componentFactory","focusTracker","element","_elementReplacer","editing","toolbar","viewportTopOffset","ready","_view","2891001IBNxhB","get","768040RGhRAj","view","editable","attachDomRoot","limiterElement","fire","isFocused","replace","rootName","bind","config","name"];return(Ss=function(){return t})()}!function(t,e){const n=Is,i=t();for(;;)try{if(787523===-parseInt(n(254))/1+-parseInt(n(233))/2+-parseInt(n(252))/3+parseInt(n(235))/4*(-parseInt(n(220))/5)+-parseInt(n(229))/6+parseInt(n(234))/7*(-parseInt(n(221))/8)+parseInt(n(239))/9)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Ss);class Os extends Ei.EditorUI{get[ws(209)](){return this[ws(251)]}constructor(t,n){const i=ws;super(t),this[i(251)]=n,this[i(227)]=(0,Ei.normalizeToolbarConfig)(t[i(218)][i(253)](i(248))),this[i(246)]=new e.ElementReplacer}get[ws(245)](){const t=ws;return this[t(209)][t(245)]}[ws(224)](t){const e=ws,n=this[e(228)],i=this[e(209)],r=n[e(247)][e(209)],s=i[e(210)],o=r[e(232)][e(240)]();s[e(219)]=o[e(216)],i[e(225)]();const a=s[e(245)];this[e(223)](s[e(219)],a),i[e(210)][e(217)](e(214)).to(this[e(244)]),r[e(211)](a),this[e(246)][e(215)](t,this[e(245)]),this[e(241)](),this[e(213)](e(250))}[ws(230)](){const t=ws;super[t(230)]();const e=this[t(209)],n=this[t(228)][t(247)][t(209)];this[t(246)][t(231)](),n[t(222)](e[t(210)][t(219)]),e[t(230)]()}[ws(241)](){const t=ws,e=this[t(209)];e[t(226)][t(217)](t(242)).to(this[t(244)],t(214)),e[t(226)][t(212)]=e[t(245)],e[t(226)][t(217)](t(249)).to(this,t(238),(({top:t})=>t)),e[t(248)][t(237)](this[t(227)],this[t(243)]),this[t(236)](e[t(248)])}}var Ts=n(161),xs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};ji()(Ts.A,xs);Ts.A.locals;var Rs=Ms;function Ns(){var t=["stickyPanel","content","editable","1956222uAPyui","941112TxJodU","1220440XxUkSD","2097130mqLUwO","render","_editable","top","toolbar","add","main","6NzKZVx","shouldToolbarGroupWhenFull","2645930qtAAeP","3532LEpMHI","250241WcgsOS","4Awgnye"];return(Ns=function(){return t})()}function Ms(t,e){var n=Ns();return(Ms=function(t,e){return n[t-=460]})(t,e)}!function(t,e){for(var n=Ms,i=t();;)try{if(349362===parseInt(n(469))/1+parseInt(n(468))/2+-parseInt(n(474))/3+-parseInt(n(470))/4*(-parseInt(n(477))/5)+parseInt(n(465))/6*(parseInt(n(467))/7)+-parseInt(n(476))/8+parseInt(n(475))/9)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Ns);class As extends Ei.BoxedEditorUIView{get[Rs(473)](){return this[Rs(460)]}constructor(t,e,n={}){var i=Rs;super(t),this[i(471)]=new Ei.StickyPanelView(t),this[i(462)]=new Ei.ToolbarView(t,{shouldGroupWhenFull:n[i(466)]}),this[i(460)]=new Ei.InlineEditableUIView(t,e)}[Rs(478)](){var t=Rs;super[t(478)](),this[t(471)][t(472)][t(463)](this[t(462)]),this[t(461)][t(463)](this[t(471)]),this[t(464)][t(463)](this[t(473)])}}function Es(){const t=["sourceElement","document","model","140310GbtxxP","config","initPlugins","250479fpWBjV","create","editing","502820IxARbm","198iglUCL","destroy","11036fUpgdV","createRoot","87rfDghz","fire","locale","2yXjlow","6pjOPsa","676438XXqdvW","_ui","initialData","view","240251vqvqZz","data","720880KQuyND","get","ready","init","updateSourceElement"];return(Es=function(){return t})()}function Vs(t,e){const n=Es();return(Vs=function(t,e){return n[t-=111]})(t,e)}const js=Vs;!function(t,e){const n=Vs,i=t();for(;;)try{if(171575===-parseInt(n(134))/1*(parseInt(n(128))/2)+parseInt(n(125))/3*(parseInt(n(123))/4)+parseInt(n(120))/5*(parseInt(n(129))/6)+parseInt(n(130))/7+-parseInt(n(136))/8+-parseInt(n(117))/9+parseInt(n(114))/10*(parseInt(n(121))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Es);class Ds extends((0,t.DataApiMixin)((0,t.ElementApiMixin)(t.Editor))){get ui(){return this[Vs(131)]}constructor(t,e){const n=Vs;super(e),this[n(111)]=t,this[n(113)][n(112)][n(124)]();const i=new As(this[n(127)],this[n(119)][n(133)],{shouldToolbarGroupWhenFull:!0});this[n(131)]=new Os(this,i)}[js(122)](){const t=js;return this[t(140)](),this.ui[t(122)](),super[t(122)]()}static async[js(118)](t,e){const n=js,i=new this(t,e);return await i[n(116)](),await i.ui[n(139)](t),await i[n(135)][n(139)](i[n(115)][n(137)](n(132))||""),i[n(126)](n(138)),i}}function Cs(){const t=["revisionHistory.viewerEditorElement","_enhanceShowRevisionViewerCallback","create","insert","_update","name","uiLanguage","removeMarker","1322524DYBerh","indexOf","pluginName","set","toLocaleDateString","rootName","adapter","isEnabled","addRevisionData","addRoot","update","error","long","Restored","RevisionHistory","closeRevisionViewerCallback","revisionHistory.requireRevisionName","PaginationLookup","Users","selection","_closeRevisionViewer","revisionHistory.viewerContainer","1772088ghPNeg","changesNavigation","_showRevisionViewer","1021686FlvUCz","define","parse","RevisionsRepository","save","document","end","disableReadOnlyMode","enableReadOnlyMode","block","init","RevisionHistoryUI","showRevisionViewerCallback","revision-history-viewer-opened","bind","detachRoot","then","getRevisions","1fFdCsn","toLocaleTimeString","getUser","RevisionViewerIntegration","get","toVersion","removeSelectionAttribute","removeAttribute","RevisionViewer","exitToEditing","toolbar","push","$graveyard","style","revisionHistory.restoreRevisionCallback","getRevision","saveRevision","data","display","Annotations","fromVersion","catch","roots","createdAt","179172dNNoTM","revisionHistory.closeRevisionViewerCallback","revisionHistory.editorContainer","2022205nHncwi","_recalculatePageBreaks","isReady","repository","getRevisionRootsAttributes","enqueueChange","_restoreRevision","RestrictedEditingMode","result","remove","has","change","setSelection","_enhanceCloseRevisionViewerCallback","toJSON","restrictedEditingException","lazyRoots","config","keys","plugins","revisionHistory","destroy","isReadOnly","markers","getRoot","revisionHistory.showRevisionViewerCallback","isAnonymous","none","RevisionTracker","restoreRevision","Autosave","getMarkersGroup","commands","includes","isAttached","model","users","_viewerEditor","_cleanUp","creator","addUser","setAttribute","getAttributeKeys","refreshVisibility","createRangeIn","locale","_getRevisionViewerEditorConfig","716571clrAsY","refreshPositioning","834614qDrGiA","getRevisionData","requires","editor","8FQAKHh","revision-history-missing-configuration","from","numeric"];return(Cs=function(){return t})()}const Ls=Fs;function Fs(t,e){const n=Cs();return(Fs=function(t,e){return n[t-=347]})(t,e)}!function(t,e){const n=Fs,i=t();for(;;)try{if(238462===-parseInt(n(458))/1*(-parseInt(n(399))/2)+parseInt(n(397))/3+-parseInt(n(437))/4+parseInt(n(350))/5+-parseInt(n(440))/6+-parseInt(n(415))/7+parseInt(n(403))/8*(-parseInt(n(347))/9))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Cs);const Ps=[Ls(451),Ls(357)];class zs extends t.Plugin{static get[Ls(417)](){return Ls(461)}constructor(t){const e=Ls;super(t),this[e(358)]=e(446)}}class Us extends t.Plugin{static get[Ls(417)](){return Ls(429)}static get[Ls(401)](){return[Oi,Hi]}constructor(t){const n=Ls;if(super(t),!this[n(402)][n(367)][n(462)](n(370)))throw new e.CKEditorError(n(404),this);this[n(387)]=null,this[n(402)][n(367)][n(441)](n(375),(t=>this[n(439)](t))),this[n(402)][n(367)][n(441)](n(348),(t=>this[n(435)](t))),this[n(402)][n(367)][n(441)](n(472),(t=>this[n(356)](t))),this[n(402)][n(367)][n(441)](n(431),!1),this[n(408)](),this[n(363)]()}set[Ls(421)](t){const e=Ls;this[e(402)][e(369)][e(462)](e(378))[e(421)]=t}get[Ls(421)](){const t=Ls;return this[t(402)][t(369)][t(462)](t(378))[t(421)]}[Ls(423)](t){const e=Ls;return this[e(402)][e(369)][e(462)](e(378))[e(423)](t)}[Ls(473)](t){const e=Ls;return this[e(402)][e(369)][e(462)](e(443))[e(473)](t)}[Ls(457)](t={toJSON:!1}){const e=Ls;return this[e(402)][e(369)][e(462)](e(443))[e(457)](t)}[Ls(396)](){const n=Ls,i=this[n(402)],s=(0,r.sanitizeEditorConfig)(i,Ps),o=i[n(369)][n(462)](n(378)),a=i[n(369)][n(462)](n(433))[n(386)];return s[n(468)]=[n(467),n(379),n(438)],delete s[n(366)],s[n(369)][n(469)](zs,cr,xr,class extends t.Plugin{static get[n(401)](){return[cr,n(433)]}[n(450)](){const t=n,r=this[t(402)][t(369)][t(462)](t(433));for(const e of a)e[t(376)]||r[t(460)](e.id)||r[t(390)](e);const s=o[t(353)][t(457)]();let c=null;const u=this[t(402)][t(369)][t(462)](t(466));u[t(421)]=o[t(421)],u[t(454)](t(422)).to(o),this[t(402)][t(382)][t(462)](t(379))[t(454)](t(422)).to(i,t(372),(t=>!t));for(const n of s){const i=null===n[t(389)];if(i&&n[t(463)]===n[t(478)])continue;const r=n[t(364)]();u[t(423)](r,((r,s,a)=>{const u=t;if(i){if(c)c[u(411)](r,s);else if(!s){const t=a[u(364)]();t.id=(0,e.uid)(),o[u(474)](t,a[u(463)])[u(456)]((t=>{c=t}))}}else n[u(411)](r,s)}))}}},bs),s}[Ls(408)](){const t=Ls,e=this[t(402)][t(367)][t(462)](t(370))[t(452)];this[t(402)][t(367)][t(418)](t(375),(async()=>{const n=t;this[n(402)][n(448)](n(453));const i=this[n(402)][n(369)][n(462)](n(378));if(this[n(402)][n(369)][n(360)](n(380))){const t=this[n(402)][n(369)][n(462)](n(380));await t[n(444)]()}else await i[n(425)]();this[n(402)][n(369)][n(360)](n(432))&&this[n(402)][n(369)][n(462)](n(432))[n(351)]();const r=this[n(396)]();return e(r)[n(456)]((t=>{const e=n;return this[e(387)]=t,this[e(402)][e(369)][e(360)](e(477))&&this[e(402)][e(369)][e(462)](e(477))[e(393)](),t}))[n(479)]((t=>(console[n(426)](t),this[n(402)][n(447)](n(453)),null)))}))}[Ls(363)](){const t=Ls,e=this[t(402)][t(367)][t(462)](t(370))[t(430)];this[t(402)][t(367)][t(418)](t(348),(()=>(this[t(402)][t(369)][t(360)](t(432))&&this[t(402)][t(369)][t(462)](t(432))[t(351)](),this[t(387)][t(369)][t(462)](t(466))[t(388)](),e(this[t(387)])[t(456)]((()=>{const e=t;if(this[e(402)][e(447)](e(453)),this[e(387)]=null,this[e(402)][e(369)][e(360)](e(477))){const t=this[e(402)][e(369)][e(462)](e(477));t[e(393)](),t[e(398)]()}})))))}[Ls(439)](t){const e=Ls,n=this[e(402)][e(367)][e(462)](e(349)),i=this[e(402)][e(367)][e(462)](e(436)),r=this[e(402)][e(367)][e(462)](e(407));return Ds[e(409)](r,t)[e(456)]((t=>(i[e(471)][e(476)]=e(449),n[e(471)][e(476)]=e(377),t)))}[Ls(435)](t){const e=Ls,n=this[e(402)][e(367)][e(462)](e(349));return this[e(402)][e(367)][e(462)](e(436))[e(471)][e(476)]=e(377),n[e(471)][e(476)]="",t[e(371)]()}async[Ls(356)](t){const e=Ls,n=this[e(402)],i=this[e(387)][e(369)][e(462)](e(466)),r=n[e(369)][e(462)](e(378)),s=i[e(353)][e(473)](t);let o,a,c;try{o=await i[e(400)](s),a=await i[e(354)](s)}catch(t){return void console[e(426)](t)}n[e(385)][e(361)]((t=>{const i=e;for(const e of Array[i(405)](n[i(385)][i(373)][i(381)](i(365))))t[i(414)](e)})),i[e(352)]=!1,n[e(385)][e(355)]((t=>{const i=e;t[i(362)](null),t[i(464)](n[i(385)][i(445)][i(434)][i(392)]());const r=Object[i(368)](o);for(const e of n[i(385)][i(445)][i(480)])i(470)!=e[i(420)]&&e[i(384)]()&&!r[i(383)](e[i(420)])&&t[i(455)](e);for(const e of r){let r=n[i(385)][i(445)][i(374)](e);r&&r[i(384)]()||(r=t[i(424)](e));const s=a[e],c=Object[i(368)](s),u=o[e];for(const e of r[i(392)]())c[i(383)](e)||t[i(465)](e,r);for(const n of c)t[i(391)](n,a[e][n],r);t[i(359)](t[i(394)](r)),t[i(410)](n[i(475)][i(442)](u,r),r,0)}}));const u=$n(n[e(395)],e(428));return c=s[e(412)]?-1==s[e(412)][e(416)](u)?u+": "+s[e(412)]:s[e(412)]:u+": "+s[e(481)][e(419)](n[e(395)][e(413)],{month:e(427),day:e(406)})+", "+s[e(481)][e(459)](n[e(395)][e(413)],{hour:e(406),minute:e(406)}),await r[e(474)]({name:c}),i[e(352)]=!0,n[e(367)][e(462)](e(370))[e(430)]()}}function Zs(t,e){var n=Hs();return(Zs=function(t,e){return n[t-=125]})(t,e)}function Hs(){var t=["24SjRYCa","4FhjyRR","18126UdVISL","2829806YGNjQT","1369521wZQamq","37629460jHNasA","1261270JKhVuR","3359240oynllI","28386ceiGxw","2630VVJSDD","1145tTmxeb"];return(Hs=function(){return t})()}!function(t,e){for(var n=Zs,i=t();;)try{if(668315===parseInt(n(131))/1+parseInt(n(126))/2*(parseInt(n(129))/3)+parseInt(n(132))/4+-parseInt(n(135))/5*(-parseInt(n(127))/6)+parseInt(n(128))/7*(parseInt(n(125))/8)+parseInt(n(133))/9*(-parseInt(n(134))/10)+-parseInt(n(130))/11)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Hs)})(),(window.CKEditor5=window.CKEditor5||{}).revisionHistory=i})();