@genesislcap/foundation-ui 14.173.2 → 14.173.4
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.
|
@@ -28,7 +28,7 @@ let OptionsDatasource = OptionsDatasource_1 = class OptionsDatasource extends Ba
|
|
|
28
28
|
this.optionElement = (_b = this.optionElement) !== null && _b !== void 0 ? _b : `${getPrefix(this.select)}-option`;
|
|
29
29
|
this.select.addEventListener('change', (e) => {
|
|
30
30
|
var _a;
|
|
31
|
-
const selectedOption = (_a = this.options) === null || _a === void 0 ? void 0 : _a.find((option) => option.label === e.target.value);
|
|
31
|
+
const selectedOption = (_a = this.options) === null || _a === void 0 ? void 0 : _a.find((option) => String(option.label) === e.target.value);
|
|
32
32
|
this.select.$emit('value-change', selectedOption);
|
|
33
33
|
});
|
|
34
34
|
if (this.select &&
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-ui",
|
|
3
3
|
"description": "Genesis Foundation UI",
|
|
4
|
-
"version": "14.173.
|
|
4
|
+
"version": "14.173.4",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -74,13 +74,13 @@
|
|
|
74
74
|
"test:debug": "genx test --debug"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@genesislcap/foundation-testing": "14.173.
|
|
78
|
-
"@genesislcap/genx": "14.173.
|
|
79
|
-
"@genesislcap/rollup-builder": "14.173.
|
|
80
|
-
"@genesislcap/ts-builder": "14.173.
|
|
81
|
-
"@genesislcap/uvu-playwright-builder": "14.173.
|
|
82
|
-
"@genesislcap/vite-builder": "14.173.
|
|
83
|
-
"@genesislcap/webpack-builder": "14.173.
|
|
77
|
+
"@genesislcap/foundation-testing": "14.173.4",
|
|
78
|
+
"@genesislcap/genx": "14.173.4",
|
|
79
|
+
"@genesislcap/rollup-builder": "14.173.4",
|
|
80
|
+
"@genesislcap/ts-builder": "14.173.4",
|
|
81
|
+
"@genesislcap/uvu-playwright-builder": "14.173.4",
|
|
82
|
+
"@genesislcap/vite-builder": "14.173.4",
|
|
83
|
+
"@genesislcap/webpack-builder": "14.173.4",
|
|
84
84
|
"copyfiles": "^2.4.1",
|
|
85
85
|
"rimraf": "^3.0.2",
|
|
86
86
|
"rxjs": "^7.5.4"
|
|
@@ -91,12 +91,12 @@
|
|
|
91
91
|
"@fortawesome/free-regular-svg-icons": "^6.2.1",
|
|
92
92
|
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
93
93
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
|
|
94
|
-
"@genesislcap/foundation-comms": "14.173.
|
|
95
|
-
"@genesislcap/foundation-criteria": "14.173.
|
|
96
|
-
"@genesislcap/foundation-errors": "14.173.
|
|
97
|
-
"@genesislcap/foundation-logger": "14.173.
|
|
98
|
-
"@genesislcap/foundation-notifications": "14.173.
|
|
99
|
-
"@genesislcap/foundation-utils": "14.173.
|
|
94
|
+
"@genesislcap/foundation-comms": "14.173.4",
|
|
95
|
+
"@genesislcap/foundation-criteria": "14.173.4",
|
|
96
|
+
"@genesislcap/foundation-errors": "14.173.4",
|
|
97
|
+
"@genesislcap/foundation-logger": "14.173.4",
|
|
98
|
+
"@genesislcap/foundation-notifications": "14.173.4",
|
|
99
|
+
"@genesislcap/foundation-utils": "14.173.4",
|
|
100
100
|
"@microsoft/fast-colors": "^5.3.1",
|
|
101
101
|
"@microsoft/fast-components": "^2.30.6",
|
|
102
102
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -118,5 +118,5 @@
|
|
|
118
118
|
"access": "public"
|
|
119
119
|
},
|
|
120
120
|
"customElements": "dist/custom-elements.json",
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "d426235b0588017e2a4bc9f5ae0d615928bfb21d"
|
|
122
122
|
}
|