readytech-ui-library-v2 1.0.140 → 1.0.141

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.
@@ -13896,6 +13896,10 @@ const rz = J({
13896
13896
  type: String,
13897
13897
  default: "Select Date"
13898
13898
  },
13899
+ persistentHint: {
13900
+ type: Boolean,
13901
+ default: !1
13902
+ },
13899
13903
  hint: {
13900
13904
  type: String,
13901
13905
  default: "Enter date as dd-mm-yyyy or use calendar"
@@ -14014,6 +14018,7 @@ function Tte(e, t, n, r, a, i) {
14014
14018
  "prepend-inner-icon": "mdi-calendar",
14015
14019
  id: i.id,
14016
14020
  hint: n.hint,
14021
+ "persistent-hint": n.persistentHint,
14017
14022
  "aria-label": n.label || "Date input field",
14018
14023
  "aria-describedby": i.computedAriaDescribedby,
14019
14024
  "aria-invalid": i.hasError.toString(),
@@ -14030,7 +14035,7 @@ function Tte(e, t, n, r, a, i) {
14030
14035
  label: n.label,
14031
14036
  "aria-live": "polite",
14032
14037
  role: "textbox"
14033
- }), null, 16, ["modelValue", "id", "hint", "aria-label", "aria-describedby", "aria-invalid", "placeholder", "disabled", "error", "error-messages", "prepend-icon", "autocomplete", "onClick:clear", "onBlur", "onKeyup", "label"])
14038
+ }), null, 16, ["modelValue", "id", "hint", "persistent-hint", "aria-label", "aria-describedby", "aria-invalid", "placeholder", "disabled", "error", "error-messages", "prepend-icon", "autocomplete", "onClick:clear", "onBlur", "onKeyup", "label"])
14034
14039
  ]),
14035
14040
  default: ae(() => [
14036
14041
  w(oz, {
@@ -14069,7 +14074,7 @@ function Tte(e, t, n, r, a, i) {
14069
14074
  }, Re(n.hint), 9, Ote)) : Ge("", !0)
14070
14075
  ]);
14071
14076
  }
14072
- const Bte = /* @__PURE__ */ je(Dte, [["render", Tte], ["__scopeId", "data-v-0d4a4980"]]), Pte = {
14077
+ const Bte = /* @__PURE__ */ je(Dte, [["render", Tte], ["__scopeId", "data-v-ff42da46"]]), Pte = {
14073
14078
  name: "RtDatePicker",
14074
14079
  props: {
14075
14080
  color: {
@@ -21896,7 +21901,7 @@ function Uie(e, t, n, r, a, i) {
21896
21901
  })) : (Y(), Ke("div", Hie, [
21897
21902
  w(zie, re(n.tableProps, {
21898
21903
  headers: n.headers,
21899
- items: n.items,
21904
+ items: i.filteredItems,
21900
21905
  search: a.search,
21901
21906
  "items-per-page": n.itemsPerPage,
21902
21907
  "items-per-page-options": n.itemsPerPageOptions,
@@ -21925,7 +21930,7 @@ function Uie(e, t, n, r, a, i) {
21925
21930
  _: 3
21926
21931
  });
21927
21932
  }
21928
- const Wie = /* @__PURE__ */ je($ie, [["render", Uie], ["__scopeId", "data-v-2abca9d4"]]), i_ = Symbol.for("vuetify:v-tabs"), Gie = J({
21933
+ const Wie = /* @__PURE__ */ je($ie, [["render", Uie], ["__scopeId", "data-v-425040fd"]]), i_ = Symbol.for("vuetify:v-tabs"), Gie = J({
21929
21934
  fixed: Boolean,
21930
21935
  sliderColor: String,
21931
21936
  hideSlider: Boolean,