@mgdis/mg-components 6.24.0 → 6.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index-Acmyl4hv.js +5 -0
- package/dist/cjs/{index-BxB20_Vw.js → index-B6J2EllP.js} +3 -1
- package/dist/cjs/{index-BEF-cqV9.js → index-BmFwLEZT.js} +5 -1
- package/dist/cjs/{index-CpENFzEo.js → index-DrZECzp6.js} +14 -6
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/mg-action-more_36.cjs.entry.js +452 -261
- package/dist/cjs/mg-alert.cjs.entry.js +7 -8
- package/dist/cjs/mg-breadcrumb.cjs.entry.js +27 -10
- package/dist/cjs/mg-components.cjs.js +2 -2
- package/dist/cjs/mg-fieldset.cjs.entry.js +8 -8
- package/dist/cjs/mg-illustration.cjs.entry.js +57 -0
- package/dist/cjs/mg-input-combobox.cjs.entry.js +40 -23
- package/dist/cjs/mg-input-file.cjs.entry.js +12 -11
- package/dist/cjs/mg-input-rich-text-editor.cjs.entry.js +2565 -4013
- package/dist/cjs/mg-loader.cjs.entry.js +5 -5
- package/dist/cjs/mg-progress.cjs.entry.js +3 -3
- package/dist/collection/assets/illustrations/index.js +1 -0
- package/dist/collection/assets/jodit/jodit.css +5821 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/atoms/internals/mg-character-left/mg-character-left.js +1 -1
- package/dist/collection/components/atoms/internals/mg-input-title/mg-input-title.js +1 -1
- package/dist/collection/components/atoms/mg-badge/mg-badge.js +1 -1
- package/dist/collection/components/atoms/mg-button/mg-button.js +4 -1
- package/dist/collection/components/atoms/mg-card/mg-card.js +1 -1
- package/dist/collection/components/atoms/mg-divider/mg-divider.conf.js +4 -0
- package/dist/collection/components/atoms/mg-divider/mg-divider.js +62 -3
- package/dist/collection/components/atoms/mg-icon/mg-icon.js +1 -1
- package/dist/collection/components/atoms/mg-illustration/mg-illustration.conf.js +1 -0
- package/dist/collection/components/atoms/mg-illustration/mg-illustration.js +95 -0
- package/dist/collection/components/atoms/mg-tag/mg-tag.js +1 -1
- package/dist/collection/components/atoms/mg-tooltip/mg-tooltip-content/mg-tooltip-content.js +1 -1
- package/dist/collection/components/atoms/mg-tooltip/mg-tooltip.js +9 -7
- package/dist/collection/components/molecules/inputs/mg-input/mg-input.js +84 -19
- package/dist/collection/components/molecules/inputs/mg-input-checkbox/MgInputCheckboxList.js +5 -2
- package/dist/collection/components/molecules/inputs/mg-input-checkbox/MgInputCheckboxPaginated.js +5 -1
- package/dist/collection/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.js +30 -22
- package/dist/collection/components/molecules/inputs/mg-input-combobox/mg-input-combobox.js +69 -25
- package/dist/collection/components/molecules/inputs/mg-input-date/mg-input-date.js +14 -8
- package/dist/collection/components/molecules/inputs/mg-input-file/mg-input-file.js +8 -7
- package/dist/collection/components/molecules/inputs/mg-input-numeric/mg-input-numeric.js +21 -12
- package/dist/collection/components/molecules/inputs/mg-input-password/mg-input-password.js +9 -8
- package/dist/collection/components/molecules/inputs/mg-input-radio/mg-input-radio.js +15 -10
- package/dist/collection/components/molecules/inputs/mg-input-rich-text-editor/editor/custom-properties.css +50 -0
- package/dist/collection/components/molecules/inputs/mg-input-rich-text-editor/editor/index.js +29 -3
- package/dist/collection/components/molecules/inputs/mg-input-rich-text-editor/mg-input-rich-text-editor.js +262 -9
- package/dist/collection/components/molecules/inputs/mg-input-select/mg-input-select.js +21 -19
- package/dist/collection/components/molecules/inputs/mg-input-text/mg-input-text.js +18 -13
- package/dist/collection/components/molecules/inputs/mg-input-textarea/mg-input-textarea.js +7 -7
- package/dist/collection/components/molecules/inputs/mg-input-toggle/mg-input-toggle.js +10 -9
- package/dist/collection/components/molecules/internals/mg-item-more/mg-item-more.js +1 -1
- package/dist/collection/components/molecules/menus/mg-menu/mg-menu.js +7 -5
- package/dist/collection/components/molecules/menus/mg-menu-item/mg-menu-item.js +18 -17
- package/dist/collection/components/molecules/mg-action-more/mg-action-more.js +7 -4
- package/dist/collection/components/molecules/mg-alert/mg-alert.js +6 -7
- package/dist/collection/components/molecules/mg-breadcrumb/mg-breadcrumb.js +49 -6
- package/dist/collection/components/molecules/mg-details/mg-details.js +1 -1
- package/dist/collection/components/molecules/mg-fieldset/mg-fieldset.js +6 -6
- package/dist/collection/components/molecules/mg-form/mg-form.js +16 -13
- package/dist/collection/components/molecules/mg-illustrated-message/mg-illustrated-message.conf.js +4 -0
- package/dist/collection/components/molecules/mg-illustrated-message/mg-illustrated-message.js +51 -2
- package/dist/collection/components/molecules/mg-loader/mg-loader.js +1 -1
- package/dist/collection/components/molecules/mg-message/mg-message.js +2 -2
- package/dist/collection/components/molecules/mg-modal/mg-modal.js +2 -2
- package/dist/collection/components/molecules/mg-pagination/mg-pagination.js +8 -4
- package/dist/collection/components/molecules/mg-panel/mg-panel.js +13 -4
- package/dist/collection/components/molecules/mg-popover/mg-popover-content/mg-popover-content.js +2 -2
- package/dist/collection/components/molecules/mg-popover/mg-popover.js +24 -37
- package/dist/collection/components/molecules/mg-progress/mg-progress.js +1 -1
- package/dist/collection/components/molecules/mg-skip-links/mg-skip-links.js +5 -3
- package/dist/collection/components/molecules/mg-table/mg-table.js +10 -6
- package/dist/collection/components/molecules/mg-tabs/mg-tabs.js +12 -9
- package/dist/collection/utils/behaviors.utils.js +3 -3
- package/dist/collection/utils/playwright.fixture.js +7 -2
- package/dist/components/mg-action-more.js +1 -1
- package/dist/components/mg-alert.js +1 -1
- package/dist/components/mg-badge2.js +1 -1
- package/dist/components/mg-breadcrumb.js +1 -1
- package/dist/components/mg-button2.js +1 -1
- package/dist/components/mg-card2.js +1 -1
- package/dist/components/mg-character-left2.js +1 -1
- package/dist/components/mg-details.js +1 -1
- package/dist/components/mg-divider2.js +1 -1
- package/dist/components/mg-fieldset.js +1 -1
- package/dist/components/mg-form.js +1 -1
- package/dist/components/mg-icon2.js +1 -1
- package/dist/components/mg-illustrated-message.js +1 -1
- package/dist/components/mg-illustration.d.ts +11 -0
- package/dist/components/mg-illustration.js +1 -0
- package/dist/components/mg-input-checkbox.js +1 -1
- package/dist/components/mg-input-combobox.js +1 -1
- package/dist/components/mg-input-date.js +1 -1
- package/dist/components/mg-input-file.js +1 -1
- package/dist/components/mg-input-numeric.js +1 -1
- package/dist/components/mg-input-password.js +1 -1
- package/dist/components/mg-input-radio.js +1 -1
- package/dist/components/mg-input-rich-text-editor.js +294 -284
- package/dist/components/mg-input-select2.js +1 -1
- package/dist/components/mg-input-text2.js +1 -1
- package/dist/components/mg-input-textarea.js +1 -1
- package/dist/components/mg-input-title2.js +1 -1
- package/dist/components/mg-input-toggle.js +1 -1
- package/dist/components/mg-input2.js +1 -1
- package/dist/components/mg-item-more2.js +1 -1
- package/dist/components/mg-loader2.js +1 -1
- package/dist/components/mg-menu-item2.js +1 -1
- package/dist/components/mg-message2.js +1 -1
- package/dist/components/mg-modal.js +1 -1
- package/dist/components/mg-pagination.js +1 -1
- package/dist/components/mg-panel.js +1 -1
- package/dist/components/mg-popover-content2.js +1 -1
- package/dist/components/mg-popover2.js +1 -1
- package/dist/components/mg-progress.js +1 -1
- package/dist/components/mg-skip-links.js +1 -1
- package/dist/components/mg-table.js +1 -1
- package/dist/components/mg-tabs2.js +1 -1
- package/dist/components/mg-tag.js +1 -1
- package/dist/components/mg-tooltip-content2.js +1 -1
- package/dist/components/mg-tooltip2.js +1 -1
- package/dist/custom-elements.json +197 -48
- package/dist/esm/{index-C7xjtdiw.js → index-91BOpzAB.js} +14 -6
- package/dist/esm/{index-DSEloqPn.js → index-BfblyCaJ.js} +3 -1
- package/dist/esm/index-Ci9Hv7DG.js +3 -0
- package/dist/esm/{index-DshvCiTL.js → index-D4bO_UCn.js} +5 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/mg-action-more_36.entry.js +449 -258
- package/dist/esm/mg-alert.entry.js +7 -8
- package/dist/esm/mg-breadcrumb.entry.js +27 -10
- package/dist/esm/mg-components.js +3 -3
- package/dist/esm/mg-fieldset.entry.js +8 -8
- package/dist/esm/mg-illustration.entry.js +55 -0
- package/dist/esm/mg-input-combobox.entry.js +40 -23
- package/dist/esm/mg-input-file.entry.js +12 -11
- package/dist/esm/mg-input-rich-text-editor.entry.js +2550 -3998
- package/dist/esm/mg-loader.entry.js +5 -5
- package/dist/esm/mg-progress.entry.js +3 -3
- package/dist/mg-components/mg-components.css +1 -1
- package/dist/mg-components/mg-components.esm.js +1 -1
- package/dist/mg-components/p-206505b5.entry.js +1667 -0
- package/dist/mg-components/{p-cdb01923.entry.js → p-3ad7441c.entry.js} +1 -1
- package/dist/mg-components/p-413b4536.entry.js +1 -0
- package/dist/mg-components/p-5dff879a.entry.js +1 -0
- package/dist/mg-components/{p-08d3d957.entry.js → p-96fc508e.entry.js} +1 -1
- package/dist/mg-components/p-Ci9Hv7DG.js +1 -0
- package/dist/mg-components/p-D4bO_UCn.js +2 -0
- package/dist/mg-components/{p-d0b6d8f5.entry.js → p-ad533d08.entry.js} +1 -1
- package/dist/mg-components/p-b20f3698.entry.js +1 -0
- package/dist/mg-components/p-bf2252c9.entry.js +1 -0
- package/dist/mg-components/p-d0d12800.entry.js +1 -0
- package/dist/mg-components/p-f8e58181.entry.js +1 -0
- package/dist/types/assets/illustrations/index.d.ts +21 -0
- package/dist/types/components/atoms/mg-divider/mg-divider.conf.d.ts +9 -0
- package/dist/types/components/atoms/mg-divider/mg-divider.d.ts +13 -0
- package/dist/types/components/atoms/mg-illustration/mg-illustration.conf.d.ts +5 -0
- package/dist/types/components/atoms/mg-illustration/mg-illustration.d.ts +24 -0
- package/dist/types/components/molecules/inputs/mg-input/mg-input.d.ts +19 -0
- package/dist/types/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.d.ts +1 -1
- package/dist/types/components/molecules/inputs/mg-input-combobox/mg-input-combobox.d.ts +10 -5
- package/dist/types/components/molecules/inputs/mg-input-date/mg-input-date.d.ts +2 -2
- package/dist/types/components/molecules/inputs/mg-input-numeric/mg-input-numeric.d.ts +2 -2
- package/dist/types/components/molecules/inputs/mg-input-password/mg-input-password.d.ts +2 -2
- package/dist/types/components/molecules/inputs/mg-input-radio/mg-input-radio.d.ts +1 -1
- package/dist/types/components/molecules/inputs/mg-input-rich-text-editor/editor/editor.conf.d.ts +4 -0
- package/dist/types/components/molecules/inputs/mg-input-rich-text-editor/mg-input-rich-text-editor.conf.d.ts +25 -0
- package/dist/types/components/molecules/inputs/mg-input-rich-text-editor/mg-input-rich-text-editor.d.ts +61 -2
- package/dist/types/components/molecules/inputs/mg-input-select/mg-input-select.d.ts +2 -2
- package/dist/types/components/molecules/inputs/mg-input-text/mg-input-text.d.ts +2 -2
- package/dist/types/components/molecules/inputs/mg-input-textarea/mg-input-textarea.d.ts +2 -2
- package/dist/types/components/molecules/inputs/mg-input-toggle/mg-input-toggle.d.ts +2 -2
- package/dist/types/components/molecules/menus/mg-menu-item/mg-menu-item.d.ts +2 -2
- package/dist/types/components/molecules/mg-alert/mg-alert.d.ts +2 -2
- package/dist/types/components/molecules/mg-breadcrumb/mg-breadcrumb.d.ts +11 -0
- package/dist/types/components/molecules/mg-illustrated-message/mg-illustrated-message.conf.d.ts +8 -0
- package/dist/types/components/molecules/mg-illustrated-message/mg-illustrated-message.d.ts +9 -1
- package/dist/types/components/molecules/mg-popover/mg-popover-content/mg-popover-content.d.ts +1 -1
- package/dist/types/components/molecules/mg-popover/mg-popover.d.ts +3 -3
- package/dist/types/components/molecules/mg-skip-links/mg-skip-links.d.ts +1 -1
- package/dist/types/components/molecules/mg-tabs/mg-tabs.d.ts +1 -1
- package/dist/types/components.d.ts +158 -42
- package/ide/intellij/web-types.json +145 -65
- package/ide/vscode/css-custom-data.json +6 -2
- package/ide/vscode/html-custom-data.json +216 -33
- package/package.json +22 -22
- package/dist/collection/components/molecules/inputs/mg-input-rich-text-editor/editor/custom-properties.scss +0 -212
- package/dist/mg-components/p-13feb37a.entry.js +0 -1
- package/dist/mg-components/p-7c63e469.entry.js +0 -1
- package/dist/mg-components/p-7fd3e519.entry.js +0 -1
- package/dist/mg-components/p-9953b835.entry.js +0 -1
- package/dist/mg-components/p-9c0a9fc7.entry.js +0 -1657
- package/dist/mg-components/p-DshvCiTL.js +0 -2
- package/dist/mg-components/p-a338088e.entry.js +0 -1
- /package/dist/mg-components/{p-C7xjtdiw.js → p-91BOpzAB.js} +0 -0
- /package/dist/mg-components/{p-DSEloqPn.js → p-BfblyCaJ.js} +0 -0
|
@@ -1,1657 +0,0 @@
|
|
|
1
|
-
import{r as t,c as e,h as i,a as o}from"./p-DshvCiTL.js";import{i as r,C as n,t as s}from"./p-C7xjtdiw.js";import{c as a,a as l,n as d}from"./p-DOi9lJXy.js";import{i as c}from"./p-DSEloqPn.js";var u=Object.create,h=Object.defineProperty,p=Object.getOwnPropertyDescriptor,f=Object.getOwnPropertyNames,g=Object.getPrototypeOf,A=Object.prototype.hasOwnProperty,b=(t,e)=>()=>(e||(t((e={exports:{}}).exports,e),t=null),e.exports),m=(t,e,i,o)=>{if(e&&"object"==typeof e||"function"==typeof e)for(var r,n=f(e),s=0,a=n.length;s<a;s++)!A.call(t,r=n[s])&&r!==i&&h(t,r,{get:(t=>e[t]).bind(null,r),enumerable:!(o=p(e,r))||o.enumerable});return t},v=(t,e,i)=>(i=null==t?{}:u(g(t)),m(t&&t.__esModule?i:h(i,"default",{value:t,enumerable:!0}),t)),j=b((t=>{Object.defineProperty(t,"__esModule",{value:!0}),t.fromCodePoint=void 0,t.replaceCodePoint=i,t.decodeCodePoint=function(e){return(0,t.fromCodePoint)(i(e))};var e=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);function i(t){return t>=55296&&t<=57343||t>1114111?65533:e.get(t)??t}t.fromCodePoint=String.fromCodePoint??(t=>{let e="";return t>65535&&(t-=65536,e+=String.fromCharCode(t>>>10&1023|55296),t=56320|1023&t),e+=String.fromCharCode(t),e})})),w=b((t=>{Object.defineProperty(t,"__esModule",{value:!0}),t.decodeBase64=function(t){let e="function"==typeof atob?atob(t):"function"==typeof Buffer.from?Buffer.from(t,"base64").toString("binary"):new Buffer(t,"base64").toString("binary"),i=-2&e.length,o=new Uint16Array(i/2);for(let t=0,r=0;t<i;t+=2){let i=e.charCodeAt(t),n=e.charCodeAt(t+1);o[r++]=i|n<<8}return o}})),y=b((t=>{Object.defineProperty(t,"__esModule",{value:!0}),t.htmlDecodeTree=void 0,t.htmlDecodeTree=(0,w().decodeBase64)("QR08ALkAAgH6AYsDNQR2BO0EPgXZBQEGLAbdBxMISQrvCmQLfQurDKQNLw4fD4YPpA+6D/IPAAAAAAAAAAAAAAAAKhBMEY8TmxUWF2EYLBkxGuAa3RsJHDscWR8YIC8jSCSIJcMl6ie3Ku8rEC0CLjoupS7kLgAIRU1hYmNmZ2xtbm9wcnN0dVQAWgBeAGUAaQBzAHcAfgCBAIQAhwCSAJoAoACsALMAbABpAGcAO4DGAMZAUAA7gCYAJkBjAHUAdABlADuAwQDBQHIiZXZlAAJhAAFpeW0AcgByAGMAO4DCAMJAEGRyAADgNdgE3XIAYQB2AGUAO4DAAMBA8CFoYZFj4SFjcgBhZAAAoFMqAAFncIsAjgBvAG4ABGFmAADgNdg43fAlbHlGdW5jdGlvbgCgYSBpAG4AZwA7gMUAxUAAAWNzpACoAHIAAOA12Jzc6SFnbgCgVCJpAGwAZABlADuAwwDDQG0AbAA7gMQAxEAABGFjZWZvcnN1xQDYANoA7QDxAPYA+QD8AAABY3LJAM8AayNzbGFzaAAAoBYidgHTANUAAKDnKmUAZAAAoAYjeQARZIABY3J0AOAA5QDrAGEidXNlAACgNSLuI291bGxpcwCgLCFhAJJjcgAA4DXYBd1wAGYAAOA12Dnd5SF2ZdhiYwDyAOoAbSJwZXEAAKBOIgAHSE9hY2RlZmhpbG9yc3UXARoBHwE6AVIBVQFiAWQBZgGCAakB6QHtAfIBYwB5ACdkUABZADuAqQCpQIABY3B5ACUBKAE1AfUhdGUGYWmg0iJ0KGFsRGlmZmVyZW50aWFsRAAAoEUhbCJleXMAAKAtIQACYWVpb0EBRAFKAU0B8iFvbgxhZABpAGwAO4DHAMdAcgBjAAhhbiJpbnQAAKAwIm8AdAAKYQABZG5ZAV0BaSJsbGEAuGB0I2VyRG90ALdg8gA5AWkAp2NyImNsZQAAAkRNUFRwAXQBeQF9AW8AdAAAoJkiaSJudXMAAKCWIuwhdXMAoJUiaSJtZXMAAKCXIm8AAAFjc4cBlAFrKndpc2VDb250b3VySW50ZWdyYWwAAKAyImUjQ3VybHkAAAFEUZwBpAFvJXVibGVRdW90ZQAAoB0gdSJvdGUAAKAZIAACbG5wdbABtgHNAdgBbwBuAGWgNyIAoHQqgAFnaXQAvAHBAcUB8iJ1ZW50AKBhIm4AdAAAoC8i7yV1ckludGVncmFsAKAuIgABZnLRAdMBAKACIe8iZHVjdACgECJuLnRlckNsb2Nrd2lzZUNvbnRvdXJJbnRlZ3JhbAAAoDMi7yFzcwCgLypjAHIAAOA12J7ccABDoNMiYQBwAACgTSKABURKU1phY2VmaW9zAAsCEgIVAhgCGwIsAjQCOQI9AnMCfwNvoEUh9CJyYWhkAKARKWMAeQACZGMAeQAFZGMAeQAPZIABZ3JzACECJQIoAuchZXIAoCEgcgAAoKEhaAB2AACg5CoAAWF5MAIzAvIhb24OYRRkbAB0oAciYQCUY3IAAOA12AfdAAFhZkECawIAAWNtRQJnAvIjaXRpY2FsAAJBREdUUAJUAl8CYwJjInV0ZQC0YG8AdAFZAloC2WJiJGxlQWN1dGUA3WJyImF2ZQBgYGkibGRlANxi7yFuZACgxCJmJWVyZW50aWFsRAAAoEYhcAR9AgAAAAAAAIECjgIAABoDZgAA4DXYO91EoagAhQKJAm8AdAAAoNwgcSJ1YWwAAKBQIuIhbGUAA0NETFJVVpkCqAK1Au8C/wIRA28AbgB0AG8AdQByAEkAbgB0AGUAZwByAGEA7ADEAW8AdAKvAgAAAACwAqhgbiNBcnJvdwAAoNMhAAFlb7kC0AJmAHQAgAFBUlQAwQLGAs0CciJyb3cAAKDQIekkZ2h0QXJyb3cAoNQhZQDlACsCbgBnAAABTFLWAugC5SFmdAABQVLcAuECciJyb3cAAKD4J+kkZ2h0QXJyb3cAoPon6SRnaHRBcnJvdwCg+SdpImdodAAAAUFU9gL7AnIicm93AACg0iFlAGUAAKCoInAAQQIGAwAAAAALA3Iicm93AACg0SFvJHduQXJyb3cAAKDVIWUlcnRpY2FsQmFyAACgJSJuAAADQUJMUlRhJAM2AzoDWgNxA3oDciJyb3cAAKGTIUJVLAMwA2EAcgAAoBMpcCNBcnJvdwAAoPUhciJldmUAEWPlIWZ00gJDAwAASwMAAFIDaSVnaHRWZWN0b3IAAKBQKWUkZVZlY3RvcgAAoF4p5SJjdG9yQqC9IWEAcgAAoFYpaSJnaHQA1AFiAwAAaQNlJGVWZWN0b3IAAKBfKeUiY3RvckKgwSFhAHIAAKBXKWUAZQBBoKQiciJyb3cAAKCnIXIAcgBvAPcAtAIAAWN0gwOHA3IA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YwAAoN8i4SFycnCgtiEAoD0pgKIqImJjZG9zACsVMBU6FT4VQRVyImNhcAAAoEgqAAFhdTQVNxVwAACgRipwAACgSipvAHQAAKCNInIAAKBFKgDgKiIA/gACYWxydksVURVuFXMVcgByAG2gtyEAoDwpeQCAAWV2dwBYFWUVaRVxAHACXxUAAAAAYxVyAGUA4wAXFXUA4wAZFWUAZQAAoM4iZSJkZ2UAAKDPImUAbgA7gKQApEBlI2Fycm93AAABbHJ7FX8V5SFmdACgtiFpImdodAAAoLchZQDkAG0VAAFjaYsVkRVvAG4AaQBuAPQAkwFuAHQAAKAxImwiY3R5AACgLSOACUFIYWJjZGVmaGlqbG9yc3R1d3oAuBW7Fb8V1RXgFegV+RUKFhUWHxZUFlcWZRbFFtsW7xb7FgUXChdyAPIAtAJhAHIAAKBlKQACZ2xyc8YVyhXOFdAV5yFlcgCgICDlIXRoAKA4IfIA9QxoAHagECAAoKMiawHZFd4VYSJyb3cAAKAPKWEA4wBfAgABYXnkFecV8iFvbg9hNGQAoUYhYW/tFfQVAAFnciEC8RVyAACgyiF0InNlcQAAoHcqgAFnbG0A/xUCFgUWO4CwALBAdABhALRjcCJ0eXYAAKCxKQABaXIOFhIW8yFodACgfykA4DXYId1hAHIAAAFschsWHRYAoMMhAKDCIYACYWVnc3YAKBauAjYWOhY+Fm0AAKHEIm9zLhY0Fm4AZABzoMQi9SFpdACgZiZhIm1tYQDdY2kAbgAAoPIiAKH3AGlvQxZRFmQAZQAAgfcAO29KFksW90BuI3RpbWVzAACgxyJuAPgAUBZjAHkAUmRjAG8CXhYAAAAAYhZyAG4AAKAeI28AcAAAoA0jgAJscHR1dwBuFnEWdRaSFp4W7CFhciRgZgAA4DXYVd0AotkCZW1wc30WhBaJFo0WcQBkoFAibwB0AACgUSJpIm51cwAAoDgi7CF1cwCgFCLxInVhcmUAoKEiYgBsAGUAYgBhAHIAdwBlAGQAZwDlANcAbgCAAWFkaAClFqoWtBZyAHIAbwD3APUMbwB3AG4AYQByAHIAbwB3APMA8xVhI3Jwb29uAAABbHK8FsAWZQBmAPQAHBZpAGcAaAD0AB4WYgHJFs8WawBhAHIAbwD3AJILbwLUFgAAAADYFnIAbgAAoB8jbwBwAACgDCOAAWNvdADhFukW7BYAAXJ55RboFgDgNdi53FVkbAAAoPYp8iFvaxFhAAFkcvMW9xZvAHQAAKDxImkA5qC/JVsSAAFhaP8WAhdyAPIANQNhAPIA1wvhIm5nbGUAoKYpAAFjaQ4XEBd5AF9k5yJyYXJyAKD/JwAJRGFjZGVmZ2xtbm9wcXJzdHV4MRc4F0YXWxcyBF4XaRd5F40XrBe0F78X2RcVGCEYLRg1GEAYAAFEbzUXgRZvAPQA+BUAAWNzPBdCF3UAdABlADuA6QDpQPQhZXIAoG4qAAJhaW95TRdQF1YXWhfyIW9uG2FyAGOgViI7gOoA6kDsIW9uAKBVIk1kbwB0ABdhAAFEcmIXZhdvAHQAAKBSIgDgNdgi3XKhmipuF3QXYQB2AGUAO4DoAOhAZKCWKm8AdAAAoJgqgKGZKmlscwCAF4UXhxfuInRlcnMAoOcjAKATIWSglSpvAHQAAKCXKoABYXBzAJMXlheiF2MAcgATYXQAeQBzogUinxcAAAAAoRdlAHQAAKAFInAAMaADIDMBqRerFwCgBCAAoAUgAAFnc7AXsRdLYXAAAKACIAABZ3C4F7sXbwBuABlhZgAA4DXYVt2AAWFscwDFF8sXzxdyAHOg1SJsAACg4yl1AHMAAKBxKmkAAKG1A2x21RfYF28AbgC1Y/VjAAJjc3V24BfoF/0XEBgAAWlv5BdWF3IAYwAAoFYiaQLuFwAAAADwF+0ADQThIW50AAFnbPUX+Rd0AHIAAKCWKuUhc3MAoJUqgAFhZWkAAxgGGAoYbABzAD1gcwB0AACgXyJ2AESgYSJEAACgeCrwImFyc2wAoOUpAAFEYRkYHRhvAHQAAKBTInIAcgAAoHEpgAFjZGkAJxgqGO0XcgAAoC8hbwD0AIwCAAFhaDEYMhi3YzuA8ADwQAABbXI5GD0YbAA7gOsA60BvAACgrCCAAWNpcABGGEgYSxhsACFgcwD0ACwEAAFlb08YVxhjAHQAYQB0AGkAbwDuABoEbgBlAG4AdABpAGEAbADlADME4Ql1GAAAgRgAAIMYiBgAAAAAoRilGAAAqhgAALsYvhjRGAAA1xgnGWwAbABpAG4AZwBkAG8AdABzAGUA8QBlF3kARGRtImFsZQAAoEAmgAFpbHIAjRiRGJ0Y7CFpZwCgA/tpApcYAAAAAJoYZwAAoAD7aQBnAACgBPsA4DXYI93sIWlnAKAB++whaWcA4GYAagCAAWFsdACvGLIYthh0AACgbSZpAGcAAKAC+24AcwAAoLElbwBmAJJh8AHCGAAAxhhmAADgNdhX3QABYWvJGMwYbADsAGsEdqDUIgCg2SphI3J0aW50AACgDSoAAWFv2hgiGQABY3PeGB8ZsQPnGP0YBRkSGRUZAAAdGbID7xjyGPQY9xj5GAAA+xg7gL0AvUAAoFMhO4C8ALxAAKBVIQCgWSEAoFshswEBGQAAAxkAoFQhAKBWIbQCCxkOGQAAAAAQGTuAvgC+QACgVyEAoFwhNQAAoFghtgEZGQAAGxkAoFohAKBdITgAAKBeIWwAAKBEIHcAbgAAoCIjYwByAADgNdi73IAIRWFiY2RlZmdpamxub3JzdHYARhlKGVoZXhlmGWkZkhmWGZkZnRmgGa0ZxhnLGc8Z4BkjGmygZyIAoIwqgAFjbXAAUBlTGVgZ9SF0ZfVhbQBhAOSgswM6FgCghipyImV2ZQAfYQABaXliGWUZcgBjAB1hM2RvAHQAIWGAoWUibHFzAMYEcBl6GfGhZSLOBAAAdhlsAGEAbgD0AN8EgKF+KmNkbACBGYQZjBljAACgqSpvAHQAb6CAKmyggioAoIQqZeDbIgD+cwAAoJQqcgAA4DXYJN3noGsirATtIWVsAKA3IWMAeQBTZIChdyJFYWoApxmpGasZAKCSKgCgpSoAoKQqAAJFYWVztBm2Gb0ZwhkAoGkicABwoIoq8iFveACgiipxoIgq8aCIKrUZaQBtAACg5yJwAGYAAOA12FjdYQB2AOUAYwIAAWNp0xnWGXIAAKAKIW0AAKFzImVs3BneGQCgjioAoJAqAIM+ADtjZGxxco0E6xn0GfgZ/BkBGgABY2nvGfEZAKCnKnIAAKB6Km8AdAAAoNci0CFhcgCglSl1ImVzdAAAoHwqgAJhZGVscwAKGvQZFhrVBCAa8AEPGgAAFBpwAHIAbwD4AFkZcgAAoHgpcQAAAWxxxAQbGmwAZQBzAPMASRlpAO0A5AQAAWVuJxouGnIjdG5lcXEAAOBpIgD+xQAsGgAFQWFiY2Vma29zeUAaQxpmGmoabRqDGocalhrCGtMacgDyAMwCAAJpbG1yShpOGlAaVBpyAHMA8ABxD2YAvWBpAGwA9AASBQABZHJYGlsaYwB5AEpkAKGUIWN3YBpkGmkAcgAAoEgpAKCtIWEAcgAAoA8h6SFyYyVhgAFhbHIAcxp7Gn8a8iF0c3WgZSZpAHQAAKBlJuwhaXAAoCYg4yFvbgCguSJyAADgNdgl3XMAAAFld4wakRphInJvdwAAoCUpYSJyb3cAAKAmKYACYW1vcHIAnxqjGqcauhq+GnIAcgAAoP8h9CFodACgOyJrAAABbHKsGrMaZSRmdGFycm93AACgqSHpJGdodGFycm93AKCqIWYAAOA12Fnd4iFhcgCgFSCAAWNsdADIGswa0BpyAADgNdi93GEAcwDoAGka8iFvaydhAAFicNca2xr1IWxsAKBDIOghZW4AoBAg4Qr2GgAA/RoAAAgbExsaGwAAIRs7GwAAAAA+G2IbmRuVG6sbAACyG80b0htjAHUAdABlADuA7QDtQAChYyBpeQEbBhtyAGMAO4DuAO5AOGQAAWN4CxsNG3kANWRjAGwAO4ChAKFAAAFmcssCFhsA4DXYJt1yAGEAdgBlADuA7ADsQIChSCFpbm8AJxsyGzYbAAFpbisbLxtuAHQAAKAMKnQAAKAtIuYhaW4AoNwpdABhAACgKSHsIWlnM2GAAWFvcABDG1sbXhuAAWNndABJG0sbWRtyACthgAFlbHAAcQVRG1UbaQBuAOUAyAVhAHIA9AByBWgAMWFmAACgtyJlAGQAtWEAoggiY2ZvdGkbbRt1G3kb4SFyZQCgBSFpAG4AdKAeImkAZQAAoN0pZABvAPQAWxsAoisiY2VscIEbhRuPG5QbYQBsAACguiIAAWdyiRuNG2UAcgDzACMQ4wCCG2EicmhrAACgFyryIW9kAKA8KgACY2dwdJ8boRukG6gbeQBRZG8AbgAvYWYAAOA12FrdYQC5Y3UAZQBzAHQAO4C/AL9AAAFjabUbuRtyAADgNdi+3G4AAKIIIkVkc3bCG8QbyBvQAwCg+SJvAHQAAKD1Inag9CIAoPMiaaBiIOwhZGUpYesB1hsAANkbYwB5AFZkbAA7gO8A70AAA2NmbW9zdeYb7hvyG/Ub+hsFHAABaXnqG+0bcgBjADVhOWRyAADgNdgn3eEhdGg3YnAAZgAA4DXYW93jAf8bAAADHHIAAOA12L/c8iFjeVhk6yFjeVRkAARhY2ZnaGpvcxUcGhwiHCYcKhwtHDAcNRzwIXBhdqC6A/BjAAFleR4cIRzkIWls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ZmdobG1vcHJzdHV3CiwNLBEsHSwnLDEsQCxLLFIsYix6LIQsjyzLLOgs7Sz/LAotcgDyAAkDYQByAACgYykAAWNyFSwbLHUAdABlADuA+gD6QPIACQ1yAOMBIywAACUseQBeZHYAZQBtYQABaXkrLDAscgBjADuA+wD7QENkgAFhYmgANyw6LD0scgDyANEO7CFhY3FhYQDyAOAOAAFpckQsSCzzIWh0AKB+KQDgNdgy3XIAYQB2AGUAO4D5APlAYQFWLF8scgAAAWxyWixcLACgvyEAoL4hbABrAACggCUAAWN0Zix2LG8CbCwAAAAAcyxyAG4AZaAcI3IAAKAcI28AcAAAoA8jcgBpAACg+CUAAWFsfiyBLGMAcgBrYTuAqACoQAABZ3CILIssbwBuAHNhZgAA4DXYZt0AA2FkaGxzdZksniynLLgsuyzFLHIAcgBvAPcACQ1vAHcAbgBhAHIAcgBvAPcA2A5hI3Jwb29uAAABbHKvLLMsZQBmAPQAWyxpAGcAaAD0AF0sdQDzAKYOaQAAocUDaGzBLMIs0mNvAG4AxWPwI2Fycm93cwCgyCGAAWNpdADRLOEs5CxvAtcsAAAAAN4scgBuAGWgHSNyAACgHSNvAHAAAKAOI24AZwBvYXIAaQAAoPklYwByAADgNdjK3IABZGlyAPMs9yz6LG8AdAAAoPAi7CFkZWlhaQBmoLUlAKC0JQABYW0DLQYtcgDyAMosbAA7gPwA/EDhIm5nbGUAoKcpgAdBQkRhY2RlZmxub3Byc3oAJy0qLTAtNC2bLZ0toS2/LcMtxy3TLdgt3C3gLfwtcgDyABADYQByAHag6CoAoOkqYQBzAOgA/gIAAW5yOC08LechcnQAoJwpgANla25wcnN0AJkpSC1NLVQtXi1iLYItYQBwAHAA4QAaHG8AdABoAGkAbgDnAKEXgAFoaXIAoSmzJFotbwBwAPQAdCVooJUh7wD4JgABaXVmLWotZwBtAOEAuygAAWJwbi14LXMjZXRuZXEAceCKIgD+AODLKgD+cyNldG5lcQBx4IsiAP4A4MwqAP4AAWhyhi2KLWUAdADhABIraSNhbmdsZQAAAWxyki2WLeUhZnQAoLIiaSJnaHQAAKCzInkAMmThIXNoAKCiIoABZWxyAKcttC24LWKiKCKuLQAAAACyLWEAcgAAoLsicQAAoFoi7CFpcACg7iIAAWJ0vC1eD2EA8gBfD3IAAOA12DPddAByAOkAlS1zAHUAAAFicM0t0C0A4IIi0iAA4IMi0iBwAGYAAOA12GfdcgBvAPAAWQt0AHIA6QCaLQABY3XkLegtcgAA4DXYy9wAAWJw7C30LW4AAAFFZXUt8S0A4IoiAP5uAAABRWV/LfktAOCLIgD+6SJnemFnAKCaKYADY2Vmb3BycwANLhAuJS4pLiMuLi40LukhcmN1YQABZGkULiEuAAFiZxguHC5hAHIAAKBfKmUAcaAnIgCgWSLlIXJwAKAYIXIAAOA12DTdcABmAADgNdho3WWgQCJhAHQA6ABqD2MAcgAA4DXYzNzjCuQRUC4AAFQuAABYLmIuAAAAAGMubS5wLnQuAAAAAIguki4AAJouJxIqEnQAcgDpAB0ScgAA4DXYNd0AAUFhWy5eLnIA8gDnAnIA8gCTB75jAAFBYWYuaS5yAPIA4AJyAPIAjAdhAPAAeh5pAHMAAKD7IoABZHB0APgReS6DLgABZmx9LoAuAOA12GnddQDzAP8RaQBtAOUABBIAAUFhiy6OLnIA8gDuAnIA8gCaBwABY3GVLgoScgAA4DXYzdwAAXB0nS6hLmwAdQDzACUScgDpACASAARhY2VmaW9zdbEuvC7ELsguzC7PLtQu2S5jAAABdXm2LrsudABlADuA/QD9QE9kAAFpecAuwy5yAGMAd2FLZG4AO4ClAKVAcgAA4DXYNt1jAHkAV2RwAGYAAOA12GrdYwByAADgNdjO3AABY23dLt8ueQBOZGwAO4D/AP9AAAVhY2RlZmhpb3N38y73Lv8uAi8MLxAvEy8YLx0vIi9jInV0ZQB6YQABYXn7Lv4u8iFvbn5hN2RvAHQAfGEAAWV0Bi8KL3QAcgDmAB8QYQC2Y3IAAOA12DfdYwB5ADZk5yJyYXJyAKDdIXAAZgAA4DXYa91jAHIAAOA12M/cAAFqbiYvKC8AoA0gagAAoAwg")})),_=b((t=>{Object.defineProperty(t,"__esModule",{value:!0}),t.xmlDecodeTree=void 0,t.xmlDecodeTree=(0,w().decodeBase64)("AAJhZ2xxBwARABMAFQBtAg0AAAAAAA8AcAAmYG8AcwAnYHQAPmB0ADxg9SFvdCJg")})),k=b((t=>{var e;Object.defineProperty(t,"__esModule",{value:!0}),t.BinTrieFlags=void 0,function(t){t[t.VALUE_LENGTH=49152]="VALUE_LENGTH",t[t.FLAG13=8192]="FLAG13",t[t.BRANCH_LENGTH=8064]="BRANCH_LENGTH",t[t.JUMP_TABLE=127]="JUMP_TABLE"}(e||(t.BinTrieFlags=e={}))})),x=b((t=>{Object.defineProperty(t,"__esModule",{value:!0}),t.xmlDecodeTree=t.htmlDecodeTree=t.replaceCodePoint=t.fromCodePoint=t.decodeCodePoint=t.EntityDecoder=t.DecodingMode=void 0,t.determineBranch=p,t.decodeHTML=function(t,e=o.Legacy){return f(t,e)},t.decodeHTMLAttribute=function(t){return f(t,o.Attribute)},t.decodeHTMLStrict=function(t){return f(t,o.Strict)},t.decodeXML=function(t){return g(t,o.Strict)};var e,i,o,r=j(),n=y(),s=_(),a=k();function l(t){return t>=e.ZERO&&t<=e.NINE}function d(t){return t>=e.UPPER_A&&t<=e.UPPER_F||t>=e.LOWER_A&&t<=e.LOWER_F}function c(t){return t===e.EQUALS||function(t){return t>=e.UPPER_A&&t<=e.UPPER_Z||t>=e.LOWER_A&&t<=e.LOWER_Z||l(t)}(t)}!function(t){t[t.NUM=35]="NUM",t[t.SEMI=59]="SEMI",t[t.EQUALS=61]="EQUALS",t[t.ZERO=48]="ZERO",t[t.NINE=57]="NINE",t[t.LOWER_A=97]="LOWER_A",t[t.LOWER_F=102]="LOWER_F",t[t.LOWER_X=120]="LOWER_X",t[t.LOWER_Z=122]="LOWER_Z",t[t.UPPER_A=65]="UPPER_A",t[t.UPPER_F=70]="UPPER_F",t[t.UPPER_Z=90]="UPPER_Z"}(e||={}),function(t){t[t.EntityStart=0]="EntityStart",t[t.NumericStart=1]="NumericStart",t[t.NumericDecimal=2]="NumericDecimal",t[t.NumericHex=3]="NumericHex",t[t.NamedEntity=4]="NamedEntity"}(i||={}),function(t){t[t.Legacy=0]="Legacy",t[t.Strict=1]="Strict",t[t.Attribute=2]="Attribute"}(o||(t.DecodingMode=o={}));var u=class{constructor(t,e,r){this.decodeTree=t,this.emitCodePoint=e,this.errors=r,this.state=i.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=o.Strict,this.runConsumed=0}startEntity(t){this.decodeMode=t,this.state=i.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1,this.runConsumed=0}write(t,o){switch(this.state){case i.EntityStart:return t.charCodeAt(o)===e.NUM?(this.state=i.NumericStart,this.consumed+=1,this.stateNumericStart(t,o+1)):(this.state=i.NamedEntity,this.stateNamedEntity(t,o));case i.NumericStart:return this.stateNumericStart(t,o);case i.NumericDecimal:return this.stateNumericDecimal(t,o);case i.NumericHex:return this.stateNumericHex(t,o);case i.NamedEntity:return this.stateNamedEntity(t,o)}}stateNumericStart(t,o){return o>=t.length?-1:(32|t.charCodeAt(o))===e.LOWER_X?(this.state=i.NumericHex,this.consumed+=1,this.stateNumericHex(t,o+1)):(this.state=i.NumericDecimal,this.stateNumericDecimal(t,o))}stateNumericHex(t,i){for(;i<t.length;){let o=t.charCodeAt(i);if(!l(o)&&!d(o))return this.emitNumericEntity(o,3);this.result=16*this.result+(o<=e.NINE?o-e.ZERO:(32|o)-e.LOWER_A+10),this.consumed++,i++}return-1}stateNumericDecimal(t,i){for(;i<t.length;){let o=t.charCodeAt(i);if(!l(o))return this.emitNumericEntity(o,2);this.result=10*this.result+(o-e.ZERO),this.consumed++,i++}return-1}emitNumericEntity(t,i){var n;if(this.consumed<=i)return null==(n=this.errors)||n.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(t===e.SEMI)this.consumed+=1;else if(this.decodeMode===o.Strict)return 0;return this.emitCodePoint((0,r.replaceCodePoint)(this.result),this.consumed),this.errors&&(t!==e.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(t,i){let{decodeTree:r}=this,n=r[this.treeIndex],s=(n&a.BinTrieFlags.VALUE_LENGTH)>>14;for(;i<t.length;){if(0===s&&n&a.BinTrieFlags.FLAG13){let e=(n&a.BinTrieFlags.BRANCH_LENGTH)>>7;if(0===this.runConsumed){let e=n&a.BinTrieFlags.JUMP_TABLE;if(t.charCodeAt(i)!==e)return 0===this.result?0:this.emitNotTerminatedNamedEntity();i++,this.excess++,this.runConsumed++}for(;this.runConsumed<e;){if(i>=t.length)return-1;let e=this.runConsumed-1,o=r[this.treeIndex+1+(e>>1)],n=e%2==0?255&o:o>>8&255;if(t.charCodeAt(i)!==n)return this.runConsumed=0,0===this.result?0:this.emitNotTerminatedNamedEntity();i++,this.excess++,this.runConsumed++}this.runConsumed=0,this.treeIndex+=1+(e>>1),n=r[this.treeIndex],s=(n&a.BinTrieFlags.VALUE_LENGTH)>>14}if(i>=t.length)break;let l=t.charCodeAt(i);if(l===e.SEMI&&0!==s&&n&a.BinTrieFlags.FLAG13)return this.emitNamedEntityData(this.treeIndex,s,this.consumed+this.excess);if(this.treeIndex=p(r,n,this.treeIndex+Math.max(1,s),l),this.treeIndex<0)return 0===this.result||this.decodeMode===o.Attribute&&(0===s||c(l))?0:this.emitNotTerminatedNamedEntity();if(n=r[this.treeIndex],s=(n&a.BinTrieFlags.VALUE_LENGTH)>>14,0!==s){if(l===e.SEMI)return this.emitNamedEntityData(this.treeIndex,s,this.consumed+this.excess);this.decodeMode!==o.Strict&&!(n&a.BinTrieFlags.FLAG13)&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}i++,this.excess++}return-1}emitNotTerminatedNamedEntity(){var t;let{result:e,decodeTree:i}=this;return this.emitNamedEntityData(e,(i[e]&a.BinTrieFlags.VALUE_LENGTH)>>14,this.consumed),null==(t=this.errors)||t.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(t,e,i){let{decodeTree:o}=this;return this.emitCodePoint(1===e?o[t]&~(a.BinTrieFlags.VALUE_LENGTH|a.BinTrieFlags.FLAG13):o[t+1],i),3===e&&this.emitCodePoint(o[t+2],i),i}end(){var t;switch(this.state){case i.NamedEntity:return 0===this.result||this.decodeMode===o.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case i.NumericDecimal:return this.emitNumericEntity(0,2);case i.NumericHex:return this.emitNumericEntity(0,3);case i.NumericStart:return null==(t=this.errors)||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case i.EntityStart:return 0}}};function h(t){let e="",i=new u(t,(t=>e+=(0,r.fromCodePoint)(t)));return function(t,o){let r=0,n=0;for(;(n=t.indexOf("&",n))>=0;){e+=t.slice(r,n),i.startEntity(o);let s=i.write(t,n+1);if(s<0){r=n+i.end();break}r=n+s,n=0===s?r+1:r}let s=e+t.slice(r);return e="",s}}function p(t,e,i,o){let r=(e&a.BinTrieFlags.BRANCH_LENGTH)>>7,n=e&a.BinTrieFlags.JUMP_TABLE;if(0===r)return 0!==n&&o===n?i:-1;if(n){let e=o-n;return e<0||e>=r?-1:t[i+e]-1}let s=r+1>>1,l=0,d=r-1;for(;l<=d;){let e=l+d>>>1,r=t[i+(e>>1)]>>8*(1&e)&255;if(r<o)l=e+1;else{if(!(r>o))return t[i+s+e];d=e-1}}return-1}t.EntityDecoder=u;var f=h(n.htmlDecodeTree),g=h(s.xmlDecodeTree),A=j();Object.defineProperty(t,"decodeCodePoint",{enumerable:!0,get:function(){return A.decodeCodePoint}}),Object.defineProperty(t,"fromCodePoint",{enumerable:!0,get:function(){return A.fromCodePoint}}),Object.defineProperty(t,"replaceCodePoint",{enumerable:!0,get:function(){return A.replaceCodePoint}});var b=y();Object.defineProperty(t,"htmlDecodeTree",{enumerable:!0,get:function(){return b.htmlDecodeTree}});var m=_();Object.defineProperty(t,"xmlDecodeTree",{enumerable:!0,get:function(){return m.xmlDecodeTree}})})),C=b((t=>{Object.defineProperty(t,"__esModule",{value:!0}),t.QuoteType=void 0;var e,i,o,r=x();function n(t){return t===e.Space||t===e.NewLine||t===e.Tab||t===e.FormFeed||t===e.CarriageReturn}function s(t){return t===e.Slash||t===e.Gt||n(t)}!function(t){t[t.Tab=9]="Tab",t[t.NewLine=10]="NewLine",t[t.FormFeed=12]="FormFeed",t[t.CarriageReturn=13]="CarriageReturn",t[t.Space=32]="Space",t[t.ExclamationMark=33]="ExclamationMark",t[t.Number=35]="Number",t[t.Amp=38]="Amp",t[t.SingleQuote=39]="SingleQuote",t[t.DoubleQuote=34]="DoubleQuote",t[t.Dash=45]="Dash",t[t.Slash=47]="Slash",t[t.Zero=48]="Zero",t[t.Nine=57]="Nine",t[t.Semi=59]="Semi",t[t.Lt=60]="Lt",t[t.Eq=61]="Eq",t[t.Gt=62]="Gt",t[t.Questionmark=63]="Questionmark",t[t.UpperA=65]="UpperA",t[t.LowerA=97]="LowerA",t[t.UpperF=70]="UpperF",t[t.LowerF=102]="LowerF",t[t.UpperZ=90]="UpperZ",t[t.LowerZ=122]="LowerZ",t[t.LowerX=120]="LowerX",t[t.OpeningSquareBracket=91]="OpeningSquareBracket"}(e||={}),function(t){t[t.Text=1]="Text",t[t.BeforeTagName=2]="BeforeTagName",t[t.InTagName=3]="InTagName",t[t.InSelfClosingTag=4]="InSelfClosingTag",t[t.BeforeClosingTagName=5]="BeforeClosingTagName",t[t.InClosingTagName=6]="InClosingTagName",t[t.AfterClosingTagName=7]="AfterClosingTagName",t[t.BeforeAttributeName=8]="BeforeAttributeName",t[t.InAttributeName=9]="InAttributeName",t[t.AfterAttributeName=10]="AfterAttributeName",t[t.BeforeAttributeValue=11]="BeforeAttributeValue",t[t.InAttributeValueDq=12]="InAttributeValueDq",t[t.InAttributeValueSq=13]="InAttributeValueSq",t[t.InAttributeValueNq=14]="InAttributeValueNq",t[t.BeforeDeclaration=15]="BeforeDeclaration",t[t.InDeclaration=16]="InDeclaration",t[t.InProcessingInstruction=17]="InProcessingInstruction",t[t.BeforeComment=18]="BeforeComment",t[t.CDATASequence=19]="CDATASequence",t[t.InSpecialComment=20]="InSpecialComment",t[t.InCommentLike=21]="InCommentLike",t[t.BeforeSpecialS=22]="BeforeSpecialS",t[t.BeforeSpecialT=23]="BeforeSpecialT",t[t.SpecialStartSequence=24]="SpecialStartSequence",t[t.InSpecialTag=25]="InSpecialTag",t[t.InEntity=26]="InEntity"}(i||={}),function(t){t[t.NoValue=0]="NoValue",t[t.Unquoted=1]="Unquoted",t[t.Single=2]="Single",t[t.Double=3]="Double"}(o||(t.QuoteType=o={}));var a={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101]),TextareaEnd:new Uint8Array([60,47,116,101,120,116,97,114,101,97]),XmpEnd:new Uint8Array([60,47,120,109,112])};t.default=class{constructor({xmlMode:t=!1,decodeEntities:e=!0},o){this.cbs=o,this.state=i.Text,this.buffer="",this.sectionStart=0,this.index=0,this.entityStart=0,this.baseState=i.Text,this.isSpecial=!1,this.running=!0,this.offset=0,this.currentSequence=void 0,this.sequenceIndex=0,this.xmlMode=t,this.decodeEntities=e,this.entityDecoder=new r.EntityDecoder(t?r.xmlDecodeTree:r.htmlDecodeTree,((t,e)=>this.emitCodePoint(t,e)))}reset(){this.state=i.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=i.Text,this.currentSequence=void 0,this.running=!0,this.offset=0}write(t){this.offset+=this.buffer.length,this.buffer=t,this.parse()}end(){this.running&&this.finish()}pause(){this.running=!1}resume(){this.running=!0,this.index<this.buffer.length+this.offset&&this.parse()}stateText(t){t===e.Lt||!this.decodeEntities&&this.fastForwardTo(e.Lt)?(this.index>this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=i.BeforeTagName,this.sectionStart=this.index):this.decodeEntities&&t===e.Amp&&this.startEntity()}stateSpecialStartSequence(t){let e=this.sequenceIndex===this.currentSequence.length;if(e?s(t):(32|t)===this.currentSequence[this.sequenceIndex]){if(!e)return void this.sequenceIndex++}else this.isSpecial=!1;this.sequenceIndex=0,this.state=i.InTagName,this.stateInTagName(t)}stateInSpecialTag(t){if(this.sequenceIndex===this.currentSequence.length){if(t===e.Gt||n(t)){let e=this.index-this.currentSequence.length;if(this.sectionStart<e){let t=this.index;this.index=e,this.cbs.ontext(this.sectionStart,e),this.index=t}return this.isSpecial=!1,this.sectionStart=e+2,void this.stateInClosingTagName(t)}this.sequenceIndex=0}(32|t)===this.currentSequence[this.sequenceIndex]?this.sequenceIndex+=1:0===this.sequenceIndex?this.currentSequence===a.TitleEnd?this.decodeEntities&&t===e.Amp&&this.startEntity():this.fastForwardTo(e.Lt)&&(this.sequenceIndex=1):this.sequenceIndex=Number(t===e.Lt)}stateCDATASequence(t){t===a.Cdata[this.sequenceIndex]?++this.sequenceIndex===a.Cdata.length&&(this.state=i.InCommentLike,this.currentSequence=a.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1):(this.sequenceIndex=0,this.state=i.InDeclaration,this.stateInDeclaration(t))}fastForwardTo(t){for(;++this.index<this.buffer.length+this.offset;)if(this.buffer.charCodeAt(this.index-this.offset)===t)return!0;return this.index=this.buffer.length+this.offset-1,!1}stateInCommentLike(t){t===this.currentSequence[this.sequenceIndex]?++this.sequenceIndex===this.currentSequence.length&&(this.currentSequence===a.CdataEnd?this.cbs.oncdata(this.sectionStart,this.index,2):this.cbs.oncomment(this.sectionStart,this.index,2),this.sequenceIndex=0,this.sectionStart=this.index+1,this.state=i.Text):0===this.sequenceIndex?this.fastForwardTo(this.currentSequence[0])&&(this.sequenceIndex=1):t!==this.currentSequence[this.sequenceIndex-1]&&(this.sequenceIndex=0)}isTagStartChar(t){return this.xmlMode?!s(t):function(t){return t>=e.LowerA&&t<=e.LowerZ||t>=e.UpperA&&t<=e.UpperZ}(t)}startSpecial(t,e){this.isSpecial=!0,this.currentSequence=t,this.sequenceIndex=e,this.state=i.SpecialStartSequence}stateBeforeTagName(t){if(t===e.ExclamationMark)this.state=i.BeforeDeclaration,this.sectionStart=this.index+1;else if(t===e.Questionmark)this.state=i.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar(t)){let e=32|t;this.sectionStart=this.index,this.state=this.xmlMode?i.InTagName:e===a.ScriptEnd[2]?i.BeforeSpecialS:e===a.TitleEnd[2]||e===a.XmpEnd[2]?i.BeforeSpecialT:i.InTagName}else t===e.Slash?this.state=i.BeforeClosingTagName:(this.state=i.Text,this.stateText(t))}stateInTagName(t){s(t)&&(this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=i.BeforeAttributeName,this.stateBeforeAttributeName(t))}stateBeforeClosingTagName(t){n(t)||(t===e.Gt?this.state=i.Text:(this.state=this.isTagStartChar(t)?i.InClosingTagName:i.InSpecialComment,this.sectionStart=this.index))}stateInClosingTagName(t){(t===e.Gt||n(t))&&(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=i.AfterClosingTagName,this.stateAfterClosingTagName(t))}stateAfterClosingTagName(t){(t===e.Gt||this.fastForwardTo(e.Gt))&&(this.state=i.Text,this.sectionStart=this.index+1)}stateBeforeAttributeName(t){t===e.Gt?(this.cbs.onopentagend(this.index),this.isSpecial?(this.state=i.InSpecialTag,this.sequenceIndex=0):this.state=i.Text,this.sectionStart=this.index+1):t===e.Slash?this.state=i.InSelfClosingTag:n(t)||(this.state=i.InAttributeName,this.sectionStart=this.index)}stateInSelfClosingTag(t){t===e.Gt?(this.cbs.onselfclosingtag(this.index),this.state=i.Text,this.sectionStart=this.index+1,this.isSpecial=!1):n(t)||(this.state=i.BeforeAttributeName,this.stateBeforeAttributeName(t))}stateInAttributeName(t){(t===e.Eq||s(t))&&(this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=this.index,this.state=i.AfterAttributeName,this.stateAfterAttributeName(t))}stateAfterAttributeName(t){t===e.Eq?this.state=i.BeforeAttributeValue:t===e.Slash||t===e.Gt?(this.cbs.onattribend(o.NoValue,this.sectionStart),this.sectionStart=-1,this.state=i.BeforeAttributeName,this.stateBeforeAttributeName(t)):n(t)||(this.cbs.onattribend(o.NoValue,this.sectionStart),this.state=i.InAttributeName,this.sectionStart=this.index)}stateBeforeAttributeValue(t){t===e.DoubleQuote?(this.state=i.InAttributeValueDq,this.sectionStart=this.index+1):t===e.SingleQuote?(this.state=i.InAttributeValueSq,this.sectionStart=this.index+1):n(t)||(this.sectionStart=this.index,this.state=i.InAttributeValueNq,this.stateInAttributeValueNoQuotes(t))}handleInAttributeValue(t,r){t===r||!this.decodeEntities&&this.fastForwardTo(r)?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(r===e.DoubleQuote?o.Double:o.Single,this.index+1),this.state=i.BeforeAttributeName):this.decodeEntities&&t===e.Amp&&this.startEntity()}stateInAttributeValueDoubleQuotes(t){this.handleInAttributeValue(t,e.DoubleQuote)}stateInAttributeValueSingleQuotes(t){this.handleInAttributeValue(t,e.SingleQuote)}stateInAttributeValueNoQuotes(t){n(t)||t===e.Gt?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(o.Unquoted,this.index),this.state=i.BeforeAttributeName,this.stateBeforeAttributeName(t)):this.decodeEntities&&t===e.Amp&&this.startEntity()}stateBeforeDeclaration(t){t===e.OpeningSquareBracket?(this.state=i.CDATASequence,this.sequenceIndex=0):this.state=t===e.Dash?i.BeforeComment:i.InDeclaration}stateInDeclaration(t){(t===e.Gt||this.fastForwardTo(e.Gt))&&(this.cbs.ondeclaration(this.sectionStart,this.index),this.state=i.Text,this.sectionStart=this.index+1)}stateInProcessingInstruction(t){(t===e.Gt||this.fastForwardTo(e.Gt))&&(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=i.Text,this.sectionStart=this.index+1)}stateBeforeComment(t){t===e.Dash?(this.state=i.InCommentLike,this.currentSequence=a.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=i.InDeclaration}stateInSpecialComment(t){(t===e.Gt||this.fastForwardTo(e.Gt))&&(this.cbs.oncomment(this.sectionStart,this.index,0),this.state=i.Text,this.sectionStart=this.index+1)}stateBeforeSpecialS(t){let e=32|t;e===a.ScriptEnd[3]?this.startSpecial(a.ScriptEnd,4):e===a.StyleEnd[3]?this.startSpecial(a.StyleEnd,4):(this.state=i.InTagName,this.stateInTagName(t))}stateBeforeSpecialT(t){switch(32|t){case a.TitleEnd[3]:this.startSpecial(a.TitleEnd,4);break;case a.TextareaEnd[3]:this.startSpecial(a.TextareaEnd,4);break;case a.XmpEnd[3]:this.startSpecial(a.XmpEnd,4);break;default:this.state=i.InTagName,this.stateInTagName(t)}}startEntity(){this.baseState=this.state,this.state=i.InEntity,this.entityStart=this.index,this.entityDecoder.startEntity(this.xmlMode?r.DecodingMode.Strict:this.baseState===i.Text||this.baseState===i.InSpecialTag?r.DecodingMode.Legacy:r.DecodingMode.Attribute)}stateInEntity(){let t=this.index-this.offset,i=this.entityDecoder.write(this.buffer,t);if(i>=0)this.state=this.baseState,0===i&&--this.index;else{if(t<this.buffer.length&&this.buffer.charCodeAt(t)===e.Amp)return this.state=this.baseState,void--this.index;this.index=this.offset+this.buffer.length-1}}cleanup(){this.running&&this.sectionStart!==this.index&&(this.state===i.Text||this.state===i.InSpecialTag&&0===this.sequenceIndex?(this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index):(this.state===i.InAttributeValueDq||this.state===i.InAttributeValueSq||this.state===i.InAttributeValueNq)&&(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index))}shouldContinue(){return this.index<this.buffer.length+this.offset&&this.running}parse(){for(;this.shouldContinue();){let t=this.buffer.charCodeAt(this.index-this.offset);switch(this.state){case i.Text:this.stateText(t);break;case i.SpecialStartSequence:this.stateSpecialStartSequence(t);break;case i.InSpecialTag:this.stateInSpecialTag(t);break;case i.CDATASequence:this.stateCDATASequence(t);break;case i.InAttributeValueDq:this.stateInAttributeValueDoubleQuotes(t);break;case i.InAttributeName:this.stateInAttributeName(t);break;case i.InCommentLike:this.stateInCommentLike(t);break;case i.InSpecialComment:this.stateInSpecialComment(t);break;case i.BeforeAttributeName:this.stateBeforeAttributeName(t);break;case i.InTagName:this.stateInTagName(t);break;case i.InClosingTagName:this.stateInClosingTagName(t);break;case i.BeforeTagName:this.stateBeforeTagName(t);break;case i.AfterAttributeName:this.stateAfterAttributeName(t);break;case i.InAttributeValueSq:this.stateInAttributeValueSingleQuotes(t);break;case i.BeforeAttributeValue:this.stateBeforeAttributeValue(t);break;case i.BeforeClosingTagName:this.stateBeforeClosingTagName(t);break;case i.AfterClosingTagName:this.stateAfterClosingTagName(t);break;case i.BeforeSpecialS:this.stateBeforeSpecialS(t);break;case i.BeforeSpecialT:this.stateBeforeSpecialT(t);break;case i.InAttributeValueNq:this.stateInAttributeValueNoQuotes(t);break;case i.InSelfClosingTag:this.stateInSelfClosingTag(t);break;case i.InDeclaration:this.stateInDeclaration(t);break;case i.BeforeDeclaration:this.stateBeforeDeclaration(t);break;case i.BeforeComment:this.stateBeforeComment(t);break;case i.InProcessingInstruction:this.stateInProcessingInstruction(t);break;case i.InEntity:this.stateInEntity()}this.index++}this.cleanup()}finish(){this.state===i.InEntity&&(this.entityDecoder.end(),this.state=this.baseState),this.handleTrailingData(),this.cbs.onend()}handleTrailingData(){let t=this.buffer.length+this.offset;this.sectionStart>=t||(this.state===i.InCommentLike?this.currentSequence===a.CdataEnd?this.cbs.oncdata(this.sectionStart,t,0):this.cbs.oncomment(this.sectionStart,t,0):this.state===i.InTagName||this.state===i.BeforeAttributeName||this.state===i.BeforeAttributeValue||this.state===i.AfterAttributeName||this.state===i.InAttributeName||this.state===i.InAttributeValueSq||this.state===i.InAttributeValueDq||this.state===i.InAttributeValueNq||this.state===i.InClosingTagName||this.cbs.ontext(this.sectionStart,t))}emitCodePoint(t,e){this.baseState!==i.Text&&this.baseState!==i.InSpecialTag?(this.sectionStart<this.entityStart&&this.cbs.onattribdata(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+e,this.index=this.sectionStart-1,this.cbs.onattribentity(t)):(this.sectionStart<this.entityStart&&this.cbs.ontext(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+e,this.index=this.sectionStart-1,this.cbs.ontextentity(t,this.sectionStart))}}})),I=b((t=>{var e=t&&t.__createBinding||(Object.create?function(t,e,i,o){void 0===o&&(o=i);var r=Object.getOwnPropertyDescriptor(e,i);(!r||("get"in r?!e.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:function(){return e[i]}}),Object.defineProperty(t,o,r)}:function(t,e,i,o){void 0===o&&(o=i),t[o]=e[i]}),i=t&&t.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),o=t&&t.__importStar||function(){var t=function(e){return t=Object.getOwnPropertyNames||function(t){var e=[];for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[e.length]=i);return e},t(e)};return function(o){if(o&&o.__esModule)return o;var r={};if(null!=o)for(var n=t(o),s=0;s<n.length;s++)"default"!==n[s]&&e(r,o,n[s]);return i(r,o),r}}();Object.defineProperty(t,"__esModule",{value:!0}),t.Parser=void 0;var r=o(C()),n=x(),s=new Set(["input","option","optgroup","select","button","datalist","textarea"]),a=new Set(["p"]),l=new Set(["thead","tbody"]),d=new Set(["dd","dt"]),c=new Set(["rt","rp"]),u=new Map([["tr",new Set(["tr","th","td"])],["th",new Set(["th"])],["td",new Set(["thead","th","td"])],["body",new Set(["head","link","script"])],["li",new Set(["li"])],["p",a],["h1",a],["h2",a],["h3",a],["h4",a],["h5",a],["h6",a],["select",s],["input",s],["output",s],["button",s],["datalist",s],["textarea",s],["option",new Set(["option"])],["optgroup",new Set(["optgroup","option"])],["dd",d],["dt",d],["address",a],["article",a],["aside",a],["blockquote",a],["details",a],["div",a],["dl",a],["fieldset",a],["figcaption",a],["figure",a],["footer",a],["form",a],["header",a],["hr",a],["main",a],["nav",a],["ol",a],["pre",a],["section",a],["table",a],["ul",a],["rt",c],["rp",c],["tbody",l],["tfoot",l]]),h=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),p=new Set(["math","svg"]),f=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignobject","desc","title"]),g=/\s|\//;t.Parser=class{constructor(t,e={}){var i,o;this.options=e,this.startIndex=0,this.endIndex=0,this.openTagStart=0,this.tagname="",this.attribname="",this.attribvalue="",this.attribs=null,this.stack=[],this.buffers=[],this.bufferOffset=0,this.writeIndex=0,this.ended=!1,this.cbs=t??{},this.htmlMode=!this.options.xmlMode,this.lowerCaseTagNames=e.lowerCaseTags??this.htmlMode,this.lowerCaseAttributeNames=e.lowerCaseAttributeNames??this.htmlMode,this.recognizeSelfClosing=e.recognizeSelfClosing??!this.htmlMode,this.tokenizer=new(e.Tokenizer??r.default)(this.options,this),this.foreignContext=[!this.htmlMode],null==(o=(i=this.cbs).onparserinit)||o.call(i,this)}ontext(t,e){var i,o;let r=this.getSlice(t,e);this.endIndex=e-1,null==(o=(i=this.cbs).ontext)||o.call(i,r),this.startIndex=e}ontextentity(t,e){var i,o;this.endIndex=e-1,null==(o=(i=this.cbs).ontext)||o.call(i,(0,n.fromCodePoint)(t)),this.startIndex=e}isVoidElement(t){return this.htmlMode&&h.has(t)}onopentagname(t,e){this.endIndex=e;let i=this.getSlice(t,e);this.lowerCaseTagNames&&(i=i.toLowerCase()),this.emitOpenTag(i)}emitOpenTag(t){var e,i,o,r;this.openTagStart=this.startIndex,this.tagname=t;let n=this.htmlMode&&u.get(t);if(n)for(;this.stack.length>0&&n.has(this.stack[0]);){let t=this.stack.shift();null==(i=(e=this.cbs).onclosetag)||i.call(e,t,!0)}this.isVoidElement(t)||(this.stack.unshift(t),this.htmlMode&&(p.has(t)?this.foreignContext.unshift(!0):f.has(t)&&this.foreignContext.unshift(!1))),null==(r=(o=this.cbs).onopentagname)||r.call(o,t),this.cbs.onopentag&&(this.attribs={})}endOpenTag(t){var e,i;this.startIndex=this.openTagStart,this.attribs&&=(null==(i=(e=this.cbs).onopentag)||i.call(e,this.tagname,this.attribs,t),null),this.cbs.onclosetag&&this.isVoidElement(this.tagname)&&this.cbs.onclosetag(this.tagname,!0),this.tagname=""}onopentagend(t){this.endIndex=t,this.endOpenTag(!1),this.startIndex=t+1}onclosetag(t,e){var i,o,r,n,s,a,l,d;this.endIndex=e;let c=this.getSlice(t,e);if(this.lowerCaseTagNames&&(c=c.toLowerCase()),this.htmlMode&&(p.has(c)||f.has(c))&&this.foreignContext.shift(),this.isVoidElement(c))this.htmlMode&&"br"===c&&(null==(n=(r=this.cbs).onopentagname)||n.call(r,"br"),null==(a=(s=this.cbs).onopentag)||a.call(s,"br",{},!0),null==(d=(l=this.cbs).onclosetag)||d.call(l,"br",!1));else{let t=this.stack.indexOf(c);if(-1!==t)for(let e=0;e<=t;e++){let r=this.stack.shift();null==(o=(i=this.cbs).onclosetag)||o.call(i,r,e!==t)}else this.htmlMode&&"p"===c&&(this.emitOpenTag("p"),this.closeCurrentTag(!0))}this.startIndex=e+1}onselfclosingtag(t){this.endIndex=t,this.recognizeSelfClosing||this.foreignContext[0]?(this.closeCurrentTag(!1),this.startIndex=t+1):this.onopentagend(t)}closeCurrentTag(t){var e,i;let o=this.tagname;this.endOpenTag(t),this.stack[0]===o&&(null==(i=(e=this.cbs).onclosetag)||i.call(e,o,!t),this.stack.shift())}onattribname(t,e){this.startIndex=t;let i=this.getSlice(t,e);this.attribname=this.lowerCaseAttributeNames?i.toLowerCase():i}onattribdata(t,e){this.attribvalue+=this.getSlice(t,e)}onattribentity(t){this.attribvalue+=(0,n.fromCodePoint)(t)}onattribend(t,e){var i,o;this.endIndex=e,null==(o=(i=this.cbs).onattribute)||o.call(i,this.attribname,this.attribvalue,t===r.QuoteType.Double?'"':t===r.QuoteType.Single?"'":t===r.QuoteType.NoValue?void 0:null),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribvalue=""}getInstructionName(t){let e=t.search(g),i=e<0?t:t.substr(0,e);return this.lowerCaseTagNames&&(i=i.toLowerCase()),i}ondeclaration(t,e){this.endIndex=e;let i=this.getSlice(t,e);if(this.cbs.onprocessinginstruction){let t=this.getInstructionName(i);this.cbs.onprocessinginstruction(`!${t}`,`!${i}`)}this.startIndex=e+1}onprocessinginstruction(t,e){this.endIndex=e;let i=this.getSlice(t,e);if(this.cbs.onprocessinginstruction){let t=this.getInstructionName(i);this.cbs.onprocessinginstruction(`?${t}`,`?${i}`)}this.startIndex=e+1}oncomment(t,e,i){var o,r,n,s;this.endIndex=e,null==(r=(o=this.cbs).oncomment)||r.call(o,this.getSlice(t,e-i)),null==(s=(n=this.cbs).oncommentend)||s.call(n),this.startIndex=e+1}oncdata(t,e,i){var o,r,n,s,a,l,d,c,u,h;this.endIndex=e;let p=this.getSlice(t,e-i);!this.htmlMode||this.options.recognizeCDATA?(null==(r=(o=this.cbs).oncdatastart)||r.call(o),null==(s=(n=this.cbs).ontext)||s.call(n,p),null==(l=(a=this.cbs).oncdataend)||l.call(a)):(null==(c=(d=this.cbs).oncomment)||c.call(d,`[CDATA[${p}]]`),null==(h=(u=this.cbs).oncommentend)||h.call(u)),this.startIndex=e+1}onend(){var t,e;if(this.cbs.onclosetag){this.endIndex=this.startIndex;for(let t=0;t<this.stack.length;t++)this.cbs.onclosetag(this.stack[t],!0)}null==(e=(t=this.cbs).onend)||e.call(t)}reset(){var t,e,i,o;null==(e=(t=this.cbs).onreset)||e.call(t),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack.length=0,this.startIndex=0,this.endIndex=0,null==(o=(i=this.cbs).onparserinit)||o.call(i,this),this.buffers.length=0,this.foreignContext.length=0,this.foreignContext.unshift(!this.htmlMode),this.bufferOffset=0,this.writeIndex=0,this.ended=!1}parseComplete(t){this.reset(),this.end(t)}getSlice(t,e){for(;t-this.bufferOffset>=this.buffers[0].length;)this.shiftBuffer();let i=this.buffers[0].slice(t-this.bufferOffset,e-this.bufferOffset);for(;e-this.bufferOffset>this.buffers[0].length;)this.shiftBuffer(),i+=this.buffers[0].slice(0,e-this.bufferOffset);return i}shiftBuffer(){this.bufferOffset+=this.buffers[0].length,this.writeIndex--,this.buffers.shift()}write(t){var e,i;this.ended?null==(i=(e=this.cbs).onerror)||i.call(e,Error(".write() after done!")):(this.buffers.push(t),this.tokenizer.running&&(this.tokenizer.write(t),this.writeIndex++))}end(t){var e,i;this.ended?null==(i=(e=this.cbs).onerror)||i.call(e,Error(".end() after done!")):(t&&this.write(t),this.ended=!0,this.tokenizer.end())}pause(){this.tokenizer.pause()}resume(){for(this.tokenizer.resume();this.tokenizer.running&&this.writeIndex<this.buffers.length;)this.tokenizer.write(this.buffers[this.writeIndex++]);this.ended&&this.tokenizer.end()}parseChunk(t){this.write(t)}done(t){this.end(t)}}})),z=b((t=>{var e;Object.defineProperty(t,"__esModule",{value:!0}),t.Doctype=t.CDATA=t.Tag=t.Style=t.Script=t.Comment=t.Directive=t.Text=t.Root=t.isTag=t.ElementType=void 0,function(t){t.Root="root",t.Text="text",t.Directive="directive",t.Comment="comment",t.Script="script",t.Style="style",t.Tag="tag",t.CDATA="cdata",t.Doctype="doctype"}(e=t.ElementType||={}),t.isTag=function(t){return t.type===e.Tag||t.type===e.Script||t.type===e.Style},t.Root=e.Root,t.Text=e.Text,t.Directive=e.Directive,t.Comment=e.Comment,t.Script=e.Script,t.Style=e.Style,t.Tag=e.Tag,t.CDATA=e.CDATA,t.Doctype=e.Doctype})),S=b((t=>{var e=t&&t.__extends||function(){var t=function(e,i){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])},t(e,i)};return function(e,i){if("function"!=typeof i&&null!==i)throw TypeError("Class extends value "+String(i)+" is not a constructor or null");function o(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(o.prototype=i.prototype,new o)}}(),i=t&&t.__assign||function(){return i=Object.assign||function(t){for(var e,i=1,o=arguments.length;i<o;i++)for(var r in e=arguments[i])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.cloneNode=t.hasChildren=t.isDocument=t.isDirective=t.isComment=t.isText=t.isCDATA=t.isTag=t.Element=t.Document=t.CDATA=t.NodeWithChildren=t.ProcessingInstruction=t.Comment=t.Text=t.DataNode=t.Node=void 0;var o=z(),r=function(){function t(){this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}return Object.defineProperty(t.prototype,"parentNode",{get:function(){return this.parent},set:function(t){this.parent=t},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"previousSibling",{get:function(){return this.prev},set:function(t){this.prev=t},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"nextSibling",{get:function(){return this.next},set:function(t){this.next=t},enumerable:!1,configurable:!0}),t.prototype.cloneNode=function(t){return void 0===t&&(t=!1),v(this,t)},t}();t.Node=r;var n=function(t){function i(e){var i=t.call(this)||this;return i.data=e,i}return e(i,t),Object.defineProperty(i.prototype,"nodeValue",{get:function(){return this.data},set:function(t){this.data=t},enumerable:!1,configurable:!0}),i}(r);t.DataNode=n;var s=function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=o.ElementType.Text,e}return e(i,t),Object.defineProperty(i.prototype,"nodeType",{get:function(){return 3},enumerable:!1,configurable:!0}),i}(n);t.Text=s;var a=function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=o.ElementType.Comment,e}return e(i,t),Object.defineProperty(i.prototype,"nodeType",{get:function(){return 8},enumerable:!1,configurable:!0}),i}(n);t.Comment=a;var l=function(t){function i(e,i){var r=t.call(this,i)||this;return r.name=e,r.type=o.ElementType.Directive,r}return e(i,t),Object.defineProperty(i.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),i}(n);t.ProcessingInstruction=l;var d=function(t){function i(e){var i=t.call(this)||this;return i.children=e,i}return e(i,t),Object.defineProperty(i.prototype,"firstChild",{get:function(){return this.children[0]??null},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"lastChild",{get:function(){return this.children.length>0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"childNodes",{get:function(){return this.children},set:function(t){this.children=t},enumerable:!1,configurable:!0}),i}(r);t.NodeWithChildren=d;var c=function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=o.ElementType.CDATA,e}return e(i,t),Object.defineProperty(i.prototype,"nodeType",{get:function(){return 4},enumerable:!1,configurable:!0}),i}(d);t.CDATA=c;var u=function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=o.ElementType.Root,e}return e(i,t),Object.defineProperty(i.prototype,"nodeType",{get:function(){return 9},enumerable:!1,configurable:!0}),i}(d);t.Document=u;var h=function(t){function i(e,i,r,n){void 0===r&&(r=[]),void 0===n&&(n="script"===e?o.ElementType.Script:"style"===e?o.ElementType.Style:o.ElementType.Tag);var s=t.call(this,r)||this;return s.name=e,s.attribs=i,s.type=n,s}return e(i,t),Object.defineProperty(i.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tagName",{get:function(){return this.name},set:function(t){this.name=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"attributes",{get:function(){var t=this;return Object.keys(this.attribs).map((function(e){return{name:e,value:t.attribs[e],namespace:t["x-attribsNamespace"]?.[e],prefix:t["x-attribsPrefix"]?.[e]}}))},enumerable:!1,configurable:!0}),i}(d);function p(t){return(0,o.isTag)(t)}function f(t){return t.type===o.ElementType.CDATA}function g(t){return t.type===o.ElementType.Text}function A(t){return t.type===o.ElementType.Comment}function b(t){return t.type===o.ElementType.Directive}function m(t){return t.type===o.ElementType.Root}function v(t,e){var o;if(void 0===e&&(e=!1),g(t))o=new s(t.data);else if(A(t))o=new a(t.data);else if(p(t)){var r=e?j(t.children):[],n=new h(t.name,i({},t.attribs),r);r.forEach((function(t){return t.parent=n})),null!=t.namespace&&(n.namespace=t.namespace),t["x-attribsNamespace"]&&(n["x-attribsNamespace"]=i({},t["x-attribsNamespace"])),t["x-attribsPrefix"]&&(n["x-attribsPrefix"]=i({},t["x-attribsPrefix"])),o=n}else if(f(t)){r=e?j(t.children):[];var d=new c(r);r.forEach((function(t){return t.parent=d})),o=d}else if(m(t)){r=e?j(t.children):[];var v=new u(r);r.forEach((function(t){return t.parent=v})),t["x-mode"]&&(v["x-mode"]=t["x-mode"]),o=v}else{if(!b(t))throw Error(`Not implemented yet: ${t.type}`);var w=new l(t.name,t.data);null!=t["x-name"]&&(w["x-name"]=t["x-name"],w["x-publicId"]=t["x-publicId"],w["x-systemId"]=t["x-systemId"]),o=w}return o.startIndex=t.startIndex,o.endIndex=t.endIndex,null!=t.sourceCodeLocation&&(o.sourceCodeLocation=t.sourceCodeLocation),o}function j(t){for(var e=t.map((function(t){return v(t,!0)})),i=1;i<e.length;i++)e[i].prev=e[i-1],e[i-1].next=e[i];return e}t.Element=h,t.isTag=p,t.isCDATA=f,t.isText=g,t.isComment=A,t.isDirective=b,t.isDocument=m,t.hasChildren=function(t){return Object.prototype.hasOwnProperty.call(t,"children")},t.cloneNode=v})),B=b((t=>{var e=t&&t.__createBinding||(Object.create?function(t,e,i,o){void 0===o&&(o=i);var r=Object.getOwnPropertyDescriptor(e,i);(!r||("get"in r?!e.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:function(){return e[i]}}),Object.defineProperty(t,o,r)}:function(t,e,i,o){void 0===o&&(o=i),t[o]=e[i]}),i=t&&t.__exportStar||function(t,i){for(var o in t)"default"!==o&&!Object.prototype.hasOwnProperty.call(i,o)&&e(i,t,o)};Object.defineProperty(t,"__esModule",{value:!0}),t.DomHandler=void 0;var o=z(),r=S();i(S(),t);var n={withStartIndices:!1,withEndIndices:!1,xmlMode:!1},s=function(){function t(t,e,i){this.dom=[],this.root=new r.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,"function"==typeof e&&(i=e,e=n),"object"==typeof t&&(e=t,t=void 0),this.callback=t??null,this.options=e??n,this.elementCB=i??null}return t.prototype.onparserinit=function(t){this.parser=t},t.prototype.onreset=function(){this.dom=[],this.root=new r.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null},t.prototype.onend=function(){this.done||(this.done=!0,this.parser=null,this.handleCallback(null))},t.prototype.onerror=function(t){this.handleCallback(t)},t.prototype.onclosetag=function(){this.lastNode=null;var t=this.tagStack.pop();this.options.withEndIndices&&(t.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(t)},t.prototype.onopentag=function(t,e){var i=new r.Element(t,e,void 0,this.options.xmlMode?o.ElementType.Tag:void 0);this.addNode(i),this.tagStack.push(i)},t.prototype.ontext=function(t){var e=this.lastNode;if(e&&e.type===o.ElementType.Text)e.data+=t,this.options.withEndIndices&&(e.endIndex=this.parser.endIndex);else{var i=new r.Text(t);this.addNode(i),this.lastNode=i}},t.prototype.oncomment=function(t){if(this.lastNode&&this.lastNode.type===o.ElementType.Comment)this.lastNode.data+=t;else{var e=new r.Comment(t);this.addNode(e),this.lastNode=e}},t.prototype.oncommentend=function(){this.lastNode=null},t.prototype.oncdatastart=function(){var t=new r.Text(""),e=new r.CDATA([t]);this.addNode(e),t.parent=e,this.lastNode=t},t.prototype.oncdataend=function(){this.lastNode=null},t.prototype.onprocessinginstruction=function(t,e){var i=new r.ProcessingInstruction(t,e);this.addNode(i)},t.prototype.handleCallback=function(t){if("function"==typeof this.callback)this.callback(t,this.dom);else if(t)throw t},t.prototype.addNode=function(t){var e=this.tagStack[this.tagStack.length-1],i=e.children[e.children.length-1];this.options.withStartIndices&&(t.startIndex=this.parser.startIndex),this.options.withEndIndices&&(t.endIndex=this.parser.endIndex),e.children.push(t),i&&(t.prev=i,i.next=t),t.parent=e,this.lastNode=null},t}();t.DomHandler=s,t.default=s})),E=b((t=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((function(t){return t.charCodeAt(0)})))})),D=b((t=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((function(t){return t.charCodeAt(0)})))})),F=b((t=>{Object.defineProperty(t,"__esModule",{value:!0}),t.replaceCodePoint=t.fromCodePoint=void 0;var e=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);function i(t){return t>=55296&&t<=57343||t>1114111?65533:e.get(t)??t}t.fromCodePoint=String.fromCodePoint??function(t){var e="";return t>65535&&(t-=65536,e+=String.fromCharCode(t>>>10&1023|55296),t=56320|1023&t),e+String.fromCharCode(t)},t.replaceCodePoint=i,t.default=function(e){return(0,t.fromCodePoint)(i(e))}})),R=b((t=>{var e=t&&t.__createBinding||(Object.create?function(t,e,i,o){void 0===o&&(o=i);var r=Object.getOwnPropertyDescriptor(e,i);(!r||("get"in r?!e.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:function(){return e[i]}}),Object.defineProperty(t,o,r)}:function(t,e,i,o){void 0===o&&(o=i),t[o]=e[i]}),i=t&&t.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),o=t&&t.__importStar||function(t){if(t&&t.__esModule)return t;var o={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&e(o,t,r);return i(o,t),o},r=t&&t.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(t,"__esModule",{value:!0}),t.decodeXML=t.decodeHTMLStrict=t.decodeHTMLAttribute=t.decodeHTML=t.determineBranch=t.EntityDecoder=t.DecodingMode=t.BinTrieFlags=t.fromCodePoint=t.replaceCodePoint=t.decodeCodePoint=t.xmlDecodeTree=t.htmlDecodeTree=void 0;var n=r(E());t.htmlDecodeTree=n.default;var s=r(D());t.xmlDecodeTree=s.default;var a=o(F());t.decodeCodePoint=a.default;var l,d,c,u,h=F();function p(t){return t>=l.ZERO&&t<=l.NINE}function f(t){return t>=l.UPPER_A&&t<=l.UPPER_F||t>=l.LOWER_A&&t<=l.LOWER_F}function g(t){return t===l.EQUALS||function(t){return t>=l.UPPER_A&&t<=l.UPPER_Z||t>=l.LOWER_A&&t<=l.LOWER_Z||p(t)}(t)}Object.defineProperty(t,"replaceCodePoint",{enumerable:!0,get:function(){return h.replaceCodePoint}}),Object.defineProperty(t,"fromCodePoint",{enumerable:!0,get:function(){return h.fromCodePoint}}),function(t){t[t.NUM=35]="NUM",t[t.SEMI=59]="SEMI",t[t.EQUALS=61]="EQUALS",t[t.ZERO=48]="ZERO",t[t.NINE=57]="NINE",t[t.LOWER_A=97]="LOWER_A",t[t.LOWER_F=102]="LOWER_F",t[t.LOWER_X=120]="LOWER_X",t[t.LOWER_Z=122]="LOWER_Z",t[t.UPPER_A=65]="UPPER_A",t[t.UPPER_F=70]="UPPER_F",t[t.UPPER_Z=90]="UPPER_Z"}(l||={}),function(t){t[t.VALUE_LENGTH=49152]="VALUE_LENGTH",t[t.BRANCH_LENGTH=16256]="BRANCH_LENGTH",t[t.JUMP_TABLE=127]="JUMP_TABLE"}(d=t.BinTrieFlags||={}),function(t){t[t.EntityStart=0]="EntityStart",t[t.NumericStart=1]="NumericStart",t[t.NumericDecimal=2]="NumericDecimal",t[t.NumericHex=3]="NumericHex",t[t.NamedEntity=4]="NamedEntity"}(c||={}),function(t){t[t.Legacy=0]="Legacy",t[t.Strict=1]="Strict",t[t.Attribute=2]="Attribute"}(u=t.DecodingMode||={});var A=function(){function t(t,e,i){this.decodeTree=t,this.emitCodePoint=e,this.errors=i,this.state=c.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=u.Strict}return t.prototype.startEntity=function(t){this.decodeMode=t,this.state=c.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1},t.prototype.write=function(t,e){switch(this.state){case c.EntityStart:return t.charCodeAt(e)===l.NUM?(this.state=c.NumericStart,this.consumed+=1,this.stateNumericStart(t,e+1)):(this.state=c.NamedEntity,this.stateNamedEntity(t,e));case c.NumericStart:return this.stateNumericStart(t,e);case c.NumericDecimal:return this.stateNumericDecimal(t,e);case c.NumericHex:return this.stateNumericHex(t,e);case c.NamedEntity:return this.stateNamedEntity(t,e)}},t.prototype.stateNumericStart=function(t,e){return e>=t.length?-1:(32|t.charCodeAt(e))===l.LOWER_X?(this.state=c.NumericHex,this.consumed+=1,this.stateNumericHex(t,e+1)):(this.state=c.NumericDecimal,this.stateNumericDecimal(t,e))},t.prototype.addToNumericResult=function(t,e,i,o){if(e!==i){var r=i-e;this.result=this.result*o**+r+parseInt(t.substr(e,r),o),this.consumed+=r}},t.prototype.stateNumericHex=function(t,e){for(var i=e;e<t.length;){var o=t.charCodeAt(e);if(!p(o)&&!f(o))return this.addToNumericResult(t,i,e,16),this.emitNumericEntity(o,3);e+=1}return this.addToNumericResult(t,i,e,16),-1},t.prototype.stateNumericDecimal=function(t,e){for(var i=e;e<t.length;){var o=t.charCodeAt(e);if(!p(o))return this.addToNumericResult(t,i,e,10),this.emitNumericEntity(o,2);e+=1}return this.addToNumericResult(t,i,e,10),-1},t.prototype.emitNumericEntity=function(t,e){var i;if(this.consumed<=e)return null==(i=this.errors)||i.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(t===l.SEMI)this.consumed+=1;else if(this.decodeMode===u.Strict)return 0;return this.emitCodePoint((0,a.replaceCodePoint)(this.result),this.consumed),this.errors&&(t!==l.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed},t.prototype.stateNamedEntity=function(t,e){for(var i=this.decodeTree,o=i[this.treeIndex],r=(o&d.VALUE_LENGTH)>>14;e<t.length;e++,this.excess++){var n=t.charCodeAt(e);if(this.treeIndex=m(i,o,this.treeIndex+Math.max(1,r),n),this.treeIndex<0)return 0===this.result||this.decodeMode===u.Attribute&&(0===r||g(n))?0:this.emitNotTerminatedNamedEntity();if(0!=(r=((o=i[this.treeIndex])&d.VALUE_LENGTH)>>14)){if(n===l.SEMI)return this.emitNamedEntityData(this.treeIndex,r,this.consumed+this.excess);this.decodeMode!==u.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1},t.prototype.emitNotTerminatedNamedEntity=function(){var t,e=this.result;return this.emitNamedEntityData(e,(this.decodeTree[e]&d.VALUE_LENGTH)>>14,this.consumed),null==(t=this.errors)||t.missingSemicolonAfterCharacterReference(),this.consumed},t.prototype.emitNamedEntityData=function(t,e,i){var o=this.decodeTree;return this.emitCodePoint(1===e?o[t]&~d.VALUE_LENGTH:o[t+1],i),3===e&&this.emitCodePoint(o[t+2],i),i},t.prototype.end=function(){var t;switch(this.state){case c.NamedEntity:return 0===this.result||this.decodeMode===u.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case c.NumericDecimal:return this.emitNumericEntity(0,2);case c.NumericHex:return this.emitNumericEntity(0,3);case c.NumericStart:return null==(t=this.errors)||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case c.EntityStart:return 0}},t}();function b(t){var e="",i=new A(t,(function(t){return e+=(0,a.fromCodePoint)(t)}));return function(t,o){for(var r=0,n=0;(n=t.indexOf("&",n))>=0;){e+=t.slice(r,n),i.startEntity(o);var s=i.write(t,n+1);if(s<0){r=n+i.end();break}r=n+s,n=0===s?r+1:r}var a=e+t.slice(r);return e="",a}}function m(t,e,i,o){var r=(e&d.BRANCH_LENGTH)>>7,n=e&d.JUMP_TABLE;if(0===r)return 0!==n&&o===n?i:-1;if(n){var s=o-n;return s<0||s>=r?-1:t[i+s]-1}for(var a=i,l=a+r-1;a<=l;){var c=a+l>>>1,u=t[c];if(u<o)a=c+1;else{if(!(u>o))return t[c+r];l=c-1}}return-1}t.EntityDecoder=A,t.determineBranch=m;var v=b(n.default),j=b(s.default);t.decodeHTML=function(t,e){return void 0===e&&(e=u.Legacy),v(t,e)},t.decodeHTMLAttribute=function(t){return v(t,u.Attribute)},t.decodeHTMLStrict=function(t){return v(t,u.Strict)},t.decodeXML=function(t){return j(t,u.Strict)}})),M=b((t=>{function e(t){for(var e=1;e<t.length;e++)t[e][0]+=t[e-1][0]+1;return t}Object.defineProperty(t,"__esModule",{value:!0}),t.default=new Map(e([[9,"	"],[0,"
"],[22,"!"],[0,"""],[0,"#"],[0,"$"],[0,"%"],[0,"&"],[0,"'"],[0,"("],[0,")"],[0,"*"],[0,"+"],[0,","],[1,"."],[0,"/"],[10,":"],[0,";"],[0,{v:"<",n:8402,o:"<⃒"}],[0,{v:"=",n:8421,o:"=⃥"}],[0,{v:">",n:8402,o:">⃒"}],[0,"?"],[0,"@"],[26,"["],[0,"\"],[0,"]"],[0,"^"],[0,"_"],[0,"`"],[5,{n:106,o:"fj"}],[20,"{"],[0,"|"],[0,"}"],[34," "],[0,"¡"],[0,"¢"],[0,"£"],[0,"¤"],[0,"¥"],[0,"¦"],[0,"§"],[0,"¨"],[0,"©"],[0,"ª"],[0,"«"],[0,"¬"],[0,"­"],[0,"®"],[0,"¯"],[0,"°"],[0,"±"],[0,"²"],[0,"³"],[0,"´"],[0,"µ"],[0,"¶"],[0,"·"],[0,"¸"],[0,"¹"],[0,"º"],[0,"»"],[0,"¼"],[0,"½"],[0,"¾"],[0,"¿"],[0,"À"],[0,"Á"],[0,"Â"],[0,"Ã"],[0,"Ä"],[0,"Å"],[0,"Æ"],[0,"Ç"],[0,"È"],[0,"É"],[0,"Ê"],[0,"Ë"],[0,"Ì"],[0,"Í"],[0,"Î"],[0,"Ï"],[0,"Ð"],[0,"Ñ"],[0,"Ò"],[0,"Ó"],[0,"Ô"],[0,"Õ"],[0,"Ö"],[0,"×"],[0,"Ø"],[0,"Ù"],[0,"Ú"],[0,"Û"],[0,"Ü"],[0,"Ý"],[0,"Þ"],[0,"ß"],[0,"à"],[0,"á"],[0,"â"],[0,"ã"],[0,"ä"],[0,"å"],[0,"æ"],[0,"ç"],[0,"è"],[0,"é"],[0,"ê"],[0,"ë"],[0,"ì"],[0,"í"],[0,"î"],[0,"ï"],[0,"ð"],[0,"ñ"],[0,"ò"],[0,"ó"],[0,"ô"],[0,"õ"],[0,"ö"],[0,"÷"],[0,"ø"],[0,"ù"],[0,"ú"],[0,"û"],[0,"ü"],[0,"ý"],[0,"þ"],[0,"ÿ"],[0,"Ā"],[0,"ā"],[0,"Ă"],[0,"ă"],[0,"Ą"],[0,"ą"],[0,"Ć"],[0,"ć"],[0,"Ĉ"],[0,"ĉ"],[0,"Ċ"],[0,"ċ"],[0,"Č"],[0,"č"],[0,"Ď"],[0,"ď"],[0,"Đ"],[0,"đ"],[0,"Ē"],[0,"ē"],[2,"Ė"],[0,"ė"],[0,"Ę"],[0,"ę"],[0,"Ě"],[0,"ě"],[0,"Ĝ"],[0,"ĝ"],[0,"Ğ"],[0,"ğ"],[0,"Ġ"],[0,"ġ"],[0,"Ģ"],[1,"Ĥ"],[0,"ĥ"],[0,"Ħ"],[0,"ħ"],[0,"Ĩ"],[0,"ĩ"],[0,"Ī"],[0,"ī"],[2,"Į"],[0,"į"],[0,"İ"],[0,"ı"],[0,"IJ"],[0,"ij"],[0,"Ĵ"],[0,"ĵ"],[0,"Ķ"],[0,"ķ"],[0,"ĸ"],[0,"Ĺ"],[0,"ĺ"],[0,"Ļ"],[0,"ļ"],[0,"Ľ"],[0,"ľ"],[0,"Ŀ"],[0,"ŀ"],[0,"Ł"],[0,"ł"],[0,"Ń"],[0,"ń"],[0,"Ņ"],[0,"ņ"],[0,"Ň"],[0,"ň"],[0,"ʼn"],[0,"Ŋ"],[0,"ŋ"],[0,"Ō"],[0,"ō"],[2,"Ő"],[0,"ő"],[0,"Œ"],[0,"œ"],[0,"Ŕ"],[0,"ŕ"],[0,"Ŗ"],[0,"ŗ"],[0,"Ř"],[0,"ř"],[0,"Ś"],[0,"ś"],[0,"Ŝ"],[0,"ŝ"],[0,"Ş"],[0,"ş"],[0,"Š"],[0,"š"],[0,"Ţ"],[0,"ţ"],[0,"Ť"],[0,"ť"],[0,"Ŧ"],[0,"ŧ"],[0,"Ũ"],[0,"ũ"],[0,"Ū"],[0,"ū"],[0,"Ŭ"],[0,"ŭ"],[0,"Ů"],[0,"ů"],[0,"Ű"],[0,"ű"],[0,"Ų"],[0,"ų"],[0,"Ŵ"],[0,"ŵ"],[0,"Ŷ"],[0,"ŷ"],[0,"Ÿ"],[0,"Ź"],[0,"ź"],[0,"Ż"],[0,"ż"],[0,"Ž"],[0,"ž"],[19,"ƒ"],[34,"Ƶ"],[63,"ǵ"],[65,"ȷ"],[142,"ˆ"],[0,"ˇ"],[16,"˘"],[0,"˙"],[0,"˚"],[0,"˛"],[0,"˜"],[0,"˝"],[51,"̑"],[127,"Α"],[0,"Β"],[0,"Γ"],[0,"Δ"],[0,"Ε"],[0,"Ζ"],[0,"Η"],[0,"Θ"],[0,"Ι"],[0,"Κ"],[0,"Λ"],[0,"Μ"],[0,"Ν"],[0,"Ξ"],[0,"Ο"],[0,"Π"],[0,"Ρ"],[1,"Σ"],[0,"Τ"],[0,"Υ"],[0,"Φ"],[0,"Χ"],[0,"Ψ"],[0,"Ω"],[7,"α"],[0,"β"],[0,"γ"],[0,"δ"],[0,"ε"],[0,"ζ"],[0,"η"],[0,"θ"],[0,"ι"],[0,"κ"],[0,"λ"],[0,"μ"],[0,"ν"],[0,"ξ"],[0,"ο"],[0,"π"],[0,"ρ"],[0,"ς"],[0,"σ"],[0,"τ"],[0,"υ"],[0,"φ"],[0,"χ"],[0,"ψ"],[0,"ω"],[7,"ϑ"],[0,"ϒ"],[2,"ϕ"],[0,"ϖ"],[5,"Ϝ"],[0,"ϝ"],[18,"ϰ"],[0,"ϱ"],[3,"ϵ"],[0,"϶"],[10,"Ё"],[0,"Ђ"],[0,"Ѓ"],[0,"Є"],[0,"Ѕ"],[0,"І"],[0,"Ї"],[0,"Ј"],[0,"Љ"],[0,"Њ"],[0,"Ћ"],[0,"Ќ"],[1,"Ў"],[0,"Џ"],[0,"А"],[0,"Б"],[0,"В"],[0,"Г"],[0,"Д"],[0,"Е"],[0,"Ж"],[0,"З"],[0,"И"],[0,"Й"],[0,"К"],[0,"Л"],[0,"М"],[0,"Н"],[0,"О"],[0,"П"],[0,"Р"],[0,"С"],[0,"Т"],[0,"У"],[0,"Ф"],[0,"Х"],[0,"Ц"],[0,"Ч"],[0,"Ш"],[0,"Щ"],[0,"Ъ"],[0,"Ы"],[0,"Ь"],[0,"Э"],[0,"Ю"],[0,"Я"],[0,"а"],[0,"б"],[0,"в"],[0,"г"],[0,"д"],[0,"е"],[0,"ж"],[0,"з"],[0,"и"],[0,"й"],[0,"к"],[0,"л"],[0,"м"],[0,"н"],[0,"о"],[0,"п"],[0,"р"],[0,"с"],[0,"т"],[0,"у"],[0,"ф"],[0,"х"],[0,"ц"],[0,"ч"],[0,"ш"],[0,"щ"],[0,"ъ"],[0,"ы"],[0,"ь"],[0,"э"],[0,"ю"],[0,"я"],[1,"ё"],[0,"ђ"],[0,"ѓ"],[0,"є"],[0,"ѕ"],[0,"і"],[0,"ї"],[0,"ј"],[0,"љ"],[0,"њ"],[0,"ћ"],[0,"ќ"],[1,"ў"],[0,"џ"],[7074," "],[0," "],[0," "],[0," "],[1," "],[0," "],[0," "],[0," "],[0,"​"],[0,"‌"],[0,"‍"],[0,"‎"],[0,"‏"],[0,"‐"],[2,"–"],[0,"—"],[0,"―"],[0,"‖"],[1,"‘"],[0,"’"],[0,"‚"],[1,"“"],[0,"”"],[0,"„"],[1,"†"],[0,"‡"],[0,"•"],[2,"‥"],[0,"…"],[9,"‰"],[0,"‱"],[0,"′"],[0,"″"],[0,"‴"],[0,"‵"],[3,"‹"],[0,"›"],[3,"‾"],[2,"⁁"],[1,"⁃"],[0,"⁄"],[10,"⁏"],[7,"⁗"],[7,{v:" ",n:8202,o:"  "}],[0,"⁠"],[0,"⁡"],[0,"⁢"],[0,"⁣"],[72,"€"],[46,"⃛"],[0,"⃜"],[37,"ℂ"],[2,"℅"],[4,"ℊ"],[0,"ℋ"],[0,"ℌ"],[0,"ℍ"],[0,"ℎ"],[0,"ℏ"],[0,"ℐ"],[0,"ℑ"],[0,"ℒ"],[0,"ℓ"],[1,"ℕ"],[0,"№"],[0,"℗"],[0,"℘"],[0,"ℙ"],[0,"ℚ"],[0,"ℛ"],[0,"ℜ"],[0,"ℝ"],[0,"℞"],[3,"™"],[1,"ℤ"],[2,"℧"],[0,"ℨ"],[0,"℩"],[2,"ℬ"],[0,"ℭ"],[1,"ℯ"],[0,"ℰ"],[0,"ℱ"],[1,"ℳ"],[0,"ℴ"],[0,"ℵ"],[0,"ℶ"],[0,"ℷ"],[0,"ℸ"],[12,"ⅅ"],[0,"ⅆ"],[0,"ⅇ"],[0,"ⅈ"],[10,"⅓"],[0,"⅔"],[0,"⅕"],[0,"⅖"],[0,"⅗"],[0,"⅘"],[0,"⅙"],[0,"⅚"],[0,"⅛"],[0,"⅜"],[0,"⅝"],[0,"⅞"],[49,"←"],[0,"↑"],[0,"→"],[0,"↓"],[0,"↔"],[0,"↕"],[0,"↖"],[0,"↗"],[0,"↘"],[0,"↙"],[0,"↚"],[0,"↛"],[1,{v:"↝",n:824,o:"↝̸"}],[0,"↞"],[0,"↟"],[0,"↠"],[0,"↡"],[0,"↢"],[0,"↣"],[0,"↤"],[0,"↥"],[0,"↦"],[0,"↧"],[1,"↩"],[0,"↪"],[0,"↫"],[0,"↬"],[0,"↭"],[0,"↮"],[1,"↰"],[0,"↱"],[0,"↲"],[0,"↳"],[1,"↵"],[0,"↶"],[0,"↷"],[2,"↺"],[0,"↻"],[0,"↼"],[0,"↽"],[0,"↾"],[0,"↿"],[0,"⇀"],[0,"⇁"],[0,"⇂"],[0,"⇃"],[0,"⇄"],[0,"⇅"],[0,"⇆"],[0,"⇇"],[0,"⇈"],[0,"⇉"],[0,"⇊"],[0,"⇋"],[0,"⇌"],[0,"⇍"],[0,"⇎"],[0,"⇏"],[0,"⇐"],[0,"⇑"],[0,"⇒"],[0,"⇓"],[0,"⇔"],[0,"⇕"],[0,"⇖"],[0,"⇗"],[0,"⇘"],[0,"⇙"],[0,"⇚"],[0,"⇛"],[1,"⇝"],[6,"⇤"],[0,"⇥"],[15,"⇵"],[7,"⇽"],[0,"⇾"],[0,"⇿"],[0,"∀"],[0,"∁"],[0,{v:"∂",n:824,o:"∂̸"}],[0,"∃"],[0,"∄"],[0,"∅"],[1,"∇"],[0,"∈"],[0,"∉"],[1,"∋"],[0,"∌"],[2,"∏"],[0,"∐"],[0,"∑"],[0,"−"],[0,"∓"],[0,"∔"],[1,"∖"],[0,"∗"],[0,"∘"],[1,"√"],[2,"∝"],[0,"∞"],[0,"∟"],[0,{v:"∠",n:8402,o:"∠⃒"}],[0,"∡"],[0,"∢"],[0,"∣"],[0,"∤"],[0,"∥"],[0,"∦"],[0,"∧"],[0,"∨"],[0,{v:"∩",n:65024,o:"∩︀"}],[0,{v:"∪",n:65024,o:"∪︀"}],[0,"∫"],[0,"∬"],[0,"∭"],[0,"∮"],[0,"∯"],[0,"∰"],[0,"∱"],[0,"∲"],[0,"∳"],[0,"∴"],[0,"∵"],[0,"∶"],[0,"∷"],[0,"∸"],[1,"∺"],[0,"∻"],[0,{v:"∼",n:8402,o:"∼⃒"}],[0,{v:"∽",n:817,o:"∽̱"}],[0,{v:"∾",n:819,o:"∾̳"}],[0,"∿"],[0,"≀"],[0,"≁"],[0,{v:"≂",n:824,o:"≂̸"}],[0,"≃"],[0,"≄"],[0,"≅"],[0,"≆"],[0,"≇"],[0,"≈"],[0,"≉"],[0,"≊"],[0,{v:"≋",n:824,o:"≋̸"}],[0,"≌"],[0,{v:"≍",n:8402,o:"≍⃒"}],[0,{v:"≎",n:824,o:"≎̸"}],[0,{v:"≏",n:824,o:"≏̸"}],[0,{v:"≐",n:824,o:"≐̸"}],[0,"≑"],[0,"≒"],[0,"≓"],[0,"≔"],[0,"≕"],[0,"≖"],[0,"≗"],[1,"≙"],[0,"≚"],[1,"≜"],[2,"≟"],[0,"≠"],[0,{v:"≡",n:8421,o:"≡⃥"}],[0,"≢"],[1,{v:"≤",n:8402,o:"≤⃒"}],[0,{v:"≥",n:8402,o:"≥⃒"}],[0,{v:"≦",n:824,o:"≦̸"}],[0,{v:"≧",n:824,o:"≧̸"}],[0,{v:"≨",n:65024,o:"≨︀"}],[0,{v:"≩",n:65024,o:"≩︀"}],[0,{v:"≪",n:new Map(e([[824,"≪̸"],[7577,"≪⃒"]]))}],[0,{v:"≫",n:new Map(e([[824,"≫̸"],[7577,"≫⃒"]]))}],[0,"≬"],[0,"≭"],[0,"≮"],[0,"≯"],[0,"≰"],[0,"≱"],[0,"≲"],[0,"≳"],[0,"≴"],[0,"≵"],[0,"≶"],[0,"≷"],[0,"≸"],[0,"≹"],[0,"≺"],[0,"≻"],[0,"≼"],[0,"≽"],[0,"≾"],[0,{v:"≿",n:824,o:"≿̸"}],[0,"⊀"],[0,"⊁"],[0,{v:"⊂",n:8402,o:"⊂⃒"}],[0,{v:"⊃",n:8402,o:"⊃⃒"}],[0,"⊄"],[0,"⊅"],[0,"⊆"],[0,"⊇"],[0,"⊈"],[0,"⊉"],[0,{v:"⊊",n:65024,o:"⊊︀"}],[0,{v:"⊋",n:65024,o:"⊋︀"}],[1,"⊍"],[0,"⊎"],[0,{v:"⊏",n:824,o:"⊏̸"}],[0,{v:"⊐",n:824,o:"⊐̸"}],[0,"⊑"],[0,"⊒"],[0,{v:"⊓",n:65024,o:"⊓︀"}],[0,{v:"⊔",n:65024,o:"⊔︀"}],[0,"⊕"],[0,"⊖"],[0,"⊗"],[0,"⊘"],[0,"⊙"],[0,"⊚"],[0,"⊛"],[1,"⊝"],[0,"⊞"],[0,"⊟"],[0,"⊠"],[0,"⊡"],[0,"⊢"],[0,"⊣"],[0,"⊤"],[0,"⊥"],[1,"⊧"],[0,"⊨"],[0,"⊩"],[0,"⊪"],[0,"⊫"],[0,"⊬"],[0,"⊭"],[0,"⊮"],[0,"⊯"],[0,"⊰"],[1,"⊲"],[0,"⊳"],[0,{v:"⊴",n:8402,o:"⊴⃒"}],[0,{v:"⊵",n:8402,o:"⊵⃒"}],[0,"⊶"],[0,"⊷"],[0,"⊸"],[0,"⊹"],[0,"⊺"],[0,"⊻"],[1,"⊽"],[0,"⊾"],[0,"⊿"],[0,"⋀"],[0,"⋁"],[0,"⋂"],[0,"⋃"],[0,"⋄"],[0,"⋅"],[0,"⋆"],[0,"⋇"],[0,"⋈"],[0,"⋉"],[0,"⋊"],[0,"⋋"],[0,"⋌"],[0,"⋍"],[0,"⋎"],[0,"⋏"],[0,"⋐"],[0,"⋑"],[0,"⋒"],[0,"⋓"],[0,"⋔"],[0,"⋕"],[0,"⋖"],[0,"⋗"],[0,{v:"⋘",n:824,o:"⋘̸"}],[0,{v:"⋙",n:824,o:"⋙̸"}],[0,{v:"⋚",n:65024,o:"⋚︀"}],[0,{v:"⋛",n:65024,o:"⋛︀"}],[2,"⋞"],[0,"⋟"],[0,"⋠"],[0,"⋡"],[0,"⋢"],[0,"⋣"],[2,"⋦"],[0,"⋧"],[0,"⋨"],[0,"⋩"],[0,"⋪"],[0,"⋫"],[0,"⋬"],[0,"⋭"],[0,"⋮"],[0,"⋯"],[0,"⋰"],[0,"⋱"],[0,"⋲"],[0,"⋳"],[0,"⋴"],[0,{v:"⋵",n:824,o:"⋵̸"}],[0,"⋶"],[0,"⋷"],[1,{v:"⋹",n:824,o:"⋹̸"}],[0,"⋺"],[0,"⋻"],[0,"⋼"],[0,"⋽"],[0,"⋾"],[6,"⌅"],[0,"⌆"],[1,"⌈"],[0,"⌉"],[0,"⌊"],[0,"⌋"],[0,"⌌"],[0,"⌍"],[0,"⌎"],[0,"⌏"],[0,"⌐"],[1,"⌒"],[0,"⌓"],[1,"⌕"],[0,"⌖"],[5,"⌜"],[0,"⌝"],[0,"⌞"],[0,"⌟"],[2,"⌢"],[0,"⌣"],[9,"⌭"],[0,"⌮"],[7,"⌶"],[6,"⌽"],[1,"⌿"],[60,"⍼"],[51,"⎰"],[0,"⎱"],[2,"⎴"],[0,"⎵"],[0,"⎶"],[37,"⏜"],[0,"⏝"],[0,"⏞"],[0,"⏟"],[2,"⏢"],[4,"⏧"],[59,"␣"],[164,"Ⓢ"],[55,"─"],[1,"│"],[9,"┌"],[3,"┐"],[3,"└"],[3,"┘"],[3,"├"],[7,"┤"],[7,"┬"],[7,"┴"],[7,"┼"],[19,"═"],[0,"║"],[0,"╒"],[0,"╓"],[0,"╔"],[0,"╕"],[0,"╖"],[0,"╗"],[0,"╘"],[0,"╙"],[0,"╚"],[0,"╛"],[0,"╜"],[0,"╝"],[0,"╞"],[0,"╟"],[0,"╠"],[0,"╡"],[0,"╢"],[0,"╣"],[0,"╤"],[0,"╥"],[0,"╦"],[0,"╧"],[0,"╨"],[0,"╩"],[0,"╪"],[0,"╫"],[0,"╬"],[19,"▀"],[3,"▄"],[3,"█"],[8,"░"],[0,"▒"],[0,"▓"],[13,"□"],[8,"▪"],[0,"▫"],[1,"▭"],[0,"▮"],[2,"▱"],[1,"△"],[0,"▴"],[0,"▵"],[2,"▸"],[0,"▹"],[3,"▽"],[0,"▾"],[0,"▿"],[2,"◂"],[0,"◃"],[6,"◊"],[0,"○"],[32,"◬"],[2,"◯"],[8,"◸"],[0,"◹"],[0,"◺"],[0,"◻"],[0,"◼"],[8,"★"],[0,"☆"],[7,"☎"],[49,"♀"],[1,"♂"],[29,"♠"],[2,"♣"],[1,"♥"],[0,"♦"],[3,"♪"],[2,"♭"],[0,"♮"],[0,"♯"],[163,"✓"],[3,"✗"],[8,"✠"],[21,"✶"],[33,"❘"],[25,"❲"],[0,"❳"],[84,"⟈"],[0,"⟉"],[28,"⟦"],[0,"⟧"],[0,"⟨"],[0,"⟩"],[0,"⟪"],[0,"⟫"],[0,"⟬"],[0,"⟭"],[7,"⟵"],[0,"⟶"],[0,"⟷"],[0,"⟸"],[0,"⟹"],[0,"⟺"],[1,"⟼"],[2,"⟿"],[258,"⤂"],[0,"⤃"],[0,"⤄"],[0,"⤅"],[6,"⤌"],[0,"⤍"],[0,"⤎"],[0,"⤏"],[0,"⤐"],[0,"⤑"],[0,"⤒"],[0,"⤓"],[2,"⤖"],[2,"⤙"],[0,"⤚"],[0,"⤛"],[0,"⤜"],[0,"⤝"],[0,"⤞"],[0,"⤟"],[0,"⤠"],[2,"⤣"],[0,"⤤"],[0,"⤥"],[0,"⤦"],[0,"⤧"],[0,"⤨"],[0,"⤩"],[0,"⤪"],[8,{v:"⤳",n:824,o:"⤳̸"}],[1,"⤵"],[0,"⤶"],[0,"⤷"],[0,"⤸"],[0,"⤹"],[2,"⤼"],[0,"⤽"],[7,"⥅"],[2,"⥈"],[0,"⥉"],[0,"⥊"],[0,"⥋"],[2,"⥎"],[0,"⥏"],[0,"⥐"],[0,"⥑"],[0,"⥒"],[0,"⥓"],[0,"⥔"],[0,"⥕"],[0,"⥖"],[0,"⥗"],[0,"⥘"],[0,"⥙"],[0,"⥚"],[0,"⥛"],[0,"⥜"],[0,"⥝"],[0,"⥞"],[0,"⥟"],[0,"⥠"],[0,"⥡"],[0,"⥢"],[0,"⥣"],[0,"⥤"],[0,"⥥"],[0,"⥦"],[0,"⥧"],[0,"⥨"],[0,"⥩"],[0,"⥪"],[0,"⥫"],[0,"⥬"],[0,"⥭"],[0,"⥮"],[0,"⥯"],[0,"⥰"],[0,"⥱"],[0,"⥲"],[0,"⥳"],[0,"⥴"],[0,"⥵"],[0,"⥶"],[1,"⥸"],[0,"⥹"],[1,"⥻"],[0,"⥼"],[0,"⥽"],[0,"⥾"],[0,"⥿"],[5,"⦅"],[0,"⦆"],[4,"⦋"],[0,"⦌"],[0,"⦍"],[0,"⦎"],[0,"⦏"],[0,"⦐"],[0,"⦑"],[0,"⦒"],[0,"⦓"],[0,"⦔"],[0,"⦕"],[0,"⦖"],[3,"⦚"],[1,"⦜"],[0,"⦝"],[6,"⦤"],[0,"⦥"],[0,"⦦"],[0,"⦧"],[0,"⦨"],[0,"⦩"],[0,"⦪"],[0,"⦫"],[0,"⦬"],[0,"⦭"],[0,"⦮"],[0,"⦯"],[0,"⦰"],[0,"⦱"],[0,"⦲"],[0,"⦳"],[0,"⦴"],[0,"⦵"],[0,"⦶"],[0,"⦷"],[1,"⦹"],[1,"⦻"],[0,"⦼"],[1,"⦾"],[0,"⦿"],[0,"⧀"],[0,"⧁"],[0,"⧂"],[0,"⧃"],[0,"⧄"],[0,"⧅"],[3,"⧉"],[3,"⧍"],[0,"⧎"],[0,{v:"⧏",n:824,o:"⧏̸"}],[0,{v:"⧐",n:824,o:"⧐̸"}],[11,"⧜"],[0,"⧝"],[0,"⧞"],[4,"⧣"],[0,"⧤"],[0,"⧥"],[5,"⧫"],[8,"⧴"],[1,"⧶"],[9,"⨀"],[0,"⨁"],[0,"⨂"],[1,"⨄"],[1,"⨆"],[5,"⨌"],[0,"⨍"],[2,"⨐"],[0,"⨑"],[0,"⨒"],[0,"⨓"],[0,"⨔"],[0,"⨕"],[0,"⨖"],[0,"⨗"],[10,"⨢"],[0,"⨣"],[0,"⨤"],[0,"⨥"],[0,"⨦"],[0,"⨧"],[1,"⨩"],[0,"⨪"],[2,"⨭"],[0,"⨮"],[0,"⨯"],[0,"⨰"],[0,"⨱"],[1,"⨳"],[0,"⨴"],[0,"⨵"],[0,"⨶"],[0,"⨷"],[0,"⨸"],[0,"⨹"],[0,"⨺"],[0,"⨻"],[0,"⨼"],[2,"⨿"],[0,"⩀"],[1,"⩂"],[0,"⩃"],[0,"⩄"],[0,"⩅"],[0,"⩆"],[0,"⩇"],[0,"⩈"],[0,"⩉"],[0,"⩊"],[0,"⩋"],[0,"⩌"],[0,"⩍"],[2,"⩐"],[2,"⩓"],[0,"⩔"],[0,"⩕"],[0,"⩖"],[0,"⩗"],[0,"⩘"],[1,"⩚"],[0,"⩛"],[0,"⩜"],[0,"⩝"],[1,"⩟"],[6,"⩦"],[3,"⩪"],[2,{v:"⩭",n:824,o:"⩭̸"}],[0,"⩮"],[0,"⩯"],[0,{v:"⩰",n:824,o:"⩰̸"}],[0,"⩱"],[0,"⩲"],[0,"⩳"],[0,"⩴"],[0,"⩵"],[1,"⩷"],[0,"⩸"],[0,"⩹"],[0,"⩺"],[0,"⩻"],[0,"⩼"],[0,{v:"⩽",n:824,o:"⩽̸"}],[0,{v:"⩾",n:824,o:"⩾̸"}],[0,"⩿"],[0,"⪀"],[0,"⪁"],[0,"⪂"],[0,"⪃"],[0,"⪄"],[0,"⪅"],[0,"⪆"],[0,"⪇"],[0,"⪈"],[0,"⪉"],[0,"⪊"],[0,"⪋"],[0,"⪌"],[0,"⪍"],[0,"⪎"],[0,"⪏"],[0,"⪐"],[0,"⪑"],[0,"⪒"],[0,"⪓"],[0,"⪔"],[0,"⪕"],[0,"⪖"],[0,"⪗"],[0,"⪘"],[0,"⪙"],[0,"⪚"],[2,"⪝"],[0,"⪞"],[0,"⪟"],[0,"⪠"],[0,{v:"⪡",n:824,o:"⪡̸"}],[0,{v:"⪢",n:824,o:"⪢̸"}],[1,"⪤"],[0,"⪥"],[0,"⪦"],[0,"⪧"],[0,"⪨"],[0,"⪩"],[0,"⪪"],[0,"⪫"],[0,{v:"⪬",n:65024,o:"⪬︀"}],[0,{v:"⪭",n:65024,o:"⪭︀"}],[0,"⪮"],[0,{v:"⪯",n:824,o:"⪯̸"}],[0,{v:"⪰",n:824,o:"⪰̸"}],[2,"⪳"],[0,"⪴"],[0,"⪵"],[0,"⪶"],[0,"⪷"],[0,"⪸"],[0,"⪹"],[0,"⪺"],[0,"⪻"],[0,"⪼"],[0,"⪽"],[0,"⪾"],[0,"⪿"],[0,"⫀"],[0,"⫁"],[0,"⫂"],[0,"⫃"],[0,"⫄"],[0,{v:"⫅",n:824,o:"⫅̸"}],[0,{v:"⫆",n:824,o:"⫆̸"}],[0,"⫇"],[0,"⫈"],[2,{v:"⫋",n:65024,o:"⫋︀"}],[0,{v:"⫌",n:65024,o:"⫌︀"}],[2,"⫏"],[0,"⫐"],[0,"⫑"],[0,"⫒"],[0,"⫓"],[0,"⫔"],[0,"⫕"],[0,"⫖"],[0,"⫗"],[0,"⫘"],[0,"⫙"],[0,"⫚"],[0,"⫛"],[8,"⫤"],[1,"⫦"],[0,"⫧"],[0,"⫨"],[0,"⫩"],[1,"⫫"],[0,"⫬"],[0,"⫭"],[0,"⫮"],[0,"⫯"],[0,"⫰"],[0,"⫱"],[0,"⫲"],[0,"⫳"],[9,{v:"⫽",n:8421,o:"⫽⃥"}],[44343,{n:new Map(e([[56476,"𝒜"],[1,"𝒞"],[0,"𝒟"],[2,"𝒢"],[2,"𝒥"],[0,"𝒦"],[2,"𝒩"],[0,"𝒪"],[0,"𝒫"],[0,"𝒬"],[1,"𝒮"],[0,"𝒯"],[0,"𝒰"],[0,"𝒱"],[0,"𝒲"],[0,"𝒳"],[0,"𝒴"],[0,"𝒵"],[0,"𝒶"],[0,"𝒷"],[0,"𝒸"],[0,"𝒹"],[1,"𝒻"],[1,"𝒽"],[0,"𝒾"],[0,"𝒿"],[0,"𝓀"],[0,"𝓁"],[0,"𝓂"],[0,"𝓃"],[1,"𝓅"],[0,"𝓆"],[0,"𝓇"],[0,"𝓈"],[0,"𝓉"],[0,"𝓊"],[0,"𝓋"],[0,"𝓌"],[0,"𝓍"],[0,"𝓎"],[0,"𝓏"],[52,"𝔄"],[0,"𝔅"],[1,"𝔇"],[0,"𝔈"],[0,"𝔉"],[0,"𝔊"],[2,"𝔍"],[0,"𝔎"],[0,"𝔏"],[0,"𝔐"],[0,"𝔑"],[0,"𝔒"],[0,"𝔓"],[0,"𝔔"],[1,"𝔖"],[0,"𝔗"],[0,"𝔘"],[0,"𝔙"],[0,"𝔚"],[0,"𝔛"],[0,"𝔜"],[1,"𝔞"],[0,"𝔟"],[0,"𝔠"],[0,"𝔡"],[0,"𝔢"],[0,"𝔣"],[0,"𝔤"],[0,"𝔥"],[0,"𝔦"],[0,"𝔧"],[0,"𝔨"],[0,"𝔩"],[0,"𝔪"],[0,"𝔫"],[0,"𝔬"],[0,"𝔭"],[0,"𝔮"],[0,"𝔯"],[0,"𝔰"],[0,"𝔱"],[0,"𝔲"],[0,"𝔳"],[0,"𝔴"],[0,"𝔵"],[0,"𝔶"],[0,"𝔷"],[0,"𝔸"],[0,"𝔹"],[1,"𝔻"],[0,"𝔼"],[0,"𝔽"],[0,"𝔾"],[1,"𝕀"],[0,"𝕁"],[0,"𝕂"],[0,"𝕃"],[0,"𝕄"],[1,"𝕆"],[3,"𝕊"],[0,"𝕋"],[0,"𝕌"],[0,"𝕍"],[0,"𝕎"],[0,"𝕏"],[0,"𝕐"],[1,"𝕒"],[0,"𝕓"],[0,"𝕔"],[0,"𝕕"],[0,"𝕖"],[0,"𝕗"],[0,"𝕘"],[0,"𝕙"],[0,"𝕚"],[0,"𝕛"],[0,"𝕜"],[0,"𝕝"],[0,"𝕞"],[0,"𝕟"],[0,"𝕠"],[0,"𝕡"],[0,"𝕢"],[0,"𝕣"],[0,"𝕤"],[0,"𝕥"],[0,"𝕦"],[0,"𝕧"],[0,"𝕨"],[0,"𝕩"],[0,"𝕪"],[0,"𝕫"]]))}],[8906,"ff"],[0,"fi"],[0,"fl"],[0,"ffi"],[0,"ffl"]]))})),T=b((t=>{Object.defineProperty(t,"__esModule",{value:!0}),t.escapeText=t.escapeAttribute=t.escapeUTF8=t.escape=t.encodeXML=t.getCodePoint=t.xmlReplacer=void 0,t.xmlReplacer=/["&'<>$\x80-\uFFFF]/g;var e=new Map([[34,"""],[38,"&"],[39,"'"],[60,"<"],[62,">"]]);function i(i){for(var o,r="",n=0;null!==(o=t.xmlReplacer.exec(i));){var s=o.index,a=i.charCodeAt(s),l=e.get(a);void 0===l?(r+=`${i.substring(n,s)}&#x${(0,t.getCodePoint)(i,s).toString(16)};`,n=t.xmlReplacer.lastIndex+=Number(55296==(64512&a))):(r+=i.substring(n,s)+l,n=s+1)}return r+i.substr(n)}function o(t,e){return function(i){for(var o,r=0,n="";o=t.exec(i);)r!==o.index&&(n+=i.substring(r,o.index)),n+=e.get(o[0].charCodeAt(0)),r=o.index+1;return n+i.substring(r)}}t.getCodePoint=null==String.prototype.codePointAt?function(t,e){return 55296==(64512&t.charCodeAt(e))?1024*(t.charCodeAt(e)-55296)+t.charCodeAt(e+1)-56320+65536:t.charCodeAt(e)}:function(t,e){return t.codePointAt(e)},t.encodeXML=i,t.escape=i,t.escapeUTF8=o(/[&<>'"]/g,e),t.escapeAttribute=o(/["&\u00A0]/g,new Map([[34,"""],[38,"&"],[160," "]])),t.escapeText=o(/[&<>\u00A0]/g,new Map([[38,"&"],[60,"<"],[62,">"],[160," "]]))})),L=b((t=>{var e=t&&t.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(t,"__esModule",{value:!0}),t.encodeNonAsciiHTML=t.encodeHTML=void 0;var i=e(M()),o=T(),r=/[\t\n!-,./:-@[-`\f{-}$\x80-\uFFFF]/g;function n(t,e){for(var r,n="",s=0;null!==(r=t.exec(e));){var a=r.index;n+=e.substring(s,a);var l=e.charCodeAt(a),d=i.default.get(l);if("object"==typeof d){if(a+1<e.length){var c=e.charCodeAt(a+1),u="number"==typeof d.n?d.n===c?d.o:void 0:d.n.get(c);if(void 0!==u){n+=u,s=t.lastIndex+=1;continue}}d=d.v}if(void 0!==d)n+=d,s=a+1;else{var h=(0,o.getCodePoint)(e,a);n+=`&#x${h.toString(16)};`,s=t.lastIndex+=Number(h!==l)}}return n+e.substr(s)}t.encodeHTML=function(t){return n(r,t)},t.encodeNonAsciiHTML=function(t){return n(o.xmlReplacer,t)}})),O=b((t=>{Object.defineProperty(t,"__esModule",{value:!0}),t.decodeXMLStrict=t.decodeHTML5Strict=t.decodeHTML4Strict=t.decodeHTML5=t.decodeHTML4=t.decodeHTMLAttribute=t.decodeHTMLStrict=t.decodeHTML=t.decodeXML=t.DecodingMode=t.EntityDecoder=t.encodeHTML5=t.encodeHTML4=t.encodeNonAsciiHTML=t.encodeHTML=t.escapeText=t.escapeAttribute=t.escapeUTF8=t.escape=t.encodeXML=t.encode=t.decodeStrict=t.decode=t.EncodingMode=t.EntityLevel=void 0;var e,i,o=R(),r=L(),n=T();function s(t,i){return void 0===i&&(i=e.XML),("number"==typeof i?i:i.level)===e.HTML?(0,o.decodeHTML)(t,"object"==typeof i?i.mode:void 0):(0,o.decodeXML)(t)}!function(t){t[t.XML=0]="XML",t[t.HTML=1]="HTML"}(e=t.EntityLevel||={}),function(t){t[t.UTF8=0]="UTF8",t[t.ASCII=1]="ASCII",t[t.Extensive=2]="Extensive",t[t.Attribute=3]="Attribute",t[t.Text=4]="Text"}(i=t.EncodingMode||={}),t.decode=s,t.decodeStrict=function(t,i){void 0===i&&(i=e.XML);var r="number"==typeof i?{level:i}:i;return r.mode??=o.DecodingMode.Strict,s(t,r)},t.encode=function(t,o){void 0===o&&(o=e.XML);var s="number"==typeof o?{level:o}:o;return s.mode===i.UTF8?(0,n.escapeUTF8)(t):s.mode===i.Attribute?(0,n.escapeAttribute)(t):s.mode===i.Text?(0,n.escapeText)(t):s.level===e.HTML?s.mode===i.ASCII?(0,r.encodeNonAsciiHTML)(t):(0,r.encodeHTML)(t):(0,n.encodeXML)(t)};var a=T();Object.defineProperty(t,"encodeXML",{enumerable:!0,get:function(){return a.encodeXML}}),Object.defineProperty(t,"escape",{enumerable:!0,get:function(){return a.escape}}),Object.defineProperty(t,"escapeUTF8",{enumerable:!0,get:function(){return a.escapeUTF8}}),Object.defineProperty(t,"escapeAttribute",{enumerable:!0,get:function(){return a.escapeAttribute}}),Object.defineProperty(t,"escapeText",{enumerable:!0,get:function(){return a.escapeText}});var l=L();Object.defineProperty(t,"encodeHTML",{enumerable:!0,get:function(){return l.encodeHTML}}),Object.defineProperty(t,"encodeNonAsciiHTML",{enumerable:!0,get:function(){return l.encodeNonAsciiHTML}}),Object.defineProperty(t,"encodeHTML4",{enumerable:!0,get:function(){return l.encodeHTML}}),Object.defineProperty(t,"encodeHTML5",{enumerable:!0,get:function(){return l.encodeHTML}});var d=R();Object.defineProperty(t,"EntityDecoder",{enumerable:!0,get:function(){return d.EntityDecoder}}),Object.defineProperty(t,"DecodingMode",{enumerable:!0,get:function(){return d.DecodingMode}}),Object.defineProperty(t,"decodeXML",{enumerable:!0,get:function(){return d.decodeXML}}),Object.defineProperty(t,"decodeHTML",{enumerable:!0,get:function(){return d.decodeHTML}}),Object.defineProperty(t,"decodeHTMLStrict",{enumerable:!0,get:function(){return d.decodeHTMLStrict}}),Object.defineProperty(t,"decodeHTMLAttribute",{enumerable:!0,get:function(){return d.decodeHTMLAttribute}}),Object.defineProperty(t,"decodeHTML4",{enumerable:!0,get:function(){return d.decodeHTML}}),Object.defineProperty(t,"decodeHTML5",{enumerable:!0,get:function(){return d.decodeHTML}}),Object.defineProperty(t,"decodeHTML4Strict",{enumerable:!0,get:function(){return d.decodeHTMLStrict}}),Object.defineProperty(t,"decodeHTML5Strict",{enumerable:!0,get:function(){return d.decodeHTMLStrict}}),Object.defineProperty(t,"decodeXMLStrict",{enumerable:!0,get:function(){return d.decodeXML}})})),q=b((t=>{Object.defineProperty(t,"__esModule",{value:!0}),t.attributeNames=t.elementNames=void 0,t.elementNames=new Map("altGlyph.altGlyphDef.altGlyphItem.animateColor.animateMotion.animateTransform.clipPath.feBlend.feColorMatrix.feComponentTransfer.feComposite.feConvolveMatrix.feDiffuseLighting.feDisplacementMap.feDistantLight.feDropShadow.feFlood.feFuncA.feFuncB.feFuncG.feFuncR.feGaussianBlur.feImage.feMerge.feMergeNode.feMorphology.feOffset.fePointLight.feSpecularLighting.feSpotLight.feTile.feTurbulence.foreignObject.glyphRef.linearGradient.radialGradient.textPath".split(".").map((function(t){return[t.toLowerCase(),t]}))),t.attributeNames=new Map("definitionURL.attributeName.attributeType.baseFrequency.baseProfile.calcMode.clipPathUnits.diffuseConstant.edgeMode.filterUnits.glyphRef.gradientTransform.gradientUnits.kernelMatrix.kernelUnitLength.keyPoints.keySplines.keyTimes.lengthAdjust.limitingConeAngle.markerHeight.markerUnits.markerWidth.maskContentUnits.maskUnits.numOctaves.pathLength.patternContentUnits.patternTransform.patternUnits.pointsAtX.pointsAtY.pointsAtZ.preserveAlpha.preserveAspectRatio.primitiveUnits.refX.refY.repeatCount.repeatDur.requiredExtensions.requiredFeatures.specularConstant.specularExponent.spreadMethod.startOffset.stdDeviation.stitchTiles.surfaceScale.systemLanguage.tableValues.targetX.targetY.textLength.viewBox.viewTarget.xChannelSelector.yChannelSelector.zoomAndPan".split(".").map((function(t){return[t.toLowerCase(),t]})))})),H=b((t=>{var e=t&&t.__assign||function(){return e=Object.assign||function(t){for(var e,i=1,o=arguments.length;i<o;i++)for(var r in e=arguments[i])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},e.apply(this,arguments)},i=t&&t.__createBinding||(Object.create?function(t,e,i,o){void 0===o&&(o=i);var r=Object.getOwnPropertyDescriptor(e,i);(!r||("get"in r?!e.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:function(){return e[i]}}),Object.defineProperty(t,o,r)}:function(t,e,i,o){void 0===o&&(o=i),t[o]=e[i]}),o=t&&t.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),r=t&&t.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&i(e,t,r);return o(e,t),e};Object.defineProperty(t,"__esModule",{value:!0}),t.render=void 0;var n=r(z()),s=O(),a=q(),l=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]);function d(t){return t.replace(/"/g,""")}var c=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);function u(t,e){void 0===e&&(e={});for(var i=("length"in t?t:[t]),o="",r=0;r<i.length;r++)o+=h(i[r],e);return o}function h(t,e){switch(t.type){case n.Root:return u(t.children,e);case n.Doctype:case n.Directive:return function(t){return`<${t.data}>`}(t);case n.Comment:return function(t){return`\x3c!--${t.data}--\x3e`}(t);case n.CDATA:return function(t){return`<![CDATA[${t.children[0].data}]]>`}(t);case n.Script:case n.Style:case n.Tag:return g(t,e);case n.Text:return function(t,e){var i=t.data||"";return!1!==(e.encodeEntities??e.decodeEntities)&&!(!e.xmlMode&&t.parent&&l.has(t.parent.name))&&(i=e.xmlMode||"utf8"!==e.encodeEntities?(0,s.encodeXML)(i):(0,s.escapeText)(i)),i}(t,e)}}t.render=u,t.default=u;var p=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),f=new Set(["svg","math"]);function g(t,i){"foreign"===i.xmlMode&&(t.name=a.elementNames.get(t.name)??t.name,t.parent&&p.has(t.parent.name)&&(i=e(e({},i),{xmlMode:!1}))),!i.xmlMode&&f.has(t.name)&&(i=e(e({},i),{xmlMode:"foreign"}));var o=`<${t.name}`,r=function(t,e){if(t){var i=!1===(e.encodeEntities??e.decodeEntities)?d:e.xmlMode||"utf8"!==e.encodeEntities?s.encodeXML:s.escapeAttribute;return Object.keys(t).map((function(o){var r=t[o]??"";return"foreign"===e.xmlMode&&(o=a.attributeNames.get(o)??o),e.emptyAttrs||e.xmlMode||""!==r?`${o}="${i(r)}"`:o})).join(" ")}}(t.attribs,i);return r&&(o+=` ${r}`),0===t.children.length&&(i.xmlMode?!1!==i.selfClosingTags:i.selfClosingTags&&c.has(t.name))?(i.xmlMode||(o+=" "),o+="/>"):(o+=">",t.children.length>0&&(o+=u(t.children,i)),(i.xmlMode||!c.has(t.name))&&(o+=`</${t.name}>`)),o}})),U=b((t=>{var e=t&&t.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(t,"__esModule",{value:!0}),t.getOuterHTML=n,t.getInnerHTML=function(t,e){return(0,i.hasChildren)(t)?t.children.map((function(t){return n(t,e)})).join(""):""},t.getText=function t(e){return Array.isArray(e)?e.map(t).join(""):(0,i.isTag)(e)?"br"===e.name?"\n":t(e.children):(0,i.isCDATA)(e)?t(e.children):(0,i.isText)(e)?e.data:""},t.textContent=function t(e){return Array.isArray(e)?e.map(t).join(""):(0,i.hasChildren)(e)&&!(0,i.isComment)(e)?t(e.children):(0,i.isText)(e)?e.data:""},t.innerText=function t(e){return Array.isArray(e)?e.map(t).join(""):(0,i.hasChildren)(e)&&(e.type===r.ElementType.Tag||(0,i.isCDATA)(e))?t(e.children):(0,i.isText)(e)?e.data:""};var i=B(),o=e(H()),r=z();function n(t,e){return(0,o.default)(t,e)}})),P=b((t=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getChildren=i,t.getParent=o,t.getSiblings=function(t){var e=o(t);if(null!=e)return i(e);for(var r=[t],n=t.prev,s=t.next;null!=n;)r.unshift(n),n=n.prev;for(;null!=s;)r.push(s),s=s.next;return r},t.getAttributeValue=function(t,e){return t.attribs?.[e]},t.hasAttrib=function(t,e){return null!=t.attribs&&Object.prototype.hasOwnProperty.call(t.attribs,e)&&null!=t.attribs[e]},t.getName=function(t){return t.name},t.nextElementSibling=function(t){for(var i=t.next;null!==i&&!(0,e.isTag)(i);)i=i.next;return i},t.prevElementSibling=function(t){for(var i=t.prev;null!==i&&!(0,e.isTag)(i);)i=i.prev;return i};var e=B();function i(t){return(0,e.hasChildren)(t)?t.children:[]}function o(t){return t.parent||null}})),K=b((t=>{function e(t){if(t.prev&&(t.prev.next=t.next),t.next&&(t.next.prev=t.prev),t.parent){var e=t.parent.children,i=e.lastIndexOf(t);i>=0&&e.splice(i,1)}t.next=null,t.prev=null,t.parent=null}Object.defineProperty(t,"__esModule",{value:!0}),t.removeElement=e,t.replaceElement=function(t,e){var i=e.prev=t.prev;i&&(i.next=e);var o=e.next=t.next;o&&(o.prev=e);var r=e.parent=t.parent;if(r){var n=r.children;n[n.lastIndexOf(t)]=e,t.parent=null}},t.appendChild=function(t,i){if(e(i),i.next=null,i.parent=t,t.children.push(i)>1){var o=t.children[t.children.length-2];o.next=i,i.prev=o}else i.prev=null},t.append=function(t,i){e(i);var o=t.parent,r=t.next;if(i.next=r,i.prev=t,t.next=i,i.parent=o,r){if(r.prev=i,o){var n=o.children;n.splice(n.lastIndexOf(r),0,i)}}else o&&o.children.push(i)},t.prependChild=function(t,i){if(e(i),i.parent=t,i.prev=null,1!==t.children.unshift(i)){var o=t.children[1];o.prev=i,i.next=o}else i.next=null},t.prepend=function(t,i){e(i);var o=t.parent;if(o){var r=o.children;r.splice(r.indexOf(t),0,i)}t.prev&&(t.prev.next=i),i.parent=o,i.prev=t.prev,i.next=t,t.prev=i}})),N=b((t=>{Object.defineProperty(t,"__esModule",{value:!0}),t.filter=function(t,e,o,r){return void 0===o&&(o=!0),void 0===r&&(r=1/0),i(t,Array.isArray(e)?e:[e],o,r)},t.find=i,t.findOneChild=function(t,e){return e.find(t)},t.findOne=function t(i,o,r){void 0===r&&(r=!0);for(var n=Array.isArray(o)?o:[o],s=0;s<n.length;s++){var a=n[s];if((0,e.isTag)(a)&&i(a))return a;if(r&&(0,e.hasChildren)(a)&&a.children.length>0){var l=t(i,a.children,!0);if(l)return l}}return null},t.existsOne=function t(i,o){return(Array.isArray(o)?o:[o]).some((function(o){return(0,e.isTag)(o)&&i(o)||(0,e.hasChildren)(o)&&t(i,o.children)}))},t.findAll=function(t,i){for(var o=[],r=[Array.isArray(i)?i:[i]],n=[0];;)if(n[0]>=r[0].length){if(1===r.length)return o;r.shift(),n.shift()}else{var s=r[0][n[0]++];(0,e.isTag)(s)&&t(s)&&o.push(s),(0,e.hasChildren)(s)&&s.children.length>0&&(n.unshift(0),r.unshift(s.children))}};var e=B();function i(t,i,o,r){for(var n=[],s=[Array.isArray(i)?i:[i]],a=[0];;)if(a[0]>=s[0].length){if(1===a.length)return n;s.shift(),a.shift()}else{var l=s[0][a[0]++];if(t(l)&&(n.push(l),--r<=0))return n;o&&(0,e.hasChildren)(l)&&l.children.length>0&&(a.unshift(0),s.unshift(l.children))}}})),Q=b((t=>{Object.defineProperty(t,"__esModule",{value:!0}),t.testElement=function(t,e){var i=s(t);return!i||i(e)},t.getElements=function(t,e,o,r){void 0===r&&(r=1/0);var n=s(t);return n?(0,i.filter)(n,e,o,r):[]},t.getElementById=function(t,e,o){return void 0===o&&(o=!0),Array.isArray(e)||(e=[e]),(0,i.findOne)(r("id",t),e,o)},t.getElementsByTagName=function(t,e,r,n){return void 0===r&&(r=!0),void 0===n&&(n=1/0),(0,i.filter)(o.tag_name(t),e,r,n)},t.getElementsByClassName=function(t,e,o,n){return void 0===o&&(o=!0),void 0===n&&(n=1/0),(0,i.filter)(r("class",t),e,o,n)},t.getElementsByTagType=function(t,e,r,n){return void 0===r&&(r=!0),void 0===n&&(n=1/0),(0,i.filter)(o.tag_type(t),e,r,n)};var e=B(),i=N(),o={tag_name:function(t){return"function"==typeof t?function(i){return(0,e.isTag)(i)&&t(i.name)}:"*"===t?e.isTag:function(i){return(0,e.isTag)(i)&&i.name===t}},tag_type:function(t){return"function"==typeof t?function(e){return t(e.type)}:function(e){return e.type===t}},tag_contains:function(t){return"function"==typeof t?function(i){return(0,e.isText)(i)&&t(i.data)}:function(i){return(0,e.isText)(i)&&i.data===t}}};function r(t,i){return"function"==typeof i?function(o){return(0,e.isTag)(o)&&i(o.attribs[t])}:function(o){return(0,e.isTag)(o)&&o.attribs[t]===i}}function n(t,e){return function(i){return t(i)||e(i)}}function s(t){var e=Object.keys(t).map((function(e){var i=t[e];return Object.prototype.hasOwnProperty.call(o,e)?o[e](i):r(e,i)}));return 0===e.length?null:e.reduce(n)}})),W=b((t=>{Object.defineProperty(t,"__esModule",{value:!0}),t.DocumentPosition=void 0,t.removeSubsets=function(t){for(var e=t.length;--e>=0;){var i=t[e];if(e>0&&t.lastIndexOf(i,e-1)>=0)t.splice(e,1);else for(var o=i.parent;o;o=o.parent)if(t.includes(o)){t.splice(e,1);break}}return t},t.compareDocumentPosition=o,t.uniqueSort=function(t){return t=t.filter((function(t,e,i){return!i.includes(t,e+1)})),t.sort((function(t,i){var r=o(t,i);return r&e.PRECEDING?-1:r&e.FOLLOWING?1:0})),t};var e,i=B();function o(t,o){var r=[],n=[];if(t===o)return 0;for(var s=(0,i.hasChildren)(t)?t:t.parent;s;)r.unshift(s),s=s.parent;for(s=(0,i.hasChildren)(o)?o:o.parent;s;)n.unshift(s),s=s.parent;for(var a=Math.min(r.length,n.length),l=0;l<a&&r[l]===n[l];)l++;if(0===l)return e.DISCONNECTED;var d=r[l-1],c=d.children,u=n[l];return c.indexOf(r[l])>c.indexOf(u)?d===o?e.FOLLOWING|e.CONTAINED_BY:e.FOLLOWING:d===t?e.PRECEDING|e.CONTAINS:e.PRECEDING}!function(t){t[t.DISCONNECTED=1]="DISCONNECTED",t[t.PRECEDING=2]="PRECEDING",t[t.FOLLOWING=4]="FOLLOWING",t[t.CONTAINS=8]="CONTAINS",t[t.CONTAINED_BY=16]="CONTAINED_BY"}(e||(t.DocumentPosition=e={}))})),Y=b((t=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getFeed=function(t){var e=s(d,t);return e?"feed"===e.name?function(t){var e=t.children,o={type:"atom",items:(0,i.getElementsByTagName)("entry",e).map((function(t){var e=t.children,i={media:n(e)};l(i,"id","id",e),l(i,"title","title",e);var o=s("link",e)?.attribs.href;o&&(i.link=o);var r=a("summary",e)||a("content",e);r&&(i.description=r);var d=a("updated",e);return d&&(i.pubDate=new Date(d)),i}))};l(o,"id","id",e),l(o,"title","title",e);var r=s("link",e)?.attribs.href;r&&(o.link=r),l(o,"description","subtitle",e);var d=a("updated",e);return d&&(o.updated=new Date(d)),l(o,"author","email",e,!0),o}(e):function(t){var e=s("channel",t.children)?.children??[],o={type:t.name.substr(0,3),id:"",items:(0,i.getElementsByTagName)("item",t.children).map((function(t){var e=t.children,i={media:n(e)};l(i,"id","guid",e),l(i,"title","title",e),l(i,"link","link",e),l(i,"description","description",e);var o=a("pubDate",e)||a("dc:date",e);return o&&(i.pubDate=new Date(o)),i}))};l(o,"title","title",e),l(o,"link","link",e),l(o,"description","description",e);var r=a("lastBuildDate",e);return r&&(o.updated=new Date(r)),l(o,"author","managingEditor",e,!0),o}(e):null};var e=U(),i=Q(),o=["url","type","lang"],r=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function n(t){return(0,i.getElementsByTagName)("media:content",t).map((function(t){for(var e=t.attribs,i={medium:e.medium,isDefault:!!e.isDefault},n=0,s=o;n<s.length;n++)e[d=s[n]]&&(i[d]=e[d]);for(var a=0,l=r;a<l.length;a++){var d;e[d=l[a]]&&(i[d]=parseInt(e[d],10))}return e.expression&&(i.expression=e.expression),i}))}function s(t,e){return(0,i.getElementsByTagName)(t,e,!0,1)[0]}function a(t,o,r){return void 0===r&&(r=!1),(0,e.textContent)((0,i.getElementsByTagName)(t,o,r,1)).trim()}function l(t,e,i,o,r){void 0===r&&(r=!1);var n=a(i,o,r);n&&(t[e]=n)}function d(t){return"rss"===t||"feed"===t||"rdf:RDF"===t}})),G=b((t=>{var e=t&&t.__createBinding||(Object.create?function(t,e,i,o){void 0===o&&(o=i);var r=Object.getOwnPropertyDescriptor(e,i);(!r||("get"in r?!e.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:function(){return e[i]}}),Object.defineProperty(t,o,r)}:function(t,e,i,o){void 0===o&&(o=i),t[o]=e[i]}),i=t&&t.__exportStar||function(t,i){for(var o in t)"default"!==o&&!Object.prototype.hasOwnProperty.call(i,o)&&e(i,t,o)};Object.defineProperty(t,"__esModule",{value:!0}),t.hasChildren=t.isDocument=t.isComment=t.isText=t.isCDATA=t.isTag=void 0,i(U(),t),i(P(),t),i(K(),t),i(N(),t),i(Q(),t),i(W(),t),i(Y(),t);var o=B();Object.defineProperty(t,"isTag",{enumerable:!0,get:function(){return o.isTag}}),Object.defineProperty(t,"isCDATA",{enumerable:!0,get:function(){return o.isCDATA}}),Object.defineProperty(t,"isText",{enumerable:!0,get:function(){return o.isText}}),Object.defineProperty(t,"isComment",{enumerable:!0,get:function(){return o.isComment}}),Object.defineProperty(t,"isDocument",{enumerable:!0,get:function(){return o.isDocument}}),Object.defineProperty(t,"hasChildren",{enumerable:!0,get:function(){return o.hasChildren}})})),J=b((t=>{var e=t&&t.__createBinding||(Object.create?function(t,e,i,o){void 0===o&&(o=i);var r=Object.getOwnPropertyDescriptor(e,i);(!r||("get"in r?!e.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:function(){return e[i]}}),Object.defineProperty(t,o,r)}:function(t,e,i,o){void 0===o&&(o=i),t[o]=e[i]}),i=t&&t.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),o=t&&t.__importStar||function(){var t=function(e){return t=Object.getOwnPropertyNames||function(t){var e=[];for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[e.length]=i);return e},t(e)};return function(o){if(o&&o.__esModule)return o;var r={};if(null!=o)for(var n=t(o),s=0;s<n.length;s++)"default"!==n[s]&&e(r,o,n[s]);return i(r,o),r}}(),r=t&&t.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(t,"__esModule",{value:!0}),t.DomUtils=t.getFeed=t.ElementType=t.QuoteType=t.Tokenizer=t.DefaultHandler=t.DomHandler=t.Parser=void 0,t.parseDocument=d,t.parseDOM=c,t.createDocumentStream=function(t,e,i){let o=new a.DomHandler((e=>t(e,o.root)),e,i);return new n.Parser(o,e)},t.createDomStream=function(t,e,i){let o=new a.DomHandler(t,e,i);return new n.Parser(o,e)},t.parseFeed=function(t,e=f){return(0,h.getFeed)(c(t,e))};var n=I(),s=I();Object.defineProperty(t,"Parser",{enumerable:!0,get:function(){return s.Parser}});var a=B(),l=B();function d(t,e){let i=new a.DomHandler(void 0,e);return new n.Parser(i,e).end(t),i.root}function c(t,e){return d(t,e).children}Object.defineProperty(t,"DomHandler",{enumerable:!0,get:function(){return l.DomHandler}}),Object.defineProperty(t,"DefaultHandler",{enumerable:!0,get:function(){return l.DomHandler}});var u=C();Object.defineProperty(t,"Tokenizer",{enumerable:!0,get:function(){return r(u).default}}),Object.defineProperty(t,"QuoteType",{enumerable:!0,get:function(){return u.QuoteType}}),t.ElementType=o(z());var h=G(),p=G();Object.defineProperty(t,"getFeed",{enumerable:!0,get:function(){return p.getFeed}});var f={xmlMode:!0};t.DomUtils=o(G())})),V=b(((t,e)=>{e.exports=t=>{if("string"!=typeof t)throw TypeError("Expected a string");return t.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}})),Z=b((t=>{function e(t){return"[object Object]"===Object.prototype.toString.call(t)}Object.defineProperty(t,"__esModule",{value:!0}),t.isPlainObject=function(t){var i,o;return!1!==e(t)&&(void 0===(i=t.constructor)||!(!1===e(o=i.prototype)||!1===o.hasOwnProperty("isPrototypeOf")))}})),X=b(((t,e)=>{var i=function(t){return function(t){return!!t&&"object"==typeof t}(t)&&!function(t){var e=Object.prototype.toString.call(t);return"[object RegExp]"===e||"[object Date]"===e||function(t){return t.$$typeof===o}(t)}(t)},o="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function r(t,e){return!1!==e.clone&&e.isMergeableObject(t)?l(function(t){return Array.isArray(t)?[]:{}}(t),t,e):t}function n(t,e,i){return t.concat(e).map((function(t){return r(t,i)}))}function s(t){return Object.keys(t).concat(function(t){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(t).filter((function(e){return Object.propertyIsEnumerable.call(t,e)})):[]}(t))}function a(t,e){try{return e in t}catch{return!1}}function l(t,e,o){o||={},o.arrayMerge=o.arrayMerge||n,o.isMergeableObject=o.isMergeableObject||i,o.cloneUnlessOtherwiseSpecified=r;var d=Array.isArray(e);return d===Array.isArray(t)?d?o.arrayMerge(t,e,o):function(t,e,i){var o={};return i.isMergeableObject(t)&&s(t).forEach((function(e){o[e]=r(t[e],i)})),s(e).forEach((function(n){(function(t,e){return a(t,e)&&!(Object.hasOwnProperty.call(t,e)&&Object.propertyIsEnumerable.call(t,e))})(t,n)||(o[n]=a(t,n)&&i.isMergeableObject(e[n])?function(t,e){if(!e.customMerge)return l;var i=e.customMerge(t);return"function"==typeof i?i:l}(n,i)(t[n],e[n],i):r(e[n],i))})),o}(t,e,o):r(e,o)}l.all=function(t,e){if(!Array.isArray(t))throw Error("first argument should be an array");return t.reduce((function(t,i){return l(t,i,e)}),{})},e.exports=l})),$=b(((t,e)=>{!function(t,i){"function"==typeof define&&define.amd?define([],i):"object"==typeof e&&e.exports?e.exports=i():t.parseSrcset=i()}(t,(function(){return function(t){function e(t){return" "===t||"\t"===t||"\n"===t||"\f"===t||"\r"===t}function i(e){var i,o=e.exec(t.substring(g));if(o)return g+=(i=o[0]).length,i}for(var o,r,n,s,a,l=t.length,d=/^[ \t\n\r\u000c]+/,c=/^[, \t\n\r\u000c]+/,u=/^[^ \t\n\r\u000c]+/,h=/[,]+$/,p=/^\d+$/,f=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,g=0,A=[];;){if(i(c),g>=l)return A;o=i(u),r=[],","===o.slice(-1)?(o=o.replace(h,""),m()):b()}function b(){for(i(d),n="",s="in descriptor";;){if(a=t.charAt(g),"in descriptor"===s)if(e(a))n&&(r.push(n),n="",s="after descriptor");else{if(","===a)return g+=1,n&&r.push(n),void m();if("("===a)n+=a,s="in parens";else{if(""===a)return n&&r.push(n),void m();n+=a}}else if("in parens"===s)if(")"===a)n+=a,s="in descriptor";else{if(""===a)return r.push(n),void m();n+=a}else if("after descriptor"===s&&!e(a)){if(""===a)return void m();s="in descriptor",--g}g+=1}}function m(){var e,i,n,s,a,l,d,c,u,h=!1,g={};for(s=0;s<r.length;s++)l=(a=r[s])[a.length-1],d=a.substring(0,a.length-1),c=parseInt(d,10),u=parseFloat(d),p.test(d)&&"w"===l?((e||i)&&(h=!0),0===c?h=!0:e=c):f.test(d)&&"x"===l?((e||i||n)&&(h=!0),u<0?h=!0:i=u):p.test(d)&&"h"===l?((n||i)&&(h=!0),0===c?h=!0:n=c):h=!0;h?console&&console.log&&console.log("Invalid srcset descriptor found in '"+t+"' at '"+a+"'."):(g.url=o,e&&(g.w=e),i&&(g.d=i),n&&(g.h=n),A.push(g))}}}))})),tt=b(((t,e)=>{var i=String,o=function(){return{isColorSupported:!1,reset:i,bold:i,dim:i,italic:i,underline:i,inverse:i,hidden:i,strikethrough:i,black:i,red:i,green:i,yellow:i,blue:i,magenta:i,cyan:i,white:i,gray:i,bgBlack:i,bgRed:i,bgGreen:i,bgYellow:i,bgBlue:i,bgMagenta:i,bgCyan:i,bgWhite:i,blackBright:i,redBright:i,greenBright:i,yellowBright:i,blueBright:i,magentaBright:i,cyanBright:i,whiteBright:i,bgBlackBright:i,bgRedBright:i,bgGreenBright:i,bgYellowBright:i,bgBlueBright:i,bgMagentaBright:i,bgCyanBright:i,bgWhiteBright:i}};e.exports=o(),e.exports.createColors=o})),et=b(((t,e)=>{e.exports={}})),it=b(((t,e)=>{var i=tt(),o=et(),r=class t extends Error{constructor(e,i,o,r,n,s){super(e),this.name="CssSyntaxError",this.reason=e,n&&(this.file=n),r&&(this.source=r),s&&(this.plugin=s),void 0!==i&&void 0!==o&&("number"==typeof i?(this.line=i,this.column=o):(this.line=i.line,this.column=i.column,this.endLine=o.line,this.endColumn=o.column)),this.setMessage(),Error.captureStackTrace&&Error.captureStackTrace(this,t)}setMessage(){this.message=this.plugin?this.plugin+": ":"",this.message+=this.file?this.file:"<css input>",void 0!==this.line&&(this.message+=":"+this.line+":"+this.column),this.message+=": "+this.reason}showSourceCode(t){if(!this.source)return"";let e=this.source;t??=i.isColorSupported;let r=t=>t,n=t=>t,s=t=>t;if(t){let{bold:t,gray:e,red:a}=i.createColors(!0);n=e=>t(a(e)),r=t=>e(t),o&&(s=t=>o(t))}let a=e.split(/\r?\n/),l=Math.max(this.line-3,0),d=Math.min(this.line+2,a.length),c=String(d).length;return a.slice(l,d).map(((t,e)=>{let i=l+1+e,o=" "+(" "+i).slice(-c)+" | ";if(i===this.line){if(t.length>160){let e=Math.max(0,this.column-20),i=Math.max(this.column+20,this.endColumn+20),a=t.slice(e,i),l=r(o.replace(/\d/g," "))+t.slice(0,Math.min(this.column-1,19)).replace(/[^\t]/g," ");return n(">")+r(o)+s(a)+"\n "+l+n("^")}let e=r(o.replace(/\d/g," "))+t.slice(0,this.column-1).replace(/[^\t]/g," ");return n(">")+r(o)+s(t)+"\n "+e+n("^")}return" "+r(o)+s(t)})).join("\n")}toString(){let t=this.showSourceCode();return t&&="\n\n"+t+"\n",this.name+": "+this.message+t}};e.exports=r,r.default=r})),ot=b(((t,e)=>{var i=/(<)(\/?style\b)/gi,o=/(<)(!--)/g;function r(t){return"string"==typeof t&&t.includes("<")?t.replace(i,"\\3c $2").replace(o,"\\3c $2"):t}var n={after:"\n",beforeClose:"\n",beforeComment:"\n",beforeDecl:"\n",beforeOpen:" ",beforeRule:"\n",colon:": ",commentLeft:" ",commentRight:" ",emptyBody:"",indent:" ",semicolon:!1},s=class{constructor(t){this.builder=t}atrule(t,e){let i=t.raws,o="@"+t.name,n=t.params?this.rawValue(t,"params"):"";void 0===i.afterName?n&&(o+=" "):o+=i.afterName,t.nodes?this.block(t,o+n):this.builder(r(o+n+((i.between||"")+(e?";":""))),t)}beforeAfter(t,e){let i;i=this.raw(t,null,"decl"===t.type?"beforeDecl":"comment"===t.type?"beforeComment":"before"===e?"beforeRule":"beforeClose");let o=t.parent,r=0;for(;o&&"root"!==o.type;)r+=1,o=o.parent;if(i.includes("\n")){let e=this.raw(t,null,"indent");if(e.length)for(let t=0;t<r;t++)i+=e}return i}block(t,e){let i,o=this.raw(t,"between","beforeOpen");this.builder(r(e+o)+"{",t,"start"),t.nodes&&t.nodes.length?(this.body(t),i=this.raw(t,"after")):i=this.raw(t,"after","emptyBody"),i&&this.builder(r(i)),this.builder("}",t,"end")}body(t){let e=t.nodes,i=e.length-1;for(;i>0&&"comment"===e[i].type;)--i;let o=this.raw(t,"semicolon"),n="document"===t.type;for(let t=0;t<e.length;t++){let s=e[t],a=this.raw(s,"before");a&&this.builder(n?a:r(a)),this.stringify(s,i!==t||o)}}comment(t){let e=this.raw(t,"left","commentLeft"),i=this.raw(t,"right","commentRight");this.builder(r("/*"+e+t.text+i+"*/"),t)}decl(t,e){let i=t.raws,o=this.raw(t,"between","colon"),n=t.prop+o+this.rawValue(t,"value");t.important&&(n+=i.important||" !important"),e&&(n+=";"),this.builder(r(n),t)}document(t){this.body(t)}raw(t,e,i){let o;if(i||=e,e&&(o=t.raws[e],void 0!==o))return o;let r=t.parent;if("before"===i&&(!r||"root"===r.type&&r.first===t||r&&"document"===r.type))return"";if(!r)return n[i];let s=t.root(),a=s.rawCache||={};if(void 0!==a[i])return a[i];if("before"===i||"after"===i)return this.beforeAfter(t,i);{let r="raw"+function(t){return t[0].toUpperCase()+t.slice(1)}(i);this[r]?o=this[r](s,t):s.walk((t=>{if(o=t.raws[e],void 0!==o)return!1}))}return void 0===o&&(o=n[i]),a[i]=o,o}rawBeforeClose(t){let e;return t.walk((t=>{if(t.nodes&&t.nodes.length>0&&void 0!==t.raws.after)return e=t.raws.after,e.includes("\n")&&(e=e.replace(/[^\n]+$/,"")),!1})),e&&=e.replace(/\S/g,""),e}rawBeforeComment(t,e){let i;return t.walkComments((t=>{if(void 0!==t.raws.before)return i=t.raws.before,i.includes("\n")&&(i=i.replace(/[^\n]+$/,"")),!1})),void 0===i?i=this.raw(e,null,"beforeDecl"):i&&=i.replace(/\S/g,""),i}rawBeforeDecl(t,e){let i;return t.walkDecls((t=>{if(void 0!==t.raws.before)return i=t.raws.before,i.includes("\n")&&(i=i.replace(/[^\n]+$/,"")),!1})),void 0===i?i=this.raw(e,null,"beforeRule"):i&&=i.replace(/\S/g,""),i}rawBeforeOpen(t){let e;return t.walk((t=>{if("decl"!==t.type&&(e=t.raws.between,void 0!==e))return!1})),e}rawBeforeRule(t){let e;return t.walk((i=>{if(i.nodes&&(i.parent!==t||t.first!==i)&&void 0!==i.raws.before)return e=i.raws.before,e.includes("\n")&&(e=e.replace(/[^\n]+$/,"")),!1})),e&&=e.replace(/\S/g,""),e}rawColon(t){let e;return t.walkDecls((t=>{if(void 0!==t.raws.between)return e=t.raws.between.replace(/[^\s:]/g,""),!1})),e}rawEmptyBody(t){let e;return t.walk((t=>{if(t.nodes&&0===t.nodes.length&&(e=t.raws.after,void 0!==e))return!1})),e}rawIndent(t){if(t.raws.indent)return t.raws.indent;let e;return t.walk((i=>{let o=i.parent;if(o&&o!==t&&o.parent&&o.parent===t&&void 0!==i.raws.before){let t=i.raws.before.split("\n");return e=t[t.length-1],e=e.replace(/\S/g,""),!1}})),e}rawSemicolon(t){let e;return t.walk((t=>{if(t.nodes&&t.nodes.length&&"decl"===t.last.type&&(e=t.raws.semicolon,void 0!==e))return!1})),e}rawValue(t,e){let i=t[e],o=t.raws[e];return o&&o.value===i?o.raw:i}root(t){if(this.body(t),t.raws.after){let e=t.raws.after;this.builder(t.parent&&"document"===t.parent.type?e:r(e))}}rule(t){this.block(t,this.rawValue(t,"selector")),t.raws.ownSemicolon&&this.builder(r(t.raws.ownSemicolon),t,"end")}stringify(t,e){if(!this[t.type])throw Error("Unknown AST node type "+t.type+". Maybe you need to change PostCSS stringifier.");this[t.type](t,e)}};e.exports=s,s.default=s})),rt=b(((t,e)=>{var i=ot();function o(t,e){new i(e).stringify(t)}e.exports=o,o.default=o})),nt=b(((t,e)=>{e.exports.isClean=Symbol("isClean"),e.exports.my=Symbol("my")})),st=b(((t,e)=>{var i=it(),o=ot(),r=rt(),{isClean:n,my:s}=nt();function a(t,e){let i=new t.constructor;for(let o in t){if(!Object.prototype.hasOwnProperty.call(t,o)||"proxyCache"===o)continue;let r=t[o],n=typeof r;"parent"===o&&"object"===n?e&&(i[o]=e):"source"===o?i[o]=r:Array.isArray(r)?i[o]=r.map((t=>a(t,i))):("object"===n&&null!==r&&(r=a(r)),i[o]=r)}return i}function l(t,e){if(e&&void 0!==e.offset)return e.offset;let i=1,o=1,r=0;for(let n=0;n<t.length;n++){if(o===e.line&&i===e.column){r=n;break}"\n"===t[n]?(i=1,o+=1):i+=1}return r}var d=class{get proxyOf(){return this}constructor(t={}){this.raws={},this[n]=!1,this[s]=!0;for(let e in t)if("nodes"===e){this.nodes=[];for(let i of t[e])this.append("function"==typeof i.clone?i.clone():i)}else this[e]=t[e]}addToError(t){if(t.postcssNode=this,t.stack&&this.source&&/\n\s{4}at /.test(t.stack)){let e=this.source;t.stack=t.stack.replace(/\n\s{4}at /,`$&${e.input.from}:${e.start.line}:${e.start.column}$&`)}return t}after(t){return this.parent.insertAfter(this,t),this}assign(t={}){for(let e in t)this[e]=t[e];return this}before(t){return this.parent.insertBefore(this,t),this}cleanRaws(t){delete this.raws.before,delete this.raws.after,t||delete this.raws.between}clone(t={}){let e=a(this);for(let i in t)e[i]=t[i];return e}cloneAfter(t={}){let e=this.clone(t);return this.parent.insertAfter(this,e),e}cloneBefore(t={}){let e=this.clone(t);return this.parent.insertBefore(this,e),e}error(t,e={}){if(this.source){let{end:i,start:o}=this.rangeBy(e);return this.source.input.error(t,{column:o.column,line:o.line},{column:i.column,line:i.line},e)}return new i(t)}getProxyProcessor(){return{get:(t,e)=>"proxyOf"===e?t:"root"===e?()=>t.root().toProxy():t[e],set:(t,e,i)=>(t[e]===i||(t[e]=i,("prop"===e||"value"===e||"name"===e||"params"===e||"important"===e||"text"===e)&&t.markDirty()),!0)}}markClean(){this[n]=!0}markDirty(){if(this[n]){this[n]=!1;let t=this;for(;t=t.parent;)t[n]=!1}}next(){if(!this.parent)return;let t=this.parent.index(this);return this.parent.nodes[t+1]}positionBy(t={}){let e=this.source.start;if(t.index)e=this.positionInside(t.index);else if(t.word){let i="document"in this.source.input?this.source.input.document:this.source.input.css,o=i.slice(l(i,this.source.start),l(i,this.source.end)).indexOf(t.word);-1!==o&&(e=this.positionInside(o))}return e}positionInside(t){let e=this.source.start.column,i=this.source.start.line,o="document"in this.source.input?this.source.input.document:this.source.input.css,r=l(o,this.source.start),n=r+t;for(let t=r;t<n;t++)"\n"===o[t]?(e=1,i+=1):e+=1;return{column:e,line:i,offset:n}}prev(){if(!this.parent)return;let t=this.parent.index(this);return this.parent.nodes[t-1]}rangeBy(t={}){let e="document"in this.source.input?this.source.input.document:this.source.input.css,i={column:this.source.start.column,line:this.source.start.line,offset:l(e,this.source.start)},o=this.source.end?{column:this.source.end.column+1,line:this.source.end.line,offset:"number"==typeof this.source.end.offset?this.source.end.offset:l(e,this.source.end)+1}:{column:i.column+1,line:i.line,offset:i.offset+1};if(t.word){let r=e.slice(l(e,this.source.start),l(e,this.source.end)).indexOf(t.word);-1!==r&&(i=this.positionInside(r),o=this.positionInside(r+t.word.length))}else t.start?i={column:t.start.column,line:t.start.line,offset:l(e,t.start)}:t.index&&(i=this.positionInside(t.index)),t.end?o={column:t.end.column,line:t.end.line,offset:l(e,t.end)}:"number"==typeof t.endIndex?o=this.positionInside(t.endIndex):t.index&&(o=this.positionInside(t.index+1));return(o.line<i.line||o.line===i.line&&o.column<=i.column)&&(o={column:i.column+1,line:i.line,offset:i.offset+1}),{end:o,start:i}}raw(t,e){return(new o).raw(this,t,e)}remove(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this}replaceWith(...t){if(this.parent){let e=this,i=!1;for(let o of t)o===this?i=!0:i?(this.parent.insertAfter(e,o),e=o):this.parent.insertBefore(e,o);i||this.remove()}return this}root(){let t=this;for(;t.parent&&"document"!==t.parent.type;)t=t.parent;return t}toJSON(t,e){let i={},o=null==e;e||=new Map;let r=0;for(let t in this){if(!Object.prototype.hasOwnProperty.call(this,t)||"parent"===t||"proxyCache"===t)continue;let o=this[t];if(Array.isArray(o))i[t]=o.map((t=>"object"==typeof t&&t.toJSON?t.toJSON(null,e):t));else if("object"==typeof o&&o.toJSON)i[t]=o.toJSON(null,e);else if("source"===t){if(null==o)continue;let n=e.get(o.input);n??(n=r,e.set(o.input,r),r++),i[t]={end:o.end,inputId:n,start:o.start}}else i[t]=o}return o&&(i.inputs=[...e.keys()].map((t=>t.toJSON()))),i}toProxy(){return this.proxyCache||=new Proxy(this,this.getProxyProcessor()),this.proxyCache}toString(t=r){t.stringify&&(t=t.stringify);let e="";return t(this,(t=>{e+=t})),e}warn(t,e,i={}){let o={node:this};for(let t in i)o[t]=i[t];return t.warn(e,o)}};e.exports=d,d.default=d})),at=b(((t,e)=>{var i=st(),o=class extends i{constructor(t){super(t),this.type="comment"}};e.exports=o,o.default=o})),lt=b(((t,e)=>{var i=st(),o=class extends i{get variable(){return this.prop.startsWith("--")||"$"===this.prop[0]}constructor(t){t&&void 0!==t.value&&"string"!=typeof t.value&&(t={...t,value:String(t.value)}),super(t),this.type="decl"}};e.exports=o,o.default=o})),dt=b(((t,e)=>{var i,o,r,n,s=at(),a=lt(),l=st(),{isClean:d,my:c}=nt();function u(t){return t.map((t=>(t.nodes&&=u(t.nodes),delete t.source,t)))}function h(t){if(t[d]=!1,t.proxyOf.nodes)for(let e of t.proxyOf.nodes)h(e)}var p=class t extends l{get first(){if(this.proxyOf.nodes)return this.proxyOf.nodes[0]}get last(){if(this.proxyOf.nodes)return this.proxyOf.nodes[this.proxyOf.nodes.length-1]}append(...t){for(let e of t){let t=this.normalize(e,this.last);for(let e of t)this.proxyOf.nodes.push(e)}return this.markDirty(),this}cleanRaws(t){if(super.cleanRaws(t),this.nodes)for(let e of this.nodes)e.cleanRaws(t)}each(t){if(!this.proxyOf.nodes)return;let e,i,o=this.getIterator();for(;this.indexes[o]<this.proxyOf.nodes.length&&(e=this.indexes[o],i=t(this.proxyOf.nodes[e],e),!1!==i);)this.indexes[o]+=1;return delete this.indexes[o],i}every(t){return this.nodes.every(t)}getIterator(){this.lastEach||=0,this.indexes||={},this.lastEach+=1;let t=this.lastEach;return this.indexes[t]=0,t}getProxyProcessor(){return{get:(t,e)=>"proxyOf"===e?t:t[e]?"each"===e||"string"==typeof e&&e.startsWith("walk")?(...i)=>t[e](...i.map((t=>"function"==typeof t?(e,i)=>t(e.toProxy(),i):t))):"every"===e||"some"===e?i=>t[e](((t,...e)=>i(t.toProxy(),...e))):"root"===e?()=>t.root().toProxy():"nodes"===e?t.nodes.map((t=>t.toProxy())):"first"===e||"last"===e?t[e].toProxy():t[e]:t[e],set:(t,e,i)=>(t[e]===i||(t[e]=i,("name"===e||"params"===e||"selector"===e)&&t.markDirty()),!0)}}index(t){return"number"==typeof t?t:(t.proxyOf&&(t=t.proxyOf),this.proxyOf.nodes.indexOf(t))}insertAfter(t,e){let i,o=this.index(t),r=this.normalize(e,this.proxyOf.nodes[o]).reverse();o=this.index(t);for(let t of r)this.proxyOf.nodes.splice(o+1,0,t);for(let t in this.indexes)i=this.indexes[t],o<i&&(this.indexes[t]=i+r.length);return this.markDirty(),this}insertBefore(t,e){let i,o=this.index(t),r=this.normalize(e,this.proxyOf.nodes[o],0===o&&"prepend").reverse();o=this.index(t);for(let t of r)this.proxyOf.nodes.splice(o,0,t);for(let t in this.indexes)i=this.indexes[t],o<=i&&(this.indexes[t]=i+r.length);return this.markDirty(),this}normalize(e,r){if("string"==typeof e)e=u(o(e).nodes);else if(void 0===e)e=[];else if(Array.isArray(e)){e=e.slice(0);for(let t of e)t.parent&&t.parent.removeChild(t,"ignore")}else if("root"===e.type&&"document"!==this.type){e=e.nodes.slice(0);for(let t of e)t.parent&&t.parent.removeChild(t,"ignore")}else if(e.type)e=[e];else if(e.prop){if(void 0===e.value)throw Error("Value field is missed in node creation");"string"!=typeof e.value&&(e.value=String(e.value)),e=[new a(e)]}else if(e.selector||e.selectors)e=[new n(e)];else if(e.name)e=[new i(e)];else{if(!e.text)throw Error("Unknown node type in node creation");e=[new s(e)]}return e.map((e=>(e[c]||t.rebuild(e),(e=e.proxyOf).parent&&e.parent.removeChild(e),e[d]&&h(e),e.raws||={},void 0===e.raws.before&&r&&void 0!==r.raws.before&&(e.raws.before=r.raws.before.replace(/\S/g,"")),e.parent=this.proxyOf,e)))}prepend(...t){t=t.reverse();for(let e of t){let t=this.normalize(e,this.first,"prepend").reverse();for(let e of t)this.proxyOf.nodes.unshift(e);for(let e in this.indexes)this.indexes[e]=this.indexes[e]+t.length}return this.markDirty(),this}push(t){return t.parent=this,this.proxyOf.nodes.push(t),this}removeAll(){for(let t of this.proxyOf.nodes)t.parent=void 0;return this.proxyOf.nodes=[],this.markDirty(),this}removeChild(t){let e;t=this.index(t),this.proxyOf.nodes[t].parent=void 0,this.proxyOf.nodes.splice(t,1);for(let i in this.indexes)e=this.indexes[i],e>=t&&(this.indexes[i]=e-1);return this.markDirty(),this}replaceValues(t,e,i){return i||(i=e,e={}),this.walkDecls((o=>{e.props&&!e.props.includes(o.prop)||e.fast&&!o.value.includes(e.fast)||(o.value=o.value.replace(t,i))})),this.markDirty(),this}some(t){return this.nodes.some(t)}walk(t){return this.each(((e,i)=>{let o;try{o=t(e,i)}catch(t){throw e.addToError(t)}return!1!==o&&e.walk&&(o=e.walk(t)),o}))}walkAtRules(t,e){return e?t instanceof RegExp?this.walk(((i,o)=>{if("atrule"===i.type&&t.test(i.name))return e(i,o)})):this.walk(((i,o)=>{if("atrule"===i.type&&i.name===t)return e(i,o)})):(e=t,this.walk(((t,i)=>{if("atrule"===t.type)return e(t,i)})))}walkComments(t){return this.walk(((e,i)=>{if("comment"===e.type)return t(e,i)}))}walkDecls(t,e){return e?t instanceof RegExp?this.walk(((i,o)=>{if("decl"===i.type&&t.test(i.prop))return e(i,o)})):this.walk(((i,o)=>{if("decl"===i.type&&i.prop===t)return e(i,o)})):(e=t,this.walk(((t,i)=>{if("decl"===t.type)return e(t,i)})))}walkRules(t,e){return e?t instanceof RegExp?this.walk(((i,o)=>{if("rule"===i.type&&t.test(i.selector))return e(i,o)})):this.walk(((i,o)=>{if("rule"===i.type&&i.selector===t)return e(i,o)})):(e=t,this.walk(((t,i)=>{if("rule"===t.type)return e(t,i)})))}};p.registerParse=t=>{o=t},p.registerRule=t=>{n=t},p.registerAtRule=t=>{i=t},p.registerRoot=t=>{r=t},e.exports=p,p.default=p,p.rebuild=t=>{"atrule"===t.type?Object.setPrototypeOf(t,i.prototype):"rule"===t.type?Object.setPrototypeOf(t,n.prototype):"decl"===t.type?Object.setPrototypeOf(t,a.prototype):"comment"===t.type?Object.setPrototypeOf(t,s.prototype):"root"===t.type&&Object.setPrototypeOf(t,r.prototype),t[c]=!0,t.nodes&&t.nodes.forEach((t=>{p.rebuild(t)}))}})),ct=b(((t,e)=>{var i=dt(),o=class extends i{constructor(t){super(t),this.type="atrule"}append(...t){return this.proxyOf.nodes||(this.nodes=[]),super.append(...t)}prepend(...t){return this.proxyOf.nodes||(this.nodes=[]),super.prepend(...t)}};e.exports=o,o.default=o,i.registerAtRule(o)})),ut=b(((t,e)=>{var i,o,r=dt(),n=class extends r{constructor(t){super({type:"document",...t}),this.nodes||=[]}toResult(t={}){return new i(new o,this,t).stringify()}};n.registerLazyResult=t=>{i=t},n.registerProcessor=t=>{o=t},e.exports=n,n.default=n})),ht=b(((t,e)=>{e.exports={nanoid:(t=21)=>{let e="",i=0|t;for(;i--;)e+="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict"[64*Math.random()|0];return e},customAlphabet:(t,e=21)=>(i=e)=>{let o="",r=0|i;for(;r--;)o+=t[Math.random()*t.length|0];return o}}})),pt=b(((t,e)=>{var{existsSync:i,readFileSync:o}=et(),{dirname:r,join:n}=et(),{SourceMapConsumer:s,SourceMapGenerator:a}=et(),l=class{constructor(t,e){if(!1===e.map)return;e.unsafeMap&&(this.unsafeMap=!0),this.loadAnnotation(t),this.inline=this.startWith(this.annotation,"data:");let i=this.loadMap(e.from,e.map?e.map.prev:void 0);!this.mapFile&&e.from&&(this.mapFile=e.from),this.mapFile&&(this.root=r(this.mapFile)),i&&(this.text=i)}consumer(){return this.consumerCache||=new s(this.json||this.text),this.consumerCache}decodeInline(t){let e=t.match(/^data:application\/json;charset=utf-?8,/)||t.match(/^data:application\/json,/);if(e)return decodeURIComponent(t.substr(e[0].length));let i=t.match(/^data:application\/json;charset=utf-?8;base64,/)||t.match(/^data:application\/json;base64,/);if(i)return function(t){return Buffer?Buffer.from(t,"base64").toString():window.atob(t)}(t.substr(i[0].length));let o=t.slice(22);throw o=o.slice(0,o.indexOf(",")),Error("Unsupported source map encoding "+o)}getAnnotationURL(t){return t.replace(/^\/\*\s*# sourceMappingURL=/,"").trim()}isMap(t){return"object"==typeof t&&("string"==typeof t.mappings||"string"==typeof t._mappings||Array.isArray(t.sections))}loadAnnotation(t){let e=t.match(/\/\*\s*# sourceMappingURL=/g);if(!e)return;let i=t.lastIndexOf(e.pop()),o=t.indexOf("*/",i);i>-1&&o>-1&&(this.annotation=this.getAnnotationURL(t.substring(i,o)))}loadFile(t,e,n){if((n||this.unsafeMap||/\.map$/i.test(t))&&(this.root=r(t),i(t)))return this.mapFile=t,o(t,"utf-8").toString().trim()}loadMap(t,e){if(!1===e)return!1;if(e){if("string"==typeof e)return e;if("function"!=typeof e){if(e instanceof s)return a.fromSourceMap(e).toString();if(e instanceof a)return e.toString();if(this.isMap(e))return JSON.stringify(e);throw Error("Unsupported previous source map format: "+e.toString())}{let i=e(t);if(i){let e=this.loadFile(i,t,!0);if(!e)throw Error("Unable to load previous source map: "+i.toString());return e}}}else{if(this.inline)return this.decodeInline(this.annotation);if(this.annotation){let e=this.annotation;t&&(e=n(r(t),e));let i=this.loadFile(e,t,!1);if(i)try{this.json=JSON.parse(i.replace(/^\)]}'[^\n]*\n/,""))}catch{return}return i}}}startWith(t,e){return!!t&&t.substr(0,e.length)===e}withContent(){return!!(this.consumer().sourcesContent&&this.consumer().sourcesContent.length>0)}};e.exports=l,l.default=l})),ft=b(((t,e)=>{var{nanoid:i}=ht(),{isAbsolute:o,resolve:r}=et(),{SourceMapConsumer:n,SourceMapGenerator:s}=et(),{fileURLToPath:a,pathToFileURL:l}=et(),d=it(),c=pt(),u=et(),h=Symbol("lineToIndexCache"),p=!(!n||!s),f=!(!r||!o);function g(t){if(t[h])return t[h];let e=t.css.split("\n"),i=Array(e.length),o=0;for(let t=0,r=e.length;t<r;t++)i[t]=o,o+=e[t].length+1;return t[h]=i,i}var A=class{get from(){return this.file||this.id}constructor(t,e={}){if(null==t||"object"==typeof t&&!t.toString)throw Error(`PostCSS received ${t} instead of CSS string`);if(this.css=t.toString(),"\ufeff"===this.css[0]||""===this.css[0]?(this.hasBOM=!0,this.css=this.css.slice(1)):this.hasBOM=!1,this.document=this.css,e.document&&(this.document=e.document.toString()),e.from&&(this.file=!f||/^\w+:\/\//.test(e.from)||o(e.from)?e.from:r(e.from)),f&&p){let t=new c(this.css,e);if(t.text){this.map=t;let e=t.consumer().file;!this.file&&e&&(this.file=this.mapResolve(e))}}this.file||(this.id="<input css "+i(6)+">"),this.map&&(this.map.file=this.from)}error(t,e,i,o={}){let r,n,s,a,c;if(e&&"object"==typeof e){let t=e,o=i;if("number"==typeof t.offset){a=t.offset;let o=this.fromOffset(a);e=o.line,i=o.col}else a=this.fromLineAndColumn(e=t.line,i=t.column);if("number"==typeof o.offset){s=o.offset;let t=this.fromOffset(s);n=t.line,r=t.col}else n=o.line,r=o.column,s=this.fromLineAndColumn(o.line,o.column)}else if(i)a=this.fromLineAndColumn(e,i);else{a=e;let t=this.fromOffset(a);e=t.line,i=t.col}let u=this.origin(e,i,n,r);return c=u?new d(t,void 0===u.endLine?u.line:{column:u.column,line:u.line},void 0===u.endLine?u.column:{column:u.endColumn,line:u.endLine},u.source,u.file,o.plugin):new d(t,void 0===n?e:{column:i,line:e},void 0===n?i:{column:r,line:n},this.css,this.file,o.plugin),c.input={column:i,endColumn:r,endLine:n,endOffset:s,line:e,offset:a,source:this.css},this.file&&(l&&(c.input.url=l(this.file).toString()),c.input.file=this.file),c}fromLineAndColumn(t,e){return g(this)[t-1]+e-1}fromOffset(t){let e=g(this),i=0;if(t>=e[e.length-1])i=e.length-1;else{let o,r=e.length-2;for(;i<r;)if(o=i+(r-i>>1),t<e[o])r=o-1;else{if(!(t>=e[o+1])){i=o;break}i=o+1}}return{col:t-e[i]+1,line:i+1}}mapResolve(t){return/^\w+:\/\//.test(t)?t:r(this.map.consumer().sourceRoot||this.map.root||".",t)}origin(t,e,i,r){if(!this.map)return!1;let n,s,d=this.map.consumer(),c=d.originalPositionFor({column:e,line:t});if(!c.source)return!1;"number"==typeof i&&(n=d.originalPositionFor({column:r,line:i})),s=o(c.source)?l(c.source):new URL(c.source,this.map.consumer().sourceRoot||l(this.map.mapFile));let u={column:c.column,endColumn:n&&n.column,endLine:n&&n.line,line:c.line,url:s.toString()};if("file:"===s.protocol){if(!a)throw Error("file: protocol is not available in this PostCSS build");u.file=a(s)}let h=d.sourceContentFor(c.source);return h&&(u.source=h),u}toJSON(){let t={};for(let e of["hasBOM","css","file","id"])null!=this[e]&&(t[e]=this[e]);return this.map&&(t.map={...this.map},t.map.consumerCache&&(t.map.consumerCache=void 0)),t}};e.exports=A,A.default=A,u&&u.registerInput&&u.registerInput(A)})),gt=b(((t,e)=>{var i,o,r=dt(),n=class extends r{constructor(t){super(t),this.type="root",this.nodes||=[]}normalize(t,e,i){let o=super.normalize(t);if(e)if("prepend"===i)this.nodes.length>1?e.raws.before=this.nodes[1].raws.before:delete e.raws.before;else if(this.first!==e)for(let t of o)t.raws.before=e.raws.before;return o}removeChild(t,e){let i=this.index(t);return!e&&0===i&&this.nodes.length>1&&(this.nodes[1].raws.before=this.nodes[i].raws.before),super.removeChild(t)}toResult(t={}){return new i(new o,this,t).stringify()}};n.registerLazyResult=t=>{i=t},n.registerProcessor=t=>{o=t},e.exports=n,n.default=n,r.registerRoot(n)})),At=b(((t,e)=>{var i={comma:t=>i.split(t,[","],!0),space:t=>i.split(t,[" ","\n","\t"]),split(t,e,i){let o=[],r="",n=!1,s=0,a=!1,l="",d=!1;for(let i of t)d?d=!1:"\\"===i?d=!0:a?i===l&&(a=!1):'"'===i||"'"===i?(a=!0,l=i):"("===i?s+=1:")"===i?s>0&&--s:0===s&&e.includes(i)&&(n=!0),n?(""!==r&&o.push(r.trim()),r="",n=!1):r+=i;return(i||""!==r)&&o.push(r.trim()),o}};e.exports=i,i.default=i})),bt=b(((t,e)=>{var i=dt(),o=At(),r=class extends i{get selectors(){return o.comma(this.selector)}set selectors(t){let e=this.selector?this.selector.match(/,\s*/):null,i=e?e[0]:","+this.raw("between","beforeOpen");this.selector=t.join(i)}constructor(t){super(t),this.type="rule",this.nodes||=[]}};e.exports=r,r.default=r,i.registerRule(r)})),mt=b(((t,e)=>{var i=ct(),o=at(),r=lt(),n=ft(),s=pt(),a=gt(),l=bt();function d(t,e){if(Array.isArray(t))return t.map((t=>d(t)));let{inputs:c,...u}=t;if(c){e=[];for(let t of c){let i={...t,__proto__:n.prototype};i.map&&={...i.map,__proto__:s.prototype},e.push(i)}}if(u.nodes&&=t.nodes.map((t=>d(t,e))),u.source){let{inputId:t,...i}=u.source;u.source=i,null!=t&&(u.source.input=e[t])}if("root"===u.type)return new a(u);if("decl"===u.type)return new r(u);if("rule"===u.type)return new l(u);if("comment"===u.type)return new o(u);if("atrule"===u.type)return new i(u);throw Error("Unknown node type: "+t.type)}e.exports=d,d.default=d})),vt=b(((t,e)=>{var{dirname:i,relative:o,resolve:r,sep:n}=et(),{SourceMapConsumer:s,SourceMapGenerator:a}=et(),{pathToFileURL:l}=et(),d=ft(),c=!(!s||!a),u=!!(i&&r&&o&&n);e.exports=class{constructor(t,e,i,o){this.stringify=t,this.mapOpts=i.map||{},this.root=e,this.opts=i,this.css=o,this.originalCSS=o,this.usesFileUrls=!this.mapOpts.from&&this.mapOpts.absolute,this.memoizedFileURLs=new Map,this.memoizedPaths=new Map,this.memoizedURLs=new Map}addAnnotation(){let t;t=this.isInline()?"data:application/json;base64,"+this.toBase64(this.map.toString()):"string"==typeof this.mapOpts.annotation?this.mapOpts.annotation:"function"==typeof this.mapOpts.annotation?this.mapOpts.annotation(this.opts.to,this.root):this.outputFile()+".map";let e="\n";this.css.includes("\r\n")&&(e="\r\n"),this.css+=e+"/*# sourceMappingURL="+t+" */"}applyPrevMaps(){for(let t of this.previous()){let e,o=this.toUrl(this.path(t.file)),r=t.root||i(t.file);!1===this.mapOpts.sourcesContent?(e=new s(t.text),e.sourcesContent&&=null):e=t.consumer(),this.map.applySourceMap(e,o,this.toUrl(this.path(r)))}}clearAnnotation(){if(!1!==this.mapOpts.annotation)if(this.root){let t;for(let e=this.root.nodes.length-1;e>=0;e--)t=this.root.nodes[e],"comment"===t.type&&t.text.startsWith("# sourceMappingURL=")&&this.root.removeChild(e)}else if(this.css){let t;for(;-1!==(t=this.css.lastIndexOf("/*#"));){let e=this.css.indexOf("*/",t+3);if(-1===e)break;for(;t>0&&"\n"===this.css[t-1];)t--;this.css=this.css.slice(0,t)+this.css.slice(e+2)}}}generate(){if(this.clearAnnotation(),u&&c&&this.isMap())return this.generateMap();{let t="";return this.stringify(this.root,(e=>{t+=e})),[t]}}generateMap(){if(this.root)this.generateString();else if(1===this.previous().length){let t=this.previous()[0].consumer();t.file=this.outputFile(),this.map=a.fromSourceMap(t,{ignoreInvalidMapping:!0})}else this.map=new a({file:this.outputFile(),ignoreInvalidMapping:!0}),this.map.addMapping({generated:{column:0,line:1},original:{column:0,line:1},source:this.opts.from?this.toUrl(this.path(this.opts.from)):"<no source>"});return this.isSourcesContent()&&this.setSourcesContent(),this.root&&this.previous().length>0&&this.applyPrevMaps(),this.isAnnotation()&&this.addAnnotation(),this.isInline()?[this.css]:[this.css,this.map]}generateString(){this.css="",this.map=new a({file:this.outputFile(),ignoreInvalidMapping:!0});let t,e,i=1,o=1,r="<no source>",n={generated:{column:0,line:0},original:{column:0,line:0},source:""};this.stringify(this.root,((s,a,l)=>{if(this.css+=s,a&&"end"!==l&&(n.generated.line=i,n.generated.column=o-1,a.source&&a.source.start?(n.source=this.sourcePath(a),n.original.line=a.source.start.line,n.original.column=a.source.start.column-1,this.map.addMapping(n)):(n.source=r,n.original.line=1,n.original.column=0,this.map.addMapping(n))),e=s.match(/\n/g),e?(i+=e.length,t=s.lastIndexOf("\n"),o=s.length-t):o+=s.length,a&&"start"!==l){let t=a.parent||{raws:{}};("decl"!==a.type&&("atrule"!==a.type||a.nodes)||a!==t.last||t.raws.semicolon)&&(a.source&&a.source.end?(n.source=this.sourcePath(a),n.original.line=a.source.end.line,n.original.column=a.source.end.column-1,n.generated.line=i,n.generated.column=o-2,this.map.addMapping(n)):(n.source=r,n.original.line=1,n.original.column=0,n.generated.line=i,n.generated.column=o-1,this.map.addMapping(n)))}}))}isAnnotation(){return!!this.isInline()||(void 0===this.mapOpts.annotation?!this.previous().length||this.previous().some((t=>t.annotation)):this.mapOpts.annotation)}isInline(){if(void 0!==this.mapOpts.inline)return this.mapOpts.inline;let t=this.mapOpts.annotation;return(void 0===t||!0===t)&&(!this.previous().length||this.previous().some((t=>t.inline)))}isMap(){return void 0===this.opts.map?this.previous().length>0:!!this.opts.map}isSourcesContent(){return void 0===this.mapOpts.sourcesContent?!this.previous().length||this.previous().some((t=>t.withContent())):this.mapOpts.sourcesContent}outputFile(){return this.opts.to?this.path(this.opts.to):this.opts.from?this.path(this.opts.from):"to.css"}path(t){if(this.mapOpts.absolute||60===t.charCodeAt(0)||/^\w+:\/\//.test(t))return t;let e=this.memoizedPaths.get(t);if(e)return e;let n=this.opts.to?i(this.opts.to):".";"string"==typeof this.mapOpts.annotation&&(n=i(r(n,this.mapOpts.annotation)));let s=o(n,t);return this.memoizedPaths.set(t,s),s}previous(){if(!this.previousMaps)if(this.previousMaps=[],this.root)this.root.walk((t=>{if(t.source&&t.source.input.map){let e=t.source.input.map;this.previousMaps.includes(e)||this.previousMaps.push(e)}}));else{let t=new d(this.originalCSS,this.opts);t.map&&this.previousMaps.push(t.map)}return this.previousMaps}setSourcesContent(){let t={};if(this.root)this.root.walk((e=>{if(e.source){let i=e.source.input.from;if(i&&!t[i]){t[i]=!0;let o=this.usesFileUrls?this.toFileUrl(i):this.toUrl(this.path(i));this.map.setSourceContent(o,e.source.input.css)}}}));else if(this.css){let t=this.opts.from?this.toUrl(this.path(this.opts.from)):"<no source>";this.map.setSourceContent(t,this.css)}}sourcePath(t){return this.mapOpts.from?this.toUrl(this.mapOpts.from):this.usesFileUrls?this.toFileUrl(t.source.input.from):this.toUrl(this.path(t.source.input.from))}toBase64(t){return Buffer?Buffer.from(t).toString("base64"):window.btoa(unescape(encodeURIComponent(t)))}toFileUrl(t){let e=this.memoizedFileURLs.get(t);if(e)return e;if(l){let e=l(t).toString();return this.memoizedFileURLs.set(t,e),e}throw Error("`map.absolute` option is not available in this PostCSS build")}toUrl(t){let e=this.memoizedURLs.get(t);if(e)return e;"\\"===n&&(t=t.replace(/\\/g,"/"));let i=encodeURI(t).replace(/[#?]/g,encodeURIComponent);return this.memoizedURLs.set(t,i),i}}})),jt=b(((t,e)=>{var i=/[\t\n\f\r "#'()/;[\\\]{}]/g,o=/[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g,r=/.[\r\n"'(/\\]/,n=/[\da-f]/i;e.exports=function(t,e={}){let s,a,l,d,c,u,h,p,f,g,A=t.css.valueOf(),b=e.ignoreErrors,m=A.length,v=0,j=[],w=[],y=-1;function _(e){throw t.error("Unclosed "+e,v)}return{back:function(t){w.push(t)},endOfFile:function(){return 0===w.length&&v>=m},nextToken:function(t){if(w.length)return w.pop();if(v>=m)return;let e=!!t&&t.ignoreUnclosed;switch(s=A.charCodeAt(v),s){case 10:case 32:case 9:case 13:case 12:d=v;do{d+=1,s=A.charCodeAt(d)}while(32===s||10===s||9===s||13===s||12===s);u=["space",A.slice(v,d)],v=d-1;break;case 91:case 93:case 123:case 125:case 58:case 59:case 41:{let t=String.fromCharCode(s);u=[t,t,v];break}case 40:if(g=j.length?j.pop()[1]:"",f=A.charCodeAt(v+1),"url"===g&&39!==f&&34!==f&&32!==f&&10!==f&&9!==f&&12!==f&&13!==f){d=v;do{if(h=!1,d=A.indexOf(")",d+1),-1===d){if(b||e){d=v;break}_("bracket")}for(p=d;92===A.charCodeAt(p-1);)--p,h=!h}while(h);u=["brackets",A.slice(v,d+1),v,d],v=d}else v<=y?u=["(","(",v]:(d=A.indexOf(")",v+1),a=A.slice(v,d+1),-1===d||r.test(a)?(y=-1===d?m:d,u=["(","(",v]):(u=["brackets",a,v,d],v=d));break;case 39:case 34:c=39===s?"'":'"',d=v;do{if(h=!1,d=A.indexOf(c,d+1),-1===d){if(b||e){d=v+1;break}_("string")}for(p=d;92===A.charCodeAt(p-1);)--p,h=!h}while(h);u=["string",A.slice(v,d+1),v,d],v=d;break;case 64:i.lastIndex=v+1,i.test(A),d=0===i.lastIndex?A.length-1:i.lastIndex-2,u=["at-word",A.slice(v,d+1),v,d],v=d;break;case 92:for(d=v,l=!0;92===A.charCodeAt(d+1);)d+=1,l=!l;if(s=A.charCodeAt(d+1),l&&47!==s&&32!==s&&10!==s&&9!==s&&13!==s&&12!==s&&(d+=1,n.test(A.charAt(d)))){for(;n.test(A.charAt(d+1));)d+=1;32===A.charCodeAt(d+1)&&(d+=1)}u=["word",A.slice(v,d+1),v,d],v=d;break;default:47===s&&42===A.charCodeAt(v+1)?(d=A.indexOf("*/",v+2)+1,0===d&&(b||e?d=A.length:_("comment")),u=["comment",A.slice(v,d+1),v,d],v=d):(o.lastIndex=v+1,o.test(A),d=0===o.lastIndex?A.length-1:o.lastIndex-2,u=["word",A.slice(v,d+1),v,d],j.push(u),v=d)}return v++,u},position:function(){return v}}}})),wt=b(((t,e)=>{var i=ct(),o=at(),r=lt(),n=gt(),s=bt(),a=jt(),l={empty:!0,space:!0};function d(t,e,i){let o="";for(let r=e;r<i;r++)o+=t[r][1];return o}e.exports=class{constructor(t){this.input=t,this.root=new n,this.current=this.root,this.spaces="",this.semicolon=!1,this.createTokenizer(),this.root.source={input:t,start:{column:1,line:1,offset:0}}}atrule(t){let e=new i;e.name=t[1].slice(1),""===e.name&&this.unnamedAtrule(e,t),this.init(e,t[2]);let o,r,n,s=!1,a=!1,l=[],d=[];for(;!this.tokenizer.endOfFile();){if(o=(t=this.tokenizer.nextToken())[0],"("===o||"["===o?d.push("("===o?")":"]"):"{"===o&&d.length>0?d.push("}"):o===d[d.length-1]&&d.pop(),0===d.length){if(";"===o){e.source.end=this.getPosition(t[2]),e.source.end.offset++,this.semicolon=!0;break}if("{"===o){a=!0;break}if("}"===o){if(l.length>0){for(n=l.length-1,r=l[n];r&&"space"===r[0];)r=l[--n];r&&(e.source.end=this.getPosition(r[3]||r[2]),e.source.end.offset++)}this.end(t);break}l.push(t)}else l.push(t);if(this.tokenizer.endOfFile()){s=!0;break}}e.raws.between=this.spacesAndCommentsFromEnd(l),l.length?(e.raws.afterName=this.spacesAndCommentsFromStart(l),this.raw(e,"params",l),s&&(e.source.end=this.getPosition((t=l[l.length-1])[3]||t[2]),e.source.end.offset++,this.spaces=e.raws.between,e.raws.between="")):(e.raws.afterName="",e.params=""),a&&(e.nodes=[],this.current=e)}checkMissedSemicolon(t){let e=this.colon(t);if(!1===e)return;let i,o=0;for(let r=e-1;r>=0&&(i=t[r],"space"===i[0]||(o+=1,2!==o));r--);throw this.input.error("Missed semicolon","word"===i[0]?i[3]+1:i[2])}colon(t){let e,i,o,r=0;for(let[n,s]of t.entries()){if(i=s,o=i[0],"("===o&&(r+=1),")"===o&&--r,0===r&&":"===o){if(e){if("word"===e[0]&&"progid"===e[1])continue;return n}this.doubleColon(i)}e=i}return!1}comment(t){let e=new o;this.init(e,t[2]),e.source.end=this.getPosition(t[3]||t[2]),e.source.end.offset++;let i=t[1].slice(2,-2);if(i.trim()){let t=i.match(/^(\s*)([^]*\S)(\s*)$/);e.text=t[2],e.raws.left=t[1],e.raws.right=t[3]}else e.text="",e.raws.left=i,e.raws.right=""}createTokenizer(){this.tokenizer=a(this.input)}decl(t,e){let i=new r;this.init(i,t[0][2]);let o=t[t.length-1];";"===o[0]&&(this.semicolon=!0,t.pop()),i.source.end=this.getPosition(o[3]||o[2]||function(t){for(let e=t.length-1;e>=0;e--){let i=t[e],o=i[3]||i[2];if(o)return o}}(t)),i.source.end.offset++;let n=0;for(;"word"!==t[n][0];)n===t.length-1&&this.unknownWord([t[n]]),n++;i.raws.before+=d(t,0,n),i.source.start=this.getPosition(t[n][2]);let s=n;for(;n<t.length;){let e=t[n][0];if(":"===e||"space"===e||"comment"===e)break;n++}i.prop=d(t,s,n);let a,l=n;for(;n<t.length&&(a=t[n],n++,":"!==a[0]);)"word"===a[0]&&/\w/.test(a[1])&&this.unknownWord([a]);i.raws.between=d(t,l,n),("_"===i.prop[0]||"*"===i.prop[0])&&(i.raws.before+=i.prop[0],i.prop=i.prop.slice(1));let c=n;for(;n<t.length;){let e=t[n][0];if("space"!==e&&"comment"!==e)break;n++}let u=t.slice(c,n);t=t.slice(n),this.precheckMissedSemicolon(t);for(let e=t.length-1;e>=0;e--){if(a=t[e],"!important"===a[1].toLowerCase()){i.important=!0;let o=this.stringFrom(t,e);o=this.spacesFromEnd(t)+o," !important"!==o&&(i.raws.important=o);break}if("important"===a[1].toLowerCase()){let o=t.slice(0),r="";for(let t=e;t>0;t--){let e=o[t][0];if(r.trim().startsWith("!")&&"space"!==e)break;r=o.pop()[1]+r}r.trim().startsWith("!")&&(i.important=!0,i.raws.important=r,t=o)}if("space"!==a[0]&&"comment"!==a[0])break}t.some((t=>"space"!==t[0]&&"comment"!==t[0]))&&(i.raws.between+=u.map((t=>t[1])).join(""),u=[]),this.raw(i,"value",u.concat(t),e),i.value.includes(":")&&!e&&this.checkMissedSemicolon(t)}doubleColon(t){throw this.input.error("Double colon",{offset:t[2]},{offset:t[2]+t[1].length})}emptyRule(t){let e=new s;this.init(e,t[2]),e.selector="",e.raws.between="",this.current=e}end(t){this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.semicolon=!1,this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.spaces="",this.current.parent?(this.current.source.end=this.getPosition(t[2]),this.current.source.end.offset++,this.current=this.current.parent):this.unexpectedClose(t)}endFile(){this.current.parent&&this.unclosedBlock(),this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.root.source.end=this.getPosition(this.tokenizer.position())}freeSemicolon(t){if(this.spaces+=t[1],this.current.nodes){let e=this.current.nodes[this.current.nodes.length-1];e&&"rule"===e.type&&!e.raws.ownSemicolon&&(e.raws.ownSemicolon=this.spaces,this.spaces="",e.source.end=this.getPosition(t[2]),e.source.end.offset+=e.raws.ownSemicolon.length)}}getPosition(t){let e=this.input.fromOffset(t);return{column:e.col,line:e.line,offset:t}}init(t,e){this.current.push(t),t.source={input:this.input,start:this.getPosition(e)},t.raws.before=this.spaces,this.spaces="","comment"!==t.type&&(this.semicolon=!1)}other(t){let e=!1,i=null,o=!1,r=null,n=[],s=t[1].startsWith("--"),a=[],l=t;for(;l;){if(i=l[0],a.push(l),"("===i||"["===i)r||=l,n.push("("===i?")":"]");else if(s&&o&&"{"===i)r||=l,n.push("}");else if(0===n.length){if(";"===i){if(o)return void this.decl(a,s);break}if("{"===i)return void this.rule(a);if("}"===i){this.tokenizer.back(a.pop()),e=!0;break}":"===i&&(o=!0)}else i===n[n.length-1]&&(n.pop(),0===n.length&&(r=null));l=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile()&&(e=!0),n.length>0&&this.unclosedBracket(r),e&&o){if(!s)for(;a.length&&(l=a[a.length-1][0],"space"===l||"comment"===l);)this.tokenizer.back(a.pop());this.decl(a,s)}else this.unknownWord(a)}parse(){let t;for(;!this.tokenizer.endOfFile();)switch(t=this.tokenizer.nextToken(),t[0]){case"space":this.spaces+=t[1];break;case";":this.freeSemicolon(t);break;case"}":this.end(t);break;case"comment":this.comment(t);break;case"at-word":this.atrule(t);break;case"{":this.emptyRule(t);break;default:this.other(t)}this.endFile()}precheckMissedSemicolon(){}raw(t,e,i,o){let r,n,s,a,d=i.length,c="",u=!0;for(let t=0;t<d;t+=1)r=i[t],n=r[0],"space"!==n||t!==d-1||o?"comment"===n?(a=i[t-1]?i[t-1][0]:"empty",s=i[t+1]?i[t+1][0]:"empty",l[a]||l[s]||","===c.slice(-1)?u=!1:c+=r[1]):c+=r[1]:u=!1;if(!u){let o=i.reduce(((t,e)=>t+e[1]),"");t.raws[e]={raw:o,value:c}}t[e]=c}rule(t){t.pop();let e=new s;this.init(e,t[0][2]),e.raws.between=this.spacesAndCommentsFromEnd(t),this.raw(e,"selector",t),this.current=e}spacesAndCommentsFromEnd(t){let e,i="";for(;t.length&&(e=t[t.length-1][0],"space"===e||"comment"===e);)i=t.pop()[1]+i;return i}spacesAndCommentsFromStart(t){let e,i="";for(;t.length&&(e=t[0][0],"space"===e||"comment"===e);)i+=t.shift()[1];return i}spacesFromEnd(t){let e,i="";for(;t.length&&(e=t[t.length-1][0],"space"===e);)i=t.pop()[1]+i;return i}stringFrom(t,e){let i="";for(let o=e;o<t.length;o++)i+=t[o][1];return t.splice(e,t.length-e),i}unclosedBlock(){let t=this.current.source.start;throw this.input.error("Unclosed block",t.line,t.column)}unclosedBracket(t){throw this.input.error("Unclosed bracket",{offset:t[2]},{offset:t[2]+1})}unexpectedClose(t){throw this.input.error("Unexpected }",{offset:t[2]},{offset:t[2]+1})}unknownWord(t){throw this.input.error("Unknown word "+t[0][1],{offset:t[0][2]},{offset:t[0][2]+t[0][1].length})}unnamedAtrule(t,e){throw this.input.error("At-rule without name",{offset:e[2]},{offset:e[2]+e[1].length})}}})),yt=b(((t,e)=>{var i=dt(),o=ft(),r=wt();function n(t,e){let i=new r(new o(t,e));try{i.parse()}catch(t){throw t}return i.root}e.exports=n,n.default=n,i.registerParse(n)})),_t=b(((t,e)=>{var i=class{constructor(t,e={}){if(this.type="warning",this.text=t,e.node&&e.node.source){let t=e.node.rangeBy(e);this.line=t.start.line,this.column=t.start.column,this.endLine=t.end.line,this.endColumn=t.end.column}for(let t in e)this[t]=e[t]}toString(){return this.node?this.node.error(this.text,{index:this.index,plugin:this.plugin,word:this.word}).message:this.plugin?this.plugin+": "+this.text:this.text}};e.exports=i,i.default=i})),kt=b(((t,e)=>{var i=_t(),o=class{get content(){return this.css}constructor(t,e,i){this.processor=t,this.messages=[],this.root=e,this.opts=i,this.css="",this.map=void 0}toString(){return this.css}warn(t,e={}){e.plugin||this.lastPlugin&&this.lastPlugin.postcssPlugin&&(e.plugin=this.lastPlugin.postcssPlugin);let o=new i(t,e);return this.messages.push(o),o}warnings(){return this.messages.filter((t=>"warning"===t.type))}};e.exports=o,o.default=o})),xt=b(((t,e)=>{var i={};e.exports=function(t){i[t]||(i[t]=!0,typeof console<"u"&&console.warn&&console.warn(t))}})),Ct=b(((t,e)=>{var i=dt(),o=ut(),r=vt(),n=yt(),s=kt(),a=gt(),l=rt(),{isClean:d,my:c}=nt();xt();var u={atrule:"AtRule",comment:"Comment",decl:"Declaration",document:"Document",root:"Root",rule:"Rule"},h={AtRule:!0,AtRuleExit:!0,Comment:!0,CommentExit:!0,Declaration:!0,DeclarationExit:!0,Document:!0,DocumentExit:!0,Once:!0,OnceExit:!0,postcssPlugin:!0,prepare:!0,Root:!0,RootExit:!0,Rule:!0,RuleExit:!0},p={Once:!0,postcssPlugin:!0,prepare:!0};function f(t){return"object"==typeof t&&"function"==typeof t.then}function g(t){let e=!1,i=u[t.type];return"decl"===t.type?e=t.prop.toLowerCase():"atrule"===t.type&&(e=t.name.toLowerCase()),e&&t.append?[i,i+"-"+e,0,i+"Exit",i+"Exit-"+e]:e?[i,i+"-"+e,i+"Exit",i+"Exit-"+e]:t.append?[i,0,i+"Exit"]:[i,i+"Exit"]}function A(t){let e;return e="document"===t.type?["Document",0,"DocumentExit"]:"root"===t.type?["Root",0,"RootExit"]:g(t),{eventIndex:0,events:e,iterator:0,node:t,visitorIndex:0,visitors:[]}}function b(t){return t[d]=!1,t.nodes&&t.nodes.forEach((t=>b(t))),t}var m={},v=class t{get content(){return this.stringify().content}get css(){return this.stringify().css}get map(){return this.stringify().map}get messages(){return this.sync().messages}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){return this.sync().root}get[Symbol.toStringTag](){return"LazyResult"}constructor(e,o,r){let a;if(this.stringified=!1,this.processed=!1,"object"!=typeof o||!o||"root"!==o.type&&"document"!==o.type)if(o instanceof t||o instanceof s)a=b(o.root),o.map&&(void 0===r.map&&(r.map={}),r.map.inline||(r.map.inline=!1),r.map.prev=o.map);else{let t=n;r.syntax&&(t=r.syntax.parse),r.parser&&(t=r.parser),t.parse&&(t=t.parse);try{a=t(o,r)}catch(t){this.processed=!0,this.error=t}a&&!a[c]&&i.rebuild(a)}else a=b(o);this.result=new s(e,a,r),this.helpers={...m,postcss:m,result:this.result},this.plugins=this.processor.plugins.map((t=>"object"==typeof t&&t.prepare?{...t,...t.prepare(this.result)}:t))}async(){return this.error?Promise.reject(this.error):this.processed?Promise.resolve(this.result):(this.processing||=this.runAsync(),this.processing)}catch(t){return this.async().catch(t)}finally(t){return this.async().then(t,t)}getAsyncError(){throw Error("Use process(css).then(cb) to work with async plugins")}handleError(t,e){let i=this.result.lastPlugin;try{e&&e.addToError(t),this.error=t,"CssSyntaxError"!==t.name||t.plugin||(t.plugin=i.postcssPlugin,t.setMessage())}catch(t){console&&console.error&&console.error(t)}return t}prepareVisitors(){this.listeners={};let t=(t,e,i)=>{this.listeners[e]||(this.listeners[e]=[]),this.listeners[e].push([t,i])};for(let e of this.plugins)if("object"==typeof e)for(let i in e){if(!h[i]&&/^[A-Z]/.test(i))throw Error(`Unknown event ${i} in ${e.postcssPlugin}. Try to update PostCSS (${this.processor.version} now).`);if(!p[i])if("object"==typeof e[i])for(let o in e[i])t(e,"*"===o?i:i+"-"+o.toLowerCase(),e[i][o]);else"function"==typeof e[i]&&t(e,i,e[i])}this.hasListener=Object.keys(this.listeners).length>0}async runAsync(){this.plugin=0;for(let t=0;t<this.plugins.length;t++){let e=this.runOnRoot(this.plugins[t]);if(f(e))try{await e}catch(t){throw this.handleError(t)}}if(this.prepareVisitors(),this.hasListener){let t=this.result.root;for(;!t[d];){t[d]=!0;let e=[A(t)];for(;e.length>0;){let t=this.visitTick(e);if(f(t))try{await t}catch(t){throw this.handleError(t,e[e.length-1].node)}}}if(this.listeners.OnceExit)for(let[e,i]of this.listeners.OnceExit){this.result.lastPlugin=e;try{if("document"===t.type){let e=t.nodes.map((t=>i(t,this.helpers)));await Promise.all(e)}else await i(t,this.helpers)}catch(t){throw this.handleError(t)}}}return this.processed=!0,this.stringify()}runOnRoot(t){this.result.lastPlugin=t;try{if("object"==typeof t&&t.Once){if("document"===this.result.root.type){let e=this.result.root.nodes.map((e=>t.Once(e,this.helpers)));return f(e[0])?Promise.all(e):e}return t.Once(this.result.root,this.helpers)}if("function"==typeof t)return t(this.result.root,this.result)}catch(t){throw this.handleError(t)}}stringify(){if(this.error)throw this.error;if(this.stringified)return this.result;this.stringified=!0,this.sync();let t=this.result.opts,e=l;t.syntax&&(e=t.syntax.stringify),t.stringifier&&(e=t.stringifier),e.stringify&&(e=e.stringify);let i=this.result.root.source;if(void 0===t.map&&!(i&&i.input&&i.input.map)){let t="";return e(this.result.root,(e=>{t+=e})),this.result.css=t,this.result}let o=new r(e,this.result.root,this.result.opts).generate();return this.result.css=o[0],this.result.map=o[1],this.result}sync(){if(this.error)throw this.error;if(this.processed)return this.result;if(this.processed=!0,this.processing)throw this.getAsyncError();for(let t of this.plugins)if(f(this.runOnRoot(t)))throw this.getAsyncError();if(this.prepareVisitors(),this.hasListener){let t=this.result.root;for(;!t[d];)t[d]=!0,this.walkSync(t);if(this.listeners.OnceExit)if("document"===t.type)for(let e of t.nodes)this.visitSync(this.listeners.OnceExit,e);else this.visitSync(this.listeners.OnceExit,t)}return this.result}then(t,e){return this.async().then(t,e)}toString(){return this.css}visitSync(t,e){for(let[i,o]of t){let r;this.result.lastPlugin=i;try{r=o(e,this.helpers)}catch(t){throw this.handleError(t,e.proxyOf)}if("root"!==e.type&&"document"!==e.type&&!e.parent)return!0;if(f(r))throw this.getAsyncError()}}visitTick(t){let e=t[t.length-1],{node:i,visitors:o}=e;if("root"!==i.type&&"document"!==i.type&&!i.parent)return void t.pop();if(o.length>0&&e.visitorIndex<o.length){let[r,n]=o[e.visitorIndex];e.visitorIndex+=1,e.visitorIndex===o.length&&(e.visitors=[],e.visitorIndex=0),this.result.lastPlugin=r;try{return n(i.toProxy(),this.helpers)}catch(t){throw this.handleError(t,i)}}if(0!==e.iterator){let o,r=e.iterator;for(;o=i.nodes[i.indexes[r]];)if(i.indexes[r]+=1,!o[d])return o[d]=!0,void t.push(A(o));e.iterator=0,delete i.indexes[r]}let r=e.events;for(;e.eventIndex<r.length;){let t=r[e.eventIndex];if(e.eventIndex+=1,0===t)return void(i.nodes&&i.nodes.length&&(i[d]=!0,e.iterator=i.getIterator()));if(this.listeners[t])return void(e.visitors=this.listeners[t])}t.pop()}walkSync(t){t[d]=!0;let e=g(t);for(let i of e)if(0===i)t.nodes&&t.each((t=>{t[d]||this.walkSync(t)}));else{let e=this.listeners[i];if(e&&this.visitSync(e,t.toProxy()))return}}warnings(){return this.sync().warnings()}};v.registerPostcss=t=>{m=t},e.exports=v,v.default=v,a.registerLazyResult(v),o.registerLazyResult(v)})),It=b(((t,e)=>{var i=vt(),o=yt(),r=kt(),n=rt();xt();var s=class{get content(){return this.result.css}get css(){return this.result.css}get map(){return this.result.map}get messages(){return[]}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){if(this._root)return this._root;let t,e=o;try{t=e(this._css,this._opts)}catch(t){this.error=t}if(this.error)throw this.error;return this._root=t,t}get[Symbol.toStringTag](){return"NoWorkResult"}constructor(t,e,o){e=e.toString(),this.stringified=!1,this._processor=t,this._css=e,this._opts=o,this._map=void 0;let s=n;this.result=new r(this._processor,void 0,this._opts),this.result.css=e;let a=this;Object.defineProperty(this.result,"root",{get:()=>a.root});let l=new i(s,void 0,this._opts,e);if(l.isMap()){let[t,e]=l.generate();t&&(this.result.css=t),e&&(this.result.map=e)}else l.clearAnnotation(),this.result.css=l.css}async(){return this.error?Promise.reject(this.error):Promise.resolve(this.result)}catch(t){return this.async().catch(t)}finally(t){return this.async().then(t,t)}sync(){if(this.error)throw this.error;return this.result}then(t,e){return this.async().then(t,e)}toString(){return this._css}warnings(){return[]}};e.exports=s,s.default=s})),zt=b(((t,e)=>{var i=ut(),o=Ct(),r=It(),n=gt(),s=class{constructor(t=[]){this.version="8.5.15",this.plugins=this.normalize(t)}normalize(t){let e=[];for(let i of t)if(!0===i.postcss?i=i():i.postcss&&(i=i.postcss),"object"==typeof i&&Array.isArray(i.plugins))e=e.concat(i.plugins);else if("object"==typeof i&&i.postcssPlugin)e.push(i);else if("function"==typeof i)e.push(i);else if("object"!=typeof i||!i.parse&&!i.stringify)throw Error(i+" is not a PostCSS plugin");return e}process(t,e={}){return this.plugins.length||e.parser||e.stringifier||e.syntax?new o(this,t,e):new r(this,t,e)}use(t){return this.plugins=this.plugins.concat(this.normalize([t])),this}};e.exports=s,s.default=s,n.registerProcessor(s),i.registerProcessor(s)})),St=b(((t,e)=>{var i=ct(),o=at(),r=dt(),n=it(),s=lt(),a=ut(),l=mt(),d=ft(),c=Ct(),u=At(),h=st(),p=yt(),f=zt(),g=kt(),A=gt(),b=bt(),m=rt(),v=_t();function j(...t){return 1===t.length&&Array.isArray(t[0])&&(t=t[0]),new f(t)}j.plugin=function(t,e){let i,o=!1;function r(...i){console&&console.warn&&!o&&(o=!0,console.warn(t+": postcss.plugin was deprecated. Migration guide:\nhttps://evilmartians.com/chronicles/postcss-8-plugin-migration"),process.env.LANG&&process.env.LANG.startsWith("cn")&&console.warn(t+": 里面 postcss.plugin 被弃用. 迁移指南:\nhttps://www.w3ctech.com/topic/2226"));let r=e(...i);return r.postcssPlugin=t,r.postcssVersion=(new f).version,r}return Object.defineProperty(r,"postcss",{get:()=>(i||=r(),i)}),r.process=function(t,e,i){return j([r(i)]).process(t,e)},r},j.stringify=m,j.parse=p,j.fromJSON=l,j.list=u,j.comment=t=>new o(t),j.atRule=t=>new i(t),j.decl=t=>new s(t),j.rule=t=>new b(t),j.root=t=>new A(t),j.document=t=>new a(t),j.CssSyntaxError=n,j.Declaration=s,j.Container=r,j.Processor=f,j.Document=a,j.Comment=o,j.Warning=v,j.AtRule=i,j.Result=g,j.Input=d,j.Rule=b,j.Root=A,j.Node=h,c.registerPostcss(j),e.exports=j,j.default=j})),Bt=b(((t,e)=>{!function(i,o){"object"==typeof t&&void 0!==e?e.exports=o():"function"==typeof define&&define.amd?define(o):(i=typeof globalThis<"u"?globalThis:i||self).dayjs=o()}(t,(function(){var t=6e4,e=36e5,i="millisecond",o="second",r="minute",n="hour",s="day",a="week",l="month",d="quarter",c="year",u="date",h="Invalid Date",p=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,f=/\[([^\]]+)]|YYYY|YY|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,g={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(t){var e=["th","st","nd","rd"],i=t%100;return"["+t+(e[(i-20)%10]||e[i]||e[0])+"]"}},A=function(t,e,i){var o=String(t);return!o||o.length>=e?t:""+Array(e+1-o.length).join(i)+t},b={s:A,z:function(t){var e=-t.utcOffset(),i=Math.abs(e),o=Math.floor(i/60),r=i%60;return(e<=0?"+":"-")+A(o,2,"0")+":"+A(r,2,"0")},m:function t(e,i){if(e.date()<i.date())return-t(i,e);var o=12*(i.year()-e.year())+(i.month()-e.month()),r=e.clone().add(o,l),n=i-r<0,s=e.clone().add(o+(n?-1:1),l);return+(-(o+(i-r)/(n?r-s:s-r))||0)},a:function(t){return t<0?Math.ceil(t)||0:Math.floor(t)},p:function(t){return{M:l,y:c,w:a,d:s,D:u,h:n,m:r,s:o,ms:i,Q:d}[t]||String(t||"").toLowerCase().replace(/s$/,"")},u:function(t){return void 0===t}},m="en",v={};v[m]=g;var j="$isDayjsObject",w=function(t){return t instanceof x||!(!t||!t[j])},y=function t(e,i,o){var r;if(!e)return m;if("string"==typeof e){var n=e.toLowerCase();v[n]&&(r=n),i&&(v[n]=i,r=n);var s=e.split("-");if(!r&&s.length>1)return t(s[0])}else{var a=e.name;v[a]=e,r=a}return!o&&r&&(m=r),r||!o&&m},_=function(t,e){if(w(t))return t.clone();var i="object"==typeof e?e:{};return i.date=t,i.args=arguments,new x(i)},k=b;k.l=y,k.i=w,k.w=function(t,e){return _(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})};var x=function(){function g(t){this.$L=y(t.locale,null,!0),this.parse(t),this.$x=this.$x||t.x||{},this[j]=!0}var A=g.prototype;return A.parse=function(t){this.$d=function(t){var e=t.date,i=t.utc;if(null===e)return new Date(NaN);if(k.u(e))return new Date;if(e instanceof Date)return new Date(e);if("string"==typeof e&&!/Z$/i.test(e)){var o=e.match(p);if(o){var r=o[2]-1||0,n=(o[7]||"0").substring(0,3);return i?new Date(Date.UTC(o[1],r,o[3]||1,o[4]||0,o[5]||0,o[6]||0,n)):new Date(o[1],r,o[3]||1,o[4]||0,o[5]||0,o[6]||0,n)}}return new Date(e)}(t),this.init()},A.init=function(){var t=this.$d;this.$y=t.getFullYear(),this.$M=t.getMonth(),this.$D=t.getDate(),this.$W=t.getDay(),this.$H=t.getHours(),this.$m=t.getMinutes(),this.$s=t.getSeconds(),this.$ms=t.getMilliseconds()},A.$utils=function(){return k},A.isValid=function(){return this.$d.toString()!==h},A.isSame=function(t,e){var i=_(t);return this.startOf(e)<=i&&i<=this.endOf(e)},A.isAfter=function(t,e){return _(t)<this.startOf(e)},A.isBefore=function(t,e){return this.endOf(e)<_(t)},A.$g=function(t,e,i){return k.u(t)?this[e]:this.set(i,t)},A.unix=function(){return Math.floor(this.valueOf()/1e3)},A.valueOf=function(){return this.$d.getTime()},A.startOf=function(t,e){var i=this,d=!!k.u(e)||e,h=k.p(t),p=function(t,e){var o=k.w(i.$u?Date.UTC(i.$y,e,t):new Date(i.$y,e,t),i);return d?o:o.endOf(s)},f=function(t,e){return k.w(i.toDate()[t].apply(i.toDate("s"),(d?[0,0,0,0]:[23,59,59,999]).slice(e)),i)},g=this.$W,A=this.$M,b=this.$D,m="set"+(this.$u?"UTC":"");switch(h){case c:return d?p(1,0):p(31,11);case l:return d?p(1,A):p(0,A+1);case a:var v=this.$locale().weekStart||0,j=(g<v?g+7:g)-v;return p(d?b-j:b+(6-j),A);case s:case u:return f(m+"Hours",0);case n:return f(m+"Minutes",1);case r:return f(m+"Seconds",2);case o:return f(m+"Milliseconds",3);default:return this.clone()}},A.endOf=function(t){return this.startOf(t,!1)},A.$set=function(t,e){var a,d=k.p(t),h="set"+(this.$u?"UTC":""),p=(a={},a[s]=h+"Date",a[u]=h+"Date",a[l]=h+"Month",a[c]=h+"FullYear",a[n]=h+"Hours",a[r]=h+"Minutes",a[o]=h+"Seconds",a[i]=h+"Milliseconds",a)[d],f=d===s?this.$D+(e-this.$W):e;if(d===l||d===c){var g=this.clone().set(u,1);g.$d[p](f),g.init(),this.$d=g.set(u,Math.min(this.$D,g.daysInMonth())).$d}else p&&this.$d[p](f);return this.init(),this},A.set=function(t,e){return this.clone().$set(t,e)},A.get=function(t){return this[k.p(t)]()},A.add=function(i,d){var u,h=this;i=Number(i);var p=k.p(d),f=function(t){var e=_(h);return k.w(e.date(e.date()+Math.round(t*i)),h)};if(p===l)return this.set(l,this.$M+i);if(p===c)return this.set(c,this.$y+i);if(p===s)return f(1);if(p===a)return f(7);var g=(u={},u[r]=t,u[n]=e,u[o]=1e3,u)[p]||1,A=this.$d.getTime()+i*g;return k.w(A,this)},A.subtract=function(t,e){return this.add(-1*t,e)},A.format=function(t){var e=this,i=this.$locale();if(!this.isValid())return i.invalidDate||h;var o=t||"YYYY-MM-DDTHH:mm:ssZ",r=k.z(this),n=this.$H,s=this.$m,a=this.$M,l=i.weekdays,d=i.months,c=function(t,i,r,n){return t&&(t[i]||t(e,o))||r[i].slice(0,n)},u=function(t){return k.s(n%12||12,t,"0")},p=i.meridiem||function(t,e,i){var o=t<12?"AM":"PM";return i?o.toLowerCase():o};return o.replace(f,(function(t,o){return o||function(t){switch(t){case"YY":return String(e.$y).slice(-2);case"YYYY":return k.s(e.$y,4,"0");case"M":return a+1;case"MM":return k.s(a+1,2,"0");case"MMM":return c(i.monthsShort,a,d,3);case"MMMM":return c(d,a);case"D":return e.$D;case"DD":return k.s(e.$D,2,"0");case"d":return String(e.$W);case"dd":return c(i.weekdaysMin,e.$W,l,2);case"ddd":return c(i.weekdaysShort,e.$W,l,3);case"dddd":return l[e.$W];case"H":return String(n);case"HH":return k.s(n,2,"0");case"h":return u(1);case"hh":return u(2);case"a":return p(n,s,!0);case"A":return p(n,s,!1);case"m":return String(s);case"mm":return k.s(s,2,"0");case"s":return String(e.$s);case"ss":return k.s(e.$s,2,"0");case"SSS":return k.s(e.$ms,3,"0");case"Z":return r}return null}(t)||r.replace(":","")}))},A.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},A.diff=function(i,u,h){var p,f=this,g=k.p(u),A=_(i),b=(A.utcOffset()-this.utcOffset())*t,m=this-A,v=function(){return k.m(f,A)};switch(g){case c:p=v()/12;break;case l:p=v();break;case d:p=v()/3;break;case a:p=(m-b)/6048e5;break;case s:p=(m-b)/864e5;break;case n:p=m/e;break;case r:p=m/t;break;case o:p=m/1e3;break;default:p=m}return h?p:k.a(p)},A.daysInMonth=function(){return this.endOf(l).$D},A.$locale=function(){return v[this.$L]},A.locale=function(t,e){if(!t)return this.$L;var i=this.clone(),o=y(t,e,!0);return o&&(i.$L=o),i},A.clone=function(){return k.w(this.$d,this)},A.toDate=function(){return new Date(this.valueOf())},A.toJSON=function(){return this.isValid()?this.toISOString():null},A.toISOString=function(){return this.$d.toISOString()},A.toString=function(){return this.$d.toUTCString()},g}(),C=x.prototype;return _.prototype=C,[["$ms",i],["$s",o],["$m",r],["$H",n],["$W",s],["$M",l],["$y",c],["$D",u]].forEach((function(t){C[t[1]]=function(e){return this.$g(e,t[0],t[1])}})),_.extend=function(t,e){return t.$i||=(t(e,x,_),!0),_},_.locale=y,_.isDayjs=w,_.unix=function(t){return _(1e3*t)},_.en=v[m],_.Ls=v,_.p={},_}))})),Et=b(((t,e)=>{var i=Bt();function o(t){for(t=t.replace(/[\x00-\x20]+/g,"");;){let e=t.indexOf("\x3c!--");if(-1===e)break;let i=t.indexOf("--\x3e",e+4);if(-1===i)break;t=t.substring(0,e)+t.substring(i+3)}return t}function r(t,e){e||={};let i=e.allowedSchemes||["http","https","ftp","mailto","tel","sms"],r=!1!==e.allowProtocolRelative;if("string"!=typeof t)return!1;let n=(t=o(t)).match(/^([a-zA-Z][a-zA-Z0-9.\-+]*):/);if(!n)return!!t.match(/^[/\\]{2}/)&&!r;let s=n[1].toLowerCase();return-1===i.indexOf(s)}e.exports=function(t){let e={};return e.options=t||{},e.filterTag=e.options.filterTag||function(t){return(t=t.trim()).toLowerCase()},e.string=function(t,e){return"string"!=typeof t&&("number"==typeof t||"boolean"==typeof t?t+="":t=""),t=t.trim(),void 0!==e&&""===t&&(t=e),t},e.strings=function(t){return Array.isArray(t)?t.map((function(t){return e.string(t)})):[]},e.integer=function(t,e,i,o){if(void 0===e&&(e=0),"number"==typeof t)t=Math.floor(t);else try{t=parseInt(t,10),isNaN(t)&&(t=e)}catch{t=e}return"number"==typeof i&&t<i&&(t=i),"number"==typeof o&&t>o&&(t=o),t},e.padInteger=function(t,e){let i=t+"";for(;i.length<e;)i="0"+i;return i},e.float=function(t,e,i,o){if(void 0===e&&(e=0),"number"!=typeof t)try{t=parseFloat(t,10),isNaN(t)&&(t=e)}catch{t=e}return"number"==typeof i&&t<i&&(t=i),"number"==typeof o&&t>o&&(t=o),t},e.naughtyHref=r,e.url=function(t,i,n){return(t=e.string(t,i))===i?t:r(t=o(t))||null===(t=function(t){return t.match(/^(((https?|ftp):\/\/)|((mailto|tel|sms):)|#|([^/.]+)?\/|[^/.]+$)/)?t:t.match(/^[^/.]+\.[^/.]+/)?(n?"https://":"http://")+t:null}(t))?i:t},e.select=function(t,i,o){if(t=e.string(t),!i||!i.length)return o;let r;return"object"==typeof i[0]?(r=i.find((function(e){return null!=e.value&&e.value.toString()===t})),null==r?o:r.value):(r=i.find((function(e){return null!=e&&e.toString()===t})),void 0===r?o:r)},e.boolean=function(t,i){return!0===t||!1!==t&&((t=e.string(t,i))===i?void 0!==t&&t:""!==(t=t.toLowerCase().charAt(0))&&"n"!==t&&"0"!==t&&"f"!==t&&("t"===t||"y"===t||"1"===t))},e.addBooleanFilterToCriteria=function(t,i,o,r){void 0===r&&(r=null);let n="object"==typeof t&&t?t[i]:t;n=void 0===n?r:n,n=e.booleanOrNull(n),null===n||(o[i]=!!n||{$ne:!0})},e.booleanOrNull=function(t,i){return!0===t||!1===t||null===t?t:(t=e.string(t,i))===i?void 0===i?null:t:"null"===t?null:""!==(t=t.toLowerCase().charAt(0))&&"n"!==t&&"0"!==t&&"f"!==t&&("t"===t||"y"===t||"1"===t||("a"===t?null:i))},e.date=function(t,o,r){let n;function s(){return void 0===o&&(o=i().format("YYYY-MM-DD")),o}if("string"==typeof t){if(t.match(/\//)){if(n=t.split("/"),2===n.length)return(r||new Date).getFullYear()+"-"+e.padInteger(n[0],2)+"-"+e.padInteger(n[1],2);if(3===n.length){if(n[2]<100){let t=r||new Date,e=t.getFullYear()%100,i=t.getFullYear()-e,o=parseInt(n[2])+i;o-t.getFullYear()>50&&(o-=100),n[2]=o}return e.padInteger(n[2],4)+"-"+e.padInteger(n[0],2)+"-"+e.padInteger(n[1],2)}return s()}if(t.match(/-/))return n=t.split("-"),2===n.length?(r||new Date).getFullYear()+"-"+e.padInteger(n[0],2)+"-"+e.padInteger(n[1],2):3===n.length?e.padInteger(n[0],4)+"-"+e.padInteger(n[1],2)+"-"+e.padInteger(n[2],2):s()}try{return null===t||(t=r||new Date(t),isNaN(t.getTime()))?s():t.getFullYear()+"-"+e.padInteger(t.getMonth()+1,2)+"-"+e.padInteger(t.getDate(),2)}catch{return s()}},e.formatDate=function(t){return i(t).format("YYYY-MM-DD")},e.time=function(t,o){let r=(t=(t=e.string(t).toLowerCase()).trim()).match(/^(\d+)([:|.](\d+))?([:|.](\d+))?\s*(am|pm|AM|PM|a|p|A|M)?$/);if(r){let t=parseInt(r[1],10),i=void 0===r[3]?0:parseInt(r[3],10),o=void 0===r[5]?0:parseInt(r[5],10),n=r[6]?r[6].toLowerCase():r[6];return n&&=n.charAt(0),12===t&&"a"===n?t-=12:12===t&&"p"===n||"p"===n&&(t+=12),(24===t||"24"===t)&&(t=0),e.padInteger(t,2)+":"+e.padInteger(i,2)+":"+e.padInteger(o,2)}return void 0===o?i().format("HH:mm"):o},e.formatTime=function(t){return i(t).format("HH:mm:ss")},e.tags=function(t,i){return"string"==typeof t&&(t=t.split(/,\s*/)),Array.isArray(t)?t.map((t=>e.string(t))).map(i||e.filterTag).filter((t=>t.length>0)):[]},e.idRegExp=e.options.idRegExp||/^[A-Za-z0-9_]+$/,e.id=function(t,i){let o=e.string(t,i);return o===i||o.match(e.idRegExp)?o:i},e.ids=function(t){return Array.isArray(t)?t.filter((function(t){return void 0!==e.id(t)})):[]},e},e.exports.naughtyHref=r})),Dt=v(b(((t,e)=>{var i=J(),o=V(),{isPlainObject:r}=Z(),n=X(),s=$(),{parse:a}=St(),{naughtyHref:l}=Et(),d=["img","audio","video","picture","svg","object","map","iframe","embed"],c=["script","style"];function u(t,e){t&&Object.keys(t).forEach((function(i){e(t[i],i)}))}function h(t,e){return{}.hasOwnProperty.call(t,e)}function p(t,e){let i=[];return u(t,(function(t){e(t)&&i.push(t)})),i}e.exports=g;var f=/^[^\0\t\n\f\r /<=>]+$/;function g(t,e){if(null==t)return"";"number"==typeof t&&(t=t.toString());let b="",m="";function v(t,e){let i=this;this.tag=t,this.attribs=e||{},this.tagPosition=b.length,this.text="",this.openingTagLength=0,this.mediaChildren=[],this.updateParentNodeText=function(){B.length&&(B[B.length-1].text+=i.text)},this.updateParentNodeMediaChildren=function(){B.length&&d.includes(this.tag)&&B[B.length-1].mediaChildren.push(this.tag)}}(e=Object.assign({},g.defaults,e)).parser=Object.assign({},A,e.parser);let j=function(t){return!1===e.allowedTags||(e.allowedTags||[]).indexOf(t)>-1};c.forEach((function(t){j(t)&&!e.allowVulnerableTags&&console.warn(`\n\n⚠️ Your \`allowedTags\` option includes, \`${t}\`, which is inherently\nvulnerable to XSS attacks. Please remove it from \`allowedTags\`.\nOr, to disable this warning, add the \`allowVulnerableTags\` option\nand ensure you are accounting for this risk.\n\n`)}));let w,y,_=e.nonTextTags||["script","style","textarea","option","xmp"];e.allowedAttributes&&(w={},y={},u(e.allowedAttributes,(function(t,e){w[e]=[];let i=[];t.forEach((function(t){"string"==typeof t&&t.indexOf("*")>=0?i.push(o(t).replace(/\\\*/g,".*")):w[e].push(t)})),i.length&&(y[e]=RegExp("^("+i.join("|")+")$"))})));let k={},x={},C={};u(e.allowedClasses,(function(t,e){if(w&&(h(w,e)||(w[e]=[]),w[e].push("class")),k[e]=t,Array.isArray(t)){let i=[];k[e]=[],C[e]=[],t.forEach((function(t){"string"==typeof t&&t.indexOf("*")>=0?i.push(o(t).replace(/\\\*/g,".*")):t instanceof RegExp?C[e].push(t):k[e].push(t)})),i.length&&(x[e]=RegExp("^("+i.join("|")+")$"))}}));let I,z={};u(e.transformTags,(function(t,e){let i;"function"==typeof t?i=t:"string"==typeof t&&(i=g.simpleTransform(t)),"*"===e?I=i:z[e]=i}));let S,B,E,D,F,R,M=!1;L();let T=new i.Parser({onopentag:function(t,i){if(e.onOpenTag&&e.onOpenTag(t,i),e.enforceHtmlBoundary&&"html"===t&&L(),F)return void R++;let o=new v(t,i);B.push(o);let l,d=!1,c=!!o.text;if(h(z,t)&&(l=z[t](t,i),o.attribs=i=l.attribs,void 0!==l.text&&(o.innerText=l.text),t!==l.tagName&&(o.name=t=l.tagName,D[S]=l.tagName)),I&&(l=I(t,i),o.attribs=i=l.attribs,t!==l.tagName&&(o.name=t=l.tagName,D[S]=l.tagName)),(!j(t)||"recursiveEscape"===e.disallowedTagsMode&&!function(t){for(let e in t)if(h(t,e))return!1;return!0}(E)||null!=e.nestingLimit&&S>=e.nestingLimit)&&(d=!0,E[S]=!0,("discard"===e.disallowedTagsMode||"completelyDiscard"===e.disallowedTagsMode)&&-1!==_.indexOf(t)&&(F=!0,R=1)),S++,d){if("discard"===e.disallowedTagsMode||"completelyDiscard"===e.disallowedTagsMode){if(o.innerText&&!c){let i=O(o.innerText);b+=e.textFilter?e.textFilter(i,t):i,M=!0}return}m=b,b=""}b+="<"+t,"script"===t&&(e.allowedScriptHostnames||e.allowedScriptDomains)&&(o.innerText=""),d&&("escape"===e.disallowedTagsMode||"recursiveEscape"===e.disallowedTagsMode)&&e.preserveEscapedAttributes?u(i,(function(t,e){b+=" "+e+'="'+O(t||"",!0)+'"'})):(!w||h(w,t)||w["*"])&&u(i,(function(i,l){if(!f.test(l))return void delete o.attribs[l];if(""===i&&!e.allowedEmptyAttributes.includes(l)&&(e.nonBooleanAttributes.includes(l)||e.nonBooleanAttributes.includes("*")))return void delete o.attribs[l];let d=!1;if(!w||h(w,t)&&-1!==w[t].indexOf(l)||w["*"]&&-1!==w["*"].indexOf(l)||h(y,t)&&y[t].test(l)||y["*"]&&y["*"].test(l))d=!0;else if(w&&w[t])for(let e of w[t])if(r(e)&&e.name&&e.name===l){d=!0;let t="";if(!0===e.multiple){let o=i.split(" ");for(let i of o)-1!==e.values.indexOf(i)&&(""===t?t=i:t+=" "+i)}else e.values.indexOf(i)>=0&&(t=i);i=t}if(d){if(-1!==e.allowedSchemesAppliedToAttributes.indexOf(l)&&q(t,i))return void delete o.attribs[l];if("script"===t&&"src"===l){let t=!0;try{let o=H(i);if(e.allowedScriptHostnames||e.allowedScriptDomains){let i=(e.allowedScriptHostnames||[]).find((function(t){return t===o.url.hostname})),r=(e.allowedScriptDomains||[]).find((function(t){return o.url.hostname===t||o.url.hostname.endsWith(`.${t}`)}));t=i||r}}catch{t=!1}if(!t)return void delete o.attribs[l]}if("iframe"===t&&"src"===l){let t=!0;try{let o=H(i);if(o.isRelativeUrl)t=h(e,"allowIframeRelativeUrls")?e.allowIframeRelativeUrls:!e.allowedIframeHostnames&&!e.allowedIframeDomains;else if(e.allowedIframeHostnames||e.allowedIframeDomains){let i=(e.allowedIframeHostnames||[]).find((function(t){return t===o.url.hostname})),r=(e.allowedIframeDomains||[]).find((function(t){return o.url.hostname===t||o.url.hostname.endsWith(`.${t}`)}));t=i||r}}catch{t=!1}if(!t)return void delete o.attribs[l]}if("srcset"===l||"imagesrcset"===l)try{let t=s(i);if(t.forEach((function(t){q(l,t.url)&&(t.evil=!0)})),t=p(t,(function(t){return!t.evil})),!t.length)return void delete o.attribs[l];i=function(t){return t.map((function(t){if(!t.url)throw Error("URL missing");return t.url+(t.w?` ${t.w}w`:"")+(t.h?` ${t.h}h`:"")+(t.d?` ${t.d}x`:"")})).join(", ")}(p(t,(function(t){return!t.evil}))),o.attribs[l]=i}catch{return void delete o.attribs[l]}if("class"===l){let e=k[t],r=k["*"],s=[x[t],x["*"]].concat(C[t],C["*"]).filter((function(t){return t}));if(!(i=function(t,e,i){return e?(t=t.split(/\s+/)).filter((function(t){return-1!==e.indexOf(t)||i.some((function(e){return e.test(t)}))})).join(" "):t}(i,e&&r?n(e,r):e||r,s)).length)return void delete o.attribs[l]}if("style"===l)if(e.parseStyleAttributes)try{if(i=function(t){return t.nodes[0].nodes.reduce((function(t,e){return t.push(`${e.prop}:${e.value}${e.important?" !important":""}`),t}),[]).join(";")}(function(t,e){if(!e)return t;let i,o=t.nodes[0];return i=e[o.selector]&&e["*"]?n(e[o.selector],e["*"]):e[o.selector]||e["*"],i&&(t.nodes[0].nodes=o.nodes.reduce(function(t){return function(e,i){return h(t,i.prop)&&t[i.prop].some((function(t){return t.test(i.value)}))&&e.push(i),e}}(i),[])),t}(a(t+" {"+i+"}",{map:!1}),e.allowedStyles)),0===i.length)return void delete o.attribs[l]}catch{return typeof window<"u"&&console.warn('Failed to parse "'+t+" {"+i+"}\", If you're running this in a browser, we recommend to disable style parsing: options.parseStyleAttributes: false, since this only works in a node environment due to a postcss dependency, More info: https://github.com/apostrophecms/sanitize-html/issues/547"),void delete o.attribs[l]}else if(e.allowedStyles)throw Error("allowedStyles option cannot be used together with parseStyleAttributes: false.");b+=" "+l,i&&i.length?b+='="'+O(i,!0)+'"':e.allowedEmptyAttributes.includes(l)&&(b+='=""')}else delete o.attribs[l]})),-1===e.selfClosing.indexOf(t)?(b+=">",o.innerText&&!c&&!e.textFilter&&(b+=O(o.innerText),M=!0)):b+=" />",d&&(b=m+O(b),m=""),o.openingTagLength=b.length-o.tagPosition},ontext:function(t){if(F)return;let i,o=B[B.length-1];if(o&&(i=o.tag,t=void 0===o.innerText?t:o.innerText),"completelyDiscard"!==e.disallowedTagsMode||j(i))if(!i||!j(i)||"discard"!==e.disallowedTagsMode&&"completelyDiscard"!==e.disallowedTagsMode||"script"!==i&&"style"!==i)if(!i||!j(i)||"discard"!==e.disallowedTagsMode&&"completelyDiscard"!==e.disallowedTagsMode||"textarea"!==i&&"xmp"!==i){if(!M){let o=O(t,!1);b+=e.textFilter?e.textFilter(o,i):o}}else b+=t;else b+=t;else t="";B.length&&(B[B.length-1].text+=t)},onclosetag:function(t,i){if(e.onCloseTag&&e.onCloseTag(t,i),F){if(R--,R)return;F=!1}let o=B.pop();if(!o)return;if(o.tag!==t)return void B.push(o);F=!!e.enforceHtmlBoundary&&"html"===t,S--;let r=E[S];if(r){if(delete E[S],"discard"===e.disallowedTagsMode||"completelyDiscard"===e.disallowedTagsMode)return void o.updateParentNodeText();m=b,b=""}if(D[S]&&(t=D[S],delete D[S]),e.exclusiveFilter){let t=e.exclusiveFilter(o);if("excludeTag"===t)return r&&(b=m,m=""),void(b=b.substring(0,o.tagPosition)+b.substring(o.tagPosition+o.openingTagLength));if(t)return void(b=b.substring(0,o.tagPosition))}o.updateParentNodeMediaChildren(),o.updateParentNodeText(),-1!==e.selfClosing.indexOf(t)||i&&!j(t)&&["escape","recursiveEscape"].indexOf(e.disallowedTagsMode)>=0?r&&(b=m,m=""):(b+="</"+t+">",r&&(b=m+O(b),m=""),M=!1)}},e.parser);if(T.write(t),T.end(),"escape"===e.disallowedTagsMode||"recursiveEscape"===e.disallowedTagsMode){let e=T.endIndex;if(null!=e&&e>=0&&e<t.length){let i=t.substring(e);b+=O(i)}else(null==e||e<0)&&t.length>0&&""===b&&(b=O(t))}return b;function L(){b="",S=0,B=[],E={},D={},F=!1,R=0}function O(t,i){return"string"!=typeof t&&(t+=""),e.parser.decodeEntities&&(t=t.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">"),i&&(t=t.replace(/"/g,"""))),t=t.replace(/&(?![a-zA-Z0-9#]{1,20};)/g,"&").replace(/</g,"<").replace(/>/g,">"),i&&(t=t.replace(/"/g,""")),t}function q(t,i){return l(i,{allowedSchemes:h(e.allowedSchemesByTag,t)?e.allowedSchemesByTag[t]:e.allowedSchemes||[],allowProtocolRelative:e.allowProtocolRelative})}function H(t){if((t=t.replace(/^(\w+:)?\s*[\\/]\s*[\\/]/,"$1//")).startsWith("relative:"))throw Error("relative: exploit attempt");let e="relative://relative-site";for(let t=0;t<100;t++)e+=`/${t}`;let i=new URL(t,e);return{isRelativeUrl:i&&"relative-site"===i.hostname&&"relative:"===i.protocol,url:i}}}var A={decodeEntities:!0};g.defaults={allowedTags:"address.article.aside.footer.header.h1.h2.h3.h4.h5.h6.hgroup.main.nav.section.blockquote.dd.div.dl.dt.figcaption.figure.hr.li.menu.ol.p.pre.ul.a.abbr.b.bdi.bdo.br.cite.code.data.dfn.em.i.kbd.mark.q.rb.rp.rt.rtc.ruby.s.samp.small.span.strong.sub.sup.time.u.var.wbr.caption.col.colgroup.table.tbody.td.tfoot.th.thead.tr".split("."),nonBooleanAttributes:"abbr.accept.accept-charset.accesskey.action.allow.alt.as.autocapitalize.autocomplete.blocking.charset.cite.class.color.cols.colspan.content.contenteditable.coords.crossorigin.data.datetime.decoding.dir.dirname.download.draggable.enctype.enterkeyhint.fetchpriority.for.form.formaction.formenctype.formmethod.formtarget.headers.height.hidden.high.href.hreflang.http-equiv.id.imagesizes.imagesrcset.inputmode.integrity.is.itemid.itemprop.itemref.itemtype.kind.label.lang.list.loading.low.max.maxlength.media.method.min.minlength.name.nonce.optimum.pattern.ping.placeholder.popover.popovertarget.popovertargetaction.poster.preload.referrerpolicy.rel.rows.rowspan.sandbox.scope.shape.size.sizes.slot.span.spellcheck.src.srcdoc.srclang.srcset.start.step.style.tabindex.target.title.translate.type.usemap.value.width.wrap.onauxclick.onafterprint.onbeforematch.onbeforeprint.onbeforeunload.onbeforetoggle.onblur.oncancel.oncanplay.oncanplaythrough.onchange.onclick.onclose.oncontextlost.oncontextmenu.oncontextrestored.oncopy.oncuechange.oncut.ondblclick.ondrag.ondragend.ondragenter.ondragleave.ondragover.ondragstart.ondrop.ondurationchange.onemptied.onended.onerror.onfocus.onformdata.onhashchange.oninput.oninvalid.onkeydown.onkeypress.onkeyup.onlanguagechange.onload.onloadeddata.onloadedmetadata.onloadstart.onmessage.onmessageerror.onmousedown.onmouseenter.onmouseleave.onmousemove.onmouseout.onmouseover.onmouseup.onoffline.ononline.onpagehide.onpageshow.onpaste.onpause.onplay.onplaying.onpopstate.onprogress.onratechange.onreset.onresize.onrejectionhandled.onscroll.onscrollend.onsecuritypolicyviolation.onseeked.onseeking.onselect.onslotchange.onstalled.onstorage.onsubmit.onsuspend.ontimeupdate.ontoggle.onunhandledrejection.onunload.onvolumechange.onwaiting.onwheel".split("."),disallowedTagsMode:"discard",allowedAttributes:{a:["href","name","target"],img:["src","srcset","alt","title","width","height","loading"]},allowedEmptyAttributes:["alt"],selfClosing:["img","br","hr","area","base","basefont","input","link","meta"],allowedSchemes:["http","https","ftp","mailto","tel"],allowedSchemesByTag:{},allowedSchemesAppliedToAttributes:["href","src","cite","action","formaction","data","xlink:href","poster","background","ping","longdesc","usemap","codebase","classid","archive","profile","manifest","itemid","dynsrc","lowsrc"],allowProtocolRelative:!0,enforceHtmlBoundary:!1,parseStyleAttributes:!0,preserveEscapedAttributes:!1},g.simpleTransform=function(t,e,i){return i=void 0===i||i,e||={},function(o,r){let n;if(i)for(n in e)r[n]=e[n];else r=e;return{tagName:t,attribs:r}}}}))()),Ft=[...Dt.default.defaults.allowedTags,"img","mg-icon"],Rt={a:["href","target"],img:["src","srcset","alt","width","height","loading"],"*":["style","class","aria-*"],"mg-icon":["icon","size","variant","variant-style","color"]},Mt=class{#t=Ft;#e={...Rt};constructor(t){if(t?.disallowTags&&(this.#t=this.#t.filter((e=>-1===t.disallowTags?.indexOf(e)))),t?.disallowAttributes)for(let e in t.disallowAttributes){let i=this.#e[e];Array.isArray(i)&&(this.#e[e]=i.filter((i=>-1===t.disallowAttributes?.[e]?.indexOf(i))))}}sanitize(t){return(0,Dt.default)(t,{allowedTags:this.#t,allowedAttributes:this.#e})}};
|
|
2
|
-
/*!
|
|
3
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
6
|
-
*/const Tt="4.12.25",Lt="es2020",Ot=!0,qt=!0;let Ht=!1;const Ut=!0,Pt="https://xdsoft.net/jodit/",Kt="\ufeff",Nt="undefined"!=typeof window?window:void 0,Qt="undefined"!=typeof document?document:void 0,Wt=/^(ADDRESS|ARTICLE|ASIDE|BLOCKQUOTE|CANVAS|DD|DFN|DIV|DL|DT|FIELDSET|FIGCAPTION|FIGURE|FOOTER|FORM|H[1-6]|HEADER|HGROUP|HR|LI|MAIN|NAV|NOSCRIPT|OUTPUT|P|PRE|RUBY|SCRIPT|STYLE|OBJECT|OL|SECTION|IFRAME|JODIT|JODIT-MEDIA|UL|TR|TD|TH|TBODY|THEAD|TFOOT|TABLE|BODY|HTML|VIDEO)$/i,Yt=/^(STRONG|SPAN|I|EM|B|SUP|SUB|A|U)$/i,Gt=new Set(["ul","ol"]),Jt=["img","video","svg","iframe","script","input","textarea","link","jodit","jodit-media"],Vt=new Set([...Jt,"br","hr"]),Zt=new Set(Jt),Xt="Meta",$t="Backspace",te="Tab",ee="Enter",ie="Escape",oe="ArrowLeft",re="ArrowUp",ne="ArrowRight",se="ArrowDown",ae="Delete",le=[Xt,$t,ae,re,se,ne,oe,ee,ie,"F3",te],de="br",ce="p",ue=1,he=2,pe=3,fe="undefined"!=typeof navigator&&(-1!==navigator.userAgent.indexOf("MSIE")||/rv:11.0/i.test(navigator.userAgent)),ge=fe?"text":"text/plain",Ae=fe?"html":"text/html",be=fe?"rtf":"text/rtf",me="jodit-selection_marker",ve="insert_as_html",je=void 0!==Nt&&/Mac|iPod|iPhone|iPad/.test(Nt.navigator.platform),we={add:"+",break:"pause",cmd:"meta",command:"meta",ctl:"control",ctrl:"control",del:"delete",down:"arrowdown",esc:"escape",ins:"insert",left:"arrowleft",mod:je?"meta":"control",opt:"alt",option:"alt",return:"enter",right:"arrowright",space:"space",spacebar:"space",up:"arrowup",win:"meta",windows:"meta"},ye=t=>{const e=t.split("/"),i=!1;return/\.js/.test(e[e.length-1])?{basePath:e.slice(0,e.length-1).join("/")+"/",isMin:i}:{basePath:t,isMin:i}},{basePath:_e,isMin:ke}=(()=>{if("undefined"==typeof document)return{basePath:"",isMin:Boolean(!1)};const t=Qt.currentScript;if(t)return ye(t.src);const e=Qt.querySelectorAll("script[src]");return ye(e&&e.length?e[e.length-1].src:Nt.location.href)})(),xe=_e,Ce=ke,Ie="data-jodit-temp",ze={},Se="source-consumer",Be=new Set(["touchstart","touchend","scroll","mousewheel","mousemove","touchmove"]);var Ee=Object.freeze({__proto__:null,ACCURACY:10,APP_VERSION:Tt,BASE_PATH:xe,BASE_PATH_IS_MIN:Ce,BR:de,CLIPBOARD_ID:"clipboard",COMMAND_KEYS:le,EMULATE_DBLCLICK_TIMEOUT:300,ES:Lt,FAT_MODE:Ut,HOMEPAGE:Pt,INSEPARABLE_TAGS:Vt,INSERT_AS_HTML:ve,INSERT_AS_TEXT:"insert_as_text",INSERT_CLEAR_HTML:"insert_clear_html",INSERT_ONLY_TEXT:"insert_only_text",INVISIBLE_SPACE:Kt,INVISIBLE_SPACE_REG_EXP:()=>/[\uFEFF]/g,INVISIBLE_SPACE_REG_EXP_END:()=>/[\uFEFF]+$/g,INVISIBLE_SPACE_REG_EXP_START:()=>/^[\uFEFF]+/g,IS_BLOCK:Wt,IS_ES_MODERN:Ot,IS_ES_NEXT:qt,IS_IE:fe,IS_INLINE:Yt,IS_MAC:je,IS_PROD:!0,get IS_TEST(){return Ht},KEY_ALIASES:we,KEY_ALT:"Alt",KEY_BACKSPACE:$t,KEY_DELETE:ae,KEY_DOWN:se,KEY_ENTER:ee,KEY_ESC:ie,KEY_F3:"F3",KEY_LEFT:oe,KEY_META:Xt,KEY_RIGHT:ne,KEY_SPACE:"Space",KEY_TAB:te,KEY_UP:re,LIST_TAGS:Gt,MARKER_CLASS:me,MODE_SOURCE:he,MODE_SPLIT:pe,MODE_WYSIWYG:ue,NBSP_SPACE:" ",NEARBY:5,NO_EMPTY_TAGS:Zt,PARAGRAPH:ce,PASSIVE_EVENTS:Be,SAFE_COUNT_CHANGE_CALL:10,SET_TEST:()=>Ht=!0,SOURCE_CONSUMER:Se,SPACE_REG_EXP:()=>/[\s\n\t\r\uFEFF\u200b]+/g,SPACE_REG_EXP_END:()=>/[\s\n\t\r\uFEFF\u200b]+$/g,SPACE_REG_EXP_START:()=>/^[\s\n\t\r\uFEFF\u200b]+/g,TEMP_ATTR:Ie,TEXT_HTML:Ae,TEXT_PLAIN:ge,TEXT_RTF:be,TOKENS:{},globalDocument:Qt,globalWindow:Nt,lang:ze});
|
|
7
|
-
/*!
|
|
8
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
11
|
-
*/function De(t){return"function"==typeof t}
|
|
12
|
-
/*!
|
|
13
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
15
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
16
|
-
*/function Fe(t,e,i){if(!De(i.value))throw new TypeError(`@autobind can only be applied to methods, but "${e}" is not a function`);const o=i.value;return{configurable:!0,get(){const t=o.bind(this);return Object.defineProperty(this,e,{value:t,configurable:!0,writable:!0}),t}}}
|
|
17
|
-
/*!
|
|
18
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
19
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
20
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
21
|
-
*/const Re={beforeInit:"beforeInit",ready:"ready",beforeDestruct:"beforeDestruct",destructed:"destructed"};
|
|
22
|
-
/*!
|
|
23
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
24
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
25
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
26
|
-
*/function Me(t){return Boolean(t)&&"function"===(typeof t).toLowerCase()&&(t===Function.prototype||/^\s*function\s*(\b[a-z$_][a-z0-9$_]*\b)*\s*\((|([a-z$_][a-z0-9$_]*)(\s*,[a-z$_][a-z0-9$_]*)*)\)\s*{\s*\[native code]\s*}\s*$/i.test(String(t)))}
|
|
27
|
-
/*!
|
|
28
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
31
|
-
*/function Te(t){return Array.isArray(t)}
|
|
32
|
-
/*!
|
|
33
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
35
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
36
|
-
*/function Le(t){return"string"==typeof t}function Oe(t){return Te(t)&&Le(t[0])}
|
|
37
|
-
/*!
|
|
38
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
39
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
41
|
-
*/function qe(t){return null==t}
|
|
42
|
-
/*!
|
|
43
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
44
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
45
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
46
|
-
*/function He(t,e){if(!Le(t)||!t.length)return null;const i=t.split(".");let o=e;try{for(const t of i){if(qe(o[t]))return null;o=o[t]}}catch(t){return null}return qe(o)?null:o}
|
|
47
|
-
/*!
|
|
48
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
49
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
50
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
51
|
-
*/const Ue={};function Pe(t){var e,i;if(!(t in Ue)){const i=Qt.createElement("iframe");try{if(i.src="about:blank",Qt.body.appendChild(i),!i.contentWindow)return null;const e=He(t,i.contentWindow),o=He(t.split(".").slice(0,-1).join("."),i.contentWindow);De(e)&&(Ue[t]=e.bind(o))}catch(t){}finally{null===(e=i.parentNode)||void 0===e||e.removeChild(i)}}return null!==(i=Ue[t])&&void 0!==i?i:null}
|
|
52
|
-
/*!
|
|
53
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
54
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
55
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
56
|
-
*/const Ke=function(...t){var e;return(Me(Array.from)?Array.from:null!==(e=Pe("Array.from"))&&void 0!==e?e:Array.from).apply(Array,t)},Ne=t=>Le(t)&&/<([A-Za-z][A-Za-z0-9]*)\b[^>]*>(.*?)<\/\1>/m.test(t.replace(/[\r\n]/g,""))
|
|
57
|
-
/*!
|
|
58
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
59
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
60
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
61
|
-
*/;
|
|
62
|
-
/*!
|
|
63
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
64
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
65
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
66
|
-
*/function Qe(t){return Boolean(t)&&De(t.has)&&De(t.add)&&De(t.delete)}
|
|
67
|
-
/*!
|
|
68
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
69
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
70
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
71
|
-
*/function We(t){return t.replace(/[\s\n\t\r\uFEFF\u200b]+$/g,"").replace(/^[\s\n\t\r\uFEFF\u200b]+/g,"")}function Ye(t,e){return t.replace(RegExp(`[${e}]+$`),"").replace(RegExp(`^[${e}]+`),"")}function Ge(t){return t.replace(/[\uFEFF]+$/g,"").replace(/^[\uFEFF]+/g,"")}
|
|
72
|
-
/*!
|
|
73
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
74
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
75
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
76
|
-
*/class Je extends Error{constructor(t){super(t),this.name="AssertionError"}}function Ve(t,e){if(!t)throw new Je(`Assertion failed: ${e}`)}
|
|
77
|
-
/*!
|
|
78
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
79
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
80
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
81
|
-
*/function Ze(t){return null!=t&&t===t.window}
|
|
82
|
-
/*!
|
|
83
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
84
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
85
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
86
|
-
*/function Xe(t){return!(!t||"object"!=typeof t||t.nodeType||Ze(t)||t.constructor&&!{}.hasOwnProperty.call(t.constructor.prototype,"isPrototypeOf"))}
|
|
87
|
-
/*!
|
|
88
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
89
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
90
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
91
|
-
*/const $e=t=>t.replace(/([A-Z])([A-Z])([a-z])/g,"$1-$2$3").replace(/([a-z])([A-Z])/g,"$1-$2").replace(/[\s_]+/g,"-").toLowerCase(),ti=t=>t.replace(/([A-Z])([A-Z])([a-z])/g,"$1-$2$3").replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();
|
|
92
|
-
/*!
|
|
93
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
94
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
95
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
96
|
-
*/
|
|
97
|
-
function ei(t){return"boolean"==typeof t}
|
|
98
|
-
/*!
|
|
99
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
100
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
101
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
102
|
-
*/function ii(t){if(Le(t)){if(!t.match(/^([+-])?[0-9]+(\.?)([0-9]+)?(e[0-9]+)?$/))return!1;t=parseFloat(t)}return"number"==typeof t&&!isNaN(t)&&isFinite(t)}
|
|
103
|
-
/*!
|
|
104
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
105
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
106
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
107
|
-
*/const oi=t=>{if("rgba(0, 0, 0, 0)"===t||""===t)return!1;if(!t)return"#000000";if("#"===t.substr(0,1))return t;const e=/([\s\n\t\r]*?)rgb\((\d+), (\d+), (\d+)\)/.exec(t)||/([\s\n\t\r]*?)rgba\((\d+), (\d+), (\d+), ([\d.]+)\)/.exec(t);if(!e)return"#000000";const i=parseInt(e[2],10),o=parseInt(e[3],10);let r=(parseInt(e[4],10)|o<<8|i<<16).toString(16).toUpperCase();for(;r.length<6;)r="0"+r;return e[1]+"#"+r},ri=/^(left|top|bottom|right|width|min|max|height|margin|padding|fontsize|font-size)/i;
|
|
108
|
-
/*!
|
|
109
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
110
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
111
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
112
|
-
*/function ni(t,e){return!qe(e)&&ri.test(t)&&ii(e.toString())?parseInt(e.toString(),10)+"px":e}function si(t,e){if("font-weight"===$e(t)){switch(e.toString().toLowerCase()){case"700":case"bold":return 700;case"400":case"normal":return 400;case"900":case"heavy":return 900}return ii(e)?Number(e):e}return/color/i.test(t)&&/^rgb/i.test(e.toString())&&oi(e.toString())||e}
|
|
113
|
-
/*!
|
|
114
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
115
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
116
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
117
|
-
*/const ai=t=>t.replace(/([-_])(.)/g,((t,e,i)=>i.toUpperCase()));
|
|
118
|
-
/*!
|
|
119
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
120
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
121
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
122
|
-
*/function li(t,e,i,o=!1){if(ei(i)&&(o=i,i=void 0),Xe(e)||void 0!==i){const o=(t,e,i)=>{void 0===(i=ni(e,i))||null!=i&&li(t,e,!0)===si(e,i)||(t.style[e]=i)};if(Xe(e)){const i=Object.keys(e);for(let r=0;r<i.length;r+=1)o(t,ai(i[r]),e[i[r]])}else o(t,ai(e),i);return""}const r=$e(e),n=t.ownerDocument||document,s=!!n&&(n.defaultView||n.parentWindow),a=t.style[e];let l="";return void 0!==a&&""!==a?l=a:s&&!o&&(l=s.getComputedStyle(t).getPropertyValue(r)),ri.test(e)&&/^[-+]?[0-9.]+px$/.test(l.toString())&&(l=parseInt(l.toString(),10)),si(e,l)}const di=t=>{"block"===li(t,"display")&&li(t,"display","");const{style:e}=t;"auto"===e.marginLeft&&"auto"===e.marginRight&&(e.marginLeft="",e.marginRight="")};
|
|
123
|
-
/*!
|
|
124
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
125
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
126
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
127
|
-
*/function ci(t,e,i){if(!t||!De(t.getAttribute))return null;if(!Le(e))return Object.keys(e).forEach((i=>{const o=e[i];Xe(o)&&"style"===i?li(t,o):("className"===i&&(i="class"),ci(t,i,o))})),null;let o=ti(e);if(/^-/.test(o)){const e=ci(t,`data${o}`);if(e)return e;o=o.substr(1)}if(void 0!==i){if(null!=i){let e=i.toString();return"IMG"!==t.nodeName||"width"!==o&&"height"!==o||(e=e.replace("px","")),t.setAttribute(o,e),e}t.hasAttribute(o)&&t.removeAttribute(o)}return t.getAttribute(o)}
|
|
128
|
-
/*!
|
|
129
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
130
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
131
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
132
|
-
*/function ui(t){return Boolean(t&&t instanceof Object&&De(t.constructor)&&t.isView)}
|
|
133
|
-
/*!
|
|
134
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
135
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
136
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
137
|
-
*/const hi=new WeakMap,pi=(t,e,i)=>{let o=hi.get(t);if(!o){o={},hi.set(t,o);let e=null;ui(t.j)&&(e=t.j.e),ui(t)&&(e=t.e),e&&e.on("beforeDestruct",(()=>{hi.delete(t)}))}return void 0===i?o[e]:(o[e]=i,i)};
|
|
138
|
-
/*!
|
|
139
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
140
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
141
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
142
|
-
*/
|
|
143
|
-
function fi(t="Aborted"){return new DOMException(t,"AbortError")}
|
|
144
|
-
/*!
|
|
145
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
146
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
147
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
148
|
-
*/class gi extends Error{constructor(t){super(t),Object.setPrototypeOf(this,gi.prototype)}}
|
|
149
|
-
/*!
|
|
150
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
151
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
152
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
153
|
-
*/class Ai extends TypeError{constructor(t){super(t),Object.setPrototypeOf(this,Ai.prototype)}}
|
|
154
|
-
/*!
|
|
155
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
156
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
157
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
158
|
-
*/function bi(t){return new TypeError(t)}function mi(t){return new gi(t)}
|
|
159
|
-
/*!
|
|
160
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
161
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
162
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
163
|
-
*/
|
|
164
|
-
function vi(t){return t&&"function"==typeof t.then}
|
|
165
|
-
/*!
|
|
166
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
167
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
168
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
169
|
-
*/function ji(t,...e){return t(...e)}function wi(t,e){ci(e,"data-editor_id",t.id),!e.component&&Object.defineProperty(e,"jodit",{value:t})}function yi(t,e){return vi(t)?t.then((t=>t),(()=>null)).finally(e):null==e?void 0:e()}const _i=(t,e=!0)=>{if(e)return Object.keys(t);const i=[];for(const e in t)i.push(e);return i};function ki(t,e){let i;do{i=Object.getOwnPropertyDescriptor(t,e),t=Object.getPrototypeOf(t)}while(!i&&t);return i}
|
|
170
|
-
/*!
|
|
171
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
172
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
173
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
174
|
-
*/class xi{constructor(){throw new Error("Dom is static module")}static detach(t){for(;t&&t.firstChild;)t.removeChild(t.firstChild)}static wrapNextInline(t,e,i){let o;const r=t;let n=t;i.s.save();let s=!1;do{s=!1,o=n.nextSibling,!o||xi.isBlock(o)||xi.isTag(o,"br")||(s=!0,n=o)}while(s);return xi.__wrapElements(e,i,r,n)}static __wrapElements(t,e,i,o){const r=Le(t)?e.createInside.element(t):t;i.parentNode&&i.parentNode.insertBefore(r,i);let n=i;for(;n&&(n=i.nextSibling,r.appendChild(i),i!==o&&n);)i=n;return e.s.restore(),r}static wrapInline(t,e,i){let o,r=t,n=t;i.s.save();let s=!1;do{s=!1,o=r.previousSibling,o&&!xi.isBlock(o)&&(s=!0,r=o)}while(s);do{s=!1,o=n.nextSibling,o&&!xi.isBlock(o)&&(s=!0,n=o)}while(s);return xi.__wrapElements(e,i,r,n)}static wrap(t,e,i){const o=Le(e)?i.element(e):e;if(xi.isNode(t)){if(!t.parentNode)throw bi("Element should be in DOM");t.parentNode.insertBefore(o,t),o.appendChild(t)}else{const e=t.extractContents();t.insertNode(o),o.appendChild(e)}return o}static unwrap(t){const e=t.parentNode;if(e){for(;t.firstChild;)e.insertBefore(t.firstChild,t);xi.safeRemove(t)}}static between(t,e,i){let o=t;for(;o&&o!==e&&(t===o||!i(o));){let t=o.firstChild||o.nextSibling;if(!t){for(;o&&!o.nextSibling;)o=o.parentNode;t=null==o?void 0:o.nextSibling}o=t}}static replace(t,e,i,o=!1,r=!1){let n;if(Ne(e)&&(Ve(i,"Need create instance for new tag"),e=i.fromHTML(e)),Le(e)?(Ve(i,"Need create instance for new tag"),n=i.element(e)):n=e,!r)for(;t.firstChild;)n.appendChild(t.firstChild);return o&&xi.isElement(t)&&xi.isElement(n)&&Ke(t.attributes).forEach((t=>{n.setAttribute(t.name,t.value)})),t.parentNode&&t.parentNode.replaceChild(n,t),n}static isEmptyTextNode(t){return xi.isText(t)&&(!t.nodeValue||0===t.nodeValue.replace(/[\uFEFF]/g,"").trim().length)}static isEmptyContent(t){return xi.each(t,(t=>xi.isEmptyTextNode(t)))}static isContentEditable(t,e){return xi.isNode(t)&&!xi.closest(t,(t=>xi.isElement(t)&&"false"===t.getAttribute("contenteditable")),e)}static isEmpty(t,e=Zt){if(!t)return!0;let i;i=De(e)?e:t=>e.has(t.nodeName.toLowerCase());const o=t=>null==t.nodeValue||0===We(t.nodeValue).length;return xi.isText(t)?o(t):!(xi.isElement(t)&&i(t))&&xi.each(t,(t=>{if(xi.isText(t)&&!o(t)||xi.isElement(t)&&i(t))return!1}))}static isNode(t){return Boolean(t&&Le(t.nodeName)&&"number"==typeof t.nodeType&&t.childNodes&&De(t.appendChild))}static isCell(t){return xi.isNode(t)&&("TD"===t.nodeName||"TH"===t.nodeName)}static isList(t){return xi.isTag(t,Gt)}static isLeaf(t){return xi.isTag(t,"li")}static isImage(t){return xi.isNode(t)&&/^(img|svg|picture|canvas)$/i.test(t.nodeName)}static isBlock(t){return!qe(t)&&"object"==typeof t&&xi.isNode(t)&&Wt.test(t.nodeName)}static isText(t){return Boolean(t&&t.nodeType===Node.TEXT_NODE)}static isComment(t){return Boolean(t&&t.nodeType===Node.COMMENT_NODE)}static isElement(t){return!!xi.isNode(t)&&t.nodeType===Node.ELEMENT_NODE}static isFragment(t){var e;if(!xi.isNode(t))return!1;const i=null===(e=t.ownerDocument)||void 0===e?void 0:e.defaultView;return Boolean(i&&t.nodeType===Node.DOCUMENT_FRAGMENT_NODE)}static isHTMLElement(t){var e;if(!xi.isNode(t))return!1;const i=null===(e=t.ownerDocument)||void 0===e?void 0:e.defaultView;return t instanceof(i?i.HTMLElement:HTMLElement)}static isInlineBlock(t){return xi.isElement(t)&&!/^(BR|HR)$/i.test(t.tagName)&&-1!==["inline","inline-block"].indexOf(li(t,"display").toString())}static canSplitBlock(t){return!qe(t)&&xi.isHTMLElement(t)&&xi.isBlock(t)&&!/^(TD|TH|CAPTION|FORM)$/.test(t.nodeName)&&void 0!==t.style&&!/^(fixed|absolute)/i.test(t.style.position)}static first(t,e){let i=null==t?void 0:t.firstChild;if(!i)return null;do{if(e(i))return i;let o=i.firstChild;if(o||(o=i.nextSibling),!o&&i.parentNode!==t){do{i=i.parentNode}while(i&&!(null==i?void 0:i.nextSibling)&&i.parentNode!==t);o=null==i?void 0:i.nextSibling}i=o}while(i);return null}static last(t,e){let i=null==t?void 0:t.lastChild;if(!i)return null;do{if(e(i))return i;let o=i.lastChild;if(o||(o=i.previousSibling),!o&&i.parentNode!==t){do{i=i.parentNode}while(i&&!(null==i?void 0:i.previousSibling)&&i.parentNode!==t);o=null==i?void 0:i.previousSibling}i=o}while(i);return null}static prev(t,e,i,o=!0){return xi.find(t,e,i,!1,o)}static next(t,e,i,o=!0){return xi.find(t,e,i,!0,o)}static prevWithClass(t,e){return xi.prev(t,(t=>xi.isElement(t)&&t.classList.contains(e)),t.parentNode)}static nextWithClass(t,e){return xi.next(t,(t=>xi.isElement(t)&&t.classList.contains(e)),t.parentNode)}static find(t,e,i,o=!0,r=!0){const n=this.nextGen(t,i,o,r);let s=n.next();for(;!s.done;){if(e(s.value))return s.value;s=n.next()}return null}static*nextGen(t,e,i=!0,o=!0){const r=[];let n=t;do{let e=i?n.nextSibling:n.previousSibling;for(;e;)r.unshift(e),e=i?e.nextSibling:e.previousSibling;yield*this.runInStack(t,r,i,o),n=n.parentNode}while(n&&n!==e);return null}static each(t,e,i=!0){const o=this.eachGen(t,i);let r=o.next();for(;!r.done;){if(!1===e(r.value))return!1;r=o.next()}return!0}static eachGen(t,e=!0){return this.runInStack(t,[t],e)}static*runInStack(t,e,i,o=!0){for(;e.length;){const r=e.pop();if(o){let t=i?r.lastChild:r.firstChild;for(;t;)e.push(t),t=i?t.previousSibling:t.nextSibling}t!==r&&(yield r)}}static findWithCurrent(t,e,i,o="nextSibling",r="firstChild"){let n=t;do{if(e(n))return n||null;if(r&&n&&n[r]){const t=xi.findWithCurrent(n[r],e,n,o,r);if(t)return t}for(;n&&!n[o]&&n!==i;)n=n.parentNode;n&&n[o]&&n!==i&&(n=n[o])}while(n&&n!==i);return null}static findSibling(t,e=!0,i=t=>!xi.isEmptyTextNode(t)){let o=xi.sibling(t,e);for(;o&&!i(o);)o=xi.sibling(o,e);return o&&i(o)?o:null}static findNotEmptySibling(t,e){return xi.findSibling(t,e,(t=>{var e;return!xi.isEmptyTextNode(t)&&Boolean(!xi.isText(t)||(null===(e=t.nodeValue)||void 0===e?void 0:e.length)&&We(t.nodeValue))}))}static findNotEmptyNeighbor(t,e,i){return ji(e?xi.prev:xi.next,t,(t=>Boolean(t&&(!(xi.isText(t)||xi.isComment(t))||We((null==t?void 0:t.nodeValue)||"").length))),i)}static sibling(t,e){return e?t.previousSibling:t.nextSibling}static up(t,e,i,o=!1){let r=t;if(!r)return null;do{if(e(r))return r;if(r===i||!r.parentNode)break;r=r.parentNode}while(r&&r!==i);return r===i&&o&&e(r)?r:null}static closest(t,e,i){let o;const r=t=>t.toLowerCase();if(De(e))o=e;else if(Te(e)||Qe(e)){const t=Qe(e)?e:new Set(e.map(r));o=e=>Boolean(e&&t.has(r(e.nodeName)))}else o=t=>Boolean(t&&r(e)===r(t.nodeName));return xi.up(t,o,i)}static furthest(t,e,i){let o=null,r=null==t?void 0:t.parentElement;for(;r&&r!==i;)e(r)&&(o=r),r=null==r?void 0:r.parentElement;return o}static appendChildFirst(t,e){const i=t.firstChild;i?i!==e&&t.insertBefore(e,i):t.appendChild(e)}static after(t,e){const{parentNode:i}=t;i&&(i.lastChild===t?i.appendChild(e):i.insertBefore(e,t.nextSibling))}static before(t,e){const{parentNode:i}=t;i&&i.insertBefore(e,t)}static prepend(t,e){t.insertBefore(e,t.firstChild)}static append(t,e){Te(e)?e.forEach((e=>{this.append(t,e)})):t.appendChild(e)}static moveContent(t,e,i=!1,o=()=>!0){const r=(t.ownerDocument||Qt).createDocumentFragment();Ke(t.childNodes).filter((t=>!!o(t)||(xi.safeRemove(t),!1))).forEach((t=>{r.appendChild(t)})),i&&e.firstChild?e.insertBefore(r,e.firstChild):e.appendChild(r)}static isOrContains(t,e,i=!1){return t===e?!i:Boolean(e&&t&&this.up(e,(e=>e===t),t,!0))}static safeRemove(...t){t.forEach((t=>xi.isNode(t)&&t.parentNode&&t.parentNode.removeChild(t)))}static safeInsertNode(t,e){t.collapsed||t.deleteContents();const i=xi.isFragment(e)?e.lastChild:e;t.startContainer===t.endContainer&&t.collapsed&&xi.isTag(t.startContainer,Vt)?xi.after(t.startContainer,e):(t.insertNode(e),i&&t.setStartBefore(i)),t.collapse(!0),[e.nextSibling,e.previousSibling].forEach((t=>xi.isText(t)&&!t.nodeValue&&xi.safeRemove(t)))}static hide(t){t&&(pi(t,"__old_display",t.style.display),t.style.display="none")}static show(t){if(!t)return;const e=pi(t,"__old_display");"none"===t.style.display&&(t.style.display=e||"")}static isTag(t,e){if(!this.isElement(t))return!1;const i=t.tagName.toLowerCase(),o=t.tagName.toUpperCase();if(e instanceof Set)return e.has(i)||e.has(o);if(Array.isArray(e))throw new TypeError("Dom.isTag does not support array");return i===e||o===e}static markTemporary(t,e){return e&&ci(t,e),ci(t,Ie,!0),t}static isTemporary(t){return!!xi.isElement(t)&&(xi.isMarker(t)||"true"===ci(t,Ie))}static isMarker(t){return xi.isNode(t)&&xi.isTag(t,"span")&&t.hasAttribute("data-"+me)}static replaceTemporaryFromString(t){return t.replace(/<([a-z]+)[^>]+data-jodit-temp[^>]+>(.+?)<\/\1>/gi,"$2")}static temporaryList(t){return Ke(t.querySelectorAll(`[${Ie}]`))}}
|
|
175
|
-
/*!
|
|
176
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
177
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
178
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
179
|
-
*/function Ci(){let t=!0;try{const e=Qt.createElement("input");e.type="color",e.value="!",t="color"===e.type&&"!"!==e.value}catch(e){t=!1}return t}
|
|
180
|
-
/*!
|
|
181
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
182
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
183
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
184
|
-
*/function Ii(t){return Boolean(t)&&t instanceof DOMException&&"AbortError"===t.name}
|
|
185
|
-
/*!
|
|
186
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
187
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
188
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
189
|
-
*/function zi(t,e={}){if("object"!=typeof t)return String(t);const i=new Set(e.excludeKeys),o=new WeakMap;return JSON.stringify(t,((t,e)=>{if(!i.has(t)){if("object"==typeof e&&null!=e){if(o.get(e))return"[refObject]";o.set(e,!0)}return e}}),e.prettify)}
|
|
190
|
-
/*!
|
|
191
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
192
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
193
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
194
|
-
*/function Si(t,e){return t===e}
|
|
195
|
-
/*!
|
|
196
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
197
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
198
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
199
|
-
*/
|
|
200
|
-
/*!
|
|
201
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
202
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
203
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
204
|
-
*/
|
|
205
|
-
function Bi(t){return!qe(t)&&De(t.init)}function Ei(t){return!qe(t)&&De(t.destruct)}function Di(t){return!qe(t)&&xi.isElement(t.container)}
|
|
206
|
-
/*!
|
|
207
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
208
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
209
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
210
|
-
*/
|
|
211
|
-
/*!
|
|
212
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
213
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
214
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
215
|
-
*/
|
|
216
|
-
function Fi(t){return Boolean(t&&t instanceof Object&&De(t.constructor)&&("undefined"!=typeof Jodit&&t instanceof Jodit||t.isJodit))}
|
|
217
|
-
/*!
|
|
218
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
219
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
220
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
221
|
-
*/const Ri=t=>Le(t)&&23===t.length&&/^[a-z0-9]{5}-[a-z0-9]{5}-[a-z0-9]{5}-[a-z0-9]{5}$/i.test(t)
|
|
222
|
-
/*!
|
|
223
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
224
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
225
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
226
|
-
*/;function Mi(t){return xi.isMarker(t)}
|
|
227
|
-
/*!
|
|
228
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
229
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
230
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
231
|
-
*/function Ti(t){return"number"==typeof t&&!isNaN(t)&&isFinite(t)}
|
|
232
|
-
/*!
|
|
233
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
234
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
235
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
236
|
-
*/function Li(t){if(t.includes(" "))return!1;if("undefined"!=typeof URL)try{const e=new URL(t);return["https:","http:","ftp:","file:","rtmp:"].includes(e.protocol)}catch(t){return!1}const e=Qt.createElement("a");return e.href=t,Boolean(e.hostname)}
|
|
237
|
-
/*!
|
|
238
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
239
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
240
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
241
|
-
*/function Oi(t){return!!t.length&&!/[^0-9A-Za-zа-яА-ЯЁё\w\-_. ]/.test(t)&&t.trim().length>0}
|
|
242
|
-
/*!
|
|
243
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
244
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
245
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
246
|
-
*/function qi(t,e){const i=Object.getOwnPropertyDescriptor(t,e);return!i||De(i.get)?null:i.value}function Hi(t,e,i){const o=i.get;if(!o)throw bi("Getter property descriptor expected");i.get=function(){const t=o.call(this);return t&&!0===t.noCache||Object.defineProperty(this,e,{configurable:i.configurable,enumerable:i.enumerable,writable:!1,value:t}),t}}function Ui(t,e,i){const o=i.value;if(!De(o))throw bi("Handler must be a Function");let r=!0;const n=new WeakMap;i.value=function(...t){var e;if(r&&n.has(this.constructor))return null===(e=n.get(this.constructor))||void 0===e?void 0:e.cloneNode(!0);const i=o.apply(this,t);return r&&xi.isElement(i)&&n.set(this.constructor,i),r?i.cloneNode(!0):i},t.hookStatus(Re.ready,(t=>{const e=ui(t)?t:t.jodit;r=Boolean(e.options.cache)}))}
|
|
247
|
-
/*!
|
|
248
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
249
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
250
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
251
|
-
*/const Pi=new Map,Ki=t=>{var e;if(De(t.className))return t.className();const i=(null===(e=t.constructor)||void 0===e?void 0:e.originalConstructor)||t.constructor;if(Pi.has(i))return Pi.get(i);if(i.name)return i.name;const o=new RegExp(/^\s*function\s*(\S*)\s*\(/),r=i.toString().match(o);return r?r[1]:""},Ni=new Map;function Qi(t){class e extends t{constructor(...t){super(...t),this.constructor===e&&(this instanceof e||Object.setPrototypeOf(this,e.prototype),this.setStatus("ready"))}}const i=Ki(t.prototype);return Ni.has(i),Ni.set(i,e),e}function Wi(t){return Ni.get(t)}
|
|
252
|
-
/*!
|
|
253
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
254
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
255
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
256
|
-
*/function Yi(t,e,...i){return e?Nt.setTimeout(t,e,...i):(t.call(null,...i),0)}function Gi(t){Nt.clearTimeout(t)}
|
|
257
|
-
/*!
|
|
258
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
259
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
260
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
261
|
-
*/class Ji{constructor(){var t,e,i,o,r;this.timers=new Map,this.__callbacks=new Map,this.__queueMicrotaskNative=null!==(t=null===queueMicrotask||void 0===queueMicrotask?void 0:queueMicrotask.bind(window))&&void 0!==t?t:Promise.resolve().then.bind(Promise.resolve()),this.promisesRejections=new Set,this.__requestsIdle=new Set,this.__controllers=new Set,this.__requestsRaf=new Set,this.__requestIdleCallbackNative=null!==(i=null===(e=window.requestIdleCallback)||void 0===e?void 0:e.bind(window))&&void 0!==i?i:(t,e)=>{var i;const o=Date.now();return this.setTimeout((()=>{t({didTimeout:!1,timeRemaining:()=>Math.max(0,50-(Date.now()-o))})}),null!==(i=null==e?void 0:e.timeout)&&void 0!==i?i:1)},this.__cancelIdleCallbackNative=null!==(r=null===(o=window.cancelIdleCallback)||void 0===o?void 0:o.bind(window))&&void 0!==r?r:t=>{this.clearTimeout(t)},this.isDestructed=!1}delay(t){return this.promise((e=>this.setTimeout(e,t)))}setTimeout(t,e,...i){if(this.isDestructed)return 0;let o={};qe(e)&&(e=0),Ti(e)||(o=e,e=o.timeout||0),o.label&&this.clearLabel(o.label);const r=Yi(t,e,...i),n=o.label||r;return this.timers.set(n,r),this.__callbacks.set(n,t),r}updateTimeout(t,e){if(Ve(t&&this.timers.has(t),"Label does not exist"),!t||!this.timers.has(t))return null;const i=this.__callbacks.get(t);return Ve(De(i),"Callback is not a function"),this.setTimeout(i,{label:t,timeout:e})}clearLabel(t){t&&this.timers.has(t)&&(Gi(this.timers.get(t)),this.timers.delete(t),this.__callbacks.delete(t))}clearTimeout(t){if(Le(t))return this.clearLabel(t);Gi(t),this.timers.delete(t),this.__callbacks.delete(t)}debounce(t,e,i=!1){let o=0,r=!1;const n=[],s=(...e)=>{if(!r){o=0;const i=t(...e);if(r=!0,n.length){const t=()=>{n.forEach((t=>t())),n.length=0};vi(i)?i.finally(t):t()}}},a=(...n)=>{r=!1,e?(!o&&i&&s(...n),Gi(o),o=this.setTimeout((()=>s(...n)),De(e)?e():e),this.timers.set(t,o)):s(...n)};return Xe(e)&&e.promisify?(...t)=>{const e=this.promise((t=>{n.push(t)})).catch((t=>{if(Ii(t))return null;throw t}));return a(...t),e}:a}microDebounce(t,e=!1){let i,o=!1,r=!0;return(...n)=>{i=n,o?r=!0:(r=!0,e&&(r=!1,t(...i)),o=!0,this.__queueMicrotaskNative((()=>{o=!1,this.isDestructed||r&&t(...i)})))}}throttle(t,e,i=!1){let o,r,n,s=null;return(...i)=>{o=!0,n=i,e?s||(r=()=>{o?(t(...n),o=!1,s=this.setTimeout(r,De(e)?e():e),this.timers.set(r,s)):s=null},r()):t(...n)}}promise(t){let e=()=>{};const i=new Promise(((i,o)=>{e=()=>o(fi("Abort async")),this.promisesRejections.add(e),t(i,o)}));return i.finally((()=>{this.promisesRejections.delete(e)})).catch((()=>null)),i.rejectCallback=e,i}promiseState(t){if(t.status)return t.status;if(!Promise.race)return new Promise((e=>{t.then((t=>(e("fulfilled"),t)),(t=>{throw e("rejected"),t})),this.setTimeout((()=>{e("pending")}),100)}));const e={};return Promise.race([t,e]).then((t=>t===e?"pending":"fulfilled"),(()=>"rejected"))}requestIdleCallback(t,e={timeout:100}){const i=this.__requestIdleCallbackNative(t,e);return this.__requestsIdle.add(i),i}requestIdlePromise(t){return this.promise((e=>{const i=this.requestIdleCallback((()=>e(i)),t)}))}schedulerPostTask(t,e={delay:0,priority:"user-visible"}){const i=new AbortController;if(e.signal&&e.signal.addEventListener("abort",(()=>i.abort())),this.__controllers.add(i),void 0!==globalThis.scheduler){const o=globalThis.scheduler.postTask(t,{...e,signal:i.signal});return o.finally((()=>{this.__controllers.delete(i)})).catch((()=>null)),o}return this.promise(((o,r)=>{const n=this.setTimeout((()=>{try{o(t())}catch(t){r(t)}this.__controllers.delete(i)}),e.delay||1);i.signal.addEventListener("abort",(()=>{this.clearTimeout(n),this.__controllers.delete(i),r(fi())}))}))}schedulerYield(){return this.schedulerPostTask((()=>{}),{priority:"user-visible"})}cancelIdleCallback(t){return this.__requestsIdle.delete(t),this.__cancelIdleCallbackNative(t)}requestAnimationFrame(t){const e=requestAnimationFrame(t);return this.__requestsRaf.add(e),e}cancelAnimationFrame(t){this.__requestsRaf.delete(t),cancelAnimationFrame(t)}clear(){this.__requestsIdle.forEach((t=>this.cancelIdleCallback(t))),this.__requestsRaf.forEach((t=>this.cancelAnimationFrame(t))),this.__controllers.forEach((t=>t.abort())),this.timers.forEach((t=>Gi(this.timers.get(t)))),this.timers.clear(),this.promisesRejections.forEach((t=>t())),this.promisesRejections.clear()}destruct(){this.clear(),this.isDestructed=!0}}
|
|
262
|
-
/*!
|
|
263
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
264
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
265
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
266
|
-
*/function Vi(t){return Array.isArray(t)?t:t.split(/[,\s]+/)}
|
|
267
|
-
/*!
|
|
268
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
269
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
270
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
271
|
-
*/const Zi="JoditEventDefaultNamespace";class Xi{constructor(){this.__store=new Map}get(t,e){if(this.__store.has(e)){const i=this.__store.get(e);return Ve(i,"-"),i[t]}}indexOf(t,e,i){const o=this.get(t,e);if(o)for(let t=0;t<o.length;t+=1)if(o[t].originalCallback===i)return t;return!1}namespaces(t=!1){const e=Ke(this.__store.keys());return t?e.filter((t=>t!==Zi)):e}events(t){const e=this.__store.get(t);return e?Object.keys(e):[]}set(t,e,i,o=!1){let r=this.__store.get(e);r||(r={},this.__store.set(e,r)),void 0===r[t]&&(r[t]=[]),o?r[t].unshift(i):r[t].push(i)}clear(){this.__store.clear()}clearEvents(t,e){const i=this.__store.get(t);i&&i[e]&&(delete i[e],Object.keys(i).length||this.__store.delete(t))}isEmpty(){return 0===this.__store.size}}
|
|
272
|
-
/*!
|
|
273
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
274
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
275
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
276
|
-
*/class $i{mute(t){return this.__mutedEvents.add(null!=t?t:"*"),this}isMuted(t){return!(!t||!this.__mutedEvents.has(t))||this.__mutedEvents.has("*")}unmute(t){return this.__mutedEvents.delete(null!=t?t:"*"),this}__eachEvent(t,e){const i=Vi(t).map((t=>t.trim()));i.forEach((t=>{const i=t.split(".");e.call(this,i[0],i[1]||Zi)}))}__getStore(t){if(!t)throw bi("Need subject");if(void 0===t[this.__key]){const e=new Xi;Object.defineProperty(t,this.__key,{enumerable:!1,configurable:!0,writable:!0,value:e})}return t[this.__key]}__removeStoreFromSubject(t){void 0!==t[this.__key]&&Object.defineProperty(t,this.__key,{enumerable:!1,configurable:!0,writable:!0,value:void 0})}__triggerNativeEvent(t,e){const i=this.__doc.createEvent("HTMLEvents");Le(e)?i.initEvent(e,!0,!0):(i.initEvent(e.type,e.bubbles,e.cancelable),["screenX","screenY","clientX","clientY","target","srcElement","currentTarget","timeStamp","which","keyCode"].forEach((t=>{Object.defineProperty(i,t,{value:e[t],enumerable:!0})})),Object.defineProperty(i,"originalEvent",{value:e,enumerable:!0})),t.dispatchEvent(i)}get current(){return this.currents[this.currents.length-1]}on(t,e,i,o){let r,n,s,a;if(Le(t)||Oe(t)?(r=this,n=t,s=e,a=i):(r=t,n=e,s=i,a=o),!Le(n)&&!Oe(n)||0===n.length)throw bi("Need events names");if(!De(s))throw bi("Need event handler");if(Te(r))return r.forEach((t=>{this.on(t,n,s,a)})),this;const l=r,d=this.__getStore(l),c=this;let u=function(t,...e){if(!c.isMuted(t))return s&&s.call(this,...e)};return to(l)&&(u=function(t){if(!c.isMuted(t.type))return c.__prepareEvent(t),s&&!1===s.call(this,t)?(t.preventDefault(),t.stopImmediatePropagation(),!1):void 0}),this.__eachEvent(n,((t,e)=>{var i,o;if(0===t.length)throw bi("Need event name");if(!1===d.indexOf(t,e,s)&&(d.set(t,e,{event:t,originalCallback:s,syntheticCallback:u},null==a?void 0:a.top),to(l))){const e=Be.has(t)?{passive:!0,capture:null!==(i=null==a?void 0:a.capture)&&void 0!==i&&i}:null!==(o=null==a?void 0:a.capture)&&void 0!==o&&o;u.options=e,l.addEventListener(t,u,e),this.__memoryDOMSubjectToHandler(l,u)}})),this}__memoryDOMSubjectToHandler(t,e){const i=this.__domEventsMap.get(t)||new Set;i.add(e),this.__domEventsMap.set(t,i)}__unmemoryDOMSubjectToHandler(t,e){const i=this.__domEventsMap,o=i.get(t)||new Set;o.delete(e),o.size?i.set(t,o):i.delete(t)}one(t,e,i,o){let r,n,s,a;Le(t)||Oe(t)?(r=this,n=t,s=e,a=i):(r=t,n=e,s=i,a=o);const l=(...t)=>(this.off(r,n,l),s(...t));return this.on(r,n,l,a),this}off(t,e,i){let o,r,n;if(Le(t)||Oe(t)?(o=this,r=t,n=e):(o=t,r=e,n=i),Te(o))return o.forEach((t=>{this.off(t,r,n)})),this;const s=o,a=this.__getStore(s);if(!Le(r)&&!Oe(r)||0===r.length)return a.namespaces().forEach((t=>{this.off(s,"."+t)})),this.__removeStoreFromSubject(s),this;const l=t=>{var e;to(s)&&(s.removeEventListener(t.event,t.syntheticCallback,null!==(e=t.syntheticCallback.options)&&void 0!==e&&e),this.__unmemoryDOMSubjectToHandler(s,t.syntheticCallback))},d=(t,e)=>{if(""===t)return void a.events(e).forEach((t=>{""!==t&&d(t,e)}));const i=a.get(t,e);if(i&&i.length)if(De(n)){const o=a.indexOf(t,e,n);!1!==o&&(l(i[o]),i.splice(o,1),i.length||a.clearEvents(e,t))}else i.forEach(l),i.length=0,a.clearEvents(e,t)};return this.__eachEvent(r,((t,e)=>{e===Zi?a.namespaces().forEach((e=>{d(t,e)})):d(t,e)})),a.isEmpty()&&this.__removeStoreFromSubject(s),this}stopPropagation(t,e){const i=Le(t)?this:t,o=Le(t)?t:e;if("string"!=typeof o)throw bi("Need event names");const r=this.__getStore(i);this.__eachEvent(o,((t,e)=>{const o=r.get(t,e);o&&this.__stopped.push(o),e===Zi&&r.namespaces(!0).forEach((e=>this.stopPropagation(i,t+"."+e)))}))}__removeStop(t){if(t){const e=this.__stopped.indexOf(t);-1!==e&&this.__stopped.splice(0,e+1)}}__isStopped(t){return void 0!==t&&-1!==this.__stopped.indexOf(t)}fire(t,e,...i){let o,r;const n=Le(t)?this:t,s=Le(t)?t:e,a=Le(t)?[e,...i]:i;if(!to(n)&&!Le(s))throw bi("Need events names");const l=this.__getStore(n);return!Le(s)&&to(n)?this.__triggerNativeEvent(n,e):this.__eachEvent(s,((t,e)=>{if(to(n))this.__triggerNativeEvent(n,t);else{const i=l.get(t,e);if(i)try{[...i].every((e=>!this.__isStopped(i)&&(this.currents.push(t),r=e.syntheticCallback.call(n,t,...a),this.currents.pop(),void 0!==r&&(o=r),!0)))}finally{this.__removeStop(i)}e!==Zi||to(n)||l.namespaces().filter((t=>t!==e)).forEach((e=>{const i=this.fire.apply(this,[n,t+"."+e,...a]);void 0!==i&&(o=i)}))}})),o}constructor(t){this.__domEventsMap=new Map,this.__mutedEvents=new Set,this.__key="__JoditEventEmitterNamespaces",this.__doc=Qt,this.__prepareEvent=t=>{t.cancelBubble||(t.composed&&De(t.composedPath)&&t.composedPath()[0]&&Object.defineProperty(t,"target",{value:t.composedPath()[0],configurable:!0,enumerable:!0}),t.type.match(/^touch/)&&t.changedTouches&&t.changedTouches.length&&["clientX","clientY","pageX","pageY"].forEach((e=>{Object.defineProperty(t,e,{value:t.changedTouches[0][e],configurable:!0,enumerable:!0})})),t.originalEvent||(t.originalEvent=t),"paste"===t.type&&void 0===t.clipboardData&&this.__doc.defaultView.clipboardData&&Object.defineProperty(t,"clipboardData",{get:()=>this.__doc.defaultView.clipboardData,configurable:!0,enumerable:!0}))},this.currents=[],this.__stopped=[],this.__isDestructed=!1,t&&(this.__doc=t),this.__key+=(new Date).getTime()}destruct(){this.__isDestructed||(this.__isDestructed=!0,this.__domEventsMap.forEach(((t,e)=>{this.off(e)})),this.__domEventsMap.clear(),this.__mutedEvents.clear(),this.currents.length=0,this.__stopped.length=0,this.off(this),this.__getStore(this).clear(),this.__removeStoreFromSubject(this))}}function to(t){return t&&De(t.addEventListener)}
|
|
277
|
-
/*!
|
|
278
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
279
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
280
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
281
|
-
*/const eo=new $i,io=t=>("file:"===Nt.location.protocol&&/^\/\//.test(t)&&(t="https:"+t),t),oo=new Map,ro=t=>(e,i)=>{if(oo.has(i))return oo.get(i);const o=t(e,i);return oo.set(i,o),o},no=ro(((t,e)=>t.async.promise(((i,o)=>{if(t.isInDestruct)return o();const r=t.c.element("script",{type:"text/javascript",crossorigin:"anonymous",referrerpolicy:"no-referrer",async:!0,src:io(e)});t.e.one(r,"error",o).one(r,"load",i),t.od.body.appendChild(r)})))),so=ro(((t,e)=>t.async.promise(((i,o)=>{if(t.isInDestruct)return o();const r=t.c.element("link");r.rel="stylesheet",r.media="all",r.crossOrigin="anonymous",!t.isInDestruct&&t.e.on(r,"load",(()=>i(r))).on(r,"error",o),r.href=io(e),t.o.shadowRoot?t.o.shadowRoot.appendChild(r):t.od.body.appendChild(r)}))));
|
|
282
|
-
/*!
|
|
283
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
284
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
285
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
286
|
-
*/function ao(t,e,i=0){return Le(e[i])?no(t,e[i]).then((()=>ao(t,e,i+1))):Promise.resolve()}
|
|
287
|
-
/*!
|
|
288
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
289
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
290
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
291
|
-
*/
|
|
292
|
-
function lo(t){return $e(t).toLowerCase()}
|
|
293
|
-
/*!
|
|
294
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
295
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
296
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
297
|
-
*/const co=new Set;function uo(t,e,i){return e=$e(e),t.basePath+"plugins/"+e+"/"+e+(t.minified?".min":"")+"."+(i?"js":"css")}
|
|
298
|
-
/*!
|
|
299
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
300
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
301
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
302
|
-
*/
|
|
303
|
-
class ho{constructor(t){this.opts=t,this.__items=new Map}get size(){return this.__items.size}add(t,e){this.__items.set(lo(t),e),eo.fire(`plugin:${t}:ready`)}get(t){return this.__items.get(lo(t))}remove(t){this.__items.delete(lo(t))}__getFullPluginsList(t){const e=[];return this.__items.forEach(((i,o)=>{t&&!t.has(o)||e.push([o,i])})),e}__init(t){const{extraList:e,disableList:i,filter:o}=function(t){const e=t.o.extraPlugins.map((t=>Le(t)?{name:t}:t));return{extraList:e,disableList:new Set(Vi(t.o.disablePlugins).map(lo)),filter:t.o.safeMode?new Set(t.o.safePluginsList):null}}
|
|
304
|
-
/*!
|
|
305
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
306
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
307
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
308
|
-
*/(t),r=new Map,n={},s=new Set;t.__plugins=n;const a=()=>{if(t.isInDestruct)return;let e=!1;this.__getFullPluginsList(o).forEach((([o,a])=>{if(i.has(o)||r.has(o))return;const l=null==a?void 0:a.requires;if(l&&Te(l)&&l.length){if(l.some((t=>i.has(t))))return;if(!l.every((t=>r.has(t))))return void s.add(o)}e=!0;const d=
|
|
309
|
-
/*!
|
|
310
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
311
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
312
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
313
|
-
*/
|
|
314
|
-
function(t,e){try{try{return De(e)?new e(t):e}catch(i){if(De(e)&&!e.prototype)return e(t)}}catch(t){console.error(t)}return null}(t,a);if(!d)return r.set(o,null),void s.delete(o);(
|
|
315
|
-
/*!
|
|
316
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
317
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
318
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
319
|
-
*/
|
|
320
|
-
function(t,e,i,o,r,n,s){if(Bi(o))try{o.init(t)}catch(t){console.error(t)}r.set(e,o),n.delete(e),o.hasStyle&&async function(t,e){const i=uo(t,e,!1);if(!co.has(i))return co.add(i),so(t,i)}(t,e).catch((()=>{})),o.styles&&(s(t,e,"style").innerHTML=o.styles)})(t,o,0,d,r,s,this.opts.getContainer),n[o]=d})),e&&(t.e.fire("updatePlugins"),a())};e&&e.length&&function(t,e,i,o){try{const r=i.filter((e=>!t.has(lo(e.name))));r.length&&function(t,e,i){e.map((e=>{const o=e.url||uo(t,e.name,!0);return no(t,o).then(i).catch((()=>null))}))}(e,r,o)}catch(t){}}(this.__items,t,e,a),a(),function(t,e){t.e.on("beforeDestruct",(()=>{Object.keys(e).forEach((i=>{const o=e[i];Ei(o)&&o.destruct(t),delete e[i]})),delete t.__plugins}))}(t,n)}wait(t){return new Promise((e=>{if(this.get(t))return e();const i=()=>{e(),eo.off(`plugin:${t}:ready`,i)};eo.on(`plugin:${t}:ready`,i)}))}}class po{constructor(){this.__map=new Map}on(t,e){var i;return this.__map.has(t)||this.__map.set(t,new Set),null===(i=this.__map.get(t))||void 0===i||i.add(e),this}off(t,e){var i;return this.__map.has(t)&&(null===(i=this.__map.get(t))||void 0===i||i.delete(e)),this}destruct(){this.__map.clear()}emit(t,...e){var i;let o;return this.__map.has(t)&&(null===(i=this.__map.get(t))||void 0===i||i.forEach((t=>{o=t(...e)}))),o}}
|
|
321
|
-
/*!
|
|
322
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
323
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
324
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
325
|
-
*/class fo extends po{setWork(t){return this.isWorked&&this.break(),this.workNodes=xi.eachGen(t,!this.options.reverse),this.isFinished=!1,this._requestStarting(),this}constructor(t,e={}){super(),this.async=t,this.options=e,this.workNodes=null,this.hadAffect=!1,this.isWorked=!1,this.isFinished=!1,this.idleId=0,this.__schedulerController=null}_requestStarting(){this.__schedulerController=new AbortController,this.async.schedulerPostTask(this.__workPerform,{delay:this.options.timeout,signal:this.__schedulerController.signal}).catch((()=>null))}break(t){this.isWorked&&(this.stop(),this.emit("break",t))}end(){this.isWorked&&(this.stop(),this.emit("end",this.hadAffect),this.hadAffect=!1)}stop(){this.isWorked=!1,this.isFinished=!0,this.workNodes=null,this.async.cancelIdleCallback(this.idleId)}destruct(){super.destruct(),this.stop()}__workPerform(){var t;if(this.workNodes){this.isWorked=!0;let e=0;const i=null!==(t=this.options.timeoutChunkSize)&&void 0!==t?t:50;for(;!this.isFinished&&e<=i;){const t=this.workNodes.next();if(e+=1,this.visitNode(t.value)&&(this.hadAffect=!0),t.done)return void this.end()}}else this.end();this.isFinished||this._requestStarting()}visitNode(t){var e;return!(!t||void 0!==this.options.whatToShow&&t.nodeType!==this.options.whatToShow)&&null!==(e=this.emit("visit",t))&&void 0!==e&&e}}!function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);n>3&&s&&Object.defineProperty(e,i,s)}([Fe],fo.prototype,"__workPerform",null);
|
|
326
|
-
/*!
|
|
327
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
328
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
329
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
330
|
-
*/
|
|
331
|
-
const go={};let Ao=1;const bo=new Set,mo=new ho({getContainer:wo}),vo={},jo=new WeakMap;function wo(t,e,i="div",o=!1){const r=Le(e)?e:e?Ki(e.prototype):"jodit-utils",n=jo.get(t)||{},s=r+i,a=ui(t)?t:t.j;let l=null;if(!n[s]){let e=a.c;if(l=yo(a.o,a.container,t.od.body),o&&Fi(t)&&t.od!==t.ed){e=t.createInside;const o="style"===i?t.ed.head:t.ed.body;l=Fi(t)&&t.o.shadowRoot?t.o.shadowRoot:o}const d=e.element(i,{className:`jodit jodit-${$e(r)}-container jodit-box`});d.classList.add(`jodit_theme_${a.o.theme||"default"}`),l.appendChild(d),n[s]=d,t.hookStatus("beforeDestruct",(()=>{a.events.off(d),xi.safeRemove(d),delete n[s],Object.keys(n).length&&jo.delete(t)})),jo.set(t,n),a.events.fire("getContainer",d)}return n[s].classList.remove("jodit_theme_default","jodit_theme_dark"),n[s].classList.add(`jodit_theme_${a.o.theme||"default"}`),n[s]}function yo(t,e,i){var o,r,n;return null!==(n=null!==(r=null!==(o=t.popupRoot)&&void 0!==o?o:t.shadowRoot)&&void 0!==r?r:xi.closest(e,(t=>xi.isHTMLElement(t)&&(xi.isTag(t,"dialog")||["fixed","absolute"].includes(li(t,"position")))),i))&&void 0!==n?n:i}const _o=eo,ko=t=>Te(t)?t:[t]
|
|
332
|
-
/*!
|
|
333
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
334
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
335
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
336
|
-
*/;
|
|
337
|
-
/*!
|
|
338
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
339
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
340
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
341
|
-
*/function xo(t,e){let i;return i=e.querySelectorAll(t),[].slice.call(i)}const Co=(t,e)=>{if(!t||t.nodeType!==Node.ELEMENT_NODE)return"";if(!t.parentNode||e===t)return"";if(t.id)return"//*[@id='"+t.id+"']";const i=[].filter.call(t.parentNode.childNodes,(e=>e.nodeName===t.nodeName));return Co(t.parentNode,e)+"/"+t.nodeName.toLowerCase()+(i.length>1?"["+(Ke(i).indexOf(t)+1)+"]":"")},Io=t=>("container"in t&&(t=t.container),xo("[ref],[data-ref]",t).reduce(((t,e)=>{const i=ci(e,"-ref");return i&&Le(i)&&(t[ai(i)]=e,t[i]=e),t}),{})),zo=t=>{if(!xi.isElement(t))return null;const e=[];let i=t;for(;i&&i.nodeType===Node.ELEMENT_NODE;){let t=i.nodeName.toLowerCase();if(i.id){t+="#"+i.id,e.unshift(t);break}{let e=i,o=1;do{e=e.previousElementSibling,e&&e.nodeName.toLowerCase()===t&&o++}while(e);t+=":nth-of-type("+o+")"}e.unshift(t),i=i.parentNode}return e.join(" > ")};function So(t,e){let i=t;if(Le(t))try{i=e.querySelector(t)}catch(e){throw bi('String "'+t+'" should be valid HTML selector')}if(!i||"object"!=typeof i||!xi.isElement(i)||!i.cloneNode)throw bi('Element "'+t+'" should be string or HTMLElement instance');return i}
|
|
342
|
-
/*!
|
|
343
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
344
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
345
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
346
|
-
*/function Bo(t){return t.replace(/mso-[a-z-]+:[\s]*[^;]+;/gi,"").replace(/mso-[a-z-]+:[\s]*[^";']+$/gi,"").replace(/border[a-z-]*:[\s]*[^;]+;/gi,"").replace(/([0-9.]+)(pt|cm)/gi,((t,e,i)=>{switch(i.toLowerCase()){case"pt":return(1.328*parseFloat(e)).toFixed(0)+"px";case"cm":return(.02645833*parseFloat(e)).toFixed(0)+"px"}return t}))}
|
|
347
|
-
/*!
|
|
348
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
349
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
350
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
351
|
-
*/
|
|
352
|
-
function Eo(t,e){e&&"normal"!==e?"center"!==e?(li(t,"float",e),di(t)):li(t,{float:"",display:"block",marginLeft:"auto",marginRight:"auto"}):(li(t,"float")&&-1!==["right","left"].indexOf(li(t,"float").toString().toLowerCase())&&li(t,"float",""),di(t))}function Do(t){xi.each(t,(t=>{xi.isHTMLElement(t)&&t.style.textAlign&&(t.style.textAlign="",t.style.cssText.trim().length||t.removeAttribute("style"))}))}function Fo(t,e){if(xi.isNode(e)&&xi.isElement(e))switch(Do(e),t.toLowerCase()){case"justifyfull":e.style.textAlign="justify";break;case"justifyright":e.style.textAlign="right";break;case"justifyleft":e.style.textAlign="left";break;case"justifycenter":e.style.textAlign="center"}}
|
|
353
|
-
/*!
|
|
354
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
355
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
356
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
357
|
-
*/const Ro=(t,e)=>{const i=[],o=encodeURIComponent;for(const r in t)if(Object.prototype.hasOwnProperty.call(t,r)){const n=e?e+"["+r+"]":r,s=t[r];i.push(Xe(s)?Ro(s,n):o(n)+"="+o(s))}return i.join("&")};
|
|
358
|
-
/*!
|
|
359
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
360
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
361
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
362
|
-
*/
|
|
363
|
-
/*!
|
|
364
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
365
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
366
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
367
|
-
*/
|
|
368
|
-
let Mo={};class To{constructor(){this.cache=!0,this.defaultTimeout=100,this.namespace="",this.safeMode=!1,this.width="auto",this.height="auto",this.safePluginsList=["about","enter","backspace","size","bold","hotkeys"],this.license="",this.preset="custom",this.presets={inline:{inline:!0,toolbar:!1,toolbarInline:!0,toolbarInlineForSelection:!0,showXPathInStatusbar:!1,showCharsCounter:!1,showWordsCounter:!1,showPlaceholder:!1}},this.ownerDocument=Qt,this.ownerWindow=Nt,this.shadowRoot=null,this.zIndex=0,this.readonly=!1,this.disabled=!1,this.activeButtonsInReadOnly=["source","fullsize","print","about","dots","selectall"],this.allowCommandsInReadOnly=["selectall","preview","print"],this.toolbarButtonSize="middle",this.allowTabNavigation=!1,this.inline=!1,this.theme="default",this.saveModeInStorage=!1,this.editorClassName=!1,this.className=!1,this.style=!1,this.containerStyle=!1,this.styleValues={},this.triggerChangeEvent=!0,this.direction="",this.language="auto",this.debugLanguage=!1,this.i18n=!1,this.tabIndex=-1,this.toolbar=!0,this.statusbar=!0,this.showTooltip=!0,this.showTooltipDelay=200,this.useNativeTooltip=!1,this.defaultActionOnPaste=ve,this.enter=ce,this.iframe=!1,this.editHTMLDocumentMode=!1,this.enterBlock="br"!==this.enter?this.enter:ce,this.defaultMode=ue,this.useSplitMode=!1,this.colors={greyscale:["#000000","#434343","#666666","#999999","#B7B7B7","#CCCCCC","#D9D9D9","#EFEFEF","#F3F3F3","#FFFFFF"],palette:["#980000","#FF0000","#FF9900","#FFFF00","#00F0F0","#00FFFF","#4A86E8","#0000FF","#9900FF","#FF00FF"],full:["#E6B8AF","#F4CCCC","#FCE5CD","#FFF2CC","#D9EAD3","#D0E0E3","#C9DAF8","#CFE2F3","#D9D2E9","#EAD1DC","#DD7E6B","#EA9999","#F9CB9C","#FFE599","#B6D7A8","#A2C4C9","#A4C2F4","#9FC5E8","#B4A7D6","#D5A6BD","#CC4125","#E06666","#F6B26B","#FFD966","#93C47D","#76A5AF","#6D9EEB","#6FA8DC","#8E7CC3","#C27BA0","#A61C00","#CC0000","#E69138","#F1C232","#6AA84F","#45818E","#3C78D8","#3D85C6","#674EA7","#A64D79","#85200C","#990000","#B45F06","#BF9000","#38761D","#134F5C","#1155CC","#0B5394","#351C75","#733554","#5B0F00","#660000","#783F04","#7F6000","#274E13","#0C343D","#1C4587","#073763","#20124D","#4C1130"]},this.colorPickerDefaultTab="background",this.imageDefaultWidth=300,this.removeButtons=[],this.disablePlugins=[],this.extraPlugins=[],this.extraButtons=[],this.extraIcons={},this.createAttributes={table:{style:"border-collapse:collapse;width: 100%;"}},this.sizeLG=900,this.sizeMD=700,this.sizeSM=400,this.buttons=[{group:"font-style",buttons:[]},{group:"list",buttons:[]},{group:"font",buttons:[]},"---",{group:"script",buttons:[]},{group:"media",buttons:[]},"\n",{group:"state",buttons:[]},{group:"clipboard",buttons:[]},{group:"insert",buttons:[]},{group:"indent",buttons:[]},{group:"color",buttons:[]},{group:"form",buttons:[]},"---",{group:"history",buttons:[]},{group:"search",buttons:[]},{group:"source",buttons:[]},{group:"other",buttons:[]},{group:"info",buttons:[]}],this.events={},this.textIcons=!1,this.popupRoot=null,this.showBrowserColorPicker=!0,Object.assign(this,Mo)}static get defaultOptions(){return To.__defaultOptions||(To.__defaultOptions=new To),To.__defaultOptions}}
|
|
369
|
-
/*!
|
|
370
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
371
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
372
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
373
|
-
*/
|
|
374
|
-
function Lo(t){return t&&t.isAtom}function Oo(t){return Object.defineProperty(t,"isAtom",{enumerable:!1,value:!0,configurable:!1}),t}Mo=To.prototype,To.prototype.controls={};
|
|
375
|
-
/*!
|
|
376
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
377
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
378
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
379
|
-
*/
|
|
380
|
-
const qo=["__proto__","constructor","prototype"];function Ho(t){return-1!==qo.indexOf(t)}function Uo(t,e,i=0){if(Object.getPrototypeOf(t)!==Object.prototype)return t;const o=To.defaultOptions;if(Le(t.preset)){if(void 0!==o.presets[t.preset]){const e=o.presets[t.preset];Object.keys(e).forEach((i=>{qe(t[i])&&(t[i]=e[i])}))}delete t.preset}const r={};return Object.keys(t).forEach((o=>{if(Ho(o))return;const n=t[o],s=e?e[o]:null;r[o]=Xe(n)&&Xe(s)&&!Lo(n)?Uo(n,s,i+1):0!==i&&Te(n)&&!Lo(n)&&Te(s)?[...n,...s.slice(n.length)]:n})),Object.setPrototypeOf(r,e),r}function Po(t){return _i(t,!1).reduce(((e,i)=>(e[i]=t[i],e)),{})}function Ko(t,e){Object.keys(e).forEach((i=>{if(Ho(i))return;const o=e[i],r=t[i];Xe(o)&&Xe(r)&&!Lo(o)?Ko(r,o):t[i]=o}))}
|
|
381
|
-
/*!
|
|
382
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
383
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
384
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
385
|
-
*/
|
|
386
|
-
const No=t=>{const e={},i=t.substring(1).split("&");for(let t=0;t<i.length;t+=1){const o=i[t].split("=");e[decodeURIComponent(o[0])]=decodeURIComponent(o[1]||"")}return e},Qo=(t,{width:e=400,height:i=345}={})=>{if(!Li(t))return t;const o=Qt.createElement("a");o.href=t,e||(e=400),i||(i=345);const r=o.protocol||"";switch(o.hostname){case"www.vimeo.com":case"vimeo.com":{const n=o.pathname.split("/").filter(Boolean),s=n.findIndex((t=>/^\d+$/.test(t)));if(-1===s)return t;let a=n[s];const l=n[s+1];return l&&0===s&&(a+="/"+l),'<iframe width="'+e+'" height="'+i+'" src="'+r+"//player.vimeo.com/video/"+a+'" frameborder="0" allowfullscreen></iframe>'}case"youtube.com":case"www.youtube.com":case"m.youtube.com":case"music.youtube.com":case"youtu.be":case"www.youtu.be":{let n=(o.search?No(o.search):{}).v||o.pathname.substring(1);return n=n.replace(/^(watch|embed|shorts|live|v)\//,"").replace(/\/$/,""),n?'<iframe width="'+e+'" height="'+i+'" src="'+r+"//www.youtube.com/embed/"+n+'" frameborder="0" allowfullscreen></iframe>':t}}return t},Wo=t=>{if("undefined"!=typeof navigator&&-1!==navigator.userAgent.indexOf("Mac OS X")){if(t.metaKey&&!t.altKey)return!0}else if(t.ctrlKey&&!t.altKey)return!0;return!1},Yo=(t,e="en")=>"auto"!==t&&Le(t)?t:Qt.documentElement&&Qt.documentElement.lang?Qt.documentElement.lang:navigator.language?navigator.language.substring(0,2):e,Go=t=>{if(/^[0-9.]+$/.test(t.toString()))return parseFloat(t);const e=t.substr(-2,2).toUpperCase(),i=["KB","MB","GB","TB"],o=parseFloat(t.substr(0,t.length-2));return-1!==i.indexOf(e)?o*Math.pow(1024,i.indexOf(e)+1):parseInt(t,10)},Jo=console;
|
|
387
|
-
/*!
|
|
388
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
389
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
390
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
391
|
-
*/function Vo(t,e,i="px",o=null){const r=[],n=
|
|
392
|
-
/*!
|
|
393
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
394
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
395
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
396
|
-
*/
|
|
397
|
-
function(t,e){const i=[];try{xo("img",t.editor).forEach((o=>{const r=[ci(o,"width"),ci(o,"height"),o.src];ci(o,{width:o.offsetWidth+e,height:o.offsetHeight+e});const n=t.createInside.a();t.ed.body.appendChild(n),n.href=o.src,o.src=n.href,xi.safeRemove(n),i.push((()=>{var t;o.src=null!==(t=r[2])&&void 0!==t?t:"",ci(o,{width:r[0]||null,height:r[1]||null})}))}))}catch(t){throw i.forEach((t=>t())),i.length=0,t}return i}(t,i);try{const n=t.e.fire("beforePreviewBox",e,i);if(null!=n)return n;let s=t.c.div("jodit__preview-box jodit-context");o&&o.appendChild(s),li(s,{position:"relative",padding:16});const a=t.value||`<div style='position: absolute;left:50%;top:50%;transform: translateX(-50%) translateY(-50%);color:#ccc;'>${t.i18n("Empty")}</div>`;if(t.iframe){const e=t.create.element("iframe");li(e,{minWidth:800,minHeight:600,border:0}),s.appendChild(e);const i=e.contentWindow;if(i&&(t.e.fire("generateDocumentStructure.iframe",i.document,t),s=i.document.body,"function"==typeof ResizeObserver)){let o=!1;const n=i.document.body,s=new ResizeObserver(t.async.debounce((()=>{s.unobserve(n),e.style.height=`${n.offsetHeight+20}px`,t.async.requestAnimationFrame((()=>{!o&&s.observe(n)}))}),100)),a=()=>{o=!0,s.unobserve(n),s.disconnect(),t.e.off("beforeDestruct",a)};r.push(a),t.e.on("beforeDestruct",a)}}else li(s,{minWidth:1024,minHeight:600,border:0});const l=(e,i)=>{const o=Le(i)?t.c.div():i;Le(i)&&(o.innerHTML=i);for(let t=0;t<o.childNodes.length;t+=1){const i=o.childNodes[t];if(xi.isElement(i)){const t=e.ownerDocument.createElement(i.nodeName);for(let e=0;e<i.attributes.length;e+=1)ci(t,i.attributes[e].nodeName,i.attributes[e].nodeValue);0===i.childNodes.length||xi.isTag(i,"table")?"SCRIPT"===i.nodeName?i.textContent&&(t.textContent=i.textContent):i.innerHTML&&(t.innerHTML=i.innerHTML):l(t,i);try{e.appendChild(t)}catch(t){}}else try{e.appendChild(i.cloneNode(!0))}catch(t){}}};return l(s,a),t.e.fire("afterPreviewBox",s),[s,()=>{r.forEach((t=>t()))}]}finally{n.forEach((t=>t()))}}
|
|
398
|
-
/*!
|
|
399
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
400
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
401
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
402
|
-
*/function Zo(t,e,i){let o=t.getBoundingClientRect(),r=t;const n=o.top,s=o.height;for(;r&&r!==e&&r.parentNode;){if(r=r.parentNode,o=r.getBoundingClientRect(),!(n<=o.bottom))return!1;if(n+s<=o.top)return!1}return n<=(i.documentElement&&i.documentElement.clientHeight||0)}function Xo(t,e,i){xi.isHTMLElement(t)&&!Zo(t,e,i)&&(e.clientHeight!==e.scrollHeight&&(e.scrollTop=t.offsetTop),Zo(t,e,i)||t.scrollIntoView())}
|
|
403
|
-
/*!
|
|
404
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
405
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
406
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
407
|
-
*/function $o(t,e,i){if(!Le(t)||!t.length)return;const o=t.split(".");let r=i,n=o[0];for(let t=0;t<o.length-1;t+=1)n=o[t],Te(r[n])||Xe(r[n])||(r[n]=ii(o[t+1])?[]:{}),r=r[n];r&&(r[o[o.length-1]]=e)}
|
|
408
|
-
/*!
|
|
409
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
410
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
411
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
412
|
-
*/
|
|
413
|
-
/*!
|
|
414
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
415
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
416
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
417
|
-
*/
|
|
418
|
-
function tr(t,e){var i;if(!xi.isElement(t)&&!xi.isFragment(t))return;const o=null!==(i=e.removeEventAttributes)&&void 0!==i?i:e.removeOnError,r=t=>{if(xi.isElement(t)&&(o&&function(t){if(!xi.isElement(t))return!1;let e=!1;const i=[];for(let e=0;e<t.attributes.length;e++)t.attributes[e].name.toLowerCase().startsWith("on")&&i.push(t.attributes[e].name);for(const o of i)t.removeAttribute(o),e=!0}(t),rr(t,e),e.safeLinksTarget&&"A"===t.nodeName&&"_blank"===t.getAttribute("target"))){const e=(t.getAttribute("rel")||"").split(/\s+/).filter(Boolean);e.includes("noopener")||e.push("noopener"),e.includes("noreferrer")||e.push("noreferrer"),ci(t,"rel",e.join(" "))}};r(t),xi.each(t,r)}const er=["src","data","action","formaction","poster","background","xlink:href"],ir=new Set(["iframe","frame","object","embed"]);function or(t,e){const i=t.replace(/[\u0000-\u0020]+/g,"").toLowerCase();return!!/^(?:javascript|vbscript|livescript|mocha):/.test(i)||!!/^data:(?:text\/html|application\/xhtml)/.test(i)||/^data:image\/svg/.test(i)&&ir.has(e)}function rr(t,{safeJavaScriptLink:e,removeOnError:i}={safeJavaScriptLink:!0,removeOnError:!0}){if(!xi.isElement(t))return!1;let o=!1;i&&t.hasAttribute("onerror")&&(ci(t,"onerror",null),o=!0);const r=t.getAttribute("href");if(e&&r&&0===r.trim().indexOf("javascript")&&(ci(t,"href",location.protocol+"//"+r),o=!0),e){t.hasAttribute("srcdoc")&&(ci(t,"srcdoc",null),o=!0);const e=t.nodeName.toLowerCase();for(const i of er){const r=t.getAttribute(i);r&&or(r,e)&&(ci(t,i,null),o=!0)}}return o}
|
|
419
|
-
/*!
|
|
420
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
421
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
422
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
423
|
-
*/const nr=new Set(["div","p","br","h1","h2","h3","h4","h5","h6","hr"]),sr=new Set(["script","style"]),ar=new Set(["br","hr","input"]);function lr(t,e=document,i=null,o=!1){const r=e.createElement("div");return Le(t)?r.innerHTML=t:r.appendChild(t),xo("*",r).forEach((t=>{const r=t.parentNode;if(!r)return;if(i&&xi.isTag(t,i)){const r=t.nodeName.toLowerCase(),n=xi.isTag(t,ar)?`%%%jodit-single-${r}%%%`:`%%%jodit-${r}%%%${lr(t.innerHTML,e,i,o)}%%%/jodit-${r}%%%`;return xi.before(t,e.createTextNode(n)),void xi.safeRemove(t)}if(xi.isTag(t,sr))return void xi.safeRemove(t);if(!xi.isTag(t,nr))return;const n=t.nextSibling;xi.isText(n)&&/^\s/.test(n.nodeValue||"")||n&&r.insertBefore(e.createTextNode(o?"%%%jodit-single-br%%%":" "),n)})),We(r.innerText).replace(/%%%(\/)?jodit(-single)?-([\w\n]+)%%%/g,((t,e,i,o)=>`<${e?"/":""}${o}>`))}
|
|
424
|
-
/*!
|
|
425
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
426
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
427
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
428
|
-
*/
|
|
429
|
-
const dr=t=>{const e=["#"];let i=oi(t);if(!i)return!1;if(i=We(i.toUpperCase()),i=i.substring(1),3===i.length){for(let t=0;t<3;t+=1)e.push(i[t]),e.push(i[t]);return e.join("")}return i.length>6&&(i=i.slice(0,6)),"#"+i};
|
|
430
|
-
/*!
|
|
431
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
432
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
433
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
434
|
-
*/function cr(t){const e={},i={meta:1,ctrl:2,control:2,alt:3,shift:4,space:5};return t.replace(/\+\+/g,"+add").split(/[\s]*\+[\s]*/).map((t=>We(t.toLowerCase()))).map((t=>we[t]||t)).sort(((t,e)=>i[t]&&!i[e]?-1:!i[t]&&i[e]?1:i[t]&&i[e]?i[t]-i[e]:t>e?1:-1)).filter((t=>!e[t]&&""!==t&&(e[t]=!0))).join("+")}
|
|
435
|
-
/*!
|
|
436
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
437
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
438
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
439
|
-
*/const ur=(t,e=8)=>{const i=[];for(;t.length;)i.push(t.substr(0,e)),t=t.substr(e);return i[1]=i[1].replace(/./g,"*"),i[2]=i[2].replace(/./g,"*"),i.join("-")},hr=(...t)=>t.filter((t=>We(t).length)).map(((e,i)=>(e=e.replace(/([^:])[\\/]+/g,"$1/"),i&&(e=e.replace(/^\//,"")),i!==t.length-1&&(e=e.replace(/\/$/,"")),e))).join("/"),pr=t=>t.split("/").reduce(((t,e)=>{switch(e){case"":case".":break;case"..":t.pop();break;default:t.push(e)}return t}),[]).join("/")+(t.endsWith("/")?"/":""),fr=(t,e)=>/^[0-9]+$/.test(t.toString())?t+e:t.toString(),gr=(...t)=>t.filter((t=>t.length)).map((t=>t.replace(/\/$/,""))).join("/").replace(/([^:])[\\/]+/g,"$1/"),Ar=(t,e)=>{const i=t=>parseInt(t,10),o=e.getComputedStyle(t);return t.offsetWidth-i(o.getPropertyValue("padding-left")||"0")-i(o.getPropertyValue("padding-right")||"0")};
|
|
440
|
-
/*!
|
|
441
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
442
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
443
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
444
|
-
*/function br(t){var e;const i=null===(e=t.ownerDocument)||void 0===e?void 0:e.defaultView;let o=t.parentElement;for(;i&&o;){if(""!==(r=i.getComputedStyle(o)).transform&&"none"!==r.transform||""!==r.perspective&&"none"!==r.perspective||""!==r.filter&&"none"!==r.filter||"transform"===r.willChange||"perspective"===r.willChange||"filter"===r.willChange||"paint"===r.contain||"layout"===r.contain||"strict"===r.contain||"content"===r.contain){const t=o.getBoundingClientRect();return{x:t.left,y:t.top}}o=o.parentElement}
|
|
445
|
-
/*!
|
|
446
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
447
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
448
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
449
|
-
*/
|
|
450
|
-
var r;return{x:0,y:0}}
|
|
451
|
-
/*!
|
|
452
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
453
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
454
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
455
|
-
*/function mr(t){if(!t)return null;const e=xi.isHTMLElement(t),i=e&&li(t,"overflowY");return e&&"visible"!==i&&"hidden"!==i&&t.scrollHeight>=t.clientHeight?t:mr(t.parentNode)||Qt.scrollingElement||Qt.body}
|
|
456
|
-
/*!
|
|
457
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
458
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
459
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
460
|
-
*/const vr=(t,e)=>{const i=e.getComputedStyle(t);let o=t.clientWidth;return o-=parseFloat(i.paddingLeft||"0")+parseFloat(i.paddingRight||"0"),o};
|
|
461
|
-
/*!
|
|
462
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
463
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
464
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
465
|
-
*/function jr(t){return Le(t)||Te(t)?t.length:Xe(t)?Object.keys(t).length:0}
|
|
466
|
-
/*!
|
|
467
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
468
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
469
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
470
|
-
*/const wr=(t,e,i,o=!1)=>{let r;try{r=t.getBoundingClientRect()}catch(t){r={top:0,bottom:0,left:0,right:0,width:0,height:0}}const n=i.body,s=i.documentElement||{clientTop:0,clientLeft:0,scrollTop:0,scrollLeft:0},a=i.defaultView||i.parentWindow,l=a.pageYOffset||s.scrollTop||n.scrollTop,d=a.pageXOffset||s.scrollLeft||n.scrollLeft,c=s.clientTop||n.clientTop||0,u=s.clientLeft||n.clientLeft||0;let h,p;const f=e.iframe;if(!o&&e&&e.options&&e.o.iframe&&f){const{top:t,left:i}=wr(f,e,e.od,!0);h=r.top+t,p=r.left+i}else h=r.top+l-c,p=r.left+d-u;return{top:Math.round(h),left:Math.round(p),width:r.width,height:r.height}};
|
|
471
|
-
/*!
|
|
472
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
473
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
474
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
475
|
-
*/function yr(t,e,i=!1){var o,r;const n=t.getBoundingClientRect();let s=n.left,a=n.top;if(Fi(e)&&e.iframe&&e.ed.body.contains(t)&&!i){const{left:t,top:i}=yr(e.iframe,e,!0);s+=t,a+=i}return{left:Math.round(s),top:Math.round(a),width:Math.round(null!==(o=t.offsetWidth)&&void 0!==o?o:n.width),height:Math.round(null!==(r=t.offsetHeight)&&void 0!==r?r:n.height)}}
|
|
476
|
-
/*!
|
|
477
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
478
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
479
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
480
|
-
*/
|
|
481
|
-
/*!
|
|
482
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
483
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
484
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
485
|
-
*/
|
|
486
|
-
function _r(t){return t.length?t[0].toUpperCase()+t.substring(1):""}
|
|
487
|
-
/*!
|
|
488
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
489
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
490
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
491
|
-
*/const kr=(t,e)=>{if(!e||!e.length)return t;const i=/%([sd])/g;let o=i.exec(t),r=t,n=0;for(;o&&void 0!==e[n];)r=r.replace(o[0],e[n].toString()),n+=1,o=i.exec(t);return r};function xr(t,e,i){if(!Le(t))throw bi("i18n: Need string in first argument");if(!t.length)return t;const o=Boolean(null==i?void 0:i.debugLanguage);let r={};const n=t=>e&&e.length?kr(t,e):t,s=Yo(To.defaultOptions.language,To.defaultOptions.language),a=Yo(null==i?void 0:i.language,s),l=e=>{if(!e)return;if(Le(e[t]))return n(e[t]);const i=t.toLowerCase();if(Le(e[i]))return n(e[i]);const o=_r(t);return Le(e[o])?n(e[o]):void 0};void 0!==ze[a]?r=ze[a]:o||(r=void 0!==ze[s]?ze[s]:ze.en);const d=null==i?void 0:i.i18n;if(d&&d[a]){const t=l(d[a]);if(t)return t}return l(r)||(!o&&ze.en&&Le(ze.en[t])&&ze.en[t]?n(ze.en[t]):o?"{"+t+"}":n(t))}
|
|
492
|
-
/*!
|
|
493
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
494
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
495
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
496
|
-
*/var Cr=Object.freeze({__proto__:null,$$:xo,CamelCaseToKebabCase:ti,ConfigDeepFlatten:function t(e){return _i(e,!1).reduce(((i,o)=>(i[o]=Xe(e[o])?t(e[o]):e[o],i)),{})},ConfigFlatten:Po,ConfigMerge:Ko,ConfigProto:Uo,ConnectionError:gi,LimitedStack:class{constructor(t){this.limit=t,this.stack=[]}push(t){return this.stack.push(t),this.stack.length>this.limit&&this.stack.shift(),this}pop(){return this.stack.pop()}find(t){return this.stack.find(t)}},NUMBER_FIELDS_REG:ri,OptionsError:Ai,abort:fi,alignElement:Fo,alreadyLoadedList:oo,appendScriptAsync:no,appendStyleAsync:so,applyStyles:function(t){if(-1===t.indexOf("<html "))return t;t=(t=t.substring(t.indexOf("<html "),t.length)).substring(0,t.lastIndexOf("</html>")+7);const e=Qt.createElement("iframe");e.style.display="none",Qt.body.appendChild(e);let i="",o=[];try{const r=e.contentDocument||(e.contentWindow?e.contentWindow.document:null);if(r){r.open(),r.write(t),r.close(),xi.each(r.body,(t=>{xi.isElement(t)&&/mso-list:\s*ignore/i.test(t.getAttribute("style")||"")&&xi.safeRemove(t)}));try{for(let t=0;t<r.styleSheets.length;t+=1){const e=r.styleSheets[t].cssRules;for(let t=0;t<e.length;t+=1)""!==e[t].selectorText&&(o=xo(e[t].selectorText,r.body),o.forEach((i=>{i.style.cssText=Bo(e[t].style.cssText+";"+i.style.cssText)})))}}catch(t){}xi.each(r.body,(t=>{if(xi.isElement(t)){const e=t,i=e.getAttribute("style");i&&(e.style.cssText=Bo(i)),e.hasAttribute("style")&&!e.getAttribute("style")&&e.removeAttribute("style")}})),i=r.firstChild?We(r.body.innerHTML):""}}catch(t){}finally{xi.safeRemove(e)}return i&&(t=i),We(t.replace(/<(\/)?(html|colgroup|col|o:p)[^>]*>/g,"").replace(/<!--[^>]*>/g,""))}
|
|
497
|
-
/*!
|
|
498
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
499
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
500
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
501
|
-
*/,asArray:ko,assert:Ve,attr:ci,browser:t=>{const e=navigator.userAgent.toLowerCase(),i=/(firefox)[\s/]([\w.]+)/.exec(e)||/(chrome)[\s/]([\w.]+)/.exec(e)||/(webkit)[\s/]([\w.]+)/.exec(e)||/(opera)(?:.*version)[\s/]([\w.]+)/.exec(e)||/(msie)[\s]([\w.]+)/.exec(e)||/(trident)\/([\w.]+)/.exec(e)||e.indexOf("compatible")<0||[];return"version"===t?i[2]:"webkit"===t?"chrome"===i[1]||"webkit"===i[1]:"ff"===t?"firefox"===i[1]:"msie"===t?"trident"===i[1]||"msie"===i[1]:i[1]===t},buildQuery:Ro,call:ji,callPromise:yi,callThis:function(t,e,...i){return t.apply(e,i)},camelCase:ai,cleanFromWord:function(t){-1!==t.indexOf("<html ")&&(t=(t=t.substring(t.indexOf("<html "),t.length)).substring(0,t.lastIndexOf("</html>")+7));let e="";try{const i=Qt.createElement("div");i.innerHTML=t;const o=[];i.firstChild&&xi.each(i,(t=>{if(t)switch(t.nodeType){case Node.ELEMENT_NODE:switch(t.nodeName){case"STYLE":case"LINK":case"META":o.push(t);break;case"W:SDT":case"W:SDTPR":case"FONT":xi.unwrap(t);break;default:if(/mso-list:\s*ignore/i.test(t.getAttribute("style")||"")){o.push(t);break}Ke(t.attributes).forEach((e=>{-1===["src","href","rel","content"].indexOf(e.name.toLowerCase())&&t.removeAttribute(e.name)}))}break;case Node.TEXT_NODE:break;default:o.push(t)}})),xi.safeRemove.apply(null,o),e=i.innerHTML}catch(t){}return e&&(t=e),(t=t.split(/(\n)/).filter(We).join("\n")).replace(/<(\/)?(html|colgroup|col|o:p)[^>]*>/g,"").replace(/<!--[^>]*>/g,"")}
|
|
502
|
-
/*!
|
|
503
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
504
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
505
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
506
|
-
*/,clearAlign:Do,clearCenterAlign:di,clearTimeout:Gi,cns:Jo,colorToHex:oi,completeUrl:io,connection:mi,convertMediaUrlToVideoEmbed:Qo,css:li,cssPath:zo,ctrlKey:Wo,dataBind:pi,defaultLanguage:Yo,error:bi,fastClone:function(t){return JSON.parse(zi(t))},fuzzySearchIndex:function(t,e,i=0,o=1){let r=0,n=0,s=-1,a=0,l=0;for(n=i;r<t.length&&n<e.length;)t[r].toLowerCase()===e[n].toLowerCase()?(r++,a++,l=0,-1===s&&(s=n)):r>0&&(l>=o&&e[n]!==Kt?(r=0,s=-1,a=0,l=0,n--):(l++,a++)),n++;return r===t.length?[s,a]:[-1,0]},get:He,getClassName:Ki,getContentWidth:Ar,getDataTransfer:t=>{if(t.clipboardData)return t.clipboardData;try{return t.dataTransfer||new DataTransfer}catch(t){return null}},getFixedPositionOffset:br,getPropertyDescriptor:ki,getScrollParent:mr,getXPathByElement:Co,hAlignElement:Eo,hasBrowserColorPicker:Ci,hasContainer:Di,htmlspecialchars:function(t){const e=Qt.createElement("div");return e.textContent=t,e.innerHTML}
|
|
507
|
-
/*!
|
|
508
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
509
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
510
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
511
|
-
*/,humanSizeToBytes:Go,i18n:xr,inView:Zo,innerWidth:vr,isAbortError:Ii,isArray:Te,isAtom:Lo,isBoolean:ei,isDestructable:Ei,isEqual:function(t,e){return t===e||zi(t)===zi(e)},isFastEqual:Si,isFunction:De,isHTML:Ne,isHtmlFromWord:function(t){return-1!==t.search(/<meta.*?Microsoft Excel\s[\d].*?>/)||-1!==t.search(/<meta.*?Microsoft Word\s[\d].*?>/)||-1!==t.search(/<meta[^>]*?ProgId[^>]*?(Word|Excel)\./i)||-1!==t.search(/<meta[^>]*?(LibreOffice|OpenOffice)/i)||-1!==t.search(/urn:schemas-microsoft-com:office:(word|excel)/)||-1!==t.search(/<\w[^>]*\sclass=("|')?Mso/)||-1!==t.search(/style='[^']*mso-/)||-1!==t.search(/style="[^"]*mso-/)&&-1!==t.search(/<font/)},isInitable:Bi,isInt:function(t){return Le(t)&&ii(t)&&(t=parseFloat(t)),"number"==typeof t&&Number.isFinite(t)&&!(t%1)},isJoditObject:Fi,isLicense:Ri,isMarker:Mi,isNativeFunction:Me,isNumber:Ti,isNumeric:ii,isPlainObject:Xe,isPromise:vi,isSet:Qe,isString:Le,isStringArray:Oe,isURL:Li,isValidName:Oi,isViewObject:ui,isVoid:qe,isWindow:Ze,kebabCase:$e,keepNames:Pi,keys:_i,loadImage:(t,e)=>e.async.promise(((i,o)=>{const r=new Image,n=()=>{e.e.off(r),null==o||o()},s=()=>{e.e.off(r),i(r)};e.e.one(r,"load",s).one(r,"error",n).one(r,"abort",n),r.src=t,r.complete&&s()})),loadNext:ao,loadNextStyle:function t(e,i,o=0){return Le(i[o])?so(e,i[o]).then((()=>t(e,i,o+1))):Promise.resolve()},markAsAtomic:Oo,markDeprecated:function(t,e=[""],i=null){return(...o)=>(Jo.warn(`Method "${e[0]}" deprecated.`+(e[1]?` Use "${e[1]}" instead`:"")),t.call(i,...o))},markOwner:wi,memorizeExec:(t,e,{control:i},o)=>{var r;const n=`button${i.command}`;let s=null!==(r=i.args&&i.args[0])&&void 0!==r?r:pi(t,n);if(qe(s))return!1;pi(t,n,s),o&&(s=o(s)),t.execCommand(i.command,!1,null!=s?s:void 0)},nl2br:function(t){return t.replace(/\r\n|\r|\n/g,"<br/>")},normalizeColor:dr,normalizeCssNumericValue:ni,normalizeCssValue:si,normalizeKeyAliases:cr,normalizeLicense:ur,normalizePath:hr,normalizeRelativePath:pr,normalizeSize:fr,normalizeUrl:gr,offset:wr,options:function(t){return new Ai(t)},parseQuery:No,position:yr,previewBox:Vo,refs:Io,reset:Pe,resolveElement:So,safeHTML:tr,sanitizeHTMLElement:rr,scrollIntoViewIfNeeded:Xo,set:$o,setTimeout:Yi,size:jr,splitArray:Vi,sprintf:kr,stringify:zi,stripTags:lr,toArray:Ke,trim:We,trimChars:Ye,trimInv:Ge,ucfirst:_r});
|
|
512
|
-
/*!
|
|
513
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
514
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
515
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
516
|
-
*/const Ir=new Map;class zr{get componentName(){return this.__componentName||(this.__componentName="jodit-"+$e((De(this.className)?this.className():"")||Ki(this))),this.__componentName}getFullElName(t,e,i){const o=[this.componentName];return t&&(t=t.replace(/[^a-z0-9-]/gi,"-"),o.push(`__${t}`)),e&&(o.push("_",e),o.push("_",qe(i)?"true":i.toString())),o.join("")}get ownerDocument(){return this.ow.document}get od(){return this.ownerDocument}get ow(){return this.ownerWindow}get(t,e){return He(t,e||this)}get isReady(){return this.componentStatus===Re.ready}get isDestructed(){return this.componentStatus===Re.destructed}get isInDestruct(){return Re.beforeDestruct===this.componentStatus||Re.destructed===this.componentStatus}bindDestruct(t){return t.hookStatus(Re.beforeDestruct,(()=>!this.isInDestruct&&this.destruct())),this}constructor(){this.async=new Ji,this.ownerWindow=window,this.__componentStatus=Re.beforeInit,this.uid="jodit-uid-"+function(){function t(){return Ao+=10*(Math.random()+1),Math.round(Ao).toString(16)}let e=t();for(;bo.has(e);)e=t();return bo.add(e),e}()}destruct(){this.setStatus(Re.destructed),this.async&&(this.async.destruct(),this.async=void 0),Ir.get(this)&&Ir.delete(this),this.ownerWindow=void 0}get componentStatus(){return this.__componentStatus}set componentStatus(t){this.setStatus(t)}setStatus(t){return this.setStatusComponent(t,this)}setStatusComponent(t,e){if(t===this.__componentStatus)return;e===this&&(this.__componentStatus=t);const i=Object.getPrototypeOf(this);i&&De(i.setStatusComponent)&&i.setStatusComponent(t,e);const o=Ir.get(this),r=null==o?void 0:o[t];r&&r.length&&r.forEach((t=>t(e)))}hookStatus(t,e){let i=Ir.get(this);i||(i={},Ir.set(this,i)),i[t]||(i[t]=[]),i[t].push(e)}static isInstanceOf(t,e){return t instanceof e}}zr.STATUSES=Re;
|
|
517
|
-
/*!
|
|
518
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
519
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
520
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
521
|
-
*/
|
|
522
|
-
class Sr extends zr{get j(){return this.jodit}get defaultTimeout(){return this.j.defaultTimeout}i18n(t,...e){return this.j.i18n(t,...e)}setParentView(t){return this.jodit=t,t.ow&&(this.ownerWindow=t.ow),t.components.add(this),this}constructor(t){super(),this.setParentView(t)}destruct(){return this.j.components.delete(this),super.destruct()}}
|
|
523
|
-
/*!
|
|
524
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
525
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
526
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
527
|
-
*/function Br(t,e=!1,i="debounce"){return(o,r)=>{const n=o[r];if(!De(n))throw bi("Handler must be a Function");return o.hookStatus(Re.ready,(o=>{const{async:n}=o;Ve(null!=n,`Component ${o.componentName||o.constructor.name} should have "async:IAsync" field`);const s=De(t)?t(o):t,a=Ti(s)||Xe(s)?s:o.defaultTimeout;Object.defineProperty(o,r,{configurable:!0,value:n[i](o[r].bind(o),a,e)})})),{configurable:!0,get(){return n.bind(this)}}}}function Er(t,e=!1){return Br(t,e,"throttle")}
|
|
528
|
-
/*!
|
|
529
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
530
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
531
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
532
|
-
*/function Dr(...t){return e=>{const i=e.prototype;for(let e=0;e<t.length;e++){const o=t[e],r=Object.getOwnPropertyNames(o.prototype);for(let t=0;t<r.length;t++){const e=r[t],n=Object.getOwnPropertyDescriptor(o.prototype,e);null!=n&&De(n.value)&&!De(i[e])&&Object.defineProperty(i,e,{enumerable:!0,configurable:!0,writable:!0,value:function(...t){return n.value.call(this,...t)}})}}}}
|
|
533
|
-
/*!
|
|
534
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
535
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
536
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
537
|
-
*/function Fr(t){return(e,i)=>{if(!De(e[i]))throw bi("Handler must be a Function");e.hookStatus(t,(t=>{t[i].call(t)}))}}
|
|
538
|
-
/*!
|
|
539
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
540
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
541
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
542
|
-
*/
|
|
543
|
-
/*!
|
|
544
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
545
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
546
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
547
|
-
*/
|
|
548
|
-
function Rr(t){return(e,i)=>{if(!De(e[i]))throw bi("Handler must be a Function");e.hookStatus(Re.ready,(e=>{const{async:o}=e,r=e[i];let n=0;Object.defineProperty(e,i,{configurable:!0,value:function i(...s){o.clearTimeout(n),t(e)?r.apply(e,s):n=o.setTimeout((()=>i(...s)),10)}})}))}}
|
|
549
|
-
/*!
|
|
550
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
551
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
552
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
553
|
-
*/const Mr=Symbol("observable-object");function Tr(t){return void 0!==t[Mr]}function Lr(t){if(Tr(t))return t;const e={},i={},o=(e,r)=>Te(e)?(e.map((t=>o(t,r))),t):(i[e]||(i[e]=[]),i[e].push(r),t),r=(o,...n)=>{if(Te(o))o.map((t=>r(t,...n)));else try{!e[o]&&i[o]&&(e[o]=!0,i[o].forEach((e=>e.call(t,...n))))}finally{e[o]=!1}},n=(e,i=[])=>{const s={};Tr(e)||(Object.defineProperty(e,Mr,{enumerable:!1,value:!0}),Object.keys(e).forEach((o=>{const a=o,l=i.concat(a).filter((t=>t.length));s[a]=e[a];const d=ki(e,a);Object.defineProperty(e,a,{set:e=>{const i=s[a];if(!Si(s[a],e)){r(["beforeChange",`beforeChange.${l.join(".")}`],a,e),Xe(e)&&n(e,l),d&&d.set?d.set.call(t,e):s[a]=e;const o=[];r(["change",...l.reduce(((t,e)=>(o.push(e),t.push(`change.${o.join(".")}`),t)),[])],l.join("."),i,(null==e?void 0:e.valueOf)?e.valueOf():e)}},get:()=>d&&d.get?d.get.call(t):s[a],enumerable:!0,configurable:!0}),Xe(s[a])&&n(s[a],l)})),Object.defineProperty(t,"on",{value:o}))};return n(t),t}
|
|
554
|
-
/*!
|
|
555
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
556
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
557
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
558
|
-
*/function Or(t,e){return(i,o)=>{var r;if(!De(i[o]))throw bi("Handler must be a Function");const n=null===(r=null==e?void 0:e.immediately)||void 0===r||r,s=null==e?void 0:e.context,a=e=>{const r=ui(e)?e:e.jodit;let a=(t,...i)=>{if(!e.isInDestruct)return e[o](t,...i)};n||(a=e.async.microDebounce(a,!0)),Vi(t).forEach((t=>{if(/:/.test(t)){const[i,o]=t.split(":");let n=s;return i.length&&(n=e.get(i)),De(n)&&(n=n(e)),r.events.on(n||e,o,a),n||r.events.on(o,a),void e.hookStatus("beforeDestruct",(()=>{r.events.off(n||e,o,a).off(o,a)}))}const o=t.split("."),[n]=o,l=o.slice(1);let d=e[n];Xe(d)&&Lr(d).on(`change.${l.join(".")}`,a);const c=ki(i,n);Object.defineProperty(e,n,{configurable:!0,set(t){const i=d;i!==t&&(d=t,c&&c.set&&c.set.call(e,t),Xe(d)&&(d=Lr(d),d.on(`change.${l.join(".")}`,a)),a(n,i,d))},get:()=>c&&c.get?c.get.call(e):d})}))};De(i.hookStatus)?i.hookStatus(Re.ready,a):a(i)}}
|
|
559
|
-
/*!
|
|
560
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
561
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
562
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
563
|
-
*/var qr=Object.freeze({__proto__:null,autobind:Fe,cache:Hi,cacheHTML:Ui,cached:qi,component:Qi,debounce:Br,derive:Dr,getComponentClass:Wi,hook:Fr,idle:function(){return(t,e)=>{if(!De(t[e]))throw bi("Handler must be a Function");t.hookStatus(Re.ready,(t=>{const{async:i}=t,o=t[e];t[e]=(...e)=>i.requestIdleCallback(o.bind(t,...e))}))}}
|
|
564
|
-
/*!
|
|
565
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
566
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
567
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
568
|
-
*/,nonenumerable:(t,e)=>{!1!==(Object.getOwnPropertyDescriptor(t,e)||{}).enumerable&&Object.defineProperty(t,e,{enumerable:!1,set(t){Object.defineProperty(this,e,{enumerable:!1,writable:!0,value:t})}})},persistent:
|
|
569
|
-
/*!
|
|
570
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
571
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
572
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
573
|
-
*/
|
|
574
|
-
function(t,e){t.hookStatus(Re.ready,(t=>{const i=ui(t)?t:t.jodit,o=`${i.options.namespace}${t.componentName}_prop_${e}`,r=t[e];Object.defineProperty(t,e,{get(){var t;return null!==(t=i.storage.get(o))&&void 0!==t?t:r},set(t){i.storage.set(o,t)}})}))},throttle:Er,wait:Rr,watch:Or});
|
|
575
|
-
/*!
|
|
576
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
577
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
578
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
579
|
-
*/To.prototype.defaultAjaxOptions={successStatuses:[200,201,202],method:"GET",url:"",data:null,contentType:"application/x-www-form-urlencoded; charset=UTF-8",headers:{"X-REQUESTED-WITH":"XMLHttpRequest"},withCredentials:!1,xhr:()=>new XMLHttpRequest};
|
|
580
|
-
/*!
|
|
581
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
582
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
583
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
584
|
-
*/
|
|
585
|
-
class Hr{get url(){return this.request.url}constructor(t,e,i,o){this.request=t,this.status=e,this.statusText=i,this.body=o}async json(){return JSON.parse(this.body)}text(){return Promise.resolve(this.body)}async blob(){return this.body}}
|
|
586
|
-
/*!
|
|
587
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
588
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
589
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
590
|
-
*/class Ur{className(){return"Ajax"}constructor(t,e=To.prototype.defaultAjaxOptions){this.__async=new Ji,this.__isFulfilled=!1,this.__activated=!1,this.__isDestructed=!1,this.options=Uo(t||{},e),this.xhr=this.o.xhr?this.o.xhr():new XMLHttpRequest}__buildParams(t,e){return Xe(t)&&this.options.contentType&&this.options.contentType.includes("application/json")?JSON.stringify(t):De(this.o.queryBuild)?this.o.queryBuild.call(this,t,e):Le(t)||t instanceof Nt.FormData||"object"==typeof t&&null!=t&&De(t.append)?t:Ro(t)}get o(){return this.options}abort(){if(this.__isFulfilled)return this;try{this.__isFulfilled=!0,this.xhr.abort()}catch(t){}return this}send(){this.__activated=!0;const{xhr:t,o:e}=this,i=this.prepareRequest();return this.__async.promise((async(o,r)=>{var n;const s=()=>{this.__isFulfilled=!0,r(mi("Connection error"))},a=()=>{this.__isFulfilled=!0,o(new Hr(i,t.status,t.statusText,t.responseType?t.response:t.responseText))};t.onload=a,t.onabort=()=>{this.__isFulfilled=!0,r(fi("Abort connection"))},t.onerror=s,t.ontimeout=s,e.responseType&&(t.responseType=e.responseType),t.onprogress=t=>{var e,i;let o=0;t.lengthComputable&&(o=t.loaded/t.total*100),null===(i=(e=this.options).onProgress)||void 0===i||i.call(e,o)},t.onreadystatechange=()=>{var i,o;null===(o=(i=this.options).onProgress)||void 0===o||o.call(i,10),t.readyState===XMLHttpRequest.DONE&&(e.successStatuses.includes(t.status)?a():t.statusText&&(this.__isFulfilled=!0,r(mi(t.statusText))))},t.withCredentials=null!==(n=e.withCredentials)&&void 0!==n&&n;const{url:l,data:d,method:c}=i;t.open(c,l,!0),e.contentType&&t.setRequestHeader&&t.setRequestHeader("Content-type",e.contentType);let{headers:u}=e;De(u)&&(u=await u.call(this)),u&&t.setRequestHeader&&Object.keys(u).forEach((e=>{t.setRequestHeader(e,u[e])})),this.__async.setTimeout((()=>{t.send(d?this.__buildParams(d):void 0)}),0)}))}async*stream(){var t;this.__activated=!0;const{xhr:e,o:i}=this,o=this.prepareRequest();let r=0,n="";const s=[];let a=null,l=!1,d=null;const c=()=>{if(a){const t=a;a=null,t()}},u=t=>{var i;const o=e.responseText;n+=o.substring(r),r=o.length;const a=n.split("\n\n");n=t?"":null!==(i=a.pop())&&void 0!==i?i:"";for(const t of a){const e=t.trim();if(!e)continue;const i=[];for(const t of e.split("\n"))t.startsWith("data: ")?i.push(t.slice(6)):t.startsWith("data:")&&i.push(t.slice(5));i.length&&s.push(i.join("\n"))}c()};e.onprogress=()=>u(!1),e.onload=()=>{u(!0),l=!0,this.__isFulfilled=!0,c()},e.onerror=()=>{d=mi("Connection error"),l=!0,this.__isFulfilled=!0,c()},e.onabort=()=>{d=fi("Abort connection"),l=!0,this.__isFulfilled=!0,c()},e.withCredentials=null!==(t=i.withCredentials)&&void 0!==t&&t;const{url:h,data:p,method:f}=o;e.open(f,h,!0),i.contentType&&e.setRequestHeader&&e.setRequestHeader("Content-type",i.contentType);let{headers:g}=i;De(g)&&(g=await g.call(this)),g&&e.setRequestHeader&&Object.keys(g).forEach((t=>{e.setRequestHeader(t,g[t])})),e.send(p?this.__buildParams(p):void 0);try{for(;;)if(s.length>0)yield s.shift();else{if(l)break;await new Promise((t=>{a=t}))}}finally{this.__isFulfilled||this.abort()}if(d)throw d}prepareRequest(){if(!this.o.url)throw bi("Need URL for AJAX request");let t=this.o.url;const e=this.o.data,i=(this.o.method||"get").toLowerCase();if("get"===i&&e&&Xe(e)){const i=t.indexOf("?");if(-1!==i){const o=No(t);t=t.substring(0,i)+"?"+Ro({...o,...e})}else t+="?"+Ro(this.o.data)}const o={url:t,method:i,data:e};return Ur.log.splice(100),Ur.log.push(o),o}destruct(){this.__isDestructed||(this.__isDestructed=!0,this.__activated&&!this.__isFulfilled&&(this.abort(),this.__isFulfilled=!0),this.__async.destruct())}}Ur.log=[],function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);n>3&&s&&Object.defineProperty(e,i,s)}([Fe],Ur.prototype,"destruct",null);
|
|
591
|
-
/*!
|
|
592
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
593
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
594
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
595
|
-
*/
|
|
596
|
-
class Pr{getElm(t){return this.container.querySelector(`.${this.getFullElName(t)}`)}getElms(t){return Ke(this.container.querySelectorAll(`.${this.getFullElName(t)}`))}}
|
|
597
|
-
/*!
|
|
598
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
599
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
600
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
601
|
-
*/class Kr{afterSetMod(t,e){}setMod(t,e,i){t=t.toLowerCase();const o=this.mods[t];if(o===e)return this;const r=`${this.componentName}_${t}_`,n=(i||this.container).classList;return null!=o&&n.remove(`${r}${o.toString().toLowerCase()}`),!qe(e)&&""!==e&&n.add(`${r}${e.toString().toLowerCase()}`),this.mods[t]=e,this.afterSetMod(t,e),this}getMod(t){var e;return null!==(e=this.mods[t])&&void 0!==e?e:null}}
|
|
602
|
-
/*!
|
|
603
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
604
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
605
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
606
|
-
*/class Nr{static getIcon(t){return/<svg/i.test(t)?t:Nr.icons[t]||Nr.icons[t.replace(/-/g,"_")]||Nr.icons[t.replace(/_/g,"-")]||Nr.icons[ai(t)]||Nr.icons[$e(t)]||Nr.icons[t.toLowerCase()]}static exists(t){return void 0!==this.getIcon(t)}static get(t,e="<span></span>"){return this.getIcon(t)||e}static set(t,e){return this.icons[t.replace("_","-")]=e,this}static makeIcon(t,e){var i,o,r,n;if(!e)return;let s;const{name:a,iconURL:l,fill:d,scale:c}=e,u=a.replace(/[^a-zA-Z0-9]/g,"_");let h;/<svg/.test(a)||(h=null===(o=(i=t.o).getIcon)||void 0===o?void 0:o.call(i,a,u));const p=`${a}${l}${d}${null!=c?c:""}${null!=h?h:""}`;if(t.o.cache&&this.__cache.has(p))return null===(r=this.__cache.get(p))||void 0===r?void 0:r.cloneNode(!0);if(l)s=t.c.span(),li(s,"backgroundImage","url("+l.replace("{basePath}",(null==t?void 0:t.basePath)||"")+")");else{const e=h||Nr.get(a,"")||(null===(n=t.o.extraIcons)||void 0===n?void 0:n[a]);e&&(s=Nr.toIconElement(t,e.trim()),/^<svg/i.test(a)||s.classList.add("jodit-icon_"+u))}return s&&(s.classList.add("jodit-icon"),s.style.fill=d,null!=c&&(s.style.transform=`scale(${c})`),t.o.cache&&this.__cache.set(p,s.cloneNode(!0))),s}static toIconElement(t,e){const i=t.c.fromHTML(e);return xi.isElement(i)?i:t.c.span("jodit-icon_text",i)}}Nr.icons={},Nr.__cache=new Map;
|
|
607
|
-
/*!
|
|
608
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
609
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
610
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
611
|
-
*/
|
|
612
|
-
var Qr;let Wr=Qr=class extends Sr{getRole(){var t;return(null===(t=this.options)||void 0===t?void 0:t.role)||""}get parentElement(){return this.__parentElement}set parentElement(t){this.__parentElement=t,t&&t.hookStatus("beforeDestruct",(()=>this.destruct())),this.updateParentElement(this)}bubble(t){let e=this.parentElement;for(;e;)t(e),e=e.parentElement;return this}updateParentElement(t){var e;return null===(e=this.__parentElement)||void 0===e||e.updateParentElement(t),this}get(t,e){return super.get(t,e)||this.getElm(t)}closest(t){const e="object"==typeof t?e=>e===t:e=>zr.isInstanceOf(e,t);let i=this.__parentElement;for(;i;){if(e(i))return i;i=!i.parentElement&&i.container.parentElement?Qr.closestElement(i.container.parentElement,Qr):i.parentElement}return null}static closestElement(t,e){const i=xi.up(t,(t=>{if(t){const{component:i}=t;return i&&zr.isInstanceOf(i,e)}return!1}));return i?null==i?void 0:i.component:null}update(){}appendTo(t){return t.appendChild(this.container),this}clearName(t){return t.replace(/[^a-zA-Z0-9]/g,"_")}render(t){return this.j.c.div(this.componentName)}createContainer(t){const e=this.render(t);if(Le(e)){const t=this.parseTemplate(e);return t.classList.add(this.componentName),t}return e}parseTemplate(t){return this.j.c.fromHTML(t.replace(/\*([^*]+?)\*/g,((t,e)=>Nr.get(e)||"")).replace(/&_/g,this.componentName+"_").replace(/~([^~]+?)~/g,((t,e)=>this.i18n(e))))}constructor(t,e){super(t),this.name="",this.__parentElement=null,this.mods={},this.options=e,this.container=this.createContainer(e);const i=this.getRole();i&&ci(this.container,"role",i),Object.defineProperty(this.container,"component",{value:this,configurable:!0})}destruct(){return xi.safeRemove(this.container),this.parentElement=null,super.destruct()}};Wr=Qr=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s}([Dr(Kr,Pr)],Wr);
|
|
613
|
-
/*!
|
|
614
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
615
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
616
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
617
|
-
*/
|
|
618
|
-
var Yr=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};let Gr=class extends Wr{className(){return"UIButton"}setState(t){return Object.assign(this.state,t),this}get text(){const t=this.getElm("text");return Ve(t,"Text element not found"),t}get icon(){const t=this.getElm("icon");return Ve(t,"Icon element not found"),t}onChangeSize(){this.setMod("size",this.state.size)}onChangeType(){ci(this.container,"type",this.state.type)}onChangeRole(){ci(this.container,"role",this.state.role)}updateSize(){const t=Wi("UIList"),e=this.closest(t);e&&(this.state.size=e.buttonSize)}onChangeStatus(){this.setMod("variant",this.state.variant)}onChangeText(){this.text.textContent=this.jodit.i18n(this.state.text),this.updateAriaLabel()}onChangeTextSetMode(){this.setMod("text-icons",Boolean(this.state.text.trim().length))}onChangeDisabled(){ci(this.container,"disabled",this.state.disabled||null)}onChangeActivated(){ci(this.container,"aria-pressed",this.state.activated)}onChangeName(){this.container.classList.add(`${this.componentName}_${this.clearName(this.state.name)}`),this.name=this.state.name,ci(this.container,"data-ref",this.state.name),ci(this.container,"ref",this.state.name)}onChangeTooltip(){const t=this.state.tooltip?this.jodit.i18n(this.state.tooltip):null;this.get("j.o.useNativeTooltip")&&ci(this.container,"title",t),ci(this.container,"aria-label",t),this.updateAriaLabel()}updateAriaLabel(){const t=this.state.text.trim().length>0,e=this.state.tooltip?this.jodit.i18n(this.state.tooltip):null;ci(this.container,"aria-label",e),ci(this.button,"aria-label",t?null:e)}onChangeTabIndex(){ci(this.container,"tabindex",this.state.tabIndex)}onChangeIcon(){const t=this.get("j.o.textIcons");if(!0===t||De(t)&&t(this.state.name))return;xi.detach(this.icon);const e=Nr.makeIcon(this.j,this.state.icon);e&&this.icon.appendChild(e)}focus(){this.container.focus()}isFocused(){const{activeElement:t}=this.od;return Boolean(t&&xi.isOrContains(this.container,t))}createContainer(){const t=this.componentName,e=this.j.c.element("button",{class:t,type:"button",role:"button",ariaPressed:!1}),i=this.j.c.span(t+"__icon"),o=this.j.c.span(t+"__text");return e.appendChild(i),e.appendChild(o),e}constructor(t,e){super(t),this.isButton=!0,this.state={size:"middle",type:"button",role:"button",name:"",value:"",variant:"initial",disabled:!1,activated:!1,icon:{name:"empty",fill:"",iconURL:"",scale:void 0},tooltip:"",text:"",tabIndex:void 0},this.actionHandlers=[],this.button=this.container,this.updateSize(),this.onChangeSize(),this.onChangeStatus(),e&&this.hookStatus(Re.ready,(()=>{this.setState(e)}))}destruct(){return this.j.e.off(this),this.j.e.off(this.container),super.destruct()}onAction(t){return this.actionHandlers.push(t),this}__onActionFire(t){t.buffer={actionTrigger:this},this.actionHandlers.forEach((e=>e.call(this,t))),this.j.e.fire(this,"click",t)}};function Jr(t,e,i,o){const r=new Gr(t);return r.state.tabIndex=t.o.allowTabNavigation?0:-1,Le(e)?(r.state.icon.name=e,r.state.name=e,o&&(r.state.variant=o),i&&(r.state.text=i)):r.setState(e),r}
|
|
619
|
-
/*!
|
|
620
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
621
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
622
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
623
|
-
*/Yr([Hi],Gr.prototype,"text",null),Yr([Hi],Gr.prototype,"icon",null),Yr([Or("state.size",{immediately:!1})],Gr.prototype,"onChangeSize",null),Yr([Or("state.type",{immediately:!1})],Gr.prototype,"onChangeType",null),Yr([Or("state.role",{immediately:!1})],Gr.prototype,"onChangeRole",null),Yr([Or("parentElement")],Gr.prototype,"updateSize",null),Yr([Or("state.variant",{immediately:!1})],Gr.prototype,"onChangeStatus",null),Yr([Or("state.text",{immediately:!1})],Gr.prototype,"onChangeText",null),Yr([Or("state.text",{immediately:!1})],Gr.prototype,"onChangeTextSetMode",null),Yr([Or("state.disabled")],Gr.prototype,"onChangeDisabled",null),Yr([Or("state.activated")],Gr.prototype,"onChangeActivated",null),Yr([Or("state.name",{immediately:!1})],Gr.prototype,"onChangeName",null),Yr([Or("state.tooltip",{immediately:!1})],Gr.prototype,"onChangeTooltip",null),Yr([Or("state.tabIndex",{immediately:!1})],Gr.prototype,"onChangeTabIndex",null),Yr([Or("state.icon",{immediately:!1})],Gr.prototype,"onChangeIcon",null),Yr([Ui],Gr.prototype,"createContainer",null),Yr([Or("button:click")],Gr.prototype,"__onActionFire",null),Gr=Yr([Qi],Gr);var Vr,Zr=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};let Xr=Vr=class extends Wr{className(){return"UIGroup"}getRole(){var t;return(null===(t=this.options)||void 0===t?void 0:t.role)||"list"}get allChildren(){const t=[],e=[...this.elements];for(;e.length;){const i=e.shift();Te(i)?e.push(...i):zr.isInstanceOf(i,Vr)?e.push(...i.elements):i&&t.push(i)}return t}update(){this.elements.forEach((t=>t.update())),this.setMod("size",this.buttonSize)}append(t,e){if(Te(t)){if("number"==typeof e)throw new Error("You can not use index when append array of elements");return t.forEach((t=>this.append(t,e))),this}const i=t;let o;if("number"==typeof e?(o=Math.min(Math.max(0,e),this.elements.length),this.elements.splice(o,0,i)):this.elements.push(i),i.name&&i.container.classList.add(this.getFullElName(i.name)),e&&"string"==typeof e){const t=this.getElm(e);if(null==t)throw new Error("Element does not exist");t.appendChild(i.container)}else this.appendChildToContainer(i.container,o);return i.parentElement=this,this}afterSetMod(t,e){this.syncMod&&this.elements.forEach((i=>i.setMod(t,e)))}appendChildToContainer(t,e){void 0===e||e<0||e>this.elements.length-1||null==this.container.children[e]?this.container.appendChild(t):this.container.insertBefore(t,this.container.children[e])}remove(t){const e=this.elements.indexOf(t);return-1!==e&&(this.elements.splice(e,1),xi.safeRemove(t.container),t.parentElement=null),this}clear(){return this.elements.forEach((t=>t.destruct())),this.elements.length=0,this}constructor(t,e,i){super(t,i),this.options=i,this.syncMod=!1,this.elements=[],this.buttonSize="middle",null==e||e.forEach((t=>t&&this.append(t))),(null==i?void 0:i.name)&&(this.name=i.name)}setParentView(t){var e;return null===(e=this.elements)||void 0===e||e.forEach((e=>e.setParentView(t))),super.setParentView(t)}destruct(){return this.clear(),super.destruct()}};Zr([Or("buttonSize")],Xr.prototype,"update",null),Xr=Vr=Zr([Qi],Xr);let $r=class extends Xr{className(){return"UIButtonGroup"}render(t){return`<div>\n\t\t\t<div class="&__label">~${t.label}~</div>\n\t\t\t<div class="&__options"></div>\n\t\t</div>`}appendChildToContainer(t){const e=this.getElm("options");Ve(null!=e,"Options does not exist"),e.appendChild(t)}constructor(t,e={radio:!0}){var i,o;super(t,null===(i=e.options)||void 0===i?void 0:i.map((e=>{const i=new Gr(t,{text:e.text,value:e.value,variant:"primary"});return i.onAction((()=>{this.select(e.value)})),i})),e),this.options=e,this.select(null!==(o=e.value)&&void 0!==o?o:0)}select(t){var e,i;this.elements.forEach(((e,i)=>{i===t||e.state.value===t?e.state.activated=!0:this.options.radio&&(e.state.activated=!1)}));const o=this.elements.filter((t=>t.state.activated)).map((t=>({text:t.state.text,value:t.state.value})));this.jodit.e.fire(this,"select",o),null===(i=(e=this.options).onChange)||void 0===i||i.call(e,o)}};$r=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s}([Qi],$r);
|
|
624
|
-
/*!
|
|
625
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
626
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
627
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
628
|
-
*/
|
|
629
|
-
var tn,en=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};const on=["scroll.tooltip","joditCloseDialog","mouseleave.tooltip"],rn=["escape.tooltip","change.tooltip","changePlace.tooltip","afterOpenPopup.tooltip","hidePopup.tooltip","beforePopupClose.tooltip","closeAllPopups.tooltip"];let nn=tn=class extends Wr{className(){return"UITooltip"}render(){return'<div><div class="&__content"></div></div>'}constructor(t){super(t),this.__isOpened=!1,this.__attachedContainers=new Set,this.__listenClose=!1,this.__currentTarget=null,this.__delayShowTimeout=0,this.__hideTimeout=0,t.o.textIcons||!t.o.showTooltip||t.o.useNativeTooltip||(this.j.e.on("getContainer",(t=>{this.__onAttach(t)})),t.hookStatus(Re.ready,(()=>{this.__onAttach(this.j.container)})))}__onAttach(t){wo(this.j,tn).appendChild(this.container),this.__attachedContainers.add(t),this.__attachedContainers.add(this.j.container),this.j.e.on(t,"mouseenter.tooltip",this.__onMouseEnter,{capture:!0}).on(t,"mouseleave.tooltip",this.__onMouseLeave,{capture:!0}).on(this.j.container,"mouseleave.tooltip",this.__onMouseLeave,{capture:!0})}__addListenersOnEnter(){if(this.__listenClose)return;this.__listenClose=!0;const t=this.j;t.e.on(t.ow,on,this.__hide).on(rn,this.__hide)}__removeListenersOnLeave(){if(!this.__listenClose)return;this.__listenClose=!1;const t=this.j;t.e.off(t.ow,on,this.__hide).off(rn,this.__hide)}__onMouseLeave(t){this.__currentTarget===t.target&&(this.__hideDelay(),this.__currentTarget=null)}__onMouseEnter(t){if(!xi.isHTMLElement(t.target))return;const e=ci(t.target,"aria-label");if(!e)return;if(Boolean(ci(t.target,"disabled")))return;if(!t.target.className.includes("jodit"))return;this.__currentTarget=t.target;const i=t.target;this.__open((()=>{const t=yr(i);return{x:t.left+t.width/2,y:t.top+t.height}}),e)}__open(t,e){this.__addListenersOnEnter(),this.__isOpened=!0,this.j.async.clearTimeout(this.__hideTimeout),this.j.async.clearTimeout(this.__delayShowTimeout);const i=this.j.o.showTooltipDelay||this.j.defaultTimeout;i?this.__delayShowTimeout=this.j.async.setTimeout((()=>this.__show(t,e)),i):this.__show(t,e)}__show(t,e){this.setMod("visible",!0),this.setMod("above",!1),this.getElm("content").innerHTML=e;const i=t(),o=br(this.container);li(this.container,{left:i.x-o.x,top:i.y-o.y});const r=yr(this.container);if(r.top+r.height>this.j.ow.innerHeight){const t=yr(this.__currentTarget);this.setMod("above",!0),li(this.container,{top:t.top-r.height-o.y})}}__hide(){this.j.async.clearTimeout(this.__delayShowTimeout),this.j.async.clearTimeout(this.__hideTimeout),this.__removeListenersOnLeave(),this.__isOpened&&(this.__isOpened=!1,this.setMod("visible",!1),this.getElm("content").innerHTML="",li(this.container,{left:-5e3}))}__hideDelay(){this.j.async.clearTimeout(this.__delayShowTimeout),this.j.async.clearTimeout(this.__hideTimeout),this.__isOpened&&(this.__hideTimeout=this.async.setTimeout(this.__hide,this.j.defaultTimeout))}destruct(){this.__attachedContainers.forEach((t=>{this.j.e.off(t,"mouseenter.tooltip",this.__onMouseEnter).off(t,"mouseleave.tooltip",this.__onMouseLeave)})),this.__hide(),super.destruct()}};en([Fe],nn.prototype,"__onMouseLeave",null),en([Fe],nn.prototype,"__onMouseEnter",null),en([Fe],nn.prototype,"__hide",null),en([Fe],nn.prototype,"__hideDelay",null),nn=tn=en([Qi],nn);let sn=class extends Xr{className(){return"UIBlock"}constructor(t,e,i={align:"left"}){super(t,e),this.options=i,this.setMod("align",this.options.align||"left"),this.setMod("width",this.options.width||""),this.options.mod&&this.setMod(this.options.mod,!0),this.options.className&&this.container.classList.add(this.options.className),ci(this.container,"data-ref",i.ref),ci(this.container,"ref",i.ref)}};sn=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s}([Qi],sn);
|
|
630
|
-
/*!
|
|
631
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
632
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
633
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
634
|
-
*/
|
|
635
|
-
const an=function(t){return!!We(t.value).length||(t.error="Please fill out this field",!1)};var ln=Object.freeze({__proto__:null,required:an,url:function(t){return!!Li(We(t.value))||(t.error="Please enter a web address",!1)}});
|
|
636
|
-
/*!
|
|
637
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
638
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
639
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
640
|
-
*/const dn=function(t){return!!We(t.value).length||(t.error="Please fill out this field",!1)};
|
|
641
|
-
/*!
|
|
642
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
643
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
644
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
645
|
-
*/var cn,un=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};let hn=cn=class extends Wr{className(){return"UIInput"}onChangeClear(){this.state.clearButton?xi.after(this.nativeInput,this.clearButton):xi.safeRemove(this.clearButton)}onChangeClassName(t,e){e&&this.container.classList.remove(e),this.state.className&&this.container.classList.add(this.state.className)}onChangeState(){this.name=this.state.name;const t=this.nativeInput,{name:e,icon:i,type:o,ref:r,required:n,placeholder:s,autocomplete:a,label:l}=this.state;ci(t,"name",e),ci(t,"type",o),ci(t,"data-ref",r||e),ci(t,"ref",r||e),ci(t,"required",n||null),ci(t,"autocomplete",a?null:"off"),ci(t,"placeholder",s?this.j.i18n(s):""),i&&Nr.exists(i)?(xi.before(t,this.icon),this.icon.innerHTML=Nr.get(i)):xi.safeRemove(this.icon),l?(xi.before(this.wrapper,this.label),this.label.innerText=this.j.i18n(l)):xi.safeRemove(this.label),this.updateValidators()}updateValidators(){var t;this.validators.clear(),this.state.required&&this.validators.add(an),null===(t=this.state.validators)||void 0===t||t.forEach((t=>{const e=ln[t];e&&this.validators.add(e)}))}set error(t){this.setMod("has-error",Boolean(t)),t?(this.__errorBox.innerText=this.j.i18n(t,this.j.i18n(this.state.label||"")),this.container.appendChild(this.__errorBox)):xi.safeRemove(this.__errorBox)}get value(){return this.nativeInput.value}set value(t){this.value!==t&&(this.nativeInput.value=t,this.onChangeValue())}onChangeStateValue(){const t=this.state.value.toString();t!==this.value&&(this.value=t)}onChangeValue(){var t,e;const{value:i}=this;this.state.value!==i&&(this.state.value=i,this.j.e.fire(this,"change",i),null===(e=(t=this.state).onChange)||void 0===e||e.call(t,i))}validate(){this.error="";const t=Ke(this.validators).every((t=>t(this)));return this.__markInputInvalid(),t}__markInputInvalid(){var t,e,i,o;this.error?(this.nativeInput.setAttribute("aria-invalid","true"),null===(e=(t=this.nativeInput).setCustomValidity)||void 0===e||e.call(t,this.error)):(this.nativeInput.removeAttribute("aria-invalid"),null===(o=(i=this.nativeInput).setCustomValidity)||void 0===o||o.call(i,""))}createContainer(t){const e=super.createContainer();this.wrapper=this.j.c.div(this.getFullElName("wrapper")),this.nativeInput||(this.nativeInput=this.createNativeInput());const{nativeInput:i}=this;return i.classList.add(this.getFullElName("input")),this.wrapper.appendChild(i),e.appendChild(this.wrapper),ci(i,"dir",this.j.o.direction||"auto"),e}createNativeInput(t){return this.j.create.element("input")}constructor(t,e){super(t,e),this.label=this.j.c.span(this.getFullElName("label")),this.icon=this.j.c.span(this.getFullElName("icon")),this.clearButton=this.j.c.span(this.getFullElName("clear"),Nr.get("cancel")),this.state={...cn.defaultState},this.__errorBox=this.j.c.span(this.getFullElName("error")),this.validators=new Set([]),void 0!==(null==e?void 0:e.value)&&(e.value=e.value.toString()),Object.assign(this.state,e),void 0!==this.state.clearButton&&(this.j.e.on(this.clearButton,"click",(t=>{t.preventDefault(),this.nativeInput.value="",this.j.e.fire(this.nativeInput,"input"),this.focus()})).on(this.nativeInput,"input",(()=>{this.state.clearButton=Boolean(this.value.length)})),this.state.clearButton=Boolean(this.value.length)),this.j.e.on(this.nativeInput,"focus blur",(()=>{this.onChangeFocus()})).on(this.nativeInput,"input change",this.onChangeValue),this.onChangeState(),this.onChangeClassName(),this.onChangeStateValue()}focus(){this.nativeInput.focus()}get isFocused(){return this.nativeInput===this.j.od.activeElement}onChangeFocus(){this.setMod("focused",this.isFocused)}};hn.defaultState={className:"",autocomplete:!0,name:"",value:"",icon:"",label:"",ref:"",type:"text",placeholder:"",required:!1,validators:[]},un([Or("state.clearButton")],hn.prototype,"onChangeClear",null),un([Or("state.className")],hn.prototype,"onChangeClassName",null),un([Or(["state.name","state.type","state.label","state.placeholder","state.autocomplete","state.icon"],{immediately:!1}),Br()],hn.prototype,"onChangeState",null),un([Or("state.value")],hn.prototype,"onChangeStateValue",null),un([Fe],hn.prototype,"onChangeValue",null),hn=cn=un([Qi],hn);
|
|
646
|
-
/*!
|
|
647
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
648
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
649
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
650
|
-
*/
|
|
651
|
-
var pn;let fn=pn=class extends hn{className(){return"UISelect"}createContainer(t){var e;const i=super.createContainer(t),{j:o}=this,{nativeInput:r}=this,n=()=>o.create.element("option");if(void 0!==t.placeholder){const e=n();e.value="",e.text=o.i18n(t.placeholder),r.add(e)}return null===(e=t.options)||void 0===e||e.forEach((t=>{const e=n();e.value=t.value.toString(),e.text=o.i18n(t.text),r.add(e)})),t.size&&t.size>0&&ci(r,"size",t.size),t.multiple&&ci(r,"multiple",""),i}createNativeInput(){return this.j.create.element("select")}updateValidators(){super.updateValidators(),this.state.required&&(this.validators.delete(an),this.validators.add(dn))}constructor(t,e){super(t,e),this.state={...pn.defaultState},Object.assign(this.state,e)}};fn.defaultState={...hn.defaultState,options:[],size:1,multiple:!1},fn=pn=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s}([Qi],fn);let gn=class extends Xr{className(){return"UIForm"}submit(){this.j.e.fire(this.container,"submit")}validate(){const t=this.allChildren.filter((t=>zr.isInstanceOf(t,hn)));for(const e of t)if(!e.validate())return!1;const e=this.allChildren.filter((t=>zr.isInstanceOf(t,fn)));for(const t of e)if(!t.validate())return!1;return!0}onSubmit(t){return this.j.e.on(this.container,"submit",(()=>{const e=this.allChildren.filter((t=>zr.isInstanceOf(t,hn)));return!!this.validate()&&(t(e.reduce(((t,e)=>(t[e.state.name]=e.value,t)),{})),!1)})),this}createContainer(){const t=this.j.c.element("form");return t.classList.add(this.componentName),ci(t,"dir",this.j.o.direction||"auto"),ci(t,"novalidate",""),t}constructor(...t){var e,i;super(...t),(null===(e=this.options)||void 0===e?void 0:e.className)&&this.container.classList.add(null===(i=this.options)||void 0===i?void 0:i.className)}};gn=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s}([Qi],gn);
|
|
652
|
-
/*!
|
|
653
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
654
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
655
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
656
|
-
*/
|
|
657
|
-
var An,bn=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};let mn=An=class extends hn{className(){return"UITextArea"}createNativeInput(t){return this.j.create.element("textarea")}constructor(t,e){super(t,e),this.state={...An.defaultState},Object.assign(this.state,e),!1===this.state.resizable&&(this.nativeInput.style.resize="none")}onChangeStateSize(){const{size:t,resizable:e}=this.state;this.nativeInput.style.resize=e?"auto":"none",this.nativeInput.rows=null!=t?t:5}};mn.defaultState={...hn.defaultState,size:5,resizable:!0},bn([Or(["state.size","state.resizable"])],mn.prototype,"onChangeStateSize",null),mn=An=bn([Qi],mn);
|
|
658
|
-
/*!
|
|
659
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
660
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
661
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
662
|
-
*/
|
|
663
|
-
var vn,jn=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};let wn=vn=class extends hn{className(){return"UICheckbox"}render(){return this.j.c.element("label",{className:this.componentName})}constructor(t,e){super(t,{...e,type:"checkbox"}),this.state={...vn.defaultState},Object.assign(this.state,e)}onChangeChecked(){this.value=this.state.checked.toString(),this.nativeInput.checked=this.state.checked,this.setMod("checked",this.state.checked)}onChangeNativeCheckBox(){this.state.checked=this.nativeInput.checked}onChangeSwitch(){this.setMod("switch",this.state.switch);let t=this.getElm("switch-slider");this.state.switch?(t||(t=this.j.c.div(this.getFullElName("switch-slider"))),xi.after(this.nativeInput,t)):xi.safeRemove(t)}};wn.defaultState={...hn.defaultState,checked:!1,switch:!1},jn([Or("state.checked"),Fr("ready")],wn.prototype,"onChangeChecked",null),jn([Or("nativeInput:change")],wn.prototype,"onChangeNativeCheckBox",null),jn([Or("state.switch"),Fr("ready")],wn.prototype,"onChangeSwitch",null),wn=vn=jn([Qi],wn);let yn=class extends hn{className(){return"UIFileInput"}createContainer(t){this.button=new Gr(this.j,{tooltip:t.tooltip,icon:{name:"plus"}});const{container:e}=this.button;this.nativeInput||(this.nativeInput=this.createNativeInput(t));const{nativeInput:i}=this;return i.classList.add(this.getFullElName("input")),e.classList.add(this.componentName),e.appendChild(i),e}createNativeInput(t){return this.j.create.fromHTML(`<input\n\t\t\ttype="file"\n\t\t\taccept="${t.onlyImages?"image/*":"*"}"\n\t\t\ttabindex="-1"\n\t\t\tdir="auto"\n\t\t\tmultiple=""\n\t\t/>`)}constructor(t,e){super(t,{type:"file",...e}),this.state={...hn.defaultState,type:"file",onlyImages:!0}}};yn=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s}([Qi],yn);let _n=class extends Wr{className(){return"UISeparator"}};_n=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s}([Qi],_n);let kn=class extends Wr{className(){return"UISpacer"}};kn=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s}([Qi],kn);
|
|
664
|
-
/*!
|
|
665
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
666
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
667
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
668
|
-
*/
|
|
669
|
-
const xn=t=>Te(t.buttons);
|
|
670
|
-
/*!
|
|
671
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
672
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
673
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
674
|
-
*/function Cn(t,e){let i;return e||(e=To.defaultOptions.controls),Le(t)?i=In(t,e)||{name:t,command:t,tooltip:t}:(i={name:"empty",...Po(t)},void 0!==e[i.name]&&(i={...Po(e[i.name]),...Po(i)})),i}function In(t,e){let[i,o]=t.split(/\./),r=e;return null!=o?void 0!==e[i]&&(r=e[i]):o=i,r[o]?{name:o,...Po(r[o])}:void 0}
|
|
675
|
-
/*!
|
|
676
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
677
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
678
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
679
|
-
*/
|
|
680
|
-
/*!
|
|
681
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
682
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
683
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
684
|
-
*/
|
|
685
|
-
var zn=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};let Sn=class extends Xr{constructor(){super(...arguments),this.mode="horizontal",this.removeButtons=[]}className(){return"UIList"}getRole(){return"list"}__onChangeMode(){this.setMod("mode",this.mode)}makeGroup(t){return new Xr(this.jodit,[],t?{role:t}:void 0)}get buttons(){return this.allChildren.filter((t=>zr.isInstanceOf(t,Gr)))}getButtonsNames(){return this.buttons.map((t=>t instanceof Gr&&t.state.name||"")).filter((t=>""!==t))}setRemoveButtons(t){return this.removeButtons=t||[],this}build(t,e=null){t=Vi(t),this.clear();let i,o=!1,r=this.makeGroup("group");this.append(r),r.setMod("line",!0);const n=t=>{let n=null;switch(t.name){case"\n":r=this.makeGroup("group"),r.setMod("line",!0),i=this.makeGroup(),r.append(i),this.append(r);break;case"|":o||(o=!0,n=new _n(this.j));break;case"---":{i.setMod("before-spacer",!0);const t=new kn(this.j);r.append(t),i=this.makeGroup(),r.append(i),o=!1;break}default:o=!1,n="select"===t.component?this.makeSelect(t,e):this.makeButton(t,e)}n&&(i||(i=this.makeGroup(),r.append(i)),i.append(n))},s=t=>{var e;return!this.removeButtons.includes(t.name)&&(!t.isVisible||(null===(e=t.isVisible)||void 0===e?void 0:e.call(t,this.j,t)))};return t.forEach((t=>{if(xn(t)){const e=t.buttons.filter((t=>t));e.length&&(i=this.makeGroup(),i.setMod("separated",!0).setMod("group",t.group),r.append(i),function(t,e){const i=Te(t)?t:_i(t,!1).map((e=>Uo({name:e},t[e]||{})));return i.map((t=>Cn(t,e||To.defaultOptions.controls)))}(e,this.j.o.controls).filter(s).forEach(n))}else{i||(i=this.makeGroup(),r.append(i));const e=Cn(t,this.j.o.controls);s(e)&&n(e)}})),this.update(),this}makeSelect(t,e){throw new Error("Not implemented behaviour")}makeButton(t,e){return new Gr(this.j,{name:t.name})}};zn([Or("mode"),Fr("ready")],Sn.prototype,"__onChangeMode",null),Sn=zn([Qi],Sn);
|
|
686
|
-
/*!
|
|
687
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
688
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
689
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
690
|
-
*/
|
|
691
|
-
var Bn=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};const En=["escape","cut","delete","backSpaceAfterDelete","beforeCommandDelete"];class Dn extends Xr{className(){return"Popup"}appendChildToContainer(t){const e=this.getElm("content");Ve(e,"Content element should exist"),e.appendChild(t)}updateParentElement(t){return t!==this&&zr.isInstanceOf(t,Dn)&&(this.__childrenPopups.forEach((e=>{!t.closest(e)&&e.isOpened&&e.close()})),this.__childrenPopups.has(t)||this.j.e.on(t,"beforeClose",(()=>{this.__childrenPopups.delete(t)})),this.__childrenPopups.add(t)),super.updateParentElement(t)}setContent(t){if(this.allChildren.length)throw new Error("Remove children");if(zr.isInstanceOf(t,Wr))this.append(t);else{const e=Le(t)?this.j.c.fromHTML(t):t;this.appendChildToContainer(e)}return this.updatePosition(),this}open(t,e=!1,i){if(wi(this.jodit,this.container),this.container.classList.add(`jodit_theme_${this.jodit.o.theme}`),this.__calculateZIndex(),this.isOpened=!0,this.__addGlobalListeners(),this.__targetBound=e?this.getKeepBound(t):t,i)i.appendChild(this.container);else{const t=wo(this.jodit,Dn);i!==this.container.parentElement&&t.appendChild(this.container)}return this.updatePosition(),this.j.e.fire(this,"afterOpen"),this.j.e.fire("afterOpenPopup",this),this}__calculateZIndex(){if(this.container.style.zIndex)return;const t=t=>{const e=t.container.style.zIndex||t.o.zIndex;return!!e&&(this.setZIndex(1+parseInt(e.toString(),10)),!0)},{j:e}=this;if(t(e))return;let i=this.parentElement;for(;i;){if(t(i.j))return;if(i.container.style.zIndex)return void this.setZIndex(1+parseInt(i.container.style.zIndex.toString(),10));if(!i.parentElement&&i.container.parentElement){const t=Wr.closestElement(i.container.parentElement,Wr);if(t){i=t;continue}}i=i.parentElement}}getKeepBound(t){var e;const i=t(),o=(null!==(e=this.j.o.shadowRoot)&&void 0!==e?e:this.od).elementFromPoint(i.left,i.top);if(!o)return t;const r=xi.isHTMLElement(o)?o:o.parentElement,n=yr(r,this.j);return()=>{const e=t(),i=yr(r,this.j);return{...e,top:e.top+(i.top-n.top),left:e.left+(i.left-n.left)}}}updatePosition(){if(!this.isOpened)return this;const[t,e]=this.__calculatePosition(this.__targetBound(),this.viewBound(),yr(this.container,this.j));this.setMod("strategy",e);const i=br(this.container);return li(this.container,{left:t.left-i.x,top:t.top-i.y}),this.__childrenPopups.forEach((t=>t.updatePosition())),this}__throttleUpdatePosition(){this.updatePosition()}__calculatePosition(t,e,i,o=this.strategy){const r={left:t.left,right:t.left-(i.width-t.width)},n={bottom:t.top+t.height,top:t.top-i.height},s=Object.keys(r).reduce(((t,e)=>t.concat(Object.keys(n).map((t=>`${e}${_r(t)}`)))),[]),a=t=>{const[e,o]=$e(t).split("-");return{left:r[e],top:n[o],width:i.width,height:i.height}},l=t=>{let e=null;return e=Dn.boxInView(a(o),t)?o:s.find((e=>{if(Dn.boxInView(a(e),t))return e}))||null,e};let d=l(yr(this.j.container,this.j));return d&&Dn.boxInView(a(d),e)||(d=l(e)||d||o),[a(d),d]}static boxInView(t,e){return t.top-e.top>=-2&&t.left-e.left>=-2&&e.top+e.height-(t.top+t.height)>=-2&&e.left+e.width-(t.left+t.width)>=-2}close(){return this.isOpened?(this.isOpened=!1,this.__childrenPopups.forEach((t=>t.close())),this.j.e.fire(this,"beforeClose"),this.j.e.fire("beforePopupClose",this),this.__removeGlobalListeners(),xi.safeRemove(this.container),this):this}__closeOnOutsideClick(t){this.isOpened&&!this.isOwnClick(t)&&this.close()}isOwnClick(t){if(!t.target)return!1;const e=Wr.closestElement(t.target,Dn);return Boolean(e&&(this===e||e.closest(this)))}__addGlobalListeners(){const t=this.__throttleUpdatePosition,e=this.ow;_o.on("closeAllPopups",this.close),this.smart&&this.j.e.on(En,this.close).on("mousedown touchstart",this.__closeOnOutsideClick).on(e,"mousedown touchstart",this.__closeOnOutsideClick),this.j.e.on("closeAllPopups",this.close).on("resize",t).on(this.container,"scroll mousewheel",t).on(e,"scroll",t).on(e,"resize",t),xi.up(this.j.container,(e=>{e&&this.j.e.on(e,"scroll mousewheel",t)}))}__removeGlobalListeners(){const t=this.__throttleUpdatePosition,e=this.ow;_o.off("closeAllPopups",this.close),this.smart&&this.j.e.off(En,this.close).off("mousedown touchstart",this.__closeOnOutsideClick).off(e,"mousedown touchstart",this.__closeOnOutsideClick),this.j.e.off("closeAllPopups",this.close).off("resize",t).off(this.container,"scroll mousewheel",t).off(e,"scroll",t).off(e,"resize",t),this.j.container.isConnected&&xi.up(this.j.container,(e=>{e&&this.j.e.off(e,"scroll mousewheel",t)}))}setZIndex(t){this.container.style.zIndex=t.toString()}constructor(t,e=!0){super(t),this.smart=e,this.isOpened=!1,this.strategy="leftBottom",this.viewBound=()=>({left:0,top:0,width:this.ow.innerWidth,height:this.ow.innerHeight}),this.__childrenPopups=new Set,ci(this.container,"role","popup")}render(){return'<div>\n\t\t\t<div class="&__content"></div>\n\t\t</div>'}destruct(){return this.close(),super.destruct()}}Bn([Fe],Dn.prototype,"updatePosition",null),Bn([Er(10),Fe],Dn.prototype,"__throttleUpdatePosition",null),Bn([Fe],Dn.prototype,"close",null),Bn([Fe],Dn.prototype,"__closeOnOutsideClick",null);
|
|
692
|
-
/*!
|
|
693
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
694
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
695
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
696
|
-
*/
|
|
697
|
-
class Fn extends Wr{constructor(){super(...arguments),this.__animationElement=null}className(){return"ProgressBar"}render(){return"<div><div></div></div>"}show(){return(this.j.workplace||this.j.container).appendChild(this.container),this}hide(){return xi.safeRemove(this.container),this}progress(t){return this.container.style.width=t.toFixed(2)+"%",this}showFileUploadAnimation(t,e){this.__cleanUpAnimation();const i=wo(this.j,Fn),o=yr(this.j.container,this.j),r=this.j.c.div(this.getFullElName("file-animation")),n=Nr.get("file","");n&&(r.innerHTML=n);const s=null!=t?t:{x:o.width/2,y:0},a=null!=e?e:{x:s.x+60,y:s.y-80};li(r,{left:o.left+s.x,top:o.top+s.y}),i.appendChild(r),this.__animationElement=r,li(r,{left:o.left+a.x,top:o.top+a.y,opacity:0,transform:"scale(0.4)"});const l=()=>{r.removeEventListener("transitionend",l),this.__cleanUpAnimation()};r.addEventListener("transitionend",l)}__cleanUpAnimation(){this.__animationElement&&(xi.safeRemove(this.__animationElement),this.__animationElement=null)}destruct(){return this.__cleanUpAnimation(),this.hide(),super.destruct()}}
|
|
698
|
-
/*!
|
|
699
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
700
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
701
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
702
|
-
*/class Rn{get doc(){return De(this.document)?this.document():this.document}constructor(t,e){this.document=t,this.createAttributes=e}element(t,e,i){const o=this.doc.createElement(t.toLowerCase());return this.applyCreateAttributes(o),e&&(Xe(e)?ci(o,e):i=e),i&&ko(i).forEach((t=>o.appendChild(Le(t)?this.fromHTML(t):t))),o}div(t,e,i){const o=this.element("div",e,i);return t&&(o.className=t),o}sandbox(){var t;const e=this.element("iframe",{sandbox:"allow-same-origin"});this.doc.body.appendChild(e);const i=null===(t=e.contentWindow)||void 0===t?void 0:t.document;if(Ve(i,"iframe.contentWindow.document"),!i)throw Error("Iframe error");return i.open(),i.write("<!DOCTYPE html><html><head></head><body></body></html>"),i.close(),[i.body,e]}span(t,e,i){const o=this.element("span",e,i);return t&&(o.className=t),o}a(t,e,i){const o=this.element("a",e,i);return t&&(o.className=t),o}text(t){return this.doc.createTextNode(t)}fake(){return this.text(Kt)}fragment(){return this.doc.createDocumentFragment()}fromHTML(t,e){const i=this.div();i.innerHTML=t.toString();const o=i.firstChild===i.lastChild&&i.firstChild?i.firstChild:i;if(xi.safeRemove(o),e){const t=Io(o);Object.keys(e).forEach((i=>{const o=t[i];o&&!1===e[i]&&xi.hide(o)}))}return o}applyCreateAttributes(t){if(this.createAttributes){const e=this.createAttributes;if(e&&e[t.tagName.toLowerCase()]){const i=e[t.tagName.toLowerCase()];De(i)?i(t):Xe(i)&&ci(t,i)}}}}
|
|
703
|
-
/*!
|
|
704
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
705
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
706
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
707
|
-
*/class Mn{constructor(t="JoditDB",e="keyValueStore"){this.dbName=t,this.dbPromise=null,this.DB_VERSION=1,this.storeName=e}getDB(){return this.dbPromise||(this.dbPromise=new Promise(((t,e)=>{const i=indexedDB.open(this.dbName,this.DB_VERSION);i.onerror=()=>{e(i.error)},i.onsuccess=()=>{t(i.result)},i.onupgradeneeded=t=>{const e=t.target.result;e.objectStoreNames.contains(this.storeName)||e.createObjectStore(this.storeName)}}))),this.dbPromise}async performTransaction(t,e){try{const i=e((await this.getDB()).transaction([this.storeName],t).objectStore(this.storeName));return new Promise(((t,e)=>{i.onsuccess=()=>{t(i.result)},i.onerror=()=>{e(i.error)}}))}catch(t){return Promise.reject(t)}}async set(t,e){try{await this.performTransaction("readwrite",(i=>i.put(e,t)))}catch(t){}return this}async delete(t){try{await this.performTransaction("readwrite",(e=>e.delete(t)))}catch(t){}return this}async get(t){try{return await this.performTransaction("readonly",(e=>e.get(t)))}catch(t){return}}async exists(t){try{const e=await this.performTransaction("readonly",(e=>e.get(t)));return void 0!==e}catch(t){return!1}}async clear(){try{await this.performTransaction("readwrite",(t=>t.clear()))}catch(t){}return this}async close(){if(this.dbPromise){try{(await this.dbPromise).close()}catch(t){}this.dbPromise=null}}async keys(){try{let t=await this.performTransaction("readonly",(t=>t.getAllKeys()));return t&&"object"==typeof t&&"then"in t&&(t=await t),t.map((t=>String(t)))}catch(t){return[]}}async values(){try{let t=await this.performTransaction("readonly",(t=>t.getAll()));return t&&"object"==typeof t&&"then"in t&&(t=await t),t}catch(t){return[]}}async entries(){try{const[t,e]=await Promise.all([this.keys(),this.values()]);return t.map(((t,i)=>[t,e[i]]))}catch(t){return[]}}}let Tn=null;async function Ln(){if(null!=Tn)return Tn;try{if("undefined"==typeof indexedDB)return Tn=!1,!1;const t="___Jodit___"+Math.random().toString(),e=indexedDB.open(t);return Tn=await new Promise((i=>{e.onerror=()=>{i(!1)},e.onsuccess=()=>{indexedDB.deleteDatabase(t),i(!0)}})),Tn}catch(t){return Tn=!1,!1}}
|
|
708
|
-
/*!
|
|
709
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
710
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
711
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
712
|
-
*/const On=(t="localStorage")=>{const e=new Map;return(()=>{if(e.has(t))return e.get(t);const i="___Jodit___"+Math.random().toString(),o="sessionStorage"===t?sessionStorage:localStorage;try{o.setItem(i,"1");const r="1"===o.getItem(i);return o.removeItem(i),e.set(t,r),r}catch(t){}return e.set(t,!1),!1})()};class qn{get storage(){return"sessionStorage"===this.strategy?sessionStorage:localStorage}set(t,e){try{const i=this.storage.getItem(this.rootKey),o=i?JSON.parse(i):{};o[t]=e,this.storage.setItem(this.rootKey,JSON.stringify(o))}catch(t){}return this}delete(t){try{this.storage.removeItem(this.rootKey)}catch(t){}return this}get(t){try{const e=this.storage.getItem(this.rootKey),i=e?JSON.parse(e):{};return void 0!==i[t]?i[t]:void 0}catch(t){}}exists(t){return null!=this.get(t)}constructor(t,e="localStorage"){this.rootKey=t,this.strategy=e}clear(){try{this.storage.removeItem(this.rootKey)}catch(t){}return this}}
|
|
713
|
-
/*!
|
|
714
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
715
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
716
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
717
|
-
*/class Hn{constructor(){this.data=new Map}set(t,e){return this.data.set(t,e),this}delete(t){return this.data.delete(t),this}get(t){return this.data.get(t)}exists(t){return this.data.has(t)}clear(){return this.data.clear(),this}}
|
|
718
|
-
/*!
|
|
719
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
720
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
721
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
722
|
-
*/const Un="Jodit_";class Pn{set(t,e){return this.provider.set(ai(this.prefix+t),e),this}delete(t){return this.provider.delete(ai(this.prefix+t)),this}get(t){return this.provider.get(ai(this.prefix+t))}exists(t){return this.provider.exists(ai(this.prefix+t))}clear(){return this.provider.clear(),this}constructor(t,e){this.provider=t,this.prefix=Un,e&&(this.prefix+=e)}static makeStorage(t=!1,e){let i;return"localStorage"===t||"sessionStorage"===t?On(t)&&(i=new qn(Un+(e||""),t)):!0===t&&On("localStorage")&&(i=new qn(Un+(e||""))),i||(i=new Hn),new Pn(i,e)}}
|
|
723
|
-
/*!
|
|
724
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
725
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
726
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
727
|
-
*/class Kn{constructor(t,e){this.provider=t,this.prefix=Un,e&&(this.prefix+=e)}async set(t,e){const i=await this.provider;return await i.set(ai(this.prefix+t),e),this}async delete(t){const e=await this.provider;return await e.delete(ai(this.prefix+t)),this}async get(t){return(await this.provider).get(ai(this.prefix+t))}async exists(t){return(await this.provider).exists(ai(this.prefix+t))}async clear(){const t=await this.provider;return await t.clear(),this}async close(){const t=await this.provider;"close"in t&&"function"==typeof t.close&&await t.close()}static makeStorage(t=!1,e){let i,o=null;return"localStorage"===t||"sessionStorage"===t?On(t)&&(i=new qn(Un+(e||""),t)):"indexedDB"!==t&&!0!==t||(i=Ln().then((t=>t?new Mn(Un+(e||""),"keyValueStore"):new Hn))),i||(i=new Hn),o=new Kn(Promise.resolve(i),e),o}}
|
|
728
|
-
/*!
|
|
729
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
730
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
731
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
732
|
-
*/let Nn=class extends Wr{className(){return"UIMessage"}constructor(t,e){super(t),this.setMod("active",!0),this.setMod("variant",e.variant),this.container.textContent=e.text}};Nn=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s}([Qi],Nn);let Qn=class extends Xr{className(){return"UIMessages"}constructor(t,e,i={defaultTimeout:3e3,defaultOffset:5}){super(t),this.__box=e,this.options=i,this.__messages=new Set}info(t,e){this.__message(t,"info",e)}success(t,e){this.__message(t,"success",e)}error(t,e){this.__message(t,"error",e)}message(t,e,i){this.__message(t,e,i)}__message(t,e="info",i){const o=t+":"+e;if(this.__messages.has(o))return void this.async.updateTimeout(o,i||this.options.defaultTimeout);if(!this.__box)throw new Error("Container is not defined: "+o);this.__box.appendChild(this.container);const r=new Nn(this.j,{text:t,variant:e});this.append(r),this.__calcOffsets(),this.__messages.add(o);const n=this.__getRemoveCallback(r,o);this.j.e.on(r.container,"pointerdown",n),this.async.setTimeout(n,{label:o,timeout:i||this.options.defaultTimeout})}__getRemoveCallback(t,e){const i=o=>{o&&o.preventDefault(),t.isInDestruct||(this.async.clearTimeout(e),this.j.e.off(t.container,"pointerdown",i),this.__messages.delete(e),t.setMod("active",!1),this.async.setTimeout((()=>{this.remove(t),t.destruct(),this.__calcOffsets()}),300))};return i}__calcOffsets(){let t=5;this.elements.forEach((e=>{li(e.container,"bottom",t+"px"),t+=e.container.offsetHeight+this.options.defaultOffset}))}};Qn=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s}([Qi],Qn);
|
|
733
|
-
/*!
|
|
734
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
735
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
736
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
737
|
-
*/
|
|
738
|
-
var Wn,Yn=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};let Gn=Wn=class extends zr{constructor(t,e=!1){var i;super(),this.isJodit=e,this.isView=!0,this.parent=null,this.mods={},this.components=new Set,this.OPTIONS=Wn.defaultOptions,this.__isFullSize=!1,this.__whoLocked="",this.isLockedNotBy=t=>this.isLocked&&this.__whoLocked!==t,this.__modulesInstances=new Map,this.id=(new Date).getTime().toString(),this.initOptions(t),this.initOwners(),this.events=null!==(i=null==t?void 0:t.eventEmmiter)&&void 0!==i?i:new $i(this.od),this.create=new Rn(this.od),this.__container=this.c.div(`jodit ${this.componentName}`)}get basePath(){return this.o.basePath?this.o.basePath:xe}get minified(){return void 0!==this.o.minified?this.o.minified:Ce}get defaultTimeout(){return qe(this.o.defaultTimeout)?100:this.o.defaultTimeout}get buffer(){return Pn.makeStorage()}get message(){return this.getMessageModule(this.container)}getMessageModule(t){return new Qn(this,t)}get storage(){return Pn.makeStorage(!0,this.id)}get asyncStorage(){return Kn.makeStorage(!0,this.id)}get c(){return this.create}get container(){return this.__container}set container(t){this.__container=t}get e(){return this.events}get progressbar(){return new Fn(this)}get options(){return this.__options}set options(t){this.__options=t}get o(){return this.options}i18n(t,...e){return xr(t,e,this.options)}toggleFullSize(t){void 0===t&&(t=!this.__isFullSize),t!==this.__isFullSize&&(this.__isFullSize=t,this.e.fire("toggleFullSize",t))}get isLocked(){return""!==this.__whoLocked}lock(t="any"){return!this.isLocked&&(this.__whoLocked=t,!0)}unlock(){return!!this.isLocked&&(this.__whoLocked="",!0)}get isFullSize(){return this.__isFullSize}getVersion(){return Wn.version}static getVersion(){return Wn.version}initOptions(t){this.options=Uo(t||{},Uo(this.options||{},Wn.defaultOptions))}initOwners(){var t;this.ownerWindow=null!==(t=this.o.ownerWindow)&&void 0!==t?t:window}attachEvents(t){if(!t)return;const e=null==t?void 0:t.events;e&&Object.keys(e).forEach((t=>this.e.on(t,e[t])))}getInstance(t,e){const i=De(t)?t.prototype.className():t,o=this.e.fire(ai("getInstance_"+i),e);if(o)return o;const r=De(t)?t:vo[i],n=this.__modulesInstances;if(!De(r))throw bi("Need real module name");if(!n.has(i)){const t=r.prototype instanceof Sr?new r(this,e):new r(e);this.components.add(t),n.set(i,t)}return n.get(i)}addDisclaimer(t){this.container.appendChild(t)}beforeDestruct(){this.e.fire(Re.beforeDestruct,this),this.components.forEach((t=>{Ei(t)&&!t.isInDestruct&&t.destruct()})),this.components.clear()}destruct(){var t,e,i,o;this.isDestructed||(null===(t=qi(this,"progressbar"))||void 0===t||t.destruct(),null===(e=qi(this,"message"))||void 0===e||e.destruct(),null===(i=qi(this,"asyncStorage"))||void 0===i||i.close(),this.events&&(this.events.destruct(),this.events=void 0),null===(o=qi(this,"buffer"))||void 0===o||o.clear(),xi.safeRemove(this.container),super.destruct())}};
|
|
739
|
-
/*!
|
|
740
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
741
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
742
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
743
|
-
*/
|
|
744
|
-
function Jn(t,e){const i=Wi("ToolbarCollection"),o=Wi("ToolbarEditorCollection"),r=Fi(t)?new o(t):new i(t);return t.o.textIcons&&r.container.classList.add("jodit_text_icons"),e&&(r.parentElement=e),t.o.toolbarButtonSize&&(r.buttonSize=t.o.toolbarButtonSize),r}Gn.ES=Lt,Gn.version=Tt,Gn.esNext=qt,Gn.esModern=Ot,Yn([Hi],Gn.prototype,"buffer",null),Yn([Hi],Gn.prototype,"message",null),Yn([Hi],Gn.prototype,"storage",null),Yn([Hi],Gn.prototype,"asyncStorage",null),Yn([Hi],Gn.prototype,"c",null),Yn([Hi],Gn.prototype,"e",null),Yn([Hi],Gn.prototype,"progressbar",null),Yn([Fr(Re.beforeDestruct)],Gn.prototype,"beforeDestruct",null),Gn=Wn=Yn([Dr(Kr,Pr)],Gn),Gn.defaultOptions={extraButtons:[],cache:!0,textIcons:!1,namespace:"",removeButtons:[],zIndex:100002,defaultTimeout:100,fullsize:!1,showTooltip:!0,useNativeTooltip:!1,buttons:[],globalFullSize:!0,language:"auto"};
|
|
745
|
-
/*!
|
|
746
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
747
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
748
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
749
|
-
*/
|
|
750
|
-
var Vn=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};class Zn extends Gn{get toolbarContainer(){return this.o.fullsize||!Le(this.o.toolbar)&&!xi.isHTMLElement(this.o.toolbar)?(this.o.toolbar&&xi.appendChildFirst(this.container,this.__defaultToolbarContainer),this.__defaultToolbarContainer):So(this.o.toolbar,this.o.shadowRoot||this.od)}setPanel(t){this.o.toolbar=t,this.buildToolbar()}buildToolbar(){var t;if(!this.o.toolbar)return;const e=this.o.buttons?Vi(this.o.buttons):[];null===(t=this.toolbar)||void 0===t||t.setRemoveButtons(this.o.removeButtons).build(e.concat(this.o.extraButtons||[])).appendTo(this.toolbarContainer)}getRegisteredButtonGroups(){return this.groupToButtons}registerButton(t){var e;this.registeredButtons.add(t);const i=null!==(e=t.group)&&void 0!==e?e:"other";return this.groupToButtons[i]||(this.groupToButtons[i]=[]),null!=t.position?this.groupToButtons[i][t.position]=t.name:this.groupToButtons[i].push(t.name),this}unregisterButton(t){var e;this.registeredButtons.delete(t);const i=null!==(e=t.group)&&void 0!==e?e:"other",o=this.groupToButtons[i];if(o){const e=o.indexOf(t.name);-1!==e&&o.splice(e,1),0===o.length&&delete this.groupToButtons[i]}return this}beforeToolbarBuild(t){if(Object.keys(this.groupToButtons).length)return t.map((t=>xn(t)&&t.group&&this.groupToButtons[t.group]?{group:t.group,buttons:[...t.buttons,...this.groupToButtons[t.group]]}:t))}constructor(t,e=!1){super(t,e),this.toolbar=Jn(this),this.__defaultToolbarContainer=this.c.div("jodit-toolbar__box"),this.registeredButtons=new Set,this.groupToButtons={},this.isJodit=!1,this.__tooltip=new nn(this),this.isJodit=e,this.e.on("beforeToolbarBuild",this.beforeToolbarBuild)}destruct(){this.isDestructed||(this.setStatus(Re.beforeDestruct),this.e.off("beforeToolbarBuild",this.beforeToolbarBuild),this.__tooltip.destruct(),this.toolbar.destruct(),this.toolbar=void 0,super.destruct())}}Vn([Or(":rebuildToolbar")],Zn.prototype,"buildToolbar",null),Vn([Fe],Zn.prototype,"beforeToolbarBuild",null);
|
|
751
|
-
/*!
|
|
752
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
753
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
754
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
755
|
-
*/
|
|
756
|
-
var Xn,$n=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};To.prototype.dialog={namespace:"",extraButtons:[],resizable:!0,draggable:!0,buttons:["dialog.close"],removeButtons:[],toolbarButtonSize:"middle",zIndex:"inherit"},To.prototype.controls.dialog={close:{icon:"cancel",exec:t=>{t.close()}}};let ts=Xn=class extends Zn{className(){return"Dialog"}get destination(){const{popupRoot:t,shadowRoot:e}=this.o;return t||e||this.od.body}setElements(t,e){const i=[];ko(e).forEach((e=>{if(Te(e)){const o=this.c.div(this.getFullElName("column"));return i.push(o),t.appendChild(o),this.setElements(o,e)}let o;o=Le(e)?this.c.fromHTML(e):Di(e)?e.container:e,i.push(o),o.parentNode!==t&&t.appendChild(o)})),Ke(t.childNodes).forEach((e=>{-1===i.indexOf(e)&&t.removeChild(e)}))}__onMouseUp(){(this.draggable||this.resizable)&&(this.__removeGlobalResizeListeners(),this.draggable=!1,this.resizable=!1,this.unlockSelect(),this.e&&(this.__removeGlobalResizeListeners(),this.e.fire(this,"endResize endMove")))}__onHeaderMouseDown(t){const e=t.target;!this.o.draggable||e&&e.nodeName.match(/^(INPUT|SELECT)$/)||(this.draggable=!0,this.startX=t.clientX,this.startY=t.clientY,this.startPoint.x=li(this.dialog,"left"),this.startPoint.y=li(this.dialog,"top"),this.setMaxZIndex(),t.cancelable&&t.preventDefault(),this.lockSelect(),this.__addGlobalResizeListeners(),this.e&&(this.e.fire(this,"startMove"),this.e.fire("closeAllPopups")))}__onMouseMove(t){this.draggable&&this.o.draggable&&(this.setPosition(this.startPoint.x+t.clientX-this.startX,this.startPoint.y+t.clientY-this.startY),this.e&&this.e.fire(this,"move",t.clientX-this.startX,t.clientY-this.startY),t.stopImmediatePropagation()),this.resizable&&this.o.resizable&&(this.setSize(Math.max(this.startPoint.w+t.clientX-this.startX,this.minSize.w),Math.max(this.startPoint.h+t.clientY-this.startY,this.minSize.h)),this.e&&this.e.fire(this,"resizeDialog",t.clientX-this.startX,t.clientY-this.startY))}__onEsc(t){if(this.o.closeOnEsc&&this.isOpened&&t.key===ie&&!0!==this.getMod("static")){const e=this.getMaxZIndexDialog();e?e.close():this.close(),t.stopImmediatePropagation()}}__onResizerMouseDown(t){var e,i,o;this.resizable=!0,this.startX=t.clientX,this.startY=t.clientY,this.startPoint.w=this.dialog.offsetWidth,this.startPoint.h=this.dialog.offsetHeight;const r=this.getElm("header"),n=this.getElm("footer"),s=this.getElm("content"),a=s&&parseFloat(this.ow.getComputedStyle(s).minHeight)||0;this.minSize.w=Ti(this.o.minWidth)?this.o.minWidth:Math.max(100,null!==(e=null==n?void 0:n.scrollWidth)&&void 0!==e?e:0),this.minSize.h=Ti(this.o.minHeight)?this.o.minHeight:(null!==(i=null==r?void 0:r.offsetHeight)&&void 0!==i?i:0)+(null!==(o=null==n?void 0:n.offsetHeight)&&void 0!==o?o:0)+a+this.resizer.offsetHeight,this.lockSelect(),this.__addGlobalResizeListeners(),this.e&&this.e.fire(this,"startResize")}__addGlobalResizeListeners(){const t=this;t.e.on(t.ow,"pointermove touchmove",t.__onMouseMove).on(t.ow,"pointerup touchend",t.__onMouseUp)}__removeGlobalResizeListeners(){const t=this;t.e.off(t.ow,"mousemove pointermove",t.__onMouseMove).off(t.ow,"mouseup pointerup",t.__onMouseUp)}setSize(t,e){return null==t&&(t=this.dialog.offsetWidth),null==e&&(e=this.dialog.offsetHeight),li(this.dialog,{width:t,height:e}),this}calcAutoSize(){return this.setSize("auto","auto"),this.setSize(),this}setPosition(t,e){let i=this.ow.innerWidth/2-this.dialog.offsetWidth/2,o=this.ow.innerHeight/2-this.dialog.offsetHeight/2;return i<0&&(i=0),o<0&&(o=0),void 0!==t&&void 0!==e&&(this.offsetX=t,this.offsetY=e,this.moved=Math.abs(t-i)>100||Math.abs(e-o)>100),this.dialog.style.left=(t||i)+"px",this.dialog.style.top=(e||o)+"px",this}setHeader(t){return this.setElements(this.dialogbox_header,t),this}setContent(t){return this.setElements(this.dialogbox_content,t),this}setFooter(t){return this.setElements(this.dialogbox_footer,t),this.setMod("footer",Boolean(t)),this}getZIndex(){return parseInt(li(this.container,"zIndex"),10)||0}getMaxZIndexDialog(){let t,e,i=0,o=this;return xo(".jodit-dialog",this.destination).forEach((r=>{t=r.component,e=parseInt(li(r,"zIndex"),10),t.isOpened&&!isNaN(e)&&e>i&&(o=t,i=e)})),o}setMaxZIndex(){if(this.getMod("static"))return;let t=20000004,e=0;xo(".jodit-dialog",this.destination).forEach((i=>{e=parseInt(li(i,"zIndex"),10),t=Math.max(isNaN(e)?0:e,t)})),this.container.style.zIndex=(t+1).toString()}toggleFullSize(t){qe(t)&&(t=!this.getMod("fullsize")),this.setMod("fullsize",t),super.toggleFullSize(t)}open(t,e,i,o){if(_o.fire("closeAllPopups hideHelpers"),!1===this.e.fire(this,"beforeOpen"))return this;ei(t)&&(i=t),ei(e)&&(o=e),this.destroyAfterClose=!0===i;const r=ei(t)?void 0:t,n=ei(e)?void 0:e;return void 0!==n&&this.setHeader(n),r&&this.setContent(r),this.setMod("active",!0),this.isOpened=!0,this.setModal(o),this.destination.appendChild(this.container),!0!==this.getMod("static")?(this.setPosition(this.offsetX,this.offsetY),this.setMaxZIndex()):this.container.style.removeProperty("z-index"),this.o.fullsize&&this.toggleFullSize(!0),this.e.fire("afterOpen",this),this}setModal(t){return this.isModal=Boolean(t),this.setMod("modal",this.isModal),this}close(){if(this.isDestructed||!this.isOpened||!0===this.getMod("static"))return this;const{e:t}=this;return!1===t.fire(this,"beforeClose")||!1===t.fire("beforeClose",this)||(this.setMod("active",!1),this.isOpened=!1,this.isFullSize&&this.toggleFullSize(!1),xi.safeRemove(this.container),this.__removeGlobalResizeListeners(),t.fire(this,"afterClose"),t.fire(this.ow,"joditCloseDialog"),this.destroyAfterClose&&this.destruct()),this}constructor(t={}){super(t),this.destroyAfterClose=!1,this.moved=!1,this.resizable=!1,this.draggable=!1,this.startX=0,this.startY=0,this.startPoint={x:0,y:0,w:0,h:0},this.lockSelect=()=>{this.setMod("moved",!0)},this.unlockSelect=()=>{this.setMod("moved",!1)},this.__onResize=()=>{this.options&&this.o.resizable&&!this.moved&&this.isOpened&&!this.offsetX&&!this.offsetY&&this.setPosition()},this.minSize={w:0,h:0},this.isModal=!1,this.isOpened=!1;const e=this;e.options=Uo(t,Uo(To.prototype.dialog,Xn.defaultOptions)),xi.safeRemove(e.container);const i=this.getFullElName.bind(this);e.container=this.c.fromHTML(`<div class="jodit jodit-dialog ${this.componentName}">\n\t\t\t\t<div class="${i("overlay")}"></div>\n\t\t\t\t<div class="${this.getFullElName("panel")}">\n\t\t\t\t\t<div class="${i("header")}">\n\t\t\t\t\t\t<div class="${i("header-title")}"></div>\n\t\t\t\t\t\t<div class="${i("header-toolbar")}"></div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class="${i("content")}"></div>\n\t\t\t\t\t<div class="${i("footer")}"></div>\n\t\t\t\t\t<div class="${i("resizer")}">${Nr.get("resize_handler")}</div>\n\t\t\t\t</div>\n\t\t\t</div>`),"rtl"===e.options.direction&&(e.container.style.direction="rtl",e.container.setAttribute("dir","rtl")),this.o.zIndex&&(this.container.style.zIndex=this.o.zIndex.toString()),ci(e.container,"role","dialog"),Object.defineProperty(e.container,"component",{value:this}),e.setMod("theme",e.o.theme||"default").setMod("resizable",Boolean(e.o.resizable));const o=e.getElm("panel");Ve(null!=o,"Panel element does not exist");const r=e.getElm("resizer");Ve(null!=r,"Resizer element does not exist");const n=e.getElm("header-title");Ve(null!=n,"header-title element does not exist");const s=e.getElm("content");Ve(null!=s,"Content element does not exist");const a=e.getElm("footer");Ve(null!=a,"Footer element does not exist");const l=e.getElm("header-toolbar");Ve(null!=l,"header-toolbar element does not exist"),this.dialog=o,this.resizer=r,this.dialogbox_header=n,this.dialogbox_content=s,this.dialogbox_footer=a,this.dialogbox_toolbar=l,li(e.dialog,{maxWidth:e.options.maxWidth,minHeight:e.options.minHeight,minWidth:e.options.minWidth});const d=e.getElm("header");d&&e.e.on(d,"pointerdown touchstart",e.__onHeaderMouseDown),e.e.on(e.resizer,"mousedown touchstart",e.__onResizerMouseDown);const c=mo.get("fullsize");if(De(c)&&c(e),this.e.on(e.container,"close_dialog",e.close).on(this.ow,"keydown",this.__onEsc).on(this.ow,"resize",this.__onResize),this.o.closeOnClickOverlay){const t=e.getElm("overlay");Ve(null!=t,"Overlay element does not exist"),this.e.on(t,"click",e.close)}}buildToolbar(){this.o.buttons&&this.toolbar.build(Vi(this.o.buttons)).setMod("mode","header").appendTo(this.dialogbox_toolbar)}destruct(){this.isInDestruct||(this.setStatus(Re.beforeDestruct),this.isOpened&&this.close(),this.events&&(this.__removeGlobalResizeListeners(),this.events.off(this.container,"close_dialog",self.close).off(this.ow,"keydown",this.__onEsc).off(this.ow,"resize",this.__onResize)),super.destruct())}};
|
|
757
|
-
/*!
|
|
758
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
759
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
760
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
761
|
-
*/
|
|
762
|
-
function es(t,e,i,o="jodit-dialog_alert"){De(e)&&(i=e,e=void 0);const r=this instanceof ts?this:new ts({closeOnClickOverlay:!0}),n=r.c.div(o),s=Jr(r,"ok","Ok");return ko(t).forEach((t=>{n.appendChild(xi.isNode(t)?t:r.c.fromHTML(t))})),s.onAction((()=>{i&&De(i)&&!1===i(r)||r.close()})),r.setFooter([s]),r.open(n,e||" ",!0,!0),s.focus(),r}
|
|
763
|
-
/*!
|
|
764
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
765
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
766
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
767
|
-
*/function is(t,e,i){const o=this instanceof ts?this:new ts({closeOnClickOverlay:!0}),r=o.c.fromHTML('<form class="jodit-dialog_prompt"></form>'),n=o.c.element("label");De(e)&&(i=e,e=void 0),n.appendChild(o.c.fromHTML(t)),r.appendChild(n);const s=t=>()=>{i&&!1===i(t)||o.close()},a=Jr(o,"cancel","Cancel"),l=Jr(o,"ok","Yes");return a.onAction(s(!1)),l.onAction(s(!0)),o.e.on(r,"submit",(()=>(s(!0)(),!1))),o.setFooter([l,a]),o.open(r,e||" ",!0,!0),l.focus(),o}
|
|
768
|
-
/*!
|
|
769
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
770
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
771
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
772
|
-
*/function os(t,e,i,o,r){const n=this instanceof ts?this:new ts({closeOnClickOverlay:!0}),s=Jr(n,"cancel","Cancel"),a=Jr(n,"ok","Ok"),l=n.c.element("form",{class:"jodit-dialog_prompt"}),d=n.c.element("input",{autofocus:!0,class:"jodit-input"}),c=n.c.element("label");De(e)&&(i=e,e=void 0),o&&ci(d,"placeholder",o),c.appendChild(n.c.text(t)),l.appendChild(c),l.appendChild(d),s.onAction(n.close);const u=()=>{i&&De(i)&&!1===i(d.value)||n.close()};return a.onAction(u),n.e.on(l,"submit",(()=>(u(),!1))),n.setFooter([a,s]),n.open(l,e||" ",!0,!0),d.focus(),void 0!==r&&r.length&&(d.value=r,d.select()),n}
|
|
773
|
-
/*!
|
|
774
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
775
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
776
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
777
|
-
*/ts.defaultOptions={...Gn.defaultOptions,closeOnClickOverlay:!1,closeOnEsc:!0},$n([Fe],ts.prototype,"__onMouseUp",null),$n([Fe],ts.prototype,"__onHeaderMouseDown",null),$n([Fe],ts.prototype,"__onMouseMove",null),$n([Fe],ts.prototype,"__onEsc",null),$n([Fe],ts.prototype,"__onResizerMouseDown",null),$n([Fe],ts.prototype,"close",null),$n([Fr("ready")],ts.prototype,"buildToolbar",null),ts=Xn=$n([Qi],ts);class rs{dlg(t){const e=yo(this.o,this.container,this.od.body),i=new ts({language:this.o.language,shadowRoot:this.o.shadowRoot,popupRoot:e,ownerWindow:this.o.ownerWindow,defaultTimeout:this.o.defaultTimeout,direction:this.o.direction,theme:this.o.theme,globalFullSize:this.o.globalFullSize,...t});return wi(this,i.container),i.parent=this,i.bindDestruct(this)}confirm(t,e,i){return t=ns(t,this),e=ns(e,this),is.call(this.dlg({closeOnClickOverlay:!0}),t,e,i)}prompt(t,e,i,o,r){return t=ns(t,this),e=ns(e,this),o=ns(o,this),os.call(this.dlg({closeOnClickOverlay:!0}),t,e,i,o,r)}alert(t,e,i,o){return t=ns(t,this),e=ns(e,this),es.call(this.dlg({closeOnClickOverlay:!0}),t,e,i,o)}}function ns(t,e){return Le(t)&&!Ne(t)&&(t=e.i18n(t)),t}
|
|
778
|
-
/*!
|
|
779
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
780
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
781
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
782
|
-
*/let ss=class extends Dn{className(){return"ContextMenu"}show(t,e,i){const o=this;o.clear(),Te(i)&&(i.forEach((t=>{if(!t)return;const e=Jr(this.jodit,t.icon||"empty",t.title);this.jodit&&e.setParentView(this.jodit),e.setMod("context","menu"),e.onAction((e=>{var i;return null===(i=t.exec)||void 0===i||i.call(o,e),o.clear(),o.close(),!1})),this.append(e)})),this.open((()=>({left:t,top:e,width:0,height:0})),!0))}};
|
|
783
|
-
/*!
|
|
784
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
785
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
786
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
787
|
-
*/
|
|
788
|
-
function as(t){return t.files.setMod("active",!0),t.files.setMod("loading",!0),t.dataProvider.items(t.state.currentPath,t.state.currentSource,{sortBy:t.state.sortBy,onlyImages:t.state.onlyImages,filterWord:t.state.filterWord}).then((e=>{e&&(t.state.elements=e,t.state.activeElements=[])})).catch(t.status).finally((()=>t.files.setMod("loading",!1)))}
|
|
789
|
-
/*!
|
|
790
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
791
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
792
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
793
|
-
*/async function ls(t){t.tree.setMod("active",!0),xi.detach(t.tree.container);const e=as(t);if(t.o.showFoldersPanel){t.tree.setMod("loading",!0);const i=t.dataProvider.tree(t.state.currentPath,t.state.currentSource).then((e=>{t.state.sources=e})).catch(t.status).finally((()=>t.tree.setMod("loading",!1)));return Promise.all([i,e])}return t.tree.setMod("active",!1),e}
|
|
794
|
-
/*!
|
|
795
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
796
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
797
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
798
|
-
*/ss=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s}([Qi],ss),
|
|
799
|
-
/*!
|
|
800
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
801
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
802
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
803
|
-
*/
|
|
804
|
-
To.prototype.filebrowser={namespace:"",cache:!0,extraButtons:[],filter:(t,e)=>(e=e.toLowerCase(),Le(t)?-1!==t.toLowerCase().indexOf(e):Le(t.name)?-1!==t.name.toLowerCase().indexOf(e):!Le(t.file)||-1!==t.file.toLowerCase().indexOf(e)),sortBy:"changed-desc",sort(t,e,i){const[o,r]=i.toLowerCase().split("-"),n="asc"===r,s=(t,e)=>t<e?n?-1:1:t>e?n?1:-1:0;if(Le(t))return s(t.toLowerCase(),e.toLowerCase());if(void 0===t[o]||"name"===o)return Le(t.name)?s(t.name.toLowerCase(),e.name.toLowerCase()):Le(t.file)?s(t.file.toLowerCase(),e.file.toLowerCase()):0;switch(o){case"changed":{const i=new Date(t.changed).getTime(),o=new Date(e.changed).getTime();return n?i-o:o-i}case"size":{const i=Go(t.size),o=Go(e.size);return n?i-o:o-i}}return 0},editImage:!0,preview:!0,showPreviewNavigation:!0,showSelectButtonInPreview:!0,contextMenu:!0,howLongShowMsg:3e3,createNewFolder:!0,deleteFolder:!0,renameFolder:!0,moveFolder:!0,moveFile:!0,permissionsPresets:{allowFileDownload:void 0,allowFileMove:void 0,allowFileRemove:void 0,allowFileRename:void 0,allowFileUpload:void 0,allowFileUploadRemote:void 0,allowFiles:void 0,allowFolderCreate:void 0,allowFolderMove:void 0,allowFolderRemove:void 0,allowFolderRename:void 0,allowFolderTree:void 0,allowFolders:void 0,allowGeneratePdf:void 0,allowImageCrop:void 0,allowImageResize:void 0},showFoldersPanel:!0,storeLastOpenedFolder:!0,width:859,height:400,buttons:["filebrowser.upload","filebrowser.remove","filebrowser.update","filebrowser.select","filebrowser.edit","|","filebrowser.tiles","filebrowser.list","|","filebrowser.filter","|","filebrowser.sort"],removeButtons:[],fullsize:!1,showTooltip:!0,view:null,isSuccess:t=>t.success,getMessage:t=>void 0!==t.data.messages&&Te(t.data.messages)?t.data.messages.join(" "):"",showFileName:!0,showFileSize:!0,showFileChangeTime:!0,saveStateInStorage:{storeLastOpenedFolder:!0,storeView:!0,storeSortBy:!0},pixelOffsetLoadNewChunk:200,getThumbTemplate(t,e,i){const o=this.options,r=this.files.getFullElName("item"),n=o.showFileName,s=o.showFileSize&&t.size,a=o.showFileChangeTime&&t.time;let l="";return void 0!==t.file&&(l=t.file),`<a\n\t\t\tdata-jodit-file-browser-item="true"\n\t\t\tdata-is-file="${t.isImage?0:1}"\n\t\t\tdraggable="true"\n\t\t\tclass="${r}"\n\t\t\thref="${t.fileURL}"\n\t\t\tdata-source="${i}"\n\t\t\tdata-path="${t.path}"\n\t\t\tdata-name="${l}"\n\t\t\ttitle="${l}"\n\t\t\tdata-url="${t.fileURL}">\n\t\t\t\t<img\n\t\t\t\t\tdata-is-file="${t.isImage?0:1}"\n\t\t\t\t\tdata-src="${t.fileURL}"\n\t\t\t\t\tsrc="${t.imageURL}"\n\t\t\t\t\talt="${l}"\n\t\t\t\t\tloading="lazy"\n\t\t\t\t/>\n\t\t\t\t${n||s||a?`<div class="${r}-info">${n?`<span class="${r}-info-filename">${l}</span>`:""}${s?`<span class="${r}-info-filesize">${t.size}</span>`:""}${a?`<span class="${r}-info-filechanged">${a}</span>`:""}</div>`:""}\n\t\t\t</a>`},ajax:{...To.prototype.defaultAjaxOptions,url:"",data:{},cache:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",method:"POST",processData:!0,headers:{},prepareData:t=>t,process:t=>t},create:{data:{action:"folderCreate"}},getLocalFileByUrl:{data:{action:"getLocalFileByUrl"}},resize:{data:{action:"imageResize"}},crop:{data:{action:"imageCrop"}},fileMove:{data:{action:"fileMove"}},folderMove:{data:{action:"folderMove"}},fileRename:{data:{action:"fileRename"}},folderRename:{data:{action:"folderRename"}},fileRemove:{data:{action:"fileRemove"}},folderRemove:{data:{action:"folderRemove"}},items:{data:{action:"files"}},folder:{data:{action:"folders"}},permissions:{data:{action:"permissions"}}},To.prototype.controls.filebrowser={upload:{icon:"plus",tooltip:"Upload file",isInput:!0,isDisabled:t=>!t.dataProvider.canI("FileUpload"),getContent:(t,e)=>{const i=new yn(t,{tooltip:e.control.tooltip,onlyImages:t.state.onlyImages});return t.e.fire("bindUploader.filebrowser",i.container),i.container}},remove:{icon:"bin",tooltip:"Remove file",isDisabled:t=>!t.state.activeElements.length||!t.dataProvider.canI("FileRemove"),exec:t=>{t.e.fire("fileRemove.filebrowser")}},update:{tooltip:"Update file list",exec:t=>{t.e.fire("update.filebrowser")}},select:{tooltip:"Select file",icon:"check",isDisabled:t=>!t.state.activeElements.length,exec:t=>{t.e.fire("select.filebrowser")}},edit:{tooltip:"Edit image",icon:"pencil",isDisabled:t=>{const e=t.state.activeElements;return 1!==e.length||!e[0].isImage||!(t.dataProvider.canI("ImageCrop")||t.dataProvider.canI("ImageResize"))},exec:t=>{t.e.fire("edit.filebrowser")}},tiles:{tooltip:"Tiles view",icon:"th",isActive:t=>"tiles"===t.state.view,exec:t=>{t.e.fire("view.filebrowser","tiles")}},list:{tooltip:"List view",icon:"th-list",isActive:t=>"list"===t.state.view,exec:t=>{t.e.fire("view.filebrowser","list")}},filter:{isInput:!0,getContent:(t,e)=>{const i=e.container.querySelector(".jodit-input");if(i)return i;const o=t.c.element("input",{class:"jodit-input",placeholder:t.i18n("Filter")});return o.value=t.state.filterWord,t.e.on(o,"keydown mousedown",t.async.debounce((()=>{t.e.fire("filter.filebrowser",o.value)}),t.defaultTimeout)),o}},sort:{isInput:!0,getContent:t=>{const e=t.c.fromHTML(`<select class="jodit-input jodit-select"><option value="changed-asc">${t.i18n("Sort by changed")} (⬆)</option><option value="changed-desc">${t.i18n("Sort by changed")} (⬇)</option><option value="name-asc">${t.i18n("Sort by name")} (⬆)</option><option value="name-desc">${t.i18n("Sort by name")} (⬇)</option><option value="size-asc">${t.i18n("Sort by size")} (⬆)</option><option value="size-desc">${t.i18n("Sort by size")} (⬇)</option></select>`);return e.value=t.state.sortBy,t.e.on("sort.filebrowser",(t=>{e.value!==t&&(e.value=t)})).on(e,"change",(()=>{t.e.fire("sort.filebrowser",e.value)})),e}}};const ds=new WeakMap,cs=t=>{let e=ds.get(t);return e||(e={},ds.set(t,e)),e},us=(t,e,i="a")=>xi.closest(t,(t=>xi.isTag(t,i)),e),hs=(t,e)=>{const{key:i}=t.dataset,{item:o}=e[i||""];return o};
|
|
805
|
-
/*!
|
|
806
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
807
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
808
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
809
|
-
*/
|
|
810
|
-
class ps{constructor(t){this.data=t,Object.keys(t).forEach((e=>{this[e]=t[e]}))}static create(t){return t instanceof ps?t:new ps(t)}get path(){return hr(this.data.source.path?this.data.source.path+"/":"/")}get imageURL(){const t=this.time||(new Date).getTime().toString(),{thumbIsAbsolute:e,source:i,thumb:o,file:r}=this.data,n=o||r;return e&&n?n:gr(i.baseurl,i.path,n||"")+"?_tmst="+encodeURIComponent(t)}get fileURL(){let{name:t}=this.data;const{file:e,fileIsAbsolute:i,source:o}=this.data;return void 0!==e&&(t=e),i&&t?t:gr(o.baseurl,o.path,t||"")}get time(){const{changed:t}=this.data;return t&&("number"==typeof t?new Date(t).toLocaleString():t)||""}get uniqueHashKey(){const t=this.data;let e=[t.sourceName,t.name,t.file,this.time,t.thumb].join("_");return e=e.toLowerCase().replace(/[^0-9a-z\-.]/g,"-"),e}toJSON(){return this.data}}
|
|
811
|
-
/*!
|
|
812
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
813
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
814
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
815
|
-
*/var fs=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};const gs="default";class As{constructor(t,e){this.parent=t,this.options=e,this.__currentPermissions=null,this.__ajaxInstances=new Map,this.progressHandler=()=>{}}get o(){return this.options}get(t){const e=this.__ajaxInstances;if(e.has(t)){const i=e.get(t);null==i||i.abort(),e.delete(t)}const i=Uo(void 0!==this.options[t]?this.options[t]:{},Uo({onProgress:this.progressHandler},this.o.ajax));i.prepareData&&(i.data=i.prepareData.call(this,i.data));const o=new Ur(i);e.set(t,o);const r=o.send();return r.finally((()=>{o.destruct(),e.delete(t),this.progressHandler(100)})).catch((()=>null)),r.then((t=>t.json())).then((t=>{if(t&&!this.isSuccess(t))throw new Error(this.getMessage(t));return t}))}onProgress(t){this.progressHandler=t}async permissions(t,e){return this.o.permissions?(this.o.permissions.data.path=t,this.o.permissions.data.source=e,this.o.permissions.url?this.get("permissions").then((t=>{if(this.parent.isInDestruct)throw fi();let e=this.o.permissions.process;if(e||(e=this.o.ajax.process),e){const i=e.call(self,t);i.data.permissions&&(this.parent.events.fire(this,"changePermissions",this.__currentPermissions,i.data.permissions),this.__currentPermissions=i.data.permissions)}return this.__currentPermissions})):null):null}canI(t){const e="allow"+t,i=this.o.permissionsPresets[e];return void 0!==i?i:null==this.__currentPermissions||void 0===this.__currentPermissions[e]||this.__currentPermissions[e]}__items(t,e,i,o){const r=this.options;return r.items?(r.items.data.path=t,r.items.data.source=e,r.items.data.mods=i,this.get("items").then((t=>{let e=this.o.items.process;return e||(e=this.o.ajax.process),e&&(t=e.call(self,t)),o(t)}))):Promise.reject(Error("Set Items api options"))}items(t,e,i={}){return this.__items(t,e,i,(t=>this.__generateItemsList(t.data.sources,i)))}itemsEx(t,e,i={}){return this.__items(t,e,i,(t=>{return{items:this.__generateItemsList(t.data.sources,i),loadedTotal:(e=t.data.sources,e.reduce(((t,e)=>t+e.files.length),0))};var e}))}__generateItemsList(t,e={}){const i=[],o=t=>{var i;return!(null===(i=e.filterWord)||void 0===i?void 0:i.length)||void 0===this.o.filter||this.o.filter(t,e.filterWord)};return t.forEach((t=>{if(t.files&&t.files.length){const{sort:r}=this.o;De(r)&&e.sortBy&&t.files.sort(((t,i)=>r(t,i,e.sortBy))),t.files.forEach((r=>{o(r)&&(t=>"folder"===t.type||!e.onlyImages||void 0===t.isImage||t.isImage)(r)&&i.push(ps.create({...r,sourceName:t.name,source:t}))}))}})),i}async tree(t,e){return t=pr(t),this.o.folder?(await this.permissions(t,e),this.o.folder.data.path=t,this.o.folder.data.source=e,this.get("folder").then((t=>{let e=this.o.folder.process;return e||(e=this.o.ajax.process),e&&(t=e.call(self,t)),t.data.sources}))):Promise.reject(Error("Set Folder Api options"))}getPathByUrl(t){return $o("options.getLocalFileByUrl.data.url",t,this),this.get("getLocalFileByUrl").then((t=>{if(this.isSuccess(t))return t.data;throw bi(this.getMessage(t))}))}createFolder(t,e,i){const{create:o}=this.o;if(!o)throw bi("Set Create api options");return o.data.source=i,o.data.path=e,o.data.name=t,this.get("create").then((t=>{if(this.isSuccess(t))return!0;throw bi(this.getMessage(t))}))}move(t,e,i,o){const r=o?"fileMove":"folderMove",n=this.options[r];if(!n)throw bi("Set Move api options");return n.data.from=t,n.data.path=e,n.data.source=i,this.get(r).then((t=>{if(this.isSuccess(t))return!0;throw bi(this.getMessage(t))}))}__remove(t,e,i,o){const r=this.o[t];if(!r)throw bi(`Set "${t}" api options`);return r.data.path=e,r.data.name=i,r.data.source=o,this.get(t).then((t=>(r.process&&(t=r.process.call(this,t)),this.getMessage(t))))}fileRemove(t,e,i){return this.__remove("fileRemove",t,e,i)}folderRemove(t,e,i){return this.__remove("folderRemove",t,e,i)}__rename(t,e,i,o,r){const n=this.o[t];if(!n)throw bi(`Set "${t}" api options`);return n.data.path=e,n.data.name=i,n.data.newname=o,n.data.source=r,this.get(t).then((t=>(n.process&&(t=n.process.call(self,t)),this.getMessage(t))))}folderRename(t,e,i,o){return this.__rename("folderRename",t,e,i,o)}fileRename(t,e,i,o){return this.__rename("fileRename",t,e,i,o)}__changeImage(t,e,i,o,r,n){this.o[t]||(this.o[t]={data:{}});const s=this.o[t];return void 0===s.data&&(s.data={action:t}),s.data.newname=r||o,n&&(s.data.box=n),s.data.path=e,s.data.name=o,s.data.source=i,this.get(t).then((t=>t.data.newPath||!0))}crop(t,e,i,o,r){return this.__changeImage("crop",t,e,i,o,r)}resize(t,e,i,o,r){return this.__changeImage("resize",t,e,i,o,r)}getMessage(t){return this.options.getMessage(t)}isSuccess(t){return this.options.isSuccess(t)}destruct(){this.__ajaxInstances.forEach((t=>t.destruct())),this.__ajaxInstances.clear()}}
|
|
816
|
-
/*!
|
|
817
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
818
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
819
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
820
|
-
*/
|
|
821
|
-
function bs(t,e,i){return t.dataProvider.fileRemove(t.state.currentPath,e,i).then((i=>{t.status(i||t.i18n('File "%s" was deleted',e),!0)})).catch(t.status)}fs([Fe],As.prototype,"onProgress",null),fs([Fe],As.prototype,"permissions",null),fs([Fe],As.prototype,"canI",null),fs([Fe],As.prototype,"items",null),fs([Fe],As.prototype,"itemsEx",null),fs([Fe],As.prototype,"tree",null),fs([Fe],As.prototype,"getPathByUrl",null),fs([Fe],As.prototype,"createFolder",null),fs([Fe],As.prototype,"move",null),fs([Fe],As.prototype,"fileRemove",null),fs([Fe],As.prototype,"folderRemove",null),fs([Fe],As.prototype,"folderRename",null),fs([Fe],As.prototype,"fileRename",null),fs([Fe],As.prototype,"crop",null),fs([Fe],As.prototype,"resize",null),fs([Fe],As.prototype,"getMessage",null),fs([Fe],As.prototype,"isSuccess",null),fs([Fe],As.prototype,"destruct",null),
|
|
822
|
-
/*!
|
|
823
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
824
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
825
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
826
|
-
*/
|
|
827
|
-
To.prototype.imageeditor={min_width:20,min_height:20,closeAfterSave:!1,width:"85%",height:"85%",crop:!0,resize:!0,resizeUseRatio:!0,resizeMinWidth:20,resizeMinHeight:20,cropUseRatio:!0,cropDefaultWidth:"70%",cropDefaultHeight:"70%"},Nr.set("crop",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M621 1280h595v-595zm-45-45l595-595h-595v595zm1152 77v192q0 14-9 23t-23 9h-224v224q0 14-9 23t-23 9h-192q-14 0-23-9t-9-23v-224h-864q-14 0-23-9t-9-23v-864h-224q-14 0-23-9t-9-23v-192q0-14 9-23t23-9h224v-224q0-14 9-23t23-9h192q14 0 23 9t9 23v224h851l246-247q10-9 23-9t23 9q9 10 9 23t-9 23l-247 246v851h224q14 0 23 9t9 23z"/> </svg> ').set("resize",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 24 24"> <g transform="translate(-251.000000, -443.000000)"> <g transform="translate(215.000000, 119.000000)"/> <path d="M252,448 L256,448 L256,444 L252,444 L252,448 Z M257,448 L269,448 L269,446 L257,446 L257,448 Z M257,464 L269,464 L269,462 L257,462 L257,464 Z M270,444 L270,448 L274,448 L274,444 L270,444 Z M252,462 L252,466 L256,466 L256,462 L252,462 Z M270,462 L270,466 L274,466 L274,462 L270,462 Z M254,461 L256,461 L256,449 L254,449 L254,461 Z M270,461 L272,461 L272,449 L270,449 L270,461 Z"/> </g> </svg> ');
|
|
828
|
-
/*!
|
|
829
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
830
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
831
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
832
|
-
*/
|
|
833
|
-
const ms="jodit-image-editor",vs=Nr.get.bind(Nr),js=(t,e="jodti-image-editor_active")=>t?e:"";
|
|
834
|
-
/*!
|
|
835
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
836
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
837
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
838
|
-
*/
|
|
839
|
-
var ws,ys=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};const _s="jodit-image-editor",ks="resize",xs="crop";let Cs=ws=class extends Sr{className(){return"ImageEditor"}get o(){return this.options}hide(){this._dialog.close()}open(t,e){return this.j.async.promise((i=>{const o=(new Date).getTime();this.image=this.j.c.element("img"),xo("img,.jodit-icon_loader",this.resize_box).forEach(xi.safeRemove),xo("img,.jodit-icon_loader",this.crop_box).forEach(xi.safeRemove),li(this.cropHandler,"background","transparent"),this.onSave=e,this.resize_box.appendChild(this.j.c.element("i",{class:"jodit-icon_loader"})),this.crop_box.appendChild(this.j.c.element("i",{class:"jodit-icon_loader"})),/\?/.test(t)?t+="&_tst="+o:t+="?_tst="+o,this.image.setAttribute("src",t),this._dialog.open();const{widthInput:r,heightInput:n}=Io(this.editor),s=()=>{this.isDestructed||(this.image.removeEventListener("load",s),this.naturalWidth=this.image.naturalWidth,this.naturalHeight=this.image.naturalHeight,r.value=this.naturalWidth.toString(),n.value=this.naturalHeight.toString(),this.ratio=this.naturalWidth/this.naturalHeight,this.resize_box.appendChild(this.image),this.cropImage=this.image.cloneNode(!0),this.crop_box.appendChild(this.cropImage),xi.safeRemove.apply(null,xo(".jodit-icon_loader",this.editor)),this.activeTab===xs&&this.showCrop(),this.j.e.fire(this.resizeHandler,"updatesize"),this.j.e.fire(this.cropHandler,"updatesize"),this._dialog.setPosition(),this.j.e.fire("afterImageEditor"),i(this._dialog))};this.image.addEventListener("load",s),this.image.complete&&s()}))}onTitleModeClick(t){const e=this,i=t.target,o=null==i?void 0:i.parentElement;if(!o)return;xo(`.${_s}__slider,.${_s}__area`,e.editor).forEach((t=>t.classList.remove(`${_s}_active`))),o.classList.add(`${_s}_active`),this.activeTab=ci(o,"-area")||ks;const r=e.editor.querySelector(`.${_s}__area.${_s}__area_`+e.activeTab);r&&r.classList.add(`${_s}_active`),e.activeTab===xs&&e.showCrop()}onChangeSizeInput(t){const e=this,i=t.target,{widthInput:o,heightInput:r}=Io(this.editor),n="widthInput"===ci(i,"data-ref"),s=parseInt(i.value,10),a=n?e.o.min_height:e.o.min_width;let l;s>(n?e.o.min_width:e.o.min_height)&&(li(e.image,n?"width":"height",s),e.resizeUseRatio&&(l=n?Math.round(s/e.ratio):Math.round(s*e.ratio),l>a&&(li(e.image,n?"height":"width",l),n?r.value=l.toString():o.value=l.toString()))),this.j.e.fire(e.resizeHandler,"updatesize")}onResizeHandleMouseDown(t){const e=this;e.target=t.target,t.preventDefault(),t.stopImmediatePropagation(),e.clicked=!0,e.start_x=t.clientX,e.start_y=t.clientY,e.activeTab===xs?(e.top_x=li(e.cropHandler,"left"),e.top_y=li(e.cropHandler,"top"),e.width=e.cropHandler.offsetWidth,e.height=e.cropHandler.offsetHeight):(e.width=e.image.offsetWidth,e.height=e.image.offsetHeight),e.j.e.on(this.j.ow,"mousemove",this.onGlobalMouseMove).one(this.j.ow,"mouseup",this.onGlobalMouseUp)}onGlobalMouseUp(t){this.clicked&&(this.clicked=!1,t.stopImmediatePropagation(),this.j.e.off(this.j.ow,"mousemove",this.onGlobalMouseMove))}onGlobalMouseMove(t){const e=this;if(!e.clicked)return;const{widthInput:i,heightInput:o}=Io(this.editor);e.diff_x=t.clientX-e.start_x,e.diff_y=t.clientY-e.start_y,e.activeTab===ks&&e.resizeUseRatio||e.activeTab===xs&&e.cropUseRatio?e.diff_x?(e.new_w=e.width+e.diff_x,e.new_h=Math.round(e.new_w/e.ratio)):(e.new_h=e.height+e.diff_y,e.new_w=Math.round(e.new_h*e.ratio)):(e.new_w=e.width+e.diff_x,e.new_h=e.height+e.diff_y),e.activeTab===ks?(e.new_w>e.o.resizeMinWidth&&(li(e.image,"width",e.new_w+"px"),i.value=e.new_w.toString()),e.new_h>e.o.resizeMinHeight&&(li(e.image,"height",e.new_h+"px"),o.value=e.new_h.toString()),this.j.e.fire(e.resizeHandler,"updatesize")):(e.target!==e.cropHandler?(e.top_x+e.new_w>e.cropImage.offsetWidth&&(e.new_w=e.cropImage.offsetWidth-e.top_x),e.top_y+e.new_h>e.cropImage.offsetHeight&&(e.new_h=e.cropImage.offsetHeight-e.top_y),li(e.cropHandler,{width:e.new_w,height:e.new_h})):(e.top_x+e.diff_x+e.cropHandler.offsetWidth>e.cropImage.offsetWidth&&(e.diff_x=e.cropImage.offsetWidth-e.top_x-e.cropHandler.offsetWidth),li(e.cropHandler,"left",e.top_x+e.diff_x),e.top_y+e.diff_y+e.cropHandler.offsetHeight>e.cropImage.offsetHeight&&(e.diff_y=e.cropImage.offsetHeight-e.top_y-e.cropHandler.offsetHeight),li(e.cropHandler,"top",e.top_y+e.diff_y)),this.j.e.fire(e.cropHandler,"updatesize"))}constructor(t){super(t),this.resizeUseRatio=!0,this.cropUseRatio=!0,this.clicked=!1,this.start_x=0,this.start_y=0,this.top_x=0,this.top_y=0,this.width=0,this.height=0,this.activeTab=ks,this.naturalWidth=0,this.naturalHeight=0,this.ratio=0,this.new_h=0,this.new_w=0,this.diff_x=0,this.diff_y=0,this.cropBox={x:0,y:0,w:0,h:0},this.resizeBox={w:0,h:0},this.calcCropBox=()=>{const t=this.crop_box.parentNode,e=.8*t.offsetWidth,i=.8*t.offsetHeight;let o=e,r=i;const{naturalWidth:n,naturalHeight:s}=this;e>n&&i>s?(o=n,r=s):this.ratio>e/i?(o=e,r=s*(e/n)):(o=n*(i/s),r=i),li(this.crop_box,{width:o,height:r})},this.showCrop=()=>{if(!this.cropImage)return;this.calcCropBox();const t=this.cropImage.offsetWidth||this.image.offsetWidth||this.image.naturalWidth;this.new_w=ws.calcValueByPercent(t,this.o.cropDefaultWidth);const e=this.cropImage.offsetHeight||this.image.offsetHeight||this.image.naturalHeight;this.new_h=this.cropUseRatio?this.new_w/this.ratio:ws.calcValueByPercent(e,this.o.cropDefaultHeight),li(this.cropHandler,{backgroundImage:"url("+ci(this.cropImage,"src")+")",width:this.new_w,height:this.new_h,left:t/2-this.new_w/2,top:e/2-this.new_h/2}),this.j.e.fire(this.cropHandler,"updatesize")},this.updateCropBox=()=>{if(!this.cropImage)return;const t=this.cropImage.offsetWidth/this.naturalWidth,e=this.cropImage.offsetHeight/this.naturalHeight;this.cropBox.x=li(this.cropHandler,"left")/t,this.cropBox.y=li(this.cropHandler,"top")/e,this.cropBox.w=this.cropHandler.offsetWidth/t,this.cropBox.h=this.cropHandler.offsetHeight/e,this.sizes.textContent=this.cropBox.w.toFixed(0)+"x"+this.cropBox.h.toFixed(0)},this.updateResizeBox=()=>{this.resizeBox.w=this.image.offsetWidth||this.naturalWidth,this.resizeBox.h=this.image.offsetHeight||this.naturalHeight},this.setHandlers=()=>{const t=this,{widthInput:e,heightInput:i}=Io(this.editor);t.j.e.on([t.editor.querySelector(".jodit_bottomright"),t.cropHandler],`mousedown.${_s}`,this.onResizeHandleMouseDown).on(this.j.ow,`resize.${_s}`,(()=>{this.j.e.fire(t.resizeHandler,"updatesize"),t.showCrop(),this.j.e.fire(t.cropHandler,"updatesize")})),t.j.e.on(Ke(this.editor.querySelectorAll(`.${_s}__slider-title`)),"click",this.onTitleModeClick).on([e,i],"input",this.onChangeSizeInput);const{keepAspectRatioResize:o,keepAspectRatioCrop:r}=Io(this.editor);o&&o.addEventListener("change",(()=>{this.resizeUseRatio=o.checked})),r&&r.addEventListener("change",(()=>{this.cropUseRatio=r.checked})),t.j.e.on(t.resizeHandler,"updatesize",(()=>{li(t.resizeHandler,{top:0,left:0,width:t.image.offsetWidth||t.naturalWidth,height:t.image.offsetHeight||t.naturalHeight}),this.updateResizeBox()})).on(t.cropHandler,"updatesize",(()=>{if(!t.cropImage)return;let e=li(t.cropHandler,"left"),i=li(t.cropHandler,"top"),o=t.cropHandler.offsetWidth,r=t.cropHandler.offsetHeight;e<0&&(e=0),i<0&&(i=0),e+o>t.cropImage.offsetWidth&&(o=t.cropImage.offsetWidth-e,t.cropUseRatio&&(r=o/t.ratio)),i+r>t.cropImage.offsetHeight&&(r=t.cropImage.offsetHeight-i,t.cropUseRatio&&(o=r*t.ratio)),li(t.cropHandler,{width:o,height:r,left:e,top:i,backgroundPosition:-e-1+"px "+(-i-1)+"px",backgroundSize:t.cropImage.offsetWidth+"px "+t.cropImage.offsetHeight+"px"}),t.updateCropBox()})),Object.values(t.buttons).forEach((o=>{o.onAction((()=>{const r={action:t.activeTab,box:t.activeTab===ks?t.resizeBox:t.cropBox};switch(o){case t.buttons.saveas:t.j.prompt("Enter new name","Save in new file",(e=>{if(!We(e))return t.j.alert("The name should not be empty"),!1;t.j.e.fire("afterImageEditorSave",r,e),t.onSave(e,r,t.hide,(e=>{t.j.alert(e.message)}))}));break;case t.buttons.save:t.j.e.fire("afterImageEditorSave",r),t.onSave(void 0,r,t.hide,(e=>{t.j.alert(e.message)}));break;case t.buttons.reset:t.activeTab===ks?(li(t.image,{width:null,height:null}),e.value=t.naturalWidth.toString(),i.value=t.naturalHeight.toString(),t.j.e.fire(t.resizeHandler,"updatesize")):t.showCrop()}}))}))},this.options=t&&t.o&&t.o.imageeditor?t.o.imageeditor:To.defaultOptions.imageeditor;const e=this.options;this.resizeUseRatio=e.resizeUseRatio,this.cropUseRatio=e.cropUseRatio,this.buttons={reset:Jr(this.j,"update","Reset"),save:Jr(this.j,"save","Save"),saveas:Jr(this.j,{icon:{name:"save"},name:"save-as",text:"Save as ..."})},this.activeTab=e.resize?ks:xs,this.editor=((t,e)=>{const i=t.i18n.bind(t),o=(t,e,o=!0)=>`<div class="jodit-form__group">\n\t\t\t<label class="jodit-switcher-wrapper">\n\t\t\t\t<span class='jodit-switcher'>\n\t\t\t\t\t<input ${js(o,"checked")} data-ref="${e}" type="checkbox"/>\n\t\t\t\t\t<span class="jodit-switcher__slider"></span>\n\t\t\t\t</span>\n\t\t\t\t<span>${i(t)}</span>\n\t\t\t</label>\n\t</div>`;return t.create.fromHTML(`<form class="${ms} jodit-properties">\n\t\t<div class="jodit-grid jodit-grid_xs-column">\n\t\t\t<div class="jodit_col-lg-3-4 jodit_col-sm-5-5">\n\t\t\t${e.resize?`<div class="${ms}__area ${ms}__area_resize ${ms}_active">\n\t\t\t\t\t\t\t<div data-ref="resizeBox" class="${ms}__box"></div>\n\t\t\t\t\t\t\t<div class="${ms}__resizer">\n\t\t\t\t\t\t\t\t<i class="jodit_bottomright"></i>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>`:""}\n\t\t\t${e.crop?`<div class="${ms}__area ${ms}__area_crop ${js(!e.resize)}">\n\t\t\t\t\t\t\t<div data-ref="cropBox" class="${ms}__box">\n\t\t\t\t\t\t\t\t<div class="${ms}__croper">\n\t\t\t\t\t\t\t\t\t<i class="jodit_bottomright"></i>\n\t\t\t\t\t\t\t\t\t<i class="${ms}__sizes"></i>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>`:""}\n\t\t\t</div>\n\t\t\t<div class="jodit_col-lg-1-4 jodit_col-sm-5-5">\n\t\t\t${e.resize?`<div data-area="resize" class="${ms}__slider ${ms}_active">\n\t\t\t\t\t\t\t<div class="${ms}__slider-title">\n\t\t\t\t\t\t\t\t${vs("resize")}\n\t\t\t\t\t\t\t\t${i("Resize")}\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class="${ms}__slider-content">\n\t\t\t\t\t\t\t\t<div class="jodit-form__group">\n\t\t\t\t\t\t\t\t\t<label>\n\t\t\t\t\t\t\t\t\t\t${i("Width")}\n\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t<input type="number" data-ref="widthInput" class="jodit-input"/>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class="jodit-form__group">\n\t\t\t\t\t\t\t\t\t<label>\n\t\t\t\t\t\t\t\t\t\t${i("Height")}\n\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t<input type="number" data-ref="heightInput" class="jodit-input"/>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t${o("Keep Aspect Ratio","keepAspectRatioResize")}\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>`:""}\n\t\t\t${e.crop?`<div data-area="crop" class="${ms}__slider ${js(!e.resize)}'">\n\t\t\t\t\t\t\t<div class="${ms}__slider-title">\n\t\t\t\t\t\t\t\t${vs("crop")}\n\t\t\t\t\t\t\t\t${i("Crop")}\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class="${ms}__slider-content">\n\t\t\t\t\t\t\t\t${o("Keep Aspect Ratio","keepAspectRatioCrop")}\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>`:""}\n\t\t\t</div>\n\t\t</div>\n\t</form>`)})(this.j,this.options);const{resizeBox:i,cropBox:o}=Io(this.editor);this.resize_box=i,this.crop_box=o,this.sizes=this.editor.querySelector(`.${_s}__area.${_s}__area_crop .jodit-image-editor__sizes`),this.resizeHandler=this.editor.querySelector(`.${_s}__resizer`),this.cropHandler=this.editor.querySelector(`.${_s}__croper`),this._dialog=this.j.dlg({buttons:["fullsize","dialog.close"]}),this._dialog.setContent(this.editor),this._dialog.setSize(this.o.width,this.o.height),this._dialog.setHeader([this.buttons.reset,this.buttons.save,this.buttons.saveas]),this.setHandlers()}destruct(){this.isDestructed||(this._dialog&&!this._dialog.isInDestruct&&this._dialog.destruct(),xi.safeRemove(this.editor),this.j.e&&this.j.e.off(this.j.ow,"mousemove",this.onGlobalMouseMove).off(this.j.ow,"mouseup",this.onGlobalMouseUp).off(this.ow,`.${_s}`).off(`.${_s}`),super.destruct())}};function Is(t,e,i,o,r,n){return this.getInstance("ImageEditor",this.o).open(t,((t,s,a,l)=>ji("resize"===s.action?this.dataProvider.resize:this.dataProvider.crop,i,o,e,t,s.box).then((t=>{t&&(a(),r&&r("string"==typeof t?t:void 0))})).catch((t=>{l(t),n&&n(t)}))))}
|
|
840
|
-
/*!
|
|
841
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
842
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
843
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
844
|
-
*/Cs.calcValueByPercent=(t,e)=>{const i=e.toString(),o=parseFloat(t.toString());let r;return r=/^[-+]?[0-9]+(px)?$/.exec(i),r?parseInt(i,10):(r=/^([-+]?[0-9.]+)%$/.exec(i),r?Math.round(o*(parseFloat(r[1])/100)):o||0)},ys([Fe],Cs.prototype,"hide",null),ys([Fe],Cs.prototype,"open",null),ys([Fe],Cs.prototype,"onTitleModeClick",null),ys([Br(),Fe],Cs.prototype,"onChangeSizeInput",null),ys([Fe],Cs.prototype,"onResizeHandleMouseDown",null),ys([Fe],Cs.prototype,"onGlobalMouseUp",null),ys([Er(10)],Cs.prototype,"onGlobalMouseMove",null),Cs=ws=ys([Qi],Cs);const zs="jodit-file-browser-preview",Ss=(t="next",e="right")=>`<div class="${zs}__navigation ${zs}__navigation_arrow_${t}">`+Nr.get("angle-"+e)+"</a>";var Bs=t=>{if(!t.o.contextMenu)return()=>{};const e=new ss(t);return i=>{const o=us(i.target,t.container);if(!o)return;let r=o;const n=t.options,s=t=>ci(r,t)||"";return t.async.setTimeout((()=>{const a=hs(o,cs(t));a&&(t.state.activeElements=[a],e.show(i.clientX,i.clientY,[!("1"===s("data-is-file")||!n.editImage||!t.dataProvider.canI("ImageResize")&&!t.dataProvider.canI("ImageCrop"))&&{icon:"pencil",title:"Edit",exec:()=>Is.call(t,s("href"),s("data-name"),s("data-path"),s("data-source"))},!!t.dataProvider.canI("FileRename")&&{icon:"italic",title:"Rename",exec:()=>{t.e.fire("fileRename.filebrowser",s("data-name"),s("data-path"),s("data-source"))}},!!t.dataProvider.canI("FileRemove")&&{icon:"bin",title:"Delete",exec:async()=>{try{await bs(t,s("data-name"),s("data-source"))}catch(e){return t.status(e)}return t.state.activeElements=[],ls(t).catch(t.status)}},!!n.preview&&{icon:"eye",title:"Preview",exec:()=>{const e=t.dlg({buttons:["fullsize","dialog.close"]}),i=t.c.div(zs,'<div class="jodit-icon_loader"></div>'),o=t.c.div(zs+"__box"),a=t.c.fromHTML(Ss()),l=t.c.fromHTML(Ss("prev","left")),d=s=>{const d=t.c.element("img");d.setAttribute("src",s);const c=()=>{var s;t.isInDestruct||(t.e.off(d,"load"),xi.detach(i),n.showPreviewNavigation&&(xi.prevWithClass(r,t.files.getFullElName("item"))&&i.appendChild(l),xi.nextWithClass(r,t.files.getFullElName("item"))&&i.appendChild(a)),i.appendChild(o),o.appendChild(d),e.setPosition(),null===(s=null==t?void 0:t.events)||void 0===s||s.fire("previewOpenedAndLoaded"))};t.e.on(d,"load",c),d.complete&&c()};t.e.on([a,l],"click",(function(){if(r=this===a?xi.nextWithClass(r,t.files.getFullElName("item")):xi.prevWithClass(r,t.files.getFullElName("item")),!r)throw bi("Need element");xi.detach(i),xi.detach(o),i.innerHTML='<div class="jodit-icon_loader"></div>',d(s("href"))})),t.e.on("beforeDestruct",(()=>{e.destruct()})),e.container.classList.add(zs+"__dialog"),e.setContent(i),e.setPosition(),e.open(),d(s("href")),t.events.on("beforeDestruct",(()=>{e.destruct()})).fire("previewOpened")}},{icon:"upload",title:"Download",exec:()=>{const e=s("href");e&&t.ow.open(e)}}]))}),t.defaultTimeout),t.e.on("beforeClose",(()=>{e.close()})).on("beforeDestruct",(()=>e.destruct())),i.stopPropagation(),i.preventDefault(),!1}};
|
|
845
|
-
/*!
|
|
846
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
847
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
848
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
849
|
-
*/function Es(){let t=!1;const e=cs(this),i=this;i.e.on(i.tree.container,"dragstart",(e=>{const o=us(e.target,i.container);o&&i.o.moveFolder&&(t=o)})).on(i.tree.container,"drop",(e=>{if((i.o.moveFile||i.o.moveFolder)&&t){let o=ci(t,"-path")||"";if(!i.o.moveFolder&&t.classList.contains(this.tree.getFullElName("item")))return!1;if(t.classList.contains(this.files.getFullElName("item"))&&(o+=ci(t,"-name"),!i.o.moveFile))return!1;const r=us(e.target,i.container);if(!r)return;i.dataProvider.move(o,ci(r,"-path")||"",ci(r,"-source")||"",t.classList.contains(this.files.getFullElName("item"))).then((()=>ls(this))).catch(i.status),t=!1}})).on(i.files.container,"contextmenu",Bs(i)).on(i.files.container,"click",(t=>{Wo(t)||(this.state.activeElements=[])})).on(i.files.container,"click",(t=>{const o=us(t.target,i.container);if(!o)return;const r=hs(o,e);return r?(i.state.activeElements=Wo(t)?[...i.state.activeElements,r]:[r],t.stopPropagation(),!1):void 0})).on(i.files.container,"dragstart",(e=>{if(i.o.moveFile){const o=us(e.target,i.container);if(!o)return;t=o}})).on(i.container,"drop",(t=>t.preventDefault()))}
|
|
850
|
-
/*!
|
|
851
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
852
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
853
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
854
|
-
*/function Ds(){const t=this.state,e=this.dataProvider,i=this;i.e.on("view.filebrowser",(e=>{e!==t.view&&(t.view=e)})).on("sort.filebrowser",(e=>{e!==t.sortBy&&(t.sortBy=e,as(i))})).on("filter.filebrowser",(e=>{e!==t.filterWord&&(t.filterWord=e,as(i))})).on("openFolder.filebrowser",(t=>{let e;e=".."===t.name?t.path.split("/").filter((t=>t.length)).slice(0,-1).join("/"):hr(t.path,t.name),i.state.currentPath=e,i.state.currentSource="."===t.name?gs:t.source})).on("removeFolder.filebrowser",(t=>{i.confirm("Are you sure?","Delete",(o=>{o&&e.folderRemove(t.path,t.name,t.source).then((t=>(i.status(t,!0),ls(i)))).catch(i.status)}))})).on("renameFolder.filebrowser",(t=>{i.prompt("Enter new name","Rename",(o=>{if(!Oi(o))return i.status(i.i18n("Enter new name")),!1;e.folderRename(t.path,t.name,o,t.source).then((t=>(i.state.activeElements=[],i.status(t,!0),ls(i)))).catch(i.status)}),"type name",t.name)})).on("addFolder.filebrowser",(t=>{i.prompt("Enter Directory name","Create directory",(o=>{e.createFolder(o,t.path,t.source).then((()=>ls(i))).catch(i.status)}),"type name")})).on("fileRemove.filebrowser",(()=>{i.state.activeElements.length&&i.confirm("Are you sure?","",(t=>{if(t){const t=[];i.state.activeElements.forEach((e=>{t.push(bs(i,e.file||e.name||"",e.sourceName))})),i.state.activeElements=[],Promise.all(t).then((()=>ls(i).catch(i.status)),i.status)}}))})).on("edit.filebrowser",(()=>{if(1===i.state.activeElements.length){const[t]=this.state.activeElements;Is.call(i,t.fileURL,t.file||"",t.path,t.sourceName)}})).on("fileRename.filebrowser",((t,o,r)=>{1===i.state.activeElements.length&&i.prompt("Enter new name","Rename",(n=>{if(!Oi(n))return i.status(i.i18n("Enter new name")),!1;e.fileRename(o,t,n,r).then((t=>{i.state.activeElements=[],i.status(t,!0),as(i)})).catch(i.status)}),"type name",t)})).on("update.filebrowser",(()=>{ls(this).then(this.status,this.status)}))}
|
|
855
|
-
/*!
|
|
856
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
857
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
858
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
859
|
-
*/function Fs(){const t=cs(this),{state:e,files:i,create:o,options:r}=this,n=e=>{const i=e.uniqueHashKey;if(t[i])return t[i].elm;const n=o.fromHTML(r.getThumbTemplate.call(this,e,e.source,e.sourceName.toString()));return n.dataset.key=i,t[i]={item:e,elm:n},t[i].elm};e.on(["change.currentPath","change.currentSource"],this.async.debounce((()=>{this.o.saveStateInStorage&&this.o.saveStateInStorage.storeLastOpenedFolder&&this.storage.set("currentPath",this.state.currentPath).set("currentSource",this.state.currentSource),ls(this).catch(this.status)}),this.defaultTimeout)).on("beforeChange.activeElements",(()=>{e.activeElements.forEach((e=>{const o=e.uniqueHashKey,{elm:r}=t[o];r&&r.classList.remove(i.getFullElName("item","active",!0))}))})).on("change.activeElements",(()=>{this.e.fire("changeSelection"),e.activeElements.forEach((e=>{const o=e.uniqueHashKey,{elm:r}=t[o];r&&r.classList.add(i.getFullElName("item","active",!0))}))})).on("change.view",(()=>{i.setMod("view",e.view),this.o.saveStateInStorage&&this.o.saveStateInStorage.storeView&&this.storage.set("view",e.view)})).on("change.sortBy",(()=>{this.o.saveStateInStorage&&this.o.saveStateInStorage.storeSortBy&&this.storage.set("sortBy",e.sortBy)})).on("change.elements",this.async.debounce((()=>{xi.detach(i.container),e.elements.length?e.elements.forEach((t=>{this.files.container.appendChild(n(t))})):i.container.appendChild(o.div(this.componentName+"_no-files_true",this.i18n("There are no files")))}),this.defaultTimeout)).on("change.sources",this.async.debounce((()=>{xi.detach(this.tree.container),e.sources.forEach((t=>{const e=t.name;if(e&&"default"!==e&&this.tree.container.appendChild(o.div(this.tree.getFullElName("source-title"),e)),t.folders.forEach((i=>{const n=o.a(this.tree.getFullElName("item"),{draggable:"draggable",href:"#","data-path":hr(t.path,i+"/"),"data-name":i,"data-source":e,"data-source-path":t.path},o.span(this.tree.getFullElName("item-title"),i)),s=o=>r=>{this.e.fire(`${o}.filebrowser`,{name:i,path:hr(t.path+"/"),source:e}),r.stopPropagation(),r.preventDefault()};if(this.e.on(n,"click",s("openFolder")),this.tree.container.appendChild(n),".."!==i&&"."!==i){if(r.renameFolder&&this.dataProvider.canI("FolderRename")){const t=Jr(this,{icon:{name:"pencil"},name:"rename",tooltip:"Rename",size:"tiny"});t.onAction(s("renameFolder")),n.appendChild(t.container)}if(r.deleteFolder&&this.dataProvider.canI("FolderRemove")){const t=Jr(this,{icon:{name:"cancel"},name:"remove",tooltip:"Delete",size:"tiny"});t.onAction(s("removeFolder")),n.appendChild(t.container)}}})),r.createNewFolder&&this.dataProvider.canI("FolderCreate")){const i=Jr(this,"plus","Add folder","secondary");i.onAction((()=>{this.e.fire("addFolder",{path:hr(t.path+"/"),source:e})})),this.tree.append(i)}}))}),this.defaultTimeout))}
|
|
860
|
-
/*!
|
|
861
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
862
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
863
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
864
|
-
*/class Rs extends Xr{className(){return"FileBrowserFiles"}}
|
|
865
|
-
/*!
|
|
866
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
867
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
868
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
869
|
-
*/class Ms extends Xr{className(){return"FileBrowserTree"}}
|
|
870
|
-
/*!
|
|
871
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
872
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
873
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
874
|
-
*/var Ts=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};let Ls=class extends Zn{className(){return"FileBrowser"}get dataProvider(){return new As(this,this.options)}onSelect(t){return()=>{if(this.state.activeElements.length){const e=[],i=[];this.state.activeElements.forEach((t=>{const o=t.fileURL;o&&(e.push(o),i.push(t.isImage||!1))})),this.close();const o={baseurl:"",files:e,isImages:i};De(t)&&t(o),this.close()}return!1}}get _dialog(){var t;const e=this.dlg({minWidth:Math.min(700,screen.width),minHeight:300,buttons:null!==(t=this.o.headerButtons)&&void 0!==t?t:["fullsize","dialog.close"]});return["beforeClose","afterClose","beforeOpen"].forEach((t=>e.events.on(e,t,(()=>this.e.fire(t))))),e.setSize(this.o.width,this.o.height),e}get storage(){return Pn.makeStorage(Boolean(this.o.saveStateInStorage),this.componentName)}get isOpened(){return this._dialog.isOpened&&"none"!==this.browser.style.display}status(t,e){t&&!Ii(t)&&(Le(t)||(t=t.message),Le(t)&&We(t).length&&this.message.message(t,e?"success":"error",this.o.howLongShowMsg))}open(t=this.o.defaultCallback,e=!1){return this.state.onlyImages=e,this.async.promise(((e,i)=>{var o;if(!this.o.items||!this.o.items.url)throw bi("Need set options.filebrowser.ajax.url");let r=0;this.e.off(this.files.container,"dblclick").on(this.files.container,"dblclick",this.onSelect(t)).on(this.files.container,"touchstart",(()=>{const e=(new Date).getTime();e-r<300&&this.onSelect(t)(),r=e})).off("select.filebrowser").on("select.filebrowser",this.onSelect(t));const n=this.c.div();null===(o=this.toolbar)||void 0===o||o.appendTo(n),this.__updateToolbarButtons(),this._dialog.open(this.browser,n),this.e.fire("sort.filebrowser",this.state.sortBy),ls(this).then(e,i).finally((()=>{var t;this.isInDestruct||null===(t=null==this?void 0:this.e)||void 0===t||t.fire("fileBrowserReady.filebrowser")}))})).catch((()=>{}))}__getButtons(){var t;return(null!==(t=this.o.buttons)&&void 0!==t?t:[]).filter((t=>{if(!Le(t))return!0;switch(t){case"filebrowser.upload":return this.dataProvider.canI("FileUpload");case"filebrowser.edit":return this.dataProvider.canI("ImageResize")||this.dataProvider.canI("ImageCrop");case"filebrowser.remove":return this.dataProvider.canI("FileRemove")}return!0}))}initUploader(t){var e;const i=this,o=Uo((null===(e=null==t?void 0:t.options)||void 0===e?void 0:e.uploader)||{},To.defaultOptions.uploader),r=()=>as(this);i.uploader=i.getInstance("Uploader",o),i.uploader.setPath(i.state.currentPath).setSource(i.state.currentSource).bind(i.browser,r,i.errorHandler),this.state.on(["change.currentPath","change.currentSource"],(()=>{this.uploader.setPath(this.state.currentPath).setSource(this.state.currentSource)})),i.e.on("bindUploader.filebrowser",(t=>{i.uploader.bind(t,r,i.errorHandler)}))}constructor(t){super(t),this.browser=this.c.div(this.componentName),this.status_line=this.c.div(this.getFullElName("status")),this.tree=new Ms(this),this.files=new Rs(this),this.state=Lr({currentPath:"",currentSource:gs,currentBaseUrl:"",activeElements:[],elements:[],sources:[],view:"tiles",sortBy:"changed-desc",filterWord:"",onlyImages:!1}),this.errorHandler=t=>{Ii(t)||(t instanceof Error?this.status(this.i18n(t.message)):this.status(this.dataProvider.getMessage(t)))},this.close=()=>{this._dialog.close()},this.__prevButtons=[],this.attachEvents(t);const e=this;e.options=Uo(t||{},To.defaultOptions.filebrowser),e.browser.component=this,e.container=e.browser,e.o.showFoldersPanel&&e.browser.appendChild(e.tree.container),e.browser.appendChild(e.files.container),e.browser.appendChild(e.status_line),Ds.call(e),Es.call(e),Fs.call(e),["getLocalFileByUrl","crop","resize","create","fileMove","folderMove","fileRename","folderRename","fileRemove","folderRemove","folder","items","permissions"].forEach((t=>{null!=this.options[t]&&(this.options[t]=Uo(this.options[t],this.o.ajax))}));const{storeView:i,storeSortBy:o,storeLastOpenedFolder:r}=this.o.saveStateInStorage||{storeLastOpenedFolder:!1,storeView:!1,storeSortBy:!1},n=i&&this.storage.get("view");e.state.view=n&&null==this.o.view?"list"===n?"list":"tiles":"list"===e.o.view?"list":"tiles",e.files.setMod("view",e.state.view);const s=o&&e.storage.get("sortBy");if(s){const t=s.split("-");e.state.sortBy=["changed","name","size"].includes(t[0])?s:"changed-desc"}else e.state.sortBy=e.o.sortBy||"changed-desc";if(r){const t=e.storage.get("currentPath"),i=e.storage.get("currentSource");e.state.currentPath=null!=t?t:"",e.state.currentSource=null!=i?i:""}e.initUploader(e),e.setStatus(Re.ready)}destruct(){var t;this.isInDestruct||(null===(t=qi(this,"_dialog"))||void 0===t||t.destruct(),super.destruct(),this.events&&this.e.off(".filebrowser"),this.uploader&&this.uploader.destruct())}__updateToolbarButtons(){var t;const e=this.__getButtons();(function(t,e){if(t.length!==e.length)return!1;for(let i=0;i<t.length;i++)if(t[i]!==e[i])return!1;return!0}
|
|
875
|
-
/*!
|
|
876
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
877
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
878
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
879
|
-
*/)(this.__prevButtons,e)||(this.__prevButtons=e,null===(t=this.toolbar)||void 0===t||t.build(e))}};Ts([Hi],Ls.prototype,"dataProvider",null),Ts([Hi],Ls.prototype,"_dialog",null),Ts([Hi],Ls.prototype,"storage",null),Ts([Fe],Ls.prototype,"status",null),Ts([Fe],Ls.prototype,"open",null),Ts([Or("dataProvider:changePermissions")],Ls.prototype,"__updateToolbarButtons",null),Ls=Ts([Dr(rs)],Ls);var Os=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};class qs extends Sr{className(){return"Plugin"}constructor(t){super(t),this.buttons=[],this.hasStyle=!1,this.__inited=!1,t.e.on("afterPluginSystemInit",this.__afterPluginSystemInit).on("afterInit",this.__afterInit).on("beforeDestruct",this.__beforeDestruct)}__afterPluginSystemInit(){const{j:t,buttons:e}=this;e&&Fi(t)&&e.forEach((e=>{t.registerButton(e)}))}__afterInit(){this.__inited=!0,this.setStatus(Re.ready),this.afterInit(this.jodit)}init(t){this.jodit.isReady&&(this.afterInit(this.jodit),this.__afterPluginSystemInit(),this.jodit.e.fire("rebuildToolbar"))}__beforeDestruct(){var t;if(this.isInDestruct)return;const{j:e}=this;if(e.e.off("afterPluginSystemInit",this.__afterPluginSystemInit).off("afterInit",this.__afterInit).off("beforeDestruct",this.destruct),this.setStatus(Re.beforeDestruct),!this.__inited)return super.destruct();Fi(e)&&(null===(t=this.buttons)||void 0===t||t.forEach((t=>{null==e||e.unregisterButton(t)}))),this.beforeDestruct(this.j),super.destruct()}}qs.requires=[],Os([Fe],qs.prototype,"__afterPluginSystemInit",null),Os([Fe],qs.prototype,"__afterInit",null),Os([Fe],qs.prototype,"__beforeDestruct",null);
|
|
880
|
-
/*!
|
|
881
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
882
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
883
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
884
|
-
*/
|
|
885
|
-
class Hs{undo(){this.history.snapshot.restore(this.oldValue)}redo(){this.history.snapshot.restore(this.newValue)}constructor(t,e,i,o){this.oldValue=t,this.newValue=e,this.history=i,this.tick=o}}
|
|
886
|
-
/*!
|
|
887
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
888
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
889
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
890
|
-
*/class Us extends Sr{constructor(){super(...arguments),this.__isBlocked=!1,this.__levelOfTransaction=0}className(){return"Snapshot"}static equal(t,e){return t.html===e.html&&JSON.stringify(t.range)===JSON.stringify(e.range)}static countNodesBeforeInParent(t){if(!t.parentNode)return 0;const e=t.parentNode.childNodes;let i=0,o=null;for(let r=0;r<e.length;r+=1){if(!o||this.isIgnoredNode(e[r])||xi.isText(o)&&xi.isText(e[r])||(i+=1),e[r]===t)return i;o=e[r]}return 0}static strokeOffset(t,e){for(;xi.isText(t);)xi.isText(t=t.previousSibling)&&t.nodeValue&&(e+=t.nodeValue.length);return e}calcHierarchyLadder(t){const e=[];if(!t||!t.parentNode||!xi.isOrContains(this.j.editor,t))return[];for(;t&&t!==this.j.editor;)t&&!Us.isIgnoredNode(t)&&e.push(Us.countNodesBeforeInParent(t)),t=t.parentNode;return e.reverse()}getElementByLadder(t){let e,i=this.j.editor;for(e=0;i&&e<t.length;e+=1)i=i.childNodes[t[e]];return i}get isBlocked(){return this.__isBlocked}__block(t){this.__isBlocked=t}transaction(t){this.__block(!0),this.__levelOfTransaction+=1;try{t()}catch(t){}finally{this.__levelOfTransaction-=1,0===this.__levelOfTransaction&&this.__block(!1)}}make(){const t={html:"",range:{startContainer:[],startOffset:0,endContainer:[],endOffset:0}};t.html=this.__getCleanedEditorValue(this.j.editor);const e=this.j.s.sel;if(e&&e.rangeCount){const i=e.getRangeAt(0),o=this.calcHierarchyLadder(i.startContainer),r=this.calcHierarchyLadder(i.endContainer);let n=Us.strokeOffset(i.startContainer,i.startOffset),s=Us.strokeOffset(i.endContainer,i.endOffset);o.length||i.startContainer===this.j.editor||(n=0),r.length||i.endContainer===this.j.editor||(s=0),t.range={startContainer:o,startOffset:n,endContainer:r,endOffset:s}}return t}restore(t){this.transaction((()=>{const e=this.storeScrollState();this.__getCleanedEditorValue(this.j.editor)!==t.html&&(this.j.value=t.html),this.restoreOnlySelection(t),this.restoreScrollState(e)}))}storeScrollState(){return[this.j.ow.scrollY,this.j.editor.scrollTop]}restoreScrollState(t){const{j:e}=this,{ow:i}=e;i.scrollTo(i.scrollX,t[0]),e.editor.scrollTop=t[1]}restoreOnlySelection(t){try{if(t.range){const e=this.j.ed.createRange();e.setStart(this.getElementByLadder(t.range.startContainer),t.range.startOffset),e.setEnd(this.getElementByLadder(t.range.endContainer),t.range.endOffset),this.j.s.selectRange(e)}}catch(t){this.j.editor.lastChild&&this.j.s.setCursorAfter(this.j.editor.lastChild)}}destruct(){this.__block(!1),super.destruct()}static isIgnoredNode(t){return xi.isText(t)&&!t.nodeValue||xi.isTemporary(t)}__getCleanedEditorValue(t){const e=t.cloneNode(!0);return xi.temporaryList(e).forEach(xi.unwrap),e.innerHTML}}
|
|
891
|
-
/*!
|
|
892
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
893
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
894
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
895
|
-
*/class Ps{constructor(t){this.size=t,this.commands=[],this.stackPosition=-1}get length(){return this.commands.length}clearRedo(){this.commands.length=this.stackPosition+1}clear(){this.commands.length=0,this.stackPosition=-1}push(t){this.clearRedo(),this.commands.push(t),this.stackPosition+=1,this.commands.length>this.size&&(this.commands.shift(),this.stackPosition-=1)}replace(t){this.commands[this.stackPosition]=t}current(){return this.commands[this.stackPosition]}undo(){return!!this.canUndo()&&(this.commands[this.stackPosition]&&this.commands[this.stackPosition].undo(),this.stackPosition-=1,!0)}redo(){return!!this.canRedo()&&(this.stackPosition+=1,this.commands[this.stackPosition]&&this.commands[this.stackPosition].redo(),!0)}canUndo(){return this.stackPosition>=0}canRedo(){return this.stackPosition<this.commands.length-1}}
|
|
896
|
-
/*!
|
|
897
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
898
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
899
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
900
|
-
*/To.prototype.history={enable:!0,maxHistoryLength:1/0,timeout:1e3};class Ks extends Sr{className(){return"History"}redo(){this.__stack.redo()&&(this.startValue=this.snapshot.make(),this.fireChangeStack())}canRedo(){return this.__stack.canRedo()}undo(){this.__stack.undo()&&(this.startValue=this.snapshot.make(),this.fireChangeStack())}canUndo(){return this.__stack.canUndo()}clear(){this.startValue=this.snapshot.make(),this.__stack.clear(),this.fireChangeStack()}get length(){return this.__stack.length}get startValue(){return this.__startValue}set startValue(t){this.__startValue=t}constructor(t,e=new Ps(t.o.history.maxHistoryLength),i=new Us(t)){super(t),this.updateTick=0,this.__stack=e,this.snapshot=i,t.o.history.enable&&t.e.on("afterAddPlace.history",(()=>{this.isInDestruct||(this.startValue=this.snapshot.make(),t.events.on("internalChange internalUpdate",(()=>{this.startValue=this.snapshot.make()})).on(t.editor,["changeSelection","selectionstart","selectionchange","mousedown","mouseup","keydown","keyup"].map((t=>t+".history")).join(" "),(()=>{this.startValue.html===this.j.getNativeEditorValue()&&(this.startValue=this.snapshot.make())})).on(this,"change.history",this.onChange))}))}__upTick(){this.updateTick+=1}onChange(){this.__processChanges()}__processChanges(){!this.snapshot.isBlocked&&this.j.o.history.enable&&this.updateStack()}updateStack(t=!1){const e=this.snapshot.make();if(!Us.equal(e,this.startValue)){const i=new Hs(this.startValue,e,this,this.updateTick);if(t){const t=this.__stack.current();t&&this.updateTick===t.tick&&this.__stack.replace(i)}else this.__stack.push(i);this.startValue=e,this.fireChangeStack()}}fireChangeStack(){var t;this.j&&!this.j.isInDestruct&&(null===(t=this.j.events)||void 0===t||t.fire("changeStack"))}destruct(){this.isInDestruct||(this.j.events&&this.j.e.off(".history"),this.snapshot.destruct(),super.destruct())}}!function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);n>3&&s&&Object.defineProperty(e,i,s)}([Br()],Ks.prototype,"onChange",null);let Ns=class extends Sr{className(){return"StatusBar"}hide(){this.container.classList.add("jodit_hidden")}show(){this.container.classList.remove("jodit_hidden")}get isShown(){return!this.container.classList.contains("jodit_hidden")}getHeight(){var t,e;return null!==(e=null===(t=this.container)||void 0===t?void 0:t.offsetHeight)&&void 0!==e?e:0}findEmpty(t=!1){const e=this.getElms(t?"item-right":"item");for(let t=0;t<e.length;t+=1)if(!e[t].innerHTML.trim().length)return e[t]}append(t,e=!1){var i;const o=this.findEmpty(e)||this.j.c.div(this.getFullElName("item"));e&&o.classList.add(this.getFullElName("item-right")),o.appendChild(t),null===(i=this.container)||void 0===i||i.appendChild(o),this.j.o.statusbar&&this.show(),this.j.e.fire("resize")}constructor(t,e){super(t),this.target=e,this.mods={},this.container=t.c.div("jodit-status-bar"),e.appendChild(this.container),this.hide()}destruct(){this.isInDestruct||(this.setStatus(Re.beforeDestruct),xi.safeRemove(this.container),super.destruct())}};Ns=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s}([Qi,Dr(Kr,Pr)],Ns);const Qs=new WeakMap;class Ws extends Sr{constructor(){super(...arguments),this.selected=new Set}className(){return"Table"}__recalculateStyles(){const t=wo(this.j,Ws,"style",!0),e=[];this.selected.forEach((t=>{const i=zo(t);i&&e.push(i)})),t.innerHTML=e.length?e.join(",")+`{${this.jodit.options.table.selectionCellStyle}}`:""}addSelection(t){this.selected.add(t),this.__recalculateStyles();const e=xi.closest(t,"table",this.j.editor);if(e){const i=Ws.__selectedByTable.get(e)||new Set;i.add(t),Ws.__selectedByTable.set(e,i)}}removeSelection(t){this.selected.delete(t),this.__recalculateStyles();const e=xi.closest(t,"table",this.j.editor);if(e){const i=Ws.__selectedByTable.get(e);i&&(i.delete(t),i.size||Ws.__selectedByTable.delete(e))}}getAllSelectedCells(){return Ke(this.selected)}static __getSelectedCellsByTable(t){const e=Ws.__selectedByTable.get(t);return e?Ke(e):[]}destruct(){return this.selected.clear(),super.destruct()}static __getRowsCount(t){return t.rows.length}getRowsCount(t){return Ws.__getRowsCount(t)}static __getColumnsCount(t){return Ws.__formalMatrix(t).reduce(((t,e)=>Math.max(t,e.length)),0)}getColumnsCount(t){return Ws.__getColumnsCount(t)}static __formalMatrix(t,e){const i=[[]],o=Ke(t.rows),r=(t,o)=>{void 0===i[o]&&(i[o]=[]);const r=t.colSpan,n=t.rowSpan;let s,a,l=0;for(;i[o][l];)l+=1;for(a=0;a<n;a+=1)for(s=0;s<r;s+=1){if(void 0===i[o+a]&&(i[o+a]=[]),e&&!1===e(t,o+a,l+s,r,n))return!1;i[o+a][l+s]=t}};for(let t=0;t<o.length;t+=1){const e=Ke(o[t].cells);for(let o=0;o<e.length;o+=1)if(!1===r(e[o],t))return i}return i}formalMatrix(t,e){return Ws.__formalMatrix(t,e)}static __formalCoordinate(t,e,i=!1){let o=0,r=0,n=1,s=1;return Ws.__formalMatrix(t,((t,a,l,d,c)=>{if(e===t)return o=a,r=l,n=d||1,s=c||1,i&&(r+=(d||1)-1,o+=(c||1)-1),!1})),[o,r,n,s]}formalCoordinate(t,e,i=!1){return Ws.__formalCoordinate(t,e,i)}static __appendRow(t,e,i,o){var r;let n;if(e)n=e.cloneNode(!0),xo("td,th",e).forEach((t=>{const e=ci(t,"rowspan");if(e&&parseInt(e,10)>1){const i=parseInt(e,10)-1;ci(t,"rowspan",i>1?i:null)}})),xo("td,th",n).forEach((t=>{t.innerHTML=""}));else{const e=Ws.__getColumnsCount(t);n=o.element("tr");for(let t=0;t<e;t+=1)n.appendChild(o.element("td"))}i&&e&&e.nextSibling?e.parentNode&&e.parentNode.insertBefore(n,e.nextSibling):!i&&e?e.parentNode&&e.parentNode.insertBefore(n,e):((null===(r=t.getElementsByTagName("tbody"))||void 0===r?void 0:r[0])||t).appendChild(n)}appendRow(t,e,i){return Ws.__appendRow(t,e,i,this.j.createInside)}static __removeRow(t,e){const i=Ws.__formalMatrix(t);let o;const r=t.rows[e];i[e].forEach(((n,s)=>{if(o=!1,e-1>=0&&i[e-1][s]===n)o=!0;else if(i[e+1]&&i[e+1][s]===n){if(n.parentNode===r&&n.parentNode.nextSibling){o=!0;let r=s+1;for(;i[e+1][r]===n;)r+=1;const a=xi.next(n.parentNode,(t=>xi.isTag(t,"tr")),t);if(a){let t=null;for(let o=r;o<i[e+1].length;o+=1){const r=i[e+1][o];if(r&&r.parentNode===a){t=r;break}}t?a.insertBefore(n,t):a.appendChild(n)}}}else xi.safeRemove(n);if(o&&(n.parentNode===r||n!==i[e][s-1])){const t=n.rowSpan;ci(n,"rowspan",t-1>1?t-1:null)}})),xi.safeRemove(r)}removeRow(t,e){return Ws.__removeRow(t,e)}appendColumn(t,e,i=!0){const o=Ws.__formalMatrix(t);if(!i&&xi.isCell(e.previousElementSibling))return this.appendColumn(t,e.previousElementSibling,!0);const[,r]=Ws.__formalCoordinate(t,e,i),n=r,s=i?n+1:n;for(let t=0;t<o.length;){const e=o[t];if(e[n]!==e[s]||n===s){const t=this.j.createInside.element("td");i?xi.after(e[n],t):xi.before(e[n],t),e[n].rowSpan>1&&(t.rowSpan=e[n].rowSpan)}else e[n].colSpan+=1;t+=e[n].rowSpan||1}}static __removeColumn(t,e){const i=Ws.__formalMatrix(t);let o;i.forEach(((t,r)=>{const n=t[e];if(o=!1,e-1>=0&&i[r][e-1]===n||e+1<t.length&&i[r][e+1]===n?o=!0:xi.safeRemove(n),o&&(r-1<0||n!==i[r-1][e])){const t=n.colSpan;ci(n,"colspan",t-1>1?(t-1).toString():null)}}))}removeColumn(t,e){return Ws.__removeColumn(t,e)}static __getSelectedBound(t,e){const i=[[1/0,1/0],[0,0]],o=Ws.__formalMatrix(t);let r,n,s;for(r=0;r<o.length;r+=1)for(n=0;o[r]&&n<o[r].length;n+=1)e.includes(o[r][n])&&(i[0][0]=Math.min(r,i[0][0]),i[0][1]=Math.min(n,i[0][1]),i[1][0]=Math.max(r,i[1][0]),i[1][1]=Math.max(n,i[1][1]));for(r=i[0][0];r<=i[1][0];r+=1)for(s=1,n=i[0][1];n<=i[1][1];n+=1){for(;o[r]&&o[r][n-s]&&o[r][n]===o[r][n-s];)i[0][1]=Math.min(n-s,i[0][1]),i[1][1]=Math.max(n-s,i[1][1]),s+=1;for(s=1;o[r]&&o[r][n+s]&&o[r][n]===o[r][n+s];)i[0][1]=Math.min(n+s,i[0][1]),i[1][1]=Math.max(n+s,i[1][1]),s+=1;for(s=1;o[r-s]&&o[r][n]===o[r-s][n];)i[0][0]=Math.min(r-s,i[0][0]),i[1][0]=Math.max(r-s,i[1][0]),s+=1;for(s=1;o[r+s]&&o[r][n]===o[r+s][n];)i[0][0]=Math.min(r+s,i[0][0]),i[1][0]=Math.max(r+s,i[1][0]),s+=1}return i}getSelectedBound(t,e){return Ws.__getSelectedBound(t,e)}static __normalizeTable(t){const e=[],i=Ws.__formalMatrix(t);Ws.__removeExtraColspans(i,e),Ws.__removeExtraRowspans(i,e);for(let t=0;t<i.length;t+=1)for(let e=0;e<i[t].length;e+=1)void 0!==i[t][e]&&(i[t][e].hasAttribute("rowspan")&&1===i[t][e].rowSpan&&ci(i[t][e],"rowspan",null),i[t][e].hasAttribute("colspan")&&1===i[t][e].colSpan&&ci(i[t][e],"colspan",null),i[t][e].hasAttribute("class")&&!ci(i[t][e],"class")&&ci(i[t][e],"class",null));Ws.__unmark(e)}static __removeExtraColspans(t,e){for(let i=0;i<t[0].length;i+=1){let o=1e6,r=!1;for(let e=0;e<t.length;e+=1)if(void 0!==t[e][i]){if(t[e][i].colSpan<2){r=!0;break}o=Math.min(o,t[e][i].colSpan)}if(!r)for(let r=0;r<t.length;r+=1)void 0!==t[r][i]&&Ws.__mark(t[r][i],"colspan",t[r][i].colSpan-o+1,e)}}static __removeExtraRowspans(t,e){let i=0,o=0;for(i=0;i<t.length;i+=1){let r=1e6,n=!1;for(o=0;o<t[i].length;o+=1)if(void 0!==t[i][o]){if(t[i][o].rowSpan<2){n=!0;break}r=Math.min(r,t[i][o].rowSpan)}if(!n)for(o=0;o<t[i].length;o+=1)void 0!==t[i][o]&&Ws.__mark(t[i][o],"rowspan",t[i][o].rowSpan-r+1,e)}}normalizeTable(t){return Ws.__normalizeTable(t)}static __mergeSelected(t,e){const i=[],o=Ws.__getSelectedBound(t,Ws.__getSelectedCellsByTable(t));let r,n=0,s=null,a=0,l=0,d=0;const c=new Set,u=[];o&&(o[0][0]-o[1][0]||o[0][1]-o[1][1])&&(Ws.__formalMatrix(t,((t,h,p,f,g)=>{if(h>=o[0][0]&&h<=o[1][0]&&p>=o[0][1]&&p<=o[1][1]){if(r=t,c.has(r))return;c.add(r),h===o[0][0]&&r.style.width&&(n+=r.offsetWidth),""!==We(t.innerHTML.replace(/<br(\/)?>/g,""))&&i.push(t.innerHTML),f>1&&(l+=f-1),g>1&&(d+=g-1),s?(Ws.__mark(r,"remove",1,u),Ys(e).removeSelection(r)):(s=t,a=p)}})),l=o[1][1]-o[0][1]+1,d=o[1][0]-o[0][0]+1,s&&(l>1&&Ws.__mark(s,"colspan",l,u),d>1&&Ws.__mark(s,"rowspan",d,u),n&&(Ws.__mark(s,"width",(n/t.offsetWidth*100).toFixed(10)+"%",u),a&&Ws.__setColumnWidthByDelta(t,a,0,!0,u)),s.innerHTML=i.join("<br/>"),Ys(e).addSelection(s),c.delete(s),Ws.__unmark(u),Ws.__normalizeTable(t),Ke(t.rows).forEach((t=>{t.cells.length||xi.safeRemove(t)}))))}mergeSelected(t){return Ws.__mergeSelected(t,this.j)}static __splitHorizontal(t,e){let i,o,r,n,s;const a=[];Ws.__getSelectedCellsByTable(t).forEach((l=>{o=e.createInside.element("td"),o.appendChild(e.createInside.element("br")),r=e.createInside.element("tr"),i=Ws.__formalCoordinate(t,l),l.rowSpan<2?(Ws.__formalMatrix(t,((t,e,o)=>{i[0]===e&&i[1]!==o&&t!==l&&Ws.__mark(t,"rowspan",t.rowSpan+1,a)})),xi.after(xi.closest(l,"tr",t),r),r.appendChild(o)):(Ws.__mark(l,"rowspan",l.rowSpan-1,a),Ws.__formalMatrix(t,((e,o,r)=>{o>i[0]&&o<i[0]+l.rowSpan&&i[1]>r&&e.parentNode.rowIndex===o&&(s=e),i[0]<o&&e===l&&(n=t.rows[o])})),s?xi.after(s,o):n.insertBefore(o,n.firstChild)),l.colSpan>1&&Ws.__mark(o,"colspan",l.colSpan,a),Ws.__unmark(a),Ys(e).removeSelection(l)})),this.__normalizeTable(t)}splitHorizontal(t){return Ws.__splitHorizontal(t,this.j)}static __splitVertical(t,e){let i,o,r;const n=[];Ws.__getSelectedCellsByTable(t).forEach((s=>{i=Ws.__formalCoordinate(t,s),s.colSpan<2?Ws.__formalMatrix(t,((t,e,o)=>{i[1]===o&&i[0]!==e&&t!==s&&Ws.__mark(t,"colspan",t.colSpan+1,n)})):Ws.__mark(s,"colspan",s.colSpan-1,n),o=e.createInside.element("td"),o.appendChild(e.createInside.element("br")),s.rowSpan>1&&Ws.__mark(o,"rowspan",s.rowSpan,n);const a=s.offsetWidth;xi.after(s,o),r=a/t.offsetWidth/2,Ws.__mark(s,"width",(100*r).toFixed(10)+"%",n),Ws.__mark(o,"width",(100*r).toFixed(10)+"%",n),Ws.__unmark(n),Ys(e).removeSelection(s)})),Ws.__normalizeTable(t)}splitVertical(t){return Ws.__splitVertical(t,this.j)}static __setColumnWidthByDelta(t,e,i,o,r){const n=Ws.__formalMatrix(t);let s=0;for(let o=0;o<n.length;o+=1){const a=n[o][e];if(!(a.colSpan>1&&n.length>1)){Ws.__mark(a,"width",((a.offsetWidth+i)/t.offsetWidth*100).toFixed(10)+"%",r),s=o;break}}for(let t=s+1;t<n.length;t+=1)Ws.__mark(n[t][e],"width",null,r);o||Ws.__unmark(r)}setColumnWidthByDelta(t,e,i,o,r){return Ws.__setColumnWidthByDelta(t,e,i,o,r)}static __mark(t,e,i,o){var r;o.push(t);const n=null!==(r=Qs.get(t))&&void 0!==r?r:{};n[e]=void 0===i?1:i,Qs.set(t,n)}static __unmark(t){t.forEach((t=>{const e=Qs.get(t);e&&(Object.keys(e).forEach((i=>{const o=e[i];switch(i){case"remove":xi.safeRemove(t);break;case"rowspan":ci(t,"rowspan",Ti(o)&&o>1?o:null);break;case"colspan":ci(t,"colspan",Ti(o)&&o>1?o:null);break;case"width":null==o?(t.style.removeProperty("width"),ci(t,"style")||ci(t,"style",null)):t.style.width=o.toString()}delete e[i]})),Qs.delete(t))}))}}Ws.__selectedByTable=new WeakMap,function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);n>3&&s&&Object.defineProperty(e,i,s)}([Br()],Ws.prototype,"__recalculateStyles",null);const Ys=t=>t.getInstance("Table",t.o)
|
|
901
|
-
/*!
|
|
902
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
903
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
904
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
905
|
-
*/;var Gs=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};let Js=class extends Gr{className(){return"ToolbarButton"}getRole(){return"listitem"}updateAriaLabel(){if(super.updateAriaLabel(),this.trigger){const t=this.state.tooltip?this.jodit.i18n(this.state.tooltip):null;ci(this.trigger,"aria-label",t)}}get toolbar(){const t=Wi("ToolbarCollection");return this.closest(t)}update(){var t,e;const{control:i,state:o}=this,r=this.toolbar;if(!r)return;const n=null===(t=i.value)||void 0===t?void 0:t.call(i,r.jodit,this);void 0!==n&&(o.value=n),o.disabled=this.__calculateDisabledStatus(r),o.activated=this.__calculateActivatedStatus(r),null===(e=i.update)||void 0===e||e.call(i,r.jodit,this)}__calculateActivatedStatus(t){var e,i;return!(Fi(this.j)&&!this.j.editorIsActive)&&(!!(null===(i=(e=this.control).isActive)||void 0===i?void 0:i.call(e,this.j,this))||Boolean(t&&t.shouldBeActive(this)))}__calculateDisabledStatus(t){var e,i;return!!this.j.o.disabled||!(!this.j.o.readonly||this.j.o.activeButtonsInReadOnly&&this.j.o.activeButtonsInReadOnly.includes(this.control.name))||!!(null===(i=(e=this.control).isDisabled)||void 0===i?void 0:i.call(e,this.j,this))||Boolean(t&&t.shouldBeDisabled(this))}onChangeActivated(){ci(this.button,"aria-pressed",this.state.activated),super.onChangeActivated()}onChangeText(){De(this.control.template)?this.text.innerHTML=this.control.template(this.j,this.control.name,this.j.i18n(this.state.text)):super.onChangeText(),this.setMod("text-icons",Boolean(this.text.innerText.trim().length))}onChangeTabIndex(){ci(this.button,"tabindex",this.state.tabIndex)}createContainer(){const t=this.componentName,e=this.j.c.span(t),i=super.createContainer();i.classList.remove(t),i.classList.add(t+"__button"),Object.defineProperty(i,"component",{value:this}),e.appendChild(i);const o=this.j.c.fromHTML(`<span role="button" aria-haspopup="true" aria-expanded="false" class="${t}__trigger">${Nr.get("chevron")}</span>`);return i.appendChild(o),e}focus(){var t;null===(t=this.container.querySelector("button"))||void 0===t||t.focus()}onChangeHasTrigger(){this.state.hasTrigger?this.container.appendChild(this.trigger):xi.safeRemove(this.trigger),this.setMod("with-trigger",this.state.hasTrigger||null)}onChangeDisabled(){const t=this.state.disabled?"disabled":null;ci(this.trigger,"disabled",t),ci(this.button,"disabled",t),ci(this.container,"disabled",t)}constructor(t,e,i=null){super(t),this.control=e,this.target=i,this.state={size:"middle",type:"button",role:"button",name:"",value:"",variant:"initial",disabled:!1,activated:!1,icon:{name:"empty",fill:"",iconURL:"",scale:void 0},tooltip:"",text:"",tabIndex:void 0,theme:"toolbar",currentValue:"",hasTrigger:!1},this.openedPopup=null;const o=this.getElm("button");Ve(o,"Element button should exists"),this.button=o,Object.defineProperty(o,"component",{value:this,configurable:!0});const r=this.getElm("trigger");Ve(r,"Element trigger should exists"),this.trigger=r,r.remove(),t.e.on([this.button,this.trigger],"mousedown",(t=>t.preventDefault())),this.onAction(this.onClick),this.hookStatus(Re.ready,(()=>{this.__initFromControl(),this.update()})),e.mods&&Object.keys(e.mods).forEach((t=>{e.mods&&this.setMod(t,e.mods[t])}))}__initFromControl(){const{control:t,state:e}=this;this.updateSize(),e.name=t.name,this.__initIconFromControl(),t.tooltip&&(e.tooltip=De(t.tooltip)?t.tooltip(this.j,t,this):t.tooltip),e.hasTrigger=Boolean(t.list||t.popup&&t.exec)}__initIconFromControl(){var t;const{control:e,state:i}=this,{textIcons:o}=this.j.o;if(!0===o||De(o)&&o(e.name)||e.template)return i.icon={name:"empty",fill:"",iconURL:"",scale:void 0},void(i.text=e.text||e.name);if(Le(e.icon)||null==e.icon){if(e.iconURL)i.icon.iconURL=e.iconURL;else{const o=e.icon||e.name;i.icon.name=Nr.exists(o)||(null===(t=this.j.o.extraIcons)||void 0===t?void 0:t[o])?o:""}e.iconURL||i.icon.name||(i.text=e.text||e.name)}else i.icon={name:e.icon.name||e.name,iconURL:e.icon.iconURL||"",fill:e.icon.fill||"",scale:e.icon.scale}}onTriggerClick(t){var e,i,o;if(this.openedPopup)return void this.__closePopup();const{control:r}=this;if(ci(this.trigger,"aria-expanded",!0),t.buffer={actionTrigger:this},r.list)return this.__openControlList(r);if(De(r.popup)){const n=this.openPopup();n.parentElement=this;try{if(!1!==this.j.e.fire(ai(`before-${r.name}-open-popup`),this.target,r,n)){const t=null!==(o=null!==(i=null===(e=this.toolbar)||void 0===e?void 0:e.getTarget(this))&&void 0!==i?i:this.target)&&void 0!==o?o:null,s=r.popup(this.j,t,this.__closePopup,this);s?n.setContent(Le(s)?this.j.c.fromHTML(s):s).open((()=>yr(this.container)),!1,this.j.o.allowTabNavigation?this.container:void 0):this.__closePopup()}}catch(t){throw this.__closePopup(),t}this.j.e.fire(ai(`after-${r.name}-open-popup`),n.container)}}__openControlList(t){var e;const i=null!==(e=this.jodit.options.controls)&&void 0!==e?e:{},o=t=>In(t,i),r=t.list,n=this.openPopup(),s=Jn(this.j);n.parentElement=this,s.parentElement=n,s.mode="vertical";const a=(e,i)=>{if(Le(i)&&o(i))return{name:i.toString(),...o(i)};if(Le(e)&&o(e))return{name:e.toString(),...o(e),..."object"==typeof i?i:{}};(t=>Xe(t)&&"title"in t&&"value"in t)(e)&&(i=e.value,e=e.title);const{childTemplate:r}=t,n={name:e.toString(),template:r&&((t,e,i)=>r(t,e,i,this)),exec:t.childExec?(e,i,o)=>{var r;return null===(r=t.childExec)||void 0===r?void 0:r.call(t,e,i,{...o,parentControl:t})}:t.exec,data:t.data,command:t.command,isActive:t.isChildActive,value:t.value,isDisabled:t.isChildDisabled,mode:t.mode,args:[...t.args?t.args:[],e,i]};return Le(i)&&(n.text=i),n};s.build(Te(r)?r.map(a):_i(r,!1).map((t=>a(t,r[t]))),this.target),n.setContent(s).open((()=>yr(this.container)),!1,this.j.o.allowTabNavigation?this.container:void 0),this.state.activated=!0}onOutsideClick(t){this.openedPopup&&(t&&xi.isNode(t.target)&&(xi.isOrContains(this.container,t.target)||this.openedPopup.isOwnClick(t))||this.__closePopup())}openPopup(){return this.__closePopup(),this.openedPopup=new Dn(this.j,!1),this.j.e.on(this.ow,"mousedown touchstart",this.onOutsideClick).on("escape closeAllPopups",this.onOutsideClick),this.openedPopup}__closePopup(){this.openedPopup&&(this.j.e.off(this.ow,"mousedown touchstart",this.onOutsideClick).off("escape closeAllPopups",this.onOutsideClick),this.state.activated=!1,this.openedPopup.close(),this.openedPopup.destruct(),this.openedPopup=null,this.trigger&&ci(this.trigger,"aria-expanded",!1))}onClick(t){var e,i,o,r,n,s,a;const{control:l}=this;if(De(l.exec)){const d=null!==(o=null!==(i=null===(e=this.toolbar)||void 0===e?void 0:e.getTarget(this))&&void 0!==i?i:this.target)&&void 0!==o?o:null,c=l.exec(this.j,d,{control:l,originalEvent:t,button:this});if(!1!==c&&!0!==c&&(null===(n=null===(r=this.j)||void 0===r?void 0:r.e)||void 0===n||n.fire("synchro"),this.parentElement&&this.parentElement.update(),null===(a=null===(s=this.j)||void 0===s?void 0:s.e)||void 0===a||a.fire("closeAllPopups afterExec")),!1!==c)return}return l.list?this.__openControlList(l):De(l.popup)?this.onTriggerClick(t):void((l.command||l.name)&&(ji(Fi(this.j)?this.j.execCommand.bind(this.j):this.j.od.execCommand.bind(this.j.od),l.command||l.name,!1,l.args&&l.args[0]),this.j.e.fire("closeAllPopups")))}destruct(){return this.__closePopup(),super.destruct()}};Gs([Ui],Js.prototype,"createContainer",null),Gs([Or("state.hasTrigger",{immediately:!1})],Js.prototype,"onChangeHasTrigger",null),Gs([Or("trigger:click")],Js.prototype,"onTriggerClick",null),Gs([Fe],Js.prototype,"onOutsideClick",null),Gs([Fe],Js.prototype,"__closePopup",null),Js=Gs([Qi],Js);let Vs=class extends Gr{className(){return"ToolbarContent"}update(){var t,e,i;const{control:o}=this,r=o.getContent(this.j,this);(Le(r)||r.parentNode!==this.container)&&(xi.detach(this.container),this.container.appendChild(Le(r)?this.j.create.fromHTML(r):r)),this.state.disabled=Boolean(null===(t=o.isDisabled)||void 0===t?void 0:t.call(o,this.j,this)),this.state.activated=Boolean(null===(e=o.isActive)||void 0===e?void 0:e.call(o,this.j,this)),null===(i=o.update)||void 0===i||i.call(o,this.j,this),this.onChangeDisabled(),this.onChangeActivated(),super.update()}onChangeDisabled(){super.onChangeDisabled(),this.container.querySelectorAll("input,button,select,textarea").forEach((t=>ci(t,"disabled",this.state.disabled||null)))}createContainer(){return this.j.c.span(this.componentName)}constructor(t,e,i=null){super(t),this.control=e,this.target=i,this.container.classList.add(`${this.componentName}_${this.clearName(e.name)}`),ci(this.container,"role","content")}};Vs=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s}([Qi],Vs);let Zs=class extends Js{className(){return"ToolbarSelect"}update(){var t,e,i;super.update(),this.state.icon.name="";const{list:o,data:r}=this.control;if(o){let n=this.state.value||(r&&Le(r.currentValue)?r.currentValue:void 0);n||(n=Object.keys(o)[0]);const s=(Xe(o)&&o[n.toString()]||n).toString();this.state.text=null!==(i=null===(e=(t=this.control).textTemplate)||void 0===e?void 0:e.call(t,this.jodit,s))&&void 0!==i?i:s}}};Zs=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s}([Qi],Zs);
|
|
906
|
-
/*!
|
|
907
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
908
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
909
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
910
|
-
*/
|
|
911
|
-
var Xs=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};let $s=class extends Sn{className(){return"ToolbarCollection"}getRole(){return"toolbar"}get firstButton(){const[t]=this.buttons;return t||null}makeButton(t,e=null){return function(t,e,i=null){if(De(e.getContent))return new(Wi("ToolbarContent"))(t,e,i);const o=new(Wi("ToolbarButton"))(t,e,i);return o.state.tabIndex=t.o.allowTabNavigation?0:-1,o}(this.j,t,e)}makeSelect(t,e=null){return function(t,e,i=null){return new(Wi("ToolbarSelect"))(t,e,i)}(this.j,t,e)}shouldBeActive(t){}shouldBeDisabled(t){}getTarget(t){return t.target||null}__immediateUpdate(){this.isDestructed||this.j.isLocked||(super.update(),this.j.e.fire("afterUpdateToolbar",this))}update(){this.__immediateUpdate()}setDirection(t){this.container.style.direction=t,this.container.setAttribute("dir",t)}constructor(t){super(t),this.__listenEvents="updatePlugins updateToolbar changeStack mousedown mouseup keydown change readonly afterResize selectionchange changeSelection focus afterSetMode touchstart focus blur"}__initEvents(){this.j.e.on(this.__listenEvents,this.update).on("afterSetMode focus",this.__immediateUpdate)}hide(){this.container.remove()}show(){this.appendTo(this.j.toolbarContainer)}showInline(t){throw bi("The method is not implemented for this class.")}build(t,e=null){const i=this.j.e.fire("beforeToolbarBuild",t);return i&&(t=i),super.build(t,e),this}destruct(){this.isDestructed||(this.j.e.off(this.__listenEvents,this.update).off("afterSetMode focus",this.__immediateUpdate),super.destruct())}};Xs([Or(":afterInit"),Fe],$s.prototype,"__immediateUpdate",null),Xs([Br((t=>t.j.defaultTimeout),!0)],$s.prototype,"update",null),Xs([Fr("ready")],$s.prototype,"__initEvents",null),$s=Xs([Qi],$s);let ta=class extends $s{className(){return"ToolbarEditorCollection"}shouldBeDisabled(t){const e=super.shouldBeDisabled(t);if(void 0!==e)return e;const i=void 0===t.control.mode?ue:t.control.mode;return!(i===pe||i===this.j.getRealMode())}shouldBeActive(t){const e=super.shouldBeActive(t);if(void 0!==e)return e;const i=this.j.selection?this.j.s.current():null;if(!i)return!1;let o;if(t.control.tags){const e=t.control.tags;if(o=i,xi.up(o,(t=>{if(t&&-1!==e.indexOf(t.nodeName.toLowerCase()))return!0}),this.j.editor))return!0}if(t.control.css){const e=t.control.css;if(o=i,xi.up(o,(t=>{if(t&&!xi.isText(t)&&!xi.isComment(t))return this.checkActiveStatus(e,t)}),this.j.editor))return!0}return!1}getTarget(t){return t.target||this.j.s.current()||null}constructor(t){super(t),this.checkActiveStatus=(t,e)=>{let i=0,o=0;return Object.keys(t).forEach((r=>{const n=t[r];De(n)?n(this.j,li(e,r).toString())&&(i+=1):-1!==n.indexOf(li(e,r).toString())&&(i+=1),o+=1})),o===i},this.prependInvisibleInput(this.container)}prependInvisibleInput(t){const e=this.j.create.element("input",{name:"jodit-toolbar-focus-helper_"+this.j.id,tabIndex:-1,disabled:!0,style:"width: 0; height:0; position: absolute; visibility: hidden;"});xi.appendChildFirst(t,e)}showInline(t){this.jodit.e.fire("showInlineToolbar",t)}hide(){this.jodit.e.fire("hidePopup"),super.hide(),this.jodit.e.fire("toggleToolbar")}show(){super.show(),this.jodit.e.fire("toggleToolbar")}};ta=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s}([Qi],ta);
|
|
912
|
-
/*!
|
|
913
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
914
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
915
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
916
|
-
*/
|
|
917
|
-
const ea=new WeakMap;function ia(t,e){const i=
|
|
918
|
-
/*!
|
|
919
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
920
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
921
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
922
|
-
*/
|
|
923
|
-
function(t,e){if(De(t.o.buildData))return t.o.buildData.call(t,e);const i=t.ow.FormData;if(void 0!==i){if(e instanceof i)return e;if(Le(e))return e;const t=new i,o=e;return Object.keys(o).forEach((e=>{t.append(e,o[e])})),t}return e}(t,e),o=e=>{t.j.progressbar.show().progress(e),e>=100&&t.j.progressbar.hide()};let r=(e,i)=>{const o=new Ur({xhr:()=>{const e=new XMLHttpRequest;return void 0!==t.j.ow.FormData&&e.upload?(i(10),e.upload.addEventListener("progress",(t=>{if(t.lengthComputable){let e=t.loaded/t.total;e*=100,i(e)}}),!1)):i(100),e},method:t.o.method||"POST",data:e,url:De(t.o.url)?t.o.url(e):t.o.url,headers:t.o.headers,queryBuild:t.o.queryBuild,contentType:t.o.contentType.call(t,e),withCredentials:t.o.withCredentials||!1});let r=ea.get(t);return r||(r=new Set,ea.set(t,r)),r.add(o),t.j.e.one("beforeDestruct",o.destruct),o.send().then((t=>t.json())).catch((t=>({success:!1,data:{messages:[t]}}))).finally((()=>{o.destruct(),null==r||r.delete(o)}))};return De(t.o.customUploadFunction)&&(r=t.o.customUploadFunction),vi(i)?i.then((t=>r(t,o))).catch((e=>{t.o.error.call(t,e)})):r(i,o)}
|
|
924
|
-
/*!
|
|
925
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
926
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
927
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
928
|
-
*/function oa(t,e,i,o,r){if(!e)return Promise.reject(bi("Need files"));const{o:n}=t;let s=Ke(e);if(!s.length)return Promise.reject(bi("Need files"));if(De(n.beforeUpload)&&!1===n.beforeUpload.call(t,s)){const e=bi("Upload canceled");return(o||n.defaultHandlerError).call(t,e),Promise.reject(e)}const a=[];if(n.insertImageAsBase64URI&&function(t,e,i,o,r,n){let s,a;for(a=0;a<t.length;a+=1)if(s=t[a],s&&s.type){const l=s.type.match(/\/([a-z0-9]+)/i),d=l[1]?l[1].toLowerCase():"";if(!e.includes(d))continue;const c=new FileReader;i.push(o.j.async.promise(((t,e)=>{c.onerror=e,c.onloadend=()=>{const e={baseurl:"",files:[c.result],isImages:[!0]};(De(r)?r:n).call(o,e),t(e)},c.readAsDataURL(s)}))),t[a]=null}}
|
|
929
|
-
/*!
|
|
930
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
931
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
932
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
933
|
-
*/(s,n.imagesExtensions,a,t,i,n.defaultHandlerSuccess),s=s.filter((t=>t)),s.length){const e=new FormData;let l;e.append(n.pathVariableName,t.path),e.append("source",t.source);for(let i=0;i<s.length;i+=1)if(l=s[i],l){const o=/\.\w+$/.test(l.name),r=l.type.match(/\/([a-z0-9]+)/i),a=r&&r[1]?r[1].toLowerCase():"";let d=s[i].name||Math.random().toString().replace(".","");if(!o&&a){let t=a;["jpeg","jpg"].includes(t)&&(t="jpeg|jpg"),new RegExp(".("+t+")$","i").test(d)||(d+="."+a)}const[c,u,h]=n.processFileName.call(t,n.filesVariableName(i),s[i],d);e.append(c,u,h)}r&&r(e),n.data&&Xe(n.data)&&Object.keys(n.data).forEach((t=>{e.append(t,n.data[t])})),n.prepareData.call(t,e),a.push(ia(t,e).then((e=>n.isSuccess.call(t,e)?((De(i)?i:n.defaultHandlerSuccess).call(t,n.process.call(t,e)),e):((De(o)?o:n.defaultHandlerError).call(t,bi(n.getMessage.call(t,e))),e))).then((()=>{t.j.events&&t.j.e.fire("filesWereUploaded")})))}return Promise.all(a)}function ra(t){return Boolean(t&&t.files&&t.files.length>0)}function na(t){return Boolean(t&&t.items&&t.items.length>0)}
|
|
934
|
-
/*!
|
|
935
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
936
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
937
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
938
|
-
*/To.prototype.enableDragAndDropFileToEditor=!0,To.prototype.uploader={url:"",insertImageAsBase64URI:!1,imagesExtensions:["jpg","jpeg","png","gif","webp","bmp","svg","tiff","avif"],headers:null,data:null,filesVariableName:t=>`files[${t}]`,withCredentials:!1,pathVariableName:"path",format:"json",method:"POST",prepareData:t=>t,isSuccess:t=>t.success,getMessage:t=>void 0!==t.data.messages&&Te(t.data.messages)?t.data.messages.join(" "):"",processFileName:(t,e,i)=>[t,e,i],process:t=>t.data,error(t){this.j.message.error(t.message,4e3)},getDisplayName:(t,e)=>t+e,defaultHandlerSuccess(t){const e=this.j||this;Fi(e)&&t.files&&t.files.length&&t.files.forEach(((i,o)=>{const[r,n]=t.isImages&&t.isImages[o]?["img","src"]:["a","href"],s=e.createInside.element(r);s.setAttribute(n,t.baseurl+i),"a"===r&&(s.textContent=e.o.uploader.getDisplayName.call(this,t.baseurl,i)),"img"===r?e.s.insertImage(s,null,e.o.imageDefaultWidth):e.s.insertNode(s)}))},defaultHandlerError(t){this.j.message.error(t.message)},contentType(t){return(void 0===this.ow.FormData||"string"==typeof t)&&"application/x-www-form-urlencoded; charset=UTF-8"}};
|
|
939
|
-
/*!
|
|
940
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
941
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
942
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
943
|
-
*/
|
|
944
|
-
const sa="wrap",aa="unwrap",la="change",da="unset",ca="initial",ua="replace",ha="commitStyle";
|
|
945
|
-
/*!
|
|
946
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
947
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
948
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
949
|
-
*/
|
|
950
|
-
function pa(t,e,i){const o=i.s.createRange(),r=Mi(e.previousSibling)?e.previousSibling:e;o.setStartBefore(t),o.setEndBefore(r),fa(t,o,!0);const n=Mi(e.nextSibling)?e.nextSibling:e;o.setStartAfter(n),o.setEndAfter(t),fa(t,o,!1)}function fa(t,e,i){const o=e.extractContents();o.textContent&&We(o.textContent).length||!o.firstChild||xi.unwrap(o.firstChild),t.parentNode&&ji(i?xi.before:xi.after,t,o)}
|
|
951
|
-
/*!
|
|
952
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
953
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
954
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
955
|
-
*/class ga{setState(t){Ve(!this.__previewsStates.has(t),"Circled states"),this.__previewsStates.add(t),this.__state=t}getState(){return this.__state}disableSilent(){this.silent=!1}constructor(t,e){this.transitions=e,this.silent=!0,this.__previewsStates=new Set,this.setState(t)}dispatch(t,e){const i=this.transitions[this.getState()][t];if(i){const t=i.call(this,e);return Ve(t&&t!==e,"Action should return new value"),Ve(Le(t.next),"Value should contain the next state"),Ve(t.next!==this.getState(),"The new state should not be equal to the old one."),this.setState(t.next),t}throw new Error(`invalid action: ${this.getState()}.${t.toString()}`)}}
|
|
956
|
-
/*!
|
|
957
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
958
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
959
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
960
|
-
*/function Aa(t){return Boolean(t&&!xi.isEmptyTextNode(t)&&!xi.isTemporary(t)&&!Mi(t))}
|
|
961
|
-
/*!
|
|
962
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
963
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
964
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
965
|
-
*/function ba(t,e){return Boolean(!xi.isTag(t,"font")&&xi.isHTMLElement(t)&&Object.keys(e).every((i=>{const o=li(t,i,!0);return""===o&&(""===e[i]||null==e[i])||!qe(o)&&""!==o&&!qe(e[i])&&si(i,e[i]).toString().toLowerCase()===o.toString().toLowerCase()})))}if(Qt){const t=Qt.createElement("div");t.style.color="red",Ve(ba(t,{color:"red"}),"Style test"),Ve(ba(t,{fontSize:null}),"Style test"),Ve(ba(t,{fontSize:""}),"Style test")}function ma(t,e){return Boolean(!xi.isTag(t,"font")&&xi.isHTMLElement(t)&&Object.keys(e).every((e=>""!==li(t,e,!0))))}if(Qt){const t=Qt.createElement("div");t.style.color="red",Ve(ma(t,{color:"red"}),"Style test"),Ve(!ma(t,{font:"Arial",color:"red"}),"Style test"),Ve(!ma(t,{border:"1px solid #ccc"}),"Style test")}function va(t,e,i,o=!0){var r;if(!e||!Aa(e))return!1;const{element:n,elementIsDefault:s,options:a}=t;if(xi.isList(e)&&t.elementIsList)return!0;const l=xi.isTag(e,n);return!(!l||s&&i)||(!(!Boolean((null===(r=a.attributes)||void 0===r?void 0:r.style)&&(o?ba(e,a.attributes.style):ma(e,a.attributes.style)))||t.elementIsList)||!l&&!i&&s&&xi.isInlineBlock(e))}function ja(t,e,i){return xi.closest(e,(e=>va(t,e,!0,!1)),i)}function wa(t,e){var i,o;const{element:r,options:n}=t;if(!e||!Aa(e))return!1;const s=e.nodeName.toLowerCase()===r,a=Boolean((null===(i=n.attributes)||void 0===i?void 0:i.style)&&ma(e,null===(o=n.attributes)||void 0===o?void 0:o.style));return s&&a}
|
|
966
|
-
/*!
|
|
967
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
968
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
969
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
970
|
-
*/
|
|
971
|
-
/*!
|
|
972
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
973
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
974
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
975
|
-
*/
|
|
976
|
-
function ya(t,e,i){const{parentNode:o}=e;return o===i||!xi.isHTMLElement(o)||xi.next(e,Aa,o)||xi.prev(e,Aa,o)?null:t.isElementCommit&&t.elementIsBlock&&!xi.isBlock(o)?ya(t,o,i):!va(t,o,!1)||xi.isBlock(o)&&!t.elementIsBlock?t.isElementCommit&&!xi.isBlock(o)?ya(t,o,i):null:o}
|
|
977
|
-
/*!
|
|
978
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
979
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
980
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
981
|
-
*/
|
|
982
|
-
/*!
|
|
983
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
984
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
985
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
986
|
-
*/
|
|
987
|
-
const _a="toggleAttributes";function ka(t,e,i,o,r=!1){if(!r&&t.isApplied(e,_a))return o;!r&&t.setApplied(e,_a);const{attributes:n}=t.options;return n&&jr(n)>0&&Object.keys(n).forEach((s=>{const a=n[s];switch(s){case"style":o=function(t,e,i,o,r,n){return Ve(Xe(i)&&jr(i),"Style must be an object"),Object.keys(i).forEach((s=>{const a=o.style.getPropertyValue($e(s)),l=i[s];if(""!==a||null!=l){if(function(t,e,i){const o=function(t){var e;if(void 0!==pi(t,"shadowRoot"))return pi(t,"shadowRoot");const i=wo(t),o=Qt.createElement("iframe");li(o,{width:0,height:0,position:"absolute",border:0}),o.src="about:blank",i.appendChild(o);const r=null===(e=o.contentWindow)||void 0===e?void 0:e.document,n=r?r.body:t.od.body;return pi(t,"shadowRoot",n),n}(t),r=t.create.element("div");r.style.color=li(t.editor,"color");const n=t.create.element(e.tagName.toLowerCase());n.style.cssText=e.style.cssText,r.appendChild(n),o.appendChild(r);const s=li(n,i);return xi.safeRemove(r),s}
|
|
988
|
-
/*!
|
|
989
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
990
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
991
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
992
|
-
*/(e,o,s)===si(s,l)){if(!a)return;return!r&&li(o,s,null),void(n=xa(t,o,n=da))}n=la,r||(li(o,s,l),n=xa(t,o,n))}})),n}(t,i,a,e,r,o);break;case"className":case"class":o=function(t,e,i,o,r){Ve(Le(e),"Class name must be a string");const n=t.e.fire.bind(t.e,`${ha}AfterToggleAttribute`);return i.classList.contains(e.toString())?(o=da,r||(i.classList.remove(e),0===i.classList.length&&(ci(i,"class",null),n(o,i,"class",null)))):(o=la,r||(i.classList.add(e),n(o,i,"class",e))),o}(i,a,e,o,r);break;default:o=function(t,e,i,o,r,n){Ve(Le(e)||Ti(e)||ei(e)||null==e,"Attribute value must be a string or number or boolean or null");const s=t.e.fire.bind(t.e,`${ha}AfterToggleAttribute`);return ci(i,o)===e?(!r&&ci(i,o,null),n=da,!r&&s(n,i,o,e),n):(n=la,r||(ci(i,o,e),s(n,i,o,e)),n)}(i,a,e,s,r,o)}})),o}function xa(t,e,i){return ci(e,"style")||(ci(e,"style",null),e.tagName.toLowerCase()===t.defaultTag&&(xi.unwrap(e),i=aa)),i}function Ca(t,e,i){const o=i.e.fire(`${ha}BeforeWrapList`,ua,e,t),r=null!=o?o:xi.replace(e,"li",i.createInside),n=r.previousElementSibling,s=r.nextElementSibling;let a=xi.isTag(n,t.element)?n:null;
|
|
993
|
-
/*!
|
|
994
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
995
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
996
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
997
|
-
*/
|
|
998
|
-
var l,d,c,u;return null!=a||(a=xi.isTag(s,t.element)?s:null),xi.isList(a)&&(d=t.options.attributes,!(l=a).attributes.length&&!jr(d)||!jr(d)||(Ve(d,"Attrs must be a non-empty object"),Object.keys(d).every((t=>"class"===t||"className"===t?l.classList.contains(d[t]):"style"===t?ba(l,d[t]):ci(l,t)===d[t]))))||(a=i.createInside.element(t.element),ka(t,a,i,ca),xi.before(r,a)),n===a?xi.append(a,r):xi.prepend(a,r),xi.isTag(a.nextElementSibling,t.element)&&(c=a).attributes.length===(u=a.nextElementSibling).attributes.length&&Array.from(c.attributes).every((t=>u.hasAttribute(t.name)&&u.getAttribute(t.name)===t.value))&&(xi.append(a,Array.from(a.nextElementSibling.childNodes)),xi.safeRemove(a.nextElementSibling)),i.e.fire(`${ha}AfterWrapList`,sa,a,t),a}
|
|
999
|
-
/*!
|
|
1000
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1001
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1002
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1003
|
-
*/function Ia(t,e,i,o){if(!e)return o;const r=e.parentElement;if(!r)return o;const n=i.e.fire(`${ha}BeforeToggleList`,o,t,r);if(void 0!==n)return n;const s=i.e.fire.bind(i.e,`${ha}AfterToggleList`);if(o!==aa){const n=ka(t,e.parentElement,i,ca,!0)===la;if(o===ua||n||r.tagName.toLowerCase()!==t.element){const o=Ca(t,za(ua,r,e,i,t),i);return s(ua,o,t),ua}}const a=za(aa,r,e,i,t);return s(aa,a,t),aa}function za(t,e,i,o,r){const n=o.e.fire(`${ha}BeforeUnwrapList`,t,e,r);return n?(Ve(xi.isHTMLElement(n),`${ha}BeforeUnwrapList hook must return HTMLElement`),n):(pa(e,i,o),Ve(xi.isHTMLElement(i.parentElement),"Element should be inside the list"),xi.unwrap(i.parentElement),xi.replace(i,"br"!==o.o.enter.toLowerCase()?o.o.enter:o.createInside.fragment(),o.createInside))}
|
|
1004
|
-
/*!
|
|
1005
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1006
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1007
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1008
|
-
*/const Sa=new Set(["td","th","tr","tbody","table","li","ul","ol"]),Ba="START",Ea="ELEMENT",Da="UNWRAP",Fa="UNWRAP_CHILDREN",Ra="CHANGE",Ma="REPLACE_DEFAULT",Ta="LIST",La="TOGGLE_LIST",Oa="WRAP",qa="EXTRACT",Ha="END",Ua={[Ba]:{exec(t){const{element:e,jodit:i,style:o,mode:r,collapsed:n}=t;if(Boolean(xi.closest(e,["style","script"],i.editor))||!n&&xi.isEmptyContent(e))return{...t,next:Ha};const s=ya(o,e,i.editor)||function(t,e){let{firstChild:i}=e;for(;i&&!Aa(i);)if(i=i.nextSibling,!i)return null;return i&&!xi.next(i,Aa,e)&&va(t,i,!1)?i:null}(o,e);if(s)return{...t,next:Ea,element:s};const a=ja(o,e,i.editor);return o.elementIsList&&xi.isList(a)?{...t,next:Ta}:a?{...t,next:qa}:{...t,next:r!==aa?Fa:Ha}}},[Ta]:{exec(t){const{element:e,jodit:i,mode:o}=t;if(o!==ca&&o!==aa&&o!==ua)return{...t,next:Ha};const r=xi.closest(e,"li",i.editor);return r&&xi.closest(e,Gt,i.editor)?{...t,element:r,next:La}:{...t,next:Ha}}},[La]:{exec:t=>({...t,mode:Ia(t.style,t.element,t.jodit,t.mode),next:Ha})},[qa]:{exec(t){var e;const{element:i,jodit:o,style:r}=t,n=ja(r,i,o.editor);return Ve(n,"This place should have an element"),!r.elementIsBlock&&(null===(e=r.options.attributes)||void 0===e?void 0:e.style)&&xi.isBlock(n)?{...t,next:Oa}:(r.elementIsBlock||pa(n,i,o),{...t,element:n,next:Ea})}},[Fa]:{exec(t){const{element:e,style:i}=t;return function(t,e){var i;const o=[],r=[];let n;const s=null===(i=t.options.attributes)||void 0===i?void 0:i.style;if(e.firstChild){const i=xi.eachGen(e);let a=i.next();for(;!a.done;){const e=a.value;!va(t,e,!0)||s&&!ma(e,s)?s&&wa(t,e)?(void 0===n&&(n=!1),r.push((()=>{li(e,Object.keys(s).reduce(((t,e)=>(t[e]=null,t)),{})),ci(e,"style")||ci(e,"style",null),ci(e,"style")||e.nodeName.toLowerCase()!==t.element||o.push(e)}))):xi.isEmptyTextNode(e)||void 0===n&&(n=!1):(void 0===n&&(n=!0),o.push(e)),a=i.next()}}return r.forEach((t=>t())),o.forEach(xi.unwrap),Boolean(n)}
|
|
1009
|
-
/*!
|
|
1010
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1011
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1012
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1013
|
-
*/(i,e)?{...t,mode:aa,next:Ha}:{...t,next:Oa}}},[Oa]:{exec(t){const{element:e,jodit:i,style:o}=t,r=
|
|
1014
|
-
/*!
|
|
1015
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1016
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1017
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1018
|
-
*/
|
|
1019
|
-
function(t,e,i){const o=function(t,e,i){return t.elementIsBlock?xi.up(e,(t=>xi.isBlock(t)&&!xi.isTag(t,Sa)),i.editor)||function(t,e,i){const o=i.editor,r=i.createInside,n=(t,e="previousSibling")=>{let r=t,n=t;for(;n&&!Mi(n)&&!xi.isTag(n,i.o.enter)&&(r=n,n=n[e]?n[e]:n.parentNode&&!xi.isBlock(n.parentNode)&&n.parentNode!==o?n.parentNode:null,!xi.isBlock(n)););return r},s=n(e),a=n(e,"nextSibling"),l=i.s.createRange();l.setStartBefore(s),l.setEndAfter(a);const d=l.extractContents(),c=r.element(t.element);return c.appendChild(d),xi.safeInsertNode(l,c),t.elementIsBlock&&xi.isEmpty(c)&&!xi.isTag(c.firstElementChild,"br")&&c.appendChild(r.element("br")),c}(t,e,i):(ci(e,"size",null),e)}
|
|
1020
|
-
/*!
|
|
1021
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1022
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1023
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1024
|
-
*/(t,e,i);if(t.elementIsList)return Ca(t,o,i);const r=xi.replace(o,t.element,i.createInside,!0);return t.elementIsBlock&&(li(r,"fontSize",null),li(r,"fontWeight",null),ci(r,"style")||ci(r,"style",null)),r}(o,e,i);return{...t,next:o.elementIsList?Ha:Ra,mode:sa,element:r}}},[Ea]:{exec(t){const{style:e,element:i,jodit:o}=t;return ka(e,i,o,ca,!0)!==ca?{...t,next:Ra}:xi.isTag(i,e.element)?{...t,next:Da}:{...t,next:Ha}}},[Ra]:{exec(t){const{style:e,element:i,jodit:o,mode:r}=t,n=ka(e,i,o,t.mode);return r!==sa&&n===da&&!i.attributes.length&&xi.isTag(i,e.element)?{...t,next:Da}:{...t,mode:n,next:Ha}}},[Da]:{exec:t=>t.element.attributes.length&&xi.isTag(t.element,t.style.element)?{...t,next:Ma}:(xi.unwrap(t.element),{...t,mode:aa,next:Ha})},[Ma]:{exec:t=>(xi.replace(t.element,t.style.defaultTag,t.jodit.createInside,!0),{...t,mode:ua,next:Ha})},[Ha]:{exec:t=>t}};
|
|
1025
|
-
/*!
|
|
1026
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1027
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1028
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1029
|
-
*/
|
|
1030
|
-
class Pa{isApplied(t,e){const i=this.__applyMap.get(t);return!!i&&i[e]}setApplied(t,e){var i;const o=null!==(i=this.__applyMap.get(t))&&void 0!==i?i:{};o[e]=!0,this.__applyMap.set(t,o)}get elementIsList(){return Boolean(this.options.element&&Gt.has(this.options.element))}get element(){return this.options.element||this.defaultTag}get elementIsBlock(){return Boolean(this.options.element&&Wt.test(this.options.element))}get isElementCommit(){return Boolean(this.options.element&&this.options.element!==this.options.defaultTag)}get defaultTag(){return this.options.defaultTag?this.options.defaultTag:this.elementIsBlock?"p":"span"}get elementIsDefault(){return this.element===this.defaultTag}constructor(t){this.options=t,this.__applyMap=new WeakMap}apply(t){const{hooks:e}=this.options,i=e?Object.keys(e):[];try{i.forEach((i=>{t.e.on(ai(ha+"_"+i),e[i])})),
|
|
1031
|
-
/*!
|
|
1032
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1033
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1034
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1035
|
-
*/
|
|
1036
|
-
function(t,e){var i;const{s:o,editor:r}=t;null===(i=r.firstChild)||void 0===i||i.normalize();const n=o.fakes(),s=t.s.wrapInTagGen(n);let a=s.next();if(a.done)return;let l={collapsed:o.isCollapsed(),mode:ca,element:a.value,next:Ba,jodit:t,style:e};for(;a&&!a.done;){const t=new ga(Ba,Ua);for(l.element=a.value;t.getState()!==Ha;)l=t.dispatch("exec",l);a=s.next()}o.restoreFakes(n)}(t,this)}finally{i.forEach((i=>{t.e.off(ai(ha+"_"+i),e[i])})),this.__applyMap=new WeakMap}t.synchronizeValues(),t.e.fire("afterCommitStyle",this)}}
|
|
1037
|
-
/*!
|
|
1038
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1039
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1040
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1041
|
-
*/function Ka(t,e,i){let o=xi.findSibling(e,i),r=xi.findSibling(e,!i);for(;xi.isElement(o)&&!xi.isTag(o,Vt)&&xi.isContentEditable(o,t.editor)&&(!r||!xi.closest(e,xi.isElement,t.editor));)i||!o.firstChild?o.appendChild(e):xi.before(o.firstChild,e),o=xi.sibling(e,i),r=xi.sibling(e,!i)}
|
|
1042
|
-
/*!
|
|
1043
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1044
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1045
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1046
|
-
*/
|
|
1047
|
-
/*!
|
|
1048
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1049
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1050
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1051
|
-
*/
|
|
1052
|
-
var Na=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};class Qa{constructor(t){this.jodit=t,t.e.on("removeMarkers",(()=>{this.removeMarkers()}))}get j(){return this.jodit}errorNode(t){if(!xi.isNode(t))throw bi("Parameter node must be instance of Node")}get area(){return this.j.editor}get win(){return this.j.ew}get doc(){return this.j.ed}get sel(){return this.j.o.shadowRoot&&De(this.j.o.shadowRoot.getSelection)?this.j.o.shadowRoot.getSelection():this.win.getSelection()}get range(){const t=this.sel;return t&&t.rangeCount?t.getRangeAt(0):this.createRange()}get isInsideArea(){const{sel:t}=this,e=(null==t?void 0:t.rangeCount)?t.getRangeAt(0):null;return!(!e||!xi.isOrContains(this.area,e.startContainer))}createRange(t=!1){const e=this.doc.createRange();return t&&this.selectRange(e),e}remove(){const t=this.sel,e=this.current();if(t&&e)for(let e=0;e<t.rangeCount;e+=1)t.getRangeAt(e).deleteContents(),t.getRangeAt(e).collapse(!0)}clear(){var t,e;(null===(t=this.sel)||void 0===t?void 0:t.rangeCount)&&(null===(e=this.sel)||void 0===e||e.removeAllRanges())}removeNode(t){if(!xi.isOrContains(this.j.editor,t,!0))throw bi("Selection.removeNode can remove only editor's children");xi.safeRemove(t),this.j.e.fire("afterRemoveNode",t)}insertCursorAtPoint(t,e){this.removeMarkers();try{const i=this.createRange();return(()=>{if(this.doc.caretPositionFromPoint){const o=this.doc.caretPositionFromPoint(t,e);if(o)return void i.setStart(o.offsetNode,o.offset)}if(this.doc.caretRangeFromPoint){const o=this.doc.caretRangeFromPoint(t,e);Ve(o,"Incorrect caretRangeFromPoint behaviour"),i.setStart(o.startContainer,o.startOffset)}})(),i.collapse(!0),this.selectRange(i),!0}catch(t){}return!1}get hasMarkers(){return Boolean(this.markers.length)}get markers(){return xo("span[data-"+me+"]",this.area)}removeMarkers(){xi.safeRemove.apply(null,this.markers)}marker(t=!1,e){let i=null;e&&(i=e.cloneRange(),i.collapse(t));const o=this.j.createInside.span();return o.id=me+"_"+Number(new Date)+"_"+String(Math.random()).slice(2),o.style.lineHeight="0",o.style.display="none",xi.markTemporary(o),ci(o,"data-"+me,t?"start":"end"),o.appendChild(this.j.createInside.text(Kt)),i&&xi.isOrContains(this.area,t?i.startContainer:i.endContainer)&&i.insertNode(o),o}restore(){let t=!1;const e=t=>`span[data-${me}=${t?"start":"end"}]`,i=this.area.querySelector(e(!0)),o=this.area.querySelector(e(!1));if(i){if(t=this.createRange(),o)t.setStartAfter(i),xi.safeRemove(i),t.setEndBefore(o),xi.safeRemove(o);else{const e=i.previousSibling;xi.isText(e)?t.setStart(e,e.nodeValue?e.nodeValue.length:0):t.setStartBefore(i),xi.safeRemove(i),t.collapse(!0)}t&&this.selectRange(t)}}fakes(){const t=this.sel;if(!t||!t.rangeCount)return[];const e=t.getRangeAt(0);Ve(e,"Range is null");const i=e.cloneRange();i.collapse(!0);const o=this.j.createInside.fake();xi.safeInsertNode(i,o),e.setStartBefore(o);const r=[o];if(!e.collapsed){const t=e.cloneRange();t.collapse(!1);const i=this.j.createInside.fake();xi.safeInsertNode(t,i),e.setEndAfter(i),r.push(i)}return this.selectRange(e),r}restoreFakes(t){var e,i,o,r;const n=t.filter((t=>t.isConnected));if(!n.length)return;const[s,a]=n,l=this.createRange();l.setStartAfter(s),a&&l.setEndBefore(a),this.selectRange(l),(null===(e=s.parentNode)||void 0===e?void 0:e.firstChild)!==(null===(i=s.parentNode)||void 0===i?void 0:i.lastChild)&&xi.safeRemove(s),(null===(o=null==a?void 0:a.parentNode)||void 0===o?void 0:o.firstChild)!==(null===(r=null==a?void 0:a.parentNode)||void 0===r?void 0:r.lastChild)&&xi.safeRemove(a)}save(t=!1){if(this.hasMarkers)return[];const e=this.sel;if(!e||!e.rangeCount)return[];const i=[],o=e.rangeCount,r=[];for(let t=0;t<o;t+=1)if(r[t]=e.getRangeAt(t),r[t].collapsed){const e=this.marker(!0,r[t]);i[t]={startId:e.id,collapsed:!0,startMarker:e.outerHTML}}else{const e=this.marker(!0,r[t]),o=this.marker(!1,r[t]);i[t]={startId:e.id,endId:o.id,collapsed:!1,startMarker:e.outerHTML,endMarker:o.outerHTML}}if(!t){e.removeAllRanges();for(let t=o-1;t>=0;--t){const o=this.doc.getElementById(i[t].startId);if(o){if(i[t].collapsed)r[t].setStartAfter(o),r[t].collapse(!0);else if(r[t].setStartBefore(o),i[t].endId){const e=this.doc.getElementById(i[t].endId);e&&r[t].setEndAfter(e)}try{e.addRange(r[t].cloneRange())}catch(t){}}}}return i}focus(t={preventScroll:!0}){var e,i;if(!this.isFocused()){const o=mr(this.j.container),r=null==o?void 0:o.scrollTop;this.j.iframe&&"complete"===this.doc.readyState&&this.j.iframe.focus(t),this.win.focus(),this.area.focus(t),r&&(null==o?void 0:o.scrollTo)&&o.scrollTo(0,r);const n=this.sel,s=(null==n?void 0:n.rangeCount)?null==n?void 0:n.getRangeAt(0):null;if(!s||!xi.isOrContains(this.area,s.startContainer)){const t=this.createRange();t.setStart(this.area,0),t.collapse(!0),this.selectRange(t,!1)}return this.j.editorIsActive||null===(i=null===(e=this.j)||void 0===e?void 0:e.events)||void 0===i||i.fire("focus"),!0}return!1}isCollapsed(){const t=this.sel;for(let e=0;t&&e<t.rangeCount;e+=1)if(!t.getRangeAt(e).collapsed)return!1;return!0}isFocused(){return this.doc.hasFocus&&this.doc.hasFocus()&&this.area===this.doc.activeElement}current(t=!0){if(this.j.getRealMode()!==ue)return null;const e=this.sel;if(!e||0===e.rangeCount)return null;const i=e.getRangeAt(0);let o=i.startContainer,r=!1;const n=t=>r?t.lastChild:t.firstChild;if(xi.isTag(o,"br")&&e.isCollapsed)return o;if(!xi.isText(o)){const s=function(t,e,i,o,r,n){if((t=e.startContainer.childNodes[e.startOffset])||(t=e.startContainer.childNodes[e.startOffset-1],i=!0),t&&o&&!xi.isText(t))if(!i&&xi.isText(t.previousSibling))t=t.previousSibling;else if(r){let e=n(t);for(;e;){if(e&&xi.isText(e)){t=e;break}e=n(e)}}if(t&&!o&&!xi.isText(t)){let e=t,i=t;do{e=e.firstChild,i=i.lastChild}while(e&&i&&!xi.isText(e));e===i&&e&&xi.isText(e)&&(t=e)}return{node:t,rightMode:i}}(o,i,r,e.isCollapsed,t,n);o=s.node,r=s.rightMode}return o&&xi.isOrContains(this.area,o)?o:null}insertNode(t,e=!0,i=!0){this.errorNode(t);const o=xi.isFragment(t)?t.lastChild:t;this.j.e.fire("safeHTML",t),!this.isFocused()&&this.j.isEditorMode()&&(this.focus(),this.restore());const r=this.sel;this.j.history.snapshot.transaction((()=>{if(this.isCollapsed()||this.j.execCommand("Delete"),this.j.e.fire("beforeInsertNode",t),r&&r.rangeCount){const e=r.getRangeAt(0),{firstChild:i}=t;xi.isOrContains(this.area,e.commonAncestorContainer)?xi.safeInsertNode(e,t):this.area.appendChild(t),[()=>null==i?void 0:i.previousSibling,()=>null==i?void 0:i.previousSibling,()=>{var t;return null===(t=null==i?void 0:i.previousSibling)||void 0===t?void 0:t.lastChild}].forEach((t=>{const e=t();e&&xi.isEmptyTextNode(e)&&xi.safeRemove(e)}))}else this.area.appendChild(t);const i=t=>{if(xi.isBlock(t)){const e=t.lastChild;if(e)return i(e)}this.setCursorAfter(t)};e&&(xi.isFragment(t)?o&&i(o):i(t)),this.j.o.scrollToPastedContent&&Xo(null!=o?o:t,this.j.editor,this.doc)})),i&&this.j.events&&this.j.__imdSynchronizeValues(),this.j.events&&this.j.e.fire("afterInsertNode",xi.isFragment(t)?o:t)}insertHTML(t,e=!0){if(""===t)return;const i=this.j.createInside.div(),o=this.j.createInside.fragment();let r;if(!this.isFocused()&&this.j.isEditorMode()&&(this.focus(),this.restore()),xi.isNode(t)?i.appendChild(t):i.innerHTML=t.toString(),(this.j.isEditorMode()||!1!==this.j.e.fire("insertHTML",i.innerHTML))&&(r=i.lastChild,r)){for(;i.firstChild;)r=i.firstChild,o.appendChild(i.firstChild);this.insertNode(o,e,!1),this.j.__imdSynchronizeValues()}}insertImage(t,e=null,i=null){const o=Le(t)?this.j.createInside.element("img"):t;if(Le(t)&&o.setAttribute("src",t),null!=i){let t=i.toString();t&&"auto"!==t&&String(t).indexOf("px")<0&&String(t).indexOf("%")<0&&(t+="px"),ci(o,"width",t)}e&&"object"==typeof e&&li(o,e);const r=()=>{(o.naturalHeight<o.offsetHeight||o.naturalWidth<o.offsetWidth)&&(o.style.width="",o.style.height=""),o.removeEventListener("load",r)};this.j.e.on(o,"load",r),o.complete&&r(),this.insertNode(o),this.j.e.fire("afterInsertImage",o)}eachSelection(t){var e;const i=this.sel;if(!i||!i.rangeCount)return;const o=i.getRangeAt(0);let r=o.commonAncestorContainer;xi.isHTMLElement(r)||(r=r.parentElement);const n=[],s=o.startOffset,a=r.childNodes.length;let l=o.startContainer===this.area?r.childNodes[s<a?s:a-1]:o.startContainer,d=o.endContainer===this.area?r.childNodes[o.endOffset-1]:o.endContainer;xi.isText(l)&&l===o.startContainer&&o.startOffset===(null===(e=l.nodeValue)||void 0===e?void 0:e.length)&&l.nextSibling&&(l=l.nextSibling),xi.isText(d)&&d===o.endContainer&&0===o.endOffset&&d.previousSibling&&(d=d.previousSibling);const c=t=>{!t||t===r||xi.isEmptyTextNode(t)||Mi(t)||n.push(t)};c(l),l!==d&&xi.isOrContains(r,l,!0)&&xi.find(l,(t=>(c(t),t===d||t&&t.contains&&t.contains(d))),r,!0,!1);const u=e=>{if(xi.isOrContains(this.j.editor,e,!0)){if(e.nodeName.match(/^(UL|OL)$/))return Ke(e.childNodes).forEach(u);if(xi.isTag(e,"li"))if(e.firstChild)e=e.firstChild;else{const t=this.j.createInside.text(Kt);e.appendChild(t),e=t}t(e)}};0===n.length&&(xi.isEmptyTextNode(l)&&n.push(l),l.firstChild&&n.push(l.firstChild)),n.forEach(u)}cursorInTheEdge(t,e,i=null){var o;const r=!t,n=null===(o=this.sel)||void 0===o?void 0:o.getRangeAt(0);if(null!=i||(i=this.current(!1)),!n||!i||!xi.isOrContains(e,i,!0))return null;const s=t?n.startContainer:n.endContainer,a=t?n.startOffset:n.endOffset,l=t=>Boolean(t&&!xi.isTag(t,"br")&&!xi.isEmptyTextNode(t)&&!xi.isTemporary(t)&&!(xi.isElement(t)&&!0===this.j.e.fire("isInvisibleForCursor",t)));if(xi.isText(s)){if(function(t,e,i,o){var r;const n=(null===(r=t.nodeValue)||void 0===r?void 0:r.length)?t.nodeValue:"";if(o&&n.replace(/[\uFEFF]+$/g,"").length>e)return!0;const s=/^[\uFEFF]+/g.exec(n);return i&&(s&&s[0].length<e||!s&&e>0)}(s,a,t,r))return!1}else{const t=Ke(s.childNodes);if(r){if(t.slice(a).some(l))return!1}else if(t.slice(0,a).some(l))return!1}let d=i;for(;d&&d!==e;){const e=xi.sibling(d,t);if(e){if(d=e,d&&l(d))return!1}else d=d.parentNode}return!0}cursorOnTheLeft(t,e){return this.cursorInTheEdge(!0,t,e)}cursorOnTheRight(t,e){return this.cursorInTheEdge(!1,t,e)}setCursorAfter(t){return this.setCursorNearWith(t,!1)}setCursorBefore(t){return this.setCursorNearWith(t,!0)}setCursorNearWith(t,e){var i,o;if(this.errorNode(t),!xi.up(t,(t=>t===this.area||t&&t.parentNode===this.area),this.area))throw bi("Node element must be in editor");const r=this.createRange();let n=null;return xi.isText(t)?e?r.setStart(t,0):r.setEnd(t,null!==(o=null===(i=t.nodeValue)||void 0===i?void 0:i.length)&&void 0!==o?o:0):(n=this.j.createInside.fake(),e?r.setStartBefore(t):r.setEndAfter(t),r.collapse(e),xi.safeInsertNode(r,n),r.selectNode(n)),r.collapse(e),this.selectRange(r),n}setCursorIn(t,e=!1){if(this.errorNode(t),!xi.up(t,(t=>t===this.area||t&&t.parentNode===this.area),this.area))throw bi("Node element must be in editor");const i=this.createRange();let o=t,r=t;do{if(xi.isText(o)||xi.isTag(o,Vt))break;r=o,o=e?o.firstChild:o.lastChild}while(o);if(!o){const t=this.j.createInside.text(Kt);xi.isTag(r,Vt)?o=r:(r.appendChild(t),r=t)}const n=o||r;return xi.isTag(n,Vt)?(e||xi.isTag(n,"br")?i.setStartBefore(n):i.setEndAfter(n),i.collapse(e)):(i.selectNodeContents(n),i.collapse(e)),this.selectRange(i),r}selectRange(t,e=!0){const i=this.sel;return e&&!this.isFocused()&&"focus"!==this.j.e.current&&this.focus(),i&&(i.removeAllRanges(),i.addRange(t)),this.j.e.fire("changeSelection"),this}select(t,e=!1){if(this.errorNode(t),!xi.up(t,(t=>t===this.area||t&&t.parentNode===this.area),this.area))throw bi("Node element must be in editor");const i=this.createRange();return i[e?"selectNodeContents":"selectNode"](t),this.selectRange(i)}get html(){const t=this.sel;if(t&&t.rangeCount>0){const e=t.getRangeAt(0).cloneContents(),i=this.j.createInside.div();return i.appendChild(e),i.innerHTML}return""}*wrapInTagGen(t){if(this.isCollapsed()){const e=this.jodit.createInside.element("font",Kt);return this.insertNode(e,!1,!1),t&&t[0]&&e.appendChild(t[0]),yield e,void xi.unwrap(e)}xo("*[style*=font-size]",this.area).forEach((t=>{ci(t,"data-font-size",t.style.fontSize.toString()),t.style.removeProperty("font-size")})),this.j.nativeExecCommand("fontsize",!1,"7"),xo("*[data-font-size]",this.area).forEach((t=>{const e=ci(t,"data-font-size");e&&(t.style.fontSize=e,ci(t,"data-font-size",null))}));const e=xo('font[size="7"]',this.area);for(const t of e){const{firstChild:e,lastChild:i}=t;e&&e===i&&Mi(e)||(e&&Mi(e)&&xi.before(t,e),i&&Mi(i)&&xi.after(t,i),yield t),xi.unwrap(t)}}wrapInTag(t){const e=[];for(const i of this.wrapInTagGen())try{if(i.firstChild&&i.firstChild===i.lastChild&&Mi(i.firstChild))continue;De(t)?t(i):e.push(xi.replace(i,t,this.j.createInside))}finally{const t=i.parentNode;t&&(xi.unwrap(i),xi.isEmpty(t)&&xi.unwrap(t))}return e}commitStyle(t){Ve(jr(t)>0,"Need to pass at least one option"),new Pa(t).apply(this.j)}splitSelection(t,e){if(!this.isCollapsed())return null;const i=this.createRange(),o=this.range;i.setStartBefore(t);const r=this.cursorOnTheRight(t,e),n=this.cursorOnTheLeft(t,e),s=this.j.createInside.element("br"),a=this.j.createInside.fake(),l=a.cloneNode();try{if(r||n){e?xi.before(e,s):xi.safeInsertNode(o,s);const t=(t,e)=>{let i=e(t);for(;i;){const t=e(i);if(!i||!xi.isTag(i,"br")&&!xi.isEmptyTextNode(i))break;xi.safeRemove(i),i=t}};t(s,(t=>t.nextSibling)),t(s,(t=>t.previousSibling)),xi.after(s,l),xi.before(s,a),r?(i.setEndBefore(s),o.setEndBefore(s)):(i.setEndAfter(s),o.setEndAfter(s))}else i.setEnd(o.startContainer,o.startOffset);const d=i.extractContents(),c=t=>xi.each(t,(t=>xi.isEmptyTextNode(t)&&xi.safeRemove(t)));Ve(t.parentNode,"Splitting fails");try{if(c(d),c(t),t.parentNode.insertBefore(d,t),!e&&r&&(null==s?void 0:s.parentNode)){const t=this.createRange();t.setStartBefore(s),this.selectRange(t)}}catch(t){}const u=t=>{var e,i,o;(null===(e=null==t?void 0:t.parentNode)||void 0===e?void 0:e.firstChild)===(null===(i=null==t?void 0:t.parentNode)||void 0===i?void 0:i.lastChild)&&(null===(o=null==t?void 0:t.parentNode)||void 0===o||o.appendChild(s.cloneNode()))};u(a),u(l)}finally{xi.safeRemove(a),xi.safeRemove(l)}return t.previousElementSibling}expandSelection(){if(this.isCollapsed())return this;const{range:t}=this,e=t.cloneRange();if(!xi.isOrContains(this.j.editor,t.commonAncestorContainer,!0))return this;const i=e=>{const i=this.j.createInside.fake(),o=t.cloneRange();return o.collapse(e),xi.safeInsertNode(o,i),
|
|
1053
|
-
/*!
|
|
1054
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1055
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1056
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1057
|
-
*/
|
|
1058
|
-
function(t,e,i){let o=t;for(;o&&o!==i;){if(xi.findSibling(o,e))return;if(xi.isBlock(o.parentElement))break;o=o.parentElement,o&&o!==i&&(e?xi.before(o,t):xi.after(o,t))}}(i,e,this.j.editor),i},o=i(!0),r=i(!1);e.setStartAfter(o),e.setEndBefore(r);const n=xi.findSibling(o,!1),s=xi.findSibling(r,!0);if(n!==s){const t=xi.isElement(n)&&xi.isOrContains(n,r),i=!t&&xi.isElement(s)&&xi.isOrContains(s,o);if(t||i){let i=t?n:s,a=i;for(;xi.isElement(i);)i=t?i.firstElementChild:i.lastElementChild,i&&xi.isOrContains(i,t?r:o)&&(a=i);t?e.setStart(a,0):e.setEnd(a,a.childNodes.length)}}if(this.selectRange(e),xi.safeRemove(o,r),this.isCollapsed())throw bi("Selection is collapsed");return this}}Na([Fe],Qa.prototype,"createRange",null),Na([Fe],Qa.prototype,"focus",null),Na([Fe],Qa.prototype,"setCursorAfter",null),Na([Fe],Qa.prototype,"setCursorBefore",null),Na([Fe],Qa.prototype,"setCursorIn",null);
|
|
1059
|
-
/*!
|
|
1060
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1061
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1062
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1063
|
-
*/
|
|
1064
|
-
var Wa,Ya=Object.freeze({__proto__:null,Ajax:Ur,Alert:es,Async:Ji,AsyncStorage:Kn,Button:Jr,CommitStyle:Pa,Component:zr,Confirm:is,get ContextMenu(){return ss},Create:Rn,get Dialog(){return ts},Dom:xi,EventEmitter:$i,EventHandlersStore:Xi,Eventify:po,get FileBrowser(){return Ls},Helpers:Cr,History:Ks,Icon:Nr,get ImageEditor(){return Cs},IndexedDBProvider:Mn,LazyWalker:fo,LocalStorageProvider:qn,MemoryStorageProvider:Hn,Plugin:qs,PluginSystem:ho,Popup:Dn,ProgressBar:Fn,Prompt:os,Response:Hr,STATUSES:Re,Selection:Qa,Snapshot:Us,get StatusBar(){return Ns},Storage:Pn,StorageKey:Un,Table:Ws,get ToolbarButton(){return Js},get ToolbarCollection(){return $s},get ToolbarContent(){return Vs},get ToolbarEditorCollection(){return ta},get ToolbarSelect(){return Zs},get UIBlock(){return sn},get UIButton(){return Gr},get UIButtonGroup(){return $r},UIButtonState:()=>({size:"middle",type:"button",role:"button",name:"",value:"",variant:"initial",disabled:!1,activated:!1,icon:{name:"empty",fill:"",iconURL:"",scale:void 0},tooltip:"",text:"",tabIndex:void 0}),get UICheckbox(){return wn},get UIElement(){return Wr},get UIFileInput(){return yn},get UIForm(){return gn},get UIGroup(){return Xr},get UIInput(){return hn},get UIList(){return Sn},get UIMessages(){return Qn},get UISelect(){return fn},get UISeparator(){return _n},get UISpacer(){return kn},get UITextArea(){return mn},get UITooltip(){return nn},Uploader:
|
|
1065
|
-
/*!
|
|
1066
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1067
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1068
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1069
|
-
*/
|
|
1070
|
-
class extends Sr{get j(){return this.jodit}className(){return"Uploader"}get o(){return this.options}setPath(t){return this.path=t,this}setSource(t){return this.source=t,this}bind(t,e,i){const o=()=>{t.classList.remove("jodit_drag_hover")},r=this,n=t=>{let n,s,a;const l=t.clipboardData,d=t=>{s&&(t.append("extension",a),t.append("mimetype",s.type))};if(!fe&&ra(l))return oa(r,l.files,e,i).finally(o),!1;if(na(l)){const{items:c}=l;for(n=0;n<c.length;n+=1)if("file"===c[n].kind&&"image/png"===c[n].type){if(s=c[n].getAsFile(),s){const t=s.type.match(/\/([a-z0-9]+)/i);a=t[1]?t[1].toLowerCase():"",oa(r,[s],e,i,d).finally(o)}t.preventDefault();break}}};r.j&&r.j.editor!==t?r.j.e.on(t,"paste",n):r.j.e.on("beforePaste",n),this.attachEvents(t,e,i,o)}attachEvents(t,e,i,o){const r=this;r.j.e.on(t,"dragend dragover dragenter dragleave drop",(t=>{t.preventDefault()})).on(t,"dragover",(e=>{(ra(e.dataTransfer)||na(e.dataTransfer))&&(t.classList.add("jodit_drag_hover"),e.preventDefault())})).on(t,"dragend dragleave",(e=>{t.classList.remove("jodit_drag_hover"),ra(e.dataTransfer)&&e.preventDefault()})).on(t,"drop",(n=>{t.classList.remove("jodit_drag_hover"),ra(n.dataTransfer)&&(n.preventDefault(),n.stopImmediatePropagation(),oa(r,n.dataTransfer.files,e,i).finally(o))}));const n=t.querySelector("input[type=file]");n&&r.j.e.on(n,"change",(()=>{oa(r,n.files,e,i).then((()=>{n.value="",/safari/i.test(navigator.userAgent)||(n.type="",n.type="file")})).finally(o)}))}uploadRemoteImage(t,e,i){const o=this,{o:r}=o,n=De(i)?i:r.defaultHandlerError;ia(o,{action:"fileUploadRemote",url:t}).then((t=>{r.isSuccess.call(o,t)?(De(e)?e:r.defaultHandlerSuccess).call(o,r.process.call(o,t)):n.call(o,bi(r.getMessage.call(o,t)))})).catch((t=>n.call(o,t)))}upload(t){return this.async.promise(((e,i)=>{oa(this,t,e,i)}))}constructor(t,e){super(t),this.path="",this.source="default",this.options=Uo(e||{},Uo(To.defaultOptions.uploader,Fi(t)?t.o.uploader:{}))}destruct(){this.setStatus(Re.beforeDestruct);const t=ea.get(this);t&&(t.forEach((t=>{try{t.destruct()}catch(t){}})),t.clear()),super.destruct()}},get View(){return Gn},ViewComponent:Sr,ViewWithToolbar:Zn,canUseIndexedDB:Ln,canUsePersistentStorage:On,clearUseIndexedDBCache:function(){Tn=null},defaultNameSpace:Zi,observable:Lr}),Ga=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};
|
|
1071
|
-
/*!
|
|
1072
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1073
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1074
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1075
|
-
*/const Ja="data-jodit-default-style-display",Va="data-jodit-default-classes",Za={contenteditable:!1};let Xa=Wa=class extends Zn{className(){return"Jodit"}waitForReady(){return this.isReady?Promise.resolve(this):this.async.promise((t=>{this.hookStatus("ready",(()=>t(this)))}))}static get ready(){return new Promise((t=>{_o.on("joditready",t)}))}get text(){if(this.editor)return this.editor.innerText||"";const t=this.createInside.div();return t.innerHTML=this.getElementValue(),t.innerText||""}get defaultTimeout(){return Ti(this.o.defaultTimeout)?this.o.defaultTimeout:To.defaultOptions.defaultTimeout}static atom(t){return Oo(t)}static make(t,e){return new this(t,e)}static isJoditAssigned(t){return t&&Fi(t.component)&&!t.component.isInDestruct}static get defaultOptions(){return To.defaultOptions}static configure(t){Ko(Wa.defaultOptions,t)}get createInside(){return new Rn((()=>this.ed),this.o.createAttributes)}__setPlaceField(t,e){this.currentPlace||(this.currentPlace={},this.places=[this.currentPlace]),this.currentPlace[t]=e}get element(){return this.currentPlace.element}get editor(){return this.currentPlace.editor}set editor(t){this.__setPlaceField("editor",t)}get container(){return this.currentPlace.container}set container(t){this.__setPlaceField("container",t)}get workplace(){return this.currentPlace.workplace}get message(){return this.getMessageModule(this.workplace)}get statusbar(){return this.currentPlace.statusbar}get iframe(){return this.currentPlace.iframe}set iframe(t){this.__setPlaceField("iframe",t)}get history(){return this.currentPlace.history}get editorWindow(){return this.currentPlace.editorWindow}set editorWindow(t){this.__setPlaceField("editorWindow",t)}get ew(){return this.editorWindow}get editorDocument(){return this.currentPlace.editorWindow.document}get ed(){return this.editorDocument}get options(){return this.currentPlace.options}set options(t){this.__options=t,this.__setPlaceField("options",t)}get s(){return this.selection}get uploader(){return this.getInstance("Uploader",this.o.uploader)}get filebrowser(){const t=this,e=Uo({defaultTimeout:t.defaultTimeout,uploader:t.o.uploader,language:t.o.language,license:t.o.license,theme:t.o.theme,shadowRoot:t.o.shadowRoot,defaultCallback(e){e.files&&e.files.length&&e.files.forEach(((i,o)=>{const r=e.baseurl+i;e.isImages&&e.isImages[o]?t.s.insertImage(r,null,t.o.imageDefaultWidth):t.s.insertNode(t.createInside.fromHTML(`<a href='${r}' title='${r}'>${r}</a>`))}))}},this.o.filebrowser);return t.getInstance("FileBrowser",e)}get mode(){return this.__mode}set mode(t){this.setMode(t)}getNativeEditorValue(){const t=this.e.fire("beforeGetNativeEditorValue");return Le(t)?t:this.editor?this.editor.innerHTML:this.getElementValue()}setNativeEditorValue(t){const e={value:t};this.e.fire("beforeSetNativeEditorValue",e)||this.editor&&(this.editor.innerHTML=e.value)}get value(){return this.getEditorValue()}set value(t){this.setEditorValue(t),this.history.__processChanges()}synchronizeValues(){this.__imdSynchronizeValues()}__imdSynchronizeValues(){this.setEditorValue()}getEditorValue(t=!0,e){let i;if(i=this.e.fire("beforeGetValueFromEditor",e),void 0!==i)return i;i=this.getNativeEditorValue().replace(/[\uFEFF]/g,""),t&&(i=i.replace(/<span[^>]+id="jodit-selection_marker_[^>]+><\/span>/g,"")),"<br>"===i&&(i="");const o={value:i};return this.e.fire("afterGetValueFromEditor",o,e),o.value}setEditorValue(t){const e=this.e.fire("beforeSetValueToEditor",t);if(!1===e)return;if(Le(e)&&(t=e),!this.editor)return void(void 0!==t&&this.__setElementValue(t));if(!Le(t)&&!qe(t))throw bi("value must be string");qe(t)||this.getNativeEditorValue()===t||this.setNativeEditorValue(t),this.e.fire("postProcessSetEditorValue");const i=this.getElementValue(),o=this.getEditorValue();if(!this.__isSilentChange&&i!==o&&this.__callChangeCount<10){this.__setElementValue(o),this.__callChangeCount+=1;try{this.history.__upTick(),this.e.fire("change",o,i),this.e.fire(this.history,"change",o,i)}finally{this.__callChangeCount=0}}}updateElementValue(){this.__setElementValue(this.getEditorValue())}getElementValue(){return void 0!==this.element.value?this.element.value:this.element.innerHTML}__setElementValue(t){if(!Le(t))throw bi("value must be string");if(this.element!==this.container&&t!==this.getElementValue()){const e={value:t};yi(this.e.fire("beforeSetElementValue",e),(()=>{void 0!==this.element.value?this.element.value=e.value:this.element.innerHTML=e.value,this.e.fire("afterSetElementValue",e)}))}}registerCommand(t,e,i){const o=t.toLowerCase();let r=this.commands.get(o);if(void 0===r&&(r=[],this.commands.set(o,r)),r.push(e),!De(e)){const r=this.o.commandToHotkeys[o]||this.o.commandToHotkeys[t]||e.hotkeys;r&&this.registerHotkeyToCommand(r,o,null==i?void 0:i.stopPropagation)}return this}registerHotkeyToCommand(t,e,i=!0){const o=ko(t).map(cr).map((t=>t+".hotkey")).join(" ");this.e.off(o).on(o,((t,o)=>(o&&(o.shouldStop=null==i||i),this.execCommand(e))))}execCommand(t,e,i,...o){if(this.s.isFocused()||this.s.focus(),this.o.readonly&&!this.o.allowCommandsInReadOnly.includes(t))return;let r;if(t=t.toLowerCase(),r=this.e.fire(`beforeCommand${_r(t)}`,e,i,...o),!1!==r&&(r=this.e.fire("beforeCommand",t,e,i,...o)),!1!==r&&(r=this.__execCustomCommands(t,e,i,...o)),!1!==r){this.s.focus();try{r=this.nativeExecCommand(t,e,i)}catch(t){}}return this.e.fire("afterCommand",t,e,i),this.__imdSynchronizeValues(),r}nativeExecCommand(t,e,i){this.__isSilentChange=!0;try{return this.ed.execCommand(t,e,i)}finally{this.__isSilentChange=!1}}__execCustomCommands(t,e,i,...o){t=t.toLowerCase();const r=this.commands.get(t);if(void 0!==r){let n;return r.forEach((r=>{let s;s=De(r)?r:r.exec;const a=s.call(this,t,e,i,...o);void 0!==a&&(n=a)})),n}}lock(t="any"){return!!super.lock(t)&&(this.__selectionLocked=this.s.save(),this.s.clear(),this.container.classList.add("jodit_lock"),this.e.fire("lock",!0),!0)}unlock(){return!!super.unlock()&&(this.container.classList.remove("jodit_lock"),this.__selectionLocked&&this.s.restore(),this.e.fire("lock",!1),!0)}getMode(){return this.mode}isEditorMode(){return this.getRealMode()===ue}getRealMode(){if(this.getMode()!==pe)return this.getMode();const t=this.od.activeElement;return t&&(t===this.iframe||xi.isOrContains(this.editor,t)||xi.isOrContains(this.toolbar.container,t))?ue:he}setMode(t){const e=this.getMode(),i={mode:parseInt(t.toString(),10)},o=["jodit-wysiwyg_mode","jodit-source__mode","jodit_split_mode"];!1!==this.e.fire("beforeSetMode",i)&&(this.__mode=[he,ue,pe].includes(i.mode)?i.mode:ue,this.o.saveModeInStorage&&this.storage.set("jodit_default_mode",this.mode),o.forEach((t=>{this.container.classList.remove(t)})),this.container.classList.add(o[this.mode-1]),e!==this.getMode()&&this.e.fire("afterSetMode"))}toggleMode(){let t=this.getMode();[he,ue,this.o.useSplitMode?pe:9].includes(t+1)?t+=1:t=ue,this.setMode(t)}setDisabled(t){this.o.disabled=t;const e=this.__wasReadOnly;this.setReadOnly(t||e),this.__wasReadOnly=e,this.editor&&(this.editor.setAttribute("aria-disabled",t.toString()),this.container.classList.toggle("jodit_disabled",t),this.e.fire("disabled",t))}getDisabled(){return this.o.disabled}setReadOnly(t){this.__wasReadOnly!==t&&(this.__wasReadOnly=t,this.o.readonly=t,t?this.editor&&this.editor.removeAttribute("contenteditable"):this.editor&&this.editor.setAttribute("contenteditable","true"),this.e&&this.e.fire("readonly",t))}getReadOnly(){return this.o.readonly}focus(){this.getMode()!==he&&this.s.focus()}get isFocused(){return this.s.isFocused()}beforeInitHook(){}afterInitHook(){}initOptions(t){this.options=Uo(t||{},To.defaultOptions)}initOwners(){this.editorWindow=this.o.ownerWindow,this.ownerWindow=this.o.ownerWindow}constructor(t,e){super(e,!0),this.isJodit=!0,this.commands=new Map,this.__selectionLocked=null,this.__wasReadOnly=!1,this.editorIsActive=!1,this.__mode=ue,this.__callChangeCount=0,this.__isSilentChange=!1,this.currentPlace={options:this.__options,container:this.__container},this.places=[],this.__elementToPlace=new Map;try{const e=So(t,this.options.shadowRoot||this.od);if(Wa.isJoditAssigned(e))return e.component}catch(t){throw this.destruct(),t}this.setStatus(Re.beforeInit),this.id=ci(So(t,this.o.shadowRoot||this.od),"id")||(new Date).getTime().toString(),go[this.id]=this,this.attachEvents(e),this.e.on(this.ow,"resize",(()=>{this.e&&this.e.fire("resize")})),this.e.on("prepareWYSIWYGEditor",this.__prepareWYSIWYGEditor),this.selection=new Qa(this),yi(this.beforeInitHook(),(()=>{if(this.isInDestruct)return;this.e.fire("beforeInit",this),mo.__init(this),this.e.fire("afterPluginSystemInit",this),this.e.on("changePlace",(()=>{this.setReadOnly(this.o.readonly),this.setDisabled(this.o.disabled)})),this.places.length=0;const i=this.addPlace(t,e);go[this.id]=this,yi(i,(()=>{this.isInDestruct||(this.e&&this.e.fire("afterInit",this),yi(this.afterInitHook()),this.setStatus(Re.ready),this.e.fire("afterConstructor",this))}))}))}addPlace(t,e){const i=So(t,this.o.shadowRoot||this.od);this.attachEvents(e),i.attributes&&Ke(i.attributes).forEach((t=>{const i=t.name;let o=t.value;void 0===To.defaultOptions[i]||e&&void 0!==e[i]||(-1!==["readonly","disabled"].indexOf(i)&&(o=""===o||"true"===o),/^[0-9]+(\.)?([0-9]+)?$/.test(o.toString())&&(o=Number(o)),this.options[i]=o)}));let o=this.c.div("jodit-container");o.classList.add("jodit"),o.classList.add("jodit-container"),o.classList.add(`jodit_theme_${this.o.theme||"default"}`),$a(this.o.className,o),this.o.containerStyle&&li(o,this.o.containerStyle);const{styleValues:r}=this.o;Object.keys(r).forEach((t=>{const e=$e(t);o.style.setProperty(`--jd-${e}`,r[t])})),o.setAttribute("contenteditable","false");let n=null;this.o.inline&&(-1===["TEXTAREA","INPUT"].indexOf(i.nodeName)&&(o=i,i.setAttribute(Va,i.className.toString()),n=o.innerHTML,o.innerHTML=""),o.classList.add("jodit_inline"),o.classList.add("jodit-container")),i!==o&&(i.style.display&&i.setAttribute(Ja,i.style.display),i.style.display="none");const s="workplace-slot",a=this.c.div(this.getFullElName(s,"top"),Za);o.appendChild(a);const l=this.c.div(this.getFullElName(s,"center"),Za),d=this.c.div("jodit-workplace",Za),c=this.c.div(this.getFullElName(s,"left"),Za),u=this.c.div(this.getFullElName(s,"right"),Za);l.appendChild(c),l.appendChild(d),l.appendChild(u),o.appendChild(l);const h=this.c.div(this.getFullElName(s,"bottom"),Za);o.appendChild(h),i.parentNode&&i!==o&&i.parentNode.insertBefore(o,i),Object.defineProperty(i,"component",{enumerable:!1,configurable:!0,value:this});const p=this.c.div("jodit-wysiwyg",{contenteditable:!0,"aria-disabled":!1,tabindex:this.o.tabIndex});d.appendChild(p);const f={editor:p,element:i,container:o,workplace:d,slots:{top:a,bottom:h,center:l,left:c,right:u},statusbar:new Ns(this,o),options:this.isReady?Uo(e||{},To.defaultOptions):this.options,history:new Ks(this),editorWindow:this.ow};this.__elementToPlace.set(p,f),this.setCurrentPlace(f),this.places.push(f),this.setNativeEditorValue(this.getElementValue());const g=this.__initEditor(n),A=this.options;return yi(g,(()=>{A.enableDragAndDropFileToEditor&&A.uploader&&(A.uploader.url||A.uploader.insertImageAsBase64URI)?this.uploader.bind(this.editor):A.enableDragAndDropFileToEditor||this.e.on(p,"drop",(t=>{var e,i;(null===(i=null===(e=t.dataTransfer)||void 0===e?void 0:e.files)||void 0===i?void 0:i.length)&&t.preventDefault()})),this.__elementToPlace.get(this.editor)||this.__elementToPlace.set(this.editor,f),this.e.fire("afterAddPlace",f)}))}addDisclaimer(t){this.workplace.appendChild(t)}setCurrentPlace(t){this.currentPlace!==t&&(this.isEditorMode()||this.setMode(ue),this.currentPlace=t,this.buildToolbar(),this.isReady&&this.e.fire("changePlace",t))}__initEditor(t){return yi(this.__createEditor(),(()=>{if(this.isInDestruct)return;if(this.element!==this.container){const t=this.getElementValue();t!==this.getEditorValue()&&this.setEditorValue(t)}else null!=t&&this.setEditorValue(t);let e=this.o.defaultMode;if(this.o.saveModeInStorage){const t=this.storage.get("jodit_default_mode");"string"==typeof t&&(e=parseInt(t,10))}this.setMode(e),this.o.readonly&&(this.__wasReadOnly=!1,this.setReadOnly(!0)),this.o.disabled&&this.setDisabled(!0);try{this.ed.execCommand("defaultParagraphSeparator",!1,this.o.enter.toLowerCase())}catch(t){}}))}__createEditor(){const t=this.editor,e=this.e.fire("createEditor",this);return yi(e,(()=>{this.isInDestruct||((!1===e||vi(e))&&xi.safeRemove(t),$a(this.o.editorClassName,this.editor),this.o.style&&li(this.editor,this.o.style),this.e.on("synchro",(()=>{this.setEditorValue()})).on("focus",(()=>{this.editorIsActive=!0})).on("blur",(()=>this.editorIsActive=!1)),this.__prepareWYSIWYGEditor(),this.o.triggerChangeEvent&&this.e.on("change",this.async.debounce((()=>{this.e&&this.e.fire(this.element,"change")}),this.defaultTimeout)))}))}__prepareWYSIWYGEditor(){const{editor:t}=this;if(this.o.direction){const t="rtl"===this.o.direction.toLowerCase()?"rtl":"ltr";this.editor.style.direction=t,this.editor.setAttribute("dir",t),this.container.style.direction=t,this.container.setAttribute("dir",t),this.toolbar.setDirection(t)}this.e.on(t,"mousedown touchstart focus",(()=>{const e=this.__elementToPlace.get(t);e&&this.setCurrentPlace(e)})).on(t,"compositionend",this.synchronizeValues).on(t,"selectionchange selectionstart keydown keyup input keypress dblclick mousedown mouseup click copy cut dragstart drop dragover paste resize touchstart touchend focus blur",(t=>{if(!this.o.readonly&&!this.__isSilentChange&&!(t instanceof this.ew.KeyboardEvent&&t.isComposing)&&this.e&&this.e.fire){if(!1===this.e.fire(t.type,t))return!1;this.synchronizeValues()}})).on(this.ow,"mouseup",(e=>{if(this.o.readonly||this.__isSilentChange)return;const i=e.target;!Boolean(i&&Ti(i.nodeType)&&t.contains(i))&&this.s.isInsideArea&&(this.e.fire("changeSelection"),this.synchronizeValues())}))}fetch(t,e){const i=new Ur({url:t,...e},this.o.defaultAjaxOptions),o=()=>{this.e.off("beforeDestruct",o),this.progressbar.progress(100).hide(),i.destruct()};this.e.one("beforeDestruct",o),this.progressbar.show().progress(30);const r=i.send();return r.finally(o).catch((()=>null)),r}destruct(){var t,e;if(this.isInDestruct)return;this.setStatus(Re.beforeDestruct),this.__elementToPlace.clear(),null===(t=qi(this,"storage"))||void 0===t||t.clear(),null===(e=qi(this,"buffer"))||void 0===e||e.clear(),this.commands.clear(),this.__selectionLocked=null,this.e.off(this.ow,"resize"),this.e.off(this.ow),this.e.off(this.od),this.e.off(this.od.body);const i=this.editor?this.getEditorValue():"";this.places.forEach((({container:t,workplace:e,statusbar:o,element:r,iframe:n,editor:s,history:a})=>{if(r){if(r!==t)if(r.hasAttribute(Ja)){const t=ci(r,Ja);t&&(r.style.display=t,r.removeAttribute(Ja))}else r.style.display="";else r.hasAttribute(Va)&&(r.className=ci(r,Va)||"",r.removeAttribute(Va));r.hasAttribute("style")&&!ci(r,"style")&&r.removeAttribute("style"),o.destruct(),this.e.off(t),this.e.off(r),this.e.off(s),xi.safeRemove(e),xi.safeRemove(s),t!==r&&xi.safeRemove(t),Object.defineProperty(r,"component",{enumerable:!1,configurable:!0,value:null}),xi.safeRemove(n),t===r&&(r.innerHTML=i),a.destruct()}})),this.places.length=0,this.currentPlace={},delete go[this.id],super.destruct()}};function $a(t,e){t&&t.split(/\s+/).forEach((t=>e.classList.add(t)))}Xa.fatMode=Ut,Xa.plugins=mo,Xa.modules=vo,Xa.ns=vo,Xa.decorators={},Xa.constants=Ee,Xa.instances=go,Xa.lang=ze,Xa.core={Plugin:qs},Ga([Hi],Xa.prototype,"createInside",null),Ga([Hi],Xa.prototype,"message",null),Ga([Hi],Xa.prototype,"s",null),Ga([Hi],Xa.prototype,"uploader",null),Ga([Hi],Xa.prototype,"filebrowser",null),Ga([Er()],Xa.prototype,"synchronizeValues",null),Ga([Or(":internalChange")],Xa.prototype,"updateElementValue",null),Ga([Fe],Xa.prototype,"__prepareWYSIWYGEditor",null),Xa=Wa=Ga([Dr(rs)],Xa);var tl=Object.freeze({__proto__:null,angle_down:'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1395 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"/> </svg> ',angle_left:'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1203 544q0 13-10 23l-393 393 393 393q10 10 10 23t-10 23l-50 50q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l50 50q10 10 10 23z"/> </svg> ',angle_right:'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1171 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z"/> </svg> ',angle_up:'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1395 1184q0 13-10 23l-50 50q-10 10-23 10t-23-10l-393-393-393 393q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l466 466q10 10 10 23z"/> </svg> ',bin:'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M704 1376v-704q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v704q0 14 9 23t23 9h64q14 0 23-9t9-23zm256 0v-704q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v704q0 14 9 23t23 9h64q14 0 23-9t9-23zm256 0v-704q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v704q0 14 9 23t23 9h64q14 0 23-9t9-23zm-544-992h448l-48-117q-7-9-17-11h-317q-10 2-17 11zm928 32v64q0 14-9 23t-23 9h-96v948q0 83-47 143.5t-113 60.5h-832q-66 0-113-58.5t-47-141.5v-952h-96q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h309l70-167q15-37 54-63t79-26h320q40 0 79 26t54 63l70 167h309q14 0 23 9t9 23z"/> </svg> ',cancel:'<svg viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"> <g stroke="none" stroke-width="1"> <path d="M14,1.4 L12.6,0 L7,5.6 L1.4,0 L0,1.4 L5.6,7 L0,12.6 L1.4,14 L7,8.4 L12.6,14 L14,12.6 L8.4,7 L14,1.4 Z"/> </g> </svg> ',center:'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1792 1344v128q0 26-19 45t-45 19h-1664q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1664q26 0 45 19t19 45zm-384-384v128q0 26-19 45t-45 19h-896q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h896q26 0 45 19t19 45zm256-384v128q0 26-19 45t-45 19h-1408q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm-384-384v128q0 26-19 45t-45 19h-640q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h640q26 0 45 19t19 45z"/> </svg> ',check:'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1472 930v318q0 119-84.5 203.5t-203.5 84.5h-832q-119 0-203.5-84.5t-84.5-203.5v-832q0-119 84.5-203.5t203.5-84.5h832q63 0 117 25 15 7 18 23 3 17-9 29l-49 49q-10 10-23 10-3 0-9-2-23-6-45-6h-832q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113v-254q0-13 9-22l64-64q10-10 23-10 6 0 12 3 20 8 20 29zm231-489l-814 814q-24 24-57 24t-57-24l-430-430q-24-24-24-57t24-57l110-110q24-24 57-24t57 24l263 263 647-647q24-24 57-24t57 24l110 110q24 24 24 57t-24 57z"/> </svg> ',chevron:'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 10 10"> <path d="M.941 4.523a.75.75 0 1 1 1.06-1.06l3.006 3.005 3.005-3.005a.75.75 0 1 1 1.06 1.06l-3.549 3.55a.75.75 0 0 1-1.168-.136L.941 4.523z"/> </svg> ',dots:'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 24 24" > <circle cx="12" cy="12" r="2.2"/> <circle cx="12" cy="5" r="2.2"/> <circle cx="12" cy="19" r="2.2"/> </svg> ',eye:'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5t-316.5 131.5-316.5-131.5-131.5-316.5q0-121 61-225-229 117-381 353 133 205 333.5 326.5t434.5 121.5 434.5-121.5 333.5-326.5zm-720-384q0-20-14-34t-34-14q-125 0-214.5 89.5t-89.5 214.5q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5t-499.5 138.5-499.5-139-376.5-368q-20-35-20-69t20-69q140-229 376.5-368t499.5-139 499.5 139 376.5 368q20 35 20 69z"/> </svg> ',file:'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1152 512v-472q22 14 36 28l408 408q14 14 28 36h-472zm-128 32q0 40 28 68t68 28h544v1056q0 40-28 68t-68 28h-1344q-40 0-68-28t-28-68v-1600q0-40 28-68t68-28h800v544z"/> </svg> ',folder:'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1728 608v704q0 92-66 158t-158 66h-1216q-92 0-158-66t-66-158v-960q0-92 66-158t158-66h320q92 0 158 66t66 158v32h672q92 0 158 66t66 158z"/> </svg> ',info_circle:'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1152 1376v-160q0-14-9-23t-23-9h-96v-512q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23zm-128-896v-160q0-14-9-23t-23-9h-192q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23zm640 416q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> </svg> ',left:'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1792 1344v128q0 26-19 45t-45 19h-1664q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1664q26 0 45 19t19 45zm-384-384v128q0 26-19 45t-45 19h-1280q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1280q26 0 45 19t19 45zm256-384v128q0 26-19 45t-45 19h-1536q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1536q26 0 45 19t19 45zm-384-384v128q0 26-19 45t-45 19h-1152q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1152q26 0 45 19t19 45z"/> </svg> ',lock:'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"><path d="M640 768h512v-192q0-106-75-181t-181-75-181 75-75 181v192zm832 96v576q0 40-28 68t-68 28h-960q-40 0-68-28t-28-68v-576q0-40 28-68t68-28h32v-192q0-184 132-316t316-132 316 132 132 316v192h32q40 0 68 28t28 68z"/></svg> ',ok:'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 32 32"> <path d="M27 4l-15 15-7-7-5 5 12 12 20-20z"/> </svg> ',pencil:'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"><path d="M491 1536l91-91-235-235-91 91v107h128v128h107zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17zm-54-192l416 416-832 832h-416v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91z"/></svg> ',plus:'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"><path d="M1600 736v192q0 40-28 68t-68 28h-416v416q0 40-28 68t-68 28h-192q-40 0-68-28t-28-68v-416h-416q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h416v-416q0-40 28-68t68-28h192q40 0 68 28t28 68v416h416q40 0 68 28t28 68z"/></svg> ',resize_handler:'<svg viewBox="0 0 13 13" xmlns="http://www.w3.org/2000/svg"> <path d="M5.9814 11.8049C5.59087 11.4144 5.59087 10.7812 5.9814 10.3907L10.224 6.14806C10.6146 5.75754 11.2477 5.75754 11.6383 6.14806C12.0288 6.53859 12.0288 7.17175 11.6383 7.56228L7.39561 11.8049C7.00509 12.1954 6.37192 12.1954 5.9814 11.8049Z"/> <path d="M0.707107 12.0208C0.316582 11.6303 0.316582 10.9971 0.707107 10.6066L10.6066 0.707121C10.9971 0.316597 11.6303 0.316596 12.0208 0.707121C12.4113 1.09764 12.4113 1.73081 12.0208 2.12133L2.12132 12.0208C1.7308 12.4114 1.09763 12.4114 0.707107 12.0208Z"/> </svg> ',right:'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1792 1344v128q0 26-19 45t-45 19h-1664q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1664q26 0 45 19t19 45zm0-384v128q0 26-19 45t-45 19h-1280q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1280q26 0 45 19t19 45zm0-384v128q0 26-19 45t-45 19h-1536q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1536q26 0 45 19t19 45zm0-384v128q0 26-19 45t-45 19h-1152q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1152q26 0 45 19t19 45z"/> </svg> ',save:'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M512 1536h768v-384h-768v384zm896 0h128v-896q0-14-10-38.5t-20-34.5l-281-281q-10-10-34-20t-39-10v416q0 40-28 68t-68 28h-576q-40 0-68-28t-28-68v-416h-128v1280h128v-416q0-40 28-68t68-28h832q40 0 68 28t28 68v416zm-384-928v-320q0-13-9.5-22.5t-22.5-9.5h-192q-13 0-22.5 9.5t-9.5 22.5v320q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5-9.5t9.5-22.5zm640 32v928q0 40-28 68t-68 28h-1344q-40 0-68-28t-28-68v-1344q0-40 28-68t68-28h928q40 0 88 20t76 48l280 280q28 28 48 76t20 88z"/> </svg> ',settings:'<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> <path stroke="null" d="m42.276011,26.302547c0.098397,-0.76605 0.172194,-1.54407 0.172194,-2.33406s-0.073797,-1.56801 -0.172194,-2.33406l5.202718,-3.961917c0.467384,-0.359086 0.602679,-1.005441 0.29519,-1.532101l-4.919828,-8.29489c-0.307489,-0.51469 -0.947067,-0.730142 -1.500548,-0.51469l-6.125186,2.405877c-1.266856,-0.945594 -2.656707,-1.747553 -4.157255,-2.357999l-0.922468,-6.343855c-0.110696,-0.562568 -0.614979,-1.005441 -1.229957,-1.005441l-9.839656,0c-0.614979,0 -1.119261,0.442873 -1.217657,1.005441l-0.922468,6.343855c-1.500548,0.610446 -2.890399,1.400436 -4.157255,2.357999l-6.125186,-2.405877c-0.553481,-0.203482 -1.193058,0 -1.500548,0.51469l-4.919828,8.29489c-0.307489,0.51469 -0.172194,1.161045 0.29519,1.532101l5.190419,3.961917c-0.098397,0.76605 -0.172194,1.54407 -0.172194,2.33406s0.073797,1.56801 0.172194,2.33406l-5.190419,3.961917c-0.467384,0.359086 -0.602679,1.005441 -0.29519,1.532101l4.919828,8.29489c0.307489,0.51469 0.947067,0.730142 1.500548,0.51469l6.125186,-2.405877c1.266856,0.945594 2.656707,1.747553 4.157255,2.357999l0.922468,6.343855c0.098397,0.562568 0.602679,1.005441 1.217657,1.005441l9.839656,0c0.614979,0 1.119261,-0.442873 1.217657,-1.005441l0.922468,-6.343855c1.500548,-0.610446 2.890399,-1.400436 4.157255,-2.357999l6.125186,2.405877c0.553481,0.203482 1.193058,0 1.500548,-0.51469l4.919828,-8.29489c0.307489,-0.51469 0.172194,-1.161045 -0.29519,-1.532101l-5.190419,-3.961917zm-18.277162,6.044617c-4.759934,0 -8.609699,-3.746465 -8.609699,-8.378677s3.849766,-8.378677 8.609699,-8.378677s8.609699,3.746465 8.609699,8.378677s-3.849766,8.378677 -8.609699,8.378677z"/> </svg> ',unlock:'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1728 576v256q0 26-19 45t-45 19h-64q-26 0-45-19t-19-45v-256q0-106-75-181t-181-75-181 75-75 181v192h96q40 0 68 28t28 68v576q0 40-28 68t-68 28h-960q-40 0-68-28t-28-68v-576q0-40 28-68t68-28h672v-192q0-185 131.5-316.5t316.5-131.5 316.5 131.5 131.5 316.5z"/> </svg> ',update:'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1639 1056q0 5-1 7-64 268-268 434.5t-478 166.5q-146 0-282.5-55t-243.5-157l-129 129q-19 19-45 19t-45-19-19-45v-448q0-26 19-45t45-19h448q26 0 45 19t19 45-19 45l-137 137q71 66 161 102t187 36q134 0 250-65t186-179q11-17 53-117 8-23 30-23h192q13 0 22.5 9.5t9.5 22.5zm25-800v448q0 26-19 45t-45 19h-448q-26 0-45-19t-19-45 19-45l138-138q-148-137-349-137-134 0-250 65t-186 179q-11 17-53 117-8 23-30 23h-199q-13 0-22.5-9.5t-9.5-22.5v-7q65-268 270-434.5t480-166.5q146 0 284 55.5t245 156.5l130-129q19-19 45-19t45 19 19 45z"/> </svg> ',upload:'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1344 1472q0-26-19-45t-45-19-45 19-19 45 19 45 45 19 45-19 19-45zm256 0q0-26-19-45t-45-19-45 19-19 45 19 45 45 19 45-19 19-45zm128-224v320q0 40-28 68t-68 28h-1472q-40 0-68-28t-28-68v-320q0-40 28-68t68-28h427q21 56 70.5 92t110.5 36h256q61 0 110.5-36t70.5-92h427q40 0 68 28t28 68zm-325-648q-17 40-59 40h-256v448q0 26-19 45t-45 19h-256q-26 0-45-19t-19-45v-448h-256q-42 0-59-40-17-39 14-69l448-448q18-19 45-19t45 19l448 448q31 30 14 69z"/> </svg> ',valign:'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1216 320q0 26-19 45t-45 19h-128v1024h128q26 0 45 19t19 45-19 45l-256 256q-19 19-45 19t-45-19l-256-256q-19-19-19-45t19-45 45-19h128v-1024h-128q-26 0-45-19t-19-45 19-45l256-256q19-19 45-19t45 19l256 256q19 19 19 45z"/> </svg> '}),el={};
|
|
1076
|
-
/*!
|
|
1077
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1078
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1079
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1080
|
-
*/
|
|
1081
|
-
let il={};il={ar:{"Type something":"إبدأ في الكتابة...","About Jodit":"حول جوديت","Jodit Editor":"محرر جوديت","Jodit User's Guide":"دليل مستخدم جوديت","contains detailed help for using":"يحتوي على مساعدة مفصلة للاستخدام","For information about the license, please go to our website:":"للحصول على معلومات حول الترخيص، يرجى الذهاب لموقعنا:","Buy full version":"شراء النسخة الكاملة","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.":"حقوق الطبع والنشر © XDSoft.net - Chupurnov Valeriy. كل الحقوق محفوظة.",Anchor:"مِرْساة","Open in new tab":"فتح في نافذة جديدة","Open in fullsize":"فتح المحرر في الحجم الكامل","Clear Formatting":"مسح التنسيق","Fill color or set the text color":"ملء اللون أو تعيين لون النص",Redo:"إعادة",Undo:"تراجع",Bold:"عريض",Italic:"مائل","Insert Unordered List":"إدراج قائمة غير مرتبة","Insert Ordered List":"إدراج قائمة مرتبة","Align Center":"محاذاة للوسط","Align Justify":"محاذاة مثبتة","Align Left":"محاذاة لليسار","Align Right":"محاذاة لليمين","Insert Horizontal Line":"إدراج خط أفقي","Insert Image":"إدراج صورة","Insert file":"ادخال الملف","Insert youtube/vimeo video":"إدراج فيديو يوتيوب/فيميو ","Insert link":"إدراج رابط","Font size":"حجم الخط","Font family":"نوع الخط","Insert format block":"إدراج كتلة تنسيق",Normal:"عادي","Heading 1":"عنوان 1","Heading 2":"عنوان 2","Heading 3":"عنوان 3","Heading 4":"عنوان 4",Quote:"إقتباس",Code:"كود",Insert:"إدراج","Insert table":"إدراج جدول","Decrease Indent":"تقليل المسافة البادئة","Increase Indent":"زيادة المسافة البادئة","Select Special Character":"تحديد أحرف خاصة","Insert Special Character":"إدراج حرف خاص","Paint format":"تنسيق الرسم","Change mode":"تغيير الوضع",Margins:"هوامش",top:"أعلى",right:"يمين",bottom:"أسفل",left:"يسار",Styles:"الأنماط",Classes:"الطبقات",Align:"محاذاة",Right:"اليمين",Center:"الوسط",Left:"اليسار","--Not Set--":"--غير مضبوط--",Src:"Src",Title:"العنوان",Alternative:"العنوان البديل",Link:"الرابط","Open link in new tab":"افتح الرابط في نافذة جديدة",Image:"الصورة",file:"ملف",Advanced:"متقدم","Image properties":"خصائص الصورة",Cancel:"إلغاء",Ok:"حسنا","File Browser":"متصفح الملفات","Error on load list":"حدث خطأ في تحميل القائمة ","Error on load folders":"حدث خطأ في تحميل المجلدات","Are you sure?":"هل أنت واثق؟","Enter Directory name":"أدخل اسم المجلد","Create directory":"إنشاء مجلد","type name":"أكتب إسم","Drop image":"إسقاط صورة","Drop file":"إسقاط الملف","or click":"أو أنقر","Alternative text":"النص البديل",Upload:"رفع",Browse:"تصفح",Background:"الخلفية",Text:"نص",Top:"أعلى",Middle:"الوسط",Bottom:"الأسفل","Insert column before":"إدراج عمود قبل","Insert column after":"إدراج عمود بعد","Insert row above":"إدراج صف أعلى","Insert row below":"إدراج صف أسفل","Delete table":"حذف الجدول","Delete row":"حذف الصف","Delete column":"حذف العمود","Empty cell":"خلية فارغة","Chars: %d":"%d حرف","Words: %d":"%d كلام","Strike through":"اضرب من خلال",Underline:"أكد",superscript:"حرف فوقي",subscript:"مخطوطة","Cut selection":"قطع الاختيار","Select all":"اختر الكل",Break:"استراحة","Search for":"البحث عن","Replace with":"استبدل ب",Replace:"محل",Paste:"معجون","Choose Content to Paste":"اختر محتوى للصق",source:"مصدر",bold:"بالخط العريض",italic:"مائل",brush:"شغل",link:"صلة",undo:"إلغاء",redo:"كرر",table:"طاولة",image:"صورة",eraser:"نظيف",paragraph:"فقرة",fontsize:"حجم الخط",video:"فيديو",font:"الخط",about:"حول المحرر",print:"طباعة",underline:"أكد",strikethrough:"شطب",indent:"المسافة البادئة",outdent:"نتوء",fullsize:"ملء الشاشة",shrink:"الحجم التقليدي",hr:"الخط",ul:"قائمة",ol:"قائمة مرقمة",cut:"قطع",selectall:"اختر الكل","Embed code":"قانون","Open link":"فتح الرابط","Edit link":"تعديل الرابط","No follow":"سمة Nofollow",Unlink:"إزالة الرابط",Update:"تحديث",pencil:"لتحرير",Eye:"مراجعة"," URL":"URL",Edit:"تحرير","Horizontal align":"محاذاة أفقية",Filter:"فلتر","Sort by changed":"عن طريق التغيير","Sort by name":"بالاسم","Sort by size":"حسب الحجم","Add folder":"إضافة مجلد",Reset:"إعادة",Save:"احتفظ","Save as ...":"حفظ باسم",Resize:"تغيير الحجم",Crop:"حجم القطع",Width:"عرض",Height:"ارتفاع","Keep Aspect Ratio":"حافظ على النسب",Yes:"أن",No:"لا",Remove:"حذف",Select:"تميز","Select %s":"تميز %s","Vertical align":"محاذاة عمودية",Split:"انشق، مزق",Merge:"اذهب","Add column":"أضف العمود","Add row":"اضف سطر","License: %s":"رخصة %s",Delete:"حذف","Split vertical":"انقسام عمودي","Split horizontal":"تقسيم أفقي",Border:"الحدود","Your code is similar to HTML. Keep as HTML?":"يشبه الكود الخاص بك HTML. تبقي كما HTML؟","Paste as HTML":"الصق ك HTML",Keep:"احتفظ","Insert as Text":"إدراج كنص","Insert only Text":"إدراج النص فقط","You can only edit your own images. Download this image on the host?":"يمكنك فقط تحرير صورك الخاصة. تحميل هذه الصورة على المضيف؟","The image has been successfully uploaded to the host!":"تم تحميل الصورة بنجاح على الخادم!",palette:"لوحة","There are no files":"لا توجد ملفات في هذا الدليل.",Rename:"إعادة تسمية","Enter new name":"أدخل اسم جديد",preview:"معاينة",download:"تحميل","Paste from clipboard":"لصق من الحافظة","Your browser doesn't support direct access to the clipboard.":"متصفحك لا يدعم إمكانية الوصول المباشر إلى الحافظة.","Copy selection":"نسخ التحديد",copy:"نسخ","Border radius":"دائرة نصف قطرها الحدود","Show all":"عرض كل",Apply:"تطبيق","Please fill out this field":"يرجى ملء هذا المجال","Please enter a web address":"يرجى إدخال عنوان ويب",Default:"الافتراضي",Circle:"دائرة",Dot:"نقطة",Quadrate:"المربعة",Find:"البحث","Find Previous":"تجد السابقة","Find Next":"تجد التالي","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"للصق المحتوى قادم من Microsoft Word/Excel الوثيقة. هل تريد أن تبقي شكل أو تنظيفه ؟ ","Word Paste Detected":"كلمة لصق الكشف عن",Clean:"نظيفة","Insert className":"أدخل اسم الفصل","Press Alt for custom resizing":"اضغط البديل لتغيير حجم مخصص","Line height":"ارتفاع الخط",spellcheck:"التدقيق الإملائي","Speech Recognize":"التعرف على الكلام",All:"تحديد الكل"},cs_cz:{"Type something":"Napiš něco","About Jodit":"O Jodit","Jodit Editor":"Editor Jodit","Free Non-commercial Version":"Verze pro nekomerční použití","Jodit User's Guide":"Jodit Uživatelská příručka","contains detailed help for using":"obsahuje detailní nápovědu","For information about the license, please go to our website:":"Pro informace o licenci, prosím, přejděte na naši stránku:","Buy full version":"Koupit plnou verzi","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright © XDSoft.net - Chupurnov Valeriy. Všechna práva vyhrazena.",Anchor:"Anchor","Open in new tab":"Otevřít v nové záložce","Open in fullsize":"Otevřít v celoobrazovkovém režimu","Clear Formatting":"Vyčistit formátování","Fill color or set the text color":"Barva výplně a písma",Redo:"Vpřed",Undo:"Zpět",Bold:"Tučné",Italic:"Kurzíva","Insert Unordered List":"Odrážky","Insert Ordered List":"Číslovaný seznam","Align Center":"Zarovnat na střed","Align Justify":"Zarovnat do bloku","Align Left":"Zarovnat vlevo","Align Right":"Zarovnat vpravo","Insert Horizontal Line":"Vložit horizontální linku","Insert Image":"Vložit obrázek","Insert file":"Vložit soubor","Insert youtube/vimeo video":"Vložit video (YT/Vimeo)","Insert link":"Vložit odkaz","Font size":"Velikost písma","Font family":"Typ písma","Insert format block":"Formátovat blok",Normal:"Normální text","Heading 1":"Nadpis 1","Heading 2":"Nadpis 2","Heading 3":"Nadpis 3","Heading 4":"Nadpis 4",Quote:"Citát",Code:"Kód",Insert:"Vložit","Insert table":"Vložit tabulku","Decrease Indent":"Zmenšit odsazení","Increase Indent":"Zvětšit odsazení","Select Special Character":"Vybrat speciální symbol","Insert Special Character":"Vložit speciální symbol","Paint format":"Použít formát","Change mode":"Změnit mód",Margins:"Okraje",top:"horní",right:"pravý",bottom:"spodní",left:"levý",Styles:"Styly",Classes:"Třídy",Align:"Zarovnání",Right:"Vpravo",Center:"Na střed",Left:"Vlevo","--Not Set--":"--nenastaveno--",Src:"src",Title:"Titulek",Alternative:"Alternativní text (alt)",Link:"Link","Open link in new tab":"Otevřít link v nové záložce",Image:"Obrázek",file:"soubor",Advanced:"Rozšířené","Image properties":"Vlastnosti obrázku",Cancel:"Zpět",Ok:"Ok","Your code is similar to HTML. Keep as HTML?":"Váš text se podobá HTML. Vložit ho jako HTML?","Paste as HTML":"Vložit jako HTML",Keep:"Ponechat originál",Clean:"Vyčistit","Insert as Text":"Vložit jako TEXT","Insert only Text":"Vložit pouze TEXT","Word Paste Detected":"Detekován fragment z Wordu nebo Excelu","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Obsah, který vkládáte, je pravděpodobně z Microsoft Word / Excel. Chcete ponechat formát nebo vložit pouze text?","File Browser":"Prohlížeč souborů","Error on load list":"Chyba při načítání seznamu souborů","Error on load folders":"Chyba při načítání složek","Are you sure?":"Jste si jistý(á)?","Enter Directory name":"Název složky","Create directory":"Vytvořit složku","type name":"název","Drop image":"Přetáhněte sem obrázek","Drop file":"Přetáhněte sem soubor","or click":"nebo klikněte","Alternative text":"Alternativní text",Browse:"Server",Upload:"Nahrát",Background:"Pozadí",Text:"Text",Top:"Nahoru",Middle:"Na střed",Bottom:"Dolu","Insert column before":"Vložit sloupec před","Insert column after":"Vložit sloupec za","Insert row above":"Vložit řádek nad","Insert row below":"Vložit řádek pod","Delete table":"Vymazat tabulku","Delete row":"Vymazat řádku","Delete column":"Vymazat sloupec","Empty cell":"Vyčistit buňku",source:"HTML",bold:"tučně",italic:"kurzíva",brush:"štětec",link:"odkaz",undo:"zpět",redo:"vpřed",table:"tabulka",image:"obrázek",eraser:"guma",paragraph:"odstavec",fontsize:"velikost písma",video:"video",font:"písmo",about:"о editoru",print:"tisk",underline:"podtrženo",strikethrough:"přeškrtnuto",indent:"zvětšit odsazení",outdent:"zmenšit odsazení",fullsize:"celoobrazovkový režim",shrink:"smrsknout",hr:"Linka",ul:"Odrážka",ol:"Číslovaný seznam",cut:"Vyjmout",selectall:"Označit vše","Embed code":"Kód","Open link":"Otevřít odkaz","Edit link":"Upravit odkaz","No follow":"Atribut no-follow",Unlink:"Odstranit odkaz",Eye:"Zobrazit",pencil:"Chcete-li upravit",Update:"Aktualizovat"," URL":"URL",Edit:"Editovat","Horizontal align":"Horizontální zarovnání",Filter:"Filtr","Sort by changed":"Dle poslední změny","Sort by name":"Dle názvu","Sort by size":"Dle velikosti","Add folder":"Přidat složku",Reset:"Reset",Save:"Uložit","Save as ...":"Uložit jako...",Resize:"Změnit rozměr",Crop:"Ořezat",Width:"Šířka",Height:"Výška","Keep Aspect Ratio":"Ponechat poměr",Yes:"Ano",No:"Ne",Remove:"Vyjmout",Select:"Označit","Chars: %d":"Znaky: %d","Words: %d":"Slova: %d",All:"Vše","Select %s":"Označit %s","Select all":"Označit vše","Vertical align":"Vertikální zarovnání",Split:"Rozdělit","Split vertical":"Rozdělit vertikálně","Split horizontal":"Rozdělit horizontálně",Merge:"Spojit","Add column":"Přidat sloupec","Add row":"Přidat řádek",Delete:"Vymazat",Border:"Okraj","License: %s":"Licence: %s","Strike through":"Přeškrtnuto",Underline:"Podtrženo",superscript:"Horní index",subscript:"Dolní index","Cut selection":"Vyjmout označené",Break:"Zalomení","Search for":"Najdi","Replace with":"Nahradit za",Replace:"Vyměňte",Paste:"Vložit","Choose Content to Paste":"Vyber obsah pro vložení","You can only edit your own images. Download this image on the host?":"Můžete upravovat pouze své obrázky. Načíst obrázek?","The image has been successfully uploaded to the host!":"Obrázek byl úspěšně nahrán!",palette:"paleta","There are no files":"V tomto adresáři nejsou žádné soubory.",Rename:"přejmenovat","Enter new name":"Zadejte nový název",preview:"náhled",download:"Stažení","Paste from clipboard":"Vložit ze schránky","Your browser doesn't support direct access to the clipboard.":"Váš prohlížeč nepodporuje přímý přístup do schránky.","Copy selection":"Kopírovat výběr",copy:"kopírování","Border radius":"Border radius","Show all":"Zobrazit všechny",Apply:"Platí","Please fill out this field":"Prosím, vyplňte toto pole","Please enter a web address":"Prosím, zadejte webovou adresu",Default:"Výchozí",Circle:"Kruh",Dot:"Dot",Quadrate:"Quadrate",Find:"Najít","Find Previous":"Najít Předchozí","Find Next":"Najít Další","Insert className":"Vložte název třídy","Press Alt for custom resizing":"Stiskněte Alt pro vlastní změnu velikosti"},de:{"Type something":"Bitte geben Sie einen Text ein",Advanced:"Fortgeschritten","About Jodit":"Über Jodit","Jodit Editor":"Jodit Editor","Jodit User's Guide":"Das Jodit Benutzerhandbuch","contains detailed help for using":"beinhaltet ausführliche Informationen wie Sie den Editor verwenden können.","For information about the license, please go to our website:":"Für Informationen zur Lizenz, besuchen Sie bitte unsere Web-Präsenz:","Buy full version":"Vollversion kaufen","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright © XDSoft.net - Chupurnov Valeriy. Alle Rechte vorbehalten.",Anchor:"Anker","Open in new tab":"In neuer Registerkarte öffnen","Open in fullsize":"Editor in voller Größe öffnen","Clear Formatting":"Formatierung löschen","Fill color or set the text color":"Füllfarbe oder Textfarbe ändern",Redo:"Wiederholen",Undo:"Rückgängig machen",Bold:"Fett",Italic:"Kursiv","Insert Unordered List":"Unsortierte Liste einfügen","Insert Ordered List":"Nummerierte Liste einfügen","Align Center":"Mittig ausrichten","Align Justify":"Blocksatz","Align Left":"Links ausrichten","Align Right":"Rechts ausrichten","Insert Horizontal Line":"Horizontale Linie einfügen","Insert Image":"Bild einfügen","Insert file":"Datei einfügen","Insert youtube/vimeo video":"Youtube/vimeo Video einfügen","Insert link":"Link einfügen","Font size":"Schriftgröße","Font family":"Schriftfamilie","Insert format block":"Formatblock einfügen",Normal:"Normal","Heading 1":"Überschrift 1","Heading 2":"Überschrift 2","Heading 3":"Überschrift 3","Heading 4":"Überschrift 4",Quote:"Zitat",Code:"Code",Insert:"Einfügen","Insert table":"Tabelle einfügen","Decrease Indent":"Einzug verkleinern","Increase Indent":"Einzug vergrößern","Select Special Character":"Sonderzeichen auswählen","Insert Special Character":"Sonderzeichen einfügen","Paint format":"Format kopieren","Change mode":"Änderungsmodus",Margins:"Ränder",top:"Oben",right:"Rechts",bottom:"Unten",left:"Links",Styles:"CSS Stil",Classes:"CSS Klassen",Align:"Ausrichtung",Right:"Rechts",Center:"Zentriert",Left:"Links","--Not Set--":"Keine",Src:"Pfad",Title:"Titel",Alternative:"Alternativer Text",Link:"Link","Open link in new tab":"Link in neuem Tab öffnen",Image:"Bild",file:"Datei","Image properties":"Bildeigenschaften",Cancel:"Abbrechen",Ok:"OK","Your code is similar to HTML. Keep as HTML?":"Ihr Text ähnelt HTML-Code. Als HTML beibehalten?","Paste as HTML":"Als HTML einfügen?",Keep:"Original speichern",Clean:"Säubern","Insert as Text":"Als Text einfügen","Word Paste Detected":"In Word formatierter Text erkannt","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Der Inhalt, den Sie einfügen, stammt aus einem Microsoft Word / Excel-Dokument. Möchten Sie das Format erhalten oder bereinigen?","Insert only Text":"Nur Text einfügen","File Browser":"Dateibrowser","Error on load list":"Fehler beim Laden der Liste","Error on load folders":"Fehler beim Laden der Ordner","Are you sure?":"Sind Sie sicher?","Enter Directory name":"Geben Sie den Verzeichnisnamen ein","Create directory":"Verzeichnis erstellen","type name":"Typname","Drop image":"Bild hier hinziehen","Drop file":"Datei löschen","or click":"oder hier klicken","Alternative text":"Alternativtext",Browse:"Auswählen",Upload:"Hochladen",Background:"Hintergrund",Text:"Text",Top:"Oben",Middle:"Mittig",Bottom:"Unten","Insert column before":"Spalte davor einfügen","Insert column after":"Spalte danach einfügen","Insert row above":"Zeile oberhalb einfügen","Insert row below":"Zeile unterhalb einfügen","Delete table":"Tabelle löschen","Delete row":"Zeile löschen","Delete column":"Spalte löschen","Empty cell":"Zelle leeren",Delete:"Löschen","Strike through":"Durchstreichen",Underline:"Unterstreichen",Break:"Pause","Search for":"Suche nach","Replace with":"Ersetzen durch",Replace:"Ersetzen",Edit:"Bearbeiten","Vertical align":"Vertikale Ausrichtung","Horizontal align":"Horizontale Ausrichtung",Filter:"Filter","Sort by changed":"Sortieren nach geändert","Sort by name":"Nach Name sortieren","Sort by size":"Nach Größe sortiert","Add folder":"Ordner hinzufügen","Split vertical":"Vertikal unterteilen","Split horizontal":"Horizontal unterteilen",Split:"Unterteilen",Merge:"Vereinen","Add column":"Spalte hinzufügen","Add row":"Zeile hinzufügen",Border:"Rand","Embed code":"Code einbetten",Update:"Aktualisieren",superscript:"Hochstellen",subscript:"Tiefstellen","Cut selection":"Auswahl ausschneiden",Paste:"Einfügen","Choose Content to Paste":"Wählen Sie den Inhalt zum Einfügen aus","Chars: %d":"Zeichen: %d","Words: %d":"Wörter: %d",All:"Alles markieren","Select %s":"Markieren: %s","Select all":"Alles markieren",source:"HTML",bold:"Fett gedruckt",italic:"Kursiv",brush:"Bürste",link:"Verknüpfung",undo:"Rückgängig machen",redo:"Wiederholen",table:"Tabelle",image:"Bild",eraser:"Radiergummi",paragraph:"Absatz",fontsize:"Schriftgröße",video:"Video",font:"Schriftart",about:"Über",print:"Drucken",underline:"Unterstreichen",strikethrough:"Durchstreichen",indent:"Einzug",outdent:"Herausstellen",fullsize:"Vollgröße",shrink:"Schrumpfen",hr:"die Linie",ul:"Liste von",ol:"Nummerierte Liste","Lower Alpha":"Standard, Alphabet (klein)","Upper Alpha":"Standard, Alphabet (gross)","Lower Roman":"Römisch (klein)","Upper Roman":"Römisch (gross)","Lower Greek":"Griechisch",cut:"Schneiden",selectall:"Wählen Sie Alle aus","Open link":"Link öffnen","Edit link":"Link bearbeiten","No follow":"Nofollow-Attribut",Unlink:"Link entfernen",Eye:"Ansehen",pencil:"Bearbeiten"," URL":"URL",Reset:"Wiederherstellen",Save:"Speichern","Save as ...":"Speichern als",Resize:"Größe ändern",Crop:"Größe anpassen",Width:"Breite",Height:"Höhe","Keep Aspect Ratio":"Seitenverhältnis beibehalten",Yes:"Ja",No:"Nein",Remove:"Entfernen",Select:"Markieren","You can only edit your own images. Download this image on the host?":"Sie können nur Ihre eigenen Bilder bearbeiten. Dieses Bild auf den Host herunterladen?","The image has been successfully uploaded to the host!":"Das Bild wurde erfolgreich auf den Server hochgeladen!",palette:"Palette","There are no files":"In diesem Verzeichnis befinden sich keine Dateien.",Rename:"Umbenennen","Enter new name":"Geben Sie einen neuen Namen ein",preview:"Vorschau",download:"Herunterladen","Paste from clipboard":"Aus Zwischenablage einfügen","Your browser doesn't support direct access to the clipboard.":"Ihr Browser unterstützt keinen direkten Zugriff auf die Zwischenablage.","Copy selection":"Auswahl kopieren",copy:"Kopieren","Border radius":"Radius für abgerundete Ecken","Show all":"Alle anzeigen",Apply:"Anwenden","Please fill out this field":"Bitte füllen Sie dieses Feld aus","Please enter a web address":"Bitte geben Sie eine Web-Adresse ein",Default:"Standard",Circle:"Kreis",Dot:"Punkte",Quadrate:"Quadrate",Find:"Suchen","Find Previous":"Suche vorherige","Find Next":"Weitersuchen","Insert className":"className (CSS) einfügen","Press Alt for custom resizing":"Drücken Sie Alt für benutzerdefinierte Größenanpassung","License: %s":"Lizenz: %s"},en:{"Type something":"Start writing...",pencil:"Edit",Quadrate:"Square"},es:{"Type something":"Escriba algo...",Advanced:"Avanzado","About Jodit":"Acerca de Jodit","Jodit Editor":"Jodit Editor","Jodit User's Guide":"Guía de usuario Jodit","contains detailed help for using":"contiene ayuda detallada para el uso.","For information about the license, please go to our website:":"Para información sobre la licencia, por favor visite nuestro sitio:","Buy full version":"Compre la versión completa","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright © XDSoft.net - Chupurnov Valeriy. Todos los derechos reservados.",Anchor:"Anclar","Open in new tab":"Abrir en nueva pestaña","Open in fullsize":"Abrir editor en pantalla completa","Clear Formatting":"Limpiar formato","Fill color or set the text color":"Color de relleno o de letra",Redo:"Rehacer",Undo:"Deshacer",Bold:"Negrita",Italic:"Cursiva","Insert Unordered List":"Insertar lista no ordenada","Insert Ordered List":"Insertar lista ordenada","Align Center":"Alinear Centrado","Align Justify":"Alinear Justificado","Align Left":"Alinear Izquierda","Align Right":"Alinear Derecha","Insert Horizontal Line":"Insertar línea horizontal","Insert Image":"Insertar imagen","Insert file":"Insertar archivo","Insert youtube/vimeo video":"Insertar video de Youtube/vimeo","Insert link":"Insertar vínculo","Font size":"Tamaño de letra","Font family":"Familia de letra","Insert format block":"Insertar bloque",Normal:"Normal","Heading 1":"Encabezado 1","Heading 2":"Encabezado 2","Heading 3":"Encabezado 3","Heading 4":"Encabezado 4",Quote:"Cita",Code:"Código",Insert:"Insertar","Insert table":"Insertar tabla","Decrease Indent":"Disminuir sangría","Increase Indent":"Aumentar sangría","Select Special Character":"Seleccionar caracter especial","Insert Special Character":"Insertar caracter especial","Paint format":"Copiar formato","Change mode":"Cambiar modo",Margins:"Márgenes",top:"arriba",right:"derecha",bottom:"abajo",left:"izquierda",Styles:"Estilos CSS",Classes:"Clases CSS",Align:"Alinear",Right:"Derecha",Center:"Centrado",Left:"Izquierda","--Not Set--":"--No Establecido--",Src:"Fuente",Title:"Título",Alternative:"Texto Alternativo",Filter:"Filtrar",Link:"Vínculo","Open link in new tab":"Abrir vínculo en nueva pestaña",Image:"Imagen",file:"Archivo","Image properties":"Propiedades de imagen",Cancel:"Cancelar",Ok:"Aceptar","Your code is similar to HTML. Keep as HTML?":"El código es similar a HTML. ¿Mantener como HTML?","Paste as HTML":"Pegar como HTML?",Keep:"Mantener",Clean:"Limpiar","Insert as Text":"Insertar como texto","Word Paste Detected":"Pegado desde Word detectado","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"El contenido pegado proviene de un documento de Microsoft Word/Excel. ¿Desea mantener el formato o limpiarlo?","Insert only Text":"Insertar solo texto","File Browser":"Buscar archivo","Error on load list":"Error al cargar la lista","Error on load folders":"Error al cargar las carpetas","Are you sure?":"¿Está seguro?","Enter Directory name":"Entre nombre de carpeta","Create directory":"Crear carpeta","type name":"Entre el nombre","Drop image":"Soltar imagen","Drop file":"Soltar archivo","or click":"o click","Alternative text":"Texto alternativo",Browse:"Buscar",Upload:"Subir",Background:"Fondo",Text:"Texto",Top:"Arriba",Middle:"Centro",Bottom:"Abajo","Insert column before":"Insertar columna antes","Insert column after":"Interar columna después","Insert row above":"Insertar fila arriba","Insert row below":"Insertar fila debajo","Delete table":"Borrar tabla","Delete row":"Borrar fila","Delete column":"Borrar columna","Empty cell":"Vaciar celda",Delete:"Borrar","Strike through":"Tachado",Underline:"Subrayado",Break:"Pausa","Search for":"Buscar","Replace with":"Reemplazar con",Replace:"Reemplazar",Edit:"Editar","Vertical align":"Alineación vertical","Horizontal align":"Alineación horizontal","Sort by changed":"Ordenar por fecha modificación","Sort by name":"Ordenar por nombre","Sort by size":"Ordenar por tamaño","Add folder":"Agregar carpeta",Split:"Dividir","Split vertical":"Dividir vertical","Split horizontal":"Dividir horizontal",Merge:"Mezclar","Add column":"Agregar columna","Add row":"Agregar fila",Border:"Borde","Embed code":"Incluir código",Update:"Actualizar",superscript:"superíndice",subscript:"subíndice","Cut selection":"Cortar selección",Paste:"Pegar","Choose Content to Paste":"Seleccionar contenido para pegar","Chars: %d":"Caracteres: %d","Words: %d":"Palabras: %d",All:"Todo","Select %s":"Seleccionar: %s","Select all":"Seleccionar todo",source:"HTML",bold:"negrita",italic:"cursiva",brush:"Brocha",link:"Vínculo",undo:"deshacer",redo:"rehacer",table:"Tabla",image:"Imagen",eraser:"Borrar",paragraph:"Párrafo",fontsize:"Tamaño de letra",video:"Video",font:"Letra",about:"Acerca de",print:"Imprimir",underline:"subrayar",strikethrough:"tachar",indent:"sangría",outdent:"quitar sangría",fullsize:"Tamaño completo",shrink:"encoger",hr:"línea horizontal",ul:"lista sin ordenar",ol:"lista ordenada",cut:"Cortar",selectall:"Seleccionar todo","Open link":"Abrir vínculo","Edit link":"Editar vínculo","No follow":"No seguir",Unlink:"Desvincular",Eye:"Ver",pencil:"Para editar"," URL":"URL",Reset:"Resetear",Save:"Guardar","Save as ...":"Guardar como...",Resize:"Redimensionar",Crop:"Recortar",Width:"Ancho",Height:"Alto","Keep Aspect Ratio":"Mantener relación de aspecto",Yes:"Si",No:"No",Remove:"Quitar",Select:"Seleccionar","You can only edit your own images. Download this image on the host?":"Solo puedes editar tus propias imágenes. ¿Descargar esta imagen en el servidor?","The image has been successfully uploaded to the host!":"¡La imagen se ha subido correctamente al servidor!",palette:"paleta","There are no files":"No hay archivos en este directorio.",Rename:"renombrar","Enter new name":"Ingresa un nuevo nombre",preview:"avance",download:"Descargar","Paste from clipboard":"Pegar desde el portapapeles","Your browser doesn't support direct access to the clipboard.":"Su navegador no soporta el acceso directo en el portapapeles.","Copy selection":"Selección de copia",copy:"copia","Border radius":"Radio frontera","Show all":"Mostrar todos los",Apply:"Aplicar","Please fill out this field":"Por favor, rellene este campo","Please enter a web address":"Por favor, introduzca una dirección web",Default:"Predeterminado",Circle:"Círculo",Dot:"Punto",Quadrate:"Cuadro","Lower Alpha":"Letra Minúscula","Lower Greek":"Griego Minúscula","Lower Roman":"Romano Minúscula","Upper Alpha":"Letra Mayúscula","Upper Roman":"Romano Mayúscula",Find:"Encontrar","Find Previous":"Buscar Anterior","Find Next":"Buscar Siguiente","Insert className":"Insertar nombre de clase","Press Alt for custom resizing":"Presione Alt para cambiar el tamaño personalizado","License: %s":"Licencia: %s"},fi:{"Type something":"Kirjoita jotain...",Advanced:"Avanzado","About Jodit":"Tietoja Jodit:ista","Jodit Editor":"Jodit Editor","Jodit User's Guide":"Jodit käyttäjän ohje","contains detailed help for using":"sisältää tarkempaa tietoa käyttämiseen","For information about the license, please go to our website:":"Tietoa lisensoinnista, vieraile verkkosivuillamme:","Buy full version":"Osta täysi versio","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright © XDSoft.net - Chupurnov Valeriy. Kaikki oikeudet pidätetään.",Anchor:"Ankkuri","Open in new tab":"Avaa uudessa välilehdessä","Open in fullsize":"Avaa täysikokoisena","Clear Formatting":"Poista muotoilu","Fill color or set the text color":"Täytä värillä tai aseta tekstin väri",Redo:"Tee uudelleen",Undo:"Peruuta",Bold:"Lihavoitu",Italic:"Kursiivi","Insert Unordered List":"Lisää järjestämätön lista","Insert Ordered List":"Lisää järjestetty lista","Align Center":"Asemoi keskelle","Align Justify":"Asemoi tasavälein","Align Left":"Asemoi vasemmalle","Align Right":"Asemoi oikealle","Insert Horizontal Line":"Lisää vaakasuuntainen viiva","Insert Image":"Lisää kuva","Insert file":"Lisää tiedosto","Insert youtube/vimeo video":"Lisää Youtube-/vimeo- video","Insert link":"Lisää linkki","Font size":"Kirjasimen koko","Font family":"Kirjasimen nimi","Insert format block":"Lisää muotoilualue",Normal:"Normaali","Heading 1":"Otsikko 1","Heading 2":"Otsikko 2","Heading 3":"Otsikko 3","Heading 4":"Otsikko 4",Quote:"Lainaus",Code:"Koodi",Insert:"Lisää","Insert table":"Lisää taulukko","Decrease Indent":"Pienennä sisennystä","Increase Indent":"Lisää sisennystä","Select Special Character":"Valitse erikoismerkki","Insert Special Character":"Lisää erikoismerkki","Paint format":"Maalaa muotoilu","Change mode":"Vaihda tilaa",Margins:"Marginaalit",top:"ylös",right:"oikealle",bottom:"alas",left:"vasemmalle",Styles:"CSS-tyylit",Classes:"CSS-luokat",Align:"Asemointi",Right:"Oikea",Center:"Keskellä",Left:"Vasen","--Not Set--":"--Ei asetettu--",Src:"Fuente",Title:"Otsikko",Alternative:"Vaihtoehtoinen teksti",Filter:"Suodatin",Link:"Linkki","Open link in new tab":"Avaa uudessa välilehdessä",Image:"Kuva",file:"Tiedosto","Image properties":"Kuvan ominaisuudet",Cancel:"Peruuta",Ok:"Ok","Your code is similar to HTML. Keep as HTML?":"Koodi on HTML:n tapaista. Säilytetäänkö HTML?","Paste as HTML":"Liitä HTML:nä?",Keep:"Säilytä",Clean:"Tyhjennä","Insert as Text":"Lisää tekstinä","Word Paste Detected":"Word liittäminen havaittu","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Liitetty sisältö tulee Microsoft Word-/Excel- tiedostosta. Haluatko säilyttää muotoilun vai poistaa sen?","Insert only Text":"Lisää vain teksti","File Browser":"Tiedostoselain","Error on load list":"Virhe listan latauksessa","Error on load folders":"Virhe kansioiden latauksessa","Are you sure?":"Oletko varma?","Enter Directory name":"Syötä hakemiston nimi","Create directory":"Luo hakemisto","type name":"Syötä nimi","Drop image":"Pudota kuva","Drop file":"Pudota tiedosto","or click":"tai klikkaa","Alternative text":"Vaihtoehtoinen teksti",Browse:"Selaa",Upload:"Lataa",Background:"Tausta",Text:"Teksti",Top:"Ylös",Middle:"Keskelle",Bottom:"Alas","Insert column before":"Lisää sarake ennen","Insert column after":"Lisää sarake jälkeen","Insert row above":"Lisää rivi ylös","Insert row below":"Lisää rivi alle","Delete table":"Poista taulukko","Delete row":"Poista rivi","Delete column":"Poista sarake","Empty cell":"Tyhjennä solu",Delete:"Poista","Strike through":"Yliviivaus",Underline:"Alleviivaus",Break:"Vaihto","Search for":"Etsi arvoa","Replace with":"Korvaa arvolla",Replace:"Korvaa",Edit:"Muokkaa","Vertical align":"Pystyasemointi","Horizontal align":"Vaaka-asemointi","Sort by changed":"Järjestä muuttuneilla","Sort by name":"Järjestä nimellä","Sort by size":"Järjestä koolla","Add folder":"Lisää kansio",Split:"Jaa","Split vertical":"Jaa pystysuuntaisesti","Split horizontal":"Jaa vaakasuuntaisesti",Merge:"Yhdistä","Add column":"Lisää sarake","Add row":"Lisää rivi",Border:"Reuna","Embed code":"Sisällytä koodi",Update:"Päivitä",superscript:"yläviite",subscript:"alaviite","Cut selection":"Leikkaa valinta",Paste:"Liitä","Choose Content to Paste":"Valitse liitettävä sisältö","Chars: %d":"Merkit: %d","Words: %d":"Sanat: %d",All:"Kaikki","Select %s":"Valitse: %s","Select all":"Valitse kaikki",source:"HTML",bold:"lihavoitu",italic:"kursiivi",brush:"sivellin",link:"linkki",undo:"peruuta",redo:"tee uudelleen",table:"taulukko",image:"kuva",eraser:"pyyhekumi",paragraph:"kappale",fontsize:"tekstin koko",video:"video",font:"kirjasin",about:"tietoja",print:"tulosta",underline:"alleviivaa",strikethrough:"yliviivaa",indent:"sisennä",outdent:"pienennä sisennystä",fullsize:"täysikokoinen",shrink:"pienennä",hr:"vaakaviiva",ul:"järjestetty lista",ol:"järjestämätön lista",cut:"leikkaa",selectall:"valitse kaikki","Open link":"Avaa linkki","Edit link":"Muokkaa linkkiä","No follow":"Älä seuraa",Unlink:"Pura linkki",Eye:"Ver",pencil:"Muokkaa"," URL":"URL",Reset:"Nollaa",Save:"Tallenna","Save as ...":"Tallenna nimellä ...",Resize:"Muuta kokoa",Crop:"Rajaa",Width:"Leveys",Height:"Korkeus","Keep Aspect Ratio":"Säilytä kuvasuhde",Yes:"Kyllä",No:"Ei",Remove:"Poista",Select:"Valitse","You can only edit your own images. Download this image on the host?":"Voit muokata vain omia kuvia. Lataa tämä kuva palvelimelle?","The image has been successfully uploaded to the host!":"Kuva on onnistuneesti ladattu palvelimelle!",palette:"paletti","There are no files":"Tiedostoja ei ole",Rename:"Nimeä uudelleen","Enter new name":"Syötä uusi nimi",preview:"esikatselu",download:"Lataa","Paste from clipboard":"Liitä leikepöydältä","Your browser doesn't support direct access to the clipboard.":"Selaimesi ei tue suoraa pääsyä leikepöydälle.","Copy selection":"Kopioi valinta",copy:"kopioi","Border radius":"Reunan pyöristys","Show all":"Näytä kaikki",Apply:"Käytä","Please fill out this field":"Täytä tämä kenttä","Please enter a web address":"Annan web-osoite",Default:"Oletus",Circle:"Ympyrä",Dot:"Piste",Quadrate:"Neliö","Lower Alpha":"Pieni aakkosellinen","Lower Greek":"Pieni kreikkalainen","Lower Roman":"Pieni roomalainen","Upper Alpha":"Suuri aakkosellinen","Upper Roman":"Suuri roomalainen",Find:"Hae","Find Previous":"Hae edellinen","Find Next":"Hae seuraava","Insert className":"Lisää luokkanimi","Press Alt for custom resizing":"Paina Alt muokattuun koon muuttamiseen","Class name":"Luokan nimi","License: %s":"Lisenssi: %s"},fr:{"Type something":"Ecrivez ici","About Jodit":"A propos de Jodit","Jodit Editor":"Editeur Jodit","Jodit User's Guide":"Guide de l'utilisateur","contains detailed help for using":"Aide détaillée à l'utilisation","For information about the license, please go to our website:":"Consulter la licence sur notre site web:","Buy full version":"Acheter la version complète","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright © XDSoft.net - Chupurnov Valeriy. Tous droits réservés.",Anchor:"Ancre","Open in new tab":"Ouvrir dans un nouvel onglet","Open in fullsize":"Ouvrir l'éditeur en pleine page","Clear Formatting":"Supprimer le formattage","Fill color or set the text color":"Modifier la couleur du fond ou du texte",Redo:"Refaire",Undo:"Défaire",Bold:"Gras",Italic:"Italique","Insert Unordered List":"Liste non ordonnée","Insert Ordered List":"Liste ordonnée","Align Center":"Centrer","Align Justify":"Justifier","Align Left":"Aligner à gauche ","Align Right":"Aligner à droite","Insert Horizontal Line":"Insérer une ligne horizontale","Insert Image":"Insérer une image","Insert file":"Insérer un fichier","Insert youtube/vimeo video":"Insérer une vidéo","Insert link":"Insérer un lien","Font size":"Taille des caractères","Font family":"Famille des caractères","Insert format block":"Bloc formatté",Normal:"Normal","Heading 1":"Titre 1","Heading 2":"Titre 2","Heading 3":"Titre 3","Heading 4":"Titre 4",Quote:"Citation",Code:"Code",Insert:"Insérer","Insert table":"Insérer un tableau","Decrease Indent":"Diminuer le retrait","Increase Indent":"Retrait plus","Select Special Character":"Sélectionnez un caractère spécial","Insert Special Character":"Insérer un caractère spécial","Paint format":"Cloner le format","Change mode":"Mode wysiwyg <-> code html",Margins:"Marges",top:"haut",right:"droite",bottom:"Bas",left:"gauche",Styles:"Styles",Classes:"Classes",Align:"Alignement",Right:"Droite",Center:"Centre",Left:"Gauche","--Not Set--":"--Non disponible--",Src:"Source",Title:"Titre",Alternative:"Alternative",Filter:"Filtre",Link:"Lien","Open link in new tab":"Ouvrir le lien dans un nouvel onglet",Image:"Image",file:"fichier",Advanced:"Avancé","Image properties":"Propriétés de l'image",Cancel:"Annuler",Ok:"OK","Your code is similar to HTML. Keep as HTML?":"Votre texte que vous essayez de coller est similaire au HTML. Collez-le en HTML?","Paste as HTML":"Coller en HTML?",Keep:"Sauvegarder l'original",Clean:"Nettoyer","Insert as Text":"Coller en tant que texte","Word Paste Detected":"C'est peut-être un fragment de Word ou Excel","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Le contenu que vous insérez provient d'un document Microsoft Word / Excel. Voulez-vous enregistrer le format ou l'effacer?","Insert only Text":"Coller le texte seulement","File Browser":"Explorateur de fichiers","Error on load list":"Erreur de liste de chargement","Error on load folders":"Erreur de dossier de chargement","Are you sure?":"Etes-vous sûrs ?","Enter Directory name":"Entrer le nom de dossier","Create directory":"Créer un dossier","type name":"type de fichier","Drop image":"Coller une image","Drop file":"Déposer un fichier","or click":"ou cliquer","Alternative text":"Texte de remplacemement",Browse:"Chercher",Upload:"Charger",Background:"Arrière-plan",Border:"Bordure",Text:"Texte",Top:"Haut",Middle:"Milieu",Bottom:"Bas","Insert column before":"Insérer une colonne avant","Insert column after":"Insérer une colonne après","Insert row above":"Insérer une ligne au dessus","Insert row below":"Insérer une ligne en dessous","Delete table":"Supprimer le tableau","Delete row":"Supprimer la ligne","Delete column":"Supprimer la colonne","Empty cell":"Vider la cellule","Chars: %d":"Symboles: %d","Words: %d":"Mots: %d",Split:"Split","Split vertical":"Split vertical","Split horizontal":"Split horizontal","Strike through":"Barrer",Underline:"Souligner",superscript:"exposant",subscript:"indice","Cut selection":"Couper la sélection","Select all":"Tout sélectionner",Break:"Pause","Search for":"Rechercher","Replace with":"Remplacer par",Replace:"Remplacer",Paste:"Coller","Choose Content to Paste":"Choisissez le contenu à coller",source:"la source",bold:"gras",italic:"italique",brush:"pinceau",link:"lien",undo:"annuler",redo:"refaire",table:"tableau",image:"image",eraser:"gomme",paragraph:"clause",fontsize:"taille de police",video:"Video",font:"police",about:"à propos de l'éditeur",print:"impression",underline:"souligné",strikethrough:"barré",indent:"indentation",outdent:"retrait",fullsize:"taille réelle",shrink:"taille conventionnelle",hr:"la ligne",ul:"Liste",ol:"Liste numérotée",cut:"Couper",selectall:"Sélectionner tout","Open link":"Ouvrir le lien","Edit link":"Modifier le lien","No follow":"Attribut Nofollow",Unlink:"Supprimer le lien",Eye:"Voir",pencil:"Pour éditer"," URL":"URL",Reset:"Restaurer",Save:"Sauvegarder","Save as ...":"Enregistrer sous",Resize:"Changer la taille",Crop:"Taille de garniture",Width:"Largeur",Height:"Hauteur","Keep Aspect Ratio":"Garder les proportions",Yes:"Oui",No:"Non",Remove:"Supprimer",Select:"Mettre en évidence","Select %s":"Mettre en évidence: %s",Update:"Mettre à jour","Vertical align":"Alignement vertical",Merge:"aller","Add column":"Ajouter une colonne","Add row":"Ajouter une rangée",Delete:"Effacer","Horizontal align":"Alignement horizontal","Sort by changed":"Trier par modification","Sort by name":"Trier par nom","Sort by size":"Trier par taille","Add folder":"Créer le dossier","You can only edit your own images. Download this image on the host?":"Vous ne pouvez éditer que vos propres images. Téléchargez cette image sur l'hôte?","The image has been successfully uploaded to the host!":"L'image a été téléchargée avec succès sur le serveur!",palette:"Palette","There are no files":"Il n'y a aucun fichier dans ce répertoire.",Rename:"renommer","Enter new name":"Entrez un nouveau nom",preview:"Aperçu",download:"Télécharger","Paste from clipboard":"Coller à partir du presse-papiers","Your browser doesn't support direct access to the clipboard.":"Votre navigateur ne prend pas en charge l'accès direct au presse-papiers.","Copy selection":"Copier la sélection",copy:"copie","Border radius":"Rayon des bordures","Show all":"Afficher tous",Apply:"Appliquer","Please fill out this field":"Veuillez remplir ce champ","Please enter a web address":"Veuillez entrer une adresse web",Default:"Par défaut",Circle:"Cercle",Dot:"Point",Quadrate:"Quadratique",Find:"Trouver","Find Previous":"Précédent","Find Next":"Suivant","Insert className":"Insérer un nom de classe","Press Alt for custom resizing":"Appuyez sur Alt pour un redimensionnement personnalisé","Embed code":"Code d'intégration",Edit:"Modifier",All:"Tout sélectionner","License: %s":"Licence: %s"},he:{"Type something":"הקלד משהו...",Advanced:"מתקדם","About Jodit":"About Jodit","Jodit Editor":"Jodit Editor","Jodit User's Guide":"Jodit User's Guide","contains detailed help for using":"contains detailed help for using.","For information about the license, please go to our website:":"For information about the license, please go to our website:","Buy full version":"Buy full version","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.",Anchor:"מקום עיגון","Open in new tab":"פתח בכרטיסיה חדשה","Open in fullsize":"פתח את העורך בחלון חדש","Clear Formatting":"נקה עיצוב","Fill color or set the text color":"שנה צבע טקסט או רקע",Redo:"בצע שוב",Undo:"בטל",Bold:"מודגש",Italic:"נטוי","Insert Unordered List":"הכנס רשימת תבליטים","Insert Ordered List":"הכנס רשימה ממוספרת","Align Center":"מרכז","Align Justify":"ישר ","Align Left":"ישר לשמאל","Align Right":"ישר לימין","Insert Horizontal Line":"הכנס קו אופקי","Insert Image":"הכנס תמונה","Insert file":"הכנס קובץ","Insert youtube/vimeo video":"הכנס סרטון וידאו מYouTube/Vimeo","Insert link":"הכנס קישור","Font size":"גודל גופן","Font family":"גופן","Insert format block":"מעוצב מראש",Normal:"רגיל","Heading 1":"כותרת 1","Heading 2":"כותרת 2","Heading 3":"כותרת 3","Heading 4":"כותרת 4",Quote:"ציטוט",Code:"קוד",Insert:"הכנס","Insert table":"הכנס טבלה","Decrease Indent":"הקטן כניסה","Increase Indent":"הגדל כניסה","Select Special Character":"בחר תו מיוחד","Insert Special Character":"הכנס תו מיוחד","Paint format":"העתק עיצוב","Change mode":"החלף מצב",Margins:"ריווח",top:"עליון",right:"ימין",bottom:"תחתון",left:"שמאל",Styles:"עיצוב CSS",Classes:"מחלקת CSS",Align:"יישור",Right:"ימין",Center:"מרכז",Left:"שמאל","--Not Set--":"--לא נקבע--",Src:"מקור",Title:"כותרת",Alternative:"כיתוב חלופי",Link:"קישור","Open link in new tab":"פתח בכרטיסיה חדשה",Image:"תמונה",file:"קובץ","Image properties":"מאפייני תמונה",Cancel:"ביטול",Ok:"אישור","Your code is similar to HTML. Keep as HTML?":"הקוד דומה לHTML, האם להשאיר כHTML","Paste as HTML":"הדבק כHTML",Keep:"השאר",Clean:"נקה","Insert as Text":"הכנס כטקסט","Word Paste Detected":'זוהתה הדבקה מ"וורד"',"The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"התוכן המודבק מגיע ממסמך וורד/אקסל. האם ברצונך להשאיר את העיצוב או לנקותו","Insert only Text":"הכנס טקסט בלבד","File Browser":"סייר הקבצים","Error on load list":"שגיאה בזמן טעינת רשימה","Error on load folders":"שגיאה בזמן טעינת תקיות","Are you sure?":"האם אתה בטוח?","Enter Directory name":"הכנס שם תקיה","Create directory":"צור תקיה","type name":"סוג הקובץ","Drop image":"הסר תמונה","Drop file":"הסר קובץ","or click":"או לחץ","Alternative text":"כיתוב חלופי",Browse:"סייר",Upload:"העלה",Background:"רקע",Text:"טקסט",Top:"עליון",Middle:"מרכז",Bottom:"תחתון","Insert column before":"הכנס עמודה לפני","Insert column after":"הכנס עמודה אחרי","Insert row above":"הכנס שורה מעל","Insert row below":"הכנס שורה מתחת","Delete table":"מחק טבלה","Delete row":"מחק שורה","Delete column":"מחק עמודה","Empty cell":"רוקן תא",Delete:"מחק","Strike through":"קו חוצה",Underline:"קו תחתון",Break:"שבירת שורה","Search for":"חפש","Replace with":"החלף ב",Replace:"להחליף",Edit:"ערוך","Vertical align":"יישור אנכי","Horizontal align":"יישור אופקי",Filter:"סנן","Sort by changed":"מין לפי שינוי","Sort by name":"מיין לפי שם","Sort by size":"מיין לפי גודל","Add folder":"הוסף תקייה",Split:"פיצול","Split vertical":"פיצול אנכי","Split horizontal":"פיצול אופקי",Merge:"מזג","Add column":"הוסף עמודה","Add row":"הוסף שורה",Border:"מסגרת","Embed code":"הוסף קוד",Update:"עדכן",superscript:"superscript",subscript:"subscript","Cut selection":"גזור בחירה",Paste:"הדבק","Choose Content to Paste":"בחר תוכן להדבקה","Chars: %d":"תווים: %d","Words: %d":"מילים: %d",All:"הכל","Select %s":"נבחר: %s","Select all":"בחר הכל",source:"HTML",bold:"מודגש",italic:"נטוי",brush:"מברשת",link:"קישור",undo:"בטל",redo:"בצע שוב",table:"טבלה",image:"תמונה",eraser:"מחק",paragraph:"פסקה",fontsize:"גודל גופן",video:"וידאו",font:"גופן",about:"עלינו",print:"הדפס",underline:"קו תחתון",strikethrough:"קו חוצה",indent:"הגדל כניסה",outdent:"הקטן כניסה",fullsize:"גודל מלא",shrink:"כווץ",hr:"קו אופקי",ul:"רשימת תבליטים",ol:"רשימה ממוספרת",cut:"חתוך",selectall:"בחר הכל","Open link":"פתח קישור","Edit link":"ערוך קישור","No follow":"ללא מעקב",Unlink:"בטל קישור",Eye:"הצג",pencil:"כדי לערוך"," URL":"כתובת",Reset:"אפס",Save:"שמור","Save as ...":"שמור בשם...",Resize:"שנה גודל",Crop:"חתוך",Width:"רוחב",Height:"גובה","Keep Aspect Ratio":"שמור יחס",Yes:"כן",No:"לא",Remove:"הסר",Select:"בחר","You can only edit your own images. Download this image on the host?":"רק קבצים המשוייכים שלך ניתנים לעריכה. האם להוריד את הקובץ?","The image has been successfully uploaded to the host!":"התמונה עלתה בהצלחה!",palette:"לוח","There are no files":"אין קבצים בספריה זו.",Rename:"הונגרית","Enter new name":"הזן שם חדש",preview:"תצוגה מקדימה",download:"הורד","Paste from clipboard":"להדביק מהלוח","Your browser doesn't support direct access to the clipboard.":"הדפדפן שלך לא תומך גישה ישירה ללוח.","Copy selection":"העתק בחירה",copy:"העתק","Border radius":"רדיוס הגבול","Show all":"הצג את כל",Apply:"החל","Please fill out this field":"נא למלא שדה זה","Please enter a web address":"אנא הזן כתובת אינטרנט",Default:"ברירת המחדל",Circle:"מעגל",Dot:"נקודה",Quadrate:"הריבוע הזה",Find:"למצוא","Find Previous":"מצא את הקודם","Find Next":"חפש את הבא","Insert className":"הכנס את שם הכיתה","Press Alt for custom resizing":"לחץ על אלט לשינוי גודל מותאם אישית","License: %s":"רישיון: %s"},hu:{"Type something":"Írjon be valamit",Advanced:"Haladó","About Jodit":"Joditról","Jodit Editor":"Jodit Editor","Free Non-commercial Version":"Ingyenes változat","Jodit User's Guide":"Jodit útmutató","contains detailed help for using":"további segítséget tartalmaz","For information about the license, please go to our website:":"További licence információkért látogassa meg a weboldalunkat:","Buy full version":"Teljes verzió megvásárlása","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright © XDSoft.net - Chupurnov Valeriy. Minden jog fenntartva.",Anchor:"Horgony","Open in new tab":"Megnyitás új lapon","Open in fullsize":"Megnyitás teljes méretben","Clear Formatting":"Formázás törlése","Fill color or set the text color":"Háttér/szöveg szín",Redo:"Újra",Undo:"Visszavon",Bold:"Félkövér",Italic:"Dőlt","Insert Unordered List":"Pontozott lista","Insert Ordered List":"Számozott lista","Align Center":"Középre zárt","Align Justify":"Sorkizárt","Align Left":"Balra zárt","Align Right":"Jobbra zárt","Insert Horizontal Line":"Vízszintes vonal beszúrása","Insert Image":"Kép beszúrás","Insert file":"Fájl beszúrás","Insert youtube/vimeo video":"Youtube videó beszúrása","Insert link":"Link beszúrás","Font size":"Betűméret","Font family":"Betűtípus","Insert format block":"Formázott blokk beszúrása",Normal:"Normál","Heading 1":"Fejléc 1","Heading 2":"Fejléc 2","Heading 3":"Fejléc 3","Heading 4":"Fejléc 4",Quote:"Idézet",Code:"Kód",Insert:"Beszúr","Insert table":"Táblázat beszúrása","Decrease Indent":"Behúzás csökkentése","Increase Indent":"Behúzás növelése","Select Special Character":"Speciális karakter kiválasztása","Insert Special Character":"Speciális karakter beszúrása","Paint format":"Kép formázása","Change mode":"Nézet váltása",Print:"Nyomtatás",Margins:"Szegélyek",top:"felső",right:"jobb",bottom:"alsó",left:"bal",Styles:"CSS stílusok",Classes:"CSS osztályok",Align:"Igazítás",Right:"Jobbra",Center:"Középre",Left:"Balra","--Not Set--":"Nincs",Src:"Forrás",Title:"Cím",Alternative:"Helyettesítő szöveg",Link:"Link","Open link in new tab":"Link megnyitása új lapon",Image:"Kép",file:"Fájl","Image properties":"Kép tulajdonságai",Cancel:"Mégsem",Ok:"OK","Your code is similar to HTML. Keep as HTML?":"A beillesztett szöveg HTML-nek tűnik. Megtartsuk HTML-ként?","Paste as HTML":"Beszúrás HTML-ként",Keep:"Megtartás",Clean:"Elvetés","Insert as Text":"Beszúrás szövegként","Word Paste Detected":"Word-ből másolt szöveg","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"A beillesztett tartalom Microsoft Word/Excel dokumentumból származik. Meg szeretné tartani a formátumát?","Insert only Text":"Csak szöveg beillesztése","File Browser":"Fájl tallózó","Error on load list":"Hiba a lista betöltése közben","Error on load folders":"Hiba a mappák betöltése közben","Are you sure?":"Biztosan ezt szeretné?","Enter Directory name":"Írjon be egy mappanevet","Create directory":"Mappa létrehozása","type name":"írjon be bevet","Drop image":"Húzza ide a képet","Drop file":"Húzza ide a fájlt","or click":"vagy kattintson","Alternative text":"Helyettesítő szöveg",Browse:"Tallóz",Upload:"Feltölt",Background:"Háttér",Text:"Szöveg",Top:"Fent",Middle:"Középen",Bottom:"Lent","Insert column before":"Oszlop beszúrás elé","Insert column after":"Oszlop beszúrás utána","Insert row above":"Sor beszúrás fölé","Insert row below":"Sor beszúrás alá","Delete table":"Táblázat törlése","Delete row":"Sor törlése","Delete column":"Oszlop törlése","Empty cell":"Cella tartalmának törlése",Delete:"Törlés","Strike through":"Áthúzott",Underline:"Aláhúzott",Break:"Szünet","Search for":"Keresés","Replace with":"Csere erre",Replace:"Cserélje ki",Edit:"Szerkeszt","Vertical align":"Függőleges igazítás","Horizontal align":"Vízszintes igazítás",Filter:"Szűrő","Sort by changed":"Rendezés módosítás szerint","Sort by name":"Rendezés név szerint","Sort by size":"Rendezés méret szerint","Add folder":"Mappa hozzáadás","Split vertical":"Függőleges felosztás","Split horizontal":"Vízszintes felosztás",Merge:"Összevonás","Add column":"Oszlop hozzáadás","Add row":"Sor hozzáadás",Border:"Szegély","Embed code":"Beágyazott kód",Update:"Frissít",superscript:"Felső index",subscript:"Alsó index","Cut selection":"Kivágás",Paste:"Beillesztés","Choose Content to Paste":"Válasszon tartalmat a beillesztéshez",Split:"Felosztás","Chars: %d":"Karakterek száma: %d","Words: %d":"Szavak száma: %d",All:"Összes","Select %s":"Kijelöl: %s","Select all":"Összes kijelölése",source:"HTML",bold:"Félkövér",italic:"Dőlt",brush:"Ecset",link:"Link",undo:"Visszavon",redo:"Újra",table:"Táblázat",image:"Kép",eraser:"Törlés",paragraph:"Paragráfus",fontsize:"Betűméret",video:"Videó",font:"Betű",about:"Rólunk",print:"Nyomtat",underline:"Aláhúzott",strikethrough:"Áthúzott",indent:"Behúzás",outdent:"Aussenseiter",fullsize:"Teljes méret",shrink:"Összenyom",hr:"Egyenes vonal",ul:"Lista",ol:"Számozott lista",cut:"Kivág",selectall:"Összes kijelölése","Open link":"Link megnyitása","Edit link":"Link szerkesztése","No follow":"Nincs követés",Unlink:"Link leválasztása",Eye:"felülvizsgálat",pencil:"Szerkesztés"," URL":"URL",Reset:"Visszaállít",Save:"Mentés","Save as ...":"Mentés másként...",Resize:"Átméretezés",Crop:"Kivág",Width:"Szélesség",Height:"Magasság","Keep Aspect Ratio":"Képarány megtartása",Yes:"Igen",No:"Nem",Remove:"Eltávolít",Select:"Kijelöl","You can only edit your own images. Download this image on the host?":"Csak a saját képeit tudja szerkeszteni. Letölti ezt a képet?","The image has been successfully uploaded to the host!":"Kép sikeresen feltöltve!",palette:"Palette","There are no files":"Er zijn geen bestanden in deze map.",Rename:"átnevezés","Enter new name":"Adja meg az új nevet",preview:"előnézet",download:"Letöltés","Paste from clipboard":"Illessze be a vágólap","Your browser doesn't support direct access to the clipboard.":"A böngésző nem támogatja a közvetlen hozzáférést biztosít a vágólapra.","Copy selection":"Másolás kiválasztása",copy:"másolás","Border radius":"Határ sugár","Show all":"Összes",Apply:"Alkalmazni","Please fill out this field":"Kérjük, töltse ki ezt a mezőt,","Please enter a web address":"Kérjük, írja be a webcímet",Default:"Alapértelmezett",Circle:"Kör",Dot:"Pont",Quadrate:"Quadrate",Find:"Találni","Find Previous":"Megtalálja Előző","Find Next":"Következő Keresése","Insert className":"Helyezze be az osztály nevét","Press Alt for custom resizing":"Nyomja meg az Alt egyéni átméretezés","License: %s":"Licenc: %s"},id:{"Type something":"Ketik sesuatu","About Jodit":"Tentang Jodit","Jodit Editor":"Editor Jodit","Free Non-commercial Version":"Versi Bebas Non-komersil","Jodit User's Guide":"Panduan Pengguna Jodit","contains detailed help for using":"mencakup detail bantuan penggunaan","For information about the license, please go to our website:":"Untuk informasi tentang lisensi, silakan kunjungi website:","Buy full version":"Beli versi lengkap","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Hak Cipta © XDSoft.net - Chupurnov Valeriy. Hak cipta dilindungi undang-undang.",Anchor:"Tautan","Open in new tab":"Buka di tab baru","Open in fullsize":"Buka editor dalam ukuran penuh","Clear Formatting":"Hapus Pemformatan","Fill color or set the text color":"Isi warna atau atur warna teks",Redo:"Ulangi",Undo:"Batalkan",Bold:"Tebal",Italic:"Miring","Insert Unordered List":"Sisipkan Daftar Tidak Berurut","Insert Ordered List":"Sisipkan Daftar Berurut","Align Center":"Tengah","Align Justify":"Penuh","Align Left":"Kiri","Align Right":"Kanan","Insert Horizontal Line":"Sisipkan Garis Horizontal","Insert Image":"Sisipkan Gambar","Insert file":"Sisipkan Berkas","Insert youtube/vimeo video":"Sisipkan video youtube/vimeo","Insert link":"Sisipkan tautan","Font size":"Ukuran font","Font family":"Keluarga font","Insert format block":"Sisipkan blok format",Normal:"Normal","Heading 1":"Heading 1","Heading 2":"Heading 2","Heading 3":"Heading 3","Heading 4":"Heading 4",Quote:"Kutip",Code:"Kode",Insert:"Sisipkan","Insert table":"Sisipkan tabel","Decrease Indent":"Kurangi Indentasi","Increase Indent":"Tambah Indentasi","Select Special Character":"Pilih Karakter Spesial","Insert Special Character":"Sisipkan Karakter Spesial","Paint format":"Formar warna","Change mode":"Ubah mode",Margins:"Batas",top:"atas",right:"kanan",bottom:"bawah",left:"kiri",Styles:"Gaya",Classes:"Class",Align:"Rata",Right:"Kanan",Center:"Tengah",Left:"Kiri","--Not Set--":"--Tidak diset--",Src:"Src",Title:"Judul",Alternative:"Teks alternatif",Link:"Tautan","Open link in new tab":"Buka tautan di tab baru",Image:"Gambar",file:"berkas",Advanced:"Lanjutan","Image properties":"Properti gambar",Cancel:"Batal",Ok:"Ya","Your code is similar to HTML. Keep as HTML?":"Kode Anda cenderung ke HTML. Biarkan sebagai HTML?","Paste as HTML":"Paste sebagai HTML",Keep:"Jaga",Clean:"Bersih","Insert as Text":"Sisipkan sebagai teks","Insert only Text":"Sisipkan hanya teks","Word Paste Detected":"Terdeteksi paste dari Word","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Konten dipaste dari dokumen Microsoft Word/Excel. Apakah Anda ingin tetap menjaga format atau membersihkannya?","File Browser":"Penjelajah Berkas","Error on load list":"Error ketika memuat list","Error on load folders":"Error ketika memuat folder","Are you sure?":"Apakah Anda yakin?","Enter Directory name":"Masukkan nama Direktori","Create directory":"Buat direktori","type name":"ketik nama","Drop image":"Letakkan gambar","Drop file":"Letakkan berkas","or click":"atau klik","Alternative text":"Teks alternatif",Browse:"Jelajahi",Upload:"Unggah",Background:"Latar Belakang",Text:"Teks",Top:"Atas",Middle:"Tengah",Bottom:"Bawah","Insert column before":"Sisipkan kolom sebelumnya","Insert column after":"Sisipkan kolom setelahnya","Insert row above":"Sisipkan baris di atasnya","Insert row below":"Sisipkan baris di bawahnya","Delete table":"Hapus tabel","Delete row":"Hapus baris","Delete column":"Hapus kolom","Empty cell":"Kosongkan cell",source:"sumber",bold:"tebal",italic:"miring",brush:"sikat",link:"tautan",undo:"batalkan",redo:"ulangi",table:"tabel",image:"gambar",eraser:"penghapus",paragraph:"paragraf",fontsize:"ukuran font",video:"video",font:"font",about:"tentang",print:"cetak",underline:"garis bawah",strikethrough:"coret",indent:"menjorok ke dalam",outdent:"menjorok ke luar",fullsize:"ukuran penuh",shrink:"menyusut",hr:"hr",ul:"ul",ol:"ol",cut:"potong",selectall:"Pilih semua","Embed code":"Kode embed","Open link":"Buka tautan","Edit link":"Edit tautan","No follow":"No follow",Unlink:"Hapus tautan",Eye:"Mata",pencil:"pensil",Update:"Perbarui"," URL":"URL",Edit:"Edit","Horizontal align":"Perataan horizontal",Filter:"Filter","Sort by changed":"Urutkan berdasarkan perubahan","Sort by name":"Urutkan berdasarkan nama","Sort by size":"Urutkan berdasarkan ukuran","Add folder":"Tambah folder",Reset:"Reset",Save:"Simpan","Save as ...":"Simpan sebagai...",Resize:"Ubah ukuran",Crop:"Crop",Width:"Lebar",Height:"Tinggi","Keep Aspect Ratio":"Jaga aspek rasio",Yes:"Ya",No:"Tidak",Remove:"Copot",Select:"Pilih","Chars: %d":"Karakter: %d","Words: %d":"Kata: %d",All:"Semua","Select %s":"Pilih %s","Select all":"Pilih semua","Vertical align":"Rata vertikal",Split:"Bagi","Split vertical":"Bagi secara vertikal","Split horizontal":"Bagi secara horizontal",Merge:"Gabungkan","Add column":"Tambah kolom","Add row":"tambah baris",Delete:"Hapus",Border:"Bingkai","License: %s":"Lisensi: %s","Strike through":"Coret",Underline:"Garis Bawah",superscript:"Superskrip",subscript:"Subskrip","Cut selection":"Potong pilihan",Break:"Berhenti","Search for":"Mencari","Replace with":"Ganti dengan",Replace:"Mengganti",Paste:"Paste","Choose Content to Paste":"Pilih konten untuk dipaste","You can only edit your own images. Download this image on the host?":"Anda hanya dapat mengedit gambar Anda sendiri. Unduh gambar ini di host?","The image has been successfully uploaded to the host!":"Gambar telah sukses diunggah ke host!",palette:"palet","There are no files":"Tidak ada berkas",Rename:"ganti nama","Enter new name":"Masukkan nama baru",preview:"pratinjau",download:"Unduh","Paste from clipboard":"Paste dari clipboard","Your browser doesn't support direct access to the clipboard.":"Browser anda tidak mendukung akses langsung ke clipboard.","Copy selection":"Copy seleksi",copy:"copy","Border radius":"Border radius","Show all":"Tampilkan semua",Apply:"Menerapkan","Please fill out this field":"Silahkan mengisi kolom ini","Please enter a web address":"Silahkan masukkan alamat web",Default:"Default",Circle:"Lingkaran",Dot:"Dot",Quadrate:"Kuadrat",Find:"Menemukan","Find Previous":"Menemukan Sebelumnya","Find Next":"Menemukan Berikutnya","Insert className":"Masukkan nama kelas","Press Alt for custom resizing":"Tekan Alt untuk mengubah ukuran kustom"},it:{"Type something":"Scrivi qualcosa...",Advanced:"Avanzato","About Jodit":"A proposito di Jodit","Jodit Editor":"Jodit Editor","Jodit User's Guide":"Guida utente di Jodit","contains detailed help for using":"contiene una guida dettagliata per l'uso.","For information about the license, please go to our website:":"Per informazioni sulla licenza, si prega di visitare il nostro sito web:","Buy full version":"Acquista la versione completa","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright © XDSoft.net - Chupurnov Valeriy. Tutti i diritti riservati.",Anchor:"Link","Open in new tab":"Apri in una nuova scheda","Open in fullsize":"Apri l'editor a schermo intero","Clear Formatting":"Pulisci Formattazione","Fill color or set the text color":"Colore di sfondo o del testo",Redo:"Ripristina",Undo:"Annulla",Bold:"Grassetto",Italic:"Corsivo","Insert Unordered List":"Inserisci lista non ordinata","Insert Ordered List":"Inserisci lista ordinata","Align Center":"Allinea al centro","Align Justify":"Allineamento Giustificato","Align Left":"Allinea a Sinistra","Align Right":"Allinea a Destra","Insert Horizontal Line":"Inserisci una linea orizzontale","Insert Image":"Inserisci immagine","Insert file":"Inserisci un file","Insert youtube/vimeo video":"Inserisci video Youtube/Vimeo","Insert link":"Inserisci link","Font size":"Dimensione carattere","Font family":"Tipo di font","Insert format block":"Inserisci blocco",Normal:"Normale","Heading 1":"Intestazione 1","Heading 2":"Intestazione 2","Heading 3":"Intestazione 3","Heading 4":"Intestazione 4",Quote:"Citazione",Code:"Codice",Insert:"Inserisci","Insert table":"Inserisci tabella","Decrease Indent":"Riduci il rientro","Increase Indent":"Aumenta il rientro","Select Special Character":"Seleziona un carattere speciale","Insert Special Character":"Inserisci un carattere speciale","Paint format":"Copia formato","Change mode":"Cambia modalita'",Margins:"Margini",top:"su",right:"destra",bottom:"giù",left:"sinistra",Styles:"Stili CSS",Classes:"Classi CSS",Align:"Allinea",Right:"Destra",Center:"Centro",Left:"Sinistra","--Not Set--":"--Non Impostato--",Src:"Fonte",Title:"Titolo",Alternative:"Testo Alternativo",Link:"Link","Open link in new tab":"Apri il link in una nuova scheda",Image:"Immagine",file:"Archivio","Image properties":"Proprietà dell'immagine",Cancel:"Annulla",Ok:"Accetta","Your code is similar to HTML. Keep as HTML?":"Il codice è simile all'HTML. Mantieni come HTML?","Paste as HTML":"Incolla come HTML",Keep:"Mantieni",Clean:"Pulisci","Insert as Text":"Inserisci come testo","Word Paste Detected":"Incolla testo da Word rilevato","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Il contenuto incollato proviene da un documento Microsoft Word / Excel. Vuoi mantenere il formato o pulirlo?","Insert only Text":"Inserisci solo il testo","File Browser":"Cerca file","Error on load list":"Errore durante il caricamento dell'elenco","Error on load folders":"Errore durante il caricamento delle cartelle","Are you sure?":"Sei sicuro?","Enter Directory name":"Inserisci il nome della cartella","Create directory":"Crea cartella","type name":"Digita il nome","Drop image":"Cancella immagine","Drop file":"Cancella file","or click":"o clicca","Alternative text":"Testo alternativo",Browse:"Sfoglia",Upload:"Carica",Background:"Sfondo",Text:"Testo",Top:"Su",Middle:"Centro",Bottom:"Sotto","Insert column before":"Inserisci la colonna prima","Insert column after":"Inserisci la colonna dopo","Insert row above":"Inserisci la riga sopra","Insert row below":"Inserisci la riga sotto","Delete table":"Elimina tabella","Delete row":"Elimina riga","Delete column":"Elimina colonna","Empty cell":"Cella vuota",Delete:"Cancella","Strike through":"Barrato",Underline:"Sottolineato",Break:"Pausa","Search for":"Cerca per","Replace with":"Sostituisci con",Replace:"Sostituisci",Edit:"Modifica","Vertical align":"Allineamento verticala","Horizontal align":"Allineamento orizzontale",Filter:"Filtro","Sort by changed":"Ordina per data di modifica","Sort by name":"Ordina per nome","Sort by size":"Ordina per dimensione","Add folder":"Aggiungi cartella",Split:"Dividi","Split vertical":"Dividi verticalmente","Split horizontal":"Dividi orizzontale",Merge:"Fondi","Add column":"Aggiungi colonna","Add row":"Aggiungi riga",Border:"Bordo","Embed code":"Includi codice",Update:"Aggiorna",superscript:"indice",subscript:"pedice","Cut selection":"Taglia selezione",Paste:"Incolla","Choose Content to Paste":"Seleziona il contenuto da incollare","Chars: %d":"Caratteri: %d","Words: %d":"Parole: %d",All:"Tutto","Select %s":"Seleziona: %s","Select all":"Seleziona tutto",source:"risorsa",bold:"Grassetto",italic:"Corsivo",brush:"Pennello",link:"Link",undo:"Annulla",redo:"Ripristina",table:"Tabella",image:"Immagine",eraser:"Gomma",paragraph:"Paragrafo",fontsize:"Dimensione del carattere",video:"Video",font:"Font",about:"Approposito di",print:"Stampa",underline:"Sottolineato",strikethrough:"Barrato",indent:"aumenta rientro",outdent:"riduci rientro",fullsize:"espandi",shrink:"comprimi",hr:"linea orizzontale",ul:"lista non ordinata",ol:"lista ordinata",cut:"Taglia",selectall:"Seleziona tutto","Open link":"Apri link","Edit link":"Modifica link","No follow":"Non seguire",Unlink:"Rimuovi link",Eye:"Recensione",pencil:"Per modificare"," URL":" URL",Reset:"Reset",Save:"Salva","Save as ...":"Salva con nome...",Resize:"Ridimensiona",Crop:"Ritaglia",Width:"Larghezza",Height:"Altezza","Keep Aspect Ratio":"Mantieni le proporzioni",Yes:"Si",No:"No",Remove:"Rimuovi",Select:"Seleziona","You can only edit your own images. Download this image on the host?":"Puoi modificare solo le tue immagini. Vuoi scaricare questa immagine dal server?","The image has been successfully uploaded to the host!":"L'immagine è stata caricata correttamente sul server!",palette:"tavolozza","There are no files":"Non ci sono file in questa directory.",Rename:"Rinomina","Enter new name":"Inserisci un nuovo nome",preview:"anteprima",download:"Scarica","Paste from clipboard":"Incolla dagli appunti","Your browser doesn't support direct access to the clipboard.":"Il tuo browser non supporta l'accesso diretto agli appunti.","Copy selection":"Copia selezione",copy:"copia","Border radius":"Border radius","Show all":"Mostra tutti",Apply:"Applica","Please fill out this field":"Si prega di compilare questo campo","Please enter a web address":"Si prega di inserire un indirizzo web",Default:"Default",Circle:"Cerchio",Dot:"Punto",Quadrate:"Quadrato","Lower Alpha":"Lettera Minuscola","Lower Greek":"Lettera Greca Minuscola","Lower Roman":"Numero Romano Minuscolo","Upper Alpha":"Lettera Maiuscola","Upper Roman":"Numero Romano Maiuscolo",Find:"Trova","Find Previous":"Trova Precedente","Find Next":"Trova Successivo","Insert className":"Inserisci il nome della classe","Press Alt for custom resizing":"Premere Alt per il ridimensionamento personalizzato","License: %s":"Licenza: %s"},ja:{"Type something":"なにかタイプしてください",Advanced:"高度な設定","About Jodit":"Joditについて","Jodit Editor":"Jodit Editor","Jodit User's Guide":"Jodit ユーザーズ・ガイド","contains detailed help for using":"詳しい使い方","For information about the license, please go to our website:":"ライセンス詳細についてはJodit Webサイトを確認ください:","Buy full version":"フルバージョンを購入","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.",Anchor:"Anchor","Open in new tab":"新しいタブで開く","Open in fullsize":"エディターのサイズ(フル/ノーマル)","Clear Formatting":"書式をクリア","Fill color or set the text color":"テキストの色",Redo:"やり直し",Undo:"元に戻す",Bold:"太字",Italic:"斜体","Insert Unordered List":"箇条書き","Insert Ordered List":"番号付きリスト","Align Center":"中央揃え","Align Justify":"両端揃え","Align Left":"左揃え","Align Right":"右揃え","Insert Horizontal Line":"区切り線を挿入","Insert Image":"画像を挿入","Insert file":"ファイルを挿入","Insert youtube/vimeo video":"Youtube/Vimeo 動画","Insert link":"リンクを挿入","Font size":"フォントサイズ","Font family":"フォント","Insert format block":"テキストのスタイル",Normal:"指定なし","Heading 1":"タイトル1","Heading 2":"タイトル2","Heading 3":"タイトル3","Heading 4":"タイトル4",Quote:"引用",Code:"コード",Insert:"挿入","Insert table":"表を挿入","Decrease Indent":"インデント減","Increase Indent":"インデント増","Select Special Character":"特殊文字を選択","Insert Special Character":"特殊文字を挿入","Paint format":"書式を貼付け","Change mode":"編集モード切替え",Margins:"マージン",top:"上",right:"右",bottom:"下",left:"左",Styles:"スタイル",Classes:"クラス",Align:"配置",Right:"右寄せ",Center:"中央寄せ",Left:"左寄せ","--Not Set--":"指定なし",Src:"ソース",Title:"タイトル",Alternative:"代替テキスト",Link:"リンク","Open link in new tab":"新しいタブで開く",Image:"画像",file:"ファイル","Image properties":"画像のプロパティー",Cancel:"キャンセル",Ok:"確定","Your code is similar to HTML. Keep as HTML?":"HTMLコードを保持しますか?","Paste as HTML":"HTMLで貼付け",Keep:"HTMLを保持",Clean:"Clean","Insert as Text":"HTMLをテキストにする","Word Paste Detected":"Word Paste Detected","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?","Insert only Text":"テキストだけ","File Browser":"File Browser","Error on load list":"Error on load list","Error on load folders":"Error on load folders","Are you sure?":"Are you sure?","Enter Directory name":"Enter Directory name","Create directory":"Create directory","type name":"type name","Drop image":"ここに画像をドロップ","Drop file":"ここにファイルをドロップ","or click":"or クリック","Alternative text":"代替テキスト",Browse:"ブラウズ",Upload:"アップロード",Background:"背景",Text:"文字",Top:"上",Middle:"中央",Bottom:"下","Insert column before":"左に列を挿入","Insert column after":"右に列を挿入","Insert row above":"上に行を挿入","Insert row below":"下に行を挿入","Delete table":"表を削除","Delete row":"行を削除","Delete column":"列を削除","Empty cell":"セルを空にする","Chars: %d":"文字数: %d","Words: %d":"単語数: %d","Strike through":"取り消し線",Underline:"下線",superscript:"上付き文字",subscript:"下付き文字","Cut selection":"切り取り","Select all":"すべて選択",Break:"Pause","Search for":"検索","Replace with":"置換",Replace:"交換",Paste:"貼付け","Choose Content to Paste":"選択した内容を貼付け",All:"全部",source:"source",bold:"bold",italic:"italic",brush:"brush",link:"link",undo:"undo",redo:"redo",table:"table",image:"image",eraser:"eraser",paragraph:"paragraph",fontsize:"fontsize",video:"video",font:"font",about:"about",print:"print",underline:"underline",strikethrough:"strikethrough",indent:"indent",outdent:"outdent",fullsize:"fullsize",shrink:"shrink",hr:"分割線",ul:"箇条書き",ol:"番号付きリスト",cut:"切り取り",selectall:"すべて選択","Open link":"リンクを開く","Edit link":"リンクを編集","No follow":"No follow",Unlink:"リンク解除",Eye:"サイトを確認"," URL":"URL",Reset:"リセット",Save:"保存","Save as ...":"Save as ...",Resize:"リサイズ",Crop:"Crop",Width:"幅",Height:"高さ","Keep Aspect Ratio":"縦横比を保持",Yes:"はい",No:"いいえ",Remove:"移除",Select:"選択","Select %s":"選択: %s",Update:"更新","Vertical align":"垂直方向の配置",Merge:"セルの結合","Add column":"列を追加","Add row":"行を追加",Border:"境界線","Embed code":"埋め込みコード",Delete:"削除",Edit:"編集","Horizontal align":"水平方向の配置",Filter:"Filter","Sort by changed":"Sort by changed","Sort by name":"Sort by name","Sort by size":"Sort by size","Add folder":"Add folder",Split:"分割","Split vertical":"セルの分割(垂直方向)","Split horizontal":"セルの分割(水平方向)","You can only edit your own images. Download this image on the host?":"You can only edit your own images. Download this image on the host?","The image has been successfully uploaded to the host!":"The image has been successfully uploaded to the host!",palette:"パレット",pencil:"鉛筆","There are no files":"There are no files",Rename:"Rename","Enter new name":"Enter new name",preview:"プレビュー",download:"ダウンロード","Paste from clipboard":"貼り付け","Your browser doesn't support direct access to the clipboard.":"お使いのブラウザはクリップボードを使用できません","Copy selection":"コピー",copy:"copy","Border radius":"角の丸み","Show all":"全て表示",Apply:"適用","Please fill out this field":"まだこの分野","Please enter a web address":"を入力してくださいウェブアドレス",Default:"デフォルト",Circle:"白丸",Dot:"黒丸",Quadrate:"四角",Find:"見","Find Previous":"探前","Find Next":"由来","Lower Alpha":"英小文字","Lower Greek":"ギリシャ文字","Lower Roman":"ローマ数字小文字","Upper Alpha":"英大文字","Upper Roman":"ローマ数字大文字","Insert className":"クラス名を挿入","Press Alt for custom resizing":"カスタムサイズ変更のためのAltキーを押します","License: %s":"ライセンス: %s"},ko:{"Type something":"무엇이든 입력하세요","About Jodit":"Jodit에 대하여","Jodit Editor":"Jodit Editor","Jodit User's Guide":"Jodit 사용자 안내서","contains detailed help for using":"자세한 도움말이 들어있어요","For information about the license, please go to our website:":"라이센스에 관해서는 Jodit 웹 사이트를 방문해주세요:","Buy full version":"풀 버전 구입하기","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.":"© XDSoft.net - Chupurnov Valeriy. 에게 저작권과 모든 권리가 있습니다.",Anchor:"Anchor","Open in new tab":"새 탭에서 열기","Open in fullsize":"전체 크기로 보기","Clear Formatting":"서식 지우기","Fill color or set the text color":"글씨 색상",Redo:"재실행",Undo:"실행 취소",Bold:"굵게",Italic:"기울임","Insert Unordered List":"글머리 목록","Insert Ordered List":"번호 목록","Align Center":"가운데 정렬","Align Justify":"양쪽 정렬","Align Left":"왼쪽 정렬","Align Right":"오른쪽 정렬","Insert Horizontal Line":"수평 구분선 넣기","Insert Image":"이미지 넣기","Insert file":"파일 넣기","Insert youtube/vimeo video":"Youtube/Vimeo 동영상","Insert link":"링크 넣기","Font size":"글꼴 크기","Font family":"글꼴","Insert format block":"블록 요소 넣기",Normal:"일반 텍스트","Heading 1":"제목 1","Heading 2":"제목 2","Heading 3":"제목 3","Heading 4":"제목 4",Quote:"인용",Code:"코드",Insert:"붙여 넣기","Insert table":"테이블","Decrease Indent":"들여쓰기 감소","Increase Indent":"들여쓰기 증가","Select Special Character":"특수문자 선택","Insert Special Character":"특수문자 입력","Paint format":"페인트 형식","Change mode":"편집모드 변경",Margins:"마진",top:"위",right:"오른쪽",bottom:"아래",left:"왼쪽",Styles:"스타일",Classes:"클래스",Align:"정렬",Right:"오른쪽으로",Center:"가운데로",Left:"왼쪽으로","--Not Set--":"--지정 안 함--",Src:"경로(src)",Title:"제목",Alternative:"대체 텍스트(alt)",Link:"링크","Open link in new tab":"새 탭에서 열기",file:"파일",Advanced:"고급","Image properties":"이미지 속성",Cancel:"취소",Ok:"확인","Your code is similar to HTML. Keep as HTML?":"HTML 코드로 감지했어요. 코드인채로 붙여넣을까요?","Paste as HTML":"HTML로 붙여넣기",Keep:"원본 유지",Clean:"지우기","Insert as Text":"텍스트로 넣기","Insert only Text":"텍스트만 넣기","Word Paste Detected":"Word 붙여넣기 감지","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Microsoft Word/Excel 문서로 감지했어요. 서식을 유지한채로 붙여넣을까요?","File Browser":"파일 탐색기","Error on load list":"목록 불러오기 에러","Error on load folders":"폴더 불러오기","Are you sure?":"정말 진행할까요?","Enter Directory name":"디렉토리 이름 입력","Create directory":"디렉토리 생성","type name":"이름 입력","Drop image":"이미지 드래그","Drop file":"파일 드래그","or click":"혹은 클릭","Alternative text":"대체 텍스트",Browse:"탐색",Upload:"업로드",Background:"배경",Text:"텍스트",Top:"위",Middle:"중앙",Bottom:"아래","Insert column before":"이전 열에 삽입","Insert column after":"다음 열에 삽입","Insert row above":"위 행에 삽입","Insert row below":"아래 행에 삽입","Delete table":"테이블 삭제","Delete row":"행 삭제","Delete column":"열 삭제","Empty cell":"빈 셀",source:"HTML 소스",bold:"볼드",italic:"이탤릭",brush:"브러시",link:"링크",undo:"실행 취소",redo:"재실행",table:"테이블",image:"이미지",eraser:"지우개",paragraph:"문단",fontsize:"글꼴 크기",video:"비디오",font:"글꼴",about:"편집기 정보",print:"프린트",underline:"밑줄",strikethrough:"취소선",indent:"들여쓰기",outdent:"내어쓰기",fullsize:"전체 화면",shrink:"일반 화면",hr:"구분선",ul:"글머리 목록",ol:"번호 목록",cut:"잘라내기",selectall:"모두 선택","Embed code":"Embed 코드","Open link":"링크 열기","Edit link":"링크 편집","No follow":"No follow",Unlink:"링크 제거",Eye:"사이트 확인",pencil:"연필",Update:"갱신"," URL":"URL",Edit:"편집","Horizontal align":"수평 정렬",Filter:"필터","Sort by changed":"변경일 정렬","Sort by name":"이름 정렬","Sort by size":"크기 정렬","Add folder":"새 폴더",Reset:"초기화",Save:"저장","Save as ...":"새로 저장하기 ...",Resize:"리사이즈",Crop:"크롭",Width:"가로 길이",Height:"세로 높이","Keep Aspect Ratio":"비율 유지하기",Yes:"네",No:"아니오",Remove:"제거",Select:"선택","Chars: %d":"문자수: %d","Words: %d":"단어수: %d",All:"모두","Select all":"모두 선택","Select %s":"선택: %s","Vertical align":"수직 정렬",Split:"분할","Split vertical":"세로 셀 분할","Split horizontal":"가로 셀 분할",Merge:"셀 병합","Add column":"열 추가","Add row":"행 추가",Delete:"삭제",Border:"외곽선","License: %s":"라이센스: %s","Strike through":"취소선",Underline:"밑줄",superscript:"윗첨자",subscript:"아래첨자","Cut selection":"선택 잘라내기",Break:"구분자","Search for":"검색","Replace with":"대체하기",Replace:"대체",Paste:"붙여넣기","Choose Content to Paste":"붙여넣을 내용 선택","You can only edit your own images. Download this image on the host?":"외부 이미지는 편집할 수 없어요. 외부 이미지를 다운로드 할까요?","The image has been successfully uploaded to the host!":"이미지를 무사히 업로드 했어요!",palette:"팔레트","There are no files":"파일이 없어요",Rename:"이름 변경","Enter new name":"새 이름 입력",preview:"미리보기",download:"다운로드","Paste from clipboard":"클립보드 붙여넣기","Your browser doesn't support direct access to the clipboard.":"사용중인 브라우저가 클립보드 접근을 지원하지 않아요.","Copy selection":"선택 복사",copy:"복사","Border radius":"둥근 테두리","Show all":"모두 보기",Apply:"적용","Please fill out this field":"이 항목을 입력해주세요!","Please enter a web address":"웹 URL을 입력해주세요.",Default:"기본",Circle:"원",Dot:"점",Quadrate:"정사각형",Find:"찾기","Find Previous":"이전 찾기","Find Next":"다음 찾기","Insert className":"className 입력","Press Alt for custom resizing":"사용자 지정 크기 조정에 대 한 고도 누르십시오"},mn:{"Type something":"Бичээд үзээрэй",Advanced:"Дэвшилтэт","About Jodit":"Jodit-ын талаар ","Jodit Editor":"Jodit програм","Jodit User's Guide":"Jodit гарын авлага","contains detailed help for using":"хэрэглээний талаар дэлгэрэнгүй мэдээллийг агуулна","For information about the license, please go to our website:":"Лицензийн мэдээллийг манай вэб хуудаснаас авна уу:","Buy full version":"Бүрэн хувилбар худалдан авах","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Зохиогчийн эрх хамгаалагдсан © XDSoft.net - Chupurnov Valeriy. Бүх эрхийг эзэмшинэ.",Anchor:"Холбоо барих","Open in new tab":"Шинэ табаар нээх","Open in fullsize":"Бүтэн дэлгэцээр нээх","Clear Formatting":"Форматыг арилгах","Fill color or set the text color":"Өнгөөр будах эсвэл текстийн өнгө сонгох",Redo:"Дахих",Undo:"Буцаах",Bold:"Тод",Italic:"Налуу","Insert Unordered List":"Тэмдэгт жагсаалт нэмэх","Insert Ordered List":"Дугаарт жагсаалт нэмэх","Align Center":"Голлож байрлуулах","Align Justify":"Тэгшитгэн байрлуулах","Align Left":"Зүүнд байрлуулах","Align Right":"Баруунд байрлуулах","Insert Horizontal Line":"Хэвтээ зураас нэмэх","Insert Image":"Зураг нэмэх","Insert file":"Файл нэмэх","Insert youtube/vimeo video":"Youtube/Vimeo видео нэмэх","Insert link":"Холбоос нэмэх","Font size":"Фонтын хэмжээ","Font family":"Фонтын бүл","Insert format block":"Блок нэмэх",Normal:"Хэвийн","Heading 1":"Гарчиг 1","Heading 2":"Гарчиг 2","Heading 3":"Гарчиг 3","Heading 4":"Гарчиг 4",Quote:"Ишлэл",Code:"Код",Insert:"Оруулах","Insert table":"Хүснэгт оруулах","Decrease Indent":"Доголын зай хасах","Increase Indent":"Доголын зай нэмэх","Select Special Character":"Тусгай тэмдэгт сонгох","Insert Special Character":"Тусгай тэмдэгт нэмэх","Paint format":"Зургийн формат","Change mode":"Горим өөрчлөх",Margins:"Цаасны зай",top:"Дээрээс",right:"Баруунаас",bottom:"Доороос",left:"Зүүнээс",Styles:"CSS стиль",Classes:"CSS анги",Align:"Байрлуулах",Right:"Баруун",Center:"Төв",Left:"Зүүн","--Not Set--":"--Тодорхойгүй--",Src:"Эх үүсвэр",Title:"Гарчиг",Alternative:"Алтернатив текст",Link:"Холбоос","Open link in new tab":"Холбоосыг шинэ хавтсанд нээх",Image:"Зураг",file:"Файл","Image properties":"Зургийн үзүүлэлт",Cancel:"Цуцлах",Ok:"Ok","Your code is similar to HTML. Keep as HTML?":"Таны код HTML кодтой адил байна. HTML форматаар үргэлжлүүлэх үү?","Paste as HTML":"HTML байдлаар буулгах",Keep:"Хадгалах",Clean:"Цэвэрлэх","Insert as Text":"Текст байдлаар нэмэх","Word Paste Detected":"Word байдлаар буулгасан байна","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Буулгасан агуулга Microsoft Word/Excel форматтай байна. Энэ форматыг хэвээр хадгалах уу эсвэл арилгах уу?","Insert only Text":"Зөвхөн текст оруулах","File Browser":"Файлын цонх","Error on load list":"Жагсаалт татах үед алдаа гарлаа","Error on load folders":"Хавтас татах үед алдаа гарлаа","Are you sure?":"Итгэлтэй байна уу?","Enter Directory name":"Хавтсын нэр оруулах","Create directory":"Хавтас үүсгэх","type name":"Нэр бичих","Drop image":"Зураг буулгах","Drop file":"Файл буулгах","or click":"эсвэл товш","Alternative text":"Алтернатив текст",Browse:"Үзэх",Upload:"Байршуулах",Background:"Арын зураг",Text:"Текст",Top:"Дээр",Middle:"Дунд",Bottom:"Доор","Insert column before":"Урд нь багана нэмэх","Insert column after":"Ард нь багана нэмэх","Insert row above":"Дээр нь мөр нэмэх","Insert row below":"Доор нь мөр нэмэх","Delete table":"Хүснэгт устгах","Delete row":"Мөр устгах","Delete column":"Багана устгах","Empty cell":"Нүд цэвэрлэх",Delete:"Устгах","Strike through":"Дээгүүр зураас",Underline:"Доогуур зураас",Break:"Мөрийг таслах","Search for":"Хайх","Replace with":"Үүгээр солих",Replace:"Солих",Edit:"Засах","Vertical align":"Босоо эгнүүлэх","Horizontal align":"Хэвтээ эгнүүлэх",Filter:"Шүүх","Sort by changed":"Сүүлд өөрчлөгдсөнөөр жагсаах","Sort by name":"Нэрээр жагсаах","Sort by size":"Хэмжээгээр жагсаах","Add folder":"Хавтас нэмэх",Split:"Задлах","Split vertical":"Баганаар задлах","Split horizontal":"Мөрөөр задлах",Merge:"Нэгтгэх","Add column":"Багана нэмэх","Add row":"Мөр нэмэх",Border:"Хүрээ","Embed code":"Код оруулах",Update:"Шинэчлэх",superscript:"Дээд индекс",subscript:"Доод индекс","Cut selection":"Сонголтыг таслах",Paste:"Буулгах","Choose Content to Paste":"Буулгах агуулгаа сонгоно уу","Chars: %d":"Тэмдэгт: %d","Words: %d":"Үг: %d",All:"Бүгдийг","Select %s":"Сонго: %s","Select all":"Бүгдийг сонго",source:"Эх үүсвэр",bold:"Тод",italic:"Налуу",brush:"Будах",link:"Холбоос",undo:"Буцаах",redo:"Дахих",table:"Хүснэгт",image:"Зураг",eraser:"Баллуур",paragraph:"Параграф",fontsize:"Фонтын хэмжээ",video:"Видео",font:"Фонт",about:"Тухай",print:"Хэвлэх",underline:"Доогуур зураас",strikethrough:"Дээгүүр зураас",indent:"Догол нэмэх",outdent:"Догол багасгах",fullsize:"Бүтэн дэлгэц",shrink:"Багасга",hr:"Хаалт",ul:"Тэмдэгт жагсаалт",ol:"Дугаарласан жагсаалт",cut:"Таслах",selectall:"Бүгдийг сонго","Open link":"Холбоос нээх","Edit link":"Холбоос засах","No follow":"Nofollow özelliği",Unlink:"Холбоос салгах",Eye:"Нүд",pencil:"Засах"," URL":"URL",Reset:"Буцаах",Save:"Хадгалах","Save as ...":"Өөрөөр хадгалах",Resize:"Хэмжээг өөрчил",Crop:"Тайрах",Width:"Өргөн",Height:"Өндөр","Keep Aspect Ratio":"Харьцааг хадгал",Yes:"Тийм",No:"Үгүй",Remove:"Арилга",Select:"Сонго","You can only edit your own images. Download this image on the host?":"Та зөвхөн өөрийн зургуудаа янзлах боломжтой. Энэ зургийг өөр лүүгээ татмаар байна уу?","The image has been successfully uploaded to the host!":"Зургийг хост руу амжилттай хадгалсан",palette:"Палет","There are no files":"Энд ямар нэг файл алга",Rename:"Шинээр нэрлэх","Enter new name":"Шинэ нэр оруулна уу",preview:"Урьдчилан харах",download:"Татах","Paste from clipboard":"Самбараас хуулах ","Your browser doesn't support direct access to the clipboard.":"Энэ вэб хөтчөөс самбарт хандах эрх алга.","Copy selection":"Сонголтыг хуул",copy:"Хуулах","Border radius":"Хүрээний радиус","Show all":"Бүгдийг харуулах",Apply:"Хэрэгжүүл","Please fill out this field":"Энэ талбарыг бөглөнө үү","Please enter a web address":"Вэб хаягаа оруулна уу",Default:"Үндсэн",Circle:"Дугуй",Dot:"Цэг",Quadrate:"Дөрвөлжин",Find:"Хайх","Find Previous":"Өмнөхийг ол","Find Next":"Дараагийнхийг ол","Insert className":"Бүлгийн нэрээ оруулна уу","Press Alt for custom resizing":"Хэмжээсийг шинээр өөчрлөхийн тулд Alt товчин дээр дарна уу","License: %s":"Лиценз: %s"},nl:{"Type something":"Begin met typen..",Advanced:"Geavanceerd","About Jodit":"Over Jodit","Jodit Editor":"Jodit Editor","Free Non-commercial Version":"Gratis niet-commerciële versie","Jodit User's Guide":"Jodit gebruikershandleiding","contains detailed help for using":"bevat gedetailleerde informatie voor gebruik.","For information about the license, please go to our website:":"Voor informatie over de licentie, ga naar onze website:","Buy full version":"Volledige versie kopen","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright © XDSoft.net - Chupurnov Valeriy. Alle rechten voorbehouden.",Anchor:"Anker","Open in new tab":"Open in nieuwe tab","Open in fullsize":"Editor in volledig scherm openen","Clear Formatting":"Opmaak verwijderen","Fill color or set the text color":"Vulkleur of tekstkleur aanpassen",Redo:"Opnieuw",Undo:"Ongedaan maken",Bold:"Vet",Italic:"Cursief","Insert Unordered List":"Geordende list invoegen","Insert Ordered List":"Ongeordende lijst invoegen","Align Center":"Centreren","Align Justify":"Uitlijnen op volledige breedte","Align Left":"Links uitlijnen","Align Right":"Rechts uitlijnen","Insert Horizontal Line":"Horizontale lijn invoegen","Insert Image":"Afbeelding invoegen","Insert file":"Bestand invoegen","Insert youtube/vimeo video":"Youtube/Vimeo video invoegen","Insert link":"Link toevoegen","Font size":"Tekstgrootte","Font family":"Lettertype","Insert format block":"Format blok invoegen",Normal:"Normaal","Heading 1":"Koptekst 1","Heading 2":"Koptekst 2","Heading 3":"Koptekst 3","Heading 4":"Koptekst 4",Quote:"Citaat",Code:"Code",Insert:"Invoegen","Insert table":"Tabel invoegen","Decrease Indent":"Inspringing verkleinen","Increase Indent":"Inspringing vergroten","Select Special Character":"Symbool selecteren","Insert Special Character":"Symbool invoegen","Paint format":"Opmaak kopieren","Change mode":"Modus veranderen",Margins:"Marges",top:"Boven",right:"Rechts",bottom:"Onder",left:"Links",Styles:"CSS styles",Classes:"CSS classes",Align:"Uitlijning",Right:"Rechts",Center:"Gecentreerd",Left:"Links","--Not Set--":"--Leeg--",Src:"Src",Title:"Titel",Alternative:"Alternatieve tekst",Link:"Link","Open link in new tab":"Link in nieuwe tab openen",Image:"Afbeelding",file:"Bestand","Image properties":"Afbeeldingseigenschappen",Cancel:"Annuleren",Ok:"OK","Your code is similar to HTML. Keep as HTML?":"Deze code lijkt op HTML. Als HTML behouden?","Paste as HTML":"Invoegen als HTML",Keep:"Origineel behouden",Clean:"Opschonen","Insert as Text":"Als tekst invoegen","Word Paste Detected":"Word-tekst gedetecteerd","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"De geplakte tekst is afkomstig van een Microsoft Word/Excel document. Wil je de opmaak behouden of opschonen?","Insert only Text":"Als onopgemaakte tekst invoegen","File Browser":"Bestandsbrowser","Error on load list":"Fout bij het laden van de lijst","Error on load folders":"Fout bij het laden van de mappenlijst","Are you sure?":"Weet je het zeker?","Enter Directory name":"Geef de map een naam","Create directory":"Map aanmaken","type name":"Type naam","Drop image":"Sleep hier een afbeelding naartoe","Drop file":"Sleep hier een bestand naartoe","or click":"of klik","Alternative text":"Alternatieve tekst",Browse:"Bladeren",Upload:"Uploaden",Background:"Achtergrond",Text:"Tekst",Top:"Boven",Middle:"Midden",Bottom:"Onder","Insert column before":"Kolom invoegen (voor)","Insert column after":"Kolom invoegen (na)","Insert row above":"Rij invoegen (boven)","Insert row below":"Rij invoegen (onder)","Delete table":"Tabel verwijderen","Delete row":"Rij verwijderen","Delete column":"Kolom verwijderen","Empty cell":"Cel leegmaken",Delete:"Verwijderen","Strike through":"Doorstrepen",Underline:"Onderstrepen",Break:"Enter","Search for":"Zoek naar","Replace with":"Vervangen door",Replace:"Vervangen",Edit:"Bewerken","Vertical align":"Verticaal uitlijnen","Horizontal align":"Horizontaal uitlijnen",Filter:"Filteren","Sort by changed":"Sorteren op wijzigingsdatum","Sort by name":"Sorteren op naam","Sort by size":"Sorteren op grootte","Add folder":"Map toevoegen",Split:"Splitsen","Split vertical":"Verticaal splitsen","Split horizontal":"Horizontaal splitsen",Merge:"Samenvoegen","Add column":"Kolom toevoegen","Add row":"Rij toevoegen",Border:"Rand","Embed code":"Embed code",Update:"Updaten",superscript:"Superscript",subscript:"Subscript","Cut selection":"Selectie knippen",Paste:"Plakken","Choose Content to Paste":"Kies content om te plakken","Chars: %d":"Tekens: %d","Words: %d":"Woorden: %d",All:"Alles","Select %s":"Selecteer: %s","Select all":"Selecteer alles",source:"Broncode",bold:"vet",italic:"cursief",brush:"kwast",link:"link",undo:"ongedaan maken",redo:"opnieuw",table:"tabel",image:"afbeelding",eraser:"gum",paragraph:"paragraaf",fontsize:"lettergrootte",video:"video",font:"lettertype",about:"over",print:"afdrukken",underline:"onderstreept",strikethrough:"doorgestreept",indent:"inspringen",outdent:"minder inspringen",fullsize:"volledige grootte",shrink:"kleiner maken",hr:"horizontale lijn",ul:"lijst",ol:"genummerde lijst",cut:"knip",selectall:"alles selecteren","Open link":"Link openen","Edit link":"Link aanpassen","No follow":"Niet volgen",Unlink:"link verwijderen",Eye:"Recensie",pencil:"Om te bewerken"," URL":" URL",Reset:"Herstellen",Save:"Opslaan","Save as ...":"Opslaan als ...",Resize:"Grootte aanpassen",Crop:"Bijknippen",Width:"Breedte",Height:"Hoogte","Keep Aspect Ratio":"Verhouding behouden",Yes:"Ja",No:"Nee",Remove:"Verwijderen",Select:"Selecteren","You can only edit your own images. Download this image on the host?":"Je kunt alleen je eigen afbeeldingen aanpassen. Deze afbeelding downloaden?","The image has been successfully uploaded to the host!":"De afbeelding is succesvol geüploadet!",palette:"Palette","There are no files":"Er zijn geen bestanden in deze map.",Rename:"Hernoemen","Enter new name":"Voer een nieuwe naam in",preview:"Voorvertoning",download:"Download","Paste from clipboard":"Plakken van klembord","Your browser doesn't support direct access to the clipboard.":"Uw browser ondersteunt geen directe toegang tot het klembord.","Copy selection":"Selectie kopiëren",copy:"kopiëren","Border radius":"Border radius","Show all":"Toon alle",Apply:"Toepassen","Please fill out this field":"Vul dit veld in","Please enter a web address":"Voer een webadres in",Default:"Standaard",Circle:"Cirkel",Dot:"Punt",Quadrate:"Kwadraat",Find:"Zoeken","Find Previous":"Vorige Zoeken","Find Next":"Volgende Zoeken","Insert className":"Voeg de klassenaam in","Press Alt for custom resizing":"Druk op Alt voor aangepaste grootte","License: %s":"Licentie: %s"},no:{"Type something":"Skriv noe","About Jodit":"Om Jodit","Jodit Editor":"Jodit-redigerer","Jodit User's Guide":"Jodit brukerveiledning","contains detailed help for using":"Inneholder detaljert hjelp for bruk","For information about the license, please go to our website:":"For informasjon om lisensen, besøk vår nettside:","Buy full version":"Kjøp fullversjon","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Opphavsrett © XDSoft.net - Chupurnov Valeriy. Alle rettigheter forbeholdt.",Anchor:"Anker","Open in new tab":"Åpne i ny fane","Open in fullsize":"Åpne i fullskjerm","Clear Formatting":"Fjern formatering","Fill color or set the text color":"Endre bakgrunns- eller tekstfarge",Redo:"Gjør om",Undo:"Angre",Bold:"Fet",Italic:"Kursiv","Insert Unordered List":"Sett inn punktliste","Insert Ordered List":"Sett inn nummerert liste","Align Center":"Midtstill","Align Justify":"Juster","Align Left":"Venstrejuster","Align Right":"Høyrejuster","Insert Horizontal Line":"Sett inn horisontal linje","Insert Image":"Sett inn bilde","Insert file":"Sett inn fil","Insert youtube/vimeo video":"Sett inn YouTube/Vimeo-video","Insert link":"Sett inn lenke","Font size":"Skriftstørrelse","Font family":"Skriftfamilie","Insert format block":"Sett inn formateringsblokk",Normal:"Normal","Heading 1":"Overskrift 1","Heading 2":"Overskrift 2","Heading 3":"Overskrift 3","Heading 4":"Overskrift 4",Quote:"Sitat",Code:"Kode",Insert:"Sett inn","Insert table":"Sett inn tabell","Decrease Indent":"Reduser innrykk","Increase Indent":"Øk innrykk","Select Special Character":"Velg spesialtegn","Insert Special Character":"Sett inn spesialtegn","Paint format":"Kopier format","Change mode":"Bytt modus (WYSIWYG/HTML)",Margins:"Marger",top:"topp",right:"høyre",bottom:"bunn",left:"venstre",Styles:"Stiler",Classes:"Klasser",Align:"Justering",Right:"Høyre",Center:"Senter",Left:"Venstre","--Not Set--":"--Ikke satt--",Src:"Kilde",Title:"Tittel",Alternative:"Alternativ",Filter:"Filter",Link:"Lenke","Open link in new tab":"Åpne lenke i ny fane",Image:"Bilde",file:"fil",Advanced:"Avansert","Image properties":"Bildeegenskaper",Cancel:"Avbryt",Ok:"OK","Your code is similar to HTML. Keep as HTML?":"Koden din ligner HTML. Beholde som HTML?","Paste as HTML":"Lim inn som HTML",Keep:"Behold",Clean:"Rens","Insert as Text":"Lim inn som tekst","Word Paste Detected":"Word-innliming oppdaget","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Innholdet du limer inn kommer fra et Microsoft Word/Excel-dokument. Vil du beholde formatet eller rense det?","Insert only Text":"Lim inn kun tekst","File Browser":"Filutforsker","Error on load list":"Feil ved lasting av liste","Error on load folders":"Feil ved lasting av mapper","Are you sure?":"Er du sikker?","Enter Directory name":"Skriv inn mappenavn","Create directory":"Opprett mappe","type name":"skriv navn","Drop image":"Slipp bilde","Drop file":"Slipp fil","or click":"eller klikk","Alternative text":"Alternativ tekst",Browse:"Bla gjennom",Upload:"Last opp",Background:"Bakgrunn",Border:"Kantlinje",Text:"Tekst",Top:"Topp",Middle:"Midt",Bottom:"Bunn","Insert column before":"Sett inn kolonne før","Insert column after":"Sett inn kolonne etter","Insert row above":"Sett inn rad over","Insert row below":"Sett inn rad under","Delete table":"Slett tabell","Delete row":"Slett rad","Delete column":"Slett kolonne","Empty cell":"Tøm celle","Chars: %d":"Tegn: %d","Words: %d":"Ord: %d",Split:"Del","Split vertical":"Del vertikalt","Split horizontal":"Del horisontalt","Strike through":"Gjennomstreking",Underline:"Understreking",superscript:"hevet skrift",subscript:"senket skrift","Cut selection":"Klipp ut markering","Select all":"Velg alt",Break:"Pause","Search for":"Søk etter","Replace with":"Erstatt med",Replace:"Erstatt",Paste:"Lim inn","Choose Content to Paste":"Velg innhold å lime inn",source:"kilde",bold:"fet",italic:"kursiv",brush:"pensel",link:"lenke",undo:"angre",redo:"gjør om",table:"tabell",image:"bilde",eraser:"viskelær",paragraph:"avsnitt",fontsize:"skriftstørrelse",video:"video",font:"skrift",about:"om redigeringsverktøyet",print:"skriv ut",underline:"understreking",strikethrough:"gjennomstreking",indent:"innrykk",outdent:"reduser innrykk",fullsize:"full størrelse",shrink:"krympe",hr:"linje",ul:"punktliste",ol:"nummerert liste",cut:"klipp ut",selectall:"velg alt","Open link":"Åpne lenke","Edit link":"Rediger lenke","No follow":"Ingen oppfølging",Unlink:"Fjern lenke",Eye:"Forhåndsvisning",pencil:"Rediger"," URL":"URL",Reset:"Tilbakestill",Save:"Lagre","Save as ...":"Lagre som ...",Resize:"Endre størrelse",Crop:"Beskjær",Width:"Bredde",Height:"Høyde","Keep Aspect Ratio":"Behold proporsjoner",Yes:"Ja",No:"Nei",Remove:"Fjern",Select:"Velg","Select %s":"Velg: %s",Update:"Oppdater","Vertical align":"Vertikal justering",Merge:"Slå sammen","Add column":"Legg til kolonne","Add row":"Legg til rad",Delete:"Slett","Horizontal align":"Horisontal justering","Sort by changed":"Sorter etter endring","Sort by name":"Sorter etter navn","Sort by size":"Sorter etter størrelse","Add folder":"Legg til mappe",palette:"Palett",preview:"Forhåndsvisning","Line height":"Linjehøyde","Insert className":"Sett inn klassenavn",apply:"Bruk",edit:"Rediger","Show all":"Vis alle",sound:"Lyd","Interim Results":"Foreløpige resultater",default:"Standard",circle:"Sirkel",dot:"Punkt",square:"Firkant","Press Alt for custom resizing":"Trykk på Alt for å endre størrelse","Copy selection":"Kopier utvalg","Paste from clipboard":"Lim inn fra utklippstavlen",Find:"Finne","Embed code":"Bygge inn kode",Edit:"Rediger",All:"Velg alle","License: %s":"Lisens: %s","You can only edit your own images. Download this image on the host?":"Du kan bare redigere dine egne bilder. Last ned dette bildet på verten?","The image has been successfully uploaded to the host!":"Bildet har blitt lastet opp til verten!","There are no files":"Det er ingen filer i denne katalogen",Rename:"Gi nytt navn","Enter new name":"Skriv inn nytt navn",download:"Last ned","Your browser doesn't support direct access to the clipboard.":"Nettleseren din støtter ikke direkte tilgang til utklippstavlen.",copy:"kopi","Border radius":"Grenseradius",Apply:"Bruk","Please fill out this field":"Vennligst fyll ut dette feltet","Please enter a web address":"Vennligst skriv inn en webadresse",Default:"Standard",Circle:"Sirkel",Dot:"Prikk",Quadrate:"Firkant","Find Previous":"Finn forrige","Find Next":"Finn neste"},pl:{"Type something":"Napisz coś",Advanced:"Zaawansowane","About Jodit":"O Jodit","Jodit Editor":"Edytor Jodit","Jodit User's Guide":"Instrukcja Jodit","contains detailed help for using":"zawiera szczegółowe informacje dotyczące użytkowania.","For information about the license, please go to our website:":"Odwiedź naszą stronę, aby uzyskać więcej informacji na temat licencji:","Buy full version":"Zakup pełnej wersji","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright © XDSoft.net - Chupurnov Valeriy. Wszystkie prawa zastrzeżone.",Anchor:"Kotwica","Open in new tab":"Otwórz w nowej zakładce","Open in fullsize":"Otwórz edytor w pełnym rozmiarze","Clear Formatting":"Wyczyść formatowanie","Fill color or set the text color":"Kolor wypełnienia lub ustaw kolor tekstu",Redo:"Ponów",Undo:"Cofnij",Bold:"Pogrubienie",Italic:"Kursywa","Insert Unordered List":"Wstaw listę wypunktowaną","Insert Ordered List":"Wstaw listę numeryczną","Align Center":"Wyśrodkuj","Align Justify":"Wyjustuj","Align Left":"Wyrównaj do lewej","Align Right":"Wyrównaj do prawej","Insert Horizontal Line":"Wstaw linię poziomą","Insert Image":"Wstaw grafikę","Insert file":"Wstaw plik","Insert youtube/vimeo video":"Wstaw film Youtube/vimeo","Insert link":"Wstaw link","Font size":"Rozmiar tekstu","Font family":"Krój czcionki","Insert format block":"Wstaw formatowanie",Normal:"Normalne","Heading 1":"Nagłówek 1","Heading 2":"Nagłówek 2","Heading 3":"Nagłówek 3","Heading 4":"Nagłówek 4",Quote:"Cytat",Code:"Kod",Insert:"Wstaw","Insert table":"Wstaw tabelę","Decrease Indent":"Zmniejsz wcięcie","Increase Indent":"Zwiększ wcięcie","Select Special Character":"Wybierz znak specjalny","Insert Special Character":"Wstaw znak specjalny","Paint format":"Malarz formatów","Change mode":"Zmień tryb",Margins:"Marginesy",top:"Górny",right:"Prawy",bottom:"Dolny",left:"Levy",Styles:"Style CSS",Classes:"Klasy CSS",Align:"Wyrównanie",Right:"Prawa",Center:"środek",Left:"Lewa","--Not Set--":"brak",Src:"Źródło",Title:"Tytuł",Alternative:"Tekst alternatywny",Link:"Link","Open link in new tab":"Otwórz w nowej zakładce",Image:"Grafika",file:"Plik","Image properties":"Właściwości grafiki",Cancel:"Anuluj",Ok:"OK","Your code is similar to HTML. Keep as HTML?":"Twój kod wygląda jak HTML. Zachować HTML?","Paste as HTML":"Wkleić jako HTML?",Keep:"Oryginalny tekst",Clean:"Wyczyść","Insert as Text":"Wstaw jako tekst","Word Paste Detected":"Wykryto tekst w formacie Word","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Wklejany tekst pochodzi z dokumentu Microsoft Word/Excel. Chcesz zachować ten format czy wyczyścić go? ","Insert only Text":"Wstaw tylko treść","File Browser":"Przeglądarka plików","Error on load list":"Błąd ładowania listy plików","Error on load folders":"Błąd ładowania folderów","Are you sure?":"Czy jesteś pewien?","Enter Directory name":"Wprowadź nazwę folderu","Create directory":"Utwórz folder","type name":"wprowadź nazwę","Drop image":"Upuść plik graficzny","Drop file":"Upuść plik","or click":"lub kliknij tu","Alternative text":"Tekst alternatywny",Browse:"Przeglądaj",Upload:"Wczytaj",Background:"Tło",Text:"Treść",Top:"Góra",Middle:"Środek",Bottom:"Dół","Insert column before":"Wstaw kolumnę przed","Insert column after":"Wstaw kolumnę po","Insert row above":"Wstaw wiersz przed","Insert row below":"Wstaw wiersz po","Delete table":"Usuń tabelę","Delete row":"Usuń wiersz","Delete column":"Usuń kolumnę","Empty cell":"Wyczyść komórkę",Delete:"Usuń","Strike through":"Przekreślenie",Underline:"Podkreślenie",Break:"Przerwa","Search for":"Szukaj","Replace with":"Zamień na",Replace:"Wymienić",Edit:"Edytuj","Vertical align":"Wyrównywanie w pionie","Horizontal align":"Wyrównywanie w poziomie",Filter:"Filtruj","Sort by changed":"Sortuj wg zmiany","Sort by name":"Sortuj wg nazwy","Sort by size":"Sortuj wg rozmiaru","Add folder":"Dodaj folder","Split vertical":"Podziel w pionie","Split horizontal":"Podziel w poziomie",Split:"Podziel",Merge:"Scal","Add column":"Dodaj kolumnę","Add row":"Dodaj wiersz",Border:"Obramowanie","Embed code":"Wstaw kod",Update:"Aktualizuj",superscript:"indeks górny",subscript:"index dolny","Cut selection":"Wytnij zaznaczenie",Paste:"Wklej","Choose Content to Paste":"Wybierz zawartość do wklejenia","Chars: %d":"Znaki: %d","Words: %d":"Słowa: %d",All:"Wszystko","Select %s":"Wybierz: %s","Select all":"Wybierz wszystko",source:"HTML",bold:"pogrubienie",italic:"kursywa",brush:"pędzel",link:"link",undo:"cofnij",redo:"ponów",table:"tabela",image:"grafika",eraser:"wyczyść",paragraph:"akapit",fontsize:"rozmiar czcionki",video:"wideo",font:"czcionka",about:"O programie",print:"drukuj",underline:"podkreślenie",strikethrough:"przekreślenie",indent:"wcięcie",outdent:"wycięcie",fullsize:"pełen rozmiar",shrink:"przytnij",hr:"linia pozioma",ul:"lista",ol:"lista numerowana",cut:"wytnij",selectall:"zaznacz wszystko","Open link":"otwórz link","Edit link":"edytuj link","No follow":"Atrybut no-follow",Unlink:"Usuń link",Eye:"szukaj",pencil:"edytuj"," URL":"URL",Reset:"wyczyść",Save:"zapisz","Save as ...":"zapisz jako",Resize:"Zmień rozmiar",Crop:"Przytnij",Width:"Szerokość",Height:"Wysokość","Keep Aspect Ratio":"Zachowaj proporcje",Yes:"Tak",No:"Nie",Remove:"Usuń",Select:"Wybierz","You can only edit your own images. Download this image on the host?":"Możesz edytować tylko swoje grafiki. Czy chcesz pobrać tą grafikę?","The image has been successfully uploaded to the host!":"Grafika została pomyślnienie dodana na serwer",palette:"Paleta","There are no files":"Brak plików.",Rename:"zmień nazwę","Enter new name":"Wprowadź nową nazwę",preview:"podgląd",download:"pobierz","Paste from clipboard":"Wklej ze schowka","Your browser doesn't support direct access to the clipboard.":"Twoja przeglądarka nie obsługuje schowka","Copy selection":"Kopiuj zaznaczenie",copy:"kopiuj","Border radius":"Zaokrąglenie krawędzi","Show all":"Pokaż wszystkie",Apply:"Zastosuj","Please fill out this field":"Proszę wypełnić to pole","Please enter a web address":"Proszę, wpisz adres sieci web",Default:"Domyślnie",Circle:"Koło",Dot:"Punkt",Quadrate:"Kwadrat",Find:"Znaleźć","Find Previous":"Znaleźć Poprzednie","Find Next":"Znajdź Dalej","Insert className":"Wstaw nazwę zajęć","Press Alt for custom resizing":"Naciśnij Alt, aby zmienić rozmiar","License: %s":"Licencja: %s"},pt_br:{"Type something":"Escreva algo...",Advanced:"Avançado","About Jodit":"Sobre o Jodit","Jodit Editor":"Editor Jodit","Jodit User's Guide":"Guia de usuário Jodit","contains detailed help for using":"contém ajuda detalhada para o uso.","For information about the license, please go to our website:":"Para informação sobre a licença, por favor visite nosso site:","Buy full version":"Compre a versão completa","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright © XDSoft.net - Chupurnov Valeriy. Todos os direitos reservados.",Anchor:"Link","Open in new tab":"Abrir em nova aba","Open in fullsize":"Abrir editor em tela cheia","Clear Formatting":"Limpar formatação","Fill color or set the text color":"Cor de preenchimento ou cor do texto",Redo:"Refazer",Undo:"Desfazer",Bold:"Negrito",Italic:"Itálico","Insert Unordered List":"Inserir lista não ordenada","Insert Ordered List":"Inserir lista ordenada","Align Center":"Centralizar","Align Justify":"Justificar","Align Left":"Alinhar à Esquerda","Align Right":"Alinhar à Direita","Insert Horizontal Line":"Inserir linha horizontal","Insert Image":"Inserir imagem","Insert file":"Inserir arquivo","Insert youtube/vimeo video":"Inserir vídeo do Youtube/vimeo","Insert link":"Inserir link","Font size":"Tamanho da letra","Font family":"Fonte","Insert format block":"Inserir bloco",Normal:"Normal","Heading 1":"Cabeçalho 1","Heading 2":"Cabeçalho 2","Heading 3":"Cabeçalho 3","Heading 4":"Cabeçalho 4",Quote:"Citação",Code:"Código",Insert:"Inserir","Insert table":"Inserir tabela","Decrease Indent":"Diminuir recuo","Increase Indent":"Aumentar recuo","Select Special Character":"Selecionar caractere especial","Insert Special Character":"Inserir caractere especial","Paint format":"Copiar formato","Change mode":"Mudar modo",Margins:"Margens",top:"cima",right:"direta",bottom:"baixo",left:"esquerda",Styles:"Estilos CSS",Classes:"Classes CSS",Align:"Alinhamento",Right:"Direita",Center:"Centro",Left:"Esquerda","--Not Set--":"--Não Estabelecido--",Src:"Fonte",Title:"Título",Alternative:"Texto Alternativo",Link:"Link","Open link in new tab":"Abrir link em nova aba",Image:"Imagem",file:"Arquivo","Image properties":"Propriedades da imagem",Cancel:"Cancelar",Ok:"Ok","Your code is similar to HTML. Keep as HTML?":"Seu código é similar ao HTML. Manter como HTML?","Paste as HTML":"Colar como HTML?",Keep:"Manter",Clean:"Limpar","Insert as Text":"Inserir como Texto","Word Paste Detected":"Colado do Word Detectado","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"O conteúdo colado veio de um documento Microsoft Word/Excel. Você deseja manter o formato ou limpa-lo?","Insert only Text":"Inserir somente o Texto","File Browser":"Procurar arquivo","Error on load list":"Erro ao carregar a lista","Error on load folders":"Erro ao carregar as pastas","Are you sure?":"Você tem certeza?","Enter Directory name":"Escreva o nome da pasta","Create directory":"Criar pasta","type name":"Escreva seu nome","Drop image":"Soltar imagem","Drop file":"Soltar arquivo","or click":"ou clique","Alternative text":"Texto alternativo",Browse:"Explorar",Upload:"Upload",Background:"Fundo",Text:"Texto",Top:"Cima",Middle:"Meio",Bottom:"Baixo","Insert column before":"Inserir coluna antes","Insert column after":"Inserir coluna depois","Insert row above":"Inserir linha acima","Insert row below":"Inserir linha abaixo","Delete table":"Excluir tabela","Delete row":"Excluir linha","Delete column":"Excluir coluna","Empty cell":"Limpar célula",Delete:"Excluir","Strike through":"Tachado",Underline:"Sublinhar",Break:"Pausa","Search for":"Procurar por","Replace with":"Substituir com",Replace:"Substituir",Edit:"Editar","Vertical align":"Alinhamento vertical","Horizontal align":"Alinhamento horizontal",Filter:"filtrar","Sort by changed":"Ordenar por modificação","Sort by name":"Ordenar por nome","Sort by size":"Ordenar por tamanho","Add folder":"Adicionar pasta",Split:"Dividir","Split vertical":"Dividir vertical","Split horizontal":"Dividir horizontal",Merge:"Mesclar","Add column":"Adicionar coluna","Add row":"Adicionar linha",Border:"Borda","Embed code":"Incluir código",Update:"Atualizar",superscript:"sobrescrito",subscript:"subscrito","Cut selection":"Cortar seleção",Paste:"Colar","Choose Content to Paste":"Escolher conteúdo para colar","Chars: %d":"Caracteres: %d","Words: %d":"Palavras: %d",All:"Tudo","Select %s":"Selecionar: %s","Select all":"Selecionar tudo",source:"HTML",bold:"negrito",italic:"itálico",brush:"pincel",link:"link",undo:"desfazer",redo:"refazer",table:"tabela",image:"imagem",eraser:"apagar",paragraph:"parágrafo",fontsize:"tamanho da letra",video:"vídeo",font:"fonte",about:"Sobre de",print:"Imprimir",underline:"sublinhar",strikethrough:"tachado",indent:"recuar",outdent:"diminuir recuo",fullsize:"Tamanho completo",shrink:"diminuir",hr:"linha horizontal",ul:"lista não ordenada",ol:"lista ordenada",cut:"Cortar",selectall:"Selecionar tudo","Open link":"Abrir link","Edit link":"Editar link","No follow":"Não siga",Unlink:"Remover link",Eye:"Visualizar",pencil:"Editar"," URL":"URL",Reset:"Resetar",Save:"Salvar","Save as ...":"Salvar como...",Resize:"Redimensionar",Crop:"Recortar",Width:"Largura",Height:"Altura","Keep Aspect Ratio":"Manter a proporção",Yes:"Sim",No:"Não",Remove:"Remover",Select:"Selecionar","You can only edit your own images. Download this image on the host?":"Você só pode editar suas próprias imagens. Baixar essa imagem pro servidor?","The image has been successfully uploaded to the host!":"A imagem foi enviada com sucesso para o servidor!",palette:"Palette","There are no files":"Não há arquivos nesse diretório.",Rename:"Húngara","Enter new name":"Digite um novo nome",preview:"preview",download:"Baixar","Paste from clipboard":"Colar da área de transferência","Your browser doesn't support direct access to the clipboard.":"O seu navegador não oferece suporte a acesso direto para a área de transferência.","Copy selection":"Selecção de cópia",copy:"cópia","Border radius":"Border radius","Show all":"Mostrar todos os",Apply:"Aplicar","Please fill out this field":"Por favor, preencha este campo","Please enter a web address":"Por favor introduza um endereço web",Default:"Padrão",Circle:"Círculo",Dot:"Ponto",Quadrate:"Quadro","Lower Alpha":"Letra Minúscula","Lower Greek":"Grego Minúscula","Lower Roman":"Romano Minúscula","Upper Alpha":"Letra Maiúscula","Upper Roman":"Romano Maiúscula",Find:"Encontrar","Find Previous":"Encontrar Anteriores","Find Next":"Localizar Próxima","Insert className":"Insira o nome da classe","Press Alt for custom resizing":"Pressione Alt para redimensionamento personalizado","License: %s":"Licença: %s"},ru:{"Type something":"Напишите что-либо","About Jodit":"О Jodit","Jodit Editor":"Редактор Jodit","Jodit User's Guide":"Jodit Руководство пользователя","contains detailed help for using":"содержит детальную информацию по использованию","For information about the license, please go to our website:":"Для получения сведений о лицензии , пожалуйста, перейдите на наш сайт:","Buy full version":"Купить полную версию","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Авторские права © XDSoft.net - Чупурнов Валерий. Все права защищены.",Anchor:"Анкор","Open in new tab":"Открывать ссылку в новой вкладке","Open in fullsize":"Открыть редактор в полном размере","Clear Formatting":"Очистить форматирование","Fill color or set the text color":"Цвет заливки или цвет текста",Redo:"Повтор",Undo:"Отмена",Bold:"Жирный",Italic:"Наклонный","Insert Unordered List":"Вставка маркированного списка","Insert Ordered List":"Вставить нумерованный список","Align Center":"Выровнять по центру","Align Justify":"Выровнять по ширине","Align Left":"Выровнять по левому краю","Align Right":"Выровнять по правому краю","Insert Horizontal Line":"Вставить горизонтальную линию","Insert Image":"Вставить изображение","Insert file":"Вставить файл","Insert youtube/vimeo video":"Вставьте видео","Insert link":"Вставить ссылку","Font size":"Размер шрифта","Font family":"Шрифт","Insert format block":"Вставить блочный элемент",Normal:"Нормальный текст","Heading 1":"Заголовок 1","Heading 2":"Заголовок 2","Heading 3":"Заголовок 3","Heading 4":"Заголовок 4",Quote:"Цитата",Code:"Код",Insert:"Вставить","Insert table":"Вставить таблицу","Decrease Indent":"Уменьшить отступ","Increase Indent":"Увеличить отступ","Select Special Character":"Выберите специальный символ","Insert Special Character":"Вставить специальный символ","Paint format":"Формат краски","Change mode":"Источник",Margins:"Отступы",top:"сверху",right:"справа",bottom:"снизу",left:"слева",Styles:"Стили",Classes:"Классы",Align:"Выравнивание",Right:"По правому краю",Center:"По центру",Left:"По левому краю","--Not Set--":"--не устанавливать--",Src:"src",Title:"Заголовок",Alternative:"Альтернативный текст (alt)",Link:"Ссылка","Open link in new tab":"Открывать ссылку в новом окне",file:"Файл",Advanced:"Расширенные","Image properties":"Свойства изображения",Cancel:"Отмена",Ok:"Ок","Your code is similar to HTML. Keep as HTML?":"Ваш текст, который вы пытаетесь вставить похож на HTML. Вставить его как HTML?","Paste as HTML":"Вставить как HTML?",Keep:"Сохранить оригинал",Clean:"Почистить","Insert as Text":"Вставить как текст","Insert only Text":"Вставить только текст","Word Paste Detected":"Возможно это фрагмент Word или Excel","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Контент который вы вставляете поступает из документа Microsoft Word / Excel. Вы хотите сохранить формат или очистить его?","File Browser":"Браузер файлов","Error on load list":"Ошибка при загрузке списка изображений","Error on load folders":"Ошибка при загрузке списка директорий","Are you sure?":"Вы уверены?","Enter Directory name":"Введите название директории","Create directory":"Создать директорию","type name":"введите название","Drop image":"Перетащите сюда изображение","Drop file":"Перетащите сюда файл","or click":"или нажмите","Alternative text":"Альтернативный текст",Browse:"Сервер",Upload:"Загрузка",Background:"Фон",Text:"Текст",Top:" К верху",Middle:"По середине",Bottom:"К низу","Insert column before":"Вставить столбец до","Insert column after":"Вставить столбец после","Insert row above":"Вставить ряд выше","Insert row below":"Вставить ряд ниже","Delete table":"Удалить таблицу","Delete row":"Удалять ряд","Delete column":"Удалить столбец","Empty cell":"Очистить ячейку",source:"HTML",bold:"жирный",italic:"курсив",brush:"заливка",link:"ссылка",undo:"отменить",redo:"повторить",table:"таблица",image:"Изображение",eraser:"очистить",paragraph:"параграф",fontsize:"размер шрифта",video:"видео",font:"шрифт",about:"о редакторе",print:"печать",underline:"подчеркнутый",strikethrough:"перечеркнутый",indent:"отступ",outdent:"выступ",fullsize:"во весь экран",shrink:"обычный размер",hr:"линия",ul:"Список",ol:"Нумерованный список",cut:"Вырезать",selectall:"Выделить все","Embed code":"Код","Open link":"Открыть ссылку","Edit link":"Редактировать ссылку","No follow":"Атрибут nofollow",Unlink:"Убрать ссылку",Eye:"Просмотр",pencil:"Редактировать",Update:"Обновить"," URL":"URL",Edit:"Редактировать","Horizontal align":"Горизонтальное выравнивание",Filter:"Фильтр","Sort by changed":"По изменению","Sort by name":"По имени","Sort by size":"По размеру","Add folder":"Добавить папку",Reset:"Восстановить",Save:"Сохранить","Save as ...":"Сохранить как",Resize:"Изменить размер",Crop:"Обрезать размер",Width:"Ширина",Height:"Высота","Keep Aspect Ratio":"Сохранять пропорции",Yes:"Да",No:"Нет",Remove:"Удалить",Select:"Выделить","Chars: %d":"Символов: %d","Words: %d":"Слов: %d",All:"Выделить все","Select %s":"Выделить: %s","Select all":"Выделить все","Vertical align":"Вертикальное выравнивание",Split:"Разделить","Split vertical":"Разделить по вертикали","Split horizontal":"Разделить по горизонтали",Merge:"Объединить в одну","Add column":"Добавить столбец","Add row":"Добавить строку",Delete:"Удалить",Border:"Рамка","License: %s":"Лицензия: %s","Strike through":"Перечеркнуть",Underline:"Подчеркивание",superscript:"верхний индекс",subscript:"индекс","Cut selection":"Вырезать",Break:"Разделитель","Search for":"Найти","Replace with":"Заменить на",Replace:"Заменить",Paste:"Вставить","Choose Content to Paste":"Выбрать контент для вставки","You can only edit your own images. Download this image on the host?":"Вы можете редактировать только свои собственные изображения. Загрузить это изображение на ваш сервер?","The image has been successfully uploaded to the host!":"Изображение успешно загружено на сервер!",palette:"палитра","There are no files":"В данном каталоге нет файлов",Rename:"Переименовать","Enter new name":"Введите новое имя",preview:"Предпросмотр",download:"Скачать","Paste from clipboard":"Вставить из буфера обмена","Your browser doesn't support direct access to the clipboard.":"Ваш браузер не поддерживает прямой доступ к буферу обмена.","Copy selection":"Скопировать выделенное",copy:"копия","Border radius":"Радиус границы","Show all":"Показать все",Apply:"Применить","Please fill out this field":"Пожалуйста, заполните это поле","Please enter a web address":"Пожалуйста, введите веб-адрес",Default:"По умолчанию",Circle:"Круг",Dot:"Точка",Quadrate:"Квадрат",Find:"Найти","Find Previous":"Найти Предыдущие","Find Next":"Найти Далее","Insert className":"Вставить название класса","Press Alt for custom resizing":"Нажмите Alt для изменения пользовательского размера"},tr:{"Type something":"Bir şeyler yaz",Advanced:"Gelişmiş","About Jodit":"Jodit Hakkında","Jodit Editor":"Jodit Editor","Jodit User's Guide":"Jodit Kullanım Kılavuzu","contains detailed help for using":"kullanım için detaylı bilgiler içerir","For information about the license, please go to our website:":"Lisans hakkında bilgi için lütfen web sitemize gidin:","Buy full version":"Tam versiyonunu satın al","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright © XDSoft.net - Chupurnov Valeriy. Tüm hakları saklıdır.",Anchor:"Bağlantı","Open in new tab":"Yeni sekmede aç","Open in fullsize":"Editörü tam ekranda aç","Clear Formatting":"Stili temizle","Fill color or set the text color":"Renk doldur veya yazı rengi seç",Redo:"Yinele",Undo:"Geri Al",Bold:"Kalın",Italic:"İtalik","Insert Unordered List":"Sırasız Liste Ekle","Insert Ordered List":"Sıralı Liste Ekle","Align Center":"Ortala","Align Justify":"Kenarlara Yasla","Align Left":"Sola Yasla","Align Right":"Sağa Yasla","Insert Horizontal Line":"Yatay Çizgi Ekle","Insert Image":"Resim Ekle","Insert file":"Dosya Ekle","Insert youtube/vimeo video":"Youtube/Vimeo Videosu Ekle","Insert link":"Bağlantı Ekle","Font size":"Font Boyutu","Font family":"Font Ailesi","Insert format block":"Blok Ekle",Normal:"Normal","Heading 1":"Başlık 1","Heading 2":"Başlık 2","Heading 3":"Başlık 3","Heading 4":"Başlık 4",Quote:"Alıntı",Code:"Kod",Insert:"Ekle","Insert table":"Tablo Ekle","Decrease Indent":"Girintiyi Azalt","Increase Indent":"Girintiyi Arttır","Select Special Character":"Özel Karakter Seç","Insert Special Character":"Özel Karakter Ekle","Paint format":"Resim Biçimi","Change mode":"Mod Değiştir",Margins:"Boşluklar",top:"Üst",right:"Sağ",bottom:"Alt",left:"Sol",Styles:"CSS Stilleri",Classes:"CSS Sınıfları",Align:"Hizalama",Right:"Sağ",Center:"Ortalı",Left:"Sol","--Not Set--":"Belirsiz",Src:"Kaynak",Title:"Başlık",Alternative:"Alternatif Yazı",Link:"Link","Open link in new tab":"Bağlantıyı yeni sekmede aç",Image:"Resim",file:"Dosya","Image properties":"Resim özellikleri",Cancel:"İptal",Ok:"Tamam","Your code is similar to HTML. Keep as HTML?":"Kodunuz HTML koduna benziyor. HTML olarak devam etmek ister misiniz?","Paste as HTML":"HTML olarak yapıştır",Keep:"Sakla",Clean:"Temizle","Insert as Text":"Yazı olarak ekle","Word Paste Detected":"Word biçiminde yapıştırma algılandı","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Yapıştırılan içerik bir Microsoft Word/Excel belgesinden geliyor. Formatı korumak mı yoksa temizlemek mi istiyorsunuz?","Insert only Text":"Sadece yazıyı ekle","File Browser":"Dosya Listeleyici","Error on load list":"Liste yüklenirken hata oluştu","Error on load folders":"Klasörler yüklenirken hata oluştur","Are you sure?":"Emin misiniz?","Enter Directory name":"Dizin yolu giriniz","Create directory":"Dizin oluştur","type name":"İsim yaz","Drop image":"Resim bırak","Drop file":"Dosya bırak","or click":"veya tıkla","Alternative text":"Alternatif yazı",Browse:"Gözat",Upload:"Yükle",Background:"Arka plan",Text:"Yazı",Top:"Üst",Middle:"Orta",Bottom:"Aşağı","Insert column before":"Öncesine kolon ekle","Insert column after":"Sonrasına kolon ekle","Insert row above":"Üstüne satır ekle","Insert row below":"Altına satır ekle","Delete table":"Tabloyu sil","Delete row":"Satırı sil","Delete column":"Kolonu sil","Empty cell":"Hücreyi temizle",Delete:"Sil","Strike through":"Üstü çizili",Underline:"Alt çizgi",Break:"Satır sonu","Search for":"Ara","Replace with":"Şununla değiştir",Replace:"Değiştir",Edit:"Düzenle","Vertical align":"Dikey hizala","Horizontal align":"Yatay hizala",Filter:"Filtre","Sort by changed":"Değişime göre sırala","Sort by name":"İsme göre sırala","Sort by size":"Boyuta göre sırala","Add folder":"Klasör ekle",Split:"Ayır","Split vertical":"Dikey ayır","Split horizontal":"Yatay ayır",Merge:"Birleştir","Add column":"Kolon ekle","Add row":"Satır ekle",Border:"Kenarlık","Embed code":"Kod ekle",Update:"Güncelle",superscript:"Üst yazı",subscript:"Alt yazı","Cut selection":"Seçilimi kes",Paste:"Yapıştır","Choose Content to Paste":"Yapıştırılacak içerik seç","Chars: %d":"Harfler: %d","Words: %d":"Kelimeler: %d",All:"Tümü","Select %s":"Seç: %s","Select all":"Tümünü seç",source:"Kaynak",bold:"Kalın",italic:"italik",brush:"Fırça",link:"Bağlantı",undo:"Geri al",redo:"Yinele",table:"Tablo",image:"Resim",eraser:"Silgi",paragraph:"Paragraf",fontsize:"Font boyutu",video:"Video",font:"Font",about:"Hakkında",print:"Yazdır",underline:"Alt çizgi",strikethrough:"Üstü çizili",indent:"Girinti",outdent:"Çıkıntı",fullsize:"Tam ekran",shrink:"Küçült",hr:"Ayraç",ul:"Sırasız liste",ol:"Sıralı liste",cut:"Kes",selectall:"Tümünü seç","Open link":"Bağlantıyı aç","Edit link":"Bağlantıyı düzenle","No follow":"Nofollow özelliği",Unlink:"Bağlantıyı kaldır",Eye:"Yorumu",pencil:"Düzenlemek için"," URL":"URL",Reset:"Sıfırla",Save:"Kaydet","Save as ...":"Farklı kaydet",Resize:"Boyutlandır",Crop:"Kırp",Width:"Genişlik",Height:"Yükseklik","Keep Aspect Ratio":"En boy oranını koru",Yes:"Evet",No:"Hayır",Remove:"Sil",Select:"Seç","You can only edit your own images. Download this image on the host?":"Sadece kendi resimlerinizi düzenleyebilirsiniz. Bu görseli kendi hostunuza indirmek ister misiniz?","The image has been successfully uploaded to the host!":"Görsel başarıyla hostunuza yüklendi",palette:"Palet","There are no files":"Bu dizinde dosya yok",Rename:"Yeniden isimlendir","Enter new name":"Yeni isim girin",preview:"Ön izleme",download:"İndir","Paste from clipboard":"Panodan yapıştır ","Your browser doesn't support direct access to the clipboard.":"Tarayıcınız panoya doğrudan erişimi desteklemiyor.","Copy selection":"Seçimi kopyala",copy:"Kopyala","Border radius":"Sınır yarıçapı","Show all":"Tümünü Göster",Apply:"Uygula","Please fill out this field":"Lütfen bu alanı doldurun","Please enter a web address":"Lütfen bir web adresi girin",Default:"Varsayılan",Circle:"Daire",Dot:"Nokta",Quadrate:"Kare",Find:"Bul","Find Previous":"Öncekini Bul","Find Next":"Sonrakini Bul","Insert className":"Sınıf adı girin","Press Alt for custom resizing":"Özel yeniden boyutlandırma için Alt tuşuna basın","License: %s":"Lisans: %s"},ua:{"Type something":"Напишіть щось","About Jodit":"Про Jodit","Jodit Editor":"Редактор Jodit","Jodit User's Guide":"Jodit інструкція користувача","contains detailed help for using":"містить детальну інформацію щодо користування","For information about the license, please go to our website:":"Щоб дізнатись більше про ліцензію , будь ласка, перейдіть на наш сайт:","Buy full version":"Купити повну версію","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Авторські права © XDSoft.net - Чупурнов Валерій. Всі права захищені.",Anchor:"Анкор","Open in new tab":"Відкрити у новій вкладці","Open in fullsize":"Відкрити редактор в повному розмірі","Clear Formatting":"Очистити форматування","Fill color or set the text color":"Колір заливки або колір текста",Redo:"Повторити",Undo:"Відмінити",Bold:"Жирний",Italic:"Курсів","Insert Unordered List":"Вставити невпорядкований список","Insert Ordered List":"Вставити нумерованний список","Align Center":"Вирівняти по центру","Align Justify":"Вирівняти по ширині","Align Left":"Вирівняти по лівому краю","Align Right":"Вирівняти по правому краю","Insert Horizontal Line":"Вставити горизонтальну лінію","Insert Image":"Вставити зображення","Insert file":"Вставити файл","Insert youtube/vimeo video":"Вставити відео","Insert link":"Вставити посилання","Font size":"Розмір шрифту","Font family":"Шрифт","Insert format block":"Вставити блочний елемент",Normal:"Нормальний текст","Heading 1":"Заголовок 1","Heading 2":"Заголовок 2","Heading 3":"Заголовок 3","Heading 4":"Заголовок 4",Quote:"Цитата",Code:"Код",Insert:"Вставити","Insert table":"Вставити таблицю","Decrease Indent":"Збільшити відступ","Increase Indent":"Зменшити відступ","Select Special Character":"Оберіть спеціальный символ","Insert Special Character":"Вставити спеціальный символ","Paint format":"Формат краски","Change mode":"Джерело",Margins:"Відступи",top:"зверху",right:"справа",bottom:"знизу",left:"зліва",Styles:"Стилі",Classes:"Класи",Align:"Вирівнювання",Right:"По правому краю",Center:"По центру",Left:"По лівому краю","--Not Set--":"--не встановлено--",Src:"src",Title:"Заголовок",Alternative:"Альтернативний текст (alt)",Link:"Посилання","Open link in new tab":"Відкрити посилання в новій вкладці",file:"Файл",Advanced:"Розширені","Image properties":"Властивості зображення",Cancel:"Відміна",Ok:"Ок","Your code is similar to HTML. Keep as HTML?":"Текст, який Ви намагаєтесь вставити схожий на HTML. Вставити його як HTML?","Paste as HTML":"Вставити його як HTML",Keep:"Зберегти оригінал",Clean:"Почистити","Insert as Text":"Вставити як текст","Insert only Text":"Вставити тільки текст","Word Paste Detected":"Можливо це фрагмент Word або Excel","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Ви вставляєте контент з документа Microsoft Word або Excel. Бажаєте зберегти форматування?","File Browser":"Браузер файлів","Error on load list":"Помилка при завантаженні списку зображень","Error on load folders":"Помилка при завантаженні списку папок","Are you sure?":"Ви впевнені?","Enter Directory name":"Введіть назву папки","Create directory":"Створити папку","type name":"введіть назву","Drop image":"Перетягніть зображення сюди","Drop file":"Перетягніть файл сюди","or click":"або клікніть","Alternative text":"Альтернативный текст",Browse:"Сервер",Upload:"Завантаження",Background:"Фон",Text:"Текст",Top:" Вгору",Middle:"По центру",Bottom:"Донизу","Insert column before":"Вставити стовпець до","Insert column after":"Вставити стовпець після","Insert row above":"Вставити рядок вище","Insert row below":"Вставити рядок нижче","Delete table":"Видалити таблицю","Delete row":"Видалити рядок","Delete column":"Видалити стовпчик","Empty cell":"Очистити кліинку",source:"HTML",bold:"жирний",italic:"курсів",brush:"заливка",link:"посилання",undo:"відмінити",redo:"повторити",table:"таблиця",image:"зображення",eraser:"видалення",paragraph:"параграф",fontsize:"розмір шрифту",video:"відео",font:"шрифт",about:"про редактор",print:"друк",underline:"підкреслений",strikethrough:"закреслений",indent:"відступ",outdent:"заступ",fullsize:"на весь екран",shrink:"звичайний розмір",hr:"лінія",ul:"Список",ol:"Нумерований список",cut:"Вирізати",selectall:"Виділити все","Embed code":"Код","Open link":"Відкрити посилання","Edit link":"Редагувати посилання","No follow":"Атрибут nofollow",Unlink:"Видалити посилання",Eye:"Перегляд",pencil:"Редагування",Update:"Оновити"," URL":"URL",Edit:"Редагувати","Horizontal align":"Горизонтальне вирівнювання",Filter:"Фільтр","Sort by changed":"Сортувати за зміною","Sort by name":"Сортувати за ім'ям","Sort by size":"Сортувати за розміром","Add folder":"Додати папку",Reset:"Відновити",Save:"Зберегти","Save as ...":"Зберегти як",Resize:"Змінити розмір",Crop:"Обрізати розмір",Width:"Ширина",Height:"Висота","Keep Aspect Ratio":"Зберегти пропорції",Yes:"Так",No:"Ні",Remove:"Видалити",Select:"Вибрати","Chars: %d":"Символів: %d","Words: %d":"Слів: %d",All:"Вибрати все","Select %s":"Вибрати: %s","Select all":"Вибрати все","Vertical align":"Вертикальне вирівнювання",Split:"Розділити","Split vertical":"Розділити по вертикалі","Split horizontal":"Розділити по горизонталі",Merge:"Об'єднати в одну","Add column":"Додати стовпчик","Add row":"Додати рядок",Delete:"Видалити",Border:"Рамка","License: %s":"Ліцензія: %s","Strike through":"Закреслений",Underline:"Підкреслений",superscript:"верхній індекс",subscript:"індекс","Cut selection":"Обрізати вибране",Break:"Межа","Search for":"Шукати","Replace with":"Замінити на",Replace:"Замінити",Paste:"Вставити","Choose Content to Paste":"Обрати контент для вставки","You can only edit your own images. Download this image on the host?":"Ви можете редагувати лише власні зображення. Завантажити зображення на ваш сервер?","The image has been successfully uploaded to the host!":"Зображення успішно завантажено на сервер!",palette:"палітра","There are no files":"Файли відсутні",Rename:"Змінити назву","Enter new name":"Введіть нове імя'",preview:"Попередній перегляд",download:"Завантажити","Paste from clipboard":"Вставити з буфера обміну","Your browser doesn't support direct access to the clipboard.":"Ваш браузер не підтримує доступ до буфера обміну.","Copy selection":"Копіювати виділене",copy:"копія","Border radius":"Радіус рамки","Show all":"Показати все",Apply:"Застосувати","Please fill out this field":"Будь ласка, заповніть це поле","Please enter a web address":"Будь ласка, введіть веб-адресу",Default:"За замовченням",Circle:"Коло",Dot:"Крапка",Quadrate:"Квадрат",Find:"Знайти","Find Previous":"Знайти попередні","Find Next":"Знайти наступні","Insert className":"Вставити клас","Press Alt for custom resizing":"Натисніть Alt для зміни розміру"},zh_cn:{"Type something":"输入一些内容",Advanced:"高级","About Jodit":"关于Jodit","Jodit Editor":"Jodit Editor","Free Non-commercial Version":"Free Non-commercial Version","Jodit User's Guide":"开发者指南","contains detailed help for using":"使用帮助","For information about the license, please go to our website:":"有关许可证的信息,请访问我们的网站:","Buy full version":"购买完整版本","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright © XDSoft.net - Chupurnov Valeriy. 版权所有",Anchor:"Anchor","Open in new tab":"在新窗口打开","Open in fullsize":"全屏编辑","Clear Formatting":"清除样式","Fill color or set the text color":"颜色",Redo:"重做",Undo:"撤销",Bold:"粗体",Italic:"斜体","Insert Unordered List":"符号列表","Insert Ordered List":"编号","Align Center":"居中","Align Justify":"对齐文本","Align Left":"左对齐","Align Right":"右对齐","Insert Horizontal Line":"分割线","Insert Image":"图片","Insert file":"文件","Insert youtube/vimeo video":"视频","Insert link":"链接","Font size":"字号","Font family":"字体","Insert format block":"格式块",Normal:"默认","Heading 1":"标题1","Heading 2":"标题2","Heading 3":"标题3","Heading 4":"标题4",Quote:"引用",Code:"代码",Insert:"插入","Insert table":"表格","Decrease Indent":"减少缩进","Increase Indent":"增加缩进","Select Special Character":"选择特殊符号","Insert Special Character":"特殊符号","Paint format":"格式复制","Change mode":"改变模式",Margins:"外边距(Margins)",top:"top",right:"right",bottom:"bottom",left:"left",Styles:"样式",Classes:"Classes",Align:"对齐方式",Right:"居右",Center:"居中",Left:"居左","--Not Set--":"无",Src:"Src",Title:"Title",Alternative:"Alternative",Link:"Link","Open link in new tab":"在新窗口打开链接",Image:"图片",file:"file","Image properties":"图片属性",Cancel:"取消",Ok:"确定","Your code is similar to HTML. Keep as HTML?":"你粘贴的文本是一段html代码,是否保留源格式","Paste as HTML":"html粘贴",Keep:"保留源格式",Clean:"匹配目标格式","Insert as Text":"把html代码视为普通文本","Word Paste Detected":"文本粘贴","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"正在粘贴 Word/Excel 的文本,是否保留源格式?","Insert only Text":"只保留文本","File Browser":"文件管理","Error on load list":"加载list错误","Error on load folders":"加载folders错误","Are you sure?":"你确定吗?","Enter Directory name":"输入路径","Create directory":"创建路径","type name":"type name","Drop image":"拖动图片到此","Drop file":"拖动文件到此","or click":"或点击","Alternative text":"Alternative text",Browse:"浏览",Upload:"上传",Background:"背景色",Text:"文字",Top:"顶部",Middle:"中间",Bottom:"底部","Insert column before":"在之前插入列","Insert column after":"在之后插入列","Insert row above":"在之前插入行","Insert row below":"在之后插入行","Delete table":"删除表格","Delete row":"删除行","Delete column":"删除列","Empty cell":"清除内容","Chars: %d":"字符数: %d","Words: %d":"单词数: %d","Strike through":"删除线",Underline:"下划线",superscript:"上标",subscript:"下标","Cut selection":"剪切","Select all":"全选",Break:"Break","Search for":"查找","Replace with":"替换为",Replace:"替换",Edit:"编辑",Paste:"粘贴","Choose Content to Paste":"选择内容并粘贴",All:"全部",source:"源码",bold:"粗体",italic:"斜体",brush:"颜色",link:"链接",undo:"撤销",redo:"重做",table:"表格",image:"图片",eraser:"橡皮擦",paragraph:"段落",fontsize:"字号",video:"视频",font:"字体",about:"关于",print:"打印",underline:"下划线",strikethrough:"上出现",indent:"增加缩进",outdent:"减少缩进",fullsize:"全屏",shrink:"收缩",hr:"分割线",ul:"无序列表",ol:"顺序列表",cut:"剪切",selectall:"全选","Open link":"打开链接","Edit link":"编辑链接","No follow":"No follow",Unlink:"取消链接",Eye:"预览"," URL":"URL",Reset:"重置",Save:"保存","Save as ...":"保存为",Resize:"调整大小",Crop:"剪切",Width:"宽",Height:"高","Keep Aspect Ratio":"保持长宽比",Yes:"是",No:"不",Remove:"移除",Select:"选择","Select %s":"选择: %s",Update:"更新","Vertical align":"垂直对齐",Merge:"合并","Add column":"添加列","Add row":"添加行",Border:"边框","Embed code":"嵌入代码",Delete:"删除","Horizontal align":"水平对齐",Filter:"筛选","Sort by changed":"修改时间排序","Sort by name":"名称排序","Sort by size":"大小排序","Add folder":"新建文件夹",Split:"拆分","Split vertical":"垂直拆分","Split horizontal":"水平拆分","You can only edit your own images. Download this image on the host?":"你只能编辑你自己的图片。Download this image on the host?","The image has been successfully uploaded to the host!":"图片上传成功",palette:"调色板",pencil:"铅笔","There are no files":"此目录中沒有文件。",Rename:"重命名","Enter new name":"输入新名称",preview:"预览",download:"下载","Paste from clipboard":"粘贴从剪贴板","Your browser doesn't support direct access to the clipboard.":"你浏览器不支持直接访问的剪贴板。","Copy selection":"复制选中内容",copy:"复制","Border radius":"边界半径","Show all":"显示所有",Apply:"应用","Please fill out this field":"请填写这个字段","Please enter a web address":"请输入一个网址",Default:"默认",Circle:"圆圈",Dot:"点",Quadrate:"方形",Find:"搜索","Find Previous":"查找上一个","Find Next":"查找下一个","Insert className":"插入班级名称","Press Alt for custom resizing":"按Alt自定义调整大小","License: %s":"许可证: %s"},zh_tw:{"Type something":"輸入一些內容",Advanced:"進階","About Jodit":"關於Jodit","Jodit Editor":"Jodit Editor","Jodit User's Guide":"開發者指南","contains detailed help for using":"使用幫助","For information about the license, please go to our website:":"相關授權條款資訊,請造訪我們的網站:","Buy full version":"購買完整版本","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.",Anchor:"錨點","Open in new tab":"在新分頁開啟","Open in fullsize":"全螢幕編輯","Clear Formatting":"清除樣式","Fill color or set the text color":"顏色",Redo:"取消復原",Undo:"復原",Bold:"粗體",Italic:"斜體","Insert Unordered List":"項目符號清單","Insert Ordered List":"編號清單","Align Center":"置中","Align Justify":"文字對齊","Align Left":"靠左","Align Right":"靠右","Insert Horizontal Line":"分割線","Insert Image":"圖片","Insert file":"檔案","Insert youtube/vimeo video":"插入 youtube/vimeo 影片","Insert link":"插入連結","Font size":"文字大小","Font family":"字型","Insert format block":"格式化區塊",Normal:"內文","Heading 1":"標題1","Heading 2":"標題2","Heading 3":"標題3","Heading 4":"標題4",Quote:"引文",Code:"程式碼",Insert:"插入","Insert table":"表格","Decrease Indent":"減少縮排","Increase Indent":"增加縮排","Select Special Character":"選擇特殊符號","Insert Special Character":"特殊符號","Paint format":"格式複製","Change mode":"檢視原始碼",Margins:"邊距",top:"上",right:"右",bottom:"下",left:"左",Styles:"樣式",Classes:"Classes",Align:"對齊方式",Right:"靠右",Center:"置中",Left:"靠左","--Not Set--":"無",Src:"Src",Title:"Title",Alternative:"替代",Link:"Link","Open link in new tab":"在新分頁開啟連結",Image:"圖片",file:"檔案","Image properties":"圖片屬性",Cancel:"取消",Ok:"確定","Your code is similar to HTML. Keep as HTML?":"您的程式碼與 HTML 類似,是否貼上 HTML 格式?","Paste as HTML":"貼上 HTML",Keep:"保留原始格式",Clean:"清除格式","Insert as Text":"以純文字貼上","Word Paste Detected":"貼上 Word 格式","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"正在貼上 Word/Excel 文件的內容,是否保留原始格式?","Insert only Text":"僅貼上內文","File Browser":"檔案瀏覽","Error on load list":"清單載入錯誤","Error on load folders":"資料夾載入錯誤","Are you sure?":"您確定嗎?","Enter Directory name":"輸入路徑","Create directory":"創建路徑","type name":"type name","Drop image":"拖曳圖片至此","Drop file":"拖曳檔案至此","or click":"或點擊","Alternative text":"替代文字",Browse:"瀏覽",Upload:"上傳",Background:"背景色",Text:"文字",Top:"頂部",Middle:"中間",Bottom:"底部","Insert column before":"插入左方欄","Insert column after":"插入右方欄","Insert row above":"插入上方列","Insert row below":"插入下方列","Delete table":"刪除表格","Delete row":"刪除整列","Delete column":"刪除整欄","Empty cell":"清除內容","Chars: %d":"字元數: %d","Words: %d":"單字數: %d","Strike through":"刪除線",Underline:"底線",superscript:"上標",subscript:"下標","Cut selection":"剪下","Select all":"全選",Break:"斷行","Search for":"尋找","Replace with":"取代為",Replace:"取代",Paste:"貼上","Choose Content to Paste":"選擇內容並貼上",All:"全部",source:"原始碼",bold:"粗體",italic:"斜體",brush:"顏色",link:"連結",undo:"復原",redo:"取消復原",table:"表格",image:"圖片",eraser:"橡皮擦",paragraph:"段落",fontsize:"文字大小",video:"影片",font:"字型",about:"關於",print:"列印",underline:"底線",strikethrough:"刪除線",indent:"增加縮排",outdent:"減少縮排",fullsize:"全螢幕",shrink:"縮減",hr:"分隔線",ul:"項目符號清單",ol:"編號清單",cut:"剪下",selectall:"全選","Open link":"打開連結","Edit link":"編輯連結","No follow":"No follow",Unlink:"取消連結",Eye:"查看"," URL":"URL",Reset:"重設",Save:"儲存","Save as ...":"另存為...",Resize:"調整大小",Crop:"裁切",Width:"寬",Height:"高","Keep Aspect Ratio":"維持長寬比",Yes:"是",No:"否",Remove:"移除",Select:"選擇","Select %s":"選擇: %s",Update:"更新","Vertical align":"垂直對齊",Merge:"合併","Add column":"新增欄","Add row":"新增列",Border:"邊框","Embed code":"嵌入程式碼",Delete:"刪除","Horizontal align":"水平對齊",Filter:"篩選","Sort by changed":"修改時間排序","Sort by name":"名稱排序","Sort by size":"大小排序","Add folder":"新增資料夾",Split:"分割","Split vertical":"垂直分割","Split horizontal":"水平分割","You can only edit your own images. Download this image on the host?":"您只能編輯您自己的圖片。是否下載此圖片?","The image has been successfully uploaded to the host!":"圖片上傳成功",palette:"調色盤",pencil:"鉛筆","There are no files":"沒有檔案",Rename:"重新命名","Enter new name":"輸入新名稱",preview:"預覽",download:"下載","Paste from clipboard":"從剪貼簿貼上","Your browser doesn't support direct access to the clipboard.":"瀏覽器無法存取剪貼簿。","Copy selection":"複製已選取項目",copy:"複製","Border radius":"邊框圓角","Show all":"顯示全部",Apply:"應用","Please fill out this field":"請輸入此欄位","Please enter a web address":"請輸入網址",Default:"預設",Circle:"圓圈",Dot:"點",Quadrate:"方形",Find:"尋找","Find Previous":"尋找上一個","Find Next":"尋找下一個","Insert className":"插入 class 名稱","Press Alt for custom resizing":"按住 Alt 以調整自訂大小",Edit:"編輯","License: %s":"許可證: %s"}};const ol=t=>t?t.default||t:{},rl={};Te(ol(el))&&ol(el).forEach(((t,e)=>{rl[e]=t})),Object.keys(il).forEach((t=>{const e=ol(il[t]);Te(e)?(il[t]={},e.forEach(((e,i)=>{il[t][rl[i]]=e}))):il[t]=e}));var nl=il;function sl(t){return e=>!0!==t.e.fire("backSpaceIsMovedIgnore",e)}
|
|
1082
|
-
/*!
|
|
1083
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1084
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1085
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1086
|
-
*/function al(t,e,i,o){if(e&&xi.isElement(i)){xi.moveContent(e,i,!o,sl(t));let r=e;for(;r&&r!==t.editor&&xi.isEmpty(r);){const t=r.parentElement;xi.safeRemove(r),r=t}return!0}return!1}
|
|
1087
|
-
/*!
|
|
1088
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1089
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1090
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1091
|
-
*/function ll(t,e,i){const o=xi.findSibling(e,i),r=xi.findSibling(e,!i);if(!xi.closest(e,xi.isElement,t.editor)&&xi.isList(o)&&xi.isList(r)&&xi.isTag(o.lastElementChild,"li")&&xi.isTag(r.firstElementChild,"li")){const{setCursorBefore:n,setCursorAfter:s}=t.s,a=o.lastElementChild;return ji(i?xi.prepend:xi.append,r.firstElementChild,e),xi.moveContent(r,o,!i,sl(t)),xi.safeRemove(r),ji(i?xi.append:xi.prepend,a,e),ji(i?n:s,e),!0}return!1}
|
|
1092
|
-
/*!
|
|
1093
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1094
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1095
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1096
|
-
*/function dl(t,e,i,o){var r,n;const s=i?-1:1,a=xi.sibling(e,!i);let l,d=xi.sibling(e,i),c=null,u=!1;for(d||(d=cl(e,i,t.editor));d&&(xi.isText(d)||xi.isInlineBlock(d));){for(;xi.isInlineBlock(d);)d=i?null==d?void 0:d.lastChild:null==d?void 0:d.firstChild;if(!d)break;if((null===(r=d.nodeValue)||void 0===r?void 0:r.length)&&(l=ul(d,i,s,a),!d.nodeValue.length&&xi.isInlineBlock(d.parentNode)&&(d.nodeValue=Kt)),(null===(n=d.nodeValue)||void 0===n?void 0:n.length)||(c=d),!qe(l)&&l!==Kt){hl(i,d,e,o,l,t),u=!0;break}const h=cl(d,i,t.editor);c&&(xi.safeRemove(c),c=null),d=h}return c&&(xi.safeRemove(c),c=null),u&&(function(t){let e=t.parentElement;for(;e&&xi.isInlineBlock(e)&&xi.isTag(e,"a");){const i=e.parentElement;xi.isEmpty(e)&&(xi.after(e,t),xi.safeRemove(e)),e=i}}(e),function(t,e){e.parentElement!==t.editor&&xi.isBlock(e.parentElement)&&xi.each(e.parentElement,xi.isEmptyTextNode)&&xi.after(e,t.createInside.element("br"))}(t,e),t.s.setCursorBefore(e),xi.isTag(e.previousSibling,"br")&&!xi.findNotEmptySibling(e,!1)&&xi.after(e,t.createInside.element("br"))),u}function cl(t,e,i){let o=xi.sibling(t,e);return!o&&t.parentNode&&t.parentNode!==i&&(o=
|
|
1097
|
-
/*!
|
|
1098
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1099
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1100
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1101
|
-
*/
|
|
1102
|
-
function(t,e,i,o=!1){const r=t=>e?t.firstChild:t.lastChild;let n=xi.findNotEmptyNeighbor(t,!e,i);if(o&&xi.isElement(n)&&!xi.isInlineBlock(n))return null;if(n)do{if(!r(n))return n;n=r(n)}while(n);return null}(t,!e,i,!0),o&&xi.closest(t,"li",i)!==xi.closest(o,"li",i))?null:o}function ul(t,e,i,o){let r=Ke(t.nodeValue);const n=r.length;let s=e?n-1:0;if(r[s]===Kt)for(;r[s]===Kt;)s+=i;const a=r[s];if(r[s+i]===Kt){for(s+=i;r[s]===Kt;)s+=i;s+=e?1:-1}return r=e&&s<0?[]:r.slice(e?0:s+1,e?s:n),function(t,e,i){var o;if(!t||!xi.isText(t)||(e?/^ /:/ $/).test(null!==(o=t.nodeValue)&&void 0!==o?o:"")||!Ge(t.nodeValue||"").length)for(let t=e?i.length-1:0;(e?t>=0:t<i.length)&&" "===i[t];t+=e?-1:1)i[t]=" "}(o,e,r),t.nodeValue=r.join(""),a}function hl(t,e,i,o,r,n){ji(t?xi.after:xi.before,e,i),("sentence"===o||"word"===o&&" "!==r&&" "!==r)&&dl(n,i,t,o)}
|
|
1103
|
-
/*!
|
|
1104
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1105
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1106
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1107
|
-
*/
|
|
1108
|
-
/*!
|
|
1109
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1110
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1111
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1112
|
-
*/
|
|
1113
|
-
function pl(t,e,i){let o=!1;const{setCursorBefore:r,setCursorIn:n}=t.s;let s=xi.closest(e,xi.isElement,t.editor);if(!s||!xi.isEmpty(s))return!1;const a=xi.findNotEmptyNeighbor(e,i,t.editor);do{if(!s||!xi.isEmpty(s)||xi.isCell(s))break;{xi.after(s,e);const i=xi.closest(s,(t=>xi.isElement(t)&&t!==s),t.editor);xi.safeRemove(s),o=!0,s=i}}while(s);return!(!o||!ll(t,e,i))||(!a||xi.isText(a)||xi.isTag(a,Vt)?r(e):n(a,!i),o)}
|
|
1114
|
-
/*!
|
|
1115
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1116
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1117
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1118
|
-
*/
|
|
1119
|
-
/*!
|
|
1120
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1121
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1122
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1123
|
-
*/
|
|
1124
|
-
To.prototype.controls.about={exec:t=>{const e=t.dlg({closeOnClickOverlay:!0}),i=t.i18n.bind(t);e.setMod("theme",t.o.theme).setHeader(i("About Jodit")).setContent(`<div class="jodit-about">\n\t\t\t\t\t<div>${i("Jodit Editor")} v.${t.getVersion()}</div>\n\t\t\t\t\t<div>${i("License: %s",Ri(t.o.license)?ur(t.o.license):t.o.license||"MIT")}</div>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<a href="${Pt}" target="_blank">${Pt}</a>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<a href="https://xdsoft.net/jodit/docs/" target="_blank">${i("Jodit User's Guide")}</a>\n\t\t\t\t\t\t${i("contains detailed help for using")}\n\t\t\t\t\t</div>\n\t\t\t\t\t<div>${i("Copyright © XDSoft.net - Chupurnov Valerii. All rights reserved.")}</div>\n\t\t\t\t</div>`),li(e.dialog,{minHeight:200,minWidth:420}),e.open(!0,!0)},tooltip:"About Jodit",mode:he+ue},mo.add("about",(function(t){t.registerButton({name:"about",group:"info"})})),Nr.set("about",'<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> <path d="M1088 1256v240q0 16-12 28t-28 12h-240q-16 0-28-12t-12-28v-240q0-16 12-28t28-12h240q16 0 28 12t12 28zm316-600q0 54-15.5 101t-35 76.5-55 59.5-57.5 43.5-61 35.5q-41 23-68.5 65t-27.5 67q0 17-12 32.5t-28 15.5h-240q-15 0-25.5-18.5t-10.5-37.5v-45q0-83 65-156.5t143-108.5q59-27 84-56t25-76q0-42-46.5-74t-107.5-32q-65 0-108 29-35 25-107 115-13 16-31 16-12 0-25-8l-164-125q-13-10-15.5-25t5.5-28q160-266 464-266 80 0 161 31t146 83 106 127.5 41 158.5z"/> </svg> '),
|
|
1125
|
-
/*!
|
|
1126
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1127
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1128
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1129
|
-
*/
|
|
1130
|
-
To.prototype.delete={hotkeys:{delete:["delete","cmd+backspace"],deleteWord:["ctrl+delete","cmd+alt+backspace","ctrl+alt+backspace"],deleteSentence:["ctrl+shift+delete","cmd+shift+delete"],backspace:["backspace"],backspaceWord:["ctrl+backspace"],backspaceSentence:["ctrl+shift+backspace","cmd+shift+backspace"]}};
|
|
1131
|
-
/*!
|
|
1132
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1133
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1134
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1135
|
-
*/
|
|
1136
|
-
const fl=[["remove-unbreakable",function(t,e,i){const o=xi.findSibling(e,i);return!(!xi.isElement(o)||!xi.isTag(o,Vt)&&!xi.isEmpty(o)||(xi.safeRemove(o),xi.isTag(o,"br")&&!xi.findNotEmptySibling(e,!1)&&xi.after(e,t.createInside.element("br")),t.s.setCursorBefore(e),xi.isTag(o,"br")&&pl(t,e,i),0))}
|
|
1137
|
-
/*!
|
|
1138
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1139
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1140
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1141
|
-
*/],["remove-not-editable",function(t,e,i){let o=xi.findSibling(e,i);return!o&&e.parentElement&&e.parentElement!==t.editor&&(o=xi.findSibling(e.parentElement,i)),!(!xi.isElement(o)||xi.isContentEditable(o,t.editor)||(ji(i?xi.before:xi.after,o,e),xi.safeRemove(o),Ka(t,e,i),ji(i?t.s.setCursorBefore:t.s.setCursorAfter,e),0))}
|
|
1142
|
-
/*!
|
|
1143
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1144
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1145
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1146
|
-
*/],["remove-char",dl],["table-cell",function(t,e){return!!xi.isCell(e.parentElement)}
|
|
1147
|
-
/*!
|
|
1148
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1149
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1150
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1151
|
-
*/],["remove-empty-parent",pl],["remove-empty-neighbor",function(t,e,i){const o=xi.closest(e,xi.isElement,t.editor);if(!o)return!1;const r=xi.findNotEmptySibling(o,i);return!(!r||!xi.isEmpty(r)||(xi.safeRemove(r),t.s.setCursorBefore(e),0))}],["join-two-lists",ll],["join-neighbors",function(t,e,i){let o=e,r=o;for(;o&&!xi.findNotEmptySibling(o,i)&&o.parentElement!==t.editor;)o=o.parentElement,r=o;if(xi.isElement(r)&&xi.isContentEditable(r,t.editor)){const o=xi.findNotEmptySibling(r,i);if(xi.isTag(o,"br"))return xi.safeRemove(o),t.s.setCursorBefore(e),!0;if(o&&(function(t,e,i,o){const r=xi.isTag(i,Gt),n=xi.isTag(e,Gt),s=(t,e)=>e?t.firstElementChild:t.lastElementChild;return n?(i=t.createInside.element(t.o.enterBlock),xi.before(e,i),al(t,s(e,o),i,o)):!(!i||!r||n)&&al(t,e,s(i,!o),o)}(t,r,o,i)||al(t,r,function(t,e){if(!xi.isTag(t,"table"))return t;const i=t.querySelectorAll("td,th");return i.length?i[e?i.length-1:0]:null}(o,i),i)))return t.s.setCursorBefore(e),!0}return!1}],["unwrap-first-list-item",function(t,e,i){var o;const r=xi.closest(e,xi.isElement,t.editor),{s:n}=t;if(xi.isLeaf(r)&&(null===(o=null==r?void 0:r.parentElement)||void 0===o?void 0:o[i?"firstElementChild":"lastElementChild"])===r&&n.cursorInTheEdge(i,r)){const o=r.parentElement,s=t.createInside.element(t.o.enterBlock);return ji(i?xi.before:xi.after,o,s),xi.moveContent(r,s),xi.safeRemove(r),xi.isEmpty(o)&&xi.safeRemove(o),ji(i?n.setCursorBefore:n.setCursorAfter,e),!0}return!1}]];
|
|
1152
|
-
/*!
|
|
1153
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1154
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1155
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1156
|
-
*/class gl extends qs{afterInit(t){t.registerCommand("deleteButton",{exec:()=>this.onDelete(!1),hotkeys:t.o.delete.hotkeys.delete},{stopPropagation:!1}).registerCommand("backspaceButton",{exec:()=>this.onDelete(!0),hotkeys:t.o.delete.hotkeys.backspace},{stopPropagation:!1}).registerCommand("deleteWordButton",{exec:()=>this.onDelete(!1,"word"),hotkeys:t.o.delete.hotkeys.deleteWord}).registerCommand("backspaceWordButton",{exec:()=>this.onDelete(!0,"word"),hotkeys:t.o.delete.hotkeys.backspaceWord}).registerCommand("deleteSentenceButton",{exec:()=>this.onDelete(!1,"sentence"),hotkeys:t.o.delete.hotkeys.deleteSentence}).registerCommand("backspaceSentenceButton",{exec:()=>this.onDelete(!0,"sentence"),hotkeys:t.o.delete.hotkeys.backspaceSentence})}beforeDestruct(t){t.e.off("afterCommand.delete")}onDelete(t,e="char"){const i=this.j,o=i.selection;if(o.isFocused()||o.focus(),
|
|
1157
|
-
/*!
|
|
1158
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1159
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1160
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1161
|
-
*/
|
|
1162
|
-
function(t){return!t.s.isCollapsed()&&(t.execCommand("Delete"),!0)}(i))return i.e.fire("backSpaceAfterDelete",t),!1;const r=o.range,n=i.createInside.text(Kt);try{if(xi.safeInsertNode(r,n),!xi.isOrContains(i.editor,n))return;if(i.e.fire("backSpaceBeforeCases",t,n))return!1;Ka(i,n,t);const o=i.o.delete.disableCases;if(fl.some((([r,s])=>{if(!o||!o.has(r))return!(!De(s)||!s(i,n,t,e))||void 0})))return!1}catch(t){throw t}finally{i.e.fire("backSpaceAfterDelete",t,n),this.safeRemoveEmptyNode(n)}return!1}safeRemoveEmptyNode(t){var e,i;const{range:o}=this.j.s;o.startContainer===t&&(t.previousSibling?xi.isText(t.previousSibling)?o.setStart(t.previousSibling,null!==(i=null===(e=t.previousSibling.nodeValue)||void 0===e?void 0:e.length)&&void 0!==i?i:0):o.setStartAfter(t.previousSibling):t.nextSibling&&(xi.isText(t.nextSibling)?o.setStart(t.nextSibling,0):o.setStartBefore(t.nextSibling)),o.collapse(!0),this.j.s.selectRange(o)),xi.safeRemove(t)}}gl.requires=["hotkeys"],mo.add("backspace",gl);
|
|
1163
|
-
/*!
|
|
1164
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1165
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1166
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1167
|
-
*/
|
|
1168
|
-
class Al extends qs{afterInit(t){t.e.on("afterCommand.delete",(t=>{"delete"===t&&this.__afterDeleteCommand()})),t.registerCommand("delete",{exec:this.__onDeleteCommand.bind(this)},{stopPropagation:!1})}beforeDestruct(t){t.e.off("afterCommand.delete")}__afterDeleteCommand(){const t=this.j,e=t.s.current();if(e&&xi.isTag(e.firstChild,"br")&&t.s.removeNode(e.firstChild),!(We(t.editor.textContent||"")||t.editor.querySelector("img,table,jodit,iframe,hr")||e&&xi.closest(e,"table",t.editor))){t.editor.innerHTML="";const e=t.s.setCursorIn(t.editor);t.s.removeNode(e)}}__onDeleteCommand(){const{jodit:t}=this;if(t.s.isCollapsed())return;t.s.expandSelection();const e=t.s.range;e.deleteContents();const i=t.createInside.fake();e.insertNode(i);const o=xi.findSibling(i,!0),r=xi.findSibling(i,!1);return this.__moveContentInLeftSibling(i,o,r),e.setStartBefore(i),e.collapse(!0),this.__moveCursorInEditableSibling(t,o,i,e),this.__addBrInEmptyBlock(i,r,e),xi.safeRemove(i),t.s.selectRange(e),!1}__moveContentInLeftSibling(t,e,i){e=this.__defineRightLeftBox(e),!xi.isList(i)&&!xi.isTag(i,"table")&&xi.isBlock(i)&&xi.isBlock(e)&&(xi.append(e,t),xi.moveContent(i,e),xi.safeRemove(i)),xi.isList(i)&&xi.isLeaf(i.firstElementChild)&&xi.isEmpty(i.firstElementChild)&&xi.safeRemove(i.firstElementChild)}__defineRightLeftBox(t){if(!xi.isList(t))return t;let e=t.lastElementChild;return xi.isLeaf(e)||(e=this.j.createInside.element("li"),xi.append(t,e)),e}__addBrInEmptyBlock(t,e,i){const o=this.j;if(t.isConnected&&xi.isBlock(t.parentNode)&&!t.nextSibling&&!t.previousSibling){const e=o.createInside.element("br");xi.after(t,e),i.setStartBefore(e),i.collapse(!0)}if(xi.isTag(e,"table")){const t=xo("td,th",e).shift();xi.isCell(t)&&xi.isEmpty(t)&&xi.append(t,o.createInside.element("br"))}}__moveCursorInEditableSibling(t,e,i,o){var r;if(!e||!xi.isText(e)){const e=null!==(r=xi.closest(i,xi.isBlock,t.editor))&&void 0!==r?r:t.editor,n=xi.prev(i,xi.isText,e);n&&(o.setStartAfter(n),o.collapse(!0),xi.safeRemove(i))}}}Al.requires=["backspace"],mo.add("deleteCommand",Al),
|
|
1169
|
-
/*!
|
|
1170
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1171
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1172
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1173
|
-
*/
|
|
1174
|
-
To.prototype.controls.subscript={tags:["sub"],tooltip:"subscript"},To.prototype.controls.superscript={tags:["sup"],tooltip:"superscript"},To.prototype.controls.bold={tagRegExp:/^(strong|b)$/i,tags:["strong","b"],css:{"font-weight":["bold","700"]},tooltip:"Bold"},To.prototype.controls.italic={tagRegExp:/^(em|i)$/i,tags:["em","i"],css:{"font-style":"italic"},tooltip:"Italic"},To.prototype.controls.underline={tagRegExp:/^(u)$/i,tags:["u"],css:{"text-decoration-line":"underline"},tooltip:"Underline"},To.prototype.controls.strikethrough={tagRegExp:/^(s)$/i,tags:["s"],css:{"text-decoration-line":"line-through"},tooltip:"Strike through"},mo.add("bold",(
|
|
1175
|
-
/*!
|
|
1176
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1177
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1178
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1179
|
-
*/
|
|
1180
|
-
function(t){const e=e=>{const i=To.defaultOptions.controls[e],o={...i.css};let r;return Object.keys(o).forEach((t=>{r||(r={}),r[t]=Te(o[t])?o[t][0]:o[t]})),t.s.commitStyle({element:i.tags?i.tags[0]:void 0}),t.synchronizeValues(),!1};["bold","italic","underline","strikethrough"].forEach((e=>{t.registerButton({name:e,group:"font-style"})})),["superscript","subscript"].forEach((e=>{t.registerButton({name:e,group:"script"})})),t.registerCommand("bold",{exec:e,hotkeys:["ctrl+b","cmd+b"]}).registerCommand("italic",{exec:e,hotkeys:["ctrl+i","cmd+i"]}).registerCommand("underline",{exec:e,hotkeys:["ctrl+u","cmd+u"]}).registerCommand("strikethrough",{exec:e}).registerCommand("subscript",{exec:e}).registerCommand("superscript",{exec:e})})),Nr.set("bold",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M747 1521q74 32 140 32 376 0 376-335 0-114-41-180-27-44-61.5-74t-67.5-46.5-80.5-25-84-10.5-94.5-2q-73 0-101 10 0 53-.5 159t-.5 158q0 8-1 67.5t-.5 96.5 4.5 83.5 12 66.5zm-14-746q42 7 109 7 82 0 143-13t110-44.5 74.5-89.5 25.5-142q0-70-29-122.5t-79-82-108-43.5-124-14q-50 0-130 13 0 50 4 151t4 152q0 27-.5 80t-.5 79q0 46 1 69zm-541 889l2-94q15-4 85-16t106-27q7-12 12.5-27t8.5-33.5 5.5-32.5 3-37.5.5-34v-65.5q0-982-22-1025-4-8-22-14.5t-44.5-11-49.5-7-48.5-4.5-30.5-3l-4-83q98-2 340-11.5t373-9.5q23 0 68.5.5t67.5.5q70 0 136.5 13t128.5 42 108 71 74 104.5 28 137.5q0 52-16.5 95.5t-39 72-64.5 57.5-73 45-84 40q154 35 256.5 134t102.5 248q0 100-35 179.5t-93.5 130.5-138 85.5-163.5 48.5-176 14q-44 0-132-3t-132-3q-106 0-307 11t-231 12z"/> </svg> ').set("italic",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M384 1662l17-85q6-2 81.5-21.5t111.5-37.5q28-35 41-101 1-7 62-289t114-543.5 52-296.5v-25q-24-13-54.5-18.5t-69.5-8-58-5.5l19-103q33 2 120 6.5t149.5 7 120.5 2.5q48 0 98.5-2.5t121-7 98.5-6.5q-5 39-19 89-30 10-101.5 28.5t-108.5 33.5q-8 19-14 42.5t-9 40-7.5 45.5-6.5 42q-27 148-87.5 419.5t-77.5 355.5q-2 9-13 58t-20 90-16 83.5-6 57.5l1 18q17 4 185 31-3 44-16 99-11 0-32.5 1.5t-32.5 1.5q-29 0-87-10t-86-10q-138-2-206-2-51 0-143 9t-121 11z"/> </svg> ').set("strikethrough",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1760 896q14 0 23 9t9 23v64q0 14-9 23t-23 9h-1728q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h1728zm-1277-64q-28-35-51-80-48-97-48-188 0-181 134-309 133-127 393-127 50 0 167 19 66 12 177 48 10 38 21 118 14 123 14 183 0 18-5 45l-12 3-84-6-14-2q-50-149-103-205-88-91-210-91-114 0-182 59-67 58-67 146 0 73 66 140t279 129q69 20 173 66 58 28 95 52h-743zm507 256h411q7 39 7 92 0 111-41 212-23 55-71 104-37 35-109 81-80 48-153 66-80 21-203 21-114 0-195-23l-140-40q-57-16-72-28-8-8-8-22v-13q0-108-2-156-1-30 0-68l2-37v-44l102-2q15 34 30 71t22.5 56 12.5 27q35 57 80 94 43 36 105 57 59 22 132 22 64 0 139-27 77-26 122-86 47-61 47-129 0-84-81-157-34-29-137-71z"/> </svg> ').set("subscript",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1025 1369v167h-248l-159-252-24-42q-8-9-11-21h-3l-9 21q-10 20-25 44l-155 250h-258v-167h128l197-291-185-272h-137v-168h276l139 228q2 4 23 42 8 9 11 21h3q3-9 11-21l25-42 140-228h257v168h-125l-184 267 204 296h109zm639 217v206h-514l-4-27q-3-45-3-46 0-64 26-117t65-86.5 84-65 84-54.5 65-54 26-64q0-38-29.5-62.5t-70.5-24.5q-51 0-97 39-14 11-36 38l-105-92q26-37 63-66 80-65 188-65 110 0 178 59.5t68 158.5q0 66-34.5 118.5t-84 86-99.5 62.5-87 63-41 73h232v-80h126z"/> </svg> ').set("superscript",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1025 1369v167h-248l-159-252-24-42q-8-9-11-21h-3l-9 21q-10 20-25 44l-155 250h-258v-167h128l197-291-185-272h-137v-168h276l139 228q2 4 23 42 8 9 11 21h3q3-9 11-21l25-42 140-228h257v168h-125l-184 267 204 296h109zm637-679v206h-514l-3-27q-4-28-4-46 0-64 26-117t65-86.5 84-65 84-54.5 65-54 26-64q0-38-29.5-62.5t-70.5-24.5q-51 0-97 39-14 11-36 38l-105-92q26-37 63-66 83-65 188-65 110 0 178 59.5t68 158.5q0 56-24.5 103t-62 76.5-81.5 58.5-82 50.5-65.5 51.5-30.5 63h232v-80h126z"/> </svg> ').set("underline",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M176 223q-37-2-45-4l-3-88q13-1 40-1 60 0 112 4 132 7 166 7 86 0 168-3 116-4 146-5 56 0 86-2l-1 14 2 64v9q-60 9-124 9-60 0-79 25-13 14-13 132 0 13 .5 32.5t.5 25.5l1 229 14 280q6 124 51 202 35 59 96 92 88 47 177 47 104 0 191-28 56-18 99-51 48-36 65-64 36-56 53-114 21-73 21-229 0-79-3.5-128t-11-122.5-13.5-159.5l-4-59q-5-67-24-88-34-35-77-34l-100 2-14-3 2-86h84l205 10q76 3 196-10l18 2q6 38 6 51 0 7-4 31-45 12-84 13-73 11-79 17-15 15-15 41 0 7 1.5 27t1.5 31q8 19 22 396 6 195-15 304-15 76-41 122-38 65-112 123-75 57-182 89-109 33-255 33-167 0-284-46-119-47-179-122-61-76-83-195-16-80-16-237v-333q0-188-17-213-25-36-147-39zm1488 1409v-64q0-14-9-23t-23-9h-1472q-14 0-23 9t-9 23v64q0 14 9 23t23 9h1472q14 0 23-9t9-23z"/> </svg> '),
|
|
1181
|
-
/*!
|
|
1182
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1183
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1184
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1185
|
-
*/
|
|
1186
|
-
Nr.set("palette",'<svg xmlns=\'http://www.w3.org/2000/svg\' x="0px" y="0px" viewBox="0 0 459 459"> <g> <path d="M229.5,0C102,0,0,102,0,229.5S102,459,229.5,459c20.4,0,38.25-17.85,38.25-38.25c0-10.2-2.55-17.85-10.2-25.5 c-5.1-7.65-10.2-15.3-10.2-25.5c0-20.4,17.851-38.25,38.25-38.25h45.9c71.4,0,127.5-56.1,127.5-127.5C459,91.8,357,0,229.5,0z M89.25,229.5c-20.4,0-38.25-17.85-38.25-38.25S68.85,153,89.25,153s38.25,17.85,38.25,38.25S109.65,229.5,89.25,229.5z M165.75,127.5c-20.4,0-38.25-17.85-38.25-38.25S145.35,51,165.75,51S204,68.85,204,89.25S186.15,127.5,165.75,127.5z M293.25,127.5c-20.4,0-38.25-17.85-38.25-38.25S272.85,51,293.25,51s38.25,17.85,38.25,38.25S313.65,127.5,293.25,127.5z M369.75,229.5c-20.4,0-38.25-17.85-38.25-38.25S349.35,153,369.75,153S408,170.85,408,191.25S390.15,229.5,369.75,229.5z" /> </g> </svg> ');const bl=(t,e,i)=>{const o="jodit-color-picker",r=dr(i),n=t.c.div(o),s=t.o.textIcons?`<span>${t.i18n("palette")}</span>`:Nr.get("palette"),a=t=>{const e=[];return Xe(t)?Object.keys(t).forEach((i=>{e.push(`<div class="${o}__group ${o}__group-${i}">`),e.push(a(t[i])),e.push("</div>")})):Te(t)&&t.forEach((t=>{e.push(`<span class='${o}__color-item ${r===t?o+"__color-item_active_true":""}' title="${t}" style="background-color:${t}" data-color="${t}"></span>`)})),e.join("")};n.appendChild(t.c.fromHTML(`<div class="${o}__groups">${a(t.o.colors)}</div>`)),n.appendChild(t.c.fromHTML(`<div data-ref="extra" class="${o}__extra"></div>`));const{extra:l}=Io(n);return t.o.showBrowserColorPicker&&Ci()&&(l.appendChild(t.c.fromHTML(`<div class="${o}__native">${s}<input type="color" value="#ffffff"/></div>`)),t.e.on(n,"change",(t=>{t.stopPropagation();const i=t.target;if(!i||!i.tagName||!xi.isTag(i,"input"))return;const o=i.value||"";De(e)&&e(o),t.preventDefault()}))),t.e.on(n,"mousedown touchend",(i=>{i.stopPropagation(),i.preventDefault();let r=i.target;if(r&&r.tagName&&!xi.isTag(r,"svg")&&!xi.isTag(r,"path")||!r.parentNode||(r=xi.closest(r.parentNode,"span",t.editor)),!xi.isTag(r,"span")||!r.classList.contains(o+"__color-item"))return;const n=ci(r,"-color")||"";e&&De(e)&&e(n)})),t.e.fire("afterGenerateColorPicker",n,l,e,r),n},ml=(t,e,i)=>{const o=t.c.div("jodit-tabs"),r=t.c.div("jodit-tabs__wrapper"),n=t.c.div("jodit-tabs__buttons");ci(n,{role:"tablist","aria-orientation":"horizontal"});const s={},a=[];let l="";o.appendChild(n),o.appendChild(r);const d=t=>{s[t]&&(a.forEach((t=>{t.state.activated=!1})),Object.values(s).forEach((({tab:t})=>t.classList.remove("jodit-tab_active"))),s[t].button.state.activated=!0,s[t].tab.classList.add("jodit-tab_active"))};if(e.forEach((({icon:o,name:c,content:u})=>{const h=t.c.div("jodit-tab");ci(h,{role:"tabpanel"});const p=Jr(t,o||c,c);p.state.role="tab",t.e.on(p.container,"pointerdown",(t=>t.preventDefault())),l||(l=c),n.appendChild(p.container),a.push(p),p.container.classList.add("jodit-tabs__button","jodit-tabs__button_columns_"+e.length),De(u)?h.classList.add("jodit-tab_empty"):h.appendChild(zr.isInstanceOf(u,Wr)?u.container:u),r.appendChild(h),p.onAction((()=>(d(c),De(u)&&!xi.isElement(u)&&u.call(t),i&&(i.activeTab=c),!1))),s[c]={button:p,tab:h}})),Object.values(s).forEach((({button:t})=>{t.container.style.width=(100/e.length).toFixed(10)+"%"})),d(i&&i.activeTab&&s[i.activeTab]?i.activeTab:l),i){let t=i.activeTab;Object.defineProperty(i,"activeTab",{configurable:!0,enumerable:!1,get:()=>t,set(e){t=e,d(e)}})}return o},vl=(t,e,i,o,r=!0)=>{let n;const s=[],a=t.o.uploader;if(e.upload&&(a.url||a.insertImageAsBase64URI||a.customUploadFunction)){const i=t.c.fromHTML(`<div class="jodit-drag-and-drop__file-box"><strong>${t.i18n(r?"Drop image":"Drop file")}</strong><span><br>${t.i18n("or click")}</span><input type="file" accept="${r?"image/*":"*"}" tabindex="-1" dir="auto" multiple=""/></div>`);t.uploader.bind(i,(i=>{const o=De(e.upload)?e.upload:a.defaultHandlerSuccess;De(o)&&o.call(t,i),t.e.fire("closeAllPopups")}),(e=>{t.message.error(e.message),t.e.fire("closeAllPopups")})),s.push({icon:"upload",name:"Upload",content:i})}if(e.filebrowser&&(t.o.filebrowser.ajax.url||t.o.filebrowser.items.url)&&s.push({icon:"folder",name:"Browse",content:()=>{o&&o(),e.filebrowser&&t.filebrowser.open(e.filebrowser,r)}}),e.url){const o=new Gr(t,{type:"submit",variant:"primary",text:"Insert"}),r=new gn(t,[new hn(t,{required:!0,label:"URL",name:"url",type:"text",placeholder:"https://"}),new hn(t,{name:"text",label:"Alternative text"}),new sn(t,[o])]);n=null,!i||xi.isText(i)||xi.isComment(i)||!xi.isTag(i,"img")&&!xo("img",i).length||(n="IMG"===i.tagName?i:xo("img",i)[0],jl(r.container,"input[name=url]",ci(n,"src")),jl(r.container,"input[name=text]",ci(n,"alt")),o.state.text="Update"),i&&xi.isTag(i,"a")&&(jl(r.container,"input[name=url]",ci(i,"href")),jl(r.container,"input[name=text]",ci(i,"title")),o.state.text="Update"),r.onSubmit((i=>{De(e.url)&&e.url.call(t,i.url,i.text)})),s.push({icon:"link",name:"URL",content:r.container})}return ml(t,s)};
|
|
1187
|
-
/*!
|
|
1188
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1189
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1190
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1191
|
-
*/function jl(t,e,i){const o=t.querySelector(e);return o?(i&&(o.value=i),o.value):""}function wl(t){if(!t)return!1;const e=xi.findSibling(t,!0);return!(!e||!xi.isTag(e,"br"))&&e}
|
|
1192
|
-
/*!
|
|
1193
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1194
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1195
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1196
|
-
*/
|
|
1197
|
-
/*!
|
|
1198
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1199
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1200
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1201
|
-
*/
|
|
1202
|
-
function yl(t,e,i=Wt){let o=t;const r=e.editor;do{if(!o||o===r)break;if(i.test(o.nodeName))return xi.isLeaf(o)?o:yl(o.parentNode,e,/^li$/i)||o;o=o.parentNode}while(o&&o!==r);return null}
|
|
1203
|
-
/*!
|
|
1204
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1205
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1206
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1207
|
-
*/
|
|
1208
|
-
/*!
|
|
1209
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1210
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1211
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1212
|
-
*/
|
|
1213
|
-
function _l(t,e,i){const o="br"===i.toLowerCase(),{createInside:r}=e,n=r.element(i),s=r.element("br");return o||n.appendChild(s),xi.after(t,n),xi.before(o?n:s,t),Xo(n,e.editor,e.ed),n}
|
|
1214
|
-
/*!
|
|
1215
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1216
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1217
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1218
|
-
*/
|
|
1219
|
-
/*!
|
|
1220
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1221
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1222
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1223
|
-
*/
|
|
1224
|
-
Nr.set("brush",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M896 1152q0-36-20-69-1-1-15.5-22.5t-25.5-38-25-44-21-50.5q-4-16-21-16t-21 16q-7 23-21 50.5t-25 44-25.5 38-15.5 22.5q-20 33-20 69 0 53 37.5 90.5t90.5 37.5 90.5-37.5 37.5-90.5zm512-128q0 212-150 362t-362 150-362-150-150-362q0-145 81-275 6-9 62.5-90.5t101-151 99.5-178 83-201.5q9-30 34-47t51-17 51.5 17 33.5 47q28 93 83 201.5t99.5 178 101 151 62.5 90.5q81 127 81 275z"/> </svg> '),To.prototype.controls.brushCell={isVisible:t=>!t.o.disablePlugins.includes("color"),icon:"brush",popup:(t,e,i)=>{if(!Fi(t))return;const o=t.getInstance("Table",t.o).getAllSelectedCells();if(!o.length)return!1;const r=e=>bl(t,(r=>{o.forEach((t=>{li(t,e,r)})),t.lock(),t.synchronizeValues(),i(),t.unlock()}),li(o[0],e));return ml(t,[{name:"Background",content:r("background-color")},{name:"Text",content:r("color")},{name:"Border",content:r("border-color")}])},tooltip:"Background"},To.prototype.controls.brush={isVisible:t=>!t.o.disablePlugins.includes("color"),update(t,e){const i=pi(e,"color"),o=(i,o)=>!(!o||o===li(t.editor,i).toString()||(e.state.icon.fill=o,0));if(i){const t=pi(e,"color");return void o("color"===t?t:"background-color",i)}const r=t.s.current();if(r&&!e.state.disabled){const e=xi.closest(r,xi.isElement,t.editor)||t.editor,i=o("color",li(e,"color").toString()),n=o("background-color",li(e,"background-color").toString());if(i||n)return}e.state.icon.fill="",e.state.activated=!1},popup:(t,e,i,o)=>{let r="",n="",s=[],a=null;return e&&e!==t.editor&&xi.isNode(e)&&(xi.isElement(e)&&t.s.isCollapsed()&&!xi.isTag(e,new Set(["br","hr"]))&&(a=e),xi.up(e,(t=>{if(xi.isHTMLElement(t)){const e=li(t,"color",!0),i=li(t,"background-color",!0);if(e)return r=e.toString(),!0;if(i)return n=i.toString(),!0}}),t.editor)),s=[{name:"Background",content:bl(t,(e=>{a?a.style.backgroundColor=e:t.execCommand("background",!1,e),pi(o,"color",e),pi(o,"color-mode","background"),i()}),n)},{name:"Text",content:bl(t,(e=>{a?a.style.color=e:t.execCommand("forecolor",!1,e),pi(o,"color",e),pi(o,"color-mode","color"),i()}),r)}],"background"!==t.o.colorPickerDefaultTab&&(s=s.reverse()),ml(t,s,a)},exec(t,e,{button:i}){const o=pi(i,"color-mode"),r=pi(i,"color");if(!o)return!1;if(e&&e!==t.editor&&xi.isNode(e)&&xi.isElement(e))switch(o){case"color":e.style.color=r;break;case"background":e.style.backgroundColor=r}else t.execCommand("background"===o?o:"forecolor",!1,r)},tooltip:"Fill color or set the text color"},mo.add("color",(
|
|
1225
|
-
/*!
|
|
1226
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1227
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1228
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1229
|
-
*/
|
|
1230
|
-
function(t){t.registerButton({name:"brush",group:"color"});const e=(e,i,o)=>{var r;const n=dr(o)||"",s="background"===e?{backgroundColor:n}:{color:n},a=t.getInstance("Table",t.o).getAllSelectedCells();return a.length&&t.s.isCollapsed()?(a.forEach((e=>{t.s.select(e,!0),t.s.commitStyle({attributes:{style:s}})})),null===(r=t.s.sel)||void 0===r||r.removeAllRanges()):t.s.commitStyle({attributes:{style:s}}),t.synchronizeValues(),!1};t.registerCommand("forecolor",e).registerCommand("background",e)}));class kl extends qs{afterInit(t){const e=t.o.enter.toLowerCase(),i=e===de.toLowerCase();t.o.enterBlock||(t.o.enterBlock=i?ce:e),t.registerCommand("enter",((t,e,i={})=>this.onEnter(i)))}onEnterKeyDown(t){if(t.key===ee){const e=this.j,i=e.e.fire("beforeEnter",t);return void 0!==i?i:(e.history.snapshot.transaction((()=>{e.s.isCollapsed()||e.execCommand("Delete"),e.s.focus(),this.onEnter(t),e.e.fire("afterEnter",t)})),e.synchronizeValues(),!1)}}onEnter(t){const{jodit:e}=this,i=e.createInside.fake();try{xi.safeInsertNode(e.s.range,i),function(t,e){const{s:i}=t,o=xi.closest(e,["a"],t.editor);o&&(i.cursorOnTheRight(o,e)?xi.after(o,e):i.cursorOnTheLeft(o,e)&&xi.before(o,e))}
|
|
1231
|
-
/*!
|
|
1232
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1233
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1234
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1235
|
-
*/(e,i);let o=yl(i,e);const r=xi.isLeaf(o);if((!r||(null==t?void 0:t.shiftKey))&&
|
|
1236
|
-
/*!
|
|
1237
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1238
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1239
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1240
|
-
*/
|
|
1241
|
-
function(t,e,i){const o=Boolean(xi.closest(t,["pre","blockquote"],e.editor)),r=!o&&xi.closest(t,["td","th"],e.editor);if(e.o.enter.toLowerCase()===de.toLowerCase()||r||i&&!o||!i&&o){if(o&&function(t){const e=wl(wl(t));return!!e&&(xi.safeRemove(wl(t)),xi.safeRemove(e),!0)}(t))return!1;const i=e.createInside.element("br");if(xi.before(t,i),!xi.findNotEmptySibling(i,!1)){const e=i.cloneNode();xi.after(i,e),xi.before(e,t)}return Xo(i,e.editor,e.ed),!0}return!1}(i,e,null==t?void 0:t.shiftKey))return!1;if(o||function(t,e){return Boolean(xi.prev(t,(t=>xi.isBlock(t)||xi.isImage(t)),e.editor))}(i,e)||(o=
|
|
1242
|
-
/*!
|
|
1243
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1244
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1245
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1246
|
-
*/
|
|
1247
|
-
function(t,e){let i=t;xi.up(i,(t=>{t&&t.hasChildNodes()&&t!==e.editor&&(i=t)}),e.editor);const o=xi.wrapInline(i,e.o.enter,e);if(xi.isEmpty(o)){const i=e.createInside.element("br");o.appendChild(i),xi.before(i,t)}return o}
|
|
1248
|
-
/*!
|
|
1249
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1250
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1251
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1252
|
-
*/(i,e)),!o)return _l(i,e,r?"li":e.o.enter),!1;if(!function(t,e,i){return!!xi.canSplitBlock(i)||(xi.before(t,e.createInside.element("br")),!1)}(i,e,o))return!1;if(r&&this.__isEmptyListLeaf(o))return function(t,e,i){const o=xi.closest(i,["ol","ul"],e.editor);if(!o)return;const r=o.parentElement,n=xi.isLeaf(r),s=n?r:o,a=e.s.createRange();a.setStartAfter(i),a.setEndAfter(o);const l=a.extractContents();xi.after(s,t),xi.safeRemove(i),xo("li",o).length||xi.safeRemove(o);const d=_l(t,e,n?"li":e.o.enter);l.querySelector("li")&&(n?d.appendChild(l):xi.after(d,l))}
|
|
1253
|
-
/*!
|
|
1254
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1255
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1256
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1257
|
-
*/(i,e,o),!1;!function(t,e,i){const o=e.s,{enter:r}=e.o,n=r.toLowerCase(),s=xi.isLeaf(i),a=i.tagName.toLowerCase()===n||s,l=o.cursorOnTheRight(i,t),d=o.cursorOnTheLeft(i,t);if(!a&&(l||d))return l?xi.after(i,t):xi.before(i,t),_l(t,e,n),void(d&&!l&&xi.prepend(i,t));Xo(o.splitSelection(i,t),e.editor,e.ed)}(i,e,o)}finally{i.isConnected&&e.s.setCursorBefore(i),xi.safeRemove(i)}}__isEmptyListLeaf(t){const e=this.j.e.fire("enterIsEmptyListLeaf",t);return ei(e)?e:xi.isEmpty(t)}beforeDestruct(t){t.e.off("keydown.enter")}}(function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);n>3&&s&&Object.defineProperty(e,i,s)})([Or(":keydown.enter")],kl.prototype,"onEnterKeyDown",null),mo.add("enter",kl),
|
|
1258
|
-
/*!
|
|
1259
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1260
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1261
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1262
|
-
*/
|
|
1263
|
-
To.prototype.defaultFontSizePoints="px",Nr.set("font",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M789 559l-170 450q33 0 136.5 2t160.5 2q19 0 57-2-87-253-184-452zm-725 1105l2-79q23-7 56-12.5t57-10.5 49.5-14.5 44.5-29 31-50.5l237-616 280-724h128q8 14 11 21l205 480q33 78 106 257.5t114 274.5q15 34 58 144.5t72 168.5q20 45 35 57 19 15 88 29.5t84 20.5q6 38 6 57 0 4-.5 13t-.5 13q-63 0-190-8t-191-8q-76 0-215 7t-178 8q0-43 4-78l131-28q1 0 12.5-2.5t15.5-3.5 14.5-4.5 15-6.5 11-8 9-11 2.5-14q0-16-31-96.5t-72-177.5-42-100l-450-2q-26 58-76.5 195.5t-50.5 162.5q0 22 14 37.5t43.5 24.5 48.5 13.5 57 8.5 41 4q1 19 1 58 0 9-2 27-58 0-174.5-10t-174.5-10q-8 0-26.5 4t-21.5 4q-80 14-188 14z"/> </svg> ').set("fontsize",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1744 1408q33 0 42 18.5t-11 44.5l-126 162q-20 26-49 26t-49-26l-126-162q-20-26-11-44.5t42-18.5h80v-1024h-80q-33 0-42-18.5t11-44.5l126-162q20-26 49-26t49 26l126 162q20 26 11 44.5t-42 18.5h-80v1024h80zm-1663-1279l54 27q12 5 211 5 44 0 132-2t132-2q36 0 107.5.5t107.5.5h293q6 0 21 .5t20.5 0 16-3 17.5-9 15-17.5l42-1q4 0 14 .5t14 .5q2 112 2 336 0 80-5 109-39 14-68 18-25-44-54-128-3-9-11-48t-14.5-73.5-7.5-35.5q-6-8-12-12.5t-15.5-6-13-2.5-18-.5-16.5.5q-17 0-66.5-.5t-74.5-.5-64 2-71 6q-9 81-8 136 0 94 2 388t2 455q0 16-2.5 71.5t0 91.5 12.5 69q40 21 124 42.5t120 37.5q5 40 5 50 0 14-3 29l-34 1q-76 2-218-8t-207-10q-50 0-151 9t-152 9q-3-51-3-52v-9q17-27 61.5-43t98.5-29 78-27q19-42 19-383 0-101-3-303t-3-303v-117q0-2 .5-15.5t.5-25-1-25.5-3-24-5-14q-11-12-162-12-33 0-93 12t-80 26q-19 13-34 72.5t-31.5 111-42.5 53.5q-42-26-56-44v-383z"/> </svg> '),To.prototype.controls.fontsize={command:"fontsize",data:{cssRule:"font-size",normalize:t=>t.toString().replace(/(px|pt)$/i,"")},list:[8,9,10,11,12,14,16,18,24,30,32,34,36,48,60,72,96],textTemplate:(t,e)=>e+t.o.defaultFontSizePoints,childTemplate:(t,e,i)=>`${i}${t.o.defaultFontSizePoints}`,tooltip:"Font size",value:(t,e)=>{var i;const o=t.s.current();if(!o)return;const r=xi.closest(o,xi.isElement,t.editor);if(!r)return;const n=(null===(i=e.control.data)||void 0===i?void 0:i.cssRule)||"font-size",s=li(r,n);if("font-size"===n){const e=parseFloat(s.toString());return"pt"===t.o.defaultFontSizePoints?Math.round(.75*e).toString():Math.round(e).toString()}return s.toString()},isChildActive:(t,e)=>{var i,o;const r=e.state.value,n=null!==(o=null===(i=e.control.data)||void 0===i?void 0:i.normalize)&&void 0!==o?o:t=>t;return Boolean(r&&e.control.args&&n(e.control.args[0].toString())===n(r.toString()))},isActive:(t,e)=>{var i,o;const r=e.state.value;if(!r)return!1;const n=null!==(o=null===(i=e.control.data)||void 0===i?void 0:i.normalize)&&void 0!==o?o:t=>t;let s=e.control.data.cacheListSet;if(!s){const t=Object.keys(e.control.list).map(n);s=new Set(t),e.control.data.cacheListSet=s}return s.has(n(r.toString()))}},To.prototype.controls.font={...To.prototype.controls.fontsize,command:"fontname",textTemplate:(t,e)=>{const[i]=e.split(",");return Ye(i,"\"'")},list:{"":"Default","Arial, Helvetica, sans-serif":"Arial","'Courier New', Courier, monospace":"Courier New","Georgia, Palatino, serif":"Georgia","'Lucida Sans Unicode', 'Lucida Grande', sans-serif":"Lucida Sans Unicode","Tahoma, Geneva, sans-serif":"Tahoma","'Times New Roman', Times, serif":"Times New Roman","'Trebuchet MS', Helvetica, sans-serif":"Trebuchet MS","Helvetica, sans-serif":"Helvetica","Impact, Charcoal, sans-serif":"Impact","Verdana, Geneva, sans-serif":"Verdana"},childTemplate:(t,e,i)=>{let o=!1;try{o=-1===e.indexOf("dings")&&document.fonts.check(`16px ${e}`,i)}catch(t){}return`<span data-style="${e}" style="${o?`font-family: ${e}!important;`:""}">${i}</span>`},data:{cssRule:"font-family",normalize:t=>t.toLowerCase().replace(/['"]+/g,"").replace(/[^a-z0-9-]+/g,",")},value:t=>{const e=t.s.current();if(!e)return;const i=xi.closest(e,xi.isElement,t.editor);if(!i)return;const o=li(i,"font-family").toString();return o===li(t.editor,"font-family").toString()?"":o},tooltip:"Font family"},mo.add("font",(
|
|
1264
|
-
/*!
|
|
1265
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1266
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1267
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1268
|
-
*/
|
|
1269
|
-
function(t){t.registerButton({name:"font",group:"font"}).registerButton({name:"fontsize",group:"font"});const e=(e,i,o)=>{switch(e){case"fontsize":t.s.commitStyle({attributes:{style:{fontSize:fr(o,t.o.defaultFontSizePoints)}}});break;case"fontname":t.s.commitStyle({attributes:{style:{fontFamily:o}}})}return t.synchronizeValues(),!1};t.registerCommand("fontsize",e).registerCommand("fontname",e)})),
|
|
1270
|
-
/*!
|
|
1271
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1272
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1273
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1274
|
-
*/
|
|
1275
|
-
Nr.set("paragraph",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"><path d="M1534 189v73q0 29-18.5 61t-42.5 32q-50 0-54 1-26 6-32 31-3 11-3 64v1152q0 25-18 43t-43 18h-108q-25 0-43-18t-18-43v-1218h-143v1218q0 25-17.5 43t-43.5 18h-108q-26 0-43.5-18t-17.5-43v-496q-147-12-245-59-126-58-192-179-64-117-64-259 0-166 88-286 88-118 209-159 111-37 417-37h479q25 0 43 18t18 43z"/></svg> '),To.prototype.controls.paragraph={command:"formatBlock",value(t,e){var i,o;const r=e.control,n=t.s.current(),s=xi.closest(n,xi.isBlock,t.editor);return null!==(i=null==s?void 0:s.nodeName.toLowerCase())&&void 0!==i?i:null===(o=r.data)||void 0===o?void 0:o.currentValue},update(t,e){const i=e.control;if(!t.s.current())return!1;const o=e.state.value,r=i.list;return Xe(r)&&r[o.toString()]&&t.o.textIcons&&(e.state.text=r[o.toString()].toString()),!1},data:{currentValue:"p"},list:{p:"Paragraph",h1:"Heading 1",h2:"Heading 2",h3:"Heading 3",h4:"Heading 4",blockquote:"Quote",pre:"Code"},isChildActive:(t,e)=>{var i,o;return Boolean(e.state.value===(null===(o=null===(i=e.control)||void 0===i?void 0:i.args)||void 0===o?void 0:o[0]))},isActive:(t,e)=>e.state.value!==t.o.enter&&Xe(e.control.list)&&Boolean(e.control.list[e.state.value]),childTemplate:(t,e,i)=>`<${e} style="margin:0;padding:0"><span>${t.i18n(i)}</span></${e}>`,tooltip:"Insert format block"},mo.add("formatBlock",(
|
|
1276
|
-
/*!
|
|
1277
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1278
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1279
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1280
|
-
*/
|
|
1281
|
-
function(t){t.registerButton({name:"paragraph",group:"font"}),t.registerCommand("formatblock",((e,i,o)=>(t.s.commitStyle({element:o}),t.synchronizeValues(),!1)))})),
|
|
1282
|
-
/*!
|
|
1283
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1284
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1285
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1286
|
-
*/
|
|
1287
|
-
To.prototype.commandToHotkeys={removeFormat:["ctrl+shift+m","cmd+shift+m"],insertOrderedList:["ctrl+shift+7","cmd+shift+7"],insertUnorderedList:["ctrl+shift+8","cmd+shift+8"],selectall:["ctrl+a","cmd+a"]},mo.add("hotkeys",
|
|
1288
|
-
/*!
|
|
1289
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1290
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1291
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1292
|
-
*/
|
|
1293
|
-
class extends qs{constructor(){super(...arguments),this.onKeyPress=t=>{const e=this.specialKeys[t.which],i=(t.key||String.fromCharCode(t.which)).toLowerCase(),o=[e||i];return["alt","ctrl","shift","meta"].forEach((i=>{t[i+"Key"]&&e!==i&&o.push(i)})),cr(o.join("+"))},this.specialKeys={8:"backspace",9:"tab",10:"return",13:"return",16:"shift",17:"ctrl",18:"alt",19:"pause",20:"capslock",27:"esc",32:"space",33:"pageup",34:"pagedown",35:"end",36:"home",37:"left",38:"up",39:"right",40:"down",45:"insert",46:"del",59:";",61:"=",91:"meta",96:"0",97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9",106:"*",107:"+",109:"-",110:".",111:"/",112:"f1",113:"f2",114:"f3",115:"f4",116:"f5",117:"f6",118:"f7",119:"f8",120:"f9",121:"f10",122:"f11",123:"f12",144:"numlock",145:"scroll",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"}}afterInit(t){_i(t.o.commandToHotkeys,!1).forEach((e=>{const i=t.o.commandToHotkeys[e];i&&(Te(i)||Le(i))&&t.registerHotkeyToCommand(i,e)}));let e=!1;t.e.off(".hotkeys").on([t.ow,t.ew],"keydown.hotkeys",(t=>{if(t.key===ie)return this.j.e.fire("escape",t)})).on("keydown.hotkeys",(i=>{const o=this.onKeyPress(i),r={shouldStop:!0};if(!1===this.j.e.fire(o+".hotkey",i.type,r)){if(r.shouldStop)return e=!0,t.e.stopPropagation("keydown"),!1;i.preventDefault()}}),{top:!0}).on("keyup.hotkeys",(()=>{if(e)return e=!1,t.e.stopPropagation("keyup"),!1}),{top:!0})}beforeDestruct(t){t.events&&t.e.off(".hotkeys")}}),
|
|
1294
|
-
/*!
|
|
1295
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1296
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1297
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1298
|
-
*/
|
|
1299
|
-
To.prototype.iframeBaseUrl="",To.prototype.iframeTitle="Jodit Editor",To.prototype.iframeDoctype="<!DOCTYPE html>",To.prototype.iframeDefaultSrc="about:blank",To.prototype.iframeStyle='html{margin:0;padding:0;min-height: 100%;}body{box-sizing:border-box;font-size:13px;line-height:1.6;padding:10px;margin:0;background:transparent;color:#000;position:relative;z-index:2;user-select:auto;margin:0px;overflow:auto;outline:none;}table{width:100%;border:none;border-collapse:collapse;empty-cells: show;max-width: 100%;}th,td{padding: 2px 5px;border:1px solid #ccc;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}p{margin-top:0;}.jodit_editor .jodit_iframe_wrapper{display: block;clear: both;user-select: none;position: relative;}.jodit_editor .jodit_iframe_wrapper:after {position:absolute;content:"";z-index:1;top:0;left:0;right: 0;bottom: 0;cursor: pointer;display: block;background: rgba(0, 0, 0, 0);} .jodit_disabled{user-select: none;-o-user-select: none;-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;-ms-user-select: none}',To.prototype.iframeCSSLinks=[],To.prototype.iframeSandbox=null,mo.add("iframe",(
|
|
1300
|
-
/*!
|
|
1301
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1302
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1303
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1304
|
-
*/
|
|
1305
|
-
function(t){const e=t.options;t.e.on("afterSetMode",(()=>{t.isEditorMode()&&t.s.focus()})).on("generateDocumentStructure.iframe",((t,i)=>{const o=t||i.iframe.contentWindow.document;if(o.open(),o.write(e.iframeDoctype+`<html dir="${e.direction}" class="jodit" lang="${Yo(e.language)}"><head>`+`<title>${e.iframeTitle}</title>`+(e.iframeBaseUrl?`<base href="${e.iframeBaseUrl}"/>`:"")+'</head><body class="jodit-wysiwyg"></body></html>'),o.close(),e.iframeCSSLinks&&e.iframeCSSLinks.forEach((t=>{const e=o.createElement("link");ci(e,"rel","stylesheet"),ci(e,"href",t),o.head&&o.head.appendChild(e)})),e.iframeStyle){const t=o.createElement("style");t.innerHTML=e.iframeStyle,o.head&&o.head.appendChild(t)}})).on("createEditor",(()=>{if(!e.iframe)return;const i=t.c.element("iframe");return i.style.display="block",i.src="about:blank",i.className="jodit-wysiwyg_iframe",ci(i,{allowtransparency:"true",tabindex:e.tabIndex.toString(),frameborder:"0"}),null!=e.iframeSandbox&&ci(i,"sandbox",e.iframeSandbox),t.workplace.appendChild(i),t.iframe=i,yi(t.e.fire("generateDocumentStructure.iframe",null,t),(()=>{if(!t.iframe)return!1;const i=t.iframe.contentWindow.document;t.editorWindow=t.iframe.contentWindow;const o=()=>{ci(i.body,"contenteditable",t.getMode()!==he&&!t.getReadOnly()||null)},r=t=>{const e=/<body.*<\/body>/im,i="{%%BODY%%}",o=e.exec(t);return o&&(t=t.replace(e,i).replace(/<span([^>]*?)>(.*?)<\/span>/gim,"").replace(/<span([^&]*?)>(.*?)<\/span>/gim,"").replace(i,o[0].replace(/(<body[^>]+?)min-height["'\s]*:[\s"']*[0-9]+(px|%)/im,"$1").replace(/(<body[^>]+?)([\s]*["'])?contenteditable["'\s]*=[\s"']*true["']?/im,"$1").replace(/<(style|script|span)[^>]+jodit[^>]+>.*?<\/\1>/g,"")).replace(/(class\s*=\s*)(['"])([^"']*)(jodit-wysiwyg|jodit)([^"']*\2)/g,"$1$2$3$5").replace(/(<[^<]+?)\sclass="[\s]*"/gim,"$1").replace(/(<[^<]+?)\sstyle="[\s;]*"/gim,"$1").replace(/(<[^<]+?)\sdir="[\s]*"/gim,"$1")),t};if(e.editHTMLDocumentMode){const e=t.element.tagName;if("TEXTAREA"!==e&&"INPUT"!==e)throw bi("If enable `editHTMLDocumentMode` - source element should be INPUT or TEXTAREA");t.e.on("beforeGetNativeEditorValue",(()=>r(t.o.iframeDoctype+i.documentElement.outerHTML))).on("beforeSetNativeEditorValue",(({value:e})=>!t.isLocked&&(/<(html|body)/i.test(e)?r(i.documentElement.outerHTML)!==r(e)&&(i.open(),i.write(t.o.iframeDoctype+r(e)),i.close(),t.editor=i.body,t.e.fire("safeHTML",t.editor),o(),t.e.fire("prepareWYSIWYGEditor"),t.e.stopPropagation("beforeSetNativeEditorValue")):i.body.innerHTML=e,!0)),{top:!0})}if(t.editor=i.body,t.e.on("afterSetMode afterInit afterAddPlace",o),"auto"===e.height){i.documentElement&&(i.documentElement.style.overflowY="hidden");const o=t.async.throttle((()=>{t.async.requestAnimationFrame((()=>{if(t.editor&&t.iframe&&"auto"===e.height){const e=t.ew.getComputedStyle(t.editor),i=parseInt(e.marginTop||"0",10)+parseInt(e.marginBottom||"0",10);li(t.iframe,"height",t.editor.offsetHeight+i)}}))}),t.defaultTimeout/2);if(t.e.on("change afterInit afterSetMode resize",o).on([t.iframe,t.ew,i.documentElement],"load",o).on(i,"readystatechange DOMContentLoaded",o),"function"==typeof ResizeObserver){const e=new ResizeObserver(o);e.observe(i.body),t.e.on("beforeDestruct",(()=>{e.disconnect()}))}}return i.documentElement&&t.e.on(i.documentElement,"mousedown touchend",(()=>{t.s.isFocused()||(t.s.focus(),t.editor===i.body&&t.s.setCursorIn(i.body))})).on(t.ew,"mousedown touchstart keydown keyup touchend click mouseup mousemove scroll",(e=>{var i;null===(i=t.events)||void 0===i||i.fire(t.ow,e)})),!1}))}))})),
|
|
1306
|
-
/*!
|
|
1307
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1308
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1309
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1310
|
-
*/
|
|
1311
|
-
Nr.set("image",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M576 576q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm1024 384v448h-1408v-192l320-320 160 160 512-512zm96-704h-1600q-13 0-22.5 9.5t-9.5 22.5v1216q0 13 9.5 22.5t22.5 9.5h1600q13 0 22.5-9.5t9.5-22.5v-1216q0-13-9.5-22.5t-22.5-9.5zm160 32v1216q0 66-47 113t-113 47h-1600q-66 0-113-47t-47-113v-1216q0-66 47-113t113-47h1600q66 0 113 47t47 113z"/> </svg> '),To.prototype.controls.image={popup:(t,e,i)=>{let o=null;return e&&!xi.isText(e)&&xi.isHTMLElement(e)&&(xi.isTag(e,"img")||xo("img",e).length)&&(o=xi.isTag(e,"img")?e:xo("img",e)[0]),t.s.save(),vl(t,{filebrowser:e=>{t.s.restore(),e.files&&e.files.forEach((i=>t.s.insertImage(e.baseurl+i,null,t.o.imageDefaultWidth))),i()},upload:!0,url:async(e,r)=>{t.s.restore(),/^[a-z\d_-]+(\.[a-z\d_-]+)+/i.test(e)&&(e="//"+e);const n=o||t.createInside.element("img");ci(n,"src",e),ci(n,"alt",r),o||await t.s.insertImage(n,null,t.o.imageDefaultWidth),i()}},o,i)},tags:["img"],tooltip:"Insert Image"},mo.add("image",(function(t){t.registerButton({name:"image",group:"media"})}));var xl=[{name:"eye",tooltip:"Open link",exec:(t,e)=>{const i=ci(e,"href");e&&i&&(t=>/^(https?:|mailto:|tel:)/i.test(t.trim())&&!/^(javascript:|data:|vbscript:)/i.test(t.trim()))(i)&&t.ow.open(i)}},{name:"link",tooltip:"Edit link",icon:"pencil"},"unlink","brush","file"];
|
|
1312
|
-
/*!
|
|
1313
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1314
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1315
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1316
|
-
*/const Cl=t=>t.args&&Le(t.args[0])?t.args[0].toLowerCase():"";var Il=["brushCell",{name:"valign",list:["Top","Middle","Bottom","Normal"],childTemplate:(t,e,i)=>i,exec:(t,e,{control:i})=>{const o=Cl(i);t.getInstance("Table",t.o).getAllSelectedCells().forEach((t=>{li(t,"vertical-align","normal"===o?"":o)}))},tooltip:"Vertical align"},{name:"splitv",list:{tablesplitv:"Split vertical",tablesplitg:"Split horizontal"},tooltip:"Split"},{name:"align",icon:"left"},"\n",{name:"merge",command:"tablemerge",tooltip:"Merge"},{name:"addcolumn",list:{tableaddcolumnbefore:"Insert column before",tableaddcolumnafter:"Insert column after"},exec:(t,e,{control:i})=>{if(!Fi(t))return;if(!i.args)return!1;const o=Cl(i);t.execCommand(o,!1,e)},tooltip:"Add column"},{name:"addrow",list:{tableaddrowbefore:"Insert row above",tableaddrowafter:"Insert row below"},exec:(t,e,{control:i})=>{if(!Fi(t))return;if(!i.args)return!1;const o=Cl(i);t.execCommand(o,!1,e)},tooltip:"Add row"},{name:"deleteTable",icon:"bin",list:{tablebin:"Delete table",tablebinrow:"Delete row",tablebincolumn:"Delete column",tableempty:"Empty cell"},exec:(t,e,{control:i})=>{if(!Fi(t))return;if(!i.args)return!1;const o=Cl(i);t.execCommand(o,!1,e),t.e.fire("hidePopup")},tooltip:"Delete"}];
|
|
1317
|
-
/*!
|
|
1318
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1319
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1320
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1321
|
-
*/const zl={name:"left",childTemplate:(t,e,i)=>i,list:["Left","Right","Center","Normal"],exec:(t,e,{control:i})=>{if(!xi.isTag(e,new Set(["img","jodit","jodit-media"])))return;const o=i.args&&Le(i.args[0])?i.args[0].toLowerCase():"";if(!o)return!1;Eo(e,o),xi.isTag(e,new Set(["jodit","jodit-media"]))&&e.firstElementChild&&Eo(e.firstElementChild,o),t.synchronizeValues(),t.e.fire("recalcPositionPopup")},tooltip:"Horizontal align"};var Sl=[{name:"delete",icon:"bin",tooltip:"Delete",exec:(t,e)=>{e&&t.s.removeNode(e)}},{name:"pencil",exec(t,e){"img"===e.tagName.toLowerCase()&&t.e.fire("openImageProperties",e)},tooltip:"Edit"},{name:"valign",list:["Top","Middle","Bottom","Normal"],tooltip:"Vertical align",exec:(t,e,{control:i})=>{if(!xi.isTag(e,"img"))return;const o=i.args&&Le(i.args[0])?i.args[0].toLowerCase():"";if(!o)return!1;li(e,"vertical-align","normal"===o?"":o),t.e.fire("recalcPositionPopup")}},zl],Bl=[{name:"bin",tooltip:"Delete",exec:(t,e)=>{e&&t.s.removeNode(e)}},zl];
|
|
1322
|
-
/*!
|
|
1323
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1324
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1325
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1326
|
-
*/
|
|
1327
|
-
/*!
|
|
1328
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1329
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1330
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1331
|
-
*/
|
|
1332
|
-
To.prototype.toolbarInline=!0,To.prototype.toolbarInlineForSelection=!1,To.prototype.toolbarInlineDisableFor=[],To.prototype.toolbarInlineDisabledButtons=["source"],Nr.set("addcolumn",'<svg viewBox="0 0 18.151 18.151" xmlns="http://www.w3.org/2000/svg"> <g> <path stroke-width="0" d="M6.237,16.546H3.649V1.604h5.916v5.728c0.474-0.122,0.968-0.194,1.479-0.194 c0.042,0,0.083,0.006,0.125,0.006V0H2.044v18.15h5.934C7.295,17.736,6.704,17.19,6.237,16.546z"/> <path stroke-width="0" d="M11.169,8.275c-2.723,0-4.938,2.215-4.938,4.938s2.215,4.938,4.938,4.938s4.938-2.215,4.938-4.938 S13.892,8.275,11.169,8.275z M11.169,16.81c-1.983,0-3.598-1.612-3.598-3.598c0-1.983,1.614-3.597,3.598-3.597 s3.597,1.613,3.597,3.597C14.766,15.198,13.153,16.81,11.169,16.81z"/> <polygon stroke-width="0" points="11.792,11.073 10.502,11.073 10.502,12.578 9.03,12.578 9.03,13.868 10.502,13.868 10.502,15.352 11.792,15.352 11.792,13.868 13.309,13.868 13.309,12.578 11.792,12.578 "/> </g> </svg> ').set("addrow",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 432 432"> <g> <polygon points="203.688,96 0,96 0,144 155.688,144 "/> <polygon points="155.719,288 0,288 0,336 203.719,336 "/> <path d="M97.844,230.125c-3.701-3.703-5.856-8.906-5.856-14.141s2.154-10.438,5.856-14.141l9.844-9.844H0v48h107.719 L97.844,230.125z"/> <polygon points="232,176 232,96 112,216 232,336 232,256 432,256 432,176"/> </g> </svg> ').set("merge",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 312 312"> <g transform="translate(0.000000,312.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M50 3109 c0 -7 -11 -22 -25 -35 l-25 -23 0 -961 0 -961 32 -29 32 -30 501 -2 500 -3 3 -502 2 -502 31 -30 31 -31 958 0 958 0 23 25 c13 13 30 25 37 25 9 0 12 199 12 960 0 686 -3 960 -11 960 -6 0 -24 12 -40 28 l-29 27 -503 5 -502 5 -5 502 -5 503 -28 29 c-15 16 -27 34 -27 40 0 8 -274 11 -960 11 -710 0 -960 -3 -960 -11z m1738 -698 l2 -453 -40 -40 c-22 -22 -40 -43 -40 -47 0 -4 36 -42 79 -85 88 -87 82 -87 141 -23 l26 27 455 -2 454 -3 0 -775 0 -775 -775 0 -775 0 -3 450 -2 449 47 48 47 48 -82 80 c-44 44 -84 80 -87 80 -3 0 -25 -18 -48 -40 l-41 -40 -456 2 -455 3 -3 765 c-1 421 0 771 3 778 3 10 164 12 777 10 l773 -3 3 -454z"/> <path d="M607 2492 c-42 -42 -77 -82 -77 -87 0 -6 86 -96 190 -200 105 -104 190 -197 190 -205 0 -8 -41 -56 -92 -107 -65 -65 -87 -94 -77 -98 8 -3 138 -4 289 -3 l275 3 3 275 c1 151 0 281 -3 289 -4 10 -35 -14 -103 -82 -54 -53 -103 -97 -109 -97 -7 0 -99 88 -206 195 -107 107 -196 195 -198 195 -3 0 -39 -35 -82 -78z"/> <path d="M1470 1639 c-47 -49 -87 -91 -89 -94 -5 -6 149 -165 160 -165 9 0 189 179 189 188 0 12 -154 162 -165 161 -6 0 -48 -41 -95 -90z"/> <path d="M1797 1303 c-9 -8 -9 -568 0 -576 4 -4 50 36 103 88 54 52 101 95 106 95 5 0 95 -85 199 -190 104 -104 194 -190 200 -190 6 0 46 36 90 80 l79 79 -197 196 c-108 108 -197 199 -197 203 0 4 45 52 99 106 55 55 98 103 95 108 -6 10 -568 11 -577 1z"/> </g> </svg> ').set("th",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M512 1248v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm0-512v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm640 512v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm-640-1024v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm640 512v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm640 512v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm-640-1024v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm640 512v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm0-512v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68z"/> </svg> ').set("splitg",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 48 48"> <path d="M6 42h4v-4h-4v4zm4-28h-4v4h4v-4zm-4 20h4v-4h-4v4zm8 8h4v-4h-4v4zm-4-36h-4v4h4v-4zm8 0h-4v4h4v-4zm16 0h-4v4h4v-4zm-8 8h-4v4h4v-4zm0-8h-4v4h4v-4zm12 28h4v-4h-4v4zm-16 8h4v-4h-4v4zm-16-16h36v-4h-36v4zm32-20v4h4v-4h-4zm0 12h4v-4h-4v4zm-16 16h4v-4h-4v4zm8 8h4v-4h-4v4zm8 0h4v-4h-4v4z"/> <path d="M0 0h48v48h-48z" fill="none"/> </svg> ').set("splitv",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 48 48"> <path d="M6 18h4v-4h-4v4zm0-8h4v-4h-4v4zm8 32h4v-4h-4v4zm0-16h4v-4h-4v4zm-8 0h4v-4h-4v4zm0 16h4v-4h-4v4zm0-8h4v-4h-4v4zm8-24h4v-4h-4v4zm24 24h4v-4h-4v4zm-16 8h4v-36h-4v36zm16 0h4v-4h-4v4zm0-16h4v-4h-4v4zm0-20v4h4v-4h-4zm0 12h4v-4h-4v4zm-8-8h4v-4h-4v4zm0 32h4v-4h-4v4zm0-16h4v-4h-4v4z"/> <path d="M0 0h48v48h-48z" fill="none"/> </svg> ').set("th-list",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M512 1248v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm0-512v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm1280 512v192q0 40-28 68t-68 28h-960q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h960q40 0 68 28t28 68zm-1280-1024v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm1280 512v192q0 40-28 68t-68 28h-960q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h960q40 0 68 28t28 68zm0-512v192q0 40-28 68t-68 28h-960q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h960q40 0 68 28t28 68z"/> </svg> '),Il.forEach((t=>{Le(t)||!t.name||To.prototype.controls[t.name]||(To.prototype.controls[t.name]=t)})),To.prototype.popup={a:xl,img:Sl,cells:Il,toolbar:["bold","italic","|","ul","ol","eraser","|","fontsize","brush","paragraph","---","image","table","\n","link","|","align","|","undo","redo","|","copyformat","fullsize","---","dots"],jodit:Bl,iframe:Bl,"jodit-media":Bl,selection:["bold","underline","italic","ul","ol","\n","outdent","indent","fontsize","brush","cut","\n","paragraph","link","align","dots"]};
|
|
1333
|
-
/*!
|
|
1334
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1335
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1336
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1337
|
-
*/
|
|
1338
|
-
var El=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};class Dl extends qs{constructor(){super(...arguments),this.type=null,this.__reopenSelectionPopup=!1,this.snapRange=null,this.elmsList=_i(this.j.o.popup,!1).filter((t=>!this.isExcludedTarget(t)))}get popup(){return new Dn(this.jodit,!1)}get toolbar(){return Jn(this.jodit,this.popup)}onClick(t){const e=this.elmsList,i=xi.isTag(t,"img")?t:xi.closest(t,e,this.j.editor);if(i&&this.canShowPopupForType(i.nodeName.toLowerCase()))return this.showPopup((()=>yr(i,this.j)),i.nodeName.toLowerCase(),i),!1}showPopup(t,e,i){if(e=e.toLowerCase(),!this.canShowPopupForType(e))return!1;if(this.type!==e||i!==this.previousTarget){this.previousTarget=i;const t=this.j.o.popup[e];let o;if(o=De(t)?t(this.j,i,this.popup.close):t,Te(o)){const t=this.j.o.toolbarInlineDisabledButtons;this.toolbar.build(t.length?o.filter((e=>{const i=Le(e)?e:e.name;return!t.includes(null!=i?i:"")})):o,i),this.toolbar.buttonSize=this.j.o.toolbarButtonSize,o=this.toolbar.container}this.popup.setContent(o),this.type=e}return this.popup.open(t),!0}hidePopup(t){!this.popup.isOpened||Le(t)&&t!==this.type||this.popup.close()}onOutsideClick(){this.popup.close()}canShowPopupForType(t){const e=this.j.o.popup[t.toLowerCase()];return!(this.j.o.readonly||!this.j.o.toolbarInline||!e||this.isExcludedTarget(t))}isExcludedTarget(t){return Vi(this.j.o.toolbarInlineDisableFor).map((t=>t.toLowerCase())).includes(t.toLowerCase())}afterInit(t){this.j.e.on("getDiffButtons.mobile",(e=>{if(this.toolbar===e){const e=this.toolbar.getButtonsNames();return Ke(t.registeredButtons).filter((t=>!this.j.o.toolbarInlineDisabledButtons.includes(t.name))).filter((t=>{const i=Le(t)?t:t.name;return i&&"|"!==i&&"\n"!==i&&!e.includes(i)}))}})).on("hidePopup",this.hidePopup).on("showInlineToolbar",this.showInlineToolbar).on("showPopup",((t,e,i)=>{this.showPopup(e,i||(Le(t)?t:t.nodeName),Le(t)?void 0:t)})).on("mousedown keydown",this.onSelectionStart).on("change",(()=>{this.popup.isOpened&&this.previousTarget&&!this.previousTarget.parentNode&&(this.hidePopup(),this.previousTarget=void 0)})).on([this.j.ew,this.j.ow],"mouseup keyup",this.onSelectionEnd).on([this.j.ew,this.j.ow],"mousedown touchstart",this.__onDocumentMouseDown).on("closeAllPopups",this.__onCloseAllPopups),this.addListenersForElements()}__onDocumentMouseDown(t){this.popup.isOpened&&"selection"===this.type&&t.target&&Wr.closestElement(t.target,Dn)&&(this.__reopenSelectionPopup=!0)}__onCloseAllPopups(){this.__reopenSelectionPopup&&(this.__reopenSelectionPopup=!1,this.j.o.toolbarInlineForSelection&&this.j.async.setTimeout((()=>{const t=this.j.s.sel;t&&!t.isCollapsed&&this.showPopup((()=>this.__selectionBound()),"selection")}),1))}__selectionBound(){const t=this.j.s.range.getBoundingClientRect();let{left:e,top:i}=t;if(this.j.iframe){const t=yr(this.j.iframe,this.j,!0);e+=t.left,i+=t.top}return{left:e,top:i,width:t.width,height:t.height}}onSelectionStart(){this.snapRange=this.j.s.range.cloneRange()}onSelectionEnd(t){if(t&&t.target&&Wr.closestElement(t.target,Dn))return;const{snapRange:e}=this,{range:i}=this.j.s;e&&!i.collapsed&&i.startContainer===e.startContainer&&i.startOffset===e.startOffset&&i.endContainer===e.endContainer&&i.endOffset===e.endOffset||this.onSelectionChange()}onSelectionChange(){if(!this.j.o.toolbarInlineForSelection)return;const t="selection",e=this.j.s.sel;(null==e?void 0:e.isCollapsed)||this.isSelectedTarget(this.j.s.range)?this.type===t&&this.popup.isOpened&&this.hidePopup():this.j.s.current()&&this.showPopup((()=>this.__selectionBound()),t)}isSelectedTarget(t){const e=t.startContainer;return xi.isElement(e)&&e===t.endContainer&&xi.isTag(e.childNodes[t.startOffset],new Set(_i(this.j.o.popup,!1)))&&t.startOffset===t.endOffset-1}beforeDestruct(t){t.e.off("showPopup").off([this.j.ew,this.j.ow],"mouseup keyup",this.onSelectionEnd).off([this.j.ew,this.j.ow],"mousedown touchstart",this.__onDocumentMouseDown).off("closeAllPopups",this.__onCloseAllPopups),this.removeListenersForElements()}_eventsList(){const t=this.elmsList;return t.map((t=>ai(`click_${t}`))).concat(t.map((t=>ai(`touchstart_${t}`)))).join(" ")}addListenersForElements(){this.j.e.on(this._eventsList(),this.onClick)}removeListenersForElements(){this.j.e.off(this._eventsList(),this.onClick)}showInlineToolbar(t){this.showPopup((()=>{if(t)return t;const{range:e}=this.j.s;return e.getBoundingClientRect()}),"toolbar")}}Dl.requires=["select"],El([Hi],Dl.prototype,"popup",null),El([Hi],Dl.prototype,"toolbar",null),El([Fe],Dl.prototype,"onClick",null),El([Rr((t=>!t.j.isLocked))],Dl.prototype,"showPopup",null),El([Or([":clickEditor",":beforeCommandDelete",":backSpaceAfterDelete"]),Fe],Dl.prototype,"hidePopup",null),El([Or(":outsideClick")],Dl.prototype,"onOutsideClick",null),El([Fe],Dl.prototype,"__onDocumentMouseDown",null),El([Fe],Dl.prototype,"__onCloseAllPopups",null),El([Fe],Dl.prototype,"onSelectionStart",null),El([Fe],Dl.prototype,"onSelectionEnd",null),El([Br((t=>t.defaultTimeout))],Dl.prototype,"onSelectionChange",null),El([Fe],Dl.prototype,"showInlineToolbar",null),mo.add("inlinePopup",Dl),
|
|
1339
|
-
/*!
|
|
1340
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1341
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1342
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1343
|
-
*/
|
|
1344
|
-
To.prototype.link={formTemplate:t=>{const{openInNewTabCheckbox:e,noFollowCheckbox:i,ariaLabelInput:o,modeClassName:r,selectSizeClassName:n,selectMultipleClassName:s,selectOptionsClassName:a}=t.o.link;return new gn(t,[new sn(t,[new hn(t,{name:"url",type:"text",ref:"url_input",label:"URL",placeholder:"http://",required:!0})]),o?new sn(t,[new hn(t,{name:"ariaLabel",ref:"aria_label_input",label:"Aria label"})]):null,new sn(t,[new hn(t,{name:"content",ref:"content_input",label:"Text"})],{ref:"content_input_box"}),r?new sn(t,["input"===r?new hn(t,{name:"className",ref:"className_input",label:"Class name"}):"select"===r?new fn(t,{name:"className",ref:"className_select",label:"Class name",size:n,multiple:s,options:a}):null]):null,e?new wn(t,{name:"target",ref:"target_checkbox",label:"Open in new tab"}):null,i?new wn(t,{name:"nofollow",ref:"nofollow_checkbox",label:"No follow"}):null,new sn(t,[new Gr(t,{name:"unlink",variant:"default",text:"Unlink"}),new Gr(t,{name:"insert",type:"submit",variant:"primary",text:"Insert"})],{align:"full"})])},followOnDblClick:!1,processVideoLink:!0,processPastedLink:!0,noFollowCheckbox:!0,openInNewTabCheckbox:!0,openInNewTabCheckboxDefaultChecked:!1,ariaLabelInput:!1,modeClassName:"input",selectMultipleClassName:!0,preventReadOnlyNavigation:!0,selectSizeClassName:3,selectOptionsClassName:[],hotkeys:["ctrl+k","cmd+k"]},Nr.set("link",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1520 1216q0-40-28-68l-208-208q-28-28-68-28-42 0-72 32 3 3 19 18.5t21.5 21.5 15 19 13 25.5 3.5 27.5q0 40-28 68t-68 28q-15 0-27.5-3.5t-25.5-13-19-15-21.5-21.5-18.5-19q-33 31-33 73 0 40 28 68l206 207q27 27 68 27 40 0 68-26l147-146q28-28 28-67zm-703-705q0-40-28-68l-206-207q-28-28-68-28-39 0-68 27l-147 146q-28 28-28 67 0 40 28 68l208 208q27 27 68 27 42 0 72-31-3-3-19-18.5t-21.5-21.5-15-19-13-25.5-3.5-27.5q0-40 28-68t68-28q15 0 27.5 3.5t25.5 13 19 15 21.5 21.5 18.5 19q33-31 33-73zm895 705q0 120-85 203l-147 146q-83 83-203 83-121 0-204-85l-206-207q-83-83-83-203 0-123 88-209l-88-88q-86 88-208 88-120 0-204-84l-208-208q-84-84-84-204t85-203l147-146q83-83 203-83 121 0 204 85l206 207q83 83 83 203 0 123-88 209l88 88q86-88 208-88 120 0 204 84l208 208q84 84 84 204z"/> </svg> ').set("unlink",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M503 1271l-256 256q-10 9-23 9-12 0-23-9-9-10-9-23t9-23l256-256q10-9 23-9t23 9q9 10 9 23t-9 23zm169 41v320q0 14-9 23t-23 9-23-9-9-23v-320q0-14 9-23t23-9 23 9 9 23zm-224-224q0 14-9 23t-23 9h-320q-14 0-23-9t-9-23 9-23 23-9h320q14 0 23 9t9 23zm1264 128q0 120-85 203l-147 146q-83 83-203 83-121 0-204-85l-334-335q-21-21-42-56l239-18 273 274q27 27 68 27.5t68-26.5l147-146q28-28 28-67 0-40-28-68l-274-275 18-239q35 21 56 42l336 336q84 86 84 204zm-617-724l-239 18-273-274q-28-28-68-28-39 0-68 27l-147 146q-28 28-28 67 0 40 28 68l274 274-18 240q-35-21-56-42l-336-336q-84-86-84-204 0-120 85-203l147-146q83-83 203-83 121 0 204 85l334 335q21 21 42 56zm633 84q0 14-9 23t-23 9h-320q-14 0-23-9t-9-23 9-23 23-9h320q14 0 23 9t9 23zm-544-544v320q0 14-9 23t-23 9-23-9-9-23v-320q0-14 9-23t23-9 23 9 9 23zm407 151l-256 256q-11 9-23 9t-23-9q-9-10-9-23t9-23l256-256q10-9 23-9t23 9q9 10 9 23t-9 23z"/> </svg> '),To.prototype.controls.unlink={exec:(t,e)=>{const i=xi.closest(e,"a",t.editor);i&&xi.unwrap(i),t.synchronizeValues(),t.e.fire("hidePopup")},tooltip:"Unlink"},To.prototype.controls.link={isActive:t=>{const e=t.s.current();return Boolean(e&&xi.closest(e,"a",t.editor))},popup:(t,e,i)=>t.e.fire("generateLinkForm.link",e,i),tags:["a"],tooltip:"Insert link"};
|
|
1345
|
-
/*!
|
|
1346
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1347
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1348
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1349
|
-
*/
|
|
1350
|
-
var Fl=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};class Rl extends qs{constructor(){super(...arguments),this.buttons=[{name:"link",group:"insert"}]}afterInit(t){t.o.link.followOnDblClick&&t.e.on("dblclick.link",this.__onDblClickOnLink),t.e.on(t.editor,"click.link",this.__onClickReadOnlyLink),t.o.link.processPastedLink&&t.e.on("processPaste.link",this.onProcessPasteLink),t.e.on("generateLinkForm.link",this.__generateForm),t.registerCommand("openLinkDialog",{exec:()=>{const e=t.dlg({resizable:!1}),i=this.__generateForm(t.s.current(),(()=>{e.close()}));i.container.classList.add("jodit-dialog_alert"),e.setContent(i),e.open(),t.async.requestIdleCallback((()=>{const{url_input:t}=Io(i.container);null==t||t.focus()}))},hotkeys:t.o.link.hotkeys})}__onDblClickOnLink(t){if(!xi.isTag(t.target,"a"))return;const e=ci(t.target,"href");e&&(location.href=e,t.preventDefault())}onProcessPasteLink(t,e){var i,o,r,n;const{jodit:s}=this;if(Li(e)&&s.o.link.processPastedLink){if(s.e.stopPropagation("processPaste"),s.o.link.processVideoLink){const t=ji(null!==(o=null===(i=s.o.video)||void 0===i?void 0:i.parseUrlToVideoEmbed)&&void 0!==o?o:Qo,e,{width:null===(r=s.o.video)||void 0===r?void 0:r.defaultWidth,height:null===(n=s.o.video)||void 0===n?void 0:n.defaultHeight});if(t!==e)return s.createInside.fromHTML(t)}if(s.s.isCollapsed()){const t=s.createInside.element("a");return ci(t,"href",e),t.textContent=e,s.e.fire("applyLink",s,t,null),t}return s.s.commitStyle({element:"a",attributes:{href:e}}),!0}}__generateForm(t,e){const{jodit:i}=this,o=i.i18n.bind(i),{openInNewTabCheckbox:r,openInNewTabCheckboxDefaultChecked:n,noFollowCheckbox:s,formTemplate:a,formClassName:l,modeClassName:d}=i.o.link,c=a(i),u=Le(c)?i.c.fromHTML(c,{target_checkbox_box:r,nofollow_checkbox_box:s}):c,h=xi.isElement(u)?u:u.container,p=Io(h),{insert:f,unlink:g,content_input_box:A}=p,{target_checkbox:b,nofollow_checkbox:m,url_input:v}=p,j=xi.isImage(t);let{content_input:w}=p;const{className_input:y}=p,{className_select:_}=p,{aria_label_input:k}=p;let x;w||(w=i.c.element("input",{type:"hidden",ref:"content_input"})),l&&h.classList.add(l),j&&xi.hide(A);const C=()=>x?x.innerText:lr(i.s.range.cloneContents(),i.ed);x=!(!t||!xi.closest(t,"a",i.editor))&&xi.closest(t,"a",i.editor),!j&&t&&(w.value=C()),k&&(k.value=x&&ci(x,"aria-label")||""),x?(v.value=ci(x,"href")||"",d&&function(t,e,i,o){switch(t){case"input":e&&(e.value=ci(i,"class")||"");break;case"select":if(o){for(let t=0;t<o.selectedOptions.length;t++){const e=o.options.item(t);e&&(e.selected=!1)}(ci(i,"class")||"").split(/\s+/).filter((t=>t.trim().length>0)).forEach((t=>{if(t)for(let e=0;e<o.options.length;e++){const i=o.options.item(e);(null==i?void 0:i.value)&&i.value.split(/\s+/).map((t=>t.trim())).includes(t)&&(i.selected=!0)}}))}}}(d,y,x,_),r&&b&&(b.checked="_blank"===ci(x,"target")),s&&m&&(m.checked=(ci(x,"rel")||"").split(/\s+/).includes("nofollow")),f.textContent=o("Update")):(xi.hide(g),r&&b&&(b.checked=n)),i.editor.normalize();const I=i.history.snapshot.make();g&&i.e.on(g,"click",(t=>{i.s.restore(),i.history.snapshot.restore(I),x&&xi.unwrap(x),i.synchronizeValues(),e(),t.preventDefault()}));const z=()=>{if(!v.value.trim().length)return v.focus(),v.classList.add("jodit_error"),!1;let t;i.s.restore(),i.s.removeMarkers(),i.editor.normalize(),i.history.snapshot.restore(I);const o=C()!==w.value.trim(),n=i.createInside;if(x&&xi.isOrContains(i.editor,x))t=[x];else{if(i.s.isCollapsed()){const e=n.element("a");i.s.insertNode(e,!1,!1),t=[e]}else{const e=i.s.current();t=xi.isTag(e,"img")?[xi.wrap(e,"a",n)]:i.s.wrapInTag("a")}t.forEach((t=>i.s.select(t)))}return t.forEach((t=>{if(ci(t,"href",v.value),function(t,e,i,o){var r;if(t&&(null!=e?e:i))if("input"===t)""===e.value&&o.hasAttribute("class")&&ci(o,"class",null),""!==e.value&&ci(o,"class",e.value);else if("select"===t){o.hasAttribute("class")&&ci(o,"class",null);for(let t=0;t<i.selectedOptions.length;t++){const e=null===(r=i.selectedOptions.item(t))||void 0===r?void 0:r.value;e&&e.split(/\s+/).filter((t=>t.trim().length>0)).forEach((t=>{o.classList.add(t)}))}}}(d,y,_,t),j||function(t,e,i,o){let r=t.textContent;e.value.trim().length?i&&(r=e.value):r=o.value;r!==t.textContent&&(t.textContent=r)}(t,w,o,v),r&&b&&ci(t,"target",b.checked?"_blank":null),s&&m){const e=(ci(t,"rel")||"").split(/\s+/).filter(Boolean),i=e.includes("nofollow");m.checked&&!i?e.push("nofollow"):!m.checked&&i&&e.splice(e.indexOf("nofollow"),1),ci(t,"rel",e.length?e.join(" "):null)}k&&ci(t,"aria-label",k.value.trim()||null),i.e.fire("applyLink",i,t,u)})),i.synchronizeValues(),e(),!1};return xi.isElement(u)?i.e.on(u,"submit",(t=>(t.preventDefault(),t.stopImmediatePropagation(),z(),!1))):u.onSubmit(z),u}beforeDestruct(t){t.e.off("generateLinkForm.link",this.__generateForm).off("dblclick.link",this.__onDblClickOnLink).off(t.editor,"click.link",this.__onClickReadOnlyLink).off("processPaste.link",this.onProcessPasteLink)}__onClickReadOnlyLink(t){const{jodit:e}=this;e.o.readonly&&e.o.link.preventReadOnlyNavigation&&xi.isTag(t.target,"a")&&t.preventDefault()}}Fl([Fe],Rl.prototype,"__onDblClickOnLink",null),Fl([Fe],Rl.prototype,"onProcessPasteLink",null),Fl([Fe],Rl.prototype,"__generateForm",null),Fl([Fe],Rl.prototype,"__onClickReadOnlyLink",null),mo.add("link",Rl);
|
|
1351
|
-
/*!
|
|
1352
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1353
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1354
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1355
|
-
*/
|
|
1356
|
-
const Ml=(t,e,{control:i})=>{var o;const r=`button${i.command}`,n=null!==(o=i.args&&i.args[0])&&void 0!==o?o:pi(t,r);pi(t,r,n),t.execCommand(i.command,!1,"default"===n?null:n)};Nr.set("ol",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path stroke-width="0" d="M381 1620q0 80-54.5 126t-135.5 46q-106 0-172-66l57-88q49 45 106 45 29 0 50.5-14.5t21.5-42.5q0-64-105-56l-26-56q8-10 32.5-43.5t42.5-54 37-38.5v-1q-16 0-48.5 1t-48.5 1v53h-106v-152h333v88l-95 115q51 12 81 49t30 88zm2-627v159h-362q-6-36-6-54 0-51 23.5-93t56.5-68 66-47.5 56.5-43.5 23.5-45q0-25-14.5-38.5t-39.5-13.5q-46 0-81 58l-85-59q24-51 71.5-79.5t105.5-28.5q73 0 123 41.5t50 112.5q0 50-34 91.5t-75 64.5-75.5 50.5-35.5 52.5h127v-60h105zm1409 319v192q0 13-9.5 22.5t-22.5 9.5h-1216q-13 0-22.5-9.5t-9.5-22.5v-192q0-14 9-23t23-9h1216q13 0 22.5 9.5t9.5 22.5zm-1408-899v99h-335v-99h107q0-41 .5-122t.5-121v-12h-2q-8 17-50 54l-71-76 136-127h106v404h108zm1408 387v192q0 13-9.5 22.5t-22.5 9.5h-1216q-13 0-22.5-9.5t-9.5-22.5v-192q0-14 9-23t23-9h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5t-22.5 9.5h-1216q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5z"/> </svg> ').set("ul",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path stroke-width="0" d="M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5h-1216q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zm-1408-928q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5h-1216q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5t-22.5 9.5h-1216q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5z"/> </svg> '),To.prototype.controls.ul={command:"insertUnorderedList",tags:["ul"],tooltip:"Insert Unordered List",list:{default:"Default",circle:"Circle",disc:"Dot",square:"Quadrate"},exec:Ml},To.prototype.controls.ol={command:"insertOrderedList",tags:["ol"],tooltip:"Insert Ordered List",list:{default:"Default","lower-alpha":"Lower Alpha","lower-greek":"Lower Greek","lower-roman":"Lower Roman","upper-alpha":"Upper Alpha","upper-roman":"Upper Roman"},exec:Ml};class Tl extends qs{constructor(){super(...arguments),this.buttons=[{name:"ul",group:"list"},{name:"ol",group:"list"}]}afterInit(t){t.registerCommand("insertUnorderedList",this.onCommand).registerCommand("insertOrderedList",this.onCommand)}onCommand(t,e,i){return this.jodit.s.commitStyle({element:"insertunorderedlist"===t?"ul":"ol",attributes:{style:{listStyleType:null!=i?i:null}}}),this.jodit.synchronizeValues(),!1}beforeDestruct(t){}}(function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);n>3&&s&&Object.defineProperty(e,i,s)})([Fe],Tl.prototype,"onCommand",null),mo.add("orderedList",Tl),
|
|
1357
|
-
/*!
|
|
1358
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1359
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1360
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1361
|
-
*/
|
|
1362
|
-
To.prototype.showPlaceholder=!0,To.prototype.placeholder="Type something",To.prototype.useInputsPlaceholder=!0;class Ll extends qs{constructor(){super(...arguments),this.addNativeListeners=()=>{this.j.e.off(this.j.editor,"input.placeholder keydown.placeholder").on(this.j.editor,"input.placeholder keydown.placeholder",this.toggle)},this.addEvents=()=>{const t=this.j;t.o.useInputsPlaceholder&&t.element.hasAttribute("placeholder")&&(this.placeholderElm.innerHTML=ci(t.element,"placeholder")||""),t.e.fire("placeholder",this.placeholderElm.innerHTML),t.e.off(".placeholder").on("changePlace.placeholder",this.addNativeListeners).on("change.placeholder focus.placeholder keyup.placeholder mouseup.placeholder keydown.placeholder mousedown.placeholder afterSetMode.placeholder changePlace.placeholder",this.toggle).on(window,"load",this.toggle),this.addNativeListeners(),this.toggle()}}afterInit(t){t.o.showPlaceholder&&(this.placeholderElm=t.c.fromHTML(`<span data-ref="placeholder" style="display: none;" class="jodit-placeholder">${t.i18n(t.o.placeholder)}</span>`),"rtl"===t.o.direction&&(this.placeholderElm.style.right="0px",this.placeholderElm.style.direction="rtl"),t.e.on("readonly",(t=>{t?this.hide():this.toggle()})).on("changePlace",this.addEvents),this.addEvents())}show(){const t=this.j;if(t.o.readonly)return;let e=0,i=0;const o=t.s.current(),r=o&&xi.closest(o,xi.isBlock,t.editor)||t.editor,n=t.ew.getComputedStyle(r),s=t.ew.getComputedStyle(t.editor);t.workplace.appendChild(this.placeholderElm);const{firstChild:a}=t.editor;if(xi.isElement(a)&&!Mi(a)){const o=t.ew.getComputedStyle(a);e=parseInt(o.getPropertyValue("margin-top"),10),i=parseInt(o.getPropertyValue("margin-left"),10),this.placeholderElm.style.fontSize=parseInt(o.getPropertyValue("font-size"),10)+"px",this.placeholderElm.style.lineHeight=o.getPropertyValue("line-height")}else this.placeholderElm.style.fontSize=parseInt(n.getPropertyValue("font-size"),10)+"px",this.placeholderElm.style.lineHeight=n.getPropertyValue("line-height");li(this.placeholderElm,{display:"block",textAlign:n.getPropertyValue("text-align"),paddingTop:parseInt(s.paddingTop,10)+"px",paddingLeft:parseInt(s.paddingLeft,10)+"px",paddingRight:parseInt(s.paddingRight,10)+"px",marginTop:Math.max(parseInt(n.getPropertyValue("margin-top"),10),e),marginLeft:Math.max(parseInt(n.getPropertyValue("margin-left"),10),i)})}hide(){xi.safeRemove(this.placeholderElm)}toggle(){const t=this.j;t.editor&&!t.isInDestruct&&(t.getRealMode()===ue&&function(t){var e;if(!t.firstChild)return!0;const i=t.firstChild;if(Vt.has(null===(e=i.nodeName)||void 0===e?void 0:e.toLowerCase())||/^(TABLE)$/i.test(i.nodeName))return!1;const o=xi.next(i,(t=>t&&!xi.isEmptyTextNode(t)),t);return xi.isText(i)&&!o?xi.isEmptyTextNode(i):!o&&xi.each(i,(t=>!(xi.isLeaf(t)||xi.isList(t))&&(xi.isEmpty(t)||xi.isTag(t,"br"))))}(t.editor)?this.show():this.hide())}beforeDestruct(t){this.hide(),t.e.off(".placeholder").off(window,"load",this.toggle)}}(function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);n>3&&s&&Object.defineProperty(e,i,s)})([Br((t=>t.defaultTimeout/10),!0)],Ll.prototype,"toggle",null),mo.add("placeholder",Ll),mo.add("poweredByJodit",(
|
|
1363
|
-
/*!
|
|
1364
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1365
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1366
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1367
|
-
*/
|
|
1368
|
-
function(t){const{o:e}=t;e.hidePoweredByJodit||e.inline||!(e.showCharsCounter||e.showWordsCounter||e.showXPathInStatusbar)||t.hookStatus("ready",(()=>{t.statusbar.append(t.create.fromHTML('<a\n\t\t\t\t\t\ttabindex="-1"\n\t\t\t\t\t\tstyle="text-transform: uppercase"\n\t\t\t\t\t\tclass="jodit-status-bar-link"\n\t\t\t\t\t\ttarget="_blank"\n\t\t\t\t\t\thref="https://xdsoft.net/jodit/">\n\t\t\t\t\t\t\tPowered by Jodit\n\t\t\t\t\t\t</a>'),!0)}))})),
|
|
1369
|
-
/*!
|
|
1370
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1371
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1372
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1373
|
-
*/
|
|
1374
|
-
Nr.set("redo",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1664 256v448q0 26-19 45t-45 19h-448q-42 0-59-40-17-39 14-69l138-138q-148-137-349-137-104 0-198.5 40.5t-163.5 109.5-109.5 163.5-40.5 198.5 40.5 198.5 109.5 163.5 163.5 109.5 198.5 40.5q119 0 225-52t179-147q7-10 23-12 14 0 25 9l137 138q9 8 9.5 20.5t-7.5 22.5q-109 132-264 204.5t-327 72.5q-156 0-298-61t-245-164-164-245-61-298 61-298 164-245 245-164 298-61q147 0 284.5 55.5t244.5 156.5l130-129q29-31 70-14 39 17 39 59z"/> </svg> ').set("undo",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1664 896q0 156-61 298t-164 245-245 164-298 61q-172 0-327-72.5t-264-204.5q-7-10-6.5-22.5t8.5-20.5l137-138q10-9 25-9 16 2 23 12 73 95 179 147t225 52q104 0 198.5-40.5t163.5-109.5 109.5-163.5 40.5-198.5-40.5-198.5-109.5-163.5-163.5-109.5-198.5-40.5q-98 0-188 35.5t-160 101.5l137 138q31 30 14 69-17 40-59 40h-448q-26 0-45-19t-19-45v-448q0-42 40-59 39-17 69 14l130 129q107-101 244.5-156.5t284.5-55.5q156 0 298 61t245 164 164 245 61 298z"/> </svg> '),To.prototype.controls.redo={mode:pe,isDisabled:t=>!t.history.canRedo(),tooltip:"Redo"},To.prototype.controls.undo={mode:pe,isDisabled:t=>!t.history.canUndo(),tooltip:"Undo"},mo.add("redoUndo",class extends qs{constructor(){super(...arguments),this.buttons=[{name:"undo",group:"history"},{name:"redo",group:"history"}]}beforeDestruct(){}afterInit(t){const e=e=>(t.history[e](),!1);t.registerCommand("redo",{exec:e,hotkeys:["ctrl+y","ctrl+shift+z","cmd+y","cmd+shift+z"]}),t.registerCommand("undo",{exec:e,hotkeys:["ctrl+z","cmd+z"]})}}),
|
|
1375
|
-
/*!
|
|
1376
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1377
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1378
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1379
|
-
*/
|
|
1380
|
-
To.prototype.minWidth=200,To.prototype.maxWidth="100%",To.prototype.minHeight=200,To.prototype.maxHeight="auto",To.prototype.saveHeightInStorage=!1;
|
|
1381
|
-
/*!
|
|
1382
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1383
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1384
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1385
|
-
*/
|
|
1386
|
-
var Ol=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};class ql extends qs{constructor(){super(...arguments),this.__resizeWorkspaces=this.j.async.debounce(this.__resizeWorkspaceImd,this.j.defaultTimeout,!0)}afterInit(t){t.e.on("setHeight.size",this.__setHeight).on("setWidth.size",this.__setWidth).on("afterInit.size changePlace.size",this.__initialize,{top:!0}).on(t.ow,"load.size",this.__resizeWorkspaces).on("afterInit.size resize.size afterUpdateToolbar.size scroll.size afterResize.size",this.__resizeWorkspaces).on("toggleFullSize.size toggleToolbar.size",this.__resizeWorkspaceImd),this.__immediateInitialize()}__initialize(){this.__immediateInitialize()}__immediateInitialize(){const{j:t}=this;if(t.o.inline)return;let{height:e}=t.o;if(t.o.saveHeightInStorage&&"auto"!==e){const i=t.storage.get("height");i&&(e=i)}li(t.editor,{minHeight:"100%"}),li(t.container,{minHeight:t.o.minHeight,maxHeight:t.o.maxHeight,minWidth:t.o.minWidth,maxWidth:t.o.maxWidth}),t.isFullSize||(this.__setHeight(e),this.__setWidth(t.o.width))}__setHeight(t){const{clientHeight:e,clientWidth:i}=this.j.container;if(Ti(t)){const{minHeight:e,maxHeight:i}=this.j.o;Ti(e)&&e>t&&(t=e),Ti(i)&&i<t&&(t=i)}li(this.j.container,"height",t),this.j.o.saveHeightInStorage&&this.j.storage.set("height",t),this.__resizeWorkspaceImd({clientHeight:e,clientWidth:i})}__setWidth(t){const{clientHeight:e,clientWidth:i}=this.j.container;if(Ti(t)){const{minWidth:e,maxWidth:i}=this.j.o;Ti(e)&&e>t&&(t=e),Ti(i)&&i<t&&(t=i)}li(this.j.container,"width",t),this.__resizeWorkspaceImd({clientHeight:e,clientWidth:i})}__getNotWorkHeight(){var t,e;return((null===(t=this.j.toolbarContainer)||void 0===t?void 0:t.offsetHeight)||0)+((null===(e=this.j.statusbar)||void 0===e?void 0:e.getHeight())||0)+2}__resizeWorkspaceImd({clientHeight:t,clientWidth:e}=this.j.container){if(!this.j||this.j.isDestructed||!this.j.o||this.j.o.inline)return;if(!this.j.container||!this.j.container.parentNode)return;const i=(li(this.j.container,"minHeight")||0)-this.__getNotWorkHeight();if(Ti(i)&&i>0&&([this.j.workplace,this.j.currentPlace.slots.center,this.j.iframe,this.j.editor].map((t=>{t&&li(t,"minHeight",i)})),this.j.e.fire("setMinHeight",i)),Ti(this.j.o.maxHeight)){const t=this.j.o.maxHeight-this.__getNotWorkHeight();[this.j.workplace,this.j.currentPlace.slots.center,this.j.iframe,this.j.editor].map((e=>{e&&li(e,"maxHeight",t)})),this.j.e.fire("setMaxHeight",t)}if(this.j.container){const t="auto"!==this.j.o.height||this.j.isFullSize?this.j.container.offsetHeight-this.__getNotWorkHeight():"auto";li(this.j.workplace,"height",t),this.j.container.style.setProperty("--jd-jodit-workplace-height",Ti(t)?t+"px":t)}const{clientHeight:o,clientWidth:r}=this.j.container;t===o&&e===r||this.j.e.fire(this.j,"resize")}beforeDestruct(t){t.e.off(t.ow,"load.size",this.__resizeWorkspaces).off(".size")}}Ol([Er()],ql.prototype,"__initialize",null),Ol([Fe],ql.prototype,"__setHeight",null),Ol([Fe],ql.prototype,"__setWidth",null),Ol([Fe],ql.prototype,"__resizeWorkspaceImd",null),mo.add("size",ql),
|
|
1387
|
-
/*!
|
|
1388
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1389
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1390
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1391
|
-
*/
|
|
1392
|
-
To.prototype.showCharsCounter=!0,To.prototype.countHTMLChars=!1,To.prototype.countTextSpaces=!1,To.prototype.showWordsCounter=!0,mo.add("stat",
|
|
1393
|
-
/*!
|
|
1394
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1395
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1396
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1397
|
-
*/
|
|
1398
|
-
class extends qs{constructor(){super(...arguments),this.charCounter=null,this.wordCounter=null,this.reInit=()=>{this.j.o.showCharsCounter&&this.charCounter&&this.j.statusbar.append(this.charCounter,!0),this.j.o.showWordsCounter&&this.wordCounter&&this.j.statusbar.append(this.wordCounter,!0),this.j.e.off("change keyup",this.calc).on("change keyup",this.calc),this.calc()},this.calc=this.j.async.throttle((()=>{const t=this.j.text;if(this.j.o.showCharsCounter&&this.charCounter){let e;e=this.j.o.countHTMLChars?this.j.value:this.j.o.countTextSpaces?t.replace(/[\uFEFF]/g,"").replace(/[\r\n]/g,""):t.replace(/[\s\n\t\r\uFEFF\u200b]+/g,""),this.charCounter.textContent=this.j.i18n("Chars: %d",e.length)}this.j.o.showWordsCounter&&this.wordCounter&&(this.wordCounter.textContent=this.j.i18n("Words: %d",t.replace(/[\uFEFF]/g,"").split(/[\s\n\t\r\uFEFF\u200b]+/g).filter((t=>t.length)).length))}),this.j.defaultTimeout)}afterInit(){this.charCounter=this.j.c.span(),this.wordCounter=this.j.c.span(),this.j.e.on("afterInit changePlace afterAddPlace",this.reInit),this.reInit()}beforeDestruct(){xi.safeRemove(this.charCounter),xi.safeRemove(this.wordCounter),this.j.e.off("afterInit changePlace afterAddPlace",this.reInit),this.charCounter=null,this.wordCounter=null}}),
|
|
1399
|
-
/*!
|
|
1400
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1401
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1402
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1403
|
-
*/
|
|
1404
|
-
To.prototype.table={splitBlockOnInsertTable:!0,selectionCellStyle:"border: 1px double #1e88e5 !important;",useExtraClassesOptions:!1},Nr.set("table",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M576 1376v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm0-384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm-512-768v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm-512-768v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm0-384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm128-320v1088q0 66-47 113t-113 47h-1344q-66 0-113-47t-47-113v-1088q0-66 47-113t113-47h1344q66 0 113 47t47 113z"/> </svg> '),To.prototype.controls.table={data:{cols:10,rows:10,classList:{"table table-bordered":"Bootstrap Bordered","table table-striped":"Bootstrap Striped","table table-dark":"Bootstrap Dark"}},popup:(t,e,i,o)=>{t.editor.normalize();const r=t.history.snapshot.make(),n=o.control,s=n.data&&n.data.rows?n.data.rows:10,a=n.data&&n.data.cols?n.data.cols:10,l=t.c.fromHTML('<form class="jodit-form jodit-form__inserter"><div class="jodit-form__table-creator-box"><div class="jodit-form__container"></div><div class="jodit-form__options">'+(()=>{if(!t.o.table.useExtraClassesOptions)return"";const e=[];if(n.data){const t=n.data.classList;Object.keys(t).forEach((i=>{e.push(`<label class="jodit_vertical_middle"><input class="jodit-checkbox" value="${i}" type="checkbox"/>${t[i]}</label>`)}))}return e.join("")})()+'</div></div><label class="jodit-form__center"><span>1</span> × <span>1</span></label></form>'),d=l.querySelectorAll("span")[0],c=l.querySelectorAll("span")[1],u=l.querySelector(".jodit-form__container"),h=l.querySelector(".jodit-form__options"),p=[],f=s*a;for(let e=0;e<f;e+=1)p[e]||p.push(t.c.element("span",{dataIndex:e}));if(t.e.on(u,"mousemove",((t,e)=>{const i=t.target;if(!xi.isTag(i,"span"))return;const o=void 0===e||isNaN(e)?parseInt(ci(i,"-index")||"0",10):e||0,r=Math.ceil((o+1)/a),n=o%a+1;for(let t=0;t<p.length;t+=1)p[t].className=n>=t%a+1&&r>=Math.ceil((t+1)/a)?"jodit_hovered":"";c.textContent=n.toString(),d.textContent=r.toString()})).on(u,"touchstart mousedown",(e=>{const o=e.target;if(e.preventDefault(),e.stopImmediatePropagation(),!xi.isTag(o,"span"))return;const n=parseInt(ci(o,"-index")||"0",10),s=Math.ceil((n+1)/a),l=n%a+1,d=t.createInside,c=d.element("tbody"),u=d.element("table");u.appendChild(c);let p,f,g=null;for(let t=1;t<=s;t+=1){p=d.element("tr");for(let t=1;t<=l;t+=1)f=d.element("td"),g||(g=f),li(f,"width",(100/l).toFixed(4)+"%"),f.appendChild(d.element("br")),p.appendChild(d.text("\n")),p.appendChild(d.text("\t")),p.appendChild(f);c.appendChild(d.text("\n")),c.appendChild(p)}xo("input[type=checkbox]:checked",h).forEach((t=>{t.value.split(/[\s]+/).forEach((t=>{u.classList.add(t)}))})),t.s.restore(),t.s.removeMarkers(),t.editor.normalize(),t.history.snapshot.restore(r);const A=xi.furthest(t.s.current(),xi.isBlock,t.editor);if(A&&xi.isEmpty(A))xi.replace(A,u,void 0,!1,!0);else if(A){const e=d.text("\n");if(t.o.table.splitBlockOnInsertTable){const i=t.s.range;i.collapse(!1),i.insertNode(e),i.collapse(!1),t.s.selectRange(i);const o=t.s.splitSelection(A,e);xi.after(o||A,u)}else xi.after(A,e),xi.after(e,u)}else t.s.insertNode(u,!1);g&&(t.s.setCursorIn(g),Xo(g,t.editor,t.ed)),i()})),o&&o.parentElement){for(let e=0;e<s;e+=1){const i=t.c.div();for(let t=0;t<a;t+=1)i.appendChild(p[e*a+t]);u.appendChild(i)}p[0]&&(p[0].className="hovered")}return l},tooltip:"Insert table"},mo.add("table",(
|
|
1405
|
-
/*!
|
|
1406
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1407
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1408
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1409
|
-
*/
|
|
1410
|
-
function(t){t.registerButton({name:"table",group:"insert"})})),
|
|
1411
|
-
/*!
|
|
1412
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1413
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1414
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1415
|
-
*/
|
|
1416
|
-
To.prototype.wrapNodes={exclude:new Set(["hr","style","br"]),emptyBlockAfterInit:!0};
|
|
1417
|
-
/*!
|
|
1418
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1419
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1420
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1421
|
-
*/
|
|
1422
|
-
var Hl=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};class Ul extends qs{constructor(){super(...arguments),this.isSuitableStart=t=>{var e;return xi.isText(t)&&Le(t.nodeValue)&&(/[^\s]/.test(t.nodeValue)||(null===(e=t.parentNode)||void 0===e?void 0:e.firstChild)===t&&this.isSuitable(t.nextSibling))||this.isNotWrapped(t)&&!xi.isTemporary(t)},this.isSuitable=t=>xi.isText(t)||this.isNotWrapped(t),this.isNotWrapped=t=>xi.isElement(t)&&!(xi.isBlock(t)||xi.isTag(t,this.j.o.wrapNodes.exclude))}afterInit(t){"br"!==t.o.enter.toLowerCase()&&t.e.on("drop.wtn focus.wtn keydown.wtn mousedown.wtn afterInit.wtn backSpaceAfterDelete.wtn",this.preprocessInput,{top:!0}).on("afterInit.wtn postProcessSetEditorValue.wtn afterCommitStyle.wtn backSpaceAfterDelete.wtn",this.postProcessSetEditorValue)}beforeDestruct(t){t.e.off(".wtn")}postProcessSetEditorValue(){const{jodit:t}=this;if(!t.isEditorMode())return;let e=t.editor.firstChild,i=!1;for(;e;){if(e=Pl(e,t),this.isSuitableStart(e)){i||t.s.save(),i=!0;const o=t.createInside.element(t.o.enter);for(xi.before(e,o);e&&this.isSuitable(e);){const t=e.nextSibling;o.appendChild(e),e=t}o.normalize(),e=o}e=e&&e.nextSibling}i&&(t.s.restore(),"afterInit"===t.e.current&&t.e.fire("internalChange"))}preprocessInput(){const{jodit:t}=this,e="afterInit"===t.e.current;if(!t.isEditorMode()||t.editor.firstChild||!t.o.wrapNodes.emptyBlockAfterInit&&e)return;const i=t.createInside.element(t.o.enter),o=t.createInside.element("br");xi.append(i,o),xi.append(t.editor,i),(t.s.isFocused()||"backSpaceAfterDelete"===t.e.current)&&t.s.setCursorBefore(o),t.e.fire("internalChange")}}function Pl(t,e){let i=t,o=t;do{if(!xi.isElement(o)||!xi.isLeaf(o)||xi.isList(o.parentElement))break;{const t=xi.findNotEmptySibling(o,!1);xi.isTag(i,"ul")?i.appendChild(o):i=xi.wrap(o,"ul",e.createInside),o=t}}while(o);return i}Hl([Fe],Ul.prototype,"postProcessSetEditorValue",null),Hl([Fe],Ul.prototype,"preprocessInput",null),mo.add("wrapNodes",Ul),
|
|
1423
|
-
/*!
|
|
1424
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1425
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1426
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1427
|
-
*/
|
|
1428
|
-
To.prototype.dtd={removeExtraBr:!0,checkBlockNesting:!0,blockLimits:{article:1,aside:1,audio:1,body:1,caption:1,details:1,dir:1,div:1,dl:1,fieldset:1,figcaption:1,figure:1,footer:1,form:1,header:1,hgroup:1,main:1,menu:1,nav:1,ol:1,section:1,table:1,td:1,th:1,tr:1,ul:1,video:1}};
|
|
1429
|
-
/*!
|
|
1430
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1431
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1432
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1433
|
-
*/
|
|
1434
|
-
const Kl=new Set(["table","pre","blockquote","code"]);
|
|
1435
|
-
/*!
|
|
1436
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1437
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1438
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1439
|
-
*/
|
|
1440
|
-
var Nl=Object.freeze({__proto__:null,removeExtraBr:function(t,e){if(!t.o.dtd.removeExtraBr||xi.isTag(e,"br"))return;const i=xi.furthest(e,xi.isBlock,t.editor);if(i&&!xi.isTag(i,Kl)){const i=xi.isTag(e,"br")?e:xi.findNotEmptySibling(e,!1);if(!xi.isTag(i,"br"))return;if(xi.findNotEmptySibling(i,!1))return;t.s.setCursorBefore(i),xi.safeRemove(i)}}}),Ql=Object.freeze({__proto__:null,checkBlockNesting:
|
|
1441
|
-
/*!
|
|
1442
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1443
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1444
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1445
|
-
*/
|
|
1446
|
-
function(t,e){var i,o;if(xi.isFragment(e)&&(e=e.firstChild),t.o.dtd.checkBlockNesting&&xi.isBlock(e)){let e=null,r=null!==(o=null===(i=t.s.current())||void 0===i?void 0:i.parentElement)&&void 0!==o?o:null;for(;r&&r!==t.editor;){if(xi.isBlock(r)){if(t.o.dtd.blockLimits[r.nodeName.toLowerCase()])break;e=r}r=r.parentElement}e&&(t.s.setCursorAfter(e),xi.isEmpty(e)&&xi.safeRemove(e))}}
|
|
1447
|
-
/*!
|
|
1448
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1449
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1450
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1451
|
-
*/}),Wl=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};class Yl extends qs{afterInit(t){}beforeDestruct(t){}__onBeforeInsertNode(t){Object.keys(Ql).forEach((e=>{Ql[e](this.j,t)}))}__onAfterInsertNode(t){Object.keys(Nl).forEach((e=>{Nl[e](this.j,t)}))}}Wl([Or(":beforeInsertNode")],Yl.prototype,"__onBeforeInsertNode",null),Wl([Or(":afterInsertNode")],Yl.prototype,"__onAfterInsertNode",null),mo.add("dtd",Yl),
|
|
1452
|
-
/*!
|
|
1453
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1454
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1455
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1456
|
-
*/
|
|
1457
|
-
Object.keys(Ee).forEach((t=>{Xa[t]=Ee[t]}));const Gl=t=>"__esModule"!==t;Object.keys(tl).filter(Gl).forEach((t=>{Nr.set(t.replace("_","-"),tl[t])})),Object.keys(Ya).filter(Gl).forEach((t=>{var e;const i=Ya[t],o=De(null===(e=i.prototype)||void 0===e?void 0:e.className)?i.prototype.className():t;Le(o)?Xa.modules[o]=i:console.warn("Module name must be a string",t)})),Object.keys(qr).filter(Gl).forEach((t=>{Xa.decorators[t]=qr[t]})),["Confirm","Alert","Prompt"].forEach((t=>{Xa[t]=Ya[t]})),Object.keys(nl).filter(Gl).forEach((t=>{Xa.lang[t]=nl[t]})),
|
|
1458
|
-
/*!
|
|
1459
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1460
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1461
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1462
|
-
*/
|
|
1463
|
-
To.prototype.select={normalizeSelectionBeforeCutAndCopy:!1,normalizeTripleClick:!0};
|
|
1464
|
-
/*!
|
|
1465
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1466
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1467
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1468
|
-
*/
|
|
1469
|
-
var Jl=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};class Vl extends qs{constructor(){super(...arguments),this.proxyEventsList=["click","mousedown","touchstart","mouseup","touchend"]}afterInit(t){this.proxyEventsList.forEach((e=>{t.e.on(e+".select",this.onStartSelection)}))}beforeDestruct(t){this.proxyEventsList.forEach((e=>{t.e.on(e+".select",this.onStartSelection)}))}onStartSelection(t){const{j:e}=this;let i,o=t.target;for(;void 0===i&&o&&o!==e.editor;)i=e.e.fire(ai(t.type+"_"+o.nodeName.toLowerCase()),o,t),o=o.parentElement;"click"===t.type&&void 0===i&&o===e.editor&&e.e.fire(t.type+"Editor",o,t)}onOutsideClick(t){const e=t.target;xi.up(e,(t=>t===this.j.editor))||Wr.closestElement(e,Dn)||this.j.e.fire("outsideClick",t)}beforeCommandCut(){const{s:t}=this.j;if(!t.isCollapsed()){const e=t.current();e&&xi.isOrContains(this.j.editor,e)&&this.onCopyNormalizeSelectionBound()}}beforeCommandSelectAll(){const{s:t}=this.j;return t.focus(),t.select(this.j.editor,!0),t.expandSelection(),!1}onClickRightOfNestedListItem(t){const{s:e}=this.j,i=e.range;if(!i.collapsed||0!==i.startOffset||!xi.isText(i.startContainer))return;const o=i.startContainer,r=o.parentNode;if(!xi.isTag(r,"li")||!r.querySelector("ul")&&!r.querySelector("ol"))return;const n=this.j.ed.createRange();n.selectNodeContents(o);const s=n.getBoundingClientRect();t.clientX>s.right&&e.setCursorAfter(o)}onClickKeepPendingFormat(){var t,e;const{s:i}=this.j,o=i.range;if(!o.collapsed||!xi.isText(o.startContainer))return;const r=o.startContainer;if(o.startOffset!==(null!==(e=null===(t=r.nodeValue)||void 0===t?void 0:t.length)&&void 0!==e?e:0))return;const n=r.nextSibling;if(!xi.isElement(n)||!n.nodeName.match(Yt)||!xi.isEmpty(n))return;let s=n;for(;xi.isElement(s.firstElementChild)&&s.firstElementChild.nodeName.match(Yt);)s=s.firstElementChild;i.setCursorIn(s)}onTripleClickNormalizeSelection(t){if(3!==t.detail||!this.j.o.select.normalizeTripleClick)return;const{s:e}=this.j,{startContainer:i,startOffset:o}=e.range;0===o&&xi.isText(i)&&e.select(xi.closest(i,xi.isBlock,this.j.editor)||i,!0)}onCopyNormalizeSelectionBound(t){const{s:e,editor:i,o}=this.j;o.select.normalizeSelectionBeforeCutAndCopy&&!e.isCollapsed()&&(!t||t.isTrusted&&xi.isNode(t.target)&&xi.isOrContains(i,t.target))&&this.jodit.s.expandSelection()}}Jl([Fe],Vl.prototype,"onStartSelection",null),Jl([Or("ow:click")],Vl.prototype,"onOutsideClick",null),Jl([Or([":beforeCommandCut"])],Vl.prototype,"beforeCommandCut",null),Jl([Or([":beforeCommandSelectall"])],Vl.prototype,"beforeCommandSelectAll",null),Jl([Or([":click"])],Vl.prototype,"onClickRightOfNestedListItem",null),Jl([Or([":click"])],Vl.prototype,"onClickKeepPendingFormat",null),Jl([Or([":click"])],Vl.prototype,"onTripleClickNormalizeSelection",null),Jl([Or([":copy",":cut"])],Vl.prototype,"onCopyNormalizeSelectionBound",null),mo.add("select",Vl),
|
|
1470
|
-
/*!
|
|
1471
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1472
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1473
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1474
|
-
*/
|
|
1475
|
-
To.prototype.allowResizeTags=new Set(["img","iframe","table","jodit"]),To.prototype.resizer={showSize:!0,hideSizeTimeout:1e3,forImageChangeAttributes:!0,min_width:10,min_height:10,useAspectRatio:new Set(["img"])};
|
|
1476
|
-
/*!
|
|
1477
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1478
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1479
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1480
|
-
*/
|
|
1481
|
-
var Zl=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};const Xl="__jodit-resizer_binded";class $l extends qs{constructor(){super(...arguments),this.LOCK_KEY="resizer",this.element=null,this.isResizeMode=!1,this.isShown=!1,this.startX=0,this.startY=0,this.width=0,this.height=0,this.ratio=0,this.rect=this.j.c.fromHTML(`<div title="${this.j.i18n("Press Alt for custom resizing")}" class="jodit-resizer">\n\t\t\t\t<div class="jodit-resizer__top-left"></div>\n\t\t\t\t<div class="jodit-resizer__top-right"></div>\n\t\t\t\t<div class="jodit-resizer__bottom-right"></div>\n\t\t\t\t<div class="jodit-resizer__bottom-left"></div>\n\t\t\t\t<span>100x100</span>\n\t\t\t</div>`),this.sizeViewer=this.rect.getElementsByTagName("span")[0],this.pointerX=0,this.pointerY=0,this.isAltMode=!1,this.onClickElement=t=>{this.isResizeMode||this.element===t&&this.isShown||(this.element=t,this.show(),xi.isTag(this.element,"img")&&!this.element.complete&&this.j.e.one(this.element,"load",this.updateSize))},this.updateSize=()=>{if(!this.isInDestruct&&this.isShown&&this.element&&this.rect){const t=this.getWorkplacePosition(),e=wr(this.element,this.j,this.j.ed),i=parseInt(this.rect.style.left||"0",10),o=parseInt(this.rect.style.top||"0",10),r=e.top-t.top,n=e.left-t.left;o===r&&i===n&&this.rect.offsetWidth===this.element.offsetWidth&&this.rect.offsetHeight===this.element.offsetHeight||(li(this.rect,{top:r,left:n,width:this.element.offsetWidth,height:this.element.offsetHeight}),this.j.events&&(this.j.e.fire(this.element,"changesize"),isNaN(i)||this.j.e.fire("resize")))}},this.hideSizeViewer=()=>{this.sizeViewer.style.opacity="0"}}afterInit(t){xo("div",this.rect).forEach((e=>{t.e.on(e,"mousedown.resizer touchstart.resizer",this.onStartResizing.bind(this,e))})),_o.on("hideHelpers",this.hide),t.e.on("readonly",(t=>{t&&this.hide()})).on("afterInit changePlace",this.addEventListeners.bind(this)).on("afterGetValueFromEditor.resizer",(t=>{const e=/<jodit[^>]+data-jodit_iframe_wrapper[^>]+>(.*?<iframe[^>]*>.*?<\/iframe>.*?)<\/jodit>/gi;e.test(t.value)&&(t.value=t.value.replace(e,"$1"))})),this.addEventListeners(),this.__onChangeEditor()}onEditorClick(t){let e=t.target;const{editor:i,options:{allowResizeTags:o}}=this.j;for(;e&&e!==i;){if(xi.isTag(e,o))return this.__bind(e),void this.onClickElement(e);e=e.parentNode}}__afterInsertImage(t){if(this.j.o.resizer.forImageChangeAttributes)return;const e=ci(t,"width");e&&!li(t,"width",!0)&&(li(t,"width",e),ci(t,"width",null))}addEventListeners(){const t=this.j;t.e.off(t.editor,".resizer").off(t.ow,".resizer").on(t.editor,"keydown.resizer",(t=>{this.isShown&&t.key===ae&&this.element&&!xi.isTag(this.element,"table")&&this.onDelete(t)})).on(t.ow,"resize.resizer",this.updateSize).on("resize.resizer",this.updateSize).on([t.ow,t.editor],"scroll.resizer",(()=>{this.isShown&&!this.isResizeMode&&this.hide()})).on(t.ow,"keydown.resizer",this.onKeyDown).on(t.ow,"keyup.resizer",this.onKeyUp).on(t.ow,"mouseup.resizer touchend.resizer",this.onClickOutside)}onStartResizing(t,e){if(!this.element||!this.element.parentNode)return this.hide(),!1;this.handle=t,e.cancelable&&e.preventDefault(),e.stopImmediatePropagation(),this.width=this.element.offsetWidth,this.height=this.element.offsetHeight,this.ratio=this.width/this.height,this.isResizeMode=!0,this.startX=e.clientX,this.startY=e.clientY,this.pointerX=e.clientX,this.pointerY=e.clientY;const{j:i}=this;i.e.fire("hidePopup"),i.lock(this.LOCK_KEY),i.e.on(i.ow,"mousemove.resizer touchmove.resizer",this.onResize)}onEndResizing(){const{j:t}=this;t.unlock(),this.isResizeMode=!1,this.isAltMode=!1,t.synchronizeValues(),t.e.off(t.ow,"mousemove.resizer touchmove.resizer",this.onResize)}onResize(t){if(this.isResizeMode){if(!this.element)return;let e,i;if(this.pointerX=t.clientX,this.pointerY=t.clientY,this.j.options.iframe&&t.view===this.j.ew){const o=this.getWorkplacePosition();e=t.clientX+o.left-this.startX,i=t.clientY+o.top-this.startY}else e=this.pointerX-this.startX,i=this.pointerY-this.startY;const o=this.handle.className;let r=0,n=0;const s=this.j.o.resizer.useAspectRatio;!this.isAltMode&&(!0===s||s&&xi.isTag(this.element,s))?(e?(r=this.width+(o.match(/left/)?-1:1)*e,n=Math.round(r/this.ratio)):(n=this.height+(o.match(/top/)?-1:1)*i,r=Math.round(n*this.ratio)),r>vr(this.j.editor,this.j.ow)&&(r=vr(this.j.editor,this.j.ow),n=Math.round(r/this.ratio))):(r=this.width+(o.match(/left/)?-1:1)*e,n=this.height+(o.match(/top/)?-1:1)*i),r>this.j.o.resizer.min_width&&this.applySize(this.element,"width",r<this.rect.parentNode.offsetWidth?r:"100%"),n>this.j.o.resizer.min_height&&this.applySize(this.element,"height",n),this.updateSize(),this.showSizeViewer(this.element.offsetWidth,this.element.offsetHeight),t.stopImmediatePropagation()}}onKeyDown(t){this.isAltMode="Alt"===t.key,!this.isAltMode&&this.isResizeMode&&this.onEndResizing()}onKeyUp(){this.isAltMode&&this.isResizeMode&&this.element&&(this.width=this.element.offsetWidth,this.height=this.element.offsetHeight,this.ratio=this.width/this.height,this.startX=this.pointerX,this.startY=this.pointerY),this.isAltMode=!1}onClickOutside(t){if(this.isShown){if(!this.isResizeMode)return this.hide();t.stopImmediatePropagation(),this.onEndResizing()}}getWorkplacePosition(){return wr(this.rect.parentNode||this.j.od.documentElement,this.j,this.j.od,!0)}applySize(t,e,i){const o=xi.isImage(t)&&this.j.o.resizer.forImageChangeAttributes;o&&ci(t,e,i),o&&!t.style[e]||li(t,e,i)}onDelete(t){this.element&&("JODIT"!==this.element.tagName?this.j.s.select(this.element):(xi.safeRemove(this.element),this.hide(),t.preventDefault()))}__onChangeEditor(){this.isShown&&(this.element&&this.element.parentNode?this.updateSize():this.hide()),xo("iframe",this.j.editor).forEach(this.__bind)}__bind(t){if(!xi.isHTMLElement(t)||!this.j.o.allowResizeTags.has(t.tagName.toLowerCase())||pi(t,Xl))return;let e;if(pi(t,Xl,!0),xi.isTag(t,"iframe")){const i=t;xi.isHTMLElement(t.parentNode)&&ci(t.parentNode,"-jodit_iframe_wrapper")?t=t.parentNode:(e=this.j.createInside.element("jodit",{"data-jodit-temp":1,contenteditable:!1,draggable:!0,"data-jodit_iframe_wrapper":1}),ci(e,"style",ci(t,"style")),li(e,{display:"inline-block"===t.style.display?"inline-block":"block",width:t.offsetWidth,height:t.offsetHeight}),t.parentNode&&t.parentNode.insertBefore(e,t),e.appendChild(t),this.j.e.on(e,"click",(()=>{ci(e,"data-jodit-wrapper_active",!0)})),t=e),this.j.e.off(t,"mousedown.select touchstart.select").on(t,"mousedown.select touchstart.select",(()=>{this.j.s.select(t)})).off(t,"changesize").on(t,"changesize",(()=>{ci(i,"width",t.offsetWidth+"px"),ci(i,"height",t.offsetHeight+"px")}))}this.j.e.on(t,"dragstart",this.hide)}showSizeViewer(t,e){this.j.o.resizer.showSize&&(t<this.sizeViewer.offsetWidth||e<this.sizeViewer.offsetHeight?this.hideSizeViewer():(this.sizeViewer.style.opacity="1",this.sizeViewer.textContent=`${t} x ${e}`,this.j.async.setTimeout(this.hideSizeViewer,{timeout:this.j.o.resizer.hideSizeTimeout,label:"hideSizeViewer"})))}show(){this.j.o.readonly||this.isShown||(this.isShown=!0,this.rect.parentNode||(wi(this.j,this.rect),this.j.workplace.appendChild(this.rect)),this.j.isFullSize&&(this.rect.style.zIndex=li(this.j.container,"zIndex").toString()),this.updateSize())}hide(){this.isResizeMode||(this.isResizeMode=!1,this.isShown=!1,this.element=null,xi.safeRemove(this.rect),xo("[data-jodit-wrapper_active='true']",this.j.editor).forEach((t=>ci(t,"data-jodit-wrapper_active",!1))))}beforeDestruct(t){this.hide(),_o.off("hideHelpers",this.hide),t.e.off(this.j.ow,".resizer").off(".resizer")}}Zl([Or(":click")],$l.prototype,"onEditorClick",null),Zl([Or(":afterInsertImage")],$l.prototype,"__afterInsertImage",null),Zl([Fe],$l.prototype,"onStartResizing",null),Zl([Fe],$l.prototype,"onEndResizing",null),Zl([Fe],$l.prototype,"onResize",null),Zl([Fe],$l.prototype,"onKeyDown",null),Zl([Fe],$l.prototype,"onKeyUp",null),Zl([Fe],$l.prototype,"onClickOutside",null),Zl([Or(":change")],$l.prototype,"__onChangeEditor",null),Zl([Fe],$l.prototype,"__bind",null),Zl([Fe,Or(":hideResizer")],$l.prototype,"hide",null),mo.add("resizer",$l),
|
|
1482
|
-
/*!
|
|
1483
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1484
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1485
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1486
|
-
*/
|
|
1487
|
-
To.prototype.tableAllowCellSelection=!0;
|
|
1488
|
-
/*!
|
|
1489
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1490
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1491
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1492
|
-
*/
|
|
1493
|
-
var td=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};const ed="table_processor_observer",id="onMoveTableSelectCell";class od extends qs{constructor(){super(...arguments),this.__selectedCell=null,this.__isSelectionMode=!1}get __tableModule(){return this.j.getInstance(Ws,this.j.o)}afterInit(t){t.o.tableAllowCellSelection&&t.e.on("keydown.select-cells",(t=>{t.key===te&&this.unselectCells()})).on("beforeCommand.select-cells",this.onExecCommand).on("afterCommand.select-cells",this.onAfterCommand).on(["clickEditor","mousedownTd","mousedownTh","touchstartTd","touchstartTh"].map((t=>t+".select-cells")).join(" "),this.onStartSelection).on("clickTr clickTbody",(()=>{var t;const e=this.__tableModule.getAllSelectedCells().length;if(e)return e>1&&(null===(t=this.j.s.sel)||void 0===t||t.removeAllRanges()),!1}))}onStartSelection(t,e){var i;if(this.j.o.readonly)return;const o=xi.closest(t,"table",this.j.editor);return((null==e?void 0:e.ctrlKey)||(null==e?void 0:e.metaKey))&&t!==this.j.editor&&o&&xi.isCell(t)?(this.__tableModule.getAllSelectedCells().includes(t)?this.__tableModule.removeSelection(t):(t.firstChild||t.appendChild(this.j.createInside.element("br")),this.__tableModule.addSelection(t)),this.__selectedCell=t,null===(i=this.j.s.sel)||void 0===i||i.removeAllRanges(),this.__tableModule.getAllSelectedCells().length?this.j.e.fire("showPopup",o,(()=>yr(t,this.j)),"cells"):this.j.e.fire("hidePopup","cells"),!1):(this.unselectCells(),t!==this.j.editor&&t&&o?(t.firstChild||t.appendChild(this.j.createInside.element("br")),this.__isSelectionMode=!0,this.__selectedCell=t,this.__tableModule.addSelection(t),this.j.e.on(o,"mousemove.select-cells touchmove.select-cells",this.j.async.throttle(this.__onMove.bind(this,o),{label:id,timeout:this.j.defaultTimeout/2})).on(o,"mouseup.select-cells touchend.select-cells",this.__onStopSelection.bind(this,o)),!1):void 0)}onOutsideClick(){this.__selectedCell=null,this.__onRemoveSelection()}onChange(){this.j.isLocked||this.__isSelectionMode||this.__onRemoveSelection()}__onMove(t,e){var i,o;if(this.j.o.readonly&&!this.j.isLocked)return;if(this.j.isLockedNotBy(ed))return;const r=(null!==(i=this.j.o.shadowRoot)&&void 0!==i?i:this.j.ed).elementFromPoint(e.clientX,e.clientY);if(!r)return;const n=xi.closest(r,["td","th"],t);if(!n||!this.__selectedCell)return;n!==this.__selectedCell&&this.j.lock(ed),this.unselectCells();const s=this.__tableModule.getSelectedBound(t,[n,this.__selectedCell]),a=this.__tableModule.formalMatrix(t);for(let t=s[0][0];t<=s[1][0];t+=1)for(let e=s[0][1];e<=s[1][1];e+=1)this.__tableModule.addSelection(a[t][e]);this.__tableModule.getAllSelectedCells().length>1&&(null===(o=this.j.s.sel)||void 0===o||o.removeAllRanges()),this.j.e.fire("hidePopup"),e.stopPropagation(),(()=>{const t=this.j.createInside.fromHTML('<div style="color:rgba(0,0,0,0.01);width:0;height:0"> </div>');n.appendChild(t),this.j.async.setTimeout((()=>{var e;null===(e=t.parentNode)||void 0===e||e.removeChild(t)}),this.j.defaultTimeout/5)})()}__onRemoveSelection(t){var e;if(!(null===(e=null==t?void 0:t.buffer)||void 0===e?void 0:e.actionTrigger)&&!this.__selectedCell&&this.__tableModule.getAllSelectedCells().length)return this.j.unlock(),this.unselectCells(),void this.j.e.fire("hidePopup","cells");this.__isSelectionMode=!1,this.__selectedCell=null}__onStopSelection(t,e){var i,o,r;if(!this.__selectedCell)return;this.__isSelectionMode=!1,this.j.unlock();const n=(null!==(i=this.j.o.shadowRoot)&&void 0!==i?i:this.j.ed).elementFromPoint(e.clientX,e.clientY);if(!n)return;const s=xi.closest(n,["td","th"],t);if(!s)return;const a=xi.closest(s,"table",t);if(a&&a!==t)return;const l=this.__tableModule.getSelectedBound(t,[s,this.__selectedCell]),d=this.__tableModule.formalMatrix(t),c=null===(o=d[l[1][0]])||void 0===o?void 0:o[l[1][1]],u=null===(r=d[l[0][0]])||void 0===r?void 0:r[l[0][1]];u&&c&&(this.j.e.fire("showPopup",t,(()=>{const t=yr(u,this.j),e=yr(c,this.j);return{left:t.left,top:t.top,width:e.left-t.left+e.width,height:e.top-t.top+e.height}}),"cells"),xo("table",this.j.editor).forEach((t=>{this.j.e.off(t,"mousemove.select-cells touchmove.select-cells mouseup.select-cells touchend.select-cells")})),this.j.async.clearTimeout(id))}unselectCells(t){const e=this.__tableModule,i=e.getAllSelectedCells();i.length&&i.forEach((i=>{t&&t===i||e.removeSelection(i)}))}onExecCommand(t){if(/^(delete|backspace)(word|sentence)?button$/.test(t)&&this.__tableModule.getAllSelectedCells().length>1){const t=this.__tableModule.getAllSelectedCells();return t.forEach((t=>{xi.detach(t),t.appendChild(this.j.createInside.element("br"))})),this.unselectCells(),this.j.s.setCursorIn(t[0]),this.j.synchronizeValues(),!1}if(/table(splitv|splitg|merge|empty|bin|binrow|bincolumn|addcolumn|addrow)/.test(t)){t=t.replace("table","");const e=this.__tableModule.getAllSelectedCells();if(e.length){const[i]=e;if(!i)return;const o=xi.closest(i,"table",this.j.editor);if(!o)return;switch(t){case"splitv":this.__tableModule.splitVertical(o);break;case"splitg":this.__tableModule.splitHorizontal(o);break;case"merge":this.__tableModule.mergeSelected(o);break;case"empty":e.forEach((t=>xi.detach(t)));break;case"bin":xi.safeRemove(o);break;case"binrow":new Set(e.map((t=>t.parentNode))).forEach((t=>{this.__tableModule.removeRow(o,t.rowIndex)}));break;case"bincolumn":{const t=new Set,i=[];e.forEach((e=>{const[,r]=this.__tableModule.formalCoordinate(o,e);t.has(r)||(i.push(r),t.add(r))})),i.sort(((t,e)=>e-t)).forEach((t=>{this.__tableModule.removeColumn(o,t)}))}break;case"addcolumnafter":case"addcolumnbefore":this.__tableModule.appendColumn(o,i,"addcolumnafter"===t);break;case"addrowafter":case"addrowbefore":this.__tableModule.appendRow(o,i.parentNode,"addrowafter"===t)}}return!1}}onAfterCommand(t){/^justify/.test(t)&&this.__tableModule.getAllSelectedCells().forEach((e=>Fo(t,e)))}beforeDestruct(t){this.__onRemoveSelection(),t.e.off(".select-cells")}}od.requires=["select"],td([Fe],od.prototype,"onStartSelection",null),td([Or(":outsideClick")],od.prototype,"onOutsideClick",null),td([Or(":change")],od.prototype,"onChange",null),td([Fe],od.prototype,"__onRemoveSelection",null),td([Fe],od.prototype,"__onStopSelection",null),td([Fe],od.prototype,"onExecCommand",null),td([Fe],od.prototype,"onAfterCommand",null),mo.add("selectCells",od),
|
|
1494
|
-
/*!
|
|
1495
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1496
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1497
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1498
|
-
*/
|
|
1499
|
-
To.prototype.tableAllowCellResize=!0;
|
|
1500
|
-
/*!
|
|
1501
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1502
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1503
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1504
|
-
*/
|
|
1505
|
-
var rd=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};const nd="table_processor_observer-resize";class sd extends qs{constructor(){super(...arguments),this.selectMode=!1,this.resizeDelta=0,this.createResizeHandle=()=>{this.resizeHandler||(this.resizeHandler=this.j.c.div("jodit-table-resizer"),this.j.e.on(this.resizeHandler,"mousedown.table touchstart.table",this.onHandleMouseDown).on(this.resizeHandler,"mouseenter.table",(()=>{this.j.async.clearTimeout(this.hideTimeout)})))},this.hideTimeout=0,this.drag=!1,this.minX=0,this.maxX=0,this.startX=0}get module(){return this.j.getInstance("Table",this.j.o)}get isRTL(){return"rtl"===this.j.o.direction}showResizeHandle(){this.j.async.clearTimeout(this.hideTimeout),this.j.workplace.appendChild(this.resizeHandler)}hideResizeHandle(){this.hideTimeout=this.j.async.setTimeout((()=>{xi.safeRemove(this.resizeHandler)}),{timeout:this.j.defaultTimeout,label:"hideResizer"})}onHandleMouseDown(t){if(this.j.isLocked)return;this.drag=!0,this.j.e.on(this.j.ow,"mouseup.resize-cells touchend.resize-cells",this.onMouseUp).on(this.j.ew,"mousemove.table touchmove.table",this.onMouseMove),this.startX=t.clientX,this.j.lock(nd),this.resizeHandler.classList.add("jodit-table-resizer_moved");let e,i=this.workTable.getBoundingClientRect();if(this.minX=0,this.maxX=1e6,null!=this.wholeTable)i=this.workTable.parentNode.getBoundingClientRect(),this.minX=i.left,this.maxX=this.minX+i.width;else{const t=this.module.formalCoordinate(this.workTable,this.workCell,!0);this.module.formalMatrix(this.workTable,((i,o,r)=>{t[1]===r&&(e=i.getBoundingClientRect(),this.minX=Math.max(e.left+2.5,this.minX)),t[1]+(this.isRTL?-1:1)===r&&(e=i.getBoundingClientRect(),this.maxX=Math.min(e.left+e.width-2.5,this.maxX))}))}return!1}onMouseMove(t){if(!this.drag)return;this.j.e.fire("closeAllPopups");let e=t.clientX;const i=wr(this.resizeHandler.parentNode||this.j.od.documentElement,this.j,this.j.od,!0);e<this.minX&&(e=this.minX),e>this.maxX&&(e=this.maxX),this.resizeDelta=e-this.startX+(this.j.o.iframe?i.left:0),this.resizeHandler.style.left=e-(this.j.o.iframe?0:i.left)+"px";const o=this.j.s.sel;o&&o.removeAllRanges()}onMouseUp(t){(this.selectMode||this.drag)&&(this.selectMode=!1,this.j.unlock()),this.resizeHandler&&this.drag&&(this.drag=!1,this.j.e.off(this.j.ew,"mousemove.table touchmove.table",this.onMouseMove),this.resizeHandler.classList.remove("jodit-table-resizer_moved"),this.startX!==t.clientX&&(null==this.wholeTable?this.resizeColumns():this.resizeTable()),this.j.synchronizeValues(),this.j.s.focus())}resizeColumns(){const t=this.resizeDelta,e=[],i=this.module;i.setColumnWidthByDelta(this.workTable,i.formalCoordinate(this.workTable,this.workCell,!0)[1],t,!0,e);const o=ji(this.isRTL?xi.prev:xi.next,this.workCell,xi.isCell,this.workCell.parentNode);i.setColumnWidthByDelta(this.workTable,i.formalCoordinate(this.workTable,o)[1],-t,!1,e)}resizeTable(){const t=this.resizeDelta*(this.isRTL?-1:1),e=this.workTable.offsetWidth,i=Ar(this.workTable.parentNode,this.j.ew),o=!this.wholeTable;if(this.isRTL?!o:o)this.workTable.style.width=(e+t)/i*100+"%";else{const o=this.isRTL?"marginRight":"marginLeft",r=parseInt(this.j.ew.getComputedStyle(this.workTable)[o]||"0",10);this.workTable.style.width=(e-t)/i*100+"%",this.workTable.style[o]=(r+t)/i*100+"%"}}setWorkCell(t,e=null){this.wholeTable=e,this.workCell=t,this.workTable=xi.up(t,(t=>xi.isTag(t,"table")),this.j.editor)}calcHandlePosition(t,e,i=0,o=0){const r=wr(e,this.j,this.j.ed);if(i>5&&i<r.width-5)return void this.hideResizeHandle();const n=wr(this.j.workplace,this.j,this.j.od,!0),s=wr(t,this.j,this.j.ed);if(this.resizeHandler.style.left=(i<=5?r.left:r.left+r.width)-n.left+o+"px",Object.assign(this.resizeHandler.style,{height:s.height+"px",top:s.top-n.top+"px"}),this.showResizeHandle(),i<=5){const t=ji(this.isRTL?xi.next:xi.prev,e,xi.isCell,e.parentNode);this.setWorkCell(t||e,!t||null)}else{const t=ji(this.isRTL?xi.prev:xi.next,e,xi.isCell,e.parentNode);this.setWorkCell(e,!!t&&null)}}afterInit(t){t.o.tableAllowCellResize&&t.e.off(this.j.ow,".resize-cells").off(".resize-cells").on("change.resize-cells afterCommand.resize-cells afterSetMode.resize-cells",(()=>{xo("table",t.editor).forEach(this.observe)})).on(this.j.ow,"scroll.resize-cells",(()=>{if(!this.drag)return;const e=xi.up(this.workCell,(t=>xi.isTag(t,"table")),t.editor);if(e){const t=e.getBoundingClientRect();this.resizeHandler.style.top=t.top+"px"}})).on("beforeSetMode.resize-cells",(()=>{const e=this.module;e.getAllSelectedCells().forEach((i=>{e.removeSelection(i),e.normalizeTable(xi.closest(i,"table",t.editor))}))}))}observe(t){pi(t,nd)||(pi(t,nd,!0),this.j.e.on(t,"mouseleave.resize-cells",(t=>{this.resizeHandler&&this.resizeHandler!==t.relatedTarget&&this.hideResizeHandle()})).on(t,"mousemove.resize-cells touchmove.resize-cells",this.j.async.throttle((e=>{if(this.j.isLocked)return;const i=xi.up(e.target,xi.isCell,t);i&&this.calcHandlePosition(t,i,e.offsetX)}),{timeout:this.j.defaultTimeout})),this.createResizeHandle())}beforeDestruct(t){t.events&&(t.e.off(this.j.ow,".resize-cells"),t.e.off(".resize-cells"))}}rd([Fe],sd.prototype,"onHandleMouseDown",null),rd([Fe],sd.prototype,"onMouseMove",null),rd([Fe],sd.prototype,"onMouseUp",null),rd([Fe],sd.prototype,"observe",null),mo.add("resizeCells",sd);
|
|
1506
|
-
/*!
|
|
1507
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1508
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1509
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1510
|
-
*/
|
|
1511
|
-
const ad=new Set([te,oe,ne,re,se]);
|
|
1512
|
-
/*!
|
|
1513
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1514
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1515
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1516
|
-
*/
|
|
1517
|
-
function ld(t){const e=/([^[]*)\[([^\]]+)]/,i=/[\s]*,[\s]*/,o=/^(.*)[\s]*=[\s]*(.*)$/,r={};return Le(t)?(t.split(i).map((t=>{t=We(t);const n=e.exec(t),s={},a=t=>{t=We(t);const e=o.exec(t);e?s[e[1]]=e[2]:s[t]=!0};if(n){const t=n[2].split(i);n[1]&&(t.forEach(a),r[n[1].toUpperCase()]=s)}else r[t.toUpperCase()]=!0})),r):!!t&&(Object.keys(t).forEach((e=>{r[e.toUpperCase()]=t[e]})),r)}
|
|
1518
|
-
/*!
|
|
1519
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1520
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1521
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1522
|
-
*/function dd(t,e){const{s:i}=t;let o=e;if(!o){o=t.createInside.fake();const{range:e}=i;xi.safeInsertNode(e,o),e.collapse()}const r=xi.furthest(o,cd,t.editor);if(r)if(i.cursorOnTheLeft(r))xi.before(r,o);else if(i.cursorOnTheRight(r))xi.after(r,o);else{const t=i.splitSelection(r);t&&xi.after(t,o)}e||(i.setCursorBefore(o),xi.safeRemove(o))}function cd(t){return xi.isInlineBlock(t)&&!xi.isTag(t,Vt)}
|
|
1523
|
-
/*!
|
|
1524
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1525
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1526
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1527
|
-
*/mo.add("tableKeyboardNavigation",(function(t){t.e.off(".tableKeyboardNavigation").on("keydown.tableKeyboardNavigation",(e=>{const{key:i}=e,o=function(t,e){if(!ad.has(e))return;const i=t.s.current();if(!i)return;const o=xi.up(i,xi.isCell,t.editor);if(!o)return;const{range:r}=t.s;if(e!==te&&i!==o){const t=e===ne||e===se,n=ji(t?xi.next:xi.prev,i,(t=>e===re||e===se?xi.isTag(t,"br"):Boolean(t)),o);if(!t&&(n||e!==re&&xi.isText(i)&&0!==r.startOffset)||t&&(n||e!==se&&xi.isText(i)&&i.nodeValue&&r.startOffset!==i.nodeValue.length))return}return o}(t,i);if(!o)return;const r=t.getInstance(Ws,t.o),n=xi.closest(o,"table",t.editor);let s=null;const a=i===oe||e.shiftKey,l=()=>ji(a?xi.prev:xi.next,o,xi.isCell,n);switch(i){case te:case oe:s=l(),s||(r.appendRow(n,!!a&&n.querySelector("tr"),!a),s=l());break;case re:case se:{const t=r.formalMatrix(n),[e,a]=r.formalCoordinate(n,o);i===re?void 0!==t[e-1]&&(s=t[e-1][a]):void 0!==t[e+1]&&(s=t[e+1][a])}}if(s){if(t.e.fire("hidePopup hideResizer"),s.firstChild)i===te?t.s.select(s,!0):t.s.setCursorIn(s,i===ne||i===se);else{const e=t.createInside.element("br");s.appendChild(e),t.s.setCursorBefore(e)}return t.synchronizeValues(),!1}}))})),
|
|
1528
|
-
/*!
|
|
1529
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1530
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1531
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1532
|
-
*/
|
|
1533
|
-
To.prototype.cleanHTML={timeout:300,removeEmptyElements:!0,fillEmptyParagraph:!0,collapseEmptyValueToEmptyString:!1,replaceNBSP:!0,replaceOldTags:{i:"em",b:"strong"},allowTags:!1,denyTags:"script,iframe,object,embed",useIframeSandbox:!1,removeOnError:!0,removeEventAttributes:!0,safeJavaScriptLink:!0,safeLinksTarget:!0,allowedStyles:!1,sanitizer:!1,sandboxIframesInContent:!0,convertUnsafeEmbeds:["object","embed"],disableCleanFilter:null},To.prototype.controls.eraser={command:"removeFormat",tooltip:"Clear Formatting"},Nr.set("eraser",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M832 1408l336-384h-768l-336 384h768zm1013-1077q15 34 9.5 71.5t-30.5 65.5l-896 1024q-38 44-96 44h-768q-38 0-69.5-20.5t-47.5-54.5q-15-34-9.5-71.5t30.5-65.5l896-1024q38-44 96-44h768q38 0 69.5 20.5t47.5 54.5z"/> </svg> ');
|
|
1534
|
-
/*!
|
|
1535
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1536
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1537
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1538
|
-
*/
|
|
1539
|
-
const ud=new Set(["table","tbody","thead","tfoot","tr"]);
|
|
1540
|
-
/*!
|
|
1541
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1542
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1543
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1544
|
-
*/
|
|
1545
|
-
var hd=Object.freeze({__proto__:null,allowAttributes:
|
|
1546
|
-
/*!
|
|
1547
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1548
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1549
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1550
|
-
*/
|
|
1551
|
-
function(t,e,i,o){const r=o&&xi.isElement(e)&&o[e.nodeName];if(o&&xi.isElement(e)&&!0!==r){if(!r)return i;const t=e.attributes;if(t&&t.length){const o=[];for(let e=0;e<t.length;e+=1){const i=r[t[e].name];(!i||!0!==i&&i!==t[e].value)&&o.push(t[e].name)}o.length&&(i=!0),o.forEach((t=>{e.removeAttribute(t)}))}}return i}
|
|
1552
|
-
/*!
|
|
1553
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1554
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1555
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1556
|
-
*/,convertUnsafeEmbeds:function(t,e,i){const o=t.o.cleanHTML.convertUnsafeEmbeds;if(!o||!xi.isElement(e))return i;const r=e.nodeName.toLowerCase();if(!o.includes(r))return i;const n=e,s=ci(n,"data")||ci(n,"src")||ci(n,"movie")||"";if(!s)return xi.safeRemove(n),!0;const a=t.createInside.element("iframe");return ci(a,{src:s,sandbox:"",frameborder:"0",width:ci(n,"width"),height:ci(n,"height")}),xi.replace(n,a,void 0,!1,!0),!0},fillEmptyParagraph:function(t,e,i){if(t.o.cleanHTML.fillEmptyParagraph&&xi.isBlock(e)&&xi.isEmpty(e,Vt)&&!xi.isTag(e,ud)){const i=t.createInside.element("br");return e.appendChild(i),!0}return i}
|
|
1557
|
-
/*!
|
|
1558
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1559
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1560
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1561
|
-
*/,removeEmptyTextNode:function(t,e,i,o,r,n){return xi.isText(e)&&!e.nodeValue?(e===n&&t.s.isCollapsed()&&t.s.setCursorAfter(e),xi.safeRemove(e),!0):i}
|
|
1562
|
-
/*!
|
|
1563
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1564
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1565
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1566
|
-
*/,removeInvTextNodes:function(t,e,i,o,r,n){if(n===e||!xi.isText(e)||null==e.nodeValue)return i;if(!/[\uFEFF]/g.test(e.nodeValue))return i;const s=xi.furthest(n,xi.isBlock,t.editor);return!s||xi.isOrContains(s,e)?i:(e.nodeValue=e.nodeValue.replace(/[\uFEFF]/g,""),e===n&&t.s.isCollapsed()&&t.s.setCursorAfter(e),e.nodeValue||xi.safeRemove(e),!0)}
|
|
1567
|
-
/*!
|
|
1568
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1569
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1570
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1571
|
-
*/,replaceOldTags:function(t,e,i){const o=function(t,e,i){if(!i||!xi.isHTMLElement(e))return e;const o=i[e.nodeName.toLowerCase()]||i[e.nodeName];return o?xi.replace(e,o,t.createInside,!0,!1):e}
|
|
1572
|
-
/*!
|
|
1573
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1574
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1575
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1576
|
-
*/(t,e,t.o.cleanHTML.replaceOldTags);return e!==o?(e=o,!0):i},safeLinksTarget:function(t,e,i){if(!t.o.cleanHTML.safeLinksTarget||!xi.isElement(e)||"A"!==e.nodeName)return i;const o=e;if("_blank"!==ci(o,"target"))return i;const r=(ci(o,"rel")||"").split(/\s+/).filter(Boolean);let n=!1;return r.includes("noopener")||(r.push("noopener"),n=!0),r.includes("noreferrer")||(r.push("noreferrer"),n=!0),n?(ci(o,"rel",r.join(" ")),!0):i}
|
|
1577
|
-
/*!
|
|
1578
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1579
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1580
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1581
|
-
*/,sandboxIframesInContent:function(t,e,i){if(!t.o.cleanHTML.sandboxIframesInContent||!xi.isElement(e)||"IFRAME"!==e.nodeName)return i;const o=e;return o.hasAttribute("sandbox")?i:(ci(o,"sandbox",""),!0)}
|
|
1582
|
-
/*!
|
|
1583
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1584
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1585
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1586
|
-
*/,sanitizeAttributes:function(t,e,i){if(!xi.isElement(e))return i;const o=t.options.cleanHTML;return!!rr(e,{safeJavaScriptLink:o.safeJavaScriptLink,removeOnError:o.removeOnError})||i}
|
|
1587
|
-
/*!
|
|
1588
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1589
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1590
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1591
|
-
*/,sanitizeStyles:function(t,e,i){const o=t.o.cleanHTML.allowedStyles;if(!o||!xi.isElement(e))return i;const r=e,n=ci(r,"style");if(!n)return i;const s=function(t,e){const i=e[t],o=e["*"];if(!i&&!o)return null;const r=new Set;if(o)for(const t of o)r.add(t.toLowerCase());if(i)for(const t of i)r.add(t.toLowerCase());return r}(e.nodeName.toLowerCase(),o);if(!s)return i;const a=function(t,e){return t.split(";").map((t=>t.trim())).filter((t=>{if(!t)return!1;const i=t.indexOf(":");if(-1===i)return!1;const o=t.substring(0,i).trim().toLowerCase();return e.has(o)})).join("; ").replace(/;\s*$/,"")}
|
|
1592
|
-
/*!
|
|
1593
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1594
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1595
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1596
|
-
*/(n,s);return a!==n?(ci(r,"style",a||null),!0):i},tryRemoveNode:function(t,e,i,o,r,n){return function(t,e,i,o,r){if(!xi.isText(e)){if(o&&!o[e.nodeName])return!0;if(!o&&r&&r[e.nodeName])return!0}if(!t.o.cleanHTML.removeEmptyElements)return!1;const n=t.s.isCollapsed()?t.s.range.startContainer:null;return xi.isElement(e)&&null!=e.nodeName.match(Yt)&&!xi.isTemporary(e)&&0===Ge(e.innerHTML).length&&(null==i||!xi.isOrContains(e,i))&&(null==n||!xi.isOrContains(e,n))}(t,e,n,o,r)?(xi.safeRemove(e),!0):i}});
|
|
1597
|
-
/*!
|
|
1598
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1599
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1600
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1601
|
-
*/const pd=Object.keys(hd);
|
|
1602
|
-
/*!
|
|
1603
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1604
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1605
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1606
|
-
*/
|
|
1607
|
-
var fd=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};class gd extends qs{constructor(){super(...arguments),this.buttons=[{name:"eraser",group:"font-style"}],this.currentSelectionNode=null,this.walker=new fo(this.j.async,{timeout:this.j.o.cleanHTML.timeout})}afterInit(t){}get isEditMode(){return!(this.j.isInDestruct||!this.j.isEditorMode()||this.j.getReadOnly())}onChangeCleanHTML(){if(!this.isEditMode)return;const t=this.j;this.walker.setWork(t.editor),this.currentSelectionNode=t.s.current()}startWalker(){const{jodit:t}=this,e=ld(this.j.o.cleanHTML.allowTags),i=ld(this.j.o.cleanHTML.denyTags);this.walker.on("visit",(o=>function(t,e,i,o,r){let n=!1;const s=t.o.cleanHTML.disableCleanFilter;for(const a of pd)if(!(s&&s.has(a)||(n=(0,hd[a])(t,e,n,i,o,r),e.isConnected)))return!0;return n}(t,o,e,i,this.currentSelectionNode))).on("end",(t=>{this.j.e.fire(t?"internalChange finishedCleanHTMLWorker":"finishedCleanHTMLWorker")}))}beforeCommand(t){if("removeformat"===t.toLowerCase())return this.j.s.isCollapsed()?dd(this.j):function(t){const{s:e,editor:i,createInside:o}=t,{range:r}=e,n=r.cloneRange(),s=r.cloneRange(),a=o.fake(),l=o.fake();n.collapse(!0),s.collapse(!1),xi.safeInsertNode(n,a),xi.safeInsertNode(s,l),r.setStartBefore(a),r.collapse(!0),e.selectRange(r),dd(t,a),r.setEndAfter(l),r.collapse(!1),e.selectRange(r),dd(t,l);const d=[];xi.between(a,l,(t=>{cd(t)&&!xi.isTag(t,"a")&&d.push(t),xi.isElement(t)&&ci(t,"style")&&ci(t,"style",null)})),d.forEach((t=>xi.unwrap(t)));const c=(t,e)=>{if(!xi.findNotEmptySibling(t,e)){const o=t.parentNode;if(o&&o!==i&&ci(o,"style"))return ci(o,"style",null),c(o,e),!0}};c(a,!0)&&c(l,!1),r.setStartAfter(a),r.setEndBefore(l),e.selectRange(r),xi.safeRemove(a),xi.safeRemove(l)}(this.j),!1}onBeforeSetNativeEditorValue(t){const[e,i]=this.j.o.cleanHTML.useIframeSandbox?this.j.createInside.sandbox():[this.j.od.implementation.createHTMLDocument("").body];return e.innerHTML=t.value,this.j.e.fire("safeHTML",e),t.value=e.innerHTML,tr(e,{safeJavaScriptLink:!0,removeOnError:!0}),xi.safeRemove(i),!1}onAfterGetValueFromEditor(t){this.j.o.cleanHTML.collapseEmptyValueToEmptyString&&/^<([a-z][a-z0-9]*)\b[^>]*>(?:<br\/?>)?<\/\1>$/i.test(t.value.trim())&&(t.value="")}onSafeHTML(t){const e=this.j.o.cleanHTML.sanitizer;e&&(t.innerHTML=e(t.innerHTML)),tr(t,this.j.o.cleanHTML)}beforeDestruct(){this.walker.destruct()}}fd([Or([":change",":afterSetMode",":afterInit",":mousedown",":keydown"])],gd.prototype,"onChangeCleanHTML",null),fd([Fr("ready")],gd.prototype,"startWalker",null),fd([Or(":beforeCommand")],gd.prototype,"beforeCommand",null),fd([Or(":beforeSetNativeEditorValue")],gd.prototype,"onBeforeSetNativeEditorValue",null),fd([Or(":afterGetValueFromEditor")],gd.prototype,"onAfterGetValueFromEditor",null),fd([Or(":safeHTML")],gd.prototype,"onSafeHTML",null),mo.add("cleanHtml",gd),
|
|
1608
|
-
/*!
|
|
1609
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1610
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1611
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1612
|
-
*/
|
|
1613
|
-
To.prototype.controls.file={popup:(t,e,i)=>{const o=(e,i="")=>{t.s.insertNode(t.createInside.fromHTML(`<a href="${e}" title="${i}">${i||e}</a>`))};let r=null;return e&&(xi.isTag(e,"a")||xi.closest(e,"a",t.editor))&&(r=xi.isTag(e,"a")?e:xi.closest(e,"a",t.editor)),vl(t,{filebrowser:t=>{t.files&&t.files.forEach((e=>o(t.baseurl+e))),i()},upload:!0,url:(t,e)=>{r?(ci(r,"href",t),ci(r,"title",e)):o(t,e),i()}},r,i,!1)},tags:["a"],tooltip:"Insert file"},mo.add("file",(function(t){t.registerButton({name:"file",group:"media"})})),
|
|
1614
|
-
/*!
|
|
1615
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1616
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1617
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1618
|
-
*/
|
|
1619
|
-
Nr.set("print",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M448 1536h896v-256h-896v256zm0-640h896v-384h-160q-40 0-68-28t-28-68v-160h-640v640zm1152 64q0-26-19-45t-45-19-45 19-19 45 19 45 45 19 45-19 19-45zm128 0v416q0 13-9.5 22.5t-22.5 9.5h-224v160q0 40-28 68t-68 28h-960q-40 0-68-28t-28-68v-160h-224q-13 0-22.5-9.5t-9.5-22.5v-416q0-79 56.5-135.5t135.5-56.5h64v-544q0-40 28-68t68-28h672q40 0 88 20t76 48l152 152q28 28 48 76t20 88v256h64q79 0 135.5 56.5t56.5 135.5z"/> </svg> '),To.prototype.controls.print={exec:t=>{const e=t.create.element("iframe");Object.assign(e.style,{position:"fixed",right:0,bottom:0,width:0,height:0,border:0}),wo(t,To).appendChild(e);const i=()=>{t.e.off(t.ow,"mousemove",i),xi.safeRemove(e)},o=e.contentWindow;if(o){t.e.on(o,"onbeforeunload onafterprint",i).on(t.ow,"mousemove",i),t.o.iframe?(t.e.fire("generateDocumentStructure.iframe",o.document,t),o.document.body.innerHTML=t.value):(o.document.write('<!doctype html><html lang="'+Yo(t.o.language)+'"><head><title></title></head><style>'+
|
|
1620
|
-
/*!
|
|
1621
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1622
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1623
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1624
|
-
*/
|
|
1625
|
-
function(t){const e=(t,e=t.ownerDocument.styleSheets)=>{const i=Ke(e).map((t=>{try{return Ke(t.cssRules)}catch(t){}return[]})).flat();return i.filter((e=>{try{return Boolean(e&&t.matches(e.selectorText))}catch(t){}return!1}))};class i{constructor(i,o,r){this.css={};const n=r||{},s=e=>{const i=e.selectorText.split(",").map((t=>t.trim())).sort().join(",");!1===Boolean(this.css[i])&&(this.css[i]={});const o=e.style.cssText.split(/;(?![A-Za-z0-9])/);for(let e=0;e<o.length;e++){if(!o[e])continue;const r=o[e].split(":");r[0]=r[0].trim(),r[1]=r[1].trim(),this.css[i][r[0]]=r[1].replace(/var\(([^)]+)\)/g,((e,i)=>{const[o,r]=i.split(",");return(t.ew.getComputedStyle(t.editor).getPropertyValue(o.trim())||r||e).trim()}))}};(()=>{const r=i.innerHeight,a=o.createTreeWalker(t.editor,NodeFilter.SHOW_ELEMENT,(()=>NodeFilter.FILTER_ACCEPT));for(;a.nextNode();){const t=a.currentNode;if(t.getBoundingClientRect().top<r||n.scanFullPage){const i=e(t);if(i)for(let t=0;t<i.length;t++)s(i[t])}}})()}generateCSS(){let t="";for(const e in this.css)if(!/:not\(/.test(e)){t+=e+" { ";for(const i in this.css[e])t+=i+": "+this.css[e][i]+"; ";t+="}\n"}return t}}try{return new i(t.ew,t.ed,{scanFullPage:!0}).generateCSS()}catch(t){}return""}(t)+"</style><body></body></html>"),o.document.close(),Vo(t,void 0,"px",o.document.body));const e=o.document.createElement("style");e.innerHTML="@media print {\n\t\t\t\t\tbody {\n\t\t\t\t\t\t\t-webkit-print-color-adjust: exact;\n\t\t\t\t\t}\n\t\t\t}",o.document.head.appendChild(e),o.focus(),o.print()}},mode:he+ue,tooltip:"Print"},mo.add("print",(function(t){t.registerButton({name:"print"})})),
|
|
1626
|
-
/*!
|
|
1627
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1628
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1629
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1630
|
-
*/
|
|
1631
|
-
To.prototype.beautifyHTML=!fe,To.prototype.sourceEditor="ace",To.prototype.sourceEditorNativeOptions={showGutter:!0,theme:"ace/theme/idle_fingers",mode:"ace/mode/html",wrap:!0,highlightActiveLine:!0},To.prototype.sourceEditorCDNUrlsJS=["https://cdnjs.cloudflare.com/ajax/libs/ace/1.43.3/ace.js"],To.prototype.beautifyHTMLCDNUrlsJS=["https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.4/beautify.min.js","https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.4/beautify-html.min.js"],Nr.set("source",'<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M553 1399l-50 50q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l50 50q10 10 10 23t-10 23l-393 393 393 393q10 10 10 23t-10 23zm591-1067l-373 1291q-4 13-15.5 19.5t-23.5 2.5l-62-17q-13-4-19.5-15.5t-2.5-24.5l373-1291q4-13 15.5-19.5t23.5-2.5l62 17q13 4 19.5 15.5t2.5 24.5zm657 651l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23t-10 23z"/> </svg> '),To.prototype.controls.source={mode:pe,exec:t=>{t.toggleMode()},isActive:t=>t.getRealMode()===he,tooltip:"Change mode"};
|
|
1632
|
-
/*!
|
|
1633
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1634
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1635
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1636
|
-
*/
|
|
1637
|
-
class Ad{constructor(t,e,i,o){this.jodit=t,this.container=e,this.toWYSIWYG=i,this.fromWYSIWYG=o,this.className="",this.isReady=!1}get j(){return this.jodit}onReady(){this.replaceUndoManager(),this.isReady=!0,this.j.e.fire(this,"ready")}onReadyAlways(t){var e;this.isReady?t():null===(e=this.j.events)||void 0===e||e.on(this,"ready",t)}}
|
|
1638
|
-
/*!
|
|
1639
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1640
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1641
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1642
|
-
*/class bd extends Ad{constructor(){super(...arguments),this.className="jodit_ace_editor",this.proxyOnBlur=t=>{this.j.e.fire("blur",t)},this.proxyOnFocus=t=>{this.j.e.fire("focus",t)},this.proxyOnMouseDown=t=>{this.j.e.fire("mousedown",t)}}aceExists(){return void 0!==this.j.ow.ace}getLastColumnIndex(t){return this.instance.session.getLine(t).length}getLastColumnIndices(){const t=this.instance.session.getLength(),e=[];let i=0;for(let o=0;o<t;o++)i+=this.getLastColumnIndex(o),o>0&&(i+=1),e[o]=i;return e}getRowColumnIndices(t){const e=this.getLastColumnIndices();if(t<=e[0])return{row:0,column:t};let i=1;for(let o=1;o<e.length;o++)t>e[o]&&(i=o+1);return{row:i,column:t-e[i-1]-1}}setSelectionRangeIndices(t,e){const i=this.getRowColumnIndices(t),o=this.getRowColumnIndices(e);this.instance.getSelection().setSelectionRange({start:i,end:o})}getIndexByRowColumn(t,e){return this.getLastColumnIndices()[t]-this.getLastColumnIndex(t)+e}init(t){const e=()=>{if(void 0!==this.instance||!this.aceExists())return;const e=this.j.c.div("jodit-source__mirror-fake");this.container.appendChild(e),this.instance=t.ow.ace.edit(e),"rtl"===t.o.direction&&(this.instance.setOption("rtlText",!0),this.instance.setOption("rtl",!0)),this.instance.setTheme(t.o.sourceEditorNativeOptions.theme),this.instance.renderer.setShowGutter(t.o.sourceEditorNativeOptions.showGutter),this.instance.getSession().setMode(t.o.sourceEditorNativeOptions.mode),this.instance.setHighlightActiveLine(t.o.sourceEditorNativeOptions.highlightActiveLine),this.instance.getSession().setUseWrapMode(!0),this.instance.setOption("indentedSoftWrap",!1),this.instance.setOption("wrap",t.o.sourceEditorNativeOptions.wrap),this.instance.getSession().setUseWorker(!1),this.instance.$blockScrolling=1/0,this.instance.on("change",this.toWYSIWYG),this.instance.on("focus",this.proxyOnFocus),this.instance.on("mousedown",this.proxyOnMouseDown),this.instance.on("blur",this.proxyOnBlur),t.getRealMode()!==ue&&this.setValue(this.getValue());const i=this.j.async.throttle((()=>{if(t.isInDestruct||t.getMode()===ue)return;const e=this.instance.isFocused();this.instance.setOption("maxLines","auto"!==t.o.height?t.workplace.offsetHeight/this.instance.renderer.lineHeight:1/0),this.instance.resize(),e&&this.focus()}),2*this.j.defaultTimeout);t.e.on(t,"resize",i).on("afterResize afterSetMode",i),i(),this.onReady()},i=()=>{t.isInDestruct||t.getRealMode()!==he&&t.getMode()!==pe||(this.fromWYSIWYG(),e())};t.e.on("afterSetMode",i),i(),this.aceExists()||ao(t,t.o.sourceEditorCDNUrlsJS).then(i).catch((()=>null))}destruct(){var t,e;this.instance.off("change",this.toWYSIWYG),this.instance.off("focus",this.proxyOnFocus),this.instance.off("mousedown",this.proxyOnMouseDown),this.instance.destroy(),null===(e=null===(t=this.j)||void 0===t?void 0:t.events)||void 0===e||e.off("aceInited.source")}setValue(t){if(!this.j.o.editHTMLDocumentMode&&this.j.o.beautifyHTML){const e=this.j.e.fire("beautifyHTML",t);Le(e)&&(t=e)}this.instance.setValue(t),this.instance.clearSelection()}getValue(){return this.instance.getValue()}setReadOnly(t){this.instance.setReadOnly(t)}get isFocused(){return this.instance.isFocused()}focus(){this.instance.container.focus(),this.instance.focus()}blur(){this.instance.blur()}getSelectionStart(){const t=this.instance.selection.getRange();return this.getIndexByRowColumn(t.start.row,t.start.column)}getSelectionEnd(){const t=this.instance.selection.getRange();return this.getIndexByRowColumn(t.end.row,t.end.column)}selectAll(){this.instance.selection.selectAll()}insertRaw(t){const e=this.instance.selection.getCursor(),i=this.instance.session.insert(e,t);this.instance.selection.setRange({start:e,end:i},!1)}setSelectionRange(t,e){this.setSelectionRangeIndices(t,e)}setPlaceHolder(t){}replaceUndoManager(){const{history:t}=this.jodit;this.instance.commands.addCommand({name:"Undo",bindKey:{win:"Ctrl-Z",mac:"Command-Z"},exec:()=>{t.undo()}}),this.instance.commands.addCommand({name:"Redo",bindKey:{win:"Ctrl-Shift-Z",mac:"Command-Shift-Z"},exec:()=>{t.redo()}})}}
|
|
1643
|
-
/*!
|
|
1644
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1645
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1646
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1647
|
-
*/class md extends Ad{constructor(){super(...arguments),this.autosize=this.j.async.debounce((()=>{this.instance.style.height="auto",this.instance.style.height=this.instance.scrollHeight+"px"}),this.j.defaultTimeout,!0)}init(t){this.instance=t.c.element("textarea",{class:"jodit-source__mirror",dir:"rtl"===t.o.direction?"rtl":void 0}),this.container.appendChild(this.instance),t.e.on(this.instance,"mousedown keydown touchstart input",t.async.debounce(this.toWYSIWYG,t.defaultTimeout)).on("setMinHeight.source",(t=>{li(this.instance,"minHeight",t)})).on(this.instance,"change keydown mousedown touchstart input",this.autosize).on("afterSetMode.source",this.autosize).on(this.instance,"mousedown focus blur",(e=>{t.e.fire(e.type,e)})),this.autosize(),this.onReady()}destruct(){xi.safeRemove(this.instance)}getValue(){return this.instance.value}setValue(t){this.instance.value=t}insertRaw(t){const e=this.getValue();if(this.getSelectionStart()>=0){const i=this.getSelectionStart(),o=this.getSelectionEnd();this.setValue(e.substring(0,i)+t+e.substring(o,e.length))}else this.setValue(e+t)}getSelectionStart(){return this.instance.selectionStart}getSelectionEnd(){return this.instance.selectionEnd}setSelectionRange(t,e=t){this.instance.setSelectionRange(t,e)}get isFocused(){return this.instance===this.j.od.activeElement}focus(){this.instance.focus()}blur(){this.instance.blur()}setPlaceHolder(t){ci(this.instance,"placeholder",t)}setReadOnly(t){ci(this.instance,"readonly",t?"true":null)}selectAll(){this.instance.select()}replaceUndoManager(){const{history:t}=this.jodit;this.j.e.on(this.instance,"keydown",(e=>{if((e.ctrlKey||e.metaKey)&&"z"===e.key)return e.shiftKey?t.redo():t.undo(),this.setSelectionRange(this.getValue().length),!1}))}}
|
|
1648
|
-
/*!
|
|
1649
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1650
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1651
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1652
|
-
*/function vd(t,e,i,o,r){let n;if(De(t))n=t(e);else switch(t){case"ace":if(!e.o.shadowRoot){n=new bd(e,i,o,r);break}default:n=new md(e,i,o,r)}return n.init(e),n.onReadyAlways((()=>{n.setReadOnly(e.o.readonly)})),n}
|
|
1653
|
-
/*!
|
|
1654
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1655
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1656
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1657
|
-
*/var jd=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};class wd extends qs{constructor(){super(...arguments),this.buttons=[{name:"source",group:"source"}],this.__lock=!1,this.__oldMirrorValue="",this.tempMarkerStart="{start-jodit-selection}",this.tempMarkerStartReg=/{start-jodit-selection}/g,this.tempMarkerEnd="{end-jodit-selection}",this.tempMarkerEndReg=/{end-jodit-selection}/g,this.getSelectionStart=()=>{var t,e;return null!==(e=null===(t=this.sourceEditor)||void 0===t?void 0:t.getSelectionStart())&&void 0!==e?e:0},this.getSelectionEnd=()=>{var t,e;return null!==(e=null===(t=this.sourceEditor)||void 0===t?void 0:t.getSelectionEnd())&&void 0!==e?e:0}}onInsertHTML(t){var e;if(!this.j.o.readonly&&!this.j.isEditorMode())return null===(e=this.sourceEditor)||void 0===e||e.insertRaw(t),this.toWYSIWYG(),!1}fromWYSIWYG(t=!1){if(!this.__lock||!0===t){this.__lock=!0;const t=this.j.getEditorValue(!1,Se);t!==this.getMirrorValue()&&this.setMirrorValue(t),this.__lock=!1}}toWYSIWYG(){if(this.__lock)return;const t=this.getMirrorValue();t!==this.__oldMirrorValue&&(this.__lock=!0,this.j.value=t,this.__lock=!1,this.__oldMirrorValue=t)}getNormalPosition(t,e){for(e=e.replace(/<(script|style|iframe)[^>]*>[^]*?<\/\1>/im,(t=>{let e="";for(let i=0;i<t.length;i+=1)e+=Kt;return e}));t>0&&e[t]===Kt;)t--;let i=t;for(;i>0;){if(i--,"<"===e[i]&&void 0!==e[i+1]&&e[i+1].match(/[\w/]+/i))return i;if(">"===e[i])return t}return t}clnInv(t){return t.replace(/[\uFEFF]/g,"")}onSelectAll(t){var e;if("selectall"===t.toLowerCase()&&this.j.getRealMode()===he)return null===(e=this.sourceEditor)||void 0===e||e.selectAll(),!1}getMirrorValue(){var t;return(null===(t=this.sourceEditor)||void 0===t?void 0:t.getValue())||""}setMirrorValue(t){var e;null===(e=this.sourceEditor)||void 0===e||e.setValue(t)}setFocusToMirror(){var t;const e=this.j.od.activeElement;e&&e!==this.j.od.body&&!this.j.container.contains(e)||null===(t=this.sourceEditor)||void 0===t||t.focus()}saveSelection(){if(this.j.getRealMode()===ue)this.j.s.save(),this.j.synchronizeValues(),this.fromWYSIWYG(!0);else{if(this.j.o.editHTMLDocumentMode)return;const t=this.getMirrorValue();if(this.getSelectionStart()===this.getSelectionEnd()){const e=this.j.s.marker(!0),i=this.getNormalPosition(this.getSelectionStart(),this.getMirrorValue());this.setMirrorValue(t.substring(0,i)+this.clnInv(e.outerHTML)+t.substring(i))}else{const e=this.j.s.marker(!0),i=this.j.s.marker(!1),o=this.getNormalPosition(this.getSelectionStart(),t),r=this.getNormalPosition(this.getSelectionEnd(),t);this.setMirrorValue(t.slice(0,o)+this.clnInv(e.outerHTML)+t.slice(o,r)+this.clnInv(i.outerHTML)+t.slice(r))}this.toWYSIWYG()}}removeSelection(){if(this.j.getRealMode()===ue)return this.__lock=!0,this.j.s.restore(),void(this.__lock=!1);let t=this.getMirrorValue(),e=0,i=0;try{if(t=t.replace(/<span[^>]+data-jodit-selection_marker=(["'])start\1[^>]*>[<>]*?<\/span>/gim,this.tempMarkerStart).replace(/<span[^>]+data-jodit-selection_marker=(["'])end\1[^>]*>[<>]*?<\/span>/gim,this.tempMarkerEnd),!this.j.o.editHTMLDocumentMode&&this.j.o.beautifyHTML){const e=this.j.e.fire("beautifyHTML",t);Le(e)&&(t=e)}if(e=t.indexOf(this.tempMarkerStart),i=e,t=t.replace(this.tempMarkerStartReg,""),-1!==e){const e=t.indexOf(this.tempMarkerEnd);-1!==e&&(i=e)}t=t.replace(this.tempMarkerEndReg,"")}finally{t=t.replace(this.tempMarkerEndReg,"").replace(this.tempMarkerStartReg,"")}this.setMirrorValue(t),this.setMirrorSelectionRange(e,i),this.toWYSIWYG(),this.setFocusToMirror()}setMirrorSelectionRange(t,e){var i;null===(i=this.sourceEditor)||void 0===i||i.setSelectionRange(t,e)}onReadonlyReact(){var t;null===(t=this.sourceEditor)||void 0===t||t.setReadOnly(this.j.o.readonly)}afterInit(t){if(this.mirrorContainer=t.c.div("jodit-source"),t.workplace.appendChild(this.mirrorContainer),t.e.on("afterAddPlace changePlace afterInit",(()=>{t.workplace.appendChild(this.mirrorContainer)})),this.sourceEditor=vd("area",t,this.mirrorContainer,this.toWYSIWYG,this.fromWYSIWYG),t.e.on(t.ow,"keydown",(t=>{var e;t.key===ie&&(null===(e=this.sourceEditor)||void 0===e?void 0:e.isFocused)&&this.sourceEditor.blur()})),this.onReadonlyReact(),t.e.on("placeholder.source",(t=>{var e;null===(e=this.sourceEditor)||void 0===e||e.setPlaceHolder(t)})).on("change.source",this.syncValueFromWYSIWYG).on("beautifyHTML",(t=>t)),t.o.beautifyHTML){const e=()=>{var e;if(t.isInDestruct)return!1;const i=t.ow.html_beautify;return!(!i||t.isInDestruct||(null===(e=t.events)||void 0===e||e.off("beautifyHTML").on("beautifyHTML",(t=>i(t))),0))};e()||ao(t,t.o.beautifyHTMLCDNUrlsJS).then(e,(()=>null))}this.syncValueFromWYSIWYG(!0),this.initSourceEditor(t)}syncValueFromWYSIWYG(t=!1){const e=this.j;e.getMode()!==pe&&e.getMode()!==he||this.fromWYSIWYG(t)}initSourceEditor(t){var e;if("area"!==t.o.sourceEditor){const e=vd(t.o.sourceEditor,t,this.mirrorContainer,this.toWYSIWYG,this.fromWYSIWYG);e.onReadyAlways((()=>{var i,o;null===(i=this.sourceEditor)||void 0===i||i.destruct(),this.sourceEditor=e,this.syncValueFromWYSIWYG(!0),null===(o=t.events)||void 0===o||o.fire("sourceEditorReady",t)}))}else null===(e=this.sourceEditor)||void 0===e||e.onReadyAlways((()=>{var e;this.syncValueFromWYSIWYG(!0),null===(e=t.events)||void 0===e||e.fire("sourceEditorReady",t)}))}beforeDestruct(){this.sourceEditor&&(this.sourceEditor.destruct(),delete this.sourceEditor),xi.safeRemove(this.mirrorContainer)}}jd([Or(":insertHTML.source")],wd.prototype,"onInsertHTML",null),jd([Fe],wd.prototype,"fromWYSIWYG",null),jd([Fe],wd.prototype,"toWYSIWYG",null),jd([Fe],wd.prototype,"getNormalPosition",null),jd([Or(":beforeCommand.source")],wd.prototype,"onSelectAll",null),jd([Or(":beforeSetMode.source")],wd.prototype,"saveSelection",null),jd([Or(":afterSetMode.source")],wd.prototype,"removeSelection",null),jd([Fe],wd.prototype,"setMirrorSelectionRange",null),jd([Or(":readonly.source")],wd.prototype,"onReadonlyReact",null),jd([Fe],wd.prototype,"syncValueFromWYSIWYG",null),mo.add("source",wd);const yd=5,_d=t=>{const e=document.documentElement,i=getComputedStyle(e),o=i.getPropertyValue("--mg-b-font-size").trim(),r=i.getPropertyValue("--mg-b-line-height").trim();if(""===o)throw new Error("mg-input-rich-text-editor: CSS variable --mg-b-font-size is not defined.");if(""===r)throw new Error("mg-input-rich-text-editor: CSS variable --mg-b-line-height is not defined.");const n=parseFloat(o.replace("rem","")),s=parseFloat(r),a=parseFloat(getComputedStyle(e).fontSize);return`${Math.round(n*a*s*t+.8*a*2+40+2)}px`},kd=["bold","italic","underline","strikethrough","eraser","|","ul","ol","|","superscript","subscript","|","brush","|","link","image","file","|","table","|","undo","redo","|","print","|","source"],xd=class{constructor(i){t(this,i),this.inputValid=e(this,"input-valid",7),this.valueChange=e(this,"value-change",7),this.hasDisplayedError=!1,this.customErrorMessage={lock:!1},this.value="",this.name=this.identifier,this.labelOnTop=!1,this.labelHide=!1,this.rows=5,this.required=!1,this.readonly=!1,this.disabled=!1,this.tooltipPosition="input",this.classCollection=new n(["mg-c-input--rich-text-editor"]),this.isEmpty=()=>{const t=this.editor.editor.textContent.trim();return!(r(t)&&"\n"!==t)},this.getPatternValidity=()=>{if(void 0===this.pattern)return!0;const t=this.editor.editor.textContent.trim();return new RegExp(`^${this.pattern}$`,"u").test(t)},this.checkValidity=()=>{this.setValidity(this.readonly||this.disabled||(!this.required||!this.isEmpty())&&this.getPatternValidity())},this.setErrorMessage=(t=!1)=>{this.errorMessage=void 0,this.valid||(t||this.customErrorMessage.lock&&void 0!==this.customErrorMessage.message?this.errorMessage=this.customErrorMessage.message:this.required&&this.isEmpty()?this.errorMessage=this.messages.errors.required:this.getPatternValidity()||(this.errorMessage=this.patternErrorMessage))},this.handleFocus=()=>{this.classCollection=new n(this.classCollection.classes)},this.handleBlur=()=>{this.classCollection=new n(this.classCollection.classes),this.readonly||(this.checkValidity(),this.setErrorMessage(),this.valid||(this.hasDisplayedError=!0))},this.handleTextChange=()=>{this.value=this.sanitizer.sanitize(this.editor.value),this.valueChange.emit(this.value),this.checkValidity(),this.hasDisplayedError&&this.setErrorMessage()},this.initializeSanitizer=()=>{this.sanitizer=new Mt(this.sanitizerOptions)}}watchReadonly(t){t?this.classCollection.add(a):this.classCollection.delete(a)}watchDisabled(t){var e,i,o;t?(this.classCollection.add(l),null===(e=this.editor)||void 0===e||e.setReadOnly(!0)):(this.classCollection.delete(l),null===(i=this.editor)||void 0===i||i.setReadOnly(!1));const r=null===(o=this.editor)||void 0===o?void 0:o.editor;void 0!==r&&(t?r.setAttribute("aria-disabled","true"):r.removeAttribute("aria-disabled"),r.tabIndex=t?-1:0)}handleValidityChange(){null!=this.editor&&(this.checkValidity(),this.hasDisplayedError&&(this.setErrorMessage(),this.hasDisplayedError=!1))}validatePattern(t){if(!(void 0===t||r(this.pattern)&&r(this.patternErrorMessage)))throw new Error(`<mg-input-rich-text-editor> props "pattern" and "patternErrorMessage" must be non-empty string and paired. Passed value: "pattern='${s(this.pattern)}'" and "patternErrorMessage='${s(this.patternErrorMessage)}'".`)}watchModules(t){if(!(void 0===t||Array.isArray(t)&&0!==t.length&&t.every(r)))throw new Error(`<mg-input-rich-text-editor> prop "modules" must be a non-empty array of strings. Passed value: "${s(t)}".`)}watchSanitizerOptions(t){if(void 0!==t&&("object"!=typeof t||null===t||Array.isArray(t)))throw new Error(`<mg-input-rich-text-editor> prop "sanitizerOptions" must be an object. Passed value: "${s(t)}".`);void 0!==this.sanitizer&&this.initializeSanitizer()}async setFocus(){var t;null===(t=this.editor)||void 0===t||t.focus()}async getEditorHTML(){return this.sanitizer.sanitize(this.editor.value)}async getEditorText(){return this.editor.editor.textContent.trim()}async displayError(){return new Promise((t=>{requestAnimationFrame((()=>{this.checkValidity(),this.setErrorMessage(),this.hasDisplayedError=this.invalid,t()}))}))}async setError(t,e,i=!1){if("boolean"!=typeof t)throw new Error('<mg-input-rich-text-editor> method "setError()" param "valid" must be a boolean.');if(void 0!==e&&!r(e))throw new Error('<mg-input-rich-text-editor> method "setError()" param "errorMessage" must be a string.');this.customErrorMessage={lock:!t&&i,message:t?void 0:e},this.setValidity(t),this.setErrorMessage(!0),this.hasDisplayedError=this.invalid}async reset(){if(!this.readonly)return this.value="",this.editor.value="",new Promise((t=>{requestAnimationFrame((()=>{this.customErrorMessage={lock:!1},this.checkValidity(),this.errorMessage=void 0,this.hasDisplayedError=!1,t()}))}))}setValidity(t){const e=this.valid;this.customErrorMessage.lock&&(void 0===this.customErrorMessage.message||t)||(this.valid=t),this.invalid=!this.valid,this.valid!==e&&this.inputValid.emit(this.valid)}componentWillLoad(){return this.messages=c(this.element).messages,d(this),this.validatePattern(this.pattern),this.validatePattern(this.patternErrorMessage),this.watchReadonly(this.readonly),this.watchDisabled(this.disabled),this.watchModules(this.modules),this.watchSanitizerOptions(this.sanitizerOptions),this.initializeSanitizer(),setTimeout((()=>{this.checkValidity()}),0)}componentDidLoad(){var t;this.readonly||(this.editor=((t,e,i)=>{const{value:o,modules:n,readOnly:s,disabled:a,placeholder:l,rows:d=yd,handleTextChange:c,handleFocus:u,handleBlur:h}=i,p={readonly:!0===s,activeButtonsInReadOnly:[],placeholder:l||"",tabIndex:!0===a?-1:0,buttons:n,showXPathInStatusbar:!1,showCharsCounter:!1,showWordsCounter:!1,toolbarAdaptive:!1,sourceEditor:"area",shadowRoot:t.shadowRoot,ownerDocument:t.shadowRoot.ownerDocument,ownerWindow:window,globalFullSize:!1,minHeight:_d(d),allowResizeTags:new Set(["img","table"]),resizer:{showSize:!0,hideSizeTimeout:1e3,useAspectRatio:new Set(["img"]),forImageChangeAttributes:!0,min_width:10,min_height:10},toolbarInline:!0,tableAllowCellSelection:!0,popup:{a:Xa.atom(["link","unlink","delete"])}},f=Xa.make(e,p),g=e.parentElement,A=(t,e)=>{g.querySelector(t).classList.add(e)},b=()=>g.querySelector(".jodit-toolbar__box"),m=()=>g.querySelector(".jodit-wysiwyg"),v=t=>null===t?null:Array.from(t.querySelectorAll("button:not([disabled])")).filter((e=>{const i=null!==e.offsetParent,o=t.contains(e),r=null!==e.closest(".jodit-popup, .jodit-dropdown");return i&&o&&!r}));A(".jodit-container","mg-c-input__container"),A(".jodit-toolbar__box","mg-c-input__toolbar-box"),A(".jodit-workplace","mg-c-input__workplace"),A(".jodit-wysiwyg","mg-c-input__wysiwyg");const j=b();if(null!==j){j.setAttribute("role","toolbar"),j.setAttribute("aria-label","Text formatting toolbar");const t=t=>{const e=t.target;if(!j.contains(e)||"BUTTON"!==e.tagName)return;const i=v(j);if(null===i||0===i.length)return;const o=i.indexOf(e);if(-1===o)return;let r=o;switch(t.key){case"ArrowLeft":t.preventDefault(),t.stopPropagation(),r=o>0?o-1:i.length-1,i[r].focus();break;case"ArrowRight":t.preventDefault(),t.stopPropagation(),r=o<i.length-1?o+1:0,i[r].focus();break;case"Home":t.preventDefault(),t.stopPropagation(),i[0].focus();break;case"End":t.preventDefault(),t.stopPropagation(),i[i.length-1].focus();break;case"Tab":break;default:return}},e=()=>{j.querySelectorAll("svg").forEach((t=>{t.setAttribute("aria-hidden","true")}))};e(),j.addEventListener("keydown",t,!0),new MutationObserver((()=>{e()})).observe(j,{childList:!0,subtree:!0,attributes:!0,attributeFilter:["disabled"]})}if(null!==m()){const i=m();if(null!==i){const o=e.getAttribute("aria-describedby");null!==o&&i.setAttribute("aria-describedby",o),i.setAttribute("role","textbox"),i.setAttribute("aria-multiline","true"),!0===a?i.setAttribute("aria-disabled","true"):i.removeAttribute("aria-disabled");const r=t.identifier;if(""!==r){g.removeAttribute("id"),i.id=r;const e=`${r}-title`,o=t.shadowRoot.querySelector("mg-input-title");null!=o&&(o.id!==e&&(o.id=e),o.addEventListener("click",(()=>{f.focus()}))),i.setAttribute("aria-labelledby",e)}new MutationObserver((()=>{const t=e.getAttribute("aria-describedby");null!==t?i.setAttribute("aria-describedby",t):i.removeAttribute("aria-describedby")})).observe(e,{attributes:!0,attributeFilter:["aria-describedby"]}),i.addEventListener("keydown",(t=>{if("Tab"!==t.key||!t.shiftKey)return;const e=v(b());null!==e&&e.length>0&&(t.preventDefault(),t.stopPropagation(),e[0].focus())}),!0)}}return r(o)&&(f.value=o),f.events.on("change",c),f.events.on("focus",u),f.events.on("blur",h),f})(this.element,this.editorElement,{modules:null!==(t=this.modules)&&void 0!==t?t:kd,readOnly:this.readonly||this.disabled,disabled:this.disabled,placeholder:this.placeholder,value:this.sanitizer.sanitize(this.value),rows:this.rows,handleTextChange:this.handleTextChange,handleBlur:this.handleBlur,handleFocus:this.handleFocus}),this.currentTitleElement=this.element.shadowRoot.querySelector("mg-input-title"))}componentDidRender(){if(void 0!==this.editor&&!this.readonly){const t=this.element.shadowRoot.querySelector("mg-input-title");null!==t&&t!==this.currentTitleElement&&(t.id=`${this.identifier}-title`,t.addEventListener("click",(()=>{var t;null===(t=this.editor)||void 0===t||t.focus()})),this.currentTitleElement=t)}}render(){return i("mg-input",{key:"0236e3c0a380087557c381077ad382029a6b7ec7",identifier:this.identifier,class:this.classCollection.join(),label:this.label,labelOnTop:this.labelOnTop,labelHide:this.labelHide,required:this.required,tooltip:this.tooltip,tooltipPosition:this.tooltipPosition,helpText:this.helpText,errorMessage:this.hasDisplayedError?this.errorMessage:void 0},this.readonly?i("div",{class:"mg-c-input__readonly-value",innerHTML:this.value}):i("div",{id:this.identifier,class:"mg-c-input__wrapper"},i("textarea",{name:this.name,ref:t=>{null!==t&&(this.editorElement=t)}})))}get element(){return o(this)}static get watchers(){return{readonly:[{watchReadonly:0},{handleValidityChange:0}],disabled:[{watchDisabled:0},{handleValidityChange:0}],required:[{handleValidityChange:0}],pattern:[{validatePattern:0}],patternErrorMessage:[{validatePattern:0}],modules:[{watchModules:0}],sanitizerOptions:[{watchSanitizerOptions:0}]}}};xd.style=":host{--jd-color-white:rgb(255 255 255);--jd-color-dark:rgb(76 76 76);--jd-color-default:var(--jd-color-dark);--jd-color-gray:rgb(218 218 218);--jd-color-gray-dark:rgb(165 165 165);--jd-color-red:rgb(255 59 59);--jd-color-blue:rgb(181 214 253);--jd-color-light-blue:rgb(181 214 253 / 50%);--jd-color-light-red:rgb(255 59 59 / 40%);--jd-color-error:var(--jd-color-red);--jd-color-background-default:var(--jd-color-white);--jd-color-background-light-gray:rgb(245 245 246);--jd-color-background-gray:var(--jd-color-gray);--jd-color-background-gray-hover:rgb(248 248 248);--jd-color-background-active:rgb(33 150 243);--jd-color-background-button-hover:rgb(236 235 233);--jd-color-background-button-hover-opacity30:rgb(234 234 234 / 30%);--jd-color-background-button-hover-opacity40:rgb(219 219 219 / 40%);--jd-color-background-button-hover-opacity60:rgb(219 219 219 / 60%);--jd-color-background-filebrowser-folders:rgb(248 249 250);--jd-color-background-progress:rgb(185 31 31);--jd-color-background-selection:rgb(181 214 253);--jd-color-background-selection-opacity50:rgb(181 214 253 / 99.5%);--jd-color-panel:rgb(249 249 249);--jd-color-source-area:rgb(50 50 50);--jd-info-background:rgb(233 233 233);--jd-color-border:var(--jd-color-gray);--jd-color-border-dark:var(--jd-color-dark);--jd-color-border-active:rgb(181 181 181);--jd-color-border-selected:rgb(30 136 229);--jd-color-separator:var(--jd-color-border);--jd-color-resizer:rgb(200 200 200);--jd-color-text:rgb(34 34 34);--jd-color-text-icons:rgb(0 0 0 / 75%);--jd-color-text-selection:var(--jd-color-white);--jd-color-icon:var(--jd-color-dark);--jd-color-label:var(--jd-color-gray-dark);--jd-color-placeholder:var(--jd-color-gray-dark);--jd-color-folder-title:rgb(177 177 177);--jd-color-selection:var(--jd-color-dark);--jd-color-button-background-hover:rgb(220 220 220);--jd-color-button-background-hover-opacity40:rgb(219 219 219 / 40%);--jd-color-button-background-hover-opacity60:rgb(219 219 219 / 60%);--jd-color-selection-area:rgb(189 189 189);--jd-color-table-cell-background-hover:rgb(0 0 0 / 5%);--jd-dark-background-color:rgb(87 87 87);--jd-dark-background-darknes:rgb(53 53 53);--jd-dark-background-ligher:rgb(192 192 192);--jd-dark-border-color:rgb(68 68 68);--jd-dark-color-border-selected:rgb(21 47 95);--jd-dark-icon-color:rgb(192 192 192);--jd-dark-text-color:rgb(209 204 204);--jd-dark-text-color-opacity50:rgb(206 206 206 / 50%);--jd-dark-text-color-opacity80:rgb(206 206 206 / 80%);--jd-dark-toolbar-color:rgb(95 92 92);--jd-dark-toolbar-seperator-color1:rgb(81 81 81 / 41%);--jd-dark-toolbar-seperator-color2:rgb(104 103 103);--jd-dark-toolbar-seperator-color3:rgb(105 105 105 / 75%);--jd-dark-toolbar-seperator-color-opacity80:rgb(105 105 105 / 80%);--jd-color-picker-cell-size:2.4rem;--jd-image-editor-resizer-border-color:rgb(5 255 0);--jd-image-editor-resizer-target-bg-color:rgb(140 120 120);--jd-image-editor-resizer-target-border-color:rgb(56 56 56);--jd-resizer-border-color:rgb(152 193 241);--jd-resizer-handle-color:rgb(91 164 243);--jd-resizer-handle-hover-color:rgb(83 126 187);--jd-em-color-bg:rgb(207 226 255);--jd-em-color-border:rgb(182 212 254);--jd-em-color-color:rgb(8 66 152);--jd-button-icon-size:1.4rem;--jd-button-trigger-size:1.4rem;--jd-button-df-size:calc((var(--jd-button-icon-size) - 0.4rem) * 2);--jd-button-size:calc(var(--jd-button-icon-size) + var(--jd-button-df-size) + var(--jd-margin-v) * 2);--jd-icon-size:1.2rem;--jd-icon-loader-size:4.8rem;--jd-height:1.8rem;--jd-height-element-default:1.8rem;--jd-height-search:3rem;--jd-input-height:3.2rem;--jd-switche-height:3.2rem;--jd-viewer-height:2.4rem;--jd-width-default:18rem;--jd-width-element-default:1.8rem;--jd-width-input-min:var(--jd-width-default);--jd-width-search:32rem;--jd-width-search-count-box:15%;--jd-width-search-input-box:60%;--jd-viewer-width:7rem;--jd-switche-width:6rem;--jd-col-size:15rem;--jd-first-column:31%;--jd-image-editor-resizer-target-size:padding-default;--jd-padding-default:0.8rem;--jd-margin-v:0.2rem;--jd-switche-slider-margin:0.4rem;--jd-em-padding:calc(1rem / 2) 1rem;--jd-resizer-handle-size:1rem;--jd-switche-slider-size:calc(var(--jd-switche-height) - var(--jd-switche-slider-margin) * 2);--jd-cols:4;--jd-border-radius-default:0.3rem;--jd-em-border-radius:0.375rem;--jd-font-default:-apple-system, blinkmacsystemfont, 'Segoe UI', roboto, oxygen-sans, ubuntu, cantarell, 'Helvetica Neue', sans-serif;--jd-font-size-default:1.4rem;--jd-font-size-small:1.1rem;--jd-em-font-size:1rem;--jd-box-shadow-1:0 0.8rem 1.6rem rgb(0 0 0 / 19%);--jd-box-shadow-blur:1.6rem;--jd-box-shadow-tabs:0 0.2rem 0.4rem rgb(0 0 0 / 10%);--jd-popup-box-shadow:0 0.4rem 0.1rem -0.2rem rgb(76 76 76 / 20%), 0 0.3rem 0.3rem 0 rgb(76 76 76 / 15%), 0 0.1rem 0.4rem 0 rgb(76 76 76 / 13%);--jd-popup-max-height:max(50vh, 35rem);--jd-focus-input-box-shadow:0 0 0 0.05rem rgb(0 123 255 / 25%);--jd-z-index-dialog:20000004;--jd-z-index-dialog-overlay:20000003;--jd-z-index-popup:10000001;--jd-z-index-full-size:100000;--jd-z-index-context-menu:30000005;--jd-z-index-tooltip:30000006;--jd-anl-color-new-line:var(--jd-color-border);--jd-anl-handle-offset:calc(100% - var(--jd-anl-handle-size));--jd-anl-handle-size:2rem;--jd-timeout-button-active:0.1s;--jd-transform-button-active:0.95;--jd-tooltip-color:rgb(255 255 255);--jd-tooltip-background-color:rgb(0 0 0 / 70%);--jd-tooltip-sfx-shadow:rgb(0 0 0 / 15%);--jd-tooltip-border-width:0;--jd-tooltip-border-color:rgb(229 229 229)}.jodit-ui-button-icon-text__icon{display:none}.jodit-ui-button-icon-text__icon:not(:empty){display:inline-flex}.jodit-ui-button-icon-text__text{display:none}.jodit-ui-button-icon-text__text:not(:empty){font-family:var(--jd-font-default);font-size:var(--jd-font-size-default);display:inline-flex;flex-grow:1;justify-content:center;text-overflow:ellipsis;overflow:hidden}.jodit-ui-button-icon-text_context_menu .jodit-ui-button-icon-text__text{position:relative;justify-content:left;padding-left:var(--jd-padding-default)}.jodit-ui-button-icon-text_context_menu .jodit-ui-button-icon-text__text::before{position:absolute;top:calc(var(--jd-padding-default) * -1);left:0;height:35px;border-left:1px solid var(--jd-color-border);content:''}.jodit-ui-button-icon-text__icon:not(:empty)+.jodit-ui-button-icon-text__text:not(:empty){margin-left:var(--jd-padding-default)}.jodit-ui-button-icon-text__icon:empty+.jodit-ui-button-icon-text__text:not(:empty){padding:0 var(--jd-padding-default)}.jodit-ui-button-clear{position:relative;box-sizing:border-box;padding:0;border:0;appearance:none;background:0 0;box-shadow:none;font-style:normal;outline:0;text-align:center;text-decoration:none;text-transform:none;user-select:none}.jodit-ui-button_clear{position:relative;box-sizing:border-box;padding:0;border:0;appearance:none;background:0 0;box-shadow:none;font-style:normal;outline:0;text-align:center;text-decoration:none;text-transform:none;user-select:none}.jodit-ui-button-sizes{min-width:34px;height:34px}.jodit-ui-button-sizes .jodit-icon{width:14px;height:14px}.jodit-ui-button-sizes button{min-width:34px;height:34px;padding:0;appearance:none}.jodit-ui-button-sizes_text-icons_true button{padding:0 var(--jd-padding-default)}.jodit-ui-button-sizes_size_tiny{min-width:16px;height:16px}.jodit-ui-button-sizes_size_tiny .jodit-icon{width:8px;height:8px}.jodit-ui-button-sizes_size_tiny button{min-width:16px;height:16px;padding:0;appearance:none}.jodit-ui-button-sizes_size_tiny_text-icons_true button{padding:0 var(--jd-padding-default)}.jodit-ui-button-sizes_size_xsmall{min-width:22px;height:22px}.jodit-ui-button-sizes_size_xsmall .jodit-icon{width:10px;height:10px}.jodit-ui-button-sizes_size_xsmall button{min-width:22px;height:22px;padding:0;appearance:none}.jodit-ui-button-sizes_size_xsmall_text-icons_true button{padding:0 var(--jd-padding-default)}.jodit-ui-button-sizes_size_small{min-width:28px;height:28px}.jodit-ui-button-sizes_size_small .jodit-icon{width:12px;height:12px}.jodit-ui-button-sizes_size_small button{min-width:28px;height:28px;padding:0;appearance:none}.jodit-ui-button-sizes_size_small_text-icons_true button{padding:0 var(--jd-padding-default)}.jodit-ui-button-sizes_size_large{min-width:40px;height:40px}.jodit-ui-button-sizes_size_large .jodit-icon{width:16px;height:16px}.jodit-ui-button-sizes_size_large button{min-width:40px;height:40px;padding:0;appearance:none}.jodit-ui-button-sizes_size_large_text-icons_true button{padding:0 var(--jd-padding-default)}.jodit-ui-button-variants_variant_outline{border:1px solid var(--jd-color-border)}.jodit-ui-button-variants_variant_default{background-color:#e3e3e3;color:#212529}.jodit-ui-button-variants_variant_default svg{fill:#212529;stroke:#212529}.jodit-ui-button-variants_variant_default [disabled]{opacity:0.7}.jodit-ui-button-variants_variant_default:hover:not([disabled]){background-color:#c9cdd1;color:#212529}.jodit-ui-button-variants_variant_default:hover:not([disabled]) svg{fill:#212529;stroke:#212529}.jodit-ui-button-variants_variant_default:active:not([disabled]){background-color:#dae0e5;color:#212529}.jodit-ui-button-variants_variant_default:active:not([disabled]) svg{fill:#212529;stroke:#212529}.jodit-ui-button-variants_variant_default:focus:not([disabled]){outline:1px dashed #dae0e5}.jodit-ui-button-variants_variant_primary{background-color:#007bff;color:#fff}.jodit-ui-button-variants_variant_primary svg{fill:#fff;stroke:#fff}.jodit-ui-button-variants_variant_primary [disabled]{opacity:0.7}.jodit-ui-button-variants_variant_primary:hover:not([disabled]){background-color:#0069d9;color:#fff}.jodit-ui-button-variants_variant_primary:hover:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-ui-button-variants_variant_primary:active:not([disabled]){background-color:#0062cc;color:#fff}.jodit-ui-button-variants_variant_primary:active:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-ui-button-variants_variant_primary:focus:not([disabled]){outline:1px dashed #0062cc}.jodit-ui-button-variants_variant_secondary{background-color:#d8d8d8;color:#212529;border-radius:0}.jodit-ui-button-variants_variant_secondary svg{fill:#212529;stroke:#212529}.jodit-ui-button-variants_variant_secondary [disabled]{opacity:0.7}.jodit-ui-button-variants_variant_secondary:hover:not([disabled]){background-color:#c9cdd1;color:#212529}.jodit-ui-button-variants_variant_secondary:hover:not([disabled]) svg{fill:#212529;stroke:#212529}.jodit-ui-button-variants_variant_secondary:active:not([disabled]){background-color:#dae0e5;color:#212529}.jodit-ui-button-variants_variant_secondary:active:not([disabled]) svg{fill:#212529;stroke:#212529}.jodit-ui-button-variants_variant_secondary:focus:not([disabled]){outline:1px dashed #dae0e5}.jodit-ui-button-variants_variant_success{background-color:#28a745;color:#fff}.jodit-ui-button-variants_variant_success svg{fill:#fff;stroke:#fff}.jodit-ui-button-variants_variant_success [disabled]{opacity:0.7}.jodit-ui-button-variants_variant_success:hover:not([disabled]){background-color:#218838;color:#fff}.jodit-ui-button-variants_variant_success:hover:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-ui-button-variants_variant_success:active:not([disabled]){background-color:#1e7e34;color:#fff}.jodit-ui-button-variants_variant_success:active:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-ui-button-variants_variant_success:focus:not([disabled]){outline:1px dashed #1e7e34}.jodit-ui-button-variants_variant_danger{background-color:#dc3545;color:#fff}.jodit-ui-button-variants_variant_danger svg{fill:#fff;stroke:#fff}.jodit-ui-button-variants_variant_danger [disabled]{opacity:0.7}.jodit-ui-button-variants_variant_danger:hover:not([disabled]){background-color:#c82333;color:#fff}.jodit-ui-button-variants_variant_danger:hover:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-ui-button-variants_variant_danger:active:not([disabled]){background-color:#bd2130;color:#fff}.jodit-ui-button-variants_variant_danger:active:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-ui-button-variants_variant_danger:focus:not([disabled]){outline:1px dashed #bd2130}.jodit-ui-button-style{display:inline-flex;align-items:center;justify-content:center;padding:0 var(--jd-padding-default);border-radius:var(--jd-border-radius-default);color:var(--jd-color-text-icons)}.jodit-ui-button{position:relative;box-sizing:border-box;padding:0;border:0;appearance:none;background:0 0;box-shadow:none;font-style:normal;outline:0;text-align:center;text-decoration:none;text-transform:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;padding:0 var(--jd-padding-default);border-radius:var(--jd-border-radius-default);color:var(--jd-color-text-icons);cursor:pointer;min-width:34px;height:34px}.jodit-ui-button:hover:not([disabled]),.jodit-ui-button:focus-visible:not([disabled]){background-color:var(--jd-color-button-background-hover);opacity:1;outline:0}.jodit-ui-button:active:not([disabled]),.jodit-ui-button[aria-pressed='true']:not([disabled]){background-color:var(--jd-color-button-background-hover-opacity40);outline:0}.jodit-ui-button[aria-pressed='true']:hover:not([disabled]){background-color:var(--jd-color-button-background-hover-opacity60)}.jodit-ui-button[disabled]{opacity:0.3;pointer-events:none}.jodit-ui-button .jodit-icon{width:14px;height:14px}.jodit-ui-button button{min-width:34px;height:34px;padding:0;appearance:none}.jodit-ui-button_text-icons_true button{padding:0 var(--jd-padding-default)}.jodit-ui-button_size_tiny{min-width:16px;height:16px}.jodit-ui-button_size_tiny .jodit-icon{width:8px;height:8px}.jodit-ui-button_size_tiny button{min-width:16px;height:16px;padding:0;appearance:none}.jodit-ui-button_size_tiny_text-icons_true button{padding:0 var(--jd-padding-default)}.jodit-ui-button_size_xsmall{min-width:22px;height:22px}.jodit-ui-button_size_xsmall .jodit-icon{width:10px;height:10px}.jodit-ui-button_size_xsmall button{min-width:22px;height:22px;padding:0;appearance:none}.jodit-ui-button_size_xsmall_text-icons_true button{padding:0 var(--jd-padding-default)}.jodit-ui-button_size_small{min-width:28px;height:28px}.jodit-ui-button_size_small .jodit-icon{width:12px;height:12px}.jodit-ui-button_size_small button{min-width:28px;height:28px;padding:0;appearance:none}.jodit-ui-button_size_small_text-icons_true button{padding:0 var(--jd-padding-default)}.jodit-ui-button_size_large{min-width:40px;height:40px}.jodit-ui-button_size_large .jodit-icon{width:16px;height:16px}.jodit-ui-button_size_large button{min-width:40px;height:40px;padding:0;appearance:none}.jodit-ui-button_size_large_text-icons_true button{padding:0 var(--jd-padding-default)}.jodit-ui-button__icon{display:none}.jodit-ui-button__icon:not(:empty){display:inline-flex}.jodit-ui-button__text{display:none}.jodit-ui-button__text:not(:empty){font-family:var(--jd-font-default);font-size:var(--jd-font-size-default);display:inline-flex;flex-grow:1;justify-content:center;text-overflow:ellipsis;overflow:hidden}.jodit-ui-button_context_menu .jodit-ui-button__text{position:relative;justify-content:left;padding-left:var(--jd-padding-default)}.jodit-ui-button_context_menu .jodit-ui-button__text::before{position:absolute;top:calc(var(--jd-padding-default) * -1);left:0;height:35px;border-left:1px solid var(--jd-color-border);content:''}.jodit-ui-button__icon:not(:empty)+.jodit-ui-button__text:not(:empty){margin-left:var(--jd-padding-default)}.jodit-ui-button__icon:empty+.jodit-ui-button__text:not(:empty){padding:0 var(--jd-padding-default)}.jodit-ui-button:focus:not([disabled]){outline:1px dashed var(--jd-color-background-selection)}.jodit-ui-button_variant_outline{border:1px solid var(--jd-color-border)}.jodit-ui-button_variant_default{background-color:#e3e3e3;color:#212529}.jodit-ui-button_variant_default svg{fill:#212529;stroke:#212529}.jodit-ui-button_variant_default [disabled]{opacity:0.7}.jodit-ui-button_variant_default:hover:not([disabled]){background-color:#c9cdd1;color:#212529}.jodit-ui-button_variant_default:hover:not([disabled]) svg{fill:#212529;stroke:#212529}.jodit-ui-button_variant_default:active:not([disabled]){background-color:#dae0e5;color:#212529}.jodit-ui-button_variant_default:active:not([disabled]) svg{fill:#212529;stroke:#212529}.jodit-ui-button_variant_default:focus:not([disabled]){outline:1px dashed #dae0e5}.jodit-ui-button_variant_primary{background-color:#007bff;color:#fff}.jodit-ui-button_variant_primary svg{fill:#fff;stroke:#fff}.jodit-ui-button_variant_primary [disabled]{opacity:0.7}.jodit-ui-button_variant_primary:hover:not([disabled]){background-color:#0069d9;color:#fff}.jodit-ui-button_variant_primary:hover:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-ui-button_variant_primary:active:not([disabled]){background-color:#0062cc;color:#fff}.jodit-ui-button_variant_primary:active:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-ui-button_variant_primary:focus:not([disabled]){outline:1px dashed #0062cc}.jodit-ui-button_variant_secondary{background-color:#d8d8d8;color:#212529;border-radius:0}.jodit-ui-button_variant_secondary svg{fill:#212529;stroke:#212529}.jodit-ui-button_variant_secondary [disabled]{opacity:0.7}.jodit-ui-button_variant_secondary:hover:not([disabled]){background-color:#c9cdd1;color:#212529}.jodit-ui-button_variant_secondary:hover:not([disabled]) svg{fill:#212529;stroke:#212529}.jodit-ui-button_variant_secondary:active:not([disabled]){background-color:#dae0e5;color:#212529}.jodit-ui-button_variant_secondary:active:not([disabled]) svg{fill:#212529;stroke:#212529}.jodit-ui-button_variant_secondary:focus:not([disabled]){outline:1px dashed #dae0e5}.jodit-ui-button_variant_success{background-color:#28a745;color:#fff}.jodit-ui-button_variant_success svg{fill:#fff;stroke:#fff}.jodit-ui-button_variant_success [disabled]{opacity:0.7}.jodit-ui-button_variant_success:hover:not([disabled]){background-color:#218838;color:#fff}.jodit-ui-button_variant_success:hover:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-ui-button_variant_success:active:not([disabled]){background-color:#1e7e34;color:#fff}.jodit-ui-button_variant_success:active:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-ui-button_variant_success:focus:not([disabled]){outline:1px dashed #1e7e34}.jodit-ui-button_variant_danger{background-color:#dc3545;color:#fff}.jodit-ui-button_variant_danger svg{fill:#fff;stroke:#fff}.jodit-ui-button_variant_danger [disabled]{opacity:0.7}.jodit-ui-button_variant_danger:hover:not([disabled]){background-color:#c82333;color:#fff}.jodit-ui-button_variant_danger:hover:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-ui-button_variant_danger:active:not([disabled]){background-color:#bd2130;color:#fff}.jodit-ui-button_variant_danger:active:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-ui-button_variant_danger:focus:not([disabled]){outline:1px dashed #bd2130}.jodit-ui-group{display:inline-flex;max-width:100%;flex:0 0 auto;flex-shrink:0;flex-wrap:wrap}.jodit-ui-group_line_true{display:flex;justify-content:stretch}.jodit-ui-group_separated_true:not(:last-child):not(.jodit-ui-group_before-spacer_true)::after{content:'';padding:0;border-right:1px solid var(--jd-color-border);border-left:0;margin:2px;cursor:default}.jodit-ui-group:last-child{border-bottom:0}.jodit-ui-button-group{margin-bottom:var(--jd-padding-default)}.jodit-ui-button-group__label{display:block;margin-bottom:calc(var(--jd-padding-default) / 4);color:var(--jd-color-label);font-size:0.8em}.jodit-ui-button-group__options{display:flex;justify-content:flex-start}.jodit-ui-button-group .jodit-ui-button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.jodit-ui-button-group .jodit-ui-button+.jodit-ui-button{border-left:1px solid var(--jd-color-button-background-hover-opacity40);border-bottom-left-radius:0;border-top-left-radius:0}.jodit-ui-button-group .jodit-ui-button[aria-pressed='true']:not([disabled]){border-left:0;background-color:var(--jd-color-button-background-hover);box-shadow:inset 0 0 3px 0 var(--jd-color-dark);color:var(--jd-color-dark);outline:0}.jodit-ui-button-group .jodit-ui-button[aria-pressed='true']:not([disabled])+.jodit-ui-button{border:0}:root{--jd-tooltip-color:#fff;--jd-tooltip-background-color:rgba(0, 0, 0, 0.7);--jd-tooltip-sfx-shadow:rgba(0, 0, 0, 0.15);--jd-tooltip-border-width:0;--jd-tooltip-border-color:#e5e5e5}.jodit-ui-tooltip{position:fixed;z-index:var(--jd-z-index-tooltip);width:auto;max-width:120px;border-radius:4px;animation-fill-mode:forwards;animation-timing-function:ease-out;background-clip:padding-box;background-color:var(--jd-tooltip-background-color);box-shadow:0 0 0 var(--jd-tooltip-border-width) var(--jd-tooltip-border-color), 0 8px 20px var(--jd-tooltip-border-width) var(--jd-tooltip-sfx-shadow);color:var(--jd-tooltip-color);font-family:var(--jd-font-default);font-size:var(--jd-font-size-small);line-height:1.4;opacity:0;outline:none;text-rendering:optimizelegibility;transform:translate(-50%, calc(var(--jd-padding-default) / 2));transition:opacity 0.2s ease 0s;user-select:none;white-space:normal;pointer-events:none}@media (max-width: 768px){.jodit-ui-tooltip{display:none}}.jodit-ui-tooltip__content{padding:calc(var(--jd-padding-default) / 2) calc(var(--jd-padding-default) * 1.5)}.jodit-ui-tooltip.jodit-ui-tooltip_visible_true{opacity:1}.jodit-ui-tooltip.jodit-ui-tooltip_above_true{transform:translate(-50%, calc(var(--jd-padding-default) / -2))}.jodit-ui-block{display:flex;align-items:center;justify-content:stretch;margin-bottom:var(--jd-padding-default)}.jodit-ui-block>.jodit-ui-input,.jodit-ui-block>.jodit-ui-select{flex:1}.jodit-ui-block_width_full{width:100%}.jodit-ui-block_align_full{justify-content:space-between}.jodit-ui-block_align_right{justify-content:flex-end}.jodit-ui-block_padding_true{padding:var(--jd-padding-default)}.jodit-ui-label{display:block;margin-bottom:calc(var(--jd-padding-default) / 4);color:var(--jd-color-label);font-size:0.8em}.jodit-ui-input{display:flex;flex-direction:column;margin-bottom:var(--jd-padding-default)}.jodit-ui-input__input{font-family:var(--jd-font-default);font-size:var(--jd-font-size-default);width:100%;height:var(--jd-input-height);box-sizing:border-box;padding:0 var(--jd-padding-default);border:1px solid var(--jd-color-border);border-radius:0;appearance:none;background-color:var(--jd-color-white);line-height:1.2;outline:none;border:0}.jodit-ui-input__input[disabled]{background-color:#f0f0f0;color:var(--jd-color-border)}.jodit-ui-input__input_has-error_true{border-color:var(--jd-color-red)}.jodit-ui-input__input:focus{outline:0}.jodit-ui-input_theme_dark .jodit-ui-input__input{background-color:var(--jd-color-gray)}.jodit-ui-input_has-error_true .jodit-ui-input__input{border-color:var(--jd-color-red)}.jodit-ui-input__error,.jodit-ui-input__label{display:block;margin-bottom:calc(var(--jd-padding-default) / 4);color:var(--jd-color-label);font-size:0.8em}.jodit-ui-input_has-error_true .jodit-ui-input__label,.jodit-ui-input__error{color:var(--jd-color-error)}.jodit-ui-input__wrapper{display:flex;min-width:200px;align-items:center;justify-content:stretch;border:1px solid var(--jd-color-border);background-color:var(--jd-color-white)}@media (max-width: 480px){.jodit-ui-input__wrapper{min-width:140px}}.jodit-ui-input_theme_dark .jodit-ui-input__wrapper{border-color:var(--jd-color-border);background-color:var(--jd-color-gray)}.jodit-ui-input_focused_true .jodit-ui-input__wrapper{border-color:var(--jd-color-border-selected)}.jodit-ui-input__icon:not(:empty){display:flex;align-items:center;padding:0 var(--jd-padding-default)}.jodit-ui-input__icon:not(:empty) svg{width:16px;height:16px;fill:var(--jd-color-border)}.jodit-ui-input__icon:not(:empty)+.jodit-ui-input__input{padding-left:0}.jodit-ui-input__clear{display:flex;align-items:center;padding:0 var(--jd-padding-default) 0 0;opacity:0.8}.jodit-ui-input__clear:active{opacity:1;transform:scale(1.1, 1.1)}.jodit-ui-input__clear svg{width:12px;height:12px;fill:var(--jd-color-border)}.jodit-ui-input_theme_dark .jodit-ui-input__icon svg,.jodit-ui-input_theme_dark .jodit-ui-input__clear svg{fill:var(--jd-color-dark)}.jodit-ui-block .jodit-ui-input{margin-bottom:0}.jodit-ui-select{display:flex;flex-direction:column;margin-bottom:var(--jd-padding-default)}.jodit-ui-select__input{font-family:var(--jd-font-default);font-size:var(--jd-font-size-default);width:100%;height:var(--jd-input-height);box-sizing:border-box;padding:0 var(--jd-padding-default);border:1px solid var(--jd-color-border);border-radius:0;appearance:none;background-color:var(--jd-color-white);line-height:1.2;outline:none;border:0}.jodit-ui-select__input[disabled]{background-color:#f0f0f0;color:var(--jd-color-border)}.jodit-ui-select__input_has-error_true{border-color:var(--jd-color-red)}.jodit-ui-select__input:focus{outline:0}.jodit-ui-select_theme_dark .jodit-ui-select__input{background-color:var(--jd-color-gray)}.jodit-ui-select_has-error_true .jodit-ui-select__input{border-color:var(--jd-color-red)}.jodit-ui-select__error,.jodit-ui-select__label{display:block;margin-bottom:calc(var(--jd-padding-default) / 4);color:var(--jd-color-label);font-size:0.8em}.jodit-ui-select_has-error_true .jodit-ui-select__label,.jodit-ui-select__error{color:var(--jd-color-error)}.jodit-ui-select__wrapper{display:flex;min-width:200px;align-items:center;justify-content:stretch;border:1px solid var(--jd-color-border);background-color:var(--jd-color-white)}@media (max-width: 480px){.jodit-ui-select__wrapper{min-width:140px}}.jodit-ui-select_theme_dark .jodit-ui-select__wrapper{border-color:var(--jd-color-border);background-color:var(--jd-color-gray)}.jodit-ui-select_focused_true .jodit-ui-select__wrapper{border-color:var(--jd-color-border-selected)}.jodit-ui-select__icon:not(:empty){display:flex;align-items:center;padding:0 var(--jd-padding-default)}.jodit-ui-select__icon:not(:empty) svg{width:16px;height:16px;fill:var(--jd-color-border)}.jodit-ui-select__icon:not(:empty)+.jodit-ui-select__input{padding-left:0}.jodit-ui-select__clear{display:flex;align-items:center;padding:0 var(--jd-padding-default) 0 0;opacity:0.8}.jodit-ui-select__clear:active{opacity:1;transform:scale(1.1, 1.1)}.jodit-ui-select__clear svg{width:12px;height:12px;fill:var(--jd-color-border)}.jodit-ui-select_theme_dark .jodit-ui-select__icon svg,.jodit-ui-select_theme_dark .jodit-ui-select__clear svg{fill:var(--jd-color-dark)}.jodit-ui-select__input[multiple]{height:auto;padding:0}.jodit-ui-select__input[multiple] option{padding:calc(var(--jd-padding-default) * 0.5) var(--jd-padding-default)}.jodit-ui-select__input:not([multiple]){padding-right:calc(var(--jd-padding-default) * 2);background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4.95 10%27%3E%3Cpath d=%27m1.41 4.67 1.07-1.49 1.06 1.49zM3.54 5.33 2.48 6.82 1.41 5.33z%27 fill=%27%23444%27/%3E%3C/svg%3E\");background-position:98% 50%;background-repeat:no-repeat}.jodit-ui-select_size_tiny{margin-bottom:0}.jodit-ui-select_size_tiny .jodit-ui-select__input{--jd-height:calc(var(--jd-input-height) / 1.8);height:var(--jd-height);line-height:var(--jd-height)}.jodit-ui-select_variant_outline .jodit-ui-select__wrapper{border:0}.jodit-ui-select_variant_outline .jodit-ui-select__wrapper select{outline:0}.jodit-ui-select_width_auto{width:auto}.jodit-ui-select_width_auto .jodit-ui-select__wrapper{min-width:auto}.jodit-ui-text-area{display:flex;flex-direction:column;margin-bottom:var(--jd-padding-default);width:100%}.jodit-ui-text-area__input{font-family:var(--jd-font-default);font-size:var(--jd-font-size-default);width:100%;height:var(--jd-input-height);box-sizing:border-box;padding:0 var(--jd-padding-default);border:1px solid var(--jd-color-border);border-radius:0;appearance:none;background-color:var(--jd-color-white);line-height:1.2;outline:none;border:0}.jodit-ui-text-area__input[disabled]{background-color:#f0f0f0;color:var(--jd-color-border)}.jodit-ui-text-area__input_has-error_true{border-color:var(--jd-color-red)}.jodit-ui-text-area__input:focus{outline:0}.jodit-ui-text-area_theme_dark .jodit-ui-text-area__input{background-color:var(--jd-color-gray)}.jodit-ui-text-area_has-error_true .jodit-ui-text-area__input{border-color:var(--jd-color-red)}.jodit-ui-text-area__error,.jodit-ui-text-area__label{display:block;margin-bottom:calc(var(--jd-padding-default) / 4);color:var(--jd-color-label);font-size:0.8em}.jodit-ui-text-area_has-error_true .jodit-ui-text-area__label,.jodit-ui-text-area__error{color:var(--jd-color-error)}.jodit-ui-text-area__wrapper{display:flex;min-width:200px;align-items:center;justify-content:stretch;border:1px solid var(--jd-color-border);background-color:var(--jd-color-white)}@media (max-width: 480px){.jodit-ui-text-area__wrapper{min-width:140px}}.jodit-ui-text-area_theme_dark .jodit-ui-text-area__wrapper{border-color:var(--jd-color-border);background-color:var(--jd-color-gray)}.jodit-ui-text-area_focused_true .jodit-ui-text-area__wrapper{border-color:var(--jd-color-border-selected)}.jodit-ui-text-area__icon:not(:empty){display:flex;align-items:center;padding:0 var(--jd-padding-default)}.jodit-ui-text-area__icon:not(:empty) svg{width:16px;height:16px;fill:var(--jd-color-border)}.jodit-ui-text-area__icon:not(:empty)+.jodit-ui-text-area__input{padding-left:0}.jodit-ui-text-area__clear{display:flex;align-items:center;padding:0 var(--jd-padding-default) 0 0;opacity:0.8}.jodit-ui-text-area__clear:active{opacity:1;transform:scale(1.1, 1.1)}.jodit-ui-text-area__clear svg{width:12px;height:12px;fill:var(--jd-color-border)}.jodit-ui-text-area_theme_dark .jodit-ui-text-area__icon svg,.jodit-ui-text-area_theme_dark .jodit-ui-text-area__clear svg{fill:var(--jd-color-dark)}.jodit-ui-text-area__wrapper{flex:1}.jodit-ui-text-area__input{height:100%;min-height:60px;padding:var(--jd-padding-default)}.jodit-ui-checkbox{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-end;margin-bottom:var(--jd-padding-default)}.jodit-ui-checkbox__input{margin-right:var(--jd-padding-default)}.jodit-ui-checkbox_switch_true .jodit-ui-checkbox__wrapper{position:relative;display:inline-block;width:60px;height:34px;margin-right:var(--jd-padding-default)}.jodit-ui-checkbox_switch_true .jodit-ui-checkbox__wrapper input{width:0;height:0;opacity:0}.jodit-ui-checkbox_switch_true .jodit-ui-checkbox__switch-slider{position:absolute;border-radius:34px;background-color:#ccc;cursor:pointer;inset:0;transition:0.4s}.jodit-ui-checkbox_switch_true .jodit-ui-checkbox__switch-slider::before{position:absolute;bottom:4px;left:4px;width:26px;height:26px;border-radius:50%;background-color:white;content:'';transition:0.4s}.jodit-ui-checkbox_switch_true.jodit-ui-checkbox_checked_true .jodit-ui-checkbox__switch-slider{background-color:#2196f3}.jodit-ui-checkbox_switch_true.jodit-ui-checkbox_checked_true .jodit-ui-checkbox__switch-slider::before{transform:translateX(26px)}.jodit-ui-checkbox_switch_true.jodit-ui-checkbox_focused_true .jodit-ui-checkbox__switch-slider{box-shadow:0 0 1px #2196f3}.jodit-ui-block .jodit-ui-checkbox{margin-bottom:0}.jodit-ui-file-input{position:relative;overflow:hidden}.jodit-ui-file-input__input{position:absolute;top:0;right:0;bottom:0;padding:0;margin:0 calc(var(--jd-padding-default) * -1) 0 0;cursor:pointer;font-size:400px;opacity:0}.jodit-ui-list{display:flex;flex-direction:column}.jodit-ui-list_mode_vertical .jodit-ui-group{flex-direction:column;border:0;background-color:transparent}.jodit-ui-list_mode_vertical .jodit-toolbar-button{height:auto;min-height:var(--jd-button-size)}.jodit-ui-list_mode_vertical .jodit-toolbar-button__button{width:100%;height:auto;min-height:var(--jd-button-size);cursor:pointer}.jodit-ui-list_mode_vertical .jodit-toolbar-button__text:not(:empty){justify-content:left}.jodit-ui-separator{padding:0;border-right:1px solid var(--jd-color-border);border-left:0;margin:2px;cursor:default}.jodit-ui-break{width:0;height:0 !important;flex-basis:100%;border-top:1px solid var(--jd-color-border)}.jodit-ui-spacer{flex:1}:root{--jd-popup-box-shadow:0 4px 1px -2px rgba(76, 76, 76, 0.2), 0 3px 3px 0 rgba(76, 76, 76, 0.15), 0 1px 4px 0 rgba(76, 76, 76, 0.13);--jd-popup-max-height:max(50vh, 350px)}.jodit-popup{position:static;width:auto;max-width:none;height:auto;padding:0;border:0;margin:0;background:0 0;float:none;outline:0;position:fixed;z-index:var(--jd-z-index-popup);display:inline-block;box-shadow:var(--jd-popup-box-shadow);transform:translate3d(0, 0, 0)}.jodit-popup__content{font-family:var(--jd-font-default);font-size:var(--jd-font-size-default);overflow:auto;max-height:var(--jd-popup-max-height, 400px);padding:var(--jd-padding-default);background:var(--jd-color-background-default);overflow-scrolling:touch}.jodit-popup_padding_false .jodit-popup__content{padding:0}.jodit-popup_max-height_false .jodit-popup__content{max-height:fit-content}@keyframes pulse{30%{opacity:0.6}60%{opacity:0}100%{opacity:0.6}}.jodit-progress-bar{position:absolute;z-index:var(--jd-z-index-tooltip);top:0;left:0;height:2px;border-radius:1px;opacity:0.7}.jodit-progress-bar div{position:relative;height:2px;background:var(--jd-color-background-progress);transition:width 500ms ease-out, opacity 500ms linear;will-change:width, opacity}.jodit-progress-bar div::before,.jodit-progress-bar div::after{position:absolute;top:0;display:inline-block;height:2px;border-radius:100%;animation:pulse 2s ease-out 0s infinite;box-shadow:var(--jd-color-background-progress) 1px 0 6px 1px;content:'';opacity:0.6}.jodit-progress-bar div::before{right:-80px;width:180px;clip:rect(-6px, 90px, 14px, -6px)}.jodit-progress-bar div::after{right:0;width:20px;clip:rect(-6px, 22px, 14px, var(--jd-padding-default))}.jodit-progress-bar__file-animation{position:fixed;width:32px;height:32px;opacity:0.8;pointer-events:none;z-index:2147483647;transform:scale(1);transition:left 800ms ease-in, top 800ms ease-in, opacity 800ms ease-in, transform 800ms ease-in}.jodit-progress-bar__file-animation svg{width:100%;height:100%;fill:var(--jd-color-background-progress)}:root{--jd-em-color-border:#b6d4fe;--jd-em-color-bg:#cfe2ff;--jd-em-color-color:#084298;--jd-em-border-radius:0.375rem;--jd-em-padding:calc(1rem / 2) 1rem;--jd-em-font-size:1rem}.jodit-ui-messages{position:absolute;z-index:3;right:0;bottom:0;overflow:visible;width:0;height:0}.jodit-ui-message{position:absolute;right:calc(var(--jd-padding-default) / 2);bottom:0;display:block;padding:var(--jd-em-padding);border:1px solid var(--jd-em-color-border);border-radius:var(--jd-em-border-radius);background:var(--jd-em-color-bg);color:var(--jd-em-color-color);cursor:pointer;font-size:var(--jd-em-font-size);opacity:0;transition:opacity 0.1s linear, bottom 0.3s linear, transform 0.1s ease-out;white-space:pre}.jodit-ui-message_active_true{opacity:1}.jodit-ui-message:active{transform:scale(0.76)}.jodit-ui-message_variant_secondary{--jd-em-color-border:#d3d6d8;--jd-em-color-bg:#e2e3e5;--jd-em-color-color:#41464b;border-color:var(--jd-em-color-border);background:var(--jd-em-color-bg);color:var(--jd-em-color-color)}.jodit-ui-message_variant_error,.jodit-ui-message_variant_danger{--jd-em-color-border:#f5c2c7;--jd-em-color-bg:#f8d7da;--jd-em-color-color:#842029;border-color:var(--jd-em-color-border);background:var(--jd-em-color-bg);color:var(--jd-em-color-color)}.jodit-ui-message_variant_success{--jd-em-color-border:#badbcc;--jd-em-color-bg:#d1e7dd;--jd-em-color-color:#0f5132;border-color:var(--jd-em-color-border);background:var(--jd-em-color-bg);color:var(--jd-em-color-color)}.jodit-toolbar__box:not(:empty){--jd-color-background-default:var(--jd-color-panel);overflow:hidden;border-radius:var(--jd-border-radius-default) var(--jd-border-radius-default) 0 0;border-bottom:1px solid var(--jd-color-border);background-color:var(--jd-color-background-default)}.jodit-toolbar__box:not(:empty) .jodit-toolbar-editor-collection::after{background-color:var(--jd-color-panel)}.jodit-dialog{font-family:var(--jd-font-default);font-size:var(--jd-font-size-default);position:absolute;display:none;width:0;height:0;box-sizing:border-box;border:0;will-change:left, top, width, height}.jodit-dialog_moved_true{user-select:none}.jodit-dialog *{box-sizing:border-box}.jodit-dialog .jodit_elfinder,.jodit-dialog .jodit_elfinder *{box-sizing:initial}.jodit-dialog__overlay{position:fixed;z-index:var(--jd-z-index-dialog-overlay);top:0;left:0;display:none;overflow:auto;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.5);text-align:center;white-space:nowrap}.jodit-dialog_static_true .jodit-dialog__overlay{display:none}.jodit-dialog_modal_true .jodit-dialog__overlay{display:block}.jodit-dialog_active_true{display:block}.jodit-dialog__panel{position:fixed;z-index:var(--jd-z-index-dialog);top:0;left:0;display:flex;min-width:200px;max-width:100%;min-height:100px;max-height:100%;flex-flow:column nowrap;background-color:#fff;--jd-box-shadow-blur:calc(var(--jd-padding-default) * 2);--jd-box-shadow-1:0 var(--jd-padding-default) var(--jd-box-shadow-blur) rgba(0, 0, 0, 0.19);box-shadow:var(--jd-box-shadow-1), 0 6px 6px rgba(0, 0, 0, 0.23);text-align:left;white-space:normal}@media (max-width: 480px){.jodit-dialog:not(.jodit-dialog_adaptive_false) .jodit-dialog__panel{top:0 !important;left:0 !important;width:100% !important;max-width:100%;height:100% !important}}.jodit-dialog_static_true{position:relative;z-index:inherit;display:block;width:auto;height:auto;box-sizing:border-box}.jodit-dialog_static_true .jodit-dialog__panel{position:relative;z-index:inherit;top:auto !important;left:auto !important;width:100% !important;border:1px solid var(--jd-color-border);box-shadow:none}.jodit-dialog_theme_dark,.jodit-dialog_theme_dark .jodit-dialog__panel{background-color:var(--jd-dark-background-darknes);color:var(--jd-dark-text-color)}.jodit-dialog__header{display:flex;min-height:50px;justify-content:space-between;border-bottom:1px solid var(--jd-color-border);cursor:move;text-align:left}.jodit-dialog__header-toolbar,.jodit-dialog__header-title{display:flex;flex-shrink:3;align-items:center;padding:0 var(--jd-padding-default);margin:0;font-size:18px;font-weight:400;line-height:48px;vertical-align:top}@media (max-width: 480px){.jodit-dialog__header-toolbar{padding-left:0}}.jodit-dialog__header-button{height:48px;flex-basis:48px;color:#222;font-size:28px;line-height:48px;text-align:center;text-decoration:none;transition:background-color 0.2s ease 0s}.jodit-dialog__header-button:hover{background-color:var(--jd-color-background-button-hover)}.jodit-dialog__header .jodit_toolbar{border:0;background:transparent;box-shadow:none}.jodit-dialog__header .jodit_toolbar>li.jodit-toolbar-button .jodit-input{width:auto;padding-left:var(--jd-padding-default)}@media (max-width: 480px){.jodit-dialog:not(.jodit-dialog_adaptive_false) .jodit-dialog__header{flex-direction:column}}.jodit-dialog_slim_true .jodit-dialog__header{min-height:10px}.jodit-dialog_slim_true .jodit-dialog__header-toolbar,.jodit-dialog_slim_true .jodit-dialog__header-title{padding:0 calc(var(--jd-padding-default) / 4)}.jodit-dialog_theme_dark .jodit-dialog__header{border-color:var(--jd-color-dark)}.jodit-dialog_fullsize_true .jodit-dialog__header{cursor:default}.jodit-dialog__content{overflow:auto;min-height:100px;flex:1}.jodit-dialog__content .jodit-form__group{padding:0 var(--jd-padding-default);margin-bottom:calc(var(--jd-padding-default) * 1.5)}.jodit-dialog__content .jodit-form__group:first-child{margin-top:var(--jd-padding-default)}.jodit-dialog__content .jodit-form__group .jodit-input_group{display:table;width:100%;border-collapse:separate}.jodit-dialog__content .jodit-form__group .jodit-input_group>*{display:table-cell;height:34px;vertical-align:middle}.jodit-dialog__content .jodit-form__group .jodit-input_group>input{margin:0 !important}.jodit-dialog__content .jodit-form__group .jodit-input_group>input:not([class*='col-']){width:100%}.jodit-dialog__content .jodit-form__group .jodit-input_group-buttons{width:1%;font-size:0;vertical-align:middle;white-space:nowrap}.jodit-dialog__content .jodit-form__group .jodit-input_group-buttons>.jodit-button{height:34px;border:1px solid var(--jd-color-border);border-radius:0;margin-left:-1px;line-height:34px}.jodit-dialog__footer{display:none;flex-wrap:nowrap;justify-content:space-between;padding:var(--jd-padding-default)}.jodit-dialog__footer button{margin-right:calc(var(--jd-padding-default) / 2)}.jodit-dialog__footer button:last-child{margin-right:0}.jodit-dialog__column{display:flex}.jodit-dialog__resizer{display:none;position:relative}.jodit-dialog__resizer svg{position:absolute;right:0;bottom:0;overflow:hidden;width:12px;height:12px;cursor:nwse-resize;fill:var(--jd-color-gray-dark);user-select:none}.jodit-dialog_resizable_true .jodit-dialog__resizer{display:block}@media (max-width: 480px){.jodit-dialog__resizer{display:none}}.jodit-dialog_prompt{min-width:200px;max-width:300px;padding:var(--jd-padding-default);word-break:break-all}.jodit-dialog_prompt label{display:block;margin-bottom:calc(var(--jd-padding-default) / 2)}.jodit-dialog_alert{min-width:200px;max-width:300px;padding:var(--jd-padding-default);word-break:break-all}.jodit-dialog_footer_true .jodit-dialog__footer{display:flex}.jodit_fullsize .jodit-dialog__panel{width:100% !important;height:100% !important;inset:0 !important}.jodit_fullsize .jodit-dialog__panel .jodit-dialog__resizer{display:none}.jodit-dialog .jodit-ui-messages{z-index:var(--jd-z-index-dialog)}.jodit-context-menu{position:static;width:auto;max-width:none;height:auto;padding:0;border:0;margin:0;background:0 0;float:none;outline:0;position:fixed;z-index:var(--jd-z-index-popup);display:inline-block;box-shadow:var(--jd-popup-box-shadow);transform:translate3d(0, 0, 0);z-index:var(--jd-z-index-context-menu);font-family:var(--jd-font-default);font-size:var(--jd-font-size-default)}.jodit-context-menu__content{font-family:var(--jd-font-default);font-size:var(--jd-font-size-default);overflow:auto;max-height:var(--jd-popup-max-height, 400px);padding:var(--jd-padding-default);background:var(--jd-color-background-default);overflow-scrolling:touch}.jodit-context-menu_padding_false .jodit-context-menu__content{padding:0}.jodit-context-menu_max-height_false .jodit-context-menu__content{max-height:fit-content}.jodit-context-menu .jodit-ui-button{display:flex}.jodit-context-menu button{width:100%}.jodit-context-menu_theme_dark{background-color:var(--jd-dark-background-color)}:root{--jd-image-editor-resizer-border-color:#05ff00;--jd-image-editor-resizer-target-size:padding-default;--jd-image-editor-resizer-target-border-color:#383838;--jd-image-editor-resizer-target-bg-color:#8c7878}.jodit-image-editor{overflow:hidden;width:100%;height:100%;padding:var(--jd-padding-default)}@media (max-width: 768px){.jodit-image-editor{height:auto}}.jodit-image-editor>div,.jodit-image-editor>div>div{height:100%}@media (max-width: 768px){.jodit-image-editor>div,.jodit-image-editor>div>div{height:auto;min-height:200px}}.jodit-image-editor *{box-sizing:border-box}.jodit-image-editor .jodit-image-editor__slider-title{padding:0.8em 1em;border-bottom:1px solid rgba(158, 158, 158, 0.31);background-color:#f9f9f9;color:#333333;cursor:pointer;font-weight:bold;line-height:1em;text-overflow:ellipsis;text-shadow:#f3f3f3 0 1px 0;user-select:none;white-space:nowrap}.jodit-image-editor .jodit-image-editor__slider-title svg{display:inline-block;width:16px;margin-right:var(--jd-padding-default);vertical-align:middle}.jodit-image-editor .jodit-image-editor__slider-content{display:none}.jodit-image-editor .jodit-image-editor__slider.jodit-image-editor_active .jodit-image-editor__slider-title{background-color:#5d5d5d;color:#fff;text-shadow:#000 0 1px 0}.jodit-image-editor .jodit-image-editor__slider.jodit-image-editor_active .jodit-image-editor__slider-title svg{fill:white}.jodit-image-editor .jodit-image-editor__slider.jodit-image-editor_active .jodit-image-editor__slider-content{display:block}.jodit-image-editor__area{position:relative;display:none;overflow:hidden;width:100%;height:100%;background-color:#eee;background-image:linear-gradient(45deg, var(--jd-color-border) 25%, transparent 25%, transparent 75%, var(--jd-color-border) 75%, var(--jd-color-border)), linear-gradient(45deg, var(--jd-color-border) 25%, transparent 25%, transparent 75%, var(--jd-color-border) 75%, var(--jd-color-border));background-position:0 0, 15px 15px;background-size:30px 30px;user-select:none}.jodit-image-editor__area.jodit-image-editor_active{display:block}.jodit-image-editor__area .jodit-image-editor__box{position:relative;z-index:1;overflow:hidden;height:100%;pointer-events:none}.jodit-image-editor__area .jodit-image-editor__box img{max-width:100%;max-height:100%;user-select:none}.jodit-image-editor__area .jodit-image-editor__croper,.jodit-image-editor__area .jodit-image-editor__resizer{position:absolute;z-index:2;top:var(--jd-padding-default);left:20px;width:100px;height:100px;border:1px solid #fff;background-repeat:no-repeat;box-shadow:0 0 11px #000;pointer-events:none}.jodit-image-editor__area .jodit-image-editor__croper i.jodit_bottomright,.jodit-image-editor__area .jodit-image-editor__resizer i.jodit_bottomright{position:absolute;z-index:4;right:calc(var(--jd-padding-default) * -1);bottom:calc(var(--jd-padding-default) * -1);display:inline-block;width:20px;height:20px;border:1px solid var(--jd-image-editor-resizer-target-border-color);border-radius:50%;background-color:var(--jd-image-editor-resizer-target-bg-color);box-shadow:0 0 11px #000;cursor:se-resize;pointer-events:all}.jodit-image-editor__area .jodit-image-editor__croper i.jodit_bottomright:active,.jodit-image-editor__area .jodit-image-editor__resizer i.jodit_bottomright:active{border:1px solid yellow}.jodit-image-editor__area.jodit-image-editor__area_crop{position:relative;height:100%;background:#eee;line-height:100%;text-align:center}.jodit-image-editor__area.jodit-image-editor__area_crop .jodit-image-editor__box{overflow:visible;height:100%;line-height:100%;pointer-events:all;text-align:left}.jodit-image-editor__area.jodit-image-editor__area_crop .jodit-image-editor__box img{width:100%;max-width:100%;height:100%;max-height:100%}.jodit-image-editor__area.jodit-image-editor__area_crop .jodit-image-editor__box::after{position:absolute;z-index:1;margin:auto;background:rgba(255, 255, 255, 0.3);content:'';inset:0}.jodit-image-editor__area.jodit-image-editor__area_crop .jodit-image-editor__box .jodit-image-editor__croper{cursor:move;pointer-events:all}.jodit-image-editor__area.jodit-image-editor__area_crop .jodit-image-editor__box .jodit-image-editor__croper i.jodit-image-editor__sizes{position:absolute;bottom:-30px;left:100%;display:block;padding:9px 6px;border-radius:0.4em;background:rgba(0, 0, 0, 0.2);color:#ffffff;font-size:12px;text-align:center;text-shadow:none;white-space:pre}.jodit-image-editor__area.jodit-image-editor__area_crop.jodit-image-editor_active{display:flex;align-items:center;justify-content:center}.jodit-file-browser-files{position:relative;display:none;height:100%;vertical-align:top;overflow-anchor:auto}.jodit-file-browser-files .jodit-button{border-radius:0}.jodit-file-browser-files_loading_true::before{position:absolute;top:0;left:0;width:100%;height:100%;content:''}.jodit-file-browser-files_loading_true::after{position:absolute;top:50%;left:50%;margin-top:calc(var(--jd-icon-loader-size) / -2);margin-left:calc(var(--jd-icon-loader-size) / -2);content:'';opacity:0.7;display:inline-block;width:var(--jd-icon-loader-size);height:var(--jd-icon-loader-size);animation:rotate 2s ease-out 0s infinite;background:url(data:image/png;base64,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) no-repeat center;background-size:100% 100%;vertical-align:middle;will-change:transform}.jodit-file-browser-files::-webkit-scrollbar{width:calc(var(--jd-padding-default) / 2)}.jodit-file-browser-files::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3)}.jodit-file-browser-files::-webkit-scrollbar-thumb{background-color:darkgrey;outline:1px solid slategrey}.jodit-file-browser-files_active_true{display:flex;width:100%;flex-wrap:wrap;align-content:flex-start;padding:calc(var(--jd-padding-default) / 2);overflow-y:auto}.jodit-file-browser-files__item{position:relative;display:flex;overflow:hidden;width:var(--jd-col-size);height:var(--jd-col-size);align-items:center;justify-content:center;border:1px solid var(--jd-color-border);margin:calc(var(--jd-padding-default) / 2);font-size:0;text-align:center;transition:border 0.1s linear, bottom 0.1s linear}@media (max-width: 480px){.jodit-file-browser-files__item{width:calc(50% - var(--jd-padding-default))}}.jodit-file-browser-files__item img{max-width:100%}.jodit-file-browser-files__item:hover{border-color:#433b5c}.jodit-file-browser-files__item_active_true{border-color:var(--jd-color-border-selected);background-color:var(--jd-color-border-active)}.jodit-file-browser-files__item_active_true .jodit-file-browser-files__item-info{background-color:var(--jd-color-border-active);color:white;text-shadow:none}.jodit-file-browser-files__item-info{position:absolute;right:0;bottom:0;left:0;overflow:visible;padding:0.3em 0.6em;background-color:var(--jd-info-background);color:#333333;font-size:14px;line-height:16px;opacity:0.85;text-align:left;text-shadow:#eeeeee 0 1px 0;transition:opacity 400ms ease;white-space:normal}.jodit-file-browser-files__item-info>span{display:block;overflow:hidden;font-size:0.75em;text-overflow:ellipsis;white-space:nowrap}.jodit-file-browser-files__item-info>span.jodit-file-browser-files__item-info-filename{font-size:0.9em;font-weight:bold}.jodit-file-browser-files__item:hover:not(.jodit-file-browser-files__item_active_true) .jodit-file-browser-files__item-info{bottom:-100px}.jodit-file-browser-files_view_list{scroll-behavior:smooth}.jodit-file-browser-files_view_list a{display:block;width:100%;height:26px;border-width:0 0 1px;margin:0;line-height:26px;text-align:left;white-space:nowrap}.jodit-file-browser-files_view_list a img{display:inline-block;min-width:16px;max-width:16px;margin-left:4px;vertical-align:middle}.jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info{position:static;display:inline-block;width:calc(100% - 20px);height:100%;padding:0;margin-left:4px;background-color:transparent;font-size:0;line-height:inherit;vertical-align:middle}.jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info>span{display:inline-block;height:100%;font-size:12px}.jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info-filename{width:50%}.jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info-filesize{width:25%}.jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info-filechanged{width:25%}.jodit-file-browser-files_view_list a:hover{background-color:#433b5c}.jodit-file-browser-files_view_list a:hover .jodit-file-browser-files__item-info{color:#fff;text-shadow:none}.jodit-file-browser-files_view_list a::before{display:inline-block;height:100%;content:'';vertical-align:middle}:root{--jd-color-folder-title:#b1b1b1}.jodit-file-browser-tree{--jd-color-background-filebrowser-folders:#3f3f3f;position:relative;display:none;height:100%;vertical-align:top;overflow-anchor:auto}.jodit-file-browser-tree .jodit-button{border-radius:0}.jodit-file-browser-tree_loading_true::before{position:absolute;top:0;left:0;width:100%;height:100%;content:''}.jodit-file-browser-tree_loading_true::after{position:absolute;top:50%;left:50%;margin-top:calc(var(--jd-icon-loader-size) / -2);margin-left:calc(var(--jd-icon-loader-size) / -2);content:'';opacity:0.7;display:inline-block;width:var(--jd-icon-loader-size);height:var(--jd-icon-loader-size);animation:rotate 2s ease-out 0s infinite;background:url(data:image/png;base64,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) no-repeat center;background-size:100% 100%;vertical-align:middle;will-change:transform}.jodit-file-browser-tree::-webkit-scrollbar{width:calc(var(--jd-padding-default) / 2)}.jodit-file-browser-tree::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3)}.jodit-file-browser-tree::-webkit-scrollbar-thumb{background-color:darkgrey;outline:1px solid slategrey}.jodit-file-browser-tree_active_true{z-index:2;display:flex;width:var(--jd-first-column);min-width:200px;max-width:290px;flex-direction:column;background-color:var(--jd-color-background-filebrowser-folders);overflow-y:auto}@media (max-width: 480px){.jodit-file-browser-tree_active_true{width:auto;max-width:100%;height:100px}}.jodit-file-browser-tree_active_true::-webkit-scrollbar{width:calc(var(--jd-padding-default) / 2)}.jodit-file-browser-tree_active_true::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3)}.jodit-file-browser-tree_active_true::-webkit-scrollbar-thumb{background-color:rgba(127, 127, 127, 0.5);outline:1px solid slategrey}.jodit-file-browser-tree__item{position:relative;display:flex;min-height:38px;align-items:center;justify-content:space-between;padding:calc(var(--jd-padding-default) / 2) var(--jd-padding-default);border-bottom:1px solid #474747;color:var(--jd-color-folder-title);text-decoration:none;transition:background-color 0.2s ease 0s;word-break:break-all}.jodit-file-browser-tree__item-title{flex:1;color:var(--jd-color-folder-title)}.jodit-file-browser-tree__item .jodit-icon_folder{display:flex;width:calc(var(--jd-icon-size) + 4px);height:calc(var(--jd-icon-size) + 4px);align-items:center;justify-content:center;margin-left:calc(var(--jd-padding-default) / 2);opacity:0.3}.jodit-file-browser-tree__item .jodit-icon_folder svg{width:var(--jd-icon-size);height:var(--jd-icon-size);fill:var(--jd-color-folder-title) !important;stroke:var(--jd-color-folder-title) !important}.jodit-file-browser-tree__item .jodit-icon_folder:hover{background:#696969}.jodit-file-browser-tree__item:hover{background-color:var(--jd-color-background-button-hover)}.jodit-file-browser-tree__item:hover i.jodit-icon_folder{opacity:0.6}.jodit-file-browser-tree__item:hover .jodit-file-browser-tree__item-title{color:var(--jd-color-text)}.jodit-file-browser-tree__source-title{position:relative;display:block;padding:2px 4px;border-bottom:1px solid #484848;background:#5a5a5a;color:#969696;font-size:12px;user-select:none;word-break:break-all}a+.jodit-file-browser-tree__source-title{margin-top:var(--jd-padding-default)}:root{--jd-first-column:31%;--jd-cols:4;--jd-info-background:#e9e9e9;--jd-icon-size:12px;--jd-col-size:150px}.jodit-file-browser{display:flex;height:100%;font-family:var(--jd-font-default)}.jodit-file-browser_no-files_true{padding:var(--jd-padding-default)}@media (max-width: 480px){.jodit-file-browser{flex-flow:column-reverse}}.jodit-dialog .jodit-dialog__header-title.jodit-file-browser__title-box{display:flex;align-items:center;padding-left:var(--jd-padding-default)}.jodit-file-browser-preview{position:relative;display:flex;min-width:400px;max-width:min(100%, 1000px);height:100%;min-height:min(100%, 500px);max-height:100%;align-items:center;justify-content:center;margin:auto;text-align:center}@media (max-width: 768px){.jodit-file-browser-preview{min-width:auto;max-width:100%;height:100%;min-height:auto;max-height:100%}}.jodit-file-browser-preview__box{display:flex;flex-grow:1;align-items:center;justify-content:center}.jodit-file-browser-preview__navigation{position:absolute;top:0;left:0;height:100%;cursor:pointer}.jodit-file-browser-preview__navigation_arrow_next{right:0;left:auto}.jodit-file-browser-preview__navigation svg{position:relative;top:50%;width:45px;height:45px;fill:#9e9ba7;transform:translateY(-50%);transition:fill 0.3s linear}.jodit-file-browser-preview__navigation:hover svg{fill:#000}.jodit-file-browser-preview img{max-width:100%;max-height:100%}.jodit-status-bar{display:flex;overflow:hidden;height:20px;align-items:center;justify-content:flex-start;padding:0 calc(var(--jd-padding-default) / 2);border-radius:0 0 var(--jd-border-radius-default) var(--jd-border-radius-default);background-color:var(--jd-color-panel);color:var(--jd-color-text-icons);font-size:var(--jd-font-size-small);text-transform:uppercase}.jodit-status-bar_resize-handle_true{padding-right:14px}.jodit-status-bar::before{flex:auto;order:1;content:''}.jodit-status-bar .jodit-status-bar__item{order:0;padding:0;margin:0 var(--jd-padding-default) 0 0;line-height:1.5714em}.jodit-status-bar .jodit-status-bar__item,.jodit-status-bar .jodit-status-bar__item>span{font-family:var(--jd-font-default);font-size:var(--jd-font-size-default);font-size:var(--jd-font-size-small)}.jodit-status-bar .jodit-status-bar__item.jodit-status-bar__item-right{order:2;margin:0 0 0 var(--jd-padding-default)}.jodit-status-bar .jodit-status-bar__item a{border-radius:3px;cursor:default;text-decoration:none}.jodit-status-bar .jodit-status-bar__item a:hover{background-color:var(--jd-color-background-gray);text-decoration:none}.jodit-status-bar a.jodit-status-bar-link{cursor:pointer}.jodit-status-bar a.jodit-status-bar-link,.jodit-status-bar a.jodit-status-bar-link:hover,.jodit-status-bar a.jodit-status-bar-link:visited{background-color:transparent;color:var(--jd-color-text-icons)}.jodit-status-bar a.jodit-status-bar-link:hover{text-decoration:underline}.jodit-status-bar:not(:empty){border-top:1px solid var(--jd-color-border)}.jodit_disabled .jodit-status-bar{opacity:0.4}:root{--jd-button-trigger-size:14px}.jodit-toolbar-button{display:flex;overflow:hidden;align-items:center;justify-content:center;border:1px solid transparent;border-radius:var(--jd-border-radius-default);min-width:34px;height:34px}.jodit-toolbar-button__icon{display:none}.jodit-toolbar-button__icon:not(:empty){display:inline-flex}.jodit-toolbar-button__text{display:none}.jodit-toolbar-button__text:not(:empty){font-family:var(--jd-font-default);font-size:var(--jd-font-size-default);display:inline-flex;flex-grow:1;justify-content:center;text-overflow:ellipsis;overflow:hidden}.jodit-toolbar-button_context_menu .jodit-toolbar-button__text{position:relative;justify-content:left;padding-left:var(--jd-padding-default)}.jodit-toolbar-button_context_menu .jodit-toolbar-button__text::before{position:absolute;top:calc(var(--jd-padding-default) * -1);left:0;height:35px;border-left:1px solid var(--jd-color-border);content:''}.jodit-toolbar-button__icon:not(:empty)+.jodit-toolbar-button__text:not(:empty){margin-left:var(--jd-padding-default)}.jodit-toolbar-button__icon:empty+.jodit-toolbar-button__text:not(:empty){padding:0 var(--jd-padding-default)}.jodit-toolbar-button__icon:empty+.jodit-toolbar-button__text:not(:empty){padding:0}.jodit-toolbar-button .jodit-icon{width:14px;height:14px}.jodit-toolbar-button button{min-width:34px;height:34px;padding:0;appearance:none}.jodit-toolbar-button_text-icons_true button{padding:0 var(--jd-padding-default)}.jodit-toolbar-button_size_tiny{min-width:16px;height:16px}.jodit-toolbar-button_size_tiny .jodit-icon{width:8px;height:8px}.jodit-toolbar-button_size_tiny button{min-width:16px;height:16px;padding:0;appearance:none}.jodit-toolbar-button_size_tiny_text-icons_true button{padding:0 var(--jd-padding-default)}.jodit-toolbar-button_size_xsmall{min-width:22px;height:22px}.jodit-toolbar-button_size_xsmall .jodit-icon{width:10px;height:10px}.jodit-toolbar-button_size_xsmall button{min-width:22px;height:22px;padding:0;appearance:none}.jodit-toolbar-button_size_xsmall_text-icons_true button{padding:0 var(--jd-padding-default)}.jodit-toolbar-button_size_small{min-width:28px;height:28px}.jodit-toolbar-button_size_small .jodit-icon{width:12px;height:12px}.jodit-toolbar-button_size_small button{min-width:28px;height:28px;padding:0;appearance:none}.jodit-toolbar-button_size_small_text-icons_true button{padding:0 var(--jd-padding-default)}.jodit-toolbar-button_size_large{min-width:40px;height:40px}.jodit-toolbar-button_size_large .jodit-icon{width:16px;height:16px}.jodit-toolbar-button_size_large button{min-width:40px;height:40px;padding:0;appearance:none}.jodit-toolbar-button_size_large_text-icons_true button{padding:0 var(--jd-padding-default)}.jodit-toolbar-button_variant_outline{border:1px solid var(--jd-color-border)}.jodit-toolbar-button_variant_default{background-color:#e3e3e3;color:#212529}.jodit-toolbar-button_variant_default svg{fill:#212529;stroke:#212529}.jodit-toolbar-button_variant_default [disabled]{opacity:0.7}.jodit-toolbar-button_variant_default:hover:not([disabled]){background-color:#c9cdd1;color:#212529}.jodit-toolbar-button_variant_default:hover:not([disabled]) svg{fill:#212529;stroke:#212529}.jodit-toolbar-button_variant_default:active:not([disabled]){background-color:#dae0e5;color:#212529}.jodit-toolbar-button_variant_default:active:not([disabled]) svg{fill:#212529;stroke:#212529}.jodit-toolbar-button_variant_default:focus:not([disabled]){outline:1px dashed #dae0e5}.jodit-toolbar-button_variant_primary{background-color:#007bff;color:#fff}.jodit-toolbar-button_variant_primary svg{fill:#fff;stroke:#fff}.jodit-toolbar-button_variant_primary [disabled]{opacity:0.7}.jodit-toolbar-button_variant_primary:hover:not([disabled]){background-color:#0069d9;color:#fff}.jodit-toolbar-button_variant_primary:hover:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-toolbar-button_variant_primary:active:not([disabled]){background-color:#0062cc;color:#fff}.jodit-toolbar-button_variant_primary:active:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-toolbar-button_variant_primary:focus:not([disabled]){outline:1px dashed #0062cc}.jodit-toolbar-button_variant_secondary{background-color:#d8d8d8;color:#212529;border-radius:0}.jodit-toolbar-button_variant_secondary svg{fill:#212529;stroke:#212529}.jodit-toolbar-button_variant_secondary [disabled]{opacity:0.7}.jodit-toolbar-button_variant_secondary:hover:not([disabled]){background-color:#c9cdd1;color:#212529}.jodit-toolbar-button_variant_secondary:hover:not([disabled]) svg{fill:#212529;stroke:#212529}.jodit-toolbar-button_variant_secondary:active:not([disabled]){background-color:#dae0e5;color:#212529}.jodit-toolbar-button_variant_secondary:active:not([disabled]) svg{fill:#212529;stroke:#212529}.jodit-toolbar-button_variant_secondary:focus:not([disabled]){outline:1px dashed #dae0e5}.jodit-toolbar-button_variant_success{background-color:#28a745;color:#fff}.jodit-toolbar-button_variant_success svg{fill:#fff;stroke:#fff}.jodit-toolbar-button_variant_success [disabled]{opacity:0.7}.jodit-toolbar-button_variant_success:hover:not([disabled]){background-color:#218838;color:#fff}.jodit-toolbar-button_variant_success:hover:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-toolbar-button_variant_success:active:not([disabled]){background-color:#1e7e34;color:#fff}.jodit-toolbar-button_variant_success:active:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-toolbar-button_variant_success:focus:not([disabled]){outline:1px dashed #1e7e34}.jodit-toolbar-button_variant_danger{background-color:#dc3545;color:#fff}.jodit-toolbar-button_variant_danger svg{fill:#fff;stroke:#fff}.jodit-toolbar-button_variant_danger [disabled]{opacity:0.7}.jodit-toolbar-button_variant_danger:hover:not([disabled]){background-color:#c82333;color:#fff}.jodit-toolbar-button_variant_danger:hover:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-toolbar-button_variant_danger:active:not([disabled]){background-color:#bd2130;color:#fff}.jodit-toolbar-button_variant_danger:active:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-toolbar-button_variant_danger:focus:not([disabled]){outline:1px dashed #bd2130}.jodit-toolbar-button__button{cursor:pointer;position:relative;box-sizing:border-box;padding:0;border:0;appearance:none;background:0 0;box-shadow:none;font-style:normal;outline:0;text-align:center;text-decoration:none;text-transform:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;padding:0 var(--jd-padding-default);border-radius:var(--jd-border-radius-default);color:var(--jd-color-text-icons)}.jodit-toolbar-button__button:hover:not([disabled]),.jodit-toolbar-button__button:focus-visible:not([disabled]){background-color:var(--jd-color-button-background-hover);opacity:1;outline:0}.jodit-toolbar-button__button:active:not([disabled]),.jodit-toolbar-button__button[aria-pressed='true']:not([disabled]){background-color:var(--jd-color-button-background-hover-opacity40);outline:0}.jodit-toolbar-button__button[aria-pressed='true']:hover:not([disabled]){background-color:var(--jd-color-button-background-hover-opacity60)}.jodit-toolbar-button__button[disabled]{opacity:0.3;pointer-events:none}.jodit-toolbar-button__trigger{display:flex;height:100%;align-items:center;justify-content:center;border-radius:0 var(--jd-border-radius-default) var(--jd-border-radius-default) 0;opacity:0.4;cursor:pointer;--jd-button-trigger-size:14px;width:calc(var(--jd-button-trigger-size, 14px) + 2px)}.jodit-toolbar-button__trigger:hover:not([disabled]),.jodit-toolbar-button__trigger:focus-visible:not([disabled]){background-color:var(--jd-color-button-background-hover);opacity:1;outline:0}.jodit-toolbar-button__trigger:active:not([disabled]),.jodit-toolbar-button__trigger[aria-pressed='true']:not([disabled]){background-color:var(--jd-color-button-background-hover-opacity40);outline:0}.jodit-toolbar-button__trigger[aria-pressed='true']:hover:not([disabled]){background-color:var(--jd-color-button-background-hover-opacity60)}.jodit-toolbar-button__trigger[disabled]{opacity:0.3;pointer-events:none}.jodit-toolbar-button__trigger svg{width:calc(var(--jd-button-trigger-size, 14px) - 4px)}.jodit-toolbar-button_size_tiny .jodit-toolbar-button__trigger{--jd-button-trigger-size:8px;width:calc(var(--jd-button-trigger-size, 8px) + 2px)}.jodit-toolbar-button_size_tiny .jodit-toolbar-button__trigger svg{width:calc(var(--jd-button-trigger-size, 8px) - 4px)}.jodit-toolbar-button_size_xsmall .jodit-toolbar-button__trigger{--jd-button-trigger-size:10px;width:calc(var(--jd-button-trigger-size, 10px) + 2px)}.jodit-toolbar-button_size_xsmall .jodit-toolbar-button__trigger svg{width:calc(var(--jd-button-trigger-size, 10px) - 4px)}.jodit-toolbar-button_size_small .jodit-toolbar-button__trigger{--jd-button-trigger-size:12px;width:calc(var(--jd-button-trigger-size, 12px) + 2px)}.jodit-toolbar-button_size_small .jodit-toolbar-button__trigger svg{width:calc(var(--jd-button-trigger-size, 12px) - 4px)}.jodit-toolbar-button_size_large .jodit-toolbar-button__trigger{--jd-button-trigger-size:16px;width:calc(var(--jd-button-trigger-size, 16px) + 2px)}.jodit-toolbar-button_size_large .jodit-toolbar-button__trigger svg{width:calc(var(--jd-button-trigger-size, 16px) - 4px)}.jodit-toolbar-button_with-trigger_true .jodit-toolbar-button__button{border-radius:var(--jd-border-radius-default) 0 0 var(--jd-border-radius-default)}.jodit-toolbar-button_with-trigger_true:hover:not([disabled]){border-color:var(--jd-color-border)}.jodit-toolbar-button_stroke_false svg{stroke:none}.jodit-toolbar-content{position:relative;box-sizing:border-box;border:0;appearance:none;background:0 0;box-shadow:none;font-style:normal;outline:0;text-align:center;text-decoration:none;text-transform:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;padding:0 var(--jd-padding-default);border-radius:var(--jd-border-radius-default);color:var(--jd-color-text-icons);cursor:pointer;min-width:34px;height:34px;padding:0;border:1px solid transparent}.jodit-toolbar-content:hover:not([disabled]),.jodit-toolbar-content:focus-visible:not([disabled]){background-color:var(--jd-color-button-background-hover);opacity:1;outline:0}.jodit-toolbar-content:active:not([disabled]),.jodit-toolbar-content[aria-pressed='true']:not([disabled]){background-color:var(--jd-color-button-background-hover-opacity40);outline:0}.jodit-toolbar-content[aria-pressed='true']:hover:not([disabled]){background-color:var(--jd-color-button-background-hover-opacity60)}.jodit-toolbar-content[disabled]{opacity:0.3;pointer-events:none}.jodit-toolbar-content .jodit-icon{width:14px;height:14px}.jodit-toolbar-content button{min-width:34px;height:34px;padding:0;appearance:none}.jodit-toolbar-content_text-icons_true button{padding:0 var(--jd-padding-default)}.jodit-toolbar-content_size_tiny{min-width:16px;height:16px}.jodit-toolbar-content_size_tiny .jodit-icon{width:8px;height:8px}.jodit-toolbar-content_size_tiny button{min-width:16px;height:16px;padding:0;appearance:none}.jodit-toolbar-content_size_tiny_text-icons_true button{padding:0 var(--jd-padding-default)}.jodit-toolbar-content_size_xsmall{min-width:22px;height:22px}.jodit-toolbar-content_size_xsmall .jodit-icon{width:10px;height:10px}.jodit-toolbar-content_size_xsmall button{min-width:22px;height:22px;padding:0;appearance:none}.jodit-toolbar-content_size_xsmall_text-icons_true button{padding:0 var(--jd-padding-default)}.jodit-toolbar-content_size_small{min-width:28px;height:28px}.jodit-toolbar-content_size_small .jodit-icon{width:12px;height:12px}.jodit-toolbar-content_size_small button{min-width:28px;height:28px;padding:0;appearance:none}.jodit-toolbar-content_size_small_text-icons_true button{padding:0 var(--jd-padding-default)}.jodit-toolbar-content_size_large{min-width:40px;height:40px}.jodit-toolbar-content_size_large .jodit-icon{width:16px;height:16px}.jodit-toolbar-content_size_large button{min-width:40px;height:40px;padding:0;appearance:none}.jodit-toolbar-content_size_large_text-icons_true button{padding:0 var(--jd-padding-default)}.jodit-toolbar-content__icon{display:none}.jodit-toolbar-content__icon:not(:empty){display:inline-flex}.jodit-toolbar-content__text{display:none}.jodit-toolbar-content__text:not(:empty){font-family:var(--jd-font-default);font-size:var(--jd-font-size-default);display:inline-flex;flex-grow:1;justify-content:center;text-overflow:ellipsis;overflow:hidden}.jodit-toolbar-content_context_menu .jodit-toolbar-content__text{position:relative;justify-content:left;padding-left:var(--jd-padding-default)}.jodit-toolbar-content_context_menu .jodit-toolbar-content__text::before{position:absolute;top:calc(var(--jd-padding-default) * -1);left:0;height:35px;border-left:1px solid var(--jd-color-border);content:''}.jodit-toolbar-content__icon:not(:empty)+.jodit-toolbar-content__text:not(:empty){margin-left:var(--jd-padding-default)}.jodit-toolbar-content__icon:empty+.jodit-toolbar-content__text:not(:empty){padding:0 var(--jd-padding-default)}.jodit-toolbar-content:focus:not([disabled]){outline:1px dashed var(--jd-color-background-selection)}.jodit-toolbar-content_variant_outline{border:1px solid var(--jd-color-border)}.jodit-toolbar-content_variant_default{background-color:#e3e3e3;color:#212529}.jodit-toolbar-content_variant_default svg{fill:#212529;stroke:#212529}.jodit-toolbar-content_variant_default [disabled]{opacity:0.7}.jodit-toolbar-content_variant_default:hover:not([disabled]){background-color:#c9cdd1;color:#212529}.jodit-toolbar-content_variant_default:hover:not([disabled]) svg{fill:#212529;stroke:#212529}.jodit-toolbar-content_variant_default:active:not([disabled]){background-color:#dae0e5;color:#212529}.jodit-toolbar-content_variant_default:active:not([disabled]) svg{fill:#212529;stroke:#212529}.jodit-toolbar-content_variant_default:focus:not([disabled]){outline:1px dashed #dae0e5}.jodit-toolbar-content_variant_primary{background-color:#007bff;color:#fff}.jodit-toolbar-content_variant_primary svg{fill:#fff;stroke:#fff}.jodit-toolbar-content_variant_primary [disabled]{opacity:0.7}.jodit-toolbar-content_variant_primary:hover:not([disabled]){background-color:#0069d9;color:#fff}.jodit-toolbar-content_variant_primary:hover:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-toolbar-content_variant_primary:active:not([disabled]){background-color:#0062cc;color:#fff}.jodit-toolbar-content_variant_primary:active:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-toolbar-content_variant_primary:focus:not([disabled]){outline:1px dashed #0062cc}.jodit-toolbar-content_variant_secondary{background-color:#d8d8d8;color:#212529;border-radius:0}.jodit-toolbar-content_variant_secondary svg{fill:#212529;stroke:#212529}.jodit-toolbar-content_variant_secondary [disabled]{opacity:0.7}.jodit-toolbar-content_variant_secondary:hover:not([disabled]){background-color:#c9cdd1;color:#212529}.jodit-toolbar-content_variant_secondary:hover:not([disabled]) svg{fill:#212529;stroke:#212529}.jodit-toolbar-content_variant_secondary:active:not([disabled]){background-color:#dae0e5;color:#212529}.jodit-toolbar-content_variant_secondary:active:not([disabled]) svg{fill:#212529;stroke:#212529}.jodit-toolbar-content_variant_secondary:focus:not([disabled]){outline:1px dashed #dae0e5}.jodit-toolbar-content_variant_success{background-color:#28a745;color:#fff}.jodit-toolbar-content_variant_success svg{fill:#fff;stroke:#fff}.jodit-toolbar-content_variant_success [disabled]{opacity:0.7}.jodit-toolbar-content_variant_success:hover:not([disabled]){background-color:#218838;color:#fff}.jodit-toolbar-content_variant_success:hover:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-toolbar-content_variant_success:active:not([disabled]){background-color:#1e7e34;color:#fff}.jodit-toolbar-content_variant_success:active:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-toolbar-content_variant_success:focus:not([disabled]){outline:1px dashed #1e7e34}.jodit-toolbar-content_variant_danger{background-color:#dc3545;color:#fff}.jodit-toolbar-content_variant_danger svg{fill:#fff;stroke:#fff}.jodit-toolbar-content_variant_danger [disabled]{opacity:0.7}.jodit-toolbar-content_variant_danger:hover:not([disabled]){background-color:#c82333;color:#fff}.jodit-toolbar-content_variant_danger:hover:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-toolbar-content_variant_danger:active:not([disabled]){background-color:#bd2130;color:#fff}.jodit-toolbar-content_variant_danger:active:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-toolbar-content_variant_danger:focus:not([disabled]){outline:1px dashed #bd2130}.jodit-toolbar-content:hover:not([disabled]){background-color:transparent;opacity:1;outline:0}.jodit-toolbar-select{--jd-color-button-background-hover-opacity40:rgba(220, 220, 220, 0.2);--jd-color-button-background-hover-opacity60:rgba(220, 220, 220, 0.1);display:flex;overflow:hidden;align-items:center;justify-content:center;border:1px solid transparent;border-radius:var(--jd-border-radius-default);min-width:34px;height:34px;justify-content:space-between;cursor:pointer;min-width:100px}.jodit-toolbar-select__icon{display:none}.jodit-toolbar-select__icon:not(:empty){display:inline-flex}.jodit-toolbar-select__text{display:none}.jodit-toolbar-select__text:not(:empty){font-family:var(--jd-font-default);font-size:var(--jd-font-size-default);display:inline-flex;flex-grow:1;justify-content:center;text-overflow:ellipsis;overflow:hidden}.jodit-toolbar-select_context_menu .jodit-toolbar-select__text{position:relative;justify-content:left;padding-left:var(--jd-padding-default)}.jodit-toolbar-select_context_menu .jodit-toolbar-select__text::before{position:absolute;top:calc(var(--jd-padding-default) * -1);left:0;height:35px;border-left:1px solid var(--jd-color-border);content:''}.jodit-toolbar-select__icon:not(:empty)+.jodit-toolbar-select__text:not(:empty){margin-left:var(--jd-padding-default)}.jodit-toolbar-select__icon:empty+.jodit-toolbar-select__text:not(:empty){padding:0 var(--jd-padding-default)}.jodit-toolbar-select__icon:empty+.jodit-toolbar-select__text:not(:empty){padding:0}.jodit-toolbar-select .jodit-icon{width:14px;height:14px}.jodit-toolbar-select button{min-width:34px;height:34px;padding:0;appearance:none}.jodit-toolbar-select_text-icons_true button{padding:0 var(--jd-padding-default)}.jodit-toolbar-select_size_tiny{min-width:16px;height:16px}.jodit-toolbar-select_size_tiny .jodit-icon{width:8px;height:8px}.jodit-toolbar-select_size_tiny button{min-width:16px;height:16px;padding:0;appearance:none}.jodit-toolbar-select_size_tiny_text-icons_true button{padding:0 var(--jd-padding-default)}.jodit-toolbar-select_size_xsmall{min-width:22px;height:22px}.jodit-toolbar-select_size_xsmall .jodit-icon{width:10px;height:10px}.jodit-toolbar-select_size_xsmall button{min-width:22px;height:22px;padding:0;appearance:none}.jodit-toolbar-select_size_xsmall_text-icons_true button{padding:0 var(--jd-padding-default)}.jodit-toolbar-select_size_small{min-width:28px;height:28px}.jodit-toolbar-select_size_small .jodit-icon{width:12px;height:12px}.jodit-toolbar-select_size_small button{min-width:28px;height:28px;padding:0;appearance:none}.jodit-toolbar-select_size_small_text-icons_true button{padding:0 var(--jd-padding-default)}.jodit-toolbar-select_size_large{min-width:40px;height:40px}.jodit-toolbar-select_size_large .jodit-icon{width:16px;height:16px}.jodit-toolbar-select_size_large button{min-width:40px;height:40px;padding:0;appearance:none}.jodit-toolbar-select_size_large_text-icons_true button{padding:0 var(--jd-padding-default)}.jodit-toolbar-select_variant_outline{border:1px solid var(--jd-color-border)}.jodit-toolbar-select_variant_default{background-color:#e3e3e3;color:#212529}.jodit-toolbar-select_variant_default svg{fill:#212529;stroke:#212529}.jodit-toolbar-select_variant_default [disabled]{opacity:0.7}.jodit-toolbar-select_variant_default:hover:not([disabled]){background-color:#c9cdd1;color:#212529}.jodit-toolbar-select_variant_default:hover:not([disabled]) svg{fill:#212529;stroke:#212529}.jodit-toolbar-select_variant_default:active:not([disabled]){background-color:#dae0e5;color:#212529}.jodit-toolbar-select_variant_default:active:not([disabled]) svg{fill:#212529;stroke:#212529}.jodit-toolbar-select_variant_default:focus:not([disabled]){outline:1px dashed #dae0e5}.jodit-toolbar-select_variant_primary{background-color:#007bff;color:#fff}.jodit-toolbar-select_variant_primary svg{fill:#fff;stroke:#fff}.jodit-toolbar-select_variant_primary [disabled]{opacity:0.7}.jodit-toolbar-select_variant_primary:hover:not([disabled]){background-color:#0069d9;color:#fff}.jodit-toolbar-select_variant_primary:hover:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-toolbar-select_variant_primary:active:not([disabled]){background-color:#0062cc;color:#fff}.jodit-toolbar-select_variant_primary:active:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-toolbar-select_variant_primary:focus:not([disabled]){outline:1px dashed #0062cc}.jodit-toolbar-select_variant_secondary{background-color:#d8d8d8;color:#212529;border-radius:0}.jodit-toolbar-select_variant_secondary svg{fill:#212529;stroke:#212529}.jodit-toolbar-select_variant_secondary [disabled]{opacity:0.7}.jodit-toolbar-select_variant_secondary:hover:not([disabled]){background-color:#c9cdd1;color:#212529}.jodit-toolbar-select_variant_secondary:hover:not([disabled]) svg{fill:#212529;stroke:#212529}.jodit-toolbar-select_variant_secondary:active:not([disabled]){background-color:#dae0e5;color:#212529}.jodit-toolbar-select_variant_secondary:active:not([disabled]) svg{fill:#212529;stroke:#212529}.jodit-toolbar-select_variant_secondary:focus:not([disabled]){outline:1px dashed #dae0e5}.jodit-toolbar-select_variant_success{background-color:#28a745;color:#fff}.jodit-toolbar-select_variant_success svg{fill:#fff;stroke:#fff}.jodit-toolbar-select_variant_success [disabled]{opacity:0.7}.jodit-toolbar-select_variant_success:hover:not([disabled]){background-color:#218838;color:#fff}.jodit-toolbar-select_variant_success:hover:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-toolbar-select_variant_success:active:not([disabled]){background-color:#1e7e34;color:#fff}.jodit-toolbar-select_variant_success:active:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-toolbar-select_variant_success:focus:not([disabled]){outline:1px dashed #1e7e34}.jodit-toolbar-select_variant_danger{background-color:#dc3545;color:#fff}.jodit-toolbar-select_variant_danger svg{fill:#fff;stroke:#fff}.jodit-toolbar-select_variant_danger [disabled]{opacity:0.7}.jodit-toolbar-select_variant_danger:hover:not([disabled]){background-color:#c82333;color:#fff}.jodit-toolbar-select_variant_danger:hover:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-toolbar-select_variant_danger:active:not([disabled]){background-color:#bd2130;color:#fff}.jodit-toolbar-select_variant_danger:active:not([disabled]) svg{fill:#fff;stroke:#fff}.jodit-toolbar-select_variant_danger:focus:not([disabled]){outline:1px dashed #bd2130}.jodit-toolbar-select__button{cursor:pointer;position:relative;box-sizing:border-box;padding:0;border:0;appearance:none;background:0 0;box-shadow:none;font-style:normal;outline:0;text-align:center;text-decoration:none;text-transform:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;padding:0 var(--jd-padding-default);border-radius:var(--jd-border-radius-default);color:var(--jd-color-text-icons)}.jodit-toolbar-select__button:hover:not([disabled]),.jodit-toolbar-select__button:focus-visible:not([disabled]){background-color:var(--jd-color-button-background-hover);opacity:1;outline:0}.jodit-toolbar-select__button:active:not([disabled]),.jodit-toolbar-select__button[aria-pressed='true']:not([disabled]){background-color:var(--jd-color-button-background-hover-opacity40);outline:0}.jodit-toolbar-select__button[aria-pressed='true']:hover:not([disabled]){background-color:var(--jd-color-button-background-hover-opacity60)}.jodit-toolbar-select__button[disabled]{opacity:0.3;pointer-events:none}.jodit-toolbar-select__trigger{display:flex;height:100%;align-items:center;justify-content:center;border-radius:0 var(--jd-border-radius-default) var(--jd-border-radius-default) 0;opacity:0.4;cursor:pointer;--jd-button-trigger-size:14px;width:calc(var(--jd-button-trigger-size, 14px) + 2px)}.jodit-toolbar-select__trigger:hover:not([disabled]),.jodit-toolbar-select__trigger:focus-visible:not([disabled]){background-color:var(--jd-color-button-background-hover);opacity:1;outline:0}.jodit-toolbar-select__trigger:active:not([disabled]),.jodit-toolbar-select__trigger[aria-pressed='true']:not([disabled]){background-color:var(--jd-color-button-background-hover-opacity40);outline:0}.jodit-toolbar-select__trigger[aria-pressed='true']:hover:not([disabled]){background-color:var(--jd-color-button-background-hover-opacity60)}.jodit-toolbar-select__trigger[disabled]{opacity:0.3;pointer-events:none}.jodit-toolbar-select__trigger svg{width:calc(var(--jd-button-trigger-size, 14px) - 4px)}.jodit-toolbar-select_size_tiny .jodit-toolbar-select__trigger{--jd-button-trigger-size:8px;width:calc(var(--jd-button-trigger-size, 8px) + 2px)}.jodit-toolbar-select_size_tiny .jodit-toolbar-select__trigger svg{width:calc(var(--jd-button-trigger-size, 8px) - 4px)}.jodit-toolbar-select_size_xsmall .jodit-toolbar-select__trigger{--jd-button-trigger-size:10px;width:calc(var(--jd-button-trigger-size, 10px) + 2px)}.jodit-toolbar-select_size_xsmall .jodit-toolbar-select__trigger svg{width:calc(var(--jd-button-trigger-size, 10px) - 4px)}.jodit-toolbar-select_size_small .jodit-toolbar-select__trigger{--jd-button-trigger-size:12px;width:calc(var(--jd-button-trigger-size, 12px) + 2px)}.jodit-toolbar-select_size_small .jodit-toolbar-select__trigger svg{width:calc(var(--jd-button-trigger-size, 12px) - 4px)}.jodit-toolbar-select_size_large .jodit-toolbar-select__trigger{--jd-button-trigger-size:16px;width:calc(var(--jd-button-trigger-size, 16px) + 2px)}.jodit-toolbar-select_size_large .jodit-toolbar-select__trigger svg{width:calc(var(--jd-button-trigger-size, 16px) - 4px)}.jodit-toolbar-select_with-trigger_true .jodit-toolbar-button__button{border-radius:var(--jd-border-radius-default) 0 0 var(--jd-border-radius-default)}.jodit-toolbar-select_with-trigger_true:hover:not([disabled]){border-color:var(--jd-color-border)}.jodit-toolbar-select_stroke_false svg{stroke:none}.jodit-toolbar-select:hover:not([disabled]),.jodit-toolbar-select:focus-visible:not([disabled]){background-color:var(--jd-color-button-background-hover);opacity:1;outline:0}.jodit-toolbar-select:active:not([disabled]),.jodit-toolbar-select[aria-pressed='true']:not([disabled]){background-color:var(--jd-color-button-background-hover-opacity40);outline:0}.jodit-toolbar-select[aria-pressed='true']:hover:not([disabled]){background-color:var(--jd-color-button-background-hover-opacity60)}.jodit-toolbar-select[disabled]{opacity:0.3;pointer-events:none}.jodit-toolbar-select__text:not(:empty){justify-content:left}.jodit-toolbar-select__button{flex:1}.jodit-toolbar-collection,.jodit-toolbar-editor-collection{display:flex;flex-direction:column}.jodit-toolbar-collection_mode_horizontal,.jodit-toolbar-editor-collection_mode_horizontal{position:relative;background-image:repeating-linear-gradient(transparent 0, transparent calc(var(--jd-button-size) - 1px), var(--jd-color-border) var(--jd-button-size))}.jodit-toolbar-collection_mode_horizontal::after,.jodit-toolbar-editor-collection_mode_horizontal::after{position:absolute;bottom:0;left:0;display:block;width:100%;height:1px;background-color:var(--jd-color-background-default);content:''}.jodit-toolbar-collection_size_tiny,.jodit-toolbar-editor-collection_size_tiny{--jd-button-icon-size:8px}.jodit-toolbar-collection_size_tiny.jodit-toolbar-collection_mode_horizontal,.jodit-toolbar-editor-collection_size_tiny.jodit-toolbar-collection_mode_horizontal,.jodit-toolbar-collection_size_tiny.jodit-toolbar-editor-collection_mode_horizontal,.jodit-toolbar-editor-collection_size_tiny.jodit-toolbar-editor-collection_mode_horizontal{background-image:repeating-linear-gradient(transparent 0, transparent 19px, var(--jd-color-border) 20px)}.jodit-toolbar-collection_size_xsmall,.jodit-toolbar-editor-collection_size_xsmall{--jd-button-icon-size:10px}.jodit-toolbar-collection_size_xsmall.jodit-toolbar-collection_mode_horizontal,.jodit-toolbar-editor-collection_size_xsmall.jodit-toolbar-collection_mode_horizontal,.jodit-toolbar-collection_size_xsmall.jodit-toolbar-editor-collection_mode_horizontal,.jodit-toolbar-editor-collection_size_xsmall.jodit-toolbar-editor-collection_mode_horizontal{background-image:repeating-linear-gradient(transparent 0, transparent 25px, var(--jd-color-border) 26px)}.jodit-toolbar-collection_size_small,.jodit-toolbar-editor-collection_size_small{--jd-button-icon-size:12px}.jodit-toolbar-collection_size_small.jodit-toolbar-collection_mode_horizontal,.jodit-toolbar-editor-collection_size_small.jodit-toolbar-collection_mode_horizontal,.jodit-toolbar-collection_size_small.jodit-toolbar-editor-collection_mode_horizontal,.jodit-toolbar-editor-collection_size_small.jodit-toolbar-editor-collection_mode_horizontal{background-image:repeating-linear-gradient(transparent 0, transparent 31px, var(--jd-color-border) 32px)}.jodit-toolbar-collection_size_middle,.jodit-toolbar-editor-collection_size_middle{--jd-button-icon-size:14px}.jodit-toolbar-collection_size_middle.jodit-toolbar-collection_mode_horizontal,.jodit-toolbar-editor-collection_size_middle.jodit-toolbar-collection_mode_horizontal,.jodit-toolbar-collection_size_middle.jodit-toolbar-editor-collection_mode_horizontal,.jodit-toolbar-editor-collection_size_middle.jodit-toolbar-editor-collection_mode_horizontal{background-image:repeating-linear-gradient(transparent 0, transparent 37px, var(--jd-color-border) 38px)}.jodit-toolbar-collection_size_large,.jodit-toolbar-editor-collection_size_large{--jd-button-icon-size:16px}.jodit-toolbar-collection_size_large.jodit-toolbar-collection_mode_horizontal,.jodit-toolbar-editor-collection_size_large.jodit-toolbar-collection_mode_horizontal,.jodit-toolbar-collection_size_large.jodit-toolbar-editor-collection_mode_horizontal,.jodit-toolbar-editor-collection_size_large.jodit-toolbar-editor-collection_mode_horizontal{background-image:repeating-linear-gradient(transparent 0, transparent 43px, var(--jd-color-border) 44px)}.jodit-toolbar-collection_mode_vertical .jodit-ui-group,.jodit-toolbar-editor-collection_mode_vertical .jodit-ui-group{flex-direction:column;border:0;background-color:transparent}.jodit-toolbar-collection_mode_vertical .jodit-toolbar-button,.jodit-toolbar-editor-collection_mode_vertical .jodit-toolbar-button{height:auto;min-height:var(--jd-button-size)}.jodit-toolbar-collection_mode_vertical .jodit-toolbar-button__button,.jodit-toolbar-editor-collection_mode_vertical .jodit-toolbar-button__button{width:100%;height:auto;min-height:var(--jd-button-size);cursor:pointer}.jodit-toolbar-collection_mode_vertical .jodit-toolbar-button__text:not(:empty),.jodit-toolbar-editor-collection_mode_vertical .jodit-toolbar-button__text:not(:empty){justify-content:left}.jodit-toolbar-collection .jodit-toolbar-content,.jodit-toolbar-editor-collection .jodit-toolbar-content,.jodit-toolbar-collection .jodit-toolbar-select,.jodit-toolbar-editor-collection .jodit-toolbar-select,.jodit-toolbar-collection .jodit-toolbar-button,.jodit-toolbar-editor-collection .jodit-toolbar-button{padding:0;margin:var(--jd-margin-v) 1px}.jodit-dialog .jodit-toolbar-collection_mode_horizontal,.jodit-dialog .jodit-toolbar-editor-collection_mode_horizontal{background-image:none}.jodit-drag-and-drop__file-box,.jodit_uploadfile_button{position:relative;overflow:hidden;width:100%;padding:25px 0;border:dashed 1px var(--jd-color-gray);margin:var(--jd-padding-default) 0;text-align:center}.jodit-drag-and-drop__file-box:hover,.jodit_uploadfile_button:hover{background-color:var(--jd-color-background-button-hover)}.jodit-drag-and-drop__file-box input,.jodit_uploadfile_button input{position:absolute;padding:0;margin:0;cursor:pointer;font-size:400px;inset:0;opacity:0}@media (max-width: 768px){.jodit-drag-and-drop__file-box{width:auto;min-width:var(--jd-width-input-min);max-width:100%}}.jodit-about{padding:20px}.jodit-about a{color:#459ce7;text-decoration:none}.jodit-about a:focus,.jodit-about a:hover{color:#23527c;outline:0;text-decoration:underline}.jodit-about div{margin-bottom:calc(var(--jd-padding-default) / 2)}:root{--jd-anl-color-new-line:var(--jd-color-border);--jd-anl-handle-size:20px;--jd-anl-handle-offset:calc(100% - var(--jd-anl-handle-size))}.jodit-add-new-line{position:fixed;z-index:1;top:0;display:block;height:1px;box-sizing:border-box;outline:none}.jodit-add-new-line *{box-sizing:border-box}.jodit-add-new-line::after{display:block;width:100%;height:1px;background-color:var(--jd-anl-color-new-line);content:''}.jodit-add-new-line span{position:absolute;left:var(--jd-anl-handle-offset);top:0;transform:translateY(-50%);display:flex;width:var(--jd-anl-handle-size);height:var(--jd-anl-handle-size);align-items:center;justify-content:center;border:1px solid var(--jd-anl-color-new-line);background:var(--jd-color-background-button-hover-opacity30);cursor:pointer}.jodit-add-new-line span:hover{background:var(--jd-color-background-button-hover)}.jodit-add-new-line svg{width:calc(var(--jd-anl-handle-size) / 2);fill:var(--jd-anl-color-new-line)}.jodit-source__mode .jodit-add-new-line{display:none !important}:root{--jd-color-picker-cell-size:24px}.jodit-color-picker{margin:0;text-align:left;user-select:none}.jodit-color-picker__group{display:flex;max-width:calc(var(--jd-color-picker-cell-size) * 10);flex-wrap:wrap;margin-bottom:calc(var(--jd-padding-default) / 2);white-space:normal}.jodit-color-picker__color-item{display:block;width:var(--jd-color-picker-cell-size);height:var(--jd-color-picker-cell-size);border:1px solid transparent;text-align:center;text-decoration:none;vertical-align:middle}.jodit-color-picker__color-item:hover{border-color:#000}.jodit-color-picker__color-item_active_true,.jodit-color-picker__color-item:active{border:2px solid var(--jd-color-border-selected)}.jodit-color-picker__native svg{display:inline-block;width:16px;height:16px;margin-right:4px}.jodit-color-picker__native input{width:18px;height:18px;padding:0;border:none;appearance:none}.jodit-color-picker__native input[type='color']::-webkit-color-swatch-wrapper{padding:0}.jodit-color-picker__native input input[type='color']::-webkit-color-swatch{border:none}.jodit-tabs{--jd-box-shadow-tabs:0 0 #0000, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);font-family:var(--jd-font-default);font-size:var(--jd-font-size-default)}.jodit-tabs .jodit-tabs__buttons{background-color:var(--jd-color-background-light-gray);display:flex;justify-content:center;margin-top:calc(var(--jd-padding-default) / 2);margin-bottom:var(--jd-padding-default);padding:calc(var(--jd-padding-default) / 2);border-radius:var(--jd-border-radius-default)}.jodit-tabs .jodit-tabs__buttons .jodit-ui-button{color:var(--jd-color-placeholder)}.jodit-tabs .jodit-tabs__buttons .jodit-ui-button svg{fill:var(--jd-color-placeholder)}.jodit-tabs .jodit-tabs__buttons .jodit-ui-button:active:not([disabled]),.jodit-tabs .jodit-tabs__buttons .jodit-ui-button[aria-pressed='true']:not([disabled]){box-shadow:var(--jd-box-shadow-tabs);color:var(--jd-color-text-icons)}.jodit-tabs .jodit-tabs__buttons .jodit-ui-button:active:not([disabled]),.jodit-tabs .jodit-tabs__buttons .jodit-ui-button[aria-pressed='true']:not([disabled]),.jodit-tabs .jodit-tabs__buttons .jodit-ui-button:active:not([disabled]) .jodit-ui-button__text,.jodit-tabs .jodit-tabs__buttons .jodit-ui-button[aria-pressed='true']:not([disabled]) .jodit-ui-button__text{background-color:var(--jd-color-background-default)}.jodit-tabs .jodit-tabs__buttons .jodit-ui-button:active:not([disabled]) svg,.jodit-tabs .jodit-tabs__buttons .jodit-ui-button[aria-pressed='true']:not([disabled]) svg{fill:var(--jd-color-text-icons)}.jodit-tabs .jodit-tabs__buttons>*{margin-left:calc(var(--jd-padding-default) / 2);cursor:pointer}.jodit-tabs .jodit-tabs__buttons>*:only-of-type{width:100%}.jodit-tabs .jodit-tabs__buttons>*:first-child{margin-left:0}@media (max-width: 480px){.jodit-tabs .jodit-tabs__buttons{display:block}.jodit-tabs .jodit-tabs__buttons>*{width:100%;margin-left:0}}.jodit-tabs__button{min-width:80px;max-width:210px}.jodit-tabs__button .jodit-ui-button__text{white-space:nowrap;flex:1;justify-content:space-around}.jodit-tabs__button_columns_3{width:calc(100% / 3)}.jodit-tabs__button_columns_2{width:50%}.jodit-tabs .jodit-tabs__wrapper .jodit-tab{display:none}.jodit-tabs .jodit-tabs__wrapper .jodit-tab.jodit-tab_active{display:block}.jodit-tabs .jodit-tabs__wrapper .jodit-tab.jodit-tab_empty{min-width:220px;min-height:100px}.jodit-dialog_theme_dark .jodit-tabs .jodit-tabs__buttons,.jodit_theme_dark .jodit-tabs .jodit-tabs__buttons{background-color:var(--jd-dark-background-color);border-radius:var(--jd-border-radius-default)}.jodit-dialog_theme_dark .jodit-tabs .jodit-tabs__buttons .jodit-ui-button:active:not([disabled]) .jodit-ui-button__text,.jodit_theme_dark .jodit-tabs .jodit-tabs__buttons .jodit-ui-button:active:not([disabled]) .jodit-ui-button__text,.jodit-dialog_theme_dark .jodit-tabs .jodit-tabs__buttons .jodit-ui-button[aria-pressed='true']:not([disabled]) .jodit-ui-button__text,.jodit_theme_dark .jodit-tabs .jodit-tabs__buttons .jodit-ui-button[aria-pressed='true']:not([disabled]) .jodit-ui-button__text{color:var(--jd-dark-toolbar-color)}.jodit-dialog_theme_dark .jodit-tabs .jodit-tabs__buttons .jodit-ui-button:active:not([disabled]) svg,.jodit_theme_dark .jodit-tabs .jodit-tabs__buttons .jodit-ui-button:active:not([disabled]) svg,.jodit-dialog_theme_dark .jodit-tabs .jodit-tabs__buttons .jodit-ui-button[aria-pressed='true']:not([disabled]) svg,.jodit_theme_dark .jodit-tabs .jodit-tabs__buttons .jodit-ui-button[aria-pressed='true']:not([disabled]) svg{fill:var(--jd-color-text-icons)}.jodit_fullsize-box_true{position:static !important;z-index:var(--jd-z-index-full-size) !important;overflow:visible !important}html.jodit_fullsize-box_true,body.jodit_fullsize-box_true{overflow:hidden !important;width:0 !important;height:0 !important}html.jodit_fullsize-box_true{position:fixed !important}.jodit_fullsize{position:absolute;z-index:var(--jd-z-index-full-size);max-width:none !important;inset:0}.jodit_fullsize .toolbar{width:100% !important}.jodit_fullsize .jodit_editor,.jodit_fullsize .jodit__area{height:100%}.jodit-ui-image-position-tab__lockMargin>svg,.jodit-ui-image-properties-form__lockMargin>svg,.jodit-ui-image-position-tab__lockSize>svg,.jodit-ui-image-properties-form__lockSize>svg{display:inline-block;overflow:hidden;width:var(--jd-icon-middle-size);height:var(--jd-icon-middle-size);fill:var(--jd-color-dark);line-height:var(--jd-icon-middle-size);transform-origin:0 0 !important;vertical-align:middle}.jodit-ui-image-position-tab__view-box,.jodit-ui-image-properties-form__view-box{padding:var(--jd-padding-default)}.jodit-ui-image-position-tab__imageView,.jodit-ui-image-properties-form__imageView,.jodit-ui-image-position-tab .jodit-properties_image_view,.jodit-ui-image-properties-form .jodit-properties_image_view{display:flex;height:var(--jd-width-default);align-items:center;justify-content:center;padding:0;margin:0 0 var(--jd-padding-default);background-color:var(--jd-color-background-light-gray)}.jodit-ui-image-position-tab__imageView img,.jodit-ui-image-properties-form__imageView img,.jodit-ui-image-position-tab .jodit-properties_image_view img,.jodit-ui-image-properties-form .jodit-properties_image_view img{max-width:100%;max-height:100%}.jodit-ui-image-position-tab__imageSizes.jodit-form__group,.jodit-ui-image-properties-form__imageSizes.jodit-form__group,.jodit-ui-image-position-tab .jodit-properties_image_sizes.jodit-form__group,.jodit-ui-image-properties-form .jodit-properties_image_sizes.jodit-form__group{min-width:auto;flex-direction:row;align-items:center;padding:0;margin:0}.jodit-ui-image-position-tab__imageSizes.jodit-form__group a,.jodit-ui-image-properties-form__imageSizes.jodit-form__group a,.jodit-ui-image-position-tab .jodit-properties_image_sizes.jodit-form__group a,.jodit-ui-image-properties-form .jodit-properties_image_sizes.jodit-form__group a{display:inline-block;cursor:pointer}.jodit-ui-image-position-tab .jodit-form__group,.jodit-ui-image-properties-form .jodit-form__group{padding:0}.jodit-ui-image-position-tab__tabsBox,.jodit-ui-image-properties-form__tabsBox{padding:0 var(--jd-padding-default)}.jodit-dialog_theme_dark .jodit-ui-image-properties-form__imageView,.jodit_theme_dark .jodit-ui-image-properties-form__imageView{background-color:var(--jd-dark-background-color)}.jodit-dialog_theme_dark .jodit-properties_image_view,.jodit_theme_dark .jodit-properties_image_view{background-color:var(--jd-dark-background-color)}.jodit-ui-image-properties-form_lock_true::before{content:'';left:0;top:0;position:absolute;width:100%;height:100%;background-color:var(--jd-color-button-background-hover-opacity60);z-index:3}.jodit-ui-image-properties-form_lock_true::after{content:'';display:inline-block;width:var(--jd-icon-loader-size);height:var(--jd-icon-loader-size);animation:rotate 2s ease-out 0s infinite;background:url(data:image/png;base64,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) no-repeat center;background-size:100% 100%;vertical-align:middle;will-change:transform;left:50%;top:50%;margin-left:-10px;margin-top:-10px;position:absolute;background-size:var(--jd-icon-loader-size)}.jodit-popup-inline__container{z-index:1300;min-width:700px}.jodit-paste-storage{max-width:600px;padding:var(--jd-padding-default)}@media (max-width: 768px){.jodit-paste-storage{max-width:100%}}.jodit-paste-storage>div{max-width:100%;max-height:300px;border:1px solid var(--jd-color-border)}.jodit-paste-storage>div:first-child{margin-bottom:var(--jd-padding-default)}.jodit-paste-storage>div:first-child a{display:block;overflow:hidden;max-width:100%;box-sizing:border-box;padding:calc(var(--jd-padding-default) / 2);border:1px solid transparent;margin:0;color:var(--jd-color-default);outline:none;text-decoration:none;text-overflow:ellipsis;white-space:pre}.jodit-paste-storage>div:first-child a.jodit_active{background-color:var(--jd-dark-background-color);color:var(--jd-color-white)}.jodit-paste-storage>div:first-child a:focus{outline:none}.jodit-paste-storage>div:last-child{overflow:auto;padding:var(--jd-padding-default)}.jodit-paste-storage>div:last-child ul,.jodit-paste-storage>div:last-child li{margin:0}.jodit-placeholder{position:absolute;z-index:1;top:0;left:0;display:block;width:100%;padding:var(--jd-padding-default);color:var(--jd-color-placeholder);pointer-events:none;user-select:none !important}.jodit__preview-box table{max-width:100%;border:none;margin-top:1em;margin-bottom:1em;border-collapse:collapse;empty-cells:show}.jodit__preview-box table tr{user-select:none}.jodit__preview-box table tr th,.jodit__preview-box table tr td{min-width:2em;padding:0.4em;border:1px solid var(--jd-color-border);user-select:text;vertical-align:middle;}.jodit-table-resizer{position:absolute;z-index:3;padding-right:calc(var(--jd-padding-default) / 2);padding-left:calc(var(--jd-padding-default) / 2);margin-left:calc(var(--jd-padding-default) / -2);cursor:col-resize}.jodit-table-resizer::after{display:block;width:0;height:100%;border:0;content:''}.jodit-table-resizer_moved{z-index:2;background-color:var(--jd-color-background-selection)}.jodit-table-resizer_moved::after{border-right:1px solid var(--jd-color-border) moved}[data-jodit_iframe_wrapper]{position:relative;display:block;user-select:none}[data-jodit_iframe_wrapper] iframe{position:relative}[data-jodit_iframe_wrapper]::after{position:absolute;z-index:1;display:block;background:rgba(0, 0, 0, 0);content:'';cursor:pointer;inset:0}[data-jodit_iframe_wrapper][data-jodit-wrapper_active='true'] iframe{z-index:2}.jodit_lock [data-jodit-wrapper_active='true'] iframe{z-index:1}:root{--jd-viewer-width:70px;--jd-viewer-height:24px;--jd-resizer-handle-size:10px;--jd-resizer-border-color:#98c1f1;--jd-resizer-handle-color:#5ba4f3;--jd-resizer-handle-hover-color:#537ebb}.jodit-resizer{position:absolute;top:0;left:0;width:100px;height:100px;box-sizing:border-box;font-size:0;outline:3px solid var(--jd-resizer-border-color);pointer-events:none}.jodit-resizer *{box-sizing:border-box}.jodit-resizer>span{position:absolute;top:50%;left:50%;display:inline-block;overflow:visible;width:var(--jd-viewer-width);height:var(--jd-viewer-height);margin-top:calc(var(--jd-viewer-height) / -2);margin-left:calc(var(--jd-viewer-width) / -2);background-color:var(--jd-color-placeholder);color:var(--jd-color-white);font-size:12px;line-height:var(--jd-viewer-height);opacity:0;text-align:center;transition:opacity 0.2s linear}.jodit-resizer>div{position:absolute;z-index:4;display:inline-block;width:var(--jd-resizer-handle-size);height:var(--jd-resizer-handle-size);background-color:var(--jd-resizer-handle-color);pointer-events:all}.jodit-resizer>div:hover{background-color:var(--jd-resizer-handle-hover-color)}.jodit-resizer>div:nth-child(1){top:calc(var(--jd-resizer-handle-size) / -2);left:calc(var(--jd-resizer-handle-size) / -2);cursor:nwse-resize}.jodit-resizer>div:nth-child(2){top:calc(var(--jd-resizer-handle-size) / -2);right:calc(var(--jd-resizer-handle-size) / -2);cursor:nesw-resize}.jodit-resizer>div:nth-child(3){right:calc(var(--jd-resizer-handle-size) / -2);bottom:calc(var(--jd-resizer-handle-size) / -2);cursor:nwse-resize}.jodit-resizer>div:nth-child(4){bottom:calc(var(--jd-resizer-handle-size) / -2);left:calc(var(--jd-resizer-handle-size) / -2);cursor:nesw-resize}@media (max-width: 768px){.jodit-resizer>div :root{--jd-resizer-handle-size:calc(var(--jd-resizer-handle-size) * 2)}}:root{--jd-height-search:30px;--jd-width-search:320px;--jd-width-search-input-box:60%;--jd-width-search-count-box:15%;--jd-transform-button-active:0.95;--jd-timeout-button-active:0.1s}.jodit-ui-search{position:absolute;top:0;right:0;width:0;height:0}.jodit-ui-search_sticky_true{position:fixed}.jodit-ui-search__box{position:absolute;right:0;display:flex;width:var(--jd-width-search);max-width:100vw;padding:calc(var(--jd-padding-default) / 2);border:solid var(--jd-color-border);border-width:0 0 1px 1px;background-color:var(--jd-color-panel)}.jodit-ui-search__box input{width:100%;height:100%;padding:0 var(--jd-padding-default);border:0;margin:0;background-color:transparent;outline:none}.jodit-ui-search__box input[data-ref='replace']{display:none}.jodit-ui-search__box input:not(:focus)+input:not(:focus){border-top:1px solid var(--jd-color-border)}.jodit-ui-search__buttons,.jodit-ui-search__counts,.jodit-ui-search__inputs{height:var(--jd-height-search)}.jodit-ui-search__inputs{width:var(--jd-width-search-input-box);padding-right:calc(var(--jd-padding-default) / 2)}.jodit-ui-search__counts{display:flex;width:var(--jd-width-search-count-box);align-items:center;justify-content:center;border-left:1px solid var(--jd-color-border);color:var(--jd-color-border)}.jodit-ui-search__buttons{display:flex;flex:1;align-items:center;justify-content:center;padding-left:0}.jodit-ui-search__buttons button{width:32%;height:100%;border:1px solid transparent;margin-right:1%;background-color:transparent}.jodit-ui-search__buttons button[data-ref='replace-btn']{display:none;width:100%;border:1px solid var(--jd-color-border);margin-top:2px}.jodit-ui-search__buttons button:hover{background-color:var(--jd-color-background-button-hover)}.jodit-ui-search__buttons button:focus{border:1px solid var(--jd-color-background-selection-opacity50)}.jodit-ui-search__buttons button:active{border:1px solid var(--jd-color-background-selection);transform:scale(var(--jd-transform-button-active), var(--jd-transform-button-active))}.jodit-ui-search_empty-query_true [data-ref='next'],.jodit-ui-search_empty-query_true [data-ref='prev']{opacity:0.5}.jodit-ui-search_replace_true .jodit-ui-search__counts,.jodit-ui-search_replace_true .jodit-ui-search__inputs{height:calc(var(--jd-height-search) * 2)}.jodit-ui-search_replace_true .jodit-ui-search__counts input,.jodit-ui-search_replace_true .jodit-ui-search__inputs input{height:50%;transition:background-color var(--jd-timeout-button-active) linear}.jodit-ui-search_replace_true .jodit-ui-search__counts input:focus,.jodit-ui-search_replace_true .jodit-ui-search__inputs input:focus{box-shadow:inset 0 0 3px 0 var(--jd-color-border)}.jodit-ui-search_replace_true .jodit-ui-search__counts input[data-ref='replace'],.jodit-ui-search_replace_true .jodit-ui-search__inputs input[data-ref='replace']{display:block}.jodit-ui-search_replace_true .jodit-ui-search__buttons{flex-wrap:wrap}.jodit-ui-search_replace_true .jodit-ui-search__buttons button[data-ref='replace-btn']{display:block}.jodit-container:not(.jodit_inline){min-height:100px}.jodit-container:not(.jodit_inline) .jodit-workplace{display:flex;overflow:hidden;height:auto;min-height:50px;flex-direction:column}.jodit-container:not(.jodit_inline) .jodit-editor__resize{position:relative}.jodit-container:not(.jodit_inline) .jodit-editor__resize svg{position:absolute;right:0;bottom:0;overflow:hidden;width:12px;height:12px;cursor:nwse-resize;fill:var(--jd-color-gray-dark);user-select:none}.jodit-source{position:relative;display:none;overflow:auto;min-height:100%;flex:auto;background-color:var(--jd-color-source-area)}.jodit-source .jodit-source__mirror-fake{min-height:100%}.jodit-source *{font:12px / normal Monaco, Menlo, 'Ubuntu Mono', Consolas, source-code-pro, monospace}.jodit-container.jodit-source__mode .jodit-wysiwyg,.jodit-container.jodit-source__mode .jodit-wysiwyg_iframe{display:none !important}.jodit-container.jodit-source__mode .jodit-source{display:block !important}.jodit-container.jodit_split_mode .jodit-workplace{flex-flow:row nowrap}.jodit-container.jodit_split_mode .jodit-wysiwyg,.jodit-container.jodit_split_mode .jodit-wysiwyg_iframe,.jodit-container.jodit_split_mode .jodit-source{display:block !important;width:50%;flex:1}.jodit-source__mirror{z-index:2;overflow:auto;width:100%;height:100%;min-height:100%;box-sizing:border-box;padding:var(--jd-padding-default);border:0;margin:0;background:var(--jd-color-source-area);box-shadow:none;color:#f0f0f0;line-height:1.5;outline:none;resize:none;tab-size:2em;font:12px / normal Monaco, Menlo, 'Ubuntu Mono', Consolas, source-code-pro, monospace;white-space:pre-wrap}.jodit-source__mirror::selection{background:var(--jd-color-selection-area)}.jodit_sticky-dummy_toolbar{display:none}.jodit_sticky>.jodit-toolbar__box{position:fixed;position:sticky;z-index:3;top:0;left:auto;border-bottom:1px solid var(--jd-color-border)}.jodit_sticky .jodit_sticky-dummy_toolbar{display:block}.jodit-symbols{width:460px;padding:var(--jd-padding-default)}.jodit-symbols__container{display:flex}.jodit-symbols__container_table{width:88%}.jodit-symbols__container_preview{width:12%}.jodit-symbols__preview{padding:20px 0;border:1px solid var(--jd-color-border);font-size:34px;text-align:center}.jodit-symbols__table{border:0;border-spacing:0;table-layout:fixed}.jodit-symbols__table td{padding:0}.jodit-symbols__table td a{display:inline-block;width:calc(var(--jd-width-element-default) * 1.2);height:calc(var(--jd-height-element-default) * 1.2);box-sizing:border-box;border:1px solid transparent;color:var(--jd-color-text);cursor:pointer;font-size:16px;line-height:calc(var(--jd-height-element-default) * 1.2);text-align:center;text-decoration:none;vertical-align:top}.jodit-symbols__table td a:hover,.jodit-symbols__table td a:focus{outline:2px solid var(--jd-color-border)}.jodit-ui-ai-assistant{width:100%;padding:var(--jd-padding-default);min-width:460px}@media (max-width: 768px){.jodit-ui-ai-assistant{min-width:100%}}.jodit-ui-ai-assistant__body{margin-bottom:10px}.jodit-ui-ai-assistant__prompt-row{display:flex;align-items:flex-start;margin-bottom:10px}.jodit-ui-ai-assistant__prompt-row-label{margin-right:10px}.jodit-ui-ai-assistant__prompt-row-input{flex:1;margin-right:10px}.jodit-ui-ai-assistant__prompt-row .jodit-icon_ai_assistant{cursor:pointer;width:22px;height:22px}.jodit-ui-ai-assistant__prompt-row .jodit-ui-button{margin-right:10px}.jodit-ui-ai-assistant__prompt-row .jodit-ui-button_ai_assistant{margin-top:20px;margin-right:0}.jodit-ui-ai-assistant__results{padding:var(--jd-padding-default);position:relative;border-color:var(--jd-color-label);border-style:solid;border-width:1px;min-height:300px;height:300px;min-width:100%;overflow:auto;line-height:1.5;max-width:460px}.jodit-ui-ai-assistant__results p{margin:0 0 10px}.jodit-ui-ai-assistant__close{position:absolute;top:0;right:0;padding:10px;cursor:pointer}.jodit-ui-ai-assistant_hide_true{display:none}.jodit-ui-ai-assistant__spinner:before{content:'';box-sizing:border-box;position:absolute;top:50%;left:50%;width:30px;height:30px;margin-top:-15px;margin-left:-15px;border-radius:50%;border:1px solid #ccc;border-top-color:#8817c3ff;animation:spinner 0.6s linear infinite}.jodit-ui-ai-assistant__error{color:var(--jd-color-error)}@keyframes spinner{to{transform:rotate(360deg)}}.jodit-context table,.jodit-wysiwyg table{max-width:100%;border:none;margin-top:1em;margin-bottom:1em;border-collapse:collapse;empty-cells:show}.jodit-context table tr,.jodit-wysiwyg table tr{user-select:none}.jodit-context table tr th,.jodit-wysiwyg table tr th,.jodit-context table tr td,.jodit-wysiwyg table tr td{min-width:2em;padding:0.4em;border:1px solid var(--jd-color-border);user-select:text;vertical-align:middle;}.jodit-form__inserter{--jd-color-table-cell-background-hover:var(--jd-color-button-background-hover)}.jodit-form__inserter .jodit-form__table-creator-box{display:flex}@media (max-width: 768px){.jodit-form__inserter .jodit-form__table-creator-box{flex-direction:column}}.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__container{min-width:180px;padding:0;margin:0;font-size:0}.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__container>div>span{display:inline-block;width:var(--jd-width-element-default);height:var(--jd-height-element-default);box-sizing:border-box;border:1px solid var(--jd-color-border);margin-bottom:2px;margin-left:2px;vertical-align:top;cursor:pointer}.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__container>div>span:first-child{margin-left:0}.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__container>div>span.jodit_hovered{border-color:var(--jd-color-table-cell-background-hover);background:var(--jd-color-table-cell-background-hover)}.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__options{font-size:var(--jd-font-size-default)}.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__options label{padding-top:0;text-align:left}.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__options label input{margin-right:var(--jd-padding-default)}.jodit-form__inserter label{padding:8px;margin:0;font-size:14px;text-align:center}.jodit-xpath{display:flex;align-items:center;margin-left:calc(var(--jd-padding-default) / -2)}.jodit-xpath__item{display:flex;height:var(--jd-font-size-small);line-height:calc(var(--jd-font-size-small) - 1px)}.jodit-xpath__item a{padding:0 3px;margin-left:2px;color:var(--jd-color-default);font-size:var(--jd-font-size-small);outline:0}:root{--jd-color-white:#fff;--jd-color-gray:#dadada;--jd-color-gray-dark:#a5a5a5;--jd-color-dark:#4c4c4c;--jd-color-blue:#b5d6fd;--jd-color-light-blue:rgba(181, 214, 253, 0.5);--jd-color-red:#ff3b3b;--jd-color-light-red:rgba(255, 59, 59, 0.4);--jd-color-default:var(--jd-color-dark);--jd-color-text:#222;--jd-color-label:var(--jd-color-gray-dark);--jd-color-error:var(--jd-color-red);--jd-color-border:var(--jd-color-gray);--jd-color-border-dark:var(--jd-color-dark);--jd-color-border-selected:#1e88e5;--jd-color-border-active:#b5b5b5;--jd-color-selection:var(--jd-color-dark);--jd-color-selection-area:#bdbdbd;--jd-color-separator:var(--jd-color-border);--jd-color-placeholder:var(--jd-color-gray-dark);--jd-color-panel:#f9f9f9;--jd-color-resizer:#c8c8c8;--jd-color-background-default:var(--jd-color-white);--jd-color-background-light-gray:#f5f5f6;--jd-color-background-gray:var(--jd-color-gray);--jd-color-background-gray-hover:#f8f8f8;--jd-color-background-button-hover:#ecebe9;--jd-color-background-button-hover-opacity30:rgba(236, 235, 233, 0.3);--jd-color-background-progress:#b91f1f;--jd-color-background-active:#2196f3;--jd-color-background-selection:#b5d6fd;--jd-color-text-selection:var(--jd-color-white);--jd-color-background-selection-opacity50:rgba(181, 214, 253, 0.995);--jd-color-source-area:#323232;--jd-color-button-background-hover:#dcdcdc;--jd-color-button-background-hover-opacity40:rgba(220, 220, 220, 0.4);--jd-color-button-background-hover-opacity60:rgba(220, 220, 220, 0.6);--jd-font-default:-apple-system, blinkmacsystemfont, 'Segoe UI', roboto, oxygen-sans, ubuntu, cantarell, 'Helvetica Neue', sans-serif;--jd-font-size-default:14px;--jd-font-size-small:11px;--jd-color-text-icons:rgba(0, 0, 0, 0.75);--jd-color-icon:var(--jd-color-dark);--jd-padding-default:8px;--jd-border-radius-default:3px;--jd-icon-tiny-size:8px;--jd-icon-xsmall-size:10px;--jd-icon-small-size:12px;--jd-icon-middle-size:14px;--jd-icon-large-size:16px;--jd-z-index-full-size:100000;--jd-z-index-popup:10000001;--jd-z-index-dialog-overlay:20000003;--jd-z-index-dialog:20000004;--jd-z-index-context-menu:30000005;--jd-z-index-tooltip:30000006;--jd-icon-loader-size:48px;--jd-width-element-default:18px;--jd-height-element-default:18px;--jd-dark-background-color:#575757;--jd-dark-background-ligher:#c0c0c0;--jd-dark-background-darknes:#353535;--jd-dark-border-color:#444;--jd-dark-text-color:#d1cccc;--jd-dark-text-color-opacity80:rgba(209, 204, 204, 0.8);--jd-dark-text-color-opacity50:rgba(209, 204, 204, 0.5);--jd-dark-icon-color:#c0c0c0;--jd-dark-toolbar-color:#5f5c5c;--jd-dark-toolbar-seperator-color1:rgba(81, 81, 81, 0.41);--jd-dark-toolbar-seperator-color2:#686767;--jd-dark-toolbar-seperator-color-opacity80:rgba(104, 103, 103, 0.8);--jd-dark-toolbar-seperator-color3:rgba(104, 103, 103, 0.75);--jd-dark-color-border-selected:#152f5f;--jd-width-default:180px;--jd-width-input-min:var(--jd-width-default);--jd-input-height:32px;--jd-button-icon-size:14px;--jd-margin-v:2px;--jd-button-df-size:calc((var(--jd-button-icon-size) - 4px) * 2);--jd-button-size:calc(var(--jd-button-icon-size) + var(--jd-button-df-size) + var(--jd-margin-v) * 2);--jd-focus-input-box-shadow:0 0 0 0.05rem rgba(0, 123, 255, 0.25);--jd-icon-transform-origin:center;--jd-icon-transform-scale:1}.jodit-wysiwyg{outline:0}.jodit-wysiwyg::selection,.jodit-wysiwyg *::selection{background:#b5d6fd;color:#4c4c4c}.jodit-container:not(.jodit_inline) .jodit-wysiwyg{position:relative;padding:8px;margin:0;outline:0;overflow-x:auto}.jodit-container:not(.jodit_inline) .jodit-wysiwyg img{position:relative;max-width:100%}.jodit-container:not(.jodit_inline) .jodit-wysiwyg jodit-media{position:relative}.jodit-container:not(.jodit_inline) .jodit-wysiwyg jodit-media *{position:relative;z-index:0}.jodit-container:not(.jodit_inline) .jodit-wysiwyg jodit-media::before{position:absolute;z-index:1;content:'';inset:0}:root{--jd-switche-width:60px;--jd-switche-height:32px;--jd-switche-slider-margin:4px;--jd-switche-slider-size:calc(var(--jd-switche-height) - var(--jd-switche-slider-margin) * 2)}.jodit-form{font-family:var(--jd-font-default);font-size:var(--jd-font-size-default);color:var(--jd-color-default)}.jodit-form.jodit_error{border-color:var(--jd-color-error);box-shadow:inset 0 0 3px 0 rgba(189, 189, 189, 0.3)}@media (max-width: 768px){.jodit-form{min-width:150px}}.jodit-form button{height:36px;padding:var(--jd-padding-default);border:none;margin-top:var(--jd-padding-default);margin-bottom:var(--jd-padding-default);background:#d6d6d6;color:var(--jd-color-dark);cursor:pointer;font-size:16px;line-height:1;outline:none;text-decoration:none;transition:background 0.2s ease 0s}.jodit-form button:hover{background-color:var(--jd-color-background-button-hover);color:var(--jd-color-dark)}.jodit-form button:active{background:var(--jd-color-background-button-hover);color:var(--jd-color-dark)}.jodit-form label{display:flex;align-items:center;margin-bottom:var(--jd-padding-default);text-align:left;white-space:nowrap}.jodit-form label:last-child{margin-bottom:0}.jodit-form .jodit-form__center{justify-content:center}.jodit .jodit-textarea,.jodit .jodit-select,.jodit .jodit-input{font-family:var(--jd-font-default);font-size:var(--jd-font-size-default);width:100%;height:var(--jd-input-height);box-sizing:border-box;padding:0 var(--jd-padding-default);border:1px solid var(--jd-color-border);border-radius:0;appearance:none;background-color:var(--jd-color-white);line-height:1.2;outline:none}.jodit .jodit-textarea[disabled],.jodit .jodit-select[disabled],.jodit .jodit-input[disabled]{background-color:#f0f0f0;color:var(--jd-color-border)}.jodit .jodit-textarea_has-error_true,.jodit .jodit-select_has-error_true,.jodit .jodit-input_has-error_true{border-color:var(--jd-color-red)}.jodit .jodit-input:focus{border-color:#66afe9;outline:0}.jodit-checkbox{position:relative;z-index:2;width:16px;height:16px;padding:0;border:0 none;margin:0 calc(var(--jd-padding-default) / 2) 0 0;cursor:pointer;outline:none}.jodit-select{padding-right:calc(var(--jd-padding-default) * 2);background-image:url(\"data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%204.95%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3A%23444%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Earrows%3C%2Ftitle%3E%3Crect%20class%3D%22cls-1%22%20width%3D%224.95%22%20height%3D%2210%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%221.41%204.67%202.48%203.18%203.54%204.67%201.41%204.67%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%223.54%205.33%202.48%206.82%201.41%205.33%203.54%205.33%22%2F%3E%3C%2Fsvg%3E\");background-position:98% 50%;background-repeat:no-repeat}.jodit-textarea{min-width:var(--jd-width-input-min);height:auto}.jodit-form__group{display:flex;min-width:var(--jd-width-input-min);flex-direction:column;margin-bottom:var(--jd-padding-default)}.jodit-form__group label{margin-bottom:calc(var(--jd-padding-default) / 2)}.jodit-button{position:relative;display:inline-flex;width:auto;height:calc(var(--jd-padding-default) * 4);align-items:center;justify-content:center;padding:0 var(--jd-padding-default);border:0;border-radius:0.25rem;margin:0;background-color:var(--jd-color-background-gray);color:var(--jd-color-default);cursor:pointer;line-height:1;text-decoration:none;user-select:none}.jodit-button svg{display:inline-block;width:24px;height:24px}.jodit-button svg+span{margin-left:calc(var(--jd-padding-default) / 2)}.jodit-button:active{outline:0}.jodit-button:focus{outline:0}.jodit-button.disabled{opacity:0.7}.jodit-buttons{display:flex;flex-wrap:nowrap;justify-content:space-between;margin-bottom:var(--jd-padding-default)}.jodit-button .jodit_icon,.jodit-dialog__header .jodit_icon,.jodit-button svg,.jodit-dialog__header svg{display:inline-block;width:16px;height:16px;vertical-align:middle}.jodit-switcher-wrapper{display:flex;align-items:center}.jodit-switcher-wrapper .jodit-switcher+span{margin-left:var(--jd-padding-default)}.jodit-switcher{position:relative;display:inline-block;width:var(--jd-switche-width);height:var(--jd-switche-height)}.jodit-switcher input{width:0;height:0;opacity:0}.jodit-switcher .jodit-switcher__slider{position:absolute;border-radius:var(--jd-switche-height);background-color:var(--jd-color-gray);cursor:pointer;inset:0;transition:0.4s}.jodit-switcher .jodit-switcher__slider::before{position:absolute;bottom:var(--jd-switche-slider-margin);left:var(--jd-switche-slider-margin);width:var(--jd-switche-slider-size);height:var(--jd-switche-slider-size);border-radius:50%;background-color:white;content:'';transition:0.4s}input:checked+.jodit-switcher__slider{background-color:var(--jd-color-background-active)}input:checked+.jodit-switcher__slider::before{transform:translateX(calc(var(--jd-switche-width) - var(--jd-switche-slider-margin) * 2 - var(--jd-switche-slider-size)))}input:focus+.jodit-switcher__slider{box-shadow:0 0 1px var(--jd-color-background-active)}.jodit-button-group{display:flex}.jodit-button-group input{display:none}.jodit-button-group button{display:flex;flex:1;justify-content:center;text-align:center}.jodit-button-group button+button{margin-left:-1px}.jodit-button-group input:first-child+button,.jodit-button-group button:first-child{border-right:0;border-bottom-right-radius:0;border-top-right-radius:0}.jodit-button-group input:last-child+button,.jodit-button-group button:last-child{border-left:0;border-bottom-left-radius:0;border-top-left-radius:0}.jodit-button-group input[type='checkbox']:not(:checked)+button+button{background-image:none;box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.05)}.jodit-button-group input[type='checkbox']:checked+button{background-image:none;box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.05)}.jodit_text_icons .jodit_icon{width:auto;font-size:var(--jd-font-size-default)}.jodit_text_icons .jodit_icon::first-letter{text-transform:uppercase}.jodit_text_icons .jodit-tabs .jodit-tabs__buttons>a{width:auto;font-family:var(--jd-font-default)}.jodit_text_icons .jodit-tabs .jodit-tabs__buttons>a i{width:auto}.jodit_text_icons.jodit-dialog .jodit-dialog__header a,.jodit_text_icons.jodit-dialog .jodit-button{width:auto;padding:var(--jd-padding-default);color:var(--jd-color-text-icons);font-family:var(--jd-font-default)}.jodit_text_icons.jodit-dialog .jodit-dialog__header a .jodit_icon,.jodit_text_icons.jodit-dialog .jodit-button .jodit_icon{width:auto}.jodit-grid{display:flex;width:100%}.jodit-grid.jodit-grid_column{flex-direction:column}@media (max-width: 480px){.jodit-grid.jodit-grid_xs-column{flex-direction:column}}.jodit-grid [class*='jodit_col-']{flex:1 1 auto}.jodit-grid .jodit_col-lg-5-5{width:100%}.jodit-grid .jodit_col-lg-4-5{width:80%}.jodit-grid .jodit_col-lg-3-5{width:60%}.jodit-grid .jodit_col-lg-2-5{width:40%}.jodit-grid .jodit_col-lg-1-5{width:20%}.jodit-grid .jodit_col-lg-4-4{width:100%}.jodit-grid .jodit_col-lg-3-4{width:75%}.jodit-grid .jodit_col-lg-2-4{width:50%}.jodit-grid .jodit_col-lg-1-4{width:25%}@media (max-width: 992px){.jodit-grid .jodit_col-md-5-5{width:100%}.jodit-grid .jodit_col-md-4-5{width:80%}.jodit-grid .jodit_col-md-3-5{width:60%}.jodit-grid .jodit_col-md-2-5{width:40%}.jodit-grid .jodit_col-md-1-5{width:20%}.jodit-grid .jodit_col-md-4-4{width:100%}.jodit-grid .jodit_col-md-3-4{width:75%}.jodit-grid .jodit_col-md-2-4{width:50%}.jodit-grid .jodit_col-md-1-4{width:25%}}@media (max-width: 768px){.jodit-grid .jodit_col-sm-5-5{width:100%}.jodit-grid .jodit_col-sm-4-5{width:80%}.jodit-grid .jodit_col-sm-3-5{width:60%}.jodit-grid .jodit_col-sm-2-5{width:40%}.jodit-grid .jodit_col-sm-1-5{width:20%}.jodit-grid .jodit_col-sm-4-4{width:100%}.jodit-grid .jodit_col-sm-3-4{width:75%}.jodit-grid .jodit_col-sm-2-4{width:50%}.jodit-grid .jodit_col-sm-1-4{width:25%}}@media (max-width: 480px){.jodit-grid .jodit_col-xs-5-5{width:100%}.jodit-grid .jodit_col-xs-4-5{width:80%}.jodit-grid .jodit_col-xs-3-5{width:60%}.jodit-grid .jodit_col-xs-2-5{width:40%}.jodit-grid .jodit_col-xs-1-5{width:20%}.jodit-grid .jodit_col-xs-4-4{width:100%}.jodit-grid .jodit_col-xs-3-4{width:75%}.jodit-grid .jodit_col-xs-2-4{width:50%}.jodit-grid .jodit_col-xs-1-4{width:25%}}@keyframes rotate{to{transform:rotate(360deg)}}.jodit-icon_loader{display:inline-block;width:var(--jd-icon-loader-size);height:var(--jd-icon-loader-size);animation:rotate 2s ease-out 0s infinite;background:url(data:image/png;base64,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) no-repeat center;background-size:100% 100%;vertical-align:middle;will-change:transform}.jodit-icon{overflow:visible;width:14px;height:14px;background:center no-repeat;background-size:contain;fill:var(--jd-color-icon);stroke:var(--jd-color-icon);transform-origin:var(--jd-icon-transform-origin);transform:scale(var(--jd-icon-transform-scale, 1))}.jodit-icon_close{stroke:var(--jd-color-icon)}svg.jodit-icon{height:auto;isolation:isolate}.jodit-icon_text{font-size:14px}.jodit,.jodit-container{--jd-jodit-workplace-height:auto}.jodit,.jodit-container,.jodit *,.jodit-container *{box-sizing:border-box}.jodit .jodit-workplace,.jodit-container .jodit-workplace{position:relative;overflow:auto;min-width:0;height:var(--jd-jodit-workplace-height);min-height:0;flex:1 1 auto}.jodit .jodit-workplace .jodit-wysiwyg,.jodit-container .jodit-workplace .jodit-wysiwyg,.jodit .jodit-workplace .jodit-wysiwyg_iframe,.jodit-container .jodit-workplace .jodit-wysiwyg_iframe{width:100%;height:100%}.jodit-wysiwyg *[contenteditable='false']{cursor:default}.jodit-container:not(.jodit_inline){border:1px solid var(--jd-color-border);border-radius:var(--jd-border-radius-default);background-color:var(--jd-color-background-light-gray)}.jodit-container:not(.jodit_inline) .jodit-workplace{max-height:100%;border:0 solid var(--jd-color-border);background-color:var(--jd-color-background-default)}.jodit-container:not(.jodit_inline).jodit_disabled{background:var(--jd-color-background-gray)}.jodit-container:not(.jodit_inline).jodit_disabled .jodit-workplace{opacity:0.4}.jodit_lock{user-select:none !important}.jodit_disabled{user-select:none !important}.jodit_hidden{display:none !important}.jodit_vertical_middle{display:flex;align-items:center}.jodit-box{position:static;width:auto;max-width:none;height:auto;padding:0;border:0;margin:0;background:0 0;float:none;outline:0}.jodit{--jd-slot-top-height:auto;--jd-slot-bottom-height:auto;--jd-slot-left-width:auto;--jd-slot-right-width:auto}.jodit .jodit-jodit__workplace-slot_top_true,.jodit .jodit-jodit__workplace-slot_bottom_true{min-width:0;flex:0 0 auto}.jodit .jodit-jodit__workplace-slot_top_true:empty,.jodit .jodit-jodit__workplace-slot_bottom_true:empty{display:none}.jodit .jodit-jodit__workplace-slot_top_true{height:var(--jd-slot-top-height)}.jodit .jodit-jodit__workplace-slot_top_true:not(:empty){border-bottom:1px solid var(--jd-color-border, transparent)}.jodit .jodit-jodit__workplace-slot_bottom_true{height:var(--jd-slot-bottom-height)}.jodit .jodit-jodit__workplace-slot_bottom_true:not(:empty){border-top:1px solid var(--jd-color-border, transparent)}.jodit .jodit-jodit__workplace-slot_center_true{display:flex;min-width:0;min-height:0;max-height:var(--jd-jodit-workplace-height);flex:1 1 auto;align-items:stretch;gap:0}.jodit .jodit-jodit__workplace-slot_left_true,.jodit .jodit-jodit__workplace-slot_right_true{overflow:auto;min-width:0;max-width:50%;flex:0 0 auto;contain:size}.jodit .jodit-jodit__workplace-slot_left_true:empty,.jodit .jodit-jodit__workplace-slot_right_true:empty{display:none}.jodit .jodit-jodit__workplace-slot_left_true{width:var(--jd-slot-left-width)}.jodit .jodit-jodit__workplace-slot_left_true:not(:empty)+.jodit-workplace{border-left:1px solid var(--jd-color-border, transparent)}.jodit .jodit-jodit__workplace-slot_right_true{width:var(--jd-slot-right-width)}.jodit .jodit-workplace+.jodit-jodit__workplace-slot_right_true:not(:empty){border-left:1px solid var(--jd-color-border, transparent)}.jodit.jodit_lock{user-select:none !important}.jodit.jodit_lock .jodit-jodit__workplace-slot_left_true,.jodit.jodit_lock .jodit-jodit__workplace-slot_right_true,.jodit.jodit_lock .jodit-jodit__workplace-slot_top_true,.jodit.jodit_lock .jodit-jodit__workplace-slot_bottom_true,.jodit.jodit_lock .jodit-jodit__workplace-slot_center_true{overflow:hidden}.jodit-dialog_theme_dark,.jodit_theme_dark{--jd-color-border:#6b6b6b;--jd-color-text:var(--jd-dark-text-color)}.jodit-dialog_theme_dark .jodit-toolbar-collection_mode_horizontal,.jodit_theme_dark .jodit-toolbar-collection_mode_horizontal,.jodit-dialog_theme_dark .jodit-toolbar-editor-collection_mode_horizontal,.jodit_theme_dark .jodit-toolbar-editor-collection_mode_horizontal{background-image:repeating-linear-gradient(transparent 0, transparent calc(var(--jd-button-size) - 1px), var(--jd-color-border) var(--jd-button-size))}.jodit-dialog_theme_dark .jodit-toolbar-collection_mode_horizontal::after,.jodit_theme_dark .jodit-toolbar-collection_mode_horizontal::after,.jodit-dialog_theme_dark .jodit-toolbar-editor-collection_mode_horizontal::after,.jodit_theme_dark .jodit-toolbar-editor-collection_mode_horizontal::after{background-color:var(--jd-color-border)}.jodit-dialog_theme_dark .jodit-toolbar__box:not(:empty),.jodit_theme_dark .jodit-toolbar__box:not(:empty){border-color:var(--jd-color-border)}.jodit-dialog_theme_dark .jodit-toolbar__box:not(:empty) .jodit-toolbar-editor-collection::after,.jodit_theme_dark .jodit-toolbar__box:not(:empty) .jodit-toolbar-editor-collection::after{background-color:var(--jd-color-border)}.jodit-dialog_theme_dark .jodit-ui-group_separated_true:not(:last-child,.jodit-ui-group_before-spacer_true)::after,.jodit_theme_dark .jodit-ui-group_separated_true:not(:last-child,.jodit-ui-group_before-spacer_true)::after{border-right-color:var(--jd-color-border)}.jodit-dialog_theme_dark.jodit-container,.jodit_theme_dark.jodit-container{border-color:var(--jd-color-border);background-color:var(--jd-dark-background-color)}.jodit-dialog_theme_dark.jodit-container.jodit_disabled,.jodit_theme_dark.jodit-container.jodit_disabled{background-color:var(--jd-dark-background-color)}.jodit-dialog_theme_dark.jodit-container:not(.jodit_inline) .jodit-workplace,.jodit_theme_dark.jodit-container:not(.jodit_inline) .jodit-workplace{border-color:var(--jd-dark-background-color)}.jodit-dialog_theme_dark .jodit-popup__content,.jodit_theme_dark .jodit-popup__content{background:var(--jd-dark-background-color)}.jodit-dialog_theme_dark .jodit-ui-button,.jodit_theme_dark .jodit-ui-button,.jodit-dialog_theme_dark .jodit-toolbar-select,.jodit_theme_dark .jodit-toolbar-select,.jodit-dialog_theme_dark .jodit-toolbar-button,.jodit_theme_dark .jodit-toolbar-button{--jd-color-icon:var(--jd-dark-icon-color)}.jodit-dialog_theme_dark .jodit-ui-button__text,.jodit_theme_dark .jodit-ui-button__text,.jodit-dialog_theme_dark .jodit-toolbar-select__text,.jodit_theme_dark .jodit-toolbar-select__text,.jodit-dialog_theme_dark .jodit-toolbar-button__text,.jodit_theme_dark .jodit-toolbar-button__text{color:var(--jd-color-text)}.jodit-dialog_theme_dark .jodit-ui-button svg,.jodit_theme_dark .jodit-ui-button svg,.jodit-dialog_theme_dark .jodit-toolbar-select svg,.jodit_theme_dark .jodit-toolbar-select svg,.jodit-dialog_theme_dark .jodit-toolbar-button svg,.jodit_theme_dark .jodit-toolbar-button svg,.jodit-dialog_theme_dark .jodit-ui-button__trigger,.jodit_theme_dark .jodit-ui-button__trigger,.jodit-dialog_theme_dark .jodit-toolbar-select__trigger,.jodit_theme_dark .jodit-toolbar-select__trigger,.jodit-dialog_theme_dark .jodit-toolbar-button__trigger,.jodit_theme_dark .jodit-toolbar-button__trigger,.jodit-dialog_theme_dark .jodit-ui-button .jodit-icon,.jodit_theme_dark .jodit-ui-button .jodit-icon,.jodit-dialog_theme_dark .jodit-toolbar-select .jodit-icon,.jodit_theme_dark .jodit-toolbar-select .jodit-icon,.jodit-dialog_theme_dark .jodit-toolbar-button .jodit-icon,.jodit_theme_dark .jodit-toolbar-button .jodit-icon{fill:var(--jd-color-icon);stroke:var(--jd-color-icon)}.jodit-dialog_theme_dark .jodit-ui-button:hover:not([disabled]),.jodit_theme_dark .jodit-ui-button:hover:not([disabled]),.jodit-dialog_theme_dark .jodit-toolbar-select:hover:not([disabled]),.jodit_theme_dark .jodit-toolbar-select:hover:not([disabled]),.jodit-dialog_theme_dark .jodit-toolbar-button:hover:not([disabled]),.jodit_theme_dark .jodit-toolbar-button:hover:not([disabled]),.jodit-dialog_theme_dark .jodit-ui-button__text:hover:not([disabled]),.jodit_theme_dark .jodit-ui-button__text:hover:not([disabled]),.jodit-dialog_theme_dark .jodit-toolbar-select__text:hover:not([disabled]),.jodit_theme_dark .jodit-toolbar-select__text:hover:not([disabled]),.jodit-dialog_theme_dark .jodit-toolbar-button__text:hover:not([disabled]),.jodit_theme_dark .jodit-toolbar-button__text:hover:not([disabled]),.jodit-dialog_theme_dark .jodit-ui-button__button:hover:not([disabled]),.jodit_theme_dark .jodit-ui-button__button:hover:not([disabled]),.jodit-dialog_theme_dark .jodit-toolbar-select__button:hover:not([disabled]),.jodit_theme_dark .jodit-toolbar-select__button:hover:not([disabled]),.jodit-dialog_theme_dark .jodit-toolbar-button__button:hover:not([disabled]),.jodit_theme_dark .jodit-toolbar-button__button:hover:not([disabled]),.jodit-dialog_theme_dark .jodit-ui-button__trigger:hover:not([disabled]),.jodit_theme_dark .jodit-ui-button__trigger:hover:not([disabled]),.jodit-dialog_theme_dark .jodit-toolbar-select__trigger:hover:not([disabled]),.jodit_theme_dark .jodit-toolbar-select__trigger:hover:not([disabled]),.jodit-dialog_theme_dark .jodit-toolbar-button__trigger:hover:not([disabled]),.jodit_theme_dark .jodit-toolbar-button__trigger:hover:not([disabled]){--jd-color-text:var(--jd-dark-background-color);--jd-color-icon:var(--jd-dark-background-color);background-color:var(--jd-dark-background-ligher);color:var(--jd-dark-background-color)}.jodit-dialog_theme_dark .jodit-status-bar:not(:empty),.jodit_theme_dark .jodit-status-bar:not(:empty),.jodit-dialog_theme_dark .jodit-status-bar,.jodit_theme_dark .jodit-status-bar{border-color:var(--jd-color-border);background-color:var(--jd-dark-toolbar-color);color:var(--jd-dark-text-color)}.jodit-dialog_theme_dark .jodit-status-bar:not(:empty) a.jodit-status-bar-link,.jodit_theme_dark .jodit-status-bar:not(:empty) a.jodit-status-bar-link,.jodit-dialog_theme_dark .jodit-status-bar a.jodit-status-bar-link,.jodit_theme_dark .jodit-status-bar a.jodit-status-bar-link,.jodit-dialog_theme_dark .jodit-status-bar:not(:empty) a.jodit-status-bar-link:hover,.jodit_theme_dark .jodit-status-bar:not(:empty) a.jodit-status-bar-link:hover,.jodit-dialog_theme_dark .jodit-status-bar a.jodit-status-bar-link:hover,.jodit_theme_dark .jodit-status-bar a.jodit-status-bar-link:hover,.jodit-dialog_theme_dark .jodit-status-bar:not(:empty) a.jodit-status-bar-link:visited,.jodit_theme_dark .jodit-status-bar:not(:empty) a.jodit-status-bar-link:visited,.jodit-dialog_theme_dark .jodit-status-bar a.jodit-status-bar-link:visited,.jodit_theme_dark .jodit-status-bar a.jodit-status-bar-link:visited{color:var(--jd-dark-text-color)}.jodit-dialog_theme_dark .jodit-status-bar:not(:empty),.jodit_theme_dark .jodit-status-bar:not(:empty),.jodit-dialog_theme_dark .jodit-status-bar,.jodit_theme_dark .jodit-status-bar,.jodit-dialog_theme_dark .jodit-status-bar:not(:empty) .jodit-status-bar__item a,.jodit_theme_dark .jodit-status-bar:not(:empty) .jodit-status-bar__item a,.jodit-dialog_theme_dark .jodit-status-bar .jodit-status-bar__item a,.jodit_theme_dark .jodit-status-bar .jodit-status-bar__item a,.jodit-dialog_theme_dark .jodit-status-bar:not(:empty) .jodit-status-bar__item span,.jodit_theme_dark .jodit-status-bar:not(:empty) .jodit-status-bar__item span,.jodit-dialog_theme_dark .jodit-status-bar .jodit-status-bar__item span,.jodit_theme_dark .jodit-status-bar .jodit-status-bar__item span{color:var(--jd-dark-text-color)}.jodit-dialog_theme_dark .jodit-toolbar__box:not(:empty),.jodit_theme_dark .jodit-toolbar__box:not(:empty){background:var(--jd-dark-toolbar-color)}.jodit-dialog_theme_dark .jodit-icon-close,.jodit_theme_dark .jodit-icon-close{stroke:var(--jd-dark-icon-color)}.jodit-dialog_theme_dark .jodit-wysiwyg_iframe,.jodit_theme_dark .jodit-wysiwyg_iframe,.jodit-dialog_theme_dark .jodit-wysiwyg,.jodit_theme_dark .jodit-wysiwyg{background-color:var(--jd-dark-background-color);color:var(--jd-dark-text-color)}.jodit-dialog_theme_dark .jodit-form textarea,.jodit_theme_dark .jodit-form textarea,.jodit-dialog_theme_dark .jodit-form input[type='url'],.jodit_theme_dark .jodit-form input[type='url'],.jodit-dialog_theme_dark .jodit-form input[type='text'],.jodit_theme_dark .jodit-form input[type='text']{border-color:var(--jd-dark-toolbar-seperator-color2);background-color:var(--jd-dark-toolbar-seperator-color1);color:var(--jd-dark-text-color)}.jodit-dialog_theme_dark .jodit-form button,.jodit_theme_dark .jodit-form button{background-color:var(--jd-dark-toolbar-seperator-color3);color:var(--jd-dark-text-color)}.jodit-dialog_theme_dark .jodit-placeholder,.jodit_theme_dark .jodit-placeholder{color:var(--jd-dark-text-color-opacity80)}.jodit-dialog_theme_dark .jodit-drag-and-drop__file-box,.jodit_theme_dark .jodit-drag-and-drop__file-box,.jodit-dialog_theme_dark .jodit_uploadfile_button,.jodit_theme_dark .jodit_uploadfile_button{color:var(--jd-dark-text-color)}.jodit-dialog_theme_dark .jodit-drag-and-drop__file-box:hover,.jodit_theme_dark .jodit-drag-and-drop__file-box:hover,.jodit-dialog_theme_dark .jodit_uploadfile_button:hover,.jodit_theme_dark .jodit_uploadfile_button:hover{background-color:var(--jd-dark-toolbar-seperator-color3)}.jodit-dialog_theme_dark .jodit-add-new-line::before,.jodit_theme_dark .jodit-add-new-line::before{border-top-color:var(--jd-dark-toolbar-seperator-color2)}.jodit-dialog_theme_dark .jodit-add-new-line span,.jodit_theme_dark .jodit-add-new-line span{border-color:var(--jd-dark-toolbar-seperator-color2);background:var(--jd-dark-toolbar-seperator-color3)}.jodit-dialog_theme_dark .jodit-add-new-line span svg,.jodit_theme_dark .jodit-add-new-line span svg{fill:var(--jd-dark-text-color)}.jodit-dialog_theme_dark .jodit-resizer>i,.jodit_theme_dark .jodit-resizer>i{border-color:var(--jd-dark-icon-color);background:var(--jd-dark-toolbar-seperator-color3)}.jodit-dialog_theme_dark .jodit-select,.jodit_theme_dark .jodit-select,.jodit-dialog_theme_dark .jodit-input,.jodit_theme_dark .jodit-input{border-color:var(--jd-dark-border-color);background-color:var(--jd-dark-background-ligher);color:var(--jd-dark-border-color)}.jodit-dialog_theme_dark.jodit-dialog,.jodit_theme_dark.jodit-dialog{background-color:var(--jd-dark-background-color)}.jodit-dialog_theme_dark.jodit-dialog .jodit-filebrowser__files.active .jodit-filebrowser__files-item,.jodit_theme_dark.jodit-dialog .jodit-filebrowser__files.active .jodit-filebrowser__files-item,.jodit-dialog_theme_dark.jodit-dialog .jodit-dialog__header,.jodit_theme_dark.jodit-dialog .jodit-dialog__header{border-color:var(--jd-dark-border-color)}.jodit-dialog_theme_dark.jodit-dialog .jodit-filebrowser__files.active .jodit-filebrowser__files-item-info,.jodit_theme_dark.jodit-dialog .jodit-filebrowser__files.active .jodit-filebrowser__files-item-info{background-color:var(--jd-dark-text-color)}.mg-c-input__readonly-value{min-height:var(--mg-b-font-size);align-self:flex-start;margin-top:calc((var(--mg-b-size-min-height) - var(--mg-b-font-size)*var(--mg-b-line-height))/2);overflow-wrap:anywhere}.mg-u-visually-hidden{position:absolute !important;overflow:hidden !important;width:.1rem !important;height:.1rem !important;padding:0 !important;border:0 !important;margin:-0.1rem !important;clip:rect(0.1rem, 0.1rem, 0.1rem, 0.1rem) !important;clip-path:inset(50%) !important;white-space:nowrap !important}*:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion){*{animation:none !important;transition:none !important}}a{color:inherit;text-decoration:underline}a:hover,a:focus,a:active{text-decoration:none}.mg-c-input.mg-c-input--rich-text-editor .mg-c-input__wrapper{display:flex;width:100%;flex-direction:column}.mg-c-input.mg-c-input--rich-text-editor .mg-c-input__container{position:relative;z-index:1;border:var(--mg-c-input-border-width) solid var(--mg-c-input-color-border);border-radius:var(--mg-c-input-border-radius);background-color:var(--mg-b-color-light)}.mg-c-input.mg-c-input--rich-text-editor .mg-c-input__container:focus-within{box-shadow:0 0 var(--mg-b-size-4) var(--mg-c-input-color-box-shadow-focus);outline:Highlight auto .1rem;outline:-webkit-focus-ring-color auto .1rem}.mg-c-input.mg-c-input--rich-text-editor .mg-c-input__toolbar-box{position:relative;z-index:-1}.mg-c-input.mg-c-input--rich-text-editor .mg-c-input__workplace{background-color:rgba(0,0,0,0)}.mg-c-input.mg-c-input--rich-text-editor .mg-c-input__wysiwyg>*,.mg-c-input.mg-c-input--rich-text-editor .mg-c-input__readonly-value>*{margin:0}.mg-c-input.mg-c-input--rich-text-editor .mg-c-input__wysiwyg>*+*,.mg-c-input.mg-c-input--rich-text-editor .mg-c-input__readonly-value>*+*{margin-top:1em}.mg-c-input.mg-c-input--rich-text-editor.mg-c-input--has-error .mg-c-input__container,.mg-c-input.mg-c-input--rich-text-editor.mg-c-input--has-error .mg-c-input__toolbar-box{border-color:var(--mg-b-color-danger)}.mg-c-input.mg-c-input--rich-text-editor.mg-c-input--disabled .mg-c-input__wrapper{opacity:var(--mg-b-opacity-element-disabled)}.mg-c-input.mg-c-input--rich-text-editor.mg-c-input--disabled .mg-c-input__toolbar-box{pointer-events:none}";export{xd as mg_input_rich_text_editor}
|