hemfixarna-web-components 1.8.16 → 1.8.17
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/hemfixarna-address_15.cjs.entry.js +2 -1
- package/dist/cjs/hemfixarna-address_15.cjs.entry.js.map +1 -1
- package/dist/cjs/index-05b5db47.js.map +1 -1
- package/dist/collection/components/hemfixarna-getuser/hemfixarna-getuser.js +2 -1
- package/dist/collection/components/hemfixarna-getuser/hemfixarna-getuser.js.map +1 -1
- package/dist/collection/types/index.js.map +1 -1
- package/dist/esm/hemfixarna-address_15.entry.js +2 -1
- package/dist/esm/hemfixarna-address_15.entry.js.map +1 -1
- package/dist/esm/index-d27d596d.js.map +1 -1
- package/dist/hemfixarna-components/hemfixarna-components.esm.js +1 -1
- package/dist/hemfixarna-components/{p-a838e61e.entry.js → p-8894735a.entry.js} +2 -2
- package/dist/hemfixarna-components/p-8894735a.entry.js.map +1 -0
- package/dist/hemfixarna-components/p-a4c8441b.js.map +1 -1
- package/dist/types/types/index.d.ts +1 -0
- package/package.json +1 -1
- package/dist/hemfixarna-components/p-a838e61e.entry.js.map +0 -1
|
@@ -1715,7 +1715,8 @@ const HemfixarnaGetuser = class {
|
|
|
1715
1715
|
}
|
|
1716
1716
|
};
|
|
1717
1717
|
this.render = () => {
|
|
1718
|
-
|
|
1718
|
+
var _a;
|
|
1719
|
+
return (index.h("form", { class: "mb-2", onSubmit: e => this.handleSubmit(e) }, index.h("div", null, index.h("input", { class: `${this.email.length ? 'input_active' : ''}`, onChange: e => this.handleChangeEmail(e), type: "email", name: "email", value: this.email }), index.h("label", { htmlFor: "email" }, "E-post ")), this.emailError && index.h("span", null, this.emailError), index.h("div", null, index.h("input", { class: `${this.phone.length ? 'input_active' : ''}`, onChange: e => this.handleChangePhone(e), type: "tel", name: "phone", value: this.phone }), index.h("label", { htmlFor: "phone" }, "Mobiltelefon ")), this.phoneError && index.h("span", null, this.phoneError), index.h("div", null, index.h("input", { class: `${this.ssn.length ? 'input_active' : ''}`, onChange: e => this.handleChangessn(e), type: "tel", name: "ssn", value: this.ssn }), index.h("label", { htmlFor: "phone" }, "Personnummer*")), this.ssnError && index.h("span", null, this.ssnError), ((_a = index$1.state.options) === null || _a === void 0 ? void 0 : _a.ssn_terms) && index.h("p", { class: "checkout_terms", innerHTML: index$1.state.options.ssn_terms }), index.h("input", { type: "submit", value: "Forts\u00E4tt*" }), index.h("p", null, "*Vi h\u00E4mtar din adress")));
|
|
1719
1720
|
};
|
|
1720
1721
|
this.email = '';
|
|
1721
1722
|
this.emailError = null;
|