@genesislcap/foundation-forms 14.74.0 → 14.76.0

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.
@@ -602,7 +602,7 @@
602
602
  {
603
603
  "name": "change",
604
604
  "type": {
605
- "text": "Event"
605
+ "text": "CustomEvent"
606
606
  }
607
607
  }
608
608
  ],
@@ -80,7 +80,7 @@ let Filters = class Filters extends FoundationElement {
80
80
  this.value = '';
81
81
  }
82
82
  valueChanged() {
83
- this.dispatchEvent(new Event('change', { bubbles: true, composed: true }));
83
+ this.dispatchEvent(new CustomEvent('change', { bubbles: true, composed: true }));
84
84
  }
85
85
  /**
86
86
  * @internal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-forms",
3
3
  "description": "Genesis Foundation Forms",
4
- "version": "14.74.0",
4
+ "version": "14.76.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -40,18 +40,18 @@
40
40
  "test:debug": "genx test --debug"
41
41
  },
42
42
  "devDependencies": {
43
- "@genesislcap/foundation-testing": "14.74.0",
44
- "@genesislcap/genx": "14.74.0",
43
+ "@genesislcap/foundation-testing": "14.76.0",
44
+ "@genesislcap/genx": "14.76.0",
45
45
  "@types/json-schema": "^7.0.11",
46
46
  "@types/ua-parser-js": "^0.7.36",
47
47
  "analytics": "^0.8.0",
48
48
  "rimraf": "^3.0.2"
49
49
  },
50
50
  "dependencies": {
51
- "@genesislcap/foundation-comms": "14.74.0",
52
- "@genesislcap/foundation-criteria": "14.74.0",
53
- "@genesislcap/foundation-ui": "14.74.0",
54
- "@genesislcap/foundation-utils": "14.74.0",
51
+ "@genesislcap/foundation-comms": "14.76.0",
52
+ "@genesislcap/foundation-criteria": "14.76.0",
53
+ "@genesislcap/foundation-ui": "14.76.0",
54
+ "@genesislcap/foundation-utils": "14.76.0",
55
55
  "@jsonforms/core": "^3.0.0",
56
56
  "@microsoft/fast-components": "^2.21.3",
57
57
  "@microsoft/fast-element": "^1.7.0",
@@ -72,5 +72,5 @@
72
72
  "access": "public"
73
73
  },
74
74
  "customElements": "dist/custom-elements.json",
75
- "gitHead": "744f54392e6e9f73c0cddd55300925aa594020d2"
75
+ "gitHead": "9f90400b8a08e671c9ab61e8f44647f2a7306492"
76
76
  }