@vcita/design-system 0.5.1-beta.8 → 0.6.2-beta.0
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 +10 -0
- package/dist/@vcita/design-system.esm.js +1113 -823
- package/dist/@vcita/design-system.min.js +1 -1
- package/dist/@vcita/design-system.ssr.js +1024 -748
- package/init/SvgIcons.js +2 -1
- package/init/svgImages.js +2 -1
- package/package.json +1 -1
- package/src/components/VcChip/VcChip.vue +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 +283 -0
- package/src/components/index.js +3 -0
- package/src/components/listBox/VcChecklistItem/VcChecklistItem.vue +19 -13
- package/src/components/listBox/VcListbox/VcListbox.vue +18 -13
- package/src/components/modal/elements/VcModalContainer.vue +2 -1
- package/src/components/modal/elements/VcModalFooter.stories.js +1 -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__$K = 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__$N = 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__$N = /*#__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__$M = /*#__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__$J = 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__$L = 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__$L = /*#__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__$I = 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__$K = 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__$K = /*#__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__$J = /*#__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__$H = 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__$I = 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__$I = /*#__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__$G = 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__$H = 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__$H = /*#__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__$F = 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__$G = /*#__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__$F = /*#__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__$E = 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__$E = 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__$E = /*#__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__$D = 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__$D = 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__$D = /*#__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__$C = 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__$C = 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__$C = /*#__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__$B = 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__$B = 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__$B = /*#__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$A = {
|
|
|
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__$A = 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__$A = 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__$A = /*#__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__$z = 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__$z = 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__$z = /*#__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__$y = 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__$y = 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__$y = /*#__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__$x = 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__$x = 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__$x = /*#__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__$w = 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__$w = 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__$w = /*#__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__$v = 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__$v = /*#__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$u = {
|
|
|
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__$u = 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__$u = 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__$u = /*#__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$t = {
|
|
|
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__$t = 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__$t = 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__$t = /*#__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__$s = 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__$s = 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__$s = /*#__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__$r = 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__$r = 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,17 +3425,24 @@ var __vue_component__$r = /*#__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;
|
|
3435
3435
|
|
|
3436
3436
|
var _c = _vm._self._c || _h;
|
|
3437
3437
|
|
|
3438
|
-
return
|
|
3438
|
+
return _c('VcTooltip', {
|
|
3439
|
+
staticClass: "VcChecklistItem-wrapper",
|
|
3440
|
+
attrs: {
|
|
3441
|
+
"content": _vm.tooltipContent,
|
|
3442
|
+
"dark": "",
|
|
3443
|
+
"disabled": !_vm.tooltipContent || !_vm.disabled
|
|
3444
|
+
}
|
|
3445
|
+
}, [[_c('VcLayout', {
|
|
3439
3446
|
staticClass: "VcChecklistItem",
|
|
3440
3447
|
class: {
|
|
3441
3448
|
'disabled': _vm.disabled
|
|
@@ -3455,16 +3462,16 @@ var __vue_render__$q = function __vue_render__() {
|
|
|
3455
3462
|
on: {
|
|
3456
3463
|
"change": _vm.onChange
|
|
3457
3464
|
}
|
|
3458
|
-
})], 1)];
|
|
3465
|
+
})], 1)]], 2);
|
|
3459
3466
|
};
|
|
3460
3467
|
|
|
3461
|
-
var __vue_staticRenderFns__$
|
|
3468
|
+
var __vue_staticRenderFns__$s = [];
|
|
3462
3469
|
/* style */
|
|
3463
3470
|
|
|
3464
|
-
var __vue_inject_styles__$
|
|
3471
|
+
var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
|
|
3465
3472
|
if (!inject) return;
|
|
3466
|
-
inject("data-v-
|
|
3467
|
-
source: "[data-v-
|
|
3473
|
+
inject("data-v-0dd1f5eb_0", {
|
|
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)}",
|
|
3468
3475
|
map: undefined,
|
|
3469
3476
|
media: undefined
|
|
3470
3477
|
});
|
|
@@ -3472,24 +3479,24 @@ var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
|
|
|
3472
3479
|
/* scoped */
|
|
3473
3480
|
|
|
3474
3481
|
|
|
3475
|
-
var __vue_scope_id__$
|
|
3482
|
+
var __vue_scope_id__$s = "data-v-0dd1f5eb";
|
|
3476
3483
|
/* module identifier */
|
|
3477
3484
|
|
|
3478
|
-
var __vue_module_identifier__$
|
|
3485
|
+
var __vue_module_identifier__$s = "data-v-0dd1f5eb";
|
|
3479
3486
|
/* functional template */
|
|
3480
3487
|
|
|
3481
|
-
var __vue_is_functional_template__$
|
|
3488
|
+
var __vue_is_functional_template__$s = false;
|
|
3482
3489
|
/* style inject shadow dom */
|
|
3483
3490
|
|
|
3484
|
-
var __vue_component__$
|
|
3485
|
-
render: __vue_render__$
|
|
3486
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3487
|
-
}, __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 = {
|
|
3488
3495
|
name: "VcListbox",
|
|
3489
3496
|
components: {
|
|
3490
|
-
VcChecklistItem: __vue_component__$
|
|
3491
|
-
VcIcon: __vue_component__$
|
|
3492
|
-
VcTooltip: __vue_component__$
|
|
3497
|
+
VcChecklistItem: __vue_component__$s,
|
|
3498
|
+
VcIcon: __vue_component__$O,
|
|
3499
|
+
VcTooltip: __vue_component__$C,
|
|
3493
3500
|
VListItem: lib.VListItem,
|
|
3494
3501
|
VListItemGroup: lib.VListItemGroup,
|
|
3495
3502
|
VDivider: lib.VDivider,
|
|
@@ -3522,45 +3529,50 @@ var __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
|
3522
3529
|
default: 'VcListbox'
|
|
3523
3530
|
}
|
|
3524
3531
|
},
|
|
3525
|
-
data:
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
});
|
|
3538
|
-
},
|
|
3532
|
+
// data: () => ({
|
|
3533
|
+
// confirmedArray: []
|
|
3534
|
+
// }),
|
|
3535
|
+
// watch: {
|
|
3536
|
+
// items: {
|
|
3537
|
+
// immediate: true,
|
|
3538
|
+
// deep: true,
|
|
3539
|
+
// handler(values) {
|
|
3540
|
+
// this.confirmedArray = values.filter((item) => item.checked)
|
|
3541
|
+
// }
|
|
3542
|
+
// }
|
|
3543
|
+
// },
|
|
3539
3544
|
computed: {
|
|
3540
3545
|
getAddAnotherLabel: function getAddAnotherLabel() {
|
|
3541
3546
|
return this.addAnotherLabel || this.$dst('ds.listbox.add');
|
|
3547
|
+
},
|
|
3548
|
+
confirmedArray: function confirmedArray() {
|
|
3549
|
+
return this.items.filter(function (item) {
|
|
3550
|
+
return item.checked;
|
|
3551
|
+
});
|
|
3542
3552
|
}
|
|
3543
3553
|
},
|
|
3544
3554
|
methods: {
|
|
3545
3555
|
onSelection: function onSelection(selections) {
|
|
3546
|
-
selections.
|
|
3547
|
-
return selected
|
|
3556
|
+
var newSelections = selections.map(function (selected) {
|
|
3557
|
+
return _objectSpread2(_objectSpread2({}, selected), {}, {
|
|
3558
|
+
checked: true
|
|
3559
|
+
});
|
|
3548
3560
|
});
|
|
3549
|
-
this.$emit('change',
|
|
3561
|
+
this.$emit('change', newSelections);
|
|
3550
3562
|
}
|
|
3551
3563
|
}
|
|
3552
3564
|
};/* script */
|
|
3553
|
-
var __vue_script__$
|
|
3565
|
+
var __vue_script__$r = script$r;
|
|
3554
3566
|
/* template */
|
|
3555
3567
|
|
|
3556
|
-
var __vue_render__$
|
|
3568
|
+
var __vue_render__$r = function __vue_render__() {
|
|
3557
3569
|
var _vm = this;
|
|
3558
3570
|
|
|
3559
3571
|
var _h = _vm.$createElement;
|
|
3560
3572
|
|
|
3561
3573
|
var _c = _vm._self._c || _h;
|
|
3562
3574
|
|
|
3563
|
-
return _c('div', [_vm._ssrNode((_vm.title ? "<div" + _vm._ssrAttr("data-qa", _vm.dataQa + "-title") + " class=\"vc-list-title\" data-v-
|
|
3575
|
+
return _c('div', [_vm._ssrNode((_vm.title ? "<div" + _vm._ssrAttr("data-qa", _vm.dataQa + "-title") + " class=\"vc-list-title\" data-v-45c85985>" + _vm._ssrEscape("\n " + _vm._s(_vm.title) + "\n ") + "</div>" : "<!---->") + " "), _c('v-list', {
|
|
3564
3576
|
staticClass: "VcListbox",
|
|
3565
3577
|
attrs: {
|
|
3566
3578
|
"data-qa": _vm.dataQa
|
|
@@ -3569,17 +3581,11 @@ var __vue_render__$p = function __vue_render__() {
|
|
|
3569
3581
|
staticClass: "vc-overflow"
|
|
3570
3582
|
}, [_c('v-list-item-group', {
|
|
3571
3583
|
attrs: {
|
|
3584
|
+
"value": _vm.confirmedArray,
|
|
3572
3585
|
"multiple": ""
|
|
3573
3586
|
},
|
|
3574
3587
|
on: {
|
|
3575
3588
|
"change": _vm.onSelection
|
|
3576
|
-
},
|
|
3577
|
-
model: {
|
|
3578
|
-
value: _vm.confirmedArray,
|
|
3579
|
-
callback: function callback($$v) {
|
|
3580
|
-
_vm.confirmedArray = $$v;
|
|
3581
|
-
},
|
|
3582
|
-
expression: "confirmedArray"
|
|
3583
3589
|
}
|
|
3584
3590
|
}, _vm._l(_vm.items, function (item, index) {
|
|
3585
3591
|
return _c('VcTooltip', {
|
|
@@ -3628,13 +3634,13 @@ var __vue_render__$p = function __vue_render__() {
|
|
|
3628
3634
|
}, [_vm._v(_vm._s(_vm.getAddAnotherLabel))])], 1)], 1) : _vm._e()])], 2);
|
|
3629
3635
|
};
|
|
3630
3636
|
|
|
3631
|
-
var __vue_staticRenderFns__$
|
|
3637
|
+
var __vue_staticRenderFns__$r = [];
|
|
3632
3638
|
/* style */
|
|
3633
3639
|
|
|
3634
|
-
var __vue_inject_styles__$
|
|
3640
|
+
var __vue_inject_styles__$r = function __vue_inject_styles__(inject) {
|
|
3635
3641
|
if (!inject) return;
|
|
3636
|
-
inject("data-v-
|
|
3637
|
-
source: "[data-v-
|
|
3642
|
+
inject("data-v-45c85985_0", {
|
|
3643
|
+
source: "[data-v-45c85985]: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-45c85985]{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-45c85985]{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-45c85985]{overflow:auto;max-height:160px}.VcListbox .vc-overflow .vc-list-item[data-v-45c85985]{padding:var(--size-value0);min-height:unset}.VcListbox .vc-overflow .vc-list-item[data-v-45c85985]:before{opacity:0}.VcListbox .divider[data-v-45c85985]{border-color:var(--gray-lighten-1)}.VcListbox .last-item[data-v-45c85985]{cursor:pointer;min-height:var(--size-value10)}.VcListbox .last-item[data-v-45c85985]:hover{background-color:var(--gray-lighten-3)}.VcListbox .last-item .add-another-label[data-v-45c85985]{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-45c85985]{margin-inline-end:var(--size-value3);cursor:pointer}.VcListbox .last-item .add-another-icon[data-v-45c85985] .v-icon__component{height:unset;width:unset}.VcListbox .last-item .add-another-icon[data-v-45c85985] .v-icon__component svg{width:var(--size-value3)}",
|
|
3638
3644
|
map: undefined,
|
|
3639
3645
|
media: undefined
|
|
3640
3646
|
});
|
|
@@ -3642,22 +3648,22 @@ var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
|
|
|
3642
3648
|
/* scoped */
|
|
3643
3649
|
|
|
3644
3650
|
|
|
3645
|
-
var __vue_scope_id__$
|
|
3651
|
+
var __vue_scope_id__$r = "data-v-45c85985";
|
|
3646
3652
|
/* module identifier */
|
|
3647
3653
|
|
|
3648
|
-
var __vue_module_identifier__$
|
|
3654
|
+
var __vue_module_identifier__$r = "data-v-45c85985";
|
|
3649
3655
|
/* functional template */
|
|
3650
3656
|
|
|
3651
|
-
var __vue_is_functional_template__$
|
|
3657
|
+
var __vue_is_functional_template__$r = false;
|
|
3652
3658
|
/* style inject shadow dom */
|
|
3653
3659
|
|
|
3654
|
-
var __vue_component__$
|
|
3655
|
-
render: __vue_render__$
|
|
3656
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3657
|
-
}, __vue_inject_styles__$
|
|
3660
|
+
var __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
3661
|
+
render: __vue_render__$r,
|
|
3662
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
3663
|
+
}, __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 = {
|
|
3658
3664
|
name: "VcBottomSheet",
|
|
3659
3665
|
components: {
|
|
3660
|
-
VcLayout: __vue_component__$
|
|
3666
|
+
VcLayout: __vue_component__$L,
|
|
3661
3667
|
VSheet: lib.VSheet,
|
|
3662
3668
|
VBottomSheet: lib.VBottomSheet
|
|
3663
3669
|
},
|
|
@@ -3676,10 +3682,10 @@ var __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
|
3676
3682
|
}
|
|
3677
3683
|
}
|
|
3678
3684
|
};/* script */
|
|
3679
|
-
var __vue_script__$
|
|
3685
|
+
var __vue_script__$q = script$q;
|
|
3680
3686
|
/* template */
|
|
3681
3687
|
|
|
3682
|
-
var __vue_render__$
|
|
3688
|
+
var __vue_render__$q = function __vue_render__() {
|
|
3683
3689
|
var _vm = this;
|
|
3684
3690
|
|
|
3685
3691
|
var _h = _vm.$createElement;
|
|
@@ -3712,10 +3718,10 @@ var __vue_render__$o = function __vue_render__() {
|
|
|
3712
3718
|
}, [_vm._t("default")], 2)], 1);
|
|
3713
3719
|
};
|
|
3714
3720
|
|
|
3715
|
-
var __vue_staticRenderFns__$
|
|
3721
|
+
var __vue_staticRenderFns__$q = [];
|
|
3716
3722
|
/* style */
|
|
3717
3723
|
|
|
3718
|
-
var __vue_inject_styles__$
|
|
3724
|
+
var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
|
|
3719
3725
|
if (!inject) return;
|
|
3720
3726
|
inject("data-v-d837dcb8_0", {
|
|
3721
3727
|
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)}",
|
|
@@ -3726,26 +3732,26 @@ var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
|
|
|
3726
3732
|
/* scoped */
|
|
3727
3733
|
|
|
3728
3734
|
|
|
3729
|
-
var __vue_scope_id__$
|
|
3735
|
+
var __vue_scope_id__$q = "data-v-d837dcb8";
|
|
3730
3736
|
/* module identifier */
|
|
3731
3737
|
|
|
3732
|
-
var __vue_module_identifier__$
|
|
3738
|
+
var __vue_module_identifier__$q = "data-v-d837dcb8";
|
|
3733
3739
|
/* functional template */
|
|
3734
3740
|
|
|
3735
|
-
var __vue_is_functional_template__$
|
|
3741
|
+
var __vue_is_functional_template__$q = false;
|
|
3736
3742
|
/* style inject shadow dom */
|
|
3737
3743
|
|
|
3738
|
-
var __vue_component__$
|
|
3739
|
-
render: __vue_render__$
|
|
3740
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3741
|
-
}, __vue_inject_styles__$
|
|
3744
|
+
var __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
3745
|
+
render: __vue_render__$q,
|
|
3746
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
3747
|
+
}, __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 = {
|
|
3742
3748
|
name: "VcInputBottomSheet",
|
|
3743
3749
|
components: {
|
|
3744
|
-
VcBottomSheet: __vue_component__$
|
|
3745
|
-
VcModalHeader: __vue_component__$
|
|
3746
|
-
VcLayout: __vue_component__$
|
|
3747
|
-
VcModalFooter: __vue_component__$
|
|
3748
|
-
VcForm: __vue_component__$
|
|
3750
|
+
VcBottomSheet: __vue_component__$q,
|
|
3751
|
+
VcModalHeader: __vue_component__$J,
|
|
3752
|
+
VcLayout: __vue_component__$L,
|
|
3753
|
+
VcModalFooter: __vue_component__$K,
|
|
3754
|
+
VcForm: __vue_component__$H
|
|
3749
3755
|
},
|
|
3750
3756
|
props: {
|
|
3751
3757
|
value: {
|
|
@@ -3809,10 +3815,10 @@ var __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
|
3809
3815
|
}
|
|
3810
3816
|
}
|
|
3811
3817
|
};/* script */
|
|
3812
|
-
var __vue_script__$
|
|
3818
|
+
var __vue_script__$p = script$p;
|
|
3813
3819
|
/* template */
|
|
3814
3820
|
|
|
3815
|
-
var __vue_render__$
|
|
3821
|
+
var __vue_render__$p = function __vue_render__() {
|
|
3816
3822
|
var _vm = this;
|
|
3817
3823
|
|
|
3818
3824
|
var _h = _vm.$createElement;
|
|
@@ -3907,10 +3913,10 @@ var __vue_render__$n = function __vue_render__() {
|
|
|
3907
3913
|
}) : _vm._e()], 1)]], 2);
|
|
3908
3914
|
};
|
|
3909
3915
|
|
|
3910
|
-
var __vue_staticRenderFns__$
|
|
3916
|
+
var __vue_staticRenderFns__$p = [];
|
|
3911
3917
|
/* style */
|
|
3912
3918
|
|
|
3913
|
-
var __vue_inject_styles__$
|
|
3919
|
+
var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
|
|
3914
3920
|
if (!inject) return;
|
|
3915
3921
|
inject("data-v-44a33895_0", {
|
|
3916
3922
|
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}",
|
|
@@ -3921,19 +3927,19 @@ var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
|
|
|
3921
3927
|
/* scoped */
|
|
3922
3928
|
|
|
3923
3929
|
|
|
3924
|
-
var __vue_scope_id__$
|
|
3930
|
+
var __vue_scope_id__$p = "data-v-44a33895";
|
|
3925
3931
|
/* module identifier */
|
|
3926
3932
|
|
|
3927
|
-
var __vue_module_identifier__$
|
|
3933
|
+
var __vue_module_identifier__$p = "data-v-44a33895";
|
|
3928
3934
|
/* functional template */
|
|
3929
3935
|
|
|
3930
|
-
var __vue_is_functional_template__$
|
|
3936
|
+
var __vue_is_functional_template__$p = false;
|
|
3931
3937
|
/* style inject shadow dom */
|
|
3932
3938
|
|
|
3933
|
-
var __vue_component__$
|
|
3934
|
-
render: __vue_render__$
|
|
3935
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3936
|
-
}, __vue_inject_styles__$
|
|
3939
|
+
var __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
3940
|
+
render: __vue_render__$p,
|
|
3941
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
3942
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, createInjectorSSR, undefined);//
|
|
3937
3943
|
//
|
|
3938
3944
|
//
|
|
3939
3945
|
//
|
|
@@ -3951,7 +3957,7 @@ var __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
|
3951
3957
|
//
|
|
3952
3958
|
//
|
|
3953
3959
|
//
|
|
3954
|
-
var script$
|
|
3960
|
+
var script$o = {
|
|
3955
3961
|
components: {
|
|
3956
3962
|
VMenu: lib.VMenu
|
|
3957
3963
|
},
|
|
@@ -3985,10 +3991,10 @@ var script$m = {
|
|
|
3985
3991
|
}
|
|
3986
3992
|
}
|
|
3987
3993
|
};/* script */
|
|
3988
|
-
var __vue_script__$
|
|
3994
|
+
var __vue_script__$o = script$o;
|
|
3989
3995
|
/* template */
|
|
3990
3996
|
|
|
3991
|
-
var __vue_render__$
|
|
3997
|
+
var __vue_render__$o = function __vue_render__() {
|
|
3992
3998
|
var _vm = this;
|
|
3993
3999
|
|
|
3994
4000
|
var _h = _vm.$createElement;
|
|
@@ -4026,10 +4032,10 @@ var __vue_render__$m = function __vue_render__() {
|
|
|
4026
4032
|
}, [_vm._v(" "), _vm._t("default")], 2);
|
|
4027
4033
|
};
|
|
4028
4034
|
|
|
4029
|
-
var __vue_staticRenderFns__$
|
|
4035
|
+
var __vue_staticRenderFns__$o = [];
|
|
4030
4036
|
/* style */
|
|
4031
4037
|
|
|
4032
|
-
var __vue_inject_styles__$
|
|
4038
|
+
var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
|
|
4033
4039
|
if (!inject) return;
|
|
4034
4040
|
inject("data-v-0adb1666_0", {
|
|
4035
4041
|
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)}",
|
|
@@ -4040,26 +4046,26 @@ var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
|
|
|
4040
4046
|
/* scoped */
|
|
4041
4047
|
|
|
4042
4048
|
|
|
4043
|
-
var __vue_scope_id__$
|
|
4049
|
+
var __vue_scope_id__$o = "data-v-0adb1666";
|
|
4044
4050
|
/* module identifier */
|
|
4045
4051
|
|
|
4046
|
-
var __vue_module_identifier__$
|
|
4052
|
+
var __vue_module_identifier__$o = "data-v-0adb1666";
|
|
4047
4053
|
/* functional template */
|
|
4048
4054
|
|
|
4049
|
-
var __vue_is_functional_template__$
|
|
4055
|
+
var __vue_is_functional_template__$o = false;
|
|
4050
4056
|
/* style inject shadow dom */
|
|
4051
4057
|
|
|
4052
|
-
var __vue_component__$
|
|
4053
|
-
render: __vue_render__$
|
|
4054
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4055
|
-
}, __vue_inject_styles__$
|
|
4058
|
+
var __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
4059
|
+
render: __vue_render__$o,
|
|
4060
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
4061
|
+
}, __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 = {
|
|
4056
4062
|
name: "VcInputPopover",
|
|
4057
4063
|
components: {
|
|
4058
|
-
VcModalHeader: __vue_component__$
|
|
4059
|
-
VcLayout: __vue_component__$
|
|
4060
|
-
VcModalFooter: __vue_component__$
|
|
4061
|
-
VcForm: __vue_component__$
|
|
4062
|
-
VcPopover: __vue_component__$
|
|
4064
|
+
VcModalHeader: __vue_component__$J,
|
|
4065
|
+
VcLayout: __vue_component__$L,
|
|
4066
|
+
VcModalFooter: __vue_component__$K,
|
|
4067
|
+
VcForm: __vue_component__$H,
|
|
4068
|
+
VcPopover: __vue_component__$o
|
|
4063
4069
|
},
|
|
4064
4070
|
props: {
|
|
4065
4071
|
value: {
|
|
@@ -4119,10 +4125,10 @@ var __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
|
4119
4125
|
}
|
|
4120
4126
|
}
|
|
4121
4127
|
};/* script */
|
|
4122
|
-
var __vue_script__$
|
|
4128
|
+
var __vue_script__$n = script$n;
|
|
4123
4129
|
/* template */
|
|
4124
4130
|
|
|
4125
|
-
var __vue_render__$
|
|
4131
|
+
var __vue_render__$n = function __vue_render__() {
|
|
4126
4132
|
var _vm = this;
|
|
4127
4133
|
|
|
4128
4134
|
var _h = _vm.$createElement;
|
|
@@ -4208,10 +4214,10 @@ var __vue_render__$l = function __vue_render__() {
|
|
|
4208
4214
|
}) : _vm._e()], 1)]], 2);
|
|
4209
4215
|
};
|
|
4210
4216
|
|
|
4211
|
-
var __vue_staticRenderFns__$
|
|
4217
|
+
var __vue_staticRenderFns__$n = [];
|
|
4212
4218
|
/* style */
|
|
4213
4219
|
|
|
4214
|
-
var __vue_inject_styles__$
|
|
4220
|
+
var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
|
|
4215
4221
|
if (!inject) return;
|
|
4216
4222
|
inject("data-v-4df3327c_0", {
|
|
4217
4223
|
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)}",
|
|
@@ -4222,81 +4228,186 @@ var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
|
4222
4228
|
/* scoped */
|
|
4223
4229
|
|
|
4224
4230
|
|
|
4225
|
-
var __vue_scope_id__$
|
|
4231
|
+
var __vue_scope_id__$n = "data-v-4df3327c";
|
|
4226
4232
|
/* module identifier */
|
|
4227
4233
|
|
|
4228
|
-
var __vue_module_identifier__$
|
|
4234
|
+
var __vue_module_identifier__$n = "data-v-4df3327c";
|
|
4229
4235
|
/* functional template */
|
|
4230
4236
|
|
|
4231
|
-
var __vue_is_functional_template__$
|
|
4237
|
+
var __vue_is_functional_template__$n = false;
|
|
4232
4238
|
/* style inject shadow dom */
|
|
4233
4239
|
|
|
4234
|
-
var __vue_component__$
|
|
4235
|
-
render: __vue_render__$
|
|
4236
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4237
|
-
}, __vue_inject_styles__$
|
|
4238
|
-
|
|
4239
|
-
//
|
|
4240
|
-
//
|
|
4241
|
-
//
|
|
4242
|
-
//
|
|
4243
|
-
//
|
|
4244
|
-
//
|
|
4245
|
-
//
|
|
4246
|
-
//
|
|
4247
|
-
//
|
|
4248
|
-
//
|
|
4249
|
-
//
|
|
4250
|
-
//
|
|
4251
|
-
//
|
|
4252
|
-
//
|
|
4253
|
-
//
|
|
4254
|
-
//
|
|
4255
|
-
//
|
|
4256
|
-
//
|
|
4257
|
-
//
|
|
4258
|
-
//
|
|
4259
|
-
var script$k = {
|
|
4240
|
+
var __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
4241
|
+
render: __vue_render__$n,
|
|
4242
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
4243
|
+
}, __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 = {
|
|
4244
|
+
name: "VcChip",
|
|
4260
4245
|
components: {
|
|
4261
|
-
|
|
4262
|
-
|
|
4263
|
-
|
|
4246
|
+
VcIcon: __vue_component__$O,
|
|
4247
|
+
VcAvatar: __vue_component__$A,
|
|
4248
|
+
VChip: lib.VChip
|
|
4264
4249
|
},
|
|
4265
|
-
|
|
4266
|
-
name: "VcButtonGroup",
|
|
4267
|
-
|
|
4268
4250
|
props: {
|
|
4269
|
-
|
|
4270
|
-
type: Array,
|
|
4271
|
-
required: true,
|
|
4272
|
-
validator: function validator(buttons) {
|
|
4273
|
-
return buttons.length >= 4 && buttons.length <= 9 && buttons.every(function (button) {
|
|
4274
|
-
return !!button.id && !!button.label;
|
|
4275
|
-
});
|
|
4276
|
-
}
|
|
4277
|
-
},
|
|
4278
|
-
selected: String,
|
|
4279
|
-
direction: {
|
|
4251
|
+
label: {
|
|
4280
4252
|
type: String,
|
|
4281
|
-
|
|
4282
|
-
|
|
4283
|
-
|
|
4253
|
+
required: true
|
|
4254
|
+
},
|
|
4255
|
+
avatar: {
|
|
4256
|
+
type: Object,
|
|
4257
|
+
validator: function validator(avatar) {
|
|
4258
|
+
return avatar.imagePath || avatar.colorId;
|
|
4284
4259
|
}
|
|
4285
4260
|
},
|
|
4261
|
+
closeButton: {
|
|
4262
|
+
type: Boolean,
|
|
4263
|
+
default: true
|
|
4264
|
+
},
|
|
4265
|
+
disabled: {
|
|
4266
|
+
type: Boolean,
|
|
4267
|
+
default: false
|
|
4268
|
+
},
|
|
4269
|
+
invalid: {
|
|
4270
|
+
type: Boolean,
|
|
4271
|
+
default: false
|
|
4272
|
+
},
|
|
4286
4273
|
dataQa: {
|
|
4287
4274
|
type: String,
|
|
4288
|
-
default: '
|
|
4275
|
+
default: 'vc-chip'
|
|
4289
4276
|
}
|
|
4290
|
-
}
|
|
4277
|
+
}
|
|
4278
|
+
};/* script */
|
|
4279
|
+
var __vue_script__$m = script$m;
|
|
4280
|
+
/* template */
|
|
4291
4281
|
|
|
4292
|
-
|
|
4293
|
-
|
|
4294
|
-
event: 'change'
|
|
4295
|
-
},
|
|
4282
|
+
var __vue_render__$m = function __vue_render__() {
|
|
4283
|
+
var _vm = this;
|
|
4296
4284
|
|
|
4297
|
-
|
|
4298
|
-
|
|
4299
|
-
|
|
4285
|
+
var _h = _vm.$createElement;
|
|
4286
|
+
|
|
4287
|
+
var _c = _vm._self._c || _h;
|
|
4288
|
+
|
|
4289
|
+
return _c('v-chip', {
|
|
4290
|
+
staticClass: "VcChip",
|
|
4291
|
+
class: {
|
|
4292
|
+
'vc-invalid': _vm.invalid,
|
|
4293
|
+
'vc-avatar': !!_vm.avatar
|
|
4294
|
+
},
|
|
4295
|
+
attrs: {
|
|
4296
|
+
"close": _vm.closeButton,
|
|
4297
|
+
"ripple": "",
|
|
4298
|
+
"close-icon": "$close",
|
|
4299
|
+
"disabled": _vm.disabled,
|
|
4300
|
+
"data-qa": _vm.dataQa
|
|
4301
|
+
},
|
|
4302
|
+
on: {
|
|
4303
|
+
"click:close": function clickClose($event) {
|
|
4304
|
+
return _vm.$emit('input', false);
|
|
4305
|
+
}
|
|
4306
|
+
}
|
|
4307
|
+
}, [!!_vm.avatar ? _c('div', {
|
|
4308
|
+
staticClass: "vc-avatar-wrapper"
|
|
4309
|
+
}, [!_vm.invalid ? _c('VcAvatar', _vm._b({
|
|
4310
|
+
attrs: {
|
|
4311
|
+
"name": _vm.label,
|
|
4312
|
+
"show-border": false,
|
|
4313
|
+
"size": "x-sm"
|
|
4314
|
+
}
|
|
4315
|
+
}, 'VcAvatar', _vm.avatar, false)) : _c('VcIcon', {
|
|
4316
|
+
attrs: {
|
|
4317
|
+
"data-qa": _vm.dataQa + "-invalid-icon"
|
|
4318
|
+
}
|
|
4319
|
+
}, [_vm._v("$attention_fill")])], 1) : _vm._e(), _vm._v("\n " + _vm._s(_vm.label) + "\n")]);
|
|
4320
|
+
};
|
|
4321
|
+
|
|
4322
|
+
var __vue_staticRenderFns__$m = [];
|
|
4323
|
+
/* style */
|
|
4324
|
+
|
|
4325
|
+
var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
|
|
4326
|
+
if (!inject) return;
|
|
4327
|
+
inject("data-v-d8233608_0", {
|
|
4328
|
+
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}",
|
|
4329
|
+
map: undefined,
|
|
4330
|
+
media: undefined
|
|
4331
|
+
});
|
|
4332
|
+
};
|
|
4333
|
+
/* scoped */
|
|
4334
|
+
|
|
4335
|
+
|
|
4336
|
+
var __vue_scope_id__$m = "data-v-d8233608";
|
|
4337
|
+
/* module identifier */
|
|
4338
|
+
|
|
4339
|
+
var __vue_module_identifier__$m = "data-v-d8233608";
|
|
4340
|
+
/* functional template */
|
|
4341
|
+
|
|
4342
|
+
var __vue_is_functional_template__$m = false;
|
|
4343
|
+
/* style inject shadow dom */
|
|
4344
|
+
|
|
4345
|
+
var __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
4346
|
+
render: __vue_render__$m,
|
|
4347
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
4348
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, createInjectorSSR, undefined);//
|
|
4349
|
+
//
|
|
4350
|
+
//
|
|
4351
|
+
//
|
|
4352
|
+
//
|
|
4353
|
+
//
|
|
4354
|
+
//
|
|
4355
|
+
//
|
|
4356
|
+
//
|
|
4357
|
+
//
|
|
4358
|
+
//
|
|
4359
|
+
//
|
|
4360
|
+
//
|
|
4361
|
+
//
|
|
4362
|
+
//
|
|
4363
|
+
//
|
|
4364
|
+
//
|
|
4365
|
+
//
|
|
4366
|
+
//
|
|
4367
|
+
//
|
|
4368
|
+
//
|
|
4369
|
+
//
|
|
4370
|
+
var script$l = {
|
|
4371
|
+
components: {
|
|
4372
|
+
VCol: lib.VCol,
|
|
4373
|
+
VRow: lib.VRow,
|
|
4374
|
+
VContainer: lib.VContainer
|
|
4375
|
+
},
|
|
4376
|
+
|
|
4377
|
+
name: "VcButtonGroup",
|
|
4378
|
+
|
|
4379
|
+
props: {
|
|
4380
|
+
buttons: {
|
|
4381
|
+
type: Array,
|
|
4382
|
+
required: true,
|
|
4383
|
+
validator: function validator(buttons) {
|
|
4384
|
+
return buttons.length >= 4 && buttons.length <= 9 && buttons.every(function (button) {
|
|
4385
|
+
return !!button.id && !!button.label;
|
|
4386
|
+
});
|
|
4387
|
+
}
|
|
4388
|
+
},
|
|
4389
|
+
selected: String,
|
|
4390
|
+
direction: {
|
|
4391
|
+
type: String,
|
|
4392
|
+
default: 'vertical',
|
|
4393
|
+
validator: function validator(prop) {
|
|
4394
|
+
return ['horizontal', 'vertical'].includes(prop);
|
|
4395
|
+
}
|
|
4396
|
+
},
|
|
4397
|
+
dataQa: {
|
|
4398
|
+
type: String,
|
|
4399
|
+
default: 'VcButtonGroup'
|
|
4400
|
+
}
|
|
4401
|
+
},
|
|
4402
|
+
|
|
4403
|
+
model: {
|
|
4404
|
+
prop: 'selected',
|
|
4405
|
+
event: 'change'
|
|
4406
|
+
},
|
|
4407
|
+
|
|
4408
|
+
created: function created() {
|
|
4409
|
+
this.buttonSelected = this.selected;
|
|
4410
|
+
},
|
|
4300
4411
|
|
|
4301
4412
|
data: function data() {
|
|
4302
4413
|
return {
|
|
@@ -4342,10 +4453,10 @@ var script$k = {
|
|
|
4342
4453
|
}
|
|
4343
4454
|
}
|
|
4344
4455
|
};/* script */
|
|
4345
|
-
var __vue_script__$
|
|
4456
|
+
var __vue_script__$l = script$l;
|
|
4346
4457
|
/* template */
|
|
4347
4458
|
|
|
4348
|
-
var __vue_render__$
|
|
4459
|
+
var __vue_render__$l = function __vue_render__() {
|
|
4349
4460
|
var _vm = this;
|
|
4350
4461
|
|
|
4351
4462
|
var _h = _vm.$createElement;
|
|
@@ -4392,10 +4503,10 @@ var __vue_render__$k = function __vue_render__() {
|
|
|
4392
4503
|
}), 1);
|
|
4393
4504
|
};
|
|
4394
4505
|
|
|
4395
|
-
var __vue_staticRenderFns__$
|
|
4506
|
+
var __vue_staticRenderFns__$l = [];
|
|
4396
4507
|
/* style */
|
|
4397
4508
|
|
|
4398
|
-
var __vue_inject_styles__$
|
|
4509
|
+
var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
4399
4510
|
if (!inject) return;
|
|
4400
4511
|
inject("data-v-284ef818_0", {
|
|
4401
4512
|
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}",
|
|
@@ -4406,19 +4517,19 @@ var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
|
4406
4517
|
/* scoped */
|
|
4407
4518
|
|
|
4408
4519
|
|
|
4409
|
-
var __vue_scope_id__$
|
|
4520
|
+
var __vue_scope_id__$l = "data-v-284ef818";
|
|
4410
4521
|
/* module identifier */
|
|
4411
4522
|
|
|
4412
|
-
var __vue_module_identifier__$
|
|
4523
|
+
var __vue_module_identifier__$l = "data-v-284ef818";
|
|
4413
4524
|
/* functional template */
|
|
4414
4525
|
|
|
4415
|
-
var __vue_is_functional_template__$
|
|
4526
|
+
var __vue_is_functional_template__$l = false;
|
|
4416
4527
|
/* style inject shadow dom */
|
|
4417
4528
|
|
|
4418
|
-
var __vue_component__$
|
|
4419
|
-
render: __vue_render__$
|
|
4420
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4421
|
-
}, __vue_inject_styles__$
|
|
4529
|
+
var __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
4530
|
+
render: __vue_render__$l,
|
|
4531
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
4532
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, createInjectorSSR, undefined);//
|
|
4422
4533
|
//
|
|
4423
4534
|
//
|
|
4424
4535
|
//
|
|
@@ -4427,7 +4538,7 @@ var __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
|
4427
4538
|
//
|
|
4428
4539
|
//
|
|
4429
4540
|
//
|
|
4430
|
-
var script$
|
|
4541
|
+
var script$k = {
|
|
4431
4542
|
components: {
|
|
4432
4543
|
VProgressCircular: lib.VProgressCircular
|
|
4433
4544
|
},
|
|
@@ -4453,10 +4564,10 @@ var script$j = {
|
|
|
4453
4564
|
}
|
|
4454
4565
|
}
|
|
4455
4566
|
};/* script */
|
|
4456
|
-
var __vue_script__$
|
|
4567
|
+
var __vue_script__$k = script$k;
|
|
4457
4568
|
/* template */
|
|
4458
4569
|
|
|
4459
|
-
var __vue_render__$
|
|
4570
|
+
var __vue_render__$k = function __vue_render__() {
|
|
4460
4571
|
var _vm = this;
|
|
4461
4572
|
|
|
4462
4573
|
var _h = _vm.$createElement;
|
|
@@ -4474,31 +4585,31 @@ var __vue_render__$j = function __vue_render__() {
|
|
|
4474
4585
|
});
|
|
4475
4586
|
};
|
|
4476
4587
|
|
|
4477
|
-
var __vue_staticRenderFns__$
|
|
4588
|
+
var __vue_staticRenderFns__$k = [];
|
|
4478
4589
|
/* style */
|
|
4479
4590
|
|
|
4480
|
-
var __vue_inject_styles__$
|
|
4591
|
+
var __vue_inject_styles__$k = undefined;
|
|
4481
4592
|
/* scoped */
|
|
4482
4593
|
|
|
4483
|
-
var __vue_scope_id__$
|
|
4594
|
+
var __vue_scope_id__$k = undefined;
|
|
4484
4595
|
/* module identifier */
|
|
4485
4596
|
|
|
4486
|
-
var __vue_module_identifier__$
|
|
4597
|
+
var __vue_module_identifier__$k = "data-v-709c68d3";
|
|
4487
4598
|
/* functional template */
|
|
4488
4599
|
|
|
4489
|
-
var __vue_is_functional_template__$
|
|
4600
|
+
var __vue_is_functional_template__$k = false;
|
|
4490
4601
|
/* style inject */
|
|
4491
4602
|
|
|
4492
4603
|
/* style inject SSR */
|
|
4493
4604
|
|
|
4494
4605
|
/* style inject shadow dom */
|
|
4495
4606
|
|
|
4496
|
-
var __vue_component__$
|
|
4497
|
-
render: __vue_render__$
|
|
4498
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4499
|
-
}, __vue_inject_styles__$
|
|
4607
|
+
var __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
4608
|
+
render: __vue_render__$k,
|
|
4609
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
4610
|
+
}, __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 = {
|
|
4500
4611
|
components: {
|
|
4501
|
-
VcIcon: __vue_component__$
|
|
4612
|
+
VcIcon: __vue_component__$O,
|
|
4502
4613
|
VSwitch: lib.VSwitch
|
|
4503
4614
|
},
|
|
4504
4615
|
name: "VcSwitch",
|
|
@@ -4534,10 +4645,10 @@ var __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
|
4534
4645
|
}
|
|
4535
4646
|
}
|
|
4536
4647
|
};/* script */
|
|
4537
|
-
var __vue_script__$
|
|
4648
|
+
var __vue_script__$j = script$j;
|
|
4538
4649
|
/* template */
|
|
4539
4650
|
|
|
4540
|
-
var __vue_render__$
|
|
4651
|
+
var __vue_render__$j = function __vue_render__() {
|
|
4541
4652
|
var _vm = this;
|
|
4542
4653
|
|
|
4543
4654
|
var _h = _vm.$createElement;
|
|
@@ -4587,10 +4698,10 @@ var __vue_render__$i = function __vue_render__() {
|
|
|
4587
4698
|
}, [_vm._v("$close_button")]) : _vm._e()], 2);
|
|
4588
4699
|
};
|
|
4589
4700
|
|
|
4590
|
-
var __vue_staticRenderFns__$
|
|
4701
|
+
var __vue_staticRenderFns__$j = [];
|
|
4591
4702
|
/* style */
|
|
4592
4703
|
|
|
4593
|
-
var __vue_inject_styles__$
|
|
4704
|
+
var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
|
|
4594
4705
|
if (!inject) return;
|
|
4595
4706
|
inject("data-v-52aeef04_0", {
|
|
4596
4707
|
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)}",
|
|
@@ -4601,22 +4712,22 @@ var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
|
|
|
4601
4712
|
/* scoped */
|
|
4602
4713
|
|
|
4603
4714
|
|
|
4604
|
-
var __vue_scope_id__$
|
|
4715
|
+
var __vue_scope_id__$j = "data-v-52aeef04";
|
|
4605
4716
|
/* module identifier */
|
|
4606
4717
|
|
|
4607
|
-
var __vue_module_identifier__$
|
|
4718
|
+
var __vue_module_identifier__$j = "data-v-52aeef04";
|
|
4608
4719
|
/* functional template */
|
|
4609
4720
|
|
|
4610
|
-
var __vue_is_functional_template__$
|
|
4721
|
+
var __vue_is_functional_template__$j = false;
|
|
4611
4722
|
/* style inject shadow dom */
|
|
4612
4723
|
|
|
4613
|
-
var __vue_component__$
|
|
4614
|
-
render: __vue_render__$
|
|
4615
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4616
|
-
}, __vue_inject_styles__$
|
|
4724
|
+
var __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
4725
|
+
render: __vue_render__$j,
|
|
4726
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
4727
|
+
}, __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 = {
|
|
4617
4728
|
components: {
|
|
4618
|
-
VcIcon: __vue_component__$
|
|
4619
|
-
VcSwitch: __vue_component__$
|
|
4729
|
+
VcIcon: __vue_component__$O,
|
|
4730
|
+
VcSwitch: __vue_component__$j,
|
|
4620
4731
|
VContainer: lib.VContainer
|
|
4621
4732
|
},
|
|
4622
4733
|
name: 'VcListEntity',
|
|
@@ -4639,10 +4750,10 @@ var __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
|
4639
4750
|
}
|
|
4640
4751
|
}
|
|
4641
4752
|
};/* script */
|
|
4642
|
-
var __vue_script__$
|
|
4753
|
+
var __vue_script__$i = script$i;
|
|
4643
4754
|
/* template */
|
|
4644
4755
|
|
|
4645
|
-
var __vue_render__$
|
|
4756
|
+
var __vue_render__$i = function __vue_render__() {
|
|
4646
4757
|
var _vm = this;
|
|
4647
4758
|
|
|
4648
4759
|
var _h = _vm.$createElement;
|
|
@@ -4688,10 +4799,10 @@ var __vue_render__$h = function __vue_render__() {
|
|
|
4688
4799
|
})], 1)])])], 1);
|
|
4689
4800
|
};
|
|
4690
4801
|
|
|
4691
|
-
var __vue_staticRenderFns__$
|
|
4802
|
+
var __vue_staticRenderFns__$i = [];
|
|
4692
4803
|
/* style */
|
|
4693
4804
|
|
|
4694
|
-
var __vue_inject_styles__$
|
|
4805
|
+
var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
|
|
4695
4806
|
if (!inject) return;
|
|
4696
4807
|
inject("data-v-03298204_0", {
|
|
4697
4808
|
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%}",
|
|
@@ -4702,23 +4813,23 @@ var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
|
|
|
4702
4813
|
/* scoped */
|
|
4703
4814
|
|
|
4704
4815
|
|
|
4705
|
-
var __vue_scope_id__$
|
|
4816
|
+
var __vue_scope_id__$i = undefined;
|
|
4706
4817
|
/* module identifier */
|
|
4707
4818
|
|
|
4708
|
-
var __vue_module_identifier__$
|
|
4819
|
+
var __vue_module_identifier__$i = "data-v-03298204";
|
|
4709
4820
|
/* functional template */
|
|
4710
4821
|
|
|
4711
|
-
var __vue_is_functional_template__$
|
|
4822
|
+
var __vue_is_functional_template__$i = false;
|
|
4712
4823
|
/* style inject shadow dom */
|
|
4713
4824
|
|
|
4714
|
-
var __vue_component__$
|
|
4715
|
-
render: __vue_render__$
|
|
4716
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4717
|
-
}, __vue_inject_styles__$
|
|
4825
|
+
var __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
4826
|
+
render: __vue_render__$i,
|
|
4827
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
4828
|
+
}, __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 = {
|
|
4718
4829
|
components: {
|
|
4719
|
-
VcImage: __vue_component__$
|
|
4720
|
-
VcIcon: __vue_component__$
|
|
4721
|
-
VcSwitch: __vue_component__$
|
|
4830
|
+
VcImage: __vue_component__$F,
|
|
4831
|
+
VcIcon: __vue_component__$O,
|
|
4832
|
+
VcSwitch: __vue_component__$j,
|
|
4722
4833
|
VContainer: lib.VContainer
|
|
4723
4834
|
},
|
|
4724
4835
|
name: "VcExpansionCard",
|
|
@@ -4751,10 +4862,10 @@ var __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
|
4751
4862
|
}
|
|
4752
4863
|
}
|
|
4753
4864
|
};/* script */
|
|
4754
|
-
var __vue_script__$
|
|
4865
|
+
var __vue_script__$h = script$h;
|
|
4755
4866
|
/* template */
|
|
4756
4867
|
|
|
4757
|
-
var __vue_render__$
|
|
4868
|
+
var __vue_render__$h = function __vue_render__() {
|
|
4758
4869
|
var _vm = this;
|
|
4759
4870
|
|
|
4760
4871
|
var _h = _vm.$createElement;
|
|
@@ -4829,10 +4940,10 @@ var __vue_render__$g = function __vue_render__() {
|
|
|
4829
4940
|
}, [_vm._t("default")], 2) : _vm._e()])], 1);
|
|
4830
4941
|
};
|
|
4831
4942
|
|
|
4832
|
-
var __vue_staticRenderFns__$
|
|
4943
|
+
var __vue_staticRenderFns__$h = [];
|
|
4833
4944
|
/* style */
|
|
4834
4945
|
|
|
4835
|
-
var __vue_inject_styles__$
|
|
4946
|
+
var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
|
|
4836
4947
|
if (!inject) return;
|
|
4837
4948
|
inject("data-v-5f907c3e_0", {
|
|
4838
4949
|
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}",
|
|
@@ -4847,44 +4958,24 @@ var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
|
|
|
4847
4958
|
/* scoped */
|
|
4848
4959
|
|
|
4849
4960
|
|
|
4850
|
-
var __vue_scope_id__$
|
|
4961
|
+
var __vue_scope_id__$h = "data-v-5f907c3e";
|
|
4851
4962
|
/* module identifier */
|
|
4852
4963
|
|
|
4853
|
-
var __vue_module_identifier__$
|
|
4964
|
+
var __vue_module_identifier__$h = "data-v-5f907c3e";
|
|
4854
4965
|
/* functional template */
|
|
4855
4966
|
|
|
4856
|
-
var __vue_is_functional_template__$
|
|
4967
|
+
var __vue_is_functional_template__$h = false;
|
|
4857
4968
|
/* style inject shadow dom */
|
|
4858
4969
|
|
|
4859
|
-
var __vue_component__$
|
|
4860
|
-
render: __vue_render__$
|
|
4861
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4862
|
-
}, __vue_inject_styles__$
|
|
4863
|
-
|
|
4864
|
-
//
|
|
4865
|
-
//
|
|
4866
|
-
//
|
|
4867
|
-
//
|
|
4868
|
-
//
|
|
4869
|
-
//
|
|
4870
|
-
//
|
|
4871
|
-
//
|
|
4872
|
-
//
|
|
4873
|
-
//
|
|
4874
|
-
//
|
|
4875
|
-
//
|
|
4876
|
-
//
|
|
4877
|
-
//
|
|
4878
|
-
//
|
|
4879
|
-
//
|
|
4880
|
-
//
|
|
4881
|
-
var script$f = {
|
|
4970
|
+
var __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
4971
|
+
render: __vue_render__$h,
|
|
4972
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
4973
|
+
}, __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 = {
|
|
4974
|
+
name: 'VcTextField',
|
|
4882
4975
|
components: {
|
|
4976
|
+
VcIconWithTooltip: __vue_component__$B,
|
|
4883
4977
|
VTextField: lib.VTextField
|
|
4884
4978
|
},
|
|
4885
|
-
|
|
4886
|
-
name: 'VcTextField',
|
|
4887
|
-
|
|
4888
4979
|
props: {
|
|
4889
4980
|
type: {
|
|
4890
4981
|
type: String,
|
|
@@ -4923,13 +5014,25 @@ var script$f = {
|
|
|
4923
5014
|
hint: {
|
|
4924
5015
|
type: String,
|
|
4925
5016
|
default: ''
|
|
5017
|
+
},
|
|
5018
|
+
placeholder: {
|
|
5019
|
+
type: String,
|
|
5020
|
+
default: ''
|
|
5021
|
+
},
|
|
5022
|
+
tooltipHeader: {
|
|
5023
|
+
type: String,
|
|
5024
|
+
default: ''
|
|
5025
|
+
},
|
|
5026
|
+
tooltipContent: {
|
|
5027
|
+
type: String,
|
|
5028
|
+
default: ''
|
|
4926
5029
|
}
|
|
4927
5030
|
}
|
|
4928
5031
|
};/* script */
|
|
4929
|
-
var __vue_script__$
|
|
5032
|
+
var __vue_script__$g = script$g;
|
|
4930
5033
|
/* template */
|
|
4931
5034
|
|
|
4932
|
-
var __vue_render__$
|
|
5035
|
+
var __vue_render__$g = function __vue_render__() {
|
|
4933
5036
|
var _vm = this;
|
|
4934
5037
|
|
|
4935
5038
|
var _h = _vm.$createElement;
|
|
@@ -4942,6 +5045,7 @@ var __vue_render__$f = function __vue_render__() {
|
|
|
4942
5045
|
"dense": "",
|
|
4943
5046
|
"data-qa": _vm.dataQa,
|
|
4944
5047
|
"label": _vm.label,
|
|
5048
|
+
"placeholder": _vm.placeholder,
|
|
4945
5049
|
"rules": _vm.rules,
|
|
4946
5050
|
"disabled": _vm.disabled,
|
|
4947
5051
|
"type": _vm.type,
|
|
@@ -4957,17 +5061,31 @@ var __vue_render__$f = function __vue_render__() {
|
|
|
4957
5061
|
"input": function input(data) {
|
|
4958
5062
|
return _vm.$emit('input', data);
|
|
4959
5063
|
}
|
|
4960
|
-
}
|
|
5064
|
+
},
|
|
5065
|
+
scopedSlots: _vm._u([{
|
|
5066
|
+
key: "append",
|
|
5067
|
+
fn: function fn() {
|
|
5068
|
+
return [_vm.tooltipContent ? _c('VcIconWithTooltip', {
|
|
5069
|
+
attrs: {
|
|
5070
|
+
"header": _vm.tooltipHeader,
|
|
5071
|
+
"content": _vm.tooltipContent,
|
|
5072
|
+
"size": 15,
|
|
5073
|
+
"icon": 'question'
|
|
5074
|
+
}
|
|
5075
|
+
}) : _vm._e()];
|
|
5076
|
+
},
|
|
5077
|
+
proxy: true
|
|
5078
|
+
}])
|
|
4961
5079
|
});
|
|
4962
5080
|
};
|
|
4963
5081
|
|
|
4964
|
-
var __vue_staticRenderFns__$
|
|
5082
|
+
var __vue_staticRenderFns__$g = [];
|
|
4965
5083
|
/* style */
|
|
4966
5084
|
|
|
4967
|
-
var __vue_inject_styles__$
|
|
5085
|
+
var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
|
|
4968
5086
|
if (!inject) return;
|
|
4969
|
-
inject("data-v-
|
|
4970
|
-
source: ".VcTextInput.v-text-field[data-v-
|
|
5087
|
+
inject("data-v-a0a638cc_0", {
|
|
5088
|
+
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)}",
|
|
4971
5089
|
map: undefined,
|
|
4972
5090
|
media: undefined
|
|
4973
5091
|
});
|
|
@@ -4975,19 +5093,19 @@ var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
|
|
|
4975
5093
|
/* scoped */
|
|
4976
5094
|
|
|
4977
5095
|
|
|
4978
|
-
var __vue_scope_id__$
|
|
5096
|
+
var __vue_scope_id__$g = "data-v-a0a638cc";
|
|
4979
5097
|
/* module identifier */
|
|
4980
5098
|
|
|
4981
|
-
var __vue_module_identifier__$
|
|
5099
|
+
var __vue_module_identifier__$g = "data-v-a0a638cc";
|
|
4982
5100
|
/* functional template */
|
|
4983
5101
|
|
|
4984
|
-
var __vue_is_functional_template__$
|
|
5102
|
+
var __vue_is_functional_template__$g = false;
|
|
4985
5103
|
/* style inject shadow dom */
|
|
4986
5104
|
|
|
4987
|
-
var __vue_component__$
|
|
4988
|
-
render: __vue_render__$
|
|
4989
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4990
|
-
}, __vue_inject_styles__$
|
|
5105
|
+
var __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
5106
|
+
render: __vue_render__$g,
|
|
5107
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
5108
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, createInjectorSSR, undefined);//
|
|
4991
5109
|
//
|
|
4992
5110
|
//
|
|
4993
5111
|
//
|
|
@@ -5005,7 +5123,7 @@ var __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
|
5005
5123
|
//
|
|
5006
5124
|
//
|
|
5007
5125
|
//
|
|
5008
|
-
var script$
|
|
5126
|
+
var script$f = {
|
|
5009
5127
|
components: {
|
|
5010
5128
|
VTextarea: lib.VTextarea
|
|
5011
5129
|
},
|
|
@@ -5054,10 +5172,10 @@ var script$e = {
|
|
|
5054
5172
|
}
|
|
5055
5173
|
}
|
|
5056
5174
|
};/* script */
|
|
5057
|
-
var __vue_script__$
|
|
5175
|
+
var __vue_script__$f = script$f;
|
|
5058
5176
|
/* template */
|
|
5059
5177
|
|
|
5060
|
-
var __vue_render__$
|
|
5178
|
+
var __vue_render__$f = function __vue_render__() {
|
|
5061
5179
|
var _vm = this;
|
|
5062
5180
|
|
|
5063
5181
|
var _h = _vm.$createElement;
|
|
@@ -5089,10 +5207,10 @@ var __vue_render__$e = function __vue_render__() {
|
|
|
5089
5207
|
});
|
|
5090
5208
|
};
|
|
5091
5209
|
|
|
5092
|
-
var __vue_staticRenderFns__$
|
|
5210
|
+
var __vue_staticRenderFns__$f = [];
|
|
5093
5211
|
/* style */
|
|
5094
5212
|
|
|
5095
|
-
var __vue_inject_styles__$
|
|
5213
|
+
var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
|
|
5096
5214
|
if (!inject) return;
|
|
5097
5215
|
inject("data-v-22574cc8_0", {
|
|
5098
5216
|
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}",
|
|
@@ -5103,22 +5221,22 @@ var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
|
|
|
5103
5221
|
/* scoped */
|
|
5104
5222
|
|
|
5105
5223
|
|
|
5106
|
-
var __vue_scope_id__$
|
|
5224
|
+
var __vue_scope_id__$f = "data-v-22574cc8";
|
|
5107
5225
|
/* module identifier */
|
|
5108
5226
|
|
|
5109
|
-
var __vue_module_identifier__$
|
|
5227
|
+
var __vue_module_identifier__$f = "data-v-22574cc8";
|
|
5110
5228
|
/* functional template */
|
|
5111
5229
|
|
|
5112
|
-
var __vue_is_functional_template__$
|
|
5230
|
+
var __vue_is_functional_template__$f = false;
|
|
5113
5231
|
/* style inject shadow dom */
|
|
5114
5232
|
|
|
5115
|
-
var __vue_component__$
|
|
5116
|
-
render: __vue_render__$
|
|
5117
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5118
|
-
}, __vue_inject_styles__$
|
|
5233
|
+
var __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
5234
|
+
render: __vue_render__$f,
|
|
5235
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
5236
|
+
}, __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 = {
|
|
5119
5237
|
name: 'VcToast',
|
|
5120
5238
|
components: {
|
|
5121
|
-
VcAlert: __vue_component__$
|
|
5239
|
+
VcAlert: __vue_component__$D,
|
|
5122
5240
|
VSnackbar: lib.VSnackbar
|
|
5123
5241
|
},
|
|
5124
5242
|
props: {
|
|
@@ -5136,10 +5254,10 @@ var __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
|
5136
5254
|
}
|
|
5137
5255
|
}
|
|
5138
5256
|
};/* script */
|
|
5139
|
-
var __vue_script__$
|
|
5257
|
+
var __vue_script__$e = script$e;
|
|
5140
5258
|
/* template */
|
|
5141
5259
|
|
|
5142
|
-
var __vue_render__$
|
|
5260
|
+
var __vue_render__$e = function __vue_render__() {
|
|
5143
5261
|
var _vm = this;
|
|
5144
5262
|
|
|
5145
5263
|
var _h = _vm.$createElement;
|
|
@@ -5161,10 +5279,10 @@ var __vue_render__$d = function __vue_render__() {
|
|
|
5161
5279
|
}, 'VcAlert', _vm.$attrs, false))], 1);
|
|
5162
5280
|
};
|
|
5163
5281
|
|
|
5164
|
-
var __vue_staticRenderFns__$
|
|
5282
|
+
var __vue_staticRenderFns__$e = [];
|
|
5165
5283
|
/* style */
|
|
5166
5284
|
|
|
5167
|
-
var __vue_inject_styles__$
|
|
5285
|
+
var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
|
|
5168
5286
|
if (!inject) return;
|
|
5169
5287
|
inject("data-v-2d3e5bbe_0", {
|
|
5170
5288
|
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}",
|
|
@@ -5175,19 +5293,19 @@ var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
|
|
|
5175
5293
|
/* scoped */
|
|
5176
5294
|
|
|
5177
5295
|
|
|
5178
|
-
var __vue_scope_id__$
|
|
5296
|
+
var __vue_scope_id__$e = "data-v-2d3e5bbe";
|
|
5179
5297
|
/* module identifier */
|
|
5180
5298
|
|
|
5181
|
-
var __vue_module_identifier__$
|
|
5299
|
+
var __vue_module_identifier__$e = "data-v-2d3e5bbe";
|
|
5182
5300
|
/* functional template */
|
|
5183
5301
|
|
|
5184
|
-
var __vue_is_functional_template__$
|
|
5302
|
+
var __vue_is_functional_template__$e = false;
|
|
5185
5303
|
/* style inject shadow dom */
|
|
5186
5304
|
|
|
5187
|
-
var __vue_component__$
|
|
5188
|
-
render: __vue_render__$
|
|
5189
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5190
|
-
}, __vue_inject_styles__$
|
|
5305
|
+
var __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
5306
|
+
render: __vue_render__$e,
|
|
5307
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
5308
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, createInjectorSSR, undefined);//
|
|
5191
5309
|
//
|
|
5192
5310
|
//
|
|
5193
5311
|
//
|
|
@@ -5199,7 +5317,7 @@ var __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
|
5199
5317
|
//
|
|
5200
5318
|
//
|
|
5201
5319
|
//
|
|
5202
|
-
var script$
|
|
5320
|
+
var script$d = {
|
|
5203
5321
|
components: {
|
|
5204
5322
|
VCard: lib.VCard
|
|
5205
5323
|
},
|
|
@@ -5221,10 +5339,10 @@ var script$c = {
|
|
|
5221
5339
|
}
|
|
5222
5340
|
}
|
|
5223
5341
|
};/* script */
|
|
5224
|
-
var __vue_script__$
|
|
5342
|
+
var __vue_script__$d = script$d;
|
|
5225
5343
|
/* template */
|
|
5226
5344
|
|
|
5227
|
-
var __vue_render__$
|
|
5345
|
+
var __vue_render__$d = function __vue_render__() {
|
|
5228
5346
|
var _vm = this;
|
|
5229
5347
|
|
|
5230
5348
|
var _h = _vm.$createElement;
|
|
@@ -5258,10 +5376,10 @@ var __vue_render__$c = function __vue_render__() {
|
|
|
5258
5376
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2);
|
|
5259
5377
|
};
|
|
5260
5378
|
|
|
5261
|
-
var __vue_staticRenderFns__$
|
|
5379
|
+
var __vue_staticRenderFns__$d = [];
|
|
5262
5380
|
/* style */
|
|
5263
5381
|
|
|
5264
|
-
var __vue_inject_styles__$
|
|
5382
|
+
var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
|
|
5265
5383
|
if (!inject) return;
|
|
5266
5384
|
inject("data-v-11425092_0", {
|
|
5267
5385
|
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}",
|
|
@@ -5272,25 +5390,25 @@ var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
|
|
|
5272
5390
|
/* scoped */
|
|
5273
5391
|
|
|
5274
5392
|
|
|
5275
|
-
var __vue_scope_id__$
|
|
5393
|
+
var __vue_scope_id__$d = "data-v-11425092";
|
|
5276
5394
|
/* module identifier */
|
|
5277
5395
|
|
|
5278
|
-
var __vue_module_identifier__$
|
|
5396
|
+
var __vue_module_identifier__$d = "data-v-11425092";
|
|
5279
5397
|
/* functional template */
|
|
5280
5398
|
|
|
5281
|
-
var __vue_is_functional_template__$
|
|
5399
|
+
var __vue_is_functional_template__$d = false;
|
|
5282
5400
|
/* style inject shadow dom */
|
|
5283
5401
|
|
|
5284
|
-
var __vue_component__$
|
|
5285
|
-
render: __vue_render__$
|
|
5286
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5287
|
-
}, __vue_inject_styles__$
|
|
5402
|
+
var __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
5403
|
+
render: __vue_render__$d,
|
|
5404
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
5405
|
+
}, __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 = {
|
|
5288
5406
|
name: "FilterPanel",
|
|
5289
5407
|
components: {
|
|
5290
|
-
VcLayout: __vue_component__$
|
|
5291
|
-
VcIcon: __vue_component__$
|
|
5292
|
-
VcButton: __vue_component__$
|
|
5293
|
-
VcLoader: __vue_component__$
|
|
5408
|
+
VcLayout: __vue_component__$L,
|
|
5409
|
+
VcIcon: __vue_component__$O,
|
|
5410
|
+
VcButton: __vue_component__$N,
|
|
5411
|
+
VcLoader: __vue_component__$k
|
|
5294
5412
|
},
|
|
5295
5413
|
props: {
|
|
5296
5414
|
title: {
|
|
@@ -5311,10 +5429,10 @@ var __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
|
5311
5429
|
}
|
|
5312
5430
|
}
|
|
5313
5431
|
};/* script */
|
|
5314
|
-
var __vue_script__$
|
|
5432
|
+
var __vue_script__$c = script$c;
|
|
5315
5433
|
/* template */
|
|
5316
5434
|
|
|
5317
|
-
var __vue_render__$
|
|
5435
|
+
var __vue_render__$c = function __vue_render__() {
|
|
5318
5436
|
var _vm = this;
|
|
5319
5437
|
|
|
5320
5438
|
var _h = _vm.$createElement;
|
|
@@ -5370,10 +5488,10 @@ var __vue_render__$b = function __vue_render__() {
|
|
|
5370
5488
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2)], 1)], 1);
|
|
5371
5489
|
};
|
|
5372
5490
|
|
|
5373
|
-
var __vue_staticRenderFns__$
|
|
5491
|
+
var __vue_staticRenderFns__$c = [];
|
|
5374
5492
|
/* style */
|
|
5375
5493
|
|
|
5376
|
-
var __vue_inject_styles__$
|
|
5494
|
+
var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
|
|
5377
5495
|
if (!inject) return;
|
|
5378
5496
|
inject("data-v-44aac954_0", {
|
|
5379
5497
|
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)}",
|
|
@@ -5384,25 +5502,25 @@ var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
|
|
|
5384
5502
|
/* scoped */
|
|
5385
5503
|
|
|
5386
5504
|
|
|
5387
|
-
var __vue_scope_id__$
|
|
5505
|
+
var __vue_scope_id__$c = "data-v-44aac954";
|
|
5388
5506
|
/* module identifier */
|
|
5389
5507
|
|
|
5390
|
-
var __vue_module_identifier__$
|
|
5508
|
+
var __vue_module_identifier__$c = "data-v-44aac954";
|
|
5391
5509
|
/* functional template */
|
|
5392
5510
|
|
|
5393
|
-
var __vue_is_functional_template__$
|
|
5511
|
+
var __vue_is_functional_template__$c = false;
|
|
5394
5512
|
/* style inject shadow dom */
|
|
5395
5513
|
|
|
5396
|
-
var __vue_component__$
|
|
5397
|
-
render: __vue_render__$
|
|
5398
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5399
|
-
}, __vue_inject_styles__$
|
|
5514
|
+
var __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
5515
|
+
render: __vue_render__$c,
|
|
5516
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
5517
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, createInjectorSSR, undefined);//
|
|
5400
5518
|
//
|
|
5401
5519
|
//
|
|
5402
5520
|
//
|
|
5403
5521
|
//
|
|
5404
5522
|
//
|
|
5405
|
-
var script$
|
|
5523
|
+
var script$b = {
|
|
5406
5524
|
components: {
|
|
5407
5525
|
VLayout: lib.VLayout
|
|
5408
5526
|
},
|
|
@@ -5416,10 +5534,10 @@ var script$a = {
|
|
|
5416
5534
|
}
|
|
5417
5535
|
}
|
|
5418
5536
|
};/* script */
|
|
5419
|
-
var __vue_script__$
|
|
5537
|
+
var __vue_script__$b = script$b;
|
|
5420
5538
|
/* template */
|
|
5421
5539
|
|
|
5422
|
-
var __vue_render__$
|
|
5540
|
+
var __vue_render__$b = function __vue_render__() {
|
|
5423
5541
|
var _vm = this;
|
|
5424
5542
|
|
|
5425
5543
|
var _h = _vm.$createElement;
|
|
@@ -5434,10 +5552,10 @@ var __vue_render__$a = function __vue_render__() {
|
|
|
5434
5552
|
}, [_vm._t("default")], 2);
|
|
5435
5553
|
};
|
|
5436
5554
|
|
|
5437
|
-
var __vue_staticRenderFns__$
|
|
5555
|
+
var __vue_staticRenderFns__$b = [];
|
|
5438
5556
|
/* style */
|
|
5439
5557
|
|
|
5440
|
-
var __vue_inject_styles__$
|
|
5558
|
+
var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
|
|
5441
5559
|
if (!inject) return;
|
|
5442
5560
|
inject("data-v-e2463588_0", {
|
|
5443
5561
|
source: ".VcFocusArea[data-v-e2463588]{padding:var(--size-value4);background-color:var(--gray-lighten-3);border-radius:6px}",
|
|
@@ -5448,23 +5566,23 @@ var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
|
|
|
5448
5566
|
/* scoped */
|
|
5449
5567
|
|
|
5450
5568
|
|
|
5451
|
-
var __vue_scope_id__$
|
|
5569
|
+
var __vue_scope_id__$b = "data-v-e2463588";
|
|
5452
5570
|
/* module identifier */
|
|
5453
5571
|
|
|
5454
|
-
var __vue_module_identifier__$
|
|
5572
|
+
var __vue_module_identifier__$b = "data-v-e2463588";
|
|
5455
5573
|
/* functional template */
|
|
5456
5574
|
|
|
5457
|
-
var __vue_is_functional_template__$
|
|
5575
|
+
var __vue_is_functional_template__$b = false;
|
|
5458
5576
|
/* style inject shadow dom */
|
|
5459
5577
|
|
|
5460
|
-
var __vue_component__$
|
|
5461
|
-
render: __vue_render__$
|
|
5462
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5463
|
-
}, __vue_inject_styles__$
|
|
5464
|
-
var script$
|
|
5578
|
+
var __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
5579
|
+
render: __vue_render__$b,
|
|
5580
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
5581
|
+
}, __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'];
|
|
5582
|
+
var script$a = {
|
|
5465
5583
|
name: "VcLink",
|
|
5466
5584
|
components: {
|
|
5467
|
-
VcIcon: __vue_component__$
|
|
5585
|
+
VcIcon: __vue_component__$O
|
|
5468
5586
|
},
|
|
5469
5587
|
props: {
|
|
5470
5588
|
label: {
|
|
@@ -5507,10 +5625,10 @@ var script$9 = {
|
|
|
5507
5625
|
}
|
|
5508
5626
|
}
|
|
5509
5627
|
};/* script */
|
|
5510
|
-
var __vue_script__$
|
|
5628
|
+
var __vue_script__$a = script$a;
|
|
5511
5629
|
/* template */
|
|
5512
5630
|
|
|
5513
|
-
var __vue_render__$
|
|
5631
|
+
var __vue_render__$a = function __vue_render__() {
|
|
5514
5632
|
var _vm = this;
|
|
5515
5633
|
|
|
5516
5634
|
var _h = _vm.$createElement;
|
|
@@ -5535,10 +5653,10 @@ var __vue_render__$9 = function __vue_render__() {
|
|
|
5535
5653
|
}, [_vm._v(_vm._s(_vm.getIcon))]) : _vm._e(), _vm._ssrNode(" <label data-v-3bb9804c>" + _vm._ssrEscape(_vm._s(_vm.label)) + "</label>")], 2);
|
|
5536
5654
|
};
|
|
5537
5655
|
|
|
5538
|
-
var __vue_staticRenderFns__$
|
|
5656
|
+
var __vue_staticRenderFns__$a = [];
|
|
5539
5657
|
/* style */
|
|
5540
5658
|
|
|
5541
|
-
var __vue_inject_styles__$
|
|
5659
|
+
var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
|
|
5542
5660
|
if (!inject) return;
|
|
5543
5661
|
inject("data-v-3bb9804c_0", {
|
|
5544
5662
|
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)}",
|
|
@@ -5549,24 +5667,24 @@ var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
|
5549
5667
|
/* scoped */
|
|
5550
5668
|
|
|
5551
5669
|
|
|
5552
|
-
var __vue_scope_id__$
|
|
5670
|
+
var __vue_scope_id__$a = "data-v-3bb9804c";
|
|
5553
5671
|
/* module identifier */
|
|
5554
5672
|
|
|
5555
|
-
var __vue_module_identifier__$
|
|
5673
|
+
var __vue_module_identifier__$a = "data-v-3bb9804c";
|
|
5556
5674
|
/* functional template */
|
|
5557
5675
|
|
|
5558
|
-
var __vue_is_functional_template__$
|
|
5676
|
+
var __vue_is_functional_template__$a = false;
|
|
5559
5677
|
/* style inject shadow dom */
|
|
5560
5678
|
|
|
5561
|
-
var __vue_component__$
|
|
5562
|
-
render: __vue_render__$
|
|
5563
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5564
|
-
}, __vue_inject_styles__$
|
|
5679
|
+
var __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
5680
|
+
render: __vue_render__$a,
|
|
5681
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
5682
|
+
}, __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 = {
|
|
5565
5683
|
name: "ListItem",
|
|
5566
5684
|
components: {
|
|
5567
|
-
VcLayout: __vue_component__$
|
|
5568
|
-
VcCheckbox: __vue_component__$
|
|
5569
|
-
VcActions: __vue_component__$
|
|
5685
|
+
VcLayout: __vue_component__$L,
|
|
5686
|
+
VcCheckbox: __vue_component__$t,
|
|
5687
|
+
VcActions: __vue_component__$x
|
|
5570
5688
|
},
|
|
5571
5689
|
props: {
|
|
5572
5690
|
showSelect: {
|
|
@@ -5599,10 +5717,10 @@ var __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
|
5599
5717
|
}
|
|
5600
5718
|
}
|
|
5601
5719
|
};/* script */
|
|
5602
|
-
var __vue_script__$
|
|
5720
|
+
var __vue_script__$9 = script$9;
|
|
5603
5721
|
/* template */
|
|
5604
5722
|
|
|
5605
|
-
var __vue_render__$
|
|
5723
|
+
var __vue_render__$9 = function __vue_render__() {
|
|
5606
5724
|
var _vm = this;
|
|
5607
5725
|
|
|
5608
5726
|
var _h = _vm.$createElement;
|
|
@@ -5647,10 +5765,10 @@ var __vue_render__$8 = function __vue_render__() {
|
|
|
5647
5765
|
})], 2)], 1);
|
|
5648
5766
|
};
|
|
5649
5767
|
|
|
5650
|
-
var __vue_staticRenderFns__$
|
|
5768
|
+
var __vue_staticRenderFns__$9 = [];
|
|
5651
5769
|
/* style */
|
|
5652
5770
|
|
|
5653
|
-
var __vue_inject_styles__$
|
|
5771
|
+
var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
5654
5772
|
if (!inject) return;
|
|
5655
5773
|
inject("data-v-0a8bbb3a_0", {
|
|
5656
5774
|
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}",
|
|
@@ -5661,22 +5779,22 @@ var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
|
|
|
5661
5779
|
/* scoped */
|
|
5662
5780
|
|
|
5663
5781
|
|
|
5664
|
-
var __vue_scope_id__$
|
|
5782
|
+
var __vue_scope_id__$9 = "data-v-0a8bbb3a";
|
|
5665
5783
|
/* module identifier */
|
|
5666
5784
|
|
|
5667
|
-
var __vue_module_identifier__$
|
|
5785
|
+
var __vue_module_identifier__$9 = "data-v-0a8bbb3a";
|
|
5668
5786
|
/* functional template */
|
|
5669
5787
|
|
|
5670
|
-
var __vue_is_functional_template__$
|
|
5788
|
+
var __vue_is_functional_template__$9 = false;
|
|
5671
5789
|
/* style inject shadow dom */
|
|
5672
5790
|
|
|
5673
|
-
var __vue_component__$
|
|
5674
|
-
render: __vue_render__$
|
|
5675
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5676
|
-
}, __vue_inject_styles__$
|
|
5791
|
+
var __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
5792
|
+
render: __vue_render__$9,
|
|
5793
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
5794
|
+
}, __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 = {
|
|
5677
5795
|
name: "VcGroupHeader",
|
|
5678
5796
|
components: {
|
|
5679
|
-
VcLayout: __vue_component__$
|
|
5797
|
+
VcLayout: __vue_component__$L
|
|
5680
5798
|
},
|
|
5681
5799
|
props: {
|
|
5682
5800
|
title: {
|
|
@@ -5693,10 +5811,10 @@ var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
|
5693
5811
|
}
|
|
5694
5812
|
}
|
|
5695
5813
|
};/* script */
|
|
5696
|
-
var __vue_script__$
|
|
5814
|
+
var __vue_script__$8 = script$8;
|
|
5697
5815
|
/* template */
|
|
5698
5816
|
|
|
5699
|
-
var __vue_render__$
|
|
5817
|
+
var __vue_render__$8 = function __vue_render__() {
|
|
5700
5818
|
var _vm = this;
|
|
5701
5819
|
|
|
5702
5820
|
var _h = _vm.$createElement;
|
|
@@ -5712,10 +5830,10 @@ var __vue_render__$7 = function __vue_render__() {
|
|
|
5712
5830
|
}, [_c('span', [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.summaryText))])]);
|
|
5713
5831
|
};
|
|
5714
5832
|
|
|
5715
|
-
var __vue_staticRenderFns__$
|
|
5833
|
+
var __vue_staticRenderFns__$8 = [];
|
|
5716
5834
|
/* style */
|
|
5717
5835
|
|
|
5718
|
-
var __vue_inject_styles__$
|
|
5836
|
+
var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
|
|
5719
5837
|
if (!inject) return;
|
|
5720
5838
|
inject("data-v-5cb0ff3e_0", {
|
|
5721
5839
|
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)}}",
|
|
@@ -5726,30 +5844,30 @@ var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
|
|
|
5726
5844
|
/* scoped */
|
|
5727
5845
|
|
|
5728
5846
|
|
|
5729
|
-
var __vue_scope_id__$
|
|
5847
|
+
var __vue_scope_id__$8 = "data-v-5cb0ff3e";
|
|
5730
5848
|
/* module identifier */
|
|
5731
5849
|
|
|
5732
|
-
var __vue_module_identifier__$
|
|
5850
|
+
var __vue_module_identifier__$8 = "data-v-5cb0ff3e";
|
|
5733
5851
|
/* functional template */
|
|
5734
5852
|
|
|
5735
|
-
var __vue_is_functional_template__$
|
|
5853
|
+
var __vue_is_functional_template__$8 = false;
|
|
5736
5854
|
/* style inject shadow dom */
|
|
5737
5855
|
|
|
5738
|
-
var __vue_component__$
|
|
5739
|
-
render: __vue_render__$
|
|
5740
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5741
|
-
}, __vue_inject_styles__$
|
|
5856
|
+
var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
5857
|
+
render: __vue_render__$8,
|
|
5858
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
5859
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, createInjectorSSR, undefined);//
|
|
5742
5860
|
//
|
|
5743
5861
|
//
|
|
5744
5862
|
//
|
|
5745
|
-
var script$
|
|
5863
|
+
var script$7 = {
|
|
5746
5864
|
name: 'VcSvg',
|
|
5747
5865
|
props: ['svg']
|
|
5748
5866
|
};/* script */
|
|
5749
|
-
var __vue_script__$
|
|
5867
|
+
var __vue_script__$7 = script$7;
|
|
5750
5868
|
/* template */
|
|
5751
5869
|
|
|
5752
|
-
var __vue_render__$
|
|
5870
|
+
var __vue_render__$7 = function __vue_render__() {
|
|
5753
5871
|
var _vm = this;
|
|
5754
5872
|
|
|
5755
5873
|
var _h = _vm.$createElement;
|
|
@@ -5763,36 +5881,36 @@ var __vue_render__$6 = function __vue_render__() {
|
|
|
5763
5881
|
}, []);
|
|
5764
5882
|
};
|
|
5765
5883
|
|
|
5766
|
-
var __vue_staticRenderFns__$
|
|
5884
|
+
var __vue_staticRenderFns__$7 = [];
|
|
5767
5885
|
/* style */
|
|
5768
5886
|
|
|
5769
|
-
var __vue_inject_styles__$
|
|
5887
|
+
var __vue_inject_styles__$7 = undefined;
|
|
5770
5888
|
/* scoped */
|
|
5771
5889
|
|
|
5772
|
-
var __vue_scope_id__$
|
|
5890
|
+
var __vue_scope_id__$7 = undefined;
|
|
5773
5891
|
/* module identifier */
|
|
5774
5892
|
|
|
5775
|
-
var __vue_module_identifier__$
|
|
5893
|
+
var __vue_module_identifier__$7 = "data-v-56d3274a";
|
|
5776
5894
|
/* functional template */
|
|
5777
5895
|
|
|
5778
|
-
var __vue_is_functional_template__$
|
|
5896
|
+
var __vue_is_functional_template__$7 = false;
|
|
5779
5897
|
/* style inject */
|
|
5780
5898
|
|
|
5781
5899
|
/* style inject SSR */
|
|
5782
5900
|
|
|
5783
5901
|
/* style inject shadow dom */
|
|
5784
5902
|
|
|
5785
|
-
var __vue_component__$
|
|
5786
|
-
render: __vue_render__$
|
|
5787
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5788
|
-
}, __vue_inject_styles__$
|
|
5903
|
+
var __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
5904
|
+
render: __vue_render__$7,
|
|
5905
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
5906
|
+
}, __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 = {
|
|
5789
5907
|
name: 'VcEmptyState',
|
|
5790
5908
|
components: {
|
|
5791
|
-
VcImage: __vue_component__$
|
|
5792
|
-
VcSvg: __vue_component__$
|
|
5793
|
-
VcButton: __vue_component__$
|
|
5794
|
-
VcLayout: __vue_component__$
|
|
5795
|
-
VcLink: __vue_component__$
|
|
5909
|
+
VcImage: __vue_component__$F,
|
|
5910
|
+
VcSvg: __vue_component__$7,
|
|
5911
|
+
VcButton: __vue_component__$N,
|
|
5912
|
+
VcLayout: __vue_component__$L,
|
|
5913
|
+
VcLink: __vue_component__$a
|
|
5796
5914
|
},
|
|
5797
5915
|
props: {
|
|
5798
5916
|
size: {
|
|
@@ -5846,10 +5964,10 @@ var __vue_component__$6 = /*#__PURE__*/normalizeComponent({
|
|
|
5846
5964
|
}
|
|
5847
5965
|
}
|
|
5848
5966
|
};/* script */
|
|
5849
|
-
var __vue_script__$
|
|
5967
|
+
var __vue_script__$6 = script$6;
|
|
5850
5968
|
/* template */
|
|
5851
5969
|
|
|
5852
|
-
var __vue_render__$
|
|
5970
|
+
var __vue_render__$6 = function __vue_render__() {
|
|
5853
5971
|
var _vm = this;
|
|
5854
5972
|
|
|
5855
5973
|
var _h = _vm.$createElement;
|
|
@@ -5905,10 +6023,10 @@ var __vue_render__$5 = function __vue_render__() {
|
|
|
5905
6023
|
})], 2);
|
|
5906
6024
|
};
|
|
5907
6025
|
|
|
5908
|
-
var __vue_staticRenderFns__$
|
|
6026
|
+
var __vue_staticRenderFns__$6 = [];
|
|
5909
6027
|
/* style */
|
|
5910
6028
|
|
|
5911
|
-
var __vue_inject_styles__$
|
|
6029
|
+
var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
5912
6030
|
if (!inject) return;
|
|
5913
6031
|
inject("data-v-64095910_0", {
|
|
5914
6032
|
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)}",
|
|
@@ -5919,23 +6037,23 @@ var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
|
|
|
5919
6037
|
/* scoped */
|
|
5920
6038
|
|
|
5921
6039
|
|
|
5922
|
-
var __vue_scope_id__$
|
|
6040
|
+
var __vue_scope_id__$6 = "data-v-64095910";
|
|
5923
6041
|
/* module identifier */
|
|
5924
6042
|
|
|
5925
|
-
var __vue_module_identifier__$
|
|
6043
|
+
var __vue_module_identifier__$6 = "data-v-64095910";
|
|
5926
6044
|
/* functional template */
|
|
5927
6045
|
|
|
5928
|
-
var __vue_is_functional_template__$
|
|
6046
|
+
var __vue_is_functional_template__$6 = false;
|
|
5929
6047
|
/* style inject shadow dom */
|
|
5930
6048
|
|
|
5931
|
-
var __vue_component__$
|
|
5932
|
-
render: __vue_render__$
|
|
5933
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5934
|
-
}, __vue_inject_styles__$
|
|
6049
|
+
var __vue_component__$6 = /*#__PURE__*/normalizeComponent({
|
|
6050
|
+
render: __vue_render__$6,
|
|
6051
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
6052
|
+
}, __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 = {
|
|
5935
6053
|
name: "VcBanner",
|
|
5936
6054
|
components: {
|
|
5937
|
-
VcImage: __vue_component__$
|
|
5938
|
-
VcButton: __vue_component__$
|
|
6055
|
+
VcImage: __vue_component__$F,
|
|
6056
|
+
VcButton: __vue_component__$N
|
|
5939
6057
|
},
|
|
5940
6058
|
props: {
|
|
5941
6059
|
dataQa: {
|
|
@@ -5961,10 +6079,10 @@ var __vue_component__$5 = /*#__PURE__*/normalizeComponent({
|
|
|
5961
6079
|
}
|
|
5962
6080
|
}
|
|
5963
6081
|
};/* script */
|
|
5964
|
-
var __vue_script__$
|
|
6082
|
+
var __vue_script__$5 = script$5;
|
|
5965
6083
|
/* template */
|
|
5966
6084
|
|
|
5967
|
-
var __vue_render__$
|
|
6085
|
+
var __vue_render__$5 = function __vue_render__() {
|
|
5968
6086
|
var _vm = this;
|
|
5969
6087
|
|
|
5970
6088
|
var _h = _vm.$createElement;
|
|
@@ -5998,10 +6116,10 @@ var __vue_render__$4 = function __vue_render__() {
|
|
|
5998
6116
|
}, [_vm._v("\n " + _vm._s(_vm.buttonLabel) + "\n ")]) : _vm._e()], 2);
|
|
5999
6117
|
};
|
|
6000
6118
|
|
|
6001
|
-
var __vue_staticRenderFns__$
|
|
6119
|
+
var __vue_staticRenderFns__$5 = [];
|
|
6002
6120
|
/* style */
|
|
6003
6121
|
|
|
6004
|
-
var __vue_inject_styles__$
|
|
6122
|
+
var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
|
|
6005
6123
|
if (!inject) return;
|
|
6006
6124
|
inject("data-v-d461d238_0", {
|
|
6007
6125
|
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)}",
|
|
@@ -6012,23 +6130,23 @@ var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
|
6012
6130
|
/* scoped */
|
|
6013
6131
|
|
|
6014
6132
|
|
|
6015
|
-
var __vue_scope_id__$
|
|
6133
|
+
var __vue_scope_id__$5 = "data-v-d461d238";
|
|
6016
6134
|
/* module identifier */
|
|
6017
6135
|
|
|
6018
|
-
var __vue_module_identifier__$
|
|
6136
|
+
var __vue_module_identifier__$5 = "data-v-d461d238";
|
|
6019
6137
|
/* functional template */
|
|
6020
6138
|
|
|
6021
|
-
var __vue_is_functional_template__$
|
|
6139
|
+
var __vue_is_functional_template__$5 = false;
|
|
6022
6140
|
/* style inject shadow dom */
|
|
6023
6141
|
|
|
6024
|
-
var __vue_component__$
|
|
6025
|
-
render: __vue_render__$
|
|
6026
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6027
|
-
}, __vue_inject_styles__$
|
|
6142
|
+
var __vue_component__$5 = /*#__PURE__*/normalizeComponent({
|
|
6143
|
+
render: __vue_render__$5,
|
|
6144
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
6145
|
+
}, __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 = {
|
|
6028
6146
|
name: "VcWizardCtaContainer",
|
|
6029
6147
|
components: {
|
|
6030
|
-
VcButton: __vue_component__$
|
|
6031
|
-
VcLayout: __vue_component__$
|
|
6148
|
+
VcButton: __vue_component__$N,
|
|
6149
|
+
VcLayout: __vue_component__$L
|
|
6032
6150
|
},
|
|
6033
6151
|
props: {
|
|
6034
6152
|
isBackDisplayed: {
|
|
@@ -6053,10 +6171,10 @@ var __vue_component__$4 = /*#__PURE__*/normalizeComponent({
|
|
|
6053
6171
|
}
|
|
6054
6172
|
}
|
|
6055
6173
|
};/* script */
|
|
6056
|
-
var __vue_script__$
|
|
6174
|
+
var __vue_script__$4 = script$4;
|
|
6057
6175
|
/* template */
|
|
6058
6176
|
|
|
6059
|
-
var __vue_render__$
|
|
6177
|
+
var __vue_render__$4 = function __vue_render__() {
|
|
6060
6178
|
var _vm = this;
|
|
6061
6179
|
|
|
6062
6180
|
var _h = _vm.$createElement;
|
|
@@ -6096,10 +6214,10 @@ var __vue_render__$3 = function __vue_render__() {
|
|
|
6096
6214
|
}, [_vm._v("\n " + _vm._s(_vm.nextButtonLabel) + "\n ")])], 1);
|
|
6097
6215
|
};
|
|
6098
6216
|
|
|
6099
|
-
var __vue_staticRenderFns__$
|
|
6217
|
+
var __vue_staticRenderFns__$4 = [];
|
|
6100
6218
|
/* style */
|
|
6101
6219
|
|
|
6102
|
-
var __vue_inject_styles__$
|
|
6220
|
+
var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
6103
6221
|
if (!inject) return;
|
|
6104
6222
|
inject("data-v-f2422ef4_0", {
|
|
6105
6223
|
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)}",
|
|
@@ -6110,19 +6228,19 @@ var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
|
|
|
6110
6228
|
/* scoped */
|
|
6111
6229
|
|
|
6112
6230
|
|
|
6113
|
-
var __vue_scope_id__$
|
|
6231
|
+
var __vue_scope_id__$4 = "data-v-f2422ef4";
|
|
6114
6232
|
/* module identifier */
|
|
6115
6233
|
|
|
6116
|
-
var __vue_module_identifier__$
|
|
6234
|
+
var __vue_module_identifier__$4 = "data-v-f2422ef4";
|
|
6117
6235
|
/* functional template */
|
|
6118
6236
|
|
|
6119
|
-
var __vue_is_functional_template__$
|
|
6237
|
+
var __vue_is_functional_template__$4 = false;
|
|
6120
6238
|
/* style inject shadow dom */
|
|
6121
6239
|
|
|
6122
|
-
var __vue_component__$
|
|
6123
|
-
render: __vue_render__$
|
|
6124
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6125
|
-
}, __vue_inject_styles__$
|
|
6240
|
+
var __vue_component__$4 = /*#__PURE__*/normalizeComponent({
|
|
6241
|
+
render: __vue_render__$4,
|
|
6242
|
+
staticRenderFns: __vue_staticRenderFns__$4
|
|
6243
|
+
}, __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 = {
|
|
6126
6244
|
name: "VcStepperContent",
|
|
6127
6245
|
model: {
|
|
6128
6246
|
prop: 'currentStep'
|
|
@@ -6151,8 +6269,8 @@ var __vue_component__$3 = /*#__PURE__*/normalizeComponent({
|
|
|
6151
6269
|
}
|
|
6152
6270
|
},
|
|
6153
6271
|
components: {
|
|
6154
|
-
VcLayout: __vue_component__$
|
|
6155
|
-
VcLoader: __vue_component__$
|
|
6272
|
+
VcLayout: __vue_component__$L,
|
|
6273
|
+
VcLoader: __vue_component__$k,
|
|
6156
6274
|
VStepperContent: lib.VStepperContent,
|
|
6157
6275
|
VStepperItems: lib.VStepperItems,
|
|
6158
6276
|
VStepper: lib.VStepper
|
|
@@ -6221,10 +6339,10 @@ var __vue_component__$3 = /*#__PURE__*/normalizeComponent({
|
|
|
6221
6339
|
}
|
|
6222
6340
|
}
|
|
6223
6341
|
};/* script */
|
|
6224
|
-
var __vue_script__$
|
|
6342
|
+
var __vue_script__$3 = script$3;
|
|
6225
6343
|
/* template */
|
|
6226
6344
|
|
|
6227
|
-
var __vue_render__$
|
|
6345
|
+
var __vue_render__$3 = function __vue_render__() {
|
|
6228
6346
|
var _vm = this;
|
|
6229
6347
|
|
|
6230
6348
|
var _h = _vm.$createElement;
|
|
@@ -6307,10 +6425,10 @@ var __vue_render__$2 = function __vue_render__() {
|
|
|
6307
6425
|
}), 1)], 1)], 1);
|
|
6308
6426
|
};
|
|
6309
6427
|
|
|
6310
|
-
var __vue_staticRenderFns__$
|
|
6428
|
+
var __vue_staticRenderFns__$3 = [];
|
|
6311
6429
|
/* style */
|
|
6312
6430
|
|
|
6313
|
-
var __vue_inject_styles__$
|
|
6431
|
+
var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
|
|
6314
6432
|
if (!inject) return;
|
|
6315
6433
|
inject("data-v-dff856ce_0", {
|
|
6316
6434
|
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}",
|
|
@@ -6321,25 +6439,25 @@ var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
|
|
|
6321
6439
|
/* scoped */
|
|
6322
6440
|
|
|
6323
6441
|
|
|
6324
|
-
var __vue_scope_id__$
|
|
6442
|
+
var __vue_scope_id__$3 = "data-v-dff856ce";
|
|
6325
6443
|
/* module identifier */
|
|
6326
6444
|
|
|
6327
|
-
var __vue_module_identifier__$
|
|
6445
|
+
var __vue_module_identifier__$3 = "data-v-dff856ce";
|
|
6328
6446
|
/* functional template */
|
|
6329
6447
|
|
|
6330
|
-
var __vue_is_functional_template__$
|
|
6448
|
+
var __vue_is_functional_template__$3 = false;
|
|
6331
6449
|
/* style inject shadow dom */
|
|
6332
6450
|
|
|
6333
|
-
var __vue_component__$
|
|
6334
|
-
render: __vue_render__$
|
|
6335
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6336
|
-
}, __vue_inject_styles__$
|
|
6451
|
+
var __vue_component__$3 = /*#__PURE__*/normalizeComponent({
|
|
6452
|
+
render: __vue_render__$3,
|
|
6453
|
+
staticRenderFns: __vue_staticRenderFns__$3
|
|
6454
|
+
}, __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 = {
|
|
6337
6455
|
name: "VcWizard",
|
|
6338
6456
|
components: {
|
|
6339
|
-
VcStepsBar: __vue_component__$
|
|
6340
|
-
VcStepperContent: __vue_component__$
|
|
6341
|
-
VcMobileWizardProgress: __vue_component__$
|
|
6342
|
-
VcWizardCtaContainer: __vue_component__$
|
|
6457
|
+
VcStepsBar: __vue_component__$w,
|
|
6458
|
+
VcStepperContent: __vue_component__$3,
|
|
6459
|
+
VcMobileWizardProgress: __vue_component__$u,
|
|
6460
|
+
VcWizardCtaContainer: __vue_component__$4,
|
|
6343
6461
|
VLayout: lib.VLayout
|
|
6344
6462
|
},
|
|
6345
6463
|
props: {
|
|
@@ -6441,10 +6559,10 @@ var __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
|
6441
6559
|
}
|
|
6442
6560
|
}
|
|
6443
6561
|
};/* script */
|
|
6444
|
-
var __vue_script__$
|
|
6562
|
+
var __vue_script__$2 = script$2;
|
|
6445
6563
|
/* template */
|
|
6446
6564
|
|
|
6447
|
-
var __vue_render__$
|
|
6565
|
+
var __vue_render__$2 = function __vue_render__() {
|
|
6448
6566
|
var _vm = this;
|
|
6449
6567
|
|
|
6450
6568
|
var _h = _vm.$createElement;
|
|
@@ -6498,10 +6616,10 @@ var __vue_render__$1 = function __vue_render__() {
|
|
|
6498
6616
|
})], 1);
|
|
6499
6617
|
};
|
|
6500
6618
|
|
|
6501
|
-
var __vue_staticRenderFns__$
|
|
6619
|
+
var __vue_staticRenderFns__$2 = [];
|
|
6502
6620
|
/* style */
|
|
6503
6621
|
|
|
6504
|
-
var __vue_inject_styles__$
|
|
6622
|
+
var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
|
|
6505
6623
|
if (!inject) return;
|
|
6506
6624
|
inject("data-v-71d82f6c_0", {
|
|
6507
6625
|
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}",
|
|
@@ -6512,19 +6630,19 @@ var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
|
|
|
6512
6630
|
/* scoped */
|
|
6513
6631
|
|
|
6514
6632
|
|
|
6515
|
-
var __vue_scope_id__$
|
|
6633
|
+
var __vue_scope_id__$2 = "data-v-71d82f6c";
|
|
6516
6634
|
/* module identifier */
|
|
6517
6635
|
|
|
6518
|
-
var __vue_module_identifier__$
|
|
6636
|
+
var __vue_module_identifier__$2 = "data-v-71d82f6c";
|
|
6519
6637
|
/* functional template */
|
|
6520
6638
|
|
|
6521
|
-
var __vue_is_functional_template__$
|
|
6639
|
+
var __vue_is_functional_template__$2 = false;
|
|
6522
6640
|
/* style inject shadow dom */
|
|
6523
6641
|
|
|
6524
|
-
var __vue_component__$
|
|
6525
|
-
render: __vue_render__$
|
|
6526
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6527
|
-
}, __vue_inject_styles__$
|
|
6642
|
+
var __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
6643
|
+
render: __vue_render__$2,
|
|
6644
|
+
staticRenderFns: __vue_staticRenderFns__$2
|
|
6645
|
+
}, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, undefined, createInjectorSSR, undefined);//
|
|
6528
6646
|
//
|
|
6529
6647
|
//
|
|
6530
6648
|
//
|
|
@@ -6540,7 +6658,7 @@ var __vue_component__$1 = /*#__PURE__*/normalizeComponent({
|
|
|
6540
6658
|
//
|
|
6541
6659
|
//
|
|
6542
6660
|
//
|
|
6543
|
-
var script = {
|
|
6661
|
+
var script$1 = {
|
|
6544
6662
|
name: 'VcBadge',
|
|
6545
6663
|
components: {
|
|
6546
6664
|
VBadge: lib.VBadge
|
|
@@ -6571,10 +6689,10 @@ var script = {
|
|
|
6571
6689
|
}
|
|
6572
6690
|
}
|
|
6573
6691
|
};/* script */
|
|
6574
|
-
var __vue_script__ = script;
|
|
6692
|
+
var __vue_script__$1 = script$1;
|
|
6575
6693
|
/* template */
|
|
6576
6694
|
|
|
6577
|
-
var __vue_render__ = function __vue_render__() {
|
|
6695
|
+
var __vue_render__$1 = function __vue_render__() {
|
|
6578
6696
|
var _vm = this;
|
|
6579
6697
|
|
|
6580
6698
|
var _h = _vm.$createElement;
|
|
@@ -6600,10 +6718,10 @@ var __vue_render__ = function __vue_render__() {
|
|
|
6600
6718
|
}, [_vm._t("default")], 2)], 1);
|
|
6601
6719
|
};
|
|
6602
6720
|
|
|
6603
|
-
var __vue_staticRenderFns__ = [];
|
|
6721
|
+
var __vue_staticRenderFns__$1 = [];
|
|
6604
6722
|
/* style */
|
|
6605
6723
|
|
|
6606
|
-
var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
6724
|
+
var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
|
|
6607
6725
|
if (!inject) return;
|
|
6608
6726
|
inject("data-v-4edabf76_0", {
|
|
6609
6727
|
source: "[data-v-4edabf76] .v-icon__component{height:12px;width:12px}",
|
|
@@ -6614,10 +6732,168 @@ var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
|
6614
6732
|
/* scoped */
|
|
6615
6733
|
|
|
6616
6734
|
|
|
6617
|
-
var __vue_scope_id__ = "data-v-4edabf76";
|
|
6735
|
+
var __vue_scope_id__$1 = "data-v-4edabf76";
|
|
6736
|
+
/* module identifier */
|
|
6737
|
+
|
|
6738
|
+
var __vue_module_identifier__$1 = "data-v-4edabf76";
|
|
6739
|
+
/* functional template */
|
|
6740
|
+
|
|
6741
|
+
var __vue_is_functional_template__$1 = false;
|
|
6742
|
+
/* style inject shadow dom */
|
|
6743
|
+
|
|
6744
|
+
var __vue_component__$1 = /*#__PURE__*/normalizeComponent({
|
|
6745
|
+
render: __vue_render__$1,
|
|
6746
|
+
staticRenderFns: __vue_staticRenderFns__$1
|
|
6747
|
+
}, __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 = {
|
|
6748
|
+
name: "VcUpsellBlock",
|
|
6749
|
+
components: {
|
|
6750
|
+
VcSvg: __vue_component__$7,
|
|
6751
|
+
VcImage: __vue_component__$F,
|
|
6752
|
+
VcLink: __vue_component__$a,
|
|
6753
|
+
VcButton: __vue_component__$N,
|
|
6754
|
+
VcLayout: __vue_component__$L,
|
|
6755
|
+
VcIcon: __vue_component__$O
|
|
6756
|
+
},
|
|
6757
|
+
props: {
|
|
6758
|
+
titleText: {
|
|
6759
|
+
type: String,
|
|
6760
|
+
default: ""
|
|
6761
|
+
},
|
|
6762
|
+
subtitleText: {
|
|
6763
|
+
type: String,
|
|
6764
|
+
default: ""
|
|
6765
|
+
},
|
|
6766
|
+
bulletsText: {
|
|
6767
|
+
type: Array,
|
|
6768
|
+
default: function _default() {
|
|
6769
|
+
return [];
|
|
6770
|
+
}
|
|
6771
|
+
},
|
|
6772
|
+
buttonText: {
|
|
6773
|
+
type: String,
|
|
6774
|
+
default: ''
|
|
6775
|
+
},
|
|
6776
|
+
linkText: {
|
|
6777
|
+
type: String,
|
|
6778
|
+
default: ''
|
|
6779
|
+
},
|
|
6780
|
+
imageUrl: {
|
|
6781
|
+
type: [String, Object],
|
|
6782
|
+
default: ''
|
|
6783
|
+
},
|
|
6784
|
+
linkUrl: {
|
|
6785
|
+
type: String,
|
|
6786
|
+
default: ''
|
|
6787
|
+
},
|
|
6788
|
+
mode: {
|
|
6789
|
+
type: String,
|
|
6790
|
+
default: 'page',
|
|
6791
|
+
validator: function validator(prop) {
|
|
6792
|
+
return ['page', 'dialog'].includes(prop);
|
|
6793
|
+
}
|
|
6794
|
+
},
|
|
6795
|
+
dataQa: {
|
|
6796
|
+
type: String,
|
|
6797
|
+
default: 'VcUpsellBlock'
|
|
6798
|
+
},
|
|
6799
|
+
icon: {
|
|
6800
|
+
type: String,
|
|
6801
|
+
default: ''
|
|
6802
|
+
}
|
|
6803
|
+
},
|
|
6804
|
+
computed: {
|
|
6805
|
+
isDialog: function isDialog() {
|
|
6806
|
+
return this.mode === 'dialog';
|
|
6807
|
+
}
|
|
6808
|
+
}
|
|
6809
|
+
};/* script */
|
|
6810
|
+
var __vue_script__ = script;
|
|
6811
|
+
/* template */
|
|
6812
|
+
|
|
6813
|
+
var __vue_render__ = function __vue_render__() {
|
|
6814
|
+
var _vm = this;
|
|
6815
|
+
|
|
6816
|
+
var _h = _vm.$createElement;
|
|
6817
|
+
|
|
6818
|
+
var _c = _vm._self._c || _h;
|
|
6819
|
+
|
|
6820
|
+
return _c('VcLayout', {
|
|
6821
|
+
staticClass: "VcUpsellBlock justify-space-between align-md-center",
|
|
6822
|
+
class: _vm.isDialog ? 'pt-2 dialog-height' : '',
|
|
6823
|
+
attrs: {
|
|
6824
|
+
"data-qa": _vm.dataQa
|
|
6825
|
+
}
|
|
6826
|
+
}, [_c('div', {
|
|
6827
|
+
staticClass: "text-container flex-column pa-6 pb-0"
|
|
6828
|
+
}, [_c('div', {
|
|
6829
|
+
staticClass: "title-text mb-4"
|
|
6830
|
+
}, [_vm._v(_vm._s(_vm.titleText))]), _vm._v(" "), _c('div', {
|
|
6831
|
+
staticClass: "sub-text mb-6"
|
|
6832
|
+
}, [_vm._v(_vm._s(_vm.subtitleText))]), _vm._v(" "), _vm._l(_vm.bulletsText, function (item, index) {
|
|
6833
|
+
return _vm.bulletsText.length > 0 ? _c('div', {
|
|
6834
|
+
key: index,
|
|
6835
|
+
staticClass: "bullets-text d-flex mb-3"
|
|
6836
|
+
}, [_vm.icon ? _c('div', {
|
|
6837
|
+
staticClass: "align-self-start bullets-icon"
|
|
6838
|
+
}, [_c('VcIcon', {
|
|
6839
|
+
attrs: {
|
|
6840
|
+
"size": "16"
|
|
6841
|
+
}
|
|
6842
|
+
}, [_vm._v(_vm._s(_vm.icon))])], 1) : _vm._e(), _vm._v(" "), _c('span', {
|
|
6843
|
+
staticClass: "bullets-span"
|
|
6844
|
+
}, [_vm._v(_vm._s(item))])]) : _vm._e();
|
|
6845
|
+
}), _vm._v(" "), _vm.linkText || _vm.buttonText ? _c('div', {
|
|
6846
|
+
staticClass: "cta-container d-flex mt-md-6",
|
|
6847
|
+
class: _vm.isDialog ? 'cta-container-dialog' : ''
|
|
6848
|
+
}, [_vm.buttonText ? _c('VcButton', {
|
|
6849
|
+
staticClass: "primary-cta",
|
|
6850
|
+
attrs: {
|
|
6851
|
+
"pill": true
|
|
6852
|
+
},
|
|
6853
|
+
on: {
|
|
6854
|
+
"click": function click($event) {
|
|
6855
|
+
return _vm.$emit('buttonClick');
|
|
6856
|
+
}
|
|
6857
|
+
}
|
|
6858
|
+
}, [_vm._v(_vm._s(_vm.buttonText))]) : _vm._e(), _vm._v(" "), _vm.linkText ? _c('VcLink', {
|
|
6859
|
+
staticClass: "secondary-cta justify-center",
|
|
6860
|
+
attrs: {
|
|
6861
|
+
"url": _vm.linkUrl,
|
|
6862
|
+
"label": _vm.linkText
|
|
6863
|
+
}
|
|
6864
|
+
}) : _vm._e()], 1) : _vm._e()], 2), _vm._v(" "), _c('VcLayout', {
|
|
6865
|
+
staticClass: "images-container"
|
|
6866
|
+
}, [_c('VcSvg', {
|
|
6867
|
+
staticClass: "background-stain",
|
|
6868
|
+
attrs: {
|
|
6869
|
+
"svg": _vm.$svgImages.background_stain
|
|
6870
|
+
}
|
|
6871
|
+
}), _vm._v(" "), _c('VcImage', {
|
|
6872
|
+
staticClass: "upsell-image",
|
|
6873
|
+
attrs: {
|
|
6874
|
+
"image": _vm.imageUrl
|
|
6875
|
+
}
|
|
6876
|
+
})], 1)], 1);
|
|
6877
|
+
};
|
|
6878
|
+
|
|
6879
|
+
var __vue_staticRenderFns__ = [];
|
|
6880
|
+
/* style */
|
|
6881
|
+
|
|
6882
|
+
var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
6883
|
+
if (!inject) return;
|
|
6884
|
+
inject("data-v-573bbeb7_0", {
|
|
6885
|
+
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;right:0;left:0;margin:0 auto}@media screen and (min-width:960px){.VcUpsellBlock .images-container .upsell-image{height:580px;width:466px;top:-300px}}",
|
|
6886
|
+
map: undefined,
|
|
6887
|
+
media: undefined
|
|
6888
|
+
});
|
|
6889
|
+
};
|
|
6890
|
+
/* scoped */
|
|
6891
|
+
|
|
6892
|
+
|
|
6893
|
+
var __vue_scope_id__ = undefined;
|
|
6618
6894
|
/* module identifier */
|
|
6619
6895
|
|
|
6620
|
-
var __vue_module_identifier__ = "data-v-
|
|
6896
|
+
var __vue_module_identifier__ = "data-v-573bbeb7";
|
|
6621
6897
|
/* functional template */
|
|
6622
6898
|
|
|
6623
6899
|
var __vue_is_functional_template__ = false;
|
|
@@ -6627,7 +6903,7 @@ var __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
6627
6903
|
render: __vue_render__,
|
|
6628
6904
|
staticRenderFns: __vue_staticRenderFns__
|
|
6629
6905
|
}, __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
|
|
6630
|
-
var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue_component__$
|
|
6906
|
+
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) {
|
|
6631
6907
|
Object.entries(components$1).forEach(function (_ref) {
|
|
6632
6908
|
var _ref2 = _slicedToArray(_ref, 2),
|
|
6633
6909
|
componentName = _ref2[0],
|
|
@@ -6636,7 +6912,7 @@ var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue
|
|
|
6636
6912
|
Vue.component(componentName, component);
|
|
6637
6913
|
});
|
|
6638
6914
|
}; // Create module definition for Vue.use()
|
|
6639
|
-
var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,VcConfirmModal:__vue_component__$
|
|
6915
|
+
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
|
|
6640
6916
|
// that global var (eg. plugin.component)
|
|
6641
6917
|
|
|
6642
6918
|
Object.entries(components).forEach(function (_ref) {
|