@frxjs/ngx-timeline 1.2.4 → 1.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,7 +39,7 @@ After installing the library and including NgxTimelineModule in your imports mod
|
|
|
39
39
|
Input name | Explanation | Mandatory | Type/Supported Values | Default value
|
|
40
40
|
--- | --- | --- | --- | ---
|
|
41
41
|
events | list of events to be displayed | yes | NgxTimelineEvent | no default
|
|
42
|
-
langCode | language code use to format dates | no | <ul><li>'en'</li><li>'it'</li><li>'fr'</li><li>'de'</li><li>'es'</li><li>'sl'</li><li>'pt'</li></ul> | 'en'
|
|
42
|
+
langCode | language code use to format dates | no | <ul><li>'en'</li><li>'it'</li><li>'fr'</li><li>'de'</li><li>'es'</li><li>'sl'</li><li>'tr'</li><li>'pt'</li></ul> | 'en'
|
|
43
43
|
enableAnimation | Boolean used to enable or disable the animations | no | boolean | true
|
|
44
44
|
reverseOrder | Boolean used to reverse sort order (default older first) | no | boolean | false
|
|
45
45
|
groupEvent | Logic to be applied in order to group events | no | enum NgxTimelineEventGroup | NgxTimelineEventGroup.MONTH_YEAR
|