@vcita/design-system 0.2.5 → 0.2.7
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/config/locales/ds.en.yml +3 -0
- package/dist/@vcita/design-system.esm.js +1066 -554
- package/dist/@vcita/design-system.min.js +1 -1
- package/dist/@vcita/design-system.ssr.js +950 -466
- package/package.json +1 -1
- package/src/components/index.js +4 -2
- package/src/components/{Wizard → wizard}/VcMobileWizardProgress/VcMobileWizardProgress.spec.js +0 -0
- package/src/components/{Wizard → wizard}/VcMobileWizardProgress/VcMobileWizardProgress.stories.js +0 -0
- package/src/components/{Wizard → wizard}/VcMobileWizardProgress/VcMobileWizardProgress.vue +4 -0
- package/src/components/{Wizard/VcSteperContant → wizard/VcSteperContent}/VcStepperContent.spec.js +0 -0
- package/src/components/{Wizard/VcSteperContant → wizard/VcSteperContent}/VcStepperContent.stories.js +0 -0
- package/src/components/{Wizard/VcSteperContant → wizard/VcSteperContent}/VcStepperContent.vue +65 -51
- package/src/components/{Wizard → wizard}/VcStepsBar/VcStepsBar.spec.js +0 -0
- package/src/components/{Wizard → wizard}/VcStepsBar/VcStepsBar.stories.js +0 -0
- package/src/components/{Wizard → wizard}/VcStepsBar/VcStepsBar.vue +6 -4
- package/src/components/wizard/VcWizard/VcWizard.spec.js +155 -0
- package/src/components/wizard/VcWizard/VcWizard.stories.js +115 -0
- package/src/components/wizard/VcWizard/VcWizard.vue +144 -0
- package/src/components/wizard/VcWizard/demoWizardPage.vue +29 -0
- package/src/components/wizard/VcWizardCtaContainer/VcWizardCtaContainer.spec.js +100 -0
- package/src/components/wizard/VcWizardCtaContainer/VcWizardCtaContainer.stories.js +67 -0
- package/src/components/wizard/VcWizardCtaContainer/VcWizardCtaContainer.vue +95 -0
- package/src/scss/mixins.scss +6 -0
|
@@ -119,7 +119,7 @@ function _nonIterableRest() {
|
|
|
119
119
|
//
|
|
120
120
|
//
|
|
121
121
|
//
|
|
122
|
-
var script$
|
|
122
|
+
var script$D = {
|
|
123
123
|
components: {
|
|
124
124
|
VDialog: lib.VDialog
|
|
125
125
|
},
|
|
@@ -259,10 +259,10 @@ function renderStyles(styles) {
|
|
|
259
259
|
}
|
|
260
260
|
return css;
|
|
261
261
|
}/* script */
|
|
262
|
-
var __vue_script__$
|
|
262
|
+
var __vue_script__$D = script$D;
|
|
263
263
|
/* template */
|
|
264
264
|
|
|
265
|
-
var __vue_render__$
|
|
265
|
+
var __vue_render__$A = function __vue_render__() {
|
|
266
266
|
var _vm = this;
|
|
267
267
|
|
|
268
268
|
var _h = _vm.$createElement;
|
|
@@ -297,10 +297,10 @@ var __vue_render__$x = function __vue_render__() {
|
|
|
297
297
|
}, [_vm._t("default")], 2);
|
|
298
298
|
};
|
|
299
299
|
|
|
300
|
-
var __vue_staticRenderFns__$
|
|
300
|
+
var __vue_staticRenderFns__$A = [];
|
|
301
301
|
/* style */
|
|
302
302
|
|
|
303
|
-
var __vue_inject_styles__$
|
|
303
|
+
var __vue_inject_styles__$D = function __vue_inject_styles__(inject) {
|
|
304
304
|
if (!inject) return;
|
|
305
305
|
inject("data-v-2f9f1f74_0", {
|
|
306
306
|
source: ".VcModalWrapper{position:relative;width:auto;background-color:var(--modal-bg-color);box-shadow:var(--modal-box-shadow)}@media screen and (min-width:960px){.VcModalWrapper{margin:0 24px}.VcModalWrapper.offset{left:var(--modal-desktop-offset)}#app[dir=rtl] .VcModalWrapper.offset{left:auto;right:var(--modal-desktop-offset)}}",
|
|
@@ -311,19 +311,19 @@ var __vue_inject_styles__$A = function __vue_inject_styles__(inject) {
|
|
|
311
311
|
/* scoped */
|
|
312
312
|
|
|
313
313
|
|
|
314
|
-
var __vue_scope_id__$
|
|
314
|
+
var __vue_scope_id__$D = undefined;
|
|
315
315
|
/* module identifier */
|
|
316
316
|
|
|
317
|
-
var __vue_module_identifier__$
|
|
317
|
+
var __vue_module_identifier__$D = "data-v-2f9f1f74";
|
|
318
318
|
/* functional template */
|
|
319
319
|
|
|
320
|
-
var __vue_is_functional_template__$
|
|
320
|
+
var __vue_is_functional_template__$D = false;
|
|
321
321
|
/* style inject shadow dom */
|
|
322
322
|
|
|
323
|
-
var __vue_component__$
|
|
324
|
-
render: __vue_render__$
|
|
325
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
326
|
-
}, __vue_inject_styles__$
|
|
323
|
+
var __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
324
|
+
render: __vue_render__$A,
|
|
325
|
+
staticRenderFns: __vue_staticRenderFns__$A
|
|
326
|
+
}, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, undefined, createInjectorSSR, undefined);var script$C = {
|
|
327
327
|
name: "VcIcon",
|
|
328
328
|
render: function render(createElement) {
|
|
329
329
|
var props = {
|
|
@@ -333,28 +333,28 @@ var __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
|
333
333
|
return createElement('v-icon', props, this.$slots.default);
|
|
334
334
|
}
|
|
335
335
|
};/* script */
|
|
336
|
-
var __vue_script__$
|
|
336
|
+
var __vue_script__$C = script$C;
|
|
337
337
|
/* template */
|
|
338
338
|
|
|
339
339
|
/* style */
|
|
340
340
|
|
|
341
|
-
var __vue_inject_styles__$
|
|
341
|
+
var __vue_inject_styles__$C = undefined;
|
|
342
342
|
/* scoped */
|
|
343
343
|
|
|
344
|
-
var __vue_scope_id__$
|
|
344
|
+
var __vue_scope_id__$C = undefined;
|
|
345
345
|
/* module identifier */
|
|
346
346
|
|
|
347
|
-
var __vue_module_identifier__$
|
|
347
|
+
var __vue_module_identifier__$C = "data-v-0528e00a";
|
|
348
348
|
/* functional template */
|
|
349
349
|
|
|
350
|
-
var __vue_is_functional_template__$
|
|
350
|
+
var __vue_is_functional_template__$C = undefined;
|
|
351
351
|
/* style inject */
|
|
352
352
|
|
|
353
353
|
/* style inject SSR */
|
|
354
354
|
|
|
355
355
|
/* style inject shadow dom */
|
|
356
356
|
|
|
357
|
-
var __vue_component__$
|
|
357
|
+
var __vue_component__$C = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, undefined, undefined, undefined);//
|
|
358
358
|
//
|
|
359
359
|
//
|
|
360
360
|
//
|
|
@@ -380,7 +380,7 @@ var __vue_component__$z = /*#__PURE__*/normalizeComponent({}, __vue_inject_style
|
|
|
380
380
|
//
|
|
381
381
|
//
|
|
382
382
|
//
|
|
383
|
-
var script$
|
|
383
|
+
var script$B = {
|
|
384
384
|
components: {
|
|
385
385
|
VBtn: lib.VBtn
|
|
386
386
|
},
|
|
@@ -456,10 +456,10 @@ var script$y = {
|
|
|
456
456
|
}
|
|
457
457
|
}
|
|
458
458
|
};/* script */
|
|
459
|
-
var __vue_script__$
|
|
459
|
+
var __vue_script__$B = script$B;
|
|
460
460
|
/* template */
|
|
461
461
|
|
|
462
|
-
var __vue_render__$
|
|
462
|
+
var __vue_render__$z = function __vue_render__() {
|
|
463
463
|
var _vm = this;
|
|
464
464
|
|
|
465
465
|
var _h = _vm.$createElement;
|
|
@@ -495,10 +495,10 @@ var __vue_render__$w = function __vue_render__() {
|
|
|
495
495
|
}, [_vm._t("prepend"), _vm._v("\n " + _vm._s(_vm.label || _vm.$slots.default && _vm.$slots.default[0].text || '') + "\n "), _vm._t("append")], 2);
|
|
496
496
|
};
|
|
497
497
|
|
|
498
|
-
var __vue_staticRenderFns__$
|
|
498
|
+
var __vue_staticRenderFns__$z = [];
|
|
499
499
|
/* style */
|
|
500
500
|
|
|
501
|
-
var __vue_inject_styles__$
|
|
501
|
+
var __vue_inject_styles__$B = function __vue_inject_styles__(inject) {
|
|
502
502
|
if (!inject) return;
|
|
503
503
|
inject("data-v-b69a1aa2_0", {
|
|
504
504
|
source: ".VcButton[data-v-b69a1aa2]{letter-spacing:.003em}.VcButton[data-v-b69a1aa2]:disabled{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}",
|
|
@@ -509,24 +509,24 @@ var __vue_inject_styles__$y = function __vue_inject_styles__(inject) {
|
|
|
509
509
|
/* scoped */
|
|
510
510
|
|
|
511
511
|
|
|
512
|
-
var __vue_scope_id__$
|
|
512
|
+
var __vue_scope_id__$B = "data-v-b69a1aa2";
|
|
513
513
|
/* module identifier */
|
|
514
514
|
|
|
515
|
-
var __vue_module_identifier__$
|
|
515
|
+
var __vue_module_identifier__$B = "data-v-b69a1aa2";
|
|
516
516
|
/* functional template */
|
|
517
517
|
|
|
518
|
-
var __vue_is_functional_template__$
|
|
518
|
+
var __vue_is_functional_template__$B = false;
|
|
519
519
|
/* style inject shadow dom */
|
|
520
520
|
|
|
521
|
-
var __vue_component__$
|
|
522
|
-
render: __vue_render__$
|
|
523
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
524
|
-
}, __vue_inject_styles__$
|
|
521
|
+
var __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
522
|
+
render: __vue_render__$z,
|
|
523
|
+
staticRenderFns: __vue_staticRenderFns__$z
|
|
524
|
+
}, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, undefined, createInjectorSSR, undefined);var script$A = {
|
|
525
525
|
name: 'VcModalContainer',
|
|
526
526
|
components: {
|
|
527
|
-
VcButton: __vue_component__$
|
|
528
|
-
VcModalWrapper: __vue_component__$
|
|
529
|
-
VcIcon: __vue_component__$
|
|
527
|
+
VcButton: __vue_component__$B,
|
|
528
|
+
VcModalWrapper: __vue_component__$D,
|
|
529
|
+
VcIcon: __vue_component__$C,
|
|
530
530
|
VLayout: lib.VLayout
|
|
531
531
|
},
|
|
532
532
|
props: {
|
|
@@ -573,10 +573,10 @@ var __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
|
573
573
|
}
|
|
574
574
|
}
|
|
575
575
|
};/* script */
|
|
576
|
-
var __vue_script__$
|
|
576
|
+
var __vue_script__$A = script$A;
|
|
577
577
|
/* template */
|
|
578
578
|
|
|
579
|
-
var __vue_render__$
|
|
579
|
+
var __vue_render__$y = function __vue_render__() {
|
|
580
580
|
var _vm = this;
|
|
581
581
|
|
|
582
582
|
var _h = _vm.$createElement;
|
|
@@ -649,10 +649,10 @@ var __vue_render__$v = function __vue_render__() {
|
|
|
649
649
|
}, [_vm._t("footer")], 2)])]], 2) : _vm._e();
|
|
650
650
|
};
|
|
651
651
|
|
|
652
|
-
var __vue_staticRenderFns__$
|
|
652
|
+
var __vue_staticRenderFns__$y = [];
|
|
653
653
|
/* style */
|
|
654
654
|
|
|
655
|
-
var __vue_inject_styles__$
|
|
655
|
+
var __vue_inject_styles__$A = function __vue_inject_styles__(inject) {
|
|
656
656
|
if (!inject) return;
|
|
657
657
|
inject("data-v-6b2b8919_0", {
|
|
658
658
|
source: ".VcModalContainer{overflow-y:hidden;height:auto;min-height:100px;min-width:300px;display:flex}.VcModalContainer.sm{width:var(--modal-width-small)}.VcModalContainer.md{width:var(--modal-width-medium)}.VcModalContainer.lg{width:var(--modal-width-large)}.VcModalContainer.responsive{width:100%;margin:0 24px}.VcModalContainer .VcModalContainerContent,.VcModalContainer footer,.VcModalContainer header{flex-shrink:0}.VcModalContainer header{display:flex;justify-content:space-between}.VcModalContainer header .VcModalCloseButton{position:absolute;right:5px;top:var(--size-value2)}.VcModalContainer header .VcModalCloseButton .VcIcon{font-size:22px}.VcModalContainer header.showDivider{border-bottom:1px solid rgba(0,0,0,.12)}.VcModalContainer .VcModalContainerContent{overflow-y:auto;height:calc(100% - 138px);line-height:var(--size-value6);flex-grow:1;font-size:var(--font-size-small);padding:0 var(--size-value6) var(--size-value6)}.VcModalContainer footer{padding:var(--size-value3) var(--size-value4) var(--size-value3);text-align:right}#app[dir=rtl] .VcModalContainer footer{text-align:left}.VcModalContainer footer.showDivider{border-top:1px solid rgba(0,0,0,.12)}@media screen and (min-width:960px){.VcModalContainer footer{padding:var(--size-value3) var(--size-value6) var(--size-value3)}}.VcModalContainer.notice header,.VcModalContainer.prominent header{font-weight:var(--font-weight-xl);font-size:var(--font-size-medium2);padding-bottom:0;padding-top:var(--size-value10)}.VcModalContainer.notice .VcModalContainerContent,.VcModalContainer.prominent .VcModalContainerContent{padding:0;min-height:168px;height:calc(100% - 497px)}@media screen and (min-width:960px){.VcModalContainer.notice .VcModalContainerContent,.VcModalContainer.prominent .VcModalContainerContent{margin-bottom:var(--size-value2)}}.VcModalContainer.notice footer,.VcModalContainer.prominent footer{padding-top:var(--size-value3);padding-bottom:0}.VcModalContainer.notice.responsive .VcModalContainerContent,.VcModalContainer.notice.sm .VcModalContainerContent,.VcModalContainer.prominent.responsive .VcModalContainerContent,.VcModalContainer.prominent.sm .VcModalContainerContent{margin-left:var(--size-value6);padding-right:var(--size-value6)}.VcModalContainer.notice.md .VcModalContainerContent,.VcModalContainer.prominent.md .VcModalContainerContent{margin-left:var(--size-value10);padding-right:var(--size-value10)}.VcModalContainer.notice.lg header,.VcModalContainer.prominent.lg header{height:initial}.VcModalContainer.notice.lg .VcModalContainerContent,.VcModalContainer.prominent.lg .VcModalContainerContent{min-height:0;margin-left:var(--size-value16);padding-right:var(--size-value16)}.VcModalContainer.prominent .VcModalContainerContent{margin-bottom:var(--size-value6)}.VcModalContainer.input.responsive{height:100%;margin:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.VcModalContainer.input .VcModalContainerContent{height:auto;padding:0}",
|
|
@@ -663,19 +663,19 @@ var __vue_inject_styles__$x = function __vue_inject_styles__(inject) {
|
|
|
663
663
|
/* scoped */
|
|
664
664
|
|
|
665
665
|
|
|
666
|
-
var __vue_scope_id__$
|
|
666
|
+
var __vue_scope_id__$A = undefined;
|
|
667
667
|
/* module identifier */
|
|
668
668
|
|
|
669
|
-
var __vue_module_identifier__$
|
|
669
|
+
var __vue_module_identifier__$A = "data-v-6b2b8919";
|
|
670
670
|
/* functional template */
|
|
671
671
|
|
|
672
|
-
var __vue_is_functional_template__$
|
|
672
|
+
var __vue_is_functional_template__$A = false;
|
|
673
673
|
/* style inject shadow dom */
|
|
674
674
|
|
|
675
|
-
var __vue_component__$
|
|
676
|
-
render: __vue_render__$
|
|
677
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
678
|
-
}, __vue_inject_styles__$
|
|
675
|
+
var __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
676
|
+
render: __vue_render__$y,
|
|
677
|
+
staticRenderFns: __vue_staticRenderFns__$y
|
|
678
|
+
}, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, undefined, createInjectorSSR, undefined);var script$z = {
|
|
679
679
|
name: "VcLayout",
|
|
680
680
|
render: function render(createElement) {
|
|
681
681
|
// `<v-layout><slot></slot></v-layout>`
|
|
@@ -686,32 +686,32 @@ var __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
|
686
686
|
return createElement('v-layout', props, this.$slots.default);
|
|
687
687
|
}
|
|
688
688
|
};/* script */
|
|
689
|
-
var __vue_script__$
|
|
689
|
+
var __vue_script__$z = script$z;
|
|
690
690
|
/* template */
|
|
691
691
|
|
|
692
692
|
/* style */
|
|
693
693
|
|
|
694
|
-
var __vue_inject_styles__$
|
|
694
|
+
var __vue_inject_styles__$z = undefined;
|
|
695
695
|
/* scoped */
|
|
696
696
|
|
|
697
|
-
var __vue_scope_id__$
|
|
697
|
+
var __vue_scope_id__$z = "data-v-0751575a";
|
|
698
698
|
/* module identifier */
|
|
699
699
|
|
|
700
|
-
var __vue_module_identifier__$
|
|
700
|
+
var __vue_module_identifier__$z = "data-v-0751575a";
|
|
701
701
|
/* functional template */
|
|
702
702
|
|
|
703
|
-
var __vue_is_functional_template__$
|
|
703
|
+
var __vue_is_functional_template__$z = undefined;
|
|
704
704
|
/* style inject */
|
|
705
705
|
|
|
706
706
|
/* style inject SSR */
|
|
707
707
|
|
|
708
708
|
/* style inject shadow dom */
|
|
709
709
|
|
|
710
|
-
var __vue_component__$
|
|
710
|
+
var __vue_component__$z = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, undefined, undefined);var script$y = {
|
|
711
711
|
name: "VcModalFooter",
|
|
712
712
|
components: {
|
|
713
|
-
VcLayout: __vue_component__$
|
|
714
|
-
VcButton: __vue_component__$
|
|
713
|
+
VcLayout: __vue_component__$z,
|
|
714
|
+
VcButton: __vue_component__$B
|
|
715
715
|
},
|
|
716
716
|
props: {
|
|
717
717
|
direction: {
|
|
@@ -742,10 +742,10 @@ var __vue_component__$w = /*#__PURE__*/normalizeComponent({}, __vue_inject_style
|
|
|
742
742
|
}
|
|
743
743
|
}
|
|
744
744
|
};/* script */
|
|
745
|
-
var __vue_script__$
|
|
745
|
+
var __vue_script__$y = script$y;
|
|
746
746
|
/* template */
|
|
747
747
|
|
|
748
|
-
var __vue_render__$
|
|
748
|
+
var __vue_render__$x = function __vue_render__() {
|
|
749
749
|
var _vm = this;
|
|
750
750
|
|
|
751
751
|
var _h = _vm.$createElement;
|
|
@@ -778,10 +778,10 @@ var __vue_render__$u = function __vue_render__() {
|
|
|
778
778
|
}), 1);
|
|
779
779
|
};
|
|
780
780
|
|
|
781
|
-
var __vue_staticRenderFns__$
|
|
781
|
+
var __vue_staticRenderFns__$x = [];
|
|
782
782
|
/* style */
|
|
783
783
|
|
|
784
|
-
var __vue_inject_styles__$
|
|
784
|
+
var __vue_inject_styles__$y = function __vue_inject_styles__(inject) {
|
|
785
785
|
if (!inject) return;
|
|
786
786
|
inject("data-v-daacbd22_0", {
|
|
787
787
|
source: ".VcModalFooter.vertical .VcFooterButton[data-v-daacbd22]{width:100%;margin-bottom:var(--size-value2)}.VcModalFooter.vertical .VcFooterButton[data-v-daacbd22]:last-of-type{margin-bottom:0}@media screen and (min-width:960px){.VcModalFooter.vertical .VcFooterButton[data-v-daacbd22]{width:auto}}.VcModalFooter.horizontal .VcFooterButton[data-v-daacbd22]{flex-basis:0;flex-grow:1}.VcModalFooter.horizontal .VcFooterButton[data-v-daacbd22]:first-of-type{margin-left:0}.VcModalFooter.horizontal .VcFooterButton[data-v-daacbd22]:last-of-type{margin-right:0}@media screen and (min-width:960px){.VcModalFooter.horizontal .VcFooterButton[data-v-daacbd22]{flex-basis:auto;flex-grow:0}}.VcModalFooter .VcFooterButton[data-v-daacbd22]{margin-left:var(--size-value1);margin-right:var(--size-value1)}",
|
|
@@ -792,24 +792,24 @@ var __vue_inject_styles__$v = function __vue_inject_styles__(inject) {
|
|
|
792
792
|
/* scoped */
|
|
793
793
|
|
|
794
794
|
|
|
795
|
-
var __vue_scope_id__$
|
|
795
|
+
var __vue_scope_id__$y = "data-v-daacbd22";
|
|
796
796
|
/* module identifier */
|
|
797
797
|
|
|
798
|
-
var __vue_module_identifier__$
|
|
798
|
+
var __vue_module_identifier__$y = "data-v-daacbd22";
|
|
799
799
|
/* functional template */
|
|
800
800
|
|
|
801
|
-
var __vue_is_functional_template__$
|
|
801
|
+
var __vue_is_functional_template__$y = false;
|
|
802
802
|
/* style inject shadow dom */
|
|
803
803
|
|
|
804
|
-
var __vue_component__$
|
|
805
|
-
render: __vue_render__$
|
|
806
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
807
|
-
}, __vue_inject_styles__$
|
|
804
|
+
var __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
805
|
+
render: __vue_render__$x,
|
|
806
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
807
|
+
}, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, createInjectorSSR, undefined);var script$x = {
|
|
808
808
|
name: "VcModalHeader",
|
|
809
809
|
components: {
|
|
810
|
-
VcLayout: __vue_component__$
|
|
811
|
-
VcIcon: __vue_component__$
|
|
812
|
-
VcButton: __vue_component__$
|
|
810
|
+
VcLayout: __vue_component__$z,
|
|
811
|
+
VcIcon: __vue_component__$C,
|
|
812
|
+
VcButton: __vue_component__$B
|
|
813
813
|
},
|
|
814
814
|
props: {
|
|
815
815
|
topTitle: {
|
|
@@ -846,10 +846,10 @@ var __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
|
846
846
|
}
|
|
847
847
|
}
|
|
848
848
|
};/* script */
|
|
849
|
-
var __vue_script__$
|
|
849
|
+
var __vue_script__$x = script$x;
|
|
850
850
|
/* template */
|
|
851
851
|
|
|
852
|
-
var __vue_render__$
|
|
852
|
+
var __vue_render__$w = function __vue_render__() {
|
|
853
853
|
var _vm = this;
|
|
854
854
|
|
|
855
855
|
var _h = _vm.$createElement;
|
|
@@ -922,10 +922,10 @@ var __vue_render__$t = function __vue_render__() {
|
|
|
922
922
|
}, [_vm._v(_vm._s(_vm.subtitle))]) : _vm._e()])], 1)], 2);
|
|
923
923
|
};
|
|
924
924
|
|
|
925
|
-
var __vue_staticRenderFns__$
|
|
925
|
+
var __vue_staticRenderFns__$w = [];
|
|
926
926
|
/* style */
|
|
927
927
|
|
|
928
|
-
var __vue_inject_styles__$
|
|
928
|
+
var __vue_inject_styles__$x = function __vue_inject_styles__(inject) {
|
|
929
929
|
if (!inject) return;
|
|
930
930
|
inject("data-v-407bef94_0", {
|
|
931
931
|
source: ".VcHeader[data-v-407bef94]{font-size:var(--font-size-small2);padding:var(--size-value4) var(--size-value6) var(--size-value4);line-height:24px;font-weight:var(--font-weight-large2)}@media screen and (min-width:960px){.VcHeader[data-v-407bef94]{font-weight:var(--font-weight-large);font-size:var(--font-size-medium)}}.VcHeader .VcHeaderImage[data-v-407bef94]{width:32px;margin-right:var(--size-value3);padding:5px;border:1px solid rgba(0,0,0,.12);box-sizing:border-box;border-radius:6px}.VcHeader .VcHeaderTopTitle[data-v-407bef94]{font-size:11px;font-weight:var(--font-weight-medium);line-height:12px;color:rgba(0,0,0,.54)}.VcHeader .VcHeaderTitleWithPadding[data-v-407bef94]{padding-left:var(--size-value6)}.VcHeader .VcHeaderSubtitle[data-v-407bef94]{font-size:15px;font-weight:var(--font-weight-medium);color:rgba(0,0,0,.87);padding-left:var(--size-value2)}.VcHeader.confirm[data-v-407bef94]{font-size:var(--font-size-medium);font-weight:var(--font-weight-large2);padding-bottom:var(--size-value1);padding-top:var(--size-value6)}@media screen and (min-width:960px){.VcHeader.confirm[data-v-407bef94]{padding-bottom:var(--size-value1)}}.VcHeader.confirm .VcHeaderButton[data-v-407bef94],.VcHeader.input .VcHeaderButton[data-v-407bef94]{max-height:24px;margin-right:var(--size-value3)}.VcHeader.confirm .VcHeaderIcon[data-v-407bef94],.VcHeader.input .VcHeaderIcon[data-v-407bef94]{padding-right:var(--size-value3);font-size:var(--font-size-medium)}.VcHeader.input[data-v-407bef94]{transform:translateX(-8px)}@media screen and (min-width:960px){.VcHeader.input[data-v-407bef94]{transform:translateX(0);padding-bottom:var(--size-value3)}}",
|
|
@@ -936,26 +936,26 @@ var __vue_inject_styles__$u = function __vue_inject_styles__(inject) {
|
|
|
936
936
|
/* scoped */
|
|
937
937
|
|
|
938
938
|
|
|
939
|
-
var __vue_scope_id__$
|
|
939
|
+
var __vue_scope_id__$x = "data-v-407bef94";
|
|
940
940
|
/* module identifier */
|
|
941
941
|
|
|
942
|
-
var __vue_module_identifier__$
|
|
942
|
+
var __vue_module_identifier__$x = "data-v-407bef94";
|
|
943
943
|
/* functional template */
|
|
944
944
|
|
|
945
|
-
var __vue_is_functional_template__$
|
|
945
|
+
var __vue_is_functional_template__$x = false;
|
|
946
946
|
/* style inject shadow dom */
|
|
947
947
|
|
|
948
|
-
var __vue_component__$
|
|
949
|
-
render: __vue_render__$
|
|
950
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
951
|
-
}, __vue_inject_styles__$
|
|
948
|
+
var __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
949
|
+
render: __vue_render__$w,
|
|
950
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
951
|
+
}, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, createInjectorSSR, undefined);var script$w = {
|
|
952
952
|
name: "VcConfirmModal",
|
|
953
953
|
components: {
|
|
954
|
-
VcModalHeader: __vue_component__$
|
|
955
|
-
VcLayout: __vue_component__$
|
|
956
|
-
VcModalFooter: __vue_component__$
|
|
957
|
-
VcIcon: __vue_component__$
|
|
958
|
-
VcModalContainer: __vue_component__$
|
|
954
|
+
VcModalHeader: __vue_component__$x,
|
|
955
|
+
VcLayout: __vue_component__$z,
|
|
956
|
+
VcModalFooter: __vue_component__$y,
|
|
957
|
+
VcIcon: __vue_component__$C,
|
|
958
|
+
VcModalContainer: __vue_component__$A
|
|
959
959
|
},
|
|
960
960
|
props: {
|
|
961
961
|
showDialog: {
|
|
@@ -1008,10 +1008,10 @@ var __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
|
1008
1008
|
}
|
|
1009
1009
|
}
|
|
1010
1010
|
};/* script */
|
|
1011
|
-
var __vue_script__$
|
|
1011
|
+
var __vue_script__$w = script$w;
|
|
1012
1012
|
/* template */
|
|
1013
1013
|
|
|
1014
|
-
var __vue_render__$
|
|
1014
|
+
var __vue_render__$v = function __vue_render__() {
|
|
1015
1015
|
var _vm = this;
|
|
1016
1016
|
|
|
1017
1017
|
var _h = _vm.$createElement;
|
|
@@ -1093,29 +1093,29 @@ var __vue_render__$s = function __vue_render__() {
|
|
|
1093
1093
|
});
|
|
1094
1094
|
};
|
|
1095
1095
|
|
|
1096
|
-
var __vue_staticRenderFns__$
|
|
1096
|
+
var __vue_staticRenderFns__$v = [];
|
|
1097
1097
|
/* style */
|
|
1098
1098
|
|
|
1099
|
-
var __vue_inject_styles__$
|
|
1099
|
+
var __vue_inject_styles__$w = undefined;
|
|
1100
1100
|
/* scoped */
|
|
1101
1101
|
|
|
1102
|
-
var __vue_scope_id__$
|
|
1102
|
+
var __vue_scope_id__$w = "data-v-8cd4b05c";
|
|
1103
1103
|
/* module identifier */
|
|
1104
1104
|
|
|
1105
|
-
var __vue_module_identifier__$
|
|
1105
|
+
var __vue_module_identifier__$w = "data-v-8cd4b05c";
|
|
1106
1106
|
/* functional template */
|
|
1107
1107
|
|
|
1108
|
-
var __vue_is_functional_template__$
|
|
1108
|
+
var __vue_is_functional_template__$w = false;
|
|
1109
1109
|
/* style inject */
|
|
1110
1110
|
|
|
1111
1111
|
/* style inject SSR */
|
|
1112
1112
|
|
|
1113
1113
|
/* style inject shadow dom */
|
|
1114
1114
|
|
|
1115
|
-
var __vue_component__$
|
|
1116
|
-
render: __vue_render__$
|
|
1117
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1118
|
-
}, __vue_inject_styles__$
|
|
1115
|
+
var __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
1116
|
+
render: __vue_render__$v,
|
|
1117
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
1118
|
+
}, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, undefined, undefined);var script$v = {
|
|
1119
1119
|
name: "VcForm",
|
|
1120
1120
|
methods: {
|
|
1121
1121
|
validate: function validate() {
|
|
@@ -1132,36 +1132,36 @@ var __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
|
1132
1132
|
return this.form;
|
|
1133
1133
|
}
|
|
1134
1134
|
};/* script */
|
|
1135
|
-
var __vue_script__$
|
|
1135
|
+
var __vue_script__$v = script$v;
|
|
1136
1136
|
/* template */
|
|
1137
1137
|
|
|
1138
1138
|
/* style */
|
|
1139
1139
|
|
|
1140
|
-
var __vue_inject_styles__$
|
|
1140
|
+
var __vue_inject_styles__$v = undefined;
|
|
1141
1141
|
/* scoped */
|
|
1142
1142
|
|
|
1143
|
-
var __vue_scope_id__$
|
|
1143
|
+
var __vue_scope_id__$v = "data-v-398cf17d";
|
|
1144
1144
|
/* module identifier */
|
|
1145
1145
|
|
|
1146
|
-
var __vue_module_identifier__$
|
|
1146
|
+
var __vue_module_identifier__$v = "data-v-398cf17d";
|
|
1147
1147
|
/* functional template */
|
|
1148
1148
|
|
|
1149
|
-
var __vue_is_functional_template__$
|
|
1149
|
+
var __vue_is_functional_template__$v = undefined;
|
|
1150
1150
|
/* style inject */
|
|
1151
1151
|
|
|
1152
1152
|
/* style inject SSR */
|
|
1153
1153
|
|
|
1154
1154
|
/* style inject shadow dom */
|
|
1155
1155
|
|
|
1156
|
-
var __vue_component__$
|
|
1156
|
+
var __vue_component__$v = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, undefined, undefined);var script$u = {
|
|
1157
1157
|
name: "VcInputModal",
|
|
1158
1158
|
components: {
|
|
1159
|
-
VcForm: __vue_component__$
|
|
1160
|
-
VcLayout: __vue_component__$
|
|
1161
|
-
VcModalFooter: __vue_component__$
|
|
1162
|
-
VcIcon: __vue_component__$
|
|
1163
|
-
VcModalContainer: __vue_component__$
|
|
1164
|
-
VcModalHeader: __vue_component__$
|
|
1159
|
+
VcForm: __vue_component__$v,
|
|
1160
|
+
VcLayout: __vue_component__$z,
|
|
1161
|
+
VcModalFooter: __vue_component__$y,
|
|
1162
|
+
VcIcon: __vue_component__$C,
|
|
1163
|
+
VcModalContainer: __vue_component__$A,
|
|
1164
|
+
VcModalHeader: __vue_component__$x
|
|
1165
1165
|
},
|
|
1166
1166
|
props: {
|
|
1167
1167
|
showDialog: {
|
|
@@ -1236,10 +1236,10 @@ var __vue_component__$s = /*#__PURE__*/normalizeComponent({}, __vue_inject_style
|
|
|
1236
1236
|
}
|
|
1237
1237
|
}
|
|
1238
1238
|
};/* script */
|
|
1239
|
-
var __vue_script__$
|
|
1239
|
+
var __vue_script__$u = script$u;
|
|
1240
1240
|
/* template */
|
|
1241
1241
|
|
|
1242
|
-
var __vue_render__$
|
|
1242
|
+
var __vue_render__$u = function __vue_render__() {
|
|
1243
1243
|
var _vm = this;
|
|
1244
1244
|
|
|
1245
1245
|
var _h = _vm.$createElement;
|
|
@@ -1340,10 +1340,10 @@ var __vue_render__$r = function __vue_render__() {
|
|
|
1340
1340
|
});
|
|
1341
1341
|
};
|
|
1342
1342
|
|
|
1343
|
-
var __vue_staticRenderFns__$
|
|
1343
|
+
var __vue_staticRenderFns__$u = [];
|
|
1344
1344
|
/* style */
|
|
1345
1345
|
|
|
1346
|
-
var __vue_inject_styles__$
|
|
1346
|
+
var __vue_inject_styles__$u = function __vue_inject_styles__(inject) {
|
|
1347
1347
|
if (!inject) return;
|
|
1348
1348
|
inject("data-v-1f25c5b3_0", {
|
|
1349
1349
|
source: ".VcInputForm-layout .VcInputForm-main[data-v-1f25c5b3]{width:100%;max-width:100%;padding:var(--size-value6)}.VcInputForm-layout .VcInputForm-additional[data-v-1f25c5b3]{min-width:324px;padding:var(--size-value6);background:#f8f9fb;border-left:1px solid rgba(0,0,0,.12)}",
|
|
@@ -1354,24 +1354,24 @@ var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
|
|
|
1354
1354
|
/* scoped */
|
|
1355
1355
|
|
|
1356
1356
|
|
|
1357
|
-
var __vue_scope_id__$
|
|
1357
|
+
var __vue_scope_id__$u = "data-v-1f25c5b3";
|
|
1358
1358
|
/* module identifier */
|
|
1359
1359
|
|
|
1360
|
-
var __vue_module_identifier__$
|
|
1360
|
+
var __vue_module_identifier__$u = "data-v-1f25c5b3";
|
|
1361
1361
|
/* functional template */
|
|
1362
1362
|
|
|
1363
|
-
var __vue_is_functional_template__$
|
|
1363
|
+
var __vue_is_functional_template__$u = false;
|
|
1364
1364
|
/* style inject shadow dom */
|
|
1365
1365
|
|
|
1366
|
-
var __vue_component__$
|
|
1367
|
-
render: __vue_render__$
|
|
1368
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1369
|
-
}, __vue_inject_styles__$
|
|
1366
|
+
var __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
1367
|
+
render: __vue_render__$u,
|
|
1368
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
1369
|
+
}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, createInjectorSSR, undefined);var script$t = {
|
|
1370
1370
|
name: "VcNoticeModal",
|
|
1371
1371
|
components: {
|
|
1372
|
-
VcLayout: __vue_component__$
|
|
1373
|
-
VcModalFooter: __vue_component__$
|
|
1374
|
-
VcModalContainer: __vue_component__$
|
|
1372
|
+
VcLayout: __vue_component__$z,
|
|
1373
|
+
VcModalFooter: __vue_component__$y,
|
|
1374
|
+
VcModalContainer: __vue_component__$A
|
|
1375
1375
|
},
|
|
1376
1376
|
props: {
|
|
1377
1377
|
showDialog: {
|
|
@@ -1419,10 +1419,10 @@ var __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
|
1419
1419
|
}
|
|
1420
1420
|
}
|
|
1421
1421
|
};/* script */
|
|
1422
|
-
var __vue_script__$
|
|
1422
|
+
var __vue_script__$t = script$t;
|
|
1423
1423
|
/* template */
|
|
1424
1424
|
|
|
1425
|
-
var __vue_render__$
|
|
1425
|
+
var __vue_render__$t = function __vue_render__() {
|
|
1426
1426
|
var _vm = this;
|
|
1427
1427
|
|
|
1428
1428
|
var _h = _vm.$createElement;
|
|
@@ -1508,10 +1508,10 @@ var __vue_render__$q = function __vue_render__() {
|
|
|
1508
1508
|
});
|
|
1509
1509
|
};
|
|
1510
1510
|
|
|
1511
|
-
var __vue_staticRenderFns__$
|
|
1511
|
+
var __vue_staticRenderFns__$t = [];
|
|
1512
1512
|
/* style */
|
|
1513
1513
|
|
|
1514
|
-
var __vue_inject_styles__$
|
|
1514
|
+
var __vue_inject_styles__$t = function __vue_inject_styles__(inject) {
|
|
1515
1515
|
if (!inject) return;
|
|
1516
1516
|
inject("data-v-c197dce0_0", {
|
|
1517
1517
|
source: ".VcNoticeImage[data-v-c197dce0]{margin-bottom:var(--size-value4)}.VcNoticeImage.md[data-v-c197dce0],.VcNoticeImage.responsive[data-v-c197dce0],.VcNoticeImage.sm[data-v-c197dce0]{max-height:160px}.VcNoticeImage.lg[data-v-c197dce0]{max-height:208px}.VcNoticeContent[data-v-c197dce0],.VcNoticeHeader[data-v-c197dce0],.VcNoticeSubtitle[data-v-c197dce0]{text-align:center;line-height:24px}.VcNoticeHeader[data-v-c197dce0]{text-align:center;font-size:18px;font-weight:600;line-height:28px}@media screen and (min-width:960px){.VcNoticeHeader[data-v-c197dce0]{font-size:24px;font-weight:800;line-height:var(--size-value10)}}.VcNoticeHeader .VcNoticeHeaderText[data-v-c197dce0]{padding-bottom:var(--size-value2)}.VcNoticeHeader.prominent .VcNoticeHeaderText[data-v-c197dce0]{font-size:18px;font-weight:600}.VcNoticeSubtitle[data-v-c197dce0]{font-size:15px;font-weight:var(--font-weight-medium);line-height:var(--size-value6)}@media screen and (min-width:960px){.VcNoticeSubtitle[data-v-c197dce0]{font-size:var(--font-size-small)}}.VcNoticeSubtitle.prominent[data-v-c197dce0]{font-size:15px}.VcNoticeContent[data-v-c197dce0]{background:#eafcf2;border:1px solid #cff8e1;box-sizing:border-box;border-radius:8px;padding:var(--size-value3) var(--size-value4);margin-top:var(--size-value4);line-height:20px;font-size:13px}@media screen and (min-width:960px){.VcNoticeContent[data-v-c197dce0]{line-height:21px;font-size:14px}}.VcNoticeFooter[data-v-c197dce0]{padding-bottom:var(--size-value10)}",
|
|
@@ -1522,24 +1522,24 @@ var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
|
|
|
1522
1522
|
/* scoped */
|
|
1523
1523
|
|
|
1524
1524
|
|
|
1525
|
-
var __vue_scope_id__$
|
|
1525
|
+
var __vue_scope_id__$t = "data-v-c197dce0";
|
|
1526
1526
|
/* module identifier */
|
|
1527
1527
|
|
|
1528
|
-
var __vue_module_identifier__$
|
|
1528
|
+
var __vue_module_identifier__$t = "data-v-c197dce0";
|
|
1529
1529
|
/* functional template */
|
|
1530
1530
|
|
|
1531
|
-
var __vue_is_functional_template__$
|
|
1531
|
+
var __vue_is_functional_template__$t = false;
|
|
1532
1532
|
/* style inject shadow dom */
|
|
1533
1533
|
|
|
1534
|
-
var __vue_component__$
|
|
1535
|
-
render: __vue_render__$
|
|
1536
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1537
|
-
}, __vue_inject_styles__$
|
|
1534
|
+
var __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
1535
|
+
render: __vue_render__$t,
|
|
1536
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
1537
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, createInjectorSSR, undefined);var script$s = {
|
|
1538
1538
|
name: "VcAlert",
|
|
1539
1539
|
components: {
|
|
1540
|
-
VcIcon: __vue_component__$
|
|
1541
|
-
VcButton: __vue_component__$
|
|
1542
|
-
VcLayout: __vue_component__$
|
|
1540
|
+
VcIcon: __vue_component__$C,
|
|
1541
|
+
VcButton: __vue_component__$B,
|
|
1542
|
+
VcLayout: __vue_component__$z,
|
|
1543
1543
|
VAlert: lib.VAlert
|
|
1544
1544
|
},
|
|
1545
1545
|
props: {
|
|
@@ -1630,10 +1630,10 @@ var __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
|
1630
1630
|
}
|
|
1631
1631
|
}
|
|
1632
1632
|
};/* script */
|
|
1633
|
-
var __vue_script__$
|
|
1633
|
+
var __vue_script__$s = script$s;
|
|
1634
1634
|
/* template */
|
|
1635
1635
|
|
|
1636
|
-
var __vue_render__$
|
|
1636
|
+
var __vue_render__$s = function __vue_render__() {
|
|
1637
1637
|
var _vm = this;
|
|
1638
1638
|
|
|
1639
1639
|
var _h = _vm.$createElement;
|
|
@@ -1703,10 +1703,10 @@ var __vue_render__$p = function __vue_render__() {
|
|
|
1703
1703
|
}) : _vm._e()], 1);
|
|
1704
1704
|
};
|
|
1705
1705
|
|
|
1706
|
-
var __vue_staticRenderFns__$
|
|
1706
|
+
var __vue_staticRenderFns__$s = [];
|
|
1707
1707
|
/* style */
|
|
1708
1708
|
|
|
1709
|
-
var __vue_inject_styles__$
|
|
1709
|
+
var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
|
|
1710
1710
|
if (!inject) return;
|
|
1711
1711
|
inject("data-v-285965af_0", {
|
|
1712
1712
|
source: ".dialog-alert{padding:var(--size-value3);margin:var(--size-value0)}.dialog-alert__close-btn{margin-inline-end:var(--size-value7)}.dialog-alert .alert-content{padding-inline-end:var(--size-value9)}.dialog-alert .v-alert__icon{margin-inline-end:var(--size-value2);font-size:var(--size-value5);height:var(--size-value5);min-width:var(--size-value5)}.dialog-alert .close-button{position:absolute;width:var(--size-value6);height:var(--size-value6);top:var(--size-value3);right:var(--size-value3)}#app[dir=rtl] .dialog-alert .close-button{right:auto;left:var(--size-value3)}.dialog-alert .close-button .v-btn__content{opacity:unset}.dialog-alert .close-button:hover{background-color:rgba(0,0,0,.07)}.dialog-alert .close-button .v-icon{margin-right:var(--size-value0)}.dialog-alert .close-button .v-icon svg{fill:var(--gray-darken-2);width:var(--size-value4);height:var(--size-value4)}.dialog-alert.stripe.v-alert{border-radius:var(--size-value0);border-top:none;border-left:none;border-right:none}.dialog-alert.inline.v-alert{border-radius:var(--size-value0);border:none;padding:var(--size-value0);background-color:transparent}.dialog-alert.vcita-alert-attention{border:1px solid var(--red-lighten-2);background-color:var(--red-lighten-3)}.dialog-alert.vcita-alert-attention .v-icon svg.vc-attention-fill,.dialog-alert.vcita-alert-attention .v-icon svg.vc-notif{fill:var(--red)}.dialog-alert.vcita-alert-warning{border:1px solid var(--yellow-lighten-2);background-color:var(--yellow-lighten-3)}.dialog-alert.vcita-alert-warning .v-alert__wrapper .v-icon svg.vc-notif,.dialog-alert.vcita-alert-warning .v-alert__wrapper .v-icon svg.vc-warning-fill{fill:var(--yellow)}.dialog-alert.vcita-alert-info{border:1px solid var(--blue-lighten-2);background-color:var(--blue-lighten-3)}.dialog-alert.vcita-alert-info .v-alert__wrapper .v-icon svg.vc-info-fill,.dialog-alert.vcita-alert-info .v-alert__wrapper .v-icon svg.vc-notif{fill:var(--blue)}.dialog-alert.vcita-alert-success{border:1px solid var(--green-lighten-2);background-color:var(--green-lighten-3)}.dialog-alert.vcita-alert-success .v-icon svg.vc-check-fill,.dialog-alert.vcita-alert-success .v-icon svg.vc-notif{fill:var(--green)}.dialog-alert .v-alert__wrapper .v-icon__component{height:var(--size-value4);width:var(--size-value4)}.dialog-alert .v-alert__wrapper .v-icon__component svg.vc-notif{font-size:var(--size-value4);height:var(--size-value4);min-width:var(--size-value4)}.dialog-alert .v-alert__wrapper .v-icon__component svg.arrow-right{fill:var(--blue)}.dialog-alert .alert-header{font-weight:700;font-size:var(--font-size-x-small);line-height:var(--size-value5);letter-spacing:.003em;margin-bottom:var(--size-value1);color:var(--gray-darken-5)}.dialog-alert .alert-header:after{content:\" \";padding-right:var(--size-value1)}.dialog-alert .alert-body{font-size:var(--font-size-x-small);line-height:var(--size-value5);letter-spacing:-.01em;color:var(--gray-darken-5)}.dialog-alert .alert-body a{color:-webkit-link}.dialog-alert .VcButton .v-icon{margin-right:initial;align-items:initial}.dialog-alert .VcButton.action-button{height:var(--size-value6);color:var(--blue)!important;font-weight:var(--font-weight-large);font-size:var(--font-size-x-small);line-height:var(--size-value6);margin-top:var(--size-value1);padding:var(--size-value0)}.dialog-alert .VcButton.action-button span.v-btn__content{opacity:unset!important}.dialog-alert .VcButton.action-button span.v-btn__content .v-icon:before{content:\" \";padding-right:var(--size-value1)}",
|
|
@@ -1717,19 +1717,19 @@ var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
|
|
|
1717
1717
|
/* scoped */
|
|
1718
1718
|
|
|
1719
1719
|
|
|
1720
|
-
var __vue_scope_id__$
|
|
1720
|
+
var __vue_scope_id__$s = undefined;
|
|
1721
1721
|
/* module identifier */
|
|
1722
1722
|
|
|
1723
|
-
var __vue_module_identifier__$
|
|
1723
|
+
var __vue_module_identifier__$s = "data-v-285965af";
|
|
1724
1724
|
/* functional template */
|
|
1725
1725
|
|
|
1726
|
-
var __vue_is_functional_template__$
|
|
1726
|
+
var __vue_is_functional_template__$s = false;
|
|
1727
1727
|
/* style inject shadow dom */
|
|
1728
1728
|
|
|
1729
|
-
var __vue_component__$
|
|
1730
|
-
render: __vue_render__$
|
|
1731
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1732
|
-
}, __vue_inject_styles__$
|
|
1729
|
+
var __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
1730
|
+
render: __vue_render__$s,
|
|
1731
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
1732
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, createInjectorSSR, undefined);//
|
|
1733
1733
|
//
|
|
1734
1734
|
//
|
|
1735
1735
|
//
|
|
@@ -1774,7 +1774,7 @@ var __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
|
1774
1774
|
//
|
|
1775
1775
|
//
|
|
1776
1776
|
//
|
|
1777
|
-
var script$
|
|
1777
|
+
var script$r = {
|
|
1778
1778
|
components: {
|
|
1779
1779
|
VTooltip: lib.VTooltip
|
|
1780
1780
|
},
|
|
@@ -1828,10 +1828,10 @@ var script$o = {
|
|
|
1828
1828
|
}
|
|
1829
1829
|
}
|
|
1830
1830
|
};/* script */
|
|
1831
|
-
var __vue_script__$
|
|
1831
|
+
var __vue_script__$r = script$r;
|
|
1832
1832
|
/* template */
|
|
1833
1833
|
|
|
1834
|
-
var __vue_render__$
|
|
1834
|
+
var __vue_render__$r = function __vue_render__() {
|
|
1835
1835
|
var _vm = this;
|
|
1836
1836
|
|
|
1837
1837
|
var _h = _vm.$createElement;
|
|
@@ -1883,10 +1883,10 @@ var __vue_render__$o = function __vue_render__() {
|
|
|
1883
1883
|
})])])])], 1);
|
|
1884
1884
|
};
|
|
1885
1885
|
|
|
1886
|
-
var __vue_staticRenderFns__$
|
|
1886
|
+
var __vue_staticRenderFns__$r = [];
|
|
1887
1887
|
/* style */
|
|
1888
1888
|
|
|
1889
|
-
var __vue_inject_styles__$
|
|
1889
|
+
var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
|
|
1890
1890
|
if (!inject) return;
|
|
1891
1891
|
inject("data-v-858200cc_0", {
|
|
1892
1892
|
source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-tooltip{padding:0;border-radius:var(--border-radius)}.vc-tooltip .dark-tooltip{background-color:rgba(0,0,0,.97);font-size:var(--size-value3);font-weight:400;border-radius:var(--size-value1);padding:var(--size-value2)}.vc-tooltip .tooltip-wrapper{background:var(--modal-bg-color);box-shadow:0 5px 5px -3px rgba(0,0,0,.1),0 8px 10px 1px rgba(0,0,0,.06),0 3px 14px 2px rgba(0,0,0,.06);border-radius:var(--border-radius)}.vc-tooltip .tooltip-wrapper .tooltip-header{color:var(--gray-darken-5);font-size:var(--font-size-small2);border-radius:var(--border-radius) var(--border-radius) 0 0;font-weight:var(--font-weight-large);padding:var(--size-value3) var(--size-value4)}.vc-tooltip .tooltip-wrapper .tooltip-header.alert{background-color:var(--red-lighten-3)}.vc-tooltip .tooltip-wrapper .tooltip-header.information{background-color:var(--blue-lighten-3)}.vc-tooltip .tooltip-wrapper .tooltip-content{display:block;font-size:var(--font-size-x-small);padding:var(--size-value3) var(--size-value4) var(--size-value4)}.vc-tooltip .tooltip-wrapper .tooltip-content .content-text{color:var(--gray-darken-5);max-width:fit-content;min-width:250px;word-wrap:break-word}",
|
|
@@ -1897,22 +1897,22 @@ var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
|
|
|
1897
1897
|
/* scoped */
|
|
1898
1898
|
|
|
1899
1899
|
|
|
1900
|
-
var __vue_scope_id__$
|
|
1900
|
+
var __vue_scope_id__$r = undefined;
|
|
1901
1901
|
/* module identifier */
|
|
1902
1902
|
|
|
1903
|
-
var __vue_module_identifier__$
|
|
1903
|
+
var __vue_module_identifier__$r = "data-v-858200cc";
|
|
1904
1904
|
/* functional template */
|
|
1905
1905
|
|
|
1906
|
-
var __vue_is_functional_template__$
|
|
1906
|
+
var __vue_is_functional_template__$r = false;
|
|
1907
1907
|
/* style inject shadow dom */
|
|
1908
1908
|
|
|
1909
|
-
var __vue_component__$
|
|
1910
|
-
render: __vue_render__$
|
|
1911
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1912
|
-
}, __vue_inject_styles__$
|
|
1909
|
+
var __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
1910
|
+
render: __vue_render__$r,
|
|
1911
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
1912
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, createInjectorSSR, undefined);var script$q = {
|
|
1913
1913
|
name: "VcIconWithTooltip",
|
|
1914
1914
|
components: {
|
|
1915
|
-
VcTooltip: __vue_component__$
|
|
1915
|
+
VcTooltip: __vue_component__$r,
|
|
1916
1916
|
VIcon: lib.VIcon
|
|
1917
1917
|
},
|
|
1918
1918
|
props: {
|
|
@@ -1968,10 +1968,10 @@ var __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
|
1968
1968
|
}
|
|
1969
1969
|
}
|
|
1970
1970
|
};/* script */
|
|
1971
|
-
var __vue_script__$
|
|
1971
|
+
var __vue_script__$q = script$q;
|
|
1972
1972
|
/* template */
|
|
1973
1973
|
|
|
1974
|
-
var __vue_render__$
|
|
1974
|
+
var __vue_render__$q = function __vue_render__() {
|
|
1975
1975
|
var _vm = this;
|
|
1976
1976
|
|
|
1977
1977
|
var _h = _vm.$createElement;
|
|
@@ -2001,10 +2001,10 @@ var __vue_render__$n = function __vue_render__() {
|
|
|
2001
2001
|
}, [_vm._v("\n " + _vm._s(_vm.getIcon) + "\n ")])]], 2);
|
|
2002
2002
|
};
|
|
2003
2003
|
|
|
2004
|
-
var __vue_staticRenderFns__$
|
|
2004
|
+
var __vue_staticRenderFns__$q = [];
|
|
2005
2005
|
/* style */
|
|
2006
2006
|
|
|
2007
|
-
var __vue_inject_styles__$
|
|
2007
|
+
var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
|
|
2008
2008
|
if (!inject) return;
|
|
2009
2009
|
inject("data-v-7193d7d6_0", {
|
|
2010
2010
|
source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.tooltip-icon{cursor:pointer}.tooltip-icon .vc-question{fill:rgba(0,0,0,.4)}.tooltip-icon .vc-question-fill{fill:var(--gray-darken-4)}.tooltip-icon .vc-info-fill,.tooltip-icon .vc-information{fill:var(--v-info-base)}.tooltip-icon .vc-attention,.tooltip-icon .vc-attention-fill{fill:var(--red)}.tooltip-icon.vc-default .vc-info-fill,.tooltip-icon.vc-default .vc-information{fill:rgba(0,0,0,.4)}.tooltip-icon.vc-default_hovering .vc-info-fill,.tooltip-icon.vc-default_hovering .vc-information{fill:var(--gray-darken-4)}",
|
|
@@ -2015,19 +2015,19 @@ var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
|
|
|
2015
2015
|
/* scoped */
|
|
2016
2016
|
|
|
2017
2017
|
|
|
2018
|
-
var __vue_scope_id__$
|
|
2018
|
+
var __vue_scope_id__$q = undefined;
|
|
2019
2019
|
/* module identifier */
|
|
2020
2020
|
|
|
2021
|
-
var __vue_module_identifier__$
|
|
2021
|
+
var __vue_module_identifier__$q = "data-v-7193d7d6";
|
|
2022
2022
|
/* functional template */
|
|
2023
2023
|
|
|
2024
|
-
var __vue_is_functional_template__$
|
|
2024
|
+
var __vue_is_functional_template__$q = false;
|
|
2025
2025
|
/* style inject shadow dom */
|
|
2026
2026
|
|
|
2027
|
-
var __vue_component__$
|
|
2028
|
-
render: __vue_render__$
|
|
2029
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2030
|
-
}, __vue_inject_styles__$
|
|
2027
|
+
var __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
2028
|
+
render: __vue_render__$q,
|
|
2029
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
2030
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, createInjectorSSR, undefined);//
|
|
2031
2031
|
//
|
|
2032
2032
|
//
|
|
2033
2033
|
//
|
|
@@ -2053,7 +2053,7 @@ var __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
|
2053
2053
|
//
|
|
2054
2054
|
//
|
|
2055
2055
|
//
|
|
2056
|
-
var script$
|
|
2056
|
+
var script$p = {
|
|
2057
2057
|
components: {
|
|
2058
2058
|
VIcon: lib.VIcon,
|
|
2059
2059
|
VTooltip: lib.VTooltip
|
|
@@ -2166,10 +2166,10 @@ var script$m = {
|
|
|
2166
2166
|
}
|
|
2167
2167
|
}
|
|
2168
2168
|
};/* script */
|
|
2169
|
-
var __vue_script__$
|
|
2169
|
+
var __vue_script__$p = script$p;
|
|
2170
2170
|
/* template */
|
|
2171
2171
|
|
|
2172
|
-
var __vue_render__$
|
|
2172
|
+
var __vue_render__$p = function __vue_render__() {
|
|
2173
2173
|
var _vm = this;
|
|
2174
2174
|
|
|
2175
2175
|
var _h = _vm.$createElement;
|
|
@@ -2219,10 +2219,10 @@ var __vue_render__$m = function __vue_render__() {
|
|
|
2219
2219
|
}, [_vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.lightModeTooltip))])])], 1);
|
|
2220
2220
|
};
|
|
2221
2221
|
|
|
2222
|
-
var __vue_staticRenderFns__$
|
|
2222
|
+
var __vue_staticRenderFns__$p = [];
|
|
2223
2223
|
/* style */
|
|
2224
2224
|
|
|
2225
|
-
var __vue_inject_styles__$
|
|
2225
|
+
var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
|
|
2226
2226
|
if (!inject) return;
|
|
2227
2227
|
inject("data-v-24222052_0", {
|
|
2228
2228
|
source: ".avatar-wrapper[data-v-24222052]{position:relative;border-radius:50%;background-color:#a7a9ac;text-align:center;border:1px solid #fff;color:#fff}.avatar-wrapper.light-mode[data-v-24222052]{border:1px solid rgba(0,0,0,.3);color:rgba(0,0,0,.3);background-color:#fff}.avatar-wrapper.x-sm[data-v-24222052]{height:var(--avatar-x-sm);width:var(--avatar-x-sm);font-size:9px}.avatar-wrapper.sm[data-v-24222052]{height:var(--avatar-sm);width:var(--avatar-sm);font-size:12px}.avatar-wrapper.md[data-v-24222052]{height:var(--avatar-md);width:var(--avatar-md);font-size:14px}.avatar-wrapper.lg[data-v-24222052]{height:var(--avatar-lg);width:var(--avatar-lg);font-size:17px}.avatar-wrapper .avatar-image[data-v-24222052]{display:block;margin:auto;height:100%;width:100%;object-fit:cover;border-radius:50%}.avatar-wrapper .avatar-initials[data-v-24222052]{position:relative;top:50%;font-weight:var(--font-weight-medium2);transform:translateY(-50%)}.avatar-wrapper .badge[data-v-24222052]{fill:#fff;position:absolute;--gap:0;height:16px;width:16px;border-radius:50%;bottom:calc(var(--gap) * -1);left:calc(var(--gap) * -1)}.avatar-wrapper .badge.x-sm[data-v-24222052]{--gap:4px}.avatar-wrapper .badge.sm[data-v-24222052]{--gap:4px}.avatar-wrapper .badge.md[data-v-24222052]{--gap:2px}.avatar-wrapper .badge.lg[data-v-24222052]{--gap:0px}.avatar-wrapper .badge.right[data-v-24222052]{left:unset;right:calc(var(--gap) * -1)}.avatar-wrapper .badge.confirmed[data-v-24222052]{border:2px #fff solid}.color-0[data-v-24222052]{background-color:#fed62f}.color-1[data-v-24222052]{background-color:#fec22e}.color-2[data-v-24222052]{background-color:#feac2a}.color-3[data-v-24222052]{background-color:#fe9a28}.color-4[data-v-24222052]{background-color:#fd7024}.color-5[data-v-24222052]{background-color:#fd5b32}.color-6[data-v-24222052]{background-color:#f2483f}.color-7[data-v-24222052]{background-color:#dc331b}.color-8[data-v-24222052]{background-color:#d41419}.color-9[data-v-24222052]{background-color:#e72866}.color-10[data-v-24222052]{background-color:#c41c63}.color-11[data-v-24222052]{background-color:#9b2bae}.color-12[data-v-24222052]{background-color:#673bb5}.color-13[data-v-24222052]{background-color:#7c4efc}.color-14[data-v-24222052]{background-color:#4051b3}.color-15[data-v-24222052]{background-color:#311b92}.color-16[data-v-24222052]{background-color:#2d62fb}.color-17[data-v-24222052]{background-color:#5c6bc0}.color-18[data-v-24222052]{background-color:#17a8f1}.color-19[data-v-24222052]{background-color:#17bbd2}.color-20[data-v-24222052]{background-color:#14abbf}.color-21[data-v-24222052]{background-color:#0f9587}.color-22[data-v-24222052]{background-color:#16bea5}.color-23[data-v-24222052]{background-color:#4eae53}.color-24[data-v-24222052]{background-color:#3a8d3f}.color-25[data-v-24222052]{background-color:#8cc250}.color-26[data-v-24222052]{background-color:#66bb6a}.color-27[data-v-24222052]{background-color:#880e4f}.color-28[data-v-24222052]{background-color:#1565c0}.color-29[data-v-24222052]{background-color:#1e88e5}",
|
|
@@ -2233,25 +2233,25 @@ var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
|
|
|
2233
2233
|
/* scoped */
|
|
2234
2234
|
|
|
2235
2235
|
|
|
2236
|
-
var __vue_scope_id__$
|
|
2236
|
+
var __vue_scope_id__$p = "data-v-24222052";
|
|
2237
2237
|
/* module identifier */
|
|
2238
2238
|
|
|
2239
|
-
var __vue_module_identifier__$
|
|
2239
|
+
var __vue_module_identifier__$p = "data-v-24222052";
|
|
2240
2240
|
/* functional template */
|
|
2241
2241
|
|
|
2242
|
-
var __vue_is_functional_template__$
|
|
2242
|
+
var __vue_is_functional_template__$p = false;
|
|
2243
2243
|
/* style inject shadow dom */
|
|
2244
2244
|
|
|
2245
|
-
var __vue_component__$
|
|
2246
|
-
render: __vue_render__$
|
|
2247
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2248
|
-
}, __vue_inject_styles__$
|
|
2245
|
+
var __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
2246
|
+
render: __vue_render__$p,
|
|
2247
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
2248
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, createInjectorSSR, undefined);var script$o = {
|
|
2249
2249
|
name: "VcBottomActions",
|
|
2250
2250
|
components: {
|
|
2251
|
-
VcLayout: __vue_component__$
|
|
2252
|
-
VcButton: __vue_component__$
|
|
2253
|
-
VcIcon: __vue_component__$
|
|
2254
|
-
VcAvatar: __vue_component__$
|
|
2251
|
+
VcLayout: __vue_component__$z,
|
|
2252
|
+
VcButton: __vue_component__$B,
|
|
2253
|
+
VcIcon: __vue_component__$C,
|
|
2254
|
+
VcAvatar: __vue_component__$p,
|
|
2255
2255
|
VSubheader: lib.VSubheader,
|
|
2256
2256
|
VListItem: lib.VListItem,
|
|
2257
2257
|
VList: lib.VList,
|
|
@@ -2296,10 +2296,10 @@ var __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
|
2296
2296
|
}
|
|
2297
2297
|
}
|
|
2298
2298
|
};/* script */
|
|
2299
|
-
var __vue_script__$
|
|
2299
|
+
var __vue_script__$o = script$o;
|
|
2300
2300
|
/* template */
|
|
2301
2301
|
|
|
2302
|
-
var __vue_render__$
|
|
2302
|
+
var __vue_render__$o = function __vue_render__() {
|
|
2303
2303
|
var _vm = this;
|
|
2304
2304
|
|
|
2305
2305
|
var _h = _vm.$createElement;
|
|
@@ -2385,10 +2385,10 @@ var __vue_render__$l = function __vue_render__() {
|
|
|
2385
2385
|
}), 1)], 1)], 1);
|
|
2386
2386
|
};
|
|
2387
2387
|
|
|
2388
|
-
var __vue_staticRenderFns__$
|
|
2388
|
+
var __vue_staticRenderFns__$o = [];
|
|
2389
2389
|
/* style */
|
|
2390
2390
|
|
|
2391
|
-
var __vue_inject_styles__$
|
|
2391
|
+
var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
|
|
2392
2392
|
if (!inject) return;
|
|
2393
2393
|
inject("data-v-51eeacd7_0", {
|
|
2394
2394
|
source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-bottom-sheet{box-shadow:0 1px 10px rgba(0,0,0,.12),0 4px 5px rgba(0,0,0,.14),0 2px 4px -1px rgba(0,0,0,.2);margin:var(--size-value3) var(--size-value3) var(--size-value5)!important;border-radius:var(--modal-border-radius)!important}.vc-bottom-sheet .v-sheet.v-list{border-radius:var(--modal-border-radius);padding-top:var(--size-value0)}.vc-bottom-sheet .v-sheet.v-list .subheader{border-bottom:1px solid rgba(0,0,0,.12);padding:var(--size-value3) var(--size-value4);color:var(--gray-darken-5)}.vc-bottom-sheet .v-sheet.v-list .subheader .avatar{margin-inline-end:var(--size-value3)}.vc-bottom-sheet .v-sheet.v-list .subheader .vc-title{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small)}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper{flex-grow:1;justify-content:flex-end}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper .close-button{justify-content:flex-end;padding:var(--size-value0)}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper .close-button .v-btn__content{opacity:unset}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper .close-button .v-icon svg{fill:rgba(0,0,0,.4);width:var(--size-value4);height:var(--size-value4)}.vc-bottom-sheet .v-sheet.v-list .items-wrapper{padding:var(--size-value1) var(--size-value0)}.vc-bottom-sheet .v-sheet.v-list .items-wrapper .sheet-item{min-height:var(--size-value10)}.vc-bottom-sheet .v-sheet.v-list .items-wrapper .sheet-item .option-title{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);letter-spacing:-.2px}.vc-bottom-sheet .v-sheet.v-list .items-wrapper .sheet-item .option-title .icon-item{vertical-align:sub;margin-inline-end:var(--size-value3)}",
|
|
@@ -2399,24 +2399,24 @@ var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
|
2399
2399
|
/* scoped */
|
|
2400
2400
|
|
|
2401
2401
|
|
|
2402
|
-
var __vue_scope_id__$
|
|
2402
|
+
var __vue_scope_id__$o = undefined;
|
|
2403
2403
|
/* module identifier */
|
|
2404
2404
|
|
|
2405
|
-
var __vue_module_identifier__$
|
|
2405
|
+
var __vue_module_identifier__$o = "data-v-51eeacd7";
|
|
2406
2406
|
/* functional template */
|
|
2407
2407
|
|
|
2408
|
-
var __vue_is_functional_template__$
|
|
2408
|
+
var __vue_is_functional_template__$o = false;
|
|
2409
2409
|
/* style inject shadow dom */
|
|
2410
2410
|
|
|
2411
|
-
var __vue_component__$
|
|
2412
|
-
render: __vue_render__$
|
|
2413
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2414
|
-
}, __vue_inject_styles__$
|
|
2411
|
+
var __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
2412
|
+
render: __vue_render__$o,
|
|
2413
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
2414
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, createInjectorSSR, undefined);var script$n = {
|
|
2415
2415
|
name: "VcActionList",
|
|
2416
2416
|
components: {
|
|
2417
|
-
VcLayout: __vue_component__$
|
|
2418
|
-
VcButton: __vue_component__$
|
|
2419
|
-
VcIcon: __vue_component__$
|
|
2417
|
+
VcLayout: __vue_component__$z,
|
|
2418
|
+
VcButton: __vue_component__$B,
|
|
2419
|
+
VcIcon: __vue_component__$C,
|
|
2420
2420
|
VListItemTitle: lib.VListItemTitle,
|
|
2421
2421
|
VListItem: lib.VListItem,
|
|
2422
2422
|
VList: lib.VList,
|
|
@@ -2445,10 +2445,10 @@ var __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
|
2445
2445
|
}
|
|
2446
2446
|
}
|
|
2447
2447
|
};/* script */
|
|
2448
|
-
var __vue_script__$
|
|
2448
|
+
var __vue_script__$n = script$n;
|
|
2449
2449
|
/* template */
|
|
2450
2450
|
|
|
2451
|
-
var __vue_render__$
|
|
2451
|
+
var __vue_render__$n = function __vue_render__() {
|
|
2452
2452
|
var _vm = this;
|
|
2453
2453
|
|
|
2454
2454
|
var _h = _vm.$createElement;
|
|
@@ -2500,10 +2500,10 @@ var __vue_render__$k = function __vue_render__() {
|
|
|
2500
2500
|
}), 1)], 1)], 1);
|
|
2501
2501
|
};
|
|
2502
2502
|
|
|
2503
|
-
var __vue_staticRenderFns__$
|
|
2503
|
+
var __vue_staticRenderFns__$n = [];
|
|
2504
2504
|
/* style */
|
|
2505
2505
|
|
|
2506
|
-
var __vue_inject_styles__$
|
|
2506
|
+
var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
|
|
2507
2507
|
if (!inject) return;
|
|
2508
2508
|
inject("data-v-936b4f84_0", {
|
|
2509
2509
|
source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-action-list{box-shadow:0 1px 10px rgba(0,0,0,.12),0 4px 5px rgba(0,0,0,.14),0 2px 4px -1px rgba(0,0,0,.2)}.vc-action-list .v-list{border-radius:var(--modal-border-radius);padding:var(--size-value1) 0}.vc-action-list .v-list .items-wrapper .sheet-item{min-height:var(--size-value10)}.vc-action-list .v-list .items-wrapper .sheet-item .option-title{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);letter-spacing:-.2px}.vc-action-list .v-list .items-wrapper .sheet-item .option-title .icon-item{vertical-align:sub;margin-inline-end:var(--size-value3)}",
|
|
@@ -2514,24 +2514,24 @@ var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
|
2514
2514
|
/* scoped */
|
|
2515
2515
|
|
|
2516
2516
|
|
|
2517
|
-
var __vue_scope_id__$
|
|
2517
|
+
var __vue_scope_id__$n = undefined;
|
|
2518
2518
|
/* module identifier */
|
|
2519
2519
|
|
|
2520
|
-
var __vue_module_identifier__$
|
|
2520
|
+
var __vue_module_identifier__$n = "data-v-936b4f84";
|
|
2521
2521
|
/* functional template */
|
|
2522
2522
|
|
|
2523
|
-
var __vue_is_functional_template__$
|
|
2523
|
+
var __vue_is_functional_template__$n = false;
|
|
2524
2524
|
/* style inject shadow dom */
|
|
2525
2525
|
|
|
2526
|
-
var __vue_component__$
|
|
2527
|
-
render: __vue_render__$
|
|
2528
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2529
|
-
}, __vue_inject_styles__$
|
|
2526
|
+
var __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
2527
|
+
render: __vue_render__$n,
|
|
2528
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
2529
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, createInjectorSSR, undefined);var script$m = {
|
|
2530
2530
|
name: "VcActions",
|
|
2531
2531
|
components: {
|
|
2532
|
-
VcIcon: __vue_component__$
|
|
2533
|
-
VcActionList: __vue_component__$
|
|
2534
|
-
VcBottomActions: __vue_component__$
|
|
2532
|
+
VcIcon: __vue_component__$C,
|
|
2533
|
+
VcActionList: __vue_component__$n,
|
|
2534
|
+
VcBottomActions: __vue_component__$o
|
|
2535
2535
|
},
|
|
2536
2536
|
data: function data() {
|
|
2537
2537
|
return {
|
|
@@ -2581,10 +2581,10 @@ var __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
|
2581
2581
|
}
|
|
2582
2582
|
}
|
|
2583
2583
|
};/* script */
|
|
2584
|
-
var __vue_script__$
|
|
2584
|
+
var __vue_script__$m = script$m;
|
|
2585
2585
|
/* template */
|
|
2586
2586
|
|
|
2587
|
-
var __vue_render__$
|
|
2587
|
+
var __vue_render__$m = function __vue_render__() {
|
|
2588
2588
|
var _vm = this;
|
|
2589
2589
|
|
|
2590
2590
|
var _h = _vm.$createElement;
|
|
@@ -2630,29 +2630,29 @@ var __vue_render__$j = function __vue_render__() {
|
|
|
2630
2630
|
}, 'component', _vm.$props, false));
|
|
2631
2631
|
};
|
|
2632
2632
|
|
|
2633
|
-
var __vue_staticRenderFns__$
|
|
2633
|
+
var __vue_staticRenderFns__$m = [];
|
|
2634
2634
|
/* style */
|
|
2635
2635
|
|
|
2636
|
-
var __vue_inject_styles__$
|
|
2636
|
+
var __vue_inject_styles__$m = undefined;
|
|
2637
2637
|
/* scoped */
|
|
2638
2638
|
|
|
2639
|
-
var __vue_scope_id__$
|
|
2639
|
+
var __vue_scope_id__$m = undefined;
|
|
2640
2640
|
/* module identifier */
|
|
2641
2641
|
|
|
2642
|
-
var __vue_module_identifier__$
|
|
2642
|
+
var __vue_module_identifier__$m = "data-v-69d05c95";
|
|
2643
2643
|
/* functional template */
|
|
2644
2644
|
|
|
2645
|
-
var __vue_is_functional_template__$
|
|
2645
|
+
var __vue_is_functional_template__$m = false;
|
|
2646
2646
|
/* style inject */
|
|
2647
2647
|
|
|
2648
2648
|
/* style inject SSR */
|
|
2649
2649
|
|
|
2650
2650
|
/* style inject shadow dom */
|
|
2651
2651
|
|
|
2652
|
-
var __vue_component__$
|
|
2653
|
-
render: __vue_render__$
|
|
2654
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2655
|
-
}, __vue_inject_styles__$
|
|
2652
|
+
var __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
2653
|
+
render: __vue_render__$m,
|
|
2654
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
2655
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, undefined, undefined);//
|
|
2656
2656
|
//
|
|
2657
2657
|
//
|
|
2658
2658
|
//
|
|
@@ -2673,7 +2673,7 @@ var __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
|
2673
2673
|
//
|
|
2674
2674
|
//
|
|
2675
2675
|
//
|
|
2676
|
-
var script$
|
|
2676
|
+
var script$l = {
|
|
2677
2677
|
components: {
|
|
2678
2678
|
VStepperStep: lib.VStepperStep,
|
|
2679
2679
|
VStepper: lib.VStepper
|
|
@@ -2745,17 +2745,22 @@ var script$i = {
|
|
|
2745
2745
|
}
|
|
2746
2746
|
}
|
|
2747
2747
|
};/* script */
|
|
2748
|
-
var __vue_script__$
|
|
2748
|
+
var __vue_script__$l = script$l;
|
|
2749
2749
|
/* template */
|
|
2750
2750
|
|
|
2751
|
-
var __vue_render__$
|
|
2751
|
+
var __vue_render__$l = function __vue_render__() {
|
|
2752
2752
|
var _vm = this;
|
|
2753
2753
|
|
|
2754
2754
|
var _h = _vm.$createElement;
|
|
2755
2755
|
|
|
2756
2756
|
var _c = _vm._self._c || _h;
|
|
2757
2757
|
|
|
2758
|
-
return _c('div',
|
|
2758
|
+
return _c('div', {
|
|
2759
|
+
staticClass: "vc-stepper-container",
|
|
2760
|
+
attrs: {
|
|
2761
|
+
"data-qa": "vc-steps-bar"
|
|
2762
|
+
}
|
|
2763
|
+
}, [_c('v-stepper', {
|
|
2759
2764
|
staticClass: "vc-stepper",
|
|
2760
2765
|
attrs: {
|
|
2761
2766
|
"vertical": "",
|
|
@@ -2782,13 +2787,13 @@ var __vue_render__$i = function __vue_render__() {
|
|
|
2782
2787
|
})], 2)], 1);
|
|
2783
2788
|
};
|
|
2784
2789
|
|
|
2785
|
-
var __vue_staticRenderFns__$
|
|
2790
|
+
var __vue_staticRenderFns__$l = [];
|
|
2786
2791
|
/* style */
|
|
2787
2792
|
|
|
2788
|
-
var __vue_inject_styles__$
|
|
2793
|
+
var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
2789
2794
|
if (!inject) return;
|
|
2790
|
-
inject("data-v-
|
|
2791
|
-
source: "[data-v-
|
|
2795
|
+
inject("data-v-9f3fe138_0", {
|
|
2796
|
+
source: "[data-v-9f3fe138]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-stepper-container[data-v-9f3fe138]{height:100%;padding-block-start:var(--size-value4);padding-inline-start:var(--size-value10)}.vc-stepper.v-stepper[data-v-9f3fe138]{box-shadow:none}.vc-stepper.v-stepper .stepper-title[data-v-9f3fe138]{margin-block-end:var(--size-value6);font-weight:var(--font-weight-large2);font-size:var(--font-size-medium);letter-spacing:.03em;color:var(--gray-darken-5)}.vc-stepper.v-stepper .v-stepper__step[data-v-9f3fe138]{padding:var(--size-value0);width:fit-content;align-items:flex-start;margin-block-end:var(--size-value1)}.vc-stepper.v-stepper .v-stepper__step[data-v-9f3fe138] .v-stepper__label{padding-inline-end:var(--size-value6);text-shadow:none;font-size:var(--font-size-small2);letter-spacing:.01em;line-height:var(--size-value6);padding-bottom:var(--size-value7)}.vc-stepper.v-stepper .v-stepper__step[data-v-9f3fe138] span.v-stepper__step__step{height:var(--size-value5);min-width:var(--size-value5);width:var(--size-value5);margin-inline-end:var(--size-value3);margin-inline-start:var(--size-value0);margin-block:2px;font-size:var(--font-size-xx-small);font-weight:var(--font-weight-medium2)}.vc-stepper.v-stepper .v-stepper__step[data-v-9f3fe138]:not(.v-stepper__step--active):not(.v-stepper__step--complete) span.v-stepper__step__step{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}.vc-stepper.v-stepper .v-stepper__step[data-v-9f3fe138]:not(.v-stepper__step--active):not(.v-stepper__step--complete) .v-stepper__label{color:var(--gray-darken-4)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--active[data-v-9f3fe138]:not(.v-stepper__step--complete) span.v-stepper__step__step{background-color:var(--v-secondary-base)!important}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--active[data-v-9f3fe138]:not(.v-stepper__step--complete) .v-stepper__label{color:var(--gray-darken-5);font-weight:var(--font-weight-large)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-9f3fe138] span.v-stepper__step__step{background-color:var(--green)!important}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-9f3fe138] span.v-stepper__step__step i{font-size:var(--size-value3)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-9f3fe138] .v-stepper__label{color:var(--gray-darken-5)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete.v-stepper__step--active[data-v-9f3fe138] .v-stepper__label{font-weight:var(--font-weight-large)}.vc-stepper.v-stepper .v-stepper__step[data-v-9f3fe138]:not(:last-child)::after{content:\"\";border-inline-start:2px solid var(--gray-lighten-1);position:absolute;top:0;margin-inline-start:9px;height:-webkit-fill-available;margin-top:var(--size-value7)}",
|
|
2792
2797
|
map: undefined,
|
|
2793
2798
|
media: undefined
|
|
2794
2799
|
});
|
|
@@ -2796,21 +2801,19 @@ var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
|
|
|
2796
2801
|
/* scoped */
|
|
2797
2802
|
|
|
2798
2803
|
|
|
2799
|
-
var __vue_scope_id__$
|
|
2804
|
+
var __vue_scope_id__$l = "data-v-9f3fe138";
|
|
2800
2805
|
/* module identifier */
|
|
2801
2806
|
|
|
2802
|
-
var __vue_module_identifier__$
|
|
2807
|
+
var __vue_module_identifier__$l = "data-v-9f3fe138";
|
|
2803
2808
|
/* functional template */
|
|
2804
2809
|
|
|
2805
|
-
var __vue_is_functional_template__$
|
|
2810
|
+
var __vue_is_functional_template__$l = false;
|
|
2806
2811
|
/* style inject shadow dom */
|
|
2807
2812
|
|
|
2808
|
-
var __vue_component__$
|
|
2809
|
-
render: __vue_render__$
|
|
2810
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2811
|
-
}, __vue_inject_styles__$
|
|
2812
|
-
//
|
|
2813
|
-
//
|
|
2813
|
+
var __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
2814
|
+
render: __vue_render__$l,
|
|
2815
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
2816
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, createInjectorSSR, undefined);//
|
|
2814
2817
|
//
|
|
2815
2818
|
//
|
|
2816
2819
|
//
|
|
@@ -2823,7 +2826,9 @@ var __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
|
2823
2826
|
//
|
|
2824
2827
|
//
|
|
2825
2828
|
//
|
|
2826
|
-
|
|
2829
|
+
//
|
|
2830
|
+
//
|
|
2831
|
+
var script$k = {
|
|
2827
2832
|
components: {
|
|
2828
2833
|
VProgressCircular: lib.VProgressCircular
|
|
2829
2834
|
},
|
|
@@ -2887,10 +2892,10 @@ var script$h = {
|
|
|
2887
2892
|
}
|
|
2888
2893
|
}
|
|
2889
2894
|
};/* script */
|
|
2890
|
-
var __vue_script__$
|
|
2895
|
+
var __vue_script__$k = script$k;
|
|
2891
2896
|
/* template */
|
|
2892
2897
|
|
|
2893
|
-
var __vue_render__$
|
|
2898
|
+
var __vue_render__$k = function __vue_render__() {
|
|
2894
2899
|
var _vm = this;
|
|
2895
2900
|
|
|
2896
2901
|
var _h = _vm.$createElement;
|
|
@@ -2911,10 +2916,10 @@ var __vue_render__$h = function __vue_render__() {
|
|
|
2911
2916
|
}, [_vm._v("\n " + _vm._s(_vm.currentStep) + " / " + _vm._s(_vm.steps) + "\n ")]) : _vm._e()]);
|
|
2912
2917
|
};
|
|
2913
2918
|
|
|
2914
|
-
var __vue_staticRenderFns__$
|
|
2919
|
+
var __vue_staticRenderFns__$k = [];
|
|
2915
2920
|
/* style */
|
|
2916
2921
|
|
|
2917
|
-
var __vue_inject_styles__$
|
|
2922
|
+
var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
2918
2923
|
if (!inject) return;
|
|
2919
2924
|
inject("data-v-5c278fc2_0", {
|
|
2920
2925
|
source: "[data-v-5c278fc2]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-progress-circular .vc-progress-counter[data-v-5c278fc2]{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);color:var(--gray-darken-5)}.vc-progress-circular[data-v-5c278fc2] .v-progress-circular__underlay{stroke:var(--neutral-lighten-1)}",
|
|
@@ -2925,23 +2930,23 @@ var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
|
|
|
2925
2930
|
/* scoped */
|
|
2926
2931
|
|
|
2927
2932
|
|
|
2928
|
-
var __vue_scope_id__$
|
|
2933
|
+
var __vue_scope_id__$k = "data-v-5c278fc2";
|
|
2929
2934
|
/* module identifier */
|
|
2930
2935
|
|
|
2931
|
-
var __vue_module_identifier__$
|
|
2936
|
+
var __vue_module_identifier__$k = "data-v-5c278fc2";
|
|
2932
2937
|
/* functional template */
|
|
2933
2938
|
|
|
2934
|
-
var __vue_is_functional_template__$
|
|
2939
|
+
var __vue_is_functional_template__$k = false;
|
|
2935
2940
|
/* style inject shadow dom */
|
|
2936
2941
|
|
|
2937
|
-
var __vue_component__$
|
|
2938
|
-
render: __vue_render__$
|
|
2939
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2940
|
-
}, __vue_inject_styles__$
|
|
2942
|
+
var __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
2943
|
+
render: __vue_render__$k,
|
|
2944
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
2945
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, createInjectorSSR, undefined);var script$j = {
|
|
2941
2946
|
name: "VcMobileWizardProgress",
|
|
2942
2947
|
components: {
|
|
2943
|
-
VcLayout: __vue_component__$
|
|
2944
|
-
VcProgressCircular: __vue_component__$
|
|
2948
|
+
VcLayout: __vue_component__$z,
|
|
2949
|
+
VcProgressCircular: __vue_component__$k
|
|
2945
2950
|
},
|
|
2946
2951
|
model: {
|
|
2947
2952
|
prop: 'currentStep'
|
|
@@ -2993,10 +2998,10 @@ var __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
|
2993
2998
|
}
|
|
2994
2999
|
}
|
|
2995
3000
|
};/* script */
|
|
2996
|
-
var __vue_script__$
|
|
3001
|
+
var __vue_script__$j = script$j;
|
|
2997
3002
|
/* template */
|
|
2998
3003
|
|
|
2999
|
-
var __vue_render__$
|
|
3004
|
+
var __vue_render__$j = function __vue_render__() {
|
|
3000
3005
|
var _vm = this;
|
|
3001
3006
|
|
|
3002
3007
|
var _h = _vm.$createElement;
|
|
@@ -3032,13 +3037,13 @@ var __vue_render__$g = function __vue_render__() {
|
|
|
3032
3037
|
}, [_vm._v(_vm._s(_vm.nextStepName))]) : _vm._e()])], 1);
|
|
3033
3038
|
};
|
|
3034
3039
|
|
|
3035
|
-
var __vue_staticRenderFns__$
|
|
3040
|
+
var __vue_staticRenderFns__$j = [];
|
|
3036
3041
|
/* style */
|
|
3037
3042
|
|
|
3038
|
-
var __vue_inject_styles__$
|
|
3043
|
+
var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
|
|
3039
3044
|
if (!inject) return;
|
|
3040
|
-
inject("data-v-
|
|
3041
|
-
source: "[data-v-
|
|
3045
|
+
inject("data-v-4fe04d36_0", {
|
|
3046
|
+
source: "[data-v-4fe04d36]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-mobile-wizard-progress[data-v-4fe04d36]{padding:var(--size-value4);background-color:var(--neutral-lighten-3);width:100%;max-height:84px}.vc-mobile-wizard-progress .titles-container[data-v-4fe04d36]{margin:var(--size-value0) var(--size-value4)}.vc-mobile-wizard-progress .titles-container .current-step[data-v-4fe04d36]{font-weight:var(--font-weight-large2);font-size:var(--font-size-small2)}.vc-mobile-wizard-progress .titles-container .next-step[data-v-4fe04d36]{font-size:var(--font-size-x-small);color:var(--gray-darken-4)}",
|
|
3042
3047
|
map: undefined,
|
|
3043
3048
|
media: undefined
|
|
3044
3049
|
});
|
|
@@ -3046,19 +3051,19 @@ var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
|
|
|
3046
3051
|
/* scoped */
|
|
3047
3052
|
|
|
3048
3053
|
|
|
3049
|
-
var __vue_scope_id__$
|
|
3054
|
+
var __vue_scope_id__$j = "data-v-4fe04d36";
|
|
3050
3055
|
/* module identifier */
|
|
3051
3056
|
|
|
3052
|
-
var __vue_module_identifier__$
|
|
3057
|
+
var __vue_module_identifier__$j = "data-v-4fe04d36";
|
|
3053
3058
|
/* functional template */
|
|
3054
3059
|
|
|
3055
|
-
var __vue_is_functional_template__$
|
|
3060
|
+
var __vue_is_functional_template__$j = false;
|
|
3056
3061
|
/* style inject shadow dom */
|
|
3057
3062
|
|
|
3058
|
-
var __vue_component__$
|
|
3059
|
-
render: __vue_render__$
|
|
3060
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3061
|
-
}, __vue_inject_styles__$
|
|
3063
|
+
var __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
3064
|
+
render: __vue_render__$j,
|
|
3065
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
3066
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, createInjectorSSR, undefined);//
|
|
3062
3067
|
//
|
|
3063
3068
|
//
|
|
3064
3069
|
//
|
|
@@ -3080,7 +3085,7 @@ var __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
|
3080
3085
|
//
|
|
3081
3086
|
//
|
|
3082
3087
|
//
|
|
3083
|
-
var script$
|
|
3088
|
+
var script$i = {
|
|
3084
3089
|
components: {
|
|
3085
3090
|
VCol: lib.VCol,
|
|
3086
3091
|
VRow: lib.VRow,
|
|
@@ -3166,10 +3171,10 @@ var script$f = {
|
|
|
3166
3171
|
}
|
|
3167
3172
|
}
|
|
3168
3173
|
};/* script */
|
|
3169
|
-
var __vue_script__$
|
|
3174
|
+
var __vue_script__$i = script$i;
|
|
3170
3175
|
/* template */
|
|
3171
3176
|
|
|
3172
|
-
var __vue_render__$
|
|
3177
|
+
var __vue_render__$i = function __vue_render__() {
|
|
3173
3178
|
var _vm = this;
|
|
3174
3179
|
|
|
3175
3180
|
var _h = _vm.$createElement;
|
|
@@ -3216,10 +3221,10 @@ var __vue_render__$f = function __vue_render__() {
|
|
|
3216
3221
|
}), 1);
|
|
3217
3222
|
};
|
|
3218
3223
|
|
|
3219
|
-
var __vue_staticRenderFns__$
|
|
3224
|
+
var __vue_staticRenderFns__$i = [];
|
|
3220
3225
|
/* style */
|
|
3221
3226
|
|
|
3222
|
-
var __vue_inject_styles__$
|
|
3227
|
+
var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
|
|
3223
3228
|
if (!inject) return;
|
|
3224
3229
|
inject("data-v-284ef818_0", {
|
|
3225
3230
|
source: ".VcButtonGroup[data-v-284ef818]{font-weight:var(--font-weight-medium2);font-size:13px}.VcButtonGroup .button-group-row[data-v-284ef818]{margin:0}.VcButtonGroup .button-item[data-v-284ef818]{cursor:pointer;transition:.3s background-color,color ease-out;min-height:40px;border-color:#d6dbe6;border-style:solid;border-width:0;color:rgba(0,0,0,.62);border-right-width:1px;border-bottom-width:1px;padding:0 12px}.VcButtonGroup .button-item .button-label[data-v-284ef818]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.VcButtonGroup .button-item.left[data-v-284ef818]{border-left-width:1px}.VcButtonGroup .button-item.top[data-v-284ef818]{border-top-width:1px}.VcButtonGroup .button-item.bottom[data-v-284ef818]:not(.top):not(.selected){border-top-width:0}.VcButtonGroup .button-item.top.left[data-v-284ef818]{border-top-left-radius:6px}.VcButtonGroup .button-item.top.right[data-v-284ef818]{border-top-right-radius:6px}.VcButtonGroup .button-item.bottom.left[data-v-284ef818]{border-bottom-left-radius:6px}.VcButtonGroup .button-item.bottom.right[data-v-284ef818]{border-bottom-right-radius:6px}.VcButtonGroup .button-item[data-v-284ef818]:hover{background-color:rgba(0,0,0,.03)}.VcButtonGroup .button-item[data-v-284ef818]:focus{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcButtonGroup .button-item.selected[data-v-284ef818]{border:2px solid var(--v-secondary-base);font-weight:600}.VcButtonGroup .button-item.selected[data-v-284ef818]:hover{background:rgba(0,0,0,.03)}.VcButtonGroup .button-item[data-v-284ef818]:active{background:rgba(0,0,0,.12)}.VcButtonGroup .button-item.disabled[data-v-284ef818]{background:rgba(0,0,0,.07);color:rgba(0,0,0,.4);pointer-events:none}",
|
|
@@ -3230,19 +3235,19 @@ var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
|
|
|
3230
3235
|
/* scoped */
|
|
3231
3236
|
|
|
3232
3237
|
|
|
3233
|
-
var __vue_scope_id__$
|
|
3238
|
+
var __vue_scope_id__$i = "data-v-284ef818";
|
|
3234
3239
|
/* module identifier */
|
|
3235
3240
|
|
|
3236
|
-
var __vue_module_identifier__$
|
|
3241
|
+
var __vue_module_identifier__$i = "data-v-284ef818";
|
|
3237
3242
|
/* functional template */
|
|
3238
3243
|
|
|
3239
|
-
var __vue_is_functional_template__$
|
|
3244
|
+
var __vue_is_functional_template__$i = false;
|
|
3240
3245
|
/* style inject shadow dom */
|
|
3241
3246
|
|
|
3242
|
-
var __vue_component__$
|
|
3243
|
-
render: __vue_render__$
|
|
3244
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3245
|
-
}, __vue_inject_styles__$
|
|
3247
|
+
var __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
3248
|
+
render: __vue_render__$i,
|
|
3249
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
3250
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, createInjectorSSR, undefined);//
|
|
3246
3251
|
//
|
|
3247
3252
|
//
|
|
3248
3253
|
//
|
|
@@ -3251,7 +3256,7 @@ var __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
|
3251
3256
|
//
|
|
3252
3257
|
//
|
|
3253
3258
|
//
|
|
3254
|
-
var script$
|
|
3259
|
+
var script$h = {
|
|
3255
3260
|
components: {
|
|
3256
3261
|
VProgressCircular: lib.VProgressCircular
|
|
3257
3262
|
},
|
|
@@ -3277,10 +3282,10 @@ var script$e = {
|
|
|
3277
3282
|
}
|
|
3278
3283
|
}
|
|
3279
3284
|
};/* script */
|
|
3280
|
-
var __vue_script__$
|
|
3285
|
+
var __vue_script__$h = script$h;
|
|
3281
3286
|
/* template */
|
|
3282
3287
|
|
|
3283
|
-
var __vue_render__$
|
|
3288
|
+
var __vue_render__$h = function __vue_render__() {
|
|
3284
3289
|
var _vm = this;
|
|
3285
3290
|
|
|
3286
3291
|
var _h = _vm.$createElement;
|
|
@@ -3298,29 +3303,29 @@ var __vue_render__$e = function __vue_render__() {
|
|
|
3298
3303
|
});
|
|
3299
3304
|
};
|
|
3300
3305
|
|
|
3301
|
-
var __vue_staticRenderFns__$
|
|
3306
|
+
var __vue_staticRenderFns__$h = [];
|
|
3302
3307
|
/* style */
|
|
3303
3308
|
|
|
3304
|
-
var __vue_inject_styles__$
|
|
3309
|
+
var __vue_inject_styles__$h = undefined;
|
|
3305
3310
|
/* scoped */
|
|
3306
3311
|
|
|
3307
|
-
var __vue_scope_id__$
|
|
3312
|
+
var __vue_scope_id__$h = undefined;
|
|
3308
3313
|
/* module identifier */
|
|
3309
3314
|
|
|
3310
|
-
var __vue_module_identifier__$
|
|
3315
|
+
var __vue_module_identifier__$h = "data-v-709c68d3";
|
|
3311
3316
|
/* functional template */
|
|
3312
3317
|
|
|
3313
|
-
var __vue_is_functional_template__$
|
|
3318
|
+
var __vue_is_functional_template__$h = false;
|
|
3314
3319
|
/* style inject */
|
|
3315
3320
|
|
|
3316
3321
|
/* style inject SSR */
|
|
3317
3322
|
|
|
3318
3323
|
/* style inject shadow dom */
|
|
3319
3324
|
|
|
3320
|
-
var __vue_component__$
|
|
3321
|
-
render: __vue_render__$
|
|
3322
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3323
|
-
}, __vue_inject_styles__$
|
|
3325
|
+
var __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
3326
|
+
render: __vue_render__$h,
|
|
3327
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
3328
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);//
|
|
3324
3329
|
//
|
|
3325
3330
|
//
|
|
3326
3331
|
//
|
|
@@ -3336,7 +3341,7 @@ var __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
|
3336
3341
|
//
|
|
3337
3342
|
//
|
|
3338
3343
|
//
|
|
3339
|
-
var script$
|
|
3344
|
+
var script$g = {
|
|
3340
3345
|
components: {
|
|
3341
3346
|
VSwitch: lib.VSwitch
|
|
3342
3347
|
},
|
|
@@ -3366,10 +3371,10 @@ var script$d = {
|
|
|
3366
3371
|
}
|
|
3367
3372
|
}
|
|
3368
3373
|
};/* script */
|
|
3369
|
-
var __vue_script__$
|
|
3374
|
+
var __vue_script__$g = script$g;
|
|
3370
3375
|
/* template */
|
|
3371
3376
|
|
|
3372
|
-
var __vue_render__$
|
|
3377
|
+
var __vue_render__$g = function __vue_render__() {
|
|
3373
3378
|
var _vm = this;
|
|
3374
3379
|
|
|
3375
3380
|
var _h = _vm.$createElement;
|
|
@@ -3405,10 +3410,10 @@ var __vue_render__$d = function __vue_render__() {
|
|
|
3405
3410
|
});
|
|
3406
3411
|
};
|
|
3407
3412
|
|
|
3408
|
-
var __vue_staticRenderFns__$
|
|
3413
|
+
var __vue_staticRenderFns__$g = [];
|
|
3409
3414
|
/* style */
|
|
3410
3415
|
|
|
3411
|
-
var __vue_inject_styles__$
|
|
3416
|
+
var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
|
|
3412
3417
|
if (!inject) return;
|
|
3413
3418
|
inject("data-v-5fe5a78e_0", {
|
|
3414
3419
|
source: ".VcSwitch[data-v-5fe5a78e]{padding:0;margin:0}.VcSwitch[data-v-5fe5a78e] label{font-size:var(--font-size-small);font-weight:var(--font-weight-medium);line-height:var(--size-value6);color:rgba(0,0,0,.87)}.VcSwitch[data-v-5fe5a78e] input{height:var(--size-value5)}.VcSwitch[data-v-5fe5a78e] .v-input--selection-controls__input{margin-left:0;margin-right:var(--size-value3);height:var(--size-value5);width:var(--size-value8)}#app[dir=rtl] .VcSwitch[data-v-5fe5a78e] .v-input--selection-controls__input{margin-left:var(--size-value3)}#app[dir=rtl] .VcSwitch[data-v-5fe5a78e] .v-input--selection-controls__input{margin-right:0}.VcSwitch[data-v-5fe5a78e] .v-input--switch__track{top:0;left:0}#app[dir=rtl] .VcSwitch[data-v-5fe5a78e] .v-input--switch__track{left:auto;right:0}.VcSwitch[data-v-5fe5a78e] .v-input--selection-controls__ripple{left:-10px;height:25px;width:25px}#app[dir=rtl] .VcSwitch[data-v-5fe5a78e] .v-input--selection-controls__ripple{left:auto;right:-10px}.VcSwitch[data-v-5fe5a78e] .v-input--switch__thumb{height:14px;width:14px;background-color:#fff;top:calc(50% - 7px);transform:translateX(3px)!important;box-shadow:0 1px 1px rgba(0,0,0,.141176),0 1px 3px rgba(0,0,0,.2)}#app[dir=rtl] .VcSwitch[data-v-5fe5a78e] .v-input--switch__thumb{transform:translateX(-3px)!important}.VcSwitch.v-input--is-disabled[data-v-5fe5a78e] {opacity:1}.VcSwitch.v-input--is-disabled[data-v-5fe5a78e] .v-input--switch__track{color:#ededed!important}.VcSwitch.v-input--is-disabled[data-v-5fe5a78e] .v-input--switch__thumb{background-color:#e0e0e0!important;box-shadow:none}.VcSwitch.is-active[data-v-5fe5a78e] .v-input--switch__track{opacity:1;background-color:currentColor}.VcSwitch.is-active[data-v-5fe5a78e] .v-input--selection-controls__ripple{transform:translateX(14px)!important}#app[dir=rtl] .VcSwitch.is-active[data-v-5fe5a78e] .v-input--selection-controls__ripple{transform:translateX(-14px)!important}.VcSwitch.is-active[data-v-5fe5a78e] .v-input--switch__thumb{transform:translateX(17px)!important}#app[dir=rtl] .VcSwitch.is-active[data-v-5fe5a78e] .v-input--switch__thumb{transform:translateX(-17px)!important}",
|
|
@@ -3419,19 +3424,19 @@ var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
|
|
|
3419
3424
|
/* scoped */
|
|
3420
3425
|
|
|
3421
3426
|
|
|
3422
|
-
var __vue_scope_id__$
|
|
3427
|
+
var __vue_scope_id__$g = "data-v-5fe5a78e";
|
|
3423
3428
|
/* module identifier */
|
|
3424
3429
|
|
|
3425
|
-
var __vue_module_identifier__$
|
|
3430
|
+
var __vue_module_identifier__$g = "data-v-5fe5a78e";
|
|
3426
3431
|
/* functional template */
|
|
3427
3432
|
|
|
3428
|
-
var __vue_is_functional_template__$
|
|
3433
|
+
var __vue_is_functional_template__$g = false;
|
|
3429
3434
|
/* style inject shadow dom */
|
|
3430
3435
|
|
|
3431
|
-
var __vue_component__$
|
|
3432
|
-
render: __vue_render__$
|
|
3433
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3434
|
-
}, __vue_inject_styles__$
|
|
3436
|
+
var __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
3437
|
+
render: __vue_render__$g,
|
|
3438
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
3439
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, createInjectorSSR, undefined);//
|
|
3435
3440
|
//
|
|
3436
3441
|
//
|
|
3437
3442
|
//
|
|
@@ -3450,7 +3455,7 @@ var __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
|
3450
3455
|
//
|
|
3451
3456
|
//
|
|
3452
3457
|
//
|
|
3453
|
-
var script$
|
|
3458
|
+
var script$f = {
|
|
3454
3459
|
components: {
|
|
3455
3460
|
VTextField: lib.VTextField
|
|
3456
3461
|
},
|
|
@@ -3498,10 +3503,10 @@ var script$c = {
|
|
|
3498
3503
|
}
|
|
3499
3504
|
}
|
|
3500
3505
|
};/* script */
|
|
3501
|
-
var __vue_script__$
|
|
3506
|
+
var __vue_script__$f = script$f;
|
|
3502
3507
|
/* template */
|
|
3503
3508
|
|
|
3504
|
-
var __vue_render__$
|
|
3509
|
+
var __vue_render__$f = function __vue_render__() {
|
|
3505
3510
|
var _vm = this;
|
|
3506
3511
|
|
|
3507
3512
|
var _h = _vm.$createElement;
|
|
@@ -3533,10 +3538,10 @@ var __vue_render__$c = function __vue_render__() {
|
|
|
3533
3538
|
});
|
|
3534
3539
|
};
|
|
3535
3540
|
|
|
3536
|
-
var __vue_staticRenderFns__$
|
|
3541
|
+
var __vue_staticRenderFns__$f = [];
|
|
3537
3542
|
/* style */
|
|
3538
3543
|
|
|
3539
|
-
var __vue_inject_styles__$
|
|
3544
|
+
var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
|
|
3540
3545
|
if (!inject) return;
|
|
3541
3546
|
inject("data-v-027a8ee5_0", {
|
|
3542
3547
|
source: ".VcTextInput.v-text-field[data-v-027a8ee5]{font-family:var(--primary-font-family)}.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot{padding:0 var(--size-value3);height:var(--size-value13);background:#fff;border:1px solid var(--gray-lighten-1);box-sizing:border-box;border-radius:6px}.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot label{font-size:var(--font-size-small2);line-height:var(--size-value5);color:var(--gray-darken-3);font-weight:var(--font-weight-medium)}.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot input{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:var(--size-value5);color:var(--gray-darken-5)}.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot:after,.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot:before{display:none}.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot:hover{border-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot:active,.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot:focus,.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot:focus-within{border:1px solid var(--v-secondary-base);box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot:active input,.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot:focus input,.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot:focus-within input{color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-027a8ee5].error--text .v-input__slot{border-color:var(--red);color:unset;box-shadow:unset;font-size:var(--font-size-xx-small);line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-027a8ee5].v-input--is-focused label,.VcTextInput.v-text-field[data-v-027a8ee5].v-input--is-label-active label{font-size:var(--font-size-small);line-height:1.17;letter-spacing:-.3px;color:var(--gray-darken-4)!important;transform:translateY(-100%) scale(.85);top:var(--size-value2)}.VcTextInput.v-text-field[data-v-027a8ee5].v-input--is-focused .v-text-field__slot,.VcTextInput.v-text-field[data-v-027a8ee5].v-input--is-label-active .v-text-field__slot{margin-bottom:-14px}.VcTextInput.v-text-field[data-v-027a8ee5].v-input--is-disabled .v-input__slot{background:var(--gray-lighten-3);border:1px solid var(--gray-lighten-1)}.VcTextInput.v-text-field[data-v-027a8ee5].v-input--is-disabled .v-input__slot input,.VcTextInput.v-text-field[data-v-027a8ee5].v-input--is-disabled .v-input__slot label{color:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-027a8ee5]:not(.v-input--is-label-active):not(.v-input--is-focused) input{padding:var(--size-value2) 0}.VcTextInput.v-text-field[data-v-027a8ee5] .v-messages__message{line-height:var(--size-value4)}",
|
|
@@ -3547,19 +3552,19 @@ var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
|
|
|
3547
3552
|
/* scoped */
|
|
3548
3553
|
|
|
3549
3554
|
|
|
3550
|
-
var __vue_scope_id__$
|
|
3555
|
+
var __vue_scope_id__$f = "data-v-027a8ee5";
|
|
3551
3556
|
/* module identifier */
|
|
3552
3557
|
|
|
3553
|
-
var __vue_module_identifier__$
|
|
3558
|
+
var __vue_module_identifier__$f = "data-v-027a8ee5";
|
|
3554
3559
|
/* functional template */
|
|
3555
3560
|
|
|
3556
|
-
var __vue_is_functional_template__$
|
|
3561
|
+
var __vue_is_functional_template__$f = false;
|
|
3557
3562
|
/* style inject shadow dom */
|
|
3558
3563
|
|
|
3559
|
-
var __vue_component__$
|
|
3560
|
-
render: __vue_render__$
|
|
3561
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3562
|
-
}, __vue_inject_styles__$
|
|
3564
|
+
var __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
3565
|
+
render: __vue_render__$f,
|
|
3566
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
3567
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, createInjectorSSR, undefined);//
|
|
3563
3568
|
//
|
|
3564
3569
|
//
|
|
3565
3570
|
//
|
|
@@ -3575,7 +3580,7 @@ var __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
|
3575
3580
|
//
|
|
3576
3581
|
//
|
|
3577
3582
|
//
|
|
3578
|
-
var script$
|
|
3583
|
+
var script$e = {
|
|
3579
3584
|
components: {
|
|
3580
3585
|
VTextarea: lib.VTextarea
|
|
3581
3586
|
},
|
|
@@ -3616,10 +3621,10 @@ var script$b = {
|
|
|
3616
3621
|
}
|
|
3617
3622
|
}
|
|
3618
3623
|
};/* script */
|
|
3619
|
-
var __vue_script__$
|
|
3624
|
+
var __vue_script__$e = script$e;
|
|
3620
3625
|
/* template */
|
|
3621
3626
|
|
|
3622
|
-
var __vue_render__$
|
|
3627
|
+
var __vue_render__$e = function __vue_render__() {
|
|
3623
3628
|
var _vm = this;
|
|
3624
3629
|
|
|
3625
3630
|
var _h = _vm.$createElement;
|
|
@@ -3649,10 +3654,10 @@ var __vue_render__$b = function __vue_render__() {
|
|
|
3649
3654
|
});
|
|
3650
3655
|
};
|
|
3651
3656
|
|
|
3652
|
-
var __vue_staticRenderFns__$
|
|
3657
|
+
var __vue_staticRenderFns__$e = [];
|
|
3653
3658
|
/* style */
|
|
3654
3659
|
|
|
3655
|
-
var __vue_inject_styles__$
|
|
3660
|
+
var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
|
|
3656
3661
|
if (!inject) return;
|
|
3657
3662
|
inject("data-v-021f98ca_0", {
|
|
3658
3663
|
source: "[data-v-021f98ca].VcTextArea.v-text-field .v-text-field__slot:first-child{margin-inline-start:12px;margin-top:3px}[data-v-021f98ca].VcTextArea.v-text-field.v-input--is-focused label,[data-v-021f98ca].VcTextArea.v-text-field.v-input--is-label-active label{font-size:12px;color:rgba(0,0,0,.62)!important;transform:translateY(-18px) scale(.85)}[data-v-021f98ca].VcTextArea.v-text-field.v-input--is-focused .v-input__slot{border-color:var(--v-secondary-base);box-shadow:0 0 0 3px var(--v-secondary-lighten1);transition:box-shadow .1s!important}[data-v-021f98ca].VcTextArea.v-text-field:not(.v-text-field--outlined) .v-text-field__slot{transition:margin-bottom .1s}[data-v-021f98ca].VcTextArea.v-text-field:not(.v-text-field--outlined).v-input--is-focused label,[data-v-021f98ca].VcTextArea.v-text-field:not(.v-text-field--outlined).v-input--is-label-active label{font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.17;letter-spacing:-.3px;color:rgba(0,0,0,.62)!important;transform:translateY(-100%) scale(.85);top:24px}[data-v-021f98ca].VcTextArea.v-text-field .v-input__slot{border-radius:6px;background-color:#fff!important;position:relative!important;border:solid 1px rgba(0,0,0,.12);transition:border-color .1s!important}[data-v-021f98ca].VcTextArea.v-text-field .v-input__slot:hover:not(.v-input--is-focused.v-input__slot):not(.error--text.v-input__slot){border-color:#757575}[data-v-021f98ca].VcTextArea.v-text-field .v-input__slot:after,[data-v-021f98ca].VcTextArea.v-text-field .v-input__slot:before{display:none}[data-v-021f98ca].VcTextArea.v-text-field textarea{font-size:15px!important;font-weight:500;margin-top:0;line-height:1.5;margin-top:20px}[data-v-021f98ca].VcTextArea.v-text-field .v-text-field__prefix{color:rgba(0,0,0,.54)!important}[data-v-021f98ca].VcTextArea.v-text-field.error--text .v-input__slot{border:1px solid var(--v-danger-base);box-shadow:none}[data-v-021f98ca].VcTextArea.v-text-field.v-input--is-disabled .v-input__slot{background-color:rgba(0,0,0,.03)!important}",
|
|
@@ -3663,22 +3668,22 @@ var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
|
|
|
3663
3668
|
/* scoped */
|
|
3664
3669
|
|
|
3665
3670
|
|
|
3666
|
-
var __vue_scope_id__$
|
|
3671
|
+
var __vue_scope_id__$e = "data-v-021f98ca";
|
|
3667
3672
|
/* module identifier */
|
|
3668
3673
|
|
|
3669
|
-
var __vue_module_identifier__$
|
|
3674
|
+
var __vue_module_identifier__$e = "data-v-021f98ca";
|
|
3670
3675
|
/* functional template */
|
|
3671
3676
|
|
|
3672
|
-
var __vue_is_functional_template__$
|
|
3677
|
+
var __vue_is_functional_template__$e = false;
|
|
3673
3678
|
/* style inject shadow dom */
|
|
3674
3679
|
|
|
3675
|
-
var __vue_component__$
|
|
3676
|
-
render: __vue_render__$
|
|
3677
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3678
|
-
}, __vue_inject_styles__$
|
|
3680
|
+
var __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
3681
|
+
render: __vue_render__$e,
|
|
3682
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
3683
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, createInjectorSSR, undefined);var script$d = {
|
|
3679
3684
|
name: 'VcToast',
|
|
3680
3685
|
components: {
|
|
3681
|
-
VcAlert: __vue_component__$
|
|
3686
|
+
VcAlert: __vue_component__$s,
|
|
3682
3687
|
VSnackbar: lib.VSnackbar
|
|
3683
3688
|
},
|
|
3684
3689
|
props: {
|
|
@@ -3696,10 +3701,10 @@ var __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
|
3696
3701
|
}
|
|
3697
3702
|
}
|
|
3698
3703
|
};/* script */
|
|
3699
|
-
var __vue_script__$
|
|
3704
|
+
var __vue_script__$d = script$d;
|
|
3700
3705
|
/* template */
|
|
3701
3706
|
|
|
3702
|
-
var __vue_render__$
|
|
3707
|
+
var __vue_render__$d = function __vue_render__() {
|
|
3703
3708
|
var _vm = this;
|
|
3704
3709
|
|
|
3705
3710
|
var _h = _vm.$createElement;
|
|
@@ -3721,10 +3726,10 @@ var __vue_render__$a = function __vue_render__() {
|
|
|
3721
3726
|
}, 'VcAlert', _vm.$attrs, false))], 1);
|
|
3722
3727
|
};
|
|
3723
3728
|
|
|
3724
|
-
var __vue_staticRenderFns__$
|
|
3729
|
+
var __vue_staticRenderFns__$d = [];
|
|
3725
3730
|
/* style */
|
|
3726
3731
|
|
|
3727
|
-
var __vue_inject_styles__$
|
|
3732
|
+
var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
|
|
3728
3733
|
if (!inject) return;
|
|
3729
3734
|
inject("data-v-2d3e5bbe_0", {
|
|
3730
3735
|
source: "[data-v-2d3e5bbe] .v-snack__action{display:none}[data-v-2d3e5bbe] .v-snack__wrapper.theme--dark{background-color:unset}[data-v-2d3e5bbe] .v-alert{margin-bottom:0}[data-v-2d3e5bbe] .v-sheet.v-snack__wrapper:not(.v-sheet--outlined){box-shadow:none}",
|
|
@@ -3735,19 +3740,19 @@ var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
|
|
|
3735
3740
|
/* scoped */
|
|
3736
3741
|
|
|
3737
3742
|
|
|
3738
|
-
var __vue_scope_id__$
|
|
3743
|
+
var __vue_scope_id__$d = "data-v-2d3e5bbe";
|
|
3739
3744
|
/* module identifier */
|
|
3740
3745
|
|
|
3741
|
-
var __vue_module_identifier__$
|
|
3746
|
+
var __vue_module_identifier__$d = "data-v-2d3e5bbe";
|
|
3742
3747
|
/* functional template */
|
|
3743
3748
|
|
|
3744
|
-
var __vue_is_functional_template__$
|
|
3749
|
+
var __vue_is_functional_template__$d = false;
|
|
3745
3750
|
/* style inject shadow dom */
|
|
3746
3751
|
|
|
3747
|
-
var __vue_component__$
|
|
3748
|
-
render: __vue_render__$
|
|
3749
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3750
|
-
}, __vue_inject_styles__$
|
|
3752
|
+
var __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
3753
|
+
render: __vue_render__$d,
|
|
3754
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
3755
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, createInjectorSSR, undefined);//
|
|
3751
3756
|
//
|
|
3752
3757
|
//
|
|
3753
3758
|
//
|
|
@@ -3759,7 +3764,7 @@ var __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
|
3759
3764
|
//
|
|
3760
3765
|
//
|
|
3761
3766
|
//
|
|
3762
|
-
var script$
|
|
3767
|
+
var script$c = {
|
|
3763
3768
|
components: {
|
|
3764
3769
|
VCard: lib.VCard
|
|
3765
3770
|
},
|
|
@@ -3781,10 +3786,10 @@ var script$9 = {
|
|
|
3781
3786
|
}
|
|
3782
3787
|
}
|
|
3783
3788
|
};/* script */
|
|
3784
|
-
var __vue_script__$
|
|
3789
|
+
var __vue_script__$c = script$c;
|
|
3785
3790
|
/* template */
|
|
3786
3791
|
|
|
3787
|
-
var __vue_render__$
|
|
3792
|
+
var __vue_render__$c = function __vue_render__() {
|
|
3788
3793
|
var _vm = this;
|
|
3789
3794
|
|
|
3790
3795
|
var _h = _vm.$createElement;
|
|
@@ -3818,10 +3823,10 @@ var __vue_render__$9 = function __vue_render__() {
|
|
|
3818
3823
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2);
|
|
3819
3824
|
};
|
|
3820
3825
|
|
|
3821
|
-
var __vue_staticRenderFns__$
|
|
3826
|
+
var __vue_staticRenderFns__$c = [];
|
|
3822
3827
|
/* style */
|
|
3823
3828
|
|
|
3824
|
-
var __vue_inject_styles__$
|
|
3829
|
+
var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
|
|
3825
3830
|
if (!inject) return;
|
|
3826
3831
|
inject("data-v-659c6e70_0", {
|
|
3827
3832
|
source: ".VcCard[data-v-659c6e70]{position:relative;padding:16px 24px;border:1px solid var(--gray-lighten-1);box-sizing:border-box;box-shadow:none;overflow:hidden}.VcCard.elevation[data-v-659c6e70]{border:0;box-shadow:var(--shadow-2)}.VcCard.elevation[data-v-659c6e70]:hover{box-shadow:var(--shadow-5)}.VcCard.dash[data-v-659c6e70]{border-top:0}.VcCard__dash[data-v-659c6e70]{position:absolute;top:0;left:-5px;width:110%;border:0;height:5px}",
|
|
@@ -3832,24 +3837,24 @@ var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
|
3832
3837
|
/* scoped */
|
|
3833
3838
|
|
|
3834
3839
|
|
|
3835
|
-
var __vue_scope_id__$
|
|
3840
|
+
var __vue_scope_id__$c = "data-v-659c6e70";
|
|
3836
3841
|
/* module identifier */
|
|
3837
3842
|
|
|
3838
|
-
var __vue_module_identifier__$
|
|
3843
|
+
var __vue_module_identifier__$c = "data-v-659c6e70";
|
|
3839
3844
|
/* functional template */
|
|
3840
3845
|
|
|
3841
|
-
var __vue_is_functional_template__$
|
|
3846
|
+
var __vue_is_functional_template__$c = false;
|
|
3842
3847
|
/* style inject shadow dom */
|
|
3843
3848
|
|
|
3844
|
-
var __vue_component__$
|
|
3845
|
-
render: __vue_render__$
|
|
3846
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3847
|
-
}, __vue_inject_styles__$
|
|
3849
|
+
var __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
3850
|
+
render: __vue_render__$c,
|
|
3851
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
3852
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, createInjectorSSR, undefined);var script$b = {
|
|
3848
3853
|
name: 'VcCheckbox',
|
|
3849
3854
|
components: {
|
|
3850
|
-
VcIcon: __vue_component__$
|
|
3851
|
-
VcAvatar: __vue_component__$
|
|
3852
|
-
VcTooltip: __vue_component__$
|
|
3855
|
+
VcIcon: __vue_component__$C,
|
|
3856
|
+
VcAvatar: __vue_component__$p,
|
|
3857
|
+
VcTooltip: __vue_component__$r,
|
|
3853
3858
|
VCheckbox: lib.VCheckbox
|
|
3854
3859
|
},
|
|
3855
3860
|
computed: {
|
|
@@ -3897,10 +3902,10 @@ var __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
|
3897
3902
|
}
|
|
3898
3903
|
}
|
|
3899
3904
|
};/* script */
|
|
3900
|
-
var __vue_script__$
|
|
3905
|
+
var __vue_script__$b = script$b;
|
|
3901
3906
|
/* template */
|
|
3902
3907
|
|
|
3903
|
-
var __vue_render__$
|
|
3908
|
+
var __vue_render__$b = function __vue_render__() {
|
|
3904
3909
|
var _vm = this;
|
|
3905
3910
|
|
|
3906
3911
|
var _h = _vm.$createElement;
|
|
@@ -3962,10 +3967,10 @@ var __vue_render__$8 = function __vue_render__() {
|
|
|
3962
3967
|
});
|
|
3963
3968
|
};
|
|
3964
3969
|
|
|
3965
|
-
var __vue_staticRenderFns__$
|
|
3970
|
+
var __vue_staticRenderFns__$b = [];
|
|
3966
3971
|
/* style */
|
|
3967
3972
|
|
|
3968
|
-
var __vue_inject_styles__$
|
|
3973
|
+
var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
|
|
3969
3974
|
if (!inject) return;
|
|
3970
3975
|
inject("data-v-48d8e389_0", {
|
|
3971
3976
|
source: ".vc-checkbox[data-v-48d8e389]{font-family:var(--primary-font-family)}.vc-checkbox[data-v-48d8e389] .v-input__slot .v-input--selection-controls__input{width:var(--size-value4);height:var(--size-value4)}.vc-checkbox[data-v-48d8e389] .v-input__slot .v-input--selection-controls__input .v-icon{color:transparent;border:1px solid rgba(0,0,0,.2);box-sizing:border-box;border-radius:2px;font-size:var(--font-size-small);font-weight:700}.vc-checkbox[data-v-48d8e389] .checkbox-label{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small)}.vc-checkbox[data-v-48d8e389]:not(.v-input--is-disabled) .checkbox-label{color:var(--gray-darken-5)}.vc-checkbox[data-v-48d8e389] .tooltip-icon{color:var(--gray-darken-3)}.vc-checkbox[data-v-48d8e389] .avatar-wrapper .avatar-initials{font-size:var(--font-size-xxx-small);font-weight:var(--font-weight-medium2)}.vc-checkbox[data-v-48d8e389].v-input--indeterminate:not(.v-input--is-disabled) .v-input--selection-controls__input .v-icon{background-color:var(--green);color:#fff}.vc-checkbox[data-v-48d8e389].v-input--is-label-active:not(.v-input--is-disabled) .v-input--selection-controls__input .v-icon{background-color:var(--green);color:#fff;border:none}.vc-checkbox[data-v-48d8e389]:not(.v-input--is-disabled):hover:not(:active) .v-input--selection-controls__input .v-icon{background-color:rgba(0,0,0,.03)}.vc-checkbox[data-v-48d8e389].v-input--indeterminate:not(.v-input--is-disabled):hover .v-input--selection-controls__input .v-icon,.vc-checkbox[data-v-48d8e389].v-input--is-label-active:not(.v-input--is-disabled):hover .v-input--selection-controls__input .v-icon{background-color:rgba(84,210,140,.76)}.vc-checkbox[data-v-48d8e389].v-input--indeterminate:not(.v-input--is-disabled):active .v-input--selection-controls__input .v-icon,.vc-checkbox[data-v-48d8e389].v-input--is-label-active:not(.v-input--is-disabled):active .v-input--selection-controls__input .v-icon{background-color:rgba(84,210,140,.5)}.vc-checkbox[data-v-48d8e389]:not(.v-input--is-label-active):not(.v-input--indeterminate):not(.v-input--is-disabled):active .v-input--selection-controls__input .v-icon{background:rgba(0,0,0,.12)}.vc-checkbox[data-v-48d8e389]:not(.v-input--is-disabled):focus .v-input--selection-controls__input .v-icon{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.vc-checkbox[data-v-48d8e389].v-input--is-disabled .v-input--selection-controls__input .v-icon{background:rgba(0,0,0,.07)}.vc-checkbox[data-v-48d8e389].v-input--is-disabled.v-input--is-label-active .v-input--selection-controls__input .v-icon{border:none}",
|
|
@@ -3976,25 +3981,25 @@ var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
|
|
|
3976
3981
|
/* scoped */
|
|
3977
3982
|
|
|
3978
3983
|
|
|
3979
|
-
var __vue_scope_id__$
|
|
3984
|
+
var __vue_scope_id__$b = "data-v-48d8e389";
|
|
3980
3985
|
/* module identifier */
|
|
3981
3986
|
|
|
3982
|
-
var __vue_module_identifier__$
|
|
3987
|
+
var __vue_module_identifier__$b = "data-v-48d8e389";
|
|
3983
3988
|
/* functional template */
|
|
3984
3989
|
|
|
3985
|
-
var __vue_is_functional_template__$
|
|
3990
|
+
var __vue_is_functional_template__$b = false;
|
|
3986
3991
|
/* style inject shadow dom */
|
|
3987
3992
|
|
|
3988
|
-
var __vue_component__$
|
|
3989
|
-
render: __vue_render__$
|
|
3990
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3991
|
-
}, __vue_inject_styles__$
|
|
3993
|
+
var __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
3994
|
+
render: __vue_render__$b,
|
|
3995
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
3996
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, createInjectorSSR, undefined);var script$a = {
|
|
3992
3997
|
name: "FilterPanel",
|
|
3993
3998
|
components: {
|
|
3994
|
-
VcLayout: __vue_component__$
|
|
3995
|
-
VcIcon: __vue_component__$
|
|
3996
|
-
VcButton: __vue_component__$
|
|
3997
|
-
VcLoader: __vue_component__$
|
|
3999
|
+
VcLayout: __vue_component__$z,
|
|
4000
|
+
VcIcon: __vue_component__$C,
|
|
4001
|
+
VcButton: __vue_component__$B,
|
|
4002
|
+
VcLoader: __vue_component__$h
|
|
3998
4003
|
},
|
|
3999
4004
|
props: {
|
|
4000
4005
|
title: {
|
|
@@ -4015,10 +4020,10 @@ var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
|
4015
4020
|
}
|
|
4016
4021
|
}
|
|
4017
4022
|
};/* script */
|
|
4018
|
-
var __vue_script__$
|
|
4023
|
+
var __vue_script__$a = script$a;
|
|
4019
4024
|
/* template */
|
|
4020
4025
|
|
|
4021
|
-
var __vue_render__$
|
|
4026
|
+
var __vue_render__$a = function __vue_render__() {
|
|
4022
4027
|
var _vm = this;
|
|
4023
4028
|
|
|
4024
4029
|
var _h = _vm.$createElement;
|
|
@@ -4074,10 +4079,10 @@ var __vue_render__$7 = function __vue_render__() {
|
|
|
4074
4079
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2)], 1)], 1);
|
|
4075
4080
|
};
|
|
4076
4081
|
|
|
4077
|
-
var __vue_staticRenderFns__$
|
|
4082
|
+
var __vue_staticRenderFns__$a = [];
|
|
4078
4083
|
/* style */
|
|
4079
4084
|
|
|
4080
|
-
var __vue_inject_styles__$
|
|
4085
|
+
var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
|
|
4081
4086
|
if (!inject) return;
|
|
4082
4087
|
inject("data-v-44aac954_0", {
|
|
4083
4088
|
source: ".VcFilterPanel[data-v-44aac954]{height:100%;max-width:280px;background-color:#fff;min-height:150px;box-shadow:0 5px 7px rgba(0,0,0,.26)}@media screen and (min-width:960px){.VcFilterPanel[data-v-44aac954]{max-width:265px}}.VcFilterPanel .filter-loader[data-v-44aac954]{margin:var(--size-value8) auto auto auto}.VcFilterPanel .VcFilterPanel-container[data-v-44aac954]{padding-bottom:53px;max-height:100%;overflow:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.VcFilterPanel .VcFilterPanel-container[data-v-44aac954]::-webkit-scrollbar{width:0;height:0}.VcFilterPanel .VcFilterPanel-container.column[data-v-44aac954]{position:relative}.VcFilterPanel .VcFilterPanel-container .VcFilterPanel-label-container[data-v-44aac954]{flex:0 0 56px}.VcFilterPanel .filter[data-v-44aac954]{min-width:100%;border-bottom:1px solid var(--gray);padding-left:var(--size-value6);padding-right:0;line-height:var(--size-value14);background-color:var(--neutral-lighten-3)}#app[dir=rtl] .VcFilterPanel .filter[data-v-44aac954]{padding-left:0}#app[dir=rtl] .VcFilterPanel .filter[data-v-44aac954]{padding-right:var(--size-value6)}.VcFilterPanel .filter .filter-label[data-v-44aac954]{font-size:var(--font-size-small2);font-weight:var(--font-weight-large);color:var(--gray-darken-5)}.VcFilterPanel .VcFilterPanel-content-wrapper[data-v-44aac954]{flex-grow:1}.VcFilterPanel .VcFilterPanel-close-button[data-v-44aac954]{position:absolute;width:var(--size-value6);height:var(--size-value6);top:var(--size-value4);right:var(--size-value4)}#app[dir=rtl] .VcFilterPanel .VcFilterPanel-close-button[data-v-44aac954]{right:auto;left:var(--size-value4)}.VcFilterPanel .VcFilterPanel-close-button .v-btn__content[data-v-44aac954]{opacity:unset}.VcFilterPanel .VcFilterPanel-close-button[data-v-44aac954]:hover{background-color:rgba(0,0,0,.07)}.VcFilterPanel .VcFilterPanel-close-button .v-icon[data-v-44aac954]{margin-right:var(--size-value0)}.VcFilterPanel .VcFilterPanel-close-button .v-icon svg[data-v-44aac954]{fill:var(--gray-darken-2);width:var(--size-value4);height:var(--size-value4)}",
|
|
@@ -4088,25 +4093,25 @@ var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
|
|
|
4088
4093
|
/* scoped */
|
|
4089
4094
|
|
|
4090
4095
|
|
|
4091
|
-
var __vue_scope_id__$
|
|
4096
|
+
var __vue_scope_id__$a = "data-v-44aac954";
|
|
4092
4097
|
/* module identifier */
|
|
4093
4098
|
|
|
4094
|
-
var __vue_module_identifier__$
|
|
4099
|
+
var __vue_module_identifier__$a = "data-v-44aac954";
|
|
4095
4100
|
/* functional template */
|
|
4096
4101
|
|
|
4097
|
-
var __vue_is_functional_template__$
|
|
4102
|
+
var __vue_is_functional_template__$a = false;
|
|
4098
4103
|
/* style inject shadow dom */
|
|
4099
4104
|
|
|
4100
|
-
var __vue_component__$
|
|
4101
|
-
render: __vue_render__$
|
|
4102
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4103
|
-
}, __vue_inject_styles__$
|
|
4105
|
+
var __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
4106
|
+
render: __vue_render__$a,
|
|
4107
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
4108
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, createInjectorSSR, undefined);//
|
|
4104
4109
|
//
|
|
4105
4110
|
//
|
|
4106
4111
|
//
|
|
4107
4112
|
//
|
|
4108
4113
|
//
|
|
4109
|
-
var script$
|
|
4114
|
+
var script$9 = {
|
|
4110
4115
|
components: {
|
|
4111
4116
|
VLayout: lib.VLayout
|
|
4112
4117
|
},
|
|
@@ -4120,10 +4125,10 @@ var script$6 = {
|
|
|
4120
4125
|
}
|
|
4121
4126
|
}
|
|
4122
4127
|
};/* script */
|
|
4123
|
-
var __vue_script__$
|
|
4128
|
+
var __vue_script__$9 = script$9;
|
|
4124
4129
|
/* template */
|
|
4125
4130
|
|
|
4126
|
-
var __vue_render__$
|
|
4131
|
+
var __vue_render__$9 = function __vue_render__() {
|
|
4127
4132
|
var _vm = this;
|
|
4128
4133
|
|
|
4129
4134
|
var _h = _vm.$createElement;
|
|
@@ -4138,10 +4143,10 @@ var __vue_render__$6 = function __vue_render__() {
|
|
|
4138
4143
|
}, [_vm._t("default")], 2);
|
|
4139
4144
|
};
|
|
4140
4145
|
|
|
4141
|
-
var __vue_staticRenderFns__$
|
|
4146
|
+
var __vue_staticRenderFns__$9 = [];
|
|
4142
4147
|
/* style */
|
|
4143
4148
|
|
|
4144
|
-
var __vue_inject_styles__$
|
|
4149
|
+
var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
4145
4150
|
if (!inject) return;
|
|
4146
4151
|
inject("data-v-e2463588_0", {
|
|
4147
4152
|
source: ".VcFocusArea[data-v-e2463588]{padding:var(--size-value4);background-color:var(--gray-lighten-3);border-radius:6px}",
|
|
@@ -4152,23 +4157,23 @@ var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
|
4152
4157
|
/* scoped */
|
|
4153
4158
|
|
|
4154
4159
|
|
|
4155
|
-
var __vue_scope_id__$
|
|
4160
|
+
var __vue_scope_id__$9 = "data-v-e2463588";
|
|
4156
4161
|
/* module identifier */
|
|
4157
4162
|
|
|
4158
|
-
var __vue_module_identifier__$
|
|
4163
|
+
var __vue_module_identifier__$9 = "data-v-e2463588";
|
|
4159
4164
|
/* functional template */
|
|
4160
4165
|
|
|
4161
|
-
var __vue_is_functional_template__$
|
|
4166
|
+
var __vue_is_functional_template__$9 = false;
|
|
4162
4167
|
/* style inject shadow dom */
|
|
4163
4168
|
|
|
4164
|
-
var __vue_component__$
|
|
4165
|
-
render: __vue_render__$
|
|
4166
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4167
|
-
}, __vue_inject_styles__$
|
|
4169
|
+
var __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
4170
|
+
render: __vue_render__$9,
|
|
4171
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
4172
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, createInjectorSSR, undefined);//
|
|
4168
4173
|
//
|
|
4169
4174
|
//
|
|
4170
4175
|
//
|
|
4171
|
-
var script$
|
|
4176
|
+
var script$8 = {
|
|
4172
4177
|
name: "VcLink",
|
|
4173
4178
|
props: {
|
|
4174
4179
|
label: {
|
|
@@ -4185,10 +4190,10 @@ var script$5 = {
|
|
|
4185
4190
|
}
|
|
4186
4191
|
}
|
|
4187
4192
|
};/* script */
|
|
4188
|
-
var __vue_script__$
|
|
4193
|
+
var __vue_script__$8 = script$8;
|
|
4189
4194
|
/* template */
|
|
4190
4195
|
|
|
4191
|
-
var __vue_render__$
|
|
4196
|
+
var __vue_render__$8 = function __vue_render__() {
|
|
4192
4197
|
var _vm = this;
|
|
4193
4198
|
|
|
4194
4199
|
var _h = _vm.$createElement;
|
|
@@ -4205,10 +4210,10 @@ var __vue_render__$5 = function __vue_render__() {
|
|
|
4205
4210
|
}, [_vm._ssrNode(_vm._ssrEscape(_vm._s(_vm.label)))]);
|
|
4206
4211
|
};
|
|
4207
4212
|
|
|
4208
|
-
var __vue_staticRenderFns__$
|
|
4213
|
+
var __vue_staticRenderFns__$8 = [];
|
|
4209
4214
|
/* style */
|
|
4210
4215
|
|
|
4211
|
-
var __vue_inject_styles__$
|
|
4216
|
+
var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
|
|
4212
4217
|
if (!inject) return;
|
|
4213
4218
|
inject("data-v-496b9143_0", {
|
|
4214
4219
|
source: ".VcLink[data-v-496b9143]{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);color:var(--blue);padding-top:var(--size-value1);text-decoration:none}.VcLink[data-v-496b9143]:hover{text-decoration:underline}",
|
|
@@ -4219,24 +4224,24 @@ var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
|
|
|
4219
4224
|
/* scoped */
|
|
4220
4225
|
|
|
4221
4226
|
|
|
4222
|
-
var __vue_scope_id__$
|
|
4227
|
+
var __vue_scope_id__$8 = "data-v-496b9143";
|
|
4223
4228
|
/* module identifier */
|
|
4224
4229
|
|
|
4225
|
-
var __vue_module_identifier__$
|
|
4230
|
+
var __vue_module_identifier__$8 = "data-v-496b9143";
|
|
4226
4231
|
/* functional template */
|
|
4227
4232
|
|
|
4228
|
-
var __vue_is_functional_template__$
|
|
4233
|
+
var __vue_is_functional_template__$8 = false;
|
|
4229
4234
|
/* style inject shadow dom */
|
|
4230
4235
|
|
|
4231
|
-
var __vue_component__$
|
|
4232
|
-
render: __vue_render__$
|
|
4233
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4234
|
-
}, __vue_inject_styles__$
|
|
4236
|
+
var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
4237
|
+
render: __vue_render__$8,
|
|
4238
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
4239
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, createInjectorSSR, undefined);var script$7 = {
|
|
4235
4240
|
name: "ListItem",
|
|
4236
4241
|
components: {
|
|
4237
|
-
VcLayout: __vue_component__$
|
|
4238
|
-
VcCheckbox: __vue_component__$
|
|
4239
|
-
VcActions: __vue_component__$
|
|
4242
|
+
VcLayout: __vue_component__$z,
|
|
4243
|
+
VcCheckbox: __vue_component__$b,
|
|
4244
|
+
VcActions: __vue_component__$m
|
|
4240
4245
|
},
|
|
4241
4246
|
props: {
|
|
4242
4247
|
showSelect: {
|
|
@@ -4269,10 +4274,10 @@ var __vue_component__$5 = /*#__PURE__*/normalizeComponent({
|
|
|
4269
4274
|
}
|
|
4270
4275
|
}
|
|
4271
4276
|
};/* script */
|
|
4272
|
-
var __vue_script__$
|
|
4277
|
+
var __vue_script__$7 = script$7;
|
|
4273
4278
|
/* template */
|
|
4274
4279
|
|
|
4275
|
-
var __vue_render__$
|
|
4280
|
+
var __vue_render__$7 = function __vue_render__() {
|
|
4276
4281
|
var _vm = this;
|
|
4277
4282
|
|
|
4278
4283
|
var _h = _vm.$createElement;
|
|
@@ -4317,10 +4322,10 @@ var __vue_render__$4 = function __vue_render__() {
|
|
|
4317
4322
|
})], 2)], 1);
|
|
4318
4323
|
};
|
|
4319
4324
|
|
|
4320
|
-
var __vue_staticRenderFns__$
|
|
4325
|
+
var __vue_staticRenderFns__$7 = [];
|
|
4321
4326
|
/* style */
|
|
4322
4327
|
|
|
4323
|
-
var __vue_inject_styles__$
|
|
4328
|
+
var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
|
|
4324
4329
|
if (!inject) return;
|
|
4325
4330
|
inject("data-v-0a8bbb3a_0", {
|
|
4326
4331
|
source: ".VcListItem[data-v-0a8bbb3a]{flex-grow:0;padding:var(--size-value6) 0}@media screen and (min-width:960px){.VcListItem[data-v-0a8bbb3a]{padding:var(--size-value6) var(--size-value5)}}.VcListItem .selected-checkbox[data-v-0a8bbb3a]{padding-right:var(--size-value1)}.VcListItem .right-area[data-v-0a8bbb3a]{justify-content:flex-end;transition:opacity .3s;flex-grow:0;align-items:center}@media screen and (min-width:960px){.VcListItem .right-area[data-v-0a8bbb3a]{opacity:0}}.VcListItem .right-area .three-dots[data-v-0a8bbb3a]{border-radius:1000px;min-width:unset;padding:0}@media screen and (min-width:960px){.VcListItem .right-area .placeholder[data-v-0a8bbb3a]{min-width:14px}}.VcListItem:hover .right-area[data-v-0a8bbb3a]{opacity:1}.VcListItem .v-btn:not(.v-btn--round).v-size--default[data-v-0a8bbb3a]{padding:0;min-width:auto}",
|
|
@@ -4331,22 +4336,22 @@ var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
|
4331
4336
|
/* scoped */
|
|
4332
4337
|
|
|
4333
4338
|
|
|
4334
|
-
var __vue_scope_id__$
|
|
4339
|
+
var __vue_scope_id__$7 = "data-v-0a8bbb3a";
|
|
4335
4340
|
/* module identifier */
|
|
4336
4341
|
|
|
4337
|
-
var __vue_module_identifier__$
|
|
4342
|
+
var __vue_module_identifier__$7 = "data-v-0a8bbb3a";
|
|
4338
4343
|
/* functional template */
|
|
4339
4344
|
|
|
4340
|
-
var __vue_is_functional_template__$
|
|
4345
|
+
var __vue_is_functional_template__$7 = false;
|
|
4341
4346
|
/* style inject shadow dom */
|
|
4342
4347
|
|
|
4343
|
-
var __vue_component__$
|
|
4344
|
-
render: __vue_render__$
|
|
4345
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4346
|
-
}, __vue_inject_styles__$
|
|
4348
|
+
var __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
4349
|
+
render: __vue_render__$7,
|
|
4350
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
4351
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, createInjectorSSR, undefined);var script$6 = {
|
|
4347
4352
|
name: "VcGroupHeader",
|
|
4348
4353
|
components: {
|
|
4349
|
-
VcLayout: __vue_component__$
|
|
4354
|
+
VcLayout: __vue_component__$z
|
|
4350
4355
|
},
|
|
4351
4356
|
props: {
|
|
4352
4357
|
title: {
|
|
@@ -4363,10 +4368,10 @@ var __vue_component__$4 = /*#__PURE__*/normalizeComponent({
|
|
|
4363
4368
|
}
|
|
4364
4369
|
}
|
|
4365
4370
|
};/* script */
|
|
4366
|
-
var __vue_script__$
|
|
4371
|
+
var __vue_script__$6 = script$6;
|
|
4367
4372
|
/* template */
|
|
4368
4373
|
|
|
4369
|
-
var __vue_render__$
|
|
4374
|
+
var __vue_render__$6 = function __vue_render__() {
|
|
4370
4375
|
var _vm = this;
|
|
4371
4376
|
|
|
4372
4377
|
var _h = _vm.$createElement;
|
|
@@ -4382,10 +4387,10 @@ var __vue_render__$3 = function __vue_render__() {
|
|
|
4382
4387
|
}, [_c('span', [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.summaryText))])]);
|
|
4383
4388
|
};
|
|
4384
4389
|
|
|
4385
|
-
var __vue_staticRenderFns__$
|
|
4390
|
+
var __vue_staticRenderFns__$6 = [];
|
|
4386
4391
|
/* style */
|
|
4387
4392
|
|
|
4388
|
-
var __vue_inject_styles__$
|
|
4393
|
+
var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
4389
4394
|
if (!inject) return;
|
|
4390
4395
|
inject("data-v-5cb0ff3e_0", {
|
|
4391
4396
|
source: ".VcGroupHeader[data-v-5cb0ff3e]{width:100%;height:var(--size-value10);flex-grow:0;color:var(--gray-darken-3);background-color:var(--neutral-lighten-3);font-size:var(--font-size-small);font-weight:500;line-height:var(--size-value10);padding:0 var(--size-value5);border-bottom:1px solid var(--gray-lighten-1)}@media screen and (min-width:960px){.VcGroupHeader[data-v-5cb0ff3e]{font-size:var(--font-size-xx-small)}}",
|
|
@@ -4396,30 +4401,30 @@ var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
|
|
|
4396
4401
|
/* scoped */
|
|
4397
4402
|
|
|
4398
4403
|
|
|
4399
|
-
var __vue_scope_id__$
|
|
4404
|
+
var __vue_scope_id__$6 = "data-v-5cb0ff3e";
|
|
4400
4405
|
/* module identifier */
|
|
4401
4406
|
|
|
4402
|
-
var __vue_module_identifier__$
|
|
4407
|
+
var __vue_module_identifier__$6 = "data-v-5cb0ff3e";
|
|
4403
4408
|
/* functional template */
|
|
4404
4409
|
|
|
4405
|
-
var __vue_is_functional_template__$
|
|
4410
|
+
var __vue_is_functional_template__$6 = false;
|
|
4406
4411
|
/* style inject shadow dom */
|
|
4407
4412
|
|
|
4408
|
-
var __vue_component__$
|
|
4409
|
-
render: __vue_render__$
|
|
4410
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4411
|
-
}, __vue_inject_styles__$
|
|
4413
|
+
var __vue_component__$6 = /*#__PURE__*/normalizeComponent({
|
|
4414
|
+
render: __vue_render__$6,
|
|
4415
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
4416
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, createInjectorSSR, undefined);//
|
|
4412
4417
|
//
|
|
4413
4418
|
//
|
|
4414
4419
|
//
|
|
4415
|
-
var script$
|
|
4420
|
+
var script$5 = {
|
|
4416
4421
|
name: 'VcSvg',
|
|
4417
4422
|
props: ['svg']
|
|
4418
4423
|
};/* script */
|
|
4419
|
-
var __vue_script__$
|
|
4424
|
+
var __vue_script__$5 = script$5;
|
|
4420
4425
|
/* template */
|
|
4421
4426
|
|
|
4422
|
-
var __vue_render__$
|
|
4427
|
+
var __vue_render__$5 = function __vue_render__() {
|
|
4423
4428
|
var _vm = this;
|
|
4424
4429
|
|
|
4425
4430
|
var _h = _vm.$createElement;
|
|
@@ -4433,35 +4438,35 @@ var __vue_render__$2 = function __vue_render__() {
|
|
|
4433
4438
|
}, []);
|
|
4434
4439
|
};
|
|
4435
4440
|
|
|
4436
|
-
var __vue_staticRenderFns__$
|
|
4441
|
+
var __vue_staticRenderFns__$5 = [];
|
|
4437
4442
|
/* style */
|
|
4438
4443
|
|
|
4439
|
-
var __vue_inject_styles__$
|
|
4444
|
+
var __vue_inject_styles__$5 = undefined;
|
|
4440
4445
|
/* scoped */
|
|
4441
4446
|
|
|
4442
|
-
var __vue_scope_id__$
|
|
4447
|
+
var __vue_scope_id__$5 = undefined;
|
|
4443
4448
|
/* module identifier */
|
|
4444
4449
|
|
|
4445
|
-
var __vue_module_identifier__$
|
|
4450
|
+
var __vue_module_identifier__$5 = "data-v-56d3274a";
|
|
4446
4451
|
/* functional template */
|
|
4447
4452
|
|
|
4448
|
-
var __vue_is_functional_template__$
|
|
4453
|
+
var __vue_is_functional_template__$5 = false;
|
|
4449
4454
|
/* style inject */
|
|
4450
4455
|
|
|
4451
4456
|
/* style inject SSR */
|
|
4452
4457
|
|
|
4453
4458
|
/* style inject shadow dom */
|
|
4454
4459
|
|
|
4455
|
-
var __vue_component__$
|
|
4456
|
-
render: __vue_render__$
|
|
4457
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4458
|
-
}, __vue_inject_styles__$
|
|
4460
|
+
var __vue_component__$5 = /*#__PURE__*/normalizeComponent({
|
|
4461
|
+
render: __vue_render__$5,
|
|
4462
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
4463
|
+
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, undefined, undefined);var script$4 = {
|
|
4459
4464
|
name: 'VcEmptyState',
|
|
4460
4465
|
components: {
|
|
4461
|
-
VcSvg: __vue_component__$
|
|
4462
|
-
VcButton: __vue_component__$
|
|
4463
|
-
VcLayout: __vue_component__$
|
|
4464
|
-
VcLink: __vue_component__$
|
|
4466
|
+
VcSvg: __vue_component__$5,
|
|
4467
|
+
VcButton: __vue_component__$B,
|
|
4468
|
+
VcLayout: __vue_component__$z,
|
|
4469
|
+
VcLink: __vue_component__$8
|
|
4465
4470
|
},
|
|
4466
4471
|
props: {
|
|
4467
4472
|
size: {
|
|
@@ -4505,10 +4510,10 @@ var __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
|
4505
4510
|
}
|
|
4506
4511
|
}
|
|
4507
4512
|
};/* script */
|
|
4508
|
-
var __vue_script__$
|
|
4513
|
+
var __vue_script__$4 = script$4;
|
|
4509
4514
|
/* template */
|
|
4510
4515
|
|
|
4511
|
-
var __vue_render__$
|
|
4516
|
+
var __vue_render__$4 = function __vue_render__() {
|
|
4512
4517
|
var _vm = this;
|
|
4513
4518
|
|
|
4514
4519
|
var _h = _vm.$createElement;
|
|
@@ -4570,10 +4575,10 @@ var __vue_render__$1 = function __vue_render__() {
|
|
|
4570
4575
|
})], 2);
|
|
4571
4576
|
};
|
|
4572
4577
|
|
|
4573
|
-
var __vue_staticRenderFns__$
|
|
4578
|
+
var __vue_staticRenderFns__$4 = [];
|
|
4574
4579
|
/* style */
|
|
4575
4580
|
|
|
4576
|
-
var __vue_inject_styles__$
|
|
4581
|
+
var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
4577
4582
|
if (!inject) return;
|
|
4578
4583
|
inject("data-v-e4b3101e_0", {
|
|
4579
4584
|
source: ".VcEmptyState[data-v-e4b3101e],.VcEmptyStateSubtitle[data-v-e4b3101e]{text-align:center;line-height:var(--size-value6)}.VcEmptyState[data-v-e4b3101e]{text-align:center}.VcEmptyState .VcEmptyStateImage[data-v-e4b3101e]{margin-bottom:var(--size-value4);max-height:160px}.VcEmptyState .VcEmptyStateImage[data-v-e4b3101e] svg{width:160px}.VcEmptyState .VcEmptyStateTitle[data-v-e4b3101e]{font-weight:var(--font-weight-xl);line-height:22px;padding-bottom:var(--size-value1);font-size:var(--font-size-small2)}.VcEmptyState .VcEmptyStateSubtitle[data-v-e4b3101e]{font-size:var(--font-size-x-small)}.VcEmptyState .VcEmptyStateButton[data-v-e4b3101e]{margin-top:var(--size-value4)}.sm .VcEmptyStateImage[data-v-e4b3101e]{max-height:48px;margin-bottom:var(--size-value8)}.sm .VcEmptyStateImage[data-v-e4b3101e] svg{width:48px}.lg .VcEmptyStateImage[data-v-e4b3101e]{max-height:280px;margin-bottom:var(--size-value8)}.lg .VcEmptyStateImage[data-v-e4b3101e] svg{width:280px}.lg .VcEmptyStateTitle[data-v-e4b3101e]{font-weight:var(--font-weight-large);line-height:22px;padding-bottom:var(--size-value2);font-size:var(--font-size-medium1)}",
|
|
@@ -4584,22 +4589,22 @@ var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
|
|
|
4584
4589
|
/* scoped */
|
|
4585
4590
|
|
|
4586
4591
|
|
|
4587
|
-
var __vue_scope_id__$
|
|
4592
|
+
var __vue_scope_id__$4 = "data-v-e4b3101e";
|
|
4588
4593
|
/* module identifier */
|
|
4589
4594
|
|
|
4590
|
-
var __vue_module_identifier__$
|
|
4595
|
+
var __vue_module_identifier__$4 = "data-v-e4b3101e";
|
|
4591
4596
|
/* functional template */
|
|
4592
4597
|
|
|
4593
|
-
var __vue_is_functional_template__$
|
|
4598
|
+
var __vue_is_functional_template__$4 = false;
|
|
4594
4599
|
/* style inject shadow dom */
|
|
4595
4600
|
|
|
4596
|
-
var __vue_component__$
|
|
4597
|
-
render: __vue_render__$
|
|
4598
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4599
|
-
}, __vue_inject_styles__$
|
|
4601
|
+
var __vue_component__$4 = /*#__PURE__*/normalizeComponent({
|
|
4602
|
+
render: __vue_render__$4,
|
|
4603
|
+
staticRenderFns: __vue_staticRenderFns__$4
|
|
4604
|
+
}, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, undefined, createInjectorSSR, undefined);var script$3 = {
|
|
4600
4605
|
name: "VcBanner",
|
|
4601
4606
|
components: {
|
|
4602
|
-
VcButton: __vue_component__$
|
|
4607
|
+
VcButton: __vue_component__$B
|
|
4603
4608
|
},
|
|
4604
4609
|
props: {
|
|
4605
4610
|
dataQa: {
|
|
@@ -4624,10 +4629,10 @@ var __vue_component__$1 = /*#__PURE__*/normalizeComponent({
|
|
|
4624
4629
|
}
|
|
4625
4630
|
}
|
|
4626
4631
|
};/* script */
|
|
4627
|
-
var __vue_script__ = script;
|
|
4632
|
+
var __vue_script__$3 = script$3;
|
|
4628
4633
|
/* template */
|
|
4629
4634
|
|
|
4630
|
-
var __vue_render__ = function __vue_render__() {
|
|
4635
|
+
var __vue_render__$3 = function __vue_render__() {
|
|
4631
4636
|
var _vm = this;
|
|
4632
4637
|
|
|
4633
4638
|
var _h = _vm.$createElement;
|
|
@@ -4654,10 +4659,10 @@ var __vue_render__ = function __vue_render__() {
|
|
|
4654
4659
|
}, [_vm._v(_vm._s(_vm.buttonLabel))]) : _vm._e()], 2);
|
|
4655
4660
|
};
|
|
4656
4661
|
|
|
4657
|
-
var __vue_staticRenderFns__ = [];
|
|
4662
|
+
var __vue_staticRenderFns__$3 = [];
|
|
4658
4663
|
/* style */
|
|
4659
4664
|
|
|
4660
|
-
var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
4665
|
+
var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
|
|
4661
4666
|
if (!inject) return;
|
|
4662
4667
|
inject("data-v-a8d8a41c_0", {
|
|
4663
4668
|
source: ".VcBanner[data-v-a8d8a41c]{min-height:128px;box-sizing:border-box;box-shadow:var(--shadow-10)}@media screen and (min-width:960px){.VcBanner[data-v-a8d8a41c]{box-shadow:unset;border-radius:var(--size-value3);border:1px solid var(--neutral-lighten-2)}}.VcBanner img[data-v-a8d8a41c]{max-width:104px}.VcBanner .text-container[data-v-a8d8a41c]{color:var(--gray-darken-5)}.VcBanner .text-container .banner-title[data-v-a8d8a41c]{font-weight:var(--font-weight-large2);font-size:var(--font-size-small3);line-height:22px}@media screen and (min-width:960px){.VcBanner .text-container .banner-title[data-v-a8d8a41c]{font-size:var(--font-size-medium2);line-height:var(--size-value8)}}.VcBanner .text-container .banner-subtitle[data-v-a8d8a41c]{font-size:var(--font-size-small2);line-height:var(--size-value5);font-weight:var(--font-weight-medium)}",
|
|
@@ -4668,10 +4673,489 @@ var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
|
4668
4673
|
/* scoped */
|
|
4669
4674
|
|
|
4670
4675
|
|
|
4671
|
-
var __vue_scope_id__ = "data-v-a8d8a41c";
|
|
4676
|
+
var __vue_scope_id__$3 = "data-v-a8d8a41c";
|
|
4677
|
+
/* module identifier */
|
|
4678
|
+
|
|
4679
|
+
var __vue_module_identifier__$3 = "data-v-a8d8a41c";
|
|
4680
|
+
/* functional template */
|
|
4681
|
+
|
|
4682
|
+
var __vue_is_functional_template__$3 = false;
|
|
4683
|
+
/* style inject shadow dom */
|
|
4684
|
+
|
|
4685
|
+
var __vue_component__$3 = /*#__PURE__*/normalizeComponent({
|
|
4686
|
+
render: __vue_render__$3,
|
|
4687
|
+
staticRenderFns: __vue_staticRenderFns__$3
|
|
4688
|
+
}, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, undefined, createInjectorSSR, undefined);var script$2 = {
|
|
4689
|
+
name: "VcWizardCtaContainer",
|
|
4690
|
+
components: {
|
|
4691
|
+
VcButton: __vue_component__$B,
|
|
4692
|
+
VcLayout: __vue_component__$z
|
|
4693
|
+
},
|
|
4694
|
+
props: {
|
|
4695
|
+
isBackDisplayed: {
|
|
4696
|
+
type: Boolean,
|
|
4697
|
+
required: true
|
|
4698
|
+
},
|
|
4699
|
+
isNextButtonDisabled: {
|
|
4700
|
+
type: Boolean,
|
|
4701
|
+
required: true
|
|
4702
|
+
},
|
|
4703
|
+
backButtonLabel: {
|
|
4704
|
+
type: String,
|
|
4705
|
+
required: true
|
|
4706
|
+
},
|
|
4707
|
+
nextButtonLabel: {
|
|
4708
|
+
type: String,
|
|
4709
|
+
required: true
|
|
4710
|
+
},
|
|
4711
|
+
dataQa: {
|
|
4712
|
+
type: String,
|
|
4713
|
+
default: ''
|
|
4714
|
+
}
|
|
4715
|
+
}
|
|
4716
|
+
};/* script */
|
|
4717
|
+
var __vue_script__$2 = script$2;
|
|
4718
|
+
/* template */
|
|
4719
|
+
|
|
4720
|
+
var __vue_render__$2 = function __vue_render__() {
|
|
4721
|
+
var _vm = this;
|
|
4722
|
+
|
|
4723
|
+
var _h = _vm.$createElement;
|
|
4724
|
+
|
|
4725
|
+
var _c = _vm._self._c || _h;
|
|
4726
|
+
|
|
4727
|
+
return _c('VcLayout', {
|
|
4728
|
+
staticClass: "wizard-cta-container",
|
|
4729
|
+
attrs: {
|
|
4730
|
+
"align-center": "",
|
|
4731
|
+
"justify-end": ""
|
|
4732
|
+
}
|
|
4733
|
+
}, [_vm.isBackDisplayed ? _c('vc-button', {
|
|
4734
|
+
staticClass: "wizard-cta-button back-button",
|
|
4735
|
+
attrs: {
|
|
4736
|
+
"color": "white",
|
|
4737
|
+
"pill": true,
|
|
4738
|
+
"data-qa": (_vm.dataQa ? _vm.dataQa + '-' : '') + "wizard-back-button"
|
|
4739
|
+
},
|
|
4740
|
+
on: {
|
|
4741
|
+
"click": function click($event) {
|
|
4742
|
+
return _vm.$emit('onBackPressed');
|
|
4743
|
+
}
|
|
4744
|
+
}
|
|
4745
|
+
}, [_vm._v("\n " + _vm._s(_vm.backButtonLabel) + "\n ")]) : _vm._e(), _vm._v(" "), _c('vc-button', {
|
|
4746
|
+
staticClass: "wizard-cta-button next-button",
|
|
4747
|
+
attrs: {
|
|
4748
|
+
"pill": true,
|
|
4749
|
+
"data-qa": (_vm.dataQa ? _vm.dataQa + '-' : '') + "wizard-next-button",
|
|
4750
|
+
"disabled": _vm.isNextButtonDisabled
|
|
4751
|
+
},
|
|
4752
|
+
on: {
|
|
4753
|
+
"click": function click($event) {
|
|
4754
|
+
return _vm.$emit('onNextPressed');
|
|
4755
|
+
}
|
|
4756
|
+
}
|
|
4757
|
+
}, [_vm._v("\n " + _vm._s(_vm.nextButtonLabel) + "\n ")])], 1);
|
|
4758
|
+
};
|
|
4759
|
+
|
|
4760
|
+
var __vue_staticRenderFns__$2 = [];
|
|
4761
|
+
/* style */
|
|
4762
|
+
|
|
4763
|
+
var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
|
|
4764
|
+
if (!inject) return;
|
|
4765
|
+
inject("data-v-361520bc_0", {
|
|
4766
|
+
source: "[data-v-361520bc]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.wizard-cta-container[data-v-361520bc]{background-color:#fff;position:sticky;bottom:0;left:0;width:100%;height:var(--size-value18);max-height:var(--size-value18);padding:var(--size-value3) var(--size-value4);border-top:1px solid var(--gray-lighten-1)}@media screen and (min-width:960px){.wizard-cta-container[data-v-361520bc]{border-top:revert;position:static;padding:var(--size-value5);width:100%;transform:revert}}.wizard-cta-button[data-v-361520bc]{flex:1;min-height:var(--size-value12)}@media screen and (min-width:960px){.wizard-cta-button[data-v-361520bc]{flex:revert;min-height:var(--size-value10)}}.wizard-cta-button+.wizard-cta-button[data-v-361520bc]{margin-inline-start:var(--size-value3)}",
|
|
4767
|
+
map: undefined,
|
|
4768
|
+
media: undefined
|
|
4769
|
+
});
|
|
4770
|
+
};
|
|
4771
|
+
/* scoped */
|
|
4772
|
+
|
|
4773
|
+
|
|
4774
|
+
var __vue_scope_id__$2 = "data-v-361520bc";
|
|
4775
|
+
/* module identifier */
|
|
4776
|
+
|
|
4777
|
+
var __vue_module_identifier__$2 = "data-v-361520bc";
|
|
4778
|
+
/* functional template */
|
|
4779
|
+
|
|
4780
|
+
var __vue_is_functional_template__$2 = false;
|
|
4781
|
+
/* style inject shadow dom */
|
|
4782
|
+
|
|
4783
|
+
var __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
4784
|
+
render: __vue_render__$2,
|
|
4785
|
+
staticRenderFns: __vue_staticRenderFns__$2
|
|
4786
|
+
}, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, undefined, createInjectorSSR, undefined);var script$1 = {
|
|
4787
|
+
name: "VcStepperContent",
|
|
4788
|
+
model: {
|
|
4789
|
+
prop: 'currentStep'
|
|
4790
|
+
},
|
|
4791
|
+
props: {
|
|
4792
|
+
wizardData: {
|
|
4793
|
+
type: Object,
|
|
4794
|
+
required: true
|
|
4795
|
+
},
|
|
4796
|
+
currentStep: {
|
|
4797
|
+
type: Number,
|
|
4798
|
+
default: 1
|
|
4799
|
+
},
|
|
4800
|
+
steps: {
|
|
4801
|
+
type: Array,
|
|
4802
|
+
validator: function validator(steps) {
|
|
4803
|
+
return steps.every(function (step) {
|
|
4804
|
+
return step.component && step.name;
|
|
4805
|
+
});
|
|
4806
|
+
},
|
|
4807
|
+
required: true
|
|
4808
|
+
},
|
|
4809
|
+
dataQa: {
|
|
4810
|
+
type: String,
|
|
4811
|
+
default: 'vc-content-wizard'
|
|
4812
|
+
}
|
|
4813
|
+
},
|
|
4814
|
+
components: {
|
|
4815
|
+
VcLayout: __vue_component__$z,
|
|
4816
|
+
VcLoader: __vue_component__$h,
|
|
4817
|
+
VStepperContent: lib.VStepperContent,
|
|
4818
|
+
VStepperItems: lib.VStepperItems,
|
|
4819
|
+
VStepper: lib.VStepper
|
|
4820
|
+
},
|
|
4821
|
+
data: function data() {
|
|
4822
|
+
return {
|
|
4823
|
+
lastCompleted: 0,
|
|
4824
|
+
isLoading: true,
|
|
4825
|
+
LOADER_SIZE: 48,
|
|
4826
|
+
LOADER_COLOR: 'secondary',
|
|
4827
|
+
FIRST_STEP: 1
|
|
4828
|
+
};
|
|
4829
|
+
},
|
|
4830
|
+
mounted: function mounted() {
|
|
4831
|
+
var _this = this;
|
|
4832
|
+
|
|
4833
|
+
this.$nextTick(function () {
|
|
4834
|
+
return _this.isLoading = false;
|
|
4835
|
+
});
|
|
4836
|
+
},
|
|
4837
|
+
updated: function updated() {
|
|
4838
|
+
this.isLoading = false;
|
|
4839
|
+
},
|
|
4840
|
+
computed: {
|
|
4841
|
+
getStepName: function getStepName() {
|
|
4842
|
+
var _this$steps;
|
|
4843
|
+
|
|
4844
|
+
return (_this$steps = this.steps[this.currentStep - 1]) === null || _this$steps === void 0 ? void 0 : _this$steps.name;
|
|
4845
|
+
},
|
|
4846
|
+
getStepDescription: function getStepDescription() {
|
|
4847
|
+
var _this$steps2;
|
|
4848
|
+
|
|
4849
|
+
return (_this$steps2 = this.steps[this.currentStep - 1]) === null || _this$steps2 === void 0 ? void 0 : _this$steps2.description;
|
|
4850
|
+
}
|
|
4851
|
+
},
|
|
4852
|
+
methods: {
|
|
4853
|
+
nextStep: function nextStep() {
|
|
4854
|
+
if (this.lastCompleted < this.currentStep) {
|
|
4855
|
+
this.lastCompleted = this.currentStep;
|
|
4856
|
+
}
|
|
4857
|
+
|
|
4858
|
+
if (this.currentStep > this.steps.length) {
|
|
4859
|
+
this.shareStep(this.steps.length);
|
|
4860
|
+
}
|
|
4861
|
+
},
|
|
4862
|
+
getStepQa: function getStepQa(idx) {
|
|
4863
|
+
return "".concat(this.dataQa, "-step-").concat(idx);
|
|
4864
|
+
},
|
|
4865
|
+
shareStep: function shareStep(step) {
|
|
4866
|
+
this.$emit('input', step);
|
|
4867
|
+
}
|
|
4868
|
+
},
|
|
4869
|
+
watch: {
|
|
4870
|
+
currentStep: {
|
|
4871
|
+
handler: function handler(newVal, oldVal) {
|
|
4872
|
+
this.isLoading = true;
|
|
4873
|
+
|
|
4874
|
+
if (newVal > oldVal) {
|
|
4875
|
+
this.nextStep();
|
|
4876
|
+
}
|
|
4877
|
+
|
|
4878
|
+
if (newVal < this.FIRST_STEP) {
|
|
4879
|
+
this.shareStep(this.FIRST_STEP);
|
|
4880
|
+
}
|
|
4881
|
+
}
|
|
4882
|
+
}
|
|
4883
|
+
}
|
|
4884
|
+
};/* script */
|
|
4885
|
+
var __vue_script__$1 = script$1;
|
|
4886
|
+
/* template */
|
|
4887
|
+
|
|
4888
|
+
var __vue_render__$1 = function __vue_render__() {
|
|
4889
|
+
var _vm = this;
|
|
4890
|
+
|
|
4891
|
+
var _h = _vm.$createElement;
|
|
4892
|
+
|
|
4893
|
+
var _c = _vm._self._c || _h;
|
|
4894
|
+
|
|
4895
|
+
return _c('vc-layout', {
|
|
4896
|
+
staticClass: "stepper-content-wrapper",
|
|
4897
|
+
attrs: {
|
|
4898
|
+
"column": "",
|
|
4899
|
+
"justify-start": ""
|
|
4900
|
+
}
|
|
4901
|
+
}, [!_vm.isLoading ? _c('VcLayout', {
|
|
4902
|
+
staticClass: "stepper-header",
|
|
4903
|
+
attrs: {
|
|
4904
|
+
"column": ""
|
|
4905
|
+
}
|
|
4906
|
+
}, [_c('div', {
|
|
4907
|
+
staticClass: "content-stepper-title"
|
|
4908
|
+
}, [_vm._v(_vm._s(_vm.getStepName))]), _vm._v(" "), _c('div', {
|
|
4909
|
+
staticClass: "content-stepper-description",
|
|
4910
|
+
domProps: {
|
|
4911
|
+
"innerHTML": _vm._s(_vm.getStepDescription)
|
|
4912
|
+
}
|
|
4913
|
+
})]) : _vm._e(), _vm._v(" "), _c('v-stepper', {
|
|
4914
|
+
staticClass: "vc-stepper-content",
|
|
4915
|
+
attrs: {
|
|
4916
|
+
"data-qa": _vm.dataQa
|
|
4917
|
+
},
|
|
4918
|
+
model: {
|
|
4919
|
+
value: _vm.currentStep,
|
|
4920
|
+
callback: function callback($$v) {
|
|
4921
|
+
_vm.currentStep = $$v;
|
|
4922
|
+
},
|
|
4923
|
+
expression: "currentStep"
|
|
4924
|
+
}
|
|
4925
|
+
}, [_c('v-stepper-items', _vm._l(_vm.steps, function (step, index) {
|
|
4926
|
+
return _c('v-stepper-content', {
|
|
4927
|
+
key: "step-" + index,
|
|
4928
|
+
attrs: {
|
|
4929
|
+
"step": index + 1
|
|
4930
|
+
}
|
|
4931
|
+
}, [_vm.currentStep === index + 1 ? _c('VcLayout', {
|
|
4932
|
+
staticClass: "layout-content",
|
|
4933
|
+
attrs: {
|
|
4934
|
+
"column": "",
|
|
4935
|
+
"justify-center": _vm.isLoading
|
|
4936
|
+
}
|
|
4937
|
+
}, [_c('VcLoader', {
|
|
4938
|
+
directives: [{
|
|
4939
|
+
name: "show",
|
|
4940
|
+
rawName: "v-show",
|
|
4941
|
+
value: _vm.isLoading,
|
|
4942
|
+
expression: "isLoading"
|
|
4943
|
+
}],
|
|
4944
|
+
attrs: {
|
|
4945
|
+
"size": _vm.LOADER_SIZE,
|
|
4946
|
+
"color": _vm.LOADER_COLOR
|
|
4947
|
+
}
|
|
4948
|
+
}), _vm._v(" "), _vm._t("alert-" + (index + 1)), _vm._v(" "), _c(step.component, _vm._g(_vm._b({
|
|
4949
|
+
directives: [{
|
|
4950
|
+
name: "show",
|
|
4951
|
+
rawName: "v-show",
|
|
4952
|
+
value: !_vm.isLoading,
|
|
4953
|
+
expression: "!isLoading"
|
|
4954
|
+
}],
|
|
4955
|
+
tag: "component",
|
|
4956
|
+
attrs: {
|
|
4957
|
+
"data-qa": _vm.getStepQa(index)
|
|
4958
|
+
},
|
|
4959
|
+
on: {
|
|
4960
|
+
"submit": function submit(data) {
|
|
4961
|
+
return _vm.$emit('submit', data);
|
|
4962
|
+
}
|
|
4963
|
+
}
|
|
4964
|
+
}, 'component', Object.assign({}, _vm.wizardData, step.props), false), step.event))], 2) : _vm._e()], 1);
|
|
4965
|
+
}), 1)], 1)], 1);
|
|
4966
|
+
};
|
|
4967
|
+
|
|
4968
|
+
var __vue_staticRenderFns__$1 = [];
|
|
4969
|
+
/* style */
|
|
4970
|
+
|
|
4971
|
+
var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
|
|
4972
|
+
if (!inject) return;
|
|
4973
|
+
inject("data-v-9a0d3df6_0", {
|
|
4974
|
+
source: "[data-v-9a0d3df6]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.stepper-content-wrapper[data-v-9a0d3df6]{max-height:100%;width:100%;padding-bottom:var(--size-value6)}@media screen and (min-width:960px){.layout-content[data-v-9a0d3df6]{padding-block-start:var(--size-value3);padding-inline:var(--size-value10)}}.stepper-header[data-v-9a0d3df6]{margin-block-end:var(--size-value7)}@media screen and (min-width:960px){.stepper-header[data-v-9a0d3df6]{padding-block-start:var(--size-value3);padding-inline:var(--size-value10)}}.stepper-header .content-stepper-title[data-v-9a0d3df6]{letter-spacing:.01em;font-size:var(--font-size-medium);font-weight:var(--font-weight-large);line-height:var(--size-value8);color:var(--gray-darken-5)}@media screen and (min-width:960px){.stepper-header .content-stepper-title[data-v-9a0d3df6]{font-size:var(--font-size-medium2)}}.stepper-header .content-stepper-description[data-v-9a0d3df6]{font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-4)}.vc-stepper-content.v-stepper[data-v-9a0d3df6]{width:100%;box-shadow:none;max-height:100%;overflow:auto}.vc-stepper-content.v-stepper[data-v-9a0d3df6] .v-stepper__items .v-stepper__content{padding:0}",
|
|
4975
|
+
map: undefined,
|
|
4976
|
+
media: undefined
|
|
4977
|
+
});
|
|
4978
|
+
};
|
|
4979
|
+
/* scoped */
|
|
4980
|
+
|
|
4981
|
+
|
|
4982
|
+
var __vue_scope_id__$1 = "data-v-9a0d3df6";
|
|
4983
|
+
/* module identifier */
|
|
4984
|
+
|
|
4985
|
+
var __vue_module_identifier__$1 = "data-v-9a0d3df6";
|
|
4986
|
+
/* functional template */
|
|
4987
|
+
|
|
4988
|
+
var __vue_is_functional_template__$1 = false;
|
|
4989
|
+
/* style inject shadow dom */
|
|
4990
|
+
|
|
4991
|
+
var __vue_component__$1 = /*#__PURE__*/normalizeComponent({
|
|
4992
|
+
render: __vue_render__$1,
|
|
4993
|
+
staticRenderFns: __vue_staticRenderFns__$1
|
|
4994
|
+
}, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, undefined, createInjectorSSR, undefined);var script = {
|
|
4995
|
+
name: "VcWizard",
|
|
4996
|
+
components: {
|
|
4997
|
+
VcStepsBar: __vue_component__$l,
|
|
4998
|
+
VcStepperContent: __vue_component__$1,
|
|
4999
|
+
VcMobileWizardProgress: __vue_component__$j,
|
|
5000
|
+
VcWizardCtaContainer: __vue_component__$2,
|
|
5001
|
+
VLayout: lib.VLayout
|
|
5002
|
+
},
|
|
5003
|
+
props: {
|
|
5004
|
+
steps: {
|
|
5005
|
+
type: [Array],
|
|
5006
|
+
validator: function validator(steps) {
|
|
5007
|
+
return steps.every(function (step) {
|
|
5008
|
+
return step.name;
|
|
5009
|
+
});
|
|
5010
|
+
},
|
|
5011
|
+
required: true
|
|
5012
|
+
},
|
|
5013
|
+
dataQa: {
|
|
5014
|
+
type: String,
|
|
5015
|
+
default: 'wizard'
|
|
5016
|
+
},
|
|
5017
|
+
title: {
|
|
5018
|
+
type: String,
|
|
5019
|
+
default: ''
|
|
5020
|
+
}
|
|
5021
|
+
},
|
|
5022
|
+
data: function data() {
|
|
5023
|
+
return {
|
|
5024
|
+
currentStep: 1,
|
|
5025
|
+
wizardSteps: [],
|
|
5026
|
+
wizardStepsData: {}
|
|
5027
|
+
};
|
|
5028
|
+
},
|
|
5029
|
+
created: function created() {
|
|
5030
|
+
this.init();
|
|
5031
|
+
},
|
|
5032
|
+
methods: {
|
|
5033
|
+
init: function init() {
|
|
5034
|
+
this.currentStep = 1;
|
|
5035
|
+
this.wizardSteps = this.steps.slice();
|
|
5036
|
+
},
|
|
5037
|
+
goBackOneStep: function goBackOneStep() {
|
|
5038
|
+
this.wizardStepsData[this.currentStep] = undefined;
|
|
5039
|
+
this.$set(this.wizardStepsData, this.currentStep, undefined);
|
|
5040
|
+
this.currentStep--;
|
|
5041
|
+
},
|
|
5042
|
+
handleSubmit: function handleSubmit(data) {
|
|
5043
|
+
var stepData = data.stepData || {};
|
|
5044
|
+
var wizardData = data.wizardData || {};
|
|
5045
|
+
|
|
5046
|
+
var newStepData = _objectSpread2(_objectSpread2({}, this.currentStepObj), stepData);
|
|
5047
|
+
|
|
5048
|
+
var newWizardStepData = _objectSpread2(_objectSpread2({}, this.wizardStepsData[this.currentStep]), wizardData);
|
|
5049
|
+
|
|
5050
|
+
this.$set(this.wizardStepsData, this.currentStep, newWizardStepData);
|
|
5051
|
+
this.wizardSteps.splice(this.currentStep - 1, 1, newStepData);
|
|
5052
|
+
},
|
|
5053
|
+
goForwardOneStep: function goForwardOneStep() {
|
|
5054
|
+
if (this.currentStep < this.wizardSteps.length) {
|
|
5055
|
+
this.currentStep++;
|
|
5056
|
+
} else {
|
|
5057
|
+
this.$emit('submit', this.wizardSteps);
|
|
5058
|
+
}
|
|
5059
|
+
}
|
|
5060
|
+
},
|
|
5061
|
+
computed: {
|
|
5062
|
+
wizardData: function wizardData() {
|
|
5063
|
+
return Object.values(this.wizardStepsData).reduce(function (acc, currentValue) {
|
|
5064
|
+
return _objectSpread2(_objectSpread2({}, acc), currentValue);
|
|
5065
|
+
}, {});
|
|
5066
|
+
},
|
|
5067
|
+
currentStepObj: function currentStepObj() {
|
|
5068
|
+
return this.wizardSteps[this.currentStep - 1];
|
|
5069
|
+
},
|
|
5070
|
+
isBackDisplayed: function isBackDisplayed() {
|
|
5071
|
+
return this.currentStepObj.isBackDisplayed !== undefined ? this.currentStepObj.isBackDisplayed : this.currentStep > 1;
|
|
5072
|
+
},
|
|
5073
|
+
isNextButtonDisabled: function isNextButtonDisabled() {
|
|
5074
|
+
var _this = this;
|
|
5075
|
+
|
|
5076
|
+
if (this.currentStepObj.nextStepEnabledRules) {
|
|
5077
|
+
return this.currentStepObj.nextStepEnabledRules.every(function (rule) {
|
|
5078
|
+
return !rule(_this.wizardData);
|
|
5079
|
+
});
|
|
5080
|
+
} else {
|
|
5081
|
+
return this.currentStepObj.isNextButtonDisabled !== undefined ? this.currentStepObj.isNextButtonDisabled : false;
|
|
5082
|
+
}
|
|
5083
|
+
}
|
|
5084
|
+
}
|
|
5085
|
+
};/* script */
|
|
5086
|
+
var __vue_script__ = script;
|
|
5087
|
+
/* template */
|
|
5088
|
+
|
|
5089
|
+
var __vue_render__ = function __vue_render__() {
|
|
5090
|
+
var _vm = this;
|
|
5091
|
+
|
|
5092
|
+
var _h = _vm.$createElement;
|
|
5093
|
+
|
|
5094
|
+
var _c = _vm._self._c || _h;
|
|
5095
|
+
|
|
5096
|
+
return _c('v-layout', {
|
|
5097
|
+
staticClass: "vc-wizard",
|
|
5098
|
+
attrs: {
|
|
5099
|
+
"column": "",
|
|
5100
|
+
"align-start": "",
|
|
5101
|
+
"justify-start": ""
|
|
5102
|
+
}
|
|
5103
|
+
}, [!_vm.$vuetify.breakpoint.mdAndUp ? _c('VcMobileWizardProgress', {
|
|
5104
|
+
attrs: {
|
|
5105
|
+
"dataQa": _vm.dataQa,
|
|
5106
|
+
"currentStep": _vm.currentStep,
|
|
5107
|
+
"steps": _vm.wizardSteps
|
|
5108
|
+
}
|
|
5109
|
+
}) : _c('VcStepsBar', {
|
|
5110
|
+
attrs: {
|
|
5111
|
+
"currentStep": _vm.currentStep,
|
|
5112
|
+
"steps": _vm.wizardSteps,
|
|
5113
|
+
"title": _vm.title,
|
|
5114
|
+
"dataQa": _vm.dataQa
|
|
5115
|
+
}
|
|
5116
|
+
}), _vm._v(" "), _c('VcStepperContent', {
|
|
5117
|
+
attrs: {
|
|
5118
|
+
"wizardData": _vm.wizardData,
|
|
5119
|
+
"currentStep": _vm.currentStep,
|
|
5120
|
+
"steps": _vm.wizardSteps,
|
|
5121
|
+
"dataQa": _vm.dataQa
|
|
5122
|
+
},
|
|
5123
|
+
on: {
|
|
5124
|
+
"submit": _vm.handleSubmit
|
|
5125
|
+
}
|
|
5126
|
+
}), _vm._v(" "), _c('VcWizardCtaContainer', {
|
|
5127
|
+
attrs: {
|
|
5128
|
+
"isBackDisplayed": _vm.isBackDisplayed,
|
|
5129
|
+
"isNextButtonDisabled": _vm.isNextButtonDisabled,
|
|
5130
|
+
"backButtonLabel": _vm.currentStepObj.backButtonLabel || _vm.$dst('ds.wizard.back'),
|
|
5131
|
+
"nextButtonLabel": _vm.currentStepObj.nextButtonLabel || _vm.$dst('ds.wizard.next'),
|
|
5132
|
+
"dataQa": _vm.dataQa
|
|
5133
|
+
},
|
|
5134
|
+
on: {
|
|
5135
|
+
"onBackPressed": _vm.goBackOneStep,
|
|
5136
|
+
"onNextPressed": _vm.goForwardOneStep
|
|
5137
|
+
}
|
|
5138
|
+
})], 1);
|
|
5139
|
+
};
|
|
5140
|
+
|
|
5141
|
+
var __vue_staticRenderFns__ = [];
|
|
5142
|
+
/* style */
|
|
5143
|
+
|
|
5144
|
+
var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
5145
|
+
if (!inject) return;
|
|
5146
|
+
inject("data-v-485be306_0", {
|
|
5147
|
+
source: "[data-v-485be306]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-wizard[data-v-485be306]{height:100%}@media screen and (min-width:960px){.vc-wizard[data-v-485be306]{display:grid;grid-template-columns:minmax(200px,1fr) 3fr;grid-template-rows:400px 80px;grid-column-gap:var(--size-value10);grid-row-gap:0}}@media screen and (min-width:972px){.vc-wizard[data-v-485be306]{grid-column-gap:var(--size-value20)}}.vc-stepper-container[data-v-485be306]{grid-area:1/1/3/2;border-inline-end:1px solid #e0e0e0}.wizard-cta-container[data-v-485be306]{grid-area:2/2/3/3}.stepper-content-wrapper[data-v-485be306]{grid-area:1/2/2/3}",
|
|
5148
|
+
map: undefined,
|
|
5149
|
+
media: undefined
|
|
5150
|
+
});
|
|
5151
|
+
};
|
|
5152
|
+
/* scoped */
|
|
5153
|
+
|
|
5154
|
+
|
|
5155
|
+
var __vue_scope_id__ = "data-v-485be306";
|
|
4672
5156
|
/* module identifier */
|
|
4673
5157
|
|
|
4674
|
-
var __vue_module_identifier__ = "data-v-
|
|
5158
|
+
var __vue_module_identifier__ = "data-v-485be306";
|
|
4675
5159
|
/* functional template */
|
|
4676
5160
|
|
|
4677
5161
|
var __vue_is_functional_template__ = false;
|
|
@@ -4681,7 +5165,7 @@ var __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
4681
5165
|
render: __vue_render__,
|
|
4682
5166
|
staticRenderFns: __vue_staticRenderFns__
|
|
4683
5167
|
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, createInjectorSSR, undefined);// Put here any components that need to be available to users of the package
|
|
4684
|
-
var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue_component__$
|
|
5168
|
+
var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue_component__$w,VcInputModal:__vue_component__$u,VcNoticeModal:__vue_component__$t,VcModalFooter:__vue_component__$y,VcModalHeader:__vue_component__$x,VcAlert:__vue_component__$s,VcTooltip:__vue_component__$r,VcIconWithTooltip:__vue_component__$q,VcBottomActions:__vue_component__$o,VcActionList:__vue_component__$n,VcActions:__vue_component__$m,VcStepsBar:__vue_component__$l,VcMobileWizardProgress:__vue_component__$j,VcProgressCircular:__vue_component__$k,VcButton:__vue_component__$B,VcButtonGroup:__vue_component__$i,VcForm:__vue_component__$v,VcIcon:__vue_component__$C,VcLayout:__vue_component__$z,VcLoader:__vue_component__$h,VcSwitch:__vue_component__$g,VcTextField:__vue_component__$f,VcAvatar:__vue_component__$p,VcTextArea:__vue_component__$e,VcToast:__vue_component__$d,VcCard:__vue_component__$c,VcCheckbox:__vue_component__$b,VcFilterPanel:__vue_component__$a,VcFocusArea:__vue_component__$9,VcLink:__vue_component__$8,VcListItem:__vue_component__$7,VcGroupHeader:__vue_component__$6,VcEmptyState:__vue_component__$4,VcSvg:__vue_component__$5,VcBanner:__vue_component__$3,VcWizardCtaContainer:__vue_component__$2,VcWizard:__vue_component__});var install = function installdesignSystem(Vue) {
|
|
4685
5169
|
Object.entries(components$1).forEach(function (_ref) {
|
|
4686
5170
|
var _ref2 = _slicedToArray(_ref, 2),
|
|
4687
5171
|
componentName = _ref2[0],
|
|
@@ -4690,7 +5174,7 @@ var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue
|
|
|
4690
5174
|
Vue.component(componentName, component);
|
|
4691
5175
|
});
|
|
4692
5176
|
}; // Create module definition for Vue.use()
|
|
4693
|
-
var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,VcConfirmModal:__vue_component__$
|
|
5177
|
+
var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,VcConfirmModal:__vue_component__$w,VcInputModal:__vue_component__$u,VcNoticeModal:__vue_component__$t,VcModalFooter:__vue_component__$y,VcModalHeader:__vue_component__$x,VcAlert:__vue_component__$s,VcTooltip:__vue_component__$r,VcIconWithTooltip:__vue_component__$q,VcBottomActions:__vue_component__$o,VcActionList:__vue_component__$n,VcActions:__vue_component__$m,VcStepsBar:__vue_component__$l,VcMobileWizardProgress:__vue_component__$j,VcProgressCircular:__vue_component__$k,VcButton:__vue_component__$B,VcButtonGroup:__vue_component__$i,VcForm:__vue_component__$v,VcIcon:__vue_component__$C,VcLayout:__vue_component__$z,VcLoader:__vue_component__$h,VcSwitch:__vue_component__$g,VcTextField:__vue_component__$f,VcAvatar:__vue_component__$p,VcTextArea:__vue_component__$e,VcToast:__vue_component__$d,VcCard:__vue_component__$c,VcCheckbox:__vue_component__$b,VcFilterPanel:__vue_component__$a,VcFocusArea:__vue_component__$9,VcLink:__vue_component__$8,VcListItem:__vue_component__$7,VcGroupHeader:__vue_component__$6,VcEmptyState:__vue_component__$4,VcSvg:__vue_component__$5,VcBanner:__vue_component__$3,VcWizardCtaContainer:__vue_component__$2,VcWizard:__vue_component__});// only expose one global var, with component exports exposed as properties of
|
|
4694
5178
|
// that global var (eg. plugin.component)
|
|
4695
5179
|
|
|
4696
5180
|
Object.entries(components).forEach(function (_ref) {
|