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 +1 -1
- package/sf-i-events.js +1 -1
- package/sf-i-events.js.map +1 -1
- package/src/sf-i-events.ts +1 -1
package/package.json
CHANGED
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
|
|
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'];
|