@univerjs-pro/ink-ui 1.0.0-alpha.3
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/README.md +46 -0
- package/lib/cjs/index.js +1 -0
- package/lib/cjs/locale/ar-SA.js +1 -0
- package/lib/cjs/locale/ca-ES.js +1 -0
- package/lib/cjs/locale/de-DE.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -0
- package/lib/cjs/locale/es-ES.js +1 -0
- package/lib/cjs/locale/fa-IR.js +1 -0
- package/lib/cjs/locale/fr-FR.js +1 -0
- package/lib/cjs/locale/id-ID.js +1 -0
- package/lib/cjs/locale/it-IT.js +1 -0
- package/lib/cjs/locale/ja-JP.js +1 -0
- package/lib/cjs/locale/ko-KR.js +1 -0
- package/lib/cjs/locale/pl-PL.js +1 -0
- package/lib/cjs/locale/pt-BR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -0
- package/lib/cjs/locale/sk-SK.js +1 -0
- package/lib/cjs/locale/vi-VN.js +1 -0
- package/lib/cjs/locale/zh-CN.js +1 -0
- package/lib/cjs/locale/zh-HK.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -0
- package/lib/es/index.js +1 -0
- package/lib/es/locale/ar-SA.js +1 -0
- package/lib/es/locale/ca-ES.js +1 -0
- package/lib/es/locale/de-DE.js +1 -0
- package/lib/es/locale/en-US.js +1 -0
- package/lib/es/locale/es-ES.js +1 -0
- package/lib/es/locale/fa-IR.js +1 -0
- package/lib/es/locale/fr-FR.js +1 -0
- package/lib/es/locale/id-ID.js +1 -0
- package/lib/es/locale/it-IT.js +1 -0
- package/lib/es/locale/ja-JP.js +1 -0
- package/lib/es/locale/ko-KR.js +1 -0
- package/lib/es/locale/pl-PL.js +1 -0
- package/lib/es/locale/pt-BR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -0
- package/lib/es/locale/sk-SK.js +1 -0
- package/lib/es/locale/vi-VN.js +1 -0
- package/lib/es/locale/zh-CN.js +1 -0
- package/lib/es/locale/zh-HK.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -0
- package/lib/index.css +403 -0
- package/lib/index.js +1 -0
- package/lib/locale/ar-SA.js +1 -0
- package/lib/locale/ca-ES.js +1 -0
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/es-ES.js +1 -0
- package/lib/locale/fa-IR.js +1 -0
- package/lib/locale/fr-FR.js +1 -0
- package/lib/locale/id-ID.js +1 -0
- package/lib/locale/it-IT.js +1 -0
- package/lib/locale/ja-JP.js +1 -0
- package/lib/locale/ko-KR.js +1 -0
- package/lib/locale/pl-PL.js +1 -0
- package/lib/locale/pt-BR.js +1 -0
- package/lib/locale/ru-RU.js +1 -0
- package/lib/locale/sk-SK.js +1 -0
- package/lib/locale/vi-VN.js +1 -0
- package/lib/locale/zh-CN.js +1 -0
- package/lib/locale/zh-HK.js +1 -0
- package/lib/locale/zh-TW.js +1 -0
- package/lib/types/config/config.d.ts +5 -0
- package/lib/types/index.d.ts +6 -0
- package/lib/types/locale/ar-SA.d.ts +3 -0
- package/lib/types/locale/ca-ES.d.ts +3 -0
- package/lib/types/locale/de-DE.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +15 -0
- package/lib/types/locale/es-ES.d.ts +3 -0
- package/lib/types/locale/fa-IR.d.ts +3 -0
- package/lib/types/locale/fr-FR.d.ts +3 -0
- package/lib/types/locale/id-ID.d.ts +3 -0
- package/lib/types/locale/it-IT.d.ts +3 -0
- package/lib/types/locale/ja-JP.d.ts +3 -0
- package/lib/types/locale/ko-KR.d.ts +3 -0
- package/lib/types/locale/pl-PL.d.ts +3 -0
- package/lib/types/locale/pt-BR.d.ts +3 -0
- package/lib/types/locale/ru-RU.d.ts +3 -0
- package/lib/types/locale/sk-SK.d.ts +3 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/locale/vi-VN.d.ts +3 -0
- package/lib/types/locale/zh-CN.d.ts +3 -0
- package/lib/types/locale/zh-HK.d.ts +3 -0
- package/lib/types/locale/zh-TW.d.ts +3 -0
- package/lib/types/plugin.d.ts +16 -0
- package/lib/types/services/ink-outside-interaction.service.d.ts +14 -0
- package/lib/types/services/ink-ui-state.service.d.ts +37 -0
- package/lib/types/services/ink-ui.service.d.ts +8 -0
- package/lib/types/views/InkBrushToolIcon.d.ts +4 -0
- package/lib/types/views/InkDarkBrushToolIcon.d.ts +4 -0
- package/lib/types/views/InkDarkEraserToolIcon.d.ts +4 -0
- package/lib/types/views/InkDarkHighlighterToolIcon.d.ts +4 -0
- package/lib/types/views/InkDarkPenToolIcon.d.ts +4 -0
- package/lib/types/views/InkEraserToolIcon.d.ts +4 -0
- package/lib/types/views/InkFloatingToolbar.d.ts +20 -0
- package/lib/types/views/InkFloatingToolbarContainer.d.ts +1 -0
- package/lib/types/views/InkIcons.d.ts +6 -0
- package/lib/types/views/InkPenToolIcon.d.ts +4 -0
- package/lib/types/views/InkSmudgeToolIcon.d.ts +4 -0
- package/lib/umd/index.js +1 -0
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -0
- package/lib/umd/locale/es-ES.js +1 -0
- package/lib/umd/locale/fa-IR.js +1 -0
- package/lib/umd/locale/fr-FR.js +1 -0
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -0
- package/lib/umd/locale/ko-KR.js +1 -0
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -0
- package/lib/umd/locale/sk-SK.js +1 -0
- package/lib/umd/locale/vi-VN.js +1 -0
- package/lib/umd/locale/zh-CN.js +1 -0
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -0
- package/package.json +88 -0
package/lib/es/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x5f1ee3=_0x57be;(function(_0x3852a2,_0x133898){const _0xe0df6a=_0x57be,_0x246346=_0x3852a2();while(!![]){try{const _0x439688=-parseInt(_0xe0df6a(0x21e))/0x1+-parseInt(_0xe0df6a(0x19b))/0x2*(parseInt(_0xe0df6a(0x144))/0x3)+-parseInt(_0xe0df6a(0x2a7))/0x4*(-parseInt(_0xe0df6a(0x238))/0x5)+parseInt(_0xe0df6a(0x1b9))/0x6+-parseInt(_0xe0df6a(0x23a))/0x7*(parseInt(_0xe0df6a(0x2f9))/0x8)+parseInt(_0xe0df6a(0x13d))/0x9*(-parseInt(_0xe0df6a(0x274))/0xa)+-parseInt(_0xe0df6a(0x170))/0xb*(-parseInt(_0xe0df6a(0x152))/0xc);if(_0x439688===_0x133898)break;else _0x246346['push'](_0x246346['shift']());}catch(_0x5cbb31){_0x246346['push'](_0x246346['shift']());}}}(_0x1d47,0x71c70));import{UniverInkPlugin as _0x2f16f5}from'@univerjs-pro/ink';function _0x57be(_0x1aada3,_0x23f48c){_0x1aada3=_0x1aada3-0x130;const _0x1d47f9=_0x1d47();let _0x57be04=_0x1d47f9[_0x1aada3];return _0x57be04;}import{UniverLicensePlugin as _0x12dffa}from'@univerjs-pro/license';import{DependentOn as _0x4e7b0f,Disposable as _0x299b82,IConfigService as _0x3c9436,Inject as _0x45e926,Injector as _0x41cbfb,LocaleService as _0x541e1b,Plugin as _0x594d62,UniverInstanceType as _0x3f690b,createIdentifier as _0x58c268,merge as _0x5a4e22,toDisposable as _0x8c4813}from'@univerjs/core';import{BuiltInUIPart as _0x5b99ad,IUIPartsService as _0x1b4c12,UniverUIPlugin as _0x23e6da,connectInjector as _0x5195d0,useDependency as _0x4cf81f,useObservable as _0x77b1de}from'@univerjs/ui';import{BehaviorSubject as _0x4f13be}from'rxjs';import{ShapeFloatingToolbarMenuPanel as _0x1cd99e}from'@univerjs-pro/shape-editor-ui';import{Button as _0x5466ad,ColorPicker as _0x176e80,Dropdown as _0x3de237,Tooltip as _0x477c60,clsx as _0x55d0b8}from'@univerjs/design';import{CloseIcon as _0x1ba573,ColorWheelMultiIcon as _0x5eadd8,MoreDownIcon as _0x64ebc2,StrokeSize1Icon as _0x12446e,StrokeSize2Icon as _0x6dd778,StrokeSize3Icon as _0x332d42,StrokeSize4Icon as _0x3b627a,StrokeSize5Icon as _0x1eeec8}from'@univerjs/icons';import{useState as _0x141376}from'react';import{jsx as _0xe5c911,jsxs as _0x2429d1}from'react/jsx-runtime';var P=_0x5f1ee3(0x303),F=_0x5f1ee3(0x1ce);const I={};function L(_0x4338d3){'@babel/helpers - typeof';const _0x254d99=_0x5f1ee3;return L=typeof Symbol==_0x254d99(0x19f)&&typeof Symbol[_0x254d99(0x2f8)]=='symbol'?function(_0x132c69){return typeof _0x132c69;}:function(_0x1fc332){const _0x49dc79=_0x254d99;return _0x1fc332&&typeof Symbol==_0x49dc79(0x19f)&&_0x1fc332[_0x49dc79(0x2ec)]===Symbol&&_0x1fc332!==Symbol[_0x49dc79(0x1ca)]?_0x49dc79(0x301):typeof _0x1fc332;},L(_0x4338d3);}function re(_0x3e2924,_0x4a35cd){const _0x36b3f9=_0x5f1ee3;if(L(_0x3e2924)!=_0x36b3f9(0x1ae)||!_0x3e2924)return _0x3e2924;var _0x4704da=_0x3e2924[Symbol[_0x36b3f9(0x21c)]];if(_0x4704da!==void 0x0){var _0x1328a9=_0x4704da['call'](_0x3e2924,_0x4a35cd||'default');if(L(_0x1328a9)!=_0x36b3f9(0x1ae))return _0x1328a9;throw TypeError('@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.');}return(_0x4a35cd===_0x36b3f9(0x143)?String:Number)(_0x3e2924);}function ie(_0x23cc29){var _0x3b8f7b=re(_0x23cc29,'string');return L(_0x3b8f7b)=='symbol'?_0x3b8f7b:_0x3b8f7b+'';}function R(_0x720da3,_0x5d2165,_0x481806){return(_0x5d2165=ie(_0x5d2165))in _0x720da3?Object['defineProperty'](_0x720da3,_0x5d2165,{'value':_0x481806,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x720da3[_0x5d2165]=_0x481806,_0x720da3;}const z=_0x58c268(_0x5f1ee3(0x1cd)),B={'pen':{'color':_0x5f1ee3(0x2a9),'width':0x2,'opacity':0x1},'brush':{'color':'#f54a45','width':0x4,'opacity':0x1},'highlighter':{'color':'#ffe928','width':0xe,'opacity':0.45},'eraser':{'color':_0x5f1ee3(0x1a9),'width':0x18,'opacity':0x1}};function V(_0x11fb77){const _0x399245=_0x5f1ee3;return _0x11fb77===_0x399245(0x2ba)||_0x11fb77===_0x399245(0x200)||_0x11fb77===_0x399245(0x26f)?_0x11fb77:'pen';}var H=class extends _0x299b82{constructor(..._0x356c4b){const _0x3ec690=_0x5f1ee3;super(..._0x356c4b),R(this,_0x3ec690(0x28b),new _0x4f13be({'active':!0x1,'toolbarVisible':!0x1,'tool':'pen',...B[_0x3ec690(0x2de)],'session':null})),R(this,'state$',this[_0x3ec690(0x28b)][_0x3ec690(0x15c)]());}['dispose'](){const _0x346697=_0x5f1ee3;this['_state$'][_0x346697(0x2a6)](),super[_0x346697(0x2f6)]();}[_0x5f1ee3(0x1dd)](){const _0x11871e=_0x5f1ee3;return this[_0x11871e(0x28b)][_0x11871e(0x132)]();}['beginInkMode'](_0x413901){const _0x55c5a0=_0x5f1ee3;let _0x15c3f6=V(_0x413901[_0x55c5a0(0x255)]);this[_0x55c5a0(0x28b)][_0x55c5a0(0x26c)]({...this['getState'](),...B[_0x15c3f6],'active':!0x0,'toolbarVisible':!0x0,'tool':_0x15c3f6,'session':{'unitId':_0x413901[_0x55c5a0(0x191)],'subUnitId':_0x413901[_0x55c5a0(0x222)]}});}[_0x5f1ee3(0x240)](){const _0x4e6964=_0x5f1ee3;this[_0x4e6964(0x28b)][_0x4e6964(0x26c)]({...this[_0x4e6964(0x1dd)](),'active':!0x1,'toolbarVisible':!0x1,'session':null});}[_0x5f1ee3(0x22b)](_0x40dea8){const _0x454910=_0x5f1ee3;this[_0x454910(0x28b)][_0x454910(0x26c)]({...this[_0x454910(0x1dd)](),...B[_0x40dea8],'tool':_0x40dea8});}['setWidth'](_0x4e1cec){const _0x42b02d=_0x5f1ee3;!Number[_0x42b02d(0x1f9)](_0x4e1cec)||_0x4e1cec<=0x0||this['_state$']['next']({...this[_0x42b02d(0x1dd)](),'width':_0x4e1cec});}[_0x5f1ee3(0x2d2)](_0x198f38){const _0x2093e0=_0x5f1ee3;_0x198f38&&this[_0x2093e0(0x28b)][_0x2093e0(0x26c)]({...this[_0x2093e0(0x1dd)](),'color':_0x198f38});}};function U(_0x1c7f53,_0x135240){return function(_0x5b4327,_0x1b8d38){_0x135240(_0x5b4327,_0x1b8d38,_0x1c7f53);};}function _0x1d47(){const _0x3f7982=['0.973543','eraser','0.486065','effect1_dropShadow_2_2784','univer-h-12\x20univer-w-[72px]','7.99795','1630FVBJTG','url(#paint4_linear_0_1397)','0.548318','clipPath','url(#paint0_linear_0_1618)','58.5702','44.07','univer-w-[244px]','10.2276','25.4602','univer-h-24\x20univer-w-12\x20univer-shrink-0','url(#paint2_linear_0_1425)','url(#filter1_d_0_1451)','paint1_linear_0_1397','9.5','13.1742','0.266834','http://www.w3.org/2000/svg','45.6223','#D8918F','url(#paint1_linear_0_1443)','mask0_0_1397','M15.9701\x2015.8803C15.7177\x2014.8704\x2014.2823\x2014.8704\x2014.0299\x2015.8803L12\x2023.9998H18L15.9701\x2015.8803ZM24.5\x2053.9998H5.5V55.9998H24.5V53.9998Z','_state$','getOwnPropertyDescriptor','paint0_linear_0_1618','7.5','univer-flex\x20univer-items-center\x20univer-justify-center','none','paint2_linear_0_1451','#E9E8E8','paint1_linear_0_1425','url(#paint3_linear_0_1397)','paint1_linear_0_1646','7.3501','M15\x2016C23.7632\x2016\x2024.25\x2022.0541\x2024.25\x2022.0541V48H5.75V22.0541C5.75\x2022.0541\x206.23684\x2016\x2015\x2016Z','paint5_linear_0_1593','15.1101','#BD10E0','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.251939\x200','24.5','div','effect1_dropShadow_0_1593','#C5C4C3','url(#paint1_linear_0_1397)','effect1_dropShadow_0_1425','89.78','url(#paint5_linear_0_1593)','effect1_dropShadow_0_1618','8.09744','complete','659180SyzfXt','mask0_0_1425','#f54a45','url(#filter1_d_0_1593)','60.71','14.4183','filter','ink-ui.config','61.5','48.1683','paint0_linear_0_1397','#F79E9D','ink-ui.toolbar.widthSelector','univer-size-5','0.745733','url(#paint0_linear_0_1593)','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.747897\x200','M22.5\x2035V47H7.5V35H22.5Z','#838383','brush','paint3_linear_2_2784','18.1711','22.5','0.0907455','_uiPartsService','luminance','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.253333\x200','mask0_0_1593','0.0722478','93.8258','36.3384','effect1_dropShadow_0_1451','M24.5\x2055V60.5H5.5V55H24.5ZM19.9636\x2015.5522C19.9876\x2015.6117\x2020\x2015.6753\x2020\x2015.7394V26.5H10V20.9112C9.99998\x2020.8043\x2010.0342\x2020.7003\x2010.0976\x2020.6143C10.7888\x2019.6775\x2011.7563\x2018.8515\x2013\x2018.1364C14.2127\x2017.4391\x2016.3169\x2016.4855\x2019.3127\x2015.2758C19.5687\x2015.1723\x2019.8602\x2015.2961\x2019.9636\x2015.5522Z','color','feFlood','target','[data-ink-interactive-region=\x22true\x22]','#F5F5F5','11.7063','svg','36.7756','univer-h-10','univer-w-[210px]\x20univer-shrink-0','setColor','M24.5\x2055V66H5.5V55H24.5ZM19.9636\x2015.5522C19.9876\x2015.6117\x2020\x2015.6753\x2020\x2015.7394V26.5H10V20.9112C9.99998\x2020.8043\x2010.0342\x2020.7003\x2010.0976\x2020.6143C10.7888\x2019.6775\x2011.7563\x2018.8515\x2013\x2018.1364C14.2127\x2017.4391\x2016.3169\x2016.4855\x2019.3127\x2015.2758C19.5687\x2015.1723\x2019.8602\x2015.2961\x2019.9636\x2015.5522Z','#313131','univer-w-auto\x20!univer-p-2','0.380181','104.491','#5B5B5B','effect1_dropShadow_0_1443','0.445105','univer-border-0\x20univer-bg-transparent\x20univer-p-0\x20univer-shadow-none\x20univer-outline-none','57.327','mask1_0_1425','pen','url(#filter2_d_0_1451)','paint3_linear_0_1425','0.375877','paint0_linear_0_1593','#D27977','filter2_d_0_1646','SourceGraphic','26.5','0.195905','M14.0291\x2015.9346C14.2793\x2014.9207\x2015.7207\x2014.9207\x2015.9709\x2015.9346L24.2088\x2049.3199C24.4022\x2050.1037\x2024.5\x2050.9082\x2024.5\x2051.7155V54H5.5L5.5\x2051.7155C5.5\x2050.9082\x205.59778\x2050.1037\x205.7912\x2049.3199L14.0291\x2015.9346Z','0.249973','36.6785','#DCDDDC','constructor','0.247214','0.887284','14.2826','mask1_0_1443','48.8868','0.250256','22.7082','paint0_linear_2_2784','#252627','dispose','url(#paint0_linear_0_1646)','iterator','1784XZecIF','ink-ui.outside-interaction.service','ghost','_interactiveRegions','M9\x2027.5C9\x2026.9477\x209.44772\x2026.5\x2010\x2026.5L20\x2026.5C20.5523\x2026.5\x2021\x2026.9477\x2021\x2027.5V42.0409C21\x2042.6475\x2021.1104\x2043.2489\x2021.3257\x2043.816L24.1743\x2051.3174C24.3896\x2051.8844\x2024.5\x2052.4859\x2024.5\x2053.0924V105.5H5.5V53.0924C5.5\x2052.4859\x205.61036\x2051.8844\x205.82569\x2051.3174L8.67431\x2043.816C8.88964\x2043.2489\x209\x2042.6475\x209\x2042.0409V27.5Z','50.5317','29.4576','25.0598','symbol','univer-rounded-lg\x20univer-p-3\x20!univer-shadow-none','@univerjs-pro/ink-ui','url(#mask2_0_1425)','url(#filter0_d_0_1451)','getValue','url(#filter0_d_0_1425)','43.2814','url(#filter0_d_0_1646)','url(#mask1_0_1451)','!univer-w-10\x20!univer-min-w-10\x20!univer-p-0','0.157806','url(#paint1_linear_0_1451)','url(#paint4_linear_0_1443)','paint2_linear_0_1646','22.41','19566Evdetb','!univer-w-[72px]\x20!univer-min-w-[72px]\x20!univer-pl-2.5\x20!univer-pr-2\x20rtl:!univer-pl-2\x20rtl:!univer-pr-2.5','true','url(#filter0_d_0_1443)','10.9996','51.9337','string','6KWBuBq','some','SourceAlpha','mask0_2_2784','#6F6F6F','labelKey','url(#paint3_linear_0_1451)','filter0_d_0_1593','43.4603','feOffset','0.964727','feGaussianBlur','paint2_linear_0_1397','19.7616','9237744VynPdw','mask2_0_1618','20.8101','40.6148','clip0_0_1397','url(#paint1_linear_0_1646)','url(#paint4_linear_0_1425)','effect1_dropShadow_0_1397','filter0_d_0_1425','0.119892','asObservable','20.5','#38393A','paint2_linear_0_1425','add','42.2475','#F0F0F0','url(#paint2_linear_0_1397)','close','#D9807F','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.254261\x200','104.625','35.8142','ink-ui.toolbar.colorPicker','defs','26.3099','mask','71.5','packageName','0.640132','22grxDkN','span','15.5','0.805495','0.749878','white','M20.5\x2036V46H9.5V36H20.5Z','UNIVER_INK_UI_PLUGIN','univer-relative\x20univer-flex\x20univer-items-center\x20univer-justify-center\x20univer-rounded-full\x20univer-border-none\x20univer-bg-transparent\x20univer-text-gray-700\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20hover:univer-text-gray-900\x20dark:!univer-text-gray-100\x20dark:hover:!univer-bg-gray-800','state$','forEach','0.469628','18.4818','url(#filter0_d_0_1593)','version','23.66','shape','#2F3132','dataset','pointerdown','14.5','mask2_0_1425','url(#filter1_d_0_1646)','active','url(#paint2_linear_2_2784)','registerComponent','control','beginInkMode','paint1_linear_0_1451','matrix','CONTENT','#ECECED','url(#mask0_0_1618)','unitId','0.837945','univer-absolute\x20univer-bottom-0\x20univer-left-5\x20univer-flex\x20univer-h-24\x20univer-w-[210px]\x20univer-gap-1.5\x20univer-overflow-hidden\x20rtl:univer-left-auto\x20rtl:univer-right-5','feBlend','paint3_linear_0_1646','#E731AA','getDirection','19.1595','paint2_linear_0_1443','104.365','662596VfyPvW','univer-flex\x20univer-h-12\x20univer-items-center','_configService','5.76888','function','stop','univer-fixed\x20univer-bottom-5\x20univer-left-1/2\x20univer-z-[100000]\x20univer-flex\x20univer-h-12\x20univer--translate-x-1/2\x20univer-items-center\x20univer-gap-3\x20univer-overflow-visible\x20univer-rounded-full\x20univer-border\x20univer-border-gray-200\x20univer-bg-white\x20univer-px-5\x20univer-pb-0\x20univer-pt-0\x20univer-shadow-2xl\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','univer-h-12\x20univer-w-10','sRGB','9.24166','paint2_linear_2_2784','0.218117','univer-block\x20univer-size-[30px]\x20univer-rounded-full','0.598084','#ffffff','#A6A29E','path','#DB9191','url(#paint1_linear_0_1593)','object','M11.7701\x2024.41H18.0401L21.4601\x2046.07H8.3501L11.7701\x2024.41Z','disposeWithMe','univer-rounded-md\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-100\x20dark:hover:!univer-bg-gray-800','0.68608','53.7028','univer-z-[100001]','url(#mask2_0_1618)','mask0_0_1443','21.6039','2.8635','5489832wEWsrO','filter1_d_0_1397','51.3388','105','normal','url(#mask1_2_2784)','14.5734','0.102218','paint1_linear_2_2784','univer-flex\x20univer-items-center\x20univer-gap-2','0.249891','url(#paint2_linear_0_1451)','21.1319','map','find','ink-ui.toolbar.widthValue','21.2245','prototype','userSpaceOnUse','filter0_d_0_1451','ink-ui.state.service','1.0.0-alpha.3','rect','length','5.5','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.25\x200','feColorMatrix','paint0_linear_0_1451','#323131','17.4701','#FED031','0.584408','mask1_0_1618','59.5457','#525252','url(#paint3_linear_0_1425)','getState','55.3071','toolbarVisible','inkInteractiveRegion','24.31','url(#mask1_0_1425)','url(#filter0_d_2_2784)','paint3_linear_0_1451','url(#filter2_d_0_1646)','#E1E1E1','paint1_linear_0_1593','paint0_linear_0_1646','0.169003','url(#paint3_linear_2_2784)','3.5','url(#mask0_0_1425)','0\x200\x2030\x20107','#767B7F','#121213','M15.9701\x2015.8803C15.7177\x2014.8704\x2014.2823\x2014.8704\x2014.0299\x2015.8803L12\x2023.9998H18L15.9701\x2015.8803ZM24.5\x2053.9998H5.5V58.4998H24.5V53.9998Z','_config','M14.0291\x2015.9346C14.2793\x2014.9207\x2015.7207\x2014.9207\x2015.9709\x2015.9346L23.9176\x2048.1397C24.3044\x2049.7075\x2024.5\x2051.3163\x2024.5\x2052.9311V54H5.5V52.9311C5.5\x2051.3163\x205.69556\x2049.7075\x206.08241\x2048.1397L14.0291\x2015.9346Z','univer-pointer-events-none\x20univer-absolute\x20univer-bottom-0\x20univer-left-1/2\x20univer-block\x20univer--translate-x-1/2\x20univer-transition-transform\x20univer-duration-200\x20univer-ease-out','removeEventListener','top','#DDDEDE','0.155077','0.5','isFinite','univer-block\x20univer-size-6','109','univer-translate-y-[35px]\x20group-hover:univer-translate-y-[27px]','28.115','M24.5\x2033V49H5.5V33H24.5ZM18.7791\x2037.4645C18.4279\x2037.1132\x2017.8752\x2037.0862\x2017.493\x2037.3834L17.4012\x2037.4645L15.2617\x2039.6041L13.2129\x2037.5551C12.8224\x2037.1646\x2012.1892\x2037.1646\x2011.7987\x2037.5551C11.4382\x2037.9156\x2011.4105\x2038.4828\x2011.7155\x2038.8751L11.7987\x2038.9693L13.8477\x2041.0181L11.7081\x2043.1576C11.3275\x2043.5381\x2011.3275\x2044.155\x2011.7081\x2044.5355C12.0593\x2044.8868\x2012.612\x2044.9138\x2012.9942\x2044.6166L13.086\x2044.5355L15.2257\x2042.3961L17.2743\x2044.4449C17.6648\x2044.8354\x2018.2979\x2044.8354\x2018.6885\x2044.4449C19.049\x2044.0844\x2019.0767\x2043.5172\x2018.7717\x2043.1249L18.6885\x2043.0307L16.6397\x2040.9821L18.7791\x2038.8424C19.1596\x2038.4619\x2019.1596\x2037.845\x2018.7791\x2037.4645Z','univer-group\x20univer-relative\x20univer-h-24\x20univer-w-12\x20univer-appearance-none','highlighter','defineProperty','small','url(#mask1_0_1618)','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','#1C1D1E','[data-ink-floating-toolbar-popup=\x22true\x22]','url(#paint2_linear_0_1593)','evenodd','url(#mask1_0_1443)','effect1_dropShadow_0_1646','paint0_linear_0_1443','M12.9991\x2018.6987C13.1108\x2017.7306\x2013.9305\x2017\x2014.9051\x2017C15.8796\x2017\x2016.6994\x2017.7306\x2016.8111\x2018.6987L17.4701\x2024.41H12.3401L12.9991\x2018.6987Z','url(#mask0_0_1443)','#181A1A','#DADADA','addEventListener','univer-bg-primary-50\x20univer-text-primary-600\x20dark:!univer-bg-gray-800','19.2128','0.1','0.963934','mask0_0_1646','ink-ui.toolbar.pen','_stateService','#787878','ink-ui.toolbar.exitInkMode','paint1_linear_0_1443','url(#paint2_linear_0_1618)','toPrimitive','M9\x2042H21L24.5\x2052H5.5L9\x2042Z','857651JwpZus','0.210116','#292A2B','_injector','subUnitId','49.089','paint3_linear_0_1618','#2F3031','url(#mask0_0_1397)','105.528','url(#paint0_linear_0_1443)','url(#mask0_2_2784)','button','selectTool','decorate','ink-tool-icon-light\x20univer-block\x20univer-w-auto\x20univer-drop-shadow-lg\x20dark:!univer-hidden','0.575612','icon','paint4_linear_0_1618','stopPropagation','_handlePointerDown','M8.35\x2046.07H21.46C22.6822\x2050.2254\x2023.874\x2059.5658\x2024.31\x2074.57V104.78H5.5L5.5\x2074.57C5.93601\x2059.5658\x207.12783\x2050.2254\x208.35\x2046.07Z','url(#paint3_linear_0_1646)','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.752404\x200','0.999639','0.01','5NBeEBZ','setConfig','8750zLXrhI','0.309277','0.171137','mask1_0_1451','url(#clip0_0_1397)','#FAF7F7','cancelInkMode','paint3_linear_0_1443','value','url(#paint1_linear_2_2784)','23.3094','4.5','#232425','30.295','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.5\x200','BackgroundImageFix','url(#filter1_d_0_1397)','0.920119','#3C3D3E','filter1_d_0_1451','tooltipVisible','linearGradient','#EFEFEF','hardAlpha','url(#paint2_linear_0_1443)','5.75','0\x200\x2030\x20105','tool','paint0_linear_0_1425','ink-ui.toolbar.highlighter','url(#paint3_linear_0_1443)','#E4E4E4','url(#paint0_linear_2_2784)','composedPath','paint4_linear_0_1443','31.5133','0.2','104.941','mask1_2_2784','join','41.8903','filter1_d_0_1593','paint5_linear_0_1397','url(#paint1_linear_0_1425)','#BEBFC1','width','48.3125','24.25','0.911778','0.447724','next','56.9'];_0x1d47=function(){return _0x3f7982;};return _0x1d47();}function W(_0x2f228a,_0x54c8d4,_0x241baa,_0x468a33){const _0x2ee067=_0x5f1ee3;var _0x2bc33b=arguments[_0x2ee067(0x1d0)],_0x3f2ac3=_0x2bc33b<0x3?_0x54c8d4:_0x468a33===null?_0x468a33=Object[_0x2ee067(0x28c)](_0x54c8d4,_0x241baa):_0x468a33,_0x42a6f4;if(typeof Reflect==_0x2ee067(0x1ae)&&typeof Reflect[_0x2ee067(0x22c)]=='function')_0x3f2ac3=Reflect[_0x2ee067(0x22c)](_0x2f228a,_0x54c8d4,_0x241baa,_0x468a33);else{for(var _0x53cb86=_0x2f228a['length']-0x1;_0x53cb86>=0x0;_0x53cb86--)(_0x42a6f4=_0x2f228a[_0x53cb86])&&(_0x3f2ac3=(_0x2bc33b<0x3?_0x42a6f4(_0x3f2ac3):_0x2bc33b>0x3?_0x42a6f4(_0x54c8d4,_0x241baa,_0x3f2ac3):_0x42a6f4(_0x54c8d4,_0x241baa))||_0x3f2ac3);}return _0x2bc33b>0x3&&_0x3f2ac3&&Object[_0x2ee067(0x201)](_0x54c8d4,_0x241baa,_0x3f2ac3),_0x3f2ac3;}const G=_0x58c268(_0x5f1ee3(0x2fa)),K=['[data-ink-floating-toolbar=\x22true\x22]',_0x5f1ee3(0x206),_0x5f1ee3(0x2cb)];function q(_0x5c41fa,_0x53291b){const _0x132cb1=_0x5f1ee3;return _0x5c41fa[_0x132cb1(0x145)](_0x54f96c=>_0x54f96c===_0x53291b||_0x54f96c instanceof Node&&_0x53291b['contains'](_0x54f96c));}function J(_0xe84b96,_0x43ade6){const _0x4e4642=_0x5f1ee3;return _0xe84b96[_0x4e4642(0x145)](_0x34e17b=>_0x34e17b instanceof Element&&!!_0x34e17b['closest'](_0x43ade6));}let Y=class extends _0x299b82{constructor(_0x18ed3e){const _0x2d7b67=_0x5f1ee3;if(super(),this[_0x2d7b67(0x217)]=_0x18ed3e,R(this,_0x2d7b67(0x2fc),new Set()),typeof window<'u'){let _0x3e0610=_0x11ea41=>this[_0x2d7b67(0x232)](_0x11ea41);window[_0x2d7b67(0x210)](_0x2d7b67(0x183),_0x3e0610,{'capture':!0x0}),this[_0x2d7b67(0x1b0)](_0x8c4813(()=>window[_0x2d7b67(0x1f4)]('pointerdown',_0x3e0610,{'capture':!0x0})));}}['registerInteractiveRegion'](_0x3219db){const _0x4bbb7f=_0x5f1ee3;return _0x3219db[_0x4bbb7f(0x182)]['inkInteractiveRegion']=_0x4bbb7f(0x13f),this[_0x4bbb7f(0x2fc)][_0x4bbb7f(0x160)](_0x3219db),_0x8c4813(()=>{const _0x476f8f=_0x4bbb7f;this['_interactiveRegions']['delete'](_0x3219db),_0x3219db[_0x476f8f(0x182)][_0x476f8f(0x1e0)]===_0x476f8f(0x13f)&&delete _0x3219db[_0x476f8f(0x182)][_0x476f8f(0x1e0)];});}['_handlePointerDown'](_0x409570){const _0xae2c48=_0x5f1ee3;if(!this[_0xae2c48(0x217)][_0xae2c48(0x1dd)]()['active'])return;let _0x46fd86=typeof _0x409570['composedPath']==_0xae2c48(0x19f)?_0x409570[_0xae2c48(0x25b)]():_0x409570[_0xae2c48(0x2ca)]?[_0x409570[_0xae2c48(0x2ca)]]:[];if(!K[_0xae2c48(0x145)](_0xbc7553=>J(_0x46fd86,_0xbc7553))){for(let _0x5f0e14 of this['_interactiveRegions'])if(q(_0x46fd86,_0x5f0e14))return;this[_0xae2c48(0x217)][_0xae2c48(0x240)]();}}};Y=W([U(0x0,z)],Y);let X=class{constructor(_0x1b5796){const _0xefb4c4=_0x5f1ee3;this[_0xefb4c4(0x217)]=_0x1b5796;}[_0x5f1ee3(0x18b)](_0x35cea9){const _0x245dab=_0x5f1ee3;return this[_0x245dab(0x217)][_0x245dab(0x18b)](_0x35cea9),!0x0;}[_0x5f1ee3(0x240)](){const _0x4f2179=_0x5f1ee3;this[_0x4f2179(0x217)]['cancelInkMode']();}};X=W([U(0x0,z)],X);function ae(_0x574aa6){const _0x1c6179=_0x5f1ee3;return _0x2429d1(_0x1c6179(0x2ce),{'width':'30','height':'105','viewBox':_0x1c6179(0x254),'fill':_0x1c6179(0x290),'xmlns':'http://www.w3.org/2000/svg','aria-hidden':_0x1c6179(0x13f),..._0x574aa6,'children':[_0xe5c911(_0x1c6179(0x16c),{'id':_0x1c6179(0x147),'style':{'maskType':_0x1c6179(0x2c0)},'maskUnits':_0x1c6179(0x1cb),'x':'0','y':'0','width':'30','height':_0x1c6179(0x1bc),'children':_0xe5c911(_0x1c6179(0x1cf),{'width':'30','height':_0x1c6179(0x1bc),'fill':_0x1c6179(0x175)})}),_0xe5c911('g',{'mask':_0x1c6179(0x229),'children':_0x2429d1('g',{'filter':_0x1c6179(0x1e3),'children':[_0xe5c911(_0x1c6179(0x1cf),{'x':'5.5','y':'53','width':'19','height':'52','fill':_0x1c6179(0x25a)}),_0xe5c911(_0x1c6179(0x1ab),{'fillRule':_0x1c6179(0x208),'clipRule':'evenodd','d':_0x1c6179(0x2e8),'fill':_0x1c6179(0x243)}),_0xe5c911(_0x1c6179(0x1ab),{'fillRule':_0x1c6179(0x208),'clipRule':_0x1c6179(0x208),'d':'M14.0291\x2015.9346C14.2793\x2014.9207\x2015.7207\x2014.9207\x2015.9709\x2015.9346L24.2088\x2049.3199C24.4022\x2050.1037\x2024.5\x2050.9082\x2024.5\x2051.7155V54H5.5L5.5\x2051.7155C5.5\x2050.9082\x205.59778\x2050.1037\x205.7912\x2049.3199L14.0291\x2015.9346Z','fill':_0x1c6179(0x188)}),_0xe5c911(_0x1c6179(0x1ab),{'fillRule':'evenodd','clipRule':_0x1c6179(0x208),'d':_0x1c6179(0x28a),'fill':_0x1c6179(0x196)}),_0xe5c911(_0x1c6179(0x16c),{'id':_0x1c6179(0x260),'style':{'maskType':'luminance'},'maskUnits':_0x1c6179(0x1cb),'x':'5','y':'15','width':'20','height':'41','children':_0xe5c911(_0x1c6179(0x1ab),{'fillRule':'evenodd','clipRule':_0x1c6179(0x208),'d':_0x1c6179(0x28a),'fill':_0x1c6179(0x175)})}),_0x2429d1('g',{'mask':_0x1c6179(0x1be),'children':[_0xe5c911(_0x1c6179(0x1cf),{'y':'15','width':'30','height':'47','fill':'black'}),_0xe5c911(_0x1c6179(0x1cf),{'x':'5.5','y':_0x1c6179(0x184),'width':'19','height':'47','fill':_0x1c6179(0x1ea)})]})]})}),_0x2429d1(_0x1c6179(0x16a),{'children':[_0x2429d1(_0x1c6179(0x2ad),{'id':'filter0_d_2_2784','x':'-2','y':'-2','width':'34','height':_0x1c6179(0x1fb),'filterUnits':_0x1c6179(0x1cb),'colorInterpolationFilters':_0x1c6179(0x1a3),'children':[_0xe5c911(_0x1c6179(0x2c9),{'floodOpacity':'0','result':'BackgroundImageFix'}),_0xe5c911(_0x1c6179(0x1d3),{'in':'SourceAlpha','type':_0x1c6179(0x18d),'values':_0x1c6179(0x204),'result':_0x1c6179(0x251)}),_0xe5c911(_0x1c6179(0x14d),{}),_0xe5c911('feGaussianBlur',{'stdDeviation':'1'}),_0xe5c911(_0x1c6179(0x1d3),{'type':_0x1c6179(0x18d),'values':_0x1c6179(0x29b)}),_0xe5c911('feBlend',{'mode':_0x1c6179(0x1bd),'in2':_0x1c6179(0x249),'result':_0x1c6179(0x271)}),_0xe5c911(_0x1c6179(0x194),{'mode':_0x1c6179(0x1bd),'in':'SourceGraphic','in2':_0x1c6179(0x271),'result':_0x1c6179(0x180)})]}),_0x2429d1(_0x1c6179(0x24f),{'id':_0x1c6179(0x2f4),'x1':_0x1c6179(0x29c),'y1':_0x1c6179(0x2b0),'x2':'5.5','y2':_0x1c6179(0x2b0),'gradientUnits':'userSpaceOnUse','children':[_0xe5c911('stop',{'stopColor':_0x1c6179(0x20f)}),_0xe5c911(_0x1c6179(0x1a0),{'offset':'0.169003','stopColor':_0x1c6179(0x2cc)}),_0xe5c911('stop',{'offset':'0.445105','stopColor':_0x1c6179(0x23f)}),_0xe5c911(_0x1c6179(0x1a0),{'offset':_0x1c6179(0x174),'stopColor':_0x1c6179(0x1e6)}),_0xe5c911(_0x1c6179(0x1a0),{'offset':_0x1c6179(0x26a),'stopColor':_0x1c6179(0x2eb)}),_0xe5c911(_0x1c6179(0x1a0),{'offset':_0x1c6179(0x26e),'stopColor':_0x1c6179(0x259)}),_0xe5c911('stop',{'offset':'1','stopColor':_0x1c6179(0x259)})]}),_0x2429d1(_0x1c6179(0x24f),{'id':_0x1c6179(0x1c1),'x1':_0x1c6179(0x29c),'y1':_0x1c6179(0x2a5),'x2':_0x1c6179(0x1d1),'y2':_0x1c6179(0x2a5),'gradientUnits':'userSpaceOnUse','children':[_0xe5c911(_0x1c6179(0x1a0),{'stopColor':_0x1c6179(0x20f)}),_0xe5c911(_0x1c6179(0x1a0),{'offset':_0x1c6179(0x1e9),'stopColor':_0x1c6179(0x2cc)}),_0xe5c911(_0x1c6179(0x1a0),{'offset':_0x1c6179(0x2da),'stopColor':_0x1c6179(0x23f)}),_0xe5c911(_0x1c6179(0x1a0),{'offset':_0x1c6179(0x174),'stopColor':'#E1E1E1'}),_0xe5c911(_0x1c6179(0x1a0),{'offset':'0.911778','stopColor':'#DCDDDC'}),_0xe5c911(_0x1c6179(0x1a0),{'offset':'0.973543','stopColor':'#E4E4E4'}),_0xe5c911('stop',{'offset':'1','stopColor':_0x1c6179(0x259)})]}),_0x2429d1(_0x1c6179(0x24f),{'id':_0x1c6179(0x1a5),'x1':_0x1c6179(0x212),'y1':_0x1c6179(0x14c),'x2':_0x1c6179(0x2f3),'y2':_0x1c6179(0x134),'gradientUnits':_0x1c6179(0x1cb),'children':[_0xe5c911(_0x1c6179(0x1a0),{'stopColor':_0x1c6179(0x175),'stopOpacity':_0x1c6179(0x15b)}),_0xe5c911(_0x1c6179(0x1a0),{'offset':'1','stopOpacity':_0x1c6179(0x1c3)})]}),_0x2429d1(_0x1c6179(0x24f),{'id':_0x1c6179(0x2bb),'x1':_0x1c6179(0x1d1),'y1':_0x1c6179(0x2af),'x2':'24.5','y2':'61.5','gradientUnits':_0x1c6179(0x1cb),'children':[_0xe5c911('stop',{'stopOpacity':_0x1c6179(0x1c0)}),_0xe5c911(_0x1c6179(0x1a0),{'offset':_0x1c6179(0x1a8),'stopColor':_0x1c6179(0x175),'stopOpacity':_0x1c6179(0x2e9)}),_0xe5c911('stop',{'offset':_0x1c6179(0x1b2),'stopColor':_0x1c6179(0x175),'stopOpacity':_0x1c6179(0x2ed)}),_0xe5c911(_0x1c6179(0x1a0),{'offset':'1','stopOpacity':_0x1c6179(0x213)})]})]})]});}function oe(_0x3fd182){const _0x2040f4=_0x5f1ee3;return _0x2429d1(_0x2040f4(0x2ce),{'width':'30','height':_0x2040f4(0x1bc),'viewBox':_0x2040f4(0x254),'fill':_0x2040f4(0x290),'xmlns':_0x2040f4(0x285),'aria-hidden':_0x2040f4(0x13f),..._0x3fd182,'children':[_0xe5c911(_0x2040f4(0x16c),{'id':_0x2040f4(0x1b6),'style':{'maskType':_0x2040f4(0x2c0)},'maskUnits':_0x2040f4(0x1cb),'x':'0','y':'0','width':'30','height':_0x2040f4(0x1bc),'children':_0xe5c911(_0x2040f4(0x1cf),{'width':'30','height':_0x2040f4(0x1bc),'fill':_0x2040f4(0x175)})}),_0x2429d1('g',{'mask':_0x2040f4(0x20d),'children':[_0x2429d1('g',{'filter':_0x2040f4(0x140),'children':[_0xe5c911('rect',{'x':'5.5','y':'52','width':'19','height':'53','fill':_0x2040f4(0x228)}),_0xe5c911(_0x2040f4(0x1ab),{'fillRule':_0x2040f4(0x208),'clipRule':_0x2040f4(0x208),'d':_0x2040f4(0x1f2),'fill':_0x2040f4(0x288)}),_0xe5c911(_0x2040f4(0x1ab),{'fillRule':_0x2040f4(0x208),'clipRule':_0x2040f4(0x208),'d':'M14.0291\x2015.9346C14.2793\x2014.9207\x2015.7207\x2014.9207\x2015.9709\x2015.9346L23.9176\x2048.1397C24.3044\x2049.7075\x2024.5\x2051.3163\x2024.5\x2052.9311V54H5.5V52.9311C5.5\x2051.3163\x205.69556\x2049.7075\x206.08241\x2048.1397L14.0291\x2015.9346Z','fill':_0x2040f4(0x252)}),_0xe5c911(_0x2040f4(0x1ab),{'fillRule':'evenodd','clipRule':'evenodd','d':_0x2040f4(0x1f2),'fill':_0x2040f4(0x258)})]}),_0xe5c911(_0x2040f4(0x1ab),{'fillRule':'evenodd','clipRule':_0x2040f4(0x208),'d':_0x2040f4(0x1f0),'fill':'#E731AA'}),_0xe5c911(_0x2040f4(0x16c),{'id':_0x2040f4(0x2f0),'style':{'maskType':_0x2040f4(0x2c0)},'maskUnits':_0x2040f4(0x1cb),'x':'5','y':'15','width':'20','height':'44','children':_0xe5c911('path',{'fillRule':_0x2040f4(0x208),'clipRule':_0x2040f4(0x208),'d':_0x2040f4(0x1f0),'fill':'white'})}),_0x2429d1('g',{'mask':_0x2040f4(0x209),'children':[_0xe5c911(_0x2040f4(0x1cf),{'y':'15','width':'30','height':'47','fill':_0x2040f4(0x175)}),_0xe5c911(_0x2040f4(0x1cf),{'x':'5.5','y':_0x2040f4(0x184),'width':'19','height':'47','fill':_0x2040f4(0x13a)})]})]}),_0x2429d1(_0x2040f4(0x16a),{'children':[_0x2429d1('filter',{'id':'filter0_d_0_1443','x':_0x2040f4(0x1eb),'y':_0x2040f4(0x283),'width':'23','height':_0x2040f4(0x2c4),'filterUnits':_0x2040f4(0x1cb),'colorInterpolationFilters':_0x2040f4(0x1a3),'children':[_0xe5c911('feFlood',{'floodOpacity':'0','result':_0x2040f4(0x249)}),_0xe5c911(_0x2040f4(0x1d3),{'in':'SourceAlpha','type':'matrix','values':_0x2040f4(0x204),'result':_0x2040f4(0x251)}),_0xe5c911(_0x2040f4(0x14d),{}),_0xe5c911(_0x2040f4(0x14f),{'stdDeviation':'1'}),_0xe5c911(_0x2040f4(0x1d3),{'type':'matrix','values':_0x2040f4(0x29b)}),_0xe5c911(_0x2040f4(0x194),{'mode':_0x2040f4(0x1bd),'in2':_0x2040f4(0x249),'result':_0x2040f4(0x2d9)}),_0xe5c911(_0x2040f4(0x194),{'mode':_0x2040f4(0x1bd),'in':'SourceGraphic','in2':'effect1_dropShadow_0_1443','result':_0x2040f4(0x180)})]}),_0x2429d1('linearGradient',{'id':_0x2040f4(0x20b),'x1':_0x2040f4(0x19e),'y1':_0x2040f4(0x167),'x2':_0x2040f4(0x29c),'y2':_0x2040f4(0x167),'gradientUnits':_0x2040f4(0x1cb),'children':[_0xe5c911('stop',{'stopColor':'#2F3132'}),_0xe5c911(_0x2040f4(0x1a0),{'offset':_0x2040f4(0x2c3),'stopColor':'#1C1D1E'}),_0xe5c911('stop',{'offset':'0.195905','stopColor':_0x2040f4(0x20e)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':_0x2040f4(0x2d6),'stopColor':_0x2040f4(0x2f5)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':'0.575612','stopColor':_0x2040f4(0x15e)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':_0x2040f4(0x173),'stopColor':_0x2040f4(0x24c)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':_0x2040f4(0x24b),'stopColor':_0x2040f4(0x246)}),_0xe5c911('stop',{'offset':_0x2040f4(0x214),'stopColor':_0x2040f4(0x220)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':'1','stopColor':_0x2040f4(0x225)})]}),_0x2429d1(_0x2040f4(0x24f),{'id':_0x2040f4(0x21a),'x1':_0x2040f4(0x19e),'y1':_0x2040f4(0x1b3),'x2':'24.5','y2':_0x2040f4(0x1b3),'gradientUnits':'userSpaceOnUse','children':[_0xe5c911('stop',{'stopColor':_0x2040f4(0x181)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':_0x2040f4(0x2c3),'stopColor':_0x2040f4(0x205)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':_0x2040f4(0x2e7),'stopColor':_0x2040f4(0x20e)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':_0x2040f4(0x2d6),'stopColor':_0x2040f4(0x2f5)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':_0x2040f4(0x22e),'stopColor':_0x2040f4(0x15e)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':'0.805495','stopColor':'#3C3D3E'}),_0xe5c911(_0x2040f4(0x1a0),{'offset':_0x2040f4(0x24b),'stopColor':'#232425'}),_0xe5c911(_0x2040f4(0x1a0),{'offset':_0x2040f4(0x214),'stopColor':'#292A2B'}),_0xe5c911(_0x2040f4(0x1a0),{'offset':'1','stopColor':_0x2040f4(0x225)})]}),_0x2429d1(_0x2040f4(0x24f),{'id':_0x2040f4(0x199),'x1':_0x2040f4(0x1b8),'y1':_0x2040f4(0x1da),'x2':_0x2040f4(0x1b7),'y2':_0x2040f4(0x279),'gradientUnits':_0x2040f4(0x1cb),'children':[_0xe5c911('stop',{'stopColor':'#181A1A','stopOpacity':_0x2040f4(0x237)}),_0xe5c911('stop',{'offset':'0.805495','stopColor':_0x2040f4(0x24c),'stopOpacity':_0x2040f4(0x23c)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':'0.920119','stopColor':_0x2040f4(0x246)}),_0xe5c911('stop',{'offset':'0.963934','stopColor':_0x2040f4(0x220)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':'1','stopColor':_0x2040f4(0x225)})]}),_0x2429d1(_0x2040f4(0x24f),{'id':_0x2040f4(0x241),'x1':'8.95261','y1':_0x2040f4(0x2fe),'x2':_0x2040f4(0x244),'y2':_0x2040f4(0x1bb),'gradientUnits':'userSpaceOnUse','children':[_0xe5c911(_0x2040f4(0x1a0),{'stopColor':_0x2040f4(0x181)}),_0xe5c911('stop',{'offset':'0.0722478','stopColor':_0x2040f4(0x205)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':_0x2040f4(0x2e7),'stopColor':_0x2040f4(0x20e)}),_0xe5c911('stop',{'offset':'1','stopColor':'#2F3031','stopOpacity':_0x2040f4(0x237)})]}),_0x2429d1(_0x2040f4(0x24f),{'id':_0x2040f4(0x25c),'x1':_0x2040f4(0x1d1),'y1':'61.5','x2':'24.5','y2':'61.5','gradientUnits':'userSpaceOnUse','children':[_0xe5c911(_0x2040f4(0x1a0),{'stopOpacity':_0x2040f4(0x1c0)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':'0.598084','stopColor':_0x2040f4(0x175),'stopOpacity':_0x2040f4(0x2e9)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':_0x2040f4(0x1b2),'stopColor':_0x2040f4(0x175),'stopOpacity':'0.247214'}),_0xe5c911(_0x2040f4(0x1a0),{'offset':'1','stopOpacity':_0x2040f4(0x213)})]})]})]});}function se(_0x3d6929){const _0x4fc01c=_0x5f1ee3;return _0x2429d1(_0x4fc01c(0x2ce),{'width':'30','height':'107','viewBox':_0x4fc01c(0x1ed),'fill':_0x4fc01c(0x290),'xmlns':'http://www.w3.org/2000/svg','aria-hidden':_0x4fc01c(0x13f),..._0x3d6929,'children':[_0xe5c911(_0x4fc01c(0x16c),{'id':_0x4fc01c(0x289),'style':{'maskType':_0x4fc01c(0x2c0)},'maskUnits':_0x4fc01c(0x1cb),'x':'0','y':'0','width':'30','height':_0x4fc01c(0x1bc),'children':_0xe5c911(_0x4fc01c(0x1cf),{'width':'30','height':'105','fill':_0x4fc01c(0x175)})}),_0xe5c911('g',{'mask':_0x4fc01c(0x226)}),_0xe5c911('g',{'filter':'url(#filter0_d_0_1397)','children':_0x2429d1('g',{'clipPath':_0x4fc01c(0x23e),'children':[_0xe5c911(_0x4fc01c(0x1cf),{'x':_0x4fc01c(0x1d1),'y':'33','width':'19','height':'72','fill':'url(#paint0_linear_0_1397)'}),_0xe5c911('path',{'fillRule':_0x4fc01c(0x208),'clipRule':_0x4fc01c(0x208),'d':_0x4fc01c(0x297),'fill':_0x4fc01c(0x2a0)}),_0xe5c911('path',{'fillRule':_0x4fc01c(0x208),'clipRule':_0x4fc01c(0x208),'d':_0x4fc01c(0x297),'fill':_0x4fc01c(0x163)}),_0xe5c911(_0x4fc01c(0x1ab),{'fillRule':'evenodd','clipRule':_0x4fc01c(0x208),'d':_0x4fc01c(0x2b8),'fill':_0x4fc01c(0x294)}),_0xe5c911(_0x4fc01c(0x1ab),{'fillRule':_0x4fc01c(0x208),'clipRule':_0x4fc01c(0x208),'d':_0x4fc01c(0x2b8),'fill':_0x4fc01c(0x275)}),_0xe5c911('g',{'filter':_0x4fc01c(0x24a),'children':_0xe5c911(_0x4fc01c(0x1ab),{'fillRule':_0x4fc01c(0x208),'clipRule':_0x4fc01c(0x208),'d':_0x4fc01c(0x1fe),'fill':'url(#paint5_linear_0_1397)'})})]})}),_0x2429d1(_0x4fc01c(0x16a),{'children':[_0x2429d1(_0x4fc01c(0x2ad),{'id':'filter0_d_0_1397','x':'3','y':'14','width':'24','height':'93','filterUnits':_0x4fc01c(0x1cb),'colorInterpolationFilters':_0x4fc01c(0x1a3),'children':[_0xe5c911('feFlood',{'floodOpacity':'0','result':'BackgroundImageFix'}),_0xe5c911(_0x4fc01c(0x1d3),{'in':_0x4fc01c(0x146),'type':_0x4fc01c(0x18d),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','result':_0x4fc01c(0x251)}),_0xe5c911(_0x4fc01c(0x14d),{}),_0xe5c911(_0x4fc01c(0x14f),{'stdDeviation':'1'}),_0xe5c911(_0x4fc01c(0x1d3),{'type':_0x4fc01c(0x18d),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.25\x200'}),_0xe5c911(_0x4fc01c(0x194),{'mode':_0x4fc01c(0x1bd),'in2':_0x4fc01c(0x249),'result':_0x4fc01c(0x159)}),_0xe5c911(_0x4fc01c(0x194),{'mode':_0x4fc01c(0x1bd),'in':_0x4fc01c(0x2e5),'in2':'effect1_dropShadow_0_1397','result':_0x4fc01c(0x180)})]}),_0x2429d1('filter',{'id':_0x4fc01c(0x1ba),'x':_0x4fc01c(0x1d1),'y':'33','width':'19','height':'16.2','filterUnits':_0x4fc01c(0x1cb),'colorInterpolationFilters':_0x4fc01c(0x1a3),'children':[_0xe5c911(_0x4fc01c(0x2c9),{'floodOpacity':'0','result':_0x4fc01c(0x249)}),_0xe5c911(_0x4fc01c(0x1d3),{'in':_0x4fc01c(0x146),'type':_0x4fc01c(0x18d),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','result':_0x4fc01c(0x251)}),_0xe5c911(_0x4fc01c(0x14d),{'dy':'0.2'}),_0xe5c911('feColorMatrix',{'type':_0x4fc01c(0x18d),'values':_0x4fc01c(0x1d2)}),_0xe5c911(_0x4fc01c(0x194),{'mode':'normal','in2':'BackgroundImageFix','result':'effect1_dropShadow_0_1397'}),_0xe5c911('feBlend',{'mode':'normal','in':_0x4fc01c(0x2e5),'in2':_0x4fc01c(0x159),'result':'shape'})]}),_0x2429d1(_0x4fc01c(0x24f),{'id':_0x4fc01c(0x2b1),'x1':_0x4fc01c(0x19e),'y1':'104.491','x2':'24.5','y2':_0x4fc01c(0x2d7),'gradientUnits':_0x4fc01c(0x1cb),'children':[_0xe5c911('stop',{'stopColor':_0x4fc01c(0x181)}),_0xe5c911('stop',{'offset':_0x4fc01c(0x2c3),'stopColor':_0x4fc01c(0x205)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':_0x4fc01c(0x2e7),'stopColor':_0x4fc01c(0x20e)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':_0x4fc01c(0x2d6),'stopColor':_0x4fc01c(0x2f5)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':'0.575612','stopColor':_0x4fc01c(0x15e)}),_0xe5c911('stop',{'offset':_0x4fc01c(0x173),'stopColor':_0x4fc01c(0x24c)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':_0x4fc01c(0x24b),'stopColor':_0x4fc01c(0x246)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':_0x4fc01c(0x214),'stopColor':_0x4fc01c(0x220)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':'1','stopColor':'#2F3031'})]}),_0x2429d1(_0x4fc01c(0x24f),{'id':_0x4fc01c(0x281),'x1':_0x4fc01c(0x269),'y1':_0x4fc01c(0x2bc),'x2':'5.75','y2':_0x4fc01c(0x2bc),'gradientUnits':_0x4fc01c(0x1cb),'children':[_0xe5c911(_0x4fc01c(0x1a0),{'stopColor':_0x4fc01c(0x287)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':_0x4fc01c(0x2f2),'stopColor':'#F79E9D'}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':'0.486065','stopColor':'#F79E9D'}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':_0x4fc01c(0x192),'stopColor':_0x4fc01c(0x165)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':'1','stopColor':_0x4fc01c(0x1ac)})]}),_0x2429d1('linearGradient',{'id':_0x4fc01c(0x150),'x1':_0x4fc01c(0x2ef),'y1':'16','x2':_0x4fc01c(0x2ef),'y2':_0x4fc01c(0x17c),'gradientUnits':_0x4fc01c(0x1cb),'children':[_0xe5c911(_0x4fc01c(0x1a0),{'stopColor':_0x4fc01c(0x2e3)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':'1','stopColor':_0x4fc01c(0x1db),'stopOpacity':_0x4fc01c(0x237)})]}),_0x2429d1(_0x4fc01c(0x24f),{'id':'paint3_linear_0_1397','x1':_0x4fc01c(0x2bd),'y1':_0x4fc01c(0x168),'x2':_0x4fc01c(0x28e),'y2':'35.8142','gradientUnits':_0x4fc01c(0x1cb),'children':[_0xe5c911(_0x4fc01c(0x1a0),{'stopColor':_0x4fc01c(0x287)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':_0x4fc01c(0x2f2),'stopColor':_0x4fc01c(0x2b2)}),_0xe5c911('stop',{'offset':_0x4fc01c(0x270),'stopColor':_0x4fc01c(0x2b2)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':_0x4fc01c(0x192),'stopColor':_0x4fc01c(0x165)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':'1','stopColor':_0x4fc01c(0x1ac)})]}),_0x2429d1(_0x4fc01c(0x24f),{'id':'paint4_linear_0_1397','x1':_0x4fc01c(0x2ac),'y1':'35','x2':_0x4fc01c(0x2ac),'y2':'35.9307','gradientUnits':_0x4fc01c(0x1cb),'children':[_0xe5c911(_0x4fc01c(0x1a0),{'stopColor':'#D27977'}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':'1','stopColor':_0x4fc01c(0x1db),'stopOpacity':_0x4fc01c(0x237)})]}),_0x2429d1(_0x4fc01c(0x24f),{'id':_0x4fc01c(0x264),'x1':'5.76888','y1':'48.8868','x2':_0x4fc01c(0x29c),'y2':_0x4fc01c(0x2f1),'gradientUnits':_0x4fc01c(0x1cb),'children':[_0xe5c911(_0x4fc01c(0x1a0),{'stopColor':'#2F3132'}),_0xe5c911('stop',{'offset':_0x4fc01c(0x2c3),'stopColor':_0x4fc01c(0x205)}),_0xe5c911('stop',{'offset':'0.195905','stopColor':_0x4fc01c(0x20e)}),_0xe5c911('stop',{'offset':'0.380181','stopColor':_0x4fc01c(0x2f5)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':_0x4fc01c(0x22e),'stopColor':'#38393A'}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':_0x4fc01c(0x173),'stopColor':_0x4fc01c(0x24c)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':_0x4fc01c(0x24b),'stopColor':_0x4fc01c(0x246)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':'0.963934','stopColor':_0x4fc01c(0x220)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':'1','stopColor':'#2F3031'})]}),_0xe5c911(_0x4fc01c(0x277),{'id':_0x4fc01c(0x156),'children':_0xe5c911(_0x4fc01c(0x1cf),{'width':'20','height':'89','fill':_0x4fc01c(0x175),'transform':'translate(5\x2016)'})})]})]});}function ce(_0xff7532){const _0x3cc0c1=_0x5f1ee3;return _0x2429d1(_0x3cc0c1(0x2ce),{'width':'30','height':_0x3cc0c1(0x1bc),'viewBox':_0x3cc0c1(0x254),'fill':_0x3cc0c1(0x290),'xmlns':'http://www.w3.org/2000/svg','aria-hidden':'true',..._0xff7532,'children':[_0xe5c911('mask',{'id':_0x3cc0c1(0x2a8),'style':{'maskType':_0x3cc0c1(0x2c0)},'maskUnits':'userSpaceOnUse','x':'0','y':'0','width':'30','height':_0x3cc0c1(0x1bc),'children':_0xe5c911(_0x3cc0c1(0x1cf),{'width':'30','height':_0x3cc0c1(0x1bc),'fill':_0x3cc0c1(0x175)})}),_0x2429d1('g',{'mask':_0x3cc0c1(0x1ec),'children':[_0x2429d1('g',{'filter':_0x3cc0c1(0x133),'children':[_0xe5c911(_0x3cc0c1(0x1ab),{'fillRule':_0x3cc0c1(0x208),'clipRule':'evenodd','d':'M9\x2027.5C9\x2026.9477\x209.44772\x2026.5\x2010\x2026.5L20\x2026.5C20.5523\x2026.5\x2021\x2026.9477\x2021\x2027.5V42.0409C21\x2042.6475\x2021.1104\x2043.2489\x2021.3257\x2043.816L24.1743\x2051.3174C24.3896\x2051.8844\x2024.5\x2052.4859\x2024.5\x2053.0924V105.5H5.5V53.0924C5.5\x2052.4859\x205.61036\x2051.8844\x205.82569\x2051.3174L8.67431\x2043.816C8.88964\x2043.2489\x209\x2042.6475\x209\x2042.0409V27.5Z','fill':'url(#paint0_linear_0_1425)'}),_0xe5c911(_0x3cc0c1(0x16c),{'id':_0x3cc0c1(0x2dd),'style':{'maskType':_0x3cc0c1(0x2c0)},'maskUnits':_0x3cc0c1(0x1cb),'x':'5','y':'26','width':'20','height':'80','children':_0xe5c911(_0x3cc0c1(0x1ab),{'fillRule':_0x3cc0c1(0x208),'clipRule':_0x3cc0c1(0x208),'d':_0x3cc0c1(0x2fd),'fill':_0x3cc0c1(0x175)})}),_0x2429d1('g',{'mask':_0x3cc0c1(0x1e2),'children':[_0xe5c911(_0x3cc0c1(0x1ab),{'fillRule':_0x3cc0c1(0x208),'clipRule':'evenodd','d':'M9\x2042H21L24.5\x2052H5.5L9\x2042Z','fill':_0x3cc0c1(0x265)}),_0xe5c911(_0x3cc0c1(0x1ab),{'fillRule':_0x3cc0c1(0x208),'clipRule':_0x3cc0c1(0x208),'d':_0x3cc0c1(0x21d),'fill':_0x3cc0c1(0x27f)}),_0xe5c911('rect',{'x':'9','y':'26.5','width':'12','height':_0x3cc0c1(0x172),'fill':_0x3cc0c1(0x1dc)})]})]}),_0xe5c911(_0x3cc0c1(0x1ab),{'fillRule':_0x3cc0c1(0x208),'clipRule':_0x3cc0c1(0x208),'d':_0x3cc0c1(0x2d3),'fill':_0x3cc0c1(0x29a)}),_0xe5c911('mask',{'id':_0x3cc0c1(0x185),'style':{'maskType':_0x3cc0c1(0x2c0)},'maskUnits':_0x3cc0c1(0x1cb),'x':'5','y':'15','width':'20','height':'51','children':_0xe5c911(_0x3cc0c1(0x1ab),{'fillRule':_0x3cc0c1(0x208),'clipRule':_0x3cc0c1(0x208),'d':_0x3cc0c1(0x2d3),'fill':_0x3cc0c1(0x175)})}),_0x2429d1('g',{'mask':_0x3cc0c1(0x130),'children':[_0xe5c911(_0x3cc0c1(0x1cf),{'y':'12','width':'30','height':'62','fill':_0x3cc0c1(0x1d7)}),_0xe5c911(_0x3cc0c1(0x1cf),{'x':_0x3cc0c1(0x1d1),'y':_0x3cc0c1(0x184),'width':'19','height':'57','fill':_0x3cc0c1(0x158)})]})]}),_0x2429d1(_0x3cc0c1(0x16a),{'children':[_0x2429d1('filter',{'id':_0x3cc0c1(0x15a),'x':_0x3cc0c1(0x1eb),'y':'24.5','width':'23','height':'83','filterUnits':'userSpaceOnUse','colorInterpolationFilters':'sRGB','children':[_0xe5c911(_0x3cc0c1(0x2c9),{'floodOpacity':'0','result':'BackgroundImageFix'}),_0xe5c911(_0x3cc0c1(0x1d3),{'in':_0x3cc0c1(0x146),'type':_0x3cc0c1(0x18d),'values':_0x3cc0c1(0x204),'result':_0x3cc0c1(0x251)}),_0xe5c911(_0x3cc0c1(0x14d),{}),_0xe5c911(_0x3cc0c1(0x14f),{'stdDeviation':'1'}),_0xe5c911(_0x3cc0c1(0x1d3),{'type':_0x3cc0c1(0x18d),'values':_0x3cc0c1(0x166)}),_0xe5c911(_0x3cc0c1(0x194),{'mode':_0x3cc0c1(0x1bd),'in2':_0x3cc0c1(0x249),'result':_0x3cc0c1(0x2a1)}),_0xe5c911(_0x3cc0c1(0x194),{'mode':_0x3cc0c1(0x1bd),'in':'SourceGraphic','in2':'effect1_dropShadow_0_1425','result':_0x3cc0c1(0x180)})]}),_0x2429d1(_0x3cc0c1(0x24f),{'id':_0x3cc0c1(0x256),'x1':_0x3cc0c1(0x19e),'y1':_0x3cc0c1(0x25f),'x2':'24.5','y2':'104.941','gradientUnits':_0x3cc0c1(0x1cb),'children':[_0xe5c911(_0x3cc0c1(0x1a0),{'stopColor':'#2F3132'}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x2c3),'stopColor':_0x3cc0c1(0x205)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x2e7),'stopColor':'#181A1A'}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x2d6),'stopColor':_0x3cc0c1(0x2f5)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':'0.575612','stopColor':_0x3cc0c1(0x15e)}),_0xe5c911('stop',{'offset':_0x3cc0c1(0x173),'stopColor':_0x3cc0c1(0x24c)}),_0xe5c911('stop',{'offset':_0x3cc0c1(0x24b),'stopColor':_0x3cc0c1(0x246)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':'0.963934','stopColor':_0x3cc0c1(0x220)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':'1','stopColor':_0x3cc0c1(0x225)})]}),_0x2429d1('linearGradient',{'id':_0x3cc0c1(0x293),'x1':_0x3cc0c1(0x2cd),'y1':_0x3cc0c1(0x1de),'x2':_0x3cc0c1(0x1c9),'y2':_0x3cc0c1(0x286),'gradientUnits':_0x3cc0c1(0x1cb),'children':[_0xe5c911(_0x3cc0c1(0x1a0),{'stopColor':'#181A1A','stopOpacity':_0x3cc0c1(0x237)}),_0xe5c911('stop',{'offset':_0x3cc0c1(0x173),'stopColor':_0x3cc0c1(0x24c),'stopOpacity':_0x3cc0c1(0x23c)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x24b),'stopColor':_0x3cc0c1(0x246)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x214),'stopColor':_0x3cc0c1(0x220)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':'1','stopColor':_0x3cc0c1(0x225)})]}),_0x2429d1(_0x3cc0c1(0x24f),{'id':_0x3cc0c1(0x15f),'x1':'4.9106','y1':_0x3cc0c1(0x223),'x2':_0x3cc0c1(0x141),'y2':'55.8091','gradientUnits':_0x3cc0c1(0x1cb),'children':[_0xe5c911(_0x3cc0c1(0x1a0),{'stopColor':_0x3cc0c1(0x181)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x2c3),'stopColor':_0x3cc0c1(0x205)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x2e7),'stopColor':_0x3cc0c1(0x20e)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':'1','stopColor':_0x3cc0c1(0x225),'stopOpacity':_0x3cc0c1(0x237)})]}),_0x2429d1(_0x3cc0c1(0x24f),{'id':_0x3cc0c1(0x2e0),'x1':'9.16982','y1':_0x3cc0c1(0x262),'x2':'21','y2':'41.8903','gradientUnits':_0x3cc0c1(0x1cb),'children':[_0xe5c911('stop',{'stopColor':_0x3cc0c1(0x181)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x2c3),'stopColor':'#1C1D1E'}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x2e7),'stopColor':_0x3cc0c1(0x20e)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x2d6),'stopColor':_0x3cc0c1(0x2f5)}),_0xe5c911('stop',{'offset':_0x3cc0c1(0x22e),'stopColor':'#38393A'}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':'0.805495','stopColor':_0x3cc0c1(0x24c)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x24b),'stopColor':'#232425'}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x214),'stopColor':_0x3cc0c1(0x220)}),_0xe5c911('stop',{'offset':'1','stopColor':'#2F3031'})]}),_0x2429d1(_0x3cc0c1(0x24f),{'id':'paint4_linear_0_1425','x1':_0x3cc0c1(0x1d1),'y1':_0x3cc0c1(0x16d),'x2':'24.5','y2':_0x3cc0c1(0x16d),'gradientUnits':_0x3cc0c1(0x1cb),'children':[_0xe5c911(_0x3cc0c1(0x1a0),{'stopOpacity':'0.102218'}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x1a8),'stopColor':_0x3cc0c1(0x175),'stopOpacity':_0x3cc0c1(0x2e9)}),_0xe5c911('stop',{'offset':_0x3cc0c1(0x1b2),'stopColor':'white','stopOpacity':_0x3cc0c1(0x2ed)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':'1','stopOpacity':'0.1'})]})]})]});}function le(_0x2aba31){const _0x48b0f1=_0x5f1ee3;return _0x2429d1('svg',{'width':'30','height':_0x48b0f1(0x1bc),'viewBox':_0x48b0f1(0x254),'fill':_0x48b0f1(0x290),'xmlns':_0x48b0f1(0x285),'aria-hidden':_0x48b0f1(0x13f),..._0x2aba31,'children':[_0xe5c911('mask',{'id':'mask0_0_1451','style':{'maskType':_0x48b0f1(0x2c0)},'maskUnits':_0x48b0f1(0x1cb),'x':'0','y':'0','width':'30','height':_0x48b0f1(0x1bc),'children':_0xe5c911(_0x48b0f1(0x1cf),{'width':'30','height':_0x48b0f1(0x1bc),'fill':_0x48b0f1(0x175)})}),_0x2429d1('g',{'mask':'url(#mask0_0_1451)','children':[_0xe5c911(_0x48b0f1(0x16c),{'id':_0x48b0f1(0x23d),'style':{'maskType':_0x48b0f1(0x2c0)},'maskUnits':_0x48b0f1(0x1cb),'x':'0','y':'0','width':'30','height':_0x48b0f1(0x1bc),'children':_0xe5c911(_0x48b0f1(0x1cf),{'width':'30','height':_0x48b0f1(0x1bc),'fill':_0x48b0f1(0x175)})}),_0xe5c911('g',{'mask':_0x48b0f1(0x136),'children':_0x2429d1('g',{'filter':_0x48b0f1(0x131),'children':[_0xe5c911(_0x48b0f1(0x1ab),{'fillRule':_0x48b0f1(0x208),'clipRule':_0x48b0f1(0x208),'d':_0x48b0f1(0x20c),'fill':'url(#paint0_linear_0_1451)'}),_0x2429d1('g',{'filter':_0x48b0f1(0x280),'children':[_0xe5c911(_0x48b0f1(0x1ab),{'fillRule':'evenodd','clipRule':_0x48b0f1(0x208),'d':_0x48b0f1(0x1af),'fill':_0x48b0f1(0x139)}),_0xe5c911(_0x48b0f1(0x1ab),{'fillRule':_0x48b0f1(0x208),'clipRule':_0x48b0f1(0x208),'d':_0x48b0f1(0x1af),'fill':_0x48b0f1(0x1c4)})]}),_0x2429d1('g',{'filter':_0x48b0f1(0x2df),'children':[_0xe5c911(_0x48b0f1(0x1ab),{'fillRule':_0x48b0f1(0x208),'clipRule':_0x48b0f1(0x208),'d':'M8.35\x2046.07H21.46C22.6822\x2050.2254\x2023.874\x2059.5658\x2024.31\x2074.57V104.78H5.5L5.5\x2074.57C5.93601\x2059.5658\x207.12783\x2050.2254\x208.35\x2046.07Z','fill':_0x48b0f1(0x14a)}),_0xe5c911(_0x48b0f1(0x1ab),{'fillRule':_0x48b0f1(0x208),'clipRule':_0x48b0f1(0x208),'d':_0x48b0f1(0x233),'fill':'url(#paint4_linear_0_1451)'})]})]})})]}),_0x2429d1(_0x48b0f1(0x16a),{'children':[_0x2429d1(_0x48b0f1(0x2ad),{'id':_0x48b0f1(0x1cc),'x':_0x48b0f1(0x245),'y':'16','width':_0x48b0f1(0x154),'height':'89.78','filterUnits':'userSpaceOnUse','colorInterpolationFilters':_0x48b0f1(0x1a3),'children':[_0xe5c911('feFlood',{'floodOpacity':'0','result':_0x48b0f1(0x249)}),_0xe5c911('feColorMatrix',{'in':_0x48b0f1(0x146),'type':'matrix','values':_0x48b0f1(0x204),'result':_0x48b0f1(0x251)}),_0xe5c911(_0x48b0f1(0x14d),{}),_0xe5c911(_0x48b0f1(0x14f),{'stdDeviation':_0x48b0f1(0x1f8)}),_0xe5c911(_0x48b0f1(0x1d3),{'type':_0x48b0f1(0x18d),'values':_0x48b0f1(0x2c1)}),_0xe5c911(_0x48b0f1(0x194),{'mode':_0x48b0f1(0x1bd),'in2':'BackgroundImageFix','result':'effect1_dropShadow_0_1451'}),_0xe5c911(_0x48b0f1(0x194),{'mode':_0x48b0f1(0x1bd),'in':'SourceGraphic','in2':_0x48b0f1(0x2c6),'result':_0x48b0f1(0x180)})]}),_0x2429d1(_0x48b0f1(0x2ad),{'id':_0x48b0f1(0x24d),'x':_0x48b0f1(0x296),'y':_0x48b0f1(0x13c),'width':_0x48b0f1(0x299),'height':_0x48b0f1(0x17f),'filterUnits':_0x48b0f1(0x1cb),'colorInterpolationFilters':_0x48b0f1(0x1a3),'children':[_0xe5c911(_0x48b0f1(0x2c9),{'floodOpacity':'0','result':_0x48b0f1(0x249)}),_0xe5c911(_0x48b0f1(0x1d3),{'in':_0x48b0f1(0x146),'type':_0x48b0f1(0x18d),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','result':'hardAlpha'}),_0xe5c911('feOffset',{'dy':'-1'}),_0xe5c911(_0x48b0f1(0x14f),{'stdDeviation':_0x48b0f1(0x1f8)}),_0xe5c911(_0x48b0f1(0x1d3),{'type':_0x48b0f1(0x18d),'values':_0x48b0f1(0x2b7)}),_0xe5c911(_0x48b0f1(0x194),{'mode':_0x48b0f1(0x1bd),'in2':_0x48b0f1(0x249),'result':_0x48b0f1(0x2c6)}),_0xe5c911(_0x48b0f1(0x194),{'mode':'normal','in':_0x48b0f1(0x2e5),'in2':'effect1_dropShadow_0_1451','result':_0x48b0f1(0x180)})]}),_0x2429d1('filter',{'id':'filter2_d_0_1451','x':_0x48b0f1(0x245),'y':_0x48b0f1(0x27a),'width':'20.8101','height':_0x48b0f1(0x2ab),'filterUnits':'userSpaceOnUse','colorInterpolationFilters':_0x48b0f1(0x1a3),'children':[_0xe5c911(_0x48b0f1(0x2c9),{'floodOpacity':'0','result':'BackgroundImageFix'}),_0xe5c911(_0x48b0f1(0x1d3),{'in':_0x48b0f1(0x146),'type':_0x48b0f1(0x18d),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','result':_0x48b0f1(0x251)}),_0xe5c911(_0x48b0f1(0x14d),{'dy':'-1'}),_0xe5c911(_0x48b0f1(0x14f),{'stdDeviation':_0x48b0f1(0x1f8)}),_0xe5c911(_0x48b0f1(0x1d3),{'type':'matrix','values':_0x48b0f1(0x235)}),_0xe5c911('feBlend',{'mode':_0x48b0f1(0x1bd),'in2':_0x48b0f1(0x249),'result':'effect1_dropShadow_0_1451'}),_0xe5c911(_0x48b0f1(0x194),{'mode':'normal','in':_0x48b0f1(0x2e5),'in2':_0x48b0f1(0x2c6),'result':'shape'})]}),_0x2429d1(_0x48b0f1(0x24f),{'id':_0x48b0f1(0x1d4),'x1':'12.3401','y1':_0x48b0f1(0x1fd),'x2':_0x48b0f1(0x1d6),'y2':_0x48b0f1(0x1fd),'gradientUnits':_0x48b0f1(0x1cb),'children':[_0xe5c911(_0x48b0f1(0x1a0),{'stopColor':'#353434'}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x284),'stopColor':'#1E2023'}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x16f),'stopColor':_0x48b0f1(0x148)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':'1','stopColor':_0x48b0f1(0x2d4)})]}),_0x2429d1(_0x48b0f1(0x24f),{'id':_0x48b0f1(0x18c),'x1':_0x48b0f1(0x273),'y1':_0x48b0f1(0x26d),'x2':_0x48b0f1(0x1c5),'y2':'57.327','gradientUnits':_0x48b0f1(0x1cb),'children':[_0xe5c911(_0x48b0f1(0x1a0),{'stopColor':_0x48b0f1(0x1d5)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x1f7),'stopColor':_0x48b0f1(0x1ef)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x1d8),'stopColor':'#6A6B6B'}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':'0.745733','stopColor':'#7A7A7A'}),_0xe5c911('stop',{'offset':_0x48b0f1(0x236),'stopColor':'#4F4F4F'})]}),_0x2429d1(_0x48b0f1(0x24f),{'id':_0x48b0f1(0x291),'x1':_0x48b0f1(0x151),'y1':'29.1023','x2':'10.2276','y2':'29.4576','gradientUnits':_0x48b0f1(0x1cb),'children':[_0xe5c911(_0x48b0f1(0x1a0),{'stopColor':_0x48b0f1(0x2d8)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x2be),'stopColor':'#1B1C1E'}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x21f),'stopColor':_0x48b0f1(0x218)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x2e1),'stopColor':_0x48b0f1(0x250),'stopOpacity':_0x48b0f1(0x237)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':'1','stopColor':_0x48b0f1(0x175),'stopOpacity':_0x48b0f1(0x237)})]}),_0x2429d1(_0x48b0f1(0x24f),{'id':_0x48b0f1(0x1e4),'x1':'5.7662','y1':_0x48b0f1(0x19a),'x2':_0x48b0f1(0x1e1),'y2':_0x48b0f1(0x19a),'gradientUnits':'userSpaceOnUse','children':[_0xe5c911(_0x48b0f1(0x1a0),{'stopColor':'#2F3132'}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x2c3),'stopColor':_0x48b0f1(0x205)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':'0.195905','stopColor':_0x48b0f1(0x20e)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x2d6),'stopColor':'#252627'}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':'0.575612','stopColor':'#38393A'}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x173),'stopColor':_0x48b0f1(0x24c)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x24b),'stopColor':_0x48b0f1(0x246)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x214),'stopColor':_0x48b0f1(0x220)}),_0xe5c911('stop',{'offset':'1','stopColor':_0x48b0f1(0x225)})]}),_0x2429d1(_0x48b0f1(0x24f),{'id':'paint4_linear_0_1451','x1':'6.14427','y1':_0x48b0f1(0x227),'x2':_0x48b0f1(0x27d),'y2':'105.286','gradientUnits':_0x48b0f1(0x1cb),'children':[_0xe5c911(_0x48b0f1(0x1a0),{'stopColor':'#181A1A','stopOpacity':_0x48b0f1(0x237)}),_0xe5c911('stop',{'offset':_0x48b0f1(0x2d6),'stopColor':_0x48b0f1(0x2f5),'stopOpacity':_0x48b0f1(0x237)}),_0xe5c911('stop',{'offset':_0x48b0f1(0x22e),'stopColor':_0x48b0f1(0x15e),'stopOpacity':_0x48b0f1(0x237)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':'0.805495','stopColor':'#3C3D3E','stopOpacity':_0x48b0f1(0x237)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':'0.920119','stopColor':_0x48b0f1(0x246)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x214),'stopColor':'#292A2B'}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':'1','stopColor':_0x48b0f1(0x225)})]})]})]});}function ue(_0xc843ec){const _0x368cc6=_0x5f1ee3;return _0x2429d1(_0x368cc6(0x2ce),{'width':'30','height':_0x368cc6(0x1bc),'viewBox':_0x368cc6(0x254),'fill':_0x368cc6(0x290),'xmlns':_0x368cc6(0x285),'aria-hidden':'true',..._0xc843ec,'children':[_0xe5c911(_0x368cc6(0x16c),{'id':_0x368cc6(0x2c2),'style':{'maskType':_0x368cc6(0x2c0)},'maskUnits':_0x368cc6(0x1cb),'x':'0','y':'0','width':'30','height':'105','children':_0xe5c911(_0x368cc6(0x1cf),{'width':'30','height':_0x368cc6(0x1bc),'fill':_0x368cc6(0x175)})}),_0xe5c911('g',{'mask':'url(#mask0_0_1593)','children':_0x2429d1('g',{'filter':_0x368cc6(0x17d),'children':[_0xe5c911(_0x368cc6(0x1cf),{'x':_0x368cc6(0x1d1),'y':'33','width':'19','height':'72','fill':_0x368cc6(0x2b6)}),_0xe5c911('path',{'fillRule':_0x368cc6(0x208),'clipRule':'evenodd','d':_0x368cc6(0x297),'fill':_0x368cc6(0x1ad)}),_0xe5c911('path',{'fillRule':_0x368cc6(0x208),'clipRule':'evenodd','d':_0x368cc6(0x297),'fill':_0x368cc6(0x207)}),_0xe5c911('path',{'fillRule':_0x368cc6(0x208),'clipRule':_0x368cc6(0x208),'d':_0x368cc6(0x176),'fill':'url(#paint3_linear_0_1593)'}),_0xe5c911(_0x368cc6(0x1ab),{'fillRule':_0x368cc6(0x208),'clipRule':_0x368cc6(0x208),'d':_0x368cc6(0x176),'fill':'url(#paint4_linear_0_1593)'}),_0xe5c911('g',{'filter':_0x368cc6(0x2aa),'children':_0xe5c911(_0x368cc6(0x1ab),{'fillRule':_0x368cc6(0x208),'clipRule':_0x368cc6(0x208),'d':'M24.5\x2033H5.5V49H24.5V33ZM18.7791\x2037.4645C19.1596\x2037.845\x2019.1596\x2038.4619\x2018.7791\x2038.8424L16.6397\x2040.9819L18.6885\x2043.0307C19.079\x2043.4212\x2019.079\x2044.0544\x2018.6885\x2044.4449C18.2979\x2044.8354\x2017.6648\x2044.8354\x2017.2743\x2044.4449L15.2255\x2042.3961L13.086\x2044.5355C12.7055\x2044.916\x2012.0886\x2044.916\x2011.7081\x2044.5355C11.3275\x2044.155\x2011.3275\x2043.5381\x2011.7081\x2043.1576L13.8475\x2041.0181L11.7987\x2038.9693C11.4082\x2038.5788\x2011.4082\x2037.9456\x2011.7987\x2037.5551C12.1892\x2037.1646\x2012.8224\x2037.1646\x2013.2129\x2037.5551L15.2617\x2039.6039L17.4012\x2037.4645C17.7817\x2037.084\x2018.3986\x2037.084\x2018.7791\x2037.4645Z','fill':_0x368cc6(0x2a3)})})]})}),_0x2429d1(_0x368cc6(0x16a),{'children':[_0x2429d1(_0x368cc6(0x2ad),{'id':_0x368cc6(0x14b),'x':_0x368cc6(0x1eb),'y':'14','width':'23','height':'93','filterUnits':_0x368cc6(0x1cb),'colorInterpolationFilters':'sRGB','children':[_0xe5c911('feFlood',{'floodOpacity':'0','result':_0x368cc6(0x249)}),_0xe5c911(_0x368cc6(0x1d3),{'in':_0x368cc6(0x146),'type':'matrix','values':_0x368cc6(0x204),'result':_0x368cc6(0x251)}),_0xe5c911(_0x368cc6(0x14d),{}),_0xe5c911(_0x368cc6(0x14f),{'stdDeviation':'1'}),_0xe5c911('feColorMatrix',{'type':_0x368cc6(0x18d),'values':_0x368cc6(0x1d2)}),_0xe5c911(_0x368cc6(0x194),{'mode':_0x368cc6(0x1bd),'in2':'BackgroundImageFix','result':_0x368cc6(0x29e)}),_0xe5c911(_0x368cc6(0x194),{'mode':_0x368cc6(0x1bd),'in':'SourceGraphic','in2':_0x368cc6(0x29e),'result':_0x368cc6(0x180)})]}),_0x2429d1('filter',{'id':_0x368cc6(0x263),'x':_0x368cc6(0x1d1),'y':'33','width':'19','height':'16.2','filterUnits':_0x368cc6(0x1cb),'colorInterpolationFilters':'sRGB','children':[_0xe5c911(_0x368cc6(0x2c9),{'floodOpacity':'0','result':_0x368cc6(0x249)}),_0xe5c911(_0x368cc6(0x1d3),{'in':_0x368cc6(0x146),'type':_0x368cc6(0x18d),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','result':_0x368cc6(0x251)}),_0xe5c911(_0x368cc6(0x14d),{'dy':_0x368cc6(0x25e)}),_0xe5c911(_0x368cc6(0x1d3),{'type':'matrix','values':_0x368cc6(0x1d2)}),_0xe5c911(_0x368cc6(0x194),{'mode':_0x368cc6(0x1bd),'in2':_0x368cc6(0x249),'result':_0x368cc6(0x29e)}),_0xe5c911(_0x368cc6(0x194),{'mode':_0x368cc6(0x1bd),'in':_0x368cc6(0x2e5),'in2':_0x368cc6(0x29e),'result':_0x368cc6(0x180)})]}),_0x2429d1('linearGradient',{'id':_0x368cc6(0x2e2),'x1':_0x368cc6(0x29c),'y1':_0x368cc6(0x16b),'x2':'5.5','y2':'26.3099','gradientUnits':'userSpaceOnUse','children':[_0xe5c911('stop',{'stopColor':'#DADADA'}),_0xe5c911(_0x368cc6(0x1a0),{'offset':'0.169003','stopColor':_0x368cc6(0x2cc)}),_0xe5c911(_0x368cc6(0x1a0),{'offset':_0x368cc6(0x2da),'stopColor':_0x368cc6(0x23f)}),_0xe5c911(_0x368cc6(0x1a0),{'offset':_0x368cc6(0x174),'stopColor':_0x368cc6(0x1e6)}),_0xe5c911(_0x368cc6(0x1a0),{'offset':_0x368cc6(0x26a),'stopColor':_0x368cc6(0x2eb)}),_0xe5c911('stop',{'offset':_0x368cc6(0x26e),'stopColor':_0x368cc6(0x259)}),_0xe5c911(_0x368cc6(0x1a0),{'offset':'1','stopColor':'#E4E4E4'})]}),_0x2429d1('linearGradient',{'id':_0x368cc6(0x1e7),'x1':_0x368cc6(0x269),'y1':_0x368cc6(0x2bc),'x2':_0x368cc6(0x253),'y2':_0x368cc6(0x2bc),'gradientUnits':_0x368cc6(0x1cb),'children':[_0xe5c911(_0x368cc6(0x1a0),{'stopColor':'#D8918F'}),_0xe5c911(_0x368cc6(0x1a0),{'offset':_0x368cc6(0x2f2),'stopColor':'#F79E9D'}),_0xe5c911(_0x368cc6(0x1a0),{'offset':'0.486065','stopColor':_0x368cc6(0x2b2)}),_0xe5c911(_0x368cc6(0x1a0),{'offset':_0x368cc6(0x192),'stopColor':_0x368cc6(0x165)}),_0xe5c911(_0x368cc6(0x1a0),{'offset':'1','stopColor':_0x368cc6(0x1ac)})]}),_0x2429d1(_0x368cc6(0x24f),{'id':'paint2_linear_0_1593','x1':_0x368cc6(0x2ef),'y1':'16','x2':_0x368cc6(0x2ef),'y2':_0x368cc6(0x17c),'gradientUnits':_0x368cc6(0x1cb),'children':[_0xe5c911(_0x368cc6(0x1a0),{'stopColor':_0x368cc6(0x2e3)}),_0xe5c911(_0x368cc6(0x1a0),{'offset':'1','stopColor':'#525252','stopOpacity':_0x368cc6(0x237)})]}),_0x2429d1(_0x368cc6(0x24f),{'id':'paint3_linear_0_1593','x1':_0x368cc6(0x15d),'y1':_0x368cc6(0x2ea),'x2':_0x368cc6(0x282),'y2':_0x368cc6(0x2ea),'gradientUnits':'userSpaceOnUse','children':[_0xe5c911('stop',{'stopColor':_0x368cc6(0x287)}),_0xe5c911(_0x368cc6(0x1a0),{'offset':_0x368cc6(0x2f2),'stopColor':_0x368cc6(0x2b2)}),_0xe5c911(_0x368cc6(0x1a0),{'offset':_0x368cc6(0x270),'stopColor':'#F79E9D'}),_0xe5c911(_0x368cc6(0x1a0),{'offset':_0x368cc6(0x192),'stopColor':'#D9807F'}),_0xe5c911(_0x368cc6(0x1a0),{'offset':'1','stopColor':_0x368cc6(0x1ac)})]}),_0x2429d1('linearGradient',{'id':'paint4_linear_0_1593','x1':_0x368cc6(0x1bf),'y1':'36','x2':_0x368cc6(0x1bf),'y2':_0x368cc6(0x2cf),'gradientUnits':'userSpaceOnUse','children':[_0xe5c911(_0x368cc6(0x1a0),{'stopColor':_0x368cc6(0x2e3)}),_0xe5c911(_0x368cc6(0x1a0),{'offset':'1','stopColor':_0x368cc6(0x1db),'stopOpacity':_0x368cc6(0x237)})]}),_0x2429d1(_0x368cc6(0x24f),{'id':_0x368cc6(0x298),'x1':_0x368cc6(0x29c),'y1':_0x368cc6(0x25d),'x2':_0x368cc6(0x1d1),'y2':_0x368cc6(0x25d),'gradientUnits':'userSpaceOnUse','children':[_0xe5c911(_0x368cc6(0x1a0),{'stopColor':'#DADADA'}),_0xe5c911(_0x368cc6(0x1a0),{'offset':_0x368cc6(0x1e9),'stopColor':_0x368cc6(0x2cc)}),_0xe5c911(_0x368cc6(0x1a0),{'offset':_0x368cc6(0x2da),'stopColor':'#FAF7F7'}),_0xe5c911(_0x368cc6(0x1a0),{'offset':_0x368cc6(0x174),'stopColor':_0x368cc6(0x1e6)}),_0xe5c911(_0x368cc6(0x1a0),{'offset':_0x368cc6(0x26a),'stopColor':'#DCDDDC'}),_0xe5c911(_0x368cc6(0x1a0),{'offset':'0.973543','stopColor':_0x368cc6(0x259)}),_0xe5c911('stop',{'offset':'1','stopColor':'#E4E4E4'})]})]})]});}function de(_0x45be54){const _0x4a742e=_0x5f1ee3;return _0x2429d1(_0x4a742e(0x2ce),{'width':'30','height':_0x4a742e(0x1bc),'viewBox':_0x4a742e(0x254),'fill':'none','xmlns':'http://www.w3.org/2000/svg','aria-hidden':_0x4a742e(0x13f),..._0x45be54,'children':[_0xe5c911(_0x4a742e(0x16c),{'id':_0x4a742e(0x215),'style':{'maskType':_0x4a742e(0x2c0)},'maskUnits':_0x4a742e(0x1cb),'x':'0','y':'0','width':'30','height':_0x4a742e(0x1bc),'children':_0xe5c911(_0x4a742e(0x1cf),{'width':'30','height':_0x4a742e(0x1bc),'fill':_0x4a742e(0x175)})}),_0xe5c911('g',{'mask':'url(#mask0_0_1646)','children':_0x2429d1('g',{'filter':_0x4a742e(0x135),'children':[_0xe5c911(_0x4a742e(0x1ab),{'fillRule':_0x4a742e(0x208),'clipRule':'evenodd','d':'M12.9991\x2018.6987C13.1108\x2017.7306\x2013.9305\x2017\x2014.9051\x2017C15.8796\x2017\x2016.6994\x2017.7306\x2016.8111\x2018.6987L17.4701\x2024.41H12.3401L12.9991\x2018.6987Z','fill':_0x4a742e(0x2f7)}),_0x2429d1('g',{'filter':_0x4a742e(0x186),'children':[_0xe5c911(_0x4a742e(0x1ab),{'fillRule':'evenodd','clipRule':_0x4a742e(0x208),'d':_0x4a742e(0x1af),'fill':_0x4a742e(0x157)}),_0xe5c911(_0x4a742e(0x1ab),{'fillRule':'evenodd','clipRule':_0x4a742e(0x208),'d':'M11.7701\x2024.41H18.0401L21.4601\x2046.07H8.3501L11.7701\x2024.41Z','fill':'url(#paint2_linear_0_1646)'})]}),_0xe5c911('g',{'filter':_0x4a742e(0x1e5),'children':_0xe5c911('path',{'fillRule':_0x4a742e(0x208),'clipRule':'evenodd','d':_0x4a742e(0x233),'fill':_0x4a742e(0x234)})})]})}),_0x2429d1(_0x4a742e(0x16a),{'children':[_0x2429d1('filter',{'id':'filter0_d_0_1646','x':_0x4a742e(0x245),'y':'16','width':_0x4a742e(0x154),'height':_0x4a742e(0x2a2),'filterUnits':_0x4a742e(0x1cb),'colorInterpolationFilters':_0x4a742e(0x1a3),'children':[_0xe5c911(_0x4a742e(0x2c9),{'floodOpacity':'0','result':_0x4a742e(0x249)}),_0xe5c911(_0x4a742e(0x1d3),{'in':'SourceAlpha','type':'matrix','values':_0x4a742e(0x204),'result':_0x4a742e(0x251)}),_0xe5c911(_0x4a742e(0x14d),{}),_0xe5c911('feGaussianBlur',{'stdDeviation':_0x4a742e(0x1f8)}),_0xe5c911(_0x4a742e(0x1d3),{'type':_0x4a742e(0x18d),'values':_0x4a742e(0x2c1)}),_0xe5c911(_0x4a742e(0x194),{'mode':_0x4a742e(0x1bd),'in2':'BackgroundImageFix','result':_0x4a742e(0x20a)}),_0xe5c911(_0x4a742e(0x194),{'mode':_0x4a742e(0x1bd),'in':_0x4a742e(0x2e5),'in2':'effect1_dropShadow_0_1646','result':'shape'})]}),_0x2429d1(_0x4a742e(0x2ad),{'id':'filter1_d_0_1646','x':_0x4a742e(0x296),'y':_0x4a742e(0x13c),'width':_0x4a742e(0x299),'height':_0x4a742e(0x17f),'filterUnits':'userSpaceOnUse','colorInterpolationFilters':_0x4a742e(0x1a3),'children':[_0xe5c911(_0x4a742e(0x2c9),{'floodOpacity':'0','result':'BackgroundImageFix'}),_0xe5c911(_0x4a742e(0x1d3),{'in':_0x4a742e(0x146),'type':_0x4a742e(0x18d),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','result':_0x4a742e(0x251)}),_0xe5c911('feOffset',{'dy':'-1'}),_0xe5c911('feGaussianBlur',{'stdDeviation':_0x4a742e(0x1f8)}),_0xe5c911('feColorMatrix',{'type':_0x4a742e(0x18d),'values':_0x4a742e(0x248)}),_0xe5c911('feBlend',{'mode':'normal','in2':'BackgroundImageFix','result':_0x4a742e(0x20a)}),_0xe5c911(_0x4a742e(0x194),{'mode':'normal','in':_0x4a742e(0x2e5),'in2':_0x4a742e(0x20a),'result':_0x4a742e(0x180)})]}),_0x2429d1(_0x4a742e(0x2ad),{'id':_0x4a742e(0x2e4),'x':'4.5','y':'44.07','width':_0x4a742e(0x154),'height':_0x4a742e(0x2ab),'filterUnits':_0x4a742e(0x1cb),'colorInterpolationFilters':'sRGB','children':[_0xe5c911(_0x4a742e(0x2c9),{'floodOpacity':'0','result':_0x4a742e(0x249)}),_0xe5c911(_0x4a742e(0x1d3),{'in':_0x4a742e(0x146),'type':_0x4a742e(0x18d),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','result':'hardAlpha'}),_0xe5c911(_0x4a742e(0x14d),{'dy':'-1'}),_0xe5c911('feGaussianBlur',{'stdDeviation':_0x4a742e(0x1f8)}),_0xe5c911(_0x4a742e(0x1d3),{'type':_0x4a742e(0x18d),'values':_0x4a742e(0x248)}),_0xe5c911(_0x4a742e(0x194),{'mode':_0x4a742e(0x1bd),'in2':_0x4a742e(0x249),'result':_0x4a742e(0x20a)}),_0xe5c911(_0x4a742e(0x194),{'mode':_0x4a742e(0x1bd),'in':_0x4a742e(0x2e5),'in2':_0x4a742e(0x20a),'result':_0x4a742e(0x180)})]}),_0x2429d1(_0x4a742e(0x24f),{'id':_0x4a742e(0x1e8),'x1':'12.3401','y1':_0x4a742e(0x1fd),'x2':_0x4a742e(0x1d6),'y2':'28.115','gradientUnits':_0x4a742e(0x1cb),'children':[_0xe5c911(_0x4a742e(0x1a0),{'stopColor':_0x4a742e(0x29f)}),_0xe5c911(_0x4a742e(0x1a0),{'offset':_0x4a742e(0x1a6),'stopColor':_0x4a742e(0x1ee)}),_0xe5c911('stop',{'offset':_0x4a742e(0x16f),'stopColor':_0x4a742e(0x18f)}),_0xe5c911(_0x4a742e(0x1a0),{'offset':'1','stopColor':_0x4a742e(0x266)})]}),_0x2429d1(_0x4a742e(0x24f),{'id':_0x4a742e(0x295),'x1':'7.99795','y1':_0x4a742e(0x26d),'x2':'21.1319','y2':_0x4a742e(0x2dc),'gradientUnits':'userSpaceOnUse','children':[_0xe5c911('stop',{'stopColor':_0x4a742e(0x1aa)}),_0xe5c911('stop',{'offset':_0x4a742e(0x1f7),'stopColor':'#626567'}),_0xe5c911(_0x4a742e(0x1a0),{'offset':_0x4a742e(0x1d8),'stopColor':_0x4a742e(0x1f6)}),_0xe5c911(_0x4a742e(0x1a0),{'offset':_0x4a742e(0x2b5),'stopColor':_0x4a742e(0x162)}),_0xe5c911(_0x4a742e(0x1a0),{'offset':_0x4a742e(0x236),'stopColor':_0x4a742e(0x292)})]}),_0x2429d1(_0x4a742e(0x24f),{'id':_0x4a742e(0x13b),'x1':_0x4a742e(0x151),'y1':'29.1023','x2':_0x4a742e(0x27c),'y2':_0x4a742e(0x2ff),'gradientUnits':_0x4a742e(0x1cb),'children':[_0xe5c911('stop',{'stopColor':_0x4a742e(0x2b9),'stopOpacity':_0x4a742e(0x23b)}),_0xe5c911(_0x4a742e(0x1a0),{'offset':'0.139436','stopColor':'#EDEDED'}),_0xe5c911(_0x4a742e(0x1a0),{'offset':_0x4a742e(0x17b),'stopColor':_0x4a742e(0x250),'stopOpacity':_0x4a742e(0x237)}),_0xe5c911('stop',{'offset':'1','stopColor':'white','stopOpacity':_0x4a742e(0x237)})]}),_0x2429d1(_0x4a742e(0x24f),{'id':_0x4a742e(0x195),'x1':_0x4a742e(0x1e1),'y1':_0x4a742e(0x155),'x2':_0x4a742e(0x1d1),'y2':_0x4a742e(0x155),'gradientUnits':_0x4a742e(0x1cb),'children':[_0xe5c911(_0x4a742e(0x1a0),{'stopColor':_0x4a742e(0x20f)}),_0xe5c911(_0x4a742e(0x1a0),{'offset':_0x4a742e(0x138),'stopColor':_0x4a742e(0x2cc)}),_0xe5c911('stop',{'offset':_0x4a742e(0x26b),'stopColor':_0x4a742e(0x175)}),_0xe5c911(_0x4a742e(0x1a0),{'offset':'0.802592','stopColor':'#DFE0DF'}),_0xe5c911(_0x4a742e(0x1a0),{'offset':_0x4a742e(0x2ee),'stopColor':_0x4a742e(0x2eb)}),_0xe5c911(_0x4a742e(0x1a0),{'offset':'1','stopColor':_0x4a742e(0x175)})]})]})]});}function fe(_0x2f3349){const _0xcd800f=_0x5f1ee3;return _0x2429d1('svg',{'width':'30','height':_0xcd800f(0x1bc),'viewBox':'0\x200\x2030\x20105','fill':_0xcd800f(0x290),'xmlns':'http://www.w3.org/2000/svg','aria-hidden':_0xcd800f(0x13f),..._0x2f3349,'children':[_0xe5c911(_0xcd800f(0x16c),{'id':'mask0_0_1618','style':{'maskType':_0xcd800f(0x2c0)},'maskUnits':_0xcd800f(0x1cb),'x':'0','y':'0','width':'30','height':_0xcd800f(0x1bc),'children':_0xe5c911(_0xcd800f(0x1cf),{'width':'30','height':_0xcd800f(0x1bc),'fill':_0xcd800f(0x175)})}),_0x2429d1('g',{'mask':_0xcd800f(0x190),'children':[_0x2429d1('g',{'filter':'url(#filter0_d_0_1618)','children':[_0xe5c911('path',{'fillRule':'evenodd','clipRule':_0xcd800f(0x208),'d':_0xcd800f(0x2fd),'fill':_0xcd800f(0x278)}),_0xe5c911(_0xcd800f(0x16c),{'id':_0xcd800f(0x1d9),'style':{'maskType':_0xcd800f(0x2c0)},'maskUnits':_0xcd800f(0x1cb),'x':'5','y':'26','width':'20','height':'80','children':_0xe5c911(_0xcd800f(0x1ab),{'fillRule':_0xcd800f(0x208),'clipRule':'evenodd','d':'M9\x2027.5C9\x2026.9477\x209.44772\x2026.5\x2010\x2026.5L20\x2026.5C20.5523\x2026.5\x2021\x2026.9477\x2021\x2027.5V42.0409C21\x2042.6475\x2021.1104\x2043.2489\x2021.3257\x2043.816L24.1743\x2051.3174C24.3896\x2051.8844\x2024.5\x2052.4859\x2024.5\x2053.0924V105.5H5.5V53.0924C5.5\x2052.4859\x205.61036\x2051.8844\x205.82569\x2051.3174L8.67431\x2043.816C8.88964\x2043.2489\x209\x2042.6475\x209\x2042.0409V27.5Z','fill':_0xcd800f(0x175)})}),_0x2429d1('g',{'mask':_0xcd800f(0x203),'children':[_0xe5c911(_0xcd800f(0x1ab),{'fillRule':_0xcd800f(0x208),'clipRule':_0xcd800f(0x208),'d':'M9\x2042H21L24.5\x2052H5.5L9\x2042Z','fill':'#E6E6E6'}),_0xe5c911(_0xcd800f(0x1ab),{'fillRule':_0xcd800f(0x208),'clipRule':_0xcd800f(0x208),'d':_0xcd800f(0x21d),'fill':'url(#paint1_linear_0_1618)'}),_0xe5c911(_0xcd800f(0x1ab),{'fillRule':_0xcd800f(0x208),'clipRule':_0xcd800f(0x208),'d':_0xcd800f(0x21d),'fill':_0xcd800f(0x21b)}),_0xe5c911(_0xcd800f(0x1cf),{'x':'9','y':_0xcd800f(0x2e6),'width':'12','height':'15.5','fill':'url(#paint3_linear_0_1618)'})]})]}),_0xe5c911(_0xcd800f(0x1ab),{'fillRule':_0xcd800f(0x208),'clipRule':'evenodd','d':_0xcd800f(0x2c7),'fill':_0xcd800f(0x29a)}),_0xe5c911('mask',{'id':_0xcd800f(0x153),'style':{'maskType':_0xcd800f(0x2c0)},'maskUnits':_0xcd800f(0x1cb),'x':'5','y':'15','width':'20','height':'46','children':_0xe5c911(_0xcd800f(0x1ab),{'fillRule':_0xcd800f(0x208),'clipRule':_0xcd800f(0x208),'d':_0xcd800f(0x2c7),'fill':_0xcd800f(0x175)})}),_0x2429d1('g',{'mask':_0xcd800f(0x1b5),'children':[_0xe5c911(_0xcd800f(0x1cf),{'y':'12','width':'30','height':'62','fill':'#FED031'}),_0xe5c911('rect',{'x':_0xcd800f(0x1d1),'y':_0xcd800f(0x184),'width':'19','height':'57','fill':'url(#paint4_linear_0_1618)'})]})]}),_0x2429d1('defs',{'children':[_0x2429d1('filter',{'id':'filter0_d_0_1618','x':'3.5','y':_0xcd800f(0x29c),'width':'23','height':'83','filterUnits':_0xcd800f(0x1cb),'colorInterpolationFilters':_0xcd800f(0x1a3),'children':[_0xe5c911(_0xcd800f(0x2c9),{'floodOpacity':'0','result':'BackgroundImageFix'}),_0xe5c911(_0xcd800f(0x1d3),{'in':_0xcd800f(0x146),'type':_0xcd800f(0x18d),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','result':_0xcd800f(0x251)}),_0xe5c911('feOffset',{}),_0xe5c911('feGaussianBlur',{'stdDeviation':'1'}),_0xe5c911(_0xcd800f(0x1d3),{'type':_0xcd800f(0x18d),'values':_0xcd800f(0x166)}),_0xe5c911(_0xcd800f(0x194),{'mode':_0xcd800f(0x1bd),'in2':'BackgroundImageFix','result':_0xcd800f(0x2a4)}),_0xe5c911('feBlend',{'mode':_0xcd800f(0x1bd),'in':_0xcd800f(0x2e5),'in2':_0xcd800f(0x2a4),'result':_0xcd800f(0x180)})]}),_0x2429d1('linearGradient',{'id':_0xcd800f(0x28d),'x1':_0xcd800f(0x29c),'y1':_0xcd800f(0x198),'x2':_0xcd800f(0x1d1),'y2':'19.1595','gradientUnits':'userSpaceOnUse','children':[_0xe5c911(_0xcd800f(0x1a0),{'stopColor':_0xcd800f(0x20f)}),_0xe5c911('stop',{'offset':_0xcd800f(0x1e9),'stopColor':_0xcd800f(0x2cc)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':_0xcd800f(0x2da),'stopColor':_0xcd800f(0x23f)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':_0xcd800f(0x174),'stopColor':_0xcd800f(0x1e6)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':_0xcd800f(0x26a),'stopColor':'#DCDDDC'}),_0xe5c911(_0xcd800f(0x1a0),{'offset':'0.973543','stopColor':'#E4E4E4'}),_0xe5c911(_0xcd800f(0x1a0),{'offset':'1','stopColor':_0xcd800f(0x259)})]}),_0x2429d1(_0xcd800f(0x24f),{'id':'paint1_linear_0_1618','x1':'17.978','y1':_0xcd800f(0x161),'x2':_0xcd800f(0x1a4),'y2':_0xcd800f(0x142),'gradientUnits':_0xcd800f(0x1cb),'children':[_0xe5c911(_0xcd800f(0x1a0),{'stopColor':_0xcd800f(0x20f)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':'0.169003','stopColor':_0xcd800f(0x2cc)}),_0xe5c911('stop',{'offset':'0.445105','stopColor':_0xcd800f(0x23f)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':_0xcd800f(0x174),'stopColor':_0xcd800f(0x1e6)}),_0xe5c911('stop',{'offset':_0xcd800f(0x26a),'stopColor':'#DCDDDC','stopOpacity':'0.01'}),_0xe5c911(_0xcd800f(0x1a0),{'offset':'0.973543','stopColor':_0xcd800f(0x259),'stopOpacity':_0xcd800f(0x237)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':'1','stopColor':_0xcd800f(0x259),'stopOpacity':'0.01'})]}),_0x2429d1(_0xcd800f(0x24f),{'id':'paint2_linear_0_1618','x1':_0xcd800f(0x247),'y1':_0xcd800f(0x268),'x2':'21.1391','y2':_0xcd800f(0x2c5),'gradientUnits':_0xcd800f(0x1cb),'children':[_0xe5c911(_0xcd800f(0x1a0),{'stopColor':_0xcd800f(0x20f),'stopOpacity':_0xcd800f(0x237)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':'0.169003','stopColor':_0xcd800f(0x2cc),'stopOpacity':_0xcd800f(0x237)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':_0xcd800f(0x276),'stopColor':'#FAF7F7','stopOpacity':_0xcd800f(0x237)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':'0.856298','stopColor':_0xcd800f(0x1e6)}),_0xe5c911('stop',{'offset':_0xcd800f(0x14e),'stopColor':_0xcd800f(0x2eb)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':'1','stopColor':_0xcd800f(0x259)}),_0xe5c911('stop',{'offset':'1','stopColor':_0xcd800f(0x259)})]}),_0x2429d1('linearGradient',{'id':_0xcd800f(0x224),'x1':'21','y1':'25.0598','x2':'9','y2':_0xcd800f(0x300),'gradientUnits':_0xcd800f(0x1cb),'children':[_0xe5c911(_0xcd800f(0x1a0),{'stopColor':_0xcd800f(0x20f)}),_0xe5c911('stop',{'offset':_0xcd800f(0x1e9),'stopColor':_0xcd800f(0x2cc)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':'0.445105','stopColor':_0xcd800f(0x23f)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':_0xcd800f(0x174),'stopColor':_0xcd800f(0x1e6)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':_0xcd800f(0x26a),'stopColor':_0xcd800f(0x2eb)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':_0xcd800f(0x26e),'stopColor':'#E4E4E4'}),_0xe5c911(_0xcd800f(0x1a0),{'offset':'1','stopColor':_0xcd800f(0x259)})]}),_0x2429d1(_0xcd800f(0x24f),{'id':_0xcd800f(0x230),'x1':'5.5','y1':_0xcd800f(0x16d),'x2':_0xcd800f(0x29c),'y2':'71.5','gradientUnits':_0xcd800f(0x1cb),'children':[_0xe5c911('stop',{'stopOpacity':_0xcd800f(0x1c0)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':'0.598084','stopColor':_0xcd800f(0x175),'stopOpacity':_0xcd800f(0x2e9)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':_0xcd800f(0x1b2),'stopColor':_0xcd800f(0x175),'stopOpacity':_0xcd800f(0x2ed)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':'1','stopOpacity':'0.1'})]})]})]});}const pe=[{'labelKey':_0x5f1ee3(0x2de),'tool':'pen','icon':de,'darkIcon':le},{'labelKey':_0x5f1ee3(0x2ba),'tool':_0x5f1ee3(0x2ba),'icon':ae,'darkIcon':oe},{'labelKey':_0x5f1ee3(0x200),'tool':'highlighter','icon':fe,'darkIcon':ce},{'labelKey':'eraser','tool':'eraser','icon':ue,'darkIcon':se}],me={'pen':_0x5f1ee3(0x216),'brush':'ink-ui.toolbar.brush','highlighter':_0x5f1ee3(0x257),'eraser':'ink-ui.toolbar.eraser'},Z=[{'value':0x2,'icon':_0x12446e},{'value':0x4,'icon':_0x6dd778},{'value':0x8,'icon':_0x332d42},{'value':0xe,'icon':_0x3b627a},{'value':0x18,'icon':_0x1eeec8}];function he(_0x12a18e){const _0x5beea2=_0x5f1ee3;return[_0x5beea2(0x1ff),_0x5beea2(0x2db),_0x12a18e?'univer-z-10':''][_0x5beea2(0x261)]('\x20');}function ge(_0x1c0fd1){const _0x13b130=_0x5f1ee3;var _0x521b92;return(_0x521b92=Z[_0x13b130(0x1c7)](_0x4b0a72=>_0x4b0a72['value']===_0x1c0fd1))==null?Z[0x0]:_0x521b92;}function _e(_0x417621){const _0x3cfa5e=_0x5f1ee3;let _0x15bab5=_0x417621[_0x3cfa5e(0x22f)];return _0xe5c911(_0x3cfa5e(0x171),{'aria-hidden':'true','className':'univer-flex\x20univer-h-8\x20univer-w-8\x20univer-items-center\x20univer-justify-center\x20univer-text-gray-900\x20dark:!univer-text-gray-100','children':_0xe5c911(_0x15bab5,{'className':_0x3cfa5e(0x1fa)})});}function Q(_0x38e04b){const _0x4539b5=_0x5f1ee3;let _0x1b1430=_0x4cf81f(_0x541e1b),_0x38ea4d=_0x38e04b[_0x4539b5(0x18a)]!=='close';return _0xe5c911(_0x477c60,{'title':_0x1b1430['t'](_0x38e04b[_0x4539b5(0x149)]),'placement':_0x4539b5(0x1f5),'visible':_0x38e04b[_0x4539b5(0x24e)],'onVisibleChange':_0x38e04b['onTooltipVisibleChange'],'asChild':!0x0,'children':_0xe5c911(_0x4539b5(0x171),{'className':_0x55d0b8(_0x4539b5(0x28f),_0x38ea4d?_0x4539b5(0x272):_0x4539b5(0x1a2)),'data-ink-toolbar-control-tooltip-anchor':_0x4539b5(0x13f),'children':_0xe5c911(_0x5466ad,{'aria-label':_0x1b1430['t'](_0x38e04b['labelKey']),'className':_0x55d0b8(_0x4539b5(0x178),_0x4539b5(0x2d0),_0x38ea4d?_0x4539b5(0x13e):_0x4539b5(0x137),_0x38e04b[_0x4539b5(0x187)]?'univer-bg-gray-100\x20univer-text-gray-900\x20dark:!univer-bg-gray-800':''),'data-ink-toolbar-control':_0x38e04b[_0x4539b5(0x18a)],'size':_0x4539b5(0x202),'type':_0x4539b5(0x22a),'variant':_0x4539b5(0x2fb),'onMouseDown':_0x3f0d51=>{const _0x218f23=_0x4539b5;_0x3f0d51[_0x218f23(0x231)](),_0x3f0d51['preventDefault']();},'onClick':_0x38e04b['onClick'],'children':_0x38e04b['children']})})});}function ve(_0x2084de){const _0x443639=_0x5f1ee3;let {tool:_0x182913,color:_0x126482,width:_0x2c9f56,onSelectTool:_0x38adac,onSetWidth:_0x3d0de3,onSetColor:_0x3b535e,onClose:_0x2b2dca}=_0x2084de,_0x42be8e=ge(_0x2c9f56),[_0x25c5ab,_0x4ec88e]=_0x141376(null),[_0xf1a767,_0x36fd92]=_0x141376(null),_0x4c89bf=_0x4cf81f(_0x541e1b),_0x36b047=_0x77b1de(_0x4c89bf['direction$'],_0x4c89bf[_0x443639(0x197)]());function _0x145cfd(_0x5472d7,_0x4a7ad4){_0x36fd92(null),_0x4ec88e(_0x170081=>_0x4a7ad4?_0x5472d7:_0x170081===_0x5472d7?null:_0x170081);}function _0x4e648d(_0xca62df,_0x57990d){_0x36fd92(_0x3b589a=>_0x57990d?_0x25c5ab===_0xca62df?null:_0xca62df:_0x3b589a===_0xca62df?null:_0x3b589a);}return _0x2429d1(_0x443639(0x29d),{'dir':_0x36b047,'className':_0x443639(0x1a1),'data-ink-floating-toolbar':_0x443639(0x13f),'children':[_0xe5c911('div',{'className':_0x443639(0x2d1),'aria-hidden':_0x443639(0x13f)}),_0xe5c911(_0x443639(0x29d),{'className':_0x443639(0x193),'children':pe[_0x443639(0x1c6)](_0x51b598=>{const _0x1400fb=_0x443639;let _0x4dfdb0=_0x51b598['icon'],_0x233959=_0x51b598['darkIcon'],_0x2f18e2=_0x182913===_0x51b598[_0x1400fb(0x255)],_0x4d406d=_0x4c89bf['t'](me[_0x51b598[_0x1400fb(0x149)]]);return _0xe5c911('div',{'className':_0x1400fb(0x27e),'data-ink-tool-tooltip-anchor':_0x1400fb(0x13f),'children':_0xe5c911(_0x477c60,{'title':_0x4d406d,'placement':_0x1400fb(0x1f5),'asChild':!0x0,'children':_0xe5c911('button',{'aria-label':_0x4d406d,'aria-pressed':_0x2f18e2,'className':he(_0x2f18e2),'type':_0x1400fb(0x22a),'onClick':()=>_0x38adac(_0x51b598[_0x1400fb(0x255)]),'children':_0x2429d1(_0x1400fb(0x171),{'className':_0x55d0b8(_0x1400fb(0x1f3),_0x2f18e2?'univer-translate-y-[15px]':_0x1400fb(0x1fc)),'children':[_0xe5c911(_0x4dfdb0,{'className':_0x1400fb(0x22d)}),_0xe5c911(_0x233959,{'className':'ink-tool-icon-dark\x20univer-hidden\x20univer-w-auto\x20univer-drop-shadow-lg\x20dark:!univer-block'})]})})})},_0x51b598[_0x1400fb(0x255)]);})}),_0xe5c911('div',{'className':'univer-h-8\x20univer-w-px\x20univer-bg-gray-200\x20dark:!univer-bg-gray-700'}),_0x2429d1(_0x443639(0x29d),{'className':'univer-flex\x20univer-h-10\x20univer-items-center\x20univer-gap-3','children':[_0xe5c911(_0x3de237,{'open':_0x25c5ab===_0x443639(0x267),'className':_0x443639(0x1b4),'data-ink-floating-toolbar-popup':_0x443639(0x13f),'onOpenChange':_0x344194=>_0x145cfd(_0x443639(0x267),_0x344194),'overlay':_0xe5c911(_0x1cd99e,{'className':_0x443639(0x2d5),'minWidthClassName':'univer-min-w-0','children':_0xe5c911('div',{'className':_0x443639(0x1c2),'children':Z['map'](_0x55b8fd=>{const _0x13a7cc=_0x443639;let _0x1589cc=_0x55b8fd['icon'],_0x373ac0=_0x55b8fd[_0x13a7cc(0x242)]===_0x2c9f56;return _0xe5c911(_0x5466ad,{'aria-label':_0x4c89bf['t'](_0x13a7cc(0x1c8),String(_0x55b8fd[_0x13a7cc(0x242)])),'aria-pressed':_0x373ac0,'className':_0x55d0b8(_0x13a7cc(0x1b1),_0x373ac0?_0x13a7cc(0x211):''),'size':_0x13a7cc(0x22f),'type':_0x13a7cc(0x22a),'variant':_0x13a7cc(0x2fb),'onClick':()=>{_0x3d0de3(_0x55b8fd['value']),_0x4ec88e(null);},'children':_0xe5c911(_0x1589cc,{})},_0x55b8fd[_0x13a7cc(0x242)]);})})}),'children':_0xe5c911(_0x443639(0x171),{'className':_0x443639(0x19c),'children':_0x2429d1(Q,{'labelKey':_0x443639(0x2b3),'control':_0x443639(0x267),'tooltipVisible':_0x25c5ab===_0x443639(0x267)?!0x1:_0xf1a767===_0x443639(0x267),'onTooltipVisibleChange':_0x3156ff=>_0x4e648d(_0x443639(0x267),_0x3156ff),'children':[_0xe5c911(_e,{'icon':_0x42be8e[_0x443639(0x22f)]}),_0xe5c911(_0x64ebc2,{})]})})}),_0xe5c911(_0x3de237,{'open':_0x25c5ab===_0x443639(0x2c8),'className':_0x55d0b8(_0x443639(0x302),_0x443639(0x1b4)),'data-ink-floating-toolbar-popup':_0x443639(0x13f),'onOpenChange':_0x4340d2=>_0x145cfd(_0x443639(0x2c8),_0x4340d2),'overlay':_0xe5c911(_0x443639(0x29d),{'className':_0x443639(0x27b),'dir':_0x36b047,'children':_0xe5c911(_0x176e80,{'value':_0x126482,'onChange':_0x3b535e})}),'children':_0xe5c911(_0x443639(0x171),{'className':_0x443639(0x19c),'children':_0x2429d1(Q,{'labelKey':_0x443639(0x169),'control':'color','tooltipVisible':_0x25c5ab==='color'?!0x1:_0xf1a767==='color','onTooltipVisibleChange':_0x537c0e=>_0x4e648d(_0x443639(0x2c8),_0x537c0e),'children':[_0xe5c911(_0x5eadd8,{'className':_0x443639(0x1a7)}),_0xe5c911(_0x64ebc2,{})]})})})]}),_0xe5c911(_0x443639(0x29d),{'className':_0x443639(0x19c),'children':_0xe5c911(Q,{'labelKey':_0x443639(0x219),'control':_0x443639(0x164),'tooltipVisible':_0xf1a767===_0x443639(0x164),'onTooltipVisibleChange':_0x1943b4=>_0x4e648d(_0x443639(0x164),_0x1943b4),'onClick':_0x2b2dca,'children':_0xe5c911(_0x1ba573,{'className':_0x443639(0x2b4),'aria-hidden':_0x443639(0x13f)})})})]});}function ye(){const _0x54c5ed=_0x5f1ee3;let _0x4de726=_0x4cf81f(z),_0x383c68=_0x77b1de(()=>_0x4de726[_0x54c5ed(0x179)],_0x4de726['getState'](),!0x1,[_0x4de726]);return _0x383c68[_0x54c5ed(0x1df)]?_0xe5c911(ve,{'color':_0x383c68[_0x54c5ed(0x2c8)],'tool':_0x383c68[_0x54c5ed(0x255)],'width':_0x383c68[_0x54c5ed(0x267)],'onClose':()=>_0x4de726['cancelInkMode'](),'onSetColor':_0x466de8=>_0x4de726[_0x54c5ed(0x2d2)](_0x466de8),'onSetWidth':_0x5125bf=>_0x4de726['setWidth'](_0x5125bf),'onSelectTool':_0x62ebf0=>_0x4de726['selectTool'](_0x62ebf0)}):null;}let $=class extends _0x594d62{constructor(_0xf4b019=I,_0x4d3115,_0x2ec1f1,_0x2f8245){const _0x4d1e3c=_0x5f1ee3;super(),this[_0x4d1e3c(0x1f1)]=_0xf4b019,this[_0x4d1e3c(0x221)]=_0x4d3115,this[_0x4d1e3c(0x2bf)]=_0x2ec1f1,this[_0x4d1e3c(0x19d)]=_0x2f8245;let {..._0x5c6a5b}=_0x5a4e22({},I,this['_config']);this['_configService'][_0x4d1e3c(0x239)](_0x4d1e3c(0x2ae),_0x5c6a5b);}['onStarting'](){const _0x48cbd9=_0x5f1ee3;[[X],[z,{'useClass':H}],[G,{'useClass':Y}]][_0x48cbd9(0x17a)](_0x5a000a=>this['_injector'][_0x48cbd9(0x160)](_0x5a000a)),this[_0x48cbd9(0x1b0)](this[_0x48cbd9(0x2bf)][_0x48cbd9(0x189)](_0x5b99ad[_0x48cbd9(0x18e)],()=>_0x5195d0(ye,this[_0x48cbd9(0x221)])));}};R($,'pluginName',_0x5f1ee3(0x177)),R($,_0x5f1ee3(0x16e),P),R($,_0x5f1ee3(0x17e),F),R($,'type',_0x3f690b['UNIVER_UNKNOWN']),$=W([_0x4e7b0f(_0x12dffa,_0x2f16f5,_0x23e6da),U(0x1,_0x45e926(_0x41cbfb)),U(0x2,_0x1b4c12),U(0x3,_0x3c9436)],$);export{G as IInkOutsideInteractionService,z as IInkUIStateService,X as InkUIService,H as InkUIStateService,$ as UniverInkUIPlugin};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1013(){const _0x3bd408=['6LPYZel','42274276FGGMJZ','الخروج\x20من\x20وضع\x20الحبر','1ZAZoRZ','ممحاة','محدد\x20عرض\x20الحبر','8269560VuyzJX','قلم','27cheJrM','4430128thyIsJ','3052284jpTuNJ','207778CDocUt','10koIspp','فرشاة','منتقي\x20لون\x20الحبر','4248189gcYlee','4734863pLIGfb'];_0x1013=function(){return _0x3bd408;};return _0x1013();}function _0xc4d0(_0x2904ca,_0x58f0ab){_0x2904ca=_0x2904ca-0xdb;const _0x1013ac=_0x1013();let _0xc4d0a5=_0x1013ac[_0x2904ca];return _0xc4d0a5;}const _0x4760e2=_0xc4d0;(function(_0x2a50ee,_0xa5f8cb){const _0xd2ff63=_0xc4d0,_0x430c4e=_0x2a50ee();while(!![]){try{const _0x4fd067=-parseInt(_0xd2ff63(0xdc))/0x1*(parseInt(_0xd2ff63(0xe4))/0x2)+-parseInt(_0xd2ff63(0xe8))/0x3+-parseInt(_0xd2ff63(0xe3))/0x4*(parseInt(_0xd2ff63(0xe5))/0x5)+parseInt(_0xd2ff63(0xea))/0x6*(-parseInt(_0xd2ff63(0xe9))/0x7)+parseInt(_0xd2ff63(0xe2))/0x8*(parseInt(_0xd2ff63(0xe1))/0x9)+-parseInt(_0xd2ff63(0xdf))/0xa+parseInt(_0xd2ff63(0xeb))/0xb;if(_0x4fd067===_0xa5f8cb)break;else _0x430c4e['push'](_0x430c4e['shift']());}catch(_0x542da0){_0x430c4e['push'](_0x430c4e['shift']());}}}(_0x1013,0xe924b));const e={'ink-ui':{'toolbar':{'pen':_0x4760e2(0xe0),'brush':_0x4760e2(0xe6),'highlighter':'قلم\x20تمييز','eraser':_0x4760e2(0xdd),'widthSelector':_0x4760e2(0xde),'widthValue':'عرض\x20الحبر\x20{0}','colorPicker':_0x4760e2(0xe7),'exitInkMode':_0x4760e2(0xdb)}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1db8(){const _0x52b9b9=['4047180xBjNio','Esborrador','2739376hNpEPT','Bolígraf','5IxTHpz','Pinzell','Surt\x20del\x20mode\x20de\x20tinta','9496053HAzMgw','Gruix\x20de\x20tinta\x20{0}','429591YgDBhZ','Selector\x20de\x20color\x20de\x20tinta','341700dxmGrK','671990jDpLAc','7ruwygA','Selector\x20de\x20gruix\x20de\x20tinta','1734240VfjwSE'];_0x1db8=function(){return _0x52b9b9;};return _0x1db8();}function _0x1dd3(_0x356605,_0x3dc898){_0x356605=_0x356605-0x1e1;const _0x1db89b=_0x1db8();let _0x1dd3e1=_0x1db89b[_0x356605];return _0x1dd3e1;}const _0x5b5d46=_0x1dd3;(function(_0x510cd6,_0x106a8b){const _0x443680=_0x1dd3,_0xa38639=_0x510cd6();while(!![]){try{const _0x3e1865=-parseInt(_0x443680(0x1eb))/0x1+parseInt(_0x443680(0x1ee))/0x2+parseInt(_0x443680(0x1e1))/0x3+-parseInt(_0x443680(0x1ed))/0x4+parseInt(_0x443680(0x1e6))/0x5*(parseInt(_0x443680(0x1e2))/0x6)+-parseInt(_0x443680(0x1ef))/0x7*(-parseInt(_0x443680(0x1e4))/0x8)+-parseInt(_0x443680(0x1e9))/0x9;if(_0x3e1865===_0x106a8b)break;else _0xa38639['push'](_0xa38639['shift']());}catch(_0x29641e){_0xa38639['push'](_0xa38639['shift']());}}}(_0x1db8,0x581be));const e={'ink-ui':{'toolbar':{'pen':_0x5b5d46(0x1e5),'brush':_0x5b5d46(0x1e7),'highlighter':'Ressaltador','eraser':_0x5b5d46(0x1e3),'widthSelector':_0x5b5d46(0x1f0),'widthValue':_0x5b5d46(0x1ea),'colorPicker':_0x5b5d46(0x1ec),'exitInkMode':_0x5b5d46(0x1e8)}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x5255b3=_0x3a39;(function(_0x11d6f3,_0x5a8a85){const _0x4a427e=_0x3a39,_0x50ef36=_0x11d6f3();while(!![]){try{const _0x4e01ca=-parseInt(_0x4a427e(0xdc))/0x1+-parseInt(_0x4a427e(0xda))/0x2+-parseInt(_0x4a427e(0xe4))/0x3+-parseInt(_0x4a427e(0xe6))/0x4*(-parseInt(_0x4a427e(0xe1))/0x5)+-parseInt(_0x4a427e(0xe5))/0x6+-parseInt(_0x4a427e(0xdd))/0x7+parseInt(_0x4a427e(0xdf))/0x8;if(_0x4e01ca===_0x5a8a85)break;else _0x50ef36['push'](_0x50ef36['shift']());}catch(_0x5bfb19){_0x50ef36['push'](_0x50ef36['shift']());}}}(_0x5e99,0xbcb96));const e={'ink-ui':{'toolbar':{'pen':_0x5255b3(0xe3),'brush':'Pinsel','highlighter':_0x5255b3(0xe2),'eraser':_0x5255b3(0xde),'widthSelector':_0x5255b3(0xe0),'widthValue':'Tintenbreite\x20{0}','colorPicker':_0x5255b3(0xdb),'exitInkMode':'Tintenmodus\x20beenden'}}};function _0x5e99(){const _0x1e3ff3=['2891874ETwdxT','Tintenfarbe\x20auswählen','1396839rcLYVF','584892QTJIXd','Radierer','48655312Ovabme','Tintenbreite\x20auswählen','5mzetJy','Textmarker','Stift','4489572XqjTpp','7221042Rhqhlp','1269852emIukI'];_0x5e99=function(){return _0x1e3ff3;};return _0x5e99();}function _0x3a39(_0x3e3a5e,_0x64e767){_0x3e3a5e=_0x3e3a5e-0xda;const _0x5e9962=_0x5e99();let _0x3a397d=_0x5e9962[_0x3e3a5e];return _0x3a397d;}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x511142=_0x25b9;function _0x25b9(_0x59b5ab,_0x4169b2){_0x59b5ab=_0x59b5ab-0xa6;const _0x504592=_0x5045();let _0x25b9e7=_0x504592[_0x59b5ab];return _0x25b9e7;}(function(_0x58d177,_0x56162f){const _0x5c6fe1=_0x25b9,_0x2073b3=_0x58d177();while(!![]){try{const _0x23df5d=parseInt(_0x5c6fe1(0xae))/0x1*(parseInt(_0x5c6fe1(0xa6))/0x2)+parseInt(_0x5c6fe1(0xb4))/0x3*(parseInt(_0x5c6fe1(0xab))/0x4)+-parseInt(_0x5c6fe1(0xb0))/0x5+-parseInt(_0x5c6fe1(0xb1))/0x6+-parseInt(_0x5c6fe1(0xb6))/0x7*(-parseInt(_0x5c6fe1(0xaa))/0x8)+-parseInt(_0x5c6fe1(0xb2))/0x9+-parseInt(_0x5c6fe1(0xa8))/0xa;if(_0x23df5d===_0x56162f)break;else _0x2073b3['push'](_0x2073b3['shift']());}catch(_0x22579b){_0x2073b3['push'](_0x2073b3['shift']());}}}(_0x5045,0x62dda));function _0x5045(){const _0x2504ea=['1136365uEYkmO','946404SzwTfW','1771488CLwaPg','Exit\x20ink\x20mode','9mujAXK','Ink\x20color\x20picker','273VcYKUq','Eraser','8FJpuyt','Pen','3068810SrRHaS','Ink\x20width\x20{0}','35176scDNMv','638516opABln','Highlighter','Ink\x20width\x20selector','160826yTSvOO','Brush'];_0x5045=function(){return _0x2504ea;};return _0x5045();}const e={'ink-ui':{'toolbar':{'pen':_0x511142(0xa7),'brush':_0x511142(0xaf),'highlighter':_0x511142(0xac),'eraser':_0x511142(0xb7),'widthSelector':_0x511142(0xad),'widthValue':_0x511142(0xa9),'colorPicker':_0x511142(0xb5),'exitInkMode':_0x511142(0xb3)}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x3741bc=_0x53be;(function(_0x54ad8d,_0x4382c7){const _0x302733=_0x53be,_0x1acd27=_0x54ad8d();while(!![]){try{const _0x58185a=-parseInt(_0x302733(0xe8))/0x1*(parseInt(_0x302733(0xe2))/0x2)+parseInt(_0x302733(0xeb))/0x3+parseInt(_0x302733(0xd8))/0x4*(parseInt(_0x302733(0xdd))/0x5)+-parseInt(_0x302733(0xe0))/0x6*(parseInt(_0x302733(0xe3))/0x7)+parseInt(_0x302733(0xe1))/0x8+-parseInt(_0x302733(0xe7))/0x9*(parseInt(_0x302733(0xda))/0xa)+-parseInt(_0x302733(0xe5))/0xb*(-parseInt(_0x302733(0xe6))/0xc);if(_0x58185a===_0x4382c7)break;else _0x1acd27['push'](_0x1acd27['shift']());}catch(_0x156792){_0x1acd27['push'](_0x1acd27['shift']());}}}(_0x5552,0x5dbb7));function _0x53be(_0x3b8fa6,_0x3b68aa){_0x3b8fa6=_0x3b8fa6-0xd8;const _0x555250=_0x5552();let _0x53be4b=_0x555250[_0x3b8fa6];return _0x53be4b;}function _0x5552(){const _0x59a688=['Salir\x20del\x20modo\x20de\x20tinta','Borrador','2182389VrPIiQ','220gRjyrY','Resaltador','50970zyHwOq','Selector\x20de\x20color\x20de\x20tinta','Pluma','5515XpaAXK','Pincel','Selector\x20de\x20grosor\x20de\x20tinta','868026csZScm','522824OaDEWQ','438xfRyjg','35hbQFWT','Grosor\x20de\x20tinta\x20{0}','15315707WcGmJx','12lIHUFg','1143ainxgL','2243eAKUYs'];_0x5552=function(){return _0x59a688;};return _0x5552();}const e={'ink-ui':{'toolbar':{'pen':_0x3741bc(0xdc),'brush':_0x3741bc(0xde),'highlighter':_0x3741bc(0xd9),'eraser':_0x3741bc(0xea),'widthSelector':_0x3741bc(0xdf),'widthValue':_0x3741bc(0xe4),'colorPicker':_0x3741bc(0xdb),'exitInkMode':_0x3741bc(0xe9)}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x5a086c=_0x74cf;(function(_0xa3ae86,_0x49f9cd){const _0x2bf417=_0x74cf,_0x3e48a3=_0xa3ae86();while(!![]){try{const _0x294e7f=-parseInt(_0x2bf417(0x11e))/0x1*(-parseInt(_0x2bf417(0x128))/0x2)+-parseInt(_0x2bf417(0x11b))/0x3+parseInt(_0x2bf417(0x12a))/0x4*(parseInt(_0x2bf417(0x127))/0x5)+-parseInt(_0x2bf417(0x120))/0x6+parseInt(_0x2bf417(0x11c))/0x7+-parseInt(_0x2bf417(0x129))/0x8*(parseInt(_0x2bf417(0x123))/0x9)+-parseInt(_0x2bf417(0x125))/0xa;if(_0x294e7f===_0x49f9cd)break;else _0x3e48a3['push'](_0x3e48a3['shift']());}catch(_0x4cbbcd){_0x3e48a3['push'](_0x3e48a3['shift']());}}}(_0x37ef,0xedaf4));const e={'ink-ui':{'toolbar':{'pen':_0x5a086c(0x126),'brush':_0x5a086c(0x121),'highlighter':_0x5a086c(0x11d),'eraser':_0x5a086c(0x122),'widthSelector':'انتخاب\x20ضخامت\x20جوهر','widthValue':_0x5a086c(0x11f),'colorPicker':_0x5a086c(0x124),'exitInkMode':'خروج\x20از\x20حالت\x20جوهر'}}};function _0x74cf(_0x2ac4da,_0x4e638e){_0x2ac4da=_0x2ac4da-0x11b;const _0x37ef2d=_0x37ef();let _0x74cff2=_0x37ef2d[_0x2ac4da];return _0x74cff2;}function _0x37ef(){const _0x3aeefe=['پاککن','36blgEDe','انتخاب\x20رنگ\x20جوهر','12046920LnUIoG','قلم','6135835EgkuNI','6fmwvPl','2320360JOtHoE','4xDgHWs','374238dPCnHK','9631874nlddxY','هایلایتر','458123KnyKtV','ضخامت\x20جوهر\x20{0}','3086064IfTGvH','قلممو'];_0x37ef=function(){return _0x3aeefe;};return _0x37ef();}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x124ca4=_0x2f89;function _0x2f89(_0x4b33ee,_0x4d3a05){_0x4b33ee=_0x4b33ee-0x110;const _0x2345bd=_0x2345();let _0x2f8937=_0x2345bd[_0x4b33ee];return _0x2f8937;}function _0x2345(){const _0x289ff0=['Quitter\x20le\x20mode\x20encre','130Zycaqv','Sélecteur\x20d’épaisseur\x20de\x20l’encre','132VDPZsR','8597178imkXoe','Surligneur','91944aCtruw','96kPNKvO','Stylo','119DSSUrT','46218rCuNzf','178238EPMmvs','4XHxqmi','940203RsUmdS','4960293NxXTQH','Sélecteur\x20de\x20couleur\x20de\x20l’encre','392784OFrruN','515xFAvCg'];_0x2345=function(){return _0x289ff0;};return _0x2345();}(function(_0x4d1399,_0x311302){const _0x86348d=_0x2f89,_0x296b06=_0x4d1399();while(!![]){try{const _0x1e3c6e=parseInt(_0x86348d(0x11e))/0x1*(-parseInt(_0x86348d(0x11d))/0x2)+parseInt(_0x86348d(0x118))/0x3*(parseInt(_0x86348d(0x119))/0x4)+-parseInt(_0x86348d(0x111))/0x5*(parseInt(_0x86348d(0x11c))/0x6)+parseInt(_0x86348d(0x11b))/0x7*(-parseInt(_0x86348d(0x110))/0x8)+-parseInt(_0x86348d(0x116))/0x9+parseInt(_0x86348d(0x113))/0xa*(-parseInt(_0x86348d(0x11f))/0xb)+-parseInt(_0x86348d(0x115))/0xc*(-parseInt(_0x86348d(0x120))/0xd);if(_0x1e3c6e===_0x311302)break;else _0x296b06['push'](_0x296b06['shift']());}catch(_0x31e5b6){_0x296b06['push'](_0x296b06['shift']());}}}(_0x2345,0xd7475));const e={'ink-ui':{'toolbar':{'pen':_0x124ca4(0x11a),'brush':'Pinceau','highlighter':_0x124ca4(0x117),'eraser':'Gomme','widthSelector':_0x124ca4(0x114),'widthValue':'Épaisseur\x20de\x20l’encre\x20{0}','colorPicker':_0x124ca4(0x121),'exitInkMode':_0x124ca4(0x112)}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0xb271e9=_0x5521;(function(_0xef9e9b,_0x1ee85d){const _0x5d3494=_0x5521,_0x251b2e=_0xef9e9b();while(!![]){try{const _0x586d26=parseInt(_0x5d3494(0x199))/0x1+-parseInt(_0x5d3494(0x18f))/0x2+-parseInt(_0x5d3494(0x18e))/0x3*(parseInt(_0x5d3494(0x196))/0x4)+parseInt(_0x5d3494(0x197))/0x5+-parseInt(_0x5d3494(0x191))/0x6+parseInt(_0x5d3494(0x198))/0x7+parseInt(_0x5d3494(0x18c))/0x8;if(_0x586d26===_0x1ee85d)break;else _0x251b2e['push'](_0x251b2e['shift']());}catch(_0x3fbf97){_0x251b2e['push'](_0x251b2e['shift']());}}}(_0xa4ef,0xb55ef));const e={'ink-ui':{'toolbar':{'pen':'Pena','brush':'Kuas','highlighter':_0xb271e9(0x193),'eraser':_0xb271e9(0x190),'widthSelector':_0xb271e9(0x18d),'widthValue':_0xb271e9(0x192),'colorPicker':_0xb271e9(0x194),'exitInkMode':_0xb271e9(0x195)}}};function _0x5521(_0x3f1743,_0xb0b3cd){_0x3f1743=_0x3f1743-0x18c;const _0xa4ef09=_0xa4ef();let _0x5521f6=_0xa4ef09[_0x3f1743];return _0x5521f6;}export{e as default};function _0xa4ef(){const _0x3ff9cb=['6672318lXgClf','Ketebalan\x20tinta\x20{0}','Penyorot','Pemilih\x20warna\x20tinta','Keluar\x20dari\x20mode\x20tinta','1356ezREZt','1898025amdVHq','9243339qoVZkJ','441119vqHApS','10248120SIRVKZ','Pemilih\x20ketebalan\x20tinta','11274rPbZSh','586612SXDMHu','Penghapus'];_0xa4ef=function(){return _0x3ff9cb;};return _0xa4ef();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x208119=_0x50f8;function _0x50f8(_0x16e5c8,_0x1051d5){_0x16e5c8=_0x16e5c8-0xc1;const _0x83cb10=_0x83cb();let _0x50f881=_0x83cb10[_0x16e5c8];return _0x50f881;}(function(_0x19d2a1,_0x45cb4b){const _0xb53a69=_0x50f8,_0xa7d2dd=_0x19d2a1();while(!![]){try{const _0x5da002=-parseInt(_0xb53a69(0xd0))/0x1*(parseInt(_0xb53a69(0xc9))/0x2)+-parseInt(_0xb53a69(0xc6))/0x3+-parseInt(_0xb53a69(0xc5))/0x4+-parseInt(_0xb53a69(0xcf))/0x5+-parseInt(_0xb53a69(0xd1))/0x6+parseInt(_0xb53a69(0xca))/0x7*(-parseInt(_0xb53a69(0xc7))/0x8)+parseInt(_0xb53a69(0xc3))/0x9*(parseInt(_0xb53a69(0xc2))/0xa);if(_0x5da002===_0x45cb4b)break;else _0xa7d2dd['push'](_0xa7d2dd['shift']());}catch(_0x5b89d3){_0xa7d2dd['push'](_0xa7d2dd['shift']());}}}(_0x83cb,0xe2fdd));function _0x83cb(){const _0x24b17f=['Spessore\x20inchiostro\x20{0}','2081665RQyoqq','723391cRZCPv','2949636dmUPRB','Esci\x20dalla\x20modalità\x20inchiostro','10UWArgn','41316003OtbSbX','Selettore\x20spessore\x20inchiostro','427328ObVePR','2747367CypyhN','8055672bxolDe','Selettore\x20colore\x20inchiostro','2AMEOrD','7mBHvFi','Penna','Pennello','Evidenziatore'];_0x83cb=function(){return _0x24b17f;};return _0x83cb();}const e={'ink-ui':{'toolbar':{'pen':_0x208119(0xcb),'brush':_0x208119(0xcc),'highlighter':_0x208119(0xcd),'eraser':'Gomma','widthSelector':_0x208119(0xc4),'widthValue':_0x208119(0xce),'colorPicker':_0x208119(0xc8),'exitInkMode':_0x208119(0xc1)}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x13fa2e=_0x3638;(function(_0x510bf6,_0x3018ae){const _0x5a82b9=_0x3638,_0xa9102e=_0x510bf6();while(!![]){try{const _0x5611be=parseInt(_0x5a82b9(0x15e))/0x1*(parseInt(_0x5a82b9(0x151))/0x2)+parseInt(_0x5a82b9(0x154))/0x3+-parseInt(_0x5a82b9(0x156))/0x4*(-parseInt(_0x5a82b9(0x155))/0x5)+-parseInt(_0x5a82b9(0x159))/0x6+-parseInt(_0x5a82b9(0x15f))/0x7*(parseInt(_0x5a82b9(0x153))/0x8)+parseInt(_0x5a82b9(0x158))/0x9+parseInt(_0x5a82b9(0x152))/0xa*(-parseInt(_0x5a82b9(0x15c))/0xb);if(_0x5611be===_0x3018ae)break;else _0xa9102e['push'](_0xa9102e['shift']());}catch(_0x2695db){_0xa9102e['push'](_0xa9102e['shift']());}}}(_0x4500,0x6007b));const e={'ink-ui':{'toolbar':{'pen':'ペン','brush':'ブラシ','highlighter':'蛍光ペン','eraser':_0x13fa2e(0x15b),'widthSelector':_0x13fa2e(0x15a),'widthValue':_0x13fa2e(0x157),'colorPicker':_0x13fa2e(0x150),'exitInkMode':_0x13fa2e(0x15d)}}};export{e as default};function _0x3638(_0x5ca62e,_0x24f898){_0x5ca62e=_0x5ca62e-0x150;const _0x4500dd=_0x4500();let _0x3638bd=_0x4500dd[_0x5ca62e];return _0x3638bd;}function _0x4500(){const _0x7dfae8=['6428PUJyvy','インク幅\x20{0}','2334447YdAfiu','1932624DcCjtD','インク幅セレクター','消しゴム','74041HBvlVd','インクモードを終了','2jLGuls','259xcUnEh','インク色セレクター','683360yQDyFL','670bwqbeO','67312ycVKeK','915582VssBsZ','715naAzfe'];_0x4500=function(){return _0x7dfae8;};return _0x4500();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x343af5=_0x34db;function _0x4f4a(){const _0x1d79e0=['지우개','잉크\x20모드\x20종료','브러시','1245861NqEAJA','8uwloeD','2175340pLImaA','167621DHHqaD','318ctsGlX','잉크\x20색상\x20선택','65233SeizuJ','6TPRZPx','잉크\x20두께\x20선택','243540Sdtbqy','형광펜','451232IeoMVh','잉크\x20두께\x20{0}','2024CbpSzh','10760dbxndf'];_0x4f4a=function(){return _0x1d79e0;};return _0x4f4a();}(function(_0x33f95e,_0x30e19d){const _0x41b5f6=_0x34db,_0x39ac9a=_0x33f95e();while(!![]){try{const _0x303646=parseInt(_0x41b5f6(0xa0))/0x1*(parseInt(_0x41b5f6(0x92))/0x2)+-parseInt(_0x41b5f6(0x94))/0x3+-parseInt(_0x41b5f6(0x96))/0x4+-parseInt(_0x41b5f6(0x9f))/0x5+parseInt(_0x41b5f6(0xa1))/0x6*(parseInt(_0x41b5f6(0x91))/0x7)+parseInt(_0x41b5f6(0x9e))/0x8*(parseInt(_0x41b5f6(0x9d))/0x9)+parseInt(_0x41b5f6(0x99))/0xa*(-parseInt(_0x41b5f6(0x98))/0xb);if(_0x303646===_0x30e19d)break;else _0x39ac9a['push'](_0x39ac9a['shift']());}catch(_0x10bb2d){_0x39ac9a['push'](_0x39ac9a['shift']());}}}(_0x4f4a,0x4b3bf));const e={'ink-ui':{'toolbar':{'pen':'펜','brush':_0x343af5(0x9c),'highlighter':_0x343af5(0x95),'eraser':_0x343af5(0x9a),'widthSelector':_0x343af5(0x93),'widthValue':_0x343af5(0x97),'colorPicker':_0x343af5(0xa2),'exitInkMode':_0x343af5(0x9b)}}};function _0x34db(_0x2ab4b7,_0x18705b){_0x2ab4b7=_0x2ab4b7-0x91;const _0x4f4a91=_0x4f4a();let _0x34db66=_0x4f4a91[_0x2ab4b7];return _0x34db66;}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x20df(_0x2b9bdc,_0x3d6af7){_0x2b9bdc=_0x2b9bdc-0x161;const _0x5ee1a0=_0x5ee1();let _0x20df50=_0x5ee1a0[_0x2b9bdc];return _0x20df50;}function _0x5ee1(){const _0x4972dc=['9nRcWxq','Selektor\x20szerokości\x20pisma','Szerokość\x20pisma\x20{0}','Selektor\x20koloru\x20pisma','Gumka','234912rFkCZg','6996zyaLdU','234KywPkM','Wyjdź\x20z\x20trybu\x20pisma\x20odręcznego','1506379aarAVy','Pędzel','2782265fUcjue','20796iFmrec','46676DcatwS','8RIlmto','16190DseKzu','4DjhdGV','787470AIDbOe'];_0x5ee1=function(){return _0x4972dc;};return _0x5ee1();}const _0x4c5718=_0x20df;(function(_0x5dec52,_0x3fc4be){const _0x393ad3=_0x20df,_0x3a7ce1=_0x5dec52();while(!![]){try{const _0x1c0218=parseInt(_0x393ad3(0x172))/0x1*(parseInt(_0x393ad3(0x16d))/0x2)+-parseInt(_0x393ad3(0x165))/0x3*(parseInt(_0x393ad3(0x170))/0x4)+-parseInt(_0x393ad3(0x16b))/0x5+-parseInt(_0x393ad3(0x171))/0x6+parseInt(_0x393ad3(0x169))/0x7*(-parseInt(_0x393ad3(0x16e))/0x8)+-parseInt(_0x393ad3(0x167))/0x9*(parseInt(_0x393ad3(0x16f))/0xa)+parseInt(_0x393ad3(0x166))/0xb*(parseInt(_0x393ad3(0x16c))/0xc);if(_0x1c0218===_0x3fc4be)break;else _0x3a7ce1['push'](_0x3a7ce1['shift']());}catch(_0x4f3ccc){_0x3a7ce1['push'](_0x3a7ce1['shift']());}}}(_0x5ee1,0x468a9));const e={'ink-ui':{'toolbar':{'pen':'Pióro','brush':_0x4c5718(0x16a),'highlighter':'Zakreślacz','eraser':_0x4c5718(0x164),'widthSelector':_0x4c5718(0x161),'widthValue':_0x4c5718(0x162),'colorPicker':_0x4c5718(0x163),'exitInkMode':_0x4c5718(0x168)}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0xc911(){const _0xe235a3=['Espessura\x20da\x20tinta\x20{0}','Marca-texto','1139650zOxCzW','Caneta','Sair\x20do\x20modo\x20de\x20tinta','727122BxalCZ','24941293zjCHKo','Seletor\x20de\x20espessura\x20da\x20tinta','1084420aEBeTW','825soTjgq','45220FGjOSq','14JrJpMY','9yOdGak','6288616tChXmT','2XjHqoD','8ehJbfd','Pincel','12hBqGKv','Borracha','1447032PSrqZg'];_0xc911=function(){return _0xe235a3;};return _0xc911();}const _0x247e56=_0x5446;(function(_0x17c4f3,_0x47fa85){const _0x5b8ae0=_0x5446,_0x5d31dd=_0x17c4f3();while(!![]){try{const _0x2ff282=parseInt(_0x5b8ae0(0x162))/0x1*(-parseInt(_0x5b8ae0(0x170))/0x2)+-parseInt(_0x5b8ae0(0x16d))/0x3*(parseInt(_0x5b8ae0(0x163))/0x4)+parseInt(_0x5b8ae0(0x16a))/0x5+parseInt(_0x5b8ae0(0x167))/0x6*(parseInt(_0x5b8ae0(0x173))/0x7)+-parseInt(_0x5b8ae0(0x161))/0x8*(parseInt(_0x5b8ae0(0x174))/0x9)+-parseInt(_0x5b8ae0(0x172))/0xa*(-parseInt(_0x5b8ae0(0x171))/0xb)+-parseInt(_0x5b8ae0(0x165))/0xc*(-parseInt(_0x5b8ae0(0x16e))/0xd);if(_0x2ff282===_0x47fa85)break;else _0x5d31dd['push'](_0x5d31dd['shift']());}catch(_0x3e7a95){_0x5d31dd['push'](_0x5d31dd['shift']());}}}(_0xc911,0x95984));const e={'ink-ui':{'toolbar':{'pen':_0x247e56(0x16b),'brush':_0x247e56(0x164),'highlighter':_0x247e56(0x169),'eraser':_0x247e56(0x166),'widthSelector':_0x247e56(0x16f),'widthValue':_0x247e56(0x168),'colorPicker':'Seletor\x20de\x20cor\x20da\x20tinta','exitInkMode':_0x247e56(0x16c)}}};function _0x5446(_0x1861d0,_0x4ee72d){_0x1861d0=_0x1861d0-0x161;const _0xc91160=_0xc911();let _0x54468f=_0xc91160[_0x1861d0];return _0x54468f;}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x125a5e=_0xd5df;(function(_0x4a6f27,_0x3ef0e5){const _0x399fbf=_0xd5df,_0x5a303c=_0x4a6f27();while(!![]){try{const _0xedf240=-parseInt(_0x399fbf(0xbf))/0x1+parseInt(_0x399fbf(0xb9))/0x2*(parseInt(_0x399fbf(0xba))/0x3)+-parseInt(_0x399fbf(0xbc))/0x4*(parseInt(_0x399fbf(0xc2))/0x5)+-parseInt(_0x399fbf(0xbe))/0x6*(parseInt(_0x399fbf(0xc4))/0x7)+parseInt(_0x399fbf(0xbd))/0x8+-parseInt(_0x399fbf(0xb8))/0x9+parseInt(_0x399fbf(0xbb))/0xa;if(_0xedf240===_0x3ef0e5)break;else _0x5a303c['push'](_0x5a303c['shift']());}catch(_0x276693){_0x5a303c['push'](_0x5a303c['shift']());}}}(_0x1900,0x48892));function _0xd5df(_0x208bf5,_0x569bbf){_0x208bf5=_0x208bf5-0xb7;const _0x19004b=_0x1900();let _0xd5dfce=_0x19004b[_0x208bf5];return _0xd5dfce;}const e={'ink-ui':{'toolbar':{'pen':'Перо','brush':_0x125a5e(0xc1),'highlighter':_0x125a5e(0xc5),'eraser':'Ластик','widthSelector':_0x125a5e(0xc0),'widthValue':_0x125a5e(0xb7),'colorPicker':'Выбор\x20цвета\x20чернил','exitInkMode':_0x125a5e(0xc3)}}};function _0x1900(){const _0x315d99=['12OorvhB','175967SjwsSM','Выбор\x20толщины\x20линии','Кисть','245485qKTfCB','Выйти\x20из\x20режима\x20рукописного\x20ввода','1180613wGswBh','Маркер','Толщина\x20линии\x20{0}','1268379fYLuIO','30aJkZwH','88935UPareC','5426110zWekeC','36VXDOir','3247272OPArvU'];_0x1900=function(){return _0x315d99;};return _0x1900();}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x4ee3(){const _0x13d6b7=['Zvýrazňovač','153ktbHNO','2149433ujoZcF','251763hLjSSa','48560ijfeCs','Ukončiť\x20režim\x20rukopisu','Hrúbka\x20rukopisu\x20{0}','71036aXtYDJ','Guma','192010anpoKO','68164qjHVYd','Štetec','10vvEYQo','Pero','Výber\x20hrúbky\x20rukopisu','580182epPoqX','4IykoYq','4PzqJjj'];_0x4ee3=function(){return _0x13d6b7;};return _0x4ee3();}const _0x12948b=_0x13e9;(function(_0x57bcfb,_0x5ed28b){const _0x515149=_0x13e9,_0x1420ae=_0x57bcfb();while(!![]){try{const _0x44d664=parseInt(_0x515149(0x17b))/0x1*(parseInt(_0x515149(0x174))/0x2)+-parseInt(_0x515149(0x16d))/0x3*(parseInt(_0x515149(0x17a))/0x4)+parseInt(_0x515149(0x173))/0x5+parseInt(_0x515149(0x179))/0x6+parseInt(_0x515149(0x171))/0x7+-parseInt(_0x515149(0x16e))/0x8*(-parseInt(_0x515149(0x16b))/0x9)+-parseInt(_0x515149(0x176))/0xa*(parseInt(_0x515149(0x16c))/0xb);if(_0x44d664===_0x5ed28b)break;else _0x1420ae['push'](_0x1420ae['shift']());}catch(_0x51e9a5){_0x1420ae['push'](_0x1420ae['shift']());}}}(_0x4ee3,0x19be1));const e={'ink-ui':{'toolbar':{'pen':_0x12948b(0x177),'brush':_0x12948b(0x175),'highlighter':_0x12948b(0x17c),'eraser':_0x12948b(0x172),'widthSelector':_0x12948b(0x178),'widthValue':_0x12948b(0x170),'colorPicker':'Výber\x20farby\x20rukopisu','exitInkMode':_0x12948b(0x16f)}}};function _0x13e9(_0x18b7a6,_0x139c77){_0x18b7a6=_0x18b7a6-0x16b;const _0x4ee39b=_0x4ee3();let _0x13e904=_0x4ee39b[_0x18b7a6];return _0x13e904;}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x3bca3e=_0x26fb;(function(_0x587076,_0x3eb6a9){const _0x315727=_0x26fb,_0x57bd00=_0x587076();while(!![]){try{const _0x3c268d=-parseInt(_0x315727(0x172))/0x1+-parseInt(_0x315727(0x177))/0x2*(-parseInt(_0x315727(0x17b))/0x3)+parseInt(_0x315727(0x17d))/0x4*(parseInt(_0x315727(0x180))/0x5)+parseInt(_0x315727(0x175))/0x6*(-parseInt(_0x315727(0x17c))/0x7)+parseInt(_0x315727(0x178))/0x8+parseInt(_0x315727(0x17a))/0x9+-parseInt(_0x315727(0x173))/0xa;if(_0x3c268d===_0x3eb6a9)break;else _0x57bd00['push'](_0x57bd00['shift']());}catch(_0x6ef80a){_0x57bd00['push'](_0x57bd00['shift']());}}}(_0x15c2,0x37053));const e={'ink-ui':{'toolbar':{'pen':_0x3bca3e(0x171),'brush':'Cọ\x20vẽ','highlighter':_0x3bca3e(0x17e),'eraser':_0x3bca3e(0x17f),'widthSelector':'Bộ\x20chọn\x20độ\x20dày\x20nét\x20mực','widthValue':_0x3bca3e(0x176),'colorPicker':_0x3bca3e(0x179),'exitInkMode':_0x3bca3e(0x174)}}};function _0x26fb(_0x540924,_0x255239){_0x540924=_0x540924-0x171;const _0x15c2b9=_0x15c2();let _0x26fb8=_0x15c2b9[_0x540924];return _0x26fb8;}function _0x15c2(){const _0x5a6de5=['371oRoDgT','444364gjTgYD','Bút\x20đánh\x20dấu','Tẩy','5jSDOwK','Bút','382044VmWbgu','1407290BHPFfD','Thoát\x20chế\x20độ\x20mực','16608zNKcJd','Độ\x20dày\x20nét\x20mực\x20{0}','20bTKQxn','3201520titpoN','Bộ\x20chọn\x20màu\x20mực','3191301zcuLeN','8691Zmkeai'];_0x15c2=function(){return _0x5a6de5;};return _0x15c2();}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0xbed6(){const _0x4f868f=['40LAFlcg','6202989lFMcQQ','退出画笔模式','56229uCfjKd','4326IUubZZ','粗细\x20{0}','685139FGleJz','2990oZOMhs','荧光笔','2562616dcaqbi','6iaQRXg','10dUmTFm','画笔粗细','橡皮擦','593192ZMKoLR','1177187mSLpKU'];_0xbed6=function(){return _0x4f868f;};return _0xbed6();}function _0x5960(_0x416777,_0x14b9e6){_0x416777=_0x416777-0x70;const _0xbed606=_0xbed6();let _0x59601b=_0xbed606[_0x416777];return _0x59601b;}const _0x4d1a56=_0x5960;(function(_0x300299,_0x55665f){const _0x39282b=_0x5960,_0x1ebf49=_0x300299();while(!![]){try{const _0x5b54e3=parseInt(_0x39282b(0x7f))/0x1+parseInt(_0x39282b(0x7b))/0x2*(parseInt(_0x39282b(0x74))/0x3)+-parseInt(_0x39282b(0x7a))/0x4+parseInt(_0x39282b(0x78))/0x5*(parseInt(_0x39282b(0x75))/0x6)+parseInt(_0x39282b(0x77))/0x7*(parseInt(_0x39282b(0x71))/0x8)+-parseInt(_0x39282b(0x72))/0x9+-parseInt(_0x39282b(0x7c))/0xa*(-parseInt(_0x39282b(0x70))/0xb);if(_0x5b54e3===_0x55665f)break;else _0x1ebf49['push'](_0x1ebf49['shift']());}catch(_0x1f2721){_0x1ebf49['push'](_0x1ebf49['shift']());}}}(_0xbed6,0x54be2));const e={'ink-ui':{'toolbar':{'pen':'钢笔','brush':'画笔','highlighter':_0x4d1a56(0x79),'eraser':_0x4d1a56(0x7e),'widthSelector':_0x4d1a56(0x7d),'widthValue':_0x4d1a56(0x76),'colorPicker':'画笔颜色','exitInkMode':_0x4d1a56(0x73)}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x4f7c64=_0x5532;function _0x5532(_0x3cdfef,_0x281ac5){_0x3cdfef=_0x3cdfef-0xb7;const _0x46a5a2=_0x46a5();let _0x55321e=_0x46a5a2[_0x3cdfef];return _0x55321e;}(function(_0x37ed82,_0x31d6af){const _0x28df25=_0x5532,_0x34c8ff=_0x37ed82();while(!![]){try{const _0x297f1d=-parseInt(_0x28df25(0xba))/0x1*(parseInt(_0x28df25(0xc1))/0x2)+-parseInt(_0x28df25(0xbf))/0x3*(-parseInt(_0x28df25(0xb8))/0x4)+-parseInt(_0x28df25(0xbe))/0x5*(parseInt(_0x28df25(0xc2))/0x6)+parseInt(_0x28df25(0xc4))/0x7+-parseInt(_0x28df25(0xbc))/0x8+-parseInt(_0x28df25(0xc0))/0x9+-parseInt(_0x28df25(0xc5))/0xa*(-parseInt(_0x28df25(0xc3))/0xb);if(_0x297f1d===_0x31d6af)break;else _0x34c8ff['push'](_0x34c8ff['shift']());}catch(_0x1926a4){_0x34c8ff['push'](_0x34c8ff['shift']());}}}(_0x46a5,0x7b016));const e={'ink-ui':{'toolbar':{'pen':'鋼筆','brush':'畫筆','highlighter':_0x4f7c64(0xc6),'eraser':_0x4f7c64(0xbb),'widthSelector':_0x4f7c64(0xbd),'widthValue':'粗細\x20{0}','colorPicker':_0x4f7c64(0xb7),'exitInkMode':_0x4f7c64(0xb9)}}};function _0x46a5(){const _0x1caf22=['770jJoqEb','螢光筆','畫筆顏色','60yxQeJP','退出畫筆模式','85gaxuIm','橡皮擦','2690072fLWHTx','畫筆粗細','25sdxJMr','189213ykTGUK','4973076TIstqh','7122nSngFs','489798DWBNAa','159071CGSvJZ','307587xVeKUS'];_0x46a5=function(){return _0x1caf22;};return _0x46a5();}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x33fb(){const _0x44ee12=['退出畫筆模式','4215RiQRhy','粗細\x20{0}','15169QHIIhK','橡皮擦','螢光筆','畫筆粗細','43398738vaIFWG','6246dgxUUu','5416EDskdX','663365JsBFzD','4811658ueDNej','畫筆顏色','109868MjuxpN','2091736bGorBy'];_0x33fb=function(){return _0x44ee12;};return _0x33fb();}const _0x22fad1=_0x3ae9;(function(_0xc9040f,_0x20e0ec){const _0x205ced=_0x3ae9,_0x493714=_0xc9040f();while(!![]){try{const _0x401609=-parseInt(_0x205ced(0xc4))/0x1+-parseInt(_0x205ced(0xc8))/0x2+-parseInt(_0x205ced(0xc5))/0x3+-parseInt(_0x205ced(0xc7))/0x4+parseInt(_0x205ced(0xca))/0x5*(parseInt(_0x205ced(0xc2))/0x6)+-parseInt(_0x205ced(0xcc))/0x7*(parseInt(_0x205ced(0xc3))/0x8)+parseInt(_0x205ced(0xc1))/0x9;if(_0x401609===_0x20e0ec)break;else _0x493714['push'](_0x493714['shift']());}catch(_0x140f6b){_0x493714['push'](_0x493714['shift']());}}}(_0x33fb,0xd9c60));function _0x3ae9(_0x3b7948,_0xaccfb3){_0x3b7948=_0x3b7948-0xbe;const _0x33fb07=_0x33fb();let _0x3ae99b=_0x33fb07[_0x3b7948];return _0x3ae99b;}const e={'ink-ui':{'toolbar':{'pen':'鋼筆','brush':'畫筆','highlighter':_0x22fad1(0xbf),'eraser':_0x22fad1(0xbe),'widthSelector':_0x22fad1(0xc0),'widthValue':_0x22fad1(0xcb),'colorPicker':_0x22fad1(0xc6),'exitInkMode':_0x22fad1(0xc9)}}};export{e as default};
|