@copart/notes-component
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "@copart/notes-component", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"main": "dist/display-notes.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -34,3 +34,3 @@ # Ops Notes Component Library | ||
| disabled | boolean | No | false | Disables the note button | | ||
| timeFormat | boolean | No | 'MMM Do [']YY h:mma z' | Change the format of the date and time (use moment supported formats: https://momentjs.com/docs/#/parsing/string-format/ ) | | ||
| dateTimeFormat | boolean | No | 'MMM Do [']YY h:mma z' | Change the format of the date and time (use moment supported formats: https://momentjs.com/docs/#/parsing/string-format/ ) | | ||
@@ -86,3 +86,3 @@ ## Code Example | ||
translations={exampleTranslationsMap} | ||
// timeFormat={'MM/DD/YYYY HH:mm:ss z'} | ||
// dateTimeFormat={'MM/DD/YYYY HH:mm:ss z'} | ||
// disabled={true} | ||
@@ -89,0 +89,0 @@ /> |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3472141