@progressive-development/pd-forms 0.1.21 → 0.1.23

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
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent pd-forms following open-wc recommendations",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "author": "PD Progressive Development",
6
- "version": "0.1.21",
6
+ "version": "0.1.23",
7
7
  "main": "index.js",
8
8
  "module": "index.js",
9
9
  "scripts": {
@@ -187,14 +187,14 @@ import { SharedInputStyles } from './shared-input-styles.js';
187
187
  composed: true,
188
188
  bubbles: true,
189
189
  })
190
- );
190
+ );
191
+ }
191
192
 
192
- if (showValidateMsg) {
193
- // generate validation event after delay
194
- clearTimeout(delayTimer);
195
- delayTimer = setTimeout(this._generateValidateEvent.bind(this),
196
- DELAY_WAIT_TIME_MS);
197
- }
193
+ if (showValidateMsg) {
194
+ // generate validation event after delay
195
+ clearTimeout(delayTimer);
196
+ delayTimer = setTimeout(this._generateValidateEvent.bind(this),
197
+ DELAY_WAIT_TIME_MS);
198
198
  }
199
199
  }
200
200