1mpacto-react-ui 2.0.2 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/_mixins.scss +43 -43
- package/dist/assets/core.css +1 -1
- package/dist/assets/fontfamily.css +1 -1
- package/dist/assets/icons/arrow-narrow-down.svg +3 -3
- package/dist/assets/style.css +1 -1
- package/dist/index.cjs +137 -136
- package/dist/index.mjs +15177 -14858
- package/dist/package.json.d.ts +132 -133
- package/dist/src/components/Button/Button.config.d.ts +2 -1
- package/dist/src/components/ButtonIcon/ButtonIcon.config.d.ts +14 -0
- package/dist/src/components/Pagination/Pagination.config.d.ts +18 -2
- package/dist/src/components/Pagination/Pagination.d.ts +1 -1
- package/dist/src/components/Pagination/Pagination.stories.d.ts +14 -1
- package/dist/src/components/RadioCheckbox/RadioCheckboxLabel.config.d.ts +1 -0
- package/dist/src/components/Upload/UploadMultipleFile.d.ts +1 -1
- package/dist/src/components/Upload/UploadMultipleFile.stories.d.ts +1 -1
- package/dist/src/config/bigNumber/index.d.ts +1 -1
- package/dist/src/interfaces/components/Button/index.d.ts +1 -1
- package/dist/src/interfaces/components/ButtonIcon/index.d.ts +2 -2
- package/dist/src/interfaces/components/Checkbox/index.d.ts +2 -7
- package/dist/src/interfaces/components/Pagination/index.d.ts +6 -0
- package/dist/src/interfaces/components/RadioCheckbox/RadioCheckboxLabel.d.ts +1 -1
- package/dist/src/interfaces/components/Table/index.d.ts +17 -2
- package/dist/src/interfaces/components/UploadFile/index.d.ts +8 -2
- package/dist/tinymce/CHANGELOG.md +3910 -3785
- package/dist/tinymce/js/tinymce/icons/default/icons.min.js +1 -1
- package/dist/tinymce/js/tinymce/models/dom/model.min.js +1 -1
- package/dist/tinymce/js/tinymce/notices.txt +21 -21
- package/dist/tinymce/js/tinymce/plugins/accordion/plugin.min.js +1 -1
- package/dist/tinymce/js/tinymce/plugins/advlist/plugin.min.js +1 -1
- package/dist/tinymce/js/tinymce/plugins/autolink/plugin.min.js +1 -1
- package/dist/tinymce/js/tinymce/plugins/autoresize/plugin.min.js +1 -1
- package/dist/tinymce/js/tinymce/plugins/autosave/plugin.min.js +1 -1
- package/dist/tinymce/js/tinymce/plugins/charmap/plugin.min.js +1 -1
- package/dist/tinymce/js/tinymce/plugins/code/plugin.min.js +1 -1
- package/dist/tinymce/js/tinymce/plugins/codesample/plugin.min.js +9 -9
- package/dist/tinymce/js/tinymce/plugins/directionality/plugin.min.js +1 -1
- package/dist/tinymce/js/tinymce/plugins/emoticons/plugin.min.js +1 -1
- package/dist/tinymce/js/tinymce/plugins/fullscreen/plugin.min.js +1 -1
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/bg-BG.js +93 -0
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/fr-FR.js +93 -0
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/he-IL.js +93 -0
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/hu-HU.js +93 -0
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ko-KR.js +93 -0
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/nb-NO.js +93 -0
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/pt-BR.js +93 -0
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/pt-PT.js +93 -0
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/sl-SI.js +93 -0
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/sv-SE.js +93 -0
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/th-TH.js +93 -0
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/zh-CN.js +87 -0
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/zh-TW.js +93 -0
- package/dist/tinymce/js/tinymce/plugins/help/plugin.min.js +1 -1
- package/dist/tinymce/js/tinymce/plugins/image/plugin.min.js +1 -1
- package/dist/tinymce/js/tinymce/plugins/importcss/plugin.min.js +1 -1
- package/dist/tinymce/js/tinymce/plugins/insertdatetime/plugin.min.js +1 -1
- package/dist/tinymce/js/tinymce/plugins/link/plugin.min.js +1 -1
- package/dist/tinymce/js/tinymce/plugins/lists/plugin.min.js +1 -1
- package/dist/tinymce/js/tinymce/plugins/media/plugin.min.js +1 -1
- package/dist/tinymce/js/tinymce/plugins/preview/plugin.min.js +1 -1
- package/dist/tinymce/js/tinymce/plugins/quickbars/plugin.min.js +1 -1
- package/dist/tinymce/js/tinymce/plugins/searchreplace/plugin.min.js +1 -1
- package/dist/tinymce/js/tinymce/plugins/table/plugin.min.js +1 -1
- package/dist/tinymce/js/tinymce/plugins/visualchars/plugin.min.js +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/oxide/content.inline.js +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/oxide/content.inline.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/oxide/content.js +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/oxide/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/oxide/skin.js +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/oxide/skin.min.css +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/content.inline.js +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/content.inline.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/content.js +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/skin.js +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/skin.min.css +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/content.inline.js +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/content.inline.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/content.js +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/skin.js +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/skin.min.css +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/content.inline.js +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/content.js +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/skin.js +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -1
- package/dist/tinymce/js/tinymce/themes/silver/theme.min.js +1 -1
- package/dist/tinymce/js/tinymce/tinymce.d.ts +3399 -3350
- package/dist/tinymce/js/tinymce/tinymce.min.js +10 -11
- package/dist/types-external/table.d.ts +15 -15
- package/package.json +132 -132
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(){"use strict";var t=tinymce.util.Tools.resolve("tinymce.PluginManager");const e=t=>e=>t===e,o=e(null),n=e(void 0),
|
|
1
|
+
!function(){"use strict";var t=tinymce.util.Tools.resolve("tinymce.PluginManager");const e=t=>e=>t===e,o=e(null),n=e(void 0),s=t=>"function"==typeof t;const r=()=>{},a=()=>!1;class i{tag;value;static singletonNone=new i(!1);constructor(t,e){this.tag=t,this.value=e}static some(t){return new i(!0,t)}static none(){return i.singletonNone}fold(t,e){return this.tag?e(this.value):t()}isSome(){return this.tag}isNone(){return!this.tag}map(t){return this.tag?i.some(t(this.value)):i.none()}bind(t){return this.tag?t(this.value):i.none()}exists(t){return this.tag&&t(this.value)}forall(t){return!this.tag||t(this.value)}filter(t){return!this.tag||t(this.value)?this:i.none()}getOr(t){return this.tag?this.value:t}or(t){return this.tag?this:t}getOrThunk(t){return this.tag?this.value:t()}orThunk(t){return this.tag?this:t()}getOrDie(t){if(this.tag)return this.value;throw new Error(t??"Called getOrDie on None")}static from(t){return null==t?i.none():i.some(t)}getOrNull(){return this.tag?this.value:null}getOrUndefined(){return this.value}each(t){this.tag&&t(this.value)}toArray(){return this.tag?[this.value]:[]}toString(){return this.tag?`some(${this.value})`:"none()"}}Array.prototype.slice;const l=(t,e)=>{const o=t.length,n=new Array(o);for(let s=0;s<o;s++){const o=t[s];n[s]=e(o,s)}return n};s(Array.from)&&Array.from;const c=Object.keys,u=Object.hasOwnProperty,g=(t,e)=>{const o=c(t);for(let n=0,s=o.length;n<s;n++){const s=o[n];e(t[s],s)}},m=(t,e)=>u.call(t,e),d=t=>{let e=t;return{get:()=>e,set:t=>{e=t}}},h=(p=(t,e)=>e,(...t)=>{if(0===t.length)throw new Error("Can't merge zero objects");const e={};for(let o=0;o<t.length;o++){const n=t[o];for(const t in n)m(n,t)&&(e[t]=p(e[t],n[t]))}return e});var p;const y=()=>{const t=(t=>{const e=d(i.none()),o=()=>e.get().each(t);return{clear:()=>{o(),e.set(i.none())},isSet:()=>e.get().isSome(),get:()=>e.get(),set:t=>{o(),e.set(i.some(t))}}})(r);return{...t,on:e=>t.get().each(e)}},f=(t,e,o=0,s)=>{const r=t.indexOf(e,o);return-1!==r&&(!!n(s)||r+e.length<=s)};var v=tinymce.util.Tools.resolve("tinymce.Resource");const b=t=>e=>e.options.get(t),w=b("emoticons_database"),j=b("emoticons_database_url"),C=b("emoticons_database_id"),_=b("emoticons_append"),A=b("emoticons_images_url"),k="All",O={symbols:"Symbols",people:"People",animals_and_nature:"Animals and Nature",food_and_drink:"Food and Drink",activity:"Activity",travel_and_places:"Travel and Places",objects:"Objects",flags:"Flags",user:"User Defined"},x=(t,e)=>m(t,e)?t[e]:e,E=t=>{const e=_(t);return o=t=>({keywords:[],category:"user",...t}),((t,e)=>{const o={};return g(t,((t,n)=>{const s=e(t,n);o[s.k]=s.v})),o})(e,((t,e)=>({k:e,v:o(t)})));var o},L=(t,e)=>f(t.title.toLowerCase(),e)||(t=>{for(let n=0,s=t.length;n<s;n++)if(o=t[n],f(o.toLowerCase(),e))return!0;var o;return!1})(t.keywords),S=(t,e,o)=>{const n=[],s=e.toLowerCase(),r=o.fold((()=>a),(t=>e=>e>=t));for(let o=0;o<t.length&&(0!==e.length&&!L(t[o],s)||(n.push({value:t[o].char,text:t[o].title,icon:t[o].char}),!r(n.length)));o++);return n},N="pattern",T=(t,e)=>{const n={pattern:"",results:S(e.listAll(),"",i.some(300))},s=d(k),r=(t=>{let e=null;const n=()=>{o(e)||(clearTimeout(e),e=null)};return{cancel:n,throttle:(...o)=>{n(),e=setTimeout((()=>{e=null,t.apply(null,o)}),200)}}})((t=>{(t=>{const o=t.getData(),n=s.get(),r=e.listCategory(n),a=S(r,o[N],n===k?i.some(300):i.none());t.setData({results:a})})(t)})),a={label:"Search",type:"input",name:N},c={type:"collection",name:"results"},u=()=>({title:"Emojis",size:"normal",body:{type:"tabpanel",tabs:l(e.listCategories(),(t=>({title:t,name:t,items:[a,c]})))},initialData:n,onTabChange:(t,e)=>{s.set(e.newTabName),r.throttle(t)},onChange:r.throttle,onAction:(e,o)=>{"results"===o.name&&(((t,e)=>{t.insertContent(e)})(t,o.value),e.close())},buttons:[{type:"cancel",text:"Close",primary:!0}]}),g=t.windowManager.open(u());g.focus(N),e.hasLoaded()||(g.block("Loading emojis..."),e.waitForLoad().then((()=>{g.redial(u()),r.throttle(g),g.focus(N),g.unblock()})).catch((t=>{g.redial({title:"Emojis",body:{type:"panel",items:[{type:"alertbanner",level:"error",icon:"warning",text:"Could not load emojis"}]},buttons:[{type:"cancel",text:"Close",primary:!0}],initialData:{pattern:"",results:[]}}),g.focus(N),g.unblock()})))},D=t=>e=>{const o=()=>{e.setEnabled(t.selection.isEditable())};return t.on("NodeChange",o),o(),()=>{t.off("NodeChange",o)}};t.add("emoticons",((t,e)=>{((t,e)=>{const o=t.options.register;o("emoticons_database",{processor:"string",default:"emojis"}),o("emoticons_database_url",{processor:"string",default:`${e}/js/${w(t)}${t.suffix}.js`}),o("emoticons_database_id",{processor:"string",default:"tinymce.plugins.emoticons"}),o("emoticons_append",{processor:"object",default:{}}),o("emoticons_images_url",{processor:"string",default:"https://cdnjs.cloudflare.com/ajax/libs/twemoji/15.1.0/72x72/"})})(t,e);const o=((t,e,o)=>{const n=y(),s=y(),r=A(t),a=t=>{return o="<img",(e=t.char).length>=4&&e.substr(0,4)===o?t.char.replace(/src="([^"]+)"/,((t,e)=>`src="${r}${e}"`)):t.char;var e,o};t.on("init",(()=>{v.load(o,e).then((e=>{const o=E(t);(t=>{const e={},o=[];g(t,((t,n)=>{const s={title:n,keywords:t.keywords,char:a(t),category:x(O,t.category)},r=void 0!==e[s.category]?e[s.category]:[];e[s.category]=r.concat([s]),o.push(s)})),n.set(e),s.set(o)})(h(e,o))}),(t=>{console.log(`Failed to load emojis: ${t}`),n.set({}),s.set([])}))}));const l=()=>s.get().getOr([]),u=()=>n.isSet()&&s.isSet();return{listCategories:()=>[k].concat(c(n.get().getOr({}))),hasLoaded:u,waitForLoad:()=>u()?Promise.resolve(!0):new Promise(((t,o)=>{let n=15;const s=setInterval((()=>{u()?(clearInterval(s),t(!0)):(n--,n<0&&(console.log("Could not load emojis from url: "+e),clearInterval(s),o(!1)))}),100)})),listAll:l,listCategory:t=>t===k?l():n.get().bind((e=>i.from(e[t]))).getOr([])}})(t,j(t),C(t));return((t,e)=>{t.addCommand("mceEmoticons",(()=>T(t,e)))})(t,o),(t=>{const e=()=>t.execCommand("mceEmoticons");t.ui.registry.addButton("emoticons",{tooltip:"Emojis",icon:"emoji",onAction:e,onSetup:D(t)}),t.ui.registry.addMenuItem("emoticons",{text:"Emojis...",icon:"emoji",onAction:e,onSetup:D(t)})})(t),((t,e)=>{t.ui.registry.addAutocompleter("emoticons",{trigger:":",columns:"auto",minChars:2,fetch:(t,o)=>e.waitForLoad().then((()=>{const n=e.listAll();return S(n,t,i.some(o))})),onAction:(e,o,n)=>{t.selection.setRng(o),t.insertContent(n),e.hide()}})})(t,o),(t=>{t.on("PreInit",(()=>{t.parser.addAttributeFilter("data-emoticon",(t=>{(t=>{for(let o=0,n=t.length;o<n;o++)(e=t[o]).attr("data-mce-resize","false"),e.attr("data-mce-placeholder","1");var e})(t)}))}))})(t),{getAllEmojis:()=>o.waitForLoad().then((()=>o.listAll()))}}))}();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(){"use strict";const e=e=>t=>(e=>{const t=typeof e;return null===e?"null":"object"===t&&Array.isArray(e)?"array":"object"===t&&(n=r=e,(o=String).prototype.isPrototypeOf(n)||(null===(s=r.constructor)||void 0===s?void 0:s.name)===o.name)?"string":t;var n,r,o,s})(t)===e,t=e=>t=>typeof t===e,n=e=>t=>e===t,r=e("string"),o=e("object"),s=e("array"),i=n(null),l=t("boolean"),a=n(void 0),c=e=>!(e=>null==e)(e),u=t("function"),d=t("number"),m=()=>{},h=e=>()=>e;function g(e,...t){return(...n)=>{const r=t.concat(n);return e.apply(null,r)}}const p=h(!1),f=h(!0);class v{constructor(e,t){this.tag=e,this.value=t}static some(e){return new v(!0,e)}static none(){return v.singletonNone}fold(e,t){return this.tag?t(this.value):e()}isSome(){return this.tag}isNone(){return!this.tag}map(e){return this.tag?v.some(e(this.value)):v.none()}bind(e){return this.tag?e(this.value):v.none()}exists(e){return this.tag&&e(this.value)}forall(e){return!this.tag||e(this.value)}filter(e){return!this.tag||e(this.value)?this:v.none()}getOr(e){return this.tag?this.value:e}or(e){return this.tag?this:e}getOrThunk(e){return this.tag?this.value:e()}orThunk(e){return this.tag?this:e()}getOrDie(e){if(this.tag)return this.value;throw new Error(null!=e?e:"Called getOrDie on None")}static from(e){return c(e)?v.some(e):v.none()}getOrNull(){return this.tag?this.value:null}getOrUndefined(){return this.value}each(e){this.tag&&e(this.value)}toArray(){return this.tag?[this.value]:[]}toString(){return this.tag?`some(${this.value})`:"none()"}}v.singletonNone=new v(!1);const w=Array.prototype.push,y=(e,t)=>{const n=e.length,r=new Array(n);for(let o=0;o<n;o++){const n=e[o];r[o]=t(n,o)}return r},b=(e,t)=>{for(let n=0,r=e.length;n<r;n++)t(e[n],n)},S=(e,t)=>{const n=[];for(let r=0,o=e.length;r<o;r++){const o=e[r];t(o,r)&&n.push(o)}return n},x=(e,t)=>((e,t,n)=>{for(let r=0,o=e.length;r<o;r++){const o=e[r];if(t(o,r))return v.some(o);if(n(o,r))break}return v.none()})(e,t,p),E=Object.keys,F=e=>{let t=e;return{get:()=>t,set:e=>{t=e}}},O="undefined"!=typeof window?window:Function("return this;")(),k=(e,t)=>((e,t)=>{let n=null!=t?t:O;for(let t=0;t<e.length&&null!=n;++t)n=n[e[t]];return n})(e.split("."),t),T=e=>{const t=F(v.none()),n=()=>t.get().each(e);return{clear:()=>{n(),t.set(v.none())},isSet:()=>t.get().isSome(),get:()=>t.get(),set:e=>{n(),t.set(v.some(e))}}},C=()=>T((e=>e.unbind())),A=(e,t,n=0,r)=>{const o=e.indexOf(t,n);return-1!==o&&(!!a(r)||o+t.length<=r)};var R=tinymce.util.Tools.resolve("tinymce.PluginManager");const L=e=>{if(null==e)throw new Error("Node cannot be null or undefined");return{dom:e}},M=L,P=(e,t)=>{const n=e.dom;if(1!==n.nodeType)return!1;{const e=n;if(void 0!==e.matches)return e.matches(t);if(void 0!==e.msMatchesSelector)return e.msMatchesSelector(t);if(void 0!==e.webkitMatchesSelector)return e.webkitMatchesSelector(t);if(void 0!==e.mozMatchesSelector)return e.mozMatchesSelector(t);throw new Error("Browser lacks native selectors")}},D=()=>N(0,0),N=(e,t)=>({major:e,minor:t}),H={nu:N,detect:(e,t)=>{const n=String(t).toLowerCase();return 0===e.length?D():((e,t)=>{const n=((e,t)=>{for(let n=0;n<e.length;n++){const r=e[n];if(r.test(t))return r}})(e,t);if(!n)return{major:0,minor:0};const r=e=>Number(t.replace(n,"$"+e));return N(r(1),r(2))})(e,n)},unknown:D},V=(e,t)=>{const n=String(t).toLowerCase();return x(e,(e=>e.search(n)))},W=/.*?version\/\ ?([0-9]+)\.([0-9]+).*/,q=e=>t=>A(t,e),B=[{name:"Edge",versionRegexes:[/.*?edge\/ ?([0-9]+)\.([0-9]+)$/],search:e=>A(e,"edge/")&&A(e,"chrome")&&A(e,"safari")&&A(e,"applewebkit")},{name:"Chromium",brand:"Chromium",versionRegexes:[/.*?chrome\/([0-9]+)\.([0-9]+).*/,W],search:e=>A(e,"chrome")&&!A(e,"chromeframe")},{name:"IE",versionRegexes:[/.*?msie\ ?([0-9]+)\.([0-9]+).*/,/.*?rv:([0-9]+)\.([0-9]+).*/],search:e=>A(e,"msie")||A(e,"trident")},{name:"Opera",versionRegexes:[W,/.*?opera\/([0-9]+)\.([0-9]+).*/],search:q("opera")},{name:"Firefox",versionRegexes:[/.*?firefox\/\ ?([0-9]+)\.([0-9]+).*/],search:q("firefox")},{name:"Safari",versionRegexes:[W,/.*?cpu os ([0-9]+)_([0-9]+).*/],search:e=>(A(e,"safari")||A(e,"mobile/"))&&A(e,"applewebkit")}],I=[{name:"Windows",search:q("win"),versionRegexes:[/.*?windows\ nt\ ?([0-9]+)\.([0-9]+).*/]},{name:"iOS",search:e=>A(e,"iphone")||A(e,"ipad"),versionRegexes:[/.*?version\/\ ?([0-9]+)\.([0-9]+).*/,/.*cpu os ([0-9]+)_([0-9]+).*/,/.*cpu iphone os ([0-9]+)_([0-9]+).*/]},{name:"Android",search:q("android"),versionRegexes:[/.*?android\ ?([0-9]+)\.([0-9]+).*/]},{name:"macOS",search:q("mac os x"),versionRegexes:[/.*?mac\ os\ x\ ?([0-9]+)_([0-9]+).*/]},{name:"Linux",search:q("linux"),versionRegexes:[]},{name:"Solaris",search:q("sunos"),versionRegexes:[]},{name:"FreeBSD",search:q("freebsd"),versionRegexes:[]},{name:"ChromeOS",search:q("cros"),versionRegexes:[/.*?chrome\/([0-9]+)\.([0-9]+).*/]}],j={browsers:h(B),oses:h(I)},_="Edge",z="Chromium",K="Opera",$="Firefox",U="Safari",X=e=>{const t=e.current,n=e.version,r=e=>()=>t===e;return{current:t,version:n,isEdge:r(_),isChromium:r(z),isIE:r("IE"),isOpera:r(K),isFirefox:r($),isSafari:r(U)}},Y=()=>X({current:void 0,version:H.unknown()}),G=X,J=(h(_),h(z),h("IE"),h(K),h($),h(U),"Windows"),Q="Android",Z="Linux",ee="macOS",te="Solaris",ne="FreeBSD",re="ChromeOS",oe=e=>{const t=e.current,n=e.version,r=e=>()=>t===e;return{current:t,version:n,isWindows:r(J),isiOS:r("iOS"),isAndroid:r(Q),isMacOS:r(ee),isLinux:r(Z),isSolaris:r(te),isFreeBSD:r(ne),isChromeOS:r(re)}},se=()=>oe({current:void 0,version:H.unknown()}),ie=oe,le=(h(J),h("iOS"),h(Q),h(Z),h(ee),h(te),h(ne),h(re),(e,t,n)=>{const r=j.browsers(),o=j.oses(),s=t.bind((e=>((e,t)=>((e,t)=>{for(let n=0;n<e.length;n++){const r=t(e[n]);if(r.isSome())return r}return v.none()})(t.brands,(t=>{const n=t.brand.toLowerCase();return x(e,(e=>{var t;return n===(null===(t=e.brand)||void 0===t?void 0:t.toLowerCase())})).map((e=>({current:e.name,version:H.nu(parseInt(t.version,10),0)})))})))(r,e))).orThunk((()=>((e,t)=>V(e,t).map((e=>{const n=H.detect(e.versionRegexes,t);return{current:e.name,version:n}})))(r,e))).fold(Y,G),i=((e,t)=>V(e,t).map((e=>{const n=H.detect(e.versionRegexes,t);return{current:e.name,version:n}})))(o,e).fold(se,ie),l=((e,t,n,r)=>{const o=e.isiOS()&&!0===/ipad/i.test(n),s=e.isiOS()&&!o,i=e.isiOS()||e.isAndroid(),l=i||r("(pointer:coarse)"),a=o||!s&&i&&r("(min-device-width:768px)"),c=s||i&&!a,u=t.isSafari()&&e.isiOS()&&!1===/safari/i.test(n),d=!c&&!a&&!u;return{isiPad:h(o),isiPhone:h(s),isTablet:h(a),isPhone:h(c),isTouch:h(l),isAndroid:e.isAndroid,isiOS:e.isiOS,isWebView:h(u),isDesktop:h(d)}})(i,s,e,n);return{browser:s,os:i,deviceType:l}}),ae=e=>window.matchMedia(e).matches;let ce=(e=>{let t,n=!1;return(...r)=>(n||(n=!0,t=e.apply(null,r)),t)})((()=>le(window.navigator.userAgent,v.from(window.navigator.userAgentData),ae)));const ue=Object.getPrototypeOf,de=e=>{const t=k("ownerDocument.defaultView",e);return o(e)&&((e=>((e,t)=>{const n=((e,t)=>k(e,t))(e,t);if(null==n)throw new Error(e+" not available on this browser");return n})("HTMLElement",e))(t).prototype.isPrototypeOf(e)||/^HTML\w*Element$/.test(ue(e).constructor.name))},me=e=>t=>(e=>e.dom.nodeType)(t)===e,he=me(1),ge=me(3),pe=me(11),fe=e=>M(e.dom.ownerDocument),ve=e=>y(e.dom.childNodes,M),we=e=>{const t=(e=>M(e.dom.getRootNode()))(e);return pe(n=t)&&c(n.dom.host)?v.some(t):v.none();var n},ye=e=>M(e.dom.host),be=e=>{const t=M((e=>{if(c(e.target)){const t=M(e.target);if(he(t)&&c(t.dom.shadowRoot)&&e.composed&&e.composedPath){const t=e.composedPath();if(t)return(e=>0<e.length?v.some(e[0]):v.none())(t)}}return v.from(e.target)})(e).getOr(e.target)),n=()=>e.stopPropagation(),r=()=>e.preventDefault(),o=(s=r,i=n,(...e)=>s(i.apply(null,e)));var s,i;return((e,t,n,r,o,s,i)=>({target:e,x:t,y:n,stop:r,prevent:o,kill:s,raw:i}))(t,e.clientX,e.clientY,n,r,o,e)},Se=(e,t,n,r)=>{e.dom.removeEventListener(t,n,r)},xe=f,Ee=(e,t,n)=>((e,t,n,r)=>((e,t,n,r,o)=>{const s=((e,t)=>n=>{e(n)&&t(be(n))})(n,r);return e.dom.addEventListener(t,s,o),{unbind:g(Se,e,t,s,o)}})(e,t,n,r,!1))(e,t,xe,n),Fe=(e,t)=>{const n=e.dom.getAttribute(t);return null===n?void 0:n},Oe=(e,t)=>{e.dom.removeAttribute(t)},ke=e=>void 0!==e.style&&u(e.style.getPropertyValue),Te=e=>{const t=ge(e)?e.dom.parentNode:e.dom;if(null==t||null===t.ownerDocument)return!1;const n=t.ownerDocument;return we(M(t)).fold((()=>n.body.contains(t)),(r=Te,o=ye,e=>r(o(e))));var r,o},Ce=(e,t,n)=>{if(!r(n))throw console.error("Invalid call to CSS.set. Property ",t,":: Value ",n,":: Element ",e),new Error("CSS value must be a string: "+n);ke(e)&&e.style.setProperty(t,n)},Ae=(e,t,n)=>{const r=e.dom;Ce(r,t,n)},Re=(e,t)=>{const n=e.dom;((e,t)=>{const n=E(e);for(let r=0,o=n.length;r<o;r++){const o=n[r];t(e[o],o)}})(t,((e,t)=>{Ce(n,t,e)}))},Le=(e,t)=>{const n=e.dom,r=window.getComputedStyle(n).getPropertyValue(t);return""!==r||Te(e)?r:Me(n,t)},Me=(e,t)=>ke(e)?e.style.getPropertyValue(t):"",Pe=(e,t)=>({left:e,top:t,translate:(n,r)=>Pe(e+n,t+r)}),De=Pe,Ne=(e,t,n)=>((e,t,n)=>S(((e,t)=>{const n=u(t)?t:p;let r=e.dom;const o=[];for(;null!==r.parentNode&&void 0!==r.parentNode;){const e=r.parentNode,t=M(e);if(o.push(t),!0===n(t))break;r=e}return o})(e,n),t))(e,(e=>P(e,t)),n),He=(e,t)=>(e=>{return S((e=>v.from(e.dom.parentNode).map(M))(n=e).map(ve).map((e=>S(e,(e=>{return t=e,!(n.dom===t.dom);var t})))).getOr([]),(e=>P(e,t)));var n})(e),Ve=e=>{const t=void 0===e?window:e;return ce().browser.isFirefox()?v.none():v.from(t.visualViewport)},We=(e,t,n,r)=>({x:e,y:t,width:n,height:r,right:e+n,bottom:t+r}),qe=e=>{const t=void 0===e?window:e,n=t.document,r=(e=>{const t=void 0!==e?e.dom:document,n=t.body.scrollLeft||t.documentElement.scrollLeft,r=t.body.scrollTop||t.documentElement.scrollTop;return De(n,r)})(M(n));return Ve(t).fold((()=>{const e=t.document.documentElement,n=e.clientWidth,o=e.clientHeight;return We(r.left,r.top,n,o)}),(e=>We(Math.max(e.pageLeft,r.left),Math.max(e.pageTop,r.top),e.width,e.height)))},Be=(e,t,n)=>Ve(n).map((n=>{const r=e=>t(be(e));return n.addEventListener(e,r),{unbind:()=>n.removeEventListener(e,r)}})).getOrThunk((()=>({unbind:m})));var Ie=tinymce.util.Tools.resolve("tinymce.dom.DOMUtils"),je=tinymce.util.Tools.resolve("tinymce.Env");const _e=(e,t)=>{e.dispatch("FullscreenStateChanged",{state:t}),e.dispatch("ResizeEditor")},ze=e=>e.options.get("fullscreen_native");const Ke=e=>{return e.dom===(void 0!==(t=fe(e).dom).fullscreenElement?t.fullscreenElement:void 0!==t.msFullscreenElement?t.msFullscreenElement:void 0!==t.webkitFullscreenElement?t.webkitFullscreenElement:null);var t},$e="data-ephox-mobile-fullscreen-style",Ue="position:absolute!important;",Xe="top:0!important;left:0!important;margin:0!important;padding:0!important;width:100%!important;height:100%!important;overflow:visible!important;",Ye=je.os.isAndroid(),Ge=(e,t,n)=>{const o=t=>n=>{const o=Fe(n,"style"),s=void 0===o?"no-styles":o.trim();s!==t&&(((e,t,n)=>{((e,t,n)=>{if(!(r(n)||l(n)||d(n)))throw console.error("Invalid call to Attribute.set. Key ",t,":: Value ",n,":: Element ",e),new Error("Attribute value was not simple");e.setAttribute(t,n+"")})(e.dom,t,n)})(n,$e,s),Re(n,e.parseStyle(t)))},i=Ne(t,"*"),a=(e=>{const t=[];for(let n=0,r=e.length;n<r;++n){if(!s(e[n]))throw new Error("Arr.flatten item "+n+" was not an array, input: "+e);w.apply(t,e[n])}return t})(y(i,(e=>He(e,"*:not(.tox-silver-sink)")))),c=(e=>{const t=Le(e,"background-color");return void 0!==t&&""!==t?"background-color:"+t+"!important":"background-color:rgb(255,255,255)!important;"})(n);b(a,o("display:none!important;")),b(i,o(Ue+Xe+c)),o((!0===Ye?"":Ue)+Xe+c)(t)},Je=Ie.DOM,Qe=Ve().fold((()=>({bind:m,unbind:m})),(e=>{const t=(()=>{const e=T(m);return{...e,on:t=>e.get().each(t)}})(),n=C(),r=C(),o=(e=>{let t=null;return{cancel:()=>{i(t)||(clearTimeout(t),t=null)},throttle:(...n)=>{i(t)&&(t=setTimeout((()=>{t=null,e.apply(null,n)}),50))}}})((()=>{document.body.scrollTop=0,document.documentElement.scrollTop=0,window.requestAnimationFrame((()=>{t.on((t=>Re(t,{top:e.offsetTop+"px",left:e.offsetLeft+"px",height:e.height+"px",width:e.width+"px"})))}))}));return{bind:e=>{t.set(e),o.throttle(),n.set(Be("resize",o.throttle)),r.set(Be("scroll",o.throttle))},unbind:()=>{t.on((()=>{n.clear(),r.clear()})),t.clear()}}})),Ze=(e,t)=>{const n=document.body,r=document.documentElement,o=e.getContainer(),s=M(o),i=(l=s,v.from(l.dom.nextSibling).map(M)).filter((e=>(e=>he(e)&&de(e.dom))(e)&&(e=>(e=>void 0!==e.dom.classList)(e)&&e.dom.classList.contains("tox-silver-sink"))(e)));var l;const a=(e=>{const t=M(e.getElement());return we(t).map(ye).getOrThunk((()=>(e=>{const t=e.dom.body;if(null==t)throw new Error("Body is not available yet");return M(t)})(fe(t))))})(e),c=t.get(),u=M(e.getBody()),d=je.deviceType.isTouch(),m=o.style,h=e.iframeElement,g=null==h?void 0:h.style,p=e=>{e(n,"tox-fullscreen"),e(r,"tox-fullscreen"),e(o,"tox-fullscreen"),we(s).map((e=>ye(e).dom)).each((t=>{e(t,"tox-fullscreen"),e(t,"tox-shadowhost")}))},f=()=>{d&&(e=>{const t=(e=>{const t=document;return 1!==(n=t).nodeType&&9!==n.nodeType&&11!==n.nodeType||0===n.childElementCount?[]:y(t.querySelectorAll(e),M);var n})("["+$e+"]");b(t,(t=>{const n=Fe(t,$e);n&&"no-styles"!==n?Re(t,e.parseStyle(n)):Oe(t,"style"),Oe(t,$e)}))})(e.dom),p(Je.removeClass),Qe.unbind(),v.from(t.get()).each((e=>e.fullscreenChangeHandler.unbind()))};if(c)c.fullscreenChangeHandler.unbind(),ze(e)&&Ke(a)&&(e=>{const t=e.dom;t.exitFullscreen?t.exitFullscreen():t.msExitFullscreen?t.msExitFullscreen():t.webkitCancelFullScreen&&t.webkitCancelFullScreen()})(fe(a)),g.width=c.iframeWidth,g.height=c.iframeHeight,m.width=c.containerWidth,m.height=c.containerHeight,m.top=c.containerTop,m.left=c.containerLeft,S=i,x=c.sinkCssPosition,E=(e,t)=>{Ae(e,"position",t)},S.isSome()&&x.isSome()?v.some(E(S.getOrDie(),x.getOrDie())):v.none(),f(),w=c.scrollPos,window.scrollTo(w.x,w.y),t.set(null),_e(e,!1),e.off("remove",f);else{const n=Ee(fe(a),void 0!==document.fullscreenElement?"fullscreenchange":void 0!==document.msFullscreenElement?"MSFullscreenChange":void 0!==document.webkitFullscreenElement?"webkitfullscreenchange":"fullscreenchange",(n=>{ze(e)&&(Ke(a)||null===t.get()||Ze(e,t))})),r={scrollPos:qe(window),containerWidth:m.width,containerHeight:m.height,containerTop:m.top,containerLeft:m.left,iframeWidth:g.width,iframeHeight:g.height,fullscreenChangeHandler:n,sinkCssPosition:i.map((e=>Le(e,"position")))};d&&Ge(e.dom,s,u),g.width=g.height="100%",m.width=m.height="",p(Je.addClass),i.each((e=>{Ae(e,"position","fixed")})),Qe.bind(s),e.on("remove",f),t.set(r),ze(e)&&(e=>{const t=e.dom;t.requestFullscreen?t.requestFullscreen():t.msRequestFullscreen?t.msRequestFullscreen():t.webkitRequestFullScreen&&t.webkitRequestFullScreen()})(a),_e(e,!0)}var w,S,x,E};var et=tinymce.util.Tools.resolve("tinymce.util.VK");const tt=(e,t)=>n=>{n.setActive(null!==t.get());const r=e=>n.setActive(e.state);return e.on("FullscreenStateChanged",r),()=>e.off("FullscreenStateChanged",r)};R.add("fullscreen",(e=>{const t=F(null);return e.inline||((e=>{(0,e.options.register)("fullscreen_native",{processor:"boolean",default:!1})})(e),((e,t)=>{e.addCommand("mceFullScreen",(()=>{Ze(e,t)}))})(e,t),((e,t)=>{const n=()=>e.execCommand("mceFullScreen");e.ui.registry.addToggleMenuItem("fullscreen",{text:"Fullscreen",icon:"fullscreen",shortcut:"Meta+Shift+F",onAction:n,onSetup:tt(e,t),context:"any"}),e.ui.registry.addToggleButton("fullscreen",{tooltip:"Fullscreen",icon:"fullscreen",onAction:n,onSetup:tt(e,t),shortcut:"Meta+Shift+F",context:"any"})})(e,t),((e,t)=>{e.on("init",(()=>{e.on("keydown",(e=>{e.keyCode!==et.TAB||e.metaKey||e.ctrlKey||!t.get()||e.preventDefault()}))}))})(e,t),e.addShortcut("Meta+Shift+F","","mceFullScreen")),(e=>({isFullscreen:()=>null!==e.get()}))(t)}))}();
|
|
1
|
+
!function(){"use strict";const e=e=>t=>(e=>{const t=typeof e;return null===e?"null":"object"===t&&Array.isArray(e)?"array":"object"===t&&(n=r=e,(o=String).prototype.isPrototypeOf(n)||r.constructor?.name===o.name)?"string":t;var n,r,o})(t)===e,t=e=>t=>typeof t===e,n=e=>t=>e===t,r=e("string"),o=e("object"),s=e("array"),i=n(null),l=t("boolean"),a=n(void 0),c=e=>!(e=>null==e)(e),u=t("function"),d=t("number"),m=()=>{},h=e=>()=>e;function g(e,...t){return(...n)=>{const r=t.concat(n);return e.apply(null,r)}}const p=h(!1),f=h(!0);class v{tag;value;static singletonNone=new v(!1);constructor(e,t){this.tag=e,this.value=t}static some(e){return new v(!0,e)}static none(){return v.singletonNone}fold(e,t){return this.tag?t(this.value):e()}isSome(){return this.tag}isNone(){return!this.tag}map(e){return this.tag?v.some(e(this.value)):v.none()}bind(e){return this.tag?e(this.value):v.none()}exists(e){return this.tag&&e(this.value)}forall(e){return!this.tag||e(this.value)}filter(e){return!this.tag||e(this.value)?this:v.none()}getOr(e){return this.tag?this.value:e}or(e){return this.tag?this:e}getOrThunk(e){return this.tag?this.value:e()}orThunk(e){return this.tag?this:e()}getOrDie(e){if(this.tag)return this.value;throw new Error(e??"Called getOrDie on None")}static from(e){return c(e)?v.some(e):v.none()}getOrNull(){return this.tag?this.value:null}getOrUndefined(){return this.value}each(e){this.tag&&e(this.value)}toArray(){return this.tag?[this.value]:[]}toString(){return this.tag?`some(${this.value})`:"none()"}}const w=Array.prototype.push,y=(e,t)=>{const n=e.length,r=new Array(n);for(let o=0;o<n;o++){const n=e[o];r[o]=t(n,o)}return r},b=(e,t)=>{for(let n=0,r=e.length;n<r;n++)t(e[n],n)},S=(e,t)=>{const n=[];for(let r=0,o=e.length;r<o;r++){const o=e[r];t(o,r)&&n.push(o)}return n},x=(e,t)=>((e,t,n)=>{for(let r=0,o=e.length;r<o;r++){const o=e[r];if(t(o,r))return v.some(o);if(n(o,r))break}return v.none()})(e,t,p),E=Object.keys,F=e=>{let t=e;return{get:()=>t,set:e=>{t=e}}},O="undefined"!=typeof window?window:Function("return this;")(),k=(e,t)=>((e,t)=>{let n=null!=t?t:O;for(let t=0;t<e.length&&null!=n;++t)n=n[e[t]];return n})(e.split("."),t),T=e=>{const t=F(v.none()),n=()=>t.get().each(e);return{clear:()=>{n(),t.set(v.none())},isSet:()=>t.get().isSome(),get:()=>t.get(),set:e=>{n(),t.set(v.some(e))}}},C=()=>T((e=>e.unbind())),A=(e,t,n=0,r)=>{const o=e.indexOf(t,n);return-1!==o&&(!!a(r)||o+t.length<=r)};var R=tinymce.util.Tools.resolve("tinymce.PluginManager");const L=e=>{if(null==e)throw new Error("Node cannot be null or undefined");return{dom:e}},M=L,P=(e,t)=>{const n=e.dom;if(1!==n.nodeType)return!1;{const e=n;if(void 0!==e.matches)return e.matches(t);if(void 0!==e.msMatchesSelector)return e.msMatchesSelector(t);if(void 0!==e.webkitMatchesSelector)return e.webkitMatchesSelector(t);if(void 0!==e.mozMatchesSelector)return e.mozMatchesSelector(t);throw new Error("Browser lacks native selectors")}},D=()=>N(0,0),N=(e,t)=>({major:e,minor:t}),H={nu:N,detect:(e,t)=>{const n=String(t).toLowerCase();return 0===e.length?D():((e,t)=>{const n=((e,t)=>{for(let n=0;n<e.length;n++){const r=e[n];if(r.test(t))return r}})(e,t);if(!n)return{major:0,minor:0};const r=e=>Number(t.replace(n,"$"+e));return N(r(1),r(2))})(e,n)},unknown:D},V=(e,t)=>{const n=String(t).toLowerCase();return x(e,(e=>e.search(n)))},W=/.*?version\/\ ?([0-9]+)\.([0-9]+).*/,q=e=>t=>A(t,e),B=[{name:"Edge",versionRegexes:[/.*?edge\/ ?([0-9]+)\.([0-9]+)$/],search:e=>A(e,"edge/")&&A(e,"chrome")&&A(e,"safari")&&A(e,"applewebkit")},{name:"Chromium",brand:"Chromium",versionRegexes:[/.*?chrome\/([0-9]+)\.([0-9]+).*/,W],search:e=>A(e,"chrome")&&!A(e,"chromeframe")},{name:"IE",versionRegexes:[/.*?msie\ ?([0-9]+)\.([0-9]+).*/,/.*?rv:([0-9]+)\.([0-9]+).*/],search:e=>A(e,"msie")||A(e,"trident")},{name:"Opera",versionRegexes:[W,/.*?opera\/([0-9]+)\.([0-9]+).*/],search:q("opera")},{name:"Firefox",versionRegexes:[/.*?firefox\/\ ?([0-9]+)\.([0-9]+).*/],search:q("firefox")},{name:"Safari",versionRegexes:[W,/.*?cpu os ([0-9]+)_([0-9]+).*/],search:e=>(A(e,"safari")||A(e,"mobile/"))&&A(e,"applewebkit")}],I=[{name:"Windows",search:q("win"),versionRegexes:[/.*?windows\ nt\ ?([0-9]+)\.([0-9]+).*/]},{name:"iOS",search:e=>A(e,"iphone")||A(e,"ipad"),versionRegexes:[/.*?version\/\ ?([0-9]+)\.([0-9]+).*/,/.*cpu os ([0-9]+)_([0-9]+).*/,/.*cpu iphone os ([0-9]+)_([0-9]+).*/]},{name:"Android",search:q("android"),versionRegexes:[/.*?android\ ?([0-9]+)\.([0-9]+).*/]},{name:"macOS",search:q("mac os x"),versionRegexes:[/.*?mac\ os\ x\ ?([0-9]+)_([0-9]+).*/]},{name:"Linux",search:q("linux"),versionRegexes:[]},{name:"Solaris",search:q("sunos"),versionRegexes:[]},{name:"FreeBSD",search:q("freebsd"),versionRegexes:[]},{name:"ChromeOS",search:q("cros"),versionRegexes:[/.*?chrome\/([0-9]+)\.([0-9]+).*/]}],j={browsers:h(B),oses:h(I)},_="Edge",z="Chromium",K="Opera",$="Firefox",U="Safari",X=e=>{const t=e.current,n=e.version,r=e=>()=>t===e;return{current:t,version:n,isEdge:r(_),isChromium:r(z),isIE:r("IE"),isOpera:r(K),isFirefox:r($),isSafari:r(U)}},Y=()=>X({current:void 0,version:H.unknown()}),G=X,J=(h(_),h(z),h("IE"),h(K),h($),h(U),"Windows"),Q="Android",Z="Linux",ee="macOS",te="Solaris",ne="FreeBSD",re="ChromeOS",oe=e=>{const t=e.current,n=e.version,r=e=>()=>t===e;return{current:t,version:n,isWindows:r(J),isiOS:r("iOS"),isAndroid:r(Q),isMacOS:r(ee),isLinux:r(Z),isSolaris:r(te),isFreeBSD:r(ne),isChromeOS:r(re)}},se=()=>oe({current:void 0,version:H.unknown()}),ie=oe,le=(h(J),h("iOS"),h(Q),h(Z),h(ee),h(te),h(ne),h(re),(e,t,n)=>{const r=j.browsers(),o=j.oses(),s=t.bind((e=>((e,t)=>((e,t)=>{for(let n=0;n<e.length;n++){const r=t(e[n]);if(r.isSome())return r}return v.none()})(t.brands,(t=>{const n=t.brand.toLowerCase();return x(e,(e=>n===e.brand?.toLowerCase())).map((e=>({current:e.name,version:H.nu(parseInt(t.version,10),0)})))})))(r,e))).orThunk((()=>((e,t)=>V(e,t).map((e=>{const n=H.detect(e.versionRegexes,t);return{current:e.name,version:n}})))(r,e))).fold(Y,G),i=((e,t)=>V(e,t).map((e=>{const n=H.detect(e.versionRegexes,t);return{current:e.name,version:n}})))(o,e).fold(se,ie),l=((e,t,n,r)=>{const o=e.isiOS()&&!0===/ipad/i.test(n),s=e.isiOS()&&!o,i=e.isiOS()||e.isAndroid(),l=i||r("(pointer:coarse)"),a=o||!s&&i&&r("(min-device-width:768px)"),c=s||i&&!a,u=t.isSafari()&&e.isiOS()&&!1===/safari/i.test(n),d=!c&&!a&&!u;return{isiPad:h(o),isiPhone:h(s),isTablet:h(a),isPhone:h(c),isTouch:h(l),isAndroid:e.isAndroid,isiOS:e.isiOS,isWebView:h(u),isDesktop:h(d)}})(i,s,e,n);return{browser:s,os:i,deviceType:l}}),ae=e=>window.matchMedia(e).matches;let ce=(e=>{let t,n=!1;return(...r)=>(n||(n=!0,t=e.apply(null,r)),t)})((()=>le(window.navigator.userAgent,v.from(window.navigator.userAgentData),ae)));const ue=Object.getPrototypeOf,de=e=>{const t=k("ownerDocument.defaultView",e);return o(e)&&((e=>((e,t)=>{const n=((e,t)=>k(e,t))(e,t);if(null==n)throw new Error(e+" not available on this browser");return n})("HTMLElement",e))(t).prototype.isPrototypeOf(e)||/^HTML\w*Element$/.test(ue(e).constructor.name))},me=e=>t=>(e=>e.dom.nodeType)(t)===e,he=me(1),ge=me(3),pe=me(11),fe=e=>M(e.dom.ownerDocument),ve=e=>y(e.dom.childNodes,M),we=e=>{const t=(e=>M(e.dom.getRootNode()))(e);return pe(n=t)&&c(n.dom.host)?v.some(t):v.none();var n},ye=e=>M(e.dom.host),be=e=>{const t=M((e=>{if(c(e.target)){const t=M(e.target);if(he(t)&&c(t.dom.shadowRoot)&&e.composed&&e.composedPath){const t=e.composedPath();if(t)return(e=>0<e.length?v.some(e[0]):v.none())(t)}}return v.from(e.target)})(e).getOr(e.target)),n=()=>e.stopPropagation(),r=()=>e.preventDefault(),o=(s=r,i=n,(...e)=>s(i.apply(null,e)));var s,i;return((e,t,n,r,o,s,i)=>({target:e,x:t,y:n,stop:r,prevent:o,kill:s,raw:i}))(t,e.clientX,e.clientY,n,r,o,e)},Se=(e,t,n,r)=>{e.dom.removeEventListener(t,n,r)},xe=f,Ee=(e,t,n)=>((e,t,n,r)=>((e,t,n,r,o)=>{const s=((e,t)=>n=>{e(n)&&t(be(n))})(n,r);return e.dom.addEventListener(t,s,o),{unbind:g(Se,e,t,s,o)}})(e,t,n,r,!1))(e,t,xe,n),Fe=(e,t)=>{const n=e.dom.getAttribute(t);return null===n?void 0:n},Oe=(e,t)=>{e.dom.removeAttribute(t)},ke=e=>void 0!==e.style&&u(e.style.getPropertyValue),Te=e=>{const t=ge(e)?e.dom.parentNode:e.dom;if(null==t||null===t.ownerDocument)return!1;const n=t.ownerDocument;return we(M(t)).fold((()=>n.body.contains(t)),(r=Te,o=ye,e=>r(o(e))));var r,o},Ce=(e,t,n)=>{if(!r(n))throw console.error("Invalid call to CSS.set. Property ",t,":: Value ",n,":: Element ",e),new Error("CSS value must be a string: "+n);ke(e)&&e.style.setProperty(t,n)},Ae=(e,t,n)=>{const r=e.dom;Ce(r,t,n)},Re=(e,t)=>{const n=e.dom;((e,t)=>{const n=E(e);for(let r=0,o=n.length;r<o;r++){const o=n[r];t(e[o],o)}})(t,((e,t)=>{Ce(n,t,e)}))},Le=(e,t)=>{const n=e.dom,r=window.getComputedStyle(n).getPropertyValue(t);return""!==r||Te(e)?r:Me(n,t)},Me=(e,t)=>ke(e)?e.style.getPropertyValue(t):"",Pe=(e,t)=>({left:e,top:t,translate:(n,r)=>Pe(e+n,t+r)}),De=Pe,Ne=(e,t,n)=>((e,t,n)=>S(((e,t)=>{const n=u(t)?t:p;let r=e.dom;const o=[];for(;null!==r.parentNode&&void 0!==r.parentNode;){const e=r.parentNode,t=M(e);if(o.push(t),!0===n(t))break;r=e}return o})(e,n),t))(e,(e=>P(e,t)),n),He=(e,t)=>(e=>{return S((e=>v.from(e.dom.parentNode).map(M))(n=e).map(ve).map((e=>S(e,(e=>{return t=e,!(n.dom===t.dom);var t})))).getOr([]),(e=>P(e,t)));var n})(e),Ve=e=>{const t=void 0===e?window:e;return ce().browser.isFirefox()?v.none():v.from(t.visualViewport)},We=(e,t,n,r)=>({x:e,y:t,width:n,height:r,right:e+n,bottom:t+r}),qe=e=>{const t=void 0===e?window:e,n=t.document,r=(e=>{const t=void 0!==e?e.dom:document,n=t.body.scrollLeft||t.documentElement.scrollLeft,r=t.body.scrollTop||t.documentElement.scrollTop;return De(n,r)})(M(n));return Ve(t).fold((()=>{const e=t.document.documentElement,n=e.clientWidth,o=e.clientHeight;return We(r.left,r.top,n,o)}),(e=>We(Math.max(e.pageLeft,r.left),Math.max(e.pageTop,r.top),e.width,e.height)))},Be=(e,t,n)=>Ve(n).map((n=>{const r=e=>t(be(e));return n.addEventListener(e,r),{unbind:()=>n.removeEventListener(e,r)}})).getOrThunk((()=>({unbind:m})));var Ie=tinymce.util.Tools.resolve("tinymce.dom.DOMUtils"),je=tinymce.util.Tools.resolve("tinymce.Env");const _e=(e,t)=>{e.dispatch("FullscreenStateChanged",{state:t}),e.dispatch("ResizeEditor")},ze=e=>e.options.get("fullscreen_native");const Ke=e=>{return e.dom===(void 0!==(t=fe(e).dom).fullscreenElement?t.fullscreenElement:void 0!==t.msFullscreenElement?t.msFullscreenElement:void 0!==t.webkitFullscreenElement?t.webkitFullscreenElement:null);var t},$e="data-ephox-mobile-fullscreen-style",Ue="position:absolute!important;",Xe="top:0!important;left:0!important;margin:0!important;padding:0!important;width:100%!important;height:100%!important;overflow:visible!important;",Ye=je.os.isAndroid(),Ge=(e,t,n)=>{const o=t=>n=>{const o=Fe(n,"style"),s=void 0===o?"no-styles":o.trim();s!==t&&(((e,t,n)=>{((e,t,n)=>{if(!(r(n)||l(n)||d(n)))throw console.error("Invalid call to Attribute.set. Key ",t,":: Value ",n,":: Element ",e),new Error("Attribute value was not simple");e.setAttribute(t,n+"")})(e.dom,t,n)})(n,$e,s),Re(n,e.parseStyle(t)))},i=Ne(t,"*"),a=(e=>{const t=[];for(let n=0,r=e.length;n<r;++n){if(!s(e[n]))throw new Error("Arr.flatten item "+n+" was not an array, input: "+e);w.apply(t,e[n])}return t})(y(i,(e=>He(e,"*:not(.tox-silver-sink)")))),c=(e=>{const t=Le(e,"background-color");return void 0!==t&&""!==t?"background-color:"+t+"!important":"background-color:rgb(255,255,255)!important;"})(n);b(a,o("display:none!important;")),b(i,o(Ue+Xe+c)),o((!0===Ye?"":Ue)+Xe+c)(t)},Je=Ie.DOM,Qe=Ve().fold((()=>({bind:m,unbind:m})),(e=>{const t=(()=>{const e=T(m);return{...e,on:t=>e.get().each(t)}})(),n=C(),r=C(),o=(e=>{let t=null;return{cancel:()=>{i(t)||(clearTimeout(t),t=null)},throttle:(...n)=>{i(t)&&(t=setTimeout((()=>{t=null,e.apply(null,n)}),50))}}})((()=>{document.body.scrollTop=0,document.documentElement.scrollTop=0,window.requestAnimationFrame((()=>{t.on((t=>Re(t,{top:e.offsetTop+"px",left:e.offsetLeft+"px",height:e.height+"px",width:e.width+"px"})))}))}));return{bind:e=>{t.set(e),o.throttle(),n.set(Be("resize",o.throttle)),r.set(Be("scroll",o.throttle))},unbind:()=>{t.on((()=>{n.clear(),r.clear()})),t.clear()}}})),Ze=(e,t)=>{const n=document.body,r=document.documentElement,o=e.getContainer(),s=M(o),i=(l=s,v.from(l.dom.nextSibling).map(M)).filter((e=>(e=>he(e)&&de(e.dom))(e)&&(e=>(e=>void 0!==e.dom.classList)(e)&&e.dom.classList.contains("tox-silver-sink"))(e)));var l;const a=(e=>{const t=M(e.getElement());return we(t).map(ye).getOrThunk((()=>(e=>{const t=e.dom.body;if(null==t)throw new Error("Body is not available yet");return M(t)})(fe(t))))})(e),c=t.get(),u=M(e.getBody()),d=je.deviceType.isTouch(),m=o.style,h=e.iframeElement,g=h?.style,p=e=>{e(n,"tox-fullscreen"),e(r,"tox-fullscreen"),e(o,"tox-fullscreen"),we(s).map((e=>ye(e).dom)).each((t=>{e(t,"tox-fullscreen"),e(t,"tox-shadowhost")}))},f=()=>{d&&(e=>{const t=(e=>{const t=document;return 1!==(n=t).nodeType&&9!==n.nodeType&&11!==n.nodeType||0===n.childElementCount?[]:y(t.querySelectorAll(e),M);var n})("["+$e+"]");b(t,(t=>{const n=Fe(t,$e);n&&"no-styles"!==n?Re(t,e.parseStyle(n)):Oe(t,"style"),Oe(t,$e)}))})(e.dom),p(Je.removeClass),Qe.unbind(),v.from(t.get()).each((e=>e.fullscreenChangeHandler.unbind()))};if(c)c.fullscreenChangeHandler.unbind(),ze(e)&&Ke(a)&&(e=>{const t=e.dom;t.exitFullscreen?t.exitFullscreen():t.msExitFullscreen?t.msExitFullscreen():t.webkitCancelFullScreen&&t.webkitCancelFullScreen()})(fe(a)),g.width=c.iframeWidth,g.height=c.iframeHeight,m.width=c.containerWidth,m.height=c.containerHeight,m.top=c.containerTop,m.left=c.containerLeft,S=i,x=c.sinkCssPosition,E=(e,t)=>{Ae(e,"position",t)},S.isSome()&&x.isSome()?v.some(E(S.getOrDie(),x.getOrDie())):v.none(),f(),w=c.scrollPos,window.scrollTo(w.x,w.y),t.set(null),_e(e,!1),e.off("remove",f);else{const n=Ee(fe(a),void 0!==document.fullscreenElement?"fullscreenchange":void 0!==document.msFullscreenElement?"MSFullscreenChange":void 0!==document.webkitFullscreenElement?"webkitfullscreenchange":"fullscreenchange",(n=>{ze(e)&&(Ke(a)||null===t.get()||Ze(e,t))})),r={scrollPos:qe(window),containerWidth:m.width,containerHeight:m.height,containerTop:m.top,containerLeft:m.left,iframeWidth:g.width,iframeHeight:g.height,fullscreenChangeHandler:n,sinkCssPosition:i.map((e=>Le(e,"position")))};d&&Ge(e.dom,s,u),g.width=g.height="100%",m.width=m.height="",p(Je.addClass),i.each((e=>{Ae(e,"position","fixed")})),Qe.bind(s),e.on("remove",f),t.set(r),ze(e)&&(e=>{const t=e.dom;t.requestFullscreen?t.requestFullscreen():t.msRequestFullscreen?t.msRequestFullscreen():t.webkitRequestFullScreen&&t.webkitRequestFullScreen()})(a),_e(e,!0)}var w,S,x,E};var et=tinymce.util.Tools.resolve("tinymce.util.VK");const tt=(e,t)=>n=>{n.setActive(null!==t.get());const r=e=>n.setActive(e.state);return e.on("FullscreenStateChanged",r),()=>e.off("FullscreenStateChanged",r)};R.add("fullscreen",(e=>{const t=F(null);return e.inline||((e=>{(0,e.options.register)("fullscreen_native",{processor:"boolean",default:!1})})(e),((e,t)=>{e.addCommand("mceFullScreen",(()=>{Ze(e,t)}))})(e,t),((e,t)=>{const n=()=>e.execCommand("mceFullScreen");e.ui.registry.addToggleMenuItem("fullscreen",{text:"Fullscreen",icon:"fullscreen",shortcut:"Meta+Shift+F",onAction:n,onSetup:tt(e,t),context:"any"}),e.ui.registry.addToggleButton("fullscreen",{tooltip:"Fullscreen",icon:"fullscreen",onAction:n,onSetup:tt(e,t),shortcut:"Meta+Shift+F",context:"any"})})(e,t),((e,t)=>{e.on("init",(()=>{e.on("keydown",(e=>{e.keyCode!==et.TAB||e.metaKey||e.ctrlKey||!t.get()||e.preventDefault()}))}))})(e,t),e.addShortcut("Meta+Shift+F","","mceFullScreen")),(e=>({isFullscreen:()=>null!==e.get()}))(t)}))}();
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
tinymce.Resource.add('tinymce.html-i18n.help-keynav.bg-BG',
|
|
2
|
+
'<h1>Начало на навигацията с клавиатурата</h1>\n' +
|
|
3
|
+
'\n' +
|
|
4
|
+
'<dl>\n' +
|
|
5
|
+
' <dt>Фокусиране върху лентата с менюта</dt>\n' +
|
|
6
|
+
' <dd>Windows или Linux: Alt+F9</dd>\n' +
|
|
7
|
+
' <dd>macOS: ⌥F9</dd>\n' +
|
|
8
|
+
' <dt>Фокусиране върху лентата с инструменти</dt>\n' +
|
|
9
|
+
' <dd>Windows или Linux: Alt+F10</dd>\n' +
|
|
10
|
+
' <dd>macOS: ⌥F10</dd>\n' +
|
|
11
|
+
' <dt>Фокусиране върху долния колонтитул</dt>\n' +
|
|
12
|
+
' <dd>Windows или Linux: Alt+F11</dd>\n' +
|
|
13
|
+
' <dd>macOS: ⌥F11</dd>\n' +
|
|
14
|
+
' <dt>Фокусиране на известието</dt>\n' +
|
|
15
|
+
' <dd>Windows или Linux: Alt+F12</dd>\n' +
|
|
16
|
+
' <dd>macOS: ⌥F12</dd>\n' +
|
|
17
|
+
' <dt>Фокусиране върху контекстуалната лента с инструменти</dt>\n' +
|
|
18
|
+
' <dd>Windows, Linux или macOS: Ctrl+F9</dd>\n' +
|
|
19
|
+
'</dl>\n' +
|
|
20
|
+
'\n' +
|
|
21
|
+
'<p>Навигацията ще започне с първия елемент на ПИ, който ще бъде маркиран или подчертан в случая на първия елемент в\n' +
|
|
22
|
+
' пътя до елемента в долния колонтитул.</p>\n' +
|
|
23
|
+
'\n' +
|
|
24
|
+
'<h1>Навигиране между раздели на ПИ</h1>\n' +
|
|
25
|
+
'\n' +
|
|
26
|
+
'<p>За да преминете от един раздел на ПИ към следващия, натиснете <strong>Tab</strong>.</p>\n' +
|
|
27
|
+
'\n' +
|
|
28
|
+
'<p>За да преминете от един раздел на ПИ към предишния, натиснете <strong>Shift+Tab</strong>.</p>\n' +
|
|
29
|
+
'\n' +
|
|
30
|
+
'<p>Редът за <strong>обхождане с табулация</strong> на тези раздели на ПИ е:</p>\n' +
|
|
31
|
+
'\n' +
|
|
32
|
+
'<ol>\n' +
|
|
33
|
+
' <li>Лентата с менюта</li>\n' +
|
|
34
|
+
' <li>Всяка група на лентата с инструменти</li>\n' +
|
|
35
|
+
' <li>Страничната лента</li>\n' +
|
|
36
|
+
' <li>Пътят до елемента в долния колонтитул</li>\n' +
|
|
37
|
+
' <li>Бутонът за превключване на броя на думите в долния колонтитул</li>\n' +
|
|
38
|
+
' <li>Връзката за търговска марка в долния колонтитул</li>\n' +
|
|
39
|
+
' <li>Манипулаторът за преоразмеряване на редактора в долния колонтитул</li>\n' +
|
|
40
|
+
'</ol>\n' +
|
|
41
|
+
'\n' +
|
|
42
|
+
'<p>Ако някой раздел на ПИ липсва, той се пропуска.</p>\n' +
|
|
43
|
+
'\n' +
|
|
44
|
+
'<p>Ако долният колонтитул има фокус за навигация с клавиатурата и няма странична лента, натискането на <strong>Shift+Tab</strong>\n' +
|
|
45
|
+
' премества фокуса към първата група на лентата с инструменти, а не към последната.</p>\n' +
|
|
46
|
+
'\n' +
|
|
47
|
+
'<h1>Навигиране в разделите на ПИ</h1>\n' +
|
|
48
|
+
'\n' +
|
|
49
|
+
'<p>За да преминете от един елемент на ПИ към следващия, натиснете съответния клавиш със <strong>стрелка</strong>.</p>\n' +
|
|
50
|
+
'\n' +
|
|
51
|
+
'<p>С клавишите със стрелка <strong>наляво</strong> и <strong>надясно</strong></p>\n' +
|
|
52
|
+
'\n' +
|
|
53
|
+
'<ul>\n' +
|
|
54
|
+
' <li>се придвижвате между менютата в лентата с менюто;</li>\n' +
|
|
55
|
+
' <li>отваряте подменю в меню;</li>\n' +
|
|
56
|
+
' <li>се придвижвате между бутоните в група на лентата с инструменти;</li>\n' +
|
|
57
|
+
' <li>се придвижвате между елементи в пътя до елемент в долния колонтитул.</li>\n' +
|
|
58
|
+
'</ul>\n' +
|
|
59
|
+
'\n' +
|
|
60
|
+
'<p>С клавишите със стрелка <strong>надолу</strong> и <strong>нагоре</strong></p>\n' +
|
|
61
|
+
'\n' +
|
|
62
|
+
'<ul>\n' +
|
|
63
|
+
' <li>се придвижвате между елементите от менюто в дадено меню;</li>\n' +
|
|
64
|
+
' <li>се придвижвате между елементите в изскачащо меню на лентата с инструменти.</li>\n' +
|
|
65
|
+
'</ul>\n' +
|
|
66
|
+
'\n' +
|
|
67
|
+
'<p>Клавишите със <strong>стрелки</strong> се придвижват в рамките на фокусирания раздел на ПИ.</p>\n' +
|
|
68
|
+
'\n' +
|
|
69
|
+
'<p>За да затворите отворено меню, подменю или изскачащо меню, натиснете клавиша <strong>Esc</strong>.</p>\n' +
|
|
70
|
+
'\n' +
|
|
71
|
+
'<p>Ако текущият фокус е върху „горната част“ на конкретен раздел на ПИ, натискането на клавиша <strong>Esc</strong> също излиза\n' +
|
|
72
|
+
' напълно от навигацията с клавиатурата.</p>\n' +
|
|
73
|
+
'\n' +
|
|
74
|
+
'<h1>Изпълнение на елемент от менюто или бутон от лентата с инструменти</h1>\n' +
|
|
75
|
+
'\n' +
|
|
76
|
+
'<p>Когато желаният елемент от менюто или бутон от лентата с инструменти е маркиран, натиснете <strong>Return</strong>, <strong>Enter</strong>\n' +
|
|
77
|
+
' или <strong>клавиша за интервал</strong>, за да изпълните елемента.</p>\n' +
|
|
78
|
+
'\n' +
|
|
79
|
+
'<h1>Навигиране в диалогови прозорци без раздели</h1>\n' +
|
|
80
|
+
'\n' +
|
|
81
|
+
'<p>В диалоговите прозорци без раздели първият интерактивен компонент се фокусира, когато се отвори диалоговият прозорец.</p>\n' +
|
|
82
|
+
'\n' +
|
|
83
|
+
'<p>Навигирайте между интерактивните компоненти на диалоговия прозорец, като натиснете <strong>Tab</strong> или <strong>Shift+Tab</strong>.</p>\n' +
|
|
84
|
+
'\n' +
|
|
85
|
+
'<h1>Навигиране в диалогови прозорци с раздели</h1>\n' +
|
|
86
|
+
'\n' +
|
|
87
|
+
'<p>В диалоговите прозорци с раздели първият бутон в менюто с раздели се фокусира, когато се отвори диалоговият прозорец.</p>\n' +
|
|
88
|
+
'\n' +
|
|
89
|
+
'<p>Навигирайте между интерактивните компоненти на този диалогов раздел, като натиснете <strong>Tab</strong> или\n' +
|
|
90
|
+
' <strong>Shift+Tab</strong>.</p>\n' +
|
|
91
|
+
'\n' +
|
|
92
|
+
'<p>Превключете към друг диалогов раздел, като фокусирате върху менюто с раздели и след това натиснете съответния клавиш със <strong>стрелка</strong>,\n' +
|
|
93
|
+
' за да преминете през наличните раздели.</p>\n');
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
tinymce.Resource.add('tinymce.html-i18n.help-keynav.fr-FR',
|
|
2
|
+
'<h1>Débuter la navigation au clavier</h1>\n' +
|
|
3
|
+
'\n' +
|
|
4
|
+
'<dl>\n' +
|
|
5
|
+
' <dt>Cibler la barre du menu</dt>\n' +
|
|
6
|
+
' <dd>Windows ou Linux : Alt+F9</dd>\n' +
|
|
7
|
+
' <dd>macOS : ⌥F9</dd>\n' +
|
|
8
|
+
" <dt>Cibler la barre d'outils</dt>\n" +
|
|
9
|
+
' <dd>Windows ou Linux : Alt+F10</dd>\n' +
|
|
10
|
+
' <dd>macOS : ⌥F10</dd>\n' +
|
|
11
|
+
' <dt>Cibler le pied de page</dt>\n' +
|
|
12
|
+
' <dd>Windows ou Linux : Alt+F11</dd>\n' +
|
|
13
|
+
' <dd>macOS : ⌥F11</dd>\n' +
|
|
14
|
+
' <dt>Cibler la notification</dt>\n' +
|
|
15
|
+
' <dd>Windows ou Linux : Alt+F12</dd>\n' +
|
|
16
|
+
' <dd>macOS : ⌥F12</dd>\n' +
|
|
17
|
+
" <dt>Cibler une barre d'outils contextuelle</dt>\n" +
|
|
18
|
+
' <dd>Windows, Linux ou macOS : Ctrl+F9</dd>\n' +
|
|
19
|
+
'</dl>\n' +
|
|
20
|
+
'\n' +
|
|
21
|
+
"<p>La navigation débutera sur le premier élément de l'interface utilisateur, qui sera mis en surbrillance ou bien souligné dans le cas du premier élément du\n" +
|
|
22
|
+
" chemin d'éléments du pied de page.</p>\n" +
|
|
23
|
+
'\n' +
|
|
24
|
+
"<h1>Naviguer entre les sections de l'interface utilisateur</h1>\n" +
|
|
25
|
+
'\n' +
|
|
26
|
+
"<p>Pour passer d'une section de l'interface utilisateur à la suivante, appuyez sur <strong>Tabulation</strong>.</p>\n" +
|
|
27
|
+
'\n' +
|
|
28
|
+
"<p>Pour passer d'une section de l'interface utilisateur à la précédente, appuyez sur <strong>Maj+Tabulation</strong>.</p>\n" +
|
|
29
|
+
'\n' +
|
|
30
|
+
"<p>L'ordre de <strong>Tabulation</strong> de ces sections de l'interface utilisateur est le suivant :</p>\n" +
|
|
31
|
+
'\n' +
|
|
32
|
+
'<ol>\n' +
|
|
33
|
+
' <li>Barre du menu</li>\n' +
|
|
34
|
+
" <li>Chaque groupe de barres d'outils</li>\n" +
|
|
35
|
+
' <li>Barre latérale</li>\n' +
|
|
36
|
+
" <li>Chemin d'éléments du pied de page</li>\n" +
|
|
37
|
+
" <li>Bouton d'activation du compteur de mots dans le pied de page</li>\n" +
|
|
38
|
+
' <li>Lien de marque dans le pied de page</li>\n' +
|
|
39
|
+
" <li>Poignée de redimensionnement de l'éditeur dans le pied de page</li>\n" +
|
|
40
|
+
'</ol>\n' +
|
|
41
|
+
'\n' +
|
|
42
|
+
"<p>Si une section de l'interface utilisateur n'est pas présente, elle sera ignorée.</p>\n" +
|
|
43
|
+
'\n' +
|
|
44
|
+
"<p>Si le pied de page comporte un ciblage par navigation au clavier et qu'il n'y a aucune barre latérale visible, appuyer sur <strong>Maj+Tabulation</strong>\n" +
|
|
45
|
+
" déplace le ciblage vers le premier groupe de barres d'outils et non le dernier.</p>\n" +
|
|
46
|
+
'\n' +
|
|
47
|
+
"<h1>Naviguer au sein des sections de l'interface utilisateur</h1>\n" +
|
|
48
|
+
'\n' +
|
|
49
|
+
"<p>Pour passer d'un élément de l'interface utilisateur au suivant, appuyez sur la <strong>Flèche</strong> appropriée.</p>\n" +
|
|
50
|
+
'\n' +
|
|
51
|
+
'<p>Les touches fléchées <strong>Gauche</strong> et <strong>Droite</strong></p>\n' +
|
|
52
|
+
'\n' +
|
|
53
|
+
'<ul>\n' +
|
|
54
|
+
' <li>se déplacent entre les menus de la barre des menus.</li>\n' +
|
|
55
|
+
" <li>ouvrent un sous-menu au sein d'un menu.</li>\n" +
|
|
56
|
+
" <li>se déplacent entre les boutons d'un groupe de barres d'outils.</li>\n" +
|
|
57
|
+
" <li>se déplacent entre les éléments du chemin d'éléments du pied de page.</li>\n" +
|
|
58
|
+
'</ul>\n' +
|
|
59
|
+
'\n' +
|
|
60
|
+
'<p>Les touches fléchées <strong>Bas</strong> et <strong>Haut</strong></p>\n' +
|
|
61
|
+
'\n' +
|
|
62
|
+
'<ul>\n' +
|
|
63
|
+
" <li>se déplacent entre les éléments de menu au sein d'un menu.</li>\n" +
|
|
64
|
+
" <li>se déplacent entre les éléments au sein d'un menu contextuel de barre d'outils.</li>\n" +
|
|
65
|
+
'</ul>\n' +
|
|
66
|
+
'\n' +
|
|
67
|
+
"<p>Les <strong>Flèches</strong> parcourent la section de l'interface utilisateur ciblée.</p>\n" +
|
|
68
|
+
'\n' +
|
|
69
|
+
'<p>Pour fermer un menu ouvert, un sous-menu ouvert ou un menu contextuel ouvert, appuyez sur <strong>Echap</strong>.</p>\n' +
|
|
70
|
+
'\n' +
|
|
71
|
+
"<p>Si l'actuel ciblage se trouve en « haut » d'une section spécifique de l'interface utilisateur, appuyer sur <strong>Echap</strong> permet également de quitter\n" +
|
|
72
|
+
' entièrement la navigation au clavier.</p>\n' +
|
|
73
|
+
'\n' +
|
|
74
|
+
"<h1>Exécuter un élément de menu ou un bouton de barre d'outils</h1>\n" +
|
|
75
|
+
'\n' +
|
|
76
|
+
"<p>Lorsque l'élément de menu ou le bouton de barre d'outils désiré est mis en surbrillance, appuyez sur la touche <strong>Retour arrière</strong>, <strong>Entrée</strong>\n" +
|
|
77
|
+
" ou la <strong>Barre d'espace</strong> pour exécuter l'élément.</p>\n" +
|
|
78
|
+
'\n' +
|
|
79
|
+
'<h1>Naviguer au sein de dialogues sans onglets</h1>\n' +
|
|
80
|
+
'\n' +
|
|
81
|
+
"<p>Dans les dialogues sans onglets, le premier composant interactif est ciblé lorsque le dialogue s'ouvre.</p>\n" +
|
|
82
|
+
'\n' +
|
|
83
|
+
'<p>Naviguez entre les composants du dialogue interactif en appuyant sur <strong>Tabulation</strong> ou <strong>Maj+Tabulation</strong>.</p>\n' +
|
|
84
|
+
'\n' +
|
|
85
|
+
'<h1>Naviguer au sein de dialogues avec onglets</h1>\n' +
|
|
86
|
+
'\n' +
|
|
87
|
+
"<p>Dans les dialogues avec onglets, le premier bouton du menu de l'onglet est ciblé lorsque le dialogue s'ouvre.</p>\n" +
|
|
88
|
+
'\n' +
|
|
89
|
+
'<p>Naviguez entre les composants interactifs de cet onglet de dialogue en appuyant sur <strong>Tabulation</strong> ou\n' +
|
|
90
|
+
' <strong>Maj+Tabulation</strong>.</p>\n' +
|
|
91
|
+
'\n' +
|
|
92
|
+
"<p>Passez à un autre onglet de dialogue en ciblant le menu de l'onglet et en appuyant sur la <strong>Flèche</strong>\n" +
|
|
93
|
+
' appropriée pour parcourir les onglets disponibles.</p>\n');
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
tinymce.Resource.add('tinymce.html-i18n.help-keynav.he-IL',
|
|
2
|
+
'<h1>התחל ניווט במקלדת</h1>\n' +
|
|
3
|
+
'\n' +
|
|
4
|
+
'<dl>\n' +
|
|
5
|
+
' <dt>התמקד בשורת התפריטים</dt>\n' +
|
|
6
|
+
' <dd>Windows או Linux: Alt+F9</dd>\n' +
|
|
7
|
+
' <dd>macOS: ⌥F9</dd>\n' +
|
|
8
|
+
' <dt>העבר מיקוד לסרגל הכלים</dt>\n' +
|
|
9
|
+
' <dd>Windows או Linux: Alt+F10</dd>\n' +
|
|
10
|
+
' <dd>macOS: ⌥F10</dd>\n' +
|
|
11
|
+
' <dt>העבר מיקוד לכותרת התחתונה</dt>\n' +
|
|
12
|
+
' <dd>Windows או Linux: Alt+F11</dd>\n' +
|
|
13
|
+
' <dd>macOS: ⌥F11</dd>\n' +
|
|
14
|
+
' <dt>העבר מיקוד להודעה</dt>\n' +
|
|
15
|
+
' <dd>Windows או Linux: Alt+F12</dd>\n' +
|
|
16
|
+
' <dd>macOS: ⌥F12</dd>\n' +
|
|
17
|
+
' <dt>העבר מיקוד לסרגל כלים הקשרי</dt>\n' +
|
|
18
|
+
' <dd>Windows, Linux או macOS: Ctrl+F9</dd>\n' +
|
|
19
|
+
'</dl>\n' +
|
|
20
|
+
'\n' +
|
|
21
|
+
'<p>הניווט יתחיל ברכיב הראשון במשך, שיודגש או שיהיה מתחתיו קו תחתון במקרה של הפריט הראשון\n' +
|
|
22
|
+
' הנתיב של רכיב הכותרת התחתונה.</p>\n' +
|
|
23
|
+
'\n' +
|
|
24
|
+
'<h1>עבור בין מקטעים במסך</h1>\n' +
|
|
25
|
+
'\n' +
|
|
26
|
+
'<p>כדי לעבור בין המקטעים במסך, הקש <strong>Tab</strong>.</p>\n' +
|
|
27
|
+
'\n' +
|
|
28
|
+
'<p>כדי לעבור למקטע הקודם במסך, הקש <strong>Shift+Tab</strong>.</p>\n' +
|
|
29
|
+
'\n' +
|
|
30
|
+
'<p>הסדר מבחינת מקש <strong>Tab</strong> של הרכיבים במסך:</p>\n' +
|
|
31
|
+
'\n' +
|
|
32
|
+
'<ol>\n' +
|
|
33
|
+
' <li>שורת התפריטים</li>\n' +
|
|
34
|
+
' <li>כל קבוצה בסרגל הכלים</li>\n' +
|
|
35
|
+
' <li>הסרגל הצידי</li>\n' +
|
|
36
|
+
' <li>נתיב של רכיב בכותרת התחתונה</li>\n' +
|
|
37
|
+
' <li>לחצן לספירת מילים בכותרת התחתונה</li>\n' +
|
|
38
|
+
' <li>קישור של המותג בכותרת התחתונה</li>\n' +
|
|
39
|
+
' <li>ידית לשינוי גודל עבור העורך בכותרת התחתונה</li>\n' +
|
|
40
|
+
'</ol>\n' +
|
|
41
|
+
'\n' +
|
|
42
|
+
'<p>אם רכיב כלשהו במסך לא מופיע, המערכת תדלג עליו.</p>\n' +
|
|
43
|
+
'\n' +
|
|
44
|
+
'<p>אם בכותרת התחתונה יש מיקוד של ניווט במקלדת, ולא מופיע סרגל בצד, יש להקיש <strong>Shift+Tab</strong>\n' +
|
|
45
|
+
' מעביר את המיקוד לקבוצה הראשונה בסרגל הכלים, לא האחרונה.</p>\n' +
|
|
46
|
+
'\n' +
|
|
47
|
+
'<h1>עבור בתוך מקטעים במסך</h1>\n' +
|
|
48
|
+
'\n' +
|
|
49
|
+
'<p>כדי לעבור מרכיב אחד לרכיב אחר במסך, הקש על מקש <strong>החץ</strong> המתאים.</p>\n' +
|
|
50
|
+
'\n' +
|
|
51
|
+
'<p>מקשי החיצים <strong>שמאלה</strong> ו<strong>ימינה</strong></p>\n' +
|
|
52
|
+
'\n' +
|
|
53
|
+
'<ul>\n' +
|
|
54
|
+
' <li>עבור בין תפריטים בשורת התפריטים.</li>\n' +
|
|
55
|
+
' <li>פתח תפריט משני בתפריט.</li>\n' +
|
|
56
|
+
' <li>עבור בין לחצנים בקבוצה בסרגל הכלים.</li>\n' +
|
|
57
|
+
' <li>עבור בין פריטים ברכיב בכותרת התחתונה.</li>\n' +
|
|
58
|
+
'</ul>\n' +
|
|
59
|
+
'\n' +
|
|
60
|
+
'<p>מקשי החיצים <strong>למטה</strong> ו<strong>למעלה</strong></p>\n' +
|
|
61
|
+
'\n' +
|
|
62
|
+
'<ul>\n' +
|
|
63
|
+
' <li>עבור בין פריטים בתפריט.</li>\n' +
|
|
64
|
+
' <li>עבור בין פריטים בחלון הקובץ של סרגל הכלים.</li>\n' +
|
|
65
|
+
'</ul>\n' +
|
|
66
|
+
'\n' +
|
|
67
|
+
'<p>מקשי <strong>החצים</strong> משתנים בתוך המקטע במסך שעליו נמצא המיקוד.</p>\n' +
|
|
68
|
+
'\n' +
|
|
69
|
+
'<p>כדי לסגור תפריט פתוח, תפריט משני פתוח או חלון קופץ, הקש על <strong>Esc</strong>.</p>\n' +
|
|
70
|
+
'\n' +
|
|
71
|
+
"<p>אם המיקוד הוא על החלק 'העליון' של מקטע מסוים במסך, הקשה על <strong>Esc</strong> מביאה גם ליציאה\n" +
|
|
72
|
+
' מהניווט במקלדת לחלוטין.</p>\n' +
|
|
73
|
+
'\n' +
|
|
74
|
+
'<h1>הפעל פריט בתפריט או לחצן בסרגל הכלים</h1>\n' +
|
|
75
|
+
'\n' +
|
|
76
|
+
'<p>כאשר הפריט הרצוי בתפריט או הלחצן בסרגל הכלים מודגשים, הקש על <strong>Return</strong>, <strong>Enter</strong>,\n' +
|
|
77
|
+
' או על <strong>מקש הרווח</strong> כדי להפעיל את הפריט.</p>\n' +
|
|
78
|
+
'\n' +
|
|
79
|
+
'<h1>ניווט בחלונות דו-שיח בלי כרטיסיות</h1>\n' +
|
|
80
|
+
'\n' +
|
|
81
|
+
'<p>בחלונות דו-שיח בלי כרטיסיות, הרכיב האינטראקטיבי הראשון מקבל את המיקוד כאשר החלון נפתח.</p>\n' +
|
|
82
|
+
'\n' +
|
|
83
|
+
'<p>עבור בין רכיבים אינטראקטיביים בחלון על ידי הקשה על <strong>Tab</strong> או <strong>Shift+Tab</strong>.</p>\n' +
|
|
84
|
+
'\n' +
|
|
85
|
+
'<h1>ניווט בחלונות דו-שיח עם כרטיסיות</h1>\n' +
|
|
86
|
+
'\n' +
|
|
87
|
+
'<p>בחלונות דו-שיח עם כרטיסיות, הלחצן הראשון בתפריט מקבל את המיקוד כאשר החלון נפתח.</p>\n' +
|
|
88
|
+
'\n' +
|
|
89
|
+
'<p>עבור בין רכיבים אינטראקטיביים בחלון על ידי הקשה על <strong>Tab</strong> או\n' +
|
|
90
|
+
' <strong>Shift+Tab</strong>.</p>\n' +
|
|
91
|
+
'\n' +
|
|
92
|
+
'<p>עבור לכרטיסיה אחרת בחלון על ידי העברת המיקוד לתפריט הכרטיסיות והקשה על <strong>החץ</strong>המתאים\n' +
|
|
93
|
+
' כדי לעבור בין הכרטיסיות הזמינות.</p>\n');
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
tinymce.Resource.add('tinymce.html-i18n.help-keynav.hu-HU',
|
|
2
|
+
'<h1>Billentyűzetes navigáció indítása</h1>\n' +
|
|
3
|
+
'\n' +
|
|
4
|
+
'<dl>\n' +
|
|
5
|
+
' <dt>Fókusz a menüsávra</dt>\n' +
|
|
6
|
+
' <dd>Windows és Linux: Alt+F9</dd>\n' +
|
|
7
|
+
' <dd>macOS: ⌥F9</dd>\n' +
|
|
8
|
+
' <dt>Fókusz az eszköztárra</dt>\n' +
|
|
9
|
+
' <dd>Windows és Linux: Alt+F10</dd>\n' +
|
|
10
|
+
' <dd>macOS: ⌥F10</dd>\n' +
|
|
11
|
+
' <dt>Fókusz a láblécre</dt>\n' +
|
|
12
|
+
' <dd>Windows és Linux: Alt+F11</dd>\n' +
|
|
13
|
+
' <dd>macOS: ⌥F11</dd>\n' +
|
|
14
|
+
' <dt>Ráközelítés az értesítésre</dt>\n' +
|
|
15
|
+
' <dd>Windows vagy Linux: Alt+F12</dd>\n' +
|
|
16
|
+
' <dd>macOS: ⌥F12</dd>\n' +
|
|
17
|
+
' <dt>Fókusz egy környezetfüggő eszköztárra</dt>\n' +
|
|
18
|
+
' <dd>Windows, Linux és macOS: Ctrl+F9</dd>\n' +
|
|
19
|
+
'</dl>\n' +
|
|
20
|
+
'\n' +
|
|
21
|
+
'<p>A navigáció az első felhasználói felületi elemnél kezdődik, amelyet a rendszer kiemel, illetve aláhúz, amennyiben az az első elem\n' +
|
|
22
|
+
' a lábléc elemútvonalán.</p>\n' +
|
|
23
|
+
'\n' +
|
|
24
|
+
'<h1>Navigálás a felhasználói felület szakaszai között</h1>\n' +
|
|
25
|
+
'\n' +
|
|
26
|
+
'<p>A felhasználói felület következő szakaszára váltáshoz nyomja meg a <strong>Tab</strong> billentyűt.</p>\n' +
|
|
27
|
+
'\n' +
|
|
28
|
+
'<p>A felhasználói felület előző szakaszára váltáshoz nyomja meg a <strong>Shift+Tab</strong> billentyűt.</p>\n' +
|
|
29
|
+
'\n' +
|
|
30
|
+
'<p>A <strong>Tab</strong> billentyűvel a felhasználói felület szakaszai között a következő sorrendben vált:</p>\n' +
|
|
31
|
+
'\n' +
|
|
32
|
+
'<ol>\n' +
|
|
33
|
+
' <li>Menüsáv</li>\n' +
|
|
34
|
+
' <li>Az egyes eszköztárcsoportok</li>\n' +
|
|
35
|
+
' <li>Oldalsáv</li>\n' +
|
|
36
|
+
' <li>Elemútvonal a láblécen</li>\n' +
|
|
37
|
+
' <li>Szószámátkapcsoló gomb a láblécen</li>\n' +
|
|
38
|
+
' <li>Márkalink a láblécen</li>\n' +
|
|
39
|
+
' <li>Szerkesztő átméretezési fogópontja a láblécen</li>\n' +
|
|
40
|
+
'</ol>\n' +
|
|
41
|
+
'\n' +
|
|
42
|
+
'<p>Ha a felhasználói felület valamelyik eleme nincs jelen, a rendszer kihagyja.</p>\n' +
|
|
43
|
+
'\n' +
|
|
44
|
+
'<p>Ha a billentyűzetes navigáció fókusza a láblécen van, és nincs látható oldalsáv, a <strong>Shift+Tab</strong>\n' +
|
|
45
|
+
' billentyűkombináció lenyomásakor az első eszköztárcsoportra ugrik a fókusz, nem az utolsóra.</p>\n' +
|
|
46
|
+
'\n' +
|
|
47
|
+
'<h1>Navigálás a felhasználói felület szakaszain belül</h1>\n' +
|
|
48
|
+
'\n' +
|
|
49
|
+
'<p>A felhasználói felület következő elemére váltáshoz nyomja meg a megfelelő <strong>nyílbillentyűt</strong>.</p>\n' +
|
|
50
|
+
'\n' +
|
|
51
|
+
'<p>A <strong>bal</strong> és a <strong>jobb</strong> nyílgomb</p>\n' +
|
|
52
|
+
'\n' +
|
|
53
|
+
'<ul>\n' +
|
|
54
|
+
' <li>a menüsávban a menük között vált.</li>\n' +
|
|
55
|
+
' <li>a menükben megnyit egy almenüt.</li>\n' +
|
|
56
|
+
' <li>az eszköztárcsoportban a gombok között vált.</li>\n' +
|
|
57
|
+
' <li>a lábléc elemútvonalán az elemek között vált.</li>\n' +
|
|
58
|
+
'</ul>\n' +
|
|
59
|
+
'\n' +
|
|
60
|
+
'<p>A <strong>le</strong> és a <strong>fel</strong> nyílgomb</p>\n' +
|
|
61
|
+
'\n' +
|
|
62
|
+
'<ul>\n' +
|
|
63
|
+
' <li>a menükben a menüpontok között vált.</li>\n' +
|
|
64
|
+
' <li>az eszköztár előugró menüjében az elemek között vált.</li>\n' +
|
|
65
|
+
'</ul>\n' +
|
|
66
|
+
'\n' +
|
|
67
|
+
'<p>A <strong>nyílbillentyűk</strong> lenyomásával körkörösen lépkedhet a fókuszban lévő felhasználói felületi szakasz elemei között.</p>\n' +
|
|
68
|
+
'\n' +
|
|
69
|
+
'<p>A megnyitott menüket, almenüket és előugró menüket az <strong>Esc</strong> billentyűvel zárhatja be.</p>\n' +
|
|
70
|
+
'\n' +
|
|
71
|
+
'<p>Ha a fókusz az aktuális felületi elem „felső” részén van, az <strong>Esc</strong> billentyűvel az egész\n' +
|
|
72
|
+
' billentyűzetes navigációból kilép.</p>\n' +
|
|
73
|
+
'\n' +
|
|
74
|
+
'<h1>Menüpont vagy eszköztárgomb aktiválása</h1>\n' +
|
|
75
|
+
'\n' +
|
|
76
|
+
'<p>Amikor a kívánt menüelem vagy eszköztárgomb van kijelölve, nyomja meg a <strong>Return</strong>, az <strong>Enter</strong>\n' +
|
|
77
|
+
' vagy a <strong>Szóköz</strong> billentyűt az adott elem vagy gomb aktiválásához.</p>\n' +
|
|
78
|
+
'\n' +
|
|
79
|
+
'<h1>Navigálás a lapokkal nem rendelkező párbeszédablakokban</h1>\n' +
|
|
80
|
+
'\n' +
|
|
81
|
+
'<p>A lapokkal nem rendelkező párbeszédablakokban az első interaktív összetevő kapja a fókuszt, amikor a párbeszédpanel megnyílik.</p>\n' +
|
|
82
|
+
'\n' +
|
|
83
|
+
'<p>A párbeszédpanelek interaktív összetevői között a <strong>Tab</strong> vagy a <strong>Shift+Tab</strong> billentyűvel navigálhat.</p>\n' +
|
|
84
|
+
'\n' +
|
|
85
|
+
'<h1>Navigálás a lapokkal rendelkező párbeszédablakokban</h1>\n' +
|
|
86
|
+
'\n' +
|
|
87
|
+
'<p>A lapokkal rendelkező párbeszédablakokban a lapmenü első gombja kapja a fókuszt, amikor a párbeszédpanel megnyílik.</p>\n' +
|
|
88
|
+
'\n' +
|
|
89
|
+
'<p>A párbeszédpanel e lapjának interaktív összetevői között a <strong>Tab</strong> vagy\n' +
|
|
90
|
+
' <strong>Shift+Tab</strong> billentyűvel navigálhat.</p>\n' +
|
|
91
|
+
'\n' +
|
|
92
|
+
'<p>A párbeszédablak másik lapjára úgy léphet, hogy a fókuszt a lapmenüre állítja, majd lenyomja a megfelelő <strong>nyílbillentyűt</strong>\n' +
|
|
93
|
+
' a rendelkezésre álló lapok közötti lépkedéshez.</p>\n');
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
tinymce.Resource.add('tinymce.html-i18n.help-keynav.ko-KR',
|
|
2
|
+
'<h1>키보드 탐색 시작</h1>\n' +
|
|
3
|
+
'\n' +
|
|
4
|
+
'<dl>\n' +
|
|
5
|
+
' <dt>메뉴 모음 포커스 표시</dt>\n' +
|
|
6
|
+
' <dd>Windows 또는 Linux: Alt+F9</dd>\n' +
|
|
7
|
+
' <dd>macOS: ⌥F9</dd>\n' +
|
|
8
|
+
' <dt>도구 모음 포커스 표시</dt>\n' +
|
|
9
|
+
' <dd>Windows 또는 Linux: Alt+F10</dd>\n' +
|
|
10
|
+
' <dd>macOS: ⌥F10</dd>\n' +
|
|
11
|
+
' <dt>푸터 포커스 표시</dt>\n' +
|
|
12
|
+
' <dd>Windows 또는 Linux: Alt+F11</dd>\n' +
|
|
13
|
+
' <dd>macOS: ⌥F11</dd>\n' +
|
|
14
|
+
' <dt>알림 포커스</dt>\n' +
|
|
15
|
+
' <dd>Windows 또는 Linux: Alt+F12</dd>\n' +
|
|
16
|
+
' <dd>macOS: ⌥F12</dd>\n' +
|
|
17
|
+
' <dt>컨텍스트 도구 모음에 포커스 표시</dt>\n' +
|
|
18
|
+
' <dd>Windows, Linux 또는 macOS: Ctrl+F9</dd>\n' +
|
|
19
|
+
'</dl>\n' +
|
|
20
|
+
'\n' +
|
|
21
|
+
'<p>첫 번째 UI 항목에서 탐색이 시작되며, 이때 첫 번째 항목이 강조 표시되거나 푸터 요소 경로에 있는\n' +
|
|
22
|
+
' 경우 밑줄 표시됩니다.</p>\n' +
|
|
23
|
+
'\n' +
|
|
24
|
+
'<h1>UI 섹션 간 탐색</h1>\n' +
|
|
25
|
+
'\n' +
|
|
26
|
+
'<p>한 UI 섹션에서 다음 UI 섹션으로 이동하려면 <strong>Tab(탭)</strong>을 누릅니다.</p>\n' +
|
|
27
|
+
'\n' +
|
|
28
|
+
'<p>한 UI 섹션에서 이전 UI 섹션으로 돌아가려면 <strong>Shift+Tab(시프트+탭)</strong>을 누릅니다.</p>\n' +
|
|
29
|
+
'\n' +
|
|
30
|
+
'<p>이 UI 섹션의 <strong>Tab(탭)</strong> 순서는 다음과 같습니다.</p>\n' +
|
|
31
|
+
'\n' +
|
|
32
|
+
'<ol>\n' +
|
|
33
|
+
' <li>메뉴 바</li>\n' +
|
|
34
|
+
' <li>각 도구 모음 그룹</li>\n' +
|
|
35
|
+
' <li>사이드바</li>\n' +
|
|
36
|
+
' <li>푸터의 요소 경로</li>\n' +
|
|
37
|
+
' <li>푸터의 단어 수 토글 버튼</li>\n' +
|
|
38
|
+
' <li>푸터의 브랜딩 링크</li>\n' +
|
|
39
|
+
' <li>푸터의 에디터 크기 변경 핸들</li>\n' +
|
|
40
|
+
'</ol>\n' +
|
|
41
|
+
'\n' +
|
|
42
|
+
'<p>UI 섹션이 없는 경우 건너뛰기합니다.</p>\n' +
|
|
43
|
+
'\n' +
|
|
44
|
+
'<p>푸터에 키보드 탐색 포커스가 있고 사이드바는 보이지 않는 경우 <strong>Shift+Tab(시프트+탭)</strong>을 누르면\n' +
|
|
45
|
+
' 포커스 표시가 마지막이 아닌 첫 번째 도구 모음 그룹으로 이동합니다.</p>\n' +
|
|
46
|
+
'\n' +
|
|
47
|
+
'<h1>UI 섹션 내 탐색</h1>\n' +
|
|
48
|
+
'\n' +
|
|
49
|
+
'<p>한 UI 요소에서 다음 UI 요소로 이동하려면 적절한 <strong>화살표</strong> 키를 누릅니다.</p>\n' +
|
|
50
|
+
'\n' +
|
|
51
|
+
'<p><strong>왼쪽</strong>과 <strong>오른쪽</strong> 화살표 키의 용도:</p>\n' +
|
|
52
|
+
'\n' +
|
|
53
|
+
'<ul>\n' +
|
|
54
|
+
' <li>메뉴 모음에서 메뉴 항목 사이를 이동합니다.</li>\n' +
|
|
55
|
+
' <li>메뉴에서 하위 메뉴를 엽니다.</li>\n' +
|
|
56
|
+
' <li>도구 모음 그룹에서 버튼 사이를 이동합니다.</li>\n' +
|
|
57
|
+
' <li>푸터의 요소 경로에서 항목 간에 이동합니다.</li>\n' +
|
|
58
|
+
'</ul>\n' +
|
|
59
|
+
'\n' +
|
|
60
|
+
'<p><strong>아래</strong>와 <strong>위</strong> 화살표 키의 용도:</p>\n' +
|
|
61
|
+
'\n' +
|
|
62
|
+
'<ul>\n' +
|
|
63
|
+
' <li>메뉴에서 메뉴 항목 사이를 이동합니다.</li>\n' +
|
|
64
|
+
' <li>도구 모음 팝업 메뉴에서 메뉴 항목 사이를 이동합니다.</li>\n' +
|
|
65
|
+
'</ul>\n' +
|
|
66
|
+
'\n' +
|
|
67
|
+
'<p><strong>화살표</strong> 키는 포커스 표시 UI 섹션 내에서 순환됩니다.</p>\n' +
|
|
68
|
+
'\n' +
|
|
69
|
+
'<p>열려 있는 메뉴, 열려 있는 하위 메뉴 또는 열려 있는 팝업 메뉴를 닫으려면 <strong>Esc</strong> 키를 누릅니다.</p>\n' +
|
|
70
|
+
'\n' +
|
|
71
|
+
"<p>현재 포커스 표시가 특정 UI 섹션 '상단'에 있는 경우 이때도 <strong>Esc</strong> 키를 누르면\n" +
|
|
72
|
+
' 키보드 탐색이 완전히 종료됩니다.</p>\n' +
|
|
73
|
+
'\n' +
|
|
74
|
+
'<h1>메뉴 항목 또는 도구 모음 버튼 실행</h1>\n' +
|
|
75
|
+
'\n' +
|
|
76
|
+
'<p>원하는 메뉴 항목 또는 도구 모음 버튼이 강조 표시되어 있을 때 <strong>Return(리턴)</strong>, <strong>Enter(엔터)</strong>,\n' +
|
|
77
|
+
' 또는 <strong>Space bar(스페이스바)</strong>를 눌러 해당 항목을 실행합니다.</p>\n' +
|
|
78
|
+
'\n' +
|
|
79
|
+
'<h1>탭이 없는 대화 탐색</h1>\n' +
|
|
80
|
+
'\n' +
|
|
81
|
+
'<p>탭이 없는 대화의 경우, 첫 번째 대화형 요소가 포커스 표시된 상태로 대화가 열립니다.</p>\n' +
|
|
82
|
+
'\n' +
|
|
83
|
+
'<p>대화형 요소들 사이를 이동할 때는 <strong>Tab(탭)</strong> 또는 <strong>Shift+Tab(시프트+탭)</strong>을 누릅니다.</p>\n' +
|
|
84
|
+
'\n' +
|
|
85
|
+
'<h1>탭이 있는 대화 탐색</h1>\n' +
|
|
86
|
+
'\n' +
|
|
87
|
+
'<p>탭이 있는 대화의 경우, 탭 메뉴에서 첫 번째 버튼이 포커스 표시된 상태로 대화가 열립니다.</p>\n' +
|
|
88
|
+
'\n' +
|
|
89
|
+
'<p>이 대화 탭의 대화형 요소들 사이를 이동할 때는 <strong>Tab(탭)</strong> 또는\n' +
|
|
90
|
+
' <strong>Shift+Tab(시프트+탭)</strong>을 누릅니다.</p>\n' +
|
|
91
|
+
'\n' +
|
|
92
|
+
'<p>다른 대화 탭으로 이동하려면 탭 메뉴를 포커스 표시한 다음 적절한 <strong>화살표</strong>\n' +
|
|
93
|
+
' 키를 눌러 사용 가능한 탭들을 지나 원하는 탭으로 이동합니다.</p>\n');
|