ckeditor5-collaboration 33.0.0 → 34.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/LICENSE.md +23 -0
- package/README.md +30 -0
- package/build/ckeditor5-collaboration-dll.js +2 -2
- package/build/ckeditor5-collaboration-dll.manifest.json +1 -0
- package/build/translations/af.js +1 -0
- package/build/translations/az.js +1 -0
- package/build/translations/bs.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de-ch.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fa.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -0
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/jv.js +1 -0
- package/build/translations/ko.js +1 -1
- package/build/translations/lv.js +1 -0
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/ug.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -0
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/package.json +27 -2
package/CHANGELOG.md
ADDED
package/LICENSE.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
Software License Agreement
|
|
2
|
+
==========================
|
|
3
|
+
|
|
4
|
+
**CKEditor 5 collaboration** (https://ckeditor.com/collaboration/)<br>
|
|
5
|
+
Copyright (c) 2003-2022, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
6
|
+
|
|
7
|
+
CKEditor 5 collaboration is licensed under a commercial license and is protected by copyright law.
|
|
8
|
+
We operate on subscription-based licensing terms. For more details about available licensing options please contact us at sales@cksource.com.
|
|
9
|
+
|
|
10
|
+
Sources of Intellectual Property Included in CKEditor 5 collaboration
|
|
11
|
+
--------------------------------------------------------------------------
|
|
12
|
+
|
|
13
|
+
Where not otherwise indicated, all CKEditor 5 collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
|
|
14
|
+
|
|
15
|
+
The following libraries are included in CKEditor 5 collaboration under the [MIT license](https://opensource.org/licenses/MIT):
|
|
16
|
+
|
|
17
|
+
* Lo-Dash - Copyright (c) JS Foundation and other contributors https://js.foundation/. Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
18
|
+
* date-fns - Copyright (c) Sasha Koss.
|
|
19
|
+
|
|
20
|
+
Trademarks
|
|
21
|
+
----------
|
|
22
|
+
|
|
23
|
+
**CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
|
package/README.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# CKEditor 5 collaboration
|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-collaboration)
|
|
4
|
+

|
|
5
|
+
|
|
6
|
+
CKEditor 5 collaboration is a low-level API that provides base features to support multiple users working together in a rich text editor. It is used in collaborative features such as [comments](https://ckeditor.com/collaboration/comments/), [track changes](https://ckeditor.com/collaboration/track-changes/), [revision history](https://ckeditor.com/ckeditor-5/revision-history/) or [real-time collaboration](https://ckeditor.com/collaboration/real-time/) in CKEditor 5.
|
|
7
|
+
|
|
8
|
+
## Documentation
|
|
9
|
+
|
|
10
|
+
For more information about collaboration features visit [CKEditor 5 collaboration features overview documentation](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/collaboration.html).
|
|
11
|
+
|
|
12
|
+
Also, make sure you visit the [CKEditor 5 changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md) whenever a new version of the package is released.
|
|
13
|
+
|
|
14
|
+
## Getting support
|
|
15
|
+
|
|
16
|
+
CKEditor 5 collaboration comes with outstanding support from a dedicated team of customer care specialists, QA engineers and CKEditor 5 developers. The team will gladly assist you in all aspects from setting up your account to integrating CKEditor 5 collaboration features with your application.
|
|
17
|
+
|
|
18
|
+
As a licensed CKEditor 5 collaboration features user you can report bugs and request features directly through the CKEditor Ecosystem customer dashboard.
|
|
19
|
+
|
|
20
|
+
## License
|
|
21
|
+
|
|
22
|
+
**CKEditor 5 collaboration**<br>
|
|
23
|
+
Copyright (c) 2003-2022, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
24
|
+
|
|
25
|
+
CKEditor 5 collaboration is licensed under a commercial license and is protected by copyright law.
|
|
26
|
+
For more details about available licensing options please contact us at sales@cksource.com.
|
|
27
|
+
|
|
28
|
+
### Trademarks
|
|
29
|
+
|
|
30
|
+
**CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
!function(e){const r=e.en=e.en||{};r.dictionary=Object.assign(r.dictionary||{},{Anonymous:"Anonymous"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})),
|
|
1
|
+
!function(e){const r=e.en=e.en||{};r.dictionary=Object.assign(r.dictionary||{},{Anonymous:"Anonymous","Are you sure?":"Are you sure?",No:"No",Yes:"Yes"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})),
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var e={"./src/collaboration-core.js":(e,r,t)=>{"use strict";t.r(r),t.d(r,{Permissions:()=>u,UserView:()=>C,Users:()=>f,getDateTimeFormatter:()=>Ze,getMarkerDomElement:()=>rr,trimHtml:()=>ir});var n=t("ckeditor5/src/core.js"),a=t("ckeditor5/src/utils.js");const o=["context","editors","pluginName","has","get","includes","setPermissions","plugins","setAdminPermissions","noPermissions","document:write","config","forceDisabled","clearForceDisabled","commands","switchReadOnly","isReadOnly","isEnabled","Permissions","collaboration.channelId","CommentsRepository","CommentsOnly","permissions-set-permissions-invalid-channel-id"];var i,s;i=o,s=218,function(e){for(;--e;)i.push(i.shift())}(++s);const c=function(e,r){return o[e-=0]};class u extends n.ContextPlugin{static get[c("0xe")](){return c("0x7")}[c("0x12")](e,r){let t;if(r||(r=this[c("0xc")][c("0x0")][c("0x10")]("collaboration.channelId")),this[c("0xc")][c("0x0")][c("0x10")]("collaboration.channelId")==r?t=this.context:this.context[c("0xd")]&&(t=this[c("0xc")].editors.find((e=>e[c("0x0")][c("0x10")](c("0x8"))==r))),!t)throw new a.CKEditorError(c("0xb"),null);const o=t[c("0x13")],i=t instanceof n.Editor,s=o[c("0xf")]("CommentsRepository")&&o[c("0x10")](c("0x9")),u=o[c("0xf")](c("0xa"))&&o[c("0x10")](c("0xa")),l=e[c("0x11")](c("0x16")),d=e[c("0x11")]("comment:admin"),h=e[c("0x11")]("comment:write")||d;if(u&&(u[c("0x6")]=!l&&h),i&&(t[c("0x5")]=!(l||h&&s)),s){s[c("0x4")](!h,r),s[c("0x14")](d,r);const e=i&&t[c("0x3")][c("0x10")]("addCommentThread");e&&(h?e[c("0x2")](c("0x15")):e[c("0x1")](c("0x15")))}}}var l=t("../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js"),d=t.n(l),h=t("../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../ckeditor5-collaboration-core/theme/usercolors.css"),m={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};d()(h.Z,m);h.Z.locals;class f extends n.ContextPlugin{static get pluginName(){return"Users"}static get requires(){return[u]}constructor(e){super(e),e.config.define("users.anonymousUserId","anonymous-user"),e.config.define("users.colorsCount",8),this.users=new a.Collection,this._locale=e.locale,this._licenseKeyCheckInterval=null,this._lastColor=0,this._myId=null,this.decorate("getOperationAuthor")}init(){const e=this.context;this.licenseKey=e.config.get("licenseKey"),this._licenseKeyCheckInterval=setInterval((()=>{let r;for(const t in e){const n=e[t];if("licenseKeyTrial"===n||"licenseKeyInvalid"===n||"licenseKeyValid"===n||"licenseKeyTrialLimit"==n){delete e[t],r=n;break}}if("licenseKeyInvalid"===r)throw clearInterval(this._licenseKeyCheckInterval),new a.CKEditorError("invalid-license-key",null);if("licenseKeyTrial"===r&&console.info("You are using the trial version of CKEditor 5 collaboration plugin with limited usage. Make sure you will not use it in the production environment."),"licenseKeyTrialLimit"===r)throw clearInterval(this._licenseKeyCheckInterval),new a.CKEditorError("trial-license-key-reached-limit",null);"licenseKeyValid"===r&&clearInterval(this._licenseKeyCheckInterval)}),1e3),this._addAnonymousUser()}get me(){return null==this._myId?null:this.getUser(this._myId)}addUser(e){if(!(e=Object.assign({},e,{color:this._getNextColor()})).id||"string"!=typeof e.id)throw new a.CKEditorError("users-add-invalid-id");if(this.users.has(e.id))throw new a.CKEditorError("users-add-duplicated-id",null,{id:e.id});e.name=function(e,r=""){const{t}=e;return""==(r=r.trim())?t("Anonymous"):r}(this._locale,e.name);const r=new g(e);return this.users.add(r),r}getUser(e){return this.users.get(e)}useAnonymousUser(){const e=this.context.config.get("users.anonymousUserId");this._myId||this.defineMe(e)}defineMe(e){if(this._myId)throw new a.CKEditorError("users-me-already-defined",null);if(!this.getUser(e))throw new a.CKEditorError("users-me-missing-user",null);this._myId=e}getOperationAuthor(){return this.me}destroy(){super.destroy(),clearInterval(this._licenseKeyCheckInterval)}_getNextColor(){const e=this.context.config.get("users.colorsCount");return this._lastColor>=e&&(this._lastColor=0),new k(this._lastColor++)}_addAnonymousUser(){const{t:e}=this._locale,r=this.context.config.get("users.anonymousUserId");this.addUser({id:r,name:e("Anonymous")})._isAnonymous=!0}}class g{constructor(e){this.id=e.id,this.color=e.color,this.name=e.name,this.avatar=e.avatar,this._isAnonymous=!1}get isAnonymous(){return this._isAnonymous}get initials(){const e=this.name.split(" ");return 1===e.length?this._getInitial(e[0]):this._getInitial(e[0])+this._getInitial(e[e.length-1])}_getInitial(e){return e.charAt(0).toUpperCase()}}class k{constructor(e){this._id=e}getBackgroundColorClass(){return"ck-user__bg-color--"+this._id}getSelectionClass(){return"ck-user__selection--"+this._id}getMarkerClass(){return"ck-user__marker--"+this._id}}var v=t("ckeditor5/src/ui.js"),w=t("../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../ckeditor5-collaboration-core/theme/users.css"),b={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};d()(w.Z,b);w.Z.locals;const p=["setTemplate","push","ck ck-user__name","div","isAnonymous","initials","name","ck ck-user__name ck-user__name--hidden","ck-user__img","ck-user__anonymous","avatar","url('","ck-user__avatar","ck-user"];var _,y;_=p,y=262,function(e){for(;--e;)_.push(_.shift())}(++y);const x=function(e,r){return p[e-=0]};class C extends v.View{constructor(e,r){super(e),this.name=r[x("0xa")];const t=["ck",x("0xc")];r[x("0x8")]&&t[x("0x5")](x("0xd")),r.avatar&&t.push(x("0x2")),this[x("0x4")]({tag:x("0x7"),attributes:{class:["ck",x("0x3")],"data-user-id":r.id},children:[{tag:x("0x7"),attributes:{class:t,style:{"background-image":r.avatar?x("0x1")+r[x("0x0")]+"')":""}}},{tag:x("0x7"),attributes:{class:r[x("0x0")]?x("0xb"):x("0x6")},children:[{text:r[x("0x9")]}]}]})}}function T(e,r){if(r.length<e)throw new TypeError(e+" argument"+(e>1?"s":"")+" required, but only "+r.length+" present")}function M(e){return T(1,arguments),e instanceof Date||"object"==typeof e&&"[object Date]"===Object.prototype.toString.call(e)}function D(e){T(1,arguments);var r=Object.prototype.toString.call(e);return e instanceof Date||"object"==typeof e&&"[object Date]"===r?new Date(e.getTime()):"number"==typeof e||"[object Number]"===r?new Date(e):("string"!=typeof e&&"[object String]"!==r||"undefined"==typeof console||(console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://git.io/fjule"),console.warn((new Error).stack)),new Date(NaN))}function U(e){if(T(1,arguments),!M(e)&&"number"!=typeof e)return!1;var r=D(e);return!isNaN(Number(r))}var S={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}};const E=function(e,r,t){var n,a=S[e];return n="string"==typeof a?a:1===r?a.one:a.other.replace("{{count}}",r.toString()),null!=t&&t.addSuffix?t.comparison&&t.comparison>0?"in "+n:n+" ago":n};function N(e){return function(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=r.width?String(r.width):e.defaultWidth,n=e.formats[t]||e.formats[e.defaultWidth];return n}}const j={date:N({formats:{full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},defaultWidth:"full"}),time:N({formats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},defaultWidth:"full"}),dateTime:N({formats:{full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},defaultWidth:"full"})};var P={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"};const O=function(e,r,t,n){return P[e]};function W(e){return function(r,t){var n,a=t||{};if("formatting"===(a.context?String(a.context):"standalone")&&e.formattingValues){var o=e.defaultFormattingWidth||e.defaultWidth,i=a.width?String(a.width):o;n=e.formattingValues[i]||e.formattingValues[o]}else{var s=e.defaultWidth,c=a.width?String(a.width):e.defaultWidth;n=e.values[c]||e.values[s]}return n[e.argumentCallback?e.argumentCallback(r):r]}}const Y={ordinalNumber:function(e,r){var t=Number(e),n=t%100;if(n>20||n<10)switch(n%10){case 1:return t+"st";case 2:return t+"nd";case 3:return t+"rd"}return t+"th"},era:W({values:{narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},defaultWidth:"wide"}),quarter:W({values:{narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:W({values:{narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},defaultWidth:"wide"}),day:W({values:{narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},defaultWidth:"wide"}),dayPeriod:W({values:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},defaultWidth:"wide",formattingValues:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},defaultFormattingWidth:"wide"})};function I(e){return function(r){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.width,a=n&&e.matchPatterns[n]||e.matchPatterns[e.defaultMatchWidth],o=r.match(a);if(!o)return null;var i,s=o[0],c=n&&e.parsePatterns[n]||e.parsePatterns[e.defaultParseWidth],u=Array.isArray(c)?K(c,(function(e){return e.test(s)})):A(c,(function(e){return e.test(s)}));i=e.valueCallback?e.valueCallback(u):u,i=t.valueCallback?t.valueCallback(i):i;var l=r.slice(s.length);return{value:i,rest:l}}}function A(e,r){for(var t in e)if(e.hasOwnProperty(t)&&r(e[t]))return t}function K(e,r){for(var t=0;t<e.length;t++)if(r(e[t]))return t}var z,F={ordinalNumber:(z={matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:function(e){return parseInt(e,10)}},function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=e.match(z.matchPattern);if(!t)return null;var n=t[0],a=e.match(z.parsePattern);if(!a)return null;var o=z.valueCallback?z.valueCallback(a[0]):a[0];o=r.valueCallback?r.valueCallback(o):o;var i=e.slice(n.length);return{value:o,rest:i}}),era:I({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:"any"}),quarter:I({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:"wide",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:I({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:"any"}),day:I({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:"any"}),dayPeriod:I({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:"any",parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:"any"})};const H={code:"en-US",formatDistance:E,formatLong:j,formatRelative:O,localize:Y,match:F,options:{weekStartsOn:0,firstWeekContainsDate:1}};function q(e){if(null===e||!0===e||!1===e)return NaN;var r=Number(e);return isNaN(r)?r:r<0?Math.ceil(r):Math.floor(r)}function L(e,r){T(2,arguments);var t=D(e).getTime(),n=q(r);return new Date(t+n)}function R(e,r){T(2,arguments);var t=q(r);return L(e,-t)}var B=864e5;function Q(e){T(1,arguments);var r=1,t=D(e),n=t.getUTCDay(),a=(n<r?7:0)+n-r;return t.setUTCDate(t.getUTCDate()-a),t.setUTCHours(0,0,0,0),t}function G(e){T(1,arguments);var r=D(e),t=r.getUTCFullYear(),n=new Date(0);n.setUTCFullYear(t+1,0,4),n.setUTCHours(0,0,0,0);var a=Q(n),o=new Date(0);o.setUTCFullYear(t,0,4),o.setUTCHours(0,0,0,0);var i=Q(o);return r.getTime()>=a.getTime()?t+1:r.getTime()>=i.getTime()?t:t-1}function X(e){T(1,arguments);var r=G(e),t=new Date(0);t.setUTCFullYear(r,0,4),t.setUTCHours(0,0,0,0);var n=Q(t);return n}var Z=6048e5;function J(e,r){T(1,arguments);var t=r||{},n=t.locale,a=n&&n.options&&n.options.weekStartsOn,o=null==a?0:q(a),i=null==t.weekStartsOn?o:q(t.weekStartsOn);if(!(i>=0&&i<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var s=D(e),c=s.getUTCDay(),u=(c<i?7:0)+c-i;return s.setUTCDate(s.getUTCDate()-u),s.setUTCHours(0,0,0,0),s}function $(e,r){T(1,arguments);var t=D(e),n=t.getUTCFullYear(),a=r||{},o=a.locale,i=o&&o.options&&o.options.firstWeekContainsDate,s=null==i?1:q(i),c=null==a.firstWeekContainsDate?s:q(a.firstWeekContainsDate);if(!(c>=1&&c<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var u=new Date(0);u.setUTCFullYear(n+1,0,c),u.setUTCHours(0,0,0,0);var l=J(u,r),d=new Date(0);d.setUTCFullYear(n,0,c),d.setUTCHours(0,0,0,0);var h=J(d,r);return t.getTime()>=l.getTime()?n+1:t.getTime()>=h.getTime()?n:n-1}function V(e,r){T(1,arguments);var t=r||{},n=t.locale,a=n&&n.options&&n.options.firstWeekContainsDate,o=null==a?1:q(a),i=null==t.firstWeekContainsDate?o:q(t.firstWeekContainsDate),s=$(e,r),c=new Date(0);c.setUTCFullYear(s,0,i),c.setUTCHours(0,0,0,0);var u=J(c,r);return u}var ee=6048e5;function re(e,r){for(var t=e<0?"-":"",n=Math.abs(e).toString();n.length<r;)n="0"+n;return t+n}const te={y:function(e,r){var t=e.getUTCFullYear(),n=t>0?t:1-t;return re("yy"===r?n%100:n,r.length)},M:function(e,r){var t=e.getUTCMonth();return"M"===r?String(t+1):re(t+1,2)},d:function(e,r){return re(e.getUTCDate(),r.length)},a:function(e,r){var t=e.getUTCHours()/12>=1?"pm":"am";switch(r){case"a":case"aa":return t.toUpperCase();case"aaa":return t;case"aaaaa":return t[0];default:return"am"===t?"a.m.":"p.m."}},h:function(e,r){return re(e.getUTCHours()%12||12,r.length)},H:function(e,r){return re(e.getUTCHours(),r.length)},m:function(e,r){return re(e.getUTCMinutes(),r.length)},s:function(e,r){return re(e.getUTCSeconds(),r.length)},S:function(e,r){var t=r.length,n=e.getUTCMilliseconds();return re(Math.floor(n*Math.pow(10,t-3)),r.length)}};var ne="midnight",ae="noon",oe="morning",ie="afternoon",se="evening",ce="night",ue={G:function(e,r,t){var n=e.getUTCFullYear()>0?1:0;switch(r){case"G":case"GG":case"GGG":return t.era(n,{width:"abbreviated"});case"GGGGG":return t.era(n,{width:"narrow"});default:return t.era(n,{width:"wide"})}},y:function(e,r,t){if("yo"===r){var n=e.getUTCFullYear(),a=n>0?n:1-n;return t.ordinalNumber(a,{unit:"year"})}return te.y(e,r)},Y:function(e,r,t,n){var a=$(e,n),o=a>0?a:1-a;return"YY"===r?re(o%100,2):"Yo"===r?t.ordinalNumber(o,{unit:"year"}):re(o,r.length)},R:function(e,r){return re(G(e),r.length)},u:function(e,r){return re(e.getUTCFullYear(),r.length)},Q:function(e,r,t){var n=Math.ceil((e.getUTCMonth()+1)/3);switch(r){case"Q":return String(n);case"QQ":return re(n,2);case"Qo":return t.ordinalNumber(n,{unit:"quarter"});case"QQQ":return t.quarter(n,{width:"abbreviated",context:"formatting"});case"QQQQQ":return t.quarter(n,{width:"narrow",context:"formatting"});default:return t.quarter(n,{width:"wide",context:"formatting"})}},q:function(e,r,t){var n=Math.ceil((e.getUTCMonth()+1)/3);switch(r){case"q":return String(n);case"qq":return re(n,2);case"qo":return t.ordinalNumber(n,{unit:"quarter"});case"qqq":return t.quarter(n,{width:"abbreviated",context:"standalone"});case"qqqqq":return t.quarter(n,{width:"narrow",context:"standalone"});default:return t.quarter(n,{width:"wide",context:"standalone"})}},M:function(e,r,t){var n=e.getUTCMonth();switch(r){case"M":case"MM":return te.M(e,r);case"Mo":return t.ordinalNumber(n+1,{unit:"month"});case"MMM":return t.month(n,{width:"abbreviated",context:"formatting"});case"MMMMM":return t.month(n,{width:"narrow",context:"formatting"});default:return t.month(n,{width:"wide",context:"formatting"})}},L:function(e,r,t){var n=e.getUTCMonth();switch(r){case"L":return String(n+1);case"LL":return re(n+1,2);case"Lo":return t.ordinalNumber(n+1,{unit:"month"});case"LLL":return t.month(n,{width:"abbreviated",context:"standalone"});case"LLLLL":return t.month(n,{width:"narrow",context:"standalone"});default:return t.month(n,{width:"wide",context:"standalone"})}},w:function(e,r,t,n){var a=function(e,r){T(1,arguments);var t=D(e),n=J(t,r).getTime()-V(t,r).getTime();return Math.round(n/ee)+1}(e,n);return"wo"===r?t.ordinalNumber(a,{unit:"week"}):re(a,r.length)},I:function(e,r,t){var n=function(e){T(1,arguments);var r=D(e),t=Q(r).getTime()-X(r).getTime();return Math.round(t/Z)+1}(e);return"Io"===r?t.ordinalNumber(n,{unit:"week"}):re(n,r.length)},d:function(e,r,t){return"do"===r?t.ordinalNumber(e.getUTCDate(),{unit:"date"}):te.d(e,r)},D:function(e,r,t){var n=function(e){T(1,arguments);var r=D(e),t=r.getTime();r.setUTCMonth(0,1),r.setUTCHours(0,0,0,0);var n=r.getTime(),a=t-n;return Math.floor(a/B)+1}(e);return"Do"===r?t.ordinalNumber(n,{unit:"dayOfYear"}):re(n,r.length)},E:function(e,r,t){var n=e.getUTCDay();switch(r){case"E":case"EE":case"EEE":return t.day(n,{width:"abbreviated",context:"formatting"});case"EEEEE":return t.day(n,{width:"narrow",context:"formatting"});case"EEEEEE":return t.day(n,{width:"short",context:"formatting"});default:return t.day(n,{width:"wide",context:"formatting"})}},e:function(e,r,t,n){var a=e.getUTCDay(),o=(a-n.weekStartsOn+8)%7||7;switch(r){case"e":return String(o);case"ee":return re(o,2);case"eo":return t.ordinalNumber(o,{unit:"day"});case"eee":return t.day(a,{width:"abbreviated",context:"formatting"});case"eeeee":return t.day(a,{width:"narrow",context:"formatting"});case"eeeeee":return t.day(a,{width:"short",context:"formatting"});default:return t.day(a,{width:"wide",context:"formatting"})}},c:function(e,r,t,n){var a=e.getUTCDay(),o=(a-n.weekStartsOn+8)%7||7;switch(r){case"c":return String(o);case"cc":return re(o,r.length);case"co":return t.ordinalNumber(o,{unit:"day"});case"ccc":return t.day(a,{width:"abbreviated",context:"standalone"});case"ccccc":return t.day(a,{width:"narrow",context:"standalone"});case"cccccc":return t.day(a,{width:"short",context:"standalone"});default:return t.day(a,{width:"wide",context:"standalone"})}},i:function(e,r,t){var n=e.getUTCDay(),a=0===n?7:n;switch(r){case"i":return String(a);case"ii":return re(a,r.length);case"io":return t.ordinalNumber(a,{unit:"day"});case"iii":return t.day(n,{width:"abbreviated",context:"formatting"});case"iiiii":return t.day(n,{width:"narrow",context:"formatting"});case"iiiiii":return t.day(n,{width:"short",context:"formatting"});default:return t.day(n,{width:"wide",context:"formatting"})}},a:function(e,r,t){var n=e.getUTCHours()/12>=1?"pm":"am";switch(r){case"a":case"aa":return t.dayPeriod(n,{width:"abbreviated",context:"formatting"});case"aaa":return t.dayPeriod(n,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return t.dayPeriod(n,{width:"narrow",context:"formatting"});default:return t.dayPeriod(n,{width:"wide",context:"formatting"})}},b:function(e,r,t){var n,a=e.getUTCHours();switch(n=12===a?ae:0===a?ne:a/12>=1?"pm":"am",r){case"b":case"bb":return t.dayPeriod(n,{width:"abbreviated",context:"formatting"});case"bbb":return t.dayPeriod(n,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return t.dayPeriod(n,{width:"narrow",context:"formatting"});default:return t.dayPeriod(n,{width:"wide",context:"formatting"})}},B:function(e,r,t){var n,a=e.getUTCHours();switch(n=a>=17?se:a>=12?ie:a>=4?oe:ce,r){case"B":case"BB":case"BBB":return t.dayPeriod(n,{width:"abbreviated",context:"formatting"});case"BBBBB":return t.dayPeriod(n,{width:"narrow",context:"formatting"});default:return t.dayPeriod(n,{width:"wide",context:"formatting"})}},h:function(e,r,t){if("ho"===r){var n=e.getUTCHours()%12;return 0===n&&(n=12),t.ordinalNumber(n,{unit:"hour"})}return te.h(e,r)},H:function(e,r,t){return"Ho"===r?t.ordinalNumber(e.getUTCHours(),{unit:"hour"}):te.H(e,r)},K:function(e,r,t){var n=e.getUTCHours()%12;return"Ko"===r?t.ordinalNumber(n,{unit:"hour"}):re(n,r.length)},k:function(e,r,t){var n=e.getUTCHours();return 0===n&&(n=24),"ko"===r?t.ordinalNumber(n,{unit:"hour"}):re(n,r.length)},m:function(e,r,t){return"mo"===r?t.ordinalNumber(e.getUTCMinutes(),{unit:"minute"}):te.m(e,r)},s:function(e,r,t){return"so"===r?t.ordinalNumber(e.getUTCSeconds(),{unit:"second"}):te.s(e,r)},S:function(e,r){return te.S(e,r)},X:function(e,r,t,n){var a=(n._originalDate||e).getTimezoneOffset();if(0===a)return"Z";switch(r){case"X":return de(a);case"XXXX":case"XX":return he(a);default:return he(a,":")}},x:function(e,r,t,n){var a=(n._originalDate||e).getTimezoneOffset();switch(r){case"x":return de(a);case"xxxx":case"xx":return he(a);default:return he(a,":")}},O:function(e,r,t,n){var a=(n._originalDate||e).getTimezoneOffset();switch(r){case"O":case"OO":case"OOO":return"GMT"+le(a,":");default:return"GMT"+he(a,":")}},z:function(e,r,t,n){var a=(n._originalDate||e).getTimezoneOffset();switch(r){case"z":case"zz":case"zzz":return"GMT"+le(a,":");default:return"GMT"+he(a,":")}},t:function(e,r,t,n){var a=n._originalDate||e;return re(Math.floor(a.getTime()/1e3),r.length)},T:function(e,r,t,n){return re((n._originalDate||e).getTime(),r.length)}};function le(e,r){var t=e>0?"-":"+",n=Math.abs(e),a=Math.floor(n/60),o=n%60;if(0===o)return t+String(a);var i=r||"";return t+String(a)+i+re(o,2)}function de(e,r){return e%60==0?(e>0?"-":"+")+re(Math.abs(e)/60,2):he(e,r)}function he(e,r){var t=r||"",n=e>0?"-":"+",a=Math.abs(e);return n+re(Math.floor(a/60),2)+t+re(a%60,2)}const me=ue;function fe(e,r){switch(e){case"P":return r.date({width:"short"});case"PP":return r.date({width:"medium"});case"PPP":return r.date({width:"long"});default:return r.date({width:"full"})}}function ge(e,r){switch(e){case"p":return r.time({width:"short"});case"pp":return r.time({width:"medium"});case"ppp":return r.time({width:"long"});default:return r.time({width:"full"})}}var ke={p:ge,P:function(e,r){var t,n=e.match(/(P+)(p+)?/)||[],a=n[1],o=n[2];if(!o)return fe(e,r);switch(a){case"P":t=r.dateTime({width:"short"});break;case"PP":t=r.dateTime({width:"medium"});break;case"PPP":t=r.dateTime({width:"long"});break;default:t=r.dateTime({width:"full"})}return t.replace("{{date}}",fe(a,r)).replace("{{time}}",ge(o,r))}};const ve=ke;function we(e){var r=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return r.setUTCFullYear(e.getFullYear()),e.getTime()-r.getTime()}var be=["D","DD"],pe=["YY","YYYY"];function _e(e){return-1!==be.indexOf(e)}function ye(e){return-1!==pe.indexOf(e)}function xe(e,r,t){if("YYYY"===e)throw new RangeError("Use `yyyy` instead of `YYYY` (in `".concat(r,"`) for formatting years to the input `").concat(t,"`; see: https://git.io/fxCyr"));if("YY"===e)throw new RangeError("Use `yy` instead of `YY` (in `".concat(r,"`) for formatting years to the input `").concat(t,"`; see: https://git.io/fxCyr"));if("D"===e)throw new RangeError("Use `d` instead of `D` (in `".concat(r,"`) for formatting days of the month to the input `").concat(t,"`; see: https://git.io/fxCyr"));if("DD"===e)throw new RangeError("Use `dd` instead of `DD` (in `".concat(r,"`) for formatting days of the month to the input `").concat(t,"`; see: https://git.io/fxCyr"))}var Ce=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,Te=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Me=/^'([^]*?)'?$/,De=/''/g,Ue=/[a-zA-Z]/;function Se(e){return e.match(Me)[1].replace(De,"'")}Math.pow(10,8);var Ee=36e5;var Ne={dateTimeDelimiter:/[T ]/,timeZoneDelimiter:/[Z ]/i,timezone:/([Z+-].*)$/},je=/^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/,Pe=/^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/,Oe=/^([+-])(\d{2})(?::?(\d{2}))?$/;function We(e){var r,t={},n=e.split(Ne.dateTimeDelimiter);if(n.length>2)return t;if(/:/.test(n[0])?r=n[0]:(t.date=n[0],r=n[1],Ne.timeZoneDelimiter.test(t.date)&&(t.date=e.split(Ne.timeZoneDelimiter)[0],r=e.substr(t.date.length,e.length))),r){var a=Ne.timezone.exec(r);a?(t.time=r.replace(a[1],""),t.timezone=a[1]):t.time=r}return t}function Ye(e,r){var t=new RegExp("^(?:(\\d{4}|[+-]\\d{"+(4+r)+"})|(\\d{2}|[+-]\\d{"+(2+r)+"})$)"),n=e.match(t);if(!n)return{year:NaN,restDateString:""};var a=n[1]?parseInt(n[1]):null,o=n[2]?parseInt(n[2]):null;return{year:null===o?a:100*o,restDateString:e.slice((n[1]||n[2]).length)}}function Ie(e,r){if(null===r)return new Date(NaN);var t=e.match(je);if(!t)return new Date(NaN);var n=!!t[4],a=Ae(t[1]),o=Ae(t[2])-1,i=Ae(t[3]),s=Ae(t[4]),c=Ae(t[5])-1;if(n)return function(e,r,t){return r>=1&&r<=53&&t>=0&&t<=6}(0,s,c)?function(e,r,t){var n=new Date(0);n.setUTCFullYear(e,0,4);var a=n.getUTCDay()||7,o=7*(r-1)+t+1-a;return n.setUTCDate(n.getUTCDate()+o),n}(r,s,c):new Date(NaN);var u=new Date(0);return function(e,r,t){return r>=0&&r<=11&&t>=1&&t<=(He[r]||(qe(e)?29:28))}(r,o,i)&&function(e,r){return r>=1&&r<=(qe(e)?366:365)}(r,a)?(u.setUTCFullYear(r,o,Math.max(a,i)),u):new Date(NaN)}function Ae(e){return e?parseInt(e):1}function Ke(e){var r=e.match(Pe);if(!r)return NaN;var t=ze(r[1]),n=ze(r[2]),a=ze(r[3]);return function(e,r,t){if(24===e)return 0===r&&0===t;return t>=0&&t<60&&r>=0&&r<60&&e>=0&&e<25}(t,n,a)?t*Ee+6e4*n+1e3*a:NaN}function ze(e){return e&&parseFloat(e.replace(",","."))||0}function Fe(e){if("Z"===e)return 0;var r=e.match(Oe);if(!r)return 0;var t="+"===r[1]?-1:1,n=parseInt(r[2]),a=r[3]&&parseInt(r[3])||0;return function(e,r){return r>=0&&r<=59}(0,a)?t*(n*Ee+6e4*a):NaN}var He=[31,null,31,30,31,30,31,31,30,31,30,31];function qe(e){return e%400==0||e%4==0&&e%100!=0}function Le(e){T(1,arguments);var r=D(e);return r.setHours(0,0,0,0),r}var Re=864e5;const Be=["MM-dd-yyyy hh:mma","'Last' EEEE hh:mma","dateTimeFormat","'Today' hh:mma","string","invalid-date-time-format","'Yesterday' hh:mma"];var Qe,Ge;Qe=Be,Ge=239,function(e){for(;--e;)Qe.push(Qe.shift())}(++Ge);const Xe=function(e,r){return Be[e-=0]};function Ze(e={}){if(void 0!==e[Xe("0x1")]&&"function"!=typeof e[Xe("0x1")])throw new a.CKEditorError(Xe("0x4"));return r=>{const t=Xe("0x3")==typeof r?function(e,r){T(1,arguments);var t=r||{},n=null==t.additionalDigits?2:q(t.additionalDigits);if(2!==n&&1!==n&&0!==n)throw new RangeError("additionalDigits must be 0, 1 or 2");if("string"!=typeof e&&"[object String]"!==Object.prototype.toString.call(e))return new Date(NaN);var a,o=We(e);if(o.date){var i=Ye(o.date,n);a=Ie(i.restDateString,i.year)}if(!a||isNaN(a.getTime()))return new Date(NaN);var s,c=a.getTime(),u=0;if(o.time&&(u=Ke(o.time),isNaN(u)))return new Date(NaN);if(!o.timezone){var l=new Date(c+u),d=new Date(0);return d.setFullYear(l.getUTCFullYear(),l.getUTCMonth(),l.getUTCDate()),d.setHours(l.getUTCHours(),l.getUTCMinutes(),l.getUTCSeconds(),l.getUTCMilliseconds()),d}return s=Fe(o.timezone),isNaN(s)?new Date(NaN):new Date(c+u+s)}(r):r,n=function(e,r){T(2,arguments);var t=Le(e),n=Le(r),a=t.getTime()-we(t),o=n.getTime()-we(n);return Math.round((a-o)/Re)}(new Date,t);return e[Xe("0x1")]?e[Xe("0x1")](t):function(e,r,t){T(2,arguments);var n=String(r),a=t||{},o=a.locale||H,i=o.options&&o.options.firstWeekContainsDate,s=null==i?1:q(i),c=null==a.firstWeekContainsDate?s:q(a.firstWeekContainsDate);if(!(c>=1&&c<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var u=o.options&&o.options.weekStartsOn,l=null==u?0:q(u),d=null==a.weekStartsOn?l:q(a.weekStartsOn);if(!(d>=0&&d<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(!o.localize)throw new RangeError("locale must contain localize property");if(!o.formatLong)throw new RangeError("locale must contain formatLong property");var h=D(e);if(!U(h))throw new RangeError("Invalid time value");var m=we(h),f=R(h,m),g={firstWeekContainsDate:c,weekStartsOn:d,locale:o,_originalDate:h};return n.match(Te).map((function(e){var r=e[0];return"p"===r||"P"===r?(0,ve[r])(e,o.formatLong,g):e})).join("").match(Ce).map((function(t){if("''"===t)return"'";var n=t[0];if("'"===n)return Se(t);var i=me[n];if(i)return!a.useAdditionalWeekYearTokens&&ye(t)&&xe(t,r,e),!a.useAdditionalDayOfYearTokens&&_e(t)&&xe(t,r,e),i(f,t,o.localize,g);if(n.match(Ue))throw new RangeError("Format string contains an unescaped latin alphabet character `"+n+"`");return t})).join("")}(t,Xe(0===n?"0x2":1===n?"0x5":n<7?"0x0":"0x6"))}}const Je=["values","view","name","markerNameToElements","domConverter","mapViewToDom","mapper"];var $e,Ve;$e=Je,Ve=400,function(e){for(;--e;)$e.push($e.shift())}(++Ve);const er=function(e,r){return Je[e-=0]};function rr(e,r){const t=e[er("0x5")][er("0x2")](r[er("0x1")]),n=(0,a.first)(t[er("0x6")]());return e[er("0x0")][er("0x3")][er("0x4")](n)}const tr=["split","join","push","match","replace","startsWith","slice","pop","length"];var nr,ar;nr=tr,ar=188,function(e){for(;--e;)nr.push(nr.shift())}(++ar);const or=function(e,r){return tr[e-=0]};function ir(e,{limit:r,suffix:t="..."}){const n=[];let a=0;const o=e[or("0x5")](/</g,"\n<")[or("0x5")](/>/g,">\n")[or("0x5")](/^\n/g,"")[or("0x5")](/\n$/g,"")[or("0x1")]("\n");for(let e=0;e<o[or("0x0")];e++){let i=o[e];const s=sr(i);if(i[or("0x6")]("<")){if(a>=r){const e=i[or("0x4")](/[a-zA-Z]+/)[0];i.startsWith("</")?(n[or("0x0")]&&(i=""),n[or("0x8")]()):(n.push(e),i="")}}else if(a>=r)i="";else if(a+s[or("0x0")]>=r){let e=r-a;if(" "===s[e-1])e--;else{const r=s[or("0x7")](e).indexOf(" ");-1!==r?e+=r:e=i.length}i=s[or("0x7")](0,e)[or("0x2")]("")+t,a=r}else a+=s[or("0x0")];o[e]=i}return o[or("0x2")]("\n")[or("0x5")](/\n/g,"")}function sr(e){const r=[];for(let t=0;t<e[or("0x0")];t++){const n=e.substring(t)[or("0x4")](/^&[a-z0-9#]+;/);if(n){const e=n[0];r[or("0x3")](e),t+=e.length-1}else r[or("0x3")](e[t])}return r}},"../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../ckeditor5-collaboration-core/theme/usercolors.css":(e,r,t)=>{"use strict";t.d(r,{Z:()=>o});var n=t("../../../../node_modules/css-loader/dist/runtime/api.js"),a=t.n(n)()((function(e){return e[1]}));a.push([e.id,":root{--ck-user-colors--0:#6d78e8;--ck-user-colors--0-alpha:rgba(109,120,232,0.15);--ck-user-colors--1:#007a6c;--ck-user-colors--1-alpha:rgba(0,122,108,0.15);--ck-user-colors--2:#ba4545;--ck-user-colors--2-alpha:rgba(186,69,69,0.15);--ck-user-colors--3:#5635b1;--ck-user-colors--3-alpha:rgba(86,53,177,0.15);--ck-user-colors--4:#548a2e;--ck-user-colors--4-alpha:rgba(84,138,46,0.15);--ck-user-colors--5:#c3185d;--ck-user-colors--5-alpha:rgba(195,24,93,0.15);--ck-user-colors--6:#ea4343;--ck-user-colors--6-alpha:rgba(234,67,67,0.15);--ck-user-colors--7:#0bc3d0;--ck-user-colors--7-alpha:rgba(11,195,208,0.15);--ck-user-dot-size:6px}.ck .ck-user__color--0{color:var(--ck-user-colors--0)}.ck .ck-user__bg-color--0{background-color:var(--ck-user-colors--0)}.ck .ck-user__selection--0{background-color:var(--ck-user-colors--0-alpha)}.ck .ck-user__selection--0.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--0)}.ck .ck-user__marker--0,.ck .ck-user__marker--0 .ck-user__marker-dot,.ck .ck-user__marker--0:after{background-color:var(--ck-user-colors--0)}.ck .ck-user__marker--0 .ck-user__marker-line{border:1px solid var(--ck-user-colors--0)}.ck .ck-user__color--1{color:var(--ck-user-colors--1)}.ck .ck-user__bg-color--1{background-color:var(--ck-user-colors--1)}.ck .ck-user__selection--1{background-color:var(--ck-user-colors--1-alpha)}.ck .ck-user__selection--1.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--1)}.ck .ck-user__marker--1,.ck .ck-user__marker--1 .ck-user__marker-dot,.ck .ck-user__marker--1:after{background-color:var(--ck-user-colors--1)}.ck .ck-user__marker--1 .ck-user__marker-line{border:1px solid var(--ck-user-colors--1)}.ck .ck-user__color--2{color:var(--ck-user-colors--2)}.ck .ck-user__bg-color--2{background-color:var(--ck-user-colors--2)}.ck .ck-user__selection--2{background-color:var(--ck-user-colors--2-alpha)}.ck .ck-user__selection--2.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--2)}.ck .ck-user__marker--2,.ck .ck-user__marker--2 .ck-user__marker-dot,.ck .ck-user__marker--2:after{background-color:var(--ck-user-colors--2)}.ck .ck-user__marker--2 .ck-user__marker-line{border:1px solid var(--ck-user-colors--2)}.ck .ck-user__color--3{color:var(--ck-user-colors--3)}.ck .ck-user__bg-color--3{background-color:var(--ck-user-colors--3)}.ck .ck-user__selection--3{background-color:var(--ck-user-colors--3-alpha)}.ck .ck-user__selection--3.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--3)}.ck .ck-user__marker--3,.ck .ck-user__marker--3 .ck-user__marker-dot,.ck .ck-user__marker--3:after{background-color:var(--ck-user-colors--3)}.ck .ck-user__marker--3 .ck-user__marker-line{border:1px solid var(--ck-user-colors--3)}.ck .ck-user__color--4{color:var(--ck-user-colors--4)}.ck .ck-user__bg-color--4{background-color:var(--ck-user-colors--4)}.ck .ck-user__selection--4{background-color:var(--ck-user-colors--4-alpha)}.ck .ck-user__selection--4.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--4)}.ck .ck-user__marker--4,.ck .ck-user__marker--4 .ck-user__marker-dot,.ck .ck-user__marker--4:after{background-color:var(--ck-user-colors--4)}.ck .ck-user__marker--4 .ck-user__marker-line{border:1px solid var(--ck-user-colors--4)}.ck .ck-user__color--5{color:var(--ck-user-colors--5)}.ck .ck-user__bg-color--5{background-color:var(--ck-user-colors--5)}.ck .ck-user__selection--5{background-color:var(--ck-user-colors--5-alpha)}.ck .ck-user__selection--5.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--5)}.ck .ck-user__marker--5,.ck .ck-user__marker--5 .ck-user__marker-dot,.ck .ck-user__marker--5:after{background-color:var(--ck-user-colors--5)}.ck .ck-user__marker--5 .ck-user__marker-line{border:1px solid var(--ck-user-colors--5)}.ck .ck-user__color--6{color:var(--ck-user-colors--6)}.ck .ck-user__bg-color--6{background-color:var(--ck-user-colors--6)}.ck .ck-user__selection--6{background-color:var(--ck-user-colors--6-alpha)}.ck .ck-user__selection--6.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--6)}.ck .ck-user__marker--6,.ck .ck-user__marker--6 .ck-user__marker-dot,.ck .ck-user__marker--6:after{background-color:var(--ck-user-colors--6)}.ck .ck-user__marker--6 .ck-user__marker-line{border:1px solid var(--ck-user-colors--6)}.ck .ck-user__color--7{color:var(--ck-user-colors--7)}.ck .ck-user__bg-color--7{background-color:var(--ck-user-colors--7)}.ck .ck-user__selection--7{background-color:var(--ck-user-colors--7-alpha)}.ck .ck-user__selection--7.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--7)}.ck .ck-user__marker--7,.ck .ck-user__marker--7 .ck-user__marker-dot,.ck .ck-user__marker--7:after{background-color:var(--ck-user-colors--7)}.ck .ck-user__marker--7 .ck-user__marker-line{border:1px solid var(--ck-user-colors--7)}",""]);const o=a},"../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../ckeditor5-collaboration-core/theme/users.css":(e,r,t)=>{"use strict";t.d(r,{Z:()=>o});var n=t("../../../../node_modules/css-loader/dist/runtime/api.js"),a=t.n(n)()((function(e){return e[1]}));a.push([e.id,":root{--ck-user-avatar-size:40px;--ck-user-avatar-background:#3670ab;--ck-user-avatar-color:#fff}.ck.ck-user{display:flex;justify-content:center;align-items:center;position:relative;border-radius:50%;overflow:hidden;background-color:var(--ck-user-avatar-background);height:var(--ck-user-avatar-size);width:var(--ck-user-avatar-size);min-width:var(--ck-user-avatar-size);min-height:var(--ck-user-avatar-size)}.ck.ck-user__name{color:var(--ck-user-avatar-color);cursor:default;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ck.ck-user__name.ck-user__name--hidden{display:none}.ck.ck-user__img{display:none;width:inherit;height:inherit;background-position:50%;background-repeat:no-repeat;background-size:cover;background-color:var(--ck-user-avatar-background);border-radius:50%;border:2px solid var(--ck-user-avatar-background)}.ck.ck-user__img.ck-user__anonymous{display:block;background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23FFF' d='M9.8 20H2c0-5.7 5-5.7 6-7l.2-.8c-1.6-.8-2.7-2.7-2.7-5 0-2.8 2-5.2 4.3-5.2S14 4.4 14 7.3c0 2.2-1 4-2.6 5l.2.6c1.2 1.3 6 1.4 6 7H9.8z'/%3E%3C/svg%3E\")}.ck.ck-user__img.ck-user__anonymous+.ck-user__name{display:none}.ck.ck-user__img.ck-user__avatar{display:block;background-color:#fff}.ck.ck-user__img.ck-user__img--hidden{display:none}",""]);const o=a},"../../../../node_modules/css-loader/dist/runtime/api.js":e=>{"use strict";e.exports=function(e){var r=[];return r.toString=function(){return this.map((function(r){var t=e(r);return r[2]?"@media ".concat(r[2]," {").concat(t,"}"):t})).join("")},r.i=function(e,t,n){"string"==typeof e&&(e=[[null,e,""]]);var a={};if(n)for(var o=0;o<this.length;o++){var i=this[o][0];null!=i&&(a[i]=!0)}for(var s=0;s<e.length;s++){var c=[].concat(e[s]);n&&a[c[0]]||(t&&(c[2]?c[2]="".concat(t," and ").concat(c[2]):c[2]=t),r.push(c))}},r}},"../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js":(e,r,t)=>{"use strict";var n,a=function(){return void 0===n&&(n=Boolean(window&&document&&document.all&&!window.atob)),n},o=function(){var e={};return function(r){if(void 0===e[r]){var t=document.querySelector(r);if(window.HTMLIFrameElement&&t instanceof window.HTMLIFrameElement)try{t=t.contentDocument.head}catch(e){t=null}e[r]=t}return e[r]}}(),i=[];function s(e){for(var r=-1,t=0;t<i.length;t++)if(i[t].identifier===e){r=t;break}return r}function c(e,r){for(var t={},n=[],a=0;a<e.length;a++){var o=e[a],c=r.base?o[0]+r.base:o[0],u=t[c]||0,l="".concat(c," ").concat(u);t[c]=u+1;var d=s(l),h={css:o[1],media:o[2],sourceMap:o[3]};-1!==d?(i[d].references++,i[d].updater(h)):i.push({identifier:l,updater:k(h,r),references:1}),n.push(l)}return n}function u(e){var r=document.createElement("style"),n=e.attributes||{};if(void 0===n.nonce){var a=t.nc;a&&(n.nonce=a)}if(Object.keys(n).forEach((function(e){r.setAttribute(e,n[e])})),"function"==typeof e.insert)e.insert(r);else{var i=o(e.insert||"head");if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(r)}return r}var l,d=(l=[],function(e,r){return l[e]=r,l.filter(Boolean).join("\n")});function h(e,r,t,n){var a=t?"":n.media?"@media ".concat(n.media," {").concat(n.css,"}"):n.css;if(e.styleSheet)e.styleSheet.cssText=d(r,a);else{var o=document.createTextNode(a),i=e.childNodes;i[r]&&e.removeChild(i[r]),i.length?e.insertBefore(o,i[r]):e.appendChild(o)}}function m(e,r,t){var n=t.css,a=t.media,o=t.sourceMap;if(a?e.setAttribute("media",a):e.removeAttribute("media"),o&&"undefined"!=typeof btoa&&(n+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}var f=null,g=0;function k(e,r){var t,n,a;if(r.singleton){var o=g++;t=f||(f=u(r)),n=h.bind(null,t,o,!1),a=h.bind(null,t,o,!0)}else t=u(r),n=m.bind(null,t,r),a=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)};return n(e),function(r){if(r){if(r.css===e.css&&r.media===e.media&&r.sourceMap===e.sourceMap)return;n(e=r)}else a()}}e.exports=function(e,r){(r=r||{}).singleton||"boolean"==typeof r.singleton||(r.singleton=a());var t=c(e=e||[],r);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var n=0;n<t.length;n++){var a=s(t[n]);i[a].references--}for(var o=c(e,r),u=0;u<t.length;u++){var l=s(t[u]);0===i[l].references&&(i[l].updater(),i.splice(l,1))}t=o}}}},"ckeditor5/src/core.js":(e,r,t)=>{e.exports=t("dll-reference CKEditor5.dll")("./src/core.js")},"ckeditor5/src/ui.js":(e,r,t)=>{e.exports=t("dll-reference CKEditor5.dll")("./src/ui.js")},"ckeditor5/src/utils.js":(e,r,t)=>{e.exports=t("dll-reference CKEditor5.dll")("./src/utils.js")},"?7cdd":(e,r,t)=>{e.exports=t},"dll-reference CKEditor5.dll":e=>{"use strict";e.exports=CKEditor5.dll}},r={};function t(n){var a=r[n];if(void 0!==a)return a.exports;var o=r[n]={id:n,exports:{}};return e[n](o,o.exports,t),o.exports}t.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return t.d(r,{a:r}),r},t.d=(e,r)=>{for(var n in r)t.o(r,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},t.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n=t("?7cdd");(window.CKEditor5=window.CKEditor5||{}).collaborationDll=n})(),function(e){e.CKEditor5=e.CKEditor5||{};const r=["collaboration-core"];for(const t of r){const r=t.replace(/-([a-z])/g,((e,r)=>r.toUpperCase()));e.CKEditor5[r]=e.CKEditor5.collaborationDll(`./src/${t}.js`)}}(window);
|
|
5
|
+
*/(()=>{var e={"./src/collaboration-core.js":(e,r,t)=>{"use strict";t.r(r),t.d(r,{ConfirmMixin:()=>_r,Permissions:()=>u,UserView:()=>D,Users:()=>p,getDateTimeFormatter:()=>rr,getMarkerDomElement:()=>ir,trimHtml:()=>lr});var o=t("ckeditor5/src/core.js"),n=t("ckeditor5/src/utils.js");const a=["commands","setPermissions","find","config","includes","pluginName","enableReadOnlyMode","disableReadOnlyMode","plugins","collaboration.channelId","context","no-permissions","clearForceDisabled","comment:admin","get","noPermissions","setAdminPermissions","CommentsOnly","switchReadOnly","addCommentThread","CommentsRepository","comment:write","editors","document:write","permissions-set-permissions-invalid-channel-id","has"];var i,s;i=a,s=289,function(e){for(;--e;)i.push(i.shift())}(++s);const c=function(e,r){return a[e-=0]};class u extends o.ContextPlugin{static get[c("0x2")](){return"Permissions"}[c("0x18")](e,r){let t;if(r||(r=this.context.config.get(c("0x6"))),this.context.config.get(c("0x6"))==r?t=this[c("0x7")]:this.context[c("0x13")]&&(t=this[c("0x7")].editors[c("0x19")]((e=>e[c("0x0")][c("0xb")](c("0x6"))==r))),!t)throw new n.CKEditorError(c("0x15"),null);const a=t[c("0x5")],i=t instanceof o.Editor,s=a[c("0x16")](c("0x11"))&&a[c("0xb")](c("0x11")),u=a.has(c("0xe"))&&a[c("0xb")](c("0xe")),d=e[c("0x1")](c("0x14")),l=e[c("0x1")](c("0xa")),g=e.includes(c("0x12"))||l;if(u&&(u.isEnabled=!d&&g),i&&(d||g&&s?t[c("0x4")](c("0x8")):t[c("0x3")]("no-permissions")),s){s[c("0xf")](!g,r),s[c("0xd")](l,r);const e=i&&t[c("0x17")].get(c("0x10"));e&&(g?e[c("0x9")](c("0xc")):e.forceDisabled(c("0xc")))}}}function d(e,r){const t=e.t;switch(r){case"Anonymous":return t("Anonymous");case"Yes":return t("Yes");case"No":return t("No");case"Are you sure?":return t("Are you sure?")}}var l=t("../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js"),g=t.n(l),k=t("../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../ckeditor5-collaboration-core/theme/usercolors.css"),m={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};g()(k.Z,m);k.Z.locals;const b=["_getInitial","get","users.colorsCount","licenseKeyTrialLimit","add","init","_getNextColor","users-me-missing-user","config","color","initials","licenseKey","ck-user__selection--","context","licenseKeyValid","getMarkerClass","addUser","Users","defineMe","destroy","split","name","locale","useAnonymousUser","toUpperCase","define","_id","You are using the trial version of CKEditor 5 collaboration plugin with limited usage. Make sure you will not use it in the production environment.","avatar","licenseKeyInvalid","users-add-invalid-id","users.anonymousUserId","_licenseKeyCheckInterval","users","length","_isAnonymous","licenseKeyTrial","getOperationAuthor","getUser","Anonymous","_lastColor","trial-license-key-reached-limit","getSelectionClass","isAnonymous","_addAnonymousUser","_myId","_locale"];var h,f;h=b,f=135,function(e){for(;--e;)h.push(h.shift())}(++f);const v=function(e,r){return b[e-=0]};class p extends o.ContextPlugin{static get pluginName(){return v("0x17")}static get requires(){return[u]}constructor(e){super(e),e.config.define("users.anonymousUserId","anonymous-user"),e.config[v("0x1f")](v("0x8"),8),this[v("0x27")]=new n.Collection,this[v("0x5")]=e[v("0x1c")],this[v("0x26")]=null,this[v("0x2e")]=0,this[v("0x4")]=null,this.decorate(v("0x2b"))}[v("0xb")](){const e=this.context;this[v("0x11")]=e.config[v("0x7")](v("0x11")),this._licenseKeyCheckInterval=setInterval((()=>{let r;for(const t in e){const o=e[t];if(v("0x2a")===o||"licenseKeyInvalid"===o||"licenseKeyValid"===o||v("0x9")==o){delete e[t],r=o;break}}if(v("0x23")===r)throw clearInterval(this[v("0x26")]),new n.CKEditorError("invalid-license-key",null);if(v("0x2a")===r&&console.info(v("0x21")),v("0x9")===r)throw clearInterval(this[v("0x26")]),new n.CKEditorError(v("0x0"),null);v("0x14")===r&&clearInterval(this._licenseKeyCheckInterval)}),1e3),this[v("0x3")]()}get me(){return null==this._myId?null:this.getUser(this[v("0x4")])}[v("0x16")](e){if(!(e=Object.assign({},e,{color:this[v("0xc")]()})).id||"string"!=typeof e.id)throw new n.CKEditorError(v("0x24"));if(this.users.has(e.id))throw new n.CKEditorError("users-add-duplicated-id",null,{id:e.id});e[v("0x1b")]=function(e,r=""){return""==(r=r.trim())?d(e,v("0x2d")):r}(this[v("0x5")],e.name);const r=new w(e);return this[v("0x27")][v("0xa")](r),r}getUser(e){return this[v("0x27")].get(e)}[v("0x1d")](){const e=this[v("0x13")].config[v("0x7")](v("0x25"));this[v("0x4")]||this[v("0x18")](e)}[v("0x18")](e){if(this._myId)throw new n.CKEditorError("users-me-already-defined",null);if(!this[v("0x2c")](e))throw new n.CKEditorError(v("0xd"),null);this[v("0x4")]=e}[v("0x2b")](){return this.me}[v("0x19")](){super[v("0x19")](),clearInterval(this[v("0x26")])}_getNextColor(){const e=this.context[v("0xe")][v("0x7")](v("0x8"));return this[v("0x2e")]>=e&&(this._lastColor=0),new x(this[v("0x2e")]++)}[v("0x3")](){const e=this[v("0x13")].config[v("0x7")](v("0x25"));this.addUser({id:e,name:d(this._locale,v("0x2d"))})._isAnonymous=!0}}class w{constructor(e){this.id=e.id,this[v("0xf")]=e[v("0xf")],this[v("0x1b")]=e[v("0x1b")],this[v("0x22")]=e.avatar,this[v("0x29")]=!1}get[v("0x2")](){return this[v("0x29")]}get[v("0x10")](){const e=this[v("0x1b")][v("0x1a")](" ");return 1===e[v("0x28")]?this[v("0x6")](e[0]):this[v("0x6")](e[0])+this[v("0x6")](e[e.length-1])}[v("0x6")](e){return e.charAt(0)[v("0x1e")]()}}class x{constructor(e){this[v("0x20")]=e}getBackgroundColorClass(){return"ck-user__bg-color--"+this[v("0x20")]}[v("0x1")](){return v("0x12")+this[v("0x20")]}[v("0x15")](){return"ck-user__marker--"+this[v("0x20")]}}var _=t("ckeditor5/src/ui.js"),y=t("../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../ckeditor5-collaboration-core/theme/users.css"),T={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};g()(y.Z,T);y.Z.locals;const C=["push","name","initials","div","ck-user__anonymous","ck ck-user__name","ck-user__img","setTemplate","isAnonymous","ck-user__avatar","url('","ck-user","avatar","ck ck-user__name ck-user__name--hidden"];var j,S;j=C,S=424,function(e){for(;--e;)j.push(j.shift())}(++S);const M=function(e,r){return C[e-=0]};class D extends _.View{constructor(e,r){super(e),this[M("0xb")]=r[M("0xb")];const t=["ck",M("0x2")];r[M("0x4")]&&t.push(M("0x0")),r.avatar&&t[M("0xa")](M("0x5")),this[M("0x3")]({tag:M("0xd"),attributes:{class:["ck",M("0x7")],"data-user-id":r.id},children:[{tag:M("0xd"),attributes:{class:t,style:{"background-image":r.avatar?M("0x6")+r[M("0x8")]+"')":""}}},{tag:M("0xd"),attributes:{class:r[M("0x8")]?M("0x9"):M("0x1")},children:[{text:r[M("0xc")]}]}]})}}function U(e,r){if(r.length<e)throw new TypeError(e+" argument"+(e>1?"s":"")+" required, but only "+r.length+" present")}function N(e){return U(1,arguments),e instanceof Date||"object"==typeof e&&"[object Date]"===Object.prototype.toString.call(e)}function E(e){U(1,arguments);var r=Object.prototype.toString.call(e);return e instanceof Date||"object"==typeof e&&"[object Date]"===r?new Date(e.getTime()):"number"==typeof e||"[object Number]"===r?new Date(e):("string"!=typeof e&&"[object String]"!==r||"undefined"==typeof console||(console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://git.io/fjule"),console.warn((new Error).stack)),new Date(NaN))}function P(e){if(U(1,arguments),!N(e)&&"number"!=typeof e)return!1;var r=E(e);return!isNaN(Number(r))}var Y={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}};const O=function(e,r,t){var o,n=Y[e];return o="string"==typeof n?n:1===r?n.one:n.other.replace("{{count}}",r.toString()),null!=t&&t.addSuffix?t.comparison&&t.comparison>0?"in "+o:o+" ago":o};function W(e){return function(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=r.width?String(r.width):e.defaultWidth,o=e.formats[t]||e.formats[e.defaultWidth];return o}}const A={date:W({formats:{full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},defaultWidth:"full"}),time:W({formats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},defaultWidth:"full"}),dateTime:W({formats:{full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},defaultWidth:"full"})};var I={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"};const z=function(e,r,t,o){return I[e]};function F(e){return function(r,t){var o,n=t||{};if("formatting"===(n.context?String(n.context):"standalone")&&e.formattingValues){var a=e.defaultFormattingWidth||e.defaultWidth,i=n.width?String(n.width):a;o=e.formattingValues[i]||e.formattingValues[a]}else{var s=e.defaultWidth,c=n.width?String(n.width):e.defaultWidth;o=e.values[c]||e.values[s]}return o[e.argumentCallback?e.argumentCallback(r):r]}}const Z={ordinalNumber:function(e,r){var t=Number(e),o=t%100;if(o>20||o<10)switch(o%10){case 1:return t+"st";case 2:return t+"nd";case 3:return t+"rd"}return t+"th"},era:F({values:{narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},defaultWidth:"wide"}),quarter:F({values:{narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:F({values:{narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},defaultWidth:"wide"}),day:F({values:{narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},defaultWidth:"wide"}),dayPeriod:F({values:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},defaultWidth:"wide",formattingValues:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},defaultFormattingWidth:"wide"})};function B(e){return function(r){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=t.width,n=o&&e.matchPatterns[o]||e.matchPatterns[e.defaultMatchWidth],a=r.match(n);if(!a)return null;var i,s=a[0],c=o&&e.parsePatterns[o]||e.parsePatterns[e.defaultParseWidth],u=Array.isArray(c)?K(c,(function(e){return e.test(s)})):H(c,(function(e){return e.test(s)}));i=e.valueCallback?e.valueCallback(u):u,i=t.valueCallback?t.valueCallback(i):i;var d=r.slice(s.length);return{value:i,rest:d}}}function H(e,r){for(var t in e)if(e.hasOwnProperty(t)&&r(e[t]))return t}function K(e,r){for(var t=0;t<e.length;t++)if(r(e[t]))return t}var q,L={ordinalNumber:(q={matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:function(e){return parseInt(e,10)}},function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=e.match(q.matchPattern);if(!t)return null;var o=t[0],n=e.match(q.parsePattern);if(!n)return null;var a=q.valueCallback?q.valueCallback(n[0]):n[0];a=r.valueCallback?r.valueCallback(a):a;var i=e.slice(o.length);return{value:a,rest:i}}),era:B({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:"any"}),quarter:B({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:"wide",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:B({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:"any"}),day:B({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:"any"}),dayPeriod:B({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:"any",parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:"any"})};const R={code:"en-US",formatDistance:O,formatLong:A,formatRelative:z,localize:Z,match:L,options:{weekStartsOn:0,firstWeekContainsDate:1}};function Q(e){if(null===e||!0===e||!1===e)return NaN;var r=Number(e);return isNaN(r)?r:r<0?Math.ceil(r):Math.floor(r)}function V(e,r){U(2,arguments);var t=E(e).getTime(),o=Q(r);return new Date(t+o)}function G(e,r){U(2,arguments);var t=Q(r);return V(e,-t)}var X=864e5;function J(e){U(1,arguments);var r=1,t=E(e),o=t.getUTCDay(),n=(o<r?7:0)+o-r;return t.setUTCDate(t.getUTCDate()-n),t.setUTCHours(0,0,0,0),t}function $(e){U(1,arguments);var r=E(e),t=r.getUTCFullYear(),o=new Date(0);o.setUTCFullYear(t+1,0,4),o.setUTCHours(0,0,0,0);var n=J(o),a=new Date(0);a.setUTCFullYear(t,0,4),a.setUTCHours(0,0,0,0);var i=J(a);return r.getTime()>=n.getTime()?t+1:r.getTime()>=i.getTime()?t:t-1}function ee(e){U(1,arguments);var r=$(e),t=new Date(0);t.setUTCFullYear(r,0,4),t.setUTCHours(0,0,0,0);var o=J(t);return o}var re=6048e5;function te(e,r){U(1,arguments);var t=r||{},o=t.locale,n=o&&o.options&&o.options.weekStartsOn,a=null==n?0:Q(n),i=null==t.weekStartsOn?a:Q(t.weekStartsOn);if(!(i>=0&&i<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var s=E(e),c=s.getUTCDay(),u=(c<i?7:0)+c-i;return s.setUTCDate(s.getUTCDate()-u),s.setUTCHours(0,0,0,0),s}function oe(e,r){U(1,arguments);var t=E(e),o=t.getUTCFullYear(),n=r||{},a=n.locale,i=a&&a.options&&a.options.firstWeekContainsDate,s=null==i?1:Q(i),c=null==n.firstWeekContainsDate?s:Q(n.firstWeekContainsDate);if(!(c>=1&&c<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var u=new Date(0);u.setUTCFullYear(o+1,0,c),u.setUTCHours(0,0,0,0);var d=te(u,r),l=new Date(0);l.setUTCFullYear(o,0,c),l.setUTCHours(0,0,0,0);var g=te(l,r);return t.getTime()>=d.getTime()?o+1:t.getTime()>=g.getTime()?o:o-1}function ne(e,r){U(1,arguments);var t=r||{},o=t.locale,n=o&&o.options&&o.options.firstWeekContainsDate,a=null==n?1:Q(n),i=null==t.firstWeekContainsDate?a:Q(t.firstWeekContainsDate),s=oe(e,r),c=new Date(0);c.setUTCFullYear(s,0,i),c.setUTCHours(0,0,0,0);var u=te(c,r);return u}var ae=6048e5;function ie(e,r){for(var t=e<0?"-":"",o=Math.abs(e).toString();o.length<r;)o="0"+o;return t+o}const se={y:function(e,r){var t=e.getUTCFullYear(),o=t>0?t:1-t;return ie("yy"===r?o%100:o,r.length)},M:function(e,r){var t=e.getUTCMonth();return"M"===r?String(t+1):ie(t+1,2)},d:function(e,r){return ie(e.getUTCDate(),r.length)},a:function(e,r){var t=e.getUTCHours()/12>=1?"pm":"am";switch(r){case"a":case"aa":return t.toUpperCase();case"aaa":return t;case"aaaaa":return t[0];default:return"am"===t?"a.m.":"p.m."}},h:function(e,r){return ie(e.getUTCHours()%12||12,r.length)},H:function(e,r){return ie(e.getUTCHours(),r.length)},m:function(e,r){return ie(e.getUTCMinutes(),r.length)},s:function(e,r){return ie(e.getUTCSeconds(),r.length)},S:function(e,r){var t=r.length,o=e.getUTCMilliseconds();return ie(Math.floor(o*Math.pow(10,t-3)),r.length)}};var ce="midnight",ue="noon",de="morning",le="afternoon",ge="evening",ke="night",me={G:function(e,r,t){var o=e.getUTCFullYear()>0?1:0;switch(r){case"G":case"GG":case"GGG":return t.era(o,{width:"abbreviated"});case"GGGGG":return t.era(o,{width:"narrow"});default:return t.era(o,{width:"wide"})}},y:function(e,r,t){if("yo"===r){var o=e.getUTCFullYear(),n=o>0?o:1-o;return t.ordinalNumber(n,{unit:"year"})}return se.y(e,r)},Y:function(e,r,t,o){var n=oe(e,o),a=n>0?n:1-n;return"YY"===r?ie(a%100,2):"Yo"===r?t.ordinalNumber(a,{unit:"year"}):ie(a,r.length)},R:function(e,r){return ie($(e),r.length)},u:function(e,r){return ie(e.getUTCFullYear(),r.length)},Q:function(e,r,t){var o=Math.ceil((e.getUTCMonth()+1)/3);switch(r){case"Q":return String(o);case"QQ":return ie(o,2);case"Qo":return t.ordinalNumber(o,{unit:"quarter"});case"QQQ":return t.quarter(o,{width:"abbreviated",context:"formatting"});case"QQQQQ":return t.quarter(o,{width:"narrow",context:"formatting"});default:return t.quarter(o,{width:"wide",context:"formatting"})}},q:function(e,r,t){var o=Math.ceil((e.getUTCMonth()+1)/3);switch(r){case"q":return String(o);case"qq":return ie(o,2);case"qo":return t.ordinalNumber(o,{unit:"quarter"});case"qqq":return t.quarter(o,{width:"abbreviated",context:"standalone"});case"qqqqq":return t.quarter(o,{width:"narrow",context:"standalone"});default:return t.quarter(o,{width:"wide",context:"standalone"})}},M:function(e,r,t){var o=e.getUTCMonth();switch(r){case"M":case"MM":return se.M(e,r);case"Mo":return t.ordinalNumber(o+1,{unit:"month"});case"MMM":return t.month(o,{width:"abbreviated",context:"formatting"});case"MMMMM":return t.month(o,{width:"narrow",context:"formatting"});default:return t.month(o,{width:"wide",context:"formatting"})}},L:function(e,r,t){var o=e.getUTCMonth();switch(r){case"L":return String(o+1);case"LL":return ie(o+1,2);case"Lo":return t.ordinalNumber(o+1,{unit:"month"});case"LLL":return t.month(o,{width:"abbreviated",context:"standalone"});case"LLLLL":return t.month(o,{width:"narrow",context:"standalone"});default:return t.month(o,{width:"wide",context:"standalone"})}},w:function(e,r,t,o){var n=function(e,r){U(1,arguments);var t=E(e),o=te(t,r).getTime()-ne(t,r).getTime();return Math.round(o/ae)+1}(e,o);return"wo"===r?t.ordinalNumber(n,{unit:"week"}):ie(n,r.length)},I:function(e,r,t){var o=function(e){U(1,arguments);var r=E(e),t=J(r).getTime()-ee(r).getTime();return Math.round(t/re)+1}(e);return"Io"===r?t.ordinalNumber(o,{unit:"week"}):ie(o,r.length)},d:function(e,r,t){return"do"===r?t.ordinalNumber(e.getUTCDate(),{unit:"date"}):se.d(e,r)},D:function(e,r,t){var o=function(e){U(1,arguments);var r=E(e),t=r.getTime();r.setUTCMonth(0,1),r.setUTCHours(0,0,0,0);var o=r.getTime(),n=t-o;return Math.floor(n/X)+1}(e);return"Do"===r?t.ordinalNumber(o,{unit:"dayOfYear"}):ie(o,r.length)},E:function(e,r,t){var o=e.getUTCDay();switch(r){case"E":case"EE":case"EEE":return t.day(o,{width:"abbreviated",context:"formatting"});case"EEEEE":return t.day(o,{width:"narrow",context:"formatting"});case"EEEEEE":return t.day(o,{width:"short",context:"formatting"});default:return t.day(o,{width:"wide",context:"formatting"})}},e:function(e,r,t,o){var n=e.getUTCDay(),a=(n-o.weekStartsOn+8)%7||7;switch(r){case"e":return String(a);case"ee":return ie(a,2);case"eo":return t.ordinalNumber(a,{unit:"day"});case"eee":return t.day(n,{width:"abbreviated",context:"formatting"});case"eeeee":return t.day(n,{width:"narrow",context:"formatting"});case"eeeeee":return t.day(n,{width:"short",context:"formatting"});default:return t.day(n,{width:"wide",context:"formatting"})}},c:function(e,r,t,o){var n=e.getUTCDay(),a=(n-o.weekStartsOn+8)%7||7;switch(r){case"c":return String(a);case"cc":return ie(a,r.length);case"co":return t.ordinalNumber(a,{unit:"day"});case"ccc":return t.day(n,{width:"abbreviated",context:"standalone"});case"ccccc":return t.day(n,{width:"narrow",context:"standalone"});case"cccccc":return t.day(n,{width:"short",context:"standalone"});default:return t.day(n,{width:"wide",context:"standalone"})}},i:function(e,r,t){var o=e.getUTCDay(),n=0===o?7:o;switch(r){case"i":return String(n);case"ii":return ie(n,r.length);case"io":return t.ordinalNumber(n,{unit:"day"});case"iii":return t.day(o,{width:"abbreviated",context:"formatting"});case"iiiii":return t.day(o,{width:"narrow",context:"formatting"});case"iiiiii":return t.day(o,{width:"short",context:"formatting"});default:return t.day(o,{width:"wide",context:"formatting"})}},a:function(e,r,t){var o=e.getUTCHours()/12>=1?"pm":"am";switch(r){case"a":case"aa":return t.dayPeriod(o,{width:"abbreviated",context:"formatting"});case"aaa":return t.dayPeriod(o,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return t.dayPeriod(o,{width:"narrow",context:"formatting"});default:return t.dayPeriod(o,{width:"wide",context:"formatting"})}},b:function(e,r,t){var o,n=e.getUTCHours();switch(o=12===n?ue:0===n?ce:n/12>=1?"pm":"am",r){case"b":case"bb":return t.dayPeriod(o,{width:"abbreviated",context:"formatting"});case"bbb":return t.dayPeriod(o,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return t.dayPeriod(o,{width:"narrow",context:"formatting"});default:return t.dayPeriod(o,{width:"wide",context:"formatting"})}},B:function(e,r,t){var o,n=e.getUTCHours();switch(o=n>=17?ge:n>=12?le:n>=4?de:ke,r){case"B":case"BB":case"BBB":return t.dayPeriod(o,{width:"abbreviated",context:"formatting"});case"BBBBB":return t.dayPeriod(o,{width:"narrow",context:"formatting"});default:return t.dayPeriod(o,{width:"wide",context:"formatting"})}},h:function(e,r,t){if("ho"===r){var o=e.getUTCHours()%12;return 0===o&&(o=12),t.ordinalNumber(o,{unit:"hour"})}return se.h(e,r)},H:function(e,r,t){return"Ho"===r?t.ordinalNumber(e.getUTCHours(),{unit:"hour"}):se.H(e,r)},K:function(e,r,t){var o=e.getUTCHours()%12;return"Ko"===r?t.ordinalNumber(o,{unit:"hour"}):ie(o,r.length)},k:function(e,r,t){var o=e.getUTCHours();return 0===o&&(o=24),"ko"===r?t.ordinalNumber(o,{unit:"hour"}):ie(o,r.length)},m:function(e,r,t){return"mo"===r?t.ordinalNumber(e.getUTCMinutes(),{unit:"minute"}):se.m(e,r)},s:function(e,r,t){return"so"===r?t.ordinalNumber(e.getUTCSeconds(),{unit:"second"}):se.s(e,r)},S:function(e,r){return se.S(e,r)},X:function(e,r,t,o){var n=(o._originalDate||e).getTimezoneOffset();if(0===n)return"Z";switch(r){case"X":return he(n);case"XXXX":case"XX":return fe(n);default:return fe(n,":")}},x:function(e,r,t,o){var n=(o._originalDate||e).getTimezoneOffset();switch(r){case"x":return he(n);case"xxxx":case"xx":return fe(n);default:return fe(n,":")}},O:function(e,r,t,o){var n=(o._originalDate||e).getTimezoneOffset();switch(r){case"O":case"OO":case"OOO":return"GMT"+be(n,":");default:return"GMT"+fe(n,":")}},z:function(e,r,t,o){var n=(o._originalDate||e).getTimezoneOffset();switch(r){case"z":case"zz":case"zzz":return"GMT"+be(n,":");default:return"GMT"+fe(n,":")}},t:function(e,r,t,o){var n=o._originalDate||e;return ie(Math.floor(n.getTime()/1e3),r.length)},T:function(e,r,t,o){return ie((o._originalDate||e).getTime(),r.length)}};function be(e,r){var t=e>0?"-":"+",o=Math.abs(e),n=Math.floor(o/60),a=o%60;if(0===a)return t+String(n);var i=r||"";return t+String(n)+i+ie(a,2)}function he(e,r){return e%60==0?(e>0?"-":"+")+ie(Math.abs(e)/60,2):fe(e,r)}function fe(e,r){var t=r||"",o=e>0?"-":"+",n=Math.abs(e);return o+ie(Math.floor(n/60),2)+t+ie(n%60,2)}const ve=me;function pe(e,r){switch(e){case"P":return r.date({width:"short"});case"PP":return r.date({width:"medium"});case"PPP":return r.date({width:"long"});default:return r.date({width:"full"})}}function we(e,r){switch(e){case"p":return r.time({width:"short"});case"pp":return r.time({width:"medium"});case"ppp":return r.time({width:"long"});default:return r.time({width:"full"})}}var xe={p:we,P:function(e,r){var t,o=e.match(/(P+)(p+)?/)||[],n=o[1],a=o[2];if(!a)return pe(e,r);switch(n){case"P":t=r.dateTime({width:"short"});break;case"PP":t=r.dateTime({width:"medium"});break;case"PPP":t=r.dateTime({width:"long"});break;default:t=r.dateTime({width:"full"})}return t.replace("{{date}}",pe(n,r)).replace("{{time}}",we(a,r))}};const _e=xe;function ye(e){var r=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return r.setUTCFullYear(e.getFullYear()),e.getTime()-r.getTime()}var Te=["D","DD"],Ce=["YY","YYYY"];function je(e){return-1!==Te.indexOf(e)}function Se(e){return-1!==Ce.indexOf(e)}function Me(e,r,t){if("YYYY"===e)throw new RangeError("Use `yyyy` instead of `YYYY` (in `".concat(r,"`) for formatting years to the input `").concat(t,"`; see: https://git.io/fxCyr"));if("YY"===e)throw new RangeError("Use `yy` instead of `YY` (in `".concat(r,"`) for formatting years to the input `").concat(t,"`; see: https://git.io/fxCyr"));if("D"===e)throw new RangeError("Use `d` instead of `D` (in `".concat(r,"`) for formatting days of the month to the input `").concat(t,"`; see: https://git.io/fxCyr"));if("DD"===e)throw new RangeError("Use `dd` instead of `DD` (in `".concat(r,"`) for formatting days of the month to the input `").concat(t,"`; see: https://git.io/fxCyr"))}var De=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,Ue=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Ne=/^'([^]*?)'?$/,Ee=/''/g,Pe=/[a-zA-Z]/;function Ye(e){return e.match(Ne)[1].replace(Ee,"'")}Math.pow(10,8);var Oe=36e5;var We={dateTimeDelimiter:/[T ]/,timeZoneDelimiter:/[Z ]/i,timezone:/([Z+-].*)$/},Ae=/^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/,Ie=/^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/,ze=/^([+-])(\d{2})(?::?(\d{2}))?$/;function Fe(e){var r,t={},o=e.split(We.dateTimeDelimiter);if(o.length>2)return t;if(/:/.test(o[0])?r=o[0]:(t.date=o[0],r=o[1],We.timeZoneDelimiter.test(t.date)&&(t.date=e.split(We.timeZoneDelimiter)[0],r=e.substr(t.date.length,e.length))),r){var n=We.timezone.exec(r);n?(t.time=r.replace(n[1],""),t.timezone=n[1]):t.time=r}return t}function Ze(e,r){var t=new RegExp("^(?:(\\d{4}|[+-]\\d{"+(4+r)+"})|(\\d{2}|[+-]\\d{"+(2+r)+"})$)"),o=e.match(t);if(!o)return{year:NaN,restDateString:""};var n=o[1]?parseInt(o[1]):null,a=o[2]?parseInt(o[2]):null;return{year:null===a?n:100*a,restDateString:e.slice((o[1]||o[2]).length)}}function Be(e,r){if(null===r)return new Date(NaN);var t=e.match(Ae);if(!t)return new Date(NaN);var o=!!t[4],n=He(t[1]),a=He(t[2])-1,i=He(t[3]),s=He(t[4]),c=He(t[5])-1;if(o)return function(e,r,t){return r>=1&&r<=53&&t>=0&&t<=6}(0,s,c)?function(e,r,t){var o=new Date(0);o.setUTCFullYear(e,0,4);var n=o.getUTCDay()||7,a=7*(r-1)+t+1-n;return o.setUTCDate(o.getUTCDate()+a),o}(r,s,c):new Date(NaN);var u=new Date(0);return function(e,r,t){return r>=0&&r<=11&&t>=1&&t<=(Re[r]||(Qe(e)?29:28))}(r,a,i)&&function(e,r){return r>=1&&r<=(Qe(e)?366:365)}(r,n)?(u.setUTCFullYear(r,a,Math.max(n,i)),u):new Date(NaN)}function He(e){return e?parseInt(e):1}function Ke(e){var r=e.match(Ie);if(!r)return NaN;var t=qe(r[1]),o=qe(r[2]),n=qe(r[3]);return function(e,r,t){if(24===e)return 0===r&&0===t;return t>=0&&t<60&&r>=0&&r<60&&e>=0&&e<25}(t,o,n)?t*Oe+6e4*o+1e3*n:NaN}function qe(e){return e&&parseFloat(e.replace(",","."))||0}function Le(e){if("Z"===e)return 0;var r=e.match(ze);if(!r)return 0;var t="+"===r[1]?-1:1,o=parseInt(r[2]),n=r[3]&&parseInt(r[3])||0;return function(e,r){return r>=0&&r<=59}(0,n)?t*(o*Oe+6e4*n):NaN}var Re=[31,null,31,30,31,30,31,31,30,31,30,31];function Qe(e){return e%400==0||e%4==0&&e%100!=0}function Ve(e){U(1,arguments);var r=E(e);return r.setHours(0,0,0,0),r}var Ge=864e5;const Xe=["'Yesterday' hh:mma","'Last' EEEE hh:mma","invalid-date-time-format","string","'Today' hh:mma","dateTimeFormat"];var Je,$e;Je=Xe,$e=420,function(e){for(;--e;)Je.push(Je.shift())}(++$e);const er=function(e,r){return Xe[e-=0]};function rr(e={}){if(void 0!==e.dateTimeFormat&&"function"!=typeof e[er("0x5")])throw new n.CKEditorError(er("0x2"));return r=>{const t=er("0x3")==typeof r?function(e,r){U(1,arguments);var t=r||{},o=null==t.additionalDigits?2:Q(t.additionalDigits);if(2!==o&&1!==o&&0!==o)throw new RangeError("additionalDigits must be 0, 1 or 2");if("string"!=typeof e&&"[object String]"!==Object.prototype.toString.call(e))return new Date(NaN);var n,a=Fe(e);if(a.date){var i=Ze(a.date,o);n=Be(i.restDateString,i.year)}if(!n||isNaN(n.getTime()))return new Date(NaN);var s,c=n.getTime(),u=0;if(a.time&&(u=Ke(a.time),isNaN(u)))return new Date(NaN);if(!a.timezone){var d=new Date(c+u),l=new Date(0);return l.setFullYear(d.getUTCFullYear(),d.getUTCMonth(),d.getUTCDate()),l.setHours(d.getUTCHours(),d.getUTCMinutes(),d.getUTCSeconds(),d.getUTCMilliseconds()),l}return s=Le(a.timezone),isNaN(s)?new Date(NaN):new Date(c+u+s)}(r):r,o=function(e,r){U(2,arguments);var t=Ve(e),o=Ve(r),n=t.getTime()-ye(t),a=o.getTime()-ye(o);return Math.round((n-a)/Ge)}(new Date,t);return e[er("0x5")]?e[er("0x5")](t):function(e,r,t){U(2,arguments);var o=String(r),n=t||{},a=n.locale||R,i=a.options&&a.options.firstWeekContainsDate,s=null==i?1:Q(i),c=null==n.firstWeekContainsDate?s:Q(n.firstWeekContainsDate);if(!(c>=1&&c<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var u=a.options&&a.options.weekStartsOn,d=null==u?0:Q(u),l=null==n.weekStartsOn?d:Q(n.weekStartsOn);if(!(l>=0&&l<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(!a.localize)throw new RangeError("locale must contain localize property");if(!a.formatLong)throw new RangeError("locale must contain formatLong property");var g=E(e);if(!P(g))throw new RangeError("Invalid time value");var k=ye(g),m=G(g,k),b={firstWeekContainsDate:c,weekStartsOn:l,locale:a,_originalDate:g};return o.match(Ue).map((function(e){var r=e[0];return"p"===r||"P"===r?(0,_e[r])(e,a.formatLong,b):e})).join("").match(De).map((function(t){if("''"===t)return"'";var o=t[0];if("'"===o)return Ye(t);var i=ve[o];if(i)return!n.useAdditionalWeekYearTokens&&Se(t)&&Me(t,r,e),!n.useAdditionalDayOfYearTokens&&je(t)&&Me(t,r,e),i(m,t,a.localize,b);if(o.match(Pe))throw new RangeError("Format string contains an unescaped latin alphabet character `"+o+"`");return t})).join("")}(t,0===o?er("0x4"):1===o?er("0x0"):o<7?er("0x1"):"MM-dd-yyyy hh:mma")}}const tr=["markerNameToElements","mapViewToDom","view","domConverter"];var or,nr;or=tr,nr=307,function(e){for(;--e;)or.push(or.shift())}(++nr);const ar=function(e,r){return tr[e-=0]};function ir(e,r){const t=e.mapper[ar("0x1")](r.name),o=(0,n.first)(t.values());return e[ar("0x3")][ar("0x0")][ar("0x2")](o)}const sr=["replace","match","join","pop","substring","startsWith","...","split","push","length","slice"];var cr,ur;cr=sr,ur=160,function(e){for(;--e;)cr.push(cr.shift())}(++ur);const dr=function(e,r){return sr[e-=0]};function lr(e,{limit:r,suffix:t=dr("0x0")}){const o=[];let n=0;const a=e.replace(/</g,"\n<").replace(/>/g,">\n")[dr("0x5")](/^\n/g,"").replace(/\n$/g,"")[dr("0x1")]("\n");for(let e=0;e<a[dr("0x3")];e++){let i=a[e];const s=gr(i);if(i.startsWith("<")){if(n>=r){const e=i[dr("0x6")](/[a-zA-Z]+/)[0];i[dr("0xa")]("</")?(o[dr("0x3")]&&(i=""),o[dr("0x8")]()):(o.push(e),i="")}}else if(n>=r)i="";else if(n+s[dr("0x3")]>=r){let e=r-n;if(" "===s[e-1])e--;else{const r=s[dr("0x4")](e).indexOf(" ");-1!==r?e+=r:e=i[dr("0x3")]}i=s[dr("0x4")](0,e).join("")+t,n=r}else n+=s[dr("0x3")];a[e]=i}return a[dr("0x7")]("\n")[dr("0x5")](/\n/g,"")}function gr(e){const r=[];for(let t=0;t<e[dr("0x3")];t++){const o=e[dr("0x9")](t)[dr("0x6")](/^&[a-z0-9#]+;/);if(o){const e=o[0];r[dr("0x2")](e),t+=e.length-1}else r[dr("0x2")](e[t])}return r}const kr=["check","cancel","cancelView","submitView","setTemplate","execute","div","_createButtonView","message","ck-thread__remove-confirm-","submit","set","label","ck-thread__remove-confirm-actions","extendTemplate"];var mr,br;mr=kr,br=410,function(e){for(;--e;)mr.push(mr.shift())}(++br);const hr=function(e,r){return kr[e-=0]};class fr extends _.View{constructor(e){super(e);const r=this.bindTemplate;this[hr("0xd")]=this[hr("0x2")](e,d(e,"Yes"),o.icons[hr("0xa")],hr("0x5")),this[hr("0xc")]=this[hr("0x2")](e,d(e,"No"),o.icons[hr("0xb")],hr("0xb")),this[hr("0x6")]("message",d(e,"Are you sure?")),this[hr("0xe")]({tag:hr("0x1"),attributes:{class:["ck-thread__remove-confirm"]},children:[{tag:"div",attributes:{class:"ck-thread__remove-confirm-inner"},children:[{tag:"p",children:[{text:r.to(hr("0x3"))}]},{tag:"div",attributes:{class:hr("0x8")},children:[this[hr("0xd")],this[hr("0xc")]]}]}]})}_createButtonView(e,r,t,o){const n=new _.ButtonView(e);return n[hr("0x7")]=r,n.icon=t,n[hr("0x9")]({attributes:{class:hr("0x4")+o}}),n.on(hr("0x0"),(()=>this.fire(o))),n}}var vr,pr,wr=["deregisterChild","confirmView","set","isConfirm","message","cancel","destroy","remove","_removeConfirm","once","submit","element"];vr=wr,pr=495,function(e){for(;--e;)vr.push(vr.shift())}(++pr);var xr=function(e,r){return wr[e-=0]};const _r={showConfirm(e,r){return this[xr("0xa")]=new fr(this.locale),this[xr("0xa")].render(),this[xr("0xa")][xr("0x1")]=e,this.confirmView[xr("0x6")]("cancel",(()=>{this[xr("0x5")]()})),this[xr("0xa")][xr("0x6")](xr("0x7"),(()=>{this[xr("0x5")]()})),r.appendChild(this[xr("0xa")][xr("0x8")]),this.registerChild(this[xr("0xa")]),this[xr("0xb")](xr("0x0"),!0),new Promise((e=>this.confirmView.on(xr("0x7"),e)))},cancelConfirm(){this[xr("0x0")]&&this[xr("0xa")].fire(xr("0x2"))},_removeConfirm(){this[xr("0xa")][xr("0x8")][xr("0x4")](),this[xr("0x9")](this[xr("0xa")]),this[xr("0x0")]=!1,this[xr("0xa")][xr("0x3")](),delete this[xr("0xa")]}};var yr=t("../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../ckeditor5-collaboration-core/theme/suggestion.css"),Tr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};g()(yr.Z,Tr);yr.Z.locals;var Cr=t("../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../ckeditor5-collaboration-core/theme/suggestionmarker.css"),jr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};g()(Cr.Z,jr);Cr.Z.locals;var Sr=t("../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../ckeditor5-collaboration-core/theme/integrations/image.css"),Mr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};g()(Sr.Z,Mr);Sr.Z.locals;var Dr=t("../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../ckeditor5-collaboration-core/theme/integrations/horizontalline.css"),Ur={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};g()(Dr.Z,Ur);Dr.Z.locals;var Nr=t("../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../ckeditor5-collaboration-core/theme/integrations/mediaembed.css"),Er={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};g()(Nr.Z,Er);Nr.Z.locals;var Pr=t("../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../ckeditor5-collaboration-core/theme/integrations/pagebreak.css"),Yr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};g()(Pr.Z,Yr);Pr.Z.locals;var Or=t("../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../ckeditor5-collaboration-core/theme/integrations/table.css"),Wr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};g()(Or.Z,Wr);Or.Z.locals;var Ar=t("../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../ckeditor5-collaboration-core/theme/integrations/codeblock.css"),Ir={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};g()(Ar.Z,Ir);Ar.Z.locals},"../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../ckeditor5-collaboration-core/theme/integrations/codeblock.css":(e,r,t)=>{"use strict";t.d(r,{Z:()=>a});var o=t("../../../../node_modules/css-loader/dist/runtime/api.js"),n=t.n(o)()((function(e){return e[1]}));n.push([e.id,".ck-content pre>code.ck-suggestion-marker-formatBlock{box-shadow:-7px 0 0 0 #ededed,-10px 0 0 0 var(--ck-color-suggestion-marker-format-border);display:block}.ck-content pre>code.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-5px 0 0 0 #ededed,-8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}",""]);const a=n},"../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../ckeditor5-collaboration-core/theme/integrations/horizontalline.css":(e,r,t)=>{"use strict";t.d(r,{Z:()=>a});var o=t("../../../../node_modules/css-loader/dist/runtime/api.js"),n=t.n(o)()((function(e){return e[1]}));n.push([e.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const a=n},"../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../ckeditor5-collaboration-core/theme/integrations/image.css":(e,r,t)=>{"use strict";t.d(r,{Z:()=>a});var o=t("../../../../node_modules/css-loader/dist/runtime/api.js"),n=t.n(o)()((function(e){return e[1]}));n.push([e.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.image{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image img{opacity:.6}.ck-content .ck-suggestion-marker-deletion.ck-widget.image figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active,.ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.image,.ck-content .ck-suggestion-marker-insertion.ck-widget.image figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active,.ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);border:none}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background);border:none}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const a=n},"../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../ckeditor5-collaboration-core/theme/integrations/mediaembed.css":(e,r,t)=>{"use strict";t.d(r,{Z:()=>a});var o=t("../../../../node_modules/css-loader/dist/runtime/api.js"),n=t.n(o)()((function(e){return e[1]}));n.push([e.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.media{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.media .ck-media__wrapper{opacity:.6}.ck-content .ck-suggestion-marker-deletion.ck-widget.media.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.media{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.media.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const a=n},"../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../ckeditor5-collaboration-core/theme/integrations/pagebreak.css":(e,r,t)=>{"use strict";t.d(r,{Z:()=>a});var o=t("../../../../node_modules/css-loader/dist/runtime/api.js"),n=t.n(o)()((function(e){return e[1]}));n.push([e.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.page-break{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.page-break.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.page-break{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.page-break.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const a=n},"../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../ckeditor5-collaboration-core/theme/integrations/table.css":(e,r,t)=>{"use strict";t.d(r,{Z:()=>a});var o=t("../../../../node_modules/css-loader/dist/runtime/api.js"),n=t.n(o)()((function(e){return e[1]}));n.push([e.id,":root{--ck-color-suggestion-widget-th-insertion-background:rgba(102,229,119,.12);--ck-color-suggestion-widget-th-insertion-background-active:rgba(37,218,61,.14);--ck-color-suggestion-widget-th-deletion-background:rgba(229,102,134,.14);--ck-color-suggestion-widget-th-deletion-background-active:rgba(196,33,74,.16)}.ck-content figure.table .ck-suggestion-marker-formatBlock{box-shadow:-3px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content figure.table .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-3px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-suggestion-marker-insertion.table>table{border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-insertion.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-insertion-background);border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-insertion-background);border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table{border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-deletion.table>table{border-color:var(--ck-color-suggestion-marker-deletion-border)}.ck-content .ck-suggestion-marker-deletion.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-deletion.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-deletion-background);border-color:var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-deletion-background);border-color:var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table{border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .table th.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-th-insertion-background)}.ck-content .table th.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-th-insertion-background-active)}.ck-content .table th.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-th-deletion-background);text-decoration:none}.ck-content .table th.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-th-deletion-background-active)}.ck-content .table td.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .table td.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .table td.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);text-decoration:none}.ck-content .table td.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .table td.ck-suggestion-marker-formatBlock,.ck-content .table td.ck-suggestion-marker-formatInline,.ck-content .table th.ck-suggestion-marker-formatBlock,.ck-content .table th.ck-suggestion-marker-formatInline{background-color:var(--ck-color-suggestion-widget-format-background);box-shadow:none}.ck-content .table td.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content .table td.ck-suggestion-marker-formatInline.ck-suggestion-marker--active,.ck-content .table th.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content .table th.ck-suggestion-marker-formatInline.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-format-background-active);box-shadow:none}",""]);const a=n},"../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../ckeditor5-collaboration-core/theme/suggestion.css":(e,r,t)=>{"use strict";t.d(r,{Z:()=>a});var o=t("../../../../node_modules/css-loader/dist/runtime/api.js"),n=t.n(o)()((function(e){return e[1]}));n.push([e.id,":root{--ck-color-comment-box-border:#f2de02;--ck-color-suggestion-box-deletion-border:#d85a79;--ck-color-suggestion-box-insertion-border:#5ad86b;--ck-color-suggestion-box-format-border:#5ac1d8}.ck .ck-suggestion{border-top-left-radius:var(--ck-border-radius)}.ck .ck-annotation{border-left:3px solid transparent}.ck .ck-suggestion--disabled-comments .ck-annotation{min-height:80px}.ck .ck-comment,.ck .ck-comment__input-container,.ck .ck-thread__comment-count{border-left:3px solid var(--ck-color-comment-box-border)}.ck .ck-suggestion-insertion .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-deletion .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-deletion-border)}.ck .ck-suggestion-replace .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-format .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-format-border)}.ck .ck-suggestion-wrapper{outline:0}.ck .ck-suggestion-type{font-weight:700}.ck .ck-suggestion-color{border-radius:14px;box-shadow:0 0 0 1px #444;display:inline-block;height:14px;margin:0 5px;vertical-align:text-bottom;width:14px}.ck .ck-suggestion-insertion .ck-comment,.ck .ck-suggestion-insertion .ck-comment__input-container,.ck .ck-suggestion-insertion .ck-thread__comment-count,.ck .ck-suggestion-replace .ck-comment,.ck .ck-suggestion-replace .ck-comment__input-container,.ck .ck-suggestion-replace .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-deletion .ck-comment,.ck .ck-suggestion-deletion .ck-comment__input-container,.ck .ck-suggestion-deletion .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-deletion-border)}.ck .ck-suggestion-format .ck-comment,.ck .ck-suggestion-format .ck-comment__input-container,.ck .ck-suggestion-format .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-format-border)}",""]);const a=n},"../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../ckeditor5-collaboration-core/theme/suggestionmarker.css":(e,r,t)=>{"use strict";t.d(r,{Z:()=>a});var o=t("../../../../node_modules/css-loader/dist/runtime/api.js"),n=t.n(o)()((function(e){return e[1]}));n.push([e.id,':root{--ck-color-suggestion-marker-insertion-border:rgba(30,174,49,.35);--ck-color-suggestion-marker-insertion-border-active:rgba(18,109,31,.5);--ck-color-suggestion-marker-insertion-background:rgba(102,229,119,.35);--ck-color-suggestion-marker-insertion-background-active:rgba(37,218,61,.5);--ck-color-suggestion-marker-deletion-border:rgba(174,30,66,.35);--ck-color-suggestion-marker-deletion-border-active:rgba(109,18,41,.5);--ck-color-suggestion-marker-deletion-background:rgba(229,102,134,.35);--ck-color-suggestion-marker-deletion-background-active:rgba(218,37,82,.5);--ck-color-suggestion-marker-deletion-stroke:rgba(87,15,33,.5);--ck-color-suggestion-marker-format-border:rgba(10,160,194,.4);--ck-color-suggestion-marker-format-border-active:rgba(10,160,194,.65);--ck-color-suggestion-widget-insertion-background:rgba(102,229,119,.05);--ck-color-suggestion-widget-insertion-background-active:rgba(37,218,61,.07);--ck-color-suggestion-widget-deletion-background:rgba(229,102,134,.05);--ck-color-suggestion-widget-deletion-background-active:rgba(196,33,74,.07);--ck-color-suggestion-widget-format-background:rgba(10,160,194,.09);--ck-color-suggestion-widget-format-background-active:rgba(10,160,194,.16)}.ck-content .ck-suggestion-marker-insertion{background:var(--ck-color-suggestion-marker-insertion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-insertion-border);border-top:3px solid var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active{background:var(--ck-color-suggestion-marker-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-insertion-border);text-decoration:none}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-deletion{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-deletion-border);border-top:3px solid var(--ck-color-suggestion-marker-deletion-border);text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke);text-decoration-thickness:3px}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active{background:var(--ck-color-suggestion-marker-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-merge:after{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-deletion-border);border-top:3px solid var(--ck-color-suggestion-marker-deletion-border);color:var(--ck-color-suggestion-marker-deletion-stroke);content:"¶";text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke)}.ck-content .ck-suggestion-marker-merge.ck-suggestion-marker--active:after{background:var(--ck-color-suggestion-marker-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-split:after{background:var(--ck-color-suggestion-marker-insertion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-insertion-border);border-top:3px solid var(--ck-color-suggestion-marker-insertion-border);color:var(--ck-color-suggestion-marker-insertion-border);content:"¶"}.ck-content .ck-suggestion-marker-split.ck-suggestion-marker--active:after{background:var(--ck-color-suggestion-marker-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-formatInline{border-bottom:3px solid var(--ck-color-suggestion-marker-format-border);border-top:3px solid var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatInline.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-suggestion-marker-formatInline.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatInline.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-suggestion-marker-formatBlock{background:none;border:0;box-shadow:-7px 0 0 0 var(--ck-color-base-background),-10px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-5px 0 0 0 var(--ck-color-base-background),-8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}.ck-content ol .ck-suggestion-marker-formatBlock,.ck-content ul .ck-suggestion-marker-formatBlock{box-shadow:-2px 0 0 0 var(--ck-color-base-background),-5px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content ol .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content ul .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-2px 0 0 0 var(--ck-color-base-background),-5px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}',""]);const a=n},"../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../ckeditor5-collaboration-core/theme/usercolors.css":(e,r,t)=>{"use strict";t.d(r,{Z:()=>a});var o=t("../../../../node_modules/css-loader/dist/runtime/api.js"),n=t.n(o)()((function(e){return e[1]}));n.push([e.id,":root{--ck-user-colors--0:#6d78e8;--ck-user-colors--0-alpha:rgba(109,120,232,.15);--ck-user-colors--1:#007a6c;--ck-user-colors--1-alpha:rgba(0,122,108,.15);--ck-user-colors--2:#ba4545;--ck-user-colors--2-alpha:rgba(186,69,69,.15);--ck-user-colors--3:#5635b1;--ck-user-colors--3-alpha:rgba(86,53,177,.15);--ck-user-colors--4:#548a2e;--ck-user-colors--4-alpha:rgba(84,138,46,.15);--ck-user-colors--5:#c3185d;--ck-user-colors--5-alpha:rgba(195,24,93,.15);--ck-user-colors--6:#ea4343;--ck-user-colors--6-alpha:rgba(234,67,67,.15);--ck-user-colors--7:#0bc3d0;--ck-user-colors--7-alpha:rgba(11,195,208,.15);--ck-user-dot-size:6px}.ck .ck-user__color--0{color:var(--ck-user-colors--0)}.ck .ck-user__bg-color--0{background-color:var(--ck-user-colors--0)}.ck .ck-user__selection--0{background-color:var(--ck-user-colors--0-alpha)}.ck .ck-user__selection--0.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--0)}.ck .ck-user__marker--0,.ck .ck-user__marker--0 .ck-user__marker-dot,.ck .ck-user__marker--0:after{background-color:var(--ck-user-colors--0)}.ck .ck-user__marker--0 .ck-user__marker-line{border:1px solid var(--ck-user-colors--0)}.ck .ck-user__color--1{color:var(--ck-user-colors--1)}.ck .ck-user__bg-color--1{background-color:var(--ck-user-colors--1)}.ck .ck-user__selection--1{background-color:var(--ck-user-colors--1-alpha)}.ck .ck-user__selection--1.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--1)}.ck .ck-user__marker--1,.ck .ck-user__marker--1 .ck-user__marker-dot,.ck .ck-user__marker--1:after{background-color:var(--ck-user-colors--1)}.ck .ck-user__marker--1 .ck-user__marker-line{border:1px solid var(--ck-user-colors--1)}.ck .ck-user__color--2{color:var(--ck-user-colors--2)}.ck .ck-user__bg-color--2{background-color:var(--ck-user-colors--2)}.ck .ck-user__selection--2{background-color:var(--ck-user-colors--2-alpha)}.ck .ck-user__selection--2.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--2)}.ck .ck-user__marker--2,.ck .ck-user__marker--2 .ck-user__marker-dot,.ck .ck-user__marker--2:after{background-color:var(--ck-user-colors--2)}.ck .ck-user__marker--2 .ck-user__marker-line{border:1px solid var(--ck-user-colors--2)}.ck .ck-user__color--3{color:var(--ck-user-colors--3)}.ck .ck-user__bg-color--3{background-color:var(--ck-user-colors--3)}.ck .ck-user__selection--3{background-color:var(--ck-user-colors--3-alpha)}.ck .ck-user__selection--3.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--3)}.ck .ck-user__marker--3,.ck .ck-user__marker--3 .ck-user__marker-dot,.ck .ck-user__marker--3:after{background-color:var(--ck-user-colors--3)}.ck .ck-user__marker--3 .ck-user__marker-line{border:1px solid var(--ck-user-colors--3)}.ck .ck-user__color--4{color:var(--ck-user-colors--4)}.ck .ck-user__bg-color--4{background-color:var(--ck-user-colors--4)}.ck .ck-user__selection--4{background-color:var(--ck-user-colors--4-alpha)}.ck .ck-user__selection--4.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--4)}.ck .ck-user__marker--4,.ck .ck-user__marker--4 .ck-user__marker-dot,.ck .ck-user__marker--4:after{background-color:var(--ck-user-colors--4)}.ck .ck-user__marker--4 .ck-user__marker-line{border:1px solid var(--ck-user-colors--4)}.ck .ck-user__color--5{color:var(--ck-user-colors--5)}.ck .ck-user__bg-color--5{background-color:var(--ck-user-colors--5)}.ck .ck-user__selection--5{background-color:var(--ck-user-colors--5-alpha)}.ck .ck-user__selection--5.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--5)}.ck .ck-user__marker--5,.ck .ck-user__marker--5 .ck-user__marker-dot,.ck .ck-user__marker--5:after{background-color:var(--ck-user-colors--5)}.ck .ck-user__marker--5 .ck-user__marker-line{border:1px solid var(--ck-user-colors--5)}.ck .ck-user__color--6{color:var(--ck-user-colors--6)}.ck .ck-user__bg-color--6{background-color:var(--ck-user-colors--6)}.ck .ck-user__selection--6{background-color:var(--ck-user-colors--6-alpha)}.ck .ck-user__selection--6.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--6)}.ck .ck-user__marker--6,.ck .ck-user__marker--6 .ck-user__marker-dot,.ck .ck-user__marker--6:after{background-color:var(--ck-user-colors--6)}.ck .ck-user__marker--6 .ck-user__marker-line{border:1px solid var(--ck-user-colors--6)}.ck .ck-user__color--7{color:var(--ck-user-colors--7)}.ck .ck-user__bg-color--7{background-color:var(--ck-user-colors--7)}.ck .ck-user__selection--7{background-color:var(--ck-user-colors--7-alpha)}.ck .ck-user__selection--7.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--7)}.ck .ck-user__marker--7,.ck .ck-user__marker--7 .ck-user__marker-dot,.ck .ck-user__marker--7:after{background-color:var(--ck-user-colors--7)}.ck .ck-user__marker--7 .ck-user__marker-line{border:1px solid var(--ck-user-colors--7)}",""]);const a=n},"../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../ckeditor5-collaboration-core/theme/users.css":(e,r,t)=>{"use strict";t.d(r,{Z:()=>a});var o=t("../../../../node_modules/css-loader/dist/runtime/api.js"),n=t.n(o)()((function(e){return e[1]}));n.push([e.id,":root{--ck-user-avatar-size:40px;--ck-user-avatar-background:#3670ab;--ck-user-avatar-color:#fff}.ck.ck-user{align-items:center;background-color:var(--ck-user-avatar-background);border-radius:50%;display:flex;height:var(--ck-user-avatar-size);justify-content:center;min-height:var(--ck-user-avatar-size);min-width:var(--ck-user-avatar-size);overflow:hidden;position:relative;width:var(--ck-user-avatar-size)}.ck.ck-user__name{color:var(--ck-user-avatar-color);cursor:default;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ck.ck-user__name.ck-user__name--hidden{display:none}.ck.ck-user__img{background-color:var(--ck-user-avatar-background);background-position:50%;background-repeat:no-repeat;background-size:cover;border:2px solid var(--ck-user-avatar-background);border-radius:50%;display:none;height:inherit;width:inherit}.ck.ck-user__img.ck-user__anonymous{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23FFF' d='M9.8 20H2c0-5.7 5-5.7 6-7l.2-.8c-1.6-.8-2.7-2.7-2.7-5 0-2.8 2-5.2 4.3-5.2S14 4.4 14 7.3c0 2.2-1 4-2.6 5l.2.6c1.2 1.3 6 1.4 6 7H9.8z'/%3E%3C/svg%3E\");display:block}.ck.ck-user__img.ck-user__anonymous+.ck-user__name{display:none}.ck.ck-user__img.ck-user__avatar{background-color:#fff;display:block}.ck.ck-user__img.ck-user__img--hidden{display:none}",""]);const a=n},"../../../../node_modules/css-loader/dist/runtime/api.js":e=>{"use strict";e.exports=function(e){var r=[];return r.toString=function(){return this.map((function(r){var t=e(r);return r[2]?"@media ".concat(r[2]," {").concat(t,"}"):t})).join("")},r.i=function(e,t,o){"string"==typeof e&&(e=[[null,e,""]]);var n={};if(o)for(var a=0;a<this.length;a++){var i=this[a][0];null!=i&&(n[i]=!0)}for(var s=0;s<e.length;s++){var c=[].concat(e[s]);o&&n[c[0]]||(t&&(c[2]?c[2]="".concat(t," and ").concat(c[2]):c[2]=t),r.push(c))}},r}},"../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js":(e,r,t)=>{"use strict";var o,n=function(){return void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o},a=function(){var e={};return function(r){if(void 0===e[r]){var t=document.querySelector(r);if(window.HTMLIFrameElement&&t instanceof window.HTMLIFrameElement)try{t=t.contentDocument.head}catch(e){t=null}e[r]=t}return e[r]}}(),i=[];function s(e){for(var r=-1,t=0;t<i.length;t++)if(i[t].identifier===e){r=t;break}return r}function c(e,r){for(var t={},o=[],n=0;n<e.length;n++){var a=e[n],c=r.base?a[0]+r.base:a[0],u=t[c]||0,d="".concat(c," ").concat(u);t[c]=u+1;var l=s(d),g={css:a[1],media:a[2],sourceMap:a[3]};-1!==l?(i[l].references++,i[l].updater(g)):i.push({identifier:d,updater:h(g,r),references:1}),o.push(d)}return o}function u(e){var r=document.createElement("style"),o=e.attributes||{};if(void 0===o.nonce){var n=t.nc;n&&(o.nonce=n)}if(Object.keys(o).forEach((function(e){r.setAttribute(e,o[e])})),"function"==typeof e.insert)e.insert(r);else{var i=a(e.insert||"head");if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(r)}return r}var d,l=(d=[],function(e,r){return d[e]=r,d.filter(Boolean).join("\n")});function g(e,r,t,o){var n=t?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(e.styleSheet)e.styleSheet.cssText=l(r,n);else{var a=document.createTextNode(n),i=e.childNodes;i[r]&&e.removeChild(i[r]),i.length?e.insertBefore(a,i[r]):e.appendChild(a)}}function k(e,r,t){var o=t.css,n=t.media,a=t.sourceMap;if(n?e.setAttribute("media",n):e.removeAttribute("media"),a&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(a))))," */")),e.styleSheet)e.styleSheet.cssText=o;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(o))}}var m=null,b=0;function h(e,r){var t,o,n;if(r.singleton){var a=b++;t=m||(m=u(r)),o=g.bind(null,t,a,!1),n=g.bind(null,t,a,!0)}else t=u(r),o=k.bind(null,t,r),n=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)};return o(e),function(r){if(r){if(r.css===e.css&&r.media===e.media&&r.sourceMap===e.sourceMap)return;o(e=r)}else n()}}e.exports=function(e,r){(r=r||{}).singleton||"boolean"==typeof r.singleton||(r.singleton=n());var t=c(e=e||[],r);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var o=0;o<t.length;o++){var n=s(t[o]);i[n].references--}for(var a=c(e,r),u=0;u<t.length;u++){var d=s(t[u]);0===i[d].references&&(i[d].updater(),i.splice(d,1))}t=a}}}},"ckeditor5/src/core.js":(e,r,t)=>{e.exports=t("dll-reference CKEditor5.dll")("./src/core.js")},"ckeditor5/src/ui.js":(e,r,t)=>{e.exports=t("dll-reference CKEditor5.dll")("./src/ui.js")},"ckeditor5/src/utils.js":(e,r,t)=>{e.exports=t("dll-reference CKEditor5.dll")("./src/utils.js")},"?7cdd":(e,r,t)=>{e.exports=t},"dll-reference CKEditor5.dll":e=>{"use strict";e.exports=CKEditor5.dll}},r={};function t(o){var n=r[o];if(void 0!==n)return n.exports;var a=r[o]={id:o,exports:{}};return e[o](a,a.exports,t),a.exports}t.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return t.d(r,{a:r}),r},t.d=(e,r)=>{for(var o in r)t.o(r,o)&&!t.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:r[o]})},t.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.nc=void 0;var o=t("?7cdd");(window.CKEditor5=window.CKEditor5||{}).collaborationDll=o})(),function(e){e.CKEditor5=e.CKEditor5||{};const r=["collaboration-core"];for(const t of r){const r=t.replace(/-([a-z])/g,((e,r)=>r.toUpperCase()));e.CKEditor5[r]=e.CKEditor5.collaborationDll(`./src/${t}.js`)}}(window);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(n){const o=n.af=n.af||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anoniem","Are you sure?":"Is jy seker?",No:"Nee",Yes:"Ja"}),o.getPluralForm=function(n){return 1!=n}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(n){const o=n.az=n.az||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonim","Are you sure?":"",No:"",Yes:""}),o.getPluralForm=function(n){return 1!=n}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/bs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n.bs=n.bs||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonimno"}),o.getPluralForm=function(n){return n%10==1&&n%100!=11?0:n%10>=2&&n%10<=4&&(n%100<10||n%100>=20)?1:2}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const o=n.bs=n.bs||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonimno","Are you sure?":"Da li ste sigurni?",No:"Ne",Yes:"Da"}),o.getPluralForm=function(n){return n%10==1&&n%100!=11?0:n%10>=2&&n%10<=4&&(n%100<10||n%100>=20)?1:2}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/cs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n.cs=n.cs||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonymní"}),o.getPluralForm=function(n){return 1==n&&n%1==0?0:n>=2&&n<=4&&n%1==0?1:n%1!=0?2:3}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const o=n.cs=n.cs||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonymní","Are you sure?":"Jste si jistý?",No:"Ne",Yes:"Ano"}),o.getPluralForm=function(n){return 1==n&&n%1==0?0:n>=2&&n<=4&&n%1==0?1:n%1!=0?2:3}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/da.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n.da=n.da||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonym"}),o.getPluralForm=function(n){return 1!=n}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const o=n.da=n.da||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonym","Are you sure?":"Er du sikker?",No:"Nej",Yes:"Ja"}),o.getPluralForm=function(n){return 1!=n}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const
|
|
1
|
+
!function(n){const e=n["de-ch"]=n["de-ch"]||{};e.dictionary=Object.assign(e.dictionary||{},{Anonymous:"Anonymer Benutzer","Are you sure?":"Sind Sie sicher?",No:"Nein",Yes:"Ja"}),e.getPluralForm=function(n){return 1!=n}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/de.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const
|
|
1
|
+
!function(n){const e=n.de=n.de||{};e.dictionary=Object.assign(e.dictionary||{},{Anonymous:"Anonymer Benutzer","Are you sure?":"Sind Sie sicher?",No:"Nein",Yes:"Ja"}),e.getPluralForm=function(n){return 1!=n}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/el.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n.el=n.el||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Ανώνυμος"}),o.getPluralForm=function(n){return 1!=n}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const o=n.el=n.el||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Ανώνυμος","Are you sure?":"Σίγουρα;",No:"Όχι",Yes:"Ναι"}),o.getPluralForm=function(n){return 1!=n}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n["en-au"]=n["en-au"]||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonymous"}),o.getPluralForm=function(n){return 1!=n}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const o=n["en-au"]=n["en-au"]||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonymous","Are you sure?":"Are you sure?",No:"No",Yes:"Yes"}),o.getPluralForm=function(n){return 1!=n}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/es.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n.es=n.es||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anónimo"}),o.getPluralForm=function(n){return 1!=n}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const o=n.es=n.es||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anónimo","Are you sure?":"¿Lo confirma?",No:"No",Yes:"Sí"}),o.getPluralForm=function(n){return 1==n?0:0!=n&&n%1e6==0?1:2}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/et.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n.et=n.et||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonüümne"}),o.getPluralForm=function(n){return 1!=n}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const o=n.et=n.et||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonüümne","Are you sure?":"Oled sa kindel?",No:"Ei",Yes:"Jah"}),o.getPluralForm=function(n){return 1!=n}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/fa.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n.fa=n.fa||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"ناشناس"}),o.getPluralForm=function(n){return n>1}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const o=n.fa=n.fa||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"ناشناس","Are you sure?":"",No:"",Yes:""}),o.getPluralForm=function(n){return n>1}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/fr.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n.fr=n.fr||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonyme"}),o.getPluralForm=function(n){return n
|
|
1
|
+
!function(n){const o=n.fr=n.fr||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonyme","Are you sure?":"Êtes-vous sûr ?",No:"Non",Yes:"Oui"}),o.getPluralForm=function(n){return 0==n||1==n?0:0!=n&&n%1e6==0?1:2}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/gl.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n.gl=n.gl||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anónimo"}),o.getPluralForm=function(n){return 1!=n}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const o=n.gl=n.gl||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anónimo","Are you sure?":"Esta seguro?",No:"Non",Yes:"Si"}),o.getPluralForm=function(n){return 1!=n}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/hi.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(
|
|
1
|
+
!function(o){const n=o.hi=o.hi||{};n.dictionary=Object.assign(n.dictionary||{},{Anonymous:"Anonymous","Are you sure?":"Are you sure?",No:"No",Yes:"Yes"}),n.getPluralForm=function(o){return 1!=o}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/hr.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n.hr=n.hr||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonimno"}),o.getPluralForm=function(n){return n%10==1&&n%100!=11?0:n%10>=2&&n%10<=4&&(n%100<10||n%100>=20)?1:2}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const o=n.hr=n.hr||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonimno","Are you sure?":"Jeste li sigurni?",No:"Ne",Yes:"Da"}),o.getPluralForm=function(n){return n%10==1&&n%100!=11?0:n%10>=2&&n%10<=4&&(n%100<10||n%100>=20)?1:2}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/hu.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n.hu=n.hu||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Névtelen"}),o.getPluralForm=function(n){return 1!=n}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const o=n.hu=n.hu||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Névtelen","Are you sure?":"Biztos vagy benn?",No:"Nem",Yes:"Igen"}),o.getPluralForm=function(n){return 1!=n}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(n){const i=n.id=n.id||{};i.dictionary=Object.assign(i.dictionary||{},{Anonymous:"Anonim","Are you sure?":"Apakah Anda yakin?",No:"Tidak",Yes:"Ya"}),i.getPluralForm=function(n){return 0}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/it.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(
|
|
1
|
+
!function(o){const n=o.it=o.it||{};n.dictionary=Object.assign(n.dictionary||{},{Anonymous:"Anonimo","Are you sure?":"Procedere?",No:"No",Yes:"Sì"}),n.getPluralForm=function(o){return 1==o?0:0!=o&&o%1e6==0?1:2}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/ja.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n.ja=n.ja||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"匿名"}),o.getPluralForm=function(n){return 0}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const o=n.ja=n.ja||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"匿名","Are you sure?":"よろしいですか?",No:"いいえ",Yes:"はい"}),o.getPluralForm=function(n){return 0}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(n){const o=n.jv=n.jv||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Mboten wonten naminipun","Are you sure?":"Sampeyan saestu?",No:"Mboten",Yes:"Nggih"}),o.getPluralForm=function(n){return 0}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/ko.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(
|
|
1
|
+
!function(o){const n=o.ko=o.ko||{};n.dictionary=Object.assign(n.dictionary||{},{Anonymous:"익명","Are you sure?":"확실한가요?",No:"아니요",Yes:"예"}),n.getPluralForm=function(o){return 0}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(n){const o=n.lv=n.lv||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonīms","Are you sure?":"Vai esat pārliecināts?",No:"Nē",Yes:"Jā"}),o.getPluralForm=function(n){return n%10==1&&n%100!=11?0:0!=n?1:2}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/nl.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const
|
|
1
|
+
!function(n){const e=n.nl=n.nl||{};e.dictionary=Object.assign(e.dictionary||{},{Anonymous:"Anoniem","Are you sure?":"Weet u het zeker?",No:"Nee",Yes:"Ja"}),e.getPluralForm=function(n){return 1!=n}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/no.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n.no=n.no||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonym"}),o.getPluralForm=function(n){return 1!=n}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const o=n.no=n.no||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonym","Are you sure?":"Er du sikker?",No:"Nei",Yes:"Ja"}),o.getPluralForm=function(n){return 1!=n}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/pl.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n.pl=n.pl||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonimowy"}),o.getPluralForm=function(n){return 1==n?0:n%10>=2&&n%10<=4&&(n%100<12||n%100>14)?1:1!=n&&n%10>=0&&n%10<=1||n%10>=5&&n%10<=9||n%100>=12&&n%100<=14?2:3}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const o=n.pl=n.pl||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonimowy","Are you sure?":"Jesteś pewny/pewna?",No:"Nie",Yes:"Tak"}),o.getPluralForm=function(n){return 1==n?0:n%10>=2&&n%10<=4&&(n%100<12||n%100>14)?1:1!=n&&n%10>=0&&n%10<=1||n%10>=5&&n%10<=9||n%100>=12&&n%100<=14?2:3}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n["pt-br"]=n["pt-br"]||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anônimo"}),o.getPluralForm=function(n){return n
|
|
1
|
+
!function(n){const o=n["pt-br"]=n["pt-br"]||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anônimo","Are you sure?":"Você tem certeza?",No:"Não",Yes:"Sim"}),o.getPluralForm=function(n){return 0==n||1==n?0:0!=n&&n%1e6==0?1:2}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/ro.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n.ro=n.ro||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonim"}),o.getPluralForm=function(n){return 1==n?0:n%100>19||n%100==0&&0!=n?2:1}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const o=n.ro=n.ro||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonim","Are you sure?":"Sunteți sigur?",No:"Nu",Yes:"Da"}),o.getPluralForm=function(n){return 1==n?0:n%100>19||n%100==0&&0!=n?2:1}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/ru.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n.ru=n.ru||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Аноним"}),o.getPluralForm=function(n){return n%10==1&&n%100!=11?0:n%10>=2&&n%10<=4&&(n%100<12||n%100>14)?1:n%10==0||n%10>=5&&n%10<=9||n%100>=11&&n%100<=14?2:3}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const o=n.ru=n.ru||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Аноним","Are you sure?":"Вы уверены?",No:"Нет",Yes:"Да"}),o.getPluralForm=function(n){return n%10==1&&n%100!=11?0:n%10>=2&&n%10<=4&&(n%100<12||n%100>14)?1:n%10==0||n%10>=5&&n%10<=9||n%100>=11&&n%100<=14?2:3}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/sk.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n.sk=n.sk||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonymný"}),o.getPluralForm=function(n){return n%1==0&&1==n?0:n%1==0&&n>=2&&n<=4?1:n%1!=0?2:3}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const o=n.sk=n.sk||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonymný","Are you sure?":"Ste si istý?",No:"Nie",Yes:"Áno"}),o.getPluralForm=function(n){return n%1==0&&1==n?0:n%1==0&&n>=2&&n<=4?1:n%1!=0?2:3}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n["sr-latn"]=n["sr-latn"]||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anoniman"}),o.getPluralForm=function(n){return n%10==1&&n%100!=11?0:n%10>=2&&n%10<=4&&(n%100<10||n%100>=20)?1:2}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const o=n["sr-latn"]=n["sr-latn"]||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anoniman","Are you sure?":"Jesi siguran?",No:"Ne",Yes:"Da"}),o.getPluralForm=function(n){return n%10==1&&n%100!=11?0:n%10>=2&&n%10<=4&&(n%100<10||n%100>=20)?1:2}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/sr.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n.sr=n.sr||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Аноминан"}),o.getPluralForm=function(n){return n%10==1&&n%100!=11?0:n%10>=2&&n%10<=4&&(n%100<10||n%100>=20)?1:2}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const o=n.sr=n.sr||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Аноминан","Are you sure?":"Сигуран си?",No:"Не",Yes:"Да"}),o.getPluralForm=function(n){return n%10==1&&n%100!=11?0:n%10>=2&&n%10<=4&&(n%100<10||n%100>=20)?1:2}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/tk.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n.tk=n.tk||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonim"}),o.getPluralForm=function(n){return 1!=n}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const o=n.tk=n.tk||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Anonim","Are you sure?":"Ynanýarsyňyzmy?",No:"Ýok",Yes:"Hawa"}),o.getPluralForm=function(n){return 1!=n}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/tr.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const
|
|
1
|
+
!function(n){const i=n.tr=n.tr||{};i.dictionary=Object.assign(i.dictionary||{},{Anonymous:"Anonim","Are you sure?":"Emin misiniz?",No:"Hayır",Yes:"Evet"}),i.getPluralForm=function(n){return n>1}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/ug.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n.ug=n.ug||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"يوشۇرۇن"}),o.getPluralForm=function(n){return 1!=n}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const o=n.ug=n.ug||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"يوشۇرۇن","Are you sure?":"جەزملەشتۈرەمسىز؟",No:"ياق",Yes:"ھەئە"}),o.getPluralForm=function(n){return 1!=n}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/uk.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n.uk=n.uk||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Анонім"}),o.getPluralForm=function(n){return n%1==0&&n%10==1&&n%100!=11?0:n%1==0&&n%10>=2&&n%10<=4&&(n%100<12||n%100>14)?1:n%1==0&&(n%10==0||n%10>=5&&n%10<=9||n%100>=11&&n%100<=14)?2:3}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const o=n.uk=n.uk||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"Анонім","Are you sure?":"Ви впевнені?",No:"Ні",Yes:"Так"}),o.getPluralForm=function(n){return n%1==0&&n%10==1&&n%100!=11?0:n%1==0&&n%10>=2&&n%10<=4&&(n%100<12||n%100>14)?1:n%1==0&&(n%10==0||n%10>=5&&n%10<=9||n%100>=11&&n%100<=14)?2:3}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(n){const o=n.ur=n.ur||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"بے نام","Are you sure?":"واقعی؟",No:"ناں",Yes:"ہاں"}),o.getPluralForm=function(n){return 1!=n}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n["zh-cn"]=n["zh-cn"]||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"匿名用户"}),o.getPluralForm=function(n){return 0}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const o=n["zh-cn"]=n["zh-cn"]||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"匿名用户","Are you sure?":"你确定吗?",No:"取消",Yes:"确定"}),o.getPluralForm=function(n){return 0}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/zh.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const o=n.zh=n.zh||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"匿名者"}),o.getPluralForm=function(n){return 0}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const o=n.zh=n.zh||{};o.dictionary=Object.assign(o.dictionary||{},{Anonymous:"匿名者","Are you sure?":"確定做此操作?",No:"先不要",Yes:"好"}),o.getPluralForm=function(n){return 0}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/package.json
CHANGED
|
@@ -1,7 +1,32 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ckeditor5-collaboration",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "34.2.0",
|
|
4
|
+
"description": "Base utilities used by CKEditor 5 collaboration features to support multiple users working together in a rich text editor.",
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
|
+
"author": "CKSource (http://cksource.com/)",
|
|
7
|
+
"homepage": "https://ckeditor.com/collaboration/",
|
|
8
|
+
"keywords": [
|
|
9
|
+
"CKEditor",
|
|
10
|
+
"ckeditor5",
|
|
11
|
+
"ckeditor 5",
|
|
12
|
+
"WYSIWYG",
|
|
13
|
+
"WYSIWYW",
|
|
14
|
+
"text",
|
|
15
|
+
"rich-text",
|
|
16
|
+
"richtext",
|
|
17
|
+
"editor",
|
|
18
|
+
"editing",
|
|
19
|
+
"html",
|
|
20
|
+
"operational transformation",
|
|
21
|
+
"ot",
|
|
22
|
+
"collaboration",
|
|
23
|
+
"collaborative",
|
|
24
|
+
"real-time",
|
|
25
|
+
"realtime",
|
|
26
|
+
"real time",
|
|
27
|
+
"framework"
|
|
28
|
+
],
|
|
4
29
|
"dependencies": {
|
|
5
|
-
"@ckeditor/ckeditor5-collaboration-core": "^
|
|
30
|
+
"@ckeditor/ckeditor5-collaboration-core": "^34.2.0"
|
|
6
31
|
}
|
|
7
32
|
}
|