@quidgest/ui 0.5.8 → 0.5.9

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/ui.css CHANGED
@@ -533,7 +533,7 @@ body {
533
533
  .q-input {
534
534
  display: flex;
535
535
  align-items: center;
536
- height: 2.25rem;
536
+ height: 31.89px;
537
537
  width: 100%;
538
538
  border-radius: 0.375rem;
539
539
  border-width: 1px;
package/dist/ui.esm.js CHANGED
@@ -1196,10 +1196,10 @@ const Vt = {
1196
1196
  () => e.clearable && !e.readonly && !e.disabled && !e.loading
1197
1197
  );
1198
1198
  function q(d) {
1199
- o.value = d, n("update:modelValue", d);
1199
+ o.value = d, n("update:modelValue", d), u();
1200
1200
  }
1201
1201
  function E() {
1202
- m.value && (q(void 0), u());
1202
+ m.value && q(void 0);
1203
1203
  }
1204
1204
  function O() {
1205
1205
  e.readonly || e.disabled || (a.value ? u() : M());