prlg-ui 1.8.231 → 1.8.232

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.
@@ -16241,7 +16241,7 @@ const ch = {
16241
16241
  const b = Nr("loading");
16242
16242
  return p(), Y("div", v_, [
16243
16243
  Ea((p(), Y("table", {
16244
- class: xe(["table", `table--${f.size}`])
16244
+ class: xe(["table", `table--${f.size}`, { "table--with-pagiantion": f.paginator }])
16245
16245
  }, [
16246
16246
  j(Vh, { table: l(c) }, null, 8, ["table"]),
16247
16247
  f.data.length > 0 ? (p(), v(Uh, {
@@ -16275,7 +16275,7 @@ const ch = {
16275
16275
  ]);
16276
16276
  };
16277
16277
  }
16278
- }), W0 = /* @__PURE__ */ F(m_, [["__scopeId", "data-v-e8245893"]]), g_ = /* @__PURE__ */ g({
16278
+ }), W0 = /* @__PURE__ */ F(m_, [["__scopeId", "data-v-6cc9723d"]]), g_ = /* @__PURE__ */ g({
16279
16279
  __name: "DatePickerCellTrigger",
16280
16280
  props: {
16281
16281
  day: {},
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.231",
4
+ "version": "1.8.232",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",