@ckeditor/ckeditor5-export-inline-styles 48.0.1 → 48.1.0-alpha.1

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.
@@ -164,11 +164,44 @@ export interface ExportInlineStylesConfig {
164
164
  transformations?: Array<ExportInlineStylesTransformation>;
165
165
  }
166
166
  /**
167
- * The callback function that is called for each element being processed.
167
+ * A "runner" function that allows controlling the execution of logic after an element's children have been processed.
168
+ * * It is passed as an argument to the transformation callback, enabling additional operations
169
+ * on the element after its descendants have had their styles inlined.
170
+ *
171
+ * @param runner The function that executes the post-transformation logic.
172
+ */
173
+ export type ExportInlineStylesPostTransformationRunner = (runner: VoidFunction) => void;
174
+ /**
175
+ * An object containing helper functions to control the transformation flow during the inline styles conversion.
176
+ */
177
+ export type ExportInlineStylesTransformationAttrs = {
178
+ /**
179
+ * A function used to register a callback to be executed after the entire document has been processed.
180
+ *
181
+ * It is particularly useful when you want to modify or replace the HTML structure of the document
182
+ * (e.g., replacing a `figure` with a `section`) without breaking the CSS selector matching for inline styles.
183
+ * By deferring structural changes to this callback, elements will still receive inline styles based on
184
+ * their original DOM structure (e.g., a `div` will still get styles from a `figure > div` selector before
185
+ * the parent `figure` is turned into a `section`).
186
+ */
187
+ runAfterDocumentTransformation: ExportInlineStylesPostTransformationRunner;
188
+ /**
189
+ * A function used to register a callback to be executed after the current element's children
190
+ * have been processed.
191
+ *
192
+ * This allows for modifications based on the final state of the descendants.
193
+ */
194
+ runAfterChildrenTransformation: ExportInlineStylesPostTransformationRunner;
195
+ };
196
+ /**
197
+ * The callback function that is called for each element being processed during the inline styles conversion.
168
198
  *
169
199
  * @param element The DOM element being processed.
170
- * @param stylesMap The map of styles to be applied to the element.
171
- * @returns The new element that will be used instead of the original one, or `undefined` to keep the original element. It may be used when
172
- * transformer replaces one element with another (e.g., `figure` to `div`).
200
+ * @param stylesMap The map of styles to be applied to the element. This map can be modified
201
+ * (adding, removing, or updating styles) before they are inlined.
202
+ * @param attrs Helpers to control the transformation flow.
203
+ * @returns The new element that will be used instead of the original one, or `undefined` to
204
+ * keep the original element. It may be used when a transformer replaces one element with
205
+ * another (e.g., converting a `figure` to a `div`).
173
206
  */
174
- export type ExportInlineStylesTransformation = (element: HTMLElement, stylesMap: StylesMap) => HTMLElement | undefined | void;
207
+ export type ExportInlineStylesTransformation = (element: HTMLElement, stylesMap: StylesMap, attrs: ExportInlineStylesTransformationAttrs) => HTMLElement | undefined | void;
package/dist/index.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
  /**
6
6
  * @module export-inline-styles
7
7
  */
8
- export { ExportInlineStyles, type ExportInlineStylesConfig, type ExportInlineStylesTransformation } from './exportinlinestyles.js';
8
+ export { ExportInlineStyles, type ExportInlineStylesConfig, type ExportInlineStylesTransformation, type ExportInlineStylesPostTransformationRunner, type ExportInlineStylesTransformationAttrs } from './exportinlinestyles.js';
9
9
  export { ExportInlineStylesCommand } from './exportinlinestylescommand.js';
10
10
  export { ExportInlineStylesEditing } from './exportinlinestylesediting.js';
11
11
  export { dropImportantStyleSuffix } from './exportinlinestylesutils.js';
package/dist/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Command as _0x3c952e,Plugin as _0x3f05af}from'@ckeditor/ckeditor5-core/dist/index.js';import{collectStylesheets as _0x49680f,createElement as _0x3d3ab2,uid as _0x47140a}from'@ckeditor/ckeditor5-utils/dist/index.js';import{calculate as _0x516bbb,compare as _0x2db054}from'specificity';import{StylesMap as _0x249de8,addMarginStylesRules as _0x5e2bd9,addPaddingStylesRules as _0x485a1d}from'@ckeditor/ckeditor5-engine/dist/index.js';function f(_0x42776e){const _0x33994b=[];let _0x2e2b37='',_0x2fa3da=0x0;for(;_0x2fa3da<_0x42776e['length'];){const _0x558813=_0x42776e[_0x2fa3da];if('('===_0x558813){const _0x1cabaf=y(_0x42776e,_0x2fa3da+0x1);if(-0x1===_0x1cabaf)return[];_0x2e2b37+=_0x42776e['slice'](_0x2fa3da,_0x1cabaf+0x1),_0x2fa3da=_0x1cabaf+0x1;}else','!==_0x558813||_0x2e2b37['endsWith']('\x5c')?(_0x2e2b37+=_0x558813,_0x2fa3da++):(_0x33994b['push'](_0x2e2b37['trim']()),_0x2e2b37='',_0x2fa3da++);}return _0x2e2b37['trim']()&&_0x33994b['push'](_0x2e2b37['trim']()),_0x33994b['filter'](Boolean);}function y(_0xff8b88,_0x33a2de){let _0x37851c=0x1;for(let _0x3ca4d8=_0x33a2de;_0x3ca4d8<_0xff8b88['length'];_0x3ca4d8++){const _0x5b26c6=_0xff8b88[_0x3ca4d8];if('('===_0x5b26c6)_0x37851c++;else{if(')'===_0x5b26c6&&(_0x37851c--,0x0===_0x37851c))return _0x3ca4d8;}}return-0x1;}function w(_0x4c0cb0){return _0x4c0cb0['replace'](/!\s*important/i,'')['trim']();}function p(_0x1b42f9,_0x2ac005){const _0x10115=new Map(),_0x33d3cd=_0x5d5fde=>_0x10115['has'](_0x5d5fde)?_0x10115['get'](_0x5d5fde):_0x1b42f9(_0x5d5fde);for(const [_0xbb7220,_0x11d9a4]of _0x2ac005['getStylesEntries']())if(_0x11d9a4&&_0xbb7220['startsWith']('--')){const _0x1d35ff=d(_0x33d3cd,_0x11d9a4);_0x10115['set'](_0xbb7220,_0x1d35ff),_0x2ac005['remove'](_0xbb7220);}for(const [_0x5623ff,_0x2524bb]of _0x2ac005['getStylesEntries']())if(_0x2524bb){const _0xbb8ecc=d(_0x33d3cd,_0x2524bb);_0x2ac005['set'](_0x5623ff,_0xbb8ecc);}return _0x10115;}function d(_0x13188d,_0x2f8b07){return function(_0xc1c813,_0x437c53){let _0x329ac2='',_0x1d9ea8=0x0;for(;_0x1d9ea8<_0xc1c813['length'];){const _0x34b4c1=_0xc1c813['indexOf']('var(',_0x1d9ea8);if(-0x1===_0x34b4c1){_0x329ac2+=_0xc1c813['slice'](_0x1d9ea8);break;}_0x329ac2+=_0xc1c813['slice'](_0x1d9ea8,_0x34b4c1);const _0x2c4b7e=_0x34b4c1+0x4,_0x5ce082=y(_0xc1c813,_0x2c4b7e);_0x329ac2+=_0x437c53(_0xc1c813['substring'](_0x2c4b7e,_0x5ce082)),_0x1d9ea8=_0x5ce082+0x1;}return _0x329ac2;}(_0x2f8b07,_0x397e78=>{const [_0xf56bef,_0x119b89]=f(_0x397e78),_0x1daece=_0x13188d(_0xf56bef);return void 0x0!==_0x1daece?_0x1daece:_0x119b89?d(_0x13188d,_0x119b89):'var('+_0xf56bef+')';});}async function h(_0x2e8c01){const _0x28173b=[await _0x49680f(_0x2e8c01['stylesheets']),_0x2e8c01['inlineCss']]['filter'](_0x3eaf0f=>_0x3eaf0f&&_0x3eaf0f['length'])['join']('\x0a'),_0x2b186e=await async function(_0x572967,_0x3c940e){const _0x10b940=new CSSStyleSheet();return await _0x10b940['replace'](_0x3c940e),S(Array['from'](_0x10b940['cssRules'])['filter'](_0x22c00b=>_0x22c00b instanceof CSSStyleRule))['flatMap'](({selectorText:_0x508cd5,contentCssText:_0x40dfdd})=>{const _0x2c1084=f(_0x508cd5),_0x244a9c=new _0x249de8(_0x572967)['setTo'](_0x40dfdd);return _0x2c1084['map'](_0x514fed=>{const _0x21e35a=function(_0x39a363){const _0x4dc6dd=':where(';let _0x3f3878=_0x39a363,_0x176ed5=0x0;for(let _0x1d1eb9=0x0;_0x1d1eb9<0x64;_0x1d1eb9++){const _0x135dec=_0x3f3878['indexOf'](_0x4dc6dd,_0x176ed5);if(-0x1===_0x135dec)break;let _0x2114bd=0x0;for(let _0x2796ec=0x0;_0x2796ec<_0x135dec;_0x2796ec++)'('===_0x3f3878[_0x2796ec]?_0x2114bd++:')'===_0x3f3878[_0x2796ec]&&_0x2114bd--;if(_0x2114bd>0x0){_0x176ed5=_0x135dec+_0x4dc6dd['length'];continue;}let _0x500993=-0x1;for(let _0x5c1bf7=_0x135dec+_0x4dc6dd['length'],_0x3eb1a5=0x1;_0x5c1bf7<_0x3f3878['length'];_0x5c1bf7++)if('('===_0x3f3878[_0x5c1bf7]?_0x3eb1a5++:')'===_0x3f3878[_0x5c1bf7]&&_0x3eb1a5--,!_0x3eb1a5){_0x500993=_0x5c1bf7;break;}-0x1!==_0x500993?(_0x3f3878=_0x3f3878['slice'](0x0,_0x135dec)+_0x3f3878['slice'](_0x500993+0x1),_0x176ed5=_0x135dec):_0x176ed5=_0x135dec+_0x4dc6dd['length'];}return _0x3f3878['replace'](/\s+/g,'\x20')['trim']();}(_0x514fed),_0x209f66=_0x21e35a?_0x516bbb(_0x21e35a)[0x0]['specificityArray']:[0x0,0x0,0x0,0x0];return{'stylesMap':_0x244a9c,'flatSelector':_0x514fed,'specificity':_0x209f66};});})['sort']((_0x1ed195,_0x572d07)=>_0x2db054(_0x1ed195['specificity'],_0x572d07['specificity']));}(_0x2e8c01['stylesProcessor'],_0x28173b);return{'parsedCssRules':_0x2b186e,'rootCssVariables':function(_0x165286){const _0x2c0f4e=new Map();for(const {stylesMap:_0xfc49bc,flatSelector:_0x371541}of _0x165286){if(':root'!==_0x371541)continue;const _0x109ad5=p(_0x2c0f4e['get']['bind'](_0x2c0f4e),_0xfc49bc);for(const [_0x321860,_0x2c7a30]of _0x109ad5)_0x2c0f4e['set'](_0x321860,_0x2c7a30);}return _0x2c0f4e;}(_0x2b186e)};}function S(_0x13e754,_0x33cd86=''){return _0x13e754['flatMap'](_0x4a35b6=>{const {selectorText:_0x17f3a5,cssText:_0x46704c,cssRules:_0x409171}=_0x4a35b6;if(!_0x17f3a5)return[];const _0x572216=_0x17f3a5['replace'](/&/g,_0x33cd86);let _0x10c474=_0x46704c['replace'](_0x17f3a5,'')['trim']()['replace'](/^{|}$/g,'');if(!_0x409171||!_0x409171['length'])return[{'selectorText':_0x572216,'contentCssText':_0x10c474}];for(const _0x444b91 of _0x409171)_0x10c474=_0x10c474['replace'](_0x444b91['cssText'],'')['trim']();return[{'selectorText':_0x572216,'contentCssText':_0x10c474},...S(Array['from'](_0x409171),_0x572216)];});}function m(_0x44e495,_0x419fb7){const _0x1e7fe3=new _0x249de8(_0x44e495);for(const _0x11ea5d of _0x419fb7){let _0x102a49=null;if(_0x102a49='string'==typeof _0x11ea5d?new _0x249de8(_0x44e495)['setTo'](_0x11ea5d):_0x11ea5d,_0x102a49){for(const [_0xd9b52e,_0x3befa4]of _0x102a49['getStylesEntries']())_0x1e7fe3['set'](_0xd9b52e,_0x3befa4);}}return _0x1e7fe3;}class x extends _0x3c952e{['_stylesProcessor'];constructor(_0x4b59cc){super(_0x4b59cc),this['set']('isBusy',!0x1),this['_stylesProcessor']=this['editor']['data']['stylesProcessor'],_0x5e2bd9(this['_stylesProcessor']),_0x485a1d(this['_stylesProcessor']),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}async['execute'](_0x665197){const _0x457378=this['editor']['config']['get']('exportInlineStyles'),{contentLanguageDirection:_0x493765}=this['editor']['locale'],{rootName:_0x3525e2='main',dataControllerDowncastOptions:_0x4e2f18={},transformations:_0x482734=_0x457378['transformations']||[]}=_0x665197||{};this['isBusy']=!0x0,this['refresh']();const _0x2f7b58=this['_getRootDataHTMLFragment'](_0x3525e2,_0x4e2f18),_0x368469=_0x3d3ab2(_0x2f7b58['ownerDocument'],'div',{'dir':_0x493765,'class':'ck-content'},[_0x2f7b58]);return this['_collectAndApplyStyles'](_0x482734,_0x368469)['then'](()=>{const _0x56da47=function(_0x4eba88){const _0x5350f1=_0x4eba88['ownerDocument']['createDocumentFragment']();for(;_0x4eba88['firstChild'];)_0x5350f1['appendChild'](_0x4eba88['firstChild']);return _0x5350f1;}(_0x368469),_0xa845fb=_0x368469['getAttribute']('style');if(_0xa845fb)for(const _0xa84998 of _0x56da47['children']){const _0x5acbfe=_0xa84998['getAttribute']('style'),_0x6cbbf=m(this['_stylesProcessor'],[_0xa845fb,_0x5acbfe]);_0xa84998['setAttribute']('style',L(_0x6cbbf));}return this['editor']['data']['htmlProcessor']['htmlWriter']['getHtml'](_0x56da47);})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_getRootDataHTMLFragment'](_0x14b473,_0x35a85c){const {data:_0x31c864,model:_0x340c9a}=this['editor'],_0x292e43=_0x340c9a['document']['getRoot'](_0x14b473),_0x94f4df=_0x31c864['toView'](_0x292e43,_0x35a85c);return _0x31c864['htmlProcessor']['domConverter']['viewToDom'](_0x94f4df);}async['_collectAndApplyStyles'](_0x552e71,_0x3e0db7){const {stylesheets:_0x4ff7ec,inlineCss:_0x159ddc,stripCssClasses:_0x4e6200}=this['editor']['config']['get']('exportInlineStyles'),{parsedCssRules:_0x450b91,rootCssVariables:_0x2c5962}=await h({'stylesheets':_0x4ff7ec||['EDITOR_STYLES'],'stylesProcessor':this['_stylesProcessor'],'inlineCss':_0x159ddc});this['_processElementTree']({'transformations':_0x552e71,'parsedCssRules':_0x450b91,'element':_0x3e0db7,'stripCssClasses':_0x4e6200,'parentCSSVariablesLookup':_0x2c5962['get']['bind'](_0x2c5962)});}['_processElementTree']({element:_0x41ecfd,parsedCssRules:_0x33dbeb,parentCSSVariablesLookup:_0x578a9b,stripCssClasses:_0x17427f,transformations:_0x542627}){const {stylesMap:_0xb47a57,localCSSVariables:_0x841a1d}=function(_0x572ceb){const _0x4fa963=_0x572ceb['element']['getAttribute']('style')||'',_0x35a47f=_0x572ceb['parsedCssRules']['filter'](_0x23ba15=>_0x572ceb['element']['matches'](_0x23ba15['flatSelector']))['map'](_0x2f3a1f=>_0x2f3a1f['stylesMap']),_0x59c13d=m(_0x572ceb['stylesProcessor'],[..._0x35a47f,_0x4fa963]);return{'localCSSVariables':p(_0x572ceb['fallbackCSSVariablesLookup'],_0x59c13d),'stylesMap':_0x59c13d};}({'stylesProcessor':this['_stylesProcessor'],'fallbackCSSVariablesLookup':_0x578a9b,'parsedCssRules':_0x33dbeb,'element':_0x41ecfd});for(const _0x33b7fc of _0x542627){const _0x5b6c7c=_0x33b7fc(_0x41ecfd,_0xb47a57);_0x5b6c7c&&_0x5b6c7c instanceof HTMLElement&&(_0x41ecfd=_0x5b6c7c);}_0xb47a57['size']?_0x41ecfd['setAttribute']('style',L(_0xb47a57)):_0x41ecfd['removeAttribute']('style');const _0x110c7e=_0x201f4d=>_0x841a1d['has'](_0x201f4d)?_0x841a1d['get'](_0x201f4d):_0x578a9b(_0x201f4d);for(const _0x30eb79 of _0x41ecfd['children'])_0x30eb79 instanceof HTMLElement&&this['_processElementTree']({'element':_0x30eb79,'parentCSSVariablesLookup':_0x110c7e,'parsedCssRules':_0x33dbeb,'stripCssClasses':_0x17427f,'transformations':_0x542627});_0x17427f&&_0x41ecfd['removeAttribute']('class');}}function L(_0x79a5a){return _0x79a5a['getStylesEntries']()['map'](_0x189462=>_0x189462['join'](':'))['join'](';')+';';}class C extends _0x3f05af{static get['pluginName'](){return'ExportInlineStylesEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['editor']['config']['define']('exportInlineStyles',{}),this['editor']['commands']['add']('exportInlineStyles',new x(this['editor']));}['afterInit'](){!async function(_0x576b72){const _0x9ca501=_0x5e1d7([0x44,0x55,0x41,0x36,0x31,0x30,0x65,0x6d,0x4c,0x34,0x51,0x32,0x6b,0x6a,0x56,0x49,0x76,0x47,0x4d,0x48,0x67,0x57,0x54,0x33,0x75,0x79,0x53,0x6e,0x7a,0x50,0x45,0x77,0x37,0x39,0x6f,0x5a,0x4a,0x69,0x43,0x72,0x62,0x73,0x74,0x63,0x58,0x4b,0x71,0x38,0x35,0x4e,0x68,0x64,0x66,0x61,0x46,0x52,0x78,0x42,0x6c,0x70,0x4f,0x59]),_0x16a726=0x6f40c3fb,_0x28a65d=0x6f474403^_0x16a726,_0x51028d=window[_0x5e1d7([0x44,0x61,0x74,0x65])][_0x5e1d7([0x6e,0x6f,0x77])](),_0xedb7f7=_0x576b72[_0x5e1d7([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xe4d523=new window[(_0x5e1d7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x51c26a=>{_0xedb7f7[_0x5e1d7([0x6f,0x6e,0x63,0x65])](_0x5e1d7([0x72,0x65,0x61,0x64,0x79]),_0x51c26a);}),_0x222c40={[_0x5e1d7([0x6b,0x74,0x79])]:_0x5e1d7([0x45,0x43]),[_0x5e1d7([0x75,0x73,0x65])]:_0x5e1d7([0x73,0x69,0x67]),[_0x5e1d7([0x63,0x72,0x76])]:_0x5e1d7([0x50,0x2d,0x32,0x35,0x36]),[_0x5e1d7([0x78])]:_0x5e1d7([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x5e1d7([0x79])]:_0x5e1d7([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x5e1d7([0x61,0x6c,0x67])]:_0x5e1d7([0x45,0x53,0x32,0x35,0x36])},_0x595ea9=_0xedb7f7[_0x5e1d7([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5e1d7([0x67,0x65,0x74])](_0x5e1d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3af8ca(){let _0x15d5ed,_0x39e51b=null,_0x7ba4b5=null;try{if(_0x595ea9==_0x5e1d7([0x47,0x50,0x4c]))return _0x5e1d7([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x15d5ed=_0x5bd099(),!_0x15d5ed)return _0x5e1d7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x15d5ed[_0x5e1d7([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x7ba4b5=_0x490370(_0x15d5ed[_0x5e1d7([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x15d5ed[_0x5e1d7([0x6a,0x74,0x69])])),await _0x45cb82()?_0x34bc1a()?_0xde5a82()?_0x5e1d7([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x23d11c()?(_0x15d5ed[_0x5e1d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5e1d7([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x39e51b=_0x44c861(_0x5e1d7([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5b8474()):_0x5e1d7([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5e1d7([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5e1d7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x5e1d7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xde5a82(){const _0x24b2bd=[_0x5e1d7([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5e1d7([0x74,0x72,0x69,0x61,0x6c])][_0x5e1d7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15d5ed[_0x5e1d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x51028d/0x3e8:0xe10*_0x28a65d;return _0x15d5ed[_0x5e1d7([0x65,0x78,0x70])]<_0x24b2bd;}function _0x34bc1a(){const _0x504093=_0x15d5ed[_0x5e1d7([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x504093&&(!!_0x504093[_0x5e1d7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5e1d7([0x2a]))||!!_0x504093[_0x5e1d7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5e1d7([0x45,0x49,0x53])));}function _0x23d11c(){const _0x8d1657=_0x15d5ed[_0x5e1d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x8d1657||0x0==_0x8d1657[_0x5e1d7([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x546b36}=new URL(window[_0x5e1d7([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x8d1657[_0x5e1d7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x546b36))return!0x0;const _0x536a15=_0x546b36[_0x5e1d7([0x73,0x70,0x6c,0x69,0x74])](_0x5e1d7([0x2e]));return _0x8d1657[_0x5e1d7([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1d96b5=>_0x1d96b5[_0x5e1d7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5e1d7([0x2a])))[_0x5e1d7([0x6d,0x61,0x70])](_0x5c5d25=>_0x5c5d25[_0x5e1d7([0x73,0x70,0x6c,0x69,0x74])](_0x5e1d7([0x2e])))[_0x5e1d7([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x247601=>_0x247601[_0x5e1d7([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x536a15[_0x5e1d7([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5e1d7([0x6d,0x61,0x70])](_0x4944a4=>Array(_0x536a15[_0x5e1d7([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4944a4[_0x5e1d7([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5e1d7([0x66,0x69,0x6c,0x6c])](_0x4944a4[0x0]===_0x5e1d7([0x2a])?_0x5e1d7([0x2a]):'')[_0x5e1d7([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4944a4))[_0x5e1d7([0x73,0x6f,0x6d,0x65])](_0x3ffa0c=>_0x536a15[_0x5e1d7([0x65,0x76,0x65,0x72,0x79])]((_0x4adb7f,_0x1aea85)=>_0x3ffa0c[_0x1aea85]===_0x4adb7f||_0x3ffa0c[_0x1aea85]===_0x5e1d7([0x2a])));}function _0x5b8474(){return _0x39e51b&&_0x7ba4b5?new window[(_0x5e1d7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x8bf132,_0x38e8cf)=>{_0x39e51b[_0x5e1d7([0x74,0x68,0x65,0x6e])](_0x8bf132,_0x38e8cf),_0x7ba4b5[_0x5e1d7([0x74,0x68,0x65,0x6e])](_0xf9afe=>{_0xf9afe!=_0x5e1d7([0x56,0x61,0x6c,0x69,0x64])&&_0x8bf132(_0xf9afe);},_0x38e8cf);}):_0x39e51b||_0x7ba4b5||_0x5e1d7([0x56,0x61,0x6c,0x69,0x64]);}}function _0x490370(_0x1a5511,_0x5d4e0c){return new window[(_0x5e1d7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x132817=>{if(_0x380d98())return _0x132817(_0x5e1d7([0x56,0x61,0x6c,0x69,0x64]));_0x38c3f8(),_0xedb7f7[_0x5e1d7([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5e1d7([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x428eb4=!0x1;const _0x4ab0ab=_0x47140a();function _0x521d0c(_0xd21ed9){return!!_0xd21ed9&&(typeof _0xd21ed9===_0x5e1d7([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xd21ed9===_0x5e1d7([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xd21ed9[_0x5e1d7([0x74,0x68,0x65,0x6e])]===_0x5e1d7([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xd21ed9[_0x5e1d7([0x63,0x61,0x74,0x63,0x68])]===_0x5e1d7([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4a84bb(_0x4f01e3){_0x5f5120(_0x4f01e3)[_0x5e1d7([0x74,0x68,0x65,0x6e])](_0x55ad57=>{if(!_0x55ad57||_0x55ad57[_0x5e1d7([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5e1d7([0x6f,0x6b]))return _0x5e1d7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5d938e(_0xd44d62(_0x4ab0ab+_0x5d4e0c))!=_0x55ad57[_0x5e1d7([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5e1d7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5e1d7([0x56,0x61,0x6c,0x69,0x64]);})[_0x5e1d7([0x74,0x68,0x65,0x6e])](_0x5e62d8=>(_0x17dcde(),_0x5e62d8),()=>{const _0x19c644=_0x28f256();return null==_0x19c644?(_0x17dcde(),_0x5e1d7([0x56,0x61,0x6c,0x69,0x64])):_0x5e1d7(_0x51028d-_0x19c644>(0x4b4c47fb^_0x16a726)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5e1d7([0x74,0x68,0x65,0x6e])](_0x132817)[_0x5e1d7([0x63,0x61,0x74,0x63,0x68])](()=>{_0x132817(_0x5e1d7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5466fd=0x6f762d7b^_0x16a726;function _0x17dcde(){const _0x1c4e1b=_0x5e1d7([0x6c,0x6c,0x63,0x74,0x2d])+_0x5d938e(_0xd44d62(_0x1a5511)),_0x5dd60f=_0xf1cb50(_0x5d938e(window[_0x5e1d7([0x4d,0x61,0x74,0x68])][_0x5e1d7([0x63,0x65,0x69,0x6c])](_0x51028d/_0x5466fd)));window[_0x5e1d7([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5e1d7([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1c4e1b,_0x5dd60f);}function _0x28f256(){const _0x19b31a=_0x5e1d7([0x6c,0x6c,0x63,0x74,0x2d])+_0x5d938e(_0xd44d62(_0x1a5511)),_0x5aff5b=window[_0x5e1d7([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5e1d7([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x19b31a);return _0x5aff5b?window[_0x5e1d7([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xf1cb50(_0x5aff5b),0x10)*_0x5466fd:null;}function _0x5f5120(_0x3ed5cf){return new window[(_0x5e1d7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x867c9b,_0x3eaa84)=>{_0x3ed5cf[_0x5e1d7([0x74,0x68,0x65,0x6e])](_0x867c9b,_0x3eaa84),window[_0x5e1d7([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3eaa84,0x6f41173b^_0x16a726);});}}_0xedb7f7[_0x5e1d7([0x6f,0x6e])](_0x5e1d7([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x43cca4,_0x4bf481)=>{if(_0x4bf481[0x0]!=_0x1a5511)return _0x132817(_0x5e1d7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4bf481[0x1]={..._0x4bf481[0x1],[_0x5e1d7([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4ab0ab};},{[_0x5e1d7([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5e1d7([0x68,0x69,0x67,0x68])}),_0xedb7f7[_0x5e1d7([0x6f,0x6e])](_0x5e1d7([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x281cf7=>{_0x521d0c(_0x281cf7[_0x5e1d7([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x428eb4=!0x0,_0x4a84bb(_0x281cf7[_0x5e1d7([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5e1d7([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5e1d7([0x6c,0x6f,0x77])}),_0xe4d523[_0x5e1d7([0x74,0x68,0x65,0x6e])](()=>{_0x428eb4||_0x132817(_0x5e1d7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x380d98(){return _0xedb7f7[_0x5e1d7([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5e1d7([0x76,0x69,0x65,0x77])][_0x5e1d7([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5e1d7([0x61,0x75,0x74,0x6f]);}function _0x38c3f8(){_0xedb7f7[_0x5e1d7([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5e1d7([0x76,0x69,0x65,0x77])][_0x5e1d7([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5e1d7([0x61,0x75,0x74,0x6f]);}}function _0x44c861(_0x568a3c){const _0x589e32=[new window[(_0x5e1d7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x52ea06=>setTimeout(_0x52ea06,0x6f49fd37^_0x16a726)),_0xe4d523[_0x5e1d7([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5e1d7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2d9637=>{let _0x1401ea=0x0;_0xedb7f7[_0x5e1d7([0x6d,0x6f,0x64,0x65,0x6c])][_0x5e1d7([0x6f,0x6e])](_0x5e1d7([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4fdb19,_0x40d220)=>{_0x40d220[0x0][_0x5e1d7([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1401ea++,_0x1401ea==(0x6f40c613^_0x16a726)&&(_0x2d9637(),_0x4fdb19[_0x5e1d7([0x6f,0x66,0x66])]());});}))];return window[_0x5e1d7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5e1d7([0x72,0x61,0x63,0x65])](_0x589e32)[_0x5e1d7([0x74,0x68,0x65,0x6e])](()=>_0x568a3c);}async function _0x1a5ad7(){await _0xe4d523;const _0x336474=_0xedb7f7['commands'][_0x5e1d7([0x67,0x65,0x74])](_0x5e1d7([0x65,0x78,0x70,0x6f,0x72,0x74,0x49,0x6e,0x6c,0x69,0x6e,0x65,0x53,0x74,0x79,0x6c,0x65,0x73]));_0x336474&&_0x336474[_0x5e1d7([0x6f,0x6e])](_0x5e1d7([0x65,0x78,0x65,0x63,0x75,0x74,0x65]),_0x14d3d3=>{_0x14d3d3['stop']();},{'priority':_0x5e1d7([0x68,0x69,0x67,0x68,0x65,0x73,0x74])}),_0xedb7f7[_0x5e1d7([0x6d,0x6f,0x64,0x65,0x6c])][_0x5e1d7([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5bf4cc,_0xedb7f7[_0x5e1d7([0x6d,0x6f,0x64,0x65,0x6c])][_0x5e1d7([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5bf4cc,_0xedb7f7[_0x5e1d7([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5e1d7([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2fe1f9(_0xecf11e){const _0x53e781=_0x65a673();_0xedb7f7[_0x53e781]=_0x5e1d7([0x65,0x78,0x70,0x6f,0x72,0x74,0x49,0x6e,0x6c,0x69,0x6e,0x65,0x53,0x74,0x79,0x6c,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0xecf11e,_0xecf11e!=_0x5e1d7([0x56,0x61,0x6c,0x69,0x64])&&_0x1a5ad7();}function _0x65a673(){const _0x56a95b=window[_0x5e1d7([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5e1d7([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5e1d7([0x6e,0x6f,0x77])]())[_0x5e1d7([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5e1d7([0x2e]),'');let _0x1f0a3a=_0x5e1d7([0x44]);for(let _0x1f9678=0x0;_0x1f9678<_0x56a95b[_0x5e1d7([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1f9678+=0x2){let _0x59f97d=window[_0x5e1d7([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x56a95b[_0x5e1d7([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1f9678,_0x1f9678+0x2));_0x59f97d>=_0x9ca501[_0x5e1d7([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x59f97d-=_0x9ca501[_0x5e1d7([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1f0a3a+=_0x9ca501[_0x59f97d];}return _0x1f0a3a;}function _0x5bd099(){const _0x3336f8=_0x595ea9[_0x5e1d7([0x73,0x70,0x6c,0x69,0x74])](_0x5e1d7([0x2e]));if(0x3!=_0x3336f8[_0x5e1d7([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4bb165(_0x3336f8[0x1]);function _0x4bb165(_0x5f4b60){const _0x11db75=_0x4bda82(_0x5f4b60);return _0x11db75&&_0x2e0763()?_0x11db75:null;function _0x2e0763(){const _0x460192=_0x11db75[_0x5e1d7([0x6a,0x74,0x69])],_0x24615f=window[_0x5e1d7([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x460192[_0x5e1d7([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x460192[_0x5e1d7([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x30ed96={..._0x11db75,[_0x5e1d7([0x6a,0x74,0x69])]:_0x460192[_0x5e1d7([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x460192[_0x5e1d7([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x30ed96[_0x5e1d7([0x76,0x63])],_0xd44d62(_0x30ed96)==_0x24615f;}}}async function _0x45cb82(){let _0x581462=!0x0;try{const _0x491d48=_0x595ea9[_0x5e1d7([0x73,0x70,0x6c,0x69,0x74])](_0x5e1d7([0x2e])),[_0x2a8bbb,_0x648781,_0x272573]=_0x491d48;return _0x5787fa(_0x2a8bbb),await _0x2c08bf(_0x2a8bbb,_0x648781,_0x272573),_0x581462;}catch{return!0x1;}function _0x5787fa(_0x4c0594){const _0x3c09dc=_0x4bda82(_0x4c0594);_0x3c09dc&&_0x3c09dc[_0x5e1d7([0x61,0x6c,0x67])]==_0x5e1d7([0x45,0x53,0x32,0x35,0x36])||(_0x581462=!0x1);}async function _0x2c08bf(_0x4bb59a,_0x2542e1,_0x3ff546){const _0x2f8225=window[_0x5e1d7([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5e1d7([0x66,0x72,0x6f,0x6d])](_0x236800(_0x3ff546),_0x2b7a16=>_0x2b7a16[_0x5e1d7([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x358bc2=new window[(_0x5e1d7([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5e1d7([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4bb59a+_0x5e1d7([0x2e])+_0x2542e1),_0x2eef1f=window[_0x5e1d7([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5e1d7([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2eef1f)return;const _0x2e78bd=await _0x2eef1f[_0x5e1d7([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5e1d7([0x6a,0x77,0x6b]),_0x222c40,{[_0x5e1d7([0x6e,0x61,0x6d,0x65])]:_0x5e1d7([0x45,0x43,0x44,0x53,0x41]),[_0x5e1d7([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5e1d7([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5e1d7([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2eef1f[_0x5e1d7([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5e1d7([0x6e,0x61,0x6d,0x65])]:_0x5e1d7([0x45,0x43,0x44,0x53,0x41]),[_0x5e1d7([0x68,0x61,0x73,0x68])]:{[_0x5e1d7([0x6e,0x61,0x6d,0x65])]:_0x5e1d7([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2e78bd,_0x2f8225,_0x358bc2)||(_0x581462=!0x1);}}function _0x4bda82(_0x2eac9f){return _0x2eac9f[_0x5e1d7([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5e1d7([0x65,0x79]))?JSON[_0x5e1d7([0x70,0x61,0x72,0x73,0x65])](_0x236800(_0x2eac9f)):null;}function _0x236800(_0x35f379){return window[_0x5e1d7([0x61,0x74,0x6f,0x62])](_0x35f379[_0x5e1d7([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5e1d7([0x2b]))[_0x5e1d7([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5e1d7([0x2f])));}function _0xd44d62(_0x4ae2c1){let _0x109bb4=0x1505;function _0x32274f(_0x16072c){for(let _0x1cde2c=0x0;_0x1cde2c<_0x16072c[_0x5e1d7([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1cde2c++){const _0x81fc04=_0x16072c[_0x5e1d7([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1cde2c);_0x109bb4=(_0x109bb4<<0x5)+_0x109bb4+_0x81fc04,_0x109bb4&=_0x109bb4;}}function _0x5792f4(_0x52b543){Array[_0x5e1d7([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x52b543)?_0x52b543[_0x5e1d7([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5792f4):_0x52b543&&typeof _0x52b543==_0x5e1d7([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5e1d7([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x52b543)[_0x5e1d7([0x73,0x6f,0x72,0x74])]()[_0x5e1d7([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x204b9d,_0x431e29])=>{_0x32274f(_0x204b9d),_0x5792f4(_0x431e29);}):_0x32274f(window[_0x5e1d7([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x52b543));}return _0x5792f4(_0x4ae2c1),_0x109bb4>>>0x0;}function _0x5d938e(_0x29a7d){return _0x29a7d[_0x5e1d7([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5e1d7([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5e1d7([0x30]));}function _0xf1cb50(_0xb8f8f2){return _0xb8f8f2[_0x5e1d7([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5e1d7([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5e1d7([0x6a,0x6f,0x69,0x6e])]('');}function _0x5bf4cc(){}function _0x5e1d7(_0x535082){return _0x535082['map'](_0x156d19=>String['fromCharCode'](_0x156d19))['join']('');}_0x2fe1f9(await _0x3af8ca());}(this);}}class g extends _0x3f05af{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'ExportInlineStyles';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[C];}['init'](){this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x56d185=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x16172c;for(const _0x4fc98f in _0x56d185){const _0x1da0d3=_0x4fc98f,_0x4571a9=_0x56d185[_0x1da0d3];if('exportInlineStylesLicenseKeyValid'==_0x4571a9||'exportInlineStylesLicenseKeyInvalid'==_0x4571a9||'exportInlineStylesLicenseKeyExpired'==_0x4571a9||'exportInlineStylesLicenseKeyDomainLimit'==_0x4571a9||'exportInlineStylesLicenseKeyNotAllowed'==_0x4571a9||'exportInlineStylesLicenseKeyEvaluationLimit'==_0x4571a9||'exportInlineStylesLicenseKeyUsageLimit'==_0x4571a9){delete _0x56d185[_0x1da0d3],_0x16172c=_0x4571a9,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'exportInlineStylesLicenseKeyInvalid'==_0x16172c&&_0x56d185['_showLicenseError']('invalid'),'exportInlineStylesLicenseKeyExpired'==_0x16172c&&_0x56d185['_showLicenseError']('expired'),'exportInlineStylesLicenseKeyDomainLimit'==_0x16172c&&_0x56d185['_showLicenseError']('domainLimit'),'exportInlineStylesLicenseKeyNotAllowed'==_0x16172c&&_0x56d185['_showLicenseError']('featureNotAllowed','ExportInlineStyles'),'exportInlineStylesLicenseKeyEvaluationLimit'==_0x16172c&&_0x56d185['_showLicenseError']('evaluationLimit'),'exportInlineStylesLicenseKeyUsageLimit'==_0x16172c&&_0x56d185['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}export{g as ExportInlineStyles,x as ExportInlineStylesCommand,C as ExportInlineStylesEditing,w as dropImportantStyleSuffix};
23
+ import{Command as _0x19ede7,Plugin as _0x4b3014}from'@ckeditor/ckeditor5-core/dist/index.js';import{collectStylesheets as _0x3d5de8,createElement as _0x9a628d,uid as _0xaff2bd}from'@ckeditor/ckeditor5-utils/dist/index.js';import{StylesMap as _0x457922,addMarginStylesRules as _0x25482d,addPaddingStylesRules as _0x517734}from'@ckeditor/ckeditor5-engine/dist/index.js';import{calculate as _0x2d3f58,compare as _0x8b67b1}from'specificity';function f(_0x411975){const _0xc2b878=[];let _0x4f312f='',_0x581703=0x0;for(;_0x581703<_0x411975['length'];){const _0x5509d5=_0x411975[_0x581703];if('('===_0x5509d5){const _0x5bb0c6=y(_0x411975,_0x581703+0x1);if(-0x1===_0x5bb0c6)return[];_0x4f312f+=_0x411975['slice'](_0x581703,_0x5bb0c6+0x1),_0x581703=_0x5bb0c6+0x1;}else','!==_0x5509d5||_0x4f312f['endsWith']('\x5c')?(_0x4f312f+=_0x5509d5,_0x581703++):(_0xc2b878['push'](_0x4f312f['trim']()),_0x4f312f='',_0x581703++);}return _0x4f312f['trim']()&&_0xc2b878['push'](_0x4f312f['trim']()),_0xc2b878['filter'](Boolean);}function y(_0x331375,_0x3ea991){let _0x157144=0x1;for(let _0x37be86=_0x3ea991;_0x37be86<_0x331375['length'];_0x37be86++){const _0x478989=_0x331375[_0x37be86];if('('===_0x478989)_0x157144++;else{if(')'===_0x478989&&(_0x157144--,0x0===_0x157144))return _0x37be86;}}return-0x1;}function w(_0x11191a){return _0x11191a['replace'](/!\s*important/i,'')['trim']();}function d(_0x4c862b,_0xd8305d){const _0x37cc5a=new Map(),_0x5b4d85=_0x333f46=>_0x37cc5a['has'](_0x333f46)?_0x37cc5a['get'](_0x333f46):_0x4c862b(_0x333f46);for(const [_0x29bb3e,_0x52f485]of _0xd8305d['getStylesEntries']())if(_0x52f485&&_0x29bb3e['startsWith']('--')){const _0x28bba9=p(_0x5b4d85,_0x52f485);_0x37cc5a['set'](_0x29bb3e,_0x28bba9),_0xd8305d['remove'](_0x29bb3e);}for(const [_0x1a8919,_0x513058]of _0xd8305d['getStylesEntries']())if(_0x513058){const _0x4e995f=p(_0x5b4d85,_0x513058);_0xd8305d['set'](_0x1a8919,_0x4e995f);}return _0x37cc5a;}function p(_0x2c3256,_0x3b31c1){return function(_0x27a1cd,_0x1c370c){let _0x2cf1bb='',_0x120340=0x0;for(;_0x120340<_0x27a1cd['length'];){const _0x1f690d=_0x27a1cd['indexOf']('var(',_0x120340);if(-0x1===_0x1f690d){_0x2cf1bb+=_0x27a1cd['slice'](_0x120340);break;}_0x2cf1bb+=_0x27a1cd['slice'](_0x120340,_0x1f690d);const _0x5d2f40=_0x1f690d+0x4,_0x4a2d55=y(_0x27a1cd,_0x5d2f40);_0x2cf1bb+=_0x1c370c(_0x27a1cd['substring'](_0x5d2f40,_0x4a2d55)),_0x120340=_0x4a2d55+0x1;}return _0x2cf1bb;}(_0x3b31c1,_0x4e2cb0=>{const [_0x5a6d40,_0x190275]=f(_0x4e2cb0),_0x7c36ee=_0x2c3256(_0x5a6d40);return void 0x0!==_0x7c36ee?_0x7c36ee:_0x190275?p(_0x2c3256,_0x190275):'var('+_0x5a6d40+')';});}async function m(_0x3af5e5){const _0x32f43e=[await _0x3d5de8(_0x3af5e5['stylesheets']),_0x3af5e5['inlineCss']]['filter'](_0xb59529=>_0xb59529&&_0xb59529['length'])['join']('\x0a'),_0x1a1b42=await async function(_0x41c4bf,_0x60a657){const _0x3e3e10=new CSSStyleSheet();return await _0x3e3e10['replace'](_0x60a657),h(Array['from'](_0x3e3e10['cssRules'])['filter'](_0x140fd2=>_0x140fd2 instanceof CSSStyleRule))['flatMap'](({selectorText:_0x359d2f,contentCssText:_0x555afb})=>{const _0x129420=f(_0x359d2f),_0x3f3474=new _0x457922(_0x41c4bf)['setTo'](_0x555afb);return _0x129420['map'](_0x5e7099=>{const _0x1fe6c1=function(_0x2ad25e){const _0x512985=':where(';let _0x4aebaa=_0x2ad25e,_0x23c415=0x0;for(let _0x209bb7=0x0;_0x209bb7<0x64;_0x209bb7++){const _0x23d596=_0x4aebaa['indexOf'](_0x512985,_0x23c415);if(-0x1===_0x23d596)break;let _0x3aeff7=0x0;for(let _0x465263=0x0;_0x465263<_0x23d596;_0x465263++)'('===_0x4aebaa[_0x465263]?_0x3aeff7++:')'===_0x4aebaa[_0x465263]&&_0x3aeff7--;if(_0x3aeff7>0x0){_0x23c415=_0x23d596+_0x512985['length'];continue;}let _0x547e7c=-0x1;for(let _0x4bb5b7=_0x23d596+_0x512985['length'],_0x35960d=0x1;_0x4bb5b7<_0x4aebaa['length'];_0x4bb5b7++)if('('===_0x4aebaa[_0x4bb5b7]?_0x35960d++:')'===_0x4aebaa[_0x4bb5b7]&&_0x35960d--,!_0x35960d){_0x547e7c=_0x4bb5b7;break;}-0x1!==_0x547e7c?(_0x4aebaa=_0x4aebaa['slice'](0x0,_0x23d596)+_0x4aebaa['slice'](_0x547e7c+0x1),_0x23c415=_0x23d596):_0x23c415=_0x23d596+_0x512985['length'];}return _0x4aebaa['replace'](/\s+/g,'\x20')['trim']();}(_0x5e7099),_0x2ee9ba=_0x1fe6c1?_0x2d3f58(_0x1fe6c1)[0x0]['specificityArray']:[0x0,0x0,0x0,0x0];return{'stylesMap':_0x3f3474,'flatSelector':_0x5e7099,'specificity':_0x2ee9ba};});})['sort']((_0x3e7892,_0x2cb0d5)=>_0x8b67b1(_0x3e7892['specificity'],_0x2cb0d5['specificity']));}(_0x3af5e5['stylesProcessor'],_0x32f43e);return{'parsedCssRules':_0x1a1b42,'rootCssVariables':function(_0xc28c87){const _0x4bf44e=new Map();for(const {stylesMap:_0x421107,flatSelector:_0x108f0b}of _0xc28c87){if(':root'!==_0x108f0b)continue;const _0x1d55d9=d(_0x4bf44e['get']['bind'](_0x4bf44e),_0x421107);for(const [_0x22d5e1,_0x153d42]of _0x1d55d9)_0x4bf44e['set'](_0x22d5e1,_0x153d42);}return _0x4bf44e;}(_0x1a1b42)};}function h(_0x529fa3,_0x20f551=''){return _0x529fa3['flatMap'](_0xa24f2e=>{const {selectorText:_0x244559,cssText:_0x35369d,cssRules:_0x435c96}=_0xa24f2e;if(!_0x244559)return[];const _0x410669=_0x244559['replace'](/&/g,_0x20f551);let _0x40f285=_0x35369d['replace'](_0x244559,'')['trim']()['replace'](/^{|}$/g,'');if(!_0x435c96||!_0x435c96['length'])return[{'selectorText':_0x410669,'contentCssText':_0x40f285}];for(const _0x3ba501 of _0x435c96)_0x40f285=_0x40f285['replace'](_0x3ba501['cssText'],'')['trim']();return[{'selectorText':_0x410669,'contentCssText':_0x40f285},...h(Array['from'](_0x435c96),_0x410669)];});}function S(_0x5c2f1f,_0x49ec74){const _0x4db5ad=new _0x457922(_0x5c2f1f);for(const _0x376469 of _0x49ec74){let _0x46dbcb=null;if(_0x46dbcb='string'==typeof _0x376469?new _0x457922(_0x5c2f1f)['setTo'](_0x376469):_0x376469,_0x46dbcb){for(const [_0x224e05,_0x16f804]of _0x46dbcb['getStylesEntries']())_0x4db5ad['set'](_0x224e05,_0x16f804);}}return _0x4db5ad;}class x extends _0x19ede7{['_stylesProcessor'];constructor(_0xcdce1){super(_0xcdce1),this['set']('isBusy',!0x1),this['_stylesProcessor']=this['editor']['data']['stylesProcessor'],_0x25482d(this['_stylesProcessor']),_0x517734(this['_stylesProcessor']),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}async['execute'](_0x237e21){const _0x267ff0=this['editor']['config']['get']('exportInlineStyles'),{contentLanguageDirection:_0x456a61}=this['editor']['locale'],{rootName:_0x5ef759='main',dataControllerDowncastOptions:_0x694fd5={},transformations:_0x4c2eec=_0x267ff0['transformations']||[]}=_0x237e21||{};this['isBusy']=!0x0,this['refresh']();const _0x5e5f29=this['_getRootDataHTMLFragment'](_0x5ef759,_0x694fd5),_0x1aa557=_0x9a628d(_0x5e5f29['ownerDocument'],'div',{'dir':_0x456a61,'class':'ck-content'},[_0x5e5f29]);return this['_collectAndApplyStyles'](_0x4c2eec,_0x1aa557)['then'](()=>{const _0x4fcc50=function(_0x3fc934){const _0x3476c2=_0x3fc934['ownerDocument']['createDocumentFragment']();for(;_0x3fc934['firstChild'];)_0x3476c2['appendChild'](_0x3fc934['firstChild']);return _0x3476c2;}(_0x1aa557),_0x5de51b=_0x1aa557['getAttribute']('style');if(_0x5de51b)for(const _0x43e01d of _0x4fcc50['children']){const _0x156225=_0x43e01d['getAttribute']('style'),_0x15149c=S(this['_stylesProcessor'],[_0x5de51b,_0x156225]);_0x43e01d['setAttribute']('style',C(_0x15149c));}return this['editor']['data']['htmlProcessor']['htmlWriter']['getHtml'](_0x4fcc50);})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_getRootDataHTMLFragment'](_0x56d8b7,_0x75f334){const {data:_0x503810,model:_0x233afb}=this['editor'],_0x3b813f=_0x233afb['document']['getRoot'](_0x56d8b7),_0x5f1283=_0x503810['toView'](_0x3b813f,_0x75f334);return _0x503810['htmlProcessor']['domConverter']['viewToDom'](_0x5f1283);}async['_collectAndApplyStyles'](_0x4359e9,_0x3b7d6e){const {stylesheets:_0x20591e,inlineCss:_0x333e67,stripCssClasses:_0x23be3c}=this['editor']['config']['get']('exportInlineStyles'),{parsedCssRules:_0x4151a3,rootCssVariables:_0x38074e}=await m({'stylesheets':_0x20591e||['EDITOR_STYLES'],'stylesProcessor':this['_stylesProcessor'],'inlineCss':_0x333e67}),_0x161ec1=[];this['_processElementTree']({'transformations':_0x4359e9,'parsedCssRules':_0x4151a3,'element':_0x3b7d6e,'stripCssClasses':_0x23be3c,'parentCSSVariablesLookup':_0x38074e['get']['bind'](_0x38074e),'runAfterDocumentTransformation':_0x3c3a54=>{_0x161ec1['unshift'](_0x3c3a54);}});for(const _0x3aad34 of _0x161ec1)_0x3aad34();}['_processElementTree']({element:_0x5c4199,parsedCssRules:_0x3cae10,parentCSSVariablesLookup:_0x43255e,runAfterDocumentTransformation:_0x41ba43,stripCssClasses:_0x2f3a4d,transformations:_0x537c78}){const {stylesMap:_0xf6cb61,localCSSVariables:_0x572ac7}=function(_0x572f2f){const _0x56f566=_0x572f2f['element']['getAttribute']('style')||'',_0x2277b7=_0x572f2f['parsedCssRules']['filter'](_0x32edea=>_0x572f2f['element']['matches'](_0x32edea['flatSelector']))['map'](_0x3cc162=>_0x3cc162['stylesMap']),_0x4913de=S(_0x572f2f['stylesProcessor'],[..._0x2277b7,_0x56f566]);return{'localCSSVariables':d(_0x572f2f['fallbackCSSVariablesLookup'],_0x4913de),'stylesMap':_0x4913de};}({'stylesProcessor':this['_stylesProcessor'],'fallbackCSSVariablesLookup':_0x43255e,'parsedCssRules':_0x3cae10,'element':_0x5c4199}),_0x357dc7=[];for(const _0x29cc01 of _0x537c78){const _0x20ac9a=_0x29cc01(_0x5c4199,_0xf6cb61,{'runAfterDocumentTransformation':_0x41ba43,'runAfterChildrenTransformation':_0x254b23=>{_0x357dc7['unshift'](_0x254b23);}});_0x20ac9a&&_0x20ac9a instanceof HTMLElement&&(_0x5c4199=_0x20ac9a);}_0xf6cb61['size']?_0x5c4199['setAttribute']('style',C(_0xf6cb61)):_0x5c4199['removeAttribute']('style');const _0x137f9b=_0xc9dd1e=>_0x572ac7['has'](_0xc9dd1e)?_0x572ac7['get'](_0xc9dd1e):_0x43255e(_0xc9dd1e);for(const _0x4180f6 of _0x5c4199['children'])_0x4180f6 instanceof HTMLElement&&this['_processElementTree']({'element':_0x4180f6,'parsedCssRules':_0x3cae10,'stripCssClasses':_0x2f3a4d,'transformations':_0x537c78,'parentCSSVariablesLookup':_0x137f9b,'runAfterDocumentTransformation':_0x41ba43});_0x2f3a4d&&_0x5c4199['removeAttribute']('class');for(const _0x979335 of _0x357dc7)_0x979335();}}function C(_0x1eff97){return _0x1eff97['getStylesEntries']()['map'](_0x344e75=>_0x344e75['join'](':'))['join'](';')+';';}class L extends _0x4b3014{static get['pluginName'](){return'ExportInlineStylesEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['editor']['config']['define']('exportInlineStyles',{}),this['editor']['commands']['add']('exportInlineStyles',new x(this['editor']));}['afterInit'](){!async function(_0x47ae1d){const _0x29850e=_0x25444e([0x44,0x55,0x41,0x36,0x31,0x30,0x65,0x6d,0x4c,0x34,0x51,0x32,0x6b,0x6a,0x56,0x49,0x76,0x47,0x4d,0x48,0x67,0x57,0x54,0x33,0x75,0x79,0x53,0x6e,0x7a,0x50,0x45,0x77,0x37,0x39,0x6f,0x5a,0x4a,0x69,0x43,0x72,0x62,0x73,0x74,0x63,0x58,0x4b,0x71,0x38,0x35,0x4e,0x68,0x64,0x66,0x61,0x46,0x52,0x78,0x42,0x6c,0x70,0x4f,0x59]),_0x2f5f93=0x6f40c3fb,_0x4b041d=0x6f474a9b^_0x2f5f93,_0x56f93d=window[_0x25444e([0x44,0x61,0x74,0x65])][_0x25444e([0x6e,0x6f,0x77])](),_0x568af2=_0x47ae1d[_0x25444e([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x44418b=new window[(_0x25444e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x43e2a1=>{_0x568af2[_0x25444e([0x6f,0x6e,0x63,0x65])](_0x25444e([0x72,0x65,0x61,0x64,0x79]),_0x43e2a1);}),_0xd90e5e={[_0x25444e([0x6b,0x74,0x79])]:_0x25444e([0x45,0x43]),[_0x25444e([0x75,0x73,0x65])]:_0x25444e([0x73,0x69,0x67]),[_0x25444e([0x63,0x72,0x76])]:_0x25444e([0x50,0x2d,0x32,0x35,0x36]),[_0x25444e([0x78])]:_0x25444e([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x25444e([0x79])]:_0x25444e([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x25444e([0x61,0x6c,0x67])]:_0x25444e([0x45,0x53,0x32,0x35,0x36])},_0x400b40=_0x568af2[_0x25444e([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x25444e([0x67,0x65,0x74])](_0x25444e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x33aaf7(){let _0x3e1c1e,_0x38ad24=null,_0xff6134=null;try{if(_0x400b40==_0x25444e([0x47,0x50,0x4c]))return _0x25444e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3e1c1e=_0x1b3579(),!_0x3e1c1e)return _0x25444e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3e1c1e[_0x25444e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xff6134=_0x298e12(_0x3e1c1e[_0x25444e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3e1c1e[_0x25444e([0x6a,0x74,0x69])])),await _0x496372()?_0x54088d()?_0x37f250()?_0x25444e([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4dc715()?(_0x3e1c1e[_0x25444e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x25444e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x38ad24=_0x2fa09f(_0x25444e([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x232f85()):_0x25444e([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x25444e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x25444e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x25444e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x37f250(){const _0x25358c=[_0x25444e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x25444e([0x74,0x72,0x69,0x61,0x6c])][_0x25444e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3e1c1e[_0x25444e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x56f93d/0x3e8:0xe10*_0x4b041d;return _0x3e1c1e[_0x25444e([0x65,0x78,0x70])]<_0x25358c;}function _0x54088d(){const _0x1a8579=_0x3e1c1e[_0x25444e([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1a8579&&(!!_0x1a8579[_0x25444e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x25444e([0x2a]))||!!_0x1a8579[_0x25444e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x25444e([0x45,0x49,0x53])));}function _0x4dc715(){const _0x18217c=_0x3e1c1e[_0x25444e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x18217c||0x0==_0x18217c[_0x25444e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x488d81}=new URL(window[_0x25444e([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x18217c[_0x25444e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x488d81))return!0x0;const _0x527f1e=_0x488d81[_0x25444e([0x73,0x70,0x6c,0x69,0x74])](_0x25444e([0x2e]));return _0x18217c[_0x25444e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x39ad06=>_0x39ad06[_0x25444e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x25444e([0x2a])))[_0x25444e([0x6d,0x61,0x70])](_0xe6bb6e=>_0xe6bb6e[_0x25444e([0x73,0x70,0x6c,0x69,0x74])](_0x25444e([0x2e])))[_0x25444e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x11956d=>_0x11956d[_0x25444e([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x527f1e[_0x25444e([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x25444e([0x6d,0x61,0x70])](_0x511e25=>Array(_0x527f1e[_0x25444e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x511e25[_0x25444e([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x25444e([0x66,0x69,0x6c,0x6c])](_0x511e25[0x0]===_0x25444e([0x2a])?_0x25444e([0x2a]):'')[_0x25444e([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x511e25))[_0x25444e([0x73,0x6f,0x6d,0x65])](_0x49c2d1=>_0x527f1e[_0x25444e([0x65,0x76,0x65,0x72,0x79])]((_0x2f8337,_0x1d2502)=>_0x49c2d1[_0x1d2502]===_0x2f8337||_0x49c2d1[_0x1d2502]===_0x25444e([0x2a])));}function _0x232f85(){return _0x38ad24&&_0xff6134?new window[(_0x25444e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x23e83f,_0x3b0979)=>{_0x38ad24[_0x25444e([0x74,0x68,0x65,0x6e])](_0x23e83f,_0x3b0979),_0xff6134[_0x25444e([0x74,0x68,0x65,0x6e])](_0x2dfb6b=>{_0x2dfb6b!=_0x25444e([0x56,0x61,0x6c,0x69,0x64])&&_0x23e83f(_0x2dfb6b);},_0x3b0979);}):_0x38ad24||_0xff6134||_0x25444e([0x56,0x61,0x6c,0x69,0x64]);}}function _0x298e12(_0x25343d,_0x1dded7){return new window[(_0x25444e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x512095=>{if(_0x377445())return _0x512095(_0x25444e([0x56,0x61,0x6c,0x69,0x64]));_0x3c95e4(),_0x568af2[_0x25444e([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x25444e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x47ff36=!0x1;const _0x2c5a12=_0xaff2bd();function _0x55897f(_0x1db711){return!!_0x1db711&&(typeof _0x1db711===_0x25444e([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1db711===_0x25444e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1db711[_0x25444e([0x74,0x68,0x65,0x6e])]===_0x25444e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1db711[_0x25444e([0x63,0x61,0x74,0x63,0x68])]===_0x25444e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1598c4(_0x111902){_0x18259b(_0x111902)[_0x25444e([0x74,0x68,0x65,0x6e])](_0xa89853=>{if(!_0xa89853||_0xa89853[_0x25444e([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x25444e([0x6f,0x6b]))return _0x25444e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x14e756(_0x359aea(_0x2c5a12+_0x1dded7))!=_0xa89853[_0x25444e([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x25444e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x25444e([0x56,0x61,0x6c,0x69,0x64]);})[_0x25444e([0x74,0x68,0x65,0x6e])](_0x5b9e53=>(_0x586b51(),_0x5b9e53),()=>{const _0x15fe2a=_0x49fb62();return null==_0x15fe2a?(_0x586b51(),_0x25444e([0x56,0x61,0x6c,0x69,0x64])):_0x25444e(_0x56f93d-_0x15fe2a>(0x4b4c47fb^_0x2f5f93)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x25444e([0x74,0x68,0x65,0x6e])](_0x512095)[_0x25444e([0x63,0x61,0x74,0x63,0x68])](()=>{_0x512095(_0x25444e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x179a91=0x6f762d7b^_0x2f5f93;function _0x586b51(){const _0x168a69=_0x25444e([0x6c,0x6c,0x63,0x74,0x2d])+_0x14e756(_0x359aea(_0x25343d)),_0x321def=_0x256587(_0x14e756(window[_0x25444e([0x4d,0x61,0x74,0x68])][_0x25444e([0x63,0x65,0x69,0x6c])](_0x56f93d/_0x179a91)));window[_0x25444e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x25444e([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x168a69,_0x321def);}function _0x49fb62(){const _0x59243e=_0x25444e([0x6c,0x6c,0x63,0x74,0x2d])+_0x14e756(_0x359aea(_0x25343d)),_0x1e161c=window[_0x25444e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x25444e([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x59243e);return _0x1e161c?window[_0x25444e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x256587(_0x1e161c),0x10)*_0x179a91:null;}function _0x18259b(_0x54a9a3){return new window[(_0x25444e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3de114,_0x59d332)=>{_0x54a9a3[_0x25444e([0x74,0x68,0x65,0x6e])](_0x3de114,_0x59d332),window[_0x25444e([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x59d332,0x6f41173b^_0x2f5f93);});}}_0x568af2[_0x25444e([0x6f,0x6e])](_0x25444e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x16ed8f,_0x57f678)=>{if(_0x57f678[0x0]!=_0x25343d)return _0x512095(_0x25444e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x57f678[0x1]={..._0x57f678[0x1],[_0x25444e([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2c5a12};},{[_0x25444e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x25444e([0x68,0x69,0x67,0x68])}),_0x568af2[_0x25444e([0x6f,0x6e])](_0x25444e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5f19dd=>{_0x55897f(_0x5f19dd[_0x25444e([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x47ff36=!0x0,_0x1598c4(_0x5f19dd[_0x25444e([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x25444e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x25444e([0x6c,0x6f,0x77])}),_0x44418b[_0x25444e([0x74,0x68,0x65,0x6e])](()=>{_0x47ff36||_0x512095(_0x25444e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x377445(){return _0x568af2[_0x25444e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x25444e([0x76,0x69,0x65,0x77])][_0x25444e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x25444e([0x61,0x75,0x74,0x6f]);}function _0x3c95e4(){_0x568af2[_0x25444e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x25444e([0x76,0x69,0x65,0x77])][_0x25444e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x25444e([0x61,0x75,0x74,0x6f]);}}function _0x2fa09f(_0x5a315d){const _0x3d0c87=[new window[(_0x25444e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x418b91=>setTimeout(_0x418b91,0x6f49fd37^_0x2f5f93)),_0x44418b[_0x25444e([0x74,0x68,0x65,0x6e])](()=>new window[(_0x25444e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x392909=>{let _0x18c1b7=0x0;_0x568af2[_0x25444e([0x6d,0x6f,0x64,0x65,0x6c])][_0x25444e([0x6f,0x6e])](_0x25444e([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x41b595,_0x58864d)=>{_0x58864d[0x0][_0x25444e([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x18c1b7++,_0x18c1b7==(0x6f40c613^_0x2f5f93)&&(_0x392909(),_0x41b595[_0x25444e([0x6f,0x66,0x66])]());});}))];return window[_0x25444e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x25444e([0x72,0x61,0x63,0x65])](_0x3d0c87)[_0x25444e([0x74,0x68,0x65,0x6e])](()=>_0x5a315d);}async function _0x266291(){await _0x44418b;const _0x5e5098=_0x568af2['commands'][_0x25444e([0x67,0x65,0x74])](_0x25444e([0x65,0x78,0x70,0x6f,0x72,0x74,0x49,0x6e,0x6c,0x69,0x6e,0x65,0x53,0x74,0x79,0x6c,0x65,0x73]));_0x5e5098&&_0x5e5098[_0x25444e([0x6f,0x6e])](_0x25444e([0x65,0x78,0x65,0x63,0x75,0x74,0x65]),_0x2fb8fa=>{_0x2fb8fa['stop']();},{'priority':_0x25444e([0x68,0x69,0x67,0x68,0x65,0x73,0x74])}),_0x568af2[_0x25444e([0x6d,0x6f,0x64,0x65,0x6c])][_0x25444e([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1b986d,_0x568af2[_0x25444e([0x6d,0x6f,0x64,0x65,0x6c])][_0x25444e([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1b986d,_0x568af2[_0x25444e([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x25444e([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x529fe5(_0x462dbe){const _0xe13cd2=_0x3cf264();_0x568af2[_0xe13cd2]=_0x25444e([0x65,0x78,0x70,0x6f,0x72,0x74,0x49,0x6e,0x6c,0x69,0x6e,0x65,0x53,0x74,0x79,0x6c,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x462dbe,_0x462dbe!=_0x25444e([0x56,0x61,0x6c,0x69,0x64])&&_0x266291();}function _0x3cf264(){const _0x3d5786=window[_0x25444e([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x25444e([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x25444e([0x6e,0x6f,0x77])]())[_0x25444e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x25444e([0x2e]),'');let _0x4d8535=_0x25444e([0x44]);for(let _0x3a59b0=0x0;_0x3a59b0<_0x3d5786[_0x25444e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3a59b0+=0x2){let _0x2a66ae=window[_0x25444e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3d5786[_0x25444e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3a59b0,_0x3a59b0+0x2));_0x2a66ae>=_0x29850e[_0x25444e([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2a66ae-=_0x29850e[_0x25444e([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4d8535+=_0x29850e[_0x2a66ae];}return _0x4d8535;}function _0x1b3579(){const _0x47798c=_0x400b40[_0x25444e([0x73,0x70,0x6c,0x69,0x74])](_0x25444e([0x2e]));if(0x3!=_0x47798c[_0x25444e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4e77f3(_0x47798c[0x1]);function _0x4e77f3(_0x196130){const _0x4eedfe=_0x19ceea(_0x196130);return _0x4eedfe&&_0x463bca()?_0x4eedfe:null;function _0x463bca(){const _0x349024=_0x4eedfe[_0x25444e([0x6a,0x74,0x69])],_0x4aa7dc=window[_0x25444e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x349024[_0x25444e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x349024[_0x25444e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x136931={..._0x4eedfe,[_0x25444e([0x6a,0x74,0x69])]:_0x349024[_0x25444e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x349024[_0x25444e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x136931[_0x25444e([0x76,0x63])],_0x359aea(_0x136931)==_0x4aa7dc;}}}async function _0x496372(){let _0x458a82=!0x0;try{const _0x23006c=_0x400b40[_0x25444e([0x73,0x70,0x6c,0x69,0x74])](_0x25444e([0x2e])),[_0x57f132,_0x11cb9c,_0x5b543a]=_0x23006c;return _0x4a9f04(_0x57f132),await _0x79ec43(_0x57f132,_0x11cb9c,_0x5b543a),_0x458a82;}catch{return!0x1;}function _0x4a9f04(_0x56906e){const _0x270ab9=_0x19ceea(_0x56906e);_0x270ab9&&_0x270ab9[_0x25444e([0x61,0x6c,0x67])]==_0x25444e([0x45,0x53,0x32,0x35,0x36])||(_0x458a82=!0x1);}async function _0x79ec43(_0x3c0b85,_0x11f178,_0x45cf13){const _0x3fb685=window[_0x25444e([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x25444e([0x66,0x72,0x6f,0x6d])](_0x592468(_0x45cf13),_0x55cbae=>_0x55cbae[_0x25444e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5799f9=new window[(_0x25444e([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x25444e([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3c0b85+_0x25444e([0x2e])+_0x11f178),_0x2db110=window[_0x25444e([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x25444e([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2db110)return;const _0x2d24c8=await _0x2db110[_0x25444e([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x25444e([0x6a,0x77,0x6b]),_0xd90e5e,{[_0x25444e([0x6e,0x61,0x6d,0x65])]:_0x25444e([0x45,0x43,0x44,0x53,0x41]),[_0x25444e([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x25444e([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x25444e([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2db110[_0x25444e([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x25444e([0x6e,0x61,0x6d,0x65])]:_0x25444e([0x45,0x43,0x44,0x53,0x41]),[_0x25444e([0x68,0x61,0x73,0x68])]:{[_0x25444e([0x6e,0x61,0x6d,0x65])]:_0x25444e([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2d24c8,_0x3fb685,_0x5799f9)||(_0x458a82=!0x1);}}function _0x19ceea(_0x71b73b){return _0x71b73b[_0x25444e([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x25444e([0x65,0x79]))?JSON[_0x25444e([0x70,0x61,0x72,0x73,0x65])](_0x592468(_0x71b73b)):null;}function _0x592468(_0x3b5010){return window[_0x25444e([0x61,0x74,0x6f,0x62])](_0x3b5010[_0x25444e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x25444e([0x2b]))[_0x25444e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x25444e([0x2f])));}function _0x359aea(_0x426278){let _0x56d097=0x1505;function _0x41a112(_0x3f58f7){for(let _0x34f853=0x0;_0x34f853<_0x3f58f7[_0x25444e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x34f853++){const _0xbdd2d4=_0x3f58f7[_0x25444e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x34f853);_0x56d097=(_0x56d097<<0x5)+_0x56d097+_0xbdd2d4,_0x56d097&=_0x56d097;}}function _0x5bcf78(_0x118ba8){Array[_0x25444e([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x118ba8)?_0x118ba8[_0x25444e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5bcf78):_0x118ba8&&typeof _0x118ba8==_0x25444e([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x25444e([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x118ba8)[_0x25444e([0x73,0x6f,0x72,0x74])]()[_0x25444e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2a66ad,_0x2e04c0])=>{_0x41a112(_0x2a66ad),_0x5bcf78(_0x2e04c0);}):_0x41a112(window[_0x25444e([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x118ba8));}return _0x5bcf78(_0x426278),_0x56d097>>>0x0;}function _0x14e756(_0x214377){return _0x214377[_0x25444e([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x25444e([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x25444e([0x30]));}function _0x256587(_0x48b3f2){return _0x48b3f2[_0x25444e([0x73,0x70,0x6c,0x69,0x74])]('')[_0x25444e([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x25444e([0x6a,0x6f,0x69,0x6e])]('');}function _0x1b986d(){}function _0x25444e(_0x1ea2d7){return _0x1ea2d7['map'](_0x2526b5=>String['fromCharCode'](_0x2526b5))['join']('');}_0x529fe5(await _0x33aaf7());}(this);}}class g extends _0x4b3014{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'ExportInlineStyles';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[L];}['init'](){this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x486cb6=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x3eb751;for(const _0x40901a in _0x486cb6){const _0x535386=_0x40901a,_0x3f753a=_0x486cb6[_0x535386];if('exportInlineStylesLicenseKeyValid'==_0x3f753a||'exportInlineStylesLicenseKeyInvalid'==_0x3f753a||'exportInlineStylesLicenseKeyExpired'==_0x3f753a||'exportInlineStylesLicenseKeyDomainLimit'==_0x3f753a||'exportInlineStylesLicenseKeyNotAllowed'==_0x3f753a||'exportInlineStylesLicenseKeyEvaluationLimit'==_0x3f753a||'exportInlineStylesLicenseKeyUsageLimit'==_0x3f753a){delete _0x486cb6[_0x535386],_0x3eb751=_0x3f753a,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'exportInlineStylesLicenseKeyInvalid'==_0x3eb751&&_0x486cb6['_showLicenseError']('invalid'),'exportInlineStylesLicenseKeyExpired'==_0x3eb751&&_0x486cb6['_showLicenseError']('expired'),'exportInlineStylesLicenseKeyDomainLimit'==_0x3eb751&&_0x486cb6['_showLicenseError']('domainLimit'),'exportInlineStylesLicenseKeyNotAllowed'==_0x3eb751&&_0x486cb6['_showLicenseError']('featureNotAllowed','ExportInlineStyles'),'exportInlineStylesLicenseKeyEvaluationLimit'==_0x3eb751&&_0x486cb6['_showLicenseError']('evaluationLimit'),'exportInlineStylesLicenseKeyUsageLimit'==_0x3eb751&&_0x486cb6['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}export{g as ExportInlineStyles,x as ExportInlineStylesCommand,L as ExportInlineStylesEditing,w as dropImportantStyleSuffix};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-export-inline-styles",
3
- "version": "48.0.1",
3
+ "version": "48.1.0-alpha.1",
4
4
  "description": "The export with inline styles feature for CKEditor 5.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -34,9 +34,9 @@
34
34
  "./package.json": "./package.json"
35
35
  },
36
36
  "dependencies": {
37
- "@ckeditor/ckeditor5-core": "48.0.1",
38
- "@ckeditor/ckeditor5-engine": "48.0.1",
39
- "@ckeditor/ckeditor5-utils": "48.0.1",
37
+ "@ckeditor/ckeditor5-core": "48.1.0-alpha.1",
38
+ "@ckeditor/ckeditor5-engine": "48.1.0-alpha.1",
39
+ "@ckeditor/ckeditor5-utils": "48.1.0-alpha.1",
40
40
  "specificity": "0.4.1"
41
41
  },
42
42
  "files": [