@ni/ok-components 1.6.6 → 1.6.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.
|
@@ -15362,7 +15362,7 @@ const Rq="underline",Fq="outline",Lq="block",Nq="frameless",Bq=_t`
|
|
|
15362
15362
|
${Qt({property:"defaultSlottedNodes",filter:function(t,e,n){return t.nodeType!==Node.TEXT_NODE||"string"==typeof t.nodeValue&&!!t.nodeValue.trim().length}})}
|
|
15363
15363
|
></slot>
|
|
15364
15364
|
</label>`)
|
|
15365
|
-
class Pq extends(Av(sb(Gi))){constructor(){super(...arguments),this.appearance=Rq,this.fullBleed=!1,this.appearanceReadOnly=!1}}t([pt],Pq.prototype,"appearance",void 0),t([pt({attribute:"full-bleed",mode:"boolean"})],Pq.prototype,"fullBleed",void 0),t([pt({attribute:"appearance-readonly",mode:"boolean"})],Pq.prototype,"appearanceReadOnly",void 0)
|
|
15365
|
+
class Pq extends(Av(sb(Gi))){constructor(){super(...arguments),this.appearance=Rq,this.fullBleed=!1,this.appearanceReadOnly=!1}}t([pt],Pq.prototype,"appearance",void 0),t([pt],Pq.prototype,"autocomplete",void 0),t([pt({attribute:"full-bleed",mode:"boolean"})],Pq.prototype,"fullBleed",void 0),t([pt({attribute:"appearance-readonly",mode:"boolean"})],Pq.prototype,"appearanceReadOnly",void 0)
|
|
15366
15366
|
const Vq=Pq.compose({baseName:"text-field",baseClass:Gi,template:(t,e)=>J`
|
|
15367
15367
|
<template
|
|
15368
15368
|
class="
|
|
@@ -15391,6 +15391,7 @@ const Vq=Pq.compose({baseName:"text-field",baseClass:Gi,template:(t,e)=>J`
|
|
|
15391
15391
|
?spellcheck="${t=>t.spellcheck}"
|
|
15392
15392
|
:value="${t=>t.value}"
|
|
15393
15393
|
type="${t=>t.type}"
|
|
15394
|
+
autocomplete="${t=>t.autocomplete}"
|
|
15394
15395
|
aria-atomic="${t=>t.ariaAtomic}"
|
|
15395
15396
|
aria-busy="${t=>t.ariaBusy}"
|
|
15396
15397
|
aria-controls="${t=>t.ariaControls}"
|