sf-i-events 1.0.102 → 1.0.103

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sf-i-events",
3
3
  "private": false,
4
- "version": "1.0.102",
4
+ "version": "1.0.103",
5
5
  "description": "Superflows Navigation Component",
6
6
  "main": "sf-i-events.js",
7
7
  "module": "sf-i-events.js",
package/sf-i-events.js CHANGED
@@ -2176,7 +2176,7 @@ let SfIEvents = class SfIEvents extends LitElement {
2176
2176
  approved = event['approved'] == null ? false : event['approved'][mmddyyyy] == null ? false : event['approved'][mmddyyyy];
2177
2177
  dateOfCompletion = event['dateofcompletion'] == null ? '' : event['dateofcompletion'][mmddyyyy] == null ? '' : event['dateofcompletion'][mmddyyyy];
2178
2178
  console.log('event detail', event);
2179
- console.log('event dateofcompletion', dateOfCompletion, new Date(parseInt(dateOfCompletion)).toISOString().substring(0, 10));
2179
+ console.log('event dateofcompletion', dateOfCompletion);
2180
2180
  const basicFields = ['id', 'shortid'];
2181
2181
  const statuteFields = ['jurisdiction', 'country', 'state', 'category', 'subcategory', 'statute'];
2182
2182
  const complianceFields = ['specificity', 'reference', 'obligation', 'penalty', 'authority', 'frequency', 'obligationtype', 'duedate', 'applicability', 'form'];