@everchron/ec-shards 9.15.14 → 9.16.0

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
@@ -7246,6 +7246,11 @@ const Y0 = /* @__PURE__ */ y(au, [["render", ru], ["__scopeId", "data-v-c6e97366
7246
7246
  /** Allows to programmatically select a specific option item via it's value. */
7247
7247
  modelValue: {
7248
7248
  type: [String, Number]
7249
+ },
7250
+ /** Shows the select in a purple state, which is used for AI generated content being displayed. */
7251
+ ai: {
7252
+ type: Boolean,
7253
+ default: !1
7249
7254
  }
7250
7255
  },
7251
7256
  data() {
@@ -7291,7 +7296,7 @@ const Y0 = /* @__PURE__ */ y(au, [["render", ru], ["__scopeId", "data-v-c6e97366
7291
7296
  };
7292
7297
  function mu(e, s, t, a, n, i) {
7293
7298
  return o(), r("div", {
7294
- class: v(["ecs-form-select", [i.sizeClass, i.typeClass, t.disabled ? "disabled" : null]])
7299
+ class: v(["ecs-form-select", [i.sizeClass, i.typeClass, t.disabled ? "disabled" : null, t.ai ? "ecs-form-select-ai" : null]])
7295
7300
  }, [
7296
7301
  f("select", qe({
7297
7302
  ref: "select",
@@ -7311,7 +7316,7 @@ function mu(e, s, t, a, n, i) {
7311
7316
  t.placeholder && n.currentValue == "" ? (o(), r("span", fu, C(t.placeholder), 1)) : u("", !0)
7312
7317
  ], 2);
7313
7318
  }
7314
- const Zt = /* @__PURE__ */ y(cu, [["render", mu], ["__scopeId", "data-v-da6f533f"]]), gu = {
7319
+ const Zt = /* @__PURE__ */ y(cu, [["render", mu], ["__scopeId", "data-v-eea25537"]]), gu = {
7315
7320
  name: "ecs-data-grid-head-cell",
7316
7321
  emits: ["resizedWidth", "sortby", "selection"],
7317
7322
  components: {
@@ -10778,6 +10783,12 @@ const b_ = /* @__PURE__ */ y(qg, [["render", Yg], ["__scopeId", "data-v-3e639a35
10778
10783
  type: Boolean,
10779
10784
  default: !1
10780
10785
  },
10786
+ /** Shows the input in a purple state, which is used for AI generated content being displayed. */
10787
+ ai: {
10788
+ type: Boolean,
10789
+ default: !1
10790
+ },
10791
+ /** Ref for the input. */
10781
10792
  refr: String,
10782
10793
  /** Minimum number value, only used when type is `number`. */
10783
10794
  min: Number,
@@ -10805,7 +10816,8 @@ function Qg(e, s, t, a, n, i) {
10805
10816
  i.sizeClass,
10806
10817
  i.formatClass,
10807
10818
  t.subtle ? "ecs-form-control-subtle" : null,
10808
- t.error ? "ecs-form-control-error" : null
10819
+ t.error ? "ecs-form-control-error" : null,
10820
+ t.ai ? "ecs-form-control-ai" : null
10809
10821
  ]],
10810
10822
  value: t.modelValue,
10811
10823
  onInput: s[0] || (s[0] = (l) => e.$emit("update:modelValue", l.target.value)),
@@ -10832,7 +10844,8 @@ function Qg(e, s, t, a, n, i) {
10832
10844
  i.sizeClass,
10833
10845
  i.formatClass,
10834
10846
  t.subtle ? "ecs-form-control-subtle" : null,
10835
- t.error ? "ecs-form-control-error" : null
10847
+ t.error ? "ecs-form-control-error" : null,
10848
+ t.ai ? "ecs-form-control-ai" : null
10836
10849
  ]],
10837
10850
  value: t.modelValue,
10838
10851
  onInput: s[4] || (s[4] = (l) => e.$emit("update:modelValue", l.target.value)),
@@ -10850,7 +10863,7 @@ function Qg(e, s, t, a, n, i) {
10850
10863
  "data-1p-ignore": i.disabled1Password
10851
10864
  }), null, 16, Jg));
10852
10865
  }
10853
- const eh = /* @__PURE__ */ y(Xg, [["render", Qg], ["__scopeId", "data-v-77c267fd"]]), th = {
10866
+ const eh = /* @__PURE__ */ y(Xg, [["render", Qg], ["__scopeId", "data-v-9e01ece1"]]), th = {
10854
10867
  name: "ecs-input-group-addon",
10855
10868
  components: { EcsIcon: L },
10856
10869
  props: {