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