@quidgest/ui 0.21.2 → 0.23.0
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/CHANGELOG.md +31 -0
- package/dist/json/api.json +398 -86
- package/dist/manifest/components.json +1 -0
- package/dist/ui.css +2130 -1166
- package/dist/ui.esm.js +809 -786
- package/dist/ui.js +735 -712
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +735 -712
- package/dist/ui.scss +1137 -844
- package/esm/components/QBadge/QBadge.d.ts +1 -1
- package/esm/components/QBadge/QBadge.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.vue.js +14 -7
- package/esm/components/QBadge/index.d.ts +3 -3
- package/esm/components/QBadge/types.d.ts +11 -4
- package/esm/components/QBadge/types.d.ts.map +1 -1
- package/esm/components/QButton/QButton.d.ts +0 -1
- package/esm/components/QButton/QButton.d.ts.map +1 -1
- package/esm/components/QButton/QButton.vue.js +10 -4
- package/esm/components/QButton/index.d.ts +0 -3
- package/esm/components/QButton/index.d.ts.map +1 -1
- package/esm/components/QButton/types.d.ts +11 -4
- package/esm/components/QButton/types.d.ts.map +1 -1
- package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
- package/esm/components/QButtonGroup/QButtonGroup.vue.js +2 -0
- package/esm/components/QButtonGroup/types.d.ts +9 -1
- package/esm/components/QButtonGroup/types.d.ts.map +1 -1
- package/esm/components/QCheckbox/QCheckbox.d.ts +0 -1
- package/esm/components/QCheckbox/QCheckbox.d.ts.map +1 -1
- package/esm/components/QCheckbox/QCheckbox.vue.js +2 -2
- package/esm/components/QCheckbox/index.d.ts +3 -6
- package/esm/components/QCheckbox/index.d.ts.map +1 -1
- package/esm/components/QCheckbox/types.d.ts +4 -3
- package/esm/components/QCheckbox/types.d.ts.map +1 -1
- package/esm/components/QCollapsible/types.d.ts +1 -1
- package/esm/components/QCollapsible/types.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.d.ts +6 -8
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +1 -1
- package/esm/components/QCombobox/index.d.ts +3 -4
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/QDateTimePicker.d.ts +18 -24
- package/esm/components/QDateTimePicker/QDateTimePicker.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/index.d.ts +9 -12
- package/esm/components/QDateTimePicker/index.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.vue.js +6 -1
- package/esm/components/QDialog/QDialogProvider.d.ts.map +1 -1
- package/esm/components/QDialog/QDialogProvider.vue.js +1 -0
- package/esm/components/QDialog/index.d.ts +3 -0
- package/esm/components/QDialog/index.d.ts.map +1 -1
- package/esm/components/QDialog/types.d.ts +14 -0
- package/esm/components/QDialog/types.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/types.d.ts +1 -1
- package/esm/components/QDropdownMenu/types.d.ts.map +1 -1
- package/esm/components/QIcon/QIcon.d.ts.map +1 -1
- package/esm/components/QIcon/QIcon.vue.js +9 -4
- package/esm/components/QList/QListItem.d.ts.map +1 -1
- package/esm/components/QList/QListItem.vue.js +1 -0
- package/esm/components/QObfuscation/QObfuscation.d.ts.map +1 -1
- package/esm/components/QObfuscation/QObfuscation.vue.js +0 -1
- package/esm/components/QOverflow/QOverflow.d.ts +21 -1
- package/esm/components/QOverflow/QOverflow.d.ts.map +1 -1
- package/esm/components/QOverflow/QOverflow.vue.js +109 -96
- package/esm/components/QOverflow/index.d.ts +12 -3
- package/esm/components/QOverflow/index.d.ts.map +1 -1
- package/esm/components/QOverflow/types.d.ts +11 -2
- package/esm/components/QOverflow/types.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.d.ts +0 -1
- package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.vue.js +90 -90
- package/esm/components/QOverlay/index.d.ts +0 -3
- package/esm/components/QOverlay/index.d.ts.map +1 -1
- package/esm/components/QOverlay/types.d.ts +5 -3
- package/esm/components/QOverlay/types.d.ts.map +1 -1
- package/esm/components/QPhoneField/QPhoneField.d.ts +20 -16
- package/esm/components/QPhoneField/QPhoneField.d.ts.map +1 -1
- package/esm/components/QPhoneField/index.d.ts +10 -8
- package/esm/components/QPhoneField/index.d.ts.map +1 -1
- package/esm/components/QPopover/types.d.ts +1 -1
- package/esm/components/QPopover/types.d.ts.map +1 -1
- package/esm/components/QProgress/QProgress.d.ts +21 -0
- package/esm/components/QProgress/QProgress.d.ts.map +1 -0
- package/esm/components/QProgress/QProgress.vue.js +108 -0
- package/esm/components/QProgress/QProgress2.vue.js +5 -0
- package/esm/components/QProgress/index.d.ts +45 -0
- package/esm/components/QProgress/index.d.ts.map +1 -0
- package/esm/components/QProgress/index.js +6 -0
- package/esm/components/QProgress/types.d.ts +78 -0
- package/esm/components/QProgress/types.d.ts.map +1 -0
- package/esm/components/QRadioGroup/QRadioButton.d.ts +0 -1
- package/esm/components/QRadioGroup/QRadioButton.d.ts.map +1 -1
- package/esm/components/QRadioGroup/QRadioButton.vue.js +2 -2
- package/esm/components/QRadioGroup/QRadioGroup.d.ts +1 -1
- package/esm/components/QRadioGroup/QRadioGroup.d.ts.map +1 -1
- package/esm/components/QRadioGroup/QRadioGroup.vue.js +55 -46
- package/esm/components/QRadioGroup/index.d.ts +9 -36
- package/esm/components/QRadioGroup/index.d.ts.map +1 -1
- package/esm/components/QRadioGroup/types.d.ts +15 -24
- package/esm/components/QRadioGroup/types.d.ts.map +1 -1
- package/esm/components/QRemoveScrollBar/constants.d.ts +1 -1
- package/esm/components/QRemoveScrollBar/constants.d.ts.map +1 -1
- package/esm/components/QRemoveScrollBar/constants.js +1 -1
- package/esm/components/QSelect/QSelect.d.ts +20 -16
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +9 -1
- package/esm/components/QSelect/index.d.ts +10 -8
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/esm/components/QSidebar/QSidebar.d.ts +0 -1
- package/esm/components/QSidebar/QSidebar.d.ts.map +1 -1
- package/esm/components/QSidebar/QSidebar.vue.js +2 -2
- package/esm/components/QSidebar/QSidebarAnchor.d.ts +2 -1
- package/esm/components/QSidebar/QSidebarAnchor.d.ts.map +1 -1
- package/esm/components/QSidebar/QSidebarAnchor.vue.js +1 -1
- package/esm/components/QSidebar/QSidebarItem.d.ts +12 -6
- package/esm/components/QSidebar/QSidebarItem.d.ts.map +1 -1
- package/esm/components/QSidebar/QSidebarItem.vue.js +1 -1
- package/esm/components/QSidebar/index.d.ts +6 -6
- package/esm/components/QSidebar/index.d.ts.map +1 -1
- package/esm/components/QSidebar/types.d.ts +3 -1
- package/esm/components/QSidebar/types.d.ts.map +1 -1
- package/esm/components/QSwitch/QSwitch.d.ts +3 -2
- package/esm/components/QSwitch/QSwitch.d.ts.map +1 -1
- package/esm/components/QSwitch/QSwitch.vue.js +34 -26
- package/esm/components/QSwitch/index.d.ts +5 -4
- package/esm/components/QSwitch/index.d.ts.map +1 -1
- package/esm/components/QSwitch/types.d.ts +4 -2
- package/esm/components/QSwitch/types.d.ts.map +1 -1
- package/esm/components/QTabs/QTab.d.ts +6 -8
- package/esm/components/QTabs/QTab.d.ts.map +1 -1
- package/esm/components/QTabs/QTabs.d.ts +177 -2
- package/esm/components/QTabs/QTabs.d.ts.map +1 -1
- package/esm/components/QTabs/QTabs.vue.js +127 -106
- package/esm/components/QTabs/context.d.ts +2 -1
- package/esm/components/QTabs/context.d.ts.map +1 -1
- package/esm/components/QTabs/index.d.ts +91 -5
- package/esm/components/QTabs/index.d.ts.map +1 -1
- package/esm/components/QToggle/QToggle.vue.js +2 -1
- package/esm/components/QToggle/index.d.ts +6 -3
- package/esm/components/QToggle/index.d.ts.map +1 -1
- package/esm/components/QToggleGroup/QToggleGroup.vue.js +1 -0
- package/esm/components/QToggleGroup/QToggleGroupItem.vue.js +1 -0
- package/esm/components/QToggleGroup/index.d.ts +3 -0
- package/esm/components/QToggleGroup/index.d.ts.map +1 -1
- package/esm/components/QTooltip/types.d.ts +1 -1
- package/esm/components/QTooltip/types.d.ts.map +1 -1
- package/esm/components/__internal__/QClearButton/QClearButton.vue.js +1 -1
- package/esm/components/index.d.ts +1 -0
- package/esm/components/index.d.ts.map +1 -1
- package/esm/components/index.js +34 -32
- package/esm/composables/useSafeTriangle/index.d.ts +1 -1
- package/esm/composables/useSafeTriangle/index.d.ts.map +1 -1
- package/esm/index.d.ts +1 -0
- package/esm/templates/theme.js +11 -11
- package/esm/types/component.d.ts +7 -0
- package/esm/types/component.d.ts.map +1 -1
- package/esm/utils/color/theme-colors.d.ts +5 -5
- package/esm/utils/density.d.ts +12 -0
- package/esm/utils/density.d.ts.map +1 -0
- package/esm/utils/density.js +23 -0
- package/esm/utils/index.d.ts +1 -0
- package/esm/utils/index.d.ts.map +1 -1
- package/esm/utils/index.js +6 -2
- package/esm/{composables → utils}/overlay.d.ts +12 -0
- package/esm/utils/overlay.d.ts.map +1 -0
- package/esm/{composables → utils}/overlay.js +10 -2
- package/esm/utils/safeTriangle.d.ts +1 -1
- package/esm/utils/safeTriangle.d.ts.map +1 -1
- package/package.json +1 -1
- package/esm/composables/overlay.d.ts.map +0 -1
package/dist/json/api.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
2
|
+
"version": "0.23.0",
|
|
3
3
|
"components": [
|
|
4
4
|
{
|
|
5
5
|
"name": "QAccordion",
|
|
@@ -76,9 +76,9 @@
|
|
|
76
76
|
"type": {
|
|
77
77
|
"kind": "enum",
|
|
78
78
|
"values": [
|
|
79
|
-
"
|
|
79
|
+
"tight",
|
|
80
80
|
"comfortable",
|
|
81
|
-
"
|
|
81
|
+
"relaxed"
|
|
82
82
|
]
|
|
83
83
|
},
|
|
84
84
|
"description": "Defines the spacing around the title of each collapsible section.",
|
|
@@ -307,12 +307,12 @@
|
|
|
307
307
|
"type": {
|
|
308
308
|
"kind": "enum",
|
|
309
309
|
"values": [
|
|
310
|
-
"
|
|
310
|
+
"medium",
|
|
311
|
+
"small",
|
|
311
312
|
"large"
|
|
312
313
|
]
|
|
313
314
|
},
|
|
314
|
-
"description": "
|
|
315
|
-
"default": "default",
|
|
315
|
+
"description": "Local chrome size. Multiplies the inherited global density scale\n(`small` ×0.8, `medium` ×1, `large` ×1.2). Omit to inherit global density only.",
|
|
316
316
|
"required": false,
|
|
317
317
|
"category": "Presentation"
|
|
318
318
|
},
|
|
@@ -336,6 +336,17 @@
|
|
|
336
336
|
"required": false,
|
|
337
337
|
"category": "State"
|
|
338
338
|
},
|
|
339
|
+
{
|
|
340
|
+
"name": "focusable",
|
|
341
|
+
"type": {
|
|
342
|
+
"kind": "primitive",
|
|
343
|
+
"name": "boolean"
|
|
344
|
+
},
|
|
345
|
+
"description": "When `false`, the badge and its remove control are excluded from the tab order.\nPointer activation still works. Use inside composite widgets (e.g. QSelect values).",
|
|
346
|
+
"default": "true",
|
|
347
|
+
"required": false,
|
|
348
|
+
"category": "Behavior"
|
|
349
|
+
},
|
|
339
350
|
{
|
|
340
351
|
"name": "icons",
|
|
341
352
|
"type": {
|
|
@@ -421,8 +432,8 @@
|
|
|
421
432
|
},
|
|
422
433
|
{
|
|
423
434
|
"title": "Size",
|
|
424
|
-
"description": "
|
|
425
|
-
"code": "<
|
|
435
|
+
"description": "Local size overrides for the badge. Combines with the global density toolbar (product = global × size).",
|
|
436
|
+
"code": "<div style=\"display: flex; align-items: center; gap: 0.5rem\">\n\t\t\t\t<q-badge v-bind=\"args\" size=\"small\">Small</q-badge>\n\t\t\t\t<q-badge v-bind=\"args\" size=\"medium\">Medium</q-badge>\n\t\t\t\t<q-badge v-bind=\"args\" size=\"large\">Large</q-badge>\n\t\t\t</div>"
|
|
426
437
|
},
|
|
427
438
|
{
|
|
428
439
|
"title": "Clickable",
|
|
@@ -627,12 +638,12 @@
|
|
|
627
638
|
"type": {
|
|
628
639
|
"kind": "enum",
|
|
629
640
|
"values": [
|
|
641
|
+
"medium",
|
|
630
642
|
"small",
|
|
631
|
-
"
|
|
643
|
+
"large"
|
|
632
644
|
]
|
|
633
645
|
},
|
|
634
|
-
"description": "
|
|
635
|
-
"default": "regular",
|
|
646
|
+
"description": "Local chrome size. Multiplies the inherited global density scale\n(`small` ×0.8, `medium` ×1, `large` ×1.2). Omit to inherit global density only.",
|
|
636
647
|
"required": false,
|
|
637
648
|
"category": "Presentation"
|
|
638
649
|
},
|
|
@@ -681,6 +692,16 @@
|
|
|
681
692
|
"description": "If true, the button is in a loading state, indicating ongoing activity.",
|
|
682
693
|
"required": false,
|
|
683
694
|
"category": "State"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"name": "tabindex",
|
|
698
|
+
"type": {
|
|
699
|
+
"kind": "primitive",
|
|
700
|
+
"name": "number"
|
|
701
|
+
},
|
|
702
|
+
"description": "Native tab order. Use `-1` to keep the control operable by pointer\nwhile excluding it from sequential keyboard focus.",
|
|
703
|
+
"required": false,
|
|
704
|
+
"category": "Behavior"
|
|
684
705
|
}
|
|
685
706
|
],
|
|
686
707
|
"events": [
|
|
@@ -748,9 +769,9 @@
|
|
|
748
769
|
"code": "<QButton :label=\"Button\" :block=\"true\" />"
|
|
749
770
|
},
|
|
750
771
|
{
|
|
751
|
-
"title": "
|
|
752
|
-
"description": "
|
|
753
|
-
"code": "<div style=\"display:
|
|
772
|
+
"title": "Size",
|
|
773
|
+
"description": "Local size overrides. Useful for slotting buttons within other components. Combines with the global density toolbar (product = global × size).",
|
|
774
|
+
"code": "<div style=\"display: flex; align-items: center; gap: 0.5rem\">\n\t\t\t\t<q-button size=\"small\" label=\"Small\" />\n\t\t\t\t<q-button size=\"medium\" label=\"Medium\" />\n\t\t\t\t<q-button size=\"large\" label=\"Large\" />\n\t\t\t</div>"
|
|
754
775
|
}
|
|
755
776
|
]
|
|
756
777
|
},
|
|
@@ -799,6 +820,20 @@
|
|
|
799
820
|
"required": false,
|
|
800
821
|
"category": "Presentation"
|
|
801
822
|
},
|
|
823
|
+
{
|
|
824
|
+
"name": "size",
|
|
825
|
+
"type": {
|
|
826
|
+
"kind": "enum",
|
|
827
|
+
"values": [
|
|
828
|
+
"medium",
|
|
829
|
+
"small",
|
|
830
|
+
"large"
|
|
831
|
+
]
|
|
832
|
+
},
|
|
833
|
+
"description": "Local chrome size. Multiplies the inherited global density scale\n(`small` ×0.8, `medium` ×1, `large` ×1.2). Omit to inherit global density only.\nPropagated to child `QButton` instances via defaults.",
|
|
834
|
+
"required": false,
|
|
835
|
+
"category": "Presentation"
|
|
836
|
+
},
|
|
802
837
|
{
|
|
803
838
|
"name": "disabled",
|
|
804
839
|
"type": {
|
|
@@ -1393,13 +1428,12 @@
|
|
|
1393
1428
|
"type": {
|
|
1394
1429
|
"kind": "enum",
|
|
1395
1430
|
"values": [
|
|
1431
|
+
"medium",
|
|
1396
1432
|
"small",
|
|
1397
|
-
"large"
|
|
1398
|
-
"regular"
|
|
1433
|
+
"large"
|
|
1399
1434
|
]
|
|
1400
1435
|
},
|
|
1401
|
-
"description": "
|
|
1402
|
-
"default": "regular",
|
|
1436
|
+
"description": "Local chrome size. Multiplies the inherited global density scale\n(`small` ×0.8, `medium` ×1, `large` ×1.2). Omit to inherit global density only.",
|
|
1403
1437
|
"required": false,
|
|
1404
1438
|
"category": "Presentation"
|
|
1405
1439
|
},
|
|
@@ -1507,9 +1541,9 @@
|
|
|
1507
1541
|
"code": "<div style=\"display: flex; gap: 2rem\">\n\t\t\t\t<q-checkbox model-value label=\"Primary Color\" color=\"primary\" />\n\t\t\t\t<q-checkbox model-value label=\"Info Color\" color=\"info\" />\n\t\t\t\t<q-checkbox model-value label=\"Success Color\" color=\"success\" />\n\t\t\t\t<q-checkbox model-value label=\"Warning Color\" color=\"warning\" />\n\t\t\t\t<q-checkbox model-value label=\"Danger Color\" color=\"danger\" />\n\t\t\t</div>"
|
|
1508
1542
|
},
|
|
1509
1543
|
{
|
|
1510
|
-
"title": "
|
|
1511
|
-
"description": "A demonstration of checkboxes with different
|
|
1512
|
-
"code": "<div style=\"display: flex; align-items: center; gap: 2rem\">\n\t\t\t\t<q-checkbox model-value label=\"Small\" size=\"small\" />\n\t\t\t\t<q-checkbox model-value label=\"
|
|
1544
|
+
"title": "Size",
|
|
1545
|
+
"description": "A demonstration of checkboxes with different size overrides. Combines with the global density toolbar (product = global × size).",
|
|
1546
|
+
"code": "<div style=\"display: flex; align-items: center; gap: 2rem\">\n\t\t\t\t<q-checkbox model-value label=\"Small\" size=\"small\" />\n\t\t\t\t<q-checkbox model-value label=\"Medium\" size=\"medium\" />\n\t\t\t\t<q-checkbox model-value label=\"Large\" size=\"large\" />\n\t\t\t</div>"
|
|
1513
1547
|
},
|
|
1514
1548
|
{
|
|
1515
1549
|
"title": "Icons",
|
|
@@ -1605,9 +1639,9 @@
|
|
|
1605
1639
|
"type": {
|
|
1606
1640
|
"kind": "enum",
|
|
1607
1641
|
"values": [
|
|
1608
|
-
"
|
|
1642
|
+
"tight",
|
|
1609
1643
|
"comfortable",
|
|
1610
|
-
"
|
|
1644
|
+
"relaxed"
|
|
1611
1645
|
]
|
|
1612
1646
|
},
|
|
1613
1647
|
"description": "Defines the spacing around the title of each collapsible panel.",
|
|
@@ -1715,7 +1749,7 @@
|
|
|
1715
1749
|
{
|
|
1716
1750
|
"title": "Spacing",
|
|
1717
1751
|
"description": "Different spacing options for the collapsible.",
|
|
1718
|
-
"code": "<div style=\"display: flex; flex-direction: column; gap: 1rem; flex-wrap: wrap;\">\n\t\t\t\t<div style=\"flex: 1\">\n\t\t\t\t\t<q-collapsible v-bind=\"args\" title=\"
|
|
1752
|
+
"code": "<div style=\"display: flex; flex-direction: column; gap: 1rem; flex-wrap: wrap;\">\n\t\t\t\t<div style=\"flex: 1\">\n\t\t\t\t\t<q-collapsible v-bind=\"args\" title=\"Tight\" spacing=\"tight\">\n\t\t\t\t\t\t<q-text-field label=\"Text input\" size=\"small\"/>\n\t\t\t\t\t</q-collapsible>\n\t\t\t\t</div>\n\t\t\t\t<div style=\"flex: 1\">\n\t\t\t\t\t<q-collapsible v-bind=\"args\" title=\"Comfortable\" spacing=\"comfortable\">\n\t\t\t\t\t\t<q-text-field label=\"Text input\" size=\"small\"/>\n\t\t\t\t\t</q-collapsible>\n\t\t\t\t</div>\n\t\t\t\t<div style=\"flex: 1\">\n\t\t\t\t\t<q-collapsible v-bind=\"args\" title=\"Relaxed\" spacing=\"relaxed\">\n\t\t\t\t\t\t<q-text-field label=\"Text input\" size=\"small\"/>\n\t\t\t\t\t</q-collapsible>\n\t\t\t\t</div>\n\t\t\t</div>"
|
|
1719
1753
|
},
|
|
1720
1754
|
{
|
|
1721
1755
|
"title": "Variant",
|
|
@@ -2731,6 +2765,16 @@
|
|
|
2731
2765
|
"required": false,
|
|
2732
2766
|
"category": "Presentation"
|
|
2733
2767
|
},
|
|
2768
|
+
{
|
|
2769
|
+
"name": "flush",
|
|
2770
|
+
"type": {
|
|
2771
|
+
"kind": "primitive",
|
|
2772
|
+
"name": "boolean"
|
|
2773
|
+
},
|
|
2774
|
+
"description": "When true, removes body inset padding and section dividers (edge-to-edge\nlayout). `QDialogProvider` always sets this for programmatic dialogs; it is\nnot part of `QDialogOptions`. Omit or set false on template `QDialog` for\nthe default padded inset layout.",
|
|
2775
|
+
"required": false,
|
|
2776
|
+
"category": "Presentation"
|
|
2777
|
+
},
|
|
2734
2778
|
{
|
|
2735
2779
|
"name": "centerVertically",
|
|
2736
2780
|
"type": {
|
|
@@ -2947,6 +2991,11 @@
|
|
|
2947
2991
|
"description": "Displays a header with a custom title.",
|
|
2948
2992
|
"code": "<QDialog :text=\"You clicked the button!\" :title=\"What did you do?\" :dismissible=\"true\" />"
|
|
2949
2993
|
},
|
|
2994
|
+
{
|
|
2995
|
+
"title": "Flush",
|
|
2996
|
+
"description": "Edge-to-edge layout (no body inset or section dividers) — same chrome `QDialogProvider` uses for programmatic dialogs.",
|
|
2997
|
+
"code": "<QDialog :title=\"Confirm\" :text=\"Edge-to-edge body and no section hairlines.\" :flush=\"true\" :dismissible=\"true\" />"
|
|
2998
|
+
},
|
|
2950
2999
|
{
|
|
2951
3000
|
"title": "With Icon",
|
|
2952
3001
|
"description": "Shows a custom icon instead of the default one.",
|
|
@@ -2965,7 +3014,7 @@
|
|
|
2965
3014
|
{
|
|
2966
3015
|
"title": "Advanced",
|
|
2967
3016
|
"description": "The optional **body.append** slot in the dialog allows for greater customization options, such as inputs for information retrieval.",
|
|
2968
|
-
"code": "<q-button label=\"Click me\" @click=\"modelValue = true\" />\n\t\t\t<q-dialog v-model=\"modelValue\" v-bind=\"args\">\n\t\t\t\t<template #body.append>\n\t\t\t\t\t<div
|
|
3017
|
+
"code": "<q-button label=\"Click me\" @click=\"modelValue = true\" />\n\t\t\t<q-dialog v-model=\"modelValue\" v-bind=\"args\">\n\t\t\t\t<template #body.append>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<q-text-field size=\"block\" placeholder=\"example@email.com\"/>\n\t\t\t\t\t</div>\n\t\t\t\t</template>\n\t\t\t</q-dialog>"
|
|
2969
3018
|
},
|
|
2970
3019
|
{
|
|
2971
3020
|
"title": "Header Slot",
|
|
@@ -2985,7 +3034,7 @@
|
|
|
2985
3034
|
{
|
|
2986
3035
|
"title": "Body Slot",
|
|
2987
3036
|
"description": "For a fully custom dialog, the **body** slot replaces the entire dialog content, except the header and the footer buttons.",
|
|
2988
|
-
"code": "<q-button label=\"Click me\" @click=\"modelValue = true\" />\n\t\t\t<q-dialog v-model=\"modelValue\" v-bind=\"args\">\n\t\t\t\t<template #body>\n\t\t\t\t\t<div style=\"display: flex; flex-direction: column; gap: 0.5rem
|
|
3037
|
+
"code": "<q-button label=\"Click me\" @click=\"modelValue = true\" />\n\t\t\t<q-dialog v-model=\"modelValue\" v-bind=\"args\">\n\t\t\t\t<template #body>\n\t\t\t\t\t<div style=\"display: flex; flex-direction: column; gap: 0.5rem\">\n\t\t\t\t\t\t<div style=\"display:flex; flex-direction: row; gap: 0.5rem;\">\n\t\t\t\t\t\t\t<q-text-field size=\"block\" placeholder=\"First name\"/>\n\t\t\t\t\t\t\t<q-text-field size=\"block\" placeholder=\"Last name\"/>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<q-text-field size=\"block\" placeholder=\"Adress\"/>\n\t\t\t\t\t</div>\n\t\t\t\t</template>\n\t\t\t</q-dialog>"
|
|
2989
3038
|
},
|
|
2990
3039
|
{
|
|
2991
3040
|
"title": "Footer Slot",
|
|
@@ -2995,12 +3044,12 @@
|
|
|
2995
3044
|
{
|
|
2996
3045
|
"title": "Popup Form",
|
|
2997
3046
|
"description": "An example of a popup form.",
|
|
2998
|
-
"code": "<q-button label=\"Click me\" @click=\"modelValue = true\" />\n\t\t\t<q-dialog v-model=\"modelValue\" v-bind=\"args\">\n\t\t\t\t<template #header>\n\t\t\t\t\t<h2 style=\"font-size: 1.05rem; text-transform: uppercase; margin: 0;\">\n\t\t\t\t\t\tContact\n\t\t\t\t\t</h2>\n\t\t\t\t</template>\n\t\t\t\t<template #body>\n\t\t\t\t\t<
|
|
3047
|
+
"code": "<q-button label=\"Click me\" @click=\"modelValue = true\" />\n\t\t\t<q-dialog v-model=\"modelValue\" v-bind=\"args\">\n\t\t\t\t<template #header>\n\t\t\t\t\t<h2 style=\"font-size: 1.05rem; text-transform: uppercase; margin: 0;\">\n\t\t\t\t\t\tContact\n\t\t\t\t\t</h2>\n\t\t\t\t</template>\n\t\t\t\t<template #body>\n\t\t\t\t\t<div style=\"display: flex; flex-direction: column; gap: 0.5rem\">\n\t\t\t\t\t\t<q-text-field size=\"block\" label=\"Name\"/>\n\t\t\t\t\t\t<q-text-field size=\"block\" label=\"E-mail\"/>\n\t\t\t\t\t\t<q-text-field size=\"block\" label=\"Telephone\"/>\n\t\t\t\t\t\t<q-text-area size=\"block\" label=\"Description\"/>\n\t\t\t\t\t\t<q-date-time-picker size=\"medium\" label=\"Date\"/>\n\t\t\t\t\t\t<q-select :items=\"items\" label=\"Select\" />\n\t\t\t\t\t\t<q-text-field size=\"block\" label=\"Title\"/>\n\t\t\t\t\t</div>\n\t\t\t\t</template>\n\t\t\t\t<template #footer>\n\t\t\t\t\t<div style=\"display: flex; gap: 0.5rem;\">\n\t\t\t\t\t\t<q-button label=\"Save\" variant=\"bold\" @click=\"modelValue = false\">\n\t\t\t\t\t\t\t<q-icon icon=\"floppy\" />\n\t\t\t\t\t\t</q-button>\n\t\t\t\t\t\t<q-button label=\"Cancel\" @click=\"modelValue = false\">\n\t\t\t\t\t\t\t<q-icon icon=\"cancel\" />\n\t\t\t\t\t\t</q-button>\n\t\t\t\t\t</div>\n\t\t\t\t</template>\n\t\t\t</q-dialog>"
|
|
2999
3048
|
},
|
|
3000
3049
|
{
|
|
3001
3050
|
"title": "Overflown",
|
|
3002
3051
|
"description": "When the dialog content overflows, the header and footer remain visible while the body becomes scrollable.",
|
|
3003
|
-
"code": "<q-button label=\"Click me\" @click=\"modelValue = true\" />\n <q-dialog v-model=\"modelValue\" v-bind=\"args\">\n <template #body>\n <div
|
|
3052
|
+
"code": "<q-button label=\"Click me\" @click=\"modelValue = true\" />\n <q-dialog v-model=\"modelValue\" v-bind=\"args\">\n <template #body>\n <div>\n <p v-for=\"i in 100\" :key=\"i\">\n This is a long paragraph of content to demonstrate scrolling behavior within the dialog. Line {{ i }}.\n </p>\n </div>\n </template>\n </q-dialog>"
|
|
3004
3053
|
},
|
|
3005
3054
|
{
|
|
3006
3055
|
"title": "Focus On Close",
|
|
@@ -4203,17 +4252,17 @@
|
|
|
4203
4252
|
{
|
|
4204
4253
|
"title": "SVG Icon",
|
|
4205
4254
|
"description": "Example using [Material Design Icons](https://pictogrammers.com/library/mdi/).",
|
|
4206
|
-
"code": "<QIcon :icon=\"home\" :type=\"svg\"
|
|
4255
|
+
"code": "<QIcon :icon=\"home\" :type=\"svg\" />"
|
|
4207
4256
|
},
|
|
4208
4257
|
{
|
|
4209
4258
|
"title": "Font Icon",
|
|
4210
4259
|
"description": "Example using [Font Awesome Icons](https://fontawesome.com/).",
|
|
4211
|
-
"code": "<QIcon :icon=\"house\" :type=\"font\"
|
|
4260
|
+
"code": "<QIcon :icon=\"house\" :type=\"font\" />"
|
|
4212
4261
|
},
|
|
4213
4262
|
{
|
|
4214
4263
|
"title": "Custom Colors",
|
|
4215
4264
|
"description": "Displays an icon with a custom color, conveying semantic meaning.",
|
|
4216
|
-
"code": "<QIcon :icon=\"check\" :type=\"svg\" :
|
|
4265
|
+
"code": "<QIcon :icon=\"check\" :type=\"svg\" :color=\"success\" />"
|
|
4217
4266
|
}
|
|
4218
4267
|
]
|
|
4219
4268
|
},
|
|
@@ -4809,7 +4858,7 @@
|
|
|
4809
4858
|
},
|
|
4810
4859
|
{
|
|
4811
4860
|
"name": "QMeter",
|
|
4812
|
-
"description": "A meter represents a quantity within a known range, or a fractional value.",
|
|
4861
|
+
"description": "A meter represents a quantity within a known range, or a fractional value that is not ongoing progress.",
|
|
4813
4862
|
"meta": {
|
|
4814
4863
|
"props": [
|
|
4815
4864
|
{
|
|
@@ -5324,7 +5373,7 @@
|
|
|
5324
5373
|
"step"
|
|
5325
5374
|
]
|
|
5326
5375
|
},
|
|
5327
|
-
"description": "How far each navigation action advances the scroll position.\n\nFor `item`, targets are direct `HTMLElement` children of the content track only\n(see {@link QOverflowScrollMode}).",
|
|
5376
|
+
"description": "How far each navigation action advances the scroll position.\n\nFor `item`, targets are direct `HTMLElement` children of the content track only\n(see {@link QOverflowScrollMode}). Children with `aria-hidden=\"true\"` are skipped.",
|
|
5328
5377
|
"default": "page",
|
|
5329
5378
|
"required": false,
|
|
5330
5379
|
"category": "Behavior"
|
|
@@ -5346,11 +5395,32 @@
|
|
|
5346
5395
|
"kind": "primitive",
|
|
5347
5396
|
"name": "boolean"
|
|
5348
5397
|
},
|
|
5349
|
-
"description": "When `true` and `direction` is `horizontal`, dominant vertical wheel / trackpad\ndeltas are mapped onto `scrollLeft` (and may `preventDefault` page scroll while\nthe strip can still move). Default `false` so long-page hosts (e.g.
|
|
5398
|
+
"description": "When `true` and `direction` is `horizontal`, dominant vertical wheel / trackpad\ndeltas are mapped onto `scrollLeft` (and may `preventDefault` page scroll while\nthe strip can still move). Default `false` so long-page hosts (e.g. tabs)\nare not surprised; enable for standalone strips that want trackpad UX.",
|
|
5350
5399
|
"default": "false",
|
|
5351
5400
|
"required": false,
|
|
5352
5401
|
"category": "Behavior"
|
|
5353
5402
|
},
|
|
5403
|
+
{
|
|
5404
|
+
"name": "contentClass",
|
|
5405
|
+
"type": {
|
|
5406
|
+
"kind": "union",
|
|
5407
|
+
"types": [
|
|
5408
|
+
{
|
|
5409
|
+
"name": "string"
|
|
5410
|
+
},
|
|
5411
|
+
{
|
|
5412
|
+
"name": "array",
|
|
5413
|
+
"value": {
|
|
5414
|
+
"name": "other",
|
|
5415
|
+
"value": "unknown[]"
|
|
5416
|
+
}
|
|
5417
|
+
}
|
|
5418
|
+
]
|
|
5419
|
+
},
|
|
5420
|
+
"description": "Extra class(es) applied to the content track (`.q-overflow__content`).\n\nUse when a host needs to style or identify the track (e.g. `q-tabs__tablist`).",
|
|
5421
|
+
"required": false,
|
|
5422
|
+
"category": "Presentation"
|
|
5423
|
+
},
|
|
5354
5424
|
{
|
|
5355
5425
|
"name": "icons",
|
|
5356
5426
|
"type": {
|
|
@@ -5541,8 +5611,7 @@
|
|
|
5541
5611
|
"kind": "primitive",
|
|
5542
5612
|
"name": "number"
|
|
5543
5613
|
},
|
|
5544
|
-
"description": "Offset the overlay in the given amount of pixels.",
|
|
5545
|
-
"default": "8",
|
|
5614
|
+
"description": "Offset the overlay in the given amount of pixels along the main axis.\nWhen omitted, uses the computed `--q-overlay-arrow-gap` (density-scaled 8px)\nso the default gap stays paired with the arrow tip.",
|
|
5546
5615
|
"required": false,
|
|
5547
5616
|
"category": "Presentation"
|
|
5548
5617
|
},
|
|
@@ -7371,6 +7440,211 @@
|
|
|
7371
7440
|
}
|
|
7372
7441
|
]
|
|
7373
7442
|
},
|
|
7443
|
+
{
|
|
7444
|
+
"name": "QProgress",
|
|
7445
|
+
"description": "Shows progress of loading or completion of a task.",
|
|
7446
|
+
"meta": {
|
|
7447
|
+
"props": [
|
|
7448
|
+
{
|
|
7449
|
+
"name": "modelValue",
|
|
7450
|
+
"type": {
|
|
7451
|
+
"kind": "primitive",
|
|
7452
|
+
"name": "number"
|
|
7453
|
+
},
|
|
7454
|
+
"description": "",
|
|
7455
|
+
"required": false
|
|
7456
|
+
},
|
|
7457
|
+
{
|
|
7458
|
+
"name": "id",
|
|
7459
|
+
"type": {
|
|
7460
|
+
"kind": "primitive",
|
|
7461
|
+
"name": "string"
|
|
7462
|
+
},
|
|
7463
|
+
"description": "The component unique identifier.",
|
|
7464
|
+
"required": false,
|
|
7465
|
+
"category": "Identification"
|
|
7466
|
+
},
|
|
7467
|
+
{
|
|
7468
|
+
"name": "label",
|
|
7469
|
+
"type": {
|
|
7470
|
+
"kind": "primitive",
|
|
7471
|
+
"name": "string"
|
|
7472
|
+
},
|
|
7473
|
+
"description": "Text displayed above the progress bar.",
|
|
7474
|
+
"required": false,
|
|
7475
|
+
"category": "Content"
|
|
7476
|
+
},
|
|
7477
|
+
{
|
|
7478
|
+
"name": "text",
|
|
7479
|
+
"type": {
|
|
7480
|
+
"kind": "primitive",
|
|
7481
|
+
"name": "string"
|
|
7482
|
+
},
|
|
7483
|
+
"description": "Text displayed in the progress bar.\nNot shown if the 'mini' prop is true.",
|
|
7484
|
+
"required": false,
|
|
7485
|
+
"category": "Content"
|
|
7486
|
+
},
|
|
7487
|
+
{
|
|
7488
|
+
"name": "striped",
|
|
7489
|
+
"type": {
|
|
7490
|
+
"kind": "primitive",
|
|
7491
|
+
"name": "boolean"
|
|
7492
|
+
},
|
|
7493
|
+
"description": "Whether the progress bar is striped.",
|
|
7494
|
+
"default": "false",
|
|
7495
|
+
"required": false,
|
|
7496
|
+
"category": "Presentation"
|
|
7497
|
+
},
|
|
7498
|
+
{
|
|
7499
|
+
"name": "animated",
|
|
7500
|
+
"type": {
|
|
7501
|
+
"kind": "primitive",
|
|
7502
|
+
"name": "boolean"
|
|
7503
|
+
},
|
|
7504
|
+
"description": "Whether the progress bar has an animation.",
|
|
7505
|
+
"default": "false",
|
|
7506
|
+
"required": false,
|
|
7507
|
+
"category": "Presentation"
|
|
7508
|
+
},
|
|
7509
|
+
{
|
|
7510
|
+
"name": "mini",
|
|
7511
|
+
"type": {
|
|
7512
|
+
"kind": "primitive",
|
|
7513
|
+
"name": "boolean"
|
|
7514
|
+
},
|
|
7515
|
+
"description": "Whether the progress bar is mini.\nIf true, the values of the 'text', 'showValue', and 'showPercent' props will not be shown.",
|
|
7516
|
+
"default": "false",
|
|
7517
|
+
"required": false,
|
|
7518
|
+
"category": "Presentation"
|
|
7519
|
+
},
|
|
7520
|
+
{
|
|
7521
|
+
"name": "color",
|
|
7522
|
+
"type": {
|
|
7523
|
+
"kind": "primitive",
|
|
7524
|
+
"name": "string"
|
|
7525
|
+
},
|
|
7526
|
+
"description": "The color of the progress bar.",
|
|
7527
|
+
"required": false,
|
|
7528
|
+
"category": "Presentation"
|
|
7529
|
+
},
|
|
7530
|
+
{
|
|
7531
|
+
"name": "min",
|
|
7532
|
+
"type": {
|
|
7533
|
+
"kind": "primitive",
|
|
7534
|
+
"name": "number"
|
|
7535
|
+
},
|
|
7536
|
+
"description": "Minimum value for the range of the progress bar.\nIf greater than 'max', these values will be swapped.\nIf equal to 'max', 'max' will be max + 1.",
|
|
7537
|
+
"default": "0",
|
|
7538
|
+
"required": false,
|
|
7539
|
+
"category": "Content"
|
|
7540
|
+
},
|
|
7541
|
+
{
|
|
7542
|
+
"name": "max",
|
|
7543
|
+
"type": {
|
|
7544
|
+
"kind": "primitive",
|
|
7545
|
+
"name": "number"
|
|
7546
|
+
},
|
|
7547
|
+
"description": "Maximum value for the range of the progress bar.\nIf less than 'min', these values will be swapped.\nIf equal to 'min', 'max' will be max + 1.",
|
|
7548
|
+
"default": "100",
|
|
7549
|
+
"required": false,
|
|
7550
|
+
"category": "Content"
|
|
7551
|
+
},
|
|
7552
|
+
{
|
|
7553
|
+
"name": "showLimits",
|
|
7554
|
+
"type": {
|
|
7555
|
+
"kind": "primitive",
|
|
7556
|
+
"name": "boolean"
|
|
7557
|
+
},
|
|
7558
|
+
"description": "Whether to display the min and max values.",
|
|
7559
|
+
"default": "false",
|
|
7560
|
+
"required": false,
|
|
7561
|
+
"category": "Presentation"
|
|
7562
|
+
},
|
|
7563
|
+
{
|
|
7564
|
+
"name": "showValue",
|
|
7565
|
+
"type": {
|
|
7566
|
+
"kind": "primitive",
|
|
7567
|
+
"name": "boolean"
|
|
7568
|
+
},
|
|
7569
|
+
"description": "Whether to display the current value in the progress bar.\nNot shown if the 'mini' prop is true.",
|
|
7570
|
+
"default": "false",
|
|
7571
|
+
"required": false,
|
|
7572
|
+
"category": "Presentation"
|
|
7573
|
+
},
|
|
7574
|
+
{
|
|
7575
|
+
"name": "showPercent",
|
|
7576
|
+
"type": {
|
|
7577
|
+
"kind": "primitive",
|
|
7578
|
+
"name": "boolean"
|
|
7579
|
+
},
|
|
7580
|
+
"description": "Whether to display the current percent in the progress bar.\nNot shown if the 'mini' prop is true.",
|
|
7581
|
+
"default": "false",
|
|
7582
|
+
"required": false,
|
|
7583
|
+
"category": "Presentation"
|
|
7584
|
+
}
|
|
7585
|
+
],
|
|
7586
|
+
"events": [
|
|
7587
|
+
{
|
|
7588
|
+
"name": "update:modelValue",
|
|
7589
|
+
"description": "",
|
|
7590
|
+
"type": "[value: number]"
|
|
7591
|
+
}
|
|
7592
|
+
],
|
|
7593
|
+
"slots": []
|
|
7594
|
+
},
|
|
7595
|
+
"examples": [
|
|
7596
|
+
{
|
|
7597
|
+
"title": "Default",
|
|
7598
|
+
"description": "The default progress bar.",
|
|
7599
|
+
"code": "<q-progress v-bind=\"args\" />"
|
|
7600
|
+
},
|
|
7601
|
+
{
|
|
7602
|
+
"title": "Mini",
|
|
7603
|
+
"description": "The mini progress bar.",
|
|
7604
|
+
"code": "<q-progress v-bind=\"args\" />"
|
|
7605
|
+
},
|
|
7606
|
+
{
|
|
7607
|
+
"title": "Text",
|
|
7608
|
+
"description": "Displays custom text on the bar.",
|
|
7609
|
+
"code": "<q-progress v-bind=\"args\" />"
|
|
7610
|
+
},
|
|
7611
|
+
{
|
|
7612
|
+
"title": "Text Overflow",
|
|
7613
|
+
"description": "Displays long custom text on the bar, cutting off when it's too long and adding an ellipsis.",
|
|
7614
|
+
"code": "<q-progress v-bind=\"args\" />"
|
|
7615
|
+
},
|
|
7616
|
+
{
|
|
7617
|
+
"title": "Custom Label",
|
|
7618
|
+
"description": "Displays custom label.",
|
|
7619
|
+
"code": "<q-progress v-bind=\"args\" />"
|
|
7620
|
+
},
|
|
7621
|
+
{
|
|
7622
|
+
"title": "Colors",
|
|
7623
|
+
"description": "Displays the bar in different colors.",
|
|
7624
|
+
"code": "<q-progress\n\t\t\t\tv-for=\"(_, idx) in colors\"\n\t\t\t\t:key=\"colors[idx]\"\n\t\t\t\t:color=\"colors[idx]\"\n\t\t\t\tstyle=\"margin: 0.25rem 0\"\n\t\t\t\tv-bind=\"args\" />"
|
|
7625
|
+
},
|
|
7626
|
+
{
|
|
7627
|
+
"title": "Animated",
|
|
7628
|
+
"description": "Animated solid fill — sheen sweeps across the bar (no stripes required).",
|
|
7629
|
+
"code": "<q-progress v-bind=\"args\" />"
|
|
7630
|
+
},
|
|
7631
|
+
{
|
|
7632
|
+
"title": "Animated Striped",
|
|
7633
|
+
"description": "Displays an animated, striped progress bar.",
|
|
7634
|
+
"code": "<q-progress v-bind=\"args\" />"
|
|
7635
|
+
},
|
|
7636
|
+
{
|
|
7637
|
+
"title": "With Limits And Value",
|
|
7638
|
+
"description": "Displays the current value along with the min and max limits.",
|
|
7639
|
+
"code": "<q-progress v-bind=\"args\" />"
|
|
7640
|
+
},
|
|
7641
|
+
{
|
|
7642
|
+
"title": "With Limits And Percent",
|
|
7643
|
+
"description": "Displays the current percent along with the min and max limits.",
|
|
7644
|
+
"code": "<q-progress v-bind=\"args\" />"
|
|
7645
|
+
}
|
|
7646
|
+
]
|
|
7647
|
+
},
|
|
7374
7648
|
{
|
|
7375
7649
|
"name": "QPropertyList",
|
|
7376
7650
|
"description": "A versatile property list with expandable groups and an optional detail panel, allowing users to view and edit fields efficiently.",
|
|
@@ -7567,6 +7841,16 @@
|
|
|
7567
7841
|
"required": false,
|
|
7568
7842
|
"category": "Identification"
|
|
7569
7843
|
},
|
|
7844
|
+
{
|
|
7845
|
+
"name": "disabled",
|
|
7846
|
+
"type": {
|
|
7847
|
+
"kind": "primitive",
|
|
7848
|
+
"name": "boolean"
|
|
7849
|
+
},
|
|
7850
|
+
"description": "Whether the input is disabled.",
|
|
7851
|
+
"required": false,
|
|
7852
|
+
"category": "State"
|
|
7853
|
+
},
|
|
7570
7854
|
{
|
|
7571
7855
|
"name": "label",
|
|
7572
7856
|
"type": {
|
|
@@ -7583,7 +7867,7 @@
|
|
|
7583
7867
|
"kind": "primitive",
|
|
7584
7868
|
"name": "boolean"
|
|
7585
7869
|
},
|
|
7586
|
-
"description": "If set to true, an asterisk (*) is displayed\nto indicate that the associated field is required.\n\nThe asterisk is decorative (`aria-hidden`). Required state for assistive\ntech should come from the associated control (e.g. native `required` on inputs).",
|
|
7870
|
+
"description": "If set to true, an asterisk (*) is displayed\nto indicate that the associated field is required.\n\nThe asterisk is decorative (`aria-hidden`). Required state for assistive\ntech should come from the associated control (e.g. native `required` on inputs).\nIf set to true, an asterisk (*) is displayed\nto indicate that the field is required.",
|
|
7587
7871
|
"required": false,
|
|
7588
7872
|
"category": "State"
|
|
7589
7873
|
},
|
|
@@ -7610,9 +7894,30 @@
|
|
|
7610
7894
|
]
|
|
7611
7895
|
},
|
|
7612
7896
|
"description": "Position of the label relative to the input field.\n- 'left': Label appears to the left of the input\n- 'center': Label appears above the input, centered\n- 'right': Label appears to the right of the input\n- 'topleft': Label appears above the input, aligned to the left\n- 'topright': Label appears above the input, aligned to the right",
|
|
7897
|
+
"default": "topleft",
|
|
7613
7898
|
"required": false,
|
|
7614
7899
|
"category": "Presentation"
|
|
7615
7900
|
},
|
|
7901
|
+
{
|
|
7902
|
+
"name": "readonly",
|
|
7903
|
+
"type": {
|
|
7904
|
+
"kind": "primitive",
|
|
7905
|
+
"name": "boolean"
|
|
7906
|
+
},
|
|
7907
|
+
"description": "Whether the input is readonly.",
|
|
7908
|
+
"required": false,
|
|
7909
|
+
"category": "State"
|
|
7910
|
+
},
|
|
7911
|
+
{
|
|
7912
|
+
"name": "invalid",
|
|
7913
|
+
"type": {
|
|
7914
|
+
"kind": "primitive",
|
|
7915
|
+
"name": "boolean"
|
|
7916
|
+
},
|
|
7917
|
+
"description": "Whether the input is invalid.",
|
|
7918
|
+
"required": false,
|
|
7919
|
+
"category": "State"
|
|
7920
|
+
},
|
|
7616
7921
|
{
|
|
7617
7922
|
"name": "name",
|
|
7618
7923
|
"type": {
|
|
@@ -7642,13 +7947,12 @@
|
|
|
7642
7947
|
"type": {
|
|
7643
7948
|
"kind": "enum",
|
|
7644
7949
|
"values": [
|
|
7950
|
+
"medium",
|
|
7645
7951
|
"small",
|
|
7646
|
-
"large"
|
|
7647
|
-
"regular"
|
|
7952
|
+
"large"
|
|
7648
7953
|
]
|
|
7649
7954
|
},
|
|
7650
|
-
"description": "
|
|
7651
|
-
"default": "regular",
|
|
7955
|
+
"description": "Local chrome size. Multiplies the inherited global density scale\n(`small` ×0.8, `medium` ×1, `large` ×1.2). Omit to inherit global density only.\nPropagated to child `QRadioButton` instances via defaults.",
|
|
7652
7956
|
"required": false,
|
|
7653
7957
|
"category": "Presentation"
|
|
7654
7958
|
},
|
|
@@ -7663,36 +7967,6 @@
|
|
|
7663
7967
|
"required": false,
|
|
7664
7968
|
"category": "Behavior"
|
|
7665
7969
|
},
|
|
7666
|
-
{
|
|
7667
|
-
"name": "disabled",
|
|
7668
|
-
"type": {
|
|
7669
|
-
"kind": "primitive",
|
|
7670
|
-
"name": "boolean"
|
|
7671
|
-
},
|
|
7672
|
-
"description": "If true, the radio button is disabled and cannot be interacted with.",
|
|
7673
|
-
"required": false,
|
|
7674
|
-
"category": "State"
|
|
7675
|
-
},
|
|
7676
|
-
{
|
|
7677
|
-
"name": "readonly",
|
|
7678
|
-
"type": {
|
|
7679
|
-
"kind": "primitive",
|
|
7680
|
-
"name": "boolean"
|
|
7681
|
-
},
|
|
7682
|
-
"description": "If set to true, the radio button is read-only.",
|
|
7683
|
-
"required": false,
|
|
7684
|
-
"category": "State"
|
|
7685
|
-
},
|
|
7686
|
-
{
|
|
7687
|
-
"name": "invalid",
|
|
7688
|
-
"type": {
|
|
7689
|
-
"kind": "primitive",
|
|
7690
|
-
"name": "boolean"
|
|
7691
|
-
},
|
|
7692
|
-
"description": "Indicates whether the provided value fails the validation criteria.",
|
|
7693
|
-
"required": false,
|
|
7694
|
-
"category": "State"
|
|
7695
|
-
},
|
|
7696
7970
|
{
|
|
7697
7971
|
"name": "hasFocusOutline",
|
|
7698
7972
|
"type": {
|
|
@@ -7734,6 +8008,11 @@
|
|
|
7734
8008
|
"description": "A radio button group displayed horizontally instead of vertically.",
|
|
7735
8009
|
"code": "<q-radio-group v-bind=\"args\">\n\t\t\t\t<q-radio-button label=\"Email\" value=\"email\" />\n\t\t\t\t<q-radio-button label=\"Phone\" value=\"phone\" />\n\t\t\t\t<q-radio-button label=\"Mail\" value=\"mail\" />\n\t\t\t</q-radio-group>"
|
|
7736
8010
|
},
|
|
8011
|
+
{
|
|
8012
|
+
"title": "Label Position",
|
|
8013
|
+
"description": "Field `labelPosition` layouts (via `QField`).",
|
|
8014
|
+
"code": "<div style=\"display: flex; flex-direction: column; gap: 1.5rem;\">\n\t\t\t\t<q-radio-group label=\"Top left\" label-position=\"topleft\" model-value=\"a\">\n\t\t\t\t\t<q-radio-button label=\"A\" value=\"a\" />\n\t\t\t\t\t<q-radio-button label=\"B\" value=\"b\" />\n\t\t\t\t</q-radio-group>\n\t\t\t\t<q-radio-group label=\"Left\" label-position=\"left\" model-value=\"a\">\n\t\t\t\t\t<q-radio-button label=\"A\" value=\"a\" />\n\t\t\t\t\t<q-radio-button label=\"B\" value=\"b\" />\n\t\t\t\t</q-radio-group>\n\t\t\t\t<q-radio-group label=\"Right\" label-position=\"right\" model-value=\"a\">\n\t\t\t\t\t<q-radio-button label=\"A\" value=\"a\" />\n\t\t\t\t\t<q-radio-button label=\"B\" value=\"b\" />\n\t\t\t\t</q-radio-group>\n\t\t\t</div>"
|
|
8015
|
+
},
|
|
7737
8016
|
{
|
|
7738
8017
|
"title": "Readonly",
|
|
7739
8018
|
"description": "A read-only radio button group that displays a fixed selection.",
|
|
@@ -7755,9 +8034,9 @@
|
|
|
7755
8034
|
"code": "<q-radio-group v-bind=\"args\">\n\t\t\t\t<q-radio-button label=\"Primary\" value=\"primary\" color=\"primary\" />\n\t\t\t\t<q-radio-button label=\"Info\" value=\"info\" color=\"info\" />\n\t\t\t\t<q-radio-button label=\"Success\" value=\"success\" color=\"success\" />\n\t\t\t\t<q-radio-button label=\"Warning\" value=\"warning\" color=\"warning\" />\n\t\t\t\t<q-radio-button label=\"Danger\" value=\"danger\" color=\"danger\" />\n\t\t\t</q-radio-group>"
|
|
7756
8035
|
},
|
|
7757
8036
|
{
|
|
7758
|
-
"title": "
|
|
7759
|
-
"description": "A demonstration of radio buttons with different
|
|
7760
|
-
"code": "<q-radio-group v-bind=\"args\">\n\t\t\t\t<q-radio-button label=\"Small\" value=\"small\" size=\"small\"/>\n\t\t\t\t<q-radio-button label=\"
|
|
8037
|
+
"title": "Size",
|
|
8038
|
+
"description": "A demonstration of radio buttons with different size overrides. Combines with the global density toolbar (product = global × size).",
|
|
8039
|
+
"code": "<q-radio-group v-bind=\"args\">\n\t\t\t\t<q-radio-button label=\"Small\" value=\"small\" size=\"small\"/>\n\t\t\t\t<q-radio-button label=\"Medium\" value=\"medium\" size=\"medium\"/>\n\t\t\t\t<q-radio-button label=\"Large\" value=\"large\" size=\"large\"/>\n\t\t\t</q-radio-group>"
|
|
7761
8040
|
},
|
|
7762
8041
|
{
|
|
7763
8042
|
"title": "Columns",
|
|
@@ -8399,8 +8678,7 @@
|
|
|
8399
8678
|
"kind": "primitive",
|
|
8400
8679
|
"name": "number"
|
|
8401
8680
|
},
|
|
8402
|
-
"description": "Width of the anchor section
|
|
8403
|
-
"default": "50",
|
|
8681
|
+
"description": "Width of the anchor section in pixels at regular density. Scaled by\n`--q-density-scale` when applied. Omit to use the density-scaled default\nrail width from CSS.",
|
|
8404
8682
|
"required": false,
|
|
8405
8683
|
"category": "Presentation"
|
|
8406
8684
|
},
|
|
@@ -8512,12 +8790,12 @@
|
|
|
8512
8790
|
{
|
|
8513
8791
|
"title": "Footer",
|
|
8514
8792
|
"description": "Use the `footer` slot to add a sticky footer to a sidebar panel.",
|
|
8515
|
-
"code": "<QSidebar v-bind=\"args\">\n\t\t\t\t<q-sidebar-item\n\t\t\t\t\tvalue=\"chat\"\n\t\t\t\t\ttitle=\"Chat\"\n\t\t\t\t\t:icon=\"{ icon: 'robot-happy' }\"\n\t\t\t\t\tinitial-width=\"large\"\n\t\t\t\t\tmin-width=\"medium\"\n\t\t\t\t\tresizable>\n\t\t\t\t\t<template #footer>\n\t\t\t\t\t\t<QCard class=\"prompt\" width=\"block\" elevation=\"low\">\n\t\t\t\t\t\t\t<QTextArea\n\t\t\t\t\t\t\t\tv-model=\"prompt\"\n\t\t\t\t\t\t\t\tclass=\"prompt__textarea\"\n\t\t\t\t\t\t\t\tplaceholder=\"Ask anything\"\n\t\t\t\t\t\t\t\tsize=\"block\"\n\t\t\t\t\t\t\t\t:rows=\"1\"\n\t\t\t\t\t\t\t\tresize=\"none\"\n\t\t\t\t\t\t\t\tautosize\n\t\t\t\t\t\t\t/>\n\n\t\t\t\t\t\t\t<template #footer>\n\t\t\t\t\t\t\t\t<div class=\"prompt__actions\">\n\t\t\t\t\t\t\t\t\t<QButton ref=\"upload\" pill>\n\t\t\t\t\t\t\t\t\t\t<QIcon icon=\"plus\" />\n\t\t\t\t\t\t\t\t\t</QButton>\n\t\t\t\t\t\t\t\t\t<QDropdownMenu\n\t\t\t\t\t\t\t\t\t\t:activator=\"uploadRef?.$el\"\n\t\t\t\t\t\t\t\t\t\t:items=\"uploadItems\"\n\t\t\t\t\t\t\t\t\t\t:groups=\"uploadGroups\"\n\t\t\t\t\t\t\t\t\t/>\n\n\t\t\t\t\t\t\t\t\t<QToggle ref=\"search\" pill>\n\t\t\t\t\t\t\t\t\t\t<QIcon icon=\"earth\" />\n\t\t\t\t\t\t\t\t\t\tSearch\n\t\t\t\t\t\t\t\t\t</QToggle>\n\n\t\t\t\t\t\t\t\t\t<QToggle ref=\"reason\" pill>\n\t\t\t\t\t\t\t\t\t\t<QIcon icon=\"lightbulb-outline\" />\n\t\t\t\t\t\t\t\t\t\tReason\n\t\t\t\t\t\t\t\t\t</QToggle>\n\n\t\t\t\t\t\t\t\t\t<QButton ref=\"more\" pill>\n\t\t\t\t\t\t\t\t\t\t<QIcon icon=\"dots-horizontal\" />\n\t\t\t\t\t\t\t\t\t</QButton>\n\t\t\t\t\t\t\t\t\t<QDropdownMenu :activator=\"moreRef?.$el\" :items=\"moreItems\" />\n\n\t\t\t\t\t\t\t\t\t<QButton ref=\"action\" class=\"prompt__voice-mode\" variant=\"bold\" pill>\n\t\t\t\t\t\t\t\t\t\t<QIcon :icon=\"isPromptEmpty ? 'waveform' : 'arrow-up'\" />\n\t\t\t\t\t\t\t\t\t</QButton>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</template>\n\t\t\t\t\t\t</QCard>\n\t\t\t\t\t</template>\n\t\t\t\t</q-sidebar-item>\n\t\t\t</QSidebar>"
|
|
8793
|
+
"code": "<div class=\"q-sidebar-stories\">\n\t\t\t\t<QSidebar v-bind=\"args\">\n\t\t\t\t\t<q-sidebar-item\n\t\t\t\t\t\tvalue=\"chat\"\n\t\t\t\t\t\ttitle=\"Chat\"\n\t\t\t\t\t\t:icon=\"{ icon: 'robot-happy' }\"\n\t\t\t\t\t\tinitial-width=\"large\"\n\t\t\t\t\t\tmin-width=\"medium\"\n\t\t\t\t\t\tresizable>\n\t\t\t\t\t\t<template #footer>\n\t\t\t\t\t\t\t<QCard class=\"prompt\" width=\"block\" elevation=\"low\">\n\t\t\t\t\t\t\t\t<QTextArea\n\t\t\t\t\t\t\t\t\tv-model=\"prompt\"\n\t\t\t\t\t\t\t\t\tclass=\"prompt__textarea\"\n\t\t\t\t\t\t\t\t\tplaceholder=\"Ask anything\"\n\t\t\t\t\t\t\t\t\tsize=\"block\"\n\t\t\t\t\t\t\t\t\t:rows=\"1\"\n\t\t\t\t\t\t\t\t\tresize=\"none\"\n\t\t\t\t\t\t\t\t\tautosize\n\t\t\t\t\t\t\t\t/>\n\n\t\t\t\t\t\t\t\t<template #footer>\n\t\t\t\t\t\t\t\t\t<div class=\"prompt__actions\">\n\t\t\t\t\t\t\t\t\t\t<QButton ref=\"upload\" pill>\n\t\t\t\t\t\t\t\t\t\t\t<QIcon icon=\"plus\" />\n\t\t\t\t\t\t\t\t\t\t</QButton>\n\t\t\t\t\t\t\t\t\t\t<QDropdownMenu\n\t\t\t\t\t\t\t\t\t\t\t:activator=\"uploadRef?.$el\"\n\t\t\t\t\t\t\t\t\t\t\t:items=\"uploadItems\"\n\t\t\t\t\t\t\t\t\t\t\t:groups=\"uploadGroups\"\n\t\t\t\t\t\t\t\t\t\t/>\n\n\t\t\t\t\t\t\t\t\t\t<QToggle ref=\"search\" pill>\n\t\t\t\t\t\t\t\t\t\t\t<QIcon icon=\"earth\" />\n\t\t\t\t\t\t\t\t\t\t\tSearch\n\t\t\t\t\t\t\t\t\t\t</QToggle>\n\n\t\t\t\t\t\t\t\t\t\t<QToggle ref=\"reason\" pill>\n\t\t\t\t\t\t\t\t\t\t\t<QIcon icon=\"lightbulb-outline\" />\n\t\t\t\t\t\t\t\t\t\t\tReason\n\t\t\t\t\t\t\t\t\t\t</QToggle>\n\n\t\t\t\t\t\t\t\t\t\t<QButton ref=\"more\" pill>\n\t\t\t\t\t\t\t\t\t\t\t<QIcon icon=\"dots-horizontal\" />\n\t\t\t\t\t\t\t\t\t\t</QButton>\n\t\t\t\t\t\t\t\t\t\t<QDropdownMenu :activator=\"moreRef?.$el\" :items=\"moreItems\" />\n\n\t\t\t\t\t\t\t\t\t\t<QButton ref=\"action\" class=\"prompt__voice-mode\" variant=\"bold\" pill>\n\t\t\t\t\t\t\t\t\t\t\t<QIcon :icon=\"isPromptEmpty ? 'waveform' : 'arrow-up'\" />\n\t\t\t\t\t\t\t\t\t\t</QButton>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</template>\n\t\t\t\t\t\t\t</QCard>\n\t\t\t\t\t\t</template>\n\t\t\t\t\t</q-sidebar-item>\n\t\t\t\t</QSidebar>\n\t\t\t</div>"
|
|
8516
8794
|
},
|
|
8517
8795
|
{
|
|
8518
8796
|
"title": "Custom Anchor Items",
|
|
8519
8797
|
"description": "Use the `anchor` slot to customize items of the sidebar anchor.",
|
|
8520
|
-
"code": "<QSidebar v-bind=\"args\">\n\t\t\t\t<q-sidebar-item value=\"activity\" title=\"Activity\" :icon=\"{ icon: 'bell' }\">\n\t\t\t\t\t<template #anchor>\n\t\t\t\t\t\t<QBadgeIndicator color=\"highlight\">\n\t\t\t\t\t\t\t<QIcon icon=\"bell\" />\n\t\t\t\t\t\t</QBadgeIndicator>\n\t\t\t\t\t</template>\n\t\t\t\t\t<div class=\"alert\">\n\t\t\t\t\t\t<QIcon icon=\"alert\" />\n\t\t\t\t\t\tHeads up!\n\t\t\t\t\t</div>\n\t\t\t\t</q-sidebar-item>\n\t\t\t\t<q-sidebar-item value=\"chat\" title=\"Chat\" :icon=\"{ icon: 'chat' }\" />\n\t\t\t\t<q-sidebar-item value=\"calendar\" title=\"Calendar\" :icon=\"{ icon: 'calendar' }\" />\n\t\t\t\t<q-sidebar-item value=\"calls\" title=\"Calls\" :icon=\"{ icon: 'phone' }\" />\n\t\t\t</QSidebar>"
|
|
8798
|
+
"code": "<div class=\"q-sidebar-stories\">\n\t\t\t\t<QSidebar v-bind=\"args\">\n\t\t\t\t\t<q-sidebar-item value=\"activity\" title=\"Activity\" :icon=\"{ icon: 'bell' }\">\n\t\t\t\t\t\t<template #anchor>\n\t\t\t\t\t\t\t<QBadgeIndicator color=\"highlight\">\n\t\t\t\t\t\t\t\t<QIcon icon=\"bell\" />\n\t\t\t\t\t\t\t</QBadgeIndicator>\n\t\t\t\t\t\t</template>\n\t\t\t\t\t\t<div class=\"alert\">\n\t\t\t\t\t\t\t<QIcon icon=\"alert\" />\n\t\t\t\t\t\t\tHeads up!\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</q-sidebar-item>\n\t\t\t\t\t<q-sidebar-item value=\"chat\" title=\"Chat\" :icon=\"{ icon: 'chat' }\" />\n\t\t\t\t\t<q-sidebar-item value=\"calendar\" title=\"Calendar\" :icon=\"{ icon: 'calendar' }\" />\n\t\t\t\t\t<q-sidebar-item value=\"calls\" title=\"Calls\" :icon=\"{ icon: 'phone' }\" />\n\t\t\t\t</QSidebar>\n\t\t\t</div>"
|
|
8521
8799
|
}
|
|
8522
8800
|
]
|
|
8523
8801
|
},
|
|
@@ -8639,7 +8917,7 @@
|
|
|
8639
8917
|
},
|
|
8640
8918
|
{
|
|
8641
8919
|
"name": "QSwitch",
|
|
8642
|
-
"description": "The `QSwitch` component is an accessible, customizable toggle control for switching between two states (e.g., on/off, true/false). It supports labels, size
|
|
8920
|
+
"description": "The `QSwitch` component is an accessible, customizable toggle control for switching between two states (e.g., on/off, true/false). It supports labels, size overrides, custom colors, and disabled states.",
|
|
8643
8921
|
"meta": {
|
|
8644
8922
|
"props": [
|
|
8645
8923
|
{
|
|
@@ -8759,8 +9037,7 @@
|
|
|
8759
9037
|
"large"
|
|
8760
9038
|
]
|
|
8761
9039
|
},
|
|
8762
|
-
"description": "
|
|
8763
|
-
"default": "medium",
|
|
9040
|
+
"description": "Local chrome size. Multiplies the inherited global density scale\n(`small` ×0.8, `medium` ×1, `large` ×1.2). Omit to inherit global density only.",
|
|
8764
9041
|
"required": false,
|
|
8765
9042
|
"category": "Presentation"
|
|
8766
9043
|
},
|
|
@@ -8816,9 +9093,9 @@
|
|
|
8816
9093
|
"code": "<QSwitch :readonly=\"true\" />"
|
|
8817
9094
|
},
|
|
8818
9095
|
{
|
|
8819
|
-
"title": "
|
|
8820
|
-
"description": "Example of the `small`, `medium`, and `large` size
|
|
8821
|
-
"code": "<div style=\"display: flex; gap: 1rem; align-items: center;\">\n\t\t\t\t<q-switch size=\"small\" />\n\t\t\t\t<q-switch size=\"medium\" />\n\t\t\t\t<q-switch size=\"large\" />\n\t\t\t</div>"
|
|
9096
|
+
"title": "Size",
|
|
9097
|
+
"description": "Example of the `small`, `medium`, and `large` size overrides. Combines with the global density toolbar (product = global × size).",
|
|
9098
|
+
"code": "<div style=\"display: flex; gap: 1rem; align-items: center;\">\n\t\t\t\t<q-switch size=\"small\" label=\"Small\" />\n\t\t\t\t<q-switch size=\"medium\" label=\"Medium\" />\n\t\t\t\t<q-switch size=\"large\" label=\"Large\" />\n\t\t\t</div>"
|
|
8822
9099
|
},
|
|
8823
9100
|
{
|
|
8824
9101
|
"title": "Custom Color",
|
|
@@ -8980,6 +9257,16 @@
|
|
|
8980
9257
|
"title": "Controlled",
|
|
8981
9258
|
"description": "Controlled active tab via v-model.",
|
|
8982
9259
|
"code": "<p>Active: {{ active }}</p>\n\t\t\t<q-tabs v-bind=\"args\" v-model=\"active\">\n\t\t\t\t<q-tab title=\"Details\" value=\"details\">\n\t\t\t\t\tDetails content.\n\t\t\t\t</q-tab>\n\t\t\t\t<q-tab title=\"History\" value=\"history\">\n\t\t\t\t\tHistory content.\n\t\t\t\t</q-tab>\n\t\t\t\t<q-tab title=\"Settings\" value=\"settings\">\n\t\t\t\t\tSettings content.\n\t\t\t\t</q-tab>\n\t\t\t</q-tabs>"
|
|
9260
|
+
},
|
|
9261
|
+
{
|
|
9262
|
+
"title": "Overflow",
|
|
9263
|
+
"description": "Many tabs in a narrow strip — overflow arrows scroll one tab at a time.",
|
|
9264
|
+
"code": "<div style=\"max-width: 28rem\">\n\t\t\t\t<q-tabs v-bind=\"args\" v-model=\"active\">\n\t\t\t\t\t<q-tab\n\t\t\t\t\t\tv-for=\"(label, index) in labels\"\n\t\t\t\t\t\t:key=\"label\"\n\t\t\t\t\t\t:title=\"label\"\n\t\t\t\t\t\t:value=\"\\"
|
|
9265
|
+
},
|
|
9266
|
+
{
|
|
9267
|
+
"title": "Overflow Vertical",
|
|
9268
|
+
"description": "Tall vertical rail — overflow arrows scroll one tab at a time.",
|
|
9269
|
+
"code": "<div style=\"height: 16rem; display: flex\">\n\t\t\t\t<q-tabs v-bind=\"args\" v-model=\"active\" style=\"min-height: 0; flex: 1\">\n\t\t\t\t\t<q-tab\n\t\t\t\t\t\tv-for=\"(label, index) in labels\"\n\t\t\t\t\t\t:key=\"label\"\n\t\t\t\t\t\t:title=\"label\"\n\t\t\t\t\t\t:value=\"\\"
|
|
8983
9270
|
}
|
|
8984
9271
|
]
|
|
8985
9272
|
},
|
|
@@ -9872,11 +10159,12 @@
|
|
|
9872
10159
|
"type": {
|
|
9873
10160
|
"kind": "enum",
|
|
9874
10161
|
"values": [
|
|
10162
|
+
"medium",
|
|
9875
10163
|
"small",
|
|
9876
|
-
"
|
|
10164
|
+
"large"
|
|
9877
10165
|
]
|
|
9878
10166
|
},
|
|
9879
|
-
"description": "
|
|
10167
|
+
"description": "Local chrome size. Multiplies the inherited global density scale\n(`small` ×0.8, `medium` ×1, `large` ×1.2). Omit to inherit global density only.",
|
|
9880
10168
|
"required": false,
|
|
9881
10169
|
"category": "Presentation"
|
|
9882
10170
|
},
|
|
@@ -9924,6 +10212,16 @@
|
|
|
9924
10212
|
"description": "If true, the button is in a loading state, indicating ongoing activity.",
|
|
9925
10213
|
"required": false,
|
|
9926
10214
|
"category": "State"
|
|
10215
|
+
},
|
|
10216
|
+
{
|
|
10217
|
+
"name": "tabindex",
|
|
10218
|
+
"type": {
|
|
10219
|
+
"kind": "primitive",
|
|
10220
|
+
"name": "number"
|
|
10221
|
+
},
|
|
10222
|
+
"description": "Native tab order. Use `-1` to keep the control operable by pointer\nwhile excluding it from sequential keyboard focus.",
|
|
10223
|
+
"required": false,
|
|
10224
|
+
"category": "Behavior"
|
|
9927
10225
|
}
|
|
9928
10226
|
],
|
|
9929
10227
|
"events": [
|
|
@@ -10035,6 +10333,20 @@
|
|
|
10035
10333
|
"required": false,
|
|
10036
10334
|
"category": "Presentation"
|
|
10037
10335
|
},
|
|
10336
|
+
{
|
|
10337
|
+
"name": "size",
|
|
10338
|
+
"type": {
|
|
10339
|
+
"kind": "enum",
|
|
10340
|
+
"values": [
|
|
10341
|
+
"medium",
|
|
10342
|
+
"small",
|
|
10343
|
+
"large"
|
|
10344
|
+
]
|
|
10345
|
+
},
|
|
10346
|
+
"description": "Local chrome size. Multiplies the inherited global density scale\n(`small` ×0.8, `medium` ×1, `large` ×1.2). Omit to inherit global density only.\nPropagated to child `QButton` instances via defaults.",
|
|
10347
|
+
"required": false,
|
|
10348
|
+
"category": "Presentation"
|
|
10349
|
+
},
|
|
10038
10350
|
{
|
|
10039
10351
|
"name": "disabled",
|
|
10040
10352
|
"type": {
|