Skip to content

Commit 3063390

Browse files
committed
fix: date picker api ref
1 parent fcb7b36 commit 3063390

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

docs/src/lib/content/api-reference/date-picker.api.ts

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff 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

10487
const calendar = defineComponentApiSchema<DatePickerCalendarPropsWithoutHTML>({

0 commit comments

Comments
 (0)