@everchron/ec-shards 8.20.1 → 8.20.3

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/ec-shards.js CHANGED
@@ -6767,10 +6767,10 @@ const qd = {
6767
6767
  },
6768
6768
  /** Determines if listener should be added for listed mouse event. */
6769
6769
  mouseEvent: {
6770
- // type: String,
6771
- // validator: v => ['', 'click', 'contextmenu'].includes(v),
6772
- type: Array,
6773
- default: []
6770
+ type: String,
6771
+ // type: Array,
6772
+ validator: (e) => ["", "click", "contextmenu"].includes(e),
6773
+ default: ""
6774
6774
  },
6775
6775
  /** Determines if the row should have clickable styles. */
6776
6776
  clickable: {
@@ -6815,7 +6815,7 @@ function jd(e, s, t, a, n, i) {
6815
6815
  m(e.$slots, "default", {}, void 0, !0)
6816
6816
  ], 2);
6817
6817
  }
6818
- const Ud = /* @__PURE__ */ v(qd, [["render", jd], ["__scopeId", "data-v-5b0e7358"]]);
6818
+ const Ud = /* @__PURE__ */ v(qd, [["render", jd], ["__scopeId", "data-v-db88daad"]]);
6819
6819
  const Gd = {
6820
6820
  name: "ecs-data-grid-row-group",
6821
6821
  components: {
@@ -8434,10 +8434,7 @@ const xf = {
8434
8434
  }, If = {
8435
8435
  key: 3,
8436
8436
  class: "ecs-dropzone-stats"
8437
- }, Ef = {
8438
- key: 4,
8439
- class: "ecs-dropzone-error-message"
8440
- };
8437
+ }, Ef = ["innerHTML"];
8441
8438
  function $f(e, s, t, a, n, i) {
8442
8439
  const r = p("ecs-skeleton-loader"), c = p("ecs-focus-ring"), d = p("ecs-text"), g = p("ecs-sticker"), b = p("ecs-flex-row"), x = p("ecs-progress"), I = p("ecs-empty-state"), E = p("ecs-button");
8443
8440
  return o(), l("div", {
@@ -8530,7 +8527,11 @@ function $f(e, s, t, a, n, i) {
8530
8527
  _: 1
8531
8528
  })
8532
8529
  ])) : u("", !0),
8533
- t.error && t.errorMessage ? (o(), l("div", Ef, w(t.errorMessage), 1)) : u("", !0)
8530
+ t.error && t.errorMessage ? (o(), l("div", {
8531
+ key: 4,
8532
+ innerHTML: t.errorMessage,
8533
+ class: "ecs-dropzone-error-message"
8534
+ }, null, 8, Ef)) : u("", !0)
8534
8535
  ])),
8535
8536
  t.loading || t.progress ? (o(), h(x, {
8536
8537
  key: 2,
@@ -8555,7 +8556,7 @@ function $f(e, s, t, a, n, i) {
8555
8556
  }, 8, ["onClick", "icon"])) : u("", !0)
8556
8557
  ], 42, wf);
8557
8558
  }
8558
- const Xy = /* @__PURE__ */ v(xf, [["render", $f], ["__scopeId", "data-v-80ee52db"]]);
8559
+ const Xy = /* @__PURE__ */ v(xf, [["render", $f], ["__scopeId", "data-v-7c5f7831"]]);
8559
8560
  const Pf = {
8560
8561
  name: "ecs-entry-link",
8561
8562
  emits: ["linkClick", "linkClickExternal", "moreClick"],