File tree Expand file tree Collapse file tree
docs/src/lib/content/api-reference Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,24 +81,7 @@ export const root = defineComponentApiSchema<DatePickerRootPropsWithoutHTML>({
8181 yearFormat : calendarRoot . props ! . yearFormat ,
8282 children : childrenSnippet ( ) ,
8383 } ,
84- dataAttributes : [
85- defineSimpleDataAttr ( {
86- name : "invalid" ,
87- description : "Present on the root element when the calendar is invalid." ,
88- } ) ,
89- defineSimpleDataAttr ( {
90- name : "disabled" ,
91- description : "Present on the root element when the calendar is disabled." ,
92- } ) ,
93- defineSimpleDataAttr ( {
94- name : "readonly" ,
95- description : "Present on the root element when the calendar is readonly." ,
96- } ) ,
97- defineSimpleDataAttr ( {
98- name : "date-picker-root" ,
99- description : "Present on the root element." ,
100- } ) ,
101- ] ,
84+ dataAttributes : [ ] ,
10285} ) ;
10386
10487const calendar = defineComponentApiSchema < DatePickerCalendarPropsWithoutHTML > ( {
You can’t perform that action at this time.
0 commit comments