@descope/web-components-ui 2.2.8 → 2.2.10
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/cjs/index.cjs.js +3 -2
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/DescopeDev.js +1 -1
- package/dist/umd/DescopeDev.js.map +1 -1
- package/dist/umd/descope-hybrid-field-index-js.js +2 -2
- package/dist/umd/descope-hybrid-field-index-js.js.map +1 -1
- package/dist/umd/phone-fields-descope-phone-input-box-field-descope-phone-input-box-internal-index-js.js +2 -2
- package/dist/umd/phone-fields-descope-phone-input-box-field-descope-phone-input-box-internal-index-js.js.map +1 -1
- package/dist/umd/phone-fields-descope-phone-input-box-field-index-js.js +1 -1
- package/dist/umd/phone-fields-descope-phone-input-box-field-index-js.js.map +1 -1
- package/package.json +28 -28
- package/src/components/descope-hybrid-field/HybridFieldClass.js +1 -2
- package/src/components/phone-fields/descope-phone-input-box-field/PhoneFieldInputBoxClass.js +3 -0
- package/src/components/phone-fields/descope-phone-input-box-field/descope-phone-input-box-internal/PhoneFieldInternalInputBox.js +3 -0
package/dist/index.esm.js
CHANGED
|
@@ -11785,6 +11785,8 @@ class PhoneFieldInternal extends BaseInputClass$8 {
|
|
|
11785
11785
|
|
|
11786
11786
|
this.textField.addEventListener('input', this.#onInput.bind(this));
|
|
11787
11787
|
this.handleFocusEventsDispatching([this.textField]);
|
|
11788
|
+
|
|
11789
|
+
forwardAttrs$1(this.textField, this, { includeAttrs: ['has-value'] });
|
|
11788
11790
|
}
|
|
11789
11791
|
|
|
11790
11792
|
getValidity() {
|
|
@@ -11970,6 +11972,8 @@ const customMixin$9 = (superclass) =>
|
|
|
11970
11972
|
|
|
11971
11973
|
this.inputElement = this.shadowRoot.querySelector(componentName$U);
|
|
11972
11974
|
|
|
11975
|
+
syncAttrs$1(this, this.inputElement, { includeAttrs: ['has-value'] });
|
|
11976
|
+
|
|
11973
11977
|
forwardAttrs(this.shadowRoot.host, this.inputElement, {
|
|
11974
11978
|
includeAttrs: [
|
|
11975
11979
|
'size',
|
|
@@ -18734,6 +18738,7 @@ const componentName$i = getComponentName('hybrid-field');
|
|
|
18734
18738
|
|
|
18735
18739
|
const attrs = {
|
|
18736
18740
|
shared: [
|
|
18741
|
+
'label',
|
|
18737
18742
|
'bordered',
|
|
18738
18743
|
'full-width',
|
|
18739
18744
|
'label-type',
|
|
@@ -18747,7 +18752,6 @@ const attrs = {
|
|
|
18747
18752
|
'st-error-message-icon-padding',
|
|
18748
18753
|
],
|
|
18749
18754
|
email: [
|
|
18750
|
-
'label',
|
|
18751
18755
|
'placeholder',
|
|
18752
18756
|
'data-errormessage-value-missing-email',
|
|
18753
18757
|
'data-errormessage-pattern-mismatch-email',
|
|
@@ -18766,7 +18770,6 @@ const attrs = {
|
|
|
18766
18770
|
'data-errormessage-value-missing-phone',
|
|
18767
18771
|
],
|
|
18768
18772
|
inputBox: [
|
|
18769
|
-
'label',
|
|
18770
18773
|
'restrict-countries',
|
|
18771
18774
|
'default-code',
|
|
18772
18775
|
'phone-minlength',
|