@amirjalili1374/ui-kit 1.5.72 → 1.5.73
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/ui-kit.es.js
CHANGED
|
@@ -20152,11 +20152,12 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
20152
20152
|
]),
|
|
20153
20153
|
item: withCtx(({ item, columns, index: index2 }) => [
|
|
20154
20154
|
createElementVNode("tr", {
|
|
20155
|
-
|
|
20156
|
-
|
|
20157
|
-
|
|
20158
|
-
|
|
20159
|
-
|
|
20155
|
+
class: normalizeClass([
|
|
20156
|
+
"data-row",
|
|
20157
|
+
props.bulkMode && props.selectable ? "is-selectable" : "",
|
|
20158
|
+
isSelected(item) && props.bulkMode ? "is-selected" : "",
|
|
20159
|
+
index2 % 2 === 0 ? "row-even" : "row-odd"
|
|
20160
|
+
]),
|
|
20160
20161
|
tabindex: props.selectable ? 0 : -1,
|
|
20161
20162
|
onKeydown: withKeys(withModifiers(($event) => props.selectable && toggleSelection(item), ["prevent"]), ["enter"]),
|
|
20162
20163
|
onClick: ($event) => props.bulkMode && props.selectable && selectSingleItem(item)
|
|
@@ -20346,7 +20347,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
20346
20347
|
]))
|
|
20347
20348
|
], 4);
|
|
20348
20349
|
}), 128))
|
|
20349
|
-
],
|
|
20350
|
+
], 42, _hoisted_19)
|
|
20350
20351
|
]),
|
|
20351
20352
|
_: 1
|
|
20352
20353
|
}, 8, ["headers", "items", "items-per-page", "height"])),
|