gitignore

This commit is contained in:
lisaavikarii 2022-02-13 20:50:31 +01:00
parent d08e32cdae
commit 5e64f6f4b0
3 changed files with 28822 additions and 7 deletions

1
.gitignore vendored
View File

@ -20,4 +20,3 @@ dist
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
package-lock.json

View File

@ -82,11 +82,12 @@ npm start
### DisplayOption ### DisplayOption
| Parameter Name | Type | Description | | Parameter Name | Type | Description |
| :------------- | :------ | :---------------------------------------------------------------------------------------------- | | :------------- | :------ | :---------------------------------------------------------------------------------------------------- |
| viewMode | enum | Specifies the time scale. Quarter Day, Half Day, Day, Week(ISO-8601, 1st day is Monday), Month. | | viewMode | enum | Specifies the time scale. Hour, Quarter Day, Half Day, Day, Week(ISO-8601, 1st day is Monday), Month. |
| locale | string | Specifies the month name language. Able formats: ISO 639-2, Java Locale. | | viewDate | date | Specifies display date and time for display. |
| rtl | boolean | Sets rtl mode. | | locale | string | Specifies the month name language. Able formats: ISO 639-2, Java Locale. |
| rtl | boolean | Sets rtl mode. |
### StylingOption ### StylingOption

28815
example/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff