Skip to content

Commit 5e64f6f

Browse files
committed
gitignore
1 parent d08e32c commit 5e64f6f

File tree

3 files changed

+28822
-7
lines changed

3 files changed

+28822
-7
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ dist
1919

2020
npm-debug.log*
2121
yarn-debug.log*
22-
yarn-error.log*
23-
package-lock.json
22+
yarn-error.log*

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,12 @@ npm start
8282

8383
### DisplayOption
8484

85-
| Parameter Name | Type | Description |
86-
| :------------- | :------ | :---------------------------------------------------------------------------------------------- |
87-
| viewMode | enum | Specifies the time scale. Quarter Day, Half Day, Day, Week(ISO-8601, 1st day is Monday), Month. |
88-
| locale | string | Specifies the month name language. Able formats: ISO 639-2, Java Locale. |
89-
| rtl | boolean | Sets rtl mode. |
85+
| Parameter Name | Type | Description |
86+
| :------------- | :------ | :---------------------------------------------------------------------------------------------------- |
87+
| viewMode | enum | Specifies the time scale. Hour, Quarter Day, Half Day, Day, Week(ISO-8601, 1st day is Monday), Month. |
88+
| viewDate | date | Specifies display date and time for display. |
89+
| locale | string | Specifies the month name language. Able formats: ISO 639-2, Java Locale. |
90+
| rtl | boolean | Sets rtl mode. |
9091

9192
### StylingOption
9293

0 commit comments

Comments
 (0)