quasar-ui-danx 0.3.28 → 0.3.29
Sign up to get free protection for your applications and to get access to all the features.
package/dist/danx.es.js
CHANGED
@@ -16652,6 +16652,10 @@ const Uw = { class: "flex items-center" }, Rw = { key: 0 }, Bw = { class: "flex-
|
|
16652
16652
|
type: String,
|
16653
16653
|
default: ""
|
16654
16654
|
},
|
16655
|
+
rows: {
|
16656
|
+
type: Number,
|
16657
|
+
default: 3
|
16658
|
+
},
|
16655
16659
|
noLabel: Boolean,
|
16656
16660
|
showName: Boolean,
|
16657
16661
|
disabled: Boolean,
|
@@ -16679,6 +16683,7 @@ const Uw = { class: "flex items-center" }, Rw = { key: 0 }, Bw = { class: "flex-
|
|
16679
16683
|
"input-class": t.inputClass,
|
16680
16684
|
class: z(t.parentClass),
|
16681
16685
|
"stack-label": "",
|
16686
|
+
rows: t.rows,
|
16682
16687
|
type: t.type,
|
16683
16688
|
"model-value": t.modelValue,
|
16684
16689
|
debounce: t.debounce,
|
@@ -16694,7 +16699,7 @@ const Uw = { class: "flex items-center" }, Rw = { key: 0 }, Bw = { class: "flex-
|
|
16694
16699
|
}, null, 8, ["field", "label", "show-name", "class"])
|
16695
16700
|
]),
|
16696
16701
|
_: 1
|
16697
|
-
}, 8, ["data-dusk", "data-testid", "placeholder", "disable", "label-slot", "input-class", "class", "type", "model-value", "debounce"])),
|
16702
|
+
}, 8, ["data-dusk", "data-testid", "placeholder", "disable", "label-slot", "input-class", "class", "rows", "type", "model-value", "debounce"])),
|
16698
16703
|
t.readonly ? (m(), x("div", U4, [
|
16699
16704
|
k(v(P4), {
|
16700
16705
|
label: t.label || t.field.label,
|
@@ -19389,7 +19394,7 @@ const qS = {
|
|
19389
19394
|
});
|
19390
19395
|
};
|
19391
19396
|
}
|
19392
|
-
}, gT = "quasar-ui-danx", bT = "0.3.
|
19397
|
+
}, gT = "quasar-ui-danx", bT = "0.3.29", xT = "Dan <dan@flytedesk.com>", yT = "DanX Vue / Quasar component library", vT = "MIT", wT = "module", ST = "dist/danx.es.js", TT = "dist/danx.es.js", CT = {
|
19393
19398
|
dev: "cd dev && quasar dev && cd ..",
|
19394
19399
|
build: "vite build",
|
19395
19400
|
preview: "vite preview",
|