@reinosoft-ui/core 0.1.48 → 0.1.49

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.
@@ -11,5 +11,6 @@ export interface Props {
11
11
  placeholder?: string;
12
12
  firstDayOfWeek?: number;
13
13
  disabled?: boolean;
14
+ invalid?: boolean;
14
15
  todayLabel?: string;
15
16
  }
@@ -5363,6 +5363,7 @@ const Tn = (e, o) => {
5363
5363
  placeholder: {},
5364
5364
  firstDayOfWeek: { default: 0 },
5365
5365
  disabled: { type: Boolean },
5366
+ invalid: { type: Boolean },
5366
5367
  todayLabel: { default: "Today" }
5367
5368
  }, {
5368
5369
  modelValue: {},
@@ -5438,7 +5439,7 @@ const Tn = (e, o) => {
5438
5439
  return oe(() => document.addEventListener("mousedown", _)), Ie(() => document.removeEventListener("mousedown", _)), (V, D) => (v(), p("div", {
5439
5440
  ref_key: "root",
5440
5441
  ref: l,
5441
- class: re(["dp", { required: Object.keys(V.$attrs).includes("required") }])
5442
+ class: re(["dp", { required: Object.keys(V.$attrs).includes("required"), error: e.invalid }])
5442
5443
  }, [
5443
5444
  M("label", {
5444
5445
  for: e.id,
@@ -5524,7 +5525,7 @@ const Tn = (e, o) => {
5524
5525
  ])) : O("", !0)
5525
5526
  ], 2));
5526
5527
  }
5527
- }), jn = /* @__PURE__ */ K(Un, [["__scopeId", "data-v-fd4bf1a6"]]), Yn = {
5528
+ }), jn = /* @__PURE__ */ K(Un, [["__scopeId", "data-v-46b04875"]]), Yn = {
5528
5529
  key: 0,
5529
5530
  class: "time-panel",
5530
5531
  role: "group",
@@ -5539,6 +5540,7 @@ const Tn = (e, o) => {
5539
5540
  placeholder: {},
5540
5541
  firstDayOfWeek: { default: 0 },
5541
5542
  disabled: { type: Boolean },
5543
+ invalid: { type: Boolean },
5542
5544
  todayLabel: {}
5543
5545
  }, {
5544
5546
  modelValue: {
@@ -5593,6 +5595,7 @@ const Tn = (e, o) => {
5593
5595
  "onUpdate:modelValue": h[3] || (h[3] = (H) => c.value = H),
5594
5596
  open: n.value,
5595
5597
  "onUpdate:open": h[4] || (h[4] = (H) => n.value = H),
5598
+ invalid: e.invalid,
5596
5599
  locale: e.locale,
5597
5600
  format: e.format,
5598
5601
  label: e.label,
@@ -5666,10 +5669,10 @@ const Tn = (e, o) => {
5666
5669
  ])) : O("", !0)
5667
5670
  ]),
5668
5671
  _: 1
5669
- }, 16, ["modelValue", "open", "locale", "format", "label", "first-day-of-week", "placeholder"])
5672
+ }, 16, ["modelValue", "open", "invalid", "locale", "format", "label", "first-day-of-week", "placeholder"])
5670
5673
  ], 512));
5671
5674
  }
5672
- }), Rl = /* @__PURE__ */ K(el, [["__scopeId", "data-v-338833cc"]]), Sl = T({
5675
+ }), Rl = /* @__PURE__ */ K(el, [["__scopeId", "data-v-95d5ccd6"]]), Sl = T({
5673
5676
  name: "Table",
5674
5677
  props: {
5675
5678
  columns: {