@vcita/design-system 0.5.1-beta.13 → 0.5.1-beta.14
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/CHANGELOG.MD +4 -0
- package/dist/@vcita/design-system.esm.js +1086 -917
- package/dist/@vcita/design-system.min.js +1 -1
- package/dist/@vcita/design-system.ssr.js +947 -785
- package/init/SvgIcons.js +2 -1
- package/init/svgImages.js +2 -1
- package/package.json +1 -1
- package/src/components/VcTextField/VcTextField.spec.js +67 -1
- package/src/components/VcTextField/VcTextField.stories.js +45 -1
- package/src/components/VcTextField/VcTextField.vue +23 -2
- package/src/components/VcUpsellBlock/VcUpsellBlock.spec.js +104 -0
- package/src/components/VcUpsellBlock/VcUpsellBlock.stories.js +124 -0
- package/src/components/VcUpsellBlock/VcUpsellBlock.vue +285 -0
- package/src/components/index.js +3 -1
- package/src/components/listBox/VcListbox/VcListbox.vue +5 -8
- package/src/components/modal/elements/VcModalContainer.vue +2 -1
- package/src/stories/assets/pics/upsellPage.png +0 -0
|
@@ -119,7 +119,7 @@ function _nonIterableRest() {
|
|
|
119
119
|
//
|
|
120
120
|
//
|
|
121
121
|
//
|
|
122
|
-
var script$
|
|
122
|
+
var script$P = {
|
|
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__$P = script$P;
|
|
263
263
|
/* template */
|
|
264
264
|
|
|
265
|
-
var __vue_render__$
|
|
265
|
+
var __vue_render__$M = function __vue_render__() {
|
|
266
266
|
var _vm = this;
|
|
267
267
|
|
|
268
268
|
var _h = _vm.$createElement;
|
|
@@ -297,10 +297,10 @@ var __vue_render__$L = function __vue_render__() {
|
|
|
297
297
|
}, [_vm._t("default")], 2);
|
|
298
298
|
};
|
|
299
299
|
|
|
300
|
-
var __vue_staticRenderFns__$
|
|
300
|
+
var __vue_staticRenderFns__$M = [];
|
|
301
301
|
/* style */
|
|
302
302
|
|
|
303
|
-
var __vue_inject_styles__$
|
|
303
|
+
var __vue_inject_styles__$P = 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__$O = function __vue_inject_styles__(inject) {
|
|
|
311
311
|
/* scoped */
|
|
312
312
|
|
|
313
313
|
|
|
314
|
-
var __vue_scope_id__$
|
|
314
|
+
var __vue_scope_id__$P = undefined;
|
|
315
315
|
/* module identifier */
|
|
316
316
|
|
|
317
|
-
var __vue_module_identifier__$
|
|
317
|
+
var __vue_module_identifier__$P = "data-v-2f9f1f74";
|
|
318
318
|
/* functional template */
|
|
319
319
|
|
|
320
|
-
var __vue_is_functional_template__$
|
|
320
|
+
var __vue_is_functional_template__$P = 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__$P = /*#__PURE__*/normalizeComponent({
|
|
324
|
+
render: __vue_render__$M,
|
|
325
|
+
staticRenderFns: __vue_staticRenderFns__$M
|
|
326
|
+
}, __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 = {
|
|
327
327
|
name: "VcIcon",
|
|
328
328
|
props: {
|
|
329
329
|
dataQa: {
|
|
@@ -341,31 +341,31 @@ var __vue_component__$O = /*#__PURE__*/normalizeComponent({
|
|
|
341
341
|
return createElement('v-icon', props, this.$slots.default);
|
|
342
342
|
}
|
|
343
343
|
};/* script */
|
|
344
|
-
var __vue_script__$
|
|
344
|
+
var __vue_script__$O = script$O;
|
|
345
345
|
/* template */
|
|
346
346
|
|
|
347
347
|
/* style */
|
|
348
348
|
|
|
349
|
-
var __vue_inject_styles__$
|
|
349
|
+
var __vue_inject_styles__$O = undefined;
|
|
350
350
|
/* scoped */
|
|
351
351
|
|
|
352
|
-
var __vue_scope_id__$
|
|
352
|
+
var __vue_scope_id__$O = undefined;
|
|
353
353
|
/* module identifier */
|
|
354
354
|
|
|
355
|
-
var __vue_module_identifier__$
|
|
355
|
+
var __vue_module_identifier__$O = "data-v-365c8ada";
|
|
356
356
|
/* functional template */
|
|
357
357
|
|
|
358
|
-
var __vue_is_functional_template__$
|
|
358
|
+
var __vue_is_functional_template__$O = undefined;
|
|
359
359
|
/* style inject */
|
|
360
360
|
|
|
361
361
|
/* style inject SSR */
|
|
362
362
|
|
|
363
363
|
/* style inject shadow dom */
|
|
364
364
|
|
|
365
|
-
var __vue_component__$
|
|
365
|
+
var __vue_component__$O = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$O, __vue_script__$O, __vue_scope_id__$O, __vue_is_functional_template__$O, __vue_module_identifier__$O, false, undefined, undefined, undefined);var script$N = {
|
|
366
366
|
name: "VcButton",
|
|
367
367
|
components: {
|
|
368
|
-
VcIcon: __vue_component__$
|
|
368
|
+
VcIcon: __vue_component__$O,
|
|
369
369
|
VBtn: lib.VBtn
|
|
370
370
|
},
|
|
371
371
|
props: {
|
|
@@ -453,10 +453,10 @@ var __vue_component__$N = /*#__PURE__*/normalizeComponent({}, __vue_inject_style
|
|
|
453
453
|
}
|
|
454
454
|
}
|
|
455
455
|
};/* script */
|
|
456
|
-
var __vue_script__$
|
|
456
|
+
var __vue_script__$N = script$N;
|
|
457
457
|
/* template */
|
|
458
458
|
|
|
459
|
-
var __vue_render__$
|
|
459
|
+
var __vue_render__$L = function __vue_render__() {
|
|
460
460
|
var _vm = this;
|
|
461
461
|
|
|
462
462
|
var _h = _vm.$createElement;
|
|
@@ -501,10 +501,10 @@ var __vue_render__$K = function __vue_render__() {
|
|
|
501
501
|
}), _vm._v("\n " + _vm._s(_vm.label || _vm.$slots.default && _vm.$slots.default[0].text || '') + "\n "), _vm._t("append")], 2);
|
|
502
502
|
};
|
|
503
503
|
|
|
504
|
-
var __vue_staticRenderFns__$
|
|
504
|
+
var __vue_staticRenderFns__$L = [];
|
|
505
505
|
/* style */
|
|
506
506
|
|
|
507
|
-
var __vue_inject_styles__$
|
|
507
|
+
var __vue_inject_styles__$N = function __vue_inject_styles__(inject) {
|
|
508
508
|
if (!inject) return;
|
|
509
509
|
inject("data-v-19570f74_0", {
|
|
510
510
|
source: ".VcButton[data-v-19570f74]{letter-spacing:var(--letter-spacing)}.VcButton[data-v-19570f74]:disabled{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}.VcButton .prependDefaultIcon[data-v-19570f74]{margin-inline-end:var(--size-value3)}.VcButton .prependDefaultIcon[data-v-19570f74] svg{fill:currentColor}",
|
|
@@ -515,24 +515,24 @@ var __vue_inject_styles__$M = function __vue_inject_styles__(inject) {
|
|
|
515
515
|
/* scoped */
|
|
516
516
|
|
|
517
517
|
|
|
518
|
-
var __vue_scope_id__$
|
|
518
|
+
var __vue_scope_id__$N = "data-v-19570f74";
|
|
519
519
|
/* module identifier */
|
|
520
520
|
|
|
521
|
-
var __vue_module_identifier__$
|
|
521
|
+
var __vue_module_identifier__$N = "data-v-19570f74";
|
|
522
522
|
/* functional template */
|
|
523
523
|
|
|
524
|
-
var __vue_is_functional_template__$
|
|
524
|
+
var __vue_is_functional_template__$N = false;
|
|
525
525
|
/* style inject shadow dom */
|
|
526
526
|
|
|
527
|
-
var __vue_component__$
|
|
528
|
-
render: __vue_render__$
|
|
529
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
530
|
-
}, __vue_inject_styles__$
|
|
527
|
+
var __vue_component__$N = /*#__PURE__*/normalizeComponent({
|
|
528
|
+
render: __vue_render__$L,
|
|
529
|
+
staticRenderFns: __vue_staticRenderFns__$L
|
|
530
|
+
}, __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 = {
|
|
531
531
|
name: 'VcModalContainer',
|
|
532
532
|
components: {
|
|
533
|
-
VcButton: __vue_component__$
|
|
534
|
-
VcModalWrapper: __vue_component__$
|
|
535
|
-
VcIcon: __vue_component__$
|
|
533
|
+
VcButton: __vue_component__$N,
|
|
534
|
+
VcModalWrapper: __vue_component__$P,
|
|
535
|
+
VcIcon: __vue_component__$O,
|
|
536
536
|
VLayout: lib.VLayout
|
|
537
537
|
},
|
|
538
538
|
props: {
|
|
@@ -579,10 +579,10 @@ var __vue_component__$M = /*#__PURE__*/normalizeComponent({
|
|
|
579
579
|
}
|
|
580
580
|
}
|
|
581
581
|
};/* script */
|
|
582
|
-
var __vue_script__$
|
|
582
|
+
var __vue_script__$M = script$M;
|
|
583
583
|
/* template */
|
|
584
584
|
|
|
585
|
-
var __vue_render__$
|
|
585
|
+
var __vue_render__$K = function __vue_render__() {
|
|
586
586
|
var _vm = this;
|
|
587
587
|
|
|
588
588
|
var _h = _vm.$createElement;
|
|
@@ -648,20 +648,20 @@ var __vue_render__$J = function __vue_render__() {
|
|
|
648
648
|
}], null, false, 4251314713)
|
|
649
649
|
}) : _vm._e()], 2), _vm._v(" "), _c('div', {
|
|
650
650
|
staticClass: "VcModalContainerContent"
|
|
651
|
-
}, [_vm._t("content")], 2), _vm._v(" "), _c('footer', {
|
|
651
|
+
}, [_vm._t("content")], 2), _vm._v(" "), !!_vm.$slots.footer ? _c('footer', {
|
|
652
652
|
class: {
|
|
653
653
|
'showDivider': _vm.showFooterDivider
|
|
654
654
|
}
|
|
655
|
-
}, [_vm._t("footer")], 2)])]], 2) : _vm._e();
|
|
655
|
+
}, [_vm._t("footer")], 2) : _vm._e()])]], 2) : _vm._e();
|
|
656
656
|
};
|
|
657
657
|
|
|
658
|
-
var __vue_staticRenderFns__$
|
|
658
|
+
var __vue_staticRenderFns__$K = [];
|
|
659
659
|
/* style */
|
|
660
660
|
|
|
661
|
-
var __vue_inject_styles__$
|
|
661
|
+
var __vue_inject_styles__$M = function __vue_inject_styles__(inject) {
|
|
662
662
|
if (!inject) return;
|
|
663
|
-
inject("data-v-
|
|
664
|
-
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
|
+
inject("data-v-59a03e06_0", {
|
|
664
|
+
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;z-index:1;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}",
|
|
665
665
|
map: undefined,
|
|
666
666
|
media: undefined
|
|
667
667
|
});
|
|
@@ -669,19 +669,19 @@ var __vue_inject_styles__$L = function __vue_inject_styles__(inject) {
|
|
|
669
669
|
/* scoped */
|
|
670
670
|
|
|
671
671
|
|
|
672
|
-
var __vue_scope_id__$
|
|
672
|
+
var __vue_scope_id__$M = undefined;
|
|
673
673
|
/* module identifier */
|
|
674
674
|
|
|
675
|
-
var __vue_module_identifier__$
|
|
675
|
+
var __vue_module_identifier__$M = "data-v-59a03e06";
|
|
676
676
|
/* functional template */
|
|
677
677
|
|
|
678
|
-
var __vue_is_functional_template__$
|
|
678
|
+
var __vue_is_functional_template__$M = false;
|
|
679
679
|
/* style inject shadow dom */
|
|
680
680
|
|
|
681
|
-
var __vue_component__$
|
|
682
|
-
render: __vue_render__$
|
|
683
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
684
|
-
}, __vue_inject_styles__$
|
|
681
|
+
var __vue_component__$M = /*#__PURE__*/normalizeComponent({
|
|
682
|
+
render: __vue_render__$K,
|
|
683
|
+
staticRenderFns: __vue_staticRenderFns__$K
|
|
684
|
+
}, __vue_inject_styles__$M, __vue_script__$M, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, undefined, createInjectorSSR, undefined);var script$L = {
|
|
685
685
|
name: "VcLayout",
|
|
686
686
|
render: function render(createElement) {
|
|
687
687
|
// `<v-layout><slot></slot></v-layout>`
|
|
@@ -692,32 +692,32 @@ var __vue_component__$L = /*#__PURE__*/normalizeComponent({
|
|
|
692
692
|
return createElement('v-layout', props, this.$slots.default);
|
|
693
693
|
}
|
|
694
694
|
};/* script */
|
|
695
|
-
var __vue_script__$
|
|
695
|
+
var __vue_script__$L = script$L;
|
|
696
696
|
/* template */
|
|
697
697
|
|
|
698
698
|
/* style */
|
|
699
699
|
|
|
700
|
-
var __vue_inject_styles__$
|
|
700
|
+
var __vue_inject_styles__$L = undefined;
|
|
701
701
|
/* scoped */
|
|
702
702
|
|
|
703
|
-
var __vue_scope_id__$
|
|
703
|
+
var __vue_scope_id__$L = "data-v-0751575a";
|
|
704
704
|
/* module identifier */
|
|
705
705
|
|
|
706
|
-
var __vue_module_identifier__$
|
|
706
|
+
var __vue_module_identifier__$L = "data-v-0751575a";
|
|
707
707
|
/* functional template */
|
|
708
708
|
|
|
709
|
-
var __vue_is_functional_template__$
|
|
709
|
+
var __vue_is_functional_template__$L = undefined;
|
|
710
710
|
/* style inject */
|
|
711
711
|
|
|
712
712
|
/* style inject SSR */
|
|
713
713
|
|
|
714
714
|
/* style inject shadow dom */
|
|
715
715
|
|
|
716
|
-
var __vue_component__$
|
|
716
|
+
var __vue_component__$L = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$L, __vue_script__$L, __vue_scope_id__$L, __vue_is_functional_template__$L, __vue_module_identifier__$L, false, undefined, undefined, undefined);var script$K = {
|
|
717
717
|
name: "VcModalFooter",
|
|
718
718
|
components: {
|
|
719
|
-
VcLayout: __vue_component__$
|
|
720
|
-
VcButton: __vue_component__$
|
|
719
|
+
VcLayout: __vue_component__$L,
|
|
720
|
+
VcButton: __vue_component__$N
|
|
721
721
|
},
|
|
722
722
|
props: {
|
|
723
723
|
direction: {
|
|
@@ -752,10 +752,10 @@ var __vue_component__$K = /*#__PURE__*/normalizeComponent({}, __vue_inject_style
|
|
|
752
752
|
}
|
|
753
753
|
}
|
|
754
754
|
};/* script */
|
|
755
|
-
var __vue_script__$
|
|
755
|
+
var __vue_script__$K = script$K;
|
|
756
756
|
/* template */
|
|
757
757
|
|
|
758
|
-
var __vue_render__$
|
|
758
|
+
var __vue_render__$J = function __vue_render__() {
|
|
759
759
|
var _vm = this;
|
|
760
760
|
|
|
761
761
|
var _h = _vm.$createElement;
|
|
@@ -790,10 +790,10 @@ var __vue_render__$I = function __vue_render__() {
|
|
|
790
790
|
}), 1);
|
|
791
791
|
};
|
|
792
792
|
|
|
793
|
-
var __vue_staticRenderFns__$
|
|
793
|
+
var __vue_staticRenderFns__$J = [];
|
|
794
794
|
/* style */
|
|
795
795
|
|
|
796
|
-
var __vue_inject_styles__$
|
|
796
|
+
var __vue_inject_styles__$K = function __vue_inject_styles__(inject) {
|
|
797
797
|
if (!inject) return;
|
|
798
798
|
inject("data-v-79ae858b_0", {
|
|
799
799
|
source: ".VcModalFooter.vertical .VcFooterButton[data-v-79ae858b]{width:100%;margin-bottom:var(--size-value2)}.VcModalFooter.vertical .VcFooterButton[data-v-79ae858b]:last-of-type{margin-bottom:0}@media screen and (min-width:960px){.VcModalFooter.vertical .VcFooterButton[data-v-79ae858b]{width:auto}}.VcModalFooter.horizontal .VcFooterButton[data-v-79ae858b]{flex-basis:0;flex-grow:1}.VcModalFooter.horizontal .VcFooterButton[data-v-79ae858b]:first-of-type{margin-left:0}.VcModalFooter.horizontal .VcFooterButton[data-v-79ae858b]:last-of-type{margin-right:0}@media screen and (min-width:960px){.VcModalFooter.horizontal .VcFooterButton[data-v-79ae858b]{flex-basis:auto;flex-grow:0}}.VcModalFooter .VcFooterButton[data-v-79ae858b]{margin-left:var(--size-value1);margin-right:var(--size-value1)}",
|
|
@@ -804,24 +804,24 @@ var __vue_inject_styles__$J = function __vue_inject_styles__(inject) {
|
|
|
804
804
|
/* scoped */
|
|
805
805
|
|
|
806
806
|
|
|
807
|
-
var __vue_scope_id__$
|
|
807
|
+
var __vue_scope_id__$K = "data-v-79ae858b";
|
|
808
808
|
/* module identifier */
|
|
809
809
|
|
|
810
|
-
var __vue_module_identifier__$
|
|
810
|
+
var __vue_module_identifier__$K = "data-v-79ae858b";
|
|
811
811
|
/* functional template */
|
|
812
812
|
|
|
813
|
-
var __vue_is_functional_template__$
|
|
813
|
+
var __vue_is_functional_template__$K = false;
|
|
814
814
|
/* style inject shadow dom */
|
|
815
815
|
|
|
816
|
-
var __vue_component__$
|
|
817
|
-
render: __vue_render__$
|
|
818
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
819
|
-
}, __vue_inject_styles__$
|
|
816
|
+
var __vue_component__$K = /*#__PURE__*/normalizeComponent({
|
|
817
|
+
render: __vue_render__$J,
|
|
818
|
+
staticRenderFns: __vue_staticRenderFns__$J
|
|
819
|
+
}, __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 = {
|
|
820
820
|
name: "VcModalHeader",
|
|
821
821
|
components: {
|
|
822
|
-
VcLayout: __vue_component__$
|
|
823
|
-
VcIcon: __vue_component__$
|
|
824
|
-
VcButton: __vue_component__$
|
|
822
|
+
VcLayout: __vue_component__$L,
|
|
823
|
+
VcIcon: __vue_component__$O,
|
|
824
|
+
VcButton: __vue_component__$N
|
|
825
825
|
},
|
|
826
826
|
props: {
|
|
827
827
|
topTitle: {
|
|
@@ -876,10 +876,10 @@ var __vue_component__$J = /*#__PURE__*/normalizeComponent({
|
|
|
876
876
|
}
|
|
877
877
|
}
|
|
878
878
|
};/* script */
|
|
879
|
-
var __vue_script__$
|
|
879
|
+
var __vue_script__$J = script$J;
|
|
880
880
|
/* template */
|
|
881
881
|
|
|
882
|
-
var __vue_render__$
|
|
882
|
+
var __vue_render__$I = function __vue_render__() {
|
|
883
883
|
var _vm = this;
|
|
884
884
|
|
|
885
885
|
var _h = _vm.$createElement;
|
|
@@ -980,10 +980,10 @@ var __vue_render__$H = function __vue_render__() {
|
|
|
980
980
|
}) : _vm._e()], 2);
|
|
981
981
|
};
|
|
982
982
|
|
|
983
|
-
var __vue_staticRenderFns__$
|
|
983
|
+
var __vue_staticRenderFns__$I = [];
|
|
984
984
|
/* style */
|
|
985
985
|
|
|
986
|
-
var __vue_inject_styles__$
|
|
986
|
+
var __vue_inject_styles__$J = function __vue_inject_styles__(inject) {
|
|
987
987
|
if (!inject) return;
|
|
988
988
|
inject("data-v-0446c685_0", {
|
|
989
989
|
source: ".VcHeader[data-v-0446c685]{padding:var(--size-value4);font-weight:var(--font-weight-large);font-size:var(--font-size-medium);line-height:var(--size-value7);letter-spacing:var(--letter-spacing)}@media screen and (min-width:960px){.VcHeader[data-v-0446c685]{padding:var(--size-value4) var(--size-value4) var(--size-value4) var(--size-value6)}}.VcHeader.no-close-button[data-v-0446c685]{font-weight:var(--font-weight-large2);font-size:var(--font-size-small2);padding:var(--size-value4) var(--size-value6) var(--size-value0)}.VcHeader.no-close-button.input[data-v-0446c685]{padding-block-end:var(--size-value0)}.VcHeader .VcHeaderImage[data-v-0446c685]{width:var(--size-value8);margin-right:var(--size-value3);padding:5px;border:1px solid var(--gray-lighten-1);box-sizing:border-box;border-radius:var(--border-radius)}.VcHeader .VcHeaderTopTitle[data-v-0446c685]{font-size:11px;font-weight:var(--font-weight-medium);line-height:var(--size-value3);color:var(--gray-darken-3)}.VcHeader .VcHeaderTitleWithPadding[data-v-0446c685]{padding-left:var(--size-value6)}.VcHeader .VcHeaderDescription[data-v-0446c685]{font-size:var(--font-size-xx-small);font-weight:var(--font-weight-medium);line-height:var(--size-value4);color:var(--gray-darken-4)}.VcHeader .VcHeaderSubtitle[data-v-0446c685]{font-size:var(--font-size-small2);font-weight:var(--font-weight-medium);color:var(--gray-darken-5);padding-left:var(--size-value2)}.VcHeader.confirm[data-v-0446c685]{font-weight:var(--font-weight-large);font-size:var(--font-size-medium);line-height:var(--size-value7);display:flex;align-items:flex-end;letter-spacing:var(--letter-spacing);color:var(--gray-darken-5);padding-inline:var(--size-value6) var(--size-value4)}@media screen and (min-width:960px){.VcHeader.confirm[data-v-0446c685]{font-weight:var(--font-weight-large2);padding-bottom:var(--size-value1);padding-top:var(--size-value6)}}.VcHeader.confirm .VcHeaderButton[data-v-0446c685],.VcHeader.input .VcHeaderButton[data-v-0446c685]{max-height:24px;margin-right:var(--size-value3)}.VcHeader.confirm .VcHeaderIcon[data-v-0446c685],.VcHeader.input .VcHeaderIcon[data-v-0446c685]{padding-right:var(--size-value3);font-size:var(--font-size-medium)}@media screen and (min-width:960px){.VcHeader.input[data-v-0446c685]{padding-bottom:var(--size-value3)}}.VcHeader .close-button[data-v-0446c685]{height:var(--size-value3);width:var(--size-value3);padding:unset}.VcHeader .close-button .mobile-close-icon[data-v-0446c685]{fill:var(--gray-darken-2);width:var(--size-value3)}",
|
|
@@ -994,26 +994,26 @@ var __vue_inject_styles__$I = function __vue_inject_styles__(inject) {
|
|
|
994
994
|
/* scoped */
|
|
995
995
|
|
|
996
996
|
|
|
997
|
-
var __vue_scope_id__$
|
|
997
|
+
var __vue_scope_id__$J = "data-v-0446c685";
|
|
998
998
|
/* module identifier */
|
|
999
999
|
|
|
1000
|
-
var __vue_module_identifier__$
|
|
1000
|
+
var __vue_module_identifier__$J = "data-v-0446c685";
|
|
1001
1001
|
/* functional template */
|
|
1002
1002
|
|
|
1003
|
-
var __vue_is_functional_template__$
|
|
1003
|
+
var __vue_is_functional_template__$J = false;
|
|
1004
1004
|
/* style inject shadow dom */
|
|
1005
1005
|
|
|
1006
|
-
var __vue_component__$
|
|
1007
|
-
render: __vue_render__$
|
|
1008
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1009
|
-
}, __vue_inject_styles__$
|
|
1006
|
+
var __vue_component__$J = /*#__PURE__*/normalizeComponent({
|
|
1007
|
+
render: __vue_render__$I,
|
|
1008
|
+
staticRenderFns: __vue_staticRenderFns__$I
|
|
1009
|
+
}, __vue_inject_styles__$J, __vue_script__$J, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, undefined, createInjectorSSR, undefined);var script$I = {
|
|
1010
1010
|
name: "VcConfirmModal",
|
|
1011
1011
|
components: {
|
|
1012
|
-
VcModalHeader: __vue_component__$
|
|
1013
|
-
VcLayout: __vue_component__$
|
|
1014
|
-
VcModalFooter: __vue_component__$
|
|
1015
|
-
VcIcon: __vue_component__$
|
|
1016
|
-
VcModalContainer: __vue_component__$
|
|
1012
|
+
VcModalHeader: __vue_component__$J,
|
|
1013
|
+
VcLayout: __vue_component__$L,
|
|
1014
|
+
VcModalFooter: __vue_component__$K,
|
|
1015
|
+
VcIcon: __vue_component__$O,
|
|
1016
|
+
VcModalContainer: __vue_component__$M
|
|
1017
1017
|
},
|
|
1018
1018
|
props: {
|
|
1019
1019
|
showDialog: {
|
|
@@ -1070,10 +1070,10 @@ var __vue_component__$I = /*#__PURE__*/normalizeComponent({
|
|
|
1070
1070
|
}
|
|
1071
1071
|
}
|
|
1072
1072
|
};/* script */
|
|
1073
|
-
var __vue_script__$
|
|
1073
|
+
var __vue_script__$I = script$I;
|
|
1074
1074
|
/* template */
|
|
1075
1075
|
|
|
1076
|
-
var __vue_render__$
|
|
1076
|
+
var __vue_render__$H = function __vue_render__() {
|
|
1077
1077
|
var _vm = this;
|
|
1078
1078
|
|
|
1079
1079
|
var _h = _vm.$createElement;
|
|
@@ -1156,29 +1156,29 @@ var __vue_render__$G = function __vue_render__() {
|
|
|
1156
1156
|
});
|
|
1157
1157
|
};
|
|
1158
1158
|
|
|
1159
|
-
var __vue_staticRenderFns__$
|
|
1159
|
+
var __vue_staticRenderFns__$H = [];
|
|
1160
1160
|
/* style */
|
|
1161
1161
|
|
|
1162
|
-
var __vue_inject_styles__$
|
|
1162
|
+
var __vue_inject_styles__$I = undefined;
|
|
1163
1163
|
/* scoped */
|
|
1164
1164
|
|
|
1165
|
-
var __vue_scope_id__$
|
|
1165
|
+
var __vue_scope_id__$I = "data-v-5b1ba5c6";
|
|
1166
1166
|
/* module identifier */
|
|
1167
1167
|
|
|
1168
|
-
var __vue_module_identifier__$
|
|
1168
|
+
var __vue_module_identifier__$I = "data-v-5b1ba5c6";
|
|
1169
1169
|
/* functional template */
|
|
1170
1170
|
|
|
1171
|
-
var __vue_is_functional_template__$
|
|
1171
|
+
var __vue_is_functional_template__$I = false;
|
|
1172
1172
|
/* style inject */
|
|
1173
1173
|
|
|
1174
1174
|
/* style inject SSR */
|
|
1175
1175
|
|
|
1176
1176
|
/* style inject shadow dom */
|
|
1177
1177
|
|
|
1178
|
-
var __vue_component__$
|
|
1179
|
-
render: __vue_render__$
|
|
1180
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1181
|
-
}, __vue_inject_styles__$
|
|
1178
|
+
var __vue_component__$I = /*#__PURE__*/normalizeComponent({
|
|
1179
|
+
render: __vue_render__$H,
|
|
1180
|
+
staticRenderFns: __vue_staticRenderFns__$H
|
|
1181
|
+
}, __vue_inject_styles__$I, __vue_script__$I, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, undefined, undefined, undefined);var script$H = {
|
|
1182
1182
|
name: "VcForm",
|
|
1183
1183
|
methods: {
|
|
1184
1184
|
validate: function validate() {
|
|
@@ -1195,36 +1195,36 @@ var __vue_component__$H = /*#__PURE__*/normalizeComponent({
|
|
|
1195
1195
|
return this.form;
|
|
1196
1196
|
}
|
|
1197
1197
|
};/* script */
|
|
1198
|
-
var __vue_script__$
|
|
1198
|
+
var __vue_script__$H = script$H;
|
|
1199
1199
|
/* template */
|
|
1200
1200
|
|
|
1201
1201
|
/* style */
|
|
1202
1202
|
|
|
1203
|
-
var __vue_inject_styles__$
|
|
1203
|
+
var __vue_inject_styles__$H = undefined;
|
|
1204
1204
|
/* scoped */
|
|
1205
1205
|
|
|
1206
|
-
var __vue_scope_id__$
|
|
1206
|
+
var __vue_scope_id__$H = "data-v-398cf17d";
|
|
1207
1207
|
/* module identifier */
|
|
1208
1208
|
|
|
1209
|
-
var __vue_module_identifier__$
|
|
1209
|
+
var __vue_module_identifier__$H = "data-v-398cf17d";
|
|
1210
1210
|
/* functional template */
|
|
1211
1211
|
|
|
1212
|
-
var __vue_is_functional_template__$
|
|
1212
|
+
var __vue_is_functional_template__$H = undefined;
|
|
1213
1213
|
/* style inject */
|
|
1214
1214
|
|
|
1215
1215
|
/* style inject SSR */
|
|
1216
1216
|
|
|
1217
1217
|
/* style inject shadow dom */
|
|
1218
1218
|
|
|
1219
|
-
var __vue_component__$
|
|
1219
|
+
var __vue_component__$H = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$H, __vue_script__$H, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, undefined, undefined, undefined);var script$G = {
|
|
1220
1220
|
name: "VcInputModal",
|
|
1221
1221
|
components: {
|
|
1222
|
-
VcForm: __vue_component__$
|
|
1223
|
-
VcLayout: __vue_component__$
|
|
1224
|
-
VcModalFooter: __vue_component__$
|
|
1225
|
-
VcIcon: __vue_component__$
|
|
1226
|
-
VcModalContainer: __vue_component__$
|
|
1227
|
-
VcModalHeader: __vue_component__$
|
|
1222
|
+
VcForm: __vue_component__$H,
|
|
1223
|
+
VcLayout: __vue_component__$L,
|
|
1224
|
+
VcModalFooter: __vue_component__$K,
|
|
1225
|
+
VcIcon: __vue_component__$O,
|
|
1226
|
+
VcModalContainer: __vue_component__$M,
|
|
1227
|
+
VcModalHeader: __vue_component__$J
|
|
1228
1228
|
},
|
|
1229
1229
|
props: {
|
|
1230
1230
|
showDialog: {
|
|
@@ -1315,10 +1315,10 @@ var __vue_component__$G = /*#__PURE__*/normalizeComponent({}, __vue_inject_style
|
|
|
1315
1315
|
}
|
|
1316
1316
|
}
|
|
1317
1317
|
};/* script */
|
|
1318
|
-
var __vue_script__$
|
|
1318
|
+
var __vue_script__$G = script$G;
|
|
1319
1319
|
/* template */
|
|
1320
1320
|
|
|
1321
|
-
var __vue_render__$
|
|
1321
|
+
var __vue_render__$G = function __vue_render__() {
|
|
1322
1322
|
var _vm = this;
|
|
1323
1323
|
|
|
1324
1324
|
var _h = _vm.$createElement;
|
|
@@ -1422,10 +1422,10 @@ var __vue_render__$F = function __vue_render__() {
|
|
|
1422
1422
|
});
|
|
1423
1423
|
};
|
|
1424
1424
|
|
|
1425
|
-
var __vue_staticRenderFns__$
|
|
1425
|
+
var __vue_staticRenderFns__$G = [];
|
|
1426
1426
|
/* style */
|
|
1427
1427
|
|
|
1428
|
-
var __vue_inject_styles__$
|
|
1428
|
+
var __vue_inject_styles__$G = function __vue_inject_styles__(inject) {
|
|
1429
1429
|
if (!inject) return;
|
|
1430
1430
|
inject("data-v-66b94d97_0", {
|
|
1431
1431
|
source: ".VcInputForm-layout .VcInputForm-main[data-v-66b94d97]{width:100%;max-width:100%;padding:var(--size-value6)}.VcInputForm-layout .VcInputForm-additional[data-v-66b94d97]{min-width:324px;padding:var(--size-value6);background:#f8f9fb;border-left:1px solid rgba(0,0,0,.12)}",
|
|
@@ -1436,22 +1436,22 @@ var __vue_inject_styles__$F = function __vue_inject_styles__(inject) {
|
|
|
1436
1436
|
/* scoped */
|
|
1437
1437
|
|
|
1438
1438
|
|
|
1439
|
-
var __vue_scope_id__$
|
|
1439
|
+
var __vue_scope_id__$G = "data-v-66b94d97";
|
|
1440
1440
|
/* module identifier */
|
|
1441
1441
|
|
|
1442
|
-
var __vue_module_identifier__$
|
|
1442
|
+
var __vue_module_identifier__$G = "data-v-66b94d97";
|
|
1443
1443
|
/* functional template */
|
|
1444
1444
|
|
|
1445
|
-
var __vue_is_functional_template__$
|
|
1445
|
+
var __vue_is_functional_template__$G = false;
|
|
1446
1446
|
/* style inject shadow dom */
|
|
1447
1447
|
|
|
1448
|
-
var __vue_component__$
|
|
1449
|
-
render: __vue_render__$
|
|
1450
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1451
|
-
}, __vue_inject_styles__$
|
|
1448
|
+
var __vue_component__$G = /*#__PURE__*/normalizeComponent({
|
|
1449
|
+
render: __vue_render__$G,
|
|
1450
|
+
staticRenderFns: __vue_staticRenderFns__$G
|
|
1451
|
+
}, __vue_inject_styles__$G, __vue_script__$G, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, undefined, createInjectorSSR, undefined);var script$F = {
|
|
1452
1452
|
name: "VcImage",
|
|
1453
1453
|
components: {
|
|
1454
|
-
VcLayout: __vue_component__$
|
|
1454
|
+
VcLayout: __vue_component__$L
|
|
1455
1455
|
},
|
|
1456
1456
|
props: {
|
|
1457
1457
|
image: {
|
|
@@ -1464,10 +1464,10 @@ var __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
|
1464
1464
|
}
|
|
1465
1465
|
}
|
|
1466
1466
|
};/* script */
|
|
1467
|
-
var __vue_script__$
|
|
1467
|
+
var __vue_script__$F = script$F;
|
|
1468
1468
|
/* template */
|
|
1469
1469
|
|
|
1470
|
-
var __vue_render__$
|
|
1470
|
+
var __vue_render__$F = function __vue_render__() {
|
|
1471
1471
|
var _vm = this;
|
|
1472
1472
|
|
|
1473
1473
|
var _h = _vm.$createElement;
|
|
@@ -1491,10 +1491,10 @@ var __vue_render__$E = function __vue_render__() {
|
|
|
1491
1491
|
})], 1);
|
|
1492
1492
|
};
|
|
1493
1493
|
|
|
1494
|
-
var __vue_staticRenderFns__$
|
|
1494
|
+
var __vue_staticRenderFns__$F = [];
|
|
1495
1495
|
/* style */
|
|
1496
1496
|
|
|
1497
|
-
var __vue_inject_styles__$
|
|
1497
|
+
var __vue_inject_styles__$F = function __vue_inject_styles__(inject) {
|
|
1498
1498
|
if (!inject) return;
|
|
1499
1499
|
inject("data-v-46be532e_0", {
|
|
1500
1500
|
source: ".VcImage[data-v-46be532e]{height:100%;justify-content:center}.VcImage[data-v-46be532e] img{height:100%}.VcImage[data-v-46be532e] svg{max-width:100%;height:100%}",
|
|
@@ -1505,25 +1505,25 @@ var __vue_inject_styles__$E = function __vue_inject_styles__(inject) {
|
|
|
1505
1505
|
/* scoped */
|
|
1506
1506
|
|
|
1507
1507
|
|
|
1508
|
-
var __vue_scope_id__$
|
|
1508
|
+
var __vue_scope_id__$F = "data-v-46be532e";
|
|
1509
1509
|
/* module identifier */
|
|
1510
1510
|
|
|
1511
|
-
var __vue_module_identifier__$
|
|
1511
|
+
var __vue_module_identifier__$F = "data-v-46be532e";
|
|
1512
1512
|
/* functional template */
|
|
1513
1513
|
|
|
1514
|
-
var __vue_is_functional_template__$
|
|
1514
|
+
var __vue_is_functional_template__$F = false;
|
|
1515
1515
|
/* style inject shadow dom */
|
|
1516
1516
|
|
|
1517
|
-
var __vue_component__$
|
|
1518
|
-
render: __vue_render__$
|
|
1519
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1520
|
-
}, __vue_inject_styles__$
|
|
1517
|
+
var __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
1518
|
+
render: __vue_render__$F,
|
|
1519
|
+
staticRenderFns: __vue_staticRenderFns__$F
|
|
1520
|
+
}, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, undefined, createInjectorSSR, undefined);var script$E = {
|
|
1521
1521
|
name: "VcNoticeModal",
|
|
1522
1522
|
components: {
|
|
1523
|
-
VcImage: __vue_component__$
|
|
1524
|
-
VcLayout: __vue_component__$
|
|
1525
|
-
VcModalFooter: __vue_component__$
|
|
1526
|
-
VcModalContainer: __vue_component__$
|
|
1523
|
+
VcImage: __vue_component__$F,
|
|
1524
|
+
VcLayout: __vue_component__$L,
|
|
1525
|
+
VcModalFooter: __vue_component__$K,
|
|
1526
|
+
VcModalContainer: __vue_component__$M
|
|
1527
1527
|
},
|
|
1528
1528
|
props: {
|
|
1529
1529
|
showDialog: {
|
|
@@ -1584,10 +1584,10 @@ var __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
|
1584
1584
|
}
|
|
1585
1585
|
}
|
|
1586
1586
|
};/* script */
|
|
1587
|
-
var __vue_script__$
|
|
1587
|
+
var __vue_script__$E = script$E;
|
|
1588
1588
|
/* template */
|
|
1589
1589
|
|
|
1590
|
-
var __vue_render__$
|
|
1590
|
+
var __vue_render__$E = function __vue_render__() {
|
|
1591
1591
|
var _vm = this;
|
|
1592
1592
|
|
|
1593
1593
|
var _h = _vm.$createElement;
|
|
@@ -1674,10 +1674,10 @@ var __vue_render__$D = function __vue_render__() {
|
|
|
1674
1674
|
});
|
|
1675
1675
|
};
|
|
1676
1676
|
|
|
1677
|
-
var __vue_staticRenderFns__$
|
|
1677
|
+
var __vue_staticRenderFns__$E = [];
|
|
1678
1678
|
/* style */
|
|
1679
1679
|
|
|
1680
|
-
var __vue_inject_styles__$
|
|
1680
|
+
var __vue_inject_styles__$E = function __vue_inject_styles__(inject) {
|
|
1681
1681
|
if (!inject) return;
|
|
1682
1682
|
inject("data-v-d8b2c82a_0", {
|
|
1683
1683
|
source: ".VcNoticeImage[data-v-d8b2c82a]{margin-bottom:var(--size-value4)}.VcNoticeImage.md[data-v-d8b2c82a],.VcNoticeImage.responsive[data-v-d8b2c82a],.VcNoticeImage.sm[data-v-d8b2c82a]{height:160px}.VcNoticeImage.lg[data-v-d8b2c82a]{height:208px}.VcNoticeContent[data-v-d8b2c82a],.VcNoticeHeader[data-v-d8b2c82a],.VcNoticeSubtitle[data-v-d8b2c82a]{text-align:center;line-height:24px}.VcNoticeHeader[data-v-d8b2c82a]{text-align:center;align-items:center;font-size:18px;font-weight:600;line-height:28px}@media screen and (min-width:960px){.VcNoticeHeader[data-v-d8b2c82a]{font-size:24px;font-weight:800;line-height:var(--size-value10)}}.VcNoticeHeader .VcNoticeHeaderText[data-v-d8b2c82a]{padding-bottom:var(--size-value2)}.VcNoticeHeader.prominent .VcNoticeHeaderText[data-v-d8b2c82a]{font-size:18px;font-weight:600}.VcNoticeSubtitle[data-v-d8b2c82a]{font-size:15px;font-weight:var(--font-weight-medium);line-height:var(--size-value6)}@media screen and (min-width:960px){.VcNoticeSubtitle[data-v-d8b2c82a]{font-size:var(--font-size-small)}}.VcNoticeSubtitle.prominent[data-v-d8b2c82a]{font-size:15px}.VcNoticeContent[data-v-d8b2c82a]{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-d8b2c82a]{line-height:21px;font-size:14px}}.VcNoticeFooter[data-v-d8b2c82a]{padding-bottom:var(--size-value10)}",
|
|
@@ -1688,24 +1688,24 @@ var __vue_inject_styles__$D = function __vue_inject_styles__(inject) {
|
|
|
1688
1688
|
/* scoped */
|
|
1689
1689
|
|
|
1690
1690
|
|
|
1691
|
-
var __vue_scope_id__$
|
|
1691
|
+
var __vue_scope_id__$E = "data-v-d8b2c82a";
|
|
1692
1692
|
/* module identifier */
|
|
1693
1693
|
|
|
1694
|
-
var __vue_module_identifier__$
|
|
1694
|
+
var __vue_module_identifier__$E = "data-v-d8b2c82a";
|
|
1695
1695
|
/* functional template */
|
|
1696
1696
|
|
|
1697
|
-
var __vue_is_functional_template__$
|
|
1697
|
+
var __vue_is_functional_template__$E = false;
|
|
1698
1698
|
/* style inject shadow dom */
|
|
1699
1699
|
|
|
1700
|
-
var __vue_component__$
|
|
1701
|
-
render: __vue_render__$
|
|
1702
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1703
|
-
}, __vue_inject_styles__$
|
|
1700
|
+
var __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
1701
|
+
render: __vue_render__$E,
|
|
1702
|
+
staticRenderFns: __vue_staticRenderFns__$E
|
|
1703
|
+
}, __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 = {
|
|
1704
1704
|
name: "VcAlert",
|
|
1705
1705
|
components: {
|
|
1706
|
-
VcIcon: __vue_component__$
|
|
1707
|
-
VcButton: __vue_component__$
|
|
1708
|
-
VcLayout: __vue_component__$
|
|
1706
|
+
VcIcon: __vue_component__$O,
|
|
1707
|
+
VcButton: __vue_component__$N,
|
|
1708
|
+
VcLayout: __vue_component__$L,
|
|
1709
1709
|
VAlert: lib.VAlert
|
|
1710
1710
|
},
|
|
1711
1711
|
props: {
|
|
@@ -1796,10 +1796,10 @@ var __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
|
1796
1796
|
}
|
|
1797
1797
|
}
|
|
1798
1798
|
};/* script */
|
|
1799
|
-
var __vue_script__$
|
|
1799
|
+
var __vue_script__$D = script$D;
|
|
1800
1800
|
/* template */
|
|
1801
1801
|
|
|
1802
|
-
var __vue_render__$
|
|
1802
|
+
var __vue_render__$D = function __vue_render__() {
|
|
1803
1803
|
var _vm = this;
|
|
1804
1804
|
|
|
1805
1805
|
var _h = _vm.$createElement;
|
|
@@ -1869,10 +1869,10 @@ var __vue_render__$C = function __vue_render__() {
|
|
|
1869
1869
|
}) : _vm._e()], 1);
|
|
1870
1870
|
};
|
|
1871
1871
|
|
|
1872
|
-
var __vue_staticRenderFns__$
|
|
1872
|
+
var __vue_staticRenderFns__$D = [];
|
|
1873
1873
|
/* style */
|
|
1874
1874
|
|
|
1875
|
-
var __vue_inject_styles__$
|
|
1875
|
+
var __vue_inject_styles__$D = function __vue_inject_styles__(inject) {
|
|
1876
1876
|
if (!inject) return;
|
|
1877
1877
|
inject("data-v-7847c9c0_0", {
|
|
1878
1878
|
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:var(--letter-spacing);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)}",
|
|
@@ -1883,19 +1883,19 @@ var __vue_inject_styles__$C = function __vue_inject_styles__(inject) {
|
|
|
1883
1883
|
/* scoped */
|
|
1884
1884
|
|
|
1885
1885
|
|
|
1886
|
-
var __vue_scope_id__$
|
|
1886
|
+
var __vue_scope_id__$D = undefined;
|
|
1887
1887
|
/* module identifier */
|
|
1888
1888
|
|
|
1889
|
-
var __vue_module_identifier__$
|
|
1889
|
+
var __vue_module_identifier__$D = "data-v-7847c9c0";
|
|
1890
1890
|
/* functional template */
|
|
1891
1891
|
|
|
1892
|
-
var __vue_is_functional_template__$
|
|
1892
|
+
var __vue_is_functional_template__$D = false;
|
|
1893
1893
|
/* style inject shadow dom */
|
|
1894
1894
|
|
|
1895
|
-
var __vue_component__$
|
|
1896
|
-
render: __vue_render__$
|
|
1897
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1898
|
-
}, __vue_inject_styles__$
|
|
1895
|
+
var __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
1896
|
+
render: __vue_render__$D,
|
|
1897
|
+
staticRenderFns: __vue_staticRenderFns__$D
|
|
1898
|
+
}, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, undefined, createInjectorSSR, undefined);//
|
|
1899
1899
|
//
|
|
1900
1900
|
//
|
|
1901
1901
|
//
|
|
@@ -1941,7 +1941,7 @@ var __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
|
1941
1941
|
//
|
|
1942
1942
|
//
|
|
1943
1943
|
//
|
|
1944
|
-
var script$
|
|
1944
|
+
var script$C = {
|
|
1945
1945
|
components: {
|
|
1946
1946
|
VTooltip: lib.VTooltip
|
|
1947
1947
|
},
|
|
@@ -1999,10 +1999,10 @@ var script$B = {
|
|
|
1999
1999
|
}
|
|
2000
2000
|
}
|
|
2001
2001
|
};/* script */
|
|
2002
|
-
var __vue_script__$
|
|
2002
|
+
var __vue_script__$C = script$C;
|
|
2003
2003
|
/* template */
|
|
2004
2004
|
|
|
2005
|
-
var __vue_render__$
|
|
2005
|
+
var __vue_render__$C = function __vue_render__() {
|
|
2006
2006
|
var _vm = this;
|
|
2007
2007
|
|
|
2008
2008
|
var _h = _vm.$createElement;
|
|
@@ -2055,10 +2055,10 @@ var __vue_render__$B = function __vue_render__() {
|
|
|
2055
2055
|
})])])])], 1);
|
|
2056
2056
|
};
|
|
2057
2057
|
|
|
2058
|
-
var __vue_staticRenderFns__$
|
|
2058
|
+
var __vue_staticRenderFns__$C = [];
|
|
2059
2059
|
/* style */
|
|
2060
2060
|
|
|
2061
|
-
var __vue_inject_styles__$
|
|
2061
|
+
var __vue_inject_styles__$C = function __vue_inject_styles__(inject) {
|
|
2062
2062
|
if (!inject) return;
|
|
2063
2063
|
inject("data-v-09191fda_0", {
|
|
2064
2064
|
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;--letter-spacing:0.003em;--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;--popover-width:360px;--popover-max-height:464px;--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}",
|
|
@@ -2069,22 +2069,22 @@ var __vue_inject_styles__$B = function __vue_inject_styles__(inject) {
|
|
|
2069
2069
|
/* scoped */
|
|
2070
2070
|
|
|
2071
2071
|
|
|
2072
|
-
var __vue_scope_id__$
|
|
2072
|
+
var __vue_scope_id__$C = undefined;
|
|
2073
2073
|
/* module identifier */
|
|
2074
2074
|
|
|
2075
|
-
var __vue_module_identifier__$
|
|
2075
|
+
var __vue_module_identifier__$C = "data-v-09191fda";
|
|
2076
2076
|
/* functional template */
|
|
2077
2077
|
|
|
2078
|
-
var __vue_is_functional_template__$
|
|
2078
|
+
var __vue_is_functional_template__$C = false;
|
|
2079
2079
|
/* style inject shadow dom */
|
|
2080
2080
|
|
|
2081
|
-
var __vue_component__$
|
|
2082
|
-
render: __vue_render__$
|
|
2083
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2084
|
-
}, __vue_inject_styles__$
|
|
2081
|
+
var __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
2082
|
+
render: __vue_render__$C,
|
|
2083
|
+
staticRenderFns: __vue_staticRenderFns__$C
|
|
2084
|
+
}, __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 = {
|
|
2085
2085
|
name: "VcIconWithTooltip",
|
|
2086
2086
|
components: {
|
|
2087
|
-
VcTooltip: __vue_component__$
|
|
2087
|
+
VcTooltip: __vue_component__$C,
|
|
2088
2088
|
VIcon: lib.VIcon
|
|
2089
2089
|
},
|
|
2090
2090
|
props: {
|
|
@@ -2140,10 +2140,10 @@ var __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
|
2140
2140
|
}
|
|
2141
2141
|
}
|
|
2142
2142
|
};/* script */
|
|
2143
|
-
var __vue_script__$
|
|
2143
|
+
var __vue_script__$B = script$B;
|
|
2144
2144
|
/* template */
|
|
2145
2145
|
|
|
2146
|
-
var __vue_render__$
|
|
2146
|
+
var __vue_render__$B = function __vue_render__() {
|
|
2147
2147
|
var _vm = this;
|
|
2148
2148
|
|
|
2149
2149
|
var _h = _vm.$createElement;
|
|
@@ -2173,10 +2173,10 @@ var __vue_render__$A = function __vue_render__() {
|
|
|
2173
2173
|
}, [_vm._v("\n " + _vm._s(_vm.getIcon) + "\n ")])]], 2);
|
|
2174
2174
|
};
|
|
2175
2175
|
|
|
2176
|
-
var __vue_staticRenderFns__$
|
|
2176
|
+
var __vue_staticRenderFns__$B = [];
|
|
2177
2177
|
/* style */
|
|
2178
2178
|
|
|
2179
|
-
var __vue_inject_styles__$
|
|
2179
|
+
var __vue_inject_styles__$B = function __vue_inject_styles__(inject) {
|
|
2180
2180
|
if (!inject) return;
|
|
2181
2181
|
inject("data-v-7193d7d6_0", {
|
|
2182
2182
|
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;--letter-spacing:0.003em;--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;--popover-width:360px;--popover-max-height:464px;--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)}",
|
|
@@ -2187,21 +2187,21 @@ var __vue_inject_styles__$A = function __vue_inject_styles__(inject) {
|
|
|
2187
2187
|
/* scoped */
|
|
2188
2188
|
|
|
2189
2189
|
|
|
2190
|
-
var __vue_scope_id__$
|
|
2190
|
+
var __vue_scope_id__$B = undefined;
|
|
2191
2191
|
/* module identifier */
|
|
2192
2192
|
|
|
2193
|
-
var __vue_module_identifier__$
|
|
2193
|
+
var __vue_module_identifier__$B = "data-v-7193d7d6";
|
|
2194
2194
|
/* functional template */
|
|
2195
2195
|
|
|
2196
|
-
var __vue_is_functional_template__$
|
|
2196
|
+
var __vue_is_functional_template__$B = false;
|
|
2197
2197
|
/* style inject shadow dom */
|
|
2198
2198
|
|
|
2199
|
-
var __vue_component__$
|
|
2200
|
-
render: __vue_render__$
|
|
2201
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2202
|
-
}, __vue_inject_styles__$
|
|
2199
|
+
var __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
2200
|
+
render: __vue_render__$B,
|
|
2201
|
+
staticRenderFns: __vue_staticRenderFns__$B
|
|
2202
|
+
}, __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 = {
|
|
2203
2203
|
components: {
|
|
2204
|
-
VcImage: __vue_component__$
|
|
2204
|
+
VcImage: __vue_component__$F,
|
|
2205
2205
|
VIcon: lib.VIcon,
|
|
2206
2206
|
VTooltip: lib.VTooltip
|
|
2207
2207
|
},
|
|
@@ -2325,10 +2325,10 @@ var __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
|
2325
2325
|
}
|
|
2326
2326
|
}
|
|
2327
2327
|
};/* script */
|
|
2328
|
-
var __vue_script__$
|
|
2328
|
+
var __vue_script__$A = script$A;
|
|
2329
2329
|
/* template */
|
|
2330
2330
|
|
|
2331
|
-
var __vue_render__$
|
|
2331
|
+
var __vue_render__$A = function __vue_render__() {
|
|
2332
2332
|
var _vm = this;
|
|
2333
2333
|
|
|
2334
2334
|
var _h = _vm.$createElement;
|
|
@@ -2378,10 +2378,10 @@ var __vue_render__$z = function __vue_render__() {
|
|
|
2378
2378
|
}, [_vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.lightModeTooltip))])])], 1);
|
|
2379
2379
|
};
|
|
2380
2380
|
|
|
2381
|
-
var __vue_staticRenderFns__$
|
|
2381
|
+
var __vue_staticRenderFns__$A = [];
|
|
2382
2382
|
/* style */
|
|
2383
2383
|
|
|
2384
|
-
var __vue_inject_styles__$
|
|
2384
|
+
var __vue_inject_styles__$A = function __vue_inject_styles__(inject) {
|
|
2385
2385
|
if (!inject) return;
|
|
2386
2386
|
inject("data-v-477258d2_0", {
|
|
2387
2387
|
source: "[data-v-477258d2]: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;--letter-spacing:0.003em;--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;--popover-width:360px;--popover-max-height:464px;--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}.avatar-wrapper[data-v-477258d2]{position:relative;border-radius:50%;text-align:center;color:var(--modal-bg-color)}.avatar-wrapper.show-border[data-v-477258d2]{border:1px solid var(--modal-bg-color)}.avatar-wrapper.vc-disabled[data-v-477258d2]{filter:grayscale(100%)}.avatar-wrapper.light-mode[data-v-477258d2]{border:1px solid rgba(0,0,0,.3);color:rgba(0,0,0,.3);background-color:var(--modal-bg-color)}.avatar-wrapper.x-sm[data-v-477258d2]{height:var(--avatar-x-sm);width:var(--avatar-x-sm);font-size:var(--font-size-xxx-small)}.avatar-wrapper.sm[data-v-477258d2]{height:var(--avatar-sm);width:var(--avatar-sm);font-size:var(--font-size-xx-small)}.avatar-wrapper.md[data-v-477258d2]{height:var(--avatar-md);width:var(--avatar-md);font-size:var(--font-size-small)}.avatar-wrapper.lg[data-v-477258d2]{height:var(--avatar-lg);width:var(--avatar-lg);font-size:var(--font-size-small3)}.avatar-wrapper .avatar-image[data-v-477258d2]{height:100%;width:100%;border-radius:50%;overflow:hidden}.avatar-wrapper .avatar-image[data-v-477258d2] svg{height:100%}.avatar-wrapper .avatar-image[data-v-477258d2] img{height:100%}.avatar-wrapper .avatar-initials[data-v-477258d2]{position:relative;top:50%;font-weight:var(--font-weight-medium2);transform:translateY(-50%)}.avatar-wrapper .badge[data-v-477258d2]{fill:#fff;position:absolute;--gap:0;height:var(--size-value4);width:var(--size-value4);border-radius:50%;bottom:calc(var(--gap) * -1);left:calc(var(--gap) * -1)}.avatar-wrapper .badge.x-sm[data-v-477258d2]{--gap:var(--size-value1)}.avatar-wrapper .badge.sm[data-v-477258d2]{--gap:var(--size-value1)}.avatar-wrapper .badge.md[data-v-477258d2]{--gap:2px}.avatar-wrapper .badge.lg[data-v-477258d2]{--gap:var(--size-value0)}.avatar-wrapper .badge.right[data-v-477258d2]{left:unset;right:calc(var(--gap) * -1)}.avatar-wrapper .badge.confirmed[data-v-477258d2]{border:2px var(--modal-bg-color) solid}.color-0[data-v-477258d2]{background-color:#fed62f}.color-1[data-v-477258d2]{background-color:#fec22e}.color-2[data-v-477258d2]{background-color:#feac2a}.color-3[data-v-477258d2]{background-color:#fe9a28}.color-4[data-v-477258d2]{background-color:#fd7024}.color-5[data-v-477258d2]{background-color:#fd5b32}.color-6[data-v-477258d2]{background-color:#f2483f}.color-7[data-v-477258d2]{background-color:#dc331b}.color-8[data-v-477258d2]{background-color:#d41419}.color-9[data-v-477258d2]{background-color:#e72866}.color-10[data-v-477258d2]{background-color:#c41c63}.color-11[data-v-477258d2]{background-color:#9b2bae}.color-12[data-v-477258d2]{background-color:#673bb5}.color-13[data-v-477258d2]{background-color:#7c4efc}.color-14[data-v-477258d2]{background-color:#4051b3}.color-15[data-v-477258d2]{background-color:#311b92}.color-16[data-v-477258d2]{background-color:#2d62fb}.color-17[data-v-477258d2]{background-color:#5c6bc0}.color-18[data-v-477258d2]{background-color:#17a8f1}.color-19[data-v-477258d2]{background-color:#17bbd2}.color-20[data-v-477258d2]{background-color:#14abbf}.color-21[data-v-477258d2]{background-color:#0f9587}.color-22[data-v-477258d2]{background-color:#16bea5}.color-23[data-v-477258d2]{background-color:#4eae53}.color-24[data-v-477258d2]{background-color:#3a8d3f}.color-25[data-v-477258d2]{background-color:#8cc250}.color-26[data-v-477258d2]{background-color:#66bb6a}.color-27[data-v-477258d2]{background-color:#880e4f}.color-28[data-v-477258d2]{background-color:#1565c0}.color-29[data-v-477258d2]{background-color:#1e88e5}.color-9999[data-v-477258d2]{background-color:#4675d9}",
|
|
@@ -2392,25 +2392,25 @@ var __vue_inject_styles__$z = function __vue_inject_styles__(inject) {
|
|
|
2392
2392
|
/* scoped */
|
|
2393
2393
|
|
|
2394
2394
|
|
|
2395
|
-
var __vue_scope_id__$
|
|
2395
|
+
var __vue_scope_id__$A = "data-v-477258d2";
|
|
2396
2396
|
/* module identifier */
|
|
2397
2397
|
|
|
2398
|
-
var __vue_module_identifier__$
|
|
2398
|
+
var __vue_module_identifier__$A = "data-v-477258d2";
|
|
2399
2399
|
/* functional template */
|
|
2400
2400
|
|
|
2401
|
-
var __vue_is_functional_template__$
|
|
2401
|
+
var __vue_is_functional_template__$A = false;
|
|
2402
2402
|
/* style inject shadow dom */
|
|
2403
2403
|
|
|
2404
|
-
var __vue_component__$
|
|
2405
|
-
render: __vue_render__$
|
|
2406
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2407
|
-
}, __vue_inject_styles__$
|
|
2404
|
+
var __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
2405
|
+
render: __vue_render__$A,
|
|
2406
|
+
staticRenderFns: __vue_staticRenderFns__$A
|
|
2407
|
+
}, __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 = {
|
|
2408
2408
|
name: "VcBottomActions",
|
|
2409
2409
|
components: {
|
|
2410
|
-
VcLayout: __vue_component__$
|
|
2411
|
-
VcButton: __vue_component__$
|
|
2412
|
-
VcIcon: __vue_component__$
|
|
2413
|
-
VcAvatar: __vue_component__$
|
|
2410
|
+
VcLayout: __vue_component__$L,
|
|
2411
|
+
VcButton: __vue_component__$N,
|
|
2412
|
+
VcIcon: __vue_component__$O,
|
|
2413
|
+
VcAvatar: __vue_component__$A,
|
|
2414
2414
|
VSubheader: lib.VSubheader,
|
|
2415
2415
|
VListItem: lib.VListItem,
|
|
2416
2416
|
VList: lib.VList,
|
|
@@ -2455,10 +2455,10 @@ var __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
|
2455
2455
|
}
|
|
2456
2456
|
}
|
|
2457
2457
|
};/* script */
|
|
2458
|
-
var __vue_script__$
|
|
2458
|
+
var __vue_script__$z = script$z;
|
|
2459
2459
|
/* template */
|
|
2460
2460
|
|
|
2461
|
-
var __vue_render__$
|
|
2461
|
+
var __vue_render__$z = function __vue_render__() {
|
|
2462
2462
|
var _vm = this;
|
|
2463
2463
|
|
|
2464
2464
|
var _h = _vm.$createElement;
|
|
@@ -2544,10 +2544,10 @@ var __vue_render__$y = function __vue_render__() {
|
|
|
2544
2544
|
}), 1)], 1)], 1);
|
|
2545
2545
|
};
|
|
2546
2546
|
|
|
2547
|
-
var __vue_staticRenderFns__$
|
|
2547
|
+
var __vue_staticRenderFns__$z = [];
|
|
2548
2548
|
/* style */
|
|
2549
2549
|
|
|
2550
|
-
var __vue_inject_styles__$
|
|
2550
|
+
var __vue_inject_styles__$z = function __vue_inject_styles__(inject) {
|
|
2551
2551
|
if (!inject) return;
|
|
2552
2552
|
inject("data-v-51eeacd7_0", {
|
|
2553
2553
|
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;--letter-spacing:0.003em;--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;--popover-width:360px;--popover-max-height:464px;--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)}",
|
|
@@ -2558,24 +2558,24 @@ var __vue_inject_styles__$y = function __vue_inject_styles__(inject) {
|
|
|
2558
2558
|
/* scoped */
|
|
2559
2559
|
|
|
2560
2560
|
|
|
2561
|
-
var __vue_scope_id__$
|
|
2561
|
+
var __vue_scope_id__$z = undefined;
|
|
2562
2562
|
/* module identifier */
|
|
2563
2563
|
|
|
2564
|
-
var __vue_module_identifier__$
|
|
2564
|
+
var __vue_module_identifier__$z = "data-v-51eeacd7";
|
|
2565
2565
|
/* functional template */
|
|
2566
2566
|
|
|
2567
|
-
var __vue_is_functional_template__$
|
|
2567
|
+
var __vue_is_functional_template__$z = false;
|
|
2568
2568
|
/* style inject shadow dom */
|
|
2569
2569
|
|
|
2570
|
-
var __vue_component__$
|
|
2571
|
-
render: __vue_render__$
|
|
2572
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2573
|
-
}, __vue_inject_styles__$
|
|
2570
|
+
var __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
2571
|
+
render: __vue_render__$z,
|
|
2572
|
+
staticRenderFns: __vue_staticRenderFns__$z
|
|
2573
|
+
}, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, createInjectorSSR, undefined);var script$y = {
|
|
2574
2574
|
name: "VcActionList",
|
|
2575
2575
|
components: {
|
|
2576
|
-
VcLayout: __vue_component__$
|
|
2577
|
-
VcButton: __vue_component__$
|
|
2578
|
-
VcIcon: __vue_component__$
|
|
2576
|
+
VcLayout: __vue_component__$L,
|
|
2577
|
+
VcButton: __vue_component__$N,
|
|
2578
|
+
VcIcon: __vue_component__$O,
|
|
2579
2579
|
VListItemTitle: lib.VListItemTitle,
|
|
2580
2580
|
VListItem: lib.VListItem,
|
|
2581
2581
|
VList: lib.VList,
|
|
@@ -2604,10 +2604,10 @@ var __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
|
2604
2604
|
}
|
|
2605
2605
|
}
|
|
2606
2606
|
};/* script */
|
|
2607
|
-
var __vue_script__$
|
|
2607
|
+
var __vue_script__$y = script$y;
|
|
2608
2608
|
/* template */
|
|
2609
2609
|
|
|
2610
|
-
var __vue_render__$
|
|
2610
|
+
var __vue_render__$y = function __vue_render__() {
|
|
2611
2611
|
var _vm = this;
|
|
2612
2612
|
|
|
2613
2613
|
var _h = _vm.$createElement;
|
|
@@ -2659,10 +2659,10 @@ var __vue_render__$x = function __vue_render__() {
|
|
|
2659
2659
|
}), 1)], 1)], 1);
|
|
2660
2660
|
};
|
|
2661
2661
|
|
|
2662
|
-
var __vue_staticRenderFns__$
|
|
2662
|
+
var __vue_staticRenderFns__$y = [];
|
|
2663
2663
|
/* style */
|
|
2664
2664
|
|
|
2665
|
-
var __vue_inject_styles__$
|
|
2665
|
+
var __vue_inject_styles__$y = function __vue_inject_styles__(inject) {
|
|
2666
2666
|
if (!inject) return;
|
|
2667
2667
|
inject("data-v-500d77ad_0", {
|
|
2668
2668
|
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;--letter-spacing:0.003em;--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;--popover-width:360px;--popover-max-height:464px;--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);border-radius:var(--modal-border-radius)}.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{width:25px;vertical-align:sub;margin-inline-end:var(--size-value3)}",
|
|
@@ -2673,24 +2673,24 @@ var __vue_inject_styles__$x = function __vue_inject_styles__(inject) {
|
|
|
2673
2673
|
/* scoped */
|
|
2674
2674
|
|
|
2675
2675
|
|
|
2676
|
-
var __vue_scope_id__$
|
|
2676
|
+
var __vue_scope_id__$y = undefined;
|
|
2677
2677
|
/* module identifier */
|
|
2678
2678
|
|
|
2679
|
-
var __vue_module_identifier__$
|
|
2679
|
+
var __vue_module_identifier__$y = "data-v-500d77ad";
|
|
2680
2680
|
/* functional template */
|
|
2681
2681
|
|
|
2682
|
-
var __vue_is_functional_template__$
|
|
2682
|
+
var __vue_is_functional_template__$y = false;
|
|
2683
2683
|
/* style inject shadow dom */
|
|
2684
2684
|
|
|
2685
|
-
var __vue_component__$
|
|
2686
|
-
render: __vue_render__$
|
|
2687
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2688
|
-
}, __vue_inject_styles__$
|
|
2685
|
+
var __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
2686
|
+
render: __vue_render__$y,
|
|
2687
|
+
staticRenderFns: __vue_staticRenderFns__$y
|
|
2688
|
+
}, __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 = {
|
|
2689
2689
|
name: "VcActions",
|
|
2690
2690
|
components: {
|
|
2691
|
-
VcIcon: __vue_component__$
|
|
2692
|
-
VcActionList: __vue_component__$
|
|
2693
|
-
VcBottomActions: __vue_component__$
|
|
2691
|
+
VcIcon: __vue_component__$O,
|
|
2692
|
+
VcActionList: __vue_component__$y,
|
|
2693
|
+
VcBottomActions: __vue_component__$z
|
|
2694
2694
|
},
|
|
2695
2695
|
data: function data() {
|
|
2696
2696
|
return {
|
|
@@ -2740,10 +2740,10 @@ var __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
|
2740
2740
|
}
|
|
2741
2741
|
}
|
|
2742
2742
|
};/* script */
|
|
2743
|
-
var __vue_script__$
|
|
2743
|
+
var __vue_script__$x = script$x;
|
|
2744
2744
|
/* template */
|
|
2745
2745
|
|
|
2746
|
-
var __vue_render__$
|
|
2746
|
+
var __vue_render__$x = function __vue_render__() {
|
|
2747
2747
|
var _vm = this;
|
|
2748
2748
|
|
|
2749
2749
|
var _h = _vm.$createElement;
|
|
@@ -2787,29 +2787,29 @@ var __vue_render__$w = function __vue_render__() {
|
|
|
2787
2787
|
}, 'component', _vm.$props, false));
|
|
2788
2788
|
};
|
|
2789
2789
|
|
|
2790
|
-
var __vue_staticRenderFns__$
|
|
2790
|
+
var __vue_staticRenderFns__$x = [];
|
|
2791
2791
|
/* style */
|
|
2792
2792
|
|
|
2793
|
-
var __vue_inject_styles__$
|
|
2793
|
+
var __vue_inject_styles__$x = undefined;
|
|
2794
2794
|
/* scoped */
|
|
2795
2795
|
|
|
2796
|
-
var __vue_scope_id__$
|
|
2796
|
+
var __vue_scope_id__$x = undefined;
|
|
2797
2797
|
/* module identifier */
|
|
2798
2798
|
|
|
2799
|
-
var __vue_module_identifier__$
|
|
2799
|
+
var __vue_module_identifier__$x = "data-v-2071ab6c";
|
|
2800
2800
|
/* functional template */
|
|
2801
2801
|
|
|
2802
|
-
var __vue_is_functional_template__$
|
|
2802
|
+
var __vue_is_functional_template__$x = false;
|
|
2803
2803
|
/* style inject */
|
|
2804
2804
|
|
|
2805
2805
|
/* style inject SSR */
|
|
2806
2806
|
|
|
2807
2807
|
/* style inject shadow dom */
|
|
2808
2808
|
|
|
2809
|
-
var __vue_component__$
|
|
2810
|
-
render: __vue_render__$
|
|
2811
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2812
|
-
}, __vue_inject_styles__$
|
|
2809
|
+
var __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
2810
|
+
render: __vue_render__$x,
|
|
2811
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
2812
|
+
}, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, undefined, undefined);//
|
|
2813
2813
|
//
|
|
2814
2814
|
//
|
|
2815
2815
|
//
|
|
@@ -2832,7 +2832,7 @@ var __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
|
2832
2832
|
//
|
|
2833
2833
|
//
|
|
2834
2834
|
//
|
|
2835
|
-
var script$
|
|
2835
|
+
var script$w = {
|
|
2836
2836
|
components: {
|
|
2837
2837
|
VStepperStep: lib.VStepperStep,
|
|
2838
2838
|
VStepper: lib.VStepper
|
|
@@ -2904,10 +2904,10 @@ var script$v = {
|
|
|
2904
2904
|
}
|
|
2905
2905
|
}
|
|
2906
2906
|
};/* script */
|
|
2907
|
-
var __vue_script__$
|
|
2907
|
+
var __vue_script__$w = script$w;
|
|
2908
2908
|
/* template */
|
|
2909
2909
|
|
|
2910
|
-
var __vue_render__$
|
|
2910
|
+
var __vue_render__$w = function __vue_render__() {
|
|
2911
2911
|
var _vm = this;
|
|
2912
2912
|
|
|
2913
2913
|
var _h = _vm.$createElement;
|
|
@@ -2946,10 +2946,10 @@ var __vue_render__$v = function __vue_render__() {
|
|
|
2946
2946
|
})], 2)], 1);
|
|
2947
2947
|
};
|
|
2948
2948
|
|
|
2949
|
-
var __vue_staticRenderFns__$
|
|
2949
|
+
var __vue_staticRenderFns__$w = [];
|
|
2950
2950
|
/* style */
|
|
2951
2951
|
|
|
2952
|
-
var __vue_inject_styles__$
|
|
2952
|
+
var __vue_inject_styles__$w = function __vue_inject_styles__(inject) {
|
|
2953
2953
|
if (!inject) return;
|
|
2954
2954
|
inject("data-v-d21a486c_0", {
|
|
2955
2955
|
source: "[data-v-d21a486c]: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;--letter-spacing:0.003em;--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;--popover-width:360px;--popover-max-height:464px;--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-d21a486c]{height:100%;padding-block-start:var(--size-value4);padding-inline-start:var(--size-value10)}.vc-stepper.v-stepper[data-v-d21a486c]{box-shadow:none}.vc-stepper.v-stepper .stepper-title[data-v-d21a486c]{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-d21a486c]{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-d21a486c] .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-d21a486c] 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-d21a486c]: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-d21a486c]: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-d21a486c]: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-d21a486c]: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-d21a486c] span.v-stepper__step__step{background-color:var(--green)!important}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-d21a486c] span.v-stepper__step__step i{font-size:var(--size-value3)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-d21a486c] .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-d21a486c] .v-stepper__label{font-weight:var(--font-weight-large)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c]: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)}",
|
|
@@ -2960,19 +2960,19 @@ var __vue_inject_styles__$v = function __vue_inject_styles__(inject) {
|
|
|
2960
2960
|
/* scoped */
|
|
2961
2961
|
|
|
2962
2962
|
|
|
2963
|
-
var __vue_scope_id__$
|
|
2963
|
+
var __vue_scope_id__$w = "data-v-d21a486c";
|
|
2964
2964
|
/* module identifier */
|
|
2965
2965
|
|
|
2966
|
-
var __vue_module_identifier__$
|
|
2966
|
+
var __vue_module_identifier__$w = "data-v-d21a486c";
|
|
2967
2967
|
/* functional template */
|
|
2968
2968
|
|
|
2969
|
-
var __vue_is_functional_template__$
|
|
2969
|
+
var __vue_is_functional_template__$w = false;
|
|
2970
2970
|
/* style inject shadow dom */
|
|
2971
2971
|
|
|
2972
|
-
var __vue_component__$
|
|
2973
|
-
render: __vue_render__$
|
|
2974
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2975
|
-
}, __vue_inject_styles__$
|
|
2972
|
+
var __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
2973
|
+
render: __vue_render__$w,
|
|
2974
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
2975
|
+
}, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, createInjectorSSR, undefined);//
|
|
2976
2976
|
//
|
|
2977
2977
|
//
|
|
2978
2978
|
//
|
|
@@ -2987,7 +2987,7 @@ var __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
|
2987
2987
|
//
|
|
2988
2988
|
//
|
|
2989
2989
|
//
|
|
2990
|
-
var script$
|
|
2990
|
+
var script$v = {
|
|
2991
2991
|
components: {
|
|
2992
2992
|
VProgressCircular: lib.VProgressCircular
|
|
2993
2993
|
},
|
|
@@ -3051,10 +3051,10 @@ var script$u = {
|
|
|
3051
3051
|
}
|
|
3052
3052
|
}
|
|
3053
3053
|
};/* script */
|
|
3054
|
-
var __vue_script__$
|
|
3054
|
+
var __vue_script__$v = script$v;
|
|
3055
3055
|
/* template */
|
|
3056
3056
|
|
|
3057
|
-
var __vue_render__$
|
|
3057
|
+
var __vue_render__$v = function __vue_render__() {
|
|
3058
3058
|
var _vm = this;
|
|
3059
3059
|
|
|
3060
3060
|
var _h = _vm.$createElement;
|
|
@@ -3075,10 +3075,10 @@ var __vue_render__$u = function __vue_render__() {
|
|
|
3075
3075
|
}, [_vm._v("\n " + _vm._s(_vm.currentStep) + " / " + _vm._s(_vm.steps) + "\n ")]) : _vm._e()]);
|
|
3076
3076
|
};
|
|
3077
3077
|
|
|
3078
|
-
var __vue_staticRenderFns__$
|
|
3078
|
+
var __vue_staticRenderFns__$v = [];
|
|
3079
3079
|
/* style */
|
|
3080
3080
|
|
|
3081
|
-
var __vue_inject_styles__$
|
|
3081
|
+
var __vue_inject_styles__$v = function __vue_inject_styles__(inject) {
|
|
3082
3082
|
if (!inject) return;
|
|
3083
3083
|
inject("data-v-5c278fc2_0", {
|
|
3084
3084
|
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;--letter-spacing:0.003em;--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;--popover-width:360px;--popover-max-height:464px;--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)}",
|
|
@@ -3089,23 +3089,23 @@ var __vue_inject_styles__$u = function __vue_inject_styles__(inject) {
|
|
|
3089
3089
|
/* scoped */
|
|
3090
3090
|
|
|
3091
3091
|
|
|
3092
|
-
var __vue_scope_id__$
|
|
3092
|
+
var __vue_scope_id__$v = "data-v-5c278fc2";
|
|
3093
3093
|
/* module identifier */
|
|
3094
3094
|
|
|
3095
|
-
var __vue_module_identifier__$
|
|
3095
|
+
var __vue_module_identifier__$v = "data-v-5c278fc2";
|
|
3096
3096
|
/* functional template */
|
|
3097
3097
|
|
|
3098
|
-
var __vue_is_functional_template__$
|
|
3098
|
+
var __vue_is_functional_template__$v = false;
|
|
3099
3099
|
/* style inject shadow dom */
|
|
3100
3100
|
|
|
3101
|
-
var __vue_component__$
|
|
3102
|
-
render: __vue_render__$
|
|
3103
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3104
|
-
}, __vue_inject_styles__$
|
|
3101
|
+
var __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
3102
|
+
render: __vue_render__$v,
|
|
3103
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
3104
|
+
}, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, createInjectorSSR, undefined);var script$u = {
|
|
3105
3105
|
name: "VcMobileWizardProgress",
|
|
3106
3106
|
components: {
|
|
3107
|
-
VcLayout: __vue_component__$
|
|
3108
|
-
VcProgressCircular: __vue_component__$
|
|
3107
|
+
VcLayout: __vue_component__$L,
|
|
3108
|
+
VcProgressCircular: __vue_component__$v
|
|
3109
3109
|
},
|
|
3110
3110
|
model: {
|
|
3111
3111
|
prop: 'currentStep'
|
|
@@ -3157,10 +3157,10 @@ var __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
|
3157
3157
|
}
|
|
3158
3158
|
}
|
|
3159
3159
|
};/* script */
|
|
3160
|
-
var __vue_script__$
|
|
3160
|
+
var __vue_script__$u = script$u;
|
|
3161
3161
|
/* template */
|
|
3162
3162
|
|
|
3163
|
-
var __vue_render__$
|
|
3163
|
+
var __vue_render__$u = function __vue_render__() {
|
|
3164
3164
|
var _vm = this;
|
|
3165
3165
|
|
|
3166
3166
|
var _h = _vm.$createElement;
|
|
@@ -3196,10 +3196,10 @@ var __vue_render__$t = function __vue_render__() {
|
|
|
3196
3196
|
}, [_vm._v(_vm._s(_vm.nextStepName))]) : _vm._e()])], 1);
|
|
3197
3197
|
};
|
|
3198
3198
|
|
|
3199
|
-
var __vue_staticRenderFns__$
|
|
3199
|
+
var __vue_staticRenderFns__$u = [];
|
|
3200
3200
|
/* style */
|
|
3201
3201
|
|
|
3202
|
-
var __vue_inject_styles__$
|
|
3202
|
+
var __vue_inject_styles__$u = function __vue_inject_styles__(inject) {
|
|
3203
3203
|
if (!inject) return;
|
|
3204
3204
|
inject("data-v-4fe04d36_0", {
|
|
3205
3205
|
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;--letter-spacing:0.003em;--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;--popover-width:360px;--popover-max-height:464px;--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)}",
|
|
@@ -3210,24 +3210,24 @@ var __vue_inject_styles__$t = function __vue_inject_styles__(inject) {
|
|
|
3210
3210
|
/* scoped */
|
|
3211
3211
|
|
|
3212
3212
|
|
|
3213
|
-
var __vue_scope_id__$
|
|
3213
|
+
var __vue_scope_id__$u = "data-v-4fe04d36";
|
|
3214
3214
|
/* module identifier */
|
|
3215
3215
|
|
|
3216
|
-
var __vue_module_identifier__$
|
|
3216
|
+
var __vue_module_identifier__$u = "data-v-4fe04d36";
|
|
3217
3217
|
/* functional template */
|
|
3218
3218
|
|
|
3219
|
-
var __vue_is_functional_template__$
|
|
3219
|
+
var __vue_is_functional_template__$u = false;
|
|
3220
3220
|
/* style inject shadow dom */
|
|
3221
3221
|
|
|
3222
|
-
var __vue_component__$
|
|
3223
|
-
render: __vue_render__$
|
|
3224
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3225
|
-
}, __vue_inject_styles__$
|
|
3222
|
+
var __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
3223
|
+
render: __vue_render__$u,
|
|
3224
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
3225
|
+
}, __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 = {
|
|
3226
3226
|
name: 'VcCheckbox',
|
|
3227
3227
|
components: {
|
|
3228
|
-
VcIcon: __vue_component__$
|
|
3229
|
-
VcAvatar: __vue_component__$
|
|
3230
|
-
VcTooltip: __vue_component__$
|
|
3228
|
+
VcIcon: __vue_component__$O,
|
|
3229
|
+
VcAvatar: __vue_component__$A,
|
|
3230
|
+
VcTooltip: __vue_component__$C,
|
|
3231
3231
|
VCheckbox: lib.VCheckbox
|
|
3232
3232
|
},
|
|
3233
3233
|
computed: {
|
|
@@ -3279,10 +3279,10 @@ var __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
|
3279
3279
|
}
|
|
3280
3280
|
}
|
|
3281
3281
|
};/* script */
|
|
3282
|
-
var __vue_script__$
|
|
3282
|
+
var __vue_script__$t = script$t;
|
|
3283
3283
|
/* template */
|
|
3284
3284
|
|
|
3285
|
-
var __vue_render__$
|
|
3285
|
+
var __vue_render__$t = function __vue_render__() {
|
|
3286
3286
|
var _vm = this;
|
|
3287
3287
|
|
|
3288
3288
|
var _h = _vm.$createElement;
|
|
@@ -3346,10 +3346,10 @@ var __vue_render__$s = function __vue_render__() {
|
|
|
3346
3346
|
});
|
|
3347
3347
|
};
|
|
3348
3348
|
|
|
3349
|
-
var __vue_staticRenderFns__$
|
|
3349
|
+
var __vue_staticRenderFns__$t = [];
|
|
3350
3350
|
/* style */
|
|
3351
3351
|
|
|
3352
|
-
var __vue_inject_styles__$
|
|
3352
|
+
var __vue_inject_styles__$t = function __vue_inject_styles__(inject) {
|
|
3353
3353
|
if (!inject) return;
|
|
3354
3354
|
inject("data-v-347ec55e_0", {
|
|
3355
3355
|
source: ".vc-checkbox[data-v-347ec55e]{font-family:var(--primary-font-family)}.vc-checkbox[data-v-347ec55e] .v-input__slot .v-input--selection-controls__input{width:var(--size-value4);height:var(--size-value4)}.vc-checkbox[data-v-347ec55e] .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-347ec55e] .checkbox-label{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small)}.vc-checkbox[data-v-347ec55e]:not(.v-input--is-disabled) .checkbox-label{color:var(--gray-darken-5)}.vc-checkbox[data-v-347ec55e] .tooltip-icon{color:var(--gray-darken-3)}.vc-checkbox[data-v-347ec55e] .avatar-wrapper .avatar-initials{font-size:var(--font-size-xxx-small);font-weight:var(--font-weight-medium2)}.vc-checkbox[data-v-347ec55e].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-347ec55e].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-347ec55e]: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-347ec55e].v-input--indeterminate:not(.v-input--is-disabled):hover .v-input--selection-controls__input .v-icon,.vc-checkbox[data-v-347ec55e].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-347ec55e].v-input--indeterminate:not(.v-input--is-disabled):active .v-input--selection-controls__input .v-icon,.vc-checkbox[data-v-347ec55e].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-347ec55e]: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-347ec55e]: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-347ec55e].v-input--is-disabled .v-input--selection-controls__input .v-icon{background:rgba(0,0,0,.07)}.vc-checkbox[data-v-347ec55e].v-input--is-disabled.v-input--is-label-active .v-input--selection-controls__input .v-icon{border:none}",
|
|
@@ -3360,24 +3360,24 @@ var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
|
|
|
3360
3360
|
/* scoped */
|
|
3361
3361
|
|
|
3362
3362
|
|
|
3363
|
-
var __vue_scope_id__$
|
|
3363
|
+
var __vue_scope_id__$t = "data-v-347ec55e";
|
|
3364
3364
|
/* module identifier */
|
|
3365
3365
|
|
|
3366
|
-
var __vue_module_identifier__$
|
|
3366
|
+
var __vue_module_identifier__$t = "data-v-347ec55e";
|
|
3367
3367
|
/* functional template */
|
|
3368
3368
|
|
|
3369
|
-
var __vue_is_functional_template__$
|
|
3369
|
+
var __vue_is_functional_template__$t = false;
|
|
3370
3370
|
/* style inject shadow dom */
|
|
3371
3371
|
|
|
3372
|
-
var __vue_component__$
|
|
3373
|
-
render: __vue_render__$
|
|
3374
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3375
|
-
}, __vue_inject_styles__$
|
|
3372
|
+
var __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
3373
|
+
render: __vue_render__$t,
|
|
3374
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
3375
|
+
}, __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 = {
|
|
3376
3376
|
name: "VcChecklistItem",
|
|
3377
3377
|
components: {
|
|
3378
|
-
VcLayout: __vue_component__$
|
|
3379
|
-
VcCheckbox: __vue_component__$
|
|
3380
|
-
VcTooltip: __vue_component__$
|
|
3378
|
+
VcLayout: __vue_component__$L,
|
|
3379
|
+
VcCheckbox: __vue_component__$t,
|
|
3380
|
+
VcTooltip: __vue_component__$C
|
|
3381
3381
|
},
|
|
3382
3382
|
model: {
|
|
3383
3383
|
prop: 'checked'
|
|
@@ -3425,10 +3425,10 @@ var __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
|
3425
3425
|
}
|
|
3426
3426
|
}
|
|
3427
3427
|
};/* script */
|
|
3428
|
-
var __vue_script__$
|
|
3428
|
+
var __vue_script__$s = script$s;
|
|
3429
3429
|
/* template */
|
|
3430
3430
|
|
|
3431
|
-
var __vue_render__$
|
|
3431
|
+
var __vue_render__$s = function __vue_render__() {
|
|
3432
3432
|
var _vm = this;
|
|
3433
3433
|
|
|
3434
3434
|
var _h = _vm.$createElement;
|
|
@@ -3465,10 +3465,10 @@ var __vue_render__$r = function __vue_render__() {
|
|
|
3465
3465
|
})], 1)]], 2);
|
|
3466
3466
|
};
|
|
3467
3467
|
|
|
3468
|
-
var __vue_staticRenderFns__$
|
|
3468
|
+
var __vue_staticRenderFns__$s = [];
|
|
3469
3469
|
/* style */
|
|
3470
3470
|
|
|
3471
|
-
var __vue_inject_styles__$
|
|
3471
|
+
var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
|
|
3472
3472
|
if (!inject) return;
|
|
3473
3473
|
inject("data-v-0dd1f5eb_0", {
|
|
3474
3474
|
source: "[data-v-0dd1f5eb]: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;--letter-spacing:0.003em;--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;--popover-width:360px;--popover-max-height:464px;--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}.VcChecklistItem-wrapper[data-v-0dd1f5eb]{width:100%}.VcChecklistItem-wrapper .VcChecklistItem.disabled[data-v-0dd1f5eb]{background-color:var(--gray-lighten-3)}.VcChecklistItem-wrapper .VcChecklistItem .vc-checkbox[data-v-0dd1f5eb]{flex:1 1 auto;padding:var(--size-value0);margin:var(--size-value0)}.VcChecklistItem-wrapper .VcChecklistItem .vc-checkbox[data-v-0dd1f5eb] .v-input__control .v-input__slot{padding:var(--size-value2) var(--size-value4)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-0dd1f5eb]:hover{background-color:var(--gray-lighten-3)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-0dd1f5eb]:focus{box-shadow:0 0 0 2px var(--v-secondary-lighten1)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-0dd1f5eb]:active{background-color:var(--v-secondary-lighten3)}",
|
|
@@ -3479,24 +3479,24 @@ var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
|
|
|
3479
3479
|
/* scoped */
|
|
3480
3480
|
|
|
3481
3481
|
|
|
3482
|
-
var __vue_scope_id__$
|
|
3482
|
+
var __vue_scope_id__$s = "data-v-0dd1f5eb";
|
|
3483
3483
|
/* module identifier */
|
|
3484
3484
|
|
|
3485
|
-
var __vue_module_identifier__$
|
|
3485
|
+
var __vue_module_identifier__$s = "data-v-0dd1f5eb";
|
|
3486
3486
|
/* functional template */
|
|
3487
3487
|
|
|
3488
|
-
var __vue_is_functional_template__$
|
|
3488
|
+
var __vue_is_functional_template__$s = false;
|
|
3489
3489
|
/* style inject shadow dom */
|
|
3490
3490
|
|
|
3491
|
-
var __vue_component__$
|
|
3492
|
-
render: __vue_render__$
|
|
3493
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3494
|
-
}, __vue_inject_styles__$
|
|
3491
|
+
var __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
3492
|
+
render: __vue_render__$s,
|
|
3493
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
3494
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, createInjectorSSR, undefined);var script$r = {
|
|
3495
3495
|
name: "VcListbox",
|
|
3496
3496
|
components: {
|
|
3497
|
-
VcChecklistItem: __vue_component__$
|
|
3498
|
-
VcIcon: __vue_component__$
|
|
3499
|
-
VcTooltip: __vue_component__$
|
|
3497
|
+
VcChecklistItem: __vue_component__$s,
|
|
3498
|
+
VcIcon: __vue_component__$O,
|
|
3499
|
+
VcTooltip: __vue_component__$C,
|
|
3500
3500
|
VListItem: lib.VListItem,
|
|
3501
3501
|
VListItemGroup: lib.VListItemGroup,
|
|
3502
3502
|
VDivider: lib.VDivider,
|
|
@@ -3534,17 +3534,14 @@ var __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
|
3534
3534
|
confirmedArray: []
|
|
3535
3535
|
};
|
|
3536
3536
|
},
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
this.confirmedArray = values.filter(function (item) {
|
|
3544
|
-
return item.checked;
|
|
3545
|
-
});
|
|
3537
|
+
created: function created() {
|
|
3538
|
+
var _this = this;
|
|
3539
|
+
|
|
3540
|
+
this.items.forEach(function (item) {
|
|
3541
|
+
if (item.checked) {
|
|
3542
|
+
_this.confirmedArray.push(item);
|
|
3546
3543
|
}
|
|
3547
|
-
}
|
|
3544
|
+
});
|
|
3548
3545
|
},
|
|
3549
3546
|
computed: {
|
|
3550
3547
|
getAddAnotherLabel: function getAddAnotherLabel() {
|
|
@@ -3560,17 +3557,17 @@ var __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
|
3560
3557
|
}
|
|
3561
3558
|
}
|
|
3562
3559
|
};/* script */
|
|
3563
|
-
var __vue_script__$
|
|
3560
|
+
var __vue_script__$r = script$r;
|
|
3564
3561
|
/* template */
|
|
3565
3562
|
|
|
3566
|
-
var __vue_render__$
|
|
3563
|
+
var __vue_render__$r = function __vue_render__() {
|
|
3567
3564
|
var _vm = this;
|
|
3568
3565
|
|
|
3569
3566
|
var _h = _vm.$createElement;
|
|
3570
3567
|
|
|
3571
3568
|
var _c = _vm._self._c || _h;
|
|
3572
3569
|
|
|
3573
|
-
return _c('div', [_vm._ssrNode((_vm.title ? "<div" + _vm._ssrAttr("data-qa", _vm.dataQa + "-title") + " class=\"vc-list-title\" data-v-
|
|
3570
|
+
return _c('div', [_vm._ssrNode((_vm.title ? "<div" + _vm._ssrAttr("data-qa", _vm.dataQa + "-title") + " class=\"vc-list-title\" data-v-34772da4>" + _vm._ssrEscape("\n " + _vm._s(_vm.title) + "\n ") + "</div>" : "<!---->") + " "), _c('v-list', {
|
|
3574
3571
|
staticClass: "VcListbox",
|
|
3575
3572
|
attrs: {
|
|
3576
3573
|
"data-qa": _vm.dataQa
|
|
@@ -3638,13 +3635,13 @@ var __vue_render__$q = function __vue_render__() {
|
|
|
3638
3635
|
}, [_vm._v(_vm._s(_vm.getAddAnotherLabel))])], 1)], 1) : _vm._e()])], 2);
|
|
3639
3636
|
};
|
|
3640
3637
|
|
|
3641
|
-
var __vue_staticRenderFns__$
|
|
3638
|
+
var __vue_staticRenderFns__$r = [];
|
|
3642
3639
|
/* style */
|
|
3643
3640
|
|
|
3644
|
-
var __vue_inject_styles__$
|
|
3641
|
+
var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
|
|
3645
3642
|
if (!inject) return;
|
|
3646
|
-
inject("data-v-
|
|
3647
|
-
source: "[data-v-
|
|
3643
|
+
inject("data-v-34772da4_0", {
|
|
3644
|
+
source: "[data-v-34772da4]: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;--letter-spacing:0.003em;--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;--popover-width:360px;--popover-max-height:464px;--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-list-title[data-v-34772da4]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:var(--size-value5);margin-block-end:var(--size-value3)}.VcListbox[data-v-34772da4]{padding-block:var(--size-value1);margin-block:var(--size-value1);border:1px solid var(--gray-lighten-1);box-sizing:border-box;border-radius:var(--border-radius);box-shadow:none!important}.VcListbox .vc-overflow[data-v-34772da4]{overflow:auto;max-height:160px}.VcListbox .vc-overflow .vc-list-item[data-v-34772da4]{padding:var(--size-value0);min-height:unset}.VcListbox .vc-overflow .vc-list-item[data-v-34772da4]:before{opacity:0}.VcListbox .divider[data-v-34772da4]{border-color:var(--gray-lighten-1)}.VcListbox .last-item[data-v-34772da4]{cursor:pointer;min-height:var(--size-value10)}.VcListbox .last-item[data-v-34772da4]:hover{background-color:var(--gray-lighten-3)}.VcListbox .last-item .add-another-label[data-v-34772da4]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-5)}.VcListbox .last-item .add-another-icon[data-v-34772da4]{margin-inline-end:var(--size-value3);cursor:pointer}.VcListbox .last-item .add-another-icon[data-v-34772da4] .v-icon__component{height:unset;width:unset}.VcListbox .last-item .add-another-icon[data-v-34772da4] .v-icon__component svg{width:var(--size-value3)}",
|
|
3648
3645
|
map: undefined,
|
|
3649
3646
|
media: undefined
|
|
3650
3647
|
});
|
|
@@ -3652,22 +3649,22 @@ var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
|
|
|
3652
3649
|
/* scoped */
|
|
3653
3650
|
|
|
3654
3651
|
|
|
3655
|
-
var __vue_scope_id__$
|
|
3652
|
+
var __vue_scope_id__$r = "data-v-34772da4";
|
|
3656
3653
|
/* module identifier */
|
|
3657
3654
|
|
|
3658
|
-
var __vue_module_identifier__$
|
|
3655
|
+
var __vue_module_identifier__$r = "data-v-34772da4";
|
|
3659
3656
|
/* functional template */
|
|
3660
3657
|
|
|
3661
|
-
var __vue_is_functional_template__$
|
|
3658
|
+
var __vue_is_functional_template__$r = false;
|
|
3662
3659
|
/* style inject shadow dom */
|
|
3663
3660
|
|
|
3664
|
-
var __vue_component__$
|
|
3665
|
-
render: __vue_render__$
|
|
3666
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3667
|
-
}, __vue_inject_styles__$
|
|
3661
|
+
var __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
3662
|
+
render: __vue_render__$r,
|
|
3663
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
3664
|
+
}, __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 = {
|
|
3668
3665
|
name: "VcBottomSheet",
|
|
3669
3666
|
components: {
|
|
3670
|
-
VcLayout: __vue_component__$
|
|
3667
|
+
VcLayout: __vue_component__$L,
|
|
3671
3668
|
VSheet: lib.VSheet,
|
|
3672
3669
|
VBottomSheet: lib.VBottomSheet
|
|
3673
3670
|
},
|
|
@@ -3686,10 +3683,10 @@ var __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
|
3686
3683
|
}
|
|
3687
3684
|
}
|
|
3688
3685
|
};/* script */
|
|
3689
|
-
var __vue_script__$
|
|
3686
|
+
var __vue_script__$q = script$q;
|
|
3690
3687
|
/* template */
|
|
3691
3688
|
|
|
3692
|
-
var __vue_render__$
|
|
3689
|
+
var __vue_render__$q = function __vue_render__() {
|
|
3693
3690
|
var _vm = this;
|
|
3694
3691
|
|
|
3695
3692
|
var _h = _vm.$createElement;
|
|
@@ -3722,10 +3719,10 @@ var __vue_render__$p = function __vue_render__() {
|
|
|
3722
3719
|
}, [_vm._t("default")], 2)], 1);
|
|
3723
3720
|
};
|
|
3724
3721
|
|
|
3725
|
-
var __vue_staticRenderFns__$
|
|
3722
|
+
var __vue_staticRenderFns__$q = [];
|
|
3726
3723
|
/* style */
|
|
3727
3724
|
|
|
3728
|
-
var __vue_inject_styles__$
|
|
3725
|
+
var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
|
|
3729
3726
|
if (!inject) return;
|
|
3730
3727
|
inject("data-v-d837dcb8_0", {
|
|
3731
3728
|
source: "[data-v-d837dcb8]: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;--letter-spacing:0.003em;--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;--popover-width:360px;--popover-max-height:464px;--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}.VcBottomSheet .vc-sheet[data-v-d837dcb8]{max-height:92vh;border-radius:var(--modal-border-radius) var(--modal-border-radius) 0 0;display:flex;box-shadow:var(--modal-box-shadow)}",
|
|
@@ -3736,26 +3733,26 @@ var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
|
|
|
3736
3733
|
/* scoped */
|
|
3737
3734
|
|
|
3738
3735
|
|
|
3739
|
-
var __vue_scope_id__$
|
|
3736
|
+
var __vue_scope_id__$q = "data-v-d837dcb8";
|
|
3740
3737
|
/* module identifier */
|
|
3741
3738
|
|
|
3742
|
-
var __vue_module_identifier__$
|
|
3739
|
+
var __vue_module_identifier__$q = "data-v-d837dcb8";
|
|
3743
3740
|
/* functional template */
|
|
3744
3741
|
|
|
3745
|
-
var __vue_is_functional_template__$
|
|
3742
|
+
var __vue_is_functional_template__$q = false;
|
|
3746
3743
|
/* style inject shadow dom */
|
|
3747
3744
|
|
|
3748
|
-
var __vue_component__$
|
|
3749
|
-
render: __vue_render__$
|
|
3750
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3751
|
-
}, __vue_inject_styles__$
|
|
3745
|
+
var __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
3746
|
+
render: __vue_render__$q,
|
|
3747
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
3748
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, createInjectorSSR, undefined);var script$p = {
|
|
3752
3749
|
name: "VcInputBottomSheet",
|
|
3753
3750
|
components: {
|
|
3754
|
-
VcBottomSheet: __vue_component__$
|
|
3755
|
-
VcModalHeader: __vue_component__$
|
|
3756
|
-
VcLayout: __vue_component__$
|
|
3757
|
-
VcModalFooter: __vue_component__$
|
|
3758
|
-
VcForm: __vue_component__$
|
|
3751
|
+
VcBottomSheet: __vue_component__$q,
|
|
3752
|
+
VcModalHeader: __vue_component__$J,
|
|
3753
|
+
VcLayout: __vue_component__$L,
|
|
3754
|
+
VcModalFooter: __vue_component__$K,
|
|
3755
|
+
VcForm: __vue_component__$H
|
|
3759
3756
|
},
|
|
3760
3757
|
props: {
|
|
3761
3758
|
value: {
|
|
@@ -3819,10 +3816,10 @@ var __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
|
3819
3816
|
}
|
|
3820
3817
|
}
|
|
3821
3818
|
};/* script */
|
|
3822
|
-
var __vue_script__$
|
|
3819
|
+
var __vue_script__$p = script$p;
|
|
3823
3820
|
/* template */
|
|
3824
3821
|
|
|
3825
|
-
var __vue_render__$
|
|
3822
|
+
var __vue_render__$p = function __vue_render__() {
|
|
3826
3823
|
var _vm = this;
|
|
3827
3824
|
|
|
3828
3825
|
var _h = _vm.$createElement;
|
|
@@ -3917,10 +3914,10 @@ var __vue_render__$o = function __vue_render__() {
|
|
|
3917
3914
|
}) : _vm._e()], 1)]], 2);
|
|
3918
3915
|
};
|
|
3919
3916
|
|
|
3920
|
-
var __vue_staticRenderFns__$
|
|
3917
|
+
var __vue_staticRenderFns__$p = [];
|
|
3921
3918
|
/* style */
|
|
3922
3919
|
|
|
3923
|
-
var __vue_inject_styles__$
|
|
3920
|
+
var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
|
|
3924
3921
|
if (!inject) return;
|
|
3925
3922
|
inject("data-v-44a33895_0", {
|
|
3926
3923
|
source: "[data-v-44a33895]: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;--letter-spacing:0.003em;--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;--popover-width:360px;--popover-max-height:464px;--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}.VcInputBottomSheet .vc-bottom-sheet__header.showDivider[data-v-44a33895]{border-bottom:1px solid var(--gray-lighten-1)}.VcInputBottomSheet .vc-bottom-sheet__footer[data-v-44a33895]{padding:var(--size-value3) var(--size-value4)}.VcInputBottomSheet .vc-bottom-sheet__footer.showDivider[data-v-44a33895]{border-top:1px solid var(--gray-lighten-1);display:flex}.VcInputBottomSheet .vc-bottom-sheet__content[data-v-44a33895]{padding:var(--size-value6) var(--size-value4);overflow-y:auto}",
|
|
@@ -3931,124 +3928,19 @@ var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
|
|
|
3931
3928
|
/* scoped */
|
|
3932
3929
|
|
|
3933
3930
|
|
|
3934
|
-
var __vue_scope_id__$
|
|
3935
|
-
/* module identifier */
|
|
3936
|
-
|
|
3937
|
-
var __vue_module_identifier__$o = "data-v-44a33895";
|
|
3938
|
-
/* functional template */
|
|
3939
|
-
|
|
3940
|
-
var __vue_is_functional_template__$o = false;
|
|
3941
|
-
/* style inject shadow dom */
|
|
3942
|
-
|
|
3943
|
-
var __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
3944
|
-
render: __vue_render__$o,
|
|
3945
|
-
staticRenderFns: __vue_staticRenderFns__$o
|
|
3946
|
-
}, __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 = {
|
|
3947
|
-
name: "VcChip",
|
|
3948
|
-
components: {
|
|
3949
|
-
VcIcon: __vue_component__$N,
|
|
3950
|
-
VcAvatar: __vue_component__$z,
|
|
3951
|
-
VChip: lib.VChip
|
|
3952
|
-
},
|
|
3953
|
-
props: {
|
|
3954
|
-
label: {
|
|
3955
|
-
type: String,
|
|
3956
|
-
required: true
|
|
3957
|
-
},
|
|
3958
|
-
avatar: {
|
|
3959
|
-
type: Object,
|
|
3960
|
-
validator: function validator(avatar) {
|
|
3961
|
-
return avatar.imagePath || avatar.colorId;
|
|
3962
|
-
}
|
|
3963
|
-
},
|
|
3964
|
-
closeButton: {
|
|
3965
|
-
type: Boolean,
|
|
3966
|
-
default: true
|
|
3967
|
-
},
|
|
3968
|
-
disabled: {
|
|
3969
|
-
type: Boolean,
|
|
3970
|
-
default: false
|
|
3971
|
-
},
|
|
3972
|
-
invalid: {
|
|
3973
|
-
type: Boolean,
|
|
3974
|
-
default: false
|
|
3975
|
-
},
|
|
3976
|
-
dataQa: {
|
|
3977
|
-
type: String,
|
|
3978
|
-
default: 'vc-chip'
|
|
3979
|
-
}
|
|
3980
|
-
}
|
|
3981
|
-
};/* script */
|
|
3982
|
-
var __vue_script__$n = script$n;
|
|
3983
|
-
/* template */
|
|
3984
|
-
|
|
3985
|
-
var __vue_render__$n = function __vue_render__() {
|
|
3986
|
-
var _vm = this;
|
|
3987
|
-
|
|
3988
|
-
var _h = _vm.$createElement;
|
|
3989
|
-
|
|
3990
|
-
var _c = _vm._self._c || _h;
|
|
3991
|
-
|
|
3992
|
-
return _c('v-chip', {
|
|
3993
|
-
staticClass: "VcChip",
|
|
3994
|
-
class: {
|
|
3995
|
-
'vc-invalid': _vm.invalid,
|
|
3996
|
-
'vc-avatar': !!_vm.avatar
|
|
3997
|
-
},
|
|
3998
|
-
attrs: {
|
|
3999
|
-
"close": _vm.closeButton,
|
|
4000
|
-
"ripple": "",
|
|
4001
|
-
"close-icon": "$close",
|
|
4002
|
-
"disabled": _vm.disabled,
|
|
4003
|
-
"data-qa": _vm.dataQa
|
|
4004
|
-
},
|
|
4005
|
-
on: {
|
|
4006
|
-
"click:close": function clickClose($event) {
|
|
4007
|
-
return _vm.$emit('input', false);
|
|
4008
|
-
}
|
|
4009
|
-
}
|
|
4010
|
-
}, [!!_vm.avatar ? _c('div', {
|
|
4011
|
-
staticClass: "vc-avatar-wrapper"
|
|
4012
|
-
}, [!_vm.invalid ? _c('VcAvatar', _vm._b({
|
|
4013
|
-
attrs: {
|
|
4014
|
-
"name": _vm.label,
|
|
4015
|
-
"show-border": false,
|
|
4016
|
-
"size": "x-sm"
|
|
4017
|
-
}
|
|
4018
|
-
}, 'VcAvatar', _vm.avatar, false)) : _c('VcIcon', {
|
|
4019
|
-
attrs: {
|
|
4020
|
-
"data-qa": _vm.dataQa + "-invalid-icon"
|
|
4021
|
-
}
|
|
4022
|
-
}, [_vm._v("$attention_fill")])], 1) : _vm._e(), _vm._v("\n " + _vm._s(_vm.label) + "\n")]);
|
|
4023
|
-
};
|
|
4024
|
-
|
|
4025
|
-
var __vue_staticRenderFns__$n = [];
|
|
4026
|
-
/* style */
|
|
4027
|
-
|
|
4028
|
-
var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
|
|
4029
|
-
if (!inject) return;
|
|
4030
|
-
inject("data-v-d8233608_0", {
|
|
4031
|
-
source: "[data-v-d8233608]: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;--letter-spacing:0.003em;--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;--popover-width:360px;--popover-max-height:464px;--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}.VcChip[data-v-d8233608]{max-width:fit-content;border:1px solid var(--neutral-lighten-1)}.VcChip.v-chip[data-v-d8233608]{background-color:var(--modal-bg-color)}.VcChip.v-chip[data-v-d8233608] .v-chip__content{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-5)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .vc-avatar-wrapper{margin-inline-end:var(--size-value2)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .vc-avatar-wrapper .vc-attention-fill{fill:var(--yellow)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .v-chip__close{direction:inherit;margin-inline:var(--size-value1) var(--size-value0);color:var(--gray)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .v-chip__close:hover{opacity:unset}.VcChip.v-chip.vc-avatar[data-v-d8233608]{padding-inline:var(--size-value1) var(--size-value3)}.VcChip.v-chip--disabled[data-v-d8233608]{background-color:var(--gray-lighten-2);border:1px solid var(--gray-lighten-2)}.VcChip.v-chip--disabled[data-v-d8233608] .v-chip__content{color:var(--gray-darken-1)}.VcChip.vc-invalid[data-v-d8233608]{background-color:var(--yellow-lighten-3);border:1px solid var(--yellow)}.VcChip.vc-invalid[data-v-d8233608]:hover{background-color:var(--yellow-lighten-2)}.VcChip[data-v-d8233608]:hover{background-color:var(--gray-lighten-3)}.VcChip[data-v-d8233608]:hover:before{opacity:0}.VcChip[data-v-d8233608]:focus{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcChip[data-v-d8233608]:focus:before{opacity:0}",
|
|
4032
|
-
map: undefined,
|
|
4033
|
-
media: undefined
|
|
4034
|
-
});
|
|
4035
|
-
};
|
|
4036
|
-
/* scoped */
|
|
4037
|
-
|
|
4038
|
-
|
|
4039
|
-
var __vue_scope_id__$n = "data-v-d8233608";
|
|
3931
|
+
var __vue_scope_id__$p = "data-v-44a33895";
|
|
4040
3932
|
/* module identifier */
|
|
4041
3933
|
|
|
4042
|
-
var __vue_module_identifier__$
|
|
3934
|
+
var __vue_module_identifier__$p = "data-v-44a33895";
|
|
4043
3935
|
/* functional template */
|
|
4044
3936
|
|
|
4045
|
-
var __vue_is_functional_template__$
|
|
3937
|
+
var __vue_is_functional_template__$p = false;
|
|
4046
3938
|
/* style inject shadow dom */
|
|
4047
3939
|
|
|
4048
|
-
var __vue_component__$
|
|
4049
|
-
render: __vue_render__$
|
|
4050
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4051
|
-
}, __vue_inject_styles__$
|
|
3940
|
+
var __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
3941
|
+
render: __vue_render__$p,
|
|
3942
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
3943
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, createInjectorSSR, undefined);//
|
|
4052
3944
|
//
|
|
4053
3945
|
//
|
|
4054
3946
|
//
|
|
@@ -4066,7 +3958,7 @@ var __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
|
4066
3958
|
//
|
|
4067
3959
|
//
|
|
4068
3960
|
//
|
|
4069
|
-
var script$
|
|
3961
|
+
var script$o = {
|
|
4070
3962
|
components: {
|
|
4071
3963
|
VMenu: lib.VMenu
|
|
4072
3964
|
},
|
|
@@ -4100,10 +3992,10 @@ var script$m = {
|
|
|
4100
3992
|
}
|
|
4101
3993
|
}
|
|
4102
3994
|
};/* script */
|
|
4103
|
-
var __vue_script__$
|
|
3995
|
+
var __vue_script__$o = script$o;
|
|
4104
3996
|
/* template */
|
|
4105
3997
|
|
|
4106
|
-
var __vue_render__$
|
|
3998
|
+
var __vue_render__$o = function __vue_render__() {
|
|
4107
3999
|
var _vm = this;
|
|
4108
4000
|
|
|
4109
4001
|
var _h = _vm.$createElement;
|
|
@@ -4141,10 +4033,10 @@ var __vue_render__$m = function __vue_render__() {
|
|
|
4141
4033
|
}, [_vm._v(" "), _vm._t("default")], 2);
|
|
4142
4034
|
};
|
|
4143
4035
|
|
|
4144
|
-
var __vue_staticRenderFns__$
|
|
4036
|
+
var __vue_staticRenderFns__$o = [];
|
|
4145
4037
|
/* style */
|
|
4146
4038
|
|
|
4147
|
-
var __vue_inject_styles__$
|
|
4039
|
+
var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
|
|
4148
4040
|
if (!inject) return;
|
|
4149
4041
|
inject("data-v-0adb1666_0", {
|
|
4150
4042
|
source: "[data-v-0adb1666]: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;--letter-spacing:0.003em;--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;--popover-width:360px;--popover-max-height:464px;--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-popover[data-v-0adb1666]{background-color:var(--modal-bg-color);width:var(--popover-width);max-height:var(--popover-max-height);display:flex;box-shadow:var(--modal-box-shadow)}",
|
|
@@ -4155,26 +4047,26 @@ var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
|
|
|
4155
4047
|
/* scoped */
|
|
4156
4048
|
|
|
4157
4049
|
|
|
4158
|
-
var __vue_scope_id__$
|
|
4050
|
+
var __vue_scope_id__$o = "data-v-0adb1666";
|
|
4159
4051
|
/* module identifier */
|
|
4160
4052
|
|
|
4161
|
-
var __vue_module_identifier__$
|
|
4053
|
+
var __vue_module_identifier__$o = "data-v-0adb1666";
|
|
4162
4054
|
/* functional template */
|
|
4163
4055
|
|
|
4164
|
-
var __vue_is_functional_template__$
|
|
4056
|
+
var __vue_is_functional_template__$o = false;
|
|
4165
4057
|
/* style inject shadow dom */
|
|
4166
4058
|
|
|
4167
|
-
var __vue_component__$
|
|
4168
|
-
render: __vue_render__$
|
|
4169
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4170
|
-
}, __vue_inject_styles__$
|
|
4059
|
+
var __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
4060
|
+
render: __vue_render__$o,
|
|
4061
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
4062
|
+
}, __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 = {
|
|
4171
4063
|
name: "VcInputPopover",
|
|
4172
4064
|
components: {
|
|
4173
|
-
VcModalHeader: __vue_component__$
|
|
4174
|
-
VcLayout: __vue_component__$
|
|
4175
|
-
VcModalFooter: __vue_component__$
|
|
4176
|
-
VcForm: __vue_component__$
|
|
4177
|
-
VcPopover: __vue_component__$
|
|
4065
|
+
VcModalHeader: __vue_component__$J,
|
|
4066
|
+
VcLayout: __vue_component__$L,
|
|
4067
|
+
VcModalFooter: __vue_component__$K,
|
|
4068
|
+
VcForm: __vue_component__$H,
|
|
4069
|
+
VcPopover: __vue_component__$o
|
|
4178
4070
|
},
|
|
4179
4071
|
props: {
|
|
4180
4072
|
value: {
|
|
@@ -4234,10 +4126,10 @@ var __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
|
4234
4126
|
}
|
|
4235
4127
|
}
|
|
4236
4128
|
};/* script */
|
|
4237
|
-
var __vue_script__$
|
|
4129
|
+
var __vue_script__$n = script$n;
|
|
4238
4130
|
/* template */
|
|
4239
4131
|
|
|
4240
|
-
var __vue_render__$
|
|
4132
|
+
var __vue_render__$n = function __vue_render__() {
|
|
4241
4133
|
var _vm = this;
|
|
4242
4134
|
|
|
4243
4135
|
var _h = _vm.$createElement;
|
|
@@ -4323,10 +4215,10 @@ var __vue_render__$l = function __vue_render__() {
|
|
|
4323
4215
|
}) : _vm._e()], 1)]], 2);
|
|
4324
4216
|
};
|
|
4325
4217
|
|
|
4326
|
-
var __vue_staticRenderFns__$
|
|
4218
|
+
var __vue_staticRenderFns__$n = [];
|
|
4327
4219
|
/* style */
|
|
4328
4220
|
|
|
4329
|
-
var __vue_inject_styles__$
|
|
4221
|
+
var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
|
|
4330
4222
|
if (!inject) return;
|
|
4331
4223
|
inject("data-v-4df3327c_0", {
|
|
4332
4224
|
source: "[data-v-4df3327c]: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;--letter-spacing:0.003em;--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;--popover-width:360px;--popover-max-height:464px;--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-popover[data-v-4df3327c]{width:var(--popover-width);max-height:var(--popover-max-height);display:flex;box-shadow:var(--modal-box-shadow)}.vc-popover .vc-popover-content[data-v-4df3327c]{padding:var(--size-value4) var(--size-value6);overflow-y:auto}.vc-popover .vc-popover-footer[data-v-4df3327c]{padding:var(--size-value3) var(--size-value6)}",
|
|
@@ -4337,19 +4229,124 @@ var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
|
4337
4229
|
/* scoped */
|
|
4338
4230
|
|
|
4339
4231
|
|
|
4340
|
-
var __vue_scope_id__$
|
|
4232
|
+
var __vue_scope_id__$n = "data-v-4df3327c";
|
|
4341
4233
|
/* module identifier */
|
|
4342
4234
|
|
|
4343
|
-
var __vue_module_identifier__$
|
|
4235
|
+
var __vue_module_identifier__$n = "data-v-4df3327c";
|
|
4344
4236
|
/* functional template */
|
|
4345
4237
|
|
|
4346
|
-
var __vue_is_functional_template__$
|
|
4238
|
+
var __vue_is_functional_template__$n = false;
|
|
4347
4239
|
/* style inject shadow dom */
|
|
4348
4240
|
|
|
4349
|
-
var __vue_component__$
|
|
4350
|
-
render: __vue_render__$
|
|
4351
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4352
|
-
}, __vue_inject_styles__$
|
|
4241
|
+
var __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
4242
|
+
render: __vue_render__$n,
|
|
4243
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
4244
|
+
}, __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 = {
|
|
4245
|
+
name: "VcChip",
|
|
4246
|
+
components: {
|
|
4247
|
+
VcIcon: __vue_component__$O,
|
|
4248
|
+
VcAvatar: __vue_component__$A,
|
|
4249
|
+
VChip: lib.VChip
|
|
4250
|
+
},
|
|
4251
|
+
props: {
|
|
4252
|
+
label: {
|
|
4253
|
+
type: String,
|
|
4254
|
+
required: true
|
|
4255
|
+
},
|
|
4256
|
+
avatar: {
|
|
4257
|
+
type: Object,
|
|
4258
|
+
validator: function validator(avatar) {
|
|
4259
|
+
return avatar.imagePath || avatar.colorId;
|
|
4260
|
+
}
|
|
4261
|
+
},
|
|
4262
|
+
closeButton: {
|
|
4263
|
+
type: Boolean,
|
|
4264
|
+
default: true
|
|
4265
|
+
},
|
|
4266
|
+
disabled: {
|
|
4267
|
+
type: Boolean,
|
|
4268
|
+
default: false
|
|
4269
|
+
},
|
|
4270
|
+
invalid: {
|
|
4271
|
+
type: Boolean,
|
|
4272
|
+
default: false
|
|
4273
|
+
},
|
|
4274
|
+
dataQa: {
|
|
4275
|
+
type: String,
|
|
4276
|
+
default: 'vc-chip'
|
|
4277
|
+
}
|
|
4278
|
+
}
|
|
4279
|
+
};/* script */
|
|
4280
|
+
var __vue_script__$m = script$m;
|
|
4281
|
+
/* template */
|
|
4282
|
+
|
|
4283
|
+
var __vue_render__$m = function __vue_render__() {
|
|
4284
|
+
var _vm = this;
|
|
4285
|
+
|
|
4286
|
+
var _h = _vm.$createElement;
|
|
4287
|
+
|
|
4288
|
+
var _c = _vm._self._c || _h;
|
|
4289
|
+
|
|
4290
|
+
return _c('v-chip', {
|
|
4291
|
+
staticClass: "VcChip",
|
|
4292
|
+
class: {
|
|
4293
|
+
'vc-invalid': _vm.invalid,
|
|
4294
|
+
'vc-avatar': !!_vm.avatar
|
|
4295
|
+
},
|
|
4296
|
+
attrs: {
|
|
4297
|
+
"close": _vm.closeButton,
|
|
4298
|
+
"ripple": "",
|
|
4299
|
+
"close-icon": "$close",
|
|
4300
|
+
"disabled": _vm.disabled,
|
|
4301
|
+
"data-qa": _vm.dataQa
|
|
4302
|
+
},
|
|
4303
|
+
on: {
|
|
4304
|
+
"click:close": function clickClose($event) {
|
|
4305
|
+
return _vm.$emit('input', false);
|
|
4306
|
+
}
|
|
4307
|
+
}
|
|
4308
|
+
}, [!!_vm.avatar ? _c('div', {
|
|
4309
|
+
staticClass: "vc-avatar-wrapper"
|
|
4310
|
+
}, [!_vm.invalid ? _c('VcAvatar', _vm._b({
|
|
4311
|
+
attrs: {
|
|
4312
|
+
"name": _vm.label,
|
|
4313
|
+
"show-border": false,
|
|
4314
|
+
"size": "x-sm"
|
|
4315
|
+
}
|
|
4316
|
+
}, 'VcAvatar', _vm.avatar, false)) : _c('VcIcon', {
|
|
4317
|
+
attrs: {
|
|
4318
|
+
"data-qa": _vm.dataQa + "-invalid-icon"
|
|
4319
|
+
}
|
|
4320
|
+
}, [_vm._v("$attention_fill")])], 1) : _vm._e(), _vm._v("\n " + _vm._s(_vm.label) + "\n")]);
|
|
4321
|
+
};
|
|
4322
|
+
|
|
4323
|
+
var __vue_staticRenderFns__$m = [];
|
|
4324
|
+
/* style */
|
|
4325
|
+
|
|
4326
|
+
var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
|
|
4327
|
+
if (!inject) return;
|
|
4328
|
+
inject("data-v-d8233608_0", {
|
|
4329
|
+
source: "[data-v-d8233608]: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;--letter-spacing:0.003em;--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;--popover-width:360px;--popover-max-height:464px;--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}.VcChip[data-v-d8233608]{max-width:fit-content;border:1px solid var(--neutral-lighten-1)}.VcChip.v-chip[data-v-d8233608]{background-color:var(--modal-bg-color)}.VcChip.v-chip[data-v-d8233608] .v-chip__content{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-5)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .vc-avatar-wrapper{margin-inline-end:var(--size-value2)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .vc-avatar-wrapper .vc-attention-fill{fill:var(--yellow)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .v-chip__close{direction:inherit;margin-inline:var(--size-value1) var(--size-value0);color:var(--gray)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .v-chip__close:hover{opacity:unset}.VcChip.v-chip.vc-avatar[data-v-d8233608]{padding-inline:var(--size-value1) var(--size-value3)}.VcChip.v-chip--disabled[data-v-d8233608]{background-color:var(--gray-lighten-2);border:1px solid var(--gray-lighten-2)}.VcChip.v-chip--disabled[data-v-d8233608] .v-chip__content{color:var(--gray-darken-1)}.VcChip.vc-invalid[data-v-d8233608]{background-color:var(--yellow-lighten-3);border:1px solid var(--yellow)}.VcChip.vc-invalid[data-v-d8233608]:hover{background-color:var(--yellow-lighten-2)}.VcChip[data-v-d8233608]:hover{background-color:var(--gray-lighten-3)}.VcChip[data-v-d8233608]:hover:before{opacity:0}.VcChip[data-v-d8233608]:focus{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcChip[data-v-d8233608]:focus:before{opacity:0}",
|
|
4330
|
+
map: undefined,
|
|
4331
|
+
media: undefined
|
|
4332
|
+
});
|
|
4333
|
+
};
|
|
4334
|
+
/* scoped */
|
|
4335
|
+
|
|
4336
|
+
|
|
4337
|
+
var __vue_scope_id__$m = "data-v-d8233608";
|
|
4338
|
+
/* module identifier */
|
|
4339
|
+
|
|
4340
|
+
var __vue_module_identifier__$m = "data-v-d8233608";
|
|
4341
|
+
/* functional template */
|
|
4342
|
+
|
|
4343
|
+
var __vue_is_functional_template__$m = false;
|
|
4344
|
+
/* style inject shadow dom */
|
|
4345
|
+
|
|
4346
|
+
var __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
4347
|
+
render: __vue_render__$m,
|
|
4348
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
4349
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, createInjectorSSR, undefined);//
|
|
4353
4350
|
//
|
|
4354
4351
|
//
|
|
4355
4352
|
//
|
|
@@ -4371,7 +4368,7 @@ var __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
|
4371
4368
|
//
|
|
4372
4369
|
//
|
|
4373
4370
|
//
|
|
4374
|
-
var script$
|
|
4371
|
+
var script$l = {
|
|
4375
4372
|
components: {
|
|
4376
4373
|
VCol: lib.VCol,
|
|
4377
4374
|
VRow: lib.VRow,
|
|
@@ -4457,10 +4454,10 @@ var script$k = {
|
|
|
4457
4454
|
}
|
|
4458
4455
|
}
|
|
4459
4456
|
};/* script */
|
|
4460
|
-
var __vue_script__$
|
|
4457
|
+
var __vue_script__$l = script$l;
|
|
4461
4458
|
/* template */
|
|
4462
4459
|
|
|
4463
|
-
var __vue_render__$
|
|
4460
|
+
var __vue_render__$l = function __vue_render__() {
|
|
4464
4461
|
var _vm = this;
|
|
4465
4462
|
|
|
4466
4463
|
var _h = _vm.$createElement;
|
|
@@ -4507,10 +4504,10 @@ var __vue_render__$k = function __vue_render__() {
|
|
|
4507
4504
|
}), 1);
|
|
4508
4505
|
};
|
|
4509
4506
|
|
|
4510
|
-
var __vue_staticRenderFns__$
|
|
4507
|
+
var __vue_staticRenderFns__$l = [];
|
|
4511
4508
|
/* style */
|
|
4512
4509
|
|
|
4513
|
-
var __vue_inject_styles__$
|
|
4510
|
+
var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
4514
4511
|
if (!inject) return;
|
|
4515
4512
|
inject("data-v-284ef818_0", {
|
|
4516
4513
|
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}",
|
|
@@ -4521,19 +4518,19 @@ var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
|
4521
4518
|
/* scoped */
|
|
4522
4519
|
|
|
4523
4520
|
|
|
4524
|
-
var __vue_scope_id__$
|
|
4521
|
+
var __vue_scope_id__$l = "data-v-284ef818";
|
|
4525
4522
|
/* module identifier */
|
|
4526
4523
|
|
|
4527
|
-
var __vue_module_identifier__$
|
|
4524
|
+
var __vue_module_identifier__$l = "data-v-284ef818";
|
|
4528
4525
|
/* functional template */
|
|
4529
4526
|
|
|
4530
|
-
var __vue_is_functional_template__$
|
|
4527
|
+
var __vue_is_functional_template__$l = false;
|
|
4531
4528
|
/* style inject shadow dom */
|
|
4532
4529
|
|
|
4533
|
-
var __vue_component__$
|
|
4534
|
-
render: __vue_render__$
|
|
4535
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4536
|
-
}, __vue_inject_styles__$
|
|
4530
|
+
var __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
4531
|
+
render: __vue_render__$l,
|
|
4532
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
4533
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, createInjectorSSR, undefined);//
|
|
4537
4534
|
//
|
|
4538
4535
|
//
|
|
4539
4536
|
//
|
|
@@ -4542,7 +4539,7 @@ var __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
|
4542
4539
|
//
|
|
4543
4540
|
//
|
|
4544
4541
|
//
|
|
4545
|
-
var script$
|
|
4542
|
+
var script$k = {
|
|
4546
4543
|
components: {
|
|
4547
4544
|
VProgressCircular: lib.VProgressCircular
|
|
4548
4545
|
},
|
|
@@ -4568,10 +4565,10 @@ var script$j = {
|
|
|
4568
4565
|
}
|
|
4569
4566
|
}
|
|
4570
4567
|
};/* script */
|
|
4571
|
-
var __vue_script__$
|
|
4568
|
+
var __vue_script__$k = script$k;
|
|
4572
4569
|
/* template */
|
|
4573
4570
|
|
|
4574
|
-
var __vue_render__$
|
|
4571
|
+
var __vue_render__$k = function __vue_render__() {
|
|
4575
4572
|
var _vm = this;
|
|
4576
4573
|
|
|
4577
4574
|
var _h = _vm.$createElement;
|
|
@@ -4589,31 +4586,31 @@ var __vue_render__$j = function __vue_render__() {
|
|
|
4589
4586
|
});
|
|
4590
4587
|
};
|
|
4591
4588
|
|
|
4592
|
-
var __vue_staticRenderFns__$
|
|
4589
|
+
var __vue_staticRenderFns__$k = [];
|
|
4593
4590
|
/* style */
|
|
4594
4591
|
|
|
4595
|
-
var __vue_inject_styles__$
|
|
4592
|
+
var __vue_inject_styles__$k = undefined;
|
|
4596
4593
|
/* scoped */
|
|
4597
4594
|
|
|
4598
|
-
var __vue_scope_id__$
|
|
4595
|
+
var __vue_scope_id__$k = undefined;
|
|
4599
4596
|
/* module identifier */
|
|
4600
4597
|
|
|
4601
|
-
var __vue_module_identifier__$
|
|
4598
|
+
var __vue_module_identifier__$k = "data-v-709c68d3";
|
|
4602
4599
|
/* functional template */
|
|
4603
4600
|
|
|
4604
|
-
var __vue_is_functional_template__$
|
|
4601
|
+
var __vue_is_functional_template__$k = false;
|
|
4605
4602
|
/* style inject */
|
|
4606
4603
|
|
|
4607
4604
|
/* style inject SSR */
|
|
4608
4605
|
|
|
4609
4606
|
/* style inject shadow dom */
|
|
4610
4607
|
|
|
4611
|
-
var __vue_component__$
|
|
4612
|
-
render: __vue_render__$
|
|
4613
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4614
|
-
}, __vue_inject_styles__$
|
|
4608
|
+
var __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
4609
|
+
render: __vue_render__$k,
|
|
4610
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
4611
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, undefined, undefined);var script$j = {
|
|
4615
4612
|
components: {
|
|
4616
|
-
VcIcon: __vue_component__$
|
|
4613
|
+
VcIcon: __vue_component__$O,
|
|
4617
4614
|
VSwitch: lib.VSwitch
|
|
4618
4615
|
},
|
|
4619
4616
|
name: "VcSwitch",
|
|
@@ -4649,10 +4646,10 @@ var __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
|
4649
4646
|
}
|
|
4650
4647
|
}
|
|
4651
4648
|
};/* script */
|
|
4652
|
-
var __vue_script__$
|
|
4649
|
+
var __vue_script__$j = script$j;
|
|
4653
4650
|
/* template */
|
|
4654
4651
|
|
|
4655
|
-
var __vue_render__$
|
|
4652
|
+
var __vue_render__$j = function __vue_render__() {
|
|
4656
4653
|
var _vm = this;
|
|
4657
4654
|
|
|
4658
4655
|
var _h = _vm.$createElement;
|
|
@@ -4702,10 +4699,10 @@ var __vue_render__$i = function __vue_render__() {
|
|
|
4702
4699
|
}, [_vm._v("$close_button")]) : _vm._e()], 2);
|
|
4703
4700
|
};
|
|
4704
4701
|
|
|
4705
|
-
var __vue_staticRenderFns__$
|
|
4702
|
+
var __vue_staticRenderFns__$j = [];
|
|
4706
4703
|
/* style */
|
|
4707
4704
|
|
|
4708
|
-
var __vue_inject_styles__$
|
|
4705
|
+
var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
|
|
4709
4706
|
if (!inject) return;
|
|
4710
4707
|
inject("data-v-52aeef04_0", {
|
|
4711
4708
|
source: ".switchContainer .VcSwitch[data-v-52aeef04]{padding:0;margin:0}.switchContainer .VcSwitch[data-v-52aeef04] label{font-size:var(--font-size-small);font-weight:var(--font-weight-medium);line-height:var(--size-value6);color:var(--neutral-lighten-1)}.switchContainer .VcSwitch[data-v-52aeef04] input{height:var(--size-value5)}.switchContainer .VcSwitch[data-v-52aeef04] .v-input--selection-controls__input{margin-left:0;margin-right:var(--size-value3);height:var(--size-value5);width:var(--size-value8)}#app[dir=rtl] .switchContainer .VcSwitch[data-v-52aeef04] .v-input--selection-controls__input{margin-left:var(--size-value3)}#app[dir=rtl] .switchContainer .VcSwitch[data-v-52aeef04] .v-input--selection-controls__input{margin-right:0}.switchContainer .VcSwitch[data-v-52aeef04] .v-input--switch__track{top:0;left:0}#app[dir=rtl] .switchContainer .VcSwitch[data-v-52aeef04] .v-input--switch__track{left:auto;right:0}.switchContainer .VcSwitch[data-v-52aeef04] .v-input--selection-controls__ripple{left:-10px;height:25px;width:25px}#app[dir=rtl] .switchContainer .VcSwitch[data-v-52aeef04] .v-input--selection-controls__ripple{left:auto;right:-10px}.switchContainer .VcSwitch[data-v-52aeef04] .v-input--switch__thumb{height:14px;width:14px;background-color:#fff;top:calc(50% - 7px);transform:translateX(3px)!important;box-shadow:var(--shadow-5)}#app[dir=rtl] .switchContainer .VcSwitch[data-v-52aeef04] .v-input--switch__thumb{transform:translateX(-3px)!important}.switchContainer .VcSwitch.v-input--is-disabled[data-v-52aeef04] {opacity:1}.switchContainer .VcSwitch.v-input--is-disabled[data-v-52aeef04] .v-input--switch__track{color:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.v-input--is-disabled[data-v-52aeef04] .v-input--switch__thumb{background-color:var(--gray)!important;box-shadow:none}.switchContainer .VcSwitch.is-active[data-v-52aeef04] .v-input--switch__track{opacity:1;background-color:currentColor}.switchContainer .VcSwitch.is-active[data-v-52aeef04] .v-input--selection-controls__ripple{transform:translateX(14px)!important}#app[dir=rtl] .switchContainer .VcSwitch.is-active[data-v-52aeef04] .v-input--selection-controls__ripple{transform:translateX(-14px)!important}.switchContainer .VcSwitch.is-active[data-v-52aeef04] .v-input--switch__thumb{transform:translateX(17px)!important}#app[dir=rtl] .switchContainer .VcSwitch.is-active[data-v-52aeef04] .v-input--switch__thumb{transform:translateX(-17px)!important}.switchContainer .VcSwitch.with-icon[data-v-52aeef04] input{height:var(--size-value6)}.switchContainer .VcSwitch.with-icon[data-v-52aeef04] .v-input--selection-controls__input{margin-left:0;margin-right:var(--size-value3);height:var(--size-value6);width:var(--size-value12)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-52aeef04] .v-input--selection-controls__input{margin-left:var(--size-value3)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-52aeef04] .v-input--selection-controls__input{margin-right:0}.switchContainer .VcSwitch.with-icon[data-v-52aeef04] .v-input--switch__track{top:0;left:0;height:var(--size-value6);width:var(--size-value12)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-52aeef04] .v-input--switch__track{left:auto;right:0}.switchContainer .VcSwitch.with-icon[data-v-52aeef04] .v-input--selection-controls__ripple{left:-9px;height:29px;width:29px;top:calc(50% - 21.5px)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-52aeef04] .v-input--selection-controls__ripple{left:auto;right:-9px}.switchContainer .VcSwitch.with-icon[data-v-52aeef04] .v-input--switch__thumb{height:18px;width:18px;top:calc(50% - 9px);transform:translateX(3.5px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-52aeef04] .v-input--switch__thumb{transform:translateX(-3.5px)!important}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-52aeef04] {opacity:1}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-52aeef04] .v-input--switch__track{color:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-52aeef04] .v-input--switch__thumb{background-color:var(--gray)!important;box-shadow:none}.switchContainer .VcSwitch.with-icon.v-input--is-disabled+.VcSwitchIcon[data-v-52aeef04]{fill:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.with-icon.is-active[data-v-52aeef04] .v-input--switch__track{opacity:1;background-color:currentColor}.switchContainer .VcSwitch.with-icon.is-active[data-v-52aeef04] .v-input--selection-controls__ripple{transform:translateX(23.5px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon.is-active[data-v-52aeef04] .v-input--selection-controls__ripple{transform:translateX(-23.5px)!important}.switchContainer .VcSwitch.with-icon.is-active[data-v-52aeef04] .v-input--switch__thumb{transform:translateX(26px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon.is-active[data-v-52aeef04] .v-input--switch__thumb{transform:translateX(-26px)!important}.switchContainer .VcSwitchIcon[data-v-52aeef04]{position:relative}.switchContainer .VcSwitchIconV[data-v-52aeef04]{left:30px;top:-47px;margin-bottom:-47px;fill:var(--v-secondary-base)}.switchContainer .VcSwitchIconX[data-v-52aeef04]{left:7.4px;top:-51px;margin-bottom:-51px;fill:var(--neutral-lighten-1)}.switchContainer.with-icon[data-v-52aeef04]{height:var(--size-value6)}",
|
|
@@ -4716,22 +4713,22 @@ var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
|
|
|
4716
4713
|
/* scoped */
|
|
4717
4714
|
|
|
4718
4715
|
|
|
4719
|
-
var __vue_scope_id__$
|
|
4716
|
+
var __vue_scope_id__$j = "data-v-52aeef04";
|
|
4720
4717
|
/* module identifier */
|
|
4721
4718
|
|
|
4722
|
-
var __vue_module_identifier__$
|
|
4719
|
+
var __vue_module_identifier__$j = "data-v-52aeef04";
|
|
4723
4720
|
/* functional template */
|
|
4724
4721
|
|
|
4725
|
-
var __vue_is_functional_template__$
|
|
4722
|
+
var __vue_is_functional_template__$j = false;
|
|
4726
4723
|
/* style inject shadow dom */
|
|
4727
4724
|
|
|
4728
|
-
var __vue_component__$
|
|
4729
|
-
render: __vue_render__$
|
|
4730
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4731
|
-
}, __vue_inject_styles__$
|
|
4725
|
+
var __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
4726
|
+
render: __vue_render__$j,
|
|
4727
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
4728
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, createInjectorSSR, undefined);var script$i = {
|
|
4732
4729
|
components: {
|
|
4733
|
-
VcIcon: __vue_component__$
|
|
4734
|
-
VcSwitch: __vue_component__$
|
|
4730
|
+
VcIcon: __vue_component__$O,
|
|
4731
|
+
VcSwitch: __vue_component__$j,
|
|
4735
4732
|
VContainer: lib.VContainer
|
|
4736
4733
|
},
|
|
4737
4734
|
name: 'VcListEntity',
|
|
@@ -4754,10 +4751,10 @@ var __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
|
4754
4751
|
}
|
|
4755
4752
|
}
|
|
4756
4753
|
};/* script */
|
|
4757
|
-
var __vue_script__$
|
|
4754
|
+
var __vue_script__$i = script$i;
|
|
4758
4755
|
/* template */
|
|
4759
4756
|
|
|
4760
|
-
var __vue_render__$
|
|
4757
|
+
var __vue_render__$i = function __vue_render__() {
|
|
4761
4758
|
var _vm = this;
|
|
4762
4759
|
|
|
4763
4760
|
var _h = _vm.$createElement;
|
|
@@ -4803,10 +4800,10 @@ var __vue_render__$h = function __vue_render__() {
|
|
|
4803
4800
|
})], 1)])])], 1);
|
|
4804
4801
|
};
|
|
4805
4802
|
|
|
4806
|
-
var __vue_staticRenderFns__$
|
|
4803
|
+
var __vue_staticRenderFns__$i = [];
|
|
4807
4804
|
/* style */
|
|
4808
4805
|
|
|
4809
|
-
var __vue_inject_styles__$
|
|
4806
|
+
var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
|
|
4810
4807
|
if (!inject) return;
|
|
4811
4808
|
inject("data-v-03298204_0", {
|
|
4812
4809
|
source: ".listEntity .sl-title{font-size:var(--font-size-x-small);line-height:var(--size-value4);font-weight:var(--font-weight-medium2);margin:0 8px}.listEntity .sl-row{min-width:100%}",
|
|
@@ -4817,23 +4814,23 @@ var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
|
|
|
4817
4814
|
/* scoped */
|
|
4818
4815
|
|
|
4819
4816
|
|
|
4820
|
-
var __vue_scope_id__$
|
|
4817
|
+
var __vue_scope_id__$i = undefined;
|
|
4821
4818
|
/* module identifier */
|
|
4822
4819
|
|
|
4823
|
-
var __vue_module_identifier__$
|
|
4820
|
+
var __vue_module_identifier__$i = "data-v-03298204";
|
|
4824
4821
|
/* functional template */
|
|
4825
4822
|
|
|
4826
|
-
var __vue_is_functional_template__$
|
|
4823
|
+
var __vue_is_functional_template__$i = false;
|
|
4827
4824
|
/* style inject shadow dom */
|
|
4828
4825
|
|
|
4829
|
-
var __vue_component__$
|
|
4830
|
-
render: __vue_render__$
|
|
4831
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4832
|
-
}, __vue_inject_styles__$
|
|
4826
|
+
var __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
4827
|
+
render: __vue_render__$i,
|
|
4828
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
4829
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, createInjectorSSR, undefined);var script$h = {
|
|
4833
4830
|
components: {
|
|
4834
|
-
VcImage: __vue_component__$
|
|
4835
|
-
VcIcon: __vue_component__$
|
|
4836
|
-
VcSwitch: __vue_component__$
|
|
4831
|
+
VcImage: __vue_component__$F,
|
|
4832
|
+
VcIcon: __vue_component__$O,
|
|
4833
|
+
VcSwitch: __vue_component__$j,
|
|
4837
4834
|
VContainer: lib.VContainer
|
|
4838
4835
|
},
|
|
4839
4836
|
name: "VcExpansionCard",
|
|
@@ -4866,10 +4863,10 @@ var __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
|
4866
4863
|
}
|
|
4867
4864
|
}
|
|
4868
4865
|
};/* script */
|
|
4869
|
-
var __vue_script__$
|
|
4866
|
+
var __vue_script__$h = script$h;
|
|
4870
4867
|
/* template */
|
|
4871
4868
|
|
|
4872
|
-
var __vue_render__$
|
|
4869
|
+
var __vue_render__$h = function __vue_render__() {
|
|
4873
4870
|
var _vm = this;
|
|
4874
4871
|
|
|
4875
4872
|
var _h = _vm.$createElement;
|
|
@@ -4944,10 +4941,10 @@ var __vue_render__$g = function __vue_render__() {
|
|
|
4944
4941
|
}, [_vm._t("default")], 2) : _vm._e()])], 1);
|
|
4945
4942
|
};
|
|
4946
4943
|
|
|
4947
|
-
var __vue_staticRenderFns__$
|
|
4944
|
+
var __vue_staticRenderFns__$h = [];
|
|
4948
4945
|
/* style */
|
|
4949
4946
|
|
|
4950
|
-
var __vue_inject_styles__$
|
|
4947
|
+
var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
|
|
4951
4948
|
if (!inject) return;
|
|
4952
4949
|
inject("data-v-5f907c3e_0", {
|
|
4953
4950
|
source: ".expansionCard[data-v-5f907c3e]{border-radius:var(--border-radius);border:1px solid;border-color:var(--gray-lighten-1)!important;margin:var(--size-value5) 0}.expansionCard.is-active[data-v-5f907c3e]{border-color:var(--v-secondary-base)!important}.expansionCard .ec-title[data-v-5f907c3e]{font-size:var(--font-size-small2);line-height:var(--size-value6);margin:var(--size-value3) 0}@media screen and (min-width:960px){.expansionCard .ec-title[data-v-5f907c3e]{padding-inline-start:35px}}.expansionCard .VcLogoImage[data-v-5f907c3e]{width:var(--size-value7);height:var(--size-value7);margin:0 6px;box-sizing:border-box;border-radius:6px}.expansionCard .ec-text.full-width[data-v-5f907c3e]{width:100%}.expansionCard .ec-text.order-1[data-v-5f907c3e]{flex-grow:1}.expansionCard .expansion-card-container[data-v-5f907c3e]{padding:var(--size-value4)}@media screen and (min-width:960px){.expansionCard .expansion-card-container[data-v-5f907c3e]{padding:var(--size-value4) var(--size-value6)}}.expansionCard .default-slot-content[data-v-5f907c3e]{max-height:10000px;transition:max-height;transition-duration:.3s;overflow:hidden}.expansionCard .default-slot-content.hidden[data-v-5f907c3e]{max-height:0}@media screen and (min-width:960px){.expansionCard .default-slot-content[data-v-5f907c3e]{padding-inline-start:108px}}.expansionCardTitle[data-v-5f907c3e]{min-width:100%}.logo-area[data-v-5f907c3e]{min-width:92px}",
|
|
@@ -4962,44 +4959,24 @@ var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
|
|
|
4962
4959
|
/* scoped */
|
|
4963
4960
|
|
|
4964
4961
|
|
|
4965
|
-
var __vue_scope_id__$
|
|
4962
|
+
var __vue_scope_id__$h = "data-v-5f907c3e";
|
|
4966
4963
|
/* module identifier */
|
|
4967
4964
|
|
|
4968
|
-
var __vue_module_identifier__$
|
|
4965
|
+
var __vue_module_identifier__$h = "data-v-5f907c3e";
|
|
4969
4966
|
/* functional template */
|
|
4970
4967
|
|
|
4971
|
-
var __vue_is_functional_template__$
|
|
4968
|
+
var __vue_is_functional_template__$h = false;
|
|
4972
4969
|
/* style inject shadow dom */
|
|
4973
4970
|
|
|
4974
|
-
var __vue_component__$
|
|
4975
|
-
render: __vue_render__$
|
|
4976
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4977
|
-
}, __vue_inject_styles__$
|
|
4978
|
-
|
|
4979
|
-
//
|
|
4980
|
-
//
|
|
4981
|
-
//
|
|
4982
|
-
//
|
|
4983
|
-
//
|
|
4984
|
-
//
|
|
4985
|
-
//
|
|
4986
|
-
//
|
|
4987
|
-
//
|
|
4988
|
-
//
|
|
4989
|
-
//
|
|
4990
|
-
//
|
|
4991
|
-
//
|
|
4992
|
-
//
|
|
4993
|
-
//
|
|
4994
|
-
//
|
|
4995
|
-
//
|
|
4996
|
-
var script$f = {
|
|
4971
|
+
var __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
4972
|
+
render: __vue_render__$h,
|
|
4973
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
4974
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, createInjectorSSR, undefined);var script$g = {
|
|
4975
|
+
name: 'VcTextField',
|
|
4997
4976
|
components: {
|
|
4977
|
+
VcIconWithTooltip: __vue_component__$B,
|
|
4998
4978
|
VTextField: lib.VTextField
|
|
4999
4979
|
},
|
|
5000
|
-
|
|
5001
|
-
name: 'VcTextField',
|
|
5002
|
-
|
|
5003
4980
|
props: {
|
|
5004
4981
|
type: {
|
|
5005
4982
|
type: String,
|
|
@@ -5038,13 +5015,25 @@ var script$f = {
|
|
|
5038
5015
|
hint: {
|
|
5039
5016
|
type: String,
|
|
5040
5017
|
default: ''
|
|
5018
|
+
},
|
|
5019
|
+
placeholder: {
|
|
5020
|
+
type: String,
|
|
5021
|
+
default: ''
|
|
5022
|
+
},
|
|
5023
|
+
tooltipHeader: {
|
|
5024
|
+
type: String,
|
|
5025
|
+
default: ''
|
|
5026
|
+
},
|
|
5027
|
+
tooltipContent: {
|
|
5028
|
+
type: String,
|
|
5029
|
+
default: ''
|
|
5041
5030
|
}
|
|
5042
5031
|
}
|
|
5043
5032
|
};/* script */
|
|
5044
|
-
var __vue_script__$
|
|
5033
|
+
var __vue_script__$g = script$g;
|
|
5045
5034
|
/* template */
|
|
5046
5035
|
|
|
5047
|
-
var __vue_render__$
|
|
5036
|
+
var __vue_render__$g = function __vue_render__() {
|
|
5048
5037
|
var _vm = this;
|
|
5049
5038
|
|
|
5050
5039
|
var _h = _vm.$createElement;
|
|
@@ -5057,6 +5046,7 @@ var __vue_render__$f = function __vue_render__() {
|
|
|
5057
5046
|
"dense": "",
|
|
5058
5047
|
"data-qa": _vm.dataQa,
|
|
5059
5048
|
"label": _vm.label,
|
|
5049
|
+
"placeholder": _vm.placeholder,
|
|
5060
5050
|
"rules": _vm.rules,
|
|
5061
5051
|
"disabled": _vm.disabled,
|
|
5062
5052
|
"type": _vm.type,
|
|
@@ -5072,17 +5062,31 @@ var __vue_render__$f = function __vue_render__() {
|
|
|
5072
5062
|
"input": function input(data) {
|
|
5073
5063
|
return _vm.$emit('input', data);
|
|
5074
5064
|
}
|
|
5075
|
-
}
|
|
5065
|
+
},
|
|
5066
|
+
scopedSlots: _vm._u([{
|
|
5067
|
+
key: "append",
|
|
5068
|
+
fn: function fn() {
|
|
5069
|
+
return [_vm.tooltipContent ? _c('VcIconWithTooltip', {
|
|
5070
|
+
attrs: {
|
|
5071
|
+
"header": _vm.tooltipHeader,
|
|
5072
|
+
"content": _vm.tooltipContent,
|
|
5073
|
+
"size": 15,
|
|
5074
|
+
"icon": 'question'
|
|
5075
|
+
}
|
|
5076
|
+
}) : _vm._e()];
|
|
5077
|
+
},
|
|
5078
|
+
proxy: true
|
|
5079
|
+
}])
|
|
5076
5080
|
});
|
|
5077
5081
|
};
|
|
5078
5082
|
|
|
5079
|
-
var __vue_staticRenderFns__$
|
|
5083
|
+
var __vue_staticRenderFns__$g = [];
|
|
5080
5084
|
/* style */
|
|
5081
5085
|
|
|
5082
|
-
var __vue_inject_styles__$
|
|
5086
|
+
var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
|
|
5083
5087
|
if (!inject) return;
|
|
5084
|
-
inject("data-v-
|
|
5085
|
-
source: ".VcTextInput.v-text-field[data-v-
|
|
5088
|
+
inject("data-v-a0a638cc_0", {
|
|
5089
|
+
source: ".VcTextInput.v-text-field[data-v-a0a638cc]{font-family:var(--primary-font-family)}.VcTextInput.v-text-field[data-v-a0a638cc] .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-a0a638cc] .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-a0a638cc] .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-a0a638cc] .v-input__slot:after,.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:before{display:none}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:hover{border-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:active,.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:focus,.VcTextInput.v-text-field[data-v-a0a638cc] .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-a0a638cc] .v-input__slot:active input,.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:focus input,.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__slot:focus-within input{color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-a0a638cc].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-a0a638cc].v-input--is-focused label,.VcTextInput.v-text-field[data-v-a0a638cc].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-a0a638cc].v-input--is-focused .v-text-field__slot,.VcTextInput.v-text-field[data-v-a0a638cc].v-input--is-label-active .v-text-field__slot{margin-bottom:-14px}.VcTextInput.v-text-field[data-v-a0a638cc].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-a0a638cc].v-input--is-disabled .v-input__slot input,.VcTextInput.v-text-field[data-v-a0a638cc].v-input--is-disabled .v-input__slot label{color:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-a0a638cc]:not(.v-input--is-label-active):not(.v-input--is-focused) input{padding:var(--size-value2) 0}.VcTextInput.v-text-field[data-v-a0a638cc] .v-messages__message{line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-a0a638cc] .v-input__append-inner{align-self:center;fill:var(--gray-darken-3)}",
|
|
5086
5090
|
map: undefined,
|
|
5087
5091
|
media: undefined
|
|
5088
5092
|
});
|
|
@@ -5090,19 +5094,19 @@ var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
|
|
|
5090
5094
|
/* scoped */
|
|
5091
5095
|
|
|
5092
5096
|
|
|
5093
|
-
var __vue_scope_id__$
|
|
5097
|
+
var __vue_scope_id__$g = "data-v-a0a638cc";
|
|
5094
5098
|
/* module identifier */
|
|
5095
5099
|
|
|
5096
|
-
var __vue_module_identifier__$
|
|
5100
|
+
var __vue_module_identifier__$g = "data-v-a0a638cc";
|
|
5097
5101
|
/* functional template */
|
|
5098
5102
|
|
|
5099
|
-
var __vue_is_functional_template__$
|
|
5103
|
+
var __vue_is_functional_template__$g = false;
|
|
5100
5104
|
/* style inject shadow dom */
|
|
5101
5105
|
|
|
5102
|
-
var __vue_component__$
|
|
5103
|
-
render: __vue_render__$
|
|
5104
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5105
|
-
}, __vue_inject_styles__$
|
|
5106
|
+
var __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
5107
|
+
render: __vue_render__$g,
|
|
5108
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
5109
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, createInjectorSSR, undefined);//
|
|
5106
5110
|
//
|
|
5107
5111
|
//
|
|
5108
5112
|
//
|
|
@@ -5120,7 +5124,7 @@ var __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
|
5120
5124
|
//
|
|
5121
5125
|
//
|
|
5122
5126
|
//
|
|
5123
|
-
var script$
|
|
5127
|
+
var script$f = {
|
|
5124
5128
|
components: {
|
|
5125
5129
|
VTextarea: lib.VTextarea
|
|
5126
5130
|
},
|
|
@@ -5169,10 +5173,10 @@ var script$e = {
|
|
|
5169
5173
|
}
|
|
5170
5174
|
}
|
|
5171
5175
|
};/* script */
|
|
5172
|
-
var __vue_script__$
|
|
5176
|
+
var __vue_script__$f = script$f;
|
|
5173
5177
|
/* template */
|
|
5174
5178
|
|
|
5175
|
-
var __vue_render__$
|
|
5179
|
+
var __vue_render__$f = function __vue_render__() {
|
|
5176
5180
|
var _vm = this;
|
|
5177
5181
|
|
|
5178
5182
|
var _h = _vm.$createElement;
|
|
@@ -5204,10 +5208,10 @@ var __vue_render__$e = function __vue_render__() {
|
|
|
5204
5208
|
});
|
|
5205
5209
|
};
|
|
5206
5210
|
|
|
5207
|
-
var __vue_staticRenderFns__$
|
|
5211
|
+
var __vue_staticRenderFns__$f = [];
|
|
5208
5212
|
/* style */
|
|
5209
5213
|
|
|
5210
|
-
var __vue_inject_styles__$
|
|
5214
|
+
var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
|
|
5211
5215
|
if (!inject) return;
|
|
5212
5216
|
inject("data-v-22574cc8_0", {
|
|
5213
5217
|
source: "[data-v-22574cc8].VcTextArea.v-text-field .v-text-field__slot:first-child{margin-inline-start:12px;margin-top:3px}[data-v-22574cc8].VcTextArea.v-text-field.v-input--is-focused label,[data-v-22574cc8].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-22574cc8].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-22574cc8].VcTextArea.v-text-field:not(.v-text-field--outlined) .v-text-field__slot{transition:margin-bottom .1s}[data-v-22574cc8].VcTextArea.v-text-field:not(.v-text-field--outlined).v-input--is-focused label,[data-v-22574cc8].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-22574cc8].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-22574cc8].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-22574cc8].VcTextArea.v-text-field .v-input__slot:after,[data-v-22574cc8].VcTextArea.v-text-field .v-input__slot:before{display:none}[data-v-22574cc8].VcTextArea.v-text-field textarea{font-size:15px!important;font-weight:500;line-height:1.5;margin-top:20px}[data-v-22574cc8].VcTextArea.v-text-field .v-text-field__prefix{color:rgba(0,0,0,.54)!important}[data-v-22574cc8].VcTextArea.v-text-field.error--text .v-input__slot{border:1px solid var(--v-danger-base);box-shadow:none}[data-v-22574cc8].VcTextArea.v-text-field.v-input--is-disabled .v-input__slot{background-color:rgba(0,0,0,.03)!important}",
|
|
@@ -5218,22 +5222,22 @@ var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
|
|
|
5218
5222
|
/* scoped */
|
|
5219
5223
|
|
|
5220
5224
|
|
|
5221
|
-
var __vue_scope_id__$
|
|
5225
|
+
var __vue_scope_id__$f = "data-v-22574cc8";
|
|
5222
5226
|
/* module identifier */
|
|
5223
5227
|
|
|
5224
|
-
var __vue_module_identifier__$
|
|
5228
|
+
var __vue_module_identifier__$f = "data-v-22574cc8";
|
|
5225
5229
|
/* functional template */
|
|
5226
5230
|
|
|
5227
|
-
var __vue_is_functional_template__$
|
|
5231
|
+
var __vue_is_functional_template__$f = false;
|
|
5228
5232
|
/* style inject shadow dom */
|
|
5229
5233
|
|
|
5230
|
-
var __vue_component__$
|
|
5231
|
-
render: __vue_render__$
|
|
5232
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5233
|
-
}, __vue_inject_styles__$
|
|
5234
|
+
var __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
5235
|
+
render: __vue_render__$f,
|
|
5236
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
5237
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, createInjectorSSR, undefined);var script$e = {
|
|
5234
5238
|
name: 'VcToast',
|
|
5235
5239
|
components: {
|
|
5236
|
-
VcAlert: __vue_component__$
|
|
5240
|
+
VcAlert: __vue_component__$D,
|
|
5237
5241
|
VSnackbar: lib.VSnackbar
|
|
5238
5242
|
},
|
|
5239
5243
|
props: {
|
|
@@ -5251,10 +5255,10 @@ var __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
|
5251
5255
|
}
|
|
5252
5256
|
}
|
|
5253
5257
|
};/* script */
|
|
5254
|
-
var __vue_script__$
|
|
5258
|
+
var __vue_script__$e = script$e;
|
|
5255
5259
|
/* template */
|
|
5256
5260
|
|
|
5257
|
-
var __vue_render__$
|
|
5261
|
+
var __vue_render__$e = function __vue_render__() {
|
|
5258
5262
|
var _vm = this;
|
|
5259
5263
|
|
|
5260
5264
|
var _h = _vm.$createElement;
|
|
@@ -5276,10 +5280,10 @@ var __vue_render__$d = function __vue_render__() {
|
|
|
5276
5280
|
}, 'VcAlert', _vm.$attrs, false))], 1);
|
|
5277
5281
|
};
|
|
5278
5282
|
|
|
5279
|
-
var __vue_staticRenderFns__$
|
|
5283
|
+
var __vue_staticRenderFns__$e = [];
|
|
5280
5284
|
/* style */
|
|
5281
5285
|
|
|
5282
|
-
var __vue_inject_styles__$
|
|
5286
|
+
var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
|
|
5283
5287
|
if (!inject) return;
|
|
5284
5288
|
inject("data-v-2d3e5bbe_0", {
|
|
5285
5289
|
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}",
|
|
@@ -5290,19 +5294,19 @@ var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
|
|
|
5290
5294
|
/* scoped */
|
|
5291
5295
|
|
|
5292
5296
|
|
|
5293
|
-
var __vue_scope_id__$
|
|
5297
|
+
var __vue_scope_id__$e = "data-v-2d3e5bbe";
|
|
5294
5298
|
/* module identifier */
|
|
5295
5299
|
|
|
5296
|
-
var __vue_module_identifier__$
|
|
5300
|
+
var __vue_module_identifier__$e = "data-v-2d3e5bbe";
|
|
5297
5301
|
/* functional template */
|
|
5298
5302
|
|
|
5299
|
-
var __vue_is_functional_template__$
|
|
5303
|
+
var __vue_is_functional_template__$e = false;
|
|
5300
5304
|
/* style inject shadow dom */
|
|
5301
5305
|
|
|
5302
|
-
var __vue_component__$
|
|
5303
|
-
render: __vue_render__$
|
|
5304
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5305
|
-
}, __vue_inject_styles__$
|
|
5306
|
+
var __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
5307
|
+
render: __vue_render__$e,
|
|
5308
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
5309
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, createInjectorSSR, undefined);//
|
|
5306
5310
|
//
|
|
5307
5311
|
//
|
|
5308
5312
|
//
|
|
@@ -5314,7 +5318,7 @@ var __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
|
5314
5318
|
//
|
|
5315
5319
|
//
|
|
5316
5320
|
//
|
|
5317
|
-
var script$
|
|
5321
|
+
var script$d = {
|
|
5318
5322
|
components: {
|
|
5319
5323
|
VCard: lib.VCard
|
|
5320
5324
|
},
|
|
@@ -5336,10 +5340,10 @@ var script$c = {
|
|
|
5336
5340
|
}
|
|
5337
5341
|
}
|
|
5338
5342
|
};/* script */
|
|
5339
|
-
var __vue_script__$
|
|
5343
|
+
var __vue_script__$d = script$d;
|
|
5340
5344
|
/* template */
|
|
5341
5345
|
|
|
5342
|
-
var __vue_render__$
|
|
5346
|
+
var __vue_render__$d = function __vue_render__() {
|
|
5343
5347
|
var _vm = this;
|
|
5344
5348
|
|
|
5345
5349
|
var _h = _vm.$createElement;
|
|
@@ -5373,10 +5377,10 @@ var __vue_render__$c = function __vue_render__() {
|
|
|
5373
5377
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2);
|
|
5374
5378
|
};
|
|
5375
5379
|
|
|
5376
|
-
var __vue_staticRenderFns__$
|
|
5380
|
+
var __vue_staticRenderFns__$d = [];
|
|
5377
5381
|
/* style */
|
|
5378
5382
|
|
|
5379
|
-
var __vue_inject_styles__$
|
|
5383
|
+
var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
|
|
5380
5384
|
if (!inject) return;
|
|
5381
5385
|
inject("data-v-11425092_0", {
|
|
5382
5386
|
source: ".VcCard[data-v-11425092]{position:relative;padding:16px 24px;border:1px solid var(--gray-lighten-1);box-sizing:border-box;box-shadow:none;overflow:hidden;transition:box-shadow .4s}.VcCard.elevation[data-v-11425092]{border:0;box-shadow:var(--shadow-2)}.VcCard.elevation[data-v-11425092]:hover{box-shadow:var(--shadow-5)}.VcCard.dash[data-v-11425092]{border-top:0}.VcCard__dash[data-v-11425092]{position:absolute;top:0;left:-5px;width:110%;border:0;height:5px}",
|
|
@@ -5387,25 +5391,25 @@ var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
|
|
|
5387
5391
|
/* scoped */
|
|
5388
5392
|
|
|
5389
5393
|
|
|
5390
|
-
var __vue_scope_id__$
|
|
5394
|
+
var __vue_scope_id__$d = "data-v-11425092";
|
|
5391
5395
|
/* module identifier */
|
|
5392
5396
|
|
|
5393
|
-
var __vue_module_identifier__$
|
|
5397
|
+
var __vue_module_identifier__$d = "data-v-11425092";
|
|
5394
5398
|
/* functional template */
|
|
5395
5399
|
|
|
5396
|
-
var __vue_is_functional_template__$
|
|
5400
|
+
var __vue_is_functional_template__$d = false;
|
|
5397
5401
|
/* style inject shadow dom */
|
|
5398
5402
|
|
|
5399
|
-
var __vue_component__$
|
|
5400
|
-
render: __vue_render__$
|
|
5401
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5402
|
-
}, __vue_inject_styles__$
|
|
5403
|
+
var __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
5404
|
+
render: __vue_render__$d,
|
|
5405
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
5406
|
+
}, __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 = {
|
|
5403
5407
|
name: "FilterPanel",
|
|
5404
5408
|
components: {
|
|
5405
|
-
VcLayout: __vue_component__$
|
|
5406
|
-
VcIcon: __vue_component__$
|
|
5407
|
-
VcButton: __vue_component__$
|
|
5408
|
-
VcLoader: __vue_component__$
|
|
5409
|
+
VcLayout: __vue_component__$L,
|
|
5410
|
+
VcIcon: __vue_component__$O,
|
|
5411
|
+
VcButton: __vue_component__$N,
|
|
5412
|
+
VcLoader: __vue_component__$k
|
|
5409
5413
|
},
|
|
5410
5414
|
props: {
|
|
5411
5415
|
title: {
|
|
@@ -5426,10 +5430,10 @@ var __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
|
5426
5430
|
}
|
|
5427
5431
|
}
|
|
5428
5432
|
};/* script */
|
|
5429
|
-
var __vue_script__$
|
|
5433
|
+
var __vue_script__$c = script$c;
|
|
5430
5434
|
/* template */
|
|
5431
5435
|
|
|
5432
|
-
var __vue_render__$
|
|
5436
|
+
var __vue_render__$c = function __vue_render__() {
|
|
5433
5437
|
var _vm = this;
|
|
5434
5438
|
|
|
5435
5439
|
var _h = _vm.$createElement;
|
|
@@ -5485,10 +5489,10 @@ var __vue_render__$b = function __vue_render__() {
|
|
|
5485
5489
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2)], 1)], 1);
|
|
5486
5490
|
};
|
|
5487
5491
|
|
|
5488
|
-
var __vue_staticRenderFns__$
|
|
5492
|
+
var __vue_staticRenderFns__$c = [];
|
|
5489
5493
|
/* style */
|
|
5490
5494
|
|
|
5491
|
-
var __vue_inject_styles__$
|
|
5495
|
+
var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
|
|
5492
5496
|
if (!inject) return;
|
|
5493
5497
|
inject("data-v-44aac954_0", {
|
|
5494
5498
|
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)}",
|
|
@@ -5499,25 +5503,25 @@ var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
|
|
|
5499
5503
|
/* scoped */
|
|
5500
5504
|
|
|
5501
5505
|
|
|
5502
|
-
var __vue_scope_id__$
|
|
5506
|
+
var __vue_scope_id__$c = "data-v-44aac954";
|
|
5503
5507
|
/* module identifier */
|
|
5504
5508
|
|
|
5505
|
-
var __vue_module_identifier__$
|
|
5509
|
+
var __vue_module_identifier__$c = "data-v-44aac954";
|
|
5506
5510
|
/* functional template */
|
|
5507
5511
|
|
|
5508
|
-
var __vue_is_functional_template__$
|
|
5512
|
+
var __vue_is_functional_template__$c = false;
|
|
5509
5513
|
/* style inject shadow dom */
|
|
5510
5514
|
|
|
5511
|
-
var __vue_component__$
|
|
5512
|
-
render: __vue_render__$
|
|
5513
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5514
|
-
}, __vue_inject_styles__$
|
|
5515
|
+
var __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
5516
|
+
render: __vue_render__$c,
|
|
5517
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
5518
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, createInjectorSSR, undefined);//
|
|
5515
5519
|
//
|
|
5516
5520
|
//
|
|
5517
5521
|
//
|
|
5518
5522
|
//
|
|
5519
5523
|
//
|
|
5520
|
-
var script$
|
|
5524
|
+
var script$b = {
|
|
5521
5525
|
components: {
|
|
5522
5526
|
VLayout: lib.VLayout
|
|
5523
5527
|
},
|
|
@@ -5531,10 +5535,10 @@ var script$a = {
|
|
|
5531
5535
|
}
|
|
5532
5536
|
}
|
|
5533
5537
|
};/* script */
|
|
5534
|
-
var __vue_script__$
|
|
5538
|
+
var __vue_script__$b = script$b;
|
|
5535
5539
|
/* template */
|
|
5536
5540
|
|
|
5537
|
-
var __vue_render__$
|
|
5541
|
+
var __vue_render__$b = function __vue_render__() {
|
|
5538
5542
|
var _vm = this;
|
|
5539
5543
|
|
|
5540
5544
|
var _h = _vm.$createElement;
|
|
@@ -5549,10 +5553,10 @@ var __vue_render__$a = function __vue_render__() {
|
|
|
5549
5553
|
}, [_vm._t("default")], 2);
|
|
5550
5554
|
};
|
|
5551
5555
|
|
|
5552
|
-
var __vue_staticRenderFns__$
|
|
5556
|
+
var __vue_staticRenderFns__$b = [];
|
|
5553
5557
|
/* style */
|
|
5554
5558
|
|
|
5555
|
-
var __vue_inject_styles__$
|
|
5559
|
+
var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
|
|
5556
5560
|
if (!inject) return;
|
|
5557
5561
|
inject("data-v-e2463588_0", {
|
|
5558
5562
|
source: ".VcFocusArea[data-v-e2463588]{padding:var(--size-value4);background-color:var(--gray-lighten-3);border-radius:6px}",
|
|
@@ -5563,23 +5567,23 @@ var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
|
|
|
5563
5567
|
/* scoped */
|
|
5564
5568
|
|
|
5565
5569
|
|
|
5566
|
-
var __vue_scope_id__$
|
|
5570
|
+
var __vue_scope_id__$b = "data-v-e2463588";
|
|
5567
5571
|
/* module identifier */
|
|
5568
5572
|
|
|
5569
|
-
var __vue_module_identifier__$
|
|
5573
|
+
var __vue_module_identifier__$b = "data-v-e2463588";
|
|
5570
5574
|
/* functional template */
|
|
5571
5575
|
|
|
5572
|
-
var __vue_is_functional_template__$
|
|
5576
|
+
var __vue_is_functional_template__$b = false;
|
|
5573
5577
|
/* style inject shadow dom */
|
|
5574
5578
|
|
|
5575
|
-
var __vue_component__$
|
|
5576
|
-
render: __vue_render__$
|
|
5577
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5578
|
-
}, __vue_inject_styles__$
|
|
5579
|
-
var script$
|
|
5579
|
+
var __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
5580
|
+
render: __vue_render__$b,
|
|
5581
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
5582
|
+
}, __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 VcLinkIcons = ['', 'copy', 'trash', 'left'];
|
|
5583
|
+
var script$a = {
|
|
5580
5584
|
name: "VcLink",
|
|
5581
5585
|
components: {
|
|
5582
|
-
VcIcon: __vue_component__$
|
|
5586
|
+
VcIcon: __vue_component__$O
|
|
5583
5587
|
},
|
|
5584
5588
|
props: {
|
|
5585
5589
|
label: {
|
|
@@ -5622,10 +5626,10 @@ var script$9 = {
|
|
|
5622
5626
|
}
|
|
5623
5627
|
}
|
|
5624
5628
|
};/* script */
|
|
5625
|
-
var __vue_script__$
|
|
5629
|
+
var __vue_script__$a = script$a;
|
|
5626
5630
|
/* template */
|
|
5627
5631
|
|
|
5628
|
-
var __vue_render__$
|
|
5632
|
+
var __vue_render__$a = function __vue_render__() {
|
|
5629
5633
|
var _vm = this;
|
|
5630
5634
|
|
|
5631
5635
|
var _h = _vm.$createElement;
|
|
@@ -5650,10 +5654,10 @@ var __vue_render__$9 = function __vue_render__() {
|
|
|
5650
5654
|
}, [_vm._v(_vm._s(_vm.getIcon))]) : _vm._e(), _vm._ssrNode(" <label data-v-3bb9804c>" + _vm._ssrEscape(_vm._s(_vm.label)) + "</label>")], 2);
|
|
5651
5655
|
};
|
|
5652
5656
|
|
|
5653
|
-
var __vue_staticRenderFns__$
|
|
5657
|
+
var __vue_staticRenderFns__$a = [];
|
|
5654
5658
|
/* style */
|
|
5655
5659
|
|
|
5656
|
-
var __vue_inject_styles__$
|
|
5660
|
+
var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
|
|
5657
5661
|
if (!inject) return;
|
|
5658
5662
|
inject("data-v-3bb9804c_0", {
|
|
5659
5663
|
source: ".VcLink[data-v-3bb9804c]{display:flex;align-items:center;font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);padding-top:var(--size-value1);text-decoration:none;color:var(--blue)}.VcLink.link-secondary[data-v-3bb9804c]{color:var(--gray-darken-4)}.VcLink.link-secondary.VcLink[data-v-3bb9804c] svg path{fill:var(--gray-darken-4)}.VcLink:hover label[data-v-3bb9804c]{text-decoration:underline;cursor:pointer}.VcLink .prepend-icon[data-v-3bb9804c]{padding-inline-end:var(--size-value1)}.VcLink .prepend-icon[data-v-3bb9804c] svg path{fill:var(--blue)}",
|
|
@@ -5664,24 +5668,24 @@ var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
|
5664
5668
|
/* scoped */
|
|
5665
5669
|
|
|
5666
5670
|
|
|
5667
|
-
var __vue_scope_id__$
|
|
5671
|
+
var __vue_scope_id__$a = "data-v-3bb9804c";
|
|
5668
5672
|
/* module identifier */
|
|
5669
5673
|
|
|
5670
|
-
var __vue_module_identifier__$
|
|
5674
|
+
var __vue_module_identifier__$a = "data-v-3bb9804c";
|
|
5671
5675
|
/* functional template */
|
|
5672
5676
|
|
|
5673
|
-
var __vue_is_functional_template__$
|
|
5677
|
+
var __vue_is_functional_template__$a = false;
|
|
5674
5678
|
/* style inject shadow dom */
|
|
5675
5679
|
|
|
5676
|
-
var __vue_component__$
|
|
5677
|
-
render: __vue_render__$
|
|
5678
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5679
|
-
}, __vue_inject_styles__$
|
|
5680
|
+
var __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
5681
|
+
render: __vue_render__$a,
|
|
5682
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
5683
|
+
}, __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$9 = {
|
|
5680
5684
|
name: "ListItem",
|
|
5681
5685
|
components: {
|
|
5682
|
-
VcLayout: __vue_component__$
|
|
5683
|
-
VcCheckbox: __vue_component__$
|
|
5684
|
-
VcActions: __vue_component__$
|
|
5686
|
+
VcLayout: __vue_component__$L,
|
|
5687
|
+
VcCheckbox: __vue_component__$t,
|
|
5688
|
+
VcActions: __vue_component__$x
|
|
5685
5689
|
},
|
|
5686
5690
|
props: {
|
|
5687
5691
|
showSelect: {
|
|
@@ -5714,10 +5718,10 @@ var __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
|
5714
5718
|
}
|
|
5715
5719
|
}
|
|
5716
5720
|
};/* script */
|
|
5717
|
-
var __vue_script__$
|
|
5721
|
+
var __vue_script__$9 = script$9;
|
|
5718
5722
|
/* template */
|
|
5719
5723
|
|
|
5720
|
-
var __vue_render__$
|
|
5724
|
+
var __vue_render__$9 = function __vue_render__() {
|
|
5721
5725
|
var _vm = this;
|
|
5722
5726
|
|
|
5723
5727
|
var _h = _vm.$createElement;
|
|
@@ -5762,10 +5766,10 @@ var __vue_render__$8 = function __vue_render__() {
|
|
|
5762
5766
|
})], 2)], 1);
|
|
5763
5767
|
};
|
|
5764
5768
|
|
|
5765
|
-
var __vue_staticRenderFns__$
|
|
5769
|
+
var __vue_staticRenderFns__$9 = [];
|
|
5766
5770
|
/* style */
|
|
5767
5771
|
|
|
5768
|
-
var __vue_inject_styles__$
|
|
5772
|
+
var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
5769
5773
|
if (!inject) return;
|
|
5770
5774
|
inject("data-v-0a8bbb3a_0", {
|
|
5771
5775
|
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}",
|
|
@@ -5776,22 +5780,22 @@ var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
|
|
|
5776
5780
|
/* scoped */
|
|
5777
5781
|
|
|
5778
5782
|
|
|
5779
|
-
var __vue_scope_id__$
|
|
5783
|
+
var __vue_scope_id__$9 = "data-v-0a8bbb3a";
|
|
5780
5784
|
/* module identifier */
|
|
5781
5785
|
|
|
5782
|
-
var __vue_module_identifier__$
|
|
5786
|
+
var __vue_module_identifier__$9 = "data-v-0a8bbb3a";
|
|
5783
5787
|
/* functional template */
|
|
5784
5788
|
|
|
5785
|
-
var __vue_is_functional_template__$
|
|
5789
|
+
var __vue_is_functional_template__$9 = false;
|
|
5786
5790
|
/* style inject shadow dom */
|
|
5787
5791
|
|
|
5788
|
-
var __vue_component__$
|
|
5789
|
-
render: __vue_render__$
|
|
5790
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5791
|
-
}, __vue_inject_styles__$
|
|
5792
|
+
var __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
5793
|
+
render: __vue_render__$9,
|
|
5794
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
5795
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, createInjectorSSR, undefined);var script$8 = {
|
|
5792
5796
|
name: "VcGroupHeader",
|
|
5793
5797
|
components: {
|
|
5794
|
-
VcLayout: __vue_component__$
|
|
5798
|
+
VcLayout: __vue_component__$L
|
|
5795
5799
|
},
|
|
5796
5800
|
props: {
|
|
5797
5801
|
title: {
|
|
@@ -5808,10 +5812,10 @@ var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
|
5808
5812
|
}
|
|
5809
5813
|
}
|
|
5810
5814
|
};/* script */
|
|
5811
|
-
var __vue_script__$
|
|
5815
|
+
var __vue_script__$8 = script$8;
|
|
5812
5816
|
/* template */
|
|
5813
5817
|
|
|
5814
|
-
var __vue_render__$
|
|
5818
|
+
var __vue_render__$8 = function __vue_render__() {
|
|
5815
5819
|
var _vm = this;
|
|
5816
5820
|
|
|
5817
5821
|
var _h = _vm.$createElement;
|
|
@@ -5827,10 +5831,10 @@ var __vue_render__$7 = function __vue_render__() {
|
|
|
5827
5831
|
}, [_c('span', [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.summaryText))])]);
|
|
5828
5832
|
};
|
|
5829
5833
|
|
|
5830
|
-
var __vue_staticRenderFns__$
|
|
5834
|
+
var __vue_staticRenderFns__$8 = [];
|
|
5831
5835
|
/* style */
|
|
5832
5836
|
|
|
5833
|
-
var __vue_inject_styles__$
|
|
5837
|
+
var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
|
|
5834
5838
|
if (!inject) return;
|
|
5835
5839
|
inject("data-v-5cb0ff3e_0", {
|
|
5836
5840
|
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)}}",
|
|
@@ -5841,30 +5845,30 @@ var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
|
|
|
5841
5845
|
/* scoped */
|
|
5842
5846
|
|
|
5843
5847
|
|
|
5844
|
-
var __vue_scope_id__$
|
|
5848
|
+
var __vue_scope_id__$8 = "data-v-5cb0ff3e";
|
|
5845
5849
|
/* module identifier */
|
|
5846
5850
|
|
|
5847
|
-
var __vue_module_identifier__$
|
|
5851
|
+
var __vue_module_identifier__$8 = "data-v-5cb0ff3e";
|
|
5848
5852
|
/* functional template */
|
|
5849
5853
|
|
|
5850
|
-
var __vue_is_functional_template__$
|
|
5854
|
+
var __vue_is_functional_template__$8 = false;
|
|
5851
5855
|
/* style inject shadow dom */
|
|
5852
5856
|
|
|
5853
|
-
var __vue_component__$
|
|
5854
|
-
render: __vue_render__$
|
|
5855
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5856
|
-
}, __vue_inject_styles__$
|
|
5857
|
+
var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
5858
|
+
render: __vue_render__$8,
|
|
5859
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
5860
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, createInjectorSSR, undefined);//
|
|
5857
5861
|
//
|
|
5858
5862
|
//
|
|
5859
5863
|
//
|
|
5860
|
-
var script$
|
|
5864
|
+
var script$7 = {
|
|
5861
5865
|
name: 'VcSvg',
|
|
5862
5866
|
props: ['svg']
|
|
5863
5867
|
};/* script */
|
|
5864
|
-
var __vue_script__$
|
|
5868
|
+
var __vue_script__$7 = script$7;
|
|
5865
5869
|
/* template */
|
|
5866
5870
|
|
|
5867
|
-
var __vue_render__$
|
|
5871
|
+
var __vue_render__$7 = function __vue_render__() {
|
|
5868
5872
|
var _vm = this;
|
|
5869
5873
|
|
|
5870
5874
|
var _h = _vm.$createElement;
|
|
@@ -5878,36 +5882,36 @@ var __vue_render__$6 = function __vue_render__() {
|
|
|
5878
5882
|
}, []);
|
|
5879
5883
|
};
|
|
5880
5884
|
|
|
5881
|
-
var __vue_staticRenderFns__$
|
|
5885
|
+
var __vue_staticRenderFns__$7 = [];
|
|
5882
5886
|
/* style */
|
|
5883
5887
|
|
|
5884
|
-
var __vue_inject_styles__$
|
|
5888
|
+
var __vue_inject_styles__$7 = undefined;
|
|
5885
5889
|
/* scoped */
|
|
5886
5890
|
|
|
5887
|
-
var __vue_scope_id__$
|
|
5891
|
+
var __vue_scope_id__$7 = undefined;
|
|
5888
5892
|
/* module identifier */
|
|
5889
5893
|
|
|
5890
|
-
var __vue_module_identifier__$
|
|
5894
|
+
var __vue_module_identifier__$7 = "data-v-56d3274a";
|
|
5891
5895
|
/* functional template */
|
|
5892
5896
|
|
|
5893
|
-
var __vue_is_functional_template__$
|
|
5897
|
+
var __vue_is_functional_template__$7 = false;
|
|
5894
5898
|
/* style inject */
|
|
5895
5899
|
|
|
5896
5900
|
/* style inject SSR */
|
|
5897
5901
|
|
|
5898
5902
|
/* style inject shadow dom */
|
|
5899
5903
|
|
|
5900
|
-
var __vue_component__$
|
|
5901
|
-
render: __vue_render__$
|
|
5902
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5903
|
-
}, __vue_inject_styles__$
|
|
5904
|
+
var __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
5905
|
+
render: __vue_render__$7,
|
|
5906
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
5907
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, undefined, undefined);var script$6 = {
|
|
5904
5908
|
name: 'VcEmptyState',
|
|
5905
5909
|
components: {
|
|
5906
|
-
VcImage: __vue_component__$
|
|
5907
|
-
VcSvg: __vue_component__$
|
|
5908
|
-
VcButton: __vue_component__$
|
|
5909
|
-
VcLayout: __vue_component__$
|
|
5910
|
-
VcLink: __vue_component__$
|
|
5910
|
+
VcImage: __vue_component__$F,
|
|
5911
|
+
VcSvg: __vue_component__$7,
|
|
5912
|
+
VcButton: __vue_component__$N,
|
|
5913
|
+
VcLayout: __vue_component__$L,
|
|
5914
|
+
VcLink: __vue_component__$a
|
|
5911
5915
|
},
|
|
5912
5916
|
props: {
|
|
5913
5917
|
size: {
|
|
@@ -5961,10 +5965,10 @@ var __vue_component__$6 = /*#__PURE__*/normalizeComponent({
|
|
|
5961
5965
|
}
|
|
5962
5966
|
}
|
|
5963
5967
|
};/* script */
|
|
5964
|
-
var __vue_script__$
|
|
5968
|
+
var __vue_script__$6 = script$6;
|
|
5965
5969
|
/* template */
|
|
5966
5970
|
|
|
5967
|
-
var __vue_render__$
|
|
5971
|
+
var __vue_render__$6 = function __vue_render__() {
|
|
5968
5972
|
var _vm = this;
|
|
5969
5973
|
|
|
5970
5974
|
var _h = _vm.$createElement;
|
|
@@ -6020,10 +6024,10 @@ var __vue_render__$5 = function __vue_render__() {
|
|
|
6020
6024
|
})], 2);
|
|
6021
6025
|
};
|
|
6022
6026
|
|
|
6023
|
-
var __vue_staticRenderFns__$
|
|
6027
|
+
var __vue_staticRenderFns__$6 = [];
|
|
6024
6028
|
/* style */
|
|
6025
6029
|
|
|
6026
|
-
var __vue_inject_styles__$
|
|
6030
|
+
var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
6027
6031
|
if (!inject) return;
|
|
6028
6032
|
inject("data-v-64095910_0", {
|
|
6029
6033
|
source: ".VcEmptyState[data-v-64095910],.VcEmptyStateSubtitle[data-v-64095910]{text-align:center;line-height:var(--size-value6)}.VcEmptyState[data-v-64095910]{text-align:center}.VcEmptyState .VcEmptyStateImage[data-v-64095910]{margin-bottom:var(--size-value4);height:160px}.VcEmptyState .VcEmptyStateTitle[data-v-64095910]{font-weight:var(--font-weight-xl);line-height:22px;padding-bottom:var(--size-value1);font-size:var(--font-size-small2)}.VcEmptyState .VcEmptyStateSubtitle[data-v-64095910]{font-size:var(--font-size-x-small)}.VcEmptyState .VcEmptyStateButton[data-v-64095910]{margin-top:var(--size-value4)}.sm .VcEmptyStateImage[data-v-64095910]{height:48px;margin-bottom:var(--size-value8)}.sm .VcEmptyStateImage[data-v-64095910] svg{width:48px}.lg .VcEmptyStateImage[data-v-64095910]{height:280px;margin-bottom:var(--size-value8)}.lg .VcEmptyStateImage[data-v-64095910] svg{width:280px}.lg .VcEmptyStateTitle[data-v-64095910]{font-weight:var(--font-weight-large);line-height:22px;padding-bottom:var(--size-value2);font-size:var(--font-size-medium1)}",
|
|
@@ -6034,23 +6038,23 @@ var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
|
|
|
6034
6038
|
/* scoped */
|
|
6035
6039
|
|
|
6036
6040
|
|
|
6037
|
-
var __vue_scope_id__$
|
|
6041
|
+
var __vue_scope_id__$6 = "data-v-64095910";
|
|
6038
6042
|
/* module identifier */
|
|
6039
6043
|
|
|
6040
|
-
var __vue_module_identifier__$
|
|
6044
|
+
var __vue_module_identifier__$6 = "data-v-64095910";
|
|
6041
6045
|
/* functional template */
|
|
6042
6046
|
|
|
6043
|
-
var __vue_is_functional_template__$
|
|
6047
|
+
var __vue_is_functional_template__$6 = false;
|
|
6044
6048
|
/* style inject shadow dom */
|
|
6045
6049
|
|
|
6046
|
-
var __vue_component__$
|
|
6047
|
-
render: __vue_render__$
|
|
6048
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6049
|
-
}, __vue_inject_styles__$
|
|
6050
|
+
var __vue_component__$6 = /*#__PURE__*/normalizeComponent({
|
|
6051
|
+
render: __vue_render__$6,
|
|
6052
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
6053
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, createInjectorSSR, undefined);var script$5 = {
|
|
6050
6054
|
name: "VcBanner",
|
|
6051
6055
|
components: {
|
|
6052
|
-
VcImage: __vue_component__$
|
|
6053
|
-
VcButton: __vue_component__$
|
|
6056
|
+
VcImage: __vue_component__$F,
|
|
6057
|
+
VcButton: __vue_component__$N
|
|
6054
6058
|
},
|
|
6055
6059
|
props: {
|
|
6056
6060
|
dataQa: {
|
|
@@ -6076,10 +6080,10 @@ var __vue_component__$5 = /*#__PURE__*/normalizeComponent({
|
|
|
6076
6080
|
}
|
|
6077
6081
|
}
|
|
6078
6082
|
};/* script */
|
|
6079
|
-
var __vue_script__$
|
|
6083
|
+
var __vue_script__$5 = script$5;
|
|
6080
6084
|
/* template */
|
|
6081
6085
|
|
|
6082
|
-
var __vue_render__$
|
|
6086
|
+
var __vue_render__$5 = function __vue_render__() {
|
|
6083
6087
|
var _vm = this;
|
|
6084
6088
|
|
|
6085
6089
|
var _h = _vm.$createElement;
|
|
@@ -6113,10 +6117,10 @@ var __vue_render__$4 = function __vue_render__() {
|
|
|
6113
6117
|
}, [_vm._v("\n " + _vm._s(_vm.buttonLabel) + "\n ")]) : _vm._e()], 2);
|
|
6114
6118
|
};
|
|
6115
6119
|
|
|
6116
|
-
var __vue_staticRenderFns__$
|
|
6120
|
+
var __vue_staticRenderFns__$5 = [];
|
|
6117
6121
|
/* style */
|
|
6118
6122
|
|
|
6119
|
-
var __vue_inject_styles__$
|
|
6123
|
+
var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
|
|
6120
6124
|
if (!inject) return;
|
|
6121
6125
|
inject("data-v-d461d238_0", {
|
|
6122
6126
|
source: ".VcBanner[data-v-d461d238]{min-height:128px;box-sizing:border-box;box-shadow:var(--shadow-10)}@media screen and (min-width:960px){.VcBanner[data-v-d461d238]{box-shadow:unset;border-radius:var(--size-value3);border:1px solid var(--neutral-lighten-2)}}.VcBanner .VcBannerImage[data-v-d461d238]{height:105px}.VcBanner .text-container[data-v-d461d238]{color:var(--gray-darken-5)}.VcBanner .text-container .banner-title[data-v-d461d238]{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-d461d238]{font-size:var(--font-size-medium2);line-height:var(--size-value8)}}.VcBanner .text-container .banner-subtitle[data-v-d461d238]{font-size:var(--font-size-small2);line-height:var(--size-value5);font-weight:var(--font-weight-medium)}",
|
|
@@ -6127,23 +6131,23 @@ var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
|
6127
6131
|
/* scoped */
|
|
6128
6132
|
|
|
6129
6133
|
|
|
6130
|
-
var __vue_scope_id__$
|
|
6134
|
+
var __vue_scope_id__$5 = "data-v-d461d238";
|
|
6131
6135
|
/* module identifier */
|
|
6132
6136
|
|
|
6133
|
-
var __vue_module_identifier__$
|
|
6137
|
+
var __vue_module_identifier__$5 = "data-v-d461d238";
|
|
6134
6138
|
/* functional template */
|
|
6135
6139
|
|
|
6136
|
-
var __vue_is_functional_template__$
|
|
6140
|
+
var __vue_is_functional_template__$5 = false;
|
|
6137
6141
|
/* style inject shadow dom */
|
|
6138
6142
|
|
|
6139
|
-
var __vue_component__$
|
|
6140
|
-
render: __vue_render__$
|
|
6141
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6142
|
-
}, __vue_inject_styles__$
|
|
6143
|
+
var __vue_component__$5 = /*#__PURE__*/normalizeComponent({
|
|
6144
|
+
render: __vue_render__$5,
|
|
6145
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
6146
|
+
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, createInjectorSSR, undefined);var script$4 = {
|
|
6143
6147
|
name: "VcWizardCtaContainer",
|
|
6144
6148
|
components: {
|
|
6145
|
-
VcButton: __vue_component__$
|
|
6146
|
-
VcLayout: __vue_component__$
|
|
6149
|
+
VcButton: __vue_component__$N,
|
|
6150
|
+
VcLayout: __vue_component__$L
|
|
6147
6151
|
},
|
|
6148
6152
|
props: {
|
|
6149
6153
|
isBackDisplayed: {
|
|
@@ -6168,10 +6172,10 @@ var __vue_component__$4 = /*#__PURE__*/normalizeComponent({
|
|
|
6168
6172
|
}
|
|
6169
6173
|
}
|
|
6170
6174
|
};/* script */
|
|
6171
|
-
var __vue_script__$
|
|
6175
|
+
var __vue_script__$4 = script$4;
|
|
6172
6176
|
/* template */
|
|
6173
6177
|
|
|
6174
|
-
var __vue_render__$
|
|
6178
|
+
var __vue_render__$4 = function __vue_render__() {
|
|
6175
6179
|
var _vm = this;
|
|
6176
6180
|
|
|
6177
6181
|
var _h = _vm.$createElement;
|
|
@@ -6211,10 +6215,10 @@ var __vue_render__$3 = function __vue_render__() {
|
|
|
6211
6215
|
}, [_vm._v("\n " + _vm._s(_vm.nextButtonLabel) + "\n ")])], 1);
|
|
6212
6216
|
};
|
|
6213
6217
|
|
|
6214
|
-
var __vue_staticRenderFns__$
|
|
6218
|
+
var __vue_staticRenderFns__$4 = [];
|
|
6215
6219
|
/* style */
|
|
6216
6220
|
|
|
6217
|
-
var __vue_inject_styles__$
|
|
6221
|
+
var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
6218
6222
|
if (!inject) return;
|
|
6219
6223
|
inject("data-v-f2422ef4_0", {
|
|
6220
6224
|
source: "[data-v-f2422ef4]: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;--letter-spacing:0.003em;--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;--popover-width:360px;--popover-max-height:464px;--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-f2422ef4]{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-f2422ef4]{border-top:revert;position:static;padding:var(--size-value5);width:100%;transform:revert}}.wizard-cta-button[data-v-f2422ef4]{flex:1;min-height:var(--size-value12)}@media screen and (min-width:960px){.wizard-cta-button[data-v-f2422ef4]{flex:revert;min-height:var(--size-value10)}}.wizard-cta-button+.wizard-cta-button[data-v-f2422ef4]{margin-inline-start:var(--size-value3)}",
|
|
@@ -6225,19 +6229,19 @@ var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
|
|
|
6225
6229
|
/* scoped */
|
|
6226
6230
|
|
|
6227
6231
|
|
|
6228
|
-
var __vue_scope_id__$
|
|
6232
|
+
var __vue_scope_id__$4 = "data-v-f2422ef4";
|
|
6229
6233
|
/* module identifier */
|
|
6230
6234
|
|
|
6231
|
-
var __vue_module_identifier__$
|
|
6235
|
+
var __vue_module_identifier__$4 = "data-v-f2422ef4";
|
|
6232
6236
|
/* functional template */
|
|
6233
6237
|
|
|
6234
|
-
var __vue_is_functional_template__$
|
|
6238
|
+
var __vue_is_functional_template__$4 = false;
|
|
6235
6239
|
/* style inject shadow dom */
|
|
6236
6240
|
|
|
6237
|
-
var __vue_component__$
|
|
6238
|
-
render: __vue_render__$
|
|
6239
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6240
|
-
}, __vue_inject_styles__$
|
|
6241
|
+
var __vue_component__$4 = /*#__PURE__*/normalizeComponent({
|
|
6242
|
+
render: __vue_render__$4,
|
|
6243
|
+
staticRenderFns: __vue_staticRenderFns__$4
|
|
6244
|
+
}, __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 = {
|
|
6241
6245
|
name: "VcStepperContent",
|
|
6242
6246
|
model: {
|
|
6243
6247
|
prop: 'currentStep'
|
|
@@ -6266,8 +6270,8 @@ var __vue_component__$3 = /*#__PURE__*/normalizeComponent({
|
|
|
6266
6270
|
}
|
|
6267
6271
|
},
|
|
6268
6272
|
components: {
|
|
6269
|
-
VcLayout: __vue_component__$
|
|
6270
|
-
VcLoader: __vue_component__$
|
|
6273
|
+
VcLayout: __vue_component__$L,
|
|
6274
|
+
VcLoader: __vue_component__$k,
|
|
6271
6275
|
VStepperContent: lib.VStepperContent,
|
|
6272
6276
|
VStepperItems: lib.VStepperItems,
|
|
6273
6277
|
VStepper: lib.VStepper
|
|
@@ -6336,10 +6340,10 @@ var __vue_component__$3 = /*#__PURE__*/normalizeComponent({
|
|
|
6336
6340
|
}
|
|
6337
6341
|
}
|
|
6338
6342
|
};/* script */
|
|
6339
|
-
var __vue_script__$
|
|
6343
|
+
var __vue_script__$3 = script$3;
|
|
6340
6344
|
/* template */
|
|
6341
6345
|
|
|
6342
|
-
var __vue_render__$
|
|
6346
|
+
var __vue_render__$3 = function __vue_render__() {
|
|
6343
6347
|
var _vm = this;
|
|
6344
6348
|
|
|
6345
6349
|
var _h = _vm.$createElement;
|
|
@@ -6422,10 +6426,10 @@ var __vue_render__$2 = function __vue_render__() {
|
|
|
6422
6426
|
}), 1)], 1)], 1);
|
|
6423
6427
|
};
|
|
6424
6428
|
|
|
6425
|
-
var __vue_staticRenderFns__$
|
|
6429
|
+
var __vue_staticRenderFns__$3 = [];
|
|
6426
6430
|
/* style */
|
|
6427
6431
|
|
|
6428
|
-
var __vue_inject_styles__$
|
|
6432
|
+
var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
|
|
6429
6433
|
if (!inject) return;
|
|
6430
6434
|
inject("data-v-dff856ce_0", {
|
|
6431
6435
|
source: "[data-v-dff856ce]: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;--letter-spacing:0.003em;--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;--popover-width:360px;--popover-max-height:464px;--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-dff856ce]{max-height:100%;width:100%;padding-bottom:var(--size-value6)}.layout-content[data-v-dff856ce]{padding:var(--size-value0) var(--size-value4)}@media screen and (min-width:960px){.layout-content[data-v-dff856ce]{padding:revert;padding-block-start:var(--size-value3);padding-inline:var(--size-value10)}}.stepper-header[data-v-dff856ce]{flex:0;margin-block-end:var(--size-value4);padding:var(--size-value0) var(--size-value4)}@media screen and (min-width:960px){.stepper-header[data-v-dff856ce]{padding:revert;flex:revert;padding-block-start:var(--size-value3);padding-inline:var(--size-value10)}}.stepper-header .content-stepper-title[data-v-dff856ce]{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-dff856ce]{font-size:var(--font-size-medium2)}}.stepper-header .content-stepper-description[data-v-dff856ce]{font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-4)}.vc-stepper-content.v-stepper[data-v-dff856ce]{width:100%;box-shadow:none;max-height:100%;overflow:auto}.vc-stepper-content.v-stepper[data-v-dff856ce] .v-stepper__items .v-stepper__content{padding:0}",
|
|
@@ -6436,25 +6440,25 @@ var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
|
|
|
6436
6440
|
/* scoped */
|
|
6437
6441
|
|
|
6438
6442
|
|
|
6439
|
-
var __vue_scope_id__$
|
|
6443
|
+
var __vue_scope_id__$3 = "data-v-dff856ce";
|
|
6440
6444
|
/* module identifier */
|
|
6441
6445
|
|
|
6442
|
-
var __vue_module_identifier__$
|
|
6446
|
+
var __vue_module_identifier__$3 = "data-v-dff856ce";
|
|
6443
6447
|
/* functional template */
|
|
6444
6448
|
|
|
6445
|
-
var __vue_is_functional_template__$
|
|
6449
|
+
var __vue_is_functional_template__$3 = false;
|
|
6446
6450
|
/* style inject shadow dom */
|
|
6447
6451
|
|
|
6448
|
-
var __vue_component__$
|
|
6449
|
-
render: __vue_render__$
|
|
6450
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6451
|
-
}, __vue_inject_styles__$
|
|
6452
|
+
var __vue_component__$3 = /*#__PURE__*/normalizeComponent({
|
|
6453
|
+
render: __vue_render__$3,
|
|
6454
|
+
staticRenderFns: __vue_staticRenderFns__$3
|
|
6455
|
+
}, __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 = {
|
|
6452
6456
|
name: "VcWizard",
|
|
6453
6457
|
components: {
|
|
6454
|
-
VcStepsBar: __vue_component__$
|
|
6455
|
-
VcStepperContent: __vue_component__$
|
|
6456
|
-
VcMobileWizardProgress: __vue_component__$
|
|
6457
|
-
VcWizardCtaContainer: __vue_component__$
|
|
6458
|
+
VcStepsBar: __vue_component__$w,
|
|
6459
|
+
VcStepperContent: __vue_component__$3,
|
|
6460
|
+
VcMobileWizardProgress: __vue_component__$u,
|
|
6461
|
+
VcWizardCtaContainer: __vue_component__$4,
|
|
6458
6462
|
VLayout: lib.VLayout
|
|
6459
6463
|
},
|
|
6460
6464
|
props: {
|
|
@@ -6556,10 +6560,10 @@ var __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
|
6556
6560
|
}
|
|
6557
6561
|
}
|
|
6558
6562
|
};/* script */
|
|
6559
|
-
var __vue_script__$
|
|
6563
|
+
var __vue_script__$2 = script$2;
|
|
6560
6564
|
/* template */
|
|
6561
6565
|
|
|
6562
|
-
var __vue_render__$
|
|
6566
|
+
var __vue_render__$2 = function __vue_render__() {
|
|
6563
6567
|
var _vm = this;
|
|
6564
6568
|
|
|
6565
6569
|
var _h = _vm.$createElement;
|
|
@@ -6613,10 +6617,10 @@ var __vue_render__$1 = function __vue_render__() {
|
|
|
6613
6617
|
})], 1);
|
|
6614
6618
|
};
|
|
6615
6619
|
|
|
6616
|
-
var __vue_staticRenderFns__$
|
|
6620
|
+
var __vue_staticRenderFns__$2 = [];
|
|
6617
6621
|
/* style */
|
|
6618
6622
|
|
|
6619
|
-
var __vue_inject_styles__$
|
|
6623
|
+
var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
|
|
6620
6624
|
if (!inject) return;
|
|
6621
6625
|
inject("data-v-71d82f6c_0", {
|
|
6622
6626
|
source: "[data-v-71d82f6c]: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;--letter-spacing:0.003em;--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;--popover-width:360px;--popover-max-height:464px;--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-71d82f6c]{height:100%}@media screen and (min-width:960px){.vc-wizard[data-v-71d82f6c]{display:grid;grid-template-columns:minmax(250px,1fr) 3fr;grid-template-rows:minmax(562px,1fr) 80px;grid-row-gap:0}.vc-wizard.wizard-size-md[data-v-71d82f6c]{grid-column-gap:var(--size-value10)}.vc-wizard.wizard-size-lg[data-v-71d82f6c]{grid-column-gap:var(--size-value20)}}.vc-stepper-container[data-v-71d82f6c]{grid-area:1/1/3/2;border-inline-end:1px solid #e0e0e0;max-height:calc(100% - 24px)}.wizard-cta-container[data-v-71d82f6c]{grid-area:2/2/3/3}.stepper-content-wrapper[data-v-71d82f6c]{grid-area:1/2/2/3}",
|
|
@@ -6627,19 +6631,19 @@ var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
|
|
|
6627
6631
|
/* scoped */
|
|
6628
6632
|
|
|
6629
6633
|
|
|
6630
|
-
var __vue_scope_id__$
|
|
6634
|
+
var __vue_scope_id__$2 = "data-v-71d82f6c";
|
|
6631
6635
|
/* module identifier */
|
|
6632
6636
|
|
|
6633
|
-
var __vue_module_identifier__$
|
|
6637
|
+
var __vue_module_identifier__$2 = "data-v-71d82f6c";
|
|
6634
6638
|
/* functional template */
|
|
6635
6639
|
|
|
6636
|
-
var __vue_is_functional_template__$
|
|
6640
|
+
var __vue_is_functional_template__$2 = false;
|
|
6637
6641
|
/* style inject shadow dom */
|
|
6638
6642
|
|
|
6639
|
-
var __vue_component__$
|
|
6640
|
-
render: __vue_render__$
|
|
6641
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6642
|
-
}, __vue_inject_styles__$
|
|
6643
|
+
var __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
6644
|
+
render: __vue_render__$2,
|
|
6645
|
+
staticRenderFns: __vue_staticRenderFns__$2
|
|
6646
|
+
}, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, undefined, createInjectorSSR, undefined);//
|
|
6643
6647
|
//
|
|
6644
6648
|
//
|
|
6645
6649
|
//
|
|
@@ -6655,7 +6659,7 @@ var __vue_component__$1 = /*#__PURE__*/normalizeComponent({
|
|
|
6655
6659
|
//
|
|
6656
6660
|
//
|
|
6657
6661
|
//
|
|
6658
|
-
var script = {
|
|
6662
|
+
var script$1 = {
|
|
6659
6663
|
name: 'VcBadge',
|
|
6660
6664
|
components: {
|
|
6661
6665
|
VBadge: lib.VBadge
|
|
@@ -6686,10 +6690,10 @@ var script = {
|
|
|
6686
6690
|
}
|
|
6687
6691
|
}
|
|
6688
6692
|
};/* script */
|
|
6689
|
-
var __vue_script__ = script;
|
|
6693
|
+
var __vue_script__$1 = script$1;
|
|
6690
6694
|
/* template */
|
|
6691
6695
|
|
|
6692
|
-
var __vue_render__ = function __vue_render__() {
|
|
6696
|
+
var __vue_render__$1 = function __vue_render__() {
|
|
6693
6697
|
var _vm = this;
|
|
6694
6698
|
|
|
6695
6699
|
var _h = _vm.$createElement;
|
|
@@ -6715,10 +6719,10 @@ var __vue_render__ = function __vue_render__() {
|
|
|
6715
6719
|
}, [_vm._t("default")], 2)], 1);
|
|
6716
6720
|
};
|
|
6717
6721
|
|
|
6718
|
-
var __vue_staticRenderFns__ = [];
|
|
6722
|
+
var __vue_staticRenderFns__$1 = [];
|
|
6719
6723
|
/* style */
|
|
6720
6724
|
|
|
6721
|
-
var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
6725
|
+
var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
|
|
6722
6726
|
if (!inject) return;
|
|
6723
6727
|
inject("data-v-4edabf76_0", {
|
|
6724
6728
|
source: "[data-v-4edabf76] .v-icon__component{height:12px;width:12px}",
|
|
@@ -6729,10 +6733,168 @@ var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
|
6729
6733
|
/* scoped */
|
|
6730
6734
|
|
|
6731
6735
|
|
|
6732
|
-
var __vue_scope_id__ = "data-v-4edabf76";
|
|
6736
|
+
var __vue_scope_id__$1 = "data-v-4edabf76";
|
|
6737
|
+
/* module identifier */
|
|
6738
|
+
|
|
6739
|
+
var __vue_module_identifier__$1 = "data-v-4edabf76";
|
|
6740
|
+
/* functional template */
|
|
6741
|
+
|
|
6742
|
+
var __vue_is_functional_template__$1 = false;
|
|
6743
|
+
/* style inject shadow dom */
|
|
6744
|
+
|
|
6745
|
+
var __vue_component__$1 = /*#__PURE__*/normalizeComponent({
|
|
6746
|
+
render: __vue_render__$1,
|
|
6747
|
+
staticRenderFns: __vue_staticRenderFns__$1
|
|
6748
|
+
}, __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 = {
|
|
6749
|
+
name: "VcUpsellBlock",
|
|
6750
|
+
components: {
|
|
6751
|
+
VcSvg: __vue_component__$7,
|
|
6752
|
+
VcImage: __vue_component__$F,
|
|
6753
|
+
VcLink: __vue_component__$a,
|
|
6754
|
+
VcButton: __vue_component__$N,
|
|
6755
|
+
VcLayout: __vue_component__$L,
|
|
6756
|
+
VcIcon: __vue_component__$O
|
|
6757
|
+
},
|
|
6758
|
+
props: {
|
|
6759
|
+
titleText: {
|
|
6760
|
+
type: String,
|
|
6761
|
+
default: ""
|
|
6762
|
+
},
|
|
6763
|
+
subtitleText: {
|
|
6764
|
+
type: String,
|
|
6765
|
+
default: ""
|
|
6766
|
+
},
|
|
6767
|
+
bulletsText: {
|
|
6768
|
+
type: Array,
|
|
6769
|
+
default: function _default() {
|
|
6770
|
+
return [];
|
|
6771
|
+
}
|
|
6772
|
+
},
|
|
6773
|
+
buttonText: {
|
|
6774
|
+
type: String,
|
|
6775
|
+
default: ''
|
|
6776
|
+
},
|
|
6777
|
+
linkText: {
|
|
6778
|
+
type: String,
|
|
6779
|
+
default: ''
|
|
6780
|
+
},
|
|
6781
|
+
imageUrl: {
|
|
6782
|
+
type: [String, Object],
|
|
6783
|
+
default: ''
|
|
6784
|
+
},
|
|
6785
|
+
linkUrl: {
|
|
6786
|
+
type: String,
|
|
6787
|
+
default: ''
|
|
6788
|
+
},
|
|
6789
|
+
mode: {
|
|
6790
|
+
type: String,
|
|
6791
|
+
default: 'page',
|
|
6792
|
+
validator: function validator(prop) {
|
|
6793
|
+
return ['page', 'dialog'].includes(prop);
|
|
6794
|
+
}
|
|
6795
|
+
},
|
|
6796
|
+
dataQa: {
|
|
6797
|
+
type: String,
|
|
6798
|
+
default: 'VcUpsellBlock'
|
|
6799
|
+
},
|
|
6800
|
+
icon: {
|
|
6801
|
+
type: String,
|
|
6802
|
+
default: ''
|
|
6803
|
+
}
|
|
6804
|
+
},
|
|
6805
|
+
computed: {
|
|
6806
|
+
isDialog: function isDialog() {
|
|
6807
|
+
return this.mode === 'dialog';
|
|
6808
|
+
}
|
|
6809
|
+
}
|
|
6810
|
+
};/* script */
|
|
6811
|
+
var __vue_script__ = script;
|
|
6812
|
+
/* template */
|
|
6813
|
+
|
|
6814
|
+
var __vue_render__ = function __vue_render__() {
|
|
6815
|
+
var _vm = this;
|
|
6816
|
+
|
|
6817
|
+
var _h = _vm.$createElement;
|
|
6818
|
+
|
|
6819
|
+
var _c = _vm._self._c || _h;
|
|
6820
|
+
|
|
6821
|
+
return _c('VcLayout', {
|
|
6822
|
+
staticClass: "VcUpsellBlock justify-space-between align-md-center",
|
|
6823
|
+
class: _vm.isDialog ? 'pt-2 dialog-height' : '',
|
|
6824
|
+
attrs: {
|
|
6825
|
+
"data-qa": _vm.dataQa
|
|
6826
|
+
}
|
|
6827
|
+
}, [_c('div', {
|
|
6828
|
+
staticClass: "text-container flex-column pa-6 pb-0"
|
|
6829
|
+
}, [_c('div', {
|
|
6830
|
+
staticClass: "title-text mb-4"
|
|
6831
|
+
}, [_vm._v(_vm._s(_vm.titleText))]), _vm._v(" "), _c('div', {
|
|
6832
|
+
staticClass: "sub-text mb-6"
|
|
6833
|
+
}, [_vm._v(_vm._s(_vm.subtitleText))]), _vm._v(" "), _vm._l(_vm.bulletsText, function (item, index) {
|
|
6834
|
+
return _vm.bulletsText.length > 0 ? _c('div', {
|
|
6835
|
+
key: index,
|
|
6836
|
+
staticClass: "bullets-text d-flex mb-3"
|
|
6837
|
+
}, [_vm.icon ? _c('div', {
|
|
6838
|
+
staticClass: "align-self-start bullets-icon"
|
|
6839
|
+
}, [_c('VcIcon', {
|
|
6840
|
+
attrs: {
|
|
6841
|
+
"size": "16"
|
|
6842
|
+
}
|
|
6843
|
+
}, [_vm._v(_vm._s(_vm.icon))])], 1) : _vm._e(), _vm._v(" "), _c('span', {
|
|
6844
|
+
staticClass: "bullets-span"
|
|
6845
|
+
}, [_vm._v(_vm._s(item))])]) : _vm._e();
|
|
6846
|
+
}), _vm._v(" "), _vm.linkText || _vm.buttonText ? _c('div', {
|
|
6847
|
+
staticClass: "cta-container d-flex mt-md-6",
|
|
6848
|
+
class: _vm.isDialog ? 'cta-container-dialog' : ''
|
|
6849
|
+
}, [_vm.buttonText ? _c('VcButton', {
|
|
6850
|
+
staticClass: "primary-cta",
|
|
6851
|
+
attrs: {
|
|
6852
|
+
"pill": true
|
|
6853
|
+
},
|
|
6854
|
+
on: {
|
|
6855
|
+
"click": function click($event) {
|
|
6856
|
+
return _vm.$emit('buttonClick');
|
|
6857
|
+
}
|
|
6858
|
+
}
|
|
6859
|
+
}, [_vm._v(_vm._s(_vm.buttonText))]) : _vm._e(), _vm._v(" "), _vm.linkText ? _c('VcLink', {
|
|
6860
|
+
staticClass: "secondary-cta justify-center",
|
|
6861
|
+
attrs: {
|
|
6862
|
+
"url": _vm.linkUrl,
|
|
6863
|
+
"label": _vm.linkText
|
|
6864
|
+
}
|
|
6865
|
+
}) : _vm._e()], 1) : _vm._e()], 2), _vm._v(" "), _c('VcLayout', {
|
|
6866
|
+
staticClass: "images-container"
|
|
6867
|
+
}, [_c('VcSvg', {
|
|
6868
|
+
staticClass: "background-stain",
|
|
6869
|
+
attrs: {
|
|
6870
|
+
"svg": _vm.$svgImages.background_stain
|
|
6871
|
+
}
|
|
6872
|
+
}), _vm._v(" "), _c('VcImage', {
|
|
6873
|
+
staticClass: "upsell-image",
|
|
6874
|
+
attrs: {
|
|
6875
|
+
"image": _vm.imageUrl
|
|
6876
|
+
}
|
|
6877
|
+
})], 1)], 1);
|
|
6878
|
+
};
|
|
6879
|
+
|
|
6880
|
+
var __vue_staticRenderFns__ = [];
|
|
6881
|
+
/* style */
|
|
6882
|
+
|
|
6883
|
+
var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
6884
|
+
if (!inject) return;
|
|
6885
|
+
inject("data-v-73533e26_0", {
|
|
6886
|
+
source: ".VcUpsellBlock{flex-flow:row wrap;width:100%;height:100vh;max-width:960px;margin:auto;overflow-x:hidden;font-style:normal}@media screen and (min-width:960px){.VcUpsellBlock{overflow-x:visible}}.VcUpsellBlock.dialog-height{height:100%}.VcUpsellBlock .text-container{flex:0 0 100%;margin:0 auto}@media screen and (min-width:960px){.VcUpsellBlock .text-container{flex:0 0 55%;max-width:444px;overflow:hidden}}.VcUpsellBlock .text-container .title-text{font-weight:var(--font-weight-large2);font-size:var(--font-size-medium2);line-height:32px;letter-spacing:.01em}@media screen and (min-width:960px){.VcUpsellBlock .text-container .title-text{font-size:var(--font-size-large);line-height:40px}}.VcUpsellBlock .text-container .sub-text{font-weight:var(--font-weight-large);font-size:var(--font-size-medium);line-height:28px;letter-spacing:var(--letter-spacing)}.VcUpsellBlock .text-container .bullets-text{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:20px}.VcUpsellBlock .text-container .bullets-text .bullets-icon{margin-inline-end:12px}.VcUpsellBlock .text-container .bullets-text .bullets-span{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:20px;color:#000}.VcUpsellBlock .text-container .cta-container{flex:1 1 auto;flex-flow:row wrap;align-items:center;margin:32px auto 0}.VcUpsellBlock .text-container .cta-container .primary-cta{flex:0 0 100%;width:auto;margin:0 auto;max-width:214px;line-height:48px;min-height:48px;font-weight:var(--font-weight-large);font-size:var(--font-size-small2)}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container .primary-cta{flex:0 0 45%;margin:0;height:48px}}.VcUpsellBlock .text-container .cta-container .primary-cta .v-btn__content{flex-flow:row wrap;width:100%;white-space:break-spaces}.VcUpsellBlock .text-container .cta-container .secondary-cta{flex:0 0 100%;text-align:center;font-weight:var(--font-weight-large);font-size:var(--font-size-small2);line-height:48px;height:48px;color:var(--gray-darken-5);margin:0}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container .secondary-cta{flex:0 0 45%;color:var(--blue);font-weight:var(--font-weight-large2)}}.VcUpsellBlock .text-container .cta-container-dialog{width:100%;z-index:1;position:absolute;justify-content:space-between;background:#fff;bottom:0;left:0;right:0;margin:0;height:72px;padding:0 24px}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container-dialog{position:static;justify-content:flex-start;padding:0}}.VcUpsellBlock .text-container .cta-container-dialog .primary-cta{flex:0 0 55%;margin:0;order:2}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container-dialog .primary-cta{flex:0 0 45%;order:0}}.VcUpsellBlock .text-container .cta-container-dialog .secondary-cta{flex:1 0 35%;padding-top:0}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container-dialog .secondary-cta{flex:0 0 45%}}.VcUpsellBlock .images-container{position:relative;flex:1 0 100%;margin:0 auto;min-height:40%;overflow:hidden}@media screen and (min-width:960px){.VcUpsellBlock .images-container{flex:0 0 45%;min-height:0;overflow:visible}}.VcUpsellBlock .images-container .background-stain{position:absolute;opacity:15%;width:600px;height:380px;left:80px;overflow:hidden}#app[dir=rtl] .VcUpsellBlock .images-container .background-stain{transform:scaleX(-1);width:inherit;left:auto}@media screen and (min-width:960px){.VcUpsellBlock .images-container .background-stain{width:1400px;height:800px;left:-15px;top:-360px}}.VcUpsellBlock .images-container .background-stain #background_stain{fill:var(--v-secondary-base)}.VcUpsellBlock .images-container .upsell-image{position:absolute;width:320px;height:380px;display:block;right:0;left:0;margin:0 auto}@media screen and (min-width:960px){.VcUpsellBlock .images-container .upsell-image{height:580px;width:466px;top:-300px;right:-30px}}",
|
|
6887
|
+
map: undefined,
|
|
6888
|
+
media: undefined
|
|
6889
|
+
});
|
|
6890
|
+
};
|
|
6891
|
+
/* scoped */
|
|
6892
|
+
|
|
6893
|
+
|
|
6894
|
+
var __vue_scope_id__ = undefined;
|
|
6733
6895
|
/* module identifier */
|
|
6734
6896
|
|
|
6735
|
-
var __vue_module_identifier__ = "data-v-
|
|
6897
|
+
var __vue_module_identifier__ = "data-v-73533e26";
|
|
6736
6898
|
/* functional template */
|
|
6737
6899
|
|
|
6738
6900
|
var __vue_is_functional_template__ = false;
|
|
@@ -6742,7 +6904,7 @@ var __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
6742
6904
|
render: __vue_render__,
|
|
6743
6905
|
staticRenderFns: __vue_staticRenderFns__
|
|
6744
6906
|
}, __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
|
|
6745
|
-
var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue_component__$
|
|
6907
|
+
var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue_component__$I,VcInputModal:__vue_component__$G,VcNoticeModal:__vue_component__$E,VcModalFooter:__vue_component__$K,VcModalHeader:__vue_component__$J,VcAlert:__vue_component__$D,VcTooltip:__vue_component__$C,VcIconWithTooltip:__vue_component__$B,VcBottomActions:__vue_component__$z,VcActionList:__vue_component__$y,VcActions:__vue_component__$x,VcStepsBar:__vue_component__$w,VcMobileWizardProgress:__vue_component__$u,VcProgressCircular:__vue_component__$v,VcChecklistItem:__vue_component__$s,VcListbox:__vue_component__$r,VcBottomSheet:__vue_component__$q,VcInputBottomSheet:__vue_component__$p,VcPopover:__vue_component__$o,VcInputPopover:__vue_component__$n,VcChip:__vue_component__$m,VcButton:__vue_component__$N,VcButtonGroup:__vue_component__$l,VcForm:__vue_component__$H,VcIcon:__vue_component__$O,VcLayout:__vue_component__$L,VcLoader:__vue_component__$k,VcSwitch:__vue_component__$j,VcListEntity:__vue_component__$i,VcExpansionCard:__vue_component__$h,VcTextField:__vue_component__$g,VcAvatar:__vue_component__$A,VcTextArea:__vue_component__$f,VcToast:__vue_component__$e,VcCard:__vue_component__$d,VcCheckbox:__vue_component__$t,VcFilterPanel:__vue_component__$c,VcFocusArea:__vue_component__$b,VcLink:__vue_component__$a,VcListItem:__vue_component__$9,VcGroupHeader:__vue_component__$8,VcEmptyState:__vue_component__$6,VcSvg:__vue_component__$7,VcBanner:__vue_component__$5,VcWizardCtaContainer:__vue_component__$4,VcWizard:__vue_component__$2,VcImage:__vue_component__$F,VcBadge:__vue_component__$1,VcUpsellBlock:__vue_component__,VcModalContainer:__vue_component__$M});var install = function installdesignSystem(Vue) {
|
|
6746
6908
|
Object.entries(components$1).forEach(function (_ref) {
|
|
6747
6909
|
var _ref2 = _slicedToArray(_ref, 2),
|
|
6748
6910
|
componentName = _ref2[0],
|
|
@@ -6751,7 +6913,7 @@ var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue
|
|
|
6751
6913
|
Vue.component(componentName, component);
|
|
6752
6914
|
});
|
|
6753
6915
|
}; // Create module definition for Vue.use()
|
|
6754
|
-
var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,VcConfirmModal:__vue_component__$
|
|
6916
|
+
var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,VcConfirmModal:__vue_component__$I,VcInputModal:__vue_component__$G,VcNoticeModal:__vue_component__$E,VcModalFooter:__vue_component__$K,VcModalHeader:__vue_component__$J,VcAlert:__vue_component__$D,VcTooltip:__vue_component__$C,VcIconWithTooltip:__vue_component__$B,VcBottomActions:__vue_component__$z,VcActionList:__vue_component__$y,VcActions:__vue_component__$x,VcStepsBar:__vue_component__$w,VcMobileWizardProgress:__vue_component__$u,VcProgressCircular:__vue_component__$v,VcChecklistItem:__vue_component__$s,VcListbox:__vue_component__$r,VcBottomSheet:__vue_component__$q,VcInputBottomSheet:__vue_component__$p,VcPopover:__vue_component__$o,VcInputPopover:__vue_component__$n,VcChip:__vue_component__$m,VcButton:__vue_component__$N,VcButtonGroup:__vue_component__$l,VcForm:__vue_component__$H,VcIcon:__vue_component__$O,VcLayout:__vue_component__$L,VcLoader:__vue_component__$k,VcSwitch:__vue_component__$j,VcListEntity:__vue_component__$i,VcExpansionCard:__vue_component__$h,VcTextField:__vue_component__$g,VcAvatar:__vue_component__$A,VcTextArea:__vue_component__$f,VcToast:__vue_component__$e,VcCard:__vue_component__$d,VcCheckbox:__vue_component__$t,VcFilterPanel:__vue_component__$c,VcFocusArea:__vue_component__$b,VcLink:__vue_component__$a,VcListItem:__vue_component__$9,VcGroupHeader:__vue_component__$8,VcEmptyState:__vue_component__$6,VcSvg:__vue_component__$7,VcBanner:__vue_component__$5,VcWizardCtaContainer:__vue_component__$4,VcWizard:__vue_component__$2,VcImage:__vue_component__$F,VcBadge:__vue_component__$1,VcUpsellBlock:__vue_component__,VcModalContainer:__vue_component__$M});// only expose one global var, with component exports exposed as properties of
|
|
6755
6917
|
// that global var (eg. plugin.component)
|
|
6756
6918
|
|
|
6757
6919
|
Object.entries(components).forEach(function (_ref) {
|