@up-packages/ui 0.9.6-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.
@@ -15368,7 +15368,9 @@ const Wy = R({
15368
15368
  errorMessages: {},
15369
15369
  hint: {},
15370
15370
  persistentHint: { type: Boolean, default: !1 },
15371
- density: { default: "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
15375
  clearable: { type: Boolean, default: !0 },
15374
15376
  firstDayOfWeek: { default: 0 },
@@ -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-479bc6c2"]]), rp = /* @__PURE__ */ Z({
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 },