Skip to content

Commit

Permalink
docs:api
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy committed Apr 3, 2024
1 parent 7990eb1 commit 0bcb5ef
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/pages/x/api/date-pickers/date-calendar.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
"dayOfWeekFormatter": {
"type": { "name": "func" },
"default": "(_day: string, date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"default": "(date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"signature": {
"type": "function(date: TDate) => string",
"describedArgs": ["date"],
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/x/api/date-pickers/date-picker.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dayOfWeekFormatter": {
"type": { "name": "func" },
"default": "(_day: string, date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"default": "(date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"signature": {
"type": "function(date: TDate) => string",
"describedArgs": ["date"],
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/x/api/date-pickers/date-range-calendar.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dayOfWeekFormatter": {
"type": { "name": "func" },
"default": "(_day: string, date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"default": "(date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"signature": {
"type": "function(date: TDate) => string",
"describedArgs": ["date"],
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/x/api/date-pickers/date-range-picker.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dayOfWeekFormatter": {
"type": { "name": "func" },
"default": "(_day: string, date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"default": "(date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"signature": {
"type": "function(date: TDate) => string",
"describedArgs": ["date"],
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/x/api/date-pickers/date-time-picker.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dayOfWeekFormatter": {
"type": { "name": "func" },
"default": "(_day: string, date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"default": "(date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"signature": {
"type": "function(date: TDate) => string",
"describedArgs": ["date"],
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/x/api/date-pickers/date-time-range-picker.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dayOfWeekFormatter": {
"type": { "name": "func" },
"default": "(_day: string, date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"default": "(date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"signature": {
"type": "function(date: TDate) => string",
"describedArgs": ["date"],
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/x/api/date-pickers/desktop-date-picker.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dayOfWeekFormatter": {
"type": { "name": "func" },
"default": "(_day: string, date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"default": "(date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"signature": {
"type": "function(date: TDate) => string",
"describedArgs": ["date"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dayOfWeekFormatter": {
"type": { "name": "func" },
"default": "(_day: string, date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"default": "(date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"signature": {
"type": "function(date: TDate) => string",
"describedArgs": ["date"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dayOfWeekFormatter": {
"type": { "name": "func" },
"default": "(_day: string, date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"default": "(date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"signature": {
"type": "function(date: TDate) => string",
"describedArgs": ["date"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dayOfWeekFormatter": {
"type": { "name": "func" },
"default": "(_day: string, date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"default": "(date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"signature": {
"type": "function(date: TDate) => string",
"describedArgs": ["date"],
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/x/api/date-pickers/mobile-date-picker.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dayOfWeekFormatter": {
"type": { "name": "func" },
"default": "(_day: string, date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"default": "(date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"signature": {
"type": "function(date: TDate) => string",
"describedArgs": ["date"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dayOfWeekFormatter": {
"type": { "name": "func" },
"default": "(_day: string, date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"default": "(date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"signature": {
"type": "function(date: TDate) => string",
"describedArgs": ["date"],
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/x/api/date-pickers/mobile-date-time-picker.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dayOfWeekFormatter": {
"type": { "name": "func" },
"default": "(_day: string, date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"default": "(date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"signature": {
"type": "function(date: TDate) => string",
"describedArgs": ["date"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dayOfWeekFormatter": {
"type": { "name": "func" },
"default": "(_day: string, date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"default": "(date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"signature": {
"type": "function(date: TDate) => string",
"describedArgs": ["date"],
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/x/api/date-pickers/static-date-picker.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"autoFocus": { "type": { "name": "bool" } },
"dayOfWeekFormatter": {
"type": { "name": "func" },
"default": "(_day: string, date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"default": "(date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"signature": {
"type": "function(date: TDate) => string",
"describedArgs": ["date"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dayOfWeekFormatter": {
"type": { "name": "func" },
"default": "(_day: string, date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"default": "(date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"signature": {
"type": "function(date: TDate) => string",
"describedArgs": ["date"],
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/x/api/date-pickers/static-date-time-picker.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"autoFocus": { "type": { "name": "bool" } },
"dayOfWeekFormatter": {
"type": { "name": "func" },
"default": "(_day: string, date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"default": "(date: TDate) => adapter.format(date, 'weekdayShort').charAt(0).toUpperCase()",
"signature": {
"type": "function(date: TDate) => string",
"describedArgs": ["date"],
Expand Down

0 comments on commit 0bcb5ef

Please sign in to comment.