@ckeditor/ckeditor5-ai 43.0.0-alpha.2 → 43.0.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/ai.js CHANGED
@@ -2,4 +2,4 @@
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var e={369:function(e){e.exports=function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=90)}({17:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n=r(18),o=function(){function e(){}return e.getFirstMatch=function(e,t){var r=t.match(e);return r&&r.length>0&&r[1]||""},e.getSecondMatch=function(e,t){var r=t.match(e);return r&&r.length>1&&r[2]||""},e.matchAndReturnConst=function(e,t,r){if(e.test(t))return r},e.getWindowsVersionName=function(e){switch(e){case"NT":return"NT";case"XP":case"NT 5.1":return"XP";case"NT 5.0":return"2000";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}},e.getMacOSVersionName=function(e){var t=e.split(".").splice(0,2).map((function(e){return parseInt(e,10)||0}));if(t.push(0),10===t[0])switch(t[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}},e.getAndroidVersionName=function(e){var t=e.split(".").splice(0,2).map((function(e){return parseInt(e,10)||0}));if(t.push(0),!(1===t[0]&&t[1]<5))return 1===t[0]&&t[1]<6?"Cupcake":1===t[0]&&t[1]>=6?"Donut":2===t[0]&&t[1]<2?"Eclair":2===t[0]&&2===t[1]?"Froyo":2===t[0]&&t[1]>2?"Gingerbread":3===t[0]?"Honeycomb":4===t[0]&&t[1]<1?"Ice Cream Sandwich":4===t[0]&&t[1]<4?"Jelly Bean":4===t[0]&&t[1]>=4?"KitKat":5===t[0]?"Lollipop":6===t[0]?"Marshmallow":7===t[0]?"Nougat":8===t[0]?"Oreo":9===t[0]?"Pie":void 0},e.getVersionPrecision=function(e){return e.split(".").length},e.compareVersions=function(t,r,n){void 0===n&&(n=!1);var o=e.getVersionPrecision(t),i=e.getVersionPrecision(r),s=Math.max(o,i),a=0,c=e.map([t,r],(function(t){var r=s-e.getVersionPrecision(t),n=t+new Array(r+1).join(".0");return e.map(n.split("."),(function(e){return new Array(20-e.length).join("0")+e})).reverse()}));for(n&&(a=s-Math.min(o,i)),s-=1;s>=a;){if(c[0][s]>c[1][s])return 1;if(c[0][s]===c[1][s]){if(s===a)return 0;s-=1}else if(c[0][s]<c[1][s])return-1}},e.map=function(e,t){var r,n=[];if(Array.prototype.map)return Array.prototype.map.call(e,t);for(r=0;r<e.length;r+=1)n.push(t(e[r]));return n},e.find=function(e,t){var r,n;if(Array.prototype.find)return Array.prototype.find.call(e,t);for(r=0,n=e.length;r<n;r+=1){var o=e[r];if(t(o,r))return o}},e.assign=function(e){for(var t,r,n=e,o=arguments.length,i=new Array(o>1?o-1:0),s=1;s<o;s++)i[s-1]=arguments[s];if(Object.assign)return Object.assign.apply(Object,[e].concat(i));var a=function(){var e=i[t];"object"==typeof e&&null!==e&&Object.keys(e).forEach((function(t){n[t]=e[t]}))};for(t=0,r=i.length;t<r;t+=1)a();return e},e.getBrowserAlias=function(e){return n.BROWSER_ALIASES_MAP[e]},e.getBrowserTypeByAlias=function(e){return n.BROWSER_MAP[e]||""},e}();t.default=o,e.exports=t.default},18:function(e,t,r){"use strict";t.__esModule=!0,t.ENGINE_MAP=t.OS_MAP=t.PLATFORMS_MAP=t.BROWSER_MAP=t.BROWSER_ALIASES_MAP=void 0,t.BROWSER_ALIASES_MAP={"Amazon Silk":"amazon_silk","Android Browser":"android",Bada:"bada",BlackBerry:"blackberry",Chrome:"chrome",Chromium:"chromium",Electron:"electron",Epiphany:"epiphany",Firefox:"firefox",Focus:"focus",Generic:"generic","Google Search":"google_search",Googlebot:"googlebot","Internet Explorer":"ie","K-Meleon":"k_meleon",Maxthon:"maxthon","Microsoft Edge":"edge","MZ Browser":"mz","NAVER Whale Browser":"naver",Opera:"opera","Opera Coast":"opera_coast",PhantomJS:"phantomjs",Puffin:"puffin",QupZilla:"qupzilla",QQ:"qq",QQLite:"qqlite",Safari:"safari",Sailfish:"sailfish","Samsung Internet for Android":"samsung_internet",SeaMonkey:"seamonkey",Sleipnir:"sleipnir",Swing:"swing",Tizen:"tizen","UC Browser":"uc",Vivaldi:"vivaldi","WebOS Browser":"webos",WeChat:"wechat","Yandex Browser":"yandex",Roku:"roku"},t.BROWSER_MAP={amazon_silk:"Amazon Silk",android:"Android Browser",bada:"Bada",blackberry:"BlackBerry",chrome:"Chrome",chromium:"Chromium",electron:"Electron",epiphany:"Epiphany",firefox:"Firefox",focus:"Focus",generic:"Generic",googlebot:"Googlebot",google_search:"Google Search",ie:"Internet Explorer",k_meleon:"K-Meleon",maxthon:"Maxthon",edge:"Microsoft Edge",mz:"MZ Browser",naver:"NAVER Whale Browser",opera:"Opera",opera_coast:"Opera Coast",phantomjs:"PhantomJS",puffin:"Puffin",qupzilla:"QupZilla",qq:"QQ Browser",qqlite:"QQ Browser Lite",safari:"Safari",sailfish:"Sailfish",samsung_internet:"Samsung Internet for Android",seamonkey:"SeaMonkey",sleipnir:"Sleipnir",swing:"Swing",tizen:"Tizen",uc:"UC Browser",vivaldi:"Vivaldi",webos:"WebOS Browser",wechat:"WeChat",yandex:"Yandex Browser"},t.PLATFORMS_MAP={tablet:"tablet",mobile:"mobile",desktop:"desktop",tv:"tv"},t.OS_MAP={WindowsPhone:"Windows Phone",Windows:"Windows",MacOS:"macOS",iOS:"iOS",Android:"Android",WebOS:"WebOS",BlackBerry:"BlackBerry",Bada:"Bada",Tizen:"Tizen",Linux:"Linux",ChromeOS:"Chrome OS",PlayStation4:"PlayStation 4",Roku:"Roku"},t.ENGINE_MAP={EdgeHTML:"EdgeHTML",Blink:"Blink",Trident:"Trident",Presto:"Presto",Gecko:"Gecko",WebKit:"WebKit"}},90:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,o=(n=r(91))&&n.__esModule?n:{default:n},i=r(18);function s(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var a=function(){function e(){}var t,r,n;return e.getParser=function(e,t){if(void 0===t&&(t=!1),"string"!=typeof e)throw new Error("UserAgent should be a string");return new o.default(e,t)},e.parse=function(e){return new o.default(e).getResult()},t=e,n=[{key:"BROWSER_MAP",get:function(){return i.BROWSER_MAP}},{key:"ENGINE_MAP",get:function(){return i.ENGINE_MAP}},{key:"OS_MAP",get:function(){return i.OS_MAP}},{key:"PLATFORMS_MAP",get:function(){return i.PLATFORMS_MAP}}],(r=null)&&s(t.prototype,r),n&&s(t,n),e}();t.default=a,e.exports=t.default},91:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n=c(r(92)),o=c(r(93)),i=c(r(94)),s=c(r(95)),a=c(r(17));function c(e){return e&&e.__esModule?e:{default:e}}var u=function(){function e(e,t){if(void 0===t&&(t=!1),null==e||""===e)throw new Error("UserAgent parameter can't be empty");this._ua=e,this.parsedResult={},!0!==t&&this.parse()}var t=e.prototype;return t.getUA=function(){return this._ua},t.test=function(e){return e.test(this._ua)},t.parseBrowser=function(){var e=this;this.parsedResult.browser={};var t=a.default.find(n.default,(function(t){if("function"==typeof t.test)return t.test(e);if(t.test instanceof Array)return t.test.some((function(t){return e.test(t)}));throw new Error("Browser's test function is not valid")}));return t&&(this.parsedResult.browser=t.describe(this.getUA())),this.parsedResult.browser},t.getBrowser=function(){return this.parsedResult.browser?this.parsedResult.browser:this.parseBrowser()},t.getBrowserName=function(e){return e?String(this.getBrowser().name).toLowerCase()||"":this.getBrowser().name||""},t.getBrowserVersion=function(){return this.getBrowser().version},t.getOS=function(){return this.parsedResult.os?this.parsedResult.os:this.parseOS()},t.parseOS=function(){var e=this;this.parsedResult.os={};var t=a.default.find(o.default,(function(t){if("function"==typeof t.test)return t.test(e);if(t.test instanceof Array)return t.test.some((function(t){return e.test(t)}));throw new Error("Browser's test function is not valid")}));return t&&(this.parsedResult.os=t.describe(this.getUA())),this.parsedResult.os},t.getOSName=function(e){var t=this.getOS().name;return e?String(t).toLowerCase()||"":t||""},t.getOSVersion=function(){return this.getOS().version},t.getPlatform=function(){return this.parsedResult.platform?this.parsedResult.platform:this.parsePlatform()},t.getPlatformType=function(e){void 0===e&&(e=!1);var t=this.getPlatform().type;return e?String(t).toLowerCase()||"":t||""},t.parsePlatform=function(){var e=this;this.parsedResult.platform={};var t=a.default.find(i.default,(function(t){if("function"==typeof t.test)return t.test(e);if(t.test instanceof Array)return t.test.some((function(t){return e.test(t)}));throw new Error("Browser's test function is not valid")}));return t&&(this.parsedResult.platform=t.describe(this.getUA())),this.parsedResult.platform},t.getEngine=function(){return this.parsedResult.engine?this.parsedResult.engine:this.parseEngine()},t.getEngineName=function(e){return e?String(this.getEngine().name).toLowerCase()||"":this.getEngine().name||""},t.parseEngine=function(){var e=this;this.parsedResult.engine={};var t=a.default.find(s.default,(function(t){if("function"==typeof t.test)return t.test(e);if(t.test instanceof Array)return t.test.some((function(t){return e.test(t)}));throw new Error("Browser's test function is not valid")}));return t&&(this.parsedResult.engine=t.describe(this.getUA())),this.parsedResult.engine},t.parse=function(){return this.parseBrowser(),this.parseOS(),this.parsePlatform(),this.parseEngine(),this},t.getResult=function(){return a.default.assign({},this.parsedResult)},t.satisfies=function(e){var t=this,r={},n=0,o={},i=0;if(Object.keys(e).forEach((function(t){var s=e[t];"string"==typeof s?(o[t]=s,i+=1):"object"==typeof s&&(r[t]=s,n+=1)})),n>0){var s=Object.keys(r),c=a.default.find(s,(function(e){return t.isOS(e)}));if(c){var u=this.satisfies(r[c]);if(void 0!==u)return u}var l=a.default.find(s,(function(e){return t.isPlatform(e)}));if(l){var d=this.satisfies(r[l]);if(void 0!==d)return d}}if(i>0){var g=Object.keys(o),h=a.default.find(g,(function(e){return t.isBrowser(e,!0)}));if(void 0!==h)return this.compareVersion(o[h])}},t.isBrowser=function(e,t){void 0===t&&(t=!1);var r=this.getBrowserName().toLowerCase(),n=e.toLowerCase(),o=a.default.getBrowserTypeByAlias(n);return t&&o&&(n=o.toLowerCase()),n===r},t.compareVersion=function(e){var t=[0],r=e,n=!1,o=this.getBrowserVersion();if("string"==typeof o)return">"===e[0]||"<"===e[0]?(r=e.substr(1),"="===e[1]?(n=!0,r=e.substr(2)):t=[],">"===e[0]?t.push(1):t.push(-1)):"="===e[0]?r=e.substr(1):"~"===e[0]&&(n=!0,r=e.substr(1)),t.indexOf(a.default.compareVersions(o,r,n))>-1},t.isOS=function(e){return this.getOSName(!0)===String(e).toLowerCase()},t.isPlatform=function(e){return this.getPlatformType(!0)===String(e).toLowerCase()},t.isEngine=function(e){return this.getEngineName(!0)===String(e).toLowerCase()},t.is=function(e,t){return void 0===t&&(t=!1),this.isBrowser(e,t)||this.isOS(e)||this.isPlatform(e)},t.some=function(e){var t=this;return void 0===e&&(e=[]),e.some((function(e){return t.is(e)}))},e}();t.default=u,e.exports=t.default},92:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,o=(n=r(17))&&n.__esModule?n:{default:n},i=/version\/(\d+(\.?_?\d+)+)/i,s=[{test:[/googlebot/i],describe:function(e){var t={name:"Googlebot"},r=o.default.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/opera/i],describe:function(e){var t={name:"Opera"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/opr\/|opios/i],describe:function(e){var t={name:"Opera"},r=o.default.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/SamsungBrowser/i],describe:function(e){var t={name:"Samsung Internet for Android"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/Whale/i],describe:function(e){var t={name:"NAVER Whale Browser"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/MZBrowser/i],describe:function(e){var t={name:"MZ Browser"},r=o.default.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/focus/i],describe:function(e){var t={name:"Focus"},r=o.default.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/swing/i],describe:function(e){var t={name:"Swing"},r=o.default.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/coast/i],describe:function(e){var t={name:"Opera Coast"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe:function(e){var t={name:"Opera Touch"},r=o.default.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/yabrowser/i],describe:function(e){var t={name:"Yandex Browser"},r=o.default.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/ucbrowser/i],describe:function(e){var t={name:"UC Browser"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/Maxthon|mxios/i],describe:function(e){var t={name:"Maxthon"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/epiphany/i],describe:function(e){var t={name:"Epiphany"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/puffin/i],describe:function(e){var t={name:"Puffin"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/sleipnir/i],describe:function(e){var t={name:"Sleipnir"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/k-meleon/i],describe:function(e){var t={name:"K-Meleon"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/micromessenger/i],describe:function(e){var t={name:"WeChat"},r=o.default.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/qqbrowser/i],describe:function(e){var t={name:/qqbrowserlite/i.test(e)?"QQ Browser Lite":"QQ Browser"},r=o.default.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/msie|trident/i],describe:function(e){var t={name:"Internet Explorer"},r=o.default.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/\sedg\//i],describe:function(e){var t={name:"Microsoft Edge"},r=o.default.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/edg([ea]|ios)/i],describe:function(e){var t={name:"Microsoft Edge"},r=o.default.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/vivaldi/i],describe:function(e){var t={name:"Vivaldi"},r=o.default.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/seamonkey/i],describe:function(e){var t={name:"SeaMonkey"},r=o.default.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/sailfish/i],describe:function(e){var t={name:"Sailfish"},r=o.default.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,e);return r&&(t.version=r),t}},{test:[/silk/i],describe:function(e){var t={name:"Amazon Silk"},r=o.default.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/phantom/i],describe:function(e){var t={name:"PhantomJS"},r=o.default.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/slimerjs/i],describe:function(e){var t={name:"SlimerJS"},r=o.default.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe:function(e){var t={name:"BlackBerry"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/(web|hpw)[o0]s/i],describe:function(e){var t={name:"WebOS Browser"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/bada/i],describe:function(e){var t={name:"Bada"},r=o.default.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/tizen/i],describe:function(e){var t={name:"Tizen"},r=o.default.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/qupzilla/i],describe:function(e){var t={name:"QupZilla"},r=o.default.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/firefox|iceweasel|fxios/i],describe:function(e){var t={name:"Firefox"},r=o.default.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/electron/i],describe:function(e){var t={name:"Electron"},r=o.default.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/MiuiBrowser/i],describe:function(e){var t={name:"Miui"},r=o.default.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/chromium/i],describe:function(e){var t={name:"Chromium"},r=o.default.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/chrome|crios|crmo/i],describe:function(e){var t={name:"Chrome"},r=o.default.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/GSA/i],describe:function(e){var t={name:"Google Search"},r=o.default.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:function(e){var t=!e.test(/like android/i),r=e.test(/android/i);return t&&r},describe:function(e){var t={name:"Android Browser"},r=o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/playstation 4/i],describe:function(e){var t={name:"PlayStation 4"},r=o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/safari|applewebkit/i],describe:function(e){var t={name:"Safari"},r=o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/.*/i],describe:function(e){var t=-1!==e.search("\\(")?/^(.*)\/(.*)[ \t]\((.*)/:/^(.*)\/(.*) /;return{name:o.default.getFirstMatch(t,e),version:o.default.getSecondMatch(t,e)}}}];t.default=s,e.exports=t.default},93:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,o=(n=r(17))&&n.__esModule?n:{default:n},i=r(18),s=[{test:[/Roku\/DVP/],describe:function(e){var t=o.default.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,e);return{name:i.OS_MAP.Roku,version:t}}},{test:[/windows phone/i],describe:function(e){var t=o.default.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,e);return{name:i.OS_MAP.WindowsPhone,version:t}}},{test:[/windows /i],describe:function(e){var t=o.default.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,e),r=o.default.getWindowsVersionName(t);return{name:i.OS_MAP.Windows,version:t,versionName:r}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe:function(e){var t={name:i.OS_MAP.iOS},r=o.default.getSecondMatch(/(Version\/)(\d[\d.]+)/,e);return r&&(t.version=r),t}},{test:[/macintosh/i],describe:function(e){var t=o.default.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,e).replace(/[_\s]/g,"."),r=o.default.getMacOSVersionName(t),n={name:i.OS_MAP.MacOS,version:t};return r&&(n.versionName=r),n}},{test:[/(ipod|iphone|ipad)/i],describe:function(e){var t=o.default.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,e).replace(/[_\s]/g,".");return{name:i.OS_MAP.iOS,version:t}}},{test:function(e){var t=!e.test(/like android/i),r=e.test(/android/i);return t&&r},describe:function(e){var t=o.default.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,e),r=o.default.getAndroidVersionName(t),n={name:i.OS_MAP.Android,version:t};return r&&(n.versionName=r),n}},{test:[/(web|hpw)[o0]s/i],describe:function(e){var t=o.default.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,e),r={name:i.OS_MAP.WebOS};return t&&t.length&&(r.version=t),r}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe:function(e){var t=o.default.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,e)||o.default.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,e)||o.default.getFirstMatch(/\bbb(\d+)/i,e);return{name:i.OS_MAP.BlackBerry,version:t}}},{test:[/bada/i],describe:function(e){var t=o.default.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,e);return{name:i.OS_MAP.Bada,version:t}}},{test:[/tizen/i],describe:function(e){var t=o.default.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,e);return{name:i.OS_MAP.Tizen,version:t}}},{test:[/linux/i],describe:function(){return{name:i.OS_MAP.Linux}}},{test:[/CrOS/],describe:function(){return{name:i.OS_MAP.ChromeOS}}},{test:[/PlayStation 4/],describe:function(e){var t=o.default.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,e);return{name:i.OS_MAP.PlayStation4,version:t}}}];t.default=s,e.exports=t.default},94:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,o=(n=r(17))&&n.__esModule?n:{default:n},i=r(18),s=[{test:[/googlebot/i],describe:function(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe:function(e){var t=o.default.getFirstMatch(/(can-l01)/i,e)&&"Nova",r={type:i.PLATFORMS_MAP.mobile,vendor:"Huawei"};return t&&(r.model=t),r}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe:function(){return{type:i.PLATFORMS_MAP.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe:function(){return{type:i.PLATFORMS_MAP.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe:function(){return{type:i.PLATFORMS_MAP.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe:function(){return{type:i.PLATFORMS_MAP.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe:function(){return{type:i.PLATFORMS_MAP.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe:function(){return{type:i.PLATFORMS_MAP.tablet}}},{test:function(e){var t=e.test(/ipod|iphone/i),r=e.test(/like (ipod|iphone)/i);return t&&!r},describe:function(e){var t=o.default.getFirstMatch(/(ipod|iphone)/i,e);return{type:i.PLATFORMS_MAP.mobile,vendor:"Apple",model:t}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe:function(){return{type:i.PLATFORMS_MAP.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe:function(){return{type:i.PLATFORMS_MAP.mobile}}},{test:function(e){return"blackberry"===e.getBrowserName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.mobile,vendor:"BlackBerry"}}},{test:function(e){return"bada"===e.getBrowserName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.mobile}}},{test:function(e){return"windows phone"===e.getBrowserName()},describe:function(){return{type:i.PLATFORMS_MAP.mobile,vendor:"Microsoft"}}},{test:function(e){var t=Number(String(e.getOSVersion()).split(".")[0]);return"android"===e.getOSName(!0)&&t>=3},describe:function(){return{type:i.PLATFORMS_MAP.tablet}}},{test:function(e){return"android"===e.getOSName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.mobile}}},{test:function(e){return"macos"===e.getOSName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.desktop,vendor:"Apple"}}},{test:function(e){return"windows"===e.getOSName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.desktop}}},{test:function(e){return"linux"===e.getOSName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.desktop}}},{test:function(e){return"playstation 4"===e.getOSName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.tv}}},{test:function(e){return"roku"===e.getOSName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.tv}}}];t.default=s,e.exports=t.default},95:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,o=(n=r(17))&&n.__esModule?n:{default:n},i=r(18),s=[{test:function(e){return"microsoft edge"===e.getBrowserName(!0)},describe:function(e){if(/\sedg\//i.test(e))return{name:i.ENGINE_MAP.Blink};var t=o.default.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,e);return{name:i.ENGINE_MAP.EdgeHTML,version:t}}},{test:[/trident/i],describe:function(e){var t={name:i.ENGINE_MAP.Trident},r=o.default.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:function(e){return e.test(/presto/i)},describe:function(e){var t={name:i.ENGINE_MAP.Presto},r=o.default.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:function(e){var t=e.test(/gecko/i),r=e.test(/like gecko/i);return t&&!r},describe:function(e){var t={name:i.ENGINE_MAP.Gecko},r=o.default.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/(apple)?webkit\/537\.36/i],describe:function(){return{name:i.ENGINE_MAP.Blink}}},{test:[/(apple)?webkit/i],describe:function(e){var t={name:i.ENGINE_MAP.WebKit},r=o.default.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}}];t.default=s,e.exports=t.default}})},142:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".ck.ck-aria-description{display:none}",""]);const i=o},507:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.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 i=o},967:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.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 i=o},258:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".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)}.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)}",""]);const i=o},906:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.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 i=o},938:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".ck-content .ck-comment-marker.ck-widget.ck-merge-field,.ck-content .ck-suggestion-marker.ck-widget.ck-merge-field{border-width:2px;border-left:none;border-right:none;padding-bottom:0;padding-top:0}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom-color:var(--ck-color-suggestion-marker-deletion-border);border-top-color:var(--ck-color-suggestion-marker-deletion-border)}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field :not(.ck-merge-field__affix),.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-merge-field_with-value,.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-merge-field_with-warning{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-widget.ck-merge-field.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-marker-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-merge-field{background-color:var(--ck-color-suggestion-marker-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-merge-field.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-marker-insertion-background-active)}.ck-content .ck-comment-marker.ck-widget.ck-merge-field{background:var(--ck-color-comment-marker)}.ck-content .ck-comment-marker.ck-widget.ck-merge-field.ck-comment-marker--active{background:var(--ck-color-comment-marker-active)}.ck-content span.ck-comment-marker:has(+.ck-comment-marker.ck-widget.ck-merge-field),.ck-content span.ck-suggestion-marker:has(+.ck-suggestion-marker.ck-widget.ck-merge-field){margin-right:-1px;padding-right:1px}",""]);const i=o},751:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.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 i=o},901:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.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-widget.table>figcaption.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);border:none}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background);border:none}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-insertion.table{border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.table>figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background)}.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{border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background-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.ck-widget.table{border-color:var(--ck-color-suggestion-marker-deletion-border)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-deletion.ck-widget.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.ck-widget.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{border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background-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 i=o},961:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.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,.ck .ck-thread__header{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{border-radius:0}.ck .ck-suggestion-wrapper.ck-rounded-corners,.ck-rounded-corners .ck .ck-suggestion-wrapper{border-radius:var(--ck-border-radius)}.ck .ck-suggestion-wrapper{overflow:hidden}.ck .ck-suggestion-wrapper:focus{box-shadow:0 0 0 4px var(--ck-color-focus-outer-shadow);outline:var(--ck-focus-ring)}.ck-balloon-panel:has(.ck-suggestion-wrapper:focus){border:var(--ck-focus-ring);box-shadow:var(--ck-drop-shadow),var(--ck-focus-outer-shadow);outline:none}.ck .ck-suggestion-type{font-weight:700}.ck .ck-suggestion-color{border-radius:14px;box-shadow:0 0 0 1px #454545;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 i=o},163:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.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:#99d7e6;--ck-color-suggestion-marker-format-border-active:#5cc0d6;--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 i=o},332:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.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 .ck-user__marker-dot::selection,.ck .ck-user__marker--0 .ck-user__marker-tooltip,.ck .ck-user__marker--0 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--0::selection{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 .ck-user__marker-dot::selection,.ck .ck-user__marker--1 .ck-user__marker-tooltip,.ck .ck-user__marker--1 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--1::selection{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 .ck-user__marker-dot::selection,.ck .ck-user__marker--2 .ck-user__marker-tooltip,.ck .ck-user__marker--2 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--2::selection{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 .ck-user__marker-dot::selection,.ck .ck-user__marker--3 .ck-user__marker-tooltip,.ck .ck-user__marker--3 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--3::selection{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 .ck-user__marker-dot::selection,.ck .ck-user__marker--4 .ck-user__marker-tooltip,.ck .ck-user__marker--4 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--4::selection{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 .ck-user__marker-dot::selection,.ck .ck-user__marker--5 .ck-user__marker-tooltip,.ck .ck-user__marker--5 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--5::selection{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 .ck-user__marker-dot::selection,.ck .ck-user__marker--6 .ck-user__marker-tooltip,.ck .ck-user__marker--6 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--6::selection{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 .ck-user__marker-dot::selection,.ck .ck-user__marker--7 .ck-user__marker-tooltip,.ck .ck-user__marker--7 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--7::selection{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 i=o},533:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,":root{--ck-user-avatar-size:40px;--ck-user-avatar-background:#3670ab;--ck-user-avatar-color:#fff;--ck-user-me-border-color:#fff}.ck.ck-user{align-items:center;background-color:var(--ck-user-avatar-background);border-radius:50%;box-sizing:border-box;display:flex;height:var(--ck-user-avatar-size);justify-content:center;line-height:100%;margin:2px;min-height:var(--ck-user-avatar-size);min-width:var(--ck-user-avatar-size);position:relative;width:var(--ck-user-avatar-size)}.ck.ck-user.ck-user_me{border:2px solid var(--ck-user-me-border-color);outline:2px solid var(--ck-user-avatar-background)}.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:none;border-radius:50%;display:none;height:100%;width:100%}.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}.ck.ck-user__notification{align-items:center;background:var(--ck-color-base-background);border:2px solid var(--ck-color-base-background);border-radius:50%;box-sizing:content-box;display:flex;height:15px;justify-content:center;overflow:hidden;position:absolute;right:-7px;top:-8px;transform:translateZ(0);width:15px}.ck.ck-user__notification .ck-user__icon{background:var(--ck-color-base-background);color:var(--ck-color-annotation-info);height:19px;max-height:19px;max-width:19px;min-height:19px;min-width:19px;width:19px}",""]);const i=o},181:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,":root{--ck-ai-dropdown-view-width:250px;--ck-ai-dropdown-view-list-max-height:250px}.ck.ck-ai-commands-search{width:var(--ck-ai-dropdown-view-width)}.ck.ck-ai-commands-search>.ck-labeled-field-view{padding:var(--ck-spacing-large)}.ck.ck-ai-commands-search>.ck-labeled-field-view .ck-input{min-width:unset}.ck.ck-ai-commands-search>.ck-search__results{border-top:1px solid var(--ck-color-base-border)}.ck.ck-ai-commands-search>.ck-search__results>.ck-list{max-height:var(--ck-ai-dropdown-view-list-max-height);overflow:auto}",""]);const i=o},676:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,":root{--ck-ai-form-view-width:600px;--ck-ai-form-content-height:175px;--ck-ai-form-content-background:#fafafa;--ck-ai-form-history-font-size:.9em;--ck-ai-form-error-background:var(--ck-color-light-red)}.ck .ck-ai-form{max-width:100%;width:var(--ck-ai-form-view-width)}@media screen and (max-width:600px){.ck .ck-ai-form{--ck-ai-form-view-width:100vw}}.ck .ck-ai-form .ck-ai-form-content{padding:var(--ck-spacing-large);width:100%}.ck .ck-ai-form .ck-ai-form-content .ck-input{width:100%}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area-wrapper{border:1px solid var(--ck-color-base-border);border-radius:2px;max-height:var(--ck-ai-form-content-height);overflow-y:auto;width:100%}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area-wrapper:focus{border:var(--ck-focus-ring);box-shadow:var(--ck-focus-outer-shadow),0 0;outline:none}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area{background-color:var(--ck-ai-form-content-background);display:flex}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area.ck-ai-form__content-area--processing{--ck-color-text:var(--ck-color-input-disabled-text);background-color:var(--ck-color-input-disabled-background)}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__content-field{box-sizing:content-box;min-height:calc(var(--ck-line-height-base)*var(--ck-font-size-base));padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);white-space:normal;width:100%}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__content-field{padding-right:0}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__content-field{padding-left:0}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__content-field>*{color:inherit;white-space:normal}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-spinner-container{margin-right:var(--ck-spacing-medium)}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-spinner-container{margin-left:var(--ck-spacing-medium)}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__copy-button-wrapper{display:flex;flex-direction:column-reverse;padding-left:2px}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__copy-button{bottom:1px;min-height:unset;min-width:unset;padding:4px;position:sticky;right:1px}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__copy-button svg{--ck-icon-size:16px}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__copy-button.ck-ai-form__copy-button--copied{color:inherit}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__toolbar{border:none;margin-bottom:calc(var(--ck-spacing-medium)*2);margin-top:var(--ck-spacing-medium);padding:0}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__loader{align-items:center;display:flex}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__loader .ck-spinner{box-sizing:border-box}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete{display:flex;justify-content:space-between}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view{flex-grow:1}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck.ck-ai-form__submit{margin-left:var(--ck-spacing-medium)}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck.ck-ai-form__submit{margin-right:var(--ck-spacing-medium)}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck.ck-ai-form__submit{border-color:var(--ck-ai-form-submit-button-border-color);color:var(--ck-ai-form-submit-button-text-color)}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck.ck-ai-form__submit.ck-disabled{border-color:var(--ck-ai-form-submit-button-disabled-border-color)}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view .ck-ai-form__toggle-history{font-size:var(--ck-font-size-tiny);position:absolute}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view .ck-ai-form__toggle-history{right:var(--ck-spacing-medium)}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view .ck-ai-form__toggle-history{left:var(--ck-spacing-medium)}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view .ck-ai-form__toggle-history{bottom:var(--ck-spacing-small);min-height:unset;min-width:unset;padding:4px;top:var(--ck-spacing-small)}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-textarea{padding-right:30px}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-textarea{padding-left:30px}@media screen and (max-width:600px){.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-textarea{--ck-input-width:auto}}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto;grid-column-gap:0;grid-row-gap:0}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>span{grid-area:1/1/2/2}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-button{background:none;font-size:var(--ck-ai-form-history-font-size);grid-area:1/2/2/3;justify-self:start;margin:var(--ck-spacing-medium) 0 0;min-height:auto;padding:0}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-button .ck-button__label{line-height:inherit}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-button .ck-button__label:hover{text-decoration:underline}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-list{grid-area:2/1/3/3}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-list .ck-list__item .ck-button .ck-button__label{font-size:var(--ck-ai-form-history-font-size);line-height:var(--ck-line-height-base);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck .ck-ai-form .ck-ai-form__error{align-items:center;background-color:var(--ck-ai-form-error-background);border-radius:2px;color:var(--ck-color-base-text);display:flex;justify-content:center;margin-bottom:var(--ck-spacing-medium);padding:var(--ck-spacing-medium)}",""]);const i=o},379:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,":root{--ck-ai-form-submit-button-text-color:var(--ck-color-text);--ck-ai-form-submit-button-border-color:transparent;--ck-ai-form-submit-button-disabled-border-color:transparent;--ck-ai-toolbar-button-hover-color:var(--ck-color-text);--ck-color-ai-selection:rgba(31,176,255,.3)}.ck-ai-assistant-ui_theme{--ck-color-button-default-hover-background:#f3ecff;--ck-color-button-default-active-background:#f3ecff;--ck-color-button-on-background:#f3ecff;--ck-color-button-on-hover-background:#e8dff7;--ck-color-button-on-active-background:#f3ecff;--ck-color-button-on-disabled-background:#f3ecff;--ck-color-button-on-color:#743ccd;--ck-color-button-action-background:#743ccd;--ck-color-button-action-hover-background:#6c34c9;--ck-color-button-action-active-background:#6c34c9;--ck-color-button-action-disabled-background:#ba9de6;--ck-color-list-button-hover-background:#f3ecff;--ck-ai-form-content-background:#f9f9f9;--ck-ai-form-submit-button-text-color:var(--ck-color-button-on-color);--ck-ai-form-submit-button-border-color:var(--ck-color-button-action-background);--ck-ai-form-submit-button-disabled-border-color:var(--ck-color-button-action-disabled-background);--ck-ai-toolbar-button-hover-color:var(--ck-color-button-on-color);--ck-color-ai-selection:#e2d6f5}.ck-ai-assistant-button:hover,.ck-ai-commands-dropdown>.ck-button:hover{color:var(--ck-ai-toolbar-button-hover-color)}.ck span.ck-fake-ai-selection{background:var(--ck-color-ai-selection)}.ck .ck-widget.ck-fake-ai-selection{outline-color:var(--ck-color-ai-selection)}.ck span.ck-fake-ai-selection-candidate{background:var(--ck-color-ai-selection)}.ck .ck-fake-ai-selection_collapsed{border-right:1px solid var(--ck-color-base-text);height:100%;margin-right:-1px;outline:1px solid hsla(0,0%,100%,.5)}.ck.ck-content.ck-ai-form__content-field h2{font-size:1.3em}.ck.ck-content.ck-ai-form__content-field h3{font-size:1.2em}.ck.ck-content.ck-ai-form__content-field h4,.ck.ck-content.ck-ai-form__content-field h5,.ck.ck-content.ck-ai-form__content-field h6{font-size:1.1em}.ck.ck-content.ck-ai-form__content-field h2,.ck.ck-content.ck-ai-form__content-field h3,.ck.ck-content.ck-ai-form__content-field h4,.ck.ck-content.ck-ai-form__content-field h5,.ck.ck-content.ck-ai-form__content-field h6,.ck.ck-content.ck-ai-form__content-field ol,.ck.ck-content.ck-ai-form__content-field p,.ck.ck-content.ck-ai-form__content-field ul{line-height:1.7em;margin-block-end:.5em;margin-block-start:.5em}.ck.ck-content.ck-ai-form__content-field>:first-child{margin-top:0}.ck.ck-content.ck-ai-form__content-field>:last-child{margin-bottom:0}",""]);const i=o},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(n)for(var i=0;i<this.length;i++){var s=this[i][0];null!=s&&(o[s]=!0)}for(var a=0;a<e.length;a++){var c=[].concat(e[a]);n&&o[c[0]]||(r&&(c[2]?c[2]="".concat(r," and ").concat(c[2]):c[2]=r),t.push(c))}},t}},673:(e,t,r)=>{"use strict";var n,o=function(){return void 0===n&&(n=Boolean(window&&document&&document.all&&!window.atob)),n},i=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),s=[];function a(e){for(var t=-1,r=0;r<s.length;r++)if(s[r].identifier===e){t=r;break}return t}function c(e,t){for(var r={},n=[],o=0;o<e.length;o++){var i=e[o],c=t.base?i[0]+t.base:i[0],u=r[c]||0,l="".concat(c," ").concat(u);r[c]=u+1;var d=a(l),g={css:i[1],media:i[2],sourceMap:i[3]};-1!==d?(s[d].references++,s[d].updater(g)):s.push({identifier:l,updater:m(g,t),references:1}),n.push(l)}return n}function u(e){var t=document.createElement("style"),n=e.attributes||{};if(void 0===n.nonce){var o=r.nc;o&&(n.nonce=o)}if(Object.keys(n).forEach((function(e){t.setAttribute(e,n[e])})),"function"==typeof e.insert)e.insert(t);else{var s=i(e.insert||"head");if(!s)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");s.appendChild(t)}return t}var l,d=(l=[],function(e,t){return l[e]=t,l.filter(Boolean).join("\n")});function g(e,t,r,n){var o=r?"":n.media?"@media ".concat(n.media," {").concat(n.css,"}"):n.css;if(e.styleSheet)e.styleSheet.cssText=d(t,o);else{var i=document.createTextNode(o),s=e.childNodes;s[t]&&e.removeChild(s[t]),s.length?e.insertBefore(i,s[t]):e.appendChild(i)}}function h(e,t,r){var n=r.css,o=r.media,i=r.sourceMap;if(o?e.setAttribute("media",o):e.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(n+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}var f=null,p=0;function m(e,t){var r,n,o;if(t.singleton){var i=p++;r=f||(f=u(t)),n=g.bind(null,r,i,!1),o=g.bind(null,r,i,!0)}else r=u(t),n=h.bind(null,r,t),o=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(r)};return n(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;n(e=t)}else o()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=o());var r=c(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var n=0;n<r.length;n++){var o=a(r[n]);s[o].references--}for(var i=c(e,t),u=0;u<r.length;u++){var l=a(r[u]);0===s[l].references&&(s[l].updater(),s.splice(l,1))}r=i}}}},331:(e,t,r)=>{e.exports=r(237)("./src/clipboard.js")},782:(e,t,r)=>{e.exports=r(237)("./src/core.js")},783:(e,t,r)=>{e.exports=r(237)("./src/engine.js")},311:(e,t,r)=>{e.exports=r(237)("./src/ui.js")},584:(e,t,r)=>{e.exports=r(237)("./src/utils.js")},237:e=>{"use strict";e.exports=CKEditor5.dll}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var i=t[n]={id:n,exports:{}};return e[n].call(i.exports,i,i.exports,r),i.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{AIAdapter:()=>D,AIAssistant:()=>Lt,AIRequestError:()=>H,AITextAdapter:()=>Ft,AWSTextAdapter:()=>zc,OpenAITextAdapter:()=>qt});var e=r(584),t=r(782),o=r(311);t.ContextPlugin;var i=r(673),s=r.n(i),a=r(332),c={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(a.A,c);a.A.locals;t.ContextPlugin;var u=r(533),l={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(u.A,l);u.A.locals;o.View;o.View;o.View;var d=r(961),g={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(d.A,g);d.A.locals;var h=r(163),f={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(h.A,f);h.A.locals;var p=r(142),m={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(p.A,m);p.A.locals;var k=r(258),b={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(k.A,b);k.A.locals;var v=r(967),y={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(v.A,y);v.A.locals;var w=r(906),_={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(w.A,_);w.A.locals;var S=r(938),A={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(S.A,A);S.A.locals;var x=r(751),E={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(x.A,E);x.A.locals;var I=r(901),R={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(I.A,R);I.A.locals;var M=r(507),P={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(M.A,P);M.A.locals;const T={paintRoller:'<svg viewBox="0 0 20 20" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><path d="M3 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3Z"/><path d="M16 3.25a1.5 1.5 0 0 1 1.5 1.5v1.7a2.25 2.25 0 0 1-1.932 2.226l-4.424.632a.75.75 0 0 0-.644.743V11a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1v-.95a2.25 2.25 0 0 1 1.932-2.226l4.424-.632A.75.75 0 0 0 16 6.449V3.25Z"/></svg>\n',robotPencil:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M9.61 2.66a1.406 1.406 0 1 0-1.407 0v.891H3.28a2.11 2.11 0 0 0-2.11 2.11v10.312a2.11 2.11 0 0 0 2.11 2.109h5.684l-.054-1.157.18-.25H3.28a.703.703 0 0 1-.703-.702V5.66c0-.389.315-.704.703-.704h11.25c.388 0 .703.315.703.704v2.484l.358-.497a2.492 2.492 0 0 1 1.048-.84V5.66a2.11 2.11 0 0 0-2.11-2.11H9.61v-.89Z"/><path d="M5.625 10.817c.518 0 .937-.63.937-1.407 0-.776-.42-1.406-.937-1.406-.518 0-.938.63-.938 1.406 0 .777.42 1.407.938 1.407Z"/><path d="M13.125 9.41c0 .777-.42 1.407-.938 1.407s-.937-.63-.937-1.407c0-.776.42-1.406.937-1.406.518 0 .938.63.938 1.406Z"/><path d="M.937 8.004A.937.937 0 0 0 0 8.942v1.875c0 .517.42.937.937.937v-3.75Z"/><path d="M6.128 12.51a.782.782 0 0 1 1.085.216c.272.408.907.707 1.693.707s1.421-.3 1.693-.707a.782.782 0 0 1 1.302.868c-.666 1-1.906 1.403-2.995 1.403-1.089 0-2.329-.404-2.995-1.403a.782.782 0 0 1 .217-1.085Z"/><path d="m16.987 8.91-.622.864 2.879 2.074.622-.864a.71.71 0 0 0-.161-.99l-1.728-1.245a.71.71 0 0 0-.99.161Z"/><path d="M11.635 19.951a.355.355 0 0 1-.449-.31l-.214-2.38 4.978-6.911 2.88 2.074-4.978 6.91-2.217.617Z"/></svg>',tableOfContents:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M3 19a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8.022a6.47 6.47 0 0 0-1.5-.709V2a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v15a.5.5 0 0 0 .5.5h6.313c.173.534.412 1.037.709 1.5H3Z"/><path d="M9.174 14a6.489 6.489 0 0 0-.155 1H6v-1h3.174Z"/><path d="M10.022 12c-.202.316-.378.65-.524 1H4v-1h6.022Z"/><path d="M12.034 10c-.448.283-.86.62-1.224 1H6v-1h6.034Z"/><path d="M12 4v1H4V4h8Z"/><path d="M14 7V6H6v1h8Z"/><path d="M15 9V8H7v1h8Z"/><path clip-rule="evenodd" d="M20 15.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0ZM15.5 13a.5.5 0 0 0-.5.5V15h-1.5a.5.5 0 0 0 0 1H15v1.5a.5.5 0 0 0 1 0V16h1.5a.5.5 0 0 0 0-1H16v-1.5a.5.5 0 0 0-.5-.5Z"/></svg>\n',template:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M8 0H3a2 2 0 0 0-2 2v15a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2ZM2.5 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v15a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V2Z"/><path clip-rule="evenodd" d="M13 0h5a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Zm0 1.5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5V2a.5.5 0 0 0-.5-.5h-5Z"/><path clip-rule="evenodd" d="M13 10h5a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2Zm0 1.5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-5Z"/></svg>',caseChange:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5.789 3 0 17h1.664l1.664-4.027h6.797l.227.548c.046-.172.112-.352.209-.545.217-.436.556-.609.898-.798L7.664 3H5.79Zm.938 1.758 2.777 6.715H3.949l2.778-6.715Z"/><path d="M15.956 7.5c-1.584-.02-3.226.824-3.843 2.882l1.495.106c.904-2.082 4.594-2.13 4.375.534-3.245 1.024-4.838.117-6.082 2.62-.208.418-.17 1.57.54 2.397.71.826 2.014 1.149 3.409.85 1.395-.299 2.24-1.386 2.24-1.386L18.205 17h1.493l-.059-1.72-.056-5.274C19.51 8.612 17.75 7.524 15.956 7.5Zm2.027 4.696s.641 2.453-1.528 3.27c-3.376 1.269-4.188-2.141-1.775-2.638 1.704-.352 1.873-.25 3.303-.632Z"/></svg>'};function C(){const e=["showFakeVisualSelection","for","conversion","createSelection","length","createPositionAfter","setSelection","selection","data","24zRvMBG","config","ck-ai-assistant-ui_theme","ai.useTheme","push","2896720xQZucu","pluginName","toView","6212552ClJxpL","span","markers","editingDowncast","798430IlIOAu","schema","getRange","getLastPosition","getFirstRange","markerToHighlight","canEditAt","getSelectedBlocks","AIAssistantEditing","81LODwvi","editor","ai-ui","init","addClass","ck-fake-ai-selection-candidate","hideFakeVisualSelection","get","document","10697907rQbMch","134564eWnopy","insertContent","pop","insertContentBelow","end","34FYNClL","createUIElement","57oHaLps","updateMarker","model","ai-ui-candidate","isContent","markerToElement","addMarker","markerRange","isAtEnd","isCollapsed","ck-fake-ai-selection","ck-fake-ai-selection_collapsed","createRange","toModel","has","37256BzlQzA","removeMarker","19854ccKEWI","processor","1407SHMiRl","change","start","from","getLastMatchingPosition"];return(C=function(){return e})()}const O=$;!function(e){const t=$,r=e();for(;;)try{if(528796===-parseInt(t(514))/1*(parseInt(t(497))/2)+parseInt(t(499))/3*(-parseInt(t(492))/4)+parseInt(t(537))/5+-parseInt(t(516))/6*(parseInt(t(518))/7)+-parseInt(t(540))/8+-parseInt(t(482))/9*(-parseInt(t(544))/10)+-parseInt(t(491))/11*(-parseInt(t(532))/12))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(C);const N=O(484),L=O(502);function $(e,t){const r=C();return($=function(e,t){return r[e-=481]})(e,t)}class B extends t.Plugin{static get[O(538)](){return O(481)}[O(485)](){const e=O,{editor:t}=this,r=[e(509)];t[e(533)][e(489)](e(535))&&r[e(536)](e(534)),t[e(525)][e(524)](e(543))[e(549)]({model:N,view:{classes:r,priority:12}}),t[e(525)][e(524)](e(543))[e(504)]({model:N,view:(t,{writer:r})=>{const n=e;if(!t[n(506)][n(508)])return null;const o=r[n(498)](n(541));return r[n(486)]([n(509),n(510)],o),o}}),t[e(525)][e(524)](e(543))[e(549)]({model:L,view:{classes:[e(487)],priority:25}}),t[e(525)][e(524)](e(543))[e(504)]({model:L,view:(t,{writer:r})=>{const n=e;if(!t[n(506)][n(508)])return null;const o=r[n(498)](n(541));return r[n(486)]([n(487),n(510)],o),o}})}[O(523)](e){const t=O,r=this[t(483)][t(501)],n=e?L:N;r[t(519)]((e=>{const o=t,i=r[o(490)][o(530)][o(548)]();if(r[o(542)][o(513)](n))e[o(500)](n,{range:i});else if(i[o(520)][o(507)]){const t=i[o(520)][o(522)]((({item:e})=>!r[o(545)][o(503)](e)),{boundaries:i});e[o(505)](n,{usingOperation:!1,affectsData:!1,range:e[o(511)](t,i[o(496)])})}else e[o(505)](n,{usingOperation:!1,affectsData:!1,range:i})}))}[O(488)](e){const t=O,r=this[t(483)][t(501)],n=e?L:N;r[t(542)][t(513)](n)&&r[t(519)]((e=>{e[t(515)](n)}))}[O(493)](e,t){const r=O,n=t||this[r(483)][r(501)][r(542)][r(489)](N)[r(546)]();if(!this[r(483)][r(501)][r(550)](n))return;const o=this[r(483)][r(531)][r(517)][r(539)](e),i=this[r(483)][r(531)][r(512)](o);this[r(483)][r(501)][r(519)]((e=>{const t=r;this[t(488)]();const o=this[t(483)][t(501)][t(493)](i,n);o&&e[t(529)](o)}))}[O(495)](e){const t=O,{model:r}=this[t(483)],n=Array[t(521)](r[t(526)](this[t(483)][t(501)][t(542)][t(489)](N)[t(546)]())[t(551)]()),o=n[t(527)]?r[t(528)](n[t(494)]()):r[t(490)][t(530)][t(547)]();this[t(493)](e,o)}}var U=j;function F(){var e=["pluginName","4915PLtrvA","102969RXaZbk","860436xGMTke","AIAdapter","name","5070ZdRsUH","21kVIpxf","afterInit","textAdapter","72382cuqeaU","668SlWHRj","4SiojCl","869496ufGHRr","AIRequestError","12881ynSxir","aiadapter-text-adapter-not-set","2217464AkDWWh"];return(F=function(){return e})()}!function(e){for(var t=j,r=e();;)try{if(257134===-parseInt(t(304))/1*(parseInt(t(306))/2)+parseInt(t(314))/3+parseInt(t(305))/4*(-parseInt(t(313))/5)+-parseInt(t(307))/6*(parseInt(t(301))/7)+parseInt(t(311))/8+parseInt(t(315))/9+parseInt(t(318))/10*(parseInt(t(309))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(F);class D extends t.Plugin{static get[U(312)](){return U(316)}[U(302)](){var t=U;if(!this[t(303)])throw new e.CKEditorError(t(310),null)}}function j(e,t){var r=F();return(j=function(e,t){return r[e-=301]})(e,t)}class H extends Error{constructor(e){var t=U;super(e),this[t(317)]=t(308)}}function q(e,t,r){const n=e.t;switch(t){case"Edit or review":return n("Edit or review");case"Improve writing":return n("Improve writing");case"Make shorter":return n("Make shorter");case"Make longer":return n("Make longer");case"Simplify language":return n("Simplify language");case"Generate from selection":return n("Generate from selection");case"Summarize":return n("Summarize");case"Continue":return n("Continue");case"Change tone":return n("Change tone");case"Professional":return n("Professional");case"Casual":return n("Casual");case"Direct":return n("Direct");case"Confident":return n("Confident");case"Friendly":return n("Friendly");case"Change style":return n("Change style");case"Business":return n("Business");case"Legal":return n("Legal");case"%0 commands found":return n("%0 commands found",r);case"Journalism":return n("Journalism");case"Poetic":return n("Poetic");case"Translate":return n("Translate");case"Translate to %0":return n("Translate to %0",r);case"English":return n("English");case"Spanish":return n("Spanish");case"German":return n("German");case"Portuguese":return n("Portuguese");case"French":return n("French");case"Simplified Chinese":return n("Simplified Chinese");case"Hindi":return n("Hindi");case"Arabic":return n("Arabic");case"AI Assistant":return n("AI Assistant");case"AI Commands":return n("AI Commands");case"Ask AI to edit or generate":return n("Ask AI to edit or generate");case"Ask AI to improve generated text":return n("Ask AI to improve generated text");case"Copy":return n("Copy");case"Submit":return n("Submit");case"Insert below":return n("Insert below");case"Try again":return n("Try again");case"Stop":return n("Stop");case"AI is writing...":return n("AI is writing...");case"AI is writing":return n("AI is writing");case"Generated content: %0":return n("Generated content: %0",r);case"Error during AI content generation: %0":return n("Error during AI content generation: %0",r);case"History":return n("History");case"Empty history":return n("Empty history");case"Ask AI and your prompts will be listed here for you to use later.":return n("Ask AI and your prompts will be listed here for you to use later.");case"Prompt history":return n("Prompt history");case"Search AI command":return n("Search AI command");case"No commands found":return n("No commands found");case"No commands available":return n("No commands available");case"Clear":return n("Clear");case"AI_REPLACE_CONTENT":return n({id:"AI_REPLACE_CONTENT",string:"Replace"});case"AI_INSERT_CONTENT":return n({id:"AI_INSERT_CONTENT",string:"Insert"});case"AI_ERROR_GET_HEADERS":return n({id:"AI_ERROR_GET_HEADERS",string:"Preparing request headers failed"});case"AI_ERROR_GET_PARAMETERS":return n({id:"AI_ERROR_GET_PARAMETERS",string:"Preparing request parameters failed"});case"AI_ERROR_UNSUPPORTED_MODEL":return n({id:"AI_ERROR_UNSUPPORTED_MODEL",string:'The requested AI model ("%0") is not supported'},r);case"AI_ERROR_CONTEXT_LENGTH":return n({id:"AI_ERROR_CONTEXT_LENGTH",string:"Selected content is too long"});case"AI_ERROR_MODERATION":return n({id:"AI_ERROR_MODERATION",string:"Requested query does not pass moderation rules"});case"AI_ERROR_FAILED":return n({id:"AI_ERROR_FAILED",string:"Failed to communicate with the AI service"});default:return t}}function V(){const e=["3nHLOmt","isEnabled","config","hasContent","add","name","element","5578290scQKma","includes","7ZlGynA","set","344308MIiyGA","plugins","isEmpty","document","change:_hasContext","change:isEnabled","commands","ai.aiAssistant.disabledElements","7KmMNEL","reduce","selection","11jBCuwY","length","refresh","execute","85472ftKuwo","showUI","getFirstRange","from","isCollapsed","42662NPWMaq","getSelectedBlocks","custom","getItems","getRanges","editor","_commandDefinitions","get","1018500jNSfLf","629928bmoipX","model","requiresContent","_hasContext","concat","enabledCommandsIds","662100iOBmkk"];return(V=function(){return e})()}const z=W;!function(e){const t=W,r=e();for(;;)try{if(133111===-parseInt(t(421))/1*(parseInt(t(443))/2)+parseInt(t(459))/3*(parseInt(t(423))/4)+-parseInt(t(458))/5+-parseInt(t(451))/6+parseInt(t(431))/7*(parseInt(t(438))/8)+-parseInt(t(452))/9+-parseInt(t(419))/10*(-parseInt(t(434))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(V);class G extends t.Command{constructor(e,t){const r=W;super(e),this[r(449)]=t?t[r(432)](((e,t)=>e[r(456)](t[r(429)])),new Array):[],this[r(422)](r(457),[]),this.on(r(427),((e,t,n)=>{const o=r;this[o(460)]&&(this[o(457)]=Z(this[o(449)],n))})),this[r(422)](r(455),!1),this.on(r(428),((e,t,n)=>{const o=r;this[o(457)]=n?Z(this[o(449)],this[o(455)]):[]}))}[z(436)](){const e=z,t=this[e(448)][e(453)];this[e(455)]=function(t){const r=e,n=t[r(426)][r(433)];return n[r(442)]?0!==[...n[r(444)]()][r(435)]&&![...n[r(444)]()][0][r(425)]:!!t[r(462)](n[r(440)]())}(t);const r=t[e(426)][e(433)],n=this[e(448)][e(461)][e(450)](e(430));for(const t of r[e(447)]())for(const r of t[e(446)]())if(r.is(e(465))&&n[e(420)](r[e(464)]))return void(this[e(460)]=!1);this[e(460)]=!0}[z(437)](e="",t="",r=z(445)){const n=z;this[n(448)][n(424)][n(450)](It)[n(439)](e,t,r)}}function W(e,t){const r=V();return(W=function(e,t){return r[e-=419]})(e,t)}function Z(e,t){const r=z,n=new Set;for(const o of e)(t||!1===o[r(454)])&&n[r(463)](o.id);return Array[r(441)](n)}var K=r(783);function J(e,t){const r=X();return(J=function(e,t){return r[e-=243]})(e,t)}const Q=J;!function(e){const t=J,r=e();for(;;)try{if(981339===parseInt(t(262))/1+-parseInt(t(258))/2*(-parseInt(t(259))/3)+parseInt(t(310))/4+-parseInt(t(297))/5+parseInt(t(326))/6+-parseInt(t(247))/7+-parseInt(t(311))/8*(parseInt(t(263))/9))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(X);const Y=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,"is");function X(){const e=["_handleQuery","body","innerHTML","previousActionId","rename","data","toModel","_domParser","set","stringify","_sanitizationContainer","ELEMENT_NODE","12434520IfJWlc","reset","isProcessing","finally","isRendered","once","previousQuery","catch","handleError","remove","tryAgainEvent","2452EcfuLe","3057VOzTpZ","set:currentContext","_parseAndNormalizeContent","1676223LfpHxD","4031901tQHRHs","view","from","currentResponse","message","editing","match","domConverter","stopListening","<h1></h1>","length","abort","serializeToString","endsWith","element","currentContext","name","querySelector","htmlProcessor","startProcessing","render","value","updateView","destroy","processor","reverse","substring","parseFromString","submitPrompt","document","finishProcessing","setContentOf","stopProcessing","div","6330780odejKE","_stripMarkdownSyntax","textAdapter","custom","makeRequest","then","_normalizeResponseHeadings","prompt","initialContext","toView","listenTo","childNodes","_isH1TagSupportEnabled","6820440AdhNQh","24karLjF","startsWith","```html","nodeType","_xmlSerializer","exec","text/html","previousLabel","createElement","_sanitizeHTML","push","viewToDom","```","mainAction","editor","4423170qpqUGe","trim","previousContext"];return(X=function(){return e})()}class ee extends((0,e.ObservableMixin)()){constructor(e,t,r){const n=J;super(),this[n(325)]=e,this[n(299)]=t,this[n(245)]=document[n(319)](n(296)),this[n(336)]=new DOMParser,this[n(315)]=new XMLSerializer,this[n(264)]=r,this[n(243)]({initialContext:"",currentContext:"",currentResponse:"",previousContext:void 0,previousQuery:void 0,previousLabel:void 0,isProcessing:!1}),this.on(n(260),((e,t,r)=>{const o=n;this[o(264)][o(284)]=this[o(320)](r)})),this[n(307)](this[n(264)],n(291),((e,t)=>{const r=n,o=this[r(278)]||this[r(305)];this[r(329)](t,o,r(300))})),this[n(307)](this[n(264)],n(257),(()=>{const e=n;this[e(264)][e(304)]=this[e(318)],this[e(329)](this[e(253)],this[e(328)],this[e(332)],this[e(318)])})),this[n(307)](this[n(264)],n(295),(()=>{this[n(295)]()}))}[Q(286)](){this[Q(271)]()}async[Q(285)]({actionId:e,query:t,htmlContent:r,label:n,mainActionLabel:o}){const i=Q;this[i(264)][i(304)]=n,this[i(264)][i(324)]=o,this[i(305)]=r,t&&(this[i(264)][i(251)]?this[i(329)](t,r,e,n):this[i(264)][i(252)](i(283),(()=>{this[i(329)](t,r,e,n)})))}[Q(295)](){const e=Q;this[e(249)]&&(this[e(249)]=!1,this[e(264)][e(293)](),this[e(299)][e(274)]())}[Q(248)](){const e=Q;this[e(305)]="",this[e(278)]="",this[e(266)]="",this[e(328)]="",this[e(253)]="",this[e(318)]="",this[e(332)]=void 0,this[e(264)][e(248)](),this[e(295)]()}async[Q(329)](e,t,r,n){const o=Q;return this[o(249)]=!0,this[o(264)][o(282)](),this[o(328)]=t,this[o(253)]=e,this[o(318)]=n||e,this[o(332)]=r,new Promise((n=>{const i=o;this[i(299)][i(301)]({query:e,context:t,onData:e=>{const t=i;this[t(266)]=e,this[t(278)]=this[t(261)](this[t(266)])},actionId:r})[i(302)]((()=>{const e=i;!this[e(278)]&&this[e(266)]&&(this[e(278)]=this[e(261)](this[e(266)],!0))}))[i(254)]((e=>{const t=i;e instanceof H?this[t(264)][t(255)](e[t(267)]):this[t(264)][t(255)](),n()}))[i(250)]((()=>{this[i(295)](),n()}))}))}[Q(261)](e,t=!1){const r=Q,n=Y[r(316)](e);e=n?e[r(289)](n[1][r(273)]):e[r(273)]<100&&!t?"":this[r(298)](e);const o=this[r(336)][r(290)](e,r(317));if(n){const e=Array[r(265)](o[r(330)][r(308)]);e[r(288)]();for(const t of e){if(t[r(314)]==Node[r(246)])break;t[r(256)]()}}const i=this[r(325)][r(334)][r(287)][r(306)](this[r(315)][r(275)](o[r(330)]));return this[r(309)]()||this[r(303)](i),this[r(325)][r(334)][r(244)](this[r(325)][r(334)][r(335)](i))}[Q(303)](e){const t=Q,r=new K.UpcastWriter(this[t(325)][t(268)][t(264)][t(292)]),n=new K.Matcher({name:/^h[1-5]$/}),o=[];let i=!1;for(const r of e)r.is(t(277))&&n[t(269)](r)&&(o[t(321)](r),"h1"==r[t(279)]&&(i=!0));if(i)for(const e of o)r[t(333)]("h"+(parseInt(e[t(279)][1])+1),e)}[Q(309)](){const e=Q,{data:t,editing:r}=this[e(325)],n=t[e(281)][e(306)](e(272)),o=t[e(306)](t[e(335)](n));return!!r[e(264)][e(270)][e(322)](o)[e(280)]("h1")}[Q(320)](e){const t=Q;return this[t(325)][t(268)][t(264)][t(270)][t(294)](this[t(245)],e),this[t(245)][t(331)]}[Q(298)](e){const t=Q,r=e[t(327)]();return r[t(312)](t(313))?r[t(276)](t(323))?r[t(289)](7,r[t(273)]-3):r[t(289)](7):e}}function te(e,t){const r=ne();return(te=function(e,t){return r[e-=221]})(e,t)}const re=te;function ne(){const e=["Stop","isVisible","ck-hidden","316lljATM","stopButton","bindTemplate","toUpperCase","163222BwBBFp","4413280dwiAHU","insert","ck-button-action","bind","Try again","ck-ai-form__toolbar","items","510jyWTPd","locale","46270BlWLQa","319527jBtRdx","8421Trykpf","insertButton","label","addMany","113069timMWY","2748350NkWwSG","set","Insert below","AI_","replace","1670uqeDGE","tryAgainButton","_CONTENT","mainAction","extendTemplate","8lnBSca","_createButton","replaceButton","REPLACE"];return(ne=function(){return e})()}!function(e){const t=te,r=e();for(;;)try{if(342219===-parseInt(t(223))/1*(-parseInt(t(234))/2)+-parseInt(t(246))/3*(parseInt(t(230))/4)+parseInt(t(251))/5+parseInt(t(242))/6*(parseInt(t(244))/7)+parseInt(t(235))/8+-parseInt(t(245))/9+-parseInt(t(256))/10*(parseInt(t(250))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(ne);const oe={REPLACE:re(255),INSERT:re(236)};class ie extends o.ToolbarView{constructor(e){const t=re;super(e),this[t(252)](t(228),!1),this[t(252)](t(221),oe[t(226)]),this[t(225)]=this[t(224)]("",t(237)),this[t(225)][t(238)](t(248)).to(this,t(221),(r=>q(e,t(254)+r[t(233)]()+t(258)))),this[t(247)]=this[t(224)](q(e,t(253))),this[t(257)]=this[t(224)](q(e,t(239))),this[t(231)]=this[t(224)](q(e,t(227)));const r=this[t(232)];this[t(222)]({attributes:{class:[t(240),r.if(t(228),t(229),(e=>!e))]}}),this[t(241)][t(249)]([this[t(225)],this[t(247)],this[t(257)],this[t(231)]])}[re(224)](e,t){const r=re,n=new o.ButtonView(this[r(243)]);return n[r(252)]({label:e,class:t||"",isVisible:!0,withText:!0}),n}}const se='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5 2.801a.7.7 0 0 0-.7.7v11.5a.8.8 0 0 1-1.6 0v-11.5a2.3 2.3 0 0 1 2.3-2.3h6.5a.8.8 0 0 1 0 1.6H5Zm.7 3.7a2.3 2.3 0 0 1 2.3-2.3h7a2.3 2.3 0 0 1 2.3 2.3v10a2.3 2.3 0 0 1-2.3 2.3H8a2.3 2.3 0 0 1-2.3-2.3v-10Zm2.3-.7a.7.7 0 0 0-.7.7v10a.7.7 0 0 0 .7.7h7a.7.7 0 0 0 .7-.7v-10a.7.7 0 0 0-.7-.7H8Z"/></svg>',ae=ue;function ce(){const e=["copyButtonView","clipboard","setStartAfter","locale","<span>]</span>"," ck-ai-form__copy-button--copied","div","createElement","Copy","check","wheel","ClipboardItem","contentFieldView","change:value","ck-ai-form__copy-button","ck-ai-form__content-area-wrapper","scrollHeight","appendChild","copy","removeAllRanges","bindTemplate","set","value","smooth","setEndBefore","259809jSCURm","ck-ai-form__copy-button-wrapper","170JIGAbs","firstElementChild","isEnabled","icon","write","querySelector","focus","12ACqLmr","1054655ziFyEO","2TcPDwE","text/plain","change:isProcessing","getSelection",".ck-ai-form__loader","element","ck-ai-form__content-field","execute","lastElementChild","<span>[</span>","class","isProcessing","183025LyjvAZ","addRange","bind","ck-ai-form__content-area--processing","ck-ai-form__loader","remove","createRange","listenTo","621599mZTzQL","scrollTo","_copyHTMLToClipboard","execCommand","left","body","_createLoader","84tsnuJJ","style","534559WwWVTx","isVisible","position","render","textContent","6115256XopnxF","absolute","_createCopyButton","2449881NoEHFf","loaderView","ck-ai-form__content-area","mousedown","-9999px","innerHTML","ck-content","text/html","appendLoader","setContent","ck-reset_all-excluded","setTemplate","ck-hidden","AI is writing..."];return(ce=function(){return e})()}function ue(e,t){const r=ce();return(ue=function(e,t){return r[e-=208]})(e,t)}!function(e){const t=ue,r=e();for(;;)try{if(508526===-parseInt(t(258))/1*(-parseInt(t(229))/2)+parseInt(t(218))/3*(parseInt(t(227))/4)+-parseInt(t(241))/5*(parseInt(t(256))/6)+parseInt(t(228))/7+parseInt(t(263))/8+parseInt(t(266))/9+-parseInt(t(220))/10*(parseInt(t(249))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(ce);class le extends o.View{constructor(e,t=""){const r=ue;super(e),this[r(214)]({value:null,isVisible:!1,isProcessing:!1});const n=this[r(213)];this[r(292)]=new de(e,t),this[r(280)]=this[r(265)](),this[r(277)]({tag:r(286),attributes:{class:["ck",r(208),n.if(r(259),r(278),(e=>!e))],tabindex:"-1"},children:[{tag:r(286),attributes:{class:["ck",r(268),n.if(r(240),r(244))]},children:[this[r(292)],{tag:r(286),attributes:{class:["ck",r(219)]},children:[this[r(280)]]}]}]})}[ae(261)](){const e=ae;super[e(261)](),this[e(215)]&&this[e(292)][e(275)](this[e(215)]);let t=!1;this.on(e(293),((r,n,o)=>{const i=e,s=!this[i(292)][i(234)][i(225)](i(233));this[i(292)][i(275)](o),this[i(240)]&&s&&!t&&this[i(234)][i(250)]({top:this[i(234)][i(209)],behavior:i(216)})})),this.on(e(231),((r,n,o)=>{const i=e;t=!1,o?(this[i(215)]=null,this[i(292)][i(274)]()):this[i(215)]||this[i(292)][i(275)]("")})),this[e(248)](this[e(234)],e(290),(()=>{t=!0})),this[e(248)](this[e(234)],e(269),(()=>{t=!0}))}[ae(226)](){const e=ae;this[e(234)][e(226)]()}[ae(265)](){const e=ae,r=this[e(283)],n=new o.ButtonView(this[e(283)]),i=e(294);return n[e(214)]({label:q(r,e(288)),icon:se,class:i,tooltip:!0}),n[e(243)](e(259)).to(this,e(215),(e=>!!e)),n[e(243)](e(222)).to(this,e(240),(e=>!e)),n.on(e(236),(()=>{const r=e;this[r(251)](this[r(292)][r(234)]),n[r(223)]=t.icons[r(289)],n[r(239)]=i+r(285),this[r(226)](),setTimeout((()=>{const e=r;n[e(223)]=se,n[e(239)]=i}),1e3)})),n}[ae(251)](t){const r=ae,{window:n,document:o}=e.global;if(n[r(291)]){const{Blob:e,ClipboardItem:o}=n,i=[new o({"text/html":new e([t[r(271)]],{type:r(273)}),"text/plain":new e([t[r(262)]||""],{type:r(230)})})];navigator[r(281)][r(224)](i)}else{const e=o[r(287)](r(286));e[r(257)][r(260)]=r(264),e[r(257)][r(253)]=r(270),e[r(271)]=r(238)+t[r(271)]+r(284),o[r(254)][r(210)](e);const i=o[r(247)]();i[r(282)](e[r(221)]),i[r(217)](e[r(237)]);const s=n[r(232)]();s[r(212)](),s[r(242)](i),o[r(252)](r(211)),e[r(246)]()}}}class de extends o.View{constructor(e,t=""){const r=ae;super(e),this[r(267)]=this[r(255)](),this[r(277)]({tag:r(286),attributes:{class:["ck",r(272),t,r(276),r(235)]}})}[ae(275)](e){const t=ae;this[t(234)][t(271)]=e}[ae(274)](){const e=ae;this[e(234)][e(210)](this[e(267)][e(234)])}[ae(255)](){const e=ae,t=new o.View,r=this[e(283)],n=new o.SpinnerView;return n[e(259)]=!0,t[e(277)]({tag:e(286),attributes:{class:["ck",e(245)]},children:[n,{text:q(r,e(279))}]}),t[e(261)](),t}}function ge(e,t){const r=fe();return(ge=function(e,t){return r[e-=326]})(e,t)}!function(e){const t=ge,r=e();for(;;)try{if(789949===-parseInt(t(343))/1*(-parseInt(t(338))/2)+-parseInt(t(329))/3*(-parseInt(t(337))/4)+parseInt(t(334))/5+parseInt(t(331))/6+-parseInt(t(326))/7*(parseInt(t(340))/8)+parseInt(t(333))/9*(parseInt(t(341))/10)+-parseInt(t(335))/11)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(fe);class he extends o.View{constructor(e,t=""){const r=ge;super(e);const n=new o.IconView,i=this[r(328)];this[r(330)](r(342),t),n[r(336)]='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M9.9 4.385a1.2 1.2 0 0 0-.44.44h.002l-5.284 9.15a1.2 1.2 0 0 0 1.04 1.8h10.564a1.2 1.2 0 0 0 1.04-1.8l-5.282-9.15a1.2 1.2 0 0 0-1.64-.44Zm.05 8.363a.301.301 0 0 1 .115-.023h.9a.301.301 0 0 1 .3.3v.9a.3.3 0 0 1-.3.3h-.9a.3.3 0 0 1-.3-.3v-.9a.3.3 0 0 1 .185-.277Zm-.185-4.723a.3.3 0 0 1 .3-.3h.9a.3.3 0 0 1 .3.3v3.4a.3.3 0 0 1-.3.3h-.9a.301.301 0 0 1-.3-.3v-3.4Z"/></svg>\n',this[r(339)]({tag:r(332),attributes:{class:["ck",r(327)]},children:[n,{text:i.to(r(342))}]})}}function fe(){const e=["16649116nhObSl","content","16KsbbBd","2LVkbGS","setTemplate","3466536PAZDaw","10itPjbp","text","162451kGFXPA","7TXdZLa","ck-ai-form__error","bindTemplate","663813hMyPZk","set","2922048QYgbJo","div","135972jQcuoo","5935855yDIGag"];return(fe=function(){return e})()}const pe=ke;function me(){const e=["render","focusableChildren","ck-ai-form__toggle-history","3193983quQNTj","children","rtl","fire","isEmpty","resultsView","history","focusFirst","1403444Eoztxu","value","filteredView","16WiwTre","isEnabled","target","excludeScrollbarsAndBorders","ck-ai-form__submit","_createSubmitButton","focusCycler","History","focusLast","right","maxRows","isVisible","isOn","submit","window","bind","requestAnimationFrame","379935zSOgUJ","5136750IbRHRS","execute","focus","width","add","21749800OekoYK","minRows","fieldView","enter","submitButtonView","queryView","_createShowHistoryButton","showHistoryButtonView","Submit","update","keystrokes","element","30bilELW","set","1GUdvvZ","97514nZKLCu","locale","left","style","uiLanguageDirection","fieldWrapperChildren","2152395JHBPba"];return(me=function(){return e})()}function ke(e,t){const r=me();return(ke=function(e,t){return r[e-=123]})(e,t)}!function(e){const t=ke,r=e();for(;;)try{if(606638===parseInt(t(173))/1*(-parseInt(t(174))/2)+-parseInt(t(125))/3+parseInt(t(133))/4+parseInt(t(153))/5*(parseInt(t(171))/6)+-parseInt(t(180))/7*(parseInt(t(136))/8)+-parseInt(t(154))/9+parseInt(t(159))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(me);class be extends o.AutocompleteView{constructor(e,t){const r=ke;super(e,t),this[r(164)][r(161)][r(160)]=1,this[r(164)][r(161)][r(146)]=3,this[r(163)]=this[r(141)](),this[r(166)]=this[r(165)](),this[r(123)][r(158)](this[r(166)],1),this[r(123)][r(158)](this[r(163)])}[pe(181)](){const e=pe;super[e(181)](),this[e(164)][e(179)][e(158)](this[e(166)]),this[e(126)][e(158)](this[e(163)]),this[e(169)][e(172)](e(162),((t,r)=>{const n=e;t[n(138)]==this[n(164)][n(161)][n(170)]&&(this[n(149)](),r())}))}[pe(141)](){const e=pe,t=new o.ButtonView(this[e(175)]),r=this[e(175)];return t[e(172)]({icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M15.875 4.419a.75.75 0 0 0-1.5 0v7.25H6.818l2.33-1.955a.75.75 0 0 0-.963-1.15l-3.792 3.182a.75.75 0 0 0-.17.945c.046.11.118.208.21.284l3.788 3.18a.75.75 0 1 0 .965-1.149l-2.19-1.837h7.629c.69 0 1.25-.56 1.25-1.25v-7.5Z"/></svg>',label:q(r,e(167)),isVisible:!0,tooltip:!0,class:e(140)}),t.on(e(155),(()=>{this[e(149)]()})),t[e(151)](e(137)).to(this[e(164)][e(161)],e(129),this,e(137),((e,t)=>!e&&t)),t}[pe(165)](){const r=pe,n=new o.ButtonView(this[r(175)]),i=this[r(130)],s=this[r(175)];n[r(172)]({label:q(s,r(143)),withText:!1,icon:t.icons[r(131)],tooltip:!0,tooltipPosition:"sw",class:r(124)}),n[r(151)](r(148)).to(i,r(147)),n[r(151)](r(137)).to(this,r(137)),n.on(r(155),(()=>{const e=r;i[e(147)]=!i[e(147)],i[e(147)]?this[e(135)][e(156)]():this[e(156)]()}));const a=()=>{const t=r;e.global[t(150)][t(152)]((()=>{const r=t;if((0,e.isVisible)(this[r(170)])){const t=new e.Rect(this[r(164)][r(161)][r(170)]),o=t[r(157)],i=r(127)===s[r(178)]?r(176):r(145);t[r(139)](),n[r(170)][r(177)][i]=o-t[r(157)]+1+"px"}}))};return this[r(164)][r(161)].on(r(168),a),this.on(r(181),a),n}[pe(149)](){const e=pe,t=this[e(164)][e(161)][e(170)][e(134)];this[e(128)](e(149),t)}[pe(156)](e){const t=pe;-1===e?this[t(142)][t(144)]():this[t(142)][t(132)]()}}function ve(){const e=["5938339SwiMXa","length","12qHnSim","10bVnHwS","105767fNsDlj","clearHistory","execute","items","children","clearHistoryButton","fire","2775897myfPYB","Prompt history","historyGroupView","4NLixvP","84882jqFgKA","add","set","label","4040135yXluSG","Clear","filter","locale","383532fMjEfI","2151018aCqMhd","delegate","_createClearHistoryButton","352mnpMyC"];return(ve=function(){return e})()}const ye=we;function we(e,t){const r=ve();return(we=function(e,t){return r[e-=149]})(e,t)}!function(e){const t=we,r=e();for(;;)try{if(425544===-parseInt(t(158))/1*(parseInt(t(156))/2)+parseInt(t(149))/3*(parseInt(t(168))/4)+-parseInt(t(173))/5+parseInt(t(150))/6+-parseInt(t(169))/7*(-parseInt(t(153))/8)+parseInt(t(165))/9+-parseInt(t(157))/10*(-parseInt(t(154))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(ve);class _e extends o.ListView{constructor(e){const t=we;super(e),this[t(163)]=this[t(152)](),this[t(167)]=new o.ListItemGroupView,this[t(167)][t(162)][t(170)](this[t(163)],1),this[t(167)][t(172)]=q(e,t(166)),this[t(167)][t(161)][t(151)](t(160)).to(this),this[t(161)][t(170)](this[t(167)])}[ye(175)](){const e=ye;let t=0;for(const r of this[e(161)])t+=r[e(161)][e(155)];return{resultsCount:t,totalItemsCount:t}}[ye(152)](){const e=ye,t=this[e(176)],r=new o.ButtonView(this[e(176)]);return r[e(171)]({label:"("+q(t,e(174))+")",withText:!0}),r.on(e(160),(()=>this[e(164)](e(159)))),r}}const Se="object"==typeof global&&global&&global.Object===Object&&global;var Ae="object"==typeof self&&self&&self.Object===Object&&self;const xe=(Se||Ae||Function("return this")()).Symbol;const Ee=function(e,t){for(var r=-1,n=null==e?0:e.length,o=Array(n);++r<n;)o[r]=t(e[r],r,e);return o};const Ie=Array.isArray;var Re=Object.prototype,Me=Re.hasOwnProperty,Pe=Re.toString,Te=xe?xe.toStringTag:void 0;const Ce=function(e){var t=Me.call(e,Te),r=e[Te];try{e[Te]=void 0;var n=!0}catch(e){}var o=Pe.call(e);return n&&(t?e[Te]=r:delete e[Te]),o};var Oe=Object.prototype.toString;const Ne=function(e){return Oe.call(e)};var Le=xe?xe.toStringTag:void 0;const $e=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":Le&&Le in Object(e)?Ce(e):Ne(e)};const Be=function(e){return null!=e&&"object"==typeof e};const Ue=function(e){return"symbol"==typeof e||Be(e)&&"[object Symbol]"==$e(e)};var Fe=xe?xe.prototype:void 0,De=Fe?Fe.toString:void 0;const je=function e(t){if("string"==typeof t)return t;if(Ie(t))return Ee(t,e)+"";if(Ue(t))return De?De.call(t):"";var r=t+"";return"0"==r&&1/t==-1/0?"-0":r};const He=function(e){return null==e?"":je(e)};const qe=function(e){return function(t){return null==e?void 0:e[t]}};const Ve=qe({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"});var ze=/&(?:amp|lt|gt|quot|#39);/g,Ge=RegExp(ze.source);const We=function(e){return(e=He(e))&&Ge.test(e)?e.replace(ze,Ve):e};function Ze(){const e=["locale","execute","set","7cdssrC","add","6080145cIAmmu","245286CMelRv","1259057BAzjYK","541600XHTxKP","422000KlICRQ","708PqTOUR","3570816BgihMp","45hAbtPr","prompt","fire","8478rdFfoY","children"];return(Ze=function(){return e})()}function Ke(e,t){const r=Ze();return(Ke=function(e,t){return r[e-=103]})(e,t)}!function(e){const t=Ke,r=e();for(;;)try{if(759147===parseInt(t(114))/1+parseInt(t(105))/2*(-parseInt(t(117))/3)+-parseInt(t(118))/4+parseInt(t(112))/5+-parseInt(t(113))/6*(parseInt(t(110))/7)+-parseInt(t(116))/8+parseInt(t(119))/9*(parseInt(t(115))/10))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Ze);class Je extends o.ListItemView{constructor(e){const t=Ke;super();const r=new o.ButtonLabelWithHighlightView,n=new o.ButtonView(this[t(107)],r);this[t(106)][t(111)](n),n[t(109)]({label:e[t(103)],withText:!0}),n.on(t(108),(()=>{const r=t;this[r(104)](r(108),{value:We(e[r(103)])})}))}}function Qe(){const e=["getItem","_loadFromSessionStorage","251214ooyvSW","length","map","toLowerCase","add","830309IFTHGB","1495840TYZsPY","4991798DYyOlw","18pidlUT","_saveToSessionStorage","16476350qVMKcU","parse","1491894YUQWaN","last","addMany","20rsIctf","trim","15ODzOLZ","prompt","stringify","remove","12104lMnmbY","CKEditor/AIFormView/PromptHistory","setItem"];return(Qe=function(){return e})()}const Ye=et;!function(e){const t=et,r=e();for(;;)try{if(423821===parseInt(t(443))/1+-parseInt(t(453))/2*(-parseInt(t(464))/3)+-parseInt(t(459))/4+-parseInt(t(455))/5*(-parseInt(t(450))/6)+-parseInt(t(445))/7+parseInt(t(444))/8*(parseInt(t(446))/9)+-parseInt(t(448))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Qe);const Xe=Ye(460);function et(e,t){const r=Qe();return(et=function(e,t){return r[e-=443]})(e,t)}class tt extends e.Collection{constructor(){const e=Ye;super(),this[e(463)](),this.on(e(468),((t,r)=>{const n=e,o=rt(r[n(456)]);for(const e of this)if(e!=r&&rt(e[n(456)])===o){this[n(458)](e);break}this[n(465)]>20&&this[n(458)](this[n(451)]),this[n(447)]()})),this.on(e(458),(()=>{this[e(447)]()}))}[Ye(463)](){const e=Ye,t=sessionStorage[e(462)](Xe)||"[]";this[e(452)](JSON[e(449)](t))}[Ye(447)](){const e=Ye;sessionStorage[e(461)](Xe,JSON[e(457)](this[e(466)]((e=>e))))}}function rt(e){const t=Ye;return e[t(467)]()[t(454)]()}const nt=qe({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"});var ot=/[&<>"']/g,it=RegExp(ot.source);const st=function(e){return(e=He(e))&&it.test(e)?e.replace(ot,nt):e},at=ct;function ct(e,t){const r=ut();return(ct=function(e,t){return r[e-=490]})(e,t)}function ut(){const e=["1571164EwwtRv","clearHistory","mainAction","render","insertContentBelow","bindTo","585546HqtBXT","_createPromptView","high","1040232KONiFf","Ask AI to edit or generate","submit","text","44805mNyFgP","focusLast","Ask AI to improve generated text","copyButtonView","value","set","errorView","historyGroupView","focusTracker","createCollection","_createToolbar","replaceContent","delegate","_promptHistory","isProcessing","316514ohZgUr","execute","isVisible","focusFirst","REPLACE","5267090nFSYcP","clear","Ask AI and your prompts will be listed here for you to use later.","toolbar","finishProcessing","element","Empty history","ck-hidden","stopButton","div","queryView","search","isEnabled","9kpAswA","replaceButton","promptView","contentArea","listenTo","tab","bind","focus","startProcessing","1427476RTMaPf","reset","_createHistoryView","fieldView","tryAgainButton","items","_focusables","48NlzxuP","handleError","bindTemplate","submitPrompt","ck-ai-form","keystrokes","setTemplate","isError","shift + tab","focusCycler","locale","label","trim","AI_ERROR_FAILED","ck-ai-form-content","insertButton","chain","8IZEkay","prompt","fire","tryAgainEvent","stopProcessing","add"];return(ut=function(){return e})()}!function(e){const t=ct,r=e();for(;;)try{if(196703===-parseInt(t(538))/1+parseInt(t(516))/2+parseInt(t(519))/3+-parseInt(t(565))/4+parseInt(t(523))/5*(-parseInt(t(572))/6)+-parseInt(t(510))/7*(parseInt(t(504))/8)+parseInt(t(556))/9*(parseInt(t(543))/10))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(ut);class lt extends o.View{constructor(t,r,n=""){const i=ct;super(t),this[i(528)](i(555),!0),this[i(528)](i(537),!1),this[i(528)](i(505),""),this[i(528)](i(527),""),this[i(528)](i(494),!1),this[i(528)](i(512),oe[i(542)]),this[i(536)]=new tt,this[i(529)]=new he(t),this[i(559)]=new le(t,n),this[i(559)][i(562)](i(537)).to(this),this[i(559)][i(562)](i(527)).to(this),this[i(546)]=this[i(533)](),this[i(546)][i(562)](i(512)).to(this),this[i(558)]=this[i(517)](),this[i(531)]=new e.FocusTracker,this[i(492)]=new e.KeystrokeHandler,this[i(571)]=this[i(532)]([this[i(559)],this[i(559)][i(526)],this[i(546)],this[i(558)]]),this[i(496)]=new o.FocusCycler({focusables:this[i(571)],focusTracker:this[i(531)],keystrokeHandler:this[i(492)],actions:{focusPrevious:i(495),focusNext:i(561)}}),this[i(496)][i(503)](this[i(558)][i(496)]),this[i(558)][i(553)][i(568)][i(562)](i(527)).to(this,i(505));const s=this[i(574)];this[i(493)]({tag:i(552),attributes:{class:["ck",i(491),r],tabindex:"-1"},children:[{tag:i(552),attributes:{class:["ck",i(501)]},children:[{tag:i(552),attributes:{class:[s.if(i(494),i(550),(e=>!e))]},children:[this[i(529)]]},this[i(559)],this[i(546)],this[i(558)]]}]})}[at(513)](){const e=at;super[e(513)](),this[e(531)][e(509)](this[e(559)][e(548)]),this[e(531)][e(509)](this[e(559)][e(526)][e(548)]),this[e(531)][e(509)](this[e(546)][e(548)]),this[e(531)][e(509)](this[e(558)][e(548)]),this[e(492)][e(560)](this[e(548)])}[at(563)](e=1){const t=at;-1===e?this[t(496)][t(524)]():this[t(496)][t(541)]()}[at(566)](){const e=at;this[e(505)]="",this[e(527)]="",this[e(494)]=!1,this[e(558)][e(566)](),this[e(559)][e(540)]=!1,this[e(546)][e(540)]=!1}[at(517)](){const e=at,t=this[e(497)],r=new be(t,{queryView:{label:q(t,e(520)),creator:o.createLabeledTextarea,showIcon:!1,showResetButton:!1},infoView:{text:{noSearchableItems:{primary:q(t,e(549)),secondary:q(t,e(545))}}},filteredView:this[e(567)](),queryMinChars:1/0,resetOnBlur:!1});return r[e(562)](e(555)).to(this,e(555),this,e(537),((e,t)=>e&&!t)),this[e(560)](r,e(521),((t,r)=>{const n=e;this[n(505)]=r;const o=st(r);this[n(506)](n(490),o),r[n(499)]()&&this[n(536)][n(509)]({prompt:o},0)}),{priority:e(518)}),r}[at(567)](){const e=at,t=new _e(this[e(497)]);return t[e(530)][e(570)][e(515)](this[e(536)]).as(Je),t.on(e(511),(()=>{const t=e;this[t(536)][t(544)](),this[t(558)][t(554)](""),this[t(558)][t(563)]()})),t}[at(533)](){const e=at,t=new ie(this[e(497)]);return t[e(557)][e(562)](e(555)).to(this,e(555),this,e(537),this,e(527),((e,t,r)=>e&&!t&&!!r)),t[e(557)][e(535)](e(539)).to(this,e(534)),t[e(502)][e(562)](e(555)).to(this,e(555),this,e(537),this,e(527),((e,t,r)=>e&&!t&&!!r)),t[e(502)][e(535)](e(539)).to(this,e(514)),t[e(569)][e(562)](e(555)).to(this,e(555),this,e(537),((e,t)=>e&&!t)),t[e(569)][e(535)](e(539)).to(this,e(507)),t[e(551)][e(562)](e(555)).to(this,e(537)),t[e(551)][e(535)](e(539)).to(this,e(508)),t}[at(564)](){const e=at;this[e(527)]="",this[e(494)]=!1,this[e(537)]=!0,this[e(559)][e(540)]=!0,this[e(546)][e(540)]=!0,this[e(559)][e(563)]()}[at(547)](){const e=at,t=this[e(497)];this[e(537)]=!1,this[e(505)]="",this[e(558)][e(566)](),this[e(527)]&&(this[e(558)][e(553)][e(498)]=q(t,e(525)))}[at(573)](e){const t=at,r=this[t(497)];this[t(547)](),this[t(494)]=!0,this[t(529)][t(522)]=e||q(r,t(500)),this[t(527)]||(this[t(559)][t(540)]=!1)}}const dt=gt;function gt(e,t){const r=ft();return(gt=function(e,t){return r[e-=459]})(e,t)}!function(e){const t=gt,r=e();for(;;)try{if(178567===-parseInt(t(475))/1+parseInt(t(461))/2*(-parseInt(t(467))/3)+parseInt(t(462))/4*(parseInt(t(465))/5)+parseInt(t(474))/6*(-parseInt(t(472))/7)+-parseInt(t(463))/8+parseInt(t(471))/9+-parseInt(t(476))/10*(-parseInt(t(469))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(ft);class ht extends o.ListView{constructor(e){const t=gt;super(e),this[t(468)]=t(466),this[t(478)](t(460),[]),this.on(t(477),(()=>{const e=t;for(const t of this[e(473)])if(t instanceof o.ListItemGroupView)for(const r of t[e(473)])if(r instanceof Mt){const t=r[e(479)][e(481)](0);this[e(460)][e(470)](r[e(480)].id)?t[e(459)]=!0:t[e(459)]=!1}}))}[dt(464)](e){const t=dt;return(0,o.filterGroupAndItemNames)(e,this[t(473)])}}function ft(){const e=["isEnabled","enabledCommandsIds","8234TMRwrU","716336fOEOcU","1353864iNlEqq","filter","5LEiHfQ","listbox","249eFsCYz","role","1740563FLXeeT","includes","2203137ePtnwx","40782dguDEy","items","234pSguJh","298317jdURBU","50fwTqjD","change:enabledCommandsIds","set","children","commandDefinition","get"];return(ft=function(){return e})()}const pt='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M15.346 9.422a.151.151 0 0 1 .284 0l.548 1.484a.152.152 0 0 0 .09.089l1.483.549a.151.151 0 0 1 0 .284l-1.483.548a.151.151 0 0 0-.09.09l-.548 1.483a.152.152 0 0 1-.142.1.151.151 0 0 1-.142-.1l-.549-1.483a.15.15 0 0 0-.09-.09l-1.483-.548a.15.15 0 0 1 0-.284l1.484-.549a.152.152 0 0 0 .089-.09l.549-1.483Z"/><path d="M16.306 1.742a.151.151 0 0 1 .284 0l.549 1.483a.15.15 0 0 0 .089.09l1.483.548a.151.151 0 0 1 .072.229.151.151 0 0 1-.072.055l-1.483.549a.15.15 0 0 0-.09.09l-.548 1.482a.151.151 0 0 1-.284 0l-.549-1.483a.15.15 0 0 0-.09-.09l-1.483-.548a.151.151 0 0 1 0-.284l1.484-.549a.152.152 0 0 0 .09-.089l.548-1.483Z"/><path d="M7.665 1.742a.151.151 0 0 1 .284 0l.549 1.483a.151.151 0 0 0 .09.09l1.482.548a.151.151 0 0 1 .072.229.151.151 0 0 1-.072.055l-1.483.549a.151.151 0 0 0-.09.09L7.95 6.267a.151.151 0 0 1-.284 0l-.549-1.483a.151.151 0 0 0-.089-.09l-1.483-.548a.151.151 0 0 1 0-.284l1.483-.549a.151.151 0 0 0 .09-.089l.548-1.483-.001.001Z"/><path d="M14.72 7.946a.848.848 0 0 0 .25-.591.824.824 0 0 0-.241-.588l-1.943-1.938a.812.812 0 0 0-.588-.241.838.838 0 0 0-.591.25l-1.545 1.539 3.115 3.115 1.542-1.546h.001Z"/><path clip-rule="evenodd" d="M1.19 15.636a.96.96 0 0 1 .281-.679l7.835-7.834 3.121 3.12-7.834 7.835a.959.959 0 0 1-1.358 0l-1.764-1.764a.96.96 0 0 1-.28-.678Zm9.22-5.391-1.121-1.12-6.479 6.478 1.121 1.121 6.479-6.479Z"/></svg>';var mt=r(379),kt={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(mt.A,kt);mt.A.locals;var bt=r(181),vt={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(bt.A,vt);bt.A.locals;var yt=r(676),wt={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(yt.A,wt);yt.A.locals;var _t=r(331);const St=xt;function At(){const e=["fromCharCode","editing","<p>","forbiddenHandler","getData","313qloVVY","commands","command:","map","menuitemcheckbox","execute","bind","REPLACE","ai.useTheme","change:value","focus","currentContext","Generated content: %0","enabledCommandsIds","contentArea","ck-ai-assistant-ui","polite","ai-commands-config-order-collision","insertContent","wasMoved","change:isError"," ck-ai-assistant-ui_theme","AI Assistant","set","DataTransfer","sort","change:isProcessing","model","custom","context","plugins","aiCommands","AI Commands","editor","pluginName","document","init","_createAIAssistantUIButton","hide","ai.aiAssistant.disabledElements","locale","_dialog","fieldView","showAIAssistant","panelView","ck-ai-assistant-button ","text/html","label","hideFakeVisualSelection","replaceContent","_forceMarkersCopy","add","join","ck-ai-commands-search","ck-ai-commands-dropdown ","aiAssistant","getSelectedBlocks","addMany","1148050LPYPYu","322209BscJil","length","352500GXDajp","EDITOR_TOP_SIDE","push","558rGhryl","menuBar:aiCommands","hideUI","Search AI command","7YXqjTf","config","errorView","ai.aiAssistant.commands","_initView","_uiCssClasses","buttonView","schema","afterInit","query","children","AI is writing","define","showFakeVisualSelection","search","updateView","change","ai.aiAssistant.contentAreaCssClass","showUI","isCollapsed","_initAriaAiStatusChangeAnnouncements","selection","18326330VGhDqa","commandDefinition","getSelectedElement","_formView","comment","No commands available","trim","componentFactory","111408EXnpLY","fire","resultsCount","_aiAdapter","reset","isOn","getEarlierVisibleRevision","from","menuBar:aiAssistant","isEnabled","announce","text","tableOfContents","promptView","splice","queryView","%0 commands found","getLimitElement","change:isOpen","order","view","rawHtml","show","textAdapter","3496AVNSeg","ariaLiveAnnouncer","replace","copy","3983862wVzeqF","prompt","update","then","insertContentBelow","getRanges","requires","get","isNaN","setSelection","</p>","media","updatePosition","_aiAssistantController","10kQqSlr","getRevision","requiresContent","isFlat","No commands found","INSERT","items","listenTo","robotPencil","option","Error during AI content generation: %0","AIAssistantUI","delegate"];return(At=function(){return e})()}function xt(e,t){const r=At();return(xt=function(e,t){return r[e-=230]})(e,t)}!function(e){const t=xt,r=e();for(;;)try{if(436877===-parseInt(t(326))/1*(-parseInt(t(290))/2)+-parseInt(t(385))/3+parseInt(t(387))/4+-parseInt(t(384))/5+-parseInt(t(294))/6*(parseInt(t(236))/7)+-parseInt(t(266))/8*(parseInt(t(232))/9)+parseInt(t(308))/10*(parseInt(t(258))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(At);const Et=globalThis[St(350)];class It extends t.Plugin{static get[St(360)](){return St(319)}static get[St(300)](){return[_t.ClipboardMarkersUtils,B,D,o.Dialog]}constructor(e){const t=St;super(e),this[t(241)]="",e[t(237)][t(248)](t(365),[t(305),t(287),t(278)]),e[t(237)][t(248)](t(253),""),e[t(237)][t(248)](t(334),!0),this[t(241)]=t(341)+(e[t(237)][t(301)](t(334))?t(347):"")}[St(362)](){const t=St,{editor:r}=this;this[t(269)]=r[t(356)][t(301)](D),this[t(367)]=r[t(356)][t(301)](o.Dialog),this[t(261)]=null,r[t(327)][t(377)](t(369),new G(r,r[t(237)][t(301)](t(239))));const n=r[t(327)][t(301)](t(369)),i=r[t(356)][t(301)](B),s=(o,s,a,c)=>{const u=t,l=r[u(353)][u(361)][u(257)];if(c&&l[u(255)]){const t=(0,e.first)(l[u(382)]())||r[u(353)][u(243)][u(283)](l);r[u(353)][u(252)]((e=>{e[u(303)](t,"in")}))}i[u(249)](),n[u(331)](o,s,u(328)+a)};r.ui[t(265)][t(377)](t(357),(e=>{const n=t,a=(0,o.createDropdown)(e),c=Rt(r,s),u=new o.SearchTextView(e,{filteredView:c,queryView:{label:q(e,n(235))},class:n(379),infoView:{text:{notFound:{primary:q(e,n(312))},noSearchableItems:{primary:q(e,n(263))}}}});return u.on(n(250),((e,t)=>{const o=n;t[o(245)]&&t[o(245)][o(386)]&&r.ui[o(291)][o(276)](q(r[o(366)],o(282),t[o(268)]))})),a[n(349)]({class:n(380)+this[n(241)]}),a[n(332)](n(275)).to(c,n(339),(e=>e[n(386)]>0)),a[n(370)][n(246)][n(377)](u),a[n(242)][n(349)]({label:q(e,n(358)),icon:pt,tooltip:!0}),a.on(n(284),((e,t,r)=>{const o=n;r?(u[o(270)](),i[o(249)](!0)):i[o(374)](!0)})),a})),r.ui[t(265)][t(377)](t(233),(e=>{const n=t,i=new o.MenuBarMenuView(e),a=Rt(r,s);i[n(242)][n(349)]({label:q(e,n(358)),icon:pt}),i[n(332)](n(275)).to(a,n(339),(e=>e[n(386)]>0));const c=new o.MenuBarMenuListView(e);return Tt(r,r[n(237)][n(301)](n(239)))[n(329)]((({groupId:t,groupLabel:a,commands:u})=>{const l=n,d=new o.MenuBarMenuListItemView(e,i),g=new o.MenuBarMenuView(e),h=new o.MenuBarMenuListView(e),f=Tt(r,u)[l(329)]((t=>{const r=l,n=new o.MenuBarMenuListItemView(e,g),i=new o.MenuBarMenuListItemButtonView(e);return i[r(349)]({label:t[r(373)]}),i[r(320)](r(331)).to(g),i.on(r(331),(()=>{const e=r;s(t[e(295)],t[e(373)],t.id,void 0===t[e(310)]||t[e(310)])})),n[r(246)][r(377)](i),n}));g[l(242)][l(349)]({label:a||t}),g[l(320)](l(331)).to(i),h[l(314)][l(383)](f),g[l(370)][l(246)][l(377)](h),d[l(246)][l(377)](g),c[l(314)][l(377)](d)})),i[n(370)][n(246)][n(377)](c),i})),r.ui[t(265)][t(377)](t(381),(()=>{const e=t,r=this[e(363)](o.ButtonView);return r[e(349)]({tooltip:!0,class:e(371)+this[e(241)]}),r})),r.ui[t(265)][t(377)](t(274),(()=>{const e=t,r=this[e(363)](o.MenuBarMenuListItemButtonView);return r[e(349)]({role:e(330)}),r}))}[St(244)](){!function(e){function r(e){const t=xt;return e[t(329)]((e=>String[t(321)](e)))[t(378)]("")}(e=>{const n=xt;function o(e){return r([112,108,117,103,105,110,78,97,109,101])in e}const i=[1,85,78,115,198,255,50,112,83,87,161],s=[127,34,6,211,167,86,146,199,132,160,18];function a(e){return function(e,t){const n=function(e){const t=atob(e),[n,o]=t[r([115,112,108,105,116])](r([45]));try{if(atob(o))return atob(n)}catch(e){}return t}(e),o=Array[r([102,114,111,109])](function(e){const t=new Uint8Array(e[r([108,101,110,103,116,104])]);for(let n=0;n<e[r([108,101,110,103,116,104])];n++)t[n]=e[r([99,104,97,114,67,111,100,101,65,116])](n);return t}(n)),i=o[r([112,111,112])](),s=o[r([112,111,112])]();return function(e){let t="";for(const n of e)t+=String[r([102,114,111,109,67,104,97,114,67,111,100,101])](n);return t}(function(e,t,n){const o={};o[r([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},o[r([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],o[r([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],o[r([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],o[r([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],o[r([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],o[r([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],o[r([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],o[r([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],o[r([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],o[r([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const i=new Uint8Array(16);for(let e=15;e>=0;--e)i[e]=n%256,n=parseInt(n/256);let s=null,a=16;const c=new Uint8Array(t),u=[],l=[];!function(){const e=o[r([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][c[r([108,101,110,103,116,104])]];for(let t=0;t<=e;t++)u[r([112,117,115,104])]([0,0,0,0]),l[r([112,117,115,104])]([0,0,0,0]);const t=4*(e+1),n=c[r([108,101,110,103,116,104])]/4,i=d(c);let s;for(let t=0;t<n;t++)s=t>>2,u[s][t%4]=i[t],l[e-s][t%4]=i[t];let a,g=0,h=n;for(;h<t;){a=i[n-1],i[0]^=o[r([83])][a>>16&255]<<24^o[r([83])][a>>8&255]<<16^o[r([83])][255&a]<<8^o[r([83])][a>>24&255]^o[r([114,99,111,110])][g]<<24,g+=1;for(let e=1;e<n/2;e++)i[e]^=i[e-1];a=i[n/2-1],i[n/2]^=o[r([83])][255&a]^o[r([83])][a>>8&255]<<8^o[r([83])][a>>16&255]<<16^o[r([83])][a>>24&255]<<24;for(let e=n/2+1;e<n;e++)i[e]^=i[e-1];let s,c,d=0;for(;d<n&&h<t;)s=h>>2,c=h%4,u[s][c]=i[d],l[e-s][c]=i[d++],h++}for(let t=1;t<e;t++)for(let e=0;e<4;e++)a=l[t][e],l[t][e]=o[r([85,49])][a>>24&255]^o[r([85,50])][a>>16&255]^o[r([85,51])][a>>8&255]^o[r([85,52])][255&a]}();for(let t=0;t<e[r([108,101,110,103,116,104])];t++)16===a&&(s=h(i),a=0,g(i)),e[t]^=s[a++];return e;function d(e){const t=[];for(let n=0;n<e[r([108,101,110,103,116,104])];n+=4)t[r([112,117,115,104])](e[n]<<24|e[n+1]<<16|e[n+2]<<8|e[n+3]);return t}function g(e){for(let t=15;t>=0;t--){if(255!==e[t]){e[t]++;break}e[t]=0}}function h(e){const t=u[r([108,101,110,103,116,104])]-1,n=[0,0,0,0];let i=d(e);for(let e=0;e<4;e++)i[e]^=u[0][e];for(let e=1;e<t;e++){for(let t=0;t<4;t++)n[t]=o[r([84,49])][i[t]>>24&255]^o[r([84,50])][i[(t+1)%4]>>16&255]^o[r([84,51])][i[(t+2)%4]>>8&255]^o[r([84,52])][255&i[(t+3)%4]]^u[e][t];i=n[r([115,108,105,99,101])]()}const s=new Uint8Array(16);let a;for(let e=0;e<4;e++)a=u[t][e],s[4*e]=255&(o[r([83])][i[e]>>24&255]^a>>24),s[4*e+1]=255&(o[r([83])][i[(e+1)%4]>>16&255]^a>>16),s[4*e+2]=255&(o[r([83])][i[(e+2)%4]>>8&255]^a>>8),s[4*e+3]=255&(o[r([83])][255&i[(e+3)%4]]^a);return s}}(o,t,s+256*i))}(e,new Uint8Array([...i,29,221,175,90,231,133,239,240,75,180,...s]))}const c=function(){const e=[{[r([105,100])]:1,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([67,111,109,109,101,110,116,115]),[r([112,108,117,103,105,110,78,97,109,101])]:r([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([108,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101]),[r([99,104,101,99,107,65,108,115,111])]:[{[r([105,100])]:2,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([84,114,97,99,107,32,67,104,97,110,103,101,115]),[r([112,108,117,103,105,110,78,97,109,101])]:r([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([108,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115]),[r([111,112,116,105,111,110,115])]:{[r([97,105,119,115,103,105,99])]:!0,[r([97,105,116,99,100,103,105,108])]:!0,[r([97,105,114,118,105,105,108])]:!0}}],[r([111,112,116,105,111,110,115])]:{[r([97,105,119,115,103,105,99])]:!0,[r([97,105,116,99,100,103,105,108])]:!0,[r([97,105,114,118,105,105,108])]:!0}},{[r([105,100])]:3,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([80,97,103,105,110,97,116,105,111,110]),[r([112,108,117,103,105,110,78,97,109,101])]:r([80,97,103,105,110,97,116,105,111,110,76,111,111,107,117,112]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([112,97,103,105,110,97,116,105,111,110,76,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101])},{[r([105,100])]:4,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([82,101,118,105,115,105,111,110,32,72,105,115,116,111,114,121]),[r([112,108,117,103,105,110,78,97,109,101])]:r([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([108,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121]),[r([111,112,116,105,111,110,115])]:{[r([97,105,119,115,103,105,99])]:!0,[r([97,105,116,99,100,103,105,108])]:!0,[r([97,105,114,118,105,105,108])]:!0}},{[r([105,100])]:5,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([68,111,99,117,109,101,110,116,32,79,117,116,108,105,110,101]),[r([112,108,117,103,105,110,78,97,109,101])]:r([68,111,99,117,109,101,110,116,79,117,116,108,105,110,101,85,73]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101]),[r([111,112,116,105,111,110,115])]:{[r([102,103,105])]:[12]}},{[r([105,100])]:6,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([70,111,114,109,97,116,32,80,97,105,110,116,101,114]),[r([112,108,117,103,105,110,78,97,109,101])]:r([70,111,114,109,97,116,80,97,105,110,116,101,114,85,73]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([102,111,114,109,97,116,80,97,105,110,116,101,114,76,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101]),[r([111,112,116,105,111,110,115])]:{[r([102,103,105])]:[12]}},{[r([105,100])]:7,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([83,108,97,115,104,32,67,111,109,109,97,110,100]),[r([112,108,117,103,105,110,78,97,109,101])]:r([83,108,97,115,104,67,111,109,109,97,110,100,85,73]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101]),[r([111,112,116,105,111,110,115])]:{[r([102,103,105])]:[12]}},{[r([105,100])]:8,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([84,97,98,108,101,32,111,102,32,67,111,110,116,101,110,116,115]),[r([112,108,117,103,105,110,78,97,109,101])]:r([84,97,98,108,101,79,102,67,111,110,116,101,110,116,115,69,100,105,116,105,110,103]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101]),[r([111,112,116,105,111,110,115])]:{[r([102,103,105])]:[12]}},{[r([105,100])]:9,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([84,101,109,112,108,97,116,101]),[r([112,108,117,103,105,110,78,97,109,101])]:r([84,101,109,112,108,97,116,101,85,73]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([116,101,109,112,108,97,116,101,76,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101]),[r([111,112,116,105,111,110,115])]:{[r([102,103,105])]:[12,14]}},{[r([105,100])]:10,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([80,97,115,116,101,32,102,114,111,109,32,79,102,102,105,99,101,32,69,110,104,97,110,99,101,100]),[r([112,108,117,103,105,110,78,97,109,101])]:r([80,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,73,110,108,105,110,101,114]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101]),[r([111,112,116,105,111,110,115])]:{[r([102,103,105])]:[12]}},{[r([105,100])]:11,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([65,73,32,65,115,115,105,115,116,97,110,116]),[r([112,108,117,103,105,110,78,97,109,101])]:r([65,73,65,115,115,105,115,116,97,110,116,85,73]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([97,105,76,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101])},{[r([105,100])]:12,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([80,114,111,100,117,99,116,105,118,105,116,121,32,112,97,99,107])},{[r([105,100])]:13,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([67,97,115,101,32,67,104,97,110,103,101]),[r([112,108,117,103,105,110,78,97,109,101])]:r([67,97,115,101,67,104,97,110,103,101,85,73]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([99,97,115,101,67,104,97,110,103,101,76,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101]),[r([111,112,116,105,111,110,115])]:{[r([102,103,105])]:[12]}},{[r([105,100])]:14,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([68,114,117,112,97,108,32,112,97,99,107]),[r([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114])]:r([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])},{[r([105,100])]:15,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([77,117,108,116,105,32,76,101,118,101,108,32,76,105,115,116]),[r([112,108,117,103,105,110,78,97,109,101])]:r([77,117,108,116,105,76,101,118,101,108,76,105,115,116,69,100,105,116,105,110,103]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([109,117,108,116,105,76,101,118,101,108,76,105,115,116,76,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101])},{[r([105,100])]:16,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([77,101,114,103,101,32,70,105,101,108,100,115]),[r([112,108,117,103,105,110,78,97,109,101])]:r([77,101,114,103,101,70,105,101,108,100,115,85,73]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([109,101,114,103,101,70,105,101,108,100,115,76,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101]),[r([111,112,116,105,111,110,115])]:{[r([102,103,105])]:[12]}}];return function e(t){t[r([102,111,114,69,97,99,104])]((t=>{t[r([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]=1<<t[r([105,100])]-1,o(t)&&t[r([99,104,101,99,107,65,108,115,111])]&&e(t[r([99,104,101,99,107,65,108,115,111])])}))}(e),e}(),u={[r([99,104,101,99,107,76,105,99,101,110,115,101])]:function(e,t){k(m(e,t),t)},[r([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115])]:function(e,t){k(function(e,t){try{if(A(d,r([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&e){const n=x(d,r([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))[r([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])];if(parseInt(n)/2>e[r([101,120,112,105,114,97,116,105,111,110,68,97,116,101])])return b(t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([73,110,118,97,108,105,100]))}return m(e,t)}catch(e){return b(t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([73,110,118,97,108,105,100]))}}(e,t),t)},[r([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121])]:function(e,t){const n=s[0]*i[1],o=s[0]*i[2],a=s[2]*i[2];function c(e,t){u(),b(t+r([84,114,105,97,108,76,105,109,105,116,58])+e),window[v()]=e===r([116,105,109,101])?n:o}function u(){const e=d;function t(){A(e,r([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&(x(e,r([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[r([117,110,98,105,110,100])](r([105,115,69,110,97,98,108,101,100])),x(e,r([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[r([105,115,69,110,97,98,108,101,100])]=!1,x(e,r([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[r([117,112,100,97,116,101])]=_,x(e,r([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[r([115,97,118,101,82,101,118,105,115,105,111,110])]=_,e[r([109,111,100,101,108])][r([99,104,97,110,103,101])]=_,e[r([109,111,100,101,108])][r([101,110,113,117,101,117,101,67,104,97,110,103,101])]=_,e[r([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](r([109,111,100,101,108]))),A(e,r([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(x(e,r([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[r([117,110,98,105,110,100])](r([105,115,69,110,97,98,108,101,100])),x(e,r([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[r([105,115,69,110,97,98,108,101,100])]=!1,x(e,r([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[r([99,111,109,112,97,114,101])]=_,x(e,r([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[r([95,103,101,116,68,105,102,102])]=_)}e[r([115,116,97,116,101])]==r([114,101,97,100,121])?t():e[r([111,110,99,101])](r([114,101,97,100,121]),(()=>{const n=xt;if(A(e,r([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&t(),A(e,r([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))){const o=x(e,r([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121])),i=o[n(309)](0),s=o[n(272)](i[r([105,100])]);x(e,r([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[r([99,111,109,112,97,114,101])](i[r([105,100])],s?s[r([105,100])]:null,1)[n(297)]((()=>t()))}}))}A(d,r([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&x(d,r([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[r([115,116,97,116,101])]==r([99,111,110,110,101,99,116,101,100])&&(window[v()]=a),function(e,t){if(e==t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([73,110,118,97,108,105,100]))u();else if(e==t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([84,114,105,97,108])){const e=function(){const e=xt;if(!A(d,r([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const t in window)if(Number[e(302)](Number(t))){if(window[t]===n)return r([116,105,109,101]);if(window[t]===o)return r([114,101,118,105,115,105,111,110,115])}return!1}();e&&c(e,t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]);const a=function(){let e=s[6]*i[8]*i[6];return A(d,r([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(e/=10),e}();window[r([115,101,116,84,105,109,101,111,117,116])]((()=>{c(r([116,105,109,101]),t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}),a);const u=x(d,r([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]))[r([95,114,101,118,105,115,105,111,110,115])];u[r([108,101,110,103,116,104])]>=7?c(r([114,101,118,105,115,105,111,110,115]),t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]):u.on(r([97,100,100]),(()=>{u[r([108,101,110,103,116,104])]>=7&&c(r([114,101,118,105,115,105,111,110,115]),t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}))}}(function(e,t){try{return function(){const e=xt;if(!A(d,r([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const t in window)if(Number[e(302)](Number(t))&&window[t]===a)return!0;return!1}()?b(t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([86,97,108,105,100])):m(e,t)}catch(e){return b(t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([73,110,118,97,108,105,100]))}}(e,t),t)}},l=e[r([99,111,110,115,116,114,117,99,116,111,114])][r([112,108,117,103,105,110,78,97,109,101])],d=r([99,111,110,116,101,120,116])in e?e[n(355)]:e[n(359)],g=r([52,48,52,56,49,54,48,54]),h=r([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),f=d[n(237)][n(301)](r([108,105,99,101,110,115,101,75,101,121])),p=c[r([102,105,108,116,101,114])](o)[r([102,105,110,100])]((e=>e[r([112,108,117,103,105,110,78,97,109,101])]===l));function m(e,t){try{return function(e){if(!A(d,e[r([112,108,117,103,105,110,78,97,109,101])]))return!0;const t=e[r([111,112,116,105,111,110,115])]||{},n=t[r([97,105,119,115,103,105,99])]||!1,o=t[r([97,105,116,99,100,103,105,108])]||!1,i=t[r([97,105,114,118,105,105,108])]||!1;return!(!A(d,r([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||x(d,r([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[r([115,116,97,116,101])]!=r([99,111,110,110,101,99,116,101,100])||!n)||(!(!A(d,r([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||x(d,r([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[r([114,101,115,117,108,116])]!=r([101,110,100])||!o)||!(!A(d,r([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||x(d,r([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))[r([114,101,115,117,108,116])]!=r([101,110,100])||!i))}(t)?b(t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([86,97,108,105,100])):e&&function(e,t){const o=!!(e&t[r([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]),i=function(e,t){const o=(t[r([111,112,116,105,111,110,115])]||{})[r([102,103,105])]||null;return!!o&&c[r([102,105,108,116,101,114])]((e=>o[r([105,110,99,108,117,100,101,115])](e[r([105,100])])))[r([102,105,108,116,101,114])]((e=>!function(e){const t=n,o={[r([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])]:S};return!!e[t(324)]&&o[e[t(324)]]()}(e)))[r([115,111,109,101])]((t=>!!(e&t[r([112,101,114,109,105,115,115,105,111,110,77,97,115,107])])))}(e,t);return o||i}(e[r([97,108,108,111,119,101,100,80,108,117,103,105,110,115])],t)?e[r([105,115,73,110,116,101,114,110,97,108])]&&!window[r([111,112,101,110])][r([99,108,111,115,101,100])]||parseInt(g)/2>e[r([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?b(t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([73,110,118,97,108,105,100])):e[r([105,115,84,114,105,97,108])]?b(t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([84,114,105,97,108])):b(t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([86,97,108,105,100])):b(t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([73,110,118,97,108,105,100]))}catch(e){return b(t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([73,110,118,97,108,105,100]))}}function k(e,n){if(d instanceof t.Context){const t=d;e==n[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([73,110,118,97,108,105,100])?y(t):e==n[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([84,114,105,97,108])&&window[r([115,101,116,84,105,109,101,111,117,116])]((()=>{y(t),b(n[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),s[6]*i[8]*i[6]),t[r([101,100,105,116,111,114,115])][r([111,110])](r([97,100,100]),((t,o)=>{e!=n[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([73,110,118,97,108,105,100])&&e!=n[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&e!=n[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||w(o)}))}else{const t=d;e==n[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([73,110,118,97,108,105,100])?w(t):e==n[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([84,114,105,97,108])&&t[r([111,110])](r([114,101,97,100,121]),(()=>{let e=0;t[r([109,111,100,101,108])][r([111,110])](r([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((o,i)=>{i[0][r([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504===e&&(w(t),b(n[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),o[r([111,102,102])]())}),{priority:r([104,105,103,104,101,115,116])})}))}}function b(e){const t=v();return d[t]=e,e}function v(){const e=String(window[r([112,101,114,102,111,114,109,97,110,99,101])][r([110,111,119])]())[r([114,101,112,108,97,99,101])](r([46]),"");let t="";for(let n=0;n<e[r([108,101,110,103,116,104])];n+=2){let o=parseInt(e[r([115,117,98,115,116,114,105,110,103])](n,n+2));o>=h[r([108,101,110,103,116,104])]&&(o-=h[r([108,101,110,103,116,104])]),t+=h[o]}return t}function y(e){for(const t of e[r([101,100,105,116,111,114,115])])w(t);x(e,r([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[r([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),x(e,r([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[r([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=_}function w(e){function t(){e[r([109,111,100,101,108])][r([99,104,97,110,103,101])]=_,e[r([109,111,100,101,108])][r([101,110,113,117,101,117,101,67,104,97,110,103,101])]=_,e[r([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](r([109,111,100,101,108]))}e[r([115,116,97,116,101])]==r([114,101,97,100,121])?t():e[r([111,110,99,101])](r([114,101,97,100,121]),(()=>t()))}function _(){return null}function S(){return!window[r([68,114,117,112,97,108])]||!A(d,r([100,114,117,112,97,108,80,111,119,101,114,101,100,66,121]))}function A(e,t){return e[r([112,108,117,103,105,110,115])][r([104,97,115])](t)}function x(e,t){return e[r([112,108,117,103,105,110,115])][r([103,101,116])](t)}p&&function e(t,n){u[n[r([104,97,110,100,108,101,114])]](t,n),n[r([99,104,101,99,107,65,108,115,111])]&&n[r([99,104,101,99,107,65,108,115,111])][r([102,105,108,116,101,114])]((e=>A(d,e[r([112,108,117,103,105,110,78,97,109,101])])))[r([102,111,114,69,97,99,104])]((r=>e(t,r)))}(function(e){try{const t=a(e),n=JSON[r([112,97,114,115,101])](t),o=parseInt(n[r([49])]),i=n[r([50])]||"",s=parseInt(n[r([51])]),c=parseInt(n[r([52])])||0,u=parseInt(n[r([53])])||0;return{[r([112,114,111,100,117,99,116,78,97,109,101])]:i,[r([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]:c,[r([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]:o,[r([105,115,84,114,105,97,108])]:s,[r([105,115,73,110,116,101,114,110,97,108])]:u}}catch(e){return null}}(f),p)})(e)}(this)}[St(254)](e="",t="",r=St(354)){const n=St,i=this[n(359)],s=i[n(322)][n(286)],a=i[n(356)][n(301)](B),c=i[n(356)][n(301)](_t.ClipboardMarkersUtils);a[n(249)]();const u=new Et,l=new ClipboardEvent(n(293),{clipboardData:u}),d=new K.DataTransfer(u),g=new K.DomEventData(s,l,{dataTransfer:d});c[n(376)](n(262),(()=>{const e=n;s[e(361)][e(267)](e(293),g)})),this[n(261)]||(this[n(240)](),this[n(307)]=new ee(i,this[n(269)][n(289)],this[n(261)]));let h=d[n(325)](n(372));const f=i[n(353)][n(361)][n(257)],p=Array[n(273)](f[n(299)]());1===p[n(386)]&&p[0][n(311)]&&!f[n(260)]()&&""!==h[n(292)](/&nbsp;/g,"")[n(264)]()&&(h=n(323)+h+n(304)),this[n(307)][n(251)]({actionId:r,query:e,htmlContent:h,label:t,mainActionLabel:oe[i[n(353)][n(361)][n(257)][n(255)]?n(313):n(333)]}),n(381)!==this[n(367)].id?this[n(367)][n(288)]({id:n(381),icon:T[n(316)],title:q(this[n(359)][n(366)],n(348)),content:this[n(261)],position:o.DialogViewPosition[n(230)],onShow:()=>{const e=n;this[e(261)][e(336)]()},onHide:()=>{const e=n;this[e(307)][e(270)](),a[e(374)]()}}):this[n(367)][n(286)][n(345)]||this[n(367)][n(286)][n(306)]()}[St(234)](){const e=St;this[e(367)][e(364)]()}[St(363)](e){const t=St,r=this[t(359)],n=r[t(327)][t(301)](t(369)),o=new e(r[t(366)]);return o[t(349)]({label:q(r[t(366)],t(348)),icon:T[t(316)],isToggleable:!0}),o[t(332)](t(275)).to(n),o[t(332)](t(271)).to(this[t(367)],"id",(e=>t(381)===e)),this[t(315)](o,t(331),(()=>{const e=t;o[e(271)]?this[e(234)]():n[e(331)]()})),o}[St(240)](){const e=St,t=this[e(359)][e(356)][e(301)](B);this[e(261)]=new lt(this[e(359)][e(366)],this[e(241)],this[e(359)][e(237)][e(301)](e(253))),this[e(261)].on(e(335),(()=>{const t=e;this[t(367)][t(286)][t(345)]||this[t(367)][t(286)][t(306)]()})),this[e(261)][e(279)][e(281)][e(368)].on(e(296),(()=>{const t=e;this[t(367)][t(286)][t(345)]||this[t(367)][t(286)][t(306)]()})),this[e(315)](this[e(261)],e(375),(()=>{const r=e;t[r(344)](this[r(307)][r(337)]),this[r(234)]()})),this[e(315)](this[e(261)],e(298),(()=>{const r=e;t[r(298)](this[r(307)][r(337)]),this[r(234)]()})),this[e(256)]()}[St(256)](){const e=St,{locale:t,ui:{ariaLiveAnnouncer:r}}=this[e(359)];this[e(261)][e(340)].on(e(352),((n,o,i)=>{const s=e,a=this[s(307)][s(337)];i?r[s(276)](q(t,s(247))):a&&r[s(276)](q(t,s(338),a),{politeness:s(342),isUnsafeHTML:!0})})),this[e(261)].on(e(346),((n,o,i)=>{const s=e;if(i){const e=this[s(261)][s(238)][s(277)];r[s(276)](q(t,s(318),e))}}))}}function Rt(e,t){const r=St,n=new ht(e[r(366)]),i=Tt(e,e[r(237)][r(301)](r(239)))[r(329)]((({groupId:n,groupLabel:i,commands:s})=>{const a=r,c=Tt(e,s)[a(329)]((r=>function(e,t,r){const n=a,i=new Mt(e,r),s=new o.ButtonLabelWithHighlightView,c=new o.ButtonView(e,s);return i[n(246)][n(377)](c),c[n(349)]({label:r[n(373)],withText:!0,role:n(317)}),c.on(n(331),(()=>{const e=n;t(r[e(295)],r[e(373)],r.id,void 0===r[e(310)]||r[e(310)])})),i}(e[a(366)],t,r)));return function(e,t,r){const n=a,i=new o.ListItemGroupView(e,new o.LabelWithHighlightView);return i[n(373)]=t,i[n(314)][n(383)](r),i}(e[a(366)],i||n,c)}));return n[r(314)][r(383)](i),n[r(332)](r(339)).to(e[r(327)][r(301)](r(369)),r(339)),n}class Mt extends o.ListItemView{constructor(e,t){const r=St;super(e),this[r(259)]=t}}function Pt(e,t){const r=St;return void 0!==e[r(285)]&&void 0===t[r(285)]?1:void 0===e[r(285)]&&void 0!==t[r(285)]?-1:void 0!==e[r(285)]&&void 0!==t[r(285)]?e[r(285)]-t[r(285)]:0}function Tt(t,r){const n=St;r[n(351)](Pt);const o={},i=[];for(const s of r)if(void 0!==s[n(285)]){if(s[n(285)]in o)throw new e.CKEditorError(n(343),t,{conflictingDefinitions:[s,o[s[n(285)]]]});o[s[n(285)]]=s,i[n(280)](s[n(285)],0,s)}else i[n(231)](s);return i}function Ct(){const e=["309342LggQoV","casual","init","ai-trial-license-key-reached-limit-changes","translateHindi","Summarize this content into one paragraph of text. Include only the key ideas and conclusions. Keep it short. Do not keep original text formatting.","Improve writing","Rewrite this content as a poem using poetic techniques without losing the original meaning.","Translate the content to English language.","editOrReview","3jqOpAJ","translateChinese","ai.aiAssistant.commands","Rewrite this content as a journalist using engaging language to convey the importance of the information.","2686030RQVVlO","legal","Rewrite this content as a legal professional using valid legal terminology.","forEach","includes","translateEnglish","translateArabic","locale","Translate the content to German language.","AIAssistant","German","5412uqefjn","aiLicenseKeyTrial","Rewrite this content as a business professional with formal language.","push","translate","Translate the content to French language.","Friendly","Legal","1528696LRIwyG","Professional","commands","Start with the provided content and write at the end of it continuing this topic. Keep the added part short.","set","Make shorter","Casual","poetic","aiLicenseKeyTrialLimit:operations","Make longer","config","Direct","Translate the content to Spanish language.","translateSpanish","Simplify the writing style of this content and reduce the complexity, so that the content is easy to understand.","Improve using casual, informal language to convey a casual conversation with a real person.","Simplify language","French","Spanish","Translate to %0","ai-invalid-license-key","simplifyLanguage","Poetic","ai.aiAssistant.removeCommands","groupId","changeStyle","ai.aiAssistant.extraCommandGroups","translateGerman","aiLicenseKeyInvalid","translateFrench","Portuguese","_licenseKeyCheckInterval","Translate the content to Hindi language.","define","friendly","Summarize","changeTone","Improve using direct language, using only the essential information.","requires","makeShorter","confident","Improve using friendly, comforting language, to convey understanding and empathy.","Edit or review","Improve using polished, formal, and respectful language to convey professional expertise and competence.","get","Continue","summarize","Translate the content to Simplified Chinese language.","Improve this content by using descriptive language and inserting more information and more detailed explanations.","1230cepqdh","16340pNhiiM","direct","Journalism","business","110868BwbFnG","Generate from selection","18QmSDZf","Confident","English","175516KQKwlT","pluginName","Remove any repetitive, redundant, or non-essential writing in this content without changing the meaning or losing any key information.","Translate the content to Portuguese language.","Change tone","564IxGISv","makeLonger","journalism","Fix spelling mistakes, use proper grammar and apply good writing practices. Do not lose the original meaning.","find","filter","translatePortuguese","Arabic","Translate the content to Arabic language.","Improve using compelling, optimistic language to convey confidence in the writing.","Change style","28JUVKdL","professional","continue","destroy","Business","editor","Hindi","generate","concat","info","Simplified Chinese","aiLicenseKeyValid","improveWriting","Translate","You are using the trial version of CKEditor 5 ai plugin with limited usage. Make sure you will not use it in the production environment.","licenseKey"];return(Ct=function(){return e})()}const Ot=Nt;function Nt(e,t){const r=Ct();return(Nt=function(e,t){return r[e-=225]})(e,t)}!function(e){const t=Nt,r=e();for(;;)try{if(382504===parseInt(t(307))/1+-parseInt(t(344))/2*(-parseInt(t(230))/3)+-parseInt(t(245))/4+-parseInt(t(303))/5*(-parseInt(t(302))/6)+-parseInt(t(328))/7*(parseInt(t(253))/8)+parseInt(t(309))/9*(-parseInt(t(234))/10)+-parseInt(t(312))/11*(-parseInt(t(317))/12))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Ct);class Lt extends t.Plugin{static get[Ot(291)](){return[It,B]}static get[Ot(313)](){return Ot(243)}constructor(e){const t=Ot;super(e);const r=e[t(263)];r[t(286)](t(232),function(e){const t=Ot;return[{groupId:t(229),groupLabel:q(e,t(295)),commands:[{id:t(340),label:q(e,t(226)),prompt:t(320)},{id:t(292),label:q(e,t(258)),prompt:t(314)},{id:t(318),label:q(e,t(262)),prompt:t(301)},{id:t(274),label:q(e,t(269)),prompt:t(267)}]},{groupId:t(335),groupLabel:q(e,t(308)),commands:[{id:t(299),label:q(e,t(288)),prompt:t(225)},{id:t(330),label:q(e,t(298)),prompt:t(256)}]},{groupId:t(289),groupLabel:q(e,t(316)),commands:[{id:t(329),label:q(e,t(254)),prompt:t(296)},{id:t(345),label:q(e,t(259)),prompt:t(268)},{id:t(304),label:q(e,t(264)),prompt:t(290)},{id:t(293),label:q(e,t(310)),prompt:t(326)},{id:t(287),label:q(e,t(251)),prompt:t(294)}]},{groupId:t(278),groupLabel:q(e,t(327)),commands:[{id:t(306),label:q(e,t(332)),prompt:t(247)},{id:t(235),label:q(e,t(252)),prompt:t(236)},{id:t(319),label:q(e,t(305)),prompt:t(233)},{id:t(260),label:q(e,t(275)),prompt:t(227)}]},{groupId:t(249),groupLabel:q(e,t(341)),commands:[{id:t(239),label:q(e,t(272),[q(e,t(311))]),prompt:t(228)},{id:t(266),label:q(e,t(272),[q(e,t(271))]),prompt:t(265)},{id:t(323),label:q(e,t(272),[q(e,t(283))]),prompt:t(315)},{id:t(280),label:q(e,t(272),[q(e,t(244))]),prompt:t(242)},{id:t(282),label:q(e,t(272),[q(e,t(270))]),prompt:t(250)},{id:t(231),label:q(e,t(272),[q(e,t(338))]),prompt:t(300)},{id:t(348),label:q(e,t(272),[q(e,t(334))]),prompt:t(285)},{id:t(240),label:q(e,t(272),[q(e,t(324))]),prompt:t(325)}]}]}(e[t(241)])),r[t(286)](t(279),[]),r[t(286)](t(276),[]);const n=r[t(297)](t(232)),o=r[t(297)](t(279)),i=r[t(297)](t(276));o[t(237)]((e=>{const r=t,o=n[r(321)]((t=>t[r(277)]===e[r(277)]));o?o[r(255)]=o[r(255)][r(336)](e[r(255)]):n[r(248)](e)})),n[t(237)]((e=>{const r=t;e[r(255)]=e[r(255)][r(322)]((e=>!i[r(238)](e.id)))})),r[t(257)](t(232),n)}[Ot(346)](){const t=Ot,r=this[t(333)];this[t(343)]=r[t(263)][t(297)](t(343)),this[t(284)]=setInterval((()=>{const n=t;let o;for(const e in r){const t=e,i=r[t];if(n(246)===i||n(281)===i||n(339)===i||n(261)===i){delete r[t],o=i;break}}if(n(281)===o)throw clearInterval(this[n(284)]),new e.CKEditorError(n(273),null);if(n(246)===o&&console[n(337)](n(342)),n(261)===o)throw clearInterval(this[n(284)]),new e.CKEditorError(n(347),null);n(339)===o&&clearInterval(this[n(284)])}),1e3)}[Ot(331)](){const e=Ot;this[e(284)]&&clearInterval(this[e(284)])}}const $t=Bt;function Bt(e,t){const r=Ut();return(Bt=function(e,t){return r[e-=383]})(e,t)}function Ut(){const e=["AI_ERROR_GET_HEADERS","aborted","application/json","requires","init","937562cmDruJ","427637JVqaft","AbortError","20kwisJC","aitextadapter-send-request-failed","_prepareRequestParameters","36604qQandn","assign","textAdapter","editor","get","38015230ytuutC","locale","AI_ERROR_GET_PARAMETERS","object","resolve","sendRequest","reject","7453368AaZzSc","abort","signal","120JzTnfa","1BmVNyV","error","name","plugins","980049DKWNjK","makeRequest","catch","abortController","1018506EaSZkd","_prepareRequestHeaders"];return(Ut=function(){return e})()}!function(e){const t=Bt,r=e();for(;;)try{if(573387===-parseInt(t(388))/1*(parseInt(t(403))/2)+-parseInt(t(392))/3+-parseInt(t(409))/4+-parseInt(t(406))/5*(parseInt(t(396))/6)+parseInt(t(404))/7*(-parseInt(t(387))/8)+-parseInt(t(384))/9+parseInt(t(414))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Ut);class Ft extends t.Plugin{static get[$t(401)](){return[D]}constructor(e){const t=$t;super(e),this[t(395)]=new AbortController}[$t(402)](){const e=$t;this[e(412)][e(391)][e(413)](D)[e(411)]=this}[$t(385)](){const e=$t;this[e(395)][e(386)][e(399)]||(this[e(395)][e(385)](),this[e(395)]=new AbortController)}async[$t(393)](t){const r=$t;return this[r(419)](t)[r(394)]((t=>{const n=r;if(t instanceof H)return Promise[n(383)](t);if(n(405)==t[n(390)])return Promise[n(418)]();throw console[n(389)](t),new e.CKEditorError(n(407),null)}))}async[$t(397)](e,t){const r=$t,n=this[r(412)][r(415)],o={"Content-Type":r(400)};if(r(417)==typeof e)Object[r(410)](o,e);else if(e)try{const n=await e(t);Object[r(410)](o,n)}catch(e){return Promise[r(383)](new H(q(n,r(398))))}return o}async[$t(408)](e,t){const r=$t,n=this[r(412)][r(415)];if(r(417)==typeof e)return e;try{return await e(t)}catch(e){return Promise[r(383)](new H(q(n,r(416))))}}}function Dt(){const e=["config","get","signal","data: ","\nYou must keep the text formatting.\n\nContent:\n","279256GvmJEt","map","read","_isBufferIncomplete","pluginName","Your task is to generate HTML content accordingly to the given instruction. Never include <img> tag in your response even if asked for. Your answer must be a well-structured and properly formatted HTML code. Answer only with the generated HTML content. Do not add any additional remarks or notes. Do not act like a chatbot or a real person.","json","4773293yexQiT","ai.openAI.requestHeaders","choices","75000UhXYcK","length","https://api.openai.com/v1/chat/completions","body","delta","stringify","prepareMessages","ai.openAI.apiUrl","split","_apiUrl","POST","decode","AI_ERROR_MODERATION","context_length_exceeded","[DONE]","1105836GcxRmG","_prepareRequestParameters","abortController","system","AI_ERROR_CONTEXT_LENGTH","_readStreamableResponse","reject","_prepareRequestHeaders","gpt-3.5-turbo","7964256cklAlb","replace","_requestHeaders","join","769916IinCNT","6MvjNtS","includes","Moderation","filter","sendRequest","message","resolve","9629640PhTPyA","parse","editor","content","_readStaticResponse","user","Your task is to execute the instruction using the provided HTML content. Follow the instruction closely. Your answer must be a properly formatted HTML code. Do not add any additional remarks or notes. Do not act like a chatbot or a real person.","Instruction:\n","ai.openAI.requestParameters","locale","text","OpenAITextAdapter","define","360MhfQYP","_cleanUpData","stream","_requestParameters","getReader"];return(Dt=function(){return e})()}const jt=Ht;function Ht(e,t){const r=Dt();return(Ht=function(e,t){return r[e-=375]})(e,t)}!function(e){const t=Ht,r=e();for(;;)try{if(637268===parseInt(t(376))/1+parseInt(t(401))/2*(-parseInt(t(415))/3)+-parseInt(t(414))/4+parseInt(t(386))/5*(parseInt(t(435))/6)+parseInt(t(383))/7+-parseInt(t(410))/8+parseInt(t(422))/9)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Dt);class qt extends Ft{static get[jt(380)](){return jt(433)}constructor(e){const t=jt;super(e),e[t(440)][t(434)](t(393),t(388)),e[t(440)][t(441)](t(430))||e[t(440)][t(434)](t(430),{model:t(409),max_tokens:2e3,temperature:1,top_p:1,stream:!0}),this[t(395)]=e[t(440)][t(441)](t(393)),this[t(412)]=e[t(440)][t(441)](t(384))||{},this[t(438)]=e[t(440)][t(441)](t(430))}async[jt(419)]({query:e,context:t,onData:r,actionId:n}){const o=jt,i=this[o(424)][o(431)],s=await this[o(392)](e,t,n),a=await this[o(408)](this[o(412)],n),c=await this[o(402)](this[o(438)],n),u={messages:s,...c},l={method:o(396),headers:a,body:JSON[o(391)](u),signal:this[o(403)][o(442)]},d=await fetch(this[o(395)],l);if(d.ok)return c[o(437)]?await this[o(406)](d,r):await this[o(426)](d,r),Promise[o(421)]();{const e=await d[o(432)]();return e[o(416)](o(399))?Promise[o(407)](new H(q(i,o(405)))):e[o(416)](o(417))?Promise[o(407)](new H(q(i,o(398)))):Promise[o(407)](new Error(e))}}async[jt(392)](e,t,r){const n=jt;let o,i;return t?(o=n(428),i=n(429)+e+n(375)+t):(o=n(381),i=e),[{role:n(404),content:o},{role:n(427),content:i}]}async[jt(406)](e,t){const r=jt,n=e[r(389)][r(439)](),o=new TextDecoder;let i="",s="",a="",c=!1;for(;!c;){const{done:e,value:u}=await n[r(378)](),l=i+o[r(397)](u);let d="";c=e;try{d=this[r(436)](l),i=""}catch(e){i=l;continue}s+=d,!c&&this[r(379)](s)||s&&(a+=s,s="",t(a))}return Promise[r(421)]()}async[jt(426)](e,t){const r=jt;return t((await e[r(382)]())[r(385)][0][r(420)][r(425)]),Promise[r(421)]()}[jt(379)](e){const t=jt,r=e[t(394)]("<")[t(387)]!==e[t(394)](">")[t(387)],n=e[t(387)]<30;return r&&n}[jt(436)](e){const t=jt;return e[t(394)](/\n(?![^{]*\})/g)[t(377)]((e=>e[t(411)](t(443),"")))[t(418)]((e=>e&&e[t(387)]>0&&t(400)!==e))[t(377)]((e=>{const r=t,{choices:n}=JSON[r(423)](e);if(n[0]&&n[0][r(390)]&&n[0][r(390)][r(425)])return n[0][r(390)][r(425)]}))[t(418)]((e=>e))[t(413)]("")}}const Vt=e=>{let t=e.httpHandler;return{setHttpHandler(e){t=e},httpHandler:()=>t,updateHttpClientConfig(e,r){t.updateHttpClientConfig(e,r)},httpHandlerConfigs:()=>t.httpHandlerConfigs()}};var zt,Gt,Wt,Zt;!function(e){e.HEADER="header",e.QUERY="query"}(zt||(zt={})),function(e){e.HEADER="header",e.QUERY="query"}(Gt||(Gt={})),function(e){e.HTTP="http",e.HTTPS="https"}(Wt||(Wt={})),function(e){e.MD5="md5",e.CRC32="crc32",e.CRC32C="crc32c",e.SHA1="sha1",e.SHA256="sha256"}(Zt||(Zt={}));var Kt;!function(e){e[e.HEADER=0]="HEADER",e[e.TRAILER=1]="TRAILER"}(Kt||(Kt={}));const Jt="__smithy_context";var Qt,Yt;!function(e){e.PROFILE="profile",e.SSO_SESSION="sso-session",e.SERVICES="services"}(Qt||(Qt={})),function(e){e.HTTP_0_9="http/0.9",e.HTTP_1_0="http/1.0",e.TDS_8_0="tds/8.0"}(Yt||(Yt={}));class Xt{constructor(e){this.method=e.method||"GET",this.hostname=e.hostname||"localhost",this.port=e.port,this.query=e.query||{},this.headers=e.headers||{},this.body=e.body,this.protocol=e.protocol?":"!==e.protocol.slice(-1)?`${e.protocol}:`:e.protocol:"https:",this.path=e.path?"/"!==e.path.charAt(0)?`/${e.path}`:e.path:"/",this.username=e.username,this.password=e.password,this.fragment=e.fragment}static clone(e){const t=new Xt({...e,headers:{...e.headers}});var r;return t.query&&(t.query=(r=t.query,Object.keys(r).reduce(((e,t)=>{const n=r[t];return{...e,[t]:Array.isArray(n)?[...n]:n}}),{}))),t}static isInstance(e){if(!e)return!1;const t=e;return"method"in t&&"protocol"in t&&"hostname"in t&&"path"in t&&"object"==typeof t.query&&"object"==typeof t.headers}clone(){return Xt.clone(this)}}class er{constructor(e){this.statusCode=e.statusCode,this.reason=e.reason,this.headers=e.headers||{},this.body=e.body}static isInstance(e){if(!e)return!1;const t=e;return"number"==typeof t.statusCode&&"object"==typeof t.headers}}const tr={name:"hostHeaderMiddleware",step:"build",priority:"low",tags:["HOST"],override:!0},rr=e=>({applyToStack:t=>{t.add((e=>t=>async r=>{if(!Xt.isInstance(r.request))return t(r);const{request:n}=r,{handlerProtocol:o=""}=e.requestHandler.metadata||{};if(o.indexOf("h2")>=0&&!n.headers[":authority"])delete n.headers.host,n.headers[":authority"]=n.hostname+(n.port?":"+n.port:"");else if(!n.headers.host){let e=n.hostname;null!=n.port&&(e+=`:${n.port}`),n.headers.host=e}return t(r)})(e),tr)}}),nr={name:"loggerMiddleware",tags:["LOGGER"],step:"initialize",override:!0},or="X-Amzn-Trace-Id",ir={step:"build",tags:["RECURSION_DETECTION"],name:"recursionDetectionMiddleware",override:!0,priority:"low"},sr=e=>({applyToStack:t=>{t.add((e=>t=>async r=>{const{request:n}=r;if(!Xt.isInstance(n)||"node"!==e.runtime||n.headers.hasOwnProperty(or))return t(r);const o=process.env.AWS_LAMBDA_FUNCTION_NAME,i=process.env._X_AMZN_TRACE_ID,s=e=>"string"==typeof e&&e.length>0;return s(o)&&s(i)&&(n.headers[or]=i),t({...r,request:n})})(e),ir)}});const ar=new RegExp("^(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}$"),cr=e=>ar.test(e)||e.startsWith("[")&&e.endsWith("]"),ur=new RegExp("^(?!.*-$)(?!-)[a-zA-Z0-9-]{1,63}$"),lr=(e,t=!1)=>{if(!t)return ur.test(e);const r=e.split(".");for(const e of r)if(!lr(e))return!1;return!0},dr={},gr="endpoints";function hr(e){return"object"!=typeof e||null==e?e:"ref"in e?`$${hr(e.ref)}`:"fn"in e?`${e.fn}(${(e.argv||[]).map(hr).join(", ")})`:JSON.stringify(e,null,2)}class fr extends Error{constructor(e){super(e),this.name="EndpointError"}}const pr=(e,t)=>(e=>{const t=e.split("."),r=[];for(const n of t){const t=n.indexOf("[");if(-1!==t){if(n.indexOf("]")!==n.length-1)throw new fr(`Path: '${e}' does not end with ']'`);const o=n.slice(t+1,-1);if(Number.isNaN(parseInt(o)))throw new fr(`Invalid array index: '${o}' in path: '${e}'`);0!==t&&r.push(n.slice(0,t)),r.push(o)}else r.push(n)}return r})(t).reduce(((r,n)=>{if("object"!=typeof r)throw new fr(`Index '${n}' in '${t}' not found in '${JSON.stringify(e)}'`);return Array.isArray(r)?r[parseInt(n)]:r[n]}),e),mr={[Wt.HTTP]:80,[Wt.HTTPS]:443},kr={booleanEquals:(e,t)=>e===t,getAttr:pr,isSet:e=>null!=e,isValidHostLabel:lr,not:e=>!e,parseURL:e=>{const t=(()=>{try{if(e instanceof URL)return e;if("object"==typeof e&&"hostname"in e){const{hostname:t,port:r,protocol:n="",path:o="",query:i={}}=e,s=new URL(`${n}//${t}${r?`:${r}`:""}${o}`);return s.search=Object.entries(i).map((([e,t])=>`${e}=${t}`)).join("&"),s}return new URL(e)}catch(e){return null}})();if(!t)return console.error(`Unable to parse ${JSON.stringify(e)} as a whatwg URL.`),null;const r=t.href,{host:n,hostname:o,pathname:i,protocol:s,search:a}=t;if(a)return null;const c=s.slice(0,-1);if(!Object.values(Wt).includes(c))return null;const u=cr(o);return{scheme:c,authority:`${n}${r.includes(`${n}:${mr[c]}`)||"string"==typeof e&&e.includes(`${n}:${mr[c]}`)?`:${mr[c]}`:""}`,path:i,normalizedPath:i.endsWith("/")?i:`${i}/`,isIp:u}},stringEquals:(e,t)=>e===t,substring:(e,t,r,n)=>t>=r||e.length<r?null:n?e.substring(e.length-r,e.length-t):e.substring(t,r),uriEncode:e=>encodeURIComponent(e).replace(/[!*'()]/g,(e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`))},br=(e,t)=>{const r=[],n={...t.endpointParams,...t.referenceRecord};let o=0;for(;o<e.length;){const t=e.indexOf("{",o);if(-1===t){r.push(e.slice(o));break}r.push(e.slice(o,t));const i=e.indexOf("}",t);if(-1===i){r.push(e.slice(t));break}"{"===e[t+1]&&"}"===e[i+1]&&(r.push(e.slice(t+1,i)),o=i+2);const s=e.substring(t+1,i);if(s.includes("#")){const[e,t]=s.split("#");r.push(pr(n[e],t))}else r.push(n[s]);o=i+1}return r.join("")},vr=(e,t,r)=>{if("string"==typeof e)return br(e,r);if(e.fn)return yr(e,r);if(e.ref)return(({ref:e},t)=>({...t.endpointParams,...t.referenceRecord}[e]))(e,r);throw new fr(`'${t}': ${String(e)} is not a string, function or reference.`)},yr=({fn:e,argv:t},r)=>{const n=t.map((e=>["boolean","number"].includes(typeof e)?e:vr(e,"arg",r))),o=e.split(".");return o[0]in dr&&null!=o[1]?dr[o[0]][o[1]](...n):kr[e](...n)},wr=({assign:e,...t},r)=>{if(e&&e in r.referenceRecord)throw new fr(`'${e}' is already defined in Reference Record.`);const n=yr(t,r);return r.logger?.debug?.(`${gr} evaluateCondition: ${hr(t)} = ${hr(n)}`),{result:""===n||!!n,...null!=e&&{toAssign:{name:e,value:n}}}},_r=(e=[],t)=>{const r={};for(const n of e){const{result:e,toAssign:o}=wr(n,{...t,referenceRecord:{...t.referenceRecord,...r}});if(!e)return{result:e};o&&(r[o.name]=o.value,t.logger?.debug?.(`${gr} assign: ${o.name} := ${hr(o.value)}`))}return{result:!0,referenceRecord:r}},Sr=(e,t)=>Object.entries(e).reduce(((e,[r,n])=>({...e,[r]:n.map((e=>{const n=vr(e,"Header value entry",t);if("string"!=typeof n)throw new fr(`Header '${r}' value '${n}' is not a string`);return n}))})),{}),Ar=(e,t)=>{if(Array.isArray(e))return e.map((e=>Ar(e,t)));switch(typeof e){case"string":return br(e,t);case"object":if(null===e)throw new fr(`Unexpected endpoint property: ${e}`);return xr(e,t);case"boolean":return e;default:throw new fr("Unexpected endpoint property type: "+typeof e)}},xr=(e,t)=>Object.entries(e).reduce(((e,[r,n])=>({...e,[r]:Ar(n,t)})),{}),Er=(e,t)=>{const r=vr(e,"Endpoint URL",t);if("string"==typeof r)try{return new URL(r)}catch(e){throw console.error(`Failed to construct URL with ${r}`,e),e}throw new fr("Endpoint URL must be a string, got "+typeof r)},Ir=(e,t)=>{const{conditions:r,endpoint:n}=e,{result:o,referenceRecord:i}=_r(r,t);if(!o)return;const s={...t,referenceRecord:{...t.referenceRecord,...i}},{url:a,properties:c,headers:u}=n;return t.logger?.debug?.(`${gr} Resolving endpoint from template: ${hr(n)}`),{...null!=u&&{headers:Sr(u,s)},...null!=c&&{properties:xr(c,s)},url:Er(a,s)}},Rr=(e,t)=>{const{conditions:r,error:n}=e,{result:o,referenceRecord:i}=_r(r,t);if(o)throw new fr(vr(n,"Error",{...t,referenceRecord:{...t.referenceRecord,...i}}))},Mr=(e,t)=>{const{conditions:r,rules:n}=e,{result:o,referenceRecord:i}=_r(r,t);if(o)return Pr(n,{...t,referenceRecord:{...t.referenceRecord,...i}})},Pr=(e,t)=>{for(const r of e)if("endpoint"===r.type){const e=Ir(r,t);if(e)return e}else if("error"===r.type)Rr(r,t);else{if("tree"!==r.type)throw new fr(`Unknown endpoint rule: ${r}`);{const e=Mr(r,t);if(e)return e}}throw new fr("Rules evaluation failed")},Tr=(e,t=!1)=>{if(t){for(const t of e.split("."))if(!Tr(t))return!1;return!0}return!!lr(e)&&(!(e.length<3||e.length>63)&&(e===e.toLowerCase()&&!cr(e)))};let Cr=JSON.parse('{"partitions":[{"id":"aws","outputs":{"dnsSuffix":"amazonaws.com","dualStackDnsSuffix":"api.aws","implicitGlobalRegion":"us-east-1","name":"aws","supportsDualStack":true,"supportsFIPS":true},"regionRegex":"^(us|eu|ap|sa|ca|me|af|il)\\\\-\\\\w+\\\\-\\\\d+$","regions":{"af-south-1":{"description":"Africa (Cape Town)"},"ap-east-1":{"description":"Asia Pacific (Hong Kong)"},"ap-northeast-1":{"description":"Asia Pacific (Tokyo)"},"ap-northeast-2":{"description":"Asia Pacific (Seoul)"},"ap-northeast-3":{"description":"Asia Pacific (Osaka)"},"ap-south-1":{"description":"Asia Pacific (Mumbai)"},"ap-south-2":{"description":"Asia Pacific (Hyderabad)"},"ap-southeast-1":{"description":"Asia Pacific (Singapore)"},"ap-southeast-2":{"description":"Asia Pacific (Sydney)"},"ap-southeast-3":{"description":"Asia Pacific (Jakarta)"},"ap-southeast-4":{"description":"Asia Pacific (Melbourne)"},"aws-global":{"description":"AWS Standard global region"},"ca-central-1":{"description":"Canada (Central)"},"ca-west-1":{"description":"Canada West (Calgary)"},"eu-central-1":{"description":"Europe (Frankfurt)"},"eu-central-2":{"description":"Europe (Zurich)"},"eu-north-1":{"description":"Europe (Stockholm)"},"eu-south-1":{"description":"Europe (Milan)"},"eu-south-2":{"description":"Europe (Spain)"},"eu-west-1":{"description":"Europe (Ireland)"},"eu-west-2":{"description":"Europe (London)"},"eu-west-3":{"description":"Europe (Paris)"},"il-central-1":{"description":"Israel (Tel Aviv)"},"me-central-1":{"description":"Middle East (UAE)"},"me-south-1":{"description":"Middle East (Bahrain)"},"sa-east-1":{"description":"South America (Sao Paulo)"},"us-east-1":{"description":"US East (N. Virginia)"},"us-east-2":{"description":"US East (Ohio)"},"us-west-1":{"description":"US West (N. California)"},"us-west-2":{"description":"US West (Oregon)"}}},{"id":"aws-cn","outputs":{"dnsSuffix":"amazonaws.com.cn","dualStackDnsSuffix":"api.amazonwebservices.com.cn","implicitGlobalRegion":"cn-northwest-1","name":"aws-cn","supportsDualStack":true,"supportsFIPS":true},"regionRegex":"^cn\\\\-\\\\w+\\\\-\\\\d+$","regions":{"aws-cn-global":{"description":"AWS China global region"},"cn-north-1":{"description":"China (Beijing)"},"cn-northwest-1":{"description":"China (Ningxia)"}}},{"id":"aws-us-gov","outputs":{"dnsSuffix":"amazonaws.com","dualStackDnsSuffix":"api.aws","implicitGlobalRegion":"us-gov-west-1","name":"aws-us-gov","supportsDualStack":true,"supportsFIPS":true},"regionRegex":"^us\\\\-gov\\\\-\\\\w+\\\\-\\\\d+$","regions":{"aws-us-gov-global":{"description":"AWS GovCloud (US) global region"},"us-gov-east-1":{"description":"AWS GovCloud (US-East)"},"us-gov-west-1":{"description":"AWS GovCloud (US-West)"}}},{"id":"aws-iso","outputs":{"dnsSuffix":"c2s.ic.gov","dualStackDnsSuffix":"c2s.ic.gov","implicitGlobalRegion":"us-iso-east-1","name":"aws-iso","supportsDualStack":false,"supportsFIPS":true},"regionRegex":"^us\\\\-iso\\\\-\\\\w+\\\\-\\\\d+$","regions":{"aws-iso-global":{"description":"AWS ISO (US) global region"},"us-iso-east-1":{"description":"US ISO East"},"us-iso-west-1":{"description":"US ISO WEST"}}},{"id":"aws-iso-b","outputs":{"dnsSuffix":"sc2s.sgov.gov","dualStackDnsSuffix":"sc2s.sgov.gov","implicitGlobalRegion":"us-isob-east-1","name":"aws-iso-b","supportsDualStack":false,"supportsFIPS":true},"regionRegex":"^us\\\\-isob\\\\-\\\\w+\\\\-\\\\d+$","regions":{"aws-iso-b-global":{"description":"AWS ISOB (US) global region"},"us-isob-east-1":{"description":"US ISOB East (Ohio)"}}},{"id":"aws-iso-e","outputs":{"dnsSuffix":"cloud.adc-e.uk","dualStackDnsSuffix":"cloud.adc-e.uk","implicitGlobalRegion":"eu-isoe-west-1","name":"aws-iso-e","supportsDualStack":false,"supportsFIPS":true},"regionRegex":"^eu\\\\-isoe\\\\-\\\\w+\\\\-\\\\d+$","regions":{"eu-isoe-west-1":{"description":"EU ISOE West"}}},{"id":"aws-iso-f","outputs":{"dnsSuffix":"csp.hci.ic.gov","dualStackDnsSuffix":"csp.hci.ic.gov","implicitGlobalRegion":"us-isof-south-1","name":"aws-iso-f","supportsDualStack":false,"supportsFIPS":true},"regionRegex":"^us\\\\-isof\\\\-\\\\w+\\\\-\\\\d+$","regions":{}}],"version":"1.1"}'),Or="";const Nr={isVirtualHostableS3Bucket:Tr,parseArn:e=>{const t=e.split(":");if(t.length<6)return null;const[r,n,o,i,s,...a]=t;return"arn"!==r||""===n||""===o||""===a[0]?null:{partition:n,service:o,region:i,accountId:s,resourceId:a[0].includes("/")?a[0].split("/"):a}},partition:e=>{const{partitions:t}=Cr;for(const r of t){const{regions:t,outputs:n}=r;for(const[r,o]of Object.entries(t))if(r===e)return{...n,...o}}for(const r of t){const{regionRegex:t,outputs:n}=r;if(new RegExp(t).test(e))return{...n}}const r=t.find((e=>"aws"===e.id));if(!r)throw new Error("Provided region was not found in the partition array or regex, and default partition with id 'aws' doesn't exist.");return{...r.outputs}}};dr.aws=Nr;const Lr="user-agent",$r="x-amz-user-agent",Br=/[^\!\$\%\&\'\*\+\-\.\^\_\`\|\~\d\w]/g,Ur=/[^\!\$\%\&\'\*\+\-\.\^\_\`\|\~\d\w\#]/g,Fr=e=>(t,r)=>async n=>{const{request:o}=n;if(!Xt.isInstance(o))return t(n);const{headers:i}=o,s=r?.userAgent?.map(Dr)||[],a=(await e.defaultUserAgentProvider()).map(Dr),c=e?.customUserAgent?.map(Dr)||[],u=(Or?[Or]:[]).concat([...a,...s,...c]).join(" "),l=[...a.filter((e=>e.startsWith("aws-sdk-"))),...c].join(" ");return"browser"!==e.runtime?(l&&(i[$r]=i[$r]?`${i[Lr]} ${l}`:l),i[Lr]=u):i[$r]=u,t({...n,request:o})},Dr=e=>{const t=e[0].split("/").map((e=>e.replace(Br,"-"))).join("/"),r=e[1]?.replace(Ur,"-"),n=t.indexOf("/"),o=t.substring(0,n);let i=t.substring(n+1);return"api"===o&&(i=i.toLowerCase()),[o,i,r].filter((e=>e&&e.length>0)).reduce(((e,t,r)=>{switch(r){case 0:return t;case 1:return`${e}/${t}`;default:return`${e}#${t}`}}),"")},jr={name:"getUserAgentMiddleware",step:"build",priority:"low",tags:["SET_USER_AGENT","USER_AGENT"],override:!0};var Hr;!function(e){e.ENV="env",e.CONFIG="shared config entry"}(Hr||(Hr={}));const qr=e=>e[Jt]||(e[Jt]={}),Vr=e=>{if("function"==typeof e)return e;const t=Promise.resolve(e);return()=>t},zr=e=>"string"==typeof e&&(e.startsWith("fips-")||e.endsWith("-fips")),Gr=e=>zr(e)?["fips-aws-global","aws-fips"].includes(e)?"us-east-1":e.replace(/fips-(dkr-|prod-)?|-fips/,""):e;const Wr=(e,t)=>(r,n)=>async o=>{const i=e.httpAuthSchemeProvider(await t.httpAuthSchemeParametersProvider(e,n,o.input)),s=function(e){const t=new Map;for(const r of e)t.set(r.schemeId,r);return t}(e.httpAuthSchemes),a=qr(n),c=[];for(const r of i){const o=s.get(r.schemeId);if(!o){c.push(`HttpAuthScheme \`${r.schemeId}\` was not enabled for this service.`);continue}const i=o.identityProvider(await t.identityProviderConfigProvider(e));if(!i){c.push(`HttpAuthScheme \`${r.schemeId}\` did not have an IdentityProvider configured.`);continue}const{identityProperties:u={},signingProperties:l={}}=r.propertiesExtractor?.(e,n)||{};r.identityProperties=Object.assign(r.identityProperties||{},u),r.signingProperties=Object.assign(r.signingProperties||{},l),a.selectedHttpAuthScheme={httpAuthOption:r,identity:await i(r.identityProperties),signer:o.signer};break}if(!a.selectedHttpAuthScheme)throw new Error(c.join("\n"));return r(o)},Zr=/^[a-z0-9][a-z0-9\.\-]{1,61}[a-z0-9]$/,Kr=/(\d+\.){3}\d+/,Jr=/\.\./,Qr=e=>Zr.test(e)&&!Kr.test(e)&&!Jr.test(e),Yr=e=>{const[t,r,n,,,o]=e.split(":"),i="arn"===t&&e.split(":").length>=6,s=Boolean(i&&r&&n&&o);if(i&&!s)throw new Error(`Invalid ARN: ${e} was an invalid ARN.`);return s},Xr=(e,t,r)=>{const n=async()=>{const n=r[e]??r[t];return"function"==typeof n?n():n};return"credentialScope"===e||"CredentialScope"===t?async()=>{const e="function"==typeof r.credentials?await r.credentials():r.credentials;return e?.credentialScope??e?.CredentialScope}:"accountId"===e||"AccountId"===t?async()=>{const e="function"==typeof r.credentials?await r.credentials():r.credentials;return e?.accountId??e?.AccountId}:"endpoint"===e||"endpoint"===t?async()=>{const e=await n();if(e&&"object"==typeof e){if("url"in e)return e.url.href;if("hostname"in e){const{protocol:t,hostname:r,port:n,path:o}=e;return`${t}//${r}${n?":"+n:""}${o}`}}return e}:n};const en=e=>{if("string"==typeof e)return en(new URL(e));const{hostname:t,pathname:r,port:n,protocol:o,search:i}=e;let s;return i&&(s=function(e){const t={};if(e=e.replace(/^\?/,""))for(const r of e.split("&")){let[e,n=null]=r.split("=");e=decodeURIComponent(e),n&&(n=decodeURIComponent(n)),e in t?Array.isArray(t[e])?t[e].push(n):t[e]=[t[e],n]:t[e]=n}return t}(i)),{hostname:t,port:n?parseInt(n):void 0,protocol:o,path:r,query:s}},tn=e=>"object"==typeof e?"url"in e?en(e.url):e:en(e),rn=async(e,t,r)=>{const n={},o=t?.getEndpointParameterInstructions?.()||{};for(const[t,i]of Object.entries(o))switch(i.type){case"staticContextParams":n[t]=i.value;break;case"contextParams":n[t]=e[i.name];break;case"clientContextParams":case"builtInParams":n[t]=await Xr(i.name,t,r)();break;default:throw new Error("Unrecognized endpoint parameter instruction: "+JSON.stringify(i))}return 0===Object.keys(o).length&&Object.assign(n,r),"s3"===String(r.serviceId).toLowerCase()&&await(async e=>{const t=e?.Bucket||"";if("string"==typeof e.Bucket&&(e.Bucket=t.replace(/#/g,encodeURIComponent("#")).replace(/\?/g,encodeURIComponent("?"))),Yr(t)){if(!0===e.ForcePathStyle)throw new Error("Path-style addressing cannot be used with ARN buckets")}else(!Qr(t)||-1!==t.indexOf(".")&&!String(e.Endpoint).startsWith("http:")||t.toLowerCase()!==t||t.length<3)&&(e.ForcePathStyle=!0);return e.DisableMultiRegionAccessPoints&&(e.disableMultiRegionAccessPoints=!0,e.DisableMRAP=!0),e})(n),n},nn=({config:e,instructions:t})=>(r,n)=>async o=>{const i=await(async(e,t,r,n)=>{if(!r.endpoint){const e=await(async()=>{})(r.serviceId);e&&(r.endpoint=()=>Promise.resolve(tn(e)))}const o=await rn(e,t,r);if("function"!=typeof r.endpointProvider)throw new Error("config.endpointProvider is not set.");return r.endpointProvider(o,n)})(o.input,{getEndpointParameterInstructions:()=>t},{...e},n);n.endpointV2=i,n.authSchemes=i.properties?.authSchemes;const s=n.authSchemes?.[0];if(s){n.signing_region=s.signingRegion,n.signing_service=s.signingName;const e=qr(n),t=e?.selectedHttpAuthScheme?.httpAuthOption;t&&(t.signingProperties=Object.assign(t.signingProperties||{},{signing_region:s.signingRegion,signingRegion:s.signingRegion,signing_service:s.signingName,signingName:s.signingName,signingRegionSet:s.signingRegionSet},s.properties))}return r({...o})},on={name:"deserializerMiddleware",step:"deserialize",tags:["DESERIALIZER"],override:!0},sn={name:"serializerMiddleware",step:"serialize",tags:["SERIALIZER"],override:!0};function an(e,t,r){return{applyToStack:n=>{n.add(((e,t)=>r=>async n=>{const{response:o}=await r(n);try{return{response:o,output:await t(o,e)}}catch(e){if(Object.defineProperty(e,"$response",{value:o}),!("$metadata"in e)){const t="Deserialization error: to see the raw response, inspect the hidden field {error}.$response on this object.";e.message+="\n "+t,void 0!==e.$responseBodyText&&e.$response&&(e.$response.body=e.$responseBodyText)}throw e}})(e,r),on),n.add(((e,t)=>(r,n)=>async o=>{const i=n.endpointV2?.url&&e.urlParser?async()=>e.urlParser(n.endpointV2.url):e.endpoint;if(!i)throw new Error("No valid endpoint provider available.");const s=await t(o.input,{...e,endpoint:i});return r({...o,request:s})})(e,t),sn)}}}const cn={step:"serialize",tags:["ENDPOINT_PARAMETERS","ENDPOINT_V2","ENDPOINT"],name:"endpointV2Middleware",override:!0,relation:"before",toMiddleware:sn.name},un=(e,t)=>({applyToStack:r=>{r.addRelativeTo(nn({config:e,instructions:t}),cn)}}),ln={step:"serialize",tags:["HTTP_AUTH_SCHEME"],name:"httpAuthSchemeMiddleware",override:!0,relation:"before",toMiddleware:cn.name},dn=e=>e=>{throw e},gn=(e,t)=>{};var hn;!function(e){e.STANDARD="standard",e.ADAPTIVE="adaptive"}(hn||(hn={}));const fn=hn.STANDARD,pn=["BandwidthLimitExceeded","EC2ThrottledException","LimitExceededException","PriorRequestNotComplete","ProvisionedThroughputExceededException","RequestLimitExceeded","RequestThrottled","RequestThrottledException","SlowDown","ThrottledException","Throttling","ThrottlingException","TooManyRequestsException","TransactionInProgressException"],mn=["TimeoutError","RequestTimeout","RequestTimeoutException"],kn=[500,502,503,504],bn=["ECONNRESET","ECONNREFUSED","EPIPE","ETIMEDOUT"],vn=e=>429===e.$metadata?.httpStatusCode||pn.includes(e.name)||1==e.$retryable?.throttling,yn=e=>(e=>e.$metadata?.clockSkewCorrected)(e)||mn.includes(e.name)||bn.includes(e?.code||"")||kn.includes(e.$metadata?.httpStatusCode||0);class wn{constructor(e){this.currentCapacity=0,this.enabled=!1,this.lastMaxRate=0,this.measuredTxRate=0,this.requestCount=0,this.lastTimestamp=0,this.timeWindow=0,this.beta=e?.beta??.7,this.minCapacity=e?.minCapacity??1,this.minFillRate=e?.minFillRate??.5,this.scaleConstant=e?.scaleConstant??.4,this.smooth=e?.smooth??.8;const t=this.getCurrentTimeInSeconds();this.lastThrottleTime=t,this.lastTxRateBucket=Math.floor(this.getCurrentTimeInSeconds()),this.fillRate=this.minFillRate,this.maxCapacity=this.minCapacity}getCurrentTimeInSeconds(){return Date.now()/1e3}async getSendToken(){return this.acquireTokenBucket(1)}async acquireTokenBucket(e){if(this.enabled){if(this.refillTokenBucket(),e>this.currentCapacity){const t=(e-this.currentCapacity)/this.fillRate*1e3;await new Promise((e=>setTimeout(e,t)))}this.currentCapacity=this.currentCapacity-e}}refillTokenBucket(){const e=this.getCurrentTimeInSeconds();if(!this.lastTimestamp)return void(this.lastTimestamp=e);const t=(e-this.lastTimestamp)*this.fillRate;this.currentCapacity=Math.min(this.maxCapacity,this.currentCapacity+t),this.lastTimestamp=e}updateClientSendingRate(e){let t;if(this.updateMeasuredRate(),vn(e)){const e=this.enabled?Math.min(this.measuredTxRate,this.fillRate):this.measuredTxRate;this.lastMaxRate=e,this.calculateTimeWindow(),this.lastThrottleTime=this.getCurrentTimeInSeconds(),t=this.cubicThrottle(e),this.enableTokenBucket()}else this.calculateTimeWindow(),t=this.cubicSuccess(this.getCurrentTimeInSeconds());const r=Math.min(t,2*this.measuredTxRate);this.updateTokenBucketRate(r)}calculateTimeWindow(){this.timeWindow=this.getPrecise(Math.pow(this.lastMaxRate*(1-this.beta)/this.scaleConstant,1/3))}cubicThrottle(e){return this.getPrecise(e*this.beta)}cubicSuccess(e){return this.getPrecise(this.scaleConstant*Math.pow(e-this.lastThrottleTime-this.timeWindow,3)+this.lastMaxRate)}enableTokenBucket(){this.enabled=!0}updateTokenBucketRate(e){this.refillTokenBucket(),this.fillRate=Math.max(e,this.minFillRate),this.maxCapacity=Math.max(e,this.minCapacity),this.currentCapacity=Math.min(this.currentCapacity,this.maxCapacity)}updateMeasuredRate(){const e=this.getCurrentTimeInSeconds(),t=Math.floor(2*e)/2;if(this.requestCount++,t>this.lastTxRateBucket){const e=this.requestCount/(t-this.lastTxRateBucket);this.measuredTxRate=this.getPrecise(e*this.smooth+this.measuredTxRate*(1-this.smooth)),this.requestCount=0,this.lastTxRateBucket=t}}getPrecise(e){return parseFloat(e.toFixed(8))}}const _n=100,Sn=2e4,An="amz-sdk-invocation-id",xn="amz-sdk-request",En=({retryDelay:e,retryCount:t,retryCost:r})=>({getRetryCount:()=>t,getRetryDelay:()=>Math.min(Sn,e),getRetryCost:()=>r});class In{constructor(e){this.maxAttempts=e,this.mode=hn.STANDARD,this.capacity=500,this.retryBackoffStrategy=(()=>{let e=_n;return{computeNextBackoffDelay:t=>Math.floor(Math.min(Sn,Math.random()*2**t*e)),setDelayBase:t=>{e=t}}})(),this.maxAttemptsProvider="function"==typeof e?e:async()=>e}async acquireInitialRetryToken(e){return En({retryDelay:_n,retryCount:0})}async refreshRetryTokenForRetry(e,t){const r=await this.getMaxAttempts();if(this.shouldRetry(e,t,r)){const r=t.errorType;this.retryBackoffStrategy.setDelayBase("THROTTLING"===r?500:_n);const n=this.retryBackoffStrategy.computeNextBackoffDelay(e.getRetryCount()),o=t.retryAfterHint?Math.max(t.retryAfterHint.getTime()-Date.now()||0,n):n,i=this.getCapacityCost(r);return this.capacity-=i,En({retryDelay:o,retryCount:e.getRetryCount()+1,retryCost:i})}throw new Error("No retry token available")}recordSuccess(e){this.capacity=Math.max(500,this.capacity+(e.getRetryCost()??1))}getCapacity(){return this.capacity}async getMaxAttempts(){try{return await this.maxAttemptsProvider()}catch(e){return console.warn("Max attempts provider could not resolve. Using default of 3"),3}}shouldRetry(e,t,r){return e.getRetryCount()+1<r&&this.capacity>=this.getCapacityCost(t.errorType)&&this.isRetryableError(t.errorType)}getCapacityCost(e){return"TRANSIENT"===e?10:5}isRetryableError(e){return"THROTTLING"===e||"TRANSIENT"===e}}class Rn{constructor(e,t){this.maxAttemptsProvider=e,this.mode=hn.ADAPTIVE;const{rateLimiter:r}=t??{};this.rateLimiter=r??new wn,this.standardRetryStrategy=new In(e)}async acquireInitialRetryToken(e){return await this.rateLimiter.getSendToken(),this.standardRetryStrategy.acquireInitialRetryToken(e)}async refreshRetryTokenForRetry(e,t){return this.rateLimiter.updateClientSendingRate(t),this.standardRetryStrategy.refreshRetryTokenForRetry(e,t)}recordSuccess(e){this.rateLimiter.updateClientSendingRate({}),this.standardRetryStrategy.recordSuccess(e)}}const Mn={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};let Pn;const Tn=new Uint8Array(16);function Cn(){if(!Pn&&(Pn="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Pn))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Pn(Tn)}const On=[];for(let e=0;e<256;++e)On.push((e+256).toString(16).slice(1));function Nn(e,t=0){return On[e[t+0]]+On[e[t+1]]+On[e[t+2]]+On[e[t+3]]+"-"+On[e[t+4]]+On[e[t+5]]+"-"+On[e[t+6]]+On[e[t+7]]+"-"+On[e[t+8]]+On[e[t+9]]+"-"+On[e[t+10]]+On[e[t+11]]+On[e[t+12]]+On[e[t+13]]+On[e[t+14]]+On[e[t+15]]}const Ln=function(e,t,r){if(Mn.randomUUID&&!t&&!e)return Mn.randomUUID();const n=(e=e||{}).random||(e.rng||Cn)();if(n[6]=15&n[6]|64,n[8]=63&n[8]|128,t){r=r||0;for(let e=0;e<16;++e)t[r+e]=n[e];return t}return Nn(n)},$n=e=>e instanceof Error?e:e instanceof Object?Object.assign(new Error,e):"string"==typeof e?new Error(e):new Error(`AWS SDK error wrapper for ${e}`);class Bn{trace(){}debug(){}info(){}warn(){}error(){}}const Un=(e,t)=>{const r=[];if(e&&r.push(e),t)for(const e of t)r.push(e);return r},Fn=(e,t)=>`${e||"anonymous"}${t&&t.length>0?` (a.k.a. ${t.join(",")})`:""}`,Dn=()=>{let e=[],t=[],r=!1;const n=new Set,o=r=>(e.forEach((e=>{r.add(e.middleware,{...e})})),t.forEach((e=>{r.addRelativeTo(e.middleware,{...e})})),r.identifyOnResolve?.(a.identifyOnResolve()),r),i=e=>{const t=[];return e.before.forEach((e=>{0===e.before.length&&0===e.after.length?t.push(e):t.push(...i(e))})),t.push(e),e.after.reverse().forEach((e=>{0===e.before.length&&0===e.after.length?t.push(e):t.push(...i(e))})),t},s=(r=!1)=>{const n=[],o=[],s={};e.forEach((e=>{const t={...e,before:[],after:[]};for(const e of Un(t.name,t.aliases))s[e]=t;n.push(t)})),t.forEach((e=>{const t={...e,before:[],after:[]};for(const e of Un(t.name,t.aliases))s[e]=t;o.push(t)})),o.forEach((e=>{if(e.toMiddleware){const t=s[e.toMiddleware];if(void 0===t){if(r)return;throw new Error(`${e.toMiddleware} is not found when adding ${Fn(e.name,e.aliases)} middleware ${e.relation} ${e.toMiddleware}`)}"after"===e.relation&&t.after.push(e),"before"===e.relation&&t.before.push(e)}}));const a=(c=n,c.sort(((e,t)=>jn[t.step]-jn[e.step]||Hn[t.priority||"normal"]-Hn[e.priority||"normal"]))).map(i).reduce(((e,t)=>(e.push(...t),e)),[]);var c;return a},a={add:(t,r={})=>{const{name:o,override:i,aliases:s}=r,a={step:"initialize",priority:"normal",middleware:t,...r},c=Un(o,s);if(c.length>0){if(c.some((e=>n.has(e)))){if(!i)throw new Error(`Duplicate middleware name '${Fn(o,s)}'`);for(const t of c){const r=e.findIndex((e=>e.name===t||e.aliases?.some((e=>e===t))));if(-1===r)continue;const n=e[r];if(n.step!==a.step||a.priority!==n.priority)throw new Error(`"${Fn(n.name,n.aliases)}" middleware with ${n.priority} priority in ${n.step} step cannot be overridden by "${Fn(o,s)}" middleware with ${a.priority} priority in ${a.step} step.`);e.splice(r,1)}}for(const e of c)n.add(e)}e.push(a)},addRelativeTo:(e,r)=>{const{name:o,override:i,aliases:s}=r,a={middleware:e,...r},c=Un(o,s);if(c.length>0){if(c.some((e=>n.has(e)))){if(!i)throw new Error(`Duplicate middleware name '${Fn(o,s)}'`);for(const e of c){const r=t.findIndex((t=>t.name===e||t.aliases?.some((t=>t===e))));if(-1===r)continue;const n=t[r];if(n.toMiddleware!==a.toMiddleware||n.relation!==a.relation)throw new Error(`"${Fn(n.name,n.aliases)}" middleware ${n.relation} "${n.toMiddleware}" middleware cannot be overridden by "${Fn(o,s)}" middleware ${a.relation} "${a.toMiddleware}" middleware.`);t.splice(r,1)}}for(const e of c)n.add(e)}t.push(a)},clone:()=>o(Dn()),use:e=>{e.applyToStack(a)},remove:r=>"string"==typeof r?(r=>{let o=!1;const i=e=>{const t=Un(e.name,e.aliases);if(t.includes(r)){o=!0;for(const e of t)n.delete(e);return!1}return!0};return e=e.filter(i),t=t.filter(i),o})(r):(r=>{let o=!1;const i=e=>{if(e.middleware===r){o=!0;for(const t of Un(e.name,e.aliases))n.delete(t);return!1}return!0};return e=e.filter(i),t=t.filter(i),o})(r),removeByTag:r=>{let o=!1;const i=e=>{const{tags:t,name:i,aliases:s}=e;if(t&&t.includes(r)){const e=Un(i,s);for(const t of e)n.delete(t);return o=!0,!1}return!0};return e=e.filter(i),t=t.filter(i),o},concat:e=>{const t=o(Dn());return t.use(e),t.identifyOnResolve(r||t.identifyOnResolve()||(e.identifyOnResolve?.()??!1)),t},applyToStack:o,identify:()=>s(!0).map((e=>{const t=e.step??e.relation+" "+e.toMiddleware;return Fn(e.name,e.aliases)+" - "+t})),identifyOnResolve:e=>("boolean"==typeof e&&(r=e),r),resolve:(e,t)=>{for(const r of s().map((e=>e.middleware)).reverse())e=r(e,t);return r&&console.log(a.identify()),e}};return a},jn={initialize:5,serialize:4,build:3,finalizeRequest:2,deserialize:1},Hn={high:3,normal:2,low:1};class qn{constructor(e){this.middlewareStack=Dn(),this.config=e}send(e,t,r){const n="function"!=typeof t?t:void 0,o="function"==typeof t?t:r,i=e.resolveMiddleware(this.middlewareStack,this.config,n);if(!o)return i(e).then((e=>e.output));i(e).then((e=>o(null,e.output)),(e=>o(e))).catch((()=>{}))}destroy(){this.config.requestHandler.destroy&&this.config.requestHandler.destroy()}}const Vn={},zn=new Array(64);for(let e=0,t="A".charCodeAt(0),r="Z".charCodeAt(0);e+t<=r;e++){const r=String.fromCharCode(e+t);Vn[r]=e,zn[e]=r}for(let e=0,t="a".charCodeAt(0),r="z".charCodeAt(0);e+t<=r;e++){const r=String.fromCharCode(e+t),n=e+26;Vn[r]=n,zn[n]=r}for(let e=0;e<10;e++){Vn[e.toString(10)]=e+52;const t=e.toString(10),r=e+52;Vn[t]=r,zn[r]=t}Vn["+"]=62,zn[62]="+",Vn["/"]=63,zn[63]="/";const Gn=6,Wn=8,Zn=63,Kn=e=>{let t=e.length/4*3;"=="===e.slice(-2)?t-=2:"="===e.slice(-1)&&t--;const r=new ArrayBuffer(t),n=new DataView(r);for(let t=0;t<e.length;t+=4){let r=0,o=0;for(let n=t,i=t+3;n<=i;n++)if("="!==e[n]){if(!(e[n]in Vn))throw new TypeError(`Invalid character ${e[n]} in base64 string.`);r|=Vn[e[n]]<<(i-n)*Gn,o+=Gn}else r>>=Gn;const i=t/4*3;r>>=o%Wn;const s=Math.floor(o/Wn);for(let e=0;e<s;e++){const t=(s-e-1)*Wn;n.setUint8(i+e,(r&255<<t)>>t)}}return new Uint8Array(r)},Jn=e=>(new TextEncoder).encode(e);function Qn(e){let t;t="string"==typeof e?Jn(e):e;const r="object"==typeof t&&"number"==typeof t.length,n="object"==typeof t&&"number"==typeof t.byteOffset&&"number"==typeof t.byteLength;if(!r&&!n)throw new Error("@smithy/util-base64: toBase64 encoder function only accepts string | Uint8Array.");let o="";for(let e=0;e<t.length;e+=3){let r=0,n=0;for(let o=e,i=Math.min(e+3,t.length);o<i;o++)r|=t[o]<<(i-o-1)*Wn,n+=Wn;const i=Math.ceil(n/Gn);r<<=i*Gn-n;for(let e=1;e<=i;e++){const t=(i-e)*Gn;o+=zn[(r&Zn<<t)>>t]}o+="==".slice(0,4-i)}return o}const Yn=e=>{if("string"==typeof e)return e;if("object"!=typeof e||"number"!=typeof e.byteOffset||"number"!=typeof e.byteLength)throw new Error("@smithy/util-utf8: toUtf8 encoder function only accepts string | Uint8Array.");return new TextDecoder("utf-8").decode(e)};class Xn extends Uint8Array{static fromString(e,t="utf-8"){if("string"==typeof e)return function(e,t){return"base64"===t?Xn.mutate(Kn(e)):Xn.mutate(Jn(e))}(e,t);throw new Error(`Unsupported conversion from ${typeof e} to Uint8ArrayBlobAdapter.`)}static mutate(e){return Object.setPrototypeOf(e,Xn.prototype),e}transformToString(e="utf-8"){return function(e,t="utf-8"){return"base64"===t?Qn(e):Yn(e)}(this,e)}}const eo=e=>encodeURIComponent(e).replace(/[!'()*]/g,to),to=e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`;function ro(e=0){return new Promise(((t,r)=>{e&&setTimeout((()=>{const t=new Error(`Request did not complete within ${e} ms`);t.name="TimeoutError",r(t)}),e)}))}const no={supported:void 0};class oo{static create(e){return"function"==typeof e?.handle?e:new oo(e)}constructor(e){"function"==typeof e?this.configProvider=e().then((e=>e||{})):(this.config=e??{},this.configProvider=Promise.resolve(this.config)),void 0===no.supported&&(no.supported=Boolean("undefined"!=typeof Request&&"keepalive"in new Request("https://[::1]")))}destroy(){}async handle(e,{abortSignal:t}={}){this.config||(this.config=await this.configProvider);const r=this.config.requestTimeout,n=!0===this.config.keepAlive,o=this.config.credentials;if(t?.aborted){const e=new Error("Request aborted");return e.name="AbortError",Promise.reject(e)}let i=e.path;const s=function(e){const t=[];for(let r of Object.keys(e).sort()){const n=e[r];if(r=eo(r),Array.isArray(n))for(let e=0,o=n.length;e<o;e++)t.push(`${r}=${eo(n[e])}`);else{let e=r;(n||"string"==typeof n)&&(e+=`=${eo(n)}`),t.push(e)}}return t.join("&")}(e.query||{});s&&(i+=`?${s}`),e.fragment&&(i+=`#${e.fragment}`);let a="";if(null!=e.username||null!=e.password){a=`${e.username??""}:${e.password??""}@`}const{port:c,method:u}=e,l=`${e.protocol}//${a}${e.hostname}${c?`:${c}`:""}${i}`,d="GET"===u||"HEAD"===u?void 0:e.body,g={body:d,headers:new Headers(e.headers),method:u,credentials:o};d&&(g.duplex="half"),"undefined"!=typeof AbortController&&(g.signal=t),no.supported&&(g.keepalive=n);let h=()=>{};const f=new Request(l,g),p=[fetch(f).then((e=>{const t=e.headers,r={};for(const e of t.entries())r[e[0]]=e[1];return null!=e.body?{response:new er({headers:r,reason:e.statusText,statusCode:e.status,body:e.body})}:e.blob().then((t=>({response:new er({headers:r,reason:e.statusText,statusCode:e.status,body:t})})))})),ro(r)];return t&&p.push(new Promise(((e,r)=>{const n=()=>{const e=new Error("Request aborted");e.name="AbortError",r(e)};if("function"==typeof t.addEventListener){const e=t;e.addEventListener("abort",n,{once:!0}),h=()=>e.removeEventListener("abort",n)}else t.onabort=n}))),Promise.race(p).finally(h)}updateHttpClientConfig(e,t){this.config=void 0,this.configProvider=this.configProvider.then((r=>(r[e]=t,r)))}httpHandlerConfigs(){return this.config??{}}}const io=e=>"function"==typeof Blob&&e instanceof Blob?async function(e){const t=await function(e){return new Promise(((t,r)=>{const n=new FileReader;n.onloadend=()=>{if(2!==n.readyState)return r(new Error("Reader aborted too early"));const e=n.result??"",o=e.indexOf(","),i=o>-1?o+1:e.length;t(e.substring(i))},n.onabort=()=>r(new Error("Read aborted")),n.onerror=()=>r(n.error),n.readAsDataURL(e)}))}(e),r=Kn(t);return new Uint8Array(r)}(e):async function(e){const t=[],r=e.getReader();let n=!1,o=0;for(;!n;){const{done:e,value:i}=await r.read();i&&(t.push(i),o+=i.length),n=e}const i=new Uint8Array(o);let s=0;for(const e of t)i.set(e,s),s+=e.length;return i}(e);const so={},ao={};for(let e=0;e<256;e++){let t=e.toString(16).toLowerCase();1===t.length&&(t=`0${t}`),so[e]=t,ao[t]=e}function co(e){if(e.length%2!=0)throw new Error("Hex encoded strings must have an even number length");const t=new Uint8Array(e.length/2);for(let r=0;r<e.length;r+=2){const n=e.slice(r,r+2).toLowerCase();if(!(n in ao))throw new Error(`Cannot decode unrecognized sequence ${n} as hexadecimal`);t[r/2]=ao[n]}return t}function uo(e){let t="";for(let r=0;r<e.byteLength;r++)t+=so[e[r]];return t}const lo=async(e=new Uint8Array,t)=>{if(e instanceof Uint8Array)return Xn.mutate(e);if(!e)return Xn.mutate(new Uint8Array);const r=t.streamCollector(e);return Xn.mutate(await r)};class go{constructor(){this.middlewareStack=Dn()}static classBuilder(){return new ho}resolveMiddlewareWithContext(e,t,r,{middlewareFn:n,clientName:o,commandName:i,inputFilterSensitiveLog:s,outputFilterSensitiveLog:a,smithyContext:c,additionalContext:u,CommandCtor:l}){for(const o of n.bind(this)(l,e,t,r))this.middlewareStack.use(o);const d=e.concat(this.middlewareStack),{logger:g}=t,h={logger:g,clientName:o,commandName:i,inputFilterSensitiveLog:s,outputFilterSensitiveLog:a,[Jt]:{commandInstance:this,...c},...u},{requestHandler:f}=t;return d.resolve((e=>f.handle(e.request,r||{})),h)}}class ho{constructor(){this._init=()=>{},this._ep={},this._middlewareFn=()=>[],this._commandName="",this._clientName="",this._additionalContext={},this._smithyContext={},this._inputFilterSensitiveLog=e=>e,this._outputFilterSensitiveLog=e=>e,this._serializer=null,this._deserializer=null}init(e){this._init=e}ep(e){return this._ep=e,this}m(e){return this._middlewareFn=e,this}s(e,t,r={}){return this._smithyContext={service:e,operation:t,...r},this}c(e={}){return this._additionalContext=e,this}n(e,t){return this._clientName=e,this._commandName=t,this}f(e=e=>e,t=e=>e){return this._inputFilterSensitiveLog=e,this._outputFilterSensitiveLog=t,this}ser(e){return this._serializer=e,this}de(e){return this._deserializer=e,this}build(){const e=this;let t;return t=class extends go{static getEndpointParameterInstructions(){return e._ep}constructor(...[t]){super(),this.serialize=e._serializer,this.deserialize=e._deserializer,this.input=t??{},e._init(this)}resolveMiddleware(r,n,o){return this.resolveMiddlewareWithContext(r,n,o,{CommandCtor:t,middlewareFn:e._middlewareFn,clientName:e._clientName,commandName:e._commandName,inputFilterSensitiveLog:e._inputFilterSensitiveLog,outputFilterSensitiveLog:e._outputFilterSensitiveLog,smithyContext:e._smithyContext,additionalContext:e._additionalContext})}}}}const fo="***SensitiveInformation***",po=(Math.ceil(2**127*(2-2**-23)),e=>{if(null!=e){if(Number.isInteger(e)&&!Number.isNaN(e))return e;throw new TypeError(`Expected integer, got ${typeof e}: ${e}`)}}),mo=e=>ko(e,32),ko=(e,t)=>{const r=po(e);if(void 0!==r&&bo(r,t)!==r)throw new TypeError(`Expected ${t}-bit integer, got ${e}`);return r},bo=(e,t)=>{switch(t){case 32:return Int32Array.of(e)[0];case 16:return Int16Array.of(e)[0];case 8:return Int8Array.of(e)[0]}},vo=e=>{if(null!=e){if("string"==typeof e)return e;if(["boolean","number","bigint"].includes(typeof e))return wo.warn(yo(`Expected string, got ${typeof e}: ${e}`)),String(e);throw new TypeError(`Expected string, got ${typeof e}: ${e}`)}},yo=e=>String(new TypeError(e).stack||e).split("\n").slice(0,5).filter((e=>!e.includes("stackTraceWarning"))).join("\n"),wo={warn:console.warn};class _o extends Error{constructor(e){super(e.message),Object.setPrototypeOf(this,_o.prototype),this.name=e.name,this.$fault=e.$fault,this.$metadata=e.$metadata}}const So=(e,t={})=>{Object.entries(t).filter((([,e])=>void 0!==e)).forEach((([t,r])=>{null!=e[t]&&""!==e[t]||(e[t]=r)}));const r=e.message||e.Message||"UnknownError";return e.message=r,delete e.Message,e},Ao=e=>({httpStatusCode:e.statusCode,requestId:e.headers["x-amzn-requestid"]??e.headers["x-amzn-request-id"]??e.headers["x-amz-request-id"],extendedRequestId:e.headers["x-amz-id-2"],cfId:e.headers["x-amz-cf-id"]}),xo=e=>{switch(e){case"standard":case"cross-region":return{retryMode:"standard",connectionTimeout:3100};case"in-region":return{retryMode:"standard",connectionTimeout:1100};case"mobile":return{retryMode:"standard",connectionTimeout:3e4};default:return{}}},Eo=e=>{const t=[];for(const r in Zt){const n=Zt[r];void 0!==e[n]&&t.push({algorithmId:()=>n,checksumConstructor:()=>e[n]})}return{_checksumAlgorithms:t,addChecksumAlgorithm(e){this._checksumAlgorithms.push(e)},checksumAlgorithms(){return this._checksumAlgorithms}}},Io=e=>{const t={};return e.checksumAlgorithms().forEach((e=>{t[e.algorithmId()]=e.checksumConstructor()})),t},Ro=e=>{let t=e.retryStrategy;return{setRetryStrategy(e){t=e},retryStrategy:()=>t}},Mo=e=>{const t={};return t.retryStrategy=e.retryStrategy(),t},Po=e=>({...Eo(e),...Ro(e)}),To=function(){const e=Object.getPrototypeOf(this).constructor,t=new(Function.bind.apply(String,[null,...arguments]));return Object.setPrototypeOf(t,e.prototype),t};To.prototype=Object.create(String.prototype,{constructor:{value:To,enumerable:!1,writable:!0,configurable:!0}}),Object.setPrototypeOf(To,String);function Co(e,t,r){let n,o,i;if(void 0===t&&void 0===r)n={},i=e;else{if(n=e,"function"==typeof t)return o=t,i=r,No(n,o,i);i=t}for(const e of Object.keys(i))Array.isArray(i[e])?Lo(n,null,i,e):n[e]=i[e];return n}const Oo=(e,t)=>{const r={};for(const n in t)Lo(r,e,t,n);return r},No=(e,t,r)=>Co(e,Object.entries(r).reduce(((e,[r,n])=>(Array.isArray(n)?e[r]=n:e[r]="function"==typeof n?[t,n()]:[t,n],e)),{})),Lo=(e,t,r,n)=>{if(null!==t){let o=r[n];"function"==typeof o&&(o=[,o]);const[i=$o,s=Bo,a=n]=o;return void(("function"==typeof i&&i(t[a])||"function"!=typeof i&&i)&&(e[n]=s(t[a])))}let[o,i]=r[n];if("function"==typeof i){let t;const r=void 0===o&&null!=(t=i()),s="function"==typeof o&&!!o(void 0)||"function"!=typeof o&&!!o;r?e[n]=t:s&&(e[n]=i())}else{const t=void 0===o&&null!=i,r="function"==typeof o&&!!o(i)||"function"!=typeof o&&!!o;(t||r)&&(e[n]=i)}},$o=e=>null!=e,Bo=e=>e;function Uo(e){return encodeURIComponent(e).replace(/[!'()*]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}const Fo=e=>e?.body instanceof ReadableStream,Do=e=>void 0!==e.acquireInitialRetryToken&&void 0!==e.refreshRetryTokenForRetry&&void 0!==e.recordSuccess,jo=e=>{const t={error:e,errorType:Ho(e)},r=zo(e.$response);return r&&(t.retryAfterHint=r),t},Ho=e=>vn(e)?"THROTTLING":yn(e)?"TRANSIENT":(e=>{if(void 0!==e.$metadata?.httpStatusCode){const t=e.$metadata.httpStatusCode;return 500<=t&&t<=599&&!yn(e)}return!1})(e)?"SERVER_ERROR":"CLIENT_ERROR",qo={name:"retryMiddleware",tags:["RETRY"],step:"finalizeRequest",priority:"high",override:!0},Vo=e=>({applyToStack:t=>{t.add((e=>(t,r)=>async n=>{let o=await e.retryStrategy();const i=await e.maxAttempts();if(!Do(o))return o?.mode&&(r.userAgent=[...r.userAgent||[],["cfg/retry-mode",o.mode]]),o.retry(t,n);{let e=await o.acquireInitialRetryToken(r.partition_id),s=new Error,a=0,c=0;const{request:u}=n,l=Xt.isInstance(u);for(l&&(u.headers[An]=Ln());;)try{l&&(u.headers[xn]=`attempt=${a+1}; max=${i}`);const{response:r,output:s}=await t(n);return o.recordSuccess(e),s.$metadata.attempts=a+1,s.$metadata.totalRetryDelay=c,{response:r,output:s}}catch(t){const n=jo(t);if(s=$n(t),l&&Fo(u))throw(r.logger instanceof Bn?console:r.logger)?.warn("An error was encountered in a non-retryable streaming request."),s;try{e=await o.refreshRetryTokenForRetry(e,n)}catch(e){throw s.$metadata||(s.$metadata={}),s.$metadata.attempts=a+1,s.$metadata.totalRetryDelay=c,s}a=e.getRetryCount();const i=e.getRetryDelay();c+=i,await new Promise((e=>setTimeout(e,i)))}}})(e),qo)}}),zo=e=>{if(!er.isInstance(e))return;const t=Object.keys(e.headers).find((e=>"retry-after"===e.toLowerCase()));if(!t)return;const r=e.headers[t],n=Number(r);if(!Number.isNaN(n))return new Date(1e3*n);return new Date(r)},Go={step:"finalizeRequest",tags:["HTTP_SIGNING"],name:"httpSigningMiddleware",aliases:["apiKeyMiddleware","tokenMiddleware","awsAuthMiddleware"],override:!0,relation:"after",toMiddleware:qo.name},Wo=e=>({applyToStack:e=>{e.addRelativeTo(((e,t)=>async r=>{if(!Xt.isInstance(r.request))return e(r);const n=qr(t).selectedHttpAuthScheme;if(!n)throw new Error("No HttpAuthScheme was selected: unable to sign request");const{httpAuthOption:{signingProperties:o={}},identity:i,signer:s}=n,a=await e({...r,request:await s.sign(r.request,i,o)}).catch((s.errorHandler||dn)(o));return(s.successHandler||gn)(a.response,o),a}),Go)}});class Zo{constructor(e){this.authSchemes=new Map;for(const[t,r]of Object.entries(e))void 0!==r&&this.authSchemes.set(t,r)}getIdentityProvider(e){return this.authSchemes.get(e)}}const Ko=(Jo=3e5,e=>Qo(e)&&e.expiration.getTime()-Date.now()<Jo);var Jo;const Qo=e=>void 0!==e.expiration,Yo=e=>{if("function"==typeof e)return e;const t=Promise.resolve(e);return()=>t};function Xo(e,t){return new ei(e,t)}class ei{constructor(e,t){this.input=e,this.context=t,this.query={},this.method="",this.headers={},this.path="",this.body=null,this.hostname="",this.resolvePathStack=[]}async build(){const{hostname:e,protocol:t="https",port:r,path:n}=await this.context.endpoint();this.path=n;for(const e of this.resolvePathStack)e(this.path);return new Xt({protocol:t,hostname:this.hostname||e,port:r,method:this.method,path:this.path,query:this.query,body:this.body,headers:this.headers})}hn(e){return this.hostname=e,this}bp(e){return this.resolvePathStack.push((t=>{this.path=`${t?.endsWith("/")?t.slice(0,-1):t||""}`+e})),this}p(e,t,r,n){return this.resolvePathStack.push((o=>{this.path=((e,t,r,n,o,i)=>{if(null==t||void 0===t[r])throw new Error("No value provided for input HTTP label: "+r+".");{const t=n();if(t.length<=0)throw new Error("Empty value provided for input HTTP label: "+r+".");e=e.replace(o,i?t.split("/").map((e=>Uo(e))).join("/"):Uo(t))}return e})(o,this.input,e,t,r,n)})),this}h(e){return this.headers=e,this}q(e){return this.query=e,this}b(e){return this.body=e,this}m(e){return this.method=e,this}}const ti="content-length";const ri={step:"build",tags:["SET_CONTENT_LENGTH","CONTENT_LENGTH"],name:"contentLengthMiddleware",override:!0},ni=e=>({applyToStack:t=>{var r;t.add((r=e.bodyLengthChecker,e=>async t=>{const n=t.request;if(Xt.isInstance(n)){const{body:e,headers:t}=n;if(e&&-1===Object.keys(t).map((e=>e.toLowerCase())).indexOf(ti))try{const t=r(e);n.headers={...n.headers,[ti]:String(t)}}catch(e){}}return e({...t,request:n})}),ri)}}),oi=e=>"string"==typeof e?Jn(e):ArrayBuffer.isView(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength/Uint8Array.BYTES_PER_ELEMENT):new Uint8Array(e),ii="X-Amz-Date",si="X-Amz-Signature",ai="X-Amz-Security-Token",ci="authorization",ui=ii.toLowerCase(),li=[ci,ui,"date"],di=si.toLowerCase(),gi="x-amz-content-sha256",hi=ai.toLowerCase(),fi={authorization:!0,"cache-control":!0,connection:!0,expect:!0,from:!0,"keep-alive":!0,"max-forwards":!0,pragma:!0,referer:!0,te:!0,trailer:!0,"transfer-encoding":!0,upgrade:!0,"user-agent":!0,"x-amzn-trace-id":!0},pi=/^proxy-/,mi=/^sec-/,ki="AWS4-HMAC-SHA256",bi="AWS4-HMAC-SHA256-PAYLOAD",vi="aws4_request",yi={},wi=[],_i=(e,t,r)=>`${e}/${t}/${r}/${vi}`,Si=(e,t,r)=>{const n=new e(t);return n.update(oi(r)),n.digest()},Ai=({headers:e},t,r)=>{const n={};for(const o of Object.keys(e).sort()){if(null==e[o])continue;const i=o.toLowerCase();(i in fi||t?.has(i)||pi.test(i)||mi.test(i))&&(!r||r&&!r.has(i))||(n[i]=e[o].trim().replace(/\s+/g," "))}return n},xi=async({headers:e,body:t},r)=>{for(const t of Object.keys(e))if(t.toLowerCase()===gi)return e[t];if(null==t)return"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855";if("string"==typeof t||ArrayBuffer.isView(t)||(n=t,"function"==typeof ArrayBuffer&&n instanceof ArrayBuffer||"[object ArrayBuffer]"===Object.prototype.toString.call(n))){const e=new r;return e.update(oi(t)),uo(await e.digest())}var n;return"UNSIGNED-PAYLOAD"};class Ei{format(e){const t=[];for(const r of Object.keys(e)){const n=Jn(r);t.push(Uint8Array.from([n.byteLength]),n,this.formatHeaderValue(e[r]))}const r=new Uint8Array(t.reduce(((e,t)=>e+t.byteLength),0));let n=0;for(const e of t)r.set(e,n),n+=e.byteLength;return r}formatHeaderValue(e){switch(e.type){case"boolean":return Uint8Array.from([e.value?0:1]);case"byte":return Uint8Array.from([2,e.value]);case"short":const t=new DataView(new ArrayBuffer(3));return t.setUint8(0,3),t.setInt16(1,e.value,!1),new Uint8Array(t.buffer);case"integer":const r=new DataView(new ArrayBuffer(5));return r.setUint8(0,4),r.setInt32(1,e.value,!1),new Uint8Array(r.buffer);case"long":const n=new Uint8Array(9);return n[0]=5,n.set(e.value.bytes,1),n;case"binary":const o=new DataView(new ArrayBuffer(3+e.value.byteLength));o.setUint8(0,6),o.setUint16(1,e.value.byteLength,!1);const i=new Uint8Array(o.buffer);return i.set(e.value,3),i;case"string":const s=Jn(e.value),a=new DataView(new ArrayBuffer(3+s.byteLength));a.setUint8(0,7),a.setUint16(1,s.byteLength,!1);const c=new Uint8Array(a.buffer);return c.set(s,3),c;case"timestamp":const u=new Uint8Array(9);return u[0]=8,u.set(Mi.fromNumber(e.value.valueOf()).bytes,1),u;case"uuid":if(!Ri.test(e.value))throw new Error(`Invalid UUID received: ${e.value}`);const l=new Uint8Array(17);return l[0]=9,l.set(co(e.value.replace(/\-/g,"")),1),l}}}var Ii;!function(e){e[e.boolTrue=0]="boolTrue",e[e.boolFalse=1]="boolFalse",e[e.byte=2]="byte",e[e.short=3]="short",e[e.integer=4]="integer",e[e.long=5]="long",e[e.byteArray=6]="byteArray",e[e.string=7]="string",e[e.timestamp=8]="timestamp",e[e.uuid=9]="uuid"}(Ii||(Ii={}));const Ri=/^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$/;class Mi{constructor(e){if(this.bytes=e,8!==e.byteLength)throw new Error("Int64 buffers must be exactly 8 bytes")}static fromNumber(e){if(e>0x8000000000000000||e<-0x8000000000000000)throw new Error(`${e} is too large (or, if negative, too small) to represent as an Int64`);const t=new Uint8Array(8);for(let r=7,n=Math.abs(Math.round(e));r>-1&&n>0;r--,n/=256)t[r]=n;return e<0&&Pi(t),new Mi(t)}valueOf(){const e=this.bytes.slice(0),t=128&e[0];return t&&Pi(e),parseInt(uo(e),16)*(t?-1:1)}toString(){return String(this.valueOf())}}function Pi(e){for(let t=0;t<8;t++)e[t]^=255;for(let t=7;t>-1&&(e[t]++,0===e[t]);t--);}const Ti=e=>{e=Xt.clone(e);for(const t of Object.keys(e.headers))li.indexOf(t.toLowerCase())>-1&&delete e.headers[t];return e},Ci=e=>"number"==typeof e?new Date(1e3*e):"string"==typeof e?Number(e)?new Date(1e3*Number(e)):new Date(e):e;class Oi{constructor({applyChecksum:e,credentials:t,region:r,service:n,sha256:o,uriEscapePath:i=!0}){this.headerFormatter=new Ei,this.service=n,this.sha256=o,this.uriEscapePath=i,this.applyChecksum="boolean"!=typeof e||e,this.regionProvider=Vr(r),this.credentialProvider=Vr(t)}async presign(e,t={}){const{signingDate:r=new Date,expiresIn:n=3600,unsignableHeaders:o,unhoistableHeaders:i,signableHeaders:s,signingRegion:a,signingService:c}=t,u=await this.credentialProvider();this.validateResolvedCredentials(u);const l=a??await this.regionProvider(),{longDate:d,shortDate:g}=Ni(r);if(n>604800)return Promise.reject("Signature version 4 presigned URLs must have an expiration date less than one week in the future");const h=_i(g,l,c??this.service),f=((e,t={})=>{const{headers:r,query:n={}}=Xt.clone(e);for(const e of Object.keys(r)){const o=e.toLowerCase();"x-amz-"!==o.slice(0,6)||t.unhoistableHeaders?.has(o)||(n[e]=r[e],delete r[e])}return{...e,headers:r,query:n}})(Ti(e),{unhoistableHeaders:i});u.sessionToken&&(f.query[ai]=u.sessionToken),f.query["X-Amz-Algorithm"]=ki,f.query["X-Amz-Credential"]=`${u.accessKeyId}/${h}`,f.query[ii]=d,f.query["X-Amz-Expires"]=n.toString(10);const p=Ai(f,o,s);return f.query["X-Amz-SignedHeaders"]=Li(p),f.query[si]=await this.getSignature(d,h,this.getSigningKey(u,l,g,c),this.createCanonicalRequest(f,p,await xi(e,this.sha256))),f}async sign(e,t){return"string"==typeof e?this.signString(e,t):e.headers&&e.payload?this.signEvent(e,t):e.message?this.signMessage(e,t):this.signRequest(e,t)}async signEvent({headers:e,payload:t},{signingDate:r=new Date,priorSignature:n,signingRegion:o,signingService:i}){const s=o??await this.regionProvider(),{shortDate:a,longDate:c}=Ni(r),u=_i(a,s,i??this.service),l=await xi({headers:{},body:t},this.sha256),d=new this.sha256;d.update(e);const g=uo(await d.digest()),h=[bi,c,u,n,g,l].join("\n");return this.signString(h,{signingDate:r,signingRegion:s,signingService:i})}async signMessage(e,{signingDate:t=new Date,signingRegion:r,signingService:n}){return this.signEvent({headers:this.headerFormatter.format(e.message.headers),payload:e.message.body},{signingDate:t,signingRegion:r,signingService:n,priorSignature:e.priorSignature}).then((t=>({message:e.message,signature:t})))}async signString(e,{signingDate:t=new Date,signingRegion:r,signingService:n}={}){const o=await this.credentialProvider();this.validateResolvedCredentials(o);const i=r??await this.regionProvider(),{shortDate:s}=Ni(t),a=new this.sha256(await this.getSigningKey(o,i,s,n));return a.update(oi(e)),uo(await a.digest())}async signRequest(e,{signingDate:t=new Date,signableHeaders:r,unsignableHeaders:n,signingRegion:o,signingService:i}={}){const s=await this.credentialProvider();this.validateResolvedCredentials(s);const a=o??await this.regionProvider(),c=Ti(e),{longDate:u,shortDate:l}=Ni(t),d=_i(l,a,i??this.service);c.headers[ui]=u,s.sessionToken&&(c.headers[hi]=s.sessionToken);const g=await xi(c,this.sha256);!((e,t)=>{e=e.toLowerCase();for(const r of Object.keys(t))if(e===r.toLowerCase())return!0;return!1})(gi,c.headers)&&this.applyChecksum&&(c.headers[gi]=g);const h=Ai(c,n,r),f=await this.getSignature(u,d,this.getSigningKey(s,a,l,i),this.createCanonicalRequest(c,h,g));return c.headers[ci]=`${ki} Credential=${s.accessKeyId}/${d}, SignedHeaders=${Li(h)}, Signature=${f}`,c}createCanonicalRequest(e,t,r){const n=Object.keys(t).sort();return`${e.method}\n${this.getCanonicalPath(e)}\n${(({query:e={}})=>{const t=[],r={};for(const n of Object.keys(e).sort()){if(n.toLowerCase()===di)continue;t.push(n);const o=e[n];"string"==typeof o?r[n]=`${eo(n)}=${eo(o)}`:Array.isArray(o)&&(r[n]=o.slice(0).reduce(((e,t)=>e.concat([`${eo(n)}=${eo(t)}`])),[]).sort().join("&"))}return t.map((e=>r[e])).filter((e=>e)).join("&")})(e)}\n${n.map((e=>`${e}:${t[e]}`)).join("\n")}\n\n${n.join(";")}\n${r}`}async createStringToSign(e,t,r){const n=new this.sha256;n.update(oi(r));const o=await n.digest();return`${ki}\n${e}\n${t}\n${uo(o)}`}getCanonicalPath({path:e}){if(this.uriEscapePath){const t=[];for(const r of e.split("/"))0!==r?.length&&"."!==r&&(".."===r?t.pop():t.push(r));const r=`${e?.startsWith("/")?"/":""}${t.join("/")}${t.length>0&&e?.endsWith("/")?"/":""}`;return eo(r).replace(/%2F/g,"/")}return e}async getSignature(e,t,r,n){const o=await this.createStringToSign(e,t,n),i=new this.sha256(await r);return i.update(oi(o)),uo(await i.digest())}getSigningKey(e,t,r,n){return(async(e,t,r,n,o)=>{const i=`${r}:${n}:${o}:${uo(await Si(e,t.secretAccessKey,t.accessKeyId))}:${t.sessionToken}`;if(i in yi)return yi[i];for(wi.push(i);wi.length>50;)delete yi[wi.shift()];let s=`AWS4${t.secretAccessKey}`;for(const t of[r,n,o,vi])s=await Si(e,s,t);return yi[i]=s})(this.sha256,e,r,t,n||this.service)}validateResolvedCredentials(e){if("object"!=typeof e||"string"!=typeof e.accessKeyId||"string"!=typeof e.secretAccessKey)throw new Error("Resolved credential object is not valid")}}const Ni=e=>{const t=(r=e,Ci(r).toISOString().replace(/\.\d{3}Z$/,"Z")).replace(/[\-:]/g,"");var r;return{longDate:t,shortDate:t.slice(0,8)}},Li=e=>Object.keys(e).sort().join(";"),$i=e=>{let t;e.credentials&&(t=((e,t,r)=>{if(void 0===e)return;const n="function"!=typeof e?async()=>Promise.resolve(e):e;let o,i,s,a=!1;const c=async e=>{i||(i=n(e));try{o=await i,s=!0,a=!1}finally{i=void 0}return o};return void 0===t?async e=>(s&&!e?.forceRefresh||(o=await c(e)),o):async e=>(s&&!e?.forceRefresh||(o=await c(e)),a?o:r(o)?t(o)?(await c(e),o):o:(a=!0,o))})(e.credentials,Ko,Qo)),t||(t=e.credentialDefaultProvider?Yo(e.credentialDefaultProvider(Object.assign({},e,{parentClientConfig:e}))):async()=>{throw new Error("`credentials` is missing")});const{signingEscapePath:r=!0,systemClockOffset:n=e.systemClockOffset||0,sha256:o}=e;let i;return i=e.signer?Yo(e.signer):e.regionInfoProvider?()=>Yo(e.region)().then((async t=>[await e.regionInfoProvider(t,{useFipsEndpoint:await e.useFipsEndpoint(),useDualstackEndpoint:await e.useDualstackEndpoint()})||{},t])).then((([n,i])=>{const{signingRegion:s,signingService:a}=n;e.signingRegion=e.signingRegion||s||i,e.signingName=e.signingName||a||e.serviceId;const c={...e,credentials:t,region:e.signingRegion,service:e.signingName,sha256:o,uriEscapePath:r};return new(e.signerConstructor||Oi)(c)})):async n=>{const i=(n=Object.assign({},{name:"sigv4",signingName:e.signingName||e.defaultSigningName,signingRegion:await Yo(e.region)(),properties:{}},n)).signingRegion,s=n.signingName;e.signingRegion=e.signingRegion||i,e.signingName=e.signingName||s||e.serviceId;const a={...e,credentials:t,region:e.signingRegion,service:e.signingName,sha256:o,uriEscapePath:r};return new(e.signerConstructor||Oi)(a)},{...e,systemClockOffset:n,signingEscapePath:r,credentials:t,signer:i}},Bi=async(e,t,r)=>({operation:qr(t).operation,region:await Vr(e.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()});const Ui=e=>{const t=[];return e.operation,t.push(function(e){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"bedrock",region:e.region},propertiesExtractor:(e,t)=>({signingProperties:{config:e,context:t}})}}(e)),t},Fi={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}},Di="3.621.0";var ji="undefined"!=typeof Buffer&&Buffer.from?function(e){return Buffer.from(e,"utf8")}:e=>(new TextEncoder).encode(e);function Hi(e){return e instanceof Uint8Array?e:"string"==typeof e?ji(e):ArrayBuffer.isView(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength/Uint8Array.BYTES_PER_ELEMENT):new Uint8Array(e)}function qi(e){return"string"==typeof e?0===e.length:0===e.byteLength}var Vi={name:"SHA-256"},zi={name:"HMAC",hash:Vi},Gi=new Uint8Array([227,176,196,66,152,252,28,20,154,251,244,200,153,111,185,36,39,174,65,228,100,155,147,76,164,149,153,27,120,82,184,85]);const Wi={};function Zi(){return"undefined"!=typeof window?window:"undefined"!=typeof self?self:Wi}var Ki=function(){function e(e){this.toHash=new Uint8Array(0),this.secret=e,this.reset()}return e.prototype.update=function(e){if(!qi(e)){var t=Hi(e),r=new Uint8Array(this.toHash.byteLength+t.byteLength);r.set(this.toHash,0),r.set(t,this.toHash.byteLength),this.toHash=r}},e.prototype.digest=function(){var e=this;return this.key?this.key.then((function(t){return Zi().crypto.subtle.sign(zi,t,e.toHash).then((function(e){return new Uint8Array(e)}))})):qi(this.toHash)?Promise.resolve(Gi):Promise.resolve().then((function(){return Zi().crypto.subtle.digest(Vi,e.toHash)})).then((function(e){return Promise.resolve(new Uint8Array(e))}))},e.prototype.reset=function(){var e=this;this.toHash=new Uint8Array(0),this.secret&&void 0!==this.secret&&(this.key=new Promise((function(t,r){Zi().crypto.subtle.importKey("raw",Hi(e.secret),zi,!1,["sign"]).then(t,r)})),this.key.catch((function(){})))},e}();function Ji(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{c(n.next(e))}catch(e){i(e)}}function a(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}c((n=n.apply(e,t||[])).next())}))}function Qi(e,t){var r,n,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,n=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!(o=s.trys,(o=o.length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=t.call(e,s)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}}Object.create;function Yi(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}Object.create;"function"==typeof SuppressedError&&SuppressedError;var Xi=64,es=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),ts=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],rs=Math.pow(2,53)-1,ns=function(){function e(){this.state=Int32Array.from(ts),this.temp=new Int32Array(64),this.buffer=new Uint8Array(64),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}return e.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");var t=0,r=e.byteLength;if(this.bytesHashed+=r,8*this.bytesHashed>rs)throw new Error("Cannot hash more than 2^53 - 1 bits");for(;r>0;)this.buffer[this.bufferLength++]=e[t++],r--,this.bufferLength===Xi&&(this.hashBuffer(),this.bufferLength=0)},e.prototype.digest=function(){if(!this.finished){var e=8*this.bytesHashed,t=new DataView(this.buffer.buffer,this.buffer.byteOffset,this.buffer.byteLength),r=this.bufferLength;if(t.setUint8(this.bufferLength++,128),r%Xi>=56){for(var n=this.bufferLength;n<Xi;n++)t.setUint8(n,0);this.hashBuffer(),this.bufferLength=0}for(n=this.bufferLength;n<56;n++)t.setUint8(n,0);t.setUint32(56,Math.floor(e/4294967296),!0),t.setUint32(60,e),this.hashBuffer(),this.finished=!0}var o=new Uint8Array(32);for(n=0;n<8;n++)o[4*n]=this.state[n]>>>24&255,o[4*n+1]=this.state[n]>>>16&255,o[4*n+2]=this.state[n]>>>8&255,o[4*n+3]=this.state[n]>>>0&255;return o},e.prototype.hashBuffer=function(){for(var e=this.buffer,t=this.state,r=t[0],n=t[1],o=t[2],i=t[3],s=t[4],a=t[5],c=t[6],u=t[7],l=0;l<Xi;l++){if(l<16)this.temp[l]=(255&e[4*l])<<24|(255&e[4*l+1])<<16|(255&e[4*l+2])<<8|255&e[4*l+3];else{var d=this.temp[l-2],g=(d>>>17|d<<15)^(d>>>19|d<<13)^d>>>10,h=((d=this.temp[l-15])>>>7|d<<25)^(d>>>18|d<<14)^d>>>3;this.temp[l]=(g+this.temp[l-7]|0)+(h+this.temp[l-16]|0)}var f=(((s>>>6|s<<26)^(s>>>11|s<<21)^(s>>>25|s<<7))+(s&a^~s&c)|0)+(u+(es[l]+this.temp[l]|0)|0)|0,p=((r>>>2|r<<30)^(r>>>13|r<<19)^(r>>>22|r<<10))+(r&n^r&o^n&o)|0;u=c,c=a,a=s,s=i+f|0,i=o,o=n,n=r,r=f+p|0}t[0]+=r,t[1]+=n,t[2]+=o,t[3]+=i,t[4]+=s,t[5]+=a,t[6]+=c,t[7]+=u},e}(),os=function(){function e(e){this.secret=e,this.hash=new ns,this.reset()}return e.prototype.update=function(e){if(!qi(e)&&!this.error)try{this.hash.update(Hi(e))}catch(e){this.error=e}},e.prototype.digestSync=function(){if(this.error)throw this.error;return this.outer?(this.outer.finished||this.outer.update(this.hash.digest()),this.outer.digest()):this.hash.digest()},e.prototype.digest=function(){return Ji(this,void 0,void 0,(function(){return Qi(this,(function(e){return[2,this.digestSync()]}))}))},e.prototype.reset=function(){if(this.hash=new ns,this.secret){this.outer=new ns;var e=function(e){var t=Hi(e);if(t.byteLength>Xi){var r=new ns;r.update(t),t=r.digest()}var n=new Uint8Array(Xi);return n.set(t),n}(this.secret),t=new Uint8Array(Xi);t.set(e);for(var r=0;r<Xi;r++)e[r]^=54,t[r]^=92;this.hash.update(e),this.outer.update(t);for(r=0;r<e.byteLength;r++)e[r]=0}},e}();var is=["decrypt","digest","encrypt","exportKey","generateKey","importKey","sign","verify"];function ss(e){return e&&is.every((function(t){return"function"==typeof e[t]}))}var as=function(){function e(e){!function(e){return!(!function(e){return"object"==typeof e&&"object"==typeof e.crypto&&"function"==typeof e.crypto.getRandomValues}(e)||"object"!=typeof e.crypto.subtle)&&ss(e.crypto.subtle)}(Zi())?this.hash=new os(e):this.hash=new Ki(e)}return e.prototype.update=function(e,t){this.hash.update(Hi(e))},e.prototype.digest=function(){return this.hash.digest()},e.prototype.reset=function(){this.hash.reset()},e}(),cs=r(369),us=r.n(cs);const ls=({serviceId:e,clientVersion:t})=>async()=>{const r="undefined"!=typeof window&&window?.navigator?.userAgent?us().parse(window.navigator.userAgent):void 0,n=[["aws-sdk-js",t],["ua","2.0"],[`os/${r?.os?.name||"other"}`,r?.os?.version],["lang/js"],["md/browser",`${r?.browser?.name??"unknown"}_${r?.browser?.version??"unknown"}`]];return e&&n.push([`api/${e}`,t]),n};!function(){function e(){this.crc32=new gs}e.prototype.update=function(e){qi(e)||this.crc32.update(Hi(e))},e.prototype.digest=function(){return Ji(this,void 0,void 0,(function(){return Qi(this,(function(e){return[2,(t=this.crc32.digest(),new Uint8Array([(4278190080&t)>>24,(16711680&t)>>16,(65280&t)>>8,255&t]))];var t}))}))},e.prototype.reset=function(){this.crc32=new gs}}();var ds,gs=function(){function e(){this.checksum=4294967295}return e.prototype.update=function(e){var t,r;try{for(var n=Yi(e),o=n.next();!o.done;o=n.next()){var i=o.value;this.checksum=this.checksum>>>8^hs[255&(this.checksum^i)]}}catch(e){t={error:e}}finally{try{o&&!o.done&&(r=n.return)&&r.call(n)}finally{if(t)throw t.error}}return this},e.prototype.digest=function(){return(4294967295^this.checksum)>>>0},e}(),hs=function(e){if(!Uint32Array.from){for(var t=new Uint32Array(e.length),r=0;r<e.length;)t[r]=e[r],r+=1;return t}return Uint32Array.from(e)}([0,1996959894,3993919788,2567524794,124634137,1886057615,3915621685,2657392035,249268274,2044508324,3772115230,2547177864,162941995,2125561021,3887607047,2428444049,498536548,1789927666,4089016648,2227061214,450548861,1843258603,4107580753,2211677639,325883990,1684777152,4251122042,2321926636,335633487,1661365465,4195302755,2366115317,997073096,1281953886,3579855332,2724688242,1006888145,1258607687,3524101629,2768942443,901097722,1119000684,3686517206,2898065728,853044451,1172266101,3705015759,2882616665,651767980,1373503546,3369554304,3218104598,565507253,1454621731,3485111705,3099436303,671266974,1594198024,3322730930,2970347812,795835527,1483230225,3244367275,3060149565,1994146192,31158534,2563907772,4023717930,1907459465,112637215,2680153253,3904427059,2013776290,251722036,2517215374,3775830040,2137656763,141376813,2439277719,3865271297,1802195444,476864866,2238001368,4066508878,1812370925,453092731,2181625025,4111451223,1706088902,314042704,2344532202,4240017532,1658658271,366619977,2362670323,4224994405,1303535960,984961486,2747007092,3569037538,1256170817,1037604311,2765210733,3554079995,1131014506,879679996,2909243462,3663771856,1141124467,855842277,2852801631,3708648649,1342533948,654459306,3188396048,3373015174,1466479909,544179635,3110523913,3462522015,1591671054,702138776,2966460450,3352799412,1504918807,783551873,3082640443,3233442989,3988292384,2596254646,62317068,1957810842,3939845945,2647816111,81470997,1943803523,3814918930,2489596804,225274430,2053790376,3826175755,2466906013,167816743,2097651377,4027552580,2265490386,503444072,1762050814,4150417245,2154129355,426522225,1852507879,4275313526,2312317920,282753626,1742555852,4189708143,2394877945,397917763,1622183637,3604390888,2714866558,953729732,1340076626,3518719985,2797360999,1068828381,1219638859,3624741850,2936675148,906185462,1090812512,3747672003,2825379669,829329135,1181335161,3412177804,3160834842,628085408,1382605366,3423369109,3138078467,570562233,1426400815,3317316542,2998733608,733239954,1555261956,3268935591,3050360625,752459403,1541320221,2607071920,3965973030,1969922972,40735498,2617837225,3943577151,1913087877,83908371,2512341634,3803740692,2075208622,213261112,2463272603,3855990285,2094854071,198958881,2262029012,4057260610,1759359992,534414190,2176718541,4139329115,1873836001,414664567,2282248934,4279200368,1711684554,285281116,2405801727,4167216745,1634467795,376229701,2685067896,3608007406,1308918612,956543938,2808555105,3495958263,1231636301,1047427035,2932959818,3654703836,1088359270,936918e3,2847714899,3736837829,1202900863,817233897,3183342108,3401237130,1404277552,615818150,3134207493,3453421203,1423857449,601450431,3009837614,3294710456,1567103746,711928724,3020668471,3272380065,1510334235,755167117]);class fs{constructor(e){if(this.bytes=e,8!==e.byteLength)throw new Error("Int64 buffers must be exactly 8 bytes")}static fromNumber(e){if(e>0x8000000000000000||e<-0x8000000000000000)throw new Error(`${e} is too large (or, if negative, too small) to represent as an Int64`);const t=new Uint8Array(8);for(let r=7,n=Math.abs(Math.round(e));r>-1&&n>0;r--,n/=256)t[r]=n;return e<0&&ps(t),new fs(t)}valueOf(){const e=this.bytes.slice(0),t=128&e[0];return t&&ps(e),parseInt(uo(e),16)*(t?-1:1)}toString(){return String(this.valueOf())}}function ps(e){for(let t=0;t<8;t++)e[t]^=255;for(let t=7;t>-1&&(e[t]++,0===e[t]);t--);}class ms{constructor(e,t){this.toUtf8=e,this.fromUtf8=t}format(e){const t=[];for(const r of Object.keys(e)){const n=this.fromUtf8(r);t.push(Uint8Array.from([n.byteLength]),n,this.formatHeaderValue(e[r]))}const r=new Uint8Array(t.reduce(((e,t)=>e+t.byteLength),0));let n=0;for(const e of t)r.set(e,n),n+=e.byteLength;return r}formatHeaderValue(e){switch(e.type){case"boolean":return Uint8Array.from([e.value?0:1]);case"byte":return Uint8Array.from([2,e.value]);case"short":const t=new DataView(new ArrayBuffer(3));return t.setUint8(0,3),t.setInt16(1,e.value,!1),new Uint8Array(t.buffer);case"integer":const r=new DataView(new ArrayBuffer(5));return r.setUint8(0,4),r.setInt32(1,e.value,!1),new Uint8Array(r.buffer);case"long":const n=new Uint8Array(9);return n[0]=5,n.set(e.value.bytes,1),n;case"binary":const o=new DataView(new ArrayBuffer(3+e.value.byteLength));o.setUint8(0,6),o.setUint16(1,e.value.byteLength,!1);const i=new Uint8Array(o.buffer);return i.set(e.value,3),i;case"string":const s=this.fromUtf8(e.value),a=new DataView(new ArrayBuffer(3+s.byteLength));a.setUint8(0,7),a.setUint16(1,s.byteLength,!1);const c=new Uint8Array(a.buffer);return c.set(s,3),c;case"timestamp":const u=new Uint8Array(9);return u[0]=8,u.set(fs.fromNumber(e.value.valueOf()).bytes,1),u;case"uuid":if(!Es.test(e.value))throw new Error(`Invalid UUID received: ${e.value}`);const l=new Uint8Array(17);return l[0]=9,l.set(co(e.value.replace(/\-/g,"")),1),l}}parse(e){const t={};let r=0;for(;r<e.byteLength;){const n=e.getUint8(r++),o=this.toUtf8(new Uint8Array(e.buffer,e.byteOffset+r,n));switch(r+=n,e.getUint8(r++)){case 0:t[o]={type:ks,value:!0};break;case 1:t[o]={type:ks,value:!1};break;case 2:t[o]={type:bs,value:e.getInt8(r++)};break;case 3:t[o]={type:vs,value:e.getInt16(r,!1)},r+=2;break;case 4:t[o]={type:ys,value:e.getInt32(r,!1)},r+=4;break;case 5:t[o]={type:ws,value:new fs(new Uint8Array(e.buffer,e.byteOffset+r,8))},r+=8;break;case 6:const n=e.getUint16(r,!1);r+=2,t[o]={type:_s,value:new Uint8Array(e.buffer,e.byteOffset+r,n)},r+=n;break;case 7:const i=e.getUint16(r,!1);r+=2,t[o]={type:Ss,value:this.toUtf8(new Uint8Array(e.buffer,e.byteOffset+r,i))},r+=i;break;case 8:t[o]={type:As,value:new Date(new fs(new Uint8Array(e.buffer,e.byteOffset+r,8)).valueOf())},r+=8;break;case 9:const s=new Uint8Array(e.buffer,e.byteOffset+r,16);r+=16,t[o]={type:xs,value:`${uo(s.subarray(0,4))}-${uo(s.subarray(4,6))}-${uo(s.subarray(6,8))}-${uo(s.subarray(8,10))}-${uo(s.subarray(10))}`};break;default:throw new Error("Unrecognized header type tag")}}return t}}!function(e){e[e.boolTrue=0]="boolTrue",e[e.boolFalse=1]="boolFalse",e[e.byte=2]="byte",e[e.short=3]="short",e[e.integer=4]="integer",e[e.long=5]="long",e[e.byteArray=6]="byteArray",e[e.string=7]="string",e[e.timestamp=8]="timestamp",e[e.uuid=9]="uuid"}(ds||(ds={}));const ks="boolean",bs="byte",vs="short",ys="integer",ws="long",_s="binary",Ss="string",As="timestamp",xs="uuid",Es=/^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$/;class Is{constructor(e,t){this.headerMarshaller=new ms(e,t),this.messageBuffer=[],this.isEndOfStream=!1}feed(e){this.messageBuffer.push(this.decode(e))}endOfStream(){this.isEndOfStream=!0}getMessage(){const e=this.messageBuffer.pop(),t=this.isEndOfStream;return{getMessage:()=>e,isEndOfStream:()=>t}}getAvailableMessages(){const e=this.messageBuffer;this.messageBuffer=[];const t=this.isEndOfStream;return{getMessages:()=>e,isEndOfStream:()=>t}}encode({headers:e,body:t}){const r=this.headerMarshaller.format(e),n=r.byteLength+t.byteLength+16,o=new Uint8Array(n),i=new DataView(o.buffer,o.byteOffset,o.byteLength),s=new gs;return i.setUint32(0,n,!1),i.setUint32(4,r.byteLength,!1),i.setUint32(8,s.update(o.subarray(0,8)).digest(),!1),o.set(r,12),o.set(t,r.byteLength+12),i.setUint32(n-4,s.update(o.subarray(8,n-4)).digest(),!1),o}decode(e){const{headers:t,body:r}=function({byteLength:e,byteOffset:t,buffer:r}){if(e<16)throw new Error("Provided message too short to accommodate event stream message overhead");const n=new DataView(r,t,e),o=n.getUint32(0,!1);if(e!==o)throw new Error("Reported message length does not match received message length");const i=n.getUint32(4,!1),s=n.getUint32(8,!1),a=n.getUint32(e-4,!1),c=(new gs).update(new Uint8Array(r,t,8));if(s!==c.digest())throw new Error(`The prelude checksum specified in the message (${s}) does not match the calculated CRC32 checksum (${c.digest()})`);if(c.update(new Uint8Array(r,t+8,e-12)),a!==c.digest())throw new Error(`The message checksum (${c.digest()}) did not match the expected value of ${a}`);return{headers:new DataView(r,t+8+4,i),body:new Uint8Array(r,t+8+4+i,o-i-16)}}(e);return{headers:this.headerMarshaller.parse(t),body:r}}formatHeaders(e){return this.headerMarshaller.format(e)}}class Rs{constructor(e){this.options=e}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(const e of this.options.inputStream){const t=this.options.decoder.decode(e);yield t}}}class Ms{constructor(e){this.options=e}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(const e of this.options.messageStream){const t=this.options.encoder.encode(e);yield t}this.options.includeEndFrame&&(yield new Uint8Array(0))}}class Ps{constructor(e){this.options=e}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(const e of this.options.messageStream){const t=await this.options.deserializer(e);void 0!==t&&(yield t)}}}class Ts{constructor(e){this.options=e}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(const e of this.options.inputStream){const t=this.options.serializer(e);yield t}}}function Cs(e,t){return async function(r){const{value:n}=r.headers[":message-type"];if("error"===n){const e=new Error(r.headers[":error-message"].value||"UnknownError");throw e.name=r.headers[":error-code"].value,e}if("exception"===n){const n=r.headers[":exception-type"].value,o={[n]:r},i=await e(o);if(i.$unknown){const e=new Error(t(r.body));throw e.name=n,e}throw i[n]}if("event"===n){const t={[r.headers[":event-type"].value]:r},n=await e(t);if(n.$unknown)return;return n}throw Error(`Unrecognizable event type: ${r.headers[":event-type"].value}`)}}class Os{constructor({utf8Encoder:e,utf8Decoder:t}){this.eventStreamCodec=new Is(e,t),this.utfEncoder=e}deserialize(e,t){const r=function(e){let t=0,r=0,n=null,o=null;const i=e=>{if("number"!=typeof e)throw new Error("Attempted to allocate an event message where size was not a number: "+e);t=e,r=4,n=new Uint8Array(e),new DataView(n.buffer).setUint32(0,e,!1)};return{[Symbol.asyncIterator]:async function*(){const s=e[Symbol.asyncIterator]();for(;;){const{value:e,done:a}=await s.next();if(a){if(!t)return;if(t!==r)throw new Error("Truncated event message received.");return void(yield n)}const c=e.length;let u=0;for(;u<c;){if(!n){const t=c-u;o||(o=new Uint8Array(4));const n=Math.min(4-r,t);if(o.set(e.slice(u,u+n),r),r+=n,u+=n,r<4)break;i(new DataView(o.buffer).getUint32(0,!1)),o=null}const s=Math.min(t-r,c-u);n.set(e.slice(u,u+s),r),r+=s,u+=s,t&&t===r&&(yield n,n=null,t=0,r=0)}}}}}(e);return new Ps({messageStream:new Rs({inputStream:r,decoder:this.eventStreamCodec}),deserializer:Cs(t,this.utfEncoder)})}serialize(e,t){return new Ms({messageStream:new Ts({inputStream:e,serializer:t}),encoder:this.eventStreamCodec,includeEndFrame:!0})}}class Ns{constructor({utf8Encoder:e,utf8Decoder:t}){this.universalMarshaller=new Os({utf8Decoder:t,utf8Encoder:e})}deserialize(e,t){const r=Ls(e)?(n=e,{[Symbol.asyncIterator]:async function*(){const e=n.getReader();try{for(;;){const{done:t,value:r}=await e.read();if(t)return;yield r}}finally{e.releaseLock()}}}):e;var n;return this.universalMarshaller.deserialize(r,t)}serialize(e,t){const r=this.universalMarshaller.serialize(e,t);return"function"==typeof ReadableStream?(e=>{const t=e[Symbol.asyncIterator]();return new ReadableStream({async pull(e){const{done:r,value:n}=await t.next();if(r)return e.close();e.enqueue(n)}})})(r):r}}const Ls=e=>"function"==typeof ReadableStream&&e instanceof ReadableStream,$s=e=>new Ns(e),Bs="function"==typeof TextEncoder?new TextEncoder:null,Us=e=>{if("string"==typeof e){if(Bs)return Bs.encode(e).byteLength;let t=e.length;for(let r=t-1;r>=0;r--){const n=e.charCodeAt(r);n>127&&n<=2047?t++:n>2047&&n<=65535&&(t+=2),n>=56320&&n<=57343&&r--}return t}if("number"==typeof e.byteLength)return e.byteLength;if("number"==typeof e.size)return e.size;throw new Error(`Body Length computation failed for ${e}`)},Fs=e=>new Date(Date.now()+e),Ds=e=>er.isInstance(e)?e.headers?.date??e.headers?.Date:void 0,js=(e,t)=>{const r=Date.parse(e);return((e,t)=>Math.abs(Fs(t).getTime()-e)>=3e5)(r,t)?r-Date.now():t},Hs=(e,t)=>{if(!t)throw new Error(`Property \`${e}\` is not resolved for AWS SDK SigV4Auth`);return t};class qs{async sign(e,t,r){if(!Xt.isInstance(e))throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");const{config:n,signer:o,signingRegion:i,signingName:s}=await(async e=>{const t=Hs("context",e.context),r=Hs("config",e.config),n=t.endpointV2?.properties?.authSchemes?.[0],o=Hs("signer",r.signer),i=await o(n),s=e?.signingRegion,a=e?.signingName;return{config:r,signer:i,signingRegion:s,signingName:a}})(r);return await o.sign(e,{signingDate:Fs(n.systemClockOffset),signingRegion:i,signingService:s})}errorHandler(e){return t=>{const r=t.ServerTime??Ds(t.$response);if(r){const n=Hs("config",e.config),o=n.systemClockOffset;n.systemClockOffset=js(r,n.systemClockOffset);n.systemClockOffset!==o&&t.$metadata&&(t.$metadata.clockSkewCorrected=!0)}throw t}}successHandler(e,t){const r=Ds(e);if(r){const e=Hs("config",t.config);e.systemClockOffset=js(r,e.systemClockOffset)}}}const Vs="required",zs="fn",Gs="argv",Ws="ref",Zs=!0,Ks="isSet",Js="booleanEquals",Qs="error",Ys="endpoint",Xs="tree",ea="PartitionResult",ta={[Vs]:!1,type:"String"},ra={[Vs]:!0,default:!1,type:"Boolean"},na={[Ws]:"Endpoint"},oa={[zs]:Js,[Gs]:[{[Ws]:"UseFIPS"},!0]},ia={[zs]:Js,[Gs]:[{[Ws]:"UseDualStack"},!0]},sa={},aa={[zs]:"getAttr",[Gs]:[{[Ws]:ea},"supportsFIPS"]},ca={[zs]:Js,[Gs]:[!0,{[zs]:"getAttr",[Gs]:[{[Ws]:ea},"supportsDualStack"]}]},ua=[oa],la=[ia],da=[{[Ws]:"Region"}],ga={version:"1.0",parameters:{Region:ta,UseDualStack:ra,UseFIPS:ra,Endpoint:ta},rules:[{conditions:[{[zs]:Ks,[Gs]:[na]}],rules:[{conditions:ua,error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:Qs},{rules:[{conditions:la,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:Qs},{endpoint:{url:na,properties:sa,headers:sa},type:Ys}],type:Xs}],type:Xs},{rules:[{conditions:[{[zs]:Ks,[Gs]:da}],rules:[{conditions:[{[zs]:"aws.partition",[Gs]:da,assign:ea}],rules:[{conditions:[oa,ia],rules:[{conditions:[{[zs]:Js,[Gs]:[Zs,aa]},ca],rules:[{rules:[{endpoint:{url:"https://bedrock-runtime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:sa,headers:sa},type:Ys}],type:Xs}],type:Xs},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:Qs}],type:Xs},{conditions:ua,rules:[{conditions:[{[zs]:Js,[Gs]:[aa,Zs]}],rules:[{rules:[{endpoint:{url:"https://bedrock-runtime-fips.{Region}.{PartitionResult#dnsSuffix}",properties:sa,headers:sa},type:Ys}],type:Xs}],type:Xs},{error:"FIPS is enabled but this partition does not support FIPS",type:Qs}],type:Xs},{conditions:la,rules:[{conditions:[ca],rules:[{rules:[{endpoint:{url:"https://bedrock-runtime.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:sa,headers:sa},type:Ys}],type:Xs}],type:Xs},{error:"DualStack is enabled but this partition does not support DualStack",type:Qs}],type:Xs},{rules:[{endpoint:{url:"https://bedrock-runtime.{Region}.{PartitionResult#dnsSuffix}",properties:sa,headers:sa},type:Ys}],type:Xs}],type:Xs}],type:Xs},{error:"Invalid Configuration: Missing Region",type:Qs}],type:Xs}]},ha=(e,t={})=>((e,t)=>{const{endpointParams:r,logger:n}=t,{parameters:o,rules:i}=e;t.logger?.debug?.(`${gr} Initial EndpointParams: ${hr(r)}`);const s=Object.entries(o).filter((([,e])=>null!=e.default)).map((([e,t])=>[e,t.default]));if(s.length>0)for(const[e,t]of s)r[e]=r[e]??t;const a=Object.entries(o).filter((([,e])=>e.required)).map((([e])=>e));for(const e of a)if(null==r[e])throw new fr(`Missing required parameter: '${e}'`);const c=Pr(i,{endpointParams:r,logger:n,referenceRecord:{}});if(t.endpointParams?.Endpoint)try{const e=new URL(t.endpointParams.Endpoint),{protocol:r,port:n}=e;c.url.protocol=r,c.url.port=n}catch(e){}return t.logger?.debug?.(`${gr} Resolved endpoint: ${hr(c)}`),c})(ga,{endpointParams:e,logger:t.logger});dr.aws=Nr;Error;const fa=["in-region","cross-region","mobile","standard","legacy"],pa=()=>{const e="undefined"!=typeof window&&window?.navigator?.userAgent?us().parse(window.navigator.userAgent):void 0,t=e?.platform?.type;return"tablet"===t||"mobile"===t},ma=e=>{const t=(({defaultsMode:e}={})=>((e,t,r)=>{let n,o,i,s=!1;const a=async()=>{o||(o=e());try{n=await o,i=!0,s=!1}finally{o=void 0}return n};return void 0===t?async e=>(i&&!e?.forceRefresh||(n=await a()),n):async e=>(i&&!e?.forceRefresh||(n=await a()),s?n:r&&!r(n)?(s=!0,n):t(n)?(await a(),n):n)})((async()=>{const t="function"==typeof e?await e():e;switch(t?.toLowerCase()){case"auto":return Promise.resolve(pa()?"mobile":"standard");case"mobile":case"in-region":case"cross-region":case"standard":case"legacy":return Promise.resolve(t?.toLocaleLowerCase());case void 0:return Promise.resolve("legacy");default:throw new Error(`Invalid parameter for "defaultsMode", expect ${fa.join(", ")}, got ${t}`)}})))(e),r=()=>t().then(xo),n=(e=>({apiVersion:"2023-09-30",base64Decoder:e?.base64Decoder??Kn,base64Encoder:e?.base64Encoder??Qn,disableHostPrefix:e?.disableHostPrefix??!1,endpointProvider:e?.endpointProvider??ha,extensions:e?.extensions??[],httpAuthSchemeProvider:e?.httpAuthSchemeProvider??Ui,httpAuthSchemes:e?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:e=>e.getIdentityProvider("aws.auth#sigv4"),signer:new qs}],logger:e?.logger??new Bn,serviceId:e?.serviceId??"Bedrock Runtime",urlParser:e?.urlParser??en,utf8Decoder:e?.utf8Decoder??Jn,utf8Encoder:e?.utf8Encoder??Yn}))(e);return{...n,...e,runtime:"browser",defaultsMode:t,bodyLengthChecker:e?.bodyLengthChecker??Us,credentialDefaultProvider:e?.credentialDefaultProvider??(e=>()=>Promise.reject(new Error("Credential is missing"))),defaultUserAgentProvider:e?.defaultUserAgentProvider??ls({serviceId:n.serviceId,clientVersion:Di}),eventStreamSerdeProvider:e?.eventStreamSerdeProvider??$s,maxAttempts:e?.maxAttempts??3,region:e?.region??(o="Region is missing",()=>Promise.reject(o)),requestHandler:oo.create(e?.requestHandler??r),retryMode:e?.retryMode??(async()=>(await r()).retryMode||fn),sha256:e?.sha256??as,streamCollector:e?.streamCollector??io,useDualstackEndpoint:e?.useDualstackEndpoint??(()=>Promise.resolve(false)),useFipsEndpoint:e?.useFipsEndpoint??(()=>Promise.resolve(false))};var o},ka=e=>{let t=async()=>{if(void 0===e.region)throw new Error("Region is missing from runtimeConfig");const t=e.region;return"string"==typeof t?t:t()};return{setRegion(e){t=e},region:()=>t}},ba=e=>{const t=e.httpAuthSchemes;let r=e.httpAuthSchemeProvider,n=e.credentials;return{setHttpAuthScheme(e){const r=t.findIndex((t=>t.schemeId===e.schemeId));-1===r?t.push(e):t.splice(r,1,e)},httpAuthSchemes:()=>t,setHttpAuthSchemeProvider(e){r=e},httpAuthSchemeProvider:()=>r,setCredentials(e){n=e},credentials:()=>n}},va=e=>({httpAuthSchemes:e.httpAuthSchemes(),httpAuthSchemeProvider:e.httpAuthSchemeProvider(),credentials:e.credentials()});class ya extends qn{constructor(...[e]){const t=(e=>({...e,useDualstackEndpoint:e.useDualstackEndpoint??!1,useFipsEndpoint:e.useFipsEndpoint??!1,defaultSigningName:"bedrock"}))(ma(e||{})),r=(e=>{const{region:t,useFipsEndpoint:r}=e;if(!t)throw new Error("Region is missing");return{...e,region:async()=>{if("string"==typeof t)return Gr(t);const e=await t();return Gr(e)},useFipsEndpoint:async()=>{const e="string"==typeof t?t:await t();return!!zr(e)||("function"!=typeof r?Promise.resolve(!!r):r())}}})(t),n=(e=>{const t=e.tls??!0,{endpoint:r}=e,n=null!=r?async()=>tn(await Vr(r)()):void 0,o=!!r;return{...e,endpoint:n,tls:t,isCustomEndpoint:o,useDualstackEndpoint:Vr(e.useDualstackEndpoint??!1),useFipsEndpoint:Vr(e.useFipsEndpoint??!1)}})(r);var o;const i=(e=>({...e,eventStreamMarshaller:e.eventStreamSerdeProvider(e)}))((e=>{const{retryStrategy:t}=e,r=Vr(e.maxAttempts??3);return{...e,maxAttempts:r,retryStrategy:async()=>t||(await Vr(e.retryMode)()===hn.ADAPTIVE?new Rn(r):new In(r))}})((o=n,{...o,customUserAgent:"string"==typeof o.customUserAgent?[[o.customUserAgent]]:o.customUserAgent})));const s=((e,t)=>{const r={...ka(e),...Po(e),...Vt(e),...ba(e)};return t.forEach((e=>e.configure(r))),{...e,...(i=r,{region:i.region()}),...(o=r,{...Io(o),...Mo(o)}),...(n=r,{httpHandler:n.httpHandler()}),...va(r)};var n,o,i})({...$i(i)},e?.extensions||[]);super(s),this.config=s,this.middlewareStack.use(rr(this.config)),this.middlewareStack.use((this.config,{applyToStack:e=>{e.add(((e,t)=>async r=>{try{const n=await e(r),{clientName:o,commandName:i,logger:s,dynamoDbDocumentClientOptions:a={}}=t,{overrideInputFilterSensitiveLog:c,overrideOutputFilterSensitiveLog:u}=a,l=c??t.inputFilterSensitiveLog,d=u??t.outputFilterSensitiveLog,{$metadata:g,...h}=n.output;return s?.info?.({clientName:o,commandName:i,input:l(r.input),output:d(h),metadata:g}),n}catch(e){const{clientName:n,commandName:o,logger:i,dynamoDbDocumentClientOptions:s={}}=t,{overrideInputFilterSensitiveLog:a}=s,c=a??t.inputFilterSensitiveLog;throw i?.error?.({clientName:n,commandName:o,input:c(r.input),error:e,metadata:e.$metadata}),e}}),nr)}})),this.middlewareStack.use(sr(this.config)),this.middlewareStack.use((e=>({applyToStack:t=>{t.add(Fr(e),jr)}}))(this.config)),this.middlewareStack.use(Vo(this.config)),this.middlewareStack.use(ni(this.config)),this.middlewareStack.use(((e,{httpAuthSchemeParametersProvider:t,identityProviderConfigProvider:r})=>({applyToStack:n=>{n.addRelativeTo(Wr(e,{httpAuthSchemeParametersProvider:t,identityProviderConfigProvider:r}),ln)}}))(this.config,{httpAuthSchemeParametersProvider:this.getDefaultHttpAuthSchemeParametersProvider(),identityProviderConfigProvider:this.getIdentityProviderConfigProvider()})),this.middlewareStack.use(Wo(this.config))}destroy(){super.destroy()}getDefaultHttpAuthSchemeParametersProvider(){return Bi}getIdentityProviderConfigProvider(){return async e=>new Zo({"aws.auth#sigv4":e.credentials})}}class wa extends _o{constructor(e){super(e),Object.setPrototypeOf(this,wa.prototype)}}class _a extends wa{constructor(e){super({name:"AccessDeniedException",$fault:"client",...e}),this.name="AccessDeniedException",this.$fault="client",Object.setPrototypeOf(this,_a.prototype)}}var Sa;!function(e){e.visit=(e,t)=>void 0!==e.text?t.text(e.text):t._(e.$unknown[0],e.$unknown[1])}(Sa||(Sa={}));class Aa extends wa{constructor(e){super({name:"InternalServerException",$fault:"server",...e}),this.name="InternalServerException",this.$fault="server",Object.setPrototypeOf(this,Aa.prototype)}}class xa extends wa{constructor(e){super({name:"ResourceNotFoundException",$fault:"client",...e}),this.name="ResourceNotFoundException",this.$fault="client",Object.setPrototypeOf(this,xa.prototype)}}class Ea extends wa{constructor(e){super({name:"ServiceQuotaExceededException",$fault:"client",...e}),this.name="ServiceQuotaExceededException",this.$fault="client",Object.setPrototypeOf(this,Ea.prototype)}}class Ia extends wa{constructor(e){super({name:"ThrottlingException",$fault:"client",...e}),this.name="ThrottlingException",this.$fault="client",Object.setPrototypeOf(this,Ia.prototype)}}class Ra extends wa{constructor(e){super({name:"ValidationException",$fault:"client",...e}),this.name="ValidationException",this.$fault="client",Object.setPrototypeOf(this,Ra.prototype)}}var Ma;!function(e){e.visit=(e,t)=>void 0!==e.bytes?t.bytes(e.bytes):t._(e.$unknown[0],e.$unknown[1])}(Ma||(Ma={}));var Pa;!function(e){e.visit=(e,t)=>void 0!==e.text?t.text(e.text):t._(e.$unknown[0],e.$unknown[1])}(Pa||(Pa={}));var Ta,Ca;!function(e){e.visit=(e,t)=>void 0!==e.bytes?t.bytes(e.bytes):t._(e.$unknown[0],e.$unknown[1])}(Ta||(Ta={})),function(e){e.visit=(e,t)=>void 0!==e.json?t.json(e.json):void 0!==e.text?t.text(e.text):void 0!==e.image?t.image(e.image):void 0!==e.document?t.document(e.document):t._(e.$unknown[0],e.$unknown[1])}(Ca||(Ca={}));var Oa;!function(e){e.visit=(e,t)=>void 0!==e.text?t.text(e.text):void 0!==e.image?t.image(e.image):void 0!==e.document?t.document(e.document):void 0!==e.toolUse?t.toolUse(e.toolUse):void 0!==e.toolResult?t.toolResult(e.toolResult):void 0!==e.guardContent?t.guardContent(e.guardContent):t._(e.$unknown[0],e.$unknown[1])}(Oa||(Oa={}));var Na,La,$a,Ba,Ua;!function(e){e.visit=(e,t)=>void 0!==e.text?t.text(e.text):void 0!==e.guardContent?t.guardContent(e.guardContent):t._(e.$unknown[0],e.$unknown[1])}(Na||(Na={})),function(e){e.visit=(e,t)=>void 0!==e.auto?t.auto(e.auto):void 0!==e.any?t.any(e.any):void 0!==e.tool?t.tool(e.tool):t._(e.$unknown[0],e.$unknown[1])}(La||(La={})),function(e){e.visit=(e,t)=>void 0!==e.json?t.json(e.json):t._(e.$unknown[0],e.$unknown[1])}($a||($a={})),function(e){e.visit=(e,t)=>void 0!==e.toolSpec?t.toolSpec(e.toolSpec):t._(e.$unknown[0],e.$unknown[1])}(Ba||(Ba={})),function(e){e.visit=(e,t)=>void 0!==e.message?t.message(e.message):t._(e.$unknown[0],e.$unknown[1])}(Ua||(Ua={}));class Fa extends wa{constructor(e){super({name:"ModelErrorException",$fault:"client",...e}),this.name="ModelErrorException",this.$fault="client",Object.setPrototypeOf(this,Fa.prototype),this.originalStatusCode=e.originalStatusCode,this.resourceName=e.resourceName}}class Da extends wa{constructor(e){super({name:"ModelNotReadyException",$fault:"client",...e}),this.name="ModelNotReadyException",this.$fault="client",Object.setPrototypeOf(this,Da.prototype)}}class ja extends wa{constructor(e){super({name:"ModelTimeoutException",$fault:"client",...e}),this.name="ModelTimeoutException",this.$fault="client",Object.setPrototypeOf(this,ja.prototype)}}class Ha extends wa{constructor(e){super({name:"ServiceUnavailableException",$fault:"server",...e}),this.name="ServiceUnavailableException",this.$fault="server",Object.setPrototypeOf(this,Ha.prototype)}}var qa,Va,za;!function(e){e.visit=(e,t)=>void 0!==e.text?t.text(e.text):void 0!==e.toolUse?t.toolUse(e.toolUse):t._(e.$unknown[0],e.$unknown[1])}(qa||(qa={})),function(e){e.visit=(e,t)=>void 0!==e.toolUse?t.toolUse(e.toolUse):t._(e.$unknown[0],e.$unknown[1])}(Va||(Va={}));class Ga extends wa{constructor(e){super({name:"ModelStreamErrorException",$fault:"client",...e}),this.name="ModelStreamErrorException",this.$fault="client",Object.setPrototypeOf(this,Ga.prototype),this.originalStatusCode=e.originalStatusCode,this.originalMessage=e.originalMessage}}!function(e){e.visit=(e,t)=>void 0!==e.messageStart?t.messageStart(e.messageStart):void 0!==e.contentBlockStart?t.contentBlockStart(e.contentBlockStart):void 0!==e.contentBlockDelta?t.contentBlockDelta(e.contentBlockDelta):void 0!==e.contentBlockStop?t.contentBlockStop(e.contentBlockStop):void 0!==e.messageStop?t.messageStop(e.messageStop):void 0!==e.metadata?t.metadata(e.metadata):void 0!==e.internalServerException?t.internalServerException(e.internalServerException):void 0!==e.modelStreamErrorException?t.modelStreamErrorException(e.modelStreamErrorException):void 0!==e.validationException?t.validationException(e.validationException):void 0!==e.throttlingException?t.throttlingException(e.throttlingException):void 0!==e.serviceUnavailableException?t.serviceUnavailableException(e.serviceUnavailableException):t._(e.$unknown[0],e.$unknown[1])}(za||(za={}));var Wa;!function(e){e.visit=(e,t)=>void 0!==e.chunk?t.chunk(e.chunk):void 0!==e.internalServerException?t.internalServerException(e.internalServerException):void 0!==e.modelStreamErrorException?t.modelStreamErrorException(e.modelStreamErrorException):void 0!==e.validationException?t.validationException(e.validationException):void 0!==e.throttlingException?t.throttlingException(e.throttlingException):void 0!==e.modelTimeoutException?t.modelTimeoutException(e.modelTimeoutException):void 0!==e.serviceUnavailableException?t.serviceUnavailableException(e.serviceUnavailableException):t._(e.$unknown[0],e.$unknown[1])}(Wa||(Wa={}));const Za=e=>({...e,...e.body&&{body:fo}}),Ka=e=>({...e,...e.body&&{body:fo}}),Ja=e=>({...e,...e.body&&{body:fo}}),Qa=e=>({...e,...e.body&&{body:"STREAMING_CONTENT"}}),Ya=(e,t)=>((e,t)=>lo(e,t).then((e=>t.utf8Encoder(e))))(e,t).then((e=>{if(e.length)try{return JSON.parse(e)}catch(t){throw"SyntaxError"===t?.name&&Object.defineProperty(t,"$responseBodyText",{value:e}),t}return{}})),Xa=async(e,t)=>{const r=await Ya(e,t);return r.message=r.message??r.Message,r},ec=async(e,t)=>{const r=Xo(e,t),n=Co({},Rc,{[Tc]:e[Pc]||"application/octet-stream",[Mc]:e[Mc],[Fc]:e[Nc],[Bc]:e[Cc],[Uc]:e[Oc]});let o;return r.bp("/model/{modelId}/invoke"),r.p("modelId",(()=>e.modelId),"{modelId}",!1),void 0!==e.body&&(o=e.body),r.m("POST").h(n).b(o),r.build()},tc=async(e,t)=>{const r=Xo(e,t),n=Co({},Rc,{[Tc]:e[Pc]||"application/octet-stream",[Lc]:e[Mc],[Fc]:e[Nc],[Bc]:e[Cc],[Uc]:e[Oc]});let o;return r.bp("/model/{modelId}/invoke-with-response-stream"),r.p("modelId",(()=>e.modelId),"{modelId}",!1),void 0!==e.body&&(o=e.body),r.m("POST").h(n).b(o),r.build()},rc=async(e,t)=>{if(200!==e.statusCode&&e.statusCode>=300)return oc(e,t);const r=Co({$metadata:Ic(e),[Pc]:[,e.headers[Tc]]}),n=await lo(e.body,t);return r.body=n,r},nc=async(e,t)=>{if(200!==e.statusCode&&e.statusCode>=300)return oc(e,t);const r=Co({$metadata:Ic(e),[Pc]:[,e.headers[$c]]}),n=e.body;return r.body=bc(n,t),r},oc=async(e,t)=>{const r={...e,body:await Xa(e.body,t)},n=((e,t)=>{const r=e=>{let t=e;return"number"==typeof t&&(t=t.toString()),t.indexOf(",")>=0&&(t=t.split(",")[0]),t.indexOf(":")>=0&&(t=t.split(":")[0]),t.indexOf("#")>=0&&(t=t.split("#")[1]),t},n=(o=e.headers,i="x-amzn-errortype",Object.keys(o).find((e=>e.toLowerCase()===i.toLowerCase())));var o,i;return void 0!==n?r(e.headers[n]):void 0!==t.code?r(t.code):void 0!==t.__type?r(t.__type):void 0})(e,r.body);switch(n){case"AccessDeniedException":case"com.amazonaws.bedrockruntime#AccessDeniedException":throw await ac(r,t);case"InternalServerException":case"com.amazonaws.bedrockruntime#InternalServerException":throw await cc(r,t);case"ResourceNotFoundException":case"com.amazonaws.bedrockruntime#ResourceNotFoundException":throw await hc(r,t);case"ServiceQuotaExceededException":case"com.amazonaws.bedrockruntime#ServiceQuotaExceededException":throw await fc(r,t);case"ThrottlingException":case"com.amazonaws.bedrockruntime#ThrottlingException":throw await mc(r,t);case"ValidationException":case"com.amazonaws.bedrockruntime#ValidationException":throw await kc(r,t);case"ModelErrorException":case"com.amazonaws.bedrockruntime#ModelErrorException":throw await uc(r,t);case"ModelNotReadyException":case"com.amazonaws.bedrockruntime#ModelNotReadyException":throw await lc(r,t);case"ModelTimeoutException":case"com.amazonaws.bedrockruntime#ModelTimeoutException":throw await gc(r,t);case"ServiceUnavailableException":case"com.amazonaws.bedrockruntime#ServiceUnavailableException":throw await pc(r,t);case"ModelStreamErrorException":case"com.amazonaws.bedrockruntime#ModelStreamErrorException":throw await dc(r,t);default:const o=r.body;return ic({output:e,parsedBody:o,errorCode:n})}},ic=(sc=wa,({output:e,parsedBody:t,errorCode:r})=>{(({output:e,parsedBody:t,exceptionCtor:r,errorCode:n})=>{const o=Ao(e),i=o.httpStatusCode?o.httpStatusCode+"":void 0,s=new r({name:t?.code||t?.Code||n||i||"UnknownError",$fault:"client",$metadata:o});throw So(s,t)})({output:e,parsedBody:t,exceptionCtor:sc,errorCode:r})});var sc;const ac=async(e,t)=>{const r=Co({}),n=e.body,o=Oo(n,{message:vo});Object.assign(r,o);const i=new _a({$metadata:Ic(e),...r});return So(i,e.body)},cc=async(e,t)=>{const r=Co({}),n=e.body,o=Oo(n,{message:vo});Object.assign(r,o);const i=new Aa({$metadata:Ic(e),...r});return So(i,e.body)},uc=async(e,t)=>{const r=Co({}),n=e.body,o=Oo(n,{message:vo,originalStatusCode:mo,resourceName:vo});Object.assign(r,o);const i=new Fa({$metadata:Ic(e),...r});return So(i,e.body)},lc=async(e,t)=>{const r=Co({}),n=e.body,o=Oo(n,{message:vo});Object.assign(r,o);const i=new Da({$metadata:Ic(e),...r});return So(i,e.body)},dc=async(e,t)=>{const r=Co({}),n=e.body,o=Oo(n,{message:vo,originalMessage:vo,originalStatusCode:mo});Object.assign(r,o);const i=new Ga({$metadata:Ic(e),...r});return So(i,e.body)},gc=async(e,t)=>{const r=Co({}),n=e.body,o=Oo(n,{message:vo});Object.assign(r,o);const i=new ja({$metadata:Ic(e),...r});return So(i,e.body)},hc=async(e,t)=>{const r=Co({}),n=e.body,o=Oo(n,{message:vo});Object.assign(r,o);const i=new xa({$metadata:Ic(e),...r});return So(i,e.body)},fc=async(e,t)=>{const r=Co({}),n=e.body,o=Oo(n,{message:vo});Object.assign(r,o);const i=new Ea({$metadata:Ic(e),...r});return So(i,e.body)},pc=async(e,t)=>{const r=Co({}),n=e.body,o=Oo(n,{message:vo});Object.assign(r,o);const i=new Ha({$metadata:Ic(e),...r});return So(i,e.body)},mc=async(e,t)=>{const r=Co({}),n=e.body,o=Oo(n,{message:vo});Object.assign(r,o);const i=new Ia({$metadata:Ic(e),...r});return So(i,e.body)},kc=async(e,t)=>{const r=Co({}),n=e.body,o=Oo(n,{message:vo});Object.assign(r,o);const i=new Ra({$metadata:Ic(e),...r});return So(i,e.body)},bc=(e,t)=>t.eventStreamMarshaller.deserialize(e,(async r=>null!=r.chunk?{chunk:await _c(r.chunk,t)}:null!=r.internalServerException?{internalServerException:await vc(r.internalServerException,t)}:null!=r.modelStreamErrorException?{modelStreamErrorException:await yc(r.modelStreamErrorException,t)}:null!=r.validationException?{validationException:await xc(r.validationException,t)}:null!=r.throttlingException?{throttlingException:await Ac(r.throttlingException,t)}:null!=r.modelTimeoutException?{modelTimeoutException:await wc(r.modelTimeoutException,t)}:null!=r.serviceUnavailableException?{serviceUnavailableException:await Sc(r.serviceUnavailableException,t)}:{$unknown:e})),vc=async(e,t)=>{const r={...e,body:await Ya(e.body,t)};return cc(r,t)},yc=async(e,t)=>{const r={...e,body:await Ya(e.body,t)};return dc(r,t)},wc=async(e,t)=>{const r={...e,body:await Ya(e.body,t)};return gc(r,t)},_c=async(e,t)=>{const r={},n=await Ya(e.body,t);return Object.assign(r,Ec(n,t)),r},Sc=async(e,t)=>{const r={...e,body:await Ya(e.body,t)};return pc(r,t)},Ac=async(e,t)=>{const r={...e,body:await Ya(e.body,t)};return mc(r,t)},xc=async(e,t)=>{const r={...e,body:await Ya(e.body,t)};return kc(r,t)},Ec=(e,t)=>Oo(e,{bytes:t.base64Decoder}),Ic=e=>({httpStatusCode:e.statusCode,requestId:e.headers["x-amzn-requestid"]??e.headers["x-amzn-request-id"]??e.headers["x-amz-request-id"],extendedRequestId:e.headers["x-amz-id-2"],cfId:e.headers["x-amz-cf-id"]}),Rc=e=>!(null==e||""===e||Object.getOwnPropertyNames(e).includes("length")&&0==e.length||Object.getOwnPropertyNames(e).includes("size")&&0==e.size),Mc="accept",Pc="contentType",Tc="content-type",Cc="guardrailIdentifier",Oc="guardrailVersion",Nc="trace",Lc="x-amzn-bedrock-accept",$c="x-amzn-bedrock-content-type",Bc="x-amzn-bedrock-guardrailidentifier",Uc="x-amzn-bedrock-guardrailversion",Fc="x-amzn-bedrock-trace";class Dc extends(go.classBuilder().ep({...Fi}).m((function(e,t,r,n){return[an(r,this.serialize,this.deserialize),un(r,e.getEndpointParameterInstructions())]})).s("AmazonBedrockFrontendService","InvokeModelWithResponseStream",{eventStream:{output:!0}}).n("BedrockRuntimeClient","InvokeModelWithResponseStreamCommand").f(Ja,Qa).ser(tc).de(nc).build()){}class jc extends(go.classBuilder().ep({...Fi}).m((function(e,t,r,n){return[an(r,this.serialize,this.deserialize),un(r,e.getEndpointParameterInstructions())]})).s("AmazonBedrockFrontendService","InvokeModel",{}).n("BedrockRuntimeClient","InvokeModelCommand").f(Za,Ka).ser(ec).de(rc).build()){}const Hc=qc;function qc(e,t){const r=Vc();return(qc=function(e,t){return r[e-=107]})(e,t)}function Vc(){const e=["\nYou must keep the text formatting.\n\nContent:\n","join","editor","decode","_readStreamableResponse","body","pluginName","_processProxyRequest","AWSTextAdapter","_requestHeaders","_processAWSRequest","\n[/INST]","anthropic.claude","from","application/json","5661131NHoRNt","split","send","cohere.command","_getGeneratedText","Instruction:\n","read","filter","\n<</SYS>>\n[INST]\n","ai.aws.bedrockClientConfig","generation","Human:\n","ai.aws.requestHeaders","Your task is to generate HTML content accordingly to the given instruction. Never include <img> tag in your response even if asked for. Your answer must be a well-structured and properly formatted HTML code. Answer only with the generated HTML content. Do not add any additional remarks or notes. Do not act like a chatbot or a real person.","AI_ERROR_UNSUPPORTED_MODEL","ai21.j2","93848auDCxi","74710SSGRIB","stringify","generations","_bedrockClientConfig","toString","4704678WkCFpS","bytes","getReader","json","_readAsyncIterableResponse","test","get","ai.aws.apiUrl","5193870fRFKjf","Your task is to execute the instruction using the provided HTML content. Follow the instruction closely. Your answer must be a properly formatted HTML code. Do not add any additional remarks or notes. Do not act like a chatbot or a real person.","map","ai.aws.requestParameters","247760jLIdOC","293580aHGaLT","locale","signal","_requestParameters","bedrock-2023-05-31","length","define","preparePrompt","\n\nAssistant:","completions","22qtUPsp","abortController","8EeyMfN","utf-8","294JeLABx","parse","sendRequest","text","config","anthropic.claude-v2","chunk","_prepareRequestHeaders","completion","meta.llama","_prepareRequestParameters","utf8","getModelFamily","<<SYS>>\n","POST","resolve","_apiUrl","_readStaticResponse","data","99djzWkH"];return(Vc=function(){return e})()}!function(e){const t=qc,r=e();for(;;)try{if(469295===-parseInt(t(133))/1+-parseInt(t(134))/2+parseInt(t(167))/3*(-parseInt(t(115))/4)+-parseInt(t(116))/5*(parseInt(t(148))/6)+parseInt(t(183))/7*(parseInt(t(146))/8)+parseInt(t(121))/9+-parseInt(t(129))/10*(-parseInt(t(144))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Vc);class zc extends Ft{static get[Hc(174)](){return Hc(176)}constructor(e){const t=Hc;super(e),e[t(152)][t(127)](t(132))||e[t(152)][t(140)](t(132),{model:t(153),max_tokens_to_sample:2e3,temperature:1,top_p:1,top_k:250,anthropic_version:t(138),stream:!0}),this[t(164)]=e[t(152)][t(127)](t(128)),this[t(119)]=e[t(152)][t(127)](t(108)),this[t(177)]=e[t(152)][t(127)](t(111)),this[t(137)]=e[t(152)][t(127)](t(132))}async[Hc(150)]({query:e,context:t,onData:r,actionId:n}){const o=Hc,{model:i,stream:s,...a}=await this[o(158)](this[o(137)],n),c={prompt:await this[o(141)](e,t,i,n),...a};this[o(164)]?await this[o(175)](c,i,s,r,n):await this[o(178)](c,i,s,r)}async[Hc(141)](e,t,r,n){const o=Hc;let i,s;return t?(i=o(130),s=o(188)+e+o(168)+t):(i=o(112),s=e),o(157)==this[o(160)](r)?o(161)+i+o(107)+s+o(179):o(110)+i+"\n"+s+o(142)}[Hc(160)](e){const t=Hc;if(/^anthropic\.claude/[t(126)](e))return t(180);if(/^ai21\.j2/[t(126)](e))return t(114);if(/^cohere\.command/[t(126)](e))return t(186);if(/^meta\.llama/[t(126)](e))return t(157);throw new H(q(this[t(170)][t(135)],t(113),e))}async[Hc(175)](e,t,r,n,o){const i=Hc,s={method:i(162),headers:await this[i(155)](this[i(177)],o),body:JSON[i(117)]({...e,model:t,stream:r}),signal:this[i(145)][i(136)]},a=await fetch(this[i(164)],s);r?await this[i(172)](a,t,n):await this[i(165)](a,t,n)}async[Hc(178)](e,t,r,n){const o=Hc,i=new ya(this[o(119)]),s={body:JSON[o(117)](e),contentType:o(182),accept:o(182),modelId:t};let a;if(r){const e=new Dc(s);a=await i[o(185)](e,{abortSignal:this[o(145)][o(136)]}),await this[o(125)](a,t,n)}else{const e=new jc(s);a=await i[o(185)](e,{abortSignal:this[o(145)][o(136)]}),await this[o(165)](a,t,n)}}async[Hc(125)](e,t,r){const n=Hc,o=e[n(173)],i=new TextDecoder(n(147));let s="";for await(const e of o)if(e[n(154)]){const o=i[n(171)](e[n(154)][n(122)]),a=JSON[n(149)](o);s+=this[n(187)](a,t),r(s)}return Promise[n(163)]()}async[Hc(172)](e,t,r){const n=Hc,o=e[n(173)],i=new TextDecoder(n(147)),s=o[n(123)]();let a="",c="",u=!1;for(;!u;){const{done:e,value:o}=await s[n(189)]();if(u=e,u)break;const l=(a+i[n(171)](o))[n(184)]("\n")[n(131)]((e=>{const t=n;try{return a="",JSON[t(149)](e)}catch(t){return a=e,null}}))[n(190)]((e=>null!==e));l[n(139)]&&(c+=l[n(131)]((e=>this[n(187)](e,t)))[n(169)](""),r(c))}return Promise[n(163)]()}async[Hc(165)](e,t,r){const n=Hc;let o;return o=e instanceof Response?await e[n(124)]():JSON[n(149)](Buffer[n(181)](e[n(173)])[n(120)](n(159))),r(this[n(187)](o,t)),Promise[n(163)]()}[Hc(187)](e,t){const r=Hc;switch(this[r(160)](t)){case r(180):return e[r(156)];case r(114):return e[r(143)][0][r(166)][r(151)];case r(186):return e[r(118)][0][r(151)];case r(157):return e[r(109)]}}}function Gc(e,t){var r=Wc();return(Gc=function(e,t){return r[e-=190]})(e,t)}function Wc(){var e=["201332qJOoNd","15983glwiKF","1018330QmlCBn","2NEKXpL","1318452kpbVAD","1957495MGAMxq","9396fZkIow","623496XMzRqG","12jxoTxX","469852mHgkef","18WfeIfy","14fvxoeD"];return(Wc=function(){return e})()}!function(e){for(var t=Gc,r=e();;)try{if(337882===parseInt(t(194))/1*(parseInt(t(191))/2)+parseInt(t(199))/3*(-parseInt(t(200))/4)+-parseInt(t(196))/5+parseInt(t(195))/6+parseInt(t(190))/7*(-parseInt(t(198))/8)+-parseInt(t(201))/9*(parseInt(t(193))/10)+-parseInt(t(192))/11*(-parseInt(t(197))/12))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Wc)})(),(window.CKEditor5=window.CKEditor5||{}).ai=n})();
5
+ */(()=>{var e={369:function(e){e.exports=function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=90)}({17:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n=r(18),o=function(){function e(){}return e.getFirstMatch=function(e,t){var r=t.match(e);return r&&r.length>0&&r[1]||""},e.getSecondMatch=function(e,t){var r=t.match(e);return r&&r.length>1&&r[2]||""},e.matchAndReturnConst=function(e,t,r){if(e.test(t))return r},e.getWindowsVersionName=function(e){switch(e){case"NT":return"NT";case"XP":case"NT 5.1":return"XP";case"NT 5.0":return"2000";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}},e.getMacOSVersionName=function(e){var t=e.split(".").splice(0,2).map((function(e){return parseInt(e,10)||0}));if(t.push(0),10===t[0])switch(t[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}},e.getAndroidVersionName=function(e){var t=e.split(".").splice(0,2).map((function(e){return parseInt(e,10)||0}));if(t.push(0),!(1===t[0]&&t[1]<5))return 1===t[0]&&t[1]<6?"Cupcake":1===t[0]&&t[1]>=6?"Donut":2===t[0]&&t[1]<2?"Eclair":2===t[0]&&2===t[1]?"Froyo":2===t[0]&&t[1]>2?"Gingerbread":3===t[0]?"Honeycomb":4===t[0]&&t[1]<1?"Ice Cream Sandwich":4===t[0]&&t[1]<4?"Jelly Bean":4===t[0]&&t[1]>=4?"KitKat":5===t[0]?"Lollipop":6===t[0]?"Marshmallow":7===t[0]?"Nougat":8===t[0]?"Oreo":9===t[0]?"Pie":void 0},e.getVersionPrecision=function(e){return e.split(".").length},e.compareVersions=function(t,r,n){void 0===n&&(n=!1);var o=e.getVersionPrecision(t),i=e.getVersionPrecision(r),s=Math.max(o,i),a=0,c=e.map([t,r],(function(t){var r=s-e.getVersionPrecision(t),n=t+new Array(r+1).join(".0");return e.map(n.split("."),(function(e){return new Array(20-e.length).join("0")+e})).reverse()}));for(n&&(a=s-Math.min(o,i)),s-=1;s>=a;){if(c[0][s]>c[1][s])return 1;if(c[0][s]===c[1][s]){if(s===a)return 0;s-=1}else if(c[0][s]<c[1][s])return-1}},e.map=function(e,t){var r,n=[];if(Array.prototype.map)return Array.prototype.map.call(e,t);for(r=0;r<e.length;r+=1)n.push(t(e[r]));return n},e.find=function(e,t){var r,n;if(Array.prototype.find)return Array.prototype.find.call(e,t);for(r=0,n=e.length;r<n;r+=1){var o=e[r];if(t(o,r))return o}},e.assign=function(e){for(var t,r,n=e,o=arguments.length,i=new Array(o>1?o-1:0),s=1;s<o;s++)i[s-1]=arguments[s];if(Object.assign)return Object.assign.apply(Object,[e].concat(i));var a=function(){var e=i[t];"object"==typeof e&&null!==e&&Object.keys(e).forEach((function(t){n[t]=e[t]}))};for(t=0,r=i.length;t<r;t+=1)a();return e},e.getBrowserAlias=function(e){return n.BROWSER_ALIASES_MAP[e]},e.getBrowserTypeByAlias=function(e){return n.BROWSER_MAP[e]||""},e}();t.default=o,e.exports=t.default},18:function(e,t,r){"use strict";t.__esModule=!0,t.ENGINE_MAP=t.OS_MAP=t.PLATFORMS_MAP=t.BROWSER_MAP=t.BROWSER_ALIASES_MAP=void 0,t.BROWSER_ALIASES_MAP={"Amazon Silk":"amazon_silk","Android Browser":"android",Bada:"bada",BlackBerry:"blackberry",Chrome:"chrome",Chromium:"chromium",Electron:"electron",Epiphany:"epiphany",Firefox:"firefox",Focus:"focus",Generic:"generic","Google Search":"google_search",Googlebot:"googlebot","Internet Explorer":"ie","K-Meleon":"k_meleon",Maxthon:"maxthon","Microsoft Edge":"edge","MZ Browser":"mz","NAVER Whale Browser":"naver",Opera:"opera","Opera Coast":"opera_coast",PhantomJS:"phantomjs",Puffin:"puffin",QupZilla:"qupzilla",QQ:"qq",QQLite:"qqlite",Safari:"safari",Sailfish:"sailfish","Samsung Internet for Android":"samsung_internet",SeaMonkey:"seamonkey",Sleipnir:"sleipnir",Swing:"swing",Tizen:"tizen","UC Browser":"uc",Vivaldi:"vivaldi","WebOS Browser":"webos",WeChat:"wechat","Yandex Browser":"yandex",Roku:"roku"},t.BROWSER_MAP={amazon_silk:"Amazon Silk",android:"Android Browser",bada:"Bada",blackberry:"BlackBerry",chrome:"Chrome",chromium:"Chromium",electron:"Electron",epiphany:"Epiphany",firefox:"Firefox",focus:"Focus",generic:"Generic",googlebot:"Googlebot",google_search:"Google Search",ie:"Internet Explorer",k_meleon:"K-Meleon",maxthon:"Maxthon",edge:"Microsoft Edge",mz:"MZ Browser",naver:"NAVER Whale Browser",opera:"Opera",opera_coast:"Opera Coast",phantomjs:"PhantomJS",puffin:"Puffin",qupzilla:"QupZilla",qq:"QQ Browser",qqlite:"QQ Browser Lite",safari:"Safari",sailfish:"Sailfish",samsung_internet:"Samsung Internet for Android",seamonkey:"SeaMonkey",sleipnir:"Sleipnir",swing:"Swing",tizen:"Tizen",uc:"UC Browser",vivaldi:"Vivaldi",webos:"WebOS Browser",wechat:"WeChat",yandex:"Yandex Browser"},t.PLATFORMS_MAP={tablet:"tablet",mobile:"mobile",desktop:"desktop",tv:"tv"},t.OS_MAP={WindowsPhone:"Windows Phone",Windows:"Windows",MacOS:"macOS",iOS:"iOS",Android:"Android",WebOS:"WebOS",BlackBerry:"BlackBerry",Bada:"Bada",Tizen:"Tizen",Linux:"Linux",ChromeOS:"Chrome OS",PlayStation4:"PlayStation 4",Roku:"Roku"},t.ENGINE_MAP={EdgeHTML:"EdgeHTML",Blink:"Blink",Trident:"Trident",Presto:"Presto",Gecko:"Gecko",WebKit:"WebKit"}},90:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,o=(n=r(91))&&n.__esModule?n:{default:n},i=r(18);function s(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var a=function(){function e(){}var t,r,n;return e.getParser=function(e,t){if(void 0===t&&(t=!1),"string"!=typeof e)throw new Error("UserAgent should be a string");return new o.default(e,t)},e.parse=function(e){return new o.default(e).getResult()},t=e,n=[{key:"BROWSER_MAP",get:function(){return i.BROWSER_MAP}},{key:"ENGINE_MAP",get:function(){return i.ENGINE_MAP}},{key:"OS_MAP",get:function(){return i.OS_MAP}},{key:"PLATFORMS_MAP",get:function(){return i.PLATFORMS_MAP}}],(r=null)&&s(t.prototype,r),n&&s(t,n),e}();t.default=a,e.exports=t.default},91:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n=c(r(92)),o=c(r(93)),i=c(r(94)),s=c(r(95)),a=c(r(17));function c(e){return e&&e.__esModule?e:{default:e}}var u=function(){function e(e,t){if(void 0===t&&(t=!1),null==e||""===e)throw new Error("UserAgent parameter can't be empty");this._ua=e,this.parsedResult={},!0!==t&&this.parse()}var t=e.prototype;return t.getUA=function(){return this._ua},t.test=function(e){return e.test(this._ua)},t.parseBrowser=function(){var e=this;this.parsedResult.browser={};var t=a.default.find(n.default,(function(t){if("function"==typeof t.test)return t.test(e);if(t.test instanceof Array)return t.test.some((function(t){return e.test(t)}));throw new Error("Browser's test function is not valid")}));return t&&(this.parsedResult.browser=t.describe(this.getUA())),this.parsedResult.browser},t.getBrowser=function(){return this.parsedResult.browser?this.parsedResult.browser:this.parseBrowser()},t.getBrowserName=function(e){return e?String(this.getBrowser().name).toLowerCase()||"":this.getBrowser().name||""},t.getBrowserVersion=function(){return this.getBrowser().version},t.getOS=function(){return this.parsedResult.os?this.parsedResult.os:this.parseOS()},t.parseOS=function(){var e=this;this.parsedResult.os={};var t=a.default.find(o.default,(function(t){if("function"==typeof t.test)return t.test(e);if(t.test instanceof Array)return t.test.some((function(t){return e.test(t)}));throw new Error("Browser's test function is not valid")}));return t&&(this.parsedResult.os=t.describe(this.getUA())),this.parsedResult.os},t.getOSName=function(e){var t=this.getOS().name;return e?String(t).toLowerCase()||"":t||""},t.getOSVersion=function(){return this.getOS().version},t.getPlatform=function(){return this.parsedResult.platform?this.parsedResult.platform:this.parsePlatform()},t.getPlatformType=function(e){void 0===e&&(e=!1);var t=this.getPlatform().type;return e?String(t).toLowerCase()||"":t||""},t.parsePlatform=function(){var e=this;this.parsedResult.platform={};var t=a.default.find(i.default,(function(t){if("function"==typeof t.test)return t.test(e);if(t.test instanceof Array)return t.test.some((function(t){return e.test(t)}));throw new Error("Browser's test function is not valid")}));return t&&(this.parsedResult.platform=t.describe(this.getUA())),this.parsedResult.platform},t.getEngine=function(){return this.parsedResult.engine?this.parsedResult.engine:this.parseEngine()},t.getEngineName=function(e){return e?String(this.getEngine().name).toLowerCase()||"":this.getEngine().name||""},t.parseEngine=function(){var e=this;this.parsedResult.engine={};var t=a.default.find(s.default,(function(t){if("function"==typeof t.test)return t.test(e);if(t.test instanceof Array)return t.test.some((function(t){return e.test(t)}));throw new Error("Browser's test function is not valid")}));return t&&(this.parsedResult.engine=t.describe(this.getUA())),this.parsedResult.engine},t.parse=function(){return this.parseBrowser(),this.parseOS(),this.parsePlatform(),this.parseEngine(),this},t.getResult=function(){return a.default.assign({},this.parsedResult)},t.satisfies=function(e){var t=this,r={},n=0,o={},i=0;if(Object.keys(e).forEach((function(t){var s=e[t];"string"==typeof s?(o[t]=s,i+=1):"object"==typeof s&&(r[t]=s,n+=1)})),n>0){var s=Object.keys(r),c=a.default.find(s,(function(e){return t.isOS(e)}));if(c){var u=this.satisfies(r[c]);if(void 0!==u)return u}var l=a.default.find(s,(function(e){return t.isPlatform(e)}));if(l){var d=this.satisfies(r[l]);if(void 0!==d)return d}}if(i>0){var g=Object.keys(o),h=a.default.find(g,(function(e){return t.isBrowser(e,!0)}));if(void 0!==h)return this.compareVersion(o[h])}},t.isBrowser=function(e,t){void 0===t&&(t=!1);var r=this.getBrowserName().toLowerCase(),n=e.toLowerCase(),o=a.default.getBrowserTypeByAlias(n);return t&&o&&(n=o.toLowerCase()),n===r},t.compareVersion=function(e){var t=[0],r=e,n=!1,o=this.getBrowserVersion();if("string"==typeof o)return">"===e[0]||"<"===e[0]?(r=e.substr(1),"="===e[1]?(n=!0,r=e.substr(2)):t=[],">"===e[0]?t.push(1):t.push(-1)):"="===e[0]?r=e.substr(1):"~"===e[0]&&(n=!0,r=e.substr(1)),t.indexOf(a.default.compareVersions(o,r,n))>-1},t.isOS=function(e){return this.getOSName(!0)===String(e).toLowerCase()},t.isPlatform=function(e){return this.getPlatformType(!0)===String(e).toLowerCase()},t.isEngine=function(e){return this.getEngineName(!0)===String(e).toLowerCase()},t.is=function(e,t){return void 0===t&&(t=!1),this.isBrowser(e,t)||this.isOS(e)||this.isPlatform(e)},t.some=function(e){var t=this;return void 0===e&&(e=[]),e.some((function(e){return t.is(e)}))},e}();t.default=u,e.exports=t.default},92:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,o=(n=r(17))&&n.__esModule?n:{default:n},i=/version\/(\d+(\.?_?\d+)+)/i,s=[{test:[/googlebot/i],describe:function(e){var t={name:"Googlebot"},r=o.default.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/opera/i],describe:function(e){var t={name:"Opera"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/opr\/|opios/i],describe:function(e){var t={name:"Opera"},r=o.default.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/SamsungBrowser/i],describe:function(e){var t={name:"Samsung Internet for Android"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/Whale/i],describe:function(e){var t={name:"NAVER Whale Browser"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/MZBrowser/i],describe:function(e){var t={name:"MZ Browser"},r=o.default.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/focus/i],describe:function(e){var t={name:"Focus"},r=o.default.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/swing/i],describe:function(e){var t={name:"Swing"},r=o.default.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/coast/i],describe:function(e){var t={name:"Opera Coast"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe:function(e){var t={name:"Opera Touch"},r=o.default.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/yabrowser/i],describe:function(e){var t={name:"Yandex Browser"},r=o.default.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/ucbrowser/i],describe:function(e){var t={name:"UC Browser"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/Maxthon|mxios/i],describe:function(e){var t={name:"Maxthon"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/epiphany/i],describe:function(e){var t={name:"Epiphany"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/puffin/i],describe:function(e){var t={name:"Puffin"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/sleipnir/i],describe:function(e){var t={name:"Sleipnir"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/k-meleon/i],describe:function(e){var t={name:"K-Meleon"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/micromessenger/i],describe:function(e){var t={name:"WeChat"},r=o.default.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/qqbrowser/i],describe:function(e){var t={name:/qqbrowserlite/i.test(e)?"QQ Browser Lite":"QQ Browser"},r=o.default.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/msie|trident/i],describe:function(e){var t={name:"Internet Explorer"},r=o.default.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/\sedg\//i],describe:function(e){var t={name:"Microsoft Edge"},r=o.default.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/edg([ea]|ios)/i],describe:function(e){var t={name:"Microsoft Edge"},r=o.default.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/vivaldi/i],describe:function(e){var t={name:"Vivaldi"},r=o.default.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/seamonkey/i],describe:function(e){var t={name:"SeaMonkey"},r=o.default.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/sailfish/i],describe:function(e){var t={name:"Sailfish"},r=o.default.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,e);return r&&(t.version=r),t}},{test:[/silk/i],describe:function(e){var t={name:"Amazon Silk"},r=o.default.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/phantom/i],describe:function(e){var t={name:"PhantomJS"},r=o.default.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/slimerjs/i],describe:function(e){var t={name:"SlimerJS"},r=o.default.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe:function(e){var t={name:"BlackBerry"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/(web|hpw)[o0]s/i],describe:function(e){var t={name:"WebOS Browser"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/bada/i],describe:function(e){var t={name:"Bada"},r=o.default.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/tizen/i],describe:function(e){var t={name:"Tizen"},r=o.default.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/qupzilla/i],describe:function(e){var t={name:"QupZilla"},r=o.default.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/firefox|iceweasel|fxios/i],describe:function(e){var t={name:"Firefox"},r=o.default.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/electron/i],describe:function(e){var t={name:"Electron"},r=o.default.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/MiuiBrowser/i],describe:function(e){var t={name:"Miui"},r=o.default.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/chromium/i],describe:function(e){var t={name:"Chromium"},r=o.default.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/chrome|crios|crmo/i],describe:function(e){var t={name:"Chrome"},r=o.default.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/GSA/i],describe:function(e){var t={name:"Google Search"},r=o.default.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:function(e){var t=!e.test(/like android/i),r=e.test(/android/i);return t&&r},describe:function(e){var t={name:"Android Browser"},r=o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/playstation 4/i],describe:function(e){var t={name:"PlayStation 4"},r=o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/safari|applewebkit/i],describe:function(e){var t={name:"Safari"},r=o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/.*/i],describe:function(e){var t=-1!==e.search("\\(")?/^(.*)\/(.*)[ \t]\((.*)/:/^(.*)\/(.*) /;return{name:o.default.getFirstMatch(t,e),version:o.default.getSecondMatch(t,e)}}}];t.default=s,e.exports=t.default},93:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,o=(n=r(17))&&n.__esModule?n:{default:n},i=r(18),s=[{test:[/Roku\/DVP/],describe:function(e){var t=o.default.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,e);return{name:i.OS_MAP.Roku,version:t}}},{test:[/windows phone/i],describe:function(e){var t=o.default.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,e);return{name:i.OS_MAP.WindowsPhone,version:t}}},{test:[/windows /i],describe:function(e){var t=o.default.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,e),r=o.default.getWindowsVersionName(t);return{name:i.OS_MAP.Windows,version:t,versionName:r}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe:function(e){var t={name:i.OS_MAP.iOS},r=o.default.getSecondMatch(/(Version\/)(\d[\d.]+)/,e);return r&&(t.version=r),t}},{test:[/macintosh/i],describe:function(e){var t=o.default.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,e).replace(/[_\s]/g,"."),r=o.default.getMacOSVersionName(t),n={name:i.OS_MAP.MacOS,version:t};return r&&(n.versionName=r),n}},{test:[/(ipod|iphone|ipad)/i],describe:function(e){var t=o.default.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,e).replace(/[_\s]/g,".");return{name:i.OS_MAP.iOS,version:t}}},{test:function(e){var t=!e.test(/like android/i),r=e.test(/android/i);return t&&r},describe:function(e){var t=o.default.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,e),r=o.default.getAndroidVersionName(t),n={name:i.OS_MAP.Android,version:t};return r&&(n.versionName=r),n}},{test:[/(web|hpw)[o0]s/i],describe:function(e){var t=o.default.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,e),r={name:i.OS_MAP.WebOS};return t&&t.length&&(r.version=t),r}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe:function(e){var t=o.default.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,e)||o.default.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,e)||o.default.getFirstMatch(/\bbb(\d+)/i,e);return{name:i.OS_MAP.BlackBerry,version:t}}},{test:[/bada/i],describe:function(e){var t=o.default.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,e);return{name:i.OS_MAP.Bada,version:t}}},{test:[/tizen/i],describe:function(e){var t=o.default.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,e);return{name:i.OS_MAP.Tizen,version:t}}},{test:[/linux/i],describe:function(){return{name:i.OS_MAP.Linux}}},{test:[/CrOS/],describe:function(){return{name:i.OS_MAP.ChromeOS}}},{test:[/PlayStation 4/],describe:function(e){var t=o.default.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,e);return{name:i.OS_MAP.PlayStation4,version:t}}}];t.default=s,e.exports=t.default},94:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,o=(n=r(17))&&n.__esModule?n:{default:n},i=r(18),s=[{test:[/googlebot/i],describe:function(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe:function(e){var t=o.default.getFirstMatch(/(can-l01)/i,e)&&"Nova",r={type:i.PLATFORMS_MAP.mobile,vendor:"Huawei"};return t&&(r.model=t),r}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe:function(){return{type:i.PLATFORMS_MAP.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe:function(){return{type:i.PLATFORMS_MAP.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe:function(){return{type:i.PLATFORMS_MAP.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe:function(){return{type:i.PLATFORMS_MAP.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe:function(){return{type:i.PLATFORMS_MAP.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe:function(){return{type:i.PLATFORMS_MAP.tablet}}},{test:function(e){var t=e.test(/ipod|iphone/i),r=e.test(/like (ipod|iphone)/i);return t&&!r},describe:function(e){var t=o.default.getFirstMatch(/(ipod|iphone)/i,e);return{type:i.PLATFORMS_MAP.mobile,vendor:"Apple",model:t}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe:function(){return{type:i.PLATFORMS_MAP.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe:function(){return{type:i.PLATFORMS_MAP.mobile}}},{test:function(e){return"blackberry"===e.getBrowserName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.mobile,vendor:"BlackBerry"}}},{test:function(e){return"bada"===e.getBrowserName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.mobile}}},{test:function(e){return"windows phone"===e.getBrowserName()},describe:function(){return{type:i.PLATFORMS_MAP.mobile,vendor:"Microsoft"}}},{test:function(e){var t=Number(String(e.getOSVersion()).split(".")[0]);return"android"===e.getOSName(!0)&&t>=3},describe:function(){return{type:i.PLATFORMS_MAP.tablet}}},{test:function(e){return"android"===e.getOSName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.mobile}}},{test:function(e){return"macos"===e.getOSName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.desktop,vendor:"Apple"}}},{test:function(e){return"windows"===e.getOSName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.desktop}}},{test:function(e){return"linux"===e.getOSName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.desktop}}},{test:function(e){return"playstation 4"===e.getOSName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.tv}}},{test:function(e){return"roku"===e.getOSName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.tv}}}];t.default=s,e.exports=t.default},95:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,o=(n=r(17))&&n.__esModule?n:{default:n},i=r(18),s=[{test:function(e){return"microsoft edge"===e.getBrowserName(!0)},describe:function(e){if(/\sedg\//i.test(e))return{name:i.ENGINE_MAP.Blink};var t=o.default.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,e);return{name:i.ENGINE_MAP.EdgeHTML,version:t}}},{test:[/trident/i],describe:function(e){var t={name:i.ENGINE_MAP.Trident},r=o.default.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:function(e){return e.test(/presto/i)},describe:function(e){var t={name:i.ENGINE_MAP.Presto},r=o.default.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:function(e){var t=e.test(/gecko/i),r=e.test(/like gecko/i);return t&&!r},describe:function(e){var t={name:i.ENGINE_MAP.Gecko},r=o.default.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/(apple)?webkit\/537\.36/i],describe:function(){return{name:i.ENGINE_MAP.Blink}}},{test:[/(apple)?webkit/i],describe:function(e){var t={name:i.ENGINE_MAP.WebKit},r=o.default.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}}];t.default=s,e.exports=t.default}})},142:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".ck.ck-aria-description{display:none}",""]);const i=o},507:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.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 i=o},967:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.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 i=o},258:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".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)}.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)}",""]);const i=o},906:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.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 i=o},938:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".ck-content .ck-comment-marker.ck-widget.ck-merge-field,.ck-content .ck-suggestion-marker.ck-widget.ck-merge-field{border-width:2px;border-left:none;border-right:none;padding-bottom:0;padding-top:0}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom-color:var(--ck-color-suggestion-marker-deletion-border);border-top-color:var(--ck-color-suggestion-marker-deletion-border)}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field :not(.ck-merge-field__affix),.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-merge-field_with-value,.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-merge-field_with-warning{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-widget.ck-merge-field.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-marker-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-merge-field{background-color:var(--ck-color-suggestion-marker-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-merge-field.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-marker-insertion-background-active)}.ck-content .ck-comment-marker.ck-widget.ck-merge-field{background:var(--ck-color-comment-marker)}.ck-content .ck-comment-marker.ck-widget.ck-merge-field.ck-comment-marker--active{background:var(--ck-color-comment-marker-active)}.ck-content span.ck-comment-marker:has(+.ck-comment-marker.ck-widget.ck-merge-field),.ck-content span.ck-suggestion-marker:has(+.ck-suggestion-marker.ck-widget.ck-merge-field){margin-right:-1px;padding-right:1px}",""]);const i=o},751:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.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 i=o},901:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.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-widget.table>figcaption.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);border:none}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background);border:none}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-insertion.table{border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.table>figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background)}.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{border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background-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.ck-widget.table{border-color:var(--ck-color-suggestion-marker-deletion-border)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-deletion.ck-widget.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.ck-widget.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{border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background-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 i=o},961:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.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,.ck .ck-thread__header{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{border-radius:0}.ck .ck-suggestion-wrapper.ck-rounded-corners,.ck-rounded-corners .ck .ck-suggestion-wrapper{border-radius:var(--ck-border-radius)}.ck .ck-suggestion-wrapper{overflow:hidden}.ck .ck-suggestion-wrapper:focus{box-shadow:0 0 0 4px var(--ck-color-focus-outer-shadow);outline:var(--ck-focus-ring)}.ck-balloon-panel:has(.ck-suggestion-wrapper:focus){border:var(--ck-focus-ring);box-shadow:var(--ck-drop-shadow),var(--ck-focus-outer-shadow);outline:none}.ck .ck-suggestion-type{font-weight:700}.ck .ck-suggestion-color{border-radius:14px;box-shadow:0 0 0 1px #454545;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 i=o},163:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.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:#99d7e6;--ck-color-suggestion-marker-format-border-active:#5cc0d6;--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 i=o},332:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.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 .ck-user__marker-dot::selection,.ck .ck-user__marker--0 .ck-user__marker-tooltip,.ck .ck-user__marker--0 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--0::selection{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 .ck-user__marker-dot::selection,.ck .ck-user__marker--1 .ck-user__marker-tooltip,.ck .ck-user__marker--1 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--1::selection{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 .ck-user__marker-dot::selection,.ck .ck-user__marker--2 .ck-user__marker-tooltip,.ck .ck-user__marker--2 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--2::selection{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 .ck-user__marker-dot::selection,.ck .ck-user__marker--3 .ck-user__marker-tooltip,.ck .ck-user__marker--3 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--3::selection{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 .ck-user__marker-dot::selection,.ck .ck-user__marker--4 .ck-user__marker-tooltip,.ck .ck-user__marker--4 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--4::selection{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 .ck-user__marker-dot::selection,.ck .ck-user__marker--5 .ck-user__marker-tooltip,.ck .ck-user__marker--5 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--5::selection{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 .ck-user__marker-dot::selection,.ck .ck-user__marker--6 .ck-user__marker-tooltip,.ck .ck-user__marker--6 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--6::selection{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 .ck-user__marker-dot::selection,.ck .ck-user__marker--7 .ck-user__marker-tooltip,.ck .ck-user__marker--7 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--7::selection{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 i=o},533:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,":root{--ck-user-avatar-size:40px;--ck-user-avatar-background:#3670ab;--ck-user-avatar-color:#fff;--ck-user-me-border-color:#fff}.ck.ck-user{align-items:center;background-color:var(--ck-user-avatar-background);border-radius:50%;box-sizing:border-box;display:flex;height:var(--ck-user-avatar-size);justify-content:center;line-height:100%;margin:2px;min-height:var(--ck-user-avatar-size);min-width:var(--ck-user-avatar-size);position:relative;width:var(--ck-user-avatar-size)}.ck.ck-user.ck-user_me{border:2px solid var(--ck-user-me-border-color);outline:2px solid var(--ck-user-avatar-background)}.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:none;border-radius:50%;display:none;height:100%;width:100%}.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}.ck.ck-user__notification{align-items:center;background:var(--ck-color-base-background);border:2px solid var(--ck-color-base-background);border-radius:50%;box-sizing:content-box;display:flex;height:15px;justify-content:center;overflow:hidden;position:absolute;right:-7px;top:-8px;transform:translateZ(0);width:15px}.ck.ck-user__notification .ck-user__icon{background:var(--ck-color-base-background);color:var(--ck-color-annotation-info);height:19px;max-height:19px;max-width:19px;min-height:19px;min-width:19px;width:19px}",""]);const i=o},181:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,":root{--ck-ai-dropdown-view-width:250px;--ck-ai-dropdown-view-list-max-height:250px}.ck.ck-ai-commands-search{width:var(--ck-ai-dropdown-view-width)}.ck.ck-ai-commands-search>.ck-labeled-field-view{padding:var(--ck-spacing-large)}.ck.ck-ai-commands-search>.ck-labeled-field-view .ck-input{min-width:unset}.ck.ck-ai-commands-search>.ck-search__results{border-top:1px solid var(--ck-color-base-border)}.ck.ck-ai-commands-search>.ck-search__results>.ck-list{max-height:var(--ck-ai-dropdown-view-list-max-height);overflow:auto}",""]);const i=o},676:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,":root{--ck-ai-form-view-width:600px;--ck-ai-form-content-height:175px;--ck-ai-form-content-background:#fafafa;--ck-ai-form-history-font-size:.9em;--ck-ai-form-error-background:var(--ck-color-light-red)}.ck .ck-ai-form{max-width:100%;width:var(--ck-ai-form-view-width)}@media screen and (max-width:600px){.ck .ck-ai-form{--ck-ai-form-view-width:100vw}}.ck .ck-ai-form .ck-ai-form-content{padding:var(--ck-spacing-large);width:100%}.ck .ck-ai-form .ck-ai-form-content .ck-input{width:100%}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area-wrapper{border:1px solid var(--ck-color-base-border);border-radius:2px;max-height:var(--ck-ai-form-content-height);overflow-y:auto;width:100%}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area-wrapper:focus{border:var(--ck-focus-ring);box-shadow:var(--ck-focus-outer-shadow),0 0;outline:none}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area{background-color:var(--ck-ai-form-content-background);display:flex}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area.ck-ai-form__content-area--processing{--ck-color-text:var(--ck-color-input-disabled-text);background-color:var(--ck-color-input-disabled-background)}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__content-field{box-sizing:content-box;min-height:calc(var(--ck-line-height-base)*var(--ck-font-size-base));padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);white-space:normal;width:100%}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__content-field{padding-right:0}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__content-field{padding-left:0}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__content-field>*{color:inherit;white-space:normal}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-spinner-container{margin-right:var(--ck-spacing-medium)}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-spinner-container{margin-left:var(--ck-spacing-medium)}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__copy-button-wrapper{display:flex;flex-direction:column-reverse;padding-left:2px}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__copy-button{bottom:1px;min-height:unset;min-width:unset;padding:4px;position:sticky;right:1px}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__copy-button svg{--ck-icon-size:16px}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__copy-button.ck-ai-form__copy-button--copied{color:inherit}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__toolbar{border:none;margin-bottom:calc(var(--ck-spacing-medium)*2);margin-top:var(--ck-spacing-medium);padding:0}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__loader{align-items:center;display:flex}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__loader .ck-spinner{box-sizing:border-box}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete{display:flex;justify-content:space-between}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view{flex-grow:1}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck.ck-ai-form__submit{margin-left:var(--ck-spacing-medium)}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck.ck-ai-form__submit{margin-right:var(--ck-spacing-medium)}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck.ck-ai-form__submit{border-color:var(--ck-ai-form-submit-button-border-color);color:var(--ck-ai-form-submit-button-text-color)}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck.ck-ai-form__submit.ck-disabled{border-color:var(--ck-ai-form-submit-button-disabled-border-color)}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view .ck-ai-form__toggle-history{font-size:var(--ck-font-size-tiny);position:absolute}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view .ck-ai-form__toggle-history{right:var(--ck-spacing-medium)}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view .ck-ai-form__toggle-history{left:var(--ck-spacing-medium)}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view .ck-ai-form__toggle-history{bottom:var(--ck-spacing-small);min-height:unset;min-width:unset;padding:4px;top:var(--ck-spacing-small)}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-textarea{padding-right:30px}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-textarea{padding-left:30px}@media screen and (max-width:600px){.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-textarea{--ck-input-width:auto}}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto;grid-column-gap:0;grid-row-gap:0}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>span{grid-area:1/1/2/2}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-button{background:none;font-size:var(--ck-ai-form-history-font-size);grid-area:1/2/2/3;justify-self:start;margin:var(--ck-spacing-medium) 0 0;min-height:auto;padding:0}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-button .ck-button__label{line-height:inherit}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-button .ck-button__label:hover{text-decoration:underline}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-list{grid-area:2/1/3/3}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-list .ck-list__item .ck-button .ck-button__label{font-size:var(--ck-ai-form-history-font-size);line-height:var(--ck-line-height-base);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck .ck-ai-form .ck-ai-form__error{align-items:center;background-color:var(--ck-ai-form-error-background);border-radius:2px;color:var(--ck-color-base-text);display:flex;justify-content:center;margin-bottom:var(--ck-spacing-medium);padding:var(--ck-spacing-medium)}",""]);const i=o},379:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(433),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,":root{--ck-ai-form-submit-button-text-color:var(--ck-color-text);--ck-ai-form-submit-button-border-color:transparent;--ck-ai-form-submit-button-disabled-border-color:transparent;--ck-ai-toolbar-button-hover-color:var(--ck-color-text);--ck-color-ai-selection:rgba(31,176,255,.3)}.ck-ai-assistant-ui_theme{--ck-color-button-default-hover-background:#f3ecff;--ck-color-button-default-active-background:#f3ecff;--ck-color-button-on-background:#f3ecff;--ck-color-button-on-hover-background:#e8dff7;--ck-color-button-on-active-background:#f3ecff;--ck-color-button-on-disabled-background:#f3ecff;--ck-color-button-on-color:#743ccd;--ck-color-button-action-background:#743ccd;--ck-color-button-action-hover-background:#6c34c9;--ck-color-button-action-active-background:#6c34c9;--ck-color-button-action-disabled-background:#ba9de6;--ck-color-list-button-hover-background:#f3ecff;--ck-ai-form-content-background:#f9f9f9;--ck-ai-form-submit-button-text-color:var(--ck-color-button-on-color);--ck-ai-form-submit-button-border-color:var(--ck-color-button-action-background);--ck-ai-form-submit-button-disabled-border-color:var(--ck-color-button-action-disabled-background);--ck-ai-toolbar-button-hover-color:var(--ck-color-button-on-color);--ck-color-ai-selection:#e2d6f5}.ck-ai-assistant-button:hover,.ck-ai-commands-dropdown>.ck-button:hover{color:var(--ck-ai-toolbar-button-hover-color)}.ck span.ck-fake-ai-selection{background:var(--ck-color-ai-selection)}.ck .ck-widget.ck-fake-ai-selection{outline-color:var(--ck-color-ai-selection)}.ck span.ck-fake-ai-selection-candidate{background:var(--ck-color-ai-selection)}.ck .ck-fake-ai-selection_collapsed{border-right:1px solid var(--ck-color-base-text);height:100%;margin-right:-1px;outline:1px solid hsla(0,0%,100%,.5)}.ck.ck-content.ck-ai-form__content-field h2{font-size:1.3em}.ck.ck-content.ck-ai-form__content-field h3{font-size:1.2em}.ck.ck-content.ck-ai-form__content-field h4,.ck.ck-content.ck-ai-form__content-field h5,.ck.ck-content.ck-ai-form__content-field h6{font-size:1.1em}.ck.ck-content.ck-ai-form__content-field h2,.ck.ck-content.ck-ai-form__content-field h3,.ck.ck-content.ck-ai-form__content-field h4,.ck.ck-content.ck-ai-form__content-field h5,.ck.ck-content.ck-ai-form__content-field h6,.ck.ck-content.ck-ai-form__content-field ol,.ck.ck-content.ck-ai-form__content-field p,.ck.ck-content.ck-ai-form__content-field ul{line-height:1.7em;margin-block-end:.5em;margin-block-start:.5em}.ck.ck-content.ck-ai-form__content-field>:first-child{margin-top:0}.ck.ck-content.ck-ai-form__content-field>:last-child{margin-bottom:0}",""]);const i=o},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(n)for(var i=0;i<this.length;i++){var s=this[i][0];null!=s&&(o[s]=!0)}for(var a=0;a<e.length;a++){var c=[].concat(e[a]);n&&o[c[0]]||(r&&(c[2]?c[2]="".concat(r," and ").concat(c[2]):c[2]=r),t.push(c))}},t}},673:(e,t,r)=>{"use strict";var n,o=function(){return void 0===n&&(n=Boolean(window&&document&&document.all&&!window.atob)),n},i=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),s=[];function a(e){for(var t=-1,r=0;r<s.length;r++)if(s[r].identifier===e){t=r;break}return t}function c(e,t){for(var r={},n=[],o=0;o<e.length;o++){var i=e[o],c=t.base?i[0]+t.base:i[0],u=r[c]||0,l="".concat(c," ").concat(u);r[c]=u+1;var d=a(l),g={css:i[1],media:i[2],sourceMap:i[3]};-1!==d?(s[d].references++,s[d].updater(g)):s.push({identifier:l,updater:m(g,t),references:1}),n.push(l)}return n}function u(e){var t=document.createElement("style"),n=e.attributes||{};if(void 0===n.nonce){var o=r.nc;o&&(n.nonce=o)}if(Object.keys(n).forEach((function(e){t.setAttribute(e,n[e])})),"function"==typeof e.insert)e.insert(t);else{var s=i(e.insert||"head");if(!s)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");s.appendChild(t)}return t}var l,d=(l=[],function(e,t){return l[e]=t,l.filter(Boolean).join("\n")});function g(e,t,r,n){var o=r?"":n.media?"@media ".concat(n.media," {").concat(n.css,"}"):n.css;if(e.styleSheet)e.styleSheet.cssText=d(t,o);else{var i=document.createTextNode(o),s=e.childNodes;s[t]&&e.removeChild(s[t]),s.length?e.insertBefore(i,s[t]):e.appendChild(i)}}function h(e,t,r){var n=r.css,o=r.media,i=r.sourceMap;if(o?e.setAttribute("media",o):e.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(n+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}var f=null,p=0;function m(e,t){var r,n,o;if(t.singleton){var i=p++;r=f||(f=u(t)),n=g.bind(null,r,i,!1),o=g.bind(null,r,i,!0)}else r=u(t),n=h.bind(null,r,t),o=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(r)};return n(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;n(e=t)}else o()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=o());var r=c(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var n=0;n<r.length;n++){var o=a(r[n]);s[o].references--}for(var i=c(e,t),u=0;u<r.length;u++){var l=a(r[u]);0===s[l].references&&(s[l].updater(),s.splice(l,1))}r=i}}}},331:(e,t,r)=>{e.exports=r(237)("./src/clipboard.js")},782:(e,t,r)=>{e.exports=r(237)("./src/core.js")},783:(e,t,r)=>{e.exports=r(237)("./src/engine.js")},311:(e,t,r)=>{e.exports=r(237)("./src/ui.js")},584:(e,t,r)=>{e.exports=r(237)("./src/utils.js")},237:e=>{"use strict";e.exports=CKEditor5.dll}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var i=t[n]={id:n,exports:{}};return e[n].call(i.exports,i,i.exports,r),i.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{AIAdapter:()=>D,AIAssistant:()=>Lt,AIRequestError:()=>H,AITextAdapter:()=>Ft,AWSTextAdapter:()=>zc,OpenAITextAdapter:()=>qt});var e=r(584),t=r(782),o=r(311);t.ContextPlugin;var i=r(673),s=r.n(i),a=r(332),c={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(a.A,c);a.A.locals;t.ContextPlugin;var u=r(533),l={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(u.A,l);u.A.locals;o.View;o.View;o.View;var d=r(961),g={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(d.A,g);d.A.locals;var h=r(163),f={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(h.A,f);h.A.locals;var p=r(142),m={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(p.A,m);p.A.locals;var k=r(258),b={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(k.A,b);k.A.locals;var v=r(967),y={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(v.A,y);v.A.locals;var w=r(906),_={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(w.A,_);w.A.locals;var S=r(938),A={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(S.A,A);S.A.locals;var x=r(751),E={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(x.A,E);x.A.locals;var I=r(901),R={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(I.A,R);I.A.locals;var M=r(507),T={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(M.A,T);M.A.locals;const P={paintRoller:'<svg viewBox="0 0 20 20" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><path d="M3 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3Z"/><path d="M16 3.25a1.5 1.5 0 0 1 1.5 1.5v1.7a2.25 2.25 0 0 1-1.932 2.226l-4.424.632a.75.75 0 0 0-.644.743V11a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1v-.95a2.25 2.25 0 0 1 1.932-2.226l4.424-.632A.75.75 0 0 0 16 6.449V3.25Z"/></svg>\n',robotPencil:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M9.61 2.66a1.406 1.406 0 1 0-1.407 0v.891H3.28a2.11 2.11 0 0 0-2.11 2.11v10.312a2.11 2.11 0 0 0 2.11 2.109h5.684l-.054-1.157.18-.25H3.28a.703.703 0 0 1-.703-.702V5.66c0-.389.315-.704.703-.704h11.25c.388 0 .703.315.703.704v2.484l.358-.497a2.492 2.492 0 0 1 1.048-.84V5.66a2.11 2.11 0 0 0-2.11-2.11H9.61v-.89Z"/><path d="M5.625 10.817c.518 0 .937-.63.937-1.407 0-.776-.42-1.406-.937-1.406-.518 0-.938.63-.938 1.406 0 .777.42 1.407.938 1.407Z"/><path d="M13.125 9.41c0 .777-.42 1.407-.938 1.407s-.937-.63-.937-1.407c0-.776.42-1.406.937-1.406.518 0 .938.63.938 1.406Z"/><path d="M.937 8.004A.937.937 0 0 0 0 8.942v1.875c0 .517.42.937.937.937v-3.75Z"/><path d="M6.128 12.51a.782.782 0 0 1 1.085.216c.272.408.907.707 1.693.707s1.421-.3 1.693-.707a.782.782 0 0 1 1.302.868c-.666 1-1.906 1.403-2.995 1.403-1.089 0-2.329-.404-2.995-1.403a.782.782 0 0 1 .217-1.085Z"/><path d="m16.987 8.91-.622.864 2.879 2.074.622-.864a.71.71 0 0 0-.161-.99l-1.728-1.245a.71.71 0 0 0-.99.161Z"/><path d="M11.635 19.951a.355.355 0 0 1-.449-.31l-.214-2.38 4.978-6.911 2.88 2.074-4.978 6.91-2.217.617Z"/></svg>',tableOfContents:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M3 19a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8.022a6.47 6.47 0 0 0-1.5-.709V2a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v15a.5.5 0 0 0 .5.5h6.313c.173.534.412 1.037.709 1.5H3Z"/><path d="M9.174 14a6.489 6.489 0 0 0-.155 1H6v-1h3.174Z"/><path d="M10.022 12c-.202.316-.378.65-.524 1H4v-1h6.022Z"/><path d="M12.034 10c-.448.283-.86.62-1.224 1H6v-1h6.034Z"/><path d="M12 4v1H4V4h8Z"/><path d="M14 7V6H6v1h8Z"/><path d="M15 9V8H7v1h8Z"/><path clip-rule="evenodd" d="M20 15.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0ZM15.5 13a.5.5 0 0 0-.5.5V15h-1.5a.5.5 0 0 0 0 1H15v1.5a.5.5 0 0 0 1 0V16h1.5a.5.5 0 0 0 0-1H16v-1.5a.5.5 0 0 0-.5-.5Z"/></svg>\n',template:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M8 0H3a2 2 0 0 0-2 2v15a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2ZM2.5 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v15a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V2Z"/><path clip-rule="evenodd" d="M13 0h5a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Zm0 1.5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5V2a.5.5 0 0 0-.5-.5h-5Z"/><path clip-rule="evenodd" d="M13 10h5a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2Zm0 1.5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-5Z"/></svg>',caseChange:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5.789 3 0 17h1.664l1.664-4.027h6.797l.227.548c.046-.172.112-.352.209-.545.217-.436.556-.609.898-.798L7.664 3H5.79Zm.938 1.758 2.777 6.715H3.949l2.778-6.715Z"/><path d="M15.956 7.5c-1.584-.02-3.226.824-3.843 2.882l1.495.106c.904-2.082 4.594-2.13 4.375.534-3.245 1.024-4.838.117-6.082 2.62-.208.418-.17 1.57.54 2.397.71.826 2.014 1.149 3.409.85 1.395-.299 2.24-1.386 2.24-1.386L18.205 17h1.493l-.059-1.72-.056-5.274C19.51 8.612 17.75 7.524 15.956 7.5Zm2.027 4.696s.641 2.453-1.528 3.27c-3.376 1.269-4.188-2.141-1.775-2.638 1.704-.352 1.873-.25 3.303-.632Z"/></svg>'};function C(){const e=["showFakeVisualSelection","for","conversion","createSelection","length","createPositionAfter","setSelection","selection","data","24zRvMBG","config","ck-ai-assistant-ui_theme","ai.useTheme","push","2896720xQZucu","pluginName","toView","6212552ClJxpL","span","markers","editingDowncast","798430IlIOAu","schema","getRange","getLastPosition","getFirstRange","markerToHighlight","canEditAt","getSelectedBlocks","AIAssistantEditing","81LODwvi","editor","ai-ui","init","addClass","ck-fake-ai-selection-candidate","hideFakeVisualSelection","get","document","10697907rQbMch","134564eWnopy","insertContent","pop","insertContentBelow","end","34FYNClL","createUIElement","57oHaLps","updateMarker","model","ai-ui-candidate","isContent","markerToElement","addMarker","markerRange","isAtEnd","isCollapsed","ck-fake-ai-selection","ck-fake-ai-selection_collapsed","createRange","toModel","has","37256BzlQzA","removeMarker","19854ccKEWI","processor","1407SHMiRl","change","start","from","getLastMatchingPosition"];return(C=function(){return e})()}const O=$;!function(e){const t=$,r=e();for(;;)try{if(528796===-parseInt(t(514))/1*(parseInt(t(497))/2)+parseInt(t(499))/3*(-parseInt(t(492))/4)+parseInt(t(537))/5+-parseInt(t(516))/6*(parseInt(t(518))/7)+-parseInt(t(540))/8+-parseInt(t(482))/9*(-parseInt(t(544))/10)+-parseInt(t(491))/11*(-parseInt(t(532))/12))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(C);const N=O(484),L=O(502);function $(e,t){const r=C();return($=function(e,t){return r[e-=481]})(e,t)}class B extends t.Plugin{static get[O(538)](){return O(481)}[O(485)](){const e=O,{editor:t}=this,r=[e(509)];t[e(533)][e(489)](e(535))&&r[e(536)](e(534)),t[e(525)][e(524)](e(543))[e(549)]({model:N,view:{classes:r,priority:12}}),t[e(525)][e(524)](e(543))[e(504)]({model:N,view:(t,{writer:r})=>{const n=e;if(!t[n(506)][n(508)])return null;const o=r[n(498)](n(541));return r[n(486)]([n(509),n(510)],o),o}}),t[e(525)][e(524)](e(543))[e(549)]({model:L,view:{classes:[e(487)],priority:25}}),t[e(525)][e(524)](e(543))[e(504)]({model:L,view:(t,{writer:r})=>{const n=e;if(!t[n(506)][n(508)])return null;const o=r[n(498)](n(541));return r[n(486)]([n(487),n(510)],o),o}})}[O(523)](e){const t=O,r=this[t(483)][t(501)],n=e?L:N;r[t(519)]((e=>{const o=t,i=r[o(490)][o(530)][o(548)]();if(r[o(542)][o(513)](n))e[o(500)](n,{range:i});else if(i[o(520)][o(507)]){const t=i[o(520)][o(522)]((({item:e})=>!r[o(545)][o(503)](e)),{boundaries:i});e[o(505)](n,{usingOperation:!1,affectsData:!1,range:e[o(511)](t,i[o(496)])})}else e[o(505)](n,{usingOperation:!1,affectsData:!1,range:i})}))}[O(488)](e){const t=O,r=this[t(483)][t(501)],n=e?L:N;r[t(542)][t(513)](n)&&r[t(519)]((e=>{e[t(515)](n)}))}[O(493)](e,t){const r=O,n=t||this[r(483)][r(501)][r(542)][r(489)](N)[r(546)]();if(!this[r(483)][r(501)][r(550)](n))return;const o=this[r(483)][r(531)][r(517)][r(539)](e),i=this[r(483)][r(531)][r(512)](o);this[r(483)][r(501)][r(519)]((e=>{const t=r;this[t(488)]();const o=this[t(483)][t(501)][t(493)](i,n);o&&e[t(529)](o)}))}[O(495)](e){const t=O,{model:r}=this[t(483)],n=Array[t(521)](r[t(526)](this[t(483)][t(501)][t(542)][t(489)](N)[t(546)]())[t(551)]()),o=n[t(527)]?r[t(528)](n[t(494)]()):r[t(490)][t(530)][t(547)]();this[t(493)](e,o)}}var U=j;function F(){var e=["pluginName","4915PLtrvA","102969RXaZbk","860436xGMTke","AIAdapter","name","5070ZdRsUH","21kVIpxf","afterInit","textAdapter","72382cuqeaU","668SlWHRj","4SiojCl","869496ufGHRr","AIRequestError","12881ynSxir","aiadapter-text-adapter-not-set","2217464AkDWWh"];return(F=function(){return e})()}!function(e){for(var t=j,r=e();;)try{if(257134===-parseInt(t(304))/1*(parseInt(t(306))/2)+parseInt(t(314))/3+parseInt(t(305))/4*(-parseInt(t(313))/5)+-parseInt(t(307))/6*(parseInt(t(301))/7)+parseInt(t(311))/8+parseInt(t(315))/9+parseInt(t(318))/10*(parseInt(t(309))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(F);class D extends t.Plugin{static get[U(312)](){return U(316)}[U(302)](){var t=U;if(!this[t(303)])throw new e.CKEditorError(t(310),null)}}function j(e,t){var r=F();return(j=function(e,t){return r[e-=301]})(e,t)}class H extends Error{constructor(e){var t=U;super(e),this[t(317)]=t(308)}}function q(e,t,r){const n=e.t;switch(t){case"Edit or review":return n("Edit or review");case"Improve writing":return n("Improve writing");case"Make shorter":return n("Make shorter");case"Make longer":return n("Make longer");case"Simplify language":return n("Simplify language");case"Generate from selection":return n("Generate from selection");case"Summarize":return n("Summarize");case"Continue":return n("Continue");case"Change tone":return n("Change tone");case"Professional":return n("Professional");case"Casual":return n("Casual");case"Direct":return n("Direct");case"Confident":return n("Confident");case"Friendly":return n("Friendly");case"Change style":return n("Change style");case"Business":return n("Business");case"Legal":return n("Legal");case"%0 commands found":return n("%0 commands found",r);case"Journalism":return n("Journalism");case"Poetic":return n("Poetic");case"Translate":return n("Translate");case"Translate to %0":return n("Translate to %0",r);case"English":return n("English");case"Spanish":return n("Spanish");case"German":return n("German");case"Portuguese":return n("Portuguese");case"French":return n("French");case"Simplified Chinese":return n("Simplified Chinese");case"Hindi":return n("Hindi");case"Arabic":return n("Arabic");case"AI Assistant":return n("AI Assistant");case"AI Commands":return n("AI Commands");case"Ask AI to edit or generate":return n("Ask AI to edit or generate");case"Ask AI to improve generated text":return n("Ask AI to improve generated text");case"Copy":return n("Copy");case"Submit":return n("Submit");case"Insert below":return n("Insert below");case"Try again":return n("Try again");case"Stop":return n("Stop");case"AI is writing...":return n("AI is writing...");case"AI is writing":return n("AI is writing");case"Generated content: %0":return n("Generated content: %0",r);case"Error during AI content generation: %0":return n("Error during AI content generation: %0",r);case"History":return n("History");case"Empty history":return n("Empty history");case"Ask AI and your prompts will be listed here for you to use later.":return n("Ask AI and your prompts will be listed here for you to use later.");case"Prompt history":return n("Prompt history");case"Search AI command":return n("Search AI command");case"No commands found":return n("No commands found");case"No commands available":return n("No commands available");case"Clear":return n("Clear");case"AI_REPLACE_CONTENT":return n({id:"AI_REPLACE_CONTENT",string:"Replace"});case"AI_INSERT_CONTENT":return n({id:"AI_INSERT_CONTENT",string:"Insert"});case"AI_ERROR_GET_HEADERS":return n({id:"AI_ERROR_GET_HEADERS",string:"Preparing request headers failed"});case"AI_ERROR_GET_PARAMETERS":return n({id:"AI_ERROR_GET_PARAMETERS",string:"Preparing request parameters failed"});case"AI_ERROR_UNSUPPORTED_MODEL":return n({id:"AI_ERROR_UNSUPPORTED_MODEL",string:'The requested AI model ("%0") is not supported'},r);case"AI_ERROR_CONTEXT_LENGTH":return n({id:"AI_ERROR_CONTEXT_LENGTH",string:"Selected content is too long"});case"AI_ERROR_MODERATION":return n({id:"AI_ERROR_MODERATION",string:"Requested query does not pass moderation rules"});case"AI_ERROR_FAILED":return n({id:"AI_ERROR_FAILED",string:"Failed to communicate with the AI service"});default:return t}}function V(){const e=["3nHLOmt","isEnabled","config","hasContent","add","name","element","5578290scQKma","includes","7ZlGynA","set","344308MIiyGA","plugins","isEmpty","document","change:_hasContext","change:isEnabled","commands","ai.aiAssistant.disabledElements","7KmMNEL","reduce","selection","11jBCuwY","length","refresh","execute","85472ftKuwo","showUI","getFirstRange","from","isCollapsed","42662NPWMaq","getSelectedBlocks","custom","getItems","getRanges","editor","_commandDefinitions","get","1018500jNSfLf","629928bmoipX","model","requiresContent","_hasContext","concat","enabledCommandsIds","662100iOBmkk"];return(V=function(){return e})()}const z=W;!function(e){const t=W,r=e();for(;;)try{if(133111===-parseInt(t(421))/1*(parseInt(t(443))/2)+parseInt(t(459))/3*(parseInt(t(423))/4)+-parseInt(t(458))/5+-parseInt(t(451))/6+parseInt(t(431))/7*(parseInt(t(438))/8)+-parseInt(t(452))/9+-parseInt(t(419))/10*(-parseInt(t(434))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(V);class G extends t.Command{constructor(e,t){const r=W;super(e),this[r(449)]=t?t[r(432)](((e,t)=>e[r(456)](t[r(429)])),new Array):[],this[r(422)](r(457),[]),this.on(r(427),((e,t,n)=>{const o=r;this[o(460)]&&(this[o(457)]=Z(this[o(449)],n))})),this[r(422)](r(455),!1),this.on(r(428),((e,t,n)=>{const o=r;this[o(457)]=n?Z(this[o(449)],this[o(455)]):[]}))}[z(436)](){const e=z,t=this[e(448)][e(453)];this[e(455)]=function(t){const r=e,n=t[r(426)][r(433)];return n[r(442)]?0!==[...n[r(444)]()][r(435)]&&![...n[r(444)]()][0][r(425)]:!!t[r(462)](n[r(440)]())}(t);const r=t[e(426)][e(433)],n=this[e(448)][e(461)][e(450)](e(430));for(const t of r[e(447)]())for(const r of t[e(446)]())if(r.is(e(465))&&n[e(420)](r[e(464)]))return void(this[e(460)]=!1);this[e(460)]=!0}[z(437)](e="",t="",r=z(445)){const n=z;this[n(448)][n(424)][n(450)](Et)[n(439)](e,t,r)}}function W(e,t){const r=V();return(W=function(e,t){return r[e-=419]})(e,t)}function Z(e,t){const r=z,n=new Set;for(const o of e)(t||!1===o[r(454)])&&n[r(463)](o.id);return Array[r(441)](n)}var K=r(783);function J(e,t){const r=X();return(J=function(e,t){return r[e-=243]})(e,t)}const Q=J;!function(e){const t=J,r=e();for(;;)try{if(981339===parseInt(t(262))/1+-parseInt(t(258))/2*(-parseInt(t(259))/3)+parseInt(t(310))/4+-parseInt(t(297))/5+parseInt(t(326))/6+-parseInt(t(247))/7+-parseInt(t(311))/8*(parseInt(t(263))/9))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(X);const Y=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,"is");function X(){const e=["_handleQuery","body","innerHTML","previousActionId","rename","data","toModel","_domParser","set","stringify","_sanitizationContainer","ELEMENT_NODE","12434520IfJWlc","reset","isProcessing","finally","isRendered","once","previousQuery","catch","handleError","remove","tryAgainEvent","2452EcfuLe","3057VOzTpZ","set:currentContext","_parseAndNormalizeContent","1676223LfpHxD","4031901tQHRHs","view","from","currentResponse","message","editing","match","domConverter","stopListening","<h1></h1>","length","abort","serializeToString","endsWith","element","currentContext","name","querySelector","htmlProcessor","startProcessing","render","value","updateView","destroy","processor","reverse","substring","parseFromString","submitPrompt","document","finishProcessing","setContentOf","stopProcessing","div","6330780odejKE","_stripMarkdownSyntax","textAdapter","custom","makeRequest","then","_normalizeResponseHeadings","prompt","initialContext","toView","listenTo","childNodes","_isH1TagSupportEnabled","6820440AdhNQh","24karLjF","startsWith","```html","nodeType","_xmlSerializer","exec","text/html","previousLabel","createElement","_sanitizeHTML","push","viewToDom","```","mainAction","editor","4423170qpqUGe","trim","previousContext"];return(X=function(){return e})()}class ee extends((0,e.ObservableMixin)()){constructor(e,t,r){const n=J;super(),this[n(325)]=e,this[n(299)]=t,this[n(245)]=document[n(319)](n(296)),this[n(336)]=new DOMParser,this[n(315)]=new XMLSerializer,this[n(264)]=r,this[n(243)]({initialContext:"",currentContext:"",currentResponse:"",previousContext:void 0,previousQuery:void 0,previousLabel:void 0,isProcessing:!1}),this.on(n(260),((e,t,r)=>{const o=n;this[o(264)][o(284)]=this[o(320)](r)})),this[n(307)](this[n(264)],n(291),((e,t)=>{const r=n,o=this[r(278)]||this[r(305)];this[r(329)](t,o,r(300))})),this[n(307)](this[n(264)],n(257),(()=>{const e=n;this[e(264)][e(304)]=this[e(318)],this[e(329)](this[e(253)],this[e(328)],this[e(332)],this[e(318)])})),this[n(307)](this[n(264)],n(295),(()=>{this[n(295)]()}))}[Q(286)](){this[Q(271)]()}async[Q(285)]({actionId:e,query:t,htmlContent:r,label:n,mainActionLabel:o}){const i=Q;this[i(264)][i(304)]=n,this[i(264)][i(324)]=o,this[i(305)]=r,t&&(this[i(264)][i(251)]?this[i(329)](t,r,e,n):this[i(264)][i(252)](i(283),(()=>{this[i(329)](t,r,e,n)})))}[Q(295)](){const e=Q;this[e(249)]&&(this[e(249)]=!1,this[e(264)][e(293)](),this[e(299)][e(274)]())}[Q(248)](){const e=Q;this[e(305)]="",this[e(278)]="",this[e(266)]="",this[e(328)]="",this[e(253)]="",this[e(318)]="",this[e(332)]=void 0,this[e(264)][e(248)](),this[e(295)]()}async[Q(329)](e,t,r,n){const o=Q;return this[o(249)]=!0,this[o(264)][o(282)](),this[o(328)]=t,this[o(253)]=e,this[o(318)]=n||e,this[o(332)]=r,new Promise((n=>{const i=o;this[i(299)][i(301)]({query:e,context:t,onData:e=>{const t=i;this[t(266)]=e,this[t(278)]=this[t(261)](this[t(266)])},actionId:r})[i(302)]((()=>{const e=i;!this[e(278)]&&this[e(266)]&&(this[e(278)]=this[e(261)](this[e(266)],!0))}))[i(254)]((e=>{const t=i;e instanceof H?this[t(264)][t(255)](e[t(267)]):this[t(264)][t(255)](),n()}))[i(250)]((()=>{this[i(295)](),n()}))}))}[Q(261)](e,t=!1){const r=Q,n=Y[r(316)](e);e=n?e[r(289)](n[1][r(273)]):e[r(273)]<100&&!t?"":this[r(298)](e);const o=this[r(336)][r(290)](e,r(317));if(n){const e=Array[r(265)](o[r(330)][r(308)]);e[r(288)]();for(const t of e){if(t[r(314)]==Node[r(246)])break;t[r(256)]()}}const i=this[r(325)][r(334)][r(287)][r(306)](this[r(315)][r(275)](o[r(330)]));return this[r(309)]()||this[r(303)](i),this[r(325)][r(334)][r(244)](this[r(325)][r(334)][r(335)](i))}[Q(303)](e){const t=Q,r=new K.UpcastWriter(this[t(325)][t(268)][t(264)][t(292)]),n=new K.Matcher({name:/^h[1-5]$/}),o=[];let i=!1;for(const r of e)r.is(t(277))&&n[t(269)](r)&&(o[t(321)](r),"h1"==r[t(279)]&&(i=!0));if(i)for(const e of o)r[t(333)]("h"+(parseInt(e[t(279)][1])+1),e)}[Q(309)](){const e=Q,{data:t,editing:r}=this[e(325)],n=t[e(281)][e(306)](e(272)),o=t[e(306)](t[e(335)](n));return!!r[e(264)][e(270)][e(322)](o)[e(280)]("h1")}[Q(320)](e){const t=Q;return this[t(325)][t(268)][t(264)][t(270)][t(294)](this[t(245)],e),this[t(245)][t(331)]}[Q(298)](e){const t=Q,r=e[t(327)]();return r[t(312)](t(313))?r[t(276)](t(323))?r[t(289)](7,r[t(273)]-3):r[t(289)](7):e}}function te(e,t){const r=ne();return(te=function(e,t){return r[e-=221]})(e,t)}const re=te;function ne(){const e=["Stop","isVisible","ck-hidden","316lljATM","stopButton","bindTemplate","toUpperCase","163222BwBBFp","4413280dwiAHU","insert","ck-button-action","bind","Try again","ck-ai-form__toolbar","items","510jyWTPd","locale","46270BlWLQa","319527jBtRdx","8421Trykpf","insertButton","label","addMany","113069timMWY","2748350NkWwSG","set","Insert below","AI_","replace","1670uqeDGE","tryAgainButton","_CONTENT","mainAction","extendTemplate","8lnBSca","_createButton","replaceButton","REPLACE"];return(ne=function(){return e})()}!function(e){const t=te,r=e();for(;;)try{if(342219===-parseInt(t(223))/1*(-parseInt(t(234))/2)+-parseInt(t(246))/3*(parseInt(t(230))/4)+parseInt(t(251))/5+parseInt(t(242))/6*(parseInt(t(244))/7)+parseInt(t(235))/8+-parseInt(t(245))/9+-parseInt(t(256))/10*(parseInt(t(250))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(ne);const oe={REPLACE:re(255),INSERT:re(236)};class ie extends o.ToolbarView{constructor(e){const t=re;super(e),this[t(252)](t(228),!1),this[t(252)](t(221),oe[t(226)]),this[t(225)]=this[t(224)]("",t(237)),this[t(225)][t(238)](t(248)).to(this,t(221),(r=>q(e,t(254)+r[t(233)]()+t(258)))),this[t(247)]=this[t(224)](q(e,t(253))),this[t(257)]=this[t(224)](q(e,t(239))),this[t(231)]=this[t(224)](q(e,t(227)));const r=this[t(232)];this[t(222)]({attributes:{class:[t(240),r.if(t(228),t(229),(e=>!e))]}}),this[t(241)][t(249)]([this[t(225)],this[t(247)],this[t(257)],this[t(231)]])}[re(224)](e,t){const r=re,n=new o.ButtonView(this[r(243)]);return n[r(252)]({label:e,class:t||"",isVisible:!0,withText:!0}),n}}const se='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5 2.801a.7.7 0 0 0-.7.7v11.5a.8.8 0 0 1-1.6 0v-11.5a2.3 2.3 0 0 1 2.3-2.3h6.5a.8.8 0 0 1 0 1.6H5Zm.7 3.7a2.3 2.3 0 0 1 2.3-2.3h7a2.3 2.3 0 0 1 2.3 2.3v10a2.3 2.3 0 0 1-2.3 2.3H8a2.3 2.3 0 0 1-2.3-2.3v-10Zm2.3-.7a.7.7 0 0 0-.7.7v10a.7.7 0 0 0 .7.7h7a.7.7 0 0 0 .7-.7v-10a.7.7 0 0 0-.7-.7H8Z"/></svg>',ae=ue;function ce(){const e=["copyButtonView","clipboard","setStartAfter","locale","<span>]</span>"," ck-ai-form__copy-button--copied","div","createElement","Copy","check","wheel","ClipboardItem","contentFieldView","change:value","ck-ai-form__copy-button","ck-ai-form__content-area-wrapper","scrollHeight","appendChild","copy","removeAllRanges","bindTemplate","set","value","smooth","setEndBefore","259809jSCURm","ck-ai-form__copy-button-wrapper","170JIGAbs","firstElementChild","isEnabled","icon","write","querySelector","focus","12ACqLmr","1054655ziFyEO","2TcPDwE","text/plain","change:isProcessing","getSelection",".ck-ai-form__loader","element","ck-ai-form__content-field","execute","lastElementChild","<span>[</span>","class","isProcessing","183025LyjvAZ","addRange","bind","ck-ai-form__content-area--processing","ck-ai-form__loader","remove","createRange","listenTo","621599mZTzQL","scrollTo","_copyHTMLToClipboard","execCommand","left","body","_createLoader","84tsnuJJ","style","534559WwWVTx","isVisible","position","render","textContent","6115256XopnxF","absolute","_createCopyButton","2449881NoEHFf","loaderView","ck-ai-form__content-area","mousedown","-9999px","innerHTML","ck-content","text/html","appendLoader","setContent","ck-reset_all-excluded","setTemplate","ck-hidden","AI is writing..."];return(ce=function(){return e})()}function ue(e,t){const r=ce();return(ue=function(e,t){return r[e-=208]})(e,t)}!function(e){const t=ue,r=e();for(;;)try{if(508526===-parseInt(t(258))/1*(-parseInt(t(229))/2)+parseInt(t(218))/3*(parseInt(t(227))/4)+-parseInt(t(241))/5*(parseInt(t(256))/6)+parseInt(t(228))/7+parseInt(t(263))/8+parseInt(t(266))/9+-parseInt(t(220))/10*(parseInt(t(249))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(ce);class le extends o.View{constructor(e,t=""){const r=ue;super(e),this[r(214)]({value:null,isVisible:!1,isProcessing:!1});const n=this[r(213)];this[r(292)]=new de(e,t),this[r(280)]=this[r(265)](),this[r(277)]({tag:r(286),attributes:{class:["ck",r(208),n.if(r(259),r(278),(e=>!e))],tabindex:"-1"},children:[{tag:r(286),attributes:{class:["ck",r(268),n.if(r(240),r(244))]},children:[this[r(292)],{tag:r(286),attributes:{class:["ck",r(219)]},children:[this[r(280)]]}]}]})}[ae(261)](){const e=ae;super[e(261)](),this[e(215)]&&this[e(292)][e(275)](this[e(215)]);let t=!1;this.on(e(293),((r,n,o)=>{const i=e,s=!this[i(292)][i(234)][i(225)](i(233));this[i(292)][i(275)](o),this[i(240)]&&s&&!t&&this[i(234)][i(250)]({top:this[i(234)][i(209)],behavior:i(216)})})),this.on(e(231),((r,n,o)=>{const i=e;t=!1,o?(this[i(215)]=null,this[i(292)][i(274)]()):this[i(215)]||this[i(292)][i(275)]("")})),this[e(248)](this[e(234)],e(290),(()=>{t=!0})),this[e(248)](this[e(234)],e(269),(()=>{t=!0}))}[ae(226)](){const e=ae;this[e(234)][e(226)]()}[ae(265)](){const e=ae,r=this[e(283)],n=new o.ButtonView(this[e(283)]),i=e(294);return n[e(214)]({label:q(r,e(288)),icon:se,class:i,tooltip:!0}),n[e(243)](e(259)).to(this,e(215),(e=>!!e)),n[e(243)](e(222)).to(this,e(240),(e=>!e)),n.on(e(236),(()=>{const r=e;this[r(251)](this[r(292)][r(234)]),n[r(223)]=t.icons[r(289)],n[r(239)]=i+r(285),this[r(226)](),setTimeout((()=>{const e=r;n[e(223)]=se,n[e(239)]=i}),1e3)})),n}[ae(251)](t){const r=ae,{window:n,document:o}=e.global;if(n[r(291)]){const{Blob:e,ClipboardItem:o}=n,i=[new o({"text/html":new e([t[r(271)]],{type:r(273)}),"text/plain":new e([t[r(262)]||""],{type:r(230)})})];navigator[r(281)][r(224)](i)}else{const e=o[r(287)](r(286));e[r(257)][r(260)]=r(264),e[r(257)][r(253)]=r(270),e[r(271)]=r(238)+t[r(271)]+r(284),o[r(254)][r(210)](e);const i=o[r(247)]();i[r(282)](e[r(221)]),i[r(217)](e[r(237)]);const s=n[r(232)]();s[r(212)](),s[r(242)](i),o[r(252)](r(211)),e[r(246)]()}}}class de extends o.View{constructor(e,t=""){const r=ae;super(e),this[r(267)]=this[r(255)](),this[r(277)]({tag:r(286),attributes:{class:["ck",r(272),t,r(276),r(235)]}})}[ae(275)](e){const t=ae;this[t(234)][t(271)]=e}[ae(274)](){const e=ae;this[e(234)][e(210)](this[e(267)][e(234)])}[ae(255)](){const e=ae,t=new o.View,r=this[e(283)],n=new o.SpinnerView;return n[e(259)]=!0,t[e(277)]({tag:e(286),attributes:{class:["ck",e(245)]},children:[n,{text:q(r,e(279))}]}),t[e(261)](),t}}function ge(e,t){const r=fe();return(ge=function(e,t){return r[e-=326]})(e,t)}!function(e){const t=ge,r=e();for(;;)try{if(789949===-parseInt(t(343))/1*(-parseInt(t(338))/2)+-parseInt(t(329))/3*(-parseInt(t(337))/4)+parseInt(t(334))/5+parseInt(t(331))/6+-parseInt(t(326))/7*(parseInt(t(340))/8)+parseInt(t(333))/9*(parseInt(t(341))/10)+-parseInt(t(335))/11)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(fe);class he extends o.View{constructor(e,t=""){const r=ge;super(e);const n=new o.IconView,i=this[r(328)];this[r(330)](r(342),t),n[r(336)]='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M9.9 4.385a1.2 1.2 0 0 0-.44.44h.002l-5.284 9.15a1.2 1.2 0 0 0 1.04 1.8h10.564a1.2 1.2 0 0 0 1.04-1.8l-5.282-9.15a1.2 1.2 0 0 0-1.64-.44Zm.05 8.363a.301.301 0 0 1 .115-.023h.9a.301.301 0 0 1 .3.3v.9a.3.3 0 0 1-.3.3h-.9a.3.3 0 0 1-.3-.3v-.9a.3.3 0 0 1 .185-.277Zm-.185-4.723a.3.3 0 0 1 .3-.3h.9a.3.3 0 0 1 .3.3v3.4a.3.3 0 0 1-.3.3h-.9a.301.301 0 0 1-.3-.3v-3.4Z"/></svg>\n',this[r(339)]({tag:r(332),attributes:{class:["ck",r(327)]},children:[n,{text:i.to(r(342))}]})}}function fe(){const e=["16649116nhObSl","content","16KsbbBd","2LVkbGS","setTemplate","3466536PAZDaw","10itPjbp","text","162451kGFXPA","7TXdZLa","ck-ai-form__error","bindTemplate","663813hMyPZk","set","2922048QYgbJo","div","135972jQcuoo","5935855yDIGag"];return(fe=function(){return e})()}const pe=ke;function me(){const e=["render","focusableChildren","ck-ai-form__toggle-history","3193983quQNTj","children","rtl","fire","isEmpty","resultsView","history","focusFirst","1403444Eoztxu","value","filteredView","16WiwTre","isEnabled","target","excludeScrollbarsAndBorders","ck-ai-form__submit","_createSubmitButton","focusCycler","History","focusLast","right","maxRows","isVisible","isOn","submit","window","bind","requestAnimationFrame","379935zSOgUJ","5136750IbRHRS","execute","focus","width","add","21749800OekoYK","minRows","fieldView","enter","submitButtonView","queryView","_createShowHistoryButton","showHistoryButtonView","Submit","update","keystrokes","element","30bilELW","set","1GUdvvZ","97514nZKLCu","locale","left","style","uiLanguageDirection","fieldWrapperChildren","2152395JHBPba"];return(me=function(){return e})()}function ke(e,t){const r=me();return(ke=function(e,t){return r[e-=123]})(e,t)}!function(e){const t=ke,r=e();for(;;)try{if(606638===parseInt(t(173))/1*(-parseInt(t(174))/2)+-parseInt(t(125))/3+parseInt(t(133))/4+parseInt(t(153))/5*(parseInt(t(171))/6)+-parseInt(t(180))/7*(parseInt(t(136))/8)+-parseInt(t(154))/9+parseInt(t(159))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(me);class be extends o.AutocompleteView{constructor(e,t){const r=ke;super(e,t),this[r(164)][r(161)][r(160)]=1,this[r(164)][r(161)][r(146)]=3,this[r(163)]=this[r(141)](),this[r(166)]=this[r(165)](),this[r(123)][r(158)](this[r(166)],1),this[r(123)][r(158)](this[r(163)])}[pe(181)](){const e=pe;super[e(181)](),this[e(164)][e(179)][e(158)](this[e(166)]),this[e(126)][e(158)](this[e(163)]),this[e(169)][e(172)](e(162),((t,r)=>{const n=e;t[n(138)]==this[n(164)][n(161)][n(170)]&&(this[n(149)](),r())}))}[pe(141)](){const e=pe,t=new o.ButtonView(this[e(175)]),r=this[e(175)];return t[e(172)]({icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M15.875 4.419a.75.75 0 0 0-1.5 0v7.25H6.818l2.33-1.955a.75.75 0 0 0-.963-1.15l-3.792 3.182a.75.75 0 0 0-.17.945c.046.11.118.208.21.284l3.788 3.18a.75.75 0 1 0 .965-1.149l-2.19-1.837h7.629c.69 0 1.25-.56 1.25-1.25v-7.5Z"/></svg>',label:q(r,e(167)),isVisible:!0,tooltip:!0,class:e(140)}),t.on(e(155),(()=>{this[e(149)]()})),t[e(151)](e(137)).to(this[e(164)][e(161)],e(129),this,e(137),((e,t)=>!e&&t)),t}[pe(165)](){const r=pe,n=new o.ButtonView(this[r(175)]),i=this[r(130)],s=this[r(175)];n[r(172)]({label:q(s,r(143)),withText:!1,icon:t.icons[r(131)],tooltip:!0,tooltipPosition:"sw",class:r(124)}),n[r(151)](r(148)).to(i,r(147)),n[r(151)](r(137)).to(this,r(137)),n.on(r(155),(()=>{const e=r;i[e(147)]=!i[e(147)],i[e(147)]?this[e(135)][e(156)]():this[e(156)]()}));const a=()=>{const t=r;e.global[t(150)][t(152)]((()=>{const r=t;if((0,e.isVisible)(this[r(170)])){const t=new e.Rect(this[r(164)][r(161)][r(170)]),o=t[r(157)],i=r(127)===s[r(178)]?r(176):r(145);t[r(139)](),n[r(170)][r(177)][i]=o-t[r(157)]+1+"px"}}))};return this[r(164)][r(161)].on(r(168),a),this.on(r(181),a),n}[pe(149)](){const e=pe,t=this[e(164)][e(161)][e(170)][e(134)];this[e(128)](e(149),t)}[pe(156)](e){const t=pe;-1===e?this[t(142)][t(144)]():this[t(142)][t(132)]()}}function ve(){const e=["5938339SwiMXa","length","12qHnSim","10bVnHwS","105767fNsDlj","clearHistory","execute","items","children","clearHistoryButton","fire","2775897myfPYB","Prompt history","historyGroupView","4NLixvP","84882jqFgKA","add","set","label","4040135yXluSG","Clear","filter","locale","383532fMjEfI","2151018aCqMhd","delegate","_createClearHistoryButton","352mnpMyC"];return(ve=function(){return e})()}const ye=we;function we(e,t){const r=ve();return(we=function(e,t){return r[e-=149]})(e,t)}!function(e){const t=we,r=e();for(;;)try{if(425544===-parseInt(t(158))/1*(parseInt(t(156))/2)+parseInt(t(149))/3*(parseInt(t(168))/4)+-parseInt(t(173))/5+parseInt(t(150))/6+-parseInt(t(169))/7*(-parseInt(t(153))/8)+parseInt(t(165))/9+-parseInt(t(157))/10*(-parseInt(t(154))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(ve);class _e extends o.ListView{constructor(e){const t=we;super(e),this[t(163)]=this[t(152)](),this[t(167)]=new o.ListItemGroupView,this[t(167)][t(162)][t(170)](this[t(163)],1),this[t(167)][t(172)]=q(e,t(166)),this[t(167)][t(161)][t(151)](t(160)).to(this),this[t(161)][t(170)](this[t(167)])}[ye(175)](){const e=ye;let t=0;for(const r of this[e(161)])t+=r[e(161)][e(155)];return{resultsCount:t,totalItemsCount:t}}[ye(152)](){const e=ye,t=this[e(176)],r=new o.ButtonView(this[e(176)]);return r[e(171)]({label:"("+q(t,e(174))+")",withText:!0}),r.on(e(160),(()=>this[e(164)](e(159)))),r}}const Se="object"==typeof global&&global&&global.Object===Object&&global;var Ae="object"==typeof self&&self&&self.Object===Object&&self;const xe=(Se||Ae||Function("return this")()).Symbol;const Ee=function(e,t){for(var r=-1,n=null==e?0:e.length,o=Array(n);++r<n;)o[r]=t(e[r],r,e);return o};const Ie=Array.isArray;var Re=Object.prototype,Me=Re.hasOwnProperty,Te=Re.toString,Pe=xe?xe.toStringTag:void 0;const Ce=function(e){var t=Me.call(e,Pe),r=e[Pe];try{e[Pe]=void 0;var n=!0}catch(e){}var o=Te.call(e);return n&&(t?e[Pe]=r:delete e[Pe]),o};var Oe=Object.prototype.toString;const Ne=function(e){return Oe.call(e)};var Le=xe?xe.toStringTag:void 0;const $e=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":Le&&Le in Object(e)?Ce(e):Ne(e)};const Be=function(e){return null!=e&&"object"==typeof e};const Ue=function(e){return"symbol"==typeof e||Be(e)&&"[object Symbol]"==$e(e)};var Fe=xe?xe.prototype:void 0,De=Fe?Fe.toString:void 0;const je=function e(t){if("string"==typeof t)return t;if(Ie(t))return Ee(t,e)+"";if(Ue(t))return De?De.call(t):"";var r=t+"";return"0"==r&&1/t==-1/0?"-0":r};const He=function(e){return null==e?"":je(e)};const qe=function(e){return function(t){return null==e?void 0:e[t]}};const Ve=qe({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"});var ze=/&(?:amp|lt|gt|quot|#39);/g,Ge=RegExp(ze.source);const We=function(e){return(e=He(e))&&Ge.test(e)?e.replace(ze,Ve):e};function Ze(){const e=["locale","execute","set","7cdssrC","add","6080145cIAmmu","245286CMelRv","1259057BAzjYK","541600XHTxKP","422000KlICRQ","708PqTOUR","3570816BgihMp","45hAbtPr","prompt","fire","8478rdFfoY","children"];return(Ze=function(){return e})()}function Ke(e,t){const r=Ze();return(Ke=function(e,t){return r[e-=103]})(e,t)}!function(e){const t=Ke,r=e();for(;;)try{if(759147===parseInt(t(114))/1+parseInt(t(105))/2*(-parseInt(t(117))/3)+-parseInt(t(118))/4+parseInt(t(112))/5+-parseInt(t(113))/6*(parseInt(t(110))/7)+-parseInt(t(116))/8+parseInt(t(119))/9*(parseInt(t(115))/10))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Ze);class Je extends o.ListItemView{constructor(e){const t=Ke;super();const r=new o.ButtonLabelWithHighlightView,n=new o.ButtonView(this[t(107)],r);this[t(106)][t(111)](n),n[t(109)]({label:e[t(103)],withText:!0}),n.on(t(108),(()=>{const r=t;this[r(104)](r(108),{value:We(e[r(103)])})}))}}function Qe(){const e=["getItem","_loadFromSessionStorage","251214ooyvSW","length","map","toLowerCase","add","830309IFTHGB","1495840TYZsPY","4991798DYyOlw","18pidlUT","_saveToSessionStorage","16476350qVMKcU","parse","1491894YUQWaN","last","addMany","20rsIctf","trim","15ODzOLZ","prompt","stringify","remove","12104lMnmbY","CKEditor/AIFormView/PromptHistory","setItem"];return(Qe=function(){return e})()}const Ye=et;!function(e){const t=et,r=e();for(;;)try{if(423821===parseInt(t(443))/1+-parseInt(t(453))/2*(-parseInt(t(464))/3)+-parseInt(t(459))/4+-parseInt(t(455))/5*(-parseInt(t(450))/6)+-parseInt(t(445))/7+parseInt(t(444))/8*(parseInt(t(446))/9)+-parseInt(t(448))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Qe);const Xe=Ye(460);function et(e,t){const r=Qe();return(et=function(e,t){return r[e-=443]})(e,t)}class tt extends e.Collection{constructor(){const e=Ye;super(),this[e(463)](),this.on(e(468),((t,r)=>{const n=e,o=rt(r[n(456)]);for(const e of this)if(e!=r&&rt(e[n(456)])===o){this[n(458)](e);break}this[n(465)]>20&&this[n(458)](this[n(451)]),this[n(447)]()})),this.on(e(458),(()=>{this[e(447)]()}))}[Ye(463)](){const e=Ye,t=sessionStorage[e(462)](Xe)||"[]";this[e(452)](JSON[e(449)](t))}[Ye(447)](){const e=Ye;sessionStorage[e(461)](Xe,JSON[e(457)](this[e(466)]((e=>e))))}}function rt(e){const t=Ye;return e[t(467)]()[t(454)]()}const nt=qe({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"});var ot=/[&<>"']/g,it=RegExp(ot.source);const st=function(e){return(e=He(e))&&it.test(e)?e.replace(ot,nt):e},at=ct;function ct(e,t){const r=ut();return(ct=function(e,t){return r[e-=490]})(e,t)}function ut(){const e=["1571164EwwtRv","clearHistory","mainAction","render","insertContentBelow","bindTo","585546HqtBXT","_createPromptView","high","1040232KONiFf","Ask AI to edit or generate","submit","text","44805mNyFgP","focusLast","Ask AI to improve generated text","copyButtonView","value","set","errorView","historyGroupView","focusTracker","createCollection","_createToolbar","replaceContent","delegate","_promptHistory","isProcessing","316514ohZgUr","execute","isVisible","focusFirst","REPLACE","5267090nFSYcP","clear","Ask AI and your prompts will be listed here for you to use later.","toolbar","finishProcessing","element","Empty history","ck-hidden","stopButton","div","queryView","search","isEnabled","9kpAswA","replaceButton","promptView","contentArea","listenTo","tab","bind","focus","startProcessing","1427476RTMaPf","reset","_createHistoryView","fieldView","tryAgainButton","items","_focusables","48NlzxuP","handleError","bindTemplate","submitPrompt","ck-ai-form","keystrokes","setTemplate","isError","shift + tab","focusCycler","locale","label","trim","AI_ERROR_FAILED","ck-ai-form-content","insertButton","chain","8IZEkay","prompt","fire","tryAgainEvent","stopProcessing","add"];return(ut=function(){return e})()}!function(e){const t=ct,r=e();for(;;)try{if(196703===-parseInt(t(538))/1+parseInt(t(516))/2+parseInt(t(519))/3+-parseInt(t(565))/4+parseInt(t(523))/5*(-parseInt(t(572))/6)+-parseInt(t(510))/7*(parseInt(t(504))/8)+parseInt(t(556))/9*(parseInt(t(543))/10))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(ut);class lt extends o.View{constructor(t,r,n=""){const i=ct;super(t),this[i(528)](i(555),!0),this[i(528)](i(537),!1),this[i(528)](i(505),""),this[i(528)](i(527),""),this[i(528)](i(494),!1),this[i(528)](i(512),oe[i(542)]),this[i(536)]=new tt,this[i(529)]=new he(t),this[i(559)]=new le(t,n),this[i(559)][i(562)](i(537)).to(this),this[i(559)][i(562)](i(527)).to(this),this[i(546)]=this[i(533)](),this[i(546)][i(562)](i(512)).to(this),this[i(558)]=this[i(517)](),this[i(531)]=new e.FocusTracker,this[i(492)]=new e.KeystrokeHandler,this[i(571)]=this[i(532)]([this[i(559)],this[i(559)][i(526)],this[i(546)],this[i(558)]]),this[i(496)]=new o.FocusCycler({focusables:this[i(571)],focusTracker:this[i(531)],keystrokeHandler:this[i(492)],actions:{focusPrevious:i(495),focusNext:i(561)}}),this[i(496)][i(503)](this[i(558)][i(496)]),this[i(558)][i(553)][i(568)][i(562)](i(527)).to(this,i(505));const s=this[i(574)];this[i(493)]({tag:i(552),attributes:{class:["ck",i(491),r],tabindex:"-1"},children:[{tag:i(552),attributes:{class:["ck",i(501)]},children:[{tag:i(552),attributes:{class:[s.if(i(494),i(550),(e=>!e))]},children:[this[i(529)]]},this[i(559)],this[i(546)],this[i(558)]]}]})}[at(513)](){const e=at;super[e(513)](),this[e(531)][e(509)](this[e(559)][e(548)]),this[e(531)][e(509)](this[e(559)][e(526)][e(548)]),this[e(531)][e(509)](this[e(546)][e(548)]),this[e(531)][e(509)](this[e(558)][e(548)]),this[e(492)][e(560)](this[e(548)])}[at(563)](e=1){const t=at;-1===e?this[t(496)][t(524)]():this[t(496)][t(541)]()}[at(566)](){const e=at;this[e(505)]="",this[e(527)]="",this[e(494)]=!1,this[e(558)][e(566)](),this[e(559)][e(540)]=!1,this[e(546)][e(540)]=!1}[at(517)](){const e=at,t=this[e(497)],r=new be(t,{queryView:{label:q(t,e(520)),creator:o.createLabeledTextarea,showIcon:!1,showResetButton:!1},infoView:{text:{noSearchableItems:{primary:q(t,e(549)),secondary:q(t,e(545))}}},filteredView:this[e(567)](),queryMinChars:1/0,resetOnBlur:!1});return r[e(562)](e(555)).to(this,e(555),this,e(537),((e,t)=>e&&!t)),this[e(560)](r,e(521),((t,r)=>{const n=e;this[n(505)]=r;const o=st(r);this[n(506)](n(490),o),r[n(499)]()&&this[n(536)][n(509)]({prompt:o},0)}),{priority:e(518)}),r}[at(567)](){const e=at,t=new _e(this[e(497)]);return t[e(530)][e(570)][e(515)](this[e(536)]).as(Je),t.on(e(511),(()=>{const t=e;this[t(536)][t(544)](),this[t(558)][t(554)](""),this[t(558)][t(563)]()})),t}[at(533)](){const e=at,t=new ie(this[e(497)]);return t[e(557)][e(562)](e(555)).to(this,e(555),this,e(537),this,e(527),((e,t,r)=>e&&!t&&!!r)),t[e(557)][e(535)](e(539)).to(this,e(534)),t[e(502)][e(562)](e(555)).to(this,e(555),this,e(537),this,e(527),((e,t,r)=>e&&!t&&!!r)),t[e(502)][e(535)](e(539)).to(this,e(514)),t[e(569)][e(562)](e(555)).to(this,e(555),this,e(537),((e,t)=>e&&!t)),t[e(569)][e(535)](e(539)).to(this,e(507)),t[e(551)][e(562)](e(555)).to(this,e(537)),t[e(551)][e(535)](e(539)).to(this,e(508)),t}[at(564)](){const e=at;this[e(527)]="",this[e(494)]=!1,this[e(537)]=!0,this[e(559)][e(540)]=!0,this[e(546)][e(540)]=!0,this[e(559)][e(563)]()}[at(547)](){const e=at,t=this[e(497)];this[e(537)]=!1,this[e(505)]="",this[e(558)][e(566)](),this[e(527)]&&(this[e(558)][e(553)][e(498)]=q(t,e(525)))}[at(573)](e){const t=at,r=this[t(497)];this[t(547)](),this[t(494)]=!0,this[t(529)][t(522)]=e||q(r,t(500)),this[t(527)]||(this[t(559)][t(540)]=!1)}}const dt=gt;function gt(e,t){const r=ft();return(gt=function(e,t){return r[e-=459]})(e,t)}!function(e){const t=gt,r=e();for(;;)try{if(178567===-parseInt(t(475))/1+parseInt(t(461))/2*(-parseInt(t(467))/3)+parseInt(t(462))/4*(parseInt(t(465))/5)+parseInt(t(474))/6*(-parseInt(t(472))/7)+-parseInt(t(463))/8+parseInt(t(471))/9+-parseInt(t(476))/10*(-parseInt(t(469))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(ft);class ht extends o.ListView{constructor(e){const t=gt;super(e),this[t(468)]=t(466),this[t(478)](t(460),[]),this.on(t(477),(()=>{const e=t;for(const t of this[e(473)])if(t instanceof o.ListItemGroupView)for(const r of t[e(473)])if(r instanceof Rt){const t=r[e(479)][e(481)](0);this[e(460)][e(470)](r[e(480)].id)?t[e(459)]=!0:t[e(459)]=!1}}))}[dt(464)](e){const t=dt;return(0,o.filterGroupAndItemNames)(e,this[t(473)])}}function ft(){const e=["isEnabled","enabledCommandsIds","8234TMRwrU","716336fOEOcU","1353864iNlEqq","filter","5LEiHfQ","listbox","249eFsCYz","role","1740563FLXeeT","includes","2203137ePtnwx","40782dguDEy","items","234pSguJh","298317jdURBU","50fwTqjD","change:enabledCommandsIds","set","children","commandDefinition","get"];return(ft=function(){return e})()}const pt='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M15.346 9.422a.151.151 0 0 1 .284 0l.548 1.484a.152.152 0 0 0 .09.089l1.483.549a.151.151 0 0 1 0 .284l-1.483.548a.151.151 0 0 0-.09.09l-.548 1.483a.152.152 0 0 1-.142.1.151.151 0 0 1-.142-.1l-.549-1.483a.15.15 0 0 0-.09-.09l-1.483-.548a.15.15 0 0 1 0-.284l1.484-.549a.152.152 0 0 0 .089-.09l.549-1.483Z"/><path d="M16.306 1.742a.151.151 0 0 1 .284 0l.549 1.483a.15.15 0 0 0 .089.09l1.483.548a.151.151 0 0 1 .072.229.151.151 0 0 1-.072.055l-1.483.549a.15.15 0 0 0-.09.09l-.548 1.482a.151.151 0 0 1-.284 0l-.549-1.483a.15.15 0 0 0-.09-.09l-1.483-.548a.151.151 0 0 1 0-.284l1.484-.549a.152.152 0 0 0 .09-.089l.548-1.483Z"/><path d="M7.665 1.742a.151.151 0 0 1 .284 0l.549 1.483a.151.151 0 0 0 .09.09l1.482.548a.151.151 0 0 1 .072.229.151.151 0 0 1-.072.055l-1.483.549a.151.151 0 0 0-.09.09L7.95 6.267a.151.151 0 0 1-.284 0l-.549-1.483a.151.151 0 0 0-.089-.09l-1.483-.548a.151.151 0 0 1 0-.284l1.483-.549a.151.151 0 0 0 .09-.089l.548-1.483-.001.001Z"/><path d="M14.72 7.946a.848.848 0 0 0 .25-.591.824.824 0 0 0-.241-.588l-1.943-1.938a.812.812 0 0 0-.588-.241.838.838 0 0 0-.591.25l-1.545 1.539 3.115 3.115 1.542-1.546h.001Z"/><path clip-rule="evenodd" d="M1.19 15.636a.96.96 0 0 1 .281-.679l7.835-7.834 3.121 3.12-7.834 7.835a.959.959 0 0 1-1.358 0l-1.764-1.764a.96.96 0 0 1-.28-.678Zm9.22-5.391-1.121-1.12-6.479 6.478 1.121 1.121 6.479-6.479Z"/></svg>';var mt=r(379),kt={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(mt.A,kt);mt.A.locals;var bt=r(181),vt={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(bt.A,vt);bt.A.locals;var yt=r(676),wt={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(yt.A,wt);yt.A.locals;var _t=r(331);const St=Mt;function At(){const e=["get","change:isError"," ck-ai-assistant-ui_theme","_initView","isFlat","queryView","INSERT","change:isOpen","_formView","%0 commands found","90808uIdSRh","No commands available","4347KNEuHL","editing","ariaLiveAnnouncer","selection","isEnabled","627118LJkxBf","No commands found","updatePosition","_dialog","then","init","2684KYeviU","_aiAdapter","reset","command:","locale","setSelection","resultsCount","ck-ai-commands-dropdown ","3833793OTHnxD","schema","ai.aiAssistant.commands","text/html","model","add","document","aiAssistant","DataTransfer","forbiddenHandler","announce","promptView","search","insertContent","sort","children","ai.aiAssistant.disabledElements","editor","fire","focus","label","config","join","isOn","tableOfContents","set","getData","execute","_forceMarkersCopy","8Uxhpqm","option","hideFakeVisualSelection","menuitemcheckbox","ck-ai-assistant-button ","componentFactory","wasMoved","enabledCommandsIds","listenTo","ai.aiAssistant.contentAreaCssClass","showAIAssistant","getRanges","update","2934dCkJgt","isCollapsed","errorView","show","replace","commands","copy","_createAIAssistantUIButton","fromCharCode","hide","custom","trim","textAdapter","change","</p>","AIAssistantUI","getEarlierVisibleRevision","EDITOR_TOP_SIDE","2266740qQkhAS","getLimitElement","Error during AI content generation: %0","addMany","query","delegate","from","AI Commands","buttonView","<p>","ai.useTheme","text","length","change:value","media","order","ck-ai-commands-search","_uiCssClasses","bind","requiresContent","showUI","aiCommands","plugins","insertContentBelow","getSelectedBlocks","Generated content: %0","menuBar:aiCommands","menuBar:aiAssistant","isNaN","change:isProcessing","items","AI Assistant","Search AI command","afterInit","hideUI","ck-ai-assistant-ui","6IPsJwq","panelView","rawHtml","robotPencil","currentContext","27860CAneWx","prompt","define","comment","fieldView","map","contentArea","replaceContent","requires","updateView","getRevision","REPLACE","showFakeVisualSelection","context","ai-commands-config-order-collision","pluginName","getSelectedElement","AI is writing","polite","splice","511886JWckCy","push","commandDefinition","view","_aiAssistantController","_initAriaAiStatusChangeAnnouncements"];return(At=function(){return e})()}!function(e){const t=Mt,r=e();for(;;)try{if(259479===-parseInt(t(259))/1+parseInt(t(282))/2+parseInt(t(234))/3*(-parseInt(t(275))/4)+parseInt(t(198))/5+-parseInt(t(338))/6*(-parseInt(t(277))/7)+parseInt(t(325))/8*(parseInt(t(296))/9)+parseInt(t(239))/10*(-parseInt(t(288))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(At);const xt=globalThis[St(304)];class Et extends t.Plugin{static get[St(254)](){return St(195)}static get[St(247)](){return[_t.ClipboardMarkersUtils,B,D,o.Dialog]}constructor(e){const t=St;super(e),this[t(215)]="",e[t(317)][t(241)](t(312),[t(212),t(236),t(320)]),e[t(317)][t(241)](t(334),""),e[t(317)][t(241)](t(208),!0),this[t(215)]=t(233)+(e[t(317)][t(265)](t(208))?t(267):"")}[St(287)](){const t=St,{editor:r}=this;this[t(289)]=r[t(220)][t(265)](D),this[t(285)]=r[t(220)][t(265)](o.Dialog),this[t(273)]=null,r[t(185)][t(301)](t(335),new G(r,r[t(317)][t(265)](t(298))));const n=r[t(185)][t(265)](t(335)),i=r[t(220)][t(265)](B),s=(o,s,a,c)=>{const u=t,l=r[u(300)][u(302)][u(280)];if(c&&l[u(181)]){const t=(0,e.first)(l[u(222)]())||r[u(300)][u(297)][u(199)](l);r[u(300)][u(193)]((e=>{e[u(293)](t,"in")}))}i[u(251)](),n[u(323)](o,s,u(291)+a)};r.ui[t(330)][t(301)](t(219),(e=>{const n=t,a=(0,o.createDropdown)(e),c=It(r,s),u=new o.SearchTextView(e,{filteredView:c,queryView:{label:q(e,n(230))},class:n(214),infoView:{text:{notFound:{primary:q(e,n(283))},noSearchableItems:{primary:q(e,n(276))}}}});return u.on(n(308),((e,t)=>{const o=n;t[o(202)]&&t[o(202)][o(210)]&&r.ui[o(279)][o(306)](q(r[o(292)],o(274),t[o(294)]))})),a[n(321)]({class:n(295)+this[n(215)]}),a[n(216)](n(281)).to(c,n(332),(e=>e[n(210)]>0)),a[n(235)][n(311)][n(301)](u),a[n(206)][n(321)]({label:q(e,n(205)),icon:pt,tooltip:!0}),a.on(n(272),((e,t,r)=>{const o=n;r?(u[o(290)](),i[o(251)](!0)):i[o(327)](!0)})),a})),r.ui[t(330)][t(301)](t(224),(e=>{const n=t,i=new o.MenuBarMenuView(e),a=It(r,s);i[n(206)][n(321)]({label:q(e,n(205)),icon:pt}),i[n(216)](n(281)).to(a,n(332),(e=>e[n(210)]>0));const c=new o.MenuBarMenuListView(e);return Pt(r,r[n(317)][n(265)](n(298)))[n(244)]((({groupId:t,groupLabel:a,commands:u})=>{const l=n,d=new o.MenuBarMenuListItemView(e,i),g=new o.MenuBarMenuView(e),h=new o.MenuBarMenuListView(e),f=Pt(r,u)[l(244)]((t=>{const r=l,n=new o.MenuBarMenuListItemView(e,g),i=new o.MenuBarMenuListItemButtonView(e);return i[r(321)]({label:t[r(316)]}),i[r(203)](r(323)).to(g),i.on(r(323),(()=>{const e=r;s(t[e(240)],t[e(316)],t.id,void 0===t[e(217)]||t[e(217)])})),n[r(311)][r(301)](i),n}));g[l(206)][l(321)]({label:a||t}),g[l(203)](l(323)).to(i),h[l(228)][l(201)](f),g[l(235)][l(311)][l(301)](h),d[l(311)][l(301)](g),c[l(228)][l(301)](d)})),i[n(235)][n(311)][n(301)](c),i})),r.ui[t(330)][t(301)](t(303),(()=>{const e=t,r=this[e(187)](o.ButtonView);return r[e(321)]({tooltip:!0,class:e(329)+this[e(215)]}),r})),r.ui[t(330)][t(301)](t(225),(()=>{const e=t,r=this[e(187)](o.MenuBarMenuListItemButtonView);return r[e(321)]({role:e(328)}),r}))}[St(231)](){!function(e){function r(e){const t=Mt;return e[t(244)]((e=>String[t(188)](e)))[t(318)]("")}(e=>{const n=Mt;function o(e){return r([112,108,117,103,105,110,78,97,109,101])in e}const i=[1,85,78,115,198,255,50,112,83,87,161],s=[127,34,6,211,167,86,146,199,132,160,18];function a(e){return function(e,t){const n=function(e){const t=atob(e),[n,o]=t[r([115,112,108,105,116])](r([45]));try{if(atob(o))return atob(n)}catch(e){}return t}(e),o=Array[r([102,114,111,109])](function(e){const t=new Uint8Array(e[r([108,101,110,103,116,104])]);for(let n=0;n<e[r([108,101,110,103,116,104])];n++)t[n]=e[r([99,104,97,114,67,111,100,101,65,116])](n);return t}(n)),i=o[r([112,111,112])](),s=o[r([112,111,112])]();return function(e){let t="";for(const n of e)t+=String[r([102,114,111,109,67,104,97,114,67,111,100,101])](n);return t}(function(e,t,n){const o={};o[r([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},o[r([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],o[r([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],o[r([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],o[r([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],o[r([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],o[r([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],o[r([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],o[r([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],o[r([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],o[r([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const i=new Uint8Array(16);for(let e=15;e>=0;--e)i[e]=n%256,n=parseInt(n/256);let s=null,a=16;const c=new Uint8Array(t),u=[],l=[];!function(){const e=o[r([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][c[r([108,101,110,103,116,104])]];for(let t=0;t<=e;t++)u[r([112,117,115,104])]([0,0,0,0]),l[r([112,117,115,104])]([0,0,0,0]);const t=4*(e+1),n=c[r([108,101,110,103,116,104])]/4,i=d(c);let s;for(let t=0;t<n;t++)s=t>>2,u[s][t%4]=i[t],l[e-s][t%4]=i[t];let a,g=0,h=n;for(;h<t;){a=i[n-1],i[0]^=o[r([83])][a>>16&255]<<24^o[r([83])][a>>8&255]<<16^o[r([83])][255&a]<<8^o[r([83])][a>>24&255]^o[r([114,99,111,110])][g]<<24,g+=1;for(let e=1;e<n/2;e++)i[e]^=i[e-1];a=i[n/2-1],i[n/2]^=o[r([83])][255&a]^o[r([83])][a>>8&255]<<8^o[r([83])][a>>16&255]<<16^o[r([83])][a>>24&255]<<24;for(let e=n/2+1;e<n;e++)i[e]^=i[e-1];let s,c,d=0;for(;d<n&&h<t;)s=h>>2,c=h%4,u[s][c]=i[d],l[e-s][c]=i[d++],h++}for(let t=1;t<e;t++)for(let e=0;e<4;e++)a=l[t][e],l[t][e]=o[r([85,49])][a>>24&255]^o[r([85,50])][a>>16&255]^o[r([85,51])][a>>8&255]^o[r([85,52])][255&a]}();for(let t=0;t<e[r([108,101,110,103,116,104])];t++)16===a&&(s=h(i),a=0,g(i)),e[t]^=s[a++];return e;function d(e){const t=[];for(let n=0;n<e[r([108,101,110,103,116,104])];n+=4)t[r([112,117,115,104])](e[n]<<24|e[n+1]<<16|e[n+2]<<8|e[n+3]);return t}function g(e){for(let t=15;t>=0;t--){if(255!==e[t]){e[t]++;break}e[t]=0}}function h(e){const t=u[r([108,101,110,103,116,104])]-1,n=[0,0,0,0];let i=d(e);for(let e=0;e<4;e++)i[e]^=u[0][e];for(let e=1;e<t;e++){for(let t=0;t<4;t++)n[t]=o[r([84,49])][i[t]>>24&255]^o[r([84,50])][i[(t+1)%4]>>16&255]^o[r([84,51])][i[(t+2)%4]>>8&255]^o[r([84,52])][255&i[(t+3)%4]]^u[e][t];i=n[r([115,108,105,99,101])]()}const s=new Uint8Array(16);let a;for(let e=0;e<4;e++)a=u[t][e],s[4*e]=255&(o[r([83])][i[e]>>24&255]^a>>24),s[4*e+1]=255&(o[r([83])][i[(e+1)%4]>>16&255]^a>>16),s[4*e+2]=255&(o[r([83])][i[(e+2)%4]>>8&255]^a>>8),s[4*e+3]=255&(o[r([83])][255&i[(e+3)%4]]^a);return s}}(o,t,s+256*i))}(e,new Uint8Array([...i,29,221,175,90,231,133,239,240,75,180,...s]))}const c=function(){const e=[{[r([105,100])]:1,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([67,111,109,109,101,110,116,115]),[r([112,108,117,103,105,110,78,97,109,101])]:r([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([108,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101]),[r([99,104,101,99,107,65,108,115,111])]:[{[r([105,100])]:2,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([84,114,97,99,107,32,67,104,97,110,103,101,115]),[r([112,108,117,103,105,110,78,97,109,101])]:r([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([108,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115]),[r([111,112,116,105,111,110,115])]:{[r([97,105,119,115,103,105,99])]:!0,[r([97,105,116,99,100,103,105,108])]:!0,[r([97,105,114,118,105,105,108])]:!0}}],[r([111,112,116,105,111,110,115])]:{[r([97,105,119,115,103,105,99])]:!0,[r([97,105,116,99,100,103,105,108])]:!0,[r([97,105,114,118,105,105,108])]:!0}},{[r([105,100])]:3,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([80,97,103,105,110,97,116,105,111,110]),[r([112,108,117,103,105,110,78,97,109,101])]:r([80,97,103,105,110,97,116,105,111,110,76,111,111,107,117,112]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([112,97,103,105,110,97,116,105,111,110,76,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101])},{[r([105,100])]:4,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([82,101,118,105,115,105,111,110,32,72,105,115,116,111,114,121]),[r([112,108,117,103,105,110,78,97,109,101])]:r([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([108,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121]),[r([111,112,116,105,111,110,115])]:{[r([97,105,119,115,103,105,99])]:!0,[r([97,105,116,99,100,103,105,108])]:!0,[r([97,105,114,118,105,105,108])]:!0}},{[r([105,100])]:5,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([68,111,99,117,109,101,110,116,32,79,117,116,108,105,110,101]),[r([112,108,117,103,105,110,78,97,109,101])]:r([68,111,99,117,109,101,110,116,79,117,116,108,105,110,101,85,73]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101]),[r([111,112,116,105,111,110,115])]:{[r([102,103,105])]:[12]}},{[r([105,100])]:6,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([70,111,114,109,97,116,32,80,97,105,110,116,101,114]),[r([112,108,117,103,105,110,78,97,109,101])]:r([70,111,114,109,97,116,80,97,105,110,116,101,114,85,73]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([102,111,114,109,97,116,80,97,105,110,116,101,114,76,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101]),[r([111,112,116,105,111,110,115])]:{[r([102,103,105])]:[12]}},{[r([105,100])]:7,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([83,108,97,115,104,32,67,111,109,109,97,110,100]),[r([112,108,117,103,105,110,78,97,109,101])]:r([83,108,97,115,104,67,111,109,109,97,110,100,85,73]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101]),[r([111,112,116,105,111,110,115])]:{[r([102,103,105])]:[12]}},{[r([105,100])]:8,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([84,97,98,108,101,32,111,102,32,67,111,110,116,101,110,116,115]),[r([112,108,117,103,105,110,78,97,109,101])]:r([84,97,98,108,101,79,102,67,111,110,116,101,110,116,115,69,100,105,116,105,110,103]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101]),[r([111,112,116,105,111,110,115])]:{[r([102,103,105])]:[12]}},{[r([105,100])]:9,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([84,101,109,112,108,97,116,101]),[r([112,108,117,103,105,110,78,97,109,101])]:r([84,101,109,112,108,97,116,101,85,73]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([116,101,109,112,108,97,116,101,76,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101]),[r([111,112,116,105,111,110,115])]:{[r([102,103,105])]:[12,14]}},{[r([105,100])]:10,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([80,97,115,116,101,32,102,114,111,109,32,79,102,102,105,99,101,32,69,110,104,97,110,99,101,100]),[r([112,108,117,103,105,110,78,97,109,101])]:r([80,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,73,110,108,105,110,101,114]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101]),[r([111,112,116,105,111,110,115])]:{[r([102,103,105])]:[12]}},{[r([105,100])]:11,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([65,73,32,65,115,115,105,115,116,97,110,116]),[r([112,108,117,103,105,110,78,97,109,101])]:r([65,73,65,115,115,105,115,116,97,110,116,85,73]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([97,105,76,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101])},{[r([105,100])]:12,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([80,114,111,100,117,99,116,105,118,105,116,121,32,112,97,99,107])},{[r([105,100])]:13,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([67,97,115,101,32,67,104,97,110,103,101]),[r([112,108,117,103,105,110,78,97,109,101])]:r([67,97,115,101,67,104,97,110,103,101,85,73]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([99,97,115,101,67,104,97,110,103,101,76,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101]),[r([111,112,116,105,111,110,115])]:{[r([102,103,105])]:[12]}},{[r([105,100])]:14,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([68,114,117,112,97,108,32,112,97,99,107]),[r([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114])]:r([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])},{[r([105,100])]:15,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([77,117,108,116,105,32,76,101,118,101,108,32,76,105,115,116]),[r([112,108,117,103,105,110,78,97,109,101])]:r([77,117,108,116,105,76,101,118,101,108,76,105,115,116,69,100,105,116,105,110,103]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([109,117,108,116,105,76,101,118,101,108,76,105,115,116,76,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101])},{[r([105,100])]:16,[r([102,101,97,116,117,114,101,78,97,109,101])]:r([77,101,114,103,101,32,70,105,101,108,100,115]),[r([112,108,117,103,105,110,78,97,109,101])]:r([77,101,114,103,101,70,105,101,108,100,115,85,73]),[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:r([109,101,114,103,101,70,105,101,108,100,115,76,105,99,101,110,115,101,75,101,121]),[r([104,97,110,100,108,101,114])]:r([99,104,101,99,107,76,105,99,101,110,115,101]),[r([111,112,116,105,111,110,115])]:{[r([102,103,105])]:[12]}}];return function e(t){t[r([102,111,114,69,97,99,104])]((t=>{t[r([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]=1<<t[r([105,100])]-1,o(t)&&t[r([99,104,101,99,107,65,108,115,111])]&&e(t[r([99,104,101,99,107,65,108,115,111])])}))}(e),e}(),u={[r([99,104,101,99,107,76,105,99,101,110,115,101])]:function(e,t){k(m(e,t),t)},[r([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115])]:function(e,t){k(function(e,t){try{if(A(d,r([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&e){const n=x(d,r([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))[r([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])];if(parseInt(n)/2>e[r([101,120,112,105,114,97,116,105,111,110,68,97,116,101])])return b(t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([73,110,118,97,108,105,100]))}return m(e,t)}catch(e){return b(t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([73,110,118,97,108,105,100]))}}(e,t),t)},[r([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121])]:function(e,t){const n=s[0]*i[1],o=s[0]*i[2],a=s[2]*i[2];function c(e,t){u(),b(t+r([84,114,105,97,108,76,105,109,105,116,58])+e),window[v()]=e===r([116,105,109,101])?n:o}function u(){const e=d;function t(){A(e,r([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&(x(e,r([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[r([117,110,98,105,110,100])](r([105,115,69,110,97,98,108,101,100])),x(e,r([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[r([105,115,69,110,97,98,108,101,100])]=!1,x(e,r([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[r([117,112,100,97,116,101])]=_,x(e,r([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[r([115,97,118,101,82,101,118,105,115,105,111,110])]=_,e[r([109,111,100,101,108])][r([99,104,97,110,103,101])]=_,e[r([109,111,100,101,108])][r([101,110,113,117,101,117,101,67,104,97,110,103,101])]=_,e[r([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](r([109,111,100,101,108]))),A(e,r([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(x(e,r([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[r([117,110,98,105,110,100])](r([105,115,69,110,97,98,108,101,100])),x(e,r([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[r([105,115,69,110,97,98,108,101,100])]=!1,x(e,r([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[r([99,111,109,112,97,114,101])]=_,x(e,r([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[r([95,103,101,116,68,105,102,102])]=_)}e[r([115,116,97,116,101])]==r([114,101,97,100,121])?t():e[r([111,110,99,101])](r([114,101,97,100,121]),(()=>{const n=Mt;if(A(e,r([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&t(),A(e,r([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))){const o=x(e,r([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121])),i=o[n(249)](0),s=o[n(196)](i[r([105,100])]);x(e,r([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[r([99,111,109,112,97,114,101])](i[r([105,100])],s?s[r([105,100])]:null,1)[n(286)]((()=>t()))}}))}A(d,r([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&x(d,r([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[r([115,116,97,116,101])]==r([99,111,110,110,101,99,116,101,100])&&(window[v()]=a),function(e,t){if(e==t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([73,110,118,97,108,105,100]))u();else if(e==t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([84,114,105,97,108])){const e=function(){const e=Mt;if(!A(d,r([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const t in window)if(Number[e(226)](Number(t))){if(window[t]===n)return r([116,105,109,101]);if(window[t]===o)return r([114,101,118,105,115,105,111,110,115])}return!1}();e&&c(e,t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]);const a=function(){let e=s[6]*i[8]*i[6];return A(d,r([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(e/=10),e}();window[r([115,101,116,84,105,109,101,111,117,116])]((()=>{c(r([116,105,109,101]),t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}),a);const u=x(d,r([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]))[r([95,114,101,118,105,115,105,111,110,115])];u[r([108,101,110,103,116,104])]>=7?c(r([114,101,118,105,115,105,111,110,115]),t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]):u.on(r([97,100,100]),(()=>{u[r([108,101,110,103,116,104])]>=7&&c(r([114,101,118,105,115,105,111,110,115]),t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}))}}(function(e,t){try{return function(){const e=Mt;if(!A(d,r([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const t in window)if(Number[e(226)](Number(t))&&window[t]===a)return!0;return!1}()?b(t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([86,97,108,105,100])):m(e,t)}catch(e){return b(t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([73,110,118,97,108,105,100]))}}(e,t),t)}},l=e[r([99,111,110,115,116,114,117,99,116,111,114])][r([112,108,117,103,105,110,78,97,109,101])],d=r([99,111,110,116,101,120,116])in e?e[n(252)]:e[n(313)],g=r([52,48,52,56,49,54,49,48]),h=r([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),f=d[n(317)][n(265)](r([108,105,99,101,110,115,101,75,101,121])),p=c[r([102,105,108,116,101,114])](o)[r([102,105,110,100])]((e=>e[r([112,108,117,103,105,110,78,97,109,101])]===l));function m(e,t){try{return function(e){if(!A(d,e[r([112,108,117,103,105,110,78,97,109,101])]))return!0;const t=e[r([111,112,116,105,111,110,115])]||{},n=t[r([97,105,119,115,103,105,99])]||!1,o=t[r([97,105,116,99,100,103,105,108])]||!1,i=t[r([97,105,114,118,105,105,108])]||!1;return!(!A(d,r([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||x(d,r([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[r([115,116,97,116,101])]!=r([99,111,110,110,101,99,116,101,100])||!n)||(!(!A(d,r([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||x(d,r([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[r([114,101,115,117,108,116])]!=r([101,110,100])||!o)||!(!A(d,r([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||x(d,r([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))[r([114,101,115,117,108,116])]!=r([101,110,100])||!i))}(t)?b(t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([86,97,108,105,100])):e&&function(e,t){const o=!!(e&t[r([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]),i=function(e,t){const o=(t[r([111,112,116,105,111,110,115])]||{})[r([102,103,105])]||null;return!!o&&c[r([102,105,108,116,101,114])]((e=>o[r([105,110,99,108,117,100,101,115])](e[r([105,100])])))[r([102,105,108,116,101,114])]((e=>!function(e){const t=n,o={[r([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])]:S};return!!e[t(305)]&&o[e[t(305)]]()}(e)))[r([115,111,109,101])]((t=>!!(e&t[r([112,101,114,109,105,115,115,105,111,110,77,97,115,107])])))}(e,t);return o||i}(e[r([97,108,108,111,119,101,100,80,108,117,103,105,110,115])],t)?e[r([105,115,73,110,116,101,114,110,97,108])]&&!window[r([111,112,101,110])][r([99,108,111,115,101,100])]||parseInt(g)/2>e[r([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?b(t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([73,110,118,97,108,105,100])):e[r([105,115,84,114,105,97,108])]?b(t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([84,114,105,97,108])):b(t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([86,97,108,105,100])):b(t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([73,110,118,97,108,105,100]))}catch(e){return b(t[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([73,110,118,97,108,105,100]))}}function k(e,n){if(d instanceof t.Context){const t=d;e==n[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([73,110,118,97,108,105,100])?y(t):e==n[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([84,114,105,97,108])&&window[r([115,101,116,84,105,109,101,111,117,116])]((()=>{y(t),b(n[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),s[6]*i[8]*i[6]),t[r([101,100,105,116,111,114,115])][r([111,110])](r([97,100,100]),((t,o)=>{e!=n[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([73,110,118,97,108,105,100])&&e!=n[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&e!=n[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||w(o)}))}else{const t=d;e==n[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([73,110,118,97,108,105,100])?w(t):e==n[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([84,114,105,97,108])&&t[r([111,110])](r([114,101,97,100,121]),(()=>{let e=0;t[r([109,111,100,101,108])][r([111,110])](r([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((o,i)=>{i[0][r([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504===e&&(w(t),b(n[r([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+r([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),o[r([111,102,102])]())}),{priority:r([104,105,103,104,101,115,116])})}))}}function b(e){const t=v();return d[t]=e,e}function v(){const e=String(window[r([112,101,114,102,111,114,109,97,110,99,101])][r([110,111,119])]())[r([114,101,112,108,97,99,101])](r([46]),"");let t="";for(let n=0;n<e[r([108,101,110,103,116,104])];n+=2){let o=parseInt(e[r([115,117,98,115,116,114,105,110,103])](n,n+2));o>=h[r([108,101,110,103,116,104])]&&(o-=h[r([108,101,110,103,116,104])]),t+=h[o]}return t}function y(e){for(const t of e[r([101,100,105,116,111,114,115])])w(t);x(e,r([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[r([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),x(e,r([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[r([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=_}function w(e){function t(){e[r([109,111,100,101,108])][r([99,104,97,110,103,101])]=_,e[r([109,111,100,101,108])][r([101,110,113,117,101,117,101,67,104,97,110,103,101])]=_,e[r([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](r([109,111,100,101,108]))}e[r([115,116,97,116,101])]==r([114,101,97,100,121])?t():e[r([111,110,99,101])](r([114,101,97,100,121]),(()=>t()))}function _(){return null}function S(){return!window[r([68,114,117,112,97,108])]||!A(d,r([100,114,117,112,97,108,80,111,119,101,114,101,100,66,121]))}function A(e,t){return e[r([112,108,117,103,105,110,115])][r([104,97,115])](t)}function x(e,t){return e[r([112,108,117,103,105,110,115])][r([103,101,116])](t)}p&&function e(t,n){u[n[r([104,97,110,100,108,101,114])]](t,n),n[r([99,104,101,99,107,65,108,115,111])]&&n[r([99,104,101,99,107,65,108,115,111])][r([102,105,108,116,101,114])]((e=>A(d,e[r([112,108,117,103,105,110,78,97,109,101])])))[r([102,111,114,69,97,99,104])]((r=>e(t,r)))}(function(e){try{const t=a(e),n=JSON[r([112,97,114,115,101])](t),o=parseInt(n[r([49])]),i=n[r([50])]||"",s=parseInt(n[r([51])]),c=parseInt(n[r([52])])||0,u=parseInt(n[r([53])])||0;return{[r([112,114,111,100,117,99,116,78,97,109,101])]:i,[r([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]:c,[r([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]:o,[r([105,115,84,114,105,97,108])]:s,[r([105,115,73,110,116,101,114,110,97,108])]:u}}catch(e){return null}}(f),p)})(e)}(this)}[St(218)](e="",t="",r=St(190)){const n=St,i=this[n(313)],s=i[n(278)][n(262)],a=i[n(220)][n(265)](B),c=i[n(220)][n(265)](_t.ClipboardMarkersUtils);a[n(251)]();const u=new xt,l=new ClipboardEvent(n(186),{clipboardData:u}),d=new K.DataTransfer(u),g=new K.DomEventData(s,l,{dataTransfer:d});c[n(324)](n(242),(()=>{const e=n;s[e(302)][e(314)](e(186),g)})),this[n(273)]||(this[n(268)](),this[n(263)]=new ee(i,this[n(289)][n(192)],this[n(273)]));let h=d[n(322)](n(299));const f=i[n(300)][n(302)][n(280)],p=Array[n(204)](f[n(336)]());1===p[n(210)]&&p[0][n(269)]&&!f[n(255)]()&&""!==h[n(184)](/&nbsp;/g,"")[n(191)]()&&(h=n(207)+h+n(194)),this[n(263)][n(248)]({actionId:r,query:e,htmlContent:h,label:t,mainActionLabel:oe[i[n(300)][n(302)][n(280)][n(181)]?n(271):n(250)]}),n(303)!==this[n(285)].id?this[n(285)][n(183)]({id:n(303),icon:P[n(237)],title:q(this[n(313)][n(292)],n(229)),content:this[n(273)],position:o.DialogViewPosition[n(197)],onShow:()=>{const e=n;this[e(273)][e(315)]()},onHide:()=>{const e=n;this[e(263)][e(290)](),a[e(327)]()}}):this[n(285)][n(262)][n(331)]||this[n(285)][n(262)][n(284)]()}[St(232)](){const e=St;this[e(285)][e(189)]()}[St(187)](e){const t=St,r=this[t(313)],n=r[t(185)][t(265)](t(335)),o=new e(r[t(292)]);return o[t(321)]({label:q(r[t(292)],t(229)),icon:P[t(237)],isToggleable:!0}),o[t(216)](t(281)).to(n),o[t(216)](t(319)).to(this[t(285)],"id",(e=>t(303)===e)),this[t(333)](o,t(323),(()=>{const e=t;o[e(319)]?this[e(232)]():n[e(323)]()})),o}[St(268)](){const e=St,t=this[e(313)][e(220)][e(265)](B);this[e(273)]=new lt(this[e(313)][e(292)],this[e(215)],this[e(313)][e(317)][e(265)](e(334))),this[e(273)].on(e(211),(()=>{const t=e;this[t(285)][t(262)][t(331)]||this[t(285)][t(262)][t(284)]()})),this[e(273)][e(307)][e(270)][e(243)].on(e(337),(()=>{const t=e;this[t(285)][t(262)][t(331)]||this[t(285)][t(262)][t(284)]()})),this[e(333)](this[e(273)],e(246),(()=>{const r=e;t[r(309)](this[r(263)][r(238)]),this[r(232)]()})),this[e(333)](this[e(273)],e(221),(()=>{const r=e;t[r(221)](this[r(263)][r(238)]),this[r(232)]()})),this[e(264)]()}[St(264)](){const e=St,{locale:t,ui:{ariaLiveAnnouncer:r}}=this[e(313)];this[e(273)][e(245)].on(e(227),((n,o,i)=>{const s=e,a=this[s(263)][s(238)];i?r[s(306)](q(t,s(256))):a&&r[s(306)](q(t,s(223),a),{politeness:s(257),isUnsafeHTML:!0})})),this[e(273)].on(e(266),((n,o,i)=>{const s=e;if(i){const e=this[s(273)][s(182)][s(209)];r[s(306)](q(t,s(200),e))}}))}}function It(e,t){const r=St,n=new ht(e[r(292)]),i=Pt(e,e[r(317)][r(265)](r(298)))[r(244)]((({groupId:n,groupLabel:i,commands:s})=>{const a=r,c=Pt(e,s)[a(244)]((r=>function(e,t,r){const n=a,i=new Rt(e,r),s=new o.ButtonLabelWithHighlightView,c=new o.ButtonView(e,s);return i[n(311)][n(301)](c),c[n(321)]({label:r[n(316)],withText:!0,role:n(326)}),c.on(n(323),(()=>{const e=n;t(r[e(240)],r[e(316)],r.id,void 0===r[e(217)]||r[e(217)])})),i}(e[a(292)],t,r)));return function(e,t,r){const n=a,i=new o.ListItemGroupView(e,new o.LabelWithHighlightView);return i[n(316)]=t,i[n(228)][n(201)](r),i}(e[a(292)],i||n,c)}));return n[r(228)][r(201)](i),n[r(216)](r(332)).to(e[r(185)][r(265)](r(335)),r(332)),n}class Rt extends o.ListItemView{constructor(e,t){const r=St;super(e),this[r(261)]=t}}function Mt(e,t){const r=At();return(Mt=function(e,t){return r[e-=181]})(e,t)}function Tt(e,t){const r=St;return void 0!==e[r(213)]&&void 0===t[r(213)]?1:void 0===e[r(213)]&&void 0!==t[r(213)]?-1:void 0!==e[r(213)]&&void 0!==t[r(213)]?e[r(213)]-t[r(213)]:0}function Pt(t,r){const n=St;r[n(310)](Tt);const o={},i=[];for(const s of r)if(void 0!==s[n(213)]){if(s[n(213)]in o)throw new e.CKEditorError(n(253),t,{conflictingDefinitions:[s,o[s[n(213)]]]});o[s[n(213)]]=s,i[n(258)](s[n(213)],0,s)}else i[n(260)](s);return i}function Ct(){const e=["309342LggQoV","casual","init","ai-trial-license-key-reached-limit-changes","translateHindi","Summarize this content into one paragraph of text. Include only the key ideas and conclusions. Keep it short. Do not keep original text formatting.","Improve writing","Rewrite this content as a poem using poetic techniques without losing the original meaning.","Translate the content to English language.","editOrReview","3jqOpAJ","translateChinese","ai.aiAssistant.commands","Rewrite this content as a journalist using engaging language to convey the importance of the information.","2686030RQVVlO","legal","Rewrite this content as a legal professional using valid legal terminology.","forEach","includes","translateEnglish","translateArabic","locale","Translate the content to German language.","AIAssistant","German","5412uqefjn","aiLicenseKeyTrial","Rewrite this content as a business professional with formal language.","push","translate","Translate the content to French language.","Friendly","Legal","1528696LRIwyG","Professional","commands","Start with the provided content and write at the end of it continuing this topic. Keep the added part short.","set","Make shorter","Casual","poetic","aiLicenseKeyTrialLimit:operations","Make longer","config","Direct","Translate the content to Spanish language.","translateSpanish","Simplify the writing style of this content and reduce the complexity, so that the content is easy to understand.","Improve using casual, informal language to convey a casual conversation with a real person.","Simplify language","French","Spanish","Translate to %0","ai-invalid-license-key","simplifyLanguage","Poetic","ai.aiAssistant.removeCommands","groupId","changeStyle","ai.aiAssistant.extraCommandGroups","translateGerman","aiLicenseKeyInvalid","translateFrench","Portuguese","_licenseKeyCheckInterval","Translate the content to Hindi language.","define","friendly","Summarize","changeTone","Improve using direct language, using only the essential information.","requires","makeShorter","confident","Improve using friendly, comforting language, to convey understanding and empathy.","Edit or review","Improve using polished, formal, and respectful language to convey professional expertise and competence.","get","Continue","summarize","Translate the content to Simplified Chinese language.","Improve this content by using descriptive language and inserting more information and more detailed explanations.","1230cepqdh","16340pNhiiM","direct","Journalism","business","110868BwbFnG","Generate from selection","18QmSDZf","Confident","English","175516KQKwlT","pluginName","Remove any repetitive, redundant, or non-essential writing in this content without changing the meaning or losing any key information.","Translate the content to Portuguese language.","Change tone","564IxGISv","makeLonger","journalism","Fix spelling mistakes, use proper grammar and apply good writing practices. Do not lose the original meaning.","find","filter","translatePortuguese","Arabic","Translate the content to Arabic language.","Improve using compelling, optimistic language to convey confidence in the writing.","Change style","28JUVKdL","professional","continue","destroy","Business","editor","Hindi","generate","concat","info","Simplified Chinese","aiLicenseKeyValid","improveWriting","Translate","You are using the trial version of CKEditor 5 ai plugin with limited usage. Make sure you will not use it in the production environment.","licenseKey"];return(Ct=function(){return e})()}const Ot=Nt;function Nt(e,t){const r=Ct();return(Nt=function(e,t){return r[e-=225]})(e,t)}!function(e){const t=Nt,r=e();for(;;)try{if(382504===parseInt(t(307))/1+-parseInt(t(344))/2*(-parseInt(t(230))/3)+-parseInt(t(245))/4+-parseInt(t(303))/5*(-parseInt(t(302))/6)+-parseInt(t(328))/7*(parseInt(t(253))/8)+parseInt(t(309))/9*(-parseInt(t(234))/10)+-parseInt(t(312))/11*(-parseInt(t(317))/12))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Ct);class Lt extends t.Plugin{static get[Ot(291)](){return[Et,B]}static get[Ot(313)](){return Ot(243)}constructor(e){const t=Ot;super(e);const r=e[t(263)];r[t(286)](t(232),function(e){const t=Ot;return[{groupId:t(229),groupLabel:q(e,t(295)),commands:[{id:t(340),label:q(e,t(226)),prompt:t(320)},{id:t(292),label:q(e,t(258)),prompt:t(314)},{id:t(318),label:q(e,t(262)),prompt:t(301)},{id:t(274),label:q(e,t(269)),prompt:t(267)}]},{groupId:t(335),groupLabel:q(e,t(308)),commands:[{id:t(299),label:q(e,t(288)),prompt:t(225)},{id:t(330),label:q(e,t(298)),prompt:t(256)}]},{groupId:t(289),groupLabel:q(e,t(316)),commands:[{id:t(329),label:q(e,t(254)),prompt:t(296)},{id:t(345),label:q(e,t(259)),prompt:t(268)},{id:t(304),label:q(e,t(264)),prompt:t(290)},{id:t(293),label:q(e,t(310)),prompt:t(326)},{id:t(287),label:q(e,t(251)),prompt:t(294)}]},{groupId:t(278),groupLabel:q(e,t(327)),commands:[{id:t(306),label:q(e,t(332)),prompt:t(247)},{id:t(235),label:q(e,t(252)),prompt:t(236)},{id:t(319),label:q(e,t(305)),prompt:t(233)},{id:t(260),label:q(e,t(275)),prompt:t(227)}]},{groupId:t(249),groupLabel:q(e,t(341)),commands:[{id:t(239),label:q(e,t(272),[q(e,t(311))]),prompt:t(228)},{id:t(266),label:q(e,t(272),[q(e,t(271))]),prompt:t(265)},{id:t(323),label:q(e,t(272),[q(e,t(283))]),prompt:t(315)},{id:t(280),label:q(e,t(272),[q(e,t(244))]),prompt:t(242)},{id:t(282),label:q(e,t(272),[q(e,t(270))]),prompt:t(250)},{id:t(231),label:q(e,t(272),[q(e,t(338))]),prompt:t(300)},{id:t(348),label:q(e,t(272),[q(e,t(334))]),prompt:t(285)},{id:t(240),label:q(e,t(272),[q(e,t(324))]),prompt:t(325)}]}]}(e[t(241)])),r[t(286)](t(279),[]),r[t(286)](t(276),[]);const n=r[t(297)](t(232)),o=r[t(297)](t(279)),i=r[t(297)](t(276));o[t(237)]((e=>{const r=t,o=n[r(321)]((t=>t[r(277)]===e[r(277)]));o?o[r(255)]=o[r(255)][r(336)](e[r(255)]):n[r(248)](e)})),n[t(237)]((e=>{const r=t;e[r(255)]=e[r(255)][r(322)]((e=>!i[r(238)](e.id)))})),r[t(257)](t(232),n)}[Ot(346)](){const t=Ot,r=this[t(333)];this[t(343)]=r[t(263)][t(297)](t(343)),this[t(284)]=setInterval((()=>{const n=t;let o;for(const e in r){const t=e,i=r[t];if(n(246)===i||n(281)===i||n(339)===i||n(261)===i){delete r[t],o=i;break}}if(n(281)===o)throw clearInterval(this[n(284)]),new e.CKEditorError(n(273),null);if(n(246)===o&&console[n(337)](n(342)),n(261)===o)throw clearInterval(this[n(284)]),new e.CKEditorError(n(347),null);n(339)===o&&clearInterval(this[n(284)])}),1e3)}[Ot(331)](){const e=Ot;this[e(284)]&&clearInterval(this[e(284)])}}const $t=Bt;function Bt(e,t){const r=Ut();return(Bt=function(e,t){return r[e-=383]})(e,t)}function Ut(){const e=["AI_ERROR_GET_HEADERS","aborted","application/json","requires","init","937562cmDruJ","427637JVqaft","AbortError","20kwisJC","aitextadapter-send-request-failed","_prepareRequestParameters","36604qQandn","assign","textAdapter","editor","get","38015230ytuutC","locale","AI_ERROR_GET_PARAMETERS","object","resolve","sendRequest","reject","7453368AaZzSc","abort","signal","120JzTnfa","1BmVNyV","error","name","plugins","980049DKWNjK","makeRequest","catch","abortController","1018506EaSZkd","_prepareRequestHeaders"];return(Ut=function(){return e})()}!function(e){const t=Bt,r=e();for(;;)try{if(573387===-parseInt(t(388))/1*(parseInt(t(403))/2)+-parseInt(t(392))/3+-parseInt(t(409))/4+-parseInt(t(406))/5*(parseInt(t(396))/6)+parseInt(t(404))/7*(-parseInt(t(387))/8)+-parseInt(t(384))/9+parseInt(t(414))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Ut);class Ft extends t.Plugin{static get[$t(401)](){return[D]}constructor(e){const t=$t;super(e),this[t(395)]=new AbortController}[$t(402)](){const e=$t;this[e(412)][e(391)][e(413)](D)[e(411)]=this}[$t(385)](){const e=$t;this[e(395)][e(386)][e(399)]||(this[e(395)][e(385)](),this[e(395)]=new AbortController)}async[$t(393)](t){const r=$t;return this[r(419)](t)[r(394)]((t=>{const n=r;if(t instanceof H)return Promise[n(383)](t);if(n(405)==t[n(390)])return Promise[n(418)]();throw console[n(389)](t),new e.CKEditorError(n(407),null)}))}async[$t(397)](e,t){const r=$t,n=this[r(412)][r(415)],o={"Content-Type":r(400)};if(r(417)==typeof e)Object[r(410)](o,e);else if(e)try{const n=await e(t);Object[r(410)](o,n)}catch(e){return Promise[r(383)](new H(q(n,r(398))))}return o}async[$t(408)](e,t){const r=$t,n=this[r(412)][r(415)];if(r(417)==typeof e)return e;try{return await e(t)}catch(e){return Promise[r(383)](new H(q(n,r(416))))}}}function Dt(){const e=["config","get","signal","data: ","\nYou must keep the text formatting.\n\nContent:\n","279256GvmJEt","map","read","_isBufferIncomplete","pluginName","Your task is to generate HTML content accordingly to the given instruction. Never include <img> tag in your response even if asked for. Your answer must be a well-structured and properly formatted HTML code. Answer only with the generated HTML content. Do not add any additional remarks or notes. Do not act like a chatbot or a real person.","json","4773293yexQiT","ai.openAI.requestHeaders","choices","75000UhXYcK","length","https://api.openai.com/v1/chat/completions","body","delta","stringify","prepareMessages","ai.openAI.apiUrl","split","_apiUrl","POST","decode","AI_ERROR_MODERATION","context_length_exceeded","[DONE]","1105836GcxRmG","_prepareRequestParameters","abortController","system","AI_ERROR_CONTEXT_LENGTH","_readStreamableResponse","reject","_prepareRequestHeaders","gpt-3.5-turbo","7964256cklAlb","replace","_requestHeaders","join","769916IinCNT","6MvjNtS","includes","Moderation","filter","sendRequest","message","resolve","9629640PhTPyA","parse","editor","content","_readStaticResponse","user","Your task is to execute the instruction using the provided HTML content. Follow the instruction closely. Your answer must be a properly formatted HTML code. Do not add any additional remarks or notes. Do not act like a chatbot or a real person.","Instruction:\n","ai.openAI.requestParameters","locale","text","OpenAITextAdapter","define","360MhfQYP","_cleanUpData","stream","_requestParameters","getReader"];return(Dt=function(){return e})()}const jt=Ht;function Ht(e,t){const r=Dt();return(Ht=function(e,t){return r[e-=375]})(e,t)}!function(e){const t=Ht,r=e();for(;;)try{if(637268===parseInt(t(376))/1+parseInt(t(401))/2*(-parseInt(t(415))/3)+-parseInt(t(414))/4+parseInt(t(386))/5*(parseInt(t(435))/6)+parseInt(t(383))/7+-parseInt(t(410))/8+parseInt(t(422))/9)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Dt);class qt extends Ft{static get[jt(380)](){return jt(433)}constructor(e){const t=jt;super(e),e[t(440)][t(434)](t(393),t(388)),e[t(440)][t(441)](t(430))||e[t(440)][t(434)](t(430),{model:t(409),max_tokens:2e3,temperature:1,top_p:1,stream:!0}),this[t(395)]=e[t(440)][t(441)](t(393)),this[t(412)]=e[t(440)][t(441)](t(384))||{},this[t(438)]=e[t(440)][t(441)](t(430))}async[jt(419)]({query:e,context:t,onData:r,actionId:n}){const o=jt,i=this[o(424)][o(431)],s=await this[o(392)](e,t,n),a=await this[o(408)](this[o(412)],n),c=await this[o(402)](this[o(438)],n),u={messages:s,...c},l={method:o(396),headers:a,body:JSON[o(391)](u),signal:this[o(403)][o(442)]},d=await fetch(this[o(395)],l);if(d.ok)return c[o(437)]?await this[o(406)](d,r):await this[o(426)](d,r),Promise[o(421)]();{const e=await d[o(432)]();return e[o(416)](o(399))?Promise[o(407)](new H(q(i,o(405)))):e[o(416)](o(417))?Promise[o(407)](new H(q(i,o(398)))):Promise[o(407)](new Error(e))}}async[jt(392)](e,t,r){const n=jt;let o,i;return t?(o=n(428),i=n(429)+e+n(375)+t):(o=n(381),i=e),[{role:n(404),content:o},{role:n(427),content:i}]}async[jt(406)](e,t){const r=jt,n=e[r(389)][r(439)](),o=new TextDecoder;let i="",s="",a="",c=!1;for(;!c;){const{done:e,value:u}=await n[r(378)](),l=i+o[r(397)](u);let d="";c=e;try{d=this[r(436)](l),i=""}catch(e){i=l;continue}s+=d,!c&&this[r(379)](s)||s&&(a+=s,s="",t(a))}return Promise[r(421)]()}async[jt(426)](e,t){const r=jt;return t((await e[r(382)]())[r(385)][0][r(420)][r(425)]),Promise[r(421)]()}[jt(379)](e){const t=jt,r=e[t(394)]("<")[t(387)]!==e[t(394)](">")[t(387)],n=e[t(387)]<30;return r&&n}[jt(436)](e){const t=jt;return e[t(394)](/\n(?![^{]*\})/g)[t(377)]((e=>e[t(411)](t(443),"")))[t(418)]((e=>e&&e[t(387)]>0&&t(400)!==e))[t(377)]((e=>{const r=t,{choices:n}=JSON[r(423)](e);if(n[0]&&n[0][r(390)]&&n[0][r(390)][r(425)])return n[0][r(390)][r(425)]}))[t(418)]((e=>e))[t(413)]("")}}const Vt=e=>{let t=e.httpHandler;return{setHttpHandler(e){t=e},httpHandler:()=>t,updateHttpClientConfig(e,r){t.updateHttpClientConfig(e,r)},httpHandlerConfigs:()=>t.httpHandlerConfigs()}};var zt,Gt,Wt,Zt;!function(e){e.HEADER="header",e.QUERY="query"}(zt||(zt={})),function(e){e.HEADER="header",e.QUERY="query"}(Gt||(Gt={})),function(e){e.HTTP="http",e.HTTPS="https"}(Wt||(Wt={})),function(e){e.MD5="md5",e.CRC32="crc32",e.CRC32C="crc32c",e.SHA1="sha1",e.SHA256="sha256"}(Zt||(Zt={}));var Kt;!function(e){e[e.HEADER=0]="HEADER",e[e.TRAILER=1]="TRAILER"}(Kt||(Kt={}));const Jt="__smithy_context";var Qt,Yt;!function(e){e.PROFILE="profile",e.SSO_SESSION="sso-session",e.SERVICES="services"}(Qt||(Qt={})),function(e){e.HTTP_0_9="http/0.9",e.HTTP_1_0="http/1.0",e.TDS_8_0="tds/8.0"}(Yt||(Yt={}));class Xt{constructor(e){this.method=e.method||"GET",this.hostname=e.hostname||"localhost",this.port=e.port,this.query=e.query||{},this.headers=e.headers||{},this.body=e.body,this.protocol=e.protocol?":"!==e.protocol.slice(-1)?`${e.protocol}:`:e.protocol:"https:",this.path=e.path?"/"!==e.path.charAt(0)?`/${e.path}`:e.path:"/",this.username=e.username,this.password=e.password,this.fragment=e.fragment}static clone(e){const t=new Xt({...e,headers:{...e.headers}});var r;return t.query&&(t.query=(r=t.query,Object.keys(r).reduce(((e,t)=>{const n=r[t];return{...e,[t]:Array.isArray(n)?[...n]:n}}),{}))),t}static isInstance(e){if(!e)return!1;const t=e;return"method"in t&&"protocol"in t&&"hostname"in t&&"path"in t&&"object"==typeof t.query&&"object"==typeof t.headers}clone(){return Xt.clone(this)}}class er{constructor(e){this.statusCode=e.statusCode,this.reason=e.reason,this.headers=e.headers||{},this.body=e.body}static isInstance(e){if(!e)return!1;const t=e;return"number"==typeof t.statusCode&&"object"==typeof t.headers}}const tr={name:"hostHeaderMiddleware",step:"build",priority:"low",tags:["HOST"],override:!0},rr=e=>({applyToStack:t=>{t.add((e=>t=>async r=>{if(!Xt.isInstance(r.request))return t(r);const{request:n}=r,{handlerProtocol:o=""}=e.requestHandler.metadata||{};if(o.indexOf("h2")>=0&&!n.headers[":authority"])delete n.headers.host,n.headers[":authority"]=n.hostname+(n.port?":"+n.port:"");else if(!n.headers.host){let e=n.hostname;null!=n.port&&(e+=`:${n.port}`),n.headers.host=e}return t(r)})(e),tr)}}),nr={name:"loggerMiddleware",tags:["LOGGER"],step:"initialize",override:!0},or="X-Amzn-Trace-Id",ir={step:"build",tags:["RECURSION_DETECTION"],name:"recursionDetectionMiddleware",override:!0,priority:"low"},sr=e=>({applyToStack:t=>{t.add((e=>t=>async r=>{const{request:n}=r;if(!Xt.isInstance(n)||"node"!==e.runtime||n.headers.hasOwnProperty(or))return t(r);const o=process.env.AWS_LAMBDA_FUNCTION_NAME,i=process.env._X_AMZN_TRACE_ID,s=e=>"string"==typeof e&&e.length>0;return s(o)&&s(i)&&(n.headers[or]=i),t({...r,request:n})})(e),ir)}});const ar=new RegExp("^(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}$"),cr=e=>ar.test(e)||e.startsWith("[")&&e.endsWith("]"),ur=new RegExp("^(?!.*-$)(?!-)[a-zA-Z0-9-]{1,63}$"),lr=(e,t=!1)=>{if(!t)return ur.test(e);const r=e.split(".");for(const e of r)if(!lr(e))return!1;return!0},dr={},gr="endpoints";function hr(e){return"object"!=typeof e||null==e?e:"ref"in e?`$${hr(e.ref)}`:"fn"in e?`${e.fn}(${(e.argv||[]).map(hr).join(", ")})`:JSON.stringify(e,null,2)}class fr extends Error{constructor(e){super(e),this.name="EndpointError"}}const pr=(e,t)=>(e=>{const t=e.split("."),r=[];for(const n of t){const t=n.indexOf("[");if(-1!==t){if(n.indexOf("]")!==n.length-1)throw new fr(`Path: '${e}' does not end with ']'`);const o=n.slice(t+1,-1);if(Number.isNaN(parseInt(o)))throw new fr(`Invalid array index: '${o}' in path: '${e}'`);0!==t&&r.push(n.slice(0,t)),r.push(o)}else r.push(n)}return r})(t).reduce(((r,n)=>{if("object"!=typeof r)throw new fr(`Index '${n}' in '${t}' not found in '${JSON.stringify(e)}'`);return Array.isArray(r)?r[parseInt(n)]:r[n]}),e),mr={[Wt.HTTP]:80,[Wt.HTTPS]:443},kr={booleanEquals:(e,t)=>e===t,getAttr:pr,isSet:e=>null!=e,isValidHostLabel:lr,not:e=>!e,parseURL:e=>{const t=(()=>{try{if(e instanceof URL)return e;if("object"==typeof e&&"hostname"in e){const{hostname:t,port:r,protocol:n="",path:o="",query:i={}}=e,s=new URL(`${n}//${t}${r?`:${r}`:""}${o}`);return s.search=Object.entries(i).map((([e,t])=>`${e}=${t}`)).join("&"),s}return new URL(e)}catch(e){return null}})();if(!t)return console.error(`Unable to parse ${JSON.stringify(e)} as a whatwg URL.`),null;const r=t.href,{host:n,hostname:o,pathname:i,protocol:s,search:a}=t;if(a)return null;const c=s.slice(0,-1);if(!Object.values(Wt).includes(c))return null;const u=cr(o);return{scheme:c,authority:`${n}${r.includes(`${n}:${mr[c]}`)||"string"==typeof e&&e.includes(`${n}:${mr[c]}`)?`:${mr[c]}`:""}`,path:i,normalizedPath:i.endsWith("/")?i:`${i}/`,isIp:u}},stringEquals:(e,t)=>e===t,substring:(e,t,r,n)=>t>=r||e.length<r?null:n?e.substring(e.length-r,e.length-t):e.substring(t,r),uriEncode:e=>encodeURIComponent(e).replace(/[!*'()]/g,(e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`))},br=(e,t)=>{const r=[],n={...t.endpointParams,...t.referenceRecord};let o=0;for(;o<e.length;){const t=e.indexOf("{",o);if(-1===t){r.push(e.slice(o));break}r.push(e.slice(o,t));const i=e.indexOf("}",t);if(-1===i){r.push(e.slice(t));break}"{"===e[t+1]&&"}"===e[i+1]&&(r.push(e.slice(t+1,i)),o=i+2);const s=e.substring(t+1,i);if(s.includes("#")){const[e,t]=s.split("#");r.push(pr(n[e],t))}else r.push(n[s]);o=i+1}return r.join("")},vr=(e,t,r)=>{if("string"==typeof e)return br(e,r);if(e.fn)return yr(e,r);if(e.ref)return(({ref:e},t)=>({...t.endpointParams,...t.referenceRecord}[e]))(e,r);throw new fr(`'${t}': ${String(e)} is not a string, function or reference.`)},yr=({fn:e,argv:t},r)=>{const n=t.map((e=>["boolean","number"].includes(typeof e)?e:vr(e,"arg",r))),o=e.split(".");return o[0]in dr&&null!=o[1]?dr[o[0]][o[1]](...n):kr[e](...n)},wr=({assign:e,...t},r)=>{if(e&&e in r.referenceRecord)throw new fr(`'${e}' is already defined in Reference Record.`);const n=yr(t,r);return r.logger?.debug?.(`${gr} evaluateCondition: ${hr(t)} = ${hr(n)}`),{result:""===n||!!n,...null!=e&&{toAssign:{name:e,value:n}}}},_r=(e=[],t)=>{const r={};for(const n of e){const{result:e,toAssign:o}=wr(n,{...t,referenceRecord:{...t.referenceRecord,...r}});if(!e)return{result:e};o&&(r[o.name]=o.value,t.logger?.debug?.(`${gr} assign: ${o.name} := ${hr(o.value)}`))}return{result:!0,referenceRecord:r}},Sr=(e,t)=>Object.entries(e).reduce(((e,[r,n])=>({...e,[r]:n.map((e=>{const n=vr(e,"Header value entry",t);if("string"!=typeof n)throw new fr(`Header '${r}' value '${n}' is not a string`);return n}))})),{}),Ar=(e,t)=>{if(Array.isArray(e))return e.map((e=>Ar(e,t)));switch(typeof e){case"string":return br(e,t);case"object":if(null===e)throw new fr(`Unexpected endpoint property: ${e}`);return xr(e,t);case"boolean":return e;default:throw new fr("Unexpected endpoint property type: "+typeof e)}},xr=(e,t)=>Object.entries(e).reduce(((e,[r,n])=>({...e,[r]:Ar(n,t)})),{}),Er=(e,t)=>{const r=vr(e,"Endpoint URL",t);if("string"==typeof r)try{return new URL(r)}catch(e){throw console.error(`Failed to construct URL with ${r}`,e),e}throw new fr("Endpoint URL must be a string, got "+typeof r)},Ir=(e,t)=>{const{conditions:r,endpoint:n}=e,{result:o,referenceRecord:i}=_r(r,t);if(!o)return;const s={...t,referenceRecord:{...t.referenceRecord,...i}},{url:a,properties:c,headers:u}=n;return t.logger?.debug?.(`${gr} Resolving endpoint from template: ${hr(n)}`),{...null!=u&&{headers:Sr(u,s)},...null!=c&&{properties:xr(c,s)},url:Er(a,s)}},Rr=(e,t)=>{const{conditions:r,error:n}=e,{result:o,referenceRecord:i}=_r(r,t);if(o)throw new fr(vr(n,"Error",{...t,referenceRecord:{...t.referenceRecord,...i}}))},Mr=(e,t)=>{const{conditions:r,rules:n}=e,{result:o,referenceRecord:i}=_r(r,t);if(o)return Tr(n,{...t,referenceRecord:{...t.referenceRecord,...i}})},Tr=(e,t)=>{for(const r of e)if("endpoint"===r.type){const e=Ir(r,t);if(e)return e}else if("error"===r.type)Rr(r,t);else{if("tree"!==r.type)throw new fr(`Unknown endpoint rule: ${r}`);{const e=Mr(r,t);if(e)return e}}throw new fr("Rules evaluation failed")},Pr=(e,t=!1)=>{if(t){for(const t of e.split("."))if(!Pr(t))return!1;return!0}return!!lr(e)&&(!(e.length<3||e.length>63)&&(e===e.toLowerCase()&&!cr(e)))};let Cr=JSON.parse('{"partitions":[{"id":"aws","outputs":{"dnsSuffix":"amazonaws.com","dualStackDnsSuffix":"api.aws","implicitGlobalRegion":"us-east-1","name":"aws","supportsDualStack":true,"supportsFIPS":true},"regionRegex":"^(us|eu|ap|sa|ca|me|af|il)\\\\-\\\\w+\\\\-\\\\d+$","regions":{"af-south-1":{"description":"Africa (Cape Town)"},"ap-east-1":{"description":"Asia Pacific (Hong Kong)"},"ap-northeast-1":{"description":"Asia Pacific (Tokyo)"},"ap-northeast-2":{"description":"Asia Pacific (Seoul)"},"ap-northeast-3":{"description":"Asia Pacific (Osaka)"},"ap-south-1":{"description":"Asia Pacific (Mumbai)"},"ap-south-2":{"description":"Asia Pacific (Hyderabad)"},"ap-southeast-1":{"description":"Asia Pacific (Singapore)"},"ap-southeast-2":{"description":"Asia Pacific (Sydney)"},"ap-southeast-3":{"description":"Asia Pacific (Jakarta)"},"ap-southeast-4":{"description":"Asia Pacific (Melbourne)"},"aws-global":{"description":"AWS Standard global region"},"ca-central-1":{"description":"Canada (Central)"},"ca-west-1":{"description":"Canada West (Calgary)"},"eu-central-1":{"description":"Europe (Frankfurt)"},"eu-central-2":{"description":"Europe (Zurich)"},"eu-north-1":{"description":"Europe (Stockholm)"},"eu-south-1":{"description":"Europe (Milan)"},"eu-south-2":{"description":"Europe (Spain)"},"eu-west-1":{"description":"Europe (Ireland)"},"eu-west-2":{"description":"Europe (London)"},"eu-west-3":{"description":"Europe (Paris)"},"il-central-1":{"description":"Israel (Tel Aviv)"},"me-central-1":{"description":"Middle East (UAE)"},"me-south-1":{"description":"Middle East (Bahrain)"},"sa-east-1":{"description":"South America (Sao Paulo)"},"us-east-1":{"description":"US East (N. Virginia)"},"us-east-2":{"description":"US East (Ohio)"},"us-west-1":{"description":"US West (N. California)"},"us-west-2":{"description":"US West (Oregon)"}}},{"id":"aws-cn","outputs":{"dnsSuffix":"amazonaws.com.cn","dualStackDnsSuffix":"api.amazonwebservices.com.cn","implicitGlobalRegion":"cn-northwest-1","name":"aws-cn","supportsDualStack":true,"supportsFIPS":true},"regionRegex":"^cn\\\\-\\\\w+\\\\-\\\\d+$","regions":{"aws-cn-global":{"description":"AWS China global region"},"cn-north-1":{"description":"China (Beijing)"},"cn-northwest-1":{"description":"China (Ningxia)"}}},{"id":"aws-us-gov","outputs":{"dnsSuffix":"amazonaws.com","dualStackDnsSuffix":"api.aws","implicitGlobalRegion":"us-gov-west-1","name":"aws-us-gov","supportsDualStack":true,"supportsFIPS":true},"regionRegex":"^us\\\\-gov\\\\-\\\\w+\\\\-\\\\d+$","regions":{"aws-us-gov-global":{"description":"AWS GovCloud (US) global region"},"us-gov-east-1":{"description":"AWS GovCloud (US-East)"},"us-gov-west-1":{"description":"AWS GovCloud (US-West)"}}},{"id":"aws-iso","outputs":{"dnsSuffix":"c2s.ic.gov","dualStackDnsSuffix":"c2s.ic.gov","implicitGlobalRegion":"us-iso-east-1","name":"aws-iso","supportsDualStack":false,"supportsFIPS":true},"regionRegex":"^us\\\\-iso\\\\-\\\\w+\\\\-\\\\d+$","regions":{"aws-iso-global":{"description":"AWS ISO (US) global region"},"us-iso-east-1":{"description":"US ISO East"},"us-iso-west-1":{"description":"US ISO WEST"}}},{"id":"aws-iso-b","outputs":{"dnsSuffix":"sc2s.sgov.gov","dualStackDnsSuffix":"sc2s.sgov.gov","implicitGlobalRegion":"us-isob-east-1","name":"aws-iso-b","supportsDualStack":false,"supportsFIPS":true},"regionRegex":"^us\\\\-isob\\\\-\\\\w+\\\\-\\\\d+$","regions":{"aws-iso-b-global":{"description":"AWS ISOB (US) global region"},"us-isob-east-1":{"description":"US ISOB East (Ohio)"}}},{"id":"aws-iso-e","outputs":{"dnsSuffix":"cloud.adc-e.uk","dualStackDnsSuffix":"cloud.adc-e.uk","implicitGlobalRegion":"eu-isoe-west-1","name":"aws-iso-e","supportsDualStack":false,"supportsFIPS":true},"regionRegex":"^eu\\\\-isoe\\\\-\\\\w+\\\\-\\\\d+$","regions":{"eu-isoe-west-1":{"description":"EU ISOE West"}}},{"id":"aws-iso-f","outputs":{"dnsSuffix":"csp.hci.ic.gov","dualStackDnsSuffix":"csp.hci.ic.gov","implicitGlobalRegion":"us-isof-south-1","name":"aws-iso-f","supportsDualStack":false,"supportsFIPS":true},"regionRegex":"^us\\\\-isof\\\\-\\\\w+\\\\-\\\\d+$","regions":{}}],"version":"1.1"}'),Or="";const Nr={isVirtualHostableS3Bucket:Pr,parseArn:e=>{const t=e.split(":");if(t.length<6)return null;const[r,n,o,i,s,...a]=t;return"arn"!==r||""===n||""===o||""===a[0]?null:{partition:n,service:o,region:i,accountId:s,resourceId:a[0].includes("/")?a[0].split("/"):a}},partition:e=>{const{partitions:t}=Cr;for(const r of t){const{regions:t,outputs:n}=r;for(const[r,o]of Object.entries(t))if(r===e)return{...n,...o}}for(const r of t){const{regionRegex:t,outputs:n}=r;if(new RegExp(t).test(e))return{...n}}const r=t.find((e=>"aws"===e.id));if(!r)throw new Error("Provided region was not found in the partition array or regex, and default partition with id 'aws' doesn't exist.");return{...r.outputs}}};dr.aws=Nr;const Lr="user-agent",$r="x-amz-user-agent",Br=/[^\!\$\%\&\'\*\+\-\.\^\_\`\|\~\d\w]/g,Ur=/[^\!\$\%\&\'\*\+\-\.\^\_\`\|\~\d\w\#]/g,Fr=e=>(t,r)=>async n=>{const{request:o}=n;if(!Xt.isInstance(o))return t(n);const{headers:i}=o,s=r?.userAgent?.map(Dr)||[],a=(await e.defaultUserAgentProvider()).map(Dr),c=e?.customUserAgent?.map(Dr)||[],u=(Or?[Or]:[]).concat([...a,...s,...c]).join(" "),l=[...a.filter((e=>e.startsWith("aws-sdk-"))),...c].join(" ");return"browser"!==e.runtime?(l&&(i[$r]=i[$r]?`${i[Lr]} ${l}`:l),i[Lr]=u):i[$r]=u,t({...n,request:o})},Dr=e=>{const t=e[0].split("/").map((e=>e.replace(Br,"-"))).join("/"),r=e[1]?.replace(Ur,"-"),n=t.indexOf("/"),o=t.substring(0,n);let i=t.substring(n+1);return"api"===o&&(i=i.toLowerCase()),[o,i,r].filter((e=>e&&e.length>0)).reduce(((e,t,r)=>{switch(r){case 0:return t;case 1:return`${e}/${t}`;default:return`${e}#${t}`}}),"")},jr={name:"getUserAgentMiddleware",step:"build",priority:"low",tags:["SET_USER_AGENT","USER_AGENT"],override:!0};var Hr;!function(e){e.ENV="env",e.CONFIG="shared config entry"}(Hr||(Hr={}));const qr=e=>e[Jt]||(e[Jt]={}),Vr=e=>{if("function"==typeof e)return e;const t=Promise.resolve(e);return()=>t},zr=e=>"string"==typeof e&&(e.startsWith("fips-")||e.endsWith("-fips")),Gr=e=>zr(e)?["fips-aws-global","aws-fips"].includes(e)?"us-east-1":e.replace(/fips-(dkr-|prod-)?|-fips/,""):e;const Wr=(e,t)=>(r,n)=>async o=>{const i=e.httpAuthSchemeProvider(await t.httpAuthSchemeParametersProvider(e,n,o.input)),s=function(e){const t=new Map;for(const r of e)t.set(r.schemeId,r);return t}(e.httpAuthSchemes),a=qr(n),c=[];for(const r of i){const o=s.get(r.schemeId);if(!o){c.push(`HttpAuthScheme \`${r.schemeId}\` was not enabled for this service.`);continue}const i=o.identityProvider(await t.identityProviderConfigProvider(e));if(!i){c.push(`HttpAuthScheme \`${r.schemeId}\` did not have an IdentityProvider configured.`);continue}const{identityProperties:u={},signingProperties:l={}}=r.propertiesExtractor?.(e,n)||{};r.identityProperties=Object.assign(r.identityProperties||{},u),r.signingProperties=Object.assign(r.signingProperties||{},l),a.selectedHttpAuthScheme={httpAuthOption:r,identity:await i(r.identityProperties),signer:o.signer};break}if(!a.selectedHttpAuthScheme)throw new Error(c.join("\n"));return r(o)},Zr=/^[a-z0-9][a-z0-9\.\-]{1,61}[a-z0-9]$/,Kr=/(\d+\.){3}\d+/,Jr=/\.\./,Qr=e=>Zr.test(e)&&!Kr.test(e)&&!Jr.test(e),Yr=e=>{const[t,r,n,,,o]=e.split(":"),i="arn"===t&&e.split(":").length>=6,s=Boolean(i&&r&&n&&o);if(i&&!s)throw new Error(`Invalid ARN: ${e} was an invalid ARN.`);return s},Xr=(e,t,r)=>{const n=async()=>{const n=r[e]??r[t];return"function"==typeof n?n():n};return"credentialScope"===e||"CredentialScope"===t?async()=>{const e="function"==typeof r.credentials?await r.credentials():r.credentials;return e?.credentialScope??e?.CredentialScope}:"accountId"===e||"AccountId"===t?async()=>{const e="function"==typeof r.credentials?await r.credentials():r.credentials;return e?.accountId??e?.AccountId}:"endpoint"===e||"endpoint"===t?async()=>{const e=await n();if(e&&"object"==typeof e){if("url"in e)return e.url.href;if("hostname"in e){const{protocol:t,hostname:r,port:n,path:o}=e;return`${t}//${r}${n?":"+n:""}${o}`}}return e}:n};const en=e=>{if("string"==typeof e)return en(new URL(e));const{hostname:t,pathname:r,port:n,protocol:o,search:i}=e;let s;return i&&(s=function(e){const t={};if(e=e.replace(/^\?/,""))for(const r of e.split("&")){let[e,n=null]=r.split("=");e=decodeURIComponent(e),n&&(n=decodeURIComponent(n)),e in t?Array.isArray(t[e])?t[e].push(n):t[e]=[t[e],n]:t[e]=n}return t}(i)),{hostname:t,port:n?parseInt(n):void 0,protocol:o,path:r,query:s}},tn=e=>"object"==typeof e?"url"in e?en(e.url):e:en(e),rn=async(e,t,r)=>{const n={},o=t?.getEndpointParameterInstructions?.()||{};for(const[t,i]of Object.entries(o))switch(i.type){case"staticContextParams":n[t]=i.value;break;case"contextParams":n[t]=e[i.name];break;case"clientContextParams":case"builtInParams":n[t]=await Xr(i.name,t,r)();break;default:throw new Error("Unrecognized endpoint parameter instruction: "+JSON.stringify(i))}return 0===Object.keys(o).length&&Object.assign(n,r),"s3"===String(r.serviceId).toLowerCase()&&await(async e=>{const t=e?.Bucket||"";if("string"==typeof e.Bucket&&(e.Bucket=t.replace(/#/g,encodeURIComponent("#")).replace(/\?/g,encodeURIComponent("?"))),Yr(t)){if(!0===e.ForcePathStyle)throw new Error("Path-style addressing cannot be used with ARN buckets")}else(!Qr(t)||-1!==t.indexOf(".")&&!String(e.Endpoint).startsWith("http:")||t.toLowerCase()!==t||t.length<3)&&(e.ForcePathStyle=!0);return e.DisableMultiRegionAccessPoints&&(e.disableMultiRegionAccessPoints=!0,e.DisableMRAP=!0),e})(n),n},nn=({config:e,instructions:t})=>(r,n)=>async o=>{const i=await(async(e,t,r,n)=>{if(!r.endpoint){const e=await(async()=>{})(r.serviceId);e&&(r.endpoint=()=>Promise.resolve(tn(e)))}const o=await rn(e,t,r);if("function"!=typeof r.endpointProvider)throw new Error("config.endpointProvider is not set.");return r.endpointProvider(o,n)})(o.input,{getEndpointParameterInstructions:()=>t},{...e},n);n.endpointV2=i,n.authSchemes=i.properties?.authSchemes;const s=n.authSchemes?.[0];if(s){n.signing_region=s.signingRegion,n.signing_service=s.signingName;const e=qr(n),t=e?.selectedHttpAuthScheme?.httpAuthOption;t&&(t.signingProperties=Object.assign(t.signingProperties||{},{signing_region:s.signingRegion,signingRegion:s.signingRegion,signing_service:s.signingName,signingName:s.signingName,signingRegionSet:s.signingRegionSet},s.properties))}return r({...o})},on={name:"deserializerMiddleware",step:"deserialize",tags:["DESERIALIZER"],override:!0},sn={name:"serializerMiddleware",step:"serialize",tags:["SERIALIZER"],override:!0};function an(e,t,r){return{applyToStack:n=>{n.add(((e,t)=>r=>async n=>{const{response:o}=await r(n);try{return{response:o,output:await t(o,e)}}catch(e){if(Object.defineProperty(e,"$response",{value:o}),!("$metadata"in e)){const t="Deserialization error: to see the raw response, inspect the hidden field {error}.$response on this object.";e.message+="\n "+t,void 0!==e.$responseBodyText&&e.$response&&(e.$response.body=e.$responseBodyText)}throw e}})(e,r),on),n.add(((e,t)=>(r,n)=>async o=>{const i=n.endpointV2?.url&&e.urlParser?async()=>e.urlParser(n.endpointV2.url):e.endpoint;if(!i)throw new Error("No valid endpoint provider available.");const s=await t(o.input,{...e,endpoint:i});return r({...o,request:s})})(e,t),sn)}}}const cn={step:"serialize",tags:["ENDPOINT_PARAMETERS","ENDPOINT_V2","ENDPOINT"],name:"endpointV2Middleware",override:!0,relation:"before",toMiddleware:sn.name},un=(e,t)=>({applyToStack:r=>{r.addRelativeTo(nn({config:e,instructions:t}),cn)}}),ln={step:"serialize",tags:["HTTP_AUTH_SCHEME"],name:"httpAuthSchemeMiddleware",override:!0,relation:"before",toMiddleware:cn.name},dn=e=>e=>{throw e},gn=(e,t)=>{};var hn;!function(e){e.STANDARD="standard",e.ADAPTIVE="adaptive"}(hn||(hn={}));const fn=hn.STANDARD,pn=["BandwidthLimitExceeded","EC2ThrottledException","LimitExceededException","PriorRequestNotComplete","ProvisionedThroughputExceededException","RequestLimitExceeded","RequestThrottled","RequestThrottledException","SlowDown","ThrottledException","Throttling","ThrottlingException","TooManyRequestsException","TransactionInProgressException"],mn=["TimeoutError","RequestTimeout","RequestTimeoutException"],kn=[500,502,503,504],bn=["ECONNRESET","ECONNREFUSED","EPIPE","ETIMEDOUT"],vn=e=>429===e.$metadata?.httpStatusCode||pn.includes(e.name)||1==e.$retryable?.throttling,yn=e=>(e=>e.$metadata?.clockSkewCorrected)(e)||mn.includes(e.name)||bn.includes(e?.code||"")||kn.includes(e.$metadata?.httpStatusCode||0);class wn{constructor(e){this.currentCapacity=0,this.enabled=!1,this.lastMaxRate=0,this.measuredTxRate=0,this.requestCount=0,this.lastTimestamp=0,this.timeWindow=0,this.beta=e?.beta??.7,this.minCapacity=e?.minCapacity??1,this.minFillRate=e?.minFillRate??.5,this.scaleConstant=e?.scaleConstant??.4,this.smooth=e?.smooth??.8;const t=this.getCurrentTimeInSeconds();this.lastThrottleTime=t,this.lastTxRateBucket=Math.floor(this.getCurrentTimeInSeconds()),this.fillRate=this.minFillRate,this.maxCapacity=this.minCapacity}getCurrentTimeInSeconds(){return Date.now()/1e3}async getSendToken(){return this.acquireTokenBucket(1)}async acquireTokenBucket(e){if(this.enabled){if(this.refillTokenBucket(),e>this.currentCapacity){const t=(e-this.currentCapacity)/this.fillRate*1e3;await new Promise((e=>setTimeout(e,t)))}this.currentCapacity=this.currentCapacity-e}}refillTokenBucket(){const e=this.getCurrentTimeInSeconds();if(!this.lastTimestamp)return void(this.lastTimestamp=e);const t=(e-this.lastTimestamp)*this.fillRate;this.currentCapacity=Math.min(this.maxCapacity,this.currentCapacity+t),this.lastTimestamp=e}updateClientSendingRate(e){let t;if(this.updateMeasuredRate(),vn(e)){const e=this.enabled?Math.min(this.measuredTxRate,this.fillRate):this.measuredTxRate;this.lastMaxRate=e,this.calculateTimeWindow(),this.lastThrottleTime=this.getCurrentTimeInSeconds(),t=this.cubicThrottle(e),this.enableTokenBucket()}else this.calculateTimeWindow(),t=this.cubicSuccess(this.getCurrentTimeInSeconds());const r=Math.min(t,2*this.measuredTxRate);this.updateTokenBucketRate(r)}calculateTimeWindow(){this.timeWindow=this.getPrecise(Math.pow(this.lastMaxRate*(1-this.beta)/this.scaleConstant,1/3))}cubicThrottle(e){return this.getPrecise(e*this.beta)}cubicSuccess(e){return this.getPrecise(this.scaleConstant*Math.pow(e-this.lastThrottleTime-this.timeWindow,3)+this.lastMaxRate)}enableTokenBucket(){this.enabled=!0}updateTokenBucketRate(e){this.refillTokenBucket(),this.fillRate=Math.max(e,this.minFillRate),this.maxCapacity=Math.max(e,this.minCapacity),this.currentCapacity=Math.min(this.currentCapacity,this.maxCapacity)}updateMeasuredRate(){const e=this.getCurrentTimeInSeconds(),t=Math.floor(2*e)/2;if(this.requestCount++,t>this.lastTxRateBucket){const e=this.requestCount/(t-this.lastTxRateBucket);this.measuredTxRate=this.getPrecise(e*this.smooth+this.measuredTxRate*(1-this.smooth)),this.requestCount=0,this.lastTxRateBucket=t}}getPrecise(e){return parseFloat(e.toFixed(8))}}const _n=100,Sn=2e4,An="amz-sdk-invocation-id",xn="amz-sdk-request",En=({retryDelay:e,retryCount:t,retryCost:r})=>({getRetryCount:()=>t,getRetryDelay:()=>Math.min(Sn,e),getRetryCost:()=>r});class In{constructor(e){this.maxAttempts=e,this.mode=hn.STANDARD,this.capacity=500,this.retryBackoffStrategy=(()=>{let e=_n;return{computeNextBackoffDelay:t=>Math.floor(Math.min(Sn,Math.random()*2**t*e)),setDelayBase:t=>{e=t}}})(),this.maxAttemptsProvider="function"==typeof e?e:async()=>e}async acquireInitialRetryToken(e){return En({retryDelay:_n,retryCount:0})}async refreshRetryTokenForRetry(e,t){const r=await this.getMaxAttempts();if(this.shouldRetry(e,t,r)){const r=t.errorType;this.retryBackoffStrategy.setDelayBase("THROTTLING"===r?500:_n);const n=this.retryBackoffStrategy.computeNextBackoffDelay(e.getRetryCount()),o=t.retryAfterHint?Math.max(t.retryAfterHint.getTime()-Date.now()||0,n):n,i=this.getCapacityCost(r);return this.capacity-=i,En({retryDelay:o,retryCount:e.getRetryCount()+1,retryCost:i})}throw new Error("No retry token available")}recordSuccess(e){this.capacity=Math.max(500,this.capacity+(e.getRetryCost()??1))}getCapacity(){return this.capacity}async getMaxAttempts(){try{return await this.maxAttemptsProvider()}catch(e){return console.warn("Max attempts provider could not resolve. Using default of 3"),3}}shouldRetry(e,t,r){return e.getRetryCount()+1<r&&this.capacity>=this.getCapacityCost(t.errorType)&&this.isRetryableError(t.errorType)}getCapacityCost(e){return"TRANSIENT"===e?10:5}isRetryableError(e){return"THROTTLING"===e||"TRANSIENT"===e}}class Rn{constructor(e,t){this.maxAttemptsProvider=e,this.mode=hn.ADAPTIVE;const{rateLimiter:r}=t??{};this.rateLimiter=r??new wn,this.standardRetryStrategy=new In(e)}async acquireInitialRetryToken(e){return await this.rateLimiter.getSendToken(),this.standardRetryStrategy.acquireInitialRetryToken(e)}async refreshRetryTokenForRetry(e,t){return this.rateLimiter.updateClientSendingRate(t),this.standardRetryStrategy.refreshRetryTokenForRetry(e,t)}recordSuccess(e){this.rateLimiter.updateClientSendingRate({}),this.standardRetryStrategy.recordSuccess(e)}}const Mn={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};let Tn;const Pn=new Uint8Array(16);function Cn(){if(!Tn&&(Tn="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Tn))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Tn(Pn)}const On=[];for(let e=0;e<256;++e)On.push((e+256).toString(16).slice(1));function Nn(e,t=0){return On[e[t+0]]+On[e[t+1]]+On[e[t+2]]+On[e[t+3]]+"-"+On[e[t+4]]+On[e[t+5]]+"-"+On[e[t+6]]+On[e[t+7]]+"-"+On[e[t+8]]+On[e[t+9]]+"-"+On[e[t+10]]+On[e[t+11]]+On[e[t+12]]+On[e[t+13]]+On[e[t+14]]+On[e[t+15]]}const Ln=function(e,t,r){if(Mn.randomUUID&&!t&&!e)return Mn.randomUUID();const n=(e=e||{}).random||(e.rng||Cn)();if(n[6]=15&n[6]|64,n[8]=63&n[8]|128,t){r=r||0;for(let e=0;e<16;++e)t[r+e]=n[e];return t}return Nn(n)},$n=e=>e instanceof Error?e:e instanceof Object?Object.assign(new Error,e):"string"==typeof e?new Error(e):new Error(`AWS SDK error wrapper for ${e}`);class Bn{trace(){}debug(){}info(){}warn(){}error(){}}const Un=(e,t)=>{const r=[];if(e&&r.push(e),t)for(const e of t)r.push(e);return r},Fn=(e,t)=>`${e||"anonymous"}${t&&t.length>0?` (a.k.a. ${t.join(",")})`:""}`,Dn=()=>{let e=[],t=[],r=!1;const n=new Set,o=r=>(e.forEach((e=>{r.add(e.middleware,{...e})})),t.forEach((e=>{r.addRelativeTo(e.middleware,{...e})})),r.identifyOnResolve?.(a.identifyOnResolve()),r),i=e=>{const t=[];return e.before.forEach((e=>{0===e.before.length&&0===e.after.length?t.push(e):t.push(...i(e))})),t.push(e),e.after.reverse().forEach((e=>{0===e.before.length&&0===e.after.length?t.push(e):t.push(...i(e))})),t},s=(r=!1)=>{const n=[],o=[],s={};e.forEach((e=>{const t={...e,before:[],after:[]};for(const e of Un(t.name,t.aliases))s[e]=t;n.push(t)})),t.forEach((e=>{const t={...e,before:[],after:[]};for(const e of Un(t.name,t.aliases))s[e]=t;o.push(t)})),o.forEach((e=>{if(e.toMiddleware){const t=s[e.toMiddleware];if(void 0===t){if(r)return;throw new Error(`${e.toMiddleware} is not found when adding ${Fn(e.name,e.aliases)} middleware ${e.relation} ${e.toMiddleware}`)}"after"===e.relation&&t.after.push(e),"before"===e.relation&&t.before.push(e)}}));const a=(c=n,c.sort(((e,t)=>jn[t.step]-jn[e.step]||Hn[t.priority||"normal"]-Hn[e.priority||"normal"]))).map(i).reduce(((e,t)=>(e.push(...t),e)),[]);var c;return a},a={add:(t,r={})=>{const{name:o,override:i,aliases:s}=r,a={step:"initialize",priority:"normal",middleware:t,...r},c=Un(o,s);if(c.length>0){if(c.some((e=>n.has(e)))){if(!i)throw new Error(`Duplicate middleware name '${Fn(o,s)}'`);for(const t of c){const r=e.findIndex((e=>e.name===t||e.aliases?.some((e=>e===t))));if(-1===r)continue;const n=e[r];if(n.step!==a.step||a.priority!==n.priority)throw new Error(`"${Fn(n.name,n.aliases)}" middleware with ${n.priority} priority in ${n.step} step cannot be overridden by "${Fn(o,s)}" middleware with ${a.priority} priority in ${a.step} step.`);e.splice(r,1)}}for(const e of c)n.add(e)}e.push(a)},addRelativeTo:(e,r)=>{const{name:o,override:i,aliases:s}=r,a={middleware:e,...r},c=Un(o,s);if(c.length>0){if(c.some((e=>n.has(e)))){if(!i)throw new Error(`Duplicate middleware name '${Fn(o,s)}'`);for(const e of c){const r=t.findIndex((t=>t.name===e||t.aliases?.some((t=>t===e))));if(-1===r)continue;const n=t[r];if(n.toMiddleware!==a.toMiddleware||n.relation!==a.relation)throw new Error(`"${Fn(n.name,n.aliases)}" middleware ${n.relation} "${n.toMiddleware}" middleware cannot be overridden by "${Fn(o,s)}" middleware ${a.relation} "${a.toMiddleware}" middleware.`);t.splice(r,1)}}for(const e of c)n.add(e)}t.push(a)},clone:()=>o(Dn()),use:e=>{e.applyToStack(a)},remove:r=>"string"==typeof r?(r=>{let o=!1;const i=e=>{const t=Un(e.name,e.aliases);if(t.includes(r)){o=!0;for(const e of t)n.delete(e);return!1}return!0};return e=e.filter(i),t=t.filter(i),o})(r):(r=>{let o=!1;const i=e=>{if(e.middleware===r){o=!0;for(const t of Un(e.name,e.aliases))n.delete(t);return!1}return!0};return e=e.filter(i),t=t.filter(i),o})(r),removeByTag:r=>{let o=!1;const i=e=>{const{tags:t,name:i,aliases:s}=e;if(t&&t.includes(r)){const e=Un(i,s);for(const t of e)n.delete(t);return o=!0,!1}return!0};return e=e.filter(i),t=t.filter(i),o},concat:e=>{const t=o(Dn());return t.use(e),t.identifyOnResolve(r||t.identifyOnResolve()||(e.identifyOnResolve?.()??!1)),t},applyToStack:o,identify:()=>s(!0).map((e=>{const t=e.step??e.relation+" "+e.toMiddleware;return Fn(e.name,e.aliases)+" - "+t})),identifyOnResolve:e=>("boolean"==typeof e&&(r=e),r),resolve:(e,t)=>{for(const r of s().map((e=>e.middleware)).reverse())e=r(e,t);return r&&console.log(a.identify()),e}};return a},jn={initialize:5,serialize:4,build:3,finalizeRequest:2,deserialize:1},Hn={high:3,normal:2,low:1};class qn{constructor(e){this.middlewareStack=Dn(),this.config=e}send(e,t,r){const n="function"!=typeof t?t:void 0,o="function"==typeof t?t:r,i=e.resolveMiddleware(this.middlewareStack,this.config,n);if(!o)return i(e).then((e=>e.output));i(e).then((e=>o(null,e.output)),(e=>o(e))).catch((()=>{}))}destroy(){this.config.requestHandler.destroy&&this.config.requestHandler.destroy()}}const Vn={},zn=new Array(64);for(let e=0,t="A".charCodeAt(0),r="Z".charCodeAt(0);e+t<=r;e++){const r=String.fromCharCode(e+t);Vn[r]=e,zn[e]=r}for(let e=0,t="a".charCodeAt(0),r="z".charCodeAt(0);e+t<=r;e++){const r=String.fromCharCode(e+t),n=e+26;Vn[r]=n,zn[n]=r}for(let e=0;e<10;e++){Vn[e.toString(10)]=e+52;const t=e.toString(10),r=e+52;Vn[t]=r,zn[r]=t}Vn["+"]=62,zn[62]="+",Vn["/"]=63,zn[63]="/";const Gn=6,Wn=8,Zn=63,Kn=e=>{let t=e.length/4*3;"=="===e.slice(-2)?t-=2:"="===e.slice(-1)&&t--;const r=new ArrayBuffer(t),n=new DataView(r);for(let t=0;t<e.length;t+=4){let r=0,o=0;for(let n=t,i=t+3;n<=i;n++)if("="!==e[n]){if(!(e[n]in Vn))throw new TypeError(`Invalid character ${e[n]} in base64 string.`);r|=Vn[e[n]]<<(i-n)*Gn,o+=Gn}else r>>=Gn;const i=t/4*3;r>>=o%Wn;const s=Math.floor(o/Wn);for(let e=0;e<s;e++){const t=(s-e-1)*Wn;n.setUint8(i+e,(r&255<<t)>>t)}}return new Uint8Array(r)},Jn=e=>(new TextEncoder).encode(e);function Qn(e){let t;t="string"==typeof e?Jn(e):e;const r="object"==typeof t&&"number"==typeof t.length,n="object"==typeof t&&"number"==typeof t.byteOffset&&"number"==typeof t.byteLength;if(!r&&!n)throw new Error("@smithy/util-base64: toBase64 encoder function only accepts string | Uint8Array.");let o="";for(let e=0;e<t.length;e+=3){let r=0,n=0;for(let o=e,i=Math.min(e+3,t.length);o<i;o++)r|=t[o]<<(i-o-1)*Wn,n+=Wn;const i=Math.ceil(n/Gn);r<<=i*Gn-n;for(let e=1;e<=i;e++){const t=(i-e)*Gn;o+=zn[(r&Zn<<t)>>t]}o+="==".slice(0,4-i)}return o}const Yn=e=>{if("string"==typeof e)return e;if("object"!=typeof e||"number"!=typeof e.byteOffset||"number"!=typeof e.byteLength)throw new Error("@smithy/util-utf8: toUtf8 encoder function only accepts string | Uint8Array.");return new TextDecoder("utf-8").decode(e)};class Xn extends Uint8Array{static fromString(e,t="utf-8"){if("string"==typeof e)return function(e,t){return"base64"===t?Xn.mutate(Kn(e)):Xn.mutate(Jn(e))}(e,t);throw new Error(`Unsupported conversion from ${typeof e} to Uint8ArrayBlobAdapter.`)}static mutate(e){return Object.setPrototypeOf(e,Xn.prototype),e}transformToString(e="utf-8"){return function(e,t="utf-8"){return"base64"===t?Qn(e):Yn(e)}(this,e)}}const eo=e=>encodeURIComponent(e).replace(/[!'()*]/g,to),to=e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`;function ro(e=0){return new Promise(((t,r)=>{e&&setTimeout((()=>{const t=new Error(`Request did not complete within ${e} ms`);t.name="TimeoutError",r(t)}),e)}))}const no={supported:void 0};class oo{static create(e){return"function"==typeof e?.handle?e:new oo(e)}constructor(e){"function"==typeof e?this.configProvider=e().then((e=>e||{})):(this.config=e??{},this.configProvider=Promise.resolve(this.config)),void 0===no.supported&&(no.supported=Boolean("undefined"!=typeof Request&&"keepalive"in new Request("https://[::1]")))}destroy(){}async handle(e,{abortSignal:t}={}){this.config||(this.config=await this.configProvider);const r=this.config.requestTimeout,n=!0===this.config.keepAlive,o=this.config.credentials;if(t?.aborted){const e=new Error("Request aborted");return e.name="AbortError",Promise.reject(e)}let i=e.path;const s=function(e){const t=[];for(let r of Object.keys(e).sort()){const n=e[r];if(r=eo(r),Array.isArray(n))for(let e=0,o=n.length;e<o;e++)t.push(`${r}=${eo(n[e])}`);else{let e=r;(n||"string"==typeof n)&&(e+=`=${eo(n)}`),t.push(e)}}return t.join("&")}(e.query||{});s&&(i+=`?${s}`),e.fragment&&(i+=`#${e.fragment}`);let a="";if(null!=e.username||null!=e.password){a=`${e.username??""}:${e.password??""}@`}const{port:c,method:u}=e,l=`${e.protocol}//${a}${e.hostname}${c?`:${c}`:""}${i}`,d="GET"===u||"HEAD"===u?void 0:e.body,g={body:d,headers:new Headers(e.headers),method:u,credentials:o};d&&(g.duplex="half"),"undefined"!=typeof AbortController&&(g.signal=t),no.supported&&(g.keepalive=n);let h=()=>{};const f=new Request(l,g),p=[fetch(f).then((e=>{const t=e.headers,r={};for(const e of t.entries())r[e[0]]=e[1];return null!=e.body?{response:new er({headers:r,reason:e.statusText,statusCode:e.status,body:e.body})}:e.blob().then((t=>({response:new er({headers:r,reason:e.statusText,statusCode:e.status,body:t})})))})),ro(r)];return t&&p.push(new Promise(((e,r)=>{const n=()=>{const e=new Error("Request aborted");e.name="AbortError",r(e)};if("function"==typeof t.addEventListener){const e=t;e.addEventListener("abort",n,{once:!0}),h=()=>e.removeEventListener("abort",n)}else t.onabort=n}))),Promise.race(p).finally(h)}updateHttpClientConfig(e,t){this.config=void 0,this.configProvider=this.configProvider.then((r=>(r[e]=t,r)))}httpHandlerConfigs(){return this.config??{}}}const io=e=>"function"==typeof Blob&&e instanceof Blob?async function(e){const t=await function(e){return new Promise(((t,r)=>{const n=new FileReader;n.onloadend=()=>{if(2!==n.readyState)return r(new Error("Reader aborted too early"));const e=n.result??"",o=e.indexOf(","),i=o>-1?o+1:e.length;t(e.substring(i))},n.onabort=()=>r(new Error("Read aborted")),n.onerror=()=>r(n.error),n.readAsDataURL(e)}))}(e),r=Kn(t);return new Uint8Array(r)}(e):async function(e){const t=[],r=e.getReader();let n=!1,o=0;for(;!n;){const{done:e,value:i}=await r.read();i&&(t.push(i),o+=i.length),n=e}const i=new Uint8Array(o);let s=0;for(const e of t)i.set(e,s),s+=e.length;return i}(e);const so={},ao={};for(let e=0;e<256;e++){let t=e.toString(16).toLowerCase();1===t.length&&(t=`0${t}`),so[e]=t,ao[t]=e}function co(e){if(e.length%2!=0)throw new Error("Hex encoded strings must have an even number length");const t=new Uint8Array(e.length/2);for(let r=0;r<e.length;r+=2){const n=e.slice(r,r+2).toLowerCase();if(!(n in ao))throw new Error(`Cannot decode unrecognized sequence ${n} as hexadecimal`);t[r/2]=ao[n]}return t}function uo(e){let t="";for(let r=0;r<e.byteLength;r++)t+=so[e[r]];return t}const lo=async(e=new Uint8Array,t)=>{if(e instanceof Uint8Array)return Xn.mutate(e);if(!e)return Xn.mutate(new Uint8Array);const r=t.streamCollector(e);return Xn.mutate(await r)};class go{constructor(){this.middlewareStack=Dn()}static classBuilder(){return new ho}resolveMiddlewareWithContext(e,t,r,{middlewareFn:n,clientName:o,commandName:i,inputFilterSensitiveLog:s,outputFilterSensitiveLog:a,smithyContext:c,additionalContext:u,CommandCtor:l}){for(const o of n.bind(this)(l,e,t,r))this.middlewareStack.use(o);const d=e.concat(this.middlewareStack),{logger:g}=t,h={logger:g,clientName:o,commandName:i,inputFilterSensitiveLog:s,outputFilterSensitiveLog:a,[Jt]:{commandInstance:this,...c},...u},{requestHandler:f}=t;return d.resolve((e=>f.handle(e.request,r||{})),h)}}class ho{constructor(){this._init=()=>{},this._ep={},this._middlewareFn=()=>[],this._commandName="",this._clientName="",this._additionalContext={},this._smithyContext={},this._inputFilterSensitiveLog=e=>e,this._outputFilterSensitiveLog=e=>e,this._serializer=null,this._deserializer=null}init(e){this._init=e}ep(e){return this._ep=e,this}m(e){return this._middlewareFn=e,this}s(e,t,r={}){return this._smithyContext={service:e,operation:t,...r},this}c(e={}){return this._additionalContext=e,this}n(e,t){return this._clientName=e,this._commandName=t,this}f(e=e=>e,t=e=>e){return this._inputFilterSensitiveLog=e,this._outputFilterSensitiveLog=t,this}ser(e){return this._serializer=e,this}de(e){return this._deserializer=e,this}build(){const e=this;let t;return t=class extends go{static getEndpointParameterInstructions(){return e._ep}constructor(...[t]){super(),this.serialize=e._serializer,this.deserialize=e._deserializer,this.input=t??{},e._init(this)}resolveMiddleware(r,n,o){return this.resolveMiddlewareWithContext(r,n,o,{CommandCtor:t,middlewareFn:e._middlewareFn,clientName:e._clientName,commandName:e._commandName,inputFilterSensitiveLog:e._inputFilterSensitiveLog,outputFilterSensitiveLog:e._outputFilterSensitiveLog,smithyContext:e._smithyContext,additionalContext:e._additionalContext})}}}}const fo="***SensitiveInformation***",po=(Math.ceil(2**127*(2-2**-23)),e=>{if(null!=e){if(Number.isInteger(e)&&!Number.isNaN(e))return e;throw new TypeError(`Expected integer, got ${typeof e}: ${e}`)}}),mo=e=>ko(e,32),ko=(e,t)=>{const r=po(e);if(void 0!==r&&bo(r,t)!==r)throw new TypeError(`Expected ${t}-bit integer, got ${e}`);return r},bo=(e,t)=>{switch(t){case 32:return Int32Array.of(e)[0];case 16:return Int16Array.of(e)[0];case 8:return Int8Array.of(e)[0]}},vo=e=>{if(null!=e){if("string"==typeof e)return e;if(["boolean","number","bigint"].includes(typeof e))return wo.warn(yo(`Expected string, got ${typeof e}: ${e}`)),String(e);throw new TypeError(`Expected string, got ${typeof e}: ${e}`)}},yo=e=>String(new TypeError(e).stack||e).split("\n").slice(0,5).filter((e=>!e.includes("stackTraceWarning"))).join("\n"),wo={warn:console.warn};class _o extends Error{constructor(e){super(e.message),Object.setPrototypeOf(this,_o.prototype),this.name=e.name,this.$fault=e.$fault,this.$metadata=e.$metadata}}const So=(e,t={})=>{Object.entries(t).filter((([,e])=>void 0!==e)).forEach((([t,r])=>{null!=e[t]&&""!==e[t]||(e[t]=r)}));const r=e.message||e.Message||"UnknownError";return e.message=r,delete e.Message,e},Ao=e=>({httpStatusCode:e.statusCode,requestId:e.headers["x-amzn-requestid"]??e.headers["x-amzn-request-id"]??e.headers["x-amz-request-id"],extendedRequestId:e.headers["x-amz-id-2"],cfId:e.headers["x-amz-cf-id"]}),xo=e=>{switch(e){case"standard":case"cross-region":return{retryMode:"standard",connectionTimeout:3100};case"in-region":return{retryMode:"standard",connectionTimeout:1100};case"mobile":return{retryMode:"standard",connectionTimeout:3e4};default:return{}}},Eo=e=>{const t=[];for(const r in Zt){const n=Zt[r];void 0!==e[n]&&t.push({algorithmId:()=>n,checksumConstructor:()=>e[n]})}return{_checksumAlgorithms:t,addChecksumAlgorithm(e){this._checksumAlgorithms.push(e)},checksumAlgorithms(){return this._checksumAlgorithms}}},Io=e=>{const t={};return e.checksumAlgorithms().forEach((e=>{t[e.algorithmId()]=e.checksumConstructor()})),t},Ro=e=>{let t=e.retryStrategy;return{setRetryStrategy(e){t=e},retryStrategy:()=>t}},Mo=e=>{const t={};return t.retryStrategy=e.retryStrategy(),t},To=e=>({...Eo(e),...Ro(e)}),Po=function(){const e=Object.getPrototypeOf(this).constructor,t=new(Function.bind.apply(String,[null,...arguments]));return Object.setPrototypeOf(t,e.prototype),t};Po.prototype=Object.create(String.prototype,{constructor:{value:Po,enumerable:!1,writable:!0,configurable:!0}}),Object.setPrototypeOf(Po,String);function Co(e,t,r){let n,o,i;if(void 0===t&&void 0===r)n={},i=e;else{if(n=e,"function"==typeof t)return o=t,i=r,No(n,o,i);i=t}for(const e of Object.keys(i))Array.isArray(i[e])?Lo(n,null,i,e):n[e]=i[e];return n}const Oo=(e,t)=>{const r={};for(const n in t)Lo(r,e,t,n);return r},No=(e,t,r)=>Co(e,Object.entries(r).reduce(((e,[r,n])=>(Array.isArray(n)?e[r]=n:e[r]="function"==typeof n?[t,n()]:[t,n],e)),{})),Lo=(e,t,r,n)=>{if(null!==t){let o=r[n];"function"==typeof o&&(o=[,o]);const[i=$o,s=Bo,a=n]=o;return void(("function"==typeof i&&i(t[a])||"function"!=typeof i&&i)&&(e[n]=s(t[a])))}let[o,i]=r[n];if("function"==typeof i){let t;const r=void 0===o&&null!=(t=i()),s="function"==typeof o&&!!o(void 0)||"function"!=typeof o&&!!o;r?e[n]=t:s&&(e[n]=i())}else{const t=void 0===o&&null!=i,r="function"==typeof o&&!!o(i)||"function"!=typeof o&&!!o;(t||r)&&(e[n]=i)}},$o=e=>null!=e,Bo=e=>e;function Uo(e){return encodeURIComponent(e).replace(/[!'()*]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}const Fo=e=>e?.body instanceof ReadableStream,Do=e=>void 0!==e.acquireInitialRetryToken&&void 0!==e.refreshRetryTokenForRetry&&void 0!==e.recordSuccess,jo=e=>{const t={error:e,errorType:Ho(e)},r=zo(e.$response);return r&&(t.retryAfterHint=r),t},Ho=e=>vn(e)?"THROTTLING":yn(e)?"TRANSIENT":(e=>{if(void 0!==e.$metadata?.httpStatusCode){const t=e.$metadata.httpStatusCode;return 500<=t&&t<=599&&!yn(e)}return!1})(e)?"SERVER_ERROR":"CLIENT_ERROR",qo={name:"retryMiddleware",tags:["RETRY"],step:"finalizeRequest",priority:"high",override:!0},Vo=e=>({applyToStack:t=>{t.add((e=>(t,r)=>async n=>{let o=await e.retryStrategy();const i=await e.maxAttempts();if(!Do(o))return o?.mode&&(r.userAgent=[...r.userAgent||[],["cfg/retry-mode",o.mode]]),o.retry(t,n);{let e=await o.acquireInitialRetryToken(r.partition_id),s=new Error,a=0,c=0;const{request:u}=n,l=Xt.isInstance(u);for(l&&(u.headers[An]=Ln());;)try{l&&(u.headers[xn]=`attempt=${a+1}; max=${i}`);const{response:r,output:s}=await t(n);return o.recordSuccess(e),s.$metadata.attempts=a+1,s.$metadata.totalRetryDelay=c,{response:r,output:s}}catch(t){const n=jo(t);if(s=$n(t),l&&Fo(u))throw(r.logger instanceof Bn?console:r.logger)?.warn("An error was encountered in a non-retryable streaming request."),s;try{e=await o.refreshRetryTokenForRetry(e,n)}catch(e){throw s.$metadata||(s.$metadata={}),s.$metadata.attempts=a+1,s.$metadata.totalRetryDelay=c,s}a=e.getRetryCount();const i=e.getRetryDelay();c+=i,await new Promise((e=>setTimeout(e,i)))}}})(e),qo)}}),zo=e=>{if(!er.isInstance(e))return;const t=Object.keys(e.headers).find((e=>"retry-after"===e.toLowerCase()));if(!t)return;const r=e.headers[t],n=Number(r);if(!Number.isNaN(n))return new Date(1e3*n);return new Date(r)},Go={step:"finalizeRequest",tags:["HTTP_SIGNING"],name:"httpSigningMiddleware",aliases:["apiKeyMiddleware","tokenMiddleware","awsAuthMiddleware"],override:!0,relation:"after",toMiddleware:qo.name},Wo=e=>({applyToStack:e=>{e.addRelativeTo(((e,t)=>async r=>{if(!Xt.isInstance(r.request))return e(r);const n=qr(t).selectedHttpAuthScheme;if(!n)throw new Error("No HttpAuthScheme was selected: unable to sign request");const{httpAuthOption:{signingProperties:o={}},identity:i,signer:s}=n,a=await e({...r,request:await s.sign(r.request,i,o)}).catch((s.errorHandler||dn)(o));return(s.successHandler||gn)(a.response,o),a}),Go)}});class Zo{constructor(e){this.authSchemes=new Map;for(const[t,r]of Object.entries(e))void 0!==r&&this.authSchemes.set(t,r)}getIdentityProvider(e){return this.authSchemes.get(e)}}const Ko=(Jo=3e5,e=>Qo(e)&&e.expiration.getTime()-Date.now()<Jo);var Jo;const Qo=e=>void 0!==e.expiration,Yo=e=>{if("function"==typeof e)return e;const t=Promise.resolve(e);return()=>t};function Xo(e,t){return new ei(e,t)}class ei{constructor(e,t){this.input=e,this.context=t,this.query={},this.method="",this.headers={},this.path="",this.body=null,this.hostname="",this.resolvePathStack=[]}async build(){const{hostname:e,protocol:t="https",port:r,path:n}=await this.context.endpoint();this.path=n;for(const e of this.resolvePathStack)e(this.path);return new Xt({protocol:t,hostname:this.hostname||e,port:r,method:this.method,path:this.path,query:this.query,body:this.body,headers:this.headers})}hn(e){return this.hostname=e,this}bp(e){return this.resolvePathStack.push((t=>{this.path=`${t?.endsWith("/")?t.slice(0,-1):t||""}`+e})),this}p(e,t,r,n){return this.resolvePathStack.push((o=>{this.path=((e,t,r,n,o,i)=>{if(null==t||void 0===t[r])throw new Error("No value provided for input HTTP label: "+r+".");{const t=n();if(t.length<=0)throw new Error("Empty value provided for input HTTP label: "+r+".");e=e.replace(o,i?t.split("/").map((e=>Uo(e))).join("/"):Uo(t))}return e})(o,this.input,e,t,r,n)})),this}h(e){return this.headers=e,this}q(e){return this.query=e,this}b(e){return this.body=e,this}m(e){return this.method=e,this}}const ti="content-length";const ri={step:"build",tags:["SET_CONTENT_LENGTH","CONTENT_LENGTH"],name:"contentLengthMiddleware",override:!0},ni=e=>({applyToStack:t=>{var r;t.add((r=e.bodyLengthChecker,e=>async t=>{const n=t.request;if(Xt.isInstance(n)){const{body:e,headers:t}=n;if(e&&-1===Object.keys(t).map((e=>e.toLowerCase())).indexOf(ti))try{const t=r(e);n.headers={...n.headers,[ti]:String(t)}}catch(e){}}return e({...t,request:n})}),ri)}}),oi=e=>"string"==typeof e?Jn(e):ArrayBuffer.isView(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength/Uint8Array.BYTES_PER_ELEMENT):new Uint8Array(e),ii="X-Amz-Date",si="X-Amz-Signature",ai="X-Amz-Security-Token",ci="authorization",ui=ii.toLowerCase(),li=[ci,ui,"date"],di=si.toLowerCase(),gi="x-amz-content-sha256",hi=ai.toLowerCase(),fi={authorization:!0,"cache-control":!0,connection:!0,expect:!0,from:!0,"keep-alive":!0,"max-forwards":!0,pragma:!0,referer:!0,te:!0,trailer:!0,"transfer-encoding":!0,upgrade:!0,"user-agent":!0,"x-amzn-trace-id":!0},pi=/^proxy-/,mi=/^sec-/,ki="AWS4-HMAC-SHA256",bi="AWS4-HMAC-SHA256-PAYLOAD",vi="aws4_request",yi={},wi=[],_i=(e,t,r)=>`${e}/${t}/${r}/${vi}`,Si=(e,t,r)=>{const n=new e(t);return n.update(oi(r)),n.digest()},Ai=({headers:e},t,r)=>{const n={};for(const o of Object.keys(e).sort()){if(null==e[o])continue;const i=o.toLowerCase();(i in fi||t?.has(i)||pi.test(i)||mi.test(i))&&(!r||r&&!r.has(i))||(n[i]=e[o].trim().replace(/\s+/g," "))}return n},xi=async({headers:e,body:t},r)=>{for(const t of Object.keys(e))if(t.toLowerCase()===gi)return e[t];if(null==t)return"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855";if("string"==typeof t||ArrayBuffer.isView(t)||(n=t,"function"==typeof ArrayBuffer&&n instanceof ArrayBuffer||"[object ArrayBuffer]"===Object.prototype.toString.call(n))){const e=new r;return e.update(oi(t)),uo(await e.digest())}var n;return"UNSIGNED-PAYLOAD"};class Ei{format(e){const t=[];for(const r of Object.keys(e)){const n=Jn(r);t.push(Uint8Array.from([n.byteLength]),n,this.formatHeaderValue(e[r]))}const r=new Uint8Array(t.reduce(((e,t)=>e+t.byteLength),0));let n=0;for(const e of t)r.set(e,n),n+=e.byteLength;return r}formatHeaderValue(e){switch(e.type){case"boolean":return Uint8Array.from([e.value?0:1]);case"byte":return Uint8Array.from([2,e.value]);case"short":const t=new DataView(new ArrayBuffer(3));return t.setUint8(0,3),t.setInt16(1,e.value,!1),new Uint8Array(t.buffer);case"integer":const r=new DataView(new ArrayBuffer(5));return r.setUint8(0,4),r.setInt32(1,e.value,!1),new Uint8Array(r.buffer);case"long":const n=new Uint8Array(9);return n[0]=5,n.set(e.value.bytes,1),n;case"binary":const o=new DataView(new ArrayBuffer(3+e.value.byteLength));o.setUint8(0,6),o.setUint16(1,e.value.byteLength,!1);const i=new Uint8Array(o.buffer);return i.set(e.value,3),i;case"string":const s=Jn(e.value),a=new DataView(new ArrayBuffer(3+s.byteLength));a.setUint8(0,7),a.setUint16(1,s.byteLength,!1);const c=new Uint8Array(a.buffer);return c.set(s,3),c;case"timestamp":const u=new Uint8Array(9);return u[0]=8,u.set(Mi.fromNumber(e.value.valueOf()).bytes,1),u;case"uuid":if(!Ri.test(e.value))throw new Error(`Invalid UUID received: ${e.value}`);const l=new Uint8Array(17);return l[0]=9,l.set(co(e.value.replace(/\-/g,"")),1),l}}}var Ii;!function(e){e[e.boolTrue=0]="boolTrue",e[e.boolFalse=1]="boolFalse",e[e.byte=2]="byte",e[e.short=3]="short",e[e.integer=4]="integer",e[e.long=5]="long",e[e.byteArray=6]="byteArray",e[e.string=7]="string",e[e.timestamp=8]="timestamp",e[e.uuid=9]="uuid"}(Ii||(Ii={}));const Ri=/^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$/;class Mi{constructor(e){if(this.bytes=e,8!==e.byteLength)throw new Error("Int64 buffers must be exactly 8 bytes")}static fromNumber(e){if(e>0x8000000000000000||e<-0x8000000000000000)throw new Error(`${e} is too large (or, if negative, too small) to represent as an Int64`);const t=new Uint8Array(8);for(let r=7,n=Math.abs(Math.round(e));r>-1&&n>0;r--,n/=256)t[r]=n;return e<0&&Ti(t),new Mi(t)}valueOf(){const e=this.bytes.slice(0),t=128&e[0];return t&&Ti(e),parseInt(uo(e),16)*(t?-1:1)}toString(){return String(this.valueOf())}}function Ti(e){for(let t=0;t<8;t++)e[t]^=255;for(let t=7;t>-1&&(e[t]++,0===e[t]);t--);}const Pi=e=>{e=Xt.clone(e);for(const t of Object.keys(e.headers))li.indexOf(t.toLowerCase())>-1&&delete e.headers[t];return e},Ci=e=>"number"==typeof e?new Date(1e3*e):"string"==typeof e?Number(e)?new Date(1e3*Number(e)):new Date(e):e;class Oi{constructor({applyChecksum:e,credentials:t,region:r,service:n,sha256:o,uriEscapePath:i=!0}){this.headerFormatter=new Ei,this.service=n,this.sha256=o,this.uriEscapePath=i,this.applyChecksum="boolean"!=typeof e||e,this.regionProvider=Vr(r),this.credentialProvider=Vr(t)}async presign(e,t={}){const{signingDate:r=new Date,expiresIn:n=3600,unsignableHeaders:o,unhoistableHeaders:i,signableHeaders:s,signingRegion:a,signingService:c}=t,u=await this.credentialProvider();this.validateResolvedCredentials(u);const l=a??await this.regionProvider(),{longDate:d,shortDate:g}=Ni(r);if(n>604800)return Promise.reject("Signature version 4 presigned URLs must have an expiration date less than one week in the future");const h=_i(g,l,c??this.service),f=((e,t={})=>{const{headers:r,query:n={}}=Xt.clone(e);for(const e of Object.keys(r)){const o=e.toLowerCase();"x-amz-"!==o.slice(0,6)||t.unhoistableHeaders?.has(o)||(n[e]=r[e],delete r[e])}return{...e,headers:r,query:n}})(Pi(e),{unhoistableHeaders:i});u.sessionToken&&(f.query[ai]=u.sessionToken),f.query["X-Amz-Algorithm"]=ki,f.query["X-Amz-Credential"]=`${u.accessKeyId}/${h}`,f.query[ii]=d,f.query["X-Amz-Expires"]=n.toString(10);const p=Ai(f,o,s);return f.query["X-Amz-SignedHeaders"]=Li(p),f.query[si]=await this.getSignature(d,h,this.getSigningKey(u,l,g,c),this.createCanonicalRequest(f,p,await xi(e,this.sha256))),f}async sign(e,t){return"string"==typeof e?this.signString(e,t):e.headers&&e.payload?this.signEvent(e,t):e.message?this.signMessage(e,t):this.signRequest(e,t)}async signEvent({headers:e,payload:t},{signingDate:r=new Date,priorSignature:n,signingRegion:o,signingService:i}){const s=o??await this.regionProvider(),{shortDate:a,longDate:c}=Ni(r),u=_i(a,s,i??this.service),l=await xi({headers:{},body:t},this.sha256),d=new this.sha256;d.update(e);const g=uo(await d.digest()),h=[bi,c,u,n,g,l].join("\n");return this.signString(h,{signingDate:r,signingRegion:s,signingService:i})}async signMessage(e,{signingDate:t=new Date,signingRegion:r,signingService:n}){return this.signEvent({headers:this.headerFormatter.format(e.message.headers),payload:e.message.body},{signingDate:t,signingRegion:r,signingService:n,priorSignature:e.priorSignature}).then((t=>({message:e.message,signature:t})))}async signString(e,{signingDate:t=new Date,signingRegion:r,signingService:n}={}){const o=await this.credentialProvider();this.validateResolvedCredentials(o);const i=r??await this.regionProvider(),{shortDate:s}=Ni(t),a=new this.sha256(await this.getSigningKey(o,i,s,n));return a.update(oi(e)),uo(await a.digest())}async signRequest(e,{signingDate:t=new Date,signableHeaders:r,unsignableHeaders:n,signingRegion:o,signingService:i}={}){const s=await this.credentialProvider();this.validateResolvedCredentials(s);const a=o??await this.regionProvider(),c=Pi(e),{longDate:u,shortDate:l}=Ni(t),d=_i(l,a,i??this.service);c.headers[ui]=u,s.sessionToken&&(c.headers[hi]=s.sessionToken);const g=await xi(c,this.sha256);!((e,t)=>{e=e.toLowerCase();for(const r of Object.keys(t))if(e===r.toLowerCase())return!0;return!1})(gi,c.headers)&&this.applyChecksum&&(c.headers[gi]=g);const h=Ai(c,n,r),f=await this.getSignature(u,d,this.getSigningKey(s,a,l,i),this.createCanonicalRequest(c,h,g));return c.headers[ci]=`${ki} Credential=${s.accessKeyId}/${d}, SignedHeaders=${Li(h)}, Signature=${f}`,c}createCanonicalRequest(e,t,r){const n=Object.keys(t).sort();return`${e.method}\n${this.getCanonicalPath(e)}\n${(({query:e={}})=>{const t=[],r={};for(const n of Object.keys(e).sort()){if(n.toLowerCase()===di)continue;t.push(n);const o=e[n];"string"==typeof o?r[n]=`${eo(n)}=${eo(o)}`:Array.isArray(o)&&(r[n]=o.slice(0).reduce(((e,t)=>e.concat([`${eo(n)}=${eo(t)}`])),[]).sort().join("&"))}return t.map((e=>r[e])).filter((e=>e)).join("&")})(e)}\n${n.map((e=>`${e}:${t[e]}`)).join("\n")}\n\n${n.join(";")}\n${r}`}async createStringToSign(e,t,r){const n=new this.sha256;n.update(oi(r));const o=await n.digest();return`${ki}\n${e}\n${t}\n${uo(o)}`}getCanonicalPath({path:e}){if(this.uriEscapePath){const t=[];for(const r of e.split("/"))0!==r?.length&&"."!==r&&(".."===r?t.pop():t.push(r));const r=`${e?.startsWith("/")?"/":""}${t.join("/")}${t.length>0&&e?.endsWith("/")?"/":""}`;return eo(r).replace(/%2F/g,"/")}return e}async getSignature(e,t,r,n){const o=await this.createStringToSign(e,t,n),i=new this.sha256(await r);return i.update(oi(o)),uo(await i.digest())}getSigningKey(e,t,r,n){return(async(e,t,r,n,o)=>{const i=`${r}:${n}:${o}:${uo(await Si(e,t.secretAccessKey,t.accessKeyId))}:${t.sessionToken}`;if(i in yi)return yi[i];for(wi.push(i);wi.length>50;)delete yi[wi.shift()];let s=`AWS4${t.secretAccessKey}`;for(const t of[r,n,o,vi])s=await Si(e,s,t);return yi[i]=s})(this.sha256,e,r,t,n||this.service)}validateResolvedCredentials(e){if("object"!=typeof e||"string"!=typeof e.accessKeyId||"string"!=typeof e.secretAccessKey)throw new Error("Resolved credential object is not valid")}}const Ni=e=>{const t=(r=e,Ci(r).toISOString().replace(/\.\d{3}Z$/,"Z")).replace(/[\-:]/g,"");var r;return{longDate:t,shortDate:t.slice(0,8)}},Li=e=>Object.keys(e).sort().join(";"),$i=e=>{let t;e.credentials&&(t=((e,t,r)=>{if(void 0===e)return;const n="function"!=typeof e?async()=>Promise.resolve(e):e;let o,i,s,a=!1;const c=async e=>{i||(i=n(e));try{o=await i,s=!0,a=!1}finally{i=void 0}return o};return void 0===t?async e=>(s&&!e?.forceRefresh||(o=await c(e)),o):async e=>(s&&!e?.forceRefresh||(o=await c(e)),a?o:r(o)?t(o)?(await c(e),o):o:(a=!0,o))})(e.credentials,Ko,Qo)),t||(t=e.credentialDefaultProvider?Yo(e.credentialDefaultProvider(Object.assign({},e,{parentClientConfig:e}))):async()=>{throw new Error("`credentials` is missing")});const{signingEscapePath:r=!0,systemClockOffset:n=e.systemClockOffset||0,sha256:o}=e;let i;return i=e.signer?Yo(e.signer):e.regionInfoProvider?()=>Yo(e.region)().then((async t=>[await e.regionInfoProvider(t,{useFipsEndpoint:await e.useFipsEndpoint(),useDualstackEndpoint:await e.useDualstackEndpoint()})||{},t])).then((([n,i])=>{const{signingRegion:s,signingService:a}=n;e.signingRegion=e.signingRegion||s||i,e.signingName=e.signingName||a||e.serviceId;const c={...e,credentials:t,region:e.signingRegion,service:e.signingName,sha256:o,uriEscapePath:r};return new(e.signerConstructor||Oi)(c)})):async n=>{const i=(n=Object.assign({},{name:"sigv4",signingName:e.signingName||e.defaultSigningName,signingRegion:await Yo(e.region)(),properties:{}},n)).signingRegion,s=n.signingName;e.signingRegion=e.signingRegion||i,e.signingName=e.signingName||s||e.serviceId;const a={...e,credentials:t,region:e.signingRegion,service:e.signingName,sha256:o,uriEscapePath:r};return new(e.signerConstructor||Oi)(a)},{...e,systemClockOffset:n,signingEscapePath:r,credentials:t,signer:i}},Bi=async(e,t,r)=>({operation:qr(t).operation,region:await Vr(e.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()});const Ui=e=>{const t=[];return e.operation,t.push(function(e){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"bedrock",region:e.region},propertiesExtractor:(e,t)=>({signingProperties:{config:e,context:t}})}}(e)),t},Fi={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}},Di="3.621.0";var ji="undefined"!=typeof Buffer&&Buffer.from?function(e){return Buffer.from(e,"utf8")}:e=>(new TextEncoder).encode(e);function Hi(e){return e instanceof Uint8Array?e:"string"==typeof e?ji(e):ArrayBuffer.isView(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength/Uint8Array.BYTES_PER_ELEMENT):new Uint8Array(e)}function qi(e){return"string"==typeof e?0===e.length:0===e.byteLength}var Vi={name:"SHA-256"},zi={name:"HMAC",hash:Vi},Gi=new Uint8Array([227,176,196,66,152,252,28,20,154,251,244,200,153,111,185,36,39,174,65,228,100,155,147,76,164,149,153,27,120,82,184,85]);const Wi={};function Zi(){return"undefined"!=typeof window?window:"undefined"!=typeof self?self:Wi}var Ki=function(){function e(e){this.toHash=new Uint8Array(0),this.secret=e,this.reset()}return e.prototype.update=function(e){if(!qi(e)){var t=Hi(e),r=new Uint8Array(this.toHash.byteLength+t.byteLength);r.set(this.toHash,0),r.set(t,this.toHash.byteLength),this.toHash=r}},e.prototype.digest=function(){var e=this;return this.key?this.key.then((function(t){return Zi().crypto.subtle.sign(zi,t,e.toHash).then((function(e){return new Uint8Array(e)}))})):qi(this.toHash)?Promise.resolve(Gi):Promise.resolve().then((function(){return Zi().crypto.subtle.digest(Vi,e.toHash)})).then((function(e){return Promise.resolve(new Uint8Array(e))}))},e.prototype.reset=function(){var e=this;this.toHash=new Uint8Array(0),this.secret&&void 0!==this.secret&&(this.key=new Promise((function(t,r){Zi().crypto.subtle.importKey("raw",Hi(e.secret),zi,!1,["sign"]).then(t,r)})),this.key.catch((function(){})))},e}();function Ji(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{c(n.next(e))}catch(e){i(e)}}function a(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}c((n=n.apply(e,t||[])).next())}))}function Qi(e,t){var r,n,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(a){return function(c){return function(a){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,n=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!(o=s.trys,(o=o.length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){s.label=a[1];break}if(6===a[0]&&s.label<o[1]){s.label=o[1],o=a;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(a);break}o[2]&&s.ops.pop(),s.trys.pop();continue}a=t.call(e,s)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}}Object.create;function Yi(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}Object.create;"function"==typeof SuppressedError&&SuppressedError;var Xi=64,es=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),ts=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],rs=Math.pow(2,53)-1,ns=function(){function e(){this.state=Int32Array.from(ts),this.temp=new Int32Array(64),this.buffer=new Uint8Array(64),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}return e.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");var t=0,r=e.byteLength;if(this.bytesHashed+=r,8*this.bytesHashed>rs)throw new Error("Cannot hash more than 2^53 - 1 bits");for(;r>0;)this.buffer[this.bufferLength++]=e[t++],r--,this.bufferLength===Xi&&(this.hashBuffer(),this.bufferLength=0)},e.prototype.digest=function(){if(!this.finished){var e=8*this.bytesHashed,t=new DataView(this.buffer.buffer,this.buffer.byteOffset,this.buffer.byteLength),r=this.bufferLength;if(t.setUint8(this.bufferLength++,128),r%Xi>=56){for(var n=this.bufferLength;n<Xi;n++)t.setUint8(n,0);this.hashBuffer(),this.bufferLength=0}for(n=this.bufferLength;n<56;n++)t.setUint8(n,0);t.setUint32(56,Math.floor(e/4294967296),!0),t.setUint32(60,e),this.hashBuffer(),this.finished=!0}var o=new Uint8Array(32);for(n=0;n<8;n++)o[4*n]=this.state[n]>>>24&255,o[4*n+1]=this.state[n]>>>16&255,o[4*n+2]=this.state[n]>>>8&255,o[4*n+3]=this.state[n]>>>0&255;return o},e.prototype.hashBuffer=function(){for(var e=this.buffer,t=this.state,r=t[0],n=t[1],o=t[2],i=t[3],s=t[4],a=t[5],c=t[6],u=t[7],l=0;l<Xi;l++){if(l<16)this.temp[l]=(255&e[4*l])<<24|(255&e[4*l+1])<<16|(255&e[4*l+2])<<8|255&e[4*l+3];else{var d=this.temp[l-2],g=(d>>>17|d<<15)^(d>>>19|d<<13)^d>>>10,h=((d=this.temp[l-15])>>>7|d<<25)^(d>>>18|d<<14)^d>>>3;this.temp[l]=(g+this.temp[l-7]|0)+(h+this.temp[l-16]|0)}var f=(((s>>>6|s<<26)^(s>>>11|s<<21)^(s>>>25|s<<7))+(s&a^~s&c)|0)+(u+(es[l]+this.temp[l]|0)|0)|0,p=((r>>>2|r<<30)^(r>>>13|r<<19)^(r>>>22|r<<10))+(r&n^r&o^n&o)|0;u=c,c=a,a=s,s=i+f|0,i=o,o=n,n=r,r=f+p|0}t[0]+=r,t[1]+=n,t[2]+=o,t[3]+=i,t[4]+=s,t[5]+=a,t[6]+=c,t[7]+=u},e}(),os=function(){function e(e){this.secret=e,this.hash=new ns,this.reset()}return e.prototype.update=function(e){if(!qi(e)&&!this.error)try{this.hash.update(Hi(e))}catch(e){this.error=e}},e.prototype.digestSync=function(){if(this.error)throw this.error;return this.outer?(this.outer.finished||this.outer.update(this.hash.digest()),this.outer.digest()):this.hash.digest()},e.prototype.digest=function(){return Ji(this,void 0,void 0,(function(){return Qi(this,(function(e){return[2,this.digestSync()]}))}))},e.prototype.reset=function(){if(this.hash=new ns,this.secret){this.outer=new ns;var e=function(e){var t=Hi(e);if(t.byteLength>Xi){var r=new ns;r.update(t),t=r.digest()}var n=new Uint8Array(Xi);return n.set(t),n}(this.secret),t=new Uint8Array(Xi);t.set(e);for(var r=0;r<Xi;r++)e[r]^=54,t[r]^=92;this.hash.update(e),this.outer.update(t);for(r=0;r<e.byteLength;r++)e[r]=0}},e}();var is=["decrypt","digest","encrypt","exportKey","generateKey","importKey","sign","verify"];function ss(e){return e&&is.every((function(t){return"function"==typeof e[t]}))}var as=function(){function e(e){!function(e){return!(!function(e){return"object"==typeof e&&"object"==typeof e.crypto&&"function"==typeof e.crypto.getRandomValues}(e)||"object"!=typeof e.crypto.subtle)&&ss(e.crypto.subtle)}(Zi())?this.hash=new os(e):this.hash=new Ki(e)}return e.prototype.update=function(e,t){this.hash.update(Hi(e))},e.prototype.digest=function(){return this.hash.digest()},e.prototype.reset=function(){this.hash.reset()},e}(),cs=r(369),us=r.n(cs);const ls=({serviceId:e,clientVersion:t})=>async()=>{const r="undefined"!=typeof window&&window?.navigator?.userAgent?us().parse(window.navigator.userAgent):void 0,n=[["aws-sdk-js",t],["ua","2.0"],[`os/${r?.os?.name||"other"}`,r?.os?.version],["lang/js"],["md/browser",`${r?.browser?.name??"unknown"}_${r?.browser?.version??"unknown"}`]];return e&&n.push([`api/${e}`,t]),n};!function(){function e(){this.crc32=new gs}e.prototype.update=function(e){qi(e)||this.crc32.update(Hi(e))},e.prototype.digest=function(){return Ji(this,void 0,void 0,(function(){return Qi(this,(function(e){return[2,(t=this.crc32.digest(),new Uint8Array([(4278190080&t)>>24,(16711680&t)>>16,(65280&t)>>8,255&t]))];var t}))}))},e.prototype.reset=function(){this.crc32=new gs}}();var ds,gs=function(){function e(){this.checksum=4294967295}return e.prototype.update=function(e){var t,r;try{for(var n=Yi(e),o=n.next();!o.done;o=n.next()){var i=o.value;this.checksum=this.checksum>>>8^hs[255&(this.checksum^i)]}}catch(e){t={error:e}}finally{try{o&&!o.done&&(r=n.return)&&r.call(n)}finally{if(t)throw t.error}}return this},e.prototype.digest=function(){return(4294967295^this.checksum)>>>0},e}(),hs=function(e){if(!Uint32Array.from){for(var t=new Uint32Array(e.length),r=0;r<e.length;)t[r]=e[r],r+=1;return t}return Uint32Array.from(e)}([0,1996959894,3993919788,2567524794,124634137,1886057615,3915621685,2657392035,249268274,2044508324,3772115230,2547177864,162941995,2125561021,3887607047,2428444049,498536548,1789927666,4089016648,2227061214,450548861,1843258603,4107580753,2211677639,325883990,1684777152,4251122042,2321926636,335633487,1661365465,4195302755,2366115317,997073096,1281953886,3579855332,2724688242,1006888145,1258607687,3524101629,2768942443,901097722,1119000684,3686517206,2898065728,853044451,1172266101,3705015759,2882616665,651767980,1373503546,3369554304,3218104598,565507253,1454621731,3485111705,3099436303,671266974,1594198024,3322730930,2970347812,795835527,1483230225,3244367275,3060149565,1994146192,31158534,2563907772,4023717930,1907459465,112637215,2680153253,3904427059,2013776290,251722036,2517215374,3775830040,2137656763,141376813,2439277719,3865271297,1802195444,476864866,2238001368,4066508878,1812370925,453092731,2181625025,4111451223,1706088902,314042704,2344532202,4240017532,1658658271,366619977,2362670323,4224994405,1303535960,984961486,2747007092,3569037538,1256170817,1037604311,2765210733,3554079995,1131014506,879679996,2909243462,3663771856,1141124467,855842277,2852801631,3708648649,1342533948,654459306,3188396048,3373015174,1466479909,544179635,3110523913,3462522015,1591671054,702138776,2966460450,3352799412,1504918807,783551873,3082640443,3233442989,3988292384,2596254646,62317068,1957810842,3939845945,2647816111,81470997,1943803523,3814918930,2489596804,225274430,2053790376,3826175755,2466906013,167816743,2097651377,4027552580,2265490386,503444072,1762050814,4150417245,2154129355,426522225,1852507879,4275313526,2312317920,282753626,1742555852,4189708143,2394877945,397917763,1622183637,3604390888,2714866558,953729732,1340076626,3518719985,2797360999,1068828381,1219638859,3624741850,2936675148,906185462,1090812512,3747672003,2825379669,829329135,1181335161,3412177804,3160834842,628085408,1382605366,3423369109,3138078467,570562233,1426400815,3317316542,2998733608,733239954,1555261956,3268935591,3050360625,752459403,1541320221,2607071920,3965973030,1969922972,40735498,2617837225,3943577151,1913087877,83908371,2512341634,3803740692,2075208622,213261112,2463272603,3855990285,2094854071,198958881,2262029012,4057260610,1759359992,534414190,2176718541,4139329115,1873836001,414664567,2282248934,4279200368,1711684554,285281116,2405801727,4167216745,1634467795,376229701,2685067896,3608007406,1308918612,956543938,2808555105,3495958263,1231636301,1047427035,2932959818,3654703836,1088359270,936918e3,2847714899,3736837829,1202900863,817233897,3183342108,3401237130,1404277552,615818150,3134207493,3453421203,1423857449,601450431,3009837614,3294710456,1567103746,711928724,3020668471,3272380065,1510334235,755167117]);class fs{constructor(e){if(this.bytes=e,8!==e.byteLength)throw new Error("Int64 buffers must be exactly 8 bytes")}static fromNumber(e){if(e>0x8000000000000000||e<-0x8000000000000000)throw new Error(`${e} is too large (or, if negative, too small) to represent as an Int64`);const t=new Uint8Array(8);for(let r=7,n=Math.abs(Math.round(e));r>-1&&n>0;r--,n/=256)t[r]=n;return e<0&&ps(t),new fs(t)}valueOf(){const e=this.bytes.slice(0),t=128&e[0];return t&&ps(e),parseInt(uo(e),16)*(t?-1:1)}toString(){return String(this.valueOf())}}function ps(e){for(let t=0;t<8;t++)e[t]^=255;for(let t=7;t>-1&&(e[t]++,0===e[t]);t--);}class ms{constructor(e,t){this.toUtf8=e,this.fromUtf8=t}format(e){const t=[];for(const r of Object.keys(e)){const n=this.fromUtf8(r);t.push(Uint8Array.from([n.byteLength]),n,this.formatHeaderValue(e[r]))}const r=new Uint8Array(t.reduce(((e,t)=>e+t.byteLength),0));let n=0;for(const e of t)r.set(e,n),n+=e.byteLength;return r}formatHeaderValue(e){switch(e.type){case"boolean":return Uint8Array.from([e.value?0:1]);case"byte":return Uint8Array.from([2,e.value]);case"short":const t=new DataView(new ArrayBuffer(3));return t.setUint8(0,3),t.setInt16(1,e.value,!1),new Uint8Array(t.buffer);case"integer":const r=new DataView(new ArrayBuffer(5));return r.setUint8(0,4),r.setInt32(1,e.value,!1),new Uint8Array(r.buffer);case"long":const n=new Uint8Array(9);return n[0]=5,n.set(e.value.bytes,1),n;case"binary":const o=new DataView(new ArrayBuffer(3+e.value.byteLength));o.setUint8(0,6),o.setUint16(1,e.value.byteLength,!1);const i=new Uint8Array(o.buffer);return i.set(e.value,3),i;case"string":const s=this.fromUtf8(e.value),a=new DataView(new ArrayBuffer(3+s.byteLength));a.setUint8(0,7),a.setUint16(1,s.byteLength,!1);const c=new Uint8Array(a.buffer);return c.set(s,3),c;case"timestamp":const u=new Uint8Array(9);return u[0]=8,u.set(fs.fromNumber(e.value.valueOf()).bytes,1),u;case"uuid":if(!Es.test(e.value))throw new Error(`Invalid UUID received: ${e.value}`);const l=new Uint8Array(17);return l[0]=9,l.set(co(e.value.replace(/\-/g,"")),1),l}}parse(e){const t={};let r=0;for(;r<e.byteLength;){const n=e.getUint8(r++),o=this.toUtf8(new Uint8Array(e.buffer,e.byteOffset+r,n));switch(r+=n,e.getUint8(r++)){case 0:t[o]={type:ks,value:!0};break;case 1:t[o]={type:ks,value:!1};break;case 2:t[o]={type:bs,value:e.getInt8(r++)};break;case 3:t[o]={type:vs,value:e.getInt16(r,!1)},r+=2;break;case 4:t[o]={type:ys,value:e.getInt32(r,!1)},r+=4;break;case 5:t[o]={type:ws,value:new fs(new Uint8Array(e.buffer,e.byteOffset+r,8))},r+=8;break;case 6:const n=e.getUint16(r,!1);r+=2,t[o]={type:_s,value:new Uint8Array(e.buffer,e.byteOffset+r,n)},r+=n;break;case 7:const i=e.getUint16(r,!1);r+=2,t[o]={type:Ss,value:this.toUtf8(new Uint8Array(e.buffer,e.byteOffset+r,i))},r+=i;break;case 8:t[o]={type:As,value:new Date(new fs(new Uint8Array(e.buffer,e.byteOffset+r,8)).valueOf())},r+=8;break;case 9:const s=new Uint8Array(e.buffer,e.byteOffset+r,16);r+=16,t[o]={type:xs,value:`${uo(s.subarray(0,4))}-${uo(s.subarray(4,6))}-${uo(s.subarray(6,8))}-${uo(s.subarray(8,10))}-${uo(s.subarray(10))}`};break;default:throw new Error("Unrecognized header type tag")}}return t}}!function(e){e[e.boolTrue=0]="boolTrue",e[e.boolFalse=1]="boolFalse",e[e.byte=2]="byte",e[e.short=3]="short",e[e.integer=4]="integer",e[e.long=5]="long",e[e.byteArray=6]="byteArray",e[e.string=7]="string",e[e.timestamp=8]="timestamp",e[e.uuid=9]="uuid"}(ds||(ds={}));const ks="boolean",bs="byte",vs="short",ys="integer",ws="long",_s="binary",Ss="string",As="timestamp",xs="uuid",Es=/^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$/;class Is{constructor(e,t){this.headerMarshaller=new ms(e,t),this.messageBuffer=[],this.isEndOfStream=!1}feed(e){this.messageBuffer.push(this.decode(e))}endOfStream(){this.isEndOfStream=!0}getMessage(){const e=this.messageBuffer.pop(),t=this.isEndOfStream;return{getMessage:()=>e,isEndOfStream:()=>t}}getAvailableMessages(){const e=this.messageBuffer;this.messageBuffer=[];const t=this.isEndOfStream;return{getMessages:()=>e,isEndOfStream:()=>t}}encode({headers:e,body:t}){const r=this.headerMarshaller.format(e),n=r.byteLength+t.byteLength+16,o=new Uint8Array(n),i=new DataView(o.buffer,o.byteOffset,o.byteLength),s=new gs;return i.setUint32(0,n,!1),i.setUint32(4,r.byteLength,!1),i.setUint32(8,s.update(o.subarray(0,8)).digest(),!1),o.set(r,12),o.set(t,r.byteLength+12),i.setUint32(n-4,s.update(o.subarray(8,n-4)).digest(),!1),o}decode(e){const{headers:t,body:r}=function({byteLength:e,byteOffset:t,buffer:r}){if(e<16)throw new Error("Provided message too short to accommodate event stream message overhead");const n=new DataView(r,t,e),o=n.getUint32(0,!1);if(e!==o)throw new Error("Reported message length does not match received message length");const i=n.getUint32(4,!1),s=n.getUint32(8,!1),a=n.getUint32(e-4,!1),c=(new gs).update(new Uint8Array(r,t,8));if(s!==c.digest())throw new Error(`The prelude checksum specified in the message (${s}) does not match the calculated CRC32 checksum (${c.digest()})`);if(c.update(new Uint8Array(r,t+8,e-12)),a!==c.digest())throw new Error(`The message checksum (${c.digest()}) did not match the expected value of ${a}`);return{headers:new DataView(r,t+8+4,i),body:new Uint8Array(r,t+8+4+i,o-i-16)}}(e);return{headers:this.headerMarshaller.parse(t),body:r}}formatHeaders(e){return this.headerMarshaller.format(e)}}class Rs{constructor(e){this.options=e}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(const e of this.options.inputStream){const t=this.options.decoder.decode(e);yield t}}}class Ms{constructor(e){this.options=e}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(const e of this.options.messageStream){const t=this.options.encoder.encode(e);yield t}this.options.includeEndFrame&&(yield new Uint8Array(0))}}class Ts{constructor(e){this.options=e}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(const e of this.options.messageStream){const t=await this.options.deserializer(e);void 0!==t&&(yield t)}}}class Ps{constructor(e){this.options=e}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(const e of this.options.inputStream){const t=this.options.serializer(e);yield t}}}function Cs(e,t){return async function(r){const{value:n}=r.headers[":message-type"];if("error"===n){const e=new Error(r.headers[":error-message"].value||"UnknownError");throw e.name=r.headers[":error-code"].value,e}if("exception"===n){const n=r.headers[":exception-type"].value,o={[n]:r},i=await e(o);if(i.$unknown){const e=new Error(t(r.body));throw e.name=n,e}throw i[n]}if("event"===n){const t={[r.headers[":event-type"].value]:r},n=await e(t);if(n.$unknown)return;return n}throw Error(`Unrecognizable event type: ${r.headers[":event-type"].value}`)}}class Os{constructor({utf8Encoder:e,utf8Decoder:t}){this.eventStreamCodec=new Is(e,t),this.utfEncoder=e}deserialize(e,t){const r=function(e){let t=0,r=0,n=null,o=null;const i=e=>{if("number"!=typeof e)throw new Error("Attempted to allocate an event message where size was not a number: "+e);t=e,r=4,n=new Uint8Array(e),new DataView(n.buffer).setUint32(0,e,!1)};return{[Symbol.asyncIterator]:async function*(){const s=e[Symbol.asyncIterator]();for(;;){const{value:e,done:a}=await s.next();if(a){if(!t)return;if(t!==r)throw new Error("Truncated event message received.");return void(yield n)}const c=e.length;let u=0;for(;u<c;){if(!n){const t=c-u;o||(o=new Uint8Array(4));const n=Math.min(4-r,t);if(o.set(e.slice(u,u+n),r),r+=n,u+=n,r<4)break;i(new DataView(o.buffer).getUint32(0,!1)),o=null}const s=Math.min(t-r,c-u);n.set(e.slice(u,u+s),r),r+=s,u+=s,t&&t===r&&(yield n,n=null,t=0,r=0)}}}}}(e);return new Ts({messageStream:new Rs({inputStream:r,decoder:this.eventStreamCodec}),deserializer:Cs(t,this.utfEncoder)})}serialize(e,t){return new Ms({messageStream:new Ps({inputStream:e,serializer:t}),encoder:this.eventStreamCodec,includeEndFrame:!0})}}class Ns{constructor({utf8Encoder:e,utf8Decoder:t}){this.universalMarshaller=new Os({utf8Decoder:t,utf8Encoder:e})}deserialize(e,t){const r=Ls(e)?(n=e,{[Symbol.asyncIterator]:async function*(){const e=n.getReader();try{for(;;){const{done:t,value:r}=await e.read();if(t)return;yield r}}finally{e.releaseLock()}}}):e;var n;return this.universalMarshaller.deserialize(r,t)}serialize(e,t){const r=this.universalMarshaller.serialize(e,t);return"function"==typeof ReadableStream?(e=>{const t=e[Symbol.asyncIterator]();return new ReadableStream({async pull(e){const{done:r,value:n}=await t.next();if(r)return e.close();e.enqueue(n)}})})(r):r}}const Ls=e=>"function"==typeof ReadableStream&&e instanceof ReadableStream,$s=e=>new Ns(e),Bs="function"==typeof TextEncoder?new TextEncoder:null,Us=e=>{if("string"==typeof e){if(Bs)return Bs.encode(e).byteLength;let t=e.length;for(let r=t-1;r>=0;r--){const n=e.charCodeAt(r);n>127&&n<=2047?t++:n>2047&&n<=65535&&(t+=2),n>=56320&&n<=57343&&r--}return t}if("number"==typeof e.byteLength)return e.byteLength;if("number"==typeof e.size)return e.size;throw new Error(`Body Length computation failed for ${e}`)},Fs=e=>new Date(Date.now()+e),Ds=e=>er.isInstance(e)?e.headers?.date??e.headers?.Date:void 0,js=(e,t)=>{const r=Date.parse(e);return((e,t)=>Math.abs(Fs(t).getTime()-e)>=3e5)(r,t)?r-Date.now():t},Hs=(e,t)=>{if(!t)throw new Error(`Property \`${e}\` is not resolved for AWS SDK SigV4Auth`);return t};class qs{async sign(e,t,r){if(!Xt.isInstance(e))throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");const{config:n,signer:o,signingRegion:i,signingName:s}=await(async e=>{const t=Hs("context",e.context),r=Hs("config",e.config),n=t.endpointV2?.properties?.authSchemes?.[0],o=Hs("signer",r.signer),i=await o(n),s=e?.signingRegion,a=e?.signingName;return{config:r,signer:i,signingRegion:s,signingName:a}})(r);return await o.sign(e,{signingDate:Fs(n.systemClockOffset),signingRegion:i,signingService:s})}errorHandler(e){return t=>{const r=t.ServerTime??Ds(t.$response);if(r){const n=Hs("config",e.config),o=n.systemClockOffset;n.systemClockOffset=js(r,n.systemClockOffset);n.systemClockOffset!==o&&t.$metadata&&(t.$metadata.clockSkewCorrected=!0)}throw t}}successHandler(e,t){const r=Ds(e);if(r){const e=Hs("config",t.config);e.systemClockOffset=js(r,e.systemClockOffset)}}}const Vs="required",zs="fn",Gs="argv",Ws="ref",Zs=!0,Ks="isSet",Js="booleanEquals",Qs="error",Ys="endpoint",Xs="tree",ea="PartitionResult",ta={[Vs]:!1,type:"String"},ra={[Vs]:!0,default:!1,type:"Boolean"},na={[Ws]:"Endpoint"},oa={[zs]:Js,[Gs]:[{[Ws]:"UseFIPS"},!0]},ia={[zs]:Js,[Gs]:[{[Ws]:"UseDualStack"},!0]},sa={},aa={[zs]:"getAttr",[Gs]:[{[Ws]:ea},"supportsFIPS"]},ca={[zs]:Js,[Gs]:[!0,{[zs]:"getAttr",[Gs]:[{[Ws]:ea},"supportsDualStack"]}]},ua=[oa],la=[ia],da=[{[Ws]:"Region"}],ga={version:"1.0",parameters:{Region:ta,UseDualStack:ra,UseFIPS:ra,Endpoint:ta},rules:[{conditions:[{[zs]:Ks,[Gs]:[na]}],rules:[{conditions:ua,error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:Qs},{rules:[{conditions:la,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:Qs},{endpoint:{url:na,properties:sa,headers:sa},type:Ys}],type:Xs}],type:Xs},{rules:[{conditions:[{[zs]:Ks,[Gs]:da}],rules:[{conditions:[{[zs]:"aws.partition",[Gs]:da,assign:ea}],rules:[{conditions:[oa,ia],rules:[{conditions:[{[zs]:Js,[Gs]:[Zs,aa]},ca],rules:[{rules:[{endpoint:{url:"https://bedrock-runtime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:sa,headers:sa},type:Ys}],type:Xs}],type:Xs},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:Qs}],type:Xs},{conditions:ua,rules:[{conditions:[{[zs]:Js,[Gs]:[aa,Zs]}],rules:[{rules:[{endpoint:{url:"https://bedrock-runtime-fips.{Region}.{PartitionResult#dnsSuffix}",properties:sa,headers:sa},type:Ys}],type:Xs}],type:Xs},{error:"FIPS is enabled but this partition does not support FIPS",type:Qs}],type:Xs},{conditions:la,rules:[{conditions:[ca],rules:[{rules:[{endpoint:{url:"https://bedrock-runtime.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:sa,headers:sa},type:Ys}],type:Xs}],type:Xs},{error:"DualStack is enabled but this partition does not support DualStack",type:Qs}],type:Xs},{rules:[{endpoint:{url:"https://bedrock-runtime.{Region}.{PartitionResult#dnsSuffix}",properties:sa,headers:sa},type:Ys}],type:Xs}],type:Xs}],type:Xs},{error:"Invalid Configuration: Missing Region",type:Qs}],type:Xs}]},ha=(e,t={})=>((e,t)=>{const{endpointParams:r,logger:n}=t,{parameters:o,rules:i}=e;t.logger?.debug?.(`${gr} Initial EndpointParams: ${hr(r)}`);const s=Object.entries(o).filter((([,e])=>null!=e.default)).map((([e,t])=>[e,t.default]));if(s.length>0)for(const[e,t]of s)r[e]=r[e]??t;const a=Object.entries(o).filter((([,e])=>e.required)).map((([e])=>e));for(const e of a)if(null==r[e])throw new fr(`Missing required parameter: '${e}'`);const c=Tr(i,{endpointParams:r,logger:n,referenceRecord:{}});if(t.endpointParams?.Endpoint)try{const e=new URL(t.endpointParams.Endpoint),{protocol:r,port:n}=e;c.url.protocol=r,c.url.port=n}catch(e){}return t.logger?.debug?.(`${gr} Resolved endpoint: ${hr(c)}`),c})(ga,{endpointParams:e,logger:t.logger});dr.aws=Nr;Error;const fa=["in-region","cross-region","mobile","standard","legacy"],pa=()=>{const e="undefined"!=typeof window&&window?.navigator?.userAgent?us().parse(window.navigator.userAgent):void 0,t=e?.platform?.type;return"tablet"===t||"mobile"===t},ma=e=>{const t=(({defaultsMode:e}={})=>((e,t,r)=>{let n,o,i,s=!1;const a=async()=>{o||(o=e());try{n=await o,i=!0,s=!1}finally{o=void 0}return n};return void 0===t?async e=>(i&&!e?.forceRefresh||(n=await a()),n):async e=>(i&&!e?.forceRefresh||(n=await a()),s?n:r&&!r(n)?(s=!0,n):t(n)?(await a(),n):n)})((async()=>{const t="function"==typeof e?await e():e;switch(t?.toLowerCase()){case"auto":return Promise.resolve(pa()?"mobile":"standard");case"mobile":case"in-region":case"cross-region":case"standard":case"legacy":return Promise.resolve(t?.toLocaleLowerCase());case void 0:return Promise.resolve("legacy");default:throw new Error(`Invalid parameter for "defaultsMode", expect ${fa.join(", ")}, got ${t}`)}})))(e),r=()=>t().then(xo),n=(e=>({apiVersion:"2023-09-30",base64Decoder:e?.base64Decoder??Kn,base64Encoder:e?.base64Encoder??Qn,disableHostPrefix:e?.disableHostPrefix??!1,endpointProvider:e?.endpointProvider??ha,extensions:e?.extensions??[],httpAuthSchemeProvider:e?.httpAuthSchemeProvider??Ui,httpAuthSchemes:e?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:e=>e.getIdentityProvider("aws.auth#sigv4"),signer:new qs}],logger:e?.logger??new Bn,serviceId:e?.serviceId??"Bedrock Runtime",urlParser:e?.urlParser??en,utf8Decoder:e?.utf8Decoder??Jn,utf8Encoder:e?.utf8Encoder??Yn}))(e);return{...n,...e,runtime:"browser",defaultsMode:t,bodyLengthChecker:e?.bodyLengthChecker??Us,credentialDefaultProvider:e?.credentialDefaultProvider??(e=>()=>Promise.reject(new Error("Credential is missing"))),defaultUserAgentProvider:e?.defaultUserAgentProvider??ls({serviceId:n.serviceId,clientVersion:Di}),eventStreamSerdeProvider:e?.eventStreamSerdeProvider??$s,maxAttempts:e?.maxAttempts??3,region:e?.region??(o="Region is missing",()=>Promise.reject(o)),requestHandler:oo.create(e?.requestHandler??r),retryMode:e?.retryMode??(async()=>(await r()).retryMode||fn),sha256:e?.sha256??as,streamCollector:e?.streamCollector??io,useDualstackEndpoint:e?.useDualstackEndpoint??(()=>Promise.resolve(false)),useFipsEndpoint:e?.useFipsEndpoint??(()=>Promise.resolve(false))};var o},ka=e=>{let t=async()=>{if(void 0===e.region)throw new Error("Region is missing from runtimeConfig");const t=e.region;return"string"==typeof t?t:t()};return{setRegion(e){t=e},region:()=>t}},ba=e=>{const t=e.httpAuthSchemes;let r=e.httpAuthSchemeProvider,n=e.credentials;return{setHttpAuthScheme(e){const r=t.findIndex((t=>t.schemeId===e.schemeId));-1===r?t.push(e):t.splice(r,1,e)},httpAuthSchemes:()=>t,setHttpAuthSchemeProvider(e){r=e},httpAuthSchemeProvider:()=>r,setCredentials(e){n=e},credentials:()=>n}},va=e=>({httpAuthSchemes:e.httpAuthSchemes(),httpAuthSchemeProvider:e.httpAuthSchemeProvider(),credentials:e.credentials()});class ya extends qn{constructor(...[e]){const t=(e=>({...e,useDualstackEndpoint:e.useDualstackEndpoint??!1,useFipsEndpoint:e.useFipsEndpoint??!1,defaultSigningName:"bedrock"}))(ma(e||{})),r=(e=>{const{region:t,useFipsEndpoint:r}=e;if(!t)throw new Error("Region is missing");return{...e,region:async()=>{if("string"==typeof t)return Gr(t);const e=await t();return Gr(e)},useFipsEndpoint:async()=>{const e="string"==typeof t?t:await t();return!!zr(e)||("function"!=typeof r?Promise.resolve(!!r):r())}}})(t),n=(e=>{const t=e.tls??!0,{endpoint:r}=e,n=null!=r?async()=>tn(await Vr(r)()):void 0,o=!!r;return{...e,endpoint:n,tls:t,isCustomEndpoint:o,useDualstackEndpoint:Vr(e.useDualstackEndpoint??!1),useFipsEndpoint:Vr(e.useFipsEndpoint??!1)}})(r);var o;const i=(e=>({...e,eventStreamMarshaller:e.eventStreamSerdeProvider(e)}))((e=>{const{retryStrategy:t}=e,r=Vr(e.maxAttempts??3);return{...e,maxAttempts:r,retryStrategy:async()=>t||(await Vr(e.retryMode)()===hn.ADAPTIVE?new Rn(r):new In(r))}})((o=n,{...o,customUserAgent:"string"==typeof o.customUserAgent?[[o.customUserAgent]]:o.customUserAgent})));const s=((e,t)=>{const r={...ka(e),...To(e),...Vt(e),...ba(e)};return t.forEach((e=>e.configure(r))),{...e,...(i=r,{region:i.region()}),...(o=r,{...Io(o),...Mo(o)}),...(n=r,{httpHandler:n.httpHandler()}),...va(r)};var n,o,i})({...$i(i)},e?.extensions||[]);super(s),this.config=s,this.middlewareStack.use(rr(this.config)),this.middlewareStack.use((this.config,{applyToStack:e=>{e.add(((e,t)=>async r=>{try{const n=await e(r),{clientName:o,commandName:i,logger:s,dynamoDbDocumentClientOptions:a={}}=t,{overrideInputFilterSensitiveLog:c,overrideOutputFilterSensitiveLog:u}=a,l=c??t.inputFilterSensitiveLog,d=u??t.outputFilterSensitiveLog,{$metadata:g,...h}=n.output;return s?.info?.({clientName:o,commandName:i,input:l(r.input),output:d(h),metadata:g}),n}catch(e){const{clientName:n,commandName:o,logger:i,dynamoDbDocumentClientOptions:s={}}=t,{overrideInputFilterSensitiveLog:a}=s,c=a??t.inputFilterSensitiveLog;throw i?.error?.({clientName:n,commandName:o,input:c(r.input),error:e,metadata:e.$metadata}),e}}),nr)}})),this.middlewareStack.use(sr(this.config)),this.middlewareStack.use((e=>({applyToStack:t=>{t.add(Fr(e),jr)}}))(this.config)),this.middlewareStack.use(Vo(this.config)),this.middlewareStack.use(ni(this.config)),this.middlewareStack.use(((e,{httpAuthSchemeParametersProvider:t,identityProviderConfigProvider:r})=>({applyToStack:n=>{n.addRelativeTo(Wr(e,{httpAuthSchemeParametersProvider:t,identityProviderConfigProvider:r}),ln)}}))(this.config,{httpAuthSchemeParametersProvider:this.getDefaultHttpAuthSchemeParametersProvider(),identityProviderConfigProvider:this.getIdentityProviderConfigProvider()})),this.middlewareStack.use(Wo(this.config))}destroy(){super.destroy()}getDefaultHttpAuthSchemeParametersProvider(){return Bi}getIdentityProviderConfigProvider(){return async e=>new Zo({"aws.auth#sigv4":e.credentials})}}class wa extends _o{constructor(e){super(e),Object.setPrototypeOf(this,wa.prototype)}}class _a extends wa{constructor(e){super({name:"AccessDeniedException",$fault:"client",...e}),this.name="AccessDeniedException",this.$fault="client",Object.setPrototypeOf(this,_a.prototype)}}var Sa;!function(e){e.visit=(e,t)=>void 0!==e.text?t.text(e.text):t._(e.$unknown[0],e.$unknown[1])}(Sa||(Sa={}));class Aa extends wa{constructor(e){super({name:"InternalServerException",$fault:"server",...e}),this.name="InternalServerException",this.$fault="server",Object.setPrototypeOf(this,Aa.prototype)}}class xa extends wa{constructor(e){super({name:"ResourceNotFoundException",$fault:"client",...e}),this.name="ResourceNotFoundException",this.$fault="client",Object.setPrototypeOf(this,xa.prototype)}}class Ea extends wa{constructor(e){super({name:"ServiceQuotaExceededException",$fault:"client",...e}),this.name="ServiceQuotaExceededException",this.$fault="client",Object.setPrototypeOf(this,Ea.prototype)}}class Ia extends wa{constructor(e){super({name:"ThrottlingException",$fault:"client",...e}),this.name="ThrottlingException",this.$fault="client",Object.setPrototypeOf(this,Ia.prototype)}}class Ra extends wa{constructor(e){super({name:"ValidationException",$fault:"client",...e}),this.name="ValidationException",this.$fault="client",Object.setPrototypeOf(this,Ra.prototype)}}var Ma;!function(e){e.visit=(e,t)=>void 0!==e.bytes?t.bytes(e.bytes):t._(e.$unknown[0],e.$unknown[1])}(Ma||(Ma={}));var Ta;!function(e){e.visit=(e,t)=>void 0!==e.text?t.text(e.text):t._(e.$unknown[0],e.$unknown[1])}(Ta||(Ta={}));var Pa,Ca;!function(e){e.visit=(e,t)=>void 0!==e.bytes?t.bytes(e.bytes):t._(e.$unknown[0],e.$unknown[1])}(Pa||(Pa={})),function(e){e.visit=(e,t)=>void 0!==e.json?t.json(e.json):void 0!==e.text?t.text(e.text):void 0!==e.image?t.image(e.image):void 0!==e.document?t.document(e.document):t._(e.$unknown[0],e.$unknown[1])}(Ca||(Ca={}));var Oa;!function(e){e.visit=(e,t)=>void 0!==e.text?t.text(e.text):void 0!==e.image?t.image(e.image):void 0!==e.document?t.document(e.document):void 0!==e.toolUse?t.toolUse(e.toolUse):void 0!==e.toolResult?t.toolResult(e.toolResult):void 0!==e.guardContent?t.guardContent(e.guardContent):t._(e.$unknown[0],e.$unknown[1])}(Oa||(Oa={}));var Na,La,$a,Ba,Ua;!function(e){e.visit=(e,t)=>void 0!==e.text?t.text(e.text):void 0!==e.guardContent?t.guardContent(e.guardContent):t._(e.$unknown[0],e.$unknown[1])}(Na||(Na={})),function(e){e.visit=(e,t)=>void 0!==e.auto?t.auto(e.auto):void 0!==e.any?t.any(e.any):void 0!==e.tool?t.tool(e.tool):t._(e.$unknown[0],e.$unknown[1])}(La||(La={})),function(e){e.visit=(e,t)=>void 0!==e.json?t.json(e.json):t._(e.$unknown[0],e.$unknown[1])}($a||($a={})),function(e){e.visit=(e,t)=>void 0!==e.toolSpec?t.toolSpec(e.toolSpec):t._(e.$unknown[0],e.$unknown[1])}(Ba||(Ba={})),function(e){e.visit=(e,t)=>void 0!==e.message?t.message(e.message):t._(e.$unknown[0],e.$unknown[1])}(Ua||(Ua={}));class Fa extends wa{constructor(e){super({name:"ModelErrorException",$fault:"client",...e}),this.name="ModelErrorException",this.$fault="client",Object.setPrototypeOf(this,Fa.prototype),this.originalStatusCode=e.originalStatusCode,this.resourceName=e.resourceName}}class Da extends wa{constructor(e){super({name:"ModelNotReadyException",$fault:"client",...e}),this.name="ModelNotReadyException",this.$fault="client",Object.setPrototypeOf(this,Da.prototype)}}class ja extends wa{constructor(e){super({name:"ModelTimeoutException",$fault:"client",...e}),this.name="ModelTimeoutException",this.$fault="client",Object.setPrototypeOf(this,ja.prototype)}}class Ha extends wa{constructor(e){super({name:"ServiceUnavailableException",$fault:"server",...e}),this.name="ServiceUnavailableException",this.$fault="server",Object.setPrototypeOf(this,Ha.prototype)}}var qa,Va,za;!function(e){e.visit=(e,t)=>void 0!==e.text?t.text(e.text):void 0!==e.toolUse?t.toolUse(e.toolUse):t._(e.$unknown[0],e.$unknown[1])}(qa||(qa={})),function(e){e.visit=(e,t)=>void 0!==e.toolUse?t.toolUse(e.toolUse):t._(e.$unknown[0],e.$unknown[1])}(Va||(Va={}));class Ga extends wa{constructor(e){super({name:"ModelStreamErrorException",$fault:"client",...e}),this.name="ModelStreamErrorException",this.$fault="client",Object.setPrototypeOf(this,Ga.prototype),this.originalStatusCode=e.originalStatusCode,this.originalMessage=e.originalMessage}}!function(e){e.visit=(e,t)=>void 0!==e.messageStart?t.messageStart(e.messageStart):void 0!==e.contentBlockStart?t.contentBlockStart(e.contentBlockStart):void 0!==e.contentBlockDelta?t.contentBlockDelta(e.contentBlockDelta):void 0!==e.contentBlockStop?t.contentBlockStop(e.contentBlockStop):void 0!==e.messageStop?t.messageStop(e.messageStop):void 0!==e.metadata?t.metadata(e.metadata):void 0!==e.internalServerException?t.internalServerException(e.internalServerException):void 0!==e.modelStreamErrorException?t.modelStreamErrorException(e.modelStreamErrorException):void 0!==e.validationException?t.validationException(e.validationException):void 0!==e.throttlingException?t.throttlingException(e.throttlingException):void 0!==e.serviceUnavailableException?t.serviceUnavailableException(e.serviceUnavailableException):t._(e.$unknown[0],e.$unknown[1])}(za||(za={}));var Wa;!function(e){e.visit=(e,t)=>void 0!==e.chunk?t.chunk(e.chunk):void 0!==e.internalServerException?t.internalServerException(e.internalServerException):void 0!==e.modelStreamErrorException?t.modelStreamErrorException(e.modelStreamErrorException):void 0!==e.validationException?t.validationException(e.validationException):void 0!==e.throttlingException?t.throttlingException(e.throttlingException):void 0!==e.modelTimeoutException?t.modelTimeoutException(e.modelTimeoutException):void 0!==e.serviceUnavailableException?t.serviceUnavailableException(e.serviceUnavailableException):t._(e.$unknown[0],e.$unknown[1])}(Wa||(Wa={}));const Za=e=>({...e,...e.body&&{body:fo}}),Ka=e=>({...e,...e.body&&{body:fo}}),Ja=e=>({...e,...e.body&&{body:fo}}),Qa=e=>({...e,...e.body&&{body:"STREAMING_CONTENT"}}),Ya=(e,t)=>((e,t)=>lo(e,t).then((e=>t.utf8Encoder(e))))(e,t).then((e=>{if(e.length)try{return JSON.parse(e)}catch(t){throw"SyntaxError"===t?.name&&Object.defineProperty(t,"$responseBodyText",{value:e}),t}return{}})),Xa=async(e,t)=>{const r=await Ya(e,t);return r.message=r.message??r.Message,r},ec=async(e,t)=>{const r=Xo(e,t),n=Co({},Rc,{[Pc]:e[Tc]||"application/octet-stream",[Mc]:e[Mc],[Fc]:e[Nc],[Bc]:e[Cc],[Uc]:e[Oc]});let o;return r.bp("/model/{modelId}/invoke"),r.p("modelId",(()=>e.modelId),"{modelId}",!1),void 0!==e.body&&(o=e.body),r.m("POST").h(n).b(o),r.build()},tc=async(e,t)=>{const r=Xo(e,t),n=Co({},Rc,{[Pc]:e[Tc]||"application/octet-stream",[Lc]:e[Mc],[Fc]:e[Nc],[Bc]:e[Cc],[Uc]:e[Oc]});let o;return r.bp("/model/{modelId}/invoke-with-response-stream"),r.p("modelId",(()=>e.modelId),"{modelId}",!1),void 0!==e.body&&(o=e.body),r.m("POST").h(n).b(o),r.build()},rc=async(e,t)=>{if(200!==e.statusCode&&e.statusCode>=300)return oc(e,t);const r=Co({$metadata:Ic(e),[Tc]:[,e.headers[Pc]]}),n=await lo(e.body,t);return r.body=n,r},nc=async(e,t)=>{if(200!==e.statusCode&&e.statusCode>=300)return oc(e,t);const r=Co({$metadata:Ic(e),[Tc]:[,e.headers[$c]]}),n=e.body;return r.body=bc(n,t),r},oc=async(e,t)=>{const r={...e,body:await Xa(e.body,t)},n=((e,t)=>{const r=e=>{let t=e;return"number"==typeof t&&(t=t.toString()),t.indexOf(",")>=0&&(t=t.split(",")[0]),t.indexOf(":")>=0&&(t=t.split(":")[0]),t.indexOf("#")>=0&&(t=t.split("#")[1]),t},n=(o=e.headers,i="x-amzn-errortype",Object.keys(o).find((e=>e.toLowerCase()===i.toLowerCase())));var o,i;return void 0!==n?r(e.headers[n]):void 0!==t.code?r(t.code):void 0!==t.__type?r(t.__type):void 0})(e,r.body);switch(n){case"AccessDeniedException":case"com.amazonaws.bedrockruntime#AccessDeniedException":throw await ac(r,t);case"InternalServerException":case"com.amazonaws.bedrockruntime#InternalServerException":throw await cc(r,t);case"ResourceNotFoundException":case"com.amazonaws.bedrockruntime#ResourceNotFoundException":throw await hc(r,t);case"ServiceQuotaExceededException":case"com.amazonaws.bedrockruntime#ServiceQuotaExceededException":throw await fc(r,t);case"ThrottlingException":case"com.amazonaws.bedrockruntime#ThrottlingException":throw await mc(r,t);case"ValidationException":case"com.amazonaws.bedrockruntime#ValidationException":throw await kc(r,t);case"ModelErrorException":case"com.amazonaws.bedrockruntime#ModelErrorException":throw await uc(r,t);case"ModelNotReadyException":case"com.amazonaws.bedrockruntime#ModelNotReadyException":throw await lc(r,t);case"ModelTimeoutException":case"com.amazonaws.bedrockruntime#ModelTimeoutException":throw await gc(r,t);case"ServiceUnavailableException":case"com.amazonaws.bedrockruntime#ServiceUnavailableException":throw await pc(r,t);case"ModelStreamErrorException":case"com.amazonaws.bedrockruntime#ModelStreamErrorException":throw await dc(r,t);default:const o=r.body;return ic({output:e,parsedBody:o,errorCode:n})}},ic=(sc=wa,({output:e,parsedBody:t,errorCode:r})=>{(({output:e,parsedBody:t,exceptionCtor:r,errorCode:n})=>{const o=Ao(e),i=o.httpStatusCode?o.httpStatusCode+"":void 0,s=new r({name:t?.code||t?.Code||n||i||"UnknownError",$fault:"client",$metadata:o});throw So(s,t)})({output:e,parsedBody:t,exceptionCtor:sc,errorCode:r})});var sc;const ac=async(e,t)=>{const r=Co({}),n=e.body,o=Oo(n,{message:vo});Object.assign(r,o);const i=new _a({$metadata:Ic(e),...r});return So(i,e.body)},cc=async(e,t)=>{const r=Co({}),n=e.body,o=Oo(n,{message:vo});Object.assign(r,o);const i=new Aa({$metadata:Ic(e),...r});return So(i,e.body)},uc=async(e,t)=>{const r=Co({}),n=e.body,o=Oo(n,{message:vo,originalStatusCode:mo,resourceName:vo});Object.assign(r,o);const i=new Fa({$metadata:Ic(e),...r});return So(i,e.body)},lc=async(e,t)=>{const r=Co({}),n=e.body,o=Oo(n,{message:vo});Object.assign(r,o);const i=new Da({$metadata:Ic(e),...r});return So(i,e.body)},dc=async(e,t)=>{const r=Co({}),n=e.body,o=Oo(n,{message:vo,originalMessage:vo,originalStatusCode:mo});Object.assign(r,o);const i=new Ga({$metadata:Ic(e),...r});return So(i,e.body)},gc=async(e,t)=>{const r=Co({}),n=e.body,o=Oo(n,{message:vo});Object.assign(r,o);const i=new ja({$metadata:Ic(e),...r});return So(i,e.body)},hc=async(e,t)=>{const r=Co({}),n=e.body,o=Oo(n,{message:vo});Object.assign(r,o);const i=new xa({$metadata:Ic(e),...r});return So(i,e.body)},fc=async(e,t)=>{const r=Co({}),n=e.body,o=Oo(n,{message:vo});Object.assign(r,o);const i=new Ea({$metadata:Ic(e),...r});return So(i,e.body)},pc=async(e,t)=>{const r=Co({}),n=e.body,o=Oo(n,{message:vo});Object.assign(r,o);const i=new Ha({$metadata:Ic(e),...r});return So(i,e.body)},mc=async(e,t)=>{const r=Co({}),n=e.body,o=Oo(n,{message:vo});Object.assign(r,o);const i=new Ia({$metadata:Ic(e),...r});return So(i,e.body)},kc=async(e,t)=>{const r=Co({}),n=e.body,o=Oo(n,{message:vo});Object.assign(r,o);const i=new Ra({$metadata:Ic(e),...r});return So(i,e.body)},bc=(e,t)=>t.eventStreamMarshaller.deserialize(e,(async r=>null!=r.chunk?{chunk:await _c(r.chunk,t)}:null!=r.internalServerException?{internalServerException:await vc(r.internalServerException,t)}:null!=r.modelStreamErrorException?{modelStreamErrorException:await yc(r.modelStreamErrorException,t)}:null!=r.validationException?{validationException:await xc(r.validationException,t)}:null!=r.throttlingException?{throttlingException:await Ac(r.throttlingException,t)}:null!=r.modelTimeoutException?{modelTimeoutException:await wc(r.modelTimeoutException,t)}:null!=r.serviceUnavailableException?{serviceUnavailableException:await Sc(r.serviceUnavailableException,t)}:{$unknown:e})),vc=async(e,t)=>{const r={...e,body:await Ya(e.body,t)};return cc(r,t)},yc=async(e,t)=>{const r={...e,body:await Ya(e.body,t)};return dc(r,t)},wc=async(e,t)=>{const r={...e,body:await Ya(e.body,t)};return gc(r,t)},_c=async(e,t)=>{const r={},n=await Ya(e.body,t);return Object.assign(r,Ec(n,t)),r},Sc=async(e,t)=>{const r={...e,body:await Ya(e.body,t)};return pc(r,t)},Ac=async(e,t)=>{const r={...e,body:await Ya(e.body,t)};return mc(r,t)},xc=async(e,t)=>{const r={...e,body:await Ya(e.body,t)};return kc(r,t)},Ec=(e,t)=>Oo(e,{bytes:t.base64Decoder}),Ic=e=>({httpStatusCode:e.statusCode,requestId:e.headers["x-amzn-requestid"]??e.headers["x-amzn-request-id"]??e.headers["x-amz-request-id"],extendedRequestId:e.headers["x-amz-id-2"],cfId:e.headers["x-amz-cf-id"]}),Rc=e=>!(null==e||""===e||Object.getOwnPropertyNames(e).includes("length")&&0==e.length||Object.getOwnPropertyNames(e).includes("size")&&0==e.size),Mc="accept",Tc="contentType",Pc="content-type",Cc="guardrailIdentifier",Oc="guardrailVersion",Nc="trace",Lc="x-amzn-bedrock-accept",$c="x-amzn-bedrock-content-type",Bc="x-amzn-bedrock-guardrailidentifier",Uc="x-amzn-bedrock-guardrailversion",Fc="x-amzn-bedrock-trace";class Dc extends(go.classBuilder().ep({...Fi}).m((function(e,t,r,n){return[an(r,this.serialize,this.deserialize),un(r,e.getEndpointParameterInstructions())]})).s("AmazonBedrockFrontendService","InvokeModelWithResponseStream",{eventStream:{output:!0}}).n("BedrockRuntimeClient","InvokeModelWithResponseStreamCommand").f(Ja,Qa).ser(tc).de(nc).build()){}class jc extends(go.classBuilder().ep({...Fi}).m((function(e,t,r,n){return[an(r,this.serialize,this.deserialize),un(r,e.getEndpointParameterInstructions())]})).s("AmazonBedrockFrontendService","InvokeModel",{}).n("BedrockRuntimeClient","InvokeModelCommand").f(Za,Ka).ser(ec).de(rc).build()){}const Hc=qc;function qc(e,t){const r=Vc();return(qc=function(e,t){return r[e-=107]})(e,t)}function Vc(){const e=["\nYou must keep the text formatting.\n\nContent:\n","join","editor","decode","_readStreamableResponse","body","pluginName","_processProxyRequest","AWSTextAdapter","_requestHeaders","_processAWSRequest","\n[/INST]","anthropic.claude","from","application/json","5661131NHoRNt","split","send","cohere.command","_getGeneratedText","Instruction:\n","read","filter","\n<</SYS>>\n[INST]\n","ai.aws.bedrockClientConfig","generation","Human:\n","ai.aws.requestHeaders","Your task is to generate HTML content accordingly to the given instruction. Never include <img> tag in your response even if asked for. Your answer must be a well-structured and properly formatted HTML code. Answer only with the generated HTML content. Do not add any additional remarks or notes. Do not act like a chatbot or a real person.","AI_ERROR_UNSUPPORTED_MODEL","ai21.j2","93848auDCxi","74710SSGRIB","stringify","generations","_bedrockClientConfig","toString","4704678WkCFpS","bytes","getReader","json","_readAsyncIterableResponse","test","get","ai.aws.apiUrl","5193870fRFKjf","Your task is to execute the instruction using the provided HTML content. Follow the instruction closely. Your answer must be a properly formatted HTML code. Do not add any additional remarks or notes. Do not act like a chatbot or a real person.","map","ai.aws.requestParameters","247760jLIdOC","293580aHGaLT","locale","signal","_requestParameters","bedrock-2023-05-31","length","define","preparePrompt","\n\nAssistant:","completions","22qtUPsp","abortController","8EeyMfN","utf-8","294JeLABx","parse","sendRequest","text","config","anthropic.claude-v2","chunk","_prepareRequestHeaders","completion","meta.llama","_prepareRequestParameters","utf8","getModelFamily","<<SYS>>\n","POST","resolve","_apiUrl","_readStaticResponse","data","99djzWkH"];return(Vc=function(){return e})()}!function(e){const t=qc,r=e();for(;;)try{if(469295===-parseInt(t(133))/1+-parseInt(t(134))/2+parseInt(t(167))/3*(-parseInt(t(115))/4)+-parseInt(t(116))/5*(parseInt(t(148))/6)+parseInt(t(183))/7*(parseInt(t(146))/8)+parseInt(t(121))/9+-parseInt(t(129))/10*(-parseInt(t(144))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Vc);class zc extends Ft{static get[Hc(174)](){return Hc(176)}constructor(e){const t=Hc;super(e),e[t(152)][t(127)](t(132))||e[t(152)][t(140)](t(132),{model:t(153),max_tokens_to_sample:2e3,temperature:1,top_p:1,top_k:250,anthropic_version:t(138),stream:!0}),this[t(164)]=e[t(152)][t(127)](t(128)),this[t(119)]=e[t(152)][t(127)](t(108)),this[t(177)]=e[t(152)][t(127)](t(111)),this[t(137)]=e[t(152)][t(127)](t(132))}async[Hc(150)]({query:e,context:t,onData:r,actionId:n}){const o=Hc,{model:i,stream:s,...a}=await this[o(158)](this[o(137)],n),c={prompt:await this[o(141)](e,t,i,n),...a};this[o(164)]?await this[o(175)](c,i,s,r,n):await this[o(178)](c,i,s,r)}async[Hc(141)](e,t,r,n){const o=Hc;let i,s;return t?(i=o(130),s=o(188)+e+o(168)+t):(i=o(112),s=e),o(157)==this[o(160)](r)?o(161)+i+o(107)+s+o(179):o(110)+i+"\n"+s+o(142)}[Hc(160)](e){const t=Hc;if(/^anthropic\.claude/[t(126)](e))return t(180);if(/^ai21\.j2/[t(126)](e))return t(114);if(/^cohere\.command/[t(126)](e))return t(186);if(/^meta\.llama/[t(126)](e))return t(157);throw new H(q(this[t(170)][t(135)],t(113),e))}async[Hc(175)](e,t,r,n,o){const i=Hc,s={method:i(162),headers:await this[i(155)](this[i(177)],o),body:JSON[i(117)]({...e,model:t,stream:r}),signal:this[i(145)][i(136)]},a=await fetch(this[i(164)],s);r?await this[i(172)](a,t,n):await this[i(165)](a,t,n)}async[Hc(178)](e,t,r,n){const o=Hc,i=new ya(this[o(119)]),s={body:JSON[o(117)](e),contentType:o(182),accept:o(182),modelId:t};let a;if(r){const e=new Dc(s);a=await i[o(185)](e,{abortSignal:this[o(145)][o(136)]}),await this[o(125)](a,t,n)}else{const e=new jc(s);a=await i[o(185)](e,{abortSignal:this[o(145)][o(136)]}),await this[o(165)](a,t,n)}}async[Hc(125)](e,t,r){const n=Hc,o=e[n(173)],i=new TextDecoder(n(147));let s="";for await(const e of o)if(e[n(154)]){const o=i[n(171)](e[n(154)][n(122)]),a=JSON[n(149)](o);s+=this[n(187)](a,t),r(s)}return Promise[n(163)]()}async[Hc(172)](e,t,r){const n=Hc,o=e[n(173)],i=new TextDecoder(n(147)),s=o[n(123)]();let a="",c="",u=!1;for(;!u;){const{done:e,value:o}=await s[n(189)]();if(u=e,u)break;const l=(a+i[n(171)](o))[n(184)]("\n")[n(131)]((e=>{const t=n;try{return a="",JSON[t(149)](e)}catch(t){return a=e,null}}))[n(190)]((e=>null!==e));l[n(139)]&&(c+=l[n(131)]((e=>this[n(187)](e,t)))[n(169)](""),r(c))}return Promise[n(163)]()}async[Hc(165)](e,t,r){const n=Hc;let o;return o=e instanceof Response?await e[n(124)]():JSON[n(149)](Buffer[n(181)](e[n(173)])[n(120)](n(159))),r(this[n(187)](o,t)),Promise[n(163)]()}[Hc(187)](e,t){const r=Hc;switch(this[r(160)](t)){case r(180):return e[r(156)];case r(114):return e[r(143)][0][r(166)][r(151)];case r(186):return e[r(118)][0][r(151)];case r(157):return e[r(109)]}}}function Gc(e,t){var r=Wc();return(Gc=function(e,t){return r[e-=190]})(e,t)}function Wc(){var e=["201332qJOoNd","15983glwiKF","1018330QmlCBn","2NEKXpL","1318452kpbVAD","1957495MGAMxq","9396fZkIow","623496XMzRqG","12jxoTxX","469852mHgkef","18WfeIfy","14fvxoeD"];return(Wc=function(){return e})()}!function(e){for(var t=Gc,r=e();;)try{if(337882===parseInt(t(194))/1*(parseInt(t(191))/2)+parseInt(t(199))/3*(-parseInt(t(200))/4)+-parseInt(t(196))/5+parseInt(t(195))/6+parseInt(t(190))/7*(-parseInt(t(198))/8)+-parseInt(t(201))/9*(parseInt(t(193))/10)+-parseInt(t(192))/11*(-parseInt(t(197))/12))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Wc)})(),(window.CKEditor5=window.CKEditor5||{}).ai=n})();