@quidgest/ui 0.7.21 → 0.7.23

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/index.d.ts CHANGED
@@ -1023,6 +1023,9 @@ declare const _default_17: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_With
1023
1023
  placeholder: string;
1024
1024
  };
1025
1025
  }, {}>, {
1026
+ prepend?(_: {}): any;
1027
+ append?(_: {}): any;
1028
+ extras?(_: {}): any;
1026
1029
  "body.prepend"?(_: {}): any;
1027
1030
  item?(_: {
1028
1031
  item: any;
@@ -2117,14 +2120,6 @@ declare type QInputGroupProps = {
2117
2120
  * The label of the field.
2118
2121
  */
2119
2122
  label?: string;
2120
- /**
2121
- * Whether the field is readonly.
2122
- */
2123
- readonly?: boolean;
2124
- /**
2125
- * Whether the field is disabled.
2126
- */
2127
- disabled?: boolean;
2128
2123
  /**
2129
2124
  * If set to true, an asterisk (*) is displayed
2130
2125
  * to indicate that the field is required.
package/dist/ui.css CHANGED
@@ -530,7 +530,7 @@ body *::-webkit-scrollbar-track {
530
530
  }
531
531
  .q-input-group__prepend, .q-input-group__append {
532
532
  display: flex;
533
- align-items: flex-end;
533
+ align-items: stretch;
534
534
  height: inherit;
535
535
  }
536
536
  .q-input-group__prepend > *, .q-input-group__append > * {
@@ -538,7 +538,7 @@ body *::-webkit-scrollbar-track {
538
538
  min-width: 40px;
539
539
  height: 100%;
540
540
  justify-content: center;
541
- padding: 0.26rem 0.4rem;
541
+ padding: 0 0.4rem;
542
542
  }
543
543
  .q-input-group__prepend > span, .q-input-group__append > span {
544
544
  display: flex;
@@ -843,6 +843,7 @@ body *::-webkit-scrollbar-track {
843
843
  overflow: hidden;
844
844
  text-overflow: ellipsis;
845
845
  pointer-events: none;
846
+ min-height: 1.5em;
846
847
  }
847
848
  .q-select__placeholder {
848
849
  font-style: italic;
@@ -851,9 +852,6 @@ body *::-webkit-scrollbar-track {
851
852
  .q-select--expanded .q-select__chevron {
852
853
  transform: rotate(-180deg);
853
854
  }
854
- .q-select .q-field__control {
855
- min-height: calc(1.5em + 0.52rem + 2px);
856
- }
857
855
  .q-select .q-field__prepend {
858
856
  padding-left: 6px;
859
857
  padding-right: 0.25rem;