Remove recal modal
This commit is contained in:
parent
9d63dc09d2
commit
ea231c8ac1
1 changed files with 1 additions and 20 deletions
|
|
@ -21,10 +21,6 @@
|
||||||
ref="buttonMain"
|
ref="buttonMain"
|
||||||
variant="navigation"
|
variant="navigation"
|
||||||
buttonText="Schedule now"
|
buttonText="Schedule now"
|
||||||
:class="
|
|
||||||
(disableForwardAction || isForwardActionDisabled) &&
|
|
||||||
'form-test-invalid'
|
|
||||||
"
|
|
||||||
@clickEvent="forwardButtonAction(options.SAFELITE)" />
|
@clickEvent="forwardButtonAction(options.SAFELITE)" />
|
||||||
<div
|
<div
|
||||||
v-html="scheduleWithOtherText"></div>
|
v-html="scheduleWithOtherText"></div>
|
||||||
|
|
@ -38,16 +34,10 @@
|
||||||
class="mt-5"
|
class="mt-5"
|
||||||
cmsWidgetName="SiteFooterWidget"
|
cmsWidgetName="SiteFooterWidget"
|
||||||
:isForwardButtonHidden="true"
|
:isForwardButtonHidden="true"
|
||||||
@backClicked="navigateBack"
|
@backClicked="navigateBack" />
|
||||||
@forwardClicked="forwardButtonAction" />
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<contentGroupModal
|
|
||||||
:ref="RECAL_MODAL_REF_NAME"
|
|
||||||
cssModalHeadlineClass="text-center"
|
|
||||||
cmsWidgetName="RecalModal" />
|
|
||||||
<steeringModal
|
<steeringModal
|
||||||
:ref="STEERING_MODAL_REF_NAME"
|
:ref="STEERING_MODAL_REF_NAME"
|
||||||
cmsWidgetName="StateSteeringModal" />
|
cmsWidgetName="StateSteeringModal" />
|
||||||
|
|
@ -92,7 +82,6 @@ import textLink from '@/ux-components/text-link/text-link.vue';
|
||||||
import buttonMain from '@/ux-components/button-main/button-main.vue';
|
import buttonMain from '@/ux-components/button-main/button-main.vue';
|
||||||
|
|
||||||
const options = { SAFELITE: 'SafeliteOption', TPA: 'TPAOption' };
|
const options = { SAFELITE: 'SafeliteOption', TPA: 'TPAOption' };
|
||||||
const RECAL_MODAL_REF_NAME = 'RecalModal';
|
|
||||||
const STEERING_MODAL_REF_NAME = 'StateSteeringModal';
|
const STEERING_MODAL_REF_NAME = 'StateSteeringModal';
|
||||||
const SHOP_PREFERENCE_MODAL_REF_NAME = 'ShopPreferenceDrawer';
|
const SHOP_PREFERENCE_MODAL_REF_NAME = 'ShopPreferenceDrawer';
|
||||||
const TPA_RECAL_MODAL_REF_NAME = 'TPARecalModal';
|
const TPA_RECAL_MODAL_REF_NAME = 'TPARecalModal';
|
||||||
|
|
@ -142,7 +131,6 @@ export default {
|
||||||
rules: {
|
rules: {
|
||||||
optionRequired: globalRules.OPTION_REQUIRED
|
optionRequired: globalRules.OPTION_REQUIRED
|
||||||
},
|
},
|
||||||
RECAL_MODAL_REF_NAME,
|
|
||||||
STEERING_MODAL_REF_NAME,
|
STEERING_MODAL_REF_NAME,
|
||||||
SHOP_PREFERENCE_MODAL_REF_NAME,
|
SHOP_PREFERENCE_MODAL_REF_NAME,
|
||||||
TPA_RECAL_MODAL_REF_NAME,
|
TPA_RECAL_MODAL_REF_NAME,
|
||||||
|
|
@ -199,13 +187,6 @@ export default {
|
||||||
return options;
|
return options;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
|
||||||
prefAnswers(newValue, oldValue) {
|
|
||||||
if (newValue !== oldValue) {
|
|
||||||
setupModalLink(this, RECAL_MODAL_REF_NAME);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
mounted() {
|
mounted() {
|
||||||
setupModalLinks(this);
|
setupModalLinks(this);
|
||||||
const pageData = this.mainStore.pageData(issPageValues.PROVIDER_PREFERENCE);
|
const pageData = this.mainStore.pageData(issPageValues.PROVIDER_PREFERENCE);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue