@quidgest/ui 0.19.0 → 0.20.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 (130) hide show
  1. package/CHANGELOG.md +21 -1
  2. package/dist/json/api.json +1414 -45
  3. package/dist/manifest/components.json +2 -0
  4. package/dist/ui.css +1374 -5
  5. package/dist/ui.esm.js +1459 -841
  6. package/dist/ui.js +1444 -826
  7. package/dist/ui.min.css +2 -1
  8. package/dist/ui.min.js +1444 -826
  9. package/dist/ui.scss +569 -7
  10. package/esm/components/QField/QField.d.ts.map +1 -1
  11. package/esm/components/QField/QField.vue.js +1 -1
  12. package/esm/components/QGauge/QGauge.d.ts +56 -0
  13. package/esm/components/QGauge/QGauge.d.ts.map +1 -0
  14. package/esm/components/QGauge/QGauge.vue.js +305 -0
  15. package/esm/components/QGauge/QGauge2.vue.js +5 -0
  16. package/esm/components/QGauge/constants.d.ts +6 -0
  17. package/esm/components/QGauge/constants.d.ts.map +1 -0
  18. package/esm/components/QGauge/constants.js +8 -0
  19. package/esm/components/QGauge/index.d.ts +124 -0
  20. package/esm/components/QGauge/index.d.ts.map +1 -0
  21. package/esm/components/QGauge/index.js +6 -0
  22. package/esm/components/QGauge/types.d.ts +146 -0
  23. package/esm/components/QGauge/types.d.ts.map +1 -0
  24. package/esm/components/QInputGroup/QInputGroup.d.ts +147 -3
  25. package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
  26. package/esm/components/QInputGroup/QInputGroup.vue.js +32 -23
  27. package/esm/components/QInputGroup/index.d.ts +81 -4
  28. package/esm/components/QInputGroup/index.d.ts.map +1 -1
  29. package/esm/components/QList/QList.d.ts.map +1 -1
  30. package/esm/components/QList/QList.vue.js +3 -1
  31. package/esm/components/QList/QListItem.d.ts.map +1 -1
  32. package/esm/components/QList/QListItem.vue.js +24 -28
  33. package/esm/components/QList/types.d.ts +1 -1
  34. package/esm/components/QOverlay/types.d.ts +3 -1
  35. package/esm/components/QOverlay/types.d.ts.map +1 -1
  36. package/esm/components/QPhoneField/QPhoneField.d.ts +2263 -0
  37. package/esm/components/QPhoneField/QPhoneField.d.ts.map +1 -0
  38. package/esm/components/QPhoneField/QPhoneField.vue.js +478 -0
  39. package/esm/components/QPhoneField/QPhoneField2.vue.js +5 -0
  40. package/esm/components/QPhoneField/constants.d.ts +11 -0
  41. package/esm/components/QPhoneField/constants.d.ts.map +1 -0
  42. package/esm/components/QPhoneField/constants.js +14 -0
  43. package/esm/components/QPhoneField/index.d.ts +1253 -0
  44. package/esm/components/QPhoneField/index.d.ts.map +1 -0
  45. package/esm/components/QPhoneField/index.js +6 -0
  46. package/esm/components/QPhoneField/types.d.ts +108 -0
  47. package/esm/components/QPhoneField/types.d.ts.map +1 -0
  48. package/esm/components/QSelect/QSelect.d.ts +16 -1
  49. package/esm/components/QSelect/QSelect.d.ts.map +1 -1
  50. package/esm/components/QSelect/QSelect.vue.js +158 -129
  51. package/esm/components/QSelect/index.d.ts +31 -3
  52. package/esm/components/QSelect/index.d.ts.map +1 -1
  53. package/esm/components/QSelect/types.d.ts +13 -0
  54. package/esm/components/QSelect/types.d.ts.map +1 -1
  55. package/esm/components/index.d.ts +2 -0
  56. package/esm/components/index.d.ts.map +1 -1
  57. package/esm/components/index.js +64 -60
  58. package/esm/composables/useColor/index.d.ts +8 -0
  59. package/esm/composables/useColor/index.d.ts.map +1 -1
  60. package/esm/composables/useColor/index.js +16 -18
  61. package/esm/composables/useDialog/index.d.ts +2 -88
  62. package/esm/composables/useDialog/index.d.ts.map +1 -1
  63. package/esm/composables/useDialog/index.js +6 -6
  64. package/esm/composables/useDialog/types.d.ts +14 -4
  65. package/esm/composables/useDialog/types.d.ts.map +1 -1
  66. package/esm/index.d.ts +2 -0
  67. package/esm/vendors/country-flag-icons/modules/countries.json.js +4 -0
  68. package/esm/vendors/country-flag-icons/modules/hasFlag.js +7 -0
  69. package/esm/vendors/libphonenumber-js/es6/AsYouType.js +312 -0
  70. package/esm/vendors/libphonenumber-js/es6/AsYouTypeFormatter.PatternMatcher.js +142 -0
  71. package/esm/vendors/libphonenumber-js/es6/AsYouTypeFormatter.PatternParser.js +145 -0
  72. package/esm/vendors/libphonenumber-js/es6/AsYouTypeFormatter.complete.js +45 -0
  73. package/esm/vendors/libphonenumber-js/es6/AsYouTypeFormatter.js +258 -0
  74. package/esm/vendors/libphonenumber-js/es6/AsYouTypeFormatter.util.js +57 -0
  75. package/esm/vendors/libphonenumber-js/es6/AsYouTypeParser.js +242 -0
  76. package/esm/vendors/libphonenumber-js/es6/AsYouTypeState.js +115 -0
  77. package/esm/vendors/libphonenumber-js/es6/ParseError.js +116 -0
  78. package/esm/vendors/libphonenumber-js/es6/PhoneNumber.js +164 -0
  79. package/esm/vendors/libphonenumber-js/es6/constants.js +4 -0
  80. package/esm/vendors/libphonenumber-js/es6/format.js +77 -0
  81. package/esm/vendors/libphonenumber-js/es6/formatIncompletePhoneNumber.js +7 -0
  82. package/esm/vendors/libphonenumber-js/es6/getCountries.js +7 -0
  83. package/esm/vendors/libphonenumber-js/es6/getExampleNumber.js +7 -0
  84. package/esm/vendors/libphonenumber-js/es6/helpers/RFC3966.js +9 -0
  85. package/esm/vendors/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js +7 -0
  86. package/esm/vendors/libphonenumber-js/es6/helpers/checkNumberLength.js +21 -0
  87. package/esm/vendors/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js +11 -0
  88. package/esm/vendors/libphonenumber-js/es6/helpers/extension/extractExtension.js +16 -0
  89. package/esm/vendors/libphonenumber-js/es6/helpers/extractCountryCallingCode.js +36 -0
  90. package/esm/vendors/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +21 -0
  91. package/esm/vendors/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.js +18 -0
  92. package/esm/vendors/libphonenumber-js/es6/helpers/extractNationalNumber.js +27 -0
  93. package/esm/vendors/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +27 -0
  94. package/esm/vendors/libphonenumber-js/es6/helpers/extractPhoneContext.js +15 -0
  95. package/esm/vendors/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js +11 -0
  96. package/esm/vendors/libphonenumber-js/es6/helpers/getCountryAndCallingCodeFromOneOfThem.js +13 -0
  97. package/esm/vendors/libphonenumber-js/es6/helpers/getCountryByCallingCode.js +12 -0
  98. package/esm/vendors/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js +43 -0
  99. package/esm/vendors/libphonenumber-js/es6/helpers/getIddPrefix.js +10 -0
  100. package/esm/vendors/libphonenumber-js/es6/helpers/getNumberType.js +61 -0
  101. package/esm/vendors/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.js +14 -0
  102. package/esm/vendors/libphonenumber-js/es6/helpers/isCallingCode.js +7 -0
  103. package/esm/vendors/libphonenumber-js/es6/helpers/isCountryCode.js +7 -0
  104. package/esm/vendors/libphonenumber-js/es6/helpers/isObject.js +7 -0
  105. package/esm/vendors/libphonenumber-js/es6/helpers/isViablePhoneNumber.js +12 -0
  106. package/esm/vendors/libphonenumber-js/es6/helpers/matchesEntirely.js +6 -0
  107. package/esm/vendors/libphonenumber-js/es6/helpers/mergeArrays.js +39 -0
  108. package/esm/vendors/libphonenumber-js/es6/helpers/parseDigits.js +82 -0
  109. package/esm/vendors/libphonenumber-js/es6/helpers/stripIddPrefix.js +18 -0
  110. package/esm/vendors/libphonenumber-js/es6/isPossible.js +32 -0
  111. package/esm/vendors/libphonenumber-js/es6/isValid.js +11 -0
  112. package/esm/vendors/libphonenumber-js/es6/metadata.js +474 -0
  113. package/esm/vendors/libphonenumber-js/es6/normalizeArguments.js +110 -0
  114. package/esm/vendors/libphonenumber-js/es6/parse.js +103 -0
  115. package/esm/vendors/libphonenumber-js/es6/parseIncompletePhoneNumber.js +48 -0
  116. package/esm/vendors/libphonenumber-js/es6/parsePhoneNumber.js +9 -0
  117. package/esm/vendors/libphonenumber-js/es6/parsePhoneNumberWithError_.js +58 -0
  118. package/esm/vendors/libphonenumber-js/es6/parsePhoneNumber_.js +66 -0
  119. package/esm/vendors/libphonenumber-js/es6/tools/semver-compare.js +14 -0
  120. package/esm/vendors/libphonenumber-js/examples.mobile.json.js +250 -0
  121. package/esm/vendors/libphonenumber-js/max/exports/AsYouType.js +9 -0
  122. package/esm/vendors/libphonenumber-js/max/exports/formatIncompletePhoneNumber.js +8 -0
  123. package/esm/vendors/libphonenumber-js/max/exports/getCountries.js +8 -0
  124. package/esm/vendors/libphonenumber-js/max/exports/getCountryCallingCode.js +8 -0
  125. package/esm/vendors/libphonenumber-js/max/exports/getExampleNumber.js +8 -0
  126. package/esm/vendors/libphonenumber-js/max/exports/isSupportedCountry.js +8 -0
  127. package/esm/vendors/libphonenumber-js/max/exports/parsePhoneNumber.js +8 -0
  128. package/esm/vendors/libphonenumber-js/max/exports/withMetadataArgument.js +8 -0
  129. package/esm/vendors/libphonenumber-js/metadata.max.json.js +10489 -0
  130. package/package.json +3 -1
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.19.0",
2
+ "version": "0.20.1",
3
3
  "components": [
4
4
  {
5
5
  "name": "QAccordion",
@@ -123,7 +123,7 @@
123
123
  "examples": [
124
124
  {
125
125
  "title": "Default",
126
- "description": "Default behaviour of the accordion.",
126
+ "description": "Default behavior of the accordion.",
127
127
  "code": "<q-accordion v-bind=\"args\">\n\t\t <q-accordion-item title=\"Section 1\" value=\"1\">\n\t\t\tContent for section 1\n\t\t </q-accordion-item>\n\t\t <q-accordion-item title=\"Section 2\" value=\"2\">\n\t\t\tContent for section 2\n\t\t </q-accordion-item>\n\t\t <q-accordion-item title=\"Section 3\" value=\"3\">\n\t\t\tContent for section 3\n\t\t </q-accordion-item>\n\t\t</q-accordion>"
128
128
  },
129
129
  {
@@ -1008,32 +1008,32 @@
1008
1008
  "examples": [
1009
1009
  {
1010
1010
  "title": "Default",
1011
- "description": "Default behaviour of the card.",
1011
+ "description": "Default behavior of the card.",
1012
1012
  "code": "<q-card v-bind=\"args\">\n\t\t\t\t<q-text-field label=\"Text input\"/>\n\t\t\t</q-card>"
1013
1013
  },
1014
1014
  {
1015
1015
  "title": "Clickable",
1016
- "description": "Default behaviour of a clickable card.",
1016
+ "description": "Default behavior of a clickable card.",
1017
1017
  "code": "<q-card v-bind=\"args\" @click=\"onClick\">\n\t\t\t\t\t{{ args.subtitle }}\n\t\t\t\t</q-card>"
1018
1018
  },
1019
1019
  {
1020
1020
  "title": "Link",
1021
- "description": "Default behaviour of a card with a link/url.",
1021
+ "description": "Default behavior of a card with a link/url.",
1022
1022
  "code": "<q-card v-bind=\"args\">\n\t\t\t\t{{ args.subtitle }}\n\t\t\t</q-card>"
1023
1023
  },
1024
1024
  {
1025
1025
  "title": "Loading",
1026
- "description": "Default behaviour of a loading card.",
1026
+ "description": "Default behavior of a loading card.",
1027
1027
  "code": "<q-card v-bind=\"args\">\n\t\t\t\t<q-text-field label=\"Text input\"/>\n\t\t\t</q-card>"
1028
1028
  },
1029
1029
  {
1030
1030
  "title": "Borderless",
1031
- "description": "Default behaviour of a borderless card.",
1031
+ "description": "Default behavior of a borderless card.",
1032
1032
  "code": "<q-card v-bind=\"args\">\n\t\t\t\t<q-text-field label=\"Text input\"/>\n\t\t\t</q-card>"
1033
1033
  },
1034
1034
  {
1035
1035
  "title": "Elevation",
1036
- "description": "Default behaviour of a card with elevation.",
1036
+ "description": "Default behavior of a card with elevation.",
1037
1037
  "code": "<div style=\"display: flex; gap: 1rem;\">\n\t\t\t\t<q-card v-bind=\"args\" title=\"Elevated Low\" elevation=\"low\">\n\t\t\t\t\tSome quick example text to build on the card title.\n\t\t\t\t</q-card>\n\t\t\t\t<q-card v-bind=\"args\" title=\"Elevated Medium\" elevation=\"medium\">\n\t\t\t\t\tSome quick example text to build on the card title.\n\t\t\t\t</q-card>\n\t\t\t\t<q-card v-bind=\"args\" title=\"Elevated High\" elevation=\"high\">\n\t\t\t\t\tSome quick example text to build on the card title.\n\t\t\t\t</q-card>\n\t\t\t</div>"
1038
1038
  },
1039
1039
  {
@@ -1689,22 +1689,22 @@
1689
1689
  "examples": [
1690
1690
  {
1691
1691
  "title": "Default",
1692
- "description": "Default behaviour of the collapsible.",
1692
+ "description": "Default behavior of the collapsible.",
1693
1693
  "code": "<q-collapsible v-bind=\"args\">\n\t\t\t\t<q-text-field label=\"Text input\"/>\n\t\t\t</q-collapsible>"
1694
1694
  },
1695
1695
  {
1696
1696
  "title": "Starts Expanded",
1697
- "description": "Behaviour of a collapsible that starts expanded.",
1697
+ "description": "Behavior of a collapsible that starts expanded.",
1698
1698
  "code": "<q-collapsible v-bind=\"args\">\n\t\t\t\t<q-text-field label=\"Text input\"/>\n\t\t\t</q-collapsible>"
1699
1699
  },
1700
1700
  {
1701
1701
  "title": "Subtitle",
1702
- "description": "Behaviour of the collapsible with a title.",
1702
+ "description": "Behavior of the collapsible with a title.",
1703
1703
  "code": "<q-collapsible v-bind=\"args\">\n\t\t\t\t<q-text-field label=\"Text input\"/>\n\t\t\t</q-collapsible>"
1704
1704
  },
1705
1705
  {
1706
1706
  "title": "Required",
1707
- "description": "Behaviour of the collapsible when there are required fields inside.",
1707
+ "description": "Behavior of the collapsible when there are required fields inside.",
1708
1708
  "code": "<q-collapsible v-bind=\"args\">\n\t\t\t\t<q-text-field label=\"Text input\" required/>\n\t\t\t</q-collapsible>"
1709
1709
  },
1710
1710
  {
@@ -2919,7 +2919,7 @@
2919
2919
  "examples": [
2920
2920
  {
2921
2921
  "title": "Default",
2922
- "description": "Default behaviour of the dialog.",
2922
+ "description": "Default behavior of the dialog.",
2923
2923
  "code": "<q-button label=\"Click me\" @click=\"args.modelValue = true\" />\n\t\t\t<q-dialog v-model=\"args.modelValue\" v-bind=\"args\" />"
2924
2924
  },
2925
2925
  {
@@ -2939,7 +2939,7 @@
2939
2939
  },
2940
2940
  {
2941
2941
  "title": "Custom Buttons",
2942
- "description": "Custom buttons on the dialog allow the user to customize its look and behaviour.",
2942
+ "description": "Custom buttons on the dialog allow the user to customize its look and behavior.",
2943
2943
  "code": "<QDialog :text=\"What shall we do?\" :icon=\"{\n\t\t\ticon: 'help-circle-outline'\n\t\t}\" :buttons=\"[\n\t\t\t{\n\t\t\t\tid: 'scroll-btn',\n\t\t\t\ticon: {\n\t\t\t\t\ticon: 'arrow-up'\n\t\t\t\t},\n\t\t\t\taction: () => {\n\t\t\t\t\twindow.scrollTo({ top: 0, behavior: 'smooth' })\n\t\t\t\t},\n\t\t\t\tprops: {\n\t\t\t\t\tlabel: 'Scroll to Top',\n\t\t\t\t\tvariant: 'bold'\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\tid: 'refresh-btn',\n\t\t\t\ticon: {\n\t\t\t\t\ticon: 'refresh'\n\t\t\t\t},\n\t\t\t\taction: () => {\n\t\t\t\t\tlocation.reload()\n\t\t\t\t},\n\t\t\t\tprops: {\n\t\t\t\t\tlabel: 'Refresh the page!',\n\t\t\t\t\tvariant: 'bold',\n\t\t\t\t\tcolor: 'danger'\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\tid: 'cancel-btn',\n\t\t\t\ticon: {\n\t\t\t\t\ticon: 'cancel'\n\t\t\t\t},\n\t\t\t\tprops: {\n\t\t\t\t\tlabel: 'Cancel'\n\t\t\t\t}\n\t\t\t}\n\t\t]\" />"
2944
2944
  },
2945
2945
  {
@@ -3857,6 +3857,269 @@
3857
3857
  }
3858
3858
  ]
3859
3859
  },
3860
+ {
3861
+ "name": "QGauge",
3862
+ "description": "A gauge displays a KPI within a bounded scale and can highlight semantic performance ranges.",
3863
+ "meta": {
3864
+ "props": [
3865
+ {
3866
+ "name": "modelValue",
3867
+ "type": {
3868
+ "kind": "primitive",
3869
+ "name": "number"
3870
+ },
3871
+ "description": "",
3872
+ "required": false
3873
+ },
3874
+ {
3875
+ "name": "id",
3876
+ "type": {
3877
+ "kind": "primitive",
3878
+ "name": "string"
3879
+ },
3880
+ "description": "The component unique identifier.",
3881
+ "required": false,
3882
+ "category": "Identification"
3883
+ },
3884
+ {
3885
+ "name": "min",
3886
+ "type": {
3887
+ "kind": "primitive",
3888
+ "name": "number"
3889
+ },
3890
+ "description": "Lowest value represented by the scale.",
3891
+ "default": "0",
3892
+ "required": false,
3893
+ "category": "Configuration"
3894
+ },
3895
+ {
3896
+ "name": "max",
3897
+ "type": {
3898
+ "kind": "primitive",
3899
+ "name": "number"
3900
+ },
3901
+ "description": "Highest value represented by the scale.",
3902
+ "default": "100",
3903
+ "required": false,
3904
+ "category": "Configuration"
3905
+ },
3906
+ {
3907
+ "name": "ranges",
3908
+ "type": {
3909
+ "kind": "array",
3910
+ "elementType": {
3911
+ "name": "object",
3912
+ "value": {}
3913
+ }
3914
+ },
3915
+ "description": "Colored intervals displayed over the neutral gauge track.",
3916
+ "required": false,
3917
+ "category": "Configuration"
3918
+ },
3919
+ {
3920
+ "name": "ticks",
3921
+ "type": {
3922
+ "kind": "array",
3923
+ "elementType": {
3924
+ "name": "number"
3925
+ }
3926
+ },
3927
+ "description": "Explicit values to label on the scale. Overrides tickCount.",
3928
+ "required": false,
3929
+ "category": "Configuration"
3930
+ },
3931
+ {
3932
+ "name": "tickCount",
3933
+ "type": {
3934
+ "kind": "primitive",
3935
+ "name": "number"
3936
+ },
3937
+ "description": "Number of evenly spaced scale labels generated when ticks is omitted.",
3938
+ "default": "5",
3939
+ "required": false,
3940
+ "category": "Configuration"
3941
+ },
3942
+ {
3943
+ "name": "label",
3944
+ "type": {
3945
+ "kind": "primitive",
3946
+ "name": "string"
3947
+ },
3948
+ "description": "KPI title displayed above the gauge.",
3949
+ "required": false,
3950
+ "category": "Content"
3951
+ },
3952
+ {
3953
+ "name": "valueLabel",
3954
+ "type": {
3955
+ "kind": "union",
3956
+ "types": [
3957
+ {
3958
+ "name": "string"
3959
+ },
3960
+ {
3961
+ "name": "other",
3962
+ "value": "(value: number, min: number, max: number): string"
3963
+ }
3964
+ ]
3965
+ },
3966
+ "description": "Text or formatter used as the fallback display and as the current-value part\nof `aria-valuetext`. Set this when the `value` slot changes how the value\nshould be announced, because slot markup cannot be inferred reliably for\naccessibility. When provided, it is treated as complete current-value text,\nso the unit is not appended there automatically.",
3967
+ "required": false,
3968
+ "category": "Content"
3969
+ },
3970
+ {
3971
+ "name": "target",
3972
+ "type": {
3973
+ "kind": "primitive",
3974
+ "name": "number"
3975
+ },
3976
+ "description": "Target value highlighted on the gauge track.",
3977
+ "required": false,
3978
+ "category": "Configuration"
3979
+ },
3980
+ {
3981
+ "name": "targetComparison",
3982
+ "type": {
3983
+ "kind": "enum",
3984
+ "values": [
3985
+ "at-least",
3986
+ "at-most"
3987
+ ]
3988
+ },
3989
+ "description": "Target comparison mode. Use `at-least` when values should reach or exceed\nthe target, and `at-most` when values should stay at or below it.",
3990
+ "default": "at-least",
3991
+ "required": false,
3992
+ "category": "Configuration"
3993
+ },
3994
+ {
3995
+ "name": "targetLabel",
3996
+ "type": {
3997
+ "kind": "union",
3998
+ "types": [
3999
+ {
4000
+ "name": "string"
4001
+ },
4002
+ {
4003
+ "name": "other",
4004
+ "value": "(target: number, min: number, max: number): string"
4005
+ }
4006
+ ]
4007
+ },
4008
+ "description": "Text or formatter used to describe the target value.",
4009
+ "required": false,
4010
+ "category": "Content"
4011
+ },
4012
+ {
4013
+ "name": "showTargetValue",
4014
+ "type": {
4015
+ "kind": "primitive",
4016
+ "name": "boolean"
4017
+ },
4018
+ "description": "Whether the target value label is displayed next to the target marker.",
4019
+ "required": false,
4020
+ "category": "Presentation"
4021
+ },
4022
+ {
4023
+ "name": "showLegend",
4024
+ "type": {
4025
+ "kind": "primitive",
4026
+ "name": "boolean"
4027
+ },
4028
+ "description": "Whether the legend is displayed below the gauge.",
4029
+ "default": "true",
4030
+ "required": false,
4031
+ "category": "Presentation"
4032
+ },
4033
+ {
4034
+ "name": "showTargetLegend",
4035
+ "type": {
4036
+ "kind": "primitive",
4037
+ "name": "boolean"
4038
+ },
4039
+ "description": "Whether target status items are included in the legend when a target marker\nis visible. The legend itself must also be enabled with `showLegend`.",
4040
+ "default": "true",
4041
+ "required": false,
4042
+ "category": "Presentation"
4043
+ },
4044
+ {
4045
+ "name": "unit",
4046
+ "type": {
4047
+ "kind": "primitive",
4048
+ "name": "string"
4049
+ },
4050
+ "description": "Unit displayed next to the current value.",
4051
+ "required": false,
4052
+ "category": "Content"
4053
+ },
4054
+ {
4055
+ "name": "secondaryLabel",
4056
+ "type": {
4057
+ "kind": "primitive",
4058
+ "name": "string"
4059
+ },
4060
+ "description": "Supporting information displayed below the current value.",
4061
+ "required": false,
4062
+ "category": "Content"
4063
+ },
4064
+ {
4065
+ "name": "texts",
4066
+ "type": {
4067
+ "kind": "object",
4068
+ "fields": {}
4069
+ },
4070
+ "description": "Custom text configurations.",
4071
+ "default": "DEFAULT_TEXTS",
4072
+ "required": false,
4073
+ "category": "Configuration"
4074
+ },
4075
+ {
4076
+ "name": "tickFormatter",
4077
+ "type": {
4078
+ "kind": "unknown",
4079
+ "raw": "((value: number) => string) | undefined"
4080
+ },
4081
+ "description": "Formatter used for scale labels.",
4082
+ "required": false,
4083
+ "category": "Configuration"
4084
+ }
4085
+ ],
4086
+ "events": [
4087
+ {
4088
+ "name": "update:modelValue",
4089
+ "description": "",
4090
+ "type": "[value: number]"
4091
+ }
4092
+ ],
4093
+ "slots": [
4094
+ {
4095
+ "name": "value",
4096
+ "description": "Custom markup for the visible current value. Also set `valueLabel` when the\nslot changes how the value should be announced, because slot content does\nnot replace `aria-valuetext`."
4097
+ }
4098
+ ]
4099
+ },
4100
+ "examples": [
4101
+ {
4102
+ "title": "Default",
4103
+ "description": "The default gauge uses semantic ranges and supporting KPI information.",
4104
+ "code": "<QGauge :model-value=\"76\" :label=\"Delivery performance\" :target=\"80\" :target-label=\"Target 80%\" :show-target-value=\"true\" :unit=\"%\" :secondary-label=\"+4.2% from last month\" />"
4105
+ },
4106
+ {
4107
+ "title": "Lower Is Better",
4108
+ "description": "Range order and colors can represent metrics where lower values are better.",
4109
+ "code": "<QGauge :model-value=\"18\" :label=\"Average response time\" :max=\"60\" :target=\"20\" :target-comparison=\"at-most\" :target-label=\"Target 20 min\" :show-target-value=\"true\" :unit=\"min\" :secondary-label=\"-3 min from last month\" :ranges=\"[\n\t\t\t{ from: 0, to: 20, color: 'success', label: 'On target' },\n\t\t\t{ from: 20, to: 40, color: 'warning', label: 'Attention' },\n\t\t\t{ from: 40, to: 60, color: 'danger', label: 'Critical' }\n\t\t]\" />"
4110
+ },
4111
+ {
4112
+ "title": "Explicit Ticks",
4113
+ "description": "Explicit ticks and formatters support domain-specific values.",
4114
+ "code": "<QGauge :model-value=\"10.6\" :label=\"Revenue\" :max=\"21\" :target=\"15\" :target-label=\"Target 15M\" :show-target-value=\"true\" :unit=\"Dollars\" :ticks=\"0,3,6,9,12,15,18,21\" :value-label=\"(value: number) => `${value.toFixed(1)}M`\" :tick-formatter=\"(value: number) => (value === 0 ? '0' : `${value}M`)\" :ranges=\"[\n\t\t\t{ from: 0, to: 6, color: 'danger', label: 'Below target' },\n\t\t\t{ from: 6, to: 15, color: 'warning', label: 'Approaching target' },\n\t\t\t{ from: 15, to: 21, color: 'success', label: 'On target' }\n\t\t]\" />"
4115
+ },
4116
+ {
4117
+ "title": "Responsive Composition",
4118
+ "description": "Gauges remain responsive when composed into a KPI dashboard owned by the consumer.",
4119
+ "code": "<div class=\"q-gauge-story-grid\">\n\t\t\t\t<q-gauge\n\t\t\t\t\tv-for=\"item in items\"\n\t\t\t\t\t:key=\"item.label\"\n\t\t\t\t\t:model-value=\"item.value\"\n\t\t\t\t\t:label=\"item.label\"\n\t\t\t\t\t:target=\"item.target\"\n\t\t\t\t\t:unit=\"item.unit\"\n\t\t\t\t\t:ranges=\"performanceRanges\"\n\t\t\t\t\t:show-legend=\"false\"\n\t\t\t\t/>\n\t\t\t</div>"
4120
+ }
4121
+ ]
4122
+ },
3860
4123
  {
3861
4124
  "name": "QIcon",
3862
4125
  "description": "Displays an icon. Note: This Storybook includes a Material Design Icons v7.3.67 SVG bundle for demonstration purposes. For the complete list of available icons, visit the official [Material Design Icons](https://pictogrammers.com/library/mdi/) page.",
@@ -5633,69 +5896,1124 @@
5633
5896
  ]
5634
5897
  },
5635
5898
  {
5636
- "name": "QPopover",
5637
- "description": "A floating container that displays contextual content, triggered by a button.",
5899
+ "name": "QPhoneField",
5900
+ "description": "Collects and formats international telephone numbers while keeping the country calling code and national number visually distinct. Strict validation uses the `libphonenumber-js/max` metadata, while flags use the complete 3:2 stylesheet from `country-flag-icons`. Restricting `countries` filters runtime options but does not reduce either dependency's bundle contribution.",
5638
5901
  "meta": {
5639
5902
  "props": [
5640
5903
  {
5641
5904
  "name": "modelValue",
5642
5905
  "type": {
5643
5906
  "kind": "primitive",
5644
- "name": "boolean"
5907
+ "name": "string"
5645
5908
  },
5646
5909
  "description": "",
5647
5910
  "required": false
5648
5911
  },
5649
5912
  {
5650
- "name": "id",
5913
+ "name": "country",
5651
5914
  "type": {
5652
- "kind": "primitive",
5653
- "name": "string"
5915
+ "kind": "enum",
5916
+ "values": [
5917
+ "AM",
5918
+ "PM",
5919
+ "AC",
5920
+ "AD",
5921
+ "AE",
5922
+ "AF",
5923
+ "AG",
5924
+ "AI",
5925
+ "AL",
5926
+ "AO",
5927
+ "AR",
5928
+ "AS",
5929
+ "AT",
5930
+ "AU",
5931
+ "AW",
5932
+ "AX",
5933
+ "AZ",
5934
+ "BA",
5935
+ "BB",
5936
+ "BD",
5937
+ "BE",
5938
+ "BF",
5939
+ "BG",
5940
+ "BH",
5941
+ "BI",
5942
+ "BJ",
5943
+ "BL",
5944
+ "BM",
5945
+ "BN",
5946
+ "BO",
5947
+ "BQ",
5948
+ "BR",
5949
+ "BS",
5950
+ "BT",
5951
+ "BW",
5952
+ "BY",
5953
+ "BZ",
5954
+ "CA",
5955
+ "CC",
5956
+ "CD",
5957
+ "CF",
5958
+ "CG",
5959
+ "CH",
5960
+ "CI",
5961
+ "CK",
5962
+ "CL",
5963
+ "CM",
5964
+ "CN",
5965
+ "CO",
5966
+ "CR",
5967
+ "CU",
5968
+ "CV",
5969
+ "CW",
5970
+ "CX",
5971
+ "CY",
5972
+ "CZ",
5973
+ "DE",
5974
+ "DJ",
5975
+ "DK",
5976
+ "DM",
5977
+ "DO",
5978
+ "DZ",
5979
+ "EC",
5980
+ "EE",
5981
+ "EG",
5982
+ "EH",
5983
+ "ER",
5984
+ "ES",
5985
+ "ET",
5986
+ "FI",
5987
+ "FJ",
5988
+ "FK",
5989
+ "FM",
5990
+ "FO",
5991
+ "FR",
5992
+ "GA",
5993
+ "GB",
5994
+ "GD",
5995
+ "GE",
5996
+ "GF",
5997
+ "GG",
5998
+ "GH",
5999
+ "GI",
6000
+ "GL",
6001
+ "GM",
6002
+ "GN",
6003
+ "GP",
6004
+ "GQ",
6005
+ "GR",
6006
+ "GT",
6007
+ "GU",
6008
+ "GW",
6009
+ "GY",
6010
+ "HK",
6011
+ "HN",
6012
+ "HR",
6013
+ "HT",
6014
+ "HU",
6015
+ "ID",
6016
+ "IE",
6017
+ "IL",
6018
+ "IM",
6019
+ "IN",
6020
+ "IO",
6021
+ "IQ",
6022
+ "IR",
6023
+ "IS",
6024
+ "IT",
6025
+ "JE",
6026
+ "JM",
6027
+ "JO",
6028
+ "JP",
6029
+ "KE",
6030
+ "KG",
6031
+ "KH",
6032
+ "KI",
6033
+ "KM",
6034
+ "KN",
6035
+ "KP",
6036
+ "KR",
6037
+ "KW",
6038
+ "KY",
6039
+ "KZ",
6040
+ "LA",
6041
+ "LB",
6042
+ "LC",
6043
+ "LI",
6044
+ "LK",
6045
+ "LR",
6046
+ "LS",
6047
+ "LT",
6048
+ "LU",
6049
+ "LV",
6050
+ "LY",
6051
+ "MA",
6052
+ "MC",
6053
+ "MD",
6054
+ "ME",
6055
+ "MF",
6056
+ "MG",
6057
+ "MH",
6058
+ "MK",
6059
+ "ML",
6060
+ "MM",
6061
+ "MN",
6062
+ "MO",
6063
+ "MP",
6064
+ "MQ",
6065
+ "MR",
6066
+ "MS",
6067
+ "MT",
6068
+ "MU",
6069
+ "MV",
6070
+ "MW",
6071
+ "MX",
6072
+ "MY",
6073
+ "MZ",
6074
+ "NA",
6075
+ "NC",
6076
+ "NE",
6077
+ "NF",
6078
+ "NG",
6079
+ "NI",
6080
+ "NL",
6081
+ "NO",
6082
+ "NP",
6083
+ "NR",
6084
+ "NU",
6085
+ "NZ",
6086
+ "OM",
6087
+ "PA",
6088
+ "PE",
6089
+ "PF",
6090
+ "PG",
6091
+ "PH",
6092
+ "PK",
6093
+ "PL",
6094
+ "PR",
6095
+ "PS",
6096
+ "PT",
6097
+ "PW",
6098
+ "PY",
6099
+ "QA",
6100
+ "RE",
6101
+ "RO",
6102
+ "RS",
6103
+ "RU",
6104
+ "RW",
6105
+ "SA",
6106
+ "SB",
6107
+ "SC",
6108
+ "SD",
6109
+ "SE",
6110
+ "SG",
6111
+ "SH",
6112
+ "SI",
6113
+ "SJ",
6114
+ "SK",
6115
+ "SL",
6116
+ "SM",
6117
+ "SN",
6118
+ "SO",
6119
+ "SR",
6120
+ "SS",
6121
+ "ST",
6122
+ "SV",
6123
+ "SX",
6124
+ "SY",
6125
+ "SZ",
6126
+ "TA",
6127
+ "TC",
6128
+ "TD",
6129
+ "TG",
6130
+ "TH",
6131
+ "TJ",
6132
+ "TK",
6133
+ "TL",
6134
+ "TM",
6135
+ "TN",
6136
+ "TO",
6137
+ "TR",
6138
+ "TT",
6139
+ "TV",
6140
+ "TW",
6141
+ "TZ",
6142
+ "UA",
6143
+ "UG",
6144
+ "US",
6145
+ "UY",
6146
+ "UZ",
6147
+ "VA",
6148
+ "VC",
6149
+ "VE",
6150
+ "VG",
6151
+ "VI",
6152
+ "VN",
6153
+ "VU",
6154
+ "WF",
6155
+ "WS",
6156
+ "XK",
6157
+ "YE",
6158
+ "YT",
6159
+ "ZA",
6160
+ "ZM",
6161
+ "ZW"
6162
+ ]
5654
6163
  },
5655
- "description": "The component unique identifier.",
5656
- "required": false,
5657
- "category": "Identification"
6164
+ "description": "",
6165
+ "required": false
5658
6166
  },
5659
6167
  {
5660
- "name": "anchor",
6168
+ "name": "open",
5661
6169
  "type": {
5662
- "kind": "union",
5663
- "types": [
5664
- {
5665
- "name": "string"
5666
- },
5667
- {
5668
- "name": "object",
5669
- "value": {}
5670
- }
5671
- ]
6170
+ "kind": "primitive",
6171
+ "name": "boolean"
5672
6172
  },
5673
- "description": "The DOM element the popover should be anchored to.",
5674
- "required": true,
5675
- "category": "Identification"
6173
+ "description": "",
6174
+ "required": false
5676
6175
  },
5677
6176
  {
5678
- "name": "text",
6177
+ "name": "id",
5679
6178
  "type": {
5680
6179
  "kind": "primitive",
5681
6180
  "name": "string"
5682
6181
  },
5683
- "description": "The text of the popover.",
6182
+ "description": "The component unique identifier.",
5684
6183
  "required": false,
5685
- "category": "Content"
6184
+ "category": "Identification"
5686
6185
  },
5687
6186
  {
5688
- "name": "title",
6187
+ "name": "label",
5689
6188
  "type": {
5690
6189
  "kind": "primitive",
5691
6190
  "name": "string"
5692
6191
  },
5693
- "description": "The title of the popover.",
6192
+ "description": "The label of the input.",
5694
6193
  "required": false,
5695
6194
  "category": "Content"
5696
6195
  },
5697
6196
  {
5698
- "name": "headingLevel",
6197
+ "name": "required",
6198
+ "type": {
6199
+ "kind": "primitive",
6200
+ "name": "boolean"
6201
+ },
6202
+ "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.",
6203
+ "required": false,
6204
+ "category": "State"
6205
+ },
6206
+ {
6207
+ "name": "for",
6208
+ "type": {
6209
+ "kind": "primitive",
6210
+ "name": "string"
6211
+ },
6212
+ "description": "The form field associated with the label.",
6213
+ "required": false,
6214
+ "category": "Accessibility"
6215
+ },
6216
+ {
6217
+ "name": "labelPosition",
6218
+ "type": {
6219
+ "kind": "enum",
6220
+ "values": [
6221
+ "right",
6222
+ "left",
6223
+ "center",
6224
+ "topleft",
6225
+ "topright"
6226
+ ]
6227
+ },
6228
+ "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",
6229
+ "required": false,
6230
+ "category": "Presentation"
6231
+ },
6232
+ {
6233
+ "name": "size",
6234
+ "type": {
6235
+ "kind": "enum",
6236
+ "values": [
6237
+ "medium",
6238
+ "small",
6239
+ "large",
6240
+ "block",
6241
+ "xlarge",
6242
+ "xxlarge",
6243
+ "mini"
6244
+ ]
6245
+ },
6246
+ "description": "The size category of the field.",
6247
+ "required": false,
6248
+ "category": "Presentation"
6249
+ },
6250
+ {
6251
+ "name": "readonly",
6252
+ "type": {
6253
+ "kind": "primitive",
6254
+ "name": "boolean"
6255
+ },
6256
+ "description": "Whether the input is readonly.",
6257
+ "required": false,
6258
+ "category": "State"
6259
+ },
6260
+ {
6261
+ "name": "disabled",
6262
+ "type": {
6263
+ "kind": "primitive",
6264
+ "name": "boolean"
6265
+ },
6266
+ "description": "Whether the input is disabled.",
6267
+ "required": false,
6268
+ "category": "State"
6269
+ },
6270
+ {
6271
+ "name": "invalid",
6272
+ "type": {
6273
+ "kind": "primitive",
6274
+ "name": "boolean"
6275
+ },
6276
+ "description": "Whether the input is invalid.",
6277
+ "required": false,
6278
+ "category": "State"
6279
+ },
6280
+ {
6281
+ "name": "placeholder",
6282
+ "type": {
6283
+ "kind": "primitive",
6284
+ "name": "string"
6285
+ },
6286
+ "description": "Overrides the placeholder for the national number input. When omitted, the component\ndisplays zeros using the telephone format of the selected country.",
6287
+ "required": false,
6288
+ "category": "Content"
6289
+ },
6290
+ {
6291
+ "name": "defaultCountry",
6292
+ "type": {
6293
+ "kind": "enum",
6294
+ "values": [
6295
+ "AM",
6296
+ "PM",
6297
+ "AC",
6298
+ "AD",
6299
+ "AE",
6300
+ "AF",
6301
+ "AG",
6302
+ "AI",
6303
+ "AL",
6304
+ "AO",
6305
+ "AR",
6306
+ "AS",
6307
+ "AT",
6308
+ "AU",
6309
+ "AW",
6310
+ "AX",
6311
+ "AZ",
6312
+ "BA",
6313
+ "BB",
6314
+ "BD",
6315
+ "BE",
6316
+ "BF",
6317
+ "BG",
6318
+ "BH",
6319
+ "BI",
6320
+ "BJ",
6321
+ "BL",
6322
+ "BM",
6323
+ "BN",
6324
+ "BO",
6325
+ "BQ",
6326
+ "BR",
6327
+ "BS",
6328
+ "BT",
6329
+ "BW",
6330
+ "BY",
6331
+ "BZ",
6332
+ "CA",
6333
+ "CC",
6334
+ "CD",
6335
+ "CF",
6336
+ "CG",
6337
+ "CH",
6338
+ "CI",
6339
+ "CK",
6340
+ "CL",
6341
+ "CM",
6342
+ "CN",
6343
+ "CO",
6344
+ "CR",
6345
+ "CU",
6346
+ "CV",
6347
+ "CW",
6348
+ "CX",
6349
+ "CY",
6350
+ "CZ",
6351
+ "DE",
6352
+ "DJ",
6353
+ "DK",
6354
+ "DM",
6355
+ "DO",
6356
+ "DZ",
6357
+ "EC",
6358
+ "EE",
6359
+ "EG",
6360
+ "EH",
6361
+ "ER",
6362
+ "ES",
6363
+ "ET",
6364
+ "FI",
6365
+ "FJ",
6366
+ "FK",
6367
+ "FM",
6368
+ "FO",
6369
+ "FR",
6370
+ "GA",
6371
+ "GB",
6372
+ "GD",
6373
+ "GE",
6374
+ "GF",
6375
+ "GG",
6376
+ "GH",
6377
+ "GI",
6378
+ "GL",
6379
+ "GM",
6380
+ "GN",
6381
+ "GP",
6382
+ "GQ",
6383
+ "GR",
6384
+ "GT",
6385
+ "GU",
6386
+ "GW",
6387
+ "GY",
6388
+ "HK",
6389
+ "HN",
6390
+ "HR",
6391
+ "HT",
6392
+ "HU",
6393
+ "ID",
6394
+ "IE",
6395
+ "IL",
6396
+ "IM",
6397
+ "IN",
6398
+ "IO",
6399
+ "IQ",
6400
+ "IR",
6401
+ "IS",
6402
+ "IT",
6403
+ "JE",
6404
+ "JM",
6405
+ "JO",
6406
+ "JP",
6407
+ "KE",
6408
+ "KG",
6409
+ "KH",
6410
+ "KI",
6411
+ "KM",
6412
+ "KN",
6413
+ "KP",
6414
+ "KR",
6415
+ "KW",
6416
+ "KY",
6417
+ "KZ",
6418
+ "LA",
6419
+ "LB",
6420
+ "LC",
6421
+ "LI",
6422
+ "LK",
6423
+ "LR",
6424
+ "LS",
6425
+ "LT",
6426
+ "LU",
6427
+ "LV",
6428
+ "LY",
6429
+ "MA",
6430
+ "MC",
6431
+ "MD",
6432
+ "ME",
6433
+ "MF",
6434
+ "MG",
6435
+ "MH",
6436
+ "MK",
6437
+ "ML",
6438
+ "MM",
6439
+ "MN",
6440
+ "MO",
6441
+ "MP",
6442
+ "MQ",
6443
+ "MR",
6444
+ "MS",
6445
+ "MT",
6446
+ "MU",
6447
+ "MV",
6448
+ "MW",
6449
+ "MX",
6450
+ "MY",
6451
+ "MZ",
6452
+ "NA",
6453
+ "NC",
6454
+ "NE",
6455
+ "NF",
6456
+ "NG",
6457
+ "NI",
6458
+ "NL",
6459
+ "NO",
6460
+ "NP",
6461
+ "NR",
6462
+ "NU",
6463
+ "NZ",
6464
+ "OM",
6465
+ "PA",
6466
+ "PE",
6467
+ "PF",
6468
+ "PG",
6469
+ "PH",
6470
+ "PK",
6471
+ "PL",
6472
+ "PR",
6473
+ "PS",
6474
+ "PT",
6475
+ "PW",
6476
+ "PY",
6477
+ "QA",
6478
+ "RE",
6479
+ "RO",
6480
+ "RS",
6481
+ "RU",
6482
+ "RW",
6483
+ "SA",
6484
+ "SB",
6485
+ "SC",
6486
+ "SD",
6487
+ "SE",
6488
+ "SG",
6489
+ "SH",
6490
+ "SI",
6491
+ "SJ",
6492
+ "SK",
6493
+ "SL",
6494
+ "SM",
6495
+ "SN",
6496
+ "SO",
6497
+ "SR",
6498
+ "SS",
6499
+ "ST",
6500
+ "SV",
6501
+ "SX",
6502
+ "SY",
6503
+ "SZ",
6504
+ "TA",
6505
+ "TC",
6506
+ "TD",
6507
+ "TG",
6508
+ "TH",
6509
+ "TJ",
6510
+ "TK",
6511
+ "TL",
6512
+ "TM",
6513
+ "TN",
6514
+ "TO",
6515
+ "TR",
6516
+ "TT",
6517
+ "TV",
6518
+ "TW",
6519
+ "TZ",
6520
+ "UA",
6521
+ "UG",
6522
+ "US",
6523
+ "UY",
6524
+ "UZ",
6525
+ "VA",
6526
+ "VC",
6527
+ "VE",
6528
+ "VG",
6529
+ "VI",
6530
+ "VN",
6531
+ "VU",
6532
+ "WF",
6533
+ "WS",
6534
+ "XK",
6535
+ "YE",
6536
+ "YT",
6537
+ "ZA",
6538
+ "ZM",
6539
+ "ZW"
6540
+ ]
6541
+ },
6542
+ "description": "The fallback country used when no country can be derived from `modelValue` and no\ncontrolled `country` is provided. Its precedence is after `country` and before\n`locale` and the first available country.",
6543
+ "required": false,
6544
+ "category": "Configuration"
6545
+ },
6546
+ {
6547
+ "name": "countries",
6548
+ "type": {
6549
+ "kind": "array",
6550
+ "elementType": {
6551
+ "name": "enum",
6552
+ "value": [
6553
+ "AM",
6554
+ "PM",
6555
+ "AC",
6556
+ "AD",
6557
+ "AE",
6558
+ "AF",
6559
+ "AG",
6560
+ "AI",
6561
+ "AL",
6562
+ "AO",
6563
+ "AR",
6564
+ "AS",
6565
+ "AT",
6566
+ "AU",
6567
+ "AW",
6568
+ "AX",
6569
+ "AZ",
6570
+ "BA",
6571
+ "BB",
6572
+ "BD",
6573
+ "BE",
6574
+ "BF",
6575
+ "BG",
6576
+ "BH",
6577
+ "BI",
6578
+ "BJ",
6579
+ "BL",
6580
+ "BM",
6581
+ "BN",
6582
+ "BO",
6583
+ "BQ",
6584
+ "BR",
6585
+ "BS",
6586
+ "BT",
6587
+ "BW",
6588
+ "BY",
6589
+ "BZ",
6590
+ "CA",
6591
+ "CC",
6592
+ "CD",
6593
+ "CF",
6594
+ "CG",
6595
+ "CH",
6596
+ "CI",
6597
+ "CK",
6598
+ "CL",
6599
+ "CM",
6600
+ "CN",
6601
+ "CO",
6602
+ "CR",
6603
+ "CU",
6604
+ "CV",
6605
+ "CW",
6606
+ "CX",
6607
+ "CY",
6608
+ "CZ",
6609
+ "DE",
6610
+ "DJ",
6611
+ "DK",
6612
+ "DM",
6613
+ "DO",
6614
+ "DZ",
6615
+ "EC",
6616
+ "EE",
6617
+ "EG",
6618
+ "EH",
6619
+ "ER",
6620
+ "ES",
6621
+ "ET",
6622
+ "FI",
6623
+ "FJ",
6624
+ "FK",
6625
+ "FM",
6626
+ "FO",
6627
+ "FR",
6628
+ "GA",
6629
+ "GB",
6630
+ "GD",
6631
+ "GE",
6632
+ "GF",
6633
+ "GG",
6634
+ "GH",
6635
+ "GI",
6636
+ "GL",
6637
+ "GM",
6638
+ "GN",
6639
+ "GP",
6640
+ "GQ",
6641
+ "GR",
6642
+ "GT",
6643
+ "GU",
6644
+ "GW",
6645
+ "GY",
6646
+ "HK",
6647
+ "HN",
6648
+ "HR",
6649
+ "HT",
6650
+ "HU",
6651
+ "ID",
6652
+ "IE",
6653
+ "IL",
6654
+ "IM",
6655
+ "IN",
6656
+ "IO",
6657
+ "IQ",
6658
+ "IR",
6659
+ "IS",
6660
+ "IT",
6661
+ "JE",
6662
+ "JM",
6663
+ "JO",
6664
+ "JP",
6665
+ "KE",
6666
+ "KG",
6667
+ "KH",
6668
+ "KI",
6669
+ "KM",
6670
+ "KN",
6671
+ "KP",
6672
+ "KR",
6673
+ "KW",
6674
+ "KY",
6675
+ "KZ",
6676
+ "LA",
6677
+ "LB",
6678
+ "LC",
6679
+ "LI",
6680
+ "LK",
6681
+ "LR",
6682
+ "LS",
6683
+ "LT",
6684
+ "LU",
6685
+ "LV",
6686
+ "LY",
6687
+ "MA",
6688
+ "MC",
6689
+ "MD",
6690
+ "ME",
6691
+ "MF",
6692
+ "MG",
6693
+ "MH",
6694
+ "MK",
6695
+ "ML",
6696
+ "MM",
6697
+ "MN",
6698
+ "MO",
6699
+ "MP",
6700
+ "MQ",
6701
+ "MR",
6702
+ "MS",
6703
+ "MT",
6704
+ "MU",
6705
+ "MV",
6706
+ "MW",
6707
+ "MX",
6708
+ "MY",
6709
+ "MZ",
6710
+ "NA",
6711
+ "NC",
6712
+ "NE",
6713
+ "NF",
6714
+ "NG",
6715
+ "NI",
6716
+ "NL",
6717
+ "NO",
6718
+ "NP",
6719
+ "NR",
6720
+ "NU",
6721
+ "NZ",
6722
+ "OM",
6723
+ "PA",
6724
+ "PE",
6725
+ "PF",
6726
+ "PG",
6727
+ "PH",
6728
+ "PK",
6729
+ "PL",
6730
+ "PR",
6731
+ "PS",
6732
+ "PT",
6733
+ "PW",
6734
+ "PY",
6735
+ "QA",
6736
+ "RE",
6737
+ "RO",
6738
+ "RS",
6739
+ "RU",
6740
+ "RW",
6741
+ "SA",
6742
+ "SB",
6743
+ "SC",
6744
+ "SD",
6745
+ "SE",
6746
+ "SG",
6747
+ "SH",
6748
+ "SI",
6749
+ "SJ",
6750
+ "SK",
6751
+ "SL",
6752
+ "SM",
6753
+ "SN",
6754
+ "SO",
6755
+ "SR",
6756
+ "SS",
6757
+ "ST",
6758
+ "SV",
6759
+ "SX",
6760
+ "SY",
6761
+ "SZ",
6762
+ "TA",
6763
+ "TC",
6764
+ "TD",
6765
+ "TG",
6766
+ "TH",
6767
+ "TJ",
6768
+ "TK",
6769
+ "TL",
6770
+ "TM",
6771
+ "TN",
6772
+ "TO",
6773
+ "TR",
6774
+ "TT",
6775
+ "TV",
6776
+ "TW",
6777
+ "TZ",
6778
+ "UA",
6779
+ "UG",
6780
+ "US",
6781
+ "UY",
6782
+ "UZ",
6783
+ "VA",
6784
+ "VC",
6785
+ "VE",
6786
+ "VG",
6787
+ "VI",
6788
+ "VN",
6789
+ "VU",
6790
+ "WF",
6791
+ "WS",
6792
+ "XK",
6793
+ "YE",
6794
+ "YT",
6795
+ "ZA",
6796
+ "ZM",
6797
+ "ZW"
6798
+ ]
6799
+ }
6800
+ },
6801
+ "description": "The countries available for selection, in display order.\nAll supported countries are shown when this property is omitted.\nValid non-geographic numbers (for example, `+800`) are accepted only when this\nproperty is omitted because they do not map to a selectable country.\nThis filters the options at runtime; it does not reduce the bundled flag stylesheet.",
6802
+ "required": false,
6803
+ "category": "Configuration"
6804
+ },
6805
+ {
6806
+ "name": "locale",
6807
+ "type": {
6808
+ "kind": "primitive",
6809
+ "name": "string"
6810
+ },
6811
+ "description": "The locale used to display, sort, and search country names. Its region is also used\nas a fallback country after `country` and `defaultCountry`. When omitted, `en-US`\nis used for deterministic server rendering.",
6812
+ "default": "en-US",
6813
+ "required": false,
6814
+ "category": "Configuration"
6815
+ },
6816
+ {
6817
+ "name": "clearable",
6818
+ "type": {
6819
+ "kind": "primitive",
6820
+ "name": "boolean"
6821
+ },
6822
+ "description": "Whether the value of the field can be cleared.",
6823
+ "required": false,
6824
+ "category": "Behavior"
6825
+ },
6826
+ {
6827
+ "name": "autoValidate",
6828
+ "type": {
6829
+ "kind": "primitive",
6830
+ "name": "boolean"
6831
+ },
6832
+ "description": "Whether the component automatically displays validation feedback after blur.\nDisable this property when validation is managed externally through `invalid`.",
6833
+ "default": "true",
6834
+ "required": false,
6835
+ "category": "Behavior"
6836
+ },
6837
+ {
6838
+ "name": "inline",
6839
+ "type": {
6840
+ "kind": "primitive",
6841
+ "name": "boolean"
6842
+ },
6843
+ "description": "Whether to disable teleporting the country selector overlay.",
6844
+ "required": false,
6845
+ "category": "Behavior"
6846
+ },
6847
+ {
6848
+ "name": "texts",
6849
+ "type": {
6850
+ "kind": "object",
6851
+ "fields": {}
6852
+ },
6853
+ "description": "Custom text configurations.",
6854
+ "default": "DEFAULT_TEXTS",
6855
+ "required": false,
6856
+ "category": "Configuration"
6857
+ }
6858
+ ],
6859
+ "events": [
6860
+ {
6861
+ "name": "update:modelValue",
6862
+ "description": "",
6863
+ "type": "[value: string]"
6864
+ },
6865
+ {
6866
+ "name": "update:open",
6867
+ "description": "",
6868
+ "type": "[value: boolean]"
6869
+ },
6870
+ {
6871
+ "name": "click:clear",
6872
+ "description": "",
6873
+ "type": "[event: Event]"
6874
+ },
6875
+ {
6876
+ "name": "update:country",
6877
+ "description": "",
6878
+ "type": "[value: CountryCode | undefined]"
6879
+ },
6880
+ {
6881
+ "name": "validity-change",
6882
+ "description": "",
6883
+ "type": "[validity: QPhoneFieldValidity]"
6884
+ }
6885
+ ],
6886
+ "slots": [
6887
+ {
6888
+ "name": "label.prepend",
6889
+ "description": "Content before the field label."
6890
+ },
6891
+ {
6892
+ "name": "label.append",
6893
+ "description": "Content after the field label."
6894
+ },
6895
+ {
6896
+ "name": "append",
6897
+ "description": "Content after the telephone input and before the clear button."
6898
+ },
6899
+ {
6900
+ "name": "extras",
6901
+ "description": "Supporting or validation content associated with the input through `aria-describedby`.\nApply `validationId` to a more specific descendant only when an additional association\nis needed; the component always provides a wrapper with this ID."
6902
+ }
6903
+ ]
6904
+ },
6905
+ "examples": [
6906
+ {
6907
+ "title": "Default",
6908
+ "description": "Uses the default `en-US` locale and emits a complete international value.",
6909
+ "code": "<QPhoneField :label=\"Phone number\" :clearable=\"true\" :size=\"large\" />"
6910
+ },
6911
+ {
6912
+ "title": "International Value",
6913
+ "description": "Derives the country, flag, calling code, and national presentation from an E.164 value.",
6914
+ "code": "<QPhoneField :model-value=\"+442079460018\" />"
6915
+ },
6916
+ {
6917
+ "title": "Restricted Countries",
6918
+ "description": "Restricts and orders the countries shown in the searchable selector. This is a runtime filter; the component still includes the complete flag stylesheet.",
6919
+ "code": "<QPhoneField :countries=\"['PT', 'ES', 'FR', 'GB']\" :model-value=\"+351912345678\" />"
6920
+ },
6921
+ {
6922
+ "title": "Paste Detection",
6923
+ "description": "Paste a number beginning with `+` or `00` to update the country automatically.",
6924
+ "code": "<QPhoneField :label=\"Paste an international number\" />"
6925
+ },
6926
+ {
6927
+ "title": "Required Validation",
6928
+ "description": "Shows the built-in validation message after the required field loses focus.",
6929
+ "code": "<QPhoneField :required=\"true\" :clearable=\"false\" />"
6930
+ },
6931
+ {
6932
+ "title": "External Validation",
6933
+ "description": "Keeps the required semantics while delegating validation feedback to the application.",
6934
+ "code": "<QPhoneField :required=\"true\" :auto-validate=\"false\" :clearable=\"false\" />"
6935
+ },
6936
+ {
6937
+ "title": "Readonly",
6938
+ "description": "Prevents editing and country selection while retaining the formatted value.",
6939
+ "code": "<QPhoneField :model-value=\"+351912345678\" :readonly=\"true\" />"
6940
+ },
6941
+ {
6942
+ "title": "Disabled",
6943
+ "description": "Disables all interaction with the field.",
6944
+ "code": "<QPhoneField :model-value=\"+351912345678\" :disabled=\"true\" />"
6945
+ },
6946
+ {
6947
+ "title": "Invalid",
6948
+ "description": "Combines an application-provided invalid state with the component validation styling.",
6949
+ "code": "<QPhoneField :model-value=\"+35191\" :invalid=\"true\" />"
6950
+ }
6951
+ ]
6952
+ },
6953
+ {
6954
+ "name": "QPopover",
6955
+ "description": "A floating container that displays contextual content, triggered by a button.",
6956
+ "meta": {
6957
+ "props": [
6958
+ {
6959
+ "name": "modelValue",
6960
+ "type": {
6961
+ "kind": "primitive",
6962
+ "name": "boolean"
6963
+ },
6964
+ "description": "",
6965
+ "required": false
6966
+ },
6967
+ {
6968
+ "name": "id",
6969
+ "type": {
6970
+ "kind": "primitive",
6971
+ "name": "string"
6972
+ },
6973
+ "description": "The component unique identifier.",
6974
+ "required": false,
6975
+ "category": "Identification"
6976
+ },
6977
+ {
6978
+ "name": "anchor",
6979
+ "type": {
6980
+ "kind": "union",
6981
+ "types": [
6982
+ {
6983
+ "name": "string"
6984
+ },
6985
+ {
6986
+ "name": "object",
6987
+ "value": {}
6988
+ }
6989
+ ]
6990
+ },
6991
+ "description": "The DOM element the popover should be anchored to.",
6992
+ "required": true,
6993
+ "category": "Identification"
6994
+ },
6995
+ {
6996
+ "name": "text",
6997
+ "type": {
6998
+ "kind": "primitive",
6999
+ "name": "string"
7000
+ },
7001
+ "description": "The text of the popover.",
7002
+ "required": false,
7003
+ "category": "Content"
7004
+ },
7005
+ {
7006
+ "name": "title",
7007
+ "type": {
7008
+ "kind": "primitive",
7009
+ "name": "string"
7010
+ },
7011
+ "description": "The title of the popover.",
7012
+ "required": false,
7013
+ "category": "Content"
7014
+ },
7015
+ {
7016
+ "name": "headingLevel",
5699
7017
  "type": {
5700
7018
  "kind": "primitive",
5701
7019
  "name": "number"
@@ -6441,6 +7759,15 @@
6441
7759
  "description": "",
6442
7760
  "required": false
6443
7761
  },
7762
+ {
7763
+ "name": "open",
7764
+ "type": {
7765
+ "kind": "primitive",
7766
+ "name": "boolean"
7767
+ },
7768
+ "description": "",
7769
+ "required": false
7770
+ },
6444
7771
  {
6445
7772
  "name": "id",
6446
7773
  "type": {
@@ -6592,6 +7919,39 @@
6592
7919
  "required": false,
6593
7920
  "category": "Behavior"
6594
7921
  },
7922
+ {
7923
+ "name": "overlayAnchor",
7924
+ "type": {
7925
+ "kind": "union",
7926
+ "types": [
7927
+ {
7928
+ "name": "other",
7929
+ "value": "null"
7930
+ },
7931
+ {
7932
+ "name": "string"
7933
+ },
7934
+ {
7935
+ "name": "object",
7936
+ "value": {}
7937
+ }
7938
+ ]
7939
+ },
7940
+ "description": "An alternative element used to anchor and size the options overlay.",
7941
+ "required": false,
7942
+ "category": "Identification"
7943
+ },
7944
+ {
7945
+ "name": "selectOnTab",
7946
+ "type": {
7947
+ "kind": "primitive",
7948
+ "name": "boolean"
7949
+ },
7950
+ "description": "Whether pressing Tab while an option is focused selects it before focus moves away.",
7951
+ "default": "true",
7952
+ "required": false,
7953
+ "category": "Behavior"
7954
+ },
6595
7955
  {
6596
7956
  "name": "multiple",
6597
7957
  "type": {
@@ -6683,6 +8043,11 @@
6683
8043
  "description": "",
6684
8044
  "type": "[value: any]"
6685
8045
  },
8046
+ {
8047
+ "name": "update:open",
8048
+ "description": "",
8049
+ "type": "[value: boolean]"
8050
+ },
6686
8051
  {
6687
8052
  "name": "before-show",
6688
8053
  "description": "",
@@ -6709,6 +8074,10 @@
6709
8074
  "name": "prepend",
6710
8075
  "description": ""
6711
8076
  },
8077
+ {
8078
+ "name": "value",
8079
+ "description": ""
8080
+ },
6712
8081
  {
6713
8082
  "name": "append",
6714
8083
  "description": ""
@@ -7588,9 +8957,9 @@
7588
8957
  "type": {
7589
8958
  "kind": "enum",
7590
8959
  "values": [
8960
+ "off",
7591
8961
  "soft",
7592
- "hard",
7593
- "off"
8962
+ "hard"
7594
8963
  ]
7595
8964
  },
7596
8965
  "description": "Whether the text of the text area field can be wrapped and how.",