energy-components 2.3.0 → 2.4.0
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/components/style/table.css +1 -1
- package/dist/components/style/tableRenderer.css +1 -1
- package/dist/components/table.es.js +80 -79
- package/dist/components/tableRenderer.es.js +120 -120
- package/dist/energy-components.css +1 -1
- package/dist/energy-components.es.js +9 -8
- package/dist/energy-components.umd.js +2 -2
- package/dist/style.css +1 -1
- package/dist/types/src/components/content/table/table.vue.d.ts +6 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/llms/rdsaccordion-group.md +6 -0
- package/llms/rdsaccordion.md +6 -0
- package/llms/rdsbadge.md +5 -0
- package/llms/rdsdate-picker.md +6 -0
- package/llms/rdsdropdown.md +6 -0
- package/llms/rdsmodal.md +9 -0
- package/llms/rdspagination.md +5 -0
- package/llms/rdspopover-menu.md +7 -0
- package/llms/rdspopover.md +7 -0
- package/llms/rdssearch-field.md +6 -0
- package/llms/rdssidebar.md +9 -0
- package/llms/rdssidedrawer.md +8 -0
- package/llms/rdstable.md +7 -1
- package/llms/rdstext-field.md +6 -0
- package/llms/rdstooltip.md +7 -0
- package/package.json +1 -1
|
@@ -16158,11 +16158,11 @@ const xm = ["id", "aria-label"], $m = ["width", "height", "viewBox"], Sm = ["id"
|
|
|
16158
16158
|
e.hideSelectAll ? I("", !0) : (v(), k("div", Im, [
|
|
16159
16159
|
we(gn, {
|
|
16160
16160
|
id: `checkbox-all-${g(l)}-${R.key}`,
|
|
16161
|
-
"
|
|
16161
|
+
"model-value": R.allSelected,
|
|
16162
16162
|
"onUpdate:modelValue": $[1] || ($[1] = (j) => T.$emit("toggleSelectAll", j)),
|
|
16163
16163
|
onClick: $[2] || ($[2] = ge(() => {
|
|
16164
16164
|
}, ["stop"]))
|
|
16165
|
-
}, null, 8, ["id", "
|
|
16165
|
+
}, null, 8, ["id", "model-value"]),
|
|
16166
16166
|
E("label", {
|
|
16167
16167
|
for: `checkbox-all-${g(l)}-${R.key}`,
|
|
16168
16168
|
class: "rds-checkbox__label rds-checkbox__label--no-text"
|
|
@@ -16224,12 +16224,12 @@ const xm = ["id", "aria-label"], $m = ["width", "height", "viewBox"], Sm = ["id"
|
|
|
16224
16224
|
}, [
|
|
16225
16225
|
we(gn, {
|
|
16226
16226
|
id: `chk-${g(l)}-${z}-${j.key}`,
|
|
16227
|
-
"
|
|
16227
|
+
"model-value": x(R),
|
|
16228
16228
|
disabled: S(R),
|
|
16229
16229
|
"onUpdate:modelValue": () => T.$emit("toggleRowSelection", R),
|
|
16230
16230
|
onClick: $[3] || ($[3] = ge(() => {
|
|
16231
16231
|
}, ["stop"]))
|
|
16232
|
-
}, null, 8, ["id", "
|
|
16232
|
+
}, null, 8, ["id", "model-value", "disabled", "onUpdate:modelValue"]),
|
|
16233
16233
|
E("label", {
|
|
16234
16234
|
for: `chk-${g(l)}-${z}-${j.key}`,
|
|
16235
16235
|
class: "rds-checkbox__label rds-checkbox__label--no-text"
|
|
@@ -16269,7 +16269,7 @@ const xm = ["id", "aria-label"], $m = ["width", "height", "viewBox"], Sm = ["id"
|
|
|
16269
16269
|
], 4)
|
|
16270
16270
|
], 2));
|
|
16271
16271
|
}
|
|
16272
|
-
}), eh = /* @__PURE__ */ Me(Zm, [["__scopeId", "data-v-
|
|
16272
|
+
}), eh = /* @__PURE__ */ Me(Zm, [["__scopeId", "data-v-9b371162"]]), th = ["id"], ah = { class: "rds-e-pagination" }, nh = {
|
|
16273
16273
|
key: 0,
|
|
16274
16274
|
class: "rds-e-pagination__item rds-e-pagination__item-elipsis"
|
|
16275
16275
|
}, lh = {
|
|
@@ -16603,7 +16603,8 @@ const xm = ["id", "aria-label"], $m = ["width", "height", "viewBox"], Sm = ["id"
|
|
|
16603
16603
|
rowClass: {},
|
|
16604
16604
|
cellClass: {},
|
|
16605
16605
|
isRowDisabled: {},
|
|
16606
|
-
resizableColumns: { type: Boolean }
|
|
16606
|
+
resizableColumns: { type: Boolean },
|
|
16607
|
+
resetPageOnSort: { type: Boolean, default: !1 }
|
|
16607
16608
|
},
|
|
16608
16609
|
emits: ["update:page", "update:pageSize", "update:sort", "update:checkedKeys", "optionsChange", "selectionChange", "rowExpand", "columnResize"],
|
|
16609
16610
|
setup(e, { expose: t, emit: n }) {
|
|
@@ -16654,7 +16655,7 @@ const xm = ["id", "aria-label"], $m = ["width", "height", "viewBox"], Sm = ["id"
|
|
|
16654
16655
|
let j = "asc";
|
|
16655
16656
|
R === $.key && (z === "asc" ? j = "desc" : z === "desc" && (j = null));
|
|
16656
16657
|
const q = j ? { key: $.key, order: j } : null;
|
|
16657
|
-
p.value = q, l("update:sort", q);
|
|
16658
|
+
a.resetPageOnSort && (c.value = 1, l("update:page", 1)), p.value = q, l("update:sort", q), D();
|
|
16658
16659
|
}, X = ($) => {
|
|
16659
16660
|
$.page !== c.value && (c.value = $.page, l("update:page", $.page)), $.limit !== u.value && (u.value = $.limit, l("update:pageSize", $.limit)), D();
|
|
16660
16661
|
}, H = () => {
|
|
@@ -16796,7 +16797,7 @@ const xm = ["id", "aria-label"], $m = ["width", "height", "viewBox"], Sm = ["id"
|
|
|
16796
16797
|
}, null, 8, ["total-items", "current-page", "items-per-page", "hide-leyend", "jump-to", "disable-first-load"]))
|
|
16797
16798
|
]));
|
|
16798
16799
|
}
|
|
16799
|
-
}), ch = /* @__PURE__ */ Me(dh, [["__scopeId", "data-v-
|
|
16800
|
+
}), ch = /* @__PURE__ */ Me(dh, [["__scopeId", "data-v-612ac918"]]), fh = ["id", "aria-label"], ph = ["src", "alt"], vh = {
|
|
16800
16801
|
key: 1,
|
|
16801
16802
|
class: "rds-e-avatar__initials"
|
|
16802
16803
|
}, mh = {
|