@modeltables/fontawesome-vuetify 2.5.0 → 2.6.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/index.esm.ts CHANGED
@@ -3641,7 +3641,7 @@ class o0 {
3641
3641
  }
3642
3642
  class Rt {
3643
3643
  constructor() {
3644
- this.Key = "Id", this.SelectedKey = "Selected", this.Name = void 0, this.ShowKey = !0, this.Active = !0;
3644
+ this.Key = "Id", this.SelectedKey = "Selected", this.Name = void 0, this.ShowKey = !1, this.Active = !0;
3645
3645
  }
3646
3646
  }
3647
3647
  const Mi = "change", Mg = "load", Li = "rowClick", Bi = "search", Ri = "itemSelection", $i = "multiSelection", tu = "selected-row", Ln = "unselected-row", Lg = "row-class", Bg = {
@@ -11325,11 +11325,14 @@ const Yb = /* @__PURE__ */ Ot(Rb, [["render", Ub]]), Gb = {
11325
11325
  required: !0
11326
11326
  }
11327
11327
  },
11328
+ mounted() {
11329
+ },
11328
11330
  data() {
11329
11331
  return {
11330
11332
  key: this.key,
11331
11333
  dataHeader: this.dataHeader,
11332
11334
  id: this.id,
11335
+ options: this.options,
11333
11336
  carretDown: Pg,
11334
11337
  carretUp: Cg
11335
11338
  };
@@ -11350,7 +11353,7 @@ const Yb = /* @__PURE__ */ Ot(Rb, [["render", Ub]]), Gb = {
11350
11353
  }, qb = { key: 0 }, Xb = { key: 1 }, Jb = { key: 1 }, Qb = { key: 2 };
11351
11354
  function Zb(e, t, n, a, l, r) {
11352
11355
  const i = Ze("FontAwesomeIcon");
11353
- return n.options.ShowKey || !n.startPosition ? (oe(), Se("div", Kb, [
11356
+ return l.options.ShowKey || !n.startPosition ? (oe(), Se("div", Kb, [
11354
11357
  gn(tt(l.dataHeader.title) + " ", 1),
11355
11358
  l.dataHeader.sort ? (oe(), Se("div", qb, [
11356
11359
  S(i, {
@@ -11363,7 +11366,7 @@ function Zb(e, t, n, a, l, r) {
11363
11366
  icon: l.carretUp
11364
11367
  }, null, 8, ["icon"])
11365
11368
  ]))
11366
- ])) : n.options.Active ? (oe(), Se("div", Jb, tt(l.dataHeader.title), 1)) : (oe(), Se("div", Qb, tt(l.dataHeader.title), 1));
11369
+ ])) : l.options.Active ? (oe(), Se("div", Jb, tt(l.dataHeader.title), 1)) : (oe(), Se("div", Qb, tt(l.dataHeader.title), 1));
11367
11370
  }
11368
11371
  const ep = /* @__PURE__ */ Ot(Gb, [["render", Zb]]), tp = {
11369
11372
  components: {
@@ -15516,6 +15519,9 @@ const kl = (e, t) => {
15516
15519
  this.loaded = !0;
15517
15520
  }, 800));
15518
15521
  },
15522
+ options(e, t) {
15523
+ console.log(e), this.options = e;
15524
+ },
15519
15525
  dataSetItems(e, t) {
15520
15526
  this.dataSetItems = e;
15521
15527
  },
@@ -17754,11 +17760,12 @@ function l0(e, t, n, a, l, r) {
17754
17760
  ])) : He("", !0),
17755
17761
  (oe(!0), Se(ue, null, aa(l.dataheader, (y, f) => (oe(), Se("td", null, [
17756
17762
  S(o, {
17763
+ options: l.options,
17757
17764
  dataHeader: y,
17758
17765
  startPosition: f < 1,
17759
17766
  id: f,
17760
17767
  onSort: (b) => r.sort(b, y, f)
17761
- }, null, 8, ["dataHeader", "startPosition", "id", "onSort"])
17768
+ }, null, 8, ["options", "dataHeader", "startPosition", "id", "onSort"])
17762
17769
  ]))), 256))
17763
17770
  ])) : He("", !0),
17764
17771
  m.startPosition && l.showFilters ? (oe(), Se("tr", e0, [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modeltables/fontawesome-vuetify",
3
- "version": "2.5.0",
3
+ "version": "2.6.0",
4
4
  "description": "",
5
5
  "main": "./components/index.d.ts",
6
6
  "type": "module",