readytech-ui-library-v2 1.0.24 → 1.0.25

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.
@@ -16135,6 +16135,7 @@ function wh(e, n, t, l, a, i) {
16135
16135
  }, {
16136
16136
  activator: H(({ props: o }) => [
16137
16137
  s(jt, N(o, {
16138
+ "prepend-inner-icon": "mdi-calendar",
16138
16139
  modelValue: l.formattedDate,
16139
16140
  "onUpdate:modelValue": n[0] || (n[0] = (r) => l.formattedDate = r),
16140
16141
  label: t.label,
@@ -16145,7 +16146,6 @@ function wh(e, n, t, l, a, i) {
16145
16146
  ]),
16146
16147
  default: H(() => [
16147
16148
  s(is, {
16148
- "prepend-icon": "mdi-calendar",
16149
16149
  modelValue: l.date,
16150
16150
  "onUpdate:modelValue": [
16151
16151
  n[1] || (n[1] = (o) => l.date = o),