@up-packages/ui 0.9.5-qa → 0.9.7-qa
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.
package/dist/uplexis-ui.js
CHANGED
|
@@ -15368,9 +15368,11 @@ const Wy = R({
|
|
|
15368
15368
|
errorMessages: {},
|
|
15369
15369
|
hint: {},
|
|
15370
15370
|
persistentHint: { type: Boolean, default: !1 },
|
|
15371
|
-
density: { default: "
|
|
15371
|
+
density: { default: "comfortable" },
|
|
15372
|
+
variant: { default: "outlined" },
|
|
15373
|
+
rounded: { type: [String, Number, Boolean], default: "lg" },
|
|
15372
15374
|
hideDetails: { type: [Boolean, String], default: !1 },
|
|
15373
|
-
clearable: { type: Boolean, default: !
|
|
15375
|
+
clearable: { type: Boolean, default: !0 },
|
|
15374
15376
|
firstDayOfWeek: { default: 0 },
|
|
15375
15377
|
minDate: {},
|
|
15376
15378
|
maxDate: {},
|
|
@@ -15533,6 +15535,8 @@ const Wy = R({
|
|
|
15533
15535
|
density: e.density,
|
|
15534
15536
|
"hide-details": e.hideDetails,
|
|
15535
15537
|
clearable: e.clearable,
|
|
15538
|
+
variant: e.variant,
|
|
15539
|
+
rounded: e.rounded,
|
|
15536
15540
|
"onClick:clear": A
|
|
15537
15541
|
}), {
|
|
15538
15542
|
"prepend-inner": L(() => [
|
|
@@ -15544,7 +15548,7 @@ const Wy = R({
|
|
|
15544
15548
|
}, 8, ["color"])
|
|
15545
15549
|
]),
|
|
15546
15550
|
_: 1
|
|
15547
|
-
}, 16, ["model-value", "label", "placeholder", "color", "disabled", "readonly", "error", "error-messages", "hint", "persistent-hint", "density", "hide-details", "clearable"])
|
|
15551
|
+
}, 16, ["model-value", "label", "placeholder", "color", "disabled", "readonly", "error", "error-messages", "hint", "persistent-hint", "density", "hide-details", "clearable", "variant", "rounded"])
|
|
15548
15552
|
]),
|
|
15549
15553
|
default: L(() => [
|
|
15550
15554
|
h(xn, { class: "up-date-picker-card" }, {
|
|
@@ -15704,7 +15708,7 @@ const Wy = R({
|
|
|
15704
15708
|
_: 1
|
|
15705
15709
|
}, 8, ["modelValue"]));
|
|
15706
15710
|
}
|
|
15707
|
-
}), sp = /* @__PURE__ */ N(ip, [["__scopeId", "data-v-
|
|
15711
|
+
}), sp = /* @__PURE__ */ N(ip, [["__scopeId", "data-v-29bf7e46"]]), rp = /* @__PURE__ */ Z({
|
|
15708
15712
|
__name: "UpxDialog",
|
|
15709
15713
|
props: {
|
|
15710
15714
|
modelValue: { type: Boolean, default: !1 },
|