Commit 94a50a2
authored
refactor(multiple): rename values to value for signal forms compatibility (#33012)
* refactor(multiple): rename values to value for signal forms compatibility
Renames the values signal/model to value across ARIA components (Combobox, Listbox, Tree, Menu, Toolbar, Select) to ensure better compatibility with signal forms.
BREAKING CHANGE: Renames the values input/model to value in Combobox, Listbox, Tree, Menu, Toolbar, and Select. Users must update their templates to use the value property instead of values.
* refactor(multiple): update api goldens1 parent 5b010dc commit 94a50a2
File tree
41 files changed
+714
-762
lines changed- goldens/aria
- listbox
- private
- toolbar
- tree
- src
- aria
- combobox
- listbox
- private
- behaviors
- list-selection
- list
- tree
- combobox
- listbox
- toolbar
- tree
- toolbar
- tree
- components-examples/aria
- autocomplete
- autocomplete-auto-select
- autocomplete-highlight
- autocomplete-manual
- combobox
- combobox-dialog
- combobox-readonly-disabled
- combobox-readonly-multiselect
- combobox-readonly
- listbox/listbox-configurable
- select
- select-multi
- select
- toolbar
- tree/tree-configurable
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+714
-762
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
515 | | - | |
| 515 | + | |
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
| |||
902 | 902 | | |
903 | 903 | | |
904 | 904 | | |
905 | | - | |
| 905 | + | |
906 | 906 | | |
907 | 907 | | |
908 | 908 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments