@vcita/design-system 1.2.0 → 1.2.2
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 +9 -0
- package/dist/@vcita/design-system.esm.js +1089 -918
- package/dist/@vcita/design-system.min.js +2 -2
- package/dist/@vcita/design-system.ssr.js +954 -815
- package/init/SvgIcons.js +1 -1
- package/package.json +1 -1
- package/src/components/.DS_Store +0 -0
- package/src/components/VcButton/VcButton.stories.js +23 -23
- package/src/components/VcChip/VcChip.stories.js +3 -2
- package/src/components/VcChipList/VcChipList.stories.js +34 -21
- package/src/components/VcDocItem/VcDocItem.spec.js +10 -0
- package/src/components/VcDocItem/VcDocItem.stories.js +3 -0
- package/src/components/VcDocItem/VcDocItem.vue +17 -5
- package/src/components/VcDocItem/mockData.js +3 -3
- package/src/components/VcIcon/VcIcon.stories.js +30 -7
- package/src/components/VcIcon/VcIcon.vue +11 -2
- package/src/components/VcMenu/.DS_Store +0 -0
- package/src/components/VcSideNav/VcSideNav.spec.js +105 -0
- package/src/components/VcSideNav/VcSideNav.stories.js +117 -0
- package/src/components/VcSideNav/VcSideNav.vue +136 -0
- package/src/components/VcTextField/VcTextField.stories.js +60 -101
- package/src/components/VcTextField/VcTextField.vue +4 -0
- package/src/components/index.js +1 -0
- package/src/components/list/VcList/pattern/VcMobilePickerPattern.stories.js +22 -8
- package/src/components/list/VcListEntity/VcListEntity.stories.js +14 -19
- package/src/components/modal/VcConfirmModal/VcConfirmModal.stories.js +73 -46
- package/src/components/modal/VcConfirmModal/VcConfirmModal.vue +12 -2
- package/src/components/modal/VcConfirmProminentModal/VcConfirmProminentModal.stories.js +6 -10
- package/src/components/modal/VcConfirmProminentModal/VcConfirmProminentModal.vue +5 -0
- package/src/components/modal/VcInputModal/VcInputModal.stories.js +47 -56
- package/src/components/modal/VcInputModal/VcInputModal.vue +2 -1
- package/src/components/modal/VcNoticeModal/VcNoticeModal.stories.js +36 -45
- package/src/components/modal/VcNoticeModal/VcNoticeModal.vue +5 -0
- package/src/components/modal/elements/VcModalContainer.stories.js +35 -12
- package/src/components/modal/elements/VcModalContainer.vue +8 -1
- package/src/components/modal/elements/VcModalFooter.stories.js +10 -6
- package/src/components/modal/elements/VcModalWrapper.stories.js +13 -6
|
@@ -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$12 = {
|
|
15
15
|
components: {
|
|
16
16
|
VDialog: VDialog
|
|
17
17
|
},
|
|
@@ -172,10 +172,10 @@ function addStyle(id, css) {
|
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
/* script */
|
|
175
|
-
const __vue_script__$
|
|
175
|
+
const __vue_script__$12 = script$12;
|
|
176
176
|
/* template */
|
|
177
177
|
|
|
178
|
-
var __vue_render__
|
|
178
|
+
var __vue_render__$$ = function () {
|
|
179
179
|
var _vm = this;
|
|
180
180
|
|
|
181
181
|
var _h = _vm.$createElement;
|
|
@@ -210,10 +210,10 @@ var __vue_render__$_ = function () {
|
|
|
210
210
|
}, [_vm._t("default")], 2);
|
|
211
211
|
};
|
|
212
212
|
|
|
213
|
-
var __vue_staticRenderFns__
|
|
213
|
+
var __vue_staticRenderFns__$$ = [];
|
|
214
214
|
/* style */
|
|
215
215
|
|
|
216
|
-
const __vue_inject_styles__$
|
|
216
|
+
const __vue_inject_styles__$12 = function (inject) {
|
|
217
217
|
if (!inject) return;
|
|
218
218
|
inject("data-v-7e4b12ce_0", {
|
|
219
219
|
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)}}",
|
|
@@ -224,30 +224,34 @@ const __vue_inject_styles__$11 = function (inject) {
|
|
|
224
224
|
/* scoped */
|
|
225
225
|
|
|
226
226
|
|
|
227
|
-
const __vue_scope_id__$
|
|
227
|
+
const __vue_scope_id__$12 = undefined;
|
|
228
228
|
/* module identifier */
|
|
229
229
|
|
|
230
|
-
const __vue_module_identifier__$
|
|
230
|
+
const __vue_module_identifier__$12 = undefined;
|
|
231
231
|
/* functional template */
|
|
232
232
|
|
|
233
|
-
const __vue_is_functional_template__$
|
|
233
|
+
const __vue_is_functional_template__$12 = false;
|
|
234
234
|
/* style inject SSR */
|
|
235
235
|
|
|
236
236
|
/* style inject shadow dom */
|
|
237
237
|
|
|
238
|
-
const __vue_component__$
|
|
239
|
-
render: __vue_render__
|
|
240
|
-
staticRenderFns: __vue_staticRenderFns__
|
|
241
|
-
}, __vue_inject_styles__$
|
|
238
|
+
const __vue_component__$1y = /*#__PURE__*/normalizeComponent({
|
|
239
|
+
render: __vue_render__$$,
|
|
240
|
+
staticRenderFns: __vue_staticRenderFns__$$
|
|
241
|
+
}, __vue_inject_styles__$12, __vue_script__$12, __vue_scope_id__$12, __vue_is_functional_template__$12, __vue_module_identifier__$12, false, createInjector, undefined, undefined);
|
|
242
242
|
|
|
243
|
-
var VcModalWrapper = __vue_component__$
|
|
243
|
+
var VcModalWrapper = __vue_component__$1y;
|
|
244
244
|
|
|
245
|
-
var script$
|
|
245
|
+
var script$11 = {
|
|
246
246
|
name: "VcIcon",
|
|
247
247
|
props: {
|
|
248
248
|
dataQa: {
|
|
249
249
|
type: String,
|
|
250
250
|
default: 'VcIcon'
|
|
251
|
+
},
|
|
252
|
+
color: {
|
|
253
|
+
type: String,
|
|
254
|
+
default: 'black'
|
|
251
255
|
}
|
|
252
256
|
},
|
|
253
257
|
render: function (createElement) {
|
|
@@ -255,39 +259,43 @@ var script$10 = {
|
|
|
255
259
|
attrs: { ...this.$attrs,
|
|
256
260
|
'data-qa': this.dataQa
|
|
257
261
|
},
|
|
258
|
-
on: this.$listeners
|
|
262
|
+
on: this.$listeners,
|
|
263
|
+
style: {
|
|
264
|
+
fill: this.$props.color,
|
|
265
|
+
color: this.$props.color
|
|
266
|
+
}
|
|
259
267
|
};
|
|
260
268
|
return createElement('v-icon', props, this.$slots.default);
|
|
261
269
|
}
|
|
262
270
|
};
|
|
263
271
|
|
|
264
272
|
/* script */
|
|
265
|
-
const __vue_script__$
|
|
273
|
+
const __vue_script__$11 = script$11;
|
|
266
274
|
/* template */
|
|
267
275
|
|
|
268
276
|
/* style */
|
|
269
277
|
|
|
270
|
-
const __vue_inject_styles__$
|
|
278
|
+
const __vue_inject_styles__$11 = undefined;
|
|
271
279
|
/* scoped */
|
|
272
280
|
|
|
273
|
-
const __vue_scope_id__$
|
|
281
|
+
const __vue_scope_id__$11 = undefined;
|
|
274
282
|
/* module identifier */
|
|
275
283
|
|
|
276
|
-
const __vue_module_identifier__$
|
|
284
|
+
const __vue_module_identifier__$11 = undefined;
|
|
277
285
|
/* functional template */
|
|
278
286
|
|
|
279
|
-
const __vue_is_functional_template__$
|
|
287
|
+
const __vue_is_functional_template__$11 = undefined;
|
|
280
288
|
/* style inject */
|
|
281
289
|
|
|
282
290
|
/* style inject SSR */
|
|
283
291
|
|
|
284
292
|
/* style inject shadow dom */
|
|
285
293
|
|
|
286
|
-
const __vue_component__$
|
|
294
|
+
const __vue_component__$1x = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$11, __vue_script__$11, __vue_scope_id__$11, __vue_is_functional_template__$11, __vue_module_identifier__$11, false, undefined, undefined, undefined);
|
|
287
295
|
|
|
288
|
-
var VcIcon = __vue_component__$
|
|
296
|
+
var VcIcon = __vue_component__$1x;
|
|
289
297
|
|
|
290
|
-
var script
|
|
298
|
+
var script$10 = {
|
|
291
299
|
name: "VcButton",
|
|
292
300
|
components: {
|
|
293
301
|
VcIcon,
|
|
@@ -425,10 +433,10 @@ var script$$ = {
|
|
|
425
433
|
};
|
|
426
434
|
|
|
427
435
|
/* script */
|
|
428
|
-
const __vue_script__
|
|
436
|
+
const __vue_script__$10 = script$10;
|
|
429
437
|
/* template */
|
|
430
438
|
|
|
431
|
-
var __vue_render__$
|
|
439
|
+
var __vue_render__$_ = function () {
|
|
432
440
|
var _vm = this;
|
|
433
441
|
|
|
434
442
|
var _h = _vm.$createElement;
|
|
@@ -474,10 +482,10 @@ var __vue_render__$Z = function () {
|
|
|
474
482
|
}), _vm._v("\n " + _vm._s(_vm.label || _vm.$slots.default && _vm.$slots.default[0].text || "") + "\n "), _vm._t("append")], 2);
|
|
475
483
|
};
|
|
476
484
|
|
|
477
|
-
var __vue_staticRenderFns__$
|
|
485
|
+
var __vue_staticRenderFns__$_ = [];
|
|
478
486
|
/* style */
|
|
479
487
|
|
|
480
|
-
const __vue_inject_styles__
|
|
488
|
+
const __vue_inject_styles__$10 = function (inject) {
|
|
481
489
|
if (!inject) return;
|
|
482
490
|
inject("data-v-28e88dc2_0", {
|
|
483
491
|
source: ".VcButton[data-v-28e88dc2]{letter-spacing:var(--letter-spacing)}.VcButton[data-v-28e88dc2]:disabled{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}.VcButton .prependDefaultIcon[data-v-28e88dc2]{margin-inline-end:var(--size-value3)}.VcButton .prependDefaultIcon[data-v-28e88dc2] svg{fill:currentColor}.VcButton.secondary__text[data-v-28e88dc2]{color:var(--gray-darken-5)!important;border-color:var(--neutral-lighten-1)}",
|
|
@@ -488,25 +496,25 @@ const __vue_inject_styles__$$ = function (inject) {
|
|
|
488
496
|
/* scoped */
|
|
489
497
|
|
|
490
498
|
|
|
491
|
-
const __vue_scope_id__
|
|
499
|
+
const __vue_scope_id__$10 = "data-v-28e88dc2";
|
|
492
500
|
/* module identifier */
|
|
493
501
|
|
|
494
|
-
const __vue_module_identifier__
|
|
502
|
+
const __vue_module_identifier__$10 = undefined;
|
|
495
503
|
/* functional template */
|
|
496
504
|
|
|
497
|
-
const __vue_is_functional_template__
|
|
505
|
+
const __vue_is_functional_template__$10 = false;
|
|
498
506
|
/* style inject SSR */
|
|
499
507
|
|
|
500
508
|
/* style inject shadow dom */
|
|
501
509
|
|
|
502
|
-
const __vue_component__$
|
|
503
|
-
render: __vue_render__$
|
|
504
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
505
|
-
}, __vue_inject_styles__
|
|
510
|
+
const __vue_component__$1w = /*#__PURE__*/normalizeComponent({
|
|
511
|
+
render: __vue_render__$_,
|
|
512
|
+
staticRenderFns: __vue_staticRenderFns__$_
|
|
513
|
+
}, __vue_inject_styles__$10, __vue_script__$10, __vue_scope_id__$10, __vue_is_functional_template__$10, __vue_module_identifier__$10, false, createInjector, undefined, undefined);
|
|
506
514
|
|
|
507
|
-
var VcButton = __vue_component__$
|
|
515
|
+
var VcButton = __vue_component__$1w;
|
|
508
516
|
|
|
509
|
-
var script
|
|
517
|
+
var script$$ = {
|
|
510
518
|
name: 'VcModalContainer',
|
|
511
519
|
components: {
|
|
512
520
|
VcButton,
|
|
@@ -541,6 +549,10 @@ var script$_ = {
|
|
|
541
549
|
type: Boolean,
|
|
542
550
|
default: true
|
|
543
551
|
},
|
|
552
|
+
|
|
553
|
+
/**
|
|
554
|
+
* Allows to apply specific design requirements
|
|
555
|
+
*/
|
|
544
556
|
flavor: {
|
|
545
557
|
type: String,
|
|
546
558
|
required: false,
|
|
@@ -549,6 +561,10 @@ var script$_ = {
|
|
|
549
561
|
closeOnEsc: {
|
|
550
562
|
type: Boolean,
|
|
551
563
|
default: true
|
|
564
|
+
},
|
|
565
|
+
dataQa: {
|
|
566
|
+
type: String,
|
|
567
|
+
default: 'VcModalContainer'
|
|
552
568
|
}
|
|
553
569
|
},
|
|
554
570
|
computed: {
|
|
@@ -561,10 +577,10 @@ var script$_ = {
|
|
|
561
577
|
};
|
|
562
578
|
|
|
563
579
|
/* script */
|
|
564
|
-
const __vue_script__
|
|
580
|
+
const __vue_script__$$ = script$$;
|
|
565
581
|
/* template */
|
|
566
582
|
|
|
567
|
-
var __vue_render__$
|
|
583
|
+
var __vue_render__$Z = function () {
|
|
568
584
|
var _vm = this;
|
|
569
585
|
|
|
570
586
|
var _h = _vm.$createElement;
|
|
@@ -590,7 +606,8 @@ var __vue_render__$Y = function () {
|
|
|
590
606
|
}
|
|
591
607
|
}, [[_c('v-layout', {
|
|
592
608
|
attrs: {
|
|
593
|
-
"column": ""
|
|
609
|
+
"column": "",
|
|
610
|
+
"data-qa": _vm.dataQa
|
|
594
611
|
}
|
|
595
612
|
}, [_c('header', {
|
|
596
613
|
class: {
|
|
@@ -638,12 +655,12 @@ var __vue_render__$Y = function () {
|
|
|
638
655
|
}, [_vm._t("footer")], 2) : _vm._e()])]], 2) : _vm._e();
|
|
639
656
|
};
|
|
640
657
|
|
|
641
|
-
var __vue_staticRenderFns__$
|
|
658
|
+
var __vue_staticRenderFns__$Z = [];
|
|
642
659
|
/* style */
|
|
643
660
|
|
|
644
|
-
const __vue_inject_styles__
|
|
661
|
+
const __vue_inject_styles__$$ = function (inject) {
|
|
645
662
|
if (!inject) return;
|
|
646
|
-
inject("data-v-
|
|
663
|
+
inject("data-v-3e6a36fd_0", {
|
|
647
664
|
source: ".VcModalContainer{overflow-y:hidden;height:auto;min-height:100px;min-width:300px;display:flex}.VcModalContainer.sm{width:var(--modal-width-small)}.VcModalContainer.md{width:var(--modal-width-medium)}.VcModalContainer.lg{width:var(--modal-width-large)}.VcModalContainer.xl{width:var(--modal-width-x-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;inset-inline-end: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;overflow-x:hidden;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{padding:0}",
|
|
648
665
|
map: undefined,
|
|
649
666
|
media: undefined
|
|
@@ -652,25 +669,25 @@ const __vue_inject_styles__$_ = function (inject) {
|
|
|
652
669
|
/* scoped */
|
|
653
670
|
|
|
654
671
|
|
|
655
|
-
const __vue_scope_id__
|
|
672
|
+
const __vue_scope_id__$$ = undefined;
|
|
656
673
|
/* module identifier */
|
|
657
674
|
|
|
658
|
-
const __vue_module_identifier__
|
|
675
|
+
const __vue_module_identifier__$$ = undefined;
|
|
659
676
|
/* functional template */
|
|
660
677
|
|
|
661
|
-
const __vue_is_functional_template__
|
|
678
|
+
const __vue_is_functional_template__$$ = false;
|
|
662
679
|
/* style inject SSR */
|
|
663
680
|
|
|
664
681
|
/* style inject shadow dom */
|
|
665
682
|
|
|
666
|
-
const __vue_component__$
|
|
667
|
-
render: __vue_render__$
|
|
668
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
669
|
-
}, __vue_inject_styles__
|
|
683
|
+
const __vue_component__$1v = /*#__PURE__*/normalizeComponent({
|
|
684
|
+
render: __vue_render__$Z,
|
|
685
|
+
staticRenderFns: __vue_staticRenderFns__$Z
|
|
686
|
+
}, __vue_inject_styles__$$, __vue_script__$$, __vue_scope_id__$$, __vue_is_functional_template__$$, __vue_module_identifier__$$, false, createInjector, undefined, undefined);
|
|
670
687
|
|
|
671
|
-
var VcModalContainer = __vue_component__$
|
|
688
|
+
var VcModalContainer = __vue_component__$1v;
|
|
672
689
|
|
|
673
|
-
var script$
|
|
690
|
+
var script$_ = {
|
|
674
691
|
name: "VcLayout",
|
|
675
692
|
render: function (createElement) {
|
|
676
693
|
// `<v-layout><slot></slot></v-layout>`
|
|
@@ -684,32 +701,32 @@ var script$Z = {
|
|
|
684
701
|
};
|
|
685
702
|
|
|
686
703
|
/* script */
|
|
687
|
-
const __vue_script__$
|
|
704
|
+
const __vue_script__$_ = script$_;
|
|
688
705
|
/* template */
|
|
689
706
|
|
|
690
707
|
/* style */
|
|
691
708
|
|
|
692
|
-
const __vue_inject_styles__$
|
|
709
|
+
const __vue_inject_styles__$_ = undefined;
|
|
693
710
|
/* scoped */
|
|
694
711
|
|
|
695
|
-
const __vue_scope_id__$
|
|
712
|
+
const __vue_scope_id__$_ = "data-v-0751575a";
|
|
696
713
|
/* module identifier */
|
|
697
714
|
|
|
698
|
-
const __vue_module_identifier__$
|
|
715
|
+
const __vue_module_identifier__$_ = undefined;
|
|
699
716
|
/* functional template */
|
|
700
717
|
|
|
701
|
-
const __vue_is_functional_template__$
|
|
718
|
+
const __vue_is_functional_template__$_ = undefined;
|
|
702
719
|
/* style inject */
|
|
703
720
|
|
|
704
721
|
/* style inject SSR */
|
|
705
722
|
|
|
706
723
|
/* style inject shadow dom */
|
|
707
724
|
|
|
708
|
-
const __vue_component__$
|
|
725
|
+
const __vue_component__$1u = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$_, __vue_script__$_, __vue_scope_id__$_, __vue_is_functional_template__$_, __vue_module_identifier__$_, false, undefined, undefined, undefined);
|
|
709
726
|
|
|
710
|
-
var VcLayout = __vue_component__$
|
|
727
|
+
var VcLayout = __vue_component__$1u;
|
|
711
728
|
|
|
712
|
-
var script$
|
|
729
|
+
var script$Z = {
|
|
713
730
|
name: "VcModalFooter",
|
|
714
731
|
components: {
|
|
715
732
|
VcLayout,
|
|
@@ -742,10 +759,10 @@ var script$Y = {
|
|
|
742
759
|
};
|
|
743
760
|
|
|
744
761
|
/* script */
|
|
745
|
-
const __vue_script__$
|
|
762
|
+
const __vue_script__$Z = script$Z;
|
|
746
763
|
/* template */
|
|
747
764
|
|
|
748
|
-
var __vue_render__$
|
|
765
|
+
var __vue_render__$Y = function () {
|
|
749
766
|
var _vm = this;
|
|
750
767
|
|
|
751
768
|
var _h = _vm.$createElement;
|
|
@@ -781,10 +798,10 @@ var __vue_render__$X = function () {
|
|
|
781
798
|
}), 1);
|
|
782
799
|
};
|
|
783
800
|
|
|
784
|
-
var __vue_staticRenderFns__$
|
|
801
|
+
var __vue_staticRenderFns__$Y = [];
|
|
785
802
|
/* style */
|
|
786
803
|
|
|
787
|
-
const __vue_inject_styles__$
|
|
804
|
+
const __vue_inject_styles__$Z = function (inject) {
|
|
788
805
|
if (!inject) return;
|
|
789
806
|
inject("data-v-2818e350_0", {
|
|
790
807
|
source: ".VcModalFooter.vertical .VcFooterButton[data-v-2818e350]{width:100%;margin-bottom:var(--size-value2)}.VcModalFooter.vertical .VcFooterButton[data-v-2818e350]:last-of-type{margin-bottom:0}@media screen and (min-width:960px){.VcModalFooter.vertical .VcFooterButton[data-v-2818e350]{width:auto}}.VcModalFooter.horizontal .VcFooterButton[data-v-2818e350]{flex-basis:0;flex-grow:1}.VcModalFooter.horizontal .VcFooterButton[data-v-2818e350]:first-of-type{margin-left:0}.VcModalFooter.horizontal .VcFooterButton[data-v-2818e350]:last-of-type{margin-right:0}@media screen and (min-width:960px){.VcModalFooter.horizontal .VcFooterButton[data-v-2818e350]{flex-basis:auto;flex-grow:0}}.VcModalFooter .VcFooterButton[data-v-2818e350]{margin-left:var(--size-value1);margin-right:var(--size-value1)}",
|
|
@@ -795,25 +812,25 @@ const __vue_inject_styles__$Y = function (inject) {
|
|
|
795
812
|
/* scoped */
|
|
796
813
|
|
|
797
814
|
|
|
798
|
-
const __vue_scope_id__$
|
|
815
|
+
const __vue_scope_id__$Z = "data-v-2818e350";
|
|
799
816
|
/* module identifier */
|
|
800
817
|
|
|
801
|
-
const __vue_module_identifier__$
|
|
818
|
+
const __vue_module_identifier__$Z = undefined;
|
|
802
819
|
/* functional template */
|
|
803
820
|
|
|
804
|
-
const __vue_is_functional_template__$
|
|
821
|
+
const __vue_is_functional_template__$Z = false;
|
|
805
822
|
/* style inject SSR */
|
|
806
823
|
|
|
807
824
|
/* style inject shadow dom */
|
|
808
825
|
|
|
809
|
-
const __vue_component__$
|
|
810
|
-
render: __vue_render__$
|
|
811
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
812
|
-
}, __vue_inject_styles__$
|
|
826
|
+
const __vue_component__$1t = /*#__PURE__*/normalizeComponent({
|
|
827
|
+
render: __vue_render__$Y,
|
|
828
|
+
staticRenderFns: __vue_staticRenderFns__$Y
|
|
829
|
+
}, __vue_inject_styles__$Z, __vue_script__$Z, __vue_scope_id__$Z, __vue_is_functional_template__$Z, __vue_module_identifier__$Z, false, createInjector, undefined, undefined);
|
|
813
830
|
|
|
814
|
-
var VcModalFooter = __vue_component__$
|
|
831
|
+
var VcModalFooter = __vue_component__$1t;
|
|
815
832
|
|
|
816
|
-
var script$
|
|
833
|
+
var script$Y = {
|
|
817
834
|
name: "VcModalHeader",
|
|
818
835
|
components: {
|
|
819
836
|
VcLayout,
|
|
@@ -883,10 +900,10 @@ var script$X = {
|
|
|
883
900
|
};
|
|
884
901
|
|
|
885
902
|
/* script */
|
|
886
|
-
const __vue_script__$
|
|
903
|
+
const __vue_script__$Y = script$Y;
|
|
887
904
|
/* template */
|
|
888
905
|
|
|
889
|
-
var __vue_render__$
|
|
906
|
+
var __vue_render__$X = function () {
|
|
890
907
|
var _vm = this;
|
|
891
908
|
|
|
892
909
|
var _h = _vm.$createElement;
|
|
@@ -1013,10 +1030,10 @@ var __vue_render__$W = function () {
|
|
|
1013
1030
|
}) : _vm._e()], 2);
|
|
1014
1031
|
};
|
|
1015
1032
|
|
|
1016
|
-
var __vue_staticRenderFns__$
|
|
1033
|
+
var __vue_staticRenderFns__$X = [];
|
|
1017
1034
|
/* style */
|
|
1018
1035
|
|
|
1019
|
-
const __vue_inject_styles__$
|
|
1036
|
+
const __vue_inject_styles__$Y = function (inject) {
|
|
1020
1037
|
if (!inject) return;
|
|
1021
1038
|
inject("data-v-12fac24f_0", {
|
|
1022
1039
|
source: ".VcHeader[data-v-12fac24f]{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-12fac24f]{padding:var(--size-value4) var(--size-value4) var(--size-value4) var(--size-value6)}}.VcHeader.no-close-button[data-v-12fac24f]{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-12fac24f]{padding-block-end:var(--size-value0)}.VcHeader .VcHeaderImage[data-v-12fac24f]{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-12fac24f]{font-size:11px;font-weight:var(--font-weight-medium);line-height:var(--size-value3);color:var(--gray-darken-3)}.VcHeader .VcHeaderTitleWithPadding[data-v-12fac24f]{padding-left:var(--size-value6)}.VcHeader .VcHeaderDescription[data-v-12fac24f]{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-12fac24f]{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-12fac24f]{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-12fac24f]{font-weight:var(--font-weight-large2);padding-bottom:var(--size-value1);padding-top:var(--size-value6)}}.VcHeader.confirm .VcHeaderButton[data-v-12fac24f],.VcHeader.input .VcHeaderButton[data-v-12fac24f]{max-height:24px;margin-right:var(--size-value3)}.VcHeader.confirm .VcRightButton[data-v-12fac24f],.VcHeader.input .VcRightButton[data-v-12fac24f]{max-height:24px}.VcHeader.confirm .VcHeaderIcon[data-v-12fac24f],.VcHeader.input .VcHeaderIcon[data-v-12fac24f]{padding-right:var(--size-value3);font-size:var(--font-size-medium)}.VcHeader.confirm .VcHeaderRightIcon[data-v-12fac24f] path,.VcHeader.confirm .VcHeaderRightIcon[data-v-12fac24f] svg,.VcHeader.input .VcHeaderRightIcon[data-v-12fac24f] path,.VcHeader.input .VcHeaderRightIcon[data-v-12fac24f] svg{fill:var(--gray-darken-3)}@media screen and (min-width:960px){.VcHeader.input[data-v-12fac24f]{padding-bottom:var(--size-value3)}}.VcHeader .close-button[data-v-12fac24f]{height:var(--size-value3);width:var(--size-value3);padding:unset}.VcHeader .close-button .mobile-close-icon[data-v-12fac24f]{fill:var(--gray-darken-2);width:var(--size-value3)}",
|
|
@@ -1027,25 +1044,25 @@ const __vue_inject_styles__$X = function (inject) {
|
|
|
1027
1044
|
/* scoped */
|
|
1028
1045
|
|
|
1029
1046
|
|
|
1030
|
-
const __vue_scope_id__$
|
|
1047
|
+
const __vue_scope_id__$Y = "data-v-12fac24f";
|
|
1031
1048
|
/* module identifier */
|
|
1032
1049
|
|
|
1033
|
-
const __vue_module_identifier__$
|
|
1050
|
+
const __vue_module_identifier__$Y = undefined;
|
|
1034
1051
|
/* functional template */
|
|
1035
1052
|
|
|
1036
|
-
const __vue_is_functional_template__$
|
|
1053
|
+
const __vue_is_functional_template__$Y = false;
|
|
1037
1054
|
/* style inject SSR */
|
|
1038
1055
|
|
|
1039
1056
|
/* style inject shadow dom */
|
|
1040
1057
|
|
|
1041
|
-
const __vue_component__$
|
|
1042
|
-
render: __vue_render__$
|
|
1043
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1044
|
-
}, __vue_inject_styles__$
|
|
1058
|
+
const __vue_component__$1s = /*#__PURE__*/normalizeComponent({
|
|
1059
|
+
render: __vue_render__$X,
|
|
1060
|
+
staticRenderFns: __vue_staticRenderFns__$X
|
|
1061
|
+
}, __vue_inject_styles__$Y, __vue_script__$Y, __vue_scope_id__$Y, __vue_is_functional_template__$Y, __vue_module_identifier__$Y, false, createInjector, undefined, undefined);
|
|
1045
1062
|
|
|
1046
|
-
var VcModalHeader = __vue_component__$
|
|
1063
|
+
var VcModalHeader = __vue_component__$1s;
|
|
1047
1064
|
|
|
1048
|
-
var script$
|
|
1065
|
+
var script$X = {
|
|
1049
1066
|
name: "VcConfirmModal",
|
|
1050
1067
|
components: {
|
|
1051
1068
|
VcModalHeader,
|
|
@@ -1083,6 +1100,10 @@ var script$W = {
|
|
|
1083
1100
|
type: String,
|
|
1084
1101
|
required: false
|
|
1085
1102
|
},
|
|
1103
|
+
|
|
1104
|
+
/**
|
|
1105
|
+
* In case the component is being displayed in an iframe, and so can become un centered, this allows to correct the position, when combined with the --modal-desktop-offset css variable.
|
|
1106
|
+
*/
|
|
1086
1107
|
useOffset: {
|
|
1087
1108
|
type: Boolean,
|
|
1088
1109
|
default: true
|
|
@@ -1104,15 +1125,19 @@ var script$W = {
|
|
|
1104
1125
|
loading: {
|
|
1105
1126
|
type: Boolean,
|
|
1106
1127
|
default: false
|
|
1128
|
+
},
|
|
1129
|
+
dataQa: {
|
|
1130
|
+
type: String,
|
|
1131
|
+
default: 'VcConfirmModal'
|
|
1107
1132
|
}
|
|
1108
1133
|
}
|
|
1109
1134
|
};
|
|
1110
1135
|
|
|
1111
1136
|
/* script */
|
|
1112
|
-
const __vue_script__$
|
|
1137
|
+
const __vue_script__$X = script$X;
|
|
1113
1138
|
/* template */
|
|
1114
1139
|
|
|
1115
|
-
var __vue_render__$
|
|
1140
|
+
var __vue_render__$W = function () {
|
|
1116
1141
|
var _vm = this;
|
|
1117
1142
|
|
|
1118
1143
|
var _h = _vm.$createElement;
|
|
@@ -1124,7 +1149,8 @@ var __vue_render__$V = function () {
|
|
|
1124
1149
|
"showCloseButton": "",
|
|
1125
1150
|
"useOffset": _vm.useOffset,
|
|
1126
1151
|
"showDialog": _vm.showDialog,
|
|
1127
|
-
"size": _vm.$vuetify.breakpoint.mdAndUp ? _vm.size : 'responsive'
|
|
1152
|
+
"size": _vm.$vuetify.breakpoint.mdAndUp ? _vm.size : 'responsive',
|
|
1153
|
+
"data-qa": _vm.dataQa
|
|
1128
1154
|
},
|
|
1129
1155
|
on: {
|
|
1130
1156
|
"onCloseButtonClicked": function ($event) {
|
|
@@ -1157,7 +1183,7 @@ var __vue_render__$V = function () {
|
|
|
1157
1183
|
key: "content",
|
|
1158
1184
|
fn: function () {
|
|
1159
1185
|
return [_vm._t("content", function () {
|
|
1160
|
-
return [_vm._v(" " + _vm._s(_vm.contentText)
|
|
1186
|
+
return [_vm._v(" " + _vm._s(_vm.contentText))];
|
|
1161
1187
|
})];
|
|
1162
1188
|
},
|
|
1163
1189
|
proxy: true
|
|
@@ -1195,33 +1221,33 @@ var __vue_render__$V = function () {
|
|
|
1195
1221
|
});
|
|
1196
1222
|
};
|
|
1197
1223
|
|
|
1198
|
-
var __vue_staticRenderFns__$
|
|
1224
|
+
var __vue_staticRenderFns__$W = [];
|
|
1199
1225
|
/* style */
|
|
1200
1226
|
|
|
1201
|
-
const __vue_inject_styles__$
|
|
1227
|
+
const __vue_inject_styles__$X = undefined;
|
|
1202
1228
|
/* scoped */
|
|
1203
1229
|
|
|
1204
|
-
const __vue_scope_id__$
|
|
1230
|
+
const __vue_scope_id__$X = "data-v-19249dd4";
|
|
1205
1231
|
/* module identifier */
|
|
1206
1232
|
|
|
1207
|
-
const __vue_module_identifier__$
|
|
1233
|
+
const __vue_module_identifier__$X = undefined;
|
|
1208
1234
|
/* functional template */
|
|
1209
1235
|
|
|
1210
|
-
const __vue_is_functional_template__$
|
|
1236
|
+
const __vue_is_functional_template__$X = false;
|
|
1211
1237
|
/* style inject */
|
|
1212
1238
|
|
|
1213
1239
|
/* style inject SSR */
|
|
1214
1240
|
|
|
1215
1241
|
/* style inject shadow dom */
|
|
1216
1242
|
|
|
1217
|
-
const __vue_component__$
|
|
1218
|
-
render: __vue_render__$
|
|
1219
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1220
|
-
}, __vue_inject_styles__$
|
|
1243
|
+
const __vue_component__$1q = /*#__PURE__*/normalizeComponent({
|
|
1244
|
+
render: __vue_render__$W,
|
|
1245
|
+
staticRenderFns: __vue_staticRenderFns__$W
|
|
1246
|
+
}, __vue_inject_styles__$X, __vue_script__$X, __vue_scope_id__$X, __vue_is_functional_template__$X, __vue_module_identifier__$X, false, undefined, undefined, undefined);
|
|
1221
1247
|
|
|
1222
|
-
var __vue_component__$
|
|
1248
|
+
var __vue_component__$1r = __vue_component__$1q;
|
|
1223
1249
|
|
|
1224
|
-
var script$
|
|
1250
|
+
var script$W = {
|
|
1225
1251
|
name: "VcForm",
|
|
1226
1252
|
emits: ['input', 'submit'],
|
|
1227
1253
|
methods: {
|
|
@@ -1242,32 +1268,32 @@ var script$V = {
|
|
|
1242
1268
|
};
|
|
1243
1269
|
|
|
1244
1270
|
/* script */
|
|
1245
|
-
const __vue_script__$
|
|
1271
|
+
const __vue_script__$W = script$W;
|
|
1246
1272
|
/* template */
|
|
1247
1273
|
|
|
1248
1274
|
/* style */
|
|
1249
1275
|
|
|
1250
|
-
const __vue_inject_styles__$
|
|
1276
|
+
const __vue_inject_styles__$W = undefined;
|
|
1251
1277
|
/* scoped */
|
|
1252
1278
|
|
|
1253
|
-
const __vue_scope_id__$
|
|
1279
|
+
const __vue_scope_id__$W = "data-v-6d24404f";
|
|
1254
1280
|
/* module identifier */
|
|
1255
1281
|
|
|
1256
|
-
const __vue_module_identifier__$
|
|
1282
|
+
const __vue_module_identifier__$W = undefined;
|
|
1257
1283
|
/* functional template */
|
|
1258
1284
|
|
|
1259
|
-
const __vue_is_functional_template__$
|
|
1285
|
+
const __vue_is_functional_template__$W = undefined;
|
|
1260
1286
|
/* style inject */
|
|
1261
1287
|
|
|
1262
1288
|
/* style inject SSR */
|
|
1263
1289
|
|
|
1264
1290
|
/* style inject shadow dom */
|
|
1265
1291
|
|
|
1266
|
-
const __vue_component__$
|
|
1292
|
+
const __vue_component__$1p = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$W, __vue_script__$W, __vue_scope_id__$W, __vue_is_functional_template__$W, __vue_module_identifier__$W, false, undefined, undefined, undefined);
|
|
1267
1293
|
|
|
1268
|
-
var VcForm = __vue_component__$
|
|
1294
|
+
var VcForm = __vue_component__$1p;
|
|
1269
1295
|
|
|
1270
|
-
var script$
|
|
1296
|
+
var script$V = {
|
|
1271
1297
|
name: "VcInputModal",
|
|
1272
1298
|
components: {
|
|
1273
1299
|
VcForm,
|
|
@@ -1376,10 +1402,10 @@ var script$U = {
|
|
|
1376
1402
|
};
|
|
1377
1403
|
|
|
1378
1404
|
/* script */
|
|
1379
|
-
const __vue_script__$
|
|
1405
|
+
const __vue_script__$V = script$V;
|
|
1380
1406
|
/* template */
|
|
1381
1407
|
|
|
1382
|
-
var __vue_render__$
|
|
1408
|
+
var __vue_render__$V = function () {
|
|
1383
1409
|
var _vm = this;
|
|
1384
1410
|
|
|
1385
1411
|
var _h = _vm.$createElement;
|
|
@@ -1394,7 +1420,8 @@ var __vue_render__$U = function () {
|
|
|
1394
1420
|
"useOffset": _vm.useOffset,
|
|
1395
1421
|
"showDialog": _vm.showDialog,
|
|
1396
1422
|
"size": _vm.$vuetify.breakpoint.mdAndUp ? _vm.size : 'responsive',
|
|
1397
|
-
"closeOnEsc": _vm.closeOnEsc
|
|
1423
|
+
"closeOnEsc": _vm.closeOnEsc,
|
|
1424
|
+
"data-qa": _vm.dataQa
|
|
1398
1425
|
},
|
|
1399
1426
|
on: {
|
|
1400
1427
|
"onCloseButtonClicked": function ($event) {
|
|
@@ -1484,13 +1511,13 @@ var __vue_render__$U = function () {
|
|
|
1484
1511
|
});
|
|
1485
1512
|
};
|
|
1486
1513
|
|
|
1487
|
-
var __vue_staticRenderFns__$
|
|
1514
|
+
var __vue_staticRenderFns__$V = [];
|
|
1488
1515
|
/* style */
|
|
1489
1516
|
|
|
1490
|
-
const __vue_inject_styles__$
|
|
1517
|
+
const __vue_inject_styles__$V = function (inject) {
|
|
1491
1518
|
if (!inject) return;
|
|
1492
|
-
inject("data-v-
|
|
1493
|
-
source: ".VcInputForm-layout .VcInputForm-main[data-v-
|
|
1519
|
+
inject("data-v-6ef249ab_0", {
|
|
1520
|
+
source: ".VcInputForm-layout .VcInputForm-main[data-v-6ef249ab]{width:100%;max-width:100%;padding:var(--size-value6)}.VcInputForm-layout .VcInputForm-additional[data-v-6ef249ab]{min-width:324px;padding:var(--size-value6);background:#f8f9fb;border-left:1px solid rgba(0,0,0,.12)}",
|
|
1494
1521
|
map: undefined,
|
|
1495
1522
|
media: undefined
|
|
1496
1523
|
});
|
|
@@ -1498,25 +1525,25 @@ const __vue_inject_styles__$U = function (inject) {
|
|
|
1498
1525
|
/* scoped */
|
|
1499
1526
|
|
|
1500
1527
|
|
|
1501
|
-
const __vue_scope_id__$
|
|
1528
|
+
const __vue_scope_id__$V = "data-v-6ef249ab";
|
|
1502
1529
|
/* module identifier */
|
|
1503
1530
|
|
|
1504
|
-
const __vue_module_identifier__$
|
|
1531
|
+
const __vue_module_identifier__$V = undefined;
|
|
1505
1532
|
/* functional template */
|
|
1506
1533
|
|
|
1507
|
-
const __vue_is_functional_template__$
|
|
1534
|
+
const __vue_is_functional_template__$V = false;
|
|
1508
1535
|
/* style inject SSR */
|
|
1509
1536
|
|
|
1510
1537
|
/* style inject shadow dom */
|
|
1511
1538
|
|
|
1512
|
-
const __vue_component__$
|
|
1513
|
-
render: __vue_render__$
|
|
1514
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1515
|
-
}, __vue_inject_styles__$
|
|
1539
|
+
const __vue_component__$1n = /*#__PURE__*/normalizeComponent({
|
|
1540
|
+
render: __vue_render__$V,
|
|
1541
|
+
staticRenderFns: __vue_staticRenderFns__$V
|
|
1542
|
+
}, __vue_inject_styles__$V, __vue_script__$V, __vue_scope_id__$V, __vue_is_functional_template__$V, __vue_module_identifier__$V, false, createInjector, undefined, undefined);
|
|
1516
1543
|
|
|
1517
|
-
var __vue_component__$
|
|
1544
|
+
var __vue_component__$1o = __vue_component__$1n;
|
|
1518
1545
|
|
|
1519
|
-
var script$
|
|
1546
|
+
var script$U = {
|
|
1520
1547
|
name: "VcImage",
|
|
1521
1548
|
components: {
|
|
1522
1549
|
VcLayout
|
|
@@ -1534,10 +1561,10 @@ var script$T = {
|
|
|
1534
1561
|
};
|
|
1535
1562
|
|
|
1536
1563
|
/* script */
|
|
1537
|
-
const __vue_script__$
|
|
1564
|
+
const __vue_script__$U = script$U;
|
|
1538
1565
|
/* template */
|
|
1539
1566
|
|
|
1540
|
-
var __vue_render__$
|
|
1567
|
+
var __vue_render__$U = function () {
|
|
1541
1568
|
var _vm = this;
|
|
1542
1569
|
|
|
1543
1570
|
var _h = _vm.$createElement;
|
|
@@ -1561,10 +1588,10 @@ var __vue_render__$T = function () {
|
|
|
1561
1588
|
})], 1);
|
|
1562
1589
|
};
|
|
1563
1590
|
|
|
1564
|
-
var __vue_staticRenderFns__$
|
|
1591
|
+
var __vue_staticRenderFns__$U = [];
|
|
1565
1592
|
/* style */
|
|
1566
1593
|
|
|
1567
|
-
const __vue_inject_styles__$
|
|
1594
|
+
const __vue_inject_styles__$U = function (inject) {
|
|
1568
1595
|
if (!inject) return;
|
|
1569
1596
|
inject("data-v-46be532e_0", {
|
|
1570
1597
|
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%}",
|
|
@@ -1575,25 +1602,25 @@ const __vue_inject_styles__$T = function (inject) {
|
|
|
1575
1602
|
/* scoped */
|
|
1576
1603
|
|
|
1577
1604
|
|
|
1578
|
-
const __vue_scope_id__$
|
|
1605
|
+
const __vue_scope_id__$U = "data-v-46be532e";
|
|
1579
1606
|
/* module identifier */
|
|
1580
1607
|
|
|
1581
|
-
const __vue_module_identifier__$
|
|
1608
|
+
const __vue_module_identifier__$U = undefined;
|
|
1582
1609
|
/* functional template */
|
|
1583
1610
|
|
|
1584
|
-
const __vue_is_functional_template__$
|
|
1611
|
+
const __vue_is_functional_template__$U = false;
|
|
1585
1612
|
/* style inject SSR */
|
|
1586
1613
|
|
|
1587
1614
|
/* style inject shadow dom */
|
|
1588
1615
|
|
|
1589
|
-
const __vue_component__$
|
|
1590
|
-
render: __vue_render__$
|
|
1591
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1592
|
-
}, __vue_inject_styles__$
|
|
1616
|
+
const __vue_component__$1m = /*#__PURE__*/normalizeComponent({
|
|
1617
|
+
render: __vue_render__$U,
|
|
1618
|
+
staticRenderFns: __vue_staticRenderFns__$U
|
|
1619
|
+
}, __vue_inject_styles__$U, __vue_script__$U, __vue_scope_id__$U, __vue_is_functional_template__$U, __vue_module_identifier__$U, false, createInjector, undefined, undefined);
|
|
1593
1620
|
|
|
1594
|
-
var VcImage = __vue_component__$
|
|
1621
|
+
var VcImage = __vue_component__$1m;
|
|
1595
1622
|
|
|
1596
|
-
var script$
|
|
1623
|
+
var script$T = {
|
|
1597
1624
|
name: "VcNoticeModal",
|
|
1598
1625
|
components: {
|
|
1599
1626
|
VcImage,
|
|
@@ -1647,6 +1674,10 @@ var script$S = {
|
|
|
1647
1674
|
cancelButtonLabel: {
|
|
1648
1675
|
type: String,
|
|
1649
1676
|
required: false
|
|
1677
|
+
},
|
|
1678
|
+
dataQa: {
|
|
1679
|
+
type: String,
|
|
1680
|
+
default: 'VcNoticeModal'
|
|
1650
1681
|
}
|
|
1651
1682
|
},
|
|
1652
1683
|
computed: {
|
|
@@ -1659,10 +1690,10 @@ var script$S = {
|
|
|
1659
1690
|
};
|
|
1660
1691
|
|
|
1661
1692
|
/* script */
|
|
1662
|
-
const __vue_script__$
|
|
1693
|
+
const __vue_script__$T = script$T;
|
|
1663
1694
|
/* template */
|
|
1664
1695
|
|
|
1665
|
-
var __vue_render__$
|
|
1696
|
+
var __vue_render__$T = function () {
|
|
1666
1697
|
var _vm = this;
|
|
1667
1698
|
|
|
1668
1699
|
var _h = _vm.$createElement;
|
|
@@ -1676,6 +1707,7 @@ var __vue_render__$S = function () {
|
|
|
1676
1707
|
"useOffset": _vm.useOffset,
|
|
1677
1708
|
"showDialog": _vm.showDialog,
|
|
1678
1709
|
"size": _vm.$vuetify.breakpoint.mdAndUp ? _vm.size : 'responsive',
|
|
1710
|
+
"data-qa": _vm.dataQa,
|
|
1679
1711
|
"showCloseButton": ""
|
|
1680
1712
|
},
|
|
1681
1713
|
on: {
|
|
@@ -1749,13 +1781,13 @@ var __vue_render__$S = function () {
|
|
|
1749
1781
|
});
|
|
1750
1782
|
};
|
|
1751
1783
|
|
|
1752
|
-
var __vue_staticRenderFns__$
|
|
1784
|
+
var __vue_staticRenderFns__$T = [];
|
|
1753
1785
|
/* style */
|
|
1754
1786
|
|
|
1755
|
-
const __vue_inject_styles__$
|
|
1787
|
+
const __vue_inject_styles__$T = function (inject) {
|
|
1756
1788
|
if (!inject) return;
|
|
1757
|
-
inject("data-v-
|
|
1758
|
-
source: ".VcNoticeImage[data-v-
|
|
1789
|
+
inject("data-v-5ea9b7a2_0", {
|
|
1790
|
+
source: ".VcNoticeImage[data-v-5ea9b7a2]{margin-bottom:var(--size-value4)}.VcNoticeImage.md[data-v-5ea9b7a2],.VcNoticeImage.responsive[data-v-5ea9b7a2],.VcNoticeImage.sm[data-v-5ea9b7a2]{height:160px}.VcNoticeImage.lg[data-v-5ea9b7a2]{height:208px}.VcNoticeContent[data-v-5ea9b7a2],.VcNoticeHeader[data-v-5ea9b7a2],.VcNoticeSubtitle[data-v-5ea9b7a2]{text-align:center;line-height:24px}.VcNoticeHeader[data-v-5ea9b7a2]{text-align:center;align-items:center;font-size:18px;font-weight:600;line-height:28px}@media screen and (min-width:960px){.VcNoticeHeader[data-v-5ea9b7a2]{font-size:24px;font-weight:800;line-height:var(--size-value10)}}.VcNoticeHeader .VcNoticeHeaderText[data-v-5ea9b7a2]{padding-bottom:var(--size-value2)}.VcNoticeHeader.prominent .VcNoticeHeaderText[data-v-5ea9b7a2]{font-size:18px;font-weight:600}.VcNoticeSubtitle[data-v-5ea9b7a2]{font-size:15px;font-weight:var(--font-weight-medium);line-height:var(--size-value6)}@media screen and (min-width:960px){.VcNoticeSubtitle[data-v-5ea9b7a2]{font-size:var(--font-size-small)}}.VcNoticeSubtitle.prominent[data-v-5ea9b7a2]{font-size:15px}.VcNoticeContent[data-v-5ea9b7a2]{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-5ea9b7a2]{line-height:21px;font-size:14px}}.VcNoticeFooter[data-v-5ea9b7a2]{padding-bottom:var(--size-value10)}",
|
|
1759
1791
|
map: undefined,
|
|
1760
1792
|
media: undefined
|
|
1761
1793
|
});
|
|
@@ -1763,25 +1795,25 @@ const __vue_inject_styles__$S = function (inject) {
|
|
|
1763
1795
|
/* scoped */
|
|
1764
1796
|
|
|
1765
1797
|
|
|
1766
|
-
const __vue_scope_id__$
|
|
1798
|
+
const __vue_scope_id__$T = "data-v-5ea9b7a2";
|
|
1767
1799
|
/* module identifier */
|
|
1768
1800
|
|
|
1769
|
-
const __vue_module_identifier__$
|
|
1801
|
+
const __vue_module_identifier__$T = undefined;
|
|
1770
1802
|
/* functional template */
|
|
1771
1803
|
|
|
1772
|
-
const __vue_is_functional_template__$
|
|
1804
|
+
const __vue_is_functional_template__$T = false;
|
|
1773
1805
|
/* style inject SSR */
|
|
1774
1806
|
|
|
1775
1807
|
/* style inject shadow dom */
|
|
1776
1808
|
|
|
1777
|
-
const __vue_component__$
|
|
1778
|
-
render: __vue_render__$
|
|
1779
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1780
|
-
}, __vue_inject_styles__$
|
|
1809
|
+
const __vue_component__$1k = /*#__PURE__*/normalizeComponent({
|
|
1810
|
+
render: __vue_render__$T,
|
|
1811
|
+
staticRenderFns: __vue_staticRenderFns__$T
|
|
1812
|
+
}, __vue_inject_styles__$T, __vue_script__$T, __vue_scope_id__$T, __vue_is_functional_template__$T, __vue_module_identifier__$T, false, createInjector, undefined, undefined);
|
|
1781
1813
|
|
|
1782
|
-
var __vue_component__$
|
|
1814
|
+
var __vue_component__$1l = __vue_component__$1k;
|
|
1783
1815
|
|
|
1784
|
-
var script$
|
|
1816
|
+
var script$S = {
|
|
1785
1817
|
name: "VcAlert",
|
|
1786
1818
|
components: {
|
|
1787
1819
|
VcIcon,
|
|
@@ -1882,10 +1914,10 @@ var script$R = {
|
|
|
1882
1914
|
};
|
|
1883
1915
|
|
|
1884
1916
|
/* script */
|
|
1885
|
-
const __vue_script__$
|
|
1917
|
+
const __vue_script__$S = script$S;
|
|
1886
1918
|
/* template */
|
|
1887
1919
|
|
|
1888
|
-
var __vue_render__$
|
|
1920
|
+
var __vue_render__$S = function () {
|
|
1889
1921
|
var _vm = this;
|
|
1890
1922
|
|
|
1891
1923
|
var _h = _vm.$createElement;
|
|
@@ -1955,10 +1987,10 @@ var __vue_render__$R = function () {
|
|
|
1955
1987
|
}) : _vm._e()], 1);
|
|
1956
1988
|
};
|
|
1957
1989
|
|
|
1958
|
-
var __vue_staticRenderFns__$
|
|
1990
|
+
var __vue_staticRenderFns__$S = [];
|
|
1959
1991
|
/* style */
|
|
1960
1992
|
|
|
1961
|
-
const __vue_inject_styles__$
|
|
1993
|
+
const __vue_inject_styles__$S = function (inject) {
|
|
1962
1994
|
if (!inject) return;
|
|
1963
1995
|
inject("data-v-7847c9c0_0", {
|
|
1964
1996
|
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)}",
|
|
@@ -1969,25 +2001,25 @@ const __vue_inject_styles__$R = function (inject) {
|
|
|
1969
2001
|
/* scoped */
|
|
1970
2002
|
|
|
1971
2003
|
|
|
1972
|
-
const __vue_scope_id__$
|
|
2004
|
+
const __vue_scope_id__$S = undefined;
|
|
1973
2005
|
/* module identifier */
|
|
1974
2006
|
|
|
1975
|
-
const __vue_module_identifier__$
|
|
2007
|
+
const __vue_module_identifier__$S = undefined;
|
|
1976
2008
|
/* functional template */
|
|
1977
2009
|
|
|
1978
|
-
const __vue_is_functional_template__$
|
|
2010
|
+
const __vue_is_functional_template__$S = false;
|
|
1979
2011
|
/* style inject SSR */
|
|
1980
2012
|
|
|
1981
2013
|
/* style inject shadow dom */
|
|
1982
2014
|
|
|
1983
|
-
const __vue_component__$
|
|
1984
|
-
render: __vue_render__$
|
|
1985
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1986
|
-
}, __vue_inject_styles__$
|
|
2015
|
+
const __vue_component__$1j = /*#__PURE__*/normalizeComponent({
|
|
2016
|
+
render: __vue_render__$S,
|
|
2017
|
+
staticRenderFns: __vue_staticRenderFns__$S
|
|
2018
|
+
}, __vue_inject_styles__$S, __vue_script__$S, __vue_scope_id__$S, __vue_is_functional_template__$S, __vue_module_identifier__$S, false, createInjector, undefined, undefined);
|
|
1987
2019
|
|
|
1988
|
-
var VcAlert = __vue_component__$
|
|
2020
|
+
var VcAlert = __vue_component__$1j;
|
|
1989
2021
|
|
|
1990
|
-
var script$
|
|
2022
|
+
var script$R = {
|
|
1991
2023
|
name: "VcTooltip",
|
|
1992
2024
|
components: {
|
|
1993
2025
|
VcIcon,
|
|
@@ -2044,10 +2076,10 @@ var script$Q = {
|
|
|
2044
2076
|
};
|
|
2045
2077
|
|
|
2046
2078
|
/* script */
|
|
2047
|
-
const __vue_script__$
|
|
2079
|
+
const __vue_script__$R = script$R;
|
|
2048
2080
|
/* template */
|
|
2049
2081
|
|
|
2050
|
-
var __vue_render__$
|
|
2082
|
+
var __vue_render__$R = function () {
|
|
2051
2083
|
var _vm = this;
|
|
2052
2084
|
|
|
2053
2085
|
var _h = _vm.$createElement;
|
|
@@ -2112,10 +2144,10 @@ var __vue_render__$Q = function () {
|
|
|
2112
2144
|
})], 2)])])])], 1);
|
|
2113
2145
|
};
|
|
2114
2146
|
|
|
2115
|
-
var __vue_staticRenderFns__$
|
|
2147
|
+
var __vue_staticRenderFns__$R = [];
|
|
2116
2148
|
/* style */
|
|
2117
2149
|
|
|
2118
|
-
const __vue_inject_styles__$
|
|
2150
|
+
const __vue_inject_styles__$R = function (inject) {
|
|
2119
2151
|
if (!inject) return;
|
|
2120
2152
|
inject("data-v-1b8fb20c_0", {
|
|
2121
2153
|
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-light:300;--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;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--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;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--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{opacity:1!important;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}.vc-tooltip .inner-content{display:contents}",
|
|
@@ -2126,25 +2158,25 @@ const __vue_inject_styles__$Q = function (inject) {
|
|
|
2126
2158
|
/* scoped */
|
|
2127
2159
|
|
|
2128
2160
|
|
|
2129
|
-
const __vue_scope_id__$
|
|
2161
|
+
const __vue_scope_id__$R = undefined;
|
|
2130
2162
|
/* module identifier */
|
|
2131
2163
|
|
|
2132
|
-
const __vue_module_identifier__$
|
|
2164
|
+
const __vue_module_identifier__$R = undefined;
|
|
2133
2165
|
/* functional template */
|
|
2134
2166
|
|
|
2135
|
-
const __vue_is_functional_template__$
|
|
2167
|
+
const __vue_is_functional_template__$R = false;
|
|
2136
2168
|
/* style inject SSR */
|
|
2137
2169
|
|
|
2138
2170
|
/* style inject shadow dom */
|
|
2139
2171
|
|
|
2140
|
-
const __vue_component__$
|
|
2141
|
-
render: __vue_render__$
|
|
2142
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2143
|
-
}, __vue_inject_styles__$
|
|
2172
|
+
const __vue_component__$1i = /*#__PURE__*/normalizeComponent({
|
|
2173
|
+
render: __vue_render__$R,
|
|
2174
|
+
staticRenderFns: __vue_staticRenderFns__$R
|
|
2175
|
+
}, __vue_inject_styles__$R, __vue_script__$R, __vue_scope_id__$R, __vue_is_functional_template__$R, __vue_module_identifier__$R, false, createInjector, undefined, undefined);
|
|
2144
2176
|
|
|
2145
|
-
var VcTooltip = __vue_component__$
|
|
2177
|
+
var VcTooltip = __vue_component__$1i;
|
|
2146
2178
|
|
|
2147
|
-
var script$
|
|
2179
|
+
var script$Q = {
|
|
2148
2180
|
name: "VcIconWithTooltip",
|
|
2149
2181
|
components: {
|
|
2150
2182
|
VcTooltip,
|
|
@@ -2207,10 +2239,10 @@ var script$P = {
|
|
|
2207
2239
|
};
|
|
2208
2240
|
|
|
2209
2241
|
/* script */
|
|
2210
|
-
const __vue_script__$
|
|
2242
|
+
const __vue_script__$Q = script$Q;
|
|
2211
2243
|
/* template */
|
|
2212
2244
|
|
|
2213
|
-
var __vue_render__$
|
|
2245
|
+
var __vue_render__$Q = function () {
|
|
2214
2246
|
var _vm = this;
|
|
2215
2247
|
|
|
2216
2248
|
var _h = _vm.$createElement;
|
|
@@ -2240,10 +2272,10 @@ var __vue_render__$P = function () {
|
|
|
2240
2272
|
}, [_vm._v("\n " + _vm._s(_vm.getIcon) + "\n ")])]], 2);
|
|
2241
2273
|
};
|
|
2242
2274
|
|
|
2243
|
-
var __vue_staticRenderFns__$
|
|
2275
|
+
var __vue_staticRenderFns__$Q = [];
|
|
2244
2276
|
/* style */
|
|
2245
2277
|
|
|
2246
|
-
const __vue_inject_styles__$
|
|
2278
|
+
const __vue_inject_styles__$Q = function (inject) {
|
|
2247
2279
|
if (!inject) return;
|
|
2248
2280
|
inject("data-v-7193d7d6_0", {
|
|
2249
2281
|
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-light:300;--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;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--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;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--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)}",
|
|
@@ -2254,25 +2286,25 @@ const __vue_inject_styles__$P = function (inject) {
|
|
|
2254
2286
|
/* scoped */
|
|
2255
2287
|
|
|
2256
2288
|
|
|
2257
|
-
const __vue_scope_id__$
|
|
2289
|
+
const __vue_scope_id__$Q = undefined;
|
|
2258
2290
|
/* module identifier */
|
|
2259
2291
|
|
|
2260
|
-
const __vue_module_identifier__$
|
|
2292
|
+
const __vue_module_identifier__$Q = undefined;
|
|
2261
2293
|
/* functional template */
|
|
2262
2294
|
|
|
2263
|
-
const __vue_is_functional_template__$
|
|
2295
|
+
const __vue_is_functional_template__$Q = false;
|
|
2264
2296
|
/* style inject SSR */
|
|
2265
2297
|
|
|
2266
2298
|
/* style inject shadow dom */
|
|
2267
2299
|
|
|
2268
|
-
const __vue_component__$
|
|
2269
|
-
render: __vue_render__$
|
|
2270
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2271
|
-
}, __vue_inject_styles__$
|
|
2300
|
+
const __vue_component__$1h = /*#__PURE__*/normalizeComponent({
|
|
2301
|
+
render: __vue_render__$Q,
|
|
2302
|
+
staticRenderFns: __vue_staticRenderFns__$Q
|
|
2303
|
+
}, __vue_inject_styles__$Q, __vue_script__$Q, __vue_scope_id__$Q, __vue_is_functional_template__$Q, __vue_module_identifier__$Q, false, createInjector, undefined, undefined);
|
|
2272
2304
|
|
|
2273
|
-
var VcIconWithTooltip = __vue_component__$
|
|
2305
|
+
var VcIconWithTooltip = __vue_component__$1h;
|
|
2274
2306
|
|
|
2275
|
-
var script$
|
|
2307
|
+
var script$P = {
|
|
2276
2308
|
components: {
|
|
2277
2309
|
VcImage,
|
|
2278
2310
|
VIcon: VIcon,
|
|
@@ -2411,10 +2443,10 @@ var script$O = {
|
|
|
2411
2443
|
};
|
|
2412
2444
|
|
|
2413
2445
|
/* script */
|
|
2414
|
-
const __vue_script__$
|
|
2446
|
+
const __vue_script__$P = script$P;
|
|
2415
2447
|
/* template */
|
|
2416
2448
|
|
|
2417
|
-
var __vue_render__$
|
|
2449
|
+
var __vue_render__$P = function () {
|
|
2418
2450
|
var _vm = this;
|
|
2419
2451
|
|
|
2420
2452
|
var _h = _vm.$createElement;
|
|
@@ -2464,10 +2496,10 @@ var __vue_render__$O = function () {
|
|
|
2464
2496
|
}, [_vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.lightModeTooltip))])])], 1);
|
|
2465
2497
|
};
|
|
2466
2498
|
|
|
2467
|
-
var __vue_staticRenderFns__$
|
|
2499
|
+
var __vue_staticRenderFns__$P = [];
|
|
2468
2500
|
/* style */
|
|
2469
2501
|
|
|
2470
|
-
const __vue_inject_styles__$
|
|
2502
|
+
const __vue_inject_styles__$P = function (inject) {
|
|
2471
2503
|
if (!inject) return;
|
|
2472
2504
|
inject("data-v-34bb963a_0", {
|
|
2473
2505
|
source: "[data-v-34bb963a]: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-light:300;--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;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--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;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--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-34bb963a]{position:relative;border-radius:50%;text-align:center;color:var(--modal-bg-color)}.avatar-wrapper.show-border[data-v-34bb963a]{border:1px solid var(--modal-bg-color)}.avatar-wrapper.vc-disabled[data-v-34bb963a]{filter:grayscale(100%)}.avatar-wrapper.light-mode[data-v-34bb963a]{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-34bb963a]{height:var(--avatar-x-sm);width:var(--avatar-x-sm);font-size:var(--font-size-xxx-small)}.avatar-wrapper.sm[data-v-34bb963a]{height:var(--avatar-sm);width:var(--avatar-sm);font-size:var(--font-size-xx-small)}.avatar-wrapper.md[data-v-34bb963a]{height:var(--avatar-md);width:var(--avatar-md);font-size:var(--font-size-small)}.avatar-wrapper.lg[data-v-34bb963a]{height:var(--avatar-lg);width:var(--avatar-lg);font-size:var(--font-size-small3)}.avatar-wrapper .avatar-image[data-v-34bb963a]{height:100%;width:100%;border-radius:50%;overflow:hidden}.avatar-wrapper .avatar-image[data-v-34bb963a] svg{height:100%}.avatar-wrapper .avatar-image[data-v-34bb963a] img{height:100%}.avatar-wrapper .avatar-initials[data-v-34bb963a]{position:relative;top:50%;font-weight:var(--font-weight-medium2);transform:translateY(-50%)}.avatar-wrapper .badge[data-v-34bb963a]{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-34bb963a]{--gap:var(--size-value1)}.avatar-wrapper .badge.sm[data-v-34bb963a]{--gap:var(--size-value1)}.avatar-wrapper .badge.md[data-v-34bb963a]{--gap:2px}.avatar-wrapper .badge.lg[data-v-34bb963a]{--gap:var(--size-value0)}.avatar-wrapper .badge.right[data-v-34bb963a]{left:unset;right:calc(var(--gap) * -1)}.avatar-wrapper .badge.confirmed[data-v-34bb963a]{border:2px var(--modal-bg-color) solid}.color-0[data-v-34bb963a]{background-color:#fed62f}.color-1[data-v-34bb963a]{background-color:#fec22e}.color-2[data-v-34bb963a]{background-color:#feac2a}.color-3[data-v-34bb963a]{background-color:#fe9a28}.color-4[data-v-34bb963a]{background-color:#fd7024}.color-5[data-v-34bb963a]{background-color:#fd5b32}.color-6[data-v-34bb963a]{background-color:#f2483f}.color-7[data-v-34bb963a]{background-color:#dc331b}.color-8[data-v-34bb963a]{background-color:#d41419}.color-9[data-v-34bb963a]{background-color:#e72866}.color-10[data-v-34bb963a]{background-color:#c41c63}.color-11[data-v-34bb963a]{background-color:#9b2bae}.color-12[data-v-34bb963a]{background-color:#673bb5}.color-13[data-v-34bb963a]{background-color:#7c4efc}.color-14[data-v-34bb963a]{background-color:#4051b3}.color-15[data-v-34bb963a]{background-color:#311b92}.color-16[data-v-34bb963a]{background-color:#2d62fb}.color-17[data-v-34bb963a]{background-color:#5c6bc0}.color-18[data-v-34bb963a]{background-color:#17a8f1}.color-19[data-v-34bb963a]{background-color:#17bbd2}.color-20[data-v-34bb963a]{background-color:#14abbf}.color-21[data-v-34bb963a]{background-color:#0f9587}.color-22[data-v-34bb963a]{background-color:#16bea5}.color-23[data-v-34bb963a]{background-color:#4eae53}.color-24[data-v-34bb963a]{background-color:#3a8d3f}.color-25[data-v-34bb963a]{background-color:#8cc250}.color-26[data-v-34bb963a]{background-color:#66bb6a}.color-27[data-v-34bb963a]{background-color:#880e4f}.color-28[data-v-34bb963a]{background-color:#1565c0}.color-29[data-v-34bb963a]{background-color:#1e88e5}.color-9999[data-v-34bb963a]{background-color:#4675d9}",
|
|
@@ -2478,25 +2510,25 @@ const __vue_inject_styles__$O = function (inject) {
|
|
|
2478
2510
|
/* scoped */
|
|
2479
2511
|
|
|
2480
2512
|
|
|
2481
|
-
const __vue_scope_id__$
|
|
2513
|
+
const __vue_scope_id__$P = "data-v-34bb963a";
|
|
2482
2514
|
/* module identifier */
|
|
2483
2515
|
|
|
2484
|
-
const __vue_module_identifier__$
|
|
2516
|
+
const __vue_module_identifier__$P = undefined;
|
|
2485
2517
|
/* functional template */
|
|
2486
2518
|
|
|
2487
|
-
const __vue_is_functional_template__$
|
|
2519
|
+
const __vue_is_functional_template__$P = false;
|
|
2488
2520
|
/* style inject SSR */
|
|
2489
2521
|
|
|
2490
2522
|
/* style inject shadow dom */
|
|
2491
2523
|
|
|
2492
|
-
const __vue_component__$
|
|
2493
|
-
render: __vue_render__$
|
|
2494
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2495
|
-
}, __vue_inject_styles__$
|
|
2524
|
+
const __vue_component__$1g = /*#__PURE__*/normalizeComponent({
|
|
2525
|
+
render: __vue_render__$P,
|
|
2526
|
+
staticRenderFns: __vue_staticRenderFns__$P
|
|
2527
|
+
}, __vue_inject_styles__$P, __vue_script__$P, __vue_scope_id__$P, __vue_is_functional_template__$P, __vue_module_identifier__$P, false, createInjector, undefined, undefined);
|
|
2496
2528
|
|
|
2497
|
-
var VcAvatar = __vue_component__$
|
|
2529
|
+
var VcAvatar = __vue_component__$1g;
|
|
2498
2530
|
|
|
2499
|
-
var script$
|
|
2531
|
+
var script$O = {
|
|
2500
2532
|
name: "VcBottomActions",
|
|
2501
2533
|
components: {
|
|
2502
2534
|
VcLayout,
|
|
@@ -2552,10 +2584,10 @@ var script$N = {
|
|
|
2552
2584
|
};
|
|
2553
2585
|
|
|
2554
2586
|
/* script */
|
|
2555
|
-
const __vue_script__$
|
|
2587
|
+
const __vue_script__$O = script$O;
|
|
2556
2588
|
/* template */
|
|
2557
2589
|
|
|
2558
|
-
var __vue_render__$
|
|
2590
|
+
var __vue_render__$O = function () {
|
|
2559
2591
|
var _vm = this;
|
|
2560
2592
|
|
|
2561
2593
|
var _h = _vm.$createElement;
|
|
@@ -2641,10 +2673,10 @@ var __vue_render__$N = function () {
|
|
|
2641
2673
|
}), 1)], 1)], 1);
|
|
2642
2674
|
};
|
|
2643
2675
|
|
|
2644
|
-
var __vue_staticRenderFns__$
|
|
2676
|
+
var __vue_staticRenderFns__$O = [];
|
|
2645
2677
|
/* style */
|
|
2646
2678
|
|
|
2647
|
-
const __vue_inject_styles__$
|
|
2679
|
+
const __vue_inject_styles__$O = function (inject) {
|
|
2648
2680
|
if (!inject) return;
|
|
2649
2681
|
inject("data-v-e8f8621a_0", {
|
|
2650
2682
|
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-light:300;--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;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--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;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--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)}",
|
|
@@ -2655,25 +2687,25 @@ const __vue_inject_styles__$N = function (inject) {
|
|
|
2655
2687
|
/* scoped */
|
|
2656
2688
|
|
|
2657
2689
|
|
|
2658
|
-
const __vue_scope_id__$
|
|
2690
|
+
const __vue_scope_id__$O = undefined;
|
|
2659
2691
|
/* module identifier */
|
|
2660
2692
|
|
|
2661
|
-
const __vue_module_identifier__$
|
|
2693
|
+
const __vue_module_identifier__$O = undefined;
|
|
2662
2694
|
/* functional template */
|
|
2663
2695
|
|
|
2664
|
-
const __vue_is_functional_template__$
|
|
2696
|
+
const __vue_is_functional_template__$O = false;
|
|
2665
2697
|
/* style inject SSR */
|
|
2666
2698
|
|
|
2667
2699
|
/* style inject shadow dom */
|
|
2668
2700
|
|
|
2669
|
-
const __vue_component__$
|
|
2670
|
-
render: __vue_render__$
|
|
2671
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2672
|
-
}, __vue_inject_styles__$
|
|
2701
|
+
const __vue_component__$1f = /*#__PURE__*/normalizeComponent({
|
|
2702
|
+
render: __vue_render__$O,
|
|
2703
|
+
staticRenderFns: __vue_staticRenderFns__$O
|
|
2704
|
+
}, __vue_inject_styles__$O, __vue_script__$O, __vue_scope_id__$O, __vue_is_functional_template__$O, __vue_module_identifier__$O, false, createInjector, undefined, undefined);
|
|
2673
2705
|
|
|
2674
|
-
var VcBottomActions = __vue_component__$
|
|
2706
|
+
var VcBottomActions = __vue_component__$1f;
|
|
2675
2707
|
|
|
2676
|
-
var script$
|
|
2708
|
+
var script$N = {
|
|
2677
2709
|
name: "VcActionList",
|
|
2678
2710
|
components: {
|
|
2679
2711
|
VcLayout,
|
|
@@ -2704,10 +2736,10 @@ var script$M = {
|
|
|
2704
2736
|
};
|
|
2705
2737
|
|
|
2706
2738
|
/* script */
|
|
2707
|
-
const __vue_script__$
|
|
2739
|
+
const __vue_script__$N = script$N;
|
|
2708
2740
|
/* template */
|
|
2709
2741
|
|
|
2710
|
-
var __vue_render__$
|
|
2742
|
+
var __vue_render__$N = function () {
|
|
2711
2743
|
var _vm = this;
|
|
2712
2744
|
|
|
2713
2745
|
var _h = _vm.$createElement;
|
|
@@ -2759,10 +2791,10 @@ var __vue_render__$M = function () {
|
|
|
2759
2791
|
}), 1)], 1)], 1);
|
|
2760
2792
|
};
|
|
2761
2793
|
|
|
2762
|
-
var __vue_staticRenderFns__$
|
|
2794
|
+
var __vue_staticRenderFns__$N = [];
|
|
2763
2795
|
/* style */
|
|
2764
2796
|
|
|
2765
|
-
const __vue_inject_styles__$
|
|
2797
|
+
const __vue_inject_styles__$N = function (inject) {
|
|
2766
2798
|
if (!inject) return;
|
|
2767
2799
|
inject("data-v-500d77ad_0", {
|
|
2768
2800
|
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-light:300;--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;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--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;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--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)}",
|
|
@@ -2773,25 +2805,25 @@ const __vue_inject_styles__$M = function (inject) {
|
|
|
2773
2805
|
/* scoped */
|
|
2774
2806
|
|
|
2775
2807
|
|
|
2776
|
-
const __vue_scope_id__$
|
|
2808
|
+
const __vue_scope_id__$N = undefined;
|
|
2777
2809
|
/* module identifier */
|
|
2778
2810
|
|
|
2779
|
-
const __vue_module_identifier__$
|
|
2811
|
+
const __vue_module_identifier__$N = undefined;
|
|
2780
2812
|
/* functional template */
|
|
2781
2813
|
|
|
2782
|
-
const __vue_is_functional_template__$
|
|
2814
|
+
const __vue_is_functional_template__$N = false;
|
|
2783
2815
|
/* style inject SSR */
|
|
2784
2816
|
|
|
2785
2817
|
/* style inject shadow dom */
|
|
2786
2818
|
|
|
2787
|
-
const __vue_component__$
|
|
2788
|
-
render: __vue_render__$
|
|
2789
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2790
|
-
}, __vue_inject_styles__$
|
|
2819
|
+
const __vue_component__$1e = /*#__PURE__*/normalizeComponent({
|
|
2820
|
+
render: __vue_render__$N,
|
|
2821
|
+
staticRenderFns: __vue_staticRenderFns__$N
|
|
2822
|
+
}, __vue_inject_styles__$N, __vue_script__$N, __vue_scope_id__$N, __vue_is_functional_template__$N, __vue_module_identifier__$N, false, createInjector, undefined, undefined);
|
|
2791
2823
|
|
|
2792
|
-
var VcActionList = __vue_component__$
|
|
2824
|
+
var VcActionList = __vue_component__$1e;
|
|
2793
2825
|
|
|
2794
|
-
var script$
|
|
2826
|
+
var script$M = {
|
|
2795
2827
|
name: "VcActions",
|
|
2796
2828
|
components: {
|
|
2797
2829
|
VcIcon,
|
|
@@ -2857,10 +2889,10 @@ var script$L = {
|
|
|
2857
2889
|
};
|
|
2858
2890
|
|
|
2859
2891
|
/* script */
|
|
2860
|
-
const __vue_script__$
|
|
2892
|
+
const __vue_script__$M = script$M;
|
|
2861
2893
|
/* template */
|
|
2862
2894
|
|
|
2863
|
-
var __vue_render__$
|
|
2895
|
+
var __vue_render__$M = function () {
|
|
2864
2896
|
var _vm = this;
|
|
2865
2897
|
|
|
2866
2898
|
var _h = _vm.$createElement;
|
|
@@ -2904,31 +2936,31 @@ var __vue_render__$L = function () {
|
|
|
2904
2936
|
}, 'component', _vm.$props, false));
|
|
2905
2937
|
};
|
|
2906
2938
|
|
|
2907
|
-
var __vue_staticRenderFns__$
|
|
2939
|
+
var __vue_staticRenderFns__$M = [];
|
|
2908
2940
|
/* style */
|
|
2909
2941
|
|
|
2910
|
-
const __vue_inject_styles__$
|
|
2942
|
+
const __vue_inject_styles__$M = undefined;
|
|
2911
2943
|
/* scoped */
|
|
2912
2944
|
|
|
2913
|
-
const __vue_scope_id__$
|
|
2945
|
+
const __vue_scope_id__$M = undefined;
|
|
2914
2946
|
/* module identifier */
|
|
2915
2947
|
|
|
2916
|
-
const __vue_module_identifier__$
|
|
2948
|
+
const __vue_module_identifier__$M = undefined;
|
|
2917
2949
|
/* functional template */
|
|
2918
2950
|
|
|
2919
|
-
const __vue_is_functional_template__$
|
|
2951
|
+
const __vue_is_functional_template__$M = false;
|
|
2920
2952
|
/* style inject */
|
|
2921
2953
|
|
|
2922
2954
|
/* style inject SSR */
|
|
2923
2955
|
|
|
2924
2956
|
/* style inject shadow dom */
|
|
2925
2957
|
|
|
2926
|
-
const __vue_component__$
|
|
2927
|
-
render: __vue_render__$
|
|
2928
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2929
|
-
}, __vue_inject_styles__$
|
|
2958
|
+
const __vue_component__$1d = /*#__PURE__*/normalizeComponent({
|
|
2959
|
+
render: __vue_render__$M,
|
|
2960
|
+
staticRenderFns: __vue_staticRenderFns__$M
|
|
2961
|
+
}, __vue_inject_styles__$M, __vue_script__$M, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, undefined, undefined, undefined);
|
|
2930
2962
|
|
|
2931
|
-
var VcActions = __vue_component__$
|
|
2963
|
+
var VcActions = __vue_component__$1d;
|
|
2932
2964
|
|
|
2933
2965
|
//
|
|
2934
2966
|
//
|
|
@@ -2953,7 +2985,7 @@ var VcActions = __vue_component__$1b;
|
|
|
2953
2985
|
//
|
|
2954
2986
|
//
|
|
2955
2987
|
//
|
|
2956
|
-
var script$
|
|
2988
|
+
var script$L = {
|
|
2957
2989
|
components: {
|
|
2958
2990
|
VStepperStep: VStepperStep,
|
|
2959
2991
|
VStepper: VStepper
|
|
@@ -3026,10 +3058,10 @@ var script$K = {
|
|
|
3026
3058
|
};
|
|
3027
3059
|
|
|
3028
3060
|
/* script */
|
|
3029
|
-
const __vue_script__$
|
|
3061
|
+
const __vue_script__$L = script$L;
|
|
3030
3062
|
/* template */
|
|
3031
3063
|
|
|
3032
|
-
var __vue_render__$
|
|
3064
|
+
var __vue_render__$L = function () {
|
|
3033
3065
|
var _vm = this;
|
|
3034
3066
|
|
|
3035
3067
|
var _h = _vm.$createElement;
|
|
@@ -3068,10 +3100,10 @@ var __vue_render__$K = function () {
|
|
|
3068
3100
|
})], 2)], 1);
|
|
3069
3101
|
};
|
|
3070
3102
|
|
|
3071
|
-
var __vue_staticRenderFns__$
|
|
3103
|
+
var __vue_staticRenderFns__$L = [];
|
|
3072
3104
|
/* style */
|
|
3073
3105
|
|
|
3074
|
-
const __vue_inject_styles__$
|
|
3106
|
+
const __vue_inject_styles__$L = function (inject) {
|
|
3075
3107
|
if (!inject) return;
|
|
3076
3108
|
inject("data-v-d21a486c_0", {
|
|
3077
3109
|
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-light:300;--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;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--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;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--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)}",
|
|
@@ -3082,23 +3114,23 @@ const __vue_inject_styles__$K = function (inject) {
|
|
|
3082
3114
|
/* scoped */
|
|
3083
3115
|
|
|
3084
3116
|
|
|
3085
|
-
const __vue_scope_id__$
|
|
3117
|
+
const __vue_scope_id__$L = "data-v-d21a486c";
|
|
3086
3118
|
/* module identifier */
|
|
3087
3119
|
|
|
3088
|
-
const __vue_module_identifier__$
|
|
3120
|
+
const __vue_module_identifier__$L = undefined;
|
|
3089
3121
|
/* functional template */
|
|
3090
3122
|
|
|
3091
|
-
const __vue_is_functional_template__$
|
|
3123
|
+
const __vue_is_functional_template__$L = false;
|
|
3092
3124
|
/* style inject SSR */
|
|
3093
3125
|
|
|
3094
3126
|
/* style inject shadow dom */
|
|
3095
3127
|
|
|
3096
|
-
const __vue_component__$
|
|
3097
|
-
render: __vue_render__$
|
|
3098
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3099
|
-
}, __vue_inject_styles__$
|
|
3128
|
+
const __vue_component__$1c = /*#__PURE__*/normalizeComponent({
|
|
3129
|
+
render: __vue_render__$L,
|
|
3130
|
+
staticRenderFns: __vue_staticRenderFns__$L
|
|
3131
|
+
}, __vue_inject_styles__$L, __vue_script__$L, __vue_scope_id__$L, __vue_is_functional_template__$L, __vue_module_identifier__$L, false, createInjector, undefined, undefined);
|
|
3100
3132
|
|
|
3101
|
-
var VcStepsBar = __vue_component__$
|
|
3133
|
+
var VcStepsBar = __vue_component__$1c;
|
|
3102
3134
|
|
|
3103
3135
|
//
|
|
3104
3136
|
//
|
|
@@ -3115,7 +3147,7 @@ var VcStepsBar = __vue_component__$1a;
|
|
|
3115
3147
|
//
|
|
3116
3148
|
//
|
|
3117
3149
|
//
|
|
3118
|
-
var script$
|
|
3150
|
+
var script$K = {
|
|
3119
3151
|
components: {
|
|
3120
3152
|
VProgressCircular: VProgressCircular
|
|
3121
3153
|
},
|
|
@@ -3184,10 +3216,10 @@ var script$J = {
|
|
|
3184
3216
|
};
|
|
3185
3217
|
|
|
3186
3218
|
/* script */
|
|
3187
|
-
const __vue_script__$
|
|
3219
|
+
const __vue_script__$K = script$K;
|
|
3188
3220
|
/* template */
|
|
3189
3221
|
|
|
3190
|
-
var __vue_render__$
|
|
3222
|
+
var __vue_render__$K = function () {
|
|
3191
3223
|
var _vm = this;
|
|
3192
3224
|
|
|
3193
3225
|
var _h = _vm.$createElement;
|
|
@@ -3208,10 +3240,10 @@ var __vue_render__$J = function () {
|
|
|
3208
3240
|
}, [_vm._v("\n " + _vm._s(_vm.currentStep) + " / " + _vm._s(_vm.steps) + "\n ")]) : _vm._e()]);
|
|
3209
3241
|
};
|
|
3210
3242
|
|
|
3211
|
-
var __vue_staticRenderFns__$
|
|
3243
|
+
var __vue_staticRenderFns__$K = [];
|
|
3212
3244
|
/* style */
|
|
3213
3245
|
|
|
3214
|
-
const __vue_inject_styles__$
|
|
3246
|
+
const __vue_inject_styles__$K = function (inject) {
|
|
3215
3247
|
if (!inject) return;
|
|
3216
3248
|
inject("data-v-5c278fc2_0", {
|
|
3217
3249
|
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-light:300;--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;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--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;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--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)}",
|
|
@@ -3222,25 +3254,25 @@ const __vue_inject_styles__$J = function (inject) {
|
|
|
3222
3254
|
/* scoped */
|
|
3223
3255
|
|
|
3224
3256
|
|
|
3225
|
-
const __vue_scope_id__$
|
|
3257
|
+
const __vue_scope_id__$K = "data-v-5c278fc2";
|
|
3226
3258
|
/* module identifier */
|
|
3227
3259
|
|
|
3228
|
-
const __vue_module_identifier__$
|
|
3260
|
+
const __vue_module_identifier__$K = undefined;
|
|
3229
3261
|
/* functional template */
|
|
3230
3262
|
|
|
3231
|
-
const __vue_is_functional_template__$
|
|
3263
|
+
const __vue_is_functional_template__$K = false;
|
|
3232
3264
|
/* style inject SSR */
|
|
3233
3265
|
|
|
3234
3266
|
/* style inject shadow dom */
|
|
3235
3267
|
|
|
3236
|
-
const __vue_component__$
|
|
3237
|
-
render: __vue_render__$
|
|
3238
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3239
|
-
}, __vue_inject_styles__$
|
|
3268
|
+
const __vue_component__$1b = /*#__PURE__*/normalizeComponent({
|
|
3269
|
+
render: __vue_render__$K,
|
|
3270
|
+
staticRenderFns: __vue_staticRenderFns__$K
|
|
3271
|
+
}, __vue_inject_styles__$K, __vue_script__$K, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, createInjector, undefined, undefined);
|
|
3240
3272
|
|
|
3241
|
-
var VcProgressCircular = __vue_component__$
|
|
3273
|
+
var VcProgressCircular = __vue_component__$1b;
|
|
3242
3274
|
|
|
3243
|
-
var script$
|
|
3275
|
+
var script$J = {
|
|
3244
3276
|
name: "VcMobileWizardProgress",
|
|
3245
3277
|
components: {
|
|
3246
3278
|
VcLayout,
|
|
@@ -3300,10 +3332,10 @@ var script$I = {
|
|
|
3300
3332
|
};
|
|
3301
3333
|
|
|
3302
3334
|
/* script */
|
|
3303
|
-
const __vue_script__$
|
|
3335
|
+
const __vue_script__$J = script$J;
|
|
3304
3336
|
/* template */
|
|
3305
3337
|
|
|
3306
|
-
var __vue_render__$
|
|
3338
|
+
var __vue_render__$J = function () {
|
|
3307
3339
|
var _vm = this;
|
|
3308
3340
|
|
|
3309
3341
|
var _h = _vm.$createElement;
|
|
@@ -3339,10 +3371,10 @@ var __vue_render__$I = function () {
|
|
|
3339
3371
|
}, [_vm._v(_vm._s(_vm.nextStepName))]) : _vm._e()])], 1);
|
|
3340
3372
|
};
|
|
3341
3373
|
|
|
3342
|
-
var __vue_staticRenderFns__$
|
|
3374
|
+
var __vue_staticRenderFns__$J = [];
|
|
3343
3375
|
/* style */
|
|
3344
3376
|
|
|
3345
|
-
const __vue_inject_styles__$
|
|
3377
|
+
const __vue_inject_styles__$J = function (inject) {
|
|
3346
3378
|
if (!inject) return;
|
|
3347
3379
|
inject("data-v-4fe04d36_0", {
|
|
3348
3380
|
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-light:300;--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;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--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;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--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)}",
|
|
@@ -3353,25 +3385,25 @@ const __vue_inject_styles__$I = function (inject) {
|
|
|
3353
3385
|
/* scoped */
|
|
3354
3386
|
|
|
3355
3387
|
|
|
3356
|
-
const __vue_scope_id__$
|
|
3388
|
+
const __vue_scope_id__$J = "data-v-4fe04d36";
|
|
3357
3389
|
/* module identifier */
|
|
3358
3390
|
|
|
3359
|
-
const __vue_module_identifier__$
|
|
3391
|
+
const __vue_module_identifier__$J = undefined;
|
|
3360
3392
|
/* functional template */
|
|
3361
3393
|
|
|
3362
|
-
const __vue_is_functional_template__$
|
|
3394
|
+
const __vue_is_functional_template__$J = false;
|
|
3363
3395
|
/* style inject SSR */
|
|
3364
3396
|
|
|
3365
3397
|
/* style inject shadow dom */
|
|
3366
3398
|
|
|
3367
|
-
const __vue_component__$
|
|
3368
|
-
render: __vue_render__$
|
|
3369
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3370
|
-
}, __vue_inject_styles__$
|
|
3399
|
+
const __vue_component__$1a = /*#__PURE__*/normalizeComponent({
|
|
3400
|
+
render: __vue_render__$J,
|
|
3401
|
+
staticRenderFns: __vue_staticRenderFns__$J
|
|
3402
|
+
}, __vue_inject_styles__$J, __vue_script__$J, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, createInjector, undefined, undefined);
|
|
3371
3403
|
|
|
3372
|
-
var VcMobileWizardProgress = __vue_component__$
|
|
3404
|
+
var VcMobileWizardProgress = __vue_component__$1a;
|
|
3373
3405
|
|
|
3374
|
-
var script$
|
|
3406
|
+
var script$I = {
|
|
3375
3407
|
name: 'VcCheckbox',
|
|
3376
3408
|
components: {
|
|
3377
3409
|
VcIcon,
|
|
@@ -3432,10 +3464,10 @@ var script$H = {
|
|
|
3432
3464
|
};
|
|
3433
3465
|
|
|
3434
3466
|
/* script */
|
|
3435
|
-
const __vue_script__$
|
|
3467
|
+
const __vue_script__$I = script$I;
|
|
3436
3468
|
/* template */
|
|
3437
3469
|
|
|
3438
|
-
var __vue_render__$
|
|
3470
|
+
var __vue_render__$I = function () {
|
|
3439
3471
|
var _vm = this;
|
|
3440
3472
|
|
|
3441
3473
|
var _h = _vm.$createElement;
|
|
@@ -3499,10 +3531,10 @@ var __vue_render__$H = function () {
|
|
|
3499
3531
|
});
|
|
3500
3532
|
};
|
|
3501
3533
|
|
|
3502
|
-
var __vue_staticRenderFns__$
|
|
3534
|
+
var __vue_staticRenderFns__$I = [];
|
|
3503
3535
|
/* style */
|
|
3504
3536
|
|
|
3505
|
-
const __vue_inject_styles__$
|
|
3537
|
+
const __vue_inject_styles__$I = function (inject) {
|
|
3506
3538
|
if (!inject) return;
|
|
3507
3539
|
inject("data-v-347ec55e_0", {
|
|
3508
3540
|
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}",
|
|
@@ -3513,25 +3545,25 @@ const __vue_inject_styles__$H = function (inject) {
|
|
|
3513
3545
|
/* scoped */
|
|
3514
3546
|
|
|
3515
3547
|
|
|
3516
|
-
const __vue_scope_id__$
|
|
3548
|
+
const __vue_scope_id__$I = "data-v-347ec55e";
|
|
3517
3549
|
/* module identifier */
|
|
3518
3550
|
|
|
3519
|
-
const __vue_module_identifier__$
|
|
3551
|
+
const __vue_module_identifier__$I = undefined;
|
|
3520
3552
|
/* functional template */
|
|
3521
3553
|
|
|
3522
|
-
const __vue_is_functional_template__$
|
|
3554
|
+
const __vue_is_functional_template__$I = false;
|
|
3523
3555
|
/* style inject SSR */
|
|
3524
3556
|
|
|
3525
3557
|
/* style inject shadow dom */
|
|
3526
3558
|
|
|
3527
|
-
const __vue_component__$
|
|
3528
|
-
render: __vue_render__$
|
|
3529
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3530
|
-
}, __vue_inject_styles__$
|
|
3559
|
+
const __vue_component__$19 = /*#__PURE__*/normalizeComponent({
|
|
3560
|
+
render: __vue_render__$I,
|
|
3561
|
+
staticRenderFns: __vue_staticRenderFns__$I
|
|
3562
|
+
}, __vue_inject_styles__$I, __vue_script__$I, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, createInjector, undefined, undefined);
|
|
3531
3563
|
|
|
3532
|
-
var VcCheckbox = __vue_component__$
|
|
3564
|
+
var VcCheckbox = __vue_component__$19;
|
|
3533
3565
|
|
|
3534
|
-
var script$
|
|
3566
|
+
var script$H = {
|
|
3535
3567
|
name: "VcChecklistItem",
|
|
3536
3568
|
components: {
|
|
3537
3569
|
VcLayout,
|
|
@@ -3589,10 +3621,10 @@ var script$G = {
|
|
|
3589
3621
|
};
|
|
3590
3622
|
|
|
3591
3623
|
/* script */
|
|
3592
|
-
const __vue_script__$
|
|
3624
|
+
const __vue_script__$H = script$H;
|
|
3593
3625
|
/* template */
|
|
3594
3626
|
|
|
3595
|
-
var __vue_render__$
|
|
3627
|
+
var __vue_render__$H = function () {
|
|
3596
3628
|
var _vm = this;
|
|
3597
3629
|
|
|
3598
3630
|
var _h = _vm.$createElement;
|
|
@@ -3629,10 +3661,10 @@ var __vue_render__$G = function () {
|
|
|
3629
3661
|
})], 1)]], 2);
|
|
3630
3662
|
};
|
|
3631
3663
|
|
|
3632
|
-
var __vue_staticRenderFns__$
|
|
3664
|
+
var __vue_staticRenderFns__$H = [];
|
|
3633
3665
|
/* style */
|
|
3634
3666
|
|
|
3635
|
-
const __vue_inject_styles__$
|
|
3667
|
+
const __vue_inject_styles__$H = function (inject) {
|
|
3636
3668
|
if (!inject) return;
|
|
3637
3669
|
inject("data-v-eb804af2_0", {
|
|
3638
3670
|
source: ".VcChecklistItem-wrapper[data-v-eb804af2]{width:100%}.VcChecklistItem-wrapper[hide=true][data-v-eb804af2]{display:none}.VcChecklistItem-wrapper .VcChecklistItem.disabled[data-v-eb804af2]{background-color:var(--gray-lighten-3)}.VcChecklistItem-wrapper .VcChecklistItem .vc-checkbox[data-v-eb804af2]{flex:1 1 auto;padding:var(--size-value0);margin:var(--size-value0)}.VcChecklistItem-wrapper .VcChecklistItem .vc-checkbox[data-v-eb804af2] .v-input__control .v-input__slot{padding:var(--size-value2) var(--size-value4)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-eb804af2]:hover{background-color:var(--gray-lighten-3)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-eb804af2]:focus{box-shadow:0 0 0 2px var(--v-secondary-lighten1)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-eb804af2]:active{background-color:var(--v-secondary-lighten3)}",
|
|
@@ -3643,25 +3675,25 @@ const __vue_inject_styles__$G = function (inject) {
|
|
|
3643
3675
|
/* scoped */
|
|
3644
3676
|
|
|
3645
3677
|
|
|
3646
|
-
const __vue_scope_id__$
|
|
3678
|
+
const __vue_scope_id__$H = "data-v-eb804af2";
|
|
3647
3679
|
/* module identifier */
|
|
3648
3680
|
|
|
3649
|
-
const __vue_module_identifier__$
|
|
3681
|
+
const __vue_module_identifier__$H = undefined;
|
|
3650
3682
|
/* functional template */
|
|
3651
3683
|
|
|
3652
|
-
const __vue_is_functional_template__$
|
|
3684
|
+
const __vue_is_functional_template__$H = false;
|
|
3653
3685
|
/* style inject SSR */
|
|
3654
3686
|
|
|
3655
3687
|
/* style inject shadow dom */
|
|
3656
3688
|
|
|
3657
|
-
const __vue_component__$
|
|
3658
|
-
render: __vue_render__$
|
|
3659
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3660
|
-
}, __vue_inject_styles__$
|
|
3689
|
+
const __vue_component__$18 = /*#__PURE__*/normalizeComponent({
|
|
3690
|
+
render: __vue_render__$H,
|
|
3691
|
+
staticRenderFns: __vue_staticRenderFns__$H
|
|
3692
|
+
}, __vue_inject_styles__$H, __vue_script__$H, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, createInjector, undefined, undefined);
|
|
3661
3693
|
|
|
3662
|
-
var VcChecklistItem = __vue_component__$
|
|
3694
|
+
var VcChecklistItem = __vue_component__$18;
|
|
3663
3695
|
|
|
3664
|
-
var script$
|
|
3696
|
+
var script$G = {
|
|
3665
3697
|
name: 'VcTextField',
|
|
3666
3698
|
components: {
|
|
3667
3699
|
VcIconWithTooltip,
|
|
@@ -3856,10 +3888,10 @@ var script$F = {
|
|
|
3856
3888
|
};
|
|
3857
3889
|
|
|
3858
3890
|
/* script */
|
|
3859
|
-
const __vue_script__$
|
|
3891
|
+
const __vue_script__$G = script$G;
|
|
3860
3892
|
/* template */
|
|
3861
3893
|
|
|
3862
|
-
var __vue_render__$
|
|
3894
|
+
var __vue_render__$G = function () {
|
|
3863
3895
|
var _vm = this;
|
|
3864
3896
|
|
|
3865
3897
|
var _h = _vm.$createElement;
|
|
@@ -3868,6 +3900,9 @@ var __vue_render__$F = function () {
|
|
|
3868
3900
|
|
|
3869
3901
|
return _c('v-text-field', {
|
|
3870
3902
|
staticClass: "VcTextInput",
|
|
3903
|
+
class: {
|
|
3904
|
+
'no-label': !_vm.label
|
|
3905
|
+
},
|
|
3871
3906
|
attrs: {
|
|
3872
3907
|
"dense": "",
|
|
3873
3908
|
"data-qa": _vm.dataQa,
|
|
@@ -3922,13 +3957,13 @@ var __vue_render__$F = function () {
|
|
|
3922
3957
|
});
|
|
3923
3958
|
};
|
|
3924
3959
|
|
|
3925
|
-
var __vue_staticRenderFns__$
|
|
3960
|
+
var __vue_staticRenderFns__$G = [];
|
|
3926
3961
|
/* style */
|
|
3927
3962
|
|
|
3928
|
-
const __vue_inject_styles__$
|
|
3963
|
+
const __vue_inject_styles__$G = function (inject) {
|
|
3929
3964
|
if (!inject) return;
|
|
3930
|
-
inject("data-v-
|
|
3931
|
-
source: ".VcTextInput.v-text-field[data-v-
|
|
3965
|
+
inject("data-v-70311d9f_0", {
|
|
3966
|
+
source: ".VcTextInput.v-text-field[data-v-70311d9f]{font-family:var(--primary-font-family)}.VcTextInput.v-text-field[data-v-70311d9f] .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-70311d9f] .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-70311d9f] .v-input__slot .v-text-field__prefix{color:var(--gray-darken-5)}.VcTextInput.v-text-field[data-v-70311d9f] .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);caret-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot input::placeholder{font-weight:var(--font-weight-medium)}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot:after,.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot:before{display:none}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot:hover{border-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot:active,.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot:focus,.VcTextInput.v-text-field[data-v-70311d9f] .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-70311d9f] .v-input__slot:active input,.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot:focus input,.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot:focus-within input{color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot .v-input__prepend-inner{padding-inline-end:var(--size-value3);align-self:center}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot .v-input__icon .v-icon{margin:var(--size-value0)!important}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot .v-input__icon .v-icon__component{height:var(--size-value3);width:var(--size-value3);line-height:0}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__slot .v-input__icon .v-icon__component .vc-chevron-right{fill:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-70311d9f].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-70311d9f].v-input--is-focused label,.VcTextInput.v-text-field[data-v-70311d9f].v-input--is-label-active label{font-size:var(--font-size-small);line-height:14px;height:var(--size-value4);letter-spacing:-.3px;color:var(--gray-darken-4)!important;transform:translateY(-100%) scale(.85);top:var(--size-value2)}.VcTextInput.v-text-field[data-v-70311d9f].v-input--is-focused .v-text-field__slot,.VcTextInput.v-text-field[data-v-70311d9f].v-input--is-label-active .v-text-field__slot{margin-bottom:-14px}.VcTextInput.v-text-field[data-v-70311d9f].v-input--is-focused.no-label .v-text-field__slot,.VcTextInput.v-text-field[data-v-70311d9f].v-input--is-label-active.no-label .v-text-field__slot{margin-bottom:unset}.VcTextInput.v-text-field[data-v-70311d9f].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-70311d9f].v-input--is-disabled .v-input__slot input,.VcTextInput.v-text-field[data-v-70311d9f].v-input--is-disabled .v-input__slot label{color:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-70311d9f]:not(.v-input--is-label-active):not(.v-input--is-focused) input{padding:var(--size-value2) 0}.VcTextInput.v-text-field[data-v-70311d9f] .v-messages__message{line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__append-inner{align-self:center;fill:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-70311d9f] .v-input__append-inner .v-input__icon--append{min-width:var(--size-value5);width:var(--size-value5)}.VcTextInput.v-text-field[data-v-70311d9f].v-input--dense:not(.v-text-field--outlined) input{padding-block:var(--size-value2)}.VcTextInput.v-text-field[data-v-70311d9f].v-input--is-readonly{cursor:pointer}",
|
|
3932
3967
|
map: undefined,
|
|
3933
3968
|
media: undefined
|
|
3934
3969
|
});
|
|
@@ -3936,27 +3971,27 @@ const __vue_inject_styles__$F = function (inject) {
|
|
|
3936
3971
|
/* scoped */
|
|
3937
3972
|
|
|
3938
3973
|
|
|
3939
|
-
const __vue_scope_id__$
|
|
3974
|
+
const __vue_scope_id__$G = "data-v-70311d9f";
|
|
3940
3975
|
/* module identifier */
|
|
3941
3976
|
|
|
3942
|
-
const __vue_module_identifier__$
|
|
3977
|
+
const __vue_module_identifier__$G = undefined;
|
|
3943
3978
|
/* functional template */
|
|
3944
3979
|
|
|
3945
|
-
const __vue_is_functional_template__$
|
|
3980
|
+
const __vue_is_functional_template__$G = false;
|
|
3946
3981
|
/* style inject SSR */
|
|
3947
3982
|
|
|
3948
3983
|
/* style inject shadow dom */
|
|
3949
3984
|
|
|
3950
|
-
const __vue_component__$
|
|
3951
|
-
render: __vue_render__$
|
|
3952
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3953
|
-
}, __vue_inject_styles__$
|
|
3985
|
+
const __vue_component__$17 = /*#__PURE__*/normalizeComponent({
|
|
3986
|
+
render: __vue_render__$G,
|
|
3987
|
+
staticRenderFns: __vue_staticRenderFns__$G
|
|
3988
|
+
}, __vue_inject_styles__$G, __vue_script__$G, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, createInjector, undefined, undefined);
|
|
3954
3989
|
|
|
3955
|
-
var VcTextField = __vue_component__$
|
|
3990
|
+
var VcTextField = __vue_component__$17;
|
|
3956
3991
|
|
|
3957
3992
|
const throttle$1 = require("lodash.throttle");
|
|
3958
3993
|
|
|
3959
|
-
var script$
|
|
3994
|
+
var script$F = {
|
|
3960
3995
|
name: "VcSearchBar",
|
|
3961
3996
|
components: {
|
|
3962
3997
|
VcTextField,
|
|
@@ -4023,10 +4058,10 @@ var script$E = {
|
|
|
4023
4058
|
};
|
|
4024
4059
|
|
|
4025
4060
|
/* script */
|
|
4026
|
-
const __vue_script__$
|
|
4061
|
+
const __vue_script__$F = script$F;
|
|
4027
4062
|
/* template */
|
|
4028
4063
|
|
|
4029
|
-
var __vue_render__$
|
|
4064
|
+
var __vue_render__$F = function () {
|
|
4030
4065
|
var _vm = this;
|
|
4031
4066
|
|
|
4032
4067
|
var _h = _vm.$createElement;
|
|
@@ -4062,10 +4097,10 @@ var __vue_render__$E = function () {
|
|
|
4062
4097
|
});
|
|
4063
4098
|
};
|
|
4064
4099
|
|
|
4065
|
-
var __vue_staticRenderFns__$
|
|
4100
|
+
var __vue_staticRenderFns__$F = [];
|
|
4066
4101
|
/* style */
|
|
4067
4102
|
|
|
4068
|
-
const __vue_inject_styles__$
|
|
4103
|
+
const __vue_inject_styles__$F = function (inject) {
|
|
4069
4104
|
if (!inject) return;
|
|
4070
4105
|
inject("data-v-0cf8328c_0", {
|
|
4071
4106
|
source: ".vc-search-bar.VcTextInput[data-v-0cf8328c]{padding:var(--size-value0);margin:var(--size-value0)}.vc-search-bar.VcTextInput.border-top-radius[data-v-0cf8328c] .v-input__control .v-input__slot{border-radius:var(--border-radius) var(--border-radius) var(--size-value0) var(--size-value0)}.vc-search-bar.VcTextInput.v-input--has-state[data-v-0cf8328c] .v-input__slot .v-text-field__slot,.vc-search-bar.VcTextInput.v-input--is-focused[data-v-0cf8328c] .v-input__slot .v-text-field__slot,.vc-search-bar.VcTextInput.v-input--is-label-active[data-v-0cf8328c] .v-input__slot .v-text-field__slot{margin:0}.vc-search-bar.VcTextInput__magnify[data-v-0cf8328c]{fill:var(--gray-darken-2)}.vc-search-bar.VcTextInput[data-v-0cf8328c]:hover{border-color:var(--gray-darken-2)}.vc-search-bar.VcTextInput[data-v-0cf8328c]:hover .v-input__slot label{color:var(--gray-darken-2)}.vc-search-bar.VcTextInput.medium[data-v-0cf8328c] .v-input__control .v-input__slot{height:var(--size-value10)}.vc-search-bar.VcTextInput.medium[data-v-0cf8328c] .v-input__control .v-input__slot .v-input__prepend-inner{padding:var(--size-value3)}.vc-search-bar.VcTextInput[data-v-0cf8328c] .v-input__control .v-input__slot{padding:var(--size-value0)}.vc-search-bar.VcTextInput[data-v-0cf8328c] .v-input__control .v-input__slot .v-input__prepend-inner{padding:18px var(--size-value3);margin:var(--size-value0)}",
|
|
@@ -4076,25 +4111,25 @@ const __vue_inject_styles__$E = function (inject) {
|
|
|
4076
4111
|
/* scoped */
|
|
4077
4112
|
|
|
4078
4113
|
|
|
4079
|
-
const __vue_scope_id__$
|
|
4114
|
+
const __vue_scope_id__$F = "data-v-0cf8328c";
|
|
4080
4115
|
/* module identifier */
|
|
4081
4116
|
|
|
4082
|
-
const __vue_module_identifier__$
|
|
4117
|
+
const __vue_module_identifier__$F = undefined;
|
|
4083
4118
|
/* functional template */
|
|
4084
4119
|
|
|
4085
|
-
const __vue_is_functional_template__$
|
|
4120
|
+
const __vue_is_functional_template__$F = false;
|
|
4086
4121
|
/* style inject SSR */
|
|
4087
4122
|
|
|
4088
4123
|
/* style inject shadow dom */
|
|
4089
4124
|
|
|
4090
|
-
const __vue_component__$
|
|
4091
|
-
render: __vue_render__$
|
|
4092
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4093
|
-
}, __vue_inject_styles__$
|
|
4125
|
+
const __vue_component__$16 = /*#__PURE__*/normalizeComponent({
|
|
4126
|
+
render: __vue_render__$F,
|
|
4127
|
+
staticRenderFns: __vue_staticRenderFns__$F
|
|
4128
|
+
}, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, createInjector, undefined, undefined);
|
|
4094
4129
|
|
|
4095
|
-
var VcSearchBar = __vue_component__$
|
|
4130
|
+
var VcSearchBar = __vue_component__$16;
|
|
4096
4131
|
|
|
4097
|
-
var script$
|
|
4132
|
+
var script$E = {
|
|
4098
4133
|
name: "VcListbox",
|
|
4099
4134
|
components: {
|
|
4100
4135
|
VcLayout,
|
|
@@ -4187,10 +4222,10 @@ var script$D = {
|
|
|
4187
4222
|
};
|
|
4188
4223
|
|
|
4189
4224
|
/* script */
|
|
4190
|
-
const __vue_script__$
|
|
4225
|
+
const __vue_script__$E = script$E;
|
|
4191
4226
|
/* template */
|
|
4192
4227
|
|
|
4193
|
-
var __vue_render__$
|
|
4228
|
+
var __vue_render__$E = function () {
|
|
4194
4229
|
var _vm = this;
|
|
4195
4230
|
|
|
4196
4231
|
var _h = _vm.$createElement;
|
|
@@ -4284,10 +4319,10 @@ var __vue_render__$D = function () {
|
|
|
4284
4319
|
}, [_vm._v(_vm._s(_vm.getAddAnotherLabel))])], 1)], 1) : _vm._e()], 1)], 1);
|
|
4285
4320
|
};
|
|
4286
4321
|
|
|
4287
|
-
var __vue_staticRenderFns__$
|
|
4322
|
+
var __vue_staticRenderFns__$E = [];
|
|
4288
4323
|
/* style */
|
|
4289
4324
|
|
|
4290
|
-
const __vue_inject_styles__$
|
|
4325
|
+
const __vue_inject_styles__$E = function (inject) {
|
|
4291
4326
|
if (!inject) return;
|
|
4292
4327
|
inject("data-v-b54f7c5e_0", {
|
|
4293
4328
|
source: ".vc-list-title[data-v-b54f7c5e]{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-b54f7c5e]{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.with-search[data-v-b54f7c5e]{border:none}.VcListbox.with-search .vc-overflow[data-v-b54f7c5e]{border-inline:var(--border-frame);border-block-end:var(--border-frame);border-radius:0 0 var(--border-radius) var(--border-radius)}.VcListbox.with-search.with-add-another .vc-overflow[data-v-b54f7c5e]{border-inline:var(--border-frame);border-block-end:unset;border-radius:unset}.VcListbox.with-search.with-add-another .last-item[data-v-b54f7c5e]{border-inline:var(--border-frame);border-block-end:var(--border-frame);border-radius:0 0 var(--border-radius) var(--border-radius)}.VcListbox .vc-overflow[data-v-b54f7c5e]{overflow:auto;height:160px}.VcListbox .vc-overflow .vc-list-item[data-v-b54f7c5e]{padding:var(--size-value0);min-height:unset}.VcListbox .vc-overflow .vc-list-item[data-v-b54f7c5e]:before{opacity:0}.VcListbox .divider[data-v-b54f7c5e]{border-color:var(--gray-lighten-1)}.VcListbox .last-item[data-v-b54f7c5e]{cursor:pointer;min-height:var(--size-value10);padding-block:var(--size-value1) var(--size-value2)}.VcListbox .last-item[data-v-b54f7c5e]:hover{background-color:var(--gray-lighten-3)}.VcListbox .last-item .add-another-label[data-v-b54f7c5e]{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-b54f7c5e]{margin-inline-end:var(--size-value3);cursor:pointer}.VcListbox .last-item .add-another-icon[data-v-b54f7c5e] .v-icon__component{height:unset;width:unset}.VcListbox .last-item .add-another-icon[data-v-b54f7c5e] .v-icon__component svg{width:var(--size-value3)}.VcListbox__empty[data-v-b54f7c5e]{height:100%;font-weight:var(--font-weight-medium2);font-size:var(--font-size-xx-small);color:var(--gray-darken-4)}",
|
|
@@ -4298,25 +4333,25 @@ const __vue_inject_styles__$D = function (inject) {
|
|
|
4298
4333
|
/* scoped */
|
|
4299
4334
|
|
|
4300
4335
|
|
|
4301
|
-
const __vue_scope_id__$
|
|
4336
|
+
const __vue_scope_id__$E = "data-v-b54f7c5e";
|
|
4302
4337
|
/* module identifier */
|
|
4303
4338
|
|
|
4304
|
-
const __vue_module_identifier__$
|
|
4339
|
+
const __vue_module_identifier__$E = undefined;
|
|
4305
4340
|
/* functional template */
|
|
4306
4341
|
|
|
4307
|
-
const __vue_is_functional_template__$
|
|
4342
|
+
const __vue_is_functional_template__$E = false;
|
|
4308
4343
|
/* style inject SSR */
|
|
4309
4344
|
|
|
4310
4345
|
/* style inject shadow dom */
|
|
4311
4346
|
|
|
4312
|
-
const __vue_component__$
|
|
4313
|
-
render: __vue_render__$
|
|
4314
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4315
|
-
}, __vue_inject_styles__$
|
|
4347
|
+
const __vue_component__$14 = /*#__PURE__*/normalizeComponent({
|
|
4348
|
+
render: __vue_render__$E,
|
|
4349
|
+
staticRenderFns: __vue_staticRenderFns__$E
|
|
4350
|
+
}, __vue_inject_styles__$E, __vue_script__$E, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, createInjector, undefined, undefined);
|
|
4316
4351
|
|
|
4317
|
-
var __vue_component__$
|
|
4352
|
+
var __vue_component__$15 = __vue_component__$14;
|
|
4318
4353
|
|
|
4319
|
-
var script$
|
|
4354
|
+
var script$D = {
|
|
4320
4355
|
name: "VcBottomSheet",
|
|
4321
4356
|
components: {
|
|
4322
4357
|
VcLayout,
|
|
@@ -4347,10 +4382,10 @@ var script$C = {
|
|
|
4347
4382
|
};
|
|
4348
4383
|
|
|
4349
4384
|
/* script */
|
|
4350
|
-
const __vue_script__$
|
|
4385
|
+
const __vue_script__$D = script$D;
|
|
4351
4386
|
/* template */
|
|
4352
4387
|
|
|
4353
|
-
var __vue_render__$
|
|
4388
|
+
var __vue_render__$D = function () {
|
|
4354
4389
|
var _vm = this;
|
|
4355
4390
|
|
|
4356
4391
|
var _h = _vm.$createElement;
|
|
@@ -4383,10 +4418,10 @@ var __vue_render__$C = function () {
|
|
|
4383
4418
|
}, [_vm._t("default")], 2)], 1);
|
|
4384
4419
|
};
|
|
4385
4420
|
|
|
4386
|
-
var __vue_staticRenderFns__$
|
|
4421
|
+
var __vue_staticRenderFns__$D = [];
|
|
4387
4422
|
/* style */
|
|
4388
4423
|
|
|
4389
|
-
const __vue_inject_styles__$
|
|
4424
|
+
const __vue_inject_styles__$D = function (inject) {
|
|
4390
4425
|
if (!inject) return;
|
|
4391
4426
|
inject("data-v-7a2593a5_0", {
|
|
4392
4427
|
source: "[data-v-7a2593a5]: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-light:300;--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;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--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;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--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-7a2593a5]{max-height:92vh;border-radius:var(--modal-border-radius) var(--modal-border-radius) 0 0;display:flex;box-shadow:var(--modal-box-shadow)}",
|
|
@@ -4397,25 +4432,25 @@ const __vue_inject_styles__$C = function (inject) {
|
|
|
4397
4432
|
/* scoped */
|
|
4398
4433
|
|
|
4399
4434
|
|
|
4400
|
-
const __vue_scope_id__$
|
|
4435
|
+
const __vue_scope_id__$D = "data-v-7a2593a5";
|
|
4401
4436
|
/* module identifier */
|
|
4402
4437
|
|
|
4403
|
-
const __vue_module_identifier__$
|
|
4438
|
+
const __vue_module_identifier__$D = undefined;
|
|
4404
4439
|
/* functional template */
|
|
4405
4440
|
|
|
4406
|
-
const __vue_is_functional_template__$
|
|
4441
|
+
const __vue_is_functional_template__$D = false;
|
|
4407
4442
|
/* style inject SSR */
|
|
4408
4443
|
|
|
4409
4444
|
/* style inject shadow dom */
|
|
4410
4445
|
|
|
4411
|
-
const __vue_component__$
|
|
4412
|
-
render: __vue_render__$
|
|
4413
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4414
|
-
}, __vue_inject_styles__$
|
|
4446
|
+
const __vue_component__$13 = /*#__PURE__*/normalizeComponent({
|
|
4447
|
+
render: __vue_render__$D,
|
|
4448
|
+
staticRenderFns: __vue_staticRenderFns__$D
|
|
4449
|
+
}, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
|
|
4415
4450
|
|
|
4416
|
-
var VcBottomSheet = __vue_component__$
|
|
4451
|
+
var VcBottomSheet = __vue_component__$13;
|
|
4417
4452
|
|
|
4418
|
-
var script$
|
|
4453
|
+
var script$C = {
|
|
4419
4454
|
components: {
|
|
4420
4455
|
VcIcon,
|
|
4421
4456
|
VSwitch: VSwitch
|
|
@@ -4460,10 +4495,10 @@ var script$B = {
|
|
|
4460
4495
|
};
|
|
4461
4496
|
|
|
4462
4497
|
/* script */
|
|
4463
|
-
const __vue_script__$
|
|
4498
|
+
const __vue_script__$C = script$C;
|
|
4464
4499
|
/* template */
|
|
4465
4500
|
|
|
4466
|
-
var __vue_render__$
|
|
4501
|
+
var __vue_render__$C = function () {
|
|
4467
4502
|
var _vm = this;
|
|
4468
4503
|
|
|
4469
4504
|
var _h = _vm.$createElement;
|
|
@@ -4519,10 +4554,10 @@ var __vue_render__$B = function () {
|
|
|
4519
4554
|
}, [_vm._v("$close_button")]) : _vm._e()], 1);
|
|
4520
4555
|
};
|
|
4521
4556
|
|
|
4522
|
-
var __vue_staticRenderFns__$
|
|
4557
|
+
var __vue_staticRenderFns__$C = [];
|
|
4523
4558
|
/* style */
|
|
4524
4559
|
|
|
4525
|
-
const __vue_inject_styles__$
|
|
4560
|
+
const __vue_inject_styles__$C = function (inject) {
|
|
4526
4561
|
if (!inject) return;
|
|
4527
4562
|
inject("data-v-422626ac_0", {
|
|
4528
4563
|
source: ".switchContainer .VcSwitch[data-v-422626ac]{padding:0;margin:0}.switchContainer .VcSwitch[data-v-422626ac] 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-422626ac] input{height:var(--size-value5)}.switchContainer .VcSwitch[data-v-422626ac] .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-422626ac] .v-input--selection-controls__input{margin-left:var(--size-value3)}#app[dir=rtl] .switchContainer .VcSwitch[data-v-422626ac] .v-input--selection-controls__input{margin-right:0}.switchContainer .VcSwitch[data-v-422626ac] .v-input--switch__track{top:0;left:0}#app[dir=rtl] .switchContainer .VcSwitch[data-v-422626ac] .v-input--switch__track{left:auto;right:0}.switchContainer .VcSwitch[data-v-422626ac] .v-input--selection-controls__ripple{left:-10px;height:25px;width:25px}#app[dir=rtl] .switchContainer .VcSwitch[data-v-422626ac] .v-input--selection-controls__ripple{left:auto;right:-10px}.switchContainer .VcSwitch[data-v-422626ac] .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-422626ac] .v-input--switch__thumb{transform:translateX(-3px)!important}.switchContainer .VcSwitch.v-input--is-disabled[data-v-422626ac] {opacity:1}.switchContainer .VcSwitch.v-input--is-disabled[data-v-422626ac] .v-input--switch__track{color:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.v-input--is-disabled[data-v-422626ac] .v-input--switch__thumb{background-color:var(--gray)!important;box-shadow:none}.switchContainer .VcSwitch.is-active[data-v-422626ac] .v-input--switch__track{opacity:1;background-color:currentColor}.switchContainer .VcSwitch.is-active[data-v-422626ac] .v-input--selection-controls__ripple{transform:translateX(14px)!important}#app[dir=rtl] .switchContainer .VcSwitch.is-active[data-v-422626ac] .v-input--selection-controls__ripple{transform:translateX(-14px)!important}.switchContainer .VcSwitch.is-active[data-v-422626ac] .v-input--switch__thumb{transform:translateX(17px)!important}#app[dir=rtl] .switchContainer .VcSwitch.is-active[data-v-422626ac] .v-input--switch__thumb{transform:translateX(-17px)!important}.switchContainer .VcSwitch.pre-label[data-v-422626ac] label{order:-1;flex:unset;margin-inline-end:var(--size-value2)}.switchContainer .VcSwitch.pre-label[data-v-422626ac] .v-input--selection-controls__input{margin:unset!important}.switchContainer .VcSwitch.with-icon[data-v-422626ac] input{height:var(--size-value6)}.switchContainer .VcSwitch.with-icon[data-v-422626ac] .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-422626ac] .v-input--selection-controls__input{margin-left:var(--size-value3)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--selection-controls__input{margin-right:0}.switchContainer .VcSwitch.with-icon[data-v-422626ac] .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-422626ac] .v-input--switch__track{left:auto;right:0}.switchContainer .VcSwitch.with-icon[data-v-422626ac] .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-422626ac] .v-input--selection-controls__ripple{left:auto;right:-9px}.switchContainer .VcSwitch.with-icon[data-v-422626ac] .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-422626ac] .v-input--switch__thumb{transform:translateX(-3.5px)!important}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-422626ac] {opacity:1}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-422626ac] .v-input--switch__track{color:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-422626ac] .v-input--switch__thumb{background-color:var(--gray)!important;box-shadow:none}.switchContainer .VcSwitch.with-icon.v-input--is-disabled+.VcSwitchIcon[data-v-422626ac]{fill:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.with-icon.is-active[data-v-422626ac] .v-input--switch__track{opacity:1;background-color:currentColor}.switchContainer .VcSwitch.with-icon.is-active[data-v-422626ac] .v-input--selection-controls__ripple{transform:translateX(23.5px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon.is-active[data-v-422626ac] .v-input--selection-controls__ripple{transform:translateX(-23.5px)!important}.switchContainer .VcSwitch.with-icon.is-active[data-v-422626ac] .v-input--switch__thumb{transform:translateX(26px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon.is-active[data-v-422626ac] .v-input--switch__thumb{transform:translateX(-26px)!important}.switchContainer .VcSwitchIcon[data-v-422626ac]{cursor:pointer;pointer-events:none;margin:17px;left:-10px}.switchContainer .VcSwitchIconV[data-v-422626ac]{top:-33px;transform:translateX(23px);fill:var(--v-secondary-base)}.switchContainer .VcSwitchIconX[data-v-422626ac]{top:-34px;transform:translate(0,0);fill:var(--neutral-lighten-1)}.switchContainer.with-icon[data-v-422626ac]{height:var(--size-value6)}",
|
|
@@ -4533,25 +4568,25 @@ const __vue_inject_styles__$B = function (inject) {
|
|
|
4533
4568
|
/* scoped */
|
|
4534
4569
|
|
|
4535
4570
|
|
|
4536
|
-
const __vue_scope_id__$
|
|
4571
|
+
const __vue_scope_id__$C = "data-v-422626ac";
|
|
4537
4572
|
/* module identifier */
|
|
4538
4573
|
|
|
4539
|
-
const __vue_module_identifier__$
|
|
4574
|
+
const __vue_module_identifier__$C = undefined;
|
|
4540
4575
|
/* functional template */
|
|
4541
4576
|
|
|
4542
|
-
const __vue_is_functional_template__$
|
|
4577
|
+
const __vue_is_functional_template__$C = false;
|
|
4543
4578
|
/* style inject SSR */
|
|
4544
4579
|
|
|
4545
4580
|
/* style inject shadow dom */
|
|
4546
4581
|
|
|
4547
|
-
const __vue_component__$
|
|
4548
|
-
render: __vue_render__$
|
|
4549
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4550
|
-
}, __vue_inject_styles__$
|
|
4582
|
+
const __vue_component__$12 = /*#__PURE__*/normalizeComponent({
|
|
4583
|
+
render: __vue_render__$C,
|
|
4584
|
+
staticRenderFns: __vue_staticRenderFns__$C
|
|
4585
|
+
}, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
|
|
4551
4586
|
|
|
4552
|
-
var VcSwitch = __vue_component__$
|
|
4587
|
+
var VcSwitch = __vue_component__$12;
|
|
4553
4588
|
|
|
4554
|
-
var script$
|
|
4589
|
+
var script$B = {
|
|
4555
4590
|
name: "VcInputBottomSheet",
|
|
4556
4591
|
components: {
|
|
4557
4592
|
VcBottomSheet,
|
|
@@ -4648,10 +4683,10 @@ var script$A = {
|
|
|
4648
4683
|
};
|
|
4649
4684
|
|
|
4650
4685
|
/* script */
|
|
4651
|
-
const __vue_script__$
|
|
4686
|
+
const __vue_script__$B = script$B;
|
|
4652
4687
|
/* template */
|
|
4653
4688
|
|
|
4654
|
-
var __vue_render__$
|
|
4689
|
+
var __vue_render__$B = function () {
|
|
4655
4690
|
var _vm = this;
|
|
4656
4691
|
|
|
4657
4692
|
var _h = _vm.$createElement;
|
|
@@ -4770,10 +4805,10 @@ var __vue_render__$A = function () {
|
|
|
4770
4805
|
}) : _vm._e()], 1)]], 2);
|
|
4771
4806
|
};
|
|
4772
4807
|
|
|
4773
|
-
var __vue_staticRenderFns__$
|
|
4808
|
+
var __vue_staticRenderFns__$B = [];
|
|
4774
4809
|
/* style */
|
|
4775
4810
|
|
|
4776
|
-
const __vue_inject_styles__$
|
|
4811
|
+
const __vue_inject_styles__$B = function (inject) {
|
|
4777
4812
|
if (!inject) return;
|
|
4778
4813
|
inject("data-v-e1c1f348_0", {
|
|
4779
4814
|
source: "[data-v-e1c1f348]: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-light:300;--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;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--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;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--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-e1c1f348]{border-bottom:1px solid var(--gray-lighten-1)}.VcInputBottomSheet .vc-bottom-sheet__footer[data-v-e1c1f348]{padding:var(--size-value3) var(--size-value4)}.VcInputBottomSheet .vc-bottom-sheet__footer.showDivider[data-v-e1c1f348]{border-top:1px solid var(--gray-lighten-1);display:flex}.VcInputBottomSheet .vc-bottom-sheet__content[data-v-e1c1f348]{padding:var(--size-value6) var(--size-value4);overflow-y:auto}",
|
|
@@ -4784,23 +4819,23 @@ const __vue_inject_styles__$A = function (inject) {
|
|
|
4784
4819
|
/* scoped */
|
|
4785
4820
|
|
|
4786
4821
|
|
|
4787
|
-
const __vue_scope_id__$
|
|
4822
|
+
const __vue_scope_id__$B = "data-v-e1c1f348";
|
|
4788
4823
|
/* module identifier */
|
|
4789
4824
|
|
|
4790
|
-
const __vue_module_identifier__$
|
|
4825
|
+
const __vue_module_identifier__$B = undefined;
|
|
4791
4826
|
/* functional template */
|
|
4792
4827
|
|
|
4793
|
-
const __vue_is_functional_template__$
|
|
4828
|
+
const __vue_is_functional_template__$B = false;
|
|
4794
4829
|
/* style inject SSR */
|
|
4795
4830
|
|
|
4796
4831
|
/* style inject shadow dom */
|
|
4797
4832
|
|
|
4798
|
-
const __vue_component__$
|
|
4799
|
-
render: __vue_render__$
|
|
4800
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4801
|
-
}, __vue_inject_styles__$
|
|
4833
|
+
const __vue_component__$10 = /*#__PURE__*/normalizeComponent({
|
|
4834
|
+
render: __vue_render__$B,
|
|
4835
|
+
staticRenderFns: __vue_staticRenderFns__$B
|
|
4836
|
+
}, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
|
|
4802
4837
|
|
|
4803
|
-
var __vue_component__
|
|
4838
|
+
var __vue_component__$11 = __vue_component__$10;
|
|
4804
4839
|
|
|
4805
4840
|
//
|
|
4806
4841
|
//
|
|
@@ -4820,7 +4855,7 @@ var __vue_component__$$ = __vue_component__$_;
|
|
|
4820
4855
|
//
|
|
4821
4856
|
//
|
|
4822
4857
|
//
|
|
4823
|
-
var script$
|
|
4858
|
+
var script$A = {
|
|
4824
4859
|
components: {
|
|
4825
4860
|
VMenu: VMenu
|
|
4826
4861
|
},
|
|
@@ -4856,10 +4891,10 @@ var script$z = {
|
|
|
4856
4891
|
};
|
|
4857
4892
|
|
|
4858
4893
|
/* script */
|
|
4859
|
-
const __vue_script__$
|
|
4894
|
+
const __vue_script__$A = script$A;
|
|
4860
4895
|
/* template */
|
|
4861
4896
|
|
|
4862
|
-
var __vue_render__$
|
|
4897
|
+
var __vue_render__$A = function () {
|
|
4863
4898
|
var _vm = this;
|
|
4864
4899
|
|
|
4865
4900
|
var _h = _vm.$createElement;
|
|
@@ -4897,10 +4932,10 @@ var __vue_render__$z = function () {
|
|
|
4897
4932
|
}, [_vm._v(" "), _vm._t("default")], 2);
|
|
4898
4933
|
};
|
|
4899
4934
|
|
|
4900
|
-
var __vue_staticRenderFns__$
|
|
4935
|
+
var __vue_staticRenderFns__$A = [];
|
|
4901
4936
|
/* style */
|
|
4902
4937
|
|
|
4903
|
-
const __vue_inject_styles__$
|
|
4938
|
+
const __vue_inject_styles__$A = function (inject) {
|
|
4904
4939
|
if (!inject) return;
|
|
4905
4940
|
inject("data-v-da6757e6_0", {
|
|
4906
4941
|
source: "[data-v-da6757e6]: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-light:300;--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;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--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;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--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-da6757e6]{background-color:var(--modal-bg-color);width:var(--popover-width);max-height:var(--popover-max-height);display:flex;box-shadow:var(--modal-box-shadow);border-radius:var(--popover-border-radius)}",
|
|
@@ -4911,25 +4946,25 @@ const __vue_inject_styles__$z = function (inject) {
|
|
|
4911
4946
|
/* scoped */
|
|
4912
4947
|
|
|
4913
4948
|
|
|
4914
|
-
const __vue_scope_id__$
|
|
4949
|
+
const __vue_scope_id__$A = "data-v-da6757e6";
|
|
4915
4950
|
/* module identifier */
|
|
4916
4951
|
|
|
4917
|
-
const __vue_module_identifier__$
|
|
4952
|
+
const __vue_module_identifier__$A = undefined;
|
|
4918
4953
|
/* functional template */
|
|
4919
4954
|
|
|
4920
|
-
const __vue_is_functional_template__$
|
|
4955
|
+
const __vue_is_functional_template__$A = false;
|
|
4921
4956
|
/* style inject SSR */
|
|
4922
4957
|
|
|
4923
4958
|
/* style inject shadow dom */
|
|
4924
4959
|
|
|
4925
|
-
const __vue_component__
|
|
4926
|
-
render: __vue_render__$
|
|
4927
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4928
|
-
}, __vue_inject_styles__$
|
|
4960
|
+
const __vue_component__$$ = /*#__PURE__*/normalizeComponent({
|
|
4961
|
+
render: __vue_render__$A,
|
|
4962
|
+
staticRenderFns: __vue_staticRenderFns__$A
|
|
4963
|
+
}, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
|
|
4929
4964
|
|
|
4930
|
-
var VcPopover = __vue_component__
|
|
4965
|
+
var VcPopover = __vue_component__$$;
|
|
4931
4966
|
|
|
4932
|
-
var script$
|
|
4967
|
+
var script$z = {
|
|
4933
4968
|
name: "VcInputPopover",
|
|
4934
4969
|
components: {
|
|
4935
4970
|
VcModalHeader,
|
|
@@ -5026,10 +5061,10 @@ var script$y = {
|
|
|
5026
5061
|
};
|
|
5027
5062
|
|
|
5028
5063
|
/* script */
|
|
5029
|
-
const __vue_script__$
|
|
5064
|
+
const __vue_script__$z = script$z;
|
|
5030
5065
|
/* template */
|
|
5031
5066
|
|
|
5032
|
-
var __vue_render__$
|
|
5067
|
+
var __vue_render__$z = function () {
|
|
5033
5068
|
var _vm = this;
|
|
5034
5069
|
|
|
5035
5070
|
var _h = _vm.$createElement;
|
|
@@ -5139,10 +5174,10 @@ var __vue_render__$y = function () {
|
|
|
5139
5174
|
}) : _vm._e()], 1)]], 2);
|
|
5140
5175
|
};
|
|
5141
5176
|
|
|
5142
|
-
var __vue_staticRenderFns__$
|
|
5177
|
+
var __vue_staticRenderFns__$z = [];
|
|
5143
5178
|
/* style */
|
|
5144
5179
|
|
|
5145
|
-
const __vue_inject_styles__$
|
|
5180
|
+
const __vue_inject_styles__$z = function (inject) {
|
|
5146
5181
|
if (!inject) return;
|
|
5147
5182
|
inject("data-v-97aa8f28_0", {
|
|
5148
5183
|
source: "[data-v-97aa8f28]: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-light:300;--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;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--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;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--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-97aa8f28]{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-97aa8f28]{padding:var(--size-value4) var(--size-value6);overflow-y:auto}.vc-popover .vc-popover-footer[data-v-97aa8f28]{padding:var(--size-value3) var(--size-value6)}",
|
|
@@ -5153,25 +5188,25 @@ const __vue_inject_styles__$y = function (inject) {
|
|
|
5153
5188
|
/* scoped */
|
|
5154
5189
|
|
|
5155
5190
|
|
|
5156
|
-
const __vue_scope_id__$
|
|
5191
|
+
const __vue_scope_id__$z = "data-v-97aa8f28";
|
|
5157
5192
|
/* module identifier */
|
|
5158
5193
|
|
|
5159
|
-
const __vue_module_identifier__$
|
|
5194
|
+
const __vue_module_identifier__$z = undefined;
|
|
5160
5195
|
/* functional template */
|
|
5161
5196
|
|
|
5162
|
-
const __vue_is_functional_template__$
|
|
5197
|
+
const __vue_is_functional_template__$z = false;
|
|
5163
5198
|
/* style inject SSR */
|
|
5164
5199
|
|
|
5165
5200
|
/* style inject shadow dom */
|
|
5166
5201
|
|
|
5167
|
-
const __vue_component__$
|
|
5168
|
-
render: __vue_render__$
|
|
5169
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5170
|
-
}, __vue_inject_styles__$
|
|
5202
|
+
const __vue_component__$Z = /*#__PURE__*/normalizeComponent({
|
|
5203
|
+
render: __vue_render__$z,
|
|
5204
|
+
staticRenderFns: __vue_staticRenderFns__$z
|
|
5205
|
+
}, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, createInjector, undefined, undefined);
|
|
5171
5206
|
|
|
5172
|
-
var __vue_component__$
|
|
5207
|
+
var __vue_component__$_ = __vue_component__$Z;
|
|
5173
5208
|
|
|
5174
|
-
var script$
|
|
5209
|
+
var script$y = {
|
|
5175
5210
|
name: "VcChip",
|
|
5176
5211
|
components: {
|
|
5177
5212
|
VcIcon,
|
|
@@ -5211,10 +5246,10 @@ var script$x = {
|
|
|
5211
5246
|
};
|
|
5212
5247
|
|
|
5213
5248
|
/* script */
|
|
5214
|
-
const __vue_script__$
|
|
5249
|
+
const __vue_script__$y = script$y;
|
|
5215
5250
|
/* template */
|
|
5216
5251
|
|
|
5217
|
-
var __vue_render__$
|
|
5252
|
+
var __vue_render__$y = function () {
|
|
5218
5253
|
var _vm = this;
|
|
5219
5254
|
|
|
5220
5255
|
var _h = _vm.$createElement;
|
|
@@ -5256,10 +5291,10 @@ var __vue_render__$x = function () {
|
|
|
5256
5291
|
})], 2);
|
|
5257
5292
|
};
|
|
5258
5293
|
|
|
5259
|
-
var __vue_staticRenderFns__$
|
|
5294
|
+
var __vue_staticRenderFns__$y = [];
|
|
5260
5295
|
/* style */
|
|
5261
5296
|
|
|
5262
|
-
const __vue_inject_styles__$
|
|
5297
|
+
const __vue_inject_styles__$y = function (inject) {
|
|
5263
5298
|
if (!inject) return;
|
|
5264
5299
|
inject("data-v-50259fa8_0", {
|
|
5265
5300
|
source: "[data-v-50259fa8]: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-light:300;--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;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--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;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--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-50259fa8]{max-width:fit-content;border:1px solid var(--neutral-lighten-1)}.VcChip.v-chip[data-v-50259fa8]{background-color:var(--modal-bg-color)}.VcChip.v-chip[data-v-50259fa8] .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-50259fa8] .v-chip__content .vc-avatar-wrapper{margin-inline-end:var(--size-value2)}.VcChip.v-chip[data-v-50259fa8] .v-chip__content .vc-avatar-wrapper .vc-attention-fill{fill:var(--yellow)}.VcChip.v-chip[data-v-50259fa8] .v-chip__content .v-chip__close{direction:inherit;margin-inline:var(--size-value1) var(--size-value0);color:var(--gray)}.VcChip.v-chip[data-v-50259fa8] .v-chip__content .v-chip__close:hover{opacity:unset}.VcChip.v-chip.vc-avatar[data-v-50259fa8]{padding-inline:var(--size-value1) var(--size-value3)}.VcChip.v-chip--disabled[data-v-50259fa8]{background-color:var(--gray-lighten-2);border:1px solid var(--gray-lighten-2)}.VcChip.v-chip--disabled[data-v-50259fa8] .v-chip__content{color:var(--gray-darken-1)}.VcChip.vc-invalid[data-v-50259fa8]{background-color:var(--yellow-lighten-3);border:1px solid var(--yellow)}.VcChip.vc-invalid[data-v-50259fa8]:hover{background-color:var(--yellow-lighten-2)}.VcChip[data-v-50259fa8]:hover{background-color:var(--gray-lighten-3)}.VcChip[data-v-50259fa8]:hover:before{opacity:0}.VcChip[data-v-50259fa8]:focus{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcChip[data-v-50259fa8]:focus:before{opacity:0}",
|
|
@@ -5270,23 +5305,23 @@ const __vue_inject_styles__$x = function (inject) {
|
|
|
5270
5305
|
/* scoped */
|
|
5271
5306
|
|
|
5272
5307
|
|
|
5273
|
-
const __vue_scope_id__$
|
|
5308
|
+
const __vue_scope_id__$y = "data-v-50259fa8";
|
|
5274
5309
|
/* module identifier */
|
|
5275
5310
|
|
|
5276
|
-
const __vue_module_identifier__$
|
|
5311
|
+
const __vue_module_identifier__$y = undefined;
|
|
5277
5312
|
/* functional template */
|
|
5278
5313
|
|
|
5279
|
-
const __vue_is_functional_template__$
|
|
5314
|
+
const __vue_is_functional_template__$y = false;
|
|
5280
5315
|
/* style inject SSR */
|
|
5281
5316
|
|
|
5282
5317
|
/* style inject shadow dom */
|
|
5283
5318
|
|
|
5284
|
-
const __vue_component__$
|
|
5285
|
-
render: __vue_render__$
|
|
5286
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5287
|
-
}, __vue_inject_styles__$
|
|
5319
|
+
const __vue_component__$Y = /*#__PURE__*/normalizeComponent({
|
|
5320
|
+
render: __vue_render__$y,
|
|
5321
|
+
staticRenderFns: __vue_staticRenderFns__$y
|
|
5322
|
+
}, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
|
|
5288
5323
|
|
|
5289
|
-
var VcChip = __vue_component__$
|
|
5324
|
+
var VcChip = __vue_component__$Y;
|
|
5290
5325
|
|
|
5291
5326
|
var justDebounce = debounce;
|
|
5292
5327
|
|
|
@@ -5323,7 +5358,7 @@ function debounce(fn, delay, atStart, guarantee) {
|
|
|
5323
5358
|
};
|
|
5324
5359
|
}
|
|
5325
5360
|
|
|
5326
|
-
var script$
|
|
5361
|
+
var script$x = {
|
|
5327
5362
|
name: "VcChipList",
|
|
5328
5363
|
components: {
|
|
5329
5364
|
VcChip,
|
|
@@ -5428,10 +5463,10 @@ var script$w = {
|
|
|
5428
5463
|
};
|
|
5429
5464
|
|
|
5430
5465
|
/* script */
|
|
5431
|
-
const __vue_script__$
|
|
5466
|
+
const __vue_script__$x = script$x;
|
|
5432
5467
|
/* template */
|
|
5433
5468
|
|
|
5434
|
-
var __vue_render__$
|
|
5469
|
+
var __vue_render__$x = function () {
|
|
5435
5470
|
var _vm = this;
|
|
5436
5471
|
|
|
5437
5472
|
var _h = _vm.$createElement;
|
|
@@ -5490,10 +5525,10 @@ var __vue_render__$w = function () {
|
|
|
5490
5525
|
})], 2)], 2);
|
|
5491
5526
|
};
|
|
5492
5527
|
|
|
5493
|
-
var __vue_staticRenderFns__$
|
|
5528
|
+
var __vue_staticRenderFns__$x = [];
|
|
5494
5529
|
/* style */
|
|
5495
5530
|
|
|
5496
|
-
const __vue_inject_styles__$
|
|
5531
|
+
const __vue_inject_styles__$x = function (inject) {
|
|
5497
5532
|
if (!inject) return;
|
|
5498
5533
|
inject("data-v-20a5e7d6_0", {
|
|
5499
5534
|
source: ".VcChipList[data-v-20a5e7d6]{overflow:hidden;height:80px;max-height:80px}.VcChipList--loaded[data-v-20a5e7d6]{height:auto}.VcChipList .VcChip[data-v-20a5e7d6]{margin-bottom:8px}.VcChipList .VcChip[data-v-20a5e7d6]:not(:last-child){margin-inline-end:var(--size-value1)}.VcChipList .VcChip[data-v-20a5e7d6]:hover{background-color:unset}.VcChipList .more-indicator[data-v-20a5e7d6]{position:relative;top:calc(var(--size-value1) * -1);font-size:var(--font-size-small);font-weight:var(--font-weight-medium2);color:var(--gray-darken-4);text-decoration:underline}.more-tooltip[data-v-20a5e7d6]{padding:var(--size-value1) var(--size-value2);background-color:var(--gray-darken-5);font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2)}",
|
|
@@ -5504,23 +5539,23 @@ const __vue_inject_styles__$w = function (inject) {
|
|
|
5504
5539
|
/* scoped */
|
|
5505
5540
|
|
|
5506
5541
|
|
|
5507
|
-
const __vue_scope_id__$
|
|
5542
|
+
const __vue_scope_id__$x = "data-v-20a5e7d6";
|
|
5508
5543
|
/* module identifier */
|
|
5509
5544
|
|
|
5510
|
-
const __vue_module_identifier__$
|
|
5545
|
+
const __vue_module_identifier__$x = undefined;
|
|
5511
5546
|
/* functional template */
|
|
5512
5547
|
|
|
5513
|
-
const __vue_is_functional_template__$
|
|
5548
|
+
const __vue_is_functional_template__$x = false;
|
|
5514
5549
|
/* style inject SSR */
|
|
5515
5550
|
|
|
5516
5551
|
/* style inject shadow dom */
|
|
5517
5552
|
|
|
5518
|
-
const __vue_component__$
|
|
5519
|
-
render: __vue_render__$
|
|
5520
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5521
|
-
}, __vue_inject_styles__$
|
|
5553
|
+
const __vue_component__$W = /*#__PURE__*/normalizeComponent({
|
|
5554
|
+
render: __vue_render__$x,
|
|
5555
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
5556
|
+
}, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
|
|
5522
5557
|
|
|
5523
|
-
var __vue_component__$
|
|
5558
|
+
var __vue_component__$X = __vue_component__$W;
|
|
5524
5559
|
|
|
5525
5560
|
//
|
|
5526
5561
|
//
|
|
@@ -5531,7 +5566,7 @@ var __vue_component__$V = __vue_component__$U;
|
|
|
5531
5566
|
//
|
|
5532
5567
|
//
|
|
5533
5568
|
//
|
|
5534
|
-
var script$
|
|
5569
|
+
var script$w = {
|
|
5535
5570
|
name: "VcBaseListItem",
|
|
5536
5571
|
model: {
|
|
5537
5572
|
prop: 'selected'
|
|
@@ -5576,10 +5611,10 @@ var script$v = {
|
|
|
5576
5611
|
};
|
|
5577
5612
|
|
|
5578
5613
|
/* script */
|
|
5579
|
-
const __vue_script__$
|
|
5614
|
+
const __vue_script__$w = script$w;
|
|
5580
5615
|
/* template */
|
|
5581
5616
|
|
|
5582
|
-
var __vue_render__$
|
|
5617
|
+
var __vue_render__$w = function () {
|
|
5583
5618
|
var _vm = this;
|
|
5584
5619
|
|
|
5585
5620
|
var _h = _vm.$createElement;
|
|
@@ -5600,10 +5635,10 @@ var __vue_render__$v = function () {
|
|
|
5600
5635
|
}, [[_vm._t("default")]], 2);
|
|
5601
5636
|
};
|
|
5602
5637
|
|
|
5603
|
-
var __vue_staticRenderFns__$
|
|
5638
|
+
var __vue_staticRenderFns__$w = [];
|
|
5604
5639
|
/* style */
|
|
5605
5640
|
|
|
5606
|
-
const __vue_inject_styles__$
|
|
5641
|
+
const __vue_inject_styles__$w = function (inject) {
|
|
5607
5642
|
if (!inject) return;
|
|
5608
5643
|
inject("data-v-22288207_0", {
|
|
5609
5644
|
source: ".vc-base-list-item[data-v-22288207]{padding:var(--size-value4) var(--size-value0);cursor:pointer;transition:background .8s}.vc-base-list-item.disabled[data-v-22288207]{cursor:unset;background-color:var(--gray-lighten-3);color:var(--gray-darken-2)}.vc-base-list-item[data-v-22288207]:not(.disabled):hover{background-color:var(--gray-lighten-3)}.vc-base-list-item[data-v-22288207]:not(.disabled):focus{box-shadow:0 0 0 2px var(--v-secondary-lighten1)}.vc-base-list-item[data-v-22288207]:not(.disabled):focus:before{background-color:var(--modal-bg-color)}.vc-base-list-item:not(.disabled).active[data-v-22288207]::before{background-color:unset}.vc-base-list-item:not(.disabled).active:not(.disabled).multiple[data-v-22288207]{background-color:unset}.vc-base-list-item:not(.disabled).active:not(.disabled).single[data-v-22288207]{background-color:var(--v-secondary-lighten3)}.vc-base-list-item[data-v-22288207]:not(.disabled):active{background-color:var(--gray)!important;transition:background 0s}",
|
|
@@ -5614,26 +5649,26 @@ const __vue_inject_styles__$v = function (inject) {
|
|
|
5614
5649
|
/* scoped */
|
|
5615
5650
|
|
|
5616
5651
|
|
|
5617
|
-
const __vue_scope_id__$
|
|
5652
|
+
const __vue_scope_id__$w = "data-v-22288207";
|
|
5618
5653
|
/* module identifier */
|
|
5619
5654
|
|
|
5620
|
-
const __vue_module_identifier__$
|
|
5655
|
+
const __vue_module_identifier__$w = undefined;
|
|
5621
5656
|
/* functional template */
|
|
5622
5657
|
|
|
5623
|
-
const __vue_is_functional_template__$
|
|
5658
|
+
const __vue_is_functional_template__$w = false;
|
|
5624
5659
|
/* style inject SSR */
|
|
5625
5660
|
|
|
5626
5661
|
/* style inject shadow dom */
|
|
5627
5662
|
|
|
5628
|
-
const __vue_component__$
|
|
5629
|
-
render: __vue_render__$
|
|
5630
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5631
|
-
}, __vue_inject_styles__$
|
|
5663
|
+
const __vue_component__$V = /*#__PURE__*/normalizeComponent({
|
|
5664
|
+
render: __vue_render__$w,
|
|
5665
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
5666
|
+
}, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
|
|
5632
5667
|
|
|
5633
|
-
var VcBaseListItem = __vue_component__$
|
|
5668
|
+
var VcBaseListItem = __vue_component__$V;
|
|
5634
5669
|
|
|
5635
5670
|
const VcLinkIcons = ['', 'copy', 'trash', 'left'];
|
|
5636
|
-
var script$
|
|
5671
|
+
var script$v = {
|
|
5637
5672
|
name: "VcLink",
|
|
5638
5673
|
components: {
|
|
5639
5674
|
VcIcon
|
|
@@ -5685,10 +5720,10 @@ var script$u = {
|
|
|
5685
5720
|
};
|
|
5686
5721
|
|
|
5687
5722
|
/* script */
|
|
5688
|
-
const __vue_script__$
|
|
5723
|
+
const __vue_script__$v = script$v;
|
|
5689
5724
|
/* template */
|
|
5690
5725
|
|
|
5691
|
-
var __vue_render__$
|
|
5726
|
+
var __vue_render__$v = function () {
|
|
5692
5727
|
var _vm = this;
|
|
5693
5728
|
|
|
5694
5729
|
var _h = _vm.$createElement;
|
|
@@ -5718,10 +5753,10 @@ var __vue_render__$u = function () {
|
|
|
5718
5753
|
}, [_vm._v(_vm._s(_vm.getIcon))]) : _vm._e(), _vm._v(" "), _c('label', [_vm._v(_vm._s(_vm.label))])], 1);
|
|
5719
5754
|
};
|
|
5720
5755
|
|
|
5721
|
-
var __vue_staticRenderFns__$
|
|
5756
|
+
var __vue_staticRenderFns__$v = [];
|
|
5722
5757
|
/* style */
|
|
5723
5758
|
|
|
5724
|
-
const __vue_inject_styles__$
|
|
5759
|
+
const __vue_inject_styles__$v = function (inject) {
|
|
5725
5760
|
if (!inject) return;
|
|
5726
5761
|
inject("data-v-65e5dd72_0", {
|
|
5727
5762
|
source: ".VcLink[data-v-65e5dd72]{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-65e5dd72]{color:var(--gray-darken-4)}.VcLink.link-secondary.VcLink[data-v-65e5dd72] svg path{fill:var(--gray-darken-4)}.VcLink:hover label[data-v-65e5dd72]{text-decoration:underline;cursor:pointer}.VcLink .prepend-icon[data-v-65e5dd72]{padding-inline-end:var(--size-value1)}.VcLink .prepend-icon[data-v-65e5dd72] svg path{fill:var(--blue)}",
|
|
@@ -5732,38 +5767,38 @@ const __vue_inject_styles__$u = function (inject) {
|
|
|
5732
5767
|
/* scoped */
|
|
5733
5768
|
|
|
5734
5769
|
|
|
5735
|
-
const __vue_scope_id__$
|
|
5770
|
+
const __vue_scope_id__$v = "data-v-65e5dd72";
|
|
5736
5771
|
/* module identifier */
|
|
5737
5772
|
|
|
5738
|
-
const __vue_module_identifier__$
|
|
5773
|
+
const __vue_module_identifier__$v = undefined;
|
|
5739
5774
|
/* functional template */
|
|
5740
5775
|
|
|
5741
|
-
const __vue_is_functional_template__$
|
|
5776
|
+
const __vue_is_functional_template__$v = false;
|
|
5742
5777
|
/* style inject SSR */
|
|
5743
5778
|
|
|
5744
5779
|
/* style inject shadow dom */
|
|
5745
5780
|
|
|
5746
|
-
const __vue_component__$
|
|
5747
|
-
render: __vue_render__$
|
|
5748
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5749
|
-
}, __vue_inject_styles__$
|
|
5781
|
+
const __vue_component__$U = /*#__PURE__*/normalizeComponent({
|
|
5782
|
+
render: __vue_render__$v,
|
|
5783
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
5784
|
+
}, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
|
|
5750
5785
|
|
|
5751
|
-
var VcLink = __vue_component__$
|
|
5786
|
+
var VcLink = __vue_component__$U;
|
|
5752
5787
|
|
|
5753
5788
|
//
|
|
5754
5789
|
//
|
|
5755
5790
|
//
|
|
5756
5791
|
//
|
|
5757
|
-
var script$
|
|
5792
|
+
var script$u = {
|
|
5758
5793
|
name: 'VcSvg',
|
|
5759
5794
|
props: ['svg']
|
|
5760
5795
|
};
|
|
5761
5796
|
|
|
5762
5797
|
/* script */
|
|
5763
|
-
const __vue_script__$
|
|
5798
|
+
const __vue_script__$u = script$u;
|
|
5764
5799
|
/* template */
|
|
5765
5800
|
|
|
5766
|
-
var __vue_render__$
|
|
5801
|
+
var __vue_render__$u = function () {
|
|
5767
5802
|
var _vm = this;
|
|
5768
5803
|
|
|
5769
5804
|
var _h = _vm.$createElement;
|
|
@@ -5777,33 +5812,33 @@ var __vue_render__$t = function () {
|
|
|
5777
5812
|
});
|
|
5778
5813
|
};
|
|
5779
5814
|
|
|
5780
|
-
var __vue_staticRenderFns__$
|
|
5815
|
+
var __vue_staticRenderFns__$u = [];
|
|
5781
5816
|
/* style */
|
|
5782
5817
|
|
|
5783
|
-
const __vue_inject_styles__$
|
|
5818
|
+
const __vue_inject_styles__$u = undefined;
|
|
5784
5819
|
/* scoped */
|
|
5785
5820
|
|
|
5786
|
-
const __vue_scope_id__$
|
|
5821
|
+
const __vue_scope_id__$u = undefined;
|
|
5787
5822
|
/* module identifier */
|
|
5788
5823
|
|
|
5789
|
-
const __vue_module_identifier__$
|
|
5824
|
+
const __vue_module_identifier__$u = undefined;
|
|
5790
5825
|
/* functional template */
|
|
5791
5826
|
|
|
5792
|
-
const __vue_is_functional_template__$
|
|
5827
|
+
const __vue_is_functional_template__$u = false;
|
|
5793
5828
|
/* style inject */
|
|
5794
5829
|
|
|
5795
5830
|
/* style inject SSR */
|
|
5796
5831
|
|
|
5797
5832
|
/* style inject shadow dom */
|
|
5798
5833
|
|
|
5799
|
-
const __vue_component__$
|
|
5800
|
-
render: __vue_render__$
|
|
5801
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5802
|
-
}, __vue_inject_styles__$
|
|
5834
|
+
const __vue_component__$T = /*#__PURE__*/normalizeComponent({
|
|
5835
|
+
render: __vue_render__$u,
|
|
5836
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
5837
|
+
}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, undefined, undefined);
|
|
5803
5838
|
|
|
5804
|
-
var VcSvg = __vue_component__$
|
|
5839
|
+
var VcSvg = __vue_component__$T;
|
|
5805
5840
|
|
|
5806
|
-
var script$
|
|
5841
|
+
var script$t = {
|
|
5807
5842
|
name: 'VcEmptyState',
|
|
5808
5843
|
components: {
|
|
5809
5844
|
VcImage,
|
|
@@ -5873,10 +5908,10 @@ var script$s = {
|
|
|
5873
5908
|
};
|
|
5874
5909
|
|
|
5875
5910
|
/* script */
|
|
5876
|
-
const __vue_script__$
|
|
5911
|
+
const __vue_script__$t = script$t;
|
|
5877
5912
|
/* template */
|
|
5878
5913
|
|
|
5879
|
-
var __vue_render__$
|
|
5914
|
+
var __vue_render__$t = function () {
|
|
5880
5915
|
var _vm = this;
|
|
5881
5916
|
|
|
5882
5917
|
var _h = _vm.$createElement;
|
|
@@ -5934,10 +5969,10 @@ var __vue_render__$s = function () {
|
|
|
5934
5969
|
})], 2);
|
|
5935
5970
|
};
|
|
5936
5971
|
|
|
5937
|
-
var __vue_staticRenderFns__$
|
|
5972
|
+
var __vue_staticRenderFns__$t = [];
|
|
5938
5973
|
/* style */
|
|
5939
5974
|
|
|
5940
|
-
const __vue_inject_styles__$
|
|
5975
|
+
const __vue_inject_styles__$t = function (inject) {
|
|
5941
5976
|
if (!inject) return;
|
|
5942
5977
|
inject("data-v-07491186_0", {
|
|
5943
5978
|
source: ".VcEmptyState[data-v-07491186],.VcEmptyStateSubtitle[data-v-07491186]{text-align:center;line-height:var(--size-value6)}.VcEmptyState[data-v-07491186]{text-align:center}.VcEmptyState .VcEmptyStateImage[data-v-07491186]{margin-bottom:var(--size-value4);height:160px}.VcEmptyState .VcEmptyStateTitle[data-v-07491186]{font-weight:var(--font-weight-xl);line-height:22px;padding-bottom:var(--size-value1);font-size:var(--font-size-small2)}.VcEmptyState .VcEmptyStateSubtitle[data-v-07491186]{font-size:var(--font-size-x-small)}.VcEmptyState .VcEmptyStateButton[data-v-07491186]{margin-top:var(--size-value4)}.sm .VcEmptyStateImage[data-v-07491186]{height:48px;margin-bottom:var(--size-value8)}.sm .VcEmptyStateImage[data-v-07491186] svg{width:48px}.lg .VcEmptyStateImage[data-v-07491186]{height:280px;margin-bottom:var(--size-value8)}.lg .VcEmptyStateImage[data-v-07491186] svg{width:280px}.lg .VcEmptyStateTitle[data-v-07491186]{font-weight:var(--font-weight-large);line-height:22px;padding-bottom:var(--size-value2);font-size:var(--font-size-medium1)}",
|
|
@@ -5948,25 +5983,25 @@ const __vue_inject_styles__$s = function (inject) {
|
|
|
5948
5983
|
/* scoped */
|
|
5949
5984
|
|
|
5950
5985
|
|
|
5951
|
-
const __vue_scope_id__$
|
|
5986
|
+
const __vue_scope_id__$t = "data-v-07491186";
|
|
5952
5987
|
/* module identifier */
|
|
5953
5988
|
|
|
5954
|
-
const __vue_module_identifier__$
|
|
5989
|
+
const __vue_module_identifier__$t = undefined;
|
|
5955
5990
|
/* functional template */
|
|
5956
5991
|
|
|
5957
|
-
const __vue_is_functional_template__$
|
|
5992
|
+
const __vue_is_functional_template__$t = false;
|
|
5958
5993
|
/* style inject SSR */
|
|
5959
5994
|
|
|
5960
5995
|
/* style inject shadow dom */
|
|
5961
5996
|
|
|
5962
|
-
const __vue_component__$
|
|
5963
|
-
render: __vue_render__$
|
|
5964
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5965
|
-
}, __vue_inject_styles__$
|
|
5997
|
+
const __vue_component__$S = /*#__PURE__*/normalizeComponent({
|
|
5998
|
+
render: __vue_render__$t,
|
|
5999
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
6000
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
|
|
5966
6001
|
|
|
5967
|
-
var VcEmptyState = __vue_component__$
|
|
6002
|
+
var VcEmptyState = __vue_component__$S;
|
|
5968
6003
|
|
|
5969
|
-
var script$
|
|
6004
|
+
var script$s = {
|
|
5970
6005
|
name: "VcList",
|
|
5971
6006
|
components: {
|
|
5972
6007
|
VcEmptyState,
|
|
@@ -6017,10 +6052,10 @@ var script$r = {
|
|
|
6017
6052
|
};
|
|
6018
6053
|
|
|
6019
6054
|
/* script */
|
|
6020
|
-
const __vue_script__$
|
|
6055
|
+
const __vue_script__$s = script$s;
|
|
6021
6056
|
/* template */
|
|
6022
6057
|
|
|
6023
|
-
var __vue_render__$
|
|
6058
|
+
var __vue_render__$s = function () {
|
|
6024
6059
|
var _vm = this;
|
|
6025
6060
|
|
|
6026
6061
|
var _h = _vm.$createElement;
|
|
@@ -6059,10 +6094,10 @@ var __vue_render__$r = function () {
|
|
|
6059
6094
|
})]], 2);
|
|
6060
6095
|
};
|
|
6061
6096
|
|
|
6062
|
-
var __vue_staticRenderFns__$
|
|
6097
|
+
var __vue_staticRenderFns__$s = [];
|
|
6063
6098
|
/* style */
|
|
6064
6099
|
|
|
6065
|
-
const __vue_inject_styles__$
|
|
6100
|
+
const __vue_inject_styles__$s = function (inject) {
|
|
6066
6101
|
if (!inject) return;
|
|
6067
6102
|
inject("data-v-7ee68c7b_0", {
|
|
6068
6103
|
source: ".vc-list[data-v-7ee68c7b]{margin:var(--size-value0);padding:var(--size-value0)}",
|
|
@@ -6073,23 +6108,23 @@ const __vue_inject_styles__$r = function (inject) {
|
|
|
6073
6108
|
/* scoped */
|
|
6074
6109
|
|
|
6075
6110
|
|
|
6076
|
-
const __vue_scope_id__$
|
|
6111
|
+
const __vue_scope_id__$s = "data-v-7ee68c7b";
|
|
6077
6112
|
/* module identifier */
|
|
6078
6113
|
|
|
6079
|
-
const __vue_module_identifier__$
|
|
6114
|
+
const __vue_module_identifier__$s = undefined;
|
|
6080
6115
|
/* functional template */
|
|
6081
6116
|
|
|
6082
|
-
const __vue_is_functional_template__$
|
|
6117
|
+
const __vue_is_functional_template__$s = false;
|
|
6083
6118
|
/* style inject SSR */
|
|
6084
6119
|
|
|
6085
6120
|
/* style inject shadow dom */
|
|
6086
6121
|
|
|
6087
|
-
const __vue_component__$
|
|
6088
|
-
render: __vue_render__$
|
|
6089
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6090
|
-
}, __vue_inject_styles__$
|
|
6122
|
+
const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
|
|
6123
|
+
render: __vue_render__$s,
|
|
6124
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
6125
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
|
|
6091
6126
|
|
|
6092
|
-
var __vue_component__$
|
|
6127
|
+
var __vue_component__$R = __vue_component__$Q;
|
|
6093
6128
|
|
|
6094
6129
|
//
|
|
6095
6130
|
//
|
|
@@ -6113,7 +6148,7 @@ var __vue_component__$P = __vue_component__$O;
|
|
|
6113
6148
|
//
|
|
6114
6149
|
//
|
|
6115
6150
|
//
|
|
6116
|
-
var script$
|
|
6151
|
+
var script$r = {
|
|
6117
6152
|
components: {
|
|
6118
6153
|
VCol: VCol,
|
|
6119
6154
|
VRow: VRow,
|
|
@@ -6199,10 +6234,10 @@ var script$q = {
|
|
|
6199
6234
|
};
|
|
6200
6235
|
|
|
6201
6236
|
/* script */
|
|
6202
|
-
const __vue_script__$
|
|
6237
|
+
const __vue_script__$r = script$r;
|
|
6203
6238
|
/* template */
|
|
6204
6239
|
|
|
6205
|
-
var __vue_render__$
|
|
6240
|
+
var __vue_render__$r = function () {
|
|
6206
6241
|
var _vm = this;
|
|
6207
6242
|
|
|
6208
6243
|
var _h = _vm.$createElement;
|
|
@@ -6249,10 +6284,10 @@ var __vue_render__$q = function () {
|
|
|
6249
6284
|
}), 1);
|
|
6250
6285
|
};
|
|
6251
6286
|
|
|
6252
|
-
var __vue_staticRenderFns__$
|
|
6287
|
+
var __vue_staticRenderFns__$r = [];
|
|
6253
6288
|
/* style */
|
|
6254
6289
|
|
|
6255
|
-
const __vue_inject_styles__$
|
|
6290
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
6256
6291
|
if (!inject) return;
|
|
6257
6292
|
inject("data-v-284ef818_0", {
|
|
6258
6293
|
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}",
|
|
@@ -6263,23 +6298,23 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
6263
6298
|
/* scoped */
|
|
6264
6299
|
|
|
6265
6300
|
|
|
6266
|
-
const __vue_scope_id__$
|
|
6301
|
+
const __vue_scope_id__$r = "data-v-284ef818";
|
|
6267
6302
|
/* module identifier */
|
|
6268
6303
|
|
|
6269
|
-
const __vue_module_identifier__$
|
|
6304
|
+
const __vue_module_identifier__$r = undefined;
|
|
6270
6305
|
/* functional template */
|
|
6271
6306
|
|
|
6272
|
-
const __vue_is_functional_template__$
|
|
6307
|
+
const __vue_is_functional_template__$r = false;
|
|
6273
6308
|
/* style inject SSR */
|
|
6274
6309
|
|
|
6275
6310
|
/* style inject shadow dom */
|
|
6276
6311
|
|
|
6277
|
-
const __vue_component__$
|
|
6278
|
-
render: __vue_render__$
|
|
6279
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6280
|
-
}, __vue_inject_styles__$
|
|
6312
|
+
const __vue_component__$O = /*#__PURE__*/normalizeComponent({
|
|
6313
|
+
render: __vue_render__$r,
|
|
6314
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
6315
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
6281
6316
|
|
|
6282
|
-
var __vue_component__$
|
|
6317
|
+
var __vue_component__$P = __vue_component__$O;
|
|
6283
6318
|
|
|
6284
6319
|
//
|
|
6285
6320
|
//
|
|
@@ -6291,7 +6326,7 @@ var __vue_component__$N = __vue_component__$M;
|
|
|
6291
6326
|
//
|
|
6292
6327
|
//
|
|
6293
6328
|
//
|
|
6294
|
-
var script$
|
|
6329
|
+
var script$q = {
|
|
6295
6330
|
components: {
|
|
6296
6331
|
VProgressCircular: VProgressCircular
|
|
6297
6332
|
},
|
|
@@ -6331,10 +6366,10 @@ var script$p = {
|
|
|
6331
6366
|
};
|
|
6332
6367
|
|
|
6333
6368
|
/* script */
|
|
6334
|
-
const __vue_script__$
|
|
6369
|
+
const __vue_script__$q = script$q;
|
|
6335
6370
|
/* template */
|
|
6336
6371
|
|
|
6337
|
-
var __vue_render__$
|
|
6372
|
+
var __vue_render__$q = function () {
|
|
6338
6373
|
var _vm = this;
|
|
6339
6374
|
|
|
6340
6375
|
var _h = _vm.$createElement;
|
|
@@ -6353,33 +6388,33 @@ var __vue_render__$p = function () {
|
|
|
6353
6388
|
});
|
|
6354
6389
|
};
|
|
6355
6390
|
|
|
6356
|
-
var __vue_staticRenderFns__$
|
|
6391
|
+
var __vue_staticRenderFns__$q = [];
|
|
6357
6392
|
/* style */
|
|
6358
6393
|
|
|
6359
|
-
const __vue_inject_styles__$
|
|
6394
|
+
const __vue_inject_styles__$q = undefined;
|
|
6360
6395
|
/* scoped */
|
|
6361
6396
|
|
|
6362
|
-
const __vue_scope_id__$
|
|
6397
|
+
const __vue_scope_id__$q = undefined;
|
|
6363
6398
|
/* module identifier */
|
|
6364
6399
|
|
|
6365
|
-
const __vue_module_identifier__$
|
|
6400
|
+
const __vue_module_identifier__$q = undefined;
|
|
6366
6401
|
/* functional template */
|
|
6367
6402
|
|
|
6368
|
-
const __vue_is_functional_template__$
|
|
6403
|
+
const __vue_is_functional_template__$q = false;
|
|
6369
6404
|
/* style inject */
|
|
6370
6405
|
|
|
6371
6406
|
/* style inject SSR */
|
|
6372
6407
|
|
|
6373
6408
|
/* style inject shadow dom */
|
|
6374
6409
|
|
|
6375
|
-
const __vue_component__$
|
|
6376
|
-
render: __vue_render__$
|
|
6377
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6378
|
-
}, __vue_inject_styles__$
|
|
6410
|
+
const __vue_component__$N = /*#__PURE__*/normalizeComponent({
|
|
6411
|
+
render: __vue_render__$q,
|
|
6412
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
6413
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, undefined, undefined);
|
|
6379
6414
|
|
|
6380
|
-
var VcLoader = __vue_component__$
|
|
6415
|
+
var VcLoader = __vue_component__$N;
|
|
6381
6416
|
|
|
6382
|
-
var script$
|
|
6417
|
+
var script$p = {
|
|
6383
6418
|
components: {
|
|
6384
6419
|
VcIcon,
|
|
6385
6420
|
VcSwitch,
|
|
@@ -6407,10 +6442,10 @@ var script$o = {
|
|
|
6407
6442
|
};
|
|
6408
6443
|
|
|
6409
6444
|
/* script */
|
|
6410
|
-
const __vue_script__$
|
|
6445
|
+
const __vue_script__$p = script$p;
|
|
6411
6446
|
/* template */
|
|
6412
6447
|
|
|
6413
|
-
var __vue_render__$
|
|
6448
|
+
var __vue_render__$p = function () {
|
|
6414
6449
|
var _vm = this;
|
|
6415
6450
|
|
|
6416
6451
|
var _h = _vm.$createElement;
|
|
@@ -6456,10 +6491,10 @@ var __vue_render__$o = function () {
|
|
|
6456
6491
|
})], 1)])])], 1);
|
|
6457
6492
|
};
|
|
6458
6493
|
|
|
6459
|
-
var __vue_staticRenderFns__$
|
|
6494
|
+
var __vue_staticRenderFns__$p = [];
|
|
6460
6495
|
/* style */
|
|
6461
6496
|
|
|
6462
|
-
const __vue_inject_styles__$
|
|
6497
|
+
const __vue_inject_styles__$p = function (inject) {
|
|
6463
6498
|
if (!inject) return;
|
|
6464
6499
|
inject("data-v-482da144_0", {
|
|
6465
6500
|
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%}",
|
|
@@ -6470,25 +6505,25 @@ const __vue_inject_styles__$o = function (inject) {
|
|
|
6470
6505
|
/* scoped */
|
|
6471
6506
|
|
|
6472
6507
|
|
|
6473
|
-
const __vue_scope_id__$
|
|
6508
|
+
const __vue_scope_id__$p = undefined;
|
|
6474
6509
|
/* module identifier */
|
|
6475
6510
|
|
|
6476
|
-
const __vue_module_identifier__$
|
|
6511
|
+
const __vue_module_identifier__$p = undefined;
|
|
6477
6512
|
/* functional template */
|
|
6478
6513
|
|
|
6479
|
-
const __vue_is_functional_template__$
|
|
6514
|
+
const __vue_is_functional_template__$p = false;
|
|
6480
6515
|
/* style inject SSR */
|
|
6481
6516
|
|
|
6482
6517
|
/* style inject shadow dom */
|
|
6483
6518
|
|
|
6484
|
-
const __vue_component__$
|
|
6485
|
-
render: __vue_render__$
|
|
6486
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6487
|
-
}, __vue_inject_styles__$
|
|
6519
|
+
const __vue_component__$L = /*#__PURE__*/normalizeComponent({
|
|
6520
|
+
render: __vue_render__$p,
|
|
6521
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
6522
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
|
|
6488
6523
|
|
|
6489
|
-
var __vue_component__$
|
|
6524
|
+
var __vue_component__$M = __vue_component__$L;
|
|
6490
6525
|
|
|
6491
|
-
var script$
|
|
6526
|
+
var script$o = {
|
|
6492
6527
|
components: {
|
|
6493
6528
|
VcImage,
|
|
6494
6529
|
VcIcon,
|
|
@@ -6527,10 +6562,10 @@ var script$n = {
|
|
|
6527
6562
|
};
|
|
6528
6563
|
|
|
6529
6564
|
/* script */
|
|
6530
|
-
const __vue_script__$
|
|
6565
|
+
const __vue_script__$o = script$o;
|
|
6531
6566
|
/* template */
|
|
6532
6567
|
|
|
6533
|
-
var __vue_render__$
|
|
6568
|
+
var __vue_render__$o = function () {
|
|
6534
6569
|
var _vm = this;
|
|
6535
6570
|
|
|
6536
6571
|
var _h = _vm.$createElement;
|
|
@@ -6605,10 +6640,10 @@ var __vue_render__$n = function () {
|
|
|
6605
6640
|
}, [_vm._t("default")], 2) : _vm._e()])], 1);
|
|
6606
6641
|
};
|
|
6607
6642
|
|
|
6608
|
-
var __vue_staticRenderFns__$
|
|
6643
|
+
var __vue_staticRenderFns__$o = [];
|
|
6609
6644
|
/* style */
|
|
6610
6645
|
|
|
6611
|
-
const __vue_inject_styles__$
|
|
6646
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
6612
6647
|
if (!inject) return;
|
|
6613
6648
|
inject("data-v-5f907c3e_0", {
|
|
6614
6649
|
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}",
|
|
@@ -6623,23 +6658,23 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
6623
6658
|
/* scoped */
|
|
6624
6659
|
|
|
6625
6660
|
|
|
6626
|
-
const __vue_scope_id__$
|
|
6661
|
+
const __vue_scope_id__$o = "data-v-5f907c3e";
|
|
6627
6662
|
/* module identifier */
|
|
6628
6663
|
|
|
6629
|
-
const __vue_module_identifier__$
|
|
6664
|
+
const __vue_module_identifier__$o = undefined;
|
|
6630
6665
|
/* functional template */
|
|
6631
6666
|
|
|
6632
|
-
const __vue_is_functional_template__$
|
|
6667
|
+
const __vue_is_functional_template__$o = false;
|
|
6633
6668
|
/* style inject SSR */
|
|
6634
6669
|
|
|
6635
6670
|
/* style inject shadow dom */
|
|
6636
6671
|
|
|
6637
|
-
const __vue_component__$
|
|
6638
|
-
render: __vue_render__$
|
|
6639
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6640
|
-
}, __vue_inject_styles__$
|
|
6672
|
+
const __vue_component__$J = /*#__PURE__*/normalizeComponent({
|
|
6673
|
+
render: __vue_render__$o,
|
|
6674
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
6675
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
6641
6676
|
|
|
6642
|
-
var __vue_component__$
|
|
6677
|
+
var __vue_component__$K = __vue_component__$J;
|
|
6643
6678
|
|
|
6644
6679
|
//
|
|
6645
6680
|
//
|
|
@@ -6662,7 +6697,7 @@ var __vue_component__$I = __vue_component__$H;
|
|
|
6662
6697
|
//
|
|
6663
6698
|
//
|
|
6664
6699
|
//
|
|
6665
|
-
var script$
|
|
6700
|
+
var script$n = {
|
|
6666
6701
|
components: {
|
|
6667
6702
|
VTextarea: VTextarea
|
|
6668
6703
|
},
|
|
@@ -6725,10 +6760,10 @@ var script$m = {
|
|
|
6725
6760
|
};
|
|
6726
6761
|
|
|
6727
6762
|
/* script */
|
|
6728
|
-
const __vue_script__$
|
|
6763
|
+
const __vue_script__$n = script$n;
|
|
6729
6764
|
/* template */
|
|
6730
6765
|
|
|
6731
|
-
var __vue_render__$
|
|
6766
|
+
var __vue_render__$n = function () {
|
|
6732
6767
|
var _vm = this;
|
|
6733
6768
|
|
|
6734
6769
|
var _h = _vm.$createElement;
|
|
@@ -6765,10 +6800,10 @@ var __vue_render__$m = function () {
|
|
|
6765
6800
|
});
|
|
6766
6801
|
};
|
|
6767
6802
|
|
|
6768
|
-
var __vue_staticRenderFns__$
|
|
6803
|
+
var __vue_staticRenderFns__$n = [];
|
|
6769
6804
|
/* style */
|
|
6770
6805
|
|
|
6771
|
-
const __vue_inject_styles__$
|
|
6806
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
6772
6807
|
if (!inject) return;
|
|
6773
6808
|
inject("data-v-2f56a231_0", {
|
|
6774
6809
|
source: "[data-v-2f56a231].VcTextArea.v-text-field .v-text-field__slot:first-child{margin-inline-start:12px;margin-top:3px;height:100%}[data-v-2f56a231].VcTextArea.v-text-field.v-input--is-focused label,[data-v-2f56a231].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-2f56a231].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-2f56a231].VcTextArea.v-text-field:not(.v-text-field--outlined) .v-text-field__slot{transition:margin-bottom .1s}[data-v-2f56a231].VcTextArea.v-text-field:not(.v-text-field--outlined).v-input--is-focused label,[data-v-2f56a231].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-2f56a231].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;caret-color:var(--gray-darken-3)}[data-v-2f56a231].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-2f56a231].VcTextArea.v-text-field .v-input__slot:after,[data-v-2f56a231].VcTextArea.v-text-field .v-input__slot:before{display:none}[data-v-2f56a231].VcTextArea.v-text-field textarea{font-size:15px!important;font-weight:500;line-height:1.5;margin-top:20px}[data-v-2f56a231].VcTextArea.v-text-field.no-label textarea{margin-top:var(--size-value2)}[data-v-2f56a231].VcTextArea.v-text-field .v-text-field__prefix{color:rgba(0,0,0,.54)!important}[data-v-2f56a231].VcTextArea.v-text-field.error--text .v-input__slot{border:1px solid var(--v-danger-base);box-shadow:none}[data-v-2f56a231].VcTextArea.v-text-field.v-input--is-disabled .v-input__slot{background-color:rgba(0,0,0,.03)!important}",
|
|
@@ -6779,25 +6814,25 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
6779
6814
|
/* scoped */
|
|
6780
6815
|
|
|
6781
6816
|
|
|
6782
|
-
const __vue_scope_id__$
|
|
6817
|
+
const __vue_scope_id__$n = "data-v-2f56a231";
|
|
6783
6818
|
/* module identifier */
|
|
6784
6819
|
|
|
6785
|
-
const __vue_module_identifier__$
|
|
6820
|
+
const __vue_module_identifier__$n = undefined;
|
|
6786
6821
|
/* functional template */
|
|
6787
6822
|
|
|
6788
|
-
const __vue_is_functional_template__$
|
|
6823
|
+
const __vue_is_functional_template__$n = false;
|
|
6789
6824
|
/* style inject SSR */
|
|
6790
6825
|
|
|
6791
6826
|
/* style inject shadow dom */
|
|
6792
6827
|
|
|
6793
|
-
const __vue_component__$
|
|
6794
|
-
render: __vue_render__$
|
|
6795
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6796
|
-
}, __vue_inject_styles__$
|
|
6828
|
+
const __vue_component__$H = /*#__PURE__*/normalizeComponent({
|
|
6829
|
+
render: __vue_render__$n,
|
|
6830
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
6831
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
6797
6832
|
|
|
6798
|
-
var __vue_component__$
|
|
6833
|
+
var __vue_component__$I = __vue_component__$H;
|
|
6799
6834
|
|
|
6800
|
-
var script$
|
|
6835
|
+
var script$m = {
|
|
6801
6836
|
name: 'VcSelectField',
|
|
6802
6837
|
components: {
|
|
6803
6838
|
VcIconWithTooltip,
|
|
@@ -6882,10 +6917,10 @@ var script$l = {
|
|
|
6882
6917
|
};
|
|
6883
6918
|
|
|
6884
6919
|
/* script */
|
|
6885
|
-
const __vue_script__$
|
|
6920
|
+
const __vue_script__$m = script$m;
|
|
6886
6921
|
/* template */
|
|
6887
6922
|
|
|
6888
|
-
var __vue_render__$
|
|
6923
|
+
var __vue_render__$m = function () {
|
|
6889
6924
|
var _vm = this;
|
|
6890
6925
|
|
|
6891
6926
|
var _h = _vm.$createElement;
|
|
@@ -6944,10 +6979,10 @@ var __vue_render__$l = function () {
|
|
|
6944
6979
|
});
|
|
6945
6980
|
};
|
|
6946
6981
|
|
|
6947
|
-
var __vue_staticRenderFns__$
|
|
6982
|
+
var __vue_staticRenderFns__$m = [];
|
|
6948
6983
|
/* style */
|
|
6949
6984
|
|
|
6950
|
-
const __vue_inject_styles__$
|
|
6985
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
6951
6986
|
if (!inject) return;
|
|
6952
6987
|
inject("data-v-1413447c_0", {
|
|
6953
6988
|
source: "[data-v-1413447c]: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-light:300;--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;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--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;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--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}.VcSelectField[data-v-1413447c]{border-radius:var(--border-radius)}.VcSelectField[data-v-1413447c] .icon{fill:var(--gray-darken-2)}.VcSelectField[data-v-1413447c] fieldset{height:var(--select-field-height);background:var(--modal-bg-color);border-color:var(--gray-lighten-1);transition:border-color .1s}.VcSelectField[data-v-1413447c] .v-label--active{transform:translateY(-8px) scale(.75)!important}.VcSelectField[data-v-1413447c] .v-label{color:var(--gray-darken-3)!important}.VcSelectField[data-v-1413447c] .v-select__slot label+div{position:absolute;top:10px}.VcSelectField[data-v-1413447c]:hover fieldset{border-color:var(--gray-darken-3)}.VcSelectField[data-v-1413447c].v-input--is-disabled fieldset{background-color:var(--gray-lighten-3)}.VcSelectField[data-v-1413447c].v-input--is-focused fieldset{border:1px solid var(--v-secondary-base)!important;transition:outline .1s,border-color .1s;outline:var(--v-secondary-lighten1) solid 3px}.VcSelectField[data-v-1413447c].v-input--is-focused fieldset input{color:var(--gray-darken-3)}.VcSelectField[data-v-1413447c].error--text fieldset{border:1px solid var(--red);transition:border-color .1s}.VcSelectField[data-v-1413447c] .v-text-field__details{padding-inline-start:0}.VcSelectField[data-v-1413447c] .v-text-field__details .v-messages__message{margin-top:10px}.VcSelectField[data-v-1413447c] legend{display:none}.VcSelectField[data-v-1413447c] .v-select__selection--comma{font-size:15px;font-weight:500}.VcSelectField[data-v-1413447c].with-tooltip .v-select__selection{max-width:75%}.VcSelectField[data-v-1413447c] .v-input__append-inner{align-content:center;align-items:center;margin-top:5px!important;height:75%}.VcSelectField[data-v-1413447c] .dropdown-arrow{width:var(--size-value5);height:var(--size-value5)}.VcSelectField[data-v-1413447c] .tooltip{padding-inline-start:var(--size-value3);margin-inline-start:var(--size-value3);border-inline-start:1px solid var(--gray-lighten-1);height:100%}",
|
|
@@ -6962,25 +6997,25 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
6962
6997
|
/* scoped */
|
|
6963
6998
|
|
|
6964
6999
|
|
|
6965
|
-
const __vue_scope_id__$
|
|
7000
|
+
const __vue_scope_id__$m = "data-v-1413447c";
|
|
6966
7001
|
/* module identifier */
|
|
6967
7002
|
|
|
6968
|
-
const __vue_module_identifier__$
|
|
7003
|
+
const __vue_module_identifier__$m = undefined;
|
|
6969
7004
|
/* functional template */
|
|
6970
7005
|
|
|
6971
|
-
const __vue_is_functional_template__$
|
|
7006
|
+
const __vue_is_functional_template__$m = false;
|
|
6972
7007
|
/* style inject SSR */
|
|
6973
7008
|
|
|
6974
7009
|
/* style inject shadow dom */
|
|
6975
7010
|
|
|
6976
|
-
const __vue_component__$
|
|
6977
|
-
render: __vue_render__$
|
|
6978
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6979
|
-
}, __vue_inject_styles__$
|
|
7011
|
+
const __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
7012
|
+
render: __vue_render__$m,
|
|
7013
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
7014
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
6980
7015
|
|
|
6981
|
-
var __vue_component__$
|
|
7016
|
+
var __vue_component__$G = __vue_component__$F;
|
|
6982
7017
|
|
|
6983
|
-
var script$
|
|
7018
|
+
var script$l = {
|
|
6984
7019
|
name: 'VcToast',
|
|
6985
7020
|
components: {
|
|
6986
7021
|
VcAlert,
|
|
@@ -7004,10 +7039,10 @@ var script$k = {
|
|
|
7004
7039
|
};
|
|
7005
7040
|
|
|
7006
7041
|
/* script */
|
|
7007
|
-
const __vue_script__$
|
|
7042
|
+
const __vue_script__$l = script$l;
|
|
7008
7043
|
/* template */
|
|
7009
7044
|
|
|
7010
|
-
var __vue_render__$
|
|
7045
|
+
var __vue_render__$l = function () {
|
|
7011
7046
|
var _vm = this;
|
|
7012
7047
|
|
|
7013
7048
|
var _h = _vm.$createElement;
|
|
@@ -7029,10 +7064,10 @@ var __vue_render__$k = function () {
|
|
|
7029
7064
|
}, 'VcAlert', _vm.$attrs, false))], 1);
|
|
7030
7065
|
};
|
|
7031
7066
|
|
|
7032
|
-
var __vue_staticRenderFns__$
|
|
7067
|
+
var __vue_staticRenderFns__$l = [];
|
|
7033
7068
|
/* style */
|
|
7034
7069
|
|
|
7035
|
-
const __vue_inject_styles__$
|
|
7070
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
7036
7071
|
if (!inject) return;
|
|
7037
7072
|
inject("data-v-2d3e5bbe_0", {
|
|
7038
7073
|
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}",
|
|
@@ -7043,23 +7078,23 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
7043
7078
|
/* scoped */
|
|
7044
7079
|
|
|
7045
7080
|
|
|
7046
|
-
const __vue_scope_id__$
|
|
7081
|
+
const __vue_scope_id__$l = "data-v-2d3e5bbe";
|
|
7047
7082
|
/* module identifier */
|
|
7048
7083
|
|
|
7049
|
-
const __vue_module_identifier__$
|
|
7084
|
+
const __vue_module_identifier__$l = undefined;
|
|
7050
7085
|
/* functional template */
|
|
7051
7086
|
|
|
7052
|
-
const __vue_is_functional_template__$
|
|
7087
|
+
const __vue_is_functional_template__$l = false;
|
|
7053
7088
|
/* style inject SSR */
|
|
7054
7089
|
|
|
7055
7090
|
/* style inject shadow dom */
|
|
7056
7091
|
|
|
7057
|
-
const __vue_component__$
|
|
7058
|
-
render: __vue_render__$
|
|
7059
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7060
|
-
}, __vue_inject_styles__$
|
|
7092
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
7093
|
+
render: __vue_render__$l,
|
|
7094
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
7095
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
7061
7096
|
|
|
7062
|
-
var __vue_component__$
|
|
7097
|
+
var __vue_component__$E = __vue_component__$D;
|
|
7063
7098
|
|
|
7064
7099
|
//
|
|
7065
7100
|
//
|
|
@@ -7073,7 +7108,7 @@ var __vue_component__$C = __vue_component__$B;
|
|
|
7073
7108
|
//
|
|
7074
7109
|
//
|
|
7075
7110
|
//
|
|
7076
|
-
var script$
|
|
7111
|
+
var script$k = {
|
|
7077
7112
|
components: {
|
|
7078
7113
|
VCard: VCard
|
|
7079
7114
|
},
|
|
@@ -7097,10 +7132,10 @@ var script$j = {
|
|
|
7097
7132
|
};
|
|
7098
7133
|
|
|
7099
7134
|
/* script */
|
|
7100
|
-
const __vue_script__$
|
|
7135
|
+
const __vue_script__$k = script$k;
|
|
7101
7136
|
/* template */
|
|
7102
7137
|
|
|
7103
|
-
var __vue_render__$
|
|
7138
|
+
var __vue_render__$k = function () {
|
|
7104
7139
|
var _vm = this;
|
|
7105
7140
|
|
|
7106
7141
|
var _h = _vm.$createElement;
|
|
@@ -7134,10 +7169,10 @@ var __vue_render__$j = function () {
|
|
|
7134
7169
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2);
|
|
7135
7170
|
};
|
|
7136
7171
|
|
|
7137
|
-
var __vue_staticRenderFns__$
|
|
7172
|
+
var __vue_staticRenderFns__$k = [];
|
|
7138
7173
|
/* style */
|
|
7139
7174
|
|
|
7140
|
-
const __vue_inject_styles__$
|
|
7175
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
7141
7176
|
if (!inject) return;
|
|
7142
7177
|
inject("data-v-11425092_0", {
|
|
7143
7178
|
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}",
|
|
@@ -7148,25 +7183,25 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
7148
7183
|
/* scoped */
|
|
7149
7184
|
|
|
7150
7185
|
|
|
7151
|
-
const __vue_scope_id__$
|
|
7186
|
+
const __vue_scope_id__$k = "data-v-11425092";
|
|
7152
7187
|
/* module identifier */
|
|
7153
7188
|
|
|
7154
|
-
const __vue_module_identifier__$
|
|
7189
|
+
const __vue_module_identifier__$k = undefined;
|
|
7155
7190
|
/* functional template */
|
|
7156
7191
|
|
|
7157
|
-
const __vue_is_functional_template__$
|
|
7192
|
+
const __vue_is_functional_template__$k = false;
|
|
7158
7193
|
/* style inject SSR */
|
|
7159
7194
|
|
|
7160
7195
|
/* style inject shadow dom */
|
|
7161
7196
|
|
|
7162
|
-
const __vue_component__$
|
|
7163
|
-
render: __vue_render__$
|
|
7164
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7165
|
-
}, __vue_inject_styles__$
|
|
7197
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
7198
|
+
render: __vue_render__$k,
|
|
7199
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
7200
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
7166
7201
|
|
|
7167
|
-
var __vue_component__$
|
|
7202
|
+
var __vue_component__$C = __vue_component__$B;
|
|
7168
7203
|
|
|
7169
|
-
var script$
|
|
7204
|
+
var script$j = {
|
|
7170
7205
|
name: "FilterPanel",
|
|
7171
7206
|
components: {
|
|
7172
7207
|
VcLayout,
|
|
@@ -7195,10 +7230,10 @@ var script$i = {
|
|
|
7195
7230
|
};
|
|
7196
7231
|
|
|
7197
7232
|
/* script */
|
|
7198
|
-
const __vue_script__$
|
|
7233
|
+
const __vue_script__$j = script$j;
|
|
7199
7234
|
/* template */
|
|
7200
7235
|
|
|
7201
|
-
var __vue_render__$
|
|
7236
|
+
var __vue_render__$j = function () {
|
|
7202
7237
|
var _vm = this;
|
|
7203
7238
|
|
|
7204
7239
|
var _h = _vm.$createElement;
|
|
@@ -7254,10 +7289,10 @@ var __vue_render__$i = function () {
|
|
|
7254
7289
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2)], 1)], 1);
|
|
7255
7290
|
};
|
|
7256
7291
|
|
|
7257
|
-
var __vue_staticRenderFns__$
|
|
7292
|
+
var __vue_staticRenderFns__$j = [];
|
|
7258
7293
|
/* style */
|
|
7259
7294
|
|
|
7260
|
-
const __vue_inject_styles__$
|
|
7295
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
7261
7296
|
if (!inject) return;
|
|
7262
7297
|
inject("data-v-44aac954_0", {
|
|
7263
7298
|
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)}",
|
|
@@ -7268,23 +7303,23 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
7268
7303
|
/* scoped */
|
|
7269
7304
|
|
|
7270
7305
|
|
|
7271
|
-
const __vue_scope_id__$
|
|
7306
|
+
const __vue_scope_id__$j = "data-v-44aac954";
|
|
7272
7307
|
/* module identifier */
|
|
7273
7308
|
|
|
7274
|
-
const __vue_module_identifier__$
|
|
7309
|
+
const __vue_module_identifier__$j = undefined;
|
|
7275
7310
|
/* functional template */
|
|
7276
7311
|
|
|
7277
|
-
const __vue_is_functional_template__$
|
|
7312
|
+
const __vue_is_functional_template__$j = false;
|
|
7278
7313
|
/* style inject SSR */
|
|
7279
7314
|
|
|
7280
7315
|
/* style inject shadow dom */
|
|
7281
7316
|
|
|
7282
|
-
const __vue_component__$
|
|
7283
|
-
render: __vue_render__$
|
|
7284
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7285
|
-
}, __vue_inject_styles__$
|
|
7317
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
7318
|
+
render: __vue_render__$j,
|
|
7319
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
7320
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
7286
7321
|
|
|
7287
|
-
var __vue_component__$
|
|
7322
|
+
var __vue_component__$A = __vue_component__$z;
|
|
7288
7323
|
|
|
7289
7324
|
//
|
|
7290
7325
|
//
|
|
@@ -7292,7 +7327,7 @@ var __vue_component__$y = __vue_component__$x;
|
|
|
7292
7327
|
//
|
|
7293
7328
|
//
|
|
7294
7329
|
//
|
|
7295
|
-
var script$
|
|
7330
|
+
var script$i = {
|
|
7296
7331
|
components: {
|
|
7297
7332
|
VLayout: VLayout
|
|
7298
7333
|
},
|
|
@@ -7308,10 +7343,10 @@ var script$h = {
|
|
|
7308
7343
|
};
|
|
7309
7344
|
|
|
7310
7345
|
/* script */
|
|
7311
|
-
const __vue_script__$
|
|
7346
|
+
const __vue_script__$i = script$i;
|
|
7312
7347
|
/* template */
|
|
7313
7348
|
|
|
7314
|
-
var __vue_render__$
|
|
7349
|
+
var __vue_render__$i = function () {
|
|
7315
7350
|
var _vm = this;
|
|
7316
7351
|
|
|
7317
7352
|
var _h = _vm.$createElement;
|
|
@@ -7326,10 +7361,10 @@ var __vue_render__$h = function () {
|
|
|
7326
7361
|
}, [_vm._t("default")], 2);
|
|
7327
7362
|
};
|
|
7328
7363
|
|
|
7329
|
-
var __vue_staticRenderFns__$
|
|
7364
|
+
var __vue_staticRenderFns__$i = [];
|
|
7330
7365
|
/* style */
|
|
7331
7366
|
|
|
7332
|
-
const __vue_inject_styles__$
|
|
7367
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
7333
7368
|
if (!inject) return;
|
|
7334
7369
|
inject("data-v-e2463588_0", {
|
|
7335
7370
|
source: ".VcFocusArea[data-v-e2463588]{padding:var(--size-value4);background-color:var(--gray-lighten-3);border-radius:6px}",
|
|
@@ -7340,25 +7375,25 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
7340
7375
|
/* scoped */
|
|
7341
7376
|
|
|
7342
7377
|
|
|
7343
|
-
const __vue_scope_id__$
|
|
7378
|
+
const __vue_scope_id__$i = "data-v-e2463588";
|
|
7344
7379
|
/* module identifier */
|
|
7345
7380
|
|
|
7346
|
-
const __vue_module_identifier__$
|
|
7381
|
+
const __vue_module_identifier__$i = undefined;
|
|
7347
7382
|
/* functional template */
|
|
7348
7383
|
|
|
7349
|
-
const __vue_is_functional_template__$
|
|
7384
|
+
const __vue_is_functional_template__$i = false;
|
|
7350
7385
|
/* style inject SSR */
|
|
7351
7386
|
|
|
7352
7387
|
/* style inject shadow dom */
|
|
7353
7388
|
|
|
7354
|
-
const __vue_component__$
|
|
7355
|
-
render: __vue_render__$
|
|
7356
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7357
|
-
}, __vue_inject_styles__$
|
|
7389
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
7390
|
+
render: __vue_render__$i,
|
|
7391
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
7392
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
7358
7393
|
|
|
7359
|
-
var __vue_component__$
|
|
7394
|
+
var __vue_component__$y = __vue_component__$x;
|
|
7360
7395
|
|
|
7361
|
-
var script$
|
|
7396
|
+
var script$h = {
|
|
7362
7397
|
name: "ListItem",
|
|
7363
7398
|
components: {
|
|
7364
7399
|
VcLayout,
|
|
@@ -7393,10 +7428,10 @@ var script$g = {
|
|
|
7393
7428
|
};
|
|
7394
7429
|
|
|
7395
7430
|
/* script */
|
|
7396
|
-
const __vue_script__$
|
|
7431
|
+
const __vue_script__$h = script$h;
|
|
7397
7432
|
/* template */
|
|
7398
7433
|
|
|
7399
|
-
var __vue_render__$
|
|
7434
|
+
var __vue_render__$h = function () {
|
|
7400
7435
|
var _vm = this;
|
|
7401
7436
|
|
|
7402
7437
|
var _h = _vm.$createElement;
|
|
@@ -7441,10 +7476,10 @@ var __vue_render__$g = function () {
|
|
|
7441
7476
|
})], 2)], 1);
|
|
7442
7477
|
};
|
|
7443
7478
|
|
|
7444
|
-
var __vue_staticRenderFns__$
|
|
7479
|
+
var __vue_staticRenderFns__$h = [];
|
|
7445
7480
|
/* style */
|
|
7446
7481
|
|
|
7447
|
-
const __vue_inject_styles__$
|
|
7482
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
7448
7483
|
if (!inject) return;
|
|
7449
7484
|
inject("data-v-0a8bbb3a_0", {
|
|
7450
7485
|
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}",
|
|
@@ -7455,25 +7490,25 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
7455
7490
|
/* scoped */
|
|
7456
7491
|
|
|
7457
7492
|
|
|
7458
|
-
const __vue_scope_id__$
|
|
7493
|
+
const __vue_scope_id__$h = "data-v-0a8bbb3a";
|
|
7459
7494
|
/* module identifier */
|
|
7460
7495
|
|
|
7461
|
-
const __vue_module_identifier__$
|
|
7496
|
+
const __vue_module_identifier__$h = undefined;
|
|
7462
7497
|
/* functional template */
|
|
7463
7498
|
|
|
7464
|
-
const __vue_is_functional_template__$
|
|
7499
|
+
const __vue_is_functional_template__$h = false;
|
|
7465
7500
|
/* style inject SSR */
|
|
7466
7501
|
|
|
7467
7502
|
/* style inject shadow dom */
|
|
7468
7503
|
|
|
7469
|
-
const __vue_component__$
|
|
7470
|
-
render: __vue_render__$
|
|
7471
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7472
|
-
}, __vue_inject_styles__$
|
|
7504
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
7505
|
+
render: __vue_render__$h,
|
|
7506
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
7507
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
7473
7508
|
|
|
7474
|
-
var __vue_component__$
|
|
7509
|
+
var __vue_component__$w = __vue_component__$v;
|
|
7475
7510
|
|
|
7476
|
-
var script$
|
|
7511
|
+
var script$g = {
|
|
7477
7512
|
name: "VcGroupHeader",
|
|
7478
7513
|
components: {
|
|
7479
7514
|
VcLayout
|
|
@@ -7495,10 +7530,10 @@ var script$f = {
|
|
|
7495
7530
|
};
|
|
7496
7531
|
|
|
7497
7532
|
/* script */
|
|
7498
|
-
const __vue_script__$
|
|
7533
|
+
const __vue_script__$g = script$g;
|
|
7499
7534
|
/* template */
|
|
7500
7535
|
|
|
7501
|
-
var __vue_render__$
|
|
7536
|
+
var __vue_render__$g = function () {
|
|
7502
7537
|
var _vm = this;
|
|
7503
7538
|
|
|
7504
7539
|
var _h = _vm.$createElement;
|
|
@@ -7514,10 +7549,10 @@ var __vue_render__$f = function () {
|
|
|
7514
7549
|
}, [_c('span', [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.summaryText))])]);
|
|
7515
7550
|
};
|
|
7516
7551
|
|
|
7517
|
-
var __vue_staticRenderFns__$
|
|
7552
|
+
var __vue_staticRenderFns__$g = [];
|
|
7518
7553
|
/* style */
|
|
7519
7554
|
|
|
7520
|
-
const __vue_inject_styles__$
|
|
7555
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
7521
7556
|
if (!inject) return;
|
|
7522
7557
|
inject("data-v-5cb0ff3e_0", {
|
|
7523
7558
|
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)}}",
|
|
@@ -7528,25 +7563,25 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
7528
7563
|
/* scoped */
|
|
7529
7564
|
|
|
7530
7565
|
|
|
7531
|
-
const __vue_scope_id__$
|
|
7566
|
+
const __vue_scope_id__$g = "data-v-5cb0ff3e";
|
|
7532
7567
|
/* module identifier */
|
|
7533
7568
|
|
|
7534
|
-
const __vue_module_identifier__$
|
|
7569
|
+
const __vue_module_identifier__$g = undefined;
|
|
7535
7570
|
/* functional template */
|
|
7536
7571
|
|
|
7537
|
-
const __vue_is_functional_template__$
|
|
7572
|
+
const __vue_is_functional_template__$g = false;
|
|
7538
7573
|
/* style inject SSR */
|
|
7539
7574
|
|
|
7540
7575
|
/* style inject shadow dom */
|
|
7541
7576
|
|
|
7542
|
-
const __vue_component__$
|
|
7543
|
-
render: __vue_render__$
|
|
7544
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7545
|
-
}, __vue_inject_styles__$
|
|
7577
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
7578
|
+
render: __vue_render__$g,
|
|
7579
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
7580
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
|
|
7546
7581
|
|
|
7547
|
-
var __vue_component__$
|
|
7582
|
+
var __vue_component__$u = __vue_component__$t;
|
|
7548
7583
|
|
|
7549
|
-
var script$
|
|
7584
|
+
var script$f = {
|
|
7550
7585
|
name: "VcBanner",
|
|
7551
7586
|
components: {
|
|
7552
7587
|
VcImage,
|
|
@@ -7596,10 +7631,10 @@ var script$e = {
|
|
|
7596
7631
|
};
|
|
7597
7632
|
|
|
7598
7633
|
/* script */
|
|
7599
|
-
const __vue_script__$
|
|
7634
|
+
const __vue_script__$f = script$f;
|
|
7600
7635
|
/* template */
|
|
7601
7636
|
|
|
7602
|
-
var __vue_render__$
|
|
7637
|
+
var __vue_render__$f = function () {
|
|
7603
7638
|
var _vm = this;
|
|
7604
7639
|
|
|
7605
7640
|
var _h = _vm.$createElement;
|
|
@@ -7683,10 +7718,10 @@ var __vue_render__$e = function () {
|
|
|
7683
7718
|
}) : _vm._e()], 1);
|
|
7684
7719
|
};
|
|
7685
7720
|
|
|
7686
|
-
var __vue_staticRenderFns__$
|
|
7721
|
+
var __vue_staticRenderFns__$f = [];
|
|
7687
7722
|
/* style */
|
|
7688
7723
|
|
|
7689
|
-
const __vue_inject_styles__$
|
|
7724
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
7690
7725
|
if (!inject) return;
|
|
7691
7726
|
inject("data-v-b6def40c_0", {
|
|
7692
7727
|
source: ".VcBanner[data-v-b6def40c]{min-height:188px;box-sizing:border-box;overflow:hidden;border-radius:var(--size-value2);border:1px solid var(--neutral-lighten-2);position:relative}.VcBanner .images-container[data-v-b6def40c]{position:relative;height:100%}.VcBanner .images-container .background-stain[data-v-b6def40c]{position:absolute;opacity:15%;margin:0 auto;overflow:hidden;top:-80px;height:calc(100% + 110px);transform:scale(.7);left:-335px}#app[dir=rtl] .VcBanner .images-container .background-stain[data-v-b6def40c]{left:auto;right:-335px}@media screen and (min-width:600px){.VcBanner .images-container .background-stain[data-v-b6def40c]{transform:scale(1);top:-206px;height:calc(100% + 206px);left:-64px}#app[dir=rtl] .VcBanner .images-container .background-stain[data-v-b6def40c]{left:auto;right:-64px}}@media screen and (min-width:960px){.VcBanner .images-container .background-stain[data-v-b6def40c]{top:-176px;height:calc(100% + 176px);left:-50px}#app[dir=rtl] .VcBanner .images-container .background-stain[data-v-b6def40c]{left:auto;right:-50px}}#app[dir=rtl] .VcBanner .images-container .background-stain[data-v-b6def40c]{transform:scale(-.7,.7)}@media screen and (min-width:600px){#app[dir=rtl] .VcBanner .images-container .background-stain[data-v-b6def40c]{transform:scaleX(-1)}}.VcBanner .images-container .background-stain[data-v-b6def40c] #background_stain{fill:var(--v-secondary-base)}.VcBanner .images-container .banner-image[data-v-b6def40c]{margin:auto 0 0;position:relative;width:200px;height:95px}@media screen and (min-width:600px){.VcBanner .images-container .banner-image[data-v-b6def40c]{width:300px;height:142.5px}}@media screen and (min-width:960px){.VcBanner .images-container .banner-image[data-v-b6def40c]{width:400px;height:190px}}.VcBanner .text-container[data-v-b6def40c]{flex:0 0 60%;color:var(--gray-darken-5);z-index:1}.VcBanner .text-container .banner-title[data-v-b6def40c]{font-weight:var(--font-weight-large2);font-size:var(--font-size-medium2);line-height:var(--size-value8)}@media screen and (min-width:960px){.VcBanner .text-container .banner-title[data-v-b6def40c]{flex:0 0 100%}}.VcBanner .text-container .banner-subtitle[data-v-b6def40c]{font-size:var(--font-size-small2);line-height:var(--size-value5);font-weight:var(--font-weight-medium2)}.VcBanner .text-container .banner-note[data-v-b6def40c]{font-size:var(--font-size-small2);font-weight:var(--font-weight-medium)}.VcBanner .cta-container .primary-cta[data-v-b6def40c]{line-height:var(--size-value12);font-weight:var(--font-weight-large2);margin-inline-end:var(--size-value6)}.VcBanner .cta-container .secondary-cta[data-v-b6def40c]{font-size:var(--font-size-small2);font-weight:var(--font-weight-large);flex:0 0 100%}@media screen and (min-width:600px){.VcBanner .cta-container .secondary-cta[data-v-b6def40c]{flex:none}}.VcBanner .close-button[data-v-b6def40c]{position:absolute;width:var(--size-value3);height:var(--size-value3);right:var(--size-value4)}#app[dir=rtl] .VcBanner .close-button[data-v-b6def40c]{right:auto;left:var(--size-value4)}.VcBanner .close-button[data-v-b6def40c] .v-btn__content{opacity:unset}.VcBanner .close-button[data-v-b6def40c] .v-icon{margin-right:var(--size-value0)}.VcBanner .close-button[data-v-b6def40c] .v-icon svg{fill:var(--gray-darken-2)}",
|
|
@@ -7697,25 +7732,25 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
7697
7732
|
/* scoped */
|
|
7698
7733
|
|
|
7699
7734
|
|
|
7700
|
-
const __vue_scope_id__$
|
|
7735
|
+
const __vue_scope_id__$f = "data-v-b6def40c";
|
|
7701
7736
|
/* module identifier */
|
|
7702
7737
|
|
|
7703
|
-
const __vue_module_identifier__$
|
|
7738
|
+
const __vue_module_identifier__$f = undefined;
|
|
7704
7739
|
/* functional template */
|
|
7705
7740
|
|
|
7706
|
-
const __vue_is_functional_template__$
|
|
7741
|
+
const __vue_is_functional_template__$f = false;
|
|
7707
7742
|
/* style inject SSR */
|
|
7708
7743
|
|
|
7709
7744
|
/* style inject shadow dom */
|
|
7710
7745
|
|
|
7711
|
-
const __vue_component__$
|
|
7712
|
-
render: __vue_render__$
|
|
7713
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7714
|
-
}, __vue_inject_styles__$
|
|
7746
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
7747
|
+
render: __vue_render__$f,
|
|
7748
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
7749
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
7715
7750
|
|
|
7716
|
-
var __vue_component__$
|
|
7751
|
+
var __vue_component__$s = __vue_component__$r;
|
|
7717
7752
|
|
|
7718
|
-
var script$
|
|
7753
|
+
var script$e = {
|
|
7719
7754
|
name: "VcWizardCtaContainer",
|
|
7720
7755
|
components: {
|
|
7721
7756
|
VcButton,
|
|
@@ -7746,10 +7781,10 @@ var script$d = {
|
|
|
7746
7781
|
};
|
|
7747
7782
|
|
|
7748
7783
|
/* script */
|
|
7749
|
-
const __vue_script__$
|
|
7784
|
+
const __vue_script__$e = script$e;
|
|
7750
7785
|
/* template */
|
|
7751
7786
|
|
|
7752
|
-
var __vue_render__$
|
|
7787
|
+
var __vue_render__$e = function () {
|
|
7753
7788
|
var _vm = this;
|
|
7754
7789
|
|
|
7755
7790
|
var _h = _vm.$createElement;
|
|
@@ -7789,10 +7824,10 @@ var __vue_render__$d = function () {
|
|
|
7789
7824
|
}, [_vm._v("\n " + _vm._s(_vm.nextButtonLabel) + "\n ")])], 1);
|
|
7790
7825
|
};
|
|
7791
7826
|
|
|
7792
|
-
var __vue_staticRenderFns__$
|
|
7827
|
+
var __vue_staticRenderFns__$e = [];
|
|
7793
7828
|
/* style */
|
|
7794
7829
|
|
|
7795
|
-
const __vue_inject_styles__$
|
|
7830
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
7796
7831
|
if (!inject) return;
|
|
7797
7832
|
inject("data-v-1df05a63_0", {
|
|
7798
7833
|
source: "[data-v-1df05a63]: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-light:300;--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;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--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;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--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-1df05a63]{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-value0);border-top:1px solid var(--gray-lighten-1)}@media screen and (min-width:960px){.wizard-cta-container[data-v-1df05a63]{border-top:revert;position:static;width:100%;transform:revert;height:var(--size-value20);max-height:var(--size-value20);padding-bottom:var(--size-value6)}}.wizard-cta-button[data-v-1df05a63]{flex:1;min-height:var(--size-value12)}@media screen and (min-width:960px){.wizard-cta-button[data-v-1df05a63]{flex:revert;min-height:var(--size-value10)}}.wizard-cta-button+.wizard-cta-button[data-v-1df05a63]{margin-inline-start:var(--size-value3)}",
|
|
@@ -7803,25 +7838,25 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
7803
7838
|
/* scoped */
|
|
7804
7839
|
|
|
7805
7840
|
|
|
7806
|
-
const __vue_scope_id__$
|
|
7841
|
+
const __vue_scope_id__$e = "data-v-1df05a63";
|
|
7807
7842
|
/* module identifier */
|
|
7808
7843
|
|
|
7809
|
-
const __vue_module_identifier__$
|
|
7844
|
+
const __vue_module_identifier__$e = undefined;
|
|
7810
7845
|
/* functional template */
|
|
7811
7846
|
|
|
7812
|
-
const __vue_is_functional_template__$
|
|
7847
|
+
const __vue_is_functional_template__$e = false;
|
|
7813
7848
|
/* style inject SSR */
|
|
7814
7849
|
|
|
7815
7850
|
/* style inject shadow dom */
|
|
7816
7851
|
|
|
7817
|
-
const __vue_component__$
|
|
7818
|
-
render: __vue_render__$
|
|
7819
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7820
|
-
}, __vue_inject_styles__$
|
|
7852
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
7853
|
+
render: __vue_render__$e,
|
|
7854
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
7855
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
|
|
7821
7856
|
|
|
7822
|
-
var VcWizardCtaContainer = __vue_component__$
|
|
7857
|
+
var VcWizardCtaContainer = __vue_component__$q;
|
|
7823
7858
|
|
|
7824
|
-
var script$
|
|
7859
|
+
var script$d = {
|
|
7825
7860
|
name: "VcStepperContent",
|
|
7826
7861
|
model: {
|
|
7827
7862
|
prop: 'currentStep'
|
|
@@ -7940,10 +7975,10 @@ var script$c = {
|
|
|
7940
7975
|
};
|
|
7941
7976
|
|
|
7942
7977
|
/* script */
|
|
7943
|
-
const __vue_script__$
|
|
7978
|
+
const __vue_script__$d = script$d;
|
|
7944
7979
|
/* template */
|
|
7945
7980
|
|
|
7946
|
-
var __vue_render__$
|
|
7981
|
+
var __vue_render__$d = function () {
|
|
7947
7982
|
var _vm = this;
|
|
7948
7983
|
|
|
7949
7984
|
var _h = _vm.$createElement;
|
|
@@ -8032,10 +8067,10 @@ var __vue_render__$c = function () {
|
|
|
8032
8067
|
}), 1)], 1)], 1);
|
|
8033
8068
|
};
|
|
8034
8069
|
|
|
8035
|
-
var __vue_staticRenderFns__$
|
|
8070
|
+
var __vue_staticRenderFns__$d = [];
|
|
8036
8071
|
/* style */
|
|
8037
8072
|
|
|
8038
|
-
const __vue_inject_styles__$
|
|
8073
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
8039
8074
|
if (!inject) return;
|
|
8040
8075
|
inject("data-v-4a2a7ae5_0", {
|
|
8041
8076
|
source: "[data-v-4a2a7ae5]: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-light:300;--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;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--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;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--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-4a2a7ae5]{height:100%;width:100%;padding-bottom:var(--size-value6)}@media screen and (min-width:960px){.stepper-content-wrapper[data-v-4a2a7ae5]{padding-bottom:var(--size-value0)}}.layout-content[data-v-4a2a7ae5]{padding:var(--size-value0) var(--size-value4)}@media screen and (min-width:960px){.layout-content[data-v-4a2a7ae5]{padding:revert;padding-block-start:var(--size-value3)}}.stepper-header[data-v-4a2a7ae5]{flex:0;margin-block-end:var(--size-value4);padding:var(--size-value0)}@media screen and (min-width:960px){.stepper-header[data-v-4a2a7ae5]{padding:revert;flex:revert;padding-block-start:var(--size-value3)}}.stepper-header .content-stepper-title[data-v-4a2a7ae5]{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-4a2a7ae5]{font-size:var(--font-size-medium2)}}.stepper-header .content-stepper-description[data-v-4a2a7ae5]{font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-4)}.stepper-header .content-stepper-description[data-v-4a2a7ae5] a{color:var(--blue)}.vc-stepper-content.v-stepper[data-v-4a2a7ae5]{width:100%;box-shadow:none;height:100%;overflow:auto}.vc-stepper-content.v-stepper[data-v-4a2a7ae5] .v-stepper__items .v-stepper__content{padding:0}",
|
|
@@ -8046,25 +8081,25 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
8046
8081
|
/* scoped */
|
|
8047
8082
|
|
|
8048
8083
|
|
|
8049
|
-
const __vue_scope_id__$
|
|
8084
|
+
const __vue_scope_id__$d = "data-v-4a2a7ae5";
|
|
8050
8085
|
/* module identifier */
|
|
8051
8086
|
|
|
8052
|
-
const __vue_module_identifier__$
|
|
8087
|
+
const __vue_module_identifier__$d = undefined;
|
|
8053
8088
|
/* functional template */
|
|
8054
8089
|
|
|
8055
|
-
const __vue_is_functional_template__$
|
|
8090
|
+
const __vue_is_functional_template__$d = false;
|
|
8056
8091
|
/* style inject SSR */
|
|
8057
8092
|
|
|
8058
8093
|
/* style inject shadow dom */
|
|
8059
8094
|
|
|
8060
|
-
const __vue_component__$
|
|
8061
|
-
render: __vue_render__$
|
|
8062
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8063
|
-
}, __vue_inject_styles__$
|
|
8095
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
8096
|
+
render: __vue_render__$d,
|
|
8097
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
8098
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
8064
8099
|
|
|
8065
|
-
var VcStepperContent = __vue_component__$
|
|
8100
|
+
var VcStepperContent = __vue_component__$p;
|
|
8066
8101
|
|
|
8067
|
-
var script$
|
|
8102
|
+
var script$c = {
|
|
8068
8103
|
name: "VcWizard",
|
|
8069
8104
|
components: {
|
|
8070
8105
|
VcStepsBar,
|
|
@@ -8183,10 +8218,10 @@ var script$b = {
|
|
|
8183
8218
|
};
|
|
8184
8219
|
|
|
8185
8220
|
/* script */
|
|
8186
|
-
const __vue_script__$
|
|
8221
|
+
const __vue_script__$c = script$c;
|
|
8187
8222
|
/* template */
|
|
8188
8223
|
|
|
8189
|
-
var __vue_render__$
|
|
8224
|
+
var __vue_render__$c = function () {
|
|
8190
8225
|
var _vm = this;
|
|
8191
8226
|
|
|
8192
8227
|
var _h = _vm.$createElement;
|
|
@@ -8240,10 +8275,10 @@ var __vue_render__$b = function () {
|
|
|
8240
8275
|
})], 1);
|
|
8241
8276
|
};
|
|
8242
8277
|
|
|
8243
|
-
var __vue_staticRenderFns__$
|
|
8278
|
+
var __vue_staticRenderFns__$c = [];
|
|
8244
8279
|
/* style */
|
|
8245
8280
|
|
|
8246
|
-
const __vue_inject_styles__$
|
|
8281
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
8247
8282
|
if (!inject) return;
|
|
8248
8283
|
inject("data-v-b6c4a2b8_0", {
|
|
8249
8284
|
source: "[data-v-b6c4a2b8]: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-light:300;--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;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--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;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--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-b6c4a2b8]{height:100%}@media screen and (min-width:960px){.vc-wizard[data-v-b6c4a2b8]{display:grid;grid-template-columns:minmax(250px,1fr) 3fr;grid-template-rows:1fr 80px;grid-row-gap:0}.vc-wizard.wizard-size-md[data-v-b6c4a2b8]{grid-column-gap:var(--size-value10);padding-inline-end:var(--size-value10)}.vc-wizard.wizard-size-lg[data-v-b6c4a2b8]{grid-column-gap:var(--size-value20);padding-inline-end:var(--size-value20)}}.vc-stepper-container[data-v-b6c4a2b8]{grid-area:1/1/3/2;border-inline-end:1px solid #e0e0e0;max-height:calc(100% - 24px)}.wizard-cta-container[data-v-b6c4a2b8]{grid-area:2/2/3/3}.stepper-content-wrapper[data-v-b6c4a2b8]{grid-area:1/2/2/3}",
|
|
@@ -8254,23 +8289,23 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
8254
8289
|
/* scoped */
|
|
8255
8290
|
|
|
8256
8291
|
|
|
8257
|
-
const __vue_scope_id__$
|
|
8292
|
+
const __vue_scope_id__$c = "data-v-b6c4a2b8";
|
|
8258
8293
|
/* module identifier */
|
|
8259
8294
|
|
|
8260
|
-
const __vue_module_identifier__$
|
|
8295
|
+
const __vue_module_identifier__$c = undefined;
|
|
8261
8296
|
/* functional template */
|
|
8262
8297
|
|
|
8263
|
-
const __vue_is_functional_template__$
|
|
8298
|
+
const __vue_is_functional_template__$c = false;
|
|
8264
8299
|
/* style inject SSR */
|
|
8265
8300
|
|
|
8266
8301
|
/* style inject shadow dom */
|
|
8267
8302
|
|
|
8268
|
-
const __vue_component__$
|
|
8269
|
-
render: __vue_render__$
|
|
8270
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8271
|
-
}, __vue_inject_styles__$
|
|
8303
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
8304
|
+
render: __vue_render__$c,
|
|
8305
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
8306
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
|
|
8272
8307
|
|
|
8273
|
-
var __vue_component__$
|
|
8308
|
+
var __vue_component__$o = __vue_component__$n;
|
|
8274
8309
|
|
|
8275
8310
|
//
|
|
8276
8311
|
//
|
|
@@ -8288,7 +8323,7 @@ var __vue_component__$m = __vue_component__$l;
|
|
|
8288
8323
|
//
|
|
8289
8324
|
//
|
|
8290
8325
|
//
|
|
8291
|
-
var script$
|
|
8326
|
+
var script$b = {
|
|
8292
8327
|
name: 'VcBadge',
|
|
8293
8328
|
components: {
|
|
8294
8329
|
VBadge: VBadge
|
|
@@ -8321,10 +8356,10 @@ var script$a = {
|
|
|
8321
8356
|
};
|
|
8322
8357
|
|
|
8323
8358
|
/* script */
|
|
8324
|
-
const __vue_script__$
|
|
8359
|
+
const __vue_script__$b = script$b;
|
|
8325
8360
|
/* template */
|
|
8326
8361
|
|
|
8327
|
-
var __vue_render__$
|
|
8362
|
+
var __vue_render__$b = function () {
|
|
8328
8363
|
var _vm = this;
|
|
8329
8364
|
|
|
8330
8365
|
var _h = _vm.$createElement;
|
|
@@ -8350,10 +8385,10 @@ var __vue_render__$a = function () {
|
|
|
8350
8385
|
}, [_vm._t("default")], 2)], 1);
|
|
8351
8386
|
};
|
|
8352
8387
|
|
|
8353
|
-
var __vue_staticRenderFns__$
|
|
8388
|
+
var __vue_staticRenderFns__$b = [];
|
|
8354
8389
|
/* style */
|
|
8355
8390
|
|
|
8356
|
-
const __vue_inject_styles__$
|
|
8391
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
8357
8392
|
if (!inject) return;
|
|
8358
8393
|
inject("data-v-4edabf76_0", {
|
|
8359
8394
|
source: "[data-v-4edabf76] .v-icon__component{height:12px;width:12px}",
|
|
@@ -8364,25 +8399,25 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
8364
8399
|
/* scoped */
|
|
8365
8400
|
|
|
8366
8401
|
|
|
8367
|
-
const __vue_scope_id__$
|
|
8402
|
+
const __vue_scope_id__$b = "data-v-4edabf76";
|
|
8368
8403
|
/* module identifier */
|
|
8369
8404
|
|
|
8370
|
-
const __vue_module_identifier__$
|
|
8405
|
+
const __vue_module_identifier__$b = undefined;
|
|
8371
8406
|
/* functional template */
|
|
8372
8407
|
|
|
8373
|
-
const __vue_is_functional_template__$
|
|
8408
|
+
const __vue_is_functional_template__$b = false;
|
|
8374
8409
|
/* style inject SSR */
|
|
8375
8410
|
|
|
8376
8411
|
/* style inject shadow dom */
|
|
8377
8412
|
|
|
8378
|
-
const __vue_component__$
|
|
8379
|
-
render: __vue_render__$
|
|
8380
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8381
|
-
}, __vue_inject_styles__$
|
|
8413
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
8414
|
+
render: __vue_render__$b,
|
|
8415
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
8416
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
8382
8417
|
|
|
8383
|
-
var __vue_component__$
|
|
8418
|
+
var __vue_component__$m = __vue_component__$l;
|
|
8384
8419
|
|
|
8385
|
-
var script$
|
|
8420
|
+
var script$a = {
|
|
8386
8421
|
name: "VcUpsellBlock",
|
|
8387
8422
|
components: {
|
|
8388
8423
|
VcImage,
|
|
@@ -8447,10 +8482,10 @@ var script$9 = {
|
|
|
8447
8482
|
};
|
|
8448
8483
|
|
|
8449
8484
|
/* script */
|
|
8450
|
-
const __vue_script__$
|
|
8485
|
+
const __vue_script__$a = script$a;
|
|
8451
8486
|
/* template */
|
|
8452
8487
|
|
|
8453
|
-
var __vue_render__$
|
|
8488
|
+
var __vue_render__$a = function () {
|
|
8454
8489
|
var _vm = this;
|
|
8455
8490
|
|
|
8456
8491
|
var _h = _vm.$createElement;
|
|
@@ -8514,10 +8549,10 @@ var __vue_render__$9 = function () {
|
|
|
8514
8549
|
})], 1)], 1);
|
|
8515
8550
|
};
|
|
8516
8551
|
|
|
8517
|
-
var __vue_staticRenderFns__$
|
|
8552
|
+
var __vue_staticRenderFns__$a = [];
|
|
8518
8553
|
/* style */
|
|
8519
8554
|
|
|
8520
|
-
const __vue_inject_styles__$
|
|
8555
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
8521
8556
|
if (!inject) return;
|
|
8522
8557
|
inject("data-v-3e23f57f_0", {
|
|
8523
8558
|
source: ".VcUpsellBlock[data-v-3e23f57f]{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[data-v-3e23f57f]{overflow-x:visible}}.VcUpsellBlock[data-v-3e23f57f]:before{content:\"\";position:absolute;-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg width='1387' height='1787' viewBox='0 0 1387 1787' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='background_stain' d='M965.208 1786.79L1240.04 1427.2C1388.67 1251.5 1443.75 1042.72 1314.06 863.507L768.194 165.405C638.503 -13.8061 388.739 -53.6307 210.377 76.6778L164.621 109.767C-13.7407 240.369 -53.3766 491.322 76.3144 670.533L649.578 1404.65L965.208 1786.79Z' fill='%230093B8'/%3E%3C/svg%3E\");background-color:var(--v-secondary-base);opacity:15%;inset:70% 0 0 0}@media screen and (min-width:960px){.VcUpsellBlock[data-v-3e23f57f]:before{inset:0;inset-inline-start:50%}}#app[dir=rtl] .VcUpsellBlock[data-v-3e23f57f]:before{transform:scaleX(-1)}.VcUpsellBlock.dialog[data-v-3e23f57f]{height:100%;padding-top:8px}@media screen and (min-width:960px){.VcUpsellBlock.dialog[data-v-3e23f57f]{padding-top:70px;padding-bottom:46px}}@media screen and (min-width:960px){.VcUpsellBlock.dialog[data-v-3e23f57f]:before{top:-10%}}.VcUpsellBlock .text-container[data-v-3e23f57f]{flex:0 0 100%;margin:0 auto}@media screen and (min-width:960px){.VcUpsellBlock .text-container[data-v-3e23f57f]{flex:0 0 55%;max-width:444px;overflow:hidden}}.VcUpsellBlock .text-container .title-text[data-v-3e23f57f]{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[data-v-3e23f57f]{font-size:var(--font-size-large);line-height:40px}}.VcUpsellBlock .text-container .sub-text[data-v-3e23f57f]{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[data-v-3e23f57f]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:20px}.VcUpsellBlock .text-container .bullets-text .bullets-icon[data-v-3e23f57f]{margin-inline-end:12px}.VcUpsellBlock .text-container .bullets-text .bullets-span[data-v-3e23f57f]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:20px;color:#000}.VcUpsellBlock .text-container .cta-container[data-v-3e23f57f]{flex:1 1 auto;flex-flow:row wrap;align-items:center;margin:32px auto 0}.VcUpsellBlock .text-container .cta-container .primary-cta[data-v-3e23f57f]{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[data-v-3e23f57f]{flex:0 0 45%;margin:0;height:48px}}.VcUpsellBlock .text-container .cta-container .primary-cta .v-btn__content[data-v-3e23f57f]{flex-flow:row wrap;width:100%;white-space:break-spaces}.VcUpsellBlock .text-container .cta-container .secondary-cta[data-v-3e23f57f]{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;text-decoration:none}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container .secondary-cta[data-v-3e23f57f]{flex:0 0 45%;color:var(--blue);font-weight:var(--font-weight-large2)}}.VcUpsellBlock .text-container .cta-container-dialog[data-v-3e23f57f]{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[data-v-3e23f57f]{position:static;justify-content:flex-start;padding:0}}.VcUpsellBlock .text-container .cta-container-dialog .primary-cta[data-v-3e23f57f]{flex:0 0 55%;margin:0;order:2}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container-dialog .primary-cta[data-v-3e23f57f]{flex:0 0 45%;order:0}}.VcUpsellBlock .text-container .cta-container-dialog .secondary-cta[data-v-3e23f57f]{flex:1 0 35%;padding-top:0}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container-dialog .secondary-cta[data-v-3e23f57f]{flex:0 0 45%}}.VcUpsellBlock .images-container[data-v-3e23f57f]{position:relative;flex:1 0 100%;margin:0 auto;min-height:40%;height:auto;overflow:hidden}@media screen and (min-width:960px){.VcUpsellBlock .images-container[data-v-3e23f57f]{flex:0 0 45%;overflow:visible}}.VcUpsellBlock .images-container .upsell-image[data-v-3e23f57f]{position:absolute;width:320px;height:380px;right:0;left:0;margin:0 auto}@media screen and (min-width:960px){.VcUpsellBlock .images-container .upsell-image[data-v-3e23f57f]{height:580px;width:466px;top:0;bottom:0;margin:auto}}",
|
|
@@ -8528,25 +8563,25 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
8528
8563
|
/* scoped */
|
|
8529
8564
|
|
|
8530
8565
|
|
|
8531
|
-
const __vue_scope_id__$
|
|
8566
|
+
const __vue_scope_id__$a = "data-v-3e23f57f";
|
|
8532
8567
|
/* module identifier */
|
|
8533
8568
|
|
|
8534
|
-
const __vue_module_identifier__$
|
|
8569
|
+
const __vue_module_identifier__$a = undefined;
|
|
8535
8570
|
/* functional template */
|
|
8536
8571
|
|
|
8537
|
-
const __vue_is_functional_template__$
|
|
8572
|
+
const __vue_is_functional_template__$a = false;
|
|
8538
8573
|
/* style inject SSR */
|
|
8539
8574
|
|
|
8540
8575
|
/* style inject shadow dom */
|
|
8541
8576
|
|
|
8542
|
-
const __vue_component__$
|
|
8543
|
-
render: __vue_render__$
|
|
8544
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8545
|
-
}, __vue_inject_styles__$
|
|
8577
|
+
const __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
8578
|
+
render: __vue_render__$a,
|
|
8579
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
8580
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
|
|
8546
8581
|
|
|
8547
|
-
var __vue_component__$
|
|
8582
|
+
var __vue_component__$k = __vue_component__$j;
|
|
8548
8583
|
|
|
8549
|
-
var script$
|
|
8584
|
+
var script$9 = {
|
|
8550
8585
|
name: "VcDropzone",
|
|
8551
8586
|
components: {
|
|
8552
8587
|
VcLayout
|
|
@@ -8638,10 +8673,10 @@ var script$8 = {
|
|
|
8638
8673
|
};
|
|
8639
8674
|
|
|
8640
8675
|
/* script */
|
|
8641
|
-
const __vue_script__$
|
|
8676
|
+
const __vue_script__$9 = script$9;
|
|
8642
8677
|
/* template */
|
|
8643
8678
|
|
|
8644
|
-
var __vue_render__$
|
|
8679
|
+
var __vue_render__$9 = function () {
|
|
8645
8680
|
var _vm = this;
|
|
8646
8681
|
|
|
8647
8682
|
var _h = _vm.$createElement;
|
|
@@ -8709,10 +8744,10 @@ var __vue_render__$8 = function () {
|
|
|
8709
8744
|
})], 2)]);
|
|
8710
8745
|
};
|
|
8711
8746
|
|
|
8712
|
-
var __vue_staticRenderFns__$
|
|
8747
|
+
var __vue_staticRenderFns__$9 = [];
|
|
8713
8748
|
/* style */
|
|
8714
8749
|
|
|
8715
|
-
const __vue_inject_styles__$
|
|
8750
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
8716
8751
|
if (!inject) return;
|
|
8717
8752
|
inject("data-v-7efc8e1b_0", {
|
|
8718
8753
|
source: "[data-v-7efc8e1b]: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-light:300;--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;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--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;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--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}.dropzone__wrap[data-v-7efc8e1b]{position:relative;border:1px dashed var(--gray-darken-1);padding:var(--size-value3);min-height:var(--size-value18);width:100%;border-radius:var(--border-radius);background-color:var(--gray-lighten-4);transition:background-color .1s ease-out,border-color .1s ease-out}.dropzone__wrap--hovered[data-v-7efc8e1b]{background-color:var(--gray-lighten-4);border-color:var(--gray-darken-1)}.dropzone__wrap--active[data-v-7efc8e1b]{background-color:var(--modal-bg-color);border-color:var(--dropzone-active-border-color);filter:drop-shadow(0 0 2px var(--dropzone-active-second-border-color))}.dropzone__wrap--disabled[data-v-7efc8e1b]{background-color:var(--gray-lighten-4);border-color:var(--gray)}.dropzone__input[data-v-7efc8e1b]{width:100%;height:100%;position:absolute;opacity:0;left:0;top:0;cursor:pointer}.dropzone__wrap--disabled .dropzone__input[data-v-7efc8e1b]{cursor:default}.dropzone__label[data-v-7efc8e1b]{display:flex;flex-direction:column;text-align:center}.dropzone__wrap--hovered .dropzone__label[data-v-7efc8e1b]{color:var(--gray-darken-5)}.dropzone__subtitle[data-v-7efc8e1b],.dropzone__title[data-v-7efc8e1b]{color:var(--blue);font-size:var(--font-size-x-small)}.dropzone__wrap--disabled .dropzone__subtitle[data-v-7efc8e1b],.dropzone__wrap--disabled .dropzone__title[data-v-7efc8e1b]{color:var(--gray-darken-2)}.dropzone__title[data-v-7efc8e1b]{font-weight:var(--font-weight-medium2)}.dropzone__subtitle[data-v-7efc8e1b]{font-weight:var(--font-weight-light)}",
|
|
@@ -8723,25 +8758,25 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
8723
8758
|
/* scoped */
|
|
8724
8759
|
|
|
8725
8760
|
|
|
8726
|
-
const __vue_scope_id__$
|
|
8761
|
+
const __vue_scope_id__$9 = "data-v-7efc8e1b";
|
|
8727
8762
|
/* module identifier */
|
|
8728
8763
|
|
|
8729
|
-
const __vue_module_identifier__$
|
|
8764
|
+
const __vue_module_identifier__$9 = undefined;
|
|
8730
8765
|
/* functional template */
|
|
8731
8766
|
|
|
8732
|
-
const __vue_is_functional_template__$
|
|
8767
|
+
const __vue_is_functional_template__$9 = false;
|
|
8733
8768
|
/* style inject SSR */
|
|
8734
8769
|
|
|
8735
8770
|
/* style inject shadow dom */
|
|
8736
8771
|
|
|
8737
|
-
const __vue_component__$
|
|
8738
|
-
render: __vue_render__$
|
|
8739
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8740
|
-
}, __vue_inject_styles__$
|
|
8772
|
+
const __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
8773
|
+
render: __vue_render__$9,
|
|
8774
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
8775
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
8741
8776
|
|
|
8742
|
-
var __vue_component__$
|
|
8777
|
+
var __vue_component__$i = __vue_component__$h;
|
|
8743
8778
|
|
|
8744
|
-
var script$
|
|
8779
|
+
var script$8 = {
|
|
8745
8780
|
name: "VcRadio",
|
|
8746
8781
|
components: {
|
|
8747
8782
|
VcTooltip,
|
|
@@ -8772,10 +8807,10 @@ var script$7 = {
|
|
|
8772
8807
|
};
|
|
8773
8808
|
|
|
8774
8809
|
/* script */
|
|
8775
|
-
const __vue_script__$
|
|
8810
|
+
const __vue_script__$8 = script$8;
|
|
8776
8811
|
/* template */
|
|
8777
8812
|
|
|
8778
|
-
var __vue_render__$
|
|
8813
|
+
var __vue_render__$8 = function () {
|
|
8779
8814
|
var _vm = this;
|
|
8780
8815
|
|
|
8781
8816
|
var _h = _vm.$createElement;
|
|
@@ -8823,10 +8858,10 @@ var __vue_render__$7 = function () {
|
|
|
8823
8858
|
});
|
|
8824
8859
|
};
|
|
8825
8860
|
|
|
8826
|
-
var __vue_staticRenderFns__$
|
|
8861
|
+
var __vue_staticRenderFns__$8 = [];
|
|
8827
8862
|
/* style */
|
|
8828
8863
|
|
|
8829
|
-
const __vue_inject_styles__$
|
|
8864
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
8830
8865
|
if (!inject) return;
|
|
8831
8866
|
inject("data-v-729dbbdc_0", {
|
|
8832
8867
|
source: ".label-container[data-v-729dbbdc]{margin-inline-start:var(--size-value2)}.radio-label[data-v-729dbbdc]{color:var(--gray-darken-5);font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small)}.radio-icon[data-v-729dbbdc]{margin-inline-start:var(--size-value2);font-size:var(--size-value4)}.radio-icon[data-v-729dbbdc] .v-icon__component{height:var(--size-value4);width:var(--size-value4)}.radio-tooltip[data-v-729dbbdc]{height:var(--size-value5);margin-inline-start:var(--size-value2)}.radio-tooltip[data-v-729dbbdc] .v-icon__component{width:var(--size-value4)}.vc-radio[data-v-729dbbdc]{margin:0;margin-bottom:auto}.vc-radio.v-input--radio-group--column[data-v-729dbbdc] .v-radio:not(:last-child):not(:only-child){margin-bottom:var(--size-value4)}.vc-radio[data-v-729dbbdc] .v-input--selection-controls__ripple{inset-inline-start:-9px;top:calc(50% - 17px);width:var(--size-value5);height:var(--size-value5)}.vc-radio[data-v-729dbbdc] .v-input--selection-controls__input{margin:0;padding:0;margin-bottom:auto;height:var(--size-value5);width:var(--size-value4)}.vc-radio[data-v-729dbbdc] .v-input--selection-controls__input .v-icon{font-size:var(--font-size-medium)}",
|
|
@@ -8837,25 +8872,25 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
8837
8872
|
/* scoped */
|
|
8838
8873
|
|
|
8839
8874
|
|
|
8840
|
-
const __vue_scope_id__$
|
|
8875
|
+
const __vue_scope_id__$8 = "data-v-729dbbdc";
|
|
8841
8876
|
/* module identifier */
|
|
8842
8877
|
|
|
8843
|
-
const __vue_module_identifier__$
|
|
8878
|
+
const __vue_module_identifier__$8 = undefined;
|
|
8844
8879
|
/* functional template */
|
|
8845
8880
|
|
|
8846
|
-
const __vue_is_functional_template__$
|
|
8881
|
+
const __vue_is_functional_template__$8 = false;
|
|
8847
8882
|
/* style inject SSR */
|
|
8848
8883
|
|
|
8849
8884
|
/* style inject shadow dom */
|
|
8850
8885
|
|
|
8851
|
-
const __vue_component__$
|
|
8852
|
-
render: __vue_render__$
|
|
8853
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8854
|
-
}, __vue_inject_styles__$
|
|
8886
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
8887
|
+
render: __vue_render__$8,
|
|
8888
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
8889
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
|
|
8855
8890
|
|
|
8856
|
-
var VcRadio = __vue_component__$
|
|
8891
|
+
var VcRadio = __vue_component__$g;
|
|
8857
8892
|
|
|
8858
|
-
var script$
|
|
8893
|
+
var script$7 = {
|
|
8859
8894
|
name: "VcRadioGroup",
|
|
8860
8895
|
components: {
|
|
8861
8896
|
VcRadio,
|
|
@@ -8891,10 +8926,10 @@ var script$6 = {
|
|
|
8891
8926
|
};
|
|
8892
8927
|
|
|
8893
8928
|
/* script */
|
|
8894
|
-
const __vue_script__$
|
|
8929
|
+
const __vue_script__$7 = script$7;
|
|
8895
8930
|
/* template */
|
|
8896
8931
|
|
|
8897
|
-
var __vue_render__$
|
|
8932
|
+
var __vue_render__$7 = function () {
|
|
8898
8933
|
var _vm = this;
|
|
8899
8934
|
|
|
8900
8935
|
var _h = _vm.$createElement;
|
|
@@ -8940,10 +8975,10 @@ var __vue_render__$6 = function () {
|
|
|
8940
8975
|
}), 1)], 1);
|
|
8941
8976
|
};
|
|
8942
8977
|
|
|
8943
|
-
var __vue_staticRenderFns__$
|
|
8978
|
+
var __vue_staticRenderFns__$7 = [];
|
|
8944
8979
|
/* style */
|
|
8945
8980
|
|
|
8946
|
-
const __vue_inject_styles__$
|
|
8981
|
+
const __vue_inject_styles__$7 = function (inject) {
|
|
8947
8982
|
if (!inject) return;
|
|
8948
8983
|
inject("data-v-0bf8cc5c_0", {
|
|
8949
8984
|
source: ".vc-radio-buttons[data-v-0bf8cc5c]{margin:0;padding:0}.vc-radio-buttons.v-input--radio-group--column[data-v-0bf8cc5c] .v-radio:not(:last-child):not(:only-child){margin-bottom:var(--size-value4)}.vc-title[data-v-0bf8cc5c]{color:var(--gray-darken-5);margin-bottom:var(--size-value2);font-weight:var(--font-weight-large);font-size:var(--size-value3);line-height:var(--size-value4)}",
|
|
@@ -8954,25 +8989,25 @@ const __vue_inject_styles__$6 = function (inject) {
|
|
|
8954
8989
|
/* scoped */
|
|
8955
8990
|
|
|
8956
8991
|
|
|
8957
|
-
const __vue_scope_id__$
|
|
8992
|
+
const __vue_scope_id__$7 = "data-v-0bf8cc5c";
|
|
8958
8993
|
/* module identifier */
|
|
8959
8994
|
|
|
8960
|
-
const __vue_module_identifier__$
|
|
8995
|
+
const __vue_module_identifier__$7 = undefined;
|
|
8961
8996
|
/* functional template */
|
|
8962
8997
|
|
|
8963
|
-
const __vue_is_functional_template__$
|
|
8998
|
+
const __vue_is_functional_template__$7 = false;
|
|
8964
8999
|
/* style inject SSR */
|
|
8965
9000
|
|
|
8966
9001
|
/* style inject shadow dom */
|
|
8967
9002
|
|
|
8968
|
-
const __vue_component__$
|
|
8969
|
-
render: __vue_render__$
|
|
8970
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8971
|
-
}, __vue_inject_styles__$
|
|
9003
|
+
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
9004
|
+
render: __vue_render__$7,
|
|
9005
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
9006
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
|
|
8972
9007
|
|
|
8973
|
-
var __vue_component__$
|
|
9008
|
+
var __vue_component__$f = __vue_component__$e;
|
|
8974
9009
|
|
|
8975
|
-
var script$
|
|
9010
|
+
var script$6 = {
|
|
8976
9011
|
name: "VcSegmentedControl",
|
|
8977
9012
|
components: {
|
|
8978
9013
|
VcIcon,
|
|
@@ -9008,10 +9043,10 @@ var script$5 = {
|
|
|
9008
9043
|
};
|
|
9009
9044
|
|
|
9010
9045
|
/* script */
|
|
9011
|
-
const __vue_script__$
|
|
9046
|
+
const __vue_script__$6 = script$6;
|
|
9012
9047
|
/* template */
|
|
9013
9048
|
|
|
9014
|
-
var __vue_render__$
|
|
9049
|
+
var __vue_render__$6 = function () {
|
|
9015
9050
|
var _vm = this;
|
|
9016
9051
|
|
|
9017
9052
|
var _h = _vm.$createElement;
|
|
@@ -9047,10 +9082,10 @@ var __vue_render__$5 = function () {
|
|
|
9047
9082
|
}), 1);
|
|
9048
9083
|
};
|
|
9049
9084
|
|
|
9050
|
-
var __vue_staticRenderFns__$
|
|
9085
|
+
var __vue_staticRenderFns__$6 = [];
|
|
9051
9086
|
/* style */
|
|
9052
9087
|
|
|
9053
|
-
const __vue_inject_styles__$
|
|
9088
|
+
const __vue_inject_styles__$6 = function (inject) {
|
|
9054
9089
|
if (!inject) return;
|
|
9055
9090
|
inject("data-v-ebfb67c4_0", {
|
|
9056
9091
|
source: "[data-v-ebfb67c4]: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-light:300;--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;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--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;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--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}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4]{border-radius:var(--border-radius);width:100%;max-width:100%;font-family:var(--primary-font-family)}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] >button.v-btn:first-child{border-bottom-left-radius:inherit;border-top-left-radius:inherit}#app[dir=rtl] div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] >button.v-btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:inherit;border-top-right-radius:inherit}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] >button.v-btn:last-child{border-bottom-right-radius:inherit;border-top-right-radius:inherit}#app[dir=rtl] div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] >button.v-btn:last-child{border-bottom-right-radius:0;border-top-right-radius:0;border-bottom-left-radius:inherit;border-top-left-radius:inherit}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] >button.v-btn:not(:first-child){border-left-width:0}#app[dir=rtl] div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] >button.v-btn:not(:first-child){border-left-width:1px;border-right-width:0}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn{flex:1;height:auto;padding-top:var(--size-value3);padding-bottom:var(--size-value3);font-family:var(--primary-font-family);font-size:var(--font-size-x-small);line-height:var(--size-value4);text-transform:none;letter-spacing:normal}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn:before{background-color:inherit}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn:not(.v-item--active){background:var(--gray-lighten-3);color:var(--gray-darken-4)}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn.v-item--active{box-shadow:var(--shadow-4);background:var(--modal-bg-color);color:var(--gray-darken-5)}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn:hover{background:var(--gray-lighten-4)}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn.v-btn--disabled{background:var(--gray-lighten-2);color:var(--gray-darken-2)}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn span{max-width:100%;white-space:initial}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn .item-icon{padding-left:var(--size-value0);padding-right:var(--size-value1)}#app[dir=rtl] div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn .item-icon{padding-left:var(--size-value1)}#app[dir=rtl] div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn .item-icon{padding-right:var(--size-value0)}",
|
|
@@ -9061,23 +9096,23 @@ const __vue_inject_styles__$5 = function (inject) {
|
|
|
9061
9096
|
/* scoped */
|
|
9062
9097
|
|
|
9063
9098
|
|
|
9064
|
-
const __vue_scope_id__$
|
|
9099
|
+
const __vue_scope_id__$6 = "data-v-ebfb67c4";
|
|
9065
9100
|
/* module identifier */
|
|
9066
9101
|
|
|
9067
|
-
const __vue_module_identifier__$
|
|
9102
|
+
const __vue_module_identifier__$6 = undefined;
|
|
9068
9103
|
/* functional template */
|
|
9069
9104
|
|
|
9070
|
-
const __vue_is_functional_template__$
|
|
9105
|
+
const __vue_is_functional_template__$6 = false;
|
|
9071
9106
|
/* style inject SSR */
|
|
9072
9107
|
|
|
9073
9108
|
/* style inject shadow dom */
|
|
9074
9109
|
|
|
9075
|
-
const __vue_component__$
|
|
9076
|
-
render: __vue_render__$
|
|
9077
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9078
|
-
}, __vue_inject_styles__$
|
|
9110
|
+
const __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
9111
|
+
render: __vue_render__$6,
|
|
9112
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
9113
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, createInjector, undefined, undefined);
|
|
9079
9114
|
|
|
9080
|
-
var __vue_component__$
|
|
9115
|
+
var __vue_component__$d = __vue_component__$c;
|
|
9081
9116
|
|
|
9082
9117
|
const FORMATS = {
|
|
9083
9118
|
DOCUMENT: ['doc', 'docx'],
|
|
@@ -9089,7 +9124,7 @@ const FORMATS = {
|
|
|
9089
9124
|
AUDIO: ['mp3', 'wav'],
|
|
9090
9125
|
VIDEO: ['avi', 'mp4', 'mkv', 'mov']
|
|
9091
9126
|
};
|
|
9092
|
-
var script$
|
|
9127
|
+
var script$5 = {
|
|
9093
9128
|
name: "VcDocItem",
|
|
9094
9129
|
components: {
|
|
9095
9130
|
VcButton,
|
|
@@ -9139,6 +9174,10 @@ var script$4 = {
|
|
|
9139
9174
|
corruptedLabel: {
|
|
9140
9175
|
type: String,
|
|
9141
9176
|
required: false
|
|
9177
|
+
},
|
|
9178
|
+
fileSize: {
|
|
9179
|
+
type: String,
|
|
9180
|
+
required: false
|
|
9142
9181
|
}
|
|
9143
9182
|
},
|
|
9144
9183
|
computed: {
|
|
@@ -9180,10 +9219,10 @@ var script$4 = {
|
|
|
9180
9219
|
};
|
|
9181
9220
|
|
|
9182
9221
|
/* script */
|
|
9183
|
-
const __vue_script__$
|
|
9222
|
+
const __vue_script__$5 = script$5;
|
|
9184
9223
|
/* template */
|
|
9185
9224
|
|
|
9186
|
-
var __vue_render__$
|
|
9225
|
+
var __vue_render__$5 = function () {
|
|
9187
9226
|
var _vm = this;
|
|
9188
9227
|
|
|
9189
9228
|
var _h = _vm.$createElement;
|
|
@@ -9222,7 +9261,12 @@ var __vue_render__$4 = function () {
|
|
|
9222
9261
|
}
|
|
9223
9262
|
}, [_c('span', {
|
|
9224
9263
|
staticClass: "title__header"
|
|
9225
|
-
}, [_vm._v("\n " + _vm._s(_vm.title) + "\n ")]), _vm._v(" "), _vm.
|
|
9264
|
+
}, [_vm._v("\n " + _vm._s(_vm.title) + "\n ")]), _vm._v(" "), _vm.fileSize && _vm.fileSize.length ? _c('span', {
|
|
9265
|
+
staticClass: "title__file-size",
|
|
9266
|
+
attrs: {
|
|
9267
|
+
"data-qa": _vm.dataQa + "-size"
|
|
9268
|
+
}
|
|
9269
|
+
}, [_vm._v("\n (" + _vm._s(_vm.fileSize) + ")\n ")]) : _vm._e(), _vm._v(" "), _vm.corrupted ? _c('span', {
|
|
9226
9270
|
staticClass: "title__corrupted"
|
|
9227
9271
|
}, [_vm._v("\n " + _vm._s(_vm.corruptedLabelText) + "\n ")]) : _vm._e()]), _vm._v(" "), _vm.isSignable ? _c('div', {
|
|
9228
9272
|
staticClass: "signature",
|
|
@@ -9250,17 +9294,17 @@ var __vue_render__$4 = function () {
|
|
|
9250
9294
|
"icon": "",
|
|
9251
9295
|
"data-qa": _vm.dataQa + "-action"
|
|
9252
9296
|
},
|
|
9253
|
-
on: {
|
|
9254
|
-
"click": function ($event) {
|
|
9255
|
-
return _vm.$emit(action.type, _vm.uid);
|
|
9256
|
-
}
|
|
9257
|
-
},
|
|
9258
9297
|
scopedSlots: _vm._u([{
|
|
9259
9298
|
key: "prepend",
|
|
9260
9299
|
fn: function () {
|
|
9261
9300
|
return [_c('VcIcon', {
|
|
9262
9301
|
attrs: {
|
|
9263
9302
|
"size": "16"
|
|
9303
|
+
},
|
|
9304
|
+
on: {
|
|
9305
|
+
"click": function (e) {
|
|
9306
|
+
return _vm.$emit(action.type, _vm.uid, e);
|
|
9307
|
+
}
|
|
9264
9308
|
}
|
|
9265
9309
|
}, [_vm._v("$" + _vm._s(action.icon))])];
|
|
9266
9310
|
},
|
|
@@ -9270,13 +9314,13 @@ var __vue_render__$4 = function () {
|
|
|
9270
9314
|
}), 1) : _vm._e()]);
|
|
9271
9315
|
};
|
|
9272
9316
|
|
|
9273
|
-
var __vue_staticRenderFns__$
|
|
9317
|
+
var __vue_staticRenderFns__$5 = [];
|
|
9274
9318
|
/* style */
|
|
9275
9319
|
|
|
9276
|
-
const __vue_inject_styles__$
|
|
9320
|
+
const __vue_inject_styles__$5 = function (inject) {
|
|
9277
9321
|
if (!inject) return;
|
|
9278
|
-
inject("data-v-
|
|
9279
|
-
source: "[data-v-
|
|
9322
|
+
inject("data-v-3b804381_0", {
|
|
9323
|
+
source: "[data-v-3b804381]: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-light:300;--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;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--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;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--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-doc-item[data-v-3b804381]{display:flex;align-items:center;padding:0 var(--size-value4);height:48px;max-width:100%}.vc-doc-item .actions[data-v-3b804381]{display:flex;margin-inline-start:var(--size-value2)}.vc-doc-item .actions button[data-v-3b804381]{opacity:.4}.vc-doc-item .actions button[data-v-3b804381]:hover{opacity:1}.details[data-v-3b804381]{font-family:var(--primary-font-family);display:flex;flex-direction:row;align-items:center;width:100%;min-width:0}.details__doc-icon[data-v-3b804381]{position:relative}.details__doc-icon .v-icon[data-v-3b804381]{margin-inline-end:var(--size-value4)}.details__doc-icon .v-icon--flag[data-v-3b804381]{position:absolute;bottom:calc(-1 * var(--size-value1));inset-inline-end:calc(-1 * var(--size-value1))}.title[data-v-3b804381]{padding-inline-end:var(--size-value3);line-height:18px;display:flex;overflow:hidden}.title--corrupted[data-v-3b804381]{flex-direction:column}.title__corrupted[data-v-3b804381],.title__header[data-v-3b804381]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);color:var(--gray-darken-5);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.title__corrupted[data-v-3b804381]{color:var(--red)}.title__file-size[data-v-3b804381]{margin-inline-start:10px;color:var(--gray-darken-3);font-size:var(--font-size-xx-small);font-weight:var(--font-weight-medium);white-space:nowrap}.signature[data-v-3b804381]{display:flex;flex-direction:row;align-items:center;margin-inline-start:auto}.signature--trimmed[data-v-3b804381]{margin-inline-start:0}.signature__icon[data-v-3b804381]{color:var(--gray-darken-5);margin-inline-end:var(--size-value2)}.signature__text[data-v-3b804381]{font-weight:var(--font-weight-medium);font-size:var(--font-size-xx-small);color:var(--gray-darken-5);white-space:nowrap}",
|
|
9280
9324
|
map: undefined,
|
|
9281
9325
|
media: undefined
|
|
9282
9326
|
});
|
|
@@ -9284,23 +9328,23 @@ const __vue_inject_styles__$4 = function (inject) {
|
|
|
9284
9328
|
/* scoped */
|
|
9285
9329
|
|
|
9286
9330
|
|
|
9287
|
-
const __vue_scope_id__$
|
|
9331
|
+
const __vue_scope_id__$5 = "data-v-3b804381";
|
|
9288
9332
|
/* module identifier */
|
|
9289
9333
|
|
|
9290
|
-
const __vue_module_identifier__$
|
|
9334
|
+
const __vue_module_identifier__$5 = undefined;
|
|
9291
9335
|
/* functional template */
|
|
9292
9336
|
|
|
9293
|
-
const __vue_is_functional_template__$
|
|
9337
|
+
const __vue_is_functional_template__$5 = false;
|
|
9294
9338
|
/* style inject SSR */
|
|
9295
9339
|
|
|
9296
9340
|
/* style inject shadow dom */
|
|
9297
9341
|
|
|
9298
|
-
const __vue_component__$
|
|
9299
|
-
render: __vue_render__$
|
|
9300
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9301
|
-
}, __vue_inject_styles__$
|
|
9342
|
+
const __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
9343
|
+
render: __vue_render__$5,
|
|
9344
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
9345
|
+
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, createInjector, undefined, undefined);
|
|
9302
9346
|
|
|
9303
|
-
var __vue_component__$
|
|
9347
|
+
var __vue_component__$b = __vue_component__$a;
|
|
9304
9348
|
|
|
9305
9349
|
//
|
|
9306
9350
|
//
|
|
@@ -9308,7 +9352,7 @@ var __vue_component__$9 = __vue_component__$8;
|
|
|
9308
9352
|
//
|
|
9309
9353
|
//
|
|
9310
9354
|
//
|
|
9311
|
-
var script$
|
|
9355
|
+
var script$4 = {
|
|
9312
9356
|
name: "VcTimeSince",
|
|
9313
9357
|
props: {
|
|
9314
9358
|
timestamp: {
|
|
@@ -9380,10 +9424,10 @@ var script$3 = {
|
|
|
9380
9424
|
};
|
|
9381
9425
|
|
|
9382
9426
|
/* script */
|
|
9383
|
-
const __vue_script__$
|
|
9427
|
+
const __vue_script__$4 = script$4;
|
|
9384
9428
|
/* template */
|
|
9385
9429
|
|
|
9386
|
-
var __vue_render__$
|
|
9430
|
+
var __vue_render__$4 = function () {
|
|
9387
9431
|
var _vm = this;
|
|
9388
9432
|
|
|
9389
9433
|
var _h = _vm.$createElement;
|
|
@@ -9397,33 +9441,33 @@ var __vue_render__$3 = function () {
|
|
|
9397
9441
|
}, [_vm._v("\n " + _vm._s(_vm.timeSince) + "\n")]);
|
|
9398
9442
|
};
|
|
9399
9443
|
|
|
9400
|
-
var __vue_staticRenderFns__$
|
|
9444
|
+
var __vue_staticRenderFns__$4 = [];
|
|
9401
9445
|
/* style */
|
|
9402
9446
|
|
|
9403
|
-
const __vue_inject_styles__$
|
|
9447
|
+
const __vue_inject_styles__$4 = undefined;
|
|
9404
9448
|
/* scoped */
|
|
9405
9449
|
|
|
9406
|
-
const __vue_scope_id__$
|
|
9450
|
+
const __vue_scope_id__$4 = undefined;
|
|
9407
9451
|
/* module identifier */
|
|
9408
9452
|
|
|
9409
|
-
const __vue_module_identifier__$
|
|
9453
|
+
const __vue_module_identifier__$4 = undefined;
|
|
9410
9454
|
/* functional template */
|
|
9411
9455
|
|
|
9412
|
-
const __vue_is_functional_template__$
|
|
9456
|
+
const __vue_is_functional_template__$4 = false;
|
|
9413
9457
|
/* style inject */
|
|
9414
9458
|
|
|
9415
9459
|
/* style inject SSR */
|
|
9416
9460
|
|
|
9417
9461
|
/* style inject shadow dom */
|
|
9418
9462
|
|
|
9419
|
-
const __vue_component__$
|
|
9420
|
-
render: __vue_render__$
|
|
9421
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9422
|
-
}, __vue_inject_styles__$
|
|
9463
|
+
const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
9464
|
+
render: __vue_render__$4,
|
|
9465
|
+
staticRenderFns: __vue_staticRenderFns__$4
|
|
9466
|
+
}, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, undefined, undefined, undefined);
|
|
9423
9467
|
|
|
9424
|
-
var __vue_component__$
|
|
9468
|
+
var __vue_component__$9 = __vue_component__$8;
|
|
9425
9469
|
|
|
9426
|
-
var script$
|
|
9470
|
+
var script$3 = {
|
|
9427
9471
|
directives: {
|
|
9428
9472
|
Intersect: Intersect
|
|
9429
9473
|
},
|
|
@@ -9547,10 +9591,10 @@ var script$2 = {
|
|
|
9547
9591
|
};
|
|
9548
9592
|
|
|
9549
9593
|
/* script */
|
|
9550
|
-
const __vue_script__$
|
|
9594
|
+
const __vue_script__$3 = script$3;
|
|
9551
9595
|
/* template */
|
|
9552
9596
|
|
|
9553
|
-
var __vue_render__$
|
|
9597
|
+
var __vue_render__$3 = function () {
|
|
9554
9598
|
var _vm = this;
|
|
9555
9599
|
|
|
9556
9600
|
var _h = _vm.$createElement;
|
|
@@ -9666,10 +9710,10 @@ var __vue_render__$2 = function () {
|
|
|
9666
9710
|
}, [_vm._v("\n " + _vm._s(_vm.errorLabel) + "\n ")]) : _vm._e()], 1);
|
|
9667
9711
|
};
|
|
9668
9712
|
|
|
9669
|
-
var __vue_staticRenderFns__$
|
|
9713
|
+
var __vue_staticRenderFns__$3 = [];
|
|
9670
9714
|
/* style */
|
|
9671
9715
|
|
|
9672
|
-
const __vue_inject_styles__$
|
|
9716
|
+
const __vue_inject_styles__$3 = function (inject) {
|
|
9673
9717
|
if (!inject) return;
|
|
9674
9718
|
inject("data-v-18551c54_0", {
|
|
9675
9719
|
source: "[data-v-18551c54]: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-light:300;--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;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--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;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--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-search-picker[data-v-18551c54]{position:relative}.vc-search-picker__error-label[data-v-18551c54]{font-weight:var(--font-weight-medium);font-size:var(--font-size-xx-small);color:var(--red)}.vc-search-picker[data-v-18551c54] .v-input__slot{border:1px solid var(--gray-lighten-1);border-radius:var(--border-radius);height:var(--size-value13);padding:0 var(--size-value5);background-color:var(--modal-bg-color)}.vc-search-picker[data-v-18551c54] .v-input__slot:hover{border-color:var(--gray-darken-2)}.vc-search-picker[data-v-18551c54] .v-input__icon--append .v-icon{transform:rotate(0);color:var(--gray-darken-3)!important}.vc-search-picker[data-v-18551c54] .autocomplete--open .v-input__icon--append .v-icon{transform:rotate(180deg)}.vc-search-picker[data-v-18551c54] .autocomplete--open .v-input__slot{border-color:var(--v-secondary-base);outline:2px solid var(--v-secondary-lighten1)}.vc-search-picker[data-v-18551c54] .autocomplete{height:var(--size-value13);padding-top:0;margin-top:0}.vc-search-picker[data-v-18551c54] .autocomplete--error .v-input__slot{border-color:var(--red)}.vc-search-picker[data-v-18551c54] .autocomplete--has-items .placeholder-text:not(:first-of-type){display:none}.vc-search-picker[data-v-18551c54] .autocomplete--has-items.autocomplete--search-content .placeholder-text{display:none}.vc-search-picker[data-v-18551c54] .placeholder-text{font-size:var(--font-size-small2);font-weight:var(--font-weight-medium);color:var(--gray-darken-5);margin-inline-end:var(--size-value2);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.vc-search-picker[data-v-18551c54] .v-text-field>.v-input__control>.v-input__slot:after,.vc-search-picker[data-v-18551c54] .v-text-field>.v-input__control>.v-input__slot:before{content:initial}.vc-search-picker[data-v-18551c54] .v-input__prepend-inner{margin-right:auto;padding-inline-end:var(--size-value3);height:100%;display:flex;align-items:center;margin-top:0}.vc-search-picker[data-v-18551c54] .v-select__selections{flex-wrap:nowrap}.vc-search-picker[data-v-18551c54] .v-select__selections input[type=text]{display:inline-block;font-size:var(--font-size-small2);color:var(--gray-darken-5);caret-color:currentColor}.vc-search-picker[data-v-18551c54] .v-list-item--active::before{content:none}.v-menu__content.vc-select-field-menu[data-v-18551c54]{top:var(--size-value4)}.v-menu__content.vc-select-field-menu .v-input.vc-checkbox[data-v-18551c54]{margin:0;padding:0}.v-menu__content.vc-select-field-menu .spinner[data-v-18551c54]{margin:0 auto;display:block}[data-v-18551c54] .v-list-item--link{font-size:var(--font-size-x-small)}[data-v-18551c54] .v-list-item--link:before{content:initial}",
|
|
@@ -9680,23 +9724,23 @@ const __vue_inject_styles__$2 = function (inject) {
|
|
|
9680
9724
|
/* scoped */
|
|
9681
9725
|
|
|
9682
9726
|
|
|
9683
|
-
const __vue_scope_id__$
|
|
9727
|
+
const __vue_scope_id__$3 = "data-v-18551c54";
|
|
9684
9728
|
/* module identifier */
|
|
9685
9729
|
|
|
9686
|
-
const __vue_module_identifier__$
|
|
9730
|
+
const __vue_module_identifier__$3 = undefined;
|
|
9687
9731
|
/* functional template */
|
|
9688
9732
|
|
|
9689
|
-
const __vue_is_functional_template__$
|
|
9733
|
+
const __vue_is_functional_template__$3 = false;
|
|
9690
9734
|
/* style inject SSR */
|
|
9691
9735
|
|
|
9692
9736
|
/* style inject shadow dom */
|
|
9693
9737
|
|
|
9694
|
-
const __vue_component__$
|
|
9695
|
-
render: __vue_render__$
|
|
9696
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9697
|
-
}, __vue_inject_styles__$
|
|
9738
|
+
const __vue_component__$6 = /*#__PURE__*/normalizeComponent({
|
|
9739
|
+
render: __vue_render__$3,
|
|
9740
|
+
staticRenderFns: __vue_staticRenderFns__$3
|
|
9741
|
+
}, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, createInjector, undefined, undefined);
|
|
9698
9742
|
|
|
9699
|
-
var __vue_component__$
|
|
9743
|
+
var __vue_component__$7 = __vue_component__$6;
|
|
9700
9744
|
|
|
9701
9745
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
9702
9746
|
|
|
@@ -15853,7 +15897,7 @@ if (typeof window !== "undefined" && "Vue" in window) {
|
|
|
15853
15897
|
|
|
15854
15898
|
var draggable = /*@__PURE__*/getDefaultExportFromCjs(vuedraggable_umd);
|
|
15855
15899
|
|
|
15856
|
-
var script$
|
|
15900
|
+
var script$2 = {
|
|
15857
15901
|
name: "VcDraggableList",
|
|
15858
15902
|
components: {
|
|
15859
15903
|
VcIcon,
|
|
@@ -15898,10 +15942,10 @@ var script$1 = {
|
|
|
15898
15942
|
};
|
|
15899
15943
|
|
|
15900
15944
|
/* script */
|
|
15901
|
-
const __vue_script__$
|
|
15945
|
+
const __vue_script__$2 = script$2;
|
|
15902
15946
|
/* template */
|
|
15903
15947
|
|
|
15904
|
-
var __vue_render__$
|
|
15948
|
+
var __vue_render__$2 = function () {
|
|
15905
15949
|
var _vm = this;
|
|
15906
15950
|
|
|
15907
15951
|
var _h = _vm.$createElement;
|
|
@@ -15964,10 +16008,10 @@ var __vue_render__$1 = function () {
|
|
|
15964
16008
|
}), 0);
|
|
15965
16009
|
};
|
|
15966
16010
|
|
|
15967
|
-
var __vue_staticRenderFns__$
|
|
16011
|
+
var __vue_staticRenderFns__$2 = [];
|
|
15968
16012
|
/* style */
|
|
15969
16013
|
|
|
15970
|
-
const __vue_inject_styles__$
|
|
16014
|
+
const __vue_inject_styles__$2 = function (inject) {
|
|
15971
16015
|
if (!inject) return;
|
|
15972
16016
|
inject("data-v-b25547ee_0", {
|
|
15973
16017
|
source: ".list-group.onDragging[data-v-b25547ee]{cursor:grabbing!important}.list-group .v-icon[data-v-b25547ee]{margin:0 var(--size-value1)}@media screen and (min-width:960px){.list-group .v-icon[data-v-b25547ee]{visibility:hidden}}@media screen and (min-width:960px){.list-group .onHover[data-v-b25547ee]{background:var(--gray-lighten-3);border-radius:var(--border-radius)}.list-group .onHover .v-icon[data-v-b25547ee]{cursor:grab;visibility:visible}}.list-group .ghost[data-v-b25547ee]{background:var(--gray-lighten-2);border:1px solid var(--v-secondary-lighten1);border-radius:var(--border-radius);box-shadow:unset;opacity:.4}.list-group .ghost .v-icon[data-v-b25547ee]{visibility:visible}.list-group .drag[data-v-b25547ee]{background:#fff;opacity:1!important;border-left:3px solid var(--v-secondary-base);box-shadow:var(--shadow-6);border-radius:var(--size-value1)}",
|
|
@@ -15978,23 +16022,23 @@ const __vue_inject_styles__$1 = function (inject) {
|
|
|
15978
16022
|
/* scoped */
|
|
15979
16023
|
|
|
15980
16024
|
|
|
15981
|
-
const __vue_scope_id__$
|
|
16025
|
+
const __vue_scope_id__$2 = "data-v-b25547ee";
|
|
15982
16026
|
/* module identifier */
|
|
15983
16027
|
|
|
15984
|
-
const __vue_module_identifier__$
|
|
16028
|
+
const __vue_module_identifier__$2 = undefined;
|
|
15985
16029
|
/* functional template */
|
|
15986
16030
|
|
|
15987
|
-
const __vue_is_functional_template__$
|
|
16031
|
+
const __vue_is_functional_template__$2 = false;
|
|
15988
16032
|
/* style inject SSR */
|
|
15989
16033
|
|
|
15990
16034
|
/* style inject shadow dom */
|
|
15991
16035
|
|
|
15992
|
-
const __vue_component__$
|
|
15993
|
-
render: __vue_render__$
|
|
15994
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
15995
|
-
}, __vue_inject_styles__$
|
|
16036
|
+
const __vue_component__$4 = /*#__PURE__*/normalizeComponent({
|
|
16037
|
+
render: __vue_render__$2,
|
|
16038
|
+
staticRenderFns: __vue_staticRenderFns__$2
|
|
16039
|
+
}, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, createInjector, undefined, undefined);
|
|
15996
16040
|
|
|
15997
|
-
var __vue_component__$
|
|
16041
|
+
var __vue_component__$5 = __vue_component__$4;
|
|
15998
16042
|
|
|
15999
16043
|
//
|
|
16000
16044
|
//
|
|
@@ -16029,7 +16073,7 @@ var __vue_component__$3 = __vue_component__$2;
|
|
|
16029
16073
|
//
|
|
16030
16074
|
//
|
|
16031
16075
|
//
|
|
16032
|
-
var script = {
|
|
16076
|
+
var script$1 = {
|
|
16033
16077
|
components: {
|
|
16034
16078
|
VTab: VTab,
|
|
16035
16079
|
VTabs: VTabs,
|
|
@@ -16085,10 +16129,10 @@ var script = {
|
|
|
16085
16129
|
};
|
|
16086
16130
|
|
|
16087
16131
|
/* script */
|
|
16088
|
-
const __vue_script__ = script;
|
|
16132
|
+
const __vue_script__$1 = script$1;
|
|
16089
16133
|
/* template */
|
|
16090
16134
|
|
|
16091
|
-
var __vue_render__ = function () {
|
|
16135
|
+
var __vue_render__$1 = function () {
|
|
16092
16136
|
var _vm = this;
|
|
16093
16137
|
|
|
16094
16138
|
var _h = _vm.$createElement;
|
|
@@ -16158,10 +16202,10 @@ var __vue_render__ = function () {
|
|
|
16158
16202
|
}), 1)], 1);
|
|
16159
16203
|
};
|
|
16160
16204
|
|
|
16161
|
-
var __vue_staticRenderFns__ = [];
|
|
16205
|
+
var __vue_staticRenderFns__$1 = [];
|
|
16162
16206
|
/* style */
|
|
16163
16207
|
|
|
16164
|
-
const __vue_inject_styles__ = function (inject) {
|
|
16208
|
+
const __vue_inject_styles__$1 = function (inject) {
|
|
16165
16209
|
if (!inject) return;
|
|
16166
16210
|
inject("data-v-92e36a22_0", {
|
|
16167
16211
|
source: ".VcTabs--wrapper .separatorShadow[data-v-92e36a22]{border-bottom:1px solid var(--gray-lighten-1);box-shadow:var(--shadow-1)}.VcTabs--wrapper .separatorDivider[data-v-92e36a22]{border-bottom:1px solid var(--gray-lighten-1)}.VcTab[data-v-92e36a22]:focus{color:rgba(255,255,255,0)!important;box-shadow:inset 0 0 0 3px var(--v-secondary-lighten1);border-radius:2px}.VcTab:focus .VcTab-label[data-v-92e36a22]{color:var(--gray-darken-4)}.VcTab:focus.VcTabDisabled[data-v-92e36a22]{background:rgba(0,0,0,.04);color:var(--gray-darken-2)}.VcTabActive[data-v-92e36a22]{color:var(--gray-darken-5)}.VcTab-label[data-v-92e36a22]{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);line-height:var(--size-value4);letter-spacing:0;text-transform:initial}.VcTabsContent[data-v-92e36a22]{background-color:transparent}[data-v-92e36a22] .v-slide-group__next,[data-v-92e36a22] .v-slide-group__prev{display:none!important}[data-v-92e36a22] .v-slide-group__wrapper{overflow-x:auto;overflow-y:hidden}",
|
|
@@ -16172,7 +16216,132 @@ const __vue_inject_styles__ = function (inject) {
|
|
|
16172
16216
|
/* scoped */
|
|
16173
16217
|
|
|
16174
16218
|
|
|
16175
|
-
const __vue_scope_id__ = "data-v-92e36a22";
|
|
16219
|
+
const __vue_scope_id__$1 = "data-v-92e36a22";
|
|
16220
|
+
/* module identifier */
|
|
16221
|
+
|
|
16222
|
+
const __vue_module_identifier__$1 = undefined;
|
|
16223
|
+
/* functional template */
|
|
16224
|
+
|
|
16225
|
+
const __vue_is_functional_template__$1 = false;
|
|
16226
|
+
/* style inject SSR */
|
|
16227
|
+
|
|
16228
|
+
/* style inject shadow dom */
|
|
16229
|
+
|
|
16230
|
+
const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
16231
|
+
render: __vue_render__$1,
|
|
16232
|
+
staticRenderFns: __vue_staticRenderFns__$1
|
|
16233
|
+
}, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, createInjector, undefined, undefined);
|
|
16234
|
+
|
|
16235
|
+
var __vue_component__$3 = __vue_component__$2;
|
|
16236
|
+
|
|
16237
|
+
var script = {
|
|
16238
|
+
name: "VcSideNav",
|
|
16239
|
+
components: {
|
|
16240
|
+
VcIcon
|
|
16241
|
+
},
|
|
16242
|
+
props: {
|
|
16243
|
+
dataQa: {
|
|
16244
|
+
type: String,
|
|
16245
|
+
default: 'VcSideNav'
|
|
16246
|
+
},
|
|
16247
|
+
selected: {
|
|
16248
|
+
type: String,
|
|
16249
|
+
required: true
|
|
16250
|
+
},
|
|
16251
|
+
navGroups: {
|
|
16252
|
+
type: Array,
|
|
16253
|
+
validator: prop => prop.every(group => group.label && group.id)
|
|
16254
|
+
}
|
|
16255
|
+
},
|
|
16256
|
+
model: {
|
|
16257
|
+
prop: 'selected',
|
|
16258
|
+
event: 'change'
|
|
16259
|
+
},
|
|
16260
|
+
computed: {
|
|
16261
|
+
isMobile() {
|
|
16262
|
+
return !this.$vuetify.breakpoint.mdAndUp;
|
|
16263
|
+
}
|
|
16264
|
+
|
|
16265
|
+
}
|
|
16266
|
+
};
|
|
16267
|
+
|
|
16268
|
+
/* script */
|
|
16269
|
+
const __vue_script__ = script;
|
|
16270
|
+
/* template */
|
|
16271
|
+
|
|
16272
|
+
var __vue_render__ = function () {
|
|
16273
|
+
var _vm = this;
|
|
16274
|
+
|
|
16275
|
+
var _h = _vm.$createElement;
|
|
16276
|
+
|
|
16277
|
+
var _c = _vm._self._c || _h;
|
|
16278
|
+
|
|
16279
|
+
return _c('div', {
|
|
16280
|
+
staticClass: "side-nav d-flex flex-column",
|
|
16281
|
+
attrs: {
|
|
16282
|
+
"data-qa": _vm.dataQa
|
|
16283
|
+
}
|
|
16284
|
+
}, _vm._l(_vm.navGroups, function (group) {
|
|
16285
|
+
return _c('div', {
|
|
16286
|
+
key: group.id,
|
|
16287
|
+
staticClass: "side-nav__group",
|
|
16288
|
+
attrs: {
|
|
16289
|
+
"data-qa": group.id
|
|
16290
|
+
}
|
|
16291
|
+
}, [_c('div', {
|
|
16292
|
+
staticClass: "side-nav__group__header mb-2"
|
|
16293
|
+
}, [_vm._t("group-" + group.id + "-header", function () {
|
|
16294
|
+
return [_vm._v("\n " + _vm._s(group.label) + "\n ")];
|
|
16295
|
+
})], 2), _vm._v(" "), _c('div', {
|
|
16296
|
+
staticClass: "side-nav__group__container d-flex flex-column mb-5"
|
|
16297
|
+
}, _vm._l(group.items, function (item) {
|
|
16298
|
+
return group.items ? _c('div', {
|
|
16299
|
+
key: item.id,
|
|
16300
|
+
staticClass: "side-nav__group__container__menu-item d-flex align-center flex-grow-1",
|
|
16301
|
+
class: {
|
|
16302
|
+
selected: item.id === _vm.selected,
|
|
16303
|
+
disabled: item.disabled,
|
|
16304
|
+
mobile: _vm.isMobile,
|
|
16305
|
+
'rtl': _vm.$vuetify.rtl
|
|
16306
|
+
},
|
|
16307
|
+
attrs: {
|
|
16308
|
+
"data-qa": "item-" + item.id
|
|
16309
|
+
},
|
|
16310
|
+
on: {
|
|
16311
|
+
"click": function ($event) {
|
|
16312
|
+
return _vm.$emit('change', item.id);
|
|
16313
|
+
}
|
|
16314
|
+
}
|
|
16315
|
+
}, [_vm._t("item-" + item.id, function () {
|
|
16316
|
+
return [_c('div', {
|
|
16317
|
+
staticClass: "d-flex justify-space-between px-4 align-center flex-grow-1"
|
|
16318
|
+
}, [_c('span', [_vm._v(_vm._s(item.label))]), _vm._v(" "), _vm.isMobile ? _c('vcIcon', {
|
|
16319
|
+
attrs: {
|
|
16320
|
+
"size": "12"
|
|
16321
|
+
}
|
|
16322
|
+
}, [_vm._v("$chevron_right")]) : _vm._e()], 1)];
|
|
16323
|
+
}, {
|
|
16324
|
+
"item": item
|
|
16325
|
+
})], 2) : _vm._e();
|
|
16326
|
+
}), 0)]);
|
|
16327
|
+
}), 0);
|
|
16328
|
+
};
|
|
16329
|
+
|
|
16330
|
+
var __vue_staticRenderFns__ = [];
|
|
16331
|
+
/* style */
|
|
16332
|
+
|
|
16333
|
+
const __vue_inject_styles__ = function (inject) {
|
|
16334
|
+
if (!inject) return;
|
|
16335
|
+
inject("data-v-732fc45f_0", {
|
|
16336
|
+
source: ".side-nav__group__header[data-v-732fc45f]{font-size:var(--font-size-xx-small);font-weight:var(--font-weight-large);line-height:var(--size-value5);color:var(--gray-darken-2)}.side-nav__group__container[data-v-732fc45f]{border-radius:var(--border-radius);background-color:var(--modal-bg-color);box-shadow:var(--shadow-1)}.side-nav__group__container__menu-item[data-v-732fc45f]{cursor:pointer;box-sizing:border-box;height:var(--size-value11);font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);border-inline-start:3px solid var(--modal-bg-color);transition:.3s;transition-property:border-color,background-color}.side-nav__group__container__menu-item[data-v-732fc45f]:first-of-type{margin-top:var(--size-value1)}.side-nav__group__container__menu-item[data-v-732fc45f]:last-of-type{margin-bottom:var(--size-value1)}.side-nav__group__container__menu-item[data-v-732fc45f]:hover{border-color:var(--gray-lighten-3);background-color:var(--gray-lighten-3)}.side-nav__group__container__menu-item[data-v-732fc45f]:focus{border:3px solid var(--v-secondary-lighten1)}.side-nav__group__container__menu-item[data-v-732fc45f]:active:not(.mobile){border-color:var(--gray-lighten-1);background-color:var(--gray-lighten-1)}.side-nav__group__container__menu-item.selected[data-v-732fc45f]{font-weight:var(--font-weight-large)}.side-nav__group__container__menu-item.selected[data-v-732fc45f]:not(.mobile){border-inline-start:3px solid var(--v-secondary-base)}.side-nav__group__container__menu-item.disabled[data-v-732fc45f]{cursor:unset;pointer-events:none;border-color:var(--gray-lighten-3);background-color:var(--gray-lighten-3);color:var(--gray-darken-2)}.side-nav__group__container__menu-item.mobile[data-v-732fc45f]{color:var(--gray-darken-5);height:var(--size-value13)}.side-nav__group__container__menu-item.mobile[data-v-732fc45f] svg.vc-chevron-right{fill:var(--gray-darken-2)}.side-nav__group__container__menu-item.mobile.rtl[data-v-732fc45f] svg.vc-chevron-right{-webkit-transform:scaleX(-1);transform:scaleX(-1)}",
|
|
16337
|
+
map: undefined,
|
|
16338
|
+
media: undefined
|
|
16339
|
+
});
|
|
16340
|
+
};
|
|
16341
|
+
/* scoped */
|
|
16342
|
+
|
|
16343
|
+
|
|
16344
|
+
const __vue_scope_id__ = "data-v-732fc45f";
|
|
16176
16345
|
/* module identifier */
|
|
16177
16346
|
|
|
16178
16347
|
const __vue_module_identifier__ = undefined;
|
|
@@ -16194,9 +16363,9 @@ var __vue_component__$1 = __vue_component__;
|
|
|
16194
16363
|
|
|
16195
16364
|
var components$1 = /*#__PURE__*/Object.freeze({
|
|
16196
16365
|
__proto__: null,
|
|
16197
|
-
VcConfirmModal: __vue_component__$
|
|
16198
|
-
VcInputModal: __vue_component__$
|
|
16199
|
-
VcNoticeModal: __vue_component__$
|
|
16366
|
+
VcConfirmModal: __vue_component__$1r,
|
|
16367
|
+
VcInputModal: __vue_component__$1o,
|
|
16368
|
+
VcNoticeModal: __vue_component__$1l,
|
|
16200
16369
|
VcModalFooter: VcModalFooter,
|
|
16201
16370
|
VcModalHeader: VcModalHeader,
|
|
16202
16371
|
VcAlert: VcAlert,
|
|
@@ -16209,55 +16378,56 @@ var components$1 = /*#__PURE__*/Object.freeze({
|
|
|
16209
16378
|
VcMobileWizardProgress: VcMobileWizardProgress,
|
|
16210
16379
|
VcProgressCircular: VcProgressCircular,
|
|
16211
16380
|
VcChecklistItem: VcChecklistItem,
|
|
16212
|
-
VcListbox: __vue_component__$
|
|
16381
|
+
VcListbox: __vue_component__$15,
|
|
16213
16382
|
VcBottomSheet: VcBottomSheet,
|
|
16214
|
-
VcInputBottomSheet: __vue_component__
|
|
16383
|
+
VcInputBottomSheet: __vue_component__$11,
|
|
16215
16384
|
VcPopover: VcPopover,
|
|
16216
|
-
VcInputPopover: __vue_component__$
|
|
16385
|
+
VcInputPopover: __vue_component__$_,
|
|
16217
16386
|
VcChip: VcChip,
|
|
16218
|
-
VcChipList: __vue_component__$
|
|
16387
|
+
VcChipList: __vue_component__$X,
|
|
16219
16388
|
VcSearchBar: VcSearchBar,
|
|
16220
16389
|
VcBaseListItem: VcBaseListItem,
|
|
16221
|
-
VcList: __vue_component__$
|
|
16390
|
+
VcList: __vue_component__$R,
|
|
16222
16391
|
VcButton: VcButton,
|
|
16223
|
-
VcButtonGroup: __vue_component__$
|
|
16392
|
+
VcButtonGroup: __vue_component__$P,
|
|
16224
16393
|
VcForm: VcForm,
|
|
16225
16394
|
VcIcon: VcIcon,
|
|
16226
16395
|
VcLayout: VcLayout,
|
|
16227
16396
|
VcLoader: VcLoader,
|
|
16228
16397
|
VcSwitch: VcSwitch,
|
|
16229
|
-
VcListEntity: __vue_component__$
|
|
16230
|
-
VcExpansionCard: __vue_component__$
|
|
16398
|
+
VcListEntity: __vue_component__$M,
|
|
16399
|
+
VcExpansionCard: __vue_component__$K,
|
|
16231
16400
|
VcTextField: VcTextField,
|
|
16232
16401
|
VcAvatar: VcAvatar,
|
|
16233
|
-
VcTextArea: __vue_component__$
|
|
16234
|
-
VcSelectField: __vue_component__$
|
|
16235
|
-
VcToast: __vue_component__$
|
|
16236
|
-
VcCard: __vue_component__$
|
|
16402
|
+
VcTextArea: __vue_component__$I,
|
|
16403
|
+
VcSelectField: __vue_component__$G,
|
|
16404
|
+
VcToast: __vue_component__$E,
|
|
16405
|
+
VcCard: __vue_component__$C,
|
|
16237
16406
|
VcCheckbox: VcCheckbox,
|
|
16238
|
-
VcFilterPanel: __vue_component__$
|
|
16239
|
-
VcFocusArea: __vue_component__$
|
|
16407
|
+
VcFilterPanel: __vue_component__$A,
|
|
16408
|
+
VcFocusArea: __vue_component__$y,
|
|
16240
16409
|
VcLink: VcLink,
|
|
16241
|
-
VcListItem: __vue_component__$
|
|
16242
|
-
VcGroupHeader: __vue_component__$
|
|
16410
|
+
VcListItem: __vue_component__$w,
|
|
16411
|
+
VcGroupHeader: __vue_component__$u,
|
|
16243
16412
|
VcEmptyState: VcEmptyState,
|
|
16244
16413
|
VcSvg: VcSvg,
|
|
16245
|
-
VcBanner: __vue_component__$
|
|
16414
|
+
VcBanner: __vue_component__$s,
|
|
16246
16415
|
VcWizardCtaContainer: VcWizardCtaContainer,
|
|
16247
|
-
VcWizard: __vue_component__$
|
|
16416
|
+
VcWizard: __vue_component__$o,
|
|
16248
16417
|
VcImage: VcImage,
|
|
16249
|
-
VcBadge: __vue_component__$
|
|
16250
|
-
VcUpsellBlock: __vue_component__$
|
|
16418
|
+
VcBadge: __vue_component__$m,
|
|
16419
|
+
VcUpsellBlock: __vue_component__$k,
|
|
16251
16420
|
VcModalContainer: VcModalContainer,
|
|
16252
|
-
VcDropzone: __vue_component__$
|
|
16253
|
-
VcRadioGroup: __vue_component__$
|
|
16421
|
+
VcDropzone: __vue_component__$i,
|
|
16422
|
+
VcRadioGroup: __vue_component__$f,
|
|
16254
16423
|
VcRadio: VcRadio,
|
|
16255
|
-
VcSegmentedControl: __vue_component__$
|
|
16256
|
-
VcDocItem: __vue_component__$
|
|
16257
|
-
VcTimeSince: __vue_component__$
|
|
16258
|
-
VcSearchPicker: __vue_component__$
|
|
16259
|
-
VcDraggableList: __vue_component__$
|
|
16260
|
-
VcTabs: __vue_component__$
|
|
16424
|
+
VcSegmentedControl: __vue_component__$d,
|
|
16425
|
+
VcDocItem: __vue_component__$b,
|
|
16426
|
+
VcTimeSince: __vue_component__$9,
|
|
16427
|
+
VcSearchPicker: __vue_component__$7,
|
|
16428
|
+
VcDraggableList: __vue_component__$5,
|
|
16429
|
+
VcTabs: __vue_component__$3,
|
|
16430
|
+
VcSideNav: __vue_component__$1
|
|
16261
16431
|
});
|
|
16262
16432
|
|
|
16263
16433
|
// Import vue components
|
|
@@ -16271,9 +16441,9 @@ const install = function installdesignSystem(Vue) {
|
|
|
16271
16441
|
var components = /*#__PURE__*/Object.freeze({
|
|
16272
16442
|
__proto__: null,
|
|
16273
16443
|
'default': install,
|
|
16274
|
-
VcConfirmModal: __vue_component__$
|
|
16275
|
-
VcInputModal: __vue_component__$
|
|
16276
|
-
VcNoticeModal: __vue_component__$
|
|
16444
|
+
VcConfirmModal: __vue_component__$1r,
|
|
16445
|
+
VcInputModal: __vue_component__$1o,
|
|
16446
|
+
VcNoticeModal: __vue_component__$1l,
|
|
16277
16447
|
VcModalFooter: VcModalFooter,
|
|
16278
16448
|
VcModalHeader: VcModalHeader,
|
|
16279
16449
|
VcAlert: VcAlert,
|
|
@@ -16286,55 +16456,56 @@ var components = /*#__PURE__*/Object.freeze({
|
|
|
16286
16456
|
VcMobileWizardProgress: VcMobileWizardProgress,
|
|
16287
16457
|
VcProgressCircular: VcProgressCircular,
|
|
16288
16458
|
VcChecklistItem: VcChecklistItem,
|
|
16289
|
-
VcListbox: __vue_component__$
|
|
16459
|
+
VcListbox: __vue_component__$15,
|
|
16290
16460
|
VcBottomSheet: VcBottomSheet,
|
|
16291
|
-
VcInputBottomSheet: __vue_component__
|
|
16461
|
+
VcInputBottomSheet: __vue_component__$11,
|
|
16292
16462
|
VcPopover: VcPopover,
|
|
16293
|
-
VcInputPopover: __vue_component__$
|
|
16463
|
+
VcInputPopover: __vue_component__$_,
|
|
16294
16464
|
VcChip: VcChip,
|
|
16295
|
-
VcChipList: __vue_component__$
|
|
16465
|
+
VcChipList: __vue_component__$X,
|
|
16296
16466
|
VcSearchBar: VcSearchBar,
|
|
16297
16467
|
VcBaseListItem: VcBaseListItem,
|
|
16298
|
-
VcList: __vue_component__$
|
|
16468
|
+
VcList: __vue_component__$R,
|
|
16299
16469
|
VcButton: VcButton,
|
|
16300
|
-
VcButtonGroup: __vue_component__$
|
|
16470
|
+
VcButtonGroup: __vue_component__$P,
|
|
16301
16471
|
VcForm: VcForm,
|
|
16302
16472
|
VcIcon: VcIcon,
|
|
16303
16473
|
VcLayout: VcLayout,
|
|
16304
16474
|
VcLoader: VcLoader,
|
|
16305
16475
|
VcSwitch: VcSwitch,
|
|
16306
|
-
VcListEntity: __vue_component__$
|
|
16307
|
-
VcExpansionCard: __vue_component__$
|
|
16476
|
+
VcListEntity: __vue_component__$M,
|
|
16477
|
+
VcExpansionCard: __vue_component__$K,
|
|
16308
16478
|
VcTextField: VcTextField,
|
|
16309
16479
|
VcAvatar: VcAvatar,
|
|
16310
|
-
VcTextArea: __vue_component__$
|
|
16311
|
-
VcSelectField: __vue_component__$
|
|
16312
|
-
VcToast: __vue_component__$
|
|
16313
|
-
VcCard: __vue_component__$
|
|
16480
|
+
VcTextArea: __vue_component__$I,
|
|
16481
|
+
VcSelectField: __vue_component__$G,
|
|
16482
|
+
VcToast: __vue_component__$E,
|
|
16483
|
+
VcCard: __vue_component__$C,
|
|
16314
16484
|
VcCheckbox: VcCheckbox,
|
|
16315
|
-
VcFilterPanel: __vue_component__$
|
|
16316
|
-
VcFocusArea: __vue_component__$
|
|
16485
|
+
VcFilterPanel: __vue_component__$A,
|
|
16486
|
+
VcFocusArea: __vue_component__$y,
|
|
16317
16487
|
VcLink: VcLink,
|
|
16318
|
-
VcListItem: __vue_component__$
|
|
16319
|
-
VcGroupHeader: __vue_component__$
|
|
16488
|
+
VcListItem: __vue_component__$w,
|
|
16489
|
+
VcGroupHeader: __vue_component__$u,
|
|
16320
16490
|
VcEmptyState: VcEmptyState,
|
|
16321
16491
|
VcSvg: VcSvg,
|
|
16322
|
-
VcBanner: __vue_component__$
|
|
16492
|
+
VcBanner: __vue_component__$s,
|
|
16323
16493
|
VcWizardCtaContainer: VcWizardCtaContainer,
|
|
16324
|
-
VcWizard: __vue_component__$
|
|
16494
|
+
VcWizard: __vue_component__$o,
|
|
16325
16495
|
VcImage: VcImage,
|
|
16326
|
-
VcBadge: __vue_component__$
|
|
16327
|
-
VcUpsellBlock: __vue_component__$
|
|
16496
|
+
VcBadge: __vue_component__$m,
|
|
16497
|
+
VcUpsellBlock: __vue_component__$k,
|
|
16328
16498
|
VcModalContainer: VcModalContainer,
|
|
16329
|
-
VcDropzone: __vue_component__$
|
|
16330
|
-
VcRadioGroup: __vue_component__$
|
|
16499
|
+
VcDropzone: __vue_component__$i,
|
|
16500
|
+
VcRadioGroup: __vue_component__$f,
|
|
16331
16501
|
VcRadio: VcRadio,
|
|
16332
|
-
VcSegmentedControl: __vue_component__$
|
|
16333
|
-
VcDocItem: __vue_component__$
|
|
16334
|
-
VcTimeSince: __vue_component__$
|
|
16335
|
-
VcSearchPicker: __vue_component__$
|
|
16336
|
-
VcDraggableList: __vue_component__$
|
|
16337
|
-
VcTabs: __vue_component__$
|
|
16502
|
+
VcSegmentedControl: __vue_component__$d,
|
|
16503
|
+
VcDocItem: __vue_component__$b,
|
|
16504
|
+
VcTimeSince: __vue_component__$9,
|
|
16505
|
+
VcSearchPicker: __vue_component__$7,
|
|
16506
|
+
VcDraggableList: __vue_component__$5,
|
|
16507
|
+
VcTabs: __vue_component__$3,
|
|
16508
|
+
VcSideNav: __vue_component__$1
|
|
16338
16509
|
});
|
|
16339
16510
|
|
|
16340
16511
|
// iife/cjs usage extends esm default export - so import it all
|