1 line
9.5 KiB
JavaScript
1 line
9.5 KiB
JavaScript
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e=e||self).Heti=t()}(this,(function(){"use strict";var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};var t=function(e,t){return e(t={exports:{}},t.exports),t.exports}((function(t){var n,i;n=e,i=function(){var e=document,t={}.hasOwnProperty;function n(){return i.apply(null,arguments)||r.apply(null,arguments)}function i(e,t,i,o,s){if(t&&!t.nodeType&&arguments.length<=2)return!1;var a,d="function"==typeof i;d&&(a=i,i=function(e,t){return a(e.text,t.startIndex)});var c=r(t,{find:e,wrap:d?null:i,replace:d?i:"$"+(o||"&"),prepMatch:function(e,t){if(!e[0])throw"findAndReplaceDOMText cannot handle zero-length matches";if(o>0){var n=e[o];e.index+=e[0].indexOf(n),e[0]=n}return e.endIndex=e.index+e[0].length,e.startIndex=e.index,e.index=t,e},filterElements:s});return n.revert=function(){return c.revert()},!0}function r(e,t){return new o(e,t)}function o(e,i){i.offset||(i.offset=0);var r=i.preset&&n.PRESETS[i.preset];if(i.portionMode=i.portionMode||"retain",r)for(var o in r)t.call(r,o)&&!t.call(i,o)&&(i[o]=r[o]);this.node=e,this.options=i,this.prepMatch=i.prepMatch||this.prepMatch,this.reverts=[],this.matches=this.search(),this.matches.length&&this.processMatches()}return n.NON_PROSE_ELEMENTS={br:1,hr:1,script:1,style:1,img:1,video:1,audio:1,canvas:1,svg:1,map:1,object:1,input:1,textarea:1,select:1,option:1,optgroup:1,button:1},n.NON_CONTIGUOUS_PROSE_ELEMENTS={address:1,article:1,aside:1,blockquote:1,dd:1,div:1,dl:1,fieldset:1,figcaption:1,figure:1,footer:1,form:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,header:1,hgroup:1,hr:1,main:1,nav:1,noscript:1,ol:1,output:1,p:1,pre:1,section:1,ul:1,br:1,li:1,summary:1,dt:1,details:1,rp:1,rt:1,rtc:1,script:1,style:1,img:1,video:1,audio:1,canvas:1,svg:1,map:1,object:1,input:1,textarea:1,select:1,option:1,optgroup:1,button:1,table:1,tbody:1,thead:1,th:1,tr:1,td:1,caption:1,col:1,tfoot:1,colgroup:1},n.NON_INLINE_PROSE=function(e){return t.call(n.NON_CONTIGUOUS_PROSE_ELEMENTS,e.nodeName.toLowerCase())},n.PRESETS={prose:{forceContext:n.NON_INLINE_PROSE,filterElements:function(e){return!t.call(n.NON_PROSE_ELEMENTS,e.nodeName.toLowerCase())}}},n.Finder=o,o.prototype={search:function(){var e,t=0,n=0,i=this.options.find,r=this.getAggregateText(),o=[],s=this;return i="string"==typeof i?RegExp(String(i).replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1"),"g"):i,function r(a){for(var d=0,c=a.length;d<c;++d){var p=a[d];if("string"==typeof p){if(i.global)for(;e=i.exec(p);)o.push(s.prepMatch(e,t++,n));else(e=p.match(i))&&o.push(s.prepMatch(e,0,n));n+=p.length}else r(p)}}(r),o},prepMatch:function(e,t,n){if(!e[0])throw new Error("findAndReplaceDOMText cannot handle zero-length matches");return e.endIndex=n+e.index+e[0].length,e.startIndex=n+e.index,e.index=t,e},getAggregateText:function(){var e=this.options.filterElements,t=this.options.forceContext;return function n(i){if(i.nodeType===Node.TEXT_NODE)return[i.data];if(e&&!e(i))return[];var r=[""],o=0;if(i=i.firstChild)do{if(i.nodeType!==Node.TEXT_NODE){var s=n(i);t&&i.nodeType===Node.ELEMENT_NODE&&(!0===t||t(i))?(r[++o]=s,r[++o]=""):("string"==typeof s[0]&&(r[o]+=s.shift()),s.length&&(r[++o]=s,r[++o]=""))}else r[o]+=i.data}while(i=i.nextSibling);return r}(this.node)},processMatches:function(){var e,t,n,i=this.matches,r=this.node,o=this.options.filterElements,s=[],a=r,d=i.shift(),c=0,p=0,h=[r];e:for(;;){if(a.nodeType===Node.TEXT_NODE&&(!t&&a.length+c>=d.endIndex?t={node:a,index:p++,text:a.data.substring(d.startIndex-c+this.options.offset,d.endIndex-c),indexInMatch:0===c?0:c-d.startIndex,indexInNode:d.startIndex-c+this.options.offset,endIndexInNode:d.endIndex-c,isEnd:!0}:e&&s.push({node:a,index:p++,text:a.data,indexInMatch:c-d.startIndex,indexInNode:0}),!e&&a.length+c>d.startIndex&&(e={node:a,index:p++,indexInMatch:0,indexInNode:d.startIndex-c+this.options.offset,endIndexInNode:d.endIndex-c,text:a.data.substring(d.startIndex-c+this.options.offset,d.endIndex-c)}),c+=a.data.length),n=a.nodeType===Node.ELEMENT_NODE&&o&&!o(a),e&&t){if(a=this.replaceMatch(d,e,s,t),c-=t.node.data.length-t.endIndexInNode,e=null,t=null,s=[],p=0,!(d=i.shift()))break}else if(!n&&(a.firstChild||a.nextSibling)){a.firstChild?(h.push(a),a=a.firstChild):a=a.nextSibling;continue}for(;;){if(a.nextSibling){a=a.nextSibling;break}if((a=h.pop())===r)break e}}},revert:function(){for(var e=this.reverts.length;e--;)this.reverts[e]();this.reverts=[]},prepareReplacementString:function(e,t,n){var i=this.options.portionMode;return"first"===i&&t.indexInMatch>0?"":(e=e.replace(/\$(\d+|&|`|')/g,(function(e,t){var i;switch(t){case"&":i=n[0];break;case"`":i=n.input.substring(0,n.startIndex);break;case"'":i=n.input.substring(n.endIndex);break;default:i=n[+t]||""}return i})),"first"===i?e:t.isEnd?e.substring(t.indexInMatch):e.substring(t.indexInMatch,t.indexInMatch+t.text.length))},getPortionReplacementNode:function(t,n){var i=this.options.replace||"$&",r=this.options.wrap,o=this.options.wrapClass;if(r&&r.nodeType){var s=e.createElement("div");s.innerHTML=r.outerHTML||(new XMLSerializer).serializeToString(r),r=s.firstChild}if("function"==typeof i)return(i=i(t,n))&&i.nodeType?i:e.createTextNode(String(i));var a="string"==typeof r?e.createElement(r):r;return a&&o&&(a.className=o),(i=e.createTextNode(this.prepareReplacementString(i,t,n))).data&&a?(a.appendChild(i),a):i},replaceMatch:function(t,n,i,r){var o,s,a=n.node,d=r.node;if(a===d){var c=a;n.indexInNode>0&&(o=e.createTextNode(c.data.substring(0,n.indexInNode)),c.parentNode.insertBefore(o,c));var p=this.getPortionReplacementNode(r,t);return c.parentNode.insertBefore(p,c),r.endIndexInNode<c.length&&(s=e.createTextNode(c.data.substring(r.endIndexInNode)),c.parentNode.insertBefore(s,c)),c.parentNode.removeChild(c),this.reverts.push((function(){o===p.previousSibling&&o.parentNode.removeChild(o),s===p.nextSibling&&s.parentNode.removeChild(s),p.parentNode.replaceChild(c,p)})),p}o=e.createTextNode(a.data.substring(0,n.indexInNode)),s=e.createTextNode(d.data.substring(r.endIndexInNode));for(var h=this.getPortionReplacementNode(n,t),l=[],f=0,u=i.length;f<u;++f){var g=i[f],x=this.getPortionReplacementNode(g,t);g.node.parentNode.replaceChild(x,g.node),this.reverts.push(function(e,t){return function(){t.parentNode.replaceChild(e.node,t)}}(g,x)),l.push(x)}var N=this.getPortionReplacementNode(r,t);return a.parentNode.insertBefore(o,a),a.parentNode.insertBefore(h,a),a.parentNode.removeChild(a),d.parentNode.insertBefore(N,d),d.parentNode.insertBefore(s,d),d.parentNode.removeChild(d),this.reverts.push((function(){o.parentNode.removeChild(o),h.parentNode.replaceChild(a,h),s.parentNode.removeChild(s),N.parentNode.replaceChild(d,N)})),N}},n},t.exports?t.exports=i():n.findAndReplaceDOMText=i()}));const n={}.hasOwnProperty,i=Object.assign({},t.NON_CONTIGUOUS_PROSE_ELEMENTS,{ins:1,del:1,s:1,a:1}),r=Object.assign({},t.NON_PROSE_ELEMENTS,{pre:1,code:1,sup:1,sub:1,"heti-spacing":1,"heti-close":1}),o="⺀-⼀--ゟ゠-ヺー-ヿ-ㄯ㈀-㋿㐀-䶿一-鿿豈-",s="A-Za-z-ÿͰ-Ͽ0-9`~!@#\\$%\\^&\\*\\(\\)-_=\\+\\[\\]{}\\\\\\|;:'\",<.>\\/\\?",a=`(?<=[${o}])( *[${s}]+(?: +[${s}]+)* *)(?=[${o}])`,d=`([${s}]+(?: +[${s}]+)* *)(?=[${o}])`,c=`(?<=[${o}])( *[${s}]+(?: +[${s}]+)*)`,p=`(?:[${o}])( *[${s}]+(?: +[${s}]+)* *)(?=[${o}])`,h=`(?:[${o}])( *[${s}]+(?: +[${s}]+)*)`;return class{constructor(e,t){let o=!0;try{new RegExp("(?<=d)d","g").test("")}catch(e){e.name,o=!1}this.rootDocument=e,this.rootSelector=t||".heti",this.REG_FULL=new RegExp(o?a:p,"g"),this.REG_START=new RegExp(d,"g"),this.REG_END=new RegExp(o?c:h,"g"),this.offsetWidth=o?0:1,this.funcForceContext=function(e){return n.call(i,e.nodeName.toLowerCase())},this.funcFilterElements=function(e){return!(e.classList&&e.classList.contains("heti-skip")||n.call(r,e.nodeName.toLowerCase()))}}spacingElements(e){for(let t of e)this.spacingElement(t)}spacingElement(e){const n={forceContext:this.funcForceContext,filterElements:this.funcFilterElements},i=(e,t,n)=>{const i=this.rootDocument.createElement(e);return i.className=t,i.textContent=n.trim(),i};t(e,Object.assign({},n,{find:this.REG_FULL,replace:e=>i("heti-spacing","heti-spacing-start heti-spacing-end",e.text),offset:this.offsetWidth})),t(e,Object.assign({},n,{find:this.REG_START,replace:e=>i("heti-spacing","heti-spacing-start",e.text)})),t(e,Object.assign({},n,{find:this.REG_END,replace:e=>i("heti-spacing","heti-spacing-end",e.text),offset:this.offsetWidth})),t(e,Object.assign({},n,{find:new RegExp("([。.,、:;!‼?⁇])(?=[「『(《〈【〖〔[{」』)》〉】〗〕]}])|([「『(《〈【〖〔[{])(?=[「『(《〈【〖〔[{])|([」』)》〉】〗〕]}])(?=[。.,、:;!‼?⁇「『(《〈【〖〔[{」』)》〉】〗〕]}])","g"),replace:e=>i("heti-adjacent","heti-adjacent-half",e.text),offset:this.offsetWidth})),t(e,Object.assign({},n,{find:new RegExp("([·・‧])(?=[「『(《〈【〖〔[{])|([」』)》〉】〗〕]}])(?=[·・‧])","g"),replace:e=>i("heti-adjacent","heti-adjacent-quarter",e.text),offset:this.offsetWidth})),t(e,Object.assign({},n,{find:new RegExp("([。.,、:;!‼?⁇])(?=[“‘”’])|([“‘])(?=[「『(《〈【〖〔[{])","g"),replace:e=>i("heti-adjacent","heti-adjacent-quarter",e.text),offset:this.offsetWidth}))}autoSpacing(){const e=()=>{const e=this.rootDocument.querySelectorAll(this.rootSelector);for(let t of e)this.spacingElement(t)};this.rootDocument==document?"complete"===this.rootDocument.readyState?setTimeout(e):this.rootDocument.addEventListener("DOMContentLoaded",e):e()}}}));
|