readytech-ui-library-v2 1.0.58 → 1.0.60
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.
@@ -23569,54 +23569,45 @@ const aS = /* @__PURE__ */ ve(tS, [["render", nS], ["__scopeId", "data-v-75254d1
|
|
23569
23569
|
label: {
|
23570
23570
|
type: String,
|
23571
23571
|
default: "Enter text"
|
23572
|
-
// Default label text
|
23573
23572
|
},
|
23574
23573
|
placeholder: {
|
23575
23574
|
type: String,
|
23576
23575
|
default: "Type something..."
|
23577
|
-
// Default placeholder text
|
23578
23576
|
},
|
23579
23577
|
rows: {
|
23580
23578
|
type: Number,
|
23581
23579
|
default: 4
|
23582
|
-
// Default row count
|
23583
23580
|
},
|
23584
23581
|
disabled: {
|
23585
23582
|
type: Boolean,
|
23586
23583
|
default: !1
|
23587
|
-
// Default to not disabled
|
23588
23584
|
},
|
23589
23585
|
prependIcon: {
|
23590
23586
|
type: String,
|
23591
23587
|
default: ""
|
23592
|
-
// Default to no icon
|
23593
23588
|
},
|
23594
23589
|
clearable: {
|
23595
23590
|
type: Boolean,
|
23596
23591
|
default: !1
|
23597
|
-
// Default is not clearable
|
23598
23592
|
},
|
23599
23593
|
autocomplete: {
|
23600
23594
|
type: String,
|
23601
23595
|
default: "off"
|
23602
|
-
// Default is 'off'
|
23603
23596
|
},
|
23604
23597
|
backgroundColor: {
|
23605
23598
|
type: String,
|
23606
23599
|
default: ""
|
23607
|
-
// Default to no background color
|
23608
23600
|
},
|
23609
23601
|
color: {
|
23610
23602
|
type: String,
|
23611
23603
|
default: ""
|
23612
|
-
// Default to no text color
|
23613
23604
|
}
|
23614
23605
|
},
|
23615
23606
|
emits: ["update:modelValue"],
|
23616
23607
|
setup(e, { emit: n }) {
|
23617
23608
|
const t = e, a = n, l = (r) => {
|
23618
23609
|
a("update:modelValue", r);
|
23619
|
-
}, i = {
|
23610
|
+
}, i = g(() => ({
|
23620
23611
|
modelValue: t.modelValue,
|
23621
23612
|
placeholder: t.placeholder,
|
23622
23613
|
rows: t.rows,
|
@@ -23624,14 +23615,11 @@ const aS = /* @__PURE__ */ ve(tS, [["render", nS], ["__scopeId", "data-v-75254d1
|
|
23624
23615
|
autocomplete: t.autocomplete,
|
23625
23616
|
prependIcon: t.prependIcon,
|
23626
23617
|
clearable: t.clearable
|
23627
|
-
}, o = {
|
23618
|
+
})), o = g(() => ({
|
23628
23619
|
backgroundColor: t.backgroundColor || "",
|
23629
|
-
// Use provided background color or default
|
23630
23620
|
color: t.color || ""
|
23631
|
-
|
23632
|
-
|
23633
|
-
return (r, u) => (M(), W(iS, F(i, {
|
23634
|
-
onInput: l,
|
23621
|
+
}));
|
23622
|
+
return (r, u) => (M(), W(iS, F(i.value, {
|
23635
23623
|
label: e.label,
|
23636
23624
|
rows: e.rows,
|
23637
23625
|
disabled: e.disabled,
|
@@ -23640,10 +23628,11 @@ const aS = /* @__PURE__ */ ve(tS, [["render", nS], ["__scopeId", "data-v-75254d1
|
|
23640
23628
|
"prepend-icon": e.prependIcon,
|
23641
23629
|
clearable: e.clearable,
|
23642
23630
|
autocomplete: e.autocomplete,
|
23643
|
-
style: o
|
23644
|
-
|
23631
|
+
style: o.value,
|
23632
|
+
"onUpdate:modelValue": l
|
23633
|
+
}), null, 16, ["label", "rows", "disabled", "placeholder", "model-value", "prepend-icon", "clearable", "autocomplete", "style"]));
|
23645
23634
|
}
|
23646
|
-
}, rS = /* @__PURE__ */ ve(oS, [["__scopeId", "data-v-
|
23635
|
+
}, rS = /* @__PURE__ */ ve(oS, [["__scopeId", "data-v-33afc596"]]), sS = R({
|
23647
23636
|
dotColor: String,
|
23648
23637
|
fillDot: Boolean,
|
23649
23638
|
hideDot: Boolean,
|