@descope/flow-components 3.13.2 → 3.13.3
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/dist/fm/222.js +1 -1
- package/dist/fm/222.js.map +1 -1
- package/dist/fm/30.js +1 -1
- package/dist/fm/30.js.map +1 -1
- package/dist/fm/467.js +1 -1
- package/dist/fm/467.js.map +1 -1
- package/dist/fm/985.js +1 -1
- package/dist/fm/985.js.map +1 -1
- package/dist/fm/__federation_expose_componentClasses.js +1 -1
- package/dist/fm/__federation_expose_componentClasses.js.map +1 -1
- package/dist/fm/__federation_expose_components.js +1 -1
- package/dist/fm/__federation_expose_theme.js +1 -1
- package/dist/fm/__federation_expose_theme.js.map +1 -1
- package/dist/fm/flowComponents.js +1 -1
- package/dist/fm/flowComponents.js.map +1 -1
- package/dist/fm/main.js +1 -1
- package/dist/fm/main.js.map +1 -1
- package/dist/fm/mf-manifest.json +1 -1
- package/dist/fm/mf-stats.json +1 -1
- package/dist/index.cjs.js +6 -0
- package/package.json +2 -2
package/dist/fm/mf-manifest.json
CHANGED
package/dist/fm/mf-stats.json
CHANGED
package/dist/index.cjs.js
CHANGED
|
@@ -99598,6 +99598,12 @@ descope-enriched-text {
|
|
|
99598
99598
|
|
|
99599
99599
|
this.baseElement.appendChild(template.content.cloneNode(true));
|
|
99600
99600
|
|
|
99601
|
+
// On every input, Vaadin writes its value back into the input element,
|
|
99602
|
+
// which re-runs the internal `value` setter and overwrites the combo box
|
|
99603
|
+
// and phone fields. PhoneFieldInternal manages those inputs itself, so
|
|
99604
|
+
// disable Vaadin's write-back.
|
|
99605
|
+
this.baseElement._forwardInputValue = () => {};
|
|
99606
|
+
|
|
99601
99607
|
this.inputElement = this.shadowRoot.querySelector(componentName$B);
|
|
99602
99608
|
|
|
99603
99609
|
forwardAttrs$1(this.shadowRoot.host, this.inputElement, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@descope/flow-components",
|
|
3
|
-
"version": "3.13.
|
|
3
|
+
"version": "3.13.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"webpack-subresource-integrity": "5.2.0-rc.1"
|
|
98
98
|
},
|
|
99
99
|
"dependencies": {
|
|
100
|
-
"@descope/web-components-ui": "3.13.
|
|
100
|
+
"@descope/web-components-ui": "3.13.3"
|
|
101
101
|
},
|
|
102
102
|
"peerDependencies": {
|
|
103
103
|
"react": ">= 18"
|