@everchron/ec-shards 14.21.4 → 14.21.5
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.css +1 -1
- package/dist/ec-shards.js +4 -4
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -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
|
},
|
|
@@ -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-
|
|
12974
|
+
const Ik = /* @__PURE__ */ _(dh, [["render", hh], ["__scopeId", "data-v-5ae604c2"]]), ph = {
|
|
12975
12975
|
name: "ecs-jumper-page",
|
|
12976
12976
|
emits: [
|
|
12977
12977
|
"selectCurPageText",
|