@everchron/ec-shards 14.21.4 → 14.21.6

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
@@ -4835,14 +4835,14 @@ function Nl(e, s, t, a, n, i) {
4835
4835
  ], 14, Dl);
4836
4836
  }
4837
4837
  const P_ = /* @__PURE__ */ _(Rl, [["render", Nl], ["__scopeId", "data-v-457e2cc7"]]), Vl = {
4838
- name: "ecs-context-button-group"
4838
+ name: "ecs-button-context-group"
4839
4839
  }, Fl = { class: "ecs-context-button-group" };
4840
4840
  function Hl(e, s, t, a, n, i) {
4841
4841
  return o(), r("div", Fl, [
4842
4842
  p(e.$slots, "default", {}, void 0, !0)
4843
4843
  ]);
4844
4844
  }
4845
- const L_ = /* @__PURE__ */ _(Vl, [["render", Hl], ["__scopeId", "data-v-94a53b69"]]), ql = {
4845
+ const L_ = /* @__PURE__ */ _(Vl, [["render", Hl], ["__scopeId", "data-v-33120df7"]]), ql = {
4846
4846
  name: "ecs-button-dialog",
4847
4847
  emits: ["click"],
4848
4848
  components: {
@@ -5785,7 +5785,7 @@ function Vr(e, s, t, a, n, i) {
5785
5785
  ], 10, Nr)
5786
5786
  ], 2);
5787
5787
  }
5788
- const F_ = /* @__PURE__ */ _(Mr, [["render", Vr], ["__scopeId", "data-v-fc73b3d4"]]), Fr = {
5788
+ const F_ = /* @__PURE__ */ _(Mr, [["render", Vr], ["__scopeId", "data-v-0727c0aa"]]), Fr = {
5789
5789
  name: "ecs-collection-control",
5790
5790
  emits: ["toggled", "collectionTooltip"],
5791
5791
  components: { EcsIcon: O, EcsFocusRing: R },
@@ -12866,7 +12866,7 @@ const zk = /* @__PURE__ */ _(oh, [["render", ch], ["__scopeId", "data-v-d9c9eec2
12866
12866
  props: {
12867
12867
  /** Count of the current object in the given index. */
12868
12868
  currentCount: {
12869
- type: Number,
12869
+ type: [Number, String],
12870
12870
  default: null,
12871
12871
  required: !0
12872
12872
  },
@@ -12891,7 +12891,7 @@ const zk = /* @__PURE__ */ _(oh, [["render", ch], ["__scopeId", "data-v-d9c9eec2
12891
12891
  type: String,
12892
12892
  default: "Item"
12893
12893
  },
12894
- /** Viewer search results buttons should no longer become disabled, but annotation and designation sidebards they should */
12894
+ /** Passing this as true will disable the buttons at the end of the results. False allows the hit results to loop around to the other end of the results. */
12895
12895
  enableDisabled: {
12896
12896
  type: Boolean,
12897
12897
  default: !1
@@ -12941,7 +12941,7 @@ function hh(e, s, t, a, n, i) {
12941
12941
  default: x(() => [
12942
12942
  b(l, {
12943
12943
  onClick: i.previousSearchResult,
12944
- disabled: t.enableDisabled && t.currentCount <= 1 || null,
12944
+ disabled: t.maxCount == 0 || t.enableDisabled && t.currentCount <= 1 || null,
12945
12945
  title: i.prevTooltip,
12946
12946
  "aria-label": i.ariaLabelPrev,
12947
12947
  class: "ecs-jumper-previous"
@@ -12962,7 +12962,7 @@ function hh(e, s, t, a, n, i) {
12962
12962
  ])) : u("", !0),
12963
12963
  b(l, {
12964
12964
  onClick: i.nextSearchResult,
12965
- disabled: t.enableDisabled && t.currentCount == t.maxCount || null,
12965
+ disabled: t.maxCount == 0 || t.enableDisabled && t.currentCount == t.maxCount || null,
12966
12966
  title: i.nextTooltip,
12967
12967
  "aria-label": i.ariaLabelNext,
12968
12968
  class: "ecs-jumper-next"
@@ -12971,7 +12971,7 @@ function hh(e, s, t, a, n, i) {
12971
12971
  _: 1
12972
12972
  });
12973
12973
  }
12974
- const Ik = /* @__PURE__ */ _(dh, [["render", hh], ["__scopeId", "data-v-3d8e1df1"]]), ph = {
12974
+ const Ik = /* @__PURE__ */ _(dh, [["render", hh], ["__scopeId", "data-v-d7f79667"]]), ph = {
12975
12975
  name: "ecs-jumper-page",
12976
12976
  emits: [
12977
12977
  "selectCurPageText",
@@ -15115,7 +15115,7 @@ function Sv(e, s, t, a, n, i) {
15115
15115
  ])) : u("", !0)
15116
15116
  ]);
15117
15117
  }
15118
- const Wk = /* @__PURE__ */ _(yv, [["render", Sv], ["__scopeId", "data-v-49057cbc"]]), Cv = {
15118
+ const Wk = /* @__PURE__ */ _(yv, [["render", Sv], ["__scopeId", "data-v-0c73e09d"]]), Cv = {
15119
15119
  name: "ecs-rating-star-read",
15120
15120
  components: { EcsSkeletonLoader: ie },
15121
15121
  props: {