@quidgest/ui 0.22.0 → 0.23.1

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 (156) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/dist/json/api.json +197 -85
  3. package/dist/ui.css +2054 -1250
  4. package/dist/ui.esm.js +770 -751
  5. package/dist/ui.js +701 -682
  6. package/dist/ui.min.css +1 -1
  7. package/dist/ui.min.js +701 -682
  8. package/dist/ui.scss +1048 -881
  9. package/esm/components/QBadge/QBadge.d.ts +1 -1
  10. package/esm/components/QBadge/QBadge.d.ts.map +1 -1
  11. package/esm/components/QBadge/QBadge.vue.js +14 -7
  12. package/esm/components/QBadge/index.d.ts +3 -3
  13. package/esm/components/QBadge/types.d.ts +11 -4
  14. package/esm/components/QBadge/types.d.ts.map +1 -1
  15. package/esm/components/QButton/QButton.d.ts +0 -1
  16. package/esm/components/QButton/QButton.d.ts.map +1 -1
  17. package/esm/components/QButton/QButton.vue.js +10 -4
  18. package/esm/components/QButton/index.d.ts +0 -3
  19. package/esm/components/QButton/index.d.ts.map +1 -1
  20. package/esm/components/QButton/types.d.ts +11 -4
  21. package/esm/components/QButton/types.d.ts.map +1 -1
  22. package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
  23. package/esm/components/QButtonGroup/QButtonGroup.vue.js +2 -0
  24. package/esm/components/QButtonGroup/types.d.ts +9 -1
  25. package/esm/components/QButtonGroup/types.d.ts.map +1 -1
  26. package/esm/components/QCheckbox/QCheckbox.d.ts +0 -1
  27. package/esm/components/QCheckbox/QCheckbox.d.ts.map +1 -1
  28. package/esm/components/QCheckbox/QCheckbox.vue.js +2 -2
  29. package/esm/components/QCheckbox/index.d.ts +3 -6
  30. package/esm/components/QCheckbox/index.d.ts.map +1 -1
  31. package/esm/components/QCheckbox/types.d.ts +4 -3
  32. package/esm/components/QCheckbox/types.d.ts.map +1 -1
  33. package/esm/components/QCollapsible/types.d.ts +1 -1
  34. package/esm/components/QCollapsible/types.d.ts.map +1 -1
  35. package/esm/components/QCombobox/QCombobox.d.ts +6 -8
  36. package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
  37. package/esm/components/QCombobox/QCombobox.vue.js +1 -1
  38. package/esm/components/QCombobox/index.d.ts +3 -4
  39. package/esm/components/QCombobox/index.d.ts.map +1 -1
  40. package/esm/components/QDateTimePicker/QDateTimePicker.d.ts +18 -24
  41. package/esm/components/QDateTimePicker/QDateTimePicker.d.ts.map +1 -1
  42. package/esm/components/QDateTimePicker/index.d.ts +9 -12
  43. package/esm/components/QDateTimePicker/index.d.ts.map +1 -1
  44. package/esm/components/QDialog/QDialog.d.ts.map +1 -1
  45. package/esm/components/QDialog/QDialog.vue.js +6 -1
  46. package/esm/components/QDialog/QDialogProvider.d.ts.map +1 -1
  47. package/esm/components/QDialog/QDialogProvider.vue.js +1 -0
  48. package/esm/components/QDialog/index.d.ts +3 -0
  49. package/esm/components/QDialog/index.d.ts.map +1 -1
  50. package/esm/components/QDialog/types.d.ts +14 -0
  51. package/esm/components/QDialog/types.d.ts.map +1 -1
  52. package/esm/components/QDropdownMenu/types.d.ts +1 -1
  53. package/esm/components/QDropdownMenu/types.d.ts.map +1 -1
  54. package/esm/components/QIcon/QIcon.d.ts.map +1 -1
  55. package/esm/components/QIcon/QIcon.vue.js +9 -4
  56. package/esm/components/QList/QListItem.d.ts.map +1 -1
  57. package/esm/components/QList/QListItem.vue.js +1 -0
  58. package/esm/components/QObfuscation/QObfuscation.d.ts.map +1 -1
  59. package/esm/components/QObfuscation/QObfuscation.vue.js +0 -1
  60. package/esm/components/QOverflow/QOverflow.d.ts +21 -1
  61. package/esm/components/QOverflow/QOverflow.d.ts.map +1 -1
  62. package/esm/components/QOverflow/QOverflow.vue.js +109 -96
  63. package/esm/components/QOverflow/index.d.ts +12 -3
  64. package/esm/components/QOverflow/index.d.ts.map +1 -1
  65. package/esm/components/QOverflow/types.d.ts +11 -2
  66. package/esm/components/QOverflow/types.d.ts.map +1 -1
  67. package/esm/components/QOverlay/QOverlay.d.ts +0 -1
  68. package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
  69. package/esm/components/QOverlay/QOverlay.vue.js +90 -90
  70. package/esm/components/QOverlay/index.d.ts +0 -3
  71. package/esm/components/QOverlay/index.d.ts.map +1 -1
  72. package/esm/components/QOverlay/types.d.ts +5 -3
  73. package/esm/components/QOverlay/types.d.ts.map +1 -1
  74. package/esm/components/QPhoneField/QPhoneField.d.ts +20 -16
  75. package/esm/components/QPhoneField/QPhoneField.d.ts.map +1 -1
  76. package/esm/components/QPhoneField/index.d.ts +10 -8
  77. package/esm/components/QPhoneField/index.d.ts.map +1 -1
  78. package/esm/components/QPopover/types.d.ts +1 -1
  79. package/esm/components/QPopover/types.d.ts.map +1 -1
  80. package/esm/components/QProgress/QProgress.vue.js +29 -33
  81. package/esm/components/QRadioGroup/QRadioButton.d.ts +0 -1
  82. package/esm/components/QRadioGroup/QRadioButton.d.ts.map +1 -1
  83. package/esm/components/QRadioGroup/QRadioButton.vue.js +2 -2
  84. package/esm/components/QRadioGroup/QRadioGroup.d.ts +1 -1
  85. package/esm/components/QRadioGroup/QRadioGroup.d.ts.map +1 -1
  86. package/esm/components/QRadioGroup/QRadioGroup.vue.js +55 -46
  87. package/esm/components/QRadioGroup/index.d.ts +9 -36
  88. package/esm/components/QRadioGroup/index.d.ts.map +1 -1
  89. package/esm/components/QRadioGroup/types.d.ts +15 -24
  90. package/esm/components/QRadioGroup/types.d.ts.map +1 -1
  91. package/esm/components/QRemoveScrollBar/constants.d.ts +1 -1
  92. package/esm/components/QRemoveScrollBar/constants.d.ts.map +1 -1
  93. package/esm/components/QRemoveScrollBar/constants.js +1 -1
  94. package/esm/components/QSelect/QSelect.d.ts +20 -16
  95. package/esm/components/QSelect/QSelect.d.ts.map +1 -1
  96. package/esm/components/QSelect/QSelect.vue.js +9 -1
  97. package/esm/components/QSelect/index.d.ts +10 -8
  98. package/esm/components/QSelect/index.d.ts.map +1 -1
  99. package/esm/components/QSidebar/QSidebar.d.ts +0 -1
  100. package/esm/components/QSidebar/QSidebar.d.ts.map +1 -1
  101. package/esm/components/QSidebar/QSidebar.vue.js +2 -2
  102. package/esm/components/QSidebar/QSidebarAnchor.d.ts +2 -1
  103. package/esm/components/QSidebar/QSidebarAnchor.d.ts.map +1 -1
  104. package/esm/components/QSidebar/QSidebarAnchor.vue.js +1 -1
  105. package/esm/components/QSidebar/QSidebarItem.d.ts +12 -6
  106. package/esm/components/QSidebar/QSidebarItem.d.ts.map +1 -1
  107. package/esm/components/QSidebar/QSidebarItem.vue.js +1 -1
  108. package/esm/components/QSidebar/index.d.ts +6 -6
  109. package/esm/components/QSidebar/index.d.ts.map +1 -1
  110. package/esm/components/QSidebar/types.d.ts +3 -1
  111. package/esm/components/QSidebar/types.d.ts.map +1 -1
  112. package/esm/components/QSwitch/QSwitch.d.ts +3 -2
  113. package/esm/components/QSwitch/QSwitch.d.ts.map +1 -1
  114. package/esm/components/QSwitch/QSwitch.vue.js +34 -26
  115. package/esm/components/QSwitch/index.d.ts +5 -4
  116. package/esm/components/QSwitch/index.d.ts.map +1 -1
  117. package/esm/components/QSwitch/types.d.ts +4 -2
  118. package/esm/components/QSwitch/types.d.ts.map +1 -1
  119. package/esm/components/QTabs/QTab.d.ts +6 -8
  120. package/esm/components/QTabs/QTab.d.ts.map +1 -1
  121. package/esm/components/QTabs/QTabs.d.ts +177 -2
  122. package/esm/components/QTabs/QTabs.d.ts.map +1 -1
  123. package/esm/components/QTabs/QTabs.vue.js +127 -106
  124. package/esm/components/QTabs/context.d.ts +2 -1
  125. package/esm/components/QTabs/context.d.ts.map +1 -1
  126. package/esm/components/QTabs/index.d.ts +91 -5
  127. package/esm/components/QTabs/index.d.ts.map +1 -1
  128. package/esm/components/QToggle/QToggle.vue.js +2 -1
  129. package/esm/components/QToggle/index.d.ts +6 -3
  130. package/esm/components/QToggle/index.d.ts.map +1 -1
  131. package/esm/components/QToggleGroup/QToggleGroup.vue.js +1 -0
  132. package/esm/components/QToggleGroup/QToggleGroupItem.vue.js +1 -0
  133. package/esm/components/QToggleGroup/index.d.ts +3 -0
  134. package/esm/components/QToggleGroup/index.d.ts.map +1 -1
  135. package/esm/components/QTooltip/types.d.ts +1 -1
  136. package/esm/components/QTooltip/types.d.ts.map +1 -1
  137. package/esm/components/__internal__/QClearButton/QClearButton.vue.js +1 -1
  138. package/esm/composables/useSafeTriangle/index.d.ts +1 -1
  139. package/esm/composables/useSafeTriangle/index.d.ts.map +1 -1
  140. package/esm/templates/theme.js +11 -11
  141. package/esm/types/component.d.ts +7 -0
  142. package/esm/types/component.d.ts.map +1 -1
  143. package/esm/utils/color/theme-colors.d.ts +5 -5
  144. package/esm/utils/density.d.ts +12 -0
  145. package/esm/utils/density.d.ts.map +1 -0
  146. package/esm/utils/density.js +23 -0
  147. package/esm/utils/index.d.ts +1 -0
  148. package/esm/utils/index.d.ts.map +1 -1
  149. package/esm/utils/index.js +6 -2
  150. package/esm/{composables → utils}/overlay.d.ts +12 -0
  151. package/esm/utils/overlay.d.ts.map +1 -0
  152. package/esm/{composables → utils}/overlay.js +10 -2
  153. package/esm/utils/safeTriangle.d.ts +1 -1
  154. package/esm/utils/safeTriangle.d.ts.map +1 -1
  155. package/package.json +1 -1
  156. package/esm/composables/overlay.d.ts.map +0 -1
@@ -109,9 +109,10 @@ declare function __VLS_template(): {
109
109
  readonly variant?: import('..').QBadgeVariant | undefined;
110
110
  readonly color?: string | undefined;
111
111
  readonly pill?: boolean | undefined;
112
- readonly size?: import('..').QBadgeSize | undefined;
112
+ readonly size?: import('../../types/component').QComponentSize | undefined;
113
113
  readonly disabled?: boolean | undefined;
114
114
  readonly removable?: boolean | undefined;
115
+ readonly focusable?: boolean | undefined;
115
116
  readonly icons?: typeof import('../QBadge/constants').DEFAULT_ICONS | undefined;
116
117
  readonly texts?: typeof import('../QBadge/constants').DEFAULT_TEXTS | undefined;
117
118
  readonly "onClick:remove"?: (() => any) | undefined;
@@ -133,11 +134,11 @@ declare function __VLS_template(): {
133
134
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
134
135
  "click:remove": () => any;
135
136
  }, string, {
136
- size: import('..').QBadgeSize;
137
137
  variant: import('..').QBadgeVariant;
138
138
  color: string;
139
139
  icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
140
140
  texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
141
+ focusable: boolean;
141
142
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
142
143
  beforeCreate?: (() => void) | (() => void)[];
143
144
  created?: (() => void) | (() => void)[];
@@ -159,14 +160,14 @@ declare function __VLS_template(): {
159
160
  $nextTick: typeof nextTick;
160
161
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
161
162
  } & Readonly<{
162
- size: import('..').QBadgeSize;
163
163
  variant: import('..').QBadgeVariant;
164
164
  color: string;
165
165
  icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
166
166
  texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
167
+ focusable: boolean;
167
168
  }> & Omit<Readonly<import('..').QBadgeProps> & Readonly<{
168
169
  "onClick:remove"?: (() => any) | undefined;
169
- }>, "size" | "variant" | "color" | "icons" | "texts"> & {} & import('vue').ComponentCustomProperties & {} & {
170
+ }>, "variant" | "color" | "icons" | "texts" | "focusable"> & {} & import('vue').ComponentCustomProperties & {} & {
170
171
  $slots: {
171
172
  default?(_: {}): any;
172
173
  default?(_: {}): any;
@@ -181,9 +182,10 @@ declare function __VLS_template(): {
181
182
  readonly variant?: import('..').QBadgeVariant | undefined;
182
183
  readonly color?: string | undefined;
183
184
  readonly pill?: boolean | undefined;
184
- readonly size?: import('..').QBadgeSize | undefined;
185
+ readonly size?: import('../../types/component').QComponentSize | undefined;
185
186
  readonly disabled?: boolean | undefined;
186
187
  readonly removable?: boolean | undefined;
188
+ readonly focusable?: boolean | undefined;
187
189
  readonly icons?: typeof import('../QBadge/constants').DEFAULT_ICONS | undefined;
188
190
  readonly texts?: typeof import('../QBadge/constants').DEFAULT_TEXTS | undefined;
189
191
  readonly "onClick:remove"?: (() => any) | undefined;
@@ -205,11 +207,11 @@ declare function __VLS_template(): {
205
207
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
206
208
  "click:remove": () => any;
207
209
  }, string, {
208
- size: import('..').QBadgeSize;
209
210
  variant: import('..').QBadgeVariant;
210
211
  color: string;
211
212
  icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
212
213
  texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
214
+ focusable: boolean;
213
215
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
214
216
  beforeCreate?: (() => void) | (() => void)[];
215
217
  created?: (() => void) | (() => void)[];
@@ -231,14 +233,14 @@ declare function __VLS_template(): {
231
233
  $nextTick: typeof nextTick;
232
234
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
233
235
  } & Readonly<{
234
- size: import('..').QBadgeSize;
235
236
  variant: import('..').QBadgeVariant;
236
237
  color: string;
237
238
  icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
238
239
  texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
240
+ focusable: boolean;
239
241
  }> & Omit<Readonly<import('..').QBadgeProps> & Readonly<{
240
242
  "onClick:remove"?: (() => any) | undefined;
241
- }>, "size" | "variant" | "color" | "icons" | "texts"> & {} & import('vue').ComponentCustomProperties & {} & {
243
+ }>, "variant" | "color" | "icons" | "texts" | "focusable"> & {} & import('vue').ComponentCustomProperties & {} & {
242
244
  $slots: {
243
245
  default?(_: {}): any;
244
246
  default?(_: {}): any;
@@ -535,9 +537,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
535
537
  readonly variant?: import('..').QBadgeVariant | undefined;
536
538
  readonly color?: string | undefined;
537
539
  readonly pill?: boolean | undefined;
538
- readonly size?: import('..').QBadgeSize | undefined;
540
+ readonly size?: import('../../types/component').QComponentSize | undefined;
539
541
  readonly disabled?: boolean | undefined;
540
542
  readonly removable?: boolean | undefined;
543
+ readonly focusable?: boolean | undefined;
541
544
  readonly icons?: typeof import('../QBadge/constants').DEFAULT_ICONS | undefined;
542
545
  readonly texts?: typeof import('../QBadge/constants').DEFAULT_TEXTS | undefined;
543
546
  readonly "onClick:remove"?: (() => any) | undefined;
@@ -559,11 +562,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
559
562
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
560
563
  "click:remove": () => any;
561
564
  }, string, {
562
- size: import('..').QBadgeSize;
563
565
  variant: import('..').QBadgeVariant;
564
566
  color: string;
565
567
  icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
566
568
  texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
569
+ focusable: boolean;
567
570
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
568
571
  beforeCreate?: (() => void) | (() => void)[];
569
572
  created?: (() => void) | (() => void)[];
@@ -585,14 +588,14 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
585
588
  $nextTick: typeof nextTick;
586
589
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
587
590
  } & Readonly<{
588
- size: import('..').QBadgeSize;
589
591
  variant: import('..').QBadgeVariant;
590
592
  color: string;
591
593
  icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
592
594
  texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
595
+ focusable: boolean;
593
596
  }> & Omit<Readonly<import('..').QBadgeProps> & Readonly<{
594
597
  "onClick:remove"?: (() => any) | undefined;
595
- }>, "size" | "variant" | "color" | "icons" | "texts"> & {} & import('vue').ComponentCustomProperties & {} & {
598
+ }>, "variant" | "color" | "icons" | "texts" | "focusable"> & {} & import('vue').ComponentCustomProperties & {} & {
596
599
  $slots: {
597
600
  default?(_: {}): any;
598
601
  default?(_: {}): any;
@@ -607,9 +610,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
607
610
  readonly variant?: import('..').QBadgeVariant | undefined;
608
611
  readonly color?: string | undefined;
609
612
  readonly pill?: boolean | undefined;
610
- readonly size?: import('..').QBadgeSize | undefined;
613
+ readonly size?: import('../../types/component').QComponentSize | undefined;
611
614
  readonly disabled?: boolean | undefined;
612
615
  readonly removable?: boolean | undefined;
616
+ readonly focusable?: boolean | undefined;
613
617
  readonly icons?: typeof import('../QBadge/constants').DEFAULT_ICONS | undefined;
614
618
  readonly texts?: typeof import('../QBadge/constants').DEFAULT_TEXTS | undefined;
615
619
  readonly "onClick:remove"?: (() => any) | undefined;
@@ -631,11 +635,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
631
635
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
632
636
  "click:remove": () => any;
633
637
  }, string, {
634
- size: import('..').QBadgeSize;
635
638
  variant: import('..').QBadgeVariant;
636
639
  color: string;
637
640
  icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
638
641
  texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
642
+ focusable: boolean;
639
643
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
640
644
  beforeCreate?: (() => void) | (() => void)[];
641
645
  created?: (() => void) | (() => void)[];
@@ -657,14 +661,14 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
657
661
  $nextTick: typeof nextTick;
658
662
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
659
663
  } & Readonly<{
660
- size: import('..').QBadgeSize;
661
664
  variant: import('..').QBadgeVariant;
662
665
  color: string;
663
666
  icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
664
667
  texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
668
+ focusable: boolean;
665
669
  }> & Omit<Readonly<import('..').QBadgeProps> & Readonly<{
666
670
  "onClick:remove"?: (() => any) | undefined;
667
- }>, "size" | "variant" | "color" | "icons" | "texts"> & {} & import('vue').ComponentCustomProperties & {} & {
671
+ }>, "variant" | "color" | "icons" | "texts" | "focusable"> & {} & import('vue').ComponentCustomProperties & {} & {
668
672
  $slots: {
669
673
  default?(_: {}): any;
670
674
  default?(_: {}): any;
@@ -1 +1 @@
1
- {"version":3,"file":"QSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/QSelect.vue"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"QSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/QSelect.vue"],"names":[],"mappings":"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"}
@@ -237,7 +237,7 @@ var ge = {
237
237
  variant: "ghost",
238
238
  color: "neutral",
239
239
  borderless: "",
240
- tabindex: "-1",
240
+ tabindex: -1,
241
241
  disabled: g.disabled,
242
242
  onClick: Pe
243
243
  }, {
@@ -256,6 +256,8 @@ var ge = {
256
256
  (x(!0), f(c, null, de(W.value, (e, t) => (x(), f(c, { key: `visible-${t}` }, [t < W.value.length - F.value ? (x(), f(c, { key: 0 }, [g.badges ? (x(), u(T(o), {
257
257
  key: 0,
258
258
  pill: "",
259
+ size: "small",
260
+ focusable: !1,
259
261
  color: g.readonly || g.disabled ? "neutral" : void 0,
260
262
  disabled: g.readonly || g.disabled,
261
263
  removable: !g.readonly && !g.disabled && (!g.required || W.value.length > 1),
@@ -277,6 +279,8 @@ var ge = {
277
279
  F.value > 0 ? (x(), f(c, { key: 0 }, [m(T(o), {
278
280
  ref: "hiddenItemsCountBadge",
279
281
  pill: "",
282
+ size: "small",
283
+ focusable: !1,
280
284
  class: y(["q-select__badge-count", { "q-select__badge-count--clickable": g.readonly || g.disabled }])
281
285
  }, {
282
286
  default: O(() => [p(" +" + C(F.value), 1)]),
@@ -295,6 +299,8 @@ var ge = {
295
299
  ref_for: !0,
296
300
  ref: "allBadges",
297
301
  pill: "",
302
+ size: "small",
303
+ focusable: !1,
298
304
  color: g.readonly || g.disabled ? "neutral" : void 0,
299
305
  disabled: "",
300
306
  class: "q-select__badge-hidden",
@@ -314,6 +320,8 @@ var ge = {
314
320
  ], 64)) : (x(), u(T(o), {
315
321
  key: 1,
316
322
  pill: "",
323
+ size: "small",
324
+ focusable: !1,
317
325
  disabled: g.readonly || g.disabled,
318
326
  removable: !g.readonly && !g.disabled && !g.required,
319
327
  texts: g.texts,
@@ -133,9 +133,10 @@ declare const QSelect: {
133
133
  readonly variant?: import('..').QBadgeVariant | undefined;
134
134
  readonly color?: string | undefined;
135
135
  readonly pill?: boolean | undefined;
136
- readonly size?: import('..').QBadgeSize | undefined;
136
+ readonly size?: import('../../types/component').QComponentSize | undefined;
137
137
  readonly disabled?: boolean | undefined;
138
138
  readonly removable?: boolean | undefined;
139
+ readonly focusable?: boolean | undefined;
139
140
  readonly icons?: typeof import('../QBadge/constants').DEFAULT_ICONS | undefined;
140
141
  readonly texts?: typeof import('../QBadge/constants').DEFAULT_TEXTS | undefined;
141
142
  readonly "onClick:remove"?: (() => any) | undefined;
@@ -157,11 +158,11 @@ declare const QSelect: {
157
158
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
158
159
  "click:remove": () => any;
159
160
  }, string, {
160
- size: import('..').QBadgeSize;
161
161
  variant: import('..').QBadgeVariant;
162
162
  color: string;
163
163
  icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
164
164
  texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
165
+ focusable: boolean;
165
166
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
166
167
  beforeCreate?: (() => void) | (() => void)[];
167
168
  created?: (() => void) | (() => void)[];
@@ -183,14 +184,14 @@ declare const QSelect: {
183
184
  $nextTick: typeof import('vue').nextTick;
184
185
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
185
186
  } & Readonly<{
186
- size: import('..').QBadgeSize;
187
187
  variant: import('..').QBadgeVariant;
188
188
  color: string;
189
189
  icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
190
190
  texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
191
+ focusable: boolean;
191
192
  }> & Omit<Readonly<import('..').QBadgeProps> & Readonly<{
192
193
  "onClick:remove"?: (() => any) | undefined;
193
- }>, "size" | "variant" | "color" | "icons" | "texts"> & {} & import('vue').ComponentCustomProperties & {} & {
194
+ }>, "variant" | "color" | "icons" | "texts" | "focusable"> & {} & import('vue').ComponentCustomProperties & {} & {
194
195
  $slots: {
195
196
  default?(_: {}): any;
196
197
  default?(_: {}): any;
@@ -205,9 +206,10 @@ declare const QSelect: {
205
206
  readonly variant?: import('..').QBadgeVariant | undefined;
206
207
  readonly color?: string | undefined;
207
208
  readonly pill?: boolean | undefined;
208
- readonly size?: import('..').QBadgeSize | undefined;
209
+ readonly size?: import('../../types/component').QComponentSize | undefined;
209
210
  readonly disabled?: boolean | undefined;
210
211
  readonly removable?: boolean | undefined;
212
+ readonly focusable?: boolean | undefined;
211
213
  readonly icons?: typeof import('../QBadge/constants').DEFAULT_ICONS | undefined;
212
214
  readonly texts?: typeof import('../QBadge/constants').DEFAULT_TEXTS | undefined;
213
215
  readonly "onClick:remove"?: (() => any) | undefined;
@@ -229,11 +231,11 @@ declare const QSelect: {
229
231
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
230
232
  "click:remove": () => any;
231
233
  }, string, {
232
- size: import('..').QBadgeSize;
233
234
  variant: import('..').QBadgeVariant;
234
235
  color: string;
235
236
  icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
236
237
  texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
238
+ focusable: boolean;
237
239
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
238
240
  beforeCreate?: (() => void) | (() => void)[];
239
241
  created?: (() => void) | (() => void)[];
@@ -255,14 +257,14 @@ declare const QSelect: {
255
257
  $nextTick: typeof import('vue').nextTick;
256
258
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
257
259
  } & Readonly<{
258
- size: import('..').QBadgeSize;
259
260
  variant: import('..').QBadgeVariant;
260
261
  color: string;
261
262
  icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
262
263
  texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
264
+ focusable: boolean;
263
265
  }> & Omit<Readonly<import('..').QBadgeProps> & Readonly<{
264
266
  "onClick:remove"?: (() => any) | undefined;
265
- }>, "size" | "variant" | "color" | "icons" | "texts"> & {} & import('vue').ComponentCustomProperties & {} & {
267
+ }>, "variant" | "color" | "icons" | "texts" | "focusable"> & {} & import('vue').ComponentCustomProperties & {} & {
266
268
  $slots: {
267
269
  default?(_: {}): any;
268
270
  default?(_: {}): any;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAOq70B,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAP/g1B,CAAA;AAGzC,OAAO,EAAE,OAAO,EAAE,CAAA;AAGlB,cAAc,SAAS,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAOq70B,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAP/g1B,CAAA;AAGzC,OAAO,EAAE,OAAO,EAAE,CAAA;AAGlB,cAAc,SAAS,CAAA"}
@@ -51,7 +51,6 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
51
51
  "onResize:end"?: ((finalWidth: number) => any) | undefined;
52
52
  }>, {
53
53
  position: "left" | "right";
54
- anchorWidth: number;
55
54
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
56
55
  anchor: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
57
56
  anchorWidth?: number;
@@ -1 +1 @@
1
- {"version":3,"file":"QSidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSidebar/QSidebar.vue"],"names":[],"mappings":"AAgBA;AAuPC,OAAO,KAAK,EAAkB,uBAAuB,EAAE,MAAM,WAAW,CAAA;AACxE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAM5C,KAAK,WAAW,GAAG,aAAa,CAAC;AAuNlC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAiDT,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB/B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAUnB,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":"QSidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSidebar/QSidebar.vue"],"names":[],"mappings":"AAgBA;AA6PC,OAAO,KAAK,EAAkB,uBAAuB,EAAE,MAAM,WAAW,CAAA;AACxE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAO5C,KAAK,WAAW,GAAG,aAAa,CAAC;AA2NlC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAiDT,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB/B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAUnB,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"}
@@ -8,7 +8,7 @@ var y = ["id"], b = { class: "q-sidebar__panels" }, x = /*@__PURE__*/ s({
8
8
  props: /*@__PURE__*/ c({
9
9
  id: {},
10
10
  class: {},
11
- anchorWidth: { default: 50 },
11
+ anchorWidth: {},
12
12
  showLabels: { type: Boolean },
13
13
  position: { default: "left" }
14
14
  }, {
@@ -37,7 +37,7 @@ var y = ["id"], b = { class: "q-sidebar__panels" }, x = /*@__PURE__*/ s({
37
37
  O.value = !e || !t, e && t && A(), e && (D.value = e);
38
38
  }, { immediate: !0 });
39
39
  let j = r(() => E.value.find((e) => e.value === D.value)), M = r(() => !!j.value), N = r(() => {
40
- if (!(!j.value?.resizable.value || k.value === void 0)) return { width: `${(x.anchorWidth ?? 0) + k.value}px` };
40
+ if (!(!j.value?.resizable.value || k.value === void 0)) return x.anchorWidth === void 0 ? { width: `${(T.value?.$el?.offsetWidth ?? 0) + k.value}px` } : { width: `calc(${x.anchorWidth}px * var(--q-density-scale) + ${k.value}px)` };
41
41
  }), P = r(() => [
42
42
  "q-sidebar",
43
43
  `q-sidebar--${j.value?.initialWidth.value ?? "small"}`,
@@ -2,7 +2,8 @@ import { SidebarItemRegistration } from './context';
2
2
  /** Internal props for the anchor strip (not part of the public package API). */
3
3
  type QSidebarAnchorProps = {
4
4
  /**
5
- * Width of the anchor section in pixels.
5
+ * Width of the anchor section in pixels at regular density.
6
+ * Scaled by `--q-density-scale` when applied.
6
7
  *
7
8
  * @category Presentation
8
9
  */
@@ -1 +1 @@
1
- {"version":3,"file":"QSidebarAnchor.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSidebar/QSidebarAnchor.vue"],"names":[],"mappings":"AAaA;AAyIC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,WAAW,CAAA;AAKxD,gFAAgF;AAChF,KAAK,mBAAmB,GAAG;IAC1B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB;;;;OAIG;IACH,KAAK,EAAE,uBAAuB,EAAE,CAAA;CAChC,CAAA;;;;;;AAgJF,wBASG"}
1
+ {"version":3,"file":"QSidebarAnchor.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSidebar/QSidebarAnchor.vue"],"names":[],"mappings":"AAaA;AA6IC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,WAAW,CAAA;AAKxD,gFAAgF;AAChF,KAAK,mBAAmB,GAAG;IAC1B;;;;;OAKG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB;;;;OAIG;IACH,KAAK,EAAE,uBAAuB,EAAE,CAAA;CAChC,CAAA;;;;;;AAmJF,wBASG"}
@@ -14,7 +14,7 @@ var u = {
14
14
  let f = r;
15
15
  d({ itemsEl: c("items") });
16
16
  let p = e(() => {
17
- if (f.anchorWidth !== void 0) return { width: `${f.anchorWidth}px` };
17
+ if (f.anchorWidth !== void 0) return { width: `calc(${f.anchorWidth}px * var(--q-density-scale))` };
18
18
  }), m = s({
19
19
  height: "0",
20
20
  transform: "translateY(0)",
@@ -23,11 +23,12 @@ declare function __VLS_template(): {
23
23
  readonly borderless?: boolean | undefined;
24
24
  readonly elevated?: boolean | undefined;
25
25
  readonly block?: boolean | undefined;
26
- readonly size?: import('..').QButtonSize | undefined;
26
+ readonly size?: import('../../types/component').QComponentSize | undefined;
27
27
  readonly iconPos?: import('..').QButtonIconPosition | undefined;
28
28
  readonly pill?: boolean | undefined;
29
29
  readonly disabled?: boolean | undefined;
30
30
  readonly loading?: boolean | undefined;
31
+ readonly tabindex?: number | undefined;
31
32
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
32
33
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
33
34
  $attrs: import('vue').Attrs;
@@ -51,11 +52,12 @@ declare function __VLS_template(): {
51
52
  borderless?: boolean;
52
53
  elevated?: boolean;
53
54
  block?: boolean;
54
- size?: import('..').QButtonSize;
55
+ size?: import('../../types/component').QComponentSize;
55
56
  iconPos?: import('..').QButtonIconPosition;
56
57
  pill?: boolean;
57
58
  disabled?: boolean;
58
59
  loading?: boolean;
60
+ tabindex?: number;
59
61
  }> & Readonly<{
60
62
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
61
63
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -89,11 +91,12 @@ declare function __VLS_template(): {
89
91
  borderless?: boolean;
90
92
  elevated?: boolean;
91
93
  block?: boolean;
92
- size?: import('..').QButtonSize;
94
+ size?: import('../../types/component').QComponentSize;
93
95
  iconPos?: import('..').QButtonIconPosition;
94
96
  pill?: boolean;
95
97
  disabled?: boolean;
96
98
  loading?: boolean;
99
+ tabindex?: number;
97
100
  }> & Readonly<{
98
101
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
99
102
  }>, never> & {} & import('vue').ComponentCustomProperties & {} & {
@@ -124,11 +127,12 @@ declare const __VLS_component: import('vue').DefineComponent<QSidebarItemProps,
124
127
  readonly borderless?: boolean | undefined;
125
128
  readonly elevated?: boolean | undefined;
126
129
  readonly block?: boolean | undefined;
127
- readonly size?: import('..').QButtonSize | undefined;
130
+ readonly size?: import('../../types/component').QComponentSize | undefined;
128
131
  readonly iconPos?: import('..').QButtonIconPosition | undefined;
129
132
  readonly pill?: boolean | undefined;
130
133
  readonly disabled?: boolean | undefined;
131
134
  readonly loading?: boolean | undefined;
135
+ readonly tabindex?: number | undefined;
132
136
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
133
137
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
134
138
  $attrs: import('vue').Attrs;
@@ -152,11 +156,12 @@ declare const __VLS_component: import('vue').DefineComponent<QSidebarItemProps,
152
156
  borderless?: boolean;
153
157
  elevated?: boolean;
154
158
  block?: boolean;
155
- size?: import('..').QButtonSize;
159
+ size?: import('../../types/component').QComponentSize;
156
160
  iconPos?: import('..').QButtonIconPosition;
157
161
  pill?: boolean;
158
162
  disabled?: boolean;
159
163
  loading?: boolean;
164
+ tabindex?: number;
160
165
  }> & Readonly<{
161
166
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
162
167
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -190,11 +195,12 @@ declare const __VLS_component: import('vue').DefineComponent<QSidebarItemProps,
190
195
  borderless?: boolean;
191
196
  elevated?: boolean;
192
197
  block?: boolean;
193
- size?: import('..').QButtonSize;
198
+ size?: import('../../types/component').QComponentSize;
194
199
  iconPos?: import('..').QButtonIconPosition;
195
200
  pill?: boolean;
196
201
  disabled?: boolean;
197
202
  loading?: boolean;
203
+ tabindex?: number;
198
204
  }> & Readonly<{
199
205
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
200
206
  }>, never> & {} & import('vue').ComponentCustomProperties & {} & {
@@ -1 +1 @@
1
- {"version":3,"file":"QSidebarItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSidebar/QSidebarItem.vue"],"names":[],"mappings":"AAkEA;AA8LC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AA6GjD,iBAAS,cAAc;WAiMT,OAAO,IAA6B;;wBAhBrB,GAAG;kCACO,GAAG;wBACb,GAAG;iCACM,GAAG;yBACX,GAAG;wBACJ,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAmEqkS,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;EAnD1tS;AAqBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA6BglS,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;OArBztS,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":"QSidebarItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSidebar/QSidebarItem.vue"],"names":[],"mappings":"AAkEA;AA8LC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AA6GjD,iBAAS,cAAc;WAiMT,OAAO,IAA6B;;wBAhBrB,GAAG;kCACO,GAAG;wBACb,GAAG;iCACM,GAAG;yBACX,GAAG;wBACJ,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAmEyjS,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;EAnD9sS;AAqBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA6BokS,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;OArB7sS,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"}
@@ -24,7 +24,7 @@ var k = /*@__PURE__*/ h({
24
24
  maxWidth: { default: "block" }
25
25
  },
26
26
  setup(h) {
27
- let k = h, A = g(r);
27
+ let k = h, A = g(r, null);
28
28
  if (!A) throw Error("QSidebarItem: Failed to retrieve sidebar context. Ensure the component is used within a QSidebar context.");
29
29
  let j = n(w(k, "value")), M = n(w(k, "id")), N = n(), P = e(j);
30
30
  if (!P) throw Error("QSidebarItem: Failed to retrieve group item. Ensure the component is used within a QSidebar context.");
@@ -20,7 +20,6 @@ declare const QSidebar: {
20
20
  "resize:end": (finalWidth: number) => any;
21
21
  }, import('vue').PublicProps, {
22
22
  position: "left" | "right";
23
- anchorWidth: number;
24
23
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
25
24
  anchor: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
26
25
  anchorWidth?: number;
@@ -65,7 +64,6 @@ declare const QSidebar: {
65
64
  "onResize:end"?: ((finalWidth: number) => any) | undefined;
66
65
  }>, {}, {}, {}, {}, {
67
66
  position: "left" | "right";
68
- anchorWidth: number;
69
67
  }>;
70
68
  __isFragment?: never;
71
69
  __isTeleport?: never;
@@ -91,7 +89,6 @@ declare const QSidebar: {
91
89
  "resize:end": (finalWidth: number) => any;
92
90
  }, string, {
93
91
  position: "left" | "right";
94
- anchorWidth: number;
95
92
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
96
93
  $slots: {
97
94
  default?(_: {}): any;
@@ -117,11 +114,12 @@ declare const QSidebarItem: {
117
114
  readonly borderless?: boolean | undefined;
118
115
  readonly elevated?: boolean | undefined;
119
116
  readonly block?: boolean | undefined;
120
- readonly size?: import('..').QButtonSize | undefined;
117
+ readonly size?: import('../../types/component').QComponentSize | undefined;
121
118
  readonly iconPos?: import('..').QButtonIconPosition | undefined;
122
119
  readonly pill?: boolean | undefined;
123
120
  readonly disabled?: boolean | undefined;
124
121
  readonly loading?: boolean | undefined;
122
+ readonly tabindex?: number | undefined;
125
123
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
126
124
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
127
125
  $attrs: import('vue').Attrs;
@@ -145,11 +143,12 @@ declare const QSidebarItem: {
145
143
  borderless?: boolean;
146
144
  elevated?: boolean;
147
145
  block?: boolean;
148
- size?: import('..').QButtonSize;
146
+ size?: import('../../types/component').QComponentSize;
149
147
  iconPos?: import('..').QButtonIconPosition;
150
148
  pill?: boolean;
151
149
  disabled?: boolean;
152
150
  loading?: boolean;
151
+ tabindex?: number;
153
152
  }> & Readonly<{
154
153
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
155
154
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -183,11 +182,12 @@ declare const QSidebarItem: {
183
182
  borderless?: boolean;
184
183
  elevated?: boolean;
185
184
  block?: boolean;
186
- size?: import('..').QButtonSize;
185
+ size?: import('../../types/component').QComponentSize;
187
186
  iconPos?: import('..').QButtonIconPosition;
188
187
  pill?: boolean;
189
188
  disabled?: boolean;
190
189
  loading?: boolean;
190
+ tabindex?: number;
191
191
  }> & Readonly<{
192
192
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
193
193
  }>, never> & {} & import('vue').ComponentCustomProperties & {} & {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSidebar/index.ts"],"names":[],"mappings":"AAOA,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA6B,CAAA;AAC3C,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAO0z0B,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAP/40B,CAAA;AAGnD,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,CAAA;AAGjC,cAAc,SAAS,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSidebar/index.ts"],"names":[],"mappings":"AAOA,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA6B,CAAA;AAC3C,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAO0z0B,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAP/40B,CAAA;AAGnD,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,CAAA;AAGjC,cAAc,SAAS,CAAA"}
@@ -97,7 +97,9 @@ export type QSidebarItemProps = QBaseComponentProps & {
97
97
  */
98
98
  export type QSidebarProps = QBaseComponentProps & {
99
99
  /**
100
- * Width of the anchor section (in pixels).
100
+ * Width of the anchor section in pixels at regular density. Scaled by
101
+ * `--q-density-scale` when applied. Omit to use the density-scaled default
102
+ * rail width from CSS.
101
103
  *
102
104
  * @category Presentation
103
105
  */
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QSidebar/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAA;AAEpC;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;AAEjF;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAChC;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IAEnB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;CACjC,CAAA;AAED;;;;GAIG;AACH,MAAM,MAAM,iBAAiB,GAAG,mBAAmB,GAAG;IACrD;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IAEnB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,YAAY,CAAC,EAAE,iBAAiB,CAAA;IAEhC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,iBAAiB,CAAA;IAE5B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,iBAAiB,CAAA;CAC5B,CAAA;AAED;;;;GAIG;AACH,MAAM,MAAM,aAAa,GAAG,mBAAmB,GAAG;IACjD;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;CAC3B,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QSidebar/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAA;AAEpC;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;AAEjF;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAChC;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IAEnB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;CACjC,CAAA;AAED;;;;GAIG;AACH,MAAM,MAAM,iBAAiB,GAAG,mBAAmB,GAAG;IACrD;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IAEnB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,YAAY,CAAC,EAAE,iBAAiB,CAAA;IAEhC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,iBAAiB,CAAA;IAE5B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,iBAAiB,CAAA;CAC5B,CAAA;AAED;;;;GAIG;AACH,MAAM,MAAM,aAAa,GAAG,mBAAmB,GAAG;IACjD;;;;;;OAMG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;CAC3B,CAAA"}
@@ -8,9 +8,10 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
8
8
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
9
9
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
10
10
  }>, {
11
- size: "small" | "medium" | "large";
12
11
  trueLabel: string;
13
12
  falseLabel: string;
14
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
14
+ inputEl: HTMLInputElement;
15
+ }, any>;
15
16
  export default _default;
16
17
  //# sourceMappingURL=QSwitch.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"QSwitch.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSwitch/QSwitch.vue"],"names":[],"mappings":"AA2CA;AAgIC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,GAAG,CAAA;AAKrC,KAAK,WAAW,GAAG,YAAY,CAAC;AAqEjC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;;;;;;;;;;AAgGhB,wBAQG"}
1
+ {"version":3,"file":"QSwitch.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSwitch/QSwitch.vue"],"names":[],"mappings":"AA8CA;AAgJC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,GAAG,CAAA;AAKrC,KAAK,WAAW,GAAG,YAAY,CAAC;AAiFjC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;;;;;;;;;;;AAwGhB,wBASG"}