@everchron/ec-shards 14.21.1 → 14.21.2
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 +15 -7
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -9252,6 +9252,12 @@ const ik = /* @__PURE__ */ _(ju, [["render", Yu], ["__scopeId", "data-v-95408541
|
|
|
9252
9252
|
EcsSkeletonLoader: ie
|
|
9253
9253
|
},
|
|
9254
9254
|
props: {
|
|
9255
|
+
/** Sets the base icon. */
|
|
9256
|
+
type: {
|
|
9257
|
+
type: String,
|
|
9258
|
+
default: "document",
|
|
9259
|
+
validator: (e) => ["document", "sheets"].includes(e)
|
|
9260
|
+
},
|
|
9255
9261
|
/** Determines if the document has been processed by OCR. */
|
|
9256
9262
|
ocr: {
|
|
9257
9263
|
type: Boolean,
|
|
@@ -9299,10 +9305,10 @@ function nf(e, s, t, a, n, i) {
|
|
|
9299
9305
|
"aria-busy": "true"
|
|
9300
9306
|
})) : (o(), r("div", {
|
|
9301
9307
|
key: 1,
|
|
9302
|
-
class: "ecs-document-state",
|
|
9308
|
+
class: y(["ecs-document-state", t.type]),
|
|
9303
9309
|
"aria-busy": t.processing || null
|
|
9304
9310
|
}, [
|
|
9305
|
-
t.ocr ? (o(), r("div", Zu)) : (o(), r("div", Qu)),
|
|
9311
|
+
t.ocr && t.type == "document" ? (o(), r("div", Zu)) : t.type == "document" ? (o(), r("div", Qu)) : u("", !0),
|
|
9306
9312
|
t.instantView ? (o(), r("div", ef)) : (o(), r("div", tf)),
|
|
9307
9313
|
t.processing ? (o(), r("span", sf, [
|
|
9308
9314
|
b(c, {
|
|
@@ -9311,9 +9317,9 @@ function nf(e, s, t, a, n, i) {
|
|
|
9311
9317
|
color: "#202127"
|
|
9312
9318
|
})
|
|
9313
9319
|
])) : u("", !0)
|
|
9314
|
-
],
|
|
9320
|
+
], 10, Ju));
|
|
9315
9321
|
}
|
|
9316
|
-
const nk = /* @__PURE__ */ _(Xu, [["render", nf], ["__scopeId", "data-v-
|
|
9322
|
+
const nk = /* @__PURE__ */ _(Xu, [["render", nf], ["__scopeId", "data-v-f336dd98"]]), af = {
|
|
9317
9323
|
props: {
|
|
9318
9324
|
/** The initial value of the chart as a percentage. */
|
|
9319
9325
|
value: {
|
|
@@ -12930,10 +12936,11 @@ function hh(e, s, t, a, n, i) {
|
|
|
12930
12936
|
default: x(() => [
|
|
12931
12937
|
b(l, {
|
|
12932
12938
|
onClick: i.previousSearchResult,
|
|
12939
|
+
disabled: t.currentCount <= 1 || null,
|
|
12933
12940
|
title: i.prevTooltip,
|
|
12934
12941
|
"aria-label": i.ariaLabelPrev,
|
|
12935
12942
|
class: "ecs-jumper-previous"
|
|
12936
|
-
}, null, 8, ["onClick", "title", "aria-label"]),
|
|
12943
|
+
}, null, 8, ["onClick", "disabled", "title", "aria-label"]),
|
|
12937
12944
|
t.showCount && !t.inputPagination ? (o(), r("div", uh, [
|
|
12938
12945
|
f("span", fh, w(i.currentPosition), 1),
|
|
12939
12946
|
f("span", gh, "/" + w(t.maxCount), 1)
|
|
@@ -12950,15 +12957,16 @@ function hh(e, s, t, a, n, i) {
|
|
|
12950
12957
|
])) : u("", !0),
|
|
12951
12958
|
b(l, {
|
|
12952
12959
|
onClick: i.nextSearchResult,
|
|
12960
|
+
disabled: t.currentCount == t.maxCount || null,
|
|
12953
12961
|
title: i.nextTooltip,
|
|
12954
12962
|
"aria-label": i.ariaLabelNext,
|
|
12955
12963
|
class: "ecs-jumper-next"
|
|
12956
|
-
}, null, 8, ["onClick", "title", "aria-label"])
|
|
12964
|
+
}, null, 8, ["onClick", "disabled", "title", "aria-label"])
|
|
12957
12965
|
]),
|
|
12958
12966
|
_: 1
|
|
12959
12967
|
});
|
|
12960
12968
|
}
|
|
12961
|
-
const Ik = /* @__PURE__ */ _(dh, [["render", hh], ["__scopeId", "data-v-
|
|
12969
|
+
const Ik = /* @__PURE__ */ _(dh, [["render", hh], ["__scopeId", "data-v-0b163531"]]), ph = {
|
|
12962
12970
|
name: "ecs-jumper-page",
|
|
12963
12971
|
emits: [
|
|
12964
12972
|
"selectCurPageText",
|