@personizely/ui 0.0.52 → 0.0.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/personizely-ui.css +2 -2
- package/dist/personizely-ui.js +20068 -16521
- package/dist/personizely-ui.umd.cjs +26 -26
- package/package.json +7 -7
- package/src/assets/index.css +4 -4
- package/web-types.json +195 -115
package/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@personizely/ui",
|
|
5
|
-
"version": "0.0.
|
|
5
|
+
"version": "0.0.55",
|
|
6
6
|
"description-markup": "none",
|
|
7
7
|
"js-types-syntax": "typescript",
|
|
8
8
|
"contributions": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"props": [
|
|
15
15
|
{
|
|
16
16
|
"name": "collapsible",
|
|
17
|
-
"description": "When type is \"single\", allows closing content when clicking trigger for an open item.\
|
|
17
|
+
"description": "When type is \"single\", allows closing content when clicking trigger for an open item.\nWhen type is \"multiple\", this prop has no effect.",
|
|
18
18
|
"type": "boolean | undefined",
|
|
19
19
|
"required": false
|
|
20
20
|
},
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "as-child",
|
|
47
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
47
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
48
48
|
"type": "boolean | undefined",
|
|
49
49
|
"required": false
|
|
50
50
|
},
|
|
@@ -56,19 +56,19 @@
|
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
"name": "type",
|
|
59
|
-
"description": "Determines whether a \"single\" or \"multiple\" items can be selected at a time.\
|
|
59
|
+
"description": "Determines whether a \"single\" or \"multiple\" items can be selected at a time.\n\nThis prop will overwrite the inferred type from `modelValue` and `defaultValue`.",
|
|
60
60
|
"type": "SingleOrMultipleType | undefined",
|
|
61
61
|
"required": false
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
"name": "model-value",
|
|
65
|
-
"description": "The controlled value of the active item(s).\
|
|
65
|
+
"description": "The controlled value of the active item(s).\n\nUse this when you need to control the state of the items. Can be binded with `v-model`",
|
|
66
66
|
"type": "string | string[] | undefined",
|
|
67
67
|
"required": false
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
70
|
"name": "default-value",
|
|
71
|
-
"description": "The default active value of the item(s).\
|
|
71
|
+
"description": "The default active value of the item(s).\n\nUse when you do not need to control the state of the item(s).",
|
|
72
72
|
"type": "string | string[] | undefined",
|
|
73
73
|
"required": false
|
|
74
74
|
},
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"props": [
|
|
135
135
|
{
|
|
136
136
|
"name": "collapsible",
|
|
137
|
-
"description": "When type is \"single\", allows closing content when clicking trigger for an open item.\
|
|
137
|
+
"description": "When type is \"single\", allows closing content when clicking trigger for an open item.\nWhen type is \"multiple\", this prop has no effect.",
|
|
138
138
|
"type": "boolean | undefined",
|
|
139
139
|
"required": false
|
|
140
140
|
},
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
},
|
|
165
165
|
{
|
|
166
166
|
"name": "as-child",
|
|
167
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
167
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
168
168
|
"type": "boolean | undefined",
|
|
169
169
|
"required": false
|
|
170
170
|
},
|
|
@@ -176,19 +176,19 @@
|
|
|
176
176
|
},
|
|
177
177
|
{
|
|
178
178
|
"name": "type",
|
|
179
|
-
"description": "Determines whether a \"single\" or \"multiple\" items can be selected at a time.\
|
|
179
|
+
"description": "Determines whether a \"single\" or \"multiple\" items can be selected at a time.\n\nThis prop will overwrite the inferred type from `modelValue` and `defaultValue`.",
|
|
180
180
|
"type": "SingleOrMultipleType | undefined",
|
|
181
181
|
"required": false
|
|
182
182
|
},
|
|
183
183
|
{
|
|
184
184
|
"name": "model-value",
|
|
185
|
-
"description": "The controlled value of the active item(s).\
|
|
185
|
+
"description": "The controlled value of the active item(s).\n\nUse this when you need to control the state of the items. Can be binded with `v-model`",
|
|
186
186
|
"type": "string | string[] | undefined",
|
|
187
187
|
"required": false
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
190
|
"name": "default-value",
|
|
191
|
-
"description": "The default active value of the item(s).\
|
|
191
|
+
"description": "The default active value of the item(s).\n\nUse when you do not need to control the state of the item(s).",
|
|
192
192
|
"type": "string | string[] | undefined",
|
|
193
193
|
"required": false
|
|
194
194
|
},
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
"props": [
|
|
255
255
|
{
|
|
256
256
|
"name": "disabled",
|
|
257
|
-
"description": "Whether or not an accordion item is disabled from user interaction.\
|
|
257
|
+
"description": "Whether or not an accordion item is disabled from user interaction.\nWhen `true`, prevents the user from interacting with the item.",
|
|
258
258
|
"type": "boolean | undefined",
|
|
259
259
|
"required": false
|
|
260
260
|
},
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
},
|
|
273
273
|
{
|
|
274
274
|
"name": "as-child",
|
|
275
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
275
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
276
276
|
"type": "boolean | undefined",
|
|
277
277
|
"required": false
|
|
278
278
|
},
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
"props": [
|
|
350
350
|
{
|
|
351
351
|
"name": "disabled",
|
|
352
|
-
"description": "Whether or not an accordion item is disabled from user interaction.\
|
|
352
|
+
"description": "Whether or not an accordion item is disabled from user interaction.\nWhen `true`, prevents the user from interacting with the item.",
|
|
353
353
|
"type": "boolean | undefined",
|
|
354
354
|
"required": false
|
|
355
355
|
},
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
},
|
|
368
368
|
{
|
|
369
369
|
"name": "as-child",
|
|
370
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
370
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
371
371
|
"type": "boolean | undefined",
|
|
372
372
|
"required": false
|
|
373
373
|
},
|
|
@@ -986,7 +986,7 @@
|
|
|
986
986
|
},
|
|
987
987
|
{
|
|
988
988
|
"name": "as-child",
|
|
989
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
989
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
990
990
|
"type": "boolean | undefined",
|
|
991
991
|
"required": false
|
|
992
992
|
},
|
|
@@ -1044,12 +1044,30 @@
|
|
|
1044
1044
|
"type": "boolean | undefined",
|
|
1045
1045
|
"required": false
|
|
1046
1046
|
},
|
|
1047
|
+
{
|
|
1048
|
+
"name": "open-on-focus",
|
|
1049
|
+
"description": "Whether to open the combobox when the input is focused",
|
|
1050
|
+
"type": "boolean | undefined",
|
|
1051
|
+
"required": false
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"name": "open-on-click",
|
|
1055
|
+
"description": "Whether to open the combobox when the input is clicked",
|
|
1056
|
+
"type": "boolean | undefined",
|
|
1057
|
+
"required": false
|
|
1058
|
+
},
|
|
1047
1059
|
{
|
|
1048
1060
|
"name": "ignore-filter",
|
|
1049
1061
|
"description": "When `true`, disable the default filters",
|
|
1050
1062
|
"type": "boolean | undefined",
|
|
1051
1063
|
"required": false
|
|
1052
1064
|
},
|
|
1065
|
+
{
|
|
1066
|
+
"name": "reset-model-value-on-clear",
|
|
1067
|
+
"description": "When `true` the `modelValue` will be reset to `null` (or `[]` if `multiple`)",
|
|
1068
|
+
"type": "boolean | undefined",
|
|
1069
|
+
"required": false
|
|
1070
|
+
},
|
|
1053
1071
|
{
|
|
1054
1072
|
"name": "class",
|
|
1055
1073
|
"description": "",
|
|
@@ -1221,7 +1239,7 @@
|
|
|
1221
1239
|
},
|
|
1222
1240
|
{
|
|
1223
1241
|
"name": "as-child",
|
|
1224
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
1242
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
1225
1243
|
"type": "boolean | undefined",
|
|
1226
1244
|
"required": false
|
|
1227
1245
|
},
|
|
@@ -1279,12 +1297,30 @@
|
|
|
1279
1297
|
"type": "boolean | undefined",
|
|
1280
1298
|
"required": false
|
|
1281
1299
|
},
|
|
1300
|
+
{
|
|
1301
|
+
"name": "open-on-focus",
|
|
1302
|
+
"description": "Whether to open the combobox when the input is focused",
|
|
1303
|
+
"type": "boolean | undefined",
|
|
1304
|
+
"required": false
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
"name": "open-on-click",
|
|
1308
|
+
"description": "Whether to open the combobox when the input is clicked",
|
|
1309
|
+
"type": "boolean | undefined",
|
|
1310
|
+
"required": false
|
|
1311
|
+
},
|
|
1282
1312
|
{
|
|
1283
1313
|
"name": "ignore-filter",
|
|
1284
1314
|
"description": "When `true`, disable the default filters",
|
|
1285
1315
|
"type": "boolean | undefined",
|
|
1286
1316
|
"required": false
|
|
1287
1317
|
},
|
|
1318
|
+
{
|
|
1319
|
+
"name": "reset-model-value-on-clear",
|
|
1320
|
+
"description": "When `true` the `modelValue` will be reset to `null` (or `[]` if `multiple`)",
|
|
1321
|
+
"type": "boolean | undefined",
|
|
1322
|
+
"required": false
|
|
1323
|
+
},
|
|
1288
1324
|
{
|
|
1289
1325
|
"name": "class",
|
|
1290
1326
|
"description": "",
|
|
@@ -2106,7 +2142,7 @@
|
|
|
2106
2142
|
},
|
|
2107
2143
|
{
|
|
2108
2144
|
"name": "as-child",
|
|
2109
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
2145
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
2110
2146
|
"type": "boolean | undefined",
|
|
2111
2147
|
"required": false
|
|
2112
2148
|
},
|
|
@@ -2321,7 +2357,7 @@
|
|
|
2321
2357
|
},
|
|
2322
2358
|
{
|
|
2323
2359
|
"name": "as-child",
|
|
2324
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
2360
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
2325
2361
|
"type": "boolean | undefined",
|
|
2326
2362
|
"required": false
|
|
2327
2363
|
},
|
|
@@ -2851,14 +2887,14 @@
|
|
|
2851
2887
|
{
|
|
2852
2888
|
"name": "dir",
|
|
2853
2889
|
"description": "The direction of navigation between items.",
|
|
2854
|
-
"type": "
|
|
2890
|
+
"type": "Direction$5 | undefined",
|
|
2855
2891
|
"required": false,
|
|
2856
2892
|
"default": "\"ltr\""
|
|
2857
2893
|
},
|
|
2858
2894
|
{
|
|
2859
2895
|
"name": "orientation",
|
|
2860
|
-
"description": "The orientation of the group.\
|
|
2861
|
-
"type": "Orientation | undefined",
|
|
2896
|
+
"description": "The orientation of the group.\nMainly so arrow navigation is done accordingly (left & right vs. up & down)",
|
|
2897
|
+
"type": "Orientation$1 | undefined",
|
|
2862
2898
|
"required": false,
|
|
2863
2899
|
"default": "\"vertical\""
|
|
2864
2900
|
},
|
|
@@ -2993,14 +3029,14 @@
|
|
|
2993
3029
|
{
|
|
2994
3030
|
"name": "dir",
|
|
2995
3031
|
"description": "The direction of navigation between items.",
|
|
2996
|
-
"type": "
|
|
3032
|
+
"type": "Direction$5 | undefined",
|
|
2997
3033
|
"required": false,
|
|
2998
3034
|
"default": "\"ltr\""
|
|
2999
3035
|
},
|
|
3000
3036
|
{
|
|
3001
3037
|
"name": "orientation",
|
|
3002
|
-
"description": "The orientation of the group.\
|
|
3003
|
-
"type": "Orientation | undefined",
|
|
3038
|
+
"description": "The orientation of the group.\nMainly so arrow navigation is done accordingly (left & right vs. up & down)",
|
|
3039
|
+
"type": "Orientation$1 | undefined",
|
|
3004
3040
|
"required": false,
|
|
3005
3041
|
"default": "\"vertical\""
|
|
3006
3042
|
},
|
|
@@ -3416,7 +3452,7 @@
|
|
|
3416
3452
|
},
|
|
3417
3453
|
{
|
|
3418
3454
|
"name": "as-child",
|
|
3419
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
3455
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
3420
3456
|
"type": "boolean | undefined",
|
|
3421
3457
|
"required": false
|
|
3422
3458
|
},
|
|
@@ -3474,12 +3510,30 @@
|
|
|
3474
3510
|
"type": "boolean | undefined",
|
|
3475
3511
|
"required": false
|
|
3476
3512
|
},
|
|
3513
|
+
{
|
|
3514
|
+
"name": "open-on-focus",
|
|
3515
|
+
"description": "Whether to open the combobox when the input is focused",
|
|
3516
|
+
"type": "boolean | undefined",
|
|
3517
|
+
"required": false
|
|
3518
|
+
},
|
|
3519
|
+
{
|
|
3520
|
+
"name": "open-on-click",
|
|
3521
|
+
"description": "Whether to open the combobox when the input is clicked",
|
|
3522
|
+
"type": "boolean | undefined",
|
|
3523
|
+
"required": false
|
|
3524
|
+
},
|
|
3477
3525
|
{
|
|
3478
3526
|
"name": "ignore-filter",
|
|
3479
3527
|
"description": "When `true`, disable the default filters",
|
|
3480
3528
|
"type": "boolean | undefined",
|
|
3481
3529
|
"required": false
|
|
3482
3530
|
},
|
|
3531
|
+
{
|
|
3532
|
+
"name": "reset-model-value-on-clear",
|
|
3533
|
+
"description": "When `true` the `modelValue` will be reset to `null` (or `[]` if `multiple`)",
|
|
3534
|
+
"type": "boolean | undefined",
|
|
3535
|
+
"required": false
|
|
3536
|
+
},
|
|
3483
3537
|
{
|
|
3484
3538
|
"name": "class",
|
|
3485
3539
|
"description": "",
|
|
@@ -3641,7 +3695,7 @@
|
|
|
3641
3695
|
},
|
|
3642
3696
|
{
|
|
3643
3697
|
"name": "as-child",
|
|
3644
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
3698
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
3645
3699
|
"type": "boolean | undefined",
|
|
3646
3700
|
"required": false
|
|
3647
3701
|
},
|
|
@@ -3699,12 +3753,30 @@
|
|
|
3699
3753
|
"type": "boolean | undefined",
|
|
3700
3754
|
"required": false
|
|
3701
3755
|
},
|
|
3756
|
+
{
|
|
3757
|
+
"name": "open-on-focus",
|
|
3758
|
+
"description": "Whether to open the combobox when the input is focused",
|
|
3759
|
+
"type": "boolean | undefined",
|
|
3760
|
+
"required": false
|
|
3761
|
+
},
|
|
3762
|
+
{
|
|
3763
|
+
"name": "open-on-click",
|
|
3764
|
+
"description": "Whether to open the combobox when the input is clicked",
|
|
3765
|
+
"type": "boolean | undefined",
|
|
3766
|
+
"required": false
|
|
3767
|
+
},
|
|
3702
3768
|
{
|
|
3703
3769
|
"name": "ignore-filter",
|
|
3704
3770
|
"description": "When `true`, disable the default filters",
|
|
3705
3771
|
"type": "boolean | undefined",
|
|
3706
3772
|
"required": false
|
|
3707
3773
|
},
|
|
3774
|
+
{
|
|
3775
|
+
"name": "reset-model-value-on-clear",
|
|
3776
|
+
"description": "When `true` the `modelValue` will be reset to `null` (or `[]` if `multiple`)",
|
|
3777
|
+
"type": "boolean | undefined",
|
|
3778
|
+
"required": false
|
|
3779
|
+
},
|
|
3708
3780
|
{
|
|
3709
3781
|
"name": "class",
|
|
3710
3782
|
"description": "",
|
|
@@ -4008,7 +4080,7 @@
|
|
|
4008
4080
|
},
|
|
4009
4081
|
{
|
|
4010
4082
|
"name": "as-child",
|
|
4011
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
4083
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
4012
4084
|
"type": "boolean | undefined",
|
|
4013
4085
|
"required": false
|
|
4014
4086
|
},
|
|
@@ -4255,7 +4327,7 @@
|
|
|
4255
4327
|
},
|
|
4256
4328
|
{
|
|
4257
4329
|
"name": "as-child",
|
|
4258
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
4330
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
4259
4331
|
"type": "boolean | undefined",
|
|
4260
4332
|
"required": false
|
|
4261
4333
|
},
|
|
@@ -4502,7 +4574,7 @@
|
|
|
4502
4574
|
},
|
|
4503
4575
|
{
|
|
4504
4576
|
"name": "modal",
|
|
4505
|
-
"description": "The modality of the dialog When set to `true`, <br>\
|
|
4577
|
+
"description": "The modality of the dialog When set to `true`, <br>\ninteraction with outside elements will be disabled and only dialog content will be visible to screen readers.",
|
|
4506
4578
|
"type": "boolean | undefined",
|
|
4507
4579
|
"required": false
|
|
4508
4580
|
},
|
|
@@ -4619,7 +4691,7 @@
|
|
|
4619
4691
|
},
|
|
4620
4692
|
{
|
|
4621
4693
|
"name": "modal",
|
|
4622
|
-
"description": "The modality of the dialog When set to `true`, <br>\
|
|
4694
|
+
"description": "The modality of the dialog When set to `true`, <br>\ninteraction with outside elements will be disabled and only dialog content will be visible to screen readers.",
|
|
4623
4695
|
"type": "boolean | undefined",
|
|
4624
4696
|
"required": false
|
|
4625
4697
|
},
|
|
@@ -4736,7 +4808,7 @@
|
|
|
4736
4808
|
},
|
|
4737
4809
|
{
|
|
4738
4810
|
"name": "modal",
|
|
4739
|
-
"description": "The modality of the dialog When set to `true`, <br>\
|
|
4811
|
+
"description": "The modality of the dialog When set to `true`, <br>\ninteraction with outside elements will be disabled and only dialog content will be visible to screen readers.",
|
|
4740
4812
|
"type": "boolean | undefined",
|
|
4741
4813
|
"required": false
|
|
4742
4814
|
},
|
|
@@ -4871,7 +4943,7 @@
|
|
|
4871
4943
|
},
|
|
4872
4944
|
{
|
|
4873
4945
|
"name": "modal",
|
|
4874
|
-
"description": "The modality of the dialog When set to `true`, <br>\
|
|
4946
|
+
"description": "The modality of the dialog When set to `true`, <br>\ninteraction with outside elements will be disabled and only dialog content will be visible to screen readers.",
|
|
4875
4947
|
"type": "boolean | undefined",
|
|
4876
4948
|
"required": false
|
|
4877
4949
|
},
|
|
@@ -5006,25 +5078,25 @@
|
|
|
5006
5078
|
},
|
|
5007
5079
|
{
|
|
5008
5080
|
"name": "dir",
|
|
5009
|
-
"description": "The reading direction of the combobox when applicable.\
|
|
5010
|
-
"type": "
|
|
5081
|
+
"description": "The reading direction of the combobox when applicable.\n\nIf omitted, inherits globally from `ConfigProvider` or assumes LTR (left-to-right) reading mode.",
|
|
5082
|
+
"type": "Direction$4 | undefined",
|
|
5011
5083
|
"required": false
|
|
5012
5084
|
},
|
|
5013
5085
|
{
|
|
5014
5086
|
"name": "modal",
|
|
5015
|
-
"description": "The modality of the dropdown menu.\
|
|
5087
|
+
"description": "The modality of the dropdown menu.\n\nWhen set to `true`, interaction with outside elements will be disabled and only menu content will be visible to screen readers.",
|
|
5016
5088
|
"type": "boolean | undefined",
|
|
5017
5089
|
"required": false
|
|
5018
5090
|
},
|
|
5019
5091
|
{
|
|
5020
5092
|
"name": "side",
|
|
5021
|
-
"description": "The preferred side of the trigger to render against when open.\
|
|
5093
|
+
"description": "The preferred side of the trigger to render against when open.\nWill be reversed when collisions occur and avoidCollisions\nis enabled.",
|
|
5022
5094
|
"type": "\"top\" | \"right\" | \"bottom\" | \"left\" | undefined",
|
|
5023
5095
|
"required": false
|
|
5024
5096
|
},
|
|
5025
5097
|
{
|
|
5026
5098
|
"name": "align",
|
|
5027
|
-
"description": "The preferred alignment against the trigger.\
|
|
5099
|
+
"description": "The preferred alignment against the trigger.\nMay change when collisions occur.",
|
|
5028
5100
|
"type": "\"start\" | \"center\" | \"end\" | undefined",
|
|
5029
5101
|
"required": false
|
|
5030
5102
|
},
|
|
@@ -5134,25 +5206,25 @@
|
|
|
5134
5206
|
},
|
|
5135
5207
|
{
|
|
5136
5208
|
"name": "dir",
|
|
5137
|
-
"description": "The reading direction of the combobox when applicable.\
|
|
5138
|
-
"type": "
|
|
5209
|
+
"description": "The reading direction of the combobox when applicable.\n\nIf omitted, inherits globally from `ConfigProvider` or assumes LTR (left-to-right) reading mode.",
|
|
5210
|
+
"type": "Direction$4 | undefined",
|
|
5139
5211
|
"required": false
|
|
5140
5212
|
},
|
|
5141
5213
|
{
|
|
5142
5214
|
"name": "modal",
|
|
5143
|
-
"description": "The modality of the dropdown menu.\
|
|
5215
|
+
"description": "The modality of the dropdown menu.\n\nWhen set to `true`, interaction with outside elements will be disabled and only menu content will be visible to screen readers.",
|
|
5144
5216
|
"type": "boolean | undefined",
|
|
5145
5217
|
"required": false
|
|
5146
5218
|
},
|
|
5147
5219
|
{
|
|
5148
5220
|
"name": "side",
|
|
5149
|
-
"description": "The preferred side of the trigger to render against when open.\
|
|
5221
|
+
"description": "The preferred side of the trigger to render against when open.\nWill be reversed when collisions occur and avoidCollisions\nis enabled.",
|
|
5150
5222
|
"type": "\"top\" | \"right\" | \"bottom\" | \"left\" | undefined",
|
|
5151
5223
|
"required": false
|
|
5152
5224
|
},
|
|
5153
5225
|
{
|
|
5154
5226
|
"name": "align",
|
|
5155
|
-
"description": "The preferred alignment against the trigger.\
|
|
5227
|
+
"description": "The preferred alignment against the trigger.\nMay change when collisions occur.",
|
|
5156
5228
|
"type": "\"start\" | \"center\" | \"end\" | undefined",
|
|
5157
5229
|
"required": false
|
|
5158
5230
|
},
|
|
@@ -5268,25 +5340,25 @@
|
|
|
5268
5340
|
},
|
|
5269
5341
|
{
|
|
5270
5342
|
"name": "dir",
|
|
5271
|
-
"description": "The reading direction of the combobox when applicable.\
|
|
5272
|
-
"type": "
|
|
5343
|
+
"description": "The reading direction of the combobox when applicable.\n\nIf omitted, inherits globally from `ConfigProvider` or assumes LTR (left-to-right) reading mode.",
|
|
5344
|
+
"type": "Direction$4 | undefined",
|
|
5273
5345
|
"required": false
|
|
5274
5346
|
},
|
|
5275
5347
|
{
|
|
5276
5348
|
"name": "modal",
|
|
5277
|
-
"description": "The modality of the dropdown menu.\
|
|
5349
|
+
"description": "The modality of the dropdown menu.\n\nWhen set to `true`, interaction with outside elements will be disabled and only menu content will be visible to screen readers.",
|
|
5278
5350
|
"type": "boolean | undefined",
|
|
5279
5351
|
"required": false
|
|
5280
5352
|
},
|
|
5281
5353
|
{
|
|
5282
5354
|
"name": "side",
|
|
5283
|
-
"description": "The preferred side of the trigger to render against when open.\
|
|
5355
|
+
"description": "The preferred side of the trigger to render against when open.\nWill be reversed when collisions occur and avoidCollisions\nis enabled.",
|
|
5284
5356
|
"type": "\"top\" | \"right\" | \"bottom\" | \"left\" | undefined",
|
|
5285
5357
|
"required": false
|
|
5286
5358
|
},
|
|
5287
5359
|
{
|
|
5288
5360
|
"name": "align",
|
|
5289
|
-
"description": "The preferred alignment against the trigger.\
|
|
5361
|
+
"description": "The preferred alignment against the trigger.\nMay change when collisions occur.",
|
|
5290
5362
|
"type": "\"start\" | \"center\" | \"end\" | undefined",
|
|
5291
5363
|
"required": false
|
|
5292
5364
|
},
|
|
@@ -5394,25 +5466,25 @@
|
|
|
5394
5466
|
},
|
|
5395
5467
|
{
|
|
5396
5468
|
"name": "dir",
|
|
5397
|
-
"description": "The reading direction of the combobox when applicable.\
|
|
5398
|
-
"type": "
|
|
5469
|
+
"description": "The reading direction of the combobox when applicable.\n\nIf omitted, inherits globally from `ConfigProvider` or assumes LTR (left-to-right) reading mode.",
|
|
5470
|
+
"type": "Direction$4 | undefined",
|
|
5399
5471
|
"required": false
|
|
5400
5472
|
},
|
|
5401
5473
|
{
|
|
5402
5474
|
"name": "modal",
|
|
5403
|
-
"description": "The modality of the dropdown menu.\
|
|
5475
|
+
"description": "The modality of the dropdown menu.\n\nWhen set to `true`, interaction with outside elements will be disabled and only menu content will be visible to screen readers.",
|
|
5404
5476
|
"type": "boolean | undefined",
|
|
5405
5477
|
"required": false
|
|
5406
5478
|
},
|
|
5407
5479
|
{
|
|
5408
5480
|
"name": "side",
|
|
5409
|
-
"description": "The preferred side of the trigger to render against when open.\
|
|
5481
|
+
"description": "The preferred side of the trigger to render against when open.\nWill be reversed when collisions occur and avoidCollisions\nis enabled.",
|
|
5410
5482
|
"type": "\"top\" | \"right\" | \"bottom\" | \"left\" | undefined",
|
|
5411
5483
|
"required": false
|
|
5412
5484
|
},
|
|
5413
5485
|
{
|
|
5414
5486
|
"name": "align",
|
|
5415
|
-
"description": "The preferred alignment against the trigger.\
|
|
5487
|
+
"description": "The preferred alignment against the trigger.\nMay change when collisions occur.",
|
|
5416
5488
|
"type": "\"start\" | \"center\" | \"end\" | undefined",
|
|
5417
5489
|
"required": false
|
|
5418
5490
|
},
|
|
@@ -5520,25 +5592,25 @@
|
|
|
5520
5592
|
},
|
|
5521
5593
|
{
|
|
5522
5594
|
"name": "dir",
|
|
5523
|
-
"description": "The reading direction of the combobox when applicable.\
|
|
5524
|
-
"type": "
|
|
5595
|
+
"description": "The reading direction of the combobox when applicable.\n\nIf omitted, inherits globally from `ConfigProvider` or assumes LTR (left-to-right) reading mode.",
|
|
5596
|
+
"type": "Direction$4 | undefined",
|
|
5525
5597
|
"required": false
|
|
5526
5598
|
},
|
|
5527
5599
|
{
|
|
5528
5600
|
"name": "modal",
|
|
5529
|
-
"description": "The modality of the dropdown menu.\
|
|
5601
|
+
"description": "The modality of the dropdown menu.\n\nWhen set to `true`, interaction with outside elements will be disabled and only menu content will be visible to screen readers.",
|
|
5530
5602
|
"type": "boolean | undefined",
|
|
5531
5603
|
"required": false
|
|
5532
5604
|
},
|
|
5533
5605
|
{
|
|
5534
5606
|
"name": "side",
|
|
5535
|
-
"description": "The preferred side of the trigger to render against when open.\
|
|
5607
|
+
"description": "The preferred side of the trigger to render against when open.\nWill be reversed when collisions occur and avoidCollisions\nis enabled.",
|
|
5536
5608
|
"type": "\"top\" | \"right\" | \"bottom\" | \"left\" | undefined",
|
|
5537
5609
|
"required": false
|
|
5538
5610
|
},
|
|
5539
5611
|
{
|
|
5540
5612
|
"name": "align",
|
|
5541
|
-
"description": "The preferred alignment against the trigger.\
|
|
5613
|
+
"description": "The preferred alignment against the trigger.\nMay change when collisions occur.",
|
|
5542
5614
|
"type": "\"start\" | \"center\" | \"end\" | undefined",
|
|
5543
5615
|
"required": false
|
|
5544
5616
|
},
|
|
@@ -5646,25 +5718,25 @@
|
|
|
5646
5718
|
},
|
|
5647
5719
|
{
|
|
5648
5720
|
"name": "dir",
|
|
5649
|
-
"description": "The reading direction of the combobox when applicable.\
|
|
5650
|
-
"type": "
|
|
5721
|
+
"description": "The reading direction of the combobox when applicable.\n\nIf omitted, inherits globally from `ConfigProvider` or assumes LTR (left-to-right) reading mode.",
|
|
5722
|
+
"type": "Direction$4 | undefined",
|
|
5651
5723
|
"required": false
|
|
5652
5724
|
},
|
|
5653
5725
|
{
|
|
5654
5726
|
"name": "modal",
|
|
5655
|
-
"description": "The modality of the dropdown menu.\
|
|
5727
|
+
"description": "The modality of the dropdown menu.\n\nWhen set to `true`, interaction with outside elements will be disabled and only menu content will be visible to screen readers.",
|
|
5656
5728
|
"type": "boolean | undefined",
|
|
5657
5729
|
"required": false
|
|
5658
5730
|
},
|
|
5659
5731
|
{
|
|
5660
5732
|
"name": "side",
|
|
5661
|
-
"description": "The preferred side of the trigger to render against when open.\
|
|
5733
|
+
"description": "The preferred side of the trigger to render against when open.\nWill be reversed when collisions occur and avoidCollisions\nis enabled.",
|
|
5662
5734
|
"type": "\"top\" | \"right\" | \"bottom\" | \"left\" | undefined",
|
|
5663
5735
|
"required": false
|
|
5664
5736
|
},
|
|
5665
5737
|
{
|
|
5666
5738
|
"name": "align",
|
|
5667
|
-
"description": "The preferred alignment against the trigger.\
|
|
5739
|
+
"description": "The preferred alignment against the trigger.\nMay change when collisions occur.",
|
|
5668
5740
|
"type": "\"start\" | \"center\" | \"end\" | undefined",
|
|
5669
5741
|
"required": false
|
|
5670
5742
|
},
|
|
@@ -6700,7 +6772,7 @@
|
|
|
6700
6772
|
},
|
|
6701
6773
|
{
|
|
6702
6774
|
"name": "as-child",
|
|
6703
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
6775
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
6704
6776
|
"type": "boolean | undefined",
|
|
6705
6777
|
"required": false
|
|
6706
6778
|
},
|
|
@@ -6773,7 +6845,7 @@
|
|
|
6773
6845
|
},
|
|
6774
6846
|
{
|
|
6775
6847
|
"name": "as-child",
|
|
6776
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
6848
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
6777
6849
|
"type": "boolean | undefined",
|
|
6778
6850
|
"required": false
|
|
6779
6851
|
},
|
|
@@ -6858,7 +6930,7 @@
|
|
|
6858
6930
|
},
|
|
6859
6931
|
{
|
|
6860
6932
|
"name": "side",
|
|
6861
|
-
"description": "The preferred side of the trigger to render against when open.\
|
|
6933
|
+
"description": "The preferred side of the trigger to render against when open.\nWill be reversed when collisions occur and avoidCollisions\nis enabled.",
|
|
6862
6934
|
"type": "\"top\" | \"right\" | \"bottom\" | \"left\" | undefined",
|
|
6863
6935
|
"required": false,
|
|
6864
6936
|
"default": "\"bottom\""
|
|
@@ -6872,7 +6944,7 @@
|
|
|
6872
6944
|
},
|
|
6873
6945
|
{
|
|
6874
6946
|
"name": "align",
|
|
6875
|
-
"description": "The preferred alignment against the trigger.\
|
|
6947
|
+
"description": "The preferred alignment against the trigger.\nMay change when collisions occur.",
|
|
6876
6948
|
"type": "\"start\" | \"center\" | \"end\" | undefined",
|
|
6877
6949
|
"required": false,
|
|
6878
6950
|
"default": "\"center\""
|
|
@@ -6968,7 +7040,7 @@
|
|
|
6968
7040
|
},
|
|
6969
7041
|
{
|
|
6970
7042
|
"name": "side",
|
|
6971
|
-
"description": "The preferred side of the trigger to render against when open.\
|
|
7043
|
+
"description": "The preferred side of the trigger to render against when open.\nWill be reversed when collisions occur and avoidCollisions\nis enabled.",
|
|
6972
7044
|
"type": "\"top\" | \"right\" | \"bottom\" | \"left\" | undefined",
|
|
6973
7045
|
"required": false,
|
|
6974
7046
|
"default": "\"bottom\""
|
|
@@ -6982,7 +7054,7 @@
|
|
|
6982
7054
|
},
|
|
6983
7055
|
{
|
|
6984
7056
|
"name": "align",
|
|
6985
|
-
"description": "The preferred alignment against the trigger.\
|
|
7057
|
+
"description": "The preferred alignment against the trigger.\nMay change when collisions occur.",
|
|
6986
7058
|
"type": "\"start\" | \"center\" | \"end\" | undefined",
|
|
6987
7059
|
"required": false,
|
|
6988
7060
|
"default": "\"center\""
|
|
@@ -7073,7 +7145,7 @@
|
|
|
7073
7145
|
},
|
|
7074
7146
|
{
|
|
7075
7147
|
"name": "get-value-label",
|
|
7076
|
-
"description": "A function to get the accessible label text in a human-readable format.\
|
|
7148
|
+
"description": "A function to get the accessible label text in a human-readable format.\n\n If not provided, the value label will be read as the numeric value as a percentage of the max value.",
|
|
7077
7149
|
"type": "((value: number | null | undefined, max: number) => string | undefined) | undefined",
|
|
7078
7150
|
"required": false
|
|
7079
7151
|
},
|
|
@@ -7085,7 +7157,7 @@
|
|
|
7085
7157
|
},
|
|
7086
7158
|
{
|
|
7087
7159
|
"name": "as-child",
|
|
7088
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
7160
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
7089
7161
|
"type": "boolean | undefined",
|
|
7090
7162
|
"required": false
|
|
7091
7163
|
},
|
|
@@ -7165,7 +7237,7 @@
|
|
|
7165
7237
|
},
|
|
7166
7238
|
{
|
|
7167
7239
|
"name": "get-value-label",
|
|
7168
|
-
"description": "A function to get the accessible label text in a human-readable format.\
|
|
7240
|
+
"description": "A function to get the accessible label text in a human-readable format.\n\n If not provided, the value label will be read as the numeric value as a percentage of the max value.",
|
|
7169
7241
|
"type": "((value: number | null | undefined, max: number) => string | undefined) | undefined",
|
|
7170
7242
|
"required": false
|
|
7171
7243
|
},
|
|
@@ -7177,7 +7249,7 @@
|
|
|
7177
7249
|
},
|
|
7178
7250
|
{
|
|
7179
7251
|
"name": "as-child",
|
|
7180
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
7252
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
7181
7253
|
"type": "boolean | undefined",
|
|
7182
7254
|
"required": false
|
|
7183
7255
|
},
|
|
@@ -7364,7 +7436,7 @@
|
|
|
7364
7436
|
},
|
|
7365
7437
|
{
|
|
7366
7438
|
"name": "default-value",
|
|
7367
|
-
"description": "The value of the radio item that should be checked when initially rendered.\
|
|
7439
|
+
"description": "The value of the radio item that should be checked when initially rendered.\n\nUse when you do not need to control the state of the radio items.",
|
|
7368
7440
|
"type": "AcceptableValue | undefined",
|
|
7369
7441
|
"required": false
|
|
7370
7442
|
},
|
|
@@ -7395,7 +7467,7 @@
|
|
|
7395
7467
|
},
|
|
7396
7468
|
{
|
|
7397
7469
|
"name": "as-child",
|
|
7398
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
7470
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
7399
7471
|
"type": "boolean | undefined",
|
|
7400
7472
|
"required": false
|
|
7401
7473
|
},
|
|
@@ -7511,7 +7583,7 @@
|
|
|
7511
7583
|
},
|
|
7512
7584
|
{
|
|
7513
7585
|
"name": "default-value",
|
|
7514
|
-
"description": "The value of the radio item that should be checked when initially rendered.\
|
|
7586
|
+
"description": "The value of the radio item that should be checked when initially rendered.\n\nUse when you do not need to control the state of the radio items.",
|
|
7515
7587
|
"type": "AcceptableValue | undefined",
|
|
7516
7588
|
"required": false
|
|
7517
7589
|
},
|
|
@@ -7542,7 +7614,7 @@
|
|
|
7542
7614
|
},
|
|
7543
7615
|
{
|
|
7544
7616
|
"name": "as-child",
|
|
7545
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
7617
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
7546
7618
|
"type": "boolean | undefined",
|
|
7547
7619
|
"required": false
|
|
7548
7620
|
},
|
|
@@ -7814,7 +7886,7 @@
|
|
|
7814
7886
|
},
|
|
7815
7887
|
{
|
|
7816
7888
|
"name": "as-child",
|
|
7817
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
7889
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
7818
7890
|
"type": "boolean | undefined",
|
|
7819
7891
|
"required": false
|
|
7820
7892
|
},
|
|
@@ -7871,6 +7943,10 @@
|
|
|
7871
7943
|
"name": "update:placeholder",
|
|
7872
7944
|
"description": ""
|
|
7873
7945
|
},
|
|
7946
|
+
{
|
|
7947
|
+
"name": "update:validModelValue",
|
|
7948
|
+
"description": ""
|
|
7949
|
+
},
|
|
7874
7950
|
{
|
|
7875
7951
|
"name": "update:startValue",
|
|
7876
7952
|
"description": ""
|
|
@@ -8051,7 +8127,7 @@
|
|
|
8051
8127
|
},
|
|
8052
8128
|
{
|
|
8053
8129
|
"name": "as-child",
|
|
8054
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
8130
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
8055
8131
|
"type": "boolean | undefined",
|
|
8056
8132
|
"required": false
|
|
8057
8133
|
},
|
|
@@ -8108,6 +8184,10 @@
|
|
|
8108
8184
|
"name": "update:placeholder",
|
|
8109
8185
|
"description": ""
|
|
8110
8186
|
},
|
|
8187
|
+
{
|
|
8188
|
+
"name": "update:validModelValue",
|
|
8189
|
+
"description": ""
|
|
8190
|
+
},
|
|
8111
8191
|
{
|
|
8112
8192
|
"name": "update:startValue",
|
|
8113
8193
|
"description": ""
|
|
@@ -8467,7 +8547,7 @@
|
|
|
8467
8547
|
},
|
|
8468
8548
|
{
|
|
8469
8549
|
"name": "as-child",
|
|
8470
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
8550
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
8471
8551
|
"type": "boolean | undefined",
|
|
8472
8552
|
"required": false
|
|
8473
8553
|
},
|
|
@@ -8530,7 +8610,7 @@
|
|
|
8530
8610
|
},
|
|
8531
8611
|
{
|
|
8532
8612
|
"name": "thumb-alignment",
|
|
8533
|
-
"description": "The alignment of the slider thumb.\
|
|
8613
|
+
"description": "The alignment of the slider thumb.\n- `contain`: thumbs will be contained within the bounds of the track.\n- `overflow`: thumbs will not be bound by the track. No extra offset will be added.",
|
|
8534
8614
|
"type": "ThumbAlignment | undefined",
|
|
8535
8615
|
"required": false
|
|
8536
8616
|
},
|
|
@@ -8648,7 +8728,7 @@
|
|
|
8648
8728
|
},
|
|
8649
8729
|
{
|
|
8650
8730
|
"name": "as-child",
|
|
8651
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
8731
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
8652
8732
|
"type": "boolean | undefined",
|
|
8653
8733
|
"required": false
|
|
8654
8734
|
},
|
|
@@ -8711,7 +8791,7 @@
|
|
|
8711
8791
|
},
|
|
8712
8792
|
{
|
|
8713
8793
|
"name": "thumb-alignment",
|
|
8714
|
-
"description": "The alignment of the slider thumb.\
|
|
8794
|
+
"description": "The alignment of the slider thumb.\n- `contain`: thumbs will be contained within the bounds of the track.\n- `overflow`: thumbs will not be bound by the track. No extra offset will be added.",
|
|
8715
8795
|
"type": "ThumbAlignment | undefined",
|
|
8716
8796
|
"required": false
|
|
8717
8797
|
},
|
|
@@ -9038,7 +9118,7 @@
|
|
|
9038
9118
|
},
|
|
9039
9119
|
{
|
|
9040
9120
|
"name": "orientation",
|
|
9041
|
-
"description": "The orientation the tabs are laid out.\
|
|
9121
|
+
"description": "The orientation the tabs are laid out.\nMainly so arrow navigation is done accordingly (left & right vs. up & down)",
|
|
9042
9122
|
"type": "DataOrientation | undefined",
|
|
9043
9123
|
"required": false
|
|
9044
9124
|
},
|
|
@@ -9068,7 +9148,7 @@
|
|
|
9068
9148
|
},
|
|
9069
9149
|
{
|
|
9070
9150
|
"name": "as-child",
|
|
9071
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
9151
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
9072
9152
|
"type": "boolean | undefined",
|
|
9073
9153
|
"required": false
|
|
9074
9154
|
},
|
|
@@ -9146,7 +9226,7 @@
|
|
|
9146
9226
|
},
|
|
9147
9227
|
{
|
|
9148
9228
|
"name": "orientation",
|
|
9149
|
-
"description": "The orientation the tabs are laid out.\
|
|
9229
|
+
"description": "The orientation the tabs are laid out.\nMainly so arrow navigation is done accordingly (left & right vs. up & down)",
|
|
9150
9230
|
"type": "DataOrientation | undefined",
|
|
9151
9231
|
"required": false
|
|
9152
9232
|
},
|
|
@@ -9176,7 +9256,7 @@
|
|
|
9176
9256
|
},
|
|
9177
9257
|
{
|
|
9178
9258
|
"name": "as-child",
|
|
9179
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
9259
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
9180
9260
|
"type": "boolean | undefined",
|
|
9181
9261
|
"required": false
|
|
9182
9262
|
},
|
|
@@ -9254,13 +9334,13 @@
|
|
|
9254
9334
|
},
|
|
9255
9335
|
{
|
|
9256
9336
|
"name": "force-mount",
|
|
9257
|
-
"description": "Used to force mounting when more control is needed. Useful when\
|
|
9337
|
+
"description": "Used to force mounting when more control is needed. Useful when\ncontrolling animation with Vue animation libraries.",
|
|
9258
9338
|
"type": "boolean | undefined",
|
|
9259
9339
|
"required": false
|
|
9260
9340
|
},
|
|
9261
9341
|
{
|
|
9262
9342
|
"name": "as-child",
|
|
9263
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
9343
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
9264
9344
|
"type": "boolean | undefined",
|
|
9265
9345
|
"required": false
|
|
9266
9346
|
},
|
|
@@ -9333,13 +9413,13 @@
|
|
|
9333
9413
|
},
|
|
9334
9414
|
{
|
|
9335
9415
|
"name": "force-mount",
|
|
9336
|
-
"description": "Used to force mounting when more control is needed. Useful when\
|
|
9416
|
+
"description": "Used to force mounting when more control is needed. Useful when\ncontrolling animation with Vue animation libraries.",
|
|
9337
9417
|
"type": "boolean | undefined",
|
|
9338
9418
|
"required": false
|
|
9339
9419
|
},
|
|
9340
9420
|
{
|
|
9341
9421
|
"name": "as-child",
|
|
9342
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
9422
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
9343
9423
|
"type": "boolean | undefined",
|
|
9344
9424
|
"required": false
|
|
9345
9425
|
},
|
|
@@ -9642,13 +9722,13 @@
|
|
|
9642
9722
|
"props": [
|
|
9643
9723
|
{
|
|
9644
9724
|
"name": "alt-text",
|
|
9645
|
-
"description": "A short description for an alternate way to carry out the action. For screen reader users\
|
|
9725
|
+
"description": "A short description for an alternate way to carry out the action. For screen reader users\nwho will not be able to navigate to the button easily/quickly.",
|
|
9646
9726
|
"type": "string",
|
|
9647
9727
|
"required": true
|
|
9648
9728
|
},
|
|
9649
9729
|
{
|
|
9650
9730
|
"name": "as-child",
|
|
9651
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
9731
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
9652
9732
|
"type": "boolean | undefined",
|
|
9653
9733
|
"required": false
|
|
9654
9734
|
},
|
|
@@ -9721,13 +9801,13 @@
|
|
|
9721
9801
|
"props": [
|
|
9722
9802
|
{
|
|
9723
9803
|
"name": "alt-text",
|
|
9724
|
-
"description": "A short description for an alternate way to carry out the action. For screen reader users\
|
|
9804
|
+
"description": "A short description for an alternate way to carry out the action. For screen reader users\nwho will not be able to navigate to the button easily/quickly.",
|
|
9725
9805
|
"type": "string",
|
|
9726
9806
|
"required": true
|
|
9727
9807
|
},
|
|
9728
9808
|
{
|
|
9729
9809
|
"name": "as-child",
|
|
9730
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
9810
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
9731
9811
|
"type": "boolean | undefined",
|
|
9732
9812
|
"required": false
|
|
9733
9813
|
},
|
|
@@ -9819,7 +9899,7 @@
|
|
|
9819
9899
|
},
|
|
9820
9900
|
{
|
|
9821
9901
|
"name": "as-child",
|
|
9822
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
9902
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
9823
9903
|
"type": "boolean | undefined",
|
|
9824
9904
|
"required": false
|
|
9825
9905
|
},
|
|
@@ -9948,7 +10028,7 @@
|
|
|
9948
10028
|
},
|
|
9949
10029
|
{
|
|
9950
10030
|
"name": "as-child",
|
|
9951
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
10031
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
9952
10032
|
"type": "boolean | undefined",
|
|
9953
10033
|
"required": false
|
|
9954
10034
|
},
|
|
@@ -10088,7 +10168,7 @@
|
|
|
10088
10168
|
},
|
|
10089
10169
|
{
|
|
10090
10170
|
"name": "as-child",
|
|
10091
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
10171
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
10092
10172
|
"type": "boolean | undefined",
|
|
10093
10173
|
"required": false
|
|
10094
10174
|
},
|
|
@@ -10112,19 +10192,19 @@
|
|
|
10112
10192
|
},
|
|
10113
10193
|
{
|
|
10114
10194
|
"name": "type",
|
|
10115
|
-
"description": "Determines whether a \"single\" or \"multiple\" items can be selected at a time.\
|
|
10195
|
+
"description": "Determines whether a \"single\" or \"multiple\" items can be selected at a time.\n\nThis prop will overwrite the inferred type from `modelValue` and `defaultValue`.",
|
|
10116
10196
|
"type": "SingleOrMultipleType | undefined",
|
|
10117
10197
|
"required": false
|
|
10118
10198
|
},
|
|
10119
10199
|
{
|
|
10120
10200
|
"name": "model-value",
|
|
10121
|
-
"description": "The controlled value of the active item(s).\
|
|
10201
|
+
"description": "The controlled value of the active item(s).\n\nUse this when you need to control the state of the items. Can be binded with `v-model`",
|
|
10122
10202
|
"type": "AcceptableValue | AcceptableValue[] | undefined",
|
|
10123
10203
|
"required": false
|
|
10124
10204
|
},
|
|
10125
10205
|
{
|
|
10126
10206
|
"name": "default-value",
|
|
10127
|
-
"description": "The default active value of the item(s).\
|
|
10207
|
+
"description": "The default active value of the item(s).\n\nUse when you do not need to control the state of the item(s).",
|
|
10128
10208
|
"type": "AcceptableValue | AcceptableValue[] | undefined",
|
|
10129
10209
|
"required": false
|
|
10130
10210
|
},
|
|
@@ -10238,7 +10318,7 @@
|
|
|
10238
10318
|
},
|
|
10239
10319
|
{
|
|
10240
10320
|
"name": "as-child",
|
|
10241
|
-
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\
|
|
10321
|
+
"description": "Change the default rendered element for the one passed as a child, merging their props and behavior.\n\nRead our [Composition](https://www.reka-ui.com/docs/guides/composition) guide for more details.",
|
|
10242
10322
|
"type": "boolean | undefined",
|
|
10243
10323
|
"required": false
|
|
10244
10324
|
},
|
|
@@ -10262,19 +10342,19 @@
|
|
|
10262
10342
|
},
|
|
10263
10343
|
{
|
|
10264
10344
|
"name": "type",
|
|
10265
|
-
"description": "Determines whether a \"single\" or \"multiple\" items can be selected at a time.\
|
|
10345
|
+
"description": "Determines whether a \"single\" or \"multiple\" items can be selected at a time.\n\nThis prop will overwrite the inferred type from `modelValue` and `defaultValue`.",
|
|
10266
10346
|
"type": "SingleOrMultipleType | undefined",
|
|
10267
10347
|
"required": false
|
|
10268
10348
|
},
|
|
10269
10349
|
{
|
|
10270
10350
|
"name": "model-value",
|
|
10271
|
-
"description": "The controlled value of the active item(s).\
|
|
10351
|
+
"description": "The controlled value of the active item(s).\n\nUse this when you need to control the state of the items. Can be binded with `v-model`",
|
|
10272
10352
|
"type": "AcceptableValue | AcceptableValue[] | undefined",
|
|
10273
10353
|
"required": false
|
|
10274
10354
|
},
|
|
10275
10355
|
{
|
|
10276
10356
|
"name": "default-value",
|
|
10277
|
-
"description": "The default active value of the item(s).\
|
|
10357
|
+
"description": "The default active value of the item(s).\n\nUse when you do not need to control the state of the item(s).",
|
|
10278
10358
|
"type": "AcceptableValue | AcceptableValue[] | undefined",
|
|
10279
10359
|
"required": false
|
|
10280
10360
|
},
|
|
@@ -10358,7 +10438,7 @@
|
|
|
10358
10438
|
"props": [
|
|
10359
10439
|
{
|
|
10360
10440
|
"name": "default-open",
|
|
10361
|
-
"description": "The open state of the tooltip when it is initially rendered.\
|
|
10441
|
+
"description": "The open state of the tooltip when it is initially rendered.\nUse when you do not need to control its open state.",
|
|
10362
10442
|
"type": "boolean | undefined",
|
|
10363
10443
|
"required": false
|
|
10364
10444
|
},
|
|
@@ -10370,13 +10450,13 @@
|
|
|
10370
10450
|
},
|
|
10371
10451
|
{
|
|
10372
10452
|
"name": "delay-duration",
|
|
10373
|
-
"description": "Override the duration given to the `Provider` to customise\
|
|
10453
|
+
"description": "Override the duration given to the `Provider` to customise\nthe open delay for a specific tooltip.",
|
|
10374
10454
|
"type": "number | undefined",
|
|
10375
10455
|
"required": false
|
|
10376
10456
|
},
|
|
10377
10457
|
{
|
|
10378
10458
|
"name": "disable-hoverable-content",
|
|
10379
|
-
"description": "Prevents Tooltip.Content from remaining open when hovering.\
|
|
10459
|
+
"description": "Prevents Tooltip.Content from remaining open when hovering.\nDisabling this has accessibility consequences. Inherits\nfrom Tooltip.Provider.",
|
|
10380
10460
|
"type": "boolean | undefined",
|
|
10381
10461
|
"required": false
|
|
10382
10462
|
},
|
|
@@ -10394,7 +10474,7 @@
|
|
|
10394
10474
|
},
|
|
10395
10475
|
{
|
|
10396
10476
|
"name": "ignore-non-keyboard-focus",
|
|
10397
|
-
"description": "Prevent the tooltip from opening if the focus did not come from\
|
|
10477
|
+
"description": "Prevent the tooltip from opening if the focus did not come from\nthe keyboard by matching against the `:focus-visible` selector.\nThis is useful if you want to avoid opening it when switching\nbrowser tabs or closing a dialog.",
|
|
10398
10478
|
"type": "boolean | undefined",
|
|
10399
10479
|
"required": false
|
|
10400
10480
|
},
|
|
@@ -10464,7 +10544,7 @@
|
|
|
10464
10544
|
"props": [
|
|
10465
10545
|
{
|
|
10466
10546
|
"name": "default-open",
|
|
10467
|
-
"description": "The open state of the tooltip when it is initially rendered.\
|
|
10547
|
+
"description": "The open state of the tooltip when it is initially rendered.\nUse when you do not need to control its open state.",
|
|
10468
10548
|
"type": "boolean | undefined",
|
|
10469
10549
|
"required": false
|
|
10470
10550
|
},
|
|
@@ -10476,13 +10556,13 @@
|
|
|
10476
10556
|
},
|
|
10477
10557
|
{
|
|
10478
10558
|
"name": "delay-duration",
|
|
10479
|
-
"description": "Override the duration given to the `Provider` to customise\
|
|
10559
|
+
"description": "Override the duration given to the `Provider` to customise\nthe open delay for a specific tooltip.",
|
|
10480
10560
|
"type": "number | undefined",
|
|
10481
10561
|
"required": false
|
|
10482
10562
|
},
|
|
10483
10563
|
{
|
|
10484
10564
|
"name": "disable-hoverable-content",
|
|
10485
|
-
"description": "Prevents Tooltip.Content from remaining open when hovering.\
|
|
10565
|
+
"description": "Prevents Tooltip.Content from remaining open when hovering.\nDisabling this has accessibility consequences. Inherits\nfrom Tooltip.Provider.",
|
|
10486
10566
|
"type": "boolean | undefined",
|
|
10487
10567
|
"required": false
|
|
10488
10568
|
},
|
|
@@ -10500,7 +10580,7 @@
|
|
|
10500
10580
|
},
|
|
10501
10581
|
{
|
|
10502
10582
|
"name": "ignore-non-keyboard-focus",
|
|
10503
|
-
"description": "Prevent the tooltip from opening if the focus did not come from\
|
|
10583
|
+
"description": "Prevent the tooltip from opening if the focus did not come from\nthe keyboard by matching against the `:focus-visible` selector.\nThis is useful if you want to avoid opening it when switching\nbrowser tabs or closing a dialog.",
|
|
10504
10584
|
"type": "boolean | undefined",
|
|
10505
10585
|
"required": false
|
|
10506
10586
|
},
|
|
@@ -10600,7 +10680,7 @@
|
|
|
10600
10680
|
},
|
|
10601
10681
|
{
|
|
10602
10682
|
"name": "ignore-non-keyboard-focus",
|
|
10603
|
-
"description": "Prevent the tooltip from opening if the focus did not come from\
|
|
10683
|
+
"description": "Prevent the tooltip from opening if the focus did not come from\nthe keyboard by matching against the `:focus-visible` selector.\nThis is useful if you want to avoid opening it when switching\nbrowser tabs or closing a dialog.",
|
|
10604
10684
|
"type": "boolean | undefined",
|
|
10605
10685
|
"required": false
|
|
10606
10686
|
},
|
|
@@ -10691,7 +10771,7 @@
|
|
|
10691
10771
|
},
|
|
10692
10772
|
{
|
|
10693
10773
|
"name": "ignore-non-keyboard-focus",
|
|
10694
|
-
"description": "Prevent the tooltip from opening if the focus did not come from\
|
|
10774
|
+
"description": "Prevent the tooltip from opening if the focus did not come from\nthe keyboard by matching against the `:focus-visible` selector.\nThis is useful if you want to avoid opening it when switching\nbrowser tabs or closing a dialog.",
|
|
10695
10775
|
"type": "boolean | undefined",
|
|
10696
10776
|
"required": false
|
|
10697
10777
|
},
|