@ni/ok-components 1.3.0 → 1.3.1
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.
- package/dist/all-components-bundle.js +15 -2
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +5 -4
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/custom-elements.json +234 -234
- package/dist/custom-elements.md +50 -50
- package/package.json +3 -3
|
@@ -3597,7 +3597,7 @@ const $v="nimble-card-button",_v=_t`
|
|
|
3597
3597
|
fill: ${ic};
|
|
3598
3598
|
}
|
|
3599
3599
|
|
|
3600
|
-
:host(.checked:not(.indeterminate)) slot[name='checked-indicator'] {
|
|
3600
|
+
:host(.checked:not(.indeterminate):not([appearance-indeterminate])) slot[name='checked-indicator'] {
|
|
3601
3601
|
display: contents;
|
|
3602
3602
|
}
|
|
3603
3603
|
|
|
@@ -3611,7 +3611,8 @@ const $v="nimble-card-button",_v=_t`
|
|
|
3611
3611
|
overflow: visible;
|
|
3612
3612
|
}
|
|
3613
3613
|
|
|
3614
|
-
:host(.indeterminate) slot[name='indeterminate-indicator']
|
|
3614
|
+
:host(.indeterminate) slot[name='indeterminate-indicator'],
|
|
3615
|
+
:host([appearance-indeterminate]) slot[name='indeterminate-indicator'] {
|
|
3615
3616
|
display: contents;
|
|
3616
3617
|
}
|
|
3617
3618
|
|
|
@@ -3638,8 +3639,8 @@ const $v="nimble-card-button",_v=_t`
|
|
|
3638
3639
|
${t=>t.errorText}
|
|
3639
3640
|
</div>
|
|
3640
3641
|
`
|
|
3641
|
-
function Ev(t){class e extends t{constructor(){super(...arguments),this.errorVisible=!1,this.errorHasOverflow=!1}}return pt({attribute:"error-text"})(e.prototype,"errorText"),pt({attribute:"error-visible",mode:"boolean"})(e.prototype,"errorVisible"),C(e.prototype,"errorHasOverflow"),e}class Av extends(Ev(Vn)){get resolvedTabindex(){const t=this.tabIndex??0
|
|
3642
|
-
return this.disabled?void 0:`${t}`}}t([pt({attribute:"tabindex",converter:ht})],Av.prototype,"tabIndex",void 0)
|
|
3642
|
+
function Ev(t){class e extends t{constructor(){super(...arguments),this.errorVisible=!1,this.errorHasOverflow=!1}}return pt({attribute:"error-text"})(e.prototype,"errorText"),pt({attribute:"error-visible",mode:"boolean"})(e.prototype,"errorVisible"),C(e.prototype,"errorHasOverflow"),e}class Av extends(Ev(Vn)){constructor(){super(...arguments),this.appearanceIndeterminate=!1}get resolvedTabindex(){const t=this.tabIndex??0
|
|
3643
|
+
return this.disabled?void 0:`${t}`}}t([pt({attribute:"tabindex",converter:ht})],Av.prototype,"tabIndex",void 0),t([pt({attribute:"appearance-indeterminate",mode:"boolean"})],Av.prototype,"appearanceIndeterminate",void 0)
|
|
3643
3644
|
const Tv=Av.compose({baseName:"checkbox",baseClass:Vn,template:(t,e)=>J`
|
|
3644
3645
|
<template
|
|
3645
3646
|
role="checkbox"
|