@vcita/design-system 1.1.2-beta.2 → 1.1.4
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/dist/@vcita/design-system.esm.js +875 -1070
- package/dist/@vcita/design-system.min.js +2 -2
- package/dist/@vcita/design-system.ssr.js +770 -968
- package/init/DesignSystem.js +2 -8
- package/init/SvgIcons.js +1 -1
- package/package.json +1 -1
- package/src/components/VcDraggableList/VcDraggableList.stories.js +24 -8
- package/src/components/VcDraggableList/VcDraggableList.vue +8 -4
- package/src/components/VcUpsellBlock/VcUpsellBlock.stories.js +0 -24
- package/src/components/composability/DynamicSlots.stories.js +91 -0
- package/src/components/composability/DynamicSlots.vue +30 -0
- package/src/components/composability/ListSlots.stories.js +54 -0
- package/src/components/composability/ListSlots.vue +31 -0
- package/src/components/composability/NamedSlots.stories.js +75 -0
- package/src/components/composability/NamedSlots.vue +23 -0
- package/src/components/composability/Prop.stories.js +43 -0
- package/src/components/composability/Prop.vue +19 -0
- package/src/components/composability/SimpleSlot.stories.js +75 -0
- package/src/components/composability/SimpleSlot.vue +24 -0
- package/src/components/composability/SlotWithData.stories.js +42 -0
- package/src/components/composability/SlotWithData.vue +24 -0
- package/src/components/index.js +0 -1
- package/src/components/listPage/VcListItem/VcListItem.spec.js +1 -1
- package/src/components/listPage/VcListItem/VcListItem.stories.js +1 -1
- package/src/components/modal/elements/VcModalFooter.stories.js +2 -2
- package/src/components/modal/elements/VcModalFooter.vue +1 -0
- package/src/components/wizard/VcWizard/VcWizard.stories.js +2 -2
- package/src/components/VcTabs/VcTabs.spec.js +0 -57
- package/src/components/VcTabs/VcTabs.stories.js +0 -182
- package/src/components/VcTabs/VcTabs.vue +0 -125
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { VDialog, VBtn, VLayout, VAlert, VTooltip, VIcon, VSubheader, VListItem, VList, VBottomSheet, VListItemTitle, VMenu, VStepperStep, VStepper, VProgressCircular, VCheckbox, VTextField, VListItemGroup, VDivider, VSheet, VSwitch, VChip, VCol, VRow, VContainer, VTextarea, VSelect, VSnackbar, VCard, VStepperContent, VStepperItems, VBadge, VRadio, VRadioGroup, VBtnToggle, Intersect, VAutocomplete
|
|
1
|
+
import { VDialog, VBtn, VLayout, VAlert, VTooltip, VIcon, VSubheader, VListItem, VList, VBottomSheet, VListItemTitle, VMenu, VStepperStep, VStepper, VProgressCircular, VCheckbox, VTextField, VListItemGroup, VDivider, VSheet, VSwitch, VChip, VCol, VRow, VContainer, VTextarea, VSelect, VSnackbar, VCard, VStepperContent, VStepperItems, VBadge, VRadio, VRadioGroup, VBtnToggle, Intersect, VAutocomplete } from 'vuetify/lib';
|
|
2
2
|
|
|
3
3
|
//
|
|
4
4
|
//
|
|
@@ -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$$ = {
|
|
15
15
|
components: {
|
|
16
16
|
VDialog: VDialog
|
|
17
17
|
},
|
|
@@ -168,10 +168,10 @@ function addStyle(id, css) {
|
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
/* script */
|
|
171
|
-
const __vue_script__
|
|
171
|
+
const __vue_script__$$ = script$$;
|
|
172
172
|
/* template */
|
|
173
173
|
|
|
174
|
-
var __vue_render__$
|
|
174
|
+
var __vue_render__$Y = function () {
|
|
175
175
|
var _vm = this;
|
|
176
176
|
|
|
177
177
|
var _h = _vm.$createElement;
|
|
@@ -206,10 +206,10 @@ var __vue_render__$Z = function () {
|
|
|
206
206
|
}, [_vm._t("default")], 2);
|
|
207
207
|
};
|
|
208
208
|
|
|
209
|
-
var __vue_staticRenderFns__$
|
|
209
|
+
var __vue_staticRenderFns__$Y = [];
|
|
210
210
|
/* style */
|
|
211
211
|
|
|
212
|
-
const __vue_inject_styles__
|
|
212
|
+
const __vue_inject_styles__$$ = function (inject) {
|
|
213
213
|
if (!inject) return;
|
|
214
214
|
inject("data-v-2f9f1f74_0", {
|
|
215
215
|
source: ".VcModalWrapper{position:relative;width:auto;background-color:var(--modal-bg-color);box-shadow:var(--modal-box-shadow)}@media screen and (min-width:960px){.VcModalWrapper{margin:0 24px}.VcModalWrapper.offset{left:var(--modal-desktop-offset)}#app[dir=rtl] .VcModalWrapper.offset{left:auto;right:var(--modal-desktop-offset)}}",
|
|
@@ -220,25 +220,25 @@ const __vue_inject_styles__$10 = function (inject) {
|
|
|
220
220
|
/* scoped */
|
|
221
221
|
|
|
222
222
|
|
|
223
|
-
const __vue_scope_id__
|
|
223
|
+
const __vue_scope_id__$$ = undefined;
|
|
224
224
|
/* module identifier */
|
|
225
225
|
|
|
226
|
-
const __vue_module_identifier__
|
|
226
|
+
const __vue_module_identifier__$$ = undefined;
|
|
227
227
|
/* functional template */
|
|
228
228
|
|
|
229
|
-
const __vue_is_functional_template__
|
|
229
|
+
const __vue_is_functional_template__$$ = false;
|
|
230
230
|
/* style inject SSR */
|
|
231
231
|
|
|
232
232
|
/* style inject shadow dom */
|
|
233
233
|
|
|
234
|
-
const __vue_component__$
|
|
235
|
-
render: __vue_render__$
|
|
236
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
237
|
-
}, __vue_inject_styles__
|
|
234
|
+
const __vue_component__$1t = /*#__PURE__*/normalizeComponent({
|
|
235
|
+
render: __vue_render__$Y,
|
|
236
|
+
staticRenderFns: __vue_staticRenderFns__$Y
|
|
237
|
+
}, __vue_inject_styles__$$, __vue_script__$$, __vue_scope_id__$$, __vue_is_functional_template__$$, __vue_module_identifier__$$, false, createInjector, undefined, undefined);
|
|
238
238
|
|
|
239
|
-
var VcModalWrapper = __vue_component__$
|
|
239
|
+
var VcModalWrapper = __vue_component__$1t;
|
|
240
240
|
|
|
241
|
-
var script
|
|
241
|
+
var script$_ = {
|
|
242
242
|
name: "VcIcon",
|
|
243
243
|
props: {
|
|
244
244
|
dataQa: {
|
|
@@ -258,32 +258,32 @@ var script$$ = {
|
|
|
258
258
|
};
|
|
259
259
|
|
|
260
260
|
/* script */
|
|
261
|
-
const __vue_script__
|
|
261
|
+
const __vue_script__$_ = script$_;
|
|
262
262
|
/* template */
|
|
263
263
|
|
|
264
264
|
/* style */
|
|
265
265
|
|
|
266
|
-
const __vue_inject_styles__
|
|
266
|
+
const __vue_inject_styles__$_ = undefined;
|
|
267
267
|
/* scoped */
|
|
268
268
|
|
|
269
|
-
const __vue_scope_id__
|
|
269
|
+
const __vue_scope_id__$_ = undefined;
|
|
270
270
|
/* module identifier */
|
|
271
271
|
|
|
272
|
-
const __vue_module_identifier__
|
|
272
|
+
const __vue_module_identifier__$_ = undefined;
|
|
273
273
|
/* functional template */
|
|
274
274
|
|
|
275
|
-
const __vue_is_functional_template__
|
|
275
|
+
const __vue_is_functional_template__$_ = undefined;
|
|
276
276
|
/* style inject */
|
|
277
277
|
|
|
278
278
|
/* style inject SSR */
|
|
279
279
|
|
|
280
280
|
/* style inject shadow dom */
|
|
281
281
|
|
|
282
|
-
const __vue_component__$
|
|
282
|
+
const __vue_component__$1s = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$_, __vue_script__$_, __vue_scope_id__$_, __vue_is_functional_template__$_, __vue_module_identifier__$_, false, undefined, undefined, undefined);
|
|
283
283
|
|
|
284
|
-
var VcIcon = __vue_component__$
|
|
284
|
+
var VcIcon = __vue_component__$1s;
|
|
285
285
|
|
|
286
|
-
var script$
|
|
286
|
+
var script$Z = {
|
|
287
287
|
name: "VcButton",
|
|
288
288
|
components: {
|
|
289
289
|
VcIcon,
|
|
@@ -401,10 +401,10 @@ var script$_ = {
|
|
|
401
401
|
};
|
|
402
402
|
|
|
403
403
|
/* script */
|
|
404
|
-
const __vue_script__$
|
|
404
|
+
const __vue_script__$Z = script$Z;
|
|
405
405
|
/* template */
|
|
406
406
|
|
|
407
|
-
var __vue_render__$
|
|
407
|
+
var __vue_render__$X = function () {
|
|
408
408
|
var _vm = this;
|
|
409
409
|
|
|
410
410
|
var _h = _vm.$createElement;
|
|
@@ -450,10 +450,10 @@ var __vue_render__$Y = function () {
|
|
|
450
450
|
}), _vm._v("\n " + _vm._s(_vm.label || _vm.$slots.default && _vm.$slots.default[0].text || "") + "\n "), _vm._t("append")], 2);
|
|
451
451
|
};
|
|
452
452
|
|
|
453
|
-
var __vue_staticRenderFns__$
|
|
453
|
+
var __vue_staticRenderFns__$X = [];
|
|
454
454
|
/* style */
|
|
455
455
|
|
|
456
|
-
const __vue_inject_styles__$
|
|
456
|
+
const __vue_inject_styles__$Z = function (inject) {
|
|
457
457
|
if (!inject) return;
|
|
458
458
|
inject("data-v-1b007814_0", {
|
|
459
459
|
source: ".VcButton[data-v-1b007814]{letter-spacing:var(--letter-spacing)}.VcButton[data-v-1b007814]:disabled{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}.VcButton .prependDefaultIcon[data-v-1b007814]{margin-inline-end:var(--size-value3)}.VcButton .prependDefaultIcon[data-v-1b007814] svg{fill:currentColor}.VcButton.secondary__text[data-v-1b007814]{color:var(--gray-darken-5)!important;border-color:var(--neutral-lighten-1)}",
|
|
@@ -464,25 +464,25 @@ const __vue_inject_styles__$_ = function (inject) {
|
|
|
464
464
|
/* scoped */
|
|
465
465
|
|
|
466
466
|
|
|
467
|
-
const __vue_scope_id__$
|
|
467
|
+
const __vue_scope_id__$Z = "data-v-1b007814";
|
|
468
468
|
/* module identifier */
|
|
469
469
|
|
|
470
|
-
const __vue_module_identifier__$
|
|
470
|
+
const __vue_module_identifier__$Z = undefined;
|
|
471
471
|
/* functional template */
|
|
472
472
|
|
|
473
|
-
const __vue_is_functional_template__$
|
|
473
|
+
const __vue_is_functional_template__$Z = false;
|
|
474
474
|
/* style inject SSR */
|
|
475
475
|
|
|
476
476
|
/* style inject shadow dom */
|
|
477
477
|
|
|
478
|
-
const __vue_component__$
|
|
479
|
-
render: __vue_render__$
|
|
480
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
481
|
-
}, __vue_inject_styles__$
|
|
478
|
+
const __vue_component__$1r = /*#__PURE__*/normalizeComponent({
|
|
479
|
+
render: __vue_render__$X,
|
|
480
|
+
staticRenderFns: __vue_staticRenderFns__$X
|
|
481
|
+
}, __vue_inject_styles__$Z, __vue_script__$Z, __vue_scope_id__$Z, __vue_is_functional_template__$Z, __vue_module_identifier__$Z, false, createInjector, undefined, undefined);
|
|
482
482
|
|
|
483
|
-
var VcButton = __vue_component__$
|
|
483
|
+
var VcButton = __vue_component__$1r;
|
|
484
484
|
|
|
485
|
-
var script$
|
|
485
|
+
var script$Y = {
|
|
486
486
|
name: 'VcModalContainer',
|
|
487
487
|
components: {
|
|
488
488
|
VcButton,
|
|
@@ -533,10 +533,10 @@ var script$Z = {
|
|
|
533
533
|
};
|
|
534
534
|
|
|
535
535
|
/* script */
|
|
536
|
-
const __vue_script__$
|
|
536
|
+
const __vue_script__$Y = script$Y;
|
|
537
537
|
/* template */
|
|
538
538
|
|
|
539
|
-
var __vue_render__$
|
|
539
|
+
var __vue_render__$W = function () {
|
|
540
540
|
var _vm = this;
|
|
541
541
|
|
|
542
542
|
var _h = _vm.$createElement;
|
|
@@ -609,10 +609,10 @@ var __vue_render__$X = function () {
|
|
|
609
609
|
}, [_vm._t("footer")], 2) : _vm._e()])]], 2) : _vm._e();
|
|
610
610
|
};
|
|
611
611
|
|
|
612
|
-
var __vue_staticRenderFns__$
|
|
612
|
+
var __vue_staticRenderFns__$W = [];
|
|
613
613
|
/* style */
|
|
614
614
|
|
|
615
|
-
const __vue_inject_styles__$
|
|
615
|
+
const __vue_inject_styles__$Y = function (inject) {
|
|
616
616
|
if (!inject) return;
|
|
617
617
|
inject("data-v-ddd97b66_0", {
|
|
618
618
|
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}",
|
|
@@ -623,25 +623,25 @@ const __vue_inject_styles__$Z = function (inject) {
|
|
|
623
623
|
/* scoped */
|
|
624
624
|
|
|
625
625
|
|
|
626
|
-
const __vue_scope_id__$
|
|
626
|
+
const __vue_scope_id__$Y = undefined;
|
|
627
627
|
/* module identifier */
|
|
628
628
|
|
|
629
|
-
const __vue_module_identifier__$
|
|
629
|
+
const __vue_module_identifier__$Y = undefined;
|
|
630
630
|
/* functional template */
|
|
631
631
|
|
|
632
|
-
const __vue_is_functional_template__$
|
|
632
|
+
const __vue_is_functional_template__$Y = false;
|
|
633
633
|
/* style inject SSR */
|
|
634
634
|
|
|
635
635
|
/* style inject shadow dom */
|
|
636
636
|
|
|
637
|
-
const __vue_component__$
|
|
638
|
-
render: __vue_render__$
|
|
639
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
640
|
-
}, __vue_inject_styles__$
|
|
637
|
+
const __vue_component__$1q = /*#__PURE__*/normalizeComponent({
|
|
638
|
+
render: __vue_render__$W,
|
|
639
|
+
staticRenderFns: __vue_staticRenderFns__$W
|
|
640
|
+
}, __vue_inject_styles__$Y, __vue_script__$Y, __vue_scope_id__$Y, __vue_is_functional_template__$Y, __vue_module_identifier__$Y, false, createInjector, undefined, undefined);
|
|
641
641
|
|
|
642
|
-
var VcModalContainer = __vue_component__$
|
|
642
|
+
var VcModalContainer = __vue_component__$1q;
|
|
643
643
|
|
|
644
|
-
var script$
|
|
644
|
+
var script$X = {
|
|
645
645
|
name: "VcLayout",
|
|
646
646
|
render: function (createElement) {
|
|
647
647
|
// `<v-layout><slot></slot></v-layout>`
|
|
@@ -655,32 +655,32 @@ var script$Y = {
|
|
|
655
655
|
};
|
|
656
656
|
|
|
657
657
|
/* script */
|
|
658
|
-
const __vue_script__$
|
|
658
|
+
const __vue_script__$X = script$X;
|
|
659
659
|
/* template */
|
|
660
660
|
|
|
661
661
|
/* style */
|
|
662
662
|
|
|
663
|
-
const __vue_inject_styles__$
|
|
663
|
+
const __vue_inject_styles__$X = undefined;
|
|
664
664
|
/* scoped */
|
|
665
665
|
|
|
666
|
-
const __vue_scope_id__$
|
|
666
|
+
const __vue_scope_id__$X = "data-v-0751575a";
|
|
667
667
|
/* module identifier */
|
|
668
668
|
|
|
669
|
-
const __vue_module_identifier__$
|
|
669
|
+
const __vue_module_identifier__$X = undefined;
|
|
670
670
|
/* functional template */
|
|
671
671
|
|
|
672
|
-
const __vue_is_functional_template__$
|
|
672
|
+
const __vue_is_functional_template__$X = undefined;
|
|
673
673
|
/* style inject */
|
|
674
674
|
|
|
675
675
|
/* style inject SSR */
|
|
676
676
|
|
|
677
677
|
/* style inject shadow dom */
|
|
678
678
|
|
|
679
|
-
const __vue_component__$
|
|
679
|
+
const __vue_component__$1p = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$X, __vue_script__$X, __vue_scope_id__$X, __vue_is_functional_template__$X, __vue_module_identifier__$X, false, undefined, undefined, undefined);
|
|
680
680
|
|
|
681
|
-
var VcLayout = __vue_component__$
|
|
681
|
+
var VcLayout = __vue_component__$1p;
|
|
682
682
|
|
|
683
|
-
var script$
|
|
683
|
+
var script$W = {
|
|
684
684
|
name: "VcModalFooter",
|
|
685
685
|
components: {
|
|
686
686
|
VcLayout,
|
|
@@ -713,10 +713,10 @@ var script$X = {
|
|
|
713
713
|
};
|
|
714
714
|
|
|
715
715
|
/* script */
|
|
716
|
-
const __vue_script__$
|
|
716
|
+
const __vue_script__$W = script$W;
|
|
717
717
|
/* template */
|
|
718
718
|
|
|
719
|
-
var __vue_render__$
|
|
719
|
+
var __vue_render__$V = function () {
|
|
720
720
|
var _vm = this;
|
|
721
721
|
|
|
722
722
|
var _h = _vm.$createElement;
|
|
@@ -739,6 +739,7 @@ var __vue_render__$W = function () {
|
|
|
739
739
|
"color": button.color,
|
|
740
740
|
"label": button.label,
|
|
741
741
|
"loading": button.loading || false,
|
|
742
|
+
"disabled": button.disabled,
|
|
742
743
|
"large": !_vm.$vuetify.breakpoint.mdAndUp,
|
|
743
744
|
"data-qa": _vm.dataQa + "-" + button.label
|
|
744
745
|
},
|
|
@@ -751,13 +752,13 @@ var __vue_render__$W = function () {
|
|
|
751
752
|
}), 1);
|
|
752
753
|
};
|
|
753
754
|
|
|
754
|
-
var __vue_staticRenderFns__$
|
|
755
|
+
var __vue_staticRenderFns__$V = [];
|
|
755
756
|
/* style */
|
|
756
757
|
|
|
757
|
-
const __vue_inject_styles__$
|
|
758
|
+
const __vue_inject_styles__$W = function (inject) {
|
|
758
759
|
if (!inject) return;
|
|
759
|
-
inject("data-v-
|
|
760
|
-
source: ".VcModalFooter.vertical .VcFooterButton[data-v-
|
|
760
|
+
inject("data-v-2818e350_0", {
|
|
761
|
+
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)}",
|
|
761
762
|
map: undefined,
|
|
762
763
|
media: undefined
|
|
763
764
|
});
|
|
@@ -765,25 +766,25 @@ const __vue_inject_styles__$X = function (inject) {
|
|
|
765
766
|
/* scoped */
|
|
766
767
|
|
|
767
768
|
|
|
768
|
-
const __vue_scope_id__$
|
|
769
|
+
const __vue_scope_id__$W = "data-v-2818e350";
|
|
769
770
|
/* module identifier */
|
|
770
771
|
|
|
771
|
-
const __vue_module_identifier__$
|
|
772
|
+
const __vue_module_identifier__$W = undefined;
|
|
772
773
|
/* functional template */
|
|
773
774
|
|
|
774
|
-
const __vue_is_functional_template__$
|
|
775
|
+
const __vue_is_functional_template__$W = false;
|
|
775
776
|
/* style inject SSR */
|
|
776
777
|
|
|
777
778
|
/* style inject shadow dom */
|
|
778
779
|
|
|
779
|
-
const __vue_component__$
|
|
780
|
-
render: __vue_render__$
|
|
781
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
782
|
-
}, __vue_inject_styles__$
|
|
780
|
+
const __vue_component__$1o = /*#__PURE__*/normalizeComponent({
|
|
781
|
+
render: __vue_render__$V,
|
|
782
|
+
staticRenderFns: __vue_staticRenderFns__$V
|
|
783
|
+
}, __vue_inject_styles__$W, __vue_script__$W, __vue_scope_id__$W, __vue_is_functional_template__$W, __vue_module_identifier__$W, false, createInjector, undefined, undefined);
|
|
783
784
|
|
|
784
|
-
var VcModalFooter = __vue_component__$
|
|
785
|
+
var VcModalFooter = __vue_component__$1o;
|
|
785
786
|
|
|
786
|
-
var script$
|
|
787
|
+
var script$V = {
|
|
787
788
|
name: "VcModalHeader",
|
|
788
789
|
components: {
|
|
789
790
|
VcLayout,
|
|
@@ -853,10 +854,10 @@ var script$W = {
|
|
|
853
854
|
};
|
|
854
855
|
|
|
855
856
|
/* script */
|
|
856
|
-
const __vue_script__$
|
|
857
|
+
const __vue_script__$V = script$V;
|
|
857
858
|
/* template */
|
|
858
859
|
|
|
859
|
-
var __vue_render__$
|
|
860
|
+
var __vue_render__$U = function () {
|
|
860
861
|
var _vm = this;
|
|
861
862
|
|
|
862
863
|
var _h = _vm.$createElement;
|
|
@@ -983,10 +984,10 @@ var __vue_render__$V = function () {
|
|
|
983
984
|
}) : _vm._e()], 2);
|
|
984
985
|
};
|
|
985
986
|
|
|
986
|
-
var __vue_staticRenderFns__$
|
|
987
|
+
var __vue_staticRenderFns__$U = [];
|
|
987
988
|
/* style */
|
|
988
989
|
|
|
989
|
-
const __vue_inject_styles__$
|
|
990
|
+
const __vue_inject_styles__$V = function (inject) {
|
|
990
991
|
if (!inject) return;
|
|
991
992
|
inject("data-v-12fac24f_0", {
|
|
992
993
|
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)}",
|
|
@@ -997,25 +998,25 @@ const __vue_inject_styles__$W = function (inject) {
|
|
|
997
998
|
/* scoped */
|
|
998
999
|
|
|
999
1000
|
|
|
1000
|
-
const __vue_scope_id__$
|
|
1001
|
+
const __vue_scope_id__$V = "data-v-12fac24f";
|
|
1001
1002
|
/* module identifier */
|
|
1002
1003
|
|
|
1003
|
-
const __vue_module_identifier__$
|
|
1004
|
+
const __vue_module_identifier__$V = undefined;
|
|
1004
1005
|
/* functional template */
|
|
1005
1006
|
|
|
1006
|
-
const __vue_is_functional_template__$
|
|
1007
|
+
const __vue_is_functional_template__$V = false;
|
|
1007
1008
|
/* style inject SSR */
|
|
1008
1009
|
|
|
1009
1010
|
/* style inject shadow dom */
|
|
1010
1011
|
|
|
1011
|
-
const __vue_component__$
|
|
1012
|
-
render: __vue_render__$
|
|
1013
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1014
|
-
}, __vue_inject_styles__$
|
|
1012
|
+
const __vue_component__$1n = /*#__PURE__*/normalizeComponent({
|
|
1013
|
+
render: __vue_render__$U,
|
|
1014
|
+
staticRenderFns: __vue_staticRenderFns__$U
|
|
1015
|
+
}, __vue_inject_styles__$V, __vue_script__$V, __vue_scope_id__$V, __vue_is_functional_template__$V, __vue_module_identifier__$V, false, createInjector, undefined, undefined);
|
|
1015
1016
|
|
|
1016
|
-
var VcModalHeader = __vue_component__$
|
|
1017
|
+
var VcModalHeader = __vue_component__$1n;
|
|
1017
1018
|
|
|
1018
|
-
var script$
|
|
1019
|
+
var script$U = {
|
|
1019
1020
|
name: "VcConfirmModal",
|
|
1020
1021
|
components: {
|
|
1021
1022
|
VcModalHeader,
|
|
@@ -1079,10 +1080,10 @@ var script$V = {
|
|
|
1079
1080
|
};
|
|
1080
1081
|
|
|
1081
1082
|
/* script */
|
|
1082
|
-
const __vue_script__$
|
|
1083
|
+
const __vue_script__$U = script$U;
|
|
1083
1084
|
/* template */
|
|
1084
1085
|
|
|
1085
|
-
var __vue_render__$
|
|
1086
|
+
var __vue_render__$T = function () {
|
|
1086
1087
|
var _vm = this;
|
|
1087
1088
|
|
|
1088
1089
|
var _h = _vm.$createElement;
|
|
@@ -1165,33 +1166,33 @@ var __vue_render__$U = function () {
|
|
|
1165
1166
|
});
|
|
1166
1167
|
};
|
|
1167
1168
|
|
|
1168
|
-
var __vue_staticRenderFns__$
|
|
1169
|
+
var __vue_staticRenderFns__$T = [];
|
|
1169
1170
|
/* style */
|
|
1170
1171
|
|
|
1171
|
-
const __vue_inject_styles__$
|
|
1172
|
+
const __vue_inject_styles__$U = undefined;
|
|
1172
1173
|
/* scoped */
|
|
1173
1174
|
|
|
1174
|
-
const __vue_scope_id__$
|
|
1175
|
+
const __vue_scope_id__$U = "data-v-5b1ba5c6";
|
|
1175
1176
|
/* module identifier */
|
|
1176
1177
|
|
|
1177
|
-
const __vue_module_identifier__$
|
|
1178
|
+
const __vue_module_identifier__$U = undefined;
|
|
1178
1179
|
/* functional template */
|
|
1179
1180
|
|
|
1180
|
-
const __vue_is_functional_template__$
|
|
1181
|
+
const __vue_is_functional_template__$U = false;
|
|
1181
1182
|
/* style inject */
|
|
1182
1183
|
|
|
1183
1184
|
/* style inject SSR */
|
|
1184
1185
|
|
|
1185
1186
|
/* style inject shadow dom */
|
|
1186
1187
|
|
|
1187
|
-
const __vue_component__$
|
|
1188
|
-
render: __vue_render__$
|
|
1189
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1190
|
-
}, __vue_inject_styles__$
|
|
1188
|
+
const __vue_component__$1l = /*#__PURE__*/normalizeComponent({
|
|
1189
|
+
render: __vue_render__$T,
|
|
1190
|
+
staticRenderFns: __vue_staticRenderFns__$T
|
|
1191
|
+
}, __vue_inject_styles__$U, __vue_script__$U, __vue_scope_id__$U, __vue_is_functional_template__$U, __vue_module_identifier__$U, false, undefined, undefined, undefined);
|
|
1191
1192
|
|
|
1192
|
-
var __vue_component__$
|
|
1193
|
+
var __vue_component__$1m = __vue_component__$1l;
|
|
1193
1194
|
|
|
1194
|
-
var script$
|
|
1195
|
+
var script$T = {
|
|
1195
1196
|
name: "VcForm",
|
|
1196
1197
|
methods: {
|
|
1197
1198
|
validate() {
|
|
@@ -1211,32 +1212,32 @@ var script$U = {
|
|
|
1211
1212
|
};
|
|
1212
1213
|
|
|
1213
1214
|
/* script */
|
|
1214
|
-
const __vue_script__$
|
|
1215
|
+
const __vue_script__$T = script$T;
|
|
1215
1216
|
/* template */
|
|
1216
1217
|
|
|
1217
1218
|
/* style */
|
|
1218
1219
|
|
|
1219
|
-
const __vue_inject_styles__$
|
|
1220
|
+
const __vue_inject_styles__$T = undefined;
|
|
1220
1221
|
/* scoped */
|
|
1221
1222
|
|
|
1222
|
-
const __vue_scope_id__$
|
|
1223
|
+
const __vue_scope_id__$T = "data-v-398cf17d";
|
|
1223
1224
|
/* module identifier */
|
|
1224
1225
|
|
|
1225
|
-
const __vue_module_identifier__$
|
|
1226
|
+
const __vue_module_identifier__$T = undefined;
|
|
1226
1227
|
/* functional template */
|
|
1227
1228
|
|
|
1228
|
-
const __vue_is_functional_template__$
|
|
1229
|
+
const __vue_is_functional_template__$T = undefined;
|
|
1229
1230
|
/* style inject */
|
|
1230
1231
|
|
|
1231
1232
|
/* style inject SSR */
|
|
1232
1233
|
|
|
1233
1234
|
/* style inject shadow dom */
|
|
1234
1235
|
|
|
1235
|
-
const __vue_component__$
|
|
1236
|
+
const __vue_component__$1k = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$T, __vue_script__$T, __vue_scope_id__$T, __vue_is_functional_template__$T, __vue_module_identifier__$T, false, undefined, undefined, undefined);
|
|
1236
1237
|
|
|
1237
|
-
var VcForm = __vue_component__$
|
|
1238
|
+
var VcForm = __vue_component__$1k;
|
|
1238
1239
|
|
|
1239
|
-
var script$
|
|
1240
|
+
var script$S = {
|
|
1240
1241
|
name: "VcInputModal",
|
|
1241
1242
|
components: {
|
|
1242
1243
|
VcForm,
|
|
@@ -1341,10 +1342,10 @@ var script$T = {
|
|
|
1341
1342
|
};
|
|
1342
1343
|
|
|
1343
1344
|
/* script */
|
|
1344
|
-
const __vue_script__$
|
|
1345
|
+
const __vue_script__$S = script$S;
|
|
1345
1346
|
/* template */
|
|
1346
1347
|
|
|
1347
|
-
var __vue_render__$
|
|
1348
|
+
var __vue_render__$S = function () {
|
|
1348
1349
|
var _vm = this;
|
|
1349
1350
|
|
|
1350
1351
|
var _h = _vm.$createElement;
|
|
@@ -1448,10 +1449,10 @@ var __vue_render__$T = function () {
|
|
|
1448
1449
|
});
|
|
1449
1450
|
};
|
|
1450
1451
|
|
|
1451
|
-
var __vue_staticRenderFns__$
|
|
1452
|
+
var __vue_staticRenderFns__$S = [];
|
|
1452
1453
|
/* style */
|
|
1453
1454
|
|
|
1454
|
-
const __vue_inject_styles__$
|
|
1455
|
+
const __vue_inject_styles__$S = function (inject) {
|
|
1455
1456
|
if (!inject) return;
|
|
1456
1457
|
inject("data-v-fccf3a1a_0", {
|
|
1457
1458
|
source: ".VcInputForm-layout .VcInputForm-main[data-v-fccf3a1a]{width:100%;max-width:100%;padding:var(--size-value6)}.VcInputForm-layout .VcInputForm-additional[data-v-fccf3a1a]{min-width:324px;padding:var(--size-value6);background:#f8f9fb;border-left:1px solid rgba(0,0,0,.12)}",
|
|
@@ -1462,25 +1463,25 @@ const __vue_inject_styles__$T = function (inject) {
|
|
|
1462
1463
|
/* scoped */
|
|
1463
1464
|
|
|
1464
1465
|
|
|
1465
|
-
const __vue_scope_id__$
|
|
1466
|
+
const __vue_scope_id__$S = "data-v-fccf3a1a";
|
|
1466
1467
|
/* module identifier */
|
|
1467
1468
|
|
|
1468
|
-
const __vue_module_identifier__$
|
|
1469
|
+
const __vue_module_identifier__$S = undefined;
|
|
1469
1470
|
/* functional template */
|
|
1470
1471
|
|
|
1471
|
-
const __vue_is_functional_template__$
|
|
1472
|
+
const __vue_is_functional_template__$S = false;
|
|
1472
1473
|
/* style inject SSR */
|
|
1473
1474
|
|
|
1474
1475
|
/* style inject shadow dom */
|
|
1475
1476
|
|
|
1476
|
-
const __vue_component__$
|
|
1477
|
-
render: __vue_render__$
|
|
1478
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1479
|
-
}, __vue_inject_styles__$
|
|
1477
|
+
const __vue_component__$1i = /*#__PURE__*/normalizeComponent({
|
|
1478
|
+
render: __vue_render__$S,
|
|
1479
|
+
staticRenderFns: __vue_staticRenderFns__$S
|
|
1480
|
+
}, __vue_inject_styles__$S, __vue_script__$S, __vue_scope_id__$S, __vue_is_functional_template__$S, __vue_module_identifier__$S, false, createInjector, undefined, undefined);
|
|
1480
1481
|
|
|
1481
|
-
var __vue_component__$
|
|
1482
|
+
var __vue_component__$1j = __vue_component__$1i;
|
|
1482
1483
|
|
|
1483
|
-
var script$
|
|
1484
|
+
var script$R = {
|
|
1484
1485
|
name: "VcImage",
|
|
1485
1486
|
components: {
|
|
1486
1487
|
VcLayout
|
|
@@ -1498,10 +1499,10 @@ var script$S = {
|
|
|
1498
1499
|
};
|
|
1499
1500
|
|
|
1500
1501
|
/* script */
|
|
1501
|
-
const __vue_script__$
|
|
1502
|
+
const __vue_script__$R = script$R;
|
|
1502
1503
|
/* template */
|
|
1503
1504
|
|
|
1504
|
-
var __vue_render__$
|
|
1505
|
+
var __vue_render__$R = function () {
|
|
1505
1506
|
var _vm = this;
|
|
1506
1507
|
|
|
1507
1508
|
var _h = _vm.$createElement;
|
|
@@ -1525,10 +1526,10 @@ var __vue_render__$S = function () {
|
|
|
1525
1526
|
})], 1);
|
|
1526
1527
|
};
|
|
1527
1528
|
|
|
1528
|
-
var __vue_staticRenderFns__$
|
|
1529
|
+
var __vue_staticRenderFns__$R = [];
|
|
1529
1530
|
/* style */
|
|
1530
1531
|
|
|
1531
|
-
const __vue_inject_styles__$
|
|
1532
|
+
const __vue_inject_styles__$R = function (inject) {
|
|
1532
1533
|
if (!inject) return;
|
|
1533
1534
|
inject("data-v-46be532e_0", {
|
|
1534
1535
|
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%}",
|
|
@@ -1539,25 +1540,25 @@ const __vue_inject_styles__$S = function (inject) {
|
|
|
1539
1540
|
/* scoped */
|
|
1540
1541
|
|
|
1541
1542
|
|
|
1542
|
-
const __vue_scope_id__$
|
|
1543
|
+
const __vue_scope_id__$R = "data-v-46be532e";
|
|
1543
1544
|
/* module identifier */
|
|
1544
1545
|
|
|
1545
|
-
const __vue_module_identifier__$
|
|
1546
|
+
const __vue_module_identifier__$R = undefined;
|
|
1546
1547
|
/* functional template */
|
|
1547
1548
|
|
|
1548
|
-
const __vue_is_functional_template__$
|
|
1549
|
+
const __vue_is_functional_template__$R = false;
|
|
1549
1550
|
/* style inject SSR */
|
|
1550
1551
|
|
|
1551
1552
|
/* style inject shadow dom */
|
|
1552
1553
|
|
|
1553
|
-
const __vue_component__$
|
|
1554
|
-
render: __vue_render__$
|
|
1555
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1556
|
-
}, __vue_inject_styles__$
|
|
1554
|
+
const __vue_component__$1h = /*#__PURE__*/normalizeComponent({
|
|
1555
|
+
render: __vue_render__$R,
|
|
1556
|
+
staticRenderFns: __vue_staticRenderFns__$R
|
|
1557
|
+
}, __vue_inject_styles__$R, __vue_script__$R, __vue_scope_id__$R, __vue_is_functional_template__$R, __vue_module_identifier__$R, false, createInjector, undefined, undefined);
|
|
1557
1558
|
|
|
1558
|
-
var VcImage = __vue_component__$
|
|
1559
|
+
var VcImage = __vue_component__$1h;
|
|
1559
1560
|
|
|
1560
|
-
var script$
|
|
1561
|
+
var script$Q = {
|
|
1561
1562
|
name: "VcNoticeModal",
|
|
1562
1563
|
components: {
|
|
1563
1564
|
VcImage,
|
|
@@ -1623,10 +1624,10 @@ var script$R = {
|
|
|
1623
1624
|
};
|
|
1624
1625
|
|
|
1625
1626
|
/* script */
|
|
1626
|
-
const __vue_script__$
|
|
1627
|
+
const __vue_script__$Q = script$Q;
|
|
1627
1628
|
/* template */
|
|
1628
1629
|
|
|
1629
|
-
var __vue_render__$
|
|
1630
|
+
var __vue_render__$Q = function () {
|
|
1630
1631
|
var _vm = this;
|
|
1631
1632
|
|
|
1632
1633
|
var _h = _vm.$createElement;
|
|
@@ -1713,10 +1714,10 @@ var __vue_render__$R = function () {
|
|
|
1713
1714
|
});
|
|
1714
1715
|
};
|
|
1715
1716
|
|
|
1716
|
-
var __vue_staticRenderFns__$
|
|
1717
|
+
var __vue_staticRenderFns__$Q = [];
|
|
1717
1718
|
/* style */
|
|
1718
1719
|
|
|
1719
|
-
const __vue_inject_styles__$
|
|
1720
|
+
const __vue_inject_styles__$Q = function (inject) {
|
|
1720
1721
|
if (!inject) return;
|
|
1721
1722
|
inject("data-v-d8b2c82a_0", {
|
|
1722
1723
|
source: ".VcNoticeImage[data-v-d8b2c82a]{margin-bottom:var(--size-value4)}.VcNoticeImage.md[data-v-d8b2c82a],.VcNoticeImage.responsive[data-v-d8b2c82a],.VcNoticeImage.sm[data-v-d8b2c82a]{height:160px}.VcNoticeImage.lg[data-v-d8b2c82a]{height:208px}.VcNoticeContent[data-v-d8b2c82a],.VcNoticeHeader[data-v-d8b2c82a],.VcNoticeSubtitle[data-v-d8b2c82a]{text-align:center;line-height:24px}.VcNoticeHeader[data-v-d8b2c82a]{text-align:center;align-items:center;font-size:18px;font-weight:600;line-height:28px}@media screen and (min-width:960px){.VcNoticeHeader[data-v-d8b2c82a]{font-size:24px;font-weight:800;line-height:var(--size-value10)}}.VcNoticeHeader .VcNoticeHeaderText[data-v-d8b2c82a]{padding-bottom:var(--size-value2)}.VcNoticeHeader.prominent .VcNoticeHeaderText[data-v-d8b2c82a]{font-size:18px;font-weight:600}.VcNoticeSubtitle[data-v-d8b2c82a]{font-size:15px;font-weight:var(--font-weight-medium);line-height:var(--size-value6)}@media screen and (min-width:960px){.VcNoticeSubtitle[data-v-d8b2c82a]{font-size:var(--font-size-small)}}.VcNoticeSubtitle.prominent[data-v-d8b2c82a]{font-size:15px}.VcNoticeContent[data-v-d8b2c82a]{background:#eafcf2;border:1px solid #cff8e1;box-sizing:border-box;border-radius:8px;padding:var(--size-value3) var(--size-value4);margin-top:var(--size-value4);line-height:20px;font-size:13px}@media screen and (min-width:960px){.VcNoticeContent[data-v-d8b2c82a]{line-height:21px;font-size:14px}}.VcNoticeFooter[data-v-d8b2c82a]{padding-bottom:var(--size-value10)}",
|
|
@@ -1727,25 +1728,25 @@ const __vue_inject_styles__$R = function (inject) {
|
|
|
1727
1728
|
/* scoped */
|
|
1728
1729
|
|
|
1729
1730
|
|
|
1730
|
-
const __vue_scope_id__$
|
|
1731
|
+
const __vue_scope_id__$Q = "data-v-d8b2c82a";
|
|
1731
1732
|
/* module identifier */
|
|
1732
1733
|
|
|
1733
|
-
const __vue_module_identifier__$
|
|
1734
|
+
const __vue_module_identifier__$Q = undefined;
|
|
1734
1735
|
/* functional template */
|
|
1735
1736
|
|
|
1736
|
-
const __vue_is_functional_template__$
|
|
1737
|
+
const __vue_is_functional_template__$Q = false;
|
|
1737
1738
|
/* style inject SSR */
|
|
1738
1739
|
|
|
1739
1740
|
/* style inject shadow dom */
|
|
1740
1741
|
|
|
1741
|
-
const __vue_component__$
|
|
1742
|
-
render: __vue_render__$
|
|
1743
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1744
|
-
}, __vue_inject_styles__$
|
|
1742
|
+
const __vue_component__$1f = /*#__PURE__*/normalizeComponent({
|
|
1743
|
+
render: __vue_render__$Q,
|
|
1744
|
+
staticRenderFns: __vue_staticRenderFns__$Q
|
|
1745
|
+
}, __vue_inject_styles__$Q, __vue_script__$Q, __vue_scope_id__$Q, __vue_is_functional_template__$Q, __vue_module_identifier__$Q, false, createInjector, undefined, undefined);
|
|
1745
1746
|
|
|
1746
|
-
var __vue_component__$
|
|
1747
|
+
var __vue_component__$1g = __vue_component__$1f;
|
|
1747
1748
|
|
|
1748
|
-
var script$
|
|
1749
|
+
var script$P = {
|
|
1749
1750
|
name: "VcAlert",
|
|
1750
1751
|
components: {
|
|
1751
1752
|
VcIcon,
|
|
@@ -1846,10 +1847,10 @@ var script$Q = {
|
|
|
1846
1847
|
};
|
|
1847
1848
|
|
|
1848
1849
|
/* script */
|
|
1849
|
-
const __vue_script__$
|
|
1850
|
+
const __vue_script__$P = script$P;
|
|
1850
1851
|
/* template */
|
|
1851
1852
|
|
|
1852
|
-
var __vue_render__$
|
|
1853
|
+
var __vue_render__$P = function () {
|
|
1853
1854
|
var _vm = this;
|
|
1854
1855
|
|
|
1855
1856
|
var _h = _vm.$createElement;
|
|
@@ -1919,10 +1920,10 @@ var __vue_render__$Q = function () {
|
|
|
1919
1920
|
}) : _vm._e()], 1);
|
|
1920
1921
|
};
|
|
1921
1922
|
|
|
1922
|
-
var __vue_staticRenderFns__$
|
|
1923
|
+
var __vue_staticRenderFns__$P = [];
|
|
1923
1924
|
/* style */
|
|
1924
1925
|
|
|
1925
|
-
const __vue_inject_styles__$
|
|
1926
|
+
const __vue_inject_styles__$P = function (inject) {
|
|
1926
1927
|
if (!inject) return;
|
|
1927
1928
|
inject("data-v-7847c9c0_0", {
|
|
1928
1929
|
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)}",
|
|
@@ -1933,25 +1934,25 @@ const __vue_inject_styles__$Q = function (inject) {
|
|
|
1933
1934
|
/* scoped */
|
|
1934
1935
|
|
|
1935
1936
|
|
|
1936
|
-
const __vue_scope_id__$
|
|
1937
|
+
const __vue_scope_id__$P = undefined;
|
|
1937
1938
|
/* module identifier */
|
|
1938
1939
|
|
|
1939
|
-
const __vue_module_identifier__$
|
|
1940
|
+
const __vue_module_identifier__$P = undefined;
|
|
1940
1941
|
/* functional template */
|
|
1941
1942
|
|
|
1942
|
-
const __vue_is_functional_template__$
|
|
1943
|
+
const __vue_is_functional_template__$P = false;
|
|
1943
1944
|
/* style inject SSR */
|
|
1944
1945
|
|
|
1945
1946
|
/* style inject shadow dom */
|
|
1946
1947
|
|
|
1947
|
-
const __vue_component__$
|
|
1948
|
-
render: __vue_render__$
|
|
1949
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1950
|
-
}, __vue_inject_styles__$
|
|
1948
|
+
const __vue_component__$1e = /*#__PURE__*/normalizeComponent({
|
|
1949
|
+
render: __vue_render__$P,
|
|
1950
|
+
staticRenderFns: __vue_staticRenderFns__$P
|
|
1951
|
+
}, __vue_inject_styles__$P, __vue_script__$P, __vue_scope_id__$P, __vue_is_functional_template__$P, __vue_module_identifier__$P, false, createInjector, undefined, undefined);
|
|
1951
1952
|
|
|
1952
|
-
var VcAlert = __vue_component__$
|
|
1953
|
+
var VcAlert = __vue_component__$1e;
|
|
1953
1954
|
|
|
1954
|
-
var script$
|
|
1955
|
+
var script$O = {
|
|
1955
1956
|
name: "VcTooltip",
|
|
1956
1957
|
components: {
|
|
1957
1958
|
VcIcon,
|
|
@@ -2008,10 +2009,10 @@ var script$P = {
|
|
|
2008
2009
|
};
|
|
2009
2010
|
|
|
2010
2011
|
/* script */
|
|
2011
|
-
const __vue_script__$
|
|
2012
|
+
const __vue_script__$O = script$O;
|
|
2012
2013
|
/* template */
|
|
2013
2014
|
|
|
2014
|
-
var __vue_render__$
|
|
2015
|
+
var __vue_render__$O = function () {
|
|
2015
2016
|
var _vm = this;
|
|
2016
2017
|
|
|
2017
2018
|
var _h = _vm.$createElement;
|
|
@@ -2072,10 +2073,10 @@ var __vue_render__$P = function () {
|
|
|
2072
2073
|
}) : _vm._e(), _vm._v(" "), _vm._t("content")], 2)])])])], 1);
|
|
2073
2074
|
};
|
|
2074
2075
|
|
|
2075
|
-
var __vue_staticRenderFns__$
|
|
2076
|
+
var __vue_staticRenderFns__$O = [];
|
|
2076
2077
|
/* style */
|
|
2077
2078
|
|
|
2078
|
-
const __vue_inject_styles__$
|
|
2079
|
+
const __vue_inject_styles__$O = function (inject) {
|
|
2079
2080
|
if (!inject) return;
|
|
2080
2081
|
inject("data-v-4def565c_0", {
|
|
2081
2082
|
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;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--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}",
|
|
@@ -2086,25 +2087,25 @@ const __vue_inject_styles__$P = function (inject) {
|
|
|
2086
2087
|
/* scoped */
|
|
2087
2088
|
|
|
2088
2089
|
|
|
2089
|
-
const __vue_scope_id__$
|
|
2090
|
+
const __vue_scope_id__$O = undefined;
|
|
2090
2091
|
/* module identifier */
|
|
2091
2092
|
|
|
2092
|
-
const __vue_module_identifier__$
|
|
2093
|
+
const __vue_module_identifier__$O = undefined;
|
|
2093
2094
|
/* functional template */
|
|
2094
2095
|
|
|
2095
|
-
const __vue_is_functional_template__$
|
|
2096
|
+
const __vue_is_functional_template__$O = false;
|
|
2096
2097
|
/* style inject SSR */
|
|
2097
2098
|
|
|
2098
2099
|
/* style inject shadow dom */
|
|
2099
2100
|
|
|
2100
|
-
const __vue_component__$
|
|
2101
|
-
render: __vue_render__$
|
|
2102
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2103
|
-
}, __vue_inject_styles__$
|
|
2101
|
+
const __vue_component__$1d = /*#__PURE__*/normalizeComponent({
|
|
2102
|
+
render: __vue_render__$O,
|
|
2103
|
+
staticRenderFns: __vue_staticRenderFns__$O
|
|
2104
|
+
}, __vue_inject_styles__$O, __vue_script__$O, __vue_scope_id__$O, __vue_is_functional_template__$O, __vue_module_identifier__$O, false, createInjector, undefined, undefined);
|
|
2104
2105
|
|
|
2105
|
-
var VcTooltip = __vue_component__$
|
|
2106
|
+
var VcTooltip = __vue_component__$1d;
|
|
2106
2107
|
|
|
2107
|
-
var script$
|
|
2108
|
+
var script$N = {
|
|
2108
2109
|
name: "VcIconWithTooltip",
|
|
2109
2110
|
components: {
|
|
2110
2111
|
VcTooltip,
|
|
@@ -2167,10 +2168,10 @@ var script$O = {
|
|
|
2167
2168
|
};
|
|
2168
2169
|
|
|
2169
2170
|
/* script */
|
|
2170
|
-
const __vue_script__$
|
|
2171
|
+
const __vue_script__$N = script$N;
|
|
2171
2172
|
/* template */
|
|
2172
2173
|
|
|
2173
|
-
var __vue_render__$
|
|
2174
|
+
var __vue_render__$N = function () {
|
|
2174
2175
|
var _vm = this;
|
|
2175
2176
|
|
|
2176
2177
|
var _h = _vm.$createElement;
|
|
@@ -2200,10 +2201,10 @@ var __vue_render__$O = function () {
|
|
|
2200
2201
|
}, [_vm._v("\n " + _vm._s(_vm.getIcon) + "\n ")])]], 2);
|
|
2201
2202
|
};
|
|
2202
2203
|
|
|
2203
|
-
var __vue_staticRenderFns__$
|
|
2204
|
+
var __vue_staticRenderFns__$N = [];
|
|
2204
2205
|
/* style */
|
|
2205
2206
|
|
|
2206
|
-
const __vue_inject_styles__$
|
|
2207
|
+
const __vue_inject_styles__$N = function (inject) {
|
|
2207
2208
|
if (!inject) return;
|
|
2208
2209
|
inject("data-v-7193d7d6_0", {
|
|
2209
2210
|
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;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--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)}",
|
|
@@ -2214,25 +2215,25 @@ const __vue_inject_styles__$O = function (inject) {
|
|
|
2214
2215
|
/* scoped */
|
|
2215
2216
|
|
|
2216
2217
|
|
|
2217
|
-
const __vue_scope_id__$
|
|
2218
|
+
const __vue_scope_id__$N = undefined;
|
|
2218
2219
|
/* module identifier */
|
|
2219
2220
|
|
|
2220
|
-
const __vue_module_identifier__$
|
|
2221
|
+
const __vue_module_identifier__$N = undefined;
|
|
2221
2222
|
/* functional template */
|
|
2222
2223
|
|
|
2223
|
-
const __vue_is_functional_template__$
|
|
2224
|
+
const __vue_is_functional_template__$N = false;
|
|
2224
2225
|
/* style inject SSR */
|
|
2225
2226
|
|
|
2226
2227
|
/* style inject shadow dom */
|
|
2227
2228
|
|
|
2228
|
-
const __vue_component__$
|
|
2229
|
-
render: __vue_render__$
|
|
2230
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2231
|
-
}, __vue_inject_styles__$
|
|
2229
|
+
const __vue_component__$1c = /*#__PURE__*/normalizeComponent({
|
|
2230
|
+
render: __vue_render__$N,
|
|
2231
|
+
staticRenderFns: __vue_staticRenderFns__$N
|
|
2232
|
+
}, __vue_inject_styles__$N, __vue_script__$N, __vue_scope_id__$N, __vue_is_functional_template__$N, __vue_module_identifier__$N, false, createInjector, undefined, undefined);
|
|
2232
2233
|
|
|
2233
|
-
var VcIconWithTooltip = __vue_component__$
|
|
2234
|
+
var VcIconWithTooltip = __vue_component__$1c;
|
|
2234
2235
|
|
|
2235
|
-
var script$
|
|
2236
|
+
var script$M = {
|
|
2236
2237
|
components: {
|
|
2237
2238
|
VcImage,
|
|
2238
2239
|
VIcon: VIcon,
|
|
@@ -2370,10 +2371,10 @@ var script$N = {
|
|
|
2370
2371
|
};
|
|
2371
2372
|
|
|
2372
2373
|
/* script */
|
|
2373
|
-
const __vue_script__$
|
|
2374
|
+
const __vue_script__$M = script$M;
|
|
2374
2375
|
/* template */
|
|
2375
2376
|
|
|
2376
|
-
var __vue_render__$
|
|
2377
|
+
var __vue_render__$M = function () {
|
|
2377
2378
|
var _vm = this;
|
|
2378
2379
|
|
|
2379
2380
|
var _h = _vm.$createElement;
|
|
@@ -2423,10 +2424,10 @@ var __vue_render__$N = function () {
|
|
|
2423
2424
|
}, [_vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.lightModeTooltip))])])], 1);
|
|
2424
2425
|
};
|
|
2425
2426
|
|
|
2426
|
-
var __vue_staticRenderFns__$
|
|
2427
|
+
var __vue_staticRenderFns__$M = [];
|
|
2427
2428
|
/* style */
|
|
2428
2429
|
|
|
2429
|
-
const __vue_inject_styles__$
|
|
2430
|
+
const __vue_inject_styles__$M = function (inject) {
|
|
2430
2431
|
if (!inject) return;
|
|
2431
2432
|
inject("data-v-0b67cc7a_0", {
|
|
2432
2433
|
source: "[data-v-0b67cc7a]: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;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--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-0b67cc7a]{position:relative;border-radius:50%;text-align:center;color:var(--modal-bg-color)}.avatar-wrapper.show-border[data-v-0b67cc7a]{border:1px solid var(--modal-bg-color)}.avatar-wrapper.vc-disabled[data-v-0b67cc7a]{filter:grayscale(100%)}.avatar-wrapper.light-mode[data-v-0b67cc7a]{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-0b67cc7a]{height:var(--avatar-x-sm);width:var(--avatar-x-sm);font-size:var(--font-size-xxx-small)}.avatar-wrapper.sm[data-v-0b67cc7a]{height:var(--avatar-sm);width:var(--avatar-sm);font-size:var(--font-size-xx-small)}.avatar-wrapper.md[data-v-0b67cc7a]{height:var(--avatar-md);width:var(--avatar-md);font-size:var(--font-size-small)}.avatar-wrapper.lg[data-v-0b67cc7a]{height:var(--avatar-lg);width:var(--avatar-lg);font-size:var(--font-size-small3)}.avatar-wrapper .avatar-image[data-v-0b67cc7a]{height:100%;width:100%;border-radius:50%;overflow:hidden}.avatar-wrapper .avatar-image[data-v-0b67cc7a] svg{height:100%}.avatar-wrapper .avatar-image[data-v-0b67cc7a] img{height:100%}.avatar-wrapper .avatar-initials[data-v-0b67cc7a]{position:relative;top:50%;font-weight:var(--font-weight-medium2);transform:translateY(-50%)}.avatar-wrapper .badge[data-v-0b67cc7a]{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-0b67cc7a]{--gap:var(--size-value1)}.avatar-wrapper .badge.sm[data-v-0b67cc7a]{--gap:var(--size-value1)}.avatar-wrapper .badge.md[data-v-0b67cc7a]{--gap:2px}.avatar-wrapper .badge.lg[data-v-0b67cc7a]{--gap:var(--size-value0)}.avatar-wrapper .badge.right[data-v-0b67cc7a]{left:unset;right:calc(var(--gap) * -1)}.avatar-wrapper .badge.confirmed[data-v-0b67cc7a]{border:2px var(--modal-bg-color) solid}.color-0[data-v-0b67cc7a]{background-color:#fed62f}.color-1[data-v-0b67cc7a]{background-color:#fec22e}.color-2[data-v-0b67cc7a]{background-color:#feac2a}.color-3[data-v-0b67cc7a]{background-color:#fe9a28}.color-4[data-v-0b67cc7a]{background-color:#fd7024}.color-5[data-v-0b67cc7a]{background-color:#fd5b32}.color-6[data-v-0b67cc7a]{background-color:#f2483f}.color-7[data-v-0b67cc7a]{background-color:#dc331b}.color-8[data-v-0b67cc7a]{background-color:#d41419}.color-9[data-v-0b67cc7a]{background-color:#e72866}.color-10[data-v-0b67cc7a]{background-color:#c41c63}.color-11[data-v-0b67cc7a]{background-color:#9b2bae}.color-12[data-v-0b67cc7a]{background-color:#673bb5}.color-13[data-v-0b67cc7a]{background-color:#7c4efc}.color-14[data-v-0b67cc7a]{background-color:#4051b3}.color-15[data-v-0b67cc7a]{background-color:#311b92}.color-16[data-v-0b67cc7a]{background-color:#2d62fb}.color-17[data-v-0b67cc7a]{background-color:#5c6bc0}.color-18[data-v-0b67cc7a]{background-color:#17a8f1}.color-19[data-v-0b67cc7a]{background-color:#17bbd2}.color-20[data-v-0b67cc7a]{background-color:#14abbf}.color-21[data-v-0b67cc7a]{background-color:#0f9587}.color-22[data-v-0b67cc7a]{background-color:#16bea5}.color-23[data-v-0b67cc7a]{background-color:#4eae53}.color-24[data-v-0b67cc7a]{background-color:#3a8d3f}.color-25[data-v-0b67cc7a]{background-color:#8cc250}.color-26[data-v-0b67cc7a]{background-color:#66bb6a}.color-27[data-v-0b67cc7a]{background-color:#880e4f}.color-28[data-v-0b67cc7a]{background-color:#1565c0}.color-29[data-v-0b67cc7a]{background-color:#1e88e5}.color-9999[data-v-0b67cc7a]{background-color:#4675d9}",
|
|
@@ -2437,25 +2438,25 @@ const __vue_inject_styles__$N = function (inject) {
|
|
|
2437
2438
|
/* scoped */
|
|
2438
2439
|
|
|
2439
2440
|
|
|
2440
|
-
const __vue_scope_id__$
|
|
2441
|
+
const __vue_scope_id__$M = "data-v-0b67cc7a";
|
|
2441
2442
|
/* module identifier */
|
|
2442
2443
|
|
|
2443
|
-
const __vue_module_identifier__$
|
|
2444
|
+
const __vue_module_identifier__$M = undefined;
|
|
2444
2445
|
/* functional template */
|
|
2445
2446
|
|
|
2446
|
-
const __vue_is_functional_template__$
|
|
2447
|
+
const __vue_is_functional_template__$M = false;
|
|
2447
2448
|
/* style inject SSR */
|
|
2448
2449
|
|
|
2449
2450
|
/* style inject shadow dom */
|
|
2450
2451
|
|
|
2451
|
-
const __vue_component__$
|
|
2452
|
-
render: __vue_render__$
|
|
2453
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2454
|
-
}, __vue_inject_styles__$
|
|
2452
|
+
const __vue_component__$1b = /*#__PURE__*/normalizeComponent({
|
|
2453
|
+
render: __vue_render__$M,
|
|
2454
|
+
staticRenderFns: __vue_staticRenderFns__$M
|
|
2455
|
+
}, __vue_inject_styles__$M, __vue_script__$M, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, createInjector, undefined, undefined);
|
|
2455
2456
|
|
|
2456
|
-
var VcAvatar = __vue_component__$
|
|
2457
|
+
var VcAvatar = __vue_component__$1b;
|
|
2457
2458
|
|
|
2458
|
-
var script$
|
|
2459
|
+
var script$L = {
|
|
2459
2460
|
name: "VcBottomActions",
|
|
2460
2461
|
components: {
|
|
2461
2462
|
VcLayout,
|
|
@@ -2503,10 +2504,10 @@ var script$M = {
|
|
|
2503
2504
|
};
|
|
2504
2505
|
|
|
2505
2506
|
/* script */
|
|
2506
|
-
const __vue_script__$
|
|
2507
|
+
const __vue_script__$L = script$L;
|
|
2507
2508
|
/* template */
|
|
2508
2509
|
|
|
2509
|
-
var __vue_render__$
|
|
2510
|
+
var __vue_render__$L = function () {
|
|
2510
2511
|
var _vm = this;
|
|
2511
2512
|
|
|
2512
2513
|
var _h = _vm.$createElement;
|
|
@@ -2592,10 +2593,10 @@ var __vue_render__$M = function () {
|
|
|
2592
2593
|
}), 1)], 1)], 1);
|
|
2593
2594
|
};
|
|
2594
2595
|
|
|
2595
|
-
var __vue_staticRenderFns__$
|
|
2596
|
+
var __vue_staticRenderFns__$L = [];
|
|
2596
2597
|
/* style */
|
|
2597
2598
|
|
|
2598
|
-
const __vue_inject_styles__$
|
|
2599
|
+
const __vue_inject_styles__$L = function (inject) {
|
|
2599
2600
|
if (!inject) return;
|
|
2600
2601
|
inject("data-v-51eeacd7_0", {
|
|
2601
2602
|
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;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--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)}",
|
|
@@ -2606,25 +2607,25 @@ const __vue_inject_styles__$M = function (inject) {
|
|
|
2606
2607
|
/* scoped */
|
|
2607
2608
|
|
|
2608
2609
|
|
|
2609
|
-
const __vue_scope_id__$
|
|
2610
|
+
const __vue_scope_id__$L = undefined;
|
|
2610
2611
|
/* module identifier */
|
|
2611
2612
|
|
|
2612
|
-
const __vue_module_identifier__$
|
|
2613
|
+
const __vue_module_identifier__$L = undefined;
|
|
2613
2614
|
/* functional template */
|
|
2614
2615
|
|
|
2615
|
-
const __vue_is_functional_template__$
|
|
2616
|
+
const __vue_is_functional_template__$L = false;
|
|
2616
2617
|
/* style inject SSR */
|
|
2617
2618
|
|
|
2618
2619
|
/* style inject shadow dom */
|
|
2619
2620
|
|
|
2620
|
-
const __vue_component__$
|
|
2621
|
-
render: __vue_render__$
|
|
2622
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2623
|
-
}, __vue_inject_styles__$
|
|
2621
|
+
const __vue_component__$1a = /*#__PURE__*/normalizeComponent({
|
|
2622
|
+
render: __vue_render__$L,
|
|
2623
|
+
staticRenderFns: __vue_staticRenderFns__$L
|
|
2624
|
+
}, __vue_inject_styles__$L, __vue_script__$L, __vue_scope_id__$L, __vue_is_functional_template__$L, __vue_module_identifier__$L, false, createInjector, undefined, undefined);
|
|
2624
2625
|
|
|
2625
|
-
var VcBottomActions = __vue_component__$
|
|
2626
|
+
var VcBottomActions = __vue_component__$1a;
|
|
2626
2627
|
|
|
2627
|
-
var script$
|
|
2628
|
+
var script$K = {
|
|
2628
2629
|
name: "VcActionList",
|
|
2629
2630
|
components: {
|
|
2630
2631
|
VcLayout,
|
|
@@ -2655,10 +2656,10 @@ var script$L = {
|
|
|
2655
2656
|
};
|
|
2656
2657
|
|
|
2657
2658
|
/* script */
|
|
2658
|
-
const __vue_script__$
|
|
2659
|
+
const __vue_script__$K = script$K;
|
|
2659
2660
|
/* template */
|
|
2660
2661
|
|
|
2661
|
-
var __vue_render__$
|
|
2662
|
+
var __vue_render__$K = function () {
|
|
2662
2663
|
var _vm = this;
|
|
2663
2664
|
|
|
2664
2665
|
var _h = _vm.$createElement;
|
|
@@ -2710,10 +2711,10 @@ var __vue_render__$L = function () {
|
|
|
2710
2711
|
}), 1)], 1)], 1);
|
|
2711
2712
|
};
|
|
2712
2713
|
|
|
2713
|
-
var __vue_staticRenderFns__$
|
|
2714
|
+
var __vue_staticRenderFns__$K = [];
|
|
2714
2715
|
/* style */
|
|
2715
2716
|
|
|
2716
|
-
const __vue_inject_styles__$
|
|
2717
|
+
const __vue_inject_styles__$K = function (inject) {
|
|
2717
2718
|
if (!inject) return;
|
|
2718
2719
|
inject("data-v-500d77ad_0", {
|
|
2719
2720
|
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;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--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)}",
|
|
@@ -2724,25 +2725,25 @@ const __vue_inject_styles__$L = function (inject) {
|
|
|
2724
2725
|
/* scoped */
|
|
2725
2726
|
|
|
2726
2727
|
|
|
2727
|
-
const __vue_scope_id__$
|
|
2728
|
+
const __vue_scope_id__$K = undefined;
|
|
2728
2729
|
/* module identifier */
|
|
2729
2730
|
|
|
2730
|
-
const __vue_module_identifier__$
|
|
2731
|
+
const __vue_module_identifier__$K = undefined;
|
|
2731
2732
|
/* functional template */
|
|
2732
2733
|
|
|
2733
|
-
const __vue_is_functional_template__$
|
|
2734
|
+
const __vue_is_functional_template__$K = false;
|
|
2734
2735
|
/* style inject SSR */
|
|
2735
2736
|
|
|
2736
2737
|
/* style inject shadow dom */
|
|
2737
2738
|
|
|
2738
|
-
const __vue_component__$
|
|
2739
|
-
render: __vue_render__$
|
|
2740
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2741
|
-
}, __vue_inject_styles__$
|
|
2739
|
+
const __vue_component__$19 = /*#__PURE__*/normalizeComponent({
|
|
2740
|
+
render: __vue_render__$K,
|
|
2741
|
+
staticRenderFns: __vue_staticRenderFns__$K
|
|
2742
|
+
}, __vue_inject_styles__$K, __vue_script__$K, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, createInjector, undefined, undefined);
|
|
2742
2743
|
|
|
2743
|
-
var VcActionList = __vue_component__$
|
|
2744
|
+
var VcActionList = __vue_component__$19;
|
|
2744
2745
|
|
|
2745
|
-
var script$
|
|
2746
|
+
var script$J = {
|
|
2746
2747
|
name: "VcActions",
|
|
2747
2748
|
components: {
|
|
2748
2749
|
VcIcon,
|
|
@@ -2800,10 +2801,10 @@ var script$K = {
|
|
|
2800
2801
|
};
|
|
2801
2802
|
|
|
2802
2803
|
/* script */
|
|
2803
|
-
const __vue_script__$
|
|
2804
|
+
const __vue_script__$J = script$J;
|
|
2804
2805
|
/* template */
|
|
2805
2806
|
|
|
2806
|
-
var __vue_render__$
|
|
2807
|
+
var __vue_render__$J = function () {
|
|
2807
2808
|
var _vm = this;
|
|
2808
2809
|
|
|
2809
2810
|
var _h = _vm.$createElement;
|
|
@@ -2847,31 +2848,31 @@ var __vue_render__$K = function () {
|
|
|
2847
2848
|
}, 'component', _vm.$props, false));
|
|
2848
2849
|
};
|
|
2849
2850
|
|
|
2850
|
-
var __vue_staticRenderFns__$
|
|
2851
|
+
var __vue_staticRenderFns__$J = [];
|
|
2851
2852
|
/* style */
|
|
2852
2853
|
|
|
2853
|
-
const __vue_inject_styles__$
|
|
2854
|
+
const __vue_inject_styles__$J = undefined;
|
|
2854
2855
|
/* scoped */
|
|
2855
2856
|
|
|
2856
|
-
const __vue_scope_id__$
|
|
2857
|
+
const __vue_scope_id__$J = undefined;
|
|
2857
2858
|
/* module identifier */
|
|
2858
2859
|
|
|
2859
|
-
const __vue_module_identifier__$
|
|
2860
|
+
const __vue_module_identifier__$J = undefined;
|
|
2860
2861
|
/* functional template */
|
|
2861
2862
|
|
|
2862
|
-
const __vue_is_functional_template__$
|
|
2863
|
+
const __vue_is_functional_template__$J = false;
|
|
2863
2864
|
/* style inject */
|
|
2864
2865
|
|
|
2865
2866
|
/* style inject SSR */
|
|
2866
2867
|
|
|
2867
2868
|
/* style inject shadow dom */
|
|
2868
2869
|
|
|
2869
|
-
const __vue_component__$
|
|
2870
|
-
render: __vue_render__$
|
|
2871
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2872
|
-
}, __vue_inject_styles__$
|
|
2870
|
+
const __vue_component__$18 = /*#__PURE__*/normalizeComponent({
|
|
2871
|
+
render: __vue_render__$J,
|
|
2872
|
+
staticRenderFns: __vue_staticRenderFns__$J
|
|
2873
|
+
}, __vue_inject_styles__$J, __vue_script__$J, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, undefined, undefined, undefined);
|
|
2873
2874
|
|
|
2874
|
-
var VcActions = __vue_component__$
|
|
2875
|
+
var VcActions = __vue_component__$18;
|
|
2875
2876
|
|
|
2876
2877
|
//
|
|
2877
2878
|
//
|
|
@@ -2896,7 +2897,7 @@ var VcActions = __vue_component__$1a;
|
|
|
2896
2897
|
//
|
|
2897
2898
|
//
|
|
2898
2899
|
//
|
|
2899
|
-
var script$
|
|
2900
|
+
var script$I = {
|
|
2900
2901
|
components: {
|
|
2901
2902
|
VStepperStep: VStepperStep,
|
|
2902
2903
|
VStepper: VStepper
|
|
@@ -2969,10 +2970,10 @@ var script$J = {
|
|
|
2969
2970
|
};
|
|
2970
2971
|
|
|
2971
2972
|
/* script */
|
|
2972
|
-
const __vue_script__$
|
|
2973
|
+
const __vue_script__$I = script$I;
|
|
2973
2974
|
/* template */
|
|
2974
2975
|
|
|
2975
|
-
var __vue_render__$
|
|
2976
|
+
var __vue_render__$I = function () {
|
|
2976
2977
|
var _vm = this;
|
|
2977
2978
|
|
|
2978
2979
|
var _h = _vm.$createElement;
|
|
@@ -3011,10 +3012,10 @@ var __vue_render__$J = function () {
|
|
|
3011
3012
|
})], 2)], 1);
|
|
3012
3013
|
};
|
|
3013
3014
|
|
|
3014
|
-
var __vue_staticRenderFns__$
|
|
3015
|
+
var __vue_staticRenderFns__$I = [];
|
|
3015
3016
|
/* style */
|
|
3016
3017
|
|
|
3017
|
-
const __vue_inject_styles__$
|
|
3018
|
+
const __vue_inject_styles__$I = function (inject) {
|
|
3018
3019
|
if (!inject) return;
|
|
3019
3020
|
inject("data-v-d21a486c_0", {
|
|
3020
3021
|
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;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--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)}",
|
|
@@ -3025,23 +3026,23 @@ const __vue_inject_styles__$J = function (inject) {
|
|
|
3025
3026
|
/* scoped */
|
|
3026
3027
|
|
|
3027
3028
|
|
|
3028
|
-
const __vue_scope_id__$
|
|
3029
|
+
const __vue_scope_id__$I = "data-v-d21a486c";
|
|
3029
3030
|
/* module identifier */
|
|
3030
3031
|
|
|
3031
|
-
const __vue_module_identifier__$
|
|
3032
|
+
const __vue_module_identifier__$I = undefined;
|
|
3032
3033
|
/* functional template */
|
|
3033
3034
|
|
|
3034
|
-
const __vue_is_functional_template__$
|
|
3035
|
+
const __vue_is_functional_template__$I = false;
|
|
3035
3036
|
/* style inject SSR */
|
|
3036
3037
|
|
|
3037
3038
|
/* style inject shadow dom */
|
|
3038
3039
|
|
|
3039
|
-
const __vue_component__$
|
|
3040
|
-
render: __vue_render__$
|
|
3041
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3042
|
-
}, __vue_inject_styles__$
|
|
3040
|
+
const __vue_component__$17 = /*#__PURE__*/normalizeComponent({
|
|
3041
|
+
render: __vue_render__$I,
|
|
3042
|
+
staticRenderFns: __vue_staticRenderFns__$I
|
|
3043
|
+
}, __vue_inject_styles__$I, __vue_script__$I, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, createInjector, undefined, undefined);
|
|
3043
3044
|
|
|
3044
|
-
var VcStepsBar = __vue_component__$
|
|
3045
|
+
var VcStepsBar = __vue_component__$17;
|
|
3045
3046
|
|
|
3046
3047
|
//
|
|
3047
3048
|
//
|
|
@@ -3058,7 +3059,7 @@ var VcStepsBar = __vue_component__$19;
|
|
|
3058
3059
|
//
|
|
3059
3060
|
//
|
|
3060
3061
|
//
|
|
3061
|
-
var script$
|
|
3062
|
+
var script$H = {
|
|
3062
3063
|
components: {
|
|
3063
3064
|
VProgressCircular: VProgressCircular
|
|
3064
3065
|
},
|
|
@@ -3127,10 +3128,10 @@ var script$I = {
|
|
|
3127
3128
|
};
|
|
3128
3129
|
|
|
3129
3130
|
/* script */
|
|
3130
|
-
const __vue_script__$
|
|
3131
|
+
const __vue_script__$H = script$H;
|
|
3131
3132
|
/* template */
|
|
3132
3133
|
|
|
3133
|
-
var __vue_render__$
|
|
3134
|
+
var __vue_render__$H = function () {
|
|
3134
3135
|
var _vm = this;
|
|
3135
3136
|
|
|
3136
3137
|
var _h = _vm.$createElement;
|
|
@@ -3151,10 +3152,10 @@ var __vue_render__$I = function () {
|
|
|
3151
3152
|
}, [_vm._v("\n " + _vm._s(_vm.currentStep) + " / " + _vm._s(_vm.steps) + "\n ")]) : _vm._e()]);
|
|
3152
3153
|
};
|
|
3153
3154
|
|
|
3154
|
-
var __vue_staticRenderFns__$
|
|
3155
|
+
var __vue_staticRenderFns__$H = [];
|
|
3155
3156
|
/* style */
|
|
3156
3157
|
|
|
3157
|
-
const __vue_inject_styles__$
|
|
3158
|
+
const __vue_inject_styles__$H = function (inject) {
|
|
3158
3159
|
if (!inject) return;
|
|
3159
3160
|
inject("data-v-5c278fc2_0", {
|
|
3160
3161
|
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;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--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)}",
|
|
@@ -3165,25 +3166,25 @@ const __vue_inject_styles__$I = function (inject) {
|
|
|
3165
3166
|
/* scoped */
|
|
3166
3167
|
|
|
3167
3168
|
|
|
3168
|
-
const __vue_scope_id__$
|
|
3169
|
+
const __vue_scope_id__$H = "data-v-5c278fc2";
|
|
3169
3170
|
/* module identifier */
|
|
3170
3171
|
|
|
3171
|
-
const __vue_module_identifier__$
|
|
3172
|
+
const __vue_module_identifier__$H = undefined;
|
|
3172
3173
|
/* functional template */
|
|
3173
3174
|
|
|
3174
|
-
const __vue_is_functional_template__$
|
|
3175
|
+
const __vue_is_functional_template__$H = false;
|
|
3175
3176
|
/* style inject SSR */
|
|
3176
3177
|
|
|
3177
3178
|
/* style inject shadow dom */
|
|
3178
3179
|
|
|
3179
|
-
const __vue_component__$
|
|
3180
|
-
render: __vue_render__$
|
|
3181
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3182
|
-
}, __vue_inject_styles__$
|
|
3180
|
+
const __vue_component__$16 = /*#__PURE__*/normalizeComponent({
|
|
3181
|
+
render: __vue_render__$H,
|
|
3182
|
+
staticRenderFns: __vue_staticRenderFns__$H
|
|
3183
|
+
}, __vue_inject_styles__$H, __vue_script__$H, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, createInjector, undefined, undefined);
|
|
3183
3184
|
|
|
3184
|
-
var VcProgressCircular = __vue_component__$
|
|
3185
|
+
var VcProgressCircular = __vue_component__$16;
|
|
3185
3186
|
|
|
3186
|
-
var script$
|
|
3187
|
+
var script$G = {
|
|
3187
3188
|
name: "VcMobileWizardProgress",
|
|
3188
3189
|
components: {
|
|
3189
3190
|
VcLayout,
|
|
@@ -3243,10 +3244,10 @@ var script$H = {
|
|
|
3243
3244
|
};
|
|
3244
3245
|
|
|
3245
3246
|
/* script */
|
|
3246
|
-
const __vue_script__$
|
|
3247
|
+
const __vue_script__$G = script$G;
|
|
3247
3248
|
/* template */
|
|
3248
3249
|
|
|
3249
|
-
var __vue_render__$
|
|
3250
|
+
var __vue_render__$G = function () {
|
|
3250
3251
|
var _vm = this;
|
|
3251
3252
|
|
|
3252
3253
|
var _h = _vm.$createElement;
|
|
@@ -3282,10 +3283,10 @@ var __vue_render__$H = function () {
|
|
|
3282
3283
|
}, [_vm._v(_vm._s(_vm.nextStepName))]) : _vm._e()])], 1);
|
|
3283
3284
|
};
|
|
3284
3285
|
|
|
3285
|
-
var __vue_staticRenderFns__$
|
|
3286
|
+
var __vue_staticRenderFns__$G = [];
|
|
3286
3287
|
/* style */
|
|
3287
3288
|
|
|
3288
|
-
const __vue_inject_styles__$
|
|
3289
|
+
const __vue_inject_styles__$G = function (inject) {
|
|
3289
3290
|
if (!inject) return;
|
|
3290
3291
|
inject("data-v-4fe04d36_0", {
|
|
3291
3292
|
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;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--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)}",
|
|
@@ -3296,25 +3297,25 @@ const __vue_inject_styles__$H = function (inject) {
|
|
|
3296
3297
|
/* scoped */
|
|
3297
3298
|
|
|
3298
3299
|
|
|
3299
|
-
const __vue_scope_id__$
|
|
3300
|
+
const __vue_scope_id__$G = "data-v-4fe04d36";
|
|
3300
3301
|
/* module identifier */
|
|
3301
3302
|
|
|
3302
|
-
const __vue_module_identifier__$
|
|
3303
|
+
const __vue_module_identifier__$G = undefined;
|
|
3303
3304
|
/* functional template */
|
|
3304
3305
|
|
|
3305
|
-
const __vue_is_functional_template__$
|
|
3306
|
+
const __vue_is_functional_template__$G = false;
|
|
3306
3307
|
/* style inject SSR */
|
|
3307
3308
|
|
|
3308
3309
|
/* style inject shadow dom */
|
|
3309
3310
|
|
|
3310
|
-
const __vue_component__$
|
|
3311
|
-
render: __vue_render__$
|
|
3312
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3313
|
-
}, __vue_inject_styles__$
|
|
3311
|
+
const __vue_component__$15 = /*#__PURE__*/normalizeComponent({
|
|
3312
|
+
render: __vue_render__$G,
|
|
3313
|
+
staticRenderFns: __vue_staticRenderFns__$G
|
|
3314
|
+
}, __vue_inject_styles__$G, __vue_script__$G, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, createInjector, undefined, undefined);
|
|
3314
3315
|
|
|
3315
|
-
var VcMobileWizardProgress = __vue_component__$
|
|
3316
|
+
var VcMobileWizardProgress = __vue_component__$15;
|
|
3316
3317
|
|
|
3317
|
-
var script$
|
|
3318
|
+
var script$F = {
|
|
3318
3319
|
name: 'VcCheckbox',
|
|
3319
3320
|
components: {
|
|
3320
3321
|
VcIcon,
|
|
@@ -3375,10 +3376,10 @@ var script$G = {
|
|
|
3375
3376
|
};
|
|
3376
3377
|
|
|
3377
3378
|
/* script */
|
|
3378
|
-
const __vue_script__$
|
|
3379
|
+
const __vue_script__$F = script$F;
|
|
3379
3380
|
/* template */
|
|
3380
3381
|
|
|
3381
|
-
var __vue_render__$
|
|
3382
|
+
var __vue_render__$F = function () {
|
|
3382
3383
|
var _vm = this;
|
|
3383
3384
|
|
|
3384
3385
|
var _h = _vm.$createElement;
|
|
@@ -3442,10 +3443,10 @@ var __vue_render__$G = function () {
|
|
|
3442
3443
|
});
|
|
3443
3444
|
};
|
|
3444
3445
|
|
|
3445
|
-
var __vue_staticRenderFns__$
|
|
3446
|
+
var __vue_staticRenderFns__$F = [];
|
|
3446
3447
|
/* style */
|
|
3447
3448
|
|
|
3448
|
-
const __vue_inject_styles__$
|
|
3449
|
+
const __vue_inject_styles__$F = function (inject) {
|
|
3449
3450
|
if (!inject) return;
|
|
3450
3451
|
inject("data-v-347ec55e_0", {
|
|
3451
3452
|
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}",
|
|
@@ -3456,25 +3457,25 @@ const __vue_inject_styles__$G = function (inject) {
|
|
|
3456
3457
|
/* scoped */
|
|
3457
3458
|
|
|
3458
3459
|
|
|
3459
|
-
const __vue_scope_id__$
|
|
3460
|
+
const __vue_scope_id__$F = "data-v-347ec55e";
|
|
3460
3461
|
/* module identifier */
|
|
3461
3462
|
|
|
3462
|
-
const __vue_module_identifier__$
|
|
3463
|
+
const __vue_module_identifier__$F = undefined;
|
|
3463
3464
|
/* functional template */
|
|
3464
3465
|
|
|
3465
|
-
const __vue_is_functional_template__$
|
|
3466
|
+
const __vue_is_functional_template__$F = false;
|
|
3466
3467
|
/* style inject SSR */
|
|
3467
3468
|
|
|
3468
3469
|
/* style inject shadow dom */
|
|
3469
3470
|
|
|
3470
|
-
const __vue_component__$
|
|
3471
|
-
render: __vue_render__$
|
|
3472
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3473
|
-
}, __vue_inject_styles__$
|
|
3471
|
+
const __vue_component__$14 = /*#__PURE__*/normalizeComponent({
|
|
3472
|
+
render: __vue_render__$F,
|
|
3473
|
+
staticRenderFns: __vue_staticRenderFns__$F
|
|
3474
|
+
}, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, createInjector, undefined, undefined);
|
|
3474
3475
|
|
|
3475
|
-
var VcCheckbox = __vue_component__$
|
|
3476
|
+
var VcCheckbox = __vue_component__$14;
|
|
3476
3477
|
|
|
3477
|
-
var script$
|
|
3478
|
+
var script$E = {
|
|
3478
3479
|
name: "VcChecklistItem",
|
|
3479
3480
|
components: {
|
|
3480
3481
|
VcLayout,
|
|
@@ -3532,10 +3533,10 @@ var script$F = {
|
|
|
3532
3533
|
};
|
|
3533
3534
|
|
|
3534
3535
|
/* script */
|
|
3535
|
-
const __vue_script__$
|
|
3536
|
+
const __vue_script__$E = script$E;
|
|
3536
3537
|
/* template */
|
|
3537
3538
|
|
|
3538
|
-
var __vue_render__$
|
|
3539
|
+
var __vue_render__$E = function () {
|
|
3539
3540
|
var _vm = this;
|
|
3540
3541
|
|
|
3541
3542
|
var _h = _vm.$createElement;
|
|
@@ -3572,10 +3573,10 @@ var __vue_render__$F = function () {
|
|
|
3572
3573
|
})], 1)]], 2);
|
|
3573
3574
|
};
|
|
3574
3575
|
|
|
3575
|
-
var __vue_staticRenderFns__$
|
|
3576
|
+
var __vue_staticRenderFns__$E = [];
|
|
3576
3577
|
/* style */
|
|
3577
3578
|
|
|
3578
|
-
const __vue_inject_styles__$
|
|
3579
|
+
const __vue_inject_styles__$E = function (inject) {
|
|
3579
3580
|
if (!inject) return;
|
|
3580
3581
|
inject("data-v-eb804af2_0", {
|
|
3581
3582
|
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)}",
|
|
@@ -3586,25 +3587,25 @@ const __vue_inject_styles__$F = function (inject) {
|
|
|
3586
3587
|
/* scoped */
|
|
3587
3588
|
|
|
3588
3589
|
|
|
3589
|
-
const __vue_scope_id__$
|
|
3590
|
+
const __vue_scope_id__$E = "data-v-eb804af2";
|
|
3590
3591
|
/* module identifier */
|
|
3591
3592
|
|
|
3592
|
-
const __vue_module_identifier__$
|
|
3593
|
+
const __vue_module_identifier__$E = undefined;
|
|
3593
3594
|
/* functional template */
|
|
3594
3595
|
|
|
3595
|
-
const __vue_is_functional_template__$
|
|
3596
|
+
const __vue_is_functional_template__$E = false;
|
|
3596
3597
|
/* style inject SSR */
|
|
3597
3598
|
|
|
3598
3599
|
/* style inject shadow dom */
|
|
3599
3600
|
|
|
3600
|
-
const __vue_component__$
|
|
3601
|
-
render: __vue_render__$
|
|
3602
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3603
|
-
}, __vue_inject_styles__$
|
|
3601
|
+
const __vue_component__$13 = /*#__PURE__*/normalizeComponent({
|
|
3602
|
+
render: __vue_render__$E,
|
|
3603
|
+
staticRenderFns: __vue_staticRenderFns__$E
|
|
3604
|
+
}, __vue_inject_styles__$E, __vue_script__$E, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, createInjector, undefined, undefined);
|
|
3604
3605
|
|
|
3605
|
-
var VcChecklistItem = __vue_component__$
|
|
3606
|
+
var VcChecklistItem = __vue_component__$13;
|
|
3606
3607
|
|
|
3607
|
-
var script$
|
|
3608
|
+
var script$D = {
|
|
3608
3609
|
name: 'VcTextField',
|
|
3609
3610
|
components: {
|
|
3610
3611
|
VcIconWithTooltip,
|
|
@@ -3799,10 +3800,10 @@ var script$E = {
|
|
|
3799
3800
|
};
|
|
3800
3801
|
|
|
3801
3802
|
/* script */
|
|
3802
|
-
const __vue_script__$
|
|
3803
|
+
const __vue_script__$D = script$D;
|
|
3803
3804
|
/* template */
|
|
3804
3805
|
|
|
3805
|
-
var __vue_render__$
|
|
3806
|
+
var __vue_render__$D = function () {
|
|
3806
3807
|
var _vm = this;
|
|
3807
3808
|
|
|
3808
3809
|
var _h = _vm.$createElement;
|
|
@@ -3865,10 +3866,10 @@ var __vue_render__$E = function () {
|
|
|
3865
3866
|
});
|
|
3866
3867
|
};
|
|
3867
3868
|
|
|
3868
|
-
var __vue_staticRenderFns__$
|
|
3869
|
+
var __vue_staticRenderFns__$D = [];
|
|
3869
3870
|
/* style */
|
|
3870
3871
|
|
|
3871
|
-
const __vue_inject_styles__$
|
|
3872
|
+
const __vue_inject_styles__$D = function (inject) {
|
|
3872
3873
|
if (!inject) return;
|
|
3873
3874
|
inject("data-v-75d9b6f0_0", {
|
|
3874
3875
|
source: ".VcTextInput.v-text-field[data-v-75d9b6f0]{font-family:var(--primary-font-family)}.VcTextInput.v-text-field[data-v-75d9b6f0] .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-75d9b6f0] .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-75d9b6f0] .v-input__slot .v-text-field__prefix{color:var(--gray-darken-5)}.VcTextInput.v-text-field[data-v-75d9b6f0] .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-75d9b6f0] .v-input__slot input::placeholder{font-weight:var(--font-weight-medium)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:after,.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:before{display:none}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:hover{border-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:active,.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:focus,.VcTextInput.v-text-field[data-v-75d9b6f0] .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-75d9b6f0] .v-input__slot:active input,.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:focus input,.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:focus-within input{color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot .v-input__prepend-inner{padding-inline-end:var(--size-value3);align-self:center}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot .v-input__icon .v-icon{margin:var(--size-value0)!important}.VcTextInput.v-text-field[data-v-75d9b6f0] .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-75d9b6f0] .v-input__slot .v-input__icon .v-icon__component .vc-chevron-right{fill:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-75d9b6f0].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-75d9b6f0].v-input--is-focused label,.VcTextInput.v-text-field[data-v-75d9b6f0].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-75d9b6f0].v-input--is-focused .v-text-field__slot,.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--is-label-active .v-text-field__slot{margin-bottom:-14px}.VcTextInput.v-text-field[data-v-75d9b6f0].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-75d9b6f0].v-input--is-disabled .v-input__slot input,.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--is-disabled .v-input__slot label{color:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-75d9b6f0]:not(.v-input--is-label-active):not(.v-input--is-focused) input{padding:var(--size-value2) 0}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-messages__message{line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__append-inner{align-self:center;fill:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__append-inner .v-input__icon--append{min-width:var(--size-value5);width:var(--size-value5)}.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--dense:not(.v-text-field--outlined) input{padding-block:var(--size-value2)}.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--is-readonly{cursor:pointer}",
|
|
@@ -3879,27 +3880,27 @@ const __vue_inject_styles__$E = function (inject) {
|
|
|
3879
3880
|
/* scoped */
|
|
3880
3881
|
|
|
3881
3882
|
|
|
3882
|
-
const __vue_scope_id__$
|
|
3883
|
+
const __vue_scope_id__$D = "data-v-75d9b6f0";
|
|
3883
3884
|
/* module identifier */
|
|
3884
3885
|
|
|
3885
|
-
const __vue_module_identifier__$
|
|
3886
|
+
const __vue_module_identifier__$D = undefined;
|
|
3886
3887
|
/* functional template */
|
|
3887
3888
|
|
|
3888
|
-
const __vue_is_functional_template__$
|
|
3889
|
+
const __vue_is_functional_template__$D = false;
|
|
3889
3890
|
/* style inject SSR */
|
|
3890
3891
|
|
|
3891
3892
|
/* style inject shadow dom */
|
|
3892
3893
|
|
|
3893
|
-
const __vue_component__$
|
|
3894
|
-
render: __vue_render__$
|
|
3895
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3896
|
-
}, __vue_inject_styles__$
|
|
3894
|
+
const __vue_component__$12 = /*#__PURE__*/normalizeComponent({
|
|
3895
|
+
render: __vue_render__$D,
|
|
3896
|
+
staticRenderFns: __vue_staticRenderFns__$D
|
|
3897
|
+
}, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
|
|
3897
3898
|
|
|
3898
|
-
var VcTextField = __vue_component__$
|
|
3899
|
+
var VcTextField = __vue_component__$12;
|
|
3899
3900
|
|
|
3900
3901
|
const throttle$1 = require("lodash.throttle");
|
|
3901
3902
|
|
|
3902
|
-
var script$
|
|
3903
|
+
var script$C = {
|
|
3903
3904
|
name: "VcSearchBar",
|
|
3904
3905
|
components: {
|
|
3905
3906
|
VcTextField,
|
|
@@ -3961,10 +3962,10 @@ var script$D = {
|
|
|
3961
3962
|
};
|
|
3962
3963
|
|
|
3963
3964
|
/* script */
|
|
3964
|
-
const __vue_script__$
|
|
3965
|
+
const __vue_script__$C = script$C;
|
|
3965
3966
|
/* template */
|
|
3966
3967
|
|
|
3967
|
-
var __vue_render__$
|
|
3968
|
+
var __vue_render__$C = function () {
|
|
3968
3969
|
var _vm = this;
|
|
3969
3970
|
|
|
3970
3971
|
var _h = _vm.$createElement;
|
|
@@ -4000,10 +4001,10 @@ var __vue_render__$D = function () {
|
|
|
4000
4001
|
});
|
|
4001
4002
|
};
|
|
4002
4003
|
|
|
4003
|
-
var __vue_staticRenderFns__$
|
|
4004
|
+
var __vue_staticRenderFns__$C = [];
|
|
4004
4005
|
/* style */
|
|
4005
4006
|
|
|
4006
|
-
const __vue_inject_styles__$
|
|
4007
|
+
const __vue_inject_styles__$C = function (inject) {
|
|
4007
4008
|
if (!inject) return;
|
|
4008
4009
|
inject("data-v-aa7c74d0_0", {
|
|
4009
4010
|
source: ".vc-search-bar.VcTextInput[data-v-aa7c74d0]{padding:var(--size-value0);margin:var(--size-value0)}.vc-search-bar.VcTextInput.border-top-radius[data-v-aa7c74d0] .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-aa7c74d0] .v-input__slot .v-text-field__slot,.vc-search-bar.VcTextInput.v-input--is-focused[data-v-aa7c74d0] .v-input__slot .v-text-field__slot,.vc-search-bar.VcTextInput.v-input--is-label-active[data-v-aa7c74d0] .v-input__slot .v-text-field__slot{margin:0}.vc-search-bar.VcTextInput__magnify[data-v-aa7c74d0]{fill:var(--gray-darken-2)}.vc-search-bar.VcTextInput[data-v-aa7c74d0]:hover{border-color:var(--gray-darken-2)}.vc-search-bar.VcTextInput[data-v-aa7c74d0]:hover .v-input__slot label{color:var(--gray-darken-2)}.vc-search-bar.VcTextInput.medium[data-v-aa7c74d0] .v-input__control .v-input__slot{height:var(--size-value10)}.vc-search-bar.VcTextInput.medium[data-v-aa7c74d0] .v-input__control .v-input__slot .v-input__prepend-inner{padding:var(--size-value3)}.vc-search-bar.VcTextInput[data-v-aa7c74d0] .v-input__control .v-input__slot{padding:var(--size-value0)}.vc-search-bar.VcTextInput[data-v-aa7c74d0] .v-input__control .v-input__slot .v-input__prepend-inner{padding:18px var(--size-value3);margin:var(--size-value0)}",
|
|
@@ -4014,25 +4015,25 @@ const __vue_inject_styles__$D = function (inject) {
|
|
|
4014
4015
|
/* scoped */
|
|
4015
4016
|
|
|
4016
4017
|
|
|
4017
|
-
const __vue_scope_id__$
|
|
4018
|
+
const __vue_scope_id__$C = "data-v-aa7c74d0";
|
|
4018
4019
|
/* module identifier */
|
|
4019
4020
|
|
|
4020
|
-
const __vue_module_identifier__$
|
|
4021
|
+
const __vue_module_identifier__$C = undefined;
|
|
4021
4022
|
/* functional template */
|
|
4022
4023
|
|
|
4023
|
-
const __vue_is_functional_template__$
|
|
4024
|
+
const __vue_is_functional_template__$C = false;
|
|
4024
4025
|
/* style inject SSR */
|
|
4025
4026
|
|
|
4026
4027
|
/* style inject shadow dom */
|
|
4027
4028
|
|
|
4028
|
-
const __vue_component__$
|
|
4029
|
-
render: __vue_render__$
|
|
4030
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4031
|
-
}, __vue_inject_styles__$
|
|
4029
|
+
const __vue_component__$11 = /*#__PURE__*/normalizeComponent({
|
|
4030
|
+
render: __vue_render__$C,
|
|
4031
|
+
staticRenderFns: __vue_staticRenderFns__$C
|
|
4032
|
+
}, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
|
|
4032
4033
|
|
|
4033
|
-
var VcSearchBar = __vue_component__$
|
|
4034
|
+
var VcSearchBar = __vue_component__$11;
|
|
4034
4035
|
|
|
4035
|
-
var script$
|
|
4036
|
+
var script$B = {
|
|
4036
4037
|
name: "VcListbox",
|
|
4037
4038
|
components: {
|
|
4038
4039
|
VcLayout,
|
|
@@ -4122,10 +4123,10 @@ var script$C = {
|
|
|
4122
4123
|
};
|
|
4123
4124
|
|
|
4124
4125
|
/* script */
|
|
4125
|
-
const __vue_script__$
|
|
4126
|
+
const __vue_script__$B = script$B;
|
|
4126
4127
|
/* template */
|
|
4127
4128
|
|
|
4128
|
-
var __vue_render__$
|
|
4129
|
+
var __vue_render__$B = function () {
|
|
4129
4130
|
var _vm = this;
|
|
4130
4131
|
|
|
4131
4132
|
var _h = _vm.$createElement;
|
|
@@ -4218,10 +4219,10 @@ var __vue_render__$C = function () {
|
|
|
4218
4219
|
}, [_vm._v(_vm._s(_vm.getAddAnotherLabel))])], 1)], 1) : _vm._e()], 1)], 1);
|
|
4219
4220
|
};
|
|
4220
4221
|
|
|
4221
|
-
var __vue_staticRenderFns__$
|
|
4222
|
+
var __vue_staticRenderFns__$B = [];
|
|
4222
4223
|
/* style */
|
|
4223
4224
|
|
|
4224
|
-
const __vue_inject_styles__$
|
|
4225
|
+
const __vue_inject_styles__$B = function (inject) {
|
|
4225
4226
|
if (!inject) return;
|
|
4226
4227
|
inject("data-v-511fa191_0", {
|
|
4227
4228
|
source: ".vc-list-title[data-v-511fa191]{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-511fa191]{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-511fa191]{border:none}.VcListbox.with-search .vc-overflow[data-v-511fa191]{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-511fa191]{border-inline:var(--border-frame);border-block-end:unset;border-radius:unset}.VcListbox.with-search.with-add-another .last-item[data-v-511fa191]{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-511fa191]{overflow:auto;height:160px}.VcListbox .vc-overflow .vc-list-item[data-v-511fa191]{padding:var(--size-value0);min-height:unset}.VcListbox .vc-overflow .vc-list-item[data-v-511fa191]:before{opacity:0}.VcListbox .divider[data-v-511fa191]{border-color:var(--gray-lighten-1)}.VcListbox .last-item[data-v-511fa191]{cursor:pointer;min-height:var(--size-value10);padding-block:var(--size-value1) var(--size-value2)}.VcListbox .last-item[data-v-511fa191]:hover{background-color:var(--gray-lighten-3)}.VcListbox .last-item .add-another-label[data-v-511fa191]{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-511fa191]{margin-inline-end:var(--size-value3);cursor:pointer}.VcListbox .last-item .add-another-icon[data-v-511fa191] .v-icon__component{height:unset;width:unset}.VcListbox .last-item .add-another-icon[data-v-511fa191] .v-icon__component svg{width:var(--size-value3)}.VcListbox__empty[data-v-511fa191]{height:100%;font-weight:var(--font-weight-medium2);font-size:var(--font-size-xx-small);color:var(--gray-darken-4)}",
|
|
@@ -4232,25 +4233,25 @@ const __vue_inject_styles__$C = function (inject) {
|
|
|
4232
4233
|
/* scoped */
|
|
4233
4234
|
|
|
4234
4235
|
|
|
4235
|
-
const __vue_scope_id__$
|
|
4236
|
+
const __vue_scope_id__$B = "data-v-511fa191";
|
|
4236
4237
|
/* module identifier */
|
|
4237
4238
|
|
|
4238
|
-
const __vue_module_identifier__$
|
|
4239
|
+
const __vue_module_identifier__$B = undefined;
|
|
4239
4240
|
/* functional template */
|
|
4240
4241
|
|
|
4241
|
-
const __vue_is_functional_template__$
|
|
4242
|
+
const __vue_is_functional_template__$B = false;
|
|
4242
4243
|
/* style inject SSR */
|
|
4243
4244
|
|
|
4244
4245
|
/* style inject shadow dom */
|
|
4245
4246
|
|
|
4246
|
-
const __vue_component__
|
|
4247
|
-
render: __vue_render__$
|
|
4248
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4249
|
-
}, __vue_inject_styles__$
|
|
4247
|
+
const __vue_component__$$ = /*#__PURE__*/normalizeComponent({
|
|
4248
|
+
render: __vue_render__$B,
|
|
4249
|
+
staticRenderFns: __vue_staticRenderFns__$B
|
|
4250
|
+
}, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
|
|
4250
4251
|
|
|
4251
|
-
var __vue_component__$
|
|
4252
|
+
var __vue_component__$10 = __vue_component__$$;
|
|
4252
4253
|
|
|
4253
|
-
var script$
|
|
4254
|
+
var script$A = {
|
|
4254
4255
|
name: "VcBottomSheet",
|
|
4255
4256
|
components: {
|
|
4256
4257
|
VcLayout,
|
|
@@ -4274,10 +4275,10 @@ var script$B = {
|
|
|
4274
4275
|
};
|
|
4275
4276
|
|
|
4276
4277
|
/* script */
|
|
4277
|
-
const __vue_script__$
|
|
4278
|
+
const __vue_script__$A = script$A;
|
|
4278
4279
|
/* template */
|
|
4279
4280
|
|
|
4280
|
-
var __vue_render__$
|
|
4281
|
+
var __vue_render__$A = function () {
|
|
4281
4282
|
var _vm = this;
|
|
4282
4283
|
|
|
4283
4284
|
var _h = _vm.$createElement;
|
|
@@ -4310,10 +4311,10 @@ var __vue_render__$B = function () {
|
|
|
4310
4311
|
}, [_vm._t("default")], 2)], 1);
|
|
4311
4312
|
};
|
|
4312
4313
|
|
|
4313
|
-
var __vue_staticRenderFns__$
|
|
4314
|
+
var __vue_staticRenderFns__$A = [];
|
|
4314
4315
|
/* style */
|
|
4315
4316
|
|
|
4316
|
-
const __vue_inject_styles__$
|
|
4317
|
+
const __vue_inject_styles__$A = function (inject) {
|
|
4317
4318
|
if (!inject) return;
|
|
4318
4319
|
inject("data-v-d837dcb8_0", {
|
|
4319
4320
|
source: "[data-v-d837dcb8]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-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;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcBottomSheet .vc-sheet[data-v-d837dcb8]{max-height:92vh;border-radius:var(--modal-border-radius) var(--modal-border-radius) 0 0;display:flex;box-shadow:var(--modal-box-shadow)}",
|
|
@@ -4324,25 +4325,25 @@ const __vue_inject_styles__$B = function (inject) {
|
|
|
4324
4325
|
/* scoped */
|
|
4325
4326
|
|
|
4326
4327
|
|
|
4327
|
-
const __vue_scope_id__$
|
|
4328
|
+
const __vue_scope_id__$A = "data-v-d837dcb8";
|
|
4328
4329
|
/* module identifier */
|
|
4329
4330
|
|
|
4330
|
-
const __vue_module_identifier__$
|
|
4331
|
+
const __vue_module_identifier__$A = undefined;
|
|
4331
4332
|
/* functional template */
|
|
4332
4333
|
|
|
4333
|
-
const __vue_is_functional_template__$
|
|
4334
|
+
const __vue_is_functional_template__$A = false;
|
|
4334
4335
|
/* style inject SSR */
|
|
4335
4336
|
|
|
4336
4337
|
/* style inject shadow dom */
|
|
4337
4338
|
|
|
4338
|
-
const __vue_component__$
|
|
4339
|
-
render: __vue_render__$
|
|
4340
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4341
|
-
}, __vue_inject_styles__$
|
|
4339
|
+
const __vue_component__$_ = /*#__PURE__*/normalizeComponent({
|
|
4340
|
+
render: __vue_render__$A,
|
|
4341
|
+
staticRenderFns: __vue_staticRenderFns__$A
|
|
4342
|
+
}, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
|
|
4342
4343
|
|
|
4343
|
-
var VcBottomSheet = __vue_component__$
|
|
4344
|
+
var VcBottomSheet = __vue_component__$_;
|
|
4344
4345
|
|
|
4345
|
-
var script$
|
|
4346
|
+
var script$z = {
|
|
4346
4347
|
components: {
|
|
4347
4348
|
VcIcon,
|
|
4348
4349
|
VSwitch: VSwitch
|
|
@@ -4387,10 +4388,10 @@ var script$A = {
|
|
|
4387
4388
|
};
|
|
4388
4389
|
|
|
4389
4390
|
/* script */
|
|
4390
|
-
const __vue_script__$
|
|
4391
|
+
const __vue_script__$z = script$z;
|
|
4391
4392
|
/* template */
|
|
4392
4393
|
|
|
4393
|
-
var __vue_render__$
|
|
4394
|
+
var __vue_render__$z = function () {
|
|
4394
4395
|
var _vm = this;
|
|
4395
4396
|
|
|
4396
4397
|
var _h = _vm.$createElement;
|
|
@@ -4446,10 +4447,10 @@ var __vue_render__$A = function () {
|
|
|
4446
4447
|
}, [_vm._v("$close_button")]) : _vm._e()], 1);
|
|
4447
4448
|
};
|
|
4448
4449
|
|
|
4449
|
-
var __vue_staticRenderFns__$
|
|
4450
|
+
var __vue_staticRenderFns__$z = [];
|
|
4450
4451
|
/* style */
|
|
4451
4452
|
|
|
4452
|
-
const __vue_inject_styles__$
|
|
4453
|
+
const __vue_inject_styles__$z = function (inject) {
|
|
4453
4454
|
if (!inject) return;
|
|
4454
4455
|
inject("data-v-422626ac_0", {
|
|
4455
4456
|
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)}",
|
|
@@ -4460,25 +4461,25 @@ const __vue_inject_styles__$A = function (inject) {
|
|
|
4460
4461
|
/* scoped */
|
|
4461
4462
|
|
|
4462
4463
|
|
|
4463
|
-
const __vue_scope_id__$
|
|
4464
|
+
const __vue_scope_id__$z = "data-v-422626ac";
|
|
4464
4465
|
/* module identifier */
|
|
4465
4466
|
|
|
4466
|
-
const __vue_module_identifier__$
|
|
4467
|
+
const __vue_module_identifier__$z = undefined;
|
|
4467
4468
|
/* functional template */
|
|
4468
4469
|
|
|
4469
|
-
const __vue_is_functional_template__$
|
|
4470
|
+
const __vue_is_functional_template__$z = false;
|
|
4470
4471
|
/* style inject SSR */
|
|
4471
4472
|
|
|
4472
4473
|
/* style inject shadow dom */
|
|
4473
4474
|
|
|
4474
|
-
const __vue_component__
|
|
4475
|
-
render: __vue_render__$
|
|
4476
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4477
|
-
}, __vue_inject_styles__$
|
|
4475
|
+
const __vue_component__$Z = /*#__PURE__*/normalizeComponent({
|
|
4476
|
+
render: __vue_render__$z,
|
|
4477
|
+
staticRenderFns: __vue_staticRenderFns__$z
|
|
4478
|
+
}, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, createInjector, undefined, undefined);
|
|
4478
4479
|
|
|
4479
|
-
var VcSwitch = __vue_component__
|
|
4480
|
+
var VcSwitch = __vue_component__$Z;
|
|
4480
4481
|
|
|
4481
|
-
var script$
|
|
4482
|
+
var script$y = {
|
|
4482
4483
|
name: "VcInputBottomSheet",
|
|
4483
4484
|
components: {
|
|
4484
4485
|
VcBottomSheet,
|
|
@@ -4575,10 +4576,10 @@ var script$z = {
|
|
|
4575
4576
|
};
|
|
4576
4577
|
|
|
4577
4578
|
/* script */
|
|
4578
|
-
const __vue_script__$
|
|
4579
|
+
const __vue_script__$y = script$y;
|
|
4579
4580
|
/* template */
|
|
4580
4581
|
|
|
4581
|
-
var __vue_render__$
|
|
4582
|
+
var __vue_render__$y = function () {
|
|
4582
4583
|
var _vm = this;
|
|
4583
4584
|
|
|
4584
4585
|
var _h = _vm.$createElement;
|
|
@@ -4697,10 +4698,10 @@ var __vue_render__$z = function () {
|
|
|
4697
4698
|
}) : _vm._e()], 1)]], 2);
|
|
4698
4699
|
};
|
|
4699
4700
|
|
|
4700
|
-
var __vue_staticRenderFns__$
|
|
4701
|
+
var __vue_staticRenderFns__$y = [];
|
|
4701
4702
|
/* style */
|
|
4702
4703
|
|
|
4703
|
-
const __vue_inject_styles__$
|
|
4704
|
+
const __vue_inject_styles__$y = function (inject) {
|
|
4704
4705
|
if (!inject) return;
|
|
4705
4706
|
inject("data-v-e1c1f348_0", {
|
|
4706
4707
|
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;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--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}",
|
|
@@ -4711,23 +4712,23 @@ const __vue_inject_styles__$z = function (inject) {
|
|
|
4711
4712
|
/* scoped */
|
|
4712
4713
|
|
|
4713
4714
|
|
|
4714
|
-
const __vue_scope_id__$
|
|
4715
|
+
const __vue_scope_id__$y = "data-v-e1c1f348";
|
|
4715
4716
|
/* module identifier */
|
|
4716
4717
|
|
|
4717
|
-
const __vue_module_identifier__$
|
|
4718
|
+
const __vue_module_identifier__$y = undefined;
|
|
4718
4719
|
/* functional template */
|
|
4719
4720
|
|
|
4720
|
-
const __vue_is_functional_template__$
|
|
4721
|
+
const __vue_is_functional_template__$y = false;
|
|
4721
4722
|
/* style inject SSR */
|
|
4722
4723
|
|
|
4723
4724
|
/* style inject shadow dom */
|
|
4724
4725
|
|
|
4725
|
-
const __vue_component__$
|
|
4726
|
-
render: __vue_render__$
|
|
4727
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4728
|
-
}, __vue_inject_styles__$
|
|
4726
|
+
const __vue_component__$X = /*#__PURE__*/normalizeComponent({
|
|
4727
|
+
render: __vue_render__$y,
|
|
4728
|
+
staticRenderFns: __vue_staticRenderFns__$y
|
|
4729
|
+
}, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
|
|
4729
4730
|
|
|
4730
|
-
var __vue_component__$
|
|
4731
|
+
var __vue_component__$Y = __vue_component__$X;
|
|
4731
4732
|
|
|
4732
4733
|
//
|
|
4733
4734
|
//
|
|
@@ -4747,7 +4748,7 @@ var __vue_component__$_ = __vue_component__$Z;
|
|
|
4747
4748
|
//
|
|
4748
4749
|
//
|
|
4749
4750
|
//
|
|
4750
|
-
var script$
|
|
4751
|
+
var script$x = {
|
|
4751
4752
|
components: {
|
|
4752
4753
|
VMenu: VMenu
|
|
4753
4754
|
},
|
|
@@ -4783,10 +4784,10 @@ var script$y = {
|
|
|
4783
4784
|
};
|
|
4784
4785
|
|
|
4785
4786
|
/* script */
|
|
4786
|
-
const __vue_script__$
|
|
4787
|
+
const __vue_script__$x = script$x;
|
|
4787
4788
|
/* template */
|
|
4788
4789
|
|
|
4789
|
-
var __vue_render__$
|
|
4790
|
+
var __vue_render__$x = function () {
|
|
4790
4791
|
var _vm = this;
|
|
4791
4792
|
|
|
4792
4793
|
var _h = _vm.$createElement;
|
|
@@ -4824,10 +4825,10 @@ var __vue_render__$y = function () {
|
|
|
4824
4825
|
}, [_vm._v(" "), _vm._t("default")], 2);
|
|
4825
4826
|
};
|
|
4826
4827
|
|
|
4827
|
-
var __vue_staticRenderFns__$
|
|
4828
|
+
var __vue_staticRenderFns__$x = [];
|
|
4828
4829
|
/* style */
|
|
4829
4830
|
|
|
4830
|
-
const __vue_inject_styles__$
|
|
4831
|
+
const __vue_inject_styles__$x = function (inject) {
|
|
4831
4832
|
if (!inject) return;
|
|
4832
4833
|
inject("data-v-da6757e6_0", {
|
|
4833
4834
|
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;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--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)}",
|
|
@@ -4838,25 +4839,25 @@ const __vue_inject_styles__$y = function (inject) {
|
|
|
4838
4839
|
/* scoped */
|
|
4839
4840
|
|
|
4840
4841
|
|
|
4841
|
-
const __vue_scope_id__$
|
|
4842
|
+
const __vue_scope_id__$x = "data-v-da6757e6";
|
|
4842
4843
|
/* module identifier */
|
|
4843
4844
|
|
|
4844
|
-
const __vue_module_identifier__$
|
|
4845
|
+
const __vue_module_identifier__$x = undefined;
|
|
4845
4846
|
/* functional template */
|
|
4846
4847
|
|
|
4847
|
-
const __vue_is_functional_template__$
|
|
4848
|
+
const __vue_is_functional_template__$x = false;
|
|
4848
4849
|
/* style inject SSR */
|
|
4849
4850
|
|
|
4850
4851
|
/* style inject shadow dom */
|
|
4851
4852
|
|
|
4852
|
-
const __vue_component__$
|
|
4853
|
-
render: __vue_render__$
|
|
4854
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4855
|
-
}, __vue_inject_styles__$
|
|
4853
|
+
const __vue_component__$W = /*#__PURE__*/normalizeComponent({
|
|
4854
|
+
render: __vue_render__$x,
|
|
4855
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
4856
|
+
}, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
|
|
4856
4857
|
|
|
4857
|
-
var VcPopover = __vue_component__$
|
|
4858
|
+
var VcPopover = __vue_component__$W;
|
|
4858
4859
|
|
|
4859
|
-
var script$
|
|
4860
|
+
var script$w = {
|
|
4860
4861
|
name: "VcInputPopover",
|
|
4861
4862
|
components: {
|
|
4862
4863
|
VcModalHeader,
|
|
@@ -4953,10 +4954,10 @@ var script$x = {
|
|
|
4953
4954
|
};
|
|
4954
4955
|
|
|
4955
4956
|
/* script */
|
|
4956
|
-
const __vue_script__$
|
|
4957
|
+
const __vue_script__$w = script$w;
|
|
4957
4958
|
/* template */
|
|
4958
4959
|
|
|
4959
|
-
var __vue_render__$
|
|
4960
|
+
var __vue_render__$w = function () {
|
|
4960
4961
|
var _vm = this;
|
|
4961
4962
|
|
|
4962
4963
|
var _h = _vm.$createElement;
|
|
@@ -5066,10 +5067,10 @@ var __vue_render__$x = function () {
|
|
|
5066
5067
|
}) : _vm._e()], 1)]], 2);
|
|
5067
5068
|
};
|
|
5068
5069
|
|
|
5069
|
-
var __vue_staticRenderFns__$
|
|
5070
|
+
var __vue_staticRenderFns__$w = [];
|
|
5070
5071
|
/* style */
|
|
5071
5072
|
|
|
5072
|
-
const __vue_inject_styles__$
|
|
5073
|
+
const __vue_inject_styles__$w = function (inject) {
|
|
5073
5074
|
if (!inject) return;
|
|
5074
5075
|
inject("data-v-97aa8f28_0", {
|
|
5075
5076
|
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;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--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)}",
|
|
@@ -5080,25 +5081,25 @@ const __vue_inject_styles__$x = function (inject) {
|
|
|
5080
5081
|
/* scoped */
|
|
5081
5082
|
|
|
5082
5083
|
|
|
5083
|
-
const __vue_scope_id__$
|
|
5084
|
+
const __vue_scope_id__$w = "data-v-97aa8f28";
|
|
5084
5085
|
/* module identifier */
|
|
5085
5086
|
|
|
5086
|
-
const __vue_module_identifier__$
|
|
5087
|
+
const __vue_module_identifier__$w = undefined;
|
|
5087
5088
|
/* functional template */
|
|
5088
5089
|
|
|
5089
|
-
const __vue_is_functional_template__$
|
|
5090
|
+
const __vue_is_functional_template__$w = false;
|
|
5090
5091
|
/* style inject SSR */
|
|
5091
5092
|
|
|
5092
5093
|
/* style inject shadow dom */
|
|
5093
5094
|
|
|
5094
|
-
const __vue_component__$
|
|
5095
|
-
render: __vue_render__$
|
|
5096
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5097
|
-
}, __vue_inject_styles__$
|
|
5095
|
+
const __vue_component__$U = /*#__PURE__*/normalizeComponent({
|
|
5096
|
+
render: __vue_render__$w,
|
|
5097
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
5098
|
+
}, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
|
|
5098
5099
|
|
|
5099
|
-
var __vue_component__$
|
|
5100
|
+
var __vue_component__$V = __vue_component__$U;
|
|
5100
5101
|
|
|
5101
|
-
var script$
|
|
5102
|
+
var script$v = {
|
|
5102
5103
|
name: "VcChip",
|
|
5103
5104
|
components: {
|
|
5104
5105
|
VcIcon,
|
|
@@ -5134,10 +5135,10 @@ var script$w = {
|
|
|
5134
5135
|
};
|
|
5135
5136
|
|
|
5136
5137
|
/* script */
|
|
5137
|
-
const __vue_script__$
|
|
5138
|
+
const __vue_script__$v = script$v;
|
|
5138
5139
|
/* template */
|
|
5139
5140
|
|
|
5140
|
-
var __vue_render__$
|
|
5141
|
+
var __vue_render__$v = function () {
|
|
5141
5142
|
var _vm = this;
|
|
5142
5143
|
|
|
5143
5144
|
var _h = _vm.$createElement;
|
|
@@ -5177,10 +5178,10 @@ var __vue_render__$w = function () {
|
|
|
5177
5178
|
}, [_vm._v("$attention_fill")])], 1) : _vm._e(), _vm._v("\n " + _vm._s(_vm.label) + "\n")]);
|
|
5178
5179
|
};
|
|
5179
5180
|
|
|
5180
|
-
var __vue_staticRenderFns__$
|
|
5181
|
+
var __vue_staticRenderFns__$v = [];
|
|
5181
5182
|
/* style */
|
|
5182
5183
|
|
|
5183
|
-
const __vue_inject_styles__$
|
|
5184
|
+
const __vue_inject_styles__$v = function (inject) {
|
|
5184
5185
|
if (!inject) return;
|
|
5185
5186
|
inject("data-v-d8233608_0", {
|
|
5186
5187
|
source: "[data-v-d8233608]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-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;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcChip[data-v-d8233608]{max-width:fit-content;border:1px solid var(--neutral-lighten-1)}.VcChip.v-chip[data-v-d8233608]{background-color:var(--modal-bg-color)}.VcChip.v-chip[data-v-d8233608] .v-chip__content{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-5)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .vc-avatar-wrapper{margin-inline-end:var(--size-value2)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .vc-avatar-wrapper .vc-attention-fill{fill:var(--yellow)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .v-chip__close{direction:inherit;margin-inline:var(--size-value1) var(--size-value0);color:var(--gray)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .v-chip__close:hover{opacity:unset}.VcChip.v-chip.vc-avatar[data-v-d8233608]{padding-inline:var(--size-value1) var(--size-value3)}.VcChip.v-chip--disabled[data-v-d8233608]{background-color:var(--gray-lighten-2);border:1px solid var(--gray-lighten-2)}.VcChip.v-chip--disabled[data-v-d8233608] .v-chip__content{color:var(--gray-darken-1)}.VcChip.vc-invalid[data-v-d8233608]{background-color:var(--yellow-lighten-3);border:1px solid var(--yellow)}.VcChip.vc-invalid[data-v-d8233608]:hover{background-color:var(--yellow-lighten-2)}.VcChip[data-v-d8233608]:hover{background-color:var(--gray-lighten-3)}.VcChip[data-v-d8233608]:hover:before{opacity:0}.VcChip[data-v-d8233608]:focus{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcChip[data-v-d8233608]:focus:before{opacity:0}",
|
|
@@ -5191,23 +5192,23 @@ const __vue_inject_styles__$w = function (inject) {
|
|
|
5191
5192
|
/* scoped */
|
|
5192
5193
|
|
|
5193
5194
|
|
|
5194
|
-
const __vue_scope_id__$
|
|
5195
|
+
const __vue_scope_id__$v = "data-v-d8233608";
|
|
5195
5196
|
/* module identifier */
|
|
5196
5197
|
|
|
5197
|
-
const __vue_module_identifier__$
|
|
5198
|
+
const __vue_module_identifier__$v = undefined;
|
|
5198
5199
|
/* functional template */
|
|
5199
5200
|
|
|
5200
|
-
const __vue_is_functional_template__$
|
|
5201
|
+
const __vue_is_functional_template__$v = false;
|
|
5201
5202
|
/* style inject SSR */
|
|
5202
5203
|
|
|
5203
5204
|
/* style inject shadow dom */
|
|
5204
5205
|
|
|
5205
|
-
const __vue_component__$
|
|
5206
|
-
render: __vue_render__$
|
|
5207
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5208
|
-
}, __vue_inject_styles__$
|
|
5206
|
+
const __vue_component__$S = /*#__PURE__*/normalizeComponent({
|
|
5207
|
+
render: __vue_render__$v,
|
|
5208
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
5209
|
+
}, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
|
|
5209
5210
|
|
|
5210
|
-
var __vue_component__$
|
|
5211
|
+
var __vue_component__$T = __vue_component__$S;
|
|
5211
5212
|
|
|
5212
5213
|
//
|
|
5213
5214
|
//
|
|
@@ -5218,7 +5219,7 @@ var __vue_component__$V = __vue_component__$U;
|
|
|
5218
5219
|
//
|
|
5219
5220
|
//
|
|
5220
5221
|
//
|
|
5221
|
-
var script$
|
|
5222
|
+
var script$u = {
|
|
5222
5223
|
name: "VcBaseListItem",
|
|
5223
5224
|
model: {
|
|
5224
5225
|
prop: 'selected'
|
|
@@ -5263,10 +5264,10 @@ var script$v = {
|
|
|
5263
5264
|
};
|
|
5264
5265
|
|
|
5265
5266
|
/* script */
|
|
5266
|
-
const __vue_script__$
|
|
5267
|
+
const __vue_script__$u = script$u;
|
|
5267
5268
|
/* template */
|
|
5268
5269
|
|
|
5269
|
-
var __vue_render__$
|
|
5270
|
+
var __vue_render__$u = function () {
|
|
5270
5271
|
var _vm = this;
|
|
5271
5272
|
|
|
5272
5273
|
var _h = _vm.$createElement;
|
|
@@ -5287,10 +5288,10 @@ var __vue_render__$v = function () {
|
|
|
5287
5288
|
}, [[_vm._t("default")]], 2);
|
|
5288
5289
|
};
|
|
5289
5290
|
|
|
5290
|
-
var __vue_staticRenderFns__$
|
|
5291
|
+
var __vue_staticRenderFns__$u = [];
|
|
5291
5292
|
/* style */
|
|
5292
5293
|
|
|
5293
|
-
const __vue_inject_styles__$
|
|
5294
|
+
const __vue_inject_styles__$u = function (inject) {
|
|
5294
5295
|
if (!inject) return;
|
|
5295
5296
|
inject("data-v-22288207_0", {
|
|
5296
5297
|
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}",
|
|
@@ -5301,26 +5302,26 @@ const __vue_inject_styles__$v = function (inject) {
|
|
|
5301
5302
|
/* scoped */
|
|
5302
5303
|
|
|
5303
5304
|
|
|
5304
|
-
const __vue_scope_id__$
|
|
5305
|
+
const __vue_scope_id__$u = "data-v-22288207";
|
|
5305
5306
|
/* module identifier */
|
|
5306
5307
|
|
|
5307
|
-
const __vue_module_identifier__$
|
|
5308
|
+
const __vue_module_identifier__$u = undefined;
|
|
5308
5309
|
/* functional template */
|
|
5309
5310
|
|
|
5310
|
-
const __vue_is_functional_template__$
|
|
5311
|
+
const __vue_is_functional_template__$u = false;
|
|
5311
5312
|
/* style inject SSR */
|
|
5312
5313
|
|
|
5313
5314
|
/* style inject shadow dom */
|
|
5314
5315
|
|
|
5315
|
-
const __vue_component__$
|
|
5316
|
-
render: __vue_render__$
|
|
5317
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5318
|
-
}, __vue_inject_styles__$
|
|
5316
|
+
const __vue_component__$R = /*#__PURE__*/normalizeComponent({
|
|
5317
|
+
render: __vue_render__$u,
|
|
5318
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
5319
|
+
}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
|
|
5319
5320
|
|
|
5320
|
-
var VcBaseListItem = __vue_component__$
|
|
5321
|
+
var VcBaseListItem = __vue_component__$R;
|
|
5321
5322
|
|
|
5322
5323
|
const VcLinkIcons = ['', 'copy', 'trash', 'left'];
|
|
5323
|
-
var script$
|
|
5324
|
+
var script$t = {
|
|
5324
5325
|
name: "VcLink",
|
|
5325
5326
|
components: {
|
|
5326
5327
|
VcIcon
|
|
@@ -5372,10 +5373,10 @@ var script$u = {
|
|
|
5372
5373
|
};
|
|
5373
5374
|
|
|
5374
5375
|
/* script */
|
|
5375
|
-
const __vue_script__$
|
|
5376
|
+
const __vue_script__$t = script$t;
|
|
5376
5377
|
/* template */
|
|
5377
5378
|
|
|
5378
|
-
var __vue_render__$
|
|
5379
|
+
var __vue_render__$t = function () {
|
|
5379
5380
|
var _vm = this;
|
|
5380
5381
|
|
|
5381
5382
|
var _h = _vm.$createElement;
|
|
@@ -5405,10 +5406,10 @@ var __vue_render__$u = function () {
|
|
|
5405
5406
|
}, [_vm._v(_vm._s(_vm.getIcon))]) : _vm._e(), _vm._v(" "), _c('label', [_vm._v(_vm._s(_vm.label))])], 1);
|
|
5406
5407
|
};
|
|
5407
5408
|
|
|
5408
|
-
var __vue_staticRenderFns__$
|
|
5409
|
+
var __vue_staticRenderFns__$t = [];
|
|
5409
5410
|
/* style */
|
|
5410
5411
|
|
|
5411
|
-
const __vue_inject_styles__$
|
|
5412
|
+
const __vue_inject_styles__$t = function (inject) {
|
|
5412
5413
|
if (!inject) return;
|
|
5413
5414
|
inject("data-v-65e5dd72_0", {
|
|
5414
5415
|
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)}",
|
|
@@ -5419,38 +5420,38 @@ const __vue_inject_styles__$u = function (inject) {
|
|
|
5419
5420
|
/* scoped */
|
|
5420
5421
|
|
|
5421
5422
|
|
|
5422
|
-
const __vue_scope_id__$
|
|
5423
|
+
const __vue_scope_id__$t = "data-v-65e5dd72";
|
|
5423
5424
|
/* module identifier */
|
|
5424
5425
|
|
|
5425
|
-
const __vue_module_identifier__$
|
|
5426
|
+
const __vue_module_identifier__$t = undefined;
|
|
5426
5427
|
/* functional template */
|
|
5427
5428
|
|
|
5428
|
-
const __vue_is_functional_template__$
|
|
5429
|
+
const __vue_is_functional_template__$t = false;
|
|
5429
5430
|
/* style inject SSR */
|
|
5430
5431
|
|
|
5431
5432
|
/* style inject shadow dom */
|
|
5432
5433
|
|
|
5433
|
-
const __vue_component__$
|
|
5434
|
-
render: __vue_render__$
|
|
5435
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5436
|
-
}, __vue_inject_styles__$
|
|
5434
|
+
const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
|
|
5435
|
+
render: __vue_render__$t,
|
|
5436
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
5437
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
|
|
5437
5438
|
|
|
5438
|
-
var VcLink = __vue_component__$
|
|
5439
|
+
var VcLink = __vue_component__$Q;
|
|
5439
5440
|
|
|
5440
5441
|
//
|
|
5441
5442
|
//
|
|
5442
5443
|
//
|
|
5443
5444
|
//
|
|
5444
|
-
var script$
|
|
5445
|
+
var script$s = {
|
|
5445
5446
|
name: 'VcSvg',
|
|
5446
5447
|
props: ['svg']
|
|
5447
5448
|
};
|
|
5448
5449
|
|
|
5449
5450
|
/* script */
|
|
5450
|
-
const __vue_script__$
|
|
5451
|
+
const __vue_script__$s = script$s;
|
|
5451
5452
|
/* template */
|
|
5452
5453
|
|
|
5453
|
-
var __vue_render__$
|
|
5454
|
+
var __vue_render__$s = function () {
|
|
5454
5455
|
var _vm = this;
|
|
5455
5456
|
|
|
5456
5457
|
var _h = _vm.$createElement;
|
|
@@ -5464,33 +5465,33 @@ var __vue_render__$t = function () {
|
|
|
5464
5465
|
});
|
|
5465
5466
|
};
|
|
5466
5467
|
|
|
5467
|
-
var __vue_staticRenderFns__$
|
|
5468
|
+
var __vue_staticRenderFns__$s = [];
|
|
5468
5469
|
/* style */
|
|
5469
5470
|
|
|
5470
|
-
const __vue_inject_styles__$
|
|
5471
|
+
const __vue_inject_styles__$s = undefined;
|
|
5471
5472
|
/* scoped */
|
|
5472
5473
|
|
|
5473
|
-
const __vue_scope_id__$
|
|
5474
|
+
const __vue_scope_id__$s = undefined;
|
|
5474
5475
|
/* module identifier */
|
|
5475
5476
|
|
|
5476
|
-
const __vue_module_identifier__$
|
|
5477
|
+
const __vue_module_identifier__$s = undefined;
|
|
5477
5478
|
/* functional template */
|
|
5478
5479
|
|
|
5479
|
-
const __vue_is_functional_template__$
|
|
5480
|
+
const __vue_is_functional_template__$s = false;
|
|
5480
5481
|
/* style inject */
|
|
5481
5482
|
|
|
5482
5483
|
/* style inject SSR */
|
|
5483
5484
|
|
|
5484
5485
|
/* style inject shadow dom */
|
|
5485
5486
|
|
|
5486
|
-
const __vue_component__$
|
|
5487
|
-
render: __vue_render__$
|
|
5488
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5489
|
-
}, __vue_inject_styles__$
|
|
5487
|
+
const __vue_component__$P = /*#__PURE__*/normalizeComponent({
|
|
5488
|
+
render: __vue_render__$s,
|
|
5489
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
5490
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, undefined, undefined);
|
|
5490
5491
|
|
|
5491
|
-
var VcSvg = __vue_component__$
|
|
5492
|
+
var VcSvg = __vue_component__$P;
|
|
5492
5493
|
|
|
5493
|
-
var script$
|
|
5494
|
+
var script$r = {
|
|
5494
5495
|
name: 'VcEmptyState',
|
|
5495
5496
|
components: {
|
|
5496
5497
|
VcImage,
|
|
@@ -5560,10 +5561,10 @@ var script$s = {
|
|
|
5560
5561
|
};
|
|
5561
5562
|
|
|
5562
5563
|
/* script */
|
|
5563
|
-
const __vue_script__$
|
|
5564
|
+
const __vue_script__$r = script$r;
|
|
5564
5565
|
/* template */
|
|
5565
5566
|
|
|
5566
|
-
var __vue_render__$
|
|
5567
|
+
var __vue_render__$r = function () {
|
|
5567
5568
|
var _vm = this;
|
|
5568
5569
|
|
|
5569
5570
|
var _h = _vm.$createElement;
|
|
@@ -5621,10 +5622,10 @@ var __vue_render__$s = function () {
|
|
|
5621
5622
|
})], 2);
|
|
5622
5623
|
};
|
|
5623
5624
|
|
|
5624
|
-
var __vue_staticRenderFns__$
|
|
5625
|
+
var __vue_staticRenderFns__$r = [];
|
|
5625
5626
|
/* style */
|
|
5626
5627
|
|
|
5627
|
-
const __vue_inject_styles__$
|
|
5628
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
5628
5629
|
if (!inject) return;
|
|
5629
5630
|
inject("data-v-07491186_0", {
|
|
5630
5631
|
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)}",
|
|
@@ -5635,25 +5636,25 @@ const __vue_inject_styles__$s = function (inject) {
|
|
|
5635
5636
|
/* scoped */
|
|
5636
5637
|
|
|
5637
5638
|
|
|
5638
|
-
const __vue_scope_id__$
|
|
5639
|
+
const __vue_scope_id__$r = "data-v-07491186";
|
|
5639
5640
|
/* module identifier */
|
|
5640
5641
|
|
|
5641
|
-
const __vue_module_identifier__$
|
|
5642
|
+
const __vue_module_identifier__$r = undefined;
|
|
5642
5643
|
/* functional template */
|
|
5643
5644
|
|
|
5644
|
-
const __vue_is_functional_template__$
|
|
5645
|
+
const __vue_is_functional_template__$r = false;
|
|
5645
5646
|
/* style inject SSR */
|
|
5646
5647
|
|
|
5647
5648
|
/* style inject shadow dom */
|
|
5648
5649
|
|
|
5649
|
-
const __vue_component__$
|
|
5650
|
-
render: __vue_render__$
|
|
5651
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5652
|
-
}, __vue_inject_styles__$
|
|
5650
|
+
const __vue_component__$O = /*#__PURE__*/normalizeComponent({
|
|
5651
|
+
render: __vue_render__$r,
|
|
5652
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
5653
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
5653
5654
|
|
|
5654
|
-
var VcEmptyState = __vue_component__$
|
|
5655
|
+
var VcEmptyState = __vue_component__$O;
|
|
5655
5656
|
|
|
5656
|
-
var script$
|
|
5657
|
+
var script$q = {
|
|
5657
5658
|
name: "VcList",
|
|
5658
5659
|
components: {
|
|
5659
5660
|
VcEmptyState,
|
|
@@ -5704,10 +5705,10 @@ var script$r = {
|
|
|
5704
5705
|
};
|
|
5705
5706
|
|
|
5706
5707
|
/* script */
|
|
5707
|
-
const __vue_script__$
|
|
5708
|
+
const __vue_script__$q = script$q;
|
|
5708
5709
|
/* template */
|
|
5709
5710
|
|
|
5710
|
-
var __vue_render__$
|
|
5711
|
+
var __vue_render__$q = function () {
|
|
5711
5712
|
var _vm = this;
|
|
5712
5713
|
|
|
5713
5714
|
var _h = _vm.$createElement;
|
|
@@ -5746,10 +5747,10 @@ var __vue_render__$r = function () {
|
|
|
5746
5747
|
})]], 2);
|
|
5747
5748
|
};
|
|
5748
5749
|
|
|
5749
|
-
var __vue_staticRenderFns__$
|
|
5750
|
+
var __vue_staticRenderFns__$q = [];
|
|
5750
5751
|
/* style */
|
|
5751
5752
|
|
|
5752
|
-
const __vue_inject_styles__$
|
|
5753
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
5753
5754
|
if (!inject) return;
|
|
5754
5755
|
inject("data-v-5abd41f2_0", {
|
|
5755
5756
|
source: ".vc-list[data-v-5abd41f2]{margin:var(--size-value0);padding:var(--size-value0)}",
|
|
@@ -5760,23 +5761,23 @@ const __vue_inject_styles__$r = function (inject) {
|
|
|
5760
5761
|
/* scoped */
|
|
5761
5762
|
|
|
5762
5763
|
|
|
5763
|
-
const __vue_scope_id__$
|
|
5764
|
+
const __vue_scope_id__$q = "data-v-5abd41f2";
|
|
5764
5765
|
/* module identifier */
|
|
5765
5766
|
|
|
5766
|
-
const __vue_module_identifier__$
|
|
5767
|
+
const __vue_module_identifier__$q = undefined;
|
|
5767
5768
|
/* functional template */
|
|
5768
5769
|
|
|
5769
|
-
const __vue_is_functional_template__$
|
|
5770
|
+
const __vue_is_functional_template__$q = false;
|
|
5770
5771
|
/* style inject SSR */
|
|
5771
5772
|
|
|
5772
5773
|
/* style inject shadow dom */
|
|
5773
5774
|
|
|
5774
|
-
const __vue_component__$
|
|
5775
|
-
render: __vue_render__$
|
|
5776
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5777
|
-
}, __vue_inject_styles__$
|
|
5775
|
+
const __vue_component__$M = /*#__PURE__*/normalizeComponent({
|
|
5776
|
+
render: __vue_render__$q,
|
|
5777
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
5778
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
5778
5779
|
|
|
5779
|
-
var __vue_component__$
|
|
5780
|
+
var __vue_component__$N = __vue_component__$M;
|
|
5780
5781
|
|
|
5781
5782
|
//
|
|
5782
5783
|
//
|
|
@@ -5800,7 +5801,7 @@ var __vue_component__$P = __vue_component__$O;
|
|
|
5800
5801
|
//
|
|
5801
5802
|
//
|
|
5802
5803
|
//
|
|
5803
|
-
var script$
|
|
5804
|
+
var script$p = {
|
|
5804
5805
|
components: {
|
|
5805
5806
|
VCol: VCol,
|
|
5806
5807
|
VRow: VRow,
|
|
@@ -5886,10 +5887,10 @@ var script$q = {
|
|
|
5886
5887
|
};
|
|
5887
5888
|
|
|
5888
5889
|
/* script */
|
|
5889
|
-
const __vue_script__$
|
|
5890
|
+
const __vue_script__$p = script$p;
|
|
5890
5891
|
/* template */
|
|
5891
5892
|
|
|
5892
|
-
var __vue_render__$
|
|
5893
|
+
var __vue_render__$p = function () {
|
|
5893
5894
|
var _vm = this;
|
|
5894
5895
|
|
|
5895
5896
|
var _h = _vm.$createElement;
|
|
@@ -5936,10 +5937,10 @@ var __vue_render__$q = function () {
|
|
|
5936
5937
|
}), 1);
|
|
5937
5938
|
};
|
|
5938
5939
|
|
|
5939
|
-
var __vue_staticRenderFns__$
|
|
5940
|
+
var __vue_staticRenderFns__$p = [];
|
|
5940
5941
|
/* style */
|
|
5941
5942
|
|
|
5942
|
-
const __vue_inject_styles__$
|
|
5943
|
+
const __vue_inject_styles__$p = function (inject) {
|
|
5943
5944
|
if (!inject) return;
|
|
5944
5945
|
inject("data-v-284ef818_0", {
|
|
5945
5946
|
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}",
|
|
@@ -5950,23 +5951,23 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
5950
5951
|
/* scoped */
|
|
5951
5952
|
|
|
5952
5953
|
|
|
5953
|
-
const __vue_scope_id__$
|
|
5954
|
+
const __vue_scope_id__$p = "data-v-284ef818";
|
|
5954
5955
|
/* module identifier */
|
|
5955
5956
|
|
|
5956
|
-
const __vue_module_identifier__$
|
|
5957
|
+
const __vue_module_identifier__$p = undefined;
|
|
5957
5958
|
/* functional template */
|
|
5958
5959
|
|
|
5959
|
-
const __vue_is_functional_template__$
|
|
5960
|
+
const __vue_is_functional_template__$p = false;
|
|
5960
5961
|
/* style inject SSR */
|
|
5961
5962
|
|
|
5962
5963
|
/* style inject shadow dom */
|
|
5963
5964
|
|
|
5964
|
-
const __vue_component__$
|
|
5965
|
-
render: __vue_render__$
|
|
5966
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5967
|
-
}, __vue_inject_styles__$
|
|
5965
|
+
const __vue_component__$K = /*#__PURE__*/normalizeComponent({
|
|
5966
|
+
render: __vue_render__$p,
|
|
5967
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
5968
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
|
|
5968
5969
|
|
|
5969
|
-
var __vue_component__$
|
|
5970
|
+
var __vue_component__$L = __vue_component__$K;
|
|
5970
5971
|
|
|
5971
5972
|
//
|
|
5972
5973
|
//
|
|
@@ -5977,7 +5978,7 @@ var __vue_component__$N = __vue_component__$M;
|
|
|
5977
5978
|
//
|
|
5978
5979
|
//
|
|
5979
5980
|
//
|
|
5980
|
-
var script$
|
|
5981
|
+
var script$o = {
|
|
5981
5982
|
components: {
|
|
5982
5983
|
VProgressCircular: VProgressCircular
|
|
5983
5984
|
},
|
|
@@ -6005,10 +6006,10 @@ var script$p = {
|
|
|
6005
6006
|
};
|
|
6006
6007
|
|
|
6007
6008
|
/* script */
|
|
6008
|
-
const __vue_script__$
|
|
6009
|
+
const __vue_script__$o = script$o;
|
|
6009
6010
|
/* template */
|
|
6010
6011
|
|
|
6011
|
-
var __vue_render__$
|
|
6012
|
+
var __vue_render__$o = function () {
|
|
6012
6013
|
var _vm = this;
|
|
6013
6014
|
|
|
6014
6015
|
var _h = _vm.$createElement;
|
|
@@ -6026,33 +6027,33 @@ var __vue_render__$p = function () {
|
|
|
6026
6027
|
});
|
|
6027
6028
|
};
|
|
6028
6029
|
|
|
6029
|
-
var __vue_staticRenderFns__$
|
|
6030
|
+
var __vue_staticRenderFns__$o = [];
|
|
6030
6031
|
/* style */
|
|
6031
6032
|
|
|
6032
|
-
const __vue_inject_styles__$
|
|
6033
|
+
const __vue_inject_styles__$o = undefined;
|
|
6033
6034
|
/* scoped */
|
|
6034
6035
|
|
|
6035
|
-
const __vue_scope_id__$
|
|
6036
|
+
const __vue_scope_id__$o = undefined;
|
|
6036
6037
|
/* module identifier */
|
|
6037
6038
|
|
|
6038
|
-
const __vue_module_identifier__$
|
|
6039
|
+
const __vue_module_identifier__$o = undefined;
|
|
6039
6040
|
/* functional template */
|
|
6040
6041
|
|
|
6041
|
-
const __vue_is_functional_template__$
|
|
6042
|
+
const __vue_is_functional_template__$o = false;
|
|
6042
6043
|
/* style inject */
|
|
6043
6044
|
|
|
6044
6045
|
/* style inject SSR */
|
|
6045
6046
|
|
|
6046
6047
|
/* style inject shadow dom */
|
|
6047
6048
|
|
|
6048
|
-
const __vue_component__$
|
|
6049
|
-
render: __vue_render__$
|
|
6050
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6051
|
-
}, __vue_inject_styles__$
|
|
6049
|
+
const __vue_component__$J = /*#__PURE__*/normalizeComponent({
|
|
6050
|
+
render: __vue_render__$o,
|
|
6051
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
6052
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);
|
|
6052
6053
|
|
|
6053
|
-
var VcLoader = __vue_component__$
|
|
6054
|
+
var VcLoader = __vue_component__$J;
|
|
6054
6055
|
|
|
6055
|
-
var script$
|
|
6056
|
+
var script$n = {
|
|
6056
6057
|
components: {
|
|
6057
6058
|
VcIcon,
|
|
6058
6059
|
VcSwitch,
|
|
@@ -6080,10 +6081,10 @@ var script$o = {
|
|
|
6080
6081
|
};
|
|
6081
6082
|
|
|
6082
6083
|
/* script */
|
|
6083
|
-
const __vue_script__$
|
|
6084
|
+
const __vue_script__$n = script$n;
|
|
6084
6085
|
/* template */
|
|
6085
6086
|
|
|
6086
|
-
var __vue_render__$
|
|
6087
|
+
var __vue_render__$n = function () {
|
|
6087
6088
|
var _vm = this;
|
|
6088
6089
|
|
|
6089
6090
|
var _h = _vm.$createElement;
|
|
@@ -6129,10 +6130,10 @@ var __vue_render__$o = function () {
|
|
|
6129
6130
|
})], 1)])])], 1);
|
|
6130
6131
|
};
|
|
6131
6132
|
|
|
6132
|
-
var __vue_staticRenderFns__$
|
|
6133
|
+
var __vue_staticRenderFns__$n = [];
|
|
6133
6134
|
/* style */
|
|
6134
6135
|
|
|
6135
|
-
const __vue_inject_styles__$
|
|
6136
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
6136
6137
|
if (!inject) return;
|
|
6137
6138
|
inject("data-v-03298204_0", {
|
|
6138
6139
|
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%}",
|
|
@@ -6143,25 +6144,25 @@ const __vue_inject_styles__$o = function (inject) {
|
|
|
6143
6144
|
/* scoped */
|
|
6144
6145
|
|
|
6145
6146
|
|
|
6146
|
-
const __vue_scope_id__$
|
|
6147
|
+
const __vue_scope_id__$n = undefined;
|
|
6147
6148
|
/* module identifier */
|
|
6148
6149
|
|
|
6149
|
-
const __vue_module_identifier__$
|
|
6150
|
+
const __vue_module_identifier__$n = undefined;
|
|
6150
6151
|
/* functional template */
|
|
6151
6152
|
|
|
6152
|
-
const __vue_is_functional_template__$
|
|
6153
|
+
const __vue_is_functional_template__$n = false;
|
|
6153
6154
|
/* style inject SSR */
|
|
6154
6155
|
|
|
6155
6156
|
/* style inject shadow dom */
|
|
6156
6157
|
|
|
6157
|
-
const __vue_component__$
|
|
6158
|
-
render: __vue_render__$
|
|
6159
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6160
|
-
}, __vue_inject_styles__$
|
|
6158
|
+
const __vue_component__$H = /*#__PURE__*/normalizeComponent({
|
|
6159
|
+
render: __vue_render__$n,
|
|
6160
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
6161
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
6161
6162
|
|
|
6162
|
-
var __vue_component__$
|
|
6163
|
+
var __vue_component__$I = __vue_component__$H;
|
|
6163
6164
|
|
|
6164
|
-
var script$
|
|
6165
|
+
var script$m = {
|
|
6165
6166
|
components: {
|
|
6166
6167
|
VcImage,
|
|
6167
6168
|
VcIcon,
|
|
@@ -6200,10 +6201,10 @@ var script$n = {
|
|
|
6200
6201
|
};
|
|
6201
6202
|
|
|
6202
6203
|
/* script */
|
|
6203
|
-
const __vue_script__$
|
|
6204
|
+
const __vue_script__$m = script$m;
|
|
6204
6205
|
/* template */
|
|
6205
6206
|
|
|
6206
|
-
var __vue_render__$
|
|
6207
|
+
var __vue_render__$m = function () {
|
|
6207
6208
|
var _vm = this;
|
|
6208
6209
|
|
|
6209
6210
|
var _h = _vm.$createElement;
|
|
@@ -6278,10 +6279,10 @@ var __vue_render__$n = function () {
|
|
|
6278
6279
|
}, [_vm._t("default")], 2) : _vm._e()])], 1);
|
|
6279
6280
|
};
|
|
6280
6281
|
|
|
6281
|
-
var __vue_staticRenderFns__$
|
|
6282
|
+
var __vue_staticRenderFns__$m = [];
|
|
6282
6283
|
/* style */
|
|
6283
6284
|
|
|
6284
|
-
const __vue_inject_styles__$
|
|
6285
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
6285
6286
|
if (!inject) return;
|
|
6286
6287
|
inject("data-v-5f907c3e_0", {
|
|
6287
6288
|
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}",
|
|
@@ -6296,23 +6297,23 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
6296
6297
|
/* scoped */
|
|
6297
6298
|
|
|
6298
6299
|
|
|
6299
|
-
const __vue_scope_id__$
|
|
6300
|
+
const __vue_scope_id__$m = "data-v-5f907c3e";
|
|
6300
6301
|
/* module identifier */
|
|
6301
6302
|
|
|
6302
|
-
const __vue_module_identifier__$
|
|
6303
|
+
const __vue_module_identifier__$m = undefined;
|
|
6303
6304
|
/* functional template */
|
|
6304
6305
|
|
|
6305
|
-
const __vue_is_functional_template__$
|
|
6306
|
+
const __vue_is_functional_template__$m = false;
|
|
6306
6307
|
/* style inject SSR */
|
|
6307
6308
|
|
|
6308
6309
|
/* style inject shadow dom */
|
|
6309
6310
|
|
|
6310
|
-
const __vue_component__$
|
|
6311
|
-
render: __vue_render__$
|
|
6312
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6313
|
-
}, __vue_inject_styles__$
|
|
6311
|
+
const __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
6312
|
+
render: __vue_render__$m,
|
|
6313
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
6314
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
6314
6315
|
|
|
6315
|
-
var __vue_component__$
|
|
6316
|
+
var __vue_component__$G = __vue_component__$F;
|
|
6316
6317
|
|
|
6317
6318
|
//
|
|
6318
6319
|
//
|
|
@@ -6335,7 +6336,7 @@ var __vue_component__$I = __vue_component__$H;
|
|
|
6335
6336
|
//
|
|
6336
6337
|
//
|
|
6337
6338
|
//
|
|
6338
|
-
var script$
|
|
6339
|
+
var script$l = {
|
|
6339
6340
|
components: {
|
|
6340
6341
|
VTextarea: VTextarea
|
|
6341
6342
|
},
|
|
@@ -6394,10 +6395,10 @@ var script$m = {
|
|
|
6394
6395
|
};
|
|
6395
6396
|
|
|
6396
6397
|
/* script */
|
|
6397
|
-
const __vue_script__$
|
|
6398
|
+
const __vue_script__$l = script$l;
|
|
6398
6399
|
/* template */
|
|
6399
6400
|
|
|
6400
|
-
var __vue_render__$
|
|
6401
|
+
var __vue_render__$l = function () {
|
|
6401
6402
|
var _vm = this;
|
|
6402
6403
|
|
|
6403
6404
|
var _h = _vm.$createElement;
|
|
@@ -6434,10 +6435,10 @@ var __vue_render__$m = function () {
|
|
|
6434
6435
|
});
|
|
6435
6436
|
};
|
|
6436
6437
|
|
|
6437
|
-
var __vue_staticRenderFns__$
|
|
6438
|
+
var __vue_staticRenderFns__$l = [];
|
|
6438
6439
|
/* style */
|
|
6439
6440
|
|
|
6440
|
-
const __vue_inject_styles__$
|
|
6441
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
6441
6442
|
if (!inject) return;
|
|
6442
6443
|
inject("data-v-4db277ef_0", {
|
|
6443
6444
|
source: "[data-v-4db277ef].VcTextArea.v-text-field .v-text-field__slot:first-child{margin-inline-start:12px;margin-top:3px;height:100%}[data-v-4db277ef].VcTextArea.v-text-field.v-input--is-focused label,[data-v-4db277ef].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-4db277ef].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-4db277ef].VcTextArea.v-text-field:not(.v-text-field--outlined) .v-text-field__slot{transition:margin-bottom .1s}[data-v-4db277ef].VcTextArea.v-text-field:not(.v-text-field--outlined).v-input--is-focused label,[data-v-4db277ef].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-4db277ef].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-4db277ef].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-4db277ef].VcTextArea.v-text-field .v-input__slot:after,[data-v-4db277ef].VcTextArea.v-text-field .v-input__slot:before{display:none}[data-v-4db277ef].VcTextArea.v-text-field textarea{font-size:15px!important;font-weight:500;line-height:1.5;margin-top:20px}[data-v-4db277ef].VcTextArea.v-text-field.no-label textarea{margin-top:var(--size-value2)}[data-v-4db277ef].VcTextArea.v-text-field .v-text-field__prefix{color:rgba(0,0,0,.54)!important}[data-v-4db277ef].VcTextArea.v-text-field.error--text .v-input__slot{border:1px solid var(--v-danger-base);box-shadow:none}[data-v-4db277ef].VcTextArea.v-text-field.v-input--is-disabled .v-input__slot{background-color:rgba(0,0,0,.03)!important}",
|
|
@@ -6448,25 +6449,25 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
6448
6449
|
/* scoped */
|
|
6449
6450
|
|
|
6450
6451
|
|
|
6451
|
-
const __vue_scope_id__$
|
|
6452
|
+
const __vue_scope_id__$l = "data-v-4db277ef";
|
|
6452
6453
|
/* module identifier */
|
|
6453
6454
|
|
|
6454
|
-
const __vue_module_identifier__$
|
|
6455
|
+
const __vue_module_identifier__$l = undefined;
|
|
6455
6456
|
/* functional template */
|
|
6456
6457
|
|
|
6457
|
-
const __vue_is_functional_template__$
|
|
6458
|
+
const __vue_is_functional_template__$l = false;
|
|
6458
6459
|
/* style inject SSR */
|
|
6459
6460
|
|
|
6460
6461
|
/* style inject shadow dom */
|
|
6461
6462
|
|
|
6462
|
-
const __vue_component__$
|
|
6463
|
-
render: __vue_render__$
|
|
6464
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6465
|
-
}, __vue_inject_styles__$
|
|
6463
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
6464
|
+
render: __vue_render__$l,
|
|
6465
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
6466
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
6466
6467
|
|
|
6467
|
-
var __vue_component__$
|
|
6468
|
+
var __vue_component__$E = __vue_component__$D;
|
|
6468
6469
|
|
|
6469
|
-
var script$
|
|
6470
|
+
var script$k = {
|
|
6470
6471
|
name: 'VcSelectField',
|
|
6471
6472
|
components: {
|
|
6472
6473
|
VcIconWithTooltip,
|
|
@@ -6551,10 +6552,10 @@ var script$l = {
|
|
|
6551
6552
|
};
|
|
6552
6553
|
|
|
6553
6554
|
/* script */
|
|
6554
|
-
const __vue_script__$
|
|
6555
|
+
const __vue_script__$k = script$k;
|
|
6555
6556
|
/* template */
|
|
6556
6557
|
|
|
6557
|
-
var __vue_render__$
|
|
6558
|
+
var __vue_render__$k = function () {
|
|
6558
6559
|
var _vm = this;
|
|
6559
6560
|
|
|
6560
6561
|
var _h = _vm.$createElement;
|
|
@@ -6613,10 +6614,10 @@ var __vue_render__$l = function () {
|
|
|
6613
6614
|
});
|
|
6614
6615
|
};
|
|
6615
6616
|
|
|
6616
|
-
var __vue_staticRenderFns__$
|
|
6617
|
+
var __vue_staticRenderFns__$k = [];
|
|
6617
6618
|
/* style */
|
|
6618
6619
|
|
|
6619
|
-
const __vue_inject_styles__$
|
|
6620
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
6620
6621
|
if (!inject) return;
|
|
6621
6622
|
inject("data-v-1413447c_0", {
|
|
6622
6623
|
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;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--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%}",
|
|
@@ -6631,25 +6632,25 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
6631
6632
|
/* scoped */
|
|
6632
6633
|
|
|
6633
6634
|
|
|
6634
|
-
const __vue_scope_id__$
|
|
6635
|
+
const __vue_scope_id__$k = "data-v-1413447c";
|
|
6635
6636
|
/* module identifier */
|
|
6636
6637
|
|
|
6637
|
-
const __vue_module_identifier__$
|
|
6638
|
+
const __vue_module_identifier__$k = undefined;
|
|
6638
6639
|
/* functional template */
|
|
6639
6640
|
|
|
6640
|
-
const __vue_is_functional_template__$
|
|
6641
|
+
const __vue_is_functional_template__$k = false;
|
|
6641
6642
|
/* style inject SSR */
|
|
6642
6643
|
|
|
6643
6644
|
/* style inject shadow dom */
|
|
6644
6645
|
|
|
6645
|
-
const __vue_component__$
|
|
6646
|
-
render: __vue_render__$
|
|
6647
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6648
|
-
}, __vue_inject_styles__$
|
|
6646
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
6647
|
+
render: __vue_render__$k,
|
|
6648
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
6649
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
6649
6650
|
|
|
6650
|
-
var __vue_component__$
|
|
6651
|
+
var __vue_component__$C = __vue_component__$B;
|
|
6651
6652
|
|
|
6652
|
-
var script$
|
|
6653
|
+
var script$j = {
|
|
6653
6654
|
name: 'VcToast',
|
|
6654
6655
|
components: {
|
|
6655
6656
|
VcAlert,
|
|
@@ -6673,10 +6674,10 @@ var script$k = {
|
|
|
6673
6674
|
};
|
|
6674
6675
|
|
|
6675
6676
|
/* script */
|
|
6676
|
-
const __vue_script__$
|
|
6677
|
+
const __vue_script__$j = script$j;
|
|
6677
6678
|
/* template */
|
|
6678
6679
|
|
|
6679
|
-
var __vue_render__$
|
|
6680
|
+
var __vue_render__$j = function () {
|
|
6680
6681
|
var _vm = this;
|
|
6681
6682
|
|
|
6682
6683
|
var _h = _vm.$createElement;
|
|
@@ -6698,10 +6699,10 @@ var __vue_render__$k = function () {
|
|
|
6698
6699
|
}, 'VcAlert', _vm.$attrs, false))], 1);
|
|
6699
6700
|
};
|
|
6700
6701
|
|
|
6701
|
-
var __vue_staticRenderFns__$
|
|
6702
|
+
var __vue_staticRenderFns__$j = [];
|
|
6702
6703
|
/* style */
|
|
6703
6704
|
|
|
6704
|
-
const __vue_inject_styles__$
|
|
6705
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
6705
6706
|
if (!inject) return;
|
|
6706
6707
|
inject("data-v-2d3e5bbe_0", {
|
|
6707
6708
|
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}",
|
|
@@ -6712,23 +6713,23 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
6712
6713
|
/* scoped */
|
|
6713
6714
|
|
|
6714
6715
|
|
|
6715
|
-
const __vue_scope_id__$
|
|
6716
|
+
const __vue_scope_id__$j = "data-v-2d3e5bbe";
|
|
6716
6717
|
/* module identifier */
|
|
6717
6718
|
|
|
6718
|
-
const __vue_module_identifier__$
|
|
6719
|
+
const __vue_module_identifier__$j = undefined;
|
|
6719
6720
|
/* functional template */
|
|
6720
6721
|
|
|
6721
|
-
const __vue_is_functional_template__$
|
|
6722
|
+
const __vue_is_functional_template__$j = false;
|
|
6722
6723
|
/* style inject SSR */
|
|
6723
6724
|
|
|
6724
6725
|
/* style inject shadow dom */
|
|
6725
6726
|
|
|
6726
|
-
const __vue_component__$
|
|
6727
|
-
render: __vue_render__$
|
|
6728
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6729
|
-
}, __vue_inject_styles__$
|
|
6727
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
6728
|
+
render: __vue_render__$j,
|
|
6729
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
6730
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
6730
6731
|
|
|
6731
|
-
var __vue_component__$
|
|
6732
|
+
var __vue_component__$A = __vue_component__$z;
|
|
6732
6733
|
|
|
6733
6734
|
//
|
|
6734
6735
|
//
|
|
@@ -6742,7 +6743,7 @@ var __vue_component__$C = __vue_component__$B;
|
|
|
6742
6743
|
//
|
|
6743
6744
|
//
|
|
6744
6745
|
//
|
|
6745
|
-
var script$
|
|
6746
|
+
var script$i = {
|
|
6746
6747
|
components: {
|
|
6747
6748
|
VCard: VCard
|
|
6748
6749
|
},
|
|
@@ -6766,10 +6767,10 @@ var script$j = {
|
|
|
6766
6767
|
};
|
|
6767
6768
|
|
|
6768
6769
|
/* script */
|
|
6769
|
-
const __vue_script__$
|
|
6770
|
+
const __vue_script__$i = script$i;
|
|
6770
6771
|
/* template */
|
|
6771
6772
|
|
|
6772
|
-
var __vue_render__$
|
|
6773
|
+
var __vue_render__$i = function () {
|
|
6773
6774
|
var _vm = this;
|
|
6774
6775
|
|
|
6775
6776
|
var _h = _vm.$createElement;
|
|
@@ -6803,10 +6804,10 @@ var __vue_render__$j = function () {
|
|
|
6803
6804
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2);
|
|
6804
6805
|
};
|
|
6805
6806
|
|
|
6806
|
-
var __vue_staticRenderFns__$
|
|
6807
|
+
var __vue_staticRenderFns__$i = [];
|
|
6807
6808
|
/* style */
|
|
6808
6809
|
|
|
6809
|
-
const __vue_inject_styles__$
|
|
6810
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
6810
6811
|
if (!inject) return;
|
|
6811
6812
|
inject("data-v-11425092_0", {
|
|
6812
6813
|
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}",
|
|
@@ -6817,25 +6818,25 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
6817
6818
|
/* scoped */
|
|
6818
6819
|
|
|
6819
6820
|
|
|
6820
|
-
const __vue_scope_id__$
|
|
6821
|
+
const __vue_scope_id__$i = "data-v-11425092";
|
|
6821
6822
|
/* module identifier */
|
|
6822
6823
|
|
|
6823
|
-
const __vue_module_identifier__$
|
|
6824
|
+
const __vue_module_identifier__$i = undefined;
|
|
6824
6825
|
/* functional template */
|
|
6825
6826
|
|
|
6826
|
-
const __vue_is_functional_template__$
|
|
6827
|
+
const __vue_is_functional_template__$i = false;
|
|
6827
6828
|
/* style inject SSR */
|
|
6828
6829
|
|
|
6829
6830
|
/* style inject shadow dom */
|
|
6830
6831
|
|
|
6831
|
-
const __vue_component__$
|
|
6832
|
-
render: __vue_render__$
|
|
6833
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6834
|
-
}, __vue_inject_styles__$
|
|
6832
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
6833
|
+
render: __vue_render__$i,
|
|
6834
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
6835
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
6835
6836
|
|
|
6836
|
-
var __vue_component__$
|
|
6837
|
+
var __vue_component__$y = __vue_component__$x;
|
|
6837
6838
|
|
|
6838
|
-
var script$
|
|
6839
|
+
var script$h = {
|
|
6839
6840
|
name: "FilterPanel",
|
|
6840
6841
|
components: {
|
|
6841
6842
|
VcLayout,
|
|
@@ -6864,10 +6865,10 @@ var script$i = {
|
|
|
6864
6865
|
};
|
|
6865
6866
|
|
|
6866
6867
|
/* script */
|
|
6867
|
-
const __vue_script__$
|
|
6868
|
+
const __vue_script__$h = script$h;
|
|
6868
6869
|
/* template */
|
|
6869
6870
|
|
|
6870
|
-
var __vue_render__$
|
|
6871
|
+
var __vue_render__$h = function () {
|
|
6871
6872
|
var _vm = this;
|
|
6872
6873
|
|
|
6873
6874
|
var _h = _vm.$createElement;
|
|
@@ -6923,10 +6924,10 @@ var __vue_render__$i = function () {
|
|
|
6923
6924
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2)], 1)], 1);
|
|
6924
6925
|
};
|
|
6925
6926
|
|
|
6926
|
-
var __vue_staticRenderFns__$
|
|
6927
|
+
var __vue_staticRenderFns__$h = [];
|
|
6927
6928
|
/* style */
|
|
6928
6929
|
|
|
6929
|
-
const __vue_inject_styles__$
|
|
6930
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
6930
6931
|
if (!inject) return;
|
|
6931
6932
|
inject("data-v-44aac954_0", {
|
|
6932
6933
|
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)}",
|
|
@@ -6937,23 +6938,23 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
6937
6938
|
/* scoped */
|
|
6938
6939
|
|
|
6939
6940
|
|
|
6940
|
-
const __vue_scope_id__$
|
|
6941
|
+
const __vue_scope_id__$h = "data-v-44aac954";
|
|
6941
6942
|
/* module identifier */
|
|
6942
6943
|
|
|
6943
|
-
const __vue_module_identifier__$
|
|
6944
|
+
const __vue_module_identifier__$h = undefined;
|
|
6944
6945
|
/* functional template */
|
|
6945
6946
|
|
|
6946
|
-
const __vue_is_functional_template__$
|
|
6947
|
+
const __vue_is_functional_template__$h = false;
|
|
6947
6948
|
/* style inject SSR */
|
|
6948
6949
|
|
|
6949
6950
|
/* style inject shadow dom */
|
|
6950
6951
|
|
|
6951
|
-
const __vue_component__$
|
|
6952
|
-
render: __vue_render__$
|
|
6953
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6954
|
-
}, __vue_inject_styles__$
|
|
6952
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
6953
|
+
render: __vue_render__$h,
|
|
6954
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
6955
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
6955
6956
|
|
|
6956
|
-
var __vue_component__$
|
|
6957
|
+
var __vue_component__$w = __vue_component__$v;
|
|
6957
6958
|
|
|
6958
6959
|
//
|
|
6959
6960
|
//
|
|
@@ -6961,7 +6962,7 @@ var __vue_component__$y = __vue_component__$x;
|
|
|
6961
6962
|
//
|
|
6962
6963
|
//
|
|
6963
6964
|
//
|
|
6964
|
-
var script$
|
|
6965
|
+
var script$g = {
|
|
6965
6966
|
components: {
|
|
6966
6967
|
VLayout: VLayout
|
|
6967
6968
|
},
|
|
@@ -6977,10 +6978,10 @@ var script$h = {
|
|
|
6977
6978
|
};
|
|
6978
6979
|
|
|
6979
6980
|
/* script */
|
|
6980
|
-
const __vue_script__$
|
|
6981
|
+
const __vue_script__$g = script$g;
|
|
6981
6982
|
/* template */
|
|
6982
6983
|
|
|
6983
|
-
var __vue_render__$
|
|
6984
|
+
var __vue_render__$g = function () {
|
|
6984
6985
|
var _vm = this;
|
|
6985
6986
|
|
|
6986
6987
|
var _h = _vm.$createElement;
|
|
@@ -6995,10 +6996,10 @@ var __vue_render__$h = function () {
|
|
|
6995
6996
|
}, [_vm._t("default")], 2);
|
|
6996
6997
|
};
|
|
6997
6998
|
|
|
6998
|
-
var __vue_staticRenderFns__$
|
|
6999
|
+
var __vue_staticRenderFns__$g = [];
|
|
6999
7000
|
/* style */
|
|
7000
7001
|
|
|
7001
|
-
const __vue_inject_styles__$
|
|
7002
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
7002
7003
|
if (!inject) return;
|
|
7003
7004
|
inject("data-v-e2463588_0", {
|
|
7004
7005
|
source: ".VcFocusArea[data-v-e2463588]{padding:var(--size-value4);background-color:var(--gray-lighten-3);border-radius:6px}",
|
|
@@ -7009,25 +7010,25 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
7009
7010
|
/* scoped */
|
|
7010
7011
|
|
|
7011
7012
|
|
|
7012
|
-
const __vue_scope_id__$
|
|
7013
|
+
const __vue_scope_id__$g = "data-v-e2463588";
|
|
7013
7014
|
/* module identifier */
|
|
7014
7015
|
|
|
7015
|
-
const __vue_module_identifier__$
|
|
7016
|
+
const __vue_module_identifier__$g = undefined;
|
|
7016
7017
|
/* functional template */
|
|
7017
7018
|
|
|
7018
|
-
const __vue_is_functional_template__$
|
|
7019
|
+
const __vue_is_functional_template__$g = false;
|
|
7019
7020
|
/* style inject SSR */
|
|
7020
7021
|
|
|
7021
7022
|
/* style inject shadow dom */
|
|
7022
7023
|
|
|
7023
|
-
const __vue_component__$
|
|
7024
|
-
render: __vue_render__$
|
|
7025
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7026
|
-
}, __vue_inject_styles__$
|
|
7024
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
7025
|
+
render: __vue_render__$g,
|
|
7026
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
7027
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
|
|
7027
7028
|
|
|
7028
|
-
var __vue_component__$
|
|
7029
|
+
var __vue_component__$u = __vue_component__$t;
|
|
7029
7030
|
|
|
7030
|
-
var script$
|
|
7031
|
+
var script$f = {
|
|
7031
7032
|
name: "ListItem",
|
|
7032
7033
|
components: {
|
|
7033
7034
|
VcLayout,
|
|
@@ -7062,10 +7063,10 @@ var script$g = {
|
|
|
7062
7063
|
};
|
|
7063
7064
|
|
|
7064
7065
|
/* script */
|
|
7065
|
-
const __vue_script__$
|
|
7066
|
+
const __vue_script__$f = script$f;
|
|
7066
7067
|
/* template */
|
|
7067
7068
|
|
|
7068
|
-
var __vue_render__$
|
|
7069
|
+
var __vue_render__$f = function () {
|
|
7069
7070
|
var _vm = this;
|
|
7070
7071
|
|
|
7071
7072
|
var _h = _vm.$createElement;
|
|
@@ -7110,10 +7111,10 @@ var __vue_render__$g = function () {
|
|
|
7110
7111
|
})], 2)], 1);
|
|
7111
7112
|
};
|
|
7112
7113
|
|
|
7113
|
-
var __vue_staticRenderFns__$
|
|
7114
|
+
var __vue_staticRenderFns__$f = [];
|
|
7114
7115
|
/* style */
|
|
7115
7116
|
|
|
7116
|
-
const __vue_inject_styles__$
|
|
7117
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
7117
7118
|
if (!inject) return;
|
|
7118
7119
|
inject("data-v-0a8bbb3a_0", {
|
|
7119
7120
|
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}",
|
|
@@ -7124,25 +7125,25 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
7124
7125
|
/* scoped */
|
|
7125
7126
|
|
|
7126
7127
|
|
|
7127
|
-
const __vue_scope_id__$
|
|
7128
|
+
const __vue_scope_id__$f = "data-v-0a8bbb3a";
|
|
7128
7129
|
/* module identifier */
|
|
7129
7130
|
|
|
7130
|
-
const __vue_module_identifier__$
|
|
7131
|
+
const __vue_module_identifier__$f = undefined;
|
|
7131
7132
|
/* functional template */
|
|
7132
7133
|
|
|
7133
|
-
const __vue_is_functional_template__$
|
|
7134
|
+
const __vue_is_functional_template__$f = false;
|
|
7134
7135
|
/* style inject SSR */
|
|
7135
7136
|
|
|
7136
7137
|
/* style inject shadow dom */
|
|
7137
7138
|
|
|
7138
|
-
const __vue_component__$
|
|
7139
|
-
render: __vue_render__$
|
|
7140
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7141
|
-
}, __vue_inject_styles__$
|
|
7139
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
7140
|
+
render: __vue_render__$f,
|
|
7141
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
7142
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
7142
7143
|
|
|
7143
|
-
var __vue_component__$
|
|
7144
|
+
var __vue_component__$s = __vue_component__$r;
|
|
7144
7145
|
|
|
7145
|
-
var script$
|
|
7146
|
+
var script$e = {
|
|
7146
7147
|
name: "VcGroupHeader",
|
|
7147
7148
|
components: {
|
|
7148
7149
|
VcLayout
|
|
@@ -7164,10 +7165,10 @@ var script$f = {
|
|
|
7164
7165
|
};
|
|
7165
7166
|
|
|
7166
7167
|
/* script */
|
|
7167
|
-
const __vue_script__$
|
|
7168
|
+
const __vue_script__$e = script$e;
|
|
7168
7169
|
/* template */
|
|
7169
7170
|
|
|
7170
|
-
var __vue_render__$
|
|
7171
|
+
var __vue_render__$e = function () {
|
|
7171
7172
|
var _vm = this;
|
|
7172
7173
|
|
|
7173
7174
|
var _h = _vm.$createElement;
|
|
@@ -7183,10 +7184,10 @@ var __vue_render__$f = function () {
|
|
|
7183
7184
|
}, [_c('span', [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.summaryText))])]);
|
|
7184
7185
|
};
|
|
7185
7186
|
|
|
7186
|
-
var __vue_staticRenderFns__$
|
|
7187
|
+
var __vue_staticRenderFns__$e = [];
|
|
7187
7188
|
/* style */
|
|
7188
7189
|
|
|
7189
|
-
const __vue_inject_styles__$
|
|
7190
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
7190
7191
|
if (!inject) return;
|
|
7191
7192
|
inject("data-v-5cb0ff3e_0", {
|
|
7192
7193
|
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)}}",
|
|
@@ -7197,25 +7198,25 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
7197
7198
|
/* scoped */
|
|
7198
7199
|
|
|
7199
7200
|
|
|
7200
|
-
const __vue_scope_id__$
|
|
7201
|
+
const __vue_scope_id__$e = "data-v-5cb0ff3e";
|
|
7201
7202
|
/* module identifier */
|
|
7202
7203
|
|
|
7203
|
-
const __vue_module_identifier__$
|
|
7204
|
+
const __vue_module_identifier__$e = undefined;
|
|
7204
7205
|
/* functional template */
|
|
7205
7206
|
|
|
7206
|
-
const __vue_is_functional_template__$
|
|
7207
|
+
const __vue_is_functional_template__$e = false;
|
|
7207
7208
|
/* style inject SSR */
|
|
7208
7209
|
|
|
7209
7210
|
/* style inject shadow dom */
|
|
7210
7211
|
|
|
7211
|
-
const __vue_component__$
|
|
7212
|
-
render: __vue_render__$
|
|
7213
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7214
|
-
}, __vue_inject_styles__$
|
|
7212
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
7213
|
+
render: __vue_render__$e,
|
|
7214
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
7215
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
|
|
7215
7216
|
|
|
7216
|
-
var __vue_component__$
|
|
7217
|
+
var __vue_component__$q = __vue_component__$p;
|
|
7217
7218
|
|
|
7218
|
-
var script$
|
|
7219
|
+
var script$d = {
|
|
7219
7220
|
name: "VcBanner",
|
|
7220
7221
|
components: {
|
|
7221
7222
|
VcImage,
|
|
@@ -7265,10 +7266,10 @@ var script$e = {
|
|
|
7265
7266
|
};
|
|
7266
7267
|
|
|
7267
7268
|
/* script */
|
|
7268
|
-
const __vue_script__$
|
|
7269
|
+
const __vue_script__$d = script$d;
|
|
7269
7270
|
/* template */
|
|
7270
7271
|
|
|
7271
|
-
var __vue_render__$
|
|
7272
|
+
var __vue_render__$d = function () {
|
|
7272
7273
|
var _vm = this;
|
|
7273
7274
|
|
|
7274
7275
|
var _h = _vm.$createElement;
|
|
@@ -7352,10 +7353,10 @@ var __vue_render__$e = function () {
|
|
|
7352
7353
|
}) : _vm._e()], 1);
|
|
7353
7354
|
};
|
|
7354
7355
|
|
|
7355
|
-
var __vue_staticRenderFns__$
|
|
7356
|
+
var __vue_staticRenderFns__$d = [];
|
|
7356
7357
|
/* style */
|
|
7357
7358
|
|
|
7358
|
-
const __vue_inject_styles__$
|
|
7359
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
7359
7360
|
if (!inject) return;
|
|
7360
7361
|
inject("data-v-b6def40c_0", {
|
|
7361
7362
|
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)}",
|
|
@@ -7366,25 +7367,25 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
7366
7367
|
/* scoped */
|
|
7367
7368
|
|
|
7368
7369
|
|
|
7369
|
-
const __vue_scope_id__$
|
|
7370
|
+
const __vue_scope_id__$d = "data-v-b6def40c";
|
|
7370
7371
|
/* module identifier */
|
|
7371
7372
|
|
|
7372
|
-
const __vue_module_identifier__$
|
|
7373
|
+
const __vue_module_identifier__$d = undefined;
|
|
7373
7374
|
/* functional template */
|
|
7374
7375
|
|
|
7375
|
-
const __vue_is_functional_template__$
|
|
7376
|
+
const __vue_is_functional_template__$d = false;
|
|
7376
7377
|
/* style inject SSR */
|
|
7377
7378
|
|
|
7378
7379
|
/* style inject shadow dom */
|
|
7379
7380
|
|
|
7380
|
-
const __vue_component__$
|
|
7381
|
-
render: __vue_render__$
|
|
7382
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7383
|
-
}, __vue_inject_styles__$
|
|
7381
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
7382
|
+
render: __vue_render__$d,
|
|
7383
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
7384
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
7384
7385
|
|
|
7385
|
-
var __vue_component__$
|
|
7386
|
+
var __vue_component__$o = __vue_component__$n;
|
|
7386
7387
|
|
|
7387
|
-
var script$
|
|
7388
|
+
var script$c = {
|
|
7388
7389
|
name: "VcWizardCtaContainer",
|
|
7389
7390
|
components: {
|
|
7390
7391
|
VcButton,
|
|
@@ -7415,10 +7416,10 @@ var script$d = {
|
|
|
7415
7416
|
};
|
|
7416
7417
|
|
|
7417
7418
|
/* script */
|
|
7418
|
-
const __vue_script__$
|
|
7419
|
+
const __vue_script__$c = script$c;
|
|
7419
7420
|
/* template */
|
|
7420
7421
|
|
|
7421
|
-
var __vue_render__$
|
|
7422
|
+
var __vue_render__$c = function () {
|
|
7422
7423
|
var _vm = this;
|
|
7423
7424
|
|
|
7424
7425
|
var _h = _vm.$createElement;
|
|
@@ -7458,10 +7459,10 @@ var __vue_render__$d = function () {
|
|
|
7458
7459
|
}, [_vm._v("\n " + _vm._s(_vm.nextButtonLabel) + "\n ")])], 1);
|
|
7459
7460
|
};
|
|
7460
7461
|
|
|
7461
|
-
var __vue_staticRenderFns__$
|
|
7462
|
+
var __vue_staticRenderFns__$c = [];
|
|
7462
7463
|
/* style */
|
|
7463
7464
|
|
|
7464
|
-
const __vue_inject_styles__$
|
|
7465
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
7465
7466
|
if (!inject) return;
|
|
7466
7467
|
inject("data-v-d0bdc5fc_0", {
|
|
7467
7468
|
source: "[data-v-d0bdc5fc]: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;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--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-d0bdc5fc]{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-d0bdc5fc]{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-d0bdc5fc]{flex:1;min-height:var(--size-value12)}@media screen and (min-width:960px){.wizard-cta-button[data-v-d0bdc5fc]{flex:revert;min-height:var(--size-value10)}}.wizard-cta-button+.wizard-cta-button[data-v-d0bdc5fc]{margin-inline-start:var(--size-value3)}",
|
|
@@ -7472,25 +7473,25 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
7472
7473
|
/* scoped */
|
|
7473
7474
|
|
|
7474
7475
|
|
|
7475
|
-
const __vue_scope_id__$
|
|
7476
|
+
const __vue_scope_id__$c = "data-v-d0bdc5fc";
|
|
7476
7477
|
/* module identifier */
|
|
7477
7478
|
|
|
7478
|
-
const __vue_module_identifier__$
|
|
7479
|
+
const __vue_module_identifier__$c = undefined;
|
|
7479
7480
|
/* functional template */
|
|
7480
7481
|
|
|
7481
|
-
const __vue_is_functional_template__$
|
|
7482
|
+
const __vue_is_functional_template__$c = false;
|
|
7482
7483
|
/* style inject SSR */
|
|
7483
7484
|
|
|
7484
7485
|
/* style inject shadow dom */
|
|
7485
7486
|
|
|
7486
|
-
const __vue_component__$
|
|
7487
|
-
render: __vue_render__$
|
|
7488
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7489
|
-
}, __vue_inject_styles__$
|
|
7487
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
7488
|
+
render: __vue_render__$c,
|
|
7489
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
7490
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
|
|
7490
7491
|
|
|
7491
|
-
var VcWizardCtaContainer = __vue_component__$
|
|
7492
|
+
var VcWizardCtaContainer = __vue_component__$m;
|
|
7492
7493
|
|
|
7493
|
-
var script$
|
|
7494
|
+
var script$b = {
|
|
7494
7495
|
name: "VcStepperContent",
|
|
7495
7496
|
model: {
|
|
7496
7497
|
prop: 'currentStep'
|
|
@@ -7609,10 +7610,10 @@ var script$c = {
|
|
|
7609
7610
|
};
|
|
7610
7611
|
|
|
7611
7612
|
/* script */
|
|
7612
|
-
const __vue_script__$
|
|
7613
|
+
const __vue_script__$b = script$b;
|
|
7613
7614
|
/* template */
|
|
7614
7615
|
|
|
7615
|
-
var __vue_render__$
|
|
7616
|
+
var __vue_render__$b = function () {
|
|
7616
7617
|
var _vm = this;
|
|
7617
7618
|
|
|
7618
7619
|
var _h = _vm.$createElement;
|
|
@@ -7701,10 +7702,10 @@ var __vue_render__$c = function () {
|
|
|
7701
7702
|
}), 1)], 1)], 1);
|
|
7702
7703
|
};
|
|
7703
7704
|
|
|
7704
|
-
var __vue_staticRenderFns__$
|
|
7705
|
+
var __vue_staticRenderFns__$b = [];
|
|
7705
7706
|
/* style */
|
|
7706
7707
|
|
|
7707
|
-
const __vue_inject_styles__$
|
|
7708
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
7708
7709
|
if (!inject) return;
|
|
7709
7710
|
inject("data-v-4a2a7ae5_0", {
|
|
7710
7711
|
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;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--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}",
|
|
@@ -7715,25 +7716,25 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
7715
7716
|
/* scoped */
|
|
7716
7717
|
|
|
7717
7718
|
|
|
7718
|
-
const __vue_scope_id__$
|
|
7719
|
+
const __vue_scope_id__$b = "data-v-4a2a7ae5";
|
|
7719
7720
|
/* module identifier */
|
|
7720
7721
|
|
|
7721
|
-
const __vue_module_identifier__$
|
|
7722
|
+
const __vue_module_identifier__$b = undefined;
|
|
7722
7723
|
/* functional template */
|
|
7723
7724
|
|
|
7724
|
-
const __vue_is_functional_template__$
|
|
7725
|
+
const __vue_is_functional_template__$b = false;
|
|
7725
7726
|
/* style inject SSR */
|
|
7726
7727
|
|
|
7727
7728
|
/* style inject shadow dom */
|
|
7728
7729
|
|
|
7729
|
-
const __vue_component__$
|
|
7730
|
-
render: __vue_render__$
|
|
7731
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7732
|
-
}, __vue_inject_styles__$
|
|
7730
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
7731
|
+
render: __vue_render__$b,
|
|
7732
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
7733
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
7733
7734
|
|
|
7734
|
-
var VcStepperContent = __vue_component__$
|
|
7735
|
+
var VcStepperContent = __vue_component__$l;
|
|
7735
7736
|
|
|
7736
|
-
var script$
|
|
7737
|
+
var script$a = {
|
|
7737
7738
|
name: "VcWizard",
|
|
7738
7739
|
components: {
|
|
7739
7740
|
VcStepsBar,
|
|
@@ -7852,10 +7853,10 @@ var script$b = {
|
|
|
7852
7853
|
};
|
|
7853
7854
|
|
|
7854
7855
|
/* script */
|
|
7855
|
-
const __vue_script__$
|
|
7856
|
+
const __vue_script__$a = script$a;
|
|
7856
7857
|
/* template */
|
|
7857
7858
|
|
|
7858
|
-
var __vue_render__$
|
|
7859
|
+
var __vue_render__$a = function () {
|
|
7859
7860
|
var _vm = this;
|
|
7860
7861
|
|
|
7861
7862
|
var _h = _vm.$createElement;
|
|
@@ -7909,10 +7910,10 @@ var __vue_render__$b = function () {
|
|
|
7909
7910
|
})], 1);
|
|
7910
7911
|
};
|
|
7911
7912
|
|
|
7912
|
-
var __vue_staticRenderFns__$
|
|
7913
|
+
var __vue_staticRenderFns__$a = [];
|
|
7913
7914
|
/* style */
|
|
7914
7915
|
|
|
7915
|
-
const __vue_inject_styles__$
|
|
7916
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
7916
7917
|
if (!inject) return;
|
|
7917
7918
|
inject("data-v-10873292_0", {
|
|
7918
7919
|
source: "[data-v-10873292]: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;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--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-10873292]{height:100%}@media screen and (min-width:960px){.vc-wizard[data-v-10873292]{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-10873292]{grid-column-gap:var(--size-value10);padding-inline-end:var(--size-value10)}.vc-wizard.wizard-size-lg[data-v-10873292]{grid-column-gap:var(--size-value20);padding-inline-end:var(--size-value20)}}.vc-stepper-container[data-v-10873292]{grid-area:1/1/3/2;border-inline-end:1px solid #e0e0e0;max-height:calc(100% - 24px)}.wizard-cta-container[data-v-10873292]{grid-area:2/2/3/3}.stepper-content-wrapper[data-v-10873292]{grid-area:1/2/2/3}",
|
|
@@ -7923,23 +7924,23 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
7923
7924
|
/* scoped */
|
|
7924
7925
|
|
|
7925
7926
|
|
|
7926
|
-
const __vue_scope_id__$
|
|
7927
|
+
const __vue_scope_id__$a = "data-v-10873292";
|
|
7927
7928
|
/* module identifier */
|
|
7928
7929
|
|
|
7929
|
-
const __vue_module_identifier__$
|
|
7930
|
+
const __vue_module_identifier__$a = undefined;
|
|
7930
7931
|
/* functional template */
|
|
7931
7932
|
|
|
7932
|
-
const __vue_is_functional_template__$
|
|
7933
|
+
const __vue_is_functional_template__$a = false;
|
|
7933
7934
|
/* style inject SSR */
|
|
7934
7935
|
|
|
7935
7936
|
/* style inject shadow dom */
|
|
7936
7937
|
|
|
7937
|
-
const __vue_component__$
|
|
7938
|
-
render: __vue_render__$
|
|
7939
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7940
|
-
}, __vue_inject_styles__$
|
|
7938
|
+
const __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
7939
|
+
render: __vue_render__$a,
|
|
7940
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
7941
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
|
|
7941
7942
|
|
|
7942
|
-
var __vue_component__$
|
|
7943
|
+
var __vue_component__$k = __vue_component__$j;
|
|
7943
7944
|
|
|
7944
7945
|
//
|
|
7945
7946
|
//
|
|
@@ -7957,7 +7958,7 @@ var __vue_component__$m = __vue_component__$l;
|
|
|
7957
7958
|
//
|
|
7958
7959
|
//
|
|
7959
7960
|
//
|
|
7960
|
-
var script$
|
|
7961
|
+
var script$9 = {
|
|
7961
7962
|
name: 'VcBadge',
|
|
7962
7963
|
components: {
|
|
7963
7964
|
VBadge: VBadge
|
|
@@ -7990,10 +7991,10 @@ var script$a = {
|
|
|
7990
7991
|
};
|
|
7991
7992
|
|
|
7992
7993
|
/* script */
|
|
7993
|
-
const __vue_script__$
|
|
7994
|
+
const __vue_script__$9 = script$9;
|
|
7994
7995
|
/* template */
|
|
7995
7996
|
|
|
7996
|
-
var __vue_render__$
|
|
7997
|
+
var __vue_render__$9 = function () {
|
|
7997
7998
|
var _vm = this;
|
|
7998
7999
|
|
|
7999
8000
|
var _h = _vm.$createElement;
|
|
@@ -8019,10 +8020,10 @@ var __vue_render__$a = function () {
|
|
|
8019
8020
|
}, [_vm._t("default")], 2)], 1);
|
|
8020
8021
|
};
|
|
8021
8022
|
|
|
8022
|
-
var __vue_staticRenderFns__$
|
|
8023
|
+
var __vue_staticRenderFns__$9 = [];
|
|
8023
8024
|
/* style */
|
|
8024
8025
|
|
|
8025
|
-
const __vue_inject_styles__$
|
|
8026
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
8026
8027
|
if (!inject) return;
|
|
8027
8028
|
inject("data-v-4edabf76_0", {
|
|
8028
8029
|
source: "[data-v-4edabf76] .v-icon__component{height:12px;width:12px}",
|
|
@@ -8033,25 +8034,25 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
8033
8034
|
/* scoped */
|
|
8034
8035
|
|
|
8035
8036
|
|
|
8036
|
-
const __vue_scope_id__$
|
|
8037
|
+
const __vue_scope_id__$9 = "data-v-4edabf76";
|
|
8037
8038
|
/* module identifier */
|
|
8038
8039
|
|
|
8039
|
-
const __vue_module_identifier__$
|
|
8040
|
+
const __vue_module_identifier__$9 = undefined;
|
|
8040
8041
|
/* functional template */
|
|
8041
8042
|
|
|
8042
|
-
const __vue_is_functional_template__$
|
|
8043
|
+
const __vue_is_functional_template__$9 = false;
|
|
8043
8044
|
/* style inject SSR */
|
|
8044
8045
|
|
|
8045
8046
|
/* style inject shadow dom */
|
|
8046
8047
|
|
|
8047
|
-
const __vue_component__$
|
|
8048
|
-
render: __vue_render__$
|
|
8049
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8050
|
-
}, __vue_inject_styles__$
|
|
8048
|
+
const __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
8049
|
+
render: __vue_render__$9,
|
|
8050
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
8051
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
8051
8052
|
|
|
8052
|
-
var __vue_component__$
|
|
8053
|
+
var __vue_component__$i = __vue_component__$h;
|
|
8053
8054
|
|
|
8054
|
-
var script$
|
|
8055
|
+
var script$8 = {
|
|
8055
8056
|
name: "VcUpsellBlock",
|
|
8056
8057
|
components: {
|
|
8057
8058
|
VcImage,
|
|
@@ -8116,10 +8117,10 @@ var script$9 = {
|
|
|
8116
8117
|
};
|
|
8117
8118
|
|
|
8118
8119
|
/* script */
|
|
8119
|
-
const __vue_script__$
|
|
8120
|
+
const __vue_script__$8 = script$8;
|
|
8120
8121
|
/* template */
|
|
8121
8122
|
|
|
8122
|
-
var __vue_render__$
|
|
8123
|
+
var __vue_render__$8 = function () {
|
|
8123
8124
|
var _vm = this;
|
|
8124
8125
|
|
|
8125
8126
|
var _h = _vm.$createElement;
|
|
@@ -8183,10 +8184,10 @@ var __vue_render__$9 = function () {
|
|
|
8183
8184
|
})], 1)], 1);
|
|
8184
8185
|
};
|
|
8185
8186
|
|
|
8186
|
-
var __vue_staticRenderFns__$
|
|
8187
|
+
var __vue_staticRenderFns__$8 = [];
|
|
8187
8188
|
/* style */
|
|
8188
8189
|
|
|
8189
|
-
const __vue_inject_styles__$
|
|
8190
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
8190
8191
|
if (!inject) return;
|
|
8191
8192
|
inject("data-v-3e23f57f_0", {
|
|
8192
8193
|
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}}",
|
|
@@ -8197,25 +8198,25 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
8197
8198
|
/* scoped */
|
|
8198
8199
|
|
|
8199
8200
|
|
|
8200
|
-
const __vue_scope_id__$
|
|
8201
|
+
const __vue_scope_id__$8 = "data-v-3e23f57f";
|
|
8201
8202
|
/* module identifier */
|
|
8202
8203
|
|
|
8203
|
-
const __vue_module_identifier__$
|
|
8204
|
+
const __vue_module_identifier__$8 = undefined;
|
|
8204
8205
|
/* functional template */
|
|
8205
8206
|
|
|
8206
|
-
const __vue_is_functional_template__$
|
|
8207
|
+
const __vue_is_functional_template__$8 = false;
|
|
8207
8208
|
/* style inject SSR */
|
|
8208
8209
|
|
|
8209
8210
|
/* style inject shadow dom */
|
|
8210
8211
|
|
|
8211
|
-
const __vue_component__$
|
|
8212
|
-
render: __vue_render__$
|
|
8213
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8214
|
-
}, __vue_inject_styles__$
|
|
8212
|
+
const __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
8213
|
+
render: __vue_render__$8,
|
|
8214
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
8215
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
|
|
8215
8216
|
|
|
8216
|
-
var __vue_component__$
|
|
8217
|
+
var __vue_component__$g = __vue_component__$f;
|
|
8217
8218
|
|
|
8218
|
-
var script$
|
|
8219
|
+
var script$7 = {
|
|
8219
8220
|
name: "VcDropzone",
|
|
8220
8221
|
components: {
|
|
8221
8222
|
VcLayout
|
|
@@ -8307,10 +8308,10 @@ var script$8 = {
|
|
|
8307
8308
|
};
|
|
8308
8309
|
|
|
8309
8310
|
/* script */
|
|
8310
|
-
const __vue_script__$
|
|
8311
|
+
const __vue_script__$7 = script$7;
|
|
8311
8312
|
/* template */
|
|
8312
8313
|
|
|
8313
|
-
var __vue_render__$
|
|
8314
|
+
var __vue_render__$7 = function () {
|
|
8314
8315
|
var _vm = this;
|
|
8315
8316
|
|
|
8316
8317
|
var _h = _vm.$createElement;
|
|
@@ -8378,10 +8379,10 @@ var __vue_render__$8 = function () {
|
|
|
8378
8379
|
})], 2)]);
|
|
8379
8380
|
};
|
|
8380
8381
|
|
|
8381
|
-
var __vue_staticRenderFns__$
|
|
8382
|
+
var __vue_staticRenderFns__$7 = [];
|
|
8382
8383
|
/* style */
|
|
8383
8384
|
|
|
8384
|
-
const __vue_inject_styles__$
|
|
8385
|
+
const __vue_inject_styles__$7 = function (inject) {
|
|
8385
8386
|
if (!inject) return;
|
|
8386
8387
|
inject("data-v-7efc8e1b_0", {
|
|
8387
8388
|
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;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--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)}",
|
|
@@ -8392,25 +8393,25 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
8392
8393
|
/* scoped */
|
|
8393
8394
|
|
|
8394
8395
|
|
|
8395
|
-
const __vue_scope_id__$
|
|
8396
|
+
const __vue_scope_id__$7 = "data-v-7efc8e1b";
|
|
8396
8397
|
/* module identifier */
|
|
8397
8398
|
|
|
8398
|
-
const __vue_module_identifier__$
|
|
8399
|
+
const __vue_module_identifier__$7 = undefined;
|
|
8399
8400
|
/* functional template */
|
|
8400
8401
|
|
|
8401
|
-
const __vue_is_functional_template__$
|
|
8402
|
+
const __vue_is_functional_template__$7 = false;
|
|
8402
8403
|
/* style inject SSR */
|
|
8403
8404
|
|
|
8404
8405
|
/* style inject shadow dom */
|
|
8405
8406
|
|
|
8406
|
-
const __vue_component__$
|
|
8407
|
-
render: __vue_render__$
|
|
8408
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8409
|
-
}, __vue_inject_styles__$
|
|
8407
|
+
const __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
8408
|
+
render: __vue_render__$7,
|
|
8409
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
8410
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
|
|
8410
8411
|
|
|
8411
|
-
var __vue_component__$
|
|
8412
|
+
var __vue_component__$e = __vue_component__$d;
|
|
8412
8413
|
|
|
8413
|
-
var script$
|
|
8414
|
+
var script$6 = {
|
|
8414
8415
|
name: "VcRadio",
|
|
8415
8416
|
components: {
|
|
8416
8417
|
VcTooltip,
|
|
@@ -8441,10 +8442,10 @@ var script$7 = {
|
|
|
8441
8442
|
};
|
|
8442
8443
|
|
|
8443
8444
|
/* script */
|
|
8444
|
-
const __vue_script__$
|
|
8445
|
+
const __vue_script__$6 = script$6;
|
|
8445
8446
|
/* template */
|
|
8446
8447
|
|
|
8447
|
-
var __vue_render__$
|
|
8448
|
+
var __vue_render__$6 = function () {
|
|
8448
8449
|
var _vm = this;
|
|
8449
8450
|
|
|
8450
8451
|
var _h = _vm.$createElement;
|
|
@@ -8492,10 +8493,10 @@ var __vue_render__$7 = function () {
|
|
|
8492
8493
|
});
|
|
8493
8494
|
};
|
|
8494
8495
|
|
|
8495
|
-
var __vue_staticRenderFns__$
|
|
8496
|
+
var __vue_staticRenderFns__$6 = [];
|
|
8496
8497
|
/* style */
|
|
8497
8498
|
|
|
8498
|
-
const __vue_inject_styles__$
|
|
8499
|
+
const __vue_inject_styles__$6 = function (inject) {
|
|
8499
8500
|
if (!inject) return;
|
|
8500
8501
|
inject("data-v-729dbbdc_0", {
|
|
8501
8502
|
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)}",
|
|
@@ -8506,25 +8507,25 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
8506
8507
|
/* scoped */
|
|
8507
8508
|
|
|
8508
8509
|
|
|
8509
|
-
const __vue_scope_id__$
|
|
8510
|
+
const __vue_scope_id__$6 = "data-v-729dbbdc";
|
|
8510
8511
|
/* module identifier */
|
|
8511
8512
|
|
|
8512
|
-
const __vue_module_identifier__$
|
|
8513
|
+
const __vue_module_identifier__$6 = undefined;
|
|
8513
8514
|
/* functional template */
|
|
8514
8515
|
|
|
8515
|
-
const __vue_is_functional_template__$
|
|
8516
|
+
const __vue_is_functional_template__$6 = false;
|
|
8516
8517
|
/* style inject SSR */
|
|
8517
8518
|
|
|
8518
8519
|
/* style inject shadow dom */
|
|
8519
8520
|
|
|
8520
|
-
const __vue_component__$
|
|
8521
|
-
render: __vue_render__$
|
|
8522
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8523
|
-
}, __vue_inject_styles__$
|
|
8521
|
+
const __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
8522
|
+
render: __vue_render__$6,
|
|
8523
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
8524
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, createInjector, undefined, undefined);
|
|
8524
8525
|
|
|
8525
|
-
var VcRadio = __vue_component__$
|
|
8526
|
+
var VcRadio = __vue_component__$c;
|
|
8526
8527
|
|
|
8527
|
-
var script$
|
|
8528
|
+
var script$5 = {
|
|
8528
8529
|
name: "VcRadioGroup",
|
|
8529
8530
|
components: {
|
|
8530
8531
|
VcRadio,
|
|
@@ -8560,10 +8561,10 @@ var script$6 = {
|
|
|
8560
8561
|
};
|
|
8561
8562
|
|
|
8562
8563
|
/* script */
|
|
8563
|
-
const __vue_script__$
|
|
8564
|
+
const __vue_script__$5 = script$5;
|
|
8564
8565
|
/* template */
|
|
8565
8566
|
|
|
8566
|
-
var __vue_render__$
|
|
8567
|
+
var __vue_render__$5 = function () {
|
|
8567
8568
|
var _vm = this;
|
|
8568
8569
|
|
|
8569
8570
|
var _h = _vm.$createElement;
|
|
@@ -8609,10 +8610,10 @@ var __vue_render__$6 = function () {
|
|
|
8609
8610
|
}), 1)], 1);
|
|
8610
8611
|
};
|
|
8611
8612
|
|
|
8612
|
-
var __vue_staticRenderFns__$
|
|
8613
|
+
var __vue_staticRenderFns__$5 = [];
|
|
8613
8614
|
/* style */
|
|
8614
8615
|
|
|
8615
|
-
const __vue_inject_styles__$
|
|
8616
|
+
const __vue_inject_styles__$5 = function (inject) {
|
|
8616
8617
|
if (!inject) return;
|
|
8617
8618
|
inject("data-v-0bf8cc5c_0", {
|
|
8618
8619
|
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)}",
|
|
@@ -8623,25 +8624,25 @@ const __vue_inject_styles__$6 = function (inject) {
|
|
|
8623
8624
|
/* scoped */
|
|
8624
8625
|
|
|
8625
8626
|
|
|
8626
|
-
const __vue_scope_id__$
|
|
8627
|
+
const __vue_scope_id__$5 = "data-v-0bf8cc5c";
|
|
8627
8628
|
/* module identifier */
|
|
8628
8629
|
|
|
8629
|
-
const __vue_module_identifier__$
|
|
8630
|
+
const __vue_module_identifier__$5 = undefined;
|
|
8630
8631
|
/* functional template */
|
|
8631
8632
|
|
|
8632
|
-
const __vue_is_functional_template__$
|
|
8633
|
+
const __vue_is_functional_template__$5 = false;
|
|
8633
8634
|
/* style inject SSR */
|
|
8634
8635
|
|
|
8635
8636
|
/* style inject shadow dom */
|
|
8636
8637
|
|
|
8637
|
-
const __vue_component__$
|
|
8638
|
-
render: __vue_render__$
|
|
8639
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8640
|
-
}, __vue_inject_styles__$
|
|
8638
|
+
const __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
8639
|
+
render: __vue_render__$5,
|
|
8640
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
8641
|
+
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, createInjector, undefined, undefined);
|
|
8641
8642
|
|
|
8642
|
-
var __vue_component__$
|
|
8643
|
+
var __vue_component__$b = __vue_component__$a;
|
|
8643
8644
|
|
|
8644
|
-
var script$
|
|
8645
|
+
var script$4 = {
|
|
8645
8646
|
name: "VcSegmentedControl",
|
|
8646
8647
|
components: {
|
|
8647
8648
|
VcIcon,
|
|
@@ -8677,10 +8678,10 @@ var script$5 = {
|
|
|
8677
8678
|
};
|
|
8678
8679
|
|
|
8679
8680
|
/* script */
|
|
8680
|
-
const __vue_script__$
|
|
8681
|
+
const __vue_script__$4 = script$4;
|
|
8681
8682
|
/* template */
|
|
8682
8683
|
|
|
8683
|
-
var __vue_render__$
|
|
8684
|
+
var __vue_render__$4 = function () {
|
|
8684
8685
|
var _vm = this;
|
|
8685
8686
|
|
|
8686
8687
|
var _h = _vm.$createElement;
|
|
@@ -8716,10 +8717,10 @@ var __vue_render__$5 = function () {
|
|
|
8716
8717
|
}), 1);
|
|
8717
8718
|
};
|
|
8718
8719
|
|
|
8719
|
-
var __vue_staticRenderFns__$
|
|
8720
|
+
var __vue_staticRenderFns__$4 = [];
|
|
8720
8721
|
/* style */
|
|
8721
8722
|
|
|
8722
|
-
const __vue_inject_styles__$
|
|
8723
|
+
const __vue_inject_styles__$4 = function (inject) {
|
|
8723
8724
|
if (!inject) return;
|
|
8724
8725
|
inject("data-v-ebfb67c4_0", {
|
|
8725
8726
|
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;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--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)}",
|
|
@@ -8730,23 +8731,23 @@ const __vue_inject_styles__$5 = function (inject) {
|
|
|
8730
8731
|
/* scoped */
|
|
8731
8732
|
|
|
8732
8733
|
|
|
8733
|
-
const __vue_scope_id__$
|
|
8734
|
+
const __vue_scope_id__$4 = "data-v-ebfb67c4";
|
|
8734
8735
|
/* module identifier */
|
|
8735
8736
|
|
|
8736
|
-
const __vue_module_identifier__$
|
|
8737
|
+
const __vue_module_identifier__$4 = undefined;
|
|
8737
8738
|
/* functional template */
|
|
8738
8739
|
|
|
8739
|
-
const __vue_is_functional_template__$
|
|
8740
|
+
const __vue_is_functional_template__$4 = false;
|
|
8740
8741
|
/* style inject SSR */
|
|
8741
8742
|
|
|
8742
8743
|
/* style inject shadow dom */
|
|
8743
8744
|
|
|
8744
|
-
const __vue_component__$
|
|
8745
|
-
render: __vue_render__$
|
|
8746
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8747
|
-
}, __vue_inject_styles__$
|
|
8745
|
+
const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
8746
|
+
render: __vue_render__$4,
|
|
8747
|
+
staticRenderFns: __vue_staticRenderFns__$4
|
|
8748
|
+
}, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, createInjector, undefined, undefined);
|
|
8748
8749
|
|
|
8749
|
-
var __vue_component__$
|
|
8750
|
+
var __vue_component__$9 = __vue_component__$8;
|
|
8750
8751
|
|
|
8751
8752
|
const FORMATS = {
|
|
8752
8753
|
DOCUMENT: ['doc', 'docx'],
|
|
@@ -8758,7 +8759,7 @@ const FORMATS = {
|
|
|
8758
8759
|
AUDIO: ['mp3', 'wav'],
|
|
8759
8760
|
VIDEO: ['avi', 'mp4', 'mkv', 'mov']
|
|
8760
8761
|
};
|
|
8761
|
-
var script$
|
|
8762
|
+
var script$3 = {
|
|
8762
8763
|
name: "VcDocItem",
|
|
8763
8764
|
components: {
|
|
8764
8765
|
VcButton,
|
|
@@ -8849,10 +8850,10 @@ var script$4 = {
|
|
|
8849
8850
|
};
|
|
8850
8851
|
|
|
8851
8852
|
/* script */
|
|
8852
|
-
const __vue_script__$
|
|
8853
|
+
const __vue_script__$3 = script$3;
|
|
8853
8854
|
/* template */
|
|
8854
8855
|
|
|
8855
|
-
var __vue_render__$
|
|
8856
|
+
var __vue_render__$3 = function () {
|
|
8856
8857
|
var _vm = this;
|
|
8857
8858
|
|
|
8858
8859
|
var _h = _vm.$createElement;
|
|
@@ -8939,10 +8940,10 @@ var __vue_render__$4 = function () {
|
|
|
8939
8940
|
}), 1) : _vm._e()]);
|
|
8940
8941
|
};
|
|
8941
8942
|
|
|
8942
|
-
var __vue_staticRenderFns__$
|
|
8943
|
+
var __vue_staticRenderFns__$3 = [];
|
|
8943
8944
|
/* style */
|
|
8944
8945
|
|
|
8945
|
-
const __vue_inject_styles__$
|
|
8946
|
+
const __vue_inject_styles__$3 = function (inject) {
|
|
8946
8947
|
if (!inject) return;
|
|
8947
8948
|
inject("data-v-6c669e8b_0", {
|
|
8948
8949
|
source: "[data-v-6c669e8b]: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;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--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-6c669e8b]{display:flex;align-items:center;padding:0 var(--size-value4);height:48px}.vc-doc-item .actions[data-v-6c669e8b]{display:flex;margin-inline-start:var(--size-value2)}.vc-doc-item .actions button[data-v-6c669e8b]{opacity:.4}.vc-doc-item .actions button[data-v-6c669e8b]:hover{opacity:1}.details[data-v-6c669e8b]{font-family:var(--primary-font-family);display:flex;flex-direction:row;align-items:center;width:100%;min-width:0}.details__doc-icon[data-v-6c669e8b]{position:relative}.details__doc-icon .v-icon[data-v-6c669e8b]{margin-inline-end:var(--size-value4)}.details__doc-icon .v-icon--flag[data-v-6c669e8b]{position:absolute;bottom:calc(-1 * var(--size-value1));inset-inline-end:calc(-1 * var(--size-value1))}.title[data-v-6c669e8b]{padding-inline-end:var(--size-value3);line-height:18px;display:flex;overflow:hidden}.title--corrupted[data-v-6c669e8b]{flex-direction:column}.title__corrupted[data-v-6c669e8b],.title__header[data-v-6c669e8b]{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-6c669e8b]{color:var(--red)}.signature[data-v-6c669e8b]{display:flex;flex-direction:row;align-items:center;margin-inline-start:auto}.signature--trimmed[data-v-6c669e8b]{margin-inline-start:0}.signature__icon[data-v-6c669e8b]{color:var(--gray-darken-5);margin-inline-end:var(--size-value2)}.signature__text[data-v-6c669e8b]{font-weight:var(--font-weight-medium);font-size:var(--font-size-xx-small);color:var(--gray-darken-5);white-space:nowrap}",
|
|
@@ -8953,23 +8954,23 @@ const __vue_inject_styles__$4 = function (inject) {
|
|
|
8953
8954
|
/* scoped */
|
|
8954
8955
|
|
|
8955
8956
|
|
|
8956
|
-
const __vue_scope_id__$
|
|
8957
|
+
const __vue_scope_id__$3 = "data-v-6c669e8b";
|
|
8957
8958
|
/* module identifier */
|
|
8958
8959
|
|
|
8959
|
-
const __vue_module_identifier__$
|
|
8960
|
+
const __vue_module_identifier__$3 = undefined;
|
|
8960
8961
|
/* functional template */
|
|
8961
8962
|
|
|
8962
|
-
const __vue_is_functional_template__$
|
|
8963
|
+
const __vue_is_functional_template__$3 = false;
|
|
8963
8964
|
/* style inject SSR */
|
|
8964
8965
|
|
|
8965
8966
|
/* style inject shadow dom */
|
|
8966
8967
|
|
|
8967
|
-
const __vue_component__$
|
|
8968
|
-
render: __vue_render__$
|
|
8969
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8970
|
-
}, __vue_inject_styles__$
|
|
8968
|
+
const __vue_component__$6 = /*#__PURE__*/normalizeComponent({
|
|
8969
|
+
render: __vue_render__$3,
|
|
8970
|
+
staticRenderFns: __vue_staticRenderFns__$3
|
|
8971
|
+
}, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, createInjector, undefined, undefined);
|
|
8971
8972
|
|
|
8972
|
-
var __vue_component__$
|
|
8973
|
+
var __vue_component__$7 = __vue_component__$6;
|
|
8973
8974
|
|
|
8974
8975
|
//
|
|
8975
8976
|
//
|
|
@@ -8977,7 +8978,7 @@ var __vue_component__$9 = __vue_component__$8;
|
|
|
8977
8978
|
//
|
|
8978
8979
|
//
|
|
8979
8980
|
//
|
|
8980
|
-
var script$
|
|
8981
|
+
var script$2 = {
|
|
8981
8982
|
name: "VcTimeSince",
|
|
8982
8983
|
props: {
|
|
8983
8984
|
timestamp: {
|
|
@@ -9049,10 +9050,10 @@ var script$3 = {
|
|
|
9049
9050
|
};
|
|
9050
9051
|
|
|
9051
9052
|
/* script */
|
|
9052
|
-
const __vue_script__$
|
|
9053
|
+
const __vue_script__$2 = script$2;
|
|
9053
9054
|
/* template */
|
|
9054
9055
|
|
|
9055
|
-
var __vue_render__$
|
|
9056
|
+
var __vue_render__$2 = function () {
|
|
9056
9057
|
var _vm = this;
|
|
9057
9058
|
|
|
9058
9059
|
var _h = _vm.$createElement;
|
|
@@ -9066,33 +9067,33 @@ var __vue_render__$3 = function () {
|
|
|
9066
9067
|
}, [_vm._v("\n " + _vm._s(_vm.timeSince) + "\n")]);
|
|
9067
9068
|
};
|
|
9068
9069
|
|
|
9069
|
-
var __vue_staticRenderFns__$
|
|
9070
|
+
var __vue_staticRenderFns__$2 = [];
|
|
9070
9071
|
/* style */
|
|
9071
9072
|
|
|
9072
|
-
const __vue_inject_styles__$
|
|
9073
|
+
const __vue_inject_styles__$2 = undefined;
|
|
9073
9074
|
/* scoped */
|
|
9074
9075
|
|
|
9075
|
-
const __vue_scope_id__$
|
|
9076
|
+
const __vue_scope_id__$2 = undefined;
|
|
9076
9077
|
/* module identifier */
|
|
9077
9078
|
|
|
9078
|
-
const __vue_module_identifier__$
|
|
9079
|
+
const __vue_module_identifier__$2 = undefined;
|
|
9079
9080
|
/* functional template */
|
|
9080
9081
|
|
|
9081
|
-
const __vue_is_functional_template__$
|
|
9082
|
+
const __vue_is_functional_template__$2 = false;
|
|
9082
9083
|
/* style inject */
|
|
9083
9084
|
|
|
9084
9085
|
/* style inject SSR */
|
|
9085
9086
|
|
|
9086
9087
|
/* style inject shadow dom */
|
|
9087
9088
|
|
|
9088
|
-
const __vue_component__$
|
|
9089
|
-
render: __vue_render__$
|
|
9090
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9091
|
-
}, __vue_inject_styles__$
|
|
9089
|
+
const __vue_component__$4 = /*#__PURE__*/normalizeComponent({
|
|
9090
|
+
render: __vue_render__$2,
|
|
9091
|
+
staticRenderFns: __vue_staticRenderFns__$2
|
|
9092
|
+
}, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, undefined, undefined, undefined);
|
|
9092
9093
|
|
|
9093
|
-
var __vue_component__$
|
|
9094
|
+
var __vue_component__$5 = __vue_component__$4;
|
|
9094
9095
|
|
|
9095
|
-
var script$
|
|
9096
|
+
var script$1 = {
|
|
9096
9097
|
directives: {
|
|
9097
9098
|
Intersect: Intersect
|
|
9098
9099
|
},
|
|
@@ -9211,10 +9212,10 @@ var script$2 = {
|
|
|
9211
9212
|
};
|
|
9212
9213
|
|
|
9213
9214
|
/* script */
|
|
9214
|
-
const __vue_script__$
|
|
9215
|
+
const __vue_script__$1 = script$1;
|
|
9215
9216
|
/* template */
|
|
9216
9217
|
|
|
9217
|
-
var __vue_render__$
|
|
9218
|
+
var __vue_render__$1 = function () {
|
|
9218
9219
|
var _vm = this;
|
|
9219
9220
|
|
|
9220
9221
|
var _h = _vm.$createElement;
|
|
@@ -9329,10 +9330,10 @@ var __vue_render__$2 = function () {
|
|
|
9329
9330
|
}, [_vm._v("\n " + _vm._s(_vm.errorLabel) + "\n ")]) : _vm._e()], 1);
|
|
9330
9331
|
};
|
|
9331
9332
|
|
|
9332
|
-
var __vue_staticRenderFns__$
|
|
9333
|
+
var __vue_staticRenderFns__$1 = [];
|
|
9333
9334
|
/* style */
|
|
9334
9335
|
|
|
9335
|
-
const __vue_inject_styles__$
|
|
9336
|
+
const __vue_inject_styles__$1 = function (inject) {
|
|
9336
9337
|
if (!inject) return;
|
|
9337
9338
|
inject("data-v-de7056da_0", {
|
|
9338
9339
|
source: "[data-v-de7056da]: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;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--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-de7056da]{position:relative}.vc-search-picker__error-label[data-v-de7056da]{font-weight:var(--font-weight-medium);font-size:var(--font-size-xx-small);color:var(--red)}.vc-search-picker[data-v-de7056da] .v-input__slot{border:1px solid var(--gray-lighten-1);border-radius:var(--border-radius);height:var(--size-value13);padding:0 var(--size-value5)}.vc-search-picker[data-v-de7056da] .v-input__slot:hover{border-color:var(--gray-darken-2)}.vc-search-picker[data-v-de7056da] .v-input__icon--append .v-icon{transform:rotate(0)}.vc-search-picker[data-v-de7056da] .autocomplete--open .v-input__icon--append .v-icon{transform:rotate(180deg)}.vc-search-picker[data-v-de7056da] .autocomplete--open .v-input__slot{border-color:var(--search-picker-border-color);outline:3px solid var(--search-picker-second-border-color)}.vc-search-picker[data-v-de7056da] .autocomplete{height:var(--size-value13);padding-top:0;margin-top:0}.vc-search-picker[data-v-de7056da] .autocomplete--error .v-input__slot{border-color:var(--red)}.vc-search-picker[data-v-de7056da] .autocomplete--has-items .placeholder-text:not(:first-of-type){display:none}.vc-search-picker[data-v-de7056da] .autocomplete--has-items.autocomplete--search-content .placeholder-text{display:none}.vc-search-picker[data-v-de7056da] .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-de7056da] .v-text-field>.v-input__control>.v-input__slot:after,.vc-search-picker[data-v-de7056da] .v-text-field>.v-input__control>.v-input__slot:before{content:initial}.vc-search-picker[data-v-de7056da] .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-de7056da] .v-select__selections{flex-wrap:nowrap}.vc-search-picker[data-v-de7056da] .v-select__selections input[type=text]{display:inline-block;font-size:var(--font-size-small2);color:var(--gray-darken-5)}.vc-search-picker[data-v-de7056da] .v-list-item--active::before{content:none}.v-menu__content.vc-select-field-menu[data-v-de7056da]{top:var(--size-value4)}.v-menu__content.vc-select-field-menu .v-input.vc-checkbox[data-v-de7056da]{margin:0;padding:0}.v-menu__content.vc-select-field-menu .spinner[data-v-de7056da]{margin:0 auto;display:block}[data-v-de7056da] .v-list-item--link{font-size:var(--font-size-x-small)}[data-v-de7056da] .v-list-item--link:before{content:initial}",
|
|
@@ -9343,23 +9344,23 @@ const __vue_inject_styles__$2 = function (inject) {
|
|
|
9343
9344
|
/* scoped */
|
|
9344
9345
|
|
|
9345
9346
|
|
|
9346
|
-
const __vue_scope_id__$
|
|
9347
|
+
const __vue_scope_id__$1 = "data-v-de7056da";
|
|
9347
9348
|
/* module identifier */
|
|
9348
9349
|
|
|
9349
|
-
const __vue_module_identifier__$
|
|
9350
|
+
const __vue_module_identifier__$1 = undefined;
|
|
9350
9351
|
/* functional template */
|
|
9351
9352
|
|
|
9352
|
-
const __vue_is_functional_template__$
|
|
9353
|
+
const __vue_is_functional_template__$1 = false;
|
|
9353
9354
|
/* style inject SSR */
|
|
9354
9355
|
|
|
9355
9356
|
/* style inject shadow dom */
|
|
9356
9357
|
|
|
9357
|
-
const __vue_component__$
|
|
9358
|
-
render: __vue_render__$
|
|
9359
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9360
|
-
}, __vue_inject_styles__$
|
|
9358
|
+
const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
9359
|
+
render: __vue_render__$1,
|
|
9360
|
+
staticRenderFns: __vue_staticRenderFns__$1
|
|
9361
|
+
}, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, createInjector, undefined, undefined);
|
|
9361
9362
|
|
|
9362
|
-
var __vue_component__$
|
|
9363
|
+
var __vue_component__$3 = __vue_component__$2;
|
|
9363
9364
|
|
|
9364
9365
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
9365
9366
|
|
|
@@ -15516,7 +15517,7 @@ if (typeof window !== "undefined" && "Vue" in window) {
|
|
|
15516
15517
|
|
|
15517
15518
|
var draggable = /*@__PURE__*/getDefaultExportFromCjs(vuedraggable_umd);
|
|
15518
15519
|
|
|
15519
|
-
var script
|
|
15520
|
+
var script = {
|
|
15520
15521
|
name: "VcDraggableList",
|
|
15521
15522
|
components: {
|
|
15522
15523
|
VcIcon,
|
|
@@ -15561,10 +15562,10 @@ var script$1 = {
|
|
|
15561
15562
|
};
|
|
15562
15563
|
|
|
15563
15564
|
/* script */
|
|
15564
|
-
const __vue_script__
|
|
15565
|
+
const __vue_script__ = script;
|
|
15565
15566
|
/* template */
|
|
15566
15567
|
|
|
15567
|
-
var __vue_render__
|
|
15568
|
+
var __vue_render__ = function () {
|
|
15568
15569
|
var _vm = this;
|
|
15569
15570
|
|
|
15570
15571
|
var _h = _vm.$createElement;
|
|
@@ -15617,7 +15618,7 @@ var __vue_render__$1 = function () {
|
|
|
15617
15618
|
}, [_c('VcIcon', {
|
|
15618
15619
|
staticClass: "align-self-center handle",
|
|
15619
15620
|
attrs: {
|
|
15620
|
-
"size": "
|
|
15621
|
+
"size": "16"
|
|
15621
15622
|
}
|
|
15622
15623
|
}, [_vm._v("\n $draggable\n ")]), _vm._v(" "), _vm._t("default", function () {
|
|
15623
15624
|
return [_vm._v("\n " + _vm._s(item.text) + "\n ")];
|
|
@@ -15627,207 +15628,13 @@ var __vue_render__$1 = function () {
|
|
|
15627
15628
|
}), 0);
|
|
15628
15629
|
};
|
|
15629
15630
|
|
|
15630
|
-
var __vue_staticRenderFns__$1 = [];
|
|
15631
|
-
/* style */
|
|
15632
|
-
|
|
15633
|
-
const __vue_inject_styles__$1 = function (inject) {
|
|
15634
|
-
if (!inject) return;
|
|
15635
|
-
inject("data-v-1f756c3f_0", {
|
|
15636
|
-
source: ".list-group.onDragging[data-v-1f756c3f]{cursor:grabbing!important}.list-group .v-icon[data-v-1f756c3f]{margin:0 var(--size-value2);visibility:hidden}.list-group .onHover[data-v-1f756c3f]{background:var(--gray-lighten-3);border-radius:var(--border-radius)}.list-group .onHover .v-icon[data-v-1f756c3f]{cursor:grab;visibility:visible}.list-group .ghost[data-v-1f756c3f]{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-1f756c3f]{visibility:visible}.list-group .drag[data-v-1f756c3f]{background:#fff;opacity:1!important;border-left:3px solid var(--v-secondary-base);box-shadow:var(--shadow-6);border-radius:var(--size-value1)}",
|
|
15637
|
-
map: undefined,
|
|
15638
|
-
media: undefined
|
|
15639
|
-
});
|
|
15640
|
-
};
|
|
15641
|
-
/* scoped */
|
|
15642
|
-
|
|
15643
|
-
|
|
15644
|
-
const __vue_scope_id__$1 = "data-v-1f756c3f";
|
|
15645
|
-
/* module identifier */
|
|
15646
|
-
|
|
15647
|
-
const __vue_module_identifier__$1 = undefined;
|
|
15648
|
-
/* functional template */
|
|
15649
|
-
|
|
15650
|
-
const __vue_is_functional_template__$1 = false;
|
|
15651
|
-
/* style inject SSR */
|
|
15652
|
-
|
|
15653
|
-
/* style inject shadow dom */
|
|
15654
|
-
|
|
15655
|
-
const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
15656
|
-
render: __vue_render__$1,
|
|
15657
|
-
staticRenderFns: __vue_staticRenderFns__$1
|
|
15658
|
-
}, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, createInjector, undefined, undefined);
|
|
15659
|
-
|
|
15660
|
-
var __vue_component__$3 = __vue_component__$2;
|
|
15661
|
-
|
|
15662
|
-
//
|
|
15663
|
-
//
|
|
15664
|
-
//
|
|
15665
|
-
//
|
|
15666
|
-
//
|
|
15667
|
-
//
|
|
15668
|
-
//
|
|
15669
|
-
//
|
|
15670
|
-
//
|
|
15671
|
-
//
|
|
15672
|
-
//
|
|
15673
|
-
//
|
|
15674
|
-
//
|
|
15675
|
-
//
|
|
15676
|
-
//
|
|
15677
|
-
//
|
|
15678
|
-
//
|
|
15679
|
-
//
|
|
15680
|
-
//
|
|
15681
|
-
//
|
|
15682
|
-
//
|
|
15683
|
-
//
|
|
15684
|
-
//
|
|
15685
|
-
//
|
|
15686
|
-
//
|
|
15687
|
-
//
|
|
15688
|
-
//
|
|
15689
|
-
//
|
|
15690
|
-
//
|
|
15691
|
-
//
|
|
15692
|
-
//
|
|
15693
|
-
//
|
|
15694
|
-
//
|
|
15695
|
-
var script = {
|
|
15696
|
-
components: {
|
|
15697
|
-
VTab: VTab,
|
|
15698
|
-
VTabs: VTabs,
|
|
15699
|
-
VTabItem: VTabItem,
|
|
15700
|
-
VTabsItems: VTabsItems
|
|
15701
|
-
},
|
|
15702
|
-
|
|
15703
|
-
name: "VcTabs",
|
|
15704
|
-
|
|
15705
|
-
model: {
|
|
15706
|
-
prop: 'currentIndex',
|
|
15707
|
-
event: 'change'
|
|
15708
|
-
},
|
|
15709
|
-
|
|
15710
|
-
props: {
|
|
15711
|
-
tabs: {
|
|
15712
|
-
type: Array,
|
|
15713
|
-
required: true,
|
|
15714
|
-
validator: value => value.every(tab => tab.label)
|
|
15715
|
-
},
|
|
15716
|
-
tabSize: {
|
|
15717
|
-
type: String,
|
|
15718
|
-
default: 'M',
|
|
15719
|
-
validator: value => ['M', 'L'].includes(value)
|
|
15720
|
-
},
|
|
15721
|
-
currentIndex: {
|
|
15722
|
-
type: Number,
|
|
15723
|
-
default: 0,
|
|
15724
|
-
validator: prop => prop >= 0
|
|
15725
|
-
},
|
|
15726
|
-
distribution: {
|
|
15727
|
-
type: String,
|
|
15728
|
-
default: "start",
|
|
15729
|
-
validator: prop => ['start', 'equal', 'grow'].includes(prop)
|
|
15730
|
-
},
|
|
15731
|
-
separatorStyle: {
|
|
15732
|
-
type: String,
|
|
15733
|
-
default: 'default',
|
|
15734
|
-
validator: prop => ['default', 'shadow', 'divider'].includes(prop)
|
|
15735
|
-
},
|
|
15736
|
-
dataQa: {
|
|
15737
|
-
type: String,
|
|
15738
|
-
default: 'VcTabs'
|
|
15739
|
-
}
|
|
15740
|
-
},
|
|
15741
|
-
|
|
15742
|
-
computed: {
|
|
15743
|
-
safeCurrentIndex() {
|
|
15744
|
-
return Math.max(0, Math.min(this.currentIndex, this.tabs.length - 1));
|
|
15745
|
-
}
|
|
15746
|
-
|
|
15747
|
-
}
|
|
15748
|
-
};
|
|
15749
|
-
|
|
15750
|
-
/* script */
|
|
15751
|
-
const __vue_script__ = script;
|
|
15752
|
-
/* template */
|
|
15753
|
-
|
|
15754
|
-
var __vue_render__ = function () {
|
|
15755
|
-
var _vm = this;
|
|
15756
|
-
|
|
15757
|
-
var _h = _vm.$createElement;
|
|
15758
|
-
|
|
15759
|
-
var _c = _vm._self._c || _h;
|
|
15760
|
-
|
|
15761
|
-
return _c('div', {
|
|
15762
|
-
staticClass: "VcTabs--wrapper",
|
|
15763
|
-
attrs: {
|
|
15764
|
-
"data-qa": _vm.dataQa
|
|
15765
|
-
}
|
|
15766
|
-
}, [_c('v-tabs', {
|
|
15767
|
-
staticClass: "VcTabs--content",
|
|
15768
|
-
class: {
|
|
15769
|
-
'separatorShadow': _vm.separatorStyle === 'shadow',
|
|
15770
|
-
'separatorDivider': _vm.separatorStyle === 'divider'
|
|
15771
|
-
},
|
|
15772
|
-
attrs: {
|
|
15773
|
-
"value": _vm.safeCurrentIndex,
|
|
15774
|
-
"background-color": "transparent",
|
|
15775
|
-
"slider-color": "secondary",
|
|
15776
|
-
"slider-size": "4",
|
|
15777
|
-
"height": _vm.tabSize === 'M' ? 48 : 60,
|
|
15778
|
-
"grow": _vm.distribution === 'grow',
|
|
15779
|
-
"fixed-tabs": _vm.distribution === 'equal'
|
|
15780
|
-
},
|
|
15781
|
-
on: {
|
|
15782
|
-
"change": function (newIndex) {
|
|
15783
|
-
return _vm.$emit('change', newIndex);
|
|
15784
|
-
}
|
|
15785
|
-
}
|
|
15786
|
-
}, _vm._l(_vm.tabs, function (item, index) {
|
|
15787
|
-
return _c('v-tab', {
|
|
15788
|
-
key: "tab-" + index,
|
|
15789
|
-
class: {
|
|
15790
|
-
'VcTab': true,
|
|
15791
|
-
'VcTabDisabled': item.disabled
|
|
15792
|
-
},
|
|
15793
|
-
attrs: {
|
|
15794
|
-
"active-class": "VcTabActive",
|
|
15795
|
-
"disabled": item.disabled,
|
|
15796
|
-
"data-qa": _vm.dataQa + "-tab-" + index
|
|
15797
|
-
}
|
|
15798
|
-
}, [_vm._t("tab-" + index, function () {
|
|
15799
|
-
return [_c('span', {
|
|
15800
|
-
staticClass: "VcTab-label"
|
|
15801
|
-
}, [_vm._v(_vm._s(item.label))])];
|
|
15802
|
-
}, {
|
|
15803
|
-
"item": item
|
|
15804
|
-
})], 2);
|
|
15805
|
-
}), 1), _vm._v(" "), _c('v-tabs-items', {
|
|
15806
|
-
staticClass: "VcTabsContent",
|
|
15807
|
-
attrs: {
|
|
15808
|
-
"value": _vm.safeCurrentIndex
|
|
15809
|
-
}
|
|
15810
|
-
}, _vm._l(_vm.tabs, function (item, index) {
|
|
15811
|
-
return _c('v-tab-item', {
|
|
15812
|
-
key: "tab-content-" + index,
|
|
15813
|
-
attrs: {
|
|
15814
|
-
"data-qa": _vm.dataQa + "-tab-content-" + index
|
|
15815
|
-
}
|
|
15816
|
-
}, [_vm._t("tab-content-" + index, function () {
|
|
15817
|
-
return [_c('div', [_vm._v(_vm._s(item.label))])];
|
|
15818
|
-
}, {
|
|
15819
|
-
"item": item
|
|
15820
|
-
})], 2);
|
|
15821
|
-
}), 1)], 1);
|
|
15822
|
-
};
|
|
15823
|
-
|
|
15824
15631
|
var __vue_staticRenderFns__ = [];
|
|
15825
15632
|
/* style */
|
|
15826
15633
|
|
|
15827
15634
|
const __vue_inject_styles__ = function (inject) {
|
|
15828
15635
|
if (!inject) return;
|
|
15829
|
-
inject("data-v-
|
|
15830
|
-
source: ".
|
|
15636
|
+
inject("data-v-593f28f2_0", {
|
|
15637
|
+
source: ".list-group.onDragging[data-v-593f28f2]{cursor:grabbing!important}.list-group .v-icon[data-v-593f28f2]{margin:0 var(--size-value1)}@media screen and (min-width:960px){.list-group .v-icon[data-v-593f28f2]{visibility:hidden}}.list-group .onHover[data-v-593f28f2]{background:var(--gray-lighten-3);border-radius:var(--border-radius)}.list-group .onHover .v-icon[data-v-593f28f2]{cursor:grab;visibility:visible}.list-group .ghost[data-v-593f28f2]{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-593f28f2]{visibility:visible}.list-group .drag[data-v-593f28f2]{background:#fff;opacity:1!important;border-left:3px solid var(--v-secondary-base);box-shadow:var(--shadow-6);border-radius:var(--size-value1)}",
|
|
15831
15638
|
map: undefined,
|
|
15832
15639
|
media: undefined
|
|
15833
15640
|
});
|
|
@@ -15835,7 +15642,7 @@ const __vue_inject_styles__ = function (inject) {
|
|
|
15835
15642
|
/* scoped */
|
|
15836
15643
|
|
|
15837
15644
|
|
|
15838
|
-
const __vue_scope_id__ = "data-v-
|
|
15645
|
+
const __vue_scope_id__ = "data-v-593f28f2";
|
|
15839
15646
|
/* module identifier */
|
|
15840
15647
|
|
|
15841
15648
|
const __vue_module_identifier__ = undefined;
|
|
@@ -15857,9 +15664,9 @@ var __vue_component__$1 = __vue_component__;
|
|
|
15857
15664
|
|
|
15858
15665
|
var components$1 = /*#__PURE__*/Object.freeze({
|
|
15859
15666
|
__proto__: null,
|
|
15860
|
-
VcConfirmModal: __vue_component__$
|
|
15861
|
-
VcInputModal: __vue_component__$
|
|
15862
|
-
VcNoticeModal: __vue_component__$
|
|
15667
|
+
VcConfirmModal: __vue_component__$1m,
|
|
15668
|
+
VcInputModal: __vue_component__$1j,
|
|
15669
|
+
VcNoticeModal: __vue_component__$1g,
|
|
15863
15670
|
VcModalFooter: VcModalFooter,
|
|
15864
15671
|
VcModalHeader: VcModalHeader,
|
|
15865
15672
|
VcAlert: VcAlert,
|
|
@@ -15872,54 +15679,53 @@ var components$1 = /*#__PURE__*/Object.freeze({
|
|
|
15872
15679
|
VcMobileWizardProgress: VcMobileWizardProgress,
|
|
15873
15680
|
VcProgressCircular: VcProgressCircular,
|
|
15874
15681
|
VcChecklistItem: VcChecklistItem,
|
|
15875
|
-
VcListbox: __vue_component__$
|
|
15682
|
+
VcListbox: __vue_component__$10,
|
|
15876
15683
|
VcBottomSheet: VcBottomSheet,
|
|
15877
|
-
VcInputBottomSheet: __vue_component__$
|
|
15684
|
+
VcInputBottomSheet: __vue_component__$Y,
|
|
15878
15685
|
VcPopover: VcPopover,
|
|
15879
|
-
VcInputPopover: __vue_component__$
|
|
15880
|
-
VcChip: __vue_component__$
|
|
15686
|
+
VcInputPopover: __vue_component__$V,
|
|
15687
|
+
VcChip: __vue_component__$T,
|
|
15881
15688
|
VcSearchBar: VcSearchBar,
|
|
15882
15689
|
VcBaseListItem: VcBaseListItem,
|
|
15883
|
-
VcList: __vue_component__$
|
|
15690
|
+
VcList: __vue_component__$N,
|
|
15884
15691
|
VcButton: VcButton,
|
|
15885
|
-
VcButtonGroup: __vue_component__$
|
|
15692
|
+
VcButtonGroup: __vue_component__$L,
|
|
15886
15693
|
VcForm: VcForm,
|
|
15887
15694
|
VcIcon: VcIcon,
|
|
15888
15695
|
VcLayout: VcLayout,
|
|
15889
15696
|
VcLoader: VcLoader,
|
|
15890
15697
|
VcSwitch: VcSwitch,
|
|
15891
|
-
VcListEntity: __vue_component__$
|
|
15892
|
-
VcExpansionCard: __vue_component__$
|
|
15698
|
+
VcListEntity: __vue_component__$I,
|
|
15699
|
+
VcExpansionCard: __vue_component__$G,
|
|
15893
15700
|
VcTextField: VcTextField,
|
|
15894
15701
|
VcAvatar: VcAvatar,
|
|
15895
|
-
VcTextArea: __vue_component__$
|
|
15896
|
-
VcSelectField: __vue_component__$
|
|
15897
|
-
VcToast: __vue_component__$
|
|
15898
|
-
VcCard: __vue_component__$
|
|
15702
|
+
VcTextArea: __vue_component__$E,
|
|
15703
|
+
VcSelectField: __vue_component__$C,
|
|
15704
|
+
VcToast: __vue_component__$A,
|
|
15705
|
+
VcCard: __vue_component__$y,
|
|
15899
15706
|
VcCheckbox: VcCheckbox,
|
|
15900
|
-
VcFilterPanel: __vue_component__$
|
|
15901
|
-
VcFocusArea: __vue_component__$
|
|
15707
|
+
VcFilterPanel: __vue_component__$w,
|
|
15708
|
+
VcFocusArea: __vue_component__$u,
|
|
15902
15709
|
VcLink: VcLink,
|
|
15903
|
-
VcListItem: __vue_component__$
|
|
15904
|
-
VcGroupHeader: __vue_component__$
|
|
15710
|
+
VcListItem: __vue_component__$s,
|
|
15711
|
+
VcGroupHeader: __vue_component__$q,
|
|
15905
15712
|
VcEmptyState: VcEmptyState,
|
|
15906
15713
|
VcSvg: VcSvg,
|
|
15907
|
-
VcBanner: __vue_component__$
|
|
15714
|
+
VcBanner: __vue_component__$o,
|
|
15908
15715
|
VcWizardCtaContainer: VcWizardCtaContainer,
|
|
15909
|
-
VcWizard: __vue_component__$
|
|
15716
|
+
VcWizard: __vue_component__$k,
|
|
15910
15717
|
VcImage: VcImage,
|
|
15911
|
-
VcBadge: __vue_component__$
|
|
15912
|
-
VcUpsellBlock: __vue_component__$
|
|
15718
|
+
VcBadge: __vue_component__$i,
|
|
15719
|
+
VcUpsellBlock: __vue_component__$g,
|
|
15913
15720
|
VcModalContainer: VcModalContainer,
|
|
15914
|
-
VcDropzone: __vue_component__$
|
|
15915
|
-
VcRadioGroup: __vue_component__$
|
|
15721
|
+
VcDropzone: __vue_component__$e,
|
|
15722
|
+
VcRadioGroup: __vue_component__$b,
|
|
15916
15723
|
VcRadio: VcRadio,
|
|
15917
|
-
VcSegmentedControl: __vue_component__$
|
|
15918
|
-
VcDocItem: __vue_component__$
|
|
15919
|
-
VcTimeSince: __vue_component__$
|
|
15920
|
-
VcSearchPicker: __vue_component__$
|
|
15921
|
-
VcDraggableList: __vue_component__$
|
|
15922
|
-
VcTabs: __vue_component__$1
|
|
15724
|
+
VcSegmentedControl: __vue_component__$9,
|
|
15725
|
+
VcDocItem: __vue_component__$7,
|
|
15726
|
+
VcTimeSince: __vue_component__$5,
|
|
15727
|
+
VcSearchPicker: __vue_component__$3,
|
|
15728
|
+
VcDraggableList: __vue_component__$1
|
|
15923
15729
|
});
|
|
15924
15730
|
|
|
15925
15731
|
// Import vue components
|
|
@@ -15933,9 +15739,9 @@ const install = function installdesignSystem(Vue) {
|
|
|
15933
15739
|
var components = /*#__PURE__*/Object.freeze({
|
|
15934
15740
|
__proto__: null,
|
|
15935
15741
|
'default': install,
|
|
15936
|
-
VcConfirmModal: __vue_component__$
|
|
15937
|
-
VcInputModal: __vue_component__$
|
|
15938
|
-
VcNoticeModal: __vue_component__$
|
|
15742
|
+
VcConfirmModal: __vue_component__$1m,
|
|
15743
|
+
VcInputModal: __vue_component__$1j,
|
|
15744
|
+
VcNoticeModal: __vue_component__$1g,
|
|
15939
15745
|
VcModalFooter: VcModalFooter,
|
|
15940
15746
|
VcModalHeader: VcModalHeader,
|
|
15941
15747
|
VcAlert: VcAlert,
|
|
@@ -15948,54 +15754,53 @@ var components = /*#__PURE__*/Object.freeze({
|
|
|
15948
15754
|
VcMobileWizardProgress: VcMobileWizardProgress,
|
|
15949
15755
|
VcProgressCircular: VcProgressCircular,
|
|
15950
15756
|
VcChecklistItem: VcChecklistItem,
|
|
15951
|
-
VcListbox: __vue_component__$
|
|
15757
|
+
VcListbox: __vue_component__$10,
|
|
15952
15758
|
VcBottomSheet: VcBottomSheet,
|
|
15953
|
-
VcInputBottomSheet: __vue_component__$
|
|
15759
|
+
VcInputBottomSheet: __vue_component__$Y,
|
|
15954
15760
|
VcPopover: VcPopover,
|
|
15955
|
-
VcInputPopover: __vue_component__$
|
|
15956
|
-
VcChip: __vue_component__$
|
|
15761
|
+
VcInputPopover: __vue_component__$V,
|
|
15762
|
+
VcChip: __vue_component__$T,
|
|
15957
15763
|
VcSearchBar: VcSearchBar,
|
|
15958
15764
|
VcBaseListItem: VcBaseListItem,
|
|
15959
|
-
VcList: __vue_component__$
|
|
15765
|
+
VcList: __vue_component__$N,
|
|
15960
15766
|
VcButton: VcButton,
|
|
15961
|
-
VcButtonGroup: __vue_component__$
|
|
15767
|
+
VcButtonGroup: __vue_component__$L,
|
|
15962
15768
|
VcForm: VcForm,
|
|
15963
15769
|
VcIcon: VcIcon,
|
|
15964
15770
|
VcLayout: VcLayout,
|
|
15965
15771
|
VcLoader: VcLoader,
|
|
15966
15772
|
VcSwitch: VcSwitch,
|
|
15967
|
-
VcListEntity: __vue_component__$
|
|
15968
|
-
VcExpansionCard: __vue_component__$
|
|
15773
|
+
VcListEntity: __vue_component__$I,
|
|
15774
|
+
VcExpansionCard: __vue_component__$G,
|
|
15969
15775
|
VcTextField: VcTextField,
|
|
15970
15776
|
VcAvatar: VcAvatar,
|
|
15971
|
-
VcTextArea: __vue_component__$
|
|
15972
|
-
VcSelectField: __vue_component__$
|
|
15973
|
-
VcToast: __vue_component__$
|
|
15974
|
-
VcCard: __vue_component__$
|
|
15777
|
+
VcTextArea: __vue_component__$E,
|
|
15778
|
+
VcSelectField: __vue_component__$C,
|
|
15779
|
+
VcToast: __vue_component__$A,
|
|
15780
|
+
VcCard: __vue_component__$y,
|
|
15975
15781
|
VcCheckbox: VcCheckbox,
|
|
15976
|
-
VcFilterPanel: __vue_component__$
|
|
15977
|
-
VcFocusArea: __vue_component__$
|
|
15782
|
+
VcFilterPanel: __vue_component__$w,
|
|
15783
|
+
VcFocusArea: __vue_component__$u,
|
|
15978
15784
|
VcLink: VcLink,
|
|
15979
|
-
VcListItem: __vue_component__$
|
|
15980
|
-
VcGroupHeader: __vue_component__$
|
|
15785
|
+
VcListItem: __vue_component__$s,
|
|
15786
|
+
VcGroupHeader: __vue_component__$q,
|
|
15981
15787
|
VcEmptyState: VcEmptyState,
|
|
15982
15788
|
VcSvg: VcSvg,
|
|
15983
|
-
VcBanner: __vue_component__$
|
|
15789
|
+
VcBanner: __vue_component__$o,
|
|
15984
15790
|
VcWizardCtaContainer: VcWizardCtaContainer,
|
|
15985
|
-
VcWizard: __vue_component__$
|
|
15791
|
+
VcWizard: __vue_component__$k,
|
|
15986
15792
|
VcImage: VcImage,
|
|
15987
|
-
VcBadge: __vue_component__$
|
|
15988
|
-
VcUpsellBlock: __vue_component__$
|
|
15793
|
+
VcBadge: __vue_component__$i,
|
|
15794
|
+
VcUpsellBlock: __vue_component__$g,
|
|
15989
15795
|
VcModalContainer: VcModalContainer,
|
|
15990
|
-
VcDropzone: __vue_component__$
|
|
15991
|
-
VcRadioGroup: __vue_component__$
|
|
15796
|
+
VcDropzone: __vue_component__$e,
|
|
15797
|
+
VcRadioGroup: __vue_component__$b,
|
|
15992
15798
|
VcRadio: VcRadio,
|
|
15993
|
-
VcSegmentedControl: __vue_component__$
|
|
15994
|
-
VcDocItem: __vue_component__$
|
|
15995
|
-
VcTimeSince: __vue_component__$
|
|
15996
|
-
VcSearchPicker: __vue_component__$
|
|
15997
|
-
VcDraggableList: __vue_component__$
|
|
15998
|
-
VcTabs: __vue_component__$1
|
|
15799
|
+
VcSegmentedControl: __vue_component__$9,
|
|
15800
|
+
VcDocItem: __vue_component__$7,
|
|
15801
|
+
VcTimeSince: __vue_component__$5,
|
|
15802
|
+
VcSearchPicker: __vue_component__$3,
|
|
15803
|
+
VcDraggableList: __vue_component__$1
|
|
15999
15804
|
});
|
|
16000
15805
|
|
|
16001
15806
|
// iife/cjs usage extends esm default export - so import it all
|