@everchron/ec-shards 14.21.0 → 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.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
- ], 8, Ju));
9320
+ ], 10, Ju));
9315
9321
  }
9316
- const nk = /* @__PURE__ */ _(Xu, [["render", nf], ["__scopeId", "data-v-df132a03"]]), af = {
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: {