@vcita/design-system 1.1.2-beta.1 → 1.1.2-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@vcita/design-system.esm.js +1069 -873
- package/dist/@vcita/design-system.min.js +2 -2
- package/dist/@vcita/design-system.ssr.js +965 -766
- package/package.json +1 -1
- package/src/components/index.js +1 -0
|
@@ -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;
|
|
@@ -751,10 +751,10 @@ var __vue_render__$V = function () {
|
|
|
751
751
|
}), 1);
|
|
752
752
|
};
|
|
753
753
|
|
|
754
|
-
var __vue_staticRenderFns__$
|
|
754
|
+
var __vue_staticRenderFns__$W = [];
|
|
755
755
|
/* style */
|
|
756
756
|
|
|
757
|
-
const __vue_inject_styles__$
|
|
757
|
+
const __vue_inject_styles__$X = function (inject) {
|
|
758
758
|
if (!inject) return;
|
|
759
759
|
inject("data-v-79ae858b_0", {
|
|
760
760
|
source: ".VcModalFooter.vertical .VcFooterButton[data-v-79ae858b]{width:100%;margin-bottom:var(--size-value2)}.VcModalFooter.vertical .VcFooterButton[data-v-79ae858b]:last-of-type{margin-bottom:0}@media screen and (min-width:960px){.VcModalFooter.vertical .VcFooterButton[data-v-79ae858b]{width:auto}}.VcModalFooter.horizontal .VcFooterButton[data-v-79ae858b]{flex-basis:0;flex-grow:1}.VcModalFooter.horizontal .VcFooterButton[data-v-79ae858b]:first-of-type{margin-left:0}.VcModalFooter.horizontal .VcFooterButton[data-v-79ae858b]:last-of-type{margin-right:0}@media screen and (min-width:960px){.VcModalFooter.horizontal .VcFooterButton[data-v-79ae858b]{flex-basis:auto;flex-grow:0}}.VcModalFooter .VcFooterButton[data-v-79ae858b]{margin-left:var(--size-value1);margin-right:var(--size-value1)}",
|
|
@@ -765,25 +765,25 @@ const __vue_inject_styles__$W = function (inject) {
|
|
|
765
765
|
/* scoped */
|
|
766
766
|
|
|
767
767
|
|
|
768
|
-
const __vue_scope_id__$
|
|
768
|
+
const __vue_scope_id__$X = "data-v-79ae858b";
|
|
769
769
|
/* module identifier */
|
|
770
770
|
|
|
771
|
-
const __vue_module_identifier__$
|
|
771
|
+
const __vue_module_identifier__$X = undefined;
|
|
772
772
|
/* functional template */
|
|
773
773
|
|
|
774
|
-
const __vue_is_functional_template__$
|
|
774
|
+
const __vue_is_functional_template__$X = false;
|
|
775
775
|
/* style inject SSR */
|
|
776
776
|
|
|
777
777
|
/* style inject shadow dom */
|
|
778
778
|
|
|
779
|
-
const __vue_component__$
|
|
780
|
-
render: __vue_render__$
|
|
781
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
782
|
-
}, __vue_inject_styles__$
|
|
779
|
+
const __vue_component__$1q = /*#__PURE__*/normalizeComponent({
|
|
780
|
+
render: __vue_render__$W,
|
|
781
|
+
staticRenderFns: __vue_staticRenderFns__$W
|
|
782
|
+
}, __vue_inject_styles__$X, __vue_script__$X, __vue_scope_id__$X, __vue_is_functional_template__$X, __vue_module_identifier__$X, false, createInjector, undefined, undefined);
|
|
783
783
|
|
|
784
|
-
var VcModalFooter = __vue_component__$
|
|
784
|
+
var VcModalFooter = __vue_component__$1q;
|
|
785
785
|
|
|
786
|
-
var script$
|
|
786
|
+
var script$W = {
|
|
787
787
|
name: "VcModalHeader",
|
|
788
788
|
components: {
|
|
789
789
|
VcLayout,
|
|
@@ -853,10 +853,10 @@ var script$V = {
|
|
|
853
853
|
};
|
|
854
854
|
|
|
855
855
|
/* script */
|
|
856
|
-
const __vue_script__$
|
|
856
|
+
const __vue_script__$W = script$W;
|
|
857
857
|
/* template */
|
|
858
858
|
|
|
859
|
-
var __vue_render__$
|
|
859
|
+
var __vue_render__$V = function () {
|
|
860
860
|
var _vm = this;
|
|
861
861
|
|
|
862
862
|
var _h = _vm.$createElement;
|
|
@@ -983,10 +983,10 @@ var __vue_render__$U = function () {
|
|
|
983
983
|
}) : _vm._e()], 2);
|
|
984
984
|
};
|
|
985
985
|
|
|
986
|
-
var __vue_staticRenderFns__$
|
|
986
|
+
var __vue_staticRenderFns__$V = [];
|
|
987
987
|
/* style */
|
|
988
988
|
|
|
989
|
-
const __vue_inject_styles__$
|
|
989
|
+
const __vue_inject_styles__$W = function (inject) {
|
|
990
990
|
if (!inject) return;
|
|
991
991
|
inject("data-v-12fac24f_0", {
|
|
992
992
|
source: ".VcHeader[data-v-12fac24f]{padding:var(--size-value4);font-weight:var(--font-weight-large);font-size:var(--font-size-medium);line-height:var(--size-value7);letter-spacing:var(--letter-spacing)}@media screen and (min-width:960px){.VcHeader[data-v-12fac24f]{padding:var(--size-value4) var(--size-value4) var(--size-value4) var(--size-value6)}}.VcHeader.no-close-button[data-v-12fac24f]{font-weight:var(--font-weight-large2);font-size:var(--font-size-small2);padding:var(--size-value4) var(--size-value6) var(--size-value0)}.VcHeader.no-close-button.input[data-v-12fac24f]{padding-block-end:var(--size-value0)}.VcHeader .VcHeaderImage[data-v-12fac24f]{width:var(--size-value8);margin-right:var(--size-value3);padding:5px;border:1px solid var(--gray-lighten-1);box-sizing:border-box;border-radius:var(--border-radius)}.VcHeader .VcHeaderTopTitle[data-v-12fac24f]{font-size:11px;font-weight:var(--font-weight-medium);line-height:var(--size-value3);color:var(--gray-darken-3)}.VcHeader .VcHeaderTitleWithPadding[data-v-12fac24f]{padding-left:var(--size-value6)}.VcHeader .VcHeaderDescription[data-v-12fac24f]{font-size:var(--font-size-xx-small);font-weight:var(--font-weight-medium);line-height:var(--size-value4);color:var(--gray-darken-4)}.VcHeader .VcHeaderSubtitle[data-v-12fac24f]{font-size:var(--font-size-small2);font-weight:var(--font-weight-medium);color:var(--gray-darken-5);padding-left:var(--size-value2)}.VcHeader.confirm[data-v-12fac24f]{font-weight:var(--font-weight-large);font-size:var(--font-size-medium);line-height:var(--size-value7);display:flex;align-items:flex-end;letter-spacing:var(--letter-spacing);color:var(--gray-darken-5);padding-inline:var(--size-value6) var(--size-value4)}@media screen and (min-width:960px){.VcHeader.confirm[data-v-12fac24f]{font-weight:var(--font-weight-large2);padding-bottom:var(--size-value1);padding-top:var(--size-value6)}}.VcHeader.confirm .VcHeaderButton[data-v-12fac24f],.VcHeader.input .VcHeaderButton[data-v-12fac24f]{max-height:24px;margin-right:var(--size-value3)}.VcHeader.confirm .VcRightButton[data-v-12fac24f],.VcHeader.input .VcRightButton[data-v-12fac24f]{max-height:24px}.VcHeader.confirm .VcHeaderIcon[data-v-12fac24f],.VcHeader.input .VcHeaderIcon[data-v-12fac24f]{padding-right:var(--size-value3);font-size:var(--font-size-medium)}.VcHeader.confirm .VcHeaderRightIcon[data-v-12fac24f] path,.VcHeader.confirm .VcHeaderRightIcon[data-v-12fac24f] svg,.VcHeader.input .VcHeaderRightIcon[data-v-12fac24f] path,.VcHeader.input .VcHeaderRightIcon[data-v-12fac24f] svg{fill:var(--gray-darken-3)}@media screen and (min-width:960px){.VcHeader.input[data-v-12fac24f]{padding-bottom:var(--size-value3)}}.VcHeader .close-button[data-v-12fac24f]{height:var(--size-value3);width:var(--size-value3);padding:unset}.VcHeader .close-button .mobile-close-icon[data-v-12fac24f]{fill:var(--gray-darken-2);width:var(--size-value3)}",
|
|
@@ -997,25 +997,25 @@ const __vue_inject_styles__$V = function (inject) {
|
|
|
997
997
|
/* scoped */
|
|
998
998
|
|
|
999
999
|
|
|
1000
|
-
const __vue_scope_id__$
|
|
1000
|
+
const __vue_scope_id__$W = "data-v-12fac24f";
|
|
1001
1001
|
/* module identifier */
|
|
1002
1002
|
|
|
1003
|
-
const __vue_module_identifier__$
|
|
1003
|
+
const __vue_module_identifier__$W = undefined;
|
|
1004
1004
|
/* functional template */
|
|
1005
1005
|
|
|
1006
|
-
const __vue_is_functional_template__$
|
|
1006
|
+
const __vue_is_functional_template__$W = false;
|
|
1007
1007
|
/* style inject SSR */
|
|
1008
1008
|
|
|
1009
1009
|
/* style inject shadow dom */
|
|
1010
1010
|
|
|
1011
|
-
const __vue_component__$
|
|
1012
|
-
render: __vue_render__$
|
|
1013
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1014
|
-
}, __vue_inject_styles__$
|
|
1011
|
+
const __vue_component__$1p = /*#__PURE__*/normalizeComponent({
|
|
1012
|
+
render: __vue_render__$V,
|
|
1013
|
+
staticRenderFns: __vue_staticRenderFns__$V
|
|
1014
|
+
}, __vue_inject_styles__$W, __vue_script__$W, __vue_scope_id__$W, __vue_is_functional_template__$W, __vue_module_identifier__$W, false, createInjector, undefined, undefined);
|
|
1015
1015
|
|
|
1016
|
-
var VcModalHeader = __vue_component__$
|
|
1016
|
+
var VcModalHeader = __vue_component__$1p;
|
|
1017
1017
|
|
|
1018
|
-
var script$
|
|
1018
|
+
var script$V = {
|
|
1019
1019
|
name: "VcConfirmModal",
|
|
1020
1020
|
components: {
|
|
1021
1021
|
VcModalHeader,
|
|
@@ -1079,10 +1079,10 @@ var script$U = {
|
|
|
1079
1079
|
};
|
|
1080
1080
|
|
|
1081
1081
|
/* script */
|
|
1082
|
-
const __vue_script__$
|
|
1082
|
+
const __vue_script__$V = script$V;
|
|
1083
1083
|
/* template */
|
|
1084
1084
|
|
|
1085
|
-
var __vue_render__$
|
|
1085
|
+
var __vue_render__$U = function () {
|
|
1086
1086
|
var _vm = this;
|
|
1087
1087
|
|
|
1088
1088
|
var _h = _vm.$createElement;
|
|
@@ -1165,33 +1165,33 @@ var __vue_render__$T = function () {
|
|
|
1165
1165
|
});
|
|
1166
1166
|
};
|
|
1167
1167
|
|
|
1168
|
-
var __vue_staticRenderFns__$
|
|
1168
|
+
var __vue_staticRenderFns__$U = [];
|
|
1169
1169
|
/* style */
|
|
1170
1170
|
|
|
1171
|
-
const __vue_inject_styles__$
|
|
1171
|
+
const __vue_inject_styles__$V = undefined;
|
|
1172
1172
|
/* scoped */
|
|
1173
1173
|
|
|
1174
|
-
const __vue_scope_id__$
|
|
1174
|
+
const __vue_scope_id__$V = "data-v-5b1ba5c6";
|
|
1175
1175
|
/* module identifier */
|
|
1176
1176
|
|
|
1177
|
-
const __vue_module_identifier__$
|
|
1177
|
+
const __vue_module_identifier__$V = undefined;
|
|
1178
1178
|
/* functional template */
|
|
1179
1179
|
|
|
1180
|
-
const __vue_is_functional_template__$
|
|
1180
|
+
const __vue_is_functional_template__$V = false;
|
|
1181
1181
|
/* style inject */
|
|
1182
1182
|
|
|
1183
1183
|
/* style inject SSR */
|
|
1184
1184
|
|
|
1185
1185
|
/* style inject shadow dom */
|
|
1186
1186
|
|
|
1187
|
-
const __vue_component__$
|
|
1188
|
-
render: __vue_render__$
|
|
1189
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1190
|
-
}, __vue_inject_styles__$
|
|
1187
|
+
const __vue_component__$1n = /*#__PURE__*/normalizeComponent({
|
|
1188
|
+
render: __vue_render__$U,
|
|
1189
|
+
staticRenderFns: __vue_staticRenderFns__$U
|
|
1190
|
+
}, __vue_inject_styles__$V, __vue_script__$V, __vue_scope_id__$V, __vue_is_functional_template__$V, __vue_module_identifier__$V, false, undefined, undefined, undefined);
|
|
1191
1191
|
|
|
1192
|
-
var __vue_component__$
|
|
1192
|
+
var __vue_component__$1o = __vue_component__$1n;
|
|
1193
1193
|
|
|
1194
|
-
var script$
|
|
1194
|
+
var script$U = {
|
|
1195
1195
|
name: "VcForm",
|
|
1196
1196
|
methods: {
|
|
1197
1197
|
validate() {
|
|
@@ -1211,32 +1211,32 @@ var script$T = {
|
|
|
1211
1211
|
};
|
|
1212
1212
|
|
|
1213
1213
|
/* script */
|
|
1214
|
-
const __vue_script__$
|
|
1214
|
+
const __vue_script__$U = script$U;
|
|
1215
1215
|
/* template */
|
|
1216
1216
|
|
|
1217
1217
|
/* style */
|
|
1218
1218
|
|
|
1219
|
-
const __vue_inject_styles__$
|
|
1219
|
+
const __vue_inject_styles__$U = undefined;
|
|
1220
1220
|
/* scoped */
|
|
1221
1221
|
|
|
1222
|
-
const __vue_scope_id__$
|
|
1222
|
+
const __vue_scope_id__$U = "data-v-398cf17d";
|
|
1223
1223
|
/* module identifier */
|
|
1224
1224
|
|
|
1225
|
-
const __vue_module_identifier__$
|
|
1225
|
+
const __vue_module_identifier__$U = undefined;
|
|
1226
1226
|
/* functional template */
|
|
1227
1227
|
|
|
1228
|
-
const __vue_is_functional_template__$
|
|
1228
|
+
const __vue_is_functional_template__$U = undefined;
|
|
1229
1229
|
/* style inject */
|
|
1230
1230
|
|
|
1231
1231
|
/* style inject SSR */
|
|
1232
1232
|
|
|
1233
1233
|
/* style inject shadow dom */
|
|
1234
1234
|
|
|
1235
|
-
const __vue_component__$
|
|
1235
|
+
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);
|
|
1236
1236
|
|
|
1237
|
-
var VcForm = __vue_component__$
|
|
1237
|
+
var VcForm = __vue_component__$1m;
|
|
1238
1238
|
|
|
1239
|
-
var script$
|
|
1239
|
+
var script$T = {
|
|
1240
1240
|
name: "VcInputModal",
|
|
1241
1241
|
components: {
|
|
1242
1242
|
VcForm,
|
|
@@ -1341,10 +1341,10 @@ var script$S = {
|
|
|
1341
1341
|
};
|
|
1342
1342
|
|
|
1343
1343
|
/* script */
|
|
1344
|
-
const __vue_script__$
|
|
1344
|
+
const __vue_script__$T = script$T;
|
|
1345
1345
|
/* template */
|
|
1346
1346
|
|
|
1347
|
-
var __vue_render__$
|
|
1347
|
+
var __vue_render__$T = function () {
|
|
1348
1348
|
var _vm = this;
|
|
1349
1349
|
|
|
1350
1350
|
var _h = _vm.$createElement;
|
|
@@ -1448,10 +1448,10 @@ var __vue_render__$S = function () {
|
|
|
1448
1448
|
});
|
|
1449
1449
|
};
|
|
1450
1450
|
|
|
1451
|
-
var __vue_staticRenderFns__$
|
|
1451
|
+
var __vue_staticRenderFns__$T = [];
|
|
1452
1452
|
/* style */
|
|
1453
1453
|
|
|
1454
|
-
const __vue_inject_styles__$
|
|
1454
|
+
const __vue_inject_styles__$T = function (inject) {
|
|
1455
1455
|
if (!inject) return;
|
|
1456
1456
|
inject("data-v-fccf3a1a_0", {
|
|
1457
1457
|
source: ".VcInputForm-layout .VcInputForm-main[data-v-fccf3a1a]{width:100%;max-width:100%;padding:var(--size-value6)}.VcInputForm-layout .VcInputForm-additional[data-v-fccf3a1a]{min-width:324px;padding:var(--size-value6);background:#f8f9fb;border-left:1px solid rgba(0,0,0,.12)}",
|
|
@@ -1462,25 +1462,25 @@ const __vue_inject_styles__$S = function (inject) {
|
|
|
1462
1462
|
/* scoped */
|
|
1463
1463
|
|
|
1464
1464
|
|
|
1465
|
-
const __vue_scope_id__$
|
|
1465
|
+
const __vue_scope_id__$T = "data-v-fccf3a1a";
|
|
1466
1466
|
/* module identifier */
|
|
1467
1467
|
|
|
1468
|
-
const __vue_module_identifier__$
|
|
1468
|
+
const __vue_module_identifier__$T = undefined;
|
|
1469
1469
|
/* functional template */
|
|
1470
1470
|
|
|
1471
|
-
const __vue_is_functional_template__$
|
|
1471
|
+
const __vue_is_functional_template__$T = false;
|
|
1472
1472
|
/* style inject SSR */
|
|
1473
1473
|
|
|
1474
1474
|
/* style inject shadow dom */
|
|
1475
1475
|
|
|
1476
|
-
const __vue_component__$
|
|
1477
|
-
render: __vue_render__$
|
|
1478
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1479
|
-
}, __vue_inject_styles__$
|
|
1476
|
+
const __vue_component__$1k = /*#__PURE__*/normalizeComponent({
|
|
1477
|
+
render: __vue_render__$T,
|
|
1478
|
+
staticRenderFns: __vue_staticRenderFns__$T
|
|
1479
|
+
}, __vue_inject_styles__$T, __vue_script__$T, __vue_scope_id__$T, __vue_is_functional_template__$T, __vue_module_identifier__$T, false, createInjector, undefined, undefined);
|
|
1480
1480
|
|
|
1481
|
-
var __vue_component__$
|
|
1481
|
+
var __vue_component__$1l = __vue_component__$1k;
|
|
1482
1482
|
|
|
1483
|
-
var script$
|
|
1483
|
+
var script$S = {
|
|
1484
1484
|
name: "VcImage",
|
|
1485
1485
|
components: {
|
|
1486
1486
|
VcLayout
|
|
@@ -1498,10 +1498,10 @@ var script$R = {
|
|
|
1498
1498
|
};
|
|
1499
1499
|
|
|
1500
1500
|
/* script */
|
|
1501
|
-
const __vue_script__$
|
|
1501
|
+
const __vue_script__$S = script$S;
|
|
1502
1502
|
/* template */
|
|
1503
1503
|
|
|
1504
|
-
var __vue_render__$
|
|
1504
|
+
var __vue_render__$S = function () {
|
|
1505
1505
|
var _vm = this;
|
|
1506
1506
|
|
|
1507
1507
|
var _h = _vm.$createElement;
|
|
@@ -1525,10 +1525,10 @@ var __vue_render__$R = function () {
|
|
|
1525
1525
|
})], 1);
|
|
1526
1526
|
};
|
|
1527
1527
|
|
|
1528
|
-
var __vue_staticRenderFns__$
|
|
1528
|
+
var __vue_staticRenderFns__$S = [];
|
|
1529
1529
|
/* style */
|
|
1530
1530
|
|
|
1531
|
-
const __vue_inject_styles__$
|
|
1531
|
+
const __vue_inject_styles__$S = function (inject) {
|
|
1532
1532
|
if (!inject) return;
|
|
1533
1533
|
inject("data-v-46be532e_0", {
|
|
1534
1534
|
source: ".VcImage[data-v-46be532e]{height:100%;justify-content:center}.VcImage[data-v-46be532e] img{height:100%}.VcImage[data-v-46be532e] svg{max-width:100%;height:100%}",
|
|
@@ -1539,25 +1539,25 @@ const __vue_inject_styles__$R = function (inject) {
|
|
|
1539
1539
|
/* scoped */
|
|
1540
1540
|
|
|
1541
1541
|
|
|
1542
|
-
const __vue_scope_id__$
|
|
1542
|
+
const __vue_scope_id__$S = "data-v-46be532e";
|
|
1543
1543
|
/* module identifier */
|
|
1544
1544
|
|
|
1545
|
-
const __vue_module_identifier__$
|
|
1545
|
+
const __vue_module_identifier__$S = undefined;
|
|
1546
1546
|
/* functional template */
|
|
1547
1547
|
|
|
1548
|
-
const __vue_is_functional_template__$
|
|
1548
|
+
const __vue_is_functional_template__$S = false;
|
|
1549
1549
|
/* style inject SSR */
|
|
1550
1550
|
|
|
1551
1551
|
/* style inject shadow dom */
|
|
1552
1552
|
|
|
1553
|
-
const __vue_component__$
|
|
1554
|
-
render: __vue_render__$
|
|
1555
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1556
|
-
}, __vue_inject_styles__$
|
|
1553
|
+
const __vue_component__$1j = /*#__PURE__*/normalizeComponent({
|
|
1554
|
+
render: __vue_render__$S,
|
|
1555
|
+
staticRenderFns: __vue_staticRenderFns__$S
|
|
1556
|
+
}, __vue_inject_styles__$S, __vue_script__$S, __vue_scope_id__$S, __vue_is_functional_template__$S, __vue_module_identifier__$S, false, createInjector, undefined, undefined);
|
|
1557
1557
|
|
|
1558
|
-
var VcImage = __vue_component__$
|
|
1558
|
+
var VcImage = __vue_component__$1j;
|
|
1559
1559
|
|
|
1560
|
-
var script$
|
|
1560
|
+
var script$R = {
|
|
1561
1561
|
name: "VcNoticeModal",
|
|
1562
1562
|
components: {
|
|
1563
1563
|
VcImage,
|
|
@@ -1623,10 +1623,10 @@ var script$Q = {
|
|
|
1623
1623
|
};
|
|
1624
1624
|
|
|
1625
1625
|
/* script */
|
|
1626
|
-
const __vue_script__$
|
|
1626
|
+
const __vue_script__$R = script$R;
|
|
1627
1627
|
/* template */
|
|
1628
1628
|
|
|
1629
|
-
var __vue_render__$
|
|
1629
|
+
var __vue_render__$R = function () {
|
|
1630
1630
|
var _vm = this;
|
|
1631
1631
|
|
|
1632
1632
|
var _h = _vm.$createElement;
|
|
@@ -1713,10 +1713,10 @@ var __vue_render__$Q = function () {
|
|
|
1713
1713
|
});
|
|
1714
1714
|
};
|
|
1715
1715
|
|
|
1716
|
-
var __vue_staticRenderFns__$
|
|
1716
|
+
var __vue_staticRenderFns__$R = [];
|
|
1717
1717
|
/* style */
|
|
1718
1718
|
|
|
1719
|
-
const __vue_inject_styles__$
|
|
1719
|
+
const __vue_inject_styles__$R = function (inject) {
|
|
1720
1720
|
if (!inject) return;
|
|
1721
1721
|
inject("data-v-d8b2c82a_0", {
|
|
1722
1722
|
source: ".VcNoticeImage[data-v-d8b2c82a]{margin-bottom:var(--size-value4)}.VcNoticeImage.md[data-v-d8b2c82a],.VcNoticeImage.responsive[data-v-d8b2c82a],.VcNoticeImage.sm[data-v-d8b2c82a]{height:160px}.VcNoticeImage.lg[data-v-d8b2c82a]{height:208px}.VcNoticeContent[data-v-d8b2c82a],.VcNoticeHeader[data-v-d8b2c82a],.VcNoticeSubtitle[data-v-d8b2c82a]{text-align:center;line-height:24px}.VcNoticeHeader[data-v-d8b2c82a]{text-align:center;align-items:center;font-size:18px;font-weight:600;line-height:28px}@media screen and (min-width:960px){.VcNoticeHeader[data-v-d8b2c82a]{font-size:24px;font-weight:800;line-height:var(--size-value10)}}.VcNoticeHeader .VcNoticeHeaderText[data-v-d8b2c82a]{padding-bottom:var(--size-value2)}.VcNoticeHeader.prominent .VcNoticeHeaderText[data-v-d8b2c82a]{font-size:18px;font-weight:600}.VcNoticeSubtitle[data-v-d8b2c82a]{font-size:15px;font-weight:var(--font-weight-medium);line-height:var(--size-value6)}@media screen and (min-width:960px){.VcNoticeSubtitle[data-v-d8b2c82a]{font-size:var(--font-size-small)}}.VcNoticeSubtitle.prominent[data-v-d8b2c82a]{font-size:15px}.VcNoticeContent[data-v-d8b2c82a]{background:#eafcf2;border:1px solid #cff8e1;box-sizing:border-box;border-radius:8px;padding:var(--size-value3) var(--size-value4);margin-top:var(--size-value4);line-height:20px;font-size:13px}@media screen and (min-width:960px){.VcNoticeContent[data-v-d8b2c82a]{line-height:21px;font-size:14px}}.VcNoticeFooter[data-v-d8b2c82a]{padding-bottom:var(--size-value10)}",
|
|
@@ -1727,25 +1727,25 @@ const __vue_inject_styles__$Q = function (inject) {
|
|
|
1727
1727
|
/* scoped */
|
|
1728
1728
|
|
|
1729
1729
|
|
|
1730
|
-
const __vue_scope_id__$
|
|
1730
|
+
const __vue_scope_id__$R = "data-v-d8b2c82a";
|
|
1731
1731
|
/* module identifier */
|
|
1732
1732
|
|
|
1733
|
-
const __vue_module_identifier__$
|
|
1733
|
+
const __vue_module_identifier__$R = undefined;
|
|
1734
1734
|
/* functional template */
|
|
1735
1735
|
|
|
1736
|
-
const __vue_is_functional_template__$
|
|
1736
|
+
const __vue_is_functional_template__$R = false;
|
|
1737
1737
|
/* style inject SSR */
|
|
1738
1738
|
|
|
1739
1739
|
/* style inject shadow dom */
|
|
1740
1740
|
|
|
1741
|
-
const __vue_component__$
|
|
1742
|
-
render: __vue_render__$
|
|
1743
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1744
|
-
}, __vue_inject_styles__$
|
|
1741
|
+
const __vue_component__$1h = /*#__PURE__*/normalizeComponent({
|
|
1742
|
+
render: __vue_render__$R,
|
|
1743
|
+
staticRenderFns: __vue_staticRenderFns__$R
|
|
1744
|
+
}, __vue_inject_styles__$R, __vue_script__$R, __vue_scope_id__$R, __vue_is_functional_template__$R, __vue_module_identifier__$R, false, createInjector, undefined, undefined);
|
|
1745
1745
|
|
|
1746
|
-
var __vue_component__$
|
|
1746
|
+
var __vue_component__$1i = __vue_component__$1h;
|
|
1747
1747
|
|
|
1748
|
-
var script$
|
|
1748
|
+
var script$Q = {
|
|
1749
1749
|
name: "VcAlert",
|
|
1750
1750
|
components: {
|
|
1751
1751
|
VcIcon,
|
|
@@ -1846,10 +1846,10 @@ var script$P = {
|
|
|
1846
1846
|
};
|
|
1847
1847
|
|
|
1848
1848
|
/* script */
|
|
1849
|
-
const __vue_script__$
|
|
1849
|
+
const __vue_script__$Q = script$Q;
|
|
1850
1850
|
/* template */
|
|
1851
1851
|
|
|
1852
|
-
var __vue_render__$
|
|
1852
|
+
var __vue_render__$Q = function () {
|
|
1853
1853
|
var _vm = this;
|
|
1854
1854
|
|
|
1855
1855
|
var _h = _vm.$createElement;
|
|
@@ -1919,10 +1919,10 @@ var __vue_render__$P = function () {
|
|
|
1919
1919
|
}) : _vm._e()], 1);
|
|
1920
1920
|
};
|
|
1921
1921
|
|
|
1922
|
-
var __vue_staticRenderFns__$
|
|
1922
|
+
var __vue_staticRenderFns__$Q = [];
|
|
1923
1923
|
/* style */
|
|
1924
1924
|
|
|
1925
|
-
const __vue_inject_styles__$
|
|
1925
|
+
const __vue_inject_styles__$Q = function (inject) {
|
|
1926
1926
|
if (!inject) return;
|
|
1927
1927
|
inject("data-v-7847c9c0_0", {
|
|
1928
1928
|
source: ".dialog-alert{padding:var(--size-value3);margin:var(--size-value0)}.dialog-alert__close-btn{margin-inline-end:var(--size-value7)}.dialog-alert .alert-content{padding-inline-end:var(--size-value9)}.dialog-alert .v-alert__icon{margin-inline-end:var(--size-value2);font-size:var(--size-value5);height:var(--size-value5);min-width:var(--size-value5)}.dialog-alert .close-button{position:absolute;width:var(--size-value6);height:var(--size-value6);top:var(--size-value3);right:var(--size-value3)}#app[dir=rtl] .dialog-alert .close-button{right:auto;left:var(--size-value3)}.dialog-alert .close-button .v-btn__content{opacity:unset}.dialog-alert .close-button:hover{background-color:rgba(0,0,0,.07)}.dialog-alert .close-button .v-icon{margin-right:var(--size-value0)}.dialog-alert .close-button .v-icon svg{fill:var(--gray-darken-2);width:var(--size-value4);height:var(--size-value4)}.dialog-alert.stripe.v-alert{border-radius:var(--size-value0);border-top:none;border-left:none;border-right:none}.dialog-alert.inline.v-alert{border-radius:var(--size-value0);border:none;padding:var(--size-value0);background-color:transparent}.dialog-alert.vcita-alert-attention{border:1px solid var(--red-lighten-2);background-color:var(--red-lighten-3)}.dialog-alert.vcita-alert-attention .v-icon svg.vc-attention-fill,.dialog-alert.vcita-alert-attention .v-icon svg.vc-notif{fill:var(--red)}.dialog-alert.vcita-alert-warning{border:1px solid var(--yellow-lighten-2);background-color:var(--yellow-lighten-3)}.dialog-alert.vcita-alert-warning .v-alert__wrapper .v-icon svg.vc-notif,.dialog-alert.vcita-alert-warning .v-alert__wrapper .v-icon svg.vc-warning-fill{fill:var(--yellow)}.dialog-alert.vcita-alert-info{border:1px solid var(--blue-lighten-2);background-color:var(--blue-lighten-3)}.dialog-alert.vcita-alert-info .v-alert__wrapper .v-icon svg.vc-info-fill,.dialog-alert.vcita-alert-info .v-alert__wrapper .v-icon svg.vc-notif{fill:var(--blue)}.dialog-alert.vcita-alert-success{border:1px solid var(--green-lighten-2);background-color:var(--green-lighten-3)}.dialog-alert.vcita-alert-success .v-icon svg.vc-check-fill,.dialog-alert.vcita-alert-success .v-icon svg.vc-notif{fill:var(--green)}.dialog-alert .v-alert__wrapper .v-icon__component{height:var(--size-value4);width:var(--size-value4)}.dialog-alert .v-alert__wrapper .v-icon__component svg.vc-notif{font-size:var(--size-value4);height:var(--size-value4);min-width:var(--size-value4)}.dialog-alert .v-alert__wrapper .v-icon__component svg.arrow-right{fill:var(--blue)}.dialog-alert .alert-header{font-weight:700;font-size:var(--font-size-x-small);line-height:var(--size-value5);letter-spacing:var(--letter-spacing);margin-bottom:var(--size-value1);color:var(--gray-darken-5)}.dialog-alert .alert-header:after{content:\" \";padding-right:var(--size-value1)}.dialog-alert .alert-body{font-size:var(--font-size-x-small);line-height:var(--size-value5);letter-spacing:-.01em;color:var(--gray-darken-5)}.dialog-alert .alert-body a{color:-webkit-link}.dialog-alert .VcButton .v-icon{margin-right:initial;align-items:initial}.dialog-alert .VcButton.action-button{height:var(--size-value6);color:var(--blue)!important;font-weight:var(--font-weight-large);font-size:var(--font-size-x-small);line-height:var(--size-value6);margin-top:var(--size-value1);padding:var(--size-value0)}.dialog-alert .VcButton.action-button span.v-btn__content{opacity:unset!important}.dialog-alert .VcButton.action-button span.v-btn__content .v-icon:before{content:\" \";padding-right:var(--size-value1)}",
|
|
@@ -1933,25 +1933,25 @@ const __vue_inject_styles__$P = function (inject) {
|
|
|
1933
1933
|
/* scoped */
|
|
1934
1934
|
|
|
1935
1935
|
|
|
1936
|
-
const __vue_scope_id__$
|
|
1936
|
+
const __vue_scope_id__$Q = undefined;
|
|
1937
1937
|
/* module identifier */
|
|
1938
1938
|
|
|
1939
|
-
const __vue_module_identifier__$
|
|
1939
|
+
const __vue_module_identifier__$Q = undefined;
|
|
1940
1940
|
/* functional template */
|
|
1941
1941
|
|
|
1942
|
-
const __vue_is_functional_template__$
|
|
1942
|
+
const __vue_is_functional_template__$Q = false;
|
|
1943
1943
|
/* style inject SSR */
|
|
1944
1944
|
|
|
1945
1945
|
/* style inject shadow dom */
|
|
1946
1946
|
|
|
1947
|
-
const __vue_component__$
|
|
1948
|
-
render: __vue_render__$
|
|
1949
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1950
|
-
}, __vue_inject_styles__$
|
|
1947
|
+
const __vue_component__$1g = /*#__PURE__*/normalizeComponent({
|
|
1948
|
+
render: __vue_render__$Q,
|
|
1949
|
+
staticRenderFns: __vue_staticRenderFns__$Q
|
|
1950
|
+
}, __vue_inject_styles__$Q, __vue_script__$Q, __vue_scope_id__$Q, __vue_is_functional_template__$Q, __vue_module_identifier__$Q, false, createInjector, undefined, undefined);
|
|
1951
1951
|
|
|
1952
|
-
var VcAlert = __vue_component__$
|
|
1952
|
+
var VcAlert = __vue_component__$1g;
|
|
1953
1953
|
|
|
1954
|
-
var script$
|
|
1954
|
+
var script$P = {
|
|
1955
1955
|
name: "VcTooltip",
|
|
1956
1956
|
components: {
|
|
1957
1957
|
VcIcon,
|
|
@@ -2008,10 +2008,10 @@ var script$O = {
|
|
|
2008
2008
|
};
|
|
2009
2009
|
|
|
2010
2010
|
/* script */
|
|
2011
|
-
const __vue_script__$
|
|
2011
|
+
const __vue_script__$P = script$P;
|
|
2012
2012
|
/* template */
|
|
2013
2013
|
|
|
2014
|
-
var __vue_render__$
|
|
2014
|
+
var __vue_render__$P = function () {
|
|
2015
2015
|
var _vm = this;
|
|
2016
2016
|
|
|
2017
2017
|
var _h = _vm.$createElement;
|
|
@@ -2072,10 +2072,10 @@ var __vue_render__$O = function () {
|
|
|
2072
2072
|
}) : _vm._e(), _vm._v(" "), _vm._t("content")], 2)])])])], 1);
|
|
2073
2073
|
};
|
|
2074
2074
|
|
|
2075
|
-
var __vue_staticRenderFns__$
|
|
2075
|
+
var __vue_staticRenderFns__$P = [];
|
|
2076
2076
|
/* style */
|
|
2077
2077
|
|
|
2078
|
-
const __vue_inject_styles__$
|
|
2078
|
+
const __vue_inject_styles__$P = function (inject) {
|
|
2079
2079
|
if (!inject) return;
|
|
2080
2080
|
inject("data-v-4def565c_0", {
|
|
2081
2081
|
source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-tooltip{opacity:1!important;padding:0;border-radius:var(--border-radius)}.vc-tooltip .dark-tooltip{background-color:rgba(0,0,0,.97);font-size:var(--size-value3);font-weight:400;border-radius:var(--size-value1);padding:var(--size-value2)}.vc-tooltip .tooltip-wrapper{background:var(--modal-bg-color);box-shadow:0 5px 5px -3px rgba(0,0,0,.1),0 8px 10px 1px rgba(0,0,0,.06),0 3px 14px 2px rgba(0,0,0,.06);border-radius:var(--border-radius)}.vc-tooltip .tooltip-wrapper .tooltip-header{color:var(--gray-darken-5);font-size:var(--font-size-small2);border-radius:var(--border-radius) var(--border-radius) 0 0;font-weight:var(--font-weight-large);padding:var(--size-value3) var(--size-value4)}.vc-tooltip .tooltip-wrapper .tooltip-header.alert{background-color:var(--red-lighten-3)}.vc-tooltip .tooltip-wrapper .tooltip-header.information{background-color:var(--blue-lighten-3)}.vc-tooltip .tooltip-wrapper .tooltip-content{display:block;font-size:var(--font-size-x-small);padding:var(--size-value3) var(--size-value4) var(--size-value4)}.vc-tooltip .tooltip-wrapper .tooltip-content .content-text{color:var(--gray-darken-5);max-width:fit-content;min-width:250px;word-wrap:break-word}.vc-tooltip .inner-content{display:contents}",
|
|
@@ -2086,25 +2086,25 @@ const __vue_inject_styles__$O = function (inject) {
|
|
|
2086
2086
|
/* scoped */
|
|
2087
2087
|
|
|
2088
2088
|
|
|
2089
|
-
const __vue_scope_id__$
|
|
2089
|
+
const __vue_scope_id__$P = undefined;
|
|
2090
2090
|
/* module identifier */
|
|
2091
2091
|
|
|
2092
|
-
const __vue_module_identifier__$
|
|
2092
|
+
const __vue_module_identifier__$P = undefined;
|
|
2093
2093
|
/* functional template */
|
|
2094
2094
|
|
|
2095
|
-
const __vue_is_functional_template__$
|
|
2095
|
+
const __vue_is_functional_template__$P = false;
|
|
2096
2096
|
/* style inject SSR */
|
|
2097
2097
|
|
|
2098
2098
|
/* style inject shadow dom */
|
|
2099
2099
|
|
|
2100
|
-
const __vue_component__$
|
|
2101
|
-
render: __vue_render__$
|
|
2102
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2103
|
-
}, __vue_inject_styles__$
|
|
2100
|
+
const __vue_component__$1f = /*#__PURE__*/normalizeComponent({
|
|
2101
|
+
render: __vue_render__$P,
|
|
2102
|
+
staticRenderFns: __vue_staticRenderFns__$P
|
|
2103
|
+
}, __vue_inject_styles__$P, __vue_script__$P, __vue_scope_id__$P, __vue_is_functional_template__$P, __vue_module_identifier__$P, false, createInjector, undefined, undefined);
|
|
2104
2104
|
|
|
2105
|
-
var VcTooltip = __vue_component__$
|
|
2105
|
+
var VcTooltip = __vue_component__$1f;
|
|
2106
2106
|
|
|
2107
|
-
var script$
|
|
2107
|
+
var script$O = {
|
|
2108
2108
|
name: "VcIconWithTooltip",
|
|
2109
2109
|
components: {
|
|
2110
2110
|
VcTooltip,
|
|
@@ -2167,10 +2167,10 @@ var script$N = {
|
|
|
2167
2167
|
};
|
|
2168
2168
|
|
|
2169
2169
|
/* script */
|
|
2170
|
-
const __vue_script__$
|
|
2170
|
+
const __vue_script__$O = script$O;
|
|
2171
2171
|
/* template */
|
|
2172
2172
|
|
|
2173
|
-
var __vue_render__$
|
|
2173
|
+
var __vue_render__$O = function () {
|
|
2174
2174
|
var _vm = this;
|
|
2175
2175
|
|
|
2176
2176
|
var _h = _vm.$createElement;
|
|
@@ -2200,10 +2200,10 @@ var __vue_render__$N = function () {
|
|
|
2200
2200
|
}, [_vm._v("\n " + _vm._s(_vm.getIcon) + "\n ")])]], 2);
|
|
2201
2201
|
};
|
|
2202
2202
|
|
|
2203
|
-
var __vue_staticRenderFns__$
|
|
2203
|
+
var __vue_staticRenderFns__$O = [];
|
|
2204
2204
|
/* style */
|
|
2205
2205
|
|
|
2206
|
-
const __vue_inject_styles__$
|
|
2206
|
+
const __vue_inject_styles__$O = function (inject) {
|
|
2207
2207
|
if (!inject) return;
|
|
2208
2208
|
inject("data-v-7193d7d6_0", {
|
|
2209
2209
|
source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.tooltip-icon{cursor:pointer}.tooltip-icon .vc-question{fill:rgba(0,0,0,.4)}.tooltip-icon .vc-question-fill{fill:var(--gray-darken-4)}.tooltip-icon .vc-info-fill,.tooltip-icon .vc-information{fill:var(--v-info-base)}.tooltip-icon .vc-attention,.tooltip-icon .vc-attention-fill{fill:var(--red)}.tooltip-icon.vc-default .vc-info-fill,.tooltip-icon.vc-default .vc-information{fill:rgba(0,0,0,.4)}.tooltip-icon.vc-default_hovering .vc-info-fill,.tooltip-icon.vc-default_hovering .vc-information{fill:var(--gray-darken-4)}",
|
|
@@ -2214,25 +2214,25 @@ const __vue_inject_styles__$N = function (inject) {
|
|
|
2214
2214
|
/* scoped */
|
|
2215
2215
|
|
|
2216
2216
|
|
|
2217
|
-
const __vue_scope_id__$
|
|
2217
|
+
const __vue_scope_id__$O = undefined;
|
|
2218
2218
|
/* module identifier */
|
|
2219
2219
|
|
|
2220
|
-
const __vue_module_identifier__$
|
|
2220
|
+
const __vue_module_identifier__$O = undefined;
|
|
2221
2221
|
/* functional template */
|
|
2222
2222
|
|
|
2223
|
-
const __vue_is_functional_template__$
|
|
2223
|
+
const __vue_is_functional_template__$O = false;
|
|
2224
2224
|
/* style inject SSR */
|
|
2225
2225
|
|
|
2226
2226
|
/* style inject shadow dom */
|
|
2227
2227
|
|
|
2228
|
-
const __vue_component__$
|
|
2229
|
-
render: __vue_render__$
|
|
2230
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2231
|
-
}, __vue_inject_styles__$
|
|
2228
|
+
const __vue_component__$1e = /*#__PURE__*/normalizeComponent({
|
|
2229
|
+
render: __vue_render__$O,
|
|
2230
|
+
staticRenderFns: __vue_staticRenderFns__$O
|
|
2231
|
+
}, __vue_inject_styles__$O, __vue_script__$O, __vue_scope_id__$O, __vue_is_functional_template__$O, __vue_module_identifier__$O, false, createInjector, undefined, undefined);
|
|
2232
2232
|
|
|
2233
|
-
var VcIconWithTooltip = __vue_component__$
|
|
2233
|
+
var VcIconWithTooltip = __vue_component__$1e;
|
|
2234
2234
|
|
|
2235
|
-
var script$
|
|
2235
|
+
var script$N = {
|
|
2236
2236
|
components: {
|
|
2237
2237
|
VcImage,
|
|
2238
2238
|
VIcon: VIcon,
|
|
@@ -2370,10 +2370,10 @@ var script$M = {
|
|
|
2370
2370
|
};
|
|
2371
2371
|
|
|
2372
2372
|
/* script */
|
|
2373
|
-
const __vue_script__$
|
|
2373
|
+
const __vue_script__$N = script$N;
|
|
2374
2374
|
/* template */
|
|
2375
2375
|
|
|
2376
|
-
var __vue_render__$
|
|
2376
|
+
var __vue_render__$N = function () {
|
|
2377
2377
|
var _vm = this;
|
|
2378
2378
|
|
|
2379
2379
|
var _h = _vm.$createElement;
|
|
@@ -2423,10 +2423,10 @@ var __vue_render__$M = function () {
|
|
|
2423
2423
|
}, [_vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.lightModeTooltip))])])], 1);
|
|
2424
2424
|
};
|
|
2425
2425
|
|
|
2426
|
-
var __vue_staticRenderFns__$
|
|
2426
|
+
var __vue_staticRenderFns__$N = [];
|
|
2427
2427
|
/* style */
|
|
2428
2428
|
|
|
2429
|
-
const __vue_inject_styles__$
|
|
2429
|
+
const __vue_inject_styles__$N = function (inject) {
|
|
2430
2430
|
if (!inject) return;
|
|
2431
2431
|
inject("data-v-0b67cc7a_0", {
|
|
2432
2432
|
source: "[data-v-0b67cc7a]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.avatar-wrapper[data-v-0b67cc7a]{position:relative;border-radius:50%;text-align:center;color:var(--modal-bg-color)}.avatar-wrapper.show-border[data-v-0b67cc7a]{border:1px solid var(--modal-bg-color)}.avatar-wrapper.vc-disabled[data-v-0b67cc7a]{filter:grayscale(100%)}.avatar-wrapper.light-mode[data-v-0b67cc7a]{border:1px solid rgba(0,0,0,.3);color:rgba(0,0,0,.3);background-color:var(--modal-bg-color)}.avatar-wrapper.x-sm[data-v-0b67cc7a]{height:var(--avatar-x-sm);width:var(--avatar-x-sm);font-size:var(--font-size-xxx-small)}.avatar-wrapper.sm[data-v-0b67cc7a]{height:var(--avatar-sm);width:var(--avatar-sm);font-size:var(--font-size-xx-small)}.avatar-wrapper.md[data-v-0b67cc7a]{height:var(--avatar-md);width:var(--avatar-md);font-size:var(--font-size-small)}.avatar-wrapper.lg[data-v-0b67cc7a]{height:var(--avatar-lg);width:var(--avatar-lg);font-size:var(--font-size-small3)}.avatar-wrapper .avatar-image[data-v-0b67cc7a]{height:100%;width:100%;border-radius:50%;overflow:hidden}.avatar-wrapper .avatar-image[data-v-0b67cc7a] svg{height:100%}.avatar-wrapper .avatar-image[data-v-0b67cc7a] img{height:100%}.avatar-wrapper .avatar-initials[data-v-0b67cc7a]{position:relative;top:50%;font-weight:var(--font-weight-medium2);transform:translateY(-50%)}.avatar-wrapper .badge[data-v-0b67cc7a]{fill:#fff;position:absolute;--gap:0;height:var(--size-value4);width:var(--size-value4);border-radius:50%;bottom:calc(var(--gap) * -1);left:calc(var(--gap) * -1)}.avatar-wrapper .badge.x-sm[data-v-0b67cc7a]{--gap:var(--size-value1)}.avatar-wrapper .badge.sm[data-v-0b67cc7a]{--gap:var(--size-value1)}.avatar-wrapper .badge.md[data-v-0b67cc7a]{--gap:2px}.avatar-wrapper .badge.lg[data-v-0b67cc7a]{--gap:var(--size-value0)}.avatar-wrapper .badge.right[data-v-0b67cc7a]{left:unset;right:calc(var(--gap) * -1)}.avatar-wrapper .badge.confirmed[data-v-0b67cc7a]{border:2px var(--modal-bg-color) solid}.color-0[data-v-0b67cc7a]{background-color:#fed62f}.color-1[data-v-0b67cc7a]{background-color:#fec22e}.color-2[data-v-0b67cc7a]{background-color:#feac2a}.color-3[data-v-0b67cc7a]{background-color:#fe9a28}.color-4[data-v-0b67cc7a]{background-color:#fd7024}.color-5[data-v-0b67cc7a]{background-color:#fd5b32}.color-6[data-v-0b67cc7a]{background-color:#f2483f}.color-7[data-v-0b67cc7a]{background-color:#dc331b}.color-8[data-v-0b67cc7a]{background-color:#d41419}.color-9[data-v-0b67cc7a]{background-color:#e72866}.color-10[data-v-0b67cc7a]{background-color:#c41c63}.color-11[data-v-0b67cc7a]{background-color:#9b2bae}.color-12[data-v-0b67cc7a]{background-color:#673bb5}.color-13[data-v-0b67cc7a]{background-color:#7c4efc}.color-14[data-v-0b67cc7a]{background-color:#4051b3}.color-15[data-v-0b67cc7a]{background-color:#311b92}.color-16[data-v-0b67cc7a]{background-color:#2d62fb}.color-17[data-v-0b67cc7a]{background-color:#5c6bc0}.color-18[data-v-0b67cc7a]{background-color:#17a8f1}.color-19[data-v-0b67cc7a]{background-color:#17bbd2}.color-20[data-v-0b67cc7a]{background-color:#14abbf}.color-21[data-v-0b67cc7a]{background-color:#0f9587}.color-22[data-v-0b67cc7a]{background-color:#16bea5}.color-23[data-v-0b67cc7a]{background-color:#4eae53}.color-24[data-v-0b67cc7a]{background-color:#3a8d3f}.color-25[data-v-0b67cc7a]{background-color:#8cc250}.color-26[data-v-0b67cc7a]{background-color:#66bb6a}.color-27[data-v-0b67cc7a]{background-color:#880e4f}.color-28[data-v-0b67cc7a]{background-color:#1565c0}.color-29[data-v-0b67cc7a]{background-color:#1e88e5}.color-9999[data-v-0b67cc7a]{background-color:#4675d9}",
|
|
@@ -2437,25 +2437,25 @@ const __vue_inject_styles__$M = function (inject) {
|
|
|
2437
2437
|
/* scoped */
|
|
2438
2438
|
|
|
2439
2439
|
|
|
2440
|
-
const __vue_scope_id__$
|
|
2440
|
+
const __vue_scope_id__$N = "data-v-0b67cc7a";
|
|
2441
2441
|
/* module identifier */
|
|
2442
2442
|
|
|
2443
|
-
const __vue_module_identifier__$
|
|
2443
|
+
const __vue_module_identifier__$N = undefined;
|
|
2444
2444
|
/* functional template */
|
|
2445
2445
|
|
|
2446
|
-
const __vue_is_functional_template__$
|
|
2446
|
+
const __vue_is_functional_template__$N = false;
|
|
2447
2447
|
/* style inject SSR */
|
|
2448
2448
|
|
|
2449
2449
|
/* style inject shadow dom */
|
|
2450
2450
|
|
|
2451
|
-
const __vue_component__$
|
|
2452
|
-
render: __vue_render__$
|
|
2453
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2454
|
-
}, __vue_inject_styles__$
|
|
2451
|
+
const __vue_component__$1d = /*#__PURE__*/normalizeComponent({
|
|
2452
|
+
render: __vue_render__$N,
|
|
2453
|
+
staticRenderFns: __vue_staticRenderFns__$N
|
|
2454
|
+
}, __vue_inject_styles__$N, __vue_script__$N, __vue_scope_id__$N, __vue_is_functional_template__$N, __vue_module_identifier__$N, false, createInjector, undefined, undefined);
|
|
2455
2455
|
|
|
2456
|
-
var VcAvatar = __vue_component__$
|
|
2456
|
+
var VcAvatar = __vue_component__$1d;
|
|
2457
2457
|
|
|
2458
|
-
var script$
|
|
2458
|
+
var script$M = {
|
|
2459
2459
|
name: "VcBottomActions",
|
|
2460
2460
|
components: {
|
|
2461
2461
|
VcLayout,
|
|
@@ -2503,10 +2503,10 @@ var script$L = {
|
|
|
2503
2503
|
};
|
|
2504
2504
|
|
|
2505
2505
|
/* script */
|
|
2506
|
-
const __vue_script__$
|
|
2506
|
+
const __vue_script__$M = script$M;
|
|
2507
2507
|
/* template */
|
|
2508
2508
|
|
|
2509
|
-
var __vue_render__$
|
|
2509
|
+
var __vue_render__$M = function () {
|
|
2510
2510
|
var _vm = this;
|
|
2511
2511
|
|
|
2512
2512
|
var _h = _vm.$createElement;
|
|
@@ -2592,10 +2592,10 @@ var __vue_render__$L = function () {
|
|
|
2592
2592
|
}), 1)], 1)], 1);
|
|
2593
2593
|
};
|
|
2594
2594
|
|
|
2595
|
-
var __vue_staticRenderFns__$
|
|
2595
|
+
var __vue_staticRenderFns__$M = [];
|
|
2596
2596
|
/* style */
|
|
2597
2597
|
|
|
2598
|
-
const __vue_inject_styles__$
|
|
2598
|
+
const __vue_inject_styles__$M = function (inject) {
|
|
2599
2599
|
if (!inject) return;
|
|
2600
2600
|
inject("data-v-51eeacd7_0", {
|
|
2601
2601
|
source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-bottom-sheet{box-shadow:0 1px 10px rgba(0,0,0,.12),0 4px 5px rgba(0,0,0,.14),0 2px 4px -1px rgba(0,0,0,.2);margin:var(--size-value3) var(--size-value3) var(--size-value5)!important;border-radius:var(--modal-border-radius)!important}.vc-bottom-sheet .v-sheet.v-list{border-radius:var(--modal-border-radius);padding-top:var(--size-value0)}.vc-bottom-sheet .v-sheet.v-list .subheader{border-bottom:1px solid rgba(0,0,0,.12);padding:var(--size-value3) var(--size-value4);color:var(--gray-darken-5)}.vc-bottom-sheet .v-sheet.v-list .subheader .avatar{margin-inline-end:var(--size-value3)}.vc-bottom-sheet .v-sheet.v-list .subheader .vc-title{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small)}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper{flex-grow:1;justify-content:flex-end}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper .close-button{justify-content:flex-end;padding:var(--size-value0)}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper .close-button .v-btn__content{opacity:unset}.vc-bottom-sheet .v-sheet.v-list .subheader .button-close-wrapper .close-button .v-icon svg{fill:rgba(0,0,0,.4);width:var(--size-value4);height:var(--size-value4)}.vc-bottom-sheet .v-sheet.v-list .items-wrapper{padding:var(--size-value1) var(--size-value0)}.vc-bottom-sheet .v-sheet.v-list .items-wrapper .sheet-item{min-height:var(--size-value10)}.vc-bottom-sheet .v-sheet.v-list .items-wrapper .sheet-item .option-title{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);letter-spacing:-.2px}.vc-bottom-sheet .v-sheet.v-list .items-wrapper .sheet-item .option-title .icon-item{vertical-align:sub;margin-inline-end:var(--size-value3)}",
|
|
@@ -2606,25 +2606,25 @@ const __vue_inject_styles__$L = function (inject) {
|
|
|
2606
2606
|
/* scoped */
|
|
2607
2607
|
|
|
2608
2608
|
|
|
2609
|
-
const __vue_scope_id__$
|
|
2609
|
+
const __vue_scope_id__$M = undefined;
|
|
2610
2610
|
/* module identifier */
|
|
2611
2611
|
|
|
2612
|
-
const __vue_module_identifier__$
|
|
2612
|
+
const __vue_module_identifier__$M = undefined;
|
|
2613
2613
|
/* functional template */
|
|
2614
2614
|
|
|
2615
|
-
const __vue_is_functional_template__$
|
|
2615
|
+
const __vue_is_functional_template__$M = false;
|
|
2616
2616
|
/* style inject SSR */
|
|
2617
2617
|
|
|
2618
2618
|
/* style inject shadow dom */
|
|
2619
2619
|
|
|
2620
|
-
const __vue_component__$
|
|
2621
|
-
render: __vue_render__$
|
|
2622
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2623
|
-
}, __vue_inject_styles__$
|
|
2620
|
+
const __vue_component__$1c = /*#__PURE__*/normalizeComponent({
|
|
2621
|
+
render: __vue_render__$M,
|
|
2622
|
+
staticRenderFns: __vue_staticRenderFns__$M
|
|
2623
|
+
}, __vue_inject_styles__$M, __vue_script__$M, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, createInjector, undefined, undefined);
|
|
2624
2624
|
|
|
2625
|
-
var VcBottomActions = __vue_component__$
|
|
2625
|
+
var VcBottomActions = __vue_component__$1c;
|
|
2626
2626
|
|
|
2627
|
-
var script$
|
|
2627
|
+
var script$L = {
|
|
2628
2628
|
name: "VcActionList",
|
|
2629
2629
|
components: {
|
|
2630
2630
|
VcLayout,
|
|
@@ -2655,10 +2655,10 @@ var script$K = {
|
|
|
2655
2655
|
};
|
|
2656
2656
|
|
|
2657
2657
|
/* script */
|
|
2658
|
-
const __vue_script__$
|
|
2658
|
+
const __vue_script__$L = script$L;
|
|
2659
2659
|
/* template */
|
|
2660
2660
|
|
|
2661
|
-
var __vue_render__$
|
|
2661
|
+
var __vue_render__$L = function () {
|
|
2662
2662
|
var _vm = this;
|
|
2663
2663
|
|
|
2664
2664
|
var _h = _vm.$createElement;
|
|
@@ -2710,10 +2710,10 @@ var __vue_render__$K = function () {
|
|
|
2710
2710
|
}), 1)], 1)], 1);
|
|
2711
2711
|
};
|
|
2712
2712
|
|
|
2713
|
-
var __vue_staticRenderFns__$
|
|
2713
|
+
var __vue_staticRenderFns__$L = [];
|
|
2714
2714
|
/* style */
|
|
2715
2715
|
|
|
2716
|
-
const __vue_inject_styles__$
|
|
2716
|
+
const __vue_inject_styles__$L = function (inject) {
|
|
2717
2717
|
if (!inject) return;
|
|
2718
2718
|
inject("data-v-500d77ad_0", {
|
|
2719
2719
|
source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-action-list{box-shadow:0 1px 10px rgba(0,0,0,.12),0 4px 5px rgba(0,0,0,.14),0 2px 4px -1px rgba(0,0,0,.2);border-radius:var(--modal-border-radius)}.vc-action-list .v-list{border-radius:var(--modal-border-radius);padding:var(--size-value1) 0}.vc-action-list .v-list .items-wrapper .sheet-item{min-height:var(--size-value10)}.vc-action-list .v-list .items-wrapper .sheet-item .option-title{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);letter-spacing:-.2px}.vc-action-list .v-list .items-wrapper .sheet-item .option-title .icon-item{width:25px;vertical-align:sub;margin-inline-end:var(--size-value3)}",
|
|
@@ -2724,25 +2724,25 @@ const __vue_inject_styles__$K = function (inject) {
|
|
|
2724
2724
|
/* scoped */
|
|
2725
2725
|
|
|
2726
2726
|
|
|
2727
|
-
const __vue_scope_id__$
|
|
2727
|
+
const __vue_scope_id__$L = undefined;
|
|
2728
2728
|
/* module identifier */
|
|
2729
2729
|
|
|
2730
|
-
const __vue_module_identifier__$
|
|
2730
|
+
const __vue_module_identifier__$L = undefined;
|
|
2731
2731
|
/* functional template */
|
|
2732
2732
|
|
|
2733
|
-
const __vue_is_functional_template__$
|
|
2733
|
+
const __vue_is_functional_template__$L = false;
|
|
2734
2734
|
/* style inject SSR */
|
|
2735
2735
|
|
|
2736
2736
|
/* style inject shadow dom */
|
|
2737
2737
|
|
|
2738
|
-
const __vue_component__$
|
|
2739
|
-
render: __vue_render__$
|
|
2740
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2741
|
-
}, __vue_inject_styles__$
|
|
2738
|
+
const __vue_component__$1b = /*#__PURE__*/normalizeComponent({
|
|
2739
|
+
render: __vue_render__$L,
|
|
2740
|
+
staticRenderFns: __vue_staticRenderFns__$L
|
|
2741
|
+
}, __vue_inject_styles__$L, __vue_script__$L, __vue_scope_id__$L, __vue_is_functional_template__$L, __vue_module_identifier__$L, false, createInjector, undefined, undefined);
|
|
2742
2742
|
|
|
2743
|
-
var VcActionList = __vue_component__$
|
|
2743
|
+
var VcActionList = __vue_component__$1b;
|
|
2744
2744
|
|
|
2745
|
-
var script$
|
|
2745
|
+
var script$K = {
|
|
2746
2746
|
name: "VcActions",
|
|
2747
2747
|
components: {
|
|
2748
2748
|
VcIcon,
|
|
@@ -2800,10 +2800,10 @@ var script$J = {
|
|
|
2800
2800
|
};
|
|
2801
2801
|
|
|
2802
2802
|
/* script */
|
|
2803
|
-
const __vue_script__$
|
|
2803
|
+
const __vue_script__$K = script$K;
|
|
2804
2804
|
/* template */
|
|
2805
2805
|
|
|
2806
|
-
var __vue_render__$
|
|
2806
|
+
var __vue_render__$K = function () {
|
|
2807
2807
|
var _vm = this;
|
|
2808
2808
|
|
|
2809
2809
|
var _h = _vm.$createElement;
|
|
@@ -2847,31 +2847,31 @@ var __vue_render__$J = function () {
|
|
|
2847
2847
|
}, 'component', _vm.$props, false));
|
|
2848
2848
|
};
|
|
2849
2849
|
|
|
2850
|
-
var __vue_staticRenderFns__$
|
|
2850
|
+
var __vue_staticRenderFns__$K = [];
|
|
2851
2851
|
/* style */
|
|
2852
2852
|
|
|
2853
|
-
const __vue_inject_styles__$
|
|
2853
|
+
const __vue_inject_styles__$K = undefined;
|
|
2854
2854
|
/* scoped */
|
|
2855
2855
|
|
|
2856
|
-
const __vue_scope_id__$
|
|
2856
|
+
const __vue_scope_id__$K = undefined;
|
|
2857
2857
|
/* module identifier */
|
|
2858
2858
|
|
|
2859
|
-
const __vue_module_identifier__$
|
|
2859
|
+
const __vue_module_identifier__$K = undefined;
|
|
2860
2860
|
/* functional template */
|
|
2861
2861
|
|
|
2862
|
-
const __vue_is_functional_template__$
|
|
2862
|
+
const __vue_is_functional_template__$K = false;
|
|
2863
2863
|
/* style inject */
|
|
2864
2864
|
|
|
2865
2865
|
/* style inject SSR */
|
|
2866
2866
|
|
|
2867
2867
|
/* style inject shadow dom */
|
|
2868
2868
|
|
|
2869
|
-
const __vue_component__$
|
|
2870
|
-
render: __vue_render__$
|
|
2871
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2872
|
-
}, __vue_inject_styles__$
|
|
2869
|
+
const __vue_component__$1a = /*#__PURE__*/normalizeComponent({
|
|
2870
|
+
render: __vue_render__$K,
|
|
2871
|
+
staticRenderFns: __vue_staticRenderFns__$K
|
|
2872
|
+
}, __vue_inject_styles__$K, __vue_script__$K, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, undefined, undefined, undefined);
|
|
2873
2873
|
|
|
2874
|
-
var VcActions = __vue_component__$
|
|
2874
|
+
var VcActions = __vue_component__$1a;
|
|
2875
2875
|
|
|
2876
2876
|
//
|
|
2877
2877
|
//
|
|
@@ -2896,7 +2896,7 @@ var VcActions = __vue_component__$18;
|
|
|
2896
2896
|
//
|
|
2897
2897
|
//
|
|
2898
2898
|
//
|
|
2899
|
-
var script$
|
|
2899
|
+
var script$J = {
|
|
2900
2900
|
components: {
|
|
2901
2901
|
VStepperStep: VStepperStep,
|
|
2902
2902
|
VStepper: VStepper
|
|
@@ -2969,10 +2969,10 @@ var script$I = {
|
|
|
2969
2969
|
};
|
|
2970
2970
|
|
|
2971
2971
|
/* script */
|
|
2972
|
-
const __vue_script__$
|
|
2972
|
+
const __vue_script__$J = script$J;
|
|
2973
2973
|
/* template */
|
|
2974
2974
|
|
|
2975
|
-
var __vue_render__$
|
|
2975
|
+
var __vue_render__$J = function () {
|
|
2976
2976
|
var _vm = this;
|
|
2977
2977
|
|
|
2978
2978
|
var _h = _vm.$createElement;
|
|
@@ -3011,10 +3011,10 @@ var __vue_render__$I = function () {
|
|
|
3011
3011
|
})], 2)], 1);
|
|
3012
3012
|
};
|
|
3013
3013
|
|
|
3014
|
-
var __vue_staticRenderFns__$
|
|
3014
|
+
var __vue_staticRenderFns__$J = [];
|
|
3015
3015
|
/* style */
|
|
3016
3016
|
|
|
3017
|
-
const __vue_inject_styles__$
|
|
3017
|
+
const __vue_inject_styles__$J = function (inject) {
|
|
3018
3018
|
if (!inject) return;
|
|
3019
3019
|
inject("data-v-d21a486c_0", {
|
|
3020
3020
|
source: "[data-v-d21a486c]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-stepper-container[data-v-d21a486c]{height:100%;padding-block-start:var(--size-value4);padding-inline-start:var(--size-value10)}.vc-stepper.v-stepper[data-v-d21a486c]{box-shadow:none}.vc-stepper.v-stepper .stepper-title[data-v-d21a486c]{margin-block-end:var(--size-value6);font-weight:var(--font-weight-large2);font-size:var(--font-size-medium);letter-spacing:.03em;color:var(--gray-darken-5)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c]{padding:var(--size-value0);width:fit-content;align-items:flex-start;margin-block-end:var(--size-value1)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c] .v-stepper__label{padding-inline-end:var(--size-value6);text-shadow:none;font-size:var(--font-size-small2);letter-spacing:.01em;line-height:var(--size-value6);padding-bottom:var(--size-value7)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c] span.v-stepper__step__step{height:var(--size-value5);min-width:var(--size-value5);width:var(--size-value5);margin-inline-end:var(--size-value3);margin-inline-start:var(--size-value0);margin-block:2px;font-size:var(--font-size-xx-small);font-weight:var(--font-weight-medium2)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c]:not(.v-stepper__step--active):not(.v-stepper__step--complete) span.v-stepper__step__step{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c]:not(.v-stepper__step--active):not(.v-stepper__step--complete) .v-stepper__label{color:var(--gray-darken-4)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--active[data-v-d21a486c]:not(.v-stepper__step--complete) span.v-stepper__step__step{background-color:var(--v-secondary-base)!important}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--active[data-v-d21a486c]:not(.v-stepper__step--complete) .v-stepper__label{color:var(--gray-darken-5);font-weight:var(--font-weight-large)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-d21a486c] span.v-stepper__step__step{background-color:var(--green)!important}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-d21a486c] span.v-stepper__step__step i{font-size:var(--size-value3)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-d21a486c] .v-stepper__label{color:var(--gray-darken-5)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete.v-stepper__step--active[data-v-d21a486c] .v-stepper__label{font-weight:var(--font-weight-large)}.vc-stepper.v-stepper .v-stepper__step[data-v-d21a486c]:not(:last-child)::after{content:\"\";border-inline-start:2px solid var(--gray-lighten-1);position:absolute;top:0;margin-inline-start:9px;height:-webkit-fill-available;margin-top:var(--size-value7)}",
|
|
@@ -3025,23 +3025,23 @@ const __vue_inject_styles__$I = function (inject) {
|
|
|
3025
3025
|
/* scoped */
|
|
3026
3026
|
|
|
3027
3027
|
|
|
3028
|
-
const __vue_scope_id__$
|
|
3028
|
+
const __vue_scope_id__$J = "data-v-d21a486c";
|
|
3029
3029
|
/* module identifier */
|
|
3030
3030
|
|
|
3031
|
-
const __vue_module_identifier__$
|
|
3031
|
+
const __vue_module_identifier__$J = undefined;
|
|
3032
3032
|
/* functional template */
|
|
3033
3033
|
|
|
3034
|
-
const __vue_is_functional_template__$
|
|
3034
|
+
const __vue_is_functional_template__$J = false;
|
|
3035
3035
|
/* style inject SSR */
|
|
3036
3036
|
|
|
3037
3037
|
/* style inject shadow dom */
|
|
3038
3038
|
|
|
3039
|
-
const __vue_component__$
|
|
3040
|
-
render: __vue_render__$
|
|
3041
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3042
|
-
}, __vue_inject_styles__$
|
|
3039
|
+
const __vue_component__$19 = /*#__PURE__*/normalizeComponent({
|
|
3040
|
+
render: __vue_render__$J,
|
|
3041
|
+
staticRenderFns: __vue_staticRenderFns__$J
|
|
3042
|
+
}, __vue_inject_styles__$J, __vue_script__$J, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, createInjector, undefined, undefined);
|
|
3043
3043
|
|
|
3044
|
-
var VcStepsBar = __vue_component__$
|
|
3044
|
+
var VcStepsBar = __vue_component__$19;
|
|
3045
3045
|
|
|
3046
3046
|
//
|
|
3047
3047
|
//
|
|
@@ -3058,7 +3058,7 @@ var VcStepsBar = __vue_component__$17;
|
|
|
3058
3058
|
//
|
|
3059
3059
|
//
|
|
3060
3060
|
//
|
|
3061
|
-
var script$
|
|
3061
|
+
var script$I = {
|
|
3062
3062
|
components: {
|
|
3063
3063
|
VProgressCircular: VProgressCircular
|
|
3064
3064
|
},
|
|
@@ -3127,10 +3127,10 @@ var script$H = {
|
|
|
3127
3127
|
};
|
|
3128
3128
|
|
|
3129
3129
|
/* script */
|
|
3130
|
-
const __vue_script__$
|
|
3130
|
+
const __vue_script__$I = script$I;
|
|
3131
3131
|
/* template */
|
|
3132
3132
|
|
|
3133
|
-
var __vue_render__$
|
|
3133
|
+
var __vue_render__$I = function () {
|
|
3134
3134
|
var _vm = this;
|
|
3135
3135
|
|
|
3136
3136
|
var _h = _vm.$createElement;
|
|
@@ -3151,10 +3151,10 @@ var __vue_render__$H = function () {
|
|
|
3151
3151
|
}, [_vm._v("\n " + _vm._s(_vm.currentStep) + " / " + _vm._s(_vm.steps) + "\n ")]) : _vm._e()]);
|
|
3152
3152
|
};
|
|
3153
3153
|
|
|
3154
|
-
var __vue_staticRenderFns__$
|
|
3154
|
+
var __vue_staticRenderFns__$I = [];
|
|
3155
3155
|
/* style */
|
|
3156
3156
|
|
|
3157
|
-
const __vue_inject_styles__$
|
|
3157
|
+
const __vue_inject_styles__$I = function (inject) {
|
|
3158
3158
|
if (!inject) return;
|
|
3159
3159
|
inject("data-v-5c278fc2_0", {
|
|
3160
3160
|
source: "[data-v-5c278fc2]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-progress-circular .vc-progress-counter[data-v-5c278fc2]{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);color:var(--gray-darken-5)}.vc-progress-circular[data-v-5c278fc2] .v-progress-circular__underlay{stroke:var(--neutral-lighten-1)}",
|
|
@@ -3165,25 +3165,25 @@ const __vue_inject_styles__$H = function (inject) {
|
|
|
3165
3165
|
/* scoped */
|
|
3166
3166
|
|
|
3167
3167
|
|
|
3168
|
-
const __vue_scope_id__$
|
|
3168
|
+
const __vue_scope_id__$I = "data-v-5c278fc2";
|
|
3169
3169
|
/* module identifier */
|
|
3170
3170
|
|
|
3171
|
-
const __vue_module_identifier__$
|
|
3171
|
+
const __vue_module_identifier__$I = undefined;
|
|
3172
3172
|
/* functional template */
|
|
3173
3173
|
|
|
3174
|
-
const __vue_is_functional_template__$
|
|
3174
|
+
const __vue_is_functional_template__$I = false;
|
|
3175
3175
|
/* style inject SSR */
|
|
3176
3176
|
|
|
3177
3177
|
/* style inject shadow dom */
|
|
3178
3178
|
|
|
3179
|
-
const __vue_component__$
|
|
3180
|
-
render: __vue_render__$
|
|
3181
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3182
|
-
}, __vue_inject_styles__$
|
|
3179
|
+
const __vue_component__$18 = /*#__PURE__*/normalizeComponent({
|
|
3180
|
+
render: __vue_render__$I,
|
|
3181
|
+
staticRenderFns: __vue_staticRenderFns__$I
|
|
3182
|
+
}, __vue_inject_styles__$I, __vue_script__$I, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, createInjector, undefined, undefined);
|
|
3183
3183
|
|
|
3184
|
-
var VcProgressCircular = __vue_component__$
|
|
3184
|
+
var VcProgressCircular = __vue_component__$18;
|
|
3185
3185
|
|
|
3186
|
-
var script$
|
|
3186
|
+
var script$H = {
|
|
3187
3187
|
name: "VcMobileWizardProgress",
|
|
3188
3188
|
components: {
|
|
3189
3189
|
VcLayout,
|
|
@@ -3243,10 +3243,10 @@ var script$G = {
|
|
|
3243
3243
|
};
|
|
3244
3244
|
|
|
3245
3245
|
/* script */
|
|
3246
|
-
const __vue_script__$
|
|
3246
|
+
const __vue_script__$H = script$H;
|
|
3247
3247
|
/* template */
|
|
3248
3248
|
|
|
3249
|
-
var __vue_render__$
|
|
3249
|
+
var __vue_render__$H = function () {
|
|
3250
3250
|
var _vm = this;
|
|
3251
3251
|
|
|
3252
3252
|
var _h = _vm.$createElement;
|
|
@@ -3282,10 +3282,10 @@ var __vue_render__$G = function () {
|
|
|
3282
3282
|
}, [_vm._v(_vm._s(_vm.nextStepName))]) : _vm._e()])], 1);
|
|
3283
3283
|
};
|
|
3284
3284
|
|
|
3285
|
-
var __vue_staticRenderFns__$
|
|
3285
|
+
var __vue_staticRenderFns__$H = [];
|
|
3286
3286
|
/* style */
|
|
3287
3287
|
|
|
3288
|
-
const __vue_inject_styles__$
|
|
3288
|
+
const __vue_inject_styles__$H = function (inject) {
|
|
3289
3289
|
if (!inject) return;
|
|
3290
3290
|
inject("data-v-4fe04d36_0", {
|
|
3291
3291
|
source: "[data-v-4fe04d36]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-mobile-wizard-progress[data-v-4fe04d36]{padding:var(--size-value4);background-color:var(--neutral-lighten-3);width:100%;max-height:84px}.vc-mobile-wizard-progress .titles-container[data-v-4fe04d36]{margin:var(--size-value0) var(--size-value4)}.vc-mobile-wizard-progress .titles-container .current-step[data-v-4fe04d36]{font-weight:var(--font-weight-large2);font-size:var(--font-size-small2)}.vc-mobile-wizard-progress .titles-container .next-step[data-v-4fe04d36]{font-size:var(--font-size-x-small);color:var(--gray-darken-4)}",
|
|
@@ -3296,25 +3296,25 @@ const __vue_inject_styles__$G = function (inject) {
|
|
|
3296
3296
|
/* scoped */
|
|
3297
3297
|
|
|
3298
3298
|
|
|
3299
|
-
const __vue_scope_id__$
|
|
3299
|
+
const __vue_scope_id__$H = "data-v-4fe04d36";
|
|
3300
3300
|
/* module identifier */
|
|
3301
3301
|
|
|
3302
|
-
const __vue_module_identifier__$
|
|
3302
|
+
const __vue_module_identifier__$H = undefined;
|
|
3303
3303
|
/* functional template */
|
|
3304
3304
|
|
|
3305
|
-
const __vue_is_functional_template__$
|
|
3305
|
+
const __vue_is_functional_template__$H = false;
|
|
3306
3306
|
/* style inject SSR */
|
|
3307
3307
|
|
|
3308
3308
|
/* style inject shadow dom */
|
|
3309
3309
|
|
|
3310
|
-
const __vue_component__$
|
|
3311
|
-
render: __vue_render__$
|
|
3312
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3313
|
-
}, __vue_inject_styles__$
|
|
3310
|
+
const __vue_component__$17 = /*#__PURE__*/normalizeComponent({
|
|
3311
|
+
render: __vue_render__$H,
|
|
3312
|
+
staticRenderFns: __vue_staticRenderFns__$H
|
|
3313
|
+
}, __vue_inject_styles__$H, __vue_script__$H, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, createInjector, undefined, undefined);
|
|
3314
3314
|
|
|
3315
|
-
var VcMobileWizardProgress = __vue_component__$
|
|
3315
|
+
var VcMobileWizardProgress = __vue_component__$17;
|
|
3316
3316
|
|
|
3317
|
-
var script$
|
|
3317
|
+
var script$G = {
|
|
3318
3318
|
name: 'VcCheckbox',
|
|
3319
3319
|
components: {
|
|
3320
3320
|
VcIcon,
|
|
@@ -3375,10 +3375,10 @@ var script$F = {
|
|
|
3375
3375
|
};
|
|
3376
3376
|
|
|
3377
3377
|
/* script */
|
|
3378
|
-
const __vue_script__$
|
|
3378
|
+
const __vue_script__$G = script$G;
|
|
3379
3379
|
/* template */
|
|
3380
3380
|
|
|
3381
|
-
var __vue_render__$
|
|
3381
|
+
var __vue_render__$G = function () {
|
|
3382
3382
|
var _vm = this;
|
|
3383
3383
|
|
|
3384
3384
|
var _h = _vm.$createElement;
|
|
@@ -3442,10 +3442,10 @@ var __vue_render__$F = function () {
|
|
|
3442
3442
|
});
|
|
3443
3443
|
};
|
|
3444
3444
|
|
|
3445
|
-
var __vue_staticRenderFns__$
|
|
3445
|
+
var __vue_staticRenderFns__$G = [];
|
|
3446
3446
|
/* style */
|
|
3447
3447
|
|
|
3448
|
-
const __vue_inject_styles__$
|
|
3448
|
+
const __vue_inject_styles__$G = function (inject) {
|
|
3449
3449
|
if (!inject) return;
|
|
3450
3450
|
inject("data-v-347ec55e_0", {
|
|
3451
3451
|
source: ".vc-checkbox[data-v-347ec55e]{font-family:var(--primary-font-family)}.vc-checkbox[data-v-347ec55e] .v-input__slot .v-input--selection-controls__input{width:var(--size-value4);height:var(--size-value4)}.vc-checkbox[data-v-347ec55e] .v-input__slot .v-input--selection-controls__input .v-icon{color:transparent;border:1px solid rgba(0,0,0,.2);box-sizing:border-box;border-radius:2px;font-size:var(--font-size-small);font-weight:700}.vc-checkbox[data-v-347ec55e] .checkbox-label{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small)}.vc-checkbox[data-v-347ec55e]:not(.v-input--is-disabled) .checkbox-label{color:var(--gray-darken-5)}.vc-checkbox[data-v-347ec55e] .tooltip-icon{color:var(--gray-darken-3)}.vc-checkbox[data-v-347ec55e] .avatar-wrapper .avatar-initials{font-size:var(--font-size-xxx-small);font-weight:var(--font-weight-medium2)}.vc-checkbox[data-v-347ec55e].v-input--indeterminate:not(.v-input--is-disabled) .v-input--selection-controls__input .v-icon{background-color:var(--green);color:#fff}.vc-checkbox[data-v-347ec55e].v-input--is-label-active:not(.v-input--is-disabled) .v-input--selection-controls__input .v-icon{background-color:var(--green);color:#fff;border:none}.vc-checkbox[data-v-347ec55e]:not(.v-input--is-disabled):hover:not(:active) .v-input--selection-controls__input .v-icon{background-color:rgba(0,0,0,.03)}.vc-checkbox[data-v-347ec55e].v-input--indeterminate:not(.v-input--is-disabled):hover .v-input--selection-controls__input .v-icon,.vc-checkbox[data-v-347ec55e].v-input--is-label-active:not(.v-input--is-disabled):hover .v-input--selection-controls__input .v-icon{background-color:rgba(84,210,140,.76)}.vc-checkbox[data-v-347ec55e].v-input--indeterminate:not(.v-input--is-disabled):active .v-input--selection-controls__input .v-icon,.vc-checkbox[data-v-347ec55e].v-input--is-label-active:not(.v-input--is-disabled):active .v-input--selection-controls__input .v-icon{background-color:rgba(84,210,140,.5)}.vc-checkbox[data-v-347ec55e]:not(.v-input--is-label-active):not(.v-input--indeterminate):not(.v-input--is-disabled):active .v-input--selection-controls__input .v-icon{background:rgba(0,0,0,.12)}.vc-checkbox[data-v-347ec55e]:not(.v-input--is-disabled):focus .v-input--selection-controls__input .v-icon{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.vc-checkbox[data-v-347ec55e].v-input--is-disabled .v-input--selection-controls__input .v-icon{background:rgba(0,0,0,.07)}.vc-checkbox[data-v-347ec55e].v-input--is-disabled.v-input--is-label-active .v-input--selection-controls__input .v-icon{border:none}",
|
|
@@ -3456,25 +3456,25 @@ const __vue_inject_styles__$F = function (inject) {
|
|
|
3456
3456
|
/* scoped */
|
|
3457
3457
|
|
|
3458
3458
|
|
|
3459
|
-
const __vue_scope_id__$
|
|
3459
|
+
const __vue_scope_id__$G = "data-v-347ec55e";
|
|
3460
3460
|
/* module identifier */
|
|
3461
3461
|
|
|
3462
|
-
const __vue_module_identifier__$
|
|
3462
|
+
const __vue_module_identifier__$G = undefined;
|
|
3463
3463
|
/* functional template */
|
|
3464
3464
|
|
|
3465
|
-
const __vue_is_functional_template__$
|
|
3465
|
+
const __vue_is_functional_template__$G = false;
|
|
3466
3466
|
/* style inject SSR */
|
|
3467
3467
|
|
|
3468
3468
|
/* style inject shadow dom */
|
|
3469
3469
|
|
|
3470
|
-
const __vue_component__$
|
|
3471
|
-
render: __vue_render__$
|
|
3472
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3473
|
-
}, __vue_inject_styles__$
|
|
3470
|
+
const __vue_component__$16 = /*#__PURE__*/normalizeComponent({
|
|
3471
|
+
render: __vue_render__$G,
|
|
3472
|
+
staticRenderFns: __vue_staticRenderFns__$G
|
|
3473
|
+
}, __vue_inject_styles__$G, __vue_script__$G, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, createInjector, undefined, undefined);
|
|
3474
3474
|
|
|
3475
|
-
var VcCheckbox = __vue_component__$
|
|
3475
|
+
var VcCheckbox = __vue_component__$16;
|
|
3476
3476
|
|
|
3477
|
-
var script$
|
|
3477
|
+
var script$F = {
|
|
3478
3478
|
name: "VcChecklistItem",
|
|
3479
3479
|
components: {
|
|
3480
3480
|
VcLayout,
|
|
@@ -3532,10 +3532,10 @@ var script$E = {
|
|
|
3532
3532
|
};
|
|
3533
3533
|
|
|
3534
3534
|
/* script */
|
|
3535
|
-
const __vue_script__$
|
|
3535
|
+
const __vue_script__$F = script$F;
|
|
3536
3536
|
/* template */
|
|
3537
3537
|
|
|
3538
|
-
var __vue_render__$
|
|
3538
|
+
var __vue_render__$F = function () {
|
|
3539
3539
|
var _vm = this;
|
|
3540
3540
|
|
|
3541
3541
|
var _h = _vm.$createElement;
|
|
@@ -3572,10 +3572,10 @@ var __vue_render__$E = function () {
|
|
|
3572
3572
|
})], 1)]], 2);
|
|
3573
3573
|
};
|
|
3574
3574
|
|
|
3575
|
-
var __vue_staticRenderFns__$
|
|
3575
|
+
var __vue_staticRenderFns__$F = [];
|
|
3576
3576
|
/* style */
|
|
3577
3577
|
|
|
3578
|
-
const __vue_inject_styles__$
|
|
3578
|
+
const __vue_inject_styles__$F = function (inject) {
|
|
3579
3579
|
if (!inject) return;
|
|
3580
3580
|
inject("data-v-eb804af2_0", {
|
|
3581
3581
|
source: ".VcChecklistItem-wrapper[data-v-eb804af2]{width:100%}.VcChecklistItem-wrapper[hide=true][data-v-eb804af2]{display:none}.VcChecklistItem-wrapper .VcChecklistItem.disabled[data-v-eb804af2]{background-color:var(--gray-lighten-3)}.VcChecklistItem-wrapper .VcChecklistItem .vc-checkbox[data-v-eb804af2]{flex:1 1 auto;padding:var(--size-value0);margin:var(--size-value0)}.VcChecklistItem-wrapper .VcChecklistItem .vc-checkbox[data-v-eb804af2] .v-input__control .v-input__slot{padding:var(--size-value2) var(--size-value4)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-eb804af2]:hover{background-color:var(--gray-lighten-3)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-eb804af2]:focus{box-shadow:0 0 0 2px var(--v-secondary-lighten1)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-eb804af2]:active{background-color:var(--v-secondary-lighten3)}",
|
|
@@ -3586,25 +3586,25 @@ const __vue_inject_styles__$E = function (inject) {
|
|
|
3586
3586
|
/* scoped */
|
|
3587
3587
|
|
|
3588
3588
|
|
|
3589
|
-
const __vue_scope_id__$
|
|
3589
|
+
const __vue_scope_id__$F = "data-v-eb804af2";
|
|
3590
3590
|
/* module identifier */
|
|
3591
3591
|
|
|
3592
|
-
const __vue_module_identifier__$
|
|
3592
|
+
const __vue_module_identifier__$F = undefined;
|
|
3593
3593
|
/* functional template */
|
|
3594
3594
|
|
|
3595
|
-
const __vue_is_functional_template__$
|
|
3595
|
+
const __vue_is_functional_template__$F = false;
|
|
3596
3596
|
/* style inject SSR */
|
|
3597
3597
|
|
|
3598
3598
|
/* style inject shadow dom */
|
|
3599
3599
|
|
|
3600
|
-
const __vue_component__$
|
|
3601
|
-
render: __vue_render__$
|
|
3602
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3603
|
-
}, __vue_inject_styles__$
|
|
3600
|
+
const __vue_component__$15 = /*#__PURE__*/normalizeComponent({
|
|
3601
|
+
render: __vue_render__$F,
|
|
3602
|
+
staticRenderFns: __vue_staticRenderFns__$F
|
|
3603
|
+
}, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, createInjector, undefined, undefined);
|
|
3604
3604
|
|
|
3605
|
-
var VcChecklistItem = __vue_component__$
|
|
3605
|
+
var VcChecklistItem = __vue_component__$15;
|
|
3606
3606
|
|
|
3607
|
-
var script$
|
|
3607
|
+
var script$E = {
|
|
3608
3608
|
name: 'VcTextField',
|
|
3609
3609
|
components: {
|
|
3610
3610
|
VcIconWithTooltip,
|
|
@@ -3799,10 +3799,10 @@ var script$D = {
|
|
|
3799
3799
|
};
|
|
3800
3800
|
|
|
3801
3801
|
/* script */
|
|
3802
|
-
const __vue_script__$
|
|
3802
|
+
const __vue_script__$E = script$E;
|
|
3803
3803
|
/* template */
|
|
3804
3804
|
|
|
3805
|
-
var __vue_render__$
|
|
3805
|
+
var __vue_render__$E = function () {
|
|
3806
3806
|
var _vm = this;
|
|
3807
3807
|
|
|
3808
3808
|
var _h = _vm.$createElement;
|
|
@@ -3865,10 +3865,10 @@ var __vue_render__$D = function () {
|
|
|
3865
3865
|
});
|
|
3866
3866
|
};
|
|
3867
3867
|
|
|
3868
|
-
var __vue_staticRenderFns__$
|
|
3868
|
+
var __vue_staticRenderFns__$E = [];
|
|
3869
3869
|
/* style */
|
|
3870
3870
|
|
|
3871
|
-
const __vue_inject_styles__$
|
|
3871
|
+
const __vue_inject_styles__$E = function (inject) {
|
|
3872
3872
|
if (!inject) return;
|
|
3873
3873
|
inject("data-v-75d9b6f0_0", {
|
|
3874
3874
|
source: ".VcTextInput.v-text-field[data-v-75d9b6f0]{font-family:var(--primary-font-family)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot{padding:0 var(--size-value3);height:var(--size-value13);background:#fff;border:1px solid var(--gray-lighten-1);box-sizing:border-box;border-radius:6px}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot label{font-size:var(--font-size-small2);line-height:var(--size-value5);color:var(--gray-darken-3);font-weight:var(--font-weight-medium)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot .v-text-field__prefix{color:var(--gray-darken-5)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot input{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:var(--size-value5);color:var(--gray-darken-5);caret-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot input::placeholder{font-weight:var(--font-weight-medium)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:after,.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:before{display:none}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:hover{border-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:active,.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:focus,.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:focus-within{border:1px solid var(--v-secondary-base);box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:active input,.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:focus input,.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot:focus-within input{color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot .v-input__prepend-inner{padding-inline-end:var(--size-value3);align-self:center}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot .v-input__icon .v-icon{margin:var(--size-value0)!important}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot .v-input__icon .v-icon__component{height:var(--size-value3);width:var(--size-value3);line-height:0}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__slot .v-input__icon .v-icon__component .vc-chevron-right{fill:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-75d9b6f0].error--text .v-input__slot{border-color:var(--red);color:unset;box-shadow:unset;font-size:var(--font-size-xx-small);line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--is-focused label,.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--is-label-active label{font-size:var(--font-size-small);line-height:14px;height:var(--size-value4);letter-spacing:-.3px;color:var(--gray-darken-4)!important;transform:translateY(-100%) scale(.85);top:var(--size-value2)}.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--is-focused .v-text-field__slot,.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--is-label-active .v-text-field__slot{margin-bottom:-14px}.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--is-disabled .v-input__slot{background:var(--gray-lighten-3);border:1px solid var(--gray-lighten-1)}.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--is-disabled .v-input__slot input,.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--is-disabled .v-input__slot label{color:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-75d9b6f0]:not(.v-input--is-label-active):not(.v-input--is-focused) input{padding:var(--size-value2) 0}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-messages__message{line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__append-inner{align-self:center;fill:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-75d9b6f0] .v-input__append-inner .v-input__icon--append{min-width:var(--size-value5);width:var(--size-value5)}.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--dense:not(.v-text-field--outlined) input{padding-block:var(--size-value2)}.VcTextInput.v-text-field[data-v-75d9b6f0].v-input--is-readonly{cursor:pointer}",
|
|
@@ -3879,27 +3879,27 @@ const __vue_inject_styles__$D = function (inject) {
|
|
|
3879
3879
|
/* scoped */
|
|
3880
3880
|
|
|
3881
3881
|
|
|
3882
|
-
const __vue_scope_id__$
|
|
3882
|
+
const __vue_scope_id__$E = "data-v-75d9b6f0";
|
|
3883
3883
|
/* module identifier */
|
|
3884
3884
|
|
|
3885
|
-
const __vue_module_identifier__$
|
|
3885
|
+
const __vue_module_identifier__$E = undefined;
|
|
3886
3886
|
/* functional template */
|
|
3887
3887
|
|
|
3888
|
-
const __vue_is_functional_template__$
|
|
3888
|
+
const __vue_is_functional_template__$E = false;
|
|
3889
3889
|
/* style inject SSR */
|
|
3890
3890
|
|
|
3891
3891
|
/* style inject shadow dom */
|
|
3892
3892
|
|
|
3893
|
-
const __vue_component__$
|
|
3894
|
-
render: __vue_render__$
|
|
3895
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3896
|
-
}, __vue_inject_styles__$
|
|
3893
|
+
const __vue_component__$14 = /*#__PURE__*/normalizeComponent({
|
|
3894
|
+
render: __vue_render__$E,
|
|
3895
|
+
staticRenderFns: __vue_staticRenderFns__$E
|
|
3896
|
+
}, __vue_inject_styles__$E, __vue_script__$E, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, createInjector, undefined, undefined);
|
|
3897
3897
|
|
|
3898
|
-
var VcTextField = __vue_component__$
|
|
3898
|
+
var VcTextField = __vue_component__$14;
|
|
3899
3899
|
|
|
3900
3900
|
const throttle$1 = require("lodash.throttle");
|
|
3901
3901
|
|
|
3902
|
-
var script$
|
|
3902
|
+
var script$D = {
|
|
3903
3903
|
name: "VcSearchBar",
|
|
3904
3904
|
components: {
|
|
3905
3905
|
VcTextField,
|
|
@@ -3961,10 +3961,10 @@ var script$C = {
|
|
|
3961
3961
|
};
|
|
3962
3962
|
|
|
3963
3963
|
/* script */
|
|
3964
|
-
const __vue_script__$
|
|
3964
|
+
const __vue_script__$D = script$D;
|
|
3965
3965
|
/* template */
|
|
3966
3966
|
|
|
3967
|
-
var __vue_render__$
|
|
3967
|
+
var __vue_render__$D = function () {
|
|
3968
3968
|
var _vm = this;
|
|
3969
3969
|
|
|
3970
3970
|
var _h = _vm.$createElement;
|
|
@@ -4000,10 +4000,10 @@ var __vue_render__$C = function () {
|
|
|
4000
4000
|
});
|
|
4001
4001
|
};
|
|
4002
4002
|
|
|
4003
|
-
var __vue_staticRenderFns__$
|
|
4003
|
+
var __vue_staticRenderFns__$D = [];
|
|
4004
4004
|
/* style */
|
|
4005
4005
|
|
|
4006
|
-
const __vue_inject_styles__$
|
|
4006
|
+
const __vue_inject_styles__$D = function (inject) {
|
|
4007
4007
|
if (!inject) return;
|
|
4008
4008
|
inject("data-v-aa7c74d0_0", {
|
|
4009
4009
|
source: ".vc-search-bar.VcTextInput[data-v-aa7c74d0]{padding:var(--size-value0);margin:var(--size-value0)}.vc-search-bar.VcTextInput.border-top-radius[data-v-aa7c74d0] .v-input__control .v-input__slot{border-radius:var(--border-radius) var(--border-radius) var(--size-value0) var(--size-value0)}.vc-search-bar.VcTextInput.v-input--has-state[data-v-aa7c74d0] .v-input__slot .v-text-field__slot,.vc-search-bar.VcTextInput.v-input--is-focused[data-v-aa7c74d0] .v-input__slot .v-text-field__slot,.vc-search-bar.VcTextInput.v-input--is-label-active[data-v-aa7c74d0] .v-input__slot .v-text-field__slot{margin:0}.vc-search-bar.VcTextInput__magnify[data-v-aa7c74d0]{fill:var(--gray-darken-2)}.vc-search-bar.VcTextInput[data-v-aa7c74d0]:hover{border-color:var(--gray-darken-2)}.vc-search-bar.VcTextInput[data-v-aa7c74d0]:hover .v-input__slot label{color:var(--gray-darken-2)}.vc-search-bar.VcTextInput.medium[data-v-aa7c74d0] .v-input__control .v-input__slot{height:var(--size-value10)}.vc-search-bar.VcTextInput.medium[data-v-aa7c74d0] .v-input__control .v-input__slot .v-input__prepend-inner{padding:var(--size-value3)}.vc-search-bar.VcTextInput[data-v-aa7c74d0] .v-input__control .v-input__slot{padding:var(--size-value0)}.vc-search-bar.VcTextInput[data-v-aa7c74d0] .v-input__control .v-input__slot .v-input__prepend-inner{padding:18px var(--size-value3);margin:var(--size-value0)}",
|
|
@@ -4014,25 +4014,25 @@ const __vue_inject_styles__$C = function (inject) {
|
|
|
4014
4014
|
/* scoped */
|
|
4015
4015
|
|
|
4016
4016
|
|
|
4017
|
-
const __vue_scope_id__$
|
|
4017
|
+
const __vue_scope_id__$D = "data-v-aa7c74d0";
|
|
4018
4018
|
/* module identifier */
|
|
4019
4019
|
|
|
4020
|
-
const __vue_module_identifier__$
|
|
4020
|
+
const __vue_module_identifier__$D = undefined;
|
|
4021
4021
|
/* functional template */
|
|
4022
4022
|
|
|
4023
|
-
const __vue_is_functional_template__$
|
|
4023
|
+
const __vue_is_functional_template__$D = false;
|
|
4024
4024
|
/* style inject SSR */
|
|
4025
4025
|
|
|
4026
4026
|
/* style inject shadow dom */
|
|
4027
4027
|
|
|
4028
|
-
const __vue_component__$
|
|
4029
|
-
render: __vue_render__$
|
|
4030
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4031
|
-
}, __vue_inject_styles__$
|
|
4028
|
+
const __vue_component__$13 = /*#__PURE__*/normalizeComponent({
|
|
4029
|
+
render: __vue_render__$D,
|
|
4030
|
+
staticRenderFns: __vue_staticRenderFns__$D
|
|
4031
|
+
}, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
|
|
4032
4032
|
|
|
4033
|
-
var VcSearchBar = __vue_component__$
|
|
4033
|
+
var VcSearchBar = __vue_component__$13;
|
|
4034
4034
|
|
|
4035
|
-
var script$
|
|
4035
|
+
var script$C = {
|
|
4036
4036
|
name: "VcListbox",
|
|
4037
4037
|
components: {
|
|
4038
4038
|
VcLayout,
|
|
@@ -4122,10 +4122,10 @@ var script$B = {
|
|
|
4122
4122
|
};
|
|
4123
4123
|
|
|
4124
4124
|
/* script */
|
|
4125
|
-
const __vue_script__$
|
|
4125
|
+
const __vue_script__$C = script$C;
|
|
4126
4126
|
/* template */
|
|
4127
4127
|
|
|
4128
|
-
var __vue_render__$
|
|
4128
|
+
var __vue_render__$C = function () {
|
|
4129
4129
|
var _vm = this;
|
|
4130
4130
|
|
|
4131
4131
|
var _h = _vm.$createElement;
|
|
@@ -4218,10 +4218,10 @@ var __vue_render__$B = function () {
|
|
|
4218
4218
|
}, [_vm._v(_vm._s(_vm.getAddAnotherLabel))])], 1)], 1) : _vm._e()], 1)], 1);
|
|
4219
4219
|
};
|
|
4220
4220
|
|
|
4221
|
-
var __vue_staticRenderFns__$
|
|
4221
|
+
var __vue_staticRenderFns__$C = [];
|
|
4222
4222
|
/* style */
|
|
4223
4223
|
|
|
4224
|
-
const __vue_inject_styles__$
|
|
4224
|
+
const __vue_inject_styles__$C = function (inject) {
|
|
4225
4225
|
if (!inject) return;
|
|
4226
4226
|
inject("data-v-511fa191_0", {
|
|
4227
4227
|
source: ".vc-list-title[data-v-511fa191]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:var(--size-value5);margin-block-end:var(--size-value3)}.VcListbox[data-v-511fa191]{padding-block:var(--size-value1);margin-block:var(--size-value1);border:1px solid var(--gray-lighten-1);box-sizing:border-box;border-radius:var(--border-radius);box-shadow:none!important}.VcListbox.with-search[data-v-511fa191]{border:none}.VcListbox.with-search .vc-overflow[data-v-511fa191]{border-inline:var(--border-frame);border-block-end:var(--border-frame);border-radius:0 0 var(--border-radius) var(--border-radius)}.VcListbox.with-search.with-add-another .vc-overflow[data-v-511fa191]{border-inline:var(--border-frame);border-block-end:unset;border-radius:unset}.VcListbox.with-search.with-add-another .last-item[data-v-511fa191]{border-inline:var(--border-frame);border-block-end:var(--border-frame);border-radius:0 0 var(--border-radius) var(--border-radius)}.VcListbox .vc-overflow[data-v-511fa191]{overflow:auto;height:160px}.VcListbox .vc-overflow .vc-list-item[data-v-511fa191]{padding:var(--size-value0);min-height:unset}.VcListbox .vc-overflow .vc-list-item[data-v-511fa191]:before{opacity:0}.VcListbox .divider[data-v-511fa191]{border-color:var(--gray-lighten-1)}.VcListbox .last-item[data-v-511fa191]{cursor:pointer;min-height:var(--size-value10);padding-block:var(--size-value1) var(--size-value2)}.VcListbox .last-item[data-v-511fa191]:hover{background-color:var(--gray-lighten-3)}.VcListbox .last-item .add-another-label[data-v-511fa191]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-5)}.VcListbox .last-item .add-another-icon[data-v-511fa191]{margin-inline-end:var(--size-value3);cursor:pointer}.VcListbox .last-item .add-another-icon[data-v-511fa191] .v-icon__component{height:unset;width:unset}.VcListbox .last-item .add-another-icon[data-v-511fa191] .v-icon__component svg{width:var(--size-value3)}.VcListbox__empty[data-v-511fa191]{height:100%;font-weight:var(--font-weight-medium2);font-size:var(--font-size-xx-small);color:var(--gray-darken-4)}",
|
|
@@ -4232,25 +4232,25 @@ const __vue_inject_styles__$B = function (inject) {
|
|
|
4232
4232
|
/* scoped */
|
|
4233
4233
|
|
|
4234
4234
|
|
|
4235
|
-
const __vue_scope_id__$
|
|
4235
|
+
const __vue_scope_id__$C = "data-v-511fa191";
|
|
4236
4236
|
/* module identifier */
|
|
4237
4237
|
|
|
4238
|
-
const __vue_module_identifier__$
|
|
4238
|
+
const __vue_module_identifier__$C = undefined;
|
|
4239
4239
|
/* functional template */
|
|
4240
4240
|
|
|
4241
|
-
const __vue_is_functional_template__$
|
|
4241
|
+
const __vue_is_functional_template__$C = false;
|
|
4242
4242
|
/* style inject SSR */
|
|
4243
4243
|
|
|
4244
4244
|
/* style inject shadow dom */
|
|
4245
4245
|
|
|
4246
|
-
const __vue_component__
|
|
4247
|
-
render: __vue_render__$
|
|
4248
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4249
|
-
}, __vue_inject_styles__$
|
|
4246
|
+
const __vue_component__$11 = /*#__PURE__*/normalizeComponent({
|
|
4247
|
+
render: __vue_render__$C,
|
|
4248
|
+
staticRenderFns: __vue_staticRenderFns__$C
|
|
4249
|
+
}, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
|
|
4250
4250
|
|
|
4251
|
-
var __vue_component__$
|
|
4251
|
+
var __vue_component__$12 = __vue_component__$11;
|
|
4252
4252
|
|
|
4253
|
-
var script$
|
|
4253
|
+
var script$B = {
|
|
4254
4254
|
name: "VcBottomSheet",
|
|
4255
4255
|
components: {
|
|
4256
4256
|
VcLayout,
|
|
@@ -4274,10 +4274,10 @@ var script$A = {
|
|
|
4274
4274
|
};
|
|
4275
4275
|
|
|
4276
4276
|
/* script */
|
|
4277
|
-
const __vue_script__$
|
|
4277
|
+
const __vue_script__$B = script$B;
|
|
4278
4278
|
/* template */
|
|
4279
4279
|
|
|
4280
|
-
var __vue_render__$
|
|
4280
|
+
var __vue_render__$B = function () {
|
|
4281
4281
|
var _vm = this;
|
|
4282
4282
|
|
|
4283
4283
|
var _h = _vm.$createElement;
|
|
@@ -4310,10 +4310,10 @@ var __vue_render__$A = function () {
|
|
|
4310
4310
|
}, [_vm._t("default")], 2)], 1);
|
|
4311
4311
|
};
|
|
4312
4312
|
|
|
4313
|
-
var __vue_staticRenderFns__$
|
|
4313
|
+
var __vue_staticRenderFns__$B = [];
|
|
4314
4314
|
/* style */
|
|
4315
4315
|
|
|
4316
|
-
const __vue_inject_styles__$
|
|
4316
|
+
const __vue_inject_styles__$B = function (inject) {
|
|
4317
4317
|
if (!inject) return;
|
|
4318
4318
|
inject("data-v-d837dcb8_0", {
|
|
4319
4319
|
source: "[data-v-d837dcb8]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcBottomSheet .vc-sheet[data-v-d837dcb8]{max-height:92vh;border-radius:var(--modal-border-radius) var(--modal-border-radius) 0 0;display:flex;box-shadow:var(--modal-box-shadow)}",
|
|
@@ -4324,25 +4324,25 @@ const __vue_inject_styles__$A = function (inject) {
|
|
|
4324
4324
|
/* scoped */
|
|
4325
4325
|
|
|
4326
4326
|
|
|
4327
|
-
const __vue_scope_id__$
|
|
4327
|
+
const __vue_scope_id__$B = "data-v-d837dcb8";
|
|
4328
4328
|
/* module identifier */
|
|
4329
4329
|
|
|
4330
|
-
const __vue_module_identifier__$
|
|
4330
|
+
const __vue_module_identifier__$B = undefined;
|
|
4331
4331
|
/* functional template */
|
|
4332
4332
|
|
|
4333
|
-
const __vue_is_functional_template__$
|
|
4333
|
+
const __vue_is_functional_template__$B = false;
|
|
4334
4334
|
/* style inject SSR */
|
|
4335
4335
|
|
|
4336
4336
|
/* style inject shadow dom */
|
|
4337
4337
|
|
|
4338
|
-
const __vue_component__$
|
|
4339
|
-
render: __vue_render__$
|
|
4340
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4341
|
-
}, __vue_inject_styles__$
|
|
4338
|
+
const __vue_component__$10 = /*#__PURE__*/normalizeComponent({
|
|
4339
|
+
render: __vue_render__$B,
|
|
4340
|
+
staticRenderFns: __vue_staticRenderFns__$B
|
|
4341
|
+
}, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
|
|
4342
4342
|
|
|
4343
|
-
var VcBottomSheet = __vue_component__$
|
|
4343
|
+
var VcBottomSheet = __vue_component__$10;
|
|
4344
4344
|
|
|
4345
|
-
var script$
|
|
4345
|
+
var script$A = {
|
|
4346
4346
|
components: {
|
|
4347
4347
|
VcIcon,
|
|
4348
4348
|
VSwitch: VSwitch
|
|
@@ -4387,10 +4387,10 @@ var script$z = {
|
|
|
4387
4387
|
};
|
|
4388
4388
|
|
|
4389
4389
|
/* script */
|
|
4390
|
-
const __vue_script__$
|
|
4390
|
+
const __vue_script__$A = script$A;
|
|
4391
4391
|
/* template */
|
|
4392
4392
|
|
|
4393
|
-
var __vue_render__$
|
|
4393
|
+
var __vue_render__$A = function () {
|
|
4394
4394
|
var _vm = this;
|
|
4395
4395
|
|
|
4396
4396
|
var _h = _vm.$createElement;
|
|
@@ -4446,10 +4446,10 @@ var __vue_render__$z = function () {
|
|
|
4446
4446
|
}, [_vm._v("$close_button")]) : _vm._e()], 1);
|
|
4447
4447
|
};
|
|
4448
4448
|
|
|
4449
|
-
var __vue_staticRenderFns__$
|
|
4449
|
+
var __vue_staticRenderFns__$A = [];
|
|
4450
4450
|
/* style */
|
|
4451
4451
|
|
|
4452
|
-
const __vue_inject_styles__$
|
|
4452
|
+
const __vue_inject_styles__$A = function (inject) {
|
|
4453
4453
|
if (!inject) return;
|
|
4454
4454
|
inject("data-v-422626ac_0", {
|
|
4455
4455
|
source: ".switchContainer .VcSwitch[data-v-422626ac]{padding:0;margin:0}.switchContainer .VcSwitch[data-v-422626ac] label{font-size:var(--font-size-small);font-weight:var(--font-weight-medium);line-height:var(--size-value6);color:var(--neutral-lighten-1)}.switchContainer .VcSwitch[data-v-422626ac] input{height:var(--size-value5)}.switchContainer .VcSwitch[data-v-422626ac] .v-input--selection-controls__input{margin-left:0;margin-right:var(--size-value3);height:var(--size-value5);width:var(--size-value8)}#app[dir=rtl] .switchContainer .VcSwitch[data-v-422626ac] .v-input--selection-controls__input{margin-left:var(--size-value3)}#app[dir=rtl] .switchContainer .VcSwitch[data-v-422626ac] .v-input--selection-controls__input{margin-right:0}.switchContainer .VcSwitch[data-v-422626ac] .v-input--switch__track{top:0;left:0}#app[dir=rtl] .switchContainer .VcSwitch[data-v-422626ac] .v-input--switch__track{left:auto;right:0}.switchContainer .VcSwitch[data-v-422626ac] .v-input--selection-controls__ripple{left:-10px;height:25px;width:25px}#app[dir=rtl] .switchContainer .VcSwitch[data-v-422626ac] .v-input--selection-controls__ripple{left:auto;right:-10px}.switchContainer .VcSwitch[data-v-422626ac] .v-input--switch__thumb{height:14px;width:14px;background-color:#fff;top:calc(50% - 7px);transform:translateX(3px)!important;box-shadow:var(--shadow-5)}#app[dir=rtl] .switchContainer .VcSwitch[data-v-422626ac] .v-input--switch__thumb{transform:translateX(-3px)!important}.switchContainer .VcSwitch.v-input--is-disabled[data-v-422626ac] {opacity:1}.switchContainer .VcSwitch.v-input--is-disabled[data-v-422626ac] .v-input--switch__track{color:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.v-input--is-disabled[data-v-422626ac] .v-input--switch__thumb{background-color:var(--gray)!important;box-shadow:none}.switchContainer .VcSwitch.is-active[data-v-422626ac] .v-input--switch__track{opacity:1;background-color:currentColor}.switchContainer .VcSwitch.is-active[data-v-422626ac] .v-input--selection-controls__ripple{transform:translateX(14px)!important}#app[dir=rtl] .switchContainer .VcSwitch.is-active[data-v-422626ac] .v-input--selection-controls__ripple{transform:translateX(-14px)!important}.switchContainer .VcSwitch.is-active[data-v-422626ac] .v-input--switch__thumb{transform:translateX(17px)!important}#app[dir=rtl] .switchContainer .VcSwitch.is-active[data-v-422626ac] .v-input--switch__thumb{transform:translateX(-17px)!important}.switchContainer .VcSwitch.pre-label[data-v-422626ac] label{order:-1;flex:unset;margin-inline-end:var(--size-value2)}.switchContainer .VcSwitch.pre-label[data-v-422626ac] .v-input--selection-controls__input{margin:unset!important}.switchContainer .VcSwitch.with-icon[data-v-422626ac] input{height:var(--size-value6)}.switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--selection-controls__input{margin-left:0;margin-right:var(--size-value3);height:var(--size-value6);width:var(--size-value12)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--selection-controls__input{margin-left:var(--size-value3)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--selection-controls__input{margin-right:0}.switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--switch__track{top:0;left:0;height:var(--size-value6);width:var(--size-value12)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--switch__track{left:auto;right:0}.switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--selection-controls__ripple{left:-9px;height:29px;width:29px;top:calc(50% - 21.5px)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--selection-controls__ripple{left:auto;right:-9px}.switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--switch__thumb{height:18px;width:18px;top:calc(50% - 9px);transform:translateX(3.5px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-422626ac] .v-input--switch__thumb{transform:translateX(-3.5px)!important}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-422626ac] {opacity:1}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-422626ac] .v-input--switch__track{color:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-422626ac] .v-input--switch__thumb{background-color:var(--gray)!important;box-shadow:none}.switchContainer .VcSwitch.with-icon.v-input--is-disabled+.VcSwitchIcon[data-v-422626ac]{fill:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.with-icon.is-active[data-v-422626ac] .v-input--switch__track{opacity:1;background-color:currentColor}.switchContainer .VcSwitch.with-icon.is-active[data-v-422626ac] .v-input--selection-controls__ripple{transform:translateX(23.5px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon.is-active[data-v-422626ac] .v-input--selection-controls__ripple{transform:translateX(-23.5px)!important}.switchContainer .VcSwitch.with-icon.is-active[data-v-422626ac] .v-input--switch__thumb{transform:translateX(26px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon.is-active[data-v-422626ac] .v-input--switch__thumb{transform:translateX(-26px)!important}.switchContainer .VcSwitchIcon[data-v-422626ac]{cursor:pointer;pointer-events:none;margin:17px;left:-10px}.switchContainer .VcSwitchIconV[data-v-422626ac]{top:-33px;transform:translateX(23px);fill:var(--v-secondary-base)}.switchContainer .VcSwitchIconX[data-v-422626ac]{top:-34px;transform:translate(0,0);fill:var(--neutral-lighten-1)}.switchContainer.with-icon[data-v-422626ac]{height:var(--size-value6)}",
|
|
@@ -4460,25 +4460,25 @@ const __vue_inject_styles__$z = function (inject) {
|
|
|
4460
4460
|
/* scoped */
|
|
4461
4461
|
|
|
4462
4462
|
|
|
4463
|
-
const __vue_scope_id__$
|
|
4463
|
+
const __vue_scope_id__$A = "data-v-422626ac";
|
|
4464
4464
|
/* module identifier */
|
|
4465
4465
|
|
|
4466
|
-
const __vue_module_identifier__$
|
|
4466
|
+
const __vue_module_identifier__$A = undefined;
|
|
4467
4467
|
/* functional template */
|
|
4468
4468
|
|
|
4469
|
-
const __vue_is_functional_template__$
|
|
4469
|
+
const __vue_is_functional_template__$A = false;
|
|
4470
4470
|
/* style inject SSR */
|
|
4471
4471
|
|
|
4472
4472
|
/* style inject shadow dom */
|
|
4473
4473
|
|
|
4474
|
-
const __vue_component__
|
|
4475
|
-
render: __vue_render__$
|
|
4476
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4477
|
-
}, __vue_inject_styles__$
|
|
4474
|
+
const __vue_component__$$ = /*#__PURE__*/normalizeComponent({
|
|
4475
|
+
render: __vue_render__$A,
|
|
4476
|
+
staticRenderFns: __vue_staticRenderFns__$A
|
|
4477
|
+
}, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
|
|
4478
4478
|
|
|
4479
|
-
var VcSwitch = __vue_component__
|
|
4479
|
+
var VcSwitch = __vue_component__$$;
|
|
4480
4480
|
|
|
4481
|
-
var script$
|
|
4481
|
+
var script$z = {
|
|
4482
4482
|
name: "VcInputBottomSheet",
|
|
4483
4483
|
components: {
|
|
4484
4484
|
VcBottomSheet,
|
|
@@ -4575,10 +4575,10 @@ var script$y = {
|
|
|
4575
4575
|
};
|
|
4576
4576
|
|
|
4577
4577
|
/* script */
|
|
4578
|
-
const __vue_script__$
|
|
4578
|
+
const __vue_script__$z = script$z;
|
|
4579
4579
|
/* template */
|
|
4580
4580
|
|
|
4581
|
-
var __vue_render__$
|
|
4581
|
+
var __vue_render__$z = function () {
|
|
4582
4582
|
var _vm = this;
|
|
4583
4583
|
|
|
4584
4584
|
var _h = _vm.$createElement;
|
|
@@ -4697,10 +4697,10 @@ var __vue_render__$y = function () {
|
|
|
4697
4697
|
}) : _vm._e()], 1)]], 2);
|
|
4698
4698
|
};
|
|
4699
4699
|
|
|
4700
|
-
var __vue_staticRenderFns__$
|
|
4700
|
+
var __vue_staticRenderFns__$z = [];
|
|
4701
4701
|
/* style */
|
|
4702
4702
|
|
|
4703
|
-
const __vue_inject_styles__$
|
|
4703
|
+
const __vue_inject_styles__$z = function (inject) {
|
|
4704
4704
|
if (!inject) return;
|
|
4705
4705
|
inject("data-v-e1c1f348_0", {
|
|
4706
4706
|
source: "[data-v-e1c1f348]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcInputBottomSheet .vc-bottom-sheet__header.showDivider[data-v-e1c1f348]{border-bottom:1px solid var(--gray-lighten-1)}.VcInputBottomSheet .vc-bottom-sheet__footer[data-v-e1c1f348]{padding:var(--size-value3) var(--size-value4)}.VcInputBottomSheet .vc-bottom-sheet__footer.showDivider[data-v-e1c1f348]{border-top:1px solid var(--gray-lighten-1);display:flex}.VcInputBottomSheet .vc-bottom-sheet__content[data-v-e1c1f348]{padding:var(--size-value6) var(--size-value4);overflow-y:auto}",
|
|
@@ -4711,23 +4711,23 @@ const __vue_inject_styles__$y = function (inject) {
|
|
|
4711
4711
|
/* scoped */
|
|
4712
4712
|
|
|
4713
4713
|
|
|
4714
|
-
const __vue_scope_id__$
|
|
4714
|
+
const __vue_scope_id__$z = "data-v-e1c1f348";
|
|
4715
4715
|
/* module identifier */
|
|
4716
4716
|
|
|
4717
|
-
const __vue_module_identifier__$
|
|
4717
|
+
const __vue_module_identifier__$z = undefined;
|
|
4718
4718
|
/* functional template */
|
|
4719
4719
|
|
|
4720
|
-
const __vue_is_functional_template__$
|
|
4720
|
+
const __vue_is_functional_template__$z = false;
|
|
4721
4721
|
/* style inject SSR */
|
|
4722
4722
|
|
|
4723
4723
|
/* style inject shadow dom */
|
|
4724
4724
|
|
|
4725
|
-
const __vue_component__$
|
|
4726
|
-
render: __vue_render__$
|
|
4727
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4728
|
-
}, __vue_inject_styles__$
|
|
4725
|
+
const __vue_component__$Z = /*#__PURE__*/normalizeComponent({
|
|
4726
|
+
render: __vue_render__$z,
|
|
4727
|
+
staticRenderFns: __vue_staticRenderFns__$z
|
|
4728
|
+
}, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, createInjector, undefined, undefined);
|
|
4729
4729
|
|
|
4730
|
-
var __vue_component__$
|
|
4730
|
+
var __vue_component__$_ = __vue_component__$Z;
|
|
4731
4731
|
|
|
4732
4732
|
//
|
|
4733
4733
|
//
|
|
@@ -4747,7 +4747,7 @@ var __vue_component__$Y = __vue_component__$X;
|
|
|
4747
4747
|
//
|
|
4748
4748
|
//
|
|
4749
4749
|
//
|
|
4750
|
-
var script$
|
|
4750
|
+
var script$y = {
|
|
4751
4751
|
components: {
|
|
4752
4752
|
VMenu: VMenu
|
|
4753
4753
|
},
|
|
@@ -4783,10 +4783,10 @@ var script$x = {
|
|
|
4783
4783
|
};
|
|
4784
4784
|
|
|
4785
4785
|
/* script */
|
|
4786
|
-
const __vue_script__$
|
|
4786
|
+
const __vue_script__$y = script$y;
|
|
4787
4787
|
/* template */
|
|
4788
4788
|
|
|
4789
|
-
var __vue_render__$
|
|
4789
|
+
var __vue_render__$y = function () {
|
|
4790
4790
|
var _vm = this;
|
|
4791
4791
|
|
|
4792
4792
|
var _h = _vm.$createElement;
|
|
@@ -4824,10 +4824,10 @@ var __vue_render__$x = function () {
|
|
|
4824
4824
|
}, [_vm._v(" "), _vm._t("default")], 2);
|
|
4825
4825
|
};
|
|
4826
4826
|
|
|
4827
|
-
var __vue_staticRenderFns__$
|
|
4827
|
+
var __vue_staticRenderFns__$y = [];
|
|
4828
4828
|
/* style */
|
|
4829
4829
|
|
|
4830
|
-
const __vue_inject_styles__$
|
|
4830
|
+
const __vue_inject_styles__$y = function (inject) {
|
|
4831
4831
|
if (!inject) return;
|
|
4832
4832
|
inject("data-v-da6757e6_0", {
|
|
4833
4833
|
source: "[data-v-da6757e6]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-popover[data-v-da6757e6]{background-color:var(--modal-bg-color);width:var(--popover-width);max-height:var(--popover-max-height);display:flex;box-shadow:var(--modal-box-shadow);border-radius:var(--popover-border-radius)}",
|
|
@@ -4838,25 +4838,25 @@ const __vue_inject_styles__$x = function (inject) {
|
|
|
4838
4838
|
/* scoped */
|
|
4839
4839
|
|
|
4840
4840
|
|
|
4841
|
-
const __vue_scope_id__$
|
|
4841
|
+
const __vue_scope_id__$y = "data-v-da6757e6";
|
|
4842
4842
|
/* module identifier */
|
|
4843
4843
|
|
|
4844
|
-
const __vue_module_identifier__$
|
|
4844
|
+
const __vue_module_identifier__$y = undefined;
|
|
4845
4845
|
/* functional template */
|
|
4846
4846
|
|
|
4847
|
-
const __vue_is_functional_template__$
|
|
4847
|
+
const __vue_is_functional_template__$y = false;
|
|
4848
4848
|
/* style inject SSR */
|
|
4849
4849
|
|
|
4850
4850
|
/* style inject shadow dom */
|
|
4851
4851
|
|
|
4852
|
-
const __vue_component__$
|
|
4853
|
-
render: __vue_render__$
|
|
4854
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4855
|
-
}, __vue_inject_styles__$
|
|
4852
|
+
const __vue_component__$Y = /*#__PURE__*/normalizeComponent({
|
|
4853
|
+
render: __vue_render__$y,
|
|
4854
|
+
staticRenderFns: __vue_staticRenderFns__$y
|
|
4855
|
+
}, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
|
|
4856
4856
|
|
|
4857
|
-
var VcPopover = __vue_component__$
|
|
4857
|
+
var VcPopover = __vue_component__$Y;
|
|
4858
4858
|
|
|
4859
|
-
var script$
|
|
4859
|
+
var script$x = {
|
|
4860
4860
|
name: "VcInputPopover",
|
|
4861
4861
|
components: {
|
|
4862
4862
|
VcModalHeader,
|
|
@@ -4953,10 +4953,10 @@ var script$w = {
|
|
|
4953
4953
|
};
|
|
4954
4954
|
|
|
4955
4955
|
/* script */
|
|
4956
|
-
const __vue_script__$
|
|
4956
|
+
const __vue_script__$x = script$x;
|
|
4957
4957
|
/* template */
|
|
4958
4958
|
|
|
4959
|
-
var __vue_render__$
|
|
4959
|
+
var __vue_render__$x = function () {
|
|
4960
4960
|
var _vm = this;
|
|
4961
4961
|
|
|
4962
4962
|
var _h = _vm.$createElement;
|
|
@@ -5066,10 +5066,10 @@ var __vue_render__$w = function () {
|
|
|
5066
5066
|
}) : _vm._e()], 1)]], 2);
|
|
5067
5067
|
};
|
|
5068
5068
|
|
|
5069
|
-
var __vue_staticRenderFns__$
|
|
5069
|
+
var __vue_staticRenderFns__$x = [];
|
|
5070
5070
|
/* style */
|
|
5071
5071
|
|
|
5072
|
-
const __vue_inject_styles__$
|
|
5072
|
+
const __vue_inject_styles__$x = function (inject) {
|
|
5073
5073
|
if (!inject) return;
|
|
5074
5074
|
inject("data-v-97aa8f28_0", {
|
|
5075
5075
|
source: "[data-v-97aa8f28]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-popover[data-v-97aa8f28]{width:var(--popover-width);max-height:var(--popover-max-height);display:flex;box-shadow:var(--modal-box-shadow)}.vc-popover .vc-popover-content[data-v-97aa8f28]{padding:var(--size-value4) var(--size-value6);overflow-y:auto}.vc-popover .vc-popover-footer[data-v-97aa8f28]{padding:var(--size-value3) var(--size-value6)}",
|
|
@@ -5080,25 +5080,25 @@ const __vue_inject_styles__$w = function (inject) {
|
|
|
5080
5080
|
/* scoped */
|
|
5081
5081
|
|
|
5082
5082
|
|
|
5083
|
-
const __vue_scope_id__$
|
|
5083
|
+
const __vue_scope_id__$x = "data-v-97aa8f28";
|
|
5084
5084
|
/* module identifier */
|
|
5085
5085
|
|
|
5086
|
-
const __vue_module_identifier__$
|
|
5086
|
+
const __vue_module_identifier__$x = undefined;
|
|
5087
5087
|
/* functional template */
|
|
5088
5088
|
|
|
5089
|
-
const __vue_is_functional_template__$
|
|
5089
|
+
const __vue_is_functional_template__$x = false;
|
|
5090
5090
|
/* style inject SSR */
|
|
5091
5091
|
|
|
5092
5092
|
/* style inject shadow dom */
|
|
5093
5093
|
|
|
5094
|
-
const __vue_component__$
|
|
5095
|
-
render: __vue_render__$
|
|
5096
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5097
|
-
}, __vue_inject_styles__$
|
|
5094
|
+
const __vue_component__$W = /*#__PURE__*/normalizeComponent({
|
|
5095
|
+
render: __vue_render__$x,
|
|
5096
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
5097
|
+
}, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
|
|
5098
5098
|
|
|
5099
|
-
var __vue_component__$
|
|
5099
|
+
var __vue_component__$X = __vue_component__$W;
|
|
5100
5100
|
|
|
5101
|
-
var script$
|
|
5101
|
+
var script$w = {
|
|
5102
5102
|
name: "VcChip",
|
|
5103
5103
|
components: {
|
|
5104
5104
|
VcIcon,
|
|
@@ -5134,10 +5134,10 @@ var script$v = {
|
|
|
5134
5134
|
};
|
|
5135
5135
|
|
|
5136
5136
|
/* script */
|
|
5137
|
-
const __vue_script__$
|
|
5137
|
+
const __vue_script__$w = script$w;
|
|
5138
5138
|
/* template */
|
|
5139
5139
|
|
|
5140
|
-
var __vue_render__$
|
|
5140
|
+
var __vue_render__$w = function () {
|
|
5141
5141
|
var _vm = this;
|
|
5142
5142
|
|
|
5143
5143
|
var _h = _vm.$createElement;
|
|
@@ -5177,10 +5177,10 @@ var __vue_render__$v = function () {
|
|
|
5177
5177
|
}, [_vm._v("$attention_fill")])], 1) : _vm._e(), _vm._v("\n " + _vm._s(_vm.label) + "\n")]);
|
|
5178
5178
|
};
|
|
5179
5179
|
|
|
5180
|
-
var __vue_staticRenderFns__$
|
|
5180
|
+
var __vue_staticRenderFns__$w = [];
|
|
5181
5181
|
/* style */
|
|
5182
5182
|
|
|
5183
|
-
const __vue_inject_styles__$
|
|
5183
|
+
const __vue_inject_styles__$w = function (inject) {
|
|
5184
5184
|
if (!inject) return;
|
|
5185
5185
|
inject("data-v-d8233608_0", {
|
|
5186
5186
|
source: "[data-v-d8233608]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcChip[data-v-d8233608]{max-width:fit-content;border:1px solid var(--neutral-lighten-1)}.VcChip.v-chip[data-v-d8233608]{background-color:var(--modal-bg-color)}.VcChip.v-chip[data-v-d8233608] .v-chip__content{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-5)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .vc-avatar-wrapper{margin-inline-end:var(--size-value2)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .vc-avatar-wrapper .vc-attention-fill{fill:var(--yellow)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .v-chip__close{direction:inherit;margin-inline:var(--size-value1) var(--size-value0);color:var(--gray)}.VcChip.v-chip[data-v-d8233608] .v-chip__content .v-chip__close:hover{opacity:unset}.VcChip.v-chip.vc-avatar[data-v-d8233608]{padding-inline:var(--size-value1) var(--size-value3)}.VcChip.v-chip--disabled[data-v-d8233608]{background-color:var(--gray-lighten-2);border:1px solid var(--gray-lighten-2)}.VcChip.v-chip--disabled[data-v-d8233608] .v-chip__content{color:var(--gray-darken-1)}.VcChip.vc-invalid[data-v-d8233608]{background-color:var(--yellow-lighten-3);border:1px solid var(--yellow)}.VcChip.vc-invalid[data-v-d8233608]:hover{background-color:var(--yellow-lighten-2)}.VcChip[data-v-d8233608]:hover{background-color:var(--gray-lighten-3)}.VcChip[data-v-d8233608]:hover:before{opacity:0}.VcChip[data-v-d8233608]:focus{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcChip[data-v-d8233608]:focus:before{opacity:0}",
|
|
@@ -5191,23 +5191,23 @@ const __vue_inject_styles__$v = function (inject) {
|
|
|
5191
5191
|
/* scoped */
|
|
5192
5192
|
|
|
5193
5193
|
|
|
5194
|
-
const __vue_scope_id__$
|
|
5194
|
+
const __vue_scope_id__$w = "data-v-d8233608";
|
|
5195
5195
|
/* module identifier */
|
|
5196
5196
|
|
|
5197
|
-
const __vue_module_identifier__$
|
|
5197
|
+
const __vue_module_identifier__$w = undefined;
|
|
5198
5198
|
/* functional template */
|
|
5199
5199
|
|
|
5200
|
-
const __vue_is_functional_template__$
|
|
5200
|
+
const __vue_is_functional_template__$w = false;
|
|
5201
5201
|
/* style inject SSR */
|
|
5202
5202
|
|
|
5203
5203
|
/* style inject shadow dom */
|
|
5204
5204
|
|
|
5205
|
-
const __vue_component__$
|
|
5206
|
-
render: __vue_render__$
|
|
5207
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5208
|
-
}, __vue_inject_styles__$
|
|
5205
|
+
const __vue_component__$U = /*#__PURE__*/normalizeComponent({
|
|
5206
|
+
render: __vue_render__$w,
|
|
5207
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
5208
|
+
}, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
|
|
5209
5209
|
|
|
5210
|
-
var __vue_component__$
|
|
5210
|
+
var __vue_component__$V = __vue_component__$U;
|
|
5211
5211
|
|
|
5212
5212
|
//
|
|
5213
5213
|
//
|
|
@@ -5218,7 +5218,7 @@ var __vue_component__$T = __vue_component__$S;
|
|
|
5218
5218
|
//
|
|
5219
5219
|
//
|
|
5220
5220
|
//
|
|
5221
|
-
var script$
|
|
5221
|
+
var script$v = {
|
|
5222
5222
|
name: "VcBaseListItem",
|
|
5223
5223
|
model: {
|
|
5224
5224
|
prop: 'selected'
|
|
@@ -5263,10 +5263,10 @@ var script$u = {
|
|
|
5263
5263
|
};
|
|
5264
5264
|
|
|
5265
5265
|
/* script */
|
|
5266
|
-
const __vue_script__$
|
|
5266
|
+
const __vue_script__$v = script$v;
|
|
5267
5267
|
/* template */
|
|
5268
5268
|
|
|
5269
|
-
var __vue_render__$
|
|
5269
|
+
var __vue_render__$v = function () {
|
|
5270
5270
|
var _vm = this;
|
|
5271
5271
|
|
|
5272
5272
|
var _h = _vm.$createElement;
|
|
@@ -5287,10 +5287,10 @@ var __vue_render__$u = function () {
|
|
|
5287
5287
|
}, [[_vm._t("default")]], 2);
|
|
5288
5288
|
};
|
|
5289
5289
|
|
|
5290
|
-
var __vue_staticRenderFns__$
|
|
5290
|
+
var __vue_staticRenderFns__$v = [];
|
|
5291
5291
|
/* style */
|
|
5292
5292
|
|
|
5293
|
-
const __vue_inject_styles__$
|
|
5293
|
+
const __vue_inject_styles__$v = function (inject) {
|
|
5294
5294
|
if (!inject) return;
|
|
5295
5295
|
inject("data-v-22288207_0", {
|
|
5296
5296
|
source: ".vc-base-list-item[data-v-22288207]{padding:var(--size-value4) var(--size-value0);cursor:pointer;transition:background .8s}.vc-base-list-item.disabled[data-v-22288207]{cursor:unset;background-color:var(--gray-lighten-3);color:var(--gray-darken-2)}.vc-base-list-item[data-v-22288207]:not(.disabled):hover{background-color:var(--gray-lighten-3)}.vc-base-list-item[data-v-22288207]:not(.disabled):focus{box-shadow:0 0 0 2px var(--v-secondary-lighten1)}.vc-base-list-item[data-v-22288207]:not(.disabled):focus:before{background-color:var(--modal-bg-color)}.vc-base-list-item:not(.disabled).active[data-v-22288207]::before{background-color:unset}.vc-base-list-item:not(.disabled).active:not(.disabled).multiple[data-v-22288207]{background-color:unset}.vc-base-list-item:not(.disabled).active:not(.disabled).single[data-v-22288207]{background-color:var(--v-secondary-lighten3)}.vc-base-list-item[data-v-22288207]:not(.disabled):active{background-color:var(--gray)!important;transition:background 0s}",
|
|
@@ -5301,26 +5301,26 @@ const __vue_inject_styles__$u = function (inject) {
|
|
|
5301
5301
|
/* scoped */
|
|
5302
5302
|
|
|
5303
5303
|
|
|
5304
|
-
const __vue_scope_id__$
|
|
5304
|
+
const __vue_scope_id__$v = "data-v-22288207";
|
|
5305
5305
|
/* module identifier */
|
|
5306
5306
|
|
|
5307
|
-
const __vue_module_identifier__$
|
|
5307
|
+
const __vue_module_identifier__$v = undefined;
|
|
5308
5308
|
/* functional template */
|
|
5309
5309
|
|
|
5310
|
-
const __vue_is_functional_template__$
|
|
5310
|
+
const __vue_is_functional_template__$v = false;
|
|
5311
5311
|
/* style inject SSR */
|
|
5312
5312
|
|
|
5313
5313
|
/* style inject shadow dom */
|
|
5314
5314
|
|
|
5315
|
-
const __vue_component__$
|
|
5316
|
-
render: __vue_render__$
|
|
5317
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5318
|
-
}, __vue_inject_styles__$
|
|
5315
|
+
const __vue_component__$T = /*#__PURE__*/normalizeComponent({
|
|
5316
|
+
render: __vue_render__$v,
|
|
5317
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
5318
|
+
}, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
|
|
5319
5319
|
|
|
5320
|
-
var VcBaseListItem = __vue_component__$
|
|
5320
|
+
var VcBaseListItem = __vue_component__$T;
|
|
5321
5321
|
|
|
5322
5322
|
const VcLinkIcons = ['', 'copy', 'trash', 'left'];
|
|
5323
|
-
var script$
|
|
5323
|
+
var script$u = {
|
|
5324
5324
|
name: "VcLink",
|
|
5325
5325
|
components: {
|
|
5326
5326
|
VcIcon
|
|
@@ -5372,10 +5372,10 @@ var script$t = {
|
|
|
5372
5372
|
};
|
|
5373
5373
|
|
|
5374
5374
|
/* script */
|
|
5375
|
-
const __vue_script__$
|
|
5375
|
+
const __vue_script__$u = script$u;
|
|
5376
5376
|
/* template */
|
|
5377
5377
|
|
|
5378
|
-
var __vue_render__$
|
|
5378
|
+
var __vue_render__$u = function () {
|
|
5379
5379
|
var _vm = this;
|
|
5380
5380
|
|
|
5381
5381
|
var _h = _vm.$createElement;
|
|
@@ -5405,10 +5405,10 @@ var __vue_render__$t = function () {
|
|
|
5405
5405
|
}, [_vm._v(_vm._s(_vm.getIcon))]) : _vm._e(), _vm._v(" "), _c('label', [_vm._v(_vm._s(_vm.label))])], 1);
|
|
5406
5406
|
};
|
|
5407
5407
|
|
|
5408
|
-
var __vue_staticRenderFns__$
|
|
5408
|
+
var __vue_staticRenderFns__$u = [];
|
|
5409
5409
|
/* style */
|
|
5410
5410
|
|
|
5411
|
-
const __vue_inject_styles__$
|
|
5411
|
+
const __vue_inject_styles__$u = function (inject) {
|
|
5412
5412
|
if (!inject) return;
|
|
5413
5413
|
inject("data-v-65e5dd72_0", {
|
|
5414
5414
|
source: ".VcLink[data-v-65e5dd72]{display:flex;align-items:center;font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);padding-top:var(--size-value1);text-decoration:none;color:var(--blue)}.VcLink.link-secondary[data-v-65e5dd72]{color:var(--gray-darken-4)}.VcLink.link-secondary.VcLink[data-v-65e5dd72] svg path{fill:var(--gray-darken-4)}.VcLink:hover label[data-v-65e5dd72]{text-decoration:underline;cursor:pointer}.VcLink .prepend-icon[data-v-65e5dd72]{padding-inline-end:var(--size-value1)}.VcLink .prepend-icon[data-v-65e5dd72] svg path{fill:var(--blue)}",
|
|
@@ -5419,38 +5419,38 @@ const __vue_inject_styles__$t = function (inject) {
|
|
|
5419
5419
|
/* scoped */
|
|
5420
5420
|
|
|
5421
5421
|
|
|
5422
|
-
const __vue_scope_id__$
|
|
5422
|
+
const __vue_scope_id__$u = "data-v-65e5dd72";
|
|
5423
5423
|
/* module identifier */
|
|
5424
5424
|
|
|
5425
|
-
const __vue_module_identifier__$
|
|
5425
|
+
const __vue_module_identifier__$u = undefined;
|
|
5426
5426
|
/* functional template */
|
|
5427
5427
|
|
|
5428
|
-
const __vue_is_functional_template__$
|
|
5428
|
+
const __vue_is_functional_template__$u = false;
|
|
5429
5429
|
/* style inject SSR */
|
|
5430
5430
|
|
|
5431
5431
|
/* style inject shadow dom */
|
|
5432
5432
|
|
|
5433
|
-
const __vue_component__$
|
|
5434
|
-
render: __vue_render__$
|
|
5435
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5436
|
-
}, __vue_inject_styles__$
|
|
5433
|
+
const __vue_component__$S = /*#__PURE__*/normalizeComponent({
|
|
5434
|
+
render: __vue_render__$u,
|
|
5435
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
5436
|
+
}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
|
|
5437
5437
|
|
|
5438
|
-
var VcLink = __vue_component__$
|
|
5438
|
+
var VcLink = __vue_component__$S;
|
|
5439
5439
|
|
|
5440
5440
|
//
|
|
5441
5441
|
//
|
|
5442
5442
|
//
|
|
5443
5443
|
//
|
|
5444
|
-
var script$
|
|
5444
|
+
var script$t = {
|
|
5445
5445
|
name: 'VcSvg',
|
|
5446
5446
|
props: ['svg']
|
|
5447
5447
|
};
|
|
5448
5448
|
|
|
5449
5449
|
/* script */
|
|
5450
|
-
const __vue_script__$
|
|
5450
|
+
const __vue_script__$t = script$t;
|
|
5451
5451
|
/* template */
|
|
5452
5452
|
|
|
5453
|
-
var __vue_render__$
|
|
5453
|
+
var __vue_render__$t = function () {
|
|
5454
5454
|
var _vm = this;
|
|
5455
5455
|
|
|
5456
5456
|
var _h = _vm.$createElement;
|
|
@@ -5464,33 +5464,33 @@ var __vue_render__$s = function () {
|
|
|
5464
5464
|
});
|
|
5465
5465
|
};
|
|
5466
5466
|
|
|
5467
|
-
var __vue_staticRenderFns__$
|
|
5467
|
+
var __vue_staticRenderFns__$t = [];
|
|
5468
5468
|
/* style */
|
|
5469
5469
|
|
|
5470
|
-
const __vue_inject_styles__$
|
|
5470
|
+
const __vue_inject_styles__$t = undefined;
|
|
5471
5471
|
/* scoped */
|
|
5472
5472
|
|
|
5473
|
-
const __vue_scope_id__$
|
|
5473
|
+
const __vue_scope_id__$t = undefined;
|
|
5474
5474
|
/* module identifier */
|
|
5475
5475
|
|
|
5476
|
-
const __vue_module_identifier__$
|
|
5476
|
+
const __vue_module_identifier__$t = undefined;
|
|
5477
5477
|
/* functional template */
|
|
5478
5478
|
|
|
5479
|
-
const __vue_is_functional_template__$
|
|
5479
|
+
const __vue_is_functional_template__$t = false;
|
|
5480
5480
|
/* style inject */
|
|
5481
5481
|
|
|
5482
5482
|
/* style inject SSR */
|
|
5483
5483
|
|
|
5484
5484
|
/* style inject shadow dom */
|
|
5485
5485
|
|
|
5486
|
-
const __vue_component__$
|
|
5487
|
-
render: __vue_render__$
|
|
5488
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5489
|
-
}, __vue_inject_styles__$
|
|
5486
|
+
const __vue_component__$R = /*#__PURE__*/normalizeComponent({
|
|
5487
|
+
render: __vue_render__$t,
|
|
5488
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
5489
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
|
|
5490
5490
|
|
|
5491
|
-
var VcSvg = __vue_component__$
|
|
5491
|
+
var VcSvg = __vue_component__$R;
|
|
5492
5492
|
|
|
5493
|
-
var script$
|
|
5493
|
+
var script$s = {
|
|
5494
5494
|
name: 'VcEmptyState',
|
|
5495
5495
|
components: {
|
|
5496
5496
|
VcImage,
|
|
@@ -5560,10 +5560,10 @@ var script$r = {
|
|
|
5560
5560
|
};
|
|
5561
5561
|
|
|
5562
5562
|
/* script */
|
|
5563
|
-
const __vue_script__$
|
|
5563
|
+
const __vue_script__$s = script$s;
|
|
5564
5564
|
/* template */
|
|
5565
5565
|
|
|
5566
|
-
var __vue_render__$
|
|
5566
|
+
var __vue_render__$s = function () {
|
|
5567
5567
|
var _vm = this;
|
|
5568
5568
|
|
|
5569
5569
|
var _h = _vm.$createElement;
|
|
@@ -5621,10 +5621,10 @@ var __vue_render__$r = function () {
|
|
|
5621
5621
|
})], 2);
|
|
5622
5622
|
};
|
|
5623
5623
|
|
|
5624
|
-
var __vue_staticRenderFns__$
|
|
5624
|
+
var __vue_staticRenderFns__$s = [];
|
|
5625
5625
|
/* style */
|
|
5626
5626
|
|
|
5627
|
-
const __vue_inject_styles__$
|
|
5627
|
+
const __vue_inject_styles__$s = function (inject) {
|
|
5628
5628
|
if (!inject) return;
|
|
5629
5629
|
inject("data-v-07491186_0", {
|
|
5630
5630
|
source: ".VcEmptyState[data-v-07491186],.VcEmptyStateSubtitle[data-v-07491186]{text-align:center;line-height:var(--size-value6)}.VcEmptyState[data-v-07491186]{text-align:center}.VcEmptyState .VcEmptyStateImage[data-v-07491186]{margin-bottom:var(--size-value4);height:160px}.VcEmptyState .VcEmptyStateTitle[data-v-07491186]{font-weight:var(--font-weight-xl);line-height:22px;padding-bottom:var(--size-value1);font-size:var(--font-size-small2)}.VcEmptyState .VcEmptyStateSubtitle[data-v-07491186]{font-size:var(--font-size-x-small)}.VcEmptyState .VcEmptyStateButton[data-v-07491186]{margin-top:var(--size-value4)}.sm .VcEmptyStateImage[data-v-07491186]{height:48px;margin-bottom:var(--size-value8)}.sm .VcEmptyStateImage[data-v-07491186] svg{width:48px}.lg .VcEmptyStateImage[data-v-07491186]{height:280px;margin-bottom:var(--size-value8)}.lg .VcEmptyStateImage[data-v-07491186] svg{width:280px}.lg .VcEmptyStateTitle[data-v-07491186]{font-weight:var(--font-weight-large);line-height:22px;padding-bottom:var(--size-value2);font-size:var(--font-size-medium1)}",
|
|
@@ -5635,25 +5635,25 @@ const __vue_inject_styles__$r = function (inject) {
|
|
|
5635
5635
|
/* scoped */
|
|
5636
5636
|
|
|
5637
5637
|
|
|
5638
|
-
const __vue_scope_id__$
|
|
5638
|
+
const __vue_scope_id__$s = "data-v-07491186";
|
|
5639
5639
|
/* module identifier */
|
|
5640
5640
|
|
|
5641
|
-
const __vue_module_identifier__$
|
|
5641
|
+
const __vue_module_identifier__$s = undefined;
|
|
5642
5642
|
/* functional template */
|
|
5643
5643
|
|
|
5644
|
-
const __vue_is_functional_template__$
|
|
5644
|
+
const __vue_is_functional_template__$s = false;
|
|
5645
5645
|
/* style inject SSR */
|
|
5646
5646
|
|
|
5647
5647
|
/* style inject shadow dom */
|
|
5648
5648
|
|
|
5649
|
-
const __vue_component__$
|
|
5650
|
-
render: __vue_render__$
|
|
5651
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5652
|
-
}, __vue_inject_styles__$
|
|
5649
|
+
const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
|
|
5650
|
+
render: __vue_render__$s,
|
|
5651
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
5652
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
|
|
5653
5653
|
|
|
5654
|
-
var VcEmptyState = __vue_component__$
|
|
5654
|
+
var VcEmptyState = __vue_component__$Q;
|
|
5655
5655
|
|
|
5656
|
-
var script$
|
|
5656
|
+
var script$r = {
|
|
5657
5657
|
name: "VcList",
|
|
5658
5658
|
components: {
|
|
5659
5659
|
VcEmptyState,
|
|
@@ -5704,10 +5704,10 @@ var script$q = {
|
|
|
5704
5704
|
};
|
|
5705
5705
|
|
|
5706
5706
|
/* script */
|
|
5707
|
-
const __vue_script__$
|
|
5707
|
+
const __vue_script__$r = script$r;
|
|
5708
5708
|
/* template */
|
|
5709
5709
|
|
|
5710
|
-
var __vue_render__$
|
|
5710
|
+
var __vue_render__$r = function () {
|
|
5711
5711
|
var _vm = this;
|
|
5712
5712
|
|
|
5713
5713
|
var _h = _vm.$createElement;
|
|
@@ -5746,10 +5746,10 @@ var __vue_render__$q = function () {
|
|
|
5746
5746
|
})]], 2);
|
|
5747
5747
|
};
|
|
5748
5748
|
|
|
5749
|
-
var __vue_staticRenderFns__$
|
|
5749
|
+
var __vue_staticRenderFns__$r = [];
|
|
5750
5750
|
/* style */
|
|
5751
5751
|
|
|
5752
|
-
const __vue_inject_styles__$
|
|
5752
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
5753
5753
|
if (!inject) return;
|
|
5754
5754
|
inject("data-v-5abd41f2_0", {
|
|
5755
5755
|
source: ".vc-list[data-v-5abd41f2]{margin:var(--size-value0);padding:var(--size-value0)}",
|
|
@@ -5760,23 +5760,23 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
5760
5760
|
/* scoped */
|
|
5761
5761
|
|
|
5762
5762
|
|
|
5763
|
-
const __vue_scope_id__$
|
|
5763
|
+
const __vue_scope_id__$r = "data-v-5abd41f2";
|
|
5764
5764
|
/* module identifier */
|
|
5765
5765
|
|
|
5766
|
-
const __vue_module_identifier__$
|
|
5766
|
+
const __vue_module_identifier__$r = undefined;
|
|
5767
5767
|
/* functional template */
|
|
5768
5768
|
|
|
5769
|
-
const __vue_is_functional_template__$
|
|
5769
|
+
const __vue_is_functional_template__$r = false;
|
|
5770
5770
|
/* style inject SSR */
|
|
5771
5771
|
|
|
5772
5772
|
/* style inject shadow dom */
|
|
5773
5773
|
|
|
5774
|
-
const __vue_component__$
|
|
5775
|
-
render: __vue_render__$
|
|
5776
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5777
|
-
}, __vue_inject_styles__$
|
|
5774
|
+
const __vue_component__$O = /*#__PURE__*/normalizeComponent({
|
|
5775
|
+
render: __vue_render__$r,
|
|
5776
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
5777
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
5778
5778
|
|
|
5779
|
-
var __vue_component__$
|
|
5779
|
+
var __vue_component__$P = __vue_component__$O;
|
|
5780
5780
|
|
|
5781
5781
|
//
|
|
5782
5782
|
//
|
|
@@ -5800,7 +5800,7 @@ var __vue_component__$N = __vue_component__$M;
|
|
|
5800
5800
|
//
|
|
5801
5801
|
//
|
|
5802
5802
|
//
|
|
5803
|
-
var script$
|
|
5803
|
+
var script$q = {
|
|
5804
5804
|
components: {
|
|
5805
5805
|
VCol: VCol,
|
|
5806
5806
|
VRow: VRow,
|
|
@@ -5886,10 +5886,10 @@ var script$p = {
|
|
|
5886
5886
|
};
|
|
5887
5887
|
|
|
5888
5888
|
/* script */
|
|
5889
|
-
const __vue_script__$
|
|
5889
|
+
const __vue_script__$q = script$q;
|
|
5890
5890
|
/* template */
|
|
5891
5891
|
|
|
5892
|
-
var __vue_render__$
|
|
5892
|
+
var __vue_render__$q = function () {
|
|
5893
5893
|
var _vm = this;
|
|
5894
5894
|
|
|
5895
5895
|
var _h = _vm.$createElement;
|
|
@@ -5936,10 +5936,10 @@ var __vue_render__$p = function () {
|
|
|
5936
5936
|
}), 1);
|
|
5937
5937
|
};
|
|
5938
5938
|
|
|
5939
|
-
var __vue_staticRenderFns__$
|
|
5939
|
+
var __vue_staticRenderFns__$q = [];
|
|
5940
5940
|
/* style */
|
|
5941
5941
|
|
|
5942
|
-
const __vue_inject_styles__$
|
|
5942
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
5943
5943
|
if (!inject) return;
|
|
5944
5944
|
inject("data-v-284ef818_0", {
|
|
5945
5945
|
source: ".VcButtonGroup[data-v-284ef818]{font-weight:var(--font-weight-medium2);font-size:13px}.VcButtonGroup .button-group-row[data-v-284ef818]{margin:0}.VcButtonGroup .button-item[data-v-284ef818]{cursor:pointer;transition:.3s background-color,color ease-out;min-height:40px;border-color:#d6dbe6;border-style:solid;border-width:0;color:rgba(0,0,0,.62);border-right-width:1px;border-bottom-width:1px;padding:0 12px}.VcButtonGroup .button-item .button-label[data-v-284ef818]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.VcButtonGroup .button-item.left[data-v-284ef818]{border-left-width:1px}.VcButtonGroup .button-item.top[data-v-284ef818]{border-top-width:1px}.VcButtonGroup .button-item.bottom[data-v-284ef818]:not(.top):not(.selected){border-top-width:0}.VcButtonGroup .button-item.top.left[data-v-284ef818]{border-top-left-radius:6px}.VcButtonGroup .button-item.top.right[data-v-284ef818]{border-top-right-radius:6px}.VcButtonGroup .button-item.bottom.left[data-v-284ef818]{border-bottom-left-radius:6px}.VcButtonGroup .button-item.bottom.right[data-v-284ef818]{border-bottom-right-radius:6px}.VcButtonGroup .button-item[data-v-284ef818]:hover{background-color:rgba(0,0,0,.03)}.VcButtonGroup .button-item[data-v-284ef818]:focus{box-shadow:0 0 0 3px var(--v-secondary-lighten1)}.VcButtonGroup .button-item.selected[data-v-284ef818]{border:2px solid var(--v-secondary-base);font-weight:600}.VcButtonGroup .button-item.selected[data-v-284ef818]:hover{background:rgba(0,0,0,.03)}.VcButtonGroup .button-item[data-v-284ef818]:active{background:rgba(0,0,0,.12)}.VcButtonGroup .button-item.disabled[data-v-284ef818]{background:rgba(0,0,0,.07);color:rgba(0,0,0,.4);pointer-events:none}",
|
|
@@ -5950,23 +5950,23 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
5950
5950
|
/* scoped */
|
|
5951
5951
|
|
|
5952
5952
|
|
|
5953
|
-
const __vue_scope_id__$
|
|
5953
|
+
const __vue_scope_id__$q = "data-v-284ef818";
|
|
5954
5954
|
/* module identifier */
|
|
5955
5955
|
|
|
5956
|
-
const __vue_module_identifier__$
|
|
5956
|
+
const __vue_module_identifier__$q = undefined;
|
|
5957
5957
|
/* functional template */
|
|
5958
5958
|
|
|
5959
|
-
const __vue_is_functional_template__$
|
|
5959
|
+
const __vue_is_functional_template__$q = false;
|
|
5960
5960
|
/* style inject SSR */
|
|
5961
5961
|
|
|
5962
5962
|
/* style inject shadow dom */
|
|
5963
5963
|
|
|
5964
|
-
const __vue_component__$
|
|
5965
|
-
render: __vue_render__$
|
|
5966
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5967
|
-
}, __vue_inject_styles__$
|
|
5964
|
+
const __vue_component__$M = /*#__PURE__*/normalizeComponent({
|
|
5965
|
+
render: __vue_render__$q,
|
|
5966
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
5967
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
5968
5968
|
|
|
5969
|
-
var __vue_component__$
|
|
5969
|
+
var __vue_component__$N = __vue_component__$M;
|
|
5970
5970
|
|
|
5971
5971
|
//
|
|
5972
5972
|
//
|
|
@@ -5977,7 +5977,7 @@ var __vue_component__$L = __vue_component__$K;
|
|
|
5977
5977
|
//
|
|
5978
5978
|
//
|
|
5979
5979
|
//
|
|
5980
|
-
var script$
|
|
5980
|
+
var script$p = {
|
|
5981
5981
|
components: {
|
|
5982
5982
|
VProgressCircular: VProgressCircular
|
|
5983
5983
|
},
|
|
@@ -6005,10 +6005,10 @@ var script$o = {
|
|
|
6005
6005
|
};
|
|
6006
6006
|
|
|
6007
6007
|
/* script */
|
|
6008
|
-
const __vue_script__$
|
|
6008
|
+
const __vue_script__$p = script$p;
|
|
6009
6009
|
/* template */
|
|
6010
6010
|
|
|
6011
|
-
var __vue_render__$
|
|
6011
|
+
var __vue_render__$p = function () {
|
|
6012
6012
|
var _vm = this;
|
|
6013
6013
|
|
|
6014
6014
|
var _h = _vm.$createElement;
|
|
@@ -6026,33 +6026,33 @@ var __vue_render__$o = function () {
|
|
|
6026
6026
|
});
|
|
6027
6027
|
};
|
|
6028
6028
|
|
|
6029
|
-
var __vue_staticRenderFns__$
|
|
6029
|
+
var __vue_staticRenderFns__$p = [];
|
|
6030
6030
|
/* style */
|
|
6031
6031
|
|
|
6032
|
-
const __vue_inject_styles__$
|
|
6032
|
+
const __vue_inject_styles__$p = undefined;
|
|
6033
6033
|
/* scoped */
|
|
6034
6034
|
|
|
6035
|
-
const __vue_scope_id__$
|
|
6035
|
+
const __vue_scope_id__$p = undefined;
|
|
6036
6036
|
/* module identifier */
|
|
6037
6037
|
|
|
6038
|
-
const __vue_module_identifier__$
|
|
6038
|
+
const __vue_module_identifier__$p = undefined;
|
|
6039
6039
|
/* functional template */
|
|
6040
6040
|
|
|
6041
|
-
const __vue_is_functional_template__$
|
|
6041
|
+
const __vue_is_functional_template__$p = false;
|
|
6042
6042
|
/* style inject */
|
|
6043
6043
|
|
|
6044
6044
|
/* style inject SSR */
|
|
6045
6045
|
|
|
6046
6046
|
/* style inject shadow dom */
|
|
6047
6047
|
|
|
6048
|
-
const __vue_component__$
|
|
6049
|
-
render: __vue_render__$
|
|
6050
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6051
|
-
}, __vue_inject_styles__$
|
|
6048
|
+
const __vue_component__$L = /*#__PURE__*/normalizeComponent({
|
|
6049
|
+
render: __vue_render__$p,
|
|
6050
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
6051
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, undefined, undefined);
|
|
6052
6052
|
|
|
6053
|
-
var VcLoader = __vue_component__$
|
|
6053
|
+
var VcLoader = __vue_component__$L;
|
|
6054
6054
|
|
|
6055
|
-
var script$
|
|
6055
|
+
var script$o = {
|
|
6056
6056
|
components: {
|
|
6057
6057
|
VcIcon,
|
|
6058
6058
|
VcSwitch,
|
|
@@ -6080,10 +6080,10 @@ var script$n = {
|
|
|
6080
6080
|
};
|
|
6081
6081
|
|
|
6082
6082
|
/* script */
|
|
6083
|
-
const __vue_script__$
|
|
6083
|
+
const __vue_script__$o = script$o;
|
|
6084
6084
|
/* template */
|
|
6085
6085
|
|
|
6086
|
-
var __vue_render__$
|
|
6086
|
+
var __vue_render__$o = function () {
|
|
6087
6087
|
var _vm = this;
|
|
6088
6088
|
|
|
6089
6089
|
var _h = _vm.$createElement;
|
|
@@ -6129,10 +6129,10 @@ var __vue_render__$n = function () {
|
|
|
6129
6129
|
})], 1)])])], 1);
|
|
6130
6130
|
};
|
|
6131
6131
|
|
|
6132
|
-
var __vue_staticRenderFns__$
|
|
6132
|
+
var __vue_staticRenderFns__$o = [];
|
|
6133
6133
|
/* style */
|
|
6134
6134
|
|
|
6135
|
-
const __vue_inject_styles__$
|
|
6135
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
6136
6136
|
if (!inject) return;
|
|
6137
6137
|
inject("data-v-03298204_0", {
|
|
6138
6138
|
source: ".listEntity .sl-title{font-size:var(--font-size-x-small);line-height:var(--size-value4);font-weight:var(--font-weight-medium2);margin:0 8px}.listEntity .sl-row{min-width:100%}",
|
|
@@ -6143,25 +6143,25 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
6143
6143
|
/* scoped */
|
|
6144
6144
|
|
|
6145
6145
|
|
|
6146
|
-
const __vue_scope_id__$
|
|
6146
|
+
const __vue_scope_id__$o = undefined;
|
|
6147
6147
|
/* module identifier */
|
|
6148
6148
|
|
|
6149
|
-
const __vue_module_identifier__$
|
|
6149
|
+
const __vue_module_identifier__$o = undefined;
|
|
6150
6150
|
/* functional template */
|
|
6151
6151
|
|
|
6152
|
-
const __vue_is_functional_template__$
|
|
6152
|
+
const __vue_is_functional_template__$o = false;
|
|
6153
6153
|
/* style inject SSR */
|
|
6154
6154
|
|
|
6155
6155
|
/* style inject shadow dom */
|
|
6156
6156
|
|
|
6157
|
-
const __vue_component__$
|
|
6158
|
-
render: __vue_render__$
|
|
6159
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6160
|
-
}, __vue_inject_styles__$
|
|
6157
|
+
const __vue_component__$J = /*#__PURE__*/normalizeComponent({
|
|
6158
|
+
render: __vue_render__$o,
|
|
6159
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
6160
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
6161
6161
|
|
|
6162
|
-
var __vue_component__$
|
|
6162
|
+
var __vue_component__$K = __vue_component__$J;
|
|
6163
6163
|
|
|
6164
|
-
var script$
|
|
6164
|
+
var script$n = {
|
|
6165
6165
|
components: {
|
|
6166
6166
|
VcImage,
|
|
6167
6167
|
VcIcon,
|
|
@@ -6200,10 +6200,10 @@ var script$m = {
|
|
|
6200
6200
|
};
|
|
6201
6201
|
|
|
6202
6202
|
/* script */
|
|
6203
|
-
const __vue_script__$
|
|
6203
|
+
const __vue_script__$n = script$n;
|
|
6204
6204
|
/* template */
|
|
6205
6205
|
|
|
6206
|
-
var __vue_render__$
|
|
6206
|
+
var __vue_render__$n = function () {
|
|
6207
6207
|
var _vm = this;
|
|
6208
6208
|
|
|
6209
6209
|
var _h = _vm.$createElement;
|
|
@@ -6278,10 +6278,10 @@ var __vue_render__$m = function () {
|
|
|
6278
6278
|
}, [_vm._t("default")], 2) : _vm._e()])], 1);
|
|
6279
6279
|
};
|
|
6280
6280
|
|
|
6281
|
-
var __vue_staticRenderFns__$
|
|
6281
|
+
var __vue_staticRenderFns__$n = [];
|
|
6282
6282
|
/* style */
|
|
6283
6283
|
|
|
6284
|
-
const __vue_inject_styles__$
|
|
6284
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
6285
6285
|
if (!inject) return;
|
|
6286
6286
|
inject("data-v-5f907c3e_0", {
|
|
6287
6287
|
source: ".expansionCard[data-v-5f907c3e]{border-radius:var(--border-radius);border:1px solid;border-color:var(--gray-lighten-1)!important;margin:var(--size-value5) 0}.expansionCard.is-active[data-v-5f907c3e]{border-color:var(--v-secondary-base)!important}.expansionCard .ec-title[data-v-5f907c3e]{font-size:var(--font-size-small2);line-height:var(--size-value6);margin:var(--size-value3) 0}@media screen and (min-width:960px){.expansionCard .ec-title[data-v-5f907c3e]{padding-inline-start:35px}}.expansionCard .VcLogoImage[data-v-5f907c3e]{width:var(--size-value7);height:var(--size-value7);margin:0 6px;box-sizing:border-box;border-radius:6px}.expansionCard .ec-text.full-width[data-v-5f907c3e]{width:100%}.expansionCard .ec-text.order-1[data-v-5f907c3e]{flex-grow:1}.expansionCard .expansion-card-container[data-v-5f907c3e]{padding:var(--size-value4)}@media screen and (min-width:960px){.expansionCard .expansion-card-container[data-v-5f907c3e]{padding:var(--size-value4) var(--size-value6)}}.expansionCard .default-slot-content[data-v-5f907c3e]{max-height:10000px;transition:max-height;transition-duration:.3s;overflow:hidden}.expansionCard .default-slot-content.hidden[data-v-5f907c3e]{max-height:0}@media screen and (min-width:960px){.expansionCard .default-slot-content[data-v-5f907c3e]{padding-inline-start:108px}}.expansionCardTitle[data-v-5f907c3e]{min-width:100%}.logo-area[data-v-5f907c3e]{min-width:92px}",
|
|
@@ -6296,23 +6296,23 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
6296
6296
|
/* scoped */
|
|
6297
6297
|
|
|
6298
6298
|
|
|
6299
|
-
const __vue_scope_id__$
|
|
6299
|
+
const __vue_scope_id__$n = "data-v-5f907c3e";
|
|
6300
6300
|
/* module identifier */
|
|
6301
6301
|
|
|
6302
|
-
const __vue_module_identifier__$
|
|
6302
|
+
const __vue_module_identifier__$n = undefined;
|
|
6303
6303
|
/* functional template */
|
|
6304
6304
|
|
|
6305
|
-
const __vue_is_functional_template__$
|
|
6305
|
+
const __vue_is_functional_template__$n = false;
|
|
6306
6306
|
/* style inject SSR */
|
|
6307
6307
|
|
|
6308
6308
|
/* style inject shadow dom */
|
|
6309
6309
|
|
|
6310
|
-
const __vue_component__$
|
|
6311
|
-
render: __vue_render__$
|
|
6312
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6313
|
-
}, __vue_inject_styles__$
|
|
6310
|
+
const __vue_component__$H = /*#__PURE__*/normalizeComponent({
|
|
6311
|
+
render: __vue_render__$n,
|
|
6312
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
6313
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
6314
6314
|
|
|
6315
|
-
var __vue_component__$
|
|
6315
|
+
var __vue_component__$I = __vue_component__$H;
|
|
6316
6316
|
|
|
6317
6317
|
//
|
|
6318
6318
|
//
|
|
@@ -6335,7 +6335,7 @@ var __vue_component__$G = __vue_component__$F;
|
|
|
6335
6335
|
//
|
|
6336
6336
|
//
|
|
6337
6337
|
//
|
|
6338
|
-
var script$
|
|
6338
|
+
var script$m = {
|
|
6339
6339
|
components: {
|
|
6340
6340
|
VTextarea: VTextarea
|
|
6341
6341
|
},
|
|
@@ -6394,10 +6394,10 @@ var script$l = {
|
|
|
6394
6394
|
};
|
|
6395
6395
|
|
|
6396
6396
|
/* script */
|
|
6397
|
-
const __vue_script__$
|
|
6397
|
+
const __vue_script__$m = script$m;
|
|
6398
6398
|
/* template */
|
|
6399
6399
|
|
|
6400
|
-
var __vue_render__$
|
|
6400
|
+
var __vue_render__$m = function () {
|
|
6401
6401
|
var _vm = this;
|
|
6402
6402
|
|
|
6403
6403
|
var _h = _vm.$createElement;
|
|
@@ -6434,10 +6434,10 @@ var __vue_render__$l = function () {
|
|
|
6434
6434
|
});
|
|
6435
6435
|
};
|
|
6436
6436
|
|
|
6437
|
-
var __vue_staticRenderFns__$
|
|
6437
|
+
var __vue_staticRenderFns__$m = [];
|
|
6438
6438
|
/* style */
|
|
6439
6439
|
|
|
6440
|
-
const __vue_inject_styles__$
|
|
6440
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
6441
6441
|
if (!inject) return;
|
|
6442
6442
|
inject("data-v-4db277ef_0", {
|
|
6443
6443
|
source: "[data-v-4db277ef].VcTextArea.v-text-field .v-text-field__slot:first-child{margin-inline-start:12px;margin-top:3px;height:100%}[data-v-4db277ef].VcTextArea.v-text-field.v-input--is-focused label,[data-v-4db277ef].VcTextArea.v-text-field.v-input--is-label-active label{font-size:12px;color:rgba(0,0,0,.62)!important;transform:translateY(-18px) scale(.85)}[data-v-4db277ef].VcTextArea.v-text-field.v-input--is-focused .v-input__slot{border-color:var(--v-secondary-base);box-shadow:0 0 0 3px var(--v-secondary-lighten1);transition:box-shadow .1s!important}[data-v-4db277ef].VcTextArea.v-text-field:not(.v-text-field--outlined) .v-text-field__slot{transition:margin-bottom .1s}[data-v-4db277ef].VcTextArea.v-text-field:not(.v-text-field--outlined).v-input--is-focused label,[data-v-4db277ef].VcTextArea.v-text-field:not(.v-text-field--outlined).v-input--is-label-active label{font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.17;letter-spacing:-.3px;color:rgba(0,0,0,.62)!important;transform:translateY(-100%) scale(.85);top:24px}[data-v-4db277ef].VcTextArea.v-text-field .v-input__slot{border-radius:6px;background-color:#fff!important;position:relative!important;border:solid 1px rgba(0,0,0,.12);transition:border-color .1s!important;caret-color:var(--gray-darken-3)}[data-v-4db277ef].VcTextArea.v-text-field .v-input__slot:hover:not(.v-input--is-focused.v-input__slot):not(.error--text.v-input__slot){border-color:#757575}[data-v-4db277ef].VcTextArea.v-text-field .v-input__slot:after,[data-v-4db277ef].VcTextArea.v-text-field .v-input__slot:before{display:none}[data-v-4db277ef].VcTextArea.v-text-field textarea{font-size:15px!important;font-weight:500;line-height:1.5;margin-top:20px}[data-v-4db277ef].VcTextArea.v-text-field.no-label textarea{margin-top:var(--size-value2)}[data-v-4db277ef].VcTextArea.v-text-field .v-text-field__prefix{color:rgba(0,0,0,.54)!important}[data-v-4db277ef].VcTextArea.v-text-field.error--text .v-input__slot{border:1px solid var(--v-danger-base);box-shadow:none}[data-v-4db277ef].VcTextArea.v-text-field.v-input--is-disabled .v-input__slot{background-color:rgba(0,0,0,.03)!important}",
|
|
@@ -6448,25 +6448,25 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
6448
6448
|
/* scoped */
|
|
6449
6449
|
|
|
6450
6450
|
|
|
6451
|
-
const __vue_scope_id__$
|
|
6451
|
+
const __vue_scope_id__$m = "data-v-4db277ef";
|
|
6452
6452
|
/* module identifier */
|
|
6453
6453
|
|
|
6454
|
-
const __vue_module_identifier__$
|
|
6454
|
+
const __vue_module_identifier__$m = undefined;
|
|
6455
6455
|
/* functional template */
|
|
6456
6456
|
|
|
6457
|
-
const __vue_is_functional_template__$
|
|
6457
|
+
const __vue_is_functional_template__$m = false;
|
|
6458
6458
|
/* style inject SSR */
|
|
6459
6459
|
|
|
6460
6460
|
/* style inject shadow dom */
|
|
6461
6461
|
|
|
6462
|
-
const __vue_component__$
|
|
6463
|
-
render: __vue_render__$
|
|
6464
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6465
|
-
}, __vue_inject_styles__$
|
|
6462
|
+
const __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
6463
|
+
render: __vue_render__$m,
|
|
6464
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
6465
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
6466
6466
|
|
|
6467
|
-
var __vue_component__$
|
|
6467
|
+
var __vue_component__$G = __vue_component__$F;
|
|
6468
6468
|
|
|
6469
|
-
var script$
|
|
6469
|
+
var script$l = {
|
|
6470
6470
|
name: 'VcSelectField',
|
|
6471
6471
|
components: {
|
|
6472
6472
|
VcIconWithTooltip,
|
|
@@ -6551,10 +6551,10 @@ var script$k = {
|
|
|
6551
6551
|
};
|
|
6552
6552
|
|
|
6553
6553
|
/* script */
|
|
6554
|
-
const __vue_script__$
|
|
6554
|
+
const __vue_script__$l = script$l;
|
|
6555
6555
|
/* template */
|
|
6556
6556
|
|
|
6557
|
-
var __vue_render__$
|
|
6557
|
+
var __vue_render__$l = function () {
|
|
6558
6558
|
var _vm = this;
|
|
6559
6559
|
|
|
6560
6560
|
var _h = _vm.$createElement;
|
|
@@ -6613,10 +6613,10 @@ var __vue_render__$k = function () {
|
|
|
6613
6613
|
});
|
|
6614
6614
|
};
|
|
6615
6615
|
|
|
6616
|
-
var __vue_staticRenderFns__$
|
|
6616
|
+
var __vue_staticRenderFns__$l = [];
|
|
6617
6617
|
/* style */
|
|
6618
6618
|
|
|
6619
|
-
const __vue_inject_styles__$
|
|
6619
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
6620
6620
|
if (!inject) return;
|
|
6621
6621
|
inject("data-v-1413447c_0", {
|
|
6622
6622
|
source: "[data-v-1413447c]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcSelectField[data-v-1413447c]{border-radius:var(--border-radius)}.VcSelectField[data-v-1413447c] .icon{fill:var(--gray-darken-2)}.VcSelectField[data-v-1413447c] fieldset{height:var(--select-field-height);background:var(--modal-bg-color);border-color:var(--gray-lighten-1);transition:border-color .1s}.VcSelectField[data-v-1413447c] .v-label--active{transform:translateY(-8px) scale(.75)!important}.VcSelectField[data-v-1413447c] .v-label{color:var(--gray-darken-3)!important}.VcSelectField[data-v-1413447c] .v-select__slot label+div{position:absolute;top:10px}.VcSelectField[data-v-1413447c]:hover fieldset{border-color:var(--gray-darken-3)}.VcSelectField[data-v-1413447c].v-input--is-disabled fieldset{background-color:var(--gray-lighten-3)}.VcSelectField[data-v-1413447c].v-input--is-focused fieldset{border:1px solid var(--v-secondary-base)!important;transition:outline .1s,border-color .1s;outline:var(--v-secondary-lighten1) solid 3px}.VcSelectField[data-v-1413447c].v-input--is-focused fieldset input{color:var(--gray-darken-3)}.VcSelectField[data-v-1413447c].error--text fieldset{border:1px solid var(--red);transition:border-color .1s}.VcSelectField[data-v-1413447c] .v-text-field__details{padding-inline-start:0}.VcSelectField[data-v-1413447c] .v-text-field__details .v-messages__message{margin-top:10px}.VcSelectField[data-v-1413447c] legend{display:none}.VcSelectField[data-v-1413447c] .v-select__selection--comma{font-size:15px;font-weight:500}.VcSelectField[data-v-1413447c].with-tooltip .v-select__selection{max-width:75%}.VcSelectField[data-v-1413447c] .v-input__append-inner{align-content:center;align-items:center;margin-top:5px!important;height:75%}.VcSelectField[data-v-1413447c] .dropdown-arrow{width:var(--size-value5);height:var(--size-value5)}.VcSelectField[data-v-1413447c] .tooltip{padding-inline-start:var(--size-value3);margin-inline-start:var(--size-value3);border-inline-start:1px solid var(--gray-lighten-1);height:100%}",
|
|
@@ -6631,25 +6631,25 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
6631
6631
|
/* scoped */
|
|
6632
6632
|
|
|
6633
6633
|
|
|
6634
|
-
const __vue_scope_id__$
|
|
6634
|
+
const __vue_scope_id__$l = "data-v-1413447c";
|
|
6635
6635
|
/* module identifier */
|
|
6636
6636
|
|
|
6637
|
-
const __vue_module_identifier__$
|
|
6637
|
+
const __vue_module_identifier__$l = undefined;
|
|
6638
6638
|
/* functional template */
|
|
6639
6639
|
|
|
6640
|
-
const __vue_is_functional_template__$
|
|
6640
|
+
const __vue_is_functional_template__$l = false;
|
|
6641
6641
|
/* style inject SSR */
|
|
6642
6642
|
|
|
6643
6643
|
/* style inject shadow dom */
|
|
6644
6644
|
|
|
6645
|
-
const __vue_component__$
|
|
6646
|
-
render: __vue_render__$
|
|
6647
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6648
|
-
}, __vue_inject_styles__$
|
|
6645
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
6646
|
+
render: __vue_render__$l,
|
|
6647
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
6648
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
6649
6649
|
|
|
6650
|
-
var __vue_component__$
|
|
6650
|
+
var __vue_component__$E = __vue_component__$D;
|
|
6651
6651
|
|
|
6652
|
-
var script$
|
|
6652
|
+
var script$k = {
|
|
6653
6653
|
name: 'VcToast',
|
|
6654
6654
|
components: {
|
|
6655
6655
|
VcAlert,
|
|
@@ -6673,10 +6673,10 @@ var script$j = {
|
|
|
6673
6673
|
};
|
|
6674
6674
|
|
|
6675
6675
|
/* script */
|
|
6676
|
-
const __vue_script__$
|
|
6676
|
+
const __vue_script__$k = script$k;
|
|
6677
6677
|
/* template */
|
|
6678
6678
|
|
|
6679
|
-
var __vue_render__$
|
|
6679
|
+
var __vue_render__$k = function () {
|
|
6680
6680
|
var _vm = this;
|
|
6681
6681
|
|
|
6682
6682
|
var _h = _vm.$createElement;
|
|
@@ -6698,10 +6698,10 @@ var __vue_render__$j = function () {
|
|
|
6698
6698
|
}, 'VcAlert', _vm.$attrs, false))], 1);
|
|
6699
6699
|
};
|
|
6700
6700
|
|
|
6701
|
-
var __vue_staticRenderFns__$
|
|
6701
|
+
var __vue_staticRenderFns__$k = [];
|
|
6702
6702
|
/* style */
|
|
6703
6703
|
|
|
6704
|
-
const __vue_inject_styles__$
|
|
6704
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
6705
6705
|
if (!inject) return;
|
|
6706
6706
|
inject("data-v-2d3e5bbe_0", {
|
|
6707
6707
|
source: "[data-v-2d3e5bbe] .v-snack__action{display:none}[data-v-2d3e5bbe] .v-snack__wrapper.theme--dark{background-color:unset}[data-v-2d3e5bbe] .v-alert{margin-bottom:0}[data-v-2d3e5bbe] .v-sheet.v-snack__wrapper:not(.v-sheet--outlined){box-shadow:none}",
|
|
@@ -6712,23 +6712,23 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
6712
6712
|
/* scoped */
|
|
6713
6713
|
|
|
6714
6714
|
|
|
6715
|
-
const __vue_scope_id__$
|
|
6715
|
+
const __vue_scope_id__$k = "data-v-2d3e5bbe";
|
|
6716
6716
|
/* module identifier */
|
|
6717
6717
|
|
|
6718
|
-
const __vue_module_identifier__$
|
|
6718
|
+
const __vue_module_identifier__$k = undefined;
|
|
6719
6719
|
/* functional template */
|
|
6720
6720
|
|
|
6721
|
-
const __vue_is_functional_template__$
|
|
6721
|
+
const __vue_is_functional_template__$k = false;
|
|
6722
6722
|
/* style inject SSR */
|
|
6723
6723
|
|
|
6724
6724
|
/* style inject shadow dom */
|
|
6725
6725
|
|
|
6726
|
-
const __vue_component__$
|
|
6727
|
-
render: __vue_render__$
|
|
6728
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6729
|
-
}, __vue_inject_styles__$
|
|
6726
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
6727
|
+
render: __vue_render__$k,
|
|
6728
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
6729
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
6730
6730
|
|
|
6731
|
-
var __vue_component__$
|
|
6731
|
+
var __vue_component__$C = __vue_component__$B;
|
|
6732
6732
|
|
|
6733
6733
|
//
|
|
6734
6734
|
//
|
|
@@ -6742,7 +6742,7 @@ var __vue_component__$A = __vue_component__$z;
|
|
|
6742
6742
|
//
|
|
6743
6743
|
//
|
|
6744
6744
|
//
|
|
6745
|
-
var script$
|
|
6745
|
+
var script$j = {
|
|
6746
6746
|
components: {
|
|
6747
6747
|
VCard: VCard
|
|
6748
6748
|
},
|
|
@@ -6766,10 +6766,10 @@ var script$i = {
|
|
|
6766
6766
|
};
|
|
6767
6767
|
|
|
6768
6768
|
/* script */
|
|
6769
|
-
const __vue_script__$
|
|
6769
|
+
const __vue_script__$j = script$j;
|
|
6770
6770
|
/* template */
|
|
6771
6771
|
|
|
6772
|
-
var __vue_render__$
|
|
6772
|
+
var __vue_render__$j = function () {
|
|
6773
6773
|
var _vm = this;
|
|
6774
6774
|
|
|
6775
6775
|
var _h = _vm.$createElement;
|
|
@@ -6803,10 +6803,10 @@ var __vue_render__$i = function () {
|
|
|
6803
6803
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2);
|
|
6804
6804
|
};
|
|
6805
6805
|
|
|
6806
|
-
var __vue_staticRenderFns__$
|
|
6806
|
+
var __vue_staticRenderFns__$j = [];
|
|
6807
6807
|
/* style */
|
|
6808
6808
|
|
|
6809
|
-
const __vue_inject_styles__$
|
|
6809
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
6810
6810
|
if (!inject) return;
|
|
6811
6811
|
inject("data-v-11425092_0", {
|
|
6812
6812
|
source: ".VcCard[data-v-11425092]{position:relative;padding:16px 24px;border:1px solid var(--gray-lighten-1);box-sizing:border-box;box-shadow:none;overflow:hidden;transition:box-shadow .4s}.VcCard.elevation[data-v-11425092]{border:0;box-shadow:var(--shadow-2)}.VcCard.elevation[data-v-11425092]:hover{box-shadow:var(--shadow-5)}.VcCard.dash[data-v-11425092]{border-top:0}.VcCard__dash[data-v-11425092]{position:absolute;top:0;left:-5px;width:110%;border:0;height:5px}",
|
|
@@ -6817,25 +6817,25 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
6817
6817
|
/* scoped */
|
|
6818
6818
|
|
|
6819
6819
|
|
|
6820
|
-
const __vue_scope_id__$
|
|
6820
|
+
const __vue_scope_id__$j = "data-v-11425092";
|
|
6821
6821
|
/* module identifier */
|
|
6822
6822
|
|
|
6823
|
-
const __vue_module_identifier__$
|
|
6823
|
+
const __vue_module_identifier__$j = undefined;
|
|
6824
6824
|
/* functional template */
|
|
6825
6825
|
|
|
6826
|
-
const __vue_is_functional_template__$
|
|
6826
|
+
const __vue_is_functional_template__$j = false;
|
|
6827
6827
|
/* style inject SSR */
|
|
6828
6828
|
|
|
6829
6829
|
/* style inject shadow dom */
|
|
6830
6830
|
|
|
6831
|
-
const __vue_component__$
|
|
6832
|
-
render: __vue_render__$
|
|
6833
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6834
|
-
}, __vue_inject_styles__$
|
|
6831
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
6832
|
+
render: __vue_render__$j,
|
|
6833
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
6834
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
6835
6835
|
|
|
6836
|
-
var __vue_component__$
|
|
6836
|
+
var __vue_component__$A = __vue_component__$z;
|
|
6837
6837
|
|
|
6838
|
-
var script$
|
|
6838
|
+
var script$i = {
|
|
6839
6839
|
name: "FilterPanel",
|
|
6840
6840
|
components: {
|
|
6841
6841
|
VcLayout,
|
|
@@ -6864,10 +6864,10 @@ var script$h = {
|
|
|
6864
6864
|
};
|
|
6865
6865
|
|
|
6866
6866
|
/* script */
|
|
6867
|
-
const __vue_script__$
|
|
6867
|
+
const __vue_script__$i = script$i;
|
|
6868
6868
|
/* template */
|
|
6869
6869
|
|
|
6870
|
-
var __vue_render__$
|
|
6870
|
+
var __vue_render__$i = function () {
|
|
6871
6871
|
var _vm = this;
|
|
6872
6872
|
|
|
6873
6873
|
var _h = _vm.$createElement;
|
|
@@ -6923,10 +6923,10 @@ var __vue_render__$h = function () {
|
|
|
6923
6923
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2)], 1)], 1);
|
|
6924
6924
|
};
|
|
6925
6925
|
|
|
6926
|
-
var __vue_staticRenderFns__$
|
|
6926
|
+
var __vue_staticRenderFns__$i = [];
|
|
6927
6927
|
/* style */
|
|
6928
6928
|
|
|
6929
|
-
const __vue_inject_styles__$
|
|
6929
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
6930
6930
|
if (!inject) return;
|
|
6931
6931
|
inject("data-v-44aac954_0", {
|
|
6932
6932
|
source: ".VcFilterPanel[data-v-44aac954]{height:100%;max-width:280px;background-color:#fff;min-height:150px;box-shadow:0 5px 7px rgba(0,0,0,.26)}@media screen and (min-width:960px){.VcFilterPanel[data-v-44aac954]{max-width:265px}}.VcFilterPanel .filter-loader[data-v-44aac954]{margin:var(--size-value8) auto auto auto}.VcFilterPanel .VcFilterPanel-container[data-v-44aac954]{padding-bottom:53px;max-height:100%;overflow:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.VcFilterPanel .VcFilterPanel-container[data-v-44aac954]::-webkit-scrollbar{width:0;height:0}.VcFilterPanel .VcFilterPanel-container.column[data-v-44aac954]{position:relative}.VcFilterPanel .VcFilterPanel-container .VcFilterPanel-label-container[data-v-44aac954]{flex:0 0 56px}.VcFilterPanel .filter[data-v-44aac954]{min-width:100%;border-bottom:1px solid var(--gray);padding-left:var(--size-value6);padding-right:0;line-height:var(--size-value14);background-color:var(--neutral-lighten-3)}#app[dir=rtl] .VcFilterPanel .filter[data-v-44aac954]{padding-left:0}#app[dir=rtl] .VcFilterPanel .filter[data-v-44aac954]{padding-right:var(--size-value6)}.VcFilterPanel .filter .filter-label[data-v-44aac954]{font-size:var(--font-size-small2);font-weight:var(--font-weight-large);color:var(--gray-darken-5)}.VcFilterPanel .VcFilterPanel-content-wrapper[data-v-44aac954]{flex-grow:1}.VcFilterPanel .VcFilterPanel-close-button[data-v-44aac954]{position:absolute;width:var(--size-value6);height:var(--size-value6);top:var(--size-value4);right:var(--size-value4)}#app[dir=rtl] .VcFilterPanel .VcFilterPanel-close-button[data-v-44aac954]{right:auto;left:var(--size-value4)}.VcFilterPanel .VcFilterPanel-close-button .v-btn__content[data-v-44aac954]{opacity:unset}.VcFilterPanel .VcFilterPanel-close-button[data-v-44aac954]:hover{background-color:rgba(0,0,0,.07)}.VcFilterPanel .VcFilterPanel-close-button .v-icon[data-v-44aac954]{margin-right:var(--size-value0)}.VcFilterPanel .VcFilterPanel-close-button .v-icon svg[data-v-44aac954]{fill:var(--gray-darken-2);width:var(--size-value4);height:var(--size-value4)}",
|
|
@@ -6937,23 +6937,23 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
6937
6937
|
/* scoped */
|
|
6938
6938
|
|
|
6939
6939
|
|
|
6940
|
-
const __vue_scope_id__$
|
|
6940
|
+
const __vue_scope_id__$i = "data-v-44aac954";
|
|
6941
6941
|
/* module identifier */
|
|
6942
6942
|
|
|
6943
|
-
const __vue_module_identifier__$
|
|
6943
|
+
const __vue_module_identifier__$i = undefined;
|
|
6944
6944
|
/* functional template */
|
|
6945
6945
|
|
|
6946
|
-
const __vue_is_functional_template__$
|
|
6946
|
+
const __vue_is_functional_template__$i = false;
|
|
6947
6947
|
/* style inject SSR */
|
|
6948
6948
|
|
|
6949
6949
|
/* style inject shadow dom */
|
|
6950
6950
|
|
|
6951
|
-
const __vue_component__$
|
|
6952
|
-
render: __vue_render__$
|
|
6953
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6954
|
-
}, __vue_inject_styles__$
|
|
6951
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
6952
|
+
render: __vue_render__$i,
|
|
6953
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
6954
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
6955
6955
|
|
|
6956
|
-
var __vue_component__$
|
|
6956
|
+
var __vue_component__$y = __vue_component__$x;
|
|
6957
6957
|
|
|
6958
6958
|
//
|
|
6959
6959
|
//
|
|
@@ -6961,7 +6961,7 @@ var __vue_component__$w = __vue_component__$v;
|
|
|
6961
6961
|
//
|
|
6962
6962
|
//
|
|
6963
6963
|
//
|
|
6964
|
-
var script$
|
|
6964
|
+
var script$h = {
|
|
6965
6965
|
components: {
|
|
6966
6966
|
VLayout: VLayout
|
|
6967
6967
|
},
|
|
@@ -6977,10 +6977,10 @@ var script$g = {
|
|
|
6977
6977
|
};
|
|
6978
6978
|
|
|
6979
6979
|
/* script */
|
|
6980
|
-
const __vue_script__$
|
|
6980
|
+
const __vue_script__$h = script$h;
|
|
6981
6981
|
/* template */
|
|
6982
6982
|
|
|
6983
|
-
var __vue_render__$
|
|
6983
|
+
var __vue_render__$h = function () {
|
|
6984
6984
|
var _vm = this;
|
|
6985
6985
|
|
|
6986
6986
|
var _h = _vm.$createElement;
|
|
@@ -6995,10 +6995,10 @@ var __vue_render__$g = function () {
|
|
|
6995
6995
|
}, [_vm._t("default")], 2);
|
|
6996
6996
|
};
|
|
6997
6997
|
|
|
6998
|
-
var __vue_staticRenderFns__$
|
|
6998
|
+
var __vue_staticRenderFns__$h = [];
|
|
6999
6999
|
/* style */
|
|
7000
7000
|
|
|
7001
|
-
const __vue_inject_styles__$
|
|
7001
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
7002
7002
|
if (!inject) return;
|
|
7003
7003
|
inject("data-v-e2463588_0", {
|
|
7004
7004
|
source: ".VcFocusArea[data-v-e2463588]{padding:var(--size-value4);background-color:var(--gray-lighten-3);border-radius:6px}",
|
|
@@ -7009,25 +7009,25 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
7009
7009
|
/* scoped */
|
|
7010
7010
|
|
|
7011
7011
|
|
|
7012
|
-
const __vue_scope_id__$
|
|
7012
|
+
const __vue_scope_id__$h = "data-v-e2463588";
|
|
7013
7013
|
/* module identifier */
|
|
7014
7014
|
|
|
7015
|
-
const __vue_module_identifier__$
|
|
7015
|
+
const __vue_module_identifier__$h = undefined;
|
|
7016
7016
|
/* functional template */
|
|
7017
7017
|
|
|
7018
|
-
const __vue_is_functional_template__$
|
|
7018
|
+
const __vue_is_functional_template__$h = false;
|
|
7019
7019
|
/* style inject SSR */
|
|
7020
7020
|
|
|
7021
7021
|
/* style inject shadow dom */
|
|
7022
7022
|
|
|
7023
|
-
const __vue_component__$
|
|
7024
|
-
render: __vue_render__$
|
|
7025
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7026
|
-
}, __vue_inject_styles__$
|
|
7023
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
7024
|
+
render: __vue_render__$h,
|
|
7025
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
7026
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
7027
7027
|
|
|
7028
|
-
var __vue_component__$
|
|
7028
|
+
var __vue_component__$w = __vue_component__$v;
|
|
7029
7029
|
|
|
7030
|
-
var script$
|
|
7030
|
+
var script$g = {
|
|
7031
7031
|
name: "ListItem",
|
|
7032
7032
|
components: {
|
|
7033
7033
|
VcLayout,
|
|
@@ -7062,10 +7062,10 @@ var script$f = {
|
|
|
7062
7062
|
};
|
|
7063
7063
|
|
|
7064
7064
|
/* script */
|
|
7065
|
-
const __vue_script__$
|
|
7065
|
+
const __vue_script__$g = script$g;
|
|
7066
7066
|
/* template */
|
|
7067
7067
|
|
|
7068
|
-
var __vue_render__$
|
|
7068
|
+
var __vue_render__$g = function () {
|
|
7069
7069
|
var _vm = this;
|
|
7070
7070
|
|
|
7071
7071
|
var _h = _vm.$createElement;
|
|
@@ -7110,10 +7110,10 @@ var __vue_render__$f = function () {
|
|
|
7110
7110
|
})], 2)], 1);
|
|
7111
7111
|
};
|
|
7112
7112
|
|
|
7113
|
-
var __vue_staticRenderFns__$
|
|
7113
|
+
var __vue_staticRenderFns__$g = [];
|
|
7114
7114
|
/* style */
|
|
7115
7115
|
|
|
7116
|
-
const __vue_inject_styles__$
|
|
7116
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
7117
7117
|
if (!inject) return;
|
|
7118
7118
|
inject("data-v-0a8bbb3a_0", {
|
|
7119
7119
|
source: ".VcListItem[data-v-0a8bbb3a]{flex-grow:0;padding:var(--size-value6) 0}@media screen and (min-width:960px){.VcListItem[data-v-0a8bbb3a]{padding:var(--size-value6) var(--size-value5)}}.VcListItem .selected-checkbox[data-v-0a8bbb3a]{padding-right:var(--size-value1)}.VcListItem .right-area[data-v-0a8bbb3a]{justify-content:flex-end;transition:opacity .3s;flex-grow:0;align-items:center}@media screen and (min-width:960px){.VcListItem .right-area[data-v-0a8bbb3a]{opacity:0}}.VcListItem .right-area .three-dots[data-v-0a8bbb3a]{border-radius:1000px;min-width:unset;padding:0}@media screen and (min-width:960px){.VcListItem .right-area .placeholder[data-v-0a8bbb3a]{min-width:14px}}.VcListItem:hover .right-area[data-v-0a8bbb3a]{opacity:1}.VcListItem .v-btn:not(.v-btn--round).v-size--default[data-v-0a8bbb3a]{padding:0;min-width:auto}",
|
|
@@ -7124,25 +7124,25 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
7124
7124
|
/* scoped */
|
|
7125
7125
|
|
|
7126
7126
|
|
|
7127
|
-
const __vue_scope_id__$
|
|
7127
|
+
const __vue_scope_id__$g = "data-v-0a8bbb3a";
|
|
7128
7128
|
/* module identifier */
|
|
7129
7129
|
|
|
7130
|
-
const __vue_module_identifier__$
|
|
7130
|
+
const __vue_module_identifier__$g = undefined;
|
|
7131
7131
|
/* functional template */
|
|
7132
7132
|
|
|
7133
|
-
const __vue_is_functional_template__$
|
|
7133
|
+
const __vue_is_functional_template__$g = false;
|
|
7134
7134
|
/* style inject SSR */
|
|
7135
7135
|
|
|
7136
7136
|
/* style inject shadow dom */
|
|
7137
7137
|
|
|
7138
|
-
const __vue_component__$
|
|
7139
|
-
render: __vue_render__$
|
|
7140
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7141
|
-
}, __vue_inject_styles__$
|
|
7138
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
7139
|
+
render: __vue_render__$g,
|
|
7140
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
7141
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
|
|
7142
7142
|
|
|
7143
|
-
var __vue_component__$
|
|
7143
|
+
var __vue_component__$u = __vue_component__$t;
|
|
7144
7144
|
|
|
7145
|
-
var script$
|
|
7145
|
+
var script$f = {
|
|
7146
7146
|
name: "VcGroupHeader",
|
|
7147
7147
|
components: {
|
|
7148
7148
|
VcLayout
|
|
@@ -7164,10 +7164,10 @@ var script$e = {
|
|
|
7164
7164
|
};
|
|
7165
7165
|
|
|
7166
7166
|
/* script */
|
|
7167
|
-
const __vue_script__$
|
|
7167
|
+
const __vue_script__$f = script$f;
|
|
7168
7168
|
/* template */
|
|
7169
7169
|
|
|
7170
|
-
var __vue_render__$
|
|
7170
|
+
var __vue_render__$f = function () {
|
|
7171
7171
|
var _vm = this;
|
|
7172
7172
|
|
|
7173
7173
|
var _h = _vm.$createElement;
|
|
@@ -7183,10 +7183,10 @@ var __vue_render__$e = function () {
|
|
|
7183
7183
|
}, [_c('span', [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.summaryText))])]);
|
|
7184
7184
|
};
|
|
7185
7185
|
|
|
7186
|
-
var __vue_staticRenderFns__$
|
|
7186
|
+
var __vue_staticRenderFns__$f = [];
|
|
7187
7187
|
/* style */
|
|
7188
7188
|
|
|
7189
|
-
const __vue_inject_styles__$
|
|
7189
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
7190
7190
|
if (!inject) return;
|
|
7191
7191
|
inject("data-v-5cb0ff3e_0", {
|
|
7192
7192
|
source: ".VcGroupHeader[data-v-5cb0ff3e]{width:100%;height:var(--size-value10);flex-grow:0;color:var(--gray-darken-3);background-color:var(--neutral-lighten-3);font-size:var(--font-size-small);font-weight:500;line-height:var(--size-value10);padding:0 var(--size-value5);border-bottom:1px solid var(--gray-lighten-1)}@media screen and (min-width:960px){.VcGroupHeader[data-v-5cb0ff3e]{font-size:var(--font-size-xx-small)}}",
|
|
@@ -7197,25 +7197,25 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
7197
7197
|
/* scoped */
|
|
7198
7198
|
|
|
7199
7199
|
|
|
7200
|
-
const __vue_scope_id__$
|
|
7200
|
+
const __vue_scope_id__$f = "data-v-5cb0ff3e";
|
|
7201
7201
|
/* module identifier */
|
|
7202
7202
|
|
|
7203
|
-
const __vue_module_identifier__$
|
|
7203
|
+
const __vue_module_identifier__$f = undefined;
|
|
7204
7204
|
/* functional template */
|
|
7205
7205
|
|
|
7206
|
-
const __vue_is_functional_template__$
|
|
7206
|
+
const __vue_is_functional_template__$f = false;
|
|
7207
7207
|
/* style inject SSR */
|
|
7208
7208
|
|
|
7209
7209
|
/* style inject shadow dom */
|
|
7210
7210
|
|
|
7211
|
-
const __vue_component__$
|
|
7212
|
-
render: __vue_render__$
|
|
7213
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7214
|
-
}, __vue_inject_styles__$
|
|
7211
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
7212
|
+
render: __vue_render__$f,
|
|
7213
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
7214
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
7215
7215
|
|
|
7216
|
-
var __vue_component__$
|
|
7216
|
+
var __vue_component__$s = __vue_component__$r;
|
|
7217
7217
|
|
|
7218
|
-
var script$
|
|
7218
|
+
var script$e = {
|
|
7219
7219
|
name: "VcBanner",
|
|
7220
7220
|
components: {
|
|
7221
7221
|
VcImage,
|
|
@@ -7265,10 +7265,10 @@ var script$d = {
|
|
|
7265
7265
|
};
|
|
7266
7266
|
|
|
7267
7267
|
/* script */
|
|
7268
|
-
const __vue_script__$
|
|
7268
|
+
const __vue_script__$e = script$e;
|
|
7269
7269
|
/* template */
|
|
7270
7270
|
|
|
7271
|
-
var __vue_render__$
|
|
7271
|
+
var __vue_render__$e = function () {
|
|
7272
7272
|
var _vm = this;
|
|
7273
7273
|
|
|
7274
7274
|
var _h = _vm.$createElement;
|
|
@@ -7352,10 +7352,10 @@ var __vue_render__$d = function () {
|
|
|
7352
7352
|
}) : _vm._e()], 1);
|
|
7353
7353
|
};
|
|
7354
7354
|
|
|
7355
|
-
var __vue_staticRenderFns__$
|
|
7355
|
+
var __vue_staticRenderFns__$e = [];
|
|
7356
7356
|
/* style */
|
|
7357
7357
|
|
|
7358
|
-
const __vue_inject_styles__$
|
|
7358
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
7359
7359
|
if (!inject) return;
|
|
7360
7360
|
inject("data-v-b6def40c_0", {
|
|
7361
7361
|
source: ".VcBanner[data-v-b6def40c]{min-height:188px;box-sizing:border-box;overflow:hidden;border-radius:var(--size-value2);border:1px solid var(--neutral-lighten-2);position:relative}.VcBanner .images-container[data-v-b6def40c]{position:relative;height:100%}.VcBanner .images-container .background-stain[data-v-b6def40c]{position:absolute;opacity:15%;margin:0 auto;overflow:hidden;top:-80px;height:calc(100% + 110px);transform:scale(.7);left:-335px}#app[dir=rtl] .VcBanner .images-container .background-stain[data-v-b6def40c]{left:auto;right:-335px}@media screen and (min-width:600px){.VcBanner .images-container .background-stain[data-v-b6def40c]{transform:scale(1);top:-206px;height:calc(100% + 206px);left:-64px}#app[dir=rtl] .VcBanner .images-container .background-stain[data-v-b6def40c]{left:auto;right:-64px}}@media screen and (min-width:960px){.VcBanner .images-container .background-stain[data-v-b6def40c]{top:-176px;height:calc(100% + 176px);left:-50px}#app[dir=rtl] .VcBanner .images-container .background-stain[data-v-b6def40c]{left:auto;right:-50px}}#app[dir=rtl] .VcBanner .images-container .background-stain[data-v-b6def40c]{transform:scale(-.7,.7)}@media screen and (min-width:600px){#app[dir=rtl] .VcBanner .images-container .background-stain[data-v-b6def40c]{transform:scaleX(-1)}}.VcBanner .images-container .background-stain[data-v-b6def40c] #background_stain{fill:var(--v-secondary-base)}.VcBanner .images-container .banner-image[data-v-b6def40c]{margin:auto 0 0;position:relative;width:200px;height:95px}@media screen and (min-width:600px){.VcBanner .images-container .banner-image[data-v-b6def40c]{width:300px;height:142.5px}}@media screen and (min-width:960px){.VcBanner .images-container .banner-image[data-v-b6def40c]{width:400px;height:190px}}.VcBanner .text-container[data-v-b6def40c]{flex:0 0 60%;color:var(--gray-darken-5);z-index:1}.VcBanner .text-container .banner-title[data-v-b6def40c]{font-weight:var(--font-weight-large2);font-size:var(--font-size-medium2);line-height:var(--size-value8)}@media screen and (min-width:960px){.VcBanner .text-container .banner-title[data-v-b6def40c]{flex:0 0 100%}}.VcBanner .text-container .banner-subtitle[data-v-b6def40c]{font-size:var(--font-size-small2);line-height:var(--size-value5);font-weight:var(--font-weight-medium2)}.VcBanner .text-container .banner-note[data-v-b6def40c]{font-size:var(--font-size-small2);font-weight:var(--font-weight-medium)}.VcBanner .cta-container .primary-cta[data-v-b6def40c]{line-height:var(--size-value12);font-weight:var(--font-weight-large2);margin-inline-end:var(--size-value6)}.VcBanner .cta-container .secondary-cta[data-v-b6def40c]{font-size:var(--font-size-small2);font-weight:var(--font-weight-large);flex:0 0 100%}@media screen and (min-width:600px){.VcBanner .cta-container .secondary-cta[data-v-b6def40c]{flex:none}}.VcBanner .close-button[data-v-b6def40c]{position:absolute;width:var(--size-value3);height:var(--size-value3);right:var(--size-value4)}#app[dir=rtl] .VcBanner .close-button[data-v-b6def40c]{right:auto;left:var(--size-value4)}.VcBanner .close-button[data-v-b6def40c] .v-btn__content{opacity:unset}.VcBanner .close-button[data-v-b6def40c] .v-icon{margin-right:var(--size-value0)}.VcBanner .close-button[data-v-b6def40c] .v-icon svg{fill:var(--gray-darken-2)}",
|
|
@@ -7366,25 +7366,25 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
7366
7366
|
/* scoped */
|
|
7367
7367
|
|
|
7368
7368
|
|
|
7369
|
-
const __vue_scope_id__$
|
|
7369
|
+
const __vue_scope_id__$e = "data-v-b6def40c";
|
|
7370
7370
|
/* module identifier */
|
|
7371
7371
|
|
|
7372
|
-
const __vue_module_identifier__$
|
|
7372
|
+
const __vue_module_identifier__$e = undefined;
|
|
7373
7373
|
/* functional template */
|
|
7374
7374
|
|
|
7375
|
-
const __vue_is_functional_template__$
|
|
7375
|
+
const __vue_is_functional_template__$e = false;
|
|
7376
7376
|
/* style inject SSR */
|
|
7377
7377
|
|
|
7378
7378
|
/* style inject shadow dom */
|
|
7379
7379
|
|
|
7380
|
-
const __vue_component__$
|
|
7381
|
-
render: __vue_render__$
|
|
7382
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7383
|
-
}, __vue_inject_styles__$
|
|
7380
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
7381
|
+
render: __vue_render__$e,
|
|
7382
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
7383
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
|
|
7384
7384
|
|
|
7385
|
-
var __vue_component__$
|
|
7385
|
+
var __vue_component__$q = __vue_component__$p;
|
|
7386
7386
|
|
|
7387
|
-
var script$
|
|
7387
|
+
var script$d = {
|
|
7388
7388
|
name: "VcWizardCtaContainer",
|
|
7389
7389
|
components: {
|
|
7390
7390
|
VcButton,
|
|
@@ -7415,10 +7415,10 @@ var script$c = {
|
|
|
7415
7415
|
};
|
|
7416
7416
|
|
|
7417
7417
|
/* script */
|
|
7418
|
-
const __vue_script__$
|
|
7418
|
+
const __vue_script__$d = script$d;
|
|
7419
7419
|
/* template */
|
|
7420
7420
|
|
|
7421
|
-
var __vue_render__$
|
|
7421
|
+
var __vue_render__$d = function () {
|
|
7422
7422
|
var _vm = this;
|
|
7423
7423
|
|
|
7424
7424
|
var _h = _vm.$createElement;
|
|
@@ -7458,10 +7458,10 @@ var __vue_render__$c = function () {
|
|
|
7458
7458
|
}, [_vm._v("\n " + _vm._s(_vm.nextButtonLabel) + "\n ")])], 1);
|
|
7459
7459
|
};
|
|
7460
7460
|
|
|
7461
|
-
var __vue_staticRenderFns__$
|
|
7461
|
+
var __vue_staticRenderFns__$d = [];
|
|
7462
7462
|
/* style */
|
|
7463
7463
|
|
|
7464
|
-
const __vue_inject_styles__$
|
|
7464
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
7465
7465
|
if (!inject) return;
|
|
7466
7466
|
inject("data-v-d0bdc5fc_0", {
|
|
7467
7467
|
source: "[data-v-d0bdc5fc]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.wizard-cta-container[data-v-d0bdc5fc]{background-color:#fff;position:sticky;bottom:0;left:0;width:100%;height:var(--size-value18);max-height:var(--size-value18);padding:var(--size-value3) var(--size-value0);border-top:1px solid var(--gray-lighten-1)}@media screen and (min-width:960px){.wizard-cta-container[data-v-d0bdc5fc]{border-top:revert;position:static;width:100%;transform:revert;height:var(--size-value20);max-height:var(--size-value20);padding-bottom:var(--size-value6)}}.wizard-cta-button[data-v-d0bdc5fc]{flex:1;min-height:var(--size-value12)}@media screen and (min-width:960px){.wizard-cta-button[data-v-d0bdc5fc]{flex:revert;min-height:var(--size-value10)}}.wizard-cta-button+.wizard-cta-button[data-v-d0bdc5fc]{margin-inline-start:var(--size-value3)}",
|
|
@@ -7472,25 +7472,25 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
7472
7472
|
/* scoped */
|
|
7473
7473
|
|
|
7474
7474
|
|
|
7475
|
-
const __vue_scope_id__$
|
|
7475
|
+
const __vue_scope_id__$d = "data-v-d0bdc5fc";
|
|
7476
7476
|
/* module identifier */
|
|
7477
7477
|
|
|
7478
|
-
const __vue_module_identifier__$
|
|
7478
|
+
const __vue_module_identifier__$d = undefined;
|
|
7479
7479
|
/* functional template */
|
|
7480
7480
|
|
|
7481
|
-
const __vue_is_functional_template__$
|
|
7481
|
+
const __vue_is_functional_template__$d = false;
|
|
7482
7482
|
/* style inject SSR */
|
|
7483
7483
|
|
|
7484
7484
|
/* style inject shadow dom */
|
|
7485
7485
|
|
|
7486
|
-
const __vue_component__$
|
|
7487
|
-
render: __vue_render__$
|
|
7488
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7489
|
-
}, __vue_inject_styles__$
|
|
7486
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
7487
|
+
render: __vue_render__$d,
|
|
7488
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
7489
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
7490
7490
|
|
|
7491
|
-
var VcWizardCtaContainer = __vue_component__$
|
|
7491
|
+
var VcWizardCtaContainer = __vue_component__$o;
|
|
7492
7492
|
|
|
7493
|
-
var script$
|
|
7493
|
+
var script$c = {
|
|
7494
7494
|
name: "VcStepperContent",
|
|
7495
7495
|
model: {
|
|
7496
7496
|
prop: 'currentStep'
|
|
@@ -7609,10 +7609,10 @@ var script$b = {
|
|
|
7609
7609
|
};
|
|
7610
7610
|
|
|
7611
7611
|
/* script */
|
|
7612
|
-
const __vue_script__$
|
|
7612
|
+
const __vue_script__$c = script$c;
|
|
7613
7613
|
/* template */
|
|
7614
7614
|
|
|
7615
|
-
var __vue_render__$
|
|
7615
|
+
var __vue_render__$c = function () {
|
|
7616
7616
|
var _vm = this;
|
|
7617
7617
|
|
|
7618
7618
|
var _h = _vm.$createElement;
|
|
@@ -7701,10 +7701,10 @@ var __vue_render__$b = function () {
|
|
|
7701
7701
|
}), 1)], 1)], 1);
|
|
7702
7702
|
};
|
|
7703
7703
|
|
|
7704
|
-
var __vue_staticRenderFns__$
|
|
7704
|
+
var __vue_staticRenderFns__$c = [];
|
|
7705
7705
|
/* style */
|
|
7706
7706
|
|
|
7707
|
-
const __vue_inject_styles__$
|
|
7707
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
7708
7708
|
if (!inject) return;
|
|
7709
7709
|
inject("data-v-4a2a7ae5_0", {
|
|
7710
7710
|
source: "[data-v-4a2a7ae5]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.stepper-content-wrapper[data-v-4a2a7ae5]{height:100%;width:100%;padding-bottom:var(--size-value6)}@media screen and (min-width:960px){.stepper-content-wrapper[data-v-4a2a7ae5]{padding-bottom:var(--size-value0)}}.layout-content[data-v-4a2a7ae5]{padding:var(--size-value0) var(--size-value4)}@media screen and (min-width:960px){.layout-content[data-v-4a2a7ae5]{padding:revert;padding-block-start:var(--size-value3)}}.stepper-header[data-v-4a2a7ae5]{flex:0;margin-block-end:var(--size-value4);padding:var(--size-value0)}@media screen and (min-width:960px){.stepper-header[data-v-4a2a7ae5]{padding:revert;flex:revert;padding-block-start:var(--size-value3)}}.stepper-header .content-stepper-title[data-v-4a2a7ae5]{letter-spacing:.01em;font-size:var(--font-size-medium);font-weight:var(--font-weight-large);line-height:var(--size-value8);color:var(--gray-darken-5)}@media screen and (min-width:960px){.stepper-header .content-stepper-title[data-v-4a2a7ae5]{font-size:var(--font-size-medium2)}}.stepper-header .content-stepper-description[data-v-4a2a7ae5]{font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-4)}.stepper-header .content-stepper-description[data-v-4a2a7ae5] a{color:var(--blue)}.vc-stepper-content.v-stepper[data-v-4a2a7ae5]{width:100%;box-shadow:none;height:100%;overflow:auto}.vc-stepper-content.v-stepper[data-v-4a2a7ae5] .v-stepper__items .v-stepper__content{padding:0}",
|
|
@@ -7715,25 +7715,25 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
7715
7715
|
/* scoped */
|
|
7716
7716
|
|
|
7717
7717
|
|
|
7718
|
-
const __vue_scope_id__$
|
|
7718
|
+
const __vue_scope_id__$c = "data-v-4a2a7ae5";
|
|
7719
7719
|
/* module identifier */
|
|
7720
7720
|
|
|
7721
|
-
const __vue_module_identifier__$
|
|
7721
|
+
const __vue_module_identifier__$c = undefined;
|
|
7722
7722
|
/* functional template */
|
|
7723
7723
|
|
|
7724
|
-
const __vue_is_functional_template__$
|
|
7724
|
+
const __vue_is_functional_template__$c = false;
|
|
7725
7725
|
/* style inject SSR */
|
|
7726
7726
|
|
|
7727
7727
|
/* style inject shadow dom */
|
|
7728
7728
|
|
|
7729
|
-
const __vue_component__$
|
|
7730
|
-
render: __vue_render__$
|
|
7731
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7732
|
-
}, __vue_inject_styles__$
|
|
7729
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
7730
|
+
render: __vue_render__$c,
|
|
7731
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
7732
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
|
|
7733
7733
|
|
|
7734
|
-
var VcStepperContent = __vue_component__$
|
|
7734
|
+
var VcStepperContent = __vue_component__$n;
|
|
7735
7735
|
|
|
7736
|
-
var script$
|
|
7736
|
+
var script$b = {
|
|
7737
7737
|
name: "VcWizard",
|
|
7738
7738
|
components: {
|
|
7739
7739
|
VcStepsBar,
|
|
@@ -7852,10 +7852,10 @@ var script$a = {
|
|
|
7852
7852
|
};
|
|
7853
7853
|
|
|
7854
7854
|
/* script */
|
|
7855
|
-
const __vue_script__$
|
|
7855
|
+
const __vue_script__$b = script$b;
|
|
7856
7856
|
/* template */
|
|
7857
7857
|
|
|
7858
|
-
var __vue_render__$
|
|
7858
|
+
var __vue_render__$b = function () {
|
|
7859
7859
|
var _vm = this;
|
|
7860
7860
|
|
|
7861
7861
|
var _h = _vm.$createElement;
|
|
@@ -7909,10 +7909,10 @@ var __vue_render__$a = function () {
|
|
|
7909
7909
|
})], 1);
|
|
7910
7910
|
};
|
|
7911
7911
|
|
|
7912
|
-
var __vue_staticRenderFns__$
|
|
7912
|
+
var __vue_staticRenderFns__$b = [];
|
|
7913
7913
|
/* style */
|
|
7914
7914
|
|
|
7915
|
-
const __vue_inject_styles__$
|
|
7915
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
7916
7916
|
if (!inject) return;
|
|
7917
7917
|
inject("data-v-10873292_0", {
|
|
7918
7918
|
source: "[data-v-10873292]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-wizard[data-v-10873292]{height:100%}@media screen and (min-width:960px){.vc-wizard[data-v-10873292]{display:grid;grid-template-columns:minmax(250px,1fr) 3fr;grid-template-rows:1fr 80px;grid-row-gap:0}.vc-wizard.wizard-size-md[data-v-10873292]{grid-column-gap:var(--size-value10);padding-inline-end:var(--size-value10)}.vc-wizard.wizard-size-lg[data-v-10873292]{grid-column-gap:var(--size-value20);padding-inline-end:var(--size-value20)}}.vc-stepper-container[data-v-10873292]{grid-area:1/1/3/2;border-inline-end:1px solid #e0e0e0;max-height:calc(100% - 24px)}.wizard-cta-container[data-v-10873292]{grid-area:2/2/3/3}.stepper-content-wrapper[data-v-10873292]{grid-area:1/2/2/3}",
|
|
@@ -7923,23 +7923,23 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
7923
7923
|
/* scoped */
|
|
7924
7924
|
|
|
7925
7925
|
|
|
7926
|
-
const __vue_scope_id__$
|
|
7926
|
+
const __vue_scope_id__$b = "data-v-10873292";
|
|
7927
7927
|
/* module identifier */
|
|
7928
7928
|
|
|
7929
|
-
const __vue_module_identifier__$
|
|
7929
|
+
const __vue_module_identifier__$b = undefined;
|
|
7930
7930
|
/* functional template */
|
|
7931
7931
|
|
|
7932
|
-
const __vue_is_functional_template__$
|
|
7932
|
+
const __vue_is_functional_template__$b = false;
|
|
7933
7933
|
/* style inject SSR */
|
|
7934
7934
|
|
|
7935
7935
|
/* style inject shadow dom */
|
|
7936
7936
|
|
|
7937
|
-
const __vue_component__$
|
|
7938
|
-
render: __vue_render__$
|
|
7939
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7940
|
-
}, __vue_inject_styles__$
|
|
7937
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
7938
|
+
render: __vue_render__$b,
|
|
7939
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
7940
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
7941
7941
|
|
|
7942
|
-
var __vue_component__$
|
|
7942
|
+
var __vue_component__$m = __vue_component__$l;
|
|
7943
7943
|
|
|
7944
7944
|
//
|
|
7945
7945
|
//
|
|
@@ -7957,7 +7957,7 @@ var __vue_component__$k = __vue_component__$j;
|
|
|
7957
7957
|
//
|
|
7958
7958
|
//
|
|
7959
7959
|
//
|
|
7960
|
-
var script$
|
|
7960
|
+
var script$a = {
|
|
7961
7961
|
name: 'VcBadge',
|
|
7962
7962
|
components: {
|
|
7963
7963
|
VBadge: VBadge
|
|
@@ -7990,10 +7990,10 @@ var script$9 = {
|
|
|
7990
7990
|
};
|
|
7991
7991
|
|
|
7992
7992
|
/* script */
|
|
7993
|
-
const __vue_script__$
|
|
7993
|
+
const __vue_script__$a = script$a;
|
|
7994
7994
|
/* template */
|
|
7995
7995
|
|
|
7996
|
-
var __vue_render__$
|
|
7996
|
+
var __vue_render__$a = function () {
|
|
7997
7997
|
var _vm = this;
|
|
7998
7998
|
|
|
7999
7999
|
var _h = _vm.$createElement;
|
|
@@ -8019,10 +8019,10 @@ var __vue_render__$9 = function () {
|
|
|
8019
8019
|
}, [_vm._t("default")], 2)], 1);
|
|
8020
8020
|
};
|
|
8021
8021
|
|
|
8022
|
-
var __vue_staticRenderFns__$
|
|
8022
|
+
var __vue_staticRenderFns__$a = [];
|
|
8023
8023
|
/* style */
|
|
8024
8024
|
|
|
8025
|
-
const __vue_inject_styles__$
|
|
8025
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
8026
8026
|
if (!inject) return;
|
|
8027
8027
|
inject("data-v-4edabf76_0", {
|
|
8028
8028
|
source: "[data-v-4edabf76] .v-icon__component{height:12px;width:12px}",
|
|
@@ -8033,25 +8033,25 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
8033
8033
|
/* scoped */
|
|
8034
8034
|
|
|
8035
8035
|
|
|
8036
|
-
const __vue_scope_id__$
|
|
8036
|
+
const __vue_scope_id__$a = "data-v-4edabf76";
|
|
8037
8037
|
/* module identifier */
|
|
8038
8038
|
|
|
8039
|
-
const __vue_module_identifier__$
|
|
8039
|
+
const __vue_module_identifier__$a = undefined;
|
|
8040
8040
|
/* functional template */
|
|
8041
8041
|
|
|
8042
|
-
const __vue_is_functional_template__$
|
|
8042
|
+
const __vue_is_functional_template__$a = false;
|
|
8043
8043
|
/* style inject SSR */
|
|
8044
8044
|
|
|
8045
8045
|
/* style inject shadow dom */
|
|
8046
8046
|
|
|
8047
|
-
const __vue_component__$
|
|
8048
|
-
render: __vue_render__$
|
|
8049
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8050
|
-
}, __vue_inject_styles__$
|
|
8047
|
+
const __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
8048
|
+
render: __vue_render__$a,
|
|
8049
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
8050
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
|
|
8051
8051
|
|
|
8052
|
-
var __vue_component__$
|
|
8052
|
+
var __vue_component__$k = __vue_component__$j;
|
|
8053
8053
|
|
|
8054
|
-
var script$
|
|
8054
|
+
var script$9 = {
|
|
8055
8055
|
name: "VcUpsellBlock",
|
|
8056
8056
|
components: {
|
|
8057
8057
|
VcImage,
|
|
@@ -8116,10 +8116,10 @@ var script$8 = {
|
|
|
8116
8116
|
};
|
|
8117
8117
|
|
|
8118
8118
|
/* script */
|
|
8119
|
-
const __vue_script__$
|
|
8119
|
+
const __vue_script__$9 = script$9;
|
|
8120
8120
|
/* template */
|
|
8121
8121
|
|
|
8122
|
-
var __vue_render__$
|
|
8122
|
+
var __vue_render__$9 = function () {
|
|
8123
8123
|
var _vm = this;
|
|
8124
8124
|
|
|
8125
8125
|
var _h = _vm.$createElement;
|
|
@@ -8183,10 +8183,10 @@ var __vue_render__$8 = function () {
|
|
|
8183
8183
|
})], 1)], 1);
|
|
8184
8184
|
};
|
|
8185
8185
|
|
|
8186
|
-
var __vue_staticRenderFns__$
|
|
8186
|
+
var __vue_staticRenderFns__$9 = [];
|
|
8187
8187
|
/* style */
|
|
8188
8188
|
|
|
8189
|
-
const __vue_inject_styles__$
|
|
8189
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
8190
8190
|
if (!inject) return;
|
|
8191
8191
|
inject("data-v-3e23f57f_0", {
|
|
8192
8192
|
source: ".VcUpsellBlock[data-v-3e23f57f]{flex-flow:row wrap;width:100%;height:100vh;max-width:960px;margin:auto;overflow-x:hidden;font-style:normal}@media screen and (min-width:960px){.VcUpsellBlock[data-v-3e23f57f]{overflow-x:visible}}.VcUpsellBlock[data-v-3e23f57f]:before{content:\"\";position:absolute;-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg width='1387' height='1787' viewBox='0 0 1387 1787' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='background_stain' d='M965.208 1786.79L1240.04 1427.2C1388.67 1251.5 1443.75 1042.72 1314.06 863.507L768.194 165.405C638.503 -13.8061 388.739 -53.6307 210.377 76.6778L164.621 109.767C-13.7407 240.369 -53.3766 491.322 76.3144 670.533L649.578 1404.65L965.208 1786.79Z' fill='%230093B8'/%3E%3C/svg%3E\");background-color:var(--v-secondary-base);opacity:15%;inset:70% 0 0 0}@media screen and (min-width:960px){.VcUpsellBlock[data-v-3e23f57f]:before{inset:0;inset-inline-start:50%}}#app[dir=rtl] .VcUpsellBlock[data-v-3e23f57f]:before{transform:scaleX(-1)}.VcUpsellBlock.dialog[data-v-3e23f57f]{height:100%;padding-top:8px}@media screen and (min-width:960px){.VcUpsellBlock.dialog[data-v-3e23f57f]{padding-top:70px;padding-bottom:46px}}@media screen and (min-width:960px){.VcUpsellBlock.dialog[data-v-3e23f57f]:before{top:-10%}}.VcUpsellBlock .text-container[data-v-3e23f57f]{flex:0 0 100%;margin:0 auto}@media screen and (min-width:960px){.VcUpsellBlock .text-container[data-v-3e23f57f]{flex:0 0 55%;max-width:444px;overflow:hidden}}.VcUpsellBlock .text-container .title-text[data-v-3e23f57f]{font-weight:var(--font-weight-large2);font-size:var(--font-size-medium2);line-height:32px;letter-spacing:.01em}@media screen and (min-width:960px){.VcUpsellBlock .text-container .title-text[data-v-3e23f57f]{font-size:var(--font-size-large);line-height:40px}}.VcUpsellBlock .text-container .sub-text[data-v-3e23f57f]{font-weight:var(--font-weight-large);font-size:var(--font-size-medium);line-height:28px;letter-spacing:var(--letter-spacing)}.VcUpsellBlock .text-container .bullets-text[data-v-3e23f57f]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:20px}.VcUpsellBlock .text-container .bullets-text .bullets-icon[data-v-3e23f57f]{margin-inline-end:12px}.VcUpsellBlock .text-container .bullets-text .bullets-span[data-v-3e23f57f]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-small2);line-height:20px;color:#000}.VcUpsellBlock .text-container .cta-container[data-v-3e23f57f]{flex:1 1 auto;flex-flow:row wrap;align-items:center;margin:32px auto 0}.VcUpsellBlock .text-container .cta-container .primary-cta[data-v-3e23f57f]{flex:0 0 100%;width:auto;margin:0 auto;max-width:214px;line-height:48px;min-height:48px;font-weight:var(--font-weight-large);font-size:var(--font-size-small2)}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container .primary-cta[data-v-3e23f57f]{flex:0 0 45%;margin:0;height:48px}}.VcUpsellBlock .text-container .cta-container .primary-cta .v-btn__content[data-v-3e23f57f]{flex-flow:row wrap;width:100%;white-space:break-spaces}.VcUpsellBlock .text-container .cta-container .secondary-cta[data-v-3e23f57f]{flex:0 0 100%;text-align:center;font-weight:var(--font-weight-large);font-size:var(--font-size-small2);line-height:48px;height:48px;color:var(--gray-darken-5);margin:0;text-decoration:none}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container .secondary-cta[data-v-3e23f57f]{flex:0 0 45%;color:var(--blue);font-weight:var(--font-weight-large2)}}.VcUpsellBlock .text-container .cta-container-dialog[data-v-3e23f57f]{width:100%;z-index:1;position:absolute;justify-content:space-between;background:#fff;bottom:0;left:0;right:0;margin:0;height:72px;padding:0 24px}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container-dialog[data-v-3e23f57f]{position:static;justify-content:flex-start;padding:0}}.VcUpsellBlock .text-container .cta-container-dialog .primary-cta[data-v-3e23f57f]{flex:0 0 55%;margin:0;order:2}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container-dialog .primary-cta[data-v-3e23f57f]{flex:0 0 45%;order:0}}.VcUpsellBlock .text-container .cta-container-dialog .secondary-cta[data-v-3e23f57f]{flex:1 0 35%;padding-top:0}@media screen and (min-width:960px){.VcUpsellBlock .text-container .cta-container-dialog .secondary-cta[data-v-3e23f57f]{flex:0 0 45%}}.VcUpsellBlock .images-container[data-v-3e23f57f]{position:relative;flex:1 0 100%;margin:0 auto;min-height:40%;height:auto;overflow:hidden}@media screen and (min-width:960px){.VcUpsellBlock .images-container[data-v-3e23f57f]{flex:0 0 45%;overflow:visible}}.VcUpsellBlock .images-container .upsell-image[data-v-3e23f57f]{position:absolute;width:320px;height:380px;right:0;left:0;margin:0 auto}@media screen and (min-width:960px){.VcUpsellBlock .images-container .upsell-image[data-v-3e23f57f]{height:580px;width:466px;top:0;bottom:0;margin:auto}}",
|
|
@@ -8197,25 +8197,25 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
8197
8197
|
/* scoped */
|
|
8198
8198
|
|
|
8199
8199
|
|
|
8200
|
-
const __vue_scope_id__$
|
|
8200
|
+
const __vue_scope_id__$9 = "data-v-3e23f57f";
|
|
8201
8201
|
/* module identifier */
|
|
8202
8202
|
|
|
8203
|
-
const __vue_module_identifier__$
|
|
8203
|
+
const __vue_module_identifier__$9 = undefined;
|
|
8204
8204
|
/* functional template */
|
|
8205
8205
|
|
|
8206
|
-
const __vue_is_functional_template__$
|
|
8206
|
+
const __vue_is_functional_template__$9 = false;
|
|
8207
8207
|
/* style inject SSR */
|
|
8208
8208
|
|
|
8209
8209
|
/* style inject shadow dom */
|
|
8210
8210
|
|
|
8211
|
-
const __vue_component__$
|
|
8212
|
-
render: __vue_render__$
|
|
8213
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8214
|
-
}, __vue_inject_styles__$
|
|
8211
|
+
const __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
8212
|
+
render: __vue_render__$9,
|
|
8213
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
8214
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
8215
8215
|
|
|
8216
|
-
var __vue_component__$
|
|
8216
|
+
var __vue_component__$i = __vue_component__$h;
|
|
8217
8217
|
|
|
8218
|
-
var script$
|
|
8218
|
+
var script$8 = {
|
|
8219
8219
|
name: "VcDropzone",
|
|
8220
8220
|
components: {
|
|
8221
8221
|
VcLayout
|
|
@@ -8307,10 +8307,10 @@ var script$7 = {
|
|
|
8307
8307
|
};
|
|
8308
8308
|
|
|
8309
8309
|
/* script */
|
|
8310
|
-
const __vue_script__$
|
|
8310
|
+
const __vue_script__$8 = script$8;
|
|
8311
8311
|
/* template */
|
|
8312
8312
|
|
|
8313
|
-
var __vue_render__$
|
|
8313
|
+
var __vue_render__$8 = function () {
|
|
8314
8314
|
var _vm = this;
|
|
8315
8315
|
|
|
8316
8316
|
var _h = _vm.$createElement;
|
|
@@ -8378,10 +8378,10 @@ var __vue_render__$7 = function () {
|
|
|
8378
8378
|
})], 2)]);
|
|
8379
8379
|
};
|
|
8380
8380
|
|
|
8381
|
-
var __vue_staticRenderFns__$
|
|
8381
|
+
var __vue_staticRenderFns__$8 = [];
|
|
8382
8382
|
/* style */
|
|
8383
8383
|
|
|
8384
|
-
const __vue_inject_styles__$
|
|
8384
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
8385
8385
|
if (!inject) return;
|
|
8386
8386
|
inject("data-v-7efc8e1b_0", {
|
|
8387
8387
|
source: "[data-v-7efc8e1b]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.dropzone__wrap[data-v-7efc8e1b]{position:relative;border:1px dashed var(--gray-darken-1);padding:var(--size-value3);min-height:var(--size-value18);width:100%;border-radius:var(--border-radius);background-color:var(--gray-lighten-4);transition:background-color .1s ease-out,border-color .1s ease-out}.dropzone__wrap--hovered[data-v-7efc8e1b]{background-color:var(--gray-lighten-4);border-color:var(--gray-darken-1)}.dropzone__wrap--active[data-v-7efc8e1b]{background-color:var(--modal-bg-color);border-color:var(--dropzone-active-border-color);filter:drop-shadow(0 0 2px var(--dropzone-active-second-border-color))}.dropzone__wrap--disabled[data-v-7efc8e1b]{background-color:var(--gray-lighten-4);border-color:var(--gray)}.dropzone__input[data-v-7efc8e1b]{width:100%;height:100%;position:absolute;opacity:0;left:0;top:0;cursor:pointer}.dropzone__wrap--disabled .dropzone__input[data-v-7efc8e1b]{cursor:default}.dropzone__label[data-v-7efc8e1b]{display:flex;flex-direction:column;text-align:center}.dropzone__wrap--hovered .dropzone__label[data-v-7efc8e1b]{color:var(--gray-darken-5)}.dropzone__subtitle[data-v-7efc8e1b],.dropzone__title[data-v-7efc8e1b]{color:var(--blue);font-size:var(--font-size-x-small)}.dropzone__wrap--disabled .dropzone__subtitle[data-v-7efc8e1b],.dropzone__wrap--disabled .dropzone__title[data-v-7efc8e1b]{color:var(--gray-darken-2)}.dropzone__title[data-v-7efc8e1b]{font-weight:var(--font-weight-medium2)}.dropzone__subtitle[data-v-7efc8e1b]{font-weight:var(--font-weight-light)}",
|
|
@@ -8392,25 +8392,25 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
8392
8392
|
/* scoped */
|
|
8393
8393
|
|
|
8394
8394
|
|
|
8395
|
-
const __vue_scope_id__$
|
|
8395
|
+
const __vue_scope_id__$8 = "data-v-7efc8e1b";
|
|
8396
8396
|
/* module identifier */
|
|
8397
8397
|
|
|
8398
|
-
const __vue_module_identifier__$
|
|
8398
|
+
const __vue_module_identifier__$8 = undefined;
|
|
8399
8399
|
/* functional template */
|
|
8400
8400
|
|
|
8401
|
-
const __vue_is_functional_template__$
|
|
8401
|
+
const __vue_is_functional_template__$8 = false;
|
|
8402
8402
|
/* style inject SSR */
|
|
8403
8403
|
|
|
8404
8404
|
/* style inject shadow dom */
|
|
8405
8405
|
|
|
8406
|
-
const __vue_component__$
|
|
8407
|
-
render: __vue_render__$
|
|
8408
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8409
|
-
}, __vue_inject_styles__$
|
|
8406
|
+
const __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
8407
|
+
render: __vue_render__$8,
|
|
8408
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
8409
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
|
|
8410
8410
|
|
|
8411
|
-
var __vue_component__$
|
|
8411
|
+
var __vue_component__$g = __vue_component__$f;
|
|
8412
8412
|
|
|
8413
|
-
var script$
|
|
8413
|
+
var script$7 = {
|
|
8414
8414
|
name: "VcRadio",
|
|
8415
8415
|
components: {
|
|
8416
8416
|
VcTooltip,
|
|
@@ -8441,10 +8441,10 @@ var script$6 = {
|
|
|
8441
8441
|
};
|
|
8442
8442
|
|
|
8443
8443
|
/* script */
|
|
8444
|
-
const __vue_script__$
|
|
8444
|
+
const __vue_script__$7 = script$7;
|
|
8445
8445
|
/* template */
|
|
8446
8446
|
|
|
8447
|
-
var __vue_render__$
|
|
8447
|
+
var __vue_render__$7 = function () {
|
|
8448
8448
|
var _vm = this;
|
|
8449
8449
|
|
|
8450
8450
|
var _h = _vm.$createElement;
|
|
@@ -8492,10 +8492,10 @@ var __vue_render__$6 = function () {
|
|
|
8492
8492
|
});
|
|
8493
8493
|
};
|
|
8494
8494
|
|
|
8495
|
-
var __vue_staticRenderFns__$
|
|
8495
|
+
var __vue_staticRenderFns__$7 = [];
|
|
8496
8496
|
/* style */
|
|
8497
8497
|
|
|
8498
|
-
const __vue_inject_styles__$
|
|
8498
|
+
const __vue_inject_styles__$7 = function (inject) {
|
|
8499
8499
|
if (!inject) return;
|
|
8500
8500
|
inject("data-v-729dbbdc_0", {
|
|
8501
8501
|
source: ".label-container[data-v-729dbbdc]{margin-inline-start:var(--size-value2)}.radio-label[data-v-729dbbdc]{color:var(--gray-darken-5);font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small)}.radio-icon[data-v-729dbbdc]{margin-inline-start:var(--size-value2);font-size:var(--size-value4)}.radio-icon[data-v-729dbbdc] .v-icon__component{height:var(--size-value4);width:var(--size-value4)}.radio-tooltip[data-v-729dbbdc]{height:var(--size-value5);margin-inline-start:var(--size-value2)}.radio-tooltip[data-v-729dbbdc] .v-icon__component{width:var(--size-value4)}.vc-radio[data-v-729dbbdc]{margin:0;margin-bottom:auto}.vc-radio.v-input--radio-group--column[data-v-729dbbdc] .v-radio:not(:last-child):not(:only-child){margin-bottom:var(--size-value4)}.vc-radio[data-v-729dbbdc] .v-input--selection-controls__ripple{inset-inline-start:-9px;top:calc(50% - 17px);width:var(--size-value5);height:var(--size-value5)}.vc-radio[data-v-729dbbdc] .v-input--selection-controls__input{margin:0;padding:0;margin-bottom:auto;height:var(--size-value5);width:var(--size-value4)}.vc-radio[data-v-729dbbdc] .v-input--selection-controls__input .v-icon{font-size:var(--font-size-medium)}",
|
|
@@ -8506,25 +8506,25 @@ const __vue_inject_styles__$6 = function (inject) {
|
|
|
8506
8506
|
/* scoped */
|
|
8507
8507
|
|
|
8508
8508
|
|
|
8509
|
-
const __vue_scope_id__$
|
|
8509
|
+
const __vue_scope_id__$7 = "data-v-729dbbdc";
|
|
8510
8510
|
/* module identifier */
|
|
8511
8511
|
|
|
8512
|
-
const __vue_module_identifier__$
|
|
8512
|
+
const __vue_module_identifier__$7 = undefined;
|
|
8513
8513
|
/* functional template */
|
|
8514
8514
|
|
|
8515
|
-
const __vue_is_functional_template__$
|
|
8515
|
+
const __vue_is_functional_template__$7 = false;
|
|
8516
8516
|
/* style inject SSR */
|
|
8517
8517
|
|
|
8518
|
-
/* style inject shadow dom */
|
|
8519
|
-
|
|
8520
|
-
const __vue_component__$
|
|
8521
|
-
render: __vue_render__$
|
|
8522
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8523
|
-
}, __vue_inject_styles__$
|
|
8518
|
+
/* style inject shadow dom */
|
|
8519
|
+
|
|
8520
|
+
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
8521
|
+
render: __vue_render__$7,
|
|
8522
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
8523
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
|
|
8524
8524
|
|
|
8525
|
-
var VcRadio = __vue_component__$
|
|
8525
|
+
var VcRadio = __vue_component__$e;
|
|
8526
8526
|
|
|
8527
|
-
var script$
|
|
8527
|
+
var script$6 = {
|
|
8528
8528
|
name: "VcRadioGroup",
|
|
8529
8529
|
components: {
|
|
8530
8530
|
VcRadio,
|
|
@@ -8560,10 +8560,10 @@ var script$5 = {
|
|
|
8560
8560
|
};
|
|
8561
8561
|
|
|
8562
8562
|
/* script */
|
|
8563
|
-
const __vue_script__$
|
|
8563
|
+
const __vue_script__$6 = script$6;
|
|
8564
8564
|
/* template */
|
|
8565
8565
|
|
|
8566
|
-
var __vue_render__$
|
|
8566
|
+
var __vue_render__$6 = function () {
|
|
8567
8567
|
var _vm = this;
|
|
8568
8568
|
|
|
8569
8569
|
var _h = _vm.$createElement;
|
|
@@ -8609,10 +8609,10 @@ var __vue_render__$5 = function () {
|
|
|
8609
8609
|
}), 1)], 1);
|
|
8610
8610
|
};
|
|
8611
8611
|
|
|
8612
|
-
var __vue_staticRenderFns__$
|
|
8612
|
+
var __vue_staticRenderFns__$6 = [];
|
|
8613
8613
|
/* style */
|
|
8614
8614
|
|
|
8615
|
-
const __vue_inject_styles__$
|
|
8615
|
+
const __vue_inject_styles__$6 = function (inject) {
|
|
8616
8616
|
if (!inject) return;
|
|
8617
8617
|
inject("data-v-0bf8cc5c_0", {
|
|
8618
8618
|
source: ".vc-radio-buttons[data-v-0bf8cc5c]{margin:0;padding:0}.vc-radio-buttons.v-input--radio-group--column[data-v-0bf8cc5c] .v-radio:not(:last-child):not(:only-child){margin-bottom:var(--size-value4)}.vc-title[data-v-0bf8cc5c]{color:var(--gray-darken-5);margin-bottom:var(--size-value2);font-weight:var(--font-weight-large);font-size:var(--size-value3);line-height:var(--size-value4)}",
|
|
@@ -8623,25 +8623,25 @@ const __vue_inject_styles__$5 = function (inject) {
|
|
|
8623
8623
|
/* scoped */
|
|
8624
8624
|
|
|
8625
8625
|
|
|
8626
|
-
const __vue_scope_id__$
|
|
8626
|
+
const __vue_scope_id__$6 = "data-v-0bf8cc5c";
|
|
8627
8627
|
/* module identifier */
|
|
8628
8628
|
|
|
8629
|
-
const __vue_module_identifier__$
|
|
8629
|
+
const __vue_module_identifier__$6 = undefined;
|
|
8630
8630
|
/* functional template */
|
|
8631
8631
|
|
|
8632
|
-
const __vue_is_functional_template__$
|
|
8632
|
+
const __vue_is_functional_template__$6 = false;
|
|
8633
8633
|
/* style inject SSR */
|
|
8634
8634
|
|
|
8635
8635
|
/* style inject shadow dom */
|
|
8636
8636
|
|
|
8637
|
-
const __vue_component__$
|
|
8638
|
-
render: __vue_render__$
|
|
8639
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8640
|
-
}, __vue_inject_styles__$
|
|
8637
|
+
const __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
8638
|
+
render: __vue_render__$6,
|
|
8639
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
8640
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, createInjector, undefined, undefined);
|
|
8641
8641
|
|
|
8642
|
-
var __vue_component__$
|
|
8642
|
+
var __vue_component__$d = __vue_component__$c;
|
|
8643
8643
|
|
|
8644
|
-
var script$
|
|
8644
|
+
var script$5 = {
|
|
8645
8645
|
name: "VcSegmentedControl",
|
|
8646
8646
|
components: {
|
|
8647
8647
|
VcIcon,
|
|
@@ -8677,10 +8677,10 @@ var script$4 = {
|
|
|
8677
8677
|
};
|
|
8678
8678
|
|
|
8679
8679
|
/* script */
|
|
8680
|
-
const __vue_script__$
|
|
8680
|
+
const __vue_script__$5 = script$5;
|
|
8681
8681
|
/* template */
|
|
8682
8682
|
|
|
8683
|
-
var __vue_render__$
|
|
8683
|
+
var __vue_render__$5 = function () {
|
|
8684
8684
|
var _vm = this;
|
|
8685
8685
|
|
|
8686
8686
|
var _h = _vm.$createElement;
|
|
@@ -8716,10 +8716,10 @@ var __vue_render__$4 = function () {
|
|
|
8716
8716
|
}), 1);
|
|
8717
8717
|
};
|
|
8718
8718
|
|
|
8719
|
-
var __vue_staticRenderFns__$
|
|
8719
|
+
var __vue_staticRenderFns__$5 = [];
|
|
8720
8720
|
/* style */
|
|
8721
8721
|
|
|
8722
|
-
const __vue_inject_styles__$
|
|
8722
|
+
const __vue_inject_styles__$5 = function (inject) {
|
|
8723
8723
|
if (!inject) return;
|
|
8724
8724
|
inject("data-v-ebfb67c4_0", {
|
|
8725
8725
|
source: "[data-v-ebfb67c4]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4]{border-radius:var(--border-radius);width:100%;max-width:100%;font-family:var(--primary-font-family)}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] >button.v-btn:first-child{border-bottom-left-radius:inherit;border-top-left-radius:inherit}#app[dir=rtl] div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] >button.v-btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:inherit;border-top-right-radius:inherit}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] >button.v-btn:last-child{border-bottom-right-radius:inherit;border-top-right-radius:inherit}#app[dir=rtl] div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] >button.v-btn:last-child{border-bottom-right-radius:0;border-top-right-radius:0;border-bottom-left-radius:inherit;border-top-left-radius:inherit}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] >button.v-btn:not(:first-child){border-left-width:0}#app[dir=rtl] div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] >button.v-btn:not(:first-child){border-left-width:1px;border-right-width:0}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn{flex:1;height:auto;padding-top:var(--size-value3);padding-bottom:var(--size-value3);font-family:var(--primary-font-family);font-size:var(--font-size-x-small);line-height:var(--size-value4);text-transform:none;letter-spacing:normal}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn:before{background-color:inherit}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn:not(.v-item--active){background:var(--gray-lighten-3);color:var(--gray-darken-4)}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn.v-item--active{box-shadow:var(--shadow-4);background:var(--modal-bg-color);color:var(--gray-darken-5)}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn:hover{background:var(--gray-lighten-4)}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn.v-btn--disabled{background:var(--gray-lighten-2);color:var(--gray-darken-2)}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn span{max-width:100%;white-space:initial}div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn .item-icon{padding-left:var(--size-value0);padding-right:var(--size-value1)}#app[dir=rtl] div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn .item-icon{padding-left:var(--size-value1)}#app[dir=rtl] div.button-group.v-item-group.v-btn-toggle[data-v-ebfb67c4] button.v-btn .item-icon{padding-right:var(--size-value0)}",
|
|
@@ -8730,23 +8730,23 @@ const __vue_inject_styles__$4 = function (inject) {
|
|
|
8730
8730
|
/* scoped */
|
|
8731
8731
|
|
|
8732
8732
|
|
|
8733
|
-
const __vue_scope_id__$
|
|
8733
|
+
const __vue_scope_id__$5 = "data-v-ebfb67c4";
|
|
8734
8734
|
/* module identifier */
|
|
8735
8735
|
|
|
8736
|
-
const __vue_module_identifier__$
|
|
8736
|
+
const __vue_module_identifier__$5 = undefined;
|
|
8737
8737
|
/* functional template */
|
|
8738
8738
|
|
|
8739
|
-
const __vue_is_functional_template__$
|
|
8739
|
+
const __vue_is_functional_template__$5 = false;
|
|
8740
8740
|
/* style inject SSR */
|
|
8741
8741
|
|
|
8742
8742
|
/* style inject shadow dom */
|
|
8743
8743
|
|
|
8744
|
-
const __vue_component__$
|
|
8745
|
-
render: __vue_render__$
|
|
8746
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8747
|
-
}, __vue_inject_styles__$
|
|
8744
|
+
const __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
8745
|
+
render: __vue_render__$5,
|
|
8746
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
8747
|
+
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, createInjector, undefined, undefined);
|
|
8748
8748
|
|
|
8749
|
-
var __vue_component__$
|
|
8749
|
+
var __vue_component__$b = __vue_component__$a;
|
|
8750
8750
|
|
|
8751
8751
|
const FORMATS = {
|
|
8752
8752
|
DOCUMENT: ['doc', 'docx'],
|
|
@@ -8758,7 +8758,7 @@ const FORMATS = {
|
|
|
8758
8758
|
AUDIO: ['mp3', 'wav'],
|
|
8759
8759
|
VIDEO: ['avi', 'mp4', 'mkv', 'mov']
|
|
8760
8760
|
};
|
|
8761
|
-
var script$
|
|
8761
|
+
var script$4 = {
|
|
8762
8762
|
name: "VcDocItem",
|
|
8763
8763
|
components: {
|
|
8764
8764
|
VcButton,
|
|
@@ -8849,10 +8849,10 @@ var script$3 = {
|
|
|
8849
8849
|
};
|
|
8850
8850
|
|
|
8851
8851
|
/* script */
|
|
8852
|
-
const __vue_script__$
|
|
8852
|
+
const __vue_script__$4 = script$4;
|
|
8853
8853
|
/* template */
|
|
8854
8854
|
|
|
8855
|
-
var __vue_render__$
|
|
8855
|
+
var __vue_render__$4 = function () {
|
|
8856
8856
|
var _vm = this;
|
|
8857
8857
|
|
|
8858
8858
|
var _h = _vm.$createElement;
|
|
@@ -8939,10 +8939,10 @@ var __vue_render__$3 = function () {
|
|
|
8939
8939
|
}), 1) : _vm._e()]);
|
|
8940
8940
|
};
|
|
8941
8941
|
|
|
8942
|
-
var __vue_staticRenderFns__$
|
|
8942
|
+
var __vue_staticRenderFns__$4 = [];
|
|
8943
8943
|
/* style */
|
|
8944
8944
|
|
|
8945
|
-
const __vue_inject_styles__$
|
|
8945
|
+
const __vue_inject_styles__$4 = function (inject) {
|
|
8946
8946
|
if (!inject) return;
|
|
8947
8947
|
inject("data-v-6c669e8b_0", {
|
|
8948
8948
|
source: "[data-v-6c669e8b]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-doc-item[data-v-6c669e8b]{display:flex;align-items:center;padding:0 var(--size-value4);height:48px}.vc-doc-item .actions[data-v-6c669e8b]{display:flex;margin-inline-start:var(--size-value2)}.vc-doc-item .actions button[data-v-6c669e8b]{opacity:.4}.vc-doc-item .actions button[data-v-6c669e8b]:hover{opacity:1}.details[data-v-6c669e8b]{font-family:var(--primary-font-family);display:flex;flex-direction:row;align-items:center;width:100%;min-width:0}.details__doc-icon[data-v-6c669e8b]{position:relative}.details__doc-icon .v-icon[data-v-6c669e8b]{margin-inline-end:var(--size-value4)}.details__doc-icon .v-icon--flag[data-v-6c669e8b]{position:absolute;bottom:calc(-1 * var(--size-value1));inset-inline-end:calc(-1 * var(--size-value1))}.title[data-v-6c669e8b]{padding-inline-end:var(--size-value3);line-height:18px;display:flex;overflow:hidden}.title--corrupted[data-v-6c669e8b]{flex-direction:column}.title__corrupted[data-v-6c669e8b],.title__header[data-v-6c669e8b]{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small);color:var(--gray-darken-5);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.title__corrupted[data-v-6c669e8b]{color:var(--red)}.signature[data-v-6c669e8b]{display:flex;flex-direction:row;align-items:center;margin-inline-start:auto}.signature--trimmed[data-v-6c669e8b]{margin-inline-start:0}.signature__icon[data-v-6c669e8b]{color:var(--gray-darken-5);margin-inline-end:var(--size-value2)}.signature__text[data-v-6c669e8b]{font-weight:var(--font-weight-medium);font-size:var(--font-size-xx-small);color:var(--gray-darken-5);white-space:nowrap}",
|
|
@@ -8953,23 +8953,23 @@ const __vue_inject_styles__$3 = function (inject) {
|
|
|
8953
8953
|
/* scoped */
|
|
8954
8954
|
|
|
8955
8955
|
|
|
8956
|
-
const __vue_scope_id__$
|
|
8956
|
+
const __vue_scope_id__$4 = "data-v-6c669e8b";
|
|
8957
8957
|
/* module identifier */
|
|
8958
8958
|
|
|
8959
|
-
const __vue_module_identifier__$
|
|
8959
|
+
const __vue_module_identifier__$4 = undefined;
|
|
8960
8960
|
/* functional template */
|
|
8961
8961
|
|
|
8962
|
-
const __vue_is_functional_template__$
|
|
8962
|
+
const __vue_is_functional_template__$4 = false;
|
|
8963
8963
|
/* style inject SSR */
|
|
8964
8964
|
|
|
8965
8965
|
/* style inject shadow dom */
|
|
8966
8966
|
|
|
8967
|
-
const __vue_component__$
|
|
8968
|
-
render: __vue_render__$
|
|
8969
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8970
|
-
}, __vue_inject_styles__$
|
|
8967
|
+
const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
8968
|
+
render: __vue_render__$4,
|
|
8969
|
+
staticRenderFns: __vue_staticRenderFns__$4
|
|
8970
|
+
}, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, createInjector, undefined, undefined);
|
|
8971
8971
|
|
|
8972
|
-
var __vue_component__$
|
|
8972
|
+
var __vue_component__$9 = __vue_component__$8;
|
|
8973
8973
|
|
|
8974
8974
|
//
|
|
8975
8975
|
//
|
|
@@ -8977,7 +8977,7 @@ var __vue_component__$7 = __vue_component__$6;
|
|
|
8977
8977
|
//
|
|
8978
8978
|
//
|
|
8979
8979
|
//
|
|
8980
|
-
var script$
|
|
8980
|
+
var script$3 = {
|
|
8981
8981
|
name: "VcTimeSince",
|
|
8982
8982
|
props: {
|
|
8983
8983
|
timestamp: {
|
|
@@ -9049,10 +9049,10 @@ var script$2 = {
|
|
|
9049
9049
|
};
|
|
9050
9050
|
|
|
9051
9051
|
/* script */
|
|
9052
|
-
const __vue_script__$
|
|
9052
|
+
const __vue_script__$3 = script$3;
|
|
9053
9053
|
/* template */
|
|
9054
9054
|
|
|
9055
|
-
var __vue_render__$
|
|
9055
|
+
var __vue_render__$3 = function () {
|
|
9056
9056
|
var _vm = this;
|
|
9057
9057
|
|
|
9058
9058
|
var _h = _vm.$createElement;
|
|
@@ -9066,33 +9066,33 @@ var __vue_render__$2 = function () {
|
|
|
9066
9066
|
}, [_vm._v("\n " + _vm._s(_vm.timeSince) + "\n")]);
|
|
9067
9067
|
};
|
|
9068
9068
|
|
|
9069
|
-
var __vue_staticRenderFns__$
|
|
9069
|
+
var __vue_staticRenderFns__$3 = [];
|
|
9070
9070
|
/* style */
|
|
9071
9071
|
|
|
9072
|
-
const __vue_inject_styles__$
|
|
9072
|
+
const __vue_inject_styles__$3 = undefined;
|
|
9073
9073
|
/* scoped */
|
|
9074
9074
|
|
|
9075
|
-
const __vue_scope_id__$
|
|
9075
|
+
const __vue_scope_id__$3 = undefined;
|
|
9076
9076
|
/* module identifier */
|
|
9077
9077
|
|
|
9078
|
-
const __vue_module_identifier__$
|
|
9078
|
+
const __vue_module_identifier__$3 = undefined;
|
|
9079
9079
|
/* functional template */
|
|
9080
9080
|
|
|
9081
|
-
const __vue_is_functional_template__$
|
|
9081
|
+
const __vue_is_functional_template__$3 = false;
|
|
9082
9082
|
/* style inject */
|
|
9083
9083
|
|
|
9084
9084
|
/* style inject SSR */
|
|
9085
9085
|
|
|
9086
9086
|
/* style inject shadow dom */
|
|
9087
9087
|
|
|
9088
|
-
const __vue_component__$
|
|
9089
|
-
render: __vue_render__$
|
|
9090
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9091
|
-
}, __vue_inject_styles__$
|
|
9088
|
+
const __vue_component__$6 = /*#__PURE__*/normalizeComponent({
|
|
9089
|
+
render: __vue_render__$3,
|
|
9090
|
+
staticRenderFns: __vue_staticRenderFns__$3
|
|
9091
|
+
}, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, undefined, undefined, undefined);
|
|
9092
9092
|
|
|
9093
|
-
var __vue_component__$
|
|
9093
|
+
var __vue_component__$7 = __vue_component__$6;
|
|
9094
9094
|
|
|
9095
|
-
var script$
|
|
9095
|
+
var script$2 = {
|
|
9096
9096
|
directives: {
|
|
9097
9097
|
Intersect: Intersect
|
|
9098
9098
|
},
|
|
@@ -9211,10 +9211,10 @@ var script$1 = {
|
|
|
9211
9211
|
};
|
|
9212
9212
|
|
|
9213
9213
|
/* script */
|
|
9214
|
-
const __vue_script__$
|
|
9214
|
+
const __vue_script__$2 = script$2;
|
|
9215
9215
|
/* template */
|
|
9216
9216
|
|
|
9217
|
-
var __vue_render__$
|
|
9217
|
+
var __vue_render__$2 = function () {
|
|
9218
9218
|
var _vm = this;
|
|
9219
9219
|
|
|
9220
9220
|
var _h = _vm.$createElement;
|
|
@@ -9329,10 +9329,10 @@ var __vue_render__$1 = function () {
|
|
|
9329
9329
|
}, [_vm._v("\n " + _vm._s(_vm.errorLabel) + "\n ")]) : _vm._e()], 1);
|
|
9330
9330
|
};
|
|
9331
9331
|
|
|
9332
|
-
var __vue_staticRenderFns__$
|
|
9332
|
+
var __vue_staticRenderFns__$2 = [];
|
|
9333
9333
|
/* style */
|
|
9334
9334
|
|
|
9335
|
-
const __vue_inject_styles__$
|
|
9335
|
+
const __vue_inject_styles__$2 = function (inject) {
|
|
9336
9336
|
if (!inject) return;
|
|
9337
9337
|
inject("data-v-de7056da_0", {
|
|
9338
9338
|
source: "[data-v-de7056da]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--select-field-height:52px;--search-picker-border-color:#1e93b7;--search-picker-second-border-color:#95cddb;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-search-picker[data-v-de7056da]{position:relative}.vc-search-picker__error-label[data-v-de7056da]{font-weight:var(--font-weight-medium);font-size:var(--font-size-xx-small);color:var(--red)}.vc-search-picker[data-v-de7056da] .v-input__slot{border:1px solid var(--gray-lighten-1);border-radius:var(--border-radius);height:var(--size-value13);padding:0 var(--size-value5)}.vc-search-picker[data-v-de7056da] .v-input__slot:hover{border-color:var(--gray-darken-2)}.vc-search-picker[data-v-de7056da] .v-input__icon--append .v-icon{transform:rotate(0)}.vc-search-picker[data-v-de7056da] .autocomplete--open .v-input__icon--append .v-icon{transform:rotate(180deg)}.vc-search-picker[data-v-de7056da] .autocomplete--open .v-input__slot{border-color:var(--search-picker-border-color);outline:3px solid var(--search-picker-second-border-color)}.vc-search-picker[data-v-de7056da] .autocomplete{height:var(--size-value13);padding-top:0;margin-top:0}.vc-search-picker[data-v-de7056da] .autocomplete--error .v-input__slot{border-color:var(--red)}.vc-search-picker[data-v-de7056da] .autocomplete--has-items .placeholder-text:not(:first-of-type){display:none}.vc-search-picker[data-v-de7056da] .autocomplete--has-items.autocomplete--search-content .placeholder-text{display:none}.vc-search-picker[data-v-de7056da] .placeholder-text{font-size:var(--font-size-small2);font-weight:var(--font-weight-medium);color:var(--gray-darken-5);margin-inline-end:var(--size-value2);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.vc-search-picker[data-v-de7056da] .v-text-field>.v-input__control>.v-input__slot:after,.vc-search-picker[data-v-de7056da] .v-text-field>.v-input__control>.v-input__slot:before{content:initial}.vc-search-picker[data-v-de7056da] .v-input__prepend-inner{margin-right:auto;padding-inline-end:var(--size-value3);height:100%;display:flex;align-items:center;margin-top:0}.vc-search-picker[data-v-de7056da] .v-select__selections{flex-wrap:nowrap}.vc-search-picker[data-v-de7056da] .v-select__selections input[type=text]{display:inline-block;font-size:var(--font-size-small2);color:var(--gray-darken-5)}.vc-search-picker[data-v-de7056da] .v-list-item--active::before{content:none}.v-menu__content.vc-select-field-menu[data-v-de7056da]{top:var(--size-value4)}.v-menu__content.vc-select-field-menu .v-input.vc-checkbox[data-v-de7056da]{margin:0;padding:0}.v-menu__content.vc-select-field-menu .spinner[data-v-de7056da]{margin:0 auto;display:block}[data-v-de7056da] .v-list-item--link{font-size:var(--font-size-x-small)}[data-v-de7056da] .v-list-item--link:before{content:initial}",
|
|
@@ -9343,23 +9343,23 @@ const __vue_inject_styles__$1 = function (inject) {
|
|
|
9343
9343
|
/* scoped */
|
|
9344
9344
|
|
|
9345
9345
|
|
|
9346
|
-
const __vue_scope_id__$
|
|
9346
|
+
const __vue_scope_id__$2 = "data-v-de7056da";
|
|
9347
9347
|
/* module identifier */
|
|
9348
9348
|
|
|
9349
|
-
const __vue_module_identifier__$
|
|
9349
|
+
const __vue_module_identifier__$2 = undefined;
|
|
9350
9350
|
/* functional template */
|
|
9351
9351
|
|
|
9352
|
-
const __vue_is_functional_template__$
|
|
9352
|
+
const __vue_is_functional_template__$2 = false;
|
|
9353
9353
|
/* style inject SSR */
|
|
9354
9354
|
|
|
9355
9355
|
/* style inject shadow dom */
|
|
9356
9356
|
|
|
9357
|
-
const __vue_component__$
|
|
9358
|
-
render: __vue_render__$
|
|
9359
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
9360
|
-
}, __vue_inject_styles__$
|
|
9357
|
+
const __vue_component__$4 = /*#__PURE__*/normalizeComponent({
|
|
9358
|
+
render: __vue_render__$2,
|
|
9359
|
+
staticRenderFns: __vue_staticRenderFns__$2
|
|
9360
|
+
}, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, createInjector, undefined, undefined);
|
|
9361
9361
|
|
|
9362
|
-
var __vue_component__$
|
|
9362
|
+
var __vue_component__$5 = __vue_component__$4;
|
|
9363
9363
|
|
|
9364
9364
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
9365
9365
|
|
|
@@ -15516,7 +15516,7 @@ if (typeof window !== "undefined" && "Vue" in window) {
|
|
|
15516
15516
|
|
|
15517
15517
|
var draggable = /*@__PURE__*/getDefaultExportFromCjs(vuedraggable_umd);
|
|
15518
15518
|
|
|
15519
|
-
var script = {
|
|
15519
|
+
var script$1 = {
|
|
15520
15520
|
name: "VcDraggableList",
|
|
15521
15521
|
components: {
|
|
15522
15522
|
VcIcon,
|
|
@@ -15561,10 +15561,10 @@ var script = {
|
|
|
15561
15561
|
};
|
|
15562
15562
|
|
|
15563
15563
|
/* script */
|
|
15564
|
-
const __vue_script__ = script;
|
|
15564
|
+
const __vue_script__$1 = script$1;
|
|
15565
15565
|
/* template */
|
|
15566
15566
|
|
|
15567
|
-
var __vue_render__ = function () {
|
|
15567
|
+
var __vue_render__$1 = function () {
|
|
15568
15568
|
var _vm = this;
|
|
15569
15569
|
|
|
15570
15570
|
var _h = _vm.$createElement;
|
|
@@ -15627,10 +15627,10 @@ var __vue_render__ = function () {
|
|
|
15627
15627
|
}), 0);
|
|
15628
15628
|
};
|
|
15629
15629
|
|
|
15630
|
-
var __vue_staticRenderFns__ = [];
|
|
15630
|
+
var __vue_staticRenderFns__$1 = [];
|
|
15631
15631
|
/* style */
|
|
15632
15632
|
|
|
15633
|
-
const __vue_inject_styles__ = function (inject) {
|
|
15633
|
+
const __vue_inject_styles__$1 = function (inject) {
|
|
15634
15634
|
if (!inject) return;
|
|
15635
15635
|
inject("data-v-1f756c3f_0", {
|
|
15636
15636
|
source: ".list-group.onDragging[data-v-1f756c3f]{cursor:grabbing!important}.list-group .v-icon[data-v-1f756c3f]{margin:0 var(--size-value2);visibility:hidden}.list-group .onHover[data-v-1f756c3f]{background:var(--gray-lighten-3);border-radius:var(--border-radius)}.list-group .onHover .v-icon[data-v-1f756c3f]{cursor:grab;visibility:visible}.list-group .ghost[data-v-1f756c3f]{background:var(--gray-lighten-2);border:1px solid var(--v-secondary-lighten1);border-radius:var(--border-radius);box-shadow:unset;opacity:.4}.list-group .ghost .v-icon[data-v-1f756c3f]{visibility:visible}.list-group .drag[data-v-1f756c3f]{background:#fff;opacity:1!important;border-left:3px solid var(--v-secondary-base);box-shadow:var(--shadow-6);border-radius:var(--size-value1)}",
|
|
@@ -15641,7 +15641,201 @@ const __vue_inject_styles__ = function (inject) {
|
|
|
15641
15641
|
/* scoped */
|
|
15642
15642
|
|
|
15643
15643
|
|
|
15644
|
-
const __vue_scope_id__ = "data-v-1f756c3f";
|
|
15644
|
+
const __vue_scope_id__$1 = "data-v-1f756c3f";
|
|
15645
|
+
/* module identifier */
|
|
15646
|
+
|
|
15647
|
+
const __vue_module_identifier__$1 = undefined;
|
|
15648
|
+
/* functional template */
|
|
15649
|
+
|
|
15650
|
+
const __vue_is_functional_template__$1 = false;
|
|
15651
|
+
/* style inject SSR */
|
|
15652
|
+
|
|
15653
|
+
/* style inject shadow dom */
|
|
15654
|
+
|
|
15655
|
+
const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
15656
|
+
render: __vue_render__$1,
|
|
15657
|
+
staticRenderFns: __vue_staticRenderFns__$1
|
|
15658
|
+
}, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, createInjector, undefined, undefined);
|
|
15659
|
+
|
|
15660
|
+
var __vue_component__$3 = __vue_component__$2;
|
|
15661
|
+
|
|
15662
|
+
//
|
|
15663
|
+
//
|
|
15664
|
+
//
|
|
15665
|
+
//
|
|
15666
|
+
//
|
|
15667
|
+
//
|
|
15668
|
+
//
|
|
15669
|
+
//
|
|
15670
|
+
//
|
|
15671
|
+
//
|
|
15672
|
+
//
|
|
15673
|
+
//
|
|
15674
|
+
//
|
|
15675
|
+
//
|
|
15676
|
+
//
|
|
15677
|
+
//
|
|
15678
|
+
//
|
|
15679
|
+
//
|
|
15680
|
+
//
|
|
15681
|
+
//
|
|
15682
|
+
//
|
|
15683
|
+
//
|
|
15684
|
+
//
|
|
15685
|
+
//
|
|
15686
|
+
//
|
|
15687
|
+
//
|
|
15688
|
+
//
|
|
15689
|
+
//
|
|
15690
|
+
//
|
|
15691
|
+
//
|
|
15692
|
+
//
|
|
15693
|
+
//
|
|
15694
|
+
//
|
|
15695
|
+
var script = {
|
|
15696
|
+
components: {
|
|
15697
|
+
VTab: VTab,
|
|
15698
|
+
VTabs: VTabs,
|
|
15699
|
+
VTabItem: VTabItem,
|
|
15700
|
+
VTabsItems: VTabsItems
|
|
15701
|
+
},
|
|
15702
|
+
|
|
15703
|
+
name: "VcTabs",
|
|
15704
|
+
|
|
15705
|
+
model: {
|
|
15706
|
+
prop: 'currentIndex',
|
|
15707
|
+
event: 'change'
|
|
15708
|
+
},
|
|
15709
|
+
|
|
15710
|
+
props: {
|
|
15711
|
+
tabs: {
|
|
15712
|
+
type: Array,
|
|
15713
|
+
required: true,
|
|
15714
|
+
validator: value => value.every(tab => tab.label)
|
|
15715
|
+
},
|
|
15716
|
+
tabSize: {
|
|
15717
|
+
type: String,
|
|
15718
|
+
default: 'M',
|
|
15719
|
+
validator: value => ['M', 'L'].includes(value)
|
|
15720
|
+
},
|
|
15721
|
+
currentIndex: {
|
|
15722
|
+
type: Number,
|
|
15723
|
+
default: 0,
|
|
15724
|
+
validator: prop => prop >= 0
|
|
15725
|
+
},
|
|
15726
|
+
distribution: {
|
|
15727
|
+
type: String,
|
|
15728
|
+
default: "start",
|
|
15729
|
+
validator: prop => ['start', 'equal', 'grow'].includes(prop)
|
|
15730
|
+
},
|
|
15731
|
+
separatorStyle: {
|
|
15732
|
+
type: String,
|
|
15733
|
+
default: 'default',
|
|
15734
|
+
validator: prop => ['default', 'shadow', 'divider'].includes(prop)
|
|
15735
|
+
},
|
|
15736
|
+
dataQa: {
|
|
15737
|
+
type: String,
|
|
15738
|
+
default: 'VcTabs'
|
|
15739
|
+
}
|
|
15740
|
+
},
|
|
15741
|
+
|
|
15742
|
+
computed: {
|
|
15743
|
+
safeCurrentIndex() {
|
|
15744
|
+
return Math.max(0, Math.min(this.currentIndex, this.tabs.length - 1));
|
|
15745
|
+
}
|
|
15746
|
+
|
|
15747
|
+
}
|
|
15748
|
+
};
|
|
15749
|
+
|
|
15750
|
+
/* script */
|
|
15751
|
+
const __vue_script__ = script;
|
|
15752
|
+
/* template */
|
|
15753
|
+
|
|
15754
|
+
var __vue_render__ = function () {
|
|
15755
|
+
var _vm = this;
|
|
15756
|
+
|
|
15757
|
+
var _h = _vm.$createElement;
|
|
15758
|
+
|
|
15759
|
+
var _c = _vm._self._c || _h;
|
|
15760
|
+
|
|
15761
|
+
return _c('div', {
|
|
15762
|
+
staticClass: "VcTabs--wrapper",
|
|
15763
|
+
attrs: {
|
|
15764
|
+
"data-qa": _vm.dataQa
|
|
15765
|
+
}
|
|
15766
|
+
}, [_c('v-tabs', {
|
|
15767
|
+
staticClass: "VcTabs--content",
|
|
15768
|
+
class: {
|
|
15769
|
+
'separatorShadow': _vm.separatorStyle === 'shadow',
|
|
15770
|
+
'separatorDivider': _vm.separatorStyle === 'divider'
|
|
15771
|
+
},
|
|
15772
|
+
attrs: {
|
|
15773
|
+
"value": _vm.safeCurrentIndex,
|
|
15774
|
+
"background-color": "transparent",
|
|
15775
|
+
"slider-color": "secondary",
|
|
15776
|
+
"slider-size": "4",
|
|
15777
|
+
"height": _vm.tabSize === 'M' ? 48 : 60,
|
|
15778
|
+
"grow": _vm.distribution === 'grow',
|
|
15779
|
+
"fixed-tabs": _vm.distribution === 'equal'
|
|
15780
|
+
},
|
|
15781
|
+
on: {
|
|
15782
|
+
"change": function (newIndex) {
|
|
15783
|
+
return _vm.$emit('change', newIndex);
|
|
15784
|
+
}
|
|
15785
|
+
}
|
|
15786
|
+
}, _vm._l(_vm.tabs, function (item, index) {
|
|
15787
|
+
return _c('v-tab', {
|
|
15788
|
+
key: "tab-" + index,
|
|
15789
|
+
class: {
|
|
15790
|
+
'VcTab': true,
|
|
15791
|
+
'VcTabDisabled': item.disabled
|
|
15792
|
+
},
|
|
15793
|
+
attrs: {
|
|
15794
|
+
"active-class": "VcTabActive",
|
|
15795
|
+
"disabled": item.disabled,
|
|
15796
|
+
"data-qa": _vm.dataQa + "-tab-" + index
|
|
15797
|
+
}
|
|
15798
|
+
}, [_vm._t("tab-" + index, function () {
|
|
15799
|
+
return [_c('span', {
|
|
15800
|
+
staticClass: "VcTab-label"
|
|
15801
|
+
}, [_vm._v(_vm._s(item.label))])];
|
|
15802
|
+
}, {
|
|
15803
|
+
"item": item
|
|
15804
|
+
})], 2);
|
|
15805
|
+
}), 1), _vm._v(" "), _c('v-tabs-items', {
|
|
15806
|
+
staticClass: "VcTabsContent",
|
|
15807
|
+
attrs: {
|
|
15808
|
+
"value": _vm.safeCurrentIndex
|
|
15809
|
+
}
|
|
15810
|
+
}, _vm._l(_vm.tabs, function (item, index) {
|
|
15811
|
+
return _c('v-tab-item', {
|
|
15812
|
+
key: "tab-content-" + index,
|
|
15813
|
+
attrs: {
|
|
15814
|
+
"data-qa": _vm.dataQa + "-tab-content-" + index
|
|
15815
|
+
}
|
|
15816
|
+
}, [_vm._t("tab-content-" + index, function () {
|
|
15817
|
+
return [_c('div', [_vm._v(_vm._s(item.label))])];
|
|
15818
|
+
}, {
|
|
15819
|
+
"item": item
|
|
15820
|
+
})], 2);
|
|
15821
|
+
}), 1)], 1);
|
|
15822
|
+
};
|
|
15823
|
+
|
|
15824
|
+
var __vue_staticRenderFns__ = [];
|
|
15825
|
+
/* style */
|
|
15826
|
+
|
|
15827
|
+
const __vue_inject_styles__ = function (inject) {
|
|
15828
|
+
if (!inject) return;
|
|
15829
|
+
inject("data-v-671c8076_0", {
|
|
15830
|
+
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}",
|
|
15831
|
+
map: undefined,
|
|
15832
|
+
media: undefined
|
|
15833
|
+
});
|
|
15834
|
+
};
|
|
15835
|
+
/* scoped */
|
|
15836
|
+
|
|
15837
|
+
|
|
15838
|
+
const __vue_scope_id__ = "data-v-671c8076";
|
|
15645
15839
|
/* module identifier */
|
|
15646
15840
|
|
|
15647
15841
|
const __vue_module_identifier__ = undefined;
|
|
@@ -15663,9 +15857,9 @@ var __vue_component__$1 = __vue_component__;
|
|
|
15663
15857
|
|
|
15664
15858
|
var components$1 = /*#__PURE__*/Object.freeze({
|
|
15665
15859
|
__proto__: null,
|
|
15666
|
-
VcConfirmModal: __vue_component__$
|
|
15667
|
-
VcInputModal: __vue_component__$
|
|
15668
|
-
VcNoticeModal: __vue_component__$
|
|
15860
|
+
VcConfirmModal: __vue_component__$1o,
|
|
15861
|
+
VcInputModal: __vue_component__$1l,
|
|
15862
|
+
VcNoticeModal: __vue_component__$1i,
|
|
15669
15863
|
VcModalFooter: VcModalFooter,
|
|
15670
15864
|
VcModalHeader: VcModalHeader,
|
|
15671
15865
|
VcAlert: VcAlert,
|
|
@@ -15678,53 +15872,54 @@ var components$1 = /*#__PURE__*/Object.freeze({
|
|
|
15678
15872
|
VcMobileWizardProgress: VcMobileWizardProgress,
|
|
15679
15873
|
VcProgressCircular: VcProgressCircular,
|
|
15680
15874
|
VcChecklistItem: VcChecklistItem,
|
|
15681
|
-
VcListbox: __vue_component__$
|
|
15875
|
+
VcListbox: __vue_component__$12,
|
|
15682
15876
|
VcBottomSheet: VcBottomSheet,
|
|
15683
|
-
VcInputBottomSheet: __vue_component__$
|
|
15877
|
+
VcInputBottomSheet: __vue_component__$_,
|
|
15684
15878
|
VcPopover: VcPopover,
|
|
15685
|
-
VcInputPopover: __vue_component__$
|
|
15686
|
-
VcChip: __vue_component__$
|
|
15879
|
+
VcInputPopover: __vue_component__$X,
|
|
15880
|
+
VcChip: __vue_component__$V,
|
|
15687
15881
|
VcSearchBar: VcSearchBar,
|
|
15688
15882
|
VcBaseListItem: VcBaseListItem,
|
|
15689
|
-
VcList: __vue_component__$
|
|
15883
|
+
VcList: __vue_component__$P,
|
|
15690
15884
|
VcButton: VcButton,
|
|
15691
|
-
VcButtonGroup: __vue_component__$
|
|
15885
|
+
VcButtonGroup: __vue_component__$N,
|
|
15692
15886
|
VcForm: VcForm,
|
|
15693
15887
|
VcIcon: VcIcon,
|
|
15694
15888
|
VcLayout: VcLayout,
|
|
15695
15889
|
VcLoader: VcLoader,
|
|
15696
15890
|
VcSwitch: VcSwitch,
|
|
15697
|
-
VcListEntity: __vue_component__$
|
|
15698
|
-
VcExpansionCard: __vue_component__$
|
|
15891
|
+
VcListEntity: __vue_component__$K,
|
|
15892
|
+
VcExpansionCard: __vue_component__$I,
|
|
15699
15893
|
VcTextField: VcTextField,
|
|
15700
15894
|
VcAvatar: VcAvatar,
|
|
15701
|
-
VcTextArea: __vue_component__$
|
|
15702
|
-
VcSelectField: __vue_component__$
|
|
15703
|
-
VcToast: __vue_component__$
|
|
15704
|
-
VcCard: __vue_component__$
|
|
15895
|
+
VcTextArea: __vue_component__$G,
|
|
15896
|
+
VcSelectField: __vue_component__$E,
|
|
15897
|
+
VcToast: __vue_component__$C,
|
|
15898
|
+
VcCard: __vue_component__$A,
|
|
15705
15899
|
VcCheckbox: VcCheckbox,
|
|
15706
|
-
VcFilterPanel: __vue_component__$
|
|
15707
|
-
VcFocusArea: __vue_component__$
|
|
15900
|
+
VcFilterPanel: __vue_component__$y,
|
|
15901
|
+
VcFocusArea: __vue_component__$w,
|
|
15708
15902
|
VcLink: VcLink,
|
|
15709
|
-
VcListItem: __vue_component__$
|
|
15710
|
-
VcGroupHeader: __vue_component__$
|
|
15903
|
+
VcListItem: __vue_component__$u,
|
|
15904
|
+
VcGroupHeader: __vue_component__$s,
|
|
15711
15905
|
VcEmptyState: VcEmptyState,
|
|
15712
15906
|
VcSvg: VcSvg,
|
|
15713
|
-
VcBanner: __vue_component__$
|
|
15907
|
+
VcBanner: __vue_component__$q,
|
|
15714
15908
|
VcWizardCtaContainer: VcWizardCtaContainer,
|
|
15715
|
-
VcWizard: __vue_component__$
|
|
15909
|
+
VcWizard: __vue_component__$m,
|
|
15716
15910
|
VcImage: VcImage,
|
|
15717
|
-
VcBadge: __vue_component__$
|
|
15718
|
-
VcUpsellBlock: __vue_component__$
|
|
15911
|
+
VcBadge: __vue_component__$k,
|
|
15912
|
+
VcUpsellBlock: __vue_component__$i,
|
|
15719
15913
|
VcModalContainer: VcModalContainer,
|
|
15720
|
-
VcDropzone: __vue_component__$
|
|
15721
|
-
VcRadioGroup: __vue_component__$
|
|
15914
|
+
VcDropzone: __vue_component__$g,
|
|
15915
|
+
VcRadioGroup: __vue_component__$d,
|
|
15722
15916
|
VcRadio: VcRadio,
|
|
15723
|
-
VcSegmentedControl: __vue_component__$
|
|
15724
|
-
VcDocItem: __vue_component__$
|
|
15725
|
-
VcTimeSince: __vue_component__$
|
|
15726
|
-
VcSearchPicker: __vue_component__$
|
|
15727
|
-
VcDraggableList: __vue_component__$
|
|
15917
|
+
VcSegmentedControl: __vue_component__$b,
|
|
15918
|
+
VcDocItem: __vue_component__$9,
|
|
15919
|
+
VcTimeSince: __vue_component__$7,
|
|
15920
|
+
VcSearchPicker: __vue_component__$5,
|
|
15921
|
+
VcDraggableList: __vue_component__$3,
|
|
15922
|
+
VcTabs: __vue_component__$1
|
|
15728
15923
|
});
|
|
15729
15924
|
|
|
15730
15925
|
// Import vue components
|
|
@@ -15738,9 +15933,9 @@ const install = function installdesignSystem(Vue) {
|
|
|
15738
15933
|
var components = /*#__PURE__*/Object.freeze({
|
|
15739
15934
|
__proto__: null,
|
|
15740
15935
|
'default': install,
|
|
15741
|
-
VcConfirmModal: __vue_component__$
|
|
15742
|
-
VcInputModal: __vue_component__$
|
|
15743
|
-
VcNoticeModal: __vue_component__$
|
|
15936
|
+
VcConfirmModal: __vue_component__$1o,
|
|
15937
|
+
VcInputModal: __vue_component__$1l,
|
|
15938
|
+
VcNoticeModal: __vue_component__$1i,
|
|
15744
15939
|
VcModalFooter: VcModalFooter,
|
|
15745
15940
|
VcModalHeader: VcModalHeader,
|
|
15746
15941
|
VcAlert: VcAlert,
|
|
@@ -15753,53 +15948,54 @@ var components = /*#__PURE__*/Object.freeze({
|
|
|
15753
15948
|
VcMobileWizardProgress: VcMobileWizardProgress,
|
|
15754
15949
|
VcProgressCircular: VcProgressCircular,
|
|
15755
15950
|
VcChecklistItem: VcChecklistItem,
|
|
15756
|
-
VcListbox: __vue_component__$
|
|
15951
|
+
VcListbox: __vue_component__$12,
|
|
15757
15952
|
VcBottomSheet: VcBottomSheet,
|
|
15758
|
-
VcInputBottomSheet: __vue_component__$
|
|
15953
|
+
VcInputBottomSheet: __vue_component__$_,
|
|
15759
15954
|
VcPopover: VcPopover,
|
|
15760
|
-
VcInputPopover: __vue_component__$
|
|
15761
|
-
VcChip: __vue_component__$
|
|
15955
|
+
VcInputPopover: __vue_component__$X,
|
|
15956
|
+
VcChip: __vue_component__$V,
|
|
15762
15957
|
VcSearchBar: VcSearchBar,
|
|
15763
15958
|
VcBaseListItem: VcBaseListItem,
|
|
15764
|
-
VcList: __vue_component__$
|
|
15959
|
+
VcList: __vue_component__$P,
|
|
15765
15960
|
VcButton: VcButton,
|
|
15766
|
-
VcButtonGroup: __vue_component__$
|
|
15961
|
+
VcButtonGroup: __vue_component__$N,
|
|
15767
15962
|
VcForm: VcForm,
|
|
15768
15963
|
VcIcon: VcIcon,
|
|
15769
15964
|
VcLayout: VcLayout,
|
|
15770
15965
|
VcLoader: VcLoader,
|
|
15771
15966
|
VcSwitch: VcSwitch,
|
|
15772
|
-
VcListEntity: __vue_component__$
|
|
15773
|
-
VcExpansionCard: __vue_component__$
|
|
15967
|
+
VcListEntity: __vue_component__$K,
|
|
15968
|
+
VcExpansionCard: __vue_component__$I,
|
|
15774
15969
|
VcTextField: VcTextField,
|
|
15775
15970
|
VcAvatar: VcAvatar,
|
|
15776
|
-
VcTextArea: __vue_component__$
|
|
15777
|
-
VcSelectField: __vue_component__$
|
|
15778
|
-
VcToast: __vue_component__$
|
|
15779
|
-
VcCard: __vue_component__$
|
|
15971
|
+
VcTextArea: __vue_component__$G,
|
|
15972
|
+
VcSelectField: __vue_component__$E,
|
|
15973
|
+
VcToast: __vue_component__$C,
|
|
15974
|
+
VcCard: __vue_component__$A,
|
|
15780
15975
|
VcCheckbox: VcCheckbox,
|
|
15781
|
-
VcFilterPanel: __vue_component__$
|
|
15782
|
-
VcFocusArea: __vue_component__$
|
|
15976
|
+
VcFilterPanel: __vue_component__$y,
|
|
15977
|
+
VcFocusArea: __vue_component__$w,
|
|
15783
15978
|
VcLink: VcLink,
|
|
15784
|
-
VcListItem: __vue_component__$
|
|
15785
|
-
VcGroupHeader: __vue_component__$
|
|
15979
|
+
VcListItem: __vue_component__$u,
|
|
15980
|
+
VcGroupHeader: __vue_component__$s,
|
|
15786
15981
|
VcEmptyState: VcEmptyState,
|
|
15787
15982
|
VcSvg: VcSvg,
|
|
15788
|
-
VcBanner: __vue_component__$
|
|
15983
|
+
VcBanner: __vue_component__$q,
|
|
15789
15984
|
VcWizardCtaContainer: VcWizardCtaContainer,
|
|
15790
|
-
VcWizard: __vue_component__$
|
|
15985
|
+
VcWizard: __vue_component__$m,
|
|
15791
15986
|
VcImage: VcImage,
|
|
15792
|
-
VcBadge: __vue_component__$
|
|
15793
|
-
VcUpsellBlock: __vue_component__$
|
|
15987
|
+
VcBadge: __vue_component__$k,
|
|
15988
|
+
VcUpsellBlock: __vue_component__$i,
|
|
15794
15989
|
VcModalContainer: VcModalContainer,
|
|
15795
|
-
VcDropzone: __vue_component__$
|
|
15796
|
-
VcRadioGroup: __vue_component__$
|
|
15990
|
+
VcDropzone: __vue_component__$g,
|
|
15991
|
+
VcRadioGroup: __vue_component__$d,
|
|
15797
15992
|
VcRadio: VcRadio,
|
|
15798
|
-
VcSegmentedControl: __vue_component__$
|
|
15799
|
-
VcDocItem: __vue_component__$
|
|
15800
|
-
VcTimeSince: __vue_component__$
|
|
15801
|
-
VcSearchPicker: __vue_component__$
|
|
15802
|
-
VcDraggableList: __vue_component__$
|
|
15993
|
+
VcSegmentedControl: __vue_component__$b,
|
|
15994
|
+
VcDocItem: __vue_component__$9,
|
|
15995
|
+
VcTimeSince: __vue_component__$7,
|
|
15996
|
+
VcSearchPicker: __vue_component__$5,
|
|
15997
|
+
VcDraggableList: __vue_component__$3,
|
|
15998
|
+
VcTabs: __vue_component__$1
|
|
15803
15999
|
});
|
|
15804
16000
|
|
|
15805
16001
|
// iife/cjs usage extends esm default export - so import it all
|