readytech-ui-library-v2 1.0.99 → 1.0.101

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.
@@ -18494,6 +18494,8 @@ const Ry = /* @__PURE__ */ fe(By, [["render", Ay], ["__scopeId", "data-v-51563f5
18494
18494
  }), My = {
18495
18495
  name: "RtSelectAutocomplete",
18496
18496
  props: {
18497
+ text: { type: String, default: "text" },
18498
+ label: { type: String, default: "label" },
18497
18499
  chips: { type: Boolean, default: !1 },
18498
18500
  density: {
18499
18501
  type: String,
@@ -18565,8 +18567,8 @@ function Oy(e, n, t, l, a, i) {
18565
18567
  error: e.error,
18566
18568
  "error-messages": e.errorMessages,
18567
18569
  "menu-props": e.menuProps,
18568
- "item-title": "text",
18569
- "item-value": "value",
18570
+ "item-title": t.text,
18571
+ "item-value": e.value,
18570
18572
  clearable: t.clearable,
18571
18573
  loading: t.loading,
18572
18574
  "search-input": a.searchInput,
@@ -18584,7 +18586,7 @@ function Oy(e, n, t, l, a, i) {
18584
18586
  s(o, null, {
18585
18587
  default: H(() => [
18586
18588
  s(Oa, {
18587
- label: "seleect all",
18589
+ label: "Select All",
18588
18590
  "input-value": i.allSelected
18589
18591
  }, null, 8, ["input-value"])
18590
18592
  ]),
@@ -18613,7 +18615,7 @@ function Oy(e, n, t, l, a, i) {
18613
18615
  ]),
18614
18616
  key: "1"
18615
18617
  } : void 0
18616
- ]), 1040, ["items", "modelValue", "label", "density", "outlined", "chips", "multiple", "placeholder", "disabled", "error", "error-messages", "menu-props", "clearable", "loading", "search-input", "onUpdate:searchInput", "onChange"]);
18618
+ ]), 1040, ["items", "modelValue", "label", "density", "outlined", "chips", "multiple", "placeholder", "disabled", "error", "error-messages", "menu-props", "item-title", "item-value", "clearable", "loading", "search-input", "onUpdate:searchInput", "onChange"]);
18617
18619
  }
18618
18620
  const Ly = /* @__PURE__ */ fe(My, [["render", Oy]]), Fy = {
18619
18621
  name: "RtSheet",