@ni/nimble-components 20.1.0 → 20.1.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 +5 -1
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +2 -1
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/src/table/components/cell/index.d.ts +1 -0
- package/dist/esm/src/table/testing/table.pageobject.d.ts +3 -0
- package/dist/esm/table/components/cell/index.d.ts +1 -0
- package/dist/esm/table/components/cell/index.js +3 -0
- package/dist/esm/table/components/cell/index.js.map +1 -1
- package/dist/esm/table/components/row/template.js +1 -0
- package/dist/esm/table/components/row/template.js.map +1 -1
- package/dist/esm/table/testing/table.pageobject.d.ts +3 -0
- package/dist/esm/table/testing/table.pageobject.js +23 -0
- package/dist/esm/table/testing/table.pageobject.js.map +1 -1
- package/package.json +1 -1
|
@@ -6765,7 +6765,7 @@ const C_=mi.tagFor(y_),$_=we`
|
|
|
6765
6765
|
`)}
|
|
6766
6766
|
</template>
|
|
6767
6767
|
`
|
|
6768
|
-
class I_ extends Vt{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],I_.prototype,"cellState",void 0),e([m],I_.prototype,"column",void 0),e([m],I_.prototype,"recordId",void 0),e([se({attribute:"has-action-menu",mode:"boolean"})],I_.prototype,"hasActionMenu",void 0),e([se({attribute:"menu-open",mode:"boolean"})],I_.prototype,"menuOpen",void 0),e([se({attribute:"action-menu-label"})],I_.prototype,"actionMenuLabel",void 0),e([m],I_.prototype,"cellViewTemplate",void 0),e([m],I_.prototype,"nestingLevel",void 0)
|
|
6768
|
+
class I_ extends Vt{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],I_.prototype,"cellState",void 0),e([m],I_.prototype,"column",void 0),e([m],I_.prototype,"recordId",void 0),e([se({attribute:"column-id"})],I_.prototype,"columnId",void 0),e([se({attribute:"has-action-menu",mode:"boolean"})],I_.prototype,"hasActionMenu",void 0),e([se({attribute:"menu-open",mode:"boolean"})],I_.prototype,"menuOpen",void 0),e([se({attribute:"action-menu-label"})],I_.prototype,"actionMenuLabel",void 0),e([m],I_.prototype,"cellViewTemplate",void 0),e([m],I_.prototype,"nestingLevel",void 0)
|
|
6769
6769
|
const M_=I_.compose({baseName:"table-cell",template:S_,styles:__})
|
|
6770
6770
|
mi.getOrCreate().withPrefix("nimble").register(M_())
|
|
6771
6771
|
const A_=mi.tagFor(I_),R_=G`
|
|
@@ -6792,6 +6792,7 @@ const A_=mi.tagFor(I_),R_=G`
|
|
|
6792
6792
|
:cellState="${e=>e.cellState}"
|
|
6793
6793
|
:cellViewTemplate="${e=>e.column.columnInternals.cellViewTemplate}"
|
|
6794
6794
|
:column="${e=>e.column}"
|
|
6795
|
+
column-id="${e=>e.column.columnId}"
|
|
6795
6796
|
:recordId="${(e,t)=>t.parent.recordId}"
|
|
6796
6797
|
?has-action-menu="${e=>!!e.column.actionMenuSlot}"
|
|
6797
6798
|
action-menu-label="${e=>e.column.actionMenuLabel}"
|