@ckeditor/ckeditor5-merge-fields 43.1.0-alpha.7 → 43.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/merge-fields.js +1 -1
- package/dist/index.js +1 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/package.json +7 -7
- package/src/index.js +1 -1
- package/src/insertmergefieldblockcommand.js +1 -1
- package/src/insertmergefieldcommand.js +1 -1
- package/src/mergefields.js +1 -1
- package/src/mergefieldsconfig.d.ts +65 -8
- package/src/mergefieldsediting.js +1 -1
- package/src/mergefieldsui.js +1 -1
- package/src/previewmergefieldscommand.js +1 -1
- package/src/ui/mergefieldslistview.js +1 -1
- package/src/ui/mergefieldspanelview.js +1 -1
- package/src/utils/common-translations.js +1 -1
|
@@ -82,17 +82,74 @@ export interface MergeFieldsConfig {
|
|
|
82
82
|
*/
|
|
83
83
|
initialPreviewMode?: string;
|
|
84
84
|
/**
|
|
85
|
-
* A flag indicating whether the feature
|
|
86
|
-
* {@link ~DataSetDefinition#values data set values} and {@link ~MergeFieldDefinition#defaultValue default values}
|
|
85
|
+
* A flag indicating whether the feature preview mode should interpret merge fields
|
|
86
|
+
* {@link ~DataSetDefinition#values data set values} and {@link ~MergeFieldDefinition#defaultValue default values} as HTML strings and
|
|
87
|
+
* render them as HTML.
|
|
87
88
|
*
|
|
88
|
-
* When set to `true`, the
|
|
89
|
+
* When set to `true`, the merge field value will be interpreted and rendered as HTML. For example, `'<img src="image.jpg" />'` merge
|
|
90
|
+
* field value will be previewed as the image located at given `src`.
|
|
89
91
|
*
|
|
90
|
-
* When set to `false`, merge
|
|
92
|
+
* When set to `false`, the merge field value will be interpreted as a regular text. For example, `'<img src="image.jpg" />'` will be
|
|
93
|
+
* displayed exactly as defined, meaning that text `<img src="image.jpg" />` will be displayed instead of an image.
|
|
91
94
|
*
|
|
92
|
-
*
|
|
93
|
-
*
|
|
95
|
+
* By default, it is set to `false`.
|
|
96
|
+
*
|
|
97
|
+
* Read more about the security of previewing merge fields HTML values in the
|
|
98
|
+
* {@glink features/merge-fields#using-html-tags-in-merge-fields-values Merge fields feature} documentation.
|
|
99
|
+
*
|
|
100
|
+
* @default false
|
|
94
101
|
*/
|
|
95
102
|
previewHtmlValues?: boolean;
|
|
103
|
+
/**
|
|
104
|
+
* Callback used to sanitize the HTML used in merge fields values when they are previewed inside the editor.
|
|
105
|
+
*
|
|
106
|
+
* We strongly recommend overwriting the default function to avoid XSS vulnerabilities.
|
|
107
|
+
*
|
|
108
|
+
* Read more about the security aspect of this feature in {@glink features/merge-fields#using-html-tags-in-merge-fields-values Merge
|
|
109
|
+
* fields feature} documentation.
|
|
110
|
+
*
|
|
111
|
+
* The function receives the input HTML (as a string), and should return an object
|
|
112
|
+
* that matches the {@link module:merge-fields/mergefieldsconfig~MergeFieldsSanitizeOutput} interface.
|
|
113
|
+
*
|
|
114
|
+
* ```ts
|
|
115
|
+
* ClassicEditor
|
|
116
|
+
* .create( editorElement, {
|
|
117
|
+
* mergeFields: {
|
|
118
|
+
* previewHtmlValues: true,
|
|
119
|
+
* sanitizeHtml( inputHtml ) {
|
|
120
|
+
* // Strip unsafe elements and attributes, e.g.:
|
|
121
|
+
* // the `<script>` elements and `on*` attributes.
|
|
122
|
+
* const outputHtml = sanitize( inputHtml );
|
|
123
|
+
*
|
|
124
|
+
* return {
|
|
125
|
+
* html: outputHtml,
|
|
126
|
+
* // true or false depending on whether the sanitizer stripped anything.
|
|
127
|
+
* hasChanged: ...
|
|
128
|
+
* };
|
|
129
|
+
* },
|
|
130
|
+
* }
|
|
131
|
+
* } )
|
|
132
|
+
* .then( ... )
|
|
133
|
+
* .catch( ... );
|
|
134
|
+
* ```
|
|
135
|
+
*
|
|
136
|
+
* **Note:** The function is used only when the feature
|
|
137
|
+
* {@link module:merge-fields/mergefieldsconfig~MergeFieldsConfig#previewHtmlValues is configured to render previews}.
|
|
138
|
+
*/
|
|
139
|
+
sanitizeHtml?: (html: string) => MergeFieldsSanitizeOutput;
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* An object returned by the {@link module:merge-fields/mergefieldsconfig~MergeFieldsConfig#sanitizeHtml} function.
|
|
143
|
+
*/
|
|
144
|
+
export interface MergeFieldsSanitizeOutput {
|
|
145
|
+
/**
|
|
146
|
+
* An output (safe) HTML that will be inserted into the {@glink framework/architecture/editing-engine editing view}.
|
|
147
|
+
*/
|
|
148
|
+
html: string;
|
|
149
|
+
/**
|
|
150
|
+
* A flag that indicates whether the output HTML is different than the input value.
|
|
151
|
+
*/
|
|
152
|
+
hasChanged: boolean;
|
|
96
153
|
}
|
|
97
154
|
export type GroupDefinition = {
|
|
98
155
|
/**
|
|
@@ -146,7 +203,7 @@ export type MergeFieldDefinition = {
|
|
|
146
203
|
/**
|
|
147
204
|
* Default value of the merge field.
|
|
148
205
|
*
|
|
149
|
-
* It is used if a value for given merge field has not been provided in a data set.
|
|
206
|
+
* It is used if a value for given merge field has not been provided in a data set and in the default values preview mode.
|
|
150
207
|
*/
|
|
151
208
|
defaultValue?: MergeFieldDataSetValue;
|
|
152
209
|
};
|
|
@@ -158,7 +215,7 @@ export type DataSetDefinition = {
|
|
|
158
215
|
/**
|
|
159
216
|
* A human-readable label of the data set.
|
|
160
217
|
*/
|
|
161
|
-
label
|
|
218
|
+
label?: string;
|
|
162
219
|
/**
|
|
163
220
|
* The data to be displayed in the editor in place of merge fields when the data set is previewed.
|
|
164
221
|
*
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x491a91=_0x177b;(function(_0x5e6c11,_0x45845a){const _0x17643c=_0x177b,_0x408299=_0x5e6c11();while(!![]){try{const _0x1b1b05=parseInt(_0x17643c(0x229))/0x1+-parseInt(_0x17643c(0x1da))/0x2+-parseInt(_0x17643c(0x22b))/0x3*(parseInt(_0x17643c(0x247))/0x4)+parseInt(_0x17643c(0x18f))/0x5*(-parseInt(_0x17643c(0x254))/0x6)+-parseInt(_0x17643c(0x21e))/0x7+parseInt(_0x17643c(0x1aa))/0x8+parseInt(_0x17643c(0x1d6))/0x9*(parseInt(_0x17643c(0x1ed))/0xa);if(_0x1b1b05===_0x45845a)break;else _0x408299['push'](_0x408299['shift']());}catch(_0x3ef4fa){_0x408299['push'](_0x408299['shift']());}}}(_0x23de,0x27d1a));import{toWidget as _0x2c997,viewToModelPositionOutsideModelElement as _0x5a15a2}from'ckeditor5/src/widget.js';function _0x177b(_0xa39b38,_0xc679f9){const _0x23de7d=_0x23de();return _0x177b=function(_0x177b83,_0x25389c){_0x177b83=_0x177b83-0x17d;let _0x1bfe2d=_0x23de7d[_0x177b83];return _0x1bfe2d;},_0x177b(_0xa39b38,_0xc679f9);}import{Plugin as _0x206206}from'ckeditor5/src/core.js';import{IconView as _0x13a6d5}from'ckeditor5/src/ui.js';import{isParagraphable as _0x246d5e,wrapInParagraph as _0x3095fd}from'ckeditor5/src/engine.js';import{CKEditorError as _0xf0b2fb,logWarning as _0x4c16e9}from'ckeditor5/src/utils.js';function _0x23de(){const _0x28dceb=['ck-merge-field\x20ck-merge-field_with-warning\x20ck-merge-field_with-warning_missing-data','_defineSchema','mergeFields.initialPreviewMode','merge-fields-invalid-preview-modes-configuration','schema','div','ck-merge-field-block_with-value','mergeField','createPositionAt','getChildren','mergeFields.suffix','70821ZoQjtM','data-merge-field-block-label','getDataSetValues','config','128716xfRVvI','differ','slice','getDefaultValues','groupId','batch','insertMergeField','style','type','modelRange','merge-fields-invalid-preview-mode-set','forEach','ck-merge-field__affix','upcast','registerInlineObjectMatcher','offsetSize','end','includes','merge-fields-invalid-id','220hJBOSl','register','toDomElement','mergeFields.definitions','label','setAttribute','defaultValue','editor','$defaultValues','_createTextualMergeField','function','span','ck-merge-field_with-value','data','getItems','document','$dataSets','createElement','split','replace','availablePreviewModes','insertObject','remove','merge-fields-trial-license-key-reached-limit-changes','reconvertItem','mergeFieldsLicenseKeyValid','$labels','merge-fields-data-set-not-found','rootName','createRange','insert','ck-merge-field\x20ck-merge-field_with-warning\x20ck-merge-field_with-warning_no-default','length','addClass','WARNING_MISSING_DEFAULT_VALUE','_mergeFieldPrefix','define','concat','map','matchAll','html','_refreshMergeFields','destroy','getMergeFieldDefaultValue','editing','mergeFieldsLicenseKeyInvalid','merge-fields-invalid-prefix-or-suffix','conversion','every','928305MGuzGA','_trackAddedMergeFields','dataDowncast','push','$blockObject','getAttribute','index','merge-fields-duplicate-data-set-id','values','previewMergeFields','getChanges','228901OGcdTr','getMergeFieldType','24Lekrhw','isLocal','ck-merge-field\x20ck-merge-field_with-value','ck-merge-field_with-warning','sanitizeHtml','_validatePreviewMode','flattenedMergeFieldDefinitions','_getFlattenedMergeFieldDefinitions','merge-fields-invalid-license-key','_getAvailablePreviewModes','render','start','view','_registerConversionPostFixer','createContainerElement','You\x20are\x20using\x20the\x20trial\x20version\x20of\x20CKEditor\x205\x20format\x20painter\x20plugin\x20with\x20limited\x20usage.\x20Make\x20sure\x20you\x20will\x20not\x20use\x20it\x20in\x20the\x20production\x20environment.','_mergeFieldRegExp','height:\x20','join','mergeFields.dataSets','ck-merge-field__content','merge-fields-provide-sanitize-function','$text','nextSibling','appendChild','commands','merge-fields-prefix-and-suffix-must-differ','insertMergeFieldBlock','93688QQMouG','startOffset','listenTo','_defineConverters','ck-merge-field__icon','editingDowncast','ck-merge-field','element','hasClass','change:previewMode','createRawElement','elementToElement','change:data','864aqttda','add','checkChild','MergeFieldsEditing','$graveyard','block','createUIElement','_mergeFieldSuffix','info','ck-merge-field-block','WARNING_MISSING_DATA_USED_DEFAULT_VALUE','getDocumentMergeFieldsIds','nodeAfter','mergeFieldsData','merge-fields-duplicate-group-id','getAttributes','registerPostFixer','_validateConfig','_licenseKeyCheckInterval','mergeFieldBlock','ck-merge-field\x20ck-merge-field_with-warning\x20ck-merge-field_with-warning_default-value-used','consume','_prepareViewElementData','2300GQVnJi','ck-merge-field\x20ck-merge-field_with-warning\x20ck-merge-field_with-warning_missing-definition','reduce','getDefinition','next','bind','from','getClassNames','text','previewMode','mergeFieldStatus','reverse','test','position','dataPipeline:transparentRendering','definitions','merge-fields-duplicate-merge-field-id','domConverter','match','mergeFieldsLicenseKeyTrial','_createMergeFieldWidget','innerHTML','getShiftedBy','getLabel','init','merge-fields-prefix-or-suffix-too-long','getMergeFieldValue','1693344PbaUPc','mergeFieldsLicenseKeyTrialLimit:operations','createText','mergeFields.previewHtmlValues','mergeFields.previewModes','name','modelCursor','viewToModelPosition','WARNING_MISSING_DATA','delete','setCustomProperty','parent','find','$inlineObject','_mergeFieldElements','createRangeIn','set','pluginName','filter','root','model','setContentOf','_shouldPreviewHtmlValues','mapper','licenseKey','get','\x20]+','has','getMergeFieldsIds','for','mergeFields.prefix','value','height'];_0x23de=function(){return _0x28dceb;};return _0x23de();}import _0x124709 from'./insertmergefieldcommand.js';import _0x41d306 from'./insertmergefieldblockcommand.js';import _0x3587a0 from'./previewmergefieldscommand.js';import _0x1d339d from'../theme/icons/warning.svg';export default class m extends _0x206206{static get[_0x491a91(0x1bb)](){const _0x204b81=_0x491a91;return _0x204b81(0x257);}constructor(_0x1ac121){const _0x24c849=_0x491a91;super(_0x1ac121),this[_0x24c849(0x231)]=[],_0x1ac121[_0x24c849(0x1d9)][_0x24c849(0x211)](_0x24c849(0x1ae),[_0x24c849(0x207),_0x24c849(0x1f5),_0x24c849(0x1fd)]),_0x1ac121[_0x24c849(0x1d9)][_0x24c849(0x211)](_0x24c849(0x23e),[]),_0x1ac121[_0x24c849(0x1d9)][_0x24c849(0x211)](_0x24c849(0x1f0),[]),_0x1ac121[_0x24c849(0x1d9)][_0x24c849(0x211)](_0x24c849(0x1c8),'{{'),_0x1ac121[_0x24c849(0x1d9)][_0x24c849(0x211)](_0x24c849(0x1d5),'}}'),_0x1ac121[_0x24c849(0x1d9)][_0x24c849(0x211)](_0x24c849(0x1ad),!0x1),_0x1ac121[_0x24c849(0x1d9)][_0x24c849(0x211)](_0x24c849(0x22f),_0x5291aa=>(_0x4c16e9(_0x24c849(0x240)),{'html':_0x5291aa,'hasChanged':!0x1})),this[_0x24c849(0x210)]=_0x1ac121[_0x24c849(0x1d9)][_0x24c849(0x1c3)](_0x24c849(0x1c8)),this[_0x24c849(0x17f)]=_0x1ac121[_0x24c849(0x1d9)][_0x24c849(0x1c3)](_0x24c849(0x1d5)),this[_0x24c849(0x1c0)]=_0x1ac121[_0x24c849(0x1d9)][_0x24c849(0x1c3)](_0x24c849(0x1ad)),this[_0x24c849(0x231)]=this[_0x24c849(0x232)](),this[_0x24c849(0x189)]();const _0x2d733e='\x5c'+this[_0x24c849(0x210)][_0x24c849(0x1ff)]('')[_0x24c849(0x23d)]('\x5c'),_0x4d8f29='\x5c'+this[_0x24c849(0x17f)][_0x24c849(0x1ff)]('')[_0x24c849(0x23d)]('\x5c');this[_0x24c849(0x23b)]=new RegExp('('+_0x2d733e+'[^'+(_0x2d733e+_0x4d8f29)+_0x24c849(0x1c4)+_0x4d8f29+')','g'),this[_0x24c849(0x201)]=this[_0x24c849(0x234)]();const _0x1ba6e2=_0x1ac121[_0x24c849(0x1d9)][_0x24c849(0x1c3)](_0x24c849(0x1cd))||this[_0x24c849(0x201)][0x0];this[_0x24c849(0x230)](_0x1ba6e2),this[_0x24c849(0x1ba)](_0x24c849(0x198),_0x1ba6e2),this[_0x24c849(0x1b8)]=new Set(),this[_0x24c849(0x18a)]=null;}[_0x491a91(0x1a7)](){const _0x2bd9de=_0x491a91,_0x98b5e6=this[_0x2bd9de(0x1f4)];_0x98b5e6[_0x2bd9de(0x244)][_0x2bd9de(0x255)](_0x2bd9de(0x1e0),new _0x124709(_0x98b5e6)),_0x98b5e6[_0x2bd9de(0x244)][_0x2bd9de(0x255)](_0x2bd9de(0x246),new _0x41d306(_0x98b5e6)),_0x98b5e6[_0x2bd9de(0x244)][_0x2bd9de(0x255)](_0x2bd9de(0x227),new _0x3587a0(_0x98b5e6)),this[_0x2bd9de(0x1cc)](),this[_0x2bd9de(0x24a)](),this['on'](_0x2bd9de(0x250),(_0x3744ce,_0xfd685c,_0x2779a9)=>{const _0x125e45=_0x2bd9de;this[_0x125e45(0x230)](_0x2779a9),this[_0x125e45(0x216)]();}),this[_0x2bd9de(0x249)](_0x98b5e6[_0x2bd9de(0x1be)][_0x2bd9de(0x1fc)],_0x2bd9de(0x253),()=>{const _0x15b7a7=_0x2bd9de;this[_0x15b7a7(0x21f)]();}),_0x98b5e6[_0x2bd9de(0x219)][_0x2bd9de(0x1c1)]['on'](_0x2bd9de(0x1b1),_0x5a15a2(_0x98b5e6[_0x2bd9de(0x1be)],_0x276603=>_0x276603[_0x2bd9de(0x24f)](_0x2bd9de(0x24d)))),_0x98b5e6[_0x2bd9de(0x219)][_0x2bd9de(0x1c1)]['on'](_0x2bd9de(0x1b1),_0x5a15a2(_0x98b5e6[_0x2bd9de(0x1be)],_0x106b67=>_0x106b67[_0x2bd9de(0x24f)](_0x2bd9de(0x181)))),this[_0x2bd9de(0x238)](),_0x98b5e6[_0x2bd9de(0x219)][_0x2bd9de(0x237)][_0x2bd9de(0x1a0)][_0x2bd9de(0x1e8)]({'name':_0x2bd9de(0x1f8),'classes':[_0x2bd9de(0x24d)]}),this[_0x2bd9de(0x1c2)]=_0x98b5e6[_0x2bd9de(0x1d9)][_0x2bd9de(0x1c3)](_0x2bd9de(0x1c2));const _0xd6960=this[_0x2bd9de(0x1f4)];this[_0x2bd9de(0x18a)]=setInterval(()=>{const _0x2d4132=_0x2bd9de;let _0x5d700f;for(const _0x5abe7d in _0xd6960){const _0x53172e=_0x5abe7d,_0x186bd3=_0xd6960[_0x53172e];if(_0x2d4132(0x1a2)===_0x186bd3||_0x2d4132(0x21a)===_0x186bd3||_0x2d4132(0x206)===_0x186bd3||_0x2d4132(0x1ab)===_0x186bd3){delete _0xd6960[_0x53172e],_0x5d700f=_0x186bd3;break;}}if(_0x2d4132(0x21a)===_0x5d700f)throw clearInterval(this[_0x2d4132(0x18a)]),new _0xf0b2fb(_0x2d4132(0x233),null);if(_0x2d4132(0x1a2)===_0x5d700f&&console[_0x2d4132(0x180)](_0x2d4132(0x23a)),_0x2d4132(0x1ab)===_0x5d700f)throw clearInterval(this[_0x2d4132(0x18a)]),new _0xf0b2fb(_0x2d4132(0x204),null);_0x2d4132(0x206)===_0x5d700f&&clearInterval(this[_0x2d4132(0x18a)]);},0x3e8);}[_0x491a91(0x1dd)](){const _0x1801e2=_0x491a91,_0xd1d95e={},_0x366ce4=this[_0x1801e2(0x1c6)]();for(const _0x4dbad7 of _0x366ce4)_0xd1d95e[_0x4dbad7]=this[_0x1801e2(0x218)](_0x4dbad7);return _0xd1d95e;}[_0x491a91(0x1d8)](_0x4f9341,_0xadf4dd=!0x1){const _0x3db588=_0x491a91,_0xa165b3={},_0x3dd1a2=this[_0x3db588(0x1c6)]();for(const _0x105d95 of _0x3dd1a2){let _0x2f784c=this[_0x3db588(0x1a9)](_0x105d95,_0x4f9341);null===_0x2f784c&&_0xadf4dd&&(_0x2f784c=this[_0x3db588(0x218)](_0x105d95)),_0xa165b3[_0x105d95]=_0x2f784c;}return _0xa165b3;}[_0x491a91(0x1a6)](_0x3bdb7a){const _0x109591=_0x491a91,_0x1bb757=this[_0x109591(0x192)](_0x3bdb7a);return _0x1bb757&&_0x1bb757[_0x109591(0x1f1)]?_0x1bb757[_0x109591(0x1f1)]:_0x3bdb7a;}[_0x491a91(0x218)](_0x4676ae){const _0x44726a=_0x491a91,_0x172b50=this[_0x44726a(0x192)](_0x4676ae);if(!_0x172b50||void 0x0===_0x172b50[_0x44726a(0x1f3)])return null;const _0x2f68e7=_0x44726a(0x1f7)==typeof _0x172b50[_0x44726a(0x1f3)]?_0x172b50[_0x44726a(0x1f3)](this[_0x44726a(0x1f4)]):_0x172b50[_0x44726a(0x1f3)];return String(_0x2f68e7);}[_0x491a91(0x1a9)](_0x109817,_0x387143){const _0x13629d=_0x491a91,_0x545db6=this[_0x13629d(0x1f4)][_0x13629d(0x1d9)][_0x13629d(0x1c3)](_0x13629d(0x23e))[_0x13629d(0x1b6)](_0x5ee1da=>_0x5ee1da['id']===_0x387143);if(!_0x545db6)throw new _0xf0b2fb(_0x13629d(0x208),null);const _0x11c9bd=_0x545db6[_0x13629d(0x226)][_0x109817];if(void 0x0===_0x11c9bd)return null;const _0x5db348=_0x13629d(0x1f7)==typeof _0x11c9bd?_0x11c9bd(this[_0x13629d(0x1f4)]):_0x11c9bd;return String(_0x5db348);}[_0x491a91(0x22a)](_0x5ad84c){const _0x441a00=_0x491a91,_0x19a5f0=this[_0x441a00(0x192)](_0x5ad84c);return _0x19a5f0&&_0x19a5f0[_0x441a00(0x1e2)]?_0x19a5f0[_0x441a00(0x1e2)]:_0x441a00(0x197);}[_0x491a91(0x183)](){const _0xccb85e=_0x491a91,_0x57d566=new Set();for(const _0x4327dd of this[_0xccb85e(0x1b8)])_0xccb85e(0x258)!==_0x4327dd[_0xccb85e(0x1bd)][_0xccb85e(0x209)]&&_0x57d566[_0xccb85e(0x255)](_0x4327dd[_0xccb85e(0x223)]('id'));return Array[_0xccb85e(0x195)](_0x57d566);}[_0x491a91(0x1c6)](){const _0x210ea8=_0x491a91,_0x4b6cf2=this[_0x210ea8(0x231)][_0x210ea8(0x213)](_0x1b0b5f=>_0x1b0b5f['id']),_0x5a6c00=this[_0x210ea8(0x183)]();return Array[_0x210ea8(0x195)](new Set([..._0x4b6cf2,..._0x5a6c00]));}[_0x491a91(0x192)](_0x23f625){const _0x2c4119=_0x491a91;return this[_0x2c4119(0x231)][_0x2c4119(0x1b6)](_0x300d81=>_0x300d81['id']===_0x23f625)||null;}[_0x491a91(0x217)](){const _0x2d7787=_0x491a91;this[_0x2d7787(0x18a)]&&clearInterval(this[_0x2d7787(0x18a)]);}[_0x491a91(0x232)](){const _0x598c2e=_0x491a91,_0x30d397=new Set(),_0x156994=this[_0x598c2e(0x1f4)];return _0x156994[_0x598c2e(0x1d9)][_0x598c2e(0x1c3)](_0x598c2e(0x1f0))[_0x598c2e(0x191)]((_0x51b6cf,_0x3a207c)=>{const _0x5eb705=_0x598c2e;if(_0x5eb705(0x1de)in _0x3a207c){if(_0x30d397[_0x5eb705(0x1c5)](_0x3a207c[_0x5eb705(0x1de)]))throw new _0xf0b2fb(_0x5eb705(0x186),_0x156994,{'duplicateId':_0x3a207c[_0x5eb705(0x1de)]});_0x30d397[_0x5eb705(0x255)](_0x3a207c[_0x5eb705(0x1de)]);}return _0x5eb705(0x1de)in _0x3a207c?function(_0x8c68a3,_0x79dca){const _0x2d5997=_0x5eb705;for(const _0x5d3ced of _0x79dca[_0x2d5997(0x19e)])_0x8c68a3=_0x8c68a3[_0x2d5997(0x212)](_0x5d3ced);return _0x8c68a3;}[_0x5eb705(0x194)](_0x156994)(_0x51b6cf,_0x3a207c):_0x51b6cf[_0x5eb705(0x212)](_0x3a207c);},new Array());}[_0x491a91(0x189)](){const _0x23a303=_0x491a91,_0x5ca4a4=/^['"`!#%:;=@{}~$()*+/?[\\\]^|]+$/;if(!_0x5ca4a4[_0x23a303(0x19b)](this[_0x23a303(0x210)])||!_0x5ca4a4[_0x23a303(0x19b)](this[_0x23a303(0x17f)]))throw new _0xf0b2fb(_0x23a303(0x21b),this,{'prefix':this[_0x23a303(0x210)],'suffix':this[_0x23a303(0x17f)]});if(this[_0x23a303(0x210)][_0x23a303(0x20d)]>0x8||this[_0x23a303(0x17f)][_0x23a303(0x20d)]>0x8)throw new _0xf0b2fb(_0x23a303(0x1a8),this,{'prefix':this[_0x23a303(0x210)],'suffix':this[_0x23a303(0x17f)],'limit':0x8});const _0x2237db=/^[a-zA-Z0-9_.-]+$/,_0x29946f=new Set();if(this[_0x23a303(0x231)][_0x23a303(0x213)](_0x91e82d=>{const _0x1b2a56=_0x23a303;if(!_0x2237db[_0x1b2a56(0x19b)](_0x91e82d['id']))throw new _0xf0b2fb(_0x1b2a56(0x1ec),this,{'incorrectId':_0x91e82d['id']});if(_0x29946f[_0x1b2a56(0x1c5)](_0x91e82d['id']))throw new _0xf0b2fb(_0x1b2a56(0x19f),this,{'duplicateId':_0x91e82d['id']});_0x29946f[_0x1b2a56(0x255)](_0x91e82d['id']);}),this[_0x23a303(0x210)]===this[_0x23a303(0x17f)])throw new _0xf0b2fb(_0x23a303(0x245),this);const _0x45204c=this[_0x23a303(0x1f4)][_0x23a303(0x1d9)][_0x23a303(0x1c3)](_0x23a303(0x1ae)),_0x2f251d=[_0x23a303(0x207),_0x23a303(0x1f5),_0x23a303(0x1fd)];if(!_0x45204c[_0x23a303(0x20d)]||!_0x45204c[_0x23a303(0x21d)](_0x53679e=>_0x2f251d[_0x23a303(0x1eb)](_0x53679e)))throw new _0xf0b2fb(_0x23a303(0x1ce),this,{'invalidConfig':_0x45204c});const _0x9ffc71=new Set(),_0x4fbf4b=this[_0x23a303(0x1f4)][_0x23a303(0x1d9)][_0x23a303(0x1c3)](_0x23a303(0x23e));for(const _0x304185 of _0x4fbf4b){if(_0x9ffc71[_0x23a303(0x1c5)](_0x304185['id']))throw new _0xf0b2fb(_0x23a303(0x225),this,{'duplicateId':_0x304185['id']});_0x9ffc71[_0x23a303(0x255)](_0x304185['id']);}}[_0x491a91(0x234)](){const _0x13f5db=_0x491a91,_0xe1752a=this[_0x13f5db(0x1f4)][_0x13f5db(0x1d9)][_0x13f5db(0x1c3)](_0x13f5db(0x1ae)),_0x1c3ae4=[];if(_0xe1752a[_0x13f5db(0x1eb)](_0x13f5db(0x207))&&_0x1c3ae4[_0x13f5db(0x221)](_0x13f5db(0x207)),_0xe1752a[_0x13f5db(0x1eb)](_0x13f5db(0x1f5))&&_0x1c3ae4[_0x13f5db(0x221)](_0x13f5db(0x1f5)),_0xe1752a[_0x13f5db(0x1eb)](_0x13f5db(0x1fd))){const _0x1bdf1e=this[_0x13f5db(0x1f4)][_0x13f5db(0x1d9)][_0x13f5db(0x1c3)](_0x13f5db(0x23e));_0x1c3ae4[_0x13f5db(0x221)](..._0x1bdf1e[_0x13f5db(0x213)](_0x6546f6=>_0x6546f6['id']));}return _0x1c3ae4;}[_0x491a91(0x1cc)](){const _0x424932=_0x491a91,_0x82603e=this[_0x424932(0x1f4)][_0x424932(0x1be)][_0x424932(0x1cf)];_0x82603e[_0x424932(0x1ee)](_0x424932(0x1d2),{'inheritAllFrom':_0x424932(0x1b7),'allowAttributes':['id'],'allowWhere':_0x424932(0x241)}),_0x82603e[_0x424932(0x1ee)](_0x424932(0x18b),{'inheritAllFrom':_0x424932(0x222),'allowAttributes':['id']});}[_0x491a91(0x24a)](){const _0x5ad58e=_0x491a91,_0x3a141a=this[_0x5ad58e(0x1f4)][_0x5ad58e(0x21c)];_0x3a141a[_0x5ad58e(0x1c7)](_0x5ad58e(0x1e7))[_0x5ad58e(0x255)](_0x1cd47b=>{const _0x5e6009=_0x5ad58e;_0x1cd47b['on'](_0x5e6009(0x197),(_0x1c5815,_0x4b1dd8,_0x8ac790)=>{const _0x2c0926=_0x5e6009,{consumable:_0x247f71,writer:_0x53fc63,schema:_0x1c724b}=_0x8ac790,{viewItem:_0x5507d8}=_0x4b1dd8;if(!_0x247f71[_0x2c0926(0x19b)](_0x5507d8))return;const _0x51f0b6=_0x5507d8[_0x2c0926(0x1fa)][_0x2c0926(0x1ff)](this[_0x2c0926(0x23b)])[_0x2c0926(0x1bc)](_0x54a185=>_0x54a185);if(0x1===_0x51f0b6[_0x2c0926(0x20d)]&&!_0x51f0b6[0x0][_0x2c0926(0x1a1)](this[_0x2c0926(0x23b)]))return;let _0x34c3bf=!0x0;for(const _0x5e2ba0 of _0x51f0b6){if(!_0x5e2ba0[_0x2c0926(0x1a1)](this[_0x2c0926(0x23b)])){_0x34c3bf=!0x1;break;}const _0xfbb6ef=_0x5e2ba0[_0x2c0926(0x1dc)](this[_0x2c0926(0x210)][_0x2c0926(0x20d)],_0x5e2ba0[_0x2c0926(0x20d)]-this[_0x2c0926(0x17f)][_0x2c0926(0x20d)]);if(_0x2c0926(0x197)===this[_0x2c0926(0x22a)](_0xfbb6ef)){_0x34c3bf=!0x1;break;}}if(_0x34c3bf){_0x247f71[_0x2c0926(0x18d)](_0x5507d8);for(const _0x30f0f3 of _0x51f0b6){const _0x4c6654=_0x30f0f3[_0x2c0926(0x1dc)](this[_0x2c0926(0x210)][_0x2c0926(0x20d)],_0x30f0f3[_0x2c0926(0x20d)]-this[_0x2c0926(0x17f)][_0x2c0926(0x20d)]),_0x246b7b=_0x4b1dd8[_0x2c0926(0x1b0)],_0x4d80ca=_0x53fc63[_0x2c0926(0x1fe)](_0x2c0926(0x18b),{'id':_0x4c6654});_0x53fc63[_0x2c0926(0x20b)](_0x4d80ca,_0x246b7b),_0x4b1dd8[_0x2c0926(0x1b0)]=_0x246b7b[_0x2c0926(0x1a5)](0x1),_0x4b1dd8[_0x2c0926(0x1e3)]=_0x53fc63[_0x2c0926(0x20a)](_0x4b1dd8[_0x2c0926(0x1e3)]?_0x4b1dd8[_0x2c0926(0x1e3)][_0x2c0926(0x236)]:_0x246b7b,_0x4b1dd8[_0x2c0926(0x1b0)]);}}else{if(!_0x1c724b[_0x2c0926(0x256)](_0x4b1dd8[_0x2c0926(0x1b0)],_0x2c0926(0x241))){if(!_0x246d5e(_0x4b1dd8[_0x2c0926(0x1b0)],_0x2c0926(0x241),_0x1c724b))return;_0x4b1dd8[_0x2c0926(0x1b0)]=_0x3095fd(_0x4b1dd8[_0x2c0926(0x1b0)],_0x53fc63);}_0x247f71[_0x2c0926(0x18d)](_0x5507d8);for(const _0xbd9c52 of _0x51f0b6){const _0x5c3c5a=_0x4b1dd8[_0x2c0926(0x1b0)];let _0x163f37;if(_0xbd9c52[_0x2c0926(0x1a1)](this[_0x2c0926(0x23b)])){const _0x5aebdd=_0xbd9c52[_0x2c0926(0x1dc)](this[_0x2c0926(0x210)][_0x2c0926(0x20d)],_0xbd9c52[_0x2c0926(0x20d)]-this[_0x2c0926(0x17f)][_0x2c0926(0x20d)]);_0x163f37=_0x53fc63[_0x2c0926(0x1fe)](_0x2c0926(0x1d2),{'id':_0x5aebdd});}else _0x163f37=_0x53fc63[_0x2c0926(0x1ac)](_0xbd9c52);_0x53fc63[_0x2c0926(0x20b)](_0x163f37,_0x5c3c5a),_0x4b1dd8[_0x2c0926(0x1b0)]=_0x5c3c5a[_0x2c0926(0x1a5)](_0x163f37[_0x2c0926(0x1e9)]),_0x4b1dd8[_0x2c0926(0x1e3)]=_0x53fc63[_0x2c0926(0x20a)](_0x4b1dd8[_0x2c0926(0x1e3)]?_0x4b1dd8[_0x2c0926(0x1e3)][_0x2c0926(0x236)]:_0x5c3c5a,_0x4b1dd8[_0x2c0926(0x1b0)]);}}});}),_0x3a141a[_0x5ad58e(0x1c7)](_0x5ad58e(0x24c))[_0x5ad58e(0x252)]({'model':_0x5ad58e(0x1d2),'view':(_0x2c8d13,{writer:_0x27be2e})=>this[_0x5ad58e(0x1a3)](_0x2c8d13,_0x27be2e,_0x5ad58e(0x197))}),_0x3a141a[_0x5ad58e(0x1c7)](_0x5ad58e(0x220))[_0x5ad58e(0x252)]({'model':_0x5ad58e(0x1d2),'view':(_0x3cba48,{writer:_0x417f6e,options:_0x5d6051})=>this[_0x5ad58e(0x1f6)](_0x3cba48,_0x417f6e,_0x5d6051[_0x5ad58e(0x185)])}),_0x3a141a[_0x5ad58e(0x1c7)](_0x5ad58e(0x24c))[_0x5ad58e(0x252)]({'model':_0x5ad58e(0x18b),'view':(_0x15287f,{writer:_0xdfdda6})=>this[_0x5ad58e(0x1a3)](_0x15287f,_0xdfdda6,_0x5ad58e(0x17d))}),_0x3a141a[_0x5ad58e(0x1c7)](_0x5ad58e(0x220))[_0x5ad58e(0x252)]({'model':_0x5ad58e(0x18b),'view':(_0x2d7464,{writer:_0x5ce523,options:_0x3c16df})=>this[_0x5ad58e(0x1f6)](_0x2d7464,_0x5ce523,_0x3c16df[_0x5ad58e(0x185)])});}[_0x491a91(0x1a3)](_0x1a2c29,_0x47dde6,_0x1a2982){const _0x112bc2=_0x491a91,{label:_0x5879f5,classes:_0x155d9f,status:_0x3ad96f,height:_0x5d10fc}=this[_0x112bc2(0x18e)](_0x1a2c29),_0x32f54b=this[_0x112bc2(0x210)],_0x3b7df3=this[_0x112bc2(0x17f)],_0x4bc07b=this[_0x112bc2(0x1f4)][_0x112bc2(0x1d9)][_0x112bc2(0x1c3)](_0x112bc2(0x22f)),_0x3787e9=_0x112bc2(0x197)===_0x1a2982?_0x112bc2(0x1f8):_0x112bc2(0x1d0);let _0x595075;if(_0x112bc2(0x207)===this[_0x112bc2(0x198)])_0x595075=_0x47dde6[_0x112bc2(0x239)](_0x3787e9,{'class':_0x155d9f},[_0x47dde6[_0x112bc2(0x17e)](_0x112bc2(0x1f8),{'class':_0x112bc2(0x1e6)},function(_0x54f90f){const _0x419533=_0x112bc2,_0x42e214=this[_0x419533(0x1ef)](_0x54f90f);return _0x42e214[_0x419533(0x1a4)]=_0x32f54b,_0x42e214;}),_0x47dde6[_0x112bc2(0x239)](_0x112bc2(0x1f8),{'class':_0x112bc2(0x23f)},_0x47dde6[_0x112bc2(0x1ac)](String(_0x5879f5))),_0x47dde6[_0x112bc2(0x17e)](_0x112bc2(0x1f8),{'class':_0x112bc2(0x1e6)},function(_0x539624){const _0x217819=_0x112bc2,_0x10d137=this[_0x217819(0x1ef)](_0x539624);return _0x10d137[_0x217819(0x1a4)]=_0x3b7df3,_0x10d137;})]);else{if(_0x3ad96f){const _0x295b7b=this[_0x112bc2(0x1c0)]?_0x47dde6[_0x112bc2(0x251)](_0x112bc2(0x1f8),{},function(_0x28203f,_0x385e0c){const _0x5ae4af=_0x112bc2;_0x385e0c[_0x5ae4af(0x1bf)](_0x28203f,_0x4bc07b(_0x5879f5)[_0x5ae4af(0x215)]);}):_0x47dde6[_0x112bc2(0x1ac)](_0x5879f5);if(_0x595075=_0x47dde6[_0x112bc2(0x239)](_0x3787e9,{'class':_0x155d9f},[_0x295b7b]),_0x112bc2(0x197)===_0x1a2982||[_0x112bc2(0x20f),_0x112bc2(0x1b2)][_0x112bc2(0x1eb)](_0x3ad96f)){const _0x50b6fd=_0x47dde6[_0x112bc2(0x17e)](_0x112bc2(0x1f8),{'class':_0x112bc2(0x24b)},function(_0x35064e){const _0x4d3e59=_0x112bc2,_0x534ff2=this[_0x4d3e59(0x1ef)](_0x35064e),_0x48dab2=new _0x13a6d5();return _0x48dab2[_0x4d3e59(0x1ba)]({'content':_0x1d339d}),_0x48dab2[_0x4d3e59(0x235)](),_0x534ff2[_0x4d3e59(0x243)](_0x48dab2[_0x4d3e59(0x24e)]),_0x534ff2;});_0x47dde6[_0x112bc2(0x20b)](_0x47dde6[_0x112bc2(0x1d3)](_0x595075,_0x112bc2(0x1ea)),_0x50b6fd);}_0x47dde6[_0x112bc2(0x1b4)](_0x112bc2(0x199),_0x3ad96f,_0x595075);}else{const _0x56dae1=this[_0x112bc2(0x1c0)]?_0x47dde6[_0x112bc2(0x251)](_0x3787e9,{},function(_0x335aa8,_0x1600a8){const _0x306645=_0x112bc2;_0x1600a8[_0x306645(0x1bf)](_0x335aa8,_0x4bc07b(_0x5879f5)[_0x306645(0x215)]);}):_0x47dde6[_0x112bc2(0x1ac)](_0x5879f5);_0x595075=_0x47dde6[_0x112bc2(0x239)](_0x3787e9,{'class':_0x155d9f},_0x56dae1);}}if(_0x112bc2(0x17d)===_0x1a2982){const _0x43c5f6=_0x47dde6[_0x112bc2(0x239)](_0x112bc2(0x1d0),{'class':_0x112bc2(0x181)},[_0x595075]);if((_0x112bc2(0x207)===this[_0x112bc2(0x198)]||_0x3ad96f&&[_0x112bc2(0x20f),_0x112bc2(0x1b2)][_0x112bc2(0x1eb)](_0x3ad96f))&&_0x47dde6[_0x112bc2(0x1f2)](_0x112bc2(0x1e1),_0x112bc2(0x23c)+_0x5d10fc+'px',_0x43c5f6),_0x595075[_0x112bc2(0x24f)](_0x112bc2(0x1f9)))_0x47dde6[_0x112bc2(0x20e)](_0x112bc2(0x1d1),_0x43c5f6);else{if(_0x595075[_0x112bc2(0x24f)](_0x112bc2(0x22e))){for(const _0x26c078 of _0x595075[_0x112bc2(0x196)]())if(_0x112bc2(0x24d)!==_0x26c078){const _0x85cbb8=_0x26c078[_0x112bc2(0x200)](_0x112bc2(0x24d),_0x112bc2(0x181));_0x47dde6[_0x112bc2(0x20e)](_0x85cbb8,_0x43c5f6);}_0x47dde6[_0x112bc2(0x1f2)](_0x112bc2(0x1d7),this[_0x112bc2(0x1a6)](_0x1a2c29[_0x112bc2(0x223)]('id')),_0x43c5f6),_0x47dde6[_0x112bc2(0x1b4)](_0x112bc2(0x199),_0x3ad96f,_0x43c5f6);}}return _0x47dde6[_0x112bc2(0x1b4)](_0x112bc2(0x18b),!0x0,_0x43c5f6),_0x2c997(_0x43c5f6,_0x47dde6,{'hasSelectionHandle':!0x0});}return _0x47dde6[_0x112bc2(0x1b4)](_0x112bc2(0x1d2),!0x0,_0x595075),_0x2c997(_0x595075,_0x47dde6);}[_0x491a91(0x18e)](_0x30772c){const _0x383a7b=_0x491a91,_0x2b56c1=this[_0x383a7b(0x192)](_0x30772c[_0x383a7b(0x223)]('id'));if(!_0x2b56c1)return _0x383a7b(0x207)===this[_0x383a7b(0x198)]?{'label':_0x30772c[_0x383a7b(0x223)]('id'),'classes':_0x383a7b(0x24d)}:{'label':_0x30772c[_0x383a7b(0x223)]('id'),'classes':_0x383a7b(0x190),'status':_0x383a7b(0x1b2)};const _0x17bee7=this[_0x383a7b(0x1a6)](_0x2b56c1['id']),_0x20d329=this[_0x383a7b(0x22a)](_0x2b56c1['id']),_0x1b4ee4=this[_0x383a7b(0x218)](_0x30772c[_0x383a7b(0x223)]('id')),_0x46bb2c=_0x383a7b(0x197)!==_0x20d329?_0x2b56c1[_0x383a7b(0x1ca)]||0x78:void 0x0;if(_0x383a7b(0x207)===this[_0x383a7b(0x198)])return{'label':_0x17bee7,'height':_0x46bb2c,'classes':_0x383a7b(0x24d)};if(_0x383a7b(0x1f5)===this[_0x383a7b(0x198)])return _0x1b4ee4?{'label':_0x1b4ee4,'height':_0x46bb2c,'classes':_0x383a7b(0x22d)}:{'label':_0x17bee7,'height':_0x46bb2c,'classes':_0x383a7b(0x20c),'status':_0x383a7b(0x20f)};const _0x55d9fc=this[_0x383a7b(0x1a9)](_0x2b56c1['id'],this[_0x383a7b(0x198)]);return _0x55d9fc?{'label':_0x55d9fc,'height':_0x46bb2c,'classes':_0x383a7b(0x22d)}:_0x1b4ee4?{'label':_0x1b4ee4,'height':_0x46bb2c,'classes':_0x383a7b(0x18c),'status':_0x383a7b(0x182)}:{'label':_0x17bee7,'height':_0x46bb2c,'classes':_0x383a7b(0x1cb),'status':_0x383a7b(0x1b2)};}[_0x491a91(0x1f6)](_0x123383,_0x24aa3a,_0x3d4a53){const _0x20d614=_0x491a91,_0x4feb01=_0x123383[_0x20d614(0x223)]('id'),_0x35333a=_0x3d4a53&&_0x3d4a53[_0x4feb01]?_0x3d4a53[_0x4feb01]:this[_0x20d614(0x210)]+_0x4feb01+this[_0x20d614(0x17f)];let _0x2ae9e1;if(_0x3d4a53)_0x2ae9e1=_0x24aa3a[_0x20d614(0x251)](_0x20d614(0x1f8),{},function(_0x2f1e7d,_0xcbfed6){const _0x129007=_0x20d614;_0xcbfed6[_0x129007(0x1bf)](_0x2f1e7d,String(_0x35333a));});else{_0x2ae9e1=_0x24aa3a[_0x20d614(0x239)](_0x20d614(0x1f8));const _0xa73e4e=_0x24aa3a[_0x20d614(0x1ac)](_0x35333a);_0x24aa3a[_0x20d614(0x20b)](_0x24aa3a[_0x20d614(0x1d3)](_0x2ae9e1,_0x20d614(0x1ea)),_0xa73e4e);}return _0x24aa3a[_0x20d614(0x1b4)](_0x20d614(0x19d),!0x0,_0x2ae9e1),_0x2ae9e1;}[_0x491a91(0x216)](){const _0x8c3db9=_0x491a91;this[_0x8c3db9(0x1b8)][_0x8c3db9(0x1e5)](_0x3419dd=>{const _0x559fd6=_0x8c3db9;_0x559fd6(0x258)!==_0x3419dd[_0x559fd6(0x1bd)][_0x559fd6(0x209)]&&this[_0x559fd6(0x1f4)][_0x559fd6(0x219)][_0x559fd6(0x205)](_0x3419dd);});}[_0x491a91(0x230)](_0x39c4dc){const _0x54ca65=_0x491a91;if(!this[_0x54ca65(0x201)][_0x54ca65(0x1eb)](_0x39c4dc))throw new _0xf0b2fb(_0x54ca65(0x1e4),this,{'availablePreviewModes':this[_0x54ca65(0x201)],'previewMode':_0x39c4dc});}[_0x491a91(0x21f)](){const _0xcdaa99=_0x491a91;for(const _0x132b65 of this[_0xcdaa99(0x1f4)][_0xcdaa99(0x1be)][_0xcdaa99(0x1fc)][_0xcdaa99(0x1db)][_0xcdaa99(0x228)]({'includeChangesInGraveyard':!0x0})){if(_0xcdaa99(0x20b)!==_0x132b65[_0xcdaa99(0x1e2)]||_0xcdaa99(0x241)===_0x132b65[_0xcdaa99(0x1af)])continue;if(_0xcdaa99(0x1d2)===_0x132b65[_0xcdaa99(0x1af)]||_0xcdaa99(0x18b)===_0x132b65[_0xcdaa99(0x1af)]){this[_0xcdaa99(0x1b8)][_0xcdaa99(0x255)](_0x132b65[_0xcdaa99(0x19c)][_0xcdaa99(0x184)]);continue;}const _0x5c786f=this[_0xcdaa99(0x1f4)][_0xcdaa99(0x1be)][_0xcdaa99(0x1b9)](_0x132b65[_0xcdaa99(0x19c)][_0xcdaa99(0x184)]);for(const _0x76a1c3 of _0x5c786f[_0xcdaa99(0x1fb)]())_0x76a1c3['is'](_0xcdaa99(0x24e),_0xcdaa99(0x1d2))&&this[_0xcdaa99(0x1b8)][_0xcdaa99(0x255)](_0x76a1c3);}}[_0x491a91(0x238)](){const _0x48ba2d=_0x491a91,_0x103bb6=this[_0x48ba2d(0x1f4)];_0x103bb6[_0x48ba2d(0x1be)][_0x48ba2d(0x1fc)][_0x48ba2d(0x188)](_0x419b5b=>{const _0x19cc58=_0x48ba2d;if(!_0x419b5b[_0x19cc58(0x1df)][_0x19cc58(0x22c)])return!0x1;const _0x167b49=[],_0x961d8e=new Set(),_0x4fbc3e=this[_0x19cc58(0x23b)];let _0xcde5d8=!0x1;for(const _0x34a153 of _0x103bb6[_0x19cc58(0x1be)][_0x19cc58(0x1fc)][_0x19cc58(0x1db)][_0x19cc58(0x228)]())if(_0x19cc58(0x20b)===_0x34a153[_0x19cc58(0x1e2)]||_0x19cc58(0x203)===_0x34a153[_0x19cc58(0x1e2)]){let _0x5538b6=_0x19cc58(0x241)==_0x34a153[_0x19cc58(0x1af)]?_0x34a153[_0x19cc58(0x19c)][_0x19cc58(0x1b5)]:_0x34a153[_0x19cc58(0x19c)][_0x19cc58(0x184)];if(!_0x5538b6)continue;_0x5538b6['is'](_0x19cc58(0x241))&&(_0x5538b6=_0x5538b6[_0x19cc58(0x1b5)]),_0x22e9ca(_0x5538b6);}for(const _0x39fdc6 of _0x167b49[_0x19cc58(0x19a)]()){const {match:_0x10ea5b,item:_0x312576}=_0x39fdc6,_0x386865=_0x419b5b[_0x19cc58(0x1d3)](_0x312576,_0x10ea5b[_0x19cc58(0x224)]),_0x18f4fc=_0x386865[_0x19cc58(0x1a5)](_0x10ea5b[0x0][_0x19cc58(0x20d)]),_0x48a412=_0x419b5b[_0x19cc58(0x20a)](_0x386865,_0x18f4fc),_0x535889=_0x10ea5b[0x0],_0x1e0545=_0x535889[_0x19cc58(0x1dc)](this[_0x19cc58(0x210)][_0x19cc58(0x20d)],_0x535889[_0x19cc58(0x20d)]-this[_0x19cc58(0x17f)][_0x19cc58(0x20d)]),_0x317b92=_0x33669d(_0x48a412);if(_0x317b92[_0x19cc58(0x1ba)]('id',_0x1e0545),_0x19cc58(0x17d)===this[_0x19cc58(0x22a)](_0x1e0545)){const _0x32ac48=_0x419b5b[_0x19cc58(0x1fe)](_0x19cc58(0x18b),{'id':_0x1e0545});_0x419b5b[_0x19cc58(0x203)](_0x48a412),_0x103bb6[_0x19cc58(0x1be)][_0x19cc58(0x202)](_0x32ac48,null,null,{'setSelection':'on','findOptimalPosition':void 0x0});}else{const _0x1344c0=_0x419b5b[_0x19cc58(0x1fe)](_0x19cc58(0x1d2),_0x317b92);_0x103bb6[_0x19cc58(0x1be)][_0x19cc58(0x1cf)][_0x19cc58(0x256)](_0x48a412[_0x19cc58(0x236)],_0x19cc58(0x1d2))?_0x103bb6[_0x19cc58(0x1be)][_0x19cc58(0x202)](_0x1344c0,_0x48a412):_0x419b5b[_0x19cc58(0x203)](_0x48a412);}_0xcde5d8=!0x0;}return _0xcde5d8;function _0x22e9ca(_0x55aa58){const _0x4ad43d=_0x19cc58;let _0x198365='',_0x20d32c=0x0;if(!_0x961d8e[_0x4ad43d(0x1c5)](_0x55aa58))for(const _0x4bf578 of _0x55aa58[_0x4ad43d(0x1d4)]()){const _0x2b19a9=_0x4bf578[_0x4ad43d(0x242)];if(_0x4bf578['is'](_0x4ad43d(0x241))&&(''===_0x198365&&_0x4bf578[_0x4ad43d(0x248)]&&(_0x20d32c=_0x4bf578[_0x4ad43d(0x248)]),_0x198365+=_0x4bf578[_0x4ad43d(0x1fa)]),!_0x2b19a9||_0x2b19a9['is'](_0x4ad43d(0x24e))){for(const _0x1670d7 of _0x198365[_0x4ad43d(0x214)](_0x4fbc3e))_0x1670d7[_0x4ad43d(0x224)]=_0x1670d7[_0x4ad43d(0x224)]+_0x20d32c,_0x167b49[_0x4ad43d(0x221)]({'match':_0x1670d7,'item':_0x55aa58});_0x961d8e[_0x4ad43d(0x255)](_0x55aa58),_0x198365='';}_0x4bf578['is'](_0x4ad43d(0x24e))&&_0x22e9ca(_0x4bf578);}}function _0x33669d(_0x3dacc7){const _0x43b2b3=_0x19cc58,_0x5590ba=_0x3dacc7[_0x43b2b3(0x1fb)](),_0x4e4cea=_0x5590ba[_0x43b2b3(0x193)]()[_0x43b2b3(0x1c9)],_0x59948e=new Map(_0x4e4cea[_0x43b2b3(0x187)]());for(const _0x4c9944 of _0x5590ba)for(const [_0x13889a,_0x59068d]of _0x59948e)_0x4c9944[_0x43b2b3(0x223)](_0x13889a)!==_0x59068d&&_0x59948e[_0x43b2b3(0x1b3)](_0x13889a);return _0x59948e;}});}}
|
|
23
|
+
const _0xe96ee4=_0x369b;(function(_0x2c4fa2,_0x2aa4fd){const _0x14fa0f=_0x369b,_0x4222b6=_0x2c4fa2();while(!![]){try{const _0x3d8d8b=parseInt(_0x14fa0f(0x110))/0x1*(parseInt(_0x14fa0f(0xfb))/0x2)+-parseInt(_0x14fa0f(0x141))/0x3+parseInt(_0x14fa0f(0x183))/0x4*(parseInt(_0x14fa0f(0xdc))/0x5)+-parseInt(_0x14fa0f(0x18e))/0x6+-parseInt(_0x14fa0f(0x12a))/0x7+-parseInt(_0x14fa0f(0x19d))/0x8+parseInt(_0x14fa0f(0x13a))/0x9;if(_0x3d8d8b===_0x2aa4fd)break;else _0x4222b6['push'](_0x4222b6['shift']());}catch(_0x109d26){_0x4222b6['push'](_0x4222b6['shift']());}}}(_0x4a40,0xf0fd1));import{toWidget as _0x401900,viewToModelPositionOutsideModelElement as _0x5887cb}from'ckeditor5/src/widget.js';import{Plugin as _0x15f733}from'ckeditor5/src/core.js';import{IconView as _0x29c0df}from'ckeditor5/src/ui.js';import{isParagraphable as _0x882c97,wrapInParagraph as _0x2a78ee}from'ckeditor5/src/engine.js';import{CKEditorError as _0x36d69c,logWarning as _0x41181a}from'ckeditor5/src/utils.js';function _0x4a40(){const _0x12e262=['innerHTML','ck-merge-field-block_with-value','mergeFields.dataSets','mergeFieldsLicenseKeyValid','destroy','ck-merge-field\x20ck-merge-field_with-value','_defineSchema','change:data','MergeFieldsEditing','insertMergeFieldBlock','_getAvailablePreviewModes','type','ck-merge-field_with-value','function','hasClass','pluginName','\x20]+','label','conversion','match','model','147172nIlIQt','mergeFields.sanitizeHtml','dataDowncast','root','_licenseKeyCheckInterval','createRangeIn','createRawElement','end','setContentOf','setAttribute','mergeFieldBlock','9892932pXjxRt','join','listenTo','document','register','getMergeFieldsIds','parent','createPositionAt','startOffset','definitions','getClassNames','modelRange','slice','consume','mapper','3203672cUGeSI','ck-merge-field__icon','mergeFields.suffix','has','_createTextualMergeField','createElement','domConverter','ck-merge-field\x20ck-merge-field_with-warning\x20ck-merge-field_with-warning_missing-data','_trackAddedMergeFields','addClass','_refreshMergeFields','viewToModelPosition','merge-fields-duplicate-merge-field-id','_registerConversionPostFixer','add','div','mergeFieldsLicenseKeyTrialLimit:operations','reduce','registerPostFixer','ck-merge-field__content','from','ck-merge-field\x20ck-merge-field_with-warning\x20ck-merge-field_with-warning_no-default','elementToElement','$inlineObject','merge-fields-invalid-license-key','setCustomProperty','170rpUVwI','_shouldPreviewHtmlValues','get','element','for','push','position','text','rootName','getChildren','getChanges','mergeField','define','createContainerElement','WARNING_MISSING_DEFAULT_VALUE','$blockObject','name','differ','map','editingDowncast','editing','merge-fields-prefix-or-suffix-too-long','info','_defineConverters','_validatePreviewMode','createUIElement','values','replace','remove','previewMode','_mergeFieldRegExp','919870hvqfLf','createRange','every','mergeFields.previewModes','matchAll','getMergeFieldValue','defaultValue','$graveyard','ck-merge-field__affix','_validateConfig','merge-fields-prefix-and-suffix-must-differ','next','getLabel','merge-fields-invalid-id','$labels','merge-fields-duplicate-group-id','nodeAfter','delete','length','merge-fields-duplicate-data-set-id','view','2gPXLYW','merge-fields-provide-sanitize-function','$dataSets','getDefinition','concat','height','flattenedMergeFieldDefinitions','ck-merge-field\x20ck-merge-field_with-warning\x20ck-merge-field_with-warning_default-value-used','find','merge-fields-invalid-preview-modes-configuration','render','_mergeFieldElements','ck-merge-field-block','availablePreviewModes','block','_createMergeFieldWidget','previewMergeFields','getAttribute','getMergeFieldType','upcast','_mergeFieldPrefix','mergeFields.definitions','insert','change:previewMode','$text','createText','1841483rthGWq','mergeFields.previewHtmlValues','mergeFieldStatus','$defaultValues','insertObject','groupId','set','ck-merge-field\x20ck-merge-field_with-warning\x20ck-merge-field_with-warning_missing-definition','data-merge-field-block-label','mergeFieldsLicenseKeyInvalid','config','merge-fields-trial-license-key-reached-limit-changes','You\x20are\x20using\x20the\x20trial\x20version\x20of\x20CKEditor\x205\x20format\x20painter\x20plugin\x20with\x20limited\x20usage.\x20Make\x20sure\x20you\x20will\x20not\x20use\x20it\x20in\x20the\x20production\x20environment.','editor','test','commands','21964275vkmOLv','ck-merge-field_with-warning','registerInlineObjectMatcher','style','isLocal','html','batch','3935604AGXGAm','forEach','split','getItems','span','getShiftedBy','reconvertItem','mergeFieldsData','_prepareViewElementData','appendChild','_getFlattenedMergeFieldDefinitions','merge-fields-data-set-not-found','toDomElement','init','checkChild','dataPipeline:transparentRendering','getDataSetValues','ck-merge-field','reverse','merge-fields-invalid-prefix-or-suffix','WARNING_MISSING_DATA_USED_DEFAULT_VALUE','mergeFields.initialPreviewMode','nextSibling','includes','_mergeFieldSuffix','insertMergeField','mergeFieldsLicenseKeyTrial','licenseKey','start','getAttributes','modelCursor','mergeFields.prefix','schema','height:\x20','WARNING_MISSING_DATA','getDefaultValues','getDocumentMergeFieldsIds','getMergeFieldDefaultValue','data','value','bind','filter','merge-fields-invalid-preview-mode-set','index','offsetSize'];_0x4a40=function(){return _0x12e262;};return _0x4a40();}import _0x14a28b from'./insertmergefieldcommand.js';import _0x1e5ca6 from'./insertmergefieldblockcommand.js';function _0x369b(_0x5cc171,_0x1e5846){const _0x4a408e=_0x4a40();return _0x369b=function(_0x369bff,_0x3ab48f){_0x369bff=_0x369bff-0xd9;let _0x35d87d=_0x4a408e[_0x369bff];return _0x35d87d;},_0x369b(_0x5cc171,_0x1e5846);}import _0x4df599 from'./previewmergefieldscommand.js';import _0x2ca11b from'../theme/icons/warning.svg';export default class m extends _0x15f733{static get[_0xe96ee4(0x17d)](){const _0x26b202=_0xe96ee4;return _0x26b202(0x176);}constructor(_0x32abab){const _0x318edb=_0xe96ee4;super(_0x32abab),this[_0x318edb(0x116)]=[],_0x32abab[_0x318edb(0x134)][_0x318edb(0xe8)](_0x318edb(0xfe),[_0x318edb(0x109),_0x318edb(0x12d),_0x318edb(0x112)]),_0x32abab[_0x318edb(0x134)][_0x318edb(0xe8)](_0x318edb(0x170),[]),_0x32abab[_0x318edb(0x134)][_0x318edb(0xe8)](_0x318edb(0x125),[]),_0x32abab[_0x318edb(0x134)][_0x318edb(0xe8)](_0x318edb(0x160),'{{'),_0x32abab[_0x318edb(0x134)][_0x318edb(0xe8)](_0x318edb(0x19f),'}}'),_0x32abab[_0x318edb(0x134)][_0x318edb(0xe8)](_0x318edb(0x12b),!0x1),_0x32abab[_0x318edb(0x134)][_0x318edb(0xe8)](_0x318edb(0x184),_0x536f3c=>(_0x41181a(_0x318edb(0x111)),{'html':_0x536f3c,'hasChanged':!0x1})),this[_0x318edb(0x124)]=_0x32abab[_0x318edb(0x134)][_0x318edb(0xde)](_0x318edb(0x160)),this[_0x318edb(0x159)]=_0x32abab[_0x318edb(0x134)][_0x318edb(0xde)](_0x318edb(0x19f)),this[_0x318edb(0xdd)]=_0x32abab[_0x318edb(0x134)][_0x318edb(0xde)](_0x318edb(0x12b)),this[_0x318edb(0x116)]=this[_0x318edb(0x14b)](),this[_0x318edb(0x104)]();const _0x2d8c60='\x5c'+this[_0x318edb(0x124)][_0x318edb(0x143)]('')[_0x318edb(0x18f)]('\x5c'),_0x3c1bbe='\x5c'+this[_0x318edb(0x159)][_0x318edb(0x143)]('')[_0x318edb(0x18f)]('\x5c');this[_0x318edb(0xfa)]=new RegExp('('+_0x2d8c60+'[^'+(_0x2d8c60+_0x3c1bbe)+_0x318edb(0x17e)+_0x3c1bbe+')','g'),this[_0x318edb(0x11d)]=this[_0x318edb(0x178)]();const _0x3c5f61=_0x32abab[_0x318edb(0x134)][_0x318edb(0xde)](_0x318edb(0x156))||this[_0x318edb(0x11d)][0x0];this[_0x318edb(0xf4)](_0x3c5f61),this[_0x318edb(0x130)](_0x318edb(0xf9),_0x3c5f61),this[_0x318edb(0x11b)]=new Set(),this[_0x318edb(0x187)]=null;}[_0xe96ee4(0x14e)](){const _0x2d1a83=_0xe96ee4,_0x1b37e3=this[_0x2d1a83(0x137)];_0x1b37e3[_0x2d1a83(0x139)][_0x2d1a83(0x1ab)](_0x2d1a83(0x15a),new _0x14a28b(_0x1b37e3)),_0x1b37e3[_0x2d1a83(0x139)][_0x2d1a83(0x1ab)](_0x2d1a83(0x177),new _0x1e5ca6(_0x1b37e3)),_0x1b37e3[_0x2d1a83(0x139)][_0x2d1a83(0x1ab)](_0x2d1a83(0x120),new _0x4df599(_0x1b37e3)),this[_0x2d1a83(0x174)](),this[_0x2d1a83(0xf3)](),this['on'](_0x2d1a83(0x127),(_0x20b08c,_0x3864f6,_0x2db888)=>{const _0x4fad81=_0x2d1a83;this[_0x4fad81(0xf4)](_0x2db888),this[_0x4fad81(0x1a7)]();}),this[_0x2d1a83(0x190)](_0x1b37e3[_0x2d1a83(0x182)][_0x2d1a83(0x191)],_0x2d1a83(0x175),()=>{const _0x56b62e=_0x2d1a83;this[_0x56b62e(0x1a5)]();}),_0x1b37e3[_0x2d1a83(0xf0)][_0x2d1a83(0x19c)]['on'](_0x2d1a83(0x1a8),_0x5887cb(_0x1b37e3[_0x2d1a83(0x182)],_0x385264=>_0x385264[_0x2d1a83(0x17c)](_0x2d1a83(0x152)))),_0x1b37e3[_0x2d1a83(0xf0)][_0x2d1a83(0x19c)]['on'](_0x2d1a83(0x1a8),_0x5887cb(_0x1b37e3[_0x2d1a83(0x182)],_0x47d3cf=>_0x47d3cf[_0x2d1a83(0x17c)](_0x2d1a83(0x11c)))),this[_0x2d1a83(0x1aa)](),_0x1b37e3[_0x2d1a83(0xf0)][_0x2d1a83(0x10f)][_0x2d1a83(0x1a3)][_0x2d1a83(0x13c)]({'name':_0x2d1a83(0x145),'classes':[_0x2d1a83(0x152)]}),this[_0x2d1a83(0x15c)]=_0x1b37e3[_0x2d1a83(0x134)][_0x2d1a83(0xde)](_0x2d1a83(0x15c));const _0x38c117=this[_0x2d1a83(0x137)];this[_0x2d1a83(0x187)]=setInterval(()=>{const _0x4aa5e9=_0x2d1a83;let _0x56b754;for(const _0x393fa9 in _0x38c117){const _0x5ea0d2=_0x393fa9,_0x13c84b=_0x38c117[_0x5ea0d2];if(_0x4aa5e9(0x15b)===_0x13c84b||_0x4aa5e9(0x133)===_0x13c84b||_0x4aa5e9(0x171)===_0x13c84b||_0x4aa5e9(0x1ad)===_0x13c84b){delete _0x38c117[_0x5ea0d2],_0x56b754=_0x13c84b;break;}}if(_0x4aa5e9(0x133)===_0x56b754)throw clearInterval(this[_0x4aa5e9(0x187)]),new _0x36d69c(_0x4aa5e9(0xda),null);if(_0x4aa5e9(0x15b)===_0x56b754&&console[_0x4aa5e9(0xf2)](_0x4aa5e9(0x136)),_0x4aa5e9(0x1ad)===_0x56b754)throw clearInterval(this[_0x4aa5e9(0x187)]),new _0x36d69c(_0x4aa5e9(0x135),null);_0x4aa5e9(0x171)===_0x56b754&&clearInterval(this[_0x4aa5e9(0x187)]);},0x3e8);}[_0xe96ee4(0x164)](){const _0x24ca33=_0xe96ee4,_0x5120a8={},_0x28a924=this[_0x24ca33(0x193)]();for(const _0x2c160b of _0x28a924)_0x5120a8[_0x2c160b]=this[_0x24ca33(0x166)](_0x2c160b);return _0x5120a8;}[_0xe96ee4(0x151)](_0x1764ca,_0x283a20=!0x1){const _0x1decb0=_0xe96ee4,_0x291bdb={},_0x1a117c=this[_0x1decb0(0x193)]();for(const _0x9ba939 of _0x1a117c){let _0x24ca80=this[_0x1decb0(0x100)](_0x9ba939,_0x1764ca);null===_0x24ca80&&_0x283a20&&(_0x24ca80=this[_0x1decb0(0x166)](_0x9ba939)),_0x291bdb[_0x9ba939]=_0x24ca80;}return _0x291bdb;}[_0xe96ee4(0x107)](_0x328e09){const _0x1e4c15=_0xe96ee4,_0x1f7ec3=this[_0x1e4c15(0x113)](_0x328e09);return _0x1f7ec3&&_0x1f7ec3[_0x1e4c15(0x17f)]?_0x1f7ec3[_0x1e4c15(0x17f)]:_0x328e09;}[_0xe96ee4(0x166)](_0x5ecec4){const _0x5d796a=_0xe96ee4,_0x1fcab1=this[_0x5d796a(0x113)](_0x5ecec4);if(!_0x1fcab1||void 0x0===_0x1fcab1[_0x5d796a(0x101)])return null;const _0x50c9ef=_0x5d796a(0x17b)==typeof _0x1fcab1[_0x5d796a(0x101)]?_0x1fcab1[_0x5d796a(0x101)](this[_0x5d796a(0x137)]):_0x1fcab1[_0x5d796a(0x101)];return String(_0x50c9ef);}[_0xe96ee4(0x100)](_0x57d5f0,_0x1d5ca4){const _0x1556d9=_0xe96ee4,_0x2ffd80=this[_0x1556d9(0x137)][_0x1556d9(0x134)][_0x1556d9(0xde)](_0x1556d9(0x170))[_0x1556d9(0x118)](_0x1ddc93=>_0x1ddc93['id']===_0x1d5ca4);if(!_0x2ffd80)throw new _0x36d69c(_0x1556d9(0x14c),null);const _0x53494a=_0x2ffd80[_0x1556d9(0xf6)][_0x57d5f0];if(void 0x0===_0x53494a)return null;const _0x37f6e8=_0x1556d9(0x17b)==typeof _0x53494a?_0x53494a(this[_0x1556d9(0x137)]):_0x53494a;return String(_0x37f6e8);}[_0xe96ee4(0x122)](_0x4bec0b){const _0x449bbb=_0xe96ee4,_0x1b3e3f=this[_0x449bbb(0x113)](_0x4bec0b);return _0x1b3e3f&&_0x1b3e3f[_0x449bbb(0x179)]?_0x1b3e3f[_0x449bbb(0x179)]:_0x449bbb(0xe3);}[_0xe96ee4(0x165)](){const _0x1b22e6=_0xe96ee4,_0xe263ad=new Set();for(const _0x18df1f of this[_0x1b22e6(0x11b)])_0x1b22e6(0x102)!==_0x18df1f[_0x1b22e6(0x186)][_0x1b22e6(0xe4)]&&_0xe263ad[_0x1b22e6(0x1ab)](_0x18df1f[_0x1b22e6(0x121)]('id'));return Array[_0x1b22e6(0x1b1)](_0xe263ad);}[_0xe96ee4(0x193)](){const _0x34969b=_0xe96ee4,_0x346525=this[_0x34969b(0x116)][_0x34969b(0xee)](_0x56086e=>_0x56086e['id']),_0x15c090=this[_0x34969b(0x165)]();return Array[_0x34969b(0x1b1)](new Set([..._0x346525,..._0x15c090]));}[_0xe96ee4(0x113)](_0x4ff6f8){const _0x352fd4=_0xe96ee4;return this[_0x352fd4(0x116)][_0x352fd4(0x118)](_0x12c33d=>_0x12c33d['id']===_0x4ff6f8)||null;}[_0xe96ee4(0x172)](){const _0xf0a5f7=_0xe96ee4;this[_0xf0a5f7(0x187)]&&clearInterval(this[_0xf0a5f7(0x187)]);}[_0xe96ee4(0x14b)](){const _0x41190e=_0xe96ee4,_0x47f161=new Set(),_0x327f82=this[_0x41190e(0x137)];return _0x327f82[_0x41190e(0x134)][_0x41190e(0xde)](_0x41190e(0x125))[_0x41190e(0x1ae)]((_0x4ce9bc,_0x5713ed)=>{const _0x23e814=_0x41190e;if(_0x23e814(0x12f)in _0x5713ed){if(_0x47f161[_0x23e814(0x1a0)](_0x5713ed[_0x23e814(0x12f)]))throw new _0x36d69c(_0x23e814(0x10a),_0x327f82,{'duplicateId':_0x5713ed[_0x23e814(0x12f)]});_0x47f161[_0x23e814(0x1ab)](_0x5713ed[_0x23e814(0x12f)]);}return _0x23e814(0x12f)in _0x5713ed?function(_0x23f097,_0x2eb0ac){const _0x237df7=_0x23e814;for(const _0x3b3b26 of _0x2eb0ac[_0x237df7(0x197)])_0x23f097=_0x23f097[_0x237df7(0x114)](_0x3b3b26);return _0x23f097;}[_0x23e814(0x169)](_0x327f82)(_0x4ce9bc,_0x5713ed):_0x4ce9bc[_0x23e814(0x114)](_0x5713ed);},new Array());}[_0xe96ee4(0x104)](){const _0x7e5d1d=_0xe96ee4,_0x5f4669=/^['"`!#%:;=@{}~$()*+/?[\\\]^|]+$/;if(!_0x5f4669[_0x7e5d1d(0x138)](this[_0x7e5d1d(0x124)])||!_0x5f4669[_0x7e5d1d(0x138)](this[_0x7e5d1d(0x159)]))throw new _0x36d69c(_0x7e5d1d(0x154),this,{'prefix':this[_0x7e5d1d(0x124)],'suffix':this[_0x7e5d1d(0x159)]});if(this[_0x7e5d1d(0x124)][_0x7e5d1d(0x10d)]>0x8||this[_0x7e5d1d(0x159)][_0x7e5d1d(0x10d)]>0x8)throw new _0x36d69c(_0x7e5d1d(0xf1),this,{'prefix':this[_0x7e5d1d(0x124)],'suffix':this[_0x7e5d1d(0x159)],'limit':0x8});const _0x4aa203=/^[a-zA-Z0-9_.-]+$/,_0x8876c=new Set();if(this[_0x7e5d1d(0x116)][_0x7e5d1d(0xee)](_0x7e5d66=>{const _0x2839ce=_0x7e5d1d;if(!_0x4aa203[_0x2839ce(0x138)](_0x7e5d66['id']))throw new _0x36d69c(_0x2839ce(0x108),this,{'incorrectId':_0x7e5d66['id']});if(_0x8876c[_0x2839ce(0x1a0)](_0x7e5d66['id']))throw new _0x36d69c(_0x2839ce(0x1a9),this,{'duplicateId':_0x7e5d66['id']});_0x8876c[_0x2839ce(0x1ab)](_0x7e5d66['id']);}),this[_0x7e5d1d(0x124)]===this[_0x7e5d1d(0x159)])throw new _0x36d69c(_0x7e5d1d(0x105),this);const _0x5dff37=this[_0x7e5d1d(0x137)][_0x7e5d1d(0x134)][_0x7e5d1d(0xde)](_0x7e5d1d(0xfe)),_0x167249=[_0x7e5d1d(0x109),_0x7e5d1d(0x12d),_0x7e5d1d(0x112)];if(!_0x5dff37[_0x7e5d1d(0x10d)]||!_0x5dff37[_0x7e5d1d(0xfd)](_0xe77f5b=>_0x167249[_0x7e5d1d(0x158)](_0xe77f5b)))throw new _0x36d69c(_0x7e5d1d(0x119),this,{'invalidConfig':_0x5dff37});const _0x1890d8=new Set(),_0x136186=this[_0x7e5d1d(0x137)][_0x7e5d1d(0x134)][_0x7e5d1d(0xde)](_0x7e5d1d(0x170));for(const _0x1a4383 of _0x136186){if(_0x1890d8[_0x7e5d1d(0x1a0)](_0x1a4383['id']))throw new _0x36d69c(_0x7e5d1d(0x10e),this,{'duplicateId':_0x1a4383['id']});_0x1890d8[_0x7e5d1d(0x1ab)](_0x1a4383['id']);}}[_0xe96ee4(0x178)](){const _0x5ba3c2=_0xe96ee4,_0x1446f8=this[_0x5ba3c2(0x137)][_0x5ba3c2(0x134)][_0x5ba3c2(0xde)](_0x5ba3c2(0xfe)),_0x2f4337=[];if(_0x1446f8[_0x5ba3c2(0x158)](_0x5ba3c2(0x109))&&_0x2f4337[_0x5ba3c2(0xe1)](_0x5ba3c2(0x109)),_0x1446f8[_0x5ba3c2(0x158)](_0x5ba3c2(0x12d))&&_0x2f4337[_0x5ba3c2(0xe1)](_0x5ba3c2(0x12d)),_0x1446f8[_0x5ba3c2(0x158)](_0x5ba3c2(0x112))){const _0x39386f=this[_0x5ba3c2(0x137)][_0x5ba3c2(0x134)][_0x5ba3c2(0xde)](_0x5ba3c2(0x170));_0x2f4337[_0x5ba3c2(0xe1)](..._0x39386f[_0x5ba3c2(0xee)](_0x1b01ad=>_0x1b01ad['id']));}return _0x2f4337;}[_0xe96ee4(0x174)](){const _0x970b0c=_0xe96ee4,_0x15a859=this[_0x970b0c(0x137)][_0x970b0c(0x182)][_0x970b0c(0x161)];_0x15a859[_0x970b0c(0x192)](_0x970b0c(0xe7),{'inheritAllFrom':_0x970b0c(0xd9),'allowAttributes':['id'],'allowWhere':_0x970b0c(0x128)}),_0x15a859[_0x970b0c(0x192)](_0x970b0c(0x18d),{'inheritAllFrom':_0x970b0c(0xeb),'allowAttributes':['id']});}[_0xe96ee4(0xf3)](){const _0x5327af=_0xe96ee4,_0x4832d2=this[_0x5327af(0x137)][_0x5327af(0x180)];_0x4832d2[_0x5327af(0xe0)](_0x5327af(0x123))[_0x5327af(0x1ab)](_0x5801e3=>{const _0x266ff7=_0x5327af;_0x5801e3['on'](_0x266ff7(0xe3),(_0x433ef8,_0x42131e,_0x846678)=>{const _0x28c891=_0x266ff7,{consumable:_0x2f86e8,writer:_0x396b66,schema:_0x442850}=_0x846678,{viewItem:_0x178ce5}=_0x42131e;if(!_0x2f86e8[_0x28c891(0x138)](_0x178ce5))return;const _0x44b7c7=_0x178ce5[_0x28c891(0x167)][_0x28c891(0x143)](this[_0x28c891(0xfa)])[_0x28c891(0x16a)](_0x29c9c7=>_0x29c9c7);if(0x1===_0x44b7c7[_0x28c891(0x10d)]&&!_0x44b7c7[0x0][_0x28c891(0x181)](this[_0x28c891(0xfa)]))return;let _0x4894e6=!0x0;for(const _0x5b0663 of _0x44b7c7){if(!_0x5b0663[_0x28c891(0x181)](this[_0x28c891(0xfa)])){_0x4894e6=!0x1;break;}const _0x219c26=_0x5b0663[_0x28c891(0x19a)](this[_0x28c891(0x124)][_0x28c891(0x10d)],_0x5b0663[_0x28c891(0x10d)]-this[_0x28c891(0x159)][_0x28c891(0x10d)]);if(_0x28c891(0xe3)===this[_0x28c891(0x122)](_0x219c26)){_0x4894e6=!0x1;break;}}if(_0x4894e6){_0x2f86e8[_0x28c891(0x19b)](_0x178ce5);for(const _0x3845e0 of _0x44b7c7){const _0x36c180=_0x3845e0[_0x28c891(0x19a)](this[_0x28c891(0x124)][_0x28c891(0x10d)],_0x3845e0[_0x28c891(0x10d)]-this[_0x28c891(0x159)][_0x28c891(0x10d)]),_0x2d231b=_0x42131e[_0x28c891(0x15f)],_0x5590d2=_0x396b66[_0x28c891(0x1a2)](_0x28c891(0x18d),{'id':_0x36c180});_0x396b66[_0x28c891(0x126)](_0x5590d2,_0x2d231b),_0x42131e[_0x28c891(0x15f)]=_0x2d231b[_0x28c891(0x146)](0x1),_0x42131e[_0x28c891(0x199)]=_0x396b66[_0x28c891(0xfc)](_0x42131e[_0x28c891(0x199)]?_0x42131e[_0x28c891(0x199)][_0x28c891(0x15d)]:_0x2d231b,_0x42131e[_0x28c891(0x15f)]);}}else{if(!_0x442850[_0x28c891(0x14f)](_0x42131e[_0x28c891(0x15f)],_0x28c891(0x128))){if(!_0x882c97(_0x42131e[_0x28c891(0x15f)],_0x28c891(0x128),_0x442850))return;_0x42131e[_0x28c891(0x15f)]=_0x2a78ee(_0x42131e[_0x28c891(0x15f)],_0x396b66);}_0x2f86e8[_0x28c891(0x19b)](_0x178ce5);for(const _0x2afb1d of _0x44b7c7){const _0x40ba74=_0x42131e[_0x28c891(0x15f)];let _0x53cc88;if(_0x2afb1d[_0x28c891(0x181)](this[_0x28c891(0xfa)])){const _0x422ec1=_0x2afb1d[_0x28c891(0x19a)](this[_0x28c891(0x124)][_0x28c891(0x10d)],_0x2afb1d[_0x28c891(0x10d)]-this[_0x28c891(0x159)][_0x28c891(0x10d)]);_0x53cc88=_0x396b66[_0x28c891(0x1a2)](_0x28c891(0xe7),{'id':_0x422ec1});}else _0x53cc88=_0x396b66[_0x28c891(0x129)](_0x2afb1d);_0x396b66[_0x28c891(0x126)](_0x53cc88,_0x40ba74),_0x42131e[_0x28c891(0x15f)]=_0x40ba74[_0x28c891(0x146)](_0x53cc88[_0x28c891(0x16d)]),_0x42131e[_0x28c891(0x199)]=_0x396b66[_0x28c891(0xfc)](_0x42131e[_0x28c891(0x199)]?_0x42131e[_0x28c891(0x199)][_0x28c891(0x15d)]:_0x40ba74,_0x42131e[_0x28c891(0x15f)]);}}});}),_0x4832d2[_0x5327af(0xe0)](_0x5327af(0xef))[_0x5327af(0x1b3)]({'model':_0x5327af(0xe7),'view':(_0x237dae,{writer:_0xbbe9b1})=>this[_0x5327af(0x11f)](_0x237dae,_0xbbe9b1,_0x5327af(0xe3))}),_0x4832d2[_0x5327af(0xe0)](_0x5327af(0x185))[_0x5327af(0x1b3)]({'model':_0x5327af(0xe7),'view':(_0x2829d5,{writer:_0x3c994f,options:_0x55e5cb})=>this[_0x5327af(0x1a1)](_0x2829d5,_0x3c994f,_0x55e5cb[_0x5327af(0x148)])}),_0x4832d2[_0x5327af(0xe0)](_0x5327af(0xef))[_0x5327af(0x1b3)]({'model':_0x5327af(0x18d),'view':(_0x3d0167,{writer:_0x19ac6c})=>this[_0x5327af(0x11f)](_0x3d0167,_0x19ac6c,_0x5327af(0x11e))}),_0x4832d2[_0x5327af(0xe0)](_0x5327af(0x185))[_0x5327af(0x1b3)]({'model':_0x5327af(0x18d),'view':(_0x3de20f,{writer:_0x2b028e,options:_0x7ca3bc})=>this[_0x5327af(0x1a1)](_0x3de20f,_0x2b028e,_0x7ca3bc[_0x5327af(0x148)])});}[_0xe96ee4(0x11f)](_0x4f02f7,_0xac12a0,_0x273e4d){const _0x204cda=_0xe96ee4,{label:_0x5d71c5,classes:_0xbae5a,status:_0x16892b,height:_0x11163c}=this[_0x204cda(0x149)](_0x4f02f7),_0xb20776=this[_0x204cda(0x124)],_0x5b4358=this[_0x204cda(0x159)],_0x178da0=this[_0x204cda(0x137)][_0x204cda(0x134)][_0x204cda(0xde)](_0x204cda(0x184)),_0x403d07=_0x204cda(0xe3)===_0x273e4d?_0x204cda(0x145):_0x204cda(0x1ac);let _0x56779c;if(_0x204cda(0x109)===this[_0x204cda(0xf9)])_0x56779c=_0xac12a0[_0x204cda(0xe9)](_0x403d07,{'class':_0xbae5a},[_0xac12a0[_0x204cda(0xf5)](_0x204cda(0x145),{'class':_0x204cda(0x103)},function(_0x324101){const _0x312179=_0x204cda,_0x3769c5=this[_0x312179(0x14d)](_0x324101);return _0x3769c5[_0x312179(0x16e)]=_0xb20776,_0x3769c5;}),_0xac12a0[_0x204cda(0xe9)](_0x204cda(0x145),{'class':_0x204cda(0x1b0)},_0xac12a0[_0x204cda(0x129)](String(_0x5d71c5))),_0xac12a0[_0x204cda(0xf5)](_0x204cda(0x145),{'class':_0x204cda(0x103)},function(_0xe012ff){const _0x52c9f1=_0x204cda,_0x405e64=this[_0x52c9f1(0x14d)](_0xe012ff);return _0x405e64[_0x52c9f1(0x16e)]=_0x5b4358,_0x405e64;})]);else{if(_0x16892b){const _0x4788d5=this[_0x204cda(0xdd)]?_0xac12a0[_0x204cda(0x189)](_0x204cda(0x145),{},function(_0x1fc4c8,_0x209642){const _0x48e407=_0x204cda;_0x209642[_0x48e407(0x18b)](_0x1fc4c8,_0x178da0(_0x5d71c5)[_0x48e407(0x13f)]);}):_0xac12a0[_0x204cda(0x129)](_0x5d71c5);if(_0x56779c=_0xac12a0[_0x204cda(0xe9)](_0x403d07,{'class':_0xbae5a},[_0x4788d5]),_0x204cda(0xe3)===_0x273e4d||[_0x204cda(0xea),_0x204cda(0x163)][_0x204cda(0x158)](_0x16892b)){const _0x16ff02=_0xac12a0[_0x204cda(0xf5)](_0x204cda(0x145),{'class':_0x204cda(0x19e)},function(_0x567da5){const _0x2668a9=_0x204cda,_0x39a562=this[_0x2668a9(0x14d)](_0x567da5),_0x55a3ac=new _0x29c0df();return _0x55a3ac[_0x2668a9(0x130)]({'content':_0x2ca11b}),_0x55a3ac[_0x2668a9(0x11a)](),_0x39a562[_0x2668a9(0x14a)](_0x55a3ac[_0x2668a9(0xdf)]),_0x39a562;});_0xac12a0[_0x204cda(0x126)](_0xac12a0[_0x204cda(0x195)](_0x56779c,_0x204cda(0x18a)),_0x16ff02);}_0xac12a0[_0x204cda(0xdb)](_0x204cda(0x12c),_0x16892b,_0x56779c);}else{const _0x546d61=this[_0x204cda(0xdd)]?_0xac12a0[_0x204cda(0x189)](_0x403d07,{},function(_0x20c87d,_0x409d9d){const _0x20714b=_0x204cda;_0x409d9d[_0x20714b(0x18b)](_0x20c87d,_0x178da0(_0x5d71c5)[_0x20714b(0x13f)]);}):_0xac12a0[_0x204cda(0x129)](_0x5d71c5);_0x56779c=_0xac12a0[_0x204cda(0xe9)](_0x403d07,{'class':_0xbae5a},_0x546d61);}}if(_0x204cda(0x11e)===_0x273e4d){const _0x570a4b=_0xac12a0[_0x204cda(0xe9)](_0x204cda(0x1ac),{'class':_0x204cda(0x11c)},[_0x56779c]);if((_0x204cda(0x109)===this[_0x204cda(0xf9)]||_0x16892b&&[_0x204cda(0xea),_0x204cda(0x163)][_0x204cda(0x158)](_0x16892b))&&_0xac12a0[_0x204cda(0x18c)](_0x204cda(0x13d),_0x204cda(0x162)+_0x11163c+'px',_0x570a4b),_0x56779c[_0x204cda(0x17c)](_0x204cda(0x17a)))_0xac12a0[_0x204cda(0x1a6)](_0x204cda(0x16f),_0x570a4b);else{if(_0x56779c[_0x204cda(0x17c)](_0x204cda(0x13b))){for(const _0x497446 of _0x56779c[_0x204cda(0x198)]())if(_0x204cda(0x152)!==_0x497446){const _0x50d1bb=_0x497446[_0x204cda(0xf7)](_0x204cda(0x152),_0x204cda(0x11c));_0xac12a0[_0x204cda(0x1a6)](_0x50d1bb,_0x570a4b);}_0xac12a0[_0x204cda(0x18c)](_0x204cda(0x132),this[_0x204cda(0x107)](_0x4f02f7[_0x204cda(0x121)]('id')),_0x570a4b),_0xac12a0[_0x204cda(0xdb)](_0x204cda(0x12c),_0x16892b,_0x570a4b);}}return _0xac12a0[_0x204cda(0xdb)](_0x204cda(0x18d),!0x0,_0x570a4b),_0x401900(_0x570a4b,_0xac12a0,{'hasSelectionHandle':!0x0});}return _0xac12a0[_0x204cda(0xdb)](_0x204cda(0xe7),!0x0,_0x56779c),_0x401900(_0x56779c,_0xac12a0);}[_0xe96ee4(0x149)](_0x3fc3da){const _0x19725b=_0xe96ee4,_0x52f9ed=this[_0x19725b(0x113)](_0x3fc3da[_0x19725b(0x121)]('id'));if(!_0x52f9ed)return _0x19725b(0x109)===this[_0x19725b(0xf9)]?{'label':_0x3fc3da[_0x19725b(0x121)]('id'),'classes':_0x19725b(0x152)}:{'label':_0x3fc3da[_0x19725b(0x121)]('id'),'classes':_0x19725b(0x131),'status':_0x19725b(0x163)};const _0x8078d4=this[_0x19725b(0x107)](_0x52f9ed['id']),_0x36ecae=this[_0x19725b(0x122)](_0x52f9ed['id']),_0x1e5373=this[_0x19725b(0x166)](_0x3fc3da[_0x19725b(0x121)]('id')),_0x3b5b77=_0x19725b(0xe3)!==_0x36ecae?_0x52f9ed[_0x19725b(0x115)]||0x78:void 0x0;if(_0x19725b(0x109)===this[_0x19725b(0xf9)])return{'label':_0x8078d4,'height':_0x3b5b77,'classes':_0x19725b(0x152)};if(_0x19725b(0x12d)===this[_0x19725b(0xf9)])return _0x1e5373?{'label':_0x1e5373,'height':_0x3b5b77,'classes':_0x19725b(0x173)}:{'label':_0x8078d4,'height':_0x3b5b77,'classes':_0x19725b(0x1b2),'status':_0x19725b(0xea)};const _0x2103c9=this[_0x19725b(0x100)](_0x52f9ed['id'],this[_0x19725b(0xf9)]);return _0x2103c9?{'label':_0x2103c9,'height':_0x3b5b77,'classes':_0x19725b(0x173)}:_0x1e5373?{'label':_0x1e5373,'height':_0x3b5b77,'classes':_0x19725b(0x117),'status':_0x19725b(0x155)}:{'label':_0x8078d4,'height':_0x3b5b77,'classes':_0x19725b(0x1a4),'status':_0x19725b(0x163)};}[_0xe96ee4(0x1a1)](_0x3ca9d3,_0x564eef,_0x754cdd){const _0x150d21=_0xe96ee4,_0x23f792=_0x3ca9d3[_0x150d21(0x121)]('id'),_0x9a4b53=_0x754cdd&&_0x754cdd[_0x23f792]?_0x754cdd[_0x23f792]:this[_0x150d21(0x124)]+_0x23f792+this[_0x150d21(0x159)];let _0x5b0b51;if(_0x754cdd)_0x5b0b51=_0x564eef[_0x150d21(0x189)](_0x150d21(0x145),{},function(_0x81fc5,_0x432a67){const _0x5164a2=_0x150d21;_0x432a67[_0x5164a2(0x18b)](_0x81fc5,String(_0x9a4b53));});else{_0x5b0b51=_0x564eef[_0x150d21(0xe9)](_0x150d21(0x145));const _0xce1afe=_0x564eef[_0x150d21(0x129)](_0x9a4b53);_0x564eef[_0x150d21(0x126)](_0x564eef[_0x150d21(0x195)](_0x5b0b51,_0x150d21(0x18a)),_0xce1afe);}return _0x564eef[_0x150d21(0xdb)](_0x150d21(0x150),!0x0,_0x5b0b51),_0x5b0b51;}[_0xe96ee4(0x1a7)](){const _0x50c71d=_0xe96ee4;this[_0x50c71d(0x11b)][_0x50c71d(0x142)](_0x362b98=>{const _0x4e30ca=_0x50c71d;_0x4e30ca(0x102)!==_0x362b98[_0x4e30ca(0x186)][_0x4e30ca(0xe4)]&&this[_0x4e30ca(0x137)][_0x4e30ca(0xf0)][_0x4e30ca(0x147)](_0x362b98);});}[_0xe96ee4(0xf4)](_0x108edb){const _0x411e4a=_0xe96ee4;if(!this[_0x411e4a(0x11d)][_0x411e4a(0x158)](_0x108edb))throw new _0x36d69c(_0x411e4a(0x16b),this,{'availablePreviewModes':this[_0x411e4a(0x11d)],'previewMode':_0x108edb});}[_0xe96ee4(0x1a5)](){const _0x23bc3d=_0xe96ee4;for(const _0x45dcea of this[_0x23bc3d(0x137)][_0x23bc3d(0x182)][_0x23bc3d(0x191)][_0x23bc3d(0xed)][_0x23bc3d(0xe6)]({'includeChangesInGraveyard':!0x0})){if(_0x23bc3d(0x126)!==_0x45dcea[_0x23bc3d(0x179)]||_0x23bc3d(0x128)===_0x45dcea[_0x23bc3d(0xec)])continue;if(_0x23bc3d(0xe7)===_0x45dcea[_0x23bc3d(0xec)]||_0x23bc3d(0x18d)===_0x45dcea[_0x23bc3d(0xec)]){this[_0x23bc3d(0x11b)][_0x23bc3d(0x1ab)](_0x45dcea[_0x23bc3d(0xe2)][_0x23bc3d(0x10b)]);continue;}const _0xc4813d=this[_0x23bc3d(0x137)][_0x23bc3d(0x182)][_0x23bc3d(0x188)](_0x45dcea[_0x23bc3d(0xe2)][_0x23bc3d(0x10b)]);for(const _0x2a8f69 of _0xc4813d[_0x23bc3d(0x144)]())_0x2a8f69['is'](_0x23bc3d(0xdf),_0x23bc3d(0xe7))&&this[_0x23bc3d(0x11b)][_0x23bc3d(0x1ab)](_0x2a8f69);}}[_0xe96ee4(0x1aa)](){const _0x26b1eb=_0xe96ee4,_0x3d0568=this[_0x26b1eb(0x137)];_0x3d0568[_0x26b1eb(0x182)][_0x26b1eb(0x191)][_0x26b1eb(0x1af)](_0xdbd7fc=>{const _0x4d64bc=_0x26b1eb;if(!_0xdbd7fc[_0x4d64bc(0x140)][_0x4d64bc(0x13e)])return!0x1;const _0x23ff8d=[],_0x4c5434=new Set(),_0x7c77db=this[_0x4d64bc(0xfa)];let _0x31446a=!0x1;for(const _0x13b9a9 of _0x3d0568[_0x4d64bc(0x182)][_0x4d64bc(0x191)][_0x4d64bc(0xed)][_0x4d64bc(0xe6)]())if(_0x4d64bc(0x126)===_0x13b9a9[_0x4d64bc(0x179)]||_0x4d64bc(0xf8)===_0x13b9a9[_0x4d64bc(0x179)]){let _0x14d4e3=_0x4d64bc(0x128)==_0x13b9a9[_0x4d64bc(0xec)]?_0x13b9a9[_0x4d64bc(0xe2)][_0x4d64bc(0x194)]:_0x13b9a9[_0x4d64bc(0xe2)][_0x4d64bc(0x10b)];if(!_0x14d4e3)continue;_0x14d4e3['is'](_0x4d64bc(0x128))&&(_0x14d4e3=_0x14d4e3[_0x4d64bc(0x194)]),_0x287463(_0x14d4e3);}for(const _0x4bc14e of _0x23ff8d[_0x4d64bc(0x153)]()){const {match:_0x4106e9,item:_0x77de30}=_0x4bc14e,_0x50f0a1=_0xdbd7fc[_0x4d64bc(0x195)](_0x77de30,_0x4106e9[_0x4d64bc(0x16c)]),_0x3fc06a=_0x50f0a1[_0x4d64bc(0x146)](_0x4106e9[0x0][_0x4d64bc(0x10d)]),_0x50d53a=_0xdbd7fc[_0x4d64bc(0xfc)](_0x50f0a1,_0x3fc06a),_0x3c7f97=_0x4106e9[0x0],_0x4f2a92=_0x3c7f97[_0x4d64bc(0x19a)](this[_0x4d64bc(0x124)][_0x4d64bc(0x10d)],_0x3c7f97[_0x4d64bc(0x10d)]-this[_0x4d64bc(0x159)][_0x4d64bc(0x10d)]),_0x3378a9=_0x428c82(_0x50d53a);if(_0x3378a9[_0x4d64bc(0x130)]('id',_0x4f2a92),_0x4d64bc(0x11e)===this[_0x4d64bc(0x122)](_0x4f2a92)){const _0x2f42bc=_0xdbd7fc[_0x4d64bc(0x1a2)](_0x4d64bc(0x18d),{'id':_0x4f2a92});_0xdbd7fc[_0x4d64bc(0xf8)](_0x50d53a),_0x3d0568[_0x4d64bc(0x182)][_0x4d64bc(0x12e)](_0x2f42bc,null,null,{'setSelection':'on','findOptimalPosition':void 0x0});}else{const _0x2ef082=_0xdbd7fc[_0x4d64bc(0x1a2)](_0x4d64bc(0xe7),_0x3378a9);_0x3d0568[_0x4d64bc(0x182)][_0x4d64bc(0x161)][_0x4d64bc(0x14f)](_0x50d53a[_0x4d64bc(0x15d)],_0x4d64bc(0xe7))?_0x3d0568[_0x4d64bc(0x182)][_0x4d64bc(0x12e)](_0x2ef082,_0x50d53a):_0xdbd7fc[_0x4d64bc(0xf8)](_0x50d53a);}_0x31446a=!0x0;}return _0x31446a;function _0x287463(_0x455421){const _0x1d3981=_0x4d64bc;let _0x5adefa='',_0x5e3619=0x0;if(!_0x4c5434[_0x1d3981(0x1a0)](_0x455421))for(const _0x77e6cf of _0x455421[_0x1d3981(0xe5)]()){const _0x50ac75=_0x77e6cf[_0x1d3981(0x157)];if(_0x77e6cf['is'](_0x1d3981(0x128))&&(''===_0x5adefa&&_0x77e6cf[_0x1d3981(0x196)]&&(_0x5e3619=_0x77e6cf[_0x1d3981(0x196)]),_0x5adefa+=_0x77e6cf[_0x1d3981(0x167)]),!_0x50ac75||_0x50ac75['is'](_0x1d3981(0xdf))){for(const _0x736b21 of _0x5adefa[_0x1d3981(0xff)](_0x7c77db))_0x736b21[_0x1d3981(0x16c)]=_0x736b21[_0x1d3981(0x16c)]+_0x5e3619,_0x23ff8d[_0x1d3981(0xe1)]({'match':_0x736b21,'item':_0x455421});_0x4c5434[_0x1d3981(0x1ab)](_0x455421),_0x5adefa='';}_0x77e6cf['is'](_0x1d3981(0xdf))&&_0x287463(_0x77e6cf);}}function _0x428c82(_0x10b89b){const _0x18dd11=_0x4d64bc,_0x4371c1=_0x10b89b[_0x18dd11(0x144)](),_0xd0b17e=_0x4371c1[_0x18dd11(0x106)]()[_0x18dd11(0x168)],_0x4929a5=new Map(_0xd0b17e[_0x18dd11(0x15e)]());for(const _0x39ed6b of _0x4371c1)for(const [_0x10e492,_0x41d4a7]of _0x4929a5)_0x39ed6b[_0x18dd11(0x121)](_0x10e492)!==_0x41d4a7&&_0x4929a5[_0x18dd11(0x10c)](_0x10e492);return _0x4929a5;}});}}
|