@ni/nimble-components 20.4.0 → 20.4.2

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.
Files changed (25) hide show
  1. package/dist/all-components-bundle.js +110 -56
  2. package/dist/all-components-bundle.js.map +1 -1
  3. package/dist/all-components-bundle.min.js +462 -464
  4. package/dist/all-components-bundle.min.js.map +1 -1
  5. package/dist/esm/rich-text/editor/styles.js +0 -9
  6. package/dist/esm/rich-text/editor/styles.js.map +1 -1
  7. package/dist/esm/rich-text/editor/testing/rich-text-editor.pageobject.d.ts +0 -2
  8. package/dist/esm/rich-text/editor/testing/rich-text-editor.pageobject.js +0 -9
  9. package/dist/esm/rich-text/editor/testing/rich-text-editor.pageobject.js.map +1 -1
  10. package/dist/esm/src/rich-text/editor/testing/rich-text-editor.pageobject.d.ts +0 -2
  11. package/dist/esm/src/table/components/row/index.d.ts +29 -6
  12. package/dist/esm/src/table-column/base/models/column-internals.d.ts +1 -0
  13. package/dist/esm/table/components/row/index.d.ts +29 -6
  14. package/dist/esm/table/components/row/index.js +88 -24
  15. package/dist/esm/table/components/row/index.js.map +1 -1
  16. package/dist/esm/table/components/row/template.js +14 -14
  17. package/dist/esm/table/components/row/template.js.map +1 -1
  18. package/dist/esm/table/index.js +1 -1
  19. package/dist/esm/table/index.js.map +1 -1
  20. package/dist/esm/table/models/table-update-tracker.js +1 -8
  21. package/dist/esm/table/models/table-update-tracker.js.map +1 -1
  22. package/dist/esm/table-column/base/models/column-internals.d.ts +1 -0
  23. package/dist/esm/table-column/base/models/column-internals.js +8 -0
  24. package/dist/esm/table-column/base/models/column-internals.js.map +1 -1
  25. package/package.json +1 -1
@@ -64,7 +64,7 @@ class y{constructor(){this.index=0,this.length=0,this.parent=null,this.parentCon
64
64
  const w=Object.seal(new y)
65
65
  class x{constructor(){this.targetIndex=0}}class k extends x{constructor(){super(...arguments),this.createPlaceholder=u.createInterpolationPlaceholder}}class C extends x{constructor(e,t,n){super(),this.name=e,this.behavior=t,this.options=n}createPlaceholder(e){return u.createCustomAttributePlaceholder(this.name,e)}createBehavior(e){return new this.behavior(e,this.options)}}function S(e,t){this.source=e,this.context=t,null===this.bindingObserver&&(this.bindingObserver=g.binding(this.binding,this,this.isBindingVolatile)),this.updateTarget(this.bindingObserver.observe(e,t))}function $(e,t){this.source=e,this.context=t,this.target.addEventListener(this.targetName,this)}function M(){this.bindingObserver.disconnect(),this.source=null,this.context=null}function _(){this.bindingObserver.disconnect(),this.source=null,this.context=null
66
66
  const e=this.target.$fastView
67
- void 0!==e&&e.isComposed&&(e.unbind(),e.needsBindOnly=!0)}function A(){this.target.removeEventListener(this.targetName,this),this.source=null,this.context=null}function E(e){u.setAttribute(this.target,this.targetName,e)}function I(e){u.setBooleanAttribute(this.target,this.targetName,e)}function O(e){if(null==e&&(e=""),e.create){this.target.textContent=""
67
+ void 0!==e&&e.isComposed&&(e.unbind(),e.needsBindOnly=!0)}function A(){this.target.removeEventListener(this.targetName,this),this.source=null,this.context=null}function I(e){u.setAttribute(this.target,this.targetName,e)}function E(e){u.setBooleanAttribute(this.target,this.targetName,e)}function O(e){if(null==e&&(e=""),e.create){this.target.textContent=""
68
68
  let t=this.target.$fastView
69
69
  void 0===t?t=e.create():this.target.$fastTemplate!==e&&(t.isComposed&&(t.remove(),t.unbind()),t=e.create()),t.isComposed?t.needsBindOnly&&(t.needsBindOnly=!1,t.bind(this.source,this.context)):(t.isComposed=!0,t.bind(this.source,this.context),t.insertBefore(this.target),this.target.$fastView=t,this.target.$fastTemplate=e)}else{const t=this.target.$fastView
70
70
  void 0!==t&&t.isComposed&&(t.isComposed=!1,t.remove(),t.needsBindOnly?t.needsBindOnly=!1:t.unbind()),this.target.textContent=e}}function T(e){this.target[this.targetName]=e}function R(e){const t=this.classVersions||Object.create(null),n=this.target
@@ -72,9 +72,9 @@ let i=this.version||0
72
72
  if(null!=e&&e.length){const o=e.split(/\s+/)
73
73
  for(let e=0,r=o.length;e<r;++e){const r=o[e]
74
74
  ""!==r&&(t[r]=i,n.classList.add(r))}}if(this.classVersions=t,this.version=i+1,0!==i){i-=1
75
- for(const e in t)t[e]===i&&n.classList.remove(e)}}class D extends k{constructor(e){super(),this.binding=e,this.bind=S,this.unbind=M,this.updateTarget=E,this.isBindingVolatile=g.isVolatileBinding(this.binding)}get targetName(){return this.originalTargetName}set targetName(e){if(this.originalTargetName=e,void 0!==e)switch(e[0]){case":":if(this.cleanedTargetName=e.substr(1),this.updateTarget=T,"innerHTML"===this.cleanedTargetName){const e=this.binding
75
+ for(const e in t)t[e]===i&&n.classList.remove(e)}}class D extends k{constructor(e){super(),this.binding=e,this.bind=S,this.unbind=M,this.updateTarget=I,this.isBindingVolatile=g.isVolatileBinding(this.binding)}get targetName(){return this.originalTargetName}set targetName(e){if(this.originalTargetName=e,void 0!==e)switch(e[0]){case":":if(this.cleanedTargetName=e.substr(1),this.updateTarget=T,"innerHTML"===this.cleanedTargetName){const e=this.binding
76
76
  this.binding=(t,n)=>u.createHTML(e(t,n))}break
77
- case"?":this.cleanedTargetName=e.substr(1),this.updateTarget=I
77
+ case"?":this.cleanedTargetName=e.substr(1),this.updateTarget=E
78
78
  break
79
79
  case"@":this.cleanedTargetName=e.substr(1),this.bind=$,this.unbind=A
80
80
  break
@@ -294,18 +294,18 @@ _e.apply(t,e),e=t}if(o.index+o.removed.length>n.index+n.addedCount){const t=o.re
294
294
  _e.apply(e,t)}o.removed=e,n.index<o.index&&(o.index=n.index)}else r=!0}else if(o.index<n.index){r=!0,e.splice(t,0,o),t++
295
295
  const i=o.addedCount-o.removed.length
296
296
  n.index+=i,s+=i}}var a,l,c,d
297
- r||e.push(o)}function Ee(e,t){let n=[]
297
+ r||e.push(o)}function Ie(e,t){let n=[]
298
298
  const i=function(e){const t=[]
299
299
  for(let n=0,i=e.length;n<i;n++){const i=e[n]
300
300
  Ae(t,i.index,i.removed,i.addedCount)}return t}(t)
301
301
  for(let t=0,o=i.length;t<o;++t){const o=i[t]
302
- 1!==o.addedCount||1!==o.removed.length?n=n.concat(Me(e,o.index,o.index+o.addedCount,o.removed,0,o.removed.length)):o.removed[0]!==e[o.index]&&n.push(o)}return n}let Ie=!1
302
+ 1!==o.addedCount||1!==o.removed.length?n=n.concat(Me(e,o.index,o.index+o.addedCount,o.removed,0,o.removed.length)):o.removed[0]!==e[o.index]&&n.push(o)}return n}let Ee=!1
303
303
  function Oe(e,t){let n=e.index
304
304
  const i=t.length
305
305
  return n>i?n=i-e.addedCount:n<0&&(n=i+e.removed.length+n-e.addedCount),n<0&&(n=0),e.index=n,e}class Te extends p{constructor(e){super(e),this.oldCollection=void 0,this.splices=void 0,this.needsQueue=!0,this.call=this.flush,Reflect.defineProperty(e,"$fastController",{value:this,enumerable:!1})}subscribe(e){this.flush(),super.subscribe(e)}addSplice(e){void 0===this.splices?this.splices=[e]:this.splices.push(e),this.needsQueue&&(this.needsQueue=!1,u.queueUpdate(this))}reset(e){this.oldCollection=e,this.needsQueue&&(this.needsQueue=!1,u.queueUpdate(this))}flush(){const e=this.splices,t=this.oldCollection
306
306
  if(void 0===e&&void 0===t)return
307
307
  this.needsQueue=!0,this.splices=void 0,this.oldCollection=void 0
308
- const n=void 0===t?Ee(this.source,e):Me(this.source,0,this.source.length,t,0,t.length)
308
+ const n=void 0===t?Ie(this.source,e):Me(this.source,0,this.source.length,t,0,t.length)
309
309
  this.notify(n)}}class Re{constructor(e,t){this.target=e,this.propertyName=t}bind(e){e[this.propertyName]=this.target}unbind(){}}function De(e){return new C("fast-ref",Re,e)}const Fe=e=>"function"==typeof e,Le=()=>null
310
310
  function Ne(e){return void 0===e?Le:Fe(e)?e:()=>e}function Pe(e,t,n){const i=Fe(e)?e:()=>e,o=Ne(t),r=Ne(n)
311
311
  return(e,t)=>i(e,t)?o(e,t):r(e,t)}const ze=Object.freeze({positioning:!1,recycle:!0})
@@ -329,8 +329,8 @@ r(s,t,e,n),a[e]=s,s.insertBefore(o)}}else{let e=0
329
329
  for(;e<s;++e)if(e<l){r(a[e],t,e,n)}else{const s=i.create()
330
330
  r(s,t,e,n),a.push(s),s.insertBefore(o)}const c=a.splice(e,l-e)
331
331
  for(e=0,s=c.length;e<s;++e)c[e].dispose()}}unbindAllViews(){const e=this.views
332
- for(let t=0,n=e.length;t<n;++t)e[t].unbind()}}class qe extends x{constructor(e,t,n){super(),this.itemsBinding=e,this.templateBinding=t,this.options=n,this.createPlaceholder=u.createBlockPlaceholder,function(){if(Ie)return
333
- Ie=!0,g.setArrayObserverFactory((e=>new Te(e)))
332
+ for(let t=0,n=e.length;t<n;++t)e[t].unbind()}}class qe extends x{constructor(e,t,n){super(),this.itemsBinding=e,this.templateBinding=t,this.options=n,this.createPlaceholder=u.createBlockPlaceholder,function(){if(Ee)return
333
+ Ee=!0,g.setArrayObserverFactory((e=>new Te(e)))
334
334
  const e=Array.prototype
335
335
  if(e.$fastPatch)return
336
336
  Reflect.defineProperty(e,"$fastPatch",{value:1,enumerable:!1})
@@ -467,9 +467,9 @@ function vt(e){return"function"==typeof e.register}function bt(e){return functio
467
467
  class kt{constructor(e,t){this.owner=e,this.config=t,this._parent=void 0,this.registerDepth=0,this.context=null,null!==e&&(e.$$container$$=this),this.resolvers=new Map,this.resolvers.set(dt,mt),e instanceof Node&&e.addEventListener(wt,(e=>{e.composedPath()[0]!==this.owner&&(e.detail.container=this,e.stopImmediatePropagation())}))}get parent(){return void 0===this._parent&&(this._parent=this.config.parentLocator(this.owner)),this._parent}get depth(){return null===this.parent?0:this.parent.depth+1}get responsibleForOwnerRequests(){return this.config.responsibleForOwnerRequests}registerWithContext(e,...t){return this.context=e,this.register(...t),this.context=null,this}register(...e){if(100==++this.registerDepth)throw new Error("Unable to autoregister dependency")
468
468
  let t,n,i,o,r
469
469
  const s=this.context
470
- for(let a=0,l=e.length;a<l;++a)if(t=e[a],Et(t))if(vt(t))t.register(this,s)
470
+ for(let a=0,l=e.length;a<l;++a)if(t=e[a],It(t))if(vt(t))t.register(this,s)
471
471
  else if(void 0!==t.prototype)$t.singleton(t,t).register(this)
472
- else for(n=Object.keys(t),o=0,r=n.length;o<r;++o)i=t[n[o]],Et(i)&&(vt(i)?i.register(this,s):this.register(i))
472
+ else for(n=Object.keys(t),o=0,r=n.length;o<r;++o)i=t[n[o]],It(i)&&(vt(i)?i.register(this,s):this.register(i))
473
473
  return--this.registerDepth,this}registerResolver(e,t){Mt(e)
474
474
  const n=this.resolvers,i=n.get(e)
475
475
  return null==i?n.set(e,t):i instanceof ut&&4===i.strategy?i.state.push(t):n.set(e,new ut(e,4,[i,t])),t}registerTransformer(e,t){const n=this.getResolver(e)
@@ -490,7 +490,7 @@ if(t){let t=o
490
490
  for(;null!=r;)i=r.resolvers.get(e),null!=i&&(t=t.concat(_t(i,r,n))),r=r.parent
491
491
  return t}for(;null!=r;){if(i=r.resolvers.get(e),null!=i)return _t(i,r,n)
492
492
  if(r=r.parent,null==r)return o}return o}getFactory(e){let t=xt.get(e)
493
- if(void 0===t){if(It(e))throw new Error(`${e.name} is a native function and therefore cannot be safely constructed by DI. If this is intentional, please use a callback or cachedCallback resolver.`)
493
+ if(void 0===t){if(Et(e))throw new Error(`${e.name} is a native function and therefore cannot be safely constructed by DI. If this is intentional, please use a callback or cachedCallback resolver.`)
494
494
  xt.set(e,t=new gt(e,ct.getDependencies(e)))}return t}registerFactory(e,t){xt.set(e,t)}createChild(e){return new kt(null,Object.assign({},this.config,e,{parentLocator:()=>this}))}jitRegister(e,t){if("function"!=typeof e)throw new Error(`Attempted to jitRegister something that is not a constructor: '${e}'. Did you forget to register this dependency?`)
495
495
  if(yt.has(e.name))throw new Error(`Attempted to jitRegister an intrinsic type: ${e.name}. Did you forget to add @inject(Key)`)
496
496
  if(vt(e)){const n=e.register(t)
@@ -507,7 +507,7 @@ let o=i.length
507
507
  const r=new Array(o)
508
508
  for(;o--;)r[o]=i[o].resolve(t,n)
509
509
  return r}return[e.resolve(t,n)]}const At="(anonymous)"
510
- function Et(e){return"object"==typeof e&&null!==e||"function"==typeof e}const It=function(){const e=new WeakMap
510
+ function It(e){return"object"==typeof e&&null!==e||"function"==typeof e}const Et=function(){const e=new WeakMap
511
511
  let t=!1,n="",i=0
512
512
  return function(o){return t=e.get(o),void 0===t&&(n=o.toString(),i=n.length,t=i>=29&&i<=100&&125===n.charCodeAt(i-1)&&n.charCodeAt(i-2)<=32&&93===n.charCodeAt(i-3)&&101===n.charCodeAt(i-4)&&100===n.charCodeAt(i-5)&&111===n.charCodeAt(i-6)&&99===n.charCodeAt(i-7)&&32===n.charCodeAt(i-8)&&101===n.charCodeAt(i-9)&&118===n.charCodeAt(i-10)&&105===n.charCodeAt(i-11)&&116===n.charCodeAt(i-12)&&97===n.charCodeAt(i-13)&&110===n.charCodeAt(i-14)&&88===n.charCodeAt(i-15),e.set(o,t)),t}}(),Ot={}
513
513
  function Tt(e){switch(typeof e){case"number":return e>=0&&(0|e)===e
@@ -680,7 +680,7 @@ const t=Array.from(null===(e=this.control)||void 0===e?void 0:e.children)
680
680
  t&&t.forEach((e=>{e.removeEventListener("click",this.handleClick)}))}}
681
681
  et([se({mode:"boolean"})],_n.prototype,"autofocus",void 0),et([se({attribute:"form"})],_n.prototype,"formId",void 0),et([se],_n.prototype,"formaction",void 0),et([se],_n.prototype,"formenctype",void 0),et([se],_n.prototype,"formmethod",void 0),et([se({mode:"boolean"})],_n.prototype,"formnovalidate",void 0),et([se],_n.prototype,"formtarget",void 0),et([se],_n.prototype,"type",void 0),et([m],_n.prototype,"defaultSlottedContent",void 0)
682
682
  class An{}et([se({attribute:"aria-expanded"})],An.prototype,"ariaExpanded",void 0),et([se({attribute:"aria-pressed"})],An.prototype,"ariaPressed",void 0),Vt(An,hn),Vt(_n,Xe,An)
683
- class En extends Nt{}class In extends(Sn(En)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}let On=class extends In{constructor(){super(),this.initialValue="on",this.indeterminate=!1,this.keypressHandler=e=>{if(!this.readOnly&&e.key===nn)this.indeterminate&&(this.indeterminate=!1),this.checked=!this.checked},this.clickHandler=e=>{this.disabled||this.readOnly||(this.indeterminate&&(this.indeterminate=!1),this.checked=!this.checked)},this.proxy.setAttribute("type","checkbox")}readOnlyChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.readOnly=this.readOnly)}}
683
+ class In extends Nt{}class En extends(Sn(In)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}let On=class extends En{constructor(){super(),this.initialValue="on",this.indeterminate=!1,this.keypressHandler=e=>{if(!this.readOnly&&e.key===nn)this.indeterminate&&(this.indeterminate=!1),this.checked=!this.checked},this.clickHandler=e=>{this.disabled||this.readOnly||(this.indeterminate&&(this.indeterminate=!1),this.checked=!this.checked)},this.proxy.setAttribute("type","checkbox")}readOnlyChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.readOnly=this.readOnly)}}
684
684
  function Tn(e){return qt(e)&&("option"===e.getAttribute("role")||e instanceof HTMLOptionElement)}et([se({attribute:"readonly",mode:"boolean"})],On.prototype,"readOnly",void 0),et([m],On.prototype,"defaultSlottedNodes",void 0),et([m],On.prototype,"indeterminate",void 0)
685
685
  class Rn extends Nt{constructor(e,t,n,i){super(),this.defaultSelected=!1,this.dirtySelected=!1,this.selected=this.defaultSelected,this.dirtyValue=!1,e&&(this.textContent=e),t&&(this.initialValue=t),n&&(this.defaultSelected=n),i&&(this.selected=i),this.proxy=new Option(`${this.textContent}`,this.initialValue,this.defaultSelected,this.selected),this.proxy.disabled=this.disabled}checkedChanged(e,t){this.ariaChecked="boolean"!=typeof t?null:t?"true":"false"}contentChanged(e,t){this.proxy instanceof HTMLOptionElement&&(this.proxy.textContent=this.textContent),this.$emit("contentchange",null,{bubbles:!0})}defaultSelectedChanged(){this.dirtySelected||(this.selected=this.defaultSelected,this.proxy instanceof HTMLOptionElement&&(this.proxy.selected=this.defaultSelected))}disabledChanged(e,t){this.ariaDisabled=this.disabled?"true":"false",this.proxy instanceof HTMLOptionElement&&(this.proxy.disabled=this.disabled)}selectedAttributeChanged(){this.defaultSelected=this.selectedAttribute,this.proxy instanceof HTMLOptionElement&&(this.proxy.defaultSelected=this.defaultSelected)}selectedChanged(){this.ariaSelected=this.selected?"true":"false",this.dirtySelected||(this.dirtySelected=!0),this.proxy instanceof HTMLOptionElement&&(this.proxy.selected=this.selected)}initialValueChanged(e,t){this.dirtyValue||(this.value=this.initialValue,this.dirtyValue=!1)}get label(){var e
686
686
  return null!==(e=this.value)&&void 0!==e?e:this.text}get text(){var e,t
@@ -884,7 +884,7 @@ const i=Math.max(0,parseInt(null!==(n=null==t?void 0:t.toFixed())&&void 0!==n?n:
884
884
  i!==t&&u.queueUpdate((()=>{this.size=i}))}toggleSelectedForAllCheckedOptions(){const e=this.checkedOptions.filter((e=>!e.disabled)),t=!e.every((e=>e.selected))
885
885
  e.forEach((e=>e.selected=t)),this.selectedIndex=this.options.indexOf(e[e.length-1]),this.setSelectedOptions()}typeaheadBufferChanged(e,t){if(this.multiple){if(this.$fastController.isConnected){const e=this.getTypeaheadMatches(),t=this.options.indexOf(e[0])
886
886
  t>-1&&(this.activeIndex=t,this.uncheckAllOptions(),this.checkActiveIndex()),this.typeAheadExpired=!1}}else super.typeaheadBufferChanged(e,t)}uncheckAllOptions(e=!1){this.options.forEach((e=>e.checked=!this.multiple&&void 0)),e||(this.rangeStartIndex=-1)}}et([m],Mi.prototype,"activeIndex",void 0),et([se({mode:"boolean"})],Mi.prototype,"multiple",void 0),et([se({converter:oe})],Mi.prototype,"size",void 0)
887
- const _i="menuitem",Ai="menuitemcheckbox",Ei="menuitemradio",Ii={[_i]:"menuitem",[Ai]:"menuitemcheckbox",[Ei]:"menuitemradio"}
887
+ const _i="menuitem",Ai="menuitemcheckbox",Ii="menuitemradio",Ei={[_i]:"menuitem",[Ai]:"menuitemcheckbox",[Ii]:"menuitemradio"}
888
888
  let Oi=class extends Nt{constructor(){super(...arguments),this.role=_i,this.hasSubmenu=!1,this.currentDirection=sn.ltr,this.focusSubmenuOnLoad=!1,this.handleMenuItemKeyDown=e=>{if(e.defaultPrevented)return!1
889
889
  switch(e.key){case Yt:case nn:return this.invoke(),!1
890
890
  case Jt:return this.expandAndFocus(),!1
@@ -892,7 +892,7 @@ case Kt:if(this.expanded)return this.expanded=!1,this.focus(),!1}return!0},this.
892
892
  break
893
893
  case _i:this.updateSubmenu(),this.hasSubmenu?this.expandAndFocus():this.$emit("change")
894
894
  break
895
- case Ei:this.checked||(this.checked=!0)}},this.updateSubmenu=()=>{this.submenu=this.domChildren().find((e=>"menu"===e.getAttribute("role"))),this.hasSubmenu=void 0!==this.submenu}}expandedChanged(e){if(this.$fastController.isConnected){if(void 0===this.submenu)return
895
+ case Ii:this.checked||(this.checked=!0)}},this.updateSubmenu=()=>{this.submenu=this.domChildren().find((e=>"menu"===e.getAttribute("role"))),this.hasSubmenu=void 0!==this.submenu}}expandedChanged(e){if(this.$fastController.isConnected){if(void 0===this.submenu)return
896
896
  !1===this.expanded?this.submenu.collapseExpandedItem():this.currentDirection=fn(this),this.$emit("expanded-change",this,{bubbles:!1})}}checkedChanged(e,t){this.$fastController.isConnected&&this.$emit("change")}connectedCallback(){super.connectedCallback(),u.queueUpdate((()=>{this.updateSubmenu()})),this.startColumnCount||(this.startColumnCount=1),this.observer=new MutationObserver(this.updateSubmenu)}disconnectedCallback(){super.disconnectedCallback(),this.submenu=void 0,void 0!==this.observer&&(this.observer.disconnect(),this.observer=void 0)}domChildren(){return Array.from(this.children).filter((e=>!e.hasAttribute("hidden")))}}
897
897
  et([se({mode:"boolean"})],Oi.prototype,"disabled",void 0),et([se({mode:"boolean"})],Oi.prototype,"expanded",void 0),et([m],Oi.prototype,"startColumnCount",void 0),et([se],Oi.prototype,"role",void 0),et([se({mode:"boolean"})],Oi.prototype,"checked",void 0),et([m],Oi.prototype,"submenuRegion",void 0),et([m],Oi.prototype,"hasSubmenu",void 0),et([m],Oi.prototype,"currentDirection",void 0),et([m],Oi.prototype,"submenu",void 0),Vt(Oi,Xe)
898
898
  let Ti=class e extends Nt{constructor(){super(...arguments),this.expandedItem=null,this.focusIndex=-1,this.isNestedMenu=()=>null!==this.parentElement&&qt(this.parentElement)&&"menuitem"===this.parentElement.getAttribute("role"),this.handleFocusOut=e=>{if(!this.contains(e.relatedTarget)&&void 0!==this.menuItems){this.collapseExpandedItem()
@@ -911,16 +911,16 @@ return e>n?e:n}),0)
911
911
  t.forEach(((e,t)=>{e.setAttribute("tabindex",0===t?"0":"-1"),e.addEventListener("expanded-change",this.handleExpandedChanged),e.addEventListener("focus",this.handleItemFocus),e instanceof Oi&&(e.startColumnCount=n)}))},this.changeHandler=e=>{if(void 0===this.menuItems)return
912
912
  const t=e.target,n=this.menuItems.indexOf(t)
913
913
  if(-1!==n&&"menuitemradio"===t.role&&!0===t.checked){for(let e=n-1;e>=0;--e){const t=this.menuItems[e],n=t.getAttribute("role")
914
- if(n===Ei&&(t.checked=!1),"separator"===n)break}const e=this.menuItems.length-1
914
+ if(n===Ii&&(t.checked=!1),"separator"===n)break}const e=this.menuItems.length-1
915
915
  for(let t=n+1;t<=e;++t){const e=this.menuItems[t],n=e.getAttribute("role")
916
- if(n===Ei&&(e.checked=!1),"separator"===n)break}}},this.isMenuItemElement=t=>qt(t)&&e.focusableElementRoles.hasOwnProperty(t.getAttribute("role")),this.isFocusableElement=e=>this.isMenuItemElement(e)}itemsChanged(e,t){this.$fastController.isConnected&&void 0!==this.menuItems&&this.setItems()}connectedCallback(){super.connectedCallback(),u.queueUpdate((()=>{this.setItems()})),this.addEventListener("change",this.changeHandler)}disconnectedCallback(){super.disconnectedCallback(),this.removeItemListeners(),this.menuItems=void 0,this.removeEventListener("change",this.changeHandler)}focus(){this.setFocus(0,1)}collapseExpandedItem(){null!==this.expandedItem&&(this.expandedItem.expanded=!1,this.expandedItem=null)}handleMenuKeyDown(e){if(!e.defaultPrevented&&void 0!==this.menuItems)switch(e.key){case Gt:return void this.setFocus(this.focusIndex+1,1)
916
+ if(n===Ii&&(e.checked=!1),"separator"===n)break}}},this.isMenuItemElement=t=>qt(t)&&e.focusableElementRoles.hasOwnProperty(t.getAttribute("role")),this.isFocusableElement=e=>this.isMenuItemElement(e)}itemsChanged(e,t){this.$fastController.isConnected&&void 0!==this.menuItems&&this.setItems()}connectedCallback(){super.connectedCallback(),u.queueUpdate((()=>{this.setItems()})),this.addEventListener("change",this.changeHandler)}disconnectedCallback(){super.disconnectedCallback(),this.removeItemListeners(),this.menuItems=void 0,this.removeEventListener("change",this.changeHandler)}focus(){this.setFocus(0,1)}collapseExpandedItem(){null!==this.expandedItem&&(this.expandedItem.expanded=!1,this.expandedItem=null)}handleMenuKeyDown(e){if(!e.defaultPrevented&&void 0!==this.menuItems)switch(e.key){case Gt:return void this.setFocus(this.focusIndex+1,1)
917
917
  case Xt:return void this.setFocus(this.focusIndex-1,-1)
918
918
  case tn:return void this.setFocus(this.menuItems.length-1,-1)
919
919
  case en:return void this.setFocus(0,1)
920
920
  default:return!0}}domChildren(){return Array.from(this.children).filter((e=>!e.hasAttribute("hidden")))}setFocus(e,t){if(void 0!==this.menuItems)for(;e>=0&&e<this.menuItems.length;){const n=this.menuItems[e]
921
921
  if(this.isFocusableElement(n)){this.focusIndex>-1&&this.menuItems.length>=this.focusIndex-1&&this.menuItems[this.focusIndex].setAttribute("tabindex","-1"),this.focusIndex=e,n.setAttribute("tabindex","0"),n.focus()
922
922
  break}e+=t}}}
923
- Ti.focusableElementRoles=Ii,et([m],Ti.prototype,"items",void 0)
923
+ Ti.focusableElementRoles=Ei,et([m],Ti.prototype,"items",void 0)
924
924
  class Ri extends Nt{}class Di extends(Cn(Ri)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}const Fi="text"
925
925
  let Li=class extends Di{constructor(){super(...arguments),this.type=Fi}readOnlyChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.readOnly=this.readOnly,this.validate())}autofocusChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.autofocus=this.autofocus,this.validate())}placeholderChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.placeholder=this.placeholder)}typeChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.type=this.type,this.validate())}listChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.setAttribute("list",this.list),this.validate())}maxlengthChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.maxLength=this.maxlength,this.validate())}minlengthChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.minLength=this.minlength,this.validate())}patternChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.pattern=this.pattern,this.validate())}sizeChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.size=this.size)}spellcheckChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.spellcheck=this.spellcheck)}connectedCallback(){super.connectedCallback(),this.proxy.setAttribute("type",this.type),this.validate(),this.autofocus&&u.queueUpdate((()=>{this.focus()}))}select(){this.control.select(),this.$emit("select")}handleTextInput(){this.value=this.control.value}handleChange(){this.$emit("change")}validate(){super.validate(this.control)}}
926
926
  et([se({attribute:"readonly",mode:"boolean"})],Li.prototype,"readOnly",void 0),et([se({mode:"boolean"})],Li.prototype,"autofocus",void 0),et([se],Li.prototype,"placeholder",void 0),et([se],Li.prototype,"type",void 0),et([se],Li.prototype,"list",void 0),et([se({converter:oe})],Li.prototype,"maxlength",void 0),et([se({converter:oe})],Li.prototype,"minlength",void 0),et([se],Li.prototype,"pattern",void 0),et([se({converter:oe})],Li.prototype,"size",void 0),et([se({mode:"boolean"})],Li.prototype,"spellcheck",void 0),et([m],Li.prototype,"defaultSlottedNodes",void 0)
@@ -1126,13 +1126,13 @@ let t=e.findIndex(this.isSelectedElement)
1126
1126
  return-1===t&&(t=e.findIndex(this.isFocusableElement)),-1!==t?e[t]:null}checkForNestedItems(){return this.slottedTreeItems.some((e=>Mo(e)&&e.querySelector("[role='treeitem']")))}getVisibleNodes(){return function(e,t){if(!e||!t||!qt(e))return
1127
1127
  return Array.from(e.querySelectorAll(t)).filter((e=>null!==e.offsetParent))}(this,"[role='treeitem']")||[]}}
1128
1128
  et([se({attribute:"render-collapsed-nodes"})],Ao.prototype,"renderCollapsedNodes",void 0),et([m],Ao.prototype,"currentSelected",void 0),et([m],Ao.prototype,"slottedTreeItems",void 0)
1129
- function Eo(e){return`:host([hidden]){display:none}:host{display:${e}}`}const Io=function(){if("boolean"==typeof Zt)return Zt
1129
+ function Io(e){return`:host([hidden]){display:none}:host{display:${e}}`}const Eo=function(){if("boolean"==typeof Zt)return Zt
1130
1130
  if("undefined"==typeof window||!window.document||!window.document.createElement)return Zt=!1,Zt
1131
1131
  const e=document.createElement("style"),t=function(){const e=document.querySelector('meta[property="csp-nonce"]')
1132
1132
  return e?e.getAttribute("content"):null}()
1133
1133
  null!==t&&e.setAttribute("nonce",t),document.head.appendChild(e)
1134
1134
  try{e.sheet.insertRule("foo:focus-visible {color:inherit}",0),Zt=!0}catch(e){Zt=!1}finally{document.head.removeChild(e)}return Zt}()?"focus-visible":"focus"
1135
- class Oo extends un{}const To=`:${Io}`
1135
+ class Oo extends un{}const To=`:${Eo}`
1136
1136
  function Ro(e,t,n){return isNaN(e)||e<=t?t:e>=n?n:e}function Do(e,t,n){return isNaN(e)||e<=t?0:e>=n?1:e/(n-t)}function Fo(e,t,n){return isNaN(e)?t:t+e*(n-t)}function Lo(e,t){const n=Math.pow(10,t)
1137
1137
  return Math.round(e*n)/n}class No{constructor(e,t,n,i){this.r=e,this.g=t,this.b=n,this.a="number"!=typeof i||isNaN(i)?1:i}static fromObject(e){return!e||isNaN(e.r)||isNaN(e.g)||isNaN(e.b)?null:new No(e.r,e.g,e.b,e.a)}equalValue(e){return this.r===e.r&&this.g===e.g&&this.b===e.b&&this.a===e.a}toStringHexRGB(){return"#"+[this.r,this.g,this.b].map(this.formatHexValue).join("")}toStringHexRGBA(){return this.toStringHexRGB()+this.formatHexValue(this.a)}toStringHexARGB(){return"#"+[this.a,this.r,this.g,this.b].map(this.formatHexValue).join("")}toStringWebRGB(){return`rgb(${Math.round(Fo(this.r,0,255))},${Math.round(Fo(this.g,0,255))},${Math.round(Fo(this.b,0,255))})`}toStringWebRGBA(){return`rgba(${Math.round(Fo(this.r,0,255))},${Math.round(Fo(this.g,0,255))},${Math.round(Fo(this.b,0,255))},${Ro(this.a,0,1)})`}roundToPrecision(e){return new No(Lo(this.r,e),Lo(this.g,e),Lo(this.b,e),Lo(this.a,e))}clamp(){return new No(Ro(this.r,0,1),Ro(this.g,0,1),Ro(this.b,0,1),Ro(this.a,0,1))}toObject(){return{r:this.r,g:this.g,b:this.b,a:this.a}}formatHexValue(e){return function(e){const t=Math.round(Ro(e,0,255)).toString(16)
1138
1138
  return 1===t.length?"0"+t:t}(Fo(e,0,255))}}const Po={aliceblue:{r:.941176,g:.972549,b:1},antiquewhite:{r:.980392,g:.921569,b:.843137},aqua:{r:0,g:1,b:1},aquamarine:{r:.498039,g:1,b:.831373},azure:{r:.941176,g:1,b:1},beige:{r:.960784,g:.960784,b:.862745},bisque:{r:1,g:.894118,b:.768627},black:{r:0,g:0,b:0},blanchedalmond:{r:1,g:.921569,b:.803922},blue:{r:0,g:0,b:1},blueviolet:{r:.541176,g:.168627,b:.886275},brown:{r:.647059,g:.164706,b:.164706},burlywood:{r:.870588,g:.721569,b:.529412},cadetblue:{r:.372549,g:.619608,b:.627451},chartreuse:{r:.498039,g:1,b:0},chocolate:{r:.823529,g:.411765,b:.117647},coral:{r:1,g:.498039,b:.313725},cornflowerblue:{r:.392157,g:.584314,b:.929412},cornsilk:{r:1,g:.972549,b:.862745},crimson:{r:.862745,g:.078431,b:.235294},cyan:{r:0,g:1,b:1},darkblue:{r:0,g:0,b:.545098},darkcyan:{r:0,g:.545098,b:.545098},darkgoldenrod:{r:.721569,g:.52549,b:.043137},darkgray:{r:.662745,g:.662745,b:.662745},darkgreen:{r:0,g:.392157,b:0},darkgrey:{r:.662745,g:.662745,b:.662745},darkkhaki:{r:.741176,g:.717647,b:.419608},darkmagenta:{r:.545098,g:0,b:.545098},darkolivegreen:{r:.333333,g:.419608,b:.184314},darkorange:{r:1,g:.54902,b:0},darkorchid:{r:.6,g:.196078,b:.8},darkred:{r:.545098,g:0,b:0},darksalmon:{r:.913725,g:.588235,b:.478431},darkseagreen:{r:.560784,g:.737255,b:.560784},darkslateblue:{r:.282353,g:.239216,b:.545098},darkslategray:{r:.184314,g:.309804,b:.309804},darkslategrey:{r:.184314,g:.309804,b:.309804},darkturquoise:{r:0,g:.807843,b:.819608},darkviolet:{r:.580392,g:0,b:.827451},deeppink:{r:1,g:.078431,b:.576471},deepskyblue:{r:0,g:.74902,b:1},dimgray:{r:.411765,g:.411765,b:.411765},dimgrey:{r:.411765,g:.411765,b:.411765},dodgerblue:{r:.117647,g:.564706,b:1},firebrick:{r:.698039,g:.133333,b:.133333},floralwhite:{r:1,g:.980392,b:.941176},forestgreen:{r:.133333,g:.545098,b:.133333},fuchsia:{r:1,g:0,b:1},gainsboro:{r:.862745,g:.862745,b:.862745},ghostwhite:{r:.972549,g:.972549,b:1},gold:{r:1,g:.843137,b:0},goldenrod:{r:.854902,g:.647059,b:.12549},gray:{r:.501961,g:.501961,b:.501961},green:{r:0,g:.501961,b:0},greenyellow:{r:.678431,g:1,b:.184314},grey:{r:.501961,g:.501961,b:.501961},honeydew:{r:.941176,g:1,b:.941176},hotpink:{r:1,g:.411765,b:.705882},indianred:{r:.803922,g:.360784,b:.360784},indigo:{r:.294118,g:0,b:.509804},ivory:{r:1,g:1,b:.941176},khaki:{r:.941176,g:.901961,b:.54902},lavender:{r:.901961,g:.901961,b:.980392},lavenderblush:{r:1,g:.941176,b:.960784},lawngreen:{r:.486275,g:.988235,b:0},lemonchiffon:{r:1,g:.980392,b:.803922},lightblue:{r:.678431,g:.847059,b:.901961},lightcoral:{r:.941176,g:.501961,b:.501961},lightcyan:{r:.878431,g:1,b:1},lightgoldenrodyellow:{r:.980392,g:.980392,b:.823529},lightgray:{r:.827451,g:.827451,b:.827451},lightgreen:{r:.564706,g:.933333,b:.564706},lightgrey:{r:.827451,g:.827451,b:.827451},lightpink:{r:1,g:.713725,b:.756863},lightsalmon:{r:1,g:.627451,b:.478431},lightseagreen:{r:.12549,g:.698039,b:.666667},lightskyblue:{r:.529412,g:.807843,b:.980392},lightslategray:{r:.466667,g:.533333,b:.6},lightslategrey:{r:.466667,g:.533333,b:.6},lightsteelblue:{r:.690196,g:.768627,b:.870588},lightyellow:{r:1,g:1,b:.878431},lime:{r:0,g:1,b:0},limegreen:{r:.196078,g:.803922,b:.196078},linen:{r:.980392,g:.941176,b:.901961},magenta:{r:1,g:0,b:1},maroon:{r:.501961,g:0,b:0},mediumaquamarine:{r:.4,g:.803922,b:.666667},mediumblue:{r:0,g:0,b:.803922},mediumorchid:{r:.729412,g:.333333,b:.827451},mediumpurple:{r:.576471,g:.439216,b:.858824},mediumseagreen:{r:.235294,g:.701961,b:.443137},mediumslateblue:{r:.482353,g:.407843,b:.933333},mediumspringgreen:{r:0,g:.980392,b:.603922},mediumturquoise:{r:.282353,g:.819608,b:.8},mediumvioletred:{r:.780392,g:.082353,b:.521569},midnightblue:{r:.098039,g:.098039,b:.439216},mintcream:{r:.960784,g:1,b:.980392},mistyrose:{r:1,g:.894118,b:.882353},moccasin:{r:1,g:.894118,b:.709804},navajowhite:{r:1,g:.870588,b:.678431},navy:{r:0,g:0,b:.501961},oldlace:{r:.992157,g:.960784,b:.901961},olive:{r:.501961,g:.501961,b:0},olivedrab:{r:.419608,g:.556863,b:.137255},orange:{r:1,g:.647059,b:0},orangered:{r:1,g:.270588,b:0},orchid:{r:.854902,g:.439216,b:.839216},palegoldenrod:{r:.933333,g:.909804,b:.666667},palegreen:{r:.596078,g:.984314,b:.596078},paleturquoise:{r:.686275,g:.933333,b:.933333},palevioletred:{r:.858824,g:.439216,b:.576471},papayawhip:{r:1,g:.937255,b:.835294},peachpuff:{r:1,g:.854902,b:.72549},peru:{r:.803922,g:.521569,b:.247059},pink:{r:1,g:.752941,b:.796078},plum:{r:.866667,g:.627451,b:.866667},powderblue:{r:.690196,g:.878431,b:.901961},purple:{r:.501961,g:0,b:.501961},red:{r:1,g:0,b:0},rosybrown:{r:.737255,g:.560784,b:.560784},royalblue:{r:.254902,g:.411765,b:.882353},saddlebrown:{r:.545098,g:.270588,b:.07451},salmon:{r:.980392,g:.501961,b:.447059},sandybrown:{r:.956863,g:.643137,b:.376471},seagreen:{r:.180392,g:.545098,b:.341176},seashell:{r:1,g:.960784,b:.933333},sienna:{r:.627451,g:.321569,b:.176471},silver:{r:.752941,g:.752941,b:.752941},skyblue:{r:.529412,g:.807843,b:.921569},slateblue:{r:.415686,g:.352941,b:.803922},slategray:{r:.439216,g:.501961,b:.564706},slategrey:{r:.439216,g:.501961,b:.564706},snow:{r:1,g:.980392,b:.980392},springgreen:{r:0,g:1,b:.498039},steelblue:{r:.27451,g:.509804,b:.705882},tan:{r:.823529,g:.705882,b:.54902},teal:{r:0,g:.501961,b:.501961},thistle:{r:.847059,g:.74902,b:.847059},tomato:{r:1,g:.388235,b:.278431},transparent:{r:0,g:0,b:0,a:0},turquoise:{r:.25098,g:.878431,b:.815686},violet:{r:.933333,g:.509804,b:.933333},wheat:{r:.960784,g:.870588,b:.701961},white:{r:1,g:1,b:1},whitesmoke:{r:.960784,g:.960784,b:.960784},yellow:{r:1,g:1,b:0},yellowgreen:{r:.603922,g:.803922,b:.196078}},zo=/^rgb\(\s*((?:(?:25[0-5]|2[0-4]\d|1\d\d|\d{1,2})\s*,\s*){2}(?:25[0-5]|2[0-4]\d|1\d\d|\d{1,2})\s*)\)$/i,Vo=/^rgba\(\s*((?:(?:25[0-5]|2[0-4]\d|1\d\d|\d{1,2})\s*,\s*){3}(?:0|1|0?\.\d*)\s*)\)$/i,Ho=/^#((?:[0-9a-f]{6}|[0-9a-f]{3}))$/i,Bo=/^#((?:[0-9a-f]{8}|[0-9a-f]{4}))$/i
@@ -1156,7 +1156,7 @@ const n=t[1].split(",")
1156
1156
  return 4===n.length?new No(Do(Number(n[0]),0,255),Do(Number(n[1]),0,255),Do(Number(n[2]),0,255),Number(n[3])):null}(t):function(e){return Po.hasOwnProperty(e)}(t)?function(e){const t=Po[e.toLowerCase()]
1157
1157
  return t?new No(t.r,t.g,t.b,t.hasOwnProperty("a")?t.a:void 0):null}(t):null}const Uo="#a46eff",Wo="#804ad9",Go="#ff8126",Ko="#009921",Jo="#00c12b",Xo="#c4000c",Yo="#818386",Qo="#f1f1f2",er="#f5f5f5",tr="#ffffff",nr="#363738",ir="#505153",or="#000000",rr="#161617",sr="#074023",ar="#009b65",lr="#d63434",cr="#ff4b00",dr="#006b46",hr="#32eb96",ur="Source Sans Pro",pr="400",fr="14px",gr="18px",mr="14px",vr="0.25s"
1158
1158
  function br(e,t){const{r:n,g:i,b:o}=Zo(e)
1159
- return`rgba(${255*n}, ${255*i}, ${255*o}, ${t})`}const yr=br(or,.3),wr=br(or,.6),xr=br(or,.6),kr=vr,Cr={light:"light",dark:"dark",color:"color"},Sr="action-rgb-partial-color",$r="application-background-color",Mr="divider-background-color",_r="header-background-color",Ar="section-background-color",Er="button-fill-primary-color",Ir="button-primary-font-color",Or="button-fill-active-primary-color",Tr="button-fill-accent-color",Rr="button-accent-block-font-color",Dr="button-accent-outline-font-color",Fr="button-border-accent-outline-color",Lr="button-fill-accent-active-color",Nr="fill-selected-color",Pr="fill-selected-rgb-partial-color",zr="fill-hover-selected-color",Vr="fill-hover-color",Hr="fill-hover-rgb-partial-color",Br="fill-down-color",qr="border-color",Zr="border-rgb-partial-color",jr="fail-color",Ur="warning-color",Wr="pass-color",Gr="information-color",Kr="border-hover-color",Jr="icon-color",Xr="modal-backdrop-color",Yr="popup-border-color",Qr="control-height",es="control-slim-height",ts="small-padding",ns="medium-padding",is="standard-padding",rs="label-height",ss="border-width",as="icon-size",ls="group-header-text-transform",cs="drawer-width",ds="banner-gap-size",hs="spinner-small-height",us="spinner-medium-height",ps="spinner-large-height",fs="small-delay",gs="medium-delay",ms="large-delay",vs="headline-plus-1-font",bs="headline-font",ys="table-header-font",ws="title-plus-2-font",xs="title-plus-1-font",ks="title-font",Cs="subtitle-plus-1-font",Ss="subtitle-font",$s="link-font",Ms="link-active-font",_s="link-prominent-font",As="link-active-prominent-font",Es="placeholder-font",Is="body-emphasized-font",Os="body-font",Ts="group-header-font",Rs="control-label-font",Ds="button-label-font",Fs="tooltip-caption-font",Ls="tooltip-background-color",Ns="error-text-font",Ps="table-row-border-color",zs="elevation-1-box-shadow",Vs="elevation-2-box-shadow",Hs="elevation-3-box-shadow",Bs="graph-gridline-color",qs=e=>`ni-nimble-${e}`,Zs="animationend",js="change",Us="ArrowDown",Ws="ArrowLeft",Gs="ArrowUp",Ks="Enter",Js="Shift"
1159
+ return`rgba(${255*n}, ${255*i}, ${255*o}, ${t})`}const yr=br(or,.3),wr=br(or,.6),xr=br(or,.6),kr=vr,Cr={light:"light",dark:"dark",color:"color"},Sr="action-rgb-partial-color",$r="application-background-color",Mr="divider-background-color",_r="header-background-color",Ar="section-background-color",Ir="button-fill-primary-color",Er="button-primary-font-color",Or="button-fill-active-primary-color",Tr="button-fill-accent-color",Rr="button-accent-block-font-color",Dr="button-accent-outline-font-color",Fr="button-border-accent-outline-color",Lr="button-fill-accent-active-color",Nr="fill-selected-color",Pr="fill-selected-rgb-partial-color",zr="fill-hover-selected-color",Vr="fill-hover-color",Hr="fill-hover-rgb-partial-color",Br="fill-down-color",qr="border-color",Zr="border-rgb-partial-color",jr="fail-color",Ur="warning-color",Wr="pass-color",Gr="information-color",Kr="border-hover-color",Jr="icon-color",Xr="modal-backdrop-color",Yr="popup-border-color",Qr="control-height",es="control-slim-height",ts="small-padding",ns="medium-padding",is="standard-padding",rs="label-height",ss="border-width",as="icon-size",ls="group-header-text-transform",cs="drawer-width",ds="banner-gap-size",hs="spinner-small-height",us="spinner-medium-height",ps="spinner-large-height",fs="small-delay",gs="medium-delay",ms="large-delay",vs="headline-plus-1-font",bs="headline-font",ys="table-header-font",ws="title-plus-2-font",xs="title-plus-1-font",ks="title-font",Cs="subtitle-plus-1-font",Ss="subtitle-font",$s="link-font",Ms="link-active-font",_s="link-prominent-font",As="link-active-prominent-font",Is="placeholder-font",Es="body-emphasized-font",Os="body-font",Ts="group-header-font",Rs="control-label-font",Ds="button-label-font",Fs="tooltip-caption-font",Ls="tooltip-background-color",Ns="error-text-font",Ps="table-row-border-color",zs="elevation-1-box-shadow",Vs="elevation-2-box-shadow",Hs="elevation-3-box-shadow",Bs="graph-gridline-color",qs=e=>`ni-nimble-${e}`,Zs="animationend",js="change",Us="ArrowDown",Ws="ArrowLeft",Gs="ArrowUp",Ks="Enter",Js="Shift"
1160
1160
  var Xs
1161
1161
  !function(e){e.ltr="ltr",e.rtl="rtl"}(Xs||(Xs={}))
1162
1162
  let Ys=0
@@ -1184,7 +1184,7 @@ case Cr.color:return xr
1184
1184
  default:return yr}}(e)))
1185
1185
  const Ma=di.create(qs(Yr)).withDefault((e=>br(hd(e,rr,Qo,tr),.3)))
1186
1186
  di.create(qs(Bs)).withDefault((e=>br(hd(e,rr,Qo,tr),.2))),di.create(qs(Ls)).withDefault((e=>hd(e,Qo,nr,sr)))
1187
- const _a=di.create(qs(Ps)).withDefault((e=>hd(e,Qo,ir,sr))),Aa=di.create(qs(Er)).withDefault((e=>hd(e,br(rr,.75),br(Qo,.3),br(tr,.3)))),Ea=di.create(qs(Ir)).withDefault((e=>hd(e,Qo,Qo,tr))),Ia=di.create(qs(Or)).withDefault((e=>hd(e,br(rr,.85),br(Qo,.2),br(tr,.2)))),Oa=di.create(qs(Tr)).withDefault((e=>hd(e,dr,ar,br(tr,.1)))),Ta=di.create(qs(Rr)).withDefault((e=>hd(e,tr,Qo,tr))),Ra=di.create(qs(Dr)).withDefault((e=>hd(e,"#00734b",hr,tr))),Da=di.create(qs(Fr)).withDefault((e=>hd(e,ar,hr,br(tr,.3)))),Fa=di.create(qs(Lr)).withDefault((e=>hd(e,"#00613f",dr,br(tr,.2)))),La=di.create(qs(Qr)).withDefault("32px"),Na=di.create(qs(es)).withDefault("24px"),Pa=di.create(qs(ts)).withDefault("4px"),za=di.create(qs(ns)).withDefault("8px"),Va=di.create(qs(is)).withDefault("16px")
1187
+ const _a=di.create(qs(Ps)).withDefault((e=>hd(e,Qo,ir,sr))),Aa=di.create(qs(Ir)).withDefault((e=>hd(e,br(rr,.75),br(Qo,.3),br(tr,.3)))),Ia=di.create(qs(Er)).withDefault((e=>hd(e,Qo,Qo,tr))),Ea=di.create(qs(Or)).withDefault((e=>hd(e,br(rr,.85),br(Qo,.2),br(tr,.2)))),Oa=di.create(qs(Tr)).withDefault((e=>hd(e,dr,ar,br(tr,.1)))),Ta=di.create(qs(Rr)).withDefault((e=>hd(e,tr,Qo,tr))),Ra=di.create(qs(Dr)).withDefault((e=>hd(e,"#00734b",hr,tr))),Da=di.create(qs(Fr)).withDefault((e=>hd(e,ar,hr,br(tr,.3)))),Fa=di.create(qs(Lr)).withDefault((e=>hd(e,"#00613f",dr,br(tr,.2)))),La=di.create(qs(Qr)).withDefault("32px"),Na=di.create(qs(es)).withDefault("24px"),Pa=di.create(qs(ts)).withDefault("4px"),za=di.create(qs(ns)).withDefault("8px"),Va=di.create(qs(is)).withDefault("16px")
1188
1188
  di.create(qs(rs)).withDefault("16px")
1189
1189
  const Ha=di.create(qs(ss)).withDefault("1px"),Ba=di.create(qs(as)).withDefault("16px"),qa=di.create(qs(cs)).withDefault("784px")
1190
1190
  di.create(qs(ds)).withDefault("1px")
@@ -1194,7 +1194,7 @@ const ja=di.create(qs(Vs)).withDefault((e=>`0px 2px 4px ${br(hd(e,or,or,or),.16)
1194
1194
  dd(bs,(e=>fd(e)),(e=>br(fd(e),.3)),"Noto Serif","400","25px","32px","Noto Serif Fallback"),dd(vs,(e=>fd(e)),(e=>br(fd(e),.3)),"Noto Serif","400","29.100000381469727px","40px","Noto Serif Fallback"),dd(ws,(e=>fd(e)),(e=>br(fd(e),.3)),"Source Sans Pro","400","25px","32px","Source Sans Pro Fallback")
1195
1195
  const[Wa,Ga,Ka,Ja,Xa,Ya,Qa,el]=dd(xs,(e=>fd(e)),(e=>br(fd(e),.3)),"Source Sans Pro","400","22px","28px","Source Sans Pro Fallback")
1196
1196
  dd(ks,(e=>fd(e)),(e=>br(fd(e),.3)),"Source Sans Pro","400","19px","24px","Source Sans Pro Fallback"),dd(Cs,(e=>fd(e)),(e=>br(fd(e),.3)),"Source Sans Pro","300","16px","20px","Source Sans Pro Fallback")
1197
- const[tl,nl,il,ol,rl,sl,al,ll]=dd(Ss,(e=>fd(e)),(e=>br(fd(e),.3)),"Source Sans Pro","300","12.800000190734863px","16px","Source Sans Pro Fallback"),[cl,dl,hl,ul,pl,fl,gl,ml]=dd($s,(e=>fd(e)),(e=>br(fd(e),.3)),ur,pr,fr,gr,ha),[vl,bl,yl,wl,xl,kl,Cl,Sl]=dd(Ms,(e=>hd(e,dr,hr,br(tr,.6))),(e=>br(fd(e),.3)),ur,pr,fr,gr,ha),[$l,Ml,_l,Al,El,Il,Ol,Tl]=dd(_s,(e=>hd(e,dr,hr,hr)),(e=>br(fd(e),.3)),ur,pr,fr,gr,ha),[Rl,Dl,Fl,Ll,Nl,Pl,zl,Vl]=dd(As,(e=>fd(e)),(e=>br(fd(e),.3)),ur,pr,fr,gr,ha),[Hl,Bl,ql,Zl,jl,Ul,Wl,Gl]=dd(Es,(e=>br(fd(e),.6)),(e=>br(fd(e),.3)),"Source Sans Pro","400","14px","18px","Source Sans Pro Fallback"),[Kl,Jl,Xl,Yl,Ql,ec,tc,nc]=dd(Is,(e=>fd(e)),(e=>br(fd(e),.3)),"Source Sans Pro","600","14px","18px","Source Sans Pro Fallback"),[ic,oc,rc,sc,ac,lc,cc,dc]=dd(Os,(e=>fd(e)),(e=>br(fd(e),.3)),"Source Sans Pro","400","14px","18px","Source Sans Pro Fallback"),[hc,uc,pc,fc,gc,mc,vc,bc]=dd(Ts,(e=>fd(e)),(e=>br(fd(e),.3)),"Source Sans Pro","600","11px","16px","Source Sans Pro Fallback"),[yc,wc,xc,kc,Cc,Sc,$c,Mc]=dd(Rs,(e=>br(fd(e),.6)),(e=>br(fd(e),.3)),"Source Sans Pro","600","11px","16px","Source Sans Pro Fallback"),[_c,Ac,Ec,Ic,Oc,Tc,Rc,Dc]=dd(Ds,(e=>fd(e)),(e=>br(fd(e),.3)),"Source Sans Pro","600","12.800000190734863px","16px","Source Sans Pro Fallback"),[Fc,Lc,Nc,Pc,zc,Vc,Hc,Bc]=dd(Fs,(e=>fd(e)),(e=>br(fd(e),.3)),"Source Sans Pro","400","11px",mr,"Source Sans Pro Fallback"),[qc,Zc,jc,Uc,Wc,Gc,Kc,Jc]=dd(Ns,(e=>ud(e)),(e=>br(ud(e),.3)),"Source Sans Pro","400","11px",mr,"Source Sans Pro Fallback"),[Xc,Yc,Qc,ed,td,nd,id,od]=dd(ys,(e=>br(fd(e),.6)),(e=>br(fd(e),.3)),"Source Sans Pro","600","12.800000190734863px",mr,"Source Sans Pro Fallback"),rd=di.create(qs(ls)).withDefault("uppercase"),sd=di.create(qs(fs)).withDefault("0.075s"),ad=di.create(qs(gs)).withDefault("0.15s"),ld=di.create(qs(ms)).withDefault(vr)
1197
+ const[tl,nl,il,ol,rl,sl,al,ll]=dd(Ss,(e=>fd(e)),(e=>br(fd(e),.3)),"Source Sans Pro","300","12.800000190734863px","16px","Source Sans Pro Fallback"),[cl,dl,hl,ul,pl,fl,gl,ml]=dd($s,(e=>fd(e)),(e=>br(fd(e),.3)),ur,pr,fr,gr,ha),[vl,bl,yl,wl,xl,kl,Cl,Sl]=dd(Ms,(e=>hd(e,dr,hr,br(tr,.6))),(e=>br(fd(e),.3)),ur,pr,fr,gr,ha),[$l,Ml,_l,Al,Il,El,Ol,Tl]=dd(_s,(e=>hd(e,dr,hr,hr)),(e=>br(fd(e),.3)),ur,pr,fr,gr,ha),[Rl,Dl,Fl,Ll,Nl,Pl,zl,Vl]=dd(As,(e=>fd(e)),(e=>br(fd(e),.3)),ur,pr,fr,gr,ha),[Hl,Bl,ql,Zl,jl,Ul,Wl,Gl]=dd(Is,(e=>br(fd(e),.6)),(e=>br(fd(e),.3)),"Source Sans Pro","400","14px","18px","Source Sans Pro Fallback"),[Kl,Jl,Xl,Yl,Ql,ec,tc,nc]=dd(Es,(e=>fd(e)),(e=>br(fd(e),.3)),"Source Sans Pro","600","14px","18px","Source Sans Pro Fallback"),[ic,oc,rc,sc,ac,lc,cc,dc]=dd(Os,(e=>fd(e)),(e=>br(fd(e),.3)),"Source Sans Pro","400","14px","18px","Source Sans Pro Fallback"),[hc,uc,pc,fc,gc,mc,vc,bc]=dd(Ts,(e=>fd(e)),(e=>br(fd(e),.3)),"Source Sans Pro","600","11px","16px","Source Sans Pro Fallback"),[yc,wc,xc,kc,Cc,Sc,$c,Mc]=dd(Rs,(e=>br(fd(e),.6)),(e=>br(fd(e),.3)),"Source Sans Pro","600","11px","16px","Source Sans Pro Fallback"),[_c,Ac,Ic,Ec,Oc,Tc,Rc,Dc]=dd(Ds,(e=>fd(e)),(e=>br(fd(e),.3)),"Source Sans Pro","600","12.800000190734863px","16px","Source Sans Pro Fallback"),[Fc,Lc,Nc,Pc,zc,Vc,Hc,Bc]=dd(Fs,(e=>fd(e)),(e=>br(fd(e),.3)),"Source Sans Pro","400","11px",mr,"Source Sans Pro Fallback"),[qc,Zc,jc,Uc,Wc,Gc,Kc,Jc]=dd(Ns,(e=>ud(e)),(e=>br(ud(e),.3)),"Source Sans Pro","400","11px",mr,"Source Sans Pro Fallback"),[Xc,Yc,Qc,ed,td,nd,id,od]=dd(ys,(e=>br(fd(e),.6)),(e=>br(fd(e),.3)),"Source Sans Pro","600","12.800000190734863px",mr,"Source Sans Pro Fallback"),rd=di.create(qs(ls)).withDefault("uppercase"),sd=di.create(qs(fs)).withDefault("0.075s"),ad=di.create(qs(gs)).withDefault("0.15s"),ld=di.create(qs(ms)).withDefault(vr)
1198
1198
  function cd(e){const{r:t,g:n,b:i}=Zo(e)
1199
1199
  return`${255*t}, ${255*n}, ${255*i}`}function dd(e,t,n,i,o,r,s,a){if(""===e||""===i||""===o||""===r||""===s||""===a)throw new Error("createFontTokens parameter unexpectedly set to empty string")
1200
1200
  const l=di.create(qs(e)).withDefault(`${o} ${r}/${s} ${i}, ${a}`),c=e.split("-font"),d=c[0]
@@ -1203,7 +1203,7 @@ return[l,di.create(qs(`${d}-font-color`)).withDefault((e=>t(e))),di.create(qs(`$
1203
1203
  case Cr.dark:return n
1204
1204
  case Cr.color:return i
1205
1205
  default:return t}}function ud(e){return hd(e,Xo,"#ff4646",tr)}function pd(e){return hd(e,rr,Qo,tr)}function fd(e){return hd(e,rr,Qo,tr)}function gd(e){return hd(e,ar,hr,tr)}function md(e){return hd(e,rr,Qo,tr)}const vd=ye`
1206
- ${Eo("inline")}
1206
+ ${Io("inline")}
1207
1207
 
1208
1208
  :host {
1209
1209
  box-sizing: border-box;
@@ -1351,7 +1351,7 @@ class Sd{constructor(e,t,n){this.propertyName=e,this.value=t,this.styles=n}bind(
1351
1351
  @layer base, hover, focusVisible, active, disabled, top;
1352
1352
 
1353
1353
  @layer base {
1354
- ${Eo("inline-flex")}
1354
+ ${Io("inline-flex")}
1355
1355
 
1356
1356
  :host {
1357
1357
  background-color: transparent;
@@ -1475,7 +1475,7 @@ class Sd{constructor(e,t,n){this.propertyName=e,this.value=t,this.styles=n}bind(
1475
1475
 
1476
1476
  @layer disabled {
1477
1477
  :host([disabled]) {
1478
- color: ${Ec};
1478
+ color: ${Ic};
1479
1479
  cursor: default;
1480
1480
  }
1481
1481
 
@@ -1584,7 +1584,7 @@ class Sd{constructor(e,t,n){this.propertyName=e,this.value=t,this.styles=n}bind(
1584
1584
  ${Aa},
1585
1585
  ${Aa}
1586
1586
  );
1587
- color: ${Ea};
1587
+ color: ${Ia};
1588
1588
  border-color: ${Aa};
1589
1589
  }
1590
1590
 
@@ -1613,8 +1613,8 @@ class Sd{constructor(e,t,n){this.propertyName=e,this.value=t,this.styles=n}bind(
1613
1613
  @layer active {
1614
1614
  :host([appearance-variant='primary']) .control:active {
1615
1615
  background-image: linear-gradient(
1616
- ${Ia},
1617
- ${Ia}
1616
+ ${Ea},
1617
+ ${Ea}
1618
1618
  );
1619
1619
  }
1620
1620
 
@@ -1633,8 +1633,8 @@ class Sd{constructor(e,t,n){this.propertyName=e,this.value=t,this.styles=n}bind(
1633
1633
  text-decoration: none;
1634
1634
  }
1635
1635
  `
1636
- class Ed extends Oo{constructor(){super(...arguments),this.appearance=xd,this.contentHidden=!1,this.disabled=!1}}e([se],Ed.prototype,"appearance",void 0),e([se({attribute:"appearance-variant"})],Ed.prototype,"appearanceVariant",void 0),e([se({attribute:"content-hidden",mode:"boolean"})],Ed.prototype,"contentHidden",void 0),e([se({mode:"boolean"})],Ed.prototype,"disabled",void 0)
1637
- const Id=Ed.compose({baseName:"anchor-button",template:(e,t)=>W`
1636
+ class Id extends Oo{constructor(){super(...arguments),this.appearance=xd,this.contentHidden=!1,this.disabled=!1}}e([se],Id.prototype,"appearance",void 0),e([se({attribute:"appearance-variant"})],Id.prototype,"appearanceVariant",void 0),e([se({attribute:"content-hidden",mode:"boolean"})],Id.prototype,"contentHidden",void 0),e([se({mode:"boolean"})],Id.prototype,"disabled",void 0)
1637
+ const Ed=Id.compose({baseName:"anchor-button",template:(e,t)=>W`
1638
1638
  <a
1639
1639
  class="control"
1640
1640
  part="control"
@@ -1675,9 +1675,9 @@ const Id=Ed.compose({baseName:"anchor-button",template:(e,t)=>W`
1675
1675
  ${Ye(0,t)}
1676
1676
  </a>
1677
1677
  `,styles:Ad,shadowOptions:{delegatesFocus:!0}})
1678
- mi.getOrCreate().withPrefix("nimble").register(Id()),mi.tagFor(Ed)
1678
+ mi.getOrCreate().withPrefix("nimble").register(Ed()),mi.tagFor(Id)
1679
1679
  const Od=ye`
1680
- ${Eo("grid")}
1680
+ ${Io("grid")}
1681
1681
 
1682
1682
  :host {
1683
1683
  font: ${ic};
@@ -1786,7 +1786,7 @@ mi.getOrCreate().withPrefix("nimble").register(Rd()),mi.tagFor(Td)
1786
1786
  const Dd=Oi[Symbol.hasInstance].bind(Oi)
1787
1787
  Object.defineProperty(Oi,Symbol.hasInstance,{value:e=>Dd(e)||e instanceof Td})
1788
1788
  const Fd=ye`
1789
- ${Eo("inline-flex")}
1789
+ ${Io("inline-flex")}
1790
1790
 
1791
1791
  :host {
1792
1792
  position: relative;
@@ -1921,7 +1921,7 @@ const Nd=Ld.compose({baseName:"anchor-tab",template:(e,t)=>W`
1921
1921
  `,styles:Fd,shadowOptions:{delegatesFocus:!0}})
1922
1922
  mi.getOrCreate().withPrefix("nimble").register(Nd()),mi.tagFor(Ld)
1923
1923
  const Pd=ye`
1924
- ${Eo("grid")}
1924
+ ${Io("grid")}
1925
1925
 
1926
1926
  :host {
1927
1927
  box-sizing: border-box;
@@ -1982,7 +1982,7 @@ return new we(n,i)})`
1982
1982
  user-select: none;
1983
1983
  -webkit-user-select: none;
1984
1984
  `,Bd=ye`
1985
- ${Eo("block")}
1985
+ ${Io("block")}
1986
1986
 
1987
1987
  :host {
1988
1988
  ${""}
@@ -2141,7 +2141,7 @@ const Gd=mi.tagFor(Ud)
2141
2141
  class Kd{constructor(e,t,n){this.value=e,this.styles=t,this.source=n}handleChange(){const e=aa.getValueFor(this.source);(Array.isArray(this.value)?this.value.includes(e):this.value===e)?this.source.$fastController.addStyles(this.styles):this.source.$fastController.removeStyles(this.styles)}}class Jd{constructor(e,t){this.theme=e,this.styles=t,this.cache=new WeakMap}bind(e){const t=this.cache.get(e)||new Kd(this.theme,this.styles,e)
2142
2142
  aa.subscribe(t,e),t.handleChange(),this.cache.set(e,t)}unbind(e){const t=this.cache.get(e)
2143
2143
  t&&aa.unsubscribe(t)}}const Xd=(e,t)=>new Jd(e,t),Yd=ye`
2144
- ${Eo("flex")}
2144
+ ${Io("flex")}
2145
2145
 
2146
2146
  :host {
2147
2147
  font: ${ic};
@@ -2297,12 +2297,12 @@ t&&aa.unsubscribe(t)}}const Xd=(e,t)=>new Jd(e,t),Yd=ye`
2297
2297
  class eh extends _n{constructor(){super(...arguments),this.appearance=xd,this.contentHidden=!1}}e([se],eh.prototype,"appearance",void 0),e([se({attribute:"appearance-variant"})],eh.prototype,"appearanceVariant",void 0),e([se({attribute:"content-hidden",mode:"boolean"})],eh.prototype,"contentHidden",void 0)
2298
2298
  const th=eh.compose({baseName:"button",baseClass:_n,template:bn,styles:Qd,shadowOptions:{delegatesFocus:!0}})
2299
2299
  mi.getOrCreate().withPrefix("nimble").register(th())
2300
- const nh=mi.tagFor(eh),ih={name:"add_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 7H9V3H7v4H3v2h4v4h2V9h4V7z"/></svg>'},oh={name:"arrow_down_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve"><path d="M9 2v6.207l2.5-1.188L8.021 14 4.5 7.019 7 8.207V2h2z"/></svg>'},rh={name:"arrow_down_right_and_arrow_up_left_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m13.171 13.933-2.276-2.247-.447 2.284-1.732-5.246 5.217 1.753-2.284.456 2.291 2.26ZM2 2.746l2.29 2.261-2.283.456 5.217 1.753L5.492 1.97l-.447 2.284-2.276-2.247Z"/></svg>'},sh={name:"arrow_expander_down_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m3.5 4.737 1.11-.732 3.357 5.472L11.397 4l1.103.743L7.955 12 3.5 4.737z"/></svg>'},ah={name:"arrow_expander_left_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m11.263 3.5.732 1.11-5.472 3.357L12 11.397l-.743 1.103L4 7.955 11.263 3.5z"/></svg>'},lh={name:"arrow_expander_right_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m4.737 12.5-.732-1.11 5.472-3.357L4 4.603 4.743 3.5 12 8.045 4.737 12.5z"/></svg>'},ch={name:"arrow_expander_up_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m12.5 11.263-1.11.732-3.357-5.472L4.603 12 3.5 11.257 8.045 4l4.455 7.263z"/></svg>'},dh={name:"arrow_left_from_line_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 14h2V2h-2ZM2 7.982 7.9 5 6.588 7.004 11 7v2H6.613L7.9 11Z"/></svg>'},hh={name:"arrow_partial_rotate_left_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 11.988a3.086 3.086 0 0 0 3.143-3.025 3.08 3.08 0 0 0-3.085-3.02v.088l.826 2.067-5.598-2.796L8.884 2.5l-.742 1.932a4.619 4.619 0 0 1 4.572 4.53A4.629 4.629 0 0 1 8 13.5Z"/></svg>'},uh={name:"arrow_right_to_line_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 14h2V2h-2Zm-6.9-3 1.287-2H2V7l4.412.004L5.1 5 11 7.982Z"/></svg>'},ph={name:"arrow_rotate_right_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.9 2.773v1.715a3.366 3.366 0 0 1 3.3 3.428 3.366 3.366 0 0 1-3.3 3.429 3.36 3.36 0 0 1-3.293-3.366h.095l2.255.901-3.05-6.107L1.85 8.88l2.108-.808A5.039 5.039 0 0 0 8.9 13.059a5.05 5.05 0 0 0 4.95-5.143A5.05 5.05 0 0 0 8.9 2.773Z"/></svg>'},fh={name:"arrow_u_rotate_left_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m8.857 9.453-2.571-1.68v.908a3 3 0 0 0 3 3 3 3 0 0 0 3-3V3.11H14v5.571a4.714 4.714 0 0 1-4.714 4.715A4.714 4.714 0 0 1 4.57 8.68v-.908L2 9.453l3.403-6.849Z"/></svg>'},gh={name:"arrow_up_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve"><path d="M7 14V7.793L4.5 8.981 7.979 2 11.5 8.981 9 7.793V14H7z"/></svg>'},mh={name:"arrow_up_left_and_arrow_down_right_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m4.195 4.977-.451 2.296L2 2l5.256 1.762-2.301.458 6.849 6.803.452-2.296L14 14l-5.256-1.762 2.301-.458-6.85-6.803z"/></svg>'},vh={name:"arrows_maximize_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.26 8.735 14 14l-5.25-1.763 2.295-.457-3.03-3.022L8 8.742l-.015.016.015.014-3.023 3.023 2.296.45L2 13.985l1.762-5.243.458 2.295 3.015-3.015.007-.007L7.258 8l-.016-.015L7.227 8l-3.03-3.03-.457 2.295L2 2l5.25 1.762-2.295.458 3.03 3.022.015.016.015-.016L8 7.227l3.023-3.022-2.296-.45L14 2.015l-1.762 5.243-.458-2.295L8.742 8l.016.015L8.773 8l3.03 3.03.457-2.295z"/></svg>'},bh={name:"arrows_repeat_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.75 11.75 10 14l-6-3 6-3-1.25 2.25ZM8 11h1a4 4 0 0 0 4-4M7.25 5.75 6 8l6-3-6-3 1.25 2.25ZM8 5H7a4 4 0 0 0-4 4"/></svg>'},yh={name:"bars_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 13v-2h12v2Zm0-4V7h12v2Zm0-4V3h12v2Z"/></svg>'},wh={name:"bell_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 14a2.05 2.05 0 0 1-2-2h4a2.05 2.05 0 0 1-2 2Zm-5.25-3s0-.746.5-.746h.065c.935 0 1.435-4.918 1.435-4.918 0-.504.25-.504.25-.504h.067c.075-.037.183-.143.183-.463v-.484c.105-.842.953-1.331 2.25-1.43v-.262c0-.081.09-.15.219-.193h.562c.129.043.219.112.219.193v.263c1.297.098 2.145.587 2.25 1.43v.483c0 .32.108.426.183.463H11s.25 0 .25.483v.02s.5 4.92 1.5 4.92c.5 0 .5.745.5.745Z"/></svg>'},xh={name:"bell_and_comment_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.836 4.75H9.57a.71.71 0 0 0-.71.71v2.032a.71.71 0 0 0 .71.711h.356L9.57 9.625l2.488-1.422h1.778a.71.71 0 0 0 .71-.71V5.46a.71.71 0 0 0-.71-.711ZM8.196 11H2.75s0-.746.5-.746h.065c.935 0 1.435-4.918 1.435-4.918 0-.504.25-.504.25-.504h.067c.075-.037.183-.143.183-.463v-.484c.105-.842.953-1.331 2.25-1.43v-.262c0-.081.09-.15.219-.193h.562c.129.043.219.112.219.193v.263c1.224.092 2.04.537 2.217 1.294H9.57a1.713 1.713 0 0 0-1.71 1.71v2.032a1.712 1.712 0 0 0 .844 1.475ZM6 12h4a2.05 2.05 0 0 1-2 2 2.05 2.05 0 0 1-2-2Zm7.25-1H9.18l2.868-1.64c.198.527.431.894.702.894.5 0 .5.746.5.746Z"/></svg>'},kh={name:"bell_circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.042 11h2a1 1 0 0 1-2 0Zm4.5-1h-7s0-.497.333-.497h.043c.624 0 .957-3.28.957-3.28 0-.335.167-.335.167-.335h.044c.05-.025.122-.095.122-.309v-.322c.07-.561.636-.888 1.5-.953v-.175c0-.054.06-.1.146-.129h.375c.086.029.146.075.146.129v.175c.865.065 1.43.392 1.5.953v.322c0 .214.072.284.122.309h.045s.166 0 .166.322v.014s.334 3.279 1 3.279c.334 0 .334.497.334.497Zm-3.5-7.5a5.5 5.5 0 1 1-5.5 5.5 5.506 5.506 0 0 1 5.5-5.5m0-1a6.5 6.5 0 1 0 6.5 6.5 6.5 6.5 0 0 0-6.5-6.5Z"/></svg>'},Ch={name:"bell_solid_circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M1.5 8A6.5 6.5 0 0 0 8 14.5 6.5 6.5 0 0 0 14.5 8 6.5 6.5 0 0 0 8 1.5 6.5 6.5 0 0 0 1.5 8ZM8 12a1.025 1.025 0 0 1-1-1h2a1.025 1.025 0 0 1-1 1Zm-3.5-2s0-.497.333-.497h.043c.624 0 .957-3.28.957-3.28 0-.335.167-.335.167-.335h.045c.05-.025.122-.095.122-.309v-.322c.07-.561.635-.888 1.5-.953v-.175c0-.054.06-.1.145-.129h.376c.085.029.145.075.145.129v.175c.865.065 1.43.392 1.5.953v.322c0 .214.073.284.122.309H10s.167 0 .167.322v.014s.333 3.279 1 3.279c.333 0 .333.497.333.497Z"/></svg>'},Sh={name:"block_with_ribbon_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v10h4.762A4.496 4.496 0 0 1 13 5.762V2Zm12 7.5a3.5 3.5 0 1 0-6 2.442V14l2.5-1.667L13 14v-2.058A3.485 3.485 0 0 0 14 9.5ZM10.5 8A1.5 1.5 0 1 1 9 9.5 1.5 1.5 0 0 1 10.5 8Z"/></svg>'},$h={name:"bold_b_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16" xml:space="preserve"><path d="M12.981 10.536c0 .562-.113 1.065-.34 1.508s-.538.81-.934 1.102a4.337 4.337 0 0 1-1.512.734c-.55.146-1.246.219-2.09.219H3.028V2.466h4.516c.938 0 1.624.031 2.059.094a4.2 4.2 0 0 1 1.293.414c.442.224.772.524.988.902.216.378.324.809.324 1.293 0 .562-.148 1.059-.445 1.488s-.716.765-1.258 1.004v.062c.76.151 1.363.464 1.809.938s.667 1.099.667 1.875zM9.137 5.755c0-.192-.048-.386-.145-.578-.097-.192-.267-.336-.512-.43a2.482 2.482 0 0 0-.815-.137 67.472 67.472 0 0 0-1.372-.011h-.281V7.06h.469c.474 0 .877-.008 1.211-.023.333-.016.596-.068.789-.157.271-.12.448-.274.531-.465.083-.19.125-.41.125-.66zm.727 4.734c0-.37-.071-.655-.214-.855s-.387-.351-.73-.449c-.233-.068-.556-.105-.966-.11s-.84-.008-1.287-.008h-.655v2.898h.218c.842 0 1.445-.003 1.809-.008a2.652 2.652 0 0 0 1.006-.203c.312-.13.526-.304.643-.52a1.53 1.53 0 0 0 .176-.745z"/></svg>'},Mh={name:"book_magnifying_glass_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6 10c0-.347.058-.678.142-1H5V8h1.556c.22-.378.498-.714.826-1H5V6h5c.732 0 1.41.212 2 .556V2H3v11h4.382A3.975 3.975 0 0 1 6 10ZM5 4h5v1H5V4Z"/><path class="cls-1" d="m9.99 7.01-.076.002a3 3 0 1 0 1.799 5.452l1.593 1.53.69-.725-1.58-1.516a2.973 2.973 0 0 0 .57-1.816A3 3 0 0 0 9.99 7.01ZM10 12c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"/></svg>'},_h={name:"calendar_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 4.023V2.977A.976.976 0 0 1 4.977 2h.046A.976.976 0 0 1 6 2.977v1.046A.977.977 0 0 1 5.023 5h-.046A.977.977 0 0 1 4 4.023ZM13 4v.023A1.98 1.98 0 0 1 11.023 6h-.046A1.98 1.98 0 0 1 9 4.023V4H7v.023A1.98 1.98 0 0 1 5.023 6h-.046A1.98 1.98 0 0 1 3 4.023V4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1Zm-7 8H4v-1h2Zm.001-1.999H4V9h2.001Zm0-2.001H4V7h2.001ZM9 12H7v-1h2Zm0-1.999H7V9h2ZM9 8H7V7h2Zm3 4h-2v-1h2Zm.001-1.999H10V9h2.001Zm0-2.001H10V7h2.001ZM10 4.023V2.977A.976.976 0 0 1 10.977 2h.046a.976.976 0 0 1 .977.977v1.046a.977.977 0 0 1-.977.977h-.046A.977.977 0 0 1 10 4.023Z"/></svg>'},Ah={name:"chart_diagram_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 10V7H8V5h1V2H6v3h1v2H4v3H3v3h3v-3H5V8h5v2H9v3h3v-3Z"/></svg>'},Eh={name:"chart_diagram_child_focus_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 10V7H8V5h1V2H6v3h1v2H3v3H2v3h3v-3H4V8h3v2H6v3h3v-3H8V8h3v2h-1v3h3v-3Zm-8 2H3v-1h1Zm4 0H7v-1h1Zm4 0h-1v-1h1Z"/></svg>'},Ih={name:"chart_diagram_parent_focus_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 10V7H8V5h1V2H6v3h1v2H3v3H2v3h3v-3H4V8h3v2H6v3h3v-3H8V8h3v2h-1v3h3v-3ZM7 4V3h1v1Z"/></svg>'},Oh={name:"chart_diagram_parent_focus_two_child_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 10V7H8V5h1V2H6v3h1v2H4v3H3v3h3v-3H5V8h5v2H9v3h3v-3Zm-6 2H4v-1h1Zm6 0h-1v-1h1Z"/></svg>'},Th={name:"check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 5.287 6.182 12 3 8.867l1.363-1.343L6.24 9.37 11.693 4Z"/></svg>'},Rh={name:"check_dot_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><circle class="cls-1" cx="12.5" cy="11.5" r="1.5"/><path class="cls-2" d="m14 4.693-8.182 8.182L2 9.057 3.636 7.42l2.25 2.25 6.546-6.545Z"/></svg>'},Dh={name:"check_large_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m14 4.693-8.182 8.182L2 9.057 3.636 7.42l2.25 2.25 6.546-6.545L14 4.693Z"/></svg>'},Fh={name:"circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6Zm0 9.429A3.429 3.429 0 1 1 11.429 8 3.429 3.429 0 0 1 8 11.429Z"/></svg>'},Lh={name:"circle_filled_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><circle class="cls-1" cx="8" cy="8" r="4"/></svg>'},Nh={name:"circle_broken_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7 14A6.1 6.1 0 0 1 7 2v2.686a3.475 3.475 0 0 0 0 6.628ZM9 2v2.686a3.475 3.475 0 0 1 0 6.628V14A6.1 6.1 0 0 0 9 2Z"/></svg>'},Ph={name:"circle_check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6Zm-1.212 9.2L4 8.388 5.225 7.2l1.553 1.61 4.06-4.01L12 6.013Z"/></svg>'},zh={name:"circle_partial_broken_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M9 2v2.686a3.475 3.475 0 0 1 0 6.628V14A6.1 6.1 0 0 0 9 2Z"/><path class="cls-2" d="M7 11.314a3.475 3.475 0 0 1 0-6.628V2a6.1 6.1 0 0 0 0 12Z"/></svg>'},Vh={name:"circle_slash_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6Zm.075 1.714a4.281 4.281 0 0 1 3.573 6.647L5.714 4.427a4.262 4.262 0 0 1 2.36-.713ZM3.789 8a4.261 4.261 0 0 1 .713-2.36l5.934 5.933A4.281 4.281 0 0 1 3.789 8Z"/></svg>'},Hh={name:"circle_x_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6Zm.075 1.714a4.263 4.263 0 0 1 2.409.743l-2.37 2.37-2.4-2.4a4.262 4.262 0 0 1 2.36-.713ZM4.502 5.64l2.4 2.4-2.37 2.37a4.273 4.273 0 0 1-.03-4.77Zm3.573 6.647a4.256 4.256 0 0 1-2.31-.685l2.349-2.35 2.322 2.322a4.261 4.261 0 0 1-2.361.713Zm3.573-1.925L9.326 8.039l2.35-2.349a4.251 4.251 0 0 1-.028 4.67Z"/></svg>'},Bh={name:"clipboard_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 5H5a2 2 0 0 1 2-2V2a1 1 0 0 1 2 0v1a2 2 0 0 1 2 2Zm1-2v9H4V3H3a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1Zm-2 4H5v1h5ZM8 9H5v1h3Z"/></svg>'},qh={name:"clock_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6m.576 4.87 1.555-1.557a1.635 1.635 0 0 1 .84-.256 1.979 1.979 0 0 1-.23.791c-.115.163-1.356 1.41-1.571 1.626a1.278 1.278 0 0 1 0 1.085l2.376 2.38a1.597 1.597 0 0 1 .458 1.072 1.621 1.621 0 0 1-1.222-.613c-.456-.456-1.94-1.963-2.207-2.235a1.275 1.275 0 1 1 0-2.293"/></svg>'},Zh={name:"clock_cog_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m8.108 7.392.955-.957a1.004 1.004 0 0 1 .516-.157 1.215 1.215 0 0 1-.14.486c-.072.1-.834.866-.966.999a.785.785 0 0 1 0 .666l1.341 1.344a.981.981 0 0 1 .281.658.996.996 0 0 1-.75-.376c-.28-.28-1.073-1.088-1.237-1.255a.783.783 0 1 1 0-1.408m5.69 2.292L14 7.324l-1.327-.113a4.76 4.76 0 0 0-.402-1.26l1.02-.86-1.527-1.811-1.019.86a4.726 4.726 0 0 0-.563-.344 4.61 4.61 0 0 0-.612-.265l.114-1.329L7.324 2l-.113 1.329a4.77 4.77 0 0 0-1.26.401l-.86-1.02L3.28 4.237l.858 1.02A4.771 4.771 0 0 0 3.53 6.43l-1.329-.114L2 8.676l1.329.114a4.69 4.69 0 0 0 .401 1.26l-1.02.86 1.526 1.811 1.02-.859a4.666 4.666 0 0 0 1.175.608l-.113 1.33 2.358.2.114-1.328a4.688 4.688 0 0 0 1.26-.4l.86 1.02 1.81-1.527-.858-1.02a4.687 4.687 0 0 0 .608-1.175ZM8 11.45A3.45 3.45 0 1 1 11.45 8 3.45 3.45 0 0 1 8 11.45Z"/></svg>'},jh={name:"clock_exclamation_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2.821 5.114h1.357V6H2.82v-.886ZM2.798 1l.155 3.56h1.094L4.202 1H2.798Zm7.481 2.575h.001l-.013-.007a4.92 4.92 0 0 0-.606-.262 5.015 5.015 0 0 0-.523-.163 4.948 4.948 0 0 0-.286-.055A4.654 4.654 0 0 0 8 3c-.016 0-.03.004-.045.005a4.706 4.706 0 0 0-.785.079c-.097.016-.194.03-.29.052a5.078 5.078 0 0 0-.575.179c-.48.174-.907.438-1.305.74V7H3.109l-.017.092a4.903 4.903 0 0 0-.088.87C3.004 7.974 3 7.986 3 8c0 .293.036.575.088.852.016.096.033.19.055.285.045.182.101.359.165.532.074.206.16.403.259.595l.007.016h.001c.83 1.608 2.49 2.72 4.426 2.72C10.762 13 13 10.762 13 8c0-1.935-1.112-3.594-2.72-4.425Zm-.275 7.041c-.38-.38-1.454-1.473-1.675-1.699a1.06 1.06 0 0 1-1.523-.953 1.06 1.06 0 0 1 1.523-.954l1.293-1.296c.117-.117.509-.213.7-.213 0 .128-.085.51-.191.658-.097.136-1.128 1.173-1.308 1.353a1.064 1.064 0 0 1 0 .903l1.816 1.82s.445.466.382.89c-.297 0-.594-.085-1.017-.509Z"/></svg>'},Uh={name:"clock_triangle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 3a4.951 4.951 0 0 0-2.152.505L7.096 6H3.422A4.997 4.997 0 1 0 8 3Zm2.003 7.616a453.75 453.75 0 0 1-1.675-1.7 1.061 1.061 0 1 1 0-1.907l1.294-1.297a1.36 1.36 0 0 1 .699-.212 1.646 1.646 0 0 1-.19.658c-.097.136-1.13 1.173-1.309 1.353a1.063 1.063 0 0 1 0 .903l1.817 1.82a1.33 1.33 0 0 1 .381.891 1.35 1.35 0 0 1-1.017-.51Z"/><path class="cls-2" d="M5.477 5H1.522L3.5 1.045 5.477 5z"/></svg>'},Wh={name:"clone_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5 5h5V2H2v8h3Zm1 1v8h8V6Z"/></svg>'},Gh={name:"cloud_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5.08 11.977a5.123 5.123 0 0 1-1.295-.2C2.754 11.46 1.883 10.2 1.883 9.022a2.963 2.963 0 0 1 2.63-2.937A4.203 4.203 0 0 1 8.432 3.48a4.254 4.254 0 0 1 4.249 4.17 2.251 2.251 0 0 1 1.437 2.09 2.24 2.24 0 0 1-2.238 2.237l-4.947.003c-1.01 0-1.79-.001-1.853-.003Zm-.228-4.573c-.899 0-1.63.725-1.63 1.618 0 .842.702 1.61 1.474 1.61l7.183.007a.9.9 0 0 0 0-1.799.883.883 0 0 0-.337.067l-.493.202.159-.508a2.914 2.914 0 0 0-2.777-3.783 2.897 2.897 0 0 0-2.868 2.436l-.044.268-.264-.067a1.641 1.641 0 0 0-.403-.051Z"/></svg>'},Kh={name:"cloud_upload_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m8.476 7.298-1.927 3.848 1.48-.568v3.407h.948v-3.407l1.42.568ZM15 9.005a2.374 2.374 0 0 1-2.371 2.371h-.998l-.5-1h1.498a1.371 1.371 0 1 0-.516-2.64A3.77 3.77 0 1 0 4.797 5.99 2.238 2.238 0 0 0 2 8.148a2.223 2.223 0 0 0 2.057 2.22l1.758.009-.448.894a10.567 10.567 0 0 1-2.31-.121 3.224 3.224 0 0 1 .993-6.225 4.77 4.77 0 0 1 9.236 1.68c0 .04 0 .081-.002.121A2.375 2.375 0 0 1 15 9.006Z"/></svg>'},Jh={name:"cloud_with_arrow_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m12.429 10.1.001-.101A3.998 3.998 0 0 0 4.69 8.59a2.715 2.715 0 0 0-2.557 2.7 2.782 2.782 0 0 0 1.725 2.516 4.854 4.854 0 0 0 1.225.19h.004c.19.006 6.792 0 6.792 0a1.987 1.987 0 0 0 .55-3.897Zm-.55 3.06-7.183-.008a1.867 1.867 0 0 1 .156-3.728 1.891 1.891 0 0 1 .464.06 3.16 3.16 0 1 1 6.13 1.462 1.149 1.149 0 1 1 .433 2.213ZM4.5 4.5a1 1 0 1 1 1-1 1 1 0 0 1-1 1Zm5.138.681.496-1.241H7v-.828h3.134l-.496-1.293L13 3.502Z"/></svg>'},Xh={name:"cog_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m6.823 2-2.217.914.516 1.25a4.743 4.743 0 0 0-.95.944L2.925 4.59l-.922 2.212 1.247.52a4.82 4.82 0 0 0-.002 1.34L2 9.176l.914 2.218 1.248-.515a4.824 4.824 0 0 0 .945.949l-.518 1.247 2.214.921.519-1.246a4.68 4.68 0 0 0 .674.048 4.74 4.74 0 0 0 .666-.047L9.176 14l2.218-.914-.515-1.248a4.828 4.828 0 0 0 .95-.945l1.245.518.922-2.214-1.247-.519a4.73 4.73 0 0 0 .002-1.34L14 6.824l-.914-2.218-1.25.515a4.739 4.739 0 0 0-.944-.949l.518-1.246-2.212-.922-.52 1.247a4.714 4.714 0 0 0-.676-.049 4.808 4.808 0 0 0-.663.047Zm1.175 9a2.999 2.999 0 1 1 2.77-1.847 2.984 2.984 0 0 1-2.77 1.846M8 6.801a1.2 1.2 0 1 0 .46.093A1.198 1.198 0 0 0 8 6.8"/></svg>'},Yh={name:"cog_database_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.147 11.648c-.01.006-.02.014-.032.02a4.1 4.1 0 0 1-.46.224l-.012.005c-.033.015-.068.028-.103.042-.051.019-.11.036-.162.055-.094.034-.186.068-.285.099-.034.01-.064.024-.1.033-.019.007-.042.012-.062.019q-.279.078-.58.144l-.133.03q-.324.068-.668.12l-.135.02c-.214.03-.431.057-.653.079l-.103.012a17.446 17.446 0 0 1-.903.06c-.254.01-.507.018-.759.018a18.75 18.75 0 0 1-1.66-.078l-.105-.012a15.901 15.901 0 0 1-.65-.08l-.134-.018c-.23-.036-.455-.076-.67-.122l-.132-.029a9.372 9.372 0 0 1-.582-.145l-.059-.017c-.036-.01-.067-.023-.1-.034a7.034 7.034 0 0 1-.285-.1c-.054-.018-.112-.035-.165-.055l-.101-.041-.01-.005a4.076 4.076 0 0 1-.462-.223l-.03-.02a2.343 2.343 0 0 1-.334-.24c-.014-.012-.033-.022-.045-.033v1.013c0 .364.524.749 1.427 1.051a8.098 8.098 0 0 0 .697.197 14.793 14.793 0 0 0 3.4.363 14.818 14.818 0 0 0 3.403-.362 8.38 8.38 0 0 0 .697-.197c.904-.303 1.43-.688 1.43-1.052v-1.013c-.015.012-.034.022-.047.034a2.478 2.478 0 0 1-.333.238m.38-1.883c0-.762-2.27-1.61-5.529-1.61-3.256 0-5.524.848-5.524 1.61 0 .365.525.75 1.427 1.052a9.254 9.254 0 0 0 .698.197 14.8 14.8 0 0 0 3.399.362 14.817 14.817 0 0 0 3.401-.362 8.375 8.375 0 0 0 .7-.197c.902-.302 1.428-.687 1.428-1.052M3.931 7.697 2.802 7.6l.171-1.979 1.129.095a3.984 3.984 0 0 1 .516-.985l-.729-.856 1.537-1.28.73.855a4.085 4.085 0 0 1 1.071-.336L7.323 2l2.004.17-.097 1.114a3.949 3.949 0 0 1 .52.223 4.027 4.027 0 0 1 .478.288l.866-.721 1.296 1.52-.866.72a3.961 3.961 0 0 1 .341 1.058l1.127.095-.133 1.539a10.211 10.211 0 0 0-2.482-.618c.007-.048.021-.094.026-.143a2.48 2.48 0 0 0-1.346-2.416 2.543 2.543 0 0 0-2.938.45 2.408 2.408 0 0 0-.698 2.14 11.88 11.88 0 0 0-1.482.311l-.008-.033Zm4.067-.468c-.331 0-.697.012-1.077.035a.972.972 0 0 1-.026-.314.99.99 0 0 1 .292-.618 1.011 1.011 0 0 1 1.174-.18.992.992 0 0 1 .539.967.923.923 0 0 1-.036.132 17.817 17.817 0 0 0-.866-.022Z"/></svg>'},Qh={name:"cog_database_inset_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.751 7.338 14 6.824l-.914-2.218-1.25.515a4.74 4.74 0 0 0-.944-.949l.518-1.246-2.212-.922-.52 1.247a4.715 4.715 0 0 0-.676-.049 4.803 4.803 0 0 0-.663.047L6.823 2l-2.217.914.516 1.25a4.741 4.741 0 0 0-.95.944L2.925 4.59l-.922 2.212 1.247.52a4.816 4.816 0 0 0-.002 1.34L2 9.176l.914 2.218 1.248-.515a4.823 4.823 0 0 0 .945.949l-.518 1.247 2.214.921.519-1.246a4.673 4.673 0 0 0 .674.048 4.737 4.737 0 0 0 .666-.047L9.176 14l2.218-.914-.515-1.248a4.826 4.826 0 0 0 .95-.945l1.245.518.922-2.214-1.247-.519a4.729 4.729 0 0 0 .002-1.34Zm-1.06 2.418c0 .244-.35.5-.954.703a5.157 5.157 0 0 1-.466.131 9.896 9.896 0 0 1-2.273.243 9.88 9.88 0 0 1-2.271-.243 5.454 5.454 0 0 1-.466-.131c-.603-.202-.953-.46-.953-.703V9.08c.008.008.02.015.03.023a1.567 1.567 0 0 0 .223.16l.02.013a2.725 2.725 0 0 0 .309.15l.006.002.068.028c.035.013.074.025.11.037.062.023.125.046.19.066.023.008.043.016.067.023l.04.011c.123.036.253.069.389.098l.087.02c.144.03.295.057.448.08l.09.012c.142.021.286.038.434.054l.07.008c.162.014.327.027.491.035l.112.005a11.63 11.63 0 0 0 1.013 0l.11-.005c.165-.008.33-.02.493-.035l.069-.008c.148-.015.293-.033.436-.054l.09-.012q.23-.035.447-.08l.088-.02c.135-.03.264-.062.388-.097l.042-.012.066-.023c.066-.02.128-.043.19-.066.036-.012.075-.024.109-.037l.069-.028.007-.003a2.744 2.744 0 0 0 .308-.149l.022-.014a1.651 1.651 0 0 0 .222-.159l.03-.023Zm0-1.76c0 .243-.35.5-.954.703a5.157 5.157 0 0 1-.466.13 9.897 9.897 0 0 1-2.273.243 9.88 9.88 0 0 1-2.271-.242 5.44 5.44 0 0 1-.466-.132c-.603-.202-.953-.459-.953-.703V7.32c.008.008.02.014.03.022a1.566 1.566 0 0 0 .223.16l.02.013a2.716 2.716 0 0 0 .309.15l.006.003c.022.01.046.018.068.027l.11.038c.062.022.125.045.19.066.023.007.043.016.067.023l.04.011c.123.035.253.067.389.097l.087.02c.144.03.295.057.448.08l.09.013c.142.02.286.038.434.053l.07.008a11.715 11.715 0 0 0 1.726.035c.165-.008.33-.02.493-.035l.069-.008c.148-.015.293-.033.436-.053l.09-.012q.23-.036.447-.081l.088-.02q.202-.044.388-.097c.014-.004.029-.007.042-.012.023-.006.043-.015.067-.022.065-.02.127-.044.19-.066l.108-.037.069-.028.008-.003a2.735 2.735 0 0 0 .307-.15l.022-.013a1.657 1.657 0 0 0 .222-.16c.009-.007.021-.014.03-.022Zm-.953-1.05a5.625 5.625 0 0 1-.467.132 9.896 9.896 0 0 1-2.272.24 9.885 9.885 0 0 1-2.271-.24 6.179 6.179 0 0 1-.466-.133c-.603-.201-.954-.459-.954-.702 0-.51 1.515-1.076 3.69-1.076 2.177 0 3.694.567 3.694 1.076 0 .243-.351.5-.954.702Z"/></svg>'},eu={name:"cog_small_cog_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.712 5.956a.76.76 0 0 1-.224.477.787.787 0 0 1-.909.139.762.762 0 0 1-.19-1.224.781.781 0 0 1 .907-.14.767.767 0 0 1 .416.748ZM14 11.61l-.441 1.088-.62-.246a2.276 2.276 0 0 1-.232.268 2.386 2.386 0 0 1-.23.2l.263.606-1.09.46-.263-.606a2.353 2.353 0 0 1-.662.008l-.248.612-1.1-.435.249-.612a2.273 2.273 0 0 1-.256-.215 2.358 2.358 0 0 1-.218-.243l-.614.26-.466-1.077.614-.259a2.287 2.287 0 0 1-.008-.654l-.62-.246.44-1.087.62.246a2.38 2.38 0 0 1 .234-.27 2.463 2.463 0 0 1 .229-.198l-.263-.606 1.09-.46.263.605a2.422 2.422 0 0 1 .662-.008l.248-.612 1.1.436-.248.612a2.351 2.351 0 0 1 .473.458l.614-.26.466 1.076-.613.26a2.339 2.339 0 0 1 .008.654Zm-1.934-1.591a1.495 1.495 0 0 0-2.085.011 1.454 1.454 0 0 0 .01 2.081 1.479 1.479 0 0 0 .486.313 1.495 1.495 0 0 0 1.6-.324 1.454 1.454 0 0 0-.01-2.081ZM9.036 8.33l-1.189.99-.564-.661a3.104 3.104 0 0 1-.827.26l-.075.86-1.547-.13.074-.862a3.075 3.075 0 0 1-.77-.394l-.671.557-1.001-1.174.67-.557a3.015 3.015 0 0 1-.264-.817L2 6.328 2.132 4.8l.872.074a3.08 3.08 0 0 1 .4-.762l-.564-.66 1.188-.99.565.66a3.159 3.159 0 0 1 .827-.26L5.494 2l1.548.131-.074.861a3.046 3.046 0 0 1 .402.172 3.111 3.111 0 0 1 .369.223l.669-.557L9.41 4.004l-.67.557a3.06 3.06 0 0 1 .264.818l.871.073-.132 1.53-.872-.074a3.026 3.026 0 0 1-.4.762ZM7.874 6.054a1.916 1.916 0 0 0-1.04-1.868 1.965 1.965 0 0 0-2.27.348 1.907 1.907 0 0 0 .478 3.06 1.965 1.965 0 0 0 2.27-.347 1.903 1.903 0 0 0 .562-1.193Zm3.376 4.467a.6.6 0 0 0-.64.13.591.591 0 0 0-.131.196.584.584 0 0 0 .33.761.597.597 0 0 0 .64-.13.59.59 0 0 0 .13-.195.583.583 0 0 0-.135-.637.596.596 0 0 0-.194-.125Z"/></svg>'},tu={name:"cog_zoomed_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m14 3.11-1.178-.632-1.875 2.133a5.424 5.424 0 0 0-.716-.094L8.766 2l-2.138.627.2 2.863a5.226 5.226 0 0 0-.527.47l-2.77-.738-1.056 1.95L4.656 9.04a5.188 5.188 0 0 0-.087.704L2 11.144l.659 2.1 2.914-.197a4.961 4.961 0 0 0 .453.525l-.13.427h7.232a.818.818 0 0 0 .87-.759L14 13.2Zm-1.335 7.876a2.877 2.877 0 0 1-3.741 1.477 2.768 2.768 0 0 1-1.51-3.66 2.876 2.876 0 0 1 3.729-1.482 2.76 2.76 0 0 1 1.535 3.637Z"/></svg>'},nu={name:"comment_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 3.5v6a1.5 1.5 0 0 1-1.5 1.5H8.75L3.5 14l.75-3H3.5A1.5 1.5 0 0 1 2 9.5v-6A1.5 1.5 0 0 1 3.5 2h9A1.5 1.5 0 0 1 14 3.5Z"/></svg>'},iu={name:"computer_and_monitor_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 12V6H5v6h4v1H7v1h5v-1h-2v-1Zm-8-1V7h7v4Zm1-6H4V4h3Zm1 0V3H3v7h1v3h2v1H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v2Z"/></svg>'},ou={name:"copy_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5 5h5V2H2v8h3Zm1 1v8h8V6Zm7 7H7V7h6Z"/></svg>'},ru={name:"copy_text_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5 5h5V2H2v8h3Zm1 1v8h8V6Zm7 7H7V7h6Zm-1-4H8V8h4Zm-1 2H8v-1h3Z"/></svg>'},su={name:"dashboard_builder_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4.646 6.646 7 4.293l2 2 1.646-1.646.707.707L9 7.707l-2-2-1.646 1.647ZM14 2v12H2V2ZM8 9H4v3h4Zm4 2H9v1h3Zm0-2H9v1h3Zm0-5H4v4h8V4Zm-5 6H5v1h2Z"/></svg>'},au={name:"dashboard_builder_legend_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2Zm10 10H4v-1.293l2.04-2.04 3.804 2.983L12 9.74Zm0-7h-2v1h2v2.405L9.805 10.35 5.96 7.333 4 9.293V6h2V5H4V4h8ZM9 6H7V5h2Z"/></svg>'},lu={name:"dashboard_builder_templates_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2Zm11 11H3V3h10Z"/><path class="cls-1" d="M9 9h3v1H9zM12 4H4v4h8Zm-1 3H5V5h6ZM8 9H4v3h4Zm-1 2H5v-1h2ZM9 11h3v1H9z"/></svg>'},cu={name:"dashboard_builder_tile_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4.646 10.646 7 8.293l2 2 1.646-1.646.707.707L9 11.707l-2-2-1.646 1.647ZM14 2v12H2V2ZM4 7h3V4H4Zm8 1H4v4h8V8Zm0-4H8v3h4Z"/></svg>'},du={name:"database_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.588 11.46a2.69 2.69 0 0 0 .36-.257c.015-.012.036-.023.051-.036v1.093c0 .395-.57.81-1.551 1.137a9.133 9.133 0 0 1-.757.212A16.17 16.17 0 0 1 7.997 14a16.144 16.144 0 0 1-3.69-.391 8.83 8.83 0 0 1-.757-.213C2.57 13.069 2 12.655 2 12.26v-1.093c.013.013.033.023.049.036a2.61 2.61 0 0 0 .362.26c.012.006.021.013.033.02a4.294 4.294 0 0 0 .502.241l.01.005.11.046c.058.02.121.039.18.06.1.036.202.073.308.106.037.012.07.026.11.037.018.006.042.011.063.017.2.06.412.11.633.159l.142.031c.234.049.478.092.727.13.048.008.098.014.146.02a17.346 17.346 0 0 0 .82.1 24.659 24.659 0 0 0 .98.065c.273.01.55.019.822.019.273 0 .548-.008.824-.02.06-.003.119-.006.179-.007.268-.014.536-.034.801-.057l.112-.014c.24-.023.476-.052.708-.086.048-.006.098-.012.147-.02.25-.038.491-.081.725-.13.05-.012.096-.021.144-.031.219-.049.429-.1.63-.157.022-.008.047-.013.069-.02.037-.01.07-.024.108-.036.107-.034.206-.07.309-.107.057-.02.12-.038.176-.06.037-.014.075-.028.111-.045l.013-.005a4.316 4.316 0 0 0 .5-.241.415.415 0 0 0 .035-.022m0-2.845-.035.022a4.46 4.46 0 0 1-.5.241l-.013.005c-.036.016-.074.03-.111.045l-.176.06c-.103.037-.202.073-.31.107-.037.012-.07.025-.107.036-.022.007-.047.012-.069.02a10.638 10.638 0 0 1-.774.187q-.35.075-.725.13c-.049.009-.099.014-.147.021-.232.034-.468.063-.708.086L9.8 9.59c-.265.024-.533.044-.801.057l-.18.008c-.275.012-.55.02-.823.02a19 19 0 0 1-.823-.02l-.18-.008a20.583 20.583 0 0 1-.8-.057l-.113-.013c-.241-.024-.475-.052-.706-.086-.048-.006-.098-.012-.146-.02a12.62 12.62 0 0 1-1.502-.32c-.021-.006-.045-.01-.063-.017-.04-.012-.073-.025-.11-.037a7.688 7.688 0 0 1-.309-.107c-.058-.02-.121-.039-.179-.06l-.11-.045-.01-.005a4.436 4.436 0 0 1-.502-.241c-.012-.007-.02-.014-.033-.02a2.544 2.544 0 0 1-.362-.26c-.016-.013-.036-.023-.049-.036v1.093c0 .394.57.81 1.55 1.136a8.83 8.83 0 0 0 .757.213 16.145 16.145 0 0 0 3.69.39 16.171 16.171 0 0 0 3.694-.39 9.133 9.133 0 0 0 .757-.213c.98-.327 1.551-.742 1.551-1.136V8.322c-.015.013-.036.024-.05.036a2.69 2.69 0 0 1-.361.258m0-2.845-.035.022a4.463 4.463 0 0 1-.5.241l-.013.005c-.036.016-.074.03-.111.045l-.176.06c-.103.037-.202.073-.31.107-.037.012-.07.026-.107.036-.022.007-.047.012-.069.02q-.302.084-.63.156l-.144.031q-.351.075-.725.132c-.049.006-.099.012-.147.02-.232.032-.468.061-.708.085l-.112.013a19.05 19.05 0 0 1-.98.066c-.276.01-.55.018-.824.018a20.457 20.457 0 0 1-1.802-.084l-.114-.013c-.241-.024-.475-.053-.706-.086l-.146-.02c-.249-.038-.493-.081-.727-.13-.05-.01-.094-.022-.142-.032-.22-.048-.432-.1-.633-.157l-.063-.018c-.04-.011-.073-.025-.11-.037a7.688 7.688 0 0 1-.309-.107l-.179-.06-.11-.045-.01-.005a4.438 4.438 0 0 1-.502-.241c-.012-.007-.02-.014-.033-.02a2.544 2.544 0 0 1-.362-.26C2.033 5.5 2.013 5.488 2 5.476V6.57c0 .394.57.81 1.55 1.136a8.83 8.83 0 0 0 .757.213 16.144 16.144 0 0 0 3.69.39 16.17 16.17 0 0 0 3.694-.39 9.133 9.133 0 0 0 .757-.213c.98-.327 1.551-.742 1.551-1.136V5.477c-.015.013-.036.024-.05.036a2.69 2.69 0 0 1-.361.258M14 3.738C14 2.915 11.535 2 7.998 2 4.463 2 2 2.915 2 3.738c0 .394.57.81 1.55 1.135.113.039.23.074.355.11q.192.053.402.103a16.152 16.152 0 0 0 3.69.39 16.17 16.17 0 0 0 3.692-.39 9.13 9.13 0 0 0 .759-.213C13.429 4.548 14 4.132 14 3.738"/></svg>'},hu={name:"database_check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5.919 12.103a11.87 11.87 0 0 1-1.594-.26 7.445 7.445 0 0 1-.644-.182c-.835-.28-1.32-.635-1.32-.973v-.936c.011.01.029.02.042.031a2.226 2.226 0 0 0 .308.222l.028.018a3.65 3.65 0 0 0 .428.206l.009.005.093.038c.049.019.103.034.153.051.086.032.173.063.262.092.032.01.06.022.094.032l.054.014c.17.05.35.095.538.136l.121.027c.2.042.408.078.62.111.041.007.083.012.124.018.197.028.396.052.6.073l.038.005-.613.613Zm-2.238-7.74a8.567 8.567 0 0 0 .645.182 13.68 13.68 0 0 0 3.143.334 13.697 13.697 0 0 0 3.144-.334 7.753 7.753 0 0 0 .646-.182c.835-.28 1.32-.635 1.32-.973 0-.704-2.098-1.488-5.11-1.488-3.01 0-5.107.784-5.107 1.488 0 .338.486.694 1.32.973Zm5.047 6.495.008.007.008-.008Zm-5.047-4.07a7.471 7.471 0 0 0 .644.182 13.675 13.675 0 0 0 3.143.335 13.697 13.697 0 0 0 3.146-.335 7.694 7.694 0 0 0 .644-.181c.835-.28 1.321-.636 1.321-.973v-.937c-.013.012-.03.02-.043.032a2.29 2.29 0 0 1-.307.22.353.353 0 0 1-.03.02 3.788 3.788 0 0 1-.426.206l-.01.004c-.031.014-.064.026-.096.039-.047.017-.101.033-.15.05-.087.032-.172.064-.263.092-.032.01-.06.023-.092.032l-.058.016q-.257.073-.537.134l-.122.027q-.3.063-.618.112l-.124.017c-.198.029-.399.053-.604.074l-.095.01a16.15 16.15 0 0 1-.835.057c-.235.01-.468.016-.701.016a17.43 17.43 0 0 1-1.535-.072l-.097-.011a14.698 14.698 0 0 1-.6-.074l-.125-.017c-.212-.033-.42-.07-.62-.112l-.12-.027a8.673 8.673 0 0 1-.54-.134c-.018-.006-.037-.01-.053-.016-.034-.01-.062-.022-.094-.032a6.551 6.551 0 0 1-.262-.091c-.05-.018-.104-.034-.153-.052l-.093-.038-.01-.004a3.768 3.768 0 0 1-.427-.207l-.028-.017a2.167 2.167 0 0 1-.308-.223c-.013-.011-.031-.02-.042-.03v.936c0 .337.485.692 1.32.972Zm0 2.436a7.471 7.471 0 0 0 .644.182 13.147 13.147 0 0 0 2.644.328l.318-.318.323.324a14.377 14.377 0 0 0 2.473-.222l1.753-1.753-.063.028-.01.004c-.031.014-.063.027-.096.04-.047.017-.101.033-.15.05-.087.032-.171.063-.263.091-.032.01-.06.022-.092.032-.018.006-.04.01-.058.017a9.015 9.015 0 0 1-.66.16q-.298.064-.617.112l-.124.017c-.198.029-.399.054-.604.074l-.095.011c-.225.02-.454.037-.682.049l-.153.007a16.115 16.115 0 0 1-1.402 0l-.154-.007a17.43 17.43 0 0 1-.68-.049l-.097-.011a14.689 14.689 0 0 1-.6-.074c-.042-.006-.084-.01-.125-.017a10.679 10.679 0 0 1-1.28-.274l-.053-.015c-.034-.01-.062-.021-.094-.032a6.551 6.551 0 0 1-.262-.09c-.05-.018-.104-.034-.153-.053-.03-.012-.063-.024-.093-.038l-.01-.004a3.77 3.77 0 0 1-.427-.207l-.028-.017a2.169 2.169 0 0 1-.308-.223c-.014-.01-.031-.02-.042-.03v.936c0 .337.485.693 1.32.972Zm9.269-1.6L8.736 11.84l-1.449-1.45-1.053 1.055 2.458 2.458 5.268-5.268Z"/></svg>'},uu={name:"desktop_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 3H2v8h5v1H5v1h6v-1H9v-1h5V3Zm0 7H3V4h10Z"/></svg>'},pu={name:"donut_chart_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.872 10.956a4.123 4.123 0 0 1-6.997-2.962v-.007H2v.007a5.995 5.995 0 0 0 10.301 4.182ZM8.372 2v1.884a4.13 4.13 0 0 1 2.992 6.501l1.429 1.224A6.008 6.008 0 0 0 8.37 2ZM2.048 7.236h1.897a4.117 4.117 0 0 1 3.675-3.352V2A6.012 6.012 0 0 0 2.05 7.236Z"/></svg>'},fu={name:"dot_solid_dot_stroke_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7 8a3 3 0 1 1-3-3 3 3 0 0 1 3 3Zm5-2a2 2 0 1 0 2 2 2.002 2.002 0 0 0-2-2m0-1a3 3 0 1 1-3 3 3 3 0 0 1 3-3Z"/></svg>'},gu={name:"dot_solid_dot_stroke_measurement_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5 3h1v3H5zM6 4h4v1H6zM10 3h1v3h-1zM7 10a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm5-2c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2m0-1a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z"/></svg>'},mu={name:"down_right_from_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m5.958 10.03 2.063-6.281.49 2.344 4.117-4.122 1.414 1.414L9.94 7.487l2.324.504-6.306 2.038Z"/><path class="cls-1" d="M8 10.42V12H4V8h1.572l.657-2H2v8h8V9.774l-2 .646z"/></svg>'},vu={name:"download_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 9v5H2V9h1v4h10V9Zm-5.982 2L11 5.1 8.996 6.412 9 2H7v4.387L5 5.1Z"/></svg>'},bu={name:"electronic_chip_zoomed_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 14H7.333V9.333a2 2 0 0 1 2-2H14V13a1 1 0 0 1-1 1ZM12 2a.667.667 0 0 0-.667.667v2h1.334v-2A.667.667 0 0 0 12 2ZM8.444 2a.667.667 0 0 0-.666.667v2H9.11v-2A.667.667 0 0 0 8.444 2ZM2 8.444a.667.667 0 0 0 .667.667h2V7.778h-2A.667.667 0 0 0 2 8.444ZM2 12a.667.667 0 0 0 .667.667h2v-1.334h-2A.667.667 0 0 0 2 12Zm11.556-8.222v.889a.444.444 0 0 1-.445.444H10.89a.444.444 0 0 1-.445-.444v-.89H10v.89a.444.444 0 0 1-.444.444H7.333a.444.444 0 0 1-.444-.444v-.89H4.667a.889.889 0 0 0-.89.89v2.222h.89a.444.444 0 0 1 .444.444v2.223a.444.444 0 0 1-.444.444h-.89v.444h.89a.444.444 0 0 1 .444.445v2.222a.444.444 0 0 1-.444.445h-.89V14H6.89V8.222A1.333 1.333 0 0 1 8.222 6.89H14V3.778Z"/></svg>'},yu={name:"exclamation_mark_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.371 11.873h3.256V14H6.37ZM6.316 2l.37 8.542h2.628L9.684 2Z"/></svg>'},wu={name:"eye_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.856 3.657A7.004 7.004 0 0 0 1 8.001a7.588 7.588 0 0 0 7.146 4.342A7.002 7.002 0 0 0 15 8a7.586 7.586 0 0 0-7.144-4.344m-1.199 7.289A5.108 5.108 0 0 1 2.443 8s.665-2.585 4.33-3.037a2.786 2.786 0 0 0-1.414 1.223l2.787 1.22H4.977a3.47 3.47 0 0 0-.053.576 3.348 3.348 0 0 0 1.734 2.962m2.85.02a3.4 3.4 0 0 0 .107-5.908 5.006 5.006 0 0 1 3.942 2.944s-.603 2.44-4.05 2.963"/></svg>'},xu={name:"fancy_a_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.597 9.844H7.865A7.465 7.465 0 0 1 6.19 11.96a3.323 3.323 0 0 1-2.042.667 2.835 2.835 0 0 1-1.964-.753L2 11.706l1.153-1.152.157.251a1.347 1.347 0 0 0 1.2.716 1.976 1.976 0 0 0 1.385-.625 11.546 11.546 0 0 0 1.722-2.403l2.252-3.88a7.585 7.585 0 0 0-.679-.037 2.365 2.365 0 0 0-1.66.54 1.967 1.967 0 0 0-.556 1.51V6.7l-.067.106-1.564.762.045-.423a3.845 3.845 0 0 1 .645-1.874 3.312 3.312 0 0 1 1.34-1.177 6.74 6.74 0 0 1 2.208-.443c.127 0 .277-.013.471-.029l.369-.03 1.387-.257.087 2.154.33 3.886a4.862 4.862 0 0 0 .29 1.701.498.498 0 0 0 .528.31c.057 0 .277 0 .641-.03L14 11.33l-.172.83-3.003.506Zm-.086-.896-.275-3.22-1.855 3.22Z"/></svg>'},ku={name:"file_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 3v10h8V7H8V3Zm5 0v3h3Z"/></svg>'},Cu={name:"file_arrow_curved_right_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m7 2 3 3H7V2ZM6 6V2H2v12h4.282l.03-.187A4.508 4.508 0 0 1 10 10.065V6H6Zm8 5.5L11 9v2c-1.817-.091-3.412 1.137-3.701 2.97.576-.672 2.077-2.065 3.701-1.82V14l3-2.5Z"/></svg>'},Su={name:"file_drawer_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 4v10h12V4Zm8 4H6V6h4Zm4-5H2V2h12Z"/></svg>'},$u={name:"file_search_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 6v6h-3.333a3.662 3.662 0 0 0 .249-1.302A3.701 3.701 0 0 0 7.22 7 3.654 3.654 0 0 0 6 7.223V2h4v4Zm-3-4v3h3Zm-1.126 8.698a2.697 2.697 0 0 1-4.73 1.772L2.521 14l-.48-.823 2.613-1.523a2.698 2.698 0 1 1 5.22-.956Zm-.952 0a1.745 1.745 0 1 0-1.745 1.745 1.747 1.747 0 0 0 1.745-1.745Z"/></svg>'},Mu={name:"filter_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 3.045v1.29h.787a2.069 2.069 0 1 0 2.907 2.903l1.32 2.173v4.522l1.973-1.846V9.411l3.878-5.076h1.134v-1.29Zm2.033 4.059a1.154 1.154 0 0 1 0-2.308c.023 0 .045.006.068.007l1.002 1.575a1.154 1.154 0 0 1-1.07.726Z"/></svg>'},_u={name:"floppy_disk_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.455 4H3.583A.585.585 0 0 0 3 4.598V11.5l1.5 1.497 7.858.003c.33 0 .6-.27.6-.6L13 4.545c0-.33-.215-.546-.545-.546ZM11 12H8v-2H6v2H5V9h6v3Zm1-4H4V5h8v3Z"/></svg>'},Au={name:"floppy_disk_checkmark_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.455 5h-1.041l-1.005 1H12v3H4V6h3.782L6.79 5H3.583A.585.585 0 0 0 3 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 0 0 .6-.6L13 5.545A.513.513 0 0 0 12.455 5ZM11 13H8v-2H6v2H5v-3h6Zm2-10.99L9.091 5.9 7 3.79l.919-.89 1.164 1.208L12.128 1.1l.872.91"/></svg>'},Eu={name:"floppy_disk_star_arrow_right_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5.5 2.5a1 1 0 1 0-1 1 1 1 0 0 0 1-1Zm7.5.002L9.638.819l.496 1.293H7v.828h3.134L9.638 4.18ZM12.455 5H3.583A.585.585 0 0 0 3 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 0 0 .6-.6L13 5.545A.513.513 0 0 0 12.455 5ZM11 13H8v-2H6v2H5v-3h6Zm1-4H4V6h8Z"/></svg>'},Iu={name:"floppy_disk_three_dots_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6 3a1 1 0 1 0-1 1 1 1 0 0 0 1-1Zm3 0a1 1 0 1 0-1 1 1 1 0 0 0 1-1Zm3 0a1 1 0 1 0-1 1 1 1 0 0 0 1-1Zm.455 2H3.583A.585.585 0 0 0 3 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 0 0 .6-.6L13 5.545A.513.513 0 0 0 12.455 5ZM11 13H8v-2H6v2H5v-3h6Zm1-4H4V6h8Z"/></svg>'},Ou={name:"folder_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7 4V3H2v10h12V4Zm6 2H3V5h10Z"/></svg>'},Tu={name:"folder_open_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7 3v1.002h6V6h-1V5H3v1H2V3ZM2 13h11l1-6H2Z"/></svg>'},Ru={name:"forward_slash_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m6.027 14 2.5-12h1.5l-2.5 12h-1.5z"/></svg>'},Du={name:"four_dots_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.5 11A1.5 1.5 0 1 1 5 9.5 1.5 1.5 0 0 1 6.5 11ZM5 3.5A1.5 1.5 0 1 0 6.5 5 1.5 1.5 0 0 0 5 3.5Zm7.5 7.5A1.5 1.5 0 1 1 11 9.5a1.5 1.5 0 0 1 1.5 1.5ZM11 3.5A1.5 1.5 0 1 0 12.5 5 1.5 1.5 0 0 0 11 3.5Z"/></svg>'},Fu={name:"function_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 12.643h-1.572l-.898-1.283-.923 1.283h-1.54l1.658-2.146-1.632-2.14h1.572l.883 1.258.888-1.258h1.545l-1.635 2.111ZM9.544 4.667H9.31a3.141 3.141 0 0 0-.394-.1 2.455 2.455 0 0 0-.483-.05 1.32 1.32 0 0 0-.832.241 1.334 1.334 0 0 0-.405.895l-.128.937h1.846v1.282H6.812l-.376 2.462a3.578 3.578 0 0 1-.462 1.357 2.583 2.583 0 0 1-.784.808 3.015 3.015 0 0 1-.938.387A4.823 4.823 0 0 1 3.184 13q-.275 0-.629-.03A3.529 3.529 0 0 1 2 12.892v-1.815h.12a.56.56 0 0 0 .424.244 2.538 2.538 0 0 0 .5.052 1.304 1.304 0 0 0 .898-.29 1.584 1.584 0 0 0 .424-.985l.33-2.226H3.256V6.59H5.05l.178-1.162a2.942 2.942 0 0 1 .444-1.244 2.516 2.516 0 0 1 .76-.734 2.643 2.643 0 0 1 .94-.356A5.61 5.61 0 0 1 8.357 3q.294 0 .588.025t.599.076Z"/></svg>'},Lu={name:"gauge_simple_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.969 5.196a1.763 1.763 0 0 1 1.142-.49 1.763 1.763 0 0 1-.49 1.142L9.205 8.263l.008.025.065.184.03.093a1.352 1.352 0 0 1 .032.295 1.385 1.385 0 0 1-2.769 0 1.343 1.343 0 0 1 .033-.294l.034-.11.055-.16.012-.033.014-.014a1.389 1.389 0 0 1 .625-.625l.015-.015.033-.011.16-.055.11-.035a1.32 1.32 0 0 1 .588 0l.11.035.16.055.033.011ZM14 8.86a5.979 5.979 0 0 1-1.799 4.28l-1.309-1.308a4.085 4.085 0 0 0 .83-4.78l.55-.55a2.576 2.576 0 0 0 .64-1.082A5.968 5.968 0 0 1 14 8.86Zm-6-6a5.998 5.998 0 0 0-4.201 10.28l1.308-1.308a4.14 4.14 0 0 1 4.645-6.725l.564-.564a2.57 2.57 0 0 1 1.07-.635A5.97 5.97 0 0 0 8 2.86Z"/></svg>'},Nu={name:"grid_three_by_three_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 3v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1Zm4 9H4v-2h2Zm.001-2.999H4V7h2.001Zm0-3.001H4V4h2.001ZM9 12H7v-2h2Zm0-2.999H7V7h2ZM9 6H7V4h2Zm3 6h-2v-2h2Zm.001-2.999H10V7h2.001Zm0-3.001H10V4h2.001Z"/></svg>'},Pu={name:"grid_two_by_two_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 9h3v3H4Zm5 0h3v3H9ZM4 4h3v3H4Zm5 0h3v3H9ZM2 14h12V2H2Z"/></svg>'},zu={name:"hammer_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M9 14H6V8h3ZM8.875 2H6.723A1.991 1.991 0 0 1 5 3a2.486 2.486 0 0 1-2-1H2v4h1a1.797 1.797 0 0 1 1.5-1C5.551 5 5.997 6.99 6 7h3c.333-1.539 1-2.436 1.741-2.436C12.222 4.564 14 6.615 14 6.615S13 2 8.875 2Z"/></svg>'},Vu={name:"hashtag_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m7.76 14 .752-2.914H6.045L5.299 14H3.532l.746-2.914H2v-1.72h2.712l.701-2.807H2.947v-1.72h2.91L6.567 2h1.766l-.71 2.838h2.46L10.8 2h1.768l-.717 2.838H14v1.72h-2.599l-.706 2.807h2.374v1.72h-2.807L9.501 14ZM6.447 9.392h2.506l.72-2.85H7.167Z"/></svg>'},Hu={name:"home_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.988 2 2.5 9H4v5h3v-3h2v3h3V9h1.5L7.988 2z"/></svg>'},Bu={name:"hourglass_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.774 13.4h-.047v-.49h-.404a2.491 2.491 0 0 0 .355-1.258c0-1.826-2.083-2.886-2.083-3.652s2.083-1.826 2.083-3.652a2.491 2.491 0 0 0-.355-1.257h.404V2.6h.047a.556.556 0 0 0 .499-.6H4.727a.556.556 0 0 0 .499.6h.047v.49h.404a2.491 2.491 0 0 0-.355 1.258c0 1.826 2.083 2.87 2.083 3.652s-2.083 1.826-2.083 3.652a2.491 2.491 0 0 0 .355 1.257h-.404v.491h-.047a.556.556 0 0 0-.499.6h6.546a.556.556 0 0 0-.499-.6ZM8 12.957c-1.565 0-1.975-.585-1.975-1.305a7.183 7.183 0 0 1 1.723-.656c.268 0 .289-3.513 0-3.779l-.988-1h2.454l-.962 1c-.268.286-.275 3.779 0 3.779a7.651 7.651 0 0 1 1.738.656c0 .72-.409 1.305-1.99 1.305Z"/></svg>'},qu={name:"indeterminant_checkbox_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 3a1.001 1.001 0 0 1 1 1v8a1.001 1.001 0 0 1-1 1H4a1.001 1.001 0 0 1-1-1V4a1.001 1.001 0 0 1 1-1h8m0-1H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2ZM4 4v8h8V4Zm6 6H6V6h4Z"/></svg>'},Zu={name:"info_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.415 7.75v3.69H6.376v1.576h4.24V11.44H9.6V6.175H6.376V7.75Zm.276-2.698a1.19 1.19 0 0 0 2.035-.838 1.164 1.164 0 0 0-.346-.846 1.193 1.193 0 0 0-1.693 0 1.158 1.158 0 0 0-.35.846 1.144 1.144 0 0 0 .354.838Z"/></svg>'},ju={name:"info_circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6Zm-.697 2.28a.951.951 0 0 1 1.35 0 .928.928 0 0 1 .276.675.952.952 0 0 1-1.905 0 .924.924 0 0 1 .279-.674ZM9.7 12H6.3v-1.264h.833V7.777H6.3V6.513h2.584v4.223H9.7Z"/></svg>'},Uu={name:"italic_i_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16" xml:space="preserve"><path d="M8.99 13.802H4.38l.258-1.133h1.523l2.17-9.367H6.808l.258-1.133h4.61l-.258 1.133H9.895l-2.17 9.367h1.523l-.258 1.133z"/></svg>'},Wu={name:"key_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m12.045 7.348-.652-.652 1.444-.14Zm-3.818.698-4.912 4.912-.395-.396 4.12-4.12Zm4.734-2.918-1.697.136-.395-.395L11 3.176l.72-.067 1.304 1.304Zm-3.524-.386-.651-.653.791-.791Zm-1.955-.653v2.607l-5.074 5.075L2 12.946l.791.791 1.432.129.326-.326v-.652l.652-.652h.652l.326-.325v-.652h.651l.978-.978.014-.652.312-.326h.652l.652-.651h2.607l1.676-1.676L14 4.089l-1.955-1.955-2.887.28Z"/></svg>'},Gu={name:"laptop_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 11V3H3v8H2v2h12v-2Zm-2 1H5v-1h6Zm1-1.996H4V4h8Z"/></svg>'},Ku={name:"layer_group_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m3.555 9.546.89-.445 5.333 2.667 1.778-.89.889.449v1.33L9.778 13.99l-6.223-3.11Zm0-6.222L6.222 1.99l6.223 3.112v1.333L9.778 7.768l-6.223-3.11Zm0 3.11.89-.444 5.333 2.667 1.778-.89.889.448v1.33L9.778 10.88 3.555 7.768Z"/></svg>'},Ju={name:"lightning_bolt_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4.732 7.953 6.909 2h3.636L8.364 7.013h2.909L4.727 14l2.21-6.049Z"/></svg>'},Xu={name:"link_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.465 5.592A2.908 2.908 0 0 1 9.963 7.02l-1.06 1.065c-.053-.103-.095-.192-.144-.276a1.48 1.48 0 0 0-1.277-.769 1.43 1.43 0 0 0-.977.394c-.75.694-1.469 1.421-2.165 2.168a1.431 1.431 0 0 0 .054 2.038 1.507 1.507 0 0 0 1.039.432 1.28 1.28 0 0 0 .953-.417c.103-.11.435-.44.81-.805a3.458 3.458 0 0 0 1.908.188c-1.006 1.035-2.179 2.187-2.996 2.38a2.982 2.982 0 0 1-.693.082 2.91 2.91 0 0 1-2.182-4.842A46.793 46.793 0 0 1 5.53 6.356a2.826 2.826 0 0 1 1.935-.764M10.583 2.5a3.001 3.001 0 0 0-.69.081 10.376 10.376 0 0 0-2.996 2.377 3.474 3.474 0 0 1 .568-.054 3.58 3.58 0 0 1 1.31.249c.38-.332.701-.646.875-.834a1.221 1.221 0 0 1 .913-.395 1.513 1.513 0 0 1 1.074.469 1.433 1.433 0 0 1 .022 2.005c-.7.743-1.42 1.47-2.165 2.167a1.419 1.419 0 0 1-.975.395 1.483 1.483 0 0 1-1.28-.768c-.048-.085-.089-.175-.151-.298L6.043 8.987a2.882 2.882 0 0 0 2.493 1.42 2.808 2.808 0 0 0 1.93-.76 54.2 54.2 0 0 0 2.266-2.266A2.911 2.911 0 0 0 10.583 2.5"/></svg>'},Yu={name:"link_cancel_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M9.202 9.45a2.638 2.638 0 0 1 .687 2.519l-1.364.002c.032-.1.062-.183.085-.269a1.343 1.343 0 0 0-.326-1.312 1.297 1.297 0 0 0-.88-.374 37.657 37.657 0 0 0-2.779.002 1.298 1.298 0 0 0-1.273 1.341 1.367 1.367 0 0 0 .39.944 1.162 1.162 0 0 0 .878.344c.137-.005.562-.002 1.036.004a3.137 3.137 0 0 0 1.104 1.344 8.133 8.133 0 0 1-3.45-.395 2.705 2.705 0 0 1-.496-.392A2.64 2.64 0 0 1 4.52 8.702a42.45 42.45 0 0 1 2.951-.003 2.564 2.564 0 0 1 1.731.751m3.984.017a2.723 2.723 0 0 0-.495-.39 9.414 9.414 0 0 0-3.447-.398 3.151 3.151 0 0 1 .4.33 3.247 3.247 0 0 1 .68 1c.457.031.864.035 1.096.027a1.108 1.108 0 0 1 .839.331 1.373 1.373 0 0 1 .389.99 1.3 1.3 0 0 1-1.272 1.3c-.926.028-1.854.033-2.78.002a1.287 1.287 0 0 1-.878-.372 1.345 1.345 0 0 1-.328-1.313c.023-.086.054-.17.093-.289l-1.371.031a2.614 2.614 0 0 0 .688 2.51 2.547 2.547 0 0 0 1.726.751c.968.033 1.94.025 2.908 0a2.641 2.641 0 0 0 1.752-4.51m-2.701-3.208L8.71 4.485l1.775-1.775-.71-.71L8 3.775 6.225 2l-.71.71L7.29 4.485 5.515 6.259l.71.71L8 5.195l1.775 1.774Z"/></svg>'},Qu={name:"list_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 13H2v-2h2Zm10-2H6v2h8ZM4 7H2v2h2Zm10 0H6v2h8ZM4 3H2v2h2Zm10 0H6v2h8Z"/></svg>'},ep={name:"list_tree_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10 5v2h4v2h-4v2h4v2H8V5H5V3h9v2ZM2 5h2V3H2Zm5 6H5v2h2Zm0-4H5v2h2Z"/></svg>'},tp={name:"list_tree_database_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.953 11.81c.013-.011.032-.02.046-.031v.917c0 .33-.523.678-1.42.953a8.234 8.234 0 0 1-.694.178 16.116 16.116 0 0 1-3.382.328 16.089 16.089 0 0 1-3.38-.328 8.77 8.77 0 0 1-.693-.179c-.898-.274-1.42-.622-1.42-.952v-.917c.012.01.031.02.045.03a2.34 2.34 0 0 0 .332.218l.03.017a4.235 4.235 0 0 0 .46.202l.01.005.1.037c.053.018.11.034.164.05.093.031.186.062.283.09.033.01.064.022.1.031l.058.015c.184.048.378.092.58.132.043.009.084.018.13.026.214.042.438.078.666.11l.134.017c.21.028.425.051.646.072l.104.01c.242.021.487.037.731.049l.166.007c.251.01.504.016.754.016s.501-.007.754-.016l.164-.007c.246-.012.491-.028.734-.048l.102-.011c.22-.02.436-.044.649-.072.044-.006.09-.01.134-.017q.343-.048.664-.11c.046-.008.088-.017.132-.026q.3-.06.577-.13c.02-.007.043-.012.063-.017.034-.009.064-.021.099-.031.098-.028.189-.059.283-.09.052-.017.11-.032.16-.05.035-.012.07-.024.103-.037l.012-.005a4.252 4.252 0 0 0 .457-.202c.013-.006.022-.013.032-.018a2.468 2.468 0 0 0 .33-.216Zm-5.45-2.946c-3.237 0-5.492.767-5.492 1.457 0 .33.523.679 1.42.952a9.998 9.998 0 0 0 .694.179 16.101 16.101 0 0 0 3.378.327 16.12 16.12 0 0 0 3.382-.327 8.892 8.892 0 0 0 .694-.18C13.477 11 14 10.652 14 10.322c0-.69-2.257-1.457-5.497-1.457ZM14 6V5H5V3h2V2H2v1h2v5.581a9.632 9.632 0 0 1 1-.255V6h3v2h6V7H9V6Z"/></svg>'},np={name:"lock_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 8V7a3.888 3.888 0 0 0-4-4 3.822 3.822 0 0 0-2.81 1.078A4.349 4.349 0 0 0 4.062 7v1H3v6h10V8ZM6.062 6.986a2.407 2.407 0 0 1 .566-1.516A1.834 1.834 0 0 1 8 5a1.883 1.883 0 0 1 2 2v1H6.062Z"/></svg>'},ip={name:"magnifying_glass_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m13.073 12.29-2.926-2.926a3.971 3.971 0 1 0-.783.783l2.927 2.926ZM7.01 9.84a2.83 2.83 0 1 1 2.83-2.83 2.833 2.833 0 0 1-2.83 2.83Z"/></svg>'},op={name:"markdown_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14.25 3H1.75a.74.74 0 0 0-.75.73v8.54a.74.74 0 0 0 .75.73h12.5a.74.74 0 0 0 .75-.73V3.73a.74.74 0 0 0-.75-.73Zm-6.285 7.059h-.991V7.773L5.982 9.35l-.99-1.577v2.286H4V5.934h.91L5.982 7.51l1.073-1.576h.91Zm2.459.007L8.848 7.945h1.1V5.934h.99v2.01H12Z"/></svg>'},rp={name:"minus_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 7h8v2H4z"/></svg>'},sp={name:"minus_wide_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M3 7h10v2H3z"/></svg>'},ap={name:"mobile_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.462 2.077H4.538A.54.54 0 0 0 4 2.615v10.77a.54.54 0 0 0 .538.538h5.924a.54.54 0 0 0 .538-.538V2.615a.54.54 0 0 0-.538-.538ZM10 12H5V3h5Z"/></svg>'},lp={name:"notebook_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 2h1v3h-1Zm0 8h1V6h-1Zm0 4h1v-3h-1ZM4 7h6V6H4Zm0-2h6V4H4ZM2 2h10v12H2Z"/></svg>'},cp={name:"number_list_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16" xml:space="preserve"><path d="M14 11H6v2h8v-2zm0-4H6v2h8V7zm0-4H6v2h8V3zM1.999 4.644h.73V2.302h-.585v-.271c.295-.05.505-.13.681-.235h.32v2.848h.656v.346H1.999v-.346zM1.804 9.509c.951-.932 1.501-1.521 1.501-2.037 0-.365-.2-.621-.605-.621-.265 0-.496.17-.676.381l-.235-.226c.265-.3.551-.495.961-.495.591 0 .961.375.961.936 0 .621-.561 1.196-1.336 1.987.174-.016.37-.026.535-.026h.956v.355H1.804v-.254zM1.733 13.884l.21-.271c.19.201.44.376.816.376.385 0 .661-.226.661-.581 0-.38-.26-.635-1.021-.635v-.315c.676 0 .906-.261.906-.596 0-.306-.21-.501-.55-.501-.266 0-.491.136-.681.32l-.221-.26c.246-.23.541-.4.916-.4.556 0 .956.295.956.811 0 .386-.23.631-.576.761v.021c.385.09.691.37.691.811 0 .565-.471.91-1.056.91a1.363 1.363 0 0 1-1.051-.451z"/></svg>'},dp={name:"paste_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M9 5V3H3v6h2v1H2V2h8v3ZM6 6v8h8V6Z"/></svg>'},hp={name:"pencil_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11.413 2.674c.326-.288 1.04-.013 1.807.857.768.869.952 1.61.626 1.898l-1.378 1.218-2.433-2.757Zm-7.381 9.493 2.97-1.396-1.477.254.064-1.459-.48.25.156-1.013-1.754 2.774Zm3.319-1.002L2 13.435 4.917 8.41l3.15-2.78L10.5 8.383Zm4.293-3.866L9.21 4.544c-.177-.202.222-.543.394-.349l2.434 2.756c.175.2-.224.54-.394.348m-.783.7L8.428 5.244c-.178-.201.22-.542.393-.347l2.433 2.755c.176.199-.223.54-.393.347"/></svg>'},up={name:"pot_with_lid_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 4V2H5v2H2v1h12V4ZM6 4V3h4v1Zm-4 9h1v1h10v-1h1V6H2Z"/></svg>'},pp={name:"question_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11.303 5.594a3.294 3.294 0 0 1-.195 1.176 2.63 2.63 0 0 1-.549.885 3.96 3.96 0 0 1-.852.672 7.46 7.46 0 0 1-1.121.54v1.501H6.27V8.15q.467-.125.845-.256a3.199 3.199 0 0 0 .793-.429 2.098 2.098 0 0 0 .608-.612 1.45 1.45 0 0 0 .22-.791 1.042 1.042 0 0 0-.423-.939 2.163 2.163 0 0 0-1.195-.28 3.338 3.338 0 0 0-1.068.204 4.853 4.853 0 0 0-1.09.526h-.263V3.566a8.148 8.148 0 0 1 1.296-.372A8.205 8.205 0 0 1 7.77 3a4.196 4.196 0 0 1 2.579.718 2.241 2.241 0 0 1 .954 1.876ZM8.77 13H6.112v-1.737H8.77Z"/></svg>'},fp={name:"running_arrow_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m14 7.985-8.002 4.013L8 8 5.998 3.987ZM3.995 2.997 2 2l3 6-3 6 2.002-1.005L6.5 8Z"/></svg>'},gp={name:"server_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 3H3v3h10ZM9 5H4V4h5ZM3 7v3h10V7Zm6 2H4V8h5Zm3 4H3v-2h10v1a1 1 0 0 1-1 1Z"/></svg>'},mp={name:"share_nodes_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12 10c-.601 0-1.134.27-1.5.69L5.954 8.419a2 2 0 0 0 0-.836l4.544-2.273c.367.42.9.691 1.501.691a2 2 0 1 0-1.955-1.582L5.501 6.691C5.134 6.27 4.6 6 4 6a2 2 0 1 0 0 4c.601 0 1.134-.27 1.5-.69l4.545 2.272A2 2 0 1 0 12 10Z"/></svg>'},vp={name:"shield_check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v5.11C2 10.39 8 14 8 14s6-3.281 6-6.89V2Zm4.788 8.2L4 7.388 5.225 6.2l1.553 1.61 4.06-4.01L12 5.013Z"/></svg>'},bp={name:"shield_xmark_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v5.11C2 10.39 8 14 8 14s6-3.281 6-6.89V2Zm9.5 7.346L10.346 10.5 8 8.154 5.654 10.5 4.5 9.346 6.846 7 4.5 4.654 5.654 3.5 8 5.846 10.346 3.5 11.5 4.654 9.154 7Z"/></svg>'},yp={name:"signal_bars_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 14H2V2h2Zm3-9H5v9h2Zm3 3H8v6h2Zm3 3h-2v3h2Z"/></svg>'},wp={name:"sine_graph_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 12H2v-1.63a4.61 4.61 0 0 0 1.766-1.967c.636-1.06 1.082-1.705 1.902-1.705s1.266.644 1.902 1.705c.615 1.026 1.312 2.189 2.766 2.189 1.453 0 2.15-1.163 2.764-2.189a6.459 6.459 0 0 1 .9-1.267Zm0-6.054a4.613 4.613 0 0 0-1.764 1.967c-.635 1.061-1.08 1.705-1.9 1.705-.82 0-1.266-.644-1.902-1.705-.615-1.026-1.312-2.189-2.766-2.189S3.517 6.887 2.902 7.913A6.468 6.468 0 0 1 2 9.18V4h12Z"/></svg>'},xp={name:"skip_arrow_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.002 8.29 2 12.304v-8.01ZM14 2h-2v12h2Z"/></svg>'},kp={name:"spinner",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M3.967 7.143h-.762a4.885 4.885 0 0 1 3.938-3.94v.771a4.123 4.123 0 0 0-3.176 3.169ZM8 2v1.875A4.125 4.125 0 1 1 3.875 8H2a6 6 0 1 0 6-6Z"/></svg>'},Cp={name:"square_check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2Zm4.788 9.2L4 8.387 5.225 7.2l1.553 1.61 4.06-4.01L12 6.013Z"/></svg>'},Sp={name:"square_t_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2Zm9.033 4.199-.016-.076a2.34 2.34 0 0 0-.497-1.18 2.108 2.108 0 0 0-1.281-.26h-.56v5.941c0 .552.11.718.176.768a1.793 1.793 0 0 0 .88.196l.09.006V12H6.193v-.405l.09-.007c.59-.046.8-.144.87-.218.06-.06.158-.255.158-.884V4.683h-.565a2.19 2.19 0 0 0-1.274.262 2.015 2.015 0 0 0-.498 1.174l-.015.08H4.49L4.565 4h6.859l.07 2.199Z"/></svg>'},$p={name:"t_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5.684 13v-.729l.221-.018c.764-.058.947-.19.985-.229.026-.026.157-.202.157-.992V4.078H6.48a2.46 2.46 0 0 0-1.477.291 2.262 2.262 0 0 0-.563 1.36l-.038.196h-.797L3.704 3h8.6l.092 2.925h-.784l-.021-.095a2.817 2.817 0 0 0-.589-1.466c-.147-.131-.523-.286-1.48-.286H8.96V11.2c0 .679.138.819.165.84a2.092 2.092 0 0 0 1.01.213l.223.018V13Z"/></svg>'},Mp={name:"tablet_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.5 2h-9a.501.501 0 0 0-.5.5v11a.501.501 0 0 0 .5.5h9a.501.501 0 0 0 .5-.5v-11a.501.501 0 0 0-.5-.5ZM8 13.25a.75.75 0 1 1 .75-.75.752.752 0 0 1-.75.75ZM12 11H4V3h8Z"/></svg>'},_p={name:"tag_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16"><path class="cls-1" d="M8.044 3.588 5.23 3 3 5.229l.588 2.816L8.543 13 13 8.543ZM6.5 6.499a1.082 1.082 0 1 1-.013-1.516A1.072 1.072 0 0 1 6.499 6.5Z"/></svg>'},Ap={name:"tags_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16"><path class="cls-1" d="M8.044 2.338 5.23 1.75 3 3.979l.588 2.816 4.955 4.955L13 7.293ZM6.5 5.249a1.082 1.082 0 1 1-.013-1.516 1.072 1.072 0 0 1 .013 1.516Zm6.251 4.794L8.543 14.25 4.257 9.964l-.283-1.369 4.569 4.57L12.207 9.5Z"/></svg>'},Ep={name:"target_crosshairs_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 6.01a2 2 0 1 0 2 2 2 2 0 0 0-2-2Zm4.9.99A5.005 5.005 0 0 0 9 3.1V1H7v2.1A5.005 5.005 0 0 0 3.1 7H1v2h2.1A5.005 5.005 0 0 0 7 12.9V15h2v-2.1A5.005 5.005 0 0 0 12.9 9H15V7ZM8 12a4 4 0 1 1 4-4 4.005 4.005 0 0 1-4 4Z"/></svg>'},Ip={name:"target_crosshairs_progress_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M15 7v2h-2.1A5.005 5.005 0 0 1 9 12.9V15H7v-2.108a4.99 4.99 0 0 1-3.898-3.985l-1.52.583 2.003-4 1.998 4L4.11 8.9A3.999 3.999 0 1 0 7 4.13V1h2v2.1A5.005 5.005 0 0 1 12.9 7Zm-5 1.01a2 2 0 1 1-2-2 2 2 0 0 1 2 2Z"/></svg>'},Op={name:"three_dots_line_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 6.5A1.5 1.5 0 1 1 6.5 8 1.5 1.5 0 0 1 8 6.5ZM.5 8A1.5 1.5 0 1 0 2 6.5 1.5 1.5 0 0 0 .5 8Zm12 0A1.5 1.5 0 1 0 14 6.5 1.5 1.5 0 0 0 12.5 8Z"/></svg>'},Tp={name:"three_vertical_lines_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 3h2v10h-2zM7 3h2v10H7zM3 3h2v10H3z"/></svg>'},Rp={name:"thumbtack_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m10 7-.625-5H10V1H5v1h.625L5 7a2 2 0 0 0-2 2h4v4l.5 2 .5-2V9h4a2 2 0 0 0-2-2Z"/></svg>'},Dp={name:"tile_size_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 8h6v6H2Zm0-6v5h2V4h8v8H9v2h5V2Z"/></svg>'},Fp={name:"times_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 9.103 5.102 12 4 10.897 6.898 8 4 5.103 5.102 4 8 6.897 10.898 4 12 5.103 9.102 8 12 10.897 10.898 12 8 9.103z"/></svg>'},Lp={name:"trash_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10 4V2H6v2H3v2h1v8h8V6h1V4Zm-3 9H6V6h1Zm2-9H7V3h2Zm1 9H9V6h1Z"/></svg>'},Np={name:"triangle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2 2 14h12Zm0 4.875 2.438 4.875H5.585Z"/></svg>'},Pp={name:"triangle_filled_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2 2 14h12L8 2Z"/></svg>'},zp={name:"triangle_two_lines_horizontal",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M3.625 8 8 2l4.375 6h-8.75ZM14 12H2v2h12v-2Zm0-3H2v2h12V9Z"/></svg>'},Vp={name:"true_false_rectangle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.4 3.003H2.6a1.6 1.6 0 0 0-1.6 1.6v6.8a1.595 1.595 0 0 0 1.6 1.594h10.8a1.595 1.595 0 0 0 1.6-1.594v-6.8a1.6 1.6 0 0 0-1.6-1.6ZM7.587 6.58H6.141v3.736H4.946V6.58H3.5v-.896h4.087Zm4.913 0h-2.13v.862h1.974v.896H10.37v1.978H9.181V5.684H12.5Z"/></svg>'},Hp={name:"two_squares_in_brackets",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 4h5v5H4V4Zm6 3v3H7v2h5V7h-2ZM5 3V2H2v12h3v-1H3V3h2Zm8-1h-2v1h2v10h-2v1h3V2h-1Z"/></svg>'},Bp={name:"two_triangles_between_lines",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M1.11 2.11v12h2v-12h-2Zm12 0v12h2v-12h-2Zm-6 8.974-3-3 3-3v6Zm1.925-5.948 3 3-3 3v-6Z"/></svg>'},qp={name:"unlink_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.126 8.585c-.581.123-1.117.241-1.362.303a1.547 1.547 0 0 0-1.182 1.51l.01.155.021.193a1.69 1.69 0 0 0 .216.54l.02.038.105.134.127.144.054.047a1.509 1.509 0 0 0 .992.36h.049a1.306 1.306 0 0 0 .224-.034l.03.015.006-.001c.463-.088.925-.186 1.387-.287l.343 1.538c-.488.11-.976.221-1.467.314a3.112 3.112 0 0 1-.571.053 3.148 3.148 0 0 1-2.99-2.258l-.011-.045a3.04 3.04 0 0 1-.076-.35 3.127 3.127 0 0 1-.03-.206l-.004-.089a3.112 3.112 0 0 1-.016-.336A3.164 3.164 0 0 1 4.35 7.356c.272-.068.808-.203.802-.206l.623-.137Zm4.31-1.544-.353 1.575c.737.176 1.38.334 1.413.346a1.514 1.514 0 0 1 .789.768l.029.066.053.185.038.164.002.045a1.667 1.667 0 0 1-.035.58l-.064.185-.056.142a1.546 1.546 0 0 1-1.4.893 1.661 1.661 0 0 1-.313-.03 54.946 54.946 0 0 1-1.15-.24l-.347 1.55.406.097-.013-.017c.276.057.55.118.826.173a3.02 3.02 0 0 0 .578.056 3.188 3.188 0 0 0 2.811-1.74 3.018 3.018 0 0 0 .129-.311l.033-.083.061-.197a3.047 3.047 0 0 0 .082-.351l.008-.044a3.132 3.132 0 0 0-2.281-3.513c-.297-.077-.777-.19-1.245-.299M7.932 2.393 6.875 6.075h.75l.3 3.032 1.2-3.782h-.75Z"/></svg>'},Zp={name:"unlock_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.062 8V5.986a2.407 2.407 0 0 1 .566-1.516A1.834 1.834 0 0 1 8 4a1.883 1.883 0 0 1 2 2h2a3.888 3.888 0 0 0-4-4 3.822 3.822 0 0 0-2.81 1.078A4.349 4.349 0 0 0 4.062 6v2H3v6h10V8Z"/></svg>'},jp={name:"up_right_from_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 10.828V12H4V8h1.172l2-2H2v8h8V8.828l-2 2Z"/><path class="cls-1" d="m14.042 1.97-2.063 6.281-.49-2.344-4.117 4.122-1.414-1.414 4.102-4.102-2.324-.504 6.306-2.038z"/></svg>'},Up={name:"upload_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 9v5H2V9h1v4h10V9ZM7.982 2 5 7.9l2.004-1.312L7 11h2V6.613L11 7.9Z"/></svg>'},Wp={name:"user_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.004 2a2.18 2.18 0 0 1 2.184 2.182v1.09c.647 0 .378.932 0 1.455a4.275 4.275 0 0 1-.335.364 8.55 8.55 0 0 1-.31.742l.208 1.076h.437l2.75 1.527A2.148 2.148 0 0 1 14 12.291V14H2v-1.673a2.163 2.163 0 0 1 1.063-1.869l2.758-1.55h.437l.21-1.068a8.52 8.52 0 0 1-.312-.749 4.275 4.275 0 0 1-.335-.364c-.378-.523-.647-1.454 0-1.454v-1.09A2.18 2.18 0 0 1 8.004 2"/></svg>'},Gp={name:"watch_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m12.57 7.28-.06.013a4.556 4.556 0 0 0-1.38-2.609V3.44a.481.481 0 0 0-.48-.48h-.48V2H5.85v.96h-.48a.481.481 0 0 0-.48.48v1.24a4.545 4.545 0 0 0 0 6.64v1.24a.481.481 0 0 0 .48.48h.48V14h4.32v-.96h.48a.481.481 0 0 0 .48-.48v-1.24a4.547 4.547 0 0 0 1.379-2.612l.061.012a.481.481 0 0 0 .48-.48v-.48a.481.481 0 0 0-.48-.48Zm-2.3 2.662a1.59 1.59 0 0 0-.182-.26L8.747 8.338a.785.785 0 0 0 0-.666c.132-.133.894-.899.965-1a1.216 1.216 0 0 0 .14-.485 1.004 1.004 0 0 0-.515.157l-.955.957a.784.784 0 1 0 0 1.408c.163.167.956.974 1.236 1.254a1.477 1.477 0 0 0 .36.276 3.055 3.055 0 1 1 .291-.297Z"/></svg>'},Kp={name:"waveform_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M9.77 11.225c-1.582 0-2.076-1.262-2.512-2.376l-.17-.426a26.242 26.242 0 0 1-.218-.595c-.32-.9-.41-1.046-.652-1.046-.24 0-.308.065-.612.88-.088.237-.188.504-.317.801l-.098.238c-.486 1.178-1.037 2.513-2.747 2.513H2V9.221h.444c.318 0 .48-.316.9-1.292l.133-.307c.06-.148.121-.304.181-.457.435-1.116.927-2.382 2.56-2.382 1.59 0 2.063 1.274 2.48 2.398l.168.443c.082.205.155.396.221.572.345.905.427 1.03.684 1.03.259 0 .409-.317.742-1.157.08-.201.167-.42.266-.652l.097-.228c.477-1.127 1.016-2.405 2.668-2.412l.444-.002L14 6.782h-.447c-.367 0-.506.245-.994 1.387 0 0-.179.434-.238.584-.433 1.101-.973 2.472-2.55 2.472Z"/></svg>'},Jp={name:"webvi_custom_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6Zm4.089 2.526h-1.868a5.598 5.598 0 0 0-.854-1.712 5.363 5.363 0 0 1 2.722 1.712Zm-2.722 8.66a5.599 5.599 0 0 0 .854-1.712h1.868a5.363 5.363 0 0 1-2.722 1.712Zm3.181-2.344h-2.146a10.644 10.644 0 0 0 .208-1.187L9.923 10c-.05.294-.106.58-.176.843h-1.51l-1.263.632h2.583C9.145 12.647 8.554 13.368 8 13.368c-.517 0-1.065-.633-1.47-1.672l-.56.28a5.018 5.018 0 0 0 .663 1.21 5.363 5.363 0 0 1-2.722-1.712h.317a.955.955 0 0 1-.017-.17v-.462h-.76a5.33 5.33 0 0 1-.804-2.526h1.564v-.632H2.646a5.33 5.33 0 0 1 .805-2.526h.759V4.69a.95.95 0 0 1 .016-.164h-.316a5.363 5.363 0 0 1 2.722-1.712 5.017 5.017 0 0 0-.663 1.207l.56.28c.406-1.037.953-1.67 1.47-1.67.554 0 1.145.722 1.557 1.895H6.98l1.261.632h1.507c.07.263.126.548.176.842l.687.344a10.66 10.66 0 0 0-.208-1.186h2.146a5.33 5.33 0 0 1 .804 2.526h-.67a.92.92 0 0 1-.001.632h.671a5.33 5.33 0 0 1-.804 2.526ZM12.105 8a.326.326 0 0 1-.19.296l-6.598 3.3-.148.036a.327.327 0 0 1-.327-.328V4.69a.327.327 0 0 1 .492-.281l6.595 3.302a.326.326 0 0 1 .176.29Z"/></svg>'},Xp={name:"webvi_host_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6Zm4.09 2.526H10.22a5.6 5.6 0 0 0-.854-1.712 5.364 5.364 0 0 1 2.722 1.712Zm-2.723 8.66a5.6 5.6 0 0 0 .854-1.712h1.868a5.363 5.363 0 0 1-2.722 1.712Zm3.181-2.344h-2.146a10.657 10.657 0 0 0 .208-1.187L9.923 10a9.85 9.85 0 0 1-.176.843h-1.51l-1.263.632h2.583C9.145 12.647 8.554 13.368 8 13.368c-.517 0-1.064-.633-1.47-1.672l-.56.28a5.02 5.02 0 0 0 .663 1.21 5.363 5.363 0 0 1-2.722-1.712h.317a.96.96 0 0 1-.017-.17v-.462h-.76a5.33 5.33 0 0 1-.804-2.526H4.21v-.632H2.647a5.33 5.33 0 0 1 .805-2.526h.759V4.69a.95.95 0 0 1 .016-.164h-.316a5.364 5.364 0 0 1 2.722-1.712 5.02 5.02 0 0 0-.663 1.207l.56.28c.406-1.037.953-1.67 1.47-1.67.554 0 1.145.722 1.557 1.895H6.98l1.262.632h1.506c.07.263.126.548.176.842l.687.344a10.646 10.646 0 0 0-.208-1.186h2.146a5.33 5.33 0 0 1 .804 2.526h-.67a.92.92 0 0 1-.001.632h.671a5.33 5.33 0 0 1-.804 2.526Zm-.619-3.131L5.334 4.409a.327.327 0 0 0-.492.281v6.613a.327.327 0 0 0 .327.328l.148-.035 6.598-3.3a.326.326 0 0 0 .014-.585Zm-6.087 2.505V5.78L10.274 8Z"/></svg>'},Yp={name:"window_code_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2Zm11 11H3V5h10ZM4 9.135l2.698-1.118v.75l-1.588.65 1.588.646v.75l-2.694-1.12Zm4.42-1.49h.792l-1.565 3.71h-.783ZM12 9.135v.557l-2.694 1.12v-.75l.062-.024 1.526-.626-1.588-.648v-.747Z"/></svg>'},Qp={name:"window_text_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2Zm11 11H3V5h10ZM7 8H4V6h3Zm5 2H4V9h8Zm0 2H4v-1h8Z"/></svg>'},ef={name:"wrench_hammer_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m12.286 11.714-5.791-5.79a2.504 2.504 0 0 0 .17-.755 2.149 2.149 0 0 0-.095-.814 2.12 2.12 0 0 0-.55-.904 2.328 2.328 0 0 0-1.76-.685h-.045a2.104 2.104 0 0 0-.718.155l1.102 1.104.32.32.244.245a1.864 1.864 0 0 1-.22.854 1.043 1.043 0 0 1-.114.145 1.648 1.648 0 0 1-1.003.335L2.61 4.704l-.449-.449a2.074 2.074 0 0 0-.135.545l-.015.105a2.337 2.337 0 0 0 .384 1.518 2.51 2.51 0 0 0 .295.36 2.205 2.205 0 0 0 1.576.65 2.453 2.453 0 0 0 .898-.175l4.793 4.796 1.203 1.2h.668l.663-.665v-.67ZM5.75 8.908l1.367 1.367-2.988 2.987h-.923l-.45-.45v-.916ZM14 5.906l-1.81 1.809-1.298-1.216-1.38 1.38-1.367-1.365 1.374-1.382-1.622-1.62.683-.774 2.252.45Z"/></svg>'},tf={name:"xmark_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 4.667 9.667 7.999 13 11.333 11.333 13 8 9.667 4.667 13 3 11.333 6.333 8 3 4.667 4.667 3 8 6.333 11.333 3Z"/></svg>'},nf={name:"xmark_check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.033 14.026 4.9 10.866 6.277 9.53l1.744 1.81 4.562-4.507 1.307 1.363Zm1.155-10.68-1.321-1.32-2.312 2.311-2.311-2.311-1.321 1.32 2.311 2.312L1.923 7.97l1.32 1.32 2.312-2.31 2.312 2.31 1.32-1.32-2.31-2.312Z"/></svg>'},of=W`
2300
+ const nh=mi.tagFor(eh),ih={name:"add_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 7H9V3H7v4H3v2h4v4h2V9h4V7z"/></svg>'},oh={name:"arrow_down_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve"><path d="M9 2v6.207l2.5-1.188L8.021 14 4.5 7.019 7 8.207V2h2z"/></svg>'},rh={name:"arrow_down_right_and_arrow_up_left_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m13.171 13.933-2.276-2.247-.447 2.284-1.732-5.246 5.217 1.753-2.284.456 2.291 2.26ZM2 2.746l2.29 2.261-2.283.456 5.217 1.753L5.492 1.97l-.447 2.284-2.276-2.247Z"/></svg>'},sh={name:"arrow_expander_down_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m3.5 4.737 1.11-.732 3.357 5.472L11.397 4l1.103.743L7.955 12 3.5 4.737z"/></svg>'},ah={name:"arrow_expander_left_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m11.263 3.5.732 1.11-5.472 3.357L12 11.397l-.743 1.103L4 7.955 11.263 3.5z"/></svg>'},lh={name:"arrow_expander_right_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m4.737 12.5-.732-1.11 5.472-3.357L4 4.603 4.743 3.5 12 8.045 4.737 12.5z"/></svg>'},ch={name:"arrow_expander_up_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m12.5 11.263-1.11.732-3.357-5.472L4.603 12 3.5 11.257 8.045 4l4.455 7.263z"/></svg>'},dh={name:"arrow_left_from_line_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 14h2V2h-2ZM2 7.982 7.9 5 6.588 7.004 11 7v2H6.613L7.9 11Z"/></svg>'},hh={name:"arrow_partial_rotate_left_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 11.988a3.086 3.086 0 0 0 3.143-3.025 3.08 3.08 0 0 0-3.085-3.02v.088l.826 2.067-5.598-2.796L8.884 2.5l-.742 1.932a4.619 4.619 0 0 1 4.572 4.53A4.629 4.629 0 0 1 8 13.5Z"/></svg>'},uh={name:"arrow_right_to_line_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 14h2V2h-2Zm-6.9-3 1.287-2H2V7l4.412.004L5.1 5 11 7.982Z"/></svg>'},ph={name:"arrow_rotate_right_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.9 2.773v1.715a3.366 3.366 0 0 1 3.3 3.428 3.366 3.366 0 0 1-3.3 3.429 3.36 3.36 0 0 1-3.293-3.366h.095l2.255.901-3.05-6.107L1.85 8.88l2.108-.808A5.039 5.039 0 0 0 8.9 13.059a5.05 5.05 0 0 0 4.95-5.143A5.05 5.05 0 0 0 8.9 2.773Z"/></svg>'},fh={name:"arrow_u_rotate_left_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m8.857 9.453-2.571-1.68v.908a3 3 0 0 0 3 3 3 3 0 0 0 3-3V3.11H14v5.571a4.714 4.714 0 0 1-4.714 4.715A4.714 4.714 0 0 1 4.57 8.68v-.908L2 9.453l3.403-6.849Z"/></svg>'},gh={name:"arrow_up_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve"><path d="M7 14V7.793L4.5 8.981 7.979 2 11.5 8.981 9 7.793V14H7z"/></svg>'},mh={name:"arrow_up_left_and_arrow_down_right_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m4.195 4.977-.451 2.296L2 2l5.256 1.762-2.301.458 6.849 6.803.452-2.296L14 14l-5.256-1.762 2.301-.458-6.85-6.803z"/></svg>'},vh={name:"arrows_maximize_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.26 8.735 14 14l-5.25-1.763 2.295-.457-3.03-3.022L8 8.742l-.015.016.015.014-3.023 3.023 2.296.45L2 13.985l1.762-5.243.458 2.295 3.015-3.015.007-.007L7.258 8l-.016-.015L7.227 8l-3.03-3.03-.457 2.295L2 2l5.25 1.762-2.295.458 3.03 3.022.015.016.015-.016L8 7.227l3.023-3.022-2.296-.45L14 2.015l-1.762 5.243-.458-2.295L8.742 8l.016.015L8.773 8l3.03 3.03.457-2.295z"/></svg>'},bh={name:"arrows_repeat_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.75 11.75 10 14l-6-3 6-3-1.25 2.25ZM8 11h1a4 4 0 0 0 4-4M7.25 5.75 6 8l6-3-6-3 1.25 2.25ZM8 5H7a4 4 0 0 0-4 4"/></svg>'},yh={name:"bars_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 13v-2h12v2Zm0-4V7h12v2Zm0-4V3h12v2Z"/></svg>'},wh={name:"bell_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 14a2.05 2.05 0 0 1-2-2h4a2.05 2.05 0 0 1-2 2Zm-5.25-3s0-.746.5-.746h.065c.935 0 1.435-4.918 1.435-4.918 0-.504.25-.504.25-.504h.067c.075-.037.183-.143.183-.463v-.484c.105-.842.953-1.331 2.25-1.43v-.262c0-.081.09-.15.219-.193h.562c.129.043.219.112.219.193v.263c1.297.098 2.145.587 2.25 1.43v.483c0 .32.108.426.183.463H11s.25 0 .25.483v.02s.5 4.92 1.5 4.92c.5 0 .5.745.5.745Z"/></svg>'},xh={name:"bell_and_comment_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.836 4.75H9.57a.71.71 0 0 0-.71.71v2.032a.71.71 0 0 0 .71.711h.356L9.57 9.625l2.488-1.422h1.778a.71.71 0 0 0 .71-.71V5.46a.71.71 0 0 0-.71-.711ZM8.196 11H2.75s0-.746.5-.746h.065c.935 0 1.435-4.918 1.435-4.918 0-.504.25-.504.25-.504h.067c.075-.037.183-.143.183-.463v-.484c.105-.842.953-1.331 2.25-1.43v-.262c0-.081.09-.15.219-.193h.562c.129.043.219.112.219.193v.263c1.224.092 2.04.537 2.217 1.294H9.57a1.713 1.713 0 0 0-1.71 1.71v2.032a1.712 1.712 0 0 0 .844 1.475ZM6 12h4a2.05 2.05 0 0 1-2 2 2.05 2.05 0 0 1-2-2Zm7.25-1H9.18l2.868-1.64c.198.527.431.894.702.894.5 0 .5.746.5.746Z"/></svg>'},kh={name:"bell_circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.042 11h2a1 1 0 0 1-2 0Zm4.5-1h-7s0-.497.333-.497h.043c.624 0 .957-3.28.957-3.28 0-.335.167-.335.167-.335h.044c.05-.025.122-.095.122-.309v-.322c.07-.561.636-.888 1.5-.953v-.175c0-.054.06-.1.146-.129h.375c.086.029.146.075.146.129v.175c.865.065 1.43.392 1.5.953v.322c0 .214.072.284.122.309h.045s.166 0 .166.322v.014s.334 3.279 1 3.279c.334 0 .334.497.334.497Zm-3.5-7.5a5.5 5.5 0 1 1-5.5 5.5 5.506 5.506 0 0 1 5.5-5.5m0-1a6.5 6.5 0 1 0 6.5 6.5 6.5 6.5 0 0 0-6.5-6.5Z"/></svg>'},Ch={name:"bell_solid_circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M1.5 8A6.5 6.5 0 0 0 8 14.5 6.5 6.5 0 0 0 14.5 8 6.5 6.5 0 0 0 8 1.5 6.5 6.5 0 0 0 1.5 8ZM8 12a1.025 1.025 0 0 1-1-1h2a1.025 1.025 0 0 1-1 1Zm-3.5-2s0-.497.333-.497h.043c.624 0 .957-3.28.957-3.28 0-.335.167-.335.167-.335h.045c.05-.025.122-.095.122-.309v-.322c.07-.561.635-.888 1.5-.953v-.175c0-.054.06-.1.145-.129h.376c.085.029.145.075.145.129v.175c.865.065 1.43.392 1.5.953v.322c0 .214.073.284.122.309H10s.167 0 .167.322v.014s.333 3.279 1 3.279c.333 0 .333.497.333.497Z"/></svg>'},Sh={name:"block_with_ribbon_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v10h4.762A4.496 4.496 0 0 1 13 5.762V2Zm12 7.5a3.5 3.5 0 1 0-6 2.442V14l2.5-1.667L13 14v-2.058A3.485 3.485 0 0 0 14 9.5ZM10.5 8A1.5 1.5 0 1 1 9 9.5 1.5 1.5 0 0 1 10.5 8Z"/></svg>'},$h={name:"bold_b_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16" xml:space="preserve"><path d="M12.981 10.536c0 .562-.113 1.065-.34 1.508s-.538.81-.934 1.102a4.337 4.337 0 0 1-1.512.734c-.55.146-1.246.219-2.09.219H3.028V2.466h4.516c.938 0 1.624.031 2.059.094a4.2 4.2 0 0 1 1.293.414c.442.224.772.524.988.902.216.378.324.809.324 1.293 0 .562-.148 1.059-.445 1.488s-.716.765-1.258 1.004v.062c.76.151 1.363.464 1.809.938s.667 1.099.667 1.875zM9.137 5.755c0-.192-.048-.386-.145-.578-.097-.192-.267-.336-.512-.43a2.482 2.482 0 0 0-.815-.137 67.472 67.472 0 0 0-1.372-.011h-.281V7.06h.469c.474 0 .877-.008 1.211-.023.333-.016.596-.068.789-.157.271-.12.448-.274.531-.465.083-.19.125-.41.125-.66zm.727 4.734c0-.37-.071-.655-.214-.855s-.387-.351-.73-.449c-.233-.068-.556-.105-.966-.11s-.84-.008-1.287-.008h-.655v2.898h.218c.842 0 1.445-.003 1.809-.008a2.652 2.652 0 0 0 1.006-.203c.312-.13.526-.304.643-.52a1.53 1.53 0 0 0 .176-.745z"/></svg>'},Mh={name:"book_magnifying_glass_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6 10c0-.347.058-.678.142-1H5V8h1.556c.22-.378.498-.714.826-1H5V6h5c.732 0 1.41.212 2 .556V2H3v11h4.382A3.975 3.975 0 0 1 6 10ZM5 4h5v1H5V4Z"/><path class="cls-1" d="m9.99 7.01-.076.002a3 3 0 1 0 1.799 5.452l1.593 1.53.69-.725-1.58-1.516a2.973 2.973 0 0 0 .57-1.816A3 3 0 0 0 9.99 7.01ZM10 12c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"/></svg>'},_h={name:"calendar_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 4.023V2.977A.976.976 0 0 1 4.977 2h.046A.976.976 0 0 1 6 2.977v1.046A.977.977 0 0 1 5.023 5h-.046A.977.977 0 0 1 4 4.023ZM13 4v.023A1.98 1.98 0 0 1 11.023 6h-.046A1.98 1.98 0 0 1 9 4.023V4H7v.023A1.98 1.98 0 0 1 5.023 6h-.046A1.98 1.98 0 0 1 3 4.023V4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1Zm-7 8H4v-1h2Zm.001-1.999H4V9h2.001Zm0-2.001H4V7h2.001ZM9 12H7v-1h2Zm0-1.999H7V9h2ZM9 8H7V7h2Zm3 4h-2v-1h2Zm.001-1.999H10V9h2.001Zm0-2.001H10V7h2.001ZM10 4.023V2.977A.976.976 0 0 1 10.977 2h.046a.976.976 0 0 1 .977.977v1.046a.977.977 0 0 1-.977.977h-.046A.977.977 0 0 1 10 4.023Z"/></svg>'},Ah={name:"chart_diagram_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 10V7H8V5h1V2H6v3h1v2H4v3H3v3h3v-3H5V8h5v2H9v3h3v-3Z"/></svg>'},Ih={name:"chart_diagram_child_focus_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 10V7H8V5h1V2H6v3h1v2H3v3H2v3h3v-3H4V8h3v2H6v3h3v-3H8V8h3v2h-1v3h3v-3Zm-8 2H3v-1h1Zm4 0H7v-1h1Zm4 0h-1v-1h1Z"/></svg>'},Eh={name:"chart_diagram_parent_focus_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 10V7H8V5h1V2H6v3h1v2H3v3H2v3h3v-3H4V8h3v2H6v3h3v-3H8V8h3v2h-1v3h3v-3ZM7 4V3h1v1Z"/></svg>'},Oh={name:"chart_diagram_parent_focus_two_child_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 10V7H8V5h1V2H6v3h1v2H4v3H3v3h3v-3H5V8h5v2H9v3h3v-3Zm-6 2H4v-1h1Zm6 0h-1v-1h1Z"/></svg>'},Th={name:"check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 5.287 6.182 12 3 8.867l1.363-1.343L6.24 9.37 11.693 4Z"/></svg>'},Rh={name:"check_dot_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><circle class="cls-1" cx="12.5" cy="11.5" r="1.5"/><path class="cls-2" d="m14 4.693-8.182 8.182L2 9.057 3.636 7.42l2.25 2.25 6.546-6.545Z"/></svg>'},Dh={name:"check_large_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m14 4.693-8.182 8.182L2 9.057 3.636 7.42l2.25 2.25 6.546-6.545L14 4.693Z"/></svg>'},Fh={name:"circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6Zm0 9.429A3.429 3.429 0 1 1 11.429 8 3.429 3.429 0 0 1 8 11.429Z"/></svg>'},Lh={name:"circle_filled_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><circle class="cls-1" cx="8" cy="8" r="4"/></svg>'},Nh={name:"circle_broken_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7 14A6.1 6.1 0 0 1 7 2v2.686a3.475 3.475 0 0 0 0 6.628ZM9 2v2.686a3.475 3.475 0 0 1 0 6.628V14A6.1 6.1 0 0 0 9 2Z"/></svg>'},Ph={name:"circle_check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6Zm-1.212 9.2L4 8.388 5.225 7.2l1.553 1.61 4.06-4.01L12 6.013Z"/></svg>'},zh={name:"circle_partial_broken_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M9 2v2.686a3.475 3.475 0 0 1 0 6.628V14A6.1 6.1 0 0 0 9 2Z"/><path class="cls-2" d="M7 11.314a3.475 3.475 0 0 1 0-6.628V2a6.1 6.1 0 0 0 0 12Z"/></svg>'},Vh={name:"circle_slash_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6Zm.075 1.714a4.281 4.281 0 0 1 3.573 6.647L5.714 4.427a4.262 4.262 0 0 1 2.36-.713ZM3.789 8a4.261 4.261 0 0 1 .713-2.36l5.934 5.933A4.281 4.281 0 0 1 3.789 8Z"/></svg>'},Hh={name:"circle_x_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6Zm.075 1.714a4.263 4.263 0 0 1 2.409.743l-2.37 2.37-2.4-2.4a4.262 4.262 0 0 1 2.36-.713ZM4.502 5.64l2.4 2.4-2.37 2.37a4.273 4.273 0 0 1-.03-4.77Zm3.573 6.647a4.256 4.256 0 0 1-2.31-.685l2.349-2.35 2.322 2.322a4.261 4.261 0 0 1-2.361.713Zm3.573-1.925L9.326 8.039l2.35-2.349a4.251 4.251 0 0 1-.028 4.67Z"/></svg>'},Bh={name:"clipboard_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 5H5a2 2 0 0 1 2-2V2a1 1 0 0 1 2 0v1a2 2 0 0 1 2 2Zm1-2v9H4V3H3a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1Zm-2 4H5v1h5ZM8 9H5v1h3Z"/></svg>'},qh={name:"clock_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6m.576 4.87 1.555-1.557a1.635 1.635 0 0 1 .84-.256 1.979 1.979 0 0 1-.23.791c-.115.163-1.356 1.41-1.571 1.626a1.278 1.278 0 0 1 0 1.085l2.376 2.38a1.597 1.597 0 0 1 .458 1.072 1.621 1.621 0 0 1-1.222-.613c-.456-.456-1.94-1.963-2.207-2.235a1.275 1.275 0 1 1 0-2.293"/></svg>'},Zh={name:"clock_cog_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m8.108 7.392.955-.957a1.004 1.004 0 0 1 .516-.157 1.215 1.215 0 0 1-.14.486c-.072.1-.834.866-.966.999a.785.785 0 0 1 0 .666l1.341 1.344a.981.981 0 0 1 .281.658.996.996 0 0 1-.75-.376c-.28-.28-1.073-1.088-1.237-1.255a.783.783 0 1 1 0-1.408m5.69 2.292L14 7.324l-1.327-.113a4.76 4.76 0 0 0-.402-1.26l1.02-.86-1.527-1.811-1.019.86a4.726 4.726 0 0 0-.563-.344 4.61 4.61 0 0 0-.612-.265l.114-1.329L7.324 2l-.113 1.329a4.77 4.77 0 0 0-1.26.401l-.86-1.02L3.28 4.237l.858 1.02A4.771 4.771 0 0 0 3.53 6.43l-1.329-.114L2 8.676l1.329.114a4.69 4.69 0 0 0 .401 1.26l-1.02.86 1.526 1.811 1.02-.859a4.666 4.666 0 0 0 1.175.608l-.113 1.33 2.358.2.114-1.328a4.688 4.688 0 0 0 1.26-.4l.86 1.02 1.81-1.527-.858-1.02a4.687 4.687 0 0 0 .608-1.175ZM8 11.45A3.45 3.45 0 1 1 11.45 8 3.45 3.45 0 0 1 8 11.45Z"/></svg>'},jh={name:"clock_exclamation_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2.821 5.114h1.357V6H2.82v-.886ZM2.798 1l.155 3.56h1.094L4.202 1H2.798Zm7.481 2.575h.001l-.013-.007a4.92 4.92 0 0 0-.606-.262 5.015 5.015 0 0 0-.523-.163 4.948 4.948 0 0 0-.286-.055A4.654 4.654 0 0 0 8 3c-.016 0-.03.004-.045.005a4.706 4.706 0 0 0-.785.079c-.097.016-.194.03-.29.052a5.078 5.078 0 0 0-.575.179c-.48.174-.907.438-1.305.74V7H3.109l-.017.092a4.903 4.903 0 0 0-.088.87C3.004 7.974 3 7.986 3 8c0 .293.036.575.088.852.016.096.033.19.055.285.045.182.101.359.165.532.074.206.16.403.259.595l.007.016h.001c.83 1.608 2.49 2.72 4.426 2.72C10.762 13 13 10.762 13 8c0-1.935-1.112-3.594-2.72-4.425Zm-.275 7.041c-.38-.38-1.454-1.473-1.675-1.699a1.06 1.06 0 0 1-1.523-.953 1.06 1.06 0 0 1 1.523-.954l1.293-1.296c.117-.117.509-.213.7-.213 0 .128-.085.51-.191.658-.097.136-1.128 1.173-1.308 1.353a1.064 1.064 0 0 1 0 .903l1.816 1.82s.445.466.382.89c-.297 0-.594-.085-1.017-.509Z"/></svg>'},Uh={name:"clock_triangle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 3a4.951 4.951 0 0 0-2.152.505L7.096 6H3.422A4.997 4.997 0 1 0 8 3Zm2.003 7.616a453.75 453.75 0 0 1-1.675-1.7 1.061 1.061 0 1 1 0-1.907l1.294-1.297a1.36 1.36 0 0 1 .699-.212 1.646 1.646 0 0 1-.19.658c-.097.136-1.13 1.173-1.309 1.353a1.063 1.063 0 0 1 0 .903l1.817 1.82a1.33 1.33 0 0 1 .381.891 1.35 1.35 0 0 1-1.017-.51Z"/><path class="cls-2" d="M5.477 5H1.522L3.5 1.045 5.477 5z"/></svg>'},Wh={name:"clone_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5 5h5V2H2v8h3Zm1 1v8h8V6Z"/></svg>'},Gh={name:"cloud_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5.08 11.977a5.123 5.123 0 0 1-1.295-.2C2.754 11.46 1.883 10.2 1.883 9.022a2.963 2.963 0 0 1 2.63-2.937A4.203 4.203 0 0 1 8.432 3.48a4.254 4.254 0 0 1 4.249 4.17 2.251 2.251 0 0 1 1.437 2.09 2.24 2.24 0 0 1-2.238 2.237l-4.947.003c-1.01 0-1.79-.001-1.853-.003Zm-.228-4.573c-.899 0-1.63.725-1.63 1.618 0 .842.702 1.61 1.474 1.61l7.183.007a.9.9 0 0 0 0-1.799.883.883 0 0 0-.337.067l-.493.202.159-.508a2.914 2.914 0 0 0-2.777-3.783 2.897 2.897 0 0 0-2.868 2.436l-.044.268-.264-.067a1.641 1.641 0 0 0-.403-.051Z"/></svg>'},Kh={name:"cloud_upload_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m8.476 7.298-1.927 3.848 1.48-.568v3.407h.948v-3.407l1.42.568ZM15 9.005a2.374 2.374 0 0 1-2.371 2.371h-.998l-.5-1h1.498a1.371 1.371 0 1 0-.516-2.64A3.77 3.77 0 1 0 4.797 5.99 2.238 2.238 0 0 0 2 8.148a2.223 2.223 0 0 0 2.057 2.22l1.758.009-.448.894a10.567 10.567 0 0 1-2.31-.121 3.224 3.224 0 0 1 .993-6.225 4.77 4.77 0 0 1 9.236 1.68c0 .04 0 .081-.002.121A2.375 2.375 0 0 1 15 9.006Z"/></svg>'},Jh={name:"cloud_with_arrow_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m12.429 10.1.001-.101A3.998 3.998 0 0 0 4.69 8.59a2.715 2.715 0 0 0-2.557 2.7 2.782 2.782 0 0 0 1.725 2.516 4.854 4.854 0 0 0 1.225.19h.004c.19.006 6.792 0 6.792 0a1.987 1.987 0 0 0 .55-3.897Zm-.55 3.06-7.183-.008a1.867 1.867 0 0 1 .156-3.728 1.891 1.891 0 0 1 .464.06 3.16 3.16 0 1 1 6.13 1.462 1.149 1.149 0 1 1 .433 2.213ZM4.5 4.5a1 1 0 1 1 1-1 1 1 0 0 1-1 1Zm5.138.681.496-1.241H7v-.828h3.134l-.496-1.293L13 3.502Z"/></svg>'},Xh={name:"cog_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m6.823 2-2.217.914.516 1.25a4.743 4.743 0 0 0-.95.944L2.925 4.59l-.922 2.212 1.247.52a4.82 4.82 0 0 0-.002 1.34L2 9.176l.914 2.218 1.248-.515a4.824 4.824 0 0 0 .945.949l-.518 1.247 2.214.921.519-1.246a4.68 4.68 0 0 0 .674.048 4.74 4.74 0 0 0 .666-.047L9.176 14l2.218-.914-.515-1.248a4.828 4.828 0 0 0 .95-.945l1.245.518.922-2.214-1.247-.519a4.73 4.73 0 0 0 .002-1.34L14 6.824l-.914-2.218-1.25.515a4.739 4.739 0 0 0-.944-.949l.518-1.246-2.212-.922-.52 1.247a4.714 4.714 0 0 0-.676-.049 4.808 4.808 0 0 0-.663.047Zm1.175 9a2.999 2.999 0 1 1 2.77-1.847 2.984 2.984 0 0 1-2.77 1.846M8 6.801a1.2 1.2 0 1 0 .46.093A1.198 1.198 0 0 0 8 6.8"/></svg>'},Yh={name:"cog_database_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.147 11.648c-.01.006-.02.014-.032.02a4.1 4.1 0 0 1-.46.224l-.012.005c-.033.015-.068.028-.103.042-.051.019-.11.036-.162.055-.094.034-.186.068-.285.099-.034.01-.064.024-.1.033-.019.007-.042.012-.062.019q-.279.078-.58.144l-.133.03q-.324.068-.668.12l-.135.02c-.214.03-.431.057-.653.079l-.103.012a17.446 17.446 0 0 1-.903.06c-.254.01-.507.018-.759.018a18.75 18.75 0 0 1-1.66-.078l-.105-.012a15.901 15.901 0 0 1-.65-.08l-.134-.018c-.23-.036-.455-.076-.67-.122l-.132-.029a9.372 9.372 0 0 1-.582-.145l-.059-.017c-.036-.01-.067-.023-.1-.034a7.034 7.034 0 0 1-.285-.1c-.054-.018-.112-.035-.165-.055l-.101-.041-.01-.005a4.076 4.076 0 0 1-.462-.223l-.03-.02a2.343 2.343 0 0 1-.334-.24c-.014-.012-.033-.022-.045-.033v1.013c0 .364.524.749 1.427 1.051a8.098 8.098 0 0 0 .697.197 14.793 14.793 0 0 0 3.4.363 14.818 14.818 0 0 0 3.403-.362 8.38 8.38 0 0 0 .697-.197c.904-.303 1.43-.688 1.43-1.052v-1.013c-.015.012-.034.022-.047.034a2.478 2.478 0 0 1-.333.238m.38-1.883c0-.762-2.27-1.61-5.529-1.61-3.256 0-5.524.848-5.524 1.61 0 .365.525.75 1.427 1.052a9.254 9.254 0 0 0 .698.197 14.8 14.8 0 0 0 3.399.362 14.817 14.817 0 0 0 3.401-.362 8.375 8.375 0 0 0 .7-.197c.902-.302 1.428-.687 1.428-1.052M3.931 7.697 2.802 7.6l.171-1.979 1.129.095a3.984 3.984 0 0 1 .516-.985l-.729-.856 1.537-1.28.73.855a4.085 4.085 0 0 1 1.071-.336L7.323 2l2.004.17-.097 1.114a3.949 3.949 0 0 1 .52.223 4.027 4.027 0 0 1 .478.288l.866-.721 1.296 1.52-.866.72a3.961 3.961 0 0 1 .341 1.058l1.127.095-.133 1.539a10.211 10.211 0 0 0-2.482-.618c.007-.048.021-.094.026-.143a2.48 2.48 0 0 0-1.346-2.416 2.543 2.543 0 0 0-2.938.45 2.408 2.408 0 0 0-.698 2.14 11.88 11.88 0 0 0-1.482.311l-.008-.033Zm4.067-.468c-.331 0-.697.012-1.077.035a.972.972 0 0 1-.026-.314.99.99 0 0 1 .292-.618 1.011 1.011 0 0 1 1.174-.18.992.992 0 0 1 .539.967.923.923 0 0 1-.036.132 17.817 17.817 0 0 0-.866-.022Z"/></svg>'},Qh={name:"cog_database_inset_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.751 7.338 14 6.824l-.914-2.218-1.25.515a4.74 4.74 0 0 0-.944-.949l.518-1.246-2.212-.922-.52 1.247a4.715 4.715 0 0 0-.676-.049 4.803 4.803 0 0 0-.663.047L6.823 2l-2.217.914.516 1.25a4.741 4.741 0 0 0-.95.944L2.925 4.59l-.922 2.212 1.247.52a4.816 4.816 0 0 0-.002 1.34L2 9.176l.914 2.218 1.248-.515a4.823 4.823 0 0 0 .945.949l-.518 1.247 2.214.921.519-1.246a4.673 4.673 0 0 0 .674.048 4.737 4.737 0 0 0 .666-.047L9.176 14l2.218-.914-.515-1.248a4.826 4.826 0 0 0 .95-.945l1.245.518.922-2.214-1.247-.519a4.729 4.729 0 0 0 .002-1.34Zm-1.06 2.418c0 .244-.35.5-.954.703a5.157 5.157 0 0 1-.466.131 9.896 9.896 0 0 1-2.273.243 9.88 9.88 0 0 1-2.271-.243 5.454 5.454 0 0 1-.466-.131c-.603-.202-.953-.46-.953-.703V9.08c.008.008.02.015.03.023a1.567 1.567 0 0 0 .223.16l.02.013a2.725 2.725 0 0 0 .309.15l.006.002.068.028c.035.013.074.025.11.037.062.023.125.046.19.066.023.008.043.016.067.023l.04.011c.123.036.253.069.389.098l.087.02c.144.03.295.057.448.08l.09.012c.142.021.286.038.434.054l.07.008c.162.014.327.027.491.035l.112.005a11.63 11.63 0 0 0 1.013 0l.11-.005c.165-.008.33-.02.493-.035l.069-.008c.148-.015.293-.033.436-.054l.09-.012q.23-.035.447-.08l.088-.02c.135-.03.264-.062.388-.097l.042-.012.066-.023c.066-.02.128-.043.19-.066.036-.012.075-.024.109-.037l.069-.028.007-.003a2.744 2.744 0 0 0 .308-.149l.022-.014a1.651 1.651 0 0 0 .222-.159l.03-.023Zm0-1.76c0 .243-.35.5-.954.703a5.157 5.157 0 0 1-.466.13 9.897 9.897 0 0 1-2.273.243 9.88 9.88 0 0 1-2.271-.242 5.44 5.44 0 0 1-.466-.132c-.603-.202-.953-.459-.953-.703V7.32c.008.008.02.014.03.022a1.566 1.566 0 0 0 .223.16l.02.013a2.716 2.716 0 0 0 .309.15l.006.003c.022.01.046.018.068.027l.11.038c.062.022.125.045.19.066.023.007.043.016.067.023l.04.011c.123.035.253.067.389.097l.087.02c.144.03.295.057.448.08l.09.013c.142.02.286.038.434.053l.07.008a11.715 11.715 0 0 0 1.726.035c.165-.008.33-.02.493-.035l.069-.008c.148-.015.293-.033.436-.053l.09-.012q.23-.036.447-.081l.088-.02q.202-.044.388-.097c.014-.004.029-.007.042-.012.023-.006.043-.015.067-.022.065-.02.127-.044.19-.066l.108-.037.069-.028.008-.003a2.735 2.735 0 0 0 .307-.15l.022-.013a1.657 1.657 0 0 0 .222-.16c.009-.007.021-.014.03-.022Zm-.953-1.05a5.625 5.625 0 0 1-.467.132 9.896 9.896 0 0 1-2.272.24 9.885 9.885 0 0 1-2.271-.24 6.179 6.179 0 0 1-.466-.133c-.603-.201-.954-.459-.954-.702 0-.51 1.515-1.076 3.69-1.076 2.177 0 3.694.567 3.694 1.076 0 .243-.351.5-.954.702Z"/></svg>'},eu={name:"cog_small_cog_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.712 5.956a.76.76 0 0 1-.224.477.787.787 0 0 1-.909.139.762.762 0 0 1-.19-1.224.781.781 0 0 1 .907-.14.767.767 0 0 1 .416.748ZM14 11.61l-.441 1.088-.62-.246a2.276 2.276 0 0 1-.232.268 2.386 2.386 0 0 1-.23.2l.263.606-1.09.46-.263-.606a2.353 2.353 0 0 1-.662.008l-.248.612-1.1-.435.249-.612a2.273 2.273 0 0 1-.256-.215 2.358 2.358 0 0 1-.218-.243l-.614.26-.466-1.077.614-.259a2.287 2.287 0 0 1-.008-.654l-.62-.246.44-1.087.62.246a2.38 2.38 0 0 1 .234-.27 2.463 2.463 0 0 1 .229-.198l-.263-.606 1.09-.46.263.605a2.422 2.422 0 0 1 .662-.008l.248-.612 1.1.436-.248.612a2.351 2.351 0 0 1 .473.458l.614-.26.466 1.076-.613.26a2.339 2.339 0 0 1 .008.654Zm-1.934-1.591a1.495 1.495 0 0 0-2.085.011 1.454 1.454 0 0 0 .01 2.081 1.479 1.479 0 0 0 .486.313 1.495 1.495 0 0 0 1.6-.324 1.454 1.454 0 0 0-.01-2.081ZM9.036 8.33l-1.189.99-.564-.661a3.104 3.104 0 0 1-.827.26l-.075.86-1.547-.13.074-.862a3.075 3.075 0 0 1-.77-.394l-.671.557-1.001-1.174.67-.557a3.015 3.015 0 0 1-.264-.817L2 6.328 2.132 4.8l.872.074a3.08 3.08 0 0 1 .4-.762l-.564-.66 1.188-.99.565.66a3.159 3.159 0 0 1 .827-.26L5.494 2l1.548.131-.074.861a3.046 3.046 0 0 1 .402.172 3.111 3.111 0 0 1 .369.223l.669-.557L9.41 4.004l-.67.557a3.06 3.06 0 0 1 .264.818l.871.073-.132 1.53-.872-.074a3.026 3.026 0 0 1-.4.762ZM7.874 6.054a1.916 1.916 0 0 0-1.04-1.868 1.965 1.965 0 0 0-2.27.348 1.907 1.907 0 0 0 .478 3.06 1.965 1.965 0 0 0 2.27-.347 1.903 1.903 0 0 0 .562-1.193Zm3.376 4.467a.6.6 0 0 0-.64.13.591.591 0 0 0-.131.196.584.584 0 0 0 .33.761.597.597 0 0 0 .64-.13.59.59 0 0 0 .13-.195.583.583 0 0 0-.135-.637.596.596 0 0 0-.194-.125Z"/></svg>'},tu={name:"cog_zoomed_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m14 3.11-1.178-.632-1.875 2.133a5.424 5.424 0 0 0-.716-.094L8.766 2l-2.138.627.2 2.863a5.226 5.226 0 0 0-.527.47l-2.77-.738-1.056 1.95L4.656 9.04a5.188 5.188 0 0 0-.087.704L2 11.144l.659 2.1 2.914-.197a4.961 4.961 0 0 0 .453.525l-.13.427h7.232a.818.818 0 0 0 .87-.759L14 13.2Zm-1.335 7.876a2.877 2.877 0 0 1-3.741 1.477 2.768 2.768 0 0 1-1.51-3.66 2.876 2.876 0 0 1 3.729-1.482 2.76 2.76 0 0 1 1.535 3.637Z"/></svg>'},nu={name:"comment_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 3.5v6a1.5 1.5 0 0 1-1.5 1.5H8.75L3.5 14l.75-3H3.5A1.5 1.5 0 0 1 2 9.5v-6A1.5 1.5 0 0 1 3.5 2h9A1.5 1.5 0 0 1 14 3.5Z"/></svg>'},iu={name:"computer_and_monitor_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 12V6H5v6h4v1H7v1h5v-1h-2v-1Zm-8-1V7h7v4Zm1-6H4V4h3Zm1 0V3H3v7h1v3h2v1H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v2Z"/></svg>'},ou={name:"copy_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5 5h5V2H2v8h3Zm1 1v8h8V6Zm7 7H7V7h6Z"/></svg>'},ru={name:"copy_text_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5 5h5V2H2v8h3Zm1 1v8h8V6Zm7 7H7V7h6Zm-1-4H8V8h4Zm-1 2H8v-1h3Z"/></svg>'},su={name:"dashboard_builder_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4.646 6.646 7 4.293l2 2 1.646-1.646.707.707L9 7.707l-2-2-1.646 1.647ZM14 2v12H2V2ZM8 9H4v3h4Zm4 2H9v1h3Zm0-2H9v1h3Zm0-5H4v4h8V4Zm-5 6H5v1h2Z"/></svg>'},au={name:"dashboard_builder_legend_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2Zm10 10H4v-1.293l2.04-2.04 3.804 2.983L12 9.74Zm0-7h-2v1h2v2.405L9.805 10.35 5.96 7.333 4 9.293V6h2V5H4V4h8ZM9 6H7V5h2Z"/></svg>'},lu={name:"dashboard_builder_templates_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2Zm11 11H3V3h10Z"/><path class="cls-1" d="M9 9h3v1H9zM12 4H4v4h8Zm-1 3H5V5h6ZM8 9H4v3h4Zm-1 2H5v-1h2ZM9 11h3v1H9z"/></svg>'},cu={name:"dashboard_builder_tile_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4.646 10.646 7 8.293l2 2 1.646-1.646.707.707L9 11.707l-2-2-1.646 1.647ZM14 2v12H2V2ZM4 7h3V4H4Zm8 1H4v4h8V8Zm0-4H8v3h4Z"/></svg>'},du={name:"database_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.588 11.46a2.69 2.69 0 0 0 .36-.257c.015-.012.036-.023.051-.036v1.093c0 .395-.57.81-1.551 1.137a9.133 9.133 0 0 1-.757.212A16.17 16.17 0 0 1 7.997 14a16.144 16.144 0 0 1-3.69-.391 8.83 8.83 0 0 1-.757-.213C2.57 13.069 2 12.655 2 12.26v-1.093c.013.013.033.023.049.036a2.61 2.61 0 0 0 .362.26c.012.006.021.013.033.02a4.294 4.294 0 0 0 .502.241l.01.005.11.046c.058.02.121.039.18.06.1.036.202.073.308.106.037.012.07.026.11.037.018.006.042.011.063.017.2.06.412.11.633.159l.142.031c.234.049.478.092.727.13.048.008.098.014.146.02a17.346 17.346 0 0 0 .82.1 24.659 24.659 0 0 0 .98.065c.273.01.55.019.822.019.273 0 .548-.008.824-.02.06-.003.119-.006.179-.007.268-.014.536-.034.801-.057l.112-.014c.24-.023.476-.052.708-.086.048-.006.098-.012.147-.02.25-.038.491-.081.725-.13.05-.012.096-.021.144-.031.219-.049.429-.1.63-.157.022-.008.047-.013.069-.02.037-.01.07-.024.108-.036.107-.034.206-.07.309-.107.057-.02.12-.038.176-.06.037-.014.075-.028.111-.045l.013-.005a4.316 4.316 0 0 0 .5-.241.415.415 0 0 0 .035-.022m0-2.845-.035.022a4.46 4.46 0 0 1-.5.241l-.013.005c-.036.016-.074.03-.111.045l-.176.06c-.103.037-.202.073-.31.107-.037.012-.07.025-.107.036-.022.007-.047.012-.069.02a10.638 10.638 0 0 1-.774.187q-.35.075-.725.13c-.049.009-.099.014-.147.021-.232.034-.468.063-.708.086L9.8 9.59c-.265.024-.533.044-.801.057l-.18.008c-.275.012-.55.02-.823.02a19 19 0 0 1-.823-.02l-.18-.008a20.583 20.583 0 0 1-.8-.057l-.113-.013c-.241-.024-.475-.052-.706-.086-.048-.006-.098-.012-.146-.02a12.62 12.62 0 0 1-1.502-.32c-.021-.006-.045-.01-.063-.017-.04-.012-.073-.025-.11-.037a7.688 7.688 0 0 1-.309-.107c-.058-.02-.121-.039-.179-.06l-.11-.045-.01-.005a4.436 4.436 0 0 1-.502-.241c-.012-.007-.02-.014-.033-.02a2.544 2.544 0 0 1-.362-.26c-.016-.013-.036-.023-.049-.036v1.093c0 .394.57.81 1.55 1.136a8.83 8.83 0 0 0 .757.213 16.145 16.145 0 0 0 3.69.39 16.171 16.171 0 0 0 3.694-.39 9.133 9.133 0 0 0 .757-.213c.98-.327 1.551-.742 1.551-1.136V8.322c-.015.013-.036.024-.05.036a2.69 2.69 0 0 1-.361.258m0-2.845-.035.022a4.463 4.463 0 0 1-.5.241l-.013.005c-.036.016-.074.03-.111.045l-.176.06c-.103.037-.202.073-.31.107-.037.012-.07.026-.107.036-.022.007-.047.012-.069.02q-.302.084-.63.156l-.144.031q-.351.075-.725.132c-.049.006-.099.012-.147.02-.232.032-.468.061-.708.085l-.112.013a19.05 19.05 0 0 1-.98.066c-.276.01-.55.018-.824.018a20.457 20.457 0 0 1-1.802-.084l-.114-.013c-.241-.024-.475-.053-.706-.086l-.146-.02c-.249-.038-.493-.081-.727-.13-.05-.01-.094-.022-.142-.032-.22-.048-.432-.1-.633-.157l-.063-.018c-.04-.011-.073-.025-.11-.037a7.688 7.688 0 0 1-.309-.107l-.179-.06-.11-.045-.01-.005a4.438 4.438 0 0 1-.502-.241c-.012-.007-.02-.014-.033-.02a2.544 2.544 0 0 1-.362-.26C2.033 5.5 2.013 5.488 2 5.476V6.57c0 .394.57.81 1.55 1.136a8.83 8.83 0 0 0 .757.213 16.144 16.144 0 0 0 3.69.39 16.17 16.17 0 0 0 3.694-.39 9.133 9.133 0 0 0 .757-.213c.98-.327 1.551-.742 1.551-1.136V5.477c-.015.013-.036.024-.05.036a2.69 2.69 0 0 1-.361.258M14 3.738C14 2.915 11.535 2 7.998 2 4.463 2 2 2.915 2 3.738c0 .394.57.81 1.55 1.135.113.039.23.074.355.11q.192.053.402.103a16.152 16.152 0 0 0 3.69.39 16.17 16.17 0 0 0 3.692-.39 9.13 9.13 0 0 0 .759-.213C13.429 4.548 14 4.132 14 3.738"/></svg>'},hu={name:"database_check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5.919 12.103a11.87 11.87 0 0 1-1.594-.26 7.445 7.445 0 0 1-.644-.182c-.835-.28-1.32-.635-1.32-.973v-.936c.011.01.029.02.042.031a2.226 2.226 0 0 0 .308.222l.028.018a3.65 3.65 0 0 0 .428.206l.009.005.093.038c.049.019.103.034.153.051.086.032.173.063.262.092.032.01.06.022.094.032l.054.014c.17.05.35.095.538.136l.121.027c.2.042.408.078.62.111.041.007.083.012.124.018.197.028.396.052.6.073l.038.005-.613.613Zm-2.238-7.74a8.567 8.567 0 0 0 .645.182 13.68 13.68 0 0 0 3.143.334 13.697 13.697 0 0 0 3.144-.334 7.753 7.753 0 0 0 .646-.182c.835-.28 1.32-.635 1.32-.973 0-.704-2.098-1.488-5.11-1.488-3.01 0-5.107.784-5.107 1.488 0 .338.486.694 1.32.973Zm5.047 6.495.008.007.008-.008Zm-5.047-4.07a7.471 7.471 0 0 0 .644.182 13.675 13.675 0 0 0 3.143.335 13.697 13.697 0 0 0 3.146-.335 7.694 7.694 0 0 0 .644-.181c.835-.28 1.321-.636 1.321-.973v-.937c-.013.012-.03.02-.043.032a2.29 2.29 0 0 1-.307.22.353.353 0 0 1-.03.02 3.788 3.788 0 0 1-.426.206l-.01.004c-.031.014-.064.026-.096.039-.047.017-.101.033-.15.05-.087.032-.172.064-.263.092-.032.01-.06.023-.092.032l-.058.016q-.257.073-.537.134l-.122.027q-.3.063-.618.112l-.124.017c-.198.029-.399.053-.604.074l-.095.01a16.15 16.15 0 0 1-.835.057c-.235.01-.468.016-.701.016a17.43 17.43 0 0 1-1.535-.072l-.097-.011a14.698 14.698 0 0 1-.6-.074l-.125-.017c-.212-.033-.42-.07-.62-.112l-.12-.027a8.673 8.673 0 0 1-.54-.134c-.018-.006-.037-.01-.053-.016-.034-.01-.062-.022-.094-.032a6.551 6.551 0 0 1-.262-.091c-.05-.018-.104-.034-.153-.052l-.093-.038-.01-.004a3.768 3.768 0 0 1-.427-.207l-.028-.017a2.167 2.167 0 0 1-.308-.223c-.013-.011-.031-.02-.042-.03v.936c0 .337.485.692 1.32.972Zm0 2.436a7.471 7.471 0 0 0 .644.182 13.147 13.147 0 0 0 2.644.328l.318-.318.323.324a14.377 14.377 0 0 0 2.473-.222l1.753-1.753-.063.028-.01.004c-.031.014-.063.027-.096.04-.047.017-.101.033-.15.05-.087.032-.171.063-.263.091-.032.01-.06.022-.092.032-.018.006-.04.01-.058.017a9.015 9.015 0 0 1-.66.16q-.298.064-.617.112l-.124.017c-.198.029-.399.054-.604.074l-.095.011c-.225.02-.454.037-.682.049l-.153.007a16.115 16.115 0 0 1-1.402 0l-.154-.007a17.43 17.43 0 0 1-.68-.049l-.097-.011a14.689 14.689 0 0 1-.6-.074c-.042-.006-.084-.01-.125-.017a10.679 10.679 0 0 1-1.28-.274l-.053-.015c-.034-.01-.062-.021-.094-.032a6.551 6.551 0 0 1-.262-.09c-.05-.018-.104-.034-.153-.053-.03-.012-.063-.024-.093-.038l-.01-.004a3.77 3.77 0 0 1-.427-.207l-.028-.017a2.169 2.169 0 0 1-.308-.223c-.014-.01-.031-.02-.042-.03v.936c0 .337.485.693 1.32.972Zm9.269-1.6L8.736 11.84l-1.449-1.45-1.053 1.055 2.458 2.458 5.268-5.268Z"/></svg>'},uu={name:"desktop_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 3H2v8h5v1H5v1h6v-1H9v-1h5V3Zm0 7H3V4h10Z"/></svg>'},pu={name:"donut_chart_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.872 10.956a4.123 4.123 0 0 1-6.997-2.962v-.007H2v.007a5.995 5.995 0 0 0 10.301 4.182ZM8.372 2v1.884a4.13 4.13 0 0 1 2.992 6.501l1.429 1.224A6.008 6.008 0 0 0 8.37 2ZM2.048 7.236h1.897a4.117 4.117 0 0 1 3.675-3.352V2A6.012 6.012 0 0 0 2.05 7.236Z"/></svg>'},fu={name:"dot_solid_dot_stroke_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7 8a3 3 0 1 1-3-3 3 3 0 0 1 3 3Zm5-2a2 2 0 1 0 2 2 2.002 2.002 0 0 0-2-2m0-1a3 3 0 1 1-3 3 3 3 0 0 1 3-3Z"/></svg>'},gu={name:"dot_solid_dot_stroke_measurement_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5 3h1v3H5zM6 4h4v1H6zM10 3h1v3h-1zM7 10a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm5-2c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2m0-1a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z"/></svg>'},mu={name:"down_right_from_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m5.958 10.03 2.063-6.281.49 2.344 4.117-4.122 1.414 1.414L9.94 7.487l2.324.504-6.306 2.038Z"/><path class="cls-1" d="M8 10.42V12H4V8h1.572l.657-2H2v8h8V9.774l-2 .646z"/></svg>'},vu={name:"download_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 9v5H2V9h1v4h10V9Zm-5.982 2L11 5.1 8.996 6.412 9 2H7v4.387L5 5.1Z"/></svg>'},bu={name:"electronic_chip_zoomed_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 14H7.333V9.333a2 2 0 0 1 2-2H14V13a1 1 0 0 1-1 1ZM12 2a.667.667 0 0 0-.667.667v2h1.334v-2A.667.667 0 0 0 12 2ZM8.444 2a.667.667 0 0 0-.666.667v2H9.11v-2A.667.667 0 0 0 8.444 2ZM2 8.444a.667.667 0 0 0 .667.667h2V7.778h-2A.667.667 0 0 0 2 8.444ZM2 12a.667.667 0 0 0 .667.667h2v-1.334h-2A.667.667 0 0 0 2 12Zm11.556-8.222v.889a.444.444 0 0 1-.445.444H10.89a.444.444 0 0 1-.445-.444v-.89H10v.89a.444.444 0 0 1-.444.444H7.333a.444.444 0 0 1-.444-.444v-.89H4.667a.889.889 0 0 0-.89.89v2.222h.89a.444.444 0 0 1 .444.444v2.223a.444.444 0 0 1-.444.444h-.89v.444h.89a.444.444 0 0 1 .444.445v2.222a.444.444 0 0 1-.444.445h-.89V14H6.89V8.222A1.333 1.333 0 0 1 8.222 6.89H14V3.778Z"/></svg>'},yu={name:"exclamation_mark_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.371 11.873h3.256V14H6.37ZM6.316 2l.37 8.542h2.628L9.684 2Z"/></svg>'},wu={name:"eye_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.856 3.657A7.004 7.004 0 0 0 1 8.001a7.588 7.588 0 0 0 7.146 4.342A7.002 7.002 0 0 0 15 8a7.586 7.586 0 0 0-7.144-4.344m-1.199 7.289A5.108 5.108 0 0 1 2.443 8s.665-2.585 4.33-3.037a2.786 2.786 0 0 0-1.414 1.223l2.787 1.22H4.977a3.47 3.47 0 0 0-.053.576 3.348 3.348 0 0 0 1.734 2.962m2.85.02a3.4 3.4 0 0 0 .107-5.908 5.006 5.006 0 0 1 3.942 2.944s-.603 2.44-4.05 2.963"/></svg>'},xu={name:"fancy_a_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.597 9.844H7.865A7.465 7.465 0 0 1 6.19 11.96a3.323 3.323 0 0 1-2.042.667 2.835 2.835 0 0 1-1.964-.753L2 11.706l1.153-1.152.157.251a1.347 1.347 0 0 0 1.2.716 1.976 1.976 0 0 0 1.385-.625 11.546 11.546 0 0 0 1.722-2.403l2.252-3.88a7.585 7.585 0 0 0-.679-.037 2.365 2.365 0 0 0-1.66.54 1.967 1.967 0 0 0-.556 1.51V6.7l-.067.106-1.564.762.045-.423a3.845 3.845 0 0 1 .645-1.874 3.312 3.312 0 0 1 1.34-1.177 6.74 6.74 0 0 1 2.208-.443c.127 0 .277-.013.471-.029l.369-.03 1.387-.257.087 2.154.33 3.886a4.862 4.862 0 0 0 .29 1.701.498.498 0 0 0 .528.31c.057 0 .277 0 .641-.03L14 11.33l-.172.83-3.003.506Zm-.086-.896-.275-3.22-1.855 3.22Z"/></svg>'},ku={name:"file_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 3v10h8V7H8V3Zm5 0v3h3Z"/></svg>'},Cu={name:"file_arrow_curved_right_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m7 2 3 3H7V2ZM6 6V2H2v12h4.282l.03-.187A4.508 4.508 0 0 1 10 10.065V6H6Zm8 5.5L11 9v2c-1.817-.091-3.412 1.137-3.701 2.97.576-.672 2.077-2.065 3.701-1.82V14l3-2.5Z"/></svg>'},Su={name:"file_drawer_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 4v10h12V4Zm8 4H6V6h4Zm4-5H2V2h12Z"/></svg>'},$u={name:"file_search_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 6v6h-3.333a3.662 3.662 0 0 0 .249-1.302A3.701 3.701 0 0 0 7.22 7 3.654 3.654 0 0 0 6 7.223V2h4v4Zm-3-4v3h3Zm-1.126 8.698a2.697 2.697 0 0 1-4.73 1.772L2.521 14l-.48-.823 2.613-1.523a2.698 2.698 0 1 1 5.22-.956Zm-.952 0a1.745 1.745 0 1 0-1.745 1.745 1.747 1.747 0 0 0 1.745-1.745Z"/></svg>'},Mu={name:"filter_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 3.045v1.29h.787a2.069 2.069 0 1 0 2.907 2.903l1.32 2.173v4.522l1.973-1.846V9.411l3.878-5.076h1.134v-1.29Zm2.033 4.059a1.154 1.154 0 0 1 0-2.308c.023 0 .045.006.068.007l1.002 1.575a1.154 1.154 0 0 1-1.07.726Z"/></svg>'},_u={name:"floppy_disk_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.455 4H3.583A.585.585 0 0 0 3 4.598V11.5l1.5 1.497 7.858.003c.33 0 .6-.27.6-.6L13 4.545c0-.33-.215-.546-.545-.546ZM11 12H8v-2H6v2H5V9h6v3Zm1-4H4V5h8v3Z"/></svg>'},Au={name:"floppy_disk_checkmark_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.455 5h-1.041l-1.005 1H12v3H4V6h3.782L6.79 5H3.583A.585.585 0 0 0 3 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 0 0 .6-.6L13 5.545A.513.513 0 0 0 12.455 5ZM11 13H8v-2H6v2H5v-3h6Zm2-10.99L9.091 5.9 7 3.79l.919-.89 1.164 1.208L12.128 1.1l.872.91"/></svg>'},Iu={name:"floppy_disk_star_arrow_right_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5.5 2.5a1 1 0 1 0-1 1 1 1 0 0 0 1-1Zm7.5.002L9.638.819l.496 1.293H7v.828h3.134L9.638 4.18ZM12.455 5H3.583A.585.585 0 0 0 3 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 0 0 .6-.6L13 5.545A.513.513 0 0 0 12.455 5ZM11 13H8v-2H6v2H5v-3h6Zm1-4H4V6h8Z"/></svg>'},Eu={name:"floppy_disk_three_dots_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6 3a1 1 0 1 0-1 1 1 1 0 0 0 1-1Zm3 0a1 1 0 1 0-1 1 1 1 0 0 0 1-1Zm3 0a1 1 0 1 0-1 1 1 1 0 0 0 1-1Zm.455 2H3.583A.585.585 0 0 0 3 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 0 0 .6-.6L13 5.545A.513.513 0 0 0 12.455 5ZM11 13H8v-2H6v2H5v-3h6Zm1-4H4V6h8Z"/></svg>'},Ou={name:"folder_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7 4V3H2v10h12V4Zm6 2H3V5h10Z"/></svg>'},Tu={name:"folder_open_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7 3v1.002h6V6h-1V5H3v1H2V3ZM2 13h11l1-6H2Z"/></svg>'},Ru={name:"forward_slash_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m6.027 14 2.5-12h1.5l-2.5 12h-1.5z"/></svg>'},Du={name:"four_dots_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.5 11A1.5 1.5 0 1 1 5 9.5 1.5 1.5 0 0 1 6.5 11ZM5 3.5A1.5 1.5 0 1 0 6.5 5 1.5 1.5 0 0 0 5 3.5Zm7.5 7.5A1.5 1.5 0 1 1 11 9.5a1.5 1.5 0 0 1 1.5 1.5ZM11 3.5A1.5 1.5 0 1 0 12.5 5 1.5 1.5 0 0 0 11 3.5Z"/></svg>'},Fu={name:"function_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 12.643h-1.572l-.898-1.283-.923 1.283h-1.54l1.658-2.146-1.632-2.14h1.572l.883 1.258.888-1.258h1.545l-1.635 2.111ZM9.544 4.667H9.31a3.141 3.141 0 0 0-.394-.1 2.455 2.455 0 0 0-.483-.05 1.32 1.32 0 0 0-.832.241 1.334 1.334 0 0 0-.405.895l-.128.937h1.846v1.282H6.812l-.376 2.462a3.578 3.578 0 0 1-.462 1.357 2.583 2.583 0 0 1-.784.808 3.015 3.015 0 0 1-.938.387A4.823 4.823 0 0 1 3.184 13q-.275 0-.629-.03A3.529 3.529 0 0 1 2 12.892v-1.815h.12a.56.56 0 0 0 .424.244 2.538 2.538 0 0 0 .5.052 1.304 1.304 0 0 0 .898-.29 1.584 1.584 0 0 0 .424-.985l.33-2.226H3.256V6.59H5.05l.178-1.162a2.942 2.942 0 0 1 .444-1.244 2.516 2.516 0 0 1 .76-.734 2.643 2.643 0 0 1 .94-.356A5.61 5.61 0 0 1 8.357 3q.294 0 .588.025t.599.076Z"/></svg>'},Lu={name:"gauge_simple_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.969 5.196a1.763 1.763 0 0 1 1.142-.49 1.763 1.763 0 0 1-.49 1.142L9.205 8.263l.008.025.065.184.03.093a1.352 1.352 0 0 1 .032.295 1.385 1.385 0 0 1-2.769 0 1.343 1.343 0 0 1 .033-.294l.034-.11.055-.16.012-.033.014-.014a1.389 1.389 0 0 1 .625-.625l.015-.015.033-.011.16-.055.11-.035a1.32 1.32 0 0 1 .588 0l.11.035.16.055.033.011ZM14 8.86a5.979 5.979 0 0 1-1.799 4.28l-1.309-1.308a4.085 4.085 0 0 0 .83-4.78l.55-.55a2.576 2.576 0 0 0 .64-1.082A5.968 5.968 0 0 1 14 8.86Zm-6-6a5.998 5.998 0 0 0-4.201 10.28l1.308-1.308a4.14 4.14 0 0 1 4.645-6.725l.564-.564a2.57 2.57 0 0 1 1.07-.635A5.97 5.97 0 0 0 8 2.86Z"/></svg>'},Nu={name:"grid_three_by_three_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 3v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1Zm4 9H4v-2h2Zm.001-2.999H4V7h2.001Zm0-3.001H4V4h2.001ZM9 12H7v-2h2Zm0-2.999H7V7h2ZM9 6H7V4h2Zm3 6h-2v-2h2Zm.001-2.999H10V7h2.001Zm0-3.001H10V4h2.001Z"/></svg>'},Pu={name:"grid_two_by_two_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 9h3v3H4Zm5 0h3v3H9ZM4 4h3v3H4Zm5 0h3v3H9ZM2 14h12V2H2Z"/></svg>'},zu={name:"hammer_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M9 14H6V8h3ZM8.875 2H6.723A1.991 1.991 0 0 1 5 3a2.486 2.486 0 0 1-2-1H2v4h1a1.797 1.797 0 0 1 1.5-1C5.551 5 5.997 6.99 6 7h3c.333-1.539 1-2.436 1.741-2.436C12.222 4.564 14 6.615 14 6.615S13 2 8.875 2Z"/></svg>'},Vu={name:"hashtag_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m7.76 14 .752-2.914H6.045L5.299 14H3.532l.746-2.914H2v-1.72h2.712l.701-2.807H2.947v-1.72h2.91L6.567 2h1.766l-.71 2.838h2.46L10.8 2h1.768l-.717 2.838H14v1.72h-2.599l-.706 2.807h2.374v1.72h-2.807L9.501 14ZM6.447 9.392h2.506l.72-2.85H7.167Z"/></svg>'},Hu={name:"home_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.988 2 2.5 9H4v5h3v-3h2v3h3V9h1.5L7.988 2z"/></svg>'},Bu={name:"hourglass_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.774 13.4h-.047v-.49h-.404a2.491 2.491 0 0 0 .355-1.258c0-1.826-2.083-2.886-2.083-3.652s2.083-1.826 2.083-3.652a2.491 2.491 0 0 0-.355-1.257h.404V2.6h.047a.556.556 0 0 0 .499-.6H4.727a.556.556 0 0 0 .499.6h.047v.49h.404a2.491 2.491 0 0 0-.355 1.258c0 1.826 2.083 2.87 2.083 3.652s-2.083 1.826-2.083 3.652a2.491 2.491 0 0 0 .355 1.257h-.404v.491h-.047a.556.556 0 0 0-.499.6h6.546a.556.556 0 0 0-.499-.6ZM8 12.957c-1.565 0-1.975-.585-1.975-1.305a7.183 7.183 0 0 1 1.723-.656c.268 0 .289-3.513 0-3.779l-.988-1h2.454l-.962 1c-.268.286-.275 3.779 0 3.779a7.651 7.651 0 0 1 1.738.656c0 .72-.409 1.305-1.99 1.305Z"/></svg>'},qu={name:"indeterminant_checkbox_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 3a1.001 1.001 0 0 1 1 1v8a1.001 1.001 0 0 1-1 1H4a1.001 1.001 0 0 1-1-1V4a1.001 1.001 0 0 1 1-1h8m0-1H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2ZM4 4v8h8V4Zm6 6H6V6h4Z"/></svg>'},Zu={name:"info_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.415 7.75v3.69H6.376v1.576h4.24V11.44H9.6V6.175H6.376V7.75Zm.276-2.698a1.19 1.19 0 0 0 2.035-.838 1.164 1.164 0 0 0-.346-.846 1.193 1.193 0 0 0-1.693 0 1.158 1.158 0 0 0-.35.846 1.144 1.144 0 0 0 .354.838Z"/></svg>'},ju={name:"info_circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6Zm-.697 2.28a.951.951 0 0 1 1.35 0 .928.928 0 0 1 .276.675.952.952 0 0 1-1.905 0 .924.924 0 0 1 .279-.674ZM9.7 12H6.3v-1.264h.833V7.777H6.3V6.513h2.584v4.223H9.7Z"/></svg>'},Uu={name:"italic_i_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16" xml:space="preserve"><path d="M8.99 13.802H4.38l.258-1.133h1.523l2.17-9.367H6.808l.258-1.133h4.61l-.258 1.133H9.895l-2.17 9.367h1.523l-.258 1.133z"/></svg>'},Wu={name:"key_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m12.045 7.348-.652-.652 1.444-.14Zm-3.818.698-4.912 4.912-.395-.396 4.12-4.12Zm4.734-2.918-1.697.136-.395-.395L11 3.176l.72-.067 1.304 1.304Zm-3.524-.386-.651-.653.791-.791Zm-1.955-.653v2.607l-5.074 5.075L2 12.946l.791.791 1.432.129.326-.326v-.652l.652-.652h.652l.326-.325v-.652h.651l.978-.978.014-.652.312-.326h.652l.652-.651h2.607l1.676-1.676L14 4.089l-1.955-1.955-2.887.28Z"/></svg>'},Gu={name:"laptop_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 11V3H3v8H2v2h12v-2Zm-2 1H5v-1h6Zm1-1.996H4V4h8Z"/></svg>'},Ku={name:"layer_group_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m3.555 9.546.89-.445 5.333 2.667 1.778-.89.889.449v1.33L9.778 13.99l-6.223-3.11Zm0-6.222L6.222 1.99l6.223 3.112v1.333L9.778 7.768l-6.223-3.11Zm0 3.11.89-.444 5.333 2.667 1.778-.89.889.448v1.33L9.778 10.88 3.555 7.768Z"/></svg>'},Ju={name:"lightning_bolt_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4.732 7.953 6.909 2h3.636L8.364 7.013h2.909L4.727 14l2.21-6.049Z"/></svg>'},Xu={name:"link_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.465 5.592A2.908 2.908 0 0 1 9.963 7.02l-1.06 1.065c-.053-.103-.095-.192-.144-.276a1.48 1.48 0 0 0-1.277-.769 1.43 1.43 0 0 0-.977.394c-.75.694-1.469 1.421-2.165 2.168a1.431 1.431 0 0 0 .054 2.038 1.507 1.507 0 0 0 1.039.432 1.28 1.28 0 0 0 .953-.417c.103-.11.435-.44.81-.805a3.458 3.458 0 0 0 1.908.188c-1.006 1.035-2.179 2.187-2.996 2.38a2.982 2.982 0 0 1-.693.082 2.91 2.91 0 0 1-2.182-4.842A46.793 46.793 0 0 1 5.53 6.356a2.826 2.826 0 0 1 1.935-.764M10.583 2.5a3.001 3.001 0 0 0-.69.081 10.376 10.376 0 0 0-2.996 2.377 3.474 3.474 0 0 1 .568-.054 3.58 3.58 0 0 1 1.31.249c.38-.332.701-.646.875-.834a1.221 1.221 0 0 1 .913-.395 1.513 1.513 0 0 1 1.074.469 1.433 1.433 0 0 1 .022 2.005c-.7.743-1.42 1.47-2.165 2.167a1.419 1.419 0 0 1-.975.395 1.483 1.483 0 0 1-1.28-.768c-.048-.085-.089-.175-.151-.298L6.043 8.987a2.882 2.882 0 0 0 2.493 1.42 2.808 2.808 0 0 0 1.93-.76 54.2 54.2 0 0 0 2.266-2.266A2.911 2.911 0 0 0 10.583 2.5"/></svg>'},Yu={name:"link_cancel_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M9.202 9.45a2.638 2.638 0 0 1 .687 2.519l-1.364.002c.032-.1.062-.183.085-.269a1.343 1.343 0 0 0-.326-1.312 1.297 1.297 0 0 0-.88-.374 37.657 37.657 0 0 0-2.779.002 1.298 1.298 0 0 0-1.273 1.341 1.367 1.367 0 0 0 .39.944 1.162 1.162 0 0 0 .878.344c.137-.005.562-.002 1.036.004a3.137 3.137 0 0 0 1.104 1.344 8.133 8.133 0 0 1-3.45-.395 2.705 2.705 0 0 1-.496-.392A2.64 2.64 0 0 1 4.52 8.702a42.45 42.45 0 0 1 2.951-.003 2.564 2.564 0 0 1 1.731.751m3.984.017a2.723 2.723 0 0 0-.495-.39 9.414 9.414 0 0 0-3.447-.398 3.151 3.151 0 0 1 .4.33 3.247 3.247 0 0 1 .68 1c.457.031.864.035 1.096.027a1.108 1.108 0 0 1 .839.331 1.373 1.373 0 0 1 .389.99 1.3 1.3 0 0 1-1.272 1.3c-.926.028-1.854.033-2.78.002a1.287 1.287 0 0 1-.878-.372 1.345 1.345 0 0 1-.328-1.313c.023-.086.054-.17.093-.289l-1.371.031a2.614 2.614 0 0 0 .688 2.51 2.547 2.547 0 0 0 1.726.751c.968.033 1.94.025 2.908 0a2.641 2.641 0 0 0 1.752-4.51m-2.701-3.208L8.71 4.485l1.775-1.775-.71-.71L8 3.775 6.225 2l-.71.71L7.29 4.485 5.515 6.259l.71.71L8 5.195l1.775 1.774Z"/></svg>'},Qu={name:"list_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 13H2v-2h2Zm10-2H6v2h8ZM4 7H2v2h2Zm10 0H6v2h8ZM4 3H2v2h2Zm10 0H6v2h8Z"/></svg>'},ep={name:"list_tree_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10 5v2h4v2h-4v2h4v2H8V5H5V3h9v2ZM2 5h2V3H2Zm5 6H5v2h2Zm0-4H5v2h2Z"/></svg>'},tp={name:"list_tree_database_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.953 11.81c.013-.011.032-.02.046-.031v.917c0 .33-.523.678-1.42.953a8.234 8.234 0 0 1-.694.178 16.116 16.116 0 0 1-3.382.328 16.089 16.089 0 0 1-3.38-.328 8.77 8.77 0 0 1-.693-.179c-.898-.274-1.42-.622-1.42-.952v-.917c.012.01.031.02.045.03a2.34 2.34 0 0 0 .332.218l.03.017a4.235 4.235 0 0 0 .46.202l.01.005.1.037c.053.018.11.034.164.05.093.031.186.062.283.09.033.01.064.022.1.031l.058.015c.184.048.378.092.58.132.043.009.084.018.13.026.214.042.438.078.666.11l.134.017c.21.028.425.051.646.072l.104.01c.242.021.487.037.731.049l.166.007c.251.01.504.016.754.016s.501-.007.754-.016l.164-.007c.246-.012.491-.028.734-.048l.102-.011c.22-.02.436-.044.649-.072.044-.006.09-.01.134-.017q.343-.048.664-.11c.046-.008.088-.017.132-.026q.3-.06.577-.13c.02-.007.043-.012.063-.017.034-.009.064-.021.099-.031.098-.028.189-.059.283-.09.052-.017.11-.032.16-.05.035-.012.07-.024.103-.037l.012-.005a4.252 4.252 0 0 0 .457-.202c.013-.006.022-.013.032-.018a2.468 2.468 0 0 0 .33-.216Zm-5.45-2.946c-3.237 0-5.492.767-5.492 1.457 0 .33.523.679 1.42.952a9.998 9.998 0 0 0 .694.179 16.101 16.101 0 0 0 3.378.327 16.12 16.12 0 0 0 3.382-.327 8.892 8.892 0 0 0 .694-.18C13.477 11 14 10.652 14 10.322c0-.69-2.257-1.457-5.497-1.457ZM14 6V5H5V3h2V2H2v1h2v5.581a9.632 9.632 0 0 1 1-.255V6h3v2h6V7H9V6Z"/></svg>'},np={name:"lock_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 8V7a3.888 3.888 0 0 0-4-4 3.822 3.822 0 0 0-2.81 1.078A4.349 4.349 0 0 0 4.062 7v1H3v6h10V8ZM6.062 6.986a2.407 2.407 0 0 1 .566-1.516A1.834 1.834 0 0 1 8 5a1.883 1.883 0 0 1 2 2v1H6.062Z"/></svg>'},ip={name:"magnifying_glass_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m13.073 12.29-2.926-2.926a3.971 3.971 0 1 0-.783.783l2.927 2.926ZM7.01 9.84a2.83 2.83 0 1 1 2.83-2.83 2.833 2.833 0 0 1-2.83 2.83Z"/></svg>'},op={name:"markdown_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14.25 3H1.75a.74.74 0 0 0-.75.73v8.54a.74.74 0 0 0 .75.73h12.5a.74.74 0 0 0 .75-.73V3.73a.74.74 0 0 0-.75-.73Zm-6.285 7.059h-.991V7.773L5.982 9.35l-.99-1.577v2.286H4V5.934h.91L5.982 7.51l1.073-1.576h.91Zm2.459.007L8.848 7.945h1.1V5.934h.99v2.01H12Z"/></svg>'},rp={name:"minus_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 7h8v2H4z"/></svg>'},sp={name:"minus_wide_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M3 7h10v2H3z"/></svg>'},ap={name:"mobile_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.462 2.077H4.538A.54.54 0 0 0 4 2.615v10.77a.54.54 0 0 0 .538.538h5.924a.54.54 0 0 0 .538-.538V2.615a.54.54 0 0 0-.538-.538ZM10 12H5V3h5Z"/></svg>'},lp={name:"notebook_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 2h1v3h-1Zm0 8h1V6h-1Zm0 4h1v-3h-1ZM4 7h6V6H4Zm0-2h6V4H4ZM2 2h10v12H2Z"/></svg>'},cp={name:"number_list_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16" xml:space="preserve"><path d="M14 11H6v2h8v-2zm0-4H6v2h8V7zm0-4H6v2h8V3zM1.999 4.644h.73V2.302h-.585v-.271c.295-.05.505-.13.681-.235h.32v2.848h.656v.346H1.999v-.346zM1.804 9.509c.951-.932 1.501-1.521 1.501-2.037 0-.365-.2-.621-.605-.621-.265 0-.496.17-.676.381l-.235-.226c.265-.3.551-.495.961-.495.591 0 .961.375.961.936 0 .621-.561 1.196-1.336 1.987.174-.016.37-.026.535-.026h.956v.355H1.804v-.254zM1.733 13.884l.21-.271c.19.201.44.376.816.376.385 0 .661-.226.661-.581 0-.38-.26-.635-1.021-.635v-.315c.676 0 .906-.261.906-.596 0-.306-.21-.501-.55-.501-.266 0-.491.136-.681.32l-.221-.26c.246-.23.541-.4.916-.4.556 0 .956.295.956.811 0 .386-.23.631-.576.761v.021c.385.09.691.37.691.811 0 .565-.471.91-1.056.91a1.363 1.363 0 0 1-1.051-.451z"/></svg>'},dp={name:"paste_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M9 5V3H3v6h2v1H2V2h8v3ZM6 6v8h8V6Z"/></svg>'},hp={name:"pencil_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11.413 2.674c.326-.288 1.04-.013 1.807.857.768.869.952 1.61.626 1.898l-1.378 1.218-2.433-2.757Zm-7.381 9.493 2.97-1.396-1.477.254.064-1.459-.48.25.156-1.013-1.754 2.774Zm3.319-1.002L2 13.435 4.917 8.41l3.15-2.78L10.5 8.383Zm4.293-3.866L9.21 4.544c-.177-.202.222-.543.394-.349l2.434 2.756c.175.2-.224.54-.394.348m-.783.7L8.428 5.244c-.178-.201.22-.542.393-.347l2.433 2.755c.176.199-.223.54-.393.347"/></svg>'},up={name:"pot_with_lid_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 4V2H5v2H2v1h12V4ZM6 4V3h4v1Zm-4 9h1v1h10v-1h1V6H2Z"/></svg>'},pp={name:"question_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11.303 5.594a3.294 3.294 0 0 1-.195 1.176 2.63 2.63 0 0 1-.549.885 3.96 3.96 0 0 1-.852.672 7.46 7.46 0 0 1-1.121.54v1.501H6.27V8.15q.467-.125.845-.256a3.199 3.199 0 0 0 .793-.429 2.098 2.098 0 0 0 .608-.612 1.45 1.45 0 0 0 .22-.791 1.042 1.042 0 0 0-.423-.939 2.163 2.163 0 0 0-1.195-.28 3.338 3.338 0 0 0-1.068.204 4.853 4.853 0 0 0-1.09.526h-.263V3.566a8.148 8.148 0 0 1 1.296-.372A8.205 8.205 0 0 1 7.77 3a4.196 4.196 0 0 1 2.579.718 2.241 2.241 0 0 1 .954 1.876ZM8.77 13H6.112v-1.737H8.77Z"/></svg>'},fp={name:"running_arrow_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m14 7.985-8.002 4.013L8 8 5.998 3.987ZM3.995 2.997 2 2l3 6-3 6 2.002-1.005L6.5 8Z"/></svg>'},gp={name:"server_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 3H3v3h10ZM9 5H4V4h5ZM3 7v3h10V7Zm6 2H4V8h5Zm3 4H3v-2h10v1a1 1 0 0 1-1 1Z"/></svg>'},mp={name:"share_nodes_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12 10c-.601 0-1.134.27-1.5.69L5.954 8.419a2 2 0 0 0 0-.836l4.544-2.273c.367.42.9.691 1.501.691a2 2 0 1 0-1.955-1.582L5.501 6.691C5.134 6.27 4.6 6 4 6a2 2 0 1 0 0 4c.601 0 1.134-.27 1.5-.69l4.545 2.272A2 2 0 1 0 12 10Z"/></svg>'},vp={name:"shield_check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v5.11C2 10.39 8 14 8 14s6-3.281 6-6.89V2Zm4.788 8.2L4 7.388 5.225 6.2l1.553 1.61 4.06-4.01L12 5.013Z"/></svg>'},bp={name:"shield_xmark_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v5.11C2 10.39 8 14 8 14s6-3.281 6-6.89V2Zm9.5 7.346L10.346 10.5 8 8.154 5.654 10.5 4.5 9.346 6.846 7 4.5 4.654 5.654 3.5 8 5.846 10.346 3.5 11.5 4.654 9.154 7Z"/></svg>'},yp={name:"signal_bars_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 14H2V2h2Zm3-9H5v9h2Zm3 3H8v6h2Zm3 3h-2v3h2Z"/></svg>'},wp={name:"sine_graph_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 12H2v-1.63a4.61 4.61 0 0 0 1.766-1.967c.636-1.06 1.082-1.705 1.902-1.705s1.266.644 1.902 1.705c.615 1.026 1.312 2.189 2.766 2.189 1.453 0 2.15-1.163 2.764-2.189a6.459 6.459 0 0 1 .9-1.267Zm0-6.054a4.613 4.613 0 0 0-1.764 1.967c-.635 1.061-1.08 1.705-1.9 1.705-.82 0-1.266-.644-1.902-1.705-.615-1.026-1.312-2.189-2.766-2.189S3.517 6.887 2.902 7.913A6.468 6.468 0 0 1 2 9.18V4h12Z"/></svg>'},xp={name:"skip_arrow_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.002 8.29 2 12.304v-8.01ZM14 2h-2v12h2Z"/></svg>'},kp={name:"spinner",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M3.967 7.143h-.762a4.885 4.885 0 0 1 3.938-3.94v.771a4.123 4.123 0 0 0-3.176 3.169ZM8 2v1.875A4.125 4.125 0 1 1 3.875 8H2a6 6 0 1 0 6-6Z"/></svg>'},Cp={name:"square_check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2Zm4.788 9.2L4 8.387 5.225 7.2l1.553 1.61 4.06-4.01L12 6.013Z"/></svg>'},Sp={name:"square_t_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2Zm9.033 4.199-.016-.076a2.34 2.34 0 0 0-.497-1.18 2.108 2.108 0 0 0-1.281-.26h-.56v5.941c0 .552.11.718.176.768a1.793 1.793 0 0 0 .88.196l.09.006V12H6.193v-.405l.09-.007c.59-.046.8-.144.87-.218.06-.06.158-.255.158-.884V4.683h-.565a2.19 2.19 0 0 0-1.274.262 2.015 2.015 0 0 0-.498 1.174l-.015.08H4.49L4.565 4h6.859l.07 2.199Z"/></svg>'},$p={name:"t_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5.684 13v-.729l.221-.018c.764-.058.947-.19.985-.229.026-.026.157-.202.157-.992V4.078H6.48a2.46 2.46 0 0 0-1.477.291 2.262 2.262 0 0 0-.563 1.36l-.038.196h-.797L3.704 3h8.6l.092 2.925h-.784l-.021-.095a2.817 2.817 0 0 0-.589-1.466c-.147-.131-.523-.286-1.48-.286H8.96V11.2c0 .679.138.819.165.84a2.092 2.092 0 0 0 1.01.213l.223.018V13Z"/></svg>'},Mp={name:"tablet_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.5 2h-9a.501.501 0 0 0-.5.5v11a.501.501 0 0 0 .5.5h9a.501.501 0 0 0 .5-.5v-11a.501.501 0 0 0-.5-.5ZM8 13.25a.75.75 0 1 1 .75-.75.752.752 0 0 1-.75.75ZM12 11H4V3h8Z"/></svg>'},_p={name:"tag_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16"><path class="cls-1" d="M8.044 3.588 5.23 3 3 5.229l.588 2.816L8.543 13 13 8.543ZM6.5 6.499a1.082 1.082 0 1 1-.013-1.516A1.072 1.072 0 0 1 6.499 6.5Z"/></svg>'},Ap={name:"tags_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16"><path class="cls-1" d="M8.044 2.338 5.23 1.75 3 3.979l.588 2.816 4.955 4.955L13 7.293ZM6.5 5.249a1.082 1.082 0 1 1-.013-1.516 1.072 1.072 0 0 1 .013 1.516Zm6.251 4.794L8.543 14.25 4.257 9.964l-.283-1.369 4.569 4.57L12.207 9.5Z"/></svg>'},Ip={name:"target_crosshairs_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 6.01a2 2 0 1 0 2 2 2 2 0 0 0-2-2Zm4.9.99A5.005 5.005 0 0 0 9 3.1V1H7v2.1A5.005 5.005 0 0 0 3.1 7H1v2h2.1A5.005 5.005 0 0 0 7 12.9V15h2v-2.1A5.005 5.005 0 0 0 12.9 9H15V7ZM8 12a4 4 0 1 1 4-4 4.005 4.005 0 0 1-4 4Z"/></svg>'},Ep={name:"target_crosshairs_progress_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M15 7v2h-2.1A5.005 5.005 0 0 1 9 12.9V15H7v-2.108a4.99 4.99 0 0 1-3.898-3.985l-1.52.583 2.003-4 1.998 4L4.11 8.9A3.999 3.999 0 1 0 7 4.13V1h2v2.1A5.005 5.005 0 0 1 12.9 7Zm-5 1.01a2 2 0 1 1-2-2 2 2 0 0 1 2 2Z"/></svg>'},Op={name:"three_dots_line_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 6.5A1.5 1.5 0 1 1 6.5 8 1.5 1.5 0 0 1 8 6.5ZM.5 8A1.5 1.5 0 1 0 2 6.5 1.5 1.5 0 0 0 .5 8Zm12 0A1.5 1.5 0 1 0 14 6.5 1.5 1.5 0 0 0 12.5 8Z"/></svg>'},Tp={name:"three_vertical_lines_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 3h2v10h-2zM7 3h2v10H7zM3 3h2v10H3z"/></svg>'},Rp={name:"thumbtack_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m10 7-.625-5H10V1H5v1h.625L5 7a2 2 0 0 0-2 2h4v4l.5 2 .5-2V9h4a2 2 0 0 0-2-2Z"/></svg>'},Dp={name:"tile_size_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 8h6v6H2Zm0-6v5h2V4h8v8H9v2h5V2Z"/></svg>'},Fp={name:"times_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 9.103 5.102 12 4 10.897 6.898 8 4 5.103 5.102 4 8 6.897 10.898 4 12 5.103 9.102 8 12 10.897 10.898 12 8 9.103z"/></svg>'},Lp={name:"trash_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10 4V2H6v2H3v2h1v8h8V6h1V4Zm-3 9H6V6h1Zm2-9H7V3h2Zm1 9H9V6h1Z"/></svg>'},Np={name:"triangle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2 2 14h12Zm0 4.875 2.438 4.875H5.585Z"/></svg>'},Pp={name:"triangle_filled_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2 2 14h12L8 2Z"/></svg>'},zp={name:"triangle_two_lines_horizontal",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M3.625 8 8 2l4.375 6h-8.75ZM14 12H2v2h12v-2Zm0-3H2v2h12V9Z"/></svg>'},Vp={name:"true_false_rectangle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.4 3.003H2.6a1.6 1.6 0 0 0-1.6 1.6v6.8a1.595 1.595 0 0 0 1.6 1.594h10.8a1.595 1.595 0 0 0 1.6-1.594v-6.8a1.6 1.6 0 0 0-1.6-1.6ZM7.587 6.58H6.141v3.736H4.946V6.58H3.5v-.896h4.087Zm4.913 0h-2.13v.862h1.974v.896H10.37v1.978H9.181V5.684H12.5Z"/></svg>'},Hp={name:"two_squares_in_brackets",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 4h5v5H4V4Zm6 3v3H7v2h5V7h-2ZM5 3V2H2v12h3v-1H3V3h2Zm8-1h-2v1h2v10h-2v1h3V2h-1Z"/></svg>'},Bp={name:"two_triangles_between_lines",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M1.11 2.11v12h2v-12h-2Zm12 0v12h2v-12h-2Zm-6 8.974-3-3 3-3v6Zm1.925-5.948 3 3-3 3v-6Z"/></svg>'},qp={name:"unlink_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.126 8.585c-.581.123-1.117.241-1.362.303a1.547 1.547 0 0 0-1.182 1.51l.01.155.021.193a1.69 1.69 0 0 0 .216.54l.02.038.105.134.127.144.054.047a1.509 1.509 0 0 0 .992.36h.049a1.306 1.306 0 0 0 .224-.034l.03.015.006-.001c.463-.088.925-.186 1.387-.287l.343 1.538c-.488.11-.976.221-1.467.314a3.112 3.112 0 0 1-.571.053 3.148 3.148 0 0 1-2.99-2.258l-.011-.045a3.04 3.04 0 0 1-.076-.35 3.127 3.127 0 0 1-.03-.206l-.004-.089a3.112 3.112 0 0 1-.016-.336A3.164 3.164 0 0 1 4.35 7.356c.272-.068.808-.203.802-.206l.623-.137Zm4.31-1.544-.353 1.575c.737.176 1.38.334 1.413.346a1.514 1.514 0 0 1 .789.768l.029.066.053.185.038.164.002.045a1.667 1.667 0 0 1-.035.58l-.064.185-.056.142a1.546 1.546 0 0 1-1.4.893 1.661 1.661 0 0 1-.313-.03 54.946 54.946 0 0 1-1.15-.24l-.347 1.55.406.097-.013-.017c.276.057.55.118.826.173a3.02 3.02 0 0 0 .578.056 3.188 3.188 0 0 0 2.811-1.74 3.018 3.018 0 0 0 .129-.311l.033-.083.061-.197a3.047 3.047 0 0 0 .082-.351l.008-.044a3.132 3.132 0 0 0-2.281-3.513c-.297-.077-.777-.19-1.245-.299M7.932 2.393 6.875 6.075h.75l.3 3.032 1.2-3.782h-.75Z"/></svg>'},Zp={name:"unlock_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.062 8V5.986a2.407 2.407 0 0 1 .566-1.516A1.834 1.834 0 0 1 8 4a1.883 1.883 0 0 1 2 2h2a3.888 3.888 0 0 0-4-4 3.822 3.822 0 0 0-2.81 1.078A4.349 4.349 0 0 0 4.062 6v2H3v6h10V8Z"/></svg>'},jp={name:"up_right_from_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 10.828V12H4V8h1.172l2-2H2v8h8V8.828l-2 2Z"/><path class="cls-1" d="m14.042 1.97-2.063 6.281-.49-2.344-4.117 4.122-1.414-1.414 4.102-4.102-2.324-.504 6.306-2.038z"/></svg>'},Up={name:"upload_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 9v5H2V9h1v4h10V9ZM7.982 2 5 7.9l2.004-1.312L7 11h2V6.613L11 7.9Z"/></svg>'},Wp={name:"user_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.004 2a2.18 2.18 0 0 1 2.184 2.182v1.09c.647 0 .378.932 0 1.455a4.275 4.275 0 0 1-.335.364 8.55 8.55 0 0 1-.31.742l.208 1.076h.437l2.75 1.527A2.148 2.148 0 0 1 14 12.291V14H2v-1.673a2.163 2.163 0 0 1 1.063-1.869l2.758-1.55h.437l.21-1.068a8.52 8.52 0 0 1-.312-.749 4.275 4.275 0 0 1-.335-.364c-.378-.523-.647-1.454 0-1.454v-1.09A2.18 2.18 0 0 1 8.004 2"/></svg>'},Gp={name:"watch_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m12.57 7.28-.06.013a4.556 4.556 0 0 0-1.38-2.609V3.44a.481.481 0 0 0-.48-.48h-.48V2H5.85v.96h-.48a.481.481 0 0 0-.48.48v1.24a4.545 4.545 0 0 0 0 6.64v1.24a.481.481 0 0 0 .48.48h.48V14h4.32v-.96h.48a.481.481 0 0 0 .48-.48v-1.24a4.547 4.547 0 0 0 1.379-2.612l.061.012a.481.481 0 0 0 .48-.48v-.48a.481.481 0 0 0-.48-.48Zm-2.3 2.662a1.59 1.59 0 0 0-.182-.26L8.747 8.338a.785.785 0 0 0 0-.666c.132-.133.894-.899.965-1a1.216 1.216 0 0 0 .14-.485 1.004 1.004 0 0 0-.515.157l-.955.957a.784.784 0 1 0 0 1.408c.163.167.956.974 1.236 1.254a1.477 1.477 0 0 0 .36.276 3.055 3.055 0 1 1 .291-.297Z"/></svg>'},Kp={name:"waveform_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M9.77 11.225c-1.582 0-2.076-1.262-2.512-2.376l-.17-.426a26.242 26.242 0 0 1-.218-.595c-.32-.9-.41-1.046-.652-1.046-.24 0-.308.065-.612.88-.088.237-.188.504-.317.801l-.098.238c-.486 1.178-1.037 2.513-2.747 2.513H2V9.221h.444c.318 0 .48-.316.9-1.292l.133-.307c.06-.148.121-.304.181-.457.435-1.116.927-2.382 2.56-2.382 1.59 0 2.063 1.274 2.48 2.398l.168.443c.082.205.155.396.221.572.345.905.427 1.03.684 1.03.259 0 .409-.317.742-1.157.08-.201.167-.42.266-.652l.097-.228c.477-1.127 1.016-2.405 2.668-2.412l.444-.002L14 6.782h-.447c-.367 0-.506.245-.994 1.387 0 0-.179.434-.238.584-.433 1.101-.973 2.472-2.55 2.472Z"/></svg>'},Jp={name:"webvi_custom_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6Zm4.089 2.526h-1.868a5.598 5.598 0 0 0-.854-1.712 5.363 5.363 0 0 1 2.722 1.712Zm-2.722 8.66a5.599 5.599 0 0 0 .854-1.712h1.868a5.363 5.363 0 0 1-2.722 1.712Zm3.181-2.344h-2.146a10.644 10.644 0 0 0 .208-1.187L9.923 10c-.05.294-.106.58-.176.843h-1.51l-1.263.632h2.583C9.145 12.647 8.554 13.368 8 13.368c-.517 0-1.065-.633-1.47-1.672l-.56.28a5.018 5.018 0 0 0 .663 1.21 5.363 5.363 0 0 1-2.722-1.712h.317a.955.955 0 0 1-.017-.17v-.462h-.76a5.33 5.33 0 0 1-.804-2.526h1.564v-.632H2.646a5.33 5.33 0 0 1 .805-2.526h.759V4.69a.95.95 0 0 1 .016-.164h-.316a5.363 5.363 0 0 1 2.722-1.712 5.017 5.017 0 0 0-.663 1.207l.56.28c.406-1.037.953-1.67 1.47-1.67.554 0 1.145.722 1.557 1.895H6.98l1.261.632h1.507c.07.263.126.548.176.842l.687.344a10.66 10.66 0 0 0-.208-1.186h2.146a5.33 5.33 0 0 1 .804 2.526h-.67a.92.92 0 0 1-.001.632h.671a5.33 5.33 0 0 1-.804 2.526ZM12.105 8a.326.326 0 0 1-.19.296l-6.598 3.3-.148.036a.327.327 0 0 1-.327-.328V4.69a.327.327 0 0 1 .492-.281l6.595 3.302a.326.326 0 0 1 .176.29Z"/></svg>'},Xp={name:"webvi_host_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6Zm4.09 2.526H10.22a5.6 5.6 0 0 0-.854-1.712 5.364 5.364 0 0 1 2.722 1.712Zm-2.723 8.66a5.6 5.6 0 0 0 .854-1.712h1.868a5.363 5.363 0 0 1-2.722 1.712Zm3.181-2.344h-2.146a10.657 10.657 0 0 0 .208-1.187L9.923 10a9.85 9.85 0 0 1-.176.843h-1.51l-1.263.632h2.583C9.145 12.647 8.554 13.368 8 13.368c-.517 0-1.064-.633-1.47-1.672l-.56.28a5.02 5.02 0 0 0 .663 1.21 5.363 5.363 0 0 1-2.722-1.712h.317a.96.96 0 0 1-.017-.17v-.462h-.76a5.33 5.33 0 0 1-.804-2.526H4.21v-.632H2.647a5.33 5.33 0 0 1 .805-2.526h.759V4.69a.95.95 0 0 1 .016-.164h-.316a5.364 5.364 0 0 1 2.722-1.712 5.02 5.02 0 0 0-.663 1.207l.56.28c.406-1.037.953-1.67 1.47-1.67.554 0 1.145.722 1.557 1.895H6.98l1.262.632h1.506c.07.263.126.548.176.842l.687.344a10.646 10.646 0 0 0-.208-1.186h2.146a5.33 5.33 0 0 1 .804 2.526h-.67a.92.92 0 0 1-.001.632h.671a5.33 5.33 0 0 1-.804 2.526Zm-.619-3.131L5.334 4.409a.327.327 0 0 0-.492.281v6.613a.327.327 0 0 0 .327.328l.148-.035 6.598-3.3a.326.326 0 0 0 .014-.585Zm-6.087 2.505V5.78L10.274 8Z"/></svg>'},Yp={name:"window_code_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2Zm11 11H3V5h10ZM4 9.135l2.698-1.118v.75l-1.588.65 1.588.646v.75l-2.694-1.12Zm4.42-1.49h.792l-1.565 3.71h-.783ZM12 9.135v.557l-2.694 1.12v-.75l.062-.024 1.526-.626-1.588-.648v-.747Z"/></svg>'},Qp={name:"window_text_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2Zm11 11H3V5h10ZM7 8H4V6h3Zm5 2H4V9h8Zm0 2H4v-1h8Z"/></svg>'},ef={name:"wrench_hammer_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m12.286 11.714-5.791-5.79a2.504 2.504 0 0 0 .17-.755 2.149 2.149 0 0 0-.095-.814 2.12 2.12 0 0 0-.55-.904 2.328 2.328 0 0 0-1.76-.685h-.045a2.104 2.104 0 0 0-.718.155l1.102 1.104.32.32.244.245a1.864 1.864 0 0 1-.22.854 1.043 1.043 0 0 1-.114.145 1.648 1.648 0 0 1-1.003.335L2.61 4.704l-.449-.449a2.074 2.074 0 0 0-.135.545l-.015.105a2.337 2.337 0 0 0 .384 1.518 2.51 2.51 0 0 0 .295.36 2.205 2.205 0 0 0 1.576.65 2.453 2.453 0 0 0 .898-.175l4.793 4.796 1.203 1.2h.668l.663-.665v-.67ZM5.75 8.908l1.367 1.367-2.988 2.987h-.923l-.45-.45v-.916ZM14 5.906l-1.81 1.809-1.298-1.216-1.38 1.38-1.367-1.365 1.374-1.382-1.622-1.62.683-.774 2.252.45Z"/></svg>'},tf={name:"xmark_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 4.667 9.667 7.999 13 11.333 11.333 13 8 9.667 4.667 13 3 11.333 6.333 8 3 4.667 4.667 3 8 6.333 11.333 3Z"/></svg>'},nf={name:"xmark_check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.033 14.026 4.9 10.866 6.277 9.53l1.744 1.81 4.562-4.507 1.307 1.363Zm1.155-10.68-1.321-1.32-2.312 2.311-2.311-2.311-1.321 1.32 2.311 2.312L1.923 7.97l1.32 1.32 2.312-2.31 2.312 2.31 1.32-1.32-2.31-2.312Z"/></svg>'},of=W`
2301
2301
  <template>
2302
2302
  <div class="icon" :innerHTML=${e=>e.icon.data}></div>
2303
2303
  </template
2304
2304
  `,rf=ye`
2305
- ${Eo("inline-flex")}
2305
+ ${Io("inline-flex")}
2306
2306
 
2307
2307
  :host {
2308
2308
  align-items: center;
@@ -2406,7 +2406,7 @@ this.$emit("toggle",e)}dismissBanner(){this.open=!1}}e([se({mode:"boolean"})],Sf
2406
2406
  const $f=Sf.compose({baseName:"banner",template:Cf,styles:Yd})
2407
2407
  mi.getOrCreate().withPrefix("nimble").register($f()),mi.tagFor(Sf)
2408
2408
  const Mf=ye`
2409
- ${Eo("inline-block")}
2409
+ ${Io("inline-block")}
2410
2410
 
2411
2411
  :host {
2412
2412
  box-sizing: border-box;
@@ -2444,8 +2444,8 @@ const Af=_f.compose({baseName:"breadcrumb",baseClass:vn,template:(e,t)=>W`
2444
2444
  </template>
2445
2445
  `,styles:Mf})
2446
2446
  mi.getOrCreate().withPrefix("nimble").register(Af()),mi.tagFor(_f)
2447
- const Ef=ye`
2448
- ${Eo("inline-flex")}
2447
+ const If=ye`
2448
+ ${Io("inline-flex")}
2449
2449
 
2450
2450
  :host {
2451
2451
  height: ${La};
@@ -2506,7 +2506,7 @@ const Ef=ye`
2506
2506
  fill: ${Bl};
2507
2507
  }
2508
2508
  `
2509
- class If extends mn{}const Of=If.compose({baseName:"breadcrumb-item",baseClass:mn,template:(e,t)=>W`
2509
+ class Ef extends mn{}const Of=Ef.compose({baseName:"breadcrumb-item",baseClass:mn,template:(e,t)=>W`
2510
2510
  <div role="listitem" class="listitem" part="listitem">
2511
2511
  ${Pe((e=>e.href&&e.href.length>0),W`
2512
2512
  ${((e,t)=>W`
@@ -2562,10 +2562,10 @@ class If extends mn{}const Of=If.compose({baseName:"breadcrumb-item",baseClass:m
2562
2562
  </span>
2563
2563
  `)}
2564
2564
  </div>
2565
- `,styles:Ef,separator:Ru.data})
2566
- mi.getOrCreate().withPrefix("nimble").register(Of()),mi.tagFor(If)
2565
+ `,styles:If,separator:Ru.data})
2566
+ mi.getOrCreate().withPrefix("nimble").register(Of()),mi.tagFor(Ef)
2567
2567
  const Tf=ye`
2568
- ${Eo("inline-flex")}
2568
+ ${Io("inline-flex")}
2569
2569
 
2570
2570
  :host {
2571
2571
  background-color: transparent;
@@ -2697,7 +2697,7 @@ class Rf extends _n{constructor(){super(...arguments),this.selected=!1}}e([se({m
2697
2697
  const Df=Rf.compose({baseName:"card-button",template:bn,styles:Tf,shadowOptions:{delegatesFocus:!0}})
2698
2698
  mi.getOrCreate().withPrefix("nimble").register(Df()),mi.tagFor(Rf)
2699
2699
  const Ff=ye`
2700
- ${Eo("inline-flex")}
2700
+ ${Io("inline-flex")}
2701
2701
 
2702
2702
  :host {
2703
2703
  font: ${ic};
@@ -2959,7 +2959,7 @@ const Bf=mi.tagFor(Vf),qf=W`
2959
2959
  `
2960
2960
  class Zf extends sf{constructor(){super(sh)}}af("icon-arrow-expander-down",Zf)
2961
2961
  const jf=mi.tagFor(Zf),Uf="above",Wf="underline",Gf="outline",Kf="block",Jf=ye`
2962
- ${Eo("inline-flex")}
2962
+ ${Io("inline-flex")}
2963
2963
 
2964
2964
  :host {
2965
2965
  box-sizing: border-box;
@@ -3407,7 +3407,7 @@ const eg=Qf.compose({baseName:"combobox",baseClass:jn,template:(e,t)=>W`
3407
3407
  `})
3408
3408
  mi.getOrCreate().withPrefix("nimble").register(eg()),mi.tagFor(Qf)
3409
3409
  const tg=Symbol("user dismissed"),ng=ye`
3410
- ${Eo("grid")}
3410
+ ${Io("grid")}
3411
3411
 
3412
3412
  dialog {
3413
3413
  flex-direction: column;
@@ -3536,7 +3536,7 @@ this.dialogElement.close(),this.resolveShow(e),this.resolveShow=void 0}slottedFo
3536
3536
  const rg=og.compose({baseName:"dialog",template:ig,styles:ng,baseClass:og})
3537
3537
  mi.getOrCreate().withPrefix("nimble").register(rg()),mi.tagFor(og)
3538
3538
  const sg=ye`
3539
- ${Eo("block")}
3539
+ ${Io("block")}
3540
3540
 
3541
3541
  :host {
3542
3542
  position: absolute;
@@ -3711,8 +3711,8 @@ class $g extends sf{constructor(){super(gh)}}af("icon-arrow-up",$g)
3711
3711
  const Mg=mi.tagFor($g)
3712
3712
  class _g extends sf{constructor(){super(mh)}}af("icon-arrow-up-left-and-arrow-down-right",_g),mi.tagFor(_g)
3713
3713
  class Ag extends sf{constructor(){super(vh)}}af("icon-arrows-maximize",Ag),mi.tagFor(Ag)
3714
- class Eg extends sf{constructor(){super(bh)}}af("icon-arrows-repeat",Eg),mi.tagFor(Eg)
3715
- class Ig extends sf{constructor(){super(yh)}}af("icon-bars",Ig),mi.tagFor(Ig)
3714
+ class Ig extends sf{constructor(){super(bh)}}af("icon-arrows-repeat",Ig),mi.tagFor(Ig)
3715
+ class Eg extends sf{constructor(){super(yh)}}af("icon-bars",Eg),mi.tagFor(Eg)
3716
3716
  class Og extends sf{constructor(){super(wh)}}af("icon-bell",Og),mi.tagFor(Og)
3717
3717
  class Tg extends sf{constructor(){super(xh)}}af("icon-bell-and-comment",Tg),mi.tagFor(Tg)
3718
3718
  class Rg extends sf{constructor(){super(kh)}}af("icon-bell-circle",Rg),mi.tagFor(Rg)
@@ -3723,8 +3723,8 @@ const Ng=mi.tagFor(Lg)
3723
3723
  class Pg extends sf{constructor(){super(Mh)}}af("icon-book-magnifying-glass",Pg),mi.tagFor(Pg)
3724
3724
  class zg extends sf{constructor(){super(_h)}}af("icon-calendar",zg),mi.tagFor(zg)
3725
3725
  class Vg extends sf{constructor(){super(Ah)}}af("icon-chart-diagram",Vg),mi.tagFor(Vg)
3726
- class Hg extends sf{constructor(){super(Eh)}}af("icon-chart-diagram-child-focus",Hg),mi.tagFor(Hg)
3727
- class Bg extends sf{constructor(){super(Ih)}}af("icon-chart-diagram-parent-focus",Bg),mi.tagFor(Bg)
3726
+ class Hg extends sf{constructor(){super(Ih)}}af("icon-chart-diagram-child-focus",Hg),mi.tagFor(Hg)
3727
+ class Bg extends sf{constructor(){super(Eh)}}af("icon-chart-diagram-parent-focus",Bg),mi.tagFor(Bg)
3728
3728
  class qg extends sf{constructor(){super(Oh)}}af("icon-chart-diagram-parent-focus-two-child",qg),mi.tagFor(qg)
3729
3729
  class Zg extends sf{constructor(){super(Th)}}af("icon-check",Zg),mi.tagFor(Zg)
3730
3730
  class jg extends sf{constructor(){super(Rh)}}af("icon-check-dot",jg),mi.tagFor(jg)
@@ -3765,8 +3765,8 @@ class $m extends sf{constructor(){super(pu)}}af("icon-donut-chart",$m),mi.tagFor
3765
3765
  class Mm extends sf{constructor(){super(fu)}}af("icon-dot-solid-dot-stroke",Mm),mi.tagFor(Mm)
3766
3766
  class _m extends sf{constructor(){super(gu)}}af("icon-dot-solid-dot-stroke-measurement",_m),mi.tagFor(_m)
3767
3767
  class Am extends sf{constructor(){super(mu)}}af("icon-down-right-from-square",Am),mi.tagFor(Am)
3768
- class Em extends sf{constructor(){super(vu)}}af("icon-download",Em),mi.tagFor(Em)
3769
- class Im extends sf{constructor(){super(bu)}}af("icon-electronic-chip-zoomed",Im),mi.tagFor(Im)
3768
+ class Im extends sf{constructor(){super(vu)}}af("icon-download",Im),mi.tagFor(Im)
3769
+ class Em extends sf{constructor(){super(bu)}}af("icon-electronic-chip-zoomed",Em),mi.tagFor(Em)
3770
3770
  class Om extends sf{constructor(){super(wu)}}af("icon-eye",Om),mi.tagFor(Om)
3771
3771
  class Tm extends sf{constructor(){super(xu)}}af("icon-fancy-a",Tm),mi.tagFor(Tm)
3772
3772
  class Rm extends sf{constructor(){super(ku)}}af("icon-file",Rm),mi.tagFor(Rm)
@@ -3776,8 +3776,8 @@ class Lm extends sf{constructor(){super($u)}}af("icon-file-search",Lm),mi.tagFor
3776
3776
  class Nm extends sf{constructor(){super(Mu)}}af("icon-filter",Nm),mi.tagFor(Nm)
3777
3777
  class Pm extends sf{constructor(){super(_u)}}af("icon-floppy-disk",Pm),mi.tagFor(Pm)
3778
3778
  class zm extends sf{constructor(){super(Au)}}af("icon-floppy-disk-checkmark",zm),mi.tagFor(zm)
3779
- class Vm extends sf{constructor(){super(Eu)}}af("icon-floppy-disk-star-arrow-right",Vm),mi.tagFor(Vm)
3780
- class Hm extends sf{constructor(){super(Iu)}}af("icon-floppy-disk-three-dots",Hm),mi.tagFor(Hm)
3779
+ class Vm extends sf{constructor(){super(Iu)}}af("icon-floppy-disk-star-arrow-right",Vm),mi.tagFor(Vm)
3780
+ class Hm extends sf{constructor(){super(Eu)}}af("icon-floppy-disk-three-dots",Hm),mi.tagFor(Hm)
3781
3781
  class Bm extends sf{constructor(){super(Ou)}}af("icon-folder",Bm),mi.tagFor(Bm)
3782
3782
  class qm extends sf{constructor(){super(Tu)}}af("icon-folder-open",qm),mi.tagFor(qm)
3783
3783
  class Zm extends sf{constructor(){super(Ru)}}af("icon-forward-slash",Zm),mi.tagFor(Zm)
@@ -3819,8 +3819,8 @@ class $v extends sf{constructor(){super(hp)}}af("icon-pencil",$v),mi.tagFor($v)
3819
3819
  class Mv extends sf{constructor(){super(up)}}af("icon-pot-with-lid",Mv),mi.tagFor(Mv)
3820
3820
  class _v extends sf{constructor(){super(pp)}}af("icon-question",_v),mi.tagFor(_v)
3821
3821
  class Av extends sf{constructor(){super(fp)}}af("icon-running-arrow",Av),mi.tagFor(Av)
3822
- class Ev extends sf{constructor(){super(gp)}}af("icon-server",Ev),mi.tagFor(Ev)
3823
- class Iv extends sf{constructor(){super(mp)}}af("icon-share-nodes",Iv),mi.tagFor(Iv)
3822
+ class Iv extends sf{constructor(){super(gp)}}af("icon-server",Iv),mi.tagFor(Iv)
3823
+ class Ev extends sf{constructor(){super(mp)}}af("icon-share-nodes",Ev),mi.tagFor(Ev)
3824
3824
  class Ov extends sf{constructor(){super(vp)}}af("icon-shield-check",Ov),mi.tagFor(Ov)
3825
3825
  class Tv extends sf{constructor(){super(bp)}}af("icon-shield-xmark",Tv),mi.tagFor(Tv)
3826
3826
  class Rv extends sf{constructor(){super(yp)}}af("icon-signal-bars",Rv),mi.tagFor(Rv)
@@ -3833,8 +3833,8 @@ class zv extends sf{constructor(){super($p)}}af("icon-t",zv),mi.tagFor(zv)
3833
3833
  class Vv extends sf{constructor(){super(Mp)}}af("icon-tablet",Vv),mi.tagFor(Vv)
3834
3834
  class Hv extends sf{constructor(){super(_p)}}af("icon-tag",Hv),mi.tagFor(Hv)
3835
3835
  class Bv extends sf{constructor(){super(Ap)}}af("icon-tags",Bv),mi.tagFor(Bv)
3836
- class qv extends sf{constructor(){super(Ep)}}af("icon-target-crosshairs",qv),mi.tagFor(qv)
3837
- class Zv extends sf{constructor(){super(Ip)}}af("icon-target-crosshairs-progress",Zv),mi.tagFor(Zv)
3836
+ class qv extends sf{constructor(){super(Ip)}}af("icon-target-crosshairs",qv),mi.tagFor(qv)
3837
+ class Zv extends sf{constructor(){super(Ep)}}af("icon-target-crosshairs-progress",Zv),mi.tagFor(Zv)
3838
3838
  class jv extends sf{constructor(){super(Op)}}af("icon-three-dots-line",jv)
3839
3839
  const Uv=mi.tagFor(jv)
3840
3840
  class Wv extends sf{constructor(){super(Tp)}}af("icon-three-vertical-lines",Wv),mi.tagFor(Wv)
@@ -3869,12 +3869,12 @@ null==n?t.deleteValueFor(this.themeProvider):t.setValueFor(this.themeProvider,n)
3869
3869
  class wb extends bb{constructor(){super(...arguments),this.supportedLabels=yb}}e([se({attribute:"popup-dismiss"})],wb.prototype,"popupDismiss",void 0),e([se({attribute:"numeric-decrement"})],wb.prototype,"numericDecrement",void 0),e([se({attribute:"numeric-increment"})],wb.prototype,"numericIncrement",void 0)
3870
3870
  const xb=wb.compose({baseName:"label-provider-core"})
3871
3871
  mi.getOrCreate().withPrefix("nimble").register(xb()),mi.tagFor(wb)
3872
- const kb="Collapse group",Cb="Expand group",Sb="Collapse all groups",$b="Options",Mb="Grouped",_b=di.create({name:"table-group-collapse-label",cssCustomPropertyName:null}).withDefault(kb),Ab=di.create({name:"table-group-expand-label",cssCustomPropertyName:null}).withDefault(Cb),Eb=di.create({name:"table-groups-collapse-all-label",cssCustomPropertyName:null}).withDefault(Sb),Ib=di.create({name:"table-cell-action-menu-label",cssCustomPropertyName:null}).withDefault($b),Ob=di.create({name:"table-column-header-grouped-indicator-label",cssCustomPropertyName:null}).withDefault(Mb),Tb={groupCollapse:_b,groupExpand:Ab,groupsCollapseAll:Eb,cellActionMenu:Ib,columnHeaderGroupedIndicator:Ob}
3872
+ const kb="Collapse group",Cb="Expand group",Sb="Collapse all groups",$b="Options",Mb="Grouped",_b=di.create({name:"table-group-collapse-label",cssCustomPropertyName:null}).withDefault(kb),Ab=di.create({name:"table-group-expand-label",cssCustomPropertyName:null}).withDefault(Cb),Ib=di.create({name:"table-groups-collapse-all-label",cssCustomPropertyName:null}).withDefault(Sb),Eb=di.create({name:"table-cell-action-menu-label",cssCustomPropertyName:null}).withDefault($b),Ob=di.create({name:"table-column-header-grouped-indicator-label",cssCustomPropertyName:null}).withDefault(Mb),Tb={groupCollapse:_b,groupExpand:Ab,groupsCollapseAll:Ib,cellActionMenu:Eb,columnHeaderGroupedIndicator:Ob}
3873
3873
  class Rb extends bb{constructor(){super(...arguments),this.supportedLabels=Tb}}e([se({attribute:"group-collapse"})],Rb.prototype,"groupCollapse",void 0),e([se({attribute:"group-expand"})],Rb.prototype,"groupExpand",void 0),e([se({attribute:"groups-collapse-all"})],Rb.prototype,"groupsCollapseAll",void 0),e([se({attribute:"cell-action-menu"})],Rb.prototype,"cellActionMenu",void 0),e([se({attribute:"column-header-grouped-indicator"})],Rb.prototype,"columnHeaderGroupedIndicator",void 0)
3874
3874
  const Db=Rb.compose({baseName:"label-provider-table"})
3875
3875
  mi.getOrCreate().withPrefix("nimble").register(Db()),mi.tagFor(Rb)
3876
3876
  const Fb=ye`
3877
- ${Eo("flex")}
3877
+ ${Io("flex")}
3878
3878
 
3879
3879
  :host {
3880
3880
  font: ${ic};
@@ -3970,7 +3970,7 @@ mi.getOrCreate().withPrefix("nimble").register(Zb()),mi.tagFor(qb)
3970
3970
  class jb extends Pb{}const Ub=jb.compose({baseName:"mapping-spinner",template:zb})
3971
3971
  mi.getOrCreate().withPrefix("nimble").register(Ub()),mi.tagFor(jb)
3972
3972
  const Wb=ye`
3973
- ${Eo("grid")}
3973
+ ${Io("grid")}
3974
3974
 
3975
3975
  :host {
3976
3976
  background: ${pa};
@@ -4029,7 +4029,7 @@ class Gb extends Ti{}const Kb=Gb.compose({baseName:"menu",baseClass:Ti,template:
4029
4029
  `,styles:Wb})
4030
4030
  mi.getOrCreate().withPrefix("nimble").register(Kb()),mi.tagFor(Gb)
4031
4031
  const Jb=ye`
4032
- ${Eo("inline-block")}
4032
+ ${Io("inline-block")}
4033
4033
 
4034
4034
  :host {
4035
4035
  height: ${La};
@@ -4104,7 +4104,7 @@ if(e?.length){e[e.length-1].focus()}}}e([se],Qb.prototype,"appearance",void 0),e
4104
4104
  const ey=Qb.compose({baseName:"menu-button",template:Xb,styles:Jb,shadowOptions:{delegatesFocus:!0}})
4105
4105
  mi.getOrCreate().withPrefix("nimble").register(ey())
4106
4106
  const ty=mi.tagFor(Qb),ny=ye`
4107
- ${Eo("grid")}
4107
+ ${Io("grid")}
4108
4108
 
4109
4109
  :host {
4110
4110
  contain: layout;
@@ -4204,7 +4204,7 @@ class iy extends Oi{}const oy=iy.compose({baseName:"menu-item",baseClass:Oi,temp
4204
4204
  </span>
4205
4205
  </div>
4206
4206
  `)}
4207
- ${Pe((e=>e.role===Ei),W`
4207
+ ${Pe((e=>e.role===Ii),W`
4208
4208
  <div part="input-container" class="input-container">
4209
4209
  <span part="radio" class="radio">
4210
4210
  <slot name="radio-indicator">
@@ -4252,7 +4252,7 @@ class iy extends Oi{}const oy=iy.compose({baseName:"menu-item",baseClass:Oi,temp
4252
4252
  `,styles:ny,expandCollapseGlyph:lh.data})
4253
4253
  mi.getOrCreate().withPrefix("nimble").register(oy()),mi.tagFor(iy)
4254
4254
  const ry="underline",sy="outline",ay="block",ly=ye`
4255
- ${Eo("inline-block")}
4255
+ ${Io("inline-block")}
4256
4256
  ${Xf}
4257
4257
 
4258
4258
  :host {
@@ -4538,7 +4538,7 @@ const dy=cy.compose({baseName:"number-field",baseClass:Vi,template:(e,t)=>W`
4538
4538
  `})
4539
4539
  mi.getOrCreate().withPrefix("nimble").register(dy()),mi.tagFor(cy)
4540
4540
  const hy=ye`
4541
- ${Eo("inline-flex")}
4541
+ ${Io("inline-flex")}
4542
4542
 
4543
4543
  :host {
4544
4544
  font: ${ic};
@@ -4650,7 +4650,7 @@ class uy extends Zi{}const py=uy.compose({baseName:"radio",baseClass:Zi,template
4650
4650
  `,styles:hy,checkedIndicator:Lh.data})
4651
4651
  mi.getOrCreate().withPrefix("nimble").register(py()),mi.tagFor(uy)
4652
4652
  const fy=ye`
4653
- ${Eo("inline-block")}
4653
+ ${Io("inline-block")}
4654
4654
 
4655
4655
  .positioning-region {
4656
4656
  display: flex;
@@ -4796,10 +4796,10 @@ return e.cut(0,t).append(e.cut(n))}if(i!=s)throw new RangeError("Removing non-fl
4796
4796
  return e.replaceChild(i,r.copy(_y(r.content,t-o-1,n-o-1)))}function Ay(e,t,n,i){let{index:o,offset:r}=e.findIndex(t),s=e.maybeChild(o)
4797
4797
  if(r==t||s.isText)return i&&!i.canReplace(o,o,n)?null:e.cut(0,t).append(n).append(e.cut(t))
4798
4798
  let a=Ay(s.content,t-r-1,n)
4799
- return a&&e.replaceChild(o,s.copy(a))}function Ey(e,t,n){if(n.openStart>e.depth)throw new $y("Inserted content deeper than insertion position")
4799
+ return a&&e.replaceChild(o,s.copy(a))}function Iy(e,t,n){if(n.openStart>e.depth)throw new $y("Inserted content deeper than insertion position")
4800
4800
  if(e.depth-n.openStart!=t.depth-n.openEnd)throw new $y("Inconsistent open depths")
4801
- return Iy(e,t,n,0)}function Iy(e,t,n,i){let o=e.index(i),r=e.node(i)
4802
- if(o==t.index(i)&&i<e.depth-n.openStart){let s=Iy(e,t,n,i+1)
4801
+ return Ey(e,t,n,0)}function Ey(e,t,n,i){let o=e.index(i),r=e.node(i)
4802
+ if(o==t.index(i)&&i<e.depth-n.openStart){let s=Ey(e,t,n,i+1)
4803
4803
  return r.copy(r.content.replaceChild(o,s))}if(n.content.size){if(n.openStart||n.openEnd||e.depth!=i||t.depth!=i){let{start:o,end:s}=function(e,t){let n=t.depth-e.openStart,i=t.node(n).copy(e.content)
4804
4804
  for(let e=n-1;e>=0;e--)i=t.node(e).copy(wy.from(i))
4805
4805
  return{start:i.resolveNoCache(e.openStart+n),end:i.resolveNoCache(i.content.size-e.openEnd-n)}}(n,e)
@@ -4848,7 +4848,7 @@ return Vy=(Vy+1)%Hy,n}}let zy=[],Vy=0,Hy=12
4848
4848
  class By{constructor(e,t,n){this.$from=e,this.$to=t,this.depth=n}get start(){return this.$from.before(this.depth+1)}get end(){return this.$to.after(this.depth+1)}get parent(){return this.$from.node(this.depth)}get startIndex(){return this.$from.index(this.depth)}get endIndex(){return this.$to.indexAfter(this.depth)}}const qy=Object.create(null)
4849
4849
  let Zy=class e{constructor(e,t,n,i=Sy.none){this.type=e,this.attrs=t,this.marks=i,this.content=n||wy.empty}get nodeSize(){return this.isLeaf?1:2+this.content.size}get childCount(){return this.content.childCount}child(e){return this.content.child(e)}maybeChild(e){return this.content.maybeChild(e)}forEach(e){this.content.forEach(e)}nodesBetween(e,t,n,i=0){this.content.nodesBetween(e,t,n,i,this)}descendants(e){this.nodesBetween(0,this.content.size,e)}get textContent(){return this.isLeaf&&this.type.spec.leafText?this.type.spec.leafText(this):this.textBetween(0,this.content.size,"")}textBetween(e,t,n,i){return this.content.textBetween(e,t,n,i)}get firstChild(){return this.content.firstChild}get lastChild(){return this.content.lastChild}eq(e){return this==e||this.sameMarkup(e)&&this.content.eq(e.content)}sameMarkup(e){return this.hasMarkup(e.type,e.attrs,e.marks)}hasMarkup(e,t,n){return this.type==e&&Cy(this.attrs,t||e.defaultAttrs||qy)&&Sy.sameSet(this.marks,n||Sy.none)}copy(t=null){return t==this.content?this:new e(this.type,this.attrs,t,this.marks)}mark(t){return t==this.marks?this:new e(this.type,this.attrs,this.content,t)}cut(e,t=this.content.size){return 0==e&&t==this.content.size?this:this.copy(this.content.cut(e,t))}slice(e,t=this.content.size,n=!1){if(e==t)return My.empty
4850
4850
  let i=this.resolve(e),o=this.resolve(t),r=n?0:i.sharedDepth(t),s=i.start(r),a=i.node(r).content.cut(i.pos-s,o.pos-s)
4851
- return new My(a,i.depth-r,o.depth-r)}replace(e,t,n){return Ey(this.resolve(e),this.resolve(t),n)}nodeAt(e){for(let t=this;;){let{index:n,offset:i}=t.content.findIndex(e)
4851
+ return new My(a,i.depth-r,o.depth-r)}replace(e,t,n){return Iy(this.resolve(e),this.resolve(t),n)}nodeAt(e){for(let t=this;;){let{index:n,offset:i}=t.content.findIndex(e)
4852
4852
  if(t=t.maybeChild(n),!t)return null
4853
4853
  if(i==e||t.isText)return t
4854
4854
  e-=i+1}}childAfter(e){let{index:t,offset:n}=this.content.findIndex(e)
@@ -5172,50 +5172,50 @@ for(let n=this.from;n<this.to;n++){let o=this.maps[n].mapResult(e,t)
5172
5172
  if(null!=o.recover){let t=this.getMirror(n)
5173
5173
  if(null!=t&&t>n&&t<this.to){n=t,e=this.maps[t].recover(o.recover)
5174
5174
  continue}}i|=o.delInfo,e=o.pos}return n?e:new $w(e,i,null)}}const Aw=Object.create(null)
5175
- class Ew{getMap(){return Mw.empty}merge(e){return null}static fromJSON(e,t){if(!t||!t.stepType)throw new RangeError("Invalid input for Step.fromJSON")
5175
+ class Iw{getMap(){return Mw.empty}merge(e){return null}static fromJSON(e,t){if(!t||!t.stepType)throw new RangeError("Invalid input for Step.fromJSON")
5176
5176
  let n=Aw[t.stepType]
5177
5177
  if(!n)throw new RangeError(`No step type ${t.stepType} defined`)
5178
5178
  return n.fromJSON(e,t)}static jsonID(e,t){if(e in Aw)throw new RangeError("Duplicate use of step JSON ID "+e)
5179
- return Aw[e]=t,t.prototype.jsonID=e,t}}class Iw{constructor(e,t){this.doc=e,this.failed=t}static ok(e){return new Iw(e,null)}static fail(e){return new Iw(null,e)}static fromReplace(e,t,n,i){try{return Iw.ok(e.replace(t,n,i))}catch(e){if(e instanceof $y)return Iw.fail(e.message)
5179
+ return Aw[e]=t,t.prototype.jsonID=e,t}}class Ew{constructor(e,t){this.doc=e,this.failed=t}static ok(e){return new Ew(e,null)}static fail(e){return new Ew(null,e)}static fromReplace(e,t,n,i){try{return Ew.ok(e.replace(t,n,i))}catch(e){if(e instanceof $y)return Ew.fail(e.message)
5180
5180
  throw e}}}function Ow(e,t,n){let i=[]
5181
5181
  for(let o=0;o<e.childCount;o++){let r=e.child(o)
5182
- r.content.size&&(r=r.copy(Ow(r.content,t,r))),r.isInline&&(r=t(r,n,o)),i.push(r)}return wy.fromArray(i)}class Tw extends Ew{constructor(e,t,n){super(),this.from=e,this.to=t,this.mark=n}apply(e){let t=e.slice(this.from,this.to),n=e.resolve(this.from),i=n.node(n.sharedDepth(this.to)),o=new My(Ow(t.content,((e,t)=>e.isAtom&&t.type.allowsMarkType(this.mark.type)?e.mark(this.mark.addToSet(e.marks)):e),i),t.openStart,t.openEnd)
5183
- return Iw.fromReplace(e,this.from,this.to,o)}invert(){return new Rw(this.from,this.to,this.mark)}map(e){let t=e.mapResult(this.from,1),n=e.mapResult(this.to,-1)
5182
+ r.content.size&&(r=r.copy(Ow(r.content,t,r))),r.isInline&&(r=t(r,n,o)),i.push(r)}return wy.fromArray(i)}class Tw extends Iw{constructor(e,t,n){super(),this.from=e,this.to=t,this.mark=n}apply(e){let t=e.slice(this.from,this.to),n=e.resolve(this.from),i=n.node(n.sharedDepth(this.to)),o=new My(Ow(t.content,((e,t)=>e.isAtom&&t.type.allowsMarkType(this.mark.type)?e.mark(this.mark.addToSet(e.marks)):e),i),t.openStart,t.openEnd)
5183
+ return Ew.fromReplace(e,this.from,this.to,o)}invert(){return new Rw(this.from,this.to,this.mark)}map(e){let t=e.mapResult(this.from,1),n=e.mapResult(this.to,-1)
5184
5184
  return t.deleted&&n.deleted||t.pos>=n.pos?null:new Tw(t.pos,n.pos,this.mark)}merge(e){return e instanceof Tw&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new Tw(Math.min(this.from,e.from),Math.max(this.to,e.to),this.mark):null}toJSON(){return{stepType:"addMark",mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(e,t){if("number"!=typeof t.from||"number"!=typeof t.to)throw new RangeError("Invalid input for AddMarkStep.fromJSON")
5185
- return new Tw(t.from,t.to,e.markFromJSON(t.mark))}}Ew.jsonID("addMark",Tw)
5186
- class Rw extends Ew{constructor(e,t,n){super(),this.from=e,this.to=t,this.mark=n}apply(e){let t=e.slice(this.from,this.to),n=new My(Ow(t.content,(e=>e.mark(this.mark.removeFromSet(e.marks))),e),t.openStart,t.openEnd)
5187
- return Iw.fromReplace(e,this.from,this.to,n)}invert(){return new Tw(this.from,this.to,this.mark)}map(e){let t=e.mapResult(this.from,1),n=e.mapResult(this.to,-1)
5185
+ return new Tw(t.from,t.to,e.markFromJSON(t.mark))}}Iw.jsonID("addMark",Tw)
5186
+ class Rw extends Iw{constructor(e,t,n){super(),this.from=e,this.to=t,this.mark=n}apply(e){let t=e.slice(this.from,this.to),n=new My(Ow(t.content,(e=>e.mark(this.mark.removeFromSet(e.marks))),e),t.openStart,t.openEnd)
5187
+ return Ew.fromReplace(e,this.from,this.to,n)}invert(){return new Tw(this.from,this.to,this.mark)}map(e){let t=e.mapResult(this.from,1),n=e.mapResult(this.to,-1)
5188
5188
  return t.deleted&&n.deleted||t.pos>=n.pos?null:new Rw(t.pos,n.pos,this.mark)}merge(e){return e instanceof Rw&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new Rw(Math.min(this.from,e.from),Math.max(this.to,e.to),this.mark):null}toJSON(){return{stepType:"removeMark",mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(e,t){if("number"!=typeof t.from||"number"!=typeof t.to)throw new RangeError("Invalid input for RemoveMarkStep.fromJSON")
5189
- return new Rw(t.from,t.to,e.markFromJSON(t.mark))}}Ew.jsonID("removeMark",Rw)
5190
- class Dw extends Ew{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos)
5191
- if(!t)return Iw.fail("No node at mark step's position")
5189
+ return new Rw(t.from,t.to,e.markFromJSON(t.mark))}}Iw.jsonID("removeMark",Rw)
5190
+ class Dw extends Iw{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos)
5191
+ if(!t)return Ew.fail("No node at mark step's position")
5192
5192
  let n=t.type.create(t.attrs,null,this.mark.addToSet(t.marks))
5193
- return Iw.fromReplace(e,this.pos,this.pos+1,new My(wy.from(n),0,t.isLeaf?0:1))}invert(e){let t=e.nodeAt(this.pos)
5193
+ return Ew.fromReplace(e,this.pos,this.pos+1,new My(wy.from(n),0,t.isLeaf?0:1))}invert(e){let t=e.nodeAt(this.pos)
5194
5194
  if(t){let e=this.mark.addToSet(t.marks)
5195
5195
  if(e.length==t.marks.length){for(let n=0;n<t.marks.length;n++)if(!t.marks[n].isInSet(e))return new Dw(this.pos,t.marks[n])
5196
5196
  return new Dw(this.pos,this.mark)}}return new Fw(this.pos,this.mark)}map(e){let t=e.mapResult(this.pos,1)
5197
5197
  return t.deletedAfter?null:new Dw(t.pos,this.mark)}toJSON(){return{stepType:"addNodeMark",pos:this.pos,mark:this.mark.toJSON()}}static fromJSON(e,t){if("number"!=typeof t.pos)throw new RangeError("Invalid input for AddNodeMarkStep.fromJSON")
5198
- return new Dw(t.pos,e.markFromJSON(t.mark))}}Ew.jsonID("addNodeMark",Dw)
5199
- class Fw extends Ew{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos)
5200
- if(!t)return Iw.fail("No node at mark step's position")
5198
+ return new Dw(t.pos,e.markFromJSON(t.mark))}}Iw.jsonID("addNodeMark",Dw)
5199
+ class Fw extends Iw{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos)
5200
+ if(!t)return Ew.fail("No node at mark step's position")
5201
5201
  let n=t.type.create(t.attrs,null,this.mark.removeFromSet(t.marks))
5202
- return Iw.fromReplace(e,this.pos,this.pos+1,new My(wy.from(n),0,t.isLeaf?0:1))}invert(e){let t=e.nodeAt(this.pos)
5202
+ return Ew.fromReplace(e,this.pos,this.pos+1,new My(wy.from(n),0,t.isLeaf?0:1))}invert(e){let t=e.nodeAt(this.pos)
5203
5203
  return t&&this.mark.isInSet(t.marks)?new Dw(this.pos,this.mark):this}map(e){let t=e.mapResult(this.pos,1)
5204
5204
  return t.deletedAfter?null:new Fw(t.pos,this.mark)}toJSON(){return{stepType:"removeNodeMark",pos:this.pos,mark:this.mark.toJSON()}}static fromJSON(e,t){if("number"!=typeof t.pos)throw new RangeError("Invalid input for RemoveNodeMarkStep.fromJSON")
5205
- return new Fw(t.pos,e.markFromJSON(t.mark))}}Ew.jsonID("removeNodeMark",Fw)
5206
- class Lw extends Ew{constructor(e,t,n,i=!1){super(),this.from=e,this.to=t,this.slice=n,this.structure=i}apply(e){return this.structure&&Pw(e,this.from,this.to)?Iw.fail("Structure replace would overwrite content"):Iw.fromReplace(e,this.from,this.to,this.slice)}getMap(){return new Mw([this.from,this.to-this.from,this.slice.size])}invert(e){return new Lw(this.from,this.from+this.slice.size,e.slice(this.from,this.to))}map(e){let t=e.mapResult(this.from,1),n=e.mapResult(this.to,-1)
5205
+ return new Fw(t.pos,e.markFromJSON(t.mark))}}Iw.jsonID("removeNodeMark",Fw)
5206
+ class Lw extends Iw{constructor(e,t,n,i=!1){super(),this.from=e,this.to=t,this.slice=n,this.structure=i}apply(e){return this.structure&&Pw(e,this.from,this.to)?Ew.fail("Structure replace would overwrite content"):Ew.fromReplace(e,this.from,this.to,this.slice)}getMap(){return new Mw([this.from,this.to-this.from,this.slice.size])}invert(e){return new Lw(this.from,this.from+this.slice.size,e.slice(this.from,this.to))}map(e){let t=e.mapResult(this.from,1),n=e.mapResult(this.to,-1)
5207
5207
  return t.deletedAcross&&n.deletedAcross?null:new Lw(t.pos,Math.max(t.pos,n.pos),this.slice)}merge(e){if(!(e instanceof Lw)||e.structure||this.structure)return null
5208
5208
  if(this.from+this.slice.size!=e.from||this.slice.openEnd||e.slice.openStart){if(e.to!=this.from||this.slice.openStart||e.slice.openEnd)return null
5209
5209
  {let t=this.slice.size+e.slice.size==0?My.empty:new My(e.slice.content.append(this.slice.content),e.slice.openStart,this.slice.openEnd)
5210
5210
  return new Lw(e.from,this.to,t,this.structure)}}{let t=this.slice.size+e.slice.size==0?My.empty:new My(this.slice.content.append(e.slice.content),this.slice.openStart,e.slice.openEnd)
5211
5211
  return new Lw(this.from,this.to+(e.to-e.from),t,this.structure)}}toJSON(){let e={stepType:"replace",from:this.from,to:this.to}
5212
5212
  return this.slice.size&&(e.slice=this.slice.toJSON()),this.structure&&(e.structure=!0),e}static fromJSON(e,t){if("number"!=typeof t.from||"number"!=typeof t.to)throw new RangeError("Invalid input for ReplaceStep.fromJSON")
5213
- return new Lw(t.from,t.to,My.fromJSON(e,t.slice),!!t.structure)}}Ew.jsonID("replace",Lw)
5214
- class Nw extends Ew{constructor(e,t,n,i,o,r,s=!1){super(),this.from=e,this.to=t,this.gapFrom=n,this.gapTo=i,this.slice=o,this.insert=r,this.structure=s}apply(e){if(this.structure&&(Pw(e,this.from,this.gapFrom)||Pw(e,this.gapTo,this.to)))return Iw.fail("Structure gap-replace would overwrite content")
5213
+ return new Lw(t.from,t.to,My.fromJSON(e,t.slice),!!t.structure)}}Iw.jsonID("replace",Lw)
5214
+ class Nw extends Iw{constructor(e,t,n,i,o,r,s=!1){super(),this.from=e,this.to=t,this.gapFrom=n,this.gapTo=i,this.slice=o,this.insert=r,this.structure=s}apply(e){if(this.structure&&(Pw(e,this.from,this.gapFrom)||Pw(e,this.gapTo,this.to)))return Ew.fail("Structure gap-replace would overwrite content")
5215
5215
  let t=e.slice(this.gapFrom,this.gapTo)
5216
- if(t.openStart||t.openEnd)return Iw.fail("Gap is not a flat range")
5216
+ if(t.openStart||t.openEnd)return Ew.fail("Gap is not a flat range")
5217
5217
  let n=this.slice.insertAt(this.insert,t.content)
5218
- return n?Iw.fromReplace(e,this.from,this.to,n):Iw.fail("Content does not fit in gap")}getMap(){return new Mw([this.from,this.gapFrom-this.from,this.insert,this.gapTo,this.to-this.gapTo,this.slice.size-this.insert])}invert(e){let t=this.gapTo-this.gapFrom
5218
+ return n?Ew.fromReplace(e,this.from,this.to,n):Ew.fail("Content does not fit in gap")}getMap(){return new Mw([this.from,this.gapFrom-this.from,this.insert,this.gapTo,this.to-this.gapTo,this.slice.size-this.insert])}invert(e){let t=this.gapTo-this.gapFrom
5219
5219
  return new Nw(this.from,this.from+this.slice.size+t,this.from+this.insert,this.from+this.insert+t,e.slice(this.from,this.to).removeBetween(this.gapFrom-this.from,this.gapTo-this.from),this.gapFrom-this.from,this.structure)}map(e){let t=e.mapResult(this.from,1),n=e.mapResult(this.to,-1),i=e.map(this.gapFrom,-1),o=e.map(this.gapTo,1)
5220
5220
  return t.deletedAcross&&n.deletedAcross||i<t.pos||o>n.pos?null:new Nw(t.pos,n.pos,i,o,this.slice,this.insert,this.structure)}toJSON(){let e={stepType:"replaceAround",from:this.from,to:this.to,gapFrom:this.gapFrom,gapTo:this.gapTo,insert:this.insert}
5221
5221
  return this.slice.size&&(e.slice=this.slice.toJSON()),this.structure&&(e.structure=!0),e}static fromJSON(e,t){if("number"!=typeof t.from||"number"!=typeof t.to||"number"!=typeof t.gapFrom||"number"!=typeof t.gapTo||"number"!=typeof t.insert)throw new RangeError("Invalid input for ReplaceAroundStep.fromJSON")
@@ -5249,7 +5249,7 @@ if(e==i.depth?(o=i.nodeBefore,r=i.nodeAfter):n>0?(o=i.node(e+1),s++,r=i.node(e).
5249
5249
  if(0==e)break
5250
5250
  t=n<0?i.before(e):i.after(e)}}function Ww(e,t,n=t,i=My.empty){if(t==n&&!i.size)return null
5251
5251
  let o=e.resolve(t),r=e.resolve(n)
5252
- return Gw(o,r,i)?new Lw(t,n,i):new Kw(o,r,i).fit()}function Gw(e,t,n){return!n.openStart&&!n.openEnd&&e.start()==t.start()&&e.parent.canReplace(e.index(),t.index(),n.content)}Ew.jsonID("replaceAround",Nw)
5252
+ return Gw(o,r,i)?new Lw(t,n,i):new Kw(o,r,i).fit()}function Gw(e,t,n){return!n.openStart&&!n.openEnd&&e.start()==t.start()&&e.parent.canReplace(e.index(),t.index(),n.content)}Iw.jsonID("replaceAround",Nw)
5253
5253
  class Kw{constructor(e,t,n){this.$from=e,this.$to=t,this.unplaced=n,this.frontier=[],this.placed=wy.empty
5254
5254
  for(let t=0;t<=e.depth;t++){let n=e.node(t)
5255
5255
  this.frontier.push({type:n.type,match:n.contentMatchAt(e.indexAfter(t))})}for(let t=e.depth;t>0;t--)this.placed=wy.from(e.node(t).copy(this.placed))}get depth(){return this.frontier.length-1}fit(){for(;this.unplaced.size;){let e=this.findFittable()
@@ -5305,15 +5305,15 @@ return!1}(n,r.content,s)?a:null}function tx(e){return e.spec.defining||e.spec.de
5305
5305
  e=e.replaceChild(0,o.copy(nx(o.content,t+1,n,i,o)))}if(t>i){let t=o.contentMatchAt(0),n=t.fillBefore(e).append(e)
5306
5306
  e=n.append(t.matchFragment(n).fillBefore(wy.empty,!0))}return e}function ix(e,t){let n=[]
5307
5307
  for(let i=Math.min(e.depth,t.depth);i>=0;i--){let o=e.start(i)
5308
- if(o<e.pos-(e.depth-i)||t.end(i)>t.pos+(t.depth-i)||e.node(i).type.spec.isolating||t.node(i).type.spec.isolating)break;(o==t.start(i)||i==e.depth&&i==t.depth&&e.parent.inlineContent&&t.parent.inlineContent&&i&&t.start(i-1)==o-1)&&n.push(i)}return n}class ox extends Ew{constructor(e,t,n){super(),this.pos=e,this.attr=t,this.value=n}apply(e){let t=e.nodeAt(this.pos)
5309
- if(!t)return Iw.fail("No node at attribute step's position")
5308
+ if(o<e.pos-(e.depth-i)||t.end(i)>t.pos+(t.depth-i)||e.node(i).type.spec.isolating||t.node(i).type.spec.isolating)break;(o==t.start(i)||i==e.depth&&i==t.depth&&e.parent.inlineContent&&t.parent.inlineContent&&i&&t.start(i-1)==o-1)&&n.push(i)}return n}class ox extends Iw{constructor(e,t,n){super(),this.pos=e,this.attr=t,this.value=n}apply(e){let t=e.nodeAt(this.pos)
5309
+ if(!t)return Ew.fail("No node at attribute step's position")
5310
5310
  let n=Object.create(null)
5311
5311
  for(let e in t.attrs)n[e]=t.attrs[e]
5312
5312
  n[this.attr]=this.value
5313
5313
  let i=t.type.create(n,null,t.marks)
5314
- return Iw.fromReplace(e,this.pos,this.pos+1,new My(wy.from(i),0,t.isLeaf?0:1))}getMap(){return Mw.empty}invert(e){return new ox(this.pos,this.attr,e.nodeAt(this.pos).attrs[this.attr])}map(e){let t=e.mapResult(this.pos,1)
5314
+ return Ew.fromReplace(e,this.pos,this.pos+1,new My(wy.from(i),0,t.isLeaf?0:1))}getMap(){return Mw.empty}invert(e){return new ox(this.pos,this.attr,e.nodeAt(this.pos).attrs[this.attr])}map(e){let t=e.mapResult(this.pos,1)
5315
5315
  return t.deletedAfter?null:new ox(t.pos,this.attr,this.value)}toJSON(){return{stepType:"attr",pos:this.pos,attr:this.attr,value:this.value}}static fromJSON(e,t){if("number"!=typeof t.pos||"string"!=typeof t.attr)throw new RangeError("Invalid input for AttrStep.fromJSON")
5316
- return new ox(t.pos,t.attr,t.value)}}Ew.jsonID("attr",ox)
5316
+ return new ox(t.pos,t.attr,t.value)}}Iw.jsonID("attr",ox)
5317
5317
  let rx=class extends Error{}
5318
5318
  rx=function e(t){let n=Error.call(this,t)
5319
5319
  return n.__proto__=e.prototype,n},(rx.prototype=Object.create(Error.prototype)).constructor=rx,rx.prototype.name="TransformError"
@@ -5477,8 +5477,8 @@ else if("selection"==i.name)o.selection=lx.fromJSON(o.doc,t.selection)
5477
5477
  else if("storedMarks"==i.name)t.storedMarks&&(o.storedMarks=t.storedMarks.map(e.schema.markFromJSON))
5478
5478
  else{if(n)for(let r in n){let s=n[r],a=s.spec.state
5479
5479
  if(s.key==i.name&&a&&a.fromJSON&&Object.prototype.hasOwnProperty.call(t,r))return void(o[i.name]=a.fromJSON.call(s,e,t[r],o))}o[i.name]=i.init(e,o)}})),o}}function Mx(e,t,n){for(let i in e){let o=e[i]
5480
- o instanceof Function?o=o.bind(t):"handleDOMEvents"==i&&(o=Mx(o,t,{})),n[i]=o}return n}class _x{constructor(e){this.spec=e,this.props={},e.props&&Mx(e.props,this,this.props),this.key=e.key?e.key.key:Ex("plugin")}getState(e){return e[this.key]}}const Ax=Object.create(null)
5481
- function Ex(e){return e in Ax?e+"$"+ ++Ax[e]:(Ax[e]=0,e+"$")}class Ix{constructor(e="key"){this.key=Ex(e)}get(e){return e.config.pluginsByKey[this.key]}getState(e){return e[this.key]}}const Ox=function(e){for(var t=0;;t++)if(!(e=e.previousSibling))return t},Tx=function(e){let t=e.assignedSlot||e.parentNode
5480
+ o instanceof Function?o=o.bind(t):"handleDOMEvents"==i&&(o=Mx(o,t,{})),n[i]=o}return n}class _x{constructor(e){this.spec=e,this.props={},e.props&&Mx(e.props,this,this.props),this.key=e.key?e.key.key:Ix("plugin")}getState(e){return e[this.key]}}const Ax=Object.create(null)
5481
+ function Ix(e){return e in Ax?e+"$"+ ++Ax[e]:(Ax[e]=0,e+"$")}class Ex{constructor(e="key"){this.key=Ix(e)}get(e){return e.config.pluginsByKey[this.key]}getState(e){return e[this.key]}}const Ox=function(e){for(var t=0;;t++)if(!(e=e.previousSibling))return t},Tx=function(e){let t=e.assignedSlot||e.parentNode
5482
5482
  return t&&11==t.nodeType?t.host:t}
5483
5483
  let Rx=null
5484
5484
  const Dx=function(e,t,n){let i=Rx||(Rx=document.createRange())
@@ -5561,7 +5561,7 @@ return{top:n,bottom:n,left:e.left,right:e.right}}function Sk(e,t,n){let i=e.stat
5561
5561
  i!=t&&e.updateState(t),o!=e.dom&&e.focus()
5562
5562
  try{return n()}finally{i!=t&&e.updateState(i),o!=e.dom&&o&&o.focus()}}const $k=/[\u0590-\u08ac]/
5563
5563
  let Mk=null,_k=null,Ak=!1
5564
- function Ek(e,t,n){return Mk==t&&_k==n?Ak:(Mk=t,_k=n,Ak="up"==n||"down"==n?function(e,t,n){let i=t.selection,o="up"==n?i.$from:i.$to
5564
+ function Ik(e,t,n){return Mk==t&&_k==n?Ak:(Mk=t,_k=n,Ak="up"==n||"down"==n?function(e,t,n){let i=t.selection,o="up"==n?i.$from:i.$to
5565
5565
  return Sk(e,t,(()=>{let{node:t}=e.docView.domFromPos(o.pos,"up"==n?-1:1)
5566
5566
  for(;;){let n=e.docView.nearestDesc(t,!0)
5567
5567
  if(!n)break
@@ -5577,7 +5577,7 @@ let o=i.parentOffset,r=!o,s=o==i.parent.content.size,a=e.domSelection()
5577
5577
  return $k.test(i.parent.textContent)&&a.modify?Sk(e,t,(()=>{let{focusNode:t,focusOffset:o,anchorNode:r,anchorOffset:s}=e.domSelectionRange(),l=a.caretBidiLevel
5578
5578
  a.modify("move",n,"character")
5579
5579
  let c=i.depth?e.docView.domAfterPos(i.before()):e.dom,{focusNode:d,focusOffset:h}=e.domSelectionRange(),u=d&&!c.contains(1==d.nodeType?d:d.parentNode)||t==d&&o==h
5580
- try{a.collapse(r,s),t&&(t!=r||o!=s)&&a.extend&&a.extend(t,o)}catch(e){}return null!=l&&(a.caretBidiLevel=l),u})):"left"==n||"backward"==n?r:s}(e,t,n))}class Ik{constructor(e,t,n,i){this.parent=e,this.children=t,this.dom=n,this.contentDOM=i,this.dirty=0,n.pmViewDesc=this}matchesWidget(e){return!1}matchesMark(e){return!1}matchesNode(e,t,n){return!1}matchesHack(e){return!1}parseRule(){return null}stopEvent(e){return!1}get size(){let e=0
5580
+ try{a.collapse(r,s),t&&(t!=r||o!=s)&&a.extend&&a.extend(t,o)}catch(e){}return null!=l&&(a.caretBidiLevel=l),u})):"left"==n||"backward"==n?r:s}(e,t,n))}class Ek{constructor(e,t,n,i){this.parent=e,this.children=t,this.dom=n,this.contentDOM=i,this.dirty=0,n.pmViewDesc=this}matchesWidget(e){return!1}matchesMark(e){return!1}matchesNode(e,t,n){return!1}matchesHack(e){return!1}parseRule(){return null}stopEvent(e){return!1}get size(){let e=0
5581
5581
  for(let t=0;t<this.children.length;t++)e+=this.children[t].size
5582
5582
  return e}get border(){return 0}destroy(){this.parent=void 0,this.dom.pmViewDesc==this&&(this.dom.pmViewDesc=void 0)
5583
5583
  for(let e=0;e<this.children.length;e++)this.children[e].destroy()}posBeforeChild(e){for(let t=0,n=this.posAtStart;;t++){let i=this.children[t]
@@ -5644,16 +5644,16 @@ if(n==r?e<=r&&t>=n:e<r&&t>n){let i=n+o.border,s=r-o.border
5644
5644
  if(e>=i&&t<=s)return this.dirty=e==n||t==r?2:1,void(e!=i||t!=s||!o.contentLost&&o.dom.parentNode==this.contentDOM?o.markDirty(e-i,t-i):o.dirty=3)
5645
5645
  o.dirty=o.dom!=o.contentDOM||o.dom.parentNode!=this.contentDOM||o.children.length?3:2}n=r}this.dirty=2}markParentsDirty(){let e=1
5646
5646
  for(let t=this.parent;t;t=t.parent,e++){let n=1==e?2:1
5647
- t.dirty<n&&(t.dirty=n)}}get domAtom(){return!1}get ignoreForCoords(){return!1}}class Ok extends Ik{constructor(e,t,n,i){let o,r=t.type.toDOM
5647
+ t.dirty<n&&(t.dirty=n)}}get domAtom(){return!1}get ignoreForCoords(){return!1}}class Ok extends Ek{constructor(e,t,n,i){let o,r=t.type.toDOM
5648
5648
  if("function"==typeof r&&(r=r(n,(()=>o?o.parent?o.parent.posBeforeChild(o):void 0:i))),!t.type.spec.raw){if(1!=r.nodeType){let e=document.createElement("span")
5649
5649
  e.appendChild(r),r=e}r.contentEditable="false",r.classList.add("ProseMirror-widget")}super(e,[],r,null),this.widget=t,this.widget=t,o=this}matchesWidget(e){return 0==this.dirty&&e.type.eq(this.widget.type)}parseRule(){return{ignore:!0}}stopEvent(e){let t=this.widget.spec.stopEvent
5650
- return!!t&&t(e)}ignoreMutation(e){return"selection"!=e.type||this.widget.spec.ignoreSelection}destroy(){this.widget.type.destroy(this.dom),super.destroy()}get domAtom(){return!0}get side(){return this.widget.type.side}}class Tk extends Ik{constructor(e,t,n,i){super(e,[],t,null),this.textDOM=n,this.text=i}get size(){return this.text.length}localPosFromDOM(e,t){return e!=this.textDOM?this.posAtStart+(t?this.size:0):this.posAtStart+t}domFromPos(e){return{node:this.textDOM,offset:e}}ignoreMutation(e){return"characterData"===e.type&&e.target.nodeValue==e.oldValue}}class Rk extends Ik{constructor(e,t,n,i){super(e,[],n,i),this.mark=t}static create(e,t,n,i){let o=i.nodeViews[t.type.name],r=o&&o(t,i,n)
5650
+ return!!t&&t(e)}ignoreMutation(e){return"selection"!=e.type||this.widget.spec.ignoreSelection}destroy(){this.widget.type.destroy(this.dom),super.destroy()}get domAtom(){return!0}get side(){return this.widget.type.side}}class Tk extends Ek{constructor(e,t,n,i){super(e,[],t,null),this.textDOM=n,this.text=i}get size(){return this.text.length}localPosFromDOM(e,t){return e!=this.textDOM?this.posAtStart+(t?this.size:0):this.posAtStart+t}domFromPos(e){return{node:this.textDOM,offset:e}}ignoreMutation(e){return"characterData"===e.type&&e.target.nodeValue==e.oldValue}}class Rk extends Ek{constructor(e,t,n,i){super(e,[],n,i),this.mark=t}static create(e,t,n,i){let o=i.nodeViews[t.type.name],r=o&&o(t,i,n)
5651
5651
  return r&&r.dom||(r=ww.renderSpec(document,t.type.spec.toDOM(t,n))),new Rk(e,t,r.dom,r.contentDOM||r.dom)}parseRule(){return 3&this.dirty||this.mark.type.spec.reparseInView?null:{mark:this.mark.type.name,attrs:this.mark.attrs,contentElement:this.contentDOM}}matchesMark(e){return 3!=this.dirty&&this.mark.eq(e)}markDirty(e,t){if(super.markDirty(e,t),0!=this.dirty){let e=this.parent
5652
5652
  for(;!e.node;)e=e.parent
5653
5653
  e.dirty<this.dirty&&(e.dirty=this.dirty),this.dirty=0}}slice(e,t,n){let i=Rk.create(this.parent,this.mark,!0,n),o=this.children,r=this.size
5654
5654
  t<r&&(o=Jk(o,t,r,n)),e>0&&(o=Jk(o,0,e,n))
5655
5655
  for(let e=0;e<o.length;e++)o[e].parent=i
5656
- return i.children=o,i}}class Dk extends Ik{constructor(e,t,n,i,o,r,s,a,l){super(e,[],o,r),this.node=t,this.outerDeco=n,this.innerDeco=i,this.nodeDOM=s}static create(e,t,n,i,o,r){let s,a=o.nodeViews[t.type.name],l=a&&a(t,o,(()=>s?s.parent?s.parent.posBeforeChild(s):void 0:r),n,i),c=l&&l.dom,d=l&&l.contentDOM
5656
+ return i.children=o,i}}class Dk extends Ek{constructor(e,t,n,i,o,r,s,a,l){super(e,[],o,r),this.node=t,this.outerDeco=n,this.innerDeco=i,this.nodeDOM=s}static create(e,t,n,i,o,r){let s,a=o.nodeViews[t.type.name],l=a&&a(t,o,(()=>s?s.parent?s.parent.posBeforeChild(s):void 0:r),n,i),c=l&&l.dom,d=l&&l.contentDOM
5657
5657
  if(t.isText)if(c){if(3!=c.nodeType)throw new RangeError("Text must be rendered as a DOM text node")}else c=document.createTextNode(t.text)
5658
5658
  else c||({dom:c,contentDOM:d}=ww.renderSpec(document,t.type.spec.toDOM(t)))
5659
5659
  d||t.isText||"BR"==c.nodeName||(c.hasAttribute("contenteditable")||(c.contentEditable="false"),t.type.spec.draggable&&(c.draggable=!0))
@@ -5711,7 +5711,7 @@ for(;e&&e!=this.dom&&!e.pmIsDeco;)e=e.parentNode
5711
5711
  return{skip:e||!0}}update(e,t,n,i){return!(3==this.dirty||0!=this.dirty&&!this.inParent()||!e.sameMarkup(this.node))&&(this.updateOuterDeco(t),0==this.dirty&&e.text==this.node.text||e.text==this.nodeDOM.nodeValue||(this.nodeDOM.nodeValue=e.text,i.trackWrites==this.nodeDOM&&(i.trackWrites=null)),this.node=e,this.dirty=0,!0)}inParent(){let e=this.parent.contentDOM
5712
5712
  for(let t=this.nodeDOM;t;t=t.parentNode)if(t==e)return!0
5713
5713
  return!1}domFromPos(e){return{node:this.nodeDOM,offset:e}}localPosFromDOM(e,t,n){return e==this.nodeDOM?this.posAtStart+Math.min(t,this.node.text.length):super.localPosFromDOM(e,t,n)}ignoreMutation(e){return"characterData"!=e.type&&"selection"!=e.type}slice(e,t,n){let i=this.node.cut(e,t),o=document.createTextNode(i.text)
5714
- return new Lk(this.parent,i,this.outerDeco,this.innerDeco,o,o,n)}markDirty(e,t){super.markDirty(e,t),this.dom==this.nodeDOM||0!=e&&t!=this.nodeDOM.nodeValue.length||(this.dirty=3)}get domAtom(){return!1}}class Nk extends Ik{parseRule(){return{ignore:!0}}matchesHack(e){return 0==this.dirty&&this.dom.nodeName==e}get domAtom(){return!0}get ignoreForCoords(){return"IMG"==this.dom.nodeName}}class Pk extends Dk{constructor(e,t,n,i,o,r,s,a,l,c){super(e,t,n,i,o,r,s,l,c),this.spec=a}update(e,t,n,i){if(3==this.dirty)return!1
5714
+ return new Lk(this.parent,i,this.outerDeco,this.innerDeco,o,o,n)}markDirty(e,t){super.markDirty(e,t),this.dom==this.nodeDOM||0!=e&&t!=this.nodeDOM.nodeValue.length||(this.dirty=3)}get domAtom(){return!1}}class Nk extends Ek{parseRule(){return{ignore:!0}}matchesHack(e){return 0==this.dirty&&this.dom.nodeName==e}get domAtom(){return!0}get ignoreForCoords(){return"IMG"==this.dom.nodeName}}class Pk extends Dk{constructor(e,t,n,i,o,r,s,a,l,c){super(e,t,n,i,o,r,s,l,c),this.spec=a}update(e,t,n,i){if(3==this.dirty)return!1
5715
5715
  if(this.spec.update){let o=this.spec.update(e,t,n)
5716
5716
  return o&&this.updateInner(e,t,n,i),o}return!(!this.contentDOM&&!e.isLeaf)&&super.update(e,t,n,i)}selectNode(){this.spec.selectNode?this.spec.selectNode():super.selectNode()}deselectNode(){this.spec.deselectNode?this.spec.deselectNode():super.deselectNode()}setSelection(e,t,n,i){this.spec.setSelection?this.spec.setSelection(e,t,n):super.setSelection(e,t,n,i)}destroy(){this.spec.destroy&&this.spec.destroy(),super.destroy()}stopEvent(e){return!!this.spec.stopEvent&&this.spec.stopEvent(e)}ignoreMutation(e){return this.spec.ignoreMutation?this.spec.ignoreMutation(e):super.ignoreMutation(e)}}function zk(e,t,n){let i=e.firstChild,o=!1
5717
5717
  for(let r=0;r<t.length;r++){let s=t[r],a=s.dom
@@ -5920,7 +5920,7 @@ let n,i=e.content.firstChild.type.schema
5920
5920
  try{n=JSON.parse(t)}catch(t){return e}let{content:o,openStart:r,openEnd:s}=e
5921
5921
  for(let e=n.length-2;e>=0;e-=2){let t=i.nodes[n[e]]
5922
5922
  if(!t||t.hasRequiredAttrs())break
5923
- o=wy.from(t.create(n[e+1],o)),r++,s++}return new My(o,r,s)}(IC(s,+d[1],+d[2]),d[4])
5923
+ o=wy.from(t.create(n[e+1],o)),r++,s++}return new My(o,r,s)}(EC(s,+d[1],+d[2]),d[4])
5924
5924
  else if(s=My.maxOpen(function(e,t){if(e.childCount<2)return e
5925
5925
  for(let n=t.depth;n>=0;n--){let i,o=t.node(n).contentMatchAt(t.index(n)),r=[]
5926
5926
  if(e.forEach((e=>{if(!r)return
@@ -5930,14 +5930,14 @@ if(t=r.length&&i.length&&_C(n,i,e,r[r.length-1],0))r[r.length-1]=t
5930
5930
  else{r.length&&(r[r.length-1]=AC(r[r.length-1],i.length))
5931
5931
  let t=MC(e,n)
5932
5932
  r.push(t),o=o.matchType(t.type),i=n}})),r)return wy.from(r)}return e}(s.content,o),!0),s.openStart||s.openEnd){let e=0,t=0
5933
- for(let t=s.content.firstChild;e<s.openStart&&!t.type.spec.isolating;e++,t=t.firstChild);for(let e=s.content.lastChild;t<s.openEnd&&!e.type.spec.isolating;t++,e=e.lastChild);s=IC(s,e,t)}return e.someProp("transformPasted",(t=>{s=t(s,e)})),s}const $C=/^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|output|q|ruby|s|samp|span|strong|sub|sup|time|u|tt|var)$/i
5933
+ for(let t=s.content.firstChild;e<s.openStart&&!t.type.spec.isolating;e++,t=t.firstChild);for(let e=s.content.lastChild;t<s.openEnd&&!e.type.spec.isolating;t++,e=e.lastChild);s=EC(s,e,t)}return e.someProp("transformPasted",(t=>{s=t(s,e)})),s}const $C=/^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|output|q|ruby|s|samp|span|strong|sub|sup|time|u|tt|var)$/i
5934
5934
  function MC(e,t,n=0){for(let i=t.length-1;i>=n;i--)e=t[i].create(null,wy.from(e))
5935
5935
  return e}function _C(e,t,n,i,o){if(o<e.length&&o<t.length&&e[o]==t[o]){let r=_C(e,t,n,i.lastChild,o+1)
5936
5936
  if(r)return i.copy(i.content.replaceChild(i.childCount-1,r))
5937
5937
  if(i.contentMatchAt(i.childCount).matchType(o==e.length-1?n.type:e[o+1]))return i.copy(i.content.append(wy.from(MC(n,e,o+1))))}}function AC(e,t){if(0==t)return e
5938
5938
  let n=e.content.replaceChild(e.childCount-1,AC(e.lastChild,t-1)),i=e.contentMatchAt(e.childCount).fillBefore(wy.empty,!0)
5939
- return e.copy(n.append(i))}function EC(e,t,n,i,o,r){let s=t<0?e.firstChild:e.lastChild,a=s.content
5940
- return e.childCount>1&&(r=0),o<i-1&&(a=EC(a,t,n,i,o+1,r)),o>=n&&(a=t<0?s.contentMatchAt(0).fillBefore(a,r<=o).append(a):a.append(s.contentMatchAt(s.childCount).fillBefore(wy.empty,!0))),e.replaceChild(t<0?0:e.childCount-1,s.copy(a))}function IC(e,t,n){return t<e.openStart&&(e=new My(EC(e.content,-1,t,e.openStart,0,e.openEnd),t,e.openEnd)),n<e.openEnd&&(e=new My(EC(e.content,1,n,e.openEnd,0,0),e.openStart,n)),e}const OC={thead:["table"],tbody:["table"],tfoot:["table"],caption:["table"],colgroup:["table"],col:["table","colgroup"],tr:["table","tbody"],td:["table","tbody","tr"],th:["table","tbody","tr"]}
5939
+ return e.copy(n.append(i))}function IC(e,t,n,i,o,r){let s=t<0?e.firstChild:e.lastChild,a=s.content
5940
+ return e.childCount>1&&(r=0),o<i-1&&(a=IC(a,t,n,i,o+1,r)),o>=n&&(a=t<0?s.contentMatchAt(0).fillBefore(a,r<=o).append(a):a.append(s.contentMatchAt(s.childCount).fillBefore(wy.empty,!0))),e.replaceChild(t<0?0:e.childCount-1,s.copy(a))}function EC(e,t,n){return t<e.openStart&&(e=new My(IC(e.content,-1,t,e.openStart,0,e.openEnd),t,e.openEnd)),n<e.openEnd&&(e=new My(IC(e.content,1,n,e.openEnd,0,0),e.openStart,n)),e}const OC={thead:["table"],tbody:["table"],tfoot:["table"],caption:["table"],colgroup:["table"],col:["table","colgroup"],tr:["table","tbody"],td:["table","tbody","tr"],th:["table","tbody","tr"]}
5941
5941
  let TC=null
5942
5942
  function RC(){return TC||(TC=document.implementation.createHTMLDocument("title"))}const DC={},FC={},LC={touchstart:!0,touchmove:!0}
5943
5943
  class NC{constructor(){this.shiftKey=!1,this.mouseDown=null,this.lastKeyCode=null,this.lastKeyCodeTime=0,this.lastClick={time:0,x:0,y:0,type:""},this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastIOSEnter=0,this.lastIOSEnterFallbackTimeout=-1,this.lastFocus=0,this.lastTouch=0,this.lastAndroidDelete=0,this.composing=!1,this.composingTimeout=-1,this.compositionNodes=[],this.compositionEndedAt=-2e8,this.compositionID=1,this.compositionPendingChanges=0,this.domChangeCount=0,this.eventHandlers=Object.create(null),this.hideSelectionGuard=null}}function PC(e,t){e.input.lastSelectionOrigin=t,e.input.lastSelectionTime=Date.now()}function zC(e){e.someProp("handleDOMEvents",(t=>{for(let n in t)e.input.eventHandlers[n]||e.dom.addEventListener(n,e.input.eventHandlers[n]=t=>VC(e,t))}))}function VC(e,t){return e.someProp("handleDOMEvents",(n=>{let i=n[t.type]
@@ -6181,8 +6181,8 @@ n&&(o=o<0?n.from:Math.min(n.from,o),r=r<0?n.to:Math.max(n.to,r),n.typeOver&&(s=!
6181
6181
  if(2==e.length){let t=e[0],n=e[1]
6182
6182
  t.parentNode&&t.parentNode.parentNode==n.parentNode?n.remove():t.remove()}}let l=null
6183
6183
  o<0&&i&&e.input.lastFocus>Date.now()-200&&Math.max(e.input.lastTouch,e.input.lastClick.time)<Date.now()-300&&Vx(n)&&(l=Xk(e))&&l.eq(lx.near(e.state.doc.resolve(0),1))?(e.input.lastFocus=0,Qk(e),this.currentSelection.set(n),e.scrollToSelection()):(o>-1||i)&&(o>-1&&(e.docView.markDirty(o,r),function(e){if(AS.has(e))return
6184
- if(AS.set(e,null),-1!==["normal","nowrap","pre-line"].indexOf(getComputedStyle(e.dom).whiteSpace)){if(e.requiresGeckoHackNode=Jx,ES)return
6185
- console.warn("ProseMirror expects the CSS white-space property to be set, preferably to 'pre-wrap'. It is recommended to load style/prosemirror.css from the prosemirror-view package."),ES=!0}}(e)),this.handleDOMChange(o,r,s,a),e.docView&&e.docView.dirty?e.updateState(e.state):this.currentSelection.eq(n)||Qk(e),this.currentSelection.set(n))}registerMutation(e,t){if(t.indexOf(e.target)>-1)return null
6184
+ if(AS.set(e,null),-1!==["normal","nowrap","pre-line"].indexOf(getComputedStyle(e.dom).whiteSpace)){if(e.requiresGeckoHackNode=Jx,IS)return
6185
+ console.warn("ProseMirror expects the CSS white-space property to be set, preferably to 'pre-wrap'. It is recommended to load style/prosemirror.css from the prosemirror-view package."),IS=!0}}(e)),this.handleDOMChange(o,r,s,a),e.docView&&e.docView.dirty?e.updateState(e.state):this.currentSelection.eq(n)||Qk(e),this.currentSelection.set(n))}registerMutation(e,t){if(t.indexOf(e.target)>-1)return null
6186
6186
  let n=this.view.docView.nearestDesc(e.target)
6187
6187
  if("attributes"==e.type&&(n==this.view.docView||"contenteditable"==e.attributeName||"style"==e.attributeName&&!e.oldValue&&!e.target.getAttribute("style")))return null
6188
6188
  if(!n||n.ignoreMutation(e))return null
@@ -6190,8 +6190,8 @@ if("childList"==e.type){for(let n=0;n<e.addedNodes.length;n++)t.push(e.addedNode
6190
6190
  if(n.contentDOM&&n.contentDOM!=n.dom&&!n.contentDOM.contains(e.target))return{from:n.posBefore,to:n.posAfter}
6191
6191
  let i=e.previousSibling,o=e.nextSibling
6192
6192
  if(Gx&&Kx<=11&&e.addedNodes.length)for(let t=0;t<e.addedNodes.length;t++){let{previousSibling:n,nextSibling:r}=e.addedNodes[t];(!n||Array.prototype.indexOf.call(e.addedNodes,n)<0)&&(i=n),(!r||Array.prototype.indexOf.call(e.addedNodes,r)<0)&&(o=r)}let r=i&&i.parentNode==e.target?Ox(i)+1:0,s=n.localPosFromDOM(e.target,r,-1),a=o&&o.parentNode==e.target?Ox(o):e.target.childNodes.length
6193
- return{from:s,to:n.localPosFromDOM(e.target,a,1)}}return"attributes"==e.type?{from:n.posAtStart-n.border,to:n.posAtEnd+n.border}:{from:n.posAtStart,to:n.posAtEnd,typeOver:e.target.nodeValue==e.oldValue}}}let AS=new WeakMap,ES=!1
6194
- function IS(e){let t=e.pmViewDesc
6193
+ return{from:s,to:n.localPosFromDOM(e.target,a,1)}}return"attributes"==e.type?{from:n.posAtStart-n.border,to:n.posAtEnd+n.border}:{from:n.posAtStart,to:n.posAtEnd,typeOver:e.target.nodeValue==e.oldValue}}}let AS=new WeakMap,IS=!1
6194
+ function ES(e){let t=e.pmViewDesc
6195
6195
  if(t)return t.parseRule()
6196
6196
  if("BR"==e.nodeName&&e.parentNode){if(ek&&/^(ul|ol)$/i.test(e.parentNode.nodeName)){let e=document.createElement("div")
6197
6197
  return e.appendChild(document.createElement("li")),{skip:e}}if(e.parentNode.lastChild==e||ek&&/^(tr|table)$/i.test(e.parentNode.nodeName))return{ignore:!0}}else if("IMG"==e.nodeName&&e.getAttribute("mark-placeholder"))return{ignore:!0}
@@ -6205,7 +6205,7 @@ t=s.before(a+1),n=e.state.doc.resolve(n).after(a+1)
6205
6205
  let l,c,d=e.state.selection,h=function(e,t,n){let i,{node:o,fromOffset:r,toOffset:s,from:a,to:l}=e.docView.parseRange(t,n),c=e.domSelectionRange(),d=c.anchorNode
6206
6206
  if(d&&e.dom.contains(1==d.nodeType?d:d.parentNode)&&(i=[{node:d,offset:c.anchorOffset}],Vx(c)||i.push({node:c.focusNode,offset:c.focusOffset})),Yx&&8===e.input.lastKeyCode)for(let e=s;e>r;e--){let t=o.childNodes[e-1],n=t.pmViewDesc
6207
6207
  if("BR"==t.nodeName&&!n){s=e
6208
- break}if(!n||n.size)break}let h=e.state.doc,u=e.someProp("domParser")||dw.fromSchema(e.state.schema),p=h.resolve(a),f=null,g=u.parse(o,{topNode:p.parent,topMatch:p.parent.contentMatchAt(p.index()),topOpen:!0,from:r,to:s,preserveWhitespace:"pre"!=p.parent.type.whitespace||"full",findPositions:i,ruleFromNode:IS,context:p})
6208
+ break}if(!n||n.size)break}let h=e.state.doc,u=e.someProp("domParser")||dw.fromSchema(e.state.schema),p=h.resolve(a),f=null,g=u.parse(o,{topNode:p.parent,topMatch:p.parent.contentMatchAt(p.index()),topOpen:!0,from:r,to:s,preserveWhitespace:"pre"!=p.parent.type.whitespace||"full",findPositions:i,ruleFromNode:ES,context:p})
6209
6209
  if(i&&null!=i[0].pos){let e=i[0].pos,t=i[1]&&i[1].pos
6210
6210
  null==t&&(t=e),f={anchor:e+a,head:t+a}}return{doc:g,sel:f,from:a,to:l}}(e,t,n),u=e.state.doc,p=u.slice(h.from,h.to)
6211
6211
  8===e.input.lastKeyCode&&Date.now()-100<e.input.lastKeyCodeTime?(l=e.state.selection.to,c="end"):(l=e.state.selection.from,c="start"),e.input.lastKeyCode=null
@@ -6297,7 +6297,7 @@ if(null==e)for(let e=this.dom.parentNode;e;e=e.parentNode)if(9==e.nodeType||11==
6297
6297
  return e||document}posAtCoords(e){return vk(this,e)}coordsAtPos(e,t=1){return xk(this,e,t)}domAtPos(e,t=0){return this.docView.domFromPos(e,t)}nodeDOM(e){let t=this.docView.descAt(e)
6298
6298
  return t?t.nodeDOM:null}posAtDOM(e,t,n=-1){let i=this.docView.posFromDOM(e,t,n)
6299
6299
  if(null==i)throw new RangeError("DOM position not inside the editor")
6300
- return i}endOfTextblock(e,t){return Ek(this,t||this.state,e)}pasteHTML(e,t){return iS(this,"",e,!1,t||new ClipboardEvent("paste"))}pasteText(e,t){return iS(this,e,null,!0,t||new ClipboardEvent("paste"))}destroy(){this.docView&&(!function(e){e.domObserver.stop()
6300
+ return i}endOfTextblock(e,t){return Ik(this,t||this.state,e)}pasteHTML(e,t){return iS(this,"",e,!1,t||new ClipboardEvent("paste"))}pasteText(e,t){return iS(this,e,null,!0,t||new ClipboardEvent("paste"))}destroy(){this.docView&&(!function(e){e.domObserver.stop()
6301
6301
  for(let t in e.input.eventHandlers)e.dom.removeEventListener(t,e.input.eventHandlers[t])
6302
6302
  clearTimeout(e.input.composingTimeout),clearTimeout(e.input.lastIOSEnterFallbackTimeout)}(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],CS(this),this),this.dom.textContent=""):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null)}get isDestroyed(){return null==this.docView}dispatchEvent(e){return function(e,t){VC(e,t)||!DC[t.type]||!e.editable&&t.type in FC||DC[t.type](e,t)}(this,e)}dispatch(e){let t=this._props.dispatchTransaction
6303
6303
  t?t.call(this,e):this.updateState(this.state.apply(e))}domSelectionRange(){return ek&&11===this.root.nodeType&&function(e){let t=e.activeElement
@@ -6442,7 +6442,7 @@ return n||(e.selectionSet||e.docChanged?null:t)}},props:{handleTextInput:(e,o,r,
6442
6442
  o&&_$({editor:t,from:o.pos,to:o.pos,text:"",rules:n,plugin:i})})),!1)},handleKeyDown(e,o){if("Enter"!==o.key)return!1
6443
6443
  const{$cursor:r}=e.state.selection
6444
6444
  return!!r&&_$({editor:t,from:r.pos,to:r.pos,text:"\n",rules:n,plugin:i})}},isInputRules:!0})
6445
- return i}class E${constructor(e){this.find=e.find,this.handler=e.handler}}const I$=(e,t)=>{if(S$(t))return[...e.matchAll(t)]
6445
+ return i}class I${constructor(e){this.find=e.find,this.handler=e.handler}}const E$=(e,t)=>{if(S$(t))return[...e.matchAll(t)]
6446
6446
  const n=t(e)
6447
6447
  return n?n.map((t=>{const n=[t.text]
6448
6448
  return n.index=t.index,n.input=e,n.data=t.data,t.replaceWith&&(t.text.includes(t.replaceWith)||console.warn('[tiptap warn]: "pasteRuleMatch.replaceWith" must be part of "pasteRuleMatch.text".'),n.push(t.replaceWith)),n})):[]}
@@ -6459,7 +6459,7 @@ if("number"!=typeof d||!h||d===h.b)return
6459
6459
  const u=s.tr,p=l$({state:s,transaction:u}),f=function(e){const{editor:t,state:n,from:i,to:o,rule:r}=e,{commands:s,chain:a,can:l}=new c$({editor:t,state:n}),c=[]
6460
6460
  return n.doc.nodesBetween(i,o,((e,t)=>{if(!e.isTextblock||e.type.spec.code)return
6461
6461
  const d=Math.max(i,t),h=Math.min(o,t+e.content.size),u=e.textBetween(d-t,h-t,void 0,"")
6462
- I$(u,r.find).forEach((e=>{if(void 0===e.index)return
6462
+ E$(u,r.find).forEach((e=>{if(void 0===e.index)return
6463
6463
  const t=d+e.index+1,i=t+e[0].length,o={from:n.tr.mapping.map(t),to:n.tr.mapping.map(i)},h=r.handler({state:n,range:o,match:e,commands:s,chain:a,can:l})
6464
6464
  c.push(h)}))})),c.every((e=>null!==e))}({editor:t,state:p,from:Math.max(d-1,0),to:h.b-1,rule:e})
6465
6465
  return f&&u.steps.length?u:void 0}})))
@@ -6523,7 +6523,7 @@ return t.parent=this,this.child=t,t.name=e.name?e.name:t.parent.name,e.defaultOp
6523
6523
  let a="",l=!0
6524
6524
  return e.nodesBetween(i,o,((e,n,c,d)=>{var h
6525
6525
  const u=null==s?void 0:s[e.type.name]
6526
- u?(e.isBlock&&!l&&(a+=r,l=!0),c&&(a+=u({node:e,pos:n,parent:c,index:d,range:t}))):e.isText?(a+=null===(h=null==e?void 0:e.text)||void 0===h?void 0:h.slice(Math.max(i,n)-n,o-n),l=!1):e.isBlock&&!l&&(a+=r,l=!0)})),a}function N$(e){return Object.fromEntries(Object.entries(e.nodes).filter((([,e])=>e.spec.toText)).map((([e,t])=>[e,t.spec.toText])))}const P$=F$.create({name:"clipboardTextSerializer",addProseMirrorPlugins(){return[new _x({key:new Ix("clipboardTextSerializer"),props:{clipboardTextSerializer:()=>{const{editor:e}=this,{state:t,schema:n}=e,{doc:i,selection:o}=t,{ranges:r}=o,s=Math.min(...r.map((e=>e.$from.pos))),a=Math.max(...r.map((e=>e.$to.pos)))
6526
+ u?(e.isBlock&&!l&&(a+=r,l=!0),c&&(a+=u({node:e,pos:n,parent:c,index:d,range:t}))):e.isText?(a+=null===(h=null==e?void 0:e.text)||void 0===h?void 0:h.slice(Math.max(i,n)-n,o-n),l=!1):e.isBlock&&!l&&(a+=r,l=!0)})),a}function N$(e){return Object.fromEntries(Object.entries(e.nodes).filter((([,e])=>e.spec.toText)).map((([e,t])=>[e,t.spec.toText])))}const P$=F$.create({name:"clipboardTextSerializer",addProseMirrorPlugins(){return[new _x({key:new Ex("clipboardTextSerializer"),props:{clipboardTextSerializer:()=>{const{editor:e}=this,{state:t,schema:n}=e,{doc:i,selection:o}=t,{ranges:r}=o,s=Math.min(...r.map((e=>e.$from.pos))),a=Math.max(...r.map((e=>e.$to.pos)))
6527
6527
  return L$(i,{from:s,to:a},{textSerializers:N$(n)})}}})]}})
6528
6528
  function z$(e,t,n={strict:!0}){const i=Object.keys(t)
6529
6529
  return!i.length||i.every((i=>n.strict?t[i]===e[i]:S$(t[i])?t[i].test(e[i]):t[i]===e[i]))}function V$(e,t,n={}){return e.find((e=>e.type===t&&z$(e.attrs,n)))}function H$(e,t,n={}){return!!V$(e,t,n)}function B$(e,t,n={}){if(!e||!t)return
@@ -6778,19 +6778,19 @@ return!!a&&("node"===a&&(r=f$(e,i.schema)),"mark"===a&&(s=q$(e,i.schema)),o&&n.s
6778
6778
  i.doc.nodesBetween(o,a,((e,i)=>{r&&r===e.type&&n.setNodeMarkup(i,void 0,{...e.attrs,...t}),s&&e.marks.length&&e.marks.forEach((r=>{if(s===r.type){const l=Math.max(i,o),c=Math.min(i+e.nodeSize,a)
6779
6779
  n.addMark(l,c,s.create({...r.attrs,...t}))}}))}))})),!0)},wrapIn:(e,t={})=>({state:n,dispatch:i})=>function(e,t=null){return function(n,i){let{$from:o,$to:r}=n.selection,s=o.blockRange(r),a=s&&Hw(s,e,t)
6780
6780
  return!!a&&(i&&i(n.tr.wrap(s,a).scrollIntoView()),!0)}}(f$(e,n.schema),t)(n,i),wrapInList:(e,t={})=>({state:n,dispatch:i})=>s$(f$(e,n.schema),t)(n,i)})
6781
- const pM=F$.create({name:"commands",addCommands:()=>({...uM})}),fM=F$.create({name:"editable",addProseMirrorPlugins(){return[new _x({key:new Ix("editable"),props:{editable:()=>this.editor.options.editable}})]}}),gM=F$.create({name:"focusEvents",addProseMirrorPlugins(){const{editor:e}=this
6782
- return[new _x({key:new Ix("focusEvents"),props:{handleDOMEvents:{focus:(t,n)=>{e.isFocused=!0
6781
+ const pM=F$.create({name:"commands",addCommands:()=>({...uM})}),fM=F$.create({name:"editable",addProseMirrorPlugins(){return[new _x({key:new Ex("editable"),props:{editable:()=>this.editor.options.editable}})]}}),gM=F$.create({name:"focusEvents",addProseMirrorPlugins(){const{editor:e}=this
6782
+ return[new _x({key:new Ex("focusEvents"),props:{handleDOMEvents:{focus:(t,n)=>{e.isFocused=!0
6783
6783
  const i=e.state.tr.setMeta("focus",{event:n}).setMeta("addToHistory",!1)
6784
6784
  return t.dispatch(i),!1},blur:(t,n)=>{e.isFocused=!1
6785
6785
  const i=e.state.tr.setMeta("blur",{event:n}).setMeta("addToHistory",!1)
6786
6786
  return t.dispatch(i),!1}}}})]}}),mM=F$.create({name:"keymap",addKeyboardShortcuts(){const e=()=>this.editor.commands.first((({commands:e})=>[()=>e.undoInputRule(),()=>e.command((({tr:t})=>{const{selection:n,doc:i}=t,{empty:o,$anchor:r}=n,{pos:s,parent:a}=r,l=r.parent.isTextblock?t.doc.resolve(s-1):r,c=l.parent.type.spec.isolating,d=r.pos-r.parentOffset,h=c&&1===l.parent.childCount?d===r.pos:lx.atStart(i).from===s
6787
6787
  return!(!(o&&h&&a.type.isTextblock)||a.textContent.length)&&e.clearNodes()})),()=>e.deleteSelection(),()=>e.joinBackward(),()=>e.selectNodeBackward()])),t=()=>this.editor.commands.first((({commands:e})=>[()=>e.deleteSelection(),()=>e.deleteCurrentNode(),()=>e.joinForward(),()=>e.selectNodeForward()])),n={Enter:()=>this.editor.commands.first((({commands:e})=>[()=>e.newlineInCode(),()=>e.createParagraphNear(),()=>e.liftEmptyBlock(),()=>e.splitBlock()])),"Mod-Enter":()=>this.editor.commands.exitCode(),Backspace:e,"Mod-Backspace":e,"Shift-Backspace":e,Delete:t,"Mod-Delete":t,"Mod-a":()=>this.editor.commands.selectAll()},i={...n},o={...n,"Ctrl-h":e,"Alt-Backspace":e,"Ctrl-d":t,"Ctrl-Alt-Backspace":t,"Alt-Delete":t,"Alt-d":t,"Ctrl-a":()=>this.editor.commands.selectTextblockStart(),"Ctrl-e":()=>this.editor.commands.selectTextblockEnd()}
6788
- return W$()||J$()?o:i},addProseMirrorPlugins(){return[new _x({key:new Ix("clearDocument"),appendTransaction:(e,t,n)=>{if(!(e.some((e=>e.docChanged))&&!t.doc.eq(n.doc)))return
6788
+ return W$()||J$()?o:i},addProseMirrorPlugins(){return[new _x({key:new Ex("clearDocument"),appendTransaction:(e,t,n)=>{if(!(e.some((e=>e.docChanged))&&!t.doc.eq(n.doc)))return
6789
6789
  const{empty:i,from:o,to:r}=t.selection,s=lx.atStart(t.doc).from,a=lx.atEnd(t.doc).to
6790
6790
  if(i||!(o===s&&r===a))return
6791
6791
  if(!(0===n.doc.textBetween(0,n.doc.content.size," "," ").length))return
6792
6792
  const l=n.tr,c=l$({state:n,transaction:l}),{commands:d}=new c$({editor:this.editor,state:c})
6793
- return d.clearNodes(),l.steps.length?l:void 0}})]}}),vM=F$.create({name:"tabindex",addProseMirrorPlugins(){return[new _x({key:new Ix("tabindex"),props:{attributes:this.editor.isEditable?{tabindex:"0"}:{}}})]}})
6793
+ return d.clearNodes(),l.steps.length?l:void 0}})]}}),vM=F$.create({name:"tabindex",addProseMirrorPlugins(){return[new _x({key:new Ex("tabindex"),props:{attributes:this.editor.isEditable?{tabindex:"0"}:{}}})]}})
6794
6794
  var bM=Object.freeze({__proto__:null,ClipboardTextSerializer:P$,Commands:pM,Editable:fM,FocusEvents:gM,Keymap:mM,Tabindex:vM})
6795
6795
  class yM extends d${constructor(e={}){super(),this.isFocused=!1,this.extensionStorage={},this.options={element:document.createElement("div"),content:"",injectCSS:!0,injectNonce:void 0,extensions:[],autofocus:!1,editable:!0,editorProps:{},parseOptions:{},enableInputRules:!0,enablePasteRules:!0,enableCoreExtensions:!0,onBeforeCreate:()=>null,onCreate:()=>null,onUpdate:()=>null,onSelectionUpdate:()=>null,onTransaction:()=>null,onFocus:()=>null,onBlur:()=>null,onDestroy:()=>null},this.isCapturingTransaction=!1,this.capturedTransaction=null,this.setOptions(e),this.createExtensionManager(),this.createCommandManager(),this.createSchema(),this.on("beforeCreate",this.options.onBeforeCreate),this.emit("beforeCreate",{editor:this}),this.createView(),this.injectCSS(),this.on("create",this.options.onCreate),this.on("update",this.options.onUpdate),this.on("selectionUpdate",this.options.onSelectionUpdate),this.on("transaction",this.options.onTransaction),this.on("focus",this.options.onFocus),this.on("blur",this.options.onBlur),this.on("destroy",this.options.onDestroy),window.setTimeout((()=>{this.isDestroyed||(this.commands.focus(this.options.autofocus),this.emit("create",{editor:this}))}),0)}get storage(){return this.extensionStorage}get commands(){return this.commandManager.commands}chain(){return this.commandManager.chain()}can(){return this.commandManager.can()}injectCSS(){this.options.injectCSS&&document&&(this.css=function(e,t,n){const i=document.querySelector(`style[data-tiptap-style${n?`-${n}`:""}]`)
6796
6796
  if(null!==i)return i
@@ -6841,14 +6841,14 @@ const r=o.find((e=>(null==e?void 0:e.type.name)===t.name))
6841
6841
  return r&&n.removeStoredMark(r),n.insertText(" ",i.pos),e.view.dispatch(n),!0}return!1}}let CM=class e{constructor(e={}){this.type="node",this.name="node",this.parent=null,this.child=null,this.config={name:this.name,defaultOptions:{}},this.config={...this.config,...e},this.name=this.config.name,e.defaultOptions&&console.warn(`[tiptap warn]: BREAKING CHANGE: "defaultOptions" is deprecated. Please use "addOptions" instead. Found in extension: "${this.name}".`),this.options=this.config.defaultOptions,this.config.addOptions&&(this.options=b$(h$(this,"addOptions",{name:this.name}))),this.storage=b$(h$(this,"addStorage",{name:this.name,options:this.options}))||{}}static create(t={}){return new e(t)}configure(e={}){const t=this.extend()
6842
6842
  return t.options=D$(this.options,e),t.storage=b$(h$(t,"addStorage",{name:t.name,options:t.options})),t}extend(t={}){const n=new e(t)
6843
6843
  return n.parent=this,this.child=n,n.name=t.name?t.name:n.parent.name,t.defaultOptions&&console.warn(`[tiptap warn]: BREAKING CHANGE: "defaultOptions" is deprecated. Please use "addOptions" instead. Found in extension: "${n.name}".`),n.options=b$(h$(n,"addOptions",{name:n.name})),n.storage=b$(h$(n,"addStorage",{name:n.name,options:n.options})),n}}
6844
- function SM(e){return new E$({find:e.find,handler:({state:t,range:n,match:i})=>{const o=b$(e.getAttributes,void 0,i)
6844
+ function SM(e){return new I$({find:e.find,handler:({state:t,range:n,match:i})=>{const o=b$(e.getAttributes,void 0,i)
6845
6845
  if(!1===o||null===o)return null
6846
6846
  const{tr:r}=t,s=i[i.length-1],a=i[0]
6847
6847
  let l=n.to
6848
6848
  if(s){const i=a.search(/\S/),c=n.from+a.indexOf(s),d=c+s.length
6849
6849
  if(rM(n.from,n.to,t.doc).filter((t=>t.mark.type.excluded.find((n=>n===e.type&&n!==t.mark.type)))).filter((e=>e.to>c)).length)return null
6850
- d<n.to&&r.delete(d,n.to),c>n.from&&r.delete(n.from+i,c),l=n.from+i+s.length,r.addMark(n.from+i,l,e.type.create(o||{})),r.removeStoredMark(e.type)}}})}const $M=/(?:^|\s)((?:\*\*)((?:[^*]+))(?:\*\*))$/,MM=/(?:^|\s)((?:\*\*)((?:[^*]+))(?:\*\*))/g,_M=/(?:^|\s)((?:__)((?:[^__]+))(?:__))$/,AM=/(?:^|\s)((?:__)((?:[^__]+))(?:__))/g,EM=kM.create({name:"bold",addOptions:()=>({HTMLAttributes:{}}),parseHTML:()=>[{tag:"strong"},{tag:"b",getAttrs:e=>"normal"!==e.style.fontWeight&&null},{style:"font-weight",getAttrs:e=>/^(bold(er)?|[5-9]\d{2,})$/.test(e)&&null}],renderHTML({HTMLAttributes:e}){return["strong",g$(this.options.HTMLAttributes,e),0]},addCommands(){return{setBold:()=>({commands:e})=>e.setMark(this.name),toggleBold:()=>({commands:e})=>e.toggleMark(this.name),unsetBold:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-b":()=>this.editor.commands.toggleBold(),"Mod-B":()=>this.editor.commands.toggleBold()}},addInputRules(){return[wM({find:$M,type:this.type}),wM({find:_M,type:this.type})]},addPasteRules(){return[SM({find:MM,type:this.type}),SM({find:AM,type:this.type})]}}),IM=CM.create({name:"listItem",addOptions:()=>({HTMLAttributes:{},bulletListTypeName:"bulletList",orderedListTypeName:"orderedList"}),content:"paragraph block*",defining:!0,parseHTML:()=>[{tag:"li"}],renderHTML({HTMLAttributes:e}){return["li",g$(this.options.HTMLAttributes,e),0]},addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}}),OM=kM.create({name:"textStyle",addOptions:()=>({HTMLAttributes:{}}),parseHTML:()=>[{tag:"span",getAttrs:e=>!!e.hasAttribute("style")&&{}}],renderHTML({HTMLAttributes:e}){return["span",g$(this.options.HTMLAttributes,e),0]},addCommands(){return{removeEmptyTextStyle:()=>({state:e,commands:t})=>{const n=tM(e,this.type)
6851
- return!!Object.entries(n).some((([,e])=>!!e))||t.unsetMark(this.name)}}}}),TM=/^\s*([-+*])\s$/,RM=CM.create({name:"bulletList",addOptions:()=>({itemTypeName:"listItem",HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}),group:"block list",content(){return`${this.options.itemTypeName}+`},parseHTML:()=>[{tag:"ul"}],renderHTML({HTMLAttributes:e}){return["ul",g$(this.options.HTMLAttributes,e),0]},addCommands(){return{toggleBulletList:()=>({commands:e,chain:t})=>this.options.keepAttributes?t().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(IM.name,this.editor.getAttributes(OM.name)).run():e.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-8":()=>this.editor.commands.toggleBulletList()}},addInputRules(){let e=xM({find:TM,type:this.type})
6850
+ d<n.to&&r.delete(d,n.to),c>n.from&&r.delete(n.from+i,c),l=n.from+i+s.length,r.addMark(n.from+i,l,e.type.create(o||{})),r.removeStoredMark(e.type)}}})}const $M=/(?:^|\s)((?:\*\*)((?:[^*]+))(?:\*\*))$/,MM=/(?:^|\s)((?:\*\*)((?:[^*]+))(?:\*\*))/g,_M=/(?:^|\s)((?:__)((?:[^__]+))(?:__))$/,AM=/(?:^|\s)((?:__)((?:[^__]+))(?:__))/g,IM=kM.create({name:"bold",addOptions:()=>({HTMLAttributes:{}}),parseHTML:()=>[{tag:"strong"},{tag:"b",getAttrs:e=>"normal"!==e.style.fontWeight&&null},{style:"font-weight",getAttrs:e=>/^(bold(er)?|[5-9]\d{2,})$/.test(e)&&null}],renderHTML({HTMLAttributes:e}){return["strong",g$(this.options.HTMLAttributes,e),0]},addCommands(){return{setBold:()=>({commands:e})=>e.setMark(this.name),toggleBold:()=>({commands:e})=>e.toggleMark(this.name),unsetBold:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-b":()=>this.editor.commands.toggleBold(),"Mod-B":()=>this.editor.commands.toggleBold()}},addInputRules(){return[wM({find:$M,type:this.type}),wM({find:_M,type:this.type})]},addPasteRules(){return[SM({find:MM,type:this.type}),SM({find:AM,type:this.type})]}}),EM=CM.create({name:"listItem",addOptions:()=>({HTMLAttributes:{},bulletListTypeName:"bulletList",orderedListTypeName:"orderedList"}),content:"paragraph block*",defining:!0,parseHTML:()=>[{tag:"li"}],renderHTML({HTMLAttributes:e}){return["li",g$(this.options.HTMLAttributes,e),0]},addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}}),OM=kM.create({name:"textStyle",addOptions:()=>({HTMLAttributes:{}}),parseHTML:()=>[{tag:"span",getAttrs:e=>!!e.hasAttribute("style")&&{}}],renderHTML({HTMLAttributes:e}){return["span",g$(this.options.HTMLAttributes,e),0]},addCommands(){return{removeEmptyTextStyle:()=>({state:e,commands:t})=>{const n=tM(e,this.type)
6851
+ return!!Object.entries(n).some((([,e])=>!!e))||t.unsetMark(this.name)}}}}),TM=/^\s*([-+*])\s$/,RM=CM.create({name:"bulletList",addOptions:()=>({itemTypeName:"listItem",HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}),group:"block list",content(){return`${this.options.itemTypeName}+`},parseHTML:()=>[{tag:"ul"}],renderHTML({HTMLAttributes:e}){return["ul",g$(this.options.HTMLAttributes,e),0]},addCommands(){return{toggleBulletList:()=>({commands:e,chain:t})=>this.options.keepAttributes?t().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(EM.name,this.editor.getAttributes(OM.name)).run():e.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-8":()=>this.editor.commands.toggleBulletList()}},addInputRules(){let e=xM({find:TM,type:this.type})
6852
6852
  return(this.options.keepMarks||this.options.keepAttributes)&&(e=xM({find:TM,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:()=>this.editor.getAttributes(OM.name),editor:this.editor})),[e]}}),DM=CM.create({name:"doc",topNode:!0,content:"block+"})
6853
6853
  var FM=200,LM=function(){}
6854
6854
  LM.prototype.append=function(e){return e.length?(e=LM.from(e),!this.length&&e||e.length<FM&&this.leafAppend(e)||this.length<FM&&e.leafPrepend(this)||this.appendInner(e)):this},LM.prototype.prepend=function(e){return e.length?LM.from(e).append(this):this},LM.prototype.appendInner=function(e){return new PM(this,e)},LM.prototype.slice=function(e,t){return void 0===e&&(e=0),void 0===t&&(t=this.length),e>=t?LM.empty:this.sliceInner(Math.max(0,e),Math.min(this.length,t))},LM.prototype.get=function(e){if(!(e<0||e>=this.length))return this.getInner(e)},LM.prototype.forEach=function(e,t,n){void 0===t&&(t=0),void 0===n&&(n=this.length),t<=n?this.forEachInner(e,t,n,0):this.forEachInvertedInner(e,t,n,0)},LM.prototype.map=function(e,t,n){void 0===t&&(t=0),void 0===n&&(n=this.length)
@@ -6912,7 +6912,7 @@ n(s.transform.setSelection(a).setMeta(KM,{redo:i,historyState:c}).scrollIntoView
6912
6912
  function GM(e){let t=e.plugins
6913
6913
  if(WM!=t){UM=!1,WM=t
6914
6914
  for(let e=0;e<t.length;e++)if(t[e].spec.historyPreserveItems){UM=!0
6915
- break}}return UM}const KM=new Ix("history"),JM=new Ix("closeHistory")
6915
+ break}}return UM}const KM=new Ex("history"),JM=new Ex("closeHistory")
6916
6916
  function XM(e={}){return e={depth:e.depth||100,newGroupDelay:e.newGroupDelay||500},new _x({key:KM,state:{init:()=>new HM(zM.empty,zM.empty,null,0,-1),apply:(t,n,i)=>function(e,t,n,i){let o,r=n.getMeta(KM)
6917
6917
  if(r)return r.historyState
6918
6918
  n.getMeta(JM)&&(e=new HM(e.done,e.undone,null,0,-1))
@@ -6949,8 +6949,8 @@ for(const i in t)t[i].indexOf(e)>=0&&(n[i]=!0)
6949
6949
  return n}(s.t,i),n)
6950
6950
  w_(r,e,i)}else n&&w_(r,n,i)
6951
6951
  s.t=r}return o.j[e]=s,s}}
6952
- const k_=(e,t,n,i,o)=>e.ta(t,n,i,o),C_=(e,t,n,i,o)=>e.tr(t,n,i,o),S_=(e,t,n,i,o)=>e.ts(t,n,i,o),$_=(e,t,n,i,o)=>e.tt(t,n,i,o),M_="WORD",__="UWORD",A_="LOCALHOST",E_="TLD",I_="UTLD",O_="SCHEME",T_="SLASH_SCHEME",R_="NUM",D_="WS",F_="NL",L_="OPENBRACE",N_="OPENBRACKET",P_="OPENANGLEBRACKET",z_="OPENPAREN",V_="CLOSEBRACE",H_="CLOSEBRACKET",B_="CLOSEANGLEBRACKET",q_="CLOSEPAREN",Z_="AMPERSAND",j_="APOSTROPHE",U_="ASTERISK",W_="AT",G_="BACKSLASH",K_="BACKTICK",J_="CARET",X_="COLON",Y_="COMMA",Q_="DOLLAR",eA="DOT",tA="EQUALS",nA="EXCLAMATION",iA="HYPHEN",oA="PERCENT",rA="PIPE",sA="PLUS",aA="POUND",lA="QUERY",cA="QUOTE",dA="SEMI",hA="SLASH",uA="TILDE",pA="UNDERSCORE",fA="EMOJI",gA="SYM"
6953
- var mA=Object.freeze({__proto__:null,WORD:M_,UWORD:__,LOCALHOST:A_,TLD:E_,UTLD:I_,SCHEME:O_,SLASH_SCHEME:T_,NUM:R_,WS:D_,NL:F_,OPENBRACE:L_,OPENBRACKET:N_,OPENANGLEBRACKET:P_,OPENPAREN:z_,CLOSEBRACE:V_,CLOSEBRACKET:H_,CLOSEANGLEBRACKET:B_,CLOSEPAREN:q_,AMPERSAND:Z_,APOSTROPHE:j_,ASTERISK:U_,AT:W_,BACKSLASH:G_,BACKTICK:K_,CARET:J_,COLON:X_,COMMA:Y_,DOLLAR:Q_,DOT:eA,EQUALS:tA,EXCLAMATION:nA,HYPHEN:iA,PERCENT:oA,PIPE:rA,PLUS:sA,POUND:aA,QUERY:lA,QUOTE:cA,SEMI:dA,SLASH:hA,TILDE:uA,UNDERSCORE:pA,EMOJI:fA,SYM:gA})
6952
+ const k_=(e,t,n,i,o)=>e.ta(t,n,i,o),C_=(e,t,n,i,o)=>e.tr(t,n,i,o),S_=(e,t,n,i,o)=>e.ts(t,n,i,o),$_=(e,t,n,i,o)=>e.tt(t,n,i,o),M_="WORD",__="UWORD",A_="LOCALHOST",I_="TLD",E_="UTLD",O_="SCHEME",T_="SLASH_SCHEME",R_="NUM",D_="WS",F_="NL",L_="OPENBRACE",N_="OPENBRACKET",P_="OPENANGLEBRACKET",z_="OPENPAREN",V_="CLOSEBRACE",H_="CLOSEBRACKET",B_="CLOSEANGLEBRACKET",q_="CLOSEPAREN",Z_="AMPERSAND",j_="APOSTROPHE",U_="ASTERISK",W_="AT",G_="BACKSLASH",K_="BACKTICK",J_="CARET",X_="COLON",Y_="COMMA",Q_="DOLLAR",eA="DOT",tA="EQUALS",nA="EXCLAMATION",iA="HYPHEN",oA="PERCENT",rA="PIPE",sA="PLUS",aA="POUND",lA="QUERY",cA="QUOTE",dA="SEMI",hA="SLASH",uA="TILDE",pA="UNDERSCORE",fA="EMOJI",gA="SYM"
6953
+ var mA=Object.freeze({__proto__:null,WORD:M_,UWORD:__,LOCALHOST:A_,TLD:I_,UTLD:E_,SCHEME:O_,SLASH_SCHEME:T_,NUM:R_,WS:D_,NL:F_,OPENBRACE:L_,OPENBRACKET:N_,OPENANGLEBRACKET:P_,OPENPAREN:z_,CLOSEBRACE:V_,CLOSEBRACKET:H_,CLOSEANGLEBRACKET:B_,CLOSEPAREN:q_,AMPERSAND:Z_,APOSTROPHE:j_,ASTERISK:U_,AT:W_,BACKSLASH:G_,BACKTICK:K_,CARET:J_,COLON:X_,COMMA:Y_,DOLLAR:Q_,DOT:eA,EQUALS:tA,EXCLAMATION:nA,HYPHEN:iA,PERCENT:oA,PIPE:rA,PLUS:sA,POUND:aA,QUERY:lA,QUOTE:cA,SEMI:dA,SLASH:hA,TILDE:uA,UNDERSCORE:pA,EMOJI:fA,SYM:gA})
6954
6954
  const vA=/[a-z]/,bA=/\p{L}/u,yA=/\p{Emoji}/u,wA=/\d/,xA=/\s/,kA="\n",CA="️",SA="‍"
6955
6955
  let $A=null,MA=null
6956
6956
  function _A(e,t,n,i,o){let r
@@ -6962,21 +6962,21 @@ for(;i<e.length;){let o=0
6962
6962
  for(;"0123456789".indexOf(e[i+o])>=0;)o++
6963
6963
  if(o>0){t.push(n.join(""))
6964
6964
  for(let t=parseInt(e.substring(i,i+o),10);t>0;t--)n.pop()
6965
- i+=o}else n.push(e[i]),i++}return t}const EA={defaultProtocol:"http",events:null,format:OA,formatHref:OA,nl2br:!1,tagName:"a",target:null,rel:null,validate:!0,truncate:1/0,className:null,attributes:null,ignoreTags:[],render:null}
6966
- function IA(e,t){void 0===t&&(t=null)
6967
- let n=l_({},EA)
6968
- e&&(n=l_(n,e instanceof IA?e.o:e))
6965
+ i+=o}else n.push(e[i]),i++}return t}const IA={defaultProtocol:"http",events:null,format:OA,formatHref:OA,nl2br:!1,tagName:"a",target:null,rel:null,validate:!0,truncate:1/0,className:null,attributes:null,ignoreTags:[],render:null}
6966
+ function EA(e,t){void 0===t&&(t=null)
6967
+ let n=l_({},IA)
6968
+ e&&(n=l_(n,e instanceof EA?e.o:e))
6969
6969
  const i=n.ignoreTags,o=[]
6970
6970
  for(let e=0;e<i.length;e++)o.push(i[e].toUpperCase())
6971
6971
  this.o=n,t&&(this.defaultRender=t),this.ignoreTags=o}function OA(e){return e}function TA(e,t){this.t="token",this.v=e,this.tk=t}function RA(e,t){class n extends TA{constructor(t,n){super(t,n),this.t=e}}for(const e in t)n.prototype[e]=t[e]
6972
- return n.t=e,n}IA.prototype={o:EA,ignoreTags:[],defaultRender:e=>e,check(e){return this.get("validate",e.toString(),e)},get(e,t,n){const i=null!=t
6972
+ return n.t=e,n}EA.prototype={o:IA,ignoreTags:[],defaultRender:e=>e,check(e){return this.get("validate",e.toString(),e)},get(e,t,n){const i=null!=t
6973
6973
  let o=this.o[e]
6974
- return o?("object"==typeof o?(o=n.t in o?o[n.t]:EA[e],"function"==typeof o&&i&&(o=o(t,n))):"function"==typeof o&&i&&(o=o(t,n.t,n)),o):o},getObj(e,t,n){let i=this.o[e]
6974
+ return o?("object"==typeof o?(o=n.t in o?o[n.t]:IA[e],"function"==typeof o&&i&&(o=o(t,n))):"function"==typeof o&&i&&(o=o(t,n.t,n)),o):o},getObj(e,t,n){let i=this.o[e]
6975
6975
  return"function"==typeof i&&null!=t&&(i=i(t,n.t,n)),i},render(e){const t=e.render(this)
6976
6976
  return(this.get("render",null,e)||this.defaultRender)(t,e.t,e)}},TA.prototype={isLink:!1,toString(){return this.v},toHref(e){return this.toString()},toFormattedString(e){const t=this.toString(),n=e.get("truncate",t,this),i=e.get("format",t,this)
6977
- return n&&i.length>n?i.substring(0,n)+"…":i},toFormattedHref(e){return e.get("formatHref",this.toHref(e.get("defaultProtocol")),this)},startIndex(){return this.tk[0].s},endIndex(){return this.tk[this.tk.length-1].e},toObject(e){return void 0===e&&(e=EA.defaultProtocol),{type:this.t,value:this.toString(),isLink:this.isLink,href:this.toHref(e),start:this.startIndex(),end:this.endIndex()}},toFormattedObject(e){return{type:this.t,value:this.toFormattedString(e),isLink:this.isLink,href:this.toFormattedHref(e),start:this.startIndex(),end:this.endIndex()}},validate(e){return e.get("validate",this.toString(),this)},render(e){const t=this,n=this.toHref(e.get("defaultProtocol")),i=e.get("formatHref",n,this),o=e.get("tagName",n,t),r=this.toFormattedString(e),s={},a=e.get("className",n,t),l=e.get("target",n,t),c=e.get("rel",n,t),d=e.getObj("attributes",n,t),h=e.getObj("events",n,t)
6977
+ return n&&i.length>n?i.substring(0,n)+"…":i},toFormattedHref(e){return e.get("formatHref",this.toHref(e.get("defaultProtocol")),this)},startIndex(){return this.tk[0].s},endIndex(){return this.tk[this.tk.length-1].e},toObject(e){return void 0===e&&(e=IA.defaultProtocol),{type:this.t,value:this.toString(),isLink:this.isLink,href:this.toHref(e),start:this.startIndex(),end:this.endIndex()}},toFormattedObject(e){return{type:this.t,value:this.toFormattedString(e),isLink:this.isLink,href:this.toFormattedHref(e),start:this.startIndex(),end:this.endIndex()}},validate(e){return e.get("validate",this.toString(),this)},render(e){const t=this,n=this.toHref(e.get("defaultProtocol")),i=e.get("formatHref",n,this),o=e.get("tagName",n,t),r=this.toFormattedString(e),s={},a=e.get("className",n,t),l=e.get("target",n,t),c=e.get("rel",n,t),d=e.getObj("attributes",n,t),h=e.getObj("events",n,t)
6978
6978
  return s.href=i,a&&(s.class=a),l&&(s.target=l),c&&(s.rel=c),d&&l_(s,d),{tagName:o,attributes:s,content:r,eventListeners:h}}}
6979
- const DA=RA("email",{isLink:!0,toHref(){return"mailto:"+this.toString()}}),FA=RA("text"),LA=RA("nl"),NA=RA("url",{isLink:!0,toHref(e){return void 0===e&&(e=EA.defaultProtocol),this.hasProtocol()?this.v:`${e}://${this.v}`},hasProtocol(){const e=this.tk
6979
+ const DA=RA("email",{isLink:!0,toHref(){return"mailto:"+this.toString()}}),FA=RA("text"),LA=RA("nl"),NA=RA("url",{isLink:!0,toHref(e){return void 0===e&&(e=IA.defaultProtocol),this.hasProtocol()?this.v:`${e}://${this.v}`},hasProtocol(){const e=this.tk
6980
6980
  return e.length>=2&&e[0].t!==A_&&e[1].t===X_}}),PA=e=>new x_(e)
6981
6981
  function zA(e,t,n){const i=n[0].s,o=n[n.length-1].e
6982
6982
  return new e(t.slice(i,o),n)}const VA="undefined"!=typeof console&&console&&console.warn||(()=>{}),HA={scanner:null,parser:null,tokenQueue:[],pluginQueue:[],customSchemes:[],initialized:!1}
@@ -6999,9 +6999,9 @@ C_(a,yA,a),$_(a,CA,a)
6999
6999
  const l=$_(a,SA)
7000
7000
  C_(l,yA,a)
7001
7001
  const c=[[vA,o]],d=[[vA,null],[bA,r]]
7002
- for(let e=0;e<$A.length;e++)_A(n,$A[e],E_,M_,c)
7003
- for(let e=0;e<MA.length;e++)_A(n,MA[e],I_,__,d)
7004
- w_(E_,{tld:!0,ascii:!0},t),w_(I_,{utld:!0,alpha:!0},t),_A(n,"file",O_,M_,c),_A(n,"mailto",O_,M_,c),_A(n,"http",T_,M_,c),_A(n,"https",T_,M_,c),_A(n,"ftp",T_,M_,c),_A(n,"ftps",T_,M_,c),w_(O_,{scheme:!0,ascii:!0},t),w_(T_,{slashscheme:!0,ascii:!0},t),e=e.sort(((e,t)=>e[0]>t[0]?1:-1))
7002
+ for(let e=0;e<$A.length;e++)_A(n,$A[e],I_,M_,c)
7003
+ for(let e=0;e<MA.length;e++)_A(n,MA[e],E_,__,d)
7004
+ w_(I_,{tld:!0,ascii:!0},t),w_(E_,{utld:!0,alpha:!0},t),_A(n,"file",O_,M_,c),_A(n,"mailto",O_,M_,c),_A(n,"http",T_,M_,c),_A(n,"https",T_,M_,c),_A(n,"ftp",T_,M_,c),_A(n,"ftps",T_,M_,c),w_(O_,{scheme:!0,ascii:!0},t),w_(T_,{slashscheme:!0,ascii:!0},t),e=e.sort(((e,t)=>e[0]>t[0]?1:-1))
7005
7005
  for(let t=0;t<e.length;t++){const i=e[t][0],o=e[t][1]?{[m_]:!0}:{[v_]:!0}
7006
7006
  i.indexOf("-")>=0?o[f_]=!0:vA.test(i)?wA.test(i)?o[u_]=!0:o[d_]=!0:o[c_]=!0,S_(n,i,i,o)}return S_(n,"localhost",A_,{ascii:!0}),n.jd=new x_(gA),{start:n,tokens:l_({groups:t},mA)}}(HA.customSchemes)
7007
7007
  for(let e=0;e<HA.tokenQueue.length;e++)HA.tokenQueue[e][1]({scanner:HA.scanner})
@@ -7034,12 +7034,12 @@ const k=PA(NA),C=PA()
7034
7034
  k_(k,n,k),k_(k,i,C),k_(C,n,k),k_(C,i,C),$_(y,hA,k),$_(x,hA,k)
7035
7035
  const S=$_(l,X_),$=$_(c,X_),M=$_($,hA),_=$_(M,hA)
7036
7036
  k_(l,t.domain,a),$_(l,eA,b),$_(l,iA,v),k_(c,t.domain,a),$_(c,eA,b),$_(c,iA,v),k_(S,t.domain,k),$_(S,hA,k),k_(_,t.domain,k),k_(_,n,k),$_(_,hA,k)
7037
- const A=$_(k,L_),E=$_(k,N_),I=$_(k,P_),O=$_(k,z_)
7038
- $_(C,L_,A),$_(C,N_,E),$_(C,P_,I),$_(C,z_,O),$_(A,V_,k),$_(E,H_,k),$_(I,B_,k),$_(O,q_,k),$_(A,V_,k)
7037
+ const A=$_(k,L_),I=$_(k,N_),E=$_(k,P_),O=$_(k,z_)
7038
+ $_(C,L_,A),$_(C,N_,I),$_(C,P_,E),$_(C,z_,O),$_(A,V_,k),$_(I,H_,k),$_(E,B_,k),$_(O,q_,k),$_(A,V_,k)
7039
7039
  const T=PA(NA),R=PA(NA),D=PA(NA),F=PA(NA)
7040
- k_(A,n,T),k_(E,n,R),k_(I,n,D),k_(O,n,F)
7040
+ k_(A,n,T),k_(I,n,R),k_(E,n,D),k_(O,n,F)
7041
7041
  const L=PA(),N=PA(),P=PA(),z=PA()
7042
- return k_(A,i),k_(E,i),k_(I,i),k_(O,i),k_(T,n,T),k_(R,n,R),k_(D,n,D),k_(F,n,F),k_(T,i,T),k_(R,i,R),k_(D,i,D),k_(F,i,F),k_(L,n,L),k_(N,n,R),k_(P,n,D),k_(z,n,F),k_(L,i,L),k_(N,i,N),k_(P,i,P),k_(z,i,z),$_(R,H_,k),$_(D,B_,k),$_(F,q_,k),$_(T,V_,k),$_(N,H_,k),$_(P,B_,k),$_(z,q_,k),$_(L,q_,k),$_(r,A_,y),$_(r,F_,LA),{start:r,tokens:mA}}(HA.scanner.tokens)
7042
+ return k_(A,i),k_(I,i),k_(E,i),k_(O,i),k_(T,n,T),k_(R,n,R),k_(D,n,D),k_(F,n,F),k_(T,i,T),k_(R,i,R),k_(D,i,D),k_(F,i,F),k_(L,n,L),k_(N,n,R),k_(P,n,D),k_(z,n,F),k_(L,i,L),k_(N,i,N),k_(P,i,P),k_(z,i,z),$_(R,H_,k),$_(D,B_,k),$_(F,q_,k),$_(T,V_,k),$_(N,H_,k),$_(P,B_,k),$_(z,q_,k),$_(L,q_,k),$_(r,A_,y),$_(r,F_,LA),{start:r,tokens:mA}}(HA.scanner.tokens)
7043
7043
  for(let e=0;e<HA.pluginQueue.length;e++)HA.pluginQueue[e][1]({scanner:HA.scanner,parser:HA.parser})
7044
7044
  HA.initialized=!0}function ZA(e){return HA.initialized||qA(),function(e,t,n){let i=n.length,o=0,r=[],s=[]
7045
7045
  for(;o<i;){let a=e,l=null,c=null,d=0,h=null,u=-1
@@ -7056,9 +7056,9 @@ let r=0,s=0
7056
7056
  for(;s<i;){let a=e,l=null,c=0,d=null,h=-1,u=-1
7057
7057
  for(;s<i&&(l=a.go(n[s]));)a=l,a.accepts()?(h=0,u=0,d=a):h>=0&&(h+=n[s].length,u++),c+=n[s].length,r+=n[s].length,s++
7058
7058
  r-=h,s-=u,c-=h,o.push({t:d.t,v:t.slice(r-c,r),s:r-c,e:r})}return o}(HA.scanner.start,e))}function jA(e,t,n){if(void 0===t&&(t=null),void 0===n&&(n=null),t&&"object"==typeof t){if(n)throw Error(`linkifyjs: Invalid link type ${t}; must be a string`)
7059
- n=t,t=null}const i=new IA(n),o=ZA(e),r=[]
7059
+ n=t,t=null}const i=new EA(n),o=ZA(e),r=[]
7060
7060
  for(let e=0;e<o.length;e++){const n=o[e]
7061
- !n.isLink||t&&n.t!==t||r.push(n.toFormattedObject(i))}return r}function UA(e){return new _x({key:new Ix("autolink"),appendTransaction:(t,n,i)=>{const o=t.some((e=>e.docChanged))&&!n.doc.eq(i.doc),r=t.some((e=>e.getMeta("preventAutolink")))
7061
+ !n.isLink||t&&n.t!==t||r.push(n.toFormattedObject(i))}return r}function UA(e){return new _x({key:new Ex("autolink"),appendTransaction:(t,n,i)=>{const o=t.some((e=>e.docChanged))&&!n.doc.eq(i.doc),r=t.some((e=>e.getMeta("preventAutolink")))
7062
7062
  if(!o||r)return
7063
7063
  const{tr:s}=i,a=function(e,t){const n=new sx(e)
7064
7064
  return t.forEach((e=>{e.steps.forEach((e=>{n.step(e)}))})),n}(n.doc,[...t]),l=function(e){const{mapping:t,steps:n}=e,i=[]
@@ -7077,10 +7077,10 @@ const n=t[t.length-1],a=o.pos+r.lastIndexOf(n)
7077
7077
  if(!n)return!1
7078
7078
  jA(n).filter((e=>e.isLink)).map((e=>({...e,from:a+e.start+1,to:a+e.end+1}))).filter((e=>!i.schema.marks.code||!i.doc.rangeHasMark(e.from,e.to,i.schema.marks.code))).filter((t=>!e.validate||e.validate(t.value))).forEach((t=>{rM(t.from,t.to,i.doc).some((t=>t.mark.type===e.type))||s.addMark(t.from,t.to,e.type.create({href:t.href}))}))}})),s.steps.length?s:void 0}})}const WA=kM.create({name:"link",priority:1e3,keepOnSplit:!1,onCreate(){this.options.protocols.forEach((e=>{"string"!=typeof e?BA(e.scheme,e.optionalSlashes):BA(e)}))},onDestroy(){x_.groups={},HA.scanner=null,HA.parser=null,HA.tokenQueue=[],HA.pluginQueue=[],HA.customSchemes=[],HA.initialized=!1},inclusive(){return this.options.autolink},addOptions:()=>({openOnClick:!0,linkOnPaste:!0,autolink:!0,protocols:[],HTMLAttributes:{target:"_blank",rel:"noopener noreferrer nofollow",class:null},validate:void 0}),addAttributes(){return{href:{default:null},target:{default:this.options.HTMLAttributes.target},rel:{default:this.options.HTMLAttributes.rel},class:{default:this.options.HTMLAttributes.class}}},parseHTML:()=>[{tag:'a[href]:not([href *= "javascript:" i])'}],renderHTML({HTMLAttributes:e}){return["a",g$(this.options.HTMLAttributes,e),0]},addCommands(){return{setLink:e=>({chain:t})=>t().setMark(this.name,e).setMeta("preventAutolink",!0).run(),toggleLink:e=>({chain:t})=>t().toggleMark(this.name,e,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run(),unsetLink:()=>({chain:e})=>e().unsetMark(this.name,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run()}},addProseMirrorPlugins(){const e=[]
7079
7079
  var t
7080
- return this.options.autolink&&e.push(UA({type:this.type,validate:this.options.validate})),this.options.openOnClick&&e.push((t={type:this.type},new _x({key:new Ix("handleClickLink"),props:{handleClick:(e,n,i)=>{var o,r
7080
+ return this.options.autolink&&e.push(UA({type:this.type,validate:this.options.validate})),this.options.openOnClick&&e.push((t={type:this.type},new _x({key:new Ex("handleClickLink"),props:{handleClick:(e,n,i)=>{var o,r
7081
7081
  if(0!==i.button)return!1
7082
7082
  const s=iM(e.state,t.type.name),a=i.target,l=null!==(o=null==a?void 0:a.href)&&void 0!==o?o:s.href,c=null!==(r=null==a?void 0:a.target)&&void 0!==r?r:s.target
7083
- return!(!a||!l||(e.editable&&window.open(l,c),0))}}}))),e.push(function(e){return new _x({key:new Ix("handlePasteLink"),props:{handlePaste:(t,n,i)=>{var o,r
7083
+ return!(!a||!l||(e.editable&&window.open(l,c),0))}}}))),e.push(function(e){return new _x({key:new Ex("handlePasteLink"),props:{handlePaste:(t,n,i)=>{var o,r
7084
7084
  const{state:s}=t,{selection:a}=s
7085
7085
  if(s.doc.resolve(a.from).parent.type.spec.code)return!1
7086
7086
  let l=""
@@ -7102,18 +7102,18 @@ const v=m.length>0
7102
7102
  return!(!p.docChanged||f||!v||(e.editor.view.dispatch(p),0))}}})}({editor:this.editor,type:this.type,linkOnPaste:this.options.linkOnPaste})),e}}),GA=CM.create({name:"listItem",addOptions:()=>({HTMLAttributes:{},bulletListTypeName:"bulletList",orderedListTypeName:"orderedList"}),content:"paragraph block*",defining:!0,parseHTML:()=>[{tag:"li"}],renderHTML({HTMLAttributes:e}){return["li",g$(this.options.HTMLAttributes,e),0]},addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}}),KA=CM.create({name:"listItem",addOptions:()=>({HTMLAttributes:{},bulletListTypeName:"bulletList",orderedListTypeName:"orderedList"}),content:"paragraph block*",defining:!0,parseHTML:()=>[{tag:"li"}],renderHTML({HTMLAttributes:e}){return["li",g$(this.options.HTMLAttributes,e),0]},addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}}),JA=kM.create({name:"textStyle",addOptions:()=>({HTMLAttributes:{}}),parseHTML:()=>[{tag:"span",getAttrs:e=>!!e.hasAttribute("style")&&{}}],renderHTML({HTMLAttributes:e}){return["span",g$(this.options.HTMLAttributes,e),0]},addCommands(){return{removeEmptyTextStyle:()=>({state:e,commands:t})=>{const n=tM(e,this.type)
7103
7103
  return!!Object.entries(n).some((([,e])=>!!e))||t.unsetMark(this.name)}}}}),XA=/^(\d+)\.\s$/,YA=CM.create({name:"orderedList",addOptions:()=>({itemTypeName:"listItem",HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}),group:"block list",content(){return`${this.options.itemTypeName}+`},addAttributes:()=>({start:{default:1,parseHTML:e=>e.hasAttribute("start")?parseInt(e.getAttribute("start")||"",10):1}}),parseHTML:()=>[{tag:"ol"}],renderHTML({HTMLAttributes:e}){const{start:t,...n}=e
7104
7104
  return 1===t?["ol",g$(this.options.HTMLAttributes,n),0]:["ol",g$(this.options.HTMLAttributes,e),0]},addCommands(){return{toggleOrderedList:()=>({commands:e,chain:t})=>this.options.keepAttributes?t().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(KA.name,this.editor.getAttributes(JA.name)).run():e.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-7":()=>this.editor.commands.toggleOrderedList()}},addInputRules(){let e=xM({find:XA,type:this.type,getAttributes:e=>({start:+e[1]}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1]})
7105
- return(this.options.keepMarks||this.options.keepAttributes)&&(e=xM({find:XA,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:e=>({start:+e[1],...this.editor.getAttributes(JA.name)}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1],editor:this.editor})),[e]}}),QA=CM.create({name:"paragraph",priority:1e3,addOptions:()=>({HTMLAttributes:{}}),group:"block",content:"inline*",parseHTML:()=>[{tag:"p"}],renderHTML({HTMLAttributes:e}){return["p",g$(this.options.HTMLAttributes,e),0]},addCommands(){return{setParagraph:()=>({commands:e})=>e.setNode(this.name)}},addKeyboardShortcuts(){return{"Mod-Alt-0":()=>this.editor.commands.setParagraph()}}}),eE=F$.create({name:"placeholder",addOptions:()=>({emptyEditorClass:"is-editor-empty",emptyNodeClass:"is-empty",placeholder:"Write something …",showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}),addProseMirrorPlugins(){return[new _x({key:new Ix("placeholder"),props:{decorations:({doc:e,selection:t})=>{const n=this.editor.isEditable||!this.options.showOnlyWhenEditable,{anchor:i}=t,o=[]
7105
+ return(this.options.keepMarks||this.options.keepAttributes)&&(e=xM({find:XA,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:e=>({start:+e[1],...this.editor.getAttributes(JA.name)}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1],editor:this.editor})),[e]}}),QA=CM.create({name:"paragraph",priority:1e3,addOptions:()=>({HTMLAttributes:{}}),group:"block",content:"inline*",parseHTML:()=>[{tag:"p"}],renderHTML({HTMLAttributes:e}){return["p",g$(this.options.HTMLAttributes,e),0]},addCommands(){return{setParagraph:()=>({commands:e})=>e.setNode(this.name)}},addKeyboardShortcuts(){return{"Mod-Alt-0":()=>this.editor.commands.setParagraph()}}}),eI=F$.create({name:"placeholder",addOptions:()=>({emptyEditorClass:"is-editor-empty",emptyNodeClass:"is-empty",placeholder:"Write something …",showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}),addProseMirrorPlugins(){return[new _x({key:new Ex("placeholder"),props:{decorations:({doc:e,selection:t})=>{const n=this.editor.isEditable||!this.options.showOnlyWhenEditable,{anchor:i}=t,o=[]
7106
7106
  if(!n)return null
7107
7107
  const r=e.type.createAndFill(),s=(null==r?void 0:r.sameMarkup(e))&&null===r.content.findDiffStart(e.content)
7108
7108
  return e.descendants(((e,t)=>{const n=i>=t&&i<=t+e.nodeSize,r=!e.isLeaf&&!e.childCount
7109
7109
  if((n||!this.options.showOnlyCurrent)&&r){const i=[this.options.emptyNodeClass]
7110
7110
  s&&i.push(this.options.emptyEditorClass)
7111
7111
  const r=dS.node(t,t+e.nodeSize,{class:i.join(" "),"data-placeholder":"function"==typeof this.options.placeholder?this.options.placeholder({editor:this.editor,node:e,pos:t,hasAnchor:n}):this.options.placeholder})
7112
- o.push(r)}return this.options.includeChildren})),pS.create(e,o)}}})]}}),tE=CM.create({name:"text",group:"inline"}),nE=CM.create({name:"hardBreak",addOptions:()=>({keepMarks:!0,HTMLAttributes:{}}),inline:!0,group:"inline",selectable:!1,parseHTML:()=>[{tag:"br"}],renderHTML({HTMLAttributes:e}){return["br",g$(this.options.HTMLAttributes,e)]},renderText:()=>"\n",addCommands(){return{setHardBreak:()=>({commands:e,chain:t,state:n,editor:i})=>e.first([()=>e.exitCode(),()=>e.command((()=>{const{selection:e,storedMarks:o}=n
7112
+ o.push(r)}return this.options.includeChildren})),pS.create(e,o)}}})]}}),tI=CM.create({name:"text",group:"inline"}),nI=CM.create({name:"hardBreak",addOptions:()=>({keepMarks:!0,HTMLAttributes:{}}),inline:!0,group:"inline",selectable:!1,parseHTML:()=>[{tag:"br"}],renderHTML({HTMLAttributes:e}){return["br",g$(this.options.HTMLAttributes,e)]},renderText:()=>"\n",addCommands(){return{setHardBreak:()=>({commands:e,chain:t,state:n,editor:i})=>e.first([()=>e.exitCode(),()=>e.command((()=>{const{selection:e,storedMarks:o}=n
7113
7113
  if(e.$from.parent.type.spec.isolating)return!1
7114
7114
  const{keepMarks:r}=this.options,{splittableMarks:s}=i.extensionManager,a=o||e.$to.parentOffset&&e.$from.marks()
7115
7115
  return t().insertContent({type:this.name}).command((({tr:e,dispatch:t})=>{if(t&&a&&r){const t=a.filter((e=>s.includes(e.type.name)))
7116
- e.ensureMarks(t)}return!0})).run()}))])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),iE=ye`
7116
+ e.ensureMarks(t)}return!0})).run()}))])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),iI=ye`
7117
7117
  .positioning-region {
7118
7118
  display: flex;
7119
7119
  padding: ${Pa} ${Va};
@@ -7138,7 +7138,7 @@ e.ensureMarks(t)}return!0})).run()}))])}},addKeyboardShortcuts(){return{"Mod-Ent
7138
7138
  margin-left: auto;
7139
7139
  }
7140
7140
  `
7141
- class oE extends lo{}const rE=oE.compose({baseName:"toolbar",baseClass:lo,template:(e,t)=>W`
7141
+ class oI extends lo{}const rI=oI.compose({baseName:"toolbar",baseClass:lo,template:(e,t)=>W`
7142
7142
  <template
7143
7143
  aria-label="${e=>e.ariaLabel}"
7144
7144
  aria-labelledby="${e=>e.ariaLabelledby}"
@@ -7159,9 +7159,9 @@ class oE extends lo{}const rE=oE.compose({baseName:"toolbar",baseClass:lo,templa
7159
7159
  ${Ye(0,t)}
7160
7160
  </div>
7161
7161
  </template>
7162
- `,styles:iE,shadowOptions:{delegatesFocus:!0}})
7163
- mi.getOrCreate().withPrefix("nimble").register(rE())
7164
- const sE=mi.tagFor(oE),aE="Bold",lE="Italics",cE="Bulleted List",dE="Numbered List",hE=di.create({name:"rich-text-toggle-bold-label",cssCustomPropertyName:null}).withDefault(aE),uE=di.create({name:"rich-text-toggle-italics-label",cssCustomPropertyName:null}).withDefault(lE),pE=di.create({name:"rich-text-toggle-bulleted-list-label",cssCustomPropertyName:null}).withDefault(cE),fE=di.create({name:"rich-text-toggle-numbered-list-label",cssCustomPropertyName:null}).withDefault(dE),gE=W`
7162
+ `,styles:iI,shadowOptions:{delegatesFocus:!0}})
7163
+ mi.getOrCreate().withPrefix("nimble").register(rI())
7164
+ const sI=mi.tagFor(oI),aI="Bold",lI="Italics",cI="Bulleted List",dI="Numbered List",hI=di.create({name:"rich-text-toggle-bold-label",cssCustomPropertyName:null}).withDefault(aI),uI=di.create({name:"rich-text-toggle-italics-label",cssCustomPropertyName:null}).withDefault(lI),pI=di.create({name:"rich-text-toggle-bulleted-list-label",cssCustomPropertyName:null}).withDefault(cI),fI=di.create({name:"rich-text-toggle-numbered-list-label",cssCustomPropertyName:null}).withDefault(dI),gI=W`
7165
7165
  <template>
7166
7166
  <div class="container">
7167
7167
  <section ${De("editorContainer")} class="editor-container">
@@ -7172,19 +7172,19 @@ const sE=mi.tagFor(oE),aE="Bold",lE="Italics",cE="Bulleted List",dE="Numbered Li
7172
7172
  style="--ni-private-rich-text-editor-scrollbar-width: ${e=>e.scrollbarWidth}px;"
7173
7173
  ></${cf}>
7174
7174
  <section class="footer-section">
7175
- <${sE}>
7175
+ <${sI}>
7176
7176
  <${Bf}
7177
7177
  ${De("boldButton")}
7178
7178
  appearance="ghost"
7179
7179
  content-hidden
7180
7180
  ?disabled="${e=>e.disabled}"
7181
7181
  slot="start"
7182
- title=${e=>hE.getValueFor(e)}
7182
+ title=${e=>hI.getValueFor(e)}
7183
7183
  @click=${e=>e.boldButtonClick()}
7184
7184
  @change=${(e,t)=>e.stopEventPropagation(t.event)}
7185
7185
  @keydown=${(e,t)=>e.boldButtonKeyDown(t.event)}
7186
7186
  >
7187
- ${e=>hE.getValueFor(e)}
7187
+ ${e=>hI.getValueFor(e)}
7188
7188
  <${Ng} slot="start"></${Ng}>
7189
7189
  </${Bf}>
7190
7190
  <${Bf}
@@ -7193,12 +7193,12 @@ const sE=mi.tagFor(oE),aE="Bold",lE="Italics",cE="Bulleted List",dE="Numbered Li
7193
7193
  content-hidden
7194
7194
  ?disabled="${e=>e.disabled}"
7195
7195
  slot="start"
7196
- title=${e=>uE.getValueFor(e)}
7196
+ title=${e=>uI.getValueFor(e)}
7197
7197
  @click=${e=>e.italicsButtonClick()}
7198
7198
  @change=${(e,t)=>e.stopEventPropagation(t.event)}
7199
7199
  @keydown=${(e,t)=>e.italicsButtonKeyDown(t.event)}
7200
7200
  >
7201
- ${e=>uE.getValueFor(e)}
7201
+ ${e=>uI.getValueFor(e)}
7202
7202
  <${iv} slot="start"></${iv}>
7203
7203
  </${Bf}>
7204
7204
  <${Bf}
@@ -7207,12 +7207,12 @@ const sE=mi.tagFor(oE),aE="Bold",lE="Italics",cE="Bulleted List",dE="Numbered Li
7207
7207
  content-hidden
7208
7208
  ?disabled="${e=>e.disabled}"
7209
7209
  slot="start"
7210
- title=${e=>pE.getValueFor(e)}
7210
+ title=${e=>pI.getValueFor(e)}
7211
7211
  @click=${e=>e.bulletListButtonClick()}
7212
7212
  @change=${(e,t)=>e.stopEventPropagation(t.event)}
7213
7213
  @keydown=${(e,t)=>e.bulletListButtonKeyDown(t.event)}
7214
7214
  >
7215
- ${e=>pE.getValueFor(e)}
7215
+ ${e=>pI.getValueFor(e)}
7216
7216
  <${hv} slot="start"></${hv}>
7217
7217
  </${Bf}>
7218
7218
  <${Bf}
@@ -7221,15 +7221,15 @@ const sE=mi.tagFor(oE),aE="Bold",lE="Italics",cE="Bulleted List",dE="Numbered Li
7221
7221
  content-hidden
7222
7222
  ?disabled="${e=>e.disabled}"
7223
7223
  slot="start"
7224
- title=${e=>fE.getValueFor(e)}
7224
+ title=${e=>fI.getValueFor(e)}
7225
7225
  @click=${e=>e.numberedListButtonClick()}
7226
7226
  @change=${(e,t)=>e.stopEventPropagation(t.event)}
7227
7227
  @keydown=${(e,t)=>e.numberedListButtonKeyDown(t.event)}
7228
7228
  >
7229
- ${e=>fE.getValueFor(e)}
7229
+ ${e=>fI.getValueFor(e)}
7230
7230
  <${Cv} slot="start"></${Cv}>
7231
7231
  </${Bf}>
7232
- </${sE}>
7232
+ </${sI}>
7233
7233
  <span class="footer-actions" part="footer-actions">
7234
7234
  <slot name="footer-actions"></slot>
7235
7235
  </span>
@@ -7237,8 +7237,8 @@ const sE=mi.tagFor(oE),aE="Bold",lE="Italics",cE="Bulleted List",dE="Numbered Li
7237
7237
  ${qf}
7238
7238
  </div>
7239
7239
  </template>
7240
- `,mE=ye`
7241
- ${Eo("inline-flex")}
7240
+ `,mI=ye`
7241
+ ${Io("inline-flex")}
7242
7242
  ${Xf}
7243
7243
 
7244
7244
  :host {
@@ -7437,10 +7437,6 @@ const sE=mi.tagFor(oE),aE="Bold",lE="Italics",cE="Bulleted List",dE="Numbered Li
7437
7437
  gap: ${Va};
7438
7438
  place-items: center;
7439
7439
  }
7440
- ${""}
7441
- nimble-toggle-button::part(start) {
7442
- pointer-events: none;
7443
- }
7444
7440
 
7445
7441
  :host([error-visible]) .error-icon {
7446
7442
  display: none;
@@ -7452,169 +7448,169 @@ const sE=mi.tagFor(oE),aE="Bold",lE="Italics",cE="Bulleted List",dE="Numbered Li
7452
7448
  top: ${za};
7453
7449
  right: var(--ni-private-rich-text-editor-scrollbar-width);
7454
7450
  }
7455
- `,vE="bulletList",bE="orderedList"
7456
- function yE(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function wE(e){if(e.__esModule)return e
7451
+ `,vI="bulletList",bI="orderedList"
7452
+ function yI(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function wI(e){if(e.__esModule)return e
7457
7453
  var t=e.default
7458
7454
  if("function"==typeof t){var n=function e(){if(this instanceof e){var n=[null]
7459
7455
  return n.push.apply(n,arguments),new(Function.bind.apply(t,n))}return t.apply(this,arguments)}
7460
7456
  n.prototype=t.prototype}else n={}
7461
7457
  return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var i=Object.getOwnPropertyDescriptor(e,t)
7462
- Object.defineProperty(n,t,i.get?i:{enumerable:!0,get:function(){return e[t]}})})),n}var xE={},kE={Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"⁡",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",amp:"&",AMP:"&",andand:"⩕",And:"⩓",and:"∧",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angmsd:"∡",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",apacir:"⩯",ap:"≈",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"⁡",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",barwed:"⌅",Barwed:"⌆",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",because:"∵",Because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxdl:"┐",boxdL:"╕",boxDl:"╖",boxDL:"╗",boxdr:"┌",boxdR:"╒",boxDr:"╓",boxDR:"╔",boxh:"─",boxH:"═",boxhd:"┬",boxHd:"╤",boxhD:"╥",boxHD:"╦",boxhu:"┴",boxHu:"╧",boxhU:"╨",boxHU:"╩",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxul:"┘",boxuL:"╛",boxUl:"╜",boxUL:"╝",boxur:"└",boxuR:"╘",boxUr:"╙",boxUR:"╚",boxv:"│",boxV:"║",boxvh:"┼",boxvH:"╪",boxVh:"╫",boxVH:"╬",boxvl:"┤",boxvL:"╡",boxVl:"╢",boxVL:"╣",boxvr:"├",boxvR:"╞",boxVr:"╟",boxVR:"╠",bprime:"‵",breve:"˘",Breve:"˘",brvbar:"¦",bscr:"𝒷",Bscr:"ℬ",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsolb:"⧅",bsol:"\\",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",capand:"⩄",capbrcup:"⩉",capcap:"⩋",cap:"∩",Cap:"⋒",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",centerdot:"·",CenterDot:"·",cfr:"𝔠",Cfr:"ℭ",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cir:"○",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",colon:":",Colon:"∷",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",conint:"∮",Conint:"∯",ContourIntegral:"∮",copf:"𝕔",Copf:"ℂ",coprod:"∐",Coproduct:"∐",copy:"©",COPY:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",cross:"✗",Cross:"⨯",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cupbrcap:"⩈",cupcap:"⩆",CupCap:"≍",cup:"∪",Cup:"⋓",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dagger:"†",Dagger:"‡",daleth:"ℸ",darr:"↓",Darr:"↡",dArr:"⇓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",ddagger:"‡",ddarr:"⇊",DD:"ⅅ",dd:"ⅆ",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",diamond:"⋄",Diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrowBar:"⤓",downarrow:"↓",DownArrow:"↓",Downarrow:"⇓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVectorBar:"⥖",DownLeftVector:"↽",DownRightTeeVector:"⥟",DownRightVectorBar:"⥗",DownRightVector:"⇁",DownTeeArrow:"↧",DownTee:"⊤",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",Ecirc:"Ê",ecirc:"ê",ecir:"≖",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",edot:"ė",eDot:"≑",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp13:" ",emsp14:" ",emsp:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",escr:"ℯ",Escr:"ℰ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",exponentiale:"ⅇ",ExponentialE:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",forall:"∀",ForAll:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",fscr:"𝒻",Fscr:"ℱ",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",ge:"≥",gE:"≧",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",gescc:"⪩",ges:"⩾",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",gg:"≫",Gg:"⋙",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gla:"⪥",gl:"≷",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gnE:"≩",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",gtcc:"⪧",gtcir:"⩺",gt:">",GT:">",Gt:"≫",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",harrcir:"⥈",harr:"↔",hArr:"⇔",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"𝔥",Hfr:"ℌ",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"𝕙",Hopf:"ℍ",horbar:"―",HorizontalLine:"─",hscr:"𝒽",Hscr:"ℋ",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"⁣",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",ifr:"𝔦",Ifr:"ℑ",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",Im:"ℑ",imof:"⊷",imped:"Ƶ",Implies:"⇒",incare:"℅",in:"∈",infin:"∞",infintie:"⧝",inodot:"ı",intcal:"⊺",int:"∫",Int:"∬",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"⁣",InvisibleTimes:"⁢",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",iscr:"𝒾",Iscr:"ℐ",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",lang:"⟨",Lang:"⟪",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",larrb:"⇤",larrbfs:"⤟",larr:"←",Larr:"↞",lArr:"⇐",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",latail:"⤙",lAtail:"⤛",lat:"⪫",late:"⪭",lates:"⪭︀",lbarr:"⤌",lBarr:"⤎",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",lE:"≦",LeftAngleBracket:"⟨",LeftArrowBar:"⇤",leftarrow:"←",LeftArrow:"←",Leftarrow:"⇐",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVectorBar:"⥙",LeftDownVector:"⇃",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTeeArrow:"↤",LeftTee:"⊣",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangleBar:"⧏",LeftTriangle:"⊲",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVectorBar:"⥘",LeftUpVector:"↿",LeftVectorBar:"⥒",LeftVector:"↼",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",lescc:"⪨",les:"⩽",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",llarr:"⇇",ll:"≪",Ll:"⋘",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoustache:"⎰",lmoust:"⎰",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lnE:"≨",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftrightarrow:"⟷",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longmapsto:"⟼",longrightarrow:"⟶",LongRightArrow:"⟶",Longrightarrow:"⟹",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",Lscr:"ℒ",lsh:"↰",Lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",ltcc:"⪦",ltcir:"⩹",lt:"<",LT:"<",Lt:"≪",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",midast:"*",midcir:"⫰",mid:"∣",middot:"·",minusb:"⊟",minus:"−",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",mscr:"𝓂",Mscr:"ℳ",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natural:"♮",naturals:"ℕ",natur:"♮",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",nearhk:"⤤",nearr:"↗",neArr:"⇗",nearrow:"↗",ne:"≠",nedot:"≐̸",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nharr:"↮",nhArr:"⇎",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlarr:"↚",nlArr:"⇍",nldr:"‥",nlE:"≦̸",nle:"≰",nleftarrow:"↚",nLeftarrow:"⇍",nleftrightarrow:"↮",nLeftrightarrow:"⇎",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"⁠",NonBreakingSpace:" ",nopf:"𝕟",Nopf:"ℕ",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangleBar:"⧏̸",NotLeftTriangle:"⋪",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangleBar:"⧐̸",NotRightTriangle:"⋫",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",nparallel:"∦",npar:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",nprec:"⊀",npreceq:"⪯̸",npre:"⪯̸",nrarrc:"⤳̸",nrarr:"↛",nrArr:"⇏",nrarrw:"↝̸",nrightarrow:"↛",nRightarrow:"⇏",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nvdash:"⊬",nvDash:"⊭",nVdash:"⊮",nVDash:"⊯",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwarr:"↖",nwArr:"⇖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",Ocirc:"Ô",ocirc:"ô",ocir:"⊚",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",orarr:"↻",Or:"⩔",or:"∨",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",otimesas:"⨶",Otimes:"⨷",otimes:"⊗",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",para:"¶",parallel:"∥",par:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plus:"+",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",popf:"𝕡",Popf:"ℙ",pound:"£",prap:"⪷",Pr:"⪻",pr:"≺",prcue:"≼",precapprox:"⪷",prec:"≺",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",pre:"⪯",prE:"⪳",precsim:"≾",prime:"′",Prime:"″",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportional:"∝",Proportion:"∷",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",qopf:"𝕢",Qopf:"ℚ",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",quot:'"',QUOT:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",Rang:"⟫",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarr:"→",Rarr:"↠",rArr:"⇒",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",ratail:"⤚",rAtail:"⤜",ratio:"∶",rationals:"ℚ",rbarr:"⤍",rBarr:"⤏",RBarr:"⤐",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",Re:"ℜ",rect:"▭",reg:"®",REG:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",Rfr:"ℜ",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrowBar:"⇥",rightarrow:"→",RightArrow:"→",Rightarrow:"⇒",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVectorBar:"⥕",RightDownVector:"⇂",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTeeArrow:"↦",RightTee:"⊢",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangleBar:"⧐",RightTriangle:"⊳",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVectorBar:"⥔",RightUpVector:"↾",RightVectorBar:"⥓",RightVector:"⇀",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"‏",rmoustache:"⎱",rmoust:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"𝕣",Ropf:"ℝ",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",rscr:"𝓇",Rscr:"ℛ",rsh:"↱",Rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",scap:"⪸",Scaron:"Š",scaron:"š",Sc:"⪼",sc:"≻",sccue:"≽",sce:"⪰",scE:"⪴",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdotb:"⊡",sdot:"⋅",sdote:"⩦",searhk:"⤥",searr:"↘",seArr:"⇘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"­",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",solbar:"⌿",solb:"⧄",sol:"/",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",square:"□",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squ:"□",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",Sub:"⋐",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",subset:"⊂",Subset:"⋐",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succapprox:"⪸",succ:"≻",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",sum:"∑",Sum:"∑",sung:"♪",sup1:"¹",sup2:"²",sup3:"³",sup:"⊃",Sup:"⋑",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",supset:"⊃",Supset:"⋑",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swarr:"↙",swArr:"⇙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:"\t",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",therefore:"∴",Therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:"  ",ThinSpace:" ",thinsp:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",tilde:"˜",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",timesbar:"⨱",timesb:"⊠",times:"×",timesd:"⨰",tint:"∭",toea:"⤨",topbot:"⌶",topcir:"⫱",top:"⊤",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",TRADE:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",uarr:"↑",Uarr:"↟",uArr:"⇑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrowBar:"⤒",uparrow:"↑",UpArrow:"↑",Uparrow:"⇑",UpArrowDownArrow:"⇅",updownarrow:"↕",UpDownArrow:"↕",Updownarrow:"⇕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",upsi:"υ",Upsi:"ϒ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTeeArrow:"↥",UpTee:"⊥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",vArr:"⇕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vBar:"⫨",Vbar:"⫫",vBarv:"⫩",Vcy:"В",vcy:"в",vdash:"⊢",vDash:"⊨",Vdash:"⊩",VDash:"⊫",Vdashl:"⫦",veebar:"⊻",vee:"∨",Vee:"⋁",veeeq:"≚",vellip:"⋮",verbar:"|",Verbar:"‖",vert:"|",Vert:"‖",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",wedge:"∧",Wedge:"⋀",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xharr:"⟷",xhArr:"⟺",Xi:"Ξ",xi:"ξ",xlarr:"⟵",xlArr:"⟸",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrarr:"⟶",xrArr:"⟹",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",yuml:"ÿ",Yuml:"Ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"​",Zeta:"Ζ",zeta:"ζ",zfr:"𝔷",Zfr:"ℨ",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",Zopf:"ℤ",Zscr:"𝒵",zscr:"𝓏",zwj:"‍",zwnj:"‌"},CE=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4E\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDF55-\uDF59]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDF3C-\uDF3E]|\uD806[\uDC3B\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/,SE={},$E={}
7463
- function ME(e,t,n){var i,o,r,s,a,l=""
7464
- for("string"!=typeof t&&(n=t,t=ME.defaultChars),void 0===n&&(n=!0),a=function(e){var t,n,i=$E[e]
7458
+ Object.defineProperty(n,t,i.get?i:{enumerable:!0,get:function(){return e[t]}})})),n}var xI={},kI={Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"⁡",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",amp:"&",AMP:"&",andand:"⩕",And:"⩓",and:"∧",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angmsd:"∡",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",apacir:"⩯",ap:"≈",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"⁡",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",barwed:"⌅",Barwed:"⌆",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",because:"∵",Because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxdl:"┐",boxdL:"╕",boxDl:"╖",boxDL:"╗",boxdr:"┌",boxdR:"╒",boxDr:"╓",boxDR:"╔",boxh:"─",boxH:"═",boxhd:"┬",boxHd:"╤",boxhD:"╥",boxHD:"╦",boxhu:"┴",boxHu:"╧",boxhU:"╨",boxHU:"╩",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxul:"┘",boxuL:"╛",boxUl:"╜",boxUL:"╝",boxur:"└",boxuR:"╘",boxUr:"╙",boxUR:"╚",boxv:"│",boxV:"║",boxvh:"┼",boxvH:"╪",boxVh:"╫",boxVH:"╬",boxvl:"┤",boxvL:"╡",boxVl:"╢",boxVL:"╣",boxvr:"├",boxvR:"╞",boxVr:"╟",boxVR:"╠",bprime:"‵",breve:"˘",Breve:"˘",brvbar:"¦",bscr:"𝒷",Bscr:"ℬ",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsolb:"⧅",bsol:"\\",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",capand:"⩄",capbrcup:"⩉",capcap:"⩋",cap:"∩",Cap:"⋒",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",centerdot:"·",CenterDot:"·",cfr:"𝔠",Cfr:"ℭ",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cir:"○",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",colon:":",Colon:"∷",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",conint:"∮",Conint:"∯",ContourIntegral:"∮",copf:"𝕔",Copf:"ℂ",coprod:"∐",Coproduct:"∐",copy:"©",COPY:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",cross:"✗",Cross:"⨯",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cupbrcap:"⩈",cupcap:"⩆",CupCap:"≍",cup:"∪",Cup:"⋓",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dagger:"†",Dagger:"‡",daleth:"ℸ",darr:"↓",Darr:"↡",dArr:"⇓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",ddagger:"‡",ddarr:"⇊",DD:"ⅅ",dd:"ⅆ",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",diamond:"⋄",Diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrowBar:"⤓",downarrow:"↓",DownArrow:"↓",Downarrow:"⇓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVectorBar:"⥖",DownLeftVector:"↽",DownRightTeeVector:"⥟",DownRightVectorBar:"⥗",DownRightVector:"⇁",DownTeeArrow:"↧",DownTee:"⊤",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",Ecirc:"Ê",ecirc:"ê",ecir:"≖",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",edot:"ė",eDot:"≑",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp13:" ",emsp14:" ",emsp:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",escr:"ℯ",Escr:"ℰ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",exponentiale:"ⅇ",ExponentialE:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",forall:"∀",ForAll:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",fscr:"𝒻",Fscr:"ℱ",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",ge:"≥",gE:"≧",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",gescc:"⪩",ges:"⩾",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",gg:"≫",Gg:"⋙",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gla:"⪥",gl:"≷",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gnE:"≩",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",gtcc:"⪧",gtcir:"⩺",gt:">",GT:">",Gt:"≫",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",harrcir:"⥈",harr:"↔",hArr:"⇔",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"𝔥",Hfr:"ℌ",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"𝕙",Hopf:"ℍ",horbar:"―",HorizontalLine:"─",hscr:"𝒽",Hscr:"ℋ",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"⁣",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",ifr:"𝔦",Ifr:"ℑ",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",Im:"ℑ",imof:"⊷",imped:"Ƶ",Implies:"⇒",incare:"℅",in:"∈",infin:"∞",infintie:"⧝",inodot:"ı",intcal:"⊺",int:"∫",Int:"∬",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"⁣",InvisibleTimes:"⁢",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",iscr:"𝒾",Iscr:"ℐ",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",lang:"⟨",Lang:"⟪",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",larrb:"⇤",larrbfs:"⤟",larr:"←",Larr:"↞",lArr:"⇐",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",latail:"⤙",lAtail:"⤛",lat:"⪫",late:"⪭",lates:"⪭︀",lbarr:"⤌",lBarr:"⤎",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",lE:"≦",LeftAngleBracket:"⟨",LeftArrowBar:"⇤",leftarrow:"←",LeftArrow:"←",Leftarrow:"⇐",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVectorBar:"⥙",LeftDownVector:"⇃",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTeeArrow:"↤",LeftTee:"⊣",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangleBar:"⧏",LeftTriangle:"⊲",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVectorBar:"⥘",LeftUpVector:"↿",LeftVectorBar:"⥒",LeftVector:"↼",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",lescc:"⪨",les:"⩽",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",llarr:"⇇",ll:"≪",Ll:"⋘",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoustache:"⎰",lmoust:"⎰",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lnE:"≨",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftrightarrow:"⟷",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longmapsto:"⟼",longrightarrow:"⟶",LongRightArrow:"⟶",Longrightarrow:"⟹",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",Lscr:"ℒ",lsh:"↰",Lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",ltcc:"⪦",ltcir:"⩹",lt:"<",LT:"<",Lt:"≪",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",midast:"*",midcir:"⫰",mid:"∣",middot:"·",minusb:"⊟",minus:"−",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",mscr:"𝓂",Mscr:"ℳ",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natural:"♮",naturals:"ℕ",natur:"♮",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",nearhk:"⤤",nearr:"↗",neArr:"⇗",nearrow:"↗",ne:"≠",nedot:"≐̸",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nharr:"↮",nhArr:"⇎",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlarr:"↚",nlArr:"⇍",nldr:"‥",nlE:"≦̸",nle:"≰",nleftarrow:"↚",nLeftarrow:"⇍",nleftrightarrow:"↮",nLeftrightarrow:"⇎",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"⁠",NonBreakingSpace:" ",nopf:"𝕟",Nopf:"ℕ",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangleBar:"⧏̸",NotLeftTriangle:"⋪",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangleBar:"⧐̸",NotRightTriangle:"⋫",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",nparallel:"∦",npar:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",nprec:"⊀",npreceq:"⪯̸",npre:"⪯̸",nrarrc:"⤳̸",nrarr:"↛",nrArr:"⇏",nrarrw:"↝̸",nrightarrow:"↛",nRightarrow:"⇏",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nvdash:"⊬",nvDash:"⊭",nVdash:"⊮",nVDash:"⊯",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwarr:"↖",nwArr:"⇖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",Ocirc:"Ô",ocirc:"ô",ocir:"⊚",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",orarr:"↻",Or:"⩔",or:"∨",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",otimesas:"⨶",Otimes:"⨷",otimes:"⊗",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",para:"¶",parallel:"∥",par:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plus:"+",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",popf:"𝕡",Popf:"ℙ",pound:"£",prap:"⪷",Pr:"⪻",pr:"≺",prcue:"≼",precapprox:"⪷",prec:"≺",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",pre:"⪯",prE:"⪳",precsim:"≾",prime:"′",Prime:"″",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportional:"∝",Proportion:"∷",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",qopf:"𝕢",Qopf:"ℚ",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",quot:'"',QUOT:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",Rang:"⟫",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarr:"→",Rarr:"↠",rArr:"⇒",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",ratail:"⤚",rAtail:"⤜",ratio:"∶",rationals:"ℚ",rbarr:"⤍",rBarr:"⤏",RBarr:"⤐",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",Re:"ℜ",rect:"▭",reg:"®",REG:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",Rfr:"ℜ",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrowBar:"⇥",rightarrow:"→",RightArrow:"→",Rightarrow:"⇒",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVectorBar:"⥕",RightDownVector:"⇂",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTeeArrow:"↦",RightTee:"⊢",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangleBar:"⧐",RightTriangle:"⊳",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVectorBar:"⥔",RightUpVector:"↾",RightVectorBar:"⥓",RightVector:"⇀",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"‏",rmoustache:"⎱",rmoust:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"𝕣",Ropf:"ℝ",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",rscr:"𝓇",Rscr:"ℛ",rsh:"↱",Rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",scap:"⪸",Scaron:"Š",scaron:"š",Sc:"⪼",sc:"≻",sccue:"≽",sce:"⪰",scE:"⪴",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdotb:"⊡",sdot:"⋅",sdote:"⩦",searhk:"⤥",searr:"↘",seArr:"⇘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"­",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",solbar:"⌿",solb:"⧄",sol:"/",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",square:"□",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squ:"□",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",Sub:"⋐",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",subset:"⊂",Subset:"⋐",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succapprox:"⪸",succ:"≻",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",sum:"∑",Sum:"∑",sung:"♪",sup1:"¹",sup2:"²",sup3:"³",sup:"⊃",Sup:"⋑",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",supset:"⊃",Supset:"⋑",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swarr:"↙",swArr:"⇙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:"\t",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",therefore:"∴",Therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:"  ",ThinSpace:" ",thinsp:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",tilde:"˜",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",timesbar:"⨱",timesb:"⊠",times:"×",timesd:"⨰",tint:"∭",toea:"⤨",topbot:"⌶",topcir:"⫱",top:"⊤",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",TRADE:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",uarr:"↑",Uarr:"↟",uArr:"⇑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrowBar:"⤒",uparrow:"↑",UpArrow:"↑",Uparrow:"⇑",UpArrowDownArrow:"⇅",updownarrow:"↕",UpDownArrow:"↕",Updownarrow:"⇕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",upsi:"υ",Upsi:"ϒ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTeeArrow:"↥",UpTee:"⊥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",vArr:"⇕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vBar:"⫨",Vbar:"⫫",vBarv:"⫩",Vcy:"В",vcy:"в",vdash:"⊢",vDash:"⊨",Vdash:"⊩",VDash:"⊫",Vdashl:"⫦",veebar:"⊻",vee:"∨",Vee:"⋁",veeeq:"≚",vellip:"⋮",verbar:"|",Verbar:"‖",vert:"|",Vert:"‖",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",wedge:"∧",Wedge:"⋀",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xharr:"⟷",xhArr:"⟺",Xi:"Ξ",xi:"ξ",xlarr:"⟵",xlArr:"⟸",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrarr:"⟶",xrArr:"⟹",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",yuml:"ÿ",Yuml:"Ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"​",Zeta:"Ζ",zeta:"ζ",zfr:"𝔷",Zfr:"ℨ",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",Zopf:"ℤ",Zscr:"𝒵",zscr:"𝓏",zwj:"‍",zwnj:"‌"},CI=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4E\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDF55-\uDF59]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDF3C-\uDF3E]|\uD806[\uDC3B\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/,SI={},$I={}
7459
+ function MI(e,t,n){var i,o,r,s,a,l=""
7460
+ for("string"!=typeof t&&(n=t,t=MI.defaultChars),void 0===n&&(n=!0),a=function(e){var t,n,i=$I[e]
7465
7461
  if(i)return i
7466
- for(i=$E[e]=[],t=0;t<128;t++)n=String.fromCharCode(t),/^[0-9a-z]$/i.test(n)?i.push(n):i.push("%"+("0"+t.toString(16).toUpperCase()).slice(-2))
7462
+ for(i=$I[e]=[],t=0;t<128;t++)n=String.fromCharCode(t),/^[0-9a-z]$/i.test(n)?i.push(n):i.push("%"+("0"+t.toString(16).toUpperCase()).slice(-2))
7467
7463
  for(t=0;t<e.length;t++)i[e.charCodeAt(t)]=e[t]
7468
7464
  return i}(t),i=0,o=e.length;i<o;i++)if(r=e.charCodeAt(i),n&&37===r&&i+2<o&&/^[0-9a-f]{2}$/i.test(e.slice(i+1,i+3)))l+=e.slice(i,i+3),i+=2
7469
7465
  else if(r<128)l+=a[r]
7470
7466
  else if(r>=55296&&r<=57343){if(r>=55296&&r<=56319&&i+1<o&&(s=e.charCodeAt(i+1))>=56320&&s<=57343){l+=encodeURIComponent(e[i]+e[i+1]),i++
7471
7467
  continue}l+="%EF%BF%BD"}else l+=encodeURIComponent(e[i])
7472
- return l}ME.defaultChars=";/?:@&=+$,-_.!~*'()#",ME.componentChars="-_.!~*'()"
7473
- var _E=ME,AE={}
7474
- function EE(e,t){var n
7475
- return"string"!=typeof t&&(t=EE.defaultChars),n=function(e){var t,n,i=AE[e]
7468
+ return l}MI.defaultChars=";/?:@&=+$,-_.!~*'()#",MI.componentChars="-_.!~*'()"
7469
+ var _I=MI,AI={}
7470
+ function II(e,t){var n
7471
+ return"string"!=typeof t&&(t=II.defaultChars),n=function(e){var t,n,i=AI[e]
7476
7472
  if(i)return i
7477
- for(i=AE[e]=[],t=0;t<128;t++)n=String.fromCharCode(t),i.push(n)
7473
+ for(i=AI[e]=[],t=0;t<128;t++)n=String.fromCharCode(t),i.push(n)
7478
7474
  for(t=0;t<e.length;t++)i[n=e.charCodeAt(t)]="%"+("0"+n.toString(16).toUpperCase()).slice(-2)
7479
7475
  return i}(t),e.replace(/(%[a-f0-9]{2})+/gi,(function(e){var t,i,o,r,s,a,l,c=""
7480
7476
  for(t=0,i=e.length;t<i;t+=3)(o=parseInt(e.slice(t+1,t+3),16))<128?c+=n[o]:192==(224&o)&&t+3<i&&128==(192&(r=parseInt(e.slice(t+4,t+6),16)))?(c+=(l=o<<6&1984|63&r)<128?"��":String.fromCharCode(l),t+=3):224==(240&o)&&t+6<i&&(r=parseInt(e.slice(t+4,t+6),16),s=parseInt(e.slice(t+7,t+9),16),128==(192&r)&&128==(192&s))?(c+=(l=o<<12&61440|r<<6&4032|63&s)<2048||l>=55296&&l<=57343?"���":String.fromCharCode(l),t+=6):240==(248&o)&&t+9<i&&(r=parseInt(e.slice(t+4,t+6),16),s=parseInt(e.slice(t+7,t+9),16),a=parseInt(e.slice(t+10,t+12),16),128==(192&r)&&128==(192&s)&&128==(192&a))?((l=o<<18&1835008|r<<12&258048|s<<6&4032|63&a)<65536||l>1114111?c+="����":(l-=65536,c+=String.fromCharCode(55296+(l>>10),56320+(1023&l))),t+=9):c+="�"
7481
- return c}))}EE.defaultChars=";/?:@&=+$,#",EE.componentChars=""
7482
- var IE=EE
7483
- function OE(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}var TE=/^([a-z0-9.+-]+:)/i,RE=/:[0-9]*$/,DE=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,FE=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),LE=["'"].concat(FE),NE=["%","/","?",";","#"].concat(LE),PE=["/","?","#"],zE=/^[+a-z0-9A-Z_-]{0,63}$/,VE=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,HE={javascript:!0,"javascript:":!0},BE={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0}
7484
- OE.prototype.parse=function(e,t){var n,i,o,r,s,a=e
7485
- if(a=a.trim(),!t&&1===e.split("#").length){var l=DE.exec(a)
7486
- if(l)return this.pathname=l[1],l[2]&&(this.search=l[2]),this}var c=TE.exec(a)
7487
- if(c&&(o=(c=c[0]).toLowerCase(),this.protocol=c,a=a.substr(c.length)),(t||c||a.match(/^\/\/[^@\/]+@[^@\/]+/))&&(!(s="//"===a.substr(0,2))||c&&HE[c]||(a=a.substr(2),this.slashes=!0)),!HE[c]&&(s||c&&!BE[c])){var d,h,u=-1
7488
- for(n=0;n<PE.length;n++)-1!==(r=a.indexOf(PE[n]))&&(-1===u||r<u)&&(u=r)
7489
- for(-1!==(h=-1===u?a.lastIndexOf("@"):a.lastIndexOf("@",u))&&(d=a.slice(0,h),a=a.slice(h+1),this.auth=d),u=-1,n=0;n<NE.length;n++)-1!==(r=a.indexOf(NE[n]))&&(-1===u||r<u)&&(u=r);-1===u&&(u=a.length),":"===a[u-1]&&u--
7477
+ return c}))}II.defaultChars=";/?:@&=+$,#",II.componentChars=""
7478
+ var EI=II
7479
+ function OI(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}var TI=/^([a-z0-9.+-]+:)/i,RI=/:[0-9]*$/,DI=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,FI=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),LI=["'"].concat(FI),NI=["%","/","?",";","#"].concat(LI),PI=["/","?","#"],zI=/^[+a-z0-9A-Z_-]{0,63}$/,VI=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,HI={javascript:!0,"javascript:":!0},BI={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0}
7480
+ OI.prototype.parse=function(e,t){var n,i,o,r,s,a=e
7481
+ if(a=a.trim(),!t&&1===e.split("#").length){var l=DI.exec(a)
7482
+ if(l)return this.pathname=l[1],l[2]&&(this.search=l[2]),this}var c=TI.exec(a)
7483
+ if(c&&(o=(c=c[0]).toLowerCase(),this.protocol=c,a=a.substr(c.length)),(t||c||a.match(/^\/\/[^@\/]+@[^@\/]+/))&&(!(s="//"===a.substr(0,2))||c&&HI[c]||(a=a.substr(2),this.slashes=!0)),!HI[c]&&(s||c&&!BI[c])){var d,h,u=-1
7484
+ for(n=0;n<PI.length;n++)-1!==(r=a.indexOf(PI[n]))&&(-1===u||r<u)&&(u=r)
7485
+ for(-1!==(h=-1===u?a.lastIndexOf("@"):a.lastIndexOf("@",u))&&(d=a.slice(0,h),a=a.slice(h+1),this.auth=d),u=-1,n=0;n<NI.length;n++)-1!==(r=a.indexOf(NI[n]))&&(-1===u||r<u)&&(u=r);-1===u&&(u=a.length),":"===a[u-1]&&u--
7490
7486
  var p=a.slice(0,u)
7491
7487
  a=a.slice(u),this.parseHost(p),this.hostname=this.hostname||""
7492
7488
  var f="["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-1]
7493
7489
  if(!f){var g=this.hostname.split(/\./)
7494
7490
  for(n=0,i=g.length;n<i;n++){var m=g[n]
7495
- if(m&&!m.match(zE)){for(var v="",b=0,y=m.length;b<y;b++)m.charCodeAt(b)>127?v+="x":v+=m[b]
7496
- if(!v.match(zE)){var w=g.slice(0,n),x=g.slice(n+1),k=m.match(VE)
7491
+ if(m&&!m.match(zI)){for(var v="",b=0,y=m.length;b<y;b++)m.charCodeAt(b)>127?v+="x":v+=m[b]
7492
+ if(!v.match(zI)){var w=g.slice(0,n),x=g.slice(n+1),k=m.match(VI)
7497
7493
  k&&(w.push(k[1]),x.unshift(k[2])),x.length&&(a=x.join(".")+a),this.hostname=w.join(".")
7498
7494
  break}}}}this.hostname.length>255&&(this.hostname=""),f&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}var C=a.indexOf("#");-1!==C&&(this.hash=a.substr(C),a=a.slice(0,C))
7499
7495
  var S=a.indexOf("?")
7500
- return-1!==S&&(this.search=a.substr(S),a=a.slice(0,S)),a&&(this.pathname=a),BE[o]&&this.hostname&&!this.pathname&&(this.pathname=""),this},OE.prototype.parseHost=function(e){var t=RE.exec(e)
7496
+ return-1!==S&&(this.search=a.substr(S),a=a.slice(0,S)),a&&(this.pathname=a),BI[o]&&this.hostname&&!this.pathname&&(this.pathname=""),this},OI.prototype.parseHost=function(e){var t=RI.exec(e)
7501
7497
  t&&(":"!==(t=t[0])&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)}
7502
- var qE=function(e,t){if(e&&e instanceof OE)return e
7503
- var n=new OE
7498
+ var qI=function(e,t){if(e&&e instanceof OI)return e
7499
+ var n=new OI
7504
7500
  return n.parse(e,t),n}
7505
- SE.encode=_E,SE.decode=IE,SE.format=function(e){var t=""
7506
- return t+=e.protocol||"",t+=e.slashes?"//":"",t+=e.auth?e.auth+"@":"",e.hostname&&-1!==e.hostname.indexOf(":")?t+="["+e.hostname+"]":t+=e.hostname||"",t+=e.port?":"+e.port:"",t+=e.pathname||"",t+=e.search||"",t+=e.hash||""},SE.parse=qE
7507
- var ZE,jE,UE,WE,GE,KE,JE,XE,YE,QE={}
7508
- function eI(){return jE?ZE:(jE=1,ZE=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/)}function tI(){return WE?UE:(WE=1,UE=/[\0-\x1F\x7F-\x9F]/)}function nI(){return XE?JE:(XE=1,JE=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/)}function iI(){return YE||(YE=1,QE.Any=eI(),QE.Cc=tI(),QE.Cf=KE?GE:(KE=1,GE=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/),QE.P=CE,QE.Z=nI()),QE}!function(e){var t=Object.prototype.hasOwnProperty
7501
+ SI.encode=_I,SI.decode=EI,SI.format=function(e){var t=""
7502
+ return t+=e.protocol||"",t+=e.slashes?"//":"",t+=e.auth?e.auth+"@":"",e.hostname&&-1!==e.hostname.indexOf(":")?t+="["+e.hostname+"]":t+=e.hostname||"",t+=e.port?":"+e.port:"",t+=e.pathname||"",t+=e.search||"",t+=e.hash||""},SI.parse=qI
7503
+ var ZI,jI,UI,WI,GI,KI,JI,XI,YI,QI={}
7504
+ function eE(){return jI?ZI:(jI=1,ZI=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/)}function tE(){return WI?UI:(WI=1,UI=/[\0-\x1F\x7F-\x9F]/)}function nE(){return XI?JI:(XI=1,JI=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/)}function iE(){return YI||(YI=1,QI.Any=eE(),QI.Cc=tE(),QI.Cf=KI?GI:(KI=1,GI=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/),QI.P=CI,QI.Z=nE()),QI}!function(e){var t=Object.prototype.hasOwnProperty
7509
7505
  function n(e,n){return t.call(e,n)}function i(e){return!(e>=55296&&e<=57343)&&(!(e>=64976&&e<=65007)&&(65535!=(65535&e)&&65534!=(65535&e)&&(!(e>=0&&e<=8)&&(11!==e&&(!(e>=14&&e<=31)&&(!(e>=127&&e<=159)&&!(e>1114111)))))))}function o(e){if(e>65535){var t=55296+((e-=65536)>>10),n=56320+(1023&e)
7510
- return String.fromCharCode(t,n)}return String.fromCharCode(e)}var r=/\\([!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])/g,s=new RegExp(r.source+"|"+/&([a-z#][a-z0-9]{1,31});/gi.source,"gi"),a=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i,l=kE
7506
+ return String.fromCharCode(t,n)}return String.fromCharCode(e)}var r=/\\([!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])/g,s=new RegExp(r.source+"|"+/&([a-z#][a-z0-9]{1,31});/gi.source,"gi"),a=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i,l=kI
7511
7507
  var c=/[&<>"]/,d=/[&<>"]/g,h={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;"}
7512
7508
  function u(e){return h[e]}var p=/[.?*+^$[\]\\(){}|-]/g
7513
- var f=CE
7514
- e.lib={},e.lib.mdurl=SE,e.lib.ucmicro=iI(),e.assign=function(e){return Array.prototype.slice.call(arguments,1).forEach((function(t){if(t){if("object"!=typeof t)throw new TypeError(t+"must be object")
7509
+ var f=CI
7510
+ e.lib={},e.lib.mdurl=SI,e.lib.ucmicro=iE(),e.assign=function(e){return Array.prototype.slice.call(arguments,1).forEach((function(t){if(t){if("object"!=typeof t)throw new TypeError(t+"must be object")
7515
7511
  Object.keys(t).forEach((function(n){e[n]=t[n]}))}})),e},e.isString=function(e){return"[object String]"===function(e){return Object.prototype.toString.call(e)}(e)},e.has=n,e.unescapeMd=function(e){return e.indexOf("\\")<0?e:e.replace(r,"$1")},e.unescapeAll=function(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(s,(function(e,t,r){return t||function(e,t){var r=0
7516
7512
  return n(l,t)?l[t]:35===t.charCodeAt(0)&&a.test(t)&&i(r="x"===t[1].toLowerCase()?parseInt(t.slice(2),16):parseInt(t.slice(1),10))?o(r):e}(e,r)}))},e.isValidEntityCode=i,e.fromCodePoint=o,e.escapeHtml=function(e){return c.test(e)?e.replace(d,u):e},e.arrayReplaceAt=function(e,t,n){return[].concat(e.slice(0,t),n,e.slice(t+1))},e.isSpace=function(e){switch(e){case 9:case 32:return!0}return!1},e.isWhiteSpace=function(e){if(e>=8192&&e<=8202)return!0
7517
7513
  switch(e){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1},e.isMdAsciiPunct=function(e){switch(e){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0
7518
- default:return!1}},e.isPunctChar=function(e){return f.test(e)},e.escapeRE=function(e){return e.replace(p,"\\$&")},e.normalizeReference=function(e){return e=e.trim().replace(/\s+/g," "),"Ṿ"==="ẞ".toLowerCase()&&(e=e.replace(/ẞ/g,"ß")),e.toLowerCase().toUpperCase()}}(xE)
7519
- var oI={},rI=xE.unescapeAll,sI=xE.unescapeAll
7520
- oI.parseLinkLabel=function(e,t,n){var i,o,r,s,a=-1,l=e.posMax,c=e.pos
7514
+ default:return!1}},e.isPunctChar=function(e){return f.test(e)},e.escapeRE=function(e){return e.replace(p,"\\$&")},e.normalizeReference=function(e){return e=e.trim().replace(/\s+/g," "),"Ṿ"==="ẞ".toLowerCase()&&(e=e.replace(/ẞ/g,"ß")),e.toLowerCase().toUpperCase()}}(xI)
7515
+ var oE={},rE=xI.unescapeAll,sE=xI.unescapeAll
7516
+ oE.parseLinkLabel=function(e,t,n){var i,o,r,s,a=-1,l=e.posMax,c=e.pos
7521
7517
  for(e.pos=t+1,i=1;e.pos<l;){if(93===(r=e.src.charCodeAt(e.pos))&&0===--i){o=!0
7522
7518
  break}if(s=e.pos,e.md.inline.skipToken(e),91===r)if(s===e.pos-1)i++
7523
- else if(n)return e.pos=c,-1}return o&&(a=e.pos),e.pos=c,a},oI.parseLinkDestination=function(e,t,n){var i,o,r=t,s={ok:!1,pos:0,lines:0,str:""}
7519
+ else if(n)return e.pos=c,-1}return o&&(a=e.pos),e.pos=c,a},oE.parseLinkDestination=function(e,t,n){var i,o,r=t,s={ok:!1,pos:0,lines:0,str:""}
7524
7520
  if(60===e.charCodeAt(t)){for(t++;t<n;){if(10===(i=e.charCodeAt(t)))return s
7525
7521
  if(60===i)return s
7526
- if(62===i)return s.pos=t+1,s.str=rI(e.slice(r+1,t)),s.ok=!0,s
7522
+ if(62===i)return s.pos=t+1,s.str=rE(e.slice(r+1,t)),s.ok=!0,s
7527
7523
  92===i&&t+1<n?t+=2:t++}return s}for(o=0;t<n&&32!==(i=e.charCodeAt(t))&&!(i<32||127===i);)if(92===i&&t+1<n){if(32===e.charCodeAt(t+1))break
7528
7524
  t+=2}else{if(40===i&&++o>32)return s
7529
7525
  if(41===i){if(0===o)break
7530
- o--}t++}return r===t||0!==o||(s.str=rI(e.slice(r,t)),s.lines=0,s.pos=t,s.ok=!0),s},oI.parseLinkTitle=function(e,t,n){var i,o,r=0,s=t,a={ok:!1,pos:0,lines:0,str:""}
7526
+ o--}t++}return r===t||0!==o||(s.str=rE(e.slice(r,t)),s.lines=0,s.pos=t,s.ok=!0),s},oE.parseLinkTitle=function(e,t,n){var i,o,r=0,s=t,a={ok:!1,pos:0,lines:0,str:""}
7531
7527
  if(t>=n)return a
7532
7528
  if(34!==(o=e.charCodeAt(t))&&39!==o&&40!==o)return a
7533
- for(t++,40===o&&(o=41);t<n;){if((i=e.charCodeAt(t))===o)return a.pos=t+1,a.lines=r,a.str=sI(e.slice(s+1,t)),a.ok=!0,a
7529
+ for(t++,40===o&&(o=41);t<n;){if((i=e.charCodeAt(t))===o)return a.pos=t+1,a.lines=r,a.str=sE(e.slice(s+1,t)),a.ok=!0,a
7534
7530
  if(40===i&&41===o)return a
7535
7531
  10===i?r++:92===i&&t+1<n&&(t++,10===e.charCodeAt(t)&&r++),t++}return a}
7536
- var aI=xE.assign,lI=xE.unescapeAll,cI=xE.escapeHtml,dI={}
7537
- function hI(){this.rules=aI({},dI)}dI.code_inline=function(e,t,n,i,o){var r=e[t]
7538
- return"<code"+o.renderAttrs(r)+">"+cI(e[t].content)+"</code>"},dI.code_block=function(e,t,n,i,o){var r=e[t]
7539
- return"<pre"+o.renderAttrs(r)+"><code>"+cI(e[t].content)+"</code></pre>\n"},dI.fence=function(e,t,n,i,o){var r,s,a,l,c,d=e[t],h=d.info?lI(d.info).trim():"",u="",p=""
7540
- return h&&(u=(a=h.split(/(\s+)/g))[0],p=a.slice(2).join("")),0===(r=n.highlight&&n.highlight(d.content,u,p)||cI(d.content)).indexOf("<pre")?r+"\n":h?(s=d.attrIndex("class"),l=d.attrs?d.attrs.slice():[],s<0?l.push(["class",n.langPrefix+u]):(l[s]=l[s].slice(),l[s][1]+=" "+n.langPrefix+u),c={attrs:l},"<pre><code"+o.renderAttrs(c)+">"+r+"</code></pre>\n"):"<pre><code"+o.renderAttrs(d)+">"+r+"</code></pre>\n"},dI.image=function(e,t,n,i,o){var r=e[t]
7541
- return r.attrs[r.attrIndex("alt")][1]=o.renderInlineAsText(r.children,n,i),o.renderToken(e,t,n)},dI.hardbreak=function(e,t,n){return n.xhtmlOut?"<br />\n":"<br>\n"},dI.softbreak=function(e,t,n){return n.breaks?n.xhtmlOut?"<br />\n":"<br>\n":"\n"},dI.text=function(e,t){return cI(e[t].content)},dI.html_block=function(e,t){return e[t].content},dI.html_inline=function(e,t){return e[t].content},hI.prototype.renderAttrs=function(e){var t,n,i
7532
+ var aE=xI.assign,lE=xI.unescapeAll,cE=xI.escapeHtml,dE={}
7533
+ function hE(){this.rules=aE({},dE)}dE.code_inline=function(e,t,n,i,o){var r=e[t]
7534
+ return"<code"+o.renderAttrs(r)+">"+cE(e[t].content)+"</code>"},dE.code_block=function(e,t,n,i,o){var r=e[t]
7535
+ return"<pre"+o.renderAttrs(r)+"><code>"+cE(e[t].content)+"</code></pre>\n"},dE.fence=function(e,t,n,i,o){var r,s,a,l,c,d=e[t],h=d.info?lE(d.info).trim():"",u="",p=""
7536
+ return h&&(u=(a=h.split(/(\s+)/g))[0],p=a.slice(2).join("")),0===(r=n.highlight&&n.highlight(d.content,u,p)||cE(d.content)).indexOf("<pre")?r+"\n":h?(s=d.attrIndex("class"),l=d.attrs?d.attrs.slice():[],s<0?l.push(["class",n.langPrefix+u]):(l[s]=l[s].slice(),l[s][1]+=" "+n.langPrefix+u),c={attrs:l},"<pre><code"+o.renderAttrs(c)+">"+r+"</code></pre>\n"):"<pre><code"+o.renderAttrs(d)+">"+r+"</code></pre>\n"},dE.image=function(e,t,n,i,o){var r=e[t]
7537
+ return r.attrs[r.attrIndex("alt")][1]=o.renderInlineAsText(r.children,n,i),o.renderToken(e,t,n)},dE.hardbreak=function(e,t,n){return n.xhtmlOut?"<br />\n":"<br>\n"},dE.softbreak=function(e,t,n){return n.breaks?n.xhtmlOut?"<br />\n":"<br>\n":"\n"},dE.text=function(e,t){return cE(e[t].content)},dE.html_block=function(e,t){return e[t].content},dE.html_inline=function(e,t){return e[t].content},hE.prototype.renderAttrs=function(e){var t,n,i
7542
7538
  if(!e.attrs)return""
7543
- for(i="",t=0,n=e.attrs.length;t<n;t++)i+=" "+cI(e.attrs[t][0])+'="'+cI(e.attrs[t][1])+'"'
7544
- return i},hI.prototype.renderToken=function(e,t,n){var i,o="",r=!1,s=e[t]
7545
- return s.hidden?"":(s.block&&-1!==s.nesting&&t&&e[t-1].hidden&&(o+="\n"),o+=(-1===s.nesting?"</":"<")+s.tag,o+=this.renderAttrs(s),0===s.nesting&&n.xhtmlOut&&(o+=" /"),s.block&&(r=!0,1===s.nesting&&t+1<e.length&&("inline"===(i=e[t+1]).type||i.hidden||-1===i.nesting&&i.tag===s.tag)&&(r=!1)),o+=r?">\n":">")},hI.prototype.renderInline=function(e,t,n){for(var i,o="",r=this.rules,s=0,a=e.length;s<a;s++)void 0!==r[i=e[s].type]?o+=r[i](e,s,t,n,this):o+=this.renderToken(e,s,t)
7546
- return o},hI.prototype.renderInlineAsText=function(e,t,n){for(var i="",o=0,r=e.length;o<r;o++)"text"===e[o].type?i+=e[o].content:"image"===e[o].type?i+=this.renderInlineAsText(e[o].children,t,n):"softbreak"===e[o].type&&(i+="\n")
7547
- return i},hI.prototype.render=function(e,t,n){var i,o,r,s="",a=this.rules
7539
+ for(i="",t=0,n=e.attrs.length;t<n;t++)i+=" "+cE(e.attrs[t][0])+'="'+cE(e.attrs[t][1])+'"'
7540
+ return i},hE.prototype.renderToken=function(e,t,n){var i,o="",r=!1,s=e[t]
7541
+ return s.hidden?"":(s.block&&-1!==s.nesting&&t&&e[t-1].hidden&&(o+="\n"),o+=(-1===s.nesting?"</":"<")+s.tag,o+=this.renderAttrs(s),0===s.nesting&&n.xhtmlOut&&(o+=" /"),s.block&&(r=!0,1===s.nesting&&t+1<e.length&&("inline"===(i=e[t+1]).type||i.hidden||-1===i.nesting&&i.tag===s.tag)&&(r=!1)),o+=r?">\n":">")},hE.prototype.renderInline=function(e,t,n){for(var i,o="",r=this.rules,s=0,a=e.length;s<a;s++)void 0!==r[i=e[s].type]?o+=r[i](e,s,t,n,this):o+=this.renderToken(e,s,t)
7542
+ return o},hE.prototype.renderInlineAsText=function(e,t,n){for(var i="",o=0,r=e.length;o<r;o++)"text"===e[o].type?i+=e[o].content:"image"===e[o].type?i+=this.renderInlineAsText(e[o].children,t,n):"softbreak"===e[o].type&&(i+="\n")
7543
+ return i},hE.prototype.render=function(e,t,n){var i,o,r,s="",a=this.rules
7548
7544
  for(i=0,o=e.length;i<o;i++)"inline"===(r=e[i].type)?s+=this.renderInline(e[i].children,t,n):void 0!==a[r]?s+=a[e[i].type](e,i,t,n,this):s+=this.renderToken(e,i,t,n)
7549
7545
  return s}
7550
- var uI=hI
7551
- function pI(){this.__rules__=[],this.__cache__=null}pI.prototype.__find__=function(e){for(var t=0;t<this.__rules__.length;t++)if(this.__rules__[t].name===e)return t
7552
- return-1},pI.prototype.__compile__=function(){var e=this,t=[""]
7553
- e.__rules__.forEach((function(e){e.enabled&&e.alt.forEach((function(e){t.indexOf(e)<0&&t.push(e)}))})),e.__cache__={},t.forEach((function(t){e.__cache__[t]=[],e.__rules__.forEach((function(n){n.enabled&&(t&&n.alt.indexOf(t)<0||e.__cache__[t].push(n.fn))}))}))},pI.prototype.at=function(e,t,n){var i=this.__find__(e),o=n||{}
7546
+ var uE=hE
7547
+ function pE(){this.__rules__=[],this.__cache__=null}pE.prototype.__find__=function(e){for(var t=0;t<this.__rules__.length;t++)if(this.__rules__[t].name===e)return t
7548
+ return-1},pE.prototype.__compile__=function(){var e=this,t=[""]
7549
+ e.__rules__.forEach((function(e){e.enabled&&e.alt.forEach((function(e){t.indexOf(e)<0&&t.push(e)}))})),e.__cache__={},t.forEach((function(t){e.__cache__[t]=[],e.__rules__.forEach((function(n){n.enabled&&(t&&n.alt.indexOf(t)<0||e.__cache__[t].push(n.fn))}))}))},pE.prototype.at=function(e,t,n){var i=this.__find__(e),o=n||{}
7554
7550
  if(-1===i)throw new Error("Parser rule not found: "+e)
7555
- this.__rules__[i].fn=t,this.__rules__[i].alt=o.alt||[],this.__cache__=null},pI.prototype.before=function(e,t,n,i){var o=this.__find__(e),r=i||{}
7551
+ this.__rules__[i].fn=t,this.__rules__[i].alt=o.alt||[],this.__cache__=null},pE.prototype.before=function(e,t,n,i){var o=this.__find__(e),r=i||{}
7556
7552
  if(-1===o)throw new Error("Parser rule not found: "+e)
7557
- this.__rules__.splice(o,0,{name:t,enabled:!0,fn:n,alt:r.alt||[]}),this.__cache__=null},pI.prototype.after=function(e,t,n,i){var o=this.__find__(e),r=i||{}
7553
+ this.__rules__.splice(o,0,{name:t,enabled:!0,fn:n,alt:r.alt||[]}),this.__cache__=null},pE.prototype.after=function(e,t,n,i){var o=this.__find__(e),r=i||{}
7558
7554
  if(-1===o)throw new Error("Parser rule not found: "+e)
7559
- this.__rules__.splice(o+1,0,{name:t,enabled:!0,fn:n,alt:r.alt||[]}),this.__cache__=null},pI.prototype.push=function(e,t,n){var i=n||{}
7560
- this.__rules__.push({name:e,enabled:!0,fn:t,alt:i.alt||[]}),this.__cache__=null},pI.prototype.enable=function(e,t){Array.isArray(e)||(e=[e])
7555
+ this.__rules__.splice(o+1,0,{name:t,enabled:!0,fn:n,alt:r.alt||[]}),this.__cache__=null},pE.prototype.push=function(e,t,n){var i=n||{}
7556
+ this.__rules__.push({name:e,enabled:!0,fn:t,alt:i.alt||[]}),this.__cache__=null},pE.prototype.enable=function(e,t){Array.isArray(e)||(e=[e])
7561
7557
  var n=[]
7562
7558
  return e.forEach((function(e){var i=this.__find__(e)
7563
7559
  if(i<0){if(t)return
7564
- throw new Error("Rules manager: invalid rule name "+e)}this.__rules__[i].enabled=!0,n.push(e)}),this),this.__cache__=null,n},pI.prototype.enableOnly=function(e,t){Array.isArray(e)||(e=[e]),this.__rules__.forEach((function(e){e.enabled=!1})),this.enable(e,t)},pI.prototype.disable=function(e,t){Array.isArray(e)||(e=[e])
7560
+ throw new Error("Rules manager: invalid rule name "+e)}this.__rules__[i].enabled=!0,n.push(e)}),this),this.__cache__=null,n},pE.prototype.enableOnly=function(e,t){Array.isArray(e)||(e=[e]),this.__rules__.forEach((function(e){e.enabled=!1})),this.enable(e,t)},pE.prototype.disable=function(e,t){Array.isArray(e)||(e=[e])
7565
7561
  var n=[]
7566
7562
  return e.forEach((function(e){var i=this.__find__(e)
7567
7563
  if(i<0){if(t)return
7568
- throw new Error("Rules manager: invalid rule name "+e)}this.__rules__[i].enabled=!1,n.push(e)}),this),this.__cache__=null,n},pI.prototype.getRules=function(e){return null===this.__cache__&&this.__compile__(),this.__cache__[e]||[]}
7569
- var fI=pI,gI=/\r\n?|\n/g,mI=/\0/g,vI=xE.arrayReplaceAt
7570
- function bI(e){return/^<\/a\s*>/i.test(e)}var yI=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,wI=/\((c|tm|r)\)/i,xI=/\((c|tm|r)\)/gi,kI={c:"©",r:"®",tm:"™"}
7571
- function CI(e,t){return kI[t.toLowerCase()]}function SI(e){var t,n,i=0
7572
- for(t=e.length-1;t>=0;t--)"text"!==(n=e[t]).type||i||(n.content=n.content.replace(xI,CI)),"link_open"===n.type&&"auto"===n.info&&i--,"link_close"===n.type&&"auto"===n.info&&i++}function $I(e){var t,n,i=0
7573
- for(t=e.length-1;t>=0;t--)"text"!==(n=e[t]).type||i||yI.test(n.content)&&(n.content=n.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/gm,"$1—").replace(/(^|\s)--(?=\s|$)/gm,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/gm,"$1–")),"link_open"===n.type&&"auto"===n.info&&i--,"link_close"===n.type&&"auto"===n.info&&i++}var MI=xE.isWhiteSpace,_I=xE.isPunctChar,AI=xE.isMdAsciiPunct,EI=/['"]/,II=/['"]/g
7574
- function OI(e,t,n){return e.slice(0,t)+n+e.slice(t+1)}function TI(e,t){var n,i,o,r,s,a,l,c,d,h,u,p,f,g,m,v,b,y,w,x,k
7564
+ throw new Error("Rules manager: invalid rule name "+e)}this.__rules__[i].enabled=!1,n.push(e)}),this),this.__cache__=null,n},pE.prototype.getRules=function(e){return null===this.__cache__&&this.__compile__(),this.__cache__[e]||[]}
7565
+ var fE=pE,gE=/\r\n?|\n/g,mE=/\0/g,vE=xI.arrayReplaceAt
7566
+ function bE(e){return/^<\/a\s*>/i.test(e)}var yE=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,wE=/\((c|tm|r)\)/i,xE=/\((c|tm|r)\)/gi,kE={c:"©",r:"®",tm:"™"}
7567
+ function CE(e,t){return kE[t.toLowerCase()]}function SE(e){var t,n,i=0
7568
+ for(t=e.length-1;t>=0;t--)"text"!==(n=e[t]).type||i||(n.content=n.content.replace(xE,CE)),"link_open"===n.type&&"auto"===n.info&&i--,"link_close"===n.type&&"auto"===n.info&&i++}function $E(e){var t,n,i=0
7569
+ for(t=e.length-1;t>=0;t--)"text"!==(n=e[t]).type||i||yE.test(n.content)&&(n.content=n.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/gm,"$1—").replace(/(^|\s)--(?=\s|$)/gm,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/gm,"$1–")),"link_open"===n.type&&"auto"===n.info&&i--,"link_close"===n.type&&"auto"===n.info&&i++}var ME=xI.isWhiteSpace,_E=xI.isPunctChar,AE=xI.isMdAsciiPunct,IE=/['"]/,EE=/['"]/g
7570
+ function OE(e,t,n){return e.slice(0,t)+n+e.slice(t+1)}function TE(e,t){var n,i,o,r,s,a,l,c,d,h,u,p,f,g,m,v,b,y,w,x,k
7575
7571
  for(w=[],n=0;n<e.length;n++){for(i=e[n],l=e[n].level,b=w.length-1;b>=0&&!(w[b].level<=l);b--);if(w.length=b+1,"text"===i.type){s=0,a=(o=i.content).length
7576
- e:for(;s<a&&(II.lastIndex=s,r=II.exec(o));){if(m=v=!0,s=r.index+1,y="'"===r[0],d=32,r.index-1>=0)d=o.charCodeAt(r.index-1)
7572
+ e:for(;s<a&&(EE.lastIndex=s,r=EE.exec(o));){if(m=v=!0,s=r.index+1,y="'"===r[0],d=32,r.index-1>=0)d=o.charCodeAt(r.index-1)
7577
7573
  else for(b=n-1;b>=0&&("softbreak"!==e[b].type&&"hardbreak"!==e[b].type);b--)if(e[b].content){d=e[b].content.charCodeAt(e[b].content.length-1)
7578
7574
  break}if(h=32,s<a)h=o.charCodeAt(s)
7579
7575
  else for(b=n+1;b<e.length&&("softbreak"!==e[b].type&&"hardbreak"!==e[b].type);b++)if(e[b].content){h=e[b].content.charCodeAt(0)
7580
- break}if(u=AI(d)||_I(String.fromCharCode(d)),p=AI(h)||_I(String.fromCharCode(h)),f=MI(d),(g=MI(h))?m=!1:p&&(f||u||(m=!1)),f?v=!1:u&&(g||p||(v=!1)),34===h&&'"'===r[0]&&d>=48&&d<=57&&(v=m=!1),m&&v&&(m=u,v=p),m||v){if(v)for(b=w.length-1;b>=0&&(c=w[b],!(w[b].level<l));b--)if(c.single===y&&w[b].level===l){c=w[b],y?(x=t.md.options.quotes[2],k=t.md.options.quotes[3]):(x=t.md.options.quotes[0],k=t.md.options.quotes[1]),i.content=OI(i.content,r.index,k),e[c.token].content=OI(e[c.token].content,c.pos,x),s+=k.length-1,c.token===n&&(s+=x.length-1),a=(o=i.content).length,w.length=b
7581
- continue e}m?w.push({token:n,pos:r.index,single:y,level:l}):v&&y&&(i.content=OI(i.content,r.index,"’"))}else y&&(i.content=OI(i.content,r.index,"’"))}}}}function RI(e,t,n){this.type=e,this.tag=t,this.attrs=null,this.map=null,this.nesting=n,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}RI.prototype.attrIndex=function(e){var t,n,i
7576
+ break}if(u=AE(d)||_E(String.fromCharCode(d)),p=AE(h)||_E(String.fromCharCode(h)),f=ME(d),(g=ME(h))?m=!1:p&&(f||u||(m=!1)),f?v=!1:u&&(g||p||(v=!1)),34===h&&'"'===r[0]&&d>=48&&d<=57&&(v=m=!1),m&&v&&(m=u,v=p),m||v){if(v)for(b=w.length-1;b>=0&&(c=w[b],!(w[b].level<l));b--)if(c.single===y&&w[b].level===l){c=w[b],y?(x=t.md.options.quotes[2],k=t.md.options.quotes[3]):(x=t.md.options.quotes[0],k=t.md.options.quotes[1]),i.content=OE(i.content,r.index,k),e[c.token].content=OE(e[c.token].content,c.pos,x),s+=k.length-1,c.token===n&&(s+=x.length-1),a=(o=i.content).length,w.length=b
7577
+ continue e}m?w.push({token:n,pos:r.index,single:y,level:l}):v&&y&&(i.content=OE(i.content,r.index,"’"))}else y&&(i.content=OE(i.content,r.index,"’"))}}}}function RE(e,t,n){this.type=e,this.tag=t,this.attrs=null,this.map=null,this.nesting=n,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}RE.prototype.attrIndex=function(e){var t,n,i
7582
7578
  if(!this.attrs)return-1
7583
7579
  for(n=0,i=(t=this.attrs).length;n<i;n++)if(t[n][0]===e)return n
7584
- return-1},RI.prototype.attrPush=function(e){this.attrs?this.attrs.push(e):this.attrs=[e]},RI.prototype.attrSet=function(e,t){var n=this.attrIndex(e),i=[e,t]
7585
- n<0?this.attrPush(i):this.attrs[n]=i},RI.prototype.attrGet=function(e){var t=this.attrIndex(e),n=null
7586
- return t>=0&&(n=this.attrs[t][1]),n},RI.prototype.attrJoin=function(e,t){var n=this.attrIndex(e)
7580
+ return-1},RE.prototype.attrPush=function(e){this.attrs?this.attrs.push(e):this.attrs=[e]},RE.prototype.attrSet=function(e,t){var n=this.attrIndex(e),i=[e,t]
7581
+ n<0?this.attrPush(i):this.attrs[n]=i},RE.prototype.attrGet=function(e){var t=this.attrIndex(e),n=null
7582
+ return t>=0&&(n=this.attrs[t][1]),n},RE.prototype.attrJoin=function(e,t){var n=this.attrIndex(e)
7587
7583
  n<0?this.attrPush([e,t]):this.attrs[n][1]=this.attrs[n][1]+" "+t}
7588
- var DI=RI,FI=DI
7589
- function LI(e,t,n){this.src=e,this.env=n,this.tokens=[],this.inlineMode=!1,this.md=t}LI.prototype.Token=FI
7590
- var NI=LI,PI=fI,zI=[["normalize",function(e){var t
7591
- t=(t=e.src.replace(gI,"\n")).replace(mI,"�"),e.src=t}],["block",function(e){var t
7584
+ var DE=RE,FE=DE
7585
+ function LE(e,t,n){this.src=e,this.env=n,this.tokens=[],this.inlineMode=!1,this.md=t}LE.prototype.Token=FE
7586
+ var NE=LE,PE=fE,zE=[["normalize",function(e){var t
7587
+ t=(t=e.src.replace(gE,"\n")).replace(mE,"�"),e.src=t}],["block",function(e){var t
7592
7588
  e.inlineMode?((t=new e.Token("inline","",0)).content=e.src,t.map=[0,1],t.children=[],e.tokens.push(t)):e.md.block.parse(e.src,e.md,e.env,e.tokens)}],["inline",function(e){var t,n,i,o=e.tokens
7593
7589
  for(n=0,i=o.length;n<i;n++)"inline"===(t=o[n]).type&&e.md.inline.parse(t.content,e.md,e.env,t.children)}],["linkify",function(e){var t,n,i,o,r,s,a,l,c,d,h,u,p,f,g,m,v,b,y=e.tokens
7594
- if(e.md.options.linkify)for(n=0,i=y.length;n<i;n++)if("inline"===y[n].type&&e.md.linkify.pretest(y[n].content))for(p=0,t=(o=y[n].children).length-1;t>=0;t--)if("link_close"!==(s=o[t]).type){if("html_inline"===s.type&&(b=s.content,/^<a[>\s]/i.test(b)&&p>0&&p--,bI(s.content)&&p++),!(p>0)&&"text"===s.type&&e.md.linkify.test(s.content)){for(c=s.content,v=e.md.linkify.match(c),a=[],u=s.level,h=0,v.length>0&&0===v[0].index&&t>0&&"text_special"===o[t-1].type&&(v=v.slice(1)),l=0;l<v.length;l++)f=v[l].url,g=e.md.normalizeLink(f),e.md.validateLink(g)&&(m=v[l].text,m=v[l].schema?"mailto:"!==v[l].schema||/^mailto:/i.test(m)?e.md.normalizeLinkText(m):e.md.normalizeLinkText("mailto:"+m).replace(/^mailto:/,""):e.md.normalizeLinkText("http://"+m).replace(/^http:\/\//,""),(d=v[l].index)>h&&((r=new e.Token("text","",0)).content=c.slice(h,d),r.level=u,a.push(r)),(r=new e.Token("link_open","a",1)).attrs=[["href",g]],r.level=u++,r.markup="linkify",r.info="auto",a.push(r),(r=new e.Token("text","",0)).content=m,r.level=u,a.push(r),(r=new e.Token("link_close","a",-1)).level=--u,r.markup="linkify",r.info="auto",a.push(r),h=v[l].lastIndex)
7595
- h<c.length&&((r=new e.Token("text","",0)).content=c.slice(h),r.level=u,a.push(r)),y[n].children=o=vI(o,t,a)}}else for(t--;o[t].level!==s.level&&"link_open"!==o[t].type;)t--}],["replacements",function(e){var t
7596
- if(e.md.options.typographer)for(t=e.tokens.length-1;t>=0;t--)"inline"===e.tokens[t].type&&(wI.test(e.tokens[t].content)&&SI(e.tokens[t].children),yI.test(e.tokens[t].content)&&$I(e.tokens[t].children))}],["smartquotes",function(e){var t
7597
- if(e.md.options.typographer)for(t=e.tokens.length-1;t>=0;t--)"inline"===e.tokens[t].type&&EI.test(e.tokens[t].content)&&TI(e.tokens[t].children,e)}],["text_join",function(e){var t,n,i,o,r,s,a=e.tokens
7590
+ if(e.md.options.linkify)for(n=0,i=y.length;n<i;n++)if("inline"===y[n].type&&e.md.linkify.pretest(y[n].content))for(p=0,t=(o=y[n].children).length-1;t>=0;t--)if("link_close"!==(s=o[t]).type){if("html_inline"===s.type&&(b=s.content,/^<a[>\s]/i.test(b)&&p>0&&p--,bE(s.content)&&p++),!(p>0)&&"text"===s.type&&e.md.linkify.test(s.content)){for(c=s.content,v=e.md.linkify.match(c),a=[],u=s.level,h=0,v.length>0&&0===v[0].index&&t>0&&"text_special"===o[t-1].type&&(v=v.slice(1)),l=0;l<v.length;l++)f=v[l].url,g=e.md.normalizeLink(f),e.md.validateLink(g)&&(m=v[l].text,m=v[l].schema?"mailto:"!==v[l].schema||/^mailto:/i.test(m)?e.md.normalizeLinkText(m):e.md.normalizeLinkText("mailto:"+m).replace(/^mailto:/,""):e.md.normalizeLinkText("http://"+m).replace(/^http:\/\//,""),(d=v[l].index)>h&&((r=new e.Token("text","",0)).content=c.slice(h,d),r.level=u,a.push(r)),(r=new e.Token("link_open","a",1)).attrs=[["href",g]],r.level=u++,r.markup="linkify",r.info="auto",a.push(r),(r=new e.Token("text","",0)).content=m,r.level=u,a.push(r),(r=new e.Token("link_close","a",-1)).level=--u,r.markup="linkify",r.info="auto",a.push(r),h=v[l].lastIndex)
7591
+ h<c.length&&((r=new e.Token("text","",0)).content=c.slice(h),r.level=u,a.push(r)),y[n].children=o=vE(o,t,a)}}else for(t--;o[t].level!==s.level&&"link_open"!==o[t].type;)t--}],["replacements",function(e){var t
7592
+ if(e.md.options.typographer)for(t=e.tokens.length-1;t>=0;t--)"inline"===e.tokens[t].type&&(wE.test(e.tokens[t].content)&&SE(e.tokens[t].children),yE.test(e.tokens[t].content)&&$E(e.tokens[t].children))}],["smartquotes",function(e){var t
7593
+ if(e.md.options.typographer)for(t=e.tokens.length-1;t>=0;t--)"inline"===e.tokens[t].type&&IE.test(e.tokens[t].content)&&TE(e.tokens[t].children,e)}],["text_join",function(e){var t,n,i,o,r,s,a=e.tokens
7598
7594
  for(t=0,n=a.length;t<n;t++)if("inline"===a[t].type){for(r=(i=a[t].children).length,o=0;o<r;o++)"text_special"===i[o].type&&(i[o].type="text")
7599
7595
  for(o=s=0;o<r;o++)"text"===i[o].type&&o+1<r&&"text"===i[o+1].type?i[o+1].content=i[o].content+i[o+1].content:(o!==s&&(i[s]=i[o]),s++)
7600
7596
  o!==s&&(i.length=s)}}]]
7601
- function VI(){this.ruler=new PI
7602
- for(var e=0;e<zI.length;e++)this.ruler.push(zI[e][0],zI[e][1])}VI.prototype.process=function(e){var t,n,i
7603
- for(t=0,n=(i=this.ruler.getRules("")).length;t<n;t++)i[t](e)},VI.prototype.State=NI
7604
- var HI=VI,BI=xE.isSpace
7605
- function qI(e,t){var n=e.bMarks[t]+e.tShift[t],i=e.eMarks[t]
7606
- return e.src.slice(n,i)}function ZI(e){var t,n=[],i=0,o=e.length,r=!1,s=0,a=""
7597
+ function VE(){this.ruler=new PE
7598
+ for(var e=0;e<zE.length;e++)this.ruler.push(zE[e][0],zE[e][1])}VE.prototype.process=function(e){var t,n,i
7599
+ for(t=0,n=(i=this.ruler.getRules("")).length;t<n;t++)i[t](e)},VE.prototype.State=NE
7600
+ var HE=VE,BE=xI.isSpace
7601
+ function qE(e,t){var n=e.bMarks[t]+e.tShift[t],i=e.eMarks[t]
7602
+ return e.src.slice(n,i)}function ZE(e){var t,n=[],i=0,o=e.length,r=!1,s=0,a=""
7607
7603
  for(t=e.charCodeAt(i);i<o;)124===t&&(r?(a+=e.substring(s,i-1),s=i):(n.push(a+e.substring(s,i)),a="",s=i+1)),r=92===t,i++,t=e.charCodeAt(i)
7608
- return n.push(a+e.substring(s)),n}var jI=xE.isSpace,UI=xE.isSpace,WI=xE.isSpace
7609
- function GI(e,t){var n,i,o,r
7610
- return i=e.bMarks[t]+e.tShift[t],o=e.eMarks[t],42!==(n=e.src.charCodeAt(i++))&&45!==n&&43!==n||i<o&&(r=e.src.charCodeAt(i),!WI(r))?-1:i}function KI(e,t){var n,i=e.bMarks[t]+e.tShift[t],o=i,r=e.eMarks[t]
7604
+ return n.push(a+e.substring(s)),n}var jE=xI.isSpace,UE=xI.isSpace,WE=xI.isSpace
7605
+ function GE(e,t){var n,i,o,r
7606
+ return i=e.bMarks[t]+e.tShift[t],o=e.eMarks[t],42!==(n=e.src.charCodeAt(i++))&&45!==n&&43!==n||i<o&&(r=e.src.charCodeAt(i),!WE(r))?-1:i}function KE(e,t){var n,i=e.bMarks[t]+e.tShift[t],o=i,r=e.eMarks[t]
7611
7607
  if(o+1>=r)return-1
7612
7608
  if((n=e.src.charCodeAt(o++))<48||n>57)return-1
7613
7609
  for(;;){if(o>=r)return-1
7614
7610
  if(!((n=e.src.charCodeAt(o++))>=48&&n<=57)){if(41===n||46===n)break
7615
- return-1}if(o-i>=10)return-1}return o<r&&(n=e.src.charCodeAt(o),!WI(n))?-1:o}var JI=xE.normalizeReference,XI=xE.isSpace,YI={},QI="<[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^\"'=<>`\\x00-\\x20]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>",eO="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",tO=new RegExp("^(?:"+QI+"|"+eO+"|\x3c!----\x3e|\x3c!--(?:-?[^>-])(?:-?[^-])*--\x3e|<[?][\\s\\S]*?[?]>|<![A-Z]+\\s+[^>]*>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>)"),nO=new RegExp("^(?:"+QI+"|"+eO+")")
7616
- YI.HTML_TAG_RE=tO,YI.HTML_OPEN_CLOSE_TAG_RE=nO
7617
- var iO=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","section","source","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],oO=YI.HTML_OPEN_CLOSE_TAG_RE,rO=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+iO.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(oO.source+"\\s*$"),/^$/,!1]],sO=xE.isSpace,aO=DI,lO=xE.isSpace
7611
+ return-1}if(o-i>=10)return-1}return o<r&&(n=e.src.charCodeAt(o),!WE(n))?-1:o}var JE=xI.normalizeReference,XE=xI.isSpace,YE={},QE="<[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^\"'=<>`\\x00-\\x20]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>",eO="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",tO=new RegExp("^(?:"+QE+"|"+eO+"|\x3c!----\x3e|\x3c!--(?:-?[^>-])(?:-?[^-])*--\x3e|<[?][\\s\\S]*?[?]>|<![A-Z]+\\s+[^>]*>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>)"),nO=new RegExp("^(?:"+QE+"|"+eO+")")
7612
+ YE.HTML_TAG_RE=tO,YE.HTML_OPEN_CLOSE_TAG_RE=nO
7613
+ var iO=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","section","source","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],oO=YE.HTML_OPEN_CLOSE_TAG_RE,rO=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+iO.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(oO.source+"\\s*$"),/^$/,!1]],sO=xI.isSpace,aO=DE,lO=xI.isSpace
7618
7614
  function cO(e,t,n,i){var o,r,s,a,l,c,d,h
7619
7615
  for(this.src=e,this.md=t,this.env=n,this.tokens=i,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0,this.result="",h=!1,s=a=c=d=0,l=(r=this.src).length;a<l;a++){if(o=r.charCodeAt(a),!h){if(lO(o)){c++,9===o?d+=4-d%4:d++
7620
7616
  continue}h=!0}10!==o&&a!==l-1||(10!==o&&a++,this.bMarks.push(s),this.eMarks.push(a),this.tShift.push(c),this.sCount.push(d),this.bsCount.push(0),h=!1,c=0,d=0,s=a+1)}this.bMarks.push(r.length),this.eMarks.push(r.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}cO.prototype.push=function(e,t,n){var i=new aO(e,t,n)
@@ -7627,28 +7623,28 @@ if(e>=t)return""
7627
7623
  for(c=new Array(t-e),o=0;h<t;h++,o++){for(r=0,d=a=this.bMarks[h],l=h+1<t||i?this.eMarks[h]+1:this.eMarks[h];a<l&&r<n;){if(s=this.src.charCodeAt(a),lO(s))9===s?r+=4-(r+this.bsCount[h])%4:r++
7628
7624
  else{if(!(a-d<this.tShift[h]))break
7629
7625
  r++}a++}c[o]=r>n?new Array(r-n+1).join(" ")+this.src.slice(a,l):this.src.slice(a,l)}return c.join("")},cO.prototype.Token=aO
7630
- var dO=cO,hO=fI,uO=[["table",function(e,t,n,i){var o,r,s,a,l,c,d,h,u,p,f,g,m,v,b,y,w,x
7626
+ var dO=cO,hO=fE,uO=[["table",function(e,t,n,i){var o,r,s,a,l,c,d,h,u,p,f,g,m,v,b,y,w,x
7631
7627
  if(t+2>n)return!1
7632
7628
  if(c=t+1,e.sCount[c]<e.blkIndent)return!1
7633
7629
  if(e.sCount[c]-e.blkIndent>=4)return!1
7634
7630
  if((s=e.bMarks[c]+e.tShift[c])>=e.eMarks[c])return!1
7635
7631
  if(124!==(w=e.src.charCodeAt(s++))&&45!==w&&58!==w)return!1
7636
7632
  if(s>=e.eMarks[c])return!1
7637
- if(124!==(x=e.src.charCodeAt(s++))&&45!==x&&58!==x&&!BI(x))return!1
7638
- if(45===w&&BI(x))return!1
7639
- for(;s<e.eMarks[c];){if(124!==(o=e.src.charCodeAt(s))&&45!==o&&58!==o&&!BI(o))return!1
7640
- s++}for(d=(r=qI(e,t+1)).split("|"),p=[],a=0;a<d.length;a++){if(!(f=d[a].trim())){if(0===a||a===d.length-1)continue
7633
+ if(124!==(x=e.src.charCodeAt(s++))&&45!==x&&58!==x&&!BE(x))return!1
7634
+ if(45===w&&BE(x))return!1
7635
+ for(;s<e.eMarks[c];){if(124!==(o=e.src.charCodeAt(s))&&45!==o&&58!==o&&!BE(o))return!1
7636
+ s++}for(d=(r=qE(e,t+1)).split("|"),p=[],a=0;a<d.length;a++){if(!(f=d[a].trim())){if(0===a||a===d.length-1)continue
7641
7637
  return!1}if(!/^:?-+:?$/.test(f))return!1
7642
- 58===f.charCodeAt(f.length-1)?p.push(58===f.charCodeAt(0)?"center":"right"):58===f.charCodeAt(0)?p.push("left"):p.push("")}if(-1===(r=qI(e,t).trim()).indexOf("|"))return!1
7638
+ 58===f.charCodeAt(f.length-1)?p.push(58===f.charCodeAt(0)?"center":"right"):58===f.charCodeAt(0)?p.push("left"):p.push("")}if(-1===(r=qE(e,t).trim()).indexOf("|"))return!1
7643
7639
  if(e.sCount[t]-e.blkIndent>=4)return!1
7644
- if((d=ZI(r)).length&&""===d[0]&&d.shift(),d.length&&""===d[d.length-1]&&d.pop(),0===(h=d.length)||h!==p.length)return!1
7640
+ if((d=ZE(r)).length&&""===d[0]&&d.shift(),d.length&&""===d[d.length-1]&&d.pop(),0===(h=d.length)||h!==p.length)return!1
7645
7641
  if(i)return!0
7646
7642
  for(v=e.parentType,e.parentType="table",y=e.md.block.ruler.getRules("blockquote"),(u=e.push("table_open","table",1)).map=g=[t,0],(u=e.push("thead_open","thead",1)).map=[t,t+1],(u=e.push("tr_open","tr",1)).map=[t,t+1],a=0;a<d.length;a++)u=e.push("th_open","th",1),p[a]&&(u.attrs=[["style","text-align:"+p[a]]]),(u=e.push("inline","",0)).content=d[a].trim(),u.children=[],u=e.push("th_close","th",-1)
7647
7643
  for(u=e.push("tr_close","tr",-1),u=e.push("thead_close","thead",-1),c=t+2;c<n&&!(e.sCount[c]<e.blkIndent);c++){for(b=!1,a=0,l=y.length;a<l;a++)if(y[a](e,c,n,!0)){b=!0
7648
7644
  break}if(b)break
7649
- if(!(r=qI(e,c).trim()))break
7645
+ if(!(r=qE(e,c).trim()))break
7650
7646
  if(e.sCount[c]-e.blkIndent>=4)break
7651
- for((d=ZI(r)).length&&""===d[0]&&d.shift(),d.length&&""===d[d.length-1]&&d.pop(),c===t+2&&((u=e.push("tbody_open","tbody",1)).map=m=[t+2,0]),(u=e.push("tr_open","tr",1)).map=[c,c+1],a=0;a<h;a++)u=e.push("td_open","td",1),p[a]&&(u.attrs=[["style","text-align:"+p[a]]]),(u=e.push("inline","",0)).content=d[a]?d[a].trim():"",u.children=[],u=e.push("td_close","td",-1)
7647
+ for((d=ZE(r)).length&&""===d[0]&&d.shift(),d.length&&""===d[d.length-1]&&d.pop(),c===t+2&&((u=e.push("tbody_open","tbody",1)).map=m=[t+2,0]),(u=e.push("tr_open","tr",1)).map=[c,c+1],a=0;a<h;a++)u=e.push("td_open","td",1),p[a]&&(u.attrs=[["style","text-align:"+p[a]]]),(u=e.push("inline","",0)).content=d[a]?d[a].trim():"",u.children=[],u=e.push("td_close","td",-1)
7652
7648
  u=e.push("tr_close","tr",-1)}return m&&(u=e.push("tbody_close","tbody",-1),m[1]=c),u=e.push("table_close","table",-1),g[1]=c,e.parentType=v,e.line=c,!0},["paragraph","reference"]],["code",function(e,t,n){var i,o,r
7653
7649
  if(e.sCount[t]-e.blkIndent<4)return!1
7654
7650
  for(o=i=t+1;i<n;)if(e.isEmpty(i))i++
@@ -7665,31 +7661,31 @@ break}return r=e.sCount[t],e.line=a+(h?1:0),(c=e.push("fence","code",0)).info=s,
7665
7661
  if(e.sCount[t]-e.blkIndent>=4)return!1
7666
7662
  if(62!==e.src.charCodeAt($++))return!1
7667
7663
  if(i)return!0
7668
- for(a=u=e.sCount[t]+1,32===e.src.charCodeAt($)?($++,a++,u++,o=!1,y=!0):9===e.src.charCodeAt($)?(y=!0,(e.bsCount[t]+u)%4==3?($++,a++,u++,o=!1):o=!0):y=!1,p=[e.bMarks[t]],e.bMarks[t]=$;$<M&&(r=e.src.charCodeAt($),jI(r));)9===r?u+=4-(u+e.bsCount[t]+(o?1:0))%4:u++,$++
7664
+ for(a=u=e.sCount[t]+1,32===e.src.charCodeAt($)?($++,a++,u++,o=!1,y=!0):9===e.src.charCodeAt($)?(y=!0,(e.bsCount[t]+u)%4==3?($++,a++,u++,o=!1):o=!0):y=!1,p=[e.bMarks[t]],e.bMarks[t]=$;$<M&&(r=e.src.charCodeAt($),jE(r));)9===r?u+=4-(u+e.bsCount[t]+(o?1:0))%4:u++,$++
7669
7665
  for(f=[e.bsCount[t]],e.bsCount[t]=e.sCount[t]+1+(y?1:0),c=$>=M,v=[e.sCount[t]],e.sCount[t]=u-a,b=[e.tShift[t]],e.tShift[t]=$-e.bMarks[t],x=e.md.block.ruler.getRules("blockquote"),m=e.parentType,e.parentType="blockquote",h=t+1;h<n&&(C=e.sCount[h]<e.blkIndent,!(($=e.bMarks[h]+e.tShift[h])>=(M=e.eMarks[h])));h++)if(62!==e.src.charCodeAt($++)||C){if(c)break
7670
7666
  for(w=!1,s=0,l=x.length;s<l;s++)if(x[s](e,h,n,!0)){w=!0
7671
7667
  break}if(w){e.lineMax=h,0!==e.blkIndent&&(p.push(e.bMarks[h]),f.push(e.bsCount[h]),b.push(e.tShift[h]),v.push(e.sCount[h]),e.sCount[h]-=e.blkIndent)
7672
- break}p.push(e.bMarks[h]),f.push(e.bsCount[h]),b.push(e.tShift[h]),v.push(e.sCount[h]),e.sCount[h]=-1}else{for(a=u=e.sCount[h]+1,32===e.src.charCodeAt($)?($++,a++,u++,o=!1,y=!0):9===e.src.charCodeAt($)?(y=!0,(e.bsCount[h]+u)%4==3?($++,a++,u++,o=!1):o=!0):y=!1,p.push(e.bMarks[h]),e.bMarks[h]=$;$<M&&(r=e.src.charCodeAt($),jI(r));)9===r?u+=4-(u+e.bsCount[h]+(o?1:0))%4:u++,$++
7668
+ break}p.push(e.bMarks[h]),f.push(e.bsCount[h]),b.push(e.tShift[h]),v.push(e.sCount[h]),e.sCount[h]=-1}else{for(a=u=e.sCount[h]+1,32===e.src.charCodeAt($)?($++,a++,u++,o=!1,y=!0):9===e.src.charCodeAt($)?(y=!0,(e.bsCount[h]+u)%4==3?($++,a++,u++,o=!1):o=!0):y=!1,p.push(e.bMarks[h]),e.bMarks[h]=$;$<M&&(r=e.src.charCodeAt($),jE(r));)9===r?u+=4-(u+e.bsCount[h]+(o?1:0))%4:u++,$++
7673
7669
  c=$>=M,f.push(e.bsCount[h]),e.bsCount[h]=e.sCount[h]+1+(y?1:0),v.push(e.sCount[h]),e.sCount[h]=u-a,b.push(e.tShift[h]),e.tShift[h]=$-e.bMarks[h]}for(g=e.blkIndent,e.blkIndent=0,(k=e.push("blockquote_open","blockquote",1)).markup=">",k.map=d=[t,0],e.md.block.tokenize(e,t,h),(k=e.push("blockquote_close","blockquote",-1)).markup=">",e.lineMax=S,e.parentType=m,d[1]=e.line,s=0;s<b.length;s++)e.bMarks[s+t]=p[s],e.tShift[s+t]=b[s],e.sCount[s+t]=v[s],e.bsCount[s+t]=f[s]
7674
7670
  return e.blkIndent=g,!0},["paragraph","reference","blockquote","list"]],["hr",function(e,t,n,i){var o,r,s,a,l=e.bMarks[t]+e.tShift[t],c=e.eMarks[t]
7675
7671
  if(e.sCount[t]-e.blkIndent>=4)return!1
7676
7672
  if(42!==(o=e.src.charCodeAt(l++))&&45!==o&&95!==o)return!1
7677
- for(r=1;l<c;){if((s=e.src.charCodeAt(l++))!==o&&!UI(s))return!1
7678
- s===o&&r++}return!(r<3)&&(i||(e.line=t+1,(a=e.push("hr","hr",0)).map=[t,e.line],a.markup=Array(r+1).join(String.fromCharCode(o))),!0)},["paragraph","reference","blockquote","list"]],["list",function(e,t,n,i){var o,r,s,a,l,c,d,h,u,p,f,g,m,v,b,y,w,x,k,C,S,$,M,_,A,E,I,O,T=!1,R=!0
7673
+ for(r=1;l<c;){if((s=e.src.charCodeAt(l++))!==o&&!UE(s))return!1
7674
+ s===o&&r++}return!(r<3)&&(i||(e.line=t+1,(a=e.push("hr","hr",0)).map=[t,e.line],a.markup=Array(r+1).join(String.fromCharCode(o))),!0)},["paragraph","reference","blockquote","list"]],["list",function(e,t,n,i){var o,r,s,a,l,c,d,h,u,p,f,g,m,v,b,y,w,x,k,C,S,$,M,_,A,I,E,O,T=!1,R=!0
7679
7675
  if(e.sCount[t]-e.blkIndent>=4)return!1
7680
7676
  if(e.listIndent>=0&&e.sCount[t]-e.listIndent>=4&&e.sCount[t]<e.blkIndent)return!1
7681
- if(i&&"paragraph"===e.parentType&&e.sCount[t]>=e.blkIndent&&(T=!0),(M=KI(e,t))>=0){if(d=!0,A=e.bMarks[t]+e.tShift[t],m=Number(e.src.slice(A,M-1)),T&&1!==m)return!1}else{if(!((M=GI(e,t))>=0))return!1
7677
+ if(i&&"paragraph"===e.parentType&&e.sCount[t]>=e.blkIndent&&(T=!0),(M=KE(e,t))>=0){if(d=!0,A=e.bMarks[t]+e.tShift[t],m=Number(e.src.slice(A,M-1)),T&&1!==m)return!1}else{if(!((M=GE(e,t))>=0))return!1
7682
7678
  d=!1}if(T&&e.skipSpaces(M)>=e.eMarks[t])return!1
7683
7679
  if(g=e.src.charCodeAt(M-1),i)return!0
7684
- for(f=e.tokens.length,d?(O=e.push("ordered_list_open","ol",1),1!==m&&(O.attrs=[["start",m]])):O=e.push("bullet_list_open","ul",1),O.map=p=[t,0],O.markup=String.fromCharCode(g),b=t,_=!1,I=e.md.block.ruler.getRules("list"),x=e.parentType,e.parentType="list";b<n;){for($=M,v=e.eMarks[b],c=y=e.sCount[b]+M-(e.bMarks[t]+e.tShift[t]);$<v;){if(9===(o=e.src.charCodeAt($)))y+=4-(y+e.bsCount[b])%4
7680
+ for(f=e.tokens.length,d?(O=e.push("ordered_list_open","ol",1),1!==m&&(O.attrs=[["start",m]])):O=e.push("bullet_list_open","ul",1),O.map=p=[t,0],O.markup=String.fromCharCode(g),b=t,_=!1,E=e.md.block.ruler.getRules("list"),x=e.parentType,e.parentType="list";b<n;){for($=M,v=e.eMarks[b],c=y=e.sCount[b]+M-(e.bMarks[t]+e.tShift[t]);$<v;){if(9===(o=e.src.charCodeAt($)))y+=4-(y+e.bsCount[b])%4
7685
7681
  else{if(32!==o)break
7686
7682
  y++}$++}if((l=(r=$)>=v?1:y-c)>4&&(l=1),a=c+l,(O=e.push("list_item_open","li",1)).markup=String.fromCharCode(g),O.map=h=[t,0],d&&(O.info=e.src.slice(A,M-1)),S=e.tight,C=e.tShift[t],k=e.sCount[t],w=e.listIndent,e.listIndent=e.blkIndent,e.blkIndent=a,e.tight=!0,e.tShift[t]=r-e.bMarks[t],e.sCount[t]=y,r>=v&&e.isEmpty(t+1)?e.line=Math.min(e.line+2,n):e.md.block.tokenize(e,t,n,!0),e.tight&&!_||(R=!1),_=e.line-t>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=w,e.tShift[t]=C,e.sCount[t]=k,e.tight=S,(O=e.push("list_item_close","li",-1)).markup=String.fromCharCode(g),b=t=e.line,h[1]=b,r=e.bMarks[t],b>=n)break
7687
7683
  if(e.sCount[b]<e.blkIndent)break
7688
7684
  if(e.sCount[t]-e.blkIndent>=4)break
7689
- for(E=!1,s=0,u=I.length;s<u;s++)if(I[s](e,b,n,!0)){E=!0
7690
- break}if(E)break
7691
- if(d){if((M=KI(e,b))<0)break
7692
- A=e.bMarks[b]+e.tShift[b]}else if((M=GI(e,b))<0)break
7685
+ for(I=!1,s=0,u=E.length;s<u;s++)if(E[s](e,b,n,!0)){I=!0
7686
+ break}if(I)break
7687
+ if(d){if((M=KE(e,b))<0)break
7688
+ A=e.bMarks[b]+e.tShift[b]}else if((M=GE(e,b))<0)break
7693
7689
  if(g!==e.src.charCodeAt(M-1))break}return(O=d?e.push("ordered_list_close","ol",-1):e.push("bullet_list_close","ul",-1)).markup=String.fromCharCode(g),p[1]=b,e.line=b,e.parentType=x,R&&function(e,t){var n,i,o=e.level+2
7694
7690
  for(n=t+2,i=e.tokens.length-2;n<i;n++)e.tokens[n].level===o&&"paragraph_open"===e.tokens[n].type&&(e.tokens[n+2].hidden=!0,e.tokens[n].hidden=!0,n+=2)}(e,f),!0},["paragraph","reference","blockquote"]],["reference",function(e,t,n,i){var o,r,s,a,l,c,d,h,u,p,f,g,m,v,b,y,w=0,x=e.bMarks[t]+e.tShift[t],k=e.eMarks[t],C=t+1
7695
7691
  if(e.sCount[t]-e.blkIndent>=4)return!1
@@ -7701,14 +7697,14 @@ break}if(v)break}for(k=(m=e.getLines(t,C,e.blkIndent,!1).trim()).length,x=1;x<k;
7701
7697
  if(93===o){u=x
7702
7698
  break}(10===o||92===o&&++x<k&&10===m.charCodeAt(x))&&w++}if(u<0||58!==m.charCodeAt(u+1))return!1
7703
7699
  for(x=u+2;x<k;x++)if(10===(o=m.charCodeAt(x)))w++
7704
- else if(!XI(o))break
7700
+ else if(!XE(o))break
7705
7701
  if(!(f=e.md.helpers.parseLinkDestination(m,x,k)).ok)return!1
7706
7702
  if(l=e.md.normalizeLink(f.str),!e.md.validateLink(l))return!1
7707
7703
  for(r=x=f.pos,s=w+=f.lines,g=x;x<k;x++)if(10===(o=m.charCodeAt(x)))w++
7708
- else if(!XI(o))break
7709
- for(f=e.md.helpers.parseLinkTitle(m,x,k),x<k&&g!==x&&f.ok?(y=f.str,x=f.pos,w+=f.lines):(y="",x=r,w=s);x<k&&(o=m.charCodeAt(x),XI(o));)x++
7710
- if(x<k&&10!==m.charCodeAt(x)&&y)for(y="",x=r,w=s;x<k&&(o=m.charCodeAt(x),XI(o));)x++
7711
- return!(x<k&&10!==m.charCodeAt(x))&&(!!(h=JI(m.slice(1,u)))&&(i||(void 0===e.env.references&&(e.env.references={}),void 0===e.env.references[h]&&(e.env.references[h]={title:y,href:l}),e.parentType=p,e.line=t+w+1),!0))}],["html_block",function(e,t,n,i){var o,r,s,a,l=e.bMarks[t]+e.tShift[t],c=e.eMarks[t]
7704
+ else if(!XE(o))break
7705
+ for(f=e.md.helpers.parseLinkTitle(m,x,k),x<k&&g!==x&&f.ok?(y=f.str,x=f.pos,w+=f.lines):(y="",x=r,w=s);x<k&&(o=m.charCodeAt(x),XE(o));)x++
7706
+ if(x<k&&10!==m.charCodeAt(x)&&y)for(y="",x=r,w=s;x<k&&(o=m.charCodeAt(x),XE(o));)x++
7707
+ return!(x<k&&10!==m.charCodeAt(x))&&(!!(h=JE(m.slice(1,u)))&&(i||(void 0===e.env.references&&(e.env.references={}),void 0===e.env.references[h]&&(e.env.references[h]={title:y,href:l}),e.parentType=p,e.line=t+w+1),!0))}],["html_block",function(e,t,n,i){var o,r,s,a,l=e.bMarks[t]+e.tShift[t],c=e.eMarks[t]
7712
7708
  if(e.sCount[t]-e.blkIndent>=4)return!1
7713
7709
  if(!e.md.options.html)return!1
7714
7710
  if(60!==e.src.charCodeAt(l))return!1
@@ -7732,7 +7728,7 @@ break}for(i=0;i<r&&!o[i](e,s,n,!1);i++);e.tight=!a,e.isEmpty(e.line-1)&&(a=!0),(
7732
7728
  e&&(o=new this.State(e,t,n,i),this.tokenize(o,o.line,o.lineMax))},pO.prototype.State=dO
7733
7729
  var fO=pO
7734
7730
  function gO(e){switch(e){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0
7735
- default:return!1}}for(var mO=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i,vO=xE.isSpace,bO=xE.isSpace,yO=[],wO=0;wO<256;wO++)yO.push(0)
7731
+ default:return!1}}for(var mO=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i,vO=xI.isSpace,bO=xI.isSpace,yO=[],wO=0;wO<256;wO++)yO.push(0)
7736
7732
  "\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach((function(e){yO[e.charCodeAt(0)]=1}))
7737
7733
  var xO={}
7738
7734
  function kO(e,t){var n,i,o,r,s,a=[],l=t.length
@@ -7753,19 +7749,19 @@ if(95!==r&&42!==r)return!1
7753
7749
  for(i=e.scanDelims(e.pos,42===r),n=0;n<i.length;n++)e.push("text","",0).content=String.fromCharCode(r),e.delimiters.push({marker:r,length:i.length,token:e.tokens.length-1,end:-1,open:i.can_open,close:i.can_close})
7754
7750
  return e.pos+=i.length,!0},CO.postProcess=function(e){var t,n=e.tokens_meta,i=e.tokens_meta.length
7755
7751
  for(SO(e,e.delimiters),t=0;t<i;t++)n[t]&&n[t].delimiters&&SO(e,n[t].delimiters)}
7756
- var $O=xE.normalizeReference,MO=xE.isSpace,_O=xE.normalizeReference,AO=xE.isSpace,EO=/^([a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,IO=/^([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)$/,OO=YI.HTML_TAG_RE
7757
- var TO=kE,RO=xE.has,DO=xE.isValidEntityCode,FO=xE.fromCodePoint,LO=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,NO=/^&([a-z][a-z0-9]{1,31});/i
7752
+ var $O=xI.normalizeReference,MO=xI.isSpace,_O=xI.normalizeReference,AO=xI.isSpace,IO=/^([a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,EO=/^([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)$/,OO=YE.HTML_TAG_RE
7753
+ var TO=kI,RO=xI.has,DO=xI.isValidEntityCode,FO=xI.fromCodePoint,LO=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,NO=/^&([a-z][a-z0-9]{1,31});/i
7758
7754
  function PO(e,t){var n,i,o,r,s,a,l,c,d={},h=t.length
7759
7755
  if(h){var u=0,p=-2,f=[]
7760
7756
  for(n=0;n<h;n++)if(o=t[n],f.push(0),t[u].marker===o.marker&&p===o.token-1||(u=n),p=o.token,o.length=o.length||0,o.close){for(d.hasOwnProperty(o.marker)||(d[o.marker]=[-1,-1,-1,-1,-1,-1]),s=d[o.marker][(o.open?3:0)+o.length%3],a=i=u-f[u]-1;i>s;i-=f[i]+1)if((r=t[i]).marker===o.marker&&r.open&&r.end<0&&(l=!1,(r.close||o.open)&&(r.length+o.length)%3==0&&(r.length%3==0&&o.length%3==0||(l=!0)),!l)){c=i>0&&!t[i-1].open?f[i-1]+1:0,f[n]=n-i+c,f[i]=c,o.open=!1,r.end=n,r.close=!1,a=-1,p=-2
7761
- break}-1!==a&&(d[o.marker][(o.open?3:0)+(o.length||0)%3]=a)}}}var zO=DI,VO=xE.isWhiteSpace,HO=xE.isPunctChar,BO=xE.isMdAsciiPunct
7757
+ break}-1!==a&&(d[o.marker][(o.open?3:0)+(o.length||0)%3]=a)}}}var zO=DE,VO=xI.isWhiteSpace,HO=xI.isPunctChar,BO=xI.isMdAsciiPunct
7762
7758
  function qO(e,t,n,i){this.src=e,this.env=n,this.md=t,this.tokens=i,this.tokens_meta=Array(i.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1,this.linkLevel=0}qO.prototype.pushPending=function(){var e=new zO("text","",0)
7763
7759
  return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending="",e},qO.prototype.push=function(e,t,n){this.pending&&this.pushPending()
7764
7760
  var i=new zO(e,t,n),o=null
7765
7761
  return n<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),i.level=this.level,n>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],o={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(i),this.tokens_meta.push(o),i},qO.prototype.scanDelims=function(e,t){var n,i,o,r,s,a,l,c,d,h=e,u=!0,p=!0,f=this.posMax,g=this.src.charCodeAt(e)
7766
7762
  for(n=e>0?this.src.charCodeAt(e-1):32;h<f&&this.src.charCodeAt(h)===g;)h++
7767
7763
  return o=h-e,i=h<f?this.src.charCodeAt(h):32,l=BO(n)||HO(String.fromCharCode(n)),d=BO(i)||HO(String.fromCharCode(i)),a=VO(n),(c=VO(i))?u=!1:d&&(a||l||(u=!1)),a?p=!1:l&&(c||d||(p=!1)),t?(r=u,s=p):(r=u&&(!p||l),s=p&&(!u||d)),{can_open:r,can_close:s,length:o}},qO.prototype.Token=zO
7768
- var ZO=qO,jO=fI,UO=[["text",function(e,t){for(var n=e.pos;n<e.posMax&&!gO(e.src.charCodeAt(n));)n++
7764
+ var ZO=qO,jO=fE,UO=[["text",function(e,t){for(var n=e.pos;n<e.posMax&&!gO(e.src.charCodeAt(n));)n++
7769
7765
  return n!==e.pos&&(t||(e.pending+=e.src.slice(e.pos,n)),e.pos=n,!0)}],["linkify",function(e,t){var n,i,o,r,s,a,l
7770
7766
  return!!e.md.options.linkify&&(!(e.linkLevel>0)&&(!((n=e.pos)+3>e.posMax)&&(58===e.src.charCodeAt(n)&&(47===e.src.charCodeAt(n+1)&&(47===e.src.charCodeAt(n+2)&&(!!(i=e.pending.match(mO))&&(o=i[1],!!(r=e.md.linkify.matchAtStart(e.src.slice(n-o.length)))&&(s=(s=r.url).replace(/\*+$/,""),a=e.md.normalizeLink(s),!!e.md.validateLink(a)&&(t||(e.pending=e.pending.slice(0,-o.length),(l=e.push("link_open","a",1)).attrs=[["href",a]],l.markup="linkify",l.info="auto",(l=e.push("text","",0)).content=e.md.normalizeLinkText(s),(l=e.push("link_close","a",-1)).markup="linkify",l.info="auto"),e.pos+=s.length-o.length,!0)))))))))}],["newline",function(e,t){var n,i,o,r=e.pos
7771
7767
  if(10!==e.src.charCodeAt(r))return!1
@@ -7802,7 +7798,7 @@ g=c.href,h=c.title}return t||(o=e.src.slice(a,s),e.md.inline.parse(o,e.md,e.env,
7802
7798
  if(60!==e.src.charCodeAt(l))return!1
7803
7799
  for(s=e.pos,a=e.posMax;;){if(++l>=a)return!1
7804
7800
  if(60===(r=e.src.charCodeAt(l)))return!1
7805
- if(62===r)break}return n=e.src.slice(s+1,l),IO.test(n)?(i=e.md.normalizeLink(n),!!e.md.validateLink(i)&&(t||((o=e.push("link_open","a",1)).attrs=[["href",i]],o.markup="autolink",o.info="auto",(o=e.push("text","",0)).content=e.md.normalizeLinkText(n),(o=e.push("link_close","a",-1)).markup="autolink",o.info="auto"),e.pos+=n.length+2,!0)):!!EO.test(n)&&(i=e.md.normalizeLink("mailto:"+n),!!e.md.validateLink(i)&&(t||((o=e.push("link_open","a",1)).attrs=[["href",i]],o.markup="autolink",o.info="auto",(o=e.push("text","",0)).content=e.md.normalizeLinkText(n),(o=e.push("link_close","a",-1)).markup="autolink",o.info="auto"),e.pos+=n.length+2,!0))}],["html_inline",function(e,t){var n,i,o,r,s,a=e.pos
7801
+ if(62===r)break}return n=e.src.slice(s+1,l),EO.test(n)?(i=e.md.normalizeLink(n),!!e.md.validateLink(i)&&(t||((o=e.push("link_open","a",1)).attrs=[["href",i]],o.markup="autolink",o.info="auto",(o=e.push("text","",0)).content=e.md.normalizeLinkText(n),(o=e.push("link_close","a",-1)).markup="autolink",o.info="auto"),e.pos+=n.length+2,!0)):!!IO.test(n)&&(i=e.md.normalizeLink("mailto:"+n),!!e.md.validateLink(i)&&(t||((o=e.push("link_open","a",1)).attrs=[["href",i]],o.markup="autolink",o.info="auto",(o=e.push("text","",0)).content=e.md.normalizeLinkText(n),(o=e.push("link_close","a",-1)).markup="autolink",o.info="auto"),e.pos+=n.length+2,!0))}],["html_inline",function(e,t){var n,i,o,r,s,a=e.pos
7806
7802
  return!!e.md.options.html&&(o=e.posMax,!(60!==e.src.charCodeAt(a)||a+2>=o)&&(!(33!==(n=e.src.charCodeAt(a+1))&&63!==n&&47!==n&&!function(e){var t=32|e
7807
7803
  return t>=97&&t<=122}(n))&&(!!(i=e.src.slice(a).match(OO))&&(t||((r=e.push("html_inline","",0)).content=e.src.slice(a,a+i[0].length),s=r.content,/^<a[>\s]/i.test(s)&&e.linkLevel++,function(e){return/^<\/a\s*>/i.test(e)}(r.content)&&e.linkLevel--),e.pos+=i[0].length,!0))))}],["entity",function(e,t){var n,i,o,r=e.pos,s=e.posMax
7808
7804
  if(38!==e.src.charCodeAt(r))return!1
@@ -7825,7 +7821,7 @@ return n.re.http||(n.re.http=new RegExp("^\\/\\/"+n.re.src_auth+n.re.src_host_po
7825
7821
  return n.re.no_http||(n.re.no_http=new RegExp("^"+n.re.src_auth+"(?:localhost|(?:(?:"+n.re.src_domain+")\\.)+"+n.re.src_domain_root+")"+n.re.src_port+n.re.src_host_terminator+n.re.src_path,"i")),n.re.no_http.test(i)?t>=3&&":"===e[t-3]||t>=3&&"/"===e[t-3]?0:i.match(n.re.no_http)[0].length:0}},"mailto:":{validate:function(e,t,n){var i=e.slice(t)
7826
7822
  return n.re.mailto||(n.re.mailto=new RegExp("^"+n.re.src_email_name+"@"+n.re.src_host_strict,"i")),n.re.mailto.test(i)?i.match(n.re.mailto)[0].length:0}}},oT="a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",rT="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|")
7827
7823
  function sT(e){var t=e.re=(JO||(JO=1,KO=function(e){var t={}
7828
- e=e||{},t.src_Any=eI().source,t.src_Cc=tI().source,t.src_Z=nI().source,t.src_P=CE.source,t.src_ZPCc=[t.src_Z,t.src_P,t.src_Cc].join("|"),t.src_ZCc=[t.src_Z,t.src_Cc].join("|")
7824
+ e=e||{},t.src_Any=eE().source,t.src_Cc=tE().source,t.src_Z=nE().source,t.src_P=CI.source,t.src_ZPCc=[t.src_Z,t.src_P,t.src_Cc].join("|"),t.src_ZCc=[t.src_Z,t.src_Cc].join("|")
7829
7825
  var n="[><|]"
7830
7826
  return t.src_pseudo_letter="(?:(?![><|]|"+t.src_ZPCc+")"+t.src_Any+")",t.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",t.src_auth="(?:(?:(?!"+t.src_ZCc+"|[@/\\[\\]()]).)+@)?",t.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",t.src_host_terminator="(?=$|[><|]|"+t.src_ZPCc+")(?!"+(e["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+t.src_ZPCc+"))",t.src_path="(?:[/?#](?:(?!"+t.src_ZCc+"|"+n+"|[()[\\]{}.,\"'?!\\-;]).|\\[(?:(?!"+t.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+t.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+t.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+t.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+t.src_ZCc+"|[']).)+\\'|\\'(?="+t.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+t.src_ZCc+"|[.]|$)|"+(e["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+t.src_ZCc+"|$)|;(?!"+t.src_ZCc+"|$)|\\!+(?!"+t.src_ZCc+"|[!]|$)|\\?(?!"+t.src_ZCc+"|[?]|$))+|\\/)?",t.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',t.src_xn="xn--[a-z0-9\\-]{1,59}",t.src_domain_root="(?:"+t.src_xn+"|"+t.src_pseudo_letter+"{1,63})",t.src_domain="(?:"+t.src_xn+"|(?:"+t.src_pseudo_letter+")|(?:"+t.src_pseudo_letter+"(?:-|"+t.src_pseudo_letter+"){0,61}"+t.src_pseudo_letter+"))",t.src_host="(?:(?:(?:(?:"+t.src_domain+")\\.)*"+t.src_domain+"))",t.tpl_host_fuzzy="(?:"+t.src_ip4+"|(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%)))",t.tpl_host_no_ip_fuzzy="(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%))",t.src_host_strict=t.src_host+t.src_host_terminator,t.tpl_host_fuzzy_strict=t.tpl_host_fuzzy+t.src_host_terminator,t.src_host_port_strict=t.src_host+t.src_port+t.src_host_terminator,t.tpl_host_port_fuzzy_strict=t.tpl_host_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_port_no_ip_fuzzy_strict=t.tpl_host_no_ip_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+t.src_ZPCc+"|>|$))",t.tpl_email_fuzzy='(^|[><|]|"|\\(|'+t.src_ZCc+")("+t.src_email_name+"@"+t.tpl_host_fuzzy_strict+")",t.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_fuzzy_strict+t.src_path+")",t.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_no_ip_fuzzy_strict+t.src_path+")",t}),KO)(e.__opts__),n=e.__tlds__.slice()
7831
7827
  function i(e){return e.replace("%TLDS%",t.src_tlds)}e.onCompile(),e.__tlds_replaced__||n.push(oT),n.push(t.src_xn),t.src_tlds=n.join("|"),t.email_fuzzy=RegExp(i(t.tpl_email_fuzzy),"i"),t.link_fuzzy=RegExp(i(t.tpl_link_fuzzy),"i"),t.link_no_ip_fuzzy=RegExp(i(t.tpl_link_no_ip_fuzzy),"i"),t.host_fuzzy_test=RegExp(i(t.tpl_host_fuzzy_test),"i")
@@ -7854,8 +7850,8 @@ return n?(this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_in
7854
7850
  var dT=cT,hT=2147483647,uT=36,pT=1,fT=26,gT=38,mT=700,vT=72,bT=128,yT="-",wT=/^xn--/,xT=/[^\x20-\x7E]/,kT=/[\x2E\u3002\uFF0E\uFF61]/g,CT={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},ST=uT-pT,$T=Math.floor,MT=String.fromCharCode
7855
7851
 
7856
7852
  ;/*! https://mths.be/punycode v1.4.1 by @mathias */function _T(e){throw new RangeError(CT[e])}function AT(e,t){for(var n=e.length,i=[];n--;)i[n]=t(e[n])
7857
- return i}function ET(e,t){var n=e.split("@"),i=""
7858
- return n.length>1&&(i=n[0]+"@",e=n[1]),i+AT((e=e.replace(kT,".")).split("."),t).join(".")}function IT(e){for(var t,n,i=[],o=0,r=e.length;o<r;)(t=e.charCodeAt(o++))>=55296&&t<=56319&&o<r?56320==(64512&(n=e.charCodeAt(o++)))?i.push(((1023&t)<<10)+(1023&n)+65536):(i.push(t),o--):i.push(t)
7853
+ return i}function IT(e,t){var n=e.split("@"),i=""
7854
+ return n.length>1&&(i=n[0]+"@",e=n[1]),i+AT((e=e.replace(kT,".")).split("."),t).join(".")}function ET(e){for(var t,n,i=[],o=0,r=e.length;o<r;)(t=e.charCodeAt(o++))>=55296&&t<=56319&&o<r?56320==(64512&(n=e.charCodeAt(o++)))?i.push(((1023&t)<<10)+(1023&n)+65536):(i.push(t),o--):i.push(t)
7859
7855
  return i}function OT(e){return AT(e,(function(e){var t=""
7860
7856
  return e>65535&&(t+=MT((e-=65536)>>>10&1023|55296),e=56320|1023&e),t+=MT(e)})).join("")}function TT(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function RT(e,t,n){var i=0
7861
7857
  for(e=n?$T(e/mT):e>>1,e+=$T(e/t);e>ST*fT>>1;i+=uT)e=$T(e/ST)
@@ -7863,10 +7859,10 @@ return $T(i+(ST+1)*e/(e+gT))}function DT(e){var t,n,i,o,r,s,a,l,c,d,h,u=[],p=e.l
7863
7859
  for((n=e.lastIndexOf(yT))<0&&(n=0),i=0;i<n;++i)e.charCodeAt(i)>=128&&_T("not-basic"),u.push(e.charCodeAt(i))
7864
7860
  for(o=n>0?n+1:0;o<p;){for(r=f,s=1,a=uT;o>=p&&_T("invalid-input"),((l=(h=e.charCodeAt(o++))-48<10?h-22:h-65<26?h-65:h-97<26?h-97:uT)>=uT||l>$T((hT-f)/s))&&_T("overflow"),f+=l*s,!(l<(c=a<=m?pT:a>=m+fT?fT:a-m));a+=uT)s>$T(hT/(d=uT-c))&&_T("overflow"),s*=d
7865
7861
  m=RT(f-r,t=u.length+1,0==r),$T(f/t)>hT-g&&_T("overflow"),g+=$T(f/t),f%=t,u.splice(f++,0,g)}return OT(u)}function FT(e){var t,n,i,o,r,s,a,l,c,d,h,u,p,f,g,m=[]
7866
- for(u=(e=IT(e)).length,t=bT,n=0,r=vT,s=0;s<u;++s)(h=e[s])<128&&m.push(MT(h))
7862
+ for(u=(e=ET(e)).length,t=bT,n=0,r=vT,s=0;s<u;++s)(h=e[s])<128&&m.push(MT(h))
7867
7863
  for(i=o=m.length,o&&m.push(yT);i<u;){for(a=hT,s=0;s<u;++s)(h=e[s])>=t&&h<a&&(a=h)
7868
7864
  for(a-t>$T((hT-n)/(p=i+1))&&_T("overflow"),n+=(a-t)*p,t=a,s=0;s<u;++s)if((h=e[s])<t&&++n>hT&&_T("overflow"),h==t){for(l=n,c=uT;!(l<(d=c<=r?pT:c>=r+fT?fT:c-r));c+=uT)g=l-d,f=uT-d,m.push(MT(TT(d+g%f,0))),l=$T(g/f)
7869
- m.push(MT(TT(l,0))),r=RT(n,p,i==o),n=0,++i}++n,++t}return m.join("")}function LT(e){return ET(e,(function(e){return wT.test(e)?DT(e.slice(4).toLowerCase()):e}))}function NT(e){return ET(e,(function(e){return xT.test(e)?"xn--"+FT(e):e}))}var PT="1.4.1",zT={decode:IT,encode:OT},VT={version:PT,ucs2:zT,toASCII:NT,toUnicode:LT,encode:FT,decode:DT},HT=xE,BT=oI,qT=uI,ZT=HI,jT=fO,UT=XO,WT=dT,GT=SE,KT=wE(Object.freeze({__proto__:null,decode:DT,default:VT,encode:FT,toASCII:NT,toUnicode:LT,ucs2:zT,version:PT})),JT={default:{options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}},zero:{options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","fragments_join"]}}},commonmark:{options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","fragments_join"]}}}},XT=/^(vbscript|javascript|file|data):/,YT=/^data:image\/(gif|png|jpeg|webp);/
7865
+ m.push(MT(TT(l,0))),r=RT(n,p,i==o),n=0,++i}++n,++t}return m.join("")}function LT(e){return IT(e,(function(e){return wT.test(e)?DT(e.slice(4).toLowerCase()):e}))}function NT(e){return IT(e,(function(e){return xT.test(e)?"xn--"+FT(e):e}))}var PT="1.4.1",zT={decode:ET,encode:OT},VT={version:PT,ucs2:zT,toASCII:NT,toUnicode:LT,encode:FT,decode:DT},HT=xI,BT=oE,qT=uE,ZT=HE,jT=fO,UT=XO,WT=dT,GT=SI,KT=wI(Object.freeze({__proto__:null,decode:DT,default:VT,encode:FT,toASCII:NT,toUnicode:LT,ucs2:zT,version:PT})),JT={default:{options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}},zero:{options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","fragments_join"]}}},commonmark:{options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","fragments_join"]}}}},XT=/^(vbscript|javascript|file|data):/,YT=/^data:image\/(gif|png|jpeg|webp);/
7870
7866
  function QT(e){var t=e.trim().toLowerCase()
7871
7867
  return!XT.test(t)||!!YT.test(t)}var eR=["http:","https:","mailto:"]
7872
7868
  function tR(e){var t=GT.parse(e,!0)
@@ -7888,7 +7884,7 @@ return e.apply(e,t),this},iR.prototype.parse=function(e,t){if("string"!=typeof e
7888
7884
  var n=new this.core.State(e,this,t)
7889
7885
  return this.core.process(n),n.tokens},iR.prototype.render=function(e,t){return t=t||{},this.renderer.render(this.parse(e,t),this.options,t)},iR.prototype.parseInline=function(e,t){var n=new this.core.State(e,this,t)
7890
7886
  return n.inlineMode=!0,this.core.process(n),n.tokens},iR.prototype.renderInline=function(e,t){return t=t||{},this.renderer.render(this.parseInline(e,t),this.options,t)}
7891
- var oR=yE(iR)
7887
+ var oR=yI(iR)
7892
7888
  const rR=new lw({nodes:{doc:{content:"block+"},paragraph:{content:"inline*",group:"block",parseDOM:[{tag:"p"}],toDOM:()=>["p",0]},blockquote:{content:"block+",group:"block",parseDOM:[{tag:"blockquote"}],toDOM:()=>["blockquote",0]},horizontal_rule:{group:"block",parseDOM:[{tag:"hr"}],toDOM:()=>["div",["hr"]]},heading:{attrs:{level:{default:1}},content:"(text | image)*",group:"block",defining:!0,parseDOM:[{tag:"h1",attrs:{level:1}},{tag:"h2",attrs:{level:2}},{tag:"h3",attrs:{level:3}},{tag:"h4",attrs:{level:4}},{tag:"h5",attrs:{level:5}},{tag:"h6",attrs:{level:6}}],toDOM:e=>["h"+e.attrs.level,0]},code_block:{content:"text*",group:"block",code:!0,defining:!0,marks:"",attrs:{params:{default:""}},parseDOM:[{tag:"pre",preserveWhitespace:"full",getAttrs:e=>({params:e.getAttribute("data-params")||""})}],toDOM:e=>["pre",e.attrs.params?{"data-params":e.attrs.params}:{},["code",0]]},ordered_list:{content:"list_item+",group:"block",attrs:{order:{default:1},tight:{default:!1}},parseDOM:[{tag:"ol",getAttrs:e=>({order:e.hasAttribute("start")?+e.getAttribute("start"):1,tight:e.hasAttribute("data-tight")})}],toDOM:e=>["ol",{start:1==e.attrs.order?null:e.attrs.order,"data-tight":e.attrs.tight?"true":null},0]},bullet_list:{content:"list_item+",group:"block",attrs:{tight:{default:!1}},parseDOM:[{tag:"ul",getAttrs:e=>({tight:e.hasAttribute("data-tight")})}],toDOM:e=>["ul",{"data-tight":e.attrs.tight?"true":null},0]},list_item:{content:"block+",defining:!0,parseDOM:[{tag:"li"}],toDOM:()=>["li",0]},text:{group:"inline"},image:{inline:!0,attrs:{src:{},alt:{default:null},title:{default:null}},group:"inline",draggable:!0,parseDOM:[{tag:"img[src]",getAttrs:e=>({src:e.getAttribute("src"),title:e.getAttribute("title"),alt:e.getAttribute("alt")})}],toDOM:e=>["img",e.attrs]},hard_break:{inline:!0,group:"inline",selectable:!1,parseDOM:[{tag:"br"}],toDOM:()=>["br"]}},marks:{em:{parseDOM:[{tag:"i"},{tag:"em"},{style:"font-style=italic"},{style:"font-style=normal",clearMark:e=>"em"==e.type.name}],toDOM:()=>["em"]},strong:{parseDOM:[{tag:"strong"},{tag:"b",getAttrs:e=>"normal"!=e.style.fontWeight&&null},{style:"font-weight=400",clearMark:e=>"strong"==e.type.name},{style:"font-weight",getAttrs:e=>/^(bold(er)?|[5-9]\d{2,})$/.test(e)&&null}],toDOM:()=>["strong"]},link:{attrs:{href:{},title:{default:null}},inclusive:!1,parseDOM:[{tag:"a[href]",getAttrs:e=>({href:e.getAttribute("href"),title:e.getAttribute("title")})}],toDOM:e=>["a",e.attrs]},code:{parseDOM:[{tag:"code"}],toDOM:()=>["code"]}}})
7893
7889
  class sR{constructor(e,t){this.schema=e,this.tokenHandlers=t,this.stack=[{type:e.topNodeType,attrs:null,content:[],marks:Sy.none}]}top(){return this.stack[this.stack.length-1]}push(e){this.stack.length&&this.top().content.push(e)}addText(e){if(!e)return
7894
7890
  let t,n=this.top(),i=n.content,o=i[i.length-1],r=this.schema.text(e,n.marks)
@@ -7966,16 +7962,16 @@ return new fR(e,t)}}yR=xR,xR.markdownSerializer=yR.initializeMarkdownSerializerF
7966
7962
  class kR extends Nt{constructor(){super(...arguments),this.editor=this.createEditor(),this.tiptapEditor=this.createTiptapEditor(),this.disabled=!1,this.footerHidden=!1,this.errorVisible=!1,this.scrollbarWidth=-1,this.updateScrollbarWidthQueued=!1,this.xmlSerializer=new XMLSerializer}get empty(){return 0===this.tiptapEditor.state.doc.textContent.trim().length}connectedCallback(){super.connectedCallback(),this.editor.isConnected||this.editorContainer.append(this.editor),this.bindEditorTransactionEvent(),this.bindEditorUpdateEvent(),this.stopNativeInputEventPropagation(),this.resizeObserver=new ResizeObserver((()=>this.onResize())),this.resizeObserver.observe(this)}disconnectedCallback(){super.disconnectedCallback(),this.unbindEditorTransactionEvent(),this.unbindEditorUpdateEvent(),this.unbindNativeInputEvent(),this.resizeObserver?.disconnect()}disabledChanged(){this.tiptapEditor.setEditable(!this.disabled),this.setEditorTabIndex(),this.editor.setAttribute("aria-disabled",this.disabled?"true":"false")}placeholderChanged(){this.getTipTapExtension("placeholder").options.placeholder=this.placeholder??"",this.tiptapEditor.view.dispatch(this.tiptapEditor.state.tr),this.queueUpdateScrollbarWidth()}ariaLabelChanged(){null!==this.ariaLabel&&void 0!==this.ariaLabel?this.editor.setAttribute("aria-label",this.ariaLabel):this.editor.removeAttribute("aria-label")}boldButtonClick(){this.tiptapEditor.chain().focus().toggleBold().run()}boldButtonKeyDown(e){return!this.keyActivatesButton(e)||(this.tiptapEditor.chain().focus().toggleBold().run(),!1)}italicsButtonClick(){this.tiptapEditor.chain().focus().toggleItalic().run()}italicsButtonKeyDown(e){return!this.keyActivatesButton(e)||(this.tiptapEditor.chain().focus().toggleItalic().run(),!1)}bulletListButtonClick(){this.tiptapEditor.chain().focus().toggleBulletList().run()}bulletListButtonKeyDown(e){return!this.keyActivatesButton(e)||(this.tiptapEditor.chain().focus().toggleBulletList().run(),!1)}numberedListButtonClick(){this.tiptapEditor.chain().focus().toggleOrderedList().run()}numberedListButtonKeyDown(e){return!this.keyActivatesButton(e)||(this.tiptapEditor.chain().focus().toggleOrderedList().run(),!1)}setMarkdown(e){const t=this.getHtmlContent(e)
7967
7963
  this.tiptapEditor.commands.setContent(t)}getMarkdown(){return xR.serializeDOMToMarkdown(this.tiptapEditor.state.doc)}stopEventPropagation(e){return e.stopPropagation(),!1}createEditor(){const e=document.createElement("div")
7968
7964
  return e.className="editor",e.setAttribute("aria-multiline","true"),e.setAttribute("role","textbox"),e.setAttribute("aria-disabled","false"),e}createTiptapEditor(){const e=this.getCustomLinkExtension()
7969
- return new yM({element:this.editor,extensions:[DM,QA,tE,RM,YA,GA,EM,r_,e_,eE.configure({placeholder:"",showOnlyWhenEditable:!1}),nE,e.configure({HTMLAttributes:{rel:"noopener noreferrer",target:null},autolink:!0,openOnClick:!1,linkOnPaste:!1,validate:e=>/^https?:\/\//i.test(e)})]})}getCustomLinkExtension(){return WA.extend({excludes:"_",inclusive:!1,parseHTML:()=>[{tag:wd}],renderHTML:({HTMLAttributes:e})=>["a",e]})}getHtmlContent(e){const t=wR.parseMarkdownToDOM(e)
7965
+ return new yM({element:this.editor,extensions:[DM,QA,tI,RM,YA,GA,IM,r_,e_,eI.configure({placeholder:"",showOnlyWhenEditable:!1}),nI,e.configure({HTMLAttributes:{rel:"noopener noreferrer",target:null},autolink:!0,openOnClick:!1,linkOnPaste:!1,validate:e=>/^https?:\/\//i.test(e)})]})}getCustomLinkExtension(){return WA.extend({excludes:"_",inclusive:!1,parseHTML:()=>[{tag:wd}],renderHTML:({HTMLAttributes:e})=>["a",e]})}getHtmlContent(e){const t=wR.parseMarkdownToDOM(e)
7970
7966
  return this.xmlSerializer.serializeToString(t)}bindEditorTransactionEvent(){this.tiptapEditor.on("transaction",(()=>{this.updateEditorButtonsState()}))}unbindEditorTransactionEvent(){this.tiptapEditor.off("transaction")}updateEditorButtonsState(){const{extensionManager:e,state:t}=this.tiptapEditor,{extensions:n}=e,{selection:i}=t,o=nM((e=>lM(e.type.name,n)))(i)
7971
- this.boldButton.checked=this.tiptapEditor.isActive("bold"),this.italicsButton.checked=this.tiptapEditor.isActive("italic"),this.bulletListButton.checked=o?.node.type.name===vE,this.numberedListButton.checked=o?.node.type.name===bE}keyActivatesButton(e){switch(e.key){case" ":case Ks:return!0
7967
+ this.boldButton.checked=this.tiptapEditor.isActive("bold"),this.italicsButton.checked=this.tiptapEditor.isActive("italic"),this.bulletListButton.checked=o?.node.type.name===vI,this.numberedListButton.checked=o?.node.type.name===bI}keyActivatesButton(e){switch(e.key){case" ":case Ks:return!0
7972
7968
  default:return!1}}unbindEditorUpdateEvent(){this.tiptapEditor.off("update")}bindEditorUpdateEvent(){this.tiptapEditor.on("update",(()=>{this.$emit("input"),this.queueUpdateScrollbarWidth()}))}stopNativeInputEventPropagation(){this.tiptapEditor.view.dom.addEventListener("input",(e=>{e.stopPropagation()}))}unbindNativeInputEvent(){this.tiptapEditor.view.dom.removeEventListener("input",(()=>{}))}queueUpdateScrollbarWidth(){this.$fastController.isConnected&&(this.updateScrollbarWidthQueued||(this.updateScrollbarWidthQueued=!0,u.queueUpdate((()=>this.updateScrollbarWidth()))))}updateScrollbarWidth(){this.updateScrollbarWidthQueued=!1,this.scrollbarWidth=this.tiptapEditor.view.dom.offsetWidth-this.tiptapEditor.view.dom.clientWidth}onResize(){this.scrollbarWidth=this.tiptapEditor.view.dom.offsetWidth-this.tiptapEditor.view.dom.clientWidth}getTipTapExtension(e){return this.tiptapEditor.extensionManager.extensions.find((t=>t.name===e))}setEditorTabIndex(){this.tiptapEditor.setOptions({editorProps:{attributes:{tabindex:this.disabled?"-1":"0"}}})}}e([se({mode:"boolean"})],kR.prototype,"disabled",void 0),e([se({attribute:"footer-hidden",mode:"boolean"})],kR.prototype,"footerHidden",void 0),e([se({attribute:"error-visible",mode:"boolean"})],kR.prototype,"errorVisible",void 0),e([se({attribute:"error-text"})],kR.prototype,"errorText",void 0),e([se],kR.prototype,"placeholder",void 0),e([m],kR.prototype,"boldButton",void 0),e([m],kR.prototype,"italicsButton",void 0),e([m],kR.prototype,"bulletListButton",void 0),e([m],kR.prototype,"numberedListButton",void 0),e([m],kR.prototype,"scrollbarWidth",void 0),Vt(kR,hn)
7973
- const CR=kR.compose({baseName:"rich-text-editor",template:gE,styles:mE})
7969
+ const CR=kR.compose({baseName:"rich-text-editor",template:gI,styles:mI})
7974
7970
  mi.getOrCreate().withPrefix("nimble").register(CR()),mi.tagFor(kR)
7975
7971
  const SR=W`
7976
7972
  <div ${De("viewer")} class="viewer"></div>
7977
7973
  `,$R=ye`
7978
- ${Eo("flex")}
7974
+ ${Io("flex")}
7979
7975
 
7980
7976
  :host {
7981
7977
  font: ${ic};
@@ -8042,9 +8038,9 @@ const AR=ye`
8042
8038
  padding-bottom: 0;
8043
8039
  }
8044
8040
  `))
8045
- class ER extends Gi{constructor(){super(...arguments),this.appearance=Wf,this.errorVisible=!1}setPositioning(){this.$fastController.isConnected&&(super.setPositioning(),this.updateListboxMaxHeightCssVariable())}slottedOptionsChanged(e,t){const n=this.value
8046
- super.slottedOptionsChanged(e,t),n&&(this.value=n)}regionChanged(e,t){this.region&&this.control&&(this.region.anchorElement=this.control)}controlChanged(e,t){this.region&&this.control&&(this.region.anchorElement=this.control)}maxHeightChanged(){this.updateListboxMaxHeightCssVariable()}updateListboxMaxHeightCssVariable(){this.listbox&&this.listbox.style.setProperty("--ni-private-select-max-height",`${this.maxHeight}px`)}}e([se],ER.prototype,"appearance",void 0),e([se({attribute:"error-text"})],ER.prototype,"errorText",void 0),e([se({attribute:"error-visible",mode:"boolean"})],ER.prototype,"errorVisible",void 0),e([m],ER.prototype,"region",void 0)
8047
- const IR=ER.compose({baseName:"select",baseClass:Gi,template:(e,t)=>W`
8041
+ class IR extends Gi{constructor(){super(...arguments),this.appearance=Wf,this.errorVisible=!1}setPositioning(){this.$fastController.isConnected&&(super.setPositioning(),this.updateListboxMaxHeightCssVariable())}slottedOptionsChanged(e,t){const n=this.value
8042
+ super.slottedOptionsChanged(e,t),n&&(this.value=n)}regionChanged(e,t){this.region&&this.control&&(this.region.anchorElement=this.control)}controlChanged(e,t){this.region&&this.control&&(this.region.anchorElement=this.control)}maxHeightChanged(){this.updateListboxMaxHeightCssVariable()}updateListboxMaxHeightCssVariable(){this.listbox&&this.listbox.style.setProperty("--ni-private-select-max-height",`${this.maxHeight}px`)}}e([se],IR.prototype,"appearance",void 0),e([se({attribute:"error-text"})],IR.prototype,"errorText",void 0),e([se({attribute:"error-visible",mode:"boolean"})],IR.prototype,"errorVisible",void 0),e([m],IR.prototype,"region",void 0)
8043
+ const ER=IR.compose({baseName:"select",baseClass:Gi,template:(e,t)=>W`
8048
8044
  <template
8049
8045
  class="${e=>[e.collapsible&&"collapsible",e.collapsible&&e.open&&"open",e.disabled&&"disabled",e.collapsible&&e.position].filter(Boolean).join(" ")}"
8050
8046
  aria-activedescendant="${e=>e.ariaActiveDescendant}"
@@ -8115,9 +8111,9 @@ const IR=ER.compose({baseName:"select",baseClass:Gi,template:(e,t)=>W`
8115
8111
  ></${cf}>
8116
8112
  ${qf}
8117
8113
  `})
8118
- mi.getOrCreate().withPrefix("nimble").register(IR()),mi.tagFor(ER)
8114
+ mi.getOrCreate().withPrefix("nimble").register(ER()),mi.tagFor(IR)
8119
8115
  const OR=ye`
8120
- ${Eo("inline-flex")}
8116
+ ${Io("inline-flex")}
8121
8117
 
8122
8118
  :host {
8123
8119
  height: ${Za};
@@ -8280,7 +8276,7 @@ class DR extends Nt{constructor(){super(...arguments),this.appearance=RR.default
8280
8276
  const FR=DR.compose({baseName:"spinner",template:TR,styles:OR})
8281
8277
  mi.getOrCreate().withPrefix("nimble").register(FR())
8282
8278
  const LR=mi.tagFor(DR),NR=ye`
8283
- ${Eo("inline-flex")}
8279
+ ${Io("inline-flex")}
8284
8280
 
8285
8281
  :host {
8286
8282
  outline: none;
@@ -8297,7 +8293,7 @@ const LR=mi.tagFor(DR),NR=ye`
8297
8293
 
8298
8294
  :host([disabled]) {
8299
8295
  cursor: default;
8300
- color: ${Ec};
8296
+ color: ${Ic};
8301
8297
  }
8302
8298
 
8303
8299
  .label {
@@ -8477,7 +8473,7 @@ const LR=mi.tagFor(DR),NR=ye`
8477
8473
  class zR extends Yi{}const VR=zR.compose({baseClass:Yi,baseName:"switch",template:PR,styles:NR})
8478
8474
  mi.getOrCreate().withPrefix("nimble").register(VR()),mi.tagFor(zR)
8479
8475
  const HR=ye`
8480
- ${Eo("inline-flex")}
8476
+ ${Io("inline-flex")}
8481
8477
 
8482
8478
  :host {
8483
8479
  position: relative;
@@ -8584,7 +8580,7 @@ class BR extends eo{}const qR=BR.compose({baseName:"tab",baseClass:eo,template:(
8584
8580
  `,styles:HR})
8585
8581
  mi.getOrCreate().withPrefix("nimble").register(qR()),mi.tagFor(BR)
8586
8582
  const ZR=ye`
8587
- ${Eo("block")}
8583
+ ${Io("block")}
8588
8584
 
8589
8585
  :host {
8590
8586
  box-sizing: border-box;
@@ -8863,18 +8859,18 @@ const s=_D(e,n)
8863
8859
  if(s&&(i.push(e),o[e.id]=e),null!=(t=e.subRows)&&t.length&&(e={...e,subRows:r(e.subRows)}),s)return e})).filter(Boolean)}
8864
8860
  return{rows:r(t.rows),flatRows:i,rowsById:o}}function _D(e,t){var n
8865
8861
  return null!=(n=t[e.id])&&n}function AD(e,t,n){if(e.subRows&&e.subRows.length){let n=!0,i=!1
8866
- return e.subRows.forEach((e=>{i&&!n||(_D(e,t)?i=!0:n=!1)})),n?"all":!!i&&"some"}return!1}const ED=/([0-9]+)/gm
8867
- function ID(e,t){return e===t?0:e>t?1:-1}function OD(e){return"number"==typeof e?isNaN(e)||e===1/0||e===-1/0?"":String(e):"string"==typeof e?e:""}function TD(e,t){const n=e.split(ED).filter(Boolean),i=t.split(ED).filter(Boolean)
8862
+ return e.subRows.forEach((e=>{i&&!n||(_D(e,t)?i=!0:n=!1)})),n?"all":!!i&&"some"}return!1}const ID=/([0-9]+)/gm
8863
+ function ED(e,t){return e===t?0:e>t?1:-1}function OD(e){return"number"==typeof e?isNaN(e)||e===1/0||e===-1/0?"":String(e):"string"==typeof e?e:""}function TD(e,t){const n=e.split(ID).filter(Boolean),i=t.split(ID).filter(Boolean)
8868
8864
  for(;n.length&&i.length;){const e=n.shift(),t=i.shift(),o=parseInt(e,10),r=parseInt(t,10),s=[o,r].sort()
8869
8865
  if(isNaN(s[0])){if(e>t)return 1
8870
8866
  if(t>e)return-1}else{if(isNaN(s[1]))return isNaN(o)?-1:1
8871
8867
  if(o>r)return 1
8872
- if(r>o)return-1}}return n.length-i.length}const RD={alphanumeric:(e,t,n)=>TD(OD(e.getValue(n)).toLowerCase(),OD(t.getValue(n)).toLowerCase()),alphanumericCaseSensitive:(e,t,n)=>TD(OD(e.getValue(n)),OD(t.getValue(n))),text:(e,t,n)=>ID(OD(e.getValue(n)).toLowerCase(),OD(t.getValue(n)).toLowerCase()),textCaseSensitive:(e,t,n)=>ID(OD(e.getValue(n)),OD(t.getValue(n))),datetime:(e,t,n)=>{const i=e.getValue(n),o=t.getValue(n)
8873
- return i>o?1:i<o?-1:0},basic:(e,t,n)=>ID(e.getValue(n),t.getValue(n))},DD={getInitialState:e=>({sorting:[],...e}),getDefaultColumnDef:()=>({sortingFn:"auto",sortUndefined:1}),getDefaultOptions:e=>({onSortingChange:GR("sorting",e),isMultiSortEvent:e=>e.shiftKey}),createColumn:(e,t)=>({getAutoSortingFn:()=>{const n=t.getFilteredRowModel().flatRows.slice(10)
8868
+ if(r>o)return-1}}return n.length-i.length}const RD={alphanumeric:(e,t,n)=>TD(OD(e.getValue(n)).toLowerCase(),OD(t.getValue(n)).toLowerCase()),alphanumericCaseSensitive:(e,t,n)=>TD(OD(e.getValue(n)),OD(t.getValue(n))),text:(e,t,n)=>ED(OD(e.getValue(n)).toLowerCase(),OD(t.getValue(n)).toLowerCase()),textCaseSensitive:(e,t,n)=>ED(OD(e.getValue(n)),OD(t.getValue(n))),datetime:(e,t,n)=>{const i=e.getValue(n),o=t.getValue(n)
8869
+ return i>o?1:i<o?-1:0},basic:(e,t,n)=>ED(e.getValue(n),t.getValue(n))},DD={getInitialState:e=>({sorting:[],...e}),getDefaultColumnDef:()=>({sortingFn:"auto",sortUndefined:1}),getDefaultOptions:e=>({onSortingChange:GR("sorting",e),isMultiSortEvent:e=>e.shiftKey}),createColumn:(e,t)=>({getAutoSortingFn:()=>{const n=t.getFilteredRowModel().flatRows.slice(10)
8874
8870
  let i=!1
8875
8871
  for(const t of n){const n=null==t?void 0:t.getValue(e.id)
8876
8872
  if("[object Date]"===Object.prototype.toString.call(n))return RD.datetime
8877
- if("string"==typeof n&&(i=!0,n.split(ED).length>1))return RD.alphanumeric}return i?RD.text:RD.basic},getAutoSortDir:()=>{const n=t.getFilteredRowModel().flatRows[0]
8873
+ if("string"==typeof n&&(i=!0,n.split(ID).length>1))return RD.alphanumeric}return i?RD.text:RD.basic},getAutoSortDir:()=>{const n=t.getFilteredRowModel().flatRows[0]
8878
8874
  return"string"==typeof(null==n?void 0:n.getValue(e.id))?"asc":"desc"},getSortingFn:()=>{var n,i
8879
8875
  if(!e)throw new Error
8880
8876
  return KR(e.columnDef.sortingFn)?e.columnDef.sortingFn:"auto"===e.columnDef.sortingFn?e.getAutoSortingFn():null!=(n=null==(i=t.options.sortingFns)?void 0:i[e.columnDef.sortingFn])?n:RD[e.columnDef.sortingFn]},toggleSorting:(n,i)=>{const o=e.getNextSortingOrder(),r=null!=n
@@ -8992,9 +8988,10 @@ try{t=document.createElement(e)}catch(e){}if(!(t instanceof KD))throw new Error(
8992
8988
  >
8993
8989
  </${e}>
8994
8990
  `)
8995
- class XD{constructor(e){this.uniqueId=Qs("table-column-slot"),this.validConfiguration=!0,this.sortOperation=jD,this.dataRecordFieldNames=[],this.groupingDisabled=!1,this.fractionalWidth=1,this.minPixelWidth=117,this.currentFractionalWidth=1,this.currentSortDirection=VD.none,this.cellRecordFieldNames=e.cellRecordFieldNames,this.cellViewTemplate=JD(e.cellViewTag),this.groupHeaderViewTemplate=GD(e.groupHeaderViewTag),this.delegatedEvents=e.delegatedEvents,this.sortOperation=e.sortOperation??jD}fractionalWidthChanged(){this.currentFractionalWidth=this.fractionalWidth}pixelWidthChanged(){this.currentPixelWidth=this.pixelWidth}}e([m],XD.prototype,"columnConfig",void 0),e([m],XD.prototype,"validConfiguration",void 0),e([m],XD.prototype,"operandDataRecordFieldName",void 0),e([m],XD.prototype,"sortOperation",void 0),e([m],XD.prototype,"dataRecordFieldNames",void 0),e([m],XD.prototype,"groupingDisabled",void 0),e([m],XD.prototype,"groupIndex",void 0),e([m],XD.prototype,"pixelWidth",void 0),e([m],XD.prototype,"fractionalWidth",void 0),e([m],XD.prototype,"minPixelWidth",void 0),e([m],XD.prototype,"currentFractionalWidth",void 0),e([m],XD.prototype,"currentPixelWidth",void 0),e([m],XD.prototype,"currentSortIndex",void 0),e([m],XD.prototype,"currentSortDirection",void 0)
8996
- class YD extends Nt{constructor(){super(...arguments),this.columnInternals=new XD(this.getColumnInternalsOptions()),this.columnHidden=!1,this.sortDirection=VD.none,this.sortingDisabled=!1,this.hasOverflow=!1}checkValidity(){return this.columnInternals.validConfiguration}get validity(){return{}}get headerTextContent(){return this.contentSlot.assignedNodes().map((e=>e.textContent?.trim())).join(" ")}connectedCallback(){super.connectedCallback(),this.setAttribute("slot",this.columnInternals.uniqueId)}sortDirectionChanged(){this.sortingDisabled||(this.columnInternals.currentSortDirection=this.sortDirection)}sortIndexChanged(){this.sortingDisabled||(this.columnInternals.currentSortIndex=this.sortIndex)}sortingDisabledChanged(){this.sortingDisabled?(this.columnInternals.currentSortDirection=VD.none,this.columnInternals.currentSortIndex=void 0):(this.columnInternals.currentSortDirection=this.sortDirection,this.columnInternals.currentSortIndex=this.sortIndex)}}e([se({attribute:"column-id"})],YD.prototype,"columnId",void 0),e([se({attribute:"action-menu-slot"})],YD.prototype,"actionMenuSlot",void 0),e([se({attribute:"action-menu-label"})],YD.prototype,"actionMenuLabel",void 0),e([se({attribute:"column-hidden",mode:"boolean"})],YD.prototype,"columnHidden",void 0),e([se({attribute:"sort-index",converter:oe})],YD.prototype,"sortIndex",void 0),e([se({attribute:"sort-direction"})],YD.prototype,"sortDirection",void 0),e([se({attribute:"sorting-disabled",mode:"boolean"})],YD.prototype,"sortingDisabled",void 0),e([m],YD.prototype,"hasOverflow",void 0)
8997
- class QD{constructor(){this.duplicateRecordId=!1,this.missingRecordId=!1,this.invalidRecordId=!1,this.duplicateColumnId=!1,this.missingColumnId=!1,this.duplicateSortIndex=!1,this.duplicateGroupIndex=!1,this.idFieldNameNotConfigured=!1,this.invalidColumnConfiguration=!1,this.recordIds=new Set}getValidity(){return{duplicateRecordId:this.duplicateRecordId,missingRecordId:this.missingRecordId,invalidRecordId:this.invalidRecordId,duplicateColumnId:this.duplicateColumnId,missingColumnId:this.missingColumnId,duplicateSortIndex:this.duplicateSortIndex,duplicateGroupIndex:this.duplicateGroupIndex,idFieldNameNotConfigured:this.idFieldNameNotConfigured,invalidColumnConfiguration:this.invalidColumnConfiguration}}isValid(){return Object.values(this.getValidity()).every((e=>!1===e))}areRecordIdsValid(){const e=this.getValidity()
8991
+ class XD{constructor(e){this.uniqueId=Qs("table-column-slot"),this.validConfiguration=!0,this.sortOperation=jD,this.dataRecordFieldNames=[],this.groupingDisabled=!1,this.fractionalWidth=1,this.minPixelWidth=117,this.currentFractionalWidth=1,this.currentSortDirection=VD.none,this.cellRecordFieldNames=e.cellRecordFieldNames,this.cellViewTemplate=JD(e.cellViewTag),this.groupHeaderViewTemplate=GD(e.groupHeaderViewTag),this.delegatedEvents=e.delegatedEvents,this.sortOperation=e.sortOperation??jD}fractionalWidthChanged(){this.currentFractionalWidth=this.fractionalWidth}pixelWidthChanged(){this.currentPixelWidth=this.pixelWidth}}function YD(e,...t){for(const n of t)if(e===n)return!0
8992
+ return!1}e([m],XD.prototype,"columnConfig",void 0),e([m],XD.prototype,"validConfiguration",void 0),e([m],XD.prototype,"operandDataRecordFieldName",void 0),e([m],XD.prototype,"sortOperation",void 0),e([m],XD.prototype,"dataRecordFieldNames",void 0),e([m],XD.prototype,"groupingDisabled",void 0),e([m],XD.prototype,"groupIndex",void 0),e([m],XD.prototype,"pixelWidth",void 0),e([m],XD.prototype,"fractionalWidth",void 0),e([m],XD.prototype,"minPixelWidth",void 0),e([m],XD.prototype,"currentFractionalWidth",void 0),e([m],XD.prototype,"currentPixelWidth",void 0),e([m],XD.prototype,"currentSortIndex",void 0),e([m],XD.prototype,"currentSortDirection",void 0)
8993
+ class QD extends Nt{constructor(){super(...arguments),this.columnInternals=new XD(this.getColumnInternalsOptions()),this.columnHidden=!1,this.sortDirection=VD.none,this.sortingDisabled=!1,this.hasOverflow=!1}checkValidity(){return this.columnInternals.validConfiguration}get validity(){return{}}get headerTextContent(){return this.contentSlot.assignedNodes().map((e=>e.textContent?.trim())).join(" ")}connectedCallback(){super.connectedCallback(),this.setAttribute("slot",this.columnInternals.uniqueId)}sortDirectionChanged(){this.sortingDisabled||(this.columnInternals.currentSortDirection=this.sortDirection)}sortIndexChanged(){this.sortingDisabled||(this.columnInternals.currentSortIndex=this.sortIndex)}sortingDisabledChanged(){this.sortingDisabled?(this.columnInternals.currentSortDirection=VD.none,this.columnInternals.currentSortIndex=void 0):(this.columnInternals.currentSortDirection=this.sortDirection,this.columnInternals.currentSortIndex=this.sortIndex)}}e([se({attribute:"column-id"})],QD.prototype,"columnId",void 0),e([se({attribute:"action-menu-slot"})],QD.prototype,"actionMenuSlot",void 0),e([se({attribute:"action-menu-label"})],QD.prototype,"actionMenuLabel",void 0),e([se({attribute:"column-hidden",mode:"boolean"})],QD.prototype,"columnHidden",void 0),e([se({attribute:"sort-index",converter:oe})],QD.prototype,"sortIndex",void 0),e([se({attribute:"sort-direction"})],QD.prototype,"sortDirection",void 0),e([se({attribute:"sorting-disabled",mode:"boolean"})],QD.prototype,"sortingDisabled",void 0),e([m],QD.prototype,"hasOverflow",void 0)
8994
+ class eF{constructor(){this.duplicateRecordId=!1,this.missingRecordId=!1,this.invalidRecordId=!1,this.duplicateColumnId=!1,this.missingColumnId=!1,this.duplicateSortIndex=!1,this.duplicateGroupIndex=!1,this.idFieldNameNotConfigured=!1,this.invalidColumnConfiguration=!1,this.recordIds=new Set}getValidity(){return{duplicateRecordId:this.duplicateRecordId,missingRecordId:this.missingRecordId,invalidRecordId:this.invalidRecordId,duplicateColumnId:this.duplicateColumnId,missingColumnId:this.missingColumnId,duplicateSortIndex:this.duplicateSortIndex,duplicateGroupIndex:this.duplicateGroupIndex,idFieldNameNotConfigured:this.idFieldNameNotConfigured,invalidColumnConfiguration:this.invalidColumnConfiguration}}isValid(){return Object.values(this.getValidity()).every((e=>!1===e))}areRecordIdsValid(){const e=this.getValidity()
8998
8995
  return!e.duplicateRecordId&&!e.missingRecordId&&!e.invalidRecordId}validateSelectionMode(e,t){return this.idFieldNameNotConfigured=e!==HD.none&&"string"!=typeof t,!this.idFieldNameNotConfigured}validateRecordIds(e,t){if(this.duplicateRecordId=!1,this.missingRecordId=!1,this.invalidRecordId=!1,this.recordIds.clear(),"string"!=typeof t)return!0
8999
8996
  for(const n of e){if(!Object.prototype.hasOwnProperty.call(n,t)){this.missingRecordId=!0
9000
8997
  continue}const e=n[t]
@@ -9003,8 +9000,8 @@ const t=e.some((e=>e))
9003
9000
  if(!t)return!0
9004
9001
  const n=new Set
9005
9002
  for(const t of e)t?(n.has(t)&&(this.duplicateColumnId=!0),n.add(t)):this.missingColumnId=!0
9006
- return!this.missingColumnId&&!this.duplicateColumnId}validateColumnSortIndices(e){return this.duplicateSortIndex=!this.validateIndicesAreUnique(e),!this.duplicateSortIndex}validateColumnGroupIndices(e){return this.duplicateGroupIndex=!this.validateIndicesAreUnique(e),!this.duplicateGroupIndex}validateColumnConfigurations(e){return this.invalidColumnConfiguration=e.some((e=>!e.columnInternals.validConfiguration)),!this.invalidColumnConfiguration}getPresentRecordIds(e){return e.filter((e=>this.recordIds.has(e)))}validateIndicesAreUnique(e){return new Set(e).size===e.length}}const eF=ye`
9007
- ${Eo("flex")}
9003
+ return!this.missingColumnId&&!this.duplicateColumnId}validateColumnSortIndices(e){return this.duplicateSortIndex=!this.validateIndicesAreUnique(e),!this.duplicateSortIndex}validateColumnGroupIndices(e){return this.duplicateGroupIndex=!this.validateIndicesAreUnique(e),!this.duplicateGroupIndex}validateColumnConfigurations(e){return this.invalidColumnConfiguration=e.some((e=>!e.columnInternals.validConfiguration)),!this.invalidColumnConfiguration}getPresentRecordIds(e){return e.filter((e=>this.recordIds.has(e)))}validateIndicesAreUnique(e){return new Set(e).size===e.length}}const tF=ye`
9004
+ ${Io("flex")}
9008
9005
 
9009
9006
  :host {
9010
9007
  height: 480px;
@@ -9181,8 +9178,8 @@ return!this.missingColumnId&&!this.duplicateColumnId}validateColumnSortIndices(e
9181
9178
  background-color: ${br(tr,.1)};
9182
9179
  position: absolute;
9183
9180
  }
9184
- `)),tF=ye`
9185
- ${Eo("flex")}
9181
+ `)),nF=ye`
9182
+ ${Io("flex")}
9186
9183
 
9187
9184
  :host {
9188
9185
  height: ${La};
@@ -9200,7 +9197,7 @@ return!this.missingColumnId&&!this.duplicateColumnId}validateColumnSortIndices(e
9200
9197
  .grouped-indicator {
9201
9198
  flex: 0 0 auto;
9202
9199
  }
9203
- `,nF=W`
9200
+ `,iF=W`
9204
9201
  <template role="columnheader"
9205
9202
  aria-sort="${e=>e.ariaSort}"
9206
9203
  ${""}
@@ -9219,11 +9216,11 @@ return!this.missingColumnId&&!this.duplicateColumnId}validateColumnSortIndices(e
9219
9216
  `)}
9220
9217
  </template>
9221
9218
  `
9222
- class iF extends Nt{constructor(){super(...arguments),this.sortDirection=VD.none,this.firstSortedColumn=!1,this.isGrouped=!1}sortDirectionChanged(e,t){this.updateAriaSort()}firstSortedColumnChanged(e,t){this.updateAriaSort()}updateAriaSort(){this.firstSortedColumn&&this.sortDirection!==VD.none?this.sortDirection===VD.ascending?this.ariaSort="ascending":this.ariaSort="descending":this.ariaSort=null}}e([se({attribute:"sort-direction"})],iF.prototype,"sortDirection",void 0),e([se({attribute:"first-sorted-column",mode:"boolean"})],iF.prototype,"firstSortedColumn",void 0),e([m],iF.prototype,"isGrouped",void 0)
9223
- const oF=iF.compose({baseName:"table-header",template:nF,styles:tF})
9224
- mi.getOrCreate().withPrefix("nimble").register(oF())
9225
- const rF=mi.tagFor(iF),sF=ye`
9226
- ${Eo("flex")}
9219
+ class oF extends Nt{constructor(){super(...arguments),this.sortDirection=VD.none,this.firstSortedColumn=!1,this.isGrouped=!1}sortDirectionChanged(e,t){this.updateAriaSort()}firstSortedColumnChanged(e,t){this.updateAriaSort()}updateAriaSort(){this.firstSortedColumn&&this.sortDirection!==VD.none?this.sortDirection===VD.ascending?this.ariaSort="ascending":this.ariaSort="descending":this.ariaSort=null}}e([se({attribute:"sort-direction"})],oF.prototype,"sortDirection",void 0),e([se({attribute:"first-sorted-column",mode:"boolean"})],oF.prototype,"firstSortedColumn",void 0),e([m],oF.prototype,"isGrouped",void 0)
9220
+ const rF=oF.compose({baseName:"table-header",template:iF,styles:nF})
9221
+ mi.getOrCreate().withPrefix("nimble").register(rF())
9222
+ const sF=mi.tagFor(oF),aF=ye`
9223
+ ${Io("flex")}
9227
9224
 
9228
9225
  :host {
9229
9226
  width: fit-content;
@@ -9309,8 +9306,8 @@ const rF=mi.tagFor(iF),sF=ye`
9309
9306
  :host([selected]:hover)::before {
9310
9307
  background-color: ${br(tr,.2)};
9311
9308
  }
9312
- `)),aF=ye`
9313
- ${Eo("flex")}
9309
+ `)),lF=ye`
9310
+ ${Io("flex")}
9314
9311
 
9315
9312
  :host {
9316
9313
  --ni-private-table-cell-nesting-level: 0;
@@ -9339,7 +9336,7 @@ const rF=mi.tagFor(iF),sF=ye`
9339
9336
  height: ${Na};
9340
9337
  align-self: center;
9341
9338
  }
9342
- `,lF=W`
9339
+ `,cF=W`
9343
9340
  <template role="cell" style="--ni-private-table-cell-nesting-level: ${e=>e.nestingLevel}">
9344
9341
  ${e=>e.cellViewTemplate}
9345
9342
  ${Pe((e=>e.hasActionMenu),W`
@@ -9352,16 +9349,16 @@ const rF=mi.tagFor(iF),sF=ye`
9352
9349
  class="action-menu"
9353
9350
  >
9354
9351
  <${Uv} slot="start"></${Uv}>
9355
- ${e=>e.actionMenuLabel??Ib.getValueFor(e)}
9352
+ ${e=>e.actionMenuLabel??Eb.getValueFor(e)}
9356
9353
  <slot name="cellActionMenu" slot="menu"></slot>
9357
9354
  </${ty}>
9358
9355
  `)}
9359
9356
  </template>
9360
9357
  `
9361
- class cF extends Nt{constructor(){super(...arguments),this.hasActionMenu=!1,this.menuOpen=!1,this.nestingLevel=0}onActionMenuBeforeToggle(e){this.$emit("cell-action-menu-beforetoggle",e.detail)}onActionMenuToggle(e){this.menuOpen=e.detail.newState,this.$emit("cell-action-menu-toggle",e.detail)}}e([m],cF.prototype,"cellState",void 0),e([m],cF.prototype,"column",void 0),e([m],cF.prototype,"recordId",void 0),e([se({attribute:"column-id"})],cF.prototype,"columnId",void 0),e([se({attribute:"has-action-menu",mode:"boolean"})],cF.prototype,"hasActionMenu",void 0),e([se({attribute:"menu-open",mode:"boolean"})],cF.prototype,"menuOpen",void 0),e([se({attribute:"action-menu-label"})],cF.prototype,"actionMenuLabel",void 0),e([m],cF.prototype,"cellViewTemplate",void 0),e([m],cF.prototype,"nestingLevel",void 0)
9362
- const dF=cF.compose({baseName:"table-cell",template:lF,styles:aF})
9363
- mi.getOrCreate().withPrefix("nimble").register(dF())
9364
- const hF=mi.tagFor(cF),uF=W`
9358
+ class dF extends Nt{constructor(){super(...arguments),this.hasActionMenu=!1,this.menuOpen=!1,this.nestingLevel=0}onActionMenuBeforeToggle(e){this.$emit("cell-action-menu-beforetoggle",e.detail)}onActionMenuToggle(e){this.menuOpen=e.detail.newState,this.$emit("cell-action-menu-toggle",e.detail)}}e([m],dF.prototype,"cellState",void 0),e([m],dF.prototype,"column",void 0),e([m],dF.prototype,"recordId",void 0),e([se({attribute:"column-id"})],dF.prototype,"columnId",void 0),e([se({attribute:"has-action-menu",mode:"boolean"})],dF.prototype,"hasActionMenu",void 0),e([se({attribute:"menu-open",mode:"boolean"})],dF.prototype,"menuOpen",void 0),e([se({attribute:"action-menu-label"})],dF.prototype,"actionMenuLabel",void 0),e([m],dF.prototype,"cellViewTemplate",void 0),e([m],dF.prototype,"nestingLevel",void 0)
9359
+ const hF=dF.compose({baseName:"table-cell",template:cF,styles:lF})
9360
+ mi.getOrCreate().withPrefix("nimble").register(hF())
9361
+ const uF=mi.tagFor(dF),pF=W`
9365
9362
  <template role="row" aria-selected=${e=>e.ariaSelected}>
9366
9363
  ${Pe((e=>e.selectable&&!e.hideSelection),W`
9367
9364
  <span role="gridcell" class="checkbox-container">
@@ -9378,48 +9375,49 @@ const hF=mi.tagFor(cF),uF=W`
9378
9375
  <span class="row-front-spacer"></span>
9379
9376
 
9380
9377
  <span ${De("cellContainer")} class="cell-container">
9381
- ${Ze((e=>e.columnStates),W`
9382
- ${Pe((e=>!e.column.columnHidden),W`
9383
- <${hF}
9378
+ ${Ze((e=>e.columns),W`
9379
+ ${Pe((e=>!e.columnHidden),W`
9380
+ <${uF}
9384
9381
  class="cell"
9385
- :cellState="${e=>e.cellState}"
9386
- :cellViewTemplate="${e=>e.column.columnInternals.cellViewTemplate}"
9387
- :column="${e=>e.column}"
9388
- column-id="${e=>e.column.columnId}"
9382
+ :cellState="${(e,t)=>t.parent.cellStates[t.index]}"
9383
+ :cellViewTemplate="${e=>e.columnInternals.cellViewTemplate}"
9384
+ :column="${e=>e}"
9385
+ column-id="${e=>e.columnId}"
9389
9386
  :recordId="${(e,t)=>t.parent.recordId}"
9390
- ?has-action-menu="${e=>!!e.column.actionMenuSlot}"
9391
- action-menu-label="${e=>e.column.actionMenuLabel}"
9392
- @cell-action-menu-beforetoggle="${(e,t)=>t.parent.onCellActionMenuBeforeToggle(t.event,e.column)}"
9393
- @cell-action-menu-toggle="${(e,t)=>t.parent.onCellActionMenuToggle(t.event,e.column)}"
9394
- :nestingLevel="${e=>e.cellIndentLevel};"
9387
+ ?has-action-menu="${e=>!!e.actionMenuSlot}"
9388
+ action-menu-label="${e=>e.actionMenuLabel}"
9389
+ @cell-action-menu-beforetoggle="${(e,t)=>t.parent.onCellActionMenuBeforeToggle(t.event,e)}"
9390
+ @cell-action-menu-toggle="${(e,t)=>t.parent.onCellActionMenuToggle(t.event,e)}"
9391
+ :nestingLevel="${(e,t)=>t.parent.cellIndentLevels[t.index]};"
9395
9392
  >
9396
9393
 
9397
- ${Pe(((e,t)=>t.parent.currentActionMenuColumn===e.column&&e.column.actionMenuSlot),W`
9394
+ ${Pe(((e,t)=>t.parent.currentActionMenuColumn===e&&e.actionMenuSlot),W`
9398
9395
  <slot
9399
- name="${e=>`row-action-menu-${e.column.actionMenuSlot}`}"
9396
+ name="${e=>`row-action-menu-${e.actionMenuSlot}`}"
9400
9397
  slot="cellActionMenu"
9401
9398
  ></slot>
9402
9399
  `)}
9403
- </${hF}>
9400
+ </${uF}>
9404
9401
  `)}
9405
- `)}
9402
+ `,{recycle:!1,positioning:!0})}
9406
9403
  </span>
9407
9404
  </template>
9408
9405
  `
9409
- class pF extends Nt{constructor(){super(...arguments),this.selectable=!1,this.selected=!1,this.hideSelection=!1,this.columns=[],this.nestingLevel=0,this.menuOpen=!1,this.ignoreSelectionChangeEvents=!1}get columnStates(){return this.columns.map(((e,t)=>{const n=e.columnInternals.dataRecordFieldNames
9410
- let i
9411
- if(this.hasValidFieldNames(n)&&this.dataRecord){const t=n.map((e=>this.dataRecord[e]))
9412
- i={cellRecord:Object.fromEntries(e.columnInternals.cellRecordFieldNames.map(((e,n)=>[e,t[n]]))),columnConfig:e.columnInternals.columnConfig}}return{column:e,cellState:i,cellIndentLevel:0===t&&this.nestingLevel>0?this.nestingLevel-1:0}}))}get ariaSelected(){return this.selectable?this.selected?"true":"false":null}onSelectionChange(e){if(this.ignoreSelectionChangeEvents)return
9406
+ class fF extends Nt{constructor(){super(...arguments),this.selectable=!1,this.selected=!1,this.hideSelection=!1,this.columnNotifiers=[],this.columns=[],this.nestingLevel=0,this.menuOpen=!1,this.cellIndentLevels=[],this.cellStates=[],this.ignoreSelectionChangeEvents=!1}get ariaSelected(){return this.selectable?this.selected?"true":"false":null}onSelectionChange(e){if(this.ignoreSelectionChangeEvents)return
9413
9407
  const t=e.target.checked
9414
9408
  this.selected=t
9415
9409
  const n={oldState:!t,newState:t}
9416
- this.$emit("row-selection-toggle",n)}onCellActionMenuBeforeToggle(e,t){this.currentActionMenuColumn=t,this.emitActionMenuToggleEvent("row-action-menu-beforetoggle",e.detail,t)}onCellActionMenuToggle(e,t){this.menuOpen=e.detail.newState,this.emitActionMenuToggleEvent("row-action-menu-toggle",e.detail,t)}closeOpenActionMenus(){if(this.menuOpen){const e=Array.from(this.cellContainer.children).find((e=>e instanceof cF&&e.menuOpen))
9417
- e?.actionMenuButton?.open&&e.actionMenuButton.toggleButton.control.click()}}emitActionMenuToggleEvent(e,t,n){const i={newState:t.newState,oldState:t.oldState,recordIds:[this.recordId],columnId:n.columnId}
9418
- this.$emit(e,i)}hasValidFieldNames(e){return e.every((e=>void 0!==e))}selectedChanged(){this.setSelectionCheckboxState()}selectionCheckboxChanged(){this.setSelectionCheckboxState()}setSelectionCheckboxState(){this.selectionCheckbox&&(this.ignoreSelectionChangeEvents=!0,this.selectionCheckbox.checked=this.selected,this.ignoreSelectionChangeEvents=!1)}}e([se({attribute:"record-id"})],pF.prototype,"recordId",void 0),e([se({mode:"boolean"})],pF.prototype,"selectable",void 0),e([se({mode:"boolean"})],pF.prototype,"selected",void 0),e([se({attribute:"hide-selection",mode:"boolean"})],pF.prototype,"hideSelection",void 0),e([m],pF.prototype,"dataRecord",void 0),e([m],pF.prototype,"columns",void 0),e([m],pF.prototype,"currentActionMenuColumn",void 0),e([m],pF.prototype,"nestingLevel",void 0),e([se({attribute:"menu-open",mode:"boolean"})],pF.prototype,"menuOpen",void 0),e([m],pF.prototype,"selectionCheckbox",void 0),e([v],pF.prototype,"columnStates",null),e([v],pF.prototype,"ariaSelected",null)
9419
- const fF=pF.compose({baseName:"table-row",template:uF,styles:sF})
9420
- mi.getOrCreate().withPrefix("nimble").register(fF())
9421
- const gF=mi.tagFor(pF),mF=ye`
9422
- ${Eo("grid")}
9410
+ this.$emit("row-selection-toggle",n)}onCellActionMenuBeforeToggle(e,t){this.currentActionMenuColumn=t,this.emitActionMenuToggleEvent("row-action-menu-beforetoggle",e.detail,t)}onCellActionMenuToggle(e,t){this.menuOpen=e.detail.newState,this.emitActionMenuToggleEvent("row-action-menu-toggle",e.detail,t)}closeOpenActionMenus(){if(this.menuOpen){const e=Array.from(this.cellContainer.children).find((e=>e instanceof dF&&e.menuOpen))
9411
+ e?.actionMenuButton?.open&&e.actionMenuButton.toggleButton.control.click()}}handleChange(e,t){e instanceof XD&&"string"==typeof t&&(YD(t,"columnConfig")||YD(t,"dataRecordFieldNames"))&&this.updateCellStates()}emitActionMenuToggleEvent(e,t,n){const i={newState:t.newState,oldState:t.oldState,recordIds:[this.recordId],columnId:n.columnId}
9412
+ this.$emit(e,i)}columnsChanged(){this.updateCellIndentLevels(),this.updateCellStates(),this.observeColumns()}dataRecordChanged(){this.updateCellStates()}nestingLevelChanged(){this.updateCellIndentLevels()}updateCellIndentLevels(){this.cellIndentLevels=this.columns.map(((e,t)=>0===t&&this.nestingLevel>0?this.nestingLevel-1:0))}removeColumnObservers(){this.columnNotifiers.forEach((e=>{e.unsubscribe(this)})),this.columnNotifiers=[]}observeColumns(){this.removeColumnObservers(),this.columnNotifiers=this.columns.map((e=>{const t=g.getNotifier(e.columnInternals)
9413
+ return t.subscribe(this),t}))}updateCellStates(){this.cellStates=this.columns.map((e=>{const t=e.columnInternals.dataRecordFieldNames
9414
+ let n
9415
+ if(this.hasValidFieldNames(t)&&this.dataRecord){const i=t.map((e=>this.dataRecord[e]))
9416
+ n={cellRecord:Object.fromEntries(e.columnInternals.cellRecordFieldNames.map(((e,t)=>[e,i[t]]))),columnConfig:e.columnInternals.columnConfig}}return n}))}hasValidFieldNames(e){return e.every((e=>void 0!==e))}selectedChanged(){this.setSelectionCheckboxState()}selectionCheckboxChanged(){this.setSelectionCheckboxState()}setSelectionCheckboxState(){this.selectionCheckbox&&(this.ignoreSelectionChangeEvents=!0,this.selectionCheckbox.checked=this.selected,this.ignoreSelectionChangeEvents=!1)}}e([se({attribute:"record-id"})],fF.prototype,"recordId",void 0),e([se({mode:"boolean"})],fF.prototype,"selectable",void 0),e([se({mode:"boolean"})],fF.prototype,"selected",void 0),e([se({attribute:"hide-selection",mode:"boolean"})],fF.prototype,"hideSelection",void 0),e([m],fF.prototype,"dataRecord",void 0),e([m],fF.prototype,"columns",void 0),e([m],fF.prototype,"currentActionMenuColumn",void 0),e([m],fF.prototype,"nestingLevel",void 0),e([se({attribute:"menu-open",mode:"boolean"})],fF.prototype,"menuOpen",void 0),e([m],fF.prototype,"cellIndentLevels",void 0),e([m],fF.prototype,"cellStates",void 0),e([m],fF.prototype,"selectionCheckbox",void 0),e([v],fF.prototype,"ariaSelected",null)
9417
+ const gF=fF.compose({baseName:"table-row",template:pF,styles:aF})
9418
+ mi.getOrCreate().withPrefix("nimble").register(gF())
9419
+ const mF=mi.tagFor(fF),vF=ye`
9420
+ ${Io("grid")}
9423
9421
 
9424
9422
  :host {
9425
9423
  align-items: center;
@@ -9523,7 +9521,7 @@ const gF=mi.tagFor(pF),mF=ye`
9523
9521
  :host(:hover)::before {
9524
9522
  background-color: ${br(tr,.1)};
9525
9523
  }
9526
- `)),vF=W`
9524
+ `)),bF=W`
9527
9525
  <template
9528
9526
  role="row"
9529
9527
  @click=${e=>e.onGroupExpandToggle()}
@@ -9559,14 +9557,14 @@ const gF=mi.tagFor(pF),mF=ye`
9559
9557
  </div>
9560
9558
  </template>
9561
9559
  `
9562
- class bF extends Nt{constructor(){super(...arguments),this.nestingLevel=0,this.expanded=!1,this.selectable=!1,this.selectionState=BD,this.animationClass="",this.ignoreSelectionChangeEvents=!1,this.removeAnimatingClass=()=>{this.animationClass="",this.expandIcon.removeEventListener("transitionend",this.removeAnimatingClass)}}onGroupExpandToggle(){this.$emit("group-expand-toggle"),this.animationClass="animating",this.expandIcon.addEventListener("transitionend",this.removeAnimatingClass)}onSelectionChange(e){if(this.ignoreSelectionChangeEvents)return
9560
+ class yF extends Nt{constructor(){super(...arguments),this.nestingLevel=0,this.expanded=!1,this.selectable=!1,this.selectionState=BD,this.animationClass="",this.ignoreSelectionChangeEvents=!1,this.removeAnimatingClass=()=>{this.animationClass="",this.expandIcon.removeEventListener("transitionend",this.removeAnimatingClass)}}onGroupExpandToggle(){this.$emit("group-expand-toggle"),this.animationClass="animating",this.expandIcon.addEventListener("transitionend",this.removeAnimatingClass)}onSelectionChange(e){if(this.ignoreSelectionChangeEvents)return
9563
9561
  const t=e.target.checked
9564
9562
  this.selectionState=t?qD:BD
9565
9563
  const n={oldState:!t,newState:t}
9566
- this.$emit("group-selection-toggle",n)}selectionStateChanged(){this.setSelectionCheckboxState()}selectionCheckboxChanged(){this.setSelectionCheckboxState()}setSelectionCheckboxState(){this.selectionCheckbox&&(this.ignoreSelectionChangeEvents=!0,this.selectionCheckbox.checked=this.selectionState===qD,this.selectionCheckbox.indeterminate=this.selectionState===ZD,this.ignoreSelectionChangeEvents=!1)}}e([m],bF.prototype,"groupRowValue",void 0),e([m],bF.prototype,"nestingLevel",void 0),e([m],bF.prototype,"leafItemCount",void 0),e([m],bF.prototype,"groupColumn",void 0),e([se({mode:"boolean"})],bF.prototype,"expanded",void 0),e([se({mode:"boolean"})],bF.prototype,"selectable",void 0),e([se({attribute:"selection-state"})],bF.prototype,"selectionState",void 0),e([m],bF.prototype,"selectionCheckbox",void 0),e([m],bF.prototype,"animationClass",void 0)
9567
- const yF=bF.compose({baseName:"table-group-row",template:vF,styles:mF})
9568
- mi.getOrCreate().withPrefix("nimble").register(yF())
9569
- const wF=mi.tagFor(bF),xF=W`
9564
+ this.$emit("group-selection-toggle",n)}selectionStateChanged(){this.setSelectionCheckboxState()}selectionCheckboxChanged(){this.setSelectionCheckboxState()}setSelectionCheckboxState(){this.selectionCheckbox&&(this.ignoreSelectionChangeEvents=!0,this.selectionCheckbox.checked=this.selectionState===qD,this.selectionCheckbox.indeterminate=this.selectionState===ZD,this.ignoreSelectionChangeEvents=!1)}}e([m],yF.prototype,"groupRowValue",void 0),e([m],yF.prototype,"nestingLevel",void 0),e([m],yF.prototype,"leafItemCount",void 0),e([m],yF.prototype,"groupColumn",void 0),e([se({mode:"boolean"})],yF.prototype,"expanded",void 0),e([se({mode:"boolean"})],yF.prototype,"selectable",void 0),e([se({attribute:"selection-state"})],yF.prototype,"selectionState",void 0),e([m],yF.prototype,"selectionCheckbox",void 0),e([m],yF.prototype,"animationClass",void 0)
9565
+ const wF=yF.compose({baseName:"table-group-row",template:bF,styles:vF})
9566
+ mi.getOrCreate().withPrefix("nimble").register(wF())
9567
+ const xF=mi.tagFor(yF),kF=W`
9570
9568
  <template
9571
9569
  role="grid"
9572
9570
  aria-multiselectable="${e=>e.ariaMultiSelectable}"
@@ -9602,11 +9600,11 @@ const wF=mi.tagFor(bF),xF=W`
9602
9600
  class="collapse-all-button ${e=>""+(e.showCollapseAll?"visible":"")}"
9603
9601
  content-hidden
9604
9602
  appearance="${kd}"
9605
- title="${e=>Eb.getValueFor(e)}"
9603
+ title="${e=>Ib.getValueFor(e)}"
9606
9604
  @click="${e=>e.handleCollapseAllGroupRows()}"
9607
9605
  >
9608
9606
  <${eb} slot="start"></${eb}>
9609
- ${e=>Eb.getValueFor(e)}
9607
+ ${e=>Ib.getValueFor(e)}
9610
9608
  </${nh}>
9611
9609
  </span>
9612
9610
  </span>
@@ -9618,7 +9616,7 @@ const wF=mi.tagFor(bF),xF=W`
9618
9616
  @mousedown="${(e,t)=>t.parent.onLeftDividerMouseDown(t.event,t.index)}">
9619
9617
  </div>
9620
9618
  `)}
9621
- <${rF}
9619
+ <${sF}
9622
9620
  class="header"
9623
9621
  sort-direction="${e=>"number"==typeof e.columnInternals.currentSortIndex?e.columnInternals.currentSortDirection:VD.none}"
9624
9622
  ?first-sorted-column="${(e,t)=>e===t.parent.firstSortedColumn}"
@@ -9626,7 +9624,7 @@ const wF=mi.tagFor(bF),xF=W`
9626
9624
  :isGrouped=${e=>"number"==typeof e.columnInternals.groupIndex&&!e.columnInternals.groupingDisabled}
9627
9625
  >
9628
9626
  <slot name="${e=>e.slot}"></slot>
9629
- </${rF}>
9627
+ </${sF}>
9630
9628
  ${Pe(((e,t)=>t.index<t.length-1),W`
9631
9629
  <div class="column-divider right ${(e,t)=>""+(t.parent.layoutManager.activeColumnIndex===t.index?"active":"")}"
9632
9630
  @mousedown="${(e,t)=>t.parent.onRightDividerMouseDown(t.event,t.index)}">
@@ -9640,12 +9638,12 @@ const wF=mi.tagFor(bF),xF=W`
9640
9638
  </div>
9641
9639
  <div class="table-viewport" ${De("viewport")}>
9642
9640
  <div class="table-scroll"></div>
9643
- <div class="table-row-container" ${Je({property:"rowElements",filter:je(gF)})}
9641
+ <div class="table-row-container" ${Je({property:"rowElements",filter:je(mF)})}
9644
9642
  role="rowgroup">
9645
9643
  ${Pe((e=>e.columns.length>0&&e.canRenderRows),W`
9646
9644
  ${Ze((e=>e.virtualizer.visibleItems),W`
9647
9645
  ${Pe(((e,t)=>t.parent.tableData[e.index]?.isGrouped),W`
9648
- <${wF}
9646
+ <${xF}
9649
9647
  class="group-row"
9650
9648
  :groupRowValue="${(e,t)=>t.parent.tableData[e.index]?.groupRowValue}"
9651
9649
  ?expanded="${(e,t)=>t.parent.tableData[e.index]?.isExpanded}"
@@ -9657,10 +9655,10 @@ const wF=mi.tagFor(bF),xF=W`
9657
9655
  @group-selection-toggle="${(e,t)=>t.parent.onRowSelectionToggle(e.index,t.event)}"
9658
9656
  @group-expand-toggle="${(e,t)=>t.parent.handleGroupRowExpanded(e.index,t.event)}"
9659
9657
  >
9660
- </${wF}>
9658
+ </${xF}>
9661
9659
  `)}
9662
9660
  ${Pe(((e,t)=>!t.parent.tableData[e.index]?.isGrouped),W`
9663
- <${gF}
9661
+ <${mF}
9664
9662
  class="row"
9665
9663
  record-id="${(e,t)=>t.parent.tableData[e.index]?.id}"
9666
9664
  ?selectable="${(e,t)=>t.parent.selectionMode!==HD.none}"
@@ -9682,7 +9680,7 @@ const wF=mi.tagFor(bF),xF=W`
9682
9680
  </slot>
9683
9681
  `)}
9684
9682
  `)}
9685
- </${gF}>
9683
+ </${mF}>
9686
9684
  `)}
9687
9685
  `)}
9688
9686
  `)}
@@ -9702,8 +9700,8 @@ const wF=mi.tagFor(bF),xF=W`
9702
9700
  *
9703
9701
  * @license MIT
9704
9702
  */
9705
- function kF(){return kF=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]
9706
- for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},kF.apply(this,arguments)}
9703
+ function CF(){return CF=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]
9704
+ for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},CF.apply(this,arguments)}
9707
9705
  /**
9708
9706
  * virtual-core
9709
9707
  *
@@ -9713,55 +9711,55 @@ for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},
9713
9711
  * LICENSE.md file in the root directory of this source tree.
9714
9712
  *
9715
9713
  * @license MIT
9716
- */function CF(e,t,n){var i,o,r=null!=(i=n.initialDeps)?i:[]
9714
+ */function SF(e,t,n){var i,o,r=null!=(i=n.initialDeps)?i:[]
9717
9715
  return function(){var i
9718
9716
  n.key&&null!=n.debug&&n.debug()&&(i=Date.now())
9719
9717
  var s,a=e()
9720
9718
  if(!(a.length!==r.length||a.some((function(e,t){return r[t]!==e}))))return o
9721
9719
  if(r=a,n.key&&null!=n.debug&&n.debug()&&(s=Date.now()),o=t.apply(void 0,a),n.key&&null!=n.debug&&n.debug()){var l=Math.round(100*(Date.now()-i))/100,c=Math.round(100*(Date.now()-s))/100,d=c/16,h=function(e,t){for(e=String(e);e.length<t;)e=" "+e
9722
9720
  return e}
9723
- console.info("%c⏱ "+h(c,5)+" /"+h(l,5)+" ms","\n font-size: .6rem;\n font-weight: bold;\n color: hsl("+Math.max(0,Math.min(120-120*d,120))+"deg 100% 31%);",null==n?void 0:n.key)}return null==n||null==n.onChange||n.onChange(o),o}}function SF(e,t){if(void 0===e)throw new Error("Unexpected undefined"+(t?": "+t:""))
9724
- return e}var $F=function(e){return e},MF=function(e){for(var t=Math.max(e.startIndex-e.overscan,0),n=Math.min(e.endIndex+e.overscan,e.count-1),i=[],o=t;o<=n;o++)i.push(o)
9725
- return i},_F=function(e,t){var n=e.scrollElement
9721
+ console.info("%c⏱ "+h(c,5)+" /"+h(l,5)+" ms","\n font-size: .6rem;\n font-weight: bold;\n color: hsl("+Math.max(0,Math.min(120-120*d,120))+"deg 100% 31%);",null==n?void 0:n.key)}return null==n||null==n.onChange||n.onChange(o),o}}function $F(e,t){if(void 0===e)throw new Error("Unexpected undefined"+(t?": "+t:""))
9722
+ return e}var MF=function(e){return e},_F=function(e){for(var t=Math.max(e.startIndex-e.overscan,0),n=Math.min(e.endIndex+e.overscan,e.count-1),i=[],o=t;o<=n;o++)i.push(o)
9723
+ return i},AF=function(e,t){var n=e.scrollElement
9726
9724
  if(n){var i=function(e){var n=e.width,i=e.height
9727
9725
  t({width:Math.round(n),height:Math.round(i)})}
9728
9726
  i(n.getBoundingClientRect())
9729
9727
  var o=new ResizeObserver((function(e){var t=e[0]
9730
9728
  if(null!=t&&t.borderBoxSize){var o=t.borderBoxSize[0]
9731
9729
  if(o)return void i({width:o.inlineSize,height:o.blockSize})}i(n.getBoundingClientRect())}))
9732
- return o.observe(n,{box:"border-box"}),function(){o.unobserve(n)}}},AF=function(e,t){var n=e.scrollElement
9730
+ return o.observe(n,{box:"border-box"}),function(){o.unobserve(n)}}},IF=function(e,t){var n=e.scrollElement
9733
9731
  if(n){var i=function(){t(n[e.options.horizontal?"scrollLeft":"scrollTop"])}
9734
9732
  return i(),n.addEventListener("scroll",i,{passive:!0}),function(){n.removeEventListener("scroll",i)}}},EF=function(e,t,n){if(null!=t&&t.borderBoxSize){var i=t.borderBoxSize[0]
9735
- if(i)return Math.round(i[n.options.horizontal?"inlineSize":"blockSize"])}return Math.round(e.getBoundingClientRect()[n.options.horizontal?"width":"height"])},IF=function(e,t,n){var i,o,r=t.adjustments,s=void 0===r?0:r,a=t.behavior,l=e+s
9736
- null==(i=n.scrollElement)||null==i.scrollTo||i.scrollTo(((o={})[n.options.horizontal?"left":"top"]=l,o.behavior=a,o))},OF=function(e){var t=this
9733
+ if(i)return Math.round(i[n.options.horizontal?"inlineSize":"blockSize"])}return Math.round(e.getBoundingClientRect()[n.options.horizontal?"width":"height"])},OF=function(e,t,n){var i,o,r=t.adjustments,s=void 0===r?0:r,a=t.behavior,l=e+s
9734
+ null==(i=n.scrollElement)||null==i.scrollTo||i.scrollTo(((o={})[n.options.horizontal?"left":"top"]=l,o.behavior=a,o))},TF=function(e){var t=this
9737
9735
  this.unsubs=[],this.scrollElement=null,this.isScrolling=!1,this.isScrollingTimeoutId=null,this.scrollToIndexTimeoutId=null,this.measurementsCache=[],this.itemSizeCache=new Map,this.pendingMeasuredCacheIndexes=[],this.scrollDirection=null,this.scrollAdjustments=0,this.measureElementCache=new Map,this.observer=function(){var e=null,n=function(){return e||("undefined"!=typeof ResizeObserver?e=new ResizeObserver((function(e){e.forEach((function(e){t._measureElement(e.target,e)}))})):null)}
9738
9736
  return{disconnect:function(){var e
9739
9737
  return null==(e=n())?void 0:e.disconnect()},observe:function(e){var t
9740
9738
  return null==(t=n())?void 0:t.observe(e,{box:"border-box"})},unobserve:function(e){var t
9741
9739
  return null==(t=n())?void 0:t.unobserve(e)}}}(),this.range={startIndex:0,endIndex:0},this.setOptions=function(e){Object.entries(e).forEach((function(t){var n=t[0]
9742
- void 0===t[1]&&delete e[n]})),t.options=kF({debug:!1,initialOffset:0,overscan:1,paddingStart:0,paddingEnd:0,scrollPaddingStart:0,scrollPaddingEnd:0,horizontal:!1,getItemKey:$F,rangeExtractor:MF,onChange:function(){},measureElement:EF,initialRect:{width:0,height:0},scrollMargin:0,scrollingDelay:150,indexAttribute:"data-index",initialMeasurementsCache:[],lanes:1},e)},this.notify=function(){null==t.options.onChange||t.options.onChange(t)},this.cleanup=function(){t.unsubs.filter(Boolean).forEach((function(e){return e()})),t.unsubs=[],t.scrollElement=null},this._didMount=function(){return t.measureElementCache.forEach(t.observer.observe),function(){t.observer.disconnect(),t.cleanup()}},this._willUpdate=function(){var e=t.options.getScrollElement()
9740
+ void 0===t[1]&&delete e[n]})),t.options=CF({debug:!1,initialOffset:0,overscan:1,paddingStart:0,paddingEnd:0,scrollPaddingStart:0,scrollPaddingEnd:0,horizontal:!1,getItemKey:MF,rangeExtractor:_F,onChange:function(){},measureElement:EF,initialRect:{width:0,height:0},scrollMargin:0,scrollingDelay:150,indexAttribute:"data-index",initialMeasurementsCache:[],lanes:1},e)},this.notify=function(){null==t.options.onChange||t.options.onChange(t)},this.cleanup=function(){t.unsubs.filter(Boolean).forEach((function(e){return e()})),t.unsubs=[],t.scrollElement=null},this._didMount=function(){return t.measureElementCache.forEach(t.observer.observe),function(){t.observer.disconnect(),t.cleanup()}},this._willUpdate=function(){var e=t.options.getScrollElement()
9743
9741
  t.scrollElement!==e&&(t.cleanup(),t.scrollElement=e,t._scrollToOffset(t.scrollOffset,{adjustments:void 0,behavior:void 0}),t.unsubs.push(t.options.observeElementRect(t,(function(e){var n=t.scrollRect
9744
- t.scrollRect=e,(t.options.horizontal?e.width!==n.width:e.height!==n.height)&&t.maybeNotify()}))),t.unsubs.push(t.options.observeElementOffset(t,(function(e){t.scrollAdjustments=0,t.scrollOffset!==e&&(null!==t.isScrollingTimeoutId&&(clearTimeout(t.isScrollingTimeoutId),t.isScrollingTimeoutId=null),t.isScrolling=!0,t.scrollDirection=t.scrollOffset<e?"forward":"backward",t.scrollOffset=e,t.maybeNotify(),t.isScrollingTimeoutId=setTimeout((function(){t.isScrollingTimeoutId=null,t.isScrolling=!1,t.scrollDirection=null,t.maybeNotify()}),t.options.scrollingDelay))}))))},this.getSize=function(){return t.scrollRect[t.options.horizontal?"width":"height"]},this.memoOptions=CF((function(){return[t.options.count,t.options.paddingStart,t.options.scrollMargin,t.options.getItemKey]}),(function(e,n,i,o){return t.pendingMeasuredCacheIndexes=[],{count:e,paddingStart:n,scrollMargin:i,getItemKey:o}}),{key:!1}),this.getFurthestMeasurement=function(e,n){for(var i=new Map,o=new Map,r=n-1;r>=0;r--){var s=e[r]
9742
+ t.scrollRect=e,(t.options.horizontal?e.width!==n.width:e.height!==n.height)&&t.maybeNotify()}))),t.unsubs.push(t.options.observeElementOffset(t,(function(e){t.scrollAdjustments=0,t.scrollOffset!==e&&(null!==t.isScrollingTimeoutId&&(clearTimeout(t.isScrollingTimeoutId),t.isScrollingTimeoutId=null),t.isScrolling=!0,t.scrollDirection=t.scrollOffset<e?"forward":"backward",t.scrollOffset=e,t.maybeNotify(),t.isScrollingTimeoutId=setTimeout((function(){t.isScrollingTimeoutId=null,t.isScrolling=!1,t.scrollDirection=null,t.maybeNotify()}),t.options.scrollingDelay))}))))},this.getSize=function(){return t.scrollRect[t.options.horizontal?"width":"height"]},this.memoOptions=SF((function(){return[t.options.count,t.options.paddingStart,t.options.scrollMargin,t.options.getItemKey]}),(function(e,n,i,o){return t.pendingMeasuredCacheIndexes=[],{count:e,paddingStart:n,scrollMargin:i,getItemKey:o}}),{key:!1}),this.getFurthestMeasurement=function(e,n){for(var i=new Map,o=new Map,r=n-1;r>=0;r--){var s=e[r]
9745
9743
  if(!i.has(s.lane)){var a=o.get(s.lane)
9746
- if(null==a||s.end>a.end?o.set(s.lane,s):s.end<a.end&&i.set(s.lane,!0),i.size===t.options.lanes)break}}return o.size===t.options.lanes?Array.from(o.values()).sort((function(e,t){return e.end-t.end}))[0]:void 0},this.getMeasurements=CF((function(){return[t.memoOptions(),t.itemSizeCache]}),(function(e,n){var i=e.count,o=e.paddingStart,r=e.scrollMargin,s=e.getItemKey,a=t.pendingMeasuredCacheIndexes.length>0?Math.min.apply(Math,t.pendingMeasuredCacheIndexes):0
9744
+ if(null==a||s.end>a.end?o.set(s.lane,s):s.end<a.end&&i.set(s.lane,!0),i.size===t.options.lanes)break}}return o.size===t.options.lanes?Array.from(o.values()).sort((function(e,t){return e.end-t.end}))[0]:void 0},this.getMeasurements=SF((function(){return[t.memoOptions(),t.itemSizeCache]}),(function(e,n){var i=e.count,o=e.paddingStart,r=e.scrollMargin,s=e.getItemKey,a=t.pendingMeasuredCacheIndexes.length>0?Math.min.apply(Math,t.pendingMeasuredCacheIndexes):0
9747
9745
  t.pendingMeasuredCacheIndexes=[]
9748
9746
  for(var l=t.measurementsCache.slice(0,a),c=a;c<i;c++){var d=s(c),h=1===t.options.lanes?l[c-1]:t.getFurthestMeasurement(l,c),u=h?h.end:o+r,p=n.get(d),f="number"==typeof p?p:t.options.estimateSize(c),g=u+f,m=h?h.lane:c%t.options.lanes
9749
- l[c]={index:c,start:u,size:f,end:g,key:d,lane:m}}return t.measurementsCache=l,l}),{key:!1,debug:function(){return t.options.debug}}),this.calculateRange=CF((function(){return[t.getMeasurements(),t.getSize(),t.scrollOffset]}),(function(e,n,i){return t.range=function(e){var t=e.measurements,n=e.outerSize,i=e.scrollOffset,o=t.length-1,r=function(e){return t[e].start},s=TF(0,o,r,i),a=s
9747
+ l[c]={index:c,start:u,size:f,end:g,key:d,lane:m}}return t.measurementsCache=l,l}),{key:!1,debug:function(){return t.options.debug}}),this.calculateRange=SF((function(){return[t.getMeasurements(),t.getSize(),t.scrollOffset]}),(function(e,n,i){return t.range=function(e){var t=e.measurements,n=e.outerSize,i=e.scrollOffset,o=t.length-1,r=function(e){return t[e].start},s=RF(0,o,r,i),a=s
9750
9748
  for(;a<o&&t[a].end<i+n;)a++
9751
- return{startIndex:s,endIndex:a}}({measurements:e,outerSize:n,scrollOffset:i})}),{key:!1,debug:function(){return t.options.debug}}),this.maybeNotify=CF((function(){var e=t.calculateRange()
9752
- return[e.startIndex,e.endIndex,t.isScrolling]}),(function(){t.notify()}),{key:!1,debug:function(){return t.options.debug},initialDeps:[this.range.startIndex,this.range.endIndex,this.isScrolling]}),this.getIndexes=CF((function(){return[t.options.rangeExtractor,t.calculateRange(),t.options.overscan,t.options.count]}),(function(e,t,n,i){return e(kF({},t,{overscan:n,count:i}))}),{key:!1,debug:function(){return t.options.debug}}),this.indexFromElement=function(e){var n=t.options.indexAttribute,i=e.getAttribute(n)
9749
+ return{startIndex:s,endIndex:a}}({measurements:e,outerSize:n,scrollOffset:i})}),{key:!1,debug:function(){return t.options.debug}}),this.maybeNotify=SF((function(){var e=t.calculateRange()
9750
+ return[e.startIndex,e.endIndex,t.isScrolling]}),(function(){t.notify()}),{key:!1,debug:function(){return t.options.debug},initialDeps:[this.range.startIndex,this.range.endIndex,this.isScrolling]}),this.getIndexes=SF((function(){return[t.options.rangeExtractor,t.calculateRange(),t.options.overscan,t.options.count]}),(function(e,t,n,i){return e(CF({},t,{overscan:n,count:i}))}),{key:!1,debug:function(){return t.options.debug}}),this.indexFromElement=function(e){var n=t.options.indexAttribute,i=e.getAttribute(n)
9753
9751
  return i?parseInt(i,10):(console.warn("Missing attribute name '"+n+"={index}' on measured element."),-1)},this._measureElement=function(e,n){var i,o=t.indexFromElement(e),r=t.measurementsCache[o]
9754
9752
  if(r){var s=t.measureElementCache.get(r.key)
9755
9753
  if(!e.isConnected)return t.observer.unobserve(e),void(e===s&&t.measureElementCache.delete(r.key))
9756
9754
  s!==e&&(s&&t.observer.unobserve(s),t.observer.observe(e),t.measureElementCache.set(r.key,e))
9757
9755
  var a=t.options.measureElement(e,n,t),l=a-(null!=(i=t.itemSizeCache.get(r.key))?i:r.size)
9758
- 0!==l&&(r.start<t.scrollOffset&&t._scrollToOffset(t.scrollOffset,{adjustments:t.scrollAdjustments+=l,behavior:void 0}),t.pendingMeasuredCacheIndexes.push(o),t.itemSizeCache=new Map(t.itemSizeCache.set(r.key,a)),t.notify())}},this.measureElement=function(e){e&&t._measureElement(e,void 0)},this.getVirtualItems=CF((function(){return[t.getIndexes(),t.getMeasurements()]}),(function(e,t){for(var n=[],i=0,o=e.length;i<o;i++){var r=t[e[i]]
9756
+ 0!==l&&(r.start<t.scrollOffset&&t._scrollToOffset(t.scrollOffset,{adjustments:t.scrollAdjustments+=l,behavior:void 0}),t.pendingMeasuredCacheIndexes.push(o),t.itemSizeCache=new Map(t.itemSizeCache.set(r.key,a)),t.notify())}},this.measureElement=function(e){e&&t._measureElement(e,void 0)},this.getVirtualItems=SF((function(){return[t.getIndexes(),t.getMeasurements()]}),(function(e,t){for(var n=[],i=0,o=e.length;i<o;i++){var r=t[e[i]]
9759
9757
  n.push(r)}return n}),{key:!1,debug:function(){return t.options.debug}}),this.getVirtualItemForOffset=function(e){var n=t.getMeasurements()
9760
- return SF(n[TF(0,n.length-1,(function(e){return SF(n[e]).start}),e)])},this.getOffsetForAlignment=function(e,n){var i=t.getSize()
9758
+ return $F(n[RF(0,n.length-1,(function(e){return $F(n[e]).start}),e)])},this.getOffsetForAlignment=function(e,n){var i=t.getSize()
9761
9759
  "auto"===n&&(n=e<=t.scrollOffset?"start":e>=t.scrollOffset+i?"end":"start"),"start"===n||("end"===n?e-=i:"center"===n&&(e-=i/2))
9762
9760
  var o=t.options.horizontal?"scrollWidth":"scrollHeight",r=(t.scrollElement?"document"in t.scrollElement?t.scrollElement.document.documentElement[o]:t.scrollElement[o]:0)-t.getSize()
9763
9761
  return Math.max(Math.min(r,e),0)},this.getOffsetForIndex=function(e,n){void 0===n&&(n="auto"),e=Math.max(0,Math.min(e,t.options.count-1))
9764
- var i=SF(t.getMeasurements()[e])
9762
+ var i=$F(t.getMeasurements()[e])
9765
9763
  if("auto"===n)if(i.end>=t.scrollOffset+t.getSize()-t.options.scrollPaddingEnd)n="end"
9766
9764
  else{if(!(i.start<=t.scrollOffset+t.options.scrollPaddingStart))return[t.scrollOffset,n]
9767
9765
  n="start"}var o="end"===n?i.end+t.options.scrollPaddingEnd:i.start-t.options.scrollPaddingStart
@@ -9774,7 +9772,7 @@ if(t.scrollToIndexTimeoutId=null,t.measureElementCache.has(t.options.getItemKey(
9774
9772
  n=o,i=t.scrollOffset,Math.abs(n-i)<1||t.scrollToIndex(e,{align:c,behavior:s})}else t.scrollToIndex(e,{align:c,behavior:s})})))},this.scrollBy=function(e,n){var i=(void 0===n?{}:n).behavior
9775
9773
  t.cancelScrollToIndex(),"smooth"===i&&t.isDynamicMode()&&console.warn("The `smooth` scroll behavior is not fully supported with dynamic size."),t._scrollToOffset(t.scrollOffset+e,{adjustments:void 0,behavior:i})},this.getTotalSize=function(){var e
9776
9774
  return((null==(e=t.getMeasurements()[t.options.count-1])?void 0:e.end)||t.options.paddingStart)-t.options.scrollMargin+t.options.paddingEnd},this._scrollToOffset=function(e,n){var i=n.adjustments,o=n.behavior
9777
- t.options.scrollToFn(e,{behavior:o,adjustments:i},t)},this.measure=function(){t.itemSizeCache=new Map,t.notify()},this.setOptions(e),this.scrollRect=this.options.initialRect,this.scrollOffset=this.options.initialOffset,this.measurementsCache=this.options.initialMeasurementsCache,this.measurementsCache.forEach((function(e){t.itemSizeCache.set(e.key,e.size)})),this.maybeNotify()},TF=function(e,t,n,i){for(;e<=t;){var o=(e+t)/2|0,r=n(o)
9775
+ t.options.scrollToFn(e,{behavior:o,adjustments:i},t)},this.measure=function(){t.itemSizeCache=new Map,t.notify()},this.setOptions(e),this.scrollRect=this.options.initialRect,this.scrollOffset=this.options.initialOffset,this.measurementsCache=this.options.initialMeasurementsCache,this.measurementsCache.forEach((function(e){t.itemSizeCache.set(e.key,e.size)})),this.maybeNotify()},RF=function(e,t,n,i){for(;e<=t;){var o=(e+t)/2|0,r=n(o)
9778
9776
  if(r<i)e=o+1
9779
9777
  else{if(!(r>i))return o
9780
9778
  t=o-1}}return e>0?e-1:0}
@@ -9788,22 +9786,22 @@ t=o-1}}return e>0?e-1:0}
9788
9786
  * LICENSE.md file in the root directory of this source tree.
9789
9787
  *
9790
9788
  * @license MIT
9791
- */class RF{constructor(e,t){this.visibleItems=[],this.scrollHeight=0,this.headerContainerMarginRight=0,this.rowContainerYOffset=0,this.table=e,this.tanStackTable=t,this.viewportResizeObserver=new ResizeObserver((e=>{const t=e[0]?.borderBoxSize[0]
9789
+ */class DF{constructor(e,t){this.visibleItems=[],this.scrollHeight=0,this.headerContainerMarginRight=0,this.rowContainerYOffset=0,this.table=e,this.tanStackTable=t,this.viewportResizeObserver=new ResizeObserver((e=>{const t=e[0]?.borderBoxSize[0]
9792
9790
  if(t){const e=t.inlineSize
9793
9791
  this.headerContainerMarginRight=e-this.table.viewport.clientWidth}}))}connectedCallback(){this.viewportResizeObserver.observe(this.table.viewport),this.updateVirtualizer()}disconnectedCallback(){this.viewportResizeObserver.disconnect()}dataChanged(){this.table.$fastController.isConnected&&this.updateVirtualizer()}updateVirtualizer(){const e=this.createVirtualizerOptions()
9794
- this.virtualizer?this.virtualizer.setOptions(e):this.virtualizer=new OF(e),this.virtualizer._willUpdate(),this.handleVirtualizerChange()}createVirtualizerOptions(){const e=parseFloat(La.getValueFor(this.table))+2*parseFloat(Ha.getValueFor(this.table))
9795
- return{count:this.tanStackTable.getRowModel().rows.length,getScrollElement:()=>this.table.viewport,estimateSize:t=>e,enableSmoothScroll:!0,overscan:3,scrollingDelay:5,scrollToFn:IF,observeElementOffset:AF,observeElementRect:_F,onChange:()=>this.handleVirtualizerChange()}}handleVirtualizerChange(){this.notifyFocusedCellRecycling()
9792
+ this.virtualizer?this.virtualizer.setOptions(e):this.virtualizer=new TF(e),this.virtualizer._willUpdate(),this.handleVirtualizerChange()}createVirtualizerOptions(){const e=parseFloat(La.getValueFor(this.table))+2*parseFloat(Ha.getValueFor(this.table))
9793
+ return{count:this.tanStackTable.getRowModel().rows.length,getScrollElement:()=>this.table.viewport,estimateSize:t=>e,enableSmoothScroll:!0,overscan:3,scrollingDelay:5,scrollToFn:OF,observeElementOffset:IF,observeElementRect:AF,onChange:()=>this.handleVirtualizerChange()}}handleVirtualizerChange(){this.notifyFocusedCellRecycling()
9796
9794
  const e=this.virtualizer
9797
9795
  this.visibleItems=e.getVirtualItems(),this.scrollHeight=e.getTotalSize()
9798
9796
  let t=0
9799
9797
  if(this.visibleItems.length>0){t=this.visibleItems[0].start}this.rowContainerYOffset=t}notifyFocusedCellRecycling(){let e=this.table.shadowRoot.activeElement
9800
9798
  for(;null!==e&&!(e instanceof KD)&&e.shadowRoot;)e=e.shadowRoot.activeElement
9801
9799
  if(e instanceof KD&&e.focusedRecycleCallback(),void 0!==this.table.openActionMenuRecordId){const e=this.table.rowElements.find((e=>e.recordId===this.table.openActionMenuRecordId))
9802
- e?.closeOpenActionMenus()}}}function DF(e){switch(e){case jD:return RD.basic
9803
- case UD:return FF
9804
- default:return RD.basic}}function FF(e,t,n){const i=e.getValue(n),o=t.getValue(n)
9805
- return"string"==typeof i&&"string"==typeof o?i.localeCompare(o):i===o?0:void 0===i||null===i&&void 0!==o?-1:1}e([m],RF.prototype,"visibleItems",void 0),e([m],RF.prototype,"scrollHeight",void 0),e([m],RF.prototype,"headerContainerMarginRight",void 0),e([m],RF.prototype,"rowContainerYOffset",void 0)
9806
- class LF{constructor(e){this.table=e,this.isColumnBeingSized=!1,this.visibleColumns=[],this.currentTotalDelta=0,this.dragStart=0,this.initialColumnWidths=[],this.onDividerMouseMove=e=>{const t=e
9800
+ e?.closeOpenActionMenus()}}}function FF(e){switch(e){case jD:return RD.basic
9801
+ case UD:return LF
9802
+ default:return RD.basic}}function LF(e,t,n){const i=e.getValue(n),o=t.getValue(n)
9803
+ return"string"==typeof i&&"string"==typeof o?i.localeCompare(o):i===o?0:void 0===i||null===i&&void 0!==o?-1:1}e([m],DF.prototype,"visibleItems",void 0),e([m],DF.prototype,"scrollHeight",void 0),e([m],DF.prototype,"headerContainerMarginRight",void 0),e([m],DF.prototype,"rowContainerYOffset",void 0)
9804
+ class NF{constructor(e){this.table=e,this.isColumnBeingSized=!1,this.visibleColumns=[],this.currentTotalDelta=0,this.dragStart=0,this.initialColumnWidths=[],this.onDividerMouseMove=e=>{const t=e
9807
9805
  for(let e=0;e<this.visibleColumns.length;e++)this.visibleColumns[e].columnInternals.currentPixelWidth=this.initialColumnWidths[e]?.initialPixelWidth
9808
9806
  this.currentTotalDelta=this.getAllowedSizeDelta(t.clientX-this.dragStart),this.performCascadeSizeLeft(this.leftColumnIndex,this.currentTotalDelta),this.performCascadeSizeRight(this.rightColumnIndex,this.currentTotalDelta)
9809
9807
  const n=this.getTotalColumnFixedWidth()-this.initialColumnTotalWidth
@@ -9826,11 +9824,10 @@ for(const e of this.visibleColumns)void 0===e.columnInternals.currentPixelWidth&
9826
9824
  for(const e of this.visibleColumns)this.initialColumnWidths.push({initalColumnFractionalWidth:e.columnInternals.currentFractionalWidth,initialPixelWidth:e.columnInternals.currentPixelWidth,minPixelWidth:e.columnInternals.minPixelWidth})}resetGridSizedColumns(){if(!this.gridSizedColumns)return
9827
9825
  let e=0
9828
9826
  for(let t=0;t<this.visibleColumns.length&&e<this.gridSizedColumns.length;t++){const n=this.visibleColumns[t]
9829
- n===this.gridSizedColumns[e]&&(e+=1,n.columnInternals.currentFractionalWidth=n.columnInternals.currentPixelWidth/this.initialColumnWidths[t].initialPixelWidth*this.initialColumnWidths[t].initalColumnFractionalWidth,n.columnInternals.currentPixelWidth=void 0)}}getVisibleColumns(){return this.table.columns.filter((e=>!e.columnHidden))}getLeftColumnIndexFromDivider(e){return Math.floor(e/2)}}e([m],LF.prototype,"isColumnBeingSized",void 0),e([m],LF.prototype,"activeColumnIndex",void 0)
9830
- class NF{constructor(e){this.trackedItems={},this.trackedItems=e.reduce(((e,t)=>({...e,[t]:!1})),this.trackedItems)}getTrackedItems(){return{...this.trackedItems}}isTracked(e){return this.trackedItems[e]}track(e){this.trackedItems[e]=!0}untrack(e){this.trackedItems[e]=!1}trackAll(){this.setAllKeys(!0)}untrackAll(){this.setAllKeys(!1)}allTracked(){return Object.values(this.trackedItems).every((e=>e))}anyTracked(){return Object.values(this.trackedItems).some((e=>e))}noneTracked(){return Object.values(this.trackedItems).every((e=>!e))}setAllKeys(e){this.trackedItems=Object.keys(this.trackedItems).reduce(((t,n)=>({...t,[n]:e})),this.trackedItems)}}class PF extends NF{}const zF=(e,...t)=>{for(const n of t)if(e===n)return!0
9831
- return!1},VF=(e,...t)=>{for(const n of t)if(e===n)return!0
9827
+ n===this.gridSizedColumns[e]&&(e+=1,n.columnInternals.currentFractionalWidth=n.columnInternals.currentPixelWidth/this.initialColumnWidths[t].initialPixelWidth*this.initialColumnWidths[t].initalColumnFractionalWidth,n.columnInternals.currentPixelWidth=void 0)}}getVisibleColumns(){return this.table.columns.filter((e=>!e.columnHidden))}getLeftColumnIndexFromDivider(e){return Math.floor(e/2)}}e([m],NF.prototype,"isColumnBeingSized",void 0),e([m],NF.prototype,"activeColumnIndex",void 0)
9828
+ class PF{constructor(e){this.trackedItems={},this.trackedItems=e.reduce(((e,t)=>({...e,[t]:!1})),this.trackedItems)}getTrackedItems(){return{...this.trackedItems}}isTracked(e){return this.trackedItems[e]}track(e){this.trackedItems[e]=!0}untrack(e){this.trackedItems[e]=!1}trackAll(){this.setAllKeys(!0)}untrackAll(){this.setAllKeys(!1)}allTracked(){return Object.values(this.trackedItems).every((e=>e))}anyTracked(){return Object.values(this.trackedItems).some((e=>e))}noneTracked(){return Object.values(this.trackedItems).every((e=>!e))}setAllKeys(e){this.trackedItems=Object.keys(this.trackedItems).reduce(((t,n)=>({...t,[n]:e})),this.trackedItems)}}class zF extends PF{}const VF=(e,...t)=>{for(const n of t)if(e===n)return!0
9832
9829
  return!1},HF=["rowIds","groupRows","columnIds","columnSort","columnWidths","columnDefinition","actionMenuSlots","selectionMode"]
9833
- class BF extends PF{constructor(e){super(HF),this.table=e,this.updateQueued=!1}get updateRowIds(){return this.isTracked("rowIds")}get updateGroupRows(){return this.isTracked("groupRows")}get updateColumnIds(){return this.isTracked("columnIds")}get updateColumnSort(){return this.isTracked("columnSort")}get updateColumnWidths(){return this.isTracked("columnWidths")}get updateColumnDefinition(){return this.isTracked("columnDefinition")}get updateActionMenuSlots(){return this.isTracked("actionMenuSlots")}get updateSelectionMode(){return this.isTracked("selectionMode")}get requiresTanStackUpdate(){return this.isTracked("rowIds")||this.isTracked("columnSort")||this.isTracked("columnDefinition")||this.isTracked("groupRows")||this.isTracked("selectionMode")}get requiresTanStackDataReset(){return this.isTracked("rowIds")||this.isTracked("columnDefinition")}trackAllStateChanged(){this.trackAll(),this.queueUpdate()}get hasPendingUpdates(){return this.updateQueued}trackColumnPropertyChanged(e){zF(e,"columnId")?this.track("columnIds"):VF(e,"operandDataRecordFieldName","sortOperation")?this.track("columnDefinition"):zF(e,"sortingDisabled")||VF(e,"currentSortDirection","currentSortIndex")?this.track("columnSort"):zF(e,"columnHidden")||VF(e,"currentFractionalWidth","currentPixelWidth","minPixelWidth")?this.track("columnWidths"):zF(e,"actionMenuSlot")?this.track("actionMenuSlots"):VF(e,"groupIndex","groupingDisabled")&&this.track("groupRows"),this.queueUpdate()}trackColumnInstancesChanged(){this.track("columnIds"),this.track("columnDefinition"),this.track("columnSort"),this.track("columnWidths"),this.track("actionMenuSlots"),this.track("groupRows"),this.queueUpdate()}trackIdFieldNameChanged(){this.track("rowIds"),this.queueUpdate()}trackSelectionModeChanged(){this.track("selectionMode"),this.queueUpdate()}queueUpdate(){this.table.$fastController.isConnected&&(this.updateQueued||(this.updateQueued=!0,u.queueUpdate((()=>{this.table.update(),this.untrackAll(),this.updateQueued=!1}))))}}class qF{constructor(e){this.tanStackTable=e}reset(){}toggleIsRowSelected(e,t){e.isGrouped&&e.selectionState===qD?this.deselectAllLeafRows(e.id):this.tanStackTable.getRow(e.id).toggleSelected(t)}selectSingleRow(e){if(e.isGrouped)throw new Error("function not intended to select grouped rows")
9830
+ class BF extends zF{constructor(e){super(HF),this.table=e,this.updateQueued=!1}get updateRowIds(){return this.isTracked("rowIds")}get updateGroupRows(){return this.isTracked("groupRows")}get updateColumnIds(){return this.isTracked("columnIds")}get updateColumnSort(){return this.isTracked("columnSort")}get updateColumnWidths(){return this.isTracked("columnWidths")}get updateColumnDefinition(){return this.isTracked("columnDefinition")}get updateActionMenuSlots(){return this.isTracked("actionMenuSlots")}get updateSelectionMode(){return this.isTracked("selectionMode")}get requiresTanStackUpdate(){return this.isTracked("rowIds")||this.isTracked("columnSort")||this.isTracked("columnDefinition")||this.isTracked("groupRows")||this.isTracked("selectionMode")}get requiresTanStackDataReset(){return this.isTracked("rowIds")||this.isTracked("columnDefinition")}trackAllStateChanged(){this.trackAll(),this.queueUpdate()}get hasPendingUpdates(){return this.updateQueued}trackColumnPropertyChanged(e){VF(e,"columnId")?this.track("columnIds"):YD(e,"operandDataRecordFieldName","sortOperation")?this.track("columnDefinition"):VF(e,"sortingDisabled")||YD(e,"currentSortDirection","currentSortIndex")?this.track("columnSort"):VF(e,"columnHidden")||YD(e,"currentFractionalWidth","currentPixelWidth","minPixelWidth")?this.track("columnWidths"):VF(e,"actionMenuSlot")?this.track("actionMenuSlots"):YD(e,"groupIndex","groupingDisabled")&&this.track("groupRows"),this.queueUpdate()}trackColumnInstancesChanged(){this.track("columnIds"),this.track("columnDefinition"),this.track("columnSort"),this.track("columnWidths"),this.track("actionMenuSlots"),this.track("groupRows"),this.queueUpdate()}trackIdFieldNameChanged(){this.track("rowIds"),this.queueUpdate()}trackSelectionModeChanged(){this.track("selectionMode"),this.queueUpdate()}queueUpdate(){this.table.$fastController.isConnected&&(this.updateQueued||(this.updateQueued=!0,u.queueUpdate((()=>{this.table.update(),this.untrackAll(),this.updateQueued=!1}))))}}class qF{constructor(e){this.tanStackTable=e}reset(){}toggleIsRowSelected(e,t){e.isGrouped&&e.selectionState===qD?this.deselectAllLeafRows(e.id):this.tanStackTable.getRow(e.id).toggleSelected(t)}selectSingleRow(e){if(e.isGrouped)throw new Error("function not intended to select grouped rows")
9834
9831
  const t=this.tanStackTable.getState().rowSelection,n=[]
9835
9832
  if(Object.entries(t).forEach((([e,t])=>{t&&n.push(e)})),1===n.length&&n[0]===e.id)return!1
9836
9833
  const i={}
@@ -9853,7 +9850,7 @@ n.getIsGrouped()||this.updateSelectionStateForRow(e,n.id,o)}const a=i[n]
9853
9850
  a.getIsGrouped()&&this.getAllLeafRowIds(a.id).forEach((t=>this.updateSelectionStateForRow(e,t,o)))}updateSelectionStateForRow(e,t,n){n?e[t]=!0:delete e[t]}getRowIndexForId(e,t){return e?t.findIndex((t=>t.id===e)):-1}}class UF extends qF{handleRowSelectionToggle(e,t,n){return this.toggleIsRowSelected(e,t),!0}handleRowClick(e,t,n){return this.selectSingleRow(e)}handleActionMenuOpening(e){return this.handleRowClick(e,!1,!1)}}class WF{constructor(e,t){this.tanStackTable=e,this.selectionManager=this.createSelectionManager(t)}handleRowSelectionToggle(e,t,n){return!!e&&this.selectionManager.handleRowSelectionToggle(e,t,n)}handleRowClick(e,t,n){return!!e&&this.selectionManager.handleRowClick(e,t,n)}handleActionMenuOpening(e){return!!e&&this.selectionManager.handleActionMenuOpening(e)}handleSelectionModeChanged(e){this.selectionManager=this.createSelectionManager(e)}handleSelectionReset(){this.selectionManager.reset()}createSelectionManager(e){switch(e){case HD.multiple:return new jF(this.tanStackTable)
9854
9851
  case HD.single:return new UF(this.tanStackTable)
9855
9852
  case HD.none:return new ZF(this.tanStackTable)
9856
- default:throw new Error("unknown selection mode found")}}}class GF extends Nt{constructor(){super(),this.selectionMode=HD.none,this.tableData=[],this.columns=[],this.childItems=[],this.rowElements=[],this.actionMenuSlots=[],this.canRenderRows=!0,this.scrollX=0,this.selectionState=BD,this.showCollapseAll=!1,this.visibleColumns=[],this.tableScrollableMinWidth=0,this.documentShiftKeyDown=!1,this.tableValidator=new QD,this.tableUpdateTracker=new BF(this),this.columnNotifiers=[],this.isInitialized=!1,this.collapsedRows=new Set,this.ignoreSelectionChangeEvents=!1,this.onViewPortScroll=e=>{this.scrollX=e.target.scrollLeft},this.onKeyDown=e=>{e.key===Js&&(this.documentShiftKeyDown=!0)},this.onKeyUp=e=>{e.key===Js&&(this.documentShiftKeyDown=!1)},this.getIsRowExpanded=e=>{if(!e.getIsGrouped())return!1
9853
+ default:throw new Error("unknown selection mode found")}}}class GF extends Nt{constructor(){super(),this.selectionMode=HD.none,this.tableData=[],this.columns=[],this.childItems=[],this.rowElements=[],this.actionMenuSlots=[],this.canRenderRows=!0,this.scrollX=0,this.selectionState=BD,this.showCollapseAll=!1,this.visibleColumns=[],this.tableScrollableMinWidth=0,this.documentShiftKeyDown=!1,this.tableValidator=new eF,this.tableUpdateTracker=new BF(this),this.columnNotifiers=[],this.isInitialized=!1,this.collapsedRows=new Set,this.ignoreSelectionChangeEvents=!1,this.onViewPortScroll=e=>{this.scrollX=e.target.scrollLeft},this.onKeyDown=e=>{e.key===Js&&(this.documentShiftKeyDown=!0)},this.onKeyUp=e=>{e.key===Js&&(this.documentShiftKeyDown=!1)},this.getIsRowExpanded=e=>{if(!e.getIsGrouped())return!1
9857
9854
  const t=this.table.options.state.expanded
9858
9855
  return!0===t||(Object.keys(t??{}).includes(e.id)?t[e.id]:!this.collapsedRows.has(e.id))},this.handleRowSelectionChange=e=>{const t=e instanceof Function?e(this.table.getState().rowSelection):e
9859
9856
  this.updateTableOptions({state:{rowSelection:t}})},this.handleExpandedChange=e=>{const t=e instanceof Function?e(this.table.getState().expanded):e
@@ -9878,14 +9875,14 @@ return{rows:a(n.rows),flatRows:o,rowsById:n.rowsById}}),{key:!1,debug:()=>{var t
9878
9875
  return null!=(t=e.options.debugAll)?t:e.options.debugTable},onChange:()=>{e._autoResetPageIndex()}}),getGroupedRowModel:zD(),getExpandedRowModel:e=>XR((()=>[e.getState().expanded,e.getPreExpandedRowModel(),e.options.paginateExpandedRows]),((e,t,n)=>!t.rows.length||!0!==e&&!Object.keys(null!=e?e:{}).length?t:n?function(e){const t=[],n=e=>{var i
9879
9876
  t.push(e),null!=(i=e.subRows)&&i.length&&e.getIsExpanded()&&e.subRows.forEach(n)}
9880
9877
  return e.rows.forEach(n),{rows:t,flatRows:e.flatRows,rowsById:e.rowsById}}(t):t),{key:!1,debug:()=>{var t
9881
- return null!=(t=e.options.debugAll)?t:e.options.debugTable}}),getIsRowExpanded:this.getIsRowExpanded,columns:[],state:{rowSelection:{},grouping:[],expanded:!0},enableRowSelection:e=>!e.getIsGrouped(),enableMultiRowSelection:!1,enableSubRowSelection:!1,enableSorting:!0,enableGrouping:!0,renderFallbackValue:null,autoResetAll:!1},this.table=ND(this.options),this.virtualizer=new RF(this,this.table),this.layoutManager=new LF(this),this.layoutManagerNotifier=g.getNotifier(this.layoutManager),this.layoutManagerNotifier.subscribe(this,"isColumnBeingSized"),this.selectionManager=new WF(this.table,this.selectionMode)}get validity(){return this.tableValidator.getValidity()}async setData(e){await this.processPendingUpdates()
9878
+ return null!=(t=e.options.debugAll)?t:e.options.debugTable}}),getIsRowExpanded:this.getIsRowExpanded,columns:[],state:{rowSelection:{},grouping:[],expanded:!0},enableRowSelection:e=>!e.getIsGrouped(),enableMultiRowSelection:!1,enableSubRowSelection:!1,enableSorting:!0,enableGrouping:!0,renderFallbackValue:null,autoResetAll:!1},this.table=ND(this.options),this.virtualizer=new DF(this,this.table),this.layoutManager=new NF(this),this.layoutManagerNotifier=g.getNotifier(this.layoutManager),this.layoutManagerNotifier.subscribe(this,"isColumnBeingSized"),this.selectionManager=new WF(this.table,this.selectionMode)}get validity(){return this.tableValidator.getValidity()}async setData(e){await this.processPendingUpdates()
9882
9879
  const t=e.map((e=>({...e}))),n={data:t}
9883
9880
  if(this.validateWithData(t),this.tableValidator.areRecordIdsValid()){const e=await this.getSelectedRecordIds()
9884
9881
  n.state={rowSelection:this.calculateTanStackSelectionState(e)}}this.updateTableOptions(n)}async getSelectedRecordIds(){await this.processPendingUpdates()
9885
9882
  const e=this.options.state.rowSelection
9886
9883
  if(!e)return[]
9887
9884
  const t=[]
9888
- return Object.entries(e).forEach((([e,n])=>{n&&t.push(e)})),t}async setSelectedRecordIds(e){await this.processPendingUpdates(),this.selectionMode!==HD.none&&this.updateTableOptions({state:{rowSelection:this.calculateTanStackSelectionState(e)}})}connectedCallback(){super.connectedCallback(),this.initialize(),this.virtualizer.connectedCallback(),this.viewport.addEventListener("scroll",this.onViewPortScroll,{passive:!0}),document.addEventListener("keydown",this.onKeyDown),document.addEventListener("keyup",this.onKeyUp)}disconnectedCallback(){super.disconnectedCallback(),this.virtualizer.disconnectedCallback(),this.viewport.removeEventListener("scroll",this.onViewPortScroll),document.removeEventListener("keydown",this.onKeyDown),document.removeEventListener("keyup",this.onKeyUp)}checkValidity(){return this.tableValidator.isValid()}handleChange(e,t){(e instanceof YD||e instanceof XD)&&"string"==typeof t?"validConfiguration"===t?this.tableValidator.validateColumnConfigurations(this.columns):this.tableUpdateTracker.trackColumnPropertyChanged(t):e instanceof LF&&"isColumnBeingSized"===t&&!this.layoutManager.isColumnBeingSized&&this.emitColumnConfigurationChangeEvent()}onRowSelectionToggle(e,t){t.stopImmediatePropagation()
9885
+ return Object.entries(e).forEach((([e,n])=>{n&&t.push(e)})),t}async setSelectedRecordIds(e){await this.processPendingUpdates(),this.selectionMode!==HD.none&&this.updateTableOptions({state:{rowSelection:this.calculateTanStackSelectionState(e)}})}connectedCallback(){super.connectedCallback(),this.initialize(),this.virtualizer.connectedCallback(),this.viewport.addEventListener("scroll",this.onViewPortScroll,{passive:!0}),document.addEventListener("keydown",this.onKeyDown),document.addEventListener("keyup",this.onKeyUp)}disconnectedCallback(){super.disconnectedCallback(),this.virtualizer.disconnectedCallback(),this.viewport.removeEventListener("scroll",this.onViewPortScroll),document.removeEventListener("keydown",this.onKeyDown),document.removeEventListener("keyup",this.onKeyUp)}checkValidity(){return this.tableValidator.isValid()}handleChange(e,t){(e instanceof QD||e instanceof XD)&&"string"==typeof t?"validConfiguration"===t?this.tableValidator.validateColumnConfigurations(this.columns):this.tableUpdateTracker.trackColumnPropertyChanged(t):e instanceof NF&&"isColumnBeingSized"===t&&!this.layoutManager.isColumnBeingSized&&this.emitColumnConfigurationChangeEvent()}onRowSelectionToggle(e,t){t.stopImmediatePropagation()
9889
9886
  this.selectionManager.handleRowSelectionToggle(this.tableData[e],t.detail.newState,this.documentShiftKeyDown)&&this.emitSelectionChangeEvent()}onRowClick(e,t){return this.selectionManager.handleRowClick(this.tableData[e],t.shiftKey,t.ctrlKey||t.metaKey)&&this.emitSelectionChangeEvent(),!0}onAllRowsSelectionChange(e){e.stopPropagation(),this.ignoreSelectionChangeEvents||(this.table.toggleAllRowsSelected(this.selectionCheckbox.checked),this.emitSelectionChangeEvent())}onRowActionMenuBeforeToggle(e,t){t.stopImmediatePropagation(),this.handleActionMenuBeforeToggleEvent(e,t)}onRowActionMenuToggle(e){e.stopImmediatePropagation(),this.handleRowActionMenuToggleEvent(e)}handleCollapseAllGroupRows(){this.collapsedRows.clear(),this.table.getRowModel().flatRows.filter((e=>e.getIsGrouped())).forEach((e=>this.collapsedRows.add(e.id))),this.table.toggleAllRowsExpanded(!1)}onRightDividerMouseDown(e,t){0===e.button&&this.layoutManager.beginColumnInteractiveSize(e.clientX,2*t)}onLeftDividerMouseDown(e,t){0===e.button&&this.layoutManager.beginColumnInteractiveSize(e.clientX,2*t-1)}handleGroupRowExpanded(e,t){this.toggleGroupExpanded(e),t.stopPropagation()}toggleColumnSort(e,t){if(e.sortingDisabled)return
9890
9887
  const n=this.getColumnsParticipatingInSorting().sort(((e,t)=>e.columnInternals.currentSortIndex-t.columnInternals.currentSortIndex)),i=n.indexOf(e),o=i>-1,r=e.columnInternals.currentSortDirection
9891
9888
  let s=VD.ascending
@@ -9900,8 +9897,9 @@ this.$emit("action-menu-toggle",t),e.detail.newState||(this.openActionMenuRecord
9900
9897
  return{...e.detail,recordIds:t}}removeColumnObservers(){this.columnNotifiers.forEach((e=>{e.unsubscribe(this)})),this.columnNotifiers=[]}initialize(){this.isInitialized||(this.isInitialized=!0,this.$fastController.onConnectedCallback(),this.tableUpdateTracker.trackAllStateChanged(),this.observeColumns())}async processPendingUpdates(){if(this.initialize(),await u.nextUpdate(),this.tableUpdateTracker.hasPendingUpdates)throw new Error("Expected pending updates to be resolved")}observeColumns(){this.removeColumnObservers()
9901
9898
  for(const e of this.columns){const t=g.getNotifier(e)
9902
9899
  t.subscribe(this),this.columnNotifiers.push(t)
9903
- g.getNotifier(e.columnInternals).subscribe(this),this.columnNotifiers.push(t)}}getColumnsParticipatingInSorting(){return this.columns.filter((e=>!e.sortingDisabled&&e.columnInternals.currentSortDirection!==VD.none&&"number"==typeof e.columnInternals.currentSortIndex))}getColumnsParticipatingInGrouping(){return this.columns.filter((e=>!e.columnInternals.groupingDisabled&&"number"==typeof e.columnInternals.groupIndex))}childItemsChanged(){this.updateColumnsFromChildItems()}async updateColumnsFromChildItems(){const e=this.childItems.map((async e=>e.matches(":not(:defined)")?customElements.whenDefined(e.localName):Promise.resolve()))
9904
- await Promise.all(e),this.columns=this.childItems.filter((e=>e instanceof YD))}updateTanStack(){const e={state:{}}
9900
+ const n=g.getNotifier(e.columnInternals)
9901
+ n.subscribe(this),this.columnNotifiers.push(n)}}getColumnsParticipatingInSorting(){return this.columns.filter((e=>!e.sortingDisabled&&e.columnInternals.currentSortDirection!==VD.none&&"number"==typeof e.columnInternals.currentSortIndex))}getColumnsParticipatingInGrouping(){return this.columns.filter((e=>!e.columnInternals.groupingDisabled&&"number"==typeof e.columnInternals.groupIndex))}childItemsChanged(){this.updateColumnsFromChildItems()}async updateColumnsFromChildItems(){const e=this.childItems.map((async e=>e.matches(":not(:defined)")?customElements.whenDefined(e.localName):Promise.resolve()))
9902
+ await Promise.all(e),this.columns=this.childItems.filter((e=>e instanceof QD))}updateTanStack(){const e={state:{}}
9905
9903
  this.tableUpdateTracker.updateColumnSort&&(e.state.sorting=this.calculateTanStackSortState()),this.tableUpdateTracker.updateColumnDefinition&&(e.columns=this.calculateTanStackColumns()),this.tableUpdateTracker.updateRowIds&&(e.getRowId=this.calculateTanStackRowIdFunction(),e.state.rowSelection={},this.selectionManager.handleSelectionReset()),this.tableUpdateTracker.updateSelectionMode&&(e.enableMultiRowSelection=this.selectionMode===HD.multiple,e.enableSubRowSelection=this.selectionMode===HD.multiple,e.state.rowSelection={},this.selectionManager.handleSelectionModeChanged(this.selectionMode)),this.tableUpdateTracker.requiresTanStackDataReset&&(e.data=[...this.table.options.data]),this.tableUpdateTracker.updateGroupRows&&(e.state.grouping=this.calculateTanStackGroupingState(),e.state.expanded=!0,this.collapsedRows.clear()),this.updateTableOptions(e)}updateActionMenuSlots(){const e=new Set
9906
9904
  for(const t of this.columns)t.actionMenuSlot&&e.add(t.actionMenuSlot)
9907
9905
  this.actionMenuSlots=Array.from(e)}validate(){this.tableValidator.validateSelectionMode(this.selectionMode,this.idFieldName),this.tableValidator.validateColumnIds(this.columns.map((e=>e.columnId))),this.tableValidator.validateColumnSortIndices(this.getColumnsParticipatingInSorting().map((e=>e.columnInternals.currentSortIndex))),this.tableValidator.validateColumnGroupIndices(this.getColumnsParticipatingInGrouping().map((e=>e.columnInternals.groupIndex))),this.tableValidator.validateColumnConfigurations(this.columns),this.validateWithData(this.table.options.data)}validateWithData(e){this.tableValidator.validateRecordIds(e,this.idFieldName),this.canRenderRows=this.checkValidity()}emitColumnConfigurationChangeEvent(){const e={columns:this.columns.map((e=>({columnId:e.columnId,sortIndex:e.columnInternals.currentSortIndex??void 0,sortDirection:e.columnInternals.currentSortDirection,groupIndex:e.columnInternals.groupIndex,hidden:e.columnHidden,fractionalWidth:e.columnInternals.currentFractionalWidth,pixelWidth:e.columnInternals.currentPixelWidth})))}
@@ -9919,11 +9917,11 @@ if(n&&i)return ZD}return n?qD:BD}getGroupRowColumn(e){const t=e.groupingColumnId
9919
9917
  if(void 0!==t)return this.columns.find((e=>e.columnInternals.uniqueId===t))}updateTableOptions(e){this.options={...this.options,...e,state:{...this.options.state,...e.state}},this.table.setOptions(this.options),this.refreshRows()}toggleGroupExpanded(e){const t=this.table.getRowModel().rows[e]
9920
9918
  t.getIsExpanded()?this.collapsedRows.add(t.id):this.collapsedRows.delete(t.id),t.toggleExpanded()}calculateTanStackSortState(){const e=this.getColumnsParticipatingInSorting().sort(((e,t)=>e.columnInternals.currentSortIndex-t.columnInternals.currentSortIndex))
9921
9919
  return this.firstSortedColumn=e.length?e[0]:void 0,e.map((e=>({id:e.columnInternals.uniqueId,desc:e.columnInternals.currentSortDirection===VD.descending})))}calculateTanStackGroupingState(){return this.getColumnsParticipatingInGrouping().sort(((e,t)=>e.columnInternals.groupIndex-t.columnInternals.groupIndex)).map((e=>e.columnInternals.uniqueId))}calculateTanStackRowIdFunction(){return null===this.idFieldName||void 0===this.idFieldName?void 0:e=>e[this.idFieldName]}calculateTanStackColumns(){return this.columns.map((e=>({id:e.columnInternals.uniqueId,accessorFn:t=>{const n=e.columnInternals.operandDataRecordFieldName
9922
- if("string"==typeof n)return t[n]},sortingFn:DF(e.columnInternals.sortOperation),sortUndefined:!1})))}calculateTanStackSelectionState(e){if(this.selectionMode===HD.none)return{}
9920
+ if("string"==typeof n)return t[n]},sortingFn:FF(e.columnInternals.sortOperation),sortUndefined:!1})))}calculateTanStackSelectionState(e){if(this.selectionMode===HD.none)return{}
9923
9921
  const t={},n=this.tableValidator.getPresentRecordIds(e)
9924
9922
  for(const e of n)if(t[e]=!0,this.selectionMode===HD.single)break
9925
9923
  return t}}e([se({attribute:"id-field-name"})],GF.prototype,"idFieldName",void 0),e([se({attribute:"selection-mode"})],GF.prototype,"selectionMode",void 0),e([m],GF.prototype,"tableData",void 0),e([m],GF.prototype,"columns",void 0),e([m],GF.prototype,"childItems",void 0),e([m],GF.prototype,"rowElements",void 0),e([m],GF.prototype,"actionMenuSlots",void 0),e([m],GF.prototype,"openActionMenuRecordId",void 0),e([m],GF.prototype,"canRenderRows",void 0),e([m],GF.prototype,"scrollX",void 0),e([m],GF.prototype,"rowGridColumns",void 0),e([m],GF.prototype,"selectionState",void 0),e([m],GF.prototype,"selectionCheckbox",void 0),e([m],GF.prototype,"showCollapseAll",void 0),e([m],GF.prototype,"firstSortedColumn",void 0),e([m],GF.prototype,"visibleColumns",void 0),e([m],GF.prototype,"tableScrollableMinWidth",void 0),e([m],GF.prototype,"documentShiftKeyDown",void 0)
9926
- const KF=GF.compose({baseName:"table",template:xF,styles:eF})
9924
+ const KF=GF.compose({baseName:"table",template:kF,styles:tF})
9927
9925
  mi.getOrCreate().withPrefix("nimble").register(KF()),mi.tagFor(GF)
9928
9926
  const JF=ye`
9929
9927
  :host {
@@ -10020,10 +10018,10 @@ const lL=W`
10020
10018
  class dL extends aL{groupHeaderValueChanged(){this.text="string"==typeof this.groupHeaderValue?this.groupHeaderValue:""}}const hL=dL.compose({baseName:"table-column-text-group-header-view",template:lL,styles:cL})
10021
10019
  mi.getOrCreate().withPrefix("nimble").register(hL())
10022
10020
  const uL=mi.tagFor(dL)
10023
- class pL extends(tL(eL(YD))){constructor(){super(...arguments),this.underlineHidden=!1}getColumnInternalsOptions(){return{cellRecordFieldNames:["label","href"],cellViewTag:sL,groupHeaderViewTag:uL,delegatedEvents:["click"],sortOperation:UD}}labelFieldNameChanged(){this.columnInternals.dataRecordFieldNames=[this.labelFieldName,this.hrefFieldName],this.columnInternals.operandDataRecordFieldName=this.labelFieldName}hrefFieldNameChanged(){this.columnInternals.dataRecordFieldNames=[this.labelFieldName,this.hrefFieldName]}appearanceChanged(){this.updateColumnConfig()}underlineHiddenChanged(){this.updateColumnConfig()}hreflangChanged(){this.updateColumnConfig()}pingChanged(){this.updateColumnConfig()}referrerpolicyChanged(){this.updateColumnConfig()}relChanged(){this.updateColumnConfig()}targetChanged(){this.updateColumnConfig()}typeChanged(){this.updateColumnConfig()}downloadChanged(){this.updateColumnConfig()}updateColumnConfig(){this.columnInternals.columnConfig={appearance:this.appearance,underlineHidden:this.underlineHidden,hreflang:this.hreflang,ping:this.ping,referrerpolicy:this.referrerpolicy,rel:this.rel,target:this.target,type:this.type,download:this.download}}}e([se({attribute:"label-field-name"})],pL.prototype,"labelFieldName",void 0),e([se({attribute:"href-field-name"})],pL.prototype,"hrefFieldName",void 0),e([se],pL.prototype,"appearance",void 0),e([se({attribute:"underline-hidden",mode:"boolean"})],pL.prototype,"underlineHidden",void 0),e([se],pL.prototype,"hreflang",void 0),e([se],pL.prototype,"ping",void 0),e([se],pL.prototype,"referrerpolicy",void 0),e([se],pL.prototype,"rel",void 0),e([se],pL.prototype,"target",void 0),e([se],pL.prototype,"type",void 0),e([se],pL.prototype,"download",void 0)
10021
+ class pL extends(tL(eL(QD))){constructor(){super(...arguments),this.underlineHidden=!1}getColumnInternalsOptions(){return{cellRecordFieldNames:["label","href"],cellViewTag:sL,groupHeaderViewTag:uL,delegatedEvents:["click"],sortOperation:UD}}labelFieldNameChanged(){this.columnInternals.dataRecordFieldNames=[this.labelFieldName,this.hrefFieldName],this.columnInternals.operandDataRecordFieldName=this.labelFieldName}hrefFieldNameChanged(){this.columnInternals.dataRecordFieldNames=[this.labelFieldName,this.hrefFieldName]}appearanceChanged(){this.updateColumnConfig()}underlineHiddenChanged(){this.updateColumnConfig()}hreflangChanged(){this.updateColumnConfig()}pingChanged(){this.updateColumnConfig()}referrerpolicyChanged(){this.updateColumnConfig()}relChanged(){this.updateColumnConfig()}targetChanged(){this.updateColumnConfig()}typeChanged(){this.updateColumnConfig()}downloadChanged(){this.updateColumnConfig()}updateColumnConfig(){this.columnInternals.columnConfig={appearance:this.appearance,underlineHidden:this.underlineHidden,hreflang:this.hreflang,ping:this.ping,referrerpolicy:this.referrerpolicy,rel:this.rel,target:this.target,type:this.type,download:this.download}}}e([se({attribute:"label-field-name"})],pL.prototype,"labelFieldName",void 0),e([se({attribute:"href-field-name"})],pL.prototype,"hrefFieldName",void 0),e([se],pL.prototype,"appearance",void 0),e([se({attribute:"underline-hidden",mode:"boolean"})],pL.prototype,"underlineHidden",void 0),e([se],pL.prototype,"hreflang",void 0),e([se],pL.prototype,"ping",void 0),e([se],pL.prototype,"referrerpolicy",void 0),e([se],pL.prototype,"rel",void 0),e([se],pL.prototype,"target",void 0),e([se],pL.prototype,"type",void 0),e([se],pL.prototype,"download",void 0)
10024
10022
  const fL=pL.compose({baseName:"table-column-anchor",template:QF,styles:JF})
10025
10023
  mi.getOrCreate().withPrefix("nimble").register(fL()),mi.tagFor(pL)
10026
- class gL extends(tL(eL(YD))){fieldNameChanged(){this.columnInternals.dataRecordFieldNames=[this.fieldName],this.columnInternals.operandDataRecordFieldName=this.fieldName}}function mL(e,t){if("number"!=typeof t)return""
10024
+ class gL extends(tL(eL(QD))){fieldNameChanged(){this.columnInternals.dataRecordFieldNames=[this.fieldName],this.columnInternals.operandDataRecordFieldName=this.fieldName}}function mL(e,t){if("number"!=typeof t)return""
10027
10025
  try{return e.format(t)}catch(e){return""}}e([se({attribute:"field-name"})],gL.prototype,"fieldName",void 0)
10028
10026
  class vL extends aL{columnConfigChanged(){this.updateText()}groupHeaderValueChanged(){this.updateText()}updateText(){this.columnConfig?this.text=mL(this.columnConfig.formatter,this.groupHeaderValue):this.text=""}}const bL=vL.compose({baseName:"table-column-date-text-group-header-view",template:lL,styles:cL})
10029
10027
  mi.getOrCreate().withPrefix("nimble").register(bL())
@@ -10055,8 +10053,8 @@ class SL extends KD{constructor(){super(...arguments),this.hasOverflow=!1,this.t
10055
10053
  class $L extends SL{columnConfigChanged(){this.updateText()}cellRecordChanged(){this.updateText()}updateText(){this.columnConfig?this.text=mL(this.columnConfig.formatter,this.cellRecord?.value):this.text=""}}const ML=$L.compose({baseName:"table-column-date-text-cell-view",template:kL,styles:CL})
10056
10054
  mi.getOrCreate().withPrefix("nimble").register(ML())
10057
10055
  const _L=mi.tagFor($L),AL=void 0
10058
- class EL extends NF{isValid(){return this.noneTracked()}getValidationFlags(){return this.getTrackedItems()}}class IL extends EL{constructor(e,t){super(t),this.columnInternals=e}getValidity(){return this.getValidationFlags()}setConditionValue(e,t){t?this.track(e):this.untrack(e),this.updateColumnInternalsFlag()}updateColumnInternalsFlag(){this.columnInternals.validConfiguration=this.isValid()}}const OL=["invalidCustomOptionsCombination"]
10059
- class TL extends IL{constructor(e){super(e,OL)}setCustomOptionsValidity(e){this.setConditionValue("invalidCustomOptionsCombination",!e)}}const RL={toView:e=>"boolean"==typeof e?e.toString():null,fromView:e=>"true"===e||!0===e||"false"!==e&&!1!==e&&void 0}
10056
+ class IL extends PF{isValid(){return this.noneTracked()}getValidationFlags(){return this.getTrackedItems()}}class EL extends IL{constructor(e,t){super(t),this.columnInternals=e}getValidity(){return this.getValidationFlags()}setConditionValue(e,t){t?this.track(e):this.untrack(e),this.updateColumnInternalsFlag()}updateColumnInternalsFlag(){this.columnInternals.validConfiguration=this.isValid()}}const OL=["invalidCustomOptionsCombination"]
10057
+ class TL extends EL{constructor(e){super(e,OL)}setCustomOptionsValidity(e){this.setConditionValue("invalidCustomOptionsCombination",!e)}}const RL={toView:e=>"boolean"==typeof e?e.toString():null,fromView:e=>"true"===e||!0===e||"false"!==e&&!1!==e&&void 0}
10060
10058
  class DL extends gL{constructor(){super(...arguments),this.validator=new TL(this.columnInternals),this.langSubscriber={handleChange:()=>{this.updateColumnConfig()}}}connectedCallback(){super.connectedCallback(),ra.subscribe(this.langSubscriber,this),this.updateColumnConfig()}disconnectedCallback(){super.disconnectedCallback(),ra.unsubscribe(this.langSubscriber,this)}get validity(){return this.validator.getValidity()}getColumnInternalsOptions(){return{cellRecordFieldNames:["value"],cellViewTag:_L,groupHeaderViewTag:yL,delegatedEvents:[],sortOperation:jD}}formatChanged(){this.updateColumnConfig()}customLocaleMatcherChanged(){this.updateColumnConfig()}customWeekdayChanged(){this.updateColumnConfig()}customEraChanged(){this.updateColumnConfig()}customYearChanged(){this.updateColumnConfig()}customMonthChanged(){this.updateColumnConfig()}customDayChanged(){this.updateColumnConfig()}customHourChanged(){this.updateColumnConfig()}customMinuteChanged(){this.updateColumnConfig()}customSecondChanged(){this.updateColumnConfig()}customTimeZoneNameChanged(){this.updateColumnConfig()}customFormatMatcherChanged(){this.updateColumnConfig()}customHour12Changed(){this.updateColumnConfig()}customTimeZoneChanged(){this.updateColumnConfig()}customCalendarChanged(){this.updateColumnConfig()}customDayPeriodChanged(){this.updateColumnConfig()}customNumberingSystemChanged(){this.updateColumnConfig()}customDateStyleChanged(){this.updateColumnConfig()}customTimeStyleChanged(){this.updateColumnConfig()}customHourCycleChanged(){this.updateColumnConfig()}updateColumnConfig(){const e=this.createFormatter()
10061
10059
  if(e){const t={formatter:e}
10062
10060
  this.columnInternals.columnConfig=t,this.validator.setCustomOptionsValidity(!0)}else this.columnInternals.columnConfig=void 0,this.validator.setCustomOptionsValidity(!1)}createFormatter(){let e
@@ -10066,7 +10064,7 @@ const FL=DL.compose({baseName:"table-column-date-text",template:QF,styles:JF})
10066
10064
  mi.getOrCreate().withPrefix("nimble").register(FL()),mi.tagFor(DL)
10067
10065
  const LL=(e,t)=>{if("number"===t){const t=oe.fromView(e)
10068
10066
  return null===t?void 0:t}return"boolean"===t?!1!==e&&"false"!==e&&(!0===e||"true"===e||void 0):e?.toString()??void 0}
10069
- class NL extends YD{constructor(){super(...arguments),this.validator=this.createValidator(),this.mappingNotifiers=[],this.mappings=[],this.keyType="string"}handleChange(e,t){e instanceof Pb&&"string"==typeof t&&this.updateColumnConfig()}updateColumnConfig(){this.validator.validate(this.mappings,this.keyType),this.columnInternals.columnConfig=this.validator.isValid()?this.createColumnConfig(this.getMappingConfigs()):void 0}getMappingConfigs(){const e=new Map
10067
+ class NL extends QD{constructor(){super(...arguments),this.validator=this.createValidator(),this.mappingNotifiers=[],this.mappings=[],this.keyType="string"}handleChange(e,t){e instanceof Pb&&"string"==typeof t&&this.updateColumnConfig()}updateColumnConfig(){this.validator.validate(this.mappings,this.keyType),this.columnInternals.columnConfig=this.validator.isValid()?this.createColumnConfig(this.getMappingConfigs()):void 0}getMappingConfigs(){const e=new Map
10070
10068
  return this.mappings.forEach((t=>{const n=LL(t.key,this.keyType)
10071
10069
  if(void 0===n)throw Error("Key was invalid for type. Validation should have prevented this.")
10072
10070
  const i=this.createMappingConfig(t)
@@ -10080,7 +10078,7 @@ const PL=ye`
10080
10078
  display: none;
10081
10079
  }
10082
10080
  `,zL=W`${QF}<slot ${Ge("mappings")} name="mapping"></slot>`,VL=["invalidMappingKeyValueForType","unsupportedMappingType","duplicateMappingKey","missingKeyValue","missingTextValue"]
10083
- class HL extends IL{constructor(e,t,n){super(e,t),this.supportedMappingElements=n}validate(e,t){this.untrackAll()
10081
+ class HL extends EL{constructor(e,t,n){super(e,t),this.supportedMappingElements=n}validate(e,t){this.untrackAll()
10084
10082
  const n=e.map((e=>e.key))
10085
10083
  this.validateKeyValuesForType(n,t),this.validateMappingTypes(e),this.validateUniqueKeys(n,t),this.validateNoMissingKeys(e),this.validateNoMissingText(e)}validateKeyValuesForType(e,t){const n=e.some((e=>void 0!==e&&void 0===LL(e,t)))
10086
10084
  this.setConditionValue("invalidMappingKeyValueForType",n)}validateMappingTypes(e){const t=e.every((e=>this.supportedMappingElements.some((t=>e instanceof t))))
@@ -10116,7 +10114,7 @@ const t=Math.abs(e)
10116
10114
  return t>=dN.exponentialUpperBound||t<dN.exponentialLowerBound?this.exponentialFormatter:t<1?this.leadingZeroFormatter:this.defaultFormatter}}dN.maximumDigits=6,dN.exponentialLowerBound=995e-6,dN.exponentialUpperBound=999999.5
10117
10115
  class hN extends cN{constructor(e,t){super(),this.formatter=new Intl.NumberFormat(e,{maximumFractionDigits:t,minimumFractionDigits:t,useGrouping:!0}),this.tenPowDecimalDigits=10**t}format(e){const t=this.willRoundToZero(e)?0:e
10118
10116
  return this.formatter.format(t)}willRoundToZero(e){return 0===Math.round(e*this.tenPowDecimalDigits)}}const uN=["invalidDecimalDigits"]
10119
- class pN extends IL{constructor(e){super(e,uN)}validateDecimalDigits(e,t){const n=!!(e===sN&&"number"==typeof t)&&this.isInvalidDecimalDigitsValue(t)
10117
+ class pN extends EL{constructor(e){super(e,uN)}validateDecimalDigits(e,t){const n=!!(e===sN&&"number"==typeof t)&&this.isInvalidDecimalDigitsValue(t)
10120
10118
  this.setConditionValue("invalidDecimalDigits",n)}isInvalidDecimalDigitsValue(e){return e<0||e>20}}class fN extends gL{constructor(){super(...arguments),this.validator=new pN(this.columnInternals),this.langSubscriber={handleChange:()=>{this.updateColumnConfig()}}}connectedCallback(){super.connectedCallback(),ra.subscribe(this.langSubscriber,this),this.updateColumnConfig()}disconnectedCallback(){super.disconnectedCallback(),ra.unsubscribe(this.langSubscriber,this)}get validity(){return this.validator.getValidity()}getColumnInternalsOptions(){return{cellRecordFieldNames:["value"],cellViewTag:rN,groupHeaderViewTag:nN,delegatedEvents:[],sortOperation:jD}}formatChanged(){this.updateColumnConfig()}alignmentChanged(){this.updateColumnConfig()}decimalDigitsChanged(){this.updateColumnConfig()}updateColumnConfig(){if(this.validator.validateDecimalDigits(this.format,this.decimalDigits),this.validator.isValid()){const e={formatter:this.createFormatter(),alignment:this.determineCellContentAlignment()}
10121
10119
  this.columnInternals.columnConfig=e}else this.columnInternals.columnConfig=void 0}createFormatter(){return this.format===sN?new hN(ra.getValueFor(this),this.decimalDigits??2):new dN(ra.getValueFor(this))}determineCellContentAlignment(){return this.alignment===aN?wL:this.alignment===lN||this.format===sN?xL:wL}}e([se],fN.prototype,"format",void 0),e([se],fN.prototype,"alignment",void 0),e([se({attribute:"decimal-digits",converter:oe})],fN.prototype,"decimalDigits",void 0)
10122
10120
  const gN=fN.compose({baseName:"table-column-number-text",template:QF,styles:JF})
@@ -10124,7 +10122,7 @@ mi.getOrCreate().withPrefix("nimble").register(gN()),mi.tagFor(fN)
10124
10122
  const mN=[...VL,"invalidIconName"]
10125
10123
  class vN extends HL{constructor(e){super(e,mN,[qb,jb])}validate(e,t){super.validate(e,t),this.validateIconNames(e)}validateIconNames(e){const t=e.filter((e=>e instanceof qb)).some((e=>void 0===e.resolvedIcon))
10126
10124
  this.setConditionValue("invalidIconName",t)}}const bN=ye`
10127
- ${Eo("inline-flex")}
10125
+ ${Io("inline-flex")}
10128
10126
 
10129
10127
  :host {
10130
10128
  gap: ${Pa};
@@ -10195,17 +10193,17 @@ t instanceof wN?(this.visual="icon",this.severity=t.severity,this.text=t.text,th
10195
10193
  const _N=MN.compose({baseName:"table-column-icon-cell-view",template:$N})
10196
10194
  mi.getOrCreate().withPrefix("nimble").register(_N())
10197
10195
  const AN=mi.tagFor(MN)
10198
- class EN extends(tL(eL(NL))){createValidator(){return new vN(this.columnInternals)}get validity(){return this.validator.getValidity()}getColumnInternalsOptions(){return{cellRecordFieldNames:["value"],cellViewTag:AN,groupHeaderViewTag:SN,delegatedEvents:[],sortOperation:jD}}createColumnConfig(e){return{mappingConfigs:e}}createMappingConfig(e){if(e instanceof qb){if(!e.resolvedIcon)throw Error("Unresolved icon")
10196
+ class IN extends(tL(eL(NL))){createValidator(){return new vN(this.columnInternals)}get validity(){return this.validator.getValidity()}getColumnInternalsOptions(){return{cellRecordFieldNames:["value"],cellViewTag:AN,groupHeaderViewTag:SN,delegatedEvents:[],sortOperation:jD}}createColumnConfig(e){return{mappingConfigs:e}}createMappingConfig(e){if(e instanceof qb){if(!e.resolvedIcon)throw Error("Unresolved icon")
10199
10197
  return new wN(e.resolvedIcon,e.severity,e.text)}if(e instanceof jb)return new xN(e.text)
10200
- throw new Error("Unsupported mapping")}}const IN=EN.compose({baseName:"table-column-icon",template:zL,styles:PL})
10201
- mi.getOrCreate().withPrefix("nimble").register(IN()),mi.tagFor(EN)
10198
+ throw new Error("Unsupported mapping")}}const EN=IN.compose({baseName:"table-column-icon",template:zL,styles:PL})
10199
+ mi.getOrCreate().withPrefix("nimble").register(EN()),mi.tagFor(IN)
10202
10200
  class ON extends SL{cellRecordChanged(){this.text="string"==typeof this.cellRecord?.value?this.cellRecord.value:""}}const TN=ON.compose({baseName:"table-column-text-cell-view",template:kL,styles:CL})
10203
10201
  mi.getOrCreate().withPrefix("nimble").register(TN())
10204
10202
  const RN=mi.tagFor(ON)
10205
10203
  class DN extends gL{getColumnInternalsOptions(){return{cellRecordFieldNames:["value"],cellViewTag:RN,groupHeaderViewTag:uL,delegatedEvents:[],sortOperation:UD}}}const FN=DN.compose({baseName:"table-column-text",template:QF,styles:JF})
10206
10204
  mi.getOrCreate().withPrefix("nimble").register(FN()),mi.tagFor(DN)
10207
10205
  const LN=ye`
10208
- ${Eo("grid")}
10206
+ ${Io("grid")}
10209
10207
 
10210
10208
  :host {
10211
10209
  box-sizing: border-box;
@@ -10254,7 +10252,7 @@ class NN extends no{constructor(){super(),this.activeindicator=!1}}const PN=NN.c
10254
10252
  `,styles:LN})
10255
10253
  mi.getOrCreate().withPrefix("nimble").register(PN()),mi.tagFor(NN)
10256
10254
  const zN=ye`
10257
- ${Eo("flex")}
10255
+ ${Io("flex")}
10258
10256
 
10259
10257
  :host {
10260
10258
  align-items: center;
@@ -10280,7 +10278,7 @@ const zN=ye`
10280
10278
  class HN extends Nt{}const BN=HN.compose({baseName:"tabs-toolbar",template:VN,styles:zN})
10281
10279
  mi.getOrCreate().withPrefix("nimble").register(BN()),mi.tagFor(HN)
10282
10280
  const qN="outline",ZN="block",jN=ye`
10283
- ${Eo("inline-flex")}
10281
+ ${Io("inline-flex")}
10284
10282
  ${Xf}
10285
10283
 
10286
10284
  :host {
@@ -10503,7 +10501,7 @@ const WN=UN.compose({baseName:"text-area",baseClass:so,template:()=>W`
10503
10501
  `,styles:jN,shadowOptions:{delegatesFocus:!0}})
10504
10502
  mi.getOrCreate().withPrefix("nimble").register(WN()),mi.tagFor(UN)
10505
10503
  const GN="underline",KN="outline",JN="block",XN="frameless",YN=ye`
10506
- ${Eo("inline-block")}
10504
+ ${Io("inline-block")}
10507
10505
  ${Xf}
10508
10506
 
10509
10507
  :host {
@@ -10803,7 +10801,7 @@ const eP=QN.compose({baseName:"text-field",baseClass:Li,template:(e,t)=>W`
10803
10801
  `})
10804
10802
  mi.getOrCreate().withPrefix("nimble").register(eP()),mi.tagFor(QN)
10805
10803
  const tP=ye`
10806
- ${Eo("inline-flex")}
10804
+ ${Io("inline-flex")}
10807
10805
 
10808
10806
  :host {
10809
10807
  font: ${Fc};
@@ -10925,7 +10923,7 @@ const oP=iP.compose({baseName:"tooltip",baseClass:$o,template:nP,styles:tP})
10925
10923
  mi.getOrCreate().withPrefix("nimble").register(oP()),mi.tagFor(iP)
10926
10924
  const rP="group-selected",sP="all",aP="leaves-only",lP="none"
10927
10925
  class cP{constructor(e,t,n){this.ltr=e,this.rtl=t,this.source=n,this.attached=null}handleChange({target:e,token:t}){this.attach(t.getValueFor(e))}attach(e){this.attached!==this[e]&&(null!==this.attached&&this.source.$fastController.removeStyles(this.attached),this.attached=this[e],null!==this.attached&&this.source.$fastController.addStyles(this.attached))}}const dP=ye`
10928
- ${Eo("block")}
10926
+ ${Io("block")}
10929
10927
 
10930
10928
  :host {
10931
10929
  ${""}
@@ -11146,7 +11144,7 @@ const uP=hP.compose({baseName:"tree-item",baseClass:_o,template:(e,t)=>W`
11146
11144
  `,styles:dP,expandCollapseGlyph:ch.data})
11147
11145
  mi.getOrCreate().withPrefix("nimble").register(uP()),mi.tagFor(hP)
11148
11146
  const pP=ye`
11149
- ${Eo("flex")}
11147
+ ${Io("flex")}
11150
11148
 
11151
11149
  :host {
11152
11150
  flex-direction: column;
@@ -11201,7 +11199,7 @@ var kP="http://www.w3.org/1999/xhtml",CP={svg:"http://www.w3.org/2000/svg",xhtml
11201
11199
  function SP(e){var t=e+="",n=t.indexOf(":")
11202
11200
  return n>=0&&"xmlns"!==(t=e.slice(0,n))&&(e=e.slice(n+1)),CP.hasOwnProperty(t)?{space:CP[t],local:e}:e}function $P(e){return function(){var t=this.ownerDocument,n=this.namespaceURI
11203
11201
  return n===kP&&t.documentElement.namespaceURI===kP?t.createElement(e):t.createElementNS(n,e)}}function MP(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}function _P(e){var t=SP(e)
11204
- return(t.local?MP:$P)(t)}function AP(){}function EP(e){return null==e?AP:function(){return this.querySelector(e)}}function IP(){return[]}function OP(e){return null==e?IP:function(){return this.querySelectorAll(e)}}function TP(e){return function(){return null==(t=e.apply(this,arguments))?[]:Array.isArray(t)?t:Array.from(t)
11202
+ return(t.local?MP:$P)(t)}function AP(){}function IP(e){return null==e?AP:function(){return this.querySelector(e)}}function EP(){return[]}function OP(e){return null==e?EP:function(){return this.querySelectorAll(e)}}function TP(e){return function(){return null==(t=e.apply(this,arguments))?[]:Array.isArray(t)?t:Array.from(t)
11205
11203
  var t}}function RP(e){return function(){return this.matches(e)}}function DP(e){return function(t){return t.matches(e)}}var FP=Array.prototype.find
11206
11204
  function LP(){return this.firstElementChild}var NP=Array.prototype.filter
11207
11205
  function PP(){return Array.from(this.children)}function zP(e){return new Array(e.length)}function VP(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}function HP(e,t,n,i,o,r){for(var s,a=0,l=t.length,c=r.length;a<c;++a)(s=t[a])?(s.__data__=r[a],i[a]=s):n[a]=new VP(e,r[a])
@@ -11221,7 +11219,7 @@ return t?t.insertBefore(e,this.nextSibling):e}function Mz(e){return function(){v
11221
11219
  if(t){for(var n,i=0,o=-1,r=t.length;i<r;++i)n=t[i],e.type&&n.type!==e.type||n.name!==e.name?t[++o]=n:this.removeEventListener(n.type,n.listener,n.options);++o?t.length=o:delete this.__on}}}function _z(e,t,n){return function(){var i,o=this.__on,r=function(e){return function(t){e.call(this,t,this.__data__)}}(t)
11222
11220
  if(o)for(var s=0,a=o.length;s<a;++s)if((i=o[s]).type===e.type&&i.name===e.name)return this.removeEventListener(i.type,i.listener,i.options),this.addEventListener(i.type,i.listener=r,i.options=n),void(i.value=t)
11223
11221
  this.addEventListener(e.type,r,n),i={type:e.type,name:e.name,value:t,listener:r,options:n},o?o.push(i):this.__on=[i]}}function Az(e,t,n){var i=YP(e),o=i.CustomEvent
11224
- "function"==typeof o?o=new o(t,n):(o=i.document.createEvent("Event"),n?(o.initEvent(t,n.bubbles,n.cancelable),o.detail=n.detail):o.initEvent(t,!1,!1)),e.dispatchEvent(o)}function Ez(e,t){return function(){return Az(this,e,t)}}function Iz(e,t){return function(){return Az(this,e,t.apply(this,arguments))}}VP.prototype={constructor:VP,appendChild:function(e){return this._parent.insertBefore(e,this._next)},insertBefore:function(e,t){return this._parent.insertBefore(e,t)},querySelector:function(e){return this._parent.querySelector(e)},querySelectorAll:function(e){return this._parent.querySelectorAll(e)}},lz.prototype={add:function(e){this._names.indexOf(e)<0&&(this._names.push(e),this._node.setAttribute("class",this._names.join(" ")))},remove:function(e){var t=this._names.indexOf(e)
11222
+ "function"==typeof o?o=new o(t,n):(o=i.document.createEvent("Event"),n?(o.initEvent(t,n.bubbles,n.cancelable),o.detail=n.detail):o.initEvent(t,!1,!1)),e.dispatchEvent(o)}function Iz(e,t){return function(){return Az(this,e,t)}}function Ez(e,t){return function(){return Az(this,e,t.apply(this,arguments))}}VP.prototype={constructor:VP,appendChild:function(e){return this._parent.insertBefore(e,this._next)},insertBefore:function(e,t){return this._parent.insertBefore(e,t)},querySelector:function(e){return this._parent.querySelector(e)},querySelectorAll:function(e){return this._parent.querySelectorAll(e)}},lz.prototype={add:function(e){this._names.indexOf(e)<0&&(this._names.push(e),this._node.setAttribute("class",this._names.join(" ")))},remove:function(e){var t=this._names.indexOf(e)
11225
11223
  t>=0&&(this._names.splice(t,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(e){return this._names.indexOf(e)>=0}}
11226
11224
  var Oz=[null]
11227
11225
  function Tz(e,t){this._groups=e,this._parents=t}function Rz(){return new Tz([[document.documentElement]],Oz)}function Dz(e){return"string"==typeof e?new Tz([[document.querySelector(e)]],[document.documentElement]):new Tz([[e]],Oz)}function Fz(e,t){if(e=function(e){let t
@@ -11229,7 +11227,7 @@ for(;t=e.sourceEvent;)e=t
11229
11227
  return e}(e),void 0===t&&(t=e.currentTarget),t){var n=t.ownerSVGElement||t
11230
11228
  if(n.createSVGPoint){var i=n.createSVGPoint()
11231
11229
  return i.x=e.clientX,i.y=e.clientY,[(i=i.matrixTransform(t.getScreenCTM().inverse())).x,i.y]}if(t.getBoundingClientRect){var o=t.getBoundingClientRect()
11232
- return[e.clientX-o.left-t.clientLeft,e.clientY-o.top-t.clientTop]}}return[e.pageX,e.pageY]}Tz.prototype=Rz.prototype={constructor:Tz,select:function(e){"function"!=typeof e&&(e=EP(e))
11230
+ return[e.clientX-o.left-t.clientLeft,e.clientY-o.top-t.clientTop]}}return[e.pageX,e.pageY]}Tz.prototype=Rz.prototype={constructor:Tz,select:function(e){"function"!=typeof e&&(e=IP(e))
11233
11231
  for(var t=this._groups,n=t.length,i=new Array(n),o=0;o<n;++o)for(var r,s,a=t[o],l=a.length,c=i[o]=new Array(l),d=0;d<l;++d)(r=a[d])&&(s=e.call(r,r.__data__,d,a))&&("__data__"in r&&(s.__data__=r.__data__),c[d]=s)
11234
11232
  return new Tz(i,this._parents)},selectAll:function(e){e="function"==typeof e?TP(e):OP(e)
11235
11233
  for(var t=this._groups,n=t.length,i=[],o=[],r=0;r<n;++r)for(var s,a=t[r],l=a.length,c=0;c<l;++c)(s=a[c])&&(i.push(e.call(s,s.__data__,c,a)),o.push(s))
@@ -11256,12 +11254,12 @@ if(arguments.length<2){var i=this.node()
11256
11254
  return n.local?i.getAttributeNS(n.space,n.local):i.getAttribute(n)}return this.each((null==t?n.local?WP:UP:"function"==typeof t?n.local?XP:JP:n.local?KP:GP)(n,t))},style:function(e,t,n){return arguments.length>1?this.each((null==t?QP:"function"==typeof t?tz:ez)(e,t,null==n?"":n)):nz(this.node(),e)},property:function(e,t){return arguments.length>1?this.each((null==t?iz:"function"==typeof t?rz:oz)(e,t)):this.node()[e]},classed:function(e,t){var n=sz(e+"")
11257
11255
  if(arguments.length<2){for(var i=az(this.node()),o=-1,r=n.length;++o<r;)if(!i.contains(n[o]))return!1
11258
11256
  return!0}return this.each(("function"==typeof t?pz:t?hz:uz)(n,t))},text:function(e){return arguments.length?this.each(null==e?fz:("function"==typeof e?mz:gz)(e)):this.node().textContent},html:function(e){return arguments.length?this.each(null==e?vz:("function"==typeof e?yz:bz)(e)):this.node().innerHTML},raise:function(){return this.each(wz)},lower:function(){return this.each(xz)},append:function(e){var t="function"==typeof e?e:_P(e)
11259
- return this.select((function(){return this.appendChild(t.apply(this,arguments))}))},insert:function(e,t){var n="function"==typeof e?e:_P(e),i=null==t?kz:"function"==typeof t?t:EP(t)
11257
+ return this.select((function(){return this.appendChild(t.apply(this,arguments))}))},insert:function(e,t){var n="function"==typeof e?e:_P(e),i=null==t?kz:"function"==typeof t?t:IP(t)
11260
11258
  return this.select((function(){return this.insertBefore(n.apply(this,arguments),i.apply(this,arguments)||null)}))},remove:function(){return this.each(Cz)},clone:function(e){return this.select(e?$z:Sz)},datum:function(e){return arguments.length?this.property("__data__",e):this.node().__data__},on:function(e,t,n){var i,o,r=function(e){return e.trim().split(/^|\s+/).map((function(e){var t="",n=e.indexOf(".")
11261
11259
  return n>=0&&(t=e.slice(n+1),e=e.slice(0,n)),{type:e,name:t}}))}(e+""),s=r.length
11262
11260
  if(!(arguments.length<2)){for(a=t?_z:Mz,i=0;i<s;++i)this.each(a(r[i],t,n))
11263
11261
  return this}var a=this.node().__on
11264
- if(a)for(var l,c=0,d=a.length;c<d;++c)for(i=0,l=a[c];i<s;++i)if((o=r[i]).type===l.type&&o.name===l.name)return l.value},dispatch:function(e,t){return this.each(("function"==typeof t?Iz:Ez)(e,t))},[Symbol.iterator]:function*(){for(var e=this._groups,t=0,n=e.length;t<n;++t)for(var i,o=e[t],r=0,s=o.length;r<s;++r)(i=o[r])&&(yield i)}}
11262
+ if(a)for(var l,c=0,d=a.length;c<d;++c)for(i=0,l=a[c];i<s;++i)if((o=r[i]).type===l.type&&o.name===l.name)return l.value},dispatch:function(e,t){return this.each(("function"==typeof t?Ez:Iz)(e,t))},[Symbol.iterator]:function*(){for(var e=this._groups,t=0,n=e.length;t<n;++t)for(var i,o=e[t],r=0,s=o.length;r<s;++r)(i=o[r])&&(yield i)}}
11265
11263
  const Lz={capture:!0,passive:!1}
11266
11264
  function Nz(e){e.preventDefault(),e.stopImmediatePropagation()}function Pz(e,t,n){e.prototype=t.prototype=n,n.constructor=e}function zz(e,t){var n=Object.create(e.prototype)
11267
11265
  for(var i in t)n[i]=t[i]
@@ -11285,19 +11283,19 @@ function kV(e,t){t||(t=[])
11285
11283
  var n,i=e?Math.min(t.length,e.length):0,o=t.slice()
11286
11284
  return function(r){for(n=0;n<i;++n)o[n]=e[n]*(1-r)+t[n]*r
11287
11285
  return o}}function CV(e,t){var n,i=t?t.length:0,o=e?Math.min(i,e.length):0,r=new Array(o),s=new Array(i)
11288
- for(n=0;n<o;++n)r[n]=IV(e[n],t[n])
11286
+ for(n=0;n<o;++n)r[n]=EV(e[n],t[n])
11289
11287
  for(;n<i;++n)s[n]=t[n]
11290
11288
  return function(e){for(n=0;n<o;++n)s[n]=r[n](e)
11291
11289
  return s}}function SV(e,t){var n=new Date
11292
11290
  return e=+e,t=+t,function(i){return n.setTime(e*(1-i)+t*i),n}}function $V(e,t){return e=+e,t=+t,function(n){return e*(1-n)+t*n}}function MV(e,t){var n,i={},o={}
11293
- for(n in null!==e&&"object"==typeof e||(e={}),null!==t&&"object"==typeof t||(t={}),t)n in e?i[n]=IV(e[n],t[n]):o[n]=t[n]
11291
+ for(n in null!==e&&"object"==typeof e||(e={}),null!==t&&"object"==typeof t||(t={}),t)n in e?i[n]=EV(e[n],t[n]):o[n]=t[n]
11294
11292
  return function(e){for(n in i)o[n]=i[n](e)
11295
11293
  return o}}var _V=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,AV=new RegExp(_V.source,"g")
11296
- function EV(e,t){var n,i,o,r=_V.lastIndex=AV.lastIndex=0,s=-1,a=[],l=[]
11294
+ function IV(e,t){var n,i,o,r=_V.lastIndex=AV.lastIndex=0,s=-1,a=[],l=[]
11297
11295
  for(e+="",t+="";(n=_V.exec(e))&&(i=AV.exec(t));)(o=i.index)>r&&(o=t.slice(r,o),a[s]?a[s]+=o:a[++s]=o),(n=n[0])===(i=i[0])?a[s]?a[s]+=i:a[++s]=i:(a[++s]=null,l.push({i:s,x:$V(n,i)})),r=AV.lastIndex
11298
11296
  return r<t.length&&(o=t.slice(r),a[s]?a[s]+=o:a[++s]=o),a.length<2?l[0]?function(e){return function(t){return e(t)+""}}(l[0].x):function(e){return function(){return e}}(t):(t=l.length,function(e){for(var n,i=0;i<t;++i)a[(n=l[i]).i]=n.x(e)
11299
- return a.join("")})}function IV(e,t){var n,i,o=typeof t
11300
- return null==t||"boolean"===o?bV(t):("number"===o?$V:"string"===o?(n=nV(t))?(t=n,xV):EV:t instanceof nV?xV:t instanceof Date?SV:(i=t,!ArrayBuffer.isView(i)||i instanceof DataView?Array.isArray(t)?CV:"function"!=typeof t.valueOf&&"function"!=typeof t.toString||isNaN(t)?MV:$V:kV))(e,t)}function OV(e,t){return e=+e,t=+t,function(n){return Math.round(e*(1-n)+t*n)}}var TV,RV=180/Math.PI,DV={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1}
11297
+ return a.join("")})}function EV(e,t){var n,i,o=typeof t
11298
+ return null==t||"boolean"===o?bV(t):("number"===o?$V:"string"===o?(n=nV(t))?(t=n,xV):IV:t instanceof nV?xV:t instanceof Date?SV:(i=t,!ArrayBuffer.isView(i)||i instanceof DataView?Array.isArray(t)?CV:"function"!=typeof t.valueOf&&"function"!=typeof t.toString||isNaN(t)?MV:$V:kV))(e,t)}function OV(e,t){return e=+e,t=+t,function(n){return Math.round(e*(1-n)+t*n)}}var TV,RV=180/Math.PI,DV={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1}
11301
11299
  function FV(e,t,n,i,o,r){var s,a,l
11302
11300
  return(s=Math.sqrt(e*e+t*t))&&(e/=s,t/=s),(l=e*n+t*i)&&(n-=e*l,i-=t*l),(a=Math.sqrt(n*n+i*i))&&(n/=a,i/=a,l/=a),e*i<t*n&&(e=-e,t=-t,l=-l,s=-s),{translateX:o,translateY:r,rotate:Math.atan2(t,e)*RV,skewX:Math.atan(l)*RV,scaleX:s,scaleY:a}}function LV(e,t,n,i){function o(e){return e.length?e.pop()+" ":""}return function(r,s){var a=[],l=[]
11303
11301
  return r=e(r),s=e(s),function(e,i,o,r,s,a){if(e!==o||i!==r){var l=s.push("translate(",null,t,null,n)
@@ -11348,17 +11346,17 @@ if(s!==i){o=(i=s).slice()
11348
11346
  for(var a={name:t,value:n},l=0,c=o.length;l<c;++l)if(o[l].name===t){o[l]=a
11349
11347
  break}l===c&&o.push(a)}r.tween=o}}function kH(e,t,n){var i=e._id
11350
11348
  return e.each((function(){var e=vH(this,i);(e.value||(e.value={}))[t]=n.apply(this,arguments)})),function(e){return bH(e,i).value[t]}}function CH(e,t){var n
11351
- return("number"==typeof t?$V:t instanceof nV?xV:(n=nV(t))?(t=n,xV):EV)(e,t)}function SH(e){return function(){this.removeAttribute(e)}}function $H(e){return function(){this.removeAttributeNS(e.space,e.local)}}function MH(e,t,n){var i,o,r=n+""
11349
+ return("number"==typeof t?$V:t instanceof nV?xV:(n=nV(t))?(t=n,xV):IV)(e,t)}function SH(e){return function(){this.removeAttribute(e)}}function $H(e){return function(){this.removeAttributeNS(e.space,e.local)}}function MH(e,t,n){var i,o,r=n+""
11352
11350
  return function(){var s=this.getAttribute(e)
11353
11351
  return s===r?null:s===i?o:o=t(i=s,n)}}function _H(e,t,n){var i,o,r=n+""
11354
11352
  return function(){var s=this.getAttributeNS(e.space,e.local)
11355
11353
  return s===r?null:s===i?o:o=t(i=s,n)}}function AH(e,t,n){var i,o,r
11356
11354
  return function(){var s,a,l=n(this)
11357
11355
  if(null!=l)return(s=this.getAttribute(e))===(a=l+"")?null:s===i&&a===o?r:(o=a,r=t(i=s,l))
11358
- this.removeAttribute(e)}}function EH(e,t,n){var i,o,r
11356
+ this.removeAttribute(e)}}function IH(e,t,n){var i,o,r
11359
11357
  return function(){var s,a,l=n(this)
11360
11358
  if(null!=l)return(s=this.getAttributeNS(e.space,e.local))===(a=l+"")?null:s===i&&a===o?r:(o=a,r=t(i=s,l))
11361
- this.removeAttributeNS(e.space,e.local)}}function IH(e,t){var n,i
11359
+ this.removeAttributeNS(e.space,e.local)}}function EH(e,t){var n,i
11362
11360
  function o(){var o=t.apply(this,arguments)
11363
11361
  return o!==i&&(n=(i=o)&&function(e,t){return function(n){this.setAttributeNS(e.space,e.local,t.call(this,n))}}(e,o)),n}return o._value=t,o}function OH(e,t){var n,i
11364
11362
  function o(){var o=t.apply(this,arguments)
@@ -11366,7 +11364,7 @@ return o!==i&&(n=(i=o)&&function(e,t){return function(n){this.setAttribute(e,t.c
11366
11364
  function NH(e){return function(){this.style.removeProperty(e)}}var PH=0
11367
11365
  function zH(e,t,n,i){this._groups=e,this._parents=t,this._name=n,this._id=i}function VH(){return++PH}var HH=Rz.prototype
11368
11366
  zH.prototype={constructor:zH,select:function(e){var t=this._name,n=this._id
11369
- "function"!=typeof e&&(e=EP(e))
11367
+ "function"!=typeof e&&(e=IP(e))
11370
11368
  for(var i=this._groups,o=i.length,r=new Array(o),s=0;s<o;++s)for(var a,l,c=i[s],d=c.length,h=r[s]=new Array(d),u=0;u<d;++u)(a=c[u])&&(l=e.call(a,a.__data__,u,c))&&("__data__"in a&&(l.__data__=a.__data__),h[u]=l,gH(h[u],t,n,u,h,bH(a,n)))
11371
11369
  return new zH(r,this._parents,t,n)},selectAll:function(e){var t=this._name,n=this._id
11372
11370
  "function"!=typeof e&&(e=OP(e))
@@ -11382,12 +11380,12 @@ return arguments.length<2?bH(this.node(),n).on.on(e):this.each(function(e,t,n){v
11382
11380
  return t>=0&&(e=e.slice(0,t)),!e||"start"===e}))}(t)?mH:vH
11383
11381
  return function(){var s=r(this,e),a=s.on
11384
11382
  a!==i&&(o=(i=a).copy()).on(t,n),s.on=o}}(n,e,t))},attr:function(e,t){var n=SP(e),i="transform"===n?PV:CH
11385
- return this.attrTween(e,"function"==typeof t?(n.local?EH:AH)(n,i,kH(this,"attr."+e,t)):null==t?(n.local?$H:SH)(n):(n.local?_H:MH)(n,i,t))},attrTween:function(e,t){var n="attr."+e
11383
+ return this.attrTween(e,"function"==typeof t?(n.local?IH:AH)(n,i,kH(this,"attr."+e,t)):null==t?(n.local?$H:SH)(n):(n.local?_H:MH)(n,i,t))},attrTween:function(e,t){var n="attr."+e
11386
11384
  if(arguments.length<2)return(n=this.tween(n))&&n._value
11387
11385
  if(null==t)return this.tween(n,null)
11388
11386
  if("function"!=typeof t)throw new Error
11389
11387
  var i=SP(e)
11390
- return this.tween(n,(i.local?IH:OH)(i,t))},style:function(e,t,n){var i="transform"==(e+="")?NV:CH
11388
+ return this.tween(n,(i.local?EH:OH)(i,t))},style:function(e,t,n){var i="transform"==(e+="")?NV:CH
11391
11389
  return null==t?this.styleTween(e,function(e,t){var n,i,o
11392
11390
  return function(){var r=nz(this,e),s=(this.style.removeProperty(e),nz(this,e))
11393
11391
  return r===s?null:r===n&&s===i?o:o=t(n=r,i=s)}}(e,i)).on("end.style."+e,NH(e)):"function"==typeof t?this.styleTween(e,function(e,t,n){var i,o,r
@@ -11437,7 +11435,7 @@ function GH(e){for(;!e.__zoom;)if(!(e=e.parentNode))return WH
11437
11435
  return e.__zoom}function KH(e){e.stopImmediatePropagation()}function JH(e){e.preventDefault(),e.stopImmediatePropagation()}function XH(e){return!(e.ctrlKey&&"wheel"!==e.type||e.button)}function YH(){var e=this
11438
11436
  return e instanceof SVGElement?(e=e.ownerSVGElement||e).hasAttribute("viewBox")?[[(e=e.viewBox.baseVal).x,e.y],[e.x+e.width,e.y+e.height]]:[[0,0],[e.width.baseVal.value,e.height.baseVal.value]]:[[0,0],[e.clientWidth,e.clientHeight]]}function QH(){return this.__zoom||WH}function eB(e){return-e.deltaY*(1===e.deltaMode?.05:e.deltaMode?1:.002)*(e.ctrlKey?10:1)}function tB(){return navigator.maxTouchPoints||"ontouchstart"in this}function nB(e,t,n){var i=e.invertX(t[0][0])-n[0][0],o=e.invertX(t[1][0])-n[1][0],r=e.invertY(t[0][1])-n[0][1],s=e.invertY(t[1][1])-n[1][1]
11439
11437
  return e.translate(o>i?(i+o)/2:Math.min(0,i)||Math.max(0,o),s>r?(r+s)/2:Math.min(0,r)||Math.max(0,s))}function iB(){var e,t,n,i=XH,o=YH,r=nB,s=eB,a=tB,l=[0,1/0],c=[[-1/0,-1/0],[1/0,1/0]],d=250,h=BV,u=bP("start","zoom","end"),p=500,f=150,g=0,m=10
11440
- function v(e){e.property("__zoom",QH).on("wheel.zoom",S,{passive:!1}).on("mousedown.zoom",$).on("dblclick.zoom",M).filter(a).on("touchstart.zoom",_).on("touchmove.zoom",A).on("touchend.zoom touchcancel.zoom",E).style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function b(e,t){return(t=Math.max(l[0],Math.min(l[1],t)))===e.k?e:new UH(t,e.x,e.y)}function y(e,t,n){var i=t[0]-n[0]*e.k,o=t[1]-n[1]*e.k
11438
+ function v(e){e.property("__zoom",QH).on("wheel.zoom",S,{passive:!1}).on("mousedown.zoom",$).on("dblclick.zoom",M).filter(a).on("touchstart.zoom",_).on("touchmove.zoom",A).on("touchend.zoom touchcancel.zoom",I).style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function b(e,t){return(t=Math.max(l[0],Math.min(l[1],t)))===e.k?e:new UH(t,e.x,e.y)}function y(e,t,n){var i=t[0]-n[0]*e.k,o=t[1]-n[1]*e.k
11441
11439
  return i===e.x&&o===e.y?e:new UH(e.k,i,o)}function w(e){return[(+e[0][0]+ +e[1][0])/2,(+e[0][1]+ +e[1][1])/2]}function x(e,t,n,i){e.on("start.zoom",(function(){k(this,arguments).event(i).start()})).on("interrupt.zoom end.zoom",(function(){k(this,arguments).event(i).end()})).tween("zoom",(function(){var e=this,r=arguments,s=k(e,r).event(i),a=o.apply(e,r),l=null==n?w(a):"function"==typeof n?n.apply(e,r):n,c=Math.max(a[1][0]-a[0][0],a[1][1]-a[0][1]),d=e.__zoom,u="function"==typeof t?t.apply(e,r):t,p=h(d.invert(l).concat(c/d.k),u.invert(l).concat(c/u.k))
11442
11440
  return function(e){if(1===e)e=u
11443
11441
  else{var t=p(e),n=c/t[2]
@@ -11455,7 +11453,7 @@ e&&(e=clearTimeout(e)),r&&(h.taps<2&&(t=l[0],e=setTimeout((function(){e=null}),p
11455
11453
  for(JH(e),n=0;n<d;++n)o=Fz(i=l[n],this),a.touch0&&a.touch0[2]===i.identifier?a.touch0[0]=o:a.touch1&&a.touch1[2]===i.identifier&&(a.touch1[0]=o)
11456
11454
  if(i=a.that.__zoom,a.touch1){var h=a.touch0[0],u=a.touch0[1],p=a.touch1[0],f=a.touch1[1],g=(g=p[0]-h[0])*g+(g=p[1]-h[1])*g,m=(m=f[0]-u[0])*m+(m=f[1]-u[1])*m
11457
11455
  i=b(i,Math.sqrt(g/m)),o=[(h[0]+p[0])/2,(h[1]+p[1])/2],s=[(u[0]+f[0])/2,(u[1]+f[1])/2]}else{if(!a.touch0)return
11458
- o=a.touch0[0],s=a.touch0[1]}a.zoom("touch",r(y(i,o,s),a.extent,c))}}function E(e,...i){if(this.__zooming){var o,r,s=k(this,i).event(e),a=e.changedTouches,l=a.length
11456
+ o=a.touch0[0],s=a.touch0[1]}a.zoom("touch",r(y(i,o,s),a.extent,c))}}function I(e,...i){if(this.__zooming){var o,r,s=k(this,i).event(e),a=e.changedTouches,l=a.length
11459
11457
  for(KH(e),n&&clearTimeout(n),n=setTimeout((function(){n=null}),p),o=0;o<l;++o)r=a[o],s.touch0&&s.touch0[2]===r.identifier?delete s.touch0:s.touch1&&s.touch1[2]===r.identifier&&delete s.touch1
11460
11458
  if(s.touch1&&!s.touch0&&(s.touch0=s.touch1,delete s.touch1),s.touch0)s.touch0[1]=this.__zoom.invert(s.touch0[0])
11461
11459
  else if(s.end(),2===s.taps&&(r=Fz(r,this),Math.hypot(t[0]-r[0],t[1]-r[1])<m)){var c=Dz(this).on("dblclick.zoom")
@@ -11615,14 +11613,14 @@ function h(){var n=i().length,h=s<r,u=h?s:r,p=h?r:s
11615
11613
  e=(p-u)/Math.max(1,n-l+2*c),a&&(e=Math.floor(e)),u+=(p-u-e*(n-l))*d,t=e*(1-l),a&&(u=Math.round(u),t=Math.round(t))
11616
11614
  var f=kB(n).map((function(t){return u+e*t}))
11617
11615
  return o(h?f.reverse():f)}return delete n.unknown,n.domain=function(e){return arguments.length?(i(e),h()):i()},n.range=function(e){return arguments.length?([r,s]=e,r=+r,s=+s,h()):[r,s]},n.rangeRound=function(e){return[r,s]=e,r=+r,s=+s,a=!0,h()},n.bandwidth=function(){return t},n.step=function(){return e},n.round=function(e){return arguments.length?(a=!!e,h()):a},n.padding=function(e){return arguments.length?(l=Math.min(1,c=+e),h()):l},n.paddingInner=function(e){return arguments.length?(l=Math.min(1,e),h()):l},n.paddingOuter=function(e){return arguments.length?(c=+e,h()):c},n.align=function(e){return arguments.length?(d=Math.max(0,Math.min(1,e)),h()):d},n.copy=function(){return MB(i(),[r,s]).round(a).paddingInner(l).paddingOuter(c).align(d)},CB.apply(h(),arguments)}function _B(e){return+e}var AB=[0,1]
11618
- function EB(e){return e}function IB(e,t){return(t-=e=+e)?function(n){return(n-e)/t}:(n=isNaN(t)?NaN:.5,function(){return n})
11616
+ function IB(e){return e}function EB(e,t){return(t-=e=+e)?function(n){return(n-e)/t}:(n=isNaN(t)?NaN:.5,function(){return n})
11619
11617
  var n}function OB(e,t,n){var i=e[0],o=e[1],r=t[0],s=t[1]
11620
- return o<i?(i=IB(o,i),r=n(s,r)):(i=IB(i,o),r=n(r,s)),function(e){return r(i(e))}}function TB(e,t,n){var i=Math.min(e.length,t.length)-1,o=new Array(i),r=new Array(i),s=-1
11621
- for(e[i]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++s<i;)o[s]=IB(e[s],e[s+1]),r[s]=n(t[s],t[s+1])
11618
+ return o<i?(i=EB(o,i),r=n(s,r)):(i=EB(i,o),r=n(r,s)),function(e){return r(i(e))}}function TB(e,t,n){var i=Math.min(e.length,t.length)-1,o=new Array(i),r=new Array(i),s=-1
11619
+ for(e[i]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++s<i;)o[s]=EB(e[s],e[s+1]),r[s]=n(t[s],t[s+1])
11622
11620
  return function(t){var n=uB(e,t,1,i)-1
11623
- return r[n](o[n](t))}}function RB(){var e,t,n,i,o,r,s=AB,a=AB,l=IV,c=EB
11621
+ return r[n](o[n](t))}}function RB(){var e,t,n,i,o,r,s=AB,a=AB,l=EV,c=IB
11624
11622
  function d(){var e,t,n,l=Math.min(s.length,a.length)
11625
- return c!==EB&&(e=s[0],t=s[l-1],e>t&&(n=e,e=t,t=n),c=function(n){return Math.max(e,Math.min(t,n))}),i=l>2?TB:OB,o=r=null,h}function h(t){return null==t||isNaN(t=+t)?n:(o||(o=i(s.map(e),a,l)))(e(c(t)))}return h.invert=function(n){return c(t((r||(r=i(a,s.map(e),$V)))(n)))},h.domain=function(e){return arguments.length?(s=Array.from(e,_B),d()):s.slice()},h.range=function(e){return arguments.length?(a=Array.from(e),d()):a.slice()},h.rangeRound=function(e){return a=Array.from(e),l=OV,d()},h.clamp=function(e){return arguments.length?(c=!!e||EB,d()):c!==EB},h.interpolate=function(e){return arguments.length?(l=e,d()):l},h.unknown=function(e){return arguments.length?(n=e,h):n},function(n,i){return e=n,t=i,d()}}function DB(e,t){if((n=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null
11623
+ return c!==IB&&(e=s[0],t=s[l-1],e>t&&(n=e,e=t,t=n),c=function(n){return Math.max(e,Math.min(t,n))}),i=l>2?TB:OB,o=r=null,h}function h(t){return null==t||isNaN(t=+t)?n:(o||(o=i(s.map(e),a,l)))(e(c(t)))}return h.invert=function(n){return c(t((r||(r=i(a,s.map(e),$V)))(n)))},h.domain=function(e){return arguments.length?(s=Array.from(e,_B),d()):s.slice()},h.range=function(e){return arguments.length?(a=Array.from(e),d()):a.slice()},h.rangeRound=function(e){return a=Array.from(e),l=OV,d()},h.clamp=function(e){return arguments.length?(c=!!e||IB,d()):c!==IB},h.interpolate=function(e){return arguments.length?(l=e,d()):l},h.unknown=function(e){return arguments.length?(n=e,h):n},function(n,i){return e=n,t=i,d()}}function DB(e,t){if((n=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null
11626
11624
  var n,i=e.slice(0,n)
11627
11625
  return[i.length>1?i[0]+i.slice(2):i,+e.slice(n+1)]}function FB(e){return(e=DB(Math.abs(e)))?e[1]:NaN}var LB,NB=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i
11628
11626
  function PB(e){if(!(t=NB.exec(e)))throw new Error("invalid format: "+e)
@@ -11683,7 +11681,7 @@ var i,o,r=t(),s=0,a=r.length-1,l=r[s],c=r[a],d=10
11683
11681
  for(c<l&&(o=l,l=c,c=o,o=s,s=a,a=o);d-- >0;){if((o=wB(l,c,n))===i)return r[s]=l,r[a]=c,t(r)
11684
11682
  if(o>0)l=Math.floor(l/o)*o,c=Math.ceil(c/o)*o
11685
11683
  else{if(!(o<0))break
11686
- l=Math.ceil(l*o)/o,c=Math.floor(c*o)/o}i=o}return e},e}function XB(){var e=RB()(EB,EB)
11684
+ l=Math.ceil(l*o)/o,c=Math.floor(c*o)/o}i=o}return e},e}function XB(){var e=RB()(IB,IB)
11687
11685
  return e.copy=function(){return function(e,t){return t.domain(e.domain()).range(e.range()).interpolate(e.interpolate()).clamp(e.clamp()).unknown(e.unknown())}(e,XB())},CB.apply(e,arguments),JB(e)}function YB(){var e,t=[],n=[],i=[]
11688
11686
  function o(){var e=0,o=Math.max(1,n.length)
11689
11687
  for(i=new Array(o-1);++e<o;)i[e-1]=xB(t,e/o)
@@ -11738,7 +11736,7 @@ return{x:i(e.dataManager.invertedHorizontalScale(t.x-e.dataManager.margin.left))
11738
11736
  let i=0
11739
11737
  for(const e of n)i+=e
11740
11738
  return i>0}}class pq{constructor(e){this.wafermap=e,this.onWheelMove=e=>{e.preventDefault()},this.onMouseMove=e=>{this.hoverHandler.mousemove(e)},this.onMouseOut=()=>{this.hoverHandler.mouseout()},this.zoomHandler=new hq(e),this.hoverHandler=new uq(e)}attachEvents(){this.zoomHandler.createZoomBehavior(),this.wafermap.addEventListener("mousemove",this.onMouseMove),this.wafermap.addEventListener("mouseout",this.onMouseOut),this.wafermap.canvas.addEventListener("wheel",this.onWheelMove,{passive:!1})}detachEvents(){this.wafermap.removeEventListener("mousemove",this.onMouseMove),this.wafermap.removeEventListener("mouseout",this.onMouseOut),this.wafermap.canvas.removeEventListener("wheel",this.onWheelMove)}}const fq=["canvasWidth","canvasHeight","originLocation","gridMinX","gridMaxX","gridMinY","gridMaxY","dies","maxCharacters","colorScale","colorScaleMode","highlightedValues","dieLabelsHidden","dieLabelsSuffix","transform","hoverDie"]
11741
- class gq extends PF{constructor(e){super(fq),this.wafermap=e,this.updateQueued=!1}get requiresEventsUpdate(){return this.isTracked("canvasWidth")||this.isTracked("canvasHeight")||this.isTracked("originLocation")||this.isTracked("gridMinX")||this.isTracked("gridMaxX")||this.isTracked("gridMinY")||this.isTracked("gridMaxY")||this.isTracked("dies")||this.isTracked("maxCharacters")||this.isTracked("colorScale")||this.isTracked("colorScaleMode")||this.isTracked("highlightedValues")||this.isTracked("dieLabelsHidden")||this.isTracked("dieLabelsSuffix")||this.isTracked("transform")}get requiresContainerDimensionsUpdate(){return this.isTracked("canvasWidth")||this.isTracked("canvasHeight")}get requiresScalesUpdate(){return this.isTracked("originLocation")||this.isTracked("gridMinX")||this.isTracked("gridMaxX")||this.isTracked("gridMinY")||this.isTracked("gridMaxY")||this.isTracked("dies")}get requiresLabelsFontSizeUpdate(){return this.isTracked("maxCharacters")}get requiresDiesRenderInfoUpdate(){return this.isTracked("colorScale")||this.isTracked("colorScaleMode")||this.isTracked("highlightedValues")||this.isTracked("dieLabelsHidden")||this.isTracked("dieLabelsSuffix")}get requiresDrawnWaferUpdate(){return this.isTracked("transform")}get requiresRenderHoverUpdate(){return this.isTracked("hoverDie")}queueUpdate(){this.wafermap.$fastController.isConnected&&(this.updateQueued||(this.updateQueued=!0,u.queueUpdate((()=>{this.wafermap.update(),this.untrackAll(),this.updateQueued=!1}))))}}class mq{constructor(e){this.wafermap=e,this.invalidGridDimensions=!1}getValidity(){return{invalidGridDimensions:this.invalidGridDimensions}}isValid(){return Object.values(this.getValidity()).every((e=>!1===e))}validateGridDimensions(){return this.invalidGridDimensions=!1,void 0===this.wafermap.gridMinX&&void 0===this.wafermap.gridMaxX&&void 0===this.wafermap.gridMinY&&void 0===this.wafermap.gridMaxY?this.invalidGridDimensions=!1:("number"!=typeof this.wafermap.gridMinX||"number"!=typeof this.wafermap.gridMaxX||"number"!=typeof this.wafermap.gridMinY||"number"!=typeof this.wafermap.gridMaxY||this.wafermap.gridMaxX<this.wafermap.gridMinX||this.wafermap.gridMaxY<this.wafermap.gridMinY)&&(this.invalidGridDimensions=!0),!this.invalidGridDimensions}}class vq extends Nt{constructor(){super(...arguments),this.waferMapUpdateTracker=new gq(this),this.originLocation=QB,this.gridMinX=void 0,this.gridMaxX=void 0,this.gridMinY=void 0,this.gridMaxY=void 0,this.orientation=nq,this.maxCharacters=4,this.dieLabelsHidden=!1,this.dieLabelsSuffix="",this.colorScaleMode=rq,this.dataManager=new cq(this),this.renderer=new dq(this),this.renderQueued=!1,this.transform=WH,this.hoverTransform="",this.hoverOpacity=oq,this.hoverWidth=0,this.hoverHeight=0,this.highlightedValues=[],this.dies=[],this.colorScale={colors:[],values:[]},this.eventCoordinator=new pq(this),this.resizeObserver=this.createResizeObserver(),this.waferMapValidator=new mq(this)}get validity(){return this.waferMapValidator.getValidity()}connectedCallback(){super.connectedCallback(),this.canvasContext=this.canvas.getContext("2d",{willReadFrequently:!0}),this.resizeObserver.observe(this),this.waferMapUpdateTracker.trackAll()}disconnectedCallback(){super.disconnectedCallback(),this.resizeObserver.unobserve(this)}update(){this.waferMapUpdateTracker.requiresEventsUpdate?(this.eventCoordinator.detachEvents(),this.waferMapValidator.validateGridDimensions(),this.waferMapUpdateTracker.requiresContainerDimensionsUpdate?(this.dataManager.updateContainerDimensions(),this.renderer.updateSortedDiesAndDrawWafer()):this.waferMapUpdateTracker.requiresScalesUpdate?(this.dataManager.updateScales(),this.renderer.updateSortedDiesAndDrawWafer()):this.waferMapUpdateTracker.requiresLabelsFontSizeUpdate?(this.dataManager.updateLabelsFontSize(),this.renderer.updateSortedDiesAndDrawWafer()):this.waferMapUpdateTracker.requiresDiesRenderInfoUpdate?(this.dataManager.updateDiesRenderInfo(),this.renderer.updateSortedDiesAndDrawWafer()):this.waferMapUpdateTracker.requiresDrawnWaferUpdate&&this.renderer.drawWafer(),this.eventCoordinator.attachEvents()):this.waferMapUpdateTracker.requiresRenderHoverUpdate&&this.renderer.renderHover()}createResizeObserver(){return new ResizeObserver((e=>{const t=e[0]
11739
+ class gq extends zF{constructor(e){super(fq),this.wafermap=e,this.updateQueued=!1}get requiresEventsUpdate(){return this.isTracked("canvasWidth")||this.isTracked("canvasHeight")||this.isTracked("originLocation")||this.isTracked("gridMinX")||this.isTracked("gridMaxX")||this.isTracked("gridMinY")||this.isTracked("gridMaxY")||this.isTracked("dies")||this.isTracked("maxCharacters")||this.isTracked("colorScale")||this.isTracked("colorScaleMode")||this.isTracked("highlightedValues")||this.isTracked("dieLabelsHidden")||this.isTracked("dieLabelsSuffix")||this.isTracked("transform")}get requiresContainerDimensionsUpdate(){return this.isTracked("canvasWidth")||this.isTracked("canvasHeight")}get requiresScalesUpdate(){return this.isTracked("originLocation")||this.isTracked("gridMinX")||this.isTracked("gridMaxX")||this.isTracked("gridMinY")||this.isTracked("gridMaxY")||this.isTracked("dies")}get requiresLabelsFontSizeUpdate(){return this.isTracked("maxCharacters")}get requiresDiesRenderInfoUpdate(){return this.isTracked("colorScale")||this.isTracked("colorScaleMode")||this.isTracked("highlightedValues")||this.isTracked("dieLabelsHidden")||this.isTracked("dieLabelsSuffix")}get requiresDrawnWaferUpdate(){return this.isTracked("transform")}get requiresRenderHoverUpdate(){return this.isTracked("hoverDie")}queueUpdate(){this.wafermap.$fastController.isConnected&&(this.updateQueued||(this.updateQueued=!0,u.queueUpdate((()=>{this.wafermap.update(),this.untrackAll(),this.updateQueued=!1}))))}}class mq{constructor(e){this.wafermap=e,this.invalidGridDimensions=!1}getValidity(){return{invalidGridDimensions:this.invalidGridDimensions}}isValid(){return Object.values(this.getValidity()).every((e=>!1===e))}validateGridDimensions(){return this.invalidGridDimensions=!1,void 0===this.wafermap.gridMinX&&void 0===this.wafermap.gridMaxX&&void 0===this.wafermap.gridMinY&&void 0===this.wafermap.gridMaxY?this.invalidGridDimensions=!1:("number"!=typeof this.wafermap.gridMinX||"number"!=typeof this.wafermap.gridMaxX||"number"!=typeof this.wafermap.gridMinY||"number"!=typeof this.wafermap.gridMaxY||this.wafermap.gridMaxX<this.wafermap.gridMinX||this.wafermap.gridMaxY<this.wafermap.gridMinY)&&(this.invalidGridDimensions=!0),!this.invalidGridDimensions}}class vq extends Nt{constructor(){super(...arguments),this.waferMapUpdateTracker=new gq(this),this.originLocation=QB,this.gridMinX=void 0,this.gridMaxX=void 0,this.gridMinY=void 0,this.gridMaxY=void 0,this.orientation=nq,this.maxCharacters=4,this.dieLabelsHidden=!1,this.dieLabelsSuffix="",this.colorScaleMode=rq,this.dataManager=new cq(this),this.renderer=new dq(this),this.renderQueued=!1,this.transform=WH,this.hoverTransform="",this.hoverOpacity=oq,this.hoverWidth=0,this.hoverHeight=0,this.highlightedValues=[],this.dies=[],this.colorScale={colors:[],values:[]},this.eventCoordinator=new pq(this),this.resizeObserver=this.createResizeObserver(),this.waferMapValidator=new mq(this)}get validity(){return this.waferMapValidator.getValidity()}connectedCallback(){super.connectedCallback(),this.canvasContext=this.canvas.getContext("2d",{willReadFrequently:!0}),this.resizeObserver.observe(this),this.waferMapUpdateTracker.trackAll()}disconnectedCallback(){super.disconnectedCallback(),this.resizeObserver.unobserve(this)}update(){this.waferMapUpdateTracker.requiresEventsUpdate?(this.eventCoordinator.detachEvents(),this.waferMapValidator.validateGridDimensions(),this.waferMapUpdateTracker.requiresContainerDimensionsUpdate?(this.dataManager.updateContainerDimensions(),this.renderer.updateSortedDiesAndDrawWafer()):this.waferMapUpdateTracker.requiresScalesUpdate?(this.dataManager.updateScales(),this.renderer.updateSortedDiesAndDrawWafer()):this.waferMapUpdateTracker.requiresLabelsFontSizeUpdate?(this.dataManager.updateLabelsFontSize(),this.renderer.updateSortedDiesAndDrawWafer()):this.waferMapUpdateTracker.requiresDiesRenderInfoUpdate?(this.dataManager.updateDiesRenderInfo(),this.renderer.updateSortedDiesAndDrawWafer()):this.waferMapUpdateTracker.requiresDrawnWaferUpdate&&this.renderer.drawWafer(),this.eventCoordinator.attachEvents()):this.waferMapUpdateTracker.requiresRenderHoverUpdate&&this.renderer.renderHover()}createResizeObserver(){return new ResizeObserver((e=>{const t=e[0]
11742
11740
  if(void 0===t)return
11743
11741
  const{height:n,width:i}=t.contentRect
11744
11742
  this.canvas.width=i,this.canvas.height=n,this.canvasWidth=i,this.canvasHeight=n}))}originLocationChanged(){this.waferMapUpdateTracker.track("originLocation"),this.waferMapUpdateTracker.queueUpdate()}gridMinXChanged(){this.waferMapUpdateTracker.track("gridMinX"),this.waferMapUpdateTracker.queueUpdate()}gridMaxXChanged(){this.waferMapUpdateTracker.track("gridMaxX"),this.waferMapUpdateTracker.queueUpdate()}gridMinYChanged(){this.waferMapUpdateTracker.track("gridMinY"),this.waferMapUpdateTracker.queueUpdate()}gridMaxYChanged(){this.waferMapUpdateTracker.track("gridMaxY"),this.waferMapUpdateTracker.queueUpdate()}maxCharactersChanged(){this.waferMapUpdateTracker.track("maxCharacters"),this.waferMapUpdateTracker.queueUpdate()}dieLabelsHiddenChanged(){this.waferMapUpdateTracker.track("dieLabelsHidden"),this.waferMapUpdateTracker.queueUpdate()}dieLabelsSuffixChanged(){this.waferMapUpdateTracker.track("dieLabelsSuffix"),this.waferMapUpdateTracker.queueUpdate()}colorScaleModeChanged(){this.waferMapUpdateTracker.track("colorScaleMode"),this.waferMapUpdateTracker.queueUpdate()}highlightedValuesChanged(){this.waferMapUpdateTracker.track("highlightedValues"),this.waferMapUpdateTracker.queueUpdate()}diesChanged(){this.waferMapUpdateTracker.track("dies"),this.waferMapUpdateTracker.queueUpdate()}colorScaleChanged(){this.waferMapUpdateTracker.track("colorScale"),this.waferMapUpdateTracker.queueUpdate()}transformChanged(){this.waferMapUpdateTracker.track("transform"),this.waferMapUpdateTracker.queueUpdate()}canvasWidthChanged(){this.waferMapUpdateTracker.track("canvasWidth"),this.waferMapUpdateTracker.queueUpdate()}canvasHeightChanged(){this.waferMapUpdateTracker.track("canvasHeight"),this.waferMapUpdateTracker.queueUpdate()}hoverDieChanged(){this.$emit("die-hover",{currentDie:this.hoverDie}),this.waferMapUpdateTracker.track("hoverDie"),this.waferMapUpdateTracker.queueUpdate()}}e([se({attribute:"origin-location"})],vq.prototype,"originLocation",void 0),e([se({attribute:"grid-min-x",converter:oe})],vq.prototype,"gridMinX",void 0),e([se({attribute:"grid-max-x",converter:oe})],vq.prototype,"gridMaxX",void 0),e([se({attribute:"grid-min-y",converter:oe})],vq.prototype,"gridMinY",void 0),e([se({attribute:"grid-max-y",converter:oe})],vq.prototype,"gridMaxY",void 0),e([se],vq.prototype,"orientation",void 0),e([se({attribute:"max-characters",converter:oe})],vq.prototype,"maxCharacters",void 0),e([se({attribute:"die-labels-hidden",mode:"boolean"})],vq.prototype,"dieLabelsHidden",void 0),e([se({attribute:"die-labels-suffix"})],vq.prototype,"dieLabelsSuffix",void 0),e([se({attribute:"color-scale-mode"})],vq.prototype,"colorScaleMode",void 0),e([m],vq.prototype,"canvasWidth",void 0),e([m],vq.prototype,"canvasHeight",void 0),e([m],vq.prototype,"transform",void 0),e([m],vq.prototype,"hoverTransform",void 0),e([m],vq.prototype,"hoverOpacity",void 0),e([m],vq.prototype,"hoverWidth",void 0),e([m],vq.prototype,"hoverHeight",void 0),e([m],vq.prototype,"hoverDie",void 0),e([m],vq.prototype,"highlightedValues",void 0),e([m],vq.prototype,"dies",void 0),e([m],vq.prototype,"colorScale",void 0)