@codebards/ik-embeddable-form 0.0.2678648663-qa → 0.0.2678861976-qa
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/embed.js +6 -5
- package/dist/embed.js.map +1 -1
- package/package.json +1 -1
package/dist/embed.js
CHANGED
|
@@ -1663,7 +1663,7 @@ var IKEmbeddableFormBundle = function(exports) {
|
|
|
1663
1663
|
phone: "phone-input",
|
|
1664
1664
|
experience: "gql_experience",
|
|
1665
1665
|
domain: "gql_domain_role",
|
|
1666
|
-
primaryGoal: "
|
|
1666
|
+
primaryGoal: "gql_Your_Goal",
|
|
1667
1667
|
employmentStatus: "gql_employment_status",
|
|
1668
1668
|
workAuthorization: "gql_work_authorization",
|
|
1669
1669
|
interviewTimeline: "gql_Start_Interviewing",
|
|
@@ -1674,8 +1674,8 @@ var IKEmbeddableFormBundle = function(exports) {
|
|
|
1674
1674
|
const STEP_VIEW_CLICK_IDS = {
|
|
1675
1675
|
"slot-selection": "webinar-modal_button_show-webinar-slots",
|
|
1676
1676
|
"profile-details": "Gql-form_button_gql-registration-step",
|
|
1677
|
-
"goals-details": "Gql-form_button_gql-
|
|
1678
|
-
"consultation-prefs": "Gql-
|
|
1677
|
+
"goals-details": "Gql-form_button_gql-qualification-step",
|
|
1678
|
+
"consultation-prefs": "Gql-form-button_finish"
|
|
1679
1679
|
};
|
|
1680
1680
|
const WORDPRESS_BACK_CLICK_ID = "webinar-modal_button_go-back";
|
|
1681
1681
|
function resolveFieldClickId(fieldName) {
|
|
@@ -1683,7 +1683,7 @@ var IKEmbeddableFormBundle = function(exports) {
|
|
|
1683
1683
|
}
|
|
1684
1684
|
const PROCEED_CLICK_IDS = {
|
|
1685
1685
|
"contact-details": "webinar-modal_button_show-webinar-slots",
|
|
1686
|
-
"slot-selection": "
|
|
1686
|
+
"slot-selection": "Webinar-modal_button_open-gql",
|
|
1687
1687
|
"profile-details": "webinar-modal_button_show-profile-details",
|
|
1688
1688
|
"goals-details": "webinar-modal_button_show-goals-details",
|
|
1689
1689
|
"consultation-prefs": "webinar-modal_button_finish-gql"
|
|
@@ -20714,6 +20714,7 @@ var IKEmbeddableFormBundle = function(exports) {
|
|
|
20714
20714
|
if (isInline) {
|
|
20715
20715
|
hostElement.classList.add("ik-inline-root");
|
|
20716
20716
|
}
|
|
20717
|
+
hostElement.addEventListener("click", (event) => event.stopPropagation());
|
|
20717
20718
|
mountParent.appendChild(hostElement);
|
|
20718
20719
|
currentMountParent = mountParent;
|
|
20719
20720
|
shadowRoot = hostElement.attachShadow({ mode: "open" });
|
|
@@ -20819,7 +20820,7 @@ ${intlTelStyles}`;
|
|
|
20819
20820
|
destroy();
|
|
20820
20821
|
},
|
|
20821
20822
|
getVersion() {
|
|
20822
|
-
return "1.0.
|
|
20823
|
+
return "1.0.25";
|
|
20823
20824
|
}
|
|
20824
20825
|
};
|
|
20825
20826
|
if (typeof window !== "undefined") {
|