vueless 0.0.250 → 0.0.251
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/package.json +1 -1
- package/ui.data-table/index.vue +2 -0
- package/web-types.json +1 -1
package/package.json
CHANGED
package/ui.data-table/index.vue
CHANGED
|
@@ -192,6 +192,7 @@
|
|
|
192
192
|
bodyCellNestedExpandIconAttrs,
|
|
193
193
|
bodyCellNestedAttrs,
|
|
194
194
|
bodyCellPrimaryAttrs,
|
|
195
|
+
bodyCheckboxAttrs,
|
|
195
196
|
}"
|
|
196
197
|
@click="onClickRow"
|
|
197
198
|
@toggle-row-visibility="onToggleRowVisibility"
|
|
@@ -511,6 +512,7 @@ const {
|
|
|
511
512
|
hasSlotContent,
|
|
512
513
|
headerAttrs,
|
|
513
514
|
bodyCellPrimaryAttrs,
|
|
515
|
+
bodyCheckboxAttrs,
|
|
514
516
|
} = useAttrs(props, {
|
|
515
517
|
tableRows,
|
|
516
518
|
isShownActionsHeader,
|