* migration of dependency from moment to date-fns in task-list.component
* used parse() instead of format()
* [APPS-2133] Migration from moment to date-fns with converter approach
* [APPS-2133] Changed varible name to avoid lint issue
---------
Co-authored-by: kritagya09 <kritagya.jaiswal@globallogic.com>
* migration of dependency from moment to date-fns in task-list.component
* migration of dependency from moment to date-fns
* migration of e2e from moment to date-fns
* sync with develop
* migrated info-drawer.e2e.ts from moment to date-fns
* migrated process-header-cloud.e2e.ts file from moment to date-fns
* migrated task-header-cloud.e2e.ts from moment to date-fns
* migration of document-list-component.e2e.ts from moment to date-fns
* changed format to 'PP' instead of 'PPpp'
* removed new Date() as process.started is already in Date format
* migrated dependency in date-range-filter component from moment to date-fns
* test cases migrated to date-fns impacted due to migration of dependency in date-range-filter.component.ts
* migrate date-range-filter.service.ts from moment to date-fns dependency
* Shared link expiry date code implementation
* test case updated
* removed unsed code
* design changes as per the new design of Share dialog
* test cases modification as per new design changes
* placeholder modified for expiration date
* look and feel changes for share dialog as per Shane comments
* boolean name changed as per naming convention
* review comments addressed
* review comments addressed
* type specified for node object
* linting corrections
* resolved nested ternary date operation into an independent statement
* review comments addressed
* used date-fns instead of moment.js in code as well as in test cases
* review comments for date-fns addressed
* removed extra line
* removed extra empty lines in template
* import changes and indentation correction
* error in console resolved which was occuring after selecting date and time
* used mat-datepicker instead of mat-datetimepicker
* package-lock.json file updated for date-fns implementation
* made type 'date' as default and removed the settings coming from the ACA
* unit test case modifications as per calender changes
* e2e modifications as per new calendar component
* Label is not persistent as placeholder is being used as the only visual label for a text field, so now added title too
* review comments addressed
* changes for placeholder and mat-label after discussion with shane
* failing unit tests correction
* undo functionality added for input after selecting destination folder for Create and Edit a rule
* review comments addressed and added 3 more test cases
* used built in type KeyboardEvent instead of interface and combining 2 if conditions - shorten the code
* removed duplicate line of code
* removed duplicate code from test cases
* redundant code removed for render chips for multivalue properties test cases using resuable function
* code smell reduction
* content was overlapping earlier and some of the elements were lost at 400% or 320px equivalent which is fixed now
* extra space removal
* content overlapping verified upto 400% zoom including all other zooms i.e 200% 300% etc
* length-zero-no-unit issue fixed - stylelint
* content overlap issue fixed at 400% zoom and close button which was earlier not visible at 400% zoom fixed
* adjusting the contents at 400% zoom by reducing the padding of mat-dialog-container
* linting change of zero-no-unit
* Label is not persistent as placeholder is being used as the only visual label for a text field so added title in from and to form fields
* review comments addressed
* Copy to clipboard button is now accessible through the keyboard enter earlier which was only accessible through mouse click
* review comments addressed
* content reflow issue fixed to fit the viewport at 400% zoom
* review comments fixed for class and adf-full-width
* addressed review comments
* addressed review comments
* linting changes