@quidgest/ui 0.14.22 → 0.14.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.
Files changed (65) hide show
  1. package/dist/manifest/components.json +2 -0
  2. package/dist/ui.css +110 -5
  3. package/dist/ui.esm.js +3379 -3231
  4. package/dist/ui.js +9 -9
  5. package/dist/ui.min.css +1 -1
  6. package/dist/ui.min.js +709 -703
  7. package/dist/ui.scss +118 -8
  8. package/esm/components/QCombobox/QCombobox.d.ts +16 -8
  9. package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
  10. package/esm/components/QCombobox/QCombobox.vue.js +1 -1
  11. package/esm/components/QCombobox/index.d.ts +28 -14
  12. package/esm/components/QCombobox/index.d.ts.map +1 -1
  13. package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +1 -1
  14. package/esm/components/QDateTimePicker/index.d.ts +3 -0
  15. package/esm/components/QDateTimePicker/index.d.ts.map +1 -1
  16. package/esm/components/QField/QField.d.ts.map +1 -1
  17. package/esm/components/QField/QField.vue.js +11 -10
  18. package/esm/components/QFileUpload/QFileUpload.vue.js +1 -1
  19. package/esm/components/QFileUpload/index.d.ts +3 -0
  20. package/esm/components/QFileUpload/index.d.ts.map +1 -1
  21. package/esm/components/QInputGroup/QInputGroup.vue.js +1 -1
  22. package/esm/components/QLabel/QLabel.d.ts +1 -0
  23. package/esm/components/QLabel/QLabel.d.ts.map +1 -1
  24. package/esm/components/QLabel/QLabel.vue.js +28 -13
  25. package/esm/components/QLabel/index.d.ts +1 -0
  26. package/esm/components/QLabel/index.d.ts.map +1 -1
  27. package/esm/components/QLabel/types.d.ts +5 -0
  28. package/esm/components/QLabel/types.d.ts.map +1 -1
  29. package/esm/components/QMeter/QMeter.vue.js +14 -13
  30. package/esm/components/QMeter/index.d.ts +2 -0
  31. package/esm/components/QMeter/index.d.ts.map +1 -1
  32. package/esm/components/QPasswordField/QPasswordField.d.ts +8 -4
  33. package/esm/components/QPasswordField/QPasswordField.d.ts.map +1 -1
  34. package/esm/components/QPasswordField/QPasswordField.vue.js +1 -1
  35. package/esm/components/QPasswordField/index.d.ts +4 -2
  36. package/esm/components/QPasswordField/index.d.ts.map +1 -1
  37. package/esm/components/QRadioGroup/QRadioButton.d.ts +24 -0
  38. package/esm/components/QRadioGroup/QRadioButton.d.ts.map +1 -0
  39. package/esm/components/QRadioGroup/QRadioButton.vue.js +78 -0
  40. package/esm/components/QRadioGroup/QRadioButton.vue2.js +4 -0
  41. package/esm/components/QRadioGroup/QRadioGroup.d.ts +32 -0
  42. package/esm/components/QRadioGroup/QRadioGroup.d.ts.map +1 -0
  43. package/esm/components/QRadioGroup/QRadioGroup.vue.js +79 -0
  44. package/esm/components/QRadioGroup/QRadioGroup.vue2.js +4 -0
  45. package/esm/components/QRadioGroup/index.d.ts +108 -0
  46. package/esm/components/QRadioGroup/index.d.ts.map +1 -0
  47. package/esm/components/QRadioGroup/index.js +8 -0
  48. package/esm/components/QRadioGroup/types.d.ts +65 -0
  49. package/esm/components/QRadioGroup/types.d.ts.map +1 -0
  50. package/esm/components/QSelect/QSelect.d.ts +2 -2
  51. package/esm/components/QSelect/QSelect.vue.js +1 -1
  52. package/esm/components/QSelect/index.d.ts +4 -1
  53. package/esm/components/QSelect/index.d.ts.map +1 -1
  54. package/esm/components/QTextArea/QTextArea.vue.js +1 -1
  55. package/esm/components/QTextArea/index.d.ts +3 -0
  56. package/esm/components/QTextArea/index.d.ts.map +1 -1
  57. package/esm/components/QTextField/QTextField.d.ts +2 -2
  58. package/esm/components/QTextField/QTextField.vue.js +1 -1
  59. package/esm/components/QTextField/index.d.ts +4 -1
  60. package/esm/components/QTextField/index.d.ts.map +1 -1
  61. package/esm/components/index.d.ts +1 -0
  62. package/esm/components/index.d.ts.map +1 -1
  63. package/esm/components/index.js +34 -31
  64. package/esm/index.d.ts +2 -0
  65. package/package.json +1 -1
package/dist/ui.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Quidgest UI v0.14.22
2
+ * Quidgest UI v0.14.23
3
3
  * (c) 2025 Quidgest - Consultores de Gestão, S.A.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1199,13 +1199,6 @@ $button-text-on-plain: var(--q-theme-on-background);
1199
1199
  padding-right: 0.05rem;
1200
1200
  }
1201
1201
 
1202
- &--required {
1203
- > #{$this}__label label::after {
1204
- content: ' *';
1205
- font-weight: 700;
1206
- color: var(--q-theme-danger);
1207
- }
1208
- }
1209
1202
  &--readonly {
1210
1203
  > #{$this}__control {
1211
1204
  background-color: rgb(var(--q-theme-neutral-light-rgb) / 25%);
@@ -1430,6 +1423,13 @@ $input-group-addon-background: rgb(var(--q-theme-neutral-light-rgb) / 25%);
1430
1423
  .q-icon {
1431
1424
  color: currentcolor;
1432
1425
  }
1426
+ &--required {
1427
+ &::after {
1428
+ content: ' *';
1429
+ font-weight: 700;
1430
+ color: var(--q-theme-danger);
1431
+ }
1432
+ }
1433
1433
  }
1434
1434
  $line-color: var(--q-theme-primary);
1435
1435
  .q-line-loader {
@@ -1819,6 +1819,116 @@ $base-border: 1px solid rgb(0 0 0 / 10%);
1819
1819
  border-bottom: $base-border;
1820
1820
  }
1821
1821
  }
1822
+ .q-radio-group {
1823
+ $this: &;
1824
+ display: flex;
1825
+ flex-direction: column;
1826
+ gap: calc($space-base * 2);
1827
+ &__group {
1828
+ display: flex;
1829
+ flex-direction: column;
1830
+ gap: calc($space-base * 2);
1831
+ }
1832
+
1833
+ &--horizontal {
1834
+ #{$this}__group {
1835
+ flex-direction: row;
1836
+ }
1837
+ }
1838
+ }
1839
+ .q-radio-button {
1840
+ $this: &;
1841
+ --q-radio-button-circle-size: 1rem;
1842
+ --q-radio-button-checked-color: var(--q-theme-primary);
1843
+ display: flex;
1844
+ align-items: center;
1845
+ font-size: var(--q-radio-button-circle-size);
1846
+ gap: 0.5em;
1847
+ label {
1848
+ font-size: 0.875em;
1849
+ line-height: 1;
1850
+ }
1851
+ &__input {
1852
+ position: relative;
1853
+ width: var(--q-radio-button-circle-size);
1854
+ height: var(--q-radio-button-circle-size);
1855
+ background-color: transparent;
1856
+ flex-shrink: 0;
1857
+ appearance: none;
1858
+ border-width: 1px;
1859
+ border-color: var(--q-theme-neutral);
1860
+ border-radius: 50%;
1861
+
1862
+ &::before {
1863
+ content: '';
1864
+ position: absolute;
1865
+ top: 50%;
1866
+ left: 50%;
1867
+ width: 0.5em;
1868
+ height: 0.5em;
1869
+ background-color: var(--q-theme-background);
1870
+ border-radius: 50%;
1871
+ transform: translate(-50%, -50%) scale(0);
1872
+ opacity: 0;
1873
+ transition:
1874
+ transform 0.1s ease-out,
1875
+ opacity 0.1s ease-out;
1876
+ }
1877
+ &:checked {
1878
+ &::before {
1879
+ transform: translate(-50%, -50%) scale(1);
1880
+ opacity: 1;
1881
+ }
1882
+ &:not(:disabled) {
1883
+ background-color: var(--q-radio-button-checked-color);
1884
+ border-color: var(--q-radio-button-checked-color);
1885
+ }
1886
+ &:disabled::before {
1887
+ background-color: var(--q-theme-neutral);
1888
+ }
1889
+ }
1890
+ &:hover:not(:disabled) {
1891
+ border-color: var(--q-radio-button-checked-color);
1892
+ cursor: pointer;
1893
+ }
1894
+ &:focus:not(:disabled) {
1895
+ outline: 0;
1896
+ }
1897
+ &:focus-visible:not(:disabled) {
1898
+ outline: $outline;
1899
+ }
1900
+ }
1901
+
1902
+ @mixin color-variant($color) {
1903
+ &--#{$color} {
1904
+ --q-radio-button-checked-color: var(--q-theme-#{$color});
1905
+ }
1906
+ }
1907
+ @each $color in (primary, info, success, warning, danger) {
1908
+ @include color-variant($color);
1909
+ }
1910
+
1911
+ &--disabled {
1912
+ opacity: 0.5;
1913
+ }
1914
+ &--readonly {
1915
+ #{$this}__input {
1916
+ background-color: rgb(var(--q-theme-neutral-light-rgb) / 25%);
1917
+ }
1918
+ }
1919
+ &--invalid {
1920
+ #{$this}__input {
1921
+ border-color: var(--q-theme-danger);
1922
+ }
1923
+ }
1924
+
1925
+ &--small {
1926
+ --q-radio-button-circle-size: 0.875rem;
1927
+ }
1928
+ &--large {
1929
+ --q-radio-button-circle-size: 1.125rem;
1930
+ }
1931
+ }
1822
1932
  .q-select {
1823
1933
  $this: &;
1824
1934
  &:not(#{$this}--readonly):not(#{$this}--disabled) {
@@ -31,10 +31,10 @@ declare function __VLS_template(): {
31
31
  readonly class?: string | unknown[] | undefined;
32
32
  readonly label?: string | undefined;
33
33
  readonly for?: string | undefined;
34
+ readonly required?: boolean | undefined;
34
35
  readonly size?: import('..').QFieldSize | undefined;
35
36
  readonly readonly?: boolean | undefined;
36
37
  readonly disabled?: boolean | undefined;
37
- readonly required?: boolean | undefined;
38
38
  readonly invalid?: boolean | undefined;
39
39
  readonly placeholder?: string | undefined;
40
40
  readonly maxLength?: number | undefined;
@@ -58,10 +58,10 @@ declare function __VLS_template(): {
58
58
  readonly class?: string | unknown[] | undefined;
59
59
  readonly label?: string | undefined;
60
60
  readonly for?: string | undefined;
61
+ readonly required?: boolean | undefined;
61
62
  readonly size?: import('..').QFieldSize | undefined;
62
63
  readonly readonly?: boolean | undefined;
63
64
  readonly disabled?: boolean | undefined;
64
- readonly required?: boolean | undefined;
65
65
  readonly invalid?: boolean | undefined;
66
66
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
67
67
  $attrs: {
@@ -134,6 +134,7 @@ declare function __VLS_template(): {
134
134
  } & import('../../types/component').QBaseComponentProps & {
135
135
  label?: string;
136
136
  for?: string;
137
+ required?: boolean;
137
138
  } & {
138
139
  size?: import('..').QFieldSize;
139
140
  readonly?: boolean;
@@ -185,6 +186,7 @@ declare function __VLS_template(): {
185
186
  } & import('../../types/component').QBaseComponentProps & {
186
187
  label?: string;
187
188
  for?: string;
189
+ required?: boolean;
188
190
  } & {
189
191
  size?: import('..').QFieldSize;
190
192
  readonly?: boolean;
@@ -472,10 +474,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
472
474
  readonly class?: string | unknown[] | undefined;
473
475
  readonly label?: string | undefined;
474
476
  readonly for?: string | undefined;
477
+ readonly required?: boolean | undefined;
475
478
  readonly size?: import('..').QFieldSize | undefined;
476
479
  readonly readonly?: boolean | undefined;
477
480
  readonly disabled?: boolean | undefined;
478
- readonly required?: boolean | undefined;
479
481
  readonly invalid?: boolean | undefined;
480
482
  readonly placeholder?: string | undefined;
481
483
  readonly maxLength?: number | undefined;
@@ -499,10 +501,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
499
501
  readonly class?: string | unknown[] | undefined;
500
502
  readonly label?: string | undefined;
501
503
  readonly for?: string | undefined;
504
+ readonly required?: boolean | undefined;
502
505
  readonly size?: import('..').QFieldSize | undefined;
503
506
  readonly readonly?: boolean | undefined;
504
507
  readonly disabled?: boolean | undefined;
505
- readonly required?: boolean | undefined;
506
508
  readonly invalid?: boolean | undefined;
507
509
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
508
510
  $attrs: {
@@ -575,6 +577,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
575
577
  } & import('../../types/component').QBaseComponentProps & {
576
578
  label?: string;
577
579
  for?: string;
580
+ required?: boolean;
578
581
  } & {
579
582
  size?: import('..').QFieldSize;
580
583
  readonly?: boolean;
@@ -626,6 +629,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
626
629
  } & import('../../types/component').QBaseComponentProps & {
627
630
  label?: string;
628
631
  for?: string;
632
+ required?: boolean;
629
633
  } & {
630
634
  size?: import('..').QFieldSize;
631
635
  readonly?: boolean;
@@ -661,10 +665,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
661
665
  readonly class?: string | unknown[] | undefined;
662
666
  readonly label?: string | undefined;
663
667
  readonly for?: string | undefined;
668
+ readonly required?: boolean | undefined;
664
669
  readonly size?: import('..').QFieldSize | undefined;
665
670
  readonly readonly?: boolean | undefined;
666
671
  readonly disabled?: boolean | undefined;
667
- readonly required?: boolean | undefined;
668
672
  readonly invalid?: boolean | undefined;
669
673
  readonly placeholder?: string | undefined;
670
674
  readonly maxLength?: number | undefined;
@@ -688,10 +692,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
688
692
  readonly class?: string | unknown[] | undefined;
689
693
  readonly label?: string | undefined;
690
694
  readonly for?: string | undefined;
695
+ readonly required?: boolean | undefined;
691
696
  readonly size?: import('..').QFieldSize | undefined;
692
697
  readonly readonly?: boolean | undefined;
693
698
  readonly disabled?: boolean | undefined;
694
- readonly required?: boolean | undefined;
695
699
  readonly invalid?: boolean | undefined;
696
700
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
697
701
  $attrs: {
@@ -764,6 +768,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
764
768
  } & import('../../types/component').QBaseComponentProps & {
765
769
  label?: string;
766
770
  for?: string;
771
+ required?: boolean;
767
772
  } & {
768
773
  size?: import('..').QFieldSize;
769
774
  readonly?: boolean;
@@ -815,6 +820,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
815
820
  } & import('../../types/component').QBaseComponentProps & {
816
821
  label?: string;
817
822
  for?: string;
823
+ required?: boolean;
818
824
  } & {
819
825
  size?: import('..').QFieldSize;
820
826
  readonly?: boolean;
@@ -885,10 +891,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
885
891
  readonly class?: string | unknown[] | undefined;
886
892
  readonly label?: string | undefined;
887
893
  readonly for?: string | undefined;
894
+ readonly required?: boolean | undefined;
888
895
  readonly size?: import('..').QFieldSize | undefined;
889
896
  readonly readonly?: boolean | undefined;
890
897
  readonly disabled?: boolean | undefined;
891
- readonly required?: boolean | undefined;
892
898
  readonly invalid?: boolean | undefined;
893
899
  readonly placeholder?: string | undefined;
894
900
  readonly maxLength?: number | undefined;
@@ -912,10 +918,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
912
918
  readonly class?: string | unknown[] | undefined;
913
919
  readonly label?: string | undefined;
914
920
  readonly for?: string | undefined;
921
+ readonly required?: boolean | undefined;
915
922
  readonly size?: import('..').QFieldSize | undefined;
916
923
  readonly readonly?: boolean | undefined;
917
924
  readonly disabled?: boolean | undefined;
918
- readonly required?: boolean | undefined;
919
925
  readonly invalid?: boolean | undefined;
920
926
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
921
927
  $attrs: {
@@ -988,6 +994,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
988
994
  } & import('../../types/component').QBaseComponentProps & {
989
995
  label?: string;
990
996
  for?: string;
997
+ required?: boolean;
991
998
  } & {
992
999
  size?: import('..').QFieldSize;
993
1000
  readonly?: boolean;
@@ -1039,6 +1046,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1039
1046
  } & import('../../types/component').QBaseComponentProps & {
1040
1047
  label?: string;
1041
1048
  for?: string;
1049
+ required?: boolean;
1042
1050
  } & {
1043
1051
  size?: import('..').QFieldSize;
1044
1052
  readonly?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"QCombobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/QCombobox.vue"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"QCombobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/QCombobox.vue"],"names":[],"mappings":"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"}
@@ -21,10 +21,10 @@ const we = ["data-key"], xe = {
21
21
  class: {},
22
22
  label: {},
23
23
  for: {},
24
+ required: { type: Boolean },
24
25
  size: {},
25
26
  readonly: { type: Boolean },
26
27
  disabled: { type: Boolean },
27
- required: { type: Boolean },
28
28
  invalid: { type: Boolean },
29
29
  placeholder: {},
30
30
  maxLength: {},
@@ -36,10 +36,10 @@ declare const QCombobox: {
36
36
  readonly class?: string | unknown[] | undefined;
37
37
  readonly label?: string | undefined;
38
38
  readonly for?: string | undefined;
39
+ readonly required?: boolean | undefined;
39
40
  readonly size?: import('..').QFieldSize | undefined;
40
41
  readonly readonly?: boolean | undefined;
41
42
  readonly disabled?: boolean | undefined;
42
- readonly required?: boolean | undefined;
43
43
  readonly invalid?: boolean | undefined;
44
44
  readonly placeholder?: string | undefined;
45
45
  readonly maxLength?: number | undefined;
@@ -63,10 +63,10 @@ declare const QCombobox: {
63
63
  readonly class?: string | unknown[] | undefined;
64
64
  readonly label?: string | undefined;
65
65
  readonly for?: string | undefined;
66
+ readonly required?: boolean | undefined;
66
67
  readonly size?: import('..').QFieldSize | undefined;
67
68
  readonly readonly?: boolean | undefined;
68
69
  readonly disabled?: boolean | undefined;
69
- readonly required?: boolean | undefined;
70
70
  readonly invalid?: boolean | undefined;
71
71
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
72
72
  $attrs: {
@@ -139,6 +139,7 @@ declare const QCombobox: {
139
139
  } & import('../../types/component').QBaseComponentProps & {
140
140
  label?: string;
141
141
  for?: string;
142
+ required?: boolean;
142
143
  } & {
143
144
  size?: import('..').QFieldSize;
144
145
  readonly?: boolean;
@@ -190,6 +191,7 @@ declare const QCombobox: {
190
191
  } & import('../../types/component').QBaseComponentProps & {
191
192
  label?: string;
192
193
  for?: string;
194
+ required?: boolean;
193
195
  } & {
194
196
  size?: import('..').QFieldSize;
195
197
  readonly?: boolean;
@@ -225,10 +227,10 @@ declare const QCombobox: {
225
227
  readonly class?: string | unknown[] | undefined;
226
228
  readonly label?: string | undefined;
227
229
  readonly for?: string | undefined;
230
+ readonly required?: boolean | undefined;
228
231
  readonly size?: import('..').QFieldSize | undefined;
229
232
  readonly readonly?: boolean | undefined;
230
233
  readonly disabled?: boolean | undefined;
231
- readonly required?: boolean | undefined;
232
234
  readonly invalid?: boolean | undefined;
233
235
  readonly placeholder?: string | undefined;
234
236
  readonly maxLength?: number | undefined;
@@ -252,10 +254,10 @@ declare const QCombobox: {
252
254
  readonly class?: string | unknown[] | undefined;
253
255
  readonly label?: string | undefined;
254
256
  readonly for?: string | undefined;
257
+ readonly required?: boolean | undefined;
255
258
  readonly size?: import('..').QFieldSize | undefined;
256
259
  readonly readonly?: boolean | undefined;
257
260
  readonly disabled?: boolean | undefined;
258
- readonly required?: boolean | undefined;
259
261
  readonly invalid?: boolean | undefined;
260
262
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
261
263
  $attrs: {
@@ -328,6 +330,7 @@ declare const QCombobox: {
328
330
  } & import('../../types/component').QBaseComponentProps & {
329
331
  label?: string;
330
332
  for?: string;
333
+ required?: boolean;
331
334
  } & {
332
335
  size?: import('..').QFieldSize;
333
336
  readonly?: boolean;
@@ -379,6 +382,7 @@ declare const QCombobox: {
379
382
  } & import('../../types/component').QBaseComponentProps & {
380
383
  label?: string;
381
384
  for?: string;
385
+ required?: boolean;
382
386
  } & {
383
387
  size?: import('..').QFieldSize;
384
388
  readonly?: boolean;
@@ -441,10 +445,10 @@ declare const QCombobox: {
441
445
  readonly class?: string | unknown[] | undefined;
442
446
  readonly label?: string | undefined;
443
447
  readonly for?: string | undefined;
448
+ readonly required?: boolean | undefined;
444
449
  readonly size?: import('..').QFieldSize | undefined;
445
450
  readonly readonly?: boolean | undefined;
446
451
  readonly disabled?: boolean | undefined;
447
- readonly required?: boolean | undefined;
448
452
  readonly invalid?: boolean | undefined;
449
453
  readonly placeholder?: string | undefined;
450
454
  readonly maxLength?: number | undefined;
@@ -468,10 +472,10 @@ declare const QCombobox: {
468
472
  readonly class?: string | unknown[] | undefined;
469
473
  readonly label?: string | undefined;
470
474
  readonly for?: string | undefined;
475
+ readonly required?: boolean | undefined;
471
476
  readonly size?: import('..').QFieldSize | undefined;
472
477
  readonly readonly?: boolean | undefined;
473
478
  readonly disabled?: boolean | undefined;
474
- readonly required?: boolean | undefined;
475
479
  readonly invalid?: boolean | undefined;
476
480
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
477
481
  $attrs: {
@@ -544,6 +548,7 @@ declare const QCombobox: {
544
548
  } & import('../../types/component').QBaseComponentProps & {
545
549
  label?: string;
546
550
  for?: string;
551
+ required?: boolean;
547
552
  } & {
548
553
  size?: import('..').QFieldSize;
549
554
  readonly?: boolean;
@@ -595,6 +600,7 @@ declare const QCombobox: {
595
600
  } & import('../../types/component').QBaseComponentProps & {
596
601
  label?: string;
597
602
  for?: string;
603
+ required?: boolean;
598
604
  } & {
599
605
  size?: import('..').QFieldSize;
600
606
  readonly?: boolean;
@@ -912,10 +918,10 @@ declare const QCombobox: {
912
918
  readonly class?: string | unknown[] | undefined;
913
919
  readonly label?: string | undefined;
914
920
  readonly for?: string | undefined;
921
+ readonly required?: boolean | undefined;
915
922
  readonly size?: import('..').QFieldSize | undefined;
916
923
  readonly readonly?: boolean | undefined;
917
924
  readonly disabled?: boolean | undefined;
918
- readonly required?: boolean | undefined;
919
925
  readonly invalid?: boolean | undefined;
920
926
  readonly placeholder?: string | undefined;
921
927
  readonly maxLength?: number | undefined;
@@ -939,10 +945,10 @@ declare const QCombobox: {
939
945
  readonly class?: string | unknown[] | undefined;
940
946
  readonly label?: string | undefined;
941
947
  readonly for?: string | undefined;
948
+ readonly required?: boolean | undefined;
942
949
  readonly size?: import('..').QFieldSize | undefined;
943
950
  readonly readonly?: boolean | undefined;
944
951
  readonly disabled?: boolean | undefined;
945
- readonly required?: boolean | undefined;
946
952
  readonly invalid?: boolean | undefined;
947
953
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
948
954
  $attrs: {
@@ -1015,6 +1021,7 @@ declare const QCombobox: {
1015
1021
  } & import('../../types/component').QBaseComponentProps & {
1016
1022
  label?: string;
1017
1023
  for?: string;
1024
+ required?: boolean;
1018
1025
  } & {
1019
1026
  size?: import('..').QFieldSize;
1020
1027
  readonly?: boolean;
@@ -1066,6 +1073,7 @@ declare const QCombobox: {
1066
1073
  } & import('../../types/component').QBaseComponentProps & {
1067
1074
  label?: string;
1068
1075
  for?: string;
1076
+ required?: boolean;
1069
1077
  } & {
1070
1078
  size?: import('..').QFieldSize;
1071
1079
  readonly?: boolean;
@@ -1101,10 +1109,10 @@ declare const QCombobox: {
1101
1109
  readonly class?: string | unknown[] | undefined;
1102
1110
  readonly label?: string | undefined;
1103
1111
  readonly for?: string | undefined;
1112
+ readonly required?: boolean | undefined;
1104
1113
  readonly size?: import('..').QFieldSize | undefined;
1105
1114
  readonly readonly?: boolean | undefined;
1106
1115
  readonly disabled?: boolean | undefined;
1107
- readonly required?: boolean | undefined;
1108
1116
  readonly invalid?: boolean | undefined;
1109
1117
  readonly placeholder?: string | undefined;
1110
1118
  readonly maxLength?: number | undefined;
@@ -1128,10 +1136,10 @@ declare const QCombobox: {
1128
1136
  readonly class?: string | unknown[] | undefined;
1129
1137
  readonly label?: string | undefined;
1130
1138
  readonly for?: string | undefined;
1139
+ readonly required?: boolean | undefined;
1131
1140
  readonly size?: import('..').QFieldSize | undefined;
1132
1141
  readonly readonly?: boolean | undefined;
1133
1142
  readonly disabled?: boolean | undefined;
1134
- readonly required?: boolean | undefined;
1135
1143
  readonly invalid?: boolean | undefined;
1136
1144
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
1137
1145
  $attrs: {
@@ -1204,6 +1212,7 @@ declare const QCombobox: {
1204
1212
  } & import('../../types/component').QBaseComponentProps & {
1205
1213
  label?: string;
1206
1214
  for?: string;
1215
+ required?: boolean;
1207
1216
  } & {
1208
1217
  size?: import('..').QFieldSize;
1209
1218
  readonly?: boolean;
@@ -1255,6 +1264,7 @@ declare const QCombobox: {
1255
1264
  } & import('../../types/component').QBaseComponentProps & {
1256
1265
  label?: string;
1257
1266
  for?: string;
1267
+ required?: boolean;
1258
1268
  } & {
1259
1269
  size?: import('..').QFieldSize;
1260
1270
  readonly?: boolean;
@@ -1339,10 +1349,10 @@ declare const QCombobox: {
1339
1349
  readonly class?: string | unknown[] | undefined;
1340
1350
  readonly label?: string | undefined;
1341
1351
  readonly for?: string | undefined;
1352
+ readonly required?: boolean | undefined;
1342
1353
  readonly size?: import('..').QFieldSize | undefined;
1343
1354
  readonly readonly?: boolean | undefined;
1344
1355
  readonly disabled?: boolean | undefined;
1345
- readonly required?: boolean | undefined;
1346
1356
  readonly invalid?: boolean | undefined;
1347
1357
  readonly placeholder?: string | undefined;
1348
1358
  readonly maxLength?: number | undefined;
@@ -1366,10 +1376,10 @@ declare const QCombobox: {
1366
1376
  readonly class?: string | unknown[] | undefined;
1367
1377
  readonly label?: string | undefined;
1368
1378
  readonly for?: string | undefined;
1379
+ readonly required?: boolean | undefined;
1369
1380
  readonly size?: import('..').QFieldSize | undefined;
1370
1381
  readonly readonly?: boolean | undefined;
1371
1382
  readonly disabled?: boolean | undefined;
1372
- readonly required?: boolean | undefined;
1373
1383
  readonly invalid?: boolean | undefined;
1374
1384
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
1375
1385
  $attrs: {
@@ -1442,6 +1452,7 @@ declare const QCombobox: {
1442
1452
  } & import('../../types/component').QBaseComponentProps & {
1443
1453
  label?: string;
1444
1454
  for?: string;
1455
+ required?: boolean;
1445
1456
  } & {
1446
1457
  size?: import('..').QFieldSize;
1447
1458
  readonly?: boolean;
@@ -1493,6 +1504,7 @@ declare const QCombobox: {
1493
1504
  } & import('../../types/component').QBaseComponentProps & {
1494
1505
  label?: string;
1495
1506
  for?: string;
1507
+ required?: boolean;
1496
1508
  } & {
1497
1509
  size?: import('..').QFieldSize;
1498
1510
  readonly?: boolean;
@@ -1528,10 +1540,10 @@ declare const QCombobox: {
1528
1540
  readonly class?: string | unknown[] | undefined;
1529
1541
  readonly label?: string | undefined;
1530
1542
  readonly for?: string | undefined;
1543
+ readonly required?: boolean | undefined;
1531
1544
  readonly size?: import('..').QFieldSize | undefined;
1532
1545
  readonly readonly?: boolean | undefined;
1533
1546
  readonly disabled?: boolean | undefined;
1534
- readonly required?: boolean | undefined;
1535
1547
  readonly invalid?: boolean | undefined;
1536
1548
  readonly placeholder?: string | undefined;
1537
1549
  readonly maxLength?: number | undefined;
@@ -1555,10 +1567,10 @@ declare const QCombobox: {
1555
1567
  readonly class?: string | unknown[] | undefined;
1556
1568
  readonly label?: string | undefined;
1557
1569
  readonly for?: string | undefined;
1570
+ readonly required?: boolean | undefined;
1558
1571
  readonly size?: import('..').QFieldSize | undefined;
1559
1572
  readonly readonly?: boolean | undefined;
1560
1573
  readonly disabled?: boolean | undefined;
1561
- readonly required?: boolean | undefined;
1562
1574
  readonly invalid?: boolean | undefined;
1563
1575
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
1564
1576
  $attrs: {
@@ -1631,6 +1643,7 @@ declare const QCombobox: {
1631
1643
  } & import('../../types/component').QBaseComponentProps & {
1632
1644
  label?: string;
1633
1645
  for?: string;
1646
+ required?: boolean;
1634
1647
  } & {
1635
1648
  size?: import('..').QFieldSize;
1636
1649
  readonly?: boolean;
@@ -1682,6 +1695,7 @@ declare const QCombobox: {
1682
1695
  } & import('../../types/component').QBaseComponentProps & {
1683
1696
  label?: string;
1684
1697
  for?: string;
1698
+ required?: boolean;
1685
1699
  } & {
1686
1700
  size?: import('..').QFieldSize;
1687
1701
  readonly?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/index.ts"],"names":[],"mappings":"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"}
@@ -17,10 +17,10 @@ const ee = ["value", "placeholder", "disabled", "readonly", "required", "onInput
17
17
  class: {},
18
18
  label: {},
19
19
  for: {},
20
+ required: { type: Boolean },
20
21
  size: {},
21
22
  readonly: { type: Boolean },
22
23
  disabled: { type: Boolean },
23
- required: { type: Boolean },
24
24
  invalid: { type: Boolean },
25
25
  format: { default: "dd/MM/yyyy HH:mm" },
26
26
  minTime: {},
@@ -5,6 +5,7 @@ declare const QDateTimePicker: {
5
5
  } & import('../../types/component').QBaseComponentProps & {
6
6
  label?: string;
7
7
  for?: string;
8
+ required?: boolean;
8
9
  } & {
9
10
  size?: import('..').QFieldSize;
10
11
  readonly?: boolean;
@@ -43,6 +44,7 @@ declare const QDateTimePicker: {
43
44
  } & import('../../types/component').QBaseComponentProps & {
44
45
  label?: string;
45
46
  for?: string;
47
+ required?: boolean;
46
48
  } & {
47
49
  size?: import('..').QFieldSize;
48
50
  readonly?: boolean;
@@ -74,6 +76,7 @@ declare const QDateTimePicker: {
74
76
  } & import('../../types/component').QBaseComponentProps & {
75
77
  label?: string;
76
78
  for?: string;
79
+ required?: boolean;
77
80
  } & {
78
81
  size?: import('..').QFieldSize;
79
82
  readonly?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QDateTimePicker/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;AAKnD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAoC,CAAA;AAGzD,OAAO,EAAE,eAAe,EAAE,CAAA;AAG1B,YAAY,EAAE,oBAAoB,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QDateTimePicker/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;AAKnD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAoC,CAAA;AAGzD,OAAO,EAAE,eAAe,EAAE,CAAA;AAG1B,YAAY,EAAE,oBAAoB,EAAE,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"QField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QField/QField.vue"],"names":[],"mappings":"AAyCA;AAwFC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AA4C3C,iBAAS,cAAc;WA4FT,OAAO,IAA6B;;iCAlBb,GAAG;gCACJ,GAAG;yBACV,GAAG;yBACH,GAAG;yBACF,GAAG;wBACJ,GAAG;wBACH,GAAG;;;;;;EAiB/B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;OASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"QField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QField/QField.vue"],"names":[],"mappings":"AA0CA;AAyFC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AA4C3C,iBAAS,cAAc;WA8FT,OAAO,IAA6B;;iCAlBb,GAAG;gCACJ,GAAG;yBACV,GAAG;yBACH,GAAG;yBACF,GAAG;wBACJ,GAAG;wBACH,GAAG;;;;;;EAiB/B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;OASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}