@vcita/design-system 0.5.1-beta.13 → 0.5.1-beta.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.MD +4 -0
- package/dist/@vcita/design-system.esm.js +1086 -917
- package/dist/@vcita/design-system.min.js +1 -1
- package/dist/@vcita/design-system.ssr.js +947 -785
- package/init/SvgIcons.js +2 -1
- package/init/svgImages.js +2 -1
- package/package.json +1 -1
- package/src/components/VcTextField/VcTextField.spec.js +67 -1
- package/src/components/VcTextField/VcTextField.stories.js +45 -1
- package/src/components/VcTextField/VcTextField.vue +23 -2
- package/src/components/VcUpsellBlock/VcUpsellBlock.spec.js +104 -0
- package/src/components/VcUpsellBlock/VcUpsellBlock.stories.js +124 -0
- package/src/components/VcUpsellBlock/VcUpsellBlock.vue +285 -0
- package/src/components/index.js +3 -1
- package/src/components/listBox/VcListbox/VcListbox.vue +5 -8
- package/src/components/modal/elements/VcModalContainer.vue +2 -1
- package/src/stories/assets/pics/upsellPage.png +0 -0
|
@@ -11,7 +11,7 @@ import { VDialog, VBtn, VLayout, VAlert, VTooltip, VIcon, VSubheader, VListItem,
|
|
|
11
11
|
//
|
|
12
12
|
//
|
|
13
13
|
//
|
|
14
|
-
var script$
|
|
14
|
+
var script$P = {
|
|
15
15
|
components: {
|
|
16
16
|
VDialog: VDialog
|
|
17
17
|
},
|
|
@@ -168,10 +168,10 @@ function addStyle(id, css) {
|
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
/* script */
|
|
171
|
-
const __vue_script__$
|
|
171
|
+
const __vue_script__$P = script$P;
|
|
172
172
|
/* template */
|
|
173
173
|
|
|
174
|
-
var __vue_render__$
|
|
174
|
+
var __vue_render__$M = function () {
|
|
175
175
|
var _vm = this;
|
|
176
176
|
|
|
177
177
|
var _h = _vm.$createElement;
|
|
@@ -206,10 +206,10 @@ var __vue_render__$L = function () {
|
|
|
206
206
|
}, [_vm._t("default")], 2);
|
|
207
207
|
};
|
|
208
208
|
|
|
209
|
-
var __vue_staticRenderFns__$
|
|
209
|
+
var __vue_staticRenderFns__$M = [];
|
|
210
210
|
/* style */
|
|
211
211
|
|
|
212
|
-
const __vue_inject_styles__$
|
|
212
|
+
const __vue_inject_styles__$P = function (inject) {
|
|
213
213
|
if (!inject) return;
|
|
214
214
|
inject("data-v-2f9f1f74_0", {
|
|
215
215
|
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)}}",
|
|
@@ -220,23 +220,23 @@ const __vue_inject_styles__$O = function (inject) {
|
|
|
220
220
|
/* scoped */
|
|
221
221
|
|
|
222
222
|
|
|
223
|
-
const __vue_scope_id__$
|
|
223
|
+
const __vue_scope_id__$P = undefined;
|
|
224
224
|
/* module identifier */
|
|
225
225
|
|
|
226
|
-
const __vue_module_identifier__$
|
|
226
|
+
const __vue_module_identifier__$P = undefined;
|
|
227
227
|
/* functional template */
|
|
228
228
|
|
|
229
|
-
const __vue_is_functional_template__$
|
|
229
|
+
const __vue_is_functional_template__$P = false;
|
|
230
230
|
/* style inject SSR */
|
|
231
231
|
|
|
232
232
|
/* style inject shadow dom */
|
|
233
233
|
|
|
234
|
-
const __vue_component__$
|
|
235
|
-
render: __vue_render__$
|
|
236
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
237
|
-
}, __vue_inject_styles__$
|
|
234
|
+
const __vue_component__$P = /*#__PURE__*/normalizeComponent({
|
|
235
|
+
render: __vue_render__$M,
|
|
236
|
+
staticRenderFns: __vue_staticRenderFns__$M
|
|
237
|
+
}, __vue_inject_styles__$P, __vue_script__$P, __vue_scope_id__$P, __vue_is_functional_template__$P, __vue_module_identifier__$P, false, createInjector, undefined, undefined);
|
|
238
238
|
|
|
239
|
-
var script$
|
|
239
|
+
var script$O = {
|
|
240
240
|
name: "VcIcon",
|
|
241
241
|
props: {
|
|
242
242
|
dataQa: {
|
|
@@ -256,33 +256,33 @@ var script$N = {
|
|
|
256
256
|
};
|
|
257
257
|
|
|
258
258
|
/* script */
|
|
259
|
-
const __vue_script__$
|
|
259
|
+
const __vue_script__$O = script$O;
|
|
260
260
|
/* template */
|
|
261
261
|
|
|
262
262
|
/* style */
|
|
263
263
|
|
|
264
|
-
const __vue_inject_styles__$
|
|
264
|
+
const __vue_inject_styles__$O = undefined;
|
|
265
265
|
/* scoped */
|
|
266
266
|
|
|
267
|
-
const __vue_scope_id__$
|
|
267
|
+
const __vue_scope_id__$O = undefined;
|
|
268
268
|
/* module identifier */
|
|
269
269
|
|
|
270
|
-
const __vue_module_identifier__$
|
|
270
|
+
const __vue_module_identifier__$O = undefined;
|
|
271
271
|
/* functional template */
|
|
272
272
|
|
|
273
|
-
const __vue_is_functional_template__$
|
|
273
|
+
const __vue_is_functional_template__$O = undefined;
|
|
274
274
|
/* style inject */
|
|
275
275
|
|
|
276
276
|
/* style inject SSR */
|
|
277
277
|
|
|
278
278
|
/* style inject shadow dom */
|
|
279
279
|
|
|
280
|
-
const __vue_component__$
|
|
280
|
+
const __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);
|
|
281
281
|
|
|
282
|
-
var script$
|
|
282
|
+
var script$N = {
|
|
283
283
|
name: "VcButton",
|
|
284
284
|
components: {
|
|
285
|
-
VcIcon: __vue_component__$
|
|
285
|
+
VcIcon: __vue_component__$O,
|
|
286
286
|
VBtn: VBtn
|
|
287
287
|
},
|
|
288
288
|
props: {
|
|
@@ -372,10 +372,10 @@ var script$M = {
|
|
|
372
372
|
};
|
|
373
373
|
|
|
374
374
|
/* script */
|
|
375
|
-
const __vue_script__$
|
|
375
|
+
const __vue_script__$N = script$N;
|
|
376
376
|
/* template */
|
|
377
377
|
|
|
378
|
-
var __vue_render__$
|
|
378
|
+
var __vue_render__$L = function () {
|
|
379
379
|
var _vm = this;
|
|
380
380
|
|
|
381
381
|
var _h = _vm.$createElement;
|
|
@@ -420,10 +420,10 @@ var __vue_render__$K = function () {
|
|
|
420
420
|
}), _vm._v("\n " + _vm._s(_vm.label || _vm.$slots.default && _vm.$slots.default[0].text || '') + "\n "), _vm._t("append")], 2);
|
|
421
421
|
};
|
|
422
422
|
|
|
423
|
-
var __vue_staticRenderFns__$
|
|
423
|
+
var __vue_staticRenderFns__$L = [];
|
|
424
424
|
/* style */
|
|
425
425
|
|
|
426
|
-
const __vue_inject_styles__$
|
|
426
|
+
const __vue_inject_styles__$N = function (inject) {
|
|
427
427
|
if (!inject) return;
|
|
428
428
|
inject("data-v-19570f74_0", {
|
|
429
429
|
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}",
|
|
@@ -434,28 +434,28 @@ const __vue_inject_styles__$M = function (inject) {
|
|
|
434
434
|
/* scoped */
|
|
435
435
|
|
|
436
436
|
|
|
437
|
-
const __vue_scope_id__$
|
|
437
|
+
const __vue_scope_id__$N = "data-v-19570f74";
|
|
438
438
|
/* module identifier */
|
|
439
439
|
|
|
440
|
-
const __vue_module_identifier__$
|
|
440
|
+
const __vue_module_identifier__$N = undefined;
|
|
441
441
|
/* functional template */
|
|
442
442
|
|
|
443
|
-
const __vue_is_functional_template__$
|
|
443
|
+
const __vue_is_functional_template__$N = false;
|
|
444
444
|
/* style inject SSR */
|
|
445
445
|
|
|
446
446
|
/* style inject shadow dom */
|
|
447
447
|
|
|
448
|
-
const __vue_component__$
|
|
449
|
-
render: __vue_render__$
|
|
450
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
451
|
-
}, __vue_inject_styles__$
|
|
448
|
+
const __vue_component__$N = /*#__PURE__*/normalizeComponent({
|
|
449
|
+
render: __vue_render__$L,
|
|
450
|
+
staticRenderFns: __vue_staticRenderFns__$L
|
|
451
|
+
}, __vue_inject_styles__$N, __vue_script__$N, __vue_scope_id__$N, __vue_is_functional_template__$N, __vue_module_identifier__$N, false, createInjector, undefined, undefined);
|
|
452
452
|
|
|
453
|
-
var script$
|
|
453
|
+
var script$M = {
|
|
454
454
|
name: 'VcModalContainer',
|
|
455
455
|
components: {
|
|
456
|
-
VcButton: __vue_component__$
|
|
457
|
-
VcModalWrapper: __vue_component__$
|
|
458
|
-
VcIcon: __vue_component__$
|
|
456
|
+
VcButton: __vue_component__$N,
|
|
457
|
+
VcModalWrapper: __vue_component__$P,
|
|
458
|
+
VcIcon: __vue_component__$O,
|
|
459
459
|
VLayout: VLayout
|
|
460
460
|
},
|
|
461
461
|
props: {
|
|
@@ -501,10 +501,10 @@ var script$L = {
|
|
|
501
501
|
};
|
|
502
502
|
|
|
503
503
|
/* script */
|
|
504
|
-
const __vue_script__$
|
|
504
|
+
const __vue_script__$M = script$M;
|
|
505
505
|
/* template */
|
|
506
506
|
|
|
507
|
-
var __vue_render__$
|
|
507
|
+
var __vue_render__$K = function () {
|
|
508
508
|
var _vm = this;
|
|
509
509
|
|
|
510
510
|
var _h = _vm.$createElement;
|
|
@@ -570,20 +570,20 @@ var __vue_render__$J = function () {
|
|
|
570
570
|
}], null, false, 4251314713)
|
|
571
571
|
}) : _vm._e()], 2), _vm._v(" "), _c('div', {
|
|
572
572
|
staticClass: "VcModalContainerContent"
|
|
573
|
-
}, [_vm._t("content")], 2), _vm._v(" "), _c('footer', {
|
|
573
|
+
}, [_vm._t("content")], 2), _vm._v(" "), !!_vm.$slots.footer ? _c('footer', {
|
|
574
574
|
class: {
|
|
575
575
|
'showDivider': _vm.showFooterDivider
|
|
576
576
|
}
|
|
577
|
-
}, [_vm._t("footer")], 2)])]], 2) : _vm._e();
|
|
577
|
+
}, [_vm._t("footer")], 2) : _vm._e()])]], 2) : _vm._e();
|
|
578
578
|
};
|
|
579
579
|
|
|
580
|
-
var __vue_staticRenderFns__$
|
|
580
|
+
var __vue_staticRenderFns__$K = [];
|
|
581
581
|
/* style */
|
|
582
582
|
|
|
583
|
-
const __vue_inject_styles__$
|
|
583
|
+
const __vue_inject_styles__$M = function (inject) {
|
|
584
584
|
if (!inject) return;
|
|
585
|
-
inject("data-v-
|
|
586
|
-
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}",
|
|
585
|
+
inject("data-v-59a03e06_0", {
|
|
586
|
+
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}",
|
|
587
587
|
map: undefined,
|
|
588
588
|
media: undefined
|
|
589
589
|
});
|
|
@@ -591,23 +591,23 @@ const __vue_inject_styles__$L = function (inject) {
|
|
|
591
591
|
/* scoped */
|
|
592
592
|
|
|
593
593
|
|
|
594
|
-
const __vue_scope_id__$
|
|
594
|
+
const __vue_scope_id__$M = undefined;
|
|
595
595
|
/* module identifier */
|
|
596
596
|
|
|
597
|
-
const __vue_module_identifier__$
|
|
597
|
+
const __vue_module_identifier__$M = undefined;
|
|
598
598
|
/* functional template */
|
|
599
599
|
|
|
600
|
-
const __vue_is_functional_template__$
|
|
600
|
+
const __vue_is_functional_template__$M = false;
|
|
601
601
|
/* style inject SSR */
|
|
602
602
|
|
|
603
603
|
/* style inject shadow dom */
|
|
604
604
|
|
|
605
|
-
const __vue_component__$
|
|
606
|
-
render: __vue_render__$
|
|
607
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
608
|
-
}, __vue_inject_styles__$
|
|
605
|
+
const __vue_component__$M = /*#__PURE__*/normalizeComponent({
|
|
606
|
+
render: __vue_render__$K,
|
|
607
|
+
staticRenderFns: __vue_staticRenderFns__$K
|
|
608
|
+
}, __vue_inject_styles__$M, __vue_script__$M, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, createInjector, undefined, undefined);
|
|
609
609
|
|
|
610
|
-
var script$
|
|
610
|
+
var script$L = {
|
|
611
611
|
name: "VcLayout",
|
|
612
612
|
render: function (createElement) {
|
|
613
613
|
// `<v-layout><slot></slot></v-layout>`
|
|
@@ -621,34 +621,34 @@ var script$K = {
|
|
|
621
621
|
};
|
|
622
622
|
|
|
623
623
|
/* script */
|
|
624
|
-
const __vue_script__$
|
|
624
|
+
const __vue_script__$L = script$L;
|
|
625
625
|
/* template */
|
|
626
626
|
|
|
627
627
|
/* style */
|
|
628
628
|
|
|
629
|
-
const __vue_inject_styles__$
|
|
629
|
+
const __vue_inject_styles__$L = undefined;
|
|
630
630
|
/* scoped */
|
|
631
631
|
|
|
632
|
-
const __vue_scope_id__$
|
|
632
|
+
const __vue_scope_id__$L = "data-v-0751575a";
|
|
633
633
|
/* module identifier */
|
|
634
634
|
|
|
635
|
-
const __vue_module_identifier__$
|
|
635
|
+
const __vue_module_identifier__$L = undefined;
|
|
636
636
|
/* functional template */
|
|
637
637
|
|
|
638
|
-
const __vue_is_functional_template__$
|
|
638
|
+
const __vue_is_functional_template__$L = undefined;
|
|
639
639
|
/* style inject */
|
|
640
640
|
|
|
641
641
|
/* style inject SSR */
|
|
642
642
|
|
|
643
643
|
/* style inject shadow dom */
|
|
644
644
|
|
|
645
|
-
const __vue_component__$
|
|
645
|
+
const __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);
|
|
646
646
|
|
|
647
|
-
var script$
|
|
647
|
+
var script$K = {
|
|
648
648
|
name: "VcModalFooter",
|
|
649
649
|
components: {
|
|
650
|
-
VcLayout: __vue_component__$
|
|
651
|
-
VcButton: __vue_component__$
|
|
650
|
+
VcLayout: __vue_component__$L,
|
|
651
|
+
VcButton: __vue_component__$N
|
|
652
652
|
},
|
|
653
653
|
props: {
|
|
654
654
|
direction: {
|
|
@@ -677,10 +677,10 @@ var script$J = {
|
|
|
677
677
|
};
|
|
678
678
|
|
|
679
679
|
/* script */
|
|
680
|
-
const __vue_script__$
|
|
680
|
+
const __vue_script__$K = script$K;
|
|
681
681
|
/* template */
|
|
682
682
|
|
|
683
|
-
var __vue_render__$
|
|
683
|
+
var __vue_render__$J = function () {
|
|
684
684
|
var _vm = this;
|
|
685
685
|
|
|
686
686
|
var _h = _vm.$createElement;
|
|
@@ -715,10 +715,10 @@ var __vue_render__$I = function () {
|
|
|
715
715
|
}), 1);
|
|
716
716
|
};
|
|
717
717
|
|
|
718
|
-
var __vue_staticRenderFns__$
|
|
718
|
+
var __vue_staticRenderFns__$J = [];
|
|
719
719
|
/* style */
|
|
720
720
|
|
|
721
|
-
const __vue_inject_styles__$
|
|
721
|
+
const __vue_inject_styles__$K = function (inject) {
|
|
722
722
|
if (!inject) return;
|
|
723
723
|
inject("data-v-79ae858b_0", {
|
|
724
724
|
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)}",
|
|
@@ -729,28 +729,28 @@ const __vue_inject_styles__$J = function (inject) {
|
|
|
729
729
|
/* scoped */
|
|
730
730
|
|
|
731
731
|
|
|
732
|
-
const __vue_scope_id__$
|
|
732
|
+
const __vue_scope_id__$K = "data-v-79ae858b";
|
|
733
733
|
/* module identifier */
|
|
734
734
|
|
|
735
|
-
const __vue_module_identifier__$
|
|
735
|
+
const __vue_module_identifier__$K = undefined;
|
|
736
736
|
/* functional template */
|
|
737
737
|
|
|
738
|
-
const __vue_is_functional_template__$
|
|
738
|
+
const __vue_is_functional_template__$K = false;
|
|
739
739
|
/* style inject SSR */
|
|
740
740
|
|
|
741
741
|
/* style inject shadow dom */
|
|
742
742
|
|
|
743
|
-
const __vue_component__$
|
|
744
|
-
render: __vue_render__$
|
|
745
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
746
|
-
}, __vue_inject_styles__$
|
|
743
|
+
const __vue_component__$K = /*#__PURE__*/normalizeComponent({
|
|
744
|
+
render: __vue_render__$J,
|
|
745
|
+
staticRenderFns: __vue_staticRenderFns__$J
|
|
746
|
+
}, __vue_inject_styles__$K, __vue_script__$K, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, createInjector, undefined, undefined);
|
|
747
747
|
|
|
748
|
-
var script$
|
|
748
|
+
var script$J = {
|
|
749
749
|
name: "VcModalHeader",
|
|
750
750
|
components: {
|
|
751
|
-
VcLayout: __vue_component__$
|
|
752
|
-
VcIcon: __vue_component__$
|
|
753
|
-
VcButton: __vue_component__$
|
|
751
|
+
VcLayout: __vue_component__$L,
|
|
752
|
+
VcIcon: __vue_component__$O,
|
|
753
|
+
VcButton: __vue_component__$N
|
|
754
754
|
},
|
|
755
755
|
props: {
|
|
756
756
|
topTitle: {
|
|
@@ -807,10 +807,10 @@ var script$I = {
|
|
|
807
807
|
};
|
|
808
808
|
|
|
809
809
|
/* script */
|
|
810
|
-
const __vue_script__$
|
|
810
|
+
const __vue_script__$J = script$J;
|
|
811
811
|
/* template */
|
|
812
812
|
|
|
813
|
-
var __vue_render__$
|
|
813
|
+
var __vue_render__$I = function () {
|
|
814
814
|
var _vm = this;
|
|
815
815
|
|
|
816
816
|
var _h = _vm.$createElement;
|
|
@@ -911,10 +911,10 @@ var __vue_render__$H = function () {
|
|
|
911
911
|
}) : _vm._e()], 2);
|
|
912
912
|
};
|
|
913
913
|
|
|
914
|
-
var __vue_staticRenderFns__$
|
|
914
|
+
var __vue_staticRenderFns__$I = [];
|
|
915
915
|
/* style */
|
|
916
916
|
|
|
917
|
-
const __vue_inject_styles__$
|
|
917
|
+
const __vue_inject_styles__$J = function (inject) {
|
|
918
918
|
if (!inject) return;
|
|
919
919
|
inject("data-v-0446c685_0", {
|
|
920
920
|
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)}",
|
|
@@ -925,30 +925,30 @@ const __vue_inject_styles__$I = function (inject) {
|
|
|
925
925
|
/* scoped */
|
|
926
926
|
|
|
927
927
|
|
|
928
|
-
const __vue_scope_id__$
|
|
928
|
+
const __vue_scope_id__$J = "data-v-0446c685";
|
|
929
929
|
/* module identifier */
|
|
930
930
|
|
|
931
|
-
const __vue_module_identifier__$
|
|
931
|
+
const __vue_module_identifier__$J = undefined;
|
|
932
932
|
/* functional template */
|
|
933
933
|
|
|
934
|
-
const __vue_is_functional_template__$
|
|
934
|
+
const __vue_is_functional_template__$J = false;
|
|
935
935
|
/* style inject SSR */
|
|
936
936
|
|
|
937
937
|
/* style inject shadow dom */
|
|
938
938
|
|
|
939
|
-
const __vue_component__$
|
|
940
|
-
render: __vue_render__$
|
|
941
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
942
|
-
}, __vue_inject_styles__$
|
|
939
|
+
const __vue_component__$J = /*#__PURE__*/normalizeComponent({
|
|
940
|
+
render: __vue_render__$I,
|
|
941
|
+
staticRenderFns: __vue_staticRenderFns__$I
|
|
942
|
+
}, __vue_inject_styles__$J, __vue_script__$J, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, createInjector, undefined, undefined);
|
|
943
943
|
|
|
944
|
-
var script$
|
|
944
|
+
var script$I = {
|
|
945
945
|
name: "VcConfirmModal",
|
|
946
946
|
components: {
|
|
947
|
-
VcModalHeader: __vue_component__$
|
|
948
|
-
VcLayout: __vue_component__$
|
|
949
|
-
VcModalFooter: __vue_component__$
|
|
950
|
-
VcIcon: __vue_component__$
|
|
951
|
-
VcModalContainer: __vue_component__$
|
|
947
|
+
VcModalHeader: __vue_component__$J,
|
|
948
|
+
VcLayout: __vue_component__$L,
|
|
949
|
+
VcModalFooter: __vue_component__$K,
|
|
950
|
+
VcIcon: __vue_component__$O,
|
|
951
|
+
VcModalContainer: __vue_component__$M
|
|
952
952
|
},
|
|
953
953
|
props: {
|
|
954
954
|
showDialog: {
|
|
@@ -1005,10 +1005,10 @@ var script$H = {
|
|
|
1005
1005
|
};
|
|
1006
1006
|
|
|
1007
1007
|
/* script */
|
|
1008
|
-
const __vue_script__$
|
|
1008
|
+
const __vue_script__$I = script$I;
|
|
1009
1009
|
/* template */
|
|
1010
1010
|
|
|
1011
|
-
var __vue_render__$
|
|
1011
|
+
var __vue_render__$H = function () {
|
|
1012
1012
|
var _vm = this;
|
|
1013
1013
|
|
|
1014
1014
|
var _h = _vm.$createElement;
|
|
@@ -1091,31 +1091,31 @@ var __vue_render__$G = function () {
|
|
|
1091
1091
|
});
|
|
1092
1092
|
};
|
|
1093
1093
|
|
|
1094
|
-
var __vue_staticRenderFns__$
|
|
1094
|
+
var __vue_staticRenderFns__$H = [];
|
|
1095
1095
|
/* style */
|
|
1096
1096
|
|
|
1097
|
-
const __vue_inject_styles__$
|
|
1097
|
+
const __vue_inject_styles__$I = undefined;
|
|
1098
1098
|
/* scoped */
|
|
1099
1099
|
|
|
1100
|
-
const __vue_scope_id__$
|
|
1100
|
+
const __vue_scope_id__$I = "data-v-5b1ba5c6";
|
|
1101
1101
|
/* module identifier */
|
|
1102
1102
|
|
|
1103
|
-
const __vue_module_identifier__$
|
|
1103
|
+
const __vue_module_identifier__$I = undefined;
|
|
1104
1104
|
/* functional template */
|
|
1105
1105
|
|
|
1106
|
-
const __vue_is_functional_template__$
|
|
1106
|
+
const __vue_is_functional_template__$I = false;
|
|
1107
1107
|
/* style inject */
|
|
1108
1108
|
|
|
1109
1109
|
/* style inject SSR */
|
|
1110
1110
|
|
|
1111
1111
|
/* style inject shadow dom */
|
|
1112
1112
|
|
|
1113
|
-
const __vue_component__$
|
|
1114
|
-
render: __vue_render__$
|
|
1115
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1116
|
-
}, __vue_inject_styles__$
|
|
1113
|
+
const __vue_component__$I = /*#__PURE__*/normalizeComponent({
|
|
1114
|
+
render: __vue_render__$H,
|
|
1115
|
+
staticRenderFns: __vue_staticRenderFns__$H
|
|
1116
|
+
}, __vue_inject_styles__$I, __vue_script__$I, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, undefined, undefined, undefined);
|
|
1117
1117
|
|
|
1118
|
-
var script$
|
|
1118
|
+
var script$H = {
|
|
1119
1119
|
name: "VcForm",
|
|
1120
1120
|
methods: {
|
|
1121
1121
|
validate() {
|
|
@@ -1135,38 +1135,38 @@ var script$G = {
|
|
|
1135
1135
|
};
|
|
1136
1136
|
|
|
1137
1137
|
/* script */
|
|
1138
|
-
const __vue_script__$
|
|
1138
|
+
const __vue_script__$H = script$H;
|
|
1139
1139
|
/* template */
|
|
1140
1140
|
|
|
1141
1141
|
/* style */
|
|
1142
1142
|
|
|
1143
|
-
const __vue_inject_styles__$
|
|
1143
|
+
const __vue_inject_styles__$H = undefined;
|
|
1144
1144
|
/* scoped */
|
|
1145
1145
|
|
|
1146
|
-
const __vue_scope_id__$
|
|
1146
|
+
const __vue_scope_id__$H = "data-v-398cf17d";
|
|
1147
1147
|
/* module identifier */
|
|
1148
1148
|
|
|
1149
|
-
const __vue_module_identifier__$
|
|
1149
|
+
const __vue_module_identifier__$H = undefined;
|
|
1150
1150
|
/* functional template */
|
|
1151
1151
|
|
|
1152
|
-
const __vue_is_functional_template__$
|
|
1152
|
+
const __vue_is_functional_template__$H = undefined;
|
|
1153
1153
|
/* style inject */
|
|
1154
1154
|
|
|
1155
1155
|
/* style inject SSR */
|
|
1156
1156
|
|
|
1157
1157
|
/* style inject shadow dom */
|
|
1158
1158
|
|
|
1159
|
-
const __vue_component__$
|
|
1159
|
+
const __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);
|
|
1160
1160
|
|
|
1161
|
-
var script$
|
|
1161
|
+
var script$G = {
|
|
1162
1162
|
name: "VcInputModal",
|
|
1163
1163
|
components: {
|
|
1164
|
-
VcForm: __vue_component__$
|
|
1165
|
-
VcLayout: __vue_component__$
|
|
1166
|
-
VcModalFooter: __vue_component__$
|
|
1167
|
-
VcIcon: __vue_component__$
|
|
1168
|
-
VcModalContainer: __vue_component__$
|
|
1169
|
-
VcModalHeader: __vue_component__$
|
|
1164
|
+
VcForm: __vue_component__$H,
|
|
1165
|
+
VcLayout: __vue_component__$L,
|
|
1166
|
+
VcModalFooter: __vue_component__$K,
|
|
1167
|
+
VcIcon: __vue_component__$O,
|
|
1168
|
+
VcModalContainer: __vue_component__$M,
|
|
1169
|
+
VcModalHeader: __vue_component__$J
|
|
1170
1170
|
},
|
|
1171
1171
|
props: {
|
|
1172
1172
|
showDialog: {
|
|
@@ -1259,10 +1259,10 @@ var script$F = {
|
|
|
1259
1259
|
};
|
|
1260
1260
|
|
|
1261
1261
|
/* script */
|
|
1262
|
-
const __vue_script__$
|
|
1262
|
+
const __vue_script__$G = script$G;
|
|
1263
1263
|
/* template */
|
|
1264
1264
|
|
|
1265
|
-
var __vue_render__$
|
|
1265
|
+
var __vue_render__$G = function () {
|
|
1266
1266
|
var _vm = this;
|
|
1267
1267
|
|
|
1268
1268
|
var _h = _vm.$createElement;
|
|
@@ -1366,10 +1366,10 @@ var __vue_render__$F = function () {
|
|
|
1366
1366
|
});
|
|
1367
1367
|
};
|
|
1368
1368
|
|
|
1369
|
-
var __vue_staticRenderFns__$
|
|
1369
|
+
var __vue_staticRenderFns__$G = [];
|
|
1370
1370
|
/* style */
|
|
1371
1371
|
|
|
1372
|
-
const __vue_inject_styles__$
|
|
1372
|
+
const __vue_inject_styles__$G = function (inject) {
|
|
1373
1373
|
if (!inject) return;
|
|
1374
1374
|
inject("data-v-66b94d97_0", {
|
|
1375
1375
|
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)}",
|
|
@@ -1380,26 +1380,26 @@ const __vue_inject_styles__$F = function (inject) {
|
|
|
1380
1380
|
/* scoped */
|
|
1381
1381
|
|
|
1382
1382
|
|
|
1383
|
-
const __vue_scope_id__$
|
|
1383
|
+
const __vue_scope_id__$G = "data-v-66b94d97";
|
|
1384
1384
|
/* module identifier */
|
|
1385
1385
|
|
|
1386
|
-
const __vue_module_identifier__$
|
|
1386
|
+
const __vue_module_identifier__$G = undefined;
|
|
1387
1387
|
/* functional template */
|
|
1388
1388
|
|
|
1389
|
-
const __vue_is_functional_template__$
|
|
1389
|
+
const __vue_is_functional_template__$G = false;
|
|
1390
1390
|
/* style inject SSR */
|
|
1391
1391
|
|
|
1392
1392
|
/* style inject shadow dom */
|
|
1393
1393
|
|
|
1394
|
-
const __vue_component__$
|
|
1395
|
-
render: __vue_render__$
|
|
1396
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1397
|
-
}, __vue_inject_styles__$
|
|
1394
|
+
const __vue_component__$G = /*#__PURE__*/normalizeComponent({
|
|
1395
|
+
render: __vue_render__$G,
|
|
1396
|
+
staticRenderFns: __vue_staticRenderFns__$G
|
|
1397
|
+
}, __vue_inject_styles__$G, __vue_script__$G, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, createInjector, undefined, undefined);
|
|
1398
1398
|
|
|
1399
|
-
var script$
|
|
1399
|
+
var script$F = {
|
|
1400
1400
|
name: "VcImage",
|
|
1401
1401
|
components: {
|
|
1402
|
-
VcLayout: __vue_component__$
|
|
1402
|
+
VcLayout: __vue_component__$L
|
|
1403
1403
|
},
|
|
1404
1404
|
props: {
|
|
1405
1405
|
image: {
|
|
@@ -1414,10 +1414,10 @@ var script$E = {
|
|
|
1414
1414
|
};
|
|
1415
1415
|
|
|
1416
1416
|
/* script */
|
|
1417
|
-
const __vue_script__$
|
|
1417
|
+
const __vue_script__$F = script$F;
|
|
1418
1418
|
/* template */
|
|
1419
1419
|
|
|
1420
|
-
var __vue_render__$
|
|
1420
|
+
var __vue_render__$F = function () {
|
|
1421
1421
|
var _vm = this;
|
|
1422
1422
|
|
|
1423
1423
|
var _h = _vm.$createElement;
|
|
@@ -1441,10 +1441,10 @@ var __vue_render__$E = function () {
|
|
|
1441
1441
|
})], 1);
|
|
1442
1442
|
};
|
|
1443
1443
|
|
|
1444
|
-
var __vue_staticRenderFns__$
|
|
1444
|
+
var __vue_staticRenderFns__$F = [];
|
|
1445
1445
|
/* style */
|
|
1446
1446
|
|
|
1447
|
-
const __vue_inject_styles__$
|
|
1447
|
+
const __vue_inject_styles__$F = function (inject) {
|
|
1448
1448
|
if (!inject) return;
|
|
1449
1449
|
inject("data-v-46be532e_0", {
|
|
1450
1450
|
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%}",
|
|
@@ -1455,29 +1455,29 @@ const __vue_inject_styles__$E = function (inject) {
|
|
|
1455
1455
|
/* scoped */
|
|
1456
1456
|
|
|
1457
1457
|
|
|
1458
|
-
const __vue_scope_id__$
|
|
1458
|
+
const __vue_scope_id__$F = "data-v-46be532e";
|
|
1459
1459
|
/* module identifier */
|
|
1460
1460
|
|
|
1461
|
-
const __vue_module_identifier__$
|
|
1461
|
+
const __vue_module_identifier__$F = undefined;
|
|
1462
1462
|
/* functional template */
|
|
1463
1463
|
|
|
1464
|
-
const __vue_is_functional_template__$
|
|
1464
|
+
const __vue_is_functional_template__$F = false;
|
|
1465
1465
|
/* style inject SSR */
|
|
1466
1466
|
|
|
1467
1467
|
/* style inject shadow dom */
|
|
1468
1468
|
|
|
1469
|
-
const __vue_component__$
|
|
1470
|
-
render: __vue_render__$
|
|
1471
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1472
|
-
}, __vue_inject_styles__$
|
|
1469
|
+
const __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
1470
|
+
render: __vue_render__$F,
|
|
1471
|
+
staticRenderFns: __vue_staticRenderFns__$F
|
|
1472
|
+
}, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, createInjector, undefined, undefined);
|
|
1473
1473
|
|
|
1474
|
-
var script$
|
|
1474
|
+
var script$E = {
|
|
1475
1475
|
name: "VcNoticeModal",
|
|
1476
1476
|
components: {
|
|
1477
|
-
VcImage: __vue_component__$
|
|
1478
|
-
VcLayout: __vue_component__$
|
|
1479
|
-
VcModalFooter: __vue_component__$
|
|
1480
|
-
VcModalContainer: __vue_component__$
|
|
1477
|
+
VcImage: __vue_component__$F,
|
|
1478
|
+
VcLayout: __vue_component__$L,
|
|
1479
|
+
VcModalFooter: __vue_component__$K,
|
|
1480
|
+
VcModalContainer: __vue_component__$M
|
|
1481
1481
|
},
|
|
1482
1482
|
props: {
|
|
1483
1483
|
showDialog: {
|
|
@@ -1537,10 +1537,10 @@ var script$D = {
|
|
|
1537
1537
|
};
|
|
1538
1538
|
|
|
1539
1539
|
/* script */
|
|
1540
|
-
const __vue_script__$
|
|
1540
|
+
const __vue_script__$E = script$E;
|
|
1541
1541
|
/* template */
|
|
1542
1542
|
|
|
1543
|
-
var __vue_render__$
|
|
1543
|
+
var __vue_render__$E = function () {
|
|
1544
1544
|
var _vm = this;
|
|
1545
1545
|
|
|
1546
1546
|
var _h = _vm.$createElement;
|
|
@@ -1627,10 +1627,10 @@ var __vue_render__$D = function () {
|
|
|
1627
1627
|
});
|
|
1628
1628
|
};
|
|
1629
1629
|
|
|
1630
|
-
var __vue_staticRenderFns__$
|
|
1630
|
+
var __vue_staticRenderFns__$E = [];
|
|
1631
1631
|
/* style */
|
|
1632
1632
|
|
|
1633
|
-
const __vue_inject_styles__$
|
|
1633
|
+
const __vue_inject_styles__$E = function (inject) {
|
|
1634
1634
|
if (!inject) return;
|
|
1635
1635
|
inject("data-v-d8b2c82a_0", {
|
|
1636
1636
|
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)}",
|
|
@@ -1641,28 +1641,28 @@ const __vue_inject_styles__$D = function (inject) {
|
|
|
1641
1641
|
/* scoped */
|
|
1642
1642
|
|
|
1643
1643
|
|
|
1644
|
-
const __vue_scope_id__$
|
|
1644
|
+
const __vue_scope_id__$E = "data-v-d8b2c82a";
|
|
1645
1645
|
/* module identifier */
|
|
1646
1646
|
|
|
1647
|
-
const __vue_module_identifier__$
|
|
1647
|
+
const __vue_module_identifier__$E = undefined;
|
|
1648
1648
|
/* functional template */
|
|
1649
1649
|
|
|
1650
|
-
const __vue_is_functional_template__$
|
|
1650
|
+
const __vue_is_functional_template__$E = false;
|
|
1651
1651
|
/* style inject SSR */
|
|
1652
1652
|
|
|
1653
1653
|
/* style inject shadow dom */
|
|
1654
1654
|
|
|
1655
|
-
const __vue_component__$
|
|
1656
|
-
render: __vue_render__$
|
|
1657
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1658
|
-
}, __vue_inject_styles__$
|
|
1655
|
+
const __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
1656
|
+
render: __vue_render__$E,
|
|
1657
|
+
staticRenderFns: __vue_staticRenderFns__$E
|
|
1658
|
+
}, __vue_inject_styles__$E, __vue_script__$E, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, createInjector, undefined, undefined);
|
|
1659
1659
|
|
|
1660
|
-
var script$
|
|
1660
|
+
var script$D = {
|
|
1661
1661
|
name: "VcAlert",
|
|
1662
1662
|
components: {
|
|
1663
|
-
VcIcon: __vue_component__$
|
|
1664
|
-
VcButton: __vue_component__$
|
|
1665
|
-
VcLayout: __vue_component__$
|
|
1663
|
+
VcIcon: __vue_component__$O,
|
|
1664
|
+
VcButton: __vue_component__$N,
|
|
1665
|
+
VcLayout: __vue_component__$L,
|
|
1666
1666
|
VAlert: VAlert
|
|
1667
1667
|
},
|
|
1668
1668
|
props: {
|
|
@@ -1758,10 +1758,10 @@ var script$C = {
|
|
|
1758
1758
|
};
|
|
1759
1759
|
|
|
1760
1760
|
/* script */
|
|
1761
|
-
const __vue_script__$
|
|
1761
|
+
const __vue_script__$D = script$D;
|
|
1762
1762
|
/* template */
|
|
1763
1763
|
|
|
1764
|
-
var __vue_render__$
|
|
1764
|
+
var __vue_render__$D = function () {
|
|
1765
1765
|
var _vm = this;
|
|
1766
1766
|
|
|
1767
1767
|
var _h = _vm.$createElement;
|
|
@@ -1831,10 +1831,10 @@ var __vue_render__$C = function () {
|
|
|
1831
1831
|
}) : _vm._e()], 1);
|
|
1832
1832
|
};
|
|
1833
1833
|
|
|
1834
|
-
var __vue_staticRenderFns__$
|
|
1834
|
+
var __vue_staticRenderFns__$D = [];
|
|
1835
1835
|
/* style */
|
|
1836
1836
|
|
|
1837
|
-
const __vue_inject_styles__$
|
|
1837
|
+
const __vue_inject_styles__$D = function (inject) {
|
|
1838
1838
|
if (!inject) return;
|
|
1839
1839
|
inject("data-v-7847c9c0_0", {
|
|
1840
1840
|
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)}",
|
|
@@ -1845,21 +1845,21 @@ const __vue_inject_styles__$C = function (inject) {
|
|
|
1845
1845
|
/* scoped */
|
|
1846
1846
|
|
|
1847
1847
|
|
|
1848
|
-
const __vue_scope_id__$
|
|
1848
|
+
const __vue_scope_id__$D = undefined;
|
|
1849
1849
|
/* module identifier */
|
|
1850
1850
|
|
|
1851
|
-
const __vue_module_identifier__$
|
|
1851
|
+
const __vue_module_identifier__$D = undefined;
|
|
1852
1852
|
/* functional template */
|
|
1853
1853
|
|
|
1854
|
-
const __vue_is_functional_template__$
|
|
1854
|
+
const __vue_is_functional_template__$D = false;
|
|
1855
1855
|
/* style inject SSR */
|
|
1856
1856
|
|
|
1857
1857
|
/* style inject shadow dom */
|
|
1858
1858
|
|
|
1859
|
-
const __vue_component__$
|
|
1860
|
-
render: __vue_render__$
|
|
1861
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1862
|
-
}, __vue_inject_styles__$
|
|
1859
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
1860
|
+
render: __vue_render__$D,
|
|
1861
|
+
staticRenderFns: __vue_staticRenderFns__$D
|
|
1862
|
+
}, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
|
|
1863
1863
|
|
|
1864
1864
|
//
|
|
1865
1865
|
//
|
|
@@ -1907,7 +1907,7 @@ const __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
|
1907
1907
|
//
|
|
1908
1908
|
//
|
|
1909
1909
|
//
|
|
1910
|
-
var script$
|
|
1910
|
+
var script$C = {
|
|
1911
1911
|
components: {
|
|
1912
1912
|
VTooltip: VTooltip
|
|
1913
1913
|
},
|
|
@@ -1968,10 +1968,10 @@ var script$B = {
|
|
|
1968
1968
|
};
|
|
1969
1969
|
|
|
1970
1970
|
/* script */
|
|
1971
|
-
const __vue_script__$
|
|
1971
|
+
const __vue_script__$C = script$C;
|
|
1972
1972
|
/* template */
|
|
1973
1973
|
|
|
1974
|
-
var __vue_render__$
|
|
1974
|
+
var __vue_render__$C = function () {
|
|
1975
1975
|
var _vm = this;
|
|
1976
1976
|
|
|
1977
1977
|
var _h = _vm.$createElement;
|
|
@@ -2024,10 +2024,10 @@ var __vue_render__$B = function () {
|
|
|
2024
2024
|
})])])])], 1);
|
|
2025
2025
|
};
|
|
2026
2026
|
|
|
2027
|
-
var __vue_staticRenderFns__$
|
|
2027
|
+
var __vue_staticRenderFns__$C = [];
|
|
2028
2028
|
/* style */
|
|
2029
2029
|
|
|
2030
|
-
const __vue_inject_styles__$
|
|
2030
|
+
const __vue_inject_styles__$C = function (inject) {
|
|
2031
2031
|
if (!inject) return;
|
|
2032
2032
|
inject("data-v-09191fda_0", {
|
|
2033
2033
|
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}",
|
|
@@ -2038,26 +2038,26 @@ const __vue_inject_styles__$B = function (inject) {
|
|
|
2038
2038
|
/* scoped */
|
|
2039
2039
|
|
|
2040
2040
|
|
|
2041
|
-
const __vue_scope_id__$
|
|
2041
|
+
const __vue_scope_id__$C = undefined;
|
|
2042
2042
|
/* module identifier */
|
|
2043
2043
|
|
|
2044
|
-
const __vue_module_identifier__$
|
|
2044
|
+
const __vue_module_identifier__$C = undefined;
|
|
2045
2045
|
/* functional template */
|
|
2046
2046
|
|
|
2047
|
-
const __vue_is_functional_template__$
|
|
2047
|
+
const __vue_is_functional_template__$C = false;
|
|
2048
2048
|
/* style inject SSR */
|
|
2049
2049
|
|
|
2050
2050
|
/* style inject shadow dom */
|
|
2051
2051
|
|
|
2052
|
-
const __vue_component__$
|
|
2053
|
-
render: __vue_render__$
|
|
2054
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2055
|
-
}, __vue_inject_styles__$
|
|
2052
|
+
const __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
2053
|
+
render: __vue_render__$C,
|
|
2054
|
+
staticRenderFns: __vue_staticRenderFns__$C
|
|
2055
|
+
}, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
|
|
2056
2056
|
|
|
2057
|
-
var script$
|
|
2057
|
+
var script$B = {
|
|
2058
2058
|
name: "VcIconWithTooltip",
|
|
2059
2059
|
components: {
|
|
2060
|
-
VcTooltip: __vue_component__$
|
|
2060
|
+
VcTooltip: __vue_component__$C,
|
|
2061
2061
|
VIcon: VIcon
|
|
2062
2062
|
},
|
|
2063
2063
|
props: {
|
|
@@ -2117,10 +2117,10 @@ var script$A = {
|
|
|
2117
2117
|
};
|
|
2118
2118
|
|
|
2119
2119
|
/* script */
|
|
2120
|
-
const __vue_script__$
|
|
2120
|
+
const __vue_script__$B = script$B;
|
|
2121
2121
|
/* template */
|
|
2122
2122
|
|
|
2123
|
-
var __vue_render__$
|
|
2123
|
+
var __vue_render__$B = function () {
|
|
2124
2124
|
var _vm = this;
|
|
2125
2125
|
|
|
2126
2126
|
var _h = _vm.$createElement;
|
|
@@ -2150,10 +2150,10 @@ var __vue_render__$A = function () {
|
|
|
2150
2150
|
}, [_vm._v("\n " + _vm._s(_vm.getIcon) + "\n ")])]], 2);
|
|
2151
2151
|
};
|
|
2152
2152
|
|
|
2153
|
-
var __vue_staticRenderFns__$
|
|
2153
|
+
var __vue_staticRenderFns__$B = [];
|
|
2154
2154
|
/* style */
|
|
2155
2155
|
|
|
2156
|
-
const __vue_inject_styles__$
|
|
2156
|
+
const __vue_inject_styles__$B = function (inject) {
|
|
2157
2157
|
if (!inject) return;
|
|
2158
2158
|
inject("data-v-7193d7d6_0", {
|
|
2159
2159
|
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)}",
|
|
@@ -2164,25 +2164,25 @@ const __vue_inject_styles__$A = function (inject) {
|
|
|
2164
2164
|
/* scoped */
|
|
2165
2165
|
|
|
2166
2166
|
|
|
2167
|
-
const __vue_scope_id__$
|
|
2167
|
+
const __vue_scope_id__$B = undefined;
|
|
2168
2168
|
/* module identifier */
|
|
2169
2169
|
|
|
2170
|
-
const __vue_module_identifier__$
|
|
2170
|
+
const __vue_module_identifier__$B = undefined;
|
|
2171
2171
|
/* functional template */
|
|
2172
2172
|
|
|
2173
|
-
const __vue_is_functional_template__$
|
|
2173
|
+
const __vue_is_functional_template__$B = false;
|
|
2174
2174
|
/* style inject SSR */
|
|
2175
2175
|
|
|
2176
2176
|
/* style inject shadow dom */
|
|
2177
2177
|
|
|
2178
|
-
const __vue_component__$
|
|
2179
|
-
render: __vue_render__$
|
|
2180
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2181
|
-
}, __vue_inject_styles__$
|
|
2178
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
2179
|
+
render: __vue_render__$B,
|
|
2180
|
+
staticRenderFns: __vue_staticRenderFns__$B
|
|
2181
|
+
}, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
|
|
2182
2182
|
|
|
2183
|
-
var script$
|
|
2183
|
+
var script$A = {
|
|
2184
2184
|
components: {
|
|
2185
|
-
VcImage: __vue_component__$
|
|
2185
|
+
VcImage: __vue_component__$F,
|
|
2186
2186
|
VIcon: VIcon,
|
|
2187
2187
|
VTooltip: VTooltip
|
|
2188
2188
|
},
|
|
@@ -2318,10 +2318,10 @@ var script$z = {
|
|
|
2318
2318
|
};
|
|
2319
2319
|
|
|
2320
2320
|
/* script */
|
|
2321
|
-
const __vue_script__$
|
|
2321
|
+
const __vue_script__$A = script$A;
|
|
2322
2322
|
/* template */
|
|
2323
2323
|
|
|
2324
|
-
var __vue_render__$
|
|
2324
|
+
var __vue_render__$A = function () {
|
|
2325
2325
|
var _vm = this;
|
|
2326
2326
|
|
|
2327
2327
|
var _h = _vm.$createElement;
|
|
@@ -2371,10 +2371,10 @@ var __vue_render__$z = function () {
|
|
|
2371
2371
|
}, [_vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.lightModeTooltip))])])], 1);
|
|
2372
2372
|
};
|
|
2373
2373
|
|
|
2374
|
-
var __vue_staticRenderFns__$
|
|
2374
|
+
var __vue_staticRenderFns__$A = [];
|
|
2375
2375
|
/* style */
|
|
2376
2376
|
|
|
2377
|
-
const __vue_inject_styles__$
|
|
2377
|
+
const __vue_inject_styles__$A = function (inject) {
|
|
2378
2378
|
if (!inject) return;
|
|
2379
2379
|
inject("data-v-477258d2_0", {
|
|
2380
2380
|
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}",
|
|
@@ -2385,29 +2385,29 @@ const __vue_inject_styles__$z = function (inject) {
|
|
|
2385
2385
|
/* scoped */
|
|
2386
2386
|
|
|
2387
2387
|
|
|
2388
|
-
const __vue_scope_id__$
|
|
2388
|
+
const __vue_scope_id__$A = "data-v-477258d2";
|
|
2389
2389
|
/* module identifier */
|
|
2390
2390
|
|
|
2391
|
-
const __vue_module_identifier__$
|
|
2391
|
+
const __vue_module_identifier__$A = undefined;
|
|
2392
2392
|
/* functional template */
|
|
2393
2393
|
|
|
2394
|
-
const __vue_is_functional_template__$
|
|
2394
|
+
const __vue_is_functional_template__$A = false;
|
|
2395
2395
|
/* style inject SSR */
|
|
2396
2396
|
|
|
2397
2397
|
/* style inject shadow dom */
|
|
2398
2398
|
|
|
2399
|
-
const __vue_component__$
|
|
2400
|
-
render: __vue_render__$
|
|
2401
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2402
|
-
}, __vue_inject_styles__$
|
|
2399
|
+
const __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
2400
|
+
render: __vue_render__$A,
|
|
2401
|
+
staticRenderFns: __vue_staticRenderFns__$A
|
|
2402
|
+
}, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
|
|
2403
2403
|
|
|
2404
|
-
var script$
|
|
2404
|
+
var script$z = {
|
|
2405
2405
|
name: "VcBottomActions",
|
|
2406
2406
|
components: {
|
|
2407
|
-
VcLayout: __vue_component__$
|
|
2408
|
-
VcButton: __vue_component__$
|
|
2409
|
-
VcIcon: __vue_component__$
|
|
2410
|
-
VcAvatar: __vue_component__$
|
|
2407
|
+
VcLayout: __vue_component__$L,
|
|
2408
|
+
VcButton: __vue_component__$N,
|
|
2409
|
+
VcIcon: __vue_component__$O,
|
|
2410
|
+
VcAvatar: __vue_component__$A,
|
|
2411
2411
|
VSubheader: VSubheader,
|
|
2412
2412
|
VListItem: VListItem,
|
|
2413
2413
|
VList: VList,
|
|
@@ -2449,10 +2449,10 @@ var script$y = {
|
|
|
2449
2449
|
};
|
|
2450
2450
|
|
|
2451
2451
|
/* script */
|
|
2452
|
-
const __vue_script__$
|
|
2452
|
+
const __vue_script__$z = script$z;
|
|
2453
2453
|
/* template */
|
|
2454
2454
|
|
|
2455
|
-
var __vue_render__$
|
|
2455
|
+
var __vue_render__$z = function () {
|
|
2456
2456
|
var _vm = this;
|
|
2457
2457
|
|
|
2458
2458
|
var _h = _vm.$createElement;
|
|
@@ -2538,10 +2538,10 @@ var __vue_render__$y = function () {
|
|
|
2538
2538
|
}), 1)], 1)], 1);
|
|
2539
2539
|
};
|
|
2540
2540
|
|
|
2541
|
-
var __vue_staticRenderFns__$
|
|
2541
|
+
var __vue_staticRenderFns__$z = [];
|
|
2542
2542
|
/* style */
|
|
2543
2543
|
|
|
2544
|
-
const __vue_inject_styles__$
|
|
2544
|
+
const __vue_inject_styles__$z = function (inject) {
|
|
2545
2545
|
if (!inject) return;
|
|
2546
2546
|
inject("data-v-51eeacd7_0", {
|
|
2547
2547
|
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)}",
|
|
@@ -2552,28 +2552,28 @@ const __vue_inject_styles__$y = function (inject) {
|
|
|
2552
2552
|
/* scoped */
|
|
2553
2553
|
|
|
2554
2554
|
|
|
2555
|
-
const __vue_scope_id__$
|
|
2555
|
+
const __vue_scope_id__$z = undefined;
|
|
2556
2556
|
/* module identifier */
|
|
2557
2557
|
|
|
2558
|
-
const __vue_module_identifier__$
|
|
2558
|
+
const __vue_module_identifier__$z = undefined;
|
|
2559
2559
|
/* functional template */
|
|
2560
2560
|
|
|
2561
|
-
const __vue_is_functional_template__$
|
|
2561
|
+
const __vue_is_functional_template__$z = false;
|
|
2562
2562
|
/* style inject SSR */
|
|
2563
2563
|
|
|
2564
2564
|
/* style inject shadow dom */
|
|
2565
2565
|
|
|
2566
|
-
const __vue_component__$
|
|
2567
|
-
render: __vue_render__$
|
|
2568
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2569
|
-
}, __vue_inject_styles__$
|
|
2566
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
2567
|
+
render: __vue_render__$z,
|
|
2568
|
+
staticRenderFns: __vue_staticRenderFns__$z
|
|
2569
|
+
}, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, createInjector, undefined, undefined);
|
|
2570
2570
|
|
|
2571
|
-
var script$
|
|
2571
|
+
var script$y = {
|
|
2572
2572
|
name: "VcActionList",
|
|
2573
2573
|
components: {
|
|
2574
|
-
VcLayout: __vue_component__$
|
|
2575
|
-
VcButton: __vue_component__$
|
|
2576
|
-
VcIcon: __vue_component__$
|
|
2574
|
+
VcLayout: __vue_component__$L,
|
|
2575
|
+
VcButton: __vue_component__$N,
|
|
2576
|
+
VcIcon: __vue_component__$O,
|
|
2577
2577
|
VListItemTitle: VListItemTitle,
|
|
2578
2578
|
VListItem: VListItem,
|
|
2579
2579
|
VList: VList,
|
|
@@ -2599,10 +2599,10 @@ var script$x = {
|
|
|
2599
2599
|
};
|
|
2600
2600
|
|
|
2601
2601
|
/* script */
|
|
2602
|
-
const __vue_script__$
|
|
2602
|
+
const __vue_script__$y = script$y;
|
|
2603
2603
|
/* template */
|
|
2604
2604
|
|
|
2605
|
-
var __vue_render__$
|
|
2605
|
+
var __vue_render__$y = function () {
|
|
2606
2606
|
var _vm = this;
|
|
2607
2607
|
|
|
2608
2608
|
var _h = _vm.$createElement;
|
|
@@ -2654,10 +2654,10 @@ var __vue_render__$x = function () {
|
|
|
2654
2654
|
}), 1)], 1)], 1);
|
|
2655
2655
|
};
|
|
2656
2656
|
|
|
2657
|
-
var __vue_staticRenderFns__$
|
|
2657
|
+
var __vue_staticRenderFns__$y = [];
|
|
2658
2658
|
/* style */
|
|
2659
2659
|
|
|
2660
|
-
const __vue_inject_styles__$
|
|
2660
|
+
const __vue_inject_styles__$y = function (inject) {
|
|
2661
2661
|
if (!inject) return;
|
|
2662
2662
|
inject("data-v-500d77ad_0", {
|
|
2663
2663
|
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)}",
|
|
@@ -2668,28 +2668,28 @@ const __vue_inject_styles__$x = function (inject) {
|
|
|
2668
2668
|
/* scoped */
|
|
2669
2669
|
|
|
2670
2670
|
|
|
2671
|
-
const __vue_scope_id__$
|
|
2671
|
+
const __vue_scope_id__$y = undefined;
|
|
2672
2672
|
/* module identifier */
|
|
2673
2673
|
|
|
2674
|
-
const __vue_module_identifier__$
|
|
2674
|
+
const __vue_module_identifier__$y = undefined;
|
|
2675
2675
|
/* functional template */
|
|
2676
2676
|
|
|
2677
|
-
const __vue_is_functional_template__$
|
|
2677
|
+
const __vue_is_functional_template__$y = false;
|
|
2678
2678
|
/* style inject SSR */
|
|
2679
2679
|
|
|
2680
2680
|
/* style inject shadow dom */
|
|
2681
2681
|
|
|
2682
|
-
const __vue_component__$
|
|
2683
|
-
render: __vue_render__$
|
|
2684
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2685
|
-
}, __vue_inject_styles__$
|
|
2682
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
2683
|
+
render: __vue_render__$y,
|
|
2684
|
+
staticRenderFns: __vue_staticRenderFns__$y
|
|
2685
|
+
}, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
|
|
2686
2686
|
|
|
2687
|
-
var script$
|
|
2687
|
+
var script$x = {
|
|
2688
2688
|
name: "VcActions",
|
|
2689
2689
|
components: {
|
|
2690
|
-
VcIcon: __vue_component__$
|
|
2691
|
-
VcActionList: __vue_component__$
|
|
2692
|
-
VcBottomActions: __vue_component__$
|
|
2690
|
+
VcIcon: __vue_component__$O,
|
|
2691
|
+
VcActionList: __vue_component__$y,
|
|
2692
|
+
VcBottomActions: __vue_component__$z
|
|
2693
2693
|
},
|
|
2694
2694
|
|
|
2695
2695
|
data() {
|
|
@@ -2742,10 +2742,10 @@ var script$w = {
|
|
|
2742
2742
|
};
|
|
2743
2743
|
|
|
2744
2744
|
/* script */
|
|
2745
|
-
const __vue_script__$
|
|
2745
|
+
const __vue_script__$x = script$x;
|
|
2746
2746
|
/* template */
|
|
2747
2747
|
|
|
2748
|
-
var __vue_render__$
|
|
2748
|
+
var __vue_render__$x = function () {
|
|
2749
2749
|
var _vm = this;
|
|
2750
2750
|
|
|
2751
2751
|
var _h = _vm.$createElement;
|
|
@@ -2789,29 +2789,29 @@ var __vue_render__$w = function () {
|
|
|
2789
2789
|
}, 'component', _vm.$props, false));
|
|
2790
2790
|
};
|
|
2791
2791
|
|
|
2792
|
-
var __vue_staticRenderFns__$
|
|
2792
|
+
var __vue_staticRenderFns__$x = [];
|
|
2793
2793
|
/* style */
|
|
2794
2794
|
|
|
2795
|
-
const __vue_inject_styles__$
|
|
2795
|
+
const __vue_inject_styles__$x = undefined;
|
|
2796
2796
|
/* scoped */
|
|
2797
2797
|
|
|
2798
|
-
const __vue_scope_id__$
|
|
2798
|
+
const __vue_scope_id__$x = undefined;
|
|
2799
2799
|
/* module identifier */
|
|
2800
2800
|
|
|
2801
|
-
const __vue_module_identifier__$
|
|
2801
|
+
const __vue_module_identifier__$x = undefined;
|
|
2802
2802
|
/* functional template */
|
|
2803
2803
|
|
|
2804
|
-
const __vue_is_functional_template__$
|
|
2804
|
+
const __vue_is_functional_template__$x = false;
|
|
2805
2805
|
/* style inject */
|
|
2806
2806
|
|
|
2807
2807
|
/* style inject SSR */
|
|
2808
2808
|
|
|
2809
2809
|
/* style inject shadow dom */
|
|
2810
2810
|
|
|
2811
|
-
const __vue_component__$
|
|
2812
|
-
render: __vue_render__$
|
|
2813
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2814
|
-
}, __vue_inject_styles__$
|
|
2811
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
2812
|
+
render: __vue_render__$x,
|
|
2813
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
2814
|
+
}, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, undefined, undefined);
|
|
2815
2815
|
|
|
2816
2816
|
//
|
|
2817
2817
|
//
|
|
@@ -2836,7 +2836,7 @@ const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
|
2836
2836
|
//
|
|
2837
2837
|
//
|
|
2838
2838
|
//
|
|
2839
|
-
var script$
|
|
2839
|
+
var script$w = {
|
|
2840
2840
|
components: {
|
|
2841
2841
|
VStepperStep: VStepperStep,
|
|
2842
2842
|
VStepper: VStepper
|
|
@@ -2909,10 +2909,10 @@ var script$v = {
|
|
|
2909
2909
|
};
|
|
2910
2910
|
|
|
2911
2911
|
/* script */
|
|
2912
|
-
const __vue_script__$
|
|
2912
|
+
const __vue_script__$w = script$w;
|
|
2913
2913
|
/* template */
|
|
2914
2914
|
|
|
2915
|
-
var __vue_render__$
|
|
2915
|
+
var __vue_render__$w = function () {
|
|
2916
2916
|
var _vm = this;
|
|
2917
2917
|
|
|
2918
2918
|
var _h = _vm.$createElement;
|
|
@@ -2951,10 +2951,10 @@ var __vue_render__$v = function () {
|
|
|
2951
2951
|
})], 2)], 1);
|
|
2952
2952
|
};
|
|
2953
2953
|
|
|
2954
|
-
var __vue_staticRenderFns__$
|
|
2954
|
+
var __vue_staticRenderFns__$w = [];
|
|
2955
2955
|
/* style */
|
|
2956
2956
|
|
|
2957
|
-
const __vue_inject_styles__$
|
|
2957
|
+
const __vue_inject_styles__$w = function (inject) {
|
|
2958
2958
|
if (!inject) return;
|
|
2959
2959
|
inject("data-v-d21a486c_0", {
|
|
2960
2960
|
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)}",
|
|
@@ -2965,21 +2965,21 @@ const __vue_inject_styles__$v = function (inject) {
|
|
|
2965
2965
|
/* scoped */
|
|
2966
2966
|
|
|
2967
2967
|
|
|
2968
|
-
const __vue_scope_id__$
|
|
2968
|
+
const __vue_scope_id__$w = "data-v-d21a486c";
|
|
2969
2969
|
/* module identifier */
|
|
2970
2970
|
|
|
2971
|
-
const __vue_module_identifier__$
|
|
2971
|
+
const __vue_module_identifier__$w = undefined;
|
|
2972
2972
|
/* functional template */
|
|
2973
2973
|
|
|
2974
|
-
const __vue_is_functional_template__$
|
|
2974
|
+
const __vue_is_functional_template__$w = false;
|
|
2975
2975
|
/* style inject SSR */
|
|
2976
2976
|
|
|
2977
2977
|
/* style inject shadow dom */
|
|
2978
2978
|
|
|
2979
|
-
const __vue_component__$
|
|
2980
|
-
render: __vue_render__$
|
|
2981
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2982
|
-
}, __vue_inject_styles__$
|
|
2979
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
2980
|
+
render: __vue_render__$w,
|
|
2981
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
2982
|
+
}, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
|
|
2983
2983
|
|
|
2984
2984
|
//
|
|
2985
2985
|
//
|
|
@@ -2996,7 +2996,7 @@ const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
|
2996
2996
|
//
|
|
2997
2997
|
//
|
|
2998
2998
|
//
|
|
2999
|
-
var script$
|
|
2999
|
+
var script$v = {
|
|
3000
3000
|
components: {
|
|
3001
3001
|
VProgressCircular: VProgressCircular
|
|
3002
3002
|
},
|
|
@@ -3065,10 +3065,10 @@ var script$u = {
|
|
|
3065
3065
|
};
|
|
3066
3066
|
|
|
3067
3067
|
/* script */
|
|
3068
|
-
const __vue_script__$
|
|
3068
|
+
const __vue_script__$v = script$v;
|
|
3069
3069
|
/* template */
|
|
3070
3070
|
|
|
3071
|
-
var __vue_render__$
|
|
3071
|
+
var __vue_render__$v = function () {
|
|
3072
3072
|
var _vm = this;
|
|
3073
3073
|
|
|
3074
3074
|
var _h = _vm.$createElement;
|
|
@@ -3089,10 +3089,10 @@ var __vue_render__$u = function () {
|
|
|
3089
3089
|
}, [_vm._v("\n " + _vm._s(_vm.currentStep) + " / " + _vm._s(_vm.steps) + "\n ")]) : _vm._e()]);
|
|
3090
3090
|
};
|
|
3091
3091
|
|
|
3092
|
-
var __vue_staticRenderFns__$
|
|
3092
|
+
var __vue_staticRenderFns__$v = [];
|
|
3093
3093
|
/* style */
|
|
3094
3094
|
|
|
3095
|
-
const __vue_inject_styles__$
|
|
3095
|
+
const __vue_inject_styles__$v = function (inject) {
|
|
3096
3096
|
if (!inject) return;
|
|
3097
3097
|
inject("data-v-5c278fc2_0", {
|
|
3098
3098
|
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)}",
|
|
@@ -3103,27 +3103,27 @@ const __vue_inject_styles__$u = function (inject) {
|
|
|
3103
3103
|
/* scoped */
|
|
3104
3104
|
|
|
3105
3105
|
|
|
3106
|
-
const __vue_scope_id__$
|
|
3106
|
+
const __vue_scope_id__$v = "data-v-5c278fc2";
|
|
3107
3107
|
/* module identifier */
|
|
3108
3108
|
|
|
3109
|
-
const __vue_module_identifier__$
|
|
3109
|
+
const __vue_module_identifier__$v = undefined;
|
|
3110
3110
|
/* functional template */
|
|
3111
3111
|
|
|
3112
|
-
const __vue_is_functional_template__$
|
|
3112
|
+
const __vue_is_functional_template__$v = false;
|
|
3113
3113
|
/* style inject SSR */
|
|
3114
3114
|
|
|
3115
3115
|
/* style inject shadow dom */
|
|
3116
3116
|
|
|
3117
|
-
const __vue_component__$
|
|
3118
|
-
render: __vue_render__$
|
|
3119
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3120
|
-
}, __vue_inject_styles__$
|
|
3117
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
3118
|
+
render: __vue_render__$v,
|
|
3119
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
3120
|
+
}, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
|
|
3121
3121
|
|
|
3122
|
-
var script$
|
|
3122
|
+
var script$u = {
|
|
3123
3123
|
name: "VcMobileWizardProgress",
|
|
3124
3124
|
components: {
|
|
3125
|
-
VcLayout: __vue_component__$
|
|
3126
|
-
VcProgressCircular: __vue_component__$
|
|
3125
|
+
VcLayout: __vue_component__$L,
|
|
3126
|
+
VcProgressCircular: __vue_component__$v
|
|
3127
3127
|
},
|
|
3128
3128
|
model: {
|
|
3129
3129
|
prop: 'currentStep'
|
|
@@ -3179,10 +3179,10 @@ var script$t = {
|
|
|
3179
3179
|
};
|
|
3180
3180
|
|
|
3181
3181
|
/* script */
|
|
3182
|
-
const __vue_script__$
|
|
3182
|
+
const __vue_script__$u = script$u;
|
|
3183
3183
|
/* template */
|
|
3184
3184
|
|
|
3185
|
-
var __vue_render__$
|
|
3185
|
+
var __vue_render__$u = function () {
|
|
3186
3186
|
var _vm = this;
|
|
3187
3187
|
|
|
3188
3188
|
var _h = _vm.$createElement;
|
|
@@ -3218,10 +3218,10 @@ var __vue_render__$t = function () {
|
|
|
3218
3218
|
}, [_vm._v(_vm._s(_vm.nextStepName))]) : _vm._e()])], 1);
|
|
3219
3219
|
};
|
|
3220
3220
|
|
|
3221
|
-
var __vue_staticRenderFns__$
|
|
3221
|
+
var __vue_staticRenderFns__$u = [];
|
|
3222
3222
|
/* style */
|
|
3223
3223
|
|
|
3224
|
-
const __vue_inject_styles__$
|
|
3224
|
+
const __vue_inject_styles__$u = function (inject) {
|
|
3225
3225
|
if (!inject) return;
|
|
3226
3226
|
inject("data-v-4fe04d36_0", {
|
|
3227
3227
|
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)}",
|
|
@@ -3232,28 +3232,28 @@ const __vue_inject_styles__$t = function (inject) {
|
|
|
3232
3232
|
/* scoped */
|
|
3233
3233
|
|
|
3234
3234
|
|
|
3235
|
-
const __vue_scope_id__$
|
|
3235
|
+
const __vue_scope_id__$u = "data-v-4fe04d36";
|
|
3236
3236
|
/* module identifier */
|
|
3237
3237
|
|
|
3238
|
-
const __vue_module_identifier__$
|
|
3238
|
+
const __vue_module_identifier__$u = undefined;
|
|
3239
3239
|
/* functional template */
|
|
3240
3240
|
|
|
3241
|
-
const __vue_is_functional_template__$
|
|
3241
|
+
const __vue_is_functional_template__$u = false;
|
|
3242
3242
|
/* style inject SSR */
|
|
3243
3243
|
|
|
3244
3244
|
/* style inject shadow dom */
|
|
3245
3245
|
|
|
3246
|
-
const __vue_component__$
|
|
3247
|
-
render: __vue_render__$
|
|
3248
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3249
|
-
}, __vue_inject_styles__$
|
|
3246
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
3247
|
+
render: __vue_render__$u,
|
|
3248
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
3249
|
+
}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
|
|
3250
3250
|
|
|
3251
|
-
var script$
|
|
3251
|
+
var script$t = {
|
|
3252
3252
|
name: 'VcCheckbox',
|
|
3253
3253
|
components: {
|
|
3254
|
-
VcIcon: __vue_component__$
|
|
3255
|
-
VcAvatar: __vue_component__$
|
|
3256
|
-
VcTooltip: __vue_component__$
|
|
3254
|
+
VcIcon: __vue_component__$O,
|
|
3255
|
+
VcAvatar: __vue_component__$A,
|
|
3256
|
+
VcTooltip: __vue_component__$C,
|
|
3257
3257
|
VCheckbox: VCheckbox
|
|
3258
3258
|
},
|
|
3259
3259
|
computed: {
|
|
@@ -3309,10 +3309,10 @@ var script$s = {
|
|
|
3309
3309
|
};
|
|
3310
3310
|
|
|
3311
3311
|
/* script */
|
|
3312
|
-
const __vue_script__$
|
|
3312
|
+
const __vue_script__$t = script$t;
|
|
3313
3313
|
/* template */
|
|
3314
3314
|
|
|
3315
|
-
var __vue_render__$
|
|
3315
|
+
var __vue_render__$t = function () {
|
|
3316
3316
|
var _vm = this;
|
|
3317
3317
|
|
|
3318
3318
|
var _h = _vm.$createElement;
|
|
@@ -3376,10 +3376,10 @@ var __vue_render__$s = function () {
|
|
|
3376
3376
|
});
|
|
3377
3377
|
};
|
|
3378
3378
|
|
|
3379
|
-
var __vue_staticRenderFns__$
|
|
3379
|
+
var __vue_staticRenderFns__$t = [];
|
|
3380
3380
|
/* style */
|
|
3381
3381
|
|
|
3382
|
-
const __vue_inject_styles__$
|
|
3382
|
+
const __vue_inject_styles__$t = function (inject) {
|
|
3383
3383
|
if (!inject) return;
|
|
3384
3384
|
inject("data-v-347ec55e_0", {
|
|
3385
3385
|
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}",
|
|
@@ -3390,28 +3390,28 @@ const __vue_inject_styles__$s = function (inject) {
|
|
|
3390
3390
|
/* scoped */
|
|
3391
3391
|
|
|
3392
3392
|
|
|
3393
|
-
const __vue_scope_id__$
|
|
3393
|
+
const __vue_scope_id__$t = "data-v-347ec55e";
|
|
3394
3394
|
/* module identifier */
|
|
3395
3395
|
|
|
3396
|
-
const __vue_module_identifier__$
|
|
3396
|
+
const __vue_module_identifier__$t = undefined;
|
|
3397
3397
|
/* functional template */
|
|
3398
3398
|
|
|
3399
|
-
const __vue_is_functional_template__$
|
|
3399
|
+
const __vue_is_functional_template__$t = false;
|
|
3400
3400
|
/* style inject SSR */
|
|
3401
3401
|
|
|
3402
3402
|
/* style inject shadow dom */
|
|
3403
3403
|
|
|
3404
|
-
const __vue_component__$
|
|
3405
|
-
render: __vue_render__$
|
|
3406
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3407
|
-
}, __vue_inject_styles__$
|
|
3404
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
3405
|
+
render: __vue_render__$t,
|
|
3406
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
3407
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
|
|
3408
3408
|
|
|
3409
|
-
var script$
|
|
3409
|
+
var script$s = {
|
|
3410
3410
|
name: "VcChecklistItem",
|
|
3411
3411
|
components: {
|
|
3412
|
-
VcLayout: __vue_component__$
|
|
3413
|
-
VcCheckbox: __vue_component__$
|
|
3414
|
-
VcTooltip: __vue_component__$
|
|
3412
|
+
VcLayout: __vue_component__$L,
|
|
3413
|
+
VcCheckbox: __vue_component__$t,
|
|
3414
|
+
VcTooltip: __vue_component__$C
|
|
3415
3415
|
},
|
|
3416
3416
|
model: {
|
|
3417
3417
|
prop: 'checked'
|
|
@@ -3464,10 +3464,10 @@ var script$r = {
|
|
|
3464
3464
|
};
|
|
3465
3465
|
|
|
3466
3466
|
/* script */
|
|
3467
|
-
const __vue_script__$
|
|
3467
|
+
const __vue_script__$s = script$s;
|
|
3468
3468
|
/* template */
|
|
3469
3469
|
|
|
3470
|
-
var __vue_render__$
|
|
3470
|
+
var __vue_render__$s = function () {
|
|
3471
3471
|
var _vm = this;
|
|
3472
3472
|
|
|
3473
3473
|
var _h = _vm.$createElement;
|
|
@@ -3504,10 +3504,10 @@ var __vue_render__$r = function () {
|
|
|
3504
3504
|
})], 1)]], 2);
|
|
3505
3505
|
};
|
|
3506
3506
|
|
|
3507
|
-
var __vue_staticRenderFns__$
|
|
3507
|
+
var __vue_staticRenderFns__$s = [];
|
|
3508
3508
|
/* style */
|
|
3509
3509
|
|
|
3510
|
-
const __vue_inject_styles__$
|
|
3510
|
+
const __vue_inject_styles__$s = function (inject) {
|
|
3511
3511
|
if (!inject) return;
|
|
3512
3512
|
inject("data-v-0dd1f5eb_0", {
|
|
3513
3513
|
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)}",
|
|
@@ -3518,28 +3518,28 @@ const __vue_inject_styles__$r = function (inject) {
|
|
|
3518
3518
|
/* scoped */
|
|
3519
3519
|
|
|
3520
3520
|
|
|
3521
|
-
const __vue_scope_id__$
|
|
3521
|
+
const __vue_scope_id__$s = "data-v-0dd1f5eb";
|
|
3522
3522
|
/* module identifier */
|
|
3523
3523
|
|
|
3524
|
-
const __vue_module_identifier__$
|
|
3524
|
+
const __vue_module_identifier__$s = undefined;
|
|
3525
3525
|
/* functional template */
|
|
3526
3526
|
|
|
3527
|
-
const __vue_is_functional_template__$
|
|
3527
|
+
const __vue_is_functional_template__$s = false;
|
|
3528
3528
|
/* style inject SSR */
|
|
3529
3529
|
|
|
3530
3530
|
/* style inject shadow dom */
|
|
3531
3531
|
|
|
3532
|
-
const __vue_component__$
|
|
3533
|
-
render: __vue_render__$
|
|
3534
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3535
|
-
}, __vue_inject_styles__$
|
|
3532
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
3533
|
+
render: __vue_render__$s,
|
|
3534
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
3535
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
|
|
3536
3536
|
|
|
3537
|
-
var script$
|
|
3537
|
+
var script$r = {
|
|
3538
3538
|
name: "VcListbox",
|
|
3539
3539
|
components: {
|
|
3540
|
-
VcChecklistItem: __vue_component__$
|
|
3541
|
-
VcIcon: __vue_component__$
|
|
3542
|
-
VcTooltip: __vue_component__$
|
|
3540
|
+
VcChecklistItem: __vue_component__$s,
|
|
3541
|
+
VcIcon: __vue_component__$O,
|
|
3542
|
+
VcTooltip: __vue_component__$C,
|
|
3543
3543
|
VListItem: VListItem,
|
|
3544
3544
|
VListItemGroup: VListItemGroup,
|
|
3545
3545
|
VDivider: VDivider,
|
|
@@ -3571,18 +3571,15 @@ var script$q = {
|
|
|
3571
3571
|
data: () => ({
|
|
3572
3572
|
confirmedArray: []
|
|
3573
3573
|
}),
|
|
3574
|
-
watch: {
|
|
3575
|
-
items: {
|
|
3576
|
-
immediate: true,
|
|
3577
|
-
deep: true,
|
|
3578
3574
|
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3575
|
+
created() {
|
|
3576
|
+
this.items.forEach(item => {
|
|
3577
|
+
if (item.checked) {
|
|
3578
|
+
this.confirmedArray.push(item);
|
|
3582
3579
|
}
|
|
3583
|
-
|
|
3584
|
-
}
|
|
3580
|
+
});
|
|
3585
3581
|
},
|
|
3582
|
+
|
|
3586
3583
|
computed: {
|
|
3587
3584
|
getAddAnotherLabel() {
|
|
3588
3585
|
return this.addAnotherLabel || this.$dst('ds.listbox.add');
|
|
@@ -3599,10 +3596,10 @@ var script$q = {
|
|
|
3599
3596
|
};
|
|
3600
3597
|
|
|
3601
3598
|
/* script */
|
|
3602
|
-
const __vue_script__$
|
|
3599
|
+
const __vue_script__$r = script$r;
|
|
3603
3600
|
/* template */
|
|
3604
3601
|
|
|
3605
|
-
var __vue_render__$
|
|
3602
|
+
var __vue_render__$r = function () {
|
|
3606
3603
|
var _vm = this;
|
|
3607
3604
|
|
|
3608
3605
|
var _h = _vm.$createElement;
|
|
@@ -3682,13 +3679,13 @@ var __vue_render__$q = function () {
|
|
|
3682
3679
|
}, [_vm._v(_vm._s(_vm.getAddAnotherLabel))])], 1)], 1) : _vm._e()])], 1);
|
|
3683
3680
|
};
|
|
3684
3681
|
|
|
3685
|
-
var __vue_staticRenderFns__$
|
|
3682
|
+
var __vue_staticRenderFns__$r = [];
|
|
3686
3683
|
/* style */
|
|
3687
3684
|
|
|
3688
|
-
const __vue_inject_styles__$
|
|
3685
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
3689
3686
|
if (!inject) return;
|
|
3690
|
-
inject("data-v-
|
|
3691
|
-
source: "[data-v-
|
|
3687
|
+
inject("data-v-34772da4_0", {
|
|
3688
|
+
source: "[data-v-34772da4]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--popover-width:360px;--popover-max-height:464px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-list-title[data-v-34772da4]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:var(--size-value5);margin-block-end:var(--size-value3)}.VcListbox[data-v-34772da4]{padding-block:var(--size-value1);margin-block:var(--size-value1);border:1px solid var(--gray-lighten-1);box-sizing:border-box;border-radius:var(--border-radius);box-shadow:none!important}.VcListbox .vc-overflow[data-v-34772da4]{overflow:auto;max-height:160px}.VcListbox .vc-overflow .vc-list-item[data-v-34772da4]{padding:var(--size-value0);min-height:unset}.VcListbox .vc-overflow .vc-list-item[data-v-34772da4]:before{opacity:0}.VcListbox .divider[data-v-34772da4]{border-color:var(--gray-lighten-1)}.VcListbox .last-item[data-v-34772da4]{cursor:pointer;min-height:var(--size-value10)}.VcListbox .last-item[data-v-34772da4]:hover{background-color:var(--gray-lighten-3)}.VcListbox .last-item .add-another-label[data-v-34772da4]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-5)}.VcListbox .last-item .add-another-icon[data-v-34772da4]{margin-inline-end:var(--size-value3);cursor:pointer}.VcListbox .last-item .add-another-icon[data-v-34772da4] .v-icon__component{height:unset;width:unset}.VcListbox .last-item .add-another-icon[data-v-34772da4] .v-icon__component svg{width:var(--size-value3)}",
|
|
3692
3689
|
map: undefined,
|
|
3693
3690
|
media: undefined
|
|
3694
3691
|
});
|
|
@@ -3696,26 +3693,26 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
3696
3693
|
/* scoped */
|
|
3697
3694
|
|
|
3698
3695
|
|
|
3699
|
-
const __vue_scope_id__$
|
|
3696
|
+
const __vue_scope_id__$r = "data-v-34772da4";
|
|
3700
3697
|
/* module identifier */
|
|
3701
3698
|
|
|
3702
|
-
const __vue_module_identifier__$
|
|
3699
|
+
const __vue_module_identifier__$r = undefined;
|
|
3703
3700
|
/* functional template */
|
|
3704
3701
|
|
|
3705
|
-
const __vue_is_functional_template__$
|
|
3702
|
+
const __vue_is_functional_template__$r = false;
|
|
3706
3703
|
/* style inject SSR */
|
|
3707
3704
|
|
|
3708
3705
|
/* style inject shadow dom */
|
|
3709
3706
|
|
|
3710
|
-
const __vue_component__$
|
|
3711
|
-
render: __vue_render__$
|
|
3712
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3713
|
-
}, __vue_inject_styles__$
|
|
3707
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
3708
|
+
render: __vue_render__$r,
|
|
3709
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
3710
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
3714
3711
|
|
|
3715
|
-
var script$
|
|
3712
|
+
var script$q = {
|
|
3716
3713
|
name: "VcBottomSheet",
|
|
3717
3714
|
components: {
|
|
3718
|
-
VcLayout: __vue_component__$
|
|
3715
|
+
VcLayout: __vue_component__$L,
|
|
3719
3716
|
VSheet: VSheet,
|
|
3720
3717
|
VBottomSheet: VBottomSheet
|
|
3721
3718
|
},
|
|
@@ -3736,10 +3733,10 @@ var script$p = {
|
|
|
3736
3733
|
};
|
|
3737
3734
|
|
|
3738
3735
|
/* script */
|
|
3739
|
-
const __vue_script__$
|
|
3736
|
+
const __vue_script__$q = script$q;
|
|
3740
3737
|
/* template */
|
|
3741
3738
|
|
|
3742
|
-
var __vue_render__$
|
|
3739
|
+
var __vue_render__$q = function () {
|
|
3743
3740
|
var _vm = this;
|
|
3744
3741
|
|
|
3745
3742
|
var _h = _vm.$createElement;
|
|
@@ -3772,10 +3769,10 @@ var __vue_render__$p = function () {
|
|
|
3772
3769
|
}, [_vm._t("default")], 2)], 1);
|
|
3773
3770
|
};
|
|
3774
3771
|
|
|
3775
|
-
var __vue_staticRenderFns__$
|
|
3772
|
+
var __vue_staticRenderFns__$q = [];
|
|
3776
3773
|
/* style */
|
|
3777
3774
|
|
|
3778
|
-
const __vue_inject_styles__$
|
|
3775
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
3779
3776
|
if (!inject) return;
|
|
3780
3777
|
inject("data-v-d837dcb8_0", {
|
|
3781
3778
|
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)}",
|
|
@@ -3786,30 +3783,30 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
3786
3783
|
/* scoped */
|
|
3787
3784
|
|
|
3788
3785
|
|
|
3789
|
-
const __vue_scope_id__$
|
|
3786
|
+
const __vue_scope_id__$q = "data-v-d837dcb8";
|
|
3790
3787
|
/* module identifier */
|
|
3791
3788
|
|
|
3792
|
-
const __vue_module_identifier__$
|
|
3789
|
+
const __vue_module_identifier__$q = undefined;
|
|
3793
3790
|
/* functional template */
|
|
3794
3791
|
|
|
3795
|
-
const __vue_is_functional_template__$
|
|
3792
|
+
const __vue_is_functional_template__$q = false;
|
|
3796
3793
|
/* style inject SSR */
|
|
3797
3794
|
|
|
3798
3795
|
/* style inject shadow dom */
|
|
3799
3796
|
|
|
3800
|
-
const __vue_component__$
|
|
3801
|
-
render: __vue_render__$
|
|
3802
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3803
|
-
}, __vue_inject_styles__$
|
|
3797
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
3798
|
+
render: __vue_render__$q,
|
|
3799
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
3800
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
3804
3801
|
|
|
3805
|
-
var script$
|
|
3802
|
+
var script$p = {
|
|
3806
3803
|
name: "VcInputBottomSheet",
|
|
3807
3804
|
components: {
|
|
3808
|
-
VcBottomSheet: __vue_component__$
|
|
3809
|
-
VcModalHeader: __vue_component__$
|
|
3810
|
-
VcLayout: __vue_component__$
|
|
3811
|
-
VcModalFooter: __vue_component__$
|
|
3812
|
-
VcForm: __vue_component__$
|
|
3805
|
+
VcBottomSheet: __vue_component__$q,
|
|
3806
|
+
VcModalHeader: __vue_component__$J,
|
|
3807
|
+
VcLayout: __vue_component__$L,
|
|
3808
|
+
VcModalFooter: __vue_component__$K,
|
|
3809
|
+
VcForm: __vue_component__$H
|
|
3813
3810
|
},
|
|
3814
3811
|
props: {
|
|
3815
3812
|
value: {
|
|
@@ -3876,10 +3873,10 @@ var script$o = {
|
|
|
3876
3873
|
};
|
|
3877
3874
|
|
|
3878
3875
|
/* script */
|
|
3879
|
-
const __vue_script__$
|
|
3876
|
+
const __vue_script__$p = script$p;
|
|
3880
3877
|
/* template */
|
|
3881
3878
|
|
|
3882
|
-
var __vue_render__$
|
|
3879
|
+
var __vue_render__$p = function () {
|
|
3883
3880
|
var _vm = this;
|
|
3884
3881
|
|
|
3885
3882
|
var _h = _vm.$createElement;
|
|
@@ -3974,10 +3971,10 @@ var __vue_render__$o = function () {
|
|
|
3974
3971
|
}) : _vm._e()], 1)]], 2);
|
|
3975
3972
|
};
|
|
3976
3973
|
|
|
3977
|
-
var __vue_staticRenderFns__$
|
|
3974
|
+
var __vue_staticRenderFns__$p = [];
|
|
3978
3975
|
/* style */
|
|
3979
3976
|
|
|
3980
|
-
const __vue_inject_styles__$
|
|
3977
|
+
const __vue_inject_styles__$p = function (inject) {
|
|
3981
3978
|
if (!inject) return;
|
|
3982
3979
|
inject("data-v-44a33895_0", {
|
|
3983
3980
|
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}",
|
|
@@ -3988,130 +3985,21 @@ const __vue_inject_styles__$o = function (inject) {
|
|
|
3988
3985
|
/* scoped */
|
|
3989
3986
|
|
|
3990
3987
|
|
|
3991
|
-
const __vue_scope_id__$
|
|
3988
|
+
const __vue_scope_id__$p = "data-v-44a33895";
|
|
3992
3989
|
/* module identifier */
|
|
3993
3990
|
|
|
3994
|
-
const __vue_module_identifier__$
|
|
3991
|
+
const __vue_module_identifier__$p = undefined;
|
|
3995
3992
|
/* functional template */
|
|
3996
3993
|
|
|
3997
|
-
const __vue_is_functional_template__$
|
|
3994
|
+
const __vue_is_functional_template__$p = false;
|
|
3998
3995
|
/* style inject SSR */
|
|
3999
3996
|
|
|
4000
3997
|
/* style inject shadow dom */
|
|
4001
3998
|
|
|
4002
|
-
const __vue_component__$
|
|
4003
|
-
render: __vue_render__$
|
|
4004
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4005
|
-
}, __vue_inject_styles__$
|
|
4006
|
-
|
|
4007
|
-
var script$n = {
|
|
4008
|
-
name: "VcChip",
|
|
4009
|
-
components: {
|
|
4010
|
-
VcIcon: __vue_component__$N,
|
|
4011
|
-
VcAvatar: __vue_component__$z,
|
|
4012
|
-
VChip: VChip
|
|
4013
|
-
},
|
|
4014
|
-
props: {
|
|
4015
|
-
label: {
|
|
4016
|
-
type: String,
|
|
4017
|
-
required: true
|
|
4018
|
-
},
|
|
4019
|
-
avatar: {
|
|
4020
|
-
type: Object,
|
|
4021
|
-
validator: avatar => avatar.imagePath || avatar.colorId
|
|
4022
|
-
},
|
|
4023
|
-
closeButton: {
|
|
4024
|
-
type: Boolean,
|
|
4025
|
-
default: true
|
|
4026
|
-
},
|
|
4027
|
-
disabled: {
|
|
4028
|
-
type: Boolean,
|
|
4029
|
-
default: false
|
|
4030
|
-
},
|
|
4031
|
-
invalid: {
|
|
4032
|
-
type: Boolean,
|
|
4033
|
-
default: false
|
|
4034
|
-
},
|
|
4035
|
-
dataQa: {
|
|
4036
|
-
type: String,
|
|
4037
|
-
default: 'vc-chip'
|
|
4038
|
-
}
|
|
4039
|
-
}
|
|
4040
|
-
};
|
|
4041
|
-
|
|
4042
|
-
/* script */
|
|
4043
|
-
const __vue_script__$n = script$n;
|
|
4044
|
-
/* template */
|
|
4045
|
-
|
|
4046
|
-
var __vue_render__$n = function () {
|
|
4047
|
-
var _vm = this;
|
|
4048
|
-
|
|
4049
|
-
var _h = _vm.$createElement;
|
|
4050
|
-
|
|
4051
|
-
var _c = _vm._self._c || _h;
|
|
4052
|
-
|
|
4053
|
-
return _c('v-chip', {
|
|
4054
|
-
staticClass: "VcChip",
|
|
4055
|
-
class: {
|
|
4056
|
-
'vc-invalid': _vm.invalid,
|
|
4057
|
-
'vc-avatar': !!_vm.avatar
|
|
4058
|
-
},
|
|
4059
|
-
attrs: {
|
|
4060
|
-
"close": _vm.closeButton,
|
|
4061
|
-
"ripple": "",
|
|
4062
|
-
"close-icon": "$close",
|
|
4063
|
-
"disabled": _vm.disabled,
|
|
4064
|
-
"data-qa": _vm.dataQa
|
|
4065
|
-
},
|
|
4066
|
-
on: {
|
|
4067
|
-
"click:close": function ($event) {
|
|
4068
|
-
return _vm.$emit('input', false);
|
|
4069
|
-
}
|
|
4070
|
-
}
|
|
4071
|
-
}, [!!_vm.avatar ? _c('div', {
|
|
4072
|
-
staticClass: "vc-avatar-wrapper"
|
|
4073
|
-
}, [!_vm.invalid ? _c('VcAvatar', _vm._b({
|
|
4074
|
-
attrs: {
|
|
4075
|
-
"name": _vm.label,
|
|
4076
|
-
"show-border": false,
|
|
4077
|
-
"size": "x-sm"
|
|
4078
|
-
}
|
|
4079
|
-
}, 'VcAvatar', _vm.avatar, false)) : _c('VcIcon', {
|
|
4080
|
-
attrs: {
|
|
4081
|
-
"data-qa": _vm.dataQa + "-invalid-icon"
|
|
4082
|
-
}
|
|
4083
|
-
}, [_vm._v("$attention_fill")])], 1) : _vm._e(), _vm._v("\n " + _vm._s(_vm.label) + "\n")]);
|
|
4084
|
-
};
|
|
4085
|
-
|
|
4086
|
-
var __vue_staticRenderFns__$n = [];
|
|
4087
|
-
/* style */
|
|
4088
|
-
|
|
4089
|
-
const __vue_inject_styles__$n = function (inject) {
|
|
4090
|
-
if (!inject) return;
|
|
4091
|
-
inject("data-v-d8233608_0", {
|
|
4092
|
-
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}",
|
|
4093
|
-
map: undefined,
|
|
4094
|
-
media: undefined
|
|
4095
|
-
});
|
|
4096
|
-
};
|
|
4097
|
-
/* scoped */
|
|
4098
|
-
|
|
4099
|
-
|
|
4100
|
-
const __vue_scope_id__$n = "data-v-d8233608";
|
|
4101
|
-
/* module identifier */
|
|
4102
|
-
|
|
4103
|
-
const __vue_module_identifier__$n = undefined;
|
|
4104
|
-
/* functional template */
|
|
4105
|
-
|
|
4106
|
-
const __vue_is_functional_template__$n = false;
|
|
4107
|
-
/* style inject SSR */
|
|
4108
|
-
|
|
4109
|
-
/* style inject shadow dom */
|
|
4110
|
-
|
|
4111
|
-
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
4112
|
-
render: __vue_render__$n,
|
|
4113
|
-
staticRenderFns: __vue_staticRenderFns__$n
|
|
4114
|
-
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
3999
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
4000
|
+
render: __vue_render__$p,
|
|
4001
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
4002
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
|
|
4115
4003
|
|
|
4116
4004
|
//
|
|
4117
4005
|
//
|
|
@@ -4131,7 +4019,7 @@ const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
|
4131
4019
|
//
|
|
4132
4020
|
//
|
|
4133
4021
|
//
|
|
4134
|
-
var script$
|
|
4022
|
+
var script$o = {
|
|
4135
4023
|
components: {
|
|
4136
4024
|
VMenu: VMenu
|
|
4137
4025
|
},
|
|
@@ -4167,10 +4055,10 @@ var script$m = {
|
|
|
4167
4055
|
};
|
|
4168
4056
|
|
|
4169
4057
|
/* script */
|
|
4170
|
-
const __vue_script__$
|
|
4058
|
+
const __vue_script__$o = script$o;
|
|
4171
4059
|
/* template */
|
|
4172
4060
|
|
|
4173
|
-
var __vue_render__$
|
|
4061
|
+
var __vue_render__$o = function () {
|
|
4174
4062
|
var _vm = this;
|
|
4175
4063
|
|
|
4176
4064
|
var _h = _vm.$createElement;
|
|
@@ -4208,10 +4096,10 @@ var __vue_render__$m = function () {
|
|
|
4208
4096
|
}, [_vm._v(" "), _vm._t("default")], 2);
|
|
4209
4097
|
};
|
|
4210
4098
|
|
|
4211
|
-
var __vue_staticRenderFns__$
|
|
4099
|
+
var __vue_staticRenderFns__$o = [];
|
|
4212
4100
|
/* style */
|
|
4213
4101
|
|
|
4214
|
-
const __vue_inject_styles__$
|
|
4102
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
4215
4103
|
if (!inject) return;
|
|
4216
4104
|
inject("data-v-0adb1666_0", {
|
|
4217
4105
|
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)}",
|
|
@@ -4222,30 +4110,30 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
4222
4110
|
/* scoped */
|
|
4223
4111
|
|
|
4224
4112
|
|
|
4225
|
-
const __vue_scope_id__$
|
|
4113
|
+
const __vue_scope_id__$o = "data-v-0adb1666";
|
|
4226
4114
|
/* module identifier */
|
|
4227
4115
|
|
|
4228
|
-
const __vue_module_identifier__$
|
|
4116
|
+
const __vue_module_identifier__$o = undefined;
|
|
4229
4117
|
/* functional template */
|
|
4230
4118
|
|
|
4231
|
-
const __vue_is_functional_template__$
|
|
4119
|
+
const __vue_is_functional_template__$o = false;
|
|
4232
4120
|
/* style inject SSR */
|
|
4233
4121
|
|
|
4234
4122
|
/* style inject shadow dom */
|
|
4235
4123
|
|
|
4236
|
-
const __vue_component__$
|
|
4237
|
-
render: __vue_render__$
|
|
4238
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4239
|
-
}, __vue_inject_styles__$
|
|
4124
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
4125
|
+
render: __vue_render__$o,
|
|
4126
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
4127
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
4240
4128
|
|
|
4241
|
-
var script$
|
|
4129
|
+
var script$n = {
|
|
4242
4130
|
name: "VcInputPopover",
|
|
4243
4131
|
components: {
|
|
4244
|
-
VcModalHeader: __vue_component__$
|
|
4245
|
-
VcLayout: __vue_component__$
|
|
4246
|
-
VcModalFooter: __vue_component__$
|
|
4247
|
-
VcForm: __vue_component__$
|
|
4248
|
-
VcPopover: __vue_component__$
|
|
4132
|
+
VcModalHeader: __vue_component__$J,
|
|
4133
|
+
VcLayout: __vue_component__$L,
|
|
4134
|
+
VcModalFooter: __vue_component__$K,
|
|
4135
|
+
VcForm: __vue_component__$H,
|
|
4136
|
+
VcPopover: __vue_component__$o
|
|
4249
4137
|
},
|
|
4250
4138
|
props: {
|
|
4251
4139
|
value: {
|
|
@@ -4308,10 +4196,10 @@ var script$l = {
|
|
|
4308
4196
|
};
|
|
4309
4197
|
|
|
4310
4198
|
/* script */
|
|
4311
|
-
const __vue_script__$
|
|
4199
|
+
const __vue_script__$n = script$n;
|
|
4312
4200
|
/* template */
|
|
4313
4201
|
|
|
4314
|
-
var __vue_render__$
|
|
4202
|
+
var __vue_render__$n = function () {
|
|
4315
4203
|
var _vm = this;
|
|
4316
4204
|
|
|
4317
4205
|
var _h = _vm.$createElement;
|
|
@@ -4397,10 +4285,10 @@ var __vue_render__$l = function () {
|
|
|
4397
4285
|
}) : _vm._e()], 1)]], 2);
|
|
4398
4286
|
};
|
|
4399
4287
|
|
|
4400
|
-
var __vue_staticRenderFns__$
|
|
4288
|
+
var __vue_staticRenderFns__$n = [];
|
|
4401
4289
|
/* style */
|
|
4402
4290
|
|
|
4403
|
-
const __vue_inject_styles__$
|
|
4291
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
4404
4292
|
if (!inject) return;
|
|
4405
4293
|
inject("data-v-4df3327c_0", {
|
|
4406
4294
|
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)}",
|
|
@@ -4411,21 +4299,130 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
4411
4299
|
/* scoped */
|
|
4412
4300
|
|
|
4413
4301
|
|
|
4414
|
-
const __vue_scope_id__$
|
|
4302
|
+
const __vue_scope_id__$n = "data-v-4df3327c";
|
|
4415
4303
|
/* module identifier */
|
|
4416
4304
|
|
|
4417
|
-
const __vue_module_identifier__$
|
|
4305
|
+
const __vue_module_identifier__$n = undefined;
|
|
4418
4306
|
/* functional template */
|
|
4419
4307
|
|
|
4420
|
-
const __vue_is_functional_template__$
|
|
4308
|
+
const __vue_is_functional_template__$n = false;
|
|
4421
4309
|
/* style inject SSR */
|
|
4422
4310
|
|
|
4423
4311
|
/* style inject shadow dom */
|
|
4424
4312
|
|
|
4425
|
-
const __vue_component__$
|
|
4426
|
-
render: __vue_render__$
|
|
4427
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4428
|
-
}, __vue_inject_styles__$
|
|
4313
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
4314
|
+
render: __vue_render__$n,
|
|
4315
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
4316
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
4317
|
+
|
|
4318
|
+
var script$m = {
|
|
4319
|
+
name: "VcChip",
|
|
4320
|
+
components: {
|
|
4321
|
+
VcIcon: __vue_component__$O,
|
|
4322
|
+
VcAvatar: __vue_component__$A,
|
|
4323
|
+
VChip: VChip
|
|
4324
|
+
},
|
|
4325
|
+
props: {
|
|
4326
|
+
label: {
|
|
4327
|
+
type: String,
|
|
4328
|
+
required: true
|
|
4329
|
+
},
|
|
4330
|
+
avatar: {
|
|
4331
|
+
type: Object,
|
|
4332
|
+
validator: avatar => avatar.imagePath || avatar.colorId
|
|
4333
|
+
},
|
|
4334
|
+
closeButton: {
|
|
4335
|
+
type: Boolean,
|
|
4336
|
+
default: true
|
|
4337
|
+
},
|
|
4338
|
+
disabled: {
|
|
4339
|
+
type: Boolean,
|
|
4340
|
+
default: false
|
|
4341
|
+
},
|
|
4342
|
+
invalid: {
|
|
4343
|
+
type: Boolean,
|
|
4344
|
+
default: false
|
|
4345
|
+
},
|
|
4346
|
+
dataQa: {
|
|
4347
|
+
type: String,
|
|
4348
|
+
default: 'vc-chip'
|
|
4349
|
+
}
|
|
4350
|
+
}
|
|
4351
|
+
};
|
|
4352
|
+
|
|
4353
|
+
/* script */
|
|
4354
|
+
const __vue_script__$m = script$m;
|
|
4355
|
+
/* template */
|
|
4356
|
+
|
|
4357
|
+
var __vue_render__$m = function () {
|
|
4358
|
+
var _vm = this;
|
|
4359
|
+
|
|
4360
|
+
var _h = _vm.$createElement;
|
|
4361
|
+
|
|
4362
|
+
var _c = _vm._self._c || _h;
|
|
4363
|
+
|
|
4364
|
+
return _c('v-chip', {
|
|
4365
|
+
staticClass: "VcChip",
|
|
4366
|
+
class: {
|
|
4367
|
+
'vc-invalid': _vm.invalid,
|
|
4368
|
+
'vc-avatar': !!_vm.avatar
|
|
4369
|
+
},
|
|
4370
|
+
attrs: {
|
|
4371
|
+
"close": _vm.closeButton,
|
|
4372
|
+
"ripple": "",
|
|
4373
|
+
"close-icon": "$close",
|
|
4374
|
+
"disabled": _vm.disabled,
|
|
4375
|
+
"data-qa": _vm.dataQa
|
|
4376
|
+
},
|
|
4377
|
+
on: {
|
|
4378
|
+
"click:close": function ($event) {
|
|
4379
|
+
return _vm.$emit('input', false);
|
|
4380
|
+
}
|
|
4381
|
+
}
|
|
4382
|
+
}, [!!_vm.avatar ? _c('div', {
|
|
4383
|
+
staticClass: "vc-avatar-wrapper"
|
|
4384
|
+
}, [!_vm.invalid ? _c('VcAvatar', _vm._b({
|
|
4385
|
+
attrs: {
|
|
4386
|
+
"name": _vm.label,
|
|
4387
|
+
"show-border": false,
|
|
4388
|
+
"size": "x-sm"
|
|
4389
|
+
}
|
|
4390
|
+
}, 'VcAvatar', _vm.avatar, false)) : _c('VcIcon', {
|
|
4391
|
+
attrs: {
|
|
4392
|
+
"data-qa": _vm.dataQa + "-invalid-icon"
|
|
4393
|
+
}
|
|
4394
|
+
}, [_vm._v("$attention_fill")])], 1) : _vm._e(), _vm._v("\n " + _vm._s(_vm.label) + "\n")]);
|
|
4395
|
+
};
|
|
4396
|
+
|
|
4397
|
+
var __vue_staticRenderFns__$m = [];
|
|
4398
|
+
/* style */
|
|
4399
|
+
|
|
4400
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
4401
|
+
if (!inject) return;
|
|
4402
|
+
inject("data-v-d8233608_0", {
|
|
4403
|
+
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}",
|
|
4404
|
+
map: undefined,
|
|
4405
|
+
media: undefined
|
|
4406
|
+
});
|
|
4407
|
+
};
|
|
4408
|
+
/* scoped */
|
|
4409
|
+
|
|
4410
|
+
|
|
4411
|
+
const __vue_scope_id__$m = "data-v-d8233608";
|
|
4412
|
+
/* module identifier */
|
|
4413
|
+
|
|
4414
|
+
const __vue_module_identifier__$m = undefined;
|
|
4415
|
+
/* functional template */
|
|
4416
|
+
|
|
4417
|
+
const __vue_is_functional_template__$m = false;
|
|
4418
|
+
/* style inject SSR */
|
|
4419
|
+
|
|
4420
|
+
/* style inject shadow dom */
|
|
4421
|
+
|
|
4422
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
4423
|
+
render: __vue_render__$m,
|
|
4424
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
4425
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
4429
4426
|
|
|
4430
4427
|
//
|
|
4431
4428
|
//
|
|
@@ -4449,7 +4446,7 @@ const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
|
4449
4446
|
//
|
|
4450
4447
|
//
|
|
4451
4448
|
//
|
|
4452
|
-
var script$
|
|
4449
|
+
var script$l = {
|
|
4453
4450
|
components: {
|
|
4454
4451
|
VCol: VCol,
|
|
4455
4452
|
VRow: VRow,
|
|
@@ -4535,10 +4532,10 @@ var script$k = {
|
|
|
4535
4532
|
};
|
|
4536
4533
|
|
|
4537
4534
|
/* script */
|
|
4538
|
-
const __vue_script__$
|
|
4535
|
+
const __vue_script__$l = script$l;
|
|
4539
4536
|
/* template */
|
|
4540
4537
|
|
|
4541
|
-
var __vue_render__$
|
|
4538
|
+
var __vue_render__$l = function () {
|
|
4542
4539
|
var _vm = this;
|
|
4543
4540
|
|
|
4544
4541
|
var _h = _vm.$createElement;
|
|
@@ -4585,10 +4582,10 @@ var __vue_render__$k = function () {
|
|
|
4585
4582
|
}), 1);
|
|
4586
4583
|
};
|
|
4587
4584
|
|
|
4588
|
-
var __vue_staticRenderFns__$
|
|
4585
|
+
var __vue_staticRenderFns__$l = [];
|
|
4589
4586
|
/* style */
|
|
4590
4587
|
|
|
4591
|
-
const __vue_inject_styles__$
|
|
4588
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
4592
4589
|
if (!inject) return;
|
|
4593
4590
|
inject("data-v-284ef818_0", {
|
|
4594
4591
|
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}",
|
|
@@ -4599,21 +4596,21 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
4599
4596
|
/* scoped */
|
|
4600
4597
|
|
|
4601
4598
|
|
|
4602
|
-
const __vue_scope_id__$
|
|
4599
|
+
const __vue_scope_id__$l = "data-v-284ef818";
|
|
4603
4600
|
/* module identifier */
|
|
4604
4601
|
|
|
4605
|
-
const __vue_module_identifier__$
|
|
4602
|
+
const __vue_module_identifier__$l = undefined;
|
|
4606
4603
|
/* functional template */
|
|
4607
4604
|
|
|
4608
|
-
const __vue_is_functional_template__$
|
|
4605
|
+
const __vue_is_functional_template__$l = false;
|
|
4609
4606
|
/* style inject SSR */
|
|
4610
4607
|
|
|
4611
4608
|
/* style inject shadow dom */
|
|
4612
4609
|
|
|
4613
|
-
const __vue_component__$
|
|
4614
|
-
render: __vue_render__$
|
|
4615
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4616
|
-
}, __vue_inject_styles__$
|
|
4610
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
4611
|
+
render: __vue_render__$l,
|
|
4612
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
4613
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
4617
4614
|
|
|
4618
4615
|
//
|
|
4619
4616
|
//
|
|
@@ -4624,7 +4621,7 @@ const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
|
4624
4621
|
//
|
|
4625
4622
|
//
|
|
4626
4623
|
//
|
|
4627
|
-
var script$
|
|
4624
|
+
var script$k = {
|
|
4628
4625
|
components: {
|
|
4629
4626
|
VProgressCircular: VProgressCircular
|
|
4630
4627
|
},
|
|
@@ -4652,10 +4649,10 @@ var script$j = {
|
|
|
4652
4649
|
};
|
|
4653
4650
|
|
|
4654
4651
|
/* script */
|
|
4655
|
-
const __vue_script__$
|
|
4652
|
+
const __vue_script__$k = script$k;
|
|
4656
4653
|
/* template */
|
|
4657
4654
|
|
|
4658
|
-
var __vue_render__$
|
|
4655
|
+
var __vue_render__$k = function () {
|
|
4659
4656
|
var _vm = this;
|
|
4660
4657
|
|
|
4661
4658
|
var _h = _vm.$createElement;
|
|
@@ -4673,33 +4670,33 @@ var __vue_render__$j = function () {
|
|
|
4673
4670
|
});
|
|
4674
4671
|
};
|
|
4675
4672
|
|
|
4676
|
-
var __vue_staticRenderFns__$
|
|
4673
|
+
var __vue_staticRenderFns__$k = [];
|
|
4677
4674
|
/* style */
|
|
4678
4675
|
|
|
4679
|
-
const __vue_inject_styles__$
|
|
4676
|
+
const __vue_inject_styles__$k = undefined;
|
|
4680
4677
|
/* scoped */
|
|
4681
4678
|
|
|
4682
|
-
const __vue_scope_id__$
|
|
4679
|
+
const __vue_scope_id__$k = undefined;
|
|
4683
4680
|
/* module identifier */
|
|
4684
4681
|
|
|
4685
|
-
const __vue_module_identifier__$
|
|
4682
|
+
const __vue_module_identifier__$k = undefined;
|
|
4686
4683
|
/* functional template */
|
|
4687
4684
|
|
|
4688
|
-
const __vue_is_functional_template__$
|
|
4685
|
+
const __vue_is_functional_template__$k = false;
|
|
4689
4686
|
/* style inject */
|
|
4690
4687
|
|
|
4691
4688
|
/* style inject SSR */
|
|
4692
4689
|
|
|
4693
4690
|
/* style inject shadow dom */
|
|
4694
4691
|
|
|
4695
|
-
const __vue_component__$
|
|
4696
|
-
render: __vue_render__$
|
|
4697
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4698
|
-
}, __vue_inject_styles__$
|
|
4692
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
4693
|
+
render: __vue_render__$k,
|
|
4694
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
4695
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, undefined, undefined);
|
|
4699
4696
|
|
|
4700
|
-
var script$
|
|
4697
|
+
var script$j = {
|
|
4701
4698
|
components: {
|
|
4702
|
-
VcIcon: __vue_component__$
|
|
4699
|
+
VcIcon: __vue_component__$O,
|
|
4703
4700
|
VSwitch: VSwitch
|
|
4704
4701
|
},
|
|
4705
4702
|
name: "VcSwitch",
|
|
@@ -4737,10 +4734,10 @@ var script$i = {
|
|
|
4737
4734
|
};
|
|
4738
4735
|
|
|
4739
4736
|
/* script */
|
|
4740
|
-
const __vue_script__$
|
|
4737
|
+
const __vue_script__$j = script$j;
|
|
4741
4738
|
/* template */
|
|
4742
4739
|
|
|
4743
|
-
var __vue_render__$
|
|
4740
|
+
var __vue_render__$j = function () {
|
|
4744
4741
|
var _vm = this;
|
|
4745
4742
|
|
|
4746
4743
|
var _h = _vm.$createElement;
|
|
@@ -4790,10 +4787,10 @@ var __vue_render__$i = function () {
|
|
|
4790
4787
|
}, [_vm._v("$close_button")]) : _vm._e()], 1);
|
|
4791
4788
|
};
|
|
4792
4789
|
|
|
4793
|
-
var __vue_staticRenderFns__$
|
|
4790
|
+
var __vue_staticRenderFns__$j = [];
|
|
4794
4791
|
/* style */
|
|
4795
4792
|
|
|
4796
|
-
const __vue_inject_styles__$
|
|
4793
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
4797
4794
|
if (!inject) return;
|
|
4798
4795
|
inject("data-v-52aeef04_0", {
|
|
4799
4796
|
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)}",
|
|
@@ -4804,26 +4801,26 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
4804
4801
|
/* scoped */
|
|
4805
4802
|
|
|
4806
4803
|
|
|
4807
|
-
const __vue_scope_id__$
|
|
4804
|
+
const __vue_scope_id__$j = "data-v-52aeef04";
|
|
4808
4805
|
/* module identifier */
|
|
4809
4806
|
|
|
4810
|
-
const __vue_module_identifier__$
|
|
4807
|
+
const __vue_module_identifier__$j = undefined;
|
|
4811
4808
|
/* functional template */
|
|
4812
4809
|
|
|
4813
|
-
const __vue_is_functional_template__$
|
|
4810
|
+
const __vue_is_functional_template__$j = false;
|
|
4814
4811
|
/* style inject SSR */
|
|
4815
4812
|
|
|
4816
4813
|
/* style inject shadow dom */
|
|
4817
4814
|
|
|
4818
|
-
const __vue_component__$
|
|
4819
|
-
render: __vue_render__$
|
|
4820
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4821
|
-
}, __vue_inject_styles__$
|
|
4815
|
+
const __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
4816
|
+
render: __vue_render__$j,
|
|
4817
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
4818
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
4822
4819
|
|
|
4823
|
-
var script$
|
|
4820
|
+
var script$i = {
|
|
4824
4821
|
components: {
|
|
4825
|
-
VcIcon: __vue_component__$
|
|
4826
|
-
VcSwitch: __vue_component__$
|
|
4822
|
+
VcIcon: __vue_component__$O,
|
|
4823
|
+
VcSwitch: __vue_component__$j,
|
|
4827
4824
|
VContainer: VContainer
|
|
4828
4825
|
},
|
|
4829
4826
|
name: 'VcListEntity',
|
|
@@ -4848,10 +4845,10 @@ var script$h = {
|
|
|
4848
4845
|
};
|
|
4849
4846
|
|
|
4850
4847
|
/* script */
|
|
4851
|
-
const __vue_script__$
|
|
4848
|
+
const __vue_script__$i = script$i;
|
|
4852
4849
|
/* template */
|
|
4853
4850
|
|
|
4854
|
-
var __vue_render__$
|
|
4851
|
+
var __vue_render__$i = function () {
|
|
4855
4852
|
var _vm = this;
|
|
4856
4853
|
|
|
4857
4854
|
var _h = _vm.$createElement;
|
|
@@ -4897,10 +4894,10 @@ var __vue_render__$h = function () {
|
|
|
4897
4894
|
})], 1)])])], 1);
|
|
4898
4895
|
};
|
|
4899
4896
|
|
|
4900
|
-
var __vue_staticRenderFns__$
|
|
4897
|
+
var __vue_staticRenderFns__$i = [];
|
|
4901
4898
|
/* style */
|
|
4902
4899
|
|
|
4903
|
-
const __vue_inject_styles__$
|
|
4900
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
4904
4901
|
if (!inject) return;
|
|
4905
4902
|
inject("data-v-03298204_0", {
|
|
4906
4903
|
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%}",
|
|
@@ -4911,27 +4908,27 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
4911
4908
|
/* scoped */
|
|
4912
4909
|
|
|
4913
4910
|
|
|
4914
|
-
const __vue_scope_id__$
|
|
4911
|
+
const __vue_scope_id__$i = undefined;
|
|
4915
4912
|
/* module identifier */
|
|
4916
4913
|
|
|
4917
|
-
const __vue_module_identifier__$
|
|
4914
|
+
const __vue_module_identifier__$i = undefined;
|
|
4918
4915
|
/* functional template */
|
|
4919
4916
|
|
|
4920
|
-
const __vue_is_functional_template__$
|
|
4917
|
+
const __vue_is_functional_template__$i = false;
|
|
4921
4918
|
/* style inject SSR */
|
|
4922
4919
|
|
|
4923
4920
|
/* style inject shadow dom */
|
|
4924
4921
|
|
|
4925
|
-
const __vue_component__$
|
|
4926
|
-
render: __vue_render__$
|
|
4927
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4928
|
-
}, __vue_inject_styles__$
|
|
4922
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
4923
|
+
render: __vue_render__$i,
|
|
4924
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
4925
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
4929
4926
|
|
|
4930
|
-
var script$
|
|
4927
|
+
var script$h = {
|
|
4931
4928
|
components: {
|
|
4932
|
-
VcImage: __vue_component__$
|
|
4933
|
-
VcIcon: __vue_component__$
|
|
4934
|
-
VcSwitch: __vue_component__$
|
|
4929
|
+
VcImage: __vue_component__$F,
|
|
4930
|
+
VcIcon: __vue_component__$O,
|
|
4931
|
+
VcSwitch: __vue_component__$j,
|
|
4935
4932
|
VContainer: VContainer
|
|
4936
4933
|
},
|
|
4937
4934
|
name: "VcExpansionCard",
|
|
@@ -4966,10 +4963,10 @@ var script$g = {
|
|
|
4966
4963
|
};
|
|
4967
4964
|
|
|
4968
4965
|
/* script */
|
|
4969
|
-
const __vue_script__$
|
|
4966
|
+
const __vue_script__$h = script$h;
|
|
4970
4967
|
/* template */
|
|
4971
4968
|
|
|
4972
|
-
var __vue_render__$
|
|
4969
|
+
var __vue_render__$h = function () {
|
|
4973
4970
|
var _vm = this;
|
|
4974
4971
|
|
|
4975
4972
|
var _h = _vm.$createElement;
|
|
@@ -5044,10 +5041,10 @@ var __vue_render__$g = function () {
|
|
|
5044
5041
|
}, [_vm._t("default")], 2) : _vm._e()])], 1);
|
|
5045
5042
|
};
|
|
5046
5043
|
|
|
5047
|
-
var __vue_staticRenderFns__$
|
|
5044
|
+
var __vue_staticRenderFns__$h = [];
|
|
5048
5045
|
/* style */
|
|
5049
5046
|
|
|
5050
|
-
const __vue_inject_styles__$
|
|
5047
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
5051
5048
|
if (!inject) return;
|
|
5052
5049
|
inject("data-v-5f907c3e_0", {
|
|
5053
5050
|
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}",
|
|
@@ -5062,48 +5059,28 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
5062
5059
|
/* scoped */
|
|
5063
5060
|
|
|
5064
5061
|
|
|
5065
|
-
const __vue_scope_id__$
|
|
5062
|
+
const __vue_scope_id__$h = "data-v-5f907c3e";
|
|
5066
5063
|
/* module identifier */
|
|
5067
5064
|
|
|
5068
|
-
const __vue_module_identifier__$
|
|
5065
|
+
const __vue_module_identifier__$h = undefined;
|
|
5069
5066
|
/* functional template */
|
|
5070
5067
|
|
|
5071
|
-
const __vue_is_functional_template__$
|
|
5068
|
+
const __vue_is_functional_template__$h = false;
|
|
5072
5069
|
/* style inject SSR */
|
|
5073
5070
|
|
|
5074
5071
|
/* style inject shadow dom */
|
|
5075
5072
|
|
|
5076
|
-
const __vue_component__$
|
|
5077
|
-
render: __vue_render__$
|
|
5078
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5079
|
-
}, __vue_inject_styles__$
|
|
5073
|
+
const __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
5074
|
+
render: __vue_render__$h,
|
|
5075
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
5076
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
5080
5077
|
|
|
5081
|
-
|
|
5082
|
-
|
|
5083
|
-
//
|
|
5084
|
-
//
|
|
5085
|
-
//
|
|
5086
|
-
//
|
|
5087
|
-
//
|
|
5088
|
-
//
|
|
5089
|
-
//
|
|
5090
|
-
//
|
|
5091
|
-
//
|
|
5092
|
-
//
|
|
5093
|
-
//
|
|
5094
|
-
//
|
|
5095
|
-
//
|
|
5096
|
-
//
|
|
5097
|
-
//
|
|
5098
|
-
//
|
|
5099
|
-
//
|
|
5100
|
-
var script$f = {
|
|
5078
|
+
var script$g = {
|
|
5079
|
+
name: 'VcTextField',
|
|
5101
5080
|
components: {
|
|
5081
|
+
VcIconWithTooltip: __vue_component__$B,
|
|
5102
5082
|
VTextField: VTextField
|
|
5103
5083
|
},
|
|
5104
|
-
|
|
5105
|
-
name: 'VcTextField',
|
|
5106
|
-
|
|
5107
5084
|
props: {
|
|
5108
5085
|
type: {
|
|
5109
5086
|
type: String,
|
|
@@ -5140,15 +5117,27 @@ var script$f = {
|
|
|
5140
5117
|
hint: {
|
|
5141
5118
|
type: String,
|
|
5142
5119
|
default: ''
|
|
5120
|
+
},
|
|
5121
|
+
placeholder: {
|
|
5122
|
+
type: String,
|
|
5123
|
+
default: ''
|
|
5124
|
+
},
|
|
5125
|
+
tooltipHeader: {
|
|
5126
|
+
type: String,
|
|
5127
|
+
default: ''
|
|
5128
|
+
},
|
|
5129
|
+
tooltipContent: {
|
|
5130
|
+
type: String,
|
|
5131
|
+
default: ''
|
|
5143
5132
|
}
|
|
5144
5133
|
}
|
|
5145
5134
|
};
|
|
5146
5135
|
|
|
5147
5136
|
/* script */
|
|
5148
|
-
const __vue_script__$
|
|
5137
|
+
const __vue_script__$g = script$g;
|
|
5149
5138
|
/* template */
|
|
5150
5139
|
|
|
5151
|
-
var __vue_render__$
|
|
5140
|
+
var __vue_render__$g = function () {
|
|
5152
5141
|
var _vm = this;
|
|
5153
5142
|
|
|
5154
5143
|
var _h = _vm.$createElement;
|
|
@@ -5161,6 +5150,7 @@ var __vue_render__$f = function () {
|
|
|
5161
5150
|
"dense": "",
|
|
5162
5151
|
"data-qa": _vm.dataQa,
|
|
5163
5152
|
"label": _vm.label,
|
|
5153
|
+
"placeholder": _vm.placeholder,
|
|
5164
5154
|
"rules": _vm.rules,
|
|
5165
5155
|
"disabled": _vm.disabled,
|
|
5166
5156
|
"type": _vm.type,
|
|
@@ -5176,17 +5166,31 @@ var __vue_render__$f = function () {
|
|
|
5176
5166
|
"input": function (data) {
|
|
5177
5167
|
return _vm.$emit('input', data);
|
|
5178
5168
|
}
|
|
5179
|
-
}
|
|
5169
|
+
},
|
|
5170
|
+
scopedSlots: _vm._u([{
|
|
5171
|
+
key: "append",
|
|
5172
|
+
fn: function () {
|
|
5173
|
+
return [_vm.tooltipContent ? _c('VcIconWithTooltip', {
|
|
5174
|
+
attrs: {
|
|
5175
|
+
"header": _vm.tooltipHeader,
|
|
5176
|
+
"content": _vm.tooltipContent,
|
|
5177
|
+
"size": 15,
|
|
5178
|
+
"icon": 'question'
|
|
5179
|
+
}
|
|
5180
|
+
}) : _vm._e()];
|
|
5181
|
+
},
|
|
5182
|
+
proxy: true
|
|
5183
|
+
}])
|
|
5180
5184
|
});
|
|
5181
5185
|
};
|
|
5182
5186
|
|
|
5183
|
-
var __vue_staticRenderFns__$
|
|
5187
|
+
var __vue_staticRenderFns__$g = [];
|
|
5184
5188
|
/* style */
|
|
5185
5189
|
|
|
5186
|
-
const __vue_inject_styles__$
|
|
5190
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
5187
5191
|
if (!inject) return;
|
|
5188
|
-
inject("data-v-
|
|
5189
|
-
source: ".VcTextInput.v-text-field[data-v-
|
|
5192
|
+
inject("data-v-a0a638cc_0", {
|
|
5193
|
+
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)}",
|
|
5190
5194
|
map: undefined,
|
|
5191
5195
|
media: undefined
|
|
5192
5196
|
});
|
|
@@ -5194,21 +5198,21 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
5194
5198
|
/* scoped */
|
|
5195
5199
|
|
|
5196
5200
|
|
|
5197
|
-
const __vue_scope_id__$
|
|
5201
|
+
const __vue_scope_id__$g = "data-v-a0a638cc";
|
|
5198
5202
|
/* module identifier */
|
|
5199
5203
|
|
|
5200
|
-
const __vue_module_identifier__$
|
|
5204
|
+
const __vue_module_identifier__$g = undefined;
|
|
5201
5205
|
/* functional template */
|
|
5202
5206
|
|
|
5203
|
-
const __vue_is_functional_template__$
|
|
5207
|
+
const __vue_is_functional_template__$g = false;
|
|
5204
5208
|
/* style inject SSR */
|
|
5205
5209
|
|
|
5206
5210
|
/* style inject shadow dom */
|
|
5207
5211
|
|
|
5208
|
-
const __vue_component__$
|
|
5209
|
-
render: __vue_render__$
|
|
5210
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5211
|
-
}, __vue_inject_styles__$
|
|
5212
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
5213
|
+
render: __vue_render__$g,
|
|
5214
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
5215
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
|
|
5212
5216
|
|
|
5213
5217
|
//
|
|
5214
5218
|
//
|
|
@@ -5228,7 +5232,7 @@ const __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
|
5228
5232
|
//
|
|
5229
5233
|
//
|
|
5230
5234
|
//
|
|
5231
|
-
var script$
|
|
5235
|
+
var script$f = {
|
|
5232
5236
|
components: {
|
|
5233
5237
|
VTextarea: VTextarea
|
|
5234
5238
|
},
|
|
@@ -5279,10 +5283,10 @@ var script$e = {
|
|
|
5279
5283
|
};
|
|
5280
5284
|
|
|
5281
5285
|
/* script */
|
|
5282
|
-
const __vue_script__$
|
|
5286
|
+
const __vue_script__$f = script$f;
|
|
5283
5287
|
/* template */
|
|
5284
5288
|
|
|
5285
|
-
var __vue_render__$
|
|
5289
|
+
var __vue_render__$f = function () {
|
|
5286
5290
|
var _vm = this;
|
|
5287
5291
|
|
|
5288
5292
|
var _h = _vm.$createElement;
|
|
@@ -5314,10 +5318,10 @@ var __vue_render__$e = function () {
|
|
|
5314
5318
|
});
|
|
5315
5319
|
};
|
|
5316
5320
|
|
|
5317
|
-
var __vue_staticRenderFns__$
|
|
5321
|
+
var __vue_staticRenderFns__$f = [];
|
|
5318
5322
|
/* style */
|
|
5319
5323
|
|
|
5320
|
-
const __vue_inject_styles__$
|
|
5324
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
5321
5325
|
if (!inject) return;
|
|
5322
5326
|
inject("data-v-22574cc8_0", {
|
|
5323
5327
|
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}",
|
|
@@ -5328,26 +5332,26 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
5328
5332
|
/* scoped */
|
|
5329
5333
|
|
|
5330
5334
|
|
|
5331
|
-
const __vue_scope_id__$
|
|
5335
|
+
const __vue_scope_id__$f = "data-v-22574cc8";
|
|
5332
5336
|
/* module identifier */
|
|
5333
5337
|
|
|
5334
|
-
const __vue_module_identifier__$
|
|
5338
|
+
const __vue_module_identifier__$f = undefined;
|
|
5335
5339
|
/* functional template */
|
|
5336
5340
|
|
|
5337
|
-
const __vue_is_functional_template__$
|
|
5341
|
+
const __vue_is_functional_template__$f = false;
|
|
5338
5342
|
/* style inject SSR */
|
|
5339
5343
|
|
|
5340
5344
|
/* style inject shadow dom */
|
|
5341
5345
|
|
|
5342
|
-
const __vue_component__$
|
|
5343
|
-
render: __vue_render__$
|
|
5344
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5345
|
-
}, __vue_inject_styles__$
|
|
5346
|
+
const __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
5347
|
+
render: __vue_render__$f,
|
|
5348
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
5349
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
5346
5350
|
|
|
5347
|
-
var script$
|
|
5351
|
+
var script$e = {
|
|
5348
5352
|
name: 'VcToast',
|
|
5349
5353
|
components: {
|
|
5350
|
-
VcAlert: __vue_component__$
|
|
5354
|
+
VcAlert: __vue_component__$D,
|
|
5351
5355
|
VSnackbar: VSnackbar
|
|
5352
5356
|
},
|
|
5353
5357
|
props: {
|
|
@@ -5368,10 +5372,10 @@ var script$d = {
|
|
|
5368
5372
|
};
|
|
5369
5373
|
|
|
5370
5374
|
/* script */
|
|
5371
|
-
const __vue_script__$
|
|
5375
|
+
const __vue_script__$e = script$e;
|
|
5372
5376
|
/* template */
|
|
5373
5377
|
|
|
5374
|
-
var __vue_render__$
|
|
5378
|
+
var __vue_render__$e = function () {
|
|
5375
5379
|
var _vm = this;
|
|
5376
5380
|
|
|
5377
5381
|
var _h = _vm.$createElement;
|
|
@@ -5393,10 +5397,10 @@ var __vue_render__$d = function () {
|
|
|
5393
5397
|
}, 'VcAlert', _vm.$attrs, false))], 1);
|
|
5394
5398
|
};
|
|
5395
5399
|
|
|
5396
|
-
var __vue_staticRenderFns__$
|
|
5400
|
+
var __vue_staticRenderFns__$e = [];
|
|
5397
5401
|
/* style */
|
|
5398
5402
|
|
|
5399
|
-
const __vue_inject_styles__$
|
|
5403
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
5400
5404
|
if (!inject) return;
|
|
5401
5405
|
inject("data-v-2d3e5bbe_0", {
|
|
5402
5406
|
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}",
|
|
@@ -5407,21 +5411,21 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
5407
5411
|
/* scoped */
|
|
5408
5412
|
|
|
5409
5413
|
|
|
5410
|
-
const __vue_scope_id__$
|
|
5414
|
+
const __vue_scope_id__$e = "data-v-2d3e5bbe";
|
|
5411
5415
|
/* module identifier */
|
|
5412
5416
|
|
|
5413
|
-
const __vue_module_identifier__$
|
|
5417
|
+
const __vue_module_identifier__$e = undefined;
|
|
5414
5418
|
/* functional template */
|
|
5415
5419
|
|
|
5416
|
-
const __vue_is_functional_template__$
|
|
5420
|
+
const __vue_is_functional_template__$e = false;
|
|
5417
5421
|
/* style inject SSR */
|
|
5418
5422
|
|
|
5419
5423
|
/* style inject shadow dom */
|
|
5420
5424
|
|
|
5421
|
-
const __vue_component__$
|
|
5422
|
-
render: __vue_render__$
|
|
5423
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5424
|
-
}, __vue_inject_styles__$
|
|
5425
|
+
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
5426
|
+
render: __vue_render__$e,
|
|
5427
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
5428
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
|
|
5425
5429
|
|
|
5426
5430
|
//
|
|
5427
5431
|
//
|
|
@@ -5435,7 +5439,7 @@ const __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
|
5435
5439
|
//
|
|
5436
5440
|
//
|
|
5437
5441
|
//
|
|
5438
|
-
var script$
|
|
5442
|
+
var script$d = {
|
|
5439
5443
|
components: {
|
|
5440
5444
|
VCard: VCard
|
|
5441
5445
|
},
|
|
@@ -5459,10 +5463,10 @@ var script$c = {
|
|
|
5459
5463
|
};
|
|
5460
5464
|
|
|
5461
5465
|
/* script */
|
|
5462
|
-
const __vue_script__$
|
|
5466
|
+
const __vue_script__$d = script$d;
|
|
5463
5467
|
/* template */
|
|
5464
5468
|
|
|
5465
|
-
var __vue_render__$
|
|
5469
|
+
var __vue_render__$d = function () {
|
|
5466
5470
|
var _vm = this;
|
|
5467
5471
|
|
|
5468
5472
|
var _h = _vm.$createElement;
|
|
@@ -5496,10 +5500,10 @@ var __vue_render__$c = function () {
|
|
|
5496
5500
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2);
|
|
5497
5501
|
};
|
|
5498
5502
|
|
|
5499
|
-
var __vue_staticRenderFns__$
|
|
5503
|
+
var __vue_staticRenderFns__$d = [];
|
|
5500
5504
|
/* style */
|
|
5501
5505
|
|
|
5502
|
-
const __vue_inject_styles__$
|
|
5506
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
5503
5507
|
if (!inject) return;
|
|
5504
5508
|
inject("data-v-11425092_0", {
|
|
5505
5509
|
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}",
|
|
@@ -5510,29 +5514,29 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
5510
5514
|
/* scoped */
|
|
5511
5515
|
|
|
5512
5516
|
|
|
5513
|
-
const __vue_scope_id__$
|
|
5517
|
+
const __vue_scope_id__$d = "data-v-11425092";
|
|
5514
5518
|
/* module identifier */
|
|
5515
5519
|
|
|
5516
|
-
const __vue_module_identifier__$
|
|
5520
|
+
const __vue_module_identifier__$d = undefined;
|
|
5517
5521
|
/* functional template */
|
|
5518
5522
|
|
|
5519
|
-
const __vue_is_functional_template__$
|
|
5523
|
+
const __vue_is_functional_template__$d = false;
|
|
5520
5524
|
/* style inject SSR */
|
|
5521
5525
|
|
|
5522
5526
|
/* style inject shadow dom */
|
|
5523
5527
|
|
|
5524
|
-
const __vue_component__$
|
|
5525
|
-
render: __vue_render__$
|
|
5526
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5527
|
-
}, __vue_inject_styles__$
|
|
5528
|
+
const __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
5529
|
+
render: __vue_render__$d,
|
|
5530
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
5531
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
5528
5532
|
|
|
5529
|
-
var script$
|
|
5533
|
+
var script$c = {
|
|
5530
5534
|
name: "FilterPanel",
|
|
5531
5535
|
components: {
|
|
5532
|
-
VcLayout: __vue_component__$
|
|
5533
|
-
VcIcon: __vue_component__$
|
|
5534
|
-
VcButton: __vue_component__$
|
|
5535
|
-
VcLoader: __vue_component__$
|
|
5536
|
+
VcLayout: __vue_component__$L,
|
|
5537
|
+
VcIcon: __vue_component__$O,
|
|
5538
|
+
VcButton: __vue_component__$N,
|
|
5539
|
+
VcLoader: __vue_component__$k
|
|
5536
5540
|
},
|
|
5537
5541
|
props: {
|
|
5538
5542
|
title: {
|
|
@@ -5555,10 +5559,10 @@ var script$b = {
|
|
|
5555
5559
|
};
|
|
5556
5560
|
|
|
5557
5561
|
/* script */
|
|
5558
|
-
const __vue_script__$
|
|
5562
|
+
const __vue_script__$c = script$c;
|
|
5559
5563
|
/* template */
|
|
5560
5564
|
|
|
5561
|
-
var __vue_render__$
|
|
5565
|
+
var __vue_render__$c = function () {
|
|
5562
5566
|
var _vm = this;
|
|
5563
5567
|
|
|
5564
5568
|
var _h = _vm.$createElement;
|
|
@@ -5614,10 +5618,10 @@ var __vue_render__$b = function () {
|
|
|
5614
5618
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2)], 1)], 1);
|
|
5615
5619
|
};
|
|
5616
5620
|
|
|
5617
|
-
var __vue_staticRenderFns__$
|
|
5621
|
+
var __vue_staticRenderFns__$c = [];
|
|
5618
5622
|
/* style */
|
|
5619
5623
|
|
|
5620
|
-
const __vue_inject_styles__$
|
|
5624
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
5621
5625
|
if (!inject) return;
|
|
5622
5626
|
inject("data-v-44aac954_0", {
|
|
5623
5627
|
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)}",
|
|
@@ -5628,21 +5632,21 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
5628
5632
|
/* scoped */
|
|
5629
5633
|
|
|
5630
5634
|
|
|
5631
|
-
const __vue_scope_id__$
|
|
5635
|
+
const __vue_scope_id__$c = "data-v-44aac954";
|
|
5632
5636
|
/* module identifier */
|
|
5633
5637
|
|
|
5634
|
-
const __vue_module_identifier__$
|
|
5638
|
+
const __vue_module_identifier__$c = undefined;
|
|
5635
5639
|
/* functional template */
|
|
5636
5640
|
|
|
5637
|
-
const __vue_is_functional_template__$
|
|
5641
|
+
const __vue_is_functional_template__$c = false;
|
|
5638
5642
|
/* style inject SSR */
|
|
5639
5643
|
|
|
5640
5644
|
/* style inject shadow dom */
|
|
5641
5645
|
|
|
5642
|
-
const __vue_component__$
|
|
5643
|
-
render: __vue_render__$
|
|
5644
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5645
|
-
}, __vue_inject_styles__$
|
|
5646
|
+
const __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
5647
|
+
render: __vue_render__$c,
|
|
5648
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
5649
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
|
|
5646
5650
|
|
|
5647
5651
|
//
|
|
5648
5652
|
//
|
|
@@ -5650,7 +5654,7 @@ const __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
|
5650
5654
|
//
|
|
5651
5655
|
//
|
|
5652
5656
|
//
|
|
5653
|
-
var script$
|
|
5657
|
+
var script$b = {
|
|
5654
5658
|
components: {
|
|
5655
5659
|
VLayout: VLayout
|
|
5656
5660
|
},
|
|
@@ -5666,10 +5670,10 @@ var script$a = {
|
|
|
5666
5670
|
};
|
|
5667
5671
|
|
|
5668
5672
|
/* script */
|
|
5669
|
-
const __vue_script__$
|
|
5673
|
+
const __vue_script__$b = script$b;
|
|
5670
5674
|
/* template */
|
|
5671
5675
|
|
|
5672
|
-
var __vue_render__$
|
|
5676
|
+
var __vue_render__$b = function () {
|
|
5673
5677
|
var _vm = this;
|
|
5674
5678
|
|
|
5675
5679
|
var _h = _vm.$createElement;
|
|
@@ -5684,10 +5688,10 @@ var __vue_render__$a = function () {
|
|
|
5684
5688
|
}, [_vm._t("default")], 2);
|
|
5685
5689
|
};
|
|
5686
5690
|
|
|
5687
|
-
var __vue_staticRenderFns__$
|
|
5691
|
+
var __vue_staticRenderFns__$b = [];
|
|
5688
5692
|
/* style */
|
|
5689
5693
|
|
|
5690
|
-
const __vue_inject_styles__$
|
|
5694
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
5691
5695
|
if (!inject) return;
|
|
5692
5696
|
inject("data-v-e2463588_0", {
|
|
5693
5697
|
source: ".VcFocusArea[data-v-e2463588]{padding:var(--size-value4);background-color:var(--gray-lighten-3);border-radius:6px}",
|
|
@@ -5698,27 +5702,27 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
5698
5702
|
/* scoped */
|
|
5699
5703
|
|
|
5700
5704
|
|
|
5701
|
-
const __vue_scope_id__$
|
|
5705
|
+
const __vue_scope_id__$b = "data-v-e2463588";
|
|
5702
5706
|
/* module identifier */
|
|
5703
5707
|
|
|
5704
|
-
const __vue_module_identifier__$
|
|
5708
|
+
const __vue_module_identifier__$b = undefined;
|
|
5705
5709
|
/* functional template */
|
|
5706
5710
|
|
|
5707
|
-
const __vue_is_functional_template__$
|
|
5711
|
+
const __vue_is_functional_template__$b = false;
|
|
5708
5712
|
/* style inject SSR */
|
|
5709
5713
|
|
|
5710
5714
|
/* style inject shadow dom */
|
|
5711
5715
|
|
|
5712
|
-
const __vue_component__$
|
|
5713
|
-
render: __vue_render__$
|
|
5714
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5715
|
-
}, __vue_inject_styles__$
|
|
5716
|
+
const __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
5717
|
+
render: __vue_render__$b,
|
|
5718
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
5719
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
5716
5720
|
|
|
5717
5721
|
const VcLinkIcons = ['', 'copy', 'trash', 'left'];
|
|
5718
|
-
var script$
|
|
5722
|
+
var script$a = {
|
|
5719
5723
|
name: "VcLink",
|
|
5720
5724
|
components: {
|
|
5721
|
-
VcIcon: __vue_component__$
|
|
5725
|
+
VcIcon: __vue_component__$O
|
|
5722
5726
|
},
|
|
5723
5727
|
props: {
|
|
5724
5728
|
label: {
|
|
@@ -5762,10 +5766,10 @@ var script$9 = {
|
|
|
5762
5766
|
};
|
|
5763
5767
|
|
|
5764
5768
|
/* script */
|
|
5765
|
-
const __vue_script__$
|
|
5769
|
+
const __vue_script__$a = script$a;
|
|
5766
5770
|
/* template */
|
|
5767
5771
|
|
|
5768
|
-
var __vue_render__$
|
|
5772
|
+
var __vue_render__$a = function () {
|
|
5769
5773
|
var _vm = this;
|
|
5770
5774
|
|
|
5771
5775
|
var _h = _vm.$createElement;
|
|
@@ -5790,10 +5794,10 @@ var __vue_render__$9 = function () {
|
|
|
5790
5794
|
}, [_vm._v(_vm._s(_vm.getIcon))]) : _vm._e(), _vm._v(" "), _c('label', [_vm._v(_vm._s(_vm.label))])], 1);
|
|
5791
5795
|
};
|
|
5792
5796
|
|
|
5793
|
-
var __vue_staticRenderFns__$
|
|
5797
|
+
var __vue_staticRenderFns__$a = [];
|
|
5794
5798
|
/* style */
|
|
5795
5799
|
|
|
5796
|
-
const __vue_inject_styles__$
|
|
5800
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
5797
5801
|
if (!inject) return;
|
|
5798
5802
|
inject("data-v-3bb9804c_0", {
|
|
5799
5803
|
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)}",
|
|
@@ -5804,28 +5808,28 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
5804
5808
|
/* scoped */
|
|
5805
5809
|
|
|
5806
5810
|
|
|
5807
|
-
const __vue_scope_id__$
|
|
5811
|
+
const __vue_scope_id__$a = "data-v-3bb9804c";
|
|
5808
5812
|
/* module identifier */
|
|
5809
5813
|
|
|
5810
|
-
const __vue_module_identifier__$
|
|
5814
|
+
const __vue_module_identifier__$a = undefined;
|
|
5811
5815
|
/* functional template */
|
|
5812
5816
|
|
|
5813
|
-
const __vue_is_functional_template__$
|
|
5817
|
+
const __vue_is_functional_template__$a = false;
|
|
5814
5818
|
/* style inject SSR */
|
|
5815
5819
|
|
|
5816
5820
|
/* style inject shadow dom */
|
|
5817
5821
|
|
|
5818
|
-
const __vue_component__$
|
|
5819
|
-
render: __vue_render__$
|
|
5820
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5821
|
-
}, __vue_inject_styles__$
|
|
5822
|
+
const __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
5823
|
+
render: __vue_render__$a,
|
|
5824
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
5825
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
|
|
5822
5826
|
|
|
5823
|
-
var script$
|
|
5827
|
+
var script$9 = {
|
|
5824
5828
|
name: "ListItem",
|
|
5825
5829
|
components: {
|
|
5826
|
-
VcLayout: __vue_component__$
|
|
5827
|
-
VcCheckbox: __vue_component__$
|
|
5828
|
-
VcActions: __vue_component__$
|
|
5830
|
+
VcLayout: __vue_component__$L,
|
|
5831
|
+
VcCheckbox: __vue_component__$t,
|
|
5832
|
+
VcActions: __vue_component__$x
|
|
5829
5833
|
},
|
|
5830
5834
|
props: {
|
|
5831
5835
|
showSelect: {
|
|
@@ -5855,10 +5859,10 @@ var script$8 = {
|
|
|
5855
5859
|
};
|
|
5856
5860
|
|
|
5857
5861
|
/* script */
|
|
5858
|
-
const __vue_script__$
|
|
5862
|
+
const __vue_script__$9 = script$9;
|
|
5859
5863
|
/* template */
|
|
5860
5864
|
|
|
5861
|
-
var __vue_render__$
|
|
5865
|
+
var __vue_render__$9 = function () {
|
|
5862
5866
|
var _vm = this;
|
|
5863
5867
|
|
|
5864
5868
|
var _h = _vm.$createElement;
|
|
@@ -5903,10 +5907,10 @@ var __vue_render__$8 = function () {
|
|
|
5903
5907
|
})], 2)], 1);
|
|
5904
5908
|
};
|
|
5905
5909
|
|
|
5906
|
-
var __vue_staticRenderFns__$
|
|
5910
|
+
var __vue_staticRenderFns__$9 = [];
|
|
5907
5911
|
/* style */
|
|
5908
5912
|
|
|
5909
|
-
const __vue_inject_styles__$
|
|
5913
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
5910
5914
|
if (!inject) return;
|
|
5911
5915
|
inject("data-v-0a8bbb3a_0", {
|
|
5912
5916
|
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}",
|
|
@@ -5917,26 +5921,26 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
5917
5921
|
/* scoped */
|
|
5918
5922
|
|
|
5919
5923
|
|
|
5920
|
-
const __vue_scope_id__$
|
|
5924
|
+
const __vue_scope_id__$9 = "data-v-0a8bbb3a";
|
|
5921
5925
|
/* module identifier */
|
|
5922
5926
|
|
|
5923
|
-
const __vue_module_identifier__$
|
|
5927
|
+
const __vue_module_identifier__$9 = undefined;
|
|
5924
5928
|
/* functional template */
|
|
5925
5929
|
|
|
5926
|
-
const __vue_is_functional_template__$
|
|
5930
|
+
const __vue_is_functional_template__$9 = false;
|
|
5927
5931
|
/* style inject SSR */
|
|
5928
5932
|
|
|
5929
5933
|
/* style inject shadow dom */
|
|
5930
5934
|
|
|
5931
|
-
const __vue_component__$
|
|
5932
|
-
render: __vue_render__$
|
|
5933
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5934
|
-
}, __vue_inject_styles__$
|
|
5935
|
+
const __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
5936
|
+
render: __vue_render__$9,
|
|
5937
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
5938
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
5935
5939
|
|
|
5936
|
-
var script$
|
|
5940
|
+
var script$8 = {
|
|
5937
5941
|
name: "VcGroupHeader",
|
|
5938
5942
|
components: {
|
|
5939
|
-
VcLayout: __vue_component__$
|
|
5943
|
+
VcLayout: __vue_component__$L
|
|
5940
5944
|
},
|
|
5941
5945
|
props: {
|
|
5942
5946
|
title: {
|
|
@@ -5955,10 +5959,10 @@ var script$7 = {
|
|
|
5955
5959
|
};
|
|
5956
5960
|
|
|
5957
5961
|
/* script */
|
|
5958
|
-
const __vue_script__$
|
|
5962
|
+
const __vue_script__$8 = script$8;
|
|
5959
5963
|
/* template */
|
|
5960
5964
|
|
|
5961
|
-
var __vue_render__$
|
|
5965
|
+
var __vue_render__$8 = function () {
|
|
5962
5966
|
var _vm = this;
|
|
5963
5967
|
|
|
5964
5968
|
var _h = _vm.$createElement;
|
|
@@ -5974,10 +5978,10 @@ var __vue_render__$7 = function () {
|
|
|
5974
5978
|
}, [_c('span', [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.summaryText))])]);
|
|
5975
5979
|
};
|
|
5976
5980
|
|
|
5977
|
-
var __vue_staticRenderFns__$
|
|
5981
|
+
var __vue_staticRenderFns__$8 = [];
|
|
5978
5982
|
/* style */
|
|
5979
5983
|
|
|
5980
|
-
const __vue_inject_styles__$
|
|
5984
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
5981
5985
|
if (!inject) return;
|
|
5982
5986
|
inject("data-v-5cb0ff3e_0", {
|
|
5983
5987
|
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)}}",
|
|
@@ -5988,36 +5992,36 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
5988
5992
|
/* scoped */
|
|
5989
5993
|
|
|
5990
5994
|
|
|
5991
|
-
const __vue_scope_id__$
|
|
5995
|
+
const __vue_scope_id__$8 = "data-v-5cb0ff3e";
|
|
5992
5996
|
/* module identifier */
|
|
5993
5997
|
|
|
5994
|
-
const __vue_module_identifier__$
|
|
5998
|
+
const __vue_module_identifier__$8 = undefined;
|
|
5995
5999
|
/* functional template */
|
|
5996
6000
|
|
|
5997
|
-
const __vue_is_functional_template__$
|
|
6001
|
+
const __vue_is_functional_template__$8 = false;
|
|
5998
6002
|
/* style inject SSR */
|
|
5999
6003
|
|
|
6000
6004
|
/* style inject shadow dom */
|
|
6001
6005
|
|
|
6002
|
-
const __vue_component__$
|
|
6003
|
-
render: __vue_render__$
|
|
6004
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6005
|
-
}, __vue_inject_styles__$
|
|
6006
|
+
const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
6007
|
+
render: __vue_render__$8,
|
|
6008
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
6009
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
|
|
6006
6010
|
|
|
6007
6011
|
//
|
|
6008
6012
|
//
|
|
6009
6013
|
//
|
|
6010
6014
|
//
|
|
6011
|
-
var script$
|
|
6015
|
+
var script$7 = {
|
|
6012
6016
|
name: 'VcSvg',
|
|
6013
6017
|
props: ['svg']
|
|
6014
6018
|
};
|
|
6015
6019
|
|
|
6016
6020
|
/* script */
|
|
6017
|
-
const __vue_script__$
|
|
6021
|
+
const __vue_script__$7 = script$7;
|
|
6018
6022
|
/* template */
|
|
6019
6023
|
|
|
6020
|
-
var __vue_render__$
|
|
6024
|
+
var __vue_render__$7 = function () {
|
|
6021
6025
|
var _vm = this;
|
|
6022
6026
|
|
|
6023
6027
|
var _h = _vm.$createElement;
|
|
@@ -6031,38 +6035,38 @@ var __vue_render__$6 = function () {
|
|
|
6031
6035
|
});
|
|
6032
6036
|
};
|
|
6033
6037
|
|
|
6034
|
-
var __vue_staticRenderFns__$
|
|
6038
|
+
var __vue_staticRenderFns__$7 = [];
|
|
6035
6039
|
/* style */
|
|
6036
6040
|
|
|
6037
|
-
const __vue_inject_styles__$
|
|
6041
|
+
const __vue_inject_styles__$7 = undefined;
|
|
6038
6042
|
/* scoped */
|
|
6039
6043
|
|
|
6040
|
-
const __vue_scope_id__$
|
|
6044
|
+
const __vue_scope_id__$7 = undefined;
|
|
6041
6045
|
/* module identifier */
|
|
6042
6046
|
|
|
6043
|
-
const __vue_module_identifier__$
|
|
6047
|
+
const __vue_module_identifier__$7 = undefined;
|
|
6044
6048
|
/* functional template */
|
|
6045
6049
|
|
|
6046
|
-
const __vue_is_functional_template__$
|
|
6050
|
+
const __vue_is_functional_template__$7 = false;
|
|
6047
6051
|
/* style inject */
|
|
6048
6052
|
|
|
6049
6053
|
/* style inject SSR */
|
|
6050
6054
|
|
|
6051
6055
|
/* style inject shadow dom */
|
|
6052
6056
|
|
|
6053
|
-
const __vue_component__$
|
|
6054
|
-
render: __vue_render__$
|
|
6055
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6056
|
-
}, __vue_inject_styles__$
|
|
6057
|
+
const __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
6058
|
+
render: __vue_render__$7,
|
|
6059
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
6060
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, undefined, undefined);
|
|
6057
6061
|
|
|
6058
|
-
var script$
|
|
6062
|
+
var script$6 = {
|
|
6059
6063
|
name: 'VcEmptyState',
|
|
6060
6064
|
components: {
|
|
6061
|
-
VcImage: __vue_component__$
|
|
6062
|
-
VcSvg: __vue_component__$
|
|
6063
|
-
VcButton: __vue_component__$
|
|
6064
|
-
VcLayout: __vue_component__$
|
|
6065
|
-
VcLink: __vue_component__$
|
|
6065
|
+
VcImage: __vue_component__$F,
|
|
6066
|
+
VcSvg: __vue_component__$7,
|
|
6067
|
+
VcButton: __vue_component__$N,
|
|
6068
|
+
VcLayout: __vue_component__$L,
|
|
6069
|
+
VcLink: __vue_component__$a
|
|
6066
6070
|
},
|
|
6067
6071
|
props: {
|
|
6068
6072
|
size: {
|
|
@@ -6117,10 +6121,10 @@ var script$5 = {
|
|
|
6117
6121
|
};
|
|
6118
6122
|
|
|
6119
6123
|
/* script */
|
|
6120
|
-
const __vue_script__$
|
|
6124
|
+
const __vue_script__$6 = script$6;
|
|
6121
6125
|
/* template */
|
|
6122
6126
|
|
|
6123
|
-
var __vue_render__$
|
|
6127
|
+
var __vue_render__$6 = function () {
|
|
6124
6128
|
var _vm = this;
|
|
6125
6129
|
|
|
6126
6130
|
var _h = _vm.$createElement;
|
|
@@ -6176,10 +6180,10 @@ var __vue_render__$5 = function () {
|
|
|
6176
6180
|
})], 2);
|
|
6177
6181
|
};
|
|
6178
6182
|
|
|
6179
|
-
var __vue_staticRenderFns__$
|
|
6183
|
+
var __vue_staticRenderFns__$6 = [];
|
|
6180
6184
|
/* style */
|
|
6181
6185
|
|
|
6182
|
-
const __vue_inject_styles__$
|
|
6186
|
+
const __vue_inject_styles__$6 = function (inject) {
|
|
6183
6187
|
if (!inject) return;
|
|
6184
6188
|
inject("data-v-64095910_0", {
|
|
6185
6189
|
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)}",
|
|
@@ -6190,27 +6194,27 @@ const __vue_inject_styles__$5 = function (inject) {
|
|
|
6190
6194
|
/* scoped */
|
|
6191
6195
|
|
|
6192
6196
|
|
|
6193
|
-
const __vue_scope_id__$
|
|
6197
|
+
const __vue_scope_id__$6 = "data-v-64095910";
|
|
6194
6198
|
/* module identifier */
|
|
6195
6199
|
|
|
6196
|
-
const __vue_module_identifier__$
|
|
6200
|
+
const __vue_module_identifier__$6 = undefined;
|
|
6197
6201
|
/* functional template */
|
|
6198
6202
|
|
|
6199
|
-
const __vue_is_functional_template__$
|
|
6203
|
+
const __vue_is_functional_template__$6 = false;
|
|
6200
6204
|
/* style inject SSR */
|
|
6201
6205
|
|
|
6202
6206
|
/* style inject shadow dom */
|
|
6203
6207
|
|
|
6204
|
-
const __vue_component__$
|
|
6205
|
-
render: __vue_render__$
|
|
6206
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6207
|
-
}, __vue_inject_styles__$
|
|
6208
|
+
const __vue_component__$6 = /*#__PURE__*/normalizeComponent({
|
|
6209
|
+
render: __vue_render__$6,
|
|
6210
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
6211
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, createInjector, undefined, undefined);
|
|
6208
6212
|
|
|
6209
|
-
var script$
|
|
6213
|
+
var script$5 = {
|
|
6210
6214
|
name: "VcBanner",
|
|
6211
6215
|
components: {
|
|
6212
|
-
VcImage: __vue_component__$
|
|
6213
|
-
VcButton: __vue_component__$
|
|
6216
|
+
VcImage: __vue_component__$F,
|
|
6217
|
+
VcButton: __vue_component__$N
|
|
6214
6218
|
},
|
|
6215
6219
|
props: {
|
|
6216
6220
|
dataQa: {
|
|
@@ -6238,10 +6242,10 @@ var script$4 = {
|
|
|
6238
6242
|
};
|
|
6239
6243
|
|
|
6240
6244
|
/* script */
|
|
6241
|
-
const __vue_script__$
|
|
6245
|
+
const __vue_script__$5 = script$5;
|
|
6242
6246
|
/* template */
|
|
6243
6247
|
|
|
6244
|
-
var __vue_render__$
|
|
6248
|
+
var __vue_render__$5 = function () {
|
|
6245
6249
|
var _vm = this;
|
|
6246
6250
|
|
|
6247
6251
|
var _h = _vm.$createElement;
|
|
@@ -6281,10 +6285,10 @@ var __vue_render__$4 = function () {
|
|
|
6281
6285
|
}, [_vm._v("\n " + _vm._s(_vm.buttonLabel) + "\n ")]) : _vm._e()], 1);
|
|
6282
6286
|
};
|
|
6283
6287
|
|
|
6284
|
-
var __vue_staticRenderFns__$
|
|
6288
|
+
var __vue_staticRenderFns__$5 = [];
|
|
6285
6289
|
/* style */
|
|
6286
6290
|
|
|
6287
|
-
const __vue_inject_styles__$
|
|
6291
|
+
const __vue_inject_styles__$5 = function (inject) {
|
|
6288
6292
|
if (!inject) return;
|
|
6289
6293
|
inject("data-v-d461d238_0", {
|
|
6290
6294
|
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)}",
|
|
@@ -6295,27 +6299,27 @@ const __vue_inject_styles__$4 = function (inject) {
|
|
|
6295
6299
|
/* scoped */
|
|
6296
6300
|
|
|
6297
6301
|
|
|
6298
|
-
const __vue_scope_id__$
|
|
6302
|
+
const __vue_scope_id__$5 = "data-v-d461d238";
|
|
6299
6303
|
/* module identifier */
|
|
6300
6304
|
|
|
6301
|
-
const __vue_module_identifier__$
|
|
6305
|
+
const __vue_module_identifier__$5 = undefined;
|
|
6302
6306
|
/* functional template */
|
|
6303
6307
|
|
|
6304
|
-
const __vue_is_functional_template__$
|
|
6308
|
+
const __vue_is_functional_template__$5 = false;
|
|
6305
6309
|
/* style inject SSR */
|
|
6306
6310
|
|
|
6307
6311
|
/* style inject shadow dom */
|
|
6308
6312
|
|
|
6309
|
-
const __vue_component__$
|
|
6310
|
-
render: __vue_render__$
|
|
6311
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6312
|
-
}, __vue_inject_styles__$
|
|
6313
|
+
const __vue_component__$5 = /*#__PURE__*/normalizeComponent({
|
|
6314
|
+
render: __vue_render__$5,
|
|
6315
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
6316
|
+
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, createInjector, undefined, undefined);
|
|
6313
6317
|
|
|
6314
|
-
var script$
|
|
6318
|
+
var script$4 = {
|
|
6315
6319
|
name: "VcWizardCtaContainer",
|
|
6316
6320
|
components: {
|
|
6317
|
-
VcButton: __vue_component__$
|
|
6318
|
-
VcLayout: __vue_component__$
|
|
6321
|
+
VcButton: __vue_component__$N,
|
|
6322
|
+
VcLayout: __vue_component__$L
|
|
6319
6323
|
},
|
|
6320
6324
|
props: {
|
|
6321
6325
|
isBackDisplayed: {
|
|
@@ -6342,10 +6346,10 @@ var script$3 = {
|
|
|
6342
6346
|
};
|
|
6343
6347
|
|
|
6344
6348
|
/* script */
|
|
6345
|
-
const __vue_script__$
|
|
6349
|
+
const __vue_script__$4 = script$4;
|
|
6346
6350
|
/* template */
|
|
6347
6351
|
|
|
6348
|
-
var __vue_render__$
|
|
6352
|
+
var __vue_render__$4 = function () {
|
|
6349
6353
|
var _vm = this;
|
|
6350
6354
|
|
|
6351
6355
|
var _h = _vm.$createElement;
|
|
@@ -6385,10 +6389,10 @@ var __vue_render__$3 = function () {
|
|
|
6385
6389
|
}, [_vm._v("\n " + _vm._s(_vm.nextButtonLabel) + "\n ")])], 1);
|
|
6386
6390
|
};
|
|
6387
6391
|
|
|
6388
|
-
var __vue_staticRenderFns__$
|
|
6392
|
+
var __vue_staticRenderFns__$4 = [];
|
|
6389
6393
|
/* style */
|
|
6390
6394
|
|
|
6391
|
-
const __vue_inject_styles__$
|
|
6395
|
+
const __vue_inject_styles__$4 = function (inject) {
|
|
6392
6396
|
if (!inject) return;
|
|
6393
6397
|
inject("data-v-f2422ef4_0", {
|
|
6394
6398
|
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)}",
|
|
@@ -6399,23 +6403,23 @@ const __vue_inject_styles__$3 = function (inject) {
|
|
|
6399
6403
|
/* scoped */
|
|
6400
6404
|
|
|
6401
6405
|
|
|
6402
|
-
const __vue_scope_id__$
|
|
6406
|
+
const __vue_scope_id__$4 = "data-v-f2422ef4";
|
|
6403
6407
|
/* module identifier */
|
|
6404
6408
|
|
|
6405
|
-
const __vue_module_identifier__$
|
|
6409
|
+
const __vue_module_identifier__$4 = undefined;
|
|
6406
6410
|
/* functional template */
|
|
6407
6411
|
|
|
6408
|
-
const __vue_is_functional_template__$
|
|
6412
|
+
const __vue_is_functional_template__$4 = false;
|
|
6409
6413
|
/* style inject SSR */
|
|
6410
6414
|
|
|
6411
6415
|
/* style inject shadow dom */
|
|
6412
6416
|
|
|
6413
|
-
const __vue_component__$
|
|
6414
|
-
render: __vue_render__$
|
|
6415
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6416
|
-
}, __vue_inject_styles__$
|
|
6417
|
+
const __vue_component__$4 = /*#__PURE__*/normalizeComponent({
|
|
6418
|
+
render: __vue_render__$4,
|
|
6419
|
+
staticRenderFns: __vue_staticRenderFns__$4
|
|
6420
|
+
}, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, createInjector, undefined, undefined);
|
|
6417
6421
|
|
|
6418
|
-
var script$
|
|
6422
|
+
var script$3 = {
|
|
6419
6423
|
name: "VcStepperContent",
|
|
6420
6424
|
model: {
|
|
6421
6425
|
prop: 'currentStep'
|
|
@@ -6440,8 +6444,8 @@ var script$2 = {
|
|
|
6440
6444
|
}
|
|
6441
6445
|
},
|
|
6442
6446
|
components: {
|
|
6443
|
-
VcLayout: __vue_component__$
|
|
6444
|
-
VcLoader: __vue_component__$
|
|
6447
|
+
VcLayout: __vue_component__$L,
|
|
6448
|
+
VcLoader: __vue_component__$k,
|
|
6445
6449
|
VStepperContent: VStepperContent,
|
|
6446
6450
|
VStepperItems: VStepperItems,
|
|
6447
6451
|
VStepper: VStepper
|
|
@@ -6518,10 +6522,10 @@ var script$2 = {
|
|
|
6518
6522
|
};
|
|
6519
6523
|
|
|
6520
6524
|
/* script */
|
|
6521
|
-
const __vue_script__$
|
|
6525
|
+
const __vue_script__$3 = script$3;
|
|
6522
6526
|
/* template */
|
|
6523
6527
|
|
|
6524
|
-
var __vue_render__$
|
|
6528
|
+
var __vue_render__$3 = function () {
|
|
6525
6529
|
var _vm = this;
|
|
6526
6530
|
|
|
6527
6531
|
var _h = _vm.$createElement;
|
|
@@ -6604,10 +6608,10 @@ var __vue_render__$2 = function () {
|
|
|
6604
6608
|
}), 1)], 1)], 1);
|
|
6605
6609
|
};
|
|
6606
6610
|
|
|
6607
|
-
var __vue_staticRenderFns__$
|
|
6611
|
+
var __vue_staticRenderFns__$3 = [];
|
|
6608
6612
|
/* style */
|
|
6609
6613
|
|
|
6610
|
-
const __vue_inject_styles__$
|
|
6614
|
+
const __vue_inject_styles__$3 = function (inject) {
|
|
6611
6615
|
if (!inject) return;
|
|
6612
6616
|
inject("data-v-dff856ce_0", {
|
|
6613
6617
|
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}",
|
|
@@ -6618,29 +6622,29 @@ const __vue_inject_styles__$2 = function (inject) {
|
|
|
6618
6622
|
/* scoped */
|
|
6619
6623
|
|
|
6620
6624
|
|
|
6621
|
-
const __vue_scope_id__$
|
|
6625
|
+
const __vue_scope_id__$3 = "data-v-dff856ce";
|
|
6622
6626
|
/* module identifier */
|
|
6623
6627
|
|
|
6624
|
-
const __vue_module_identifier__$
|
|
6628
|
+
const __vue_module_identifier__$3 = undefined;
|
|
6625
6629
|
/* functional template */
|
|
6626
6630
|
|
|
6627
|
-
const __vue_is_functional_template__$
|
|
6631
|
+
const __vue_is_functional_template__$3 = false;
|
|
6628
6632
|
/* style inject SSR */
|
|
6629
6633
|
|
|
6630
6634
|
/* style inject shadow dom */
|
|
6631
6635
|
|
|
6632
|
-
const __vue_component__$
|
|
6633
|
-
render: __vue_render__$
|
|
6634
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6635
|
-
}, __vue_inject_styles__$
|
|
6636
|
+
const __vue_component__$3 = /*#__PURE__*/normalizeComponent({
|
|
6637
|
+
render: __vue_render__$3,
|
|
6638
|
+
staticRenderFns: __vue_staticRenderFns__$3
|
|
6639
|
+
}, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, createInjector, undefined, undefined);
|
|
6636
6640
|
|
|
6637
|
-
var script$
|
|
6641
|
+
var script$2 = {
|
|
6638
6642
|
name: "VcWizard",
|
|
6639
6643
|
components: {
|
|
6640
|
-
VcStepsBar: __vue_component__$
|
|
6641
|
-
VcStepperContent: __vue_component__$
|
|
6642
|
-
VcMobileWizardProgress: __vue_component__$
|
|
6643
|
-
VcWizardCtaContainer: __vue_component__$
|
|
6644
|
+
VcStepsBar: __vue_component__$w,
|
|
6645
|
+
VcStepperContent: __vue_component__$3,
|
|
6646
|
+
VcMobileWizardProgress: __vue_component__$u,
|
|
6647
|
+
VcWizardCtaContainer: __vue_component__$4,
|
|
6644
6648
|
VLayout: VLayout
|
|
6645
6649
|
},
|
|
6646
6650
|
props: {
|
|
@@ -6743,10 +6747,10 @@ var script$1 = {
|
|
|
6743
6747
|
};
|
|
6744
6748
|
|
|
6745
6749
|
/* script */
|
|
6746
|
-
const __vue_script__$
|
|
6750
|
+
const __vue_script__$2 = script$2;
|
|
6747
6751
|
/* template */
|
|
6748
6752
|
|
|
6749
|
-
var __vue_render__$
|
|
6753
|
+
var __vue_render__$2 = function () {
|
|
6750
6754
|
var _vm = this;
|
|
6751
6755
|
|
|
6752
6756
|
var _h = _vm.$createElement;
|
|
@@ -6800,10 +6804,10 @@ var __vue_render__$1 = function () {
|
|
|
6800
6804
|
})], 1);
|
|
6801
6805
|
};
|
|
6802
6806
|
|
|
6803
|
-
var __vue_staticRenderFns__$
|
|
6807
|
+
var __vue_staticRenderFns__$2 = [];
|
|
6804
6808
|
/* style */
|
|
6805
6809
|
|
|
6806
|
-
const __vue_inject_styles__$
|
|
6810
|
+
const __vue_inject_styles__$2 = function (inject) {
|
|
6807
6811
|
if (!inject) return;
|
|
6808
6812
|
inject("data-v-71d82f6c_0", {
|
|
6809
6813
|
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}",
|
|
@@ -6814,21 +6818,21 @@ const __vue_inject_styles__$1 = function (inject) {
|
|
|
6814
6818
|
/* scoped */
|
|
6815
6819
|
|
|
6816
6820
|
|
|
6817
|
-
const __vue_scope_id__$
|
|
6821
|
+
const __vue_scope_id__$2 = "data-v-71d82f6c";
|
|
6818
6822
|
/* module identifier */
|
|
6819
6823
|
|
|
6820
|
-
const __vue_module_identifier__$
|
|
6824
|
+
const __vue_module_identifier__$2 = undefined;
|
|
6821
6825
|
/* functional template */
|
|
6822
6826
|
|
|
6823
|
-
const __vue_is_functional_template__$
|
|
6827
|
+
const __vue_is_functional_template__$2 = false;
|
|
6824
6828
|
/* style inject SSR */
|
|
6825
6829
|
|
|
6826
6830
|
/* style inject shadow dom */
|
|
6827
6831
|
|
|
6828
|
-
const __vue_component__$
|
|
6829
|
-
render: __vue_render__$
|
|
6830
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6831
|
-
}, __vue_inject_styles__$
|
|
6832
|
+
const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
6833
|
+
render: __vue_render__$2,
|
|
6834
|
+
staticRenderFns: __vue_staticRenderFns__$2
|
|
6835
|
+
}, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, createInjector, undefined, undefined);
|
|
6832
6836
|
|
|
6833
6837
|
//
|
|
6834
6838
|
//
|
|
@@ -6846,7 +6850,7 @@ const __vue_component__$1 = /*#__PURE__*/normalizeComponent({
|
|
|
6846
6850
|
//
|
|
6847
6851
|
//
|
|
6848
6852
|
//
|
|
6849
|
-
var script = {
|
|
6853
|
+
var script$1 = {
|
|
6850
6854
|
name: 'VcBadge',
|
|
6851
6855
|
components: {
|
|
6852
6856
|
VBadge: VBadge
|
|
@@ -6879,10 +6883,10 @@ var script = {
|
|
|
6879
6883
|
};
|
|
6880
6884
|
|
|
6881
6885
|
/* script */
|
|
6882
|
-
const __vue_script__ = script;
|
|
6886
|
+
const __vue_script__$1 = script$1;
|
|
6883
6887
|
/* template */
|
|
6884
6888
|
|
|
6885
|
-
var __vue_render__ = function () {
|
|
6889
|
+
var __vue_render__$1 = function () {
|
|
6886
6890
|
var _vm = this;
|
|
6887
6891
|
|
|
6888
6892
|
var _h = _vm.$createElement;
|
|
@@ -6908,10 +6912,10 @@ var __vue_render__ = function () {
|
|
|
6908
6912
|
}, [_vm._t("default")], 2)], 1);
|
|
6909
6913
|
};
|
|
6910
6914
|
|
|
6911
|
-
var __vue_staticRenderFns__ = [];
|
|
6915
|
+
var __vue_staticRenderFns__$1 = [];
|
|
6912
6916
|
/* style */
|
|
6913
6917
|
|
|
6914
|
-
const __vue_inject_styles__ = function (inject) {
|
|
6918
|
+
const __vue_inject_styles__$1 = function (inject) {
|
|
6915
6919
|
if (!inject) return;
|
|
6916
6920
|
inject("data-v-4edabf76_0", {
|
|
6917
6921
|
source: "[data-v-4edabf76] .v-icon__component{height:12px;width:12px}",
|
|
@@ -6922,7 +6926,168 @@ const __vue_inject_styles__ = function (inject) {
|
|
|
6922
6926
|
/* scoped */
|
|
6923
6927
|
|
|
6924
6928
|
|
|
6925
|
-
const __vue_scope_id__ = "data-v-4edabf76";
|
|
6929
|
+
const __vue_scope_id__$1 = "data-v-4edabf76";
|
|
6930
|
+
/* module identifier */
|
|
6931
|
+
|
|
6932
|
+
const __vue_module_identifier__$1 = undefined;
|
|
6933
|
+
/* functional template */
|
|
6934
|
+
|
|
6935
|
+
const __vue_is_functional_template__$1 = false;
|
|
6936
|
+
/* style inject SSR */
|
|
6937
|
+
|
|
6938
|
+
/* style inject shadow dom */
|
|
6939
|
+
|
|
6940
|
+
const __vue_component__$1 = /*#__PURE__*/normalizeComponent({
|
|
6941
|
+
render: __vue_render__$1,
|
|
6942
|
+
staticRenderFns: __vue_staticRenderFns__$1
|
|
6943
|
+
}, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, createInjector, undefined, undefined);
|
|
6944
|
+
|
|
6945
|
+
var script = {
|
|
6946
|
+
name: "VcUpsellBlock",
|
|
6947
|
+
components: {
|
|
6948
|
+
VcSvg: __vue_component__$7,
|
|
6949
|
+
VcImage: __vue_component__$F,
|
|
6950
|
+
VcLink: __vue_component__$a,
|
|
6951
|
+
VcButton: __vue_component__$N,
|
|
6952
|
+
VcLayout: __vue_component__$L,
|
|
6953
|
+
VcIcon: __vue_component__$O
|
|
6954
|
+
},
|
|
6955
|
+
props: {
|
|
6956
|
+
titleText: {
|
|
6957
|
+
type: String,
|
|
6958
|
+
default: ""
|
|
6959
|
+
},
|
|
6960
|
+
subtitleText: {
|
|
6961
|
+
type: String,
|
|
6962
|
+
default: ""
|
|
6963
|
+
},
|
|
6964
|
+
bulletsText: {
|
|
6965
|
+
type: Array,
|
|
6966
|
+
default: () => []
|
|
6967
|
+
},
|
|
6968
|
+
buttonText: {
|
|
6969
|
+
type: String,
|
|
6970
|
+
default: ''
|
|
6971
|
+
},
|
|
6972
|
+
linkText: {
|
|
6973
|
+
type: String,
|
|
6974
|
+
default: ''
|
|
6975
|
+
},
|
|
6976
|
+
imageUrl: {
|
|
6977
|
+
type: [String, Object],
|
|
6978
|
+
default: ''
|
|
6979
|
+
},
|
|
6980
|
+
linkUrl: {
|
|
6981
|
+
type: String,
|
|
6982
|
+
default: ''
|
|
6983
|
+
},
|
|
6984
|
+
mode: {
|
|
6985
|
+
type: String,
|
|
6986
|
+
default: 'page',
|
|
6987
|
+
validator: prop => ['page', 'dialog'].includes(prop)
|
|
6988
|
+
},
|
|
6989
|
+
dataQa: {
|
|
6990
|
+
type: String,
|
|
6991
|
+
default: 'VcUpsellBlock'
|
|
6992
|
+
},
|
|
6993
|
+
icon: {
|
|
6994
|
+
type: String,
|
|
6995
|
+
default: ''
|
|
6996
|
+
}
|
|
6997
|
+
},
|
|
6998
|
+
computed: {
|
|
6999
|
+
isDialog() {
|
|
7000
|
+
return this.mode === 'dialog';
|
|
7001
|
+
}
|
|
7002
|
+
|
|
7003
|
+
}
|
|
7004
|
+
};
|
|
7005
|
+
|
|
7006
|
+
/* script */
|
|
7007
|
+
const __vue_script__ = script;
|
|
7008
|
+
/* template */
|
|
7009
|
+
|
|
7010
|
+
var __vue_render__ = function () {
|
|
7011
|
+
var _vm = this;
|
|
7012
|
+
|
|
7013
|
+
var _h = _vm.$createElement;
|
|
7014
|
+
|
|
7015
|
+
var _c = _vm._self._c || _h;
|
|
7016
|
+
|
|
7017
|
+
return _c('VcLayout', {
|
|
7018
|
+
staticClass: "VcUpsellBlock justify-space-between align-md-center",
|
|
7019
|
+
class: _vm.isDialog ? 'pt-2 dialog-height' : '',
|
|
7020
|
+
attrs: {
|
|
7021
|
+
"data-qa": _vm.dataQa
|
|
7022
|
+
}
|
|
7023
|
+
}, [_c('div', {
|
|
7024
|
+
staticClass: "text-container flex-column pa-6 pb-0"
|
|
7025
|
+
}, [_c('div', {
|
|
7026
|
+
staticClass: "title-text mb-4"
|
|
7027
|
+
}, [_vm._v(_vm._s(_vm.titleText))]), _vm._v(" "), _c('div', {
|
|
7028
|
+
staticClass: "sub-text mb-6"
|
|
7029
|
+
}, [_vm._v(_vm._s(_vm.subtitleText))]), _vm._v(" "), _vm._l(_vm.bulletsText, function (item, index) {
|
|
7030
|
+
return _vm.bulletsText.length > 0 ? _c('div', {
|
|
7031
|
+
key: index,
|
|
7032
|
+
staticClass: "bullets-text d-flex mb-3"
|
|
7033
|
+
}, [_vm.icon ? _c('div', {
|
|
7034
|
+
staticClass: "align-self-start bullets-icon"
|
|
7035
|
+
}, [_c('VcIcon', {
|
|
7036
|
+
attrs: {
|
|
7037
|
+
"size": "16"
|
|
7038
|
+
}
|
|
7039
|
+
}, [_vm._v(_vm._s(_vm.icon))])], 1) : _vm._e(), _vm._v(" "), _c('span', {
|
|
7040
|
+
staticClass: "bullets-span"
|
|
7041
|
+
}, [_vm._v(_vm._s(item))])]) : _vm._e();
|
|
7042
|
+
}), _vm._v(" "), _vm.linkText || _vm.buttonText ? _c('div', {
|
|
7043
|
+
staticClass: "cta-container d-flex mt-md-6",
|
|
7044
|
+
class: _vm.isDialog ? 'cta-container-dialog' : ''
|
|
7045
|
+
}, [_vm.buttonText ? _c('VcButton', {
|
|
7046
|
+
staticClass: "primary-cta",
|
|
7047
|
+
attrs: {
|
|
7048
|
+
"pill": true
|
|
7049
|
+
},
|
|
7050
|
+
on: {
|
|
7051
|
+
"click": function ($event) {
|
|
7052
|
+
return _vm.$emit('buttonClick');
|
|
7053
|
+
}
|
|
7054
|
+
}
|
|
7055
|
+
}, [_vm._v(_vm._s(_vm.buttonText))]) : _vm._e(), _vm._v(" "), _vm.linkText ? _c('VcLink', {
|
|
7056
|
+
staticClass: "secondary-cta justify-center",
|
|
7057
|
+
attrs: {
|
|
7058
|
+
"url": _vm.linkUrl,
|
|
7059
|
+
"label": _vm.linkText
|
|
7060
|
+
}
|
|
7061
|
+
}) : _vm._e()], 1) : _vm._e()], 2), _vm._v(" "), _c('VcLayout', {
|
|
7062
|
+
staticClass: "images-container"
|
|
7063
|
+
}, [_c('VcSvg', {
|
|
7064
|
+
staticClass: "background-stain",
|
|
7065
|
+
attrs: {
|
|
7066
|
+
"svg": _vm.$svgImages.background_stain
|
|
7067
|
+
}
|
|
7068
|
+
}), _vm._v(" "), _c('VcImage', {
|
|
7069
|
+
staticClass: "upsell-image",
|
|
7070
|
+
attrs: {
|
|
7071
|
+
"image": _vm.imageUrl
|
|
7072
|
+
}
|
|
7073
|
+
})], 1)], 1);
|
|
7074
|
+
};
|
|
7075
|
+
|
|
7076
|
+
var __vue_staticRenderFns__ = [];
|
|
7077
|
+
/* style */
|
|
7078
|
+
|
|
7079
|
+
const __vue_inject_styles__ = function (inject) {
|
|
7080
|
+
if (!inject) return;
|
|
7081
|
+
inject("data-v-73533e26_0", {
|
|
7082
|
+
source: ".VcUpsellBlock{flex-flow:row wrap;width:100%;height:100vh;max-width:960px;margin:auto;overflow-x:hidden;font-style:normal}@media screen and (min-width:960px){.VcUpsellBlock{overflow-x:visible}}.VcUpsellBlock.dialog-height{height:100%}.VcUpsellBlock .text-container{flex:0 0 100%;margin:0 auto}@media screen and (min-width:960px){.VcUpsellBlock .text-container{flex:0 0 55%;max-width:444px;overflow:hidden}}.VcUpsellBlock .text-container .title-text{font-weight:var(--font-weight-large2);font-size:var(--font-size-medium2);line-height:32px;letter-spacing:.01em}@media screen and (min-width:960px){.VcUpsellBlock .text-container .title-text{font-size:var(--font-size-large);line-height:40px}}.VcUpsellBlock .text-container .sub-text{font-weight:var(--font-weight-large);font-size:var(--font-size-medium);line-height:28px;letter-spacing:var(--letter-spacing)}.VcUpsellBlock .text-container .bullets-text{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:20px}.VcUpsellBlock .text-container .bullets-text .bullets-icon{margin-inline-end:12px}.VcUpsellBlock .text-container .bullets-text .bullets-span{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:20px;color:#000}.VcUpsellBlock .text-container .cta-container{flex:1 1 auto;flex-flow:row wrap;align-items:center;margin:32px auto 0}.VcUpsellBlock .text-container .cta-container .primary-cta{flex:0 0 100%;width:auto;margin:0 auto;max-width:214px;line-height:48px;min-height:48px;font-weight:var(--font-weight-large);font-size:var(--font-size-small2)}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container .primary-cta{flex:0 0 45%;margin:0;height:48px}}.VcUpsellBlock .text-container .cta-container .primary-cta .v-btn__content{flex-flow:row wrap;width:100%;white-space:break-spaces}.VcUpsellBlock .text-container .cta-container .secondary-cta{flex:0 0 100%;text-align:center;font-weight:var(--font-weight-large);font-size:var(--font-size-small2);line-height:48px;height:48px;color:var(--gray-darken-5);margin:0}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container .secondary-cta{flex:0 0 45%;color:var(--blue);font-weight:var(--font-weight-large2)}}.VcUpsellBlock .text-container .cta-container-dialog{width:100%;z-index:1;position:absolute;justify-content:space-between;background:#fff;bottom:0;left:0;right:0;margin:0;height:72px;padding:0 24px}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container-dialog{position:static;justify-content:flex-start;padding:0}}.VcUpsellBlock .text-container .cta-container-dialog .primary-cta{flex:0 0 55%;margin:0;order:2}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container-dialog .primary-cta{flex:0 0 45%;order:0}}.VcUpsellBlock .text-container .cta-container-dialog .secondary-cta{flex:1 0 35%;padding-top:0}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container-dialog .secondary-cta{flex:0 0 45%}}.VcUpsellBlock .images-container{position:relative;flex:1 0 100%;margin:0 auto;min-height:40%;overflow:hidden}@media screen and (min-width:960px){.VcUpsellBlock .images-container{flex:0 0 45%;min-height:0;overflow:visible}}.VcUpsellBlock .images-container .background-stain{position:absolute;opacity:15%;width:600px;height:380px;left:80px;overflow:hidden}#app[dir=rtl] .VcUpsellBlock .images-container .background-stain{transform:scaleX(-1);width:inherit;left:auto}@media screen and (min-width:960px){.VcUpsellBlock .images-container .background-stain{width:1400px;height:800px;left:-15px;top:-360px}}.VcUpsellBlock .images-container .background-stain #background_stain{fill:var(--v-secondary-base)}.VcUpsellBlock .images-container .upsell-image{position:absolute;width:320px;height:380px;display:block;right:0;left:0;margin:0 auto}@media screen and (min-width:960px){.VcUpsellBlock .images-container .upsell-image{height:580px;width:466px;top:-300px;right:-30px}}",
|
|
7083
|
+
map: undefined,
|
|
7084
|
+
media: undefined
|
|
7085
|
+
});
|
|
7086
|
+
};
|
|
7087
|
+
/* scoped */
|
|
7088
|
+
|
|
7089
|
+
|
|
7090
|
+
const __vue_scope_id__ = undefined;
|
|
6926
7091
|
/* module identifier */
|
|
6927
7092
|
|
|
6928
7093
|
const __vue_module_identifier__ = undefined;
|
|
@@ -6942,54 +7107,56 @@ const __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
6942
7107
|
|
|
6943
7108
|
var components$1 = /*#__PURE__*/Object.freeze({
|
|
6944
7109
|
__proto__: null,
|
|
6945
|
-
VcConfirmModal: __vue_component__$
|
|
6946
|
-
VcInputModal: __vue_component__$
|
|
6947
|
-
VcNoticeModal: __vue_component__$
|
|
6948
|
-
VcModalFooter: __vue_component__$
|
|
6949
|
-
VcModalHeader: __vue_component__$
|
|
6950
|
-
VcAlert: __vue_component__$
|
|
6951
|
-
VcTooltip: __vue_component__$
|
|
6952
|
-
VcIconWithTooltip: __vue_component__$
|
|
6953
|
-
VcBottomActions: __vue_component__$
|
|
6954
|
-
VcActionList: __vue_component__$
|
|
6955
|
-
VcActions: __vue_component__$
|
|
6956
|
-
VcStepsBar: __vue_component__$
|
|
6957
|
-
VcMobileWizardProgress: __vue_component__$
|
|
6958
|
-
VcProgressCircular: __vue_component__$
|
|
6959
|
-
VcChecklistItem: __vue_component__$
|
|
6960
|
-
VcListbox: __vue_component__$
|
|
6961
|
-
VcBottomSheet: __vue_component__$
|
|
6962
|
-
VcInputBottomSheet: __vue_component__$
|
|
6963
|
-
|
|
6964
|
-
|
|
6965
|
-
|
|
6966
|
-
VcButton: __vue_component__$
|
|
6967
|
-
VcButtonGroup: __vue_component__$
|
|
6968
|
-
VcForm: __vue_component__$
|
|
6969
|
-
VcIcon: __vue_component__$
|
|
6970
|
-
VcLayout: __vue_component__$
|
|
6971
|
-
VcLoader: __vue_component__$
|
|
6972
|
-
VcSwitch: __vue_component__$
|
|
6973
|
-
VcListEntity: __vue_component__$
|
|
6974
|
-
VcExpansionCard: __vue_component__$
|
|
6975
|
-
VcTextField: __vue_component__$
|
|
6976
|
-
VcAvatar: __vue_component__$
|
|
6977
|
-
VcTextArea: __vue_component__$
|
|
6978
|
-
VcToast: __vue_component__$
|
|
6979
|
-
VcCard: __vue_component__$
|
|
6980
|
-
VcCheckbox: __vue_component__$
|
|
6981
|
-
VcFilterPanel: __vue_component__$
|
|
6982
|
-
VcFocusArea: __vue_component__$
|
|
6983
|
-
VcLink: __vue_component__$
|
|
6984
|
-
VcListItem: __vue_component__$
|
|
6985
|
-
VcGroupHeader: __vue_component__$
|
|
6986
|
-
VcEmptyState: __vue_component__$
|
|
6987
|
-
VcSvg: __vue_component__$
|
|
6988
|
-
VcBanner: __vue_component__$
|
|
6989
|
-
VcWizardCtaContainer: __vue_component__$
|
|
6990
|
-
VcWizard: __vue_component__$
|
|
6991
|
-
VcImage: __vue_component__$
|
|
6992
|
-
VcBadge: __vue_component__
|
|
7110
|
+
VcConfirmModal: __vue_component__$I,
|
|
7111
|
+
VcInputModal: __vue_component__$G,
|
|
7112
|
+
VcNoticeModal: __vue_component__$E,
|
|
7113
|
+
VcModalFooter: __vue_component__$K,
|
|
7114
|
+
VcModalHeader: __vue_component__$J,
|
|
7115
|
+
VcAlert: __vue_component__$D,
|
|
7116
|
+
VcTooltip: __vue_component__$C,
|
|
7117
|
+
VcIconWithTooltip: __vue_component__$B,
|
|
7118
|
+
VcBottomActions: __vue_component__$z,
|
|
7119
|
+
VcActionList: __vue_component__$y,
|
|
7120
|
+
VcActions: __vue_component__$x,
|
|
7121
|
+
VcStepsBar: __vue_component__$w,
|
|
7122
|
+
VcMobileWizardProgress: __vue_component__$u,
|
|
7123
|
+
VcProgressCircular: __vue_component__$v,
|
|
7124
|
+
VcChecklistItem: __vue_component__$s,
|
|
7125
|
+
VcListbox: __vue_component__$r,
|
|
7126
|
+
VcBottomSheet: __vue_component__$q,
|
|
7127
|
+
VcInputBottomSheet: __vue_component__$p,
|
|
7128
|
+
VcPopover: __vue_component__$o,
|
|
7129
|
+
VcInputPopover: __vue_component__$n,
|
|
7130
|
+
VcChip: __vue_component__$m,
|
|
7131
|
+
VcButton: __vue_component__$N,
|
|
7132
|
+
VcButtonGroup: __vue_component__$l,
|
|
7133
|
+
VcForm: __vue_component__$H,
|
|
7134
|
+
VcIcon: __vue_component__$O,
|
|
7135
|
+
VcLayout: __vue_component__$L,
|
|
7136
|
+
VcLoader: __vue_component__$k,
|
|
7137
|
+
VcSwitch: __vue_component__$j,
|
|
7138
|
+
VcListEntity: __vue_component__$i,
|
|
7139
|
+
VcExpansionCard: __vue_component__$h,
|
|
7140
|
+
VcTextField: __vue_component__$g,
|
|
7141
|
+
VcAvatar: __vue_component__$A,
|
|
7142
|
+
VcTextArea: __vue_component__$f,
|
|
7143
|
+
VcToast: __vue_component__$e,
|
|
7144
|
+
VcCard: __vue_component__$d,
|
|
7145
|
+
VcCheckbox: __vue_component__$t,
|
|
7146
|
+
VcFilterPanel: __vue_component__$c,
|
|
7147
|
+
VcFocusArea: __vue_component__$b,
|
|
7148
|
+
VcLink: __vue_component__$a,
|
|
7149
|
+
VcListItem: __vue_component__$9,
|
|
7150
|
+
VcGroupHeader: __vue_component__$8,
|
|
7151
|
+
VcEmptyState: __vue_component__$6,
|
|
7152
|
+
VcSvg: __vue_component__$7,
|
|
7153
|
+
VcBanner: __vue_component__$5,
|
|
7154
|
+
VcWizardCtaContainer: __vue_component__$4,
|
|
7155
|
+
VcWizard: __vue_component__$2,
|
|
7156
|
+
VcImage: __vue_component__$F,
|
|
7157
|
+
VcBadge: __vue_component__$1,
|
|
7158
|
+
VcUpsellBlock: __vue_component__,
|
|
7159
|
+
VcModalContainer: __vue_component__$M
|
|
6993
7160
|
});
|
|
6994
7161
|
|
|
6995
7162
|
// Import vue components
|
|
@@ -7003,54 +7170,56 @@ const install = function installdesignSystem(Vue) {
|
|
|
7003
7170
|
var components = /*#__PURE__*/Object.freeze({
|
|
7004
7171
|
__proto__: null,
|
|
7005
7172
|
'default': install,
|
|
7006
|
-
VcConfirmModal: __vue_component__$
|
|
7007
|
-
VcInputModal: __vue_component__$
|
|
7008
|
-
VcNoticeModal: __vue_component__$
|
|
7009
|
-
VcModalFooter: __vue_component__$
|
|
7010
|
-
VcModalHeader: __vue_component__$
|
|
7011
|
-
VcAlert: __vue_component__$
|
|
7012
|
-
VcTooltip: __vue_component__$
|
|
7013
|
-
VcIconWithTooltip: __vue_component__$
|
|
7014
|
-
VcBottomActions: __vue_component__$
|
|
7015
|
-
VcActionList: __vue_component__$
|
|
7016
|
-
VcActions: __vue_component__$
|
|
7017
|
-
VcStepsBar: __vue_component__$
|
|
7018
|
-
VcMobileWizardProgress: __vue_component__$
|
|
7019
|
-
VcProgressCircular: __vue_component__$
|
|
7020
|
-
VcChecklistItem: __vue_component__$
|
|
7021
|
-
VcListbox: __vue_component__$
|
|
7022
|
-
VcBottomSheet: __vue_component__$
|
|
7023
|
-
VcInputBottomSheet: __vue_component__$
|
|
7024
|
-
|
|
7025
|
-
|
|
7026
|
-
|
|
7027
|
-
VcButton: __vue_component__$
|
|
7028
|
-
VcButtonGroup: __vue_component__$
|
|
7029
|
-
VcForm: __vue_component__$
|
|
7030
|
-
VcIcon: __vue_component__$
|
|
7031
|
-
VcLayout: __vue_component__$
|
|
7032
|
-
VcLoader: __vue_component__$
|
|
7033
|
-
VcSwitch: __vue_component__$
|
|
7034
|
-
VcListEntity: __vue_component__$
|
|
7035
|
-
VcExpansionCard: __vue_component__$
|
|
7036
|
-
VcTextField: __vue_component__$
|
|
7037
|
-
VcAvatar: __vue_component__$
|
|
7038
|
-
VcTextArea: __vue_component__$
|
|
7039
|
-
VcToast: __vue_component__$
|
|
7040
|
-
VcCard: __vue_component__$
|
|
7041
|
-
VcCheckbox: __vue_component__$
|
|
7042
|
-
VcFilterPanel: __vue_component__$
|
|
7043
|
-
VcFocusArea: __vue_component__$
|
|
7044
|
-
VcLink: __vue_component__$
|
|
7045
|
-
VcListItem: __vue_component__$
|
|
7046
|
-
VcGroupHeader: __vue_component__$
|
|
7047
|
-
VcEmptyState: __vue_component__$
|
|
7048
|
-
VcSvg: __vue_component__$
|
|
7049
|
-
VcBanner: __vue_component__$
|
|
7050
|
-
VcWizardCtaContainer: __vue_component__$
|
|
7051
|
-
VcWizard: __vue_component__$
|
|
7052
|
-
VcImage: __vue_component__$
|
|
7053
|
-
VcBadge: __vue_component__
|
|
7173
|
+
VcConfirmModal: __vue_component__$I,
|
|
7174
|
+
VcInputModal: __vue_component__$G,
|
|
7175
|
+
VcNoticeModal: __vue_component__$E,
|
|
7176
|
+
VcModalFooter: __vue_component__$K,
|
|
7177
|
+
VcModalHeader: __vue_component__$J,
|
|
7178
|
+
VcAlert: __vue_component__$D,
|
|
7179
|
+
VcTooltip: __vue_component__$C,
|
|
7180
|
+
VcIconWithTooltip: __vue_component__$B,
|
|
7181
|
+
VcBottomActions: __vue_component__$z,
|
|
7182
|
+
VcActionList: __vue_component__$y,
|
|
7183
|
+
VcActions: __vue_component__$x,
|
|
7184
|
+
VcStepsBar: __vue_component__$w,
|
|
7185
|
+
VcMobileWizardProgress: __vue_component__$u,
|
|
7186
|
+
VcProgressCircular: __vue_component__$v,
|
|
7187
|
+
VcChecklistItem: __vue_component__$s,
|
|
7188
|
+
VcListbox: __vue_component__$r,
|
|
7189
|
+
VcBottomSheet: __vue_component__$q,
|
|
7190
|
+
VcInputBottomSheet: __vue_component__$p,
|
|
7191
|
+
VcPopover: __vue_component__$o,
|
|
7192
|
+
VcInputPopover: __vue_component__$n,
|
|
7193
|
+
VcChip: __vue_component__$m,
|
|
7194
|
+
VcButton: __vue_component__$N,
|
|
7195
|
+
VcButtonGroup: __vue_component__$l,
|
|
7196
|
+
VcForm: __vue_component__$H,
|
|
7197
|
+
VcIcon: __vue_component__$O,
|
|
7198
|
+
VcLayout: __vue_component__$L,
|
|
7199
|
+
VcLoader: __vue_component__$k,
|
|
7200
|
+
VcSwitch: __vue_component__$j,
|
|
7201
|
+
VcListEntity: __vue_component__$i,
|
|
7202
|
+
VcExpansionCard: __vue_component__$h,
|
|
7203
|
+
VcTextField: __vue_component__$g,
|
|
7204
|
+
VcAvatar: __vue_component__$A,
|
|
7205
|
+
VcTextArea: __vue_component__$f,
|
|
7206
|
+
VcToast: __vue_component__$e,
|
|
7207
|
+
VcCard: __vue_component__$d,
|
|
7208
|
+
VcCheckbox: __vue_component__$t,
|
|
7209
|
+
VcFilterPanel: __vue_component__$c,
|
|
7210
|
+
VcFocusArea: __vue_component__$b,
|
|
7211
|
+
VcLink: __vue_component__$a,
|
|
7212
|
+
VcListItem: __vue_component__$9,
|
|
7213
|
+
VcGroupHeader: __vue_component__$8,
|
|
7214
|
+
VcEmptyState: __vue_component__$6,
|
|
7215
|
+
VcSvg: __vue_component__$7,
|
|
7216
|
+
VcBanner: __vue_component__$5,
|
|
7217
|
+
VcWizardCtaContainer: __vue_component__$4,
|
|
7218
|
+
VcWizard: __vue_component__$2,
|
|
7219
|
+
VcImage: __vue_component__$F,
|
|
7220
|
+
VcBadge: __vue_component__$1,
|
|
7221
|
+
VcUpsellBlock: __vue_component__,
|
|
7222
|
+
VcModalContainer: __vue_component__$M
|
|
7054
7223
|
});
|
|
7055
7224
|
|
|
7056
7225
|
// iife/cjs usage extends esm default export - so import it all
|