|
1020 | 1020 | "Root": { |
1021 | 1021 | "data-scope": "navigation-menu", |
1022 | 1022 | "data-part": "root", |
1023 | | - "data-orientation": "The orientation of the navigation-menu", |
1024 | | - "data-type": "The type of the item" |
| 1023 | + "data-orientation": "The orientation of the navigation-menu" |
1025 | 1024 | }, |
1026 | 1025 | "List": { |
1027 | 1026 | "data-scope": "navigation-menu", |
1028 | 1027 | "data-part": "list", |
1029 | | - "data-orientation": "The orientation of the list", |
1030 | | - "data-type": "The type of the item" |
| 1028 | + "data-orientation": "The orientation of the list" |
1031 | 1029 | }, |
1032 | 1030 | "Item": { |
1033 | 1031 | "data-scope": "navigation-menu", |
|
1046 | 1044 | "data-scope": "navigation-menu", |
1047 | 1045 | "data-part": "indicator", |
1048 | 1046 | "data-state": "\"open\" | \"closed\"", |
1049 | | - "data-orientation": "The orientation of the indicator", |
1050 | | - "data-type": "The type of the item" |
| 1047 | + "data-orientation": "The orientation of the indicator" |
1051 | 1048 | }, |
1052 | 1049 | "Arrow": { |
1053 | 1050 | "data-scope": "navigation-menu", |
|
1057 | 1054 | "Trigger": { |
1058 | 1055 | "data-scope": "navigation-menu", |
1059 | 1056 | "data-part": "trigger", |
| 1057 | + "data-trigger-proxy-id": "", |
1060 | 1058 | "data-value": "The value of the item", |
1061 | 1059 | "data-state": "\"open\" | \"closed\"", |
1062 | | - "data-type": "The type of the item", |
1063 | 1060 | "data-disabled": "Present when disabled" |
1064 | 1061 | }, |
| 1062 | + "TriggerProxy": { |
| 1063 | + "data-scope": "navigation-menu", |
| 1064 | + "data-part": "trigger-proxy", |
| 1065 | + "data-trigger-proxy": "", |
| 1066 | + "data-trigger-id": "" |
| 1067 | + }, |
1065 | 1068 | "Link": { |
1066 | 1069 | "data-scope": "navigation-menu", |
1067 | 1070 | "data-part": "link", |
|
1072 | 1075 | "data-scope": "navigation-menu", |
1073 | 1076 | "data-part": "content", |
1074 | 1077 | "data-state": "\"open\" | \"closed\"", |
1075 | | - "data-type": "The type of the item", |
| 1078 | + "data-orientation": "The orientation of the content", |
1076 | 1079 | "data-value": "The value of the item" |
1077 | 1080 | }, |
1078 | 1081 | "ViewportPositioner": { |
1079 | 1082 | "data-scope": "navigation-menu", |
1080 | 1083 | "data-part": "viewport-positioner", |
1081 | | - "data-orientation": "The orientation of the viewportpositioner" |
| 1084 | + "data-orientation": "The orientation of the viewportpositioner", |
| 1085 | + "data-align": "" |
1082 | 1086 | }, |
1083 | 1087 | "Viewport": { |
1084 | 1088 | "data-scope": "navigation-menu", |
1085 | 1089 | "data-part": "viewport", |
1086 | 1090 | "data-state": "\"open\" | \"closed\"", |
1087 | 1091 | "data-orientation": "The orientation of the viewport", |
1088 | | - "data-type": "The type of the item" |
| 1092 | + "data-align": "" |
1089 | 1093 | } |
1090 | 1094 | }, |
1091 | 1095 | "number-input": { |
|
1799 | 1803 | "data-disabled": "Present when disabled", |
1800 | 1804 | "data-highlighted": "Present when highlighted" |
1801 | 1805 | }, |
| 1806 | + "ItemDeleteTrigger": { |
| 1807 | + "data-scope": "tags-input", |
| 1808 | + "data-part": "item-delete-trigger", |
| 1809 | + "data-disabled": "Present when disabled", |
| 1810 | + "data-highlighted": "Present when highlighted" |
| 1811 | + }, |
1802 | 1812 | "ClearTrigger": { |
1803 | 1813 | "data-scope": "tags-input", |
1804 | 1814 | "data-part": "clear-trigger", |
|
0 commit comments