@ni/spright-components 6.21.6 → 6.21.7
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.
|
@@ -15361,7 +15361,7 @@ const yq="underline",wq="outline",xq="block",Cq="frameless",kq=_t`
|
|
|
15361
15361
|
${Qt({property:"defaultSlottedNodes",filter:function(t,e,n){return t.nodeType!==Node.TEXT_NODE||"string"==typeof t.nodeValue&&!!t.nodeValue.trim().length}})}
|
|
15362
15362
|
></slot>
|
|
15363
15363
|
</label>`)
|
|
15364
|
-
class $q extends(kv(Jv(Gi))){constructor(){super(...arguments),this.appearance=yq,this.fullBleed=!1,this.appearanceReadOnly=!1}}t([pt],$q.prototype,"appearance",void 0),t([pt({attribute:"full-bleed",mode:"boolean"})],$q.prototype,"fullBleed",void 0),t([pt({attribute:"appearance-readonly",mode:"boolean"})],$q.prototype,"appearanceReadOnly",void 0)
|
|
15364
|
+
class $q extends(kv(Jv(Gi))){constructor(){super(...arguments),this.appearance=yq,this.fullBleed=!1,this.appearanceReadOnly=!1}}t([pt],$q.prototype,"appearance",void 0),t([pt],$q.prototype,"autocomplete",void 0),t([pt({attribute:"full-bleed",mode:"boolean"})],$q.prototype,"fullBleed",void 0),t([pt({attribute:"appearance-readonly",mode:"boolean"})],$q.prototype,"appearanceReadOnly",void 0)
|
|
15365
15365
|
const _q=$q.compose({baseName:"text-field",baseClass:Gi,template:(t,e)=>J`
|
|
15366
15366
|
<template
|
|
15367
15367
|
class="
|
|
@@ -15390,6 +15390,7 @@ const _q=$q.compose({baseName:"text-field",baseClass:Gi,template:(t,e)=>J`
|
|
|
15390
15390
|
?spellcheck="${t=>t.spellcheck}"
|
|
15391
15391
|
:value="${t=>t.value}"
|
|
15392
15392
|
type="${t=>t.type}"
|
|
15393
|
+
autocomplete="${t=>t.autocomplete}"
|
|
15393
15394
|
aria-atomic="${t=>t.ariaAtomic}"
|
|
15394
15395
|
aria-busy="${t=>t.ariaBusy}"
|
|
15395
15396
|
aria-controls="${t=>t.ariaControls}"
|