@ni/ok-components 0.2.8 → 0.2.10
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.
|
@@ -6937,11 +6937,11 @@ let e=this.pendingRecords()
|
|
|
6937
6937
|
e.length&&(this.queue=[])
|
|
6938
6938
|
let n=t.domSelectionRange(),i=!this.suppressingSelectionUpdates&&!this.currentSelection.eq(n)&&uk(t)&&!this.ignoreSelectionChange(n),o=-1,s=-1,r=!1,a=[]
|
|
6939
6939
|
if(t.editable)for(let t=0;t<e.length;t++){let n=this.registerMutation(e[t],a)
|
|
6940
|
-
n&&(o=o<0?n.from:Math.min(n.from,o),s=s<0?n.to:Math.max(n.to,s),n.typeOver&&(r=!0))}if(eC&&a.length){let e=a.filter((t=>"BR"==t.nodeName))
|
|
6940
|
+
n&&(o=o<0?n.from:Math.min(n.from,o),s=s<0?n.to:Math.max(n.to,s),n.typeOver&&(r=!0))}if(!a.some((t=>"BR"==t.nodeName))||8!=t.input.lastKeyCode&&46!=t.input.lastKeyCode){if(eC&&a.length){let e=a.filter((t=>"BR"==t.nodeName))
|
|
6941
6941
|
if(2==e.length){let[t,n]=e
|
|
6942
6942
|
t.parentNode&&t.parentNode.parentNode==n.parentNode?n.remove():t.remove()}else{let{focusNode:n}=this.currentSelection
|
|
6943
6943
|
for(let i of e){let e=i.parentNode
|
|
6944
|
-
!e||"LI"!=e.nodeName||n&&PS(t,n)==e||i.remove()}}}else
|
|
6944
|
+
!e||"LI"!=e.nodeName||n&&PS(t,n)==e||i.remove()}}}}else for(let t of a)if("BR"==t.nodeName&&t.parentNode){let e=t.nextSibling
|
|
6945
6945
|
e&&1==e.nodeType&&"false"==e.contentEditable&&t.parentNode.removeChild(t)}let l=null
|
|
6946
6946
|
o<0&&i&&t.input.lastFocus>Date.now()-200&&Math.max(t.input.lastTouch,t.input.lastClick.time)<Date.now()-300&&jx(n)&&(l=nk(t))&&l.eq(Uw.near(t.state.doc.resolve(0),1))?(t.input.lastFocus=0,ok(t),this.currentSelection.set(n),t.scrollToSelection()):(o>-1||i)&&(o>-1&&(t.docView.markDirty(o,s),function(t){if(NS.has(t))return
|
|
6947
6947
|
if(NS.set(t,null),-1!==["normal","nowrap","pre-line"].indexOf(getComputedStyle(t.dom).whiteSpace)){if(t.requiresGeckoHackNode=eC,LS)return
|
|
@@ -9147,7 +9147,7 @@ this.inTightList=i,t.forEach(((o,s,r)=>{r&&i&&this.flushClose(1),this.wrapBlock(
|
|
|
9147
9147
|
return e[0]+t+e[1]}repeat(t,e){let n=""
|
|
9148
9148
|
for(let i=0;i<e;i++)n+=t
|
|
9149
9149
|
return n}markString(t,e,n,i){let o=this.getMark(t.type.name),s=e?o.open:o.close
|
|
9150
|
-
return"string"==typeof s?s:s(this,t,n,i)}getEnclosingWhitespace(t){return{leading:(t.match(/^(\s+)/)||[void 0])[0],trailing:(t.match(/(\s+)$/)||[void 0])[0]}}isMarkAhead(t,e,n){for(;;e++){if(e
|
|
9150
|
+
return"string"==typeof s?s:s(this,t,n,i)}getEnclosingWhitespace(t){return{leading:(t.match(/^(\s+)/)||[void 0])[0],trailing:(t.match(/(\s+)$/)||[void 0])[0]}}isMarkAhead(t,e,n){for(;;e++){if(e>=t.childCount)return!1
|
|
9151
9151
|
let i=t.child(e)
|
|
9152
9152
|
if(i.type.name!=this.options.hardBreakNodeName)return n.isInSet(i.marks)
|
|
9153
9153
|
e++}}}var OT
|
|
@@ -9323,10 +9323,10 @@ return e&&e.forEach((t=>{const e="string"==typeof t?t:t.scheme
|
|
|
9323
9323
|
e&&n.push(e)})),!t||t.replace(iR,"").match(new RegExp(`^(?:(?:${n.join("|")}):|[^a-z]|[a-z0-9+.-]+(?:[^a-z+.-:]|$))`,"i"))}var sR=MM.create({name:"link",priority:1e3,keepOnSplit:!1,exitable:!0,onCreate(){this.options.validate&&!this.options.shouldAutoLink&&(this.options.shouldAutoLink=this.options.validate,console.warn("The `validate` option is deprecated. Rename to the `shouldAutoLink` option instead.")),this.options.protocols.forEach((t=>{"string"!=typeof t?YO(t.scheme,t.optionalSlashes):YO(t)}))},onDestroy(){wD.groups={},KO.scanner=null,KO.parser=null,KO.tokenQueue=[],KO.pluginQueue=[],KO.customSchemes=[],KO.initialized=!1},inclusive(){return this.options.autolink},addOptions:()=>({openOnClick:!0,enableClickSelection:!1,linkOnPaste:!0,autolink:!0,protocols:[],defaultProtocol:"http",HTMLAttributes:{target:"_blank",rel:"noopener noreferrer nofollow",class:null},isAllowedUri:(t,e)=>!!oR(t,e.protocols),validate:t=>!!t,shouldAutoLink:t=>{const e=/^[a-z][a-z0-9+.-]*:\/\//i.test(t),n=/^[a-z][a-z0-9+.-]*:/i.test(t)
|
|
9324
9324
|
if(e||n&&!t.includes("@"))return!0
|
|
9325
9325
|
const i=(t.includes("@")?t.split("@").pop():t).split(/[/?#:]/)[0]
|
|
9326
|
-
return!/^\d{1,3}(\.\d{1,3}){3}$/.test(i)&&!!/\./.test(i)}}),addAttributes(){return{href:{default:null,parseHTML:t=>t.getAttribute("href")},target:{default:this.options.HTMLAttributes.target},rel:{default:this.options.HTMLAttributes.rel},class:{default:this.options.HTMLAttributes.class}}},parseHTML(){return[{tag:"a[href]",getAttrs:t=>{const e=t.getAttribute("href")
|
|
9327
|
-
return!(!e||!this.options.isAllowedUri(e,{defaultValidate:t=>!!oR(t,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol}))&&null}}]},renderHTML({HTMLAttributes:t}){return this.options.isAllowedUri(t.href,{defaultValidate:t=>!!oR(t,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?["a",A$(this.options.HTMLAttributes,t),0]:["a",A$(this.options.HTMLAttributes,{...t,href:""}),0]},markdownTokenName:"link",parseMarkdown:(t,e)=>e.applyMark("link",e.parseInline(t.tokens||[]),{href:t.href,title:t.title||null}),renderMarkdown:(t,e)=>{var n
|
|
9328
|
-
const i=
|
|
9329
|
-
return
|
|
9326
|
+
return!/^\d{1,3}(\.\d{1,3}){3}$/.test(i)&&!!/\./.test(i)}}),addAttributes(){return{href:{default:null,parseHTML:t=>t.getAttribute("href")},target:{default:this.options.HTMLAttributes.target},rel:{default:this.options.HTMLAttributes.rel},class:{default:this.options.HTMLAttributes.class},title:{default:null}}},parseHTML(){return[{tag:"a[href]",getAttrs:t=>{const e=t.getAttribute("href")
|
|
9327
|
+
return!(!e||!this.options.isAllowedUri(e,{defaultValidate:t=>!!oR(t,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol}))&&null}}]},renderHTML({HTMLAttributes:t}){return this.options.isAllowedUri(t.href,{defaultValidate:t=>!!oR(t,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?["a",A$(this.options.HTMLAttributes,t),0]:["a",A$(this.options.HTMLAttributes,{...t,href:""}),0]},markdownTokenName:"link",parseMarkdown:(t,e)=>e.applyMark("link",e.parseInline(t.tokens||[]),{href:t.href,title:t.title||null}),renderMarkdown:(t,e)=>{var n,i,o,s
|
|
9328
|
+
const r=null!=(i=null==(n=t.attrs)?void 0:n.href)?i:"",a=null!=(s=null==(o=t.attrs)?void 0:o.title)?s:"",l=e.renderChildren(t)
|
|
9329
|
+
return a?`[${l}](${r} "${a}")`:`[${l}](${r})`},addCommands(){return{setLink:t=>({chain:e})=>{const{href:n}=t
|
|
9330
9330
|
return!!this.options.isAllowedUri(n,{defaultValidate:t=>!!oR(t,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})&&e().setMark(this.name,t).setMeta("preventAutolink",!0).run()},toggleLink:t=>({chain:e})=>{const{href:n}=t||{}
|
|
9331
9331
|
return!(n&&!this.options.isAllowedUri(n,{defaultValidate:t=>!!oR(t,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol}))&&e().toggleMark(this.name,t,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run()},unsetLink:()=>({chain:t})=>t().unsetMark(this.name,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run()}},addPasteRules(){return[sI({find:t=>{const e=[]
|
|
9332
9332
|
if(t){const{protocols:n,defaultProtocol:i}=this.options,o=QO(t).filter((t=>t.isLink&&this.options.isAllowedUri(t.value,{defaultValidate:t=>!!oR(t,n),protocols:n,defaultProtocol:i})))
|
|
@@ -15751,6 +15751,14 @@ const TQ=t=>`${Po(t)}:host{box-sizing:border-box;}*{box-sizing:border-box;}:host
|
|
|
15751
15751
|
border-color: transparent;
|
|
15752
15752
|
}
|
|
15753
15753
|
|
|
15754
|
+
.toolbar {
|
|
15755
|
+
display: block;
|
|
15756
|
+
}
|
|
15757
|
+
|
|
15758
|
+
.toolbar.toolbar-empty {
|
|
15759
|
+
display: none;
|
|
15760
|
+
}
|
|
15761
|
+
|
|
15754
15762
|
.messages {
|
|
15755
15763
|
flex: 1;
|
|
15756
15764
|
display: flex;
|
|
@@ -15776,13 +15784,16 @@ const TQ=t=>`${Po(t)}:host{box-sizing:border-box;}*{box-sizing:border-box;}:host
|
|
|
15776
15784
|
padding: 0px ${Hl} 0px ${Hl};
|
|
15777
15785
|
}
|
|
15778
15786
|
`,OQ=Q`
|
|
15787
|
+
<div class="toolbar ${t=>t.toolbarEmpty?"toolbar-empty":""}">
|
|
15788
|
+
<slot name="toolbar" ${Qt({property:"slottedToolbarElements"})}></slot>
|
|
15789
|
+
</div>
|
|
15779
15790
|
<div class="messages"><slot></slot></div>
|
|
15780
15791
|
<div class="input ${t=>t.inputEmpty?"input-empty":""}">
|
|
15781
15792
|
<slot name="input" ${Qt({property:"slottedInputElements"})}>
|
|
15782
15793
|
</slot>
|
|
15783
15794
|
</div>
|
|
15784
15795
|
`,RQ={default:void 0}
|
|
15785
|
-
class FQ extends Ve{constructor(){super(...arguments),this.appearance=RQ.default,this.inputEmpty=!0}slottedInputElementsChanged(t,e){this.inputEmpty=void 0===e||0===e.length}}t([ft],FQ.prototype,"appearance",void 0),t([C],FQ.prototype,"inputEmpty",void 0),t([C],FQ.prototype,"slottedInputElements",void 0)
|
|
15796
|
+
class FQ extends Ve{constructor(){super(...arguments),this.appearance=RQ.default,this.inputEmpty=!0,this.toolbarEmpty=!0}slottedInputElementsChanged(t,e){this.inputEmpty=void 0===e||0===e.length}slottedToolbarElementsChanged(t,e){this.toolbarEmpty=void 0===e||0===e.length}}t([ft],FQ.prototype,"appearance",void 0),t([C],FQ.prototype,"inputEmpty",void 0),t([C],FQ.prototype,"slottedInputElements",void 0),t([C],FQ.prototype,"toolbarEmpty",void 0),t([C],FQ.prototype,"slottedToolbarElements",void 0)
|
|
15786
15797
|
const NQ=FQ.compose({baseName:"chat-conversation",template:OQ,styles:DQ})
|
|
15787
15798
|
Mi.getOrCreate().withPrefix("spright").register(NQ())
|
|
15788
15799
|
const LQ=Mt`
|