@vcita/design-system 0.6.17-beta.0 → 0.6.19
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 +964 -857
- package/dist/@vcita/design-system.min.js +1 -1
- package/dist/@vcita/design-system.ssr.js +816 -714
- package/package.json +1 -1
- package/src/components/VcSegmentedControl/VcSegmentedControl.spec.js +109 -0
- package/src/components/VcSegmentedControl/VcSegmentedControl.stories.js +45 -0
- package/src/components/VcSegmentedControl/VcSegmentedControl.vue +119 -0
- package/src/components/index.js +1 -0
- package/CHANGELOG.MD +0 -205
|
@@ -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, VChip, VCol, VRow, VContainer, VSwitch, VTextarea, VSelect, VSnackbar, VCard, VStepperContent, VStepperItems, VBadge } 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, VChip, VCol, VRow, VContainer, VSwitch, VTextarea, VSelect, VSnackbar, VCard, VStepperContent, VStepperItems, VBadge, VBtnToggle } 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$T = {
|
|
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__$T = script$T;
|
|
172
172
|
/* template */
|
|
173
173
|
|
|
174
|
-
var __vue_render__$
|
|
174
|
+
var __vue_render__$Q = function () {
|
|
175
175
|
var _vm = this;
|
|
176
176
|
|
|
177
177
|
var _h = _vm.$createElement;
|
|
@@ -206,10 +206,10 @@ var __vue_render__$P = function () {
|
|
|
206
206
|
}, [_vm._t("default")], 2);
|
|
207
207
|
};
|
|
208
208
|
|
|
209
|
-
var __vue_staticRenderFns__$
|
|
209
|
+
var __vue_staticRenderFns__$Q = [];
|
|
210
210
|
/* style */
|
|
211
211
|
|
|
212
|
-
const __vue_inject_styles__$
|
|
212
|
+
const __vue_inject_styles__$T = function (inject) {
|
|
213
213
|
if (!inject) return;
|
|
214
214
|
inject("data-v-2f9f1f74_0", {
|
|
215
215
|
source: ".VcModalWrapper{position:relative;width:auto;background-color:var(--modal-bg-color);box-shadow:var(--modal-box-shadow)}@media screen and (min-width:960px){.VcModalWrapper{margin:0 24px}.VcModalWrapper.offset{left:var(--modal-desktop-offset)}#app[dir=rtl] .VcModalWrapper.offset{left:auto;right:var(--modal-desktop-offset)}}",
|
|
@@ -220,23 +220,23 @@ const __vue_inject_styles__$S = function (inject) {
|
|
|
220
220
|
/* scoped */
|
|
221
221
|
|
|
222
222
|
|
|
223
|
-
const __vue_scope_id__$
|
|
223
|
+
const __vue_scope_id__$T = undefined;
|
|
224
224
|
/* module identifier */
|
|
225
225
|
|
|
226
|
-
const __vue_module_identifier__$
|
|
226
|
+
const __vue_module_identifier__$T = undefined;
|
|
227
227
|
/* functional template */
|
|
228
228
|
|
|
229
|
-
const __vue_is_functional_template__$
|
|
229
|
+
const __vue_is_functional_template__$T = 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__$T = /*#__PURE__*/normalizeComponent({
|
|
235
|
+
render: __vue_render__$Q,
|
|
236
|
+
staticRenderFns: __vue_staticRenderFns__$Q
|
|
237
|
+
}, __vue_inject_styles__$T, __vue_script__$T, __vue_scope_id__$T, __vue_is_functional_template__$T, __vue_module_identifier__$T, false, createInjector, undefined, undefined);
|
|
238
238
|
|
|
239
|
-
var script$
|
|
239
|
+
var script$S = {
|
|
240
240
|
name: "VcIcon",
|
|
241
241
|
props: {
|
|
242
242
|
dataQa: {
|
|
@@ -256,33 +256,33 @@ var script$R = {
|
|
|
256
256
|
};
|
|
257
257
|
|
|
258
258
|
/* script */
|
|
259
|
-
const __vue_script__$
|
|
259
|
+
const __vue_script__$S = script$S;
|
|
260
260
|
/* template */
|
|
261
261
|
|
|
262
262
|
/* style */
|
|
263
263
|
|
|
264
|
-
const __vue_inject_styles__$
|
|
264
|
+
const __vue_inject_styles__$S = undefined;
|
|
265
265
|
/* scoped */
|
|
266
266
|
|
|
267
|
-
const __vue_scope_id__$
|
|
267
|
+
const __vue_scope_id__$S = undefined;
|
|
268
268
|
/* module identifier */
|
|
269
269
|
|
|
270
|
-
const __vue_module_identifier__$
|
|
270
|
+
const __vue_module_identifier__$S = undefined;
|
|
271
271
|
/* functional template */
|
|
272
272
|
|
|
273
|
-
const __vue_is_functional_template__$
|
|
273
|
+
const __vue_is_functional_template__$S = undefined;
|
|
274
274
|
/* style inject */
|
|
275
275
|
|
|
276
276
|
/* style inject SSR */
|
|
277
277
|
|
|
278
278
|
/* style inject shadow dom */
|
|
279
279
|
|
|
280
|
-
const __vue_component__$
|
|
280
|
+
const __vue_component__$S = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$S, __vue_script__$S, __vue_scope_id__$S, __vue_is_functional_template__$S, __vue_module_identifier__$S, false, undefined, undefined, undefined);
|
|
281
281
|
|
|
282
|
-
var script$
|
|
282
|
+
var script$R = {
|
|
283
283
|
name: "VcButton",
|
|
284
284
|
components: {
|
|
285
|
-
VcIcon: __vue_component__$
|
|
285
|
+
VcIcon: __vue_component__$S,
|
|
286
286
|
VBtn: VBtn
|
|
287
287
|
},
|
|
288
288
|
props: {
|
|
@@ -393,10 +393,10 @@ var script$Q = {
|
|
|
393
393
|
};
|
|
394
394
|
|
|
395
395
|
/* script */
|
|
396
|
-
const __vue_script__$
|
|
396
|
+
const __vue_script__$R = script$R;
|
|
397
397
|
/* template */
|
|
398
398
|
|
|
399
|
-
var __vue_render__$
|
|
399
|
+
var __vue_render__$P = function () {
|
|
400
400
|
var _vm = this;
|
|
401
401
|
|
|
402
402
|
var _h = _vm.$createElement;
|
|
@@ -441,10 +441,10 @@ var __vue_render__$O = function () {
|
|
|
441
441
|
}), _vm._v("\n " + _vm._s(_vm.label || _vm.$slots.default && _vm.$slots.default[0].text || "") + "\n "), _vm._t("append")], 2);
|
|
442
442
|
};
|
|
443
443
|
|
|
444
|
-
var __vue_staticRenderFns__$
|
|
444
|
+
var __vue_staticRenderFns__$P = [];
|
|
445
445
|
/* style */
|
|
446
446
|
|
|
447
|
-
const __vue_inject_styles__$
|
|
447
|
+
const __vue_inject_styles__$R = function (inject) {
|
|
448
448
|
if (!inject) return;
|
|
449
449
|
inject("data-v-048cf278_0", {
|
|
450
450
|
source: ".VcButton[data-v-048cf278]{letter-spacing:var(--letter-spacing)}.VcButton[data-v-048cf278]:disabled{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}.VcButton .prependDefaultIcon[data-v-048cf278]{margin-inline-end:var(--size-value3)}.VcButton .prependDefaultIcon[data-v-048cf278] svg{fill:currentColor}.VcButton.secondary__text[data-v-048cf278]{color:var(--gray-darken-5)!important;border-color:var(--neutral-lighten-1)}",
|
|
@@ -455,28 +455,28 @@ const __vue_inject_styles__$Q = function (inject) {
|
|
|
455
455
|
/* scoped */
|
|
456
456
|
|
|
457
457
|
|
|
458
|
-
const __vue_scope_id__$
|
|
458
|
+
const __vue_scope_id__$R = "data-v-048cf278";
|
|
459
459
|
/* module identifier */
|
|
460
460
|
|
|
461
|
-
const __vue_module_identifier__$
|
|
461
|
+
const __vue_module_identifier__$R = undefined;
|
|
462
462
|
/* functional template */
|
|
463
463
|
|
|
464
|
-
const __vue_is_functional_template__$
|
|
464
|
+
const __vue_is_functional_template__$R = false;
|
|
465
465
|
/* style inject SSR */
|
|
466
466
|
|
|
467
467
|
/* style inject shadow dom */
|
|
468
468
|
|
|
469
|
-
const __vue_component__$
|
|
470
|
-
render: __vue_render__$
|
|
471
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
472
|
-
}, __vue_inject_styles__$
|
|
469
|
+
const __vue_component__$R = /*#__PURE__*/normalizeComponent({
|
|
470
|
+
render: __vue_render__$P,
|
|
471
|
+
staticRenderFns: __vue_staticRenderFns__$P
|
|
472
|
+
}, __vue_inject_styles__$R, __vue_script__$R, __vue_scope_id__$R, __vue_is_functional_template__$R, __vue_module_identifier__$R, false, createInjector, undefined, undefined);
|
|
473
473
|
|
|
474
|
-
var script$
|
|
474
|
+
var script$Q = {
|
|
475
475
|
name: 'VcModalContainer',
|
|
476
476
|
components: {
|
|
477
|
-
VcButton: __vue_component__$
|
|
478
|
-
VcModalWrapper: __vue_component__$
|
|
479
|
-
VcIcon: __vue_component__$
|
|
477
|
+
VcButton: __vue_component__$R,
|
|
478
|
+
VcModalWrapper: __vue_component__$T,
|
|
479
|
+
VcIcon: __vue_component__$S,
|
|
480
480
|
VLayout: VLayout
|
|
481
481
|
},
|
|
482
482
|
props: {
|
|
@@ -522,10 +522,10 @@ var script$P = {
|
|
|
522
522
|
};
|
|
523
523
|
|
|
524
524
|
/* script */
|
|
525
|
-
const __vue_script__$
|
|
525
|
+
const __vue_script__$Q = script$Q;
|
|
526
526
|
/* template */
|
|
527
527
|
|
|
528
|
-
var __vue_render__$
|
|
528
|
+
var __vue_render__$O = function () {
|
|
529
529
|
var _vm = this;
|
|
530
530
|
|
|
531
531
|
var _h = _vm.$createElement;
|
|
@@ -598,10 +598,10 @@ var __vue_render__$N = function () {
|
|
|
598
598
|
}, [_vm._t("footer")], 2) : _vm._e()])]], 2) : _vm._e();
|
|
599
599
|
};
|
|
600
600
|
|
|
601
|
-
var __vue_staticRenderFns__$
|
|
601
|
+
var __vue_staticRenderFns__$O = [];
|
|
602
602
|
/* style */
|
|
603
603
|
|
|
604
|
-
const __vue_inject_styles__$
|
|
604
|
+
const __vue_inject_styles__$Q = function (inject) {
|
|
605
605
|
if (!inject) return;
|
|
606
606
|
inject("data-v-35c8f07c_0", {
|
|
607
607
|
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{height:auto;padding:0}",
|
|
@@ -612,23 +612,23 @@ const __vue_inject_styles__$P = function (inject) {
|
|
|
612
612
|
/* scoped */
|
|
613
613
|
|
|
614
614
|
|
|
615
|
-
const __vue_scope_id__$
|
|
615
|
+
const __vue_scope_id__$Q = undefined;
|
|
616
616
|
/* module identifier */
|
|
617
617
|
|
|
618
|
-
const __vue_module_identifier__$
|
|
618
|
+
const __vue_module_identifier__$Q = undefined;
|
|
619
619
|
/* functional template */
|
|
620
620
|
|
|
621
|
-
const __vue_is_functional_template__$
|
|
621
|
+
const __vue_is_functional_template__$Q = false;
|
|
622
622
|
/* style inject SSR */
|
|
623
623
|
|
|
624
624
|
/* style inject shadow dom */
|
|
625
625
|
|
|
626
|
-
const __vue_component__$
|
|
627
|
-
render: __vue_render__$
|
|
628
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
629
|
-
}, __vue_inject_styles__$
|
|
626
|
+
const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
|
|
627
|
+
render: __vue_render__$O,
|
|
628
|
+
staticRenderFns: __vue_staticRenderFns__$O
|
|
629
|
+
}, __vue_inject_styles__$Q, __vue_script__$Q, __vue_scope_id__$Q, __vue_is_functional_template__$Q, __vue_module_identifier__$Q, false, createInjector, undefined, undefined);
|
|
630
630
|
|
|
631
|
-
var script$
|
|
631
|
+
var script$P = {
|
|
632
632
|
name: "VcLayout",
|
|
633
633
|
render: function (createElement) {
|
|
634
634
|
// `<v-layout><slot></slot></v-layout>`
|
|
@@ -642,34 +642,34 @@ var script$O = {
|
|
|
642
642
|
};
|
|
643
643
|
|
|
644
644
|
/* script */
|
|
645
|
-
const __vue_script__$
|
|
645
|
+
const __vue_script__$P = script$P;
|
|
646
646
|
/* template */
|
|
647
647
|
|
|
648
648
|
/* style */
|
|
649
649
|
|
|
650
|
-
const __vue_inject_styles__$
|
|
650
|
+
const __vue_inject_styles__$P = undefined;
|
|
651
651
|
/* scoped */
|
|
652
652
|
|
|
653
|
-
const __vue_scope_id__$
|
|
653
|
+
const __vue_scope_id__$P = "data-v-0751575a";
|
|
654
654
|
/* module identifier */
|
|
655
655
|
|
|
656
|
-
const __vue_module_identifier__$
|
|
656
|
+
const __vue_module_identifier__$P = undefined;
|
|
657
657
|
/* functional template */
|
|
658
658
|
|
|
659
|
-
const __vue_is_functional_template__$
|
|
659
|
+
const __vue_is_functional_template__$P = undefined;
|
|
660
660
|
/* style inject */
|
|
661
661
|
|
|
662
662
|
/* style inject SSR */
|
|
663
663
|
|
|
664
664
|
/* style inject shadow dom */
|
|
665
665
|
|
|
666
|
-
const __vue_component__$
|
|
666
|
+
const __vue_component__$P = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$P, __vue_script__$P, __vue_scope_id__$P, __vue_is_functional_template__$P, __vue_module_identifier__$P, false, undefined, undefined, undefined);
|
|
667
667
|
|
|
668
|
-
var script$
|
|
668
|
+
var script$O = {
|
|
669
669
|
name: "VcModalFooter",
|
|
670
670
|
components: {
|
|
671
|
-
VcLayout: __vue_component__$
|
|
672
|
-
VcButton: __vue_component__$
|
|
671
|
+
VcLayout: __vue_component__$P,
|
|
672
|
+
VcButton: __vue_component__$R
|
|
673
673
|
},
|
|
674
674
|
props: {
|
|
675
675
|
direction: {
|
|
@@ -698,10 +698,10 @@ var script$N = {
|
|
|
698
698
|
};
|
|
699
699
|
|
|
700
700
|
/* script */
|
|
701
|
-
const __vue_script__$
|
|
701
|
+
const __vue_script__$O = script$O;
|
|
702
702
|
/* template */
|
|
703
703
|
|
|
704
|
-
var __vue_render__$
|
|
704
|
+
var __vue_render__$N = function () {
|
|
705
705
|
var _vm = this;
|
|
706
706
|
|
|
707
707
|
var _h = _vm.$createElement;
|
|
@@ -736,10 +736,10 @@ var __vue_render__$M = function () {
|
|
|
736
736
|
}), 1);
|
|
737
737
|
};
|
|
738
738
|
|
|
739
|
-
var __vue_staticRenderFns__$
|
|
739
|
+
var __vue_staticRenderFns__$N = [];
|
|
740
740
|
/* style */
|
|
741
741
|
|
|
742
|
-
const __vue_inject_styles__$
|
|
742
|
+
const __vue_inject_styles__$O = function (inject) {
|
|
743
743
|
if (!inject) return;
|
|
744
744
|
inject("data-v-79ae858b_0", {
|
|
745
745
|
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)}",
|
|
@@ -750,28 +750,28 @@ const __vue_inject_styles__$N = function (inject) {
|
|
|
750
750
|
/* scoped */
|
|
751
751
|
|
|
752
752
|
|
|
753
|
-
const __vue_scope_id__$
|
|
753
|
+
const __vue_scope_id__$O = "data-v-79ae858b";
|
|
754
754
|
/* module identifier */
|
|
755
755
|
|
|
756
|
-
const __vue_module_identifier__$
|
|
756
|
+
const __vue_module_identifier__$O = undefined;
|
|
757
757
|
/* functional template */
|
|
758
758
|
|
|
759
|
-
const __vue_is_functional_template__$
|
|
759
|
+
const __vue_is_functional_template__$O = false;
|
|
760
760
|
/* style inject SSR */
|
|
761
761
|
|
|
762
762
|
/* style inject shadow dom */
|
|
763
763
|
|
|
764
|
-
const __vue_component__$
|
|
765
|
-
render: __vue_render__$
|
|
766
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
767
|
-
}, __vue_inject_styles__$
|
|
764
|
+
const __vue_component__$O = /*#__PURE__*/normalizeComponent({
|
|
765
|
+
render: __vue_render__$N,
|
|
766
|
+
staticRenderFns: __vue_staticRenderFns__$N
|
|
767
|
+
}, __vue_inject_styles__$O, __vue_script__$O, __vue_scope_id__$O, __vue_is_functional_template__$O, __vue_module_identifier__$O, false, createInjector, undefined, undefined);
|
|
768
768
|
|
|
769
|
-
var script$
|
|
769
|
+
var script$N = {
|
|
770
770
|
name: "VcModalHeader",
|
|
771
771
|
components: {
|
|
772
|
-
VcLayout: __vue_component__$
|
|
773
|
-
VcIcon: __vue_component__$
|
|
774
|
-
VcButton: __vue_component__$
|
|
772
|
+
VcLayout: __vue_component__$P,
|
|
773
|
+
VcIcon: __vue_component__$S,
|
|
774
|
+
VcButton: __vue_component__$R
|
|
775
775
|
},
|
|
776
776
|
props: {
|
|
777
777
|
topTitle: {
|
|
@@ -828,10 +828,10 @@ var script$M = {
|
|
|
828
828
|
};
|
|
829
829
|
|
|
830
830
|
/* script */
|
|
831
|
-
const __vue_script__$
|
|
831
|
+
const __vue_script__$N = script$N;
|
|
832
832
|
/* template */
|
|
833
833
|
|
|
834
|
-
var __vue_render__$
|
|
834
|
+
var __vue_render__$M = function () {
|
|
835
835
|
var _vm = this;
|
|
836
836
|
|
|
837
837
|
var _h = _vm.$createElement;
|
|
@@ -932,10 +932,10 @@ var __vue_render__$L = function () {
|
|
|
932
932
|
}) : _vm._e()], 2);
|
|
933
933
|
};
|
|
934
934
|
|
|
935
|
-
var __vue_staticRenderFns__$
|
|
935
|
+
var __vue_staticRenderFns__$M = [];
|
|
936
936
|
/* style */
|
|
937
937
|
|
|
938
|
-
const __vue_inject_styles__$
|
|
938
|
+
const __vue_inject_styles__$N = function (inject) {
|
|
939
939
|
if (!inject) return;
|
|
940
940
|
inject("data-v-0446c685_0", {
|
|
941
941
|
source: ".VcHeader[data-v-0446c685]{padding:var(--size-value4);font-weight:var(--font-weight-large);font-size:var(--font-size-medium);line-height:var(--size-value7);letter-spacing:var(--letter-spacing)}@media screen and (min-width:960px){.VcHeader[data-v-0446c685]{padding:var(--size-value4) var(--size-value4) var(--size-value4) var(--size-value6)}}.VcHeader.no-close-button[data-v-0446c685]{font-weight:var(--font-weight-large2);font-size:var(--font-size-small2);padding:var(--size-value4) var(--size-value6) var(--size-value0)}.VcHeader.no-close-button.input[data-v-0446c685]{padding-block-end:var(--size-value0)}.VcHeader .VcHeaderImage[data-v-0446c685]{width:var(--size-value8);margin-right:var(--size-value3);padding:5px;border:1px solid var(--gray-lighten-1);box-sizing:border-box;border-radius:var(--border-radius)}.VcHeader .VcHeaderTopTitle[data-v-0446c685]{font-size:11px;font-weight:var(--font-weight-medium);line-height:var(--size-value3);color:var(--gray-darken-3)}.VcHeader .VcHeaderTitleWithPadding[data-v-0446c685]{padding-left:var(--size-value6)}.VcHeader .VcHeaderDescription[data-v-0446c685]{font-size:var(--font-size-xx-small);font-weight:var(--font-weight-medium);line-height:var(--size-value4);color:var(--gray-darken-4)}.VcHeader .VcHeaderSubtitle[data-v-0446c685]{font-size:var(--font-size-small2);font-weight:var(--font-weight-medium);color:var(--gray-darken-5);padding-left:var(--size-value2)}.VcHeader.confirm[data-v-0446c685]{font-weight:var(--font-weight-large);font-size:var(--font-size-medium);line-height:var(--size-value7);display:flex;align-items:flex-end;letter-spacing:var(--letter-spacing);color:var(--gray-darken-5);padding-inline:var(--size-value6) var(--size-value4)}@media screen and (min-width:960px){.VcHeader.confirm[data-v-0446c685]{font-weight:var(--font-weight-large2);padding-bottom:var(--size-value1);padding-top:var(--size-value6)}}.VcHeader.confirm .VcHeaderButton[data-v-0446c685],.VcHeader.input .VcHeaderButton[data-v-0446c685]{max-height:24px;margin-right:var(--size-value3)}.VcHeader.confirm .VcHeaderIcon[data-v-0446c685],.VcHeader.input .VcHeaderIcon[data-v-0446c685]{padding-right:var(--size-value3);font-size:var(--font-size-medium)}@media screen and (min-width:960px){.VcHeader.input[data-v-0446c685]{padding-bottom:var(--size-value3)}}.VcHeader .close-button[data-v-0446c685]{height:var(--size-value3);width:var(--size-value3);padding:unset}.VcHeader .close-button .mobile-close-icon[data-v-0446c685]{fill:var(--gray-darken-2);width:var(--size-value3)}",
|
|
@@ -946,30 +946,30 @@ const __vue_inject_styles__$M = function (inject) {
|
|
|
946
946
|
/* scoped */
|
|
947
947
|
|
|
948
948
|
|
|
949
|
-
const __vue_scope_id__$
|
|
949
|
+
const __vue_scope_id__$N = "data-v-0446c685";
|
|
950
950
|
/* module identifier */
|
|
951
951
|
|
|
952
|
-
const __vue_module_identifier__$
|
|
952
|
+
const __vue_module_identifier__$N = undefined;
|
|
953
953
|
/* functional template */
|
|
954
954
|
|
|
955
|
-
const __vue_is_functional_template__$
|
|
955
|
+
const __vue_is_functional_template__$N = false;
|
|
956
956
|
/* style inject SSR */
|
|
957
957
|
|
|
958
958
|
/* style inject shadow dom */
|
|
959
959
|
|
|
960
|
-
const __vue_component__$
|
|
961
|
-
render: __vue_render__$
|
|
962
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
963
|
-
}, __vue_inject_styles__$
|
|
960
|
+
const __vue_component__$N = /*#__PURE__*/normalizeComponent({
|
|
961
|
+
render: __vue_render__$M,
|
|
962
|
+
staticRenderFns: __vue_staticRenderFns__$M
|
|
963
|
+
}, __vue_inject_styles__$N, __vue_script__$N, __vue_scope_id__$N, __vue_is_functional_template__$N, __vue_module_identifier__$N, false, createInjector, undefined, undefined);
|
|
964
964
|
|
|
965
|
-
var script$
|
|
965
|
+
var script$M = {
|
|
966
966
|
name: "VcConfirmModal",
|
|
967
967
|
components: {
|
|
968
|
-
VcModalHeader: __vue_component__$
|
|
969
|
-
VcLayout: __vue_component__$
|
|
970
|
-
VcModalFooter: __vue_component__$
|
|
971
|
-
VcIcon: __vue_component__$
|
|
972
|
-
VcModalContainer: __vue_component__$
|
|
968
|
+
VcModalHeader: __vue_component__$N,
|
|
969
|
+
VcLayout: __vue_component__$P,
|
|
970
|
+
VcModalFooter: __vue_component__$O,
|
|
971
|
+
VcIcon: __vue_component__$S,
|
|
972
|
+
VcModalContainer: __vue_component__$Q
|
|
973
973
|
},
|
|
974
974
|
props: {
|
|
975
975
|
showDialog: {
|
|
@@ -1026,10 +1026,10 @@ var script$L = {
|
|
|
1026
1026
|
};
|
|
1027
1027
|
|
|
1028
1028
|
/* script */
|
|
1029
|
-
const __vue_script__$
|
|
1029
|
+
const __vue_script__$M = script$M;
|
|
1030
1030
|
/* template */
|
|
1031
1031
|
|
|
1032
|
-
var __vue_render__$
|
|
1032
|
+
var __vue_render__$L = function () {
|
|
1033
1033
|
var _vm = this;
|
|
1034
1034
|
|
|
1035
1035
|
var _h = _vm.$createElement;
|
|
@@ -1112,31 +1112,31 @@ var __vue_render__$K = function () {
|
|
|
1112
1112
|
});
|
|
1113
1113
|
};
|
|
1114
1114
|
|
|
1115
|
-
var __vue_staticRenderFns__$
|
|
1115
|
+
var __vue_staticRenderFns__$L = [];
|
|
1116
1116
|
/* style */
|
|
1117
1117
|
|
|
1118
|
-
const __vue_inject_styles__$
|
|
1118
|
+
const __vue_inject_styles__$M = undefined;
|
|
1119
1119
|
/* scoped */
|
|
1120
1120
|
|
|
1121
|
-
const __vue_scope_id__$
|
|
1121
|
+
const __vue_scope_id__$M = "data-v-5b1ba5c6";
|
|
1122
1122
|
/* module identifier */
|
|
1123
1123
|
|
|
1124
|
-
const __vue_module_identifier__$
|
|
1124
|
+
const __vue_module_identifier__$M = undefined;
|
|
1125
1125
|
/* functional template */
|
|
1126
1126
|
|
|
1127
|
-
const __vue_is_functional_template__$
|
|
1127
|
+
const __vue_is_functional_template__$M = false;
|
|
1128
1128
|
/* style inject */
|
|
1129
1129
|
|
|
1130
1130
|
/* style inject SSR */
|
|
1131
1131
|
|
|
1132
1132
|
/* style inject shadow dom */
|
|
1133
1133
|
|
|
1134
|
-
const __vue_component__$
|
|
1135
|
-
render: __vue_render__$
|
|
1136
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1137
|
-
}, __vue_inject_styles__$
|
|
1134
|
+
const __vue_component__$M = /*#__PURE__*/normalizeComponent({
|
|
1135
|
+
render: __vue_render__$L,
|
|
1136
|
+
staticRenderFns: __vue_staticRenderFns__$L
|
|
1137
|
+
}, __vue_inject_styles__$M, __vue_script__$M, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, undefined, undefined, undefined);
|
|
1138
1138
|
|
|
1139
|
-
var script$
|
|
1139
|
+
var script$L = {
|
|
1140
1140
|
name: "VcForm",
|
|
1141
1141
|
methods: {
|
|
1142
1142
|
validate() {
|
|
@@ -1156,38 +1156,38 @@ var script$K = {
|
|
|
1156
1156
|
};
|
|
1157
1157
|
|
|
1158
1158
|
/* script */
|
|
1159
|
-
const __vue_script__$
|
|
1159
|
+
const __vue_script__$L = script$L;
|
|
1160
1160
|
/* template */
|
|
1161
1161
|
|
|
1162
1162
|
/* style */
|
|
1163
1163
|
|
|
1164
|
-
const __vue_inject_styles__$
|
|
1164
|
+
const __vue_inject_styles__$L = undefined;
|
|
1165
1165
|
/* scoped */
|
|
1166
1166
|
|
|
1167
|
-
const __vue_scope_id__$
|
|
1167
|
+
const __vue_scope_id__$L = "data-v-398cf17d";
|
|
1168
1168
|
/* module identifier */
|
|
1169
1169
|
|
|
1170
|
-
const __vue_module_identifier__$
|
|
1170
|
+
const __vue_module_identifier__$L = undefined;
|
|
1171
1171
|
/* functional template */
|
|
1172
1172
|
|
|
1173
|
-
const __vue_is_functional_template__$
|
|
1173
|
+
const __vue_is_functional_template__$L = undefined;
|
|
1174
1174
|
/* style inject */
|
|
1175
1175
|
|
|
1176
1176
|
/* style inject SSR */
|
|
1177
1177
|
|
|
1178
1178
|
/* style inject shadow dom */
|
|
1179
1179
|
|
|
1180
|
-
const __vue_component__$
|
|
1180
|
+
const __vue_component__$L = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$L, __vue_script__$L, __vue_scope_id__$L, __vue_is_functional_template__$L, __vue_module_identifier__$L, false, undefined, undefined, undefined);
|
|
1181
1181
|
|
|
1182
|
-
var script$
|
|
1182
|
+
var script$K = {
|
|
1183
1183
|
name: "VcInputModal",
|
|
1184
1184
|
components: {
|
|
1185
|
-
VcForm: __vue_component__$
|
|
1186
|
-
VcLayout: __vue_component__$
|
|
1187
|
-
VcModalFooter: __vue_component__$
|
|
1188
|
-
VcIcon: __vue_component__$
|
|
1189
|
-
VcModalContainer: __vue_component__$
|
|
1190
|
-
VcModalHeader: __vue_component__$
|
|
1185
|
+
VcForm: __vue_component__$L,
|
|
1186
|
+
VcLayout: __vue_component__$P,
|
|
1187
|
+
VcModalFooter: __vue_component__$O,
|
|
1188
|
+
VcIcon: __vue_component__$S,
|
|
1189
|
+
VcModalContainer: __vue_component__$Q,
|
|
1190
|
+
VcModalHeader: __vue_component__$N
|
|
1191
1191
|
},
|
|
1192
1192
|
props: {
|
|
1193
1193
|
showDialog: {
|
|
@@ -1280,10 +1280,10 @@ var script$J = {
|
|
|
1280
1280
|
};
|
|
1281
1281
|
|
|
1282
1282
|
/* script */
|
|
1283
|
-
const __vue_script__$
|
|
1283
|
+
const __vue_script__$K = script$K;
|
|
1284
1284
|
/* template */
|
|
1285
1285
|
|
|
1286
|
-
var __vue_render__$
|
|
1286
|
+
var __vue_render__$K = function () {
|
|
1287
1287
|
var _vm = this;
|
|
1288
1288
|
|
|
1289
1289
|
var _h = _vm.$createElement;
|
|
@@ -1387,10 +1387,10 @@ var __vue_render__$J = function () {
|
|
|
1387
1387
|
});
|
|
1388
1388
|
};
|
|
1389
1389
|
|
|
1390
|
-
var __vue_staticRenderFns__$
|
|
1390
|
+
var __vue_staticRenderFns__$K = [];
|
|
1391
1391
|
/* style */
|
|
1392
1392
|
|
|
1393
|
-
const __vue_inject_styles__$
|
|
1393
|
+
const __vue_inject_styles__$K = function (inject) {
|
|
1394
1394
|
if (!inject) return;
|
|
1395
1395
|
inject("data-v-66b94d97_0", {
|
|
1396
1396
|
source: ".VcInputForm-layout .VcInputForm-main[data-v-66b94d97]{width:100%;max-width:100%;padding:var(--size-value6)}.VcInputForm-layout .VcInputForm-additional[data-v-66b94d97]{min-width:324px;padding:var(--size-value6);background:#f8f9fb;border-left:1px solid rgba(0,0,0,.12)}",
|
|
@@ -1401,26 +1401,26 @@ const __vue_inject_styles__$J = function (inject) {
|
|
|
1401
1401
|
/* scoped */
|
|
1402
1402
|
|
|
1403
1403
|
|
|
1404
|
-
const __vue_scope_id__$
|
|
1404
|
+
const __vue_scope_id__$K = "data-v-66b94d97";
|
|
1405
1405
|
/* module identifier */
|
|
1406
1406
|
|
|
1407
|
-
const __vue_module_identifier__$
|
|
1407
|
+
const __vue_module_identifier__$K = undefined;
|
|
1408
1408
|
/* functional template */
|
|
1409
1409
|
|
|
1410
|
-
const __vue_is_functional_template__$
|
|
1410
|
+
const __vue_is_functional_template__$K = false;
|
|
1411
1411
|
/* style inject SSR */
|
|
1412
1412
|
|
|
1413
1413
|
/* style inject shadow dom */
|
|
1414
1414
|
|
|
1415
|
-
const __vue_component__$
|
|
1416
|
-
render: __vue_render__$
|
|
1417
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1418
|
-
}, __vue_inject_styles__$
|
|
1415
|
+
const __vue_component__$K = /*#__PURE__*/normalizeComponent({
|
|
1416
|
+
render: __vue_render__$K,
|
|
1417
|
+
staticRenderFns: __vue_staticRenderFns__$K
|
|
1418
|
+
}, __vue_inject_styles__$K, __vue_script__$K, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, createInjector, undefined, undefined);
|
|
1419
1419
|
|
|
1420
|
-
var script$
|
|
1420
|
+
var script$J = {
|
|
1421
1421
|
name: "VcImage",
|
|
1422
1422
|
components: {
|
|
1423
|
-
VcLayout: __vue_component__$
|
|
1423
|
+
VcLayout: __vue_component__$P
|
|
1424
1424
|
},
|
|
1425
1425
|
props: {
|
|
1426
1426
|
image: {
|
|
@@ -1435,10 +1435,10 @@ var script$I = {
|
|
|
1435
1435
|
};
|
|
1436
1436
|
|
|
1437
1437
|
/* script */
|
|
1438
|
-
const __vue_script__$
|
|
1438
|
+
const __vue_script__$J = script$J;
|
|
1439
1439
|
/* template */
|
|
1440
1440
|
|
|
1441
|
-
var __vue_render__$
|
|
1441
|
+
var __vue_render__$J = function () {
|
|
1442
1442
|
var _vm = this;
|
|
1443
1443
|
|
|
1444
1444
|
var _h = _vm.$createElement;
|
|
@@ -1462,10 +1462,10 @@ var __vue_render__$I = function () {
|
|
|
1462
1462
|
})], 1);
|
|
1463
1463
|
};
|
|
1464
1464
|
|
|
1465
|
-
var __vue_staticRenderFns__$
|
|
1465
|
+
var __vue_staticRenderFns__$J = [];
|
|
1466
1466
|
/* style */
|
|
1467
1467
|
|
|
1468
|
-
const __vue_inject_styles__$
|
|
1468
|
+
const __vue_inject_styles__$J = function (inject) {
|
|
1469
1469
|
if (!inject) return;
|
|
1470
1470
|
inject("data-v-46be532e_0", {
|
|
1471
1471
|
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%}",
|
|
@@ -1476,29 +1476,29 @@ const __vue_inject_styles__$I = function (inject) {
|
|
|
1476
1476
|
/* scoped */
|
|
1477
1477
|
|
|
1478
1478
|
|
|
1479
|
-
const __vue_scope_id__$
|
|
1479
|
+
const __vue_scope_id__$J = "data-v-46be532e";
|
|
1480
1480
|
/* module identifier */
|
|
1481
1481
|
|
|
1482
|
-
const __vue_module_identifier__$
|
|
1482
|
+
const __vue_module_identifier__$J = undefined;
|
|
1483
1483
|
/* functional template */
|
|
1484
1484
|
|
|
1485
|
-
const __vue_is_functional_template__$
|
|
1485
|
+
const __vue_is_functional_template__$J = false;
|
|
1486
1486
|
/* style inject SSR */
|
|
1487
1487
|
|
|
1488
1488
|
/* style inject shadow dom */
|
|
1489
1489
|
|
|
1490
|
-
const __vue_component__$
|
|
1491
|
-
render: __vue_render__$
|
|
1492
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1493
|
-
}, __vue_inject_styles__$
|
|
1490
|
+
const __vue_component__$J = /*#__PURE__*/normalizeComponent({
|
|
1491
|
+
render: __vue_render__$J,
|
|
1492
|
+
staticRenderFns: __vue_staticRenderFns__$J
|
|
1493
|
+
}, __vue_inject_styles__$J, __vue_script__$J, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, createInjector, undefined, undefined);
|
|
1494
1494
|
|
|
1495
|
-
var script$
|
|
1495
|
+
var script$I = {
|
|
1496
1496
|
name: "VcNoticeModal",
|
|
1497
1497
|
components: {
|
|
1498
|
-
VcImage: __vue_component__$
|
|
1499
|
-
VcLayout: __vue_component__$
|
|
1500
|
-
VcModalFooter: __vue_component__$
|
|
1501
|
-
VcModalContainer: __vue_component__$
|
|
1498
|
+
VcImage: __vue_component__$J,
|
|
1499
|
+
VcLayout: __vue_component__$P,
|
|
1500
|
+
VcModalFooter: __vue_component__$O,
|
|
1501
|
+
VcModalContainer: __vue_component__$Q
|
|
1502
1502
|
},
|
|
1503
1503
|
props: {
|
|
1504
1504
|
showDialog: {
|
|
@@ -1558,10 +1558,10 @@ var script$H = {
|
|
|
1558
1558
|
};
|
|
1559
1559
|
|
|
1560
1560
|
/* script */
|
|
1561
|
-
const __vue_script__$
|
|
1561
|
+
const __vue_script__$I = script$I;
|
|
1562
1562
|
/* template */
|
|
1563
1563
|
|
|
1564
|
-
var __vue_render__$
|
|
1564
|
+
var __vue_render__$I = function () {
|
|
1565
1565
|
var _vm = this;
|
|
1566
1566
|
|
|
1567
1567
|
var _h = _vm.$createElement;
|
|
@@ -1648,10 +1648,10 @@ var __vue_render__$H = function () {
|
|
|
1648
1648
|
});
|
|
1649
1649
|
};
|
|
1650
1650
|
|
|
1651
|
-
var __vue_staticRenderFns__$
|
|
1651
|
+
var __vue_staticRenderFns__$I = [];
|
|
1652
1652
|
/* style */
|
|
1653
1653
|
|
|
1654
|
-
const __vue_inject_styles__$
|
|
1654
|
+
const __vue_inject_styles__$I = function (inject) {
|
|
1655
1655
|
if (!inject) return;
|
|
1656
1656
|
inject("data-v-d8b2c82a_0", {
|
|
1657
1657
|
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)}",
|
|
@@ -1662,28 +1662,28 @@ const __vue_inject_styles__$H = function (inject) {
|
|
|
1662
1662
|
/* scoped */
|
|
1663
1663
|
|
|
1664
1664
|
|
|
1665
|
-
const __vue_scope_id__$
|
|
1665
|
+
const __vue_scope_id__$I = "data-v-d8b2c82a";
|
|
1666
1666
|
/* module identifier */
|
|
1667
1667
|
|
|
1668
|
-
const __vue_module_identifier__$
|
|
1668
|
+
const __vue_module_identifier__$I = undefined;
|
|
1669
1669
|
/* functional template */
|
|
1670
1670
|
|
|
1671
|
-
const __vue_is_functional_template__$
|
|
1671
|
+
const __vue_is_functional_template__$I = false;
|
|
1672
1672
|
/* style inject SSR */
|
|
1673
1673
|
|
|
1674
1674
|
/* style inject shadow dom */
|
|
1675
1675
|
|
|
1676
|
-
const __vue_component__$
|
|
1677
|
-
render: __vue_render__$
|
|
1678
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1679
|
-
}, __vue_inject_styles__$
|
|
1676
|
+
const __vue_component__$I = /*#__PURE__*/normalizeComponent({
|
|
1677
|
+
render: __vue_render__$I,
|
|
1678
|
+
staticRenderFns: __vue_staticRenderFns__$I
|
|
1679
|
+
}, __vue_inject_styles__$I, __vue_script__$I, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, createInjector, undefined, undefined);
|
|
1680
1680
|
|
|
1681
|
-
var script$
|
|
1681
|
+
var script$H = {
|
|
1682
1682
|
name: "VcAlert",
|
|
1683
1683
|
components: {
|
|
1684
|
-
VcIcon: __vue_component__$
|
|
1685
|
-
VcButton: __vue_component__$
|
|
1686
|
-
VcLayout: __vue_component__$
|
|
1684
|
+
VcIcon: __vue_component__$S,
|
|
1685
|
+
VcButton: __vue_component__$R,
|
|
1686
|
+
VcLayout: __vue_component__$P,
|
|
1687
1687
|
VAlert: VAlert
|
|
1688
1688
|
},
|
|
1689
1689
|
props: {
|
|
@@ -1779,10 +1779,10 @@ var script$G = {
|
|
|
1779
1779
|
};
|
|
1780
1780
|
|
|
1781
1781
|
/* script */
|
|
1782
|
-
const __vue_script__$
|
|
1782
|
+
const __vue_script__$H = script$H;
|
|
1783
1783
|
/* template */
|
|
1784
1784
|
|
|
1785
|
-
var __vue_render__$
|
|
1785
|
+
var __vue_render__$H = function () {
|
|
1786
1786
|
var _vm = this;
|
|
1787
1787
|
|
|
1788
1788
|
var _h = _vm.$createElement;
|
|
@@ -1852,10 +1852,10 @@ var __vue_render__$G = function () {
|
|
|
1852
1852
|
}) : _vm._e()], 1);
|
|
1853
1853
|
};
|
|
1854
1854
|
|
|
1855
|
-
var __vue_staticRenderFns__$
|
|
1855
|
+
var __vue_staticRenderFns__$H = [];
|
|
1856
1856
|
/* style */
|
|
1857
1857
|
|
|
1858
|
-
const __vue_inject_styles__$
|
|
1858
|
+
const __vue_inject_styles__$H = function (inject) {
|
|
1859
1859
|
if (!inject) return;
|
|
1860
1860
|
inject("data-v-7847c9c0_0", {
|
|
1861
1861
|
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)}",
|
|
@@ -1866,21 +1866,21 @@ const __vue_inject_styles__$G = function (inject) {
|
|
|
1866
1866
|
/* scoped */
|
|
1867
1867
|
|
|
1868
1868
|
|
|
1869
|
-
const __vue_scope_id__$
|
|
1869
|
+
const __vue_scope_id__$H = undefined;
|
|
1870
1870
|
/* module identifier */
|
|
1871
1871
|
|
|
1872
|
-
const __vue_module_identifier__$
|
|
1872
|
+
const __vue_module_identifier__$H = undefined;
|
|
1873
1873
|
/* functional template */
|
|
1874
1874
|
|
|
1875
|
-
const __vue_is_functional_template__$
|
|
1875
|
+
const __vue_is_functional_template__$H = false;
|
|
1876
1876
|
/* style inject SSR */
|
|
1877
1877
|
|
|
1878
1878
|
/* style inject shadow dom */
|
|
1879
1879
|
|
|
1880
|
-
const __vue_component__$
|
|
1881
|
-
render: __vue_render__$
|
|
1882
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1883
|
-
}, __vue_inject_styles__$
|
|
1880
|
+
const __vue_component__$H = /*#__PURE__*/normalizeComponent({
|
|
1881
|
+
render: __vue_render__$H,
|
|
1882
|
+
staticRenderFns: __vue_staticRenderFns__$H
|
|
1883
|
+
}, __vue_inject_styles__$H, __vue_script__$H, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, createInjector, undefined, undefined);
|
|
1884
1884
|
|
|
1885
1885
|
//
|
|
1886
1886
|
//
|
|
@@ -1928,7 +1928,7 @@ const __vue_component__$G = /*#__PURE__*/normalizeComponent({
|
|
|
1928
1928
|
//
|
|
1929
1929
|
//
|
|
1930
1930
|
//
|
|
1931
|
-
var script$
|
|
1931
|
+
var script$G = {
|
|
1932
1932
|
components: {
|
|
1933
1933
|
VTooltip: VTooltip
|
|
1934
1934
|
},
|
|
@@ -1987,10 +1987,10 @@ var script$F = {
|
|
|
1987
1987
|
};
|
|
1988
1988
|
|
|
1989
1989
|
/* script */
|
|
1990
|
-
const __vue_script__$
|
|
1990
|
+
const __vue_script__$G = script$G;
|
|
1991
1991
|
/* template */
|
|
1992
1992
|
|
|
1993
|
-
var __vue_render__$
|
|
1993
|
+
var __vue_render__$G = function () {
|
|
1994
1994
|
var _vm = this;
|
|
1995
1995
|
|
|
1996
1996
|
var _h = _vm.$createElement;
|
|
@@ -2043,10 +2043,10 @@ var __vue_render__$F = function () {
|
|
|
2043
2043
|
})])])])], 1);
|
|
2044
2044
|
};
|
|
2045
2045
|
|
|
2046
|
-
var __vue_staticRenderFns__$
|
|
2046
|
+
var __vue_staticRenderFns__$G = [];
|
|
2047
2047
|
/* style */
|
|
2048
2048
|
|
|
2049
|
-
const __vue_inject_styles__$
|
|
2049
|
+
const __vue_inject_styles__$G = function (inject) {
|
|
2050
2050
|
if (!inject) return;
|
|
2051
2051
|
inject("data-v-2dee755a_0", {
|
|
2052
2052
|
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;--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}",
|
|
@@ -2057,26 +2057,26 @@ const __vue_inject_styles__$F = function (inject) {
|
|
|
2057
2057
|
/* scoped */
|
|
2058
2058
|
|
|
2059
2059
|
|
|
2060
|
-
const __vue_scope_id__$
|
|
2060
|
+
const __vue_scope_id__$G = undefined;
|
|
2061
2061
|
/* module identifier */
|
|
2062
2062
|
|
|
2063
|
-
const __vue_module_identifier__$
|
|
2063
|
+
const __vue_module_identifier__$G = undefined;
|
|
2064
2064
|
/* functional template */
|
|
2065
2065
|
|
|
2066
|
-
const __vue_is_functional_template__$
|
|
2066
|
+
const __vue_is_functional_template__$G = false;
|
|
2067
2067
|
/* style inject SSR */
|
|
2068
2068
|
|
|
2069
2069
|
/* style inject shadow dom */
|
|
2070
2070
|
|
|
2071
|
-
const __vue_component__$
|
|
2072
|
-
render: __vue_render__$
|
|
2073
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2074
|
-
}, __vue_inject_styles__$
|
|
2071
|
+
const __vue_component__$G = /*#__PURE__*/normalizeComponent({
|
|
2072
|
+
render: __vue_render__$G,
|
|
2073
|
+
staticRenderFns: __vue_staticRenderFns__$G
|
|
2074
|
+
}, __vue_inject_styles__$G, __vue_script__$G, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, createInjector, undefined, undefined);
|
|
2075
2075
|
|
|
2076
|
-
var script$
|
|
2076
|
+
var script$F = {
|
|
2077
2077
|
name: "VcIconWithTooltip",
|
|
2078
2078
|
components: {
|
|
2079
|
-
VcTooltip: __vue_component__$
|
|
2079
|
+
VcTooltip: __vue_component__$G,
|
|
2080
2080
|
VIcon: VIcon
|
|
2081
2081
|
},
|
|
2082
2082
|
props: {
|
|
@@ -2136,10 +2136,10 @@ var script$E = {
|
|
|
2136
2136
|
};
|
|
2137
2137
|
|
|
2138
2138
|
/* script */
|
|
2139
|
-
const __vue_script__$
|
|
2139
|
+
const __vue_script__$F = script$F;
|
|
2140
2140
|
/* template */
|
|
2141
2141
|
|
|
2142
|
-
var __vue_render__$
|
|
2142
|
+
var __vue_render__$F = function () {
|
|
2143
2143
|
var _vm = this;
|
|
2144
2144
|
|
|
2145
2145
|
var _h = _vm.$createElement;
|
|
@@ -2169,10 +2169,10 @@ var __vue_render__$E = function () {
|
|
|
2169
2169
|
}, [_vm._v("\n " + _vm._s(_vm.getIcon) + "\n ")])]], 2);
|
|
2170
2170
|
};
|
|
2171
2171
|
|
|
2172
|
-
var __vue_staticRenderFns__$
|
|
2172
|
+
var __vue_staticRenderFns__$F = [];
|
|
2173
2173
|
/* style */
|
|
2174
2174
|
|
|
2175
|
-
const __vue_inject_styles__$
|
|
2175
|
+
const __vue_inject_styles__$F = function (inject) {
|
|
2176
2176
|
if (!inject) return;
|
|
2177
2177
|
inject("data-v-7193d7d6_0", {
|
|
2178
2178
|
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;--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)}",
|
|
@@ -2183,25 +2183,25 @@ const __vue_inject_styles__$E = function (inject) {
|
|
|
2183
2183
|
/* scoped */
|
|
2184
2184
|
|
|
2185
2185
|
|
|
2186
|
-
const __vue_scope_id__$
|
|
2186
|
+
const __vue_scope_id__$F = undefined;
|
|
2187
2187
|
/* module identifier */
|
|
2188
2188
|
|
|
2189
|
-
const __vue_module_identifier__$
|
|
2189
|
+
const __vue_module_identifier__$F = undefined;
|
|
2190
2190
|
/* functional template */
|
|
2191
2191
|
|
|
2192
|
-
const __vue_is_functional_template__$
|
|
2192
|
+
const __vue_is_functional_template__$F = false;
|
|
2193
2193
|
/* style inject SSR */
|
|
2194
2194
|
|
|
2195
2195
|
/* style inject shadow dom */
|
|
2196
2196
|
|
|
2197
|
-
const __vue_component__$
|
|
2198
|
-
render: __vue_render__$
|
|
2199
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2200
|
-
}, __vue_inject_styles__$
|
|
2197
|
+
const __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
2198
|
+
render: __vue_render__$F,
|
|
2199
|
+
staticRenderFns: __vue_staticRenderFns__$F
|
|
2200
|
+
}, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, createInjector, undefined, undefined);
|
|
2201
2201
|
|
|
2202
|
-
var script$
|
|
2202
|
+
var script$E = {
|
|
2203
2203
|
components: {
|
|
2204
|
-
VcImage: __vue_component__$
|
|
2204
|
+
VcImage: __vue_component__$J,
|
|
2205
2205
|
VIcon: VIcon,
|
|
2206
2206
|
VTooltip: VTooltip
|
|
2207
2207
|
},
|
|
@@ -2337,10 +2337,10 @@ var script$D = {
|
|
|
2337
2337
|
};
|
|
2338
2338
|
|
|
2339
2339
|
/* script */
|
|
2340
|
-
const __vue_script__$
|
|
2340
|
+
const __vue_script__$E = script$E;
|
|
2341
2341
|
/* template */
|
|
2342
2342
|
|
|
2343
|
-
var __vue_render__$
|
|
2343
|
+
var __vue_render__$E = function () {
|
|
2344
2344
|
var _vm = this;
|
|
2345
2345
|
|
|
2346
2346
|
var _h = _vm.$createElement;
|
|
@@ -2390,10 +2390,10 @@ var __vue_render__$D = function () {
|
|
|
2390
2390
|
}, [_vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.lightModeTooltip))])])], 1);
|
|
2391
2391
|
};
|
|
2392
2392
|
|
|
2393
|
-
var __vue_staticRenderFns__$
|
|
2393
|
+
var __vue_staticRenderFns__$E = [];
|
|
2394
2394
|
/* style */
|
|
2395
2395
|
|
|
2396
|
-
const __vue_inject_styles__$
|
|
2396
|
+
const __vue_inject_styles__$E = function (inject) {
|
|
2397
2397
|
if (!inject) return;
|
|
2398
2398
|
inject("data-v-b135b8c4_0", {
|
|
2399
2399
|
source: "[data-v-b135b8c4]: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;--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-b135b8c4]{position:relative;border-radius:50%;text-align:center;color:var(--modal-bg-color)}.avatar-wrapper.show-border[data-v-b135b8c4]{border:1px solid var(--modal-bg-color)}.avatar-wrapper.vc-disabled[data-v-b135b8c4]{filter:grayscale(100%)}.avatar-wrapper.light-mode[data-v-b135b8c4]{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-b135b8c4]{height:var(--avatar-x-sm);width:var(--avatar-x-sm);font-size:var(--font-size-xxx-small)}.avatar-wrapper.sm[data-v-b135b8c4]{height:var(--avatar-sm);width:var(--avatar-sm);font-size:var(--font-size-xx-small)}.avatar-wrapper.md[data-v-b135b8c4]{height:var(--avatar-md);width:var(--avatar-md);font-size:var(--font-size-small)}.avatar-wrapper.lg[data-v-b135b8c4]{height:var(--avatar-lg);width:var(--avatar-lg);font-size:var(--font-size-small3)}.avatar-wrapper .avatar-image[data-v-b135b8c4]{height:100%;width:100%;border-radius:50%;overflow:hidden}.avatar-wrapper .avatar-image[data-v-b135b8c4] svg{height:100%}.avatar-wrapper .avatar-image[data-v-b135b8c4] img{height:100%}.avatar-wrapper .avatar-initials[data-v-b135b8c4]{position:relative;top:50%;font-weight:var(--font-weight-medium2);transform:translateY(-50%)}.avatar-wrapper .badge[data-v-b135b8c4]{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-b135b8c4]{--gap:var(--size-value1)}.avatar-wrapper .badge.sm[data-v-b135b8c4]{--gap:var(--size-value1)}.avatar-wrapper .badge.md[data-v-b135b8c4]{--gap:2px}.avatar-wrapper .badge.lg[data-v-b135b8c4]{--gap:var(--size-value0)}.avatar-wrapper .badge.right[data-v-b135b8c4]{left:unset;right:calc(var(--gap) * -1)}.avatar-wrapper .badge.confirmed[data-v-b135b8c4]{border:2px var(--modal-bg-color) solid}.color-0[data-v-b135b8c4]{background-color:#fed62f}.color-1[data-v-b135b8c4]{background-color:#fec22e}.color-2[data-v-b135b8c4]{background-color:#feac2a}.color-3[data-v-b135b8c4]{background-color:#fe9a28}.color-4[data-v-b135b8c4]{background-color:#fd7024}.color-5[data-v-b135b8c4]{background-color:#fd5b32}.color-6[data-v-b135b8c4]{background-color:#f2483f}.color-7[data-v-b135b8c4]{background-color:#dc331b}.color-8[data-v-b135b8c4]{background-color:#d41419}.color-9[data-v-b135b8c4]{background-color:#e72866}.color-10[data-v-b135b8c4]{background-color:#c41c63}.color-11[data-v-b135b8c4]{background-color:#9b2bae}.color-12[data-v-b135b8c4]{background-color:#673bb5}.color-13[data-v-b135b8c4]{background-color:#7c4efc}.color-14[data-v-b135b8c4]{background-color:#4051b3}.color-15[data-v-b135b8c4]{background-color:#311b92}.color-16[data-v-b135b8c4]{background-color:#2d62fb}.color-17[data-v-b135b8c4]{background-color:#5c6bc0}.color-18[data-v-b135b8c4]{background-color:#17a8f1}.color-19[data-v-b135b8c4]{background-color:#17bbd2}.color-20[data-v-b135b8c4]{background-color:#14abbf}.color-21[data-v-b135b8c4]{background-color:#0f9587}.color-22[data-v-b135b8c4]{background-color:#16bea5}.color-23[data-v-b135b8c4]{background-color:#4eae53}.color-24[data-v-b135b8c4]{background-color:#3a8d3f}.color-25[data-v-b135b8c4]{background-color:#8cc250}.color-26[data-v-b135b8c4]{background-color:#66bb6a}.color-27[data-v-b135b8c4]{background-color:#880e4f}.color-28[data-v-b135b8c4]{background-color:#1565c0}.color-29[data-v-b135b8c4]{background-color:#1e88e5}.color-9999[data-v-b135b8c4]{background-color:#4675d9}",
|
|
@@ -2404,29 +2404,29 @@ const __vue_inject_styles__$D = function (inject) {
|
|
|
2404
2404
|
/* scoped */
|
|
2405
2405
|
|
|
2406
2406
|
|
|
2407
|
-
const __vue_scope_id__$
|
|
2407
|
+
const __vue_scope_id__$E = "data-v-b135b8c4";
|
|
2408
2408
|
/* module identifier */
|
|
2409
2409
|
|
|
2410
|
-
const __vue_module_identifier__$
|
|
2410
|
+
const __vue_module_identifier__$E = undefined;
|
|
2411
2411
|
/* functional template */
|
|
2412
2412
|
|
|
2413
|
-
const __vue_is_functional_template__$
|
|
2413
|
+
const __vue_is_functional_template__$E = false;
|
|
2414
2414
|
/* style inject SSR */
|
|
2415
2415
|
|
|
2416
2416
|
/* style inject shadow dom */
|
|
2417
2417
|
|
|
2418
|
-
const __vue_component__$
|
|
2419
|
-
render: __vue_render__$
|
|
2420
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2421
|
-
}, __vue_inject_styles__$
|
|
2418
|
+
const __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
2419
|
+
render: __vue_render__$E,
|
|
2420
|
+
staticRenderFns: __vue_staticRenderFns__$E
|
|
2421
|
+
}, __vue_inject_styles__$E, __vue_script__$E, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, createInjector, undefined, undefined);
|
|
2422
2422
|
|
|
2423
|
-
var script$
|
|
2423
|
+
var script$D = {
|
|
2424
2424
|
name: "VcBottomActions",
|
|
2425
2425
|
components: {
|
|
2426
|
-
VcLayout: __vue_component__$
|
|
2427
|
-
VcButton: __vue_component__$
|
|
2428
|
-
VcIcon: __vue_component__$
|
|
2429
|
-
VcAvatar: __vue_component__$
|
|
2426
|
+
VcLayout: __vue_component__$P,
|
|
2427
|
+
VcButton: __vue_component__$R,
|
|
2428
|
+
VcIcon: __vue_component__$S,
|
|
2429
|
+
VcAvatar: __vue_component__$E,
|
|
2430
2430
|
VSubheader: VSubheader,
|
|
2431
2431
|
VListItem: VListItem,
|
|
2432
2432
|
VList: VList,
|
|
@@ -2468,10 +2468,10 @@ var script$C = {
|
|
|
2468
2468
|
};
|
|
2469
2469
|
|
|
2470
2470
|
/* script */
|
|
2471
|
-
const __vue_script__$
|
|
2471
|
+
const __vue_script__$D = script$D;
|
|
2472
2472
|
/* template */
|
|
2473
2473
|
|
|
2474
|
-
var __vue_render__$
|
|
2474
|
+
var __vue_render__$D = function () {
|
|
2475
2475
|
var _vm = this;
|
|
2476
2476
|
|
|
2477
2477
|
var _h = _vm.$createElement;
|
|
@@ -2557,10 +2557,10 @@ var __vue_render__$C = function () {
|
|
|
2557
2557
|
}), 1)], 1)], 1);
|
|
2558
2558
|
};
|
|
2559
2559
|
|
|
2560
|
-
var __vue_staticRenderFns__$
|
|
2560
|
+
var __vue_staticRenderFns__$D = [];
|
|
2561
2561
|
/* style */
|
|
2562
2562
|
|
|
2563
|
-
const __vue_inject_styles__$
|
|
2563
|
+
const __vue_inject_styles__$D = function (inject) {
|
|
2564
2564
|
if (!inject) return;
|
|
2565
2565
|
inject("data-v-51eeacd7_0", {
|
|
2566
2566
|
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;--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)}",
|
|
@@ -2571,28 +2571,28 @@ const __vue_inject_styles__$C = function (inject) {
|
|
|
2571
2571
|
/* scoped */
|
|
2572
2572
|
|
|
2573
2573
|
|
|
2574
|
-
const __vue_scope_id__$
|
|
2574
|
+
const __vue_scope_id__$D = undefined;
|
|
2575
2575
|
/* module identifier */
|
|
2576
2576
|
|
|
2577
|
-
const __vue_module_identifier__$
|
|
2577
|
+
const __vue_module_identifier__$D = undefined;
|
|
2578
2578
|
/* functional template */
|
|
2579
2579
|
|
|
2580
|
-
const __vue_is_functional_template__$
|
|
2580
|
+
const __vue_is_functional_template__$D = false;
|
|
2581
2581
|
/* style inject SSR */
|
|
2582
2582
|
|
|
2583
2583
|
/* style inject shadow dom */
|
|
2584
2584
|
|
|
2585
|
-
const __vue_component__$
|
|
2586
|
-
render: __vue_render__$
|
|
2587
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2588
|
-
}, __vue_inject_styles__$
|
|
2585
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
2586
|
+
render: __vue_render__$D,
|
|
2587
|
+
staticRenderFns: __vue_staticRenderFns__$D
|
|
2588
|
+
}, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
|
|
2589
2589
|
|
|
2590
|
-
var script$
|
|
2590
|
+
var script$C = {
|
|
2591
2591
|
name: "VcActionList",
|
|
2592
2592
|
components: {
|
|
2593
|
-
VcLayout: __vue_component__$
|
|
2594
|
-
VcButton: __vue_component__$
|
|
2595
|
-
VcIcon: __vue_component__$
|
|
2593
|
+
VcLayout: __vue_component__$P,
|
|
2594
|
+
VcButton: __vue_component__$R,
|
|
2595
|
+
VcIcon: __vue_component__$S,
|
|
2596
2596
|
VListItemTitle: VListItemTitle,
|
|
2597
2597
|
VListItem: VListItem,
|
|
2598
2598
|
VList: VList,
|
|
@@ -2618,10 +2618,10 @@ var script$B = {
|
|
|
2618
2618
|
};
|
|
2619
2619
|
|
|
2620
2620
|
/* script */
|
|
2621
|
-
const __vue_script__$
|
|
2621
|
+
const __vue_script__$C = script$C;
|
|
2622
2622
|
/* template */
|
|
2623
2623
|
|
|
2624
|
-
var __vue_render__$
|
|
2624
|
+
var __vue_render__$C = function () {
|
|
2625
2625
|
var _vm = this;
|
|
2626
2626
|
|
|
2627
2627
|
var _h = _vm.$createElement;
|
|
@@ -2673,10 +2673,10 @@ var __vue_render__$B = function () {
|
|
|
2673
2673
|
}), 1)], 1)], 1);
|
|
2674
2674
|
};
|
|
2675
2675
|
|
|
2676
|
-
var __vue_staticRenderFns__$
|
|
2676
|
+
var __vue_staticRenderFns__$C = [];
|
|
2677
2677
|
/* style */
|
|
2678
2678
|
|
|
2679
|
-
const __vue_inject_styles__$
|
|
2679
|
+
const __vue_inject_styles__$C = function (inject) {
|
|
2680
2680
|
if (!inject) return;
|
|
2681
2681
|
inject("data-v-500d77ad_0", {
|
|
2682
2682
|
source: ":root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-light:300;--font-weight-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--letter-spacing:0.003em;--size-value0:0px;--size-value1:4px;--size-value2:8px;--size-value3:12px;--size-value4:16px;--size-value5:20px;--size-value6:24px;--size-value7:28px;--size-value8:32px;--size-value9:36px;--size-value10:40px;--size-value11:44px;--size-value12:48px;--size-value13:52px;--size-value14:56px;--size-value15:60px;--size-value16:64px;--size-value17:68px;--size-value18:72px;--size-value19:76px;--size-value20:80px;--border-radius:6px;--border-frame:1px solid #e0e0e0;--border-focused-frame:1px solid var(--v-secondary-base);--shadow-focused-frame:0px 0px 0px 3px var(--v-secondary-lighten1);--popover-width:360px;--popover-max-height:464px;--popover-border-radius:10px;--modal-desktop-offset:-112px;--modal-bg-color:#ffffff;--modal-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--modal-border-radius:10px;--modal-width-small:384px;--modal-width-medium:576px;--modal-width-large:816px;--modal-width-x-large:972px;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--dropzone-active-border-color:#1e93b7;--dropzone-active-second-border-color:#95cddb;--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)}",
|
|
@@ -2687,28 +2687,28 @@ const __vue_inject_styles__$B = function (inject) {
|
|
|
2687
2687
|
/* scoped */
|
|
2688
2688
|
|
|
2689
2689
|
|
|
2690
|
-
const __vue_scope_id__$
|
|
2690
|
+
const __vue_scope_id__$C = undefined;
|
|
2691
2691
|
/* module identifier */
|
|
2692
2692
|
|
|
2693
|
-
const __vue_module_identifier__$
|
|
2693
|
+
const __vue_module_identifier__$C = undefined;
|
|
2694
2694
|
/* functional template */
|
|
2695
2695
|
|
|
2696
|
-
const __vue_is_functional_template__$
|
|
2696
|
+
const __vue_is_functional_template__$C = false;
|
|
2697
2697
|
/* style inject SSR */
|
|
2698
2698
|
|
|
2699
2699
|
/* style inject shadow dom */
|
|
2700
2700
|
|
|
2701
|
-
const __vue_component__$
|
|
2702
|
-
render: __vue_render__$
|
|
2703
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2704
|
-
}, __vue_inject_styles__$
|
|
2701
|
+
const __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
2702
|
+
render: __vue_render__$C,
|
|
2703
|
+
staticRenderFns: __vue_staticRenderFns__$C
|
|
2704
|
+
}, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
|
|
2705
2705
|
|
|
2706
|
-
var script$
|
|
2706
|
+
var script$B = {
|
|
2707
2707
|
name: "VcActions",
|
|
2708
2708
|
components: {
|
|
2709
|
-
VcIcon: __vue_component__$
|
|
2710
|
-
VcActionList: __vue_component__$
|
|
2711
|
-
VcBottomActions: __vue_component__$
|
|
2709
|
+
VcIcon: __vue_component__$S,
|
|
2710
|
+
VcActionList: __vue_component__$C,
|
|
2711
|
+
VcBottomActions: __vue_component__$D
|
|
2712
2712
|
},
|
|
2713
2713
|
|
|
2714
2714
|
data() {
|
|
@@ -2761,10 +2761,10 @@ var script$A = {
|
|
|
2761
2761
|
};
|
|
2762
2762
|
|
|
2763
2763
|
/* script */
|
|
2764
|
-
const __vue_script__$
|
|
2764
|
+
const __vue_script__$B = script$B;
|
|
2765
2765
|
/* template */
|
|
2766
2766
|
|
|
2767
|
-
var __vue_render__$
|
|
2767
|
+
var __vue_render__$B = function () {
|
|
2768
2768
|
var _vm = this;
|
|
2769
2769
|
|
|
2770
2770
|
var _h = _vm.$createElement;
|
|
@@ -2808,29 +2808,29 @@ var __vue_render__$A = function () {
|
|
|
2808
2808
|
}, 'component', _vm.$props, false));
|
|
2809
2809
|
};
|
|
2810
2810
|
|
|
2811
|
-
var __vue_staticRenderFns__$
|
|
2811
|
+
var __vue_staticRenderFns__$B = [];
|
|
2812
2812
|
/* style */
|
|
2813
2813
|
|
|
2814
|
-
const __vue_inject_styles__$
|
|
2814
|
+
const __vue_inject_styles__$B = undefined;
|
|
2815
2815
|
/* scoped */
|
|
2816
2816
|
|
|
2817
|
-
const __vue_scope_id__$
|
|
2817
|
+
const __vue_scope_id__$B = undefined;
|
|
2818
2818
|
/* module identifier */
|
|
2819
2819
|
|
|
2820
|
-
const __vue_module_identifier__$
|
|
2820
|
+
const __vue_module_identifier__$B = undefined;
|
|
2821
2821
|
/* functional template */
|
|
2822
2822
|
|
|
2823
|
-
const __vue_is_functional_template__$
|
|
2823
|
+
const __vue_is_functional_template__$B = false;
|
|
2824
2824
|
/* style inject */
|
|
2825
2825
|
|
|
2826
2826
|
/* style inject SSR */
|
|
2827
2827
|
|
|
2828
2828
|
/* style inject shadow dom */
|
|
2829
2829
|
|
|
2830
|
-
const __vue_component__$
|
|
2831
|
-
render: __vue_render__$
|
|
2832
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2833
|
-
}, __vue_inject_styles__$
|
|
2830
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
2831
|
+
render: __vue_render__$B,
|
|
2832
|
+
staticRenderFns: __vue_staticRenderFns__$B
|
|
2833
|
+
}, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, undefined, undefined, undefined);
|
|
2834
2834
|
|
|
2835
2835
|
//
|
|
2836
2836
|
//
|
|
@@ -2855,7 +2855,7 @@ const __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
|
2855
2855
|
//
|
|
2856
2856
|
//
|
|
2857
2857
|
//
|
|
2858
|
-
var script$
|
|
2858
|
+
var script$A = {
|
|
2859
2859
|
components: {
|
|
2860
2860
|
VStepperStep: VStepperStep,
|
|
2861
2861
|
VStepper: VStepper
|
|
@@ -2928,10 +2928,10 @@ var script$z = {
|
|
|
2928
2928
|
};
|
|
2929
2929
|
|
|
2930
2930
|
/* script */
|
|
2931
|
-
const __vue_script__$
|
|
2931
|
+
const __vue_script__$A = script$A;
|
|
2932
2932
|
/* template */
|
|
2933
2933
|
|
|
2934
|
-
var __vue_render__$
|
|
2934
|
+
var __vue_render__$A = function () {
|
|
2935
2935
|
var _vm = this;
|
|
2936
2936
|
|
|
2937
2937
|
var _h = _vm.$createElement;
|
|
@@ -2970,10 +2970,10 @@ var __vue_render__$z = function () {
|
|
|
2970
2970
|
})], 2)], 1);
|
|
2971
2971
|
};
|
|
2972
2972
|
|
|
2973
|
-
var __vue_staticRenderFns__$
|
|
2973
|
+
var __vue_staticRenderFns__$A = [];
|
|
2974
2974
|
/* style */
|
|
2975
2975
|
|
|
2976
|
-
const __vue_inject_styles__$
|
|
2976
|
+
const __vue_inject_styles__$A = function (inject) {
|
|
2977
2977
|
if (!inject) return;
|
|
2978
2978
|
inject("data-v-d21a486c_0", {
|
|
2979
2979
|
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;--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)}",
|
|
@@ -2984,21 +2984,21 @@ const __vue_inject_styles__$z = function (inject) {
|
|
|
2984
2984
|
/* scoped */
|
|
2985
2985
|
|
|
2986
2986
|
|
|
2987
|
-
const __vue_scope_id__$
|
|
2987
|
+
const __vue_scope_id__$A = "data-v-d21a486c";
|
|
2988
2988
|
/* module identifier */
|
|
2989
2989
|
|
|
2990
|
-
const __vue_module_identifier__$
|
|
2990
|
+
const __vue_module_identifier__$A = undefined;
|
|
2991
2991
|
/* functional template */
|
|
2992
2992
|
|
|
2993
|
-
const __vue_is_functional_template__$
|
|
2993
|
+
const __vue_is_functional_template__$A = false;
|
|
2994
2994
|
/* style inject SSR */
|
|
2995
2995
|
|
|
2996
2996
|
/* style inject shadow dom */
|
|
2997
2997
|
|
|
2998
|
-
const __vue_component__$
|
|
2999
|
-
render: __vue_render__$
|
|
3000
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3001
|
-
}, __vue_inject_styles__$
|
|
2998
|
+
const __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
2999
|
+
render: __vue_render__$A,
|
|
3000
|
+
staticRenderFns: __vue_staticRenderFns__$A
|
|
3001
|
+
}, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
|
|
3002
3002
|
|
|
3003
3003
|
//
|
|
3004
3004
|
//
|
|
@@ -3015,7 +3015,7 @@ const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
|
3015
3015
|
//
|
|
3016
3016
|
//
|
|
3017
3017
|
//
|
|
3018
|
-
var script$
|
|
3018
|
+
var script$z = {
|
|
3019
3019
|
components: {
|
|
3020
3020
|
VProgressCircular: VProgressCircular
|
|
3021
3021
|
},
|
|
@@ -3084,10 +3084,10 @@ var script$y = {
|
|
|
3084
3084
|
};
|
|
3085
3085
|
|
|
3086
3086
|
/* script */
|
|
3087
|
-
const __vue_script__$
|
|
3087
|
+
const __vue_script__$z = script$z;
|
|
3088
3088
|
/* template */
|
|
3089
3089
|
|
|
3090
|
-
var __vue_render__$
|
|
3090
|
+
var __vue_render__$z = function () {
|
|
3091
3091
|
var _vm = this;
|
|
3092
3092
|
|
|
3093
3093
|
var _h = _vm.$createElement;
|
|
@@ -3108,10 +3108,10 @@ var __vue_render__$y = function () {
|
|
|
3108
3108
|
}, [_vm._v("\n " + _vm._s(_vm.currentStep) + " / " + _vm._s(_vm.steps) + "\n ")]) : _vm._e()]);
|
|
3109
3109
|
};
|
|
3110
3110
|
|
|
3111
|
-
var __vue_staticRenderFns__$
|
|
3111
|
+
var __vue_staticRenderFns__$z = [];
|
|
3112
3112
|
/* style */
|
|
3113
3113
|
|
|
3114
|
-
const __vue_inject_styles__$
|
|
3114
|
+
const __vue_inject_styles__$z = function (inject) {
|
|
3115
3115
|
if (!inject) return;
|
|
3116
3116
|
inject("data-v-5c278fc2_0", {
|
|
3117
3117
|
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;--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)}",
|
|
@@ -3122,27 +3122,27 @@ const __vue_inject_styles__$y = function (inject) {
|
|
|
3122
3122
|
/* scoped */
|
|
3123
3123
|
|
|
3124
3124
|
|
|
3125
|
-
const __vue_scope_id__$
|
|
3125
|
+
const __vue_scope_id__$z = "data-v-5c278fc2";
|
|
3126
3126
|
/* module identifier */
|
|
3127
3127
|
|
|
3128
|
-
const __vue_module_identifier__$
|
|
3128
|
+
const __vue_module_identifier__$z = undefined;
|
|
3129
3129
|
/* functional template */
|
|
3130
3130
|
|
|
3131
|
-
const __vue_is_functional_template__$
|
|
3131
|
+
const __vue_is_functional_template__$z = false;
|
|
3132
3132
|
/* style inject SSR */
|
|
3133
3133
|
|
|
3134
3134
|
/* style inject shadow dom */
|
|
3135
3135
|
|
|
3136
|
-
const __vue_component__$
|
|
3137
|
-
render: __vue_render__$
|
|
3138
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3139
|
-
}, __vue_inject_styles__$
|
|
3136
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
3137
|
+
render: __vue_render__$z,
|
|
3138
|
+
staticRenderFns: __vue_staticRenderFns__$z
|
|
3139
|
+
}, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, createInjector, undefined, undefined);
|
|
3140
3140
|
|
|
3141
|
-
var script$
|
|
3141
|
+
var script$y = {
|
|
3142
3142
|
name: "VcMobileWizardProgress",
|
|
3143
3143
|
components: {
|
|
3144
|
-
VcLayout: __vue_component__$
|
|
3145
|
-
VcProgressCircular: __vue_component__$
|
|
3144
|
+
VcLayout: __vue_component__$P,
|
|
3145
|
+
VcProgressCircular: __vue_component__$z
|
|
3146
3146
|
},
|
|
3147
3147
|
model: {
|
|
3148
3148
|
prop: 'currentStep'
|
|
@@ -3198,10 +3198,10 @@ var script$x = {
|
|
|
3198
3198
|
};
|
|
3199
3199
|
|
|
3200
3200
|
/* script */
|
|
3201
|
-
const __vue_script__$
|
|
3201
|
+
const __vue_script__$y = script$y;
|
|
3202
3202
|
/* template */
|
|
3203
3203
|
|
|
3204
|
-
var __vue_render__$
|
|
3204
|
+
var __vue_render__$y = function () {
|
|
3205
3205
|
var _vm = this;
|
|
3206
3206
|
|
|
3207
3207
|
var _h = _vm.$createElement;
|
|
@@ -3237,10 +3237,10 @@ var __vue_render__$x = function () {
|
|
|
3237
3237
|
}, [_vm._v(_vm._s(_vm.nextStepName))]) : _vm._e()])], 1);
|
|
3238
3238
|
};
|
|
3239
3239
|
|
|
3240
|
-
var __vue_staticRenderFns__$
|
|
3240
|
+
var __vue_staticRenderFns__$y = [];
|
|
3241
3241
|
/* style */
|
|
3242
3242
|
|
|
3243
|
-
const __vue_inject_styles__$
|
|
3243
|
+
const __vue_inject_styles__$y = function (inject) {
|
|
3244
3244
|
if (!inject) return;
|
|
3245
3245
|
inject("data-v-4fe04d36_0", {
|
|
3246
3246
|
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;--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)}",
|
|
@@ -3251,28 +3251,28 @@ const __vue_inject_styles__$x = function (inject) {
|
|
|
3251
3251
|
/* scoped */
|
|
3252
3252
|
|
|
3253
3253
|
|
|
3254
|
-
const __vue_scope_id__$
|
|
3254
|
+
const __vue_scope_id__$y = "data-v-4fe04d36";
|
|
3255
3255
|
/* module identifier */
|
|
3256
3256
|
|
|
3257
|
-
const __vue_module_identifier__$
|
|
3257
|
+
const __vue_module_identifier__$y = undefined;
|
|
3258
3258
|
/* functional template */
|
|
3259
3259
|
|
|
3260
|
-
const __vue_is_functional_template__$
|
|
3260
|
+
const __vue_is_functional_template__$y = false;
|
|
3261
3261
|
/* style inject SSR */
|
|
3262
3262
|
|
|
3263
3263
|
/* style inject shadow dom */
|
|
3264
3264
|
|
|
3265
|
-
const __vue_component__$
|
|
3266
|
-
render: __vue_render__$
|
|
3267
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3268
|
-
}, __vue_inject_styles__$
|
|
3265
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
3266
|
+
render: __vue_render__$y,
|
|
3267
|
+
staticRenderFns: __vue_staticRenderFns__$y
|
|
3268
|
+
}, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
|
|
3269
3269
|
|
|
3270
|
-
var script$
|
|
3270
|
+
var script$x = {
|
|
3271
3271
|
name: 'VcCheckbox',
|
|
3272
3272
|
components: {
|
|
3273
|
-
VcIcon: __vue_component__$
|
|
3274
|
-
VcAvatar: __vue_component__$
|
|
3275
|
-
VcTooltip: __vue_component__$
|
|
3273
|
+
VcIcon: __vue_component__$S,
|
|
3274
|
+
VcAvatar: __vue_component__$E,
|
|
3275
|
+
VcTooltip: __vue_component__$G,
|
|
3276
3276
|
VCheckbox: VCheckbox
|
|
3277
3277
|
},
|
|
3278
3278
|
computed: {
|
|
@@ -3328,10 +3328,10 @@ var script$w = {
|
|
|
3328
3328
|
};
|
|
3329
3329
|
|
|
3330
3330
|
/* script */
|
|
3331
|
-
const __vue_script__$
|
|
3331
|
+
const __vue_script__$x = script$x;
|
|
3332
3332
|
/* template */
|
|
3333
3333
|
|
|
3334
|
-
var __vue_render__$
|
|
3334
|
+
var __vue_render__$x = function () {
|
|
3335
3335
|
var _vm = this;
|
|
3336
3336
|
|
|
3337
3337
|
var _h = _vm.$createElement;
|
|
@@ -3395,10 +3395,10 @@ var __vue_render__$w = function () {
|
|
|
3395
3395
|
});
|
|
3396
3396
|
};
|
|
3397
3397
|
|
|
3398
|
-
var __vue_staticRenderFns__$
|
|
3398
|
+
var __vue_staticRenderFns__$x = [];
|
|
3399
3399
|
/* style */
|
|
3400
3400
|
|
|
3401
|
-
const __vue_inject_styles__$
|
|
3401
|
+
const __vue_inject_styles__$x = function (inject) {
|
|
3402
3402
|
if (!inject) return;
|
|
3403
3403
|
inject("data-v-347ec55e_0", {
|
|
3404
3404
|
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}",
|
|
@@ -3409,28 +3409,28 @@ const __vue_inject_styles__$w = function (inject) {
|
|
|
3409
3409
|
/* scoped */
|
|
3410
3410
|
|
|
3411
3411
|
|
|
3412
|
-
const __vue_scope_id__$
|
|
3412
|
+
const __vue_scope_id__$x = "data-v-347ec55e";
|
|
3413
3413
|
/* module identifier */
|
|
3414
3414
|
|
|
3415
|
-
const __vue_module_identifier__$
|
|
3415
|
+
const __vue_module_identifier__$x = undefined;
|
|
3416
3416
|
/* functional template */
|
|
3417
3417
|
|
|
3418
|
-
const __vue_is_functional_template__$
|
|
3418
|
+
const __vue_is_functional_template__$x = false;
|
|
3419
3419
|
/* style inject SSR */
|
|
3420
3420
|
|
|
3421
3421
|
/* style inject shadow dom */
|
|
3422
3422
|
|
|
3423
|
-
const __vue_component__$
|
|
3424
|
-
render: __vue_render__$
|
|
3425
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3426
|
-
}, __vue_inject_styles__$
|
|
3423
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
3424
|
+
render: __vue_render__$x,
|
|
3425
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
3426
|
+
}, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
|
|
3427
3427
|
|
|
3428
|
-
var script$
|
|
3428
|
+
var script$w = {
|
|
3429
3429
|
name: "VcChecklistItem",
|
|
3430
3430
|
components: {
|
|
3431
|
-
VcLayout: __vue_component__$
|
|
3432
|
-
VcCheckbox: __vue_component__$
|
|
3433
|
-
VcTooltip: __vue_component__$
|
|
3431
|
+
VcLayout: __vue_component__$P,
|
|
3432
|
+
VcCheckbox: __vue_component__$x,
|
|
3433
|
+
VcTooltip: __vue_component__$G
|
|
3434
3434
|
},
|
|
3435
3435
|
model: {
|
|
3436
3436
|
prop: 'checked'
|
|
@@ -3483,10 +3483,10 @@ var script$v = {
|
|
|
3483
3483
|
};
|
|
3484
3484
|
|
|
3485
3485
|
/* script */
|
|
3486
|
-
const __vue_script__$
|
|
3486
|
+
const __vue_script__$w = script$w;
|
|
3487
3487
|
/* template */
|
|
3488
3488
|
|
|
3489
|
-
var __vue_render__$
|
|
3489
|
+
var __vue_render__$w = function () {
|
|
3490
3490
|
var _vm = this;
|
|
3491
3491
|
|
|
3492
3492
|
var _h = _vm.$createElement;
|
|
@@ -3523,10 +3523,10 @@ var __vue_render__$v = function () {
|
|
|
3523
3523
|
})], 1)]], 2);
|
|
3524
3524
|
};
|
|
3525
3525
|
|
|
3526
|
-
var __vue_staticRenderFns__$
|
|
3526
|
+
var __vue_staticRenderFns__$w = [];
|
|
3527
3527
|
/* style */
|
|
3528
3528
|
|
|
3529
|
-
const __vue_inject_styles__$
|
|
3529
|
+
const __vue_inject_styles__$w = function (inject) {
|
|
3530
3530
|
if (!inject) return;
|
|
3531
3531
|
inject("data-v-6ae9d122_0", {
|
|
3532
3532
|
source: "[data-v-6ae9d122]: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;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcChecklistItem-wrapper[data-v-6ae9d122]{width:100%}.VcChecklistItem-wrapper[hide=true][data-v-6ae9d122]{display:none}.VcChecklistItem-wrapper .VcChecklistItem.disabled[data-v-6ae9d122]{background-color:var(--gray-lighten-3)}.VcChecklistItem-wrapper .VcChecklistItem .vc-checkbox[data-v-6ae9d122]{flex:1 1 auto;padding:var(--size-value0);margin:var(--size-value0)}.VcChecklistItem-wrapper .VcChecklistItem .vc-checkbox[data-v-6ae9d122] .v-input__control .v-input__slot{padding:var(--size-value2) var(--size-value4)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-6ae9d122]:hover{background-color:var(--gray-lighten-3)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-6ae9d122]:focus{box-shadow:0 0 0 2px var(--v-secondary-lighten1)}.VcChecklistItem-wrapper .VcChecklistItem[data-v-6ae9d122]:active{background-color:var(--v-secondary-lighten3)}",
|
|
@@ -3537,26 +3537,26 @@ const __vue_inject_styles__$v = function (inject) {
|
|
|
3537
3537
|
/* scoped */
|
|
3538
3538
|
|
|
3539
3539
|
|
|
3540
|
-
const __vue_scope_id__$
|
|
3540
|
+
const __vue_scope_id__$w = "data-v-6ae9d122";
|
|
3541
3541
|
/* module identifier */
|
|
3542
3542
|
|
|
3543
|
-
const __vue_module_identifier__$
|
|
3543
|
+
const __vue_module_identifier__$w = undefined;
|
|
3544
3544
|
/* functional template */
|
|
3545
3545
|
|
|
3546
|
-
const __vue_is_functional_template__$
|
|
3546
|
+
const __vue_is_functional_template__$w = false;
|
|
3547
3547
|
/* style inject SSR */
|
|
3548
3548
|
|
|
3549
3549
|
/* style inject shadow dom */
|
|
3550
3550
|
|
|
3551
|
-
const __vue_component__$
|
|
3552
|
-
render: __vue_render__$
|
|
3553
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3554
|
-
}, __vue_inject_styles__$
|
|
3551
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
3552
|
+
render: __vue_render__$w,
|
|
3553
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
3554
|
+
}, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
|
|
3555
3555
|
|
|
3556
|
-
var script$
|
|
3556
|
+
var script$v = {
|
|
3557
3557
|
name: 'VcTextField',
|
|
3558
3558
|
components: {
|
|
3559
|
-
VcIconWithTooltip: __vue_component__$
|
|
3559
|
+
VcIconWithTooltip: __vue_component__$F,
|
|
3560
3560
|
VTextField: VTextField
|
|
3561
3561
|
},
|
|
3562
3562
|
props: {
|
|
@@ -3641,10 +3641,10 @@ var script$u = {
|
|
|
3641
3641
|
};
|
|
3642
3642
|
|
|
3643
3643
|
/* script */
|
|
3644
|
-
const __vue_script__$
|
|
3644
|
+
const __vue_script__$v = script$v;
|
|
3645
3645
|
/* template */
|
|
3646
3646
|
|
|
3647
|
-
var __vue_render__$
|
|
3647
|
+
var __vue_render__$v = function () {
|
|
3648
3648
|
var _vm = this;
|
|
3649
3649
|
|
|
3650
3650
|
var _h = _vm.$createElement;
|
|
@@ -3702,10 +3702,10 @@ var __vue_render__$u = function () {
|
|
|
3702
3702
|
});
|
|
3703
3703
|
};
|
|
3704
3704
|
|
|
3705
|
-
var __vue_staticRenderFns__$
|
|
3705
|
+
var __vue_staticRenderFns__$v = [];
|
|
3706
3706
|
/* style */
|
|
3707
3707
|
|
|
3708
|
-
const __vue_inject_styles__$
|
|
3708
|
+
const __vue_inject_styles__$v = function (inject) {
|
|
3709
3709
|
if (!inject) return;
|
|
3710
3710
|
inject("data-v-2401387d_0", {
|
|
3711
3711
|
source: ".VcTextInput.v-text-field[data-v-2401387d]{font-family:var(--primary-font-family)}.VcTextInput.v-text-field[data-v-2401387d] .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-2401387d] .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-2401387d] .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-2401387d] .v-input__slot input::placeholder{font-weight:var(--font-weight-medium)}.VcTextInput.v-text-field[data-v-2401387d] .v-input__slot:after,.VcTextInput.v-text-field[data-v-2401387d] .v-input__slot:before{display:none}.VcTextInput.v-text-field[data-v-2401387d] .v-input__slot:hover{border-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-2401387d] .v-input__slot:active,.VcTextInput.v-text-field[data-v-2401387d] .v-input__slot:focus,.VcTextInput.v-text-field[data-v-2401387d] .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-2401387d] .v-input__slot:active input,.VcTextInput.v-text-field[data-v-2401387d] .v-input__slot:focus input,.VcTextInput.v-text-field[data-v-2401387d] .v-input__slot:focus-within input{color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-2401387d].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-2401387d].v-input--is-focused label,.VcTextInput.v-text-field[data-v-2401387d].v-input--is-label-active label{font-size:var(--font-size-small);line-height:1.17;letter-spacing:-.3px;color:var(--gray-darken-4)!important;transform:translateY(-100%) scale(.85);top:var(--size-value2)}.VcTextInput.v-text-field[data-v-2401387d].v-input--is-focused .v-text-field__slot,.VcTextInput.v-text-field[data-v-2401387d].v-input--is-label-active .v-text-field__slot{margin-bottom:-14px}.VcTextInput.v-text-field[data-v-2401387d].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-2401387d].v-input--is-disabled .v-input__slot input,.VcTextInput.v-text-field[data-v-2401387d].v-input--is-disabled .v-input__slot label{color:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-2401387d]:not(.v-input--is-label-active):not(.v-input--is-focused) input{padding:var(--size-value2) 0}.VcTextInput.v-text-field[data-v-2401387d] .v-messages__message{line-height:var(--size-value4)}.VcTextInput.v-text-field[data-v-2401387d] .v-input__append-inner{align-self:center;fill:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-2401387d].v-input--dense:not(.v-text-field--outlined) input{padding-block:var(--size-value2)}",
|
|
@@ -3716,29 +3716,29 @@ const __vue_inject_styles__$u = function (inject) {
|
|
|
3716
3716
|
/* scoped */
|
|
3717
3717
|
|
|
3718
3718
|
|
|
3719
|
-
const __vue_scope_id__$
|
|
3719
|
+
const __vue_scope_id__$v = "data-v-2401387d";
|
|
3720
3720
|
/* module identifier */
|
|
3721
3721
|
|
|
3722
|
-
const __vue_module_identifier__$
|
|
3722
|
+
const __vue_module_identifier__$v = undefined;
|
|
3723
3723
|
/* functional template */
|
|
3724
3724
|
|
|
3725
|
-
const __vue_is_functional_template__$
|
|
3725
|
+
const __vue_is_functional_template__$v = false;
|
|
3726
3726
|
/* style inject SSR */
|
|
3727
3727
|
|
|
3728
3728
|
/* style inject shadow dom */
|
|
3729
3729
|
|
|
3730
|
-
const __vue_component__$
|
|
3731
|
-
render: __vue_render__$
|
|
3732
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3733
|
-
}, __vue_inject_styles__$
|
|
3730
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
3731
|
+
render: __vue_render__$v,
|
|
3732
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
3733
|
+
}, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
|
|
3734
3734
|
|
|
3735
3735
|
const throttle = require("lodash.throttle");
|
|
3736
3736
|
|
|
3737
|
-
var script$
|
|
3737
|
+
var script$u = {
|
|
3738
3738
|
name: "VcSearchBar",
|
|
3739
3739
|
components: {
|
|
3740
|
-
VcTextField: __vue_component__$
|
|
3741
|
-
VcIcon: __vue_component__$
|
|
3740
|
+
VcTextField: __vue_component__$v,
|
|
3741
|
+
VcIcon: __vue_component__$S
|
|
3742
3742
|
},
|
|
3743
3743
|
props: {
|
|
3744
3744
|
size: {
|
|
@@ -3796,10 +3796,10 @@ var script$t = {
|
|
|
3796
3796
|
};
|
|
3797
3797
|
|
|
3798
3798
|
/* script */
|
|
3799
|
-
const __vue_script__$
|
|
3799
|
+
const __vue_script__$u = script$u;
|
|
3800
3800
|
/* template */
|
|
3801
3801
|
|
|
3802
|
-
var __vue_render__$
|
|
3802
|
+
var __vue_render__$u = function () {
|
|
3803
3803
|
var _vm = this;
|
|
3804
3804
|
|
|
3805
3805
|
var _h = _vm.$createElement;
|
|
@@ -3835,10 +3835,10 @@ var __vue_render__$t = function () {
|
|
|
3835
3835
|
});
|
|
3836
3836
|
};
|
|
3837
3837
|
|
|
3838
|
-
var __vue_staticRenderFns__$
|
|
3838
|
+
var __vue_staticRenderFns__$u = [];
|
|
3839
3839
|
/* style */
|
|
3840
3840
|
|
|
3841
|
-
const __vue_inject_styles__$
|
|
3841
|
+
const __vue_inject_styles__$u = function (inject) {
|
|
3842
3842
|
if (!inject) return;
|
|
3843
3843
|
inject("data-v-aa7c74d0_0", {
|
|
3844
3844
|
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)}",
|
|
@@ -3849,30 +3849,30 @@ const __vue_inject_styles__$t = function (inject) {
|
|
|
3849
3849
|
/* scoped */
|
|
3850
3850
|
|
|
3851
3851
|
|
|
3852
|
-
const __vue_scope_id__$
|
|
3852
|
+
const __vue_scope_id__$u = "data-v-aa7c74d0";
|
|
3853
3853
|
/* module identifier */
|
|
3854
3854
|
|
|
3855
|
-
const __vue_module_identifier__$
|
|
3855
|
+
const __vue_module_identifier__$u = undefined;
|
|
3856
3856
|
/* functional template */
|
|
3857
3857
|
|
|
3858
|
-
const __vue_is_functional_template__$
|
|
3858
|
+
const __vue_is_functional_template__$u = false;
|
|
3859
3859
|
/* style inject SSR */
|
|
3860
3860
|
|
|
3861
3861
|
/* style inject shadow dom */
|
|
3862
3862
|
|
|
3863
|
-
const __vue_component__$
|
|
3864
|
-
render: __vue_render__$
|
|
3865
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3866
|
-
}, __vue_inject_styles__$
|
|
3863
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
3864
|
+
render: __vue_render__$u,
|
|
3865
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
3866
|
+
}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
|
|
3867
3867
|
|
|
3868
|
-
var script$
|
|
3868
|
+
var script$t = {
|
|
3869
3869
|
name: "VcListbox",
|
|
3870
3870
|
components: {
|
|
3871
|
-
VcLayout: __vue_component__$
|
|
3872
|
-
VcSearchBar: __vue_component__$
|
|
3873
|
-
VcChecklistItem: __vue_component__$
|
|
3874
|
-
VcIcon: __vue_component__$
|
|
3875
|
-
VcTooltip: __vue_component__$
|
|
3871
|
+
VcLayout: __vue_component__$P,
|
|
3872
|
+
VcSearchBar: __vue_component__$u,
|
|
3873
|
+
VcChecklistItem: __vue_component__$w,
|
|
3874
|
+
VcIcon: __vue_component__$S,
|
|
3875
|
+
VcTooltip: __vue_component__$G,
|
|
3876
3876
|
VListItem: VListItem,
|
|
3877
3877
|
VListItemGroup: VListItemGroup,
|
|
3878
3878
|
VDivider: VDivider,
|
|
@@ -3955,10 +3955,10 @@ var script$s = {
|
|
|
3955
3955
|
};
|
|
3956
3956
|
|
|
3957
3957
|
/* script */
|
|
3958
|
-
const __vue_script__$
|
|
3958
|
+
const __vue_script__$t = script$t;
|
|
3959
3959
|
/* template */
|
|
3960
3960
|
|
|
3961
|
-
var __vue_render__$
|
|
3961
|
+
var __vue_render__$t = function () {
|
|
3962
3962
|
var _vm = this;
|
|
3963
3963
|
|
|
3964
3964
|
var _h = _vm.$createElement;
|
|
@@ -4051,10 +4051,10 @@ var __vue_render__$s = function () {
|
|
|
4051
4051
|
}, [_vm._v(_vm._s(_vm.getAddAnotherLabel))])], 1)], 1) : _vm._e()], 1)], 1);
|
|
4052
4052
|
};
|
|
4053
4053
|
|
|
4054
|
-
var __vue_staticRenderFns__$
|
|
4054
|
+
var __vue_staticRenderFns__$t = [];
|
|
4055
4055
|
/* style */
|
|
4056
4056
|
|
|
4057
|
-
const __vue_inject_styles__$
|
|
4057
|
+
const __vue_inject_styles__$t = function (inject) {
|
|
4058
4058
|
if (!inject) return;
|
|
4059
4059
|
inject("data-v-3e86f8c2_0", {
|
|
4060
4060
|
source: "[data-v-3e86f8c2]: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;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-list-title[data-v-3e86f8c2]{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-3e86f8c2]{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-3e86f8c2]{border:none}.VcListbox.with-search .vc-overflow[data-v-3e86f8c2]{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-3e86f8c2]{border-inline:var(--border-frame);border-block-end:unset;border-radius:unset}.VcListbox.with-search.with-add-another .last-item[data-v-3e86f8c2]{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-3e86f8c2]{overflow:auto;height:160px}.VcListbox .vc-overflow .vc-list-item[data-v-3e86f8c2]{padding:var(--size-value0);min-height:unset}.VcListbox .vc-overflow .vc-list-item[data-v-3e86f8c2]:before{opacity:0}.VcListbox .divider[data-v-3e86f8c2]{border-color:var(--gray-lighten-1)}.VcListbox .last-item[data-v-3e86f8c2]{cursor:pointer;min-height:var(--size-value10);padding-block:var(--size-value1) var(--size-value2)}.VcListbox .last-item[data-v-3e86f8c2]:hover{background-color:var(--gray-lighten-3)}.VcListbox .last-item .add-another-label[data-v-3e86f8c2]{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-3e86f8c2]{margin-inline-end:var(--size-value3);cursor:pointer}.VcListbox .last-item .add-another-icon[data-v-3e86f8c2] .v-icon__component{height:unset;width:unset}.VcListbox .last-item .add-another-icon[data-v-3e86f8c2] .v-icon__component svg{width:var(--size-value3)}.VcListbox__empty[data-v-3e86f8c2]{height:100%;font-weight:var(--font-weight-medium2);font-size:var(--font-size-xx-small);color:var(--gray-darken-4)}",
|
|
@@ -4065,26 +4065,26 @@ const __vue_inject_styles__$s = function (inject) {
|
|
|
4065
4065
|
/* scoped */
|
|
4066
4066
|
|
|
4067
4067
|
|
|
4068
|
-
const __vue_scope_id__$
|
|
4068
|
+
const __vue_scope_id__$t = "data-v-3e86f8c2";
|
|
4069
4069
|
/* module identifier */
|
|
4070
4070
|
|
|
4071
|
-
const __vue_module_identifier__$
|
|
4071
|
+
const __vue_module_identifier__$t = undefined;
|
|
4072
4072
|
/* functional template */
|
|
4073
4073
|
|
|
4074
|
-
const __vue_is_functional_template__$
|
|
4074
|
+
const __vue_is_functional_template__$t = false;
|
|
4075
4075
|
/* style inject SSR */
|
|
4076
4076
|
|
|
4077
4077
|
/* style inject shadow dom */
|
|
4078
4078
|
|
|
4079
|
-
const __vue_component__$
|
|
4080
|
-
render: __vue_render__$
|
|
4081
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4082
|
-
}, __vue_inject_styles__$
|
|
4079
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
4080
|
+
render: __vue_render__$t,
|
|
4081
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
4082
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
|
|
4083
4083
|
|
|
4084
|
-
var script$
|
|
4084
|
+
var script$s = {
|
|
4085
4085
|
name: "VcBottomSheet",
|
|
4086
4086
|
components: {
|
|
4087
|
-
VcLayout: __vue_component__$
|
|
4087
|
+
VcLayout: __vue_component__$P,
|
|
4088
4088
|
VSheet: VSheet,
|
|
4089
4089
|
VBottomSheet: VBottomSheet
|
|
4090
4090
|
},
|
|
@@ -4105,10 +4105,10 @@ var script$r = {
|
|
|
4105
4105
|
};
|
|
4106
4106
|
|
|
4107
4107
|
/* script */
|
|
4108
|
-
const __vue_script__$
|
|
4108
|
+
const __vue_script__$s = script$s;
|
|
4109
4109
|
/* template */
|
|
4110
4110
|
|
|
4111
|
-
var __vue_render__$
|
|
4111
|
+
var __vue_render__$s = function () {
|
|
4112
4112
|
var _vm = this;
|
|
4113
4113
|
|
|
4114
4114
|
var _h = _vm.$createElement;
|
|
@@ -4141,10 +4141,10 @@ var __vue_render__$r = function () {
|
|
|
4141
4141
|
}, [_vm._t("default")], 2)], 1);
|
|
4142
4142
|
};
|
|
4143
4143
|
|
|
4144
|
-
var __vue_staticRenderFns__$
|
|
4144
|
+
var __vue_staticRenderFns__$s = [];
|
|
4145
4145
|
/* style */
|
|
4146
4146
|
|
|
4147
|
-
const __vue_inject_styles__$
|
|
4147
|
+
const __vue_inject_styles__$s = function (inject) {
|
|
4148
4148
|
if (!inject) return;
|
|
4149
4149
|
inject("data-v-d837dcb8_0", {
|
|
4150
4150
|
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;--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)}",
|
|
@@ -4155,30 +4155,30 @@ const __vue_inject_styles__$r = function (inject) {
|
|
|
4155
4155
|
/* scoped */
|
|
4156
4156
|
|
|
4157
4157
|
|
|
4158
|
-
const __vue_scope_id__$
|
|
4158
|
+
const __vue_scope_id__$s = "data-v-d837dcb8";
|
|
4159
4159
|
/* module identifier */
|
|
4160
4160
|
|
|
4161
|
-
const __vue_module_identifier__$
|
|
4161
|
+
const __vue_module_identifier__$s = undefined;
|
|
4162
4162
|
/* functional template */
|
|
4163
4163
|
|
|
4164
|
-
const __vue_is_functional_template__$
|
|
4164
|
+
const __vue_is_functional_template__$s = false;
|
|
4165
4165
|
/* style inject SSR */
|
|
4166
4166
|
|
|
4167
4167
|
/* style inject shadow dom */
|
|
4168
4168
|
|
|
4169
|
-
const __vue_component__$
|
|
4170
|
-
render: __vue_render__$
|
|
4171
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4172
|
-
}, __vue_inject_styles__$
|
|
4169
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
4170
|
+
render: __vue_render__$s,
|
|
4171
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
4172
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
|
|
4173
4173
|
|
|
4174
|
-
var script$
|
|
4174
|
+
var script$r = {
|
|
4175
4175
|
name: "VcInputBottomSheet",
|
|
4176
4176
|
components: {
|
|
4177
|
-
VcBottomSheet: __vue_component__$
|
|
4178
|
-
VcModalHeader: __vue_component__$
|
|
4179
|
-
VcLayout: __vue_component__$
|
|
4180
|
-
VcModalFooter: __vue_component__$
|
|
4181
|
-
VcForm: __vue_component__$
|
|
4177
|
+
VcBottomSheet: __vue_component__$s,
|
|
4178
|
+
VcModalHeader: __vue_component__$N,
|
|
4179
|
+
VcLayout: __vue_component__$P,
|
|
4180
|
+
VcModalFooter: __vue_component__$O,
|
|
4181
|
+
VcForm: __vue_component__$L
|
|
4182
4182
|
},
|
|
4183
4183
|
props: {
|
|
4184
4184
|
value: {
|
|
@@ -4245,10 +4245,10 @@ var script$q = {
|
|
|
4245
4245
|
};
|
|
4246
4246
|
|
|
4247
4247
|
/* script */
|
|
4248
|
-
const __vue_script__$
|
|
4248
|
+
const __vue_script__$r = script$r;
|
|
4249
4249
|
/* template */
|
|
4250
4250
|
|
|
4251
|
-
var __vue_render__$
|
|
4251
|
+
var __vue_render__$r = function () {
|
|
4252
4252
|
var _vm = this;
|
|
4253
4253
|
|
|
4254
4254
|
var _h = _vm.$createElement;
|
|
@@ -4343,10 +4343,10 @@ var __vue_render__$q = function () {
|
|
|
4343
4343
|
}) : _vm._e()], 1)]], 2);
|
|
4344
4344
|
};
|
|
4345
4345
|
|
|
4346
|
-
var __vue_staticRenderFns__$
|
|
4346
|
+
var __vue_staticRenderFns__$r = [];
|
|
4347
4347
|
/* style */
|
|
4348
4348
|
|
|
4349
|
-
const __vue_inject_styles__$
|
|
4349
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
4350
4350
|
if (!inject) return;
|
|
4351
4351
|
inject("data-v-44a33895_0", {
|
|
4352
4352
|
source: "[data-v-44a33895]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-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;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.VcInputBottomSheet .vc-bottom-sheet__header.showDivider[data-v-44a33895]{border-bottom:1px solid var(--gray-lighten-1)}.VcInputBottomSheet .vc-bottom-sheet__footer[data-v-44a33895]{padding:var(--size-value3) var(--size-value4)}.VcInputBottomSheet .vc-bottom-sheet__footer.showDivider[data-v-44a33895]{border-top:1px solid var(--gray-lighten-1);display:flex}.VcInputBottomSheet .vc-bottom-sheet__content[data-v-44a33895]{padding:var(--size-value6) var(--size-value4);overflow-y:auto}",
|
|
@@ -4357,21 +4357,21 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
4357
4357
|
/* scoped */
|
|
4358
4358
|
|
|
4359
4359
|
|
|
4360
|
-
const __vue_scope_id__$
|
|
4360
|
+
const __vue_scope_id__$r = "data-v-44a33895";
|
|
4361
4361
|
/* module identifier */
|
|
4362
4362
|
|
|
4363
|
-
const __vue_module_identifier__$
|
|
4363
|
+
const __vue_module_identifier__$r = undefined;
|
|
4364
4364
|
/* functional template */
|
|
4365
4365
|
|
|
4366
|
-
const __vue_is_functional_template__$
|
|
4366
|
+
const __vue_is_functional_template__$r = false;
|
|
4367
4367
|
/* style inject SSR */
|
|
4368
4368
|
|
|
4369
4369
|
/* style inject shadow dom */
|
|
4370
4370
|
|
|
4371
|
-
const __vue_component__$
|
|
4372
|
-
render: __vue_render__$
|
|
4373
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4374
|
-
}, __vue_inject_styles__$
|
|
4371
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
4372
|
+
render: __vue_render__$r,
|
|
4373
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
4374
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
4375
4375
|
|
|
4376
4376
|
//
|
|
4377
4377
|
//
|
|
@@ -4391,7 +4391,7 @@ const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
|
4391
4391
|
//
|
|
4392
4392
|
//
|
|
4393
4393
|
//
|
|
4394
|
-
var script$
|
|
4394
|
+
var script$q = {
|
|
4395
4395
|
components: {
|
|
4396
4396
|
VMenu: VMenu
|
|
4397
4397
|
},
|
|
@@ -4427,10 +4427,10 @@ var script$p = {
|
|
|
4427
4427
|
};
|
|
4428
4428
|
|
|
4429
4429
|
/* script */
|
|
4430
|
-
const __vue_script__$
|
|
4430
|
+
const __vue_script__$q = script$q;
|
|
4431
4431
|
/* template */
|
|
4432
4432
|
|
|
4433
|
-
var __vue_render__$
|
|
4433
|
+
var __vue_render__$q = function () {
|
|
4434
4434
|
var _vm = this;
|
|
4435
4435
|
|
|
4436
4436
|
var _h = _vm.$createElement;
|
|
@@ -4468,10 +4468,10 @@ var __vue_render__$p = function () {
|
|
|
4468
4468
|
}, [_vm._v(" "), _vm._t("default")], 2);
|
|
4469
4469
|
};
|
|
4470
4470
|
|
|
4471
|
-
var __vue_staticRenderFns__$
|
|
4471
|
+
var __vue_staticRenderFns__$q = [];
|
|
4472
4472
|
/* style */
|
|
4473
4473
|
|
|
4474
|
-
const __vue_inject_styles__$
|
|
4474
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
4475
4475
|
if (!inject) return;
|
|
4476
4476
|
inject("data-v-da6757e6_0", {
|
|
4477
4477
|
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;--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)}",
|
|
@@ -4482,30 +4482,30 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
4482
4482
|
/* scoped */
|
|
4483
4483
|
|
|
4484
4484
|
|
|
4485
|
-
const __vue_scope_id__$
|
|
4485
|
+
const __vue_scope_id__$q = "data-v-da6757e6";
|
|
4486
4486
|
/* module identifier */
|
|
4487
4487
|
|
|
4488
|
-
const __vue_module_identifier__$
|
|
4488
|
+
const __vue_module_identifier__$q = undefined;
|
|
4489
4489
|
/* functional template */
|
|
4490
4490
|
|
|
4491
|
-
const __vue_is_functional_template__$
|
|
4491
|
+
const __vue_is_functional_template__$q = false;
|
|
4492
4492
|
/* style inject SSR */
|
|
4493
4493
|
|
|
4494
4494
|
/* style inject shadow dom */
|
|
4495
4495
|
|
|
4496
|
-
const __vue_component__$
|
|
4497
|
-
render: __vue_render__$
|
|
4498
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4499
|
-
}, __vue_inject_styles__$
|
|
4496
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
4497
|
+
render: __vue_render__$q,
|
|
4498
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
4499
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
4500
4500
|
|
|
4501
|
-
var script$
|
|
4501
|
+
var script$p = {
|
|
4502
4502
|
name: "VcInputPopover",
|
|
4503
4503
|
components: {
|
|
4504
|
-
VcModalHeader: __vue_component__$
|
|
4505
|
-
VcLayout: __vue_component__$
|
|
4506
|
-
VcModalFooter: __vue_component__$
|
|
4507
|
-
VcForm: __vue_component__$
|
|
4508
|
-
VcPopover: __vue_component__$
|
|
4504
|
+
VcModalHeader: __vue_component__$N,
|
|
4505
|
+
VcLayout: __vue_component__$P,
|
|
4506
|
+
VcModalFooter: __vue_component__$O,
|
|
4507
|
+
VcForm: __vue_component__$L,
|
|
4508
|
+
VcPopover: __vue_component__$q
|
|
4509
4509
|
},
|
|
4510
4510
|
props: {
|
|
4511
4511
|
value: {
|
|
@@ -4568,10 +4568,10 @@ var script$o = {
|
|
|
4568
4568
|
};
|
|
4569
4569
|
|
|
4570
4570
|
/* script */
|
|
4571
|
-
const __vue_script__$
|
|
4571
|
+
const __vue_script__$p = script$p;
|
|
4572
4572
|
/* template */
|
|
4573
4573
|
|
|
4574
|
-
var __vue_render__$
|
|
4574
|
+
var __vue_render__$p = function () {
|
|
4575
4575
|
var _vm = this;
|
|
4576
4576
|
|
|
4577
4577
|
var _h = _vm.$createElement;
|
|
@@ -4657,10 +4657,10 @@ var __vue_render__$o = function () {
|
|
|
4657
4657
|
}) : _vm._e()], 1)]], 2);
|
|
4658
4658
|
};
|
|
4659
4659
|
|
|
4660
|
-
var __vue_staticRenderFns__$
|
|
4660
|
+
var __vue_staticRenderFns__$p = [];
|
|
4661
4661
|
/* style */
|
|
4662
4662
|
|
|
4663
|
-
const __vue_inject_styles__$
|
|
4663
|
+
const __vue_inject_styles__$p = function (inject) {
|
|
4664
4664
|
if (!inject) return;
|
|
4665
4665
|
inject("data-v-4df3327c_0", {
|
|
4666
4666
|
source: "[data-v-4df3327c]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-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;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.vc-popover[data-v-4df3327c]{width:var(--popover-width);max-height:var(--popover-max-height);display:flex;box-shadow:var(--modal-box-shadow)}.vc-popover .vc-popover-content[data-v-4df3327c]{padding:var(--size-value4) var(--size-value6);overflow-y:auto}.vc-popover .vc-popover-footer[data-v-4df3327c]{padding:var(--size-value3) var(--size-value6)}",
|
|
@@ -4671,27 +4671,27 @@ const __vue_inject_styles__$o = function (inject) {
|
|
|
4671
4671
|
/* scoped */
|
|
4672
4672
|
|
|
4673
4673
|
|
|
4674
|
-
const __vue_scope_id__$
|
|
4674
|
+
const __vue_scope_id__$p = "data-v-4df3327c";
|
|
4675
4675
|
/* module identifier */
|
|
4676
4676
|
|
|
4677
|
-
const __vue_module_identifier__$
|
|
4677
|
+
const __vue_module_identifier__$p = undefined;
|
|
4678
4678
|
/* functional template */
|
|
4679
4679
|
|
|
4680
|
-
const __vue_is_functional_template__$
|
|
4680
|
+
const __vue_is_functional_template__$p = false;
|
|
4681
4681
|
/* style inject SSR */
|
|
4682
4682
|
|
|
4683
4683
|
/* style inject shadow dom */
|
|
4684
4684
|
|
|
4685
|
-
const __vue_component__$
|
|
4686
|
-
render: __vue_render__$
|
|
4687
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4688
|
-
}, __vue_inject_styles__$
|
|
4685
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
4686
|
+
render: __vue_render__$p,
|
|
4687
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
4688
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
|
|
4689
4689
|
|
|
4690
|
-
var script$
|
|
4690
|
+
var script$o = {
|
|
4691
4691
|
name: "VcChip",
|
|
4692
4692
|
components: {
|
|
4693
|
-
VcIcon: __vue_component__$
|
|
4694
|
-
VcAvatar: __vue_component__$
|
|
4693
|
+
VcIcon: __vue_component__$S,
|
|
4694
|
+
VcAvatar: __vue_component__$E,
|
|
4695
4695
|
VChip: VChip
|
|
4696
4696
|
},
|
|
4697
4697
|
props: {
|
|
@@ -4723,10 +4723,10 @@ var script$n = {
|
|
|
4723
4723
|
};
|
|
4724
4724
|
|
|
4725
4725
|
/* script */
|
|
4726
|
-
const __vue_script__$
|
|
4726
|
+
const __vue_script__$o = script$o;
|
|
4727
4727
|
/* template */
|
|
4728
4728
|
|
|
4729
|
-
var __vue_render__$
|
|
4729
|
+
var __vue_render__$o = function () {
|
|
4730
4730
|
var _vm = this;
|
|
4731
4731
|
|
|
4732
4732
|
var _h = _vm.$createElement;
|
|
@@ -4766,10 +4766,10 @@ var __vue_render__$n = function () {
|
|
|
4766
4766
|
}, [_vm._v("$attention_fill")])], 1) : _vm._e(), _vm._v("\n " + _vm._s(_vm.label) + "\n")]);
|
|
4767
4767
|
};
|
|
4768
4768
|
|
|
4769
|
-
var __vue_staticRenderFns__$
|
|
4769
|
+
var __vue_staticRenderFns__$o = [];
|
|
4770
4770
|
/* style */
|
|
4771
4771
|
|
|
4772
|
-
const __vue_inject_styles__$
|
|
4772
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
4773
4773
|
if (!inject) return;
|
|
4774
4774
|
inject("data-v-d8233608_0", {
|
|
4775
4775
|
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;--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}",
|
|
@@ -4780,21 +4780,21 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
4780
4780
|
/* scoped */
|
|
4781
4781
|
|
|
4782
4782
|
|
|
4783
|
-
const __vue_scope_id__$
|
|
4783
|
+
const __vue_scope_id__$o = "data-v-d8233608";
|
|
4784
4784
|
/* module identifier */
|
|
4785
4785
|
|
|
4786
|
-
const __vue_module_identifier__$
|
|
4786
|
+
const __vue_module_identifier__$o = undefined;
|
|
4787
4787
|
/* functional template */
|
|
4788
4788
|
|
|
4789
|
-
const __vue_is_functional_template__$
|
|
4789
|
+
const __vue_is_functional_template__$o = false;
|
|
4790
4790
|
/* style inject SSR */
|
|
4791
4791
|
|
|
4792
4792
|
/* style inject shadow dom */
|
|
4793
4793
|
|
|
4794
|
-
const __vue_component__$
|
|
4795
|
-
render: __vue_render__$
|
|
4796
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4797
|
-
}, __vue_inject_styles__$
|
|
4794
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
4795
|
+
render: __vue_render__$o,
|
|
4796
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
4797
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
4798
4798
|
|
|
4799
4799
|
//
|
|
4800
4800
|
//
|
|
@@ -4818,7 +4818,7 @@ const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
|
4818
4818
|
//
|
|
4819
4819
|
//
|
|
4820
4820
|
//
|
|
4821
|
-
var script$
|
|
4821
|
+
var script$n = {
|
|
4822
4822
|
components: {
|
|
4823
4823
|
VCol: VCol,
|
|
4824
4824
|
VRow: VRow,
|
|
@@ -4904,10 +4904,10 @@ var script$m = {
|
|
|
4904
4904
|
};
|
|
4905
4905
|
|
|
4906
4906
|
/* script */
|
|
4907
|
-
const __vue_script__$
|
|
4907
|
+
const __vue_script__$n = script$n;
|
|
4908
4908
|
/* template */
|
|
4909
4909
|
|
|
4910
|
-
var __vue_render__$
|
|
4910
|
+
var __vue_render__$n = function () {
|
|
4911
4911
|
var _vm = this;
|
|
4912
4912
|
|
|
4913
4913
|
var _h = _vm.$createElement;
|
|
@@ -4954,10 +4954,10 @@ var __vue_render__$m = function () {
|
|
|
4954
4954
|
}), 1);
|
|
4955
4955
|
};
|
|
4956
4956
|
|
|
4957
|
-
var __vue_staticRenderFns__$
|
|
4957
|
+
var __vue_staticRenderFns__$n = [];
|
|
4958
4958
|
/* style */
|
|
4959
4959
|
|
|
4960
|
-
const __vue_inject_styles__$
|
|
4960
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
4961
4961
|
if (!inject) return;
|
|
4962
4962
|
inject("data-v-284ef818_0", {
|
|
4963
4963
|
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}",
|
|
@@ -4968,21 +4968,21 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
4968
4968
|
/* scoped */
|
|
4969
4969
|
|
|
4970
4970
|
|
|
4971
|
-
const __vue_scope_id__$
|
|
4971
|
+
const __vue_scope_id__$n = "data-v-284ef818";
|
|
4972
4972
|
/* module identifier */
|
|
4973
4973
|
|
|
4974
|
-
const __vue_module_identifier__$
|
|
4974
|
+
const __vue_module_identifier__$n = undefined;
|
|
4975
4975
|
/* functional template */
|
|
4976
4976
|
|
|
4977
|
-
const __vue_is_functional_template__$
|
|
4977
|
+
const __vue_is_functional_template__$n = false;
|
|
4978
4978
|
/* style inject SSR */
|
|
4979
4979
|
|
|
4980
4980
|
/* style inject shadow dom */
|
|
4981
4981
|
|
|
4982
|
-
const __vue_component__$
|
|
4983
|
-
render: __vue_render__$
|
|
4984
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4985
|
-
}, __vue_inject_styles__$
|
|
4982
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
4983
|
+
render: __vue_render__$n,
|
|
4984
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
4985
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
4986
4986
|
|
|
4987
4987
|
//
|
|
4988
4988
|
//
|
|
@@ -4993,7 +4993,7 @@ const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
|
4993
4993
|
//
|
|
4994
4994
|
//
|
|
4995
4995
|
//
|
|
4996
|
-
var script$
|
|
4996
|
+
var script$m = {
|
|
4997
4997
|
components: {
|
|
4998
4998
|
VProgressCircular: VProgressCircular
|
|
4999
4999
|
},
|
|
@@ -5021,10 +5021,10 @@ var script$l = {
|
|
|
5021
5021
|
};
|
|
5022
5022
|
|
|
5023
5023
|
/* script */
|
|
5024
|
-
const __vue_script__$
|
|
5024
|
+
const __vue_script__$m = script$m;
|
|
5025
5025
|
/* template */
|
|
5026
5026
|
|
|
5027
|
-
var __vue_render__$
|
|
5027
|
+
var __vue_render__$m = function () {
|
|
5028
5028
|
var _vm = this;
|
|
5029
5029
|
|
|
5030
5030
|
var _h = _vm.$createElement;
|
|
@@ -5042,33 +5042,33 @@ var __vue_render__$l = function () {
|
|
|
5042
5042
|
});
|
|
5043
5043
|
};
|
|
5044
5044
|
|
|
5045
|
-
var __vue_staticRenderFns__$
|
|
5045
|
+
var __vue_staticRenderFns__$m = [];
|
|
5046
5046
|
/* style */
|
|
5047
5047
|
|
|
5048
|
-
const __vue_inject_styles__$
|
|
5048
|
+
const __vue_inject_styles__$m = undefined;
|
|
5049
5049
|
/* scoped */
|
|
5050
5050
|
|
|
5051
|
-
const __vue_scope_id__$
|
|
5051
|
+
const __vue_scope_id__$m = undefined;
|
|
5052
5052
|
/* module identifier */
|
|
5053
5053
|
|
|
5054
|
-
const __vue_module_identifier__$
|
|
5054
|
+
const __vue_module_identifier__$m = undefined;
|
|
5055
5055
|
/* functional template */
|
|
5056
5056
|
|
|
5057
|
-
const __vue_is_functional_template__$
|
|
5057
|
+
const __vue_is_functional_template__$m = false;
|
|
5058
5058
|
/* style inject */
|
|
5059
5059
|
|
|
5060
5060
|
/* style inject SSR */
|
|
5061
5061
|
|
|
5062
5062
|
/* style inject shadow dom */
|
|
5063
5063
|
|
|
5064
|
-
const __vue_component__$
|
|
5065
|
-
render: __vue_render__$
|
|
5066
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5067
|
-
}, __vue_inject_styles__$
|
|
5064
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
5065
|
+
render: __vue_render__$m,
|
|
5066
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
5067
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, undefined, undefined);
|
|
5068
5068
|
|
|
5069
|
-
var script$
|
|
5069
|
+
var script$l = {
|
|
5070
5070
|
components: {
|
|
5071
|
-
VcIcon: __vue_component__$
|
|
5071
|
+
VcIcon: __vue_component__$S,
|
|
5072
5072
|
VSwitch: VSwitch
|
|
5073
5073
|
},
|
|
5074
5074
|
name: "VcSwitch",
|
|
@@ -5106,10 +5106,10 @@ var script$k = {
|
|
|
5106
5106
|
};
|
|
5107
5107
|
|
|
5108
5108
|
/* script */
|
|
5109
|
-
const __vue_script__$
|
|
5109
|
+
const __vue_script__$l = script$l;
|
|
5110
5110
|
/* template */
|
|
5111
5111
|
|
|
5112
|
-
var __vue_render__$
|
|
5112
|
+
var __vue_render__$l = function () {
|
|
5113
5113
|
var _vm = this;
|
|
5114
5114
|
|
|
5115
5115
|
var _h = _vm.$createElement;
|
|
@@ -5159,10 +5159,10 @@ var __vue_render__$k = function () {
|
|
|
5159
5159
|
}, [_vm._v("$close_button")]) : _vm._e()], 1);
|
|
5160
5160
|
};
|
|
5161
5161
|
|
|
5162
|
-
var __vue_staticRenderFns__$
|
|
5162
|
+
var __vue_staticRenderFns__$l = [];
|
|
5163
5163
|
/* style */
|
|
5164
5164
|
|
|
5165
|
-
const __vue_inject_styles__$
|
|
5165
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
5166
5166
|
if (!inject) return;
|
|
5167
5167
|
inject("data-v-c503b80e_0", {
|
|
5168
5168
|
source: ".switchContainer .VcSwitch[data-v-c503b80e]{padding:0;margin:0}.switchContainer .VcSwitch[data-v-c503b80e] 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-c503b80e] input{height:var(--size-value5)}.switchContainer .VcSwitch[data-v-c503b80e] .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-c503b80e] .v-input--selection-controls__input{margin-left:var(--size-value3)}#app[dir=rtl] .switchContainer .VcSwitch[data-v-c503b80e] .v-input--selection-controls__input{margin-right:0}.switchContainer .VcSwitch[data-v-c503b80e] .v-input--switch__track{top:0;left:0}#app[dir=rtl] .switchContainer .VcSwitch[data-v-c503b80e] .v-input--switch__track{left:auto;right:0}.switchContainer .VcSwitch[data-v-c503b80e] .v-input--selection-controls__ripple{left:-10px;height:25px;width:25px}#app[dir=rtl] .switchContainer .VcSwitch[data-v-c503b80e] .v-input--selection-controls__ripple{left:auto;right:-10px}.switchContainer .VcSwitch[data-v-c503b80e] .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-c503b80e] .v-input--switch__thumb{transform:translateX(-3px)!important}.switchContainer .VcSwitch.v-input--is-disabled[data-v-c503b80e] {opacity:1}.switchContainer .VcSwitch.v-input--is-disabled[data-v-c503b80e] .v-input--switch__track{color:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.v-input--is-disabled[data-v-c503b80e] .v-input--switch__thumb{background-color:var(--gray)!important;box-shadow:none}.switchContainer .VcSwitch.is-active[data-v-c503b80e] .v-input--switch__track{opacity:1;background-color:currentColor}.switchContainer .VcSwitch.is-active[data-v-c503b80e] .v-input--selection-controls__ripple{transform:translateX(14px)!important}#app[dir=rtl] .switchContainer .VcSwitch.is-active[data-v-c503b80e] .v-input--selection-controls__ripple{transform:translateX(-14px)!important}.switchContainer .VcSwitch.is-active[data-v-c503b80e] .v-input--switch__thumb{transform:translateX(17px)!important}#app[dir=rtl] .switchContainer .VcSwitch.is-active[data-v-c503b80e] .v-input--switch__thumb{transform:translateX(-17px)!important}.switchContainer .VcSwitch.with-icon[data-v-c503b80e] input{height:var(--size-value6)}.switchContainer .VcSwitch.with-icon[data-v-c503b80e] .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-c503b80e] .v-input--selection-controls__input{margin-left:var(--size-value3)}#app[dir=rtl] .switchContainer .VcSwitch.with-icon[data-v-c503b80e] .v-input--selection-controls__input{margin-right:0}.switchContainer .VcSwitch.with-icon[data-v-c503b80e] .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-c503b80e] .v-input--switch__track{left:auto;right:0}.switchContainer .VcSwitch.with-icon[data-v-c503b80e] .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-c503b80e] .v-input--selection-controls__ripple{left:auto;right:-9px}.switchContainer .VcSwitch.with-icon[data-v-c503b80e] .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-c503b80e] .v-input--switch__thumb{transform:translateX(-3.5px)!important}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-c503b80e] {opacity:1}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-c503b80e] .v-input--switch__track{color:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.with-icon.v-input--is-disabled[data-v-c503b80e] .v-input--switch__thumb{background-color:var(--gray)!important;box-shadow:none}.switchContainer .VcSwitch.with-icon.v-input--is-disabled+.VcSwitchIcon[data-v-c503b80e]{fill:var(--gray-lighten-2)!important}.switchContainer .VcSwitch.with-icon.is-active[data-v-c503b80e] .v-input--switch__track{opacity:1;background-color:currentColor}.switchContainer .VcSwitch.with-icon.is-active[data-v-c503b80e] .v-input--selection-controls__ripple{transform:translateX(23.5px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon.is-active[data-v-c503b80e] .v-input--selection-controls__ripple{transform:translateX(-23.5px)!important}.switchContainer .VcSwitch.with-icon.is-active[data-v-c503b80e] .v-input--switch__thumb{transform:translateX(26px)!important}#app[dir=rtl] .switchContainer .VcSwitch.with-icon.is-active[data-v-c503b80e] .v-input--switch__thumb{transform:translateX(-26px)!important}.switchContainer .VcSwitchIcon[data-v-c503b80e]{cursor:pointer;pointer-events:none;margin:17px;left:-10px}.switchContainer .VcSwitchIconV[data-v-c503b80e]{top:-33px;transform:translateX(23px);fill:var(--v-secondary-base)}.switchContainer .VcSwitchIconX[data-v-c503b80e]{top:-34px;transform:translate(0,0);fill:var(--neutral-lighten-1)}.switchContainer.with-icon[data-v-c503b80e]{height:var(--size-value6)}",
|
|
@@ -5173,26 +5173,26 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
5173
5173
|
/* scoped */
|
|
5174
5174
|
|
|
5175
5175
|
|
|
5176
|
-
const __vue_scope_id__$
|
|
5176
|
+
const __vue_scope_id__$l = "data-v-c503b80e";
|
|
5177
5177
|
/* module identifier */
|
|
5178
5178
|
|
|
5179
|
-
const __vue_module_identifier__$
|
|
5179
|
+
const __vue_module_identifier__$l = undefined;
|
|
5180
5180
|
/* functional template */
|
|
5181
5181
|
|
|
5182
|
-
const __vue_is_functional_template__$
|
|
5182
|
+
const __vue_is_functional_template__$l = false;
|
|
5183
5183
|
/* style inject SSR */
|
|
5184
5184
|
|
|
5185
5185
|
/* style inject shadow dom */
|
|
5186
5186
|
|
|
5187
|
-
const __vue_component__$
|
|
5188
|
-
render: __vue_render__$
|
|
5189
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5190
|
-
}, __vue_inject_styles__$
|
|
5187
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
5188
|
+
render: __vue_render__$l,
|
|
5189
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
5190
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
5191
5191
|
|
|
5192
|
-
var script$
|
|
5192
|
+
var script$k = {
|
|
5193
5193
|
components: {
|
|
5194
|
-
VcIcon: __vue_component__$
|
|
5195
|
-
VcSwitch: __vue_component__$
|
|
5194
|
+
VcIcon: __vue_component__$S,
|
|
5195
|
+
VcSwitch: __vue_component__$l,
|
|
5196
5196
|
VContainer: VContainer
|
|
5197
5197
|
},
|
|
5198
5198
|
name: 'VcListEntity',
|
|
@@ -5217,10 +5217,10 @@ var script$j = {
|
|
|
5217
5217
|
};
|
|
5218
5218
|
|
|
5219
5219
|
/* script */
|
|
5220
|
-
const __vue_script__$
|
|
5220
|
+
const __vue_script__$k = script$k;
|
|
5221
5221
|
/* template */
|
|
5222
5222
|
|
|
5223
|
-
var __vue_render__$
|
|
5223
|
+
var __vue_render__$k = function () {
|
|
5224
5224
|
var _vm = this;
|
|
5225
5225
|
|
|
5226
5226
|
var _h = _vm.$createElement;
|
|
@@ -5266,10 +5266,10 @@ var __vue_render__$j = function () {
|
|
|
5266
5266
|
})], 1)])])], 1);
|
|
5267
5267
|
};
|
|
5268
5268
|
|
|
5269
|
-
var __vue_staticRenderFns__$
|
|
5269
|
+
var __vue_staticRenderFns__$k = [];
|
|
5270
5270
|
/* style */
|
|
5271
5271
|
|
|
5272
|
-
const __vue_inject_styles__$
|
|
5272
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
5273
5273
|
if (!inject) return;
|
|
5274
5274
|
inject("data-v-03298204_0", {
|
|
5275
5275
|
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%}",
|
|
@@ -5280,27 +5280,27 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
5280
5280
|
/* scoped */
|
|
5281
5281
|
|
|
5282
5282
|
|
|
5283
|
-
const __vue_scope_id__$
|
|
5283
|
+
const __vue_scope_id__$k = undefined;
|
|
5284
5284
|
/* module identifier */
|
|
5285
5285
|
|
|
5286
|
-
const __vue_module_identifier__$
|
|
5286
|
+
const __vue_module_identifier__$k = undefined;
|
|
5287
5287
|
/* functional template */
|
|
5288
5288
|
|
|
5289
|
-
const __vue_is_functional_template__$
|
|
5289
|
+
const __vue_is_functional_template__$k = false;
|
|
5290
5290
|
/* style inject SSR */
|
|
5291
5291
|
|
|
5292
5292
|
/* style inject shadow dom */
|
|
5293
5293
|
|
|
5294
|
-
const __vue_component__$
|
|
5295
|
-
render: __vue_render__$
|
|
5296
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5297
|
-
}, __vue_inject_styles__$
|
|
5294
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
5295
|
+
render: __vue_render__$k,
|
|
5296
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
5297
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
5298
5298
|
|
|
5299
|
-
var script$
|
|
5299
|
+
var script$j = {
|
|
5300
5300
|
components: {
|
|
5301
|
-
VcImage: __vue_component__$
|
|
5302
|
-
VcIcon: __vue_component__$
|
|
5303
|
-
VcSwitch: __vue_component__$
|
|
5301
|
+
VcImage: __vue_component__$J,
|
|
5302
|
+
VcIcon: __vue_component__$S,
|
|
5303
|
+
VcSwitch: __vue_component__$l,
|
|
5304
5304
|
VContainer: VContainer
|
|
5305
5305
|
},
|
|
5306
5306
|
name: "VcExpansionCard",
|
|
@@ -5335,10 +5335,10 @@ var script$i = {
|
|
|
5335
5335
|
};
|
|
5336
5336
|
|
|
5337
5337
|
/* script */
|
|
5338
|
-
const __vue_script__$
|
|
5338
|
+
const __vue_script__$j = script$j;
|
|
5339
5339
|
/* template */
|
|
5340
5340
|
|
|
5341
|
-
var __vue_render__$
|
|
5341
|
+
var __vue_render__$j = function () {
|
|
5342
5342
|
var _vm = this;
|
|
5343
5343
|
|
|
5344
5344
|
var _h = _vm.$createElement;
|
|
@@ -5413,10 +5413,10 @@ var __vue_render__$i = function () {
|
|
|
5413
5413
|
}, [_vm._t("default")], 2) : _vm._e()])], 1);
|
|
5414
5414
|
};
|
|
5415
5415
|
|
|
5416
|
-
var __vue_staticRenderFns__$
|
|
5416
|
+
var __vue_staticRenderFns__$j = [];
|
|
5417
5417
|
/* style */
|
|
5418
5418
|
|
|
5419
|
-
const __vue_inject_styles__$
|
|
5419
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
5420
5420
|
if (!inject) return;
|
|
5421
5421
|
inject("data-v-5f907c3e_0", {
|
|
5422
5422
|
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}",
|
|
@@ -5431,21 +5431,21 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
5431
5431
|
/* scoped */
|
|
5432
5432
|
|
|
5433
5433
|
|
|
5434
|
-
const __vue_scope_id__$
|
|
5434
|
+
const __vue_scope_id__$j = "data-v-5f907c3e";
|
|
5435
5435
|
/* module identifier */
|
|
5436
5436
|
|
|
5437
|
-
const __vue_module_identifier__$
|
|
5437
|
+
const __vue_module_identifier__$j = undefined;
|
|
5438
5438
|
/* functional template */
|
|
5439
5439
|
|
|
5440
|
-
const __vue_is_functional_template__$
|
|
5440
|
+
const __vue_is_functional_template__$j = false;
|
|
5441
5441
|
/* style inject SSR */
|
|
5442
5442
|
|
|
5443
5443
|
/* style inject shadow dom */
|
|
5444
5444
|
|
|
5445
|
-
const __vue_component__$
|
|
5446
|
-
render: __vue_render__$
|
|
5447
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5448
|
-
}, __vue_inject_styles__$
|
|
5445
|
+
const __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
5446
|
+
render: __vue_render__$j,
|
|
5447
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
5448
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
5449
5449
|
|
|
5450
5450
|
//
|
|
5451
5451
|
//
|
|
@@ -5468,7 +5468,7 @@ const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
|
5468
5468
|
//
|
|
5469
5469
|
//
|
|
5470
5470
|
//
|
|
5471
|
-
var script$
|
|
5471
|
+
var script$i = {
|
|
5472
5472
|
components: {
|
|
5473
5473
|
VTextarea: VTextarea
|
|
5474
5474
|
},
|
|
@@ -5527,10 +5527,10 @@ var script$h = {
|
|
|
5527
5527
|
};
|
|
5528
5528
|
|
|
5529
5529
|
/* script */
|
|
5530
|
-
const __vue_script__$
|
|
5530
|
+
const __vue_script__$i = script$i;
|
|
5531
5531
|
/* template */
|
|
5532
5532
|
|
|
5533
|
-
var __vue_render__$
|
|
5533
|
+
var __vue_render__$i = function () {
|
|
5534
5534
|
var _vm = this;
|
|
5535
5535
|
|
|
5536
5536
|
var _h = _vm.$createElement;
|
|
@@ -5567,10 +5567,10 @@ var __vue_render__$h = function () {
|
|
|
5567
5567
|
});
|
|
5568
5568
|
};
|
|
5569
5569
|
|
|
5570
|
-
var __vue_staticRenderFns__$
|
|
5570
|
+
var __vue_staticRenderFns__$i = [];
|
|
5571
5571
|
/* style */
|
|
5572
5572
|
|
|
5573
|
-
const __vue_inject_styles__$
|
|
5573
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
5574
5574
|
if (!inject) return;
|
|
5575
5575
|
inject("data-v-7ef43716_0", {
|
|
5576
5576
|
source: "[data-v-7ef43716].VcTextArea.v-text-field .v-text-field__slot:first-child{margin-inline-start:12px;margin-top:3px;height:100%}[data-v-7ef43716].VcTextArea.v-text-field.v-input--is-focused label,[data-v-7ef43716].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-7ef43716].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-7ef43716].VcTextArea.v-text-field:not(.v-text-field--outlined) .v-text-field__slot{transition:margin-bottom .1s}[data-v-7ef43716].VcTextArea.v-text-field:not(.v-text-field--outlined).v-input--is-focused label,[data-v-7ef43716].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-7ef43716].VcTextArea.v-text-field .v-input__slot{border-radius:6px;background-color:#fff!important;position:relative!important;border:solid 1px rgba(0,0,0,.12);transition:border-color .1s!important}[data-v-7ef43716].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-7ef43716].VcTextArea.v-text-field .v-input__slot:after,[data-v-7ef43716].VcTextArea.v-text-field .v-input__slot:before{display:none}[data-v-7ef43716].VcTextArea.v-text-field textarea{font-size:15px!important;font-weight:500;line-height:1.5;margin-top:20px}[data-v-7ef43716].VcTextArea.v-text-field.no-label textarea{margin-top:var(--size-value2)}[data-v-7ef43716].VcTextArea.v-text-field .v-text-field__prefix{color:rgba(0,0,0,.54)!important}[data-v-7ef43716].VcTextArea.v-text-field.error--text .v-input__slot{border:1px solid var(--v-danger-base);box-shadow:none}[data-v-7ef43716].VcTextArea.v-text-field.v-input--is-disabled .v-input__slot{background-color:rgba(0,0,0,.03)!important}",
|
|
@@ -5581,27 +5581,27 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
5581
5581
|
/* scoped */
|
|
5582
5582
|
|
|
5583
5583
|
|
|
5584
|
-
const __vue_scope_id__$
|
|
5584
|
+
const __vue_scope_id__$i = "data-v-7ef43716";
|
|
5585
5585
|
/* module identifier */
|
|
5586
5586
|
|
|
5587
|
-
const __vue_module_identifier__$
|
|
5587
|
+
const __vue_module_identifier__$i = undefined;
|
|
5588
5588
|
/* functional template */
|
|
5589
5589
|
|
|
5590
|
-
const __vue_is_functional_template__$
|
|
5590
|
+
const __vue_is_functional_template__$i = false;
|
|
5591
5591
|
/* style inject SSR */
|
|
5592
5592
|
|
|
5593
5593
|
/* style inject shadow dom */
|
|
5594
5594
|
|
|
5595
|
-
const __vue_component__$
|
|
5596
|
-
render: __vue_render__$
|
|
5597
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5598
|
-
}, __vue_inject_styles__$
|
|
5595
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
5596
|
+
render: __vue_render__$i,
|
|
5597
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
5598
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
5599
5599
|
|
|
5600
|
-
var script$
|
|
5600
|
+
var script$h = {
|
|
5601
5601
|
name: 'VcSelectField',
|
|
5602
5602
|
components: {
|
|
5603
|
-
VcIconWithTooltip: __vue_component__$
|
|
5604
|
-
VcIcon: __vue_component__$
|
|
5603
|
+
VcIconWithTooltip: __vue_component__$F,
|
|
5604
|
+
VcIcon: __vue_component__$S,
|
|
5605
5605
|
VSelect: VSelect
|
|
5606
5606
|
},
|
|
5607
5607
|
|
|
@@ -5682,10 +5682,10 @@ var script$g = {
|
|
|
5682
5682
|
};
|
|
5683
5683
|
|
|
5684
5684
|
/* script */
|
|
5685
|
-
const __vue_script__$
|
|
5685
|
+
const __vue_script__$h = script$h;
|
|
5686
5686
|
/* template */
|
|
5687
5687
|
|
|
5688
|
-
var __vue_render__$
|
|
5688
|
+
var __vue_render__$h = function () {
|
|
5689
5689
|
var _vm = this;
|
|
5690
5690
|
|
|
5691
5691
|
var _h = _vm.$createElement;
|
|
@@ -5741,10 +5741,10 @@ var __vue_render__$g = function () {
|
|
|
5741
5741
|
});
|
|
5742
5742
|
};
|
|
5743
5743
|
|
|
5744
|
-
var __vue_staticRenderFns__$
|
|
5744
|
+
var __vue_staticRenderFns__$h = [];
|
|
5745
5745
|
/* style */
|
|
5746
5746
|
|
|
5747
|
-
const __vue_inject_styles__$
|
|
5747
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
5748
5748
|
if (!inject) return;
|
|
5749
5749
|
inject("data-v-29182dde_0", {
|
|
5750
5750
|
source: "[data-v-29182dde]: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;--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-29182dde]{border-radius:var(--border-radius)}.VcSelectField[data-v-29182dde] .icon{fill:var(--gray-darken-2)}.VcSelectField[data-v-29182dde] fieldset{height:52px;background:var(--modal-bg-color);border-color:var(--gray-lighten-1);transition:border-color .1s}.VcSelectField[data-v-29182dde] .v-label--active{transform:translateY(-8px) scale(.75)!important}.VcSelectField[data-v-29182dde] .v-label{color:var(--gray-darken-3)!important}.VcSelectField[data-v-29182dde] .v-select__slot label+div{position:absolute;top:10px}.VcSelectField[data-v-29182dde]:hover fieldset{border-color:var(--gray-darken-3)}.VcSelectField[data-v-29182dde].v-input--is-disabled fieldset{background-color:var(--gray-lighten-3)}.VcSelectField[data-v-29182dde].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-29182dde].v-input--is-focused fieldset input{color:var(--gray-darken-3)}.VcSelectField[data-v-29182dde].error--text fieldset{border:1px solid var(--red);transition:border-color .1s}.VcSelectField[data-v-29182dde] .v-text-field__details{padding-inline-start:0}.VcSelectField[data-v-29182dde] .v-text-field__details .v-messages__message{margin-top:10px}.VcSelectField[data-v-29182dde] legend{display:none}.VcSelectField[data-v-29182dde] .v-select__selection--comma{font-size:15px;font-weight:500}.VcSelectField[data-v-29182dde] .v-input__append-inner{align-content:center;align-items:center;margin-top:5px!important;height:75%}.VcSelectField[data-v-29182dde] .dropdown-arrow{padding-inline-end:17px}.VcSelectField[data-v-29182dde] .tooltip{padding-inline-start:12px;padding-inline-end:3px;border-inline-start:1px solid var(--gray-lighten-1);height:100%;display:flex;align-items:center}",
|
|
@@ -5759,26 +5759,26 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
5759
5759
|
/* scoped */
|
|
5760
5760
|
|
|
5761
5761
|
|
|
5762
|
-
const __vue_scope_id__$
|
|
5762
|
+
const __vue_scope_id__$h = "data-v-29182dde";
|
|
5763
5763
|
/* module identifier */
|
|
5764
5764
|
|
|
5765
|
-
const __vue_module_identifier__$
|
|
5765
|
+
const __vue_module_identifier__$h = undefined;
|
|
5766
5766
|
/* functional template */
|
|
5767
5767
|
|
|
5768
|
-
const __vue_is_functional_template__$
|
|
5768
|
+
const __vue_is_functional_template__$h = false;
|
|
5769
5769
|
/* style inject SSR */
|
|
5770
5770
|
|
|
5771
5771
|
/* style inject shadow dom */
|
|
5772
5772
|
|
|
5773
|
-
const __vue_component__$
|
|
5774
|
-
render: __vue_render__$
|
|
5775
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5776
|
-
}, __vue_inject_styles__$
|
|
5773
|
+
const __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
5774
|
+
render: __vue_render__$h,
|
|
5775
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
5776
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
5777
5777
|
|
|
5778
|
-
var script$
|
|
5778
|
+
var script$g = {
|
|
5779
5779
|
name: 'VcToast',
|
|
5780
5780
|
components: {
|
|
5781
|
-
VcAlert: __vue_component__$
|
|
5781
|
+
VcAlert: __vue_component__$H,
|
|
5782
5782
|
VSnackbar: VSnackbar
|
|
5783
5783
|
},
|
|
5784
5784
|
props: {
|
|
@@ -5799,10 +5799,10 @@ var script$f = {
|
|
|
5799
5799
|
};
|
|
5800
5800
|
|
|
5801
5801
|
/* script */
|
|
5802
|
-
const __vue_script__$
|
|
5802
|
+
const __vue_script__$g = script$g;
|
|
5803
5803
|
/* template */
|
|
5804
5804
|
|
|
5805
|
-
var __vue_render__$
|
|
5805
|
+
var __vue_render__$g = function () {
|
|
5806
5806
|
var _vm = this;
|
|
5807
5807
|
|
|
5808
5808
|
var _h = _vm.$createElement;
|
|
@@ -5824,10 +5824,10 @@ var __vue_render__$f = function () {
|
|
|
5824
5824
|
}, 'VcAlert', _vm.$attrs, false))], 1);
|
|
5825
5825
|
};
|
|
5826
5826
|
|
|
5827
|
-
var __vue_staticRenderFns__$
|
|
5827
|
+
var __vue_staticRenderFns__$g = [];
|
|
5828
5828
|
/* style */
|
|
5829
5829
|
|
|
5830
|
-
const __vue_inject_styles__$
|
|
5830
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
5831
5831
|
if (!inject) return;
|
|
5832
5832
|
inject("data-v-2d3e5bbe_0", {
|
|
5833
5833
|
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}",
|
|
@@ -5838,21 +5838,21 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
5838
5838
|
/* scoped */
|
|
5839
5839
|
|
|
5840
5840
|
|
|
5841
|
-
const __vue_scope_id__$
|
|
5841
|
+
const __vue_scope_id__$g = "data-v-2d3e5bbe";
|
|
5842
5842
|
/* module identifier */
|
|
5843
5843
|
|
|
5844
|
-
const __vue_module_identifier__$
|
|
5844
|
+
const __vue_module_identifier__$g = undefined;
|
|
5845
5845
|
/* functional template */
|
|
5846
5846
|
|
|
5847
|
-
const __vue_is_functional_template__$
|
|
5847
|
+
const __vue_is_functional_template__$g = false;
|
|
5848
5848
|
/* style inject SSR */
|
|
5849
5849
|
|
|
5850
5850
|
/* style inject shadow dom */
|
|
5851
5851
|
|
|
5852
|
-
const __vue_component__$
|
|
5853
|
-
render: __vue_render__$
|
|
5854
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5855
|
-
}, __vue_inject_styles__$
|
|
5852
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
5853
|
+
render: __vue_render__$g,
|
|
5854
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
5855
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
|
|
5856
5856
|
|
|
5857
5857
|
//
|
|
5858
5858
|
//
|
|
@@ -5866,7 +5866,7 @@ const __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
|
5866
5866
|
//
|
|
5867
5867
|
//
|
|
5868
5868
|
//
|
|
5869
|
-
var script$
|
|
5869
|
+
var script$f = {
|
|
5870
5870
|
components: {
|
|
5871
5871
|
VCard: VCard
|
|
5872
5872
|
},
|
|
@@ -5890,10 +5890,10 @@ var script$e = {
|
|
|
5890
5890
|
};
|
|
5891
5891
|
|
|
5892
5892
|
/* script */
|
|
5893
|
-
const __vue_script__$
|
|
5893
|
+
const __vue_script__$f = script$f;
|
|
5894
5894
|
/* template */
|
|
5895
5895
|
|
|
5896
|
-
var __vue_render__$
|
|
5896
|
+
var __vue_render__$f = function () {
|
|
5897
5897
|
var _vm = this;
|
|
5898
5898
|
|
|
5899
5899
|
var _h = _vm.$createElement;
|
|
@@ -5927,10 +5927,10 @@ var __vue_render__$e = function () {
|
|
|
5927
5927
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2);
|
|
5928
5928
|
};
|
|
5929
5929
|
|
|
5930
|
-
var __vue_staticRenderFns__$
|
|
5930
|
+
var __vue_staticRenderFns__$f = [];
|
|
5931
5931
|
/* style */
|
|
5932
5932
|
|
|
5933
|
-
const __vue_inject_styles__$
|
|
5933
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
5934
5934
|
if (!inject) return;
|
|
5935
5935
|
inject("data-v-11425092_0", {
|
|
5936
5936
|
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}",
|
|
@@ -5941,29 +5941,29 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
5941
5941
|
/* scoped */
|
|
5942
5942
|
|
|
5943
5943
|
|
|
5944
|
-
const __vue_scope_id__$
|
|
5944
|
+
const __vue_scope_id__$f = "data-v-11425092";
|
|
5945
5945
|
/* module identifier */
|
|
5946
5946
|
|
|
5947
|
-
const __vue_module_identifier__$
|
|
5947
|
+
const __vue_module_identifier__$f = undefined;
|
|
5948
5948
|
/* functional template */
|
|
5949
5949
|
|
|
5950
|
-
const __vue_is_functional_template__$
|
|
5950
|
+
const __vue_is_functional_template__$f = false;
|
|
5951
5951
|
/* style inject SSR */
|
|
5952
5952
|
|
|
5953
5953
|
/* style inject shadow dom */
|
|
5954
5954
|
|
|
5955
|
-
const __vue_component__$
|
|
5956
|
-
render: __vue_render__$
|
|
5957
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5958
|
-
}, __vue_inject_styles__$
|
|
5955
|
+
const __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
5956
|
+
render: __vue_render__$f,
|
|
5957
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
5958
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
5959
5959
|
|
|
5960
|
-
var script$
|
|
5960
|
+
var script$e = {
|
|
5961
5961
|
name: "FilterPanel",
|
|
5962
5962
|
components: {
|
|
5963
|
-
VcLayout: __vue_component__$
|
|
5964
|
-
VcIcon: __vue_component__$
|
|
5965
|
-
VcButton: __vue_component__$
|
|
5966
|
-
VcLoader: __vue_component__$
|
|
5963
|
+
VcLayout: __vue_component__$P,
|
|
5964
|
+
VcIcon: __vue_component__$S,
|
|
5965
|
+
VcButton: __vue_component__$R,
|
|
5966
|
+
VcLoader: __vue_component__$m
|
|
5967
5967
|
},
|
|
5968
5968
|
props: {
|
|
5969
5969
|
title: {
|
|
@@ -5986,10 +5986,10 @@ var script$d = {
|
|
|
5986
5986
|
};
|
|
5987
5987
|
|
|
5988
5988
|
/* script */
|
|
5989
|
-
const __vue_script__$
|
|
5989
|
+
const __vue_script__$e = script$e;
|
|
5990
5990
|
/* template */
|
|
5991
5991
|
|
|
5992
|
-
var __vue_render__$
|
|
5992
|
+
var __vue_render__$e = function () {
|
|
5993
5993
|
var _vm = this;
|
|
5994
5994
|
|
|
5995
5995
|
var _h = _vm.$createElement;
|
|
@@ -6045,10 +6045,10 @@ var __vue_render__$d = function () {
|
|
|
6045
6045
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2)], 1)], 1);
|
|
6046
6046
|
};
|
|
6047
6047
|
|
|
6048
|
-
var __vue_staticRenderFns__$
|
|
6048
|
+
var __vue_staticRenderFns__$e = [];
|
|
6049
6049
|
/* style */
|
|
6050
6050
|
|
|
6051
|
-
const __vue_inject_styles__$
|
|
6051
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
6052
6052
|
if (!inject) return;
|
|
6053
6053
|
inject("data-v-44aac954_0", {
|
|
6054
6054
|
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)}",
|
|
@@ -6059,21 +6059,21 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
6059
6059
|
/* scoped */
|
|
6060
6060
|
|
|
6061
6061
|
|
|
6062
|
-
const __vue_scope_id__$
|
|
6062
|
+
const __vue_scope_id__$e = "data-v-44aac954";
|
|
6063
6063
|
/* module identifier */
|
|
6064
6064
|
|
|
6065
|
-
const __vue_module_identifier__$
|
|
6065
|
+
const __vue_module_identifier__$e = undefined;
|
|
6066
6066
|
/* functional template */
|
|
6067
6067
|
|
|
6068
|
-
const __vue_is_functional_template__$
|
|
6068
|
+
const __vue_is_functional_template__$e = false;
|
|
6069
6069
|
/* style inject SSR */
|
|
6070
6070
|
|
|
6071
6071
|
/* style inject shadow dom */
|
|
6072
6072
|
|
|
6073
|
-
const __vue_component__$
|
|
6074
|
-
render: __vue_render__$
|
|
6075
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6076
|
-
}, __vue_inject_styles__$
|
|
6073
|
+
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
6074
|
+
render: __vue_render__$e,
|
|
6075
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
6076
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
|
|
6077
6077
|
|
|
6078
6078
|
//
|
|
6079
6079
|
//
|
|
@@ -6081,7 +6081,7 @@ const __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
|
6081
6081
|
//
|
|
6082
6082
|
//
|
|
6083
6083
|
//
|
|
6084
|
-
var script$
|
|
6084
|
+
var script$d = {
|
|
6085
6085
|
components: {
|
|
6086
6086
|
VLayout: VLayout
|
|
6087
6087
|
},
|
|
@@ -6097,10 +6097,10 @@ var script$c = {
|
|
|
6097
6097
|
};
|
|
6098
6098
|
|
|
6099
6099
|
/* script */
|
|
6100
|
-
const __vue_script__$
|
|
6100
|
+
const __vue_script__$d = script$d;
|
|
6101
6101
|
/* template */
|
|
6102
6102
|
|
|
6103
|
-
var __vue_render__$
|
|
6103
|
+
var __vue_render__$d = function () {
|
|
6104
6104
|
var _vm = this;
|
|
6105
6105
|
|
|
6106
6106
|
var _h = _vm.$createElement;
|
|
@@ -6115,10 +6115,10 @@ var __vue_render__$c = function () {
|
|
|
6115
6115
|
}, [_vm._t("default")], 2);
|
|
6116
6116
|
};
|
|
6117
6117
|
|
|
6118
|
-
var __vue_staticRenderFns__$
|
|
6118
|
+
var __vue_staticRenderFns__$d = [];
|
|
6119
6119
|
/* style */
|
|
6120
6120
|
|
|
6121
|
-
const __vue_inject_styles__$
|
|
6121
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
6122
6122
|
if (!inject) return;
|
|
6123
6123
|
inject("data-v-e2463588_0", {
|
|
6124
6124
|
source: ".VcFocusArea[data-v-e2463588]{padding:var(--size-value4);background-color:var(--gray-lighten-3);border-radius:6px}",
|
|
@@ -6129,27 +6129,27 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
6129
6129
|
/* scoped */
|
|
6130
6130
|
|
|
6131
6131
|
|
|
6132
|
-
const __vue_scope_id__$
|
|
6132
|
+
const __vue_scope_id__$d = "data-v-e2463588";
|
|
6133
6133
|
/* module identifier */
|
|
6134
6134
|
|
|
6135
|
-
const __vue_module_identifier__$
|
|
6135
|
+
const __vue_module_identifier__$d = undefined;
|
|
6136
6136
|
/* functional template */
|
|
6137
6137
|
|
|
6138
|
-
const __vue_is_functional_template__$
|
|
6138
|
+
const __vue_is_functional_template__$d = false;
|
|
6139
6139
|
/* style inject SSR */
|
|
6140
6140
|
|
|
6141
6141
|
/* style inject shadow dom */
|
|
6142
6142
|
|
|
6143
|
-
const __vue_component__$
|
|
6144
|
-
render: __vue_render__$
|
|
6145
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6146
|
-
}, __vue_inject_styles__$
|
|
6143
|
+
const __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
6144
|
+
render: __vue_render__$d,
|
|
6145
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
6146
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
6147
6147
|
|
|
6148
6148
|
const VcLinkIcons = ['', 'copy', 'trash', 'left'];
|
|
6149
|
-
var script$
|
|
6149
|
+
var script$c = {
|
|
6150
6150
|
name: "VcLink",
|
|
6151
6151
|
components: {
|
|
6152
|
-
VcIcon: __vue_component__$
|
|
6152
|
+
VcIcon: __vue_component__$S
|
|
6153
6153
|
},
|
|
6154
6154
|
props: {
|
|
6155
6155
|
label: {
|
|
@@ -6198,10 +6198,10 @@ var script$b = {
|
|
|
6198
6198
|
};
|
|
6199
6199
|
|
|
6200
6200
|
/* script */
|
|
6201
|
-
const __vue_script__$
|
|
6201
|
+
const __vue_script__$c = script$c;
|
|
6202
6202
|
/* template */
|
|
6203
6203
|
|
|
6204
|
-
var __vue_render__$
|
|
6204
|
+
var __vue_render__$c = function () {
|
|
6205
6205
|
var _vm = this;
|
|
6206
6206
|
|
|
6207
6207
|
var _h = _vm.$createElement;
|
|
@@ -6231,10 +6231,10 @@ var __vue_render__$b = function () {
|
|
|
6231
6231
|
}, [_vm._v(_vm._s(_vm.getIcon))]) : _vm._e(), _vm._v(" "), _c('label', [_vm._v(_vm._s(_vm.label))])], 1);
|
|
6232
6232
|
};
|
|
6233
6233
|
|
|
6234
|
-
var __vue_staticRenderFns__$
|
|
6234
|
+
var __vue_staticRenderFns__$c = [];
|
|
6235
6235
|
/* style */
|
|
6236
6236
|
|
|
6237
|
-
const __vue_inject_styles__$
|
|
6237
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
6238
6238
|
if (!inject) return;
|
|
6239
6239
|
inject("data-v-65e5dd72_0", {
|
|
6240
6240
|
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)}",
|
|
@@ -6245,28 +6245,28 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
6245
6245
|
/* scoped */
|
|
6246
6246
|
|
|
6247
6247
|
|
|
6248
|
-
const __vue_scope_id__$
|
|
6248
|
+
const __vue_scope_id__$c = "data-v-65e5dd72";
|
|
6249
6249
|
/* module identifier */
|
|
6250
6250
|
|
|
6251
|
-
const __vue_module_identifier__$
|
|
6251
|
+
const __vue_module_identifier__$c = undefined;
|
|
6252
6252
|
/* functional template */
|
|
6253
6253
|
|
|
6254
|
-
const __vue_is_functional_template__$
|
|
6254
|
+
const __vue_is_functional_template__$c = false;
|
|
6255
6255
|
/* style inject SSR */
|
|
6256
6256
|
|
|
6257
6257
|
/* style inject shadow dom */
|
|
6258
6258
|
|
|
6259
|
-
const __vue_component__$
|
|
6260
|
-
render: __vue_render__$
|
|
6261
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6262
|
-
}, __vue_inject_styles__$
|
|
6259
|
+
const __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
6260
|
+
render: __vue_render__$c,
|
|
6261
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
6262
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
|
|
6263
6263
|
|
|
6264
|
-
var script$
|
|
6264
|
+
var script$b = {
|
|
6265
6265
|
name: "ListItem",
|
|
6266
6266
|
components: {
|
|
6267
|
-
VcLayout: __vue_component__$
|
|
6268
|
-
VcCheckbox: __vue_component__$
|
|
6269
|
-
VcActions: __vue_component__$
|
|
6267
|
+
VcLayout: __vue_component__$P,
|
|
6268
|
+
VcCheckbox: __vue_component__$x,
|
|
6269
|
+
VcActions: __vue_component__$B
|
|
6270
6270
|
},
|
|
6271
6271
|
props: {
|
|
6272
6272
|
showSelect: {
|
|
@@ -6296,10 +6296,10 @@ var script$a = {
|
|
|
6296
6296
|
};
|
|
6297
6297
|
|
|
6298
6298
|
/* script */
|
|
6299
|
-
const __vue_script__$
|
|
6299
|
+
const __vue_script__$b = script$b;
|
|
6300
6300
|
/* template */
|
|
6301
6301
|
|
|
6302
|
-
var __vue_render__$
|
|
6302
|
+
var __vue_render__$b = function () {
|
|
6303
6303
|
var _vm = this;
|
|
6304
6304
|
|
|
6305
6305
|
var _h = _vm.$createElement;
|
|
@@ -6344,10 +6344,10 @@ var __vue_render__$a = function () {
|
|
|
6344
6344
|
})], 2)], 1);
|
|
6345
6345
|
};
|
|
6346
6346
|
|
|
6347
|
-
var __vue_staticRenderFns__$
|
|
6347
|
+
var __vue_staticRenderFns__$b = [];
|
|
6348
6348
|
/* style */
|
|
6349
6349
|
|
|
6350
|
-
const __vue_inject_styles__$
|
|
6350
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
6351
6351
|
if (!inject) return;
|
|
6352
6352
|
inject("data-v-0a8bbb3a_0", {
|
|
6353
6353
|
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}",
|
|
@@ -6358,26 +6358,26 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
6358
6358
|
/* scoped */
|
|
6359
6359
|
|
|
6360
6360
|
|
|
6361
|
-
const __vue_scope_id__$
|
|
6361
|
+
const __vue_scope_id__$b = "data-v-0a8bbb3a";
|
|
6362
6362
|
/* module identifier */
|
|
6363
6363
|
|
|
6364
|
-
const __vue_module_identifier__$
|
|
6364
|
+
const __vue_module_identifier__$b = undefined;
|
|
6365
6365
|
/* functional template */
|
|
6366
6366
|
|
|
6367
|
-
const __vue_is_functional_template__$
|
|
6367
|
+
const __vue_is_functional_template__$b = false;
|
|
6368
6368
|
/* style inject SSR */
|
|
6369
6369
|
|
|
6370
6370
|
/* style inject shadow dom */
|
|
6371
6371
|
|
|
6372
|
-
const __vue_component__$
|
|
6373
|
-
render: __vue_render__$
|
|
6374
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6375
|
-
}, __vue_inject_styles__$
|
|
6372
|
+
const __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
6373
|
+
render: __vue_render__$b,
|
|
6374
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
6375
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
6376
6376
|
|
|
6377
|
-
var script$
|
|
6377
|
+
var script$a = {
|
|
6378
6378
|
name: "VcGroupHeader",
|
|
6379
6379
|
components: {
|
|
6380
|
-
VcLayout: __vue_component__$
|
|
6380
|
+
VcLayout: __vue_component__$P
|
|
6381
6381
|
},
|
|
6382
6382
|
props: {
|
|
6383
6383
|
title: {
|
|
@@ -6396,10 +6396,10 @@ var script$9 = {
|
|
|
6396
6396
|
};
|
|
6397
6397
|
|
|
6398
6398
|
/* script */
|
|
6399
|
-
const __vue_script__$
|
|
6399
|
+
const __vue_script__$a = script$a;
|
|
6400
6400
|
/* template */
|
|
6401
6401
|
|
|
6402
|
-
var __vue_render__$
|
|
6402
|
+
var __vue_render__$a = function () {
|
|
6403
6403
|
var _vm = this;
|
|
6404
6404
|
|
|
6405
6405
|
var _h = _vm.$createElement;
|
|
@@ -6415,10 +6415,10 @@ var __vue_render__$9 = function () {
|
|
|
6415
6415
|
}, [_c('span', [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.summaryText))])]);
|
|
6416
6416
|
};
|
|
6417
6417
|
|
|
6418
|
-
var __vue_staticRenderFns__$
|
|
6418
|
+
var __vue_staticRenderFns__$a = [];
|
|
6419
6419
|
/* style */
|
|
6420
6420
|
|
|
6421
|
-
const __vue_inject_styles__$
|
|
6421
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
6422
6422
|
if (!inject) return;
|
|
6423
6423
|
inject("data-v-5cb0ff3e_0", {
|
|
6424
6424
|
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)}}",
|
|
@@ -6429,36 +6429,36 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
6429
6429
|
/* scoped */
|
|
6430
6430
|
|
|
6431
6431
|
|
|
6432
|
-
const __vue_scope_id__$
|
|
6432
|
+
const __vue_scope_id__$a = "data-v-5cb0ff3e";
|
|
6433
6433
|
/* module identifier */
|
|
6434
6434
|
|
|
6435
|
-
const __vue_module_identifier__$
|
|
6435
|
+
const __vue_module_identifier__$a = undefined;
|
|
6436
6436
|
/* functional template */
|
|
6437
6437
|
|
|
6438
|
-
const __vue_is_functional_template__$
|
|
6438
|
+
const __vue_is_functional_template__$a = false;
|
|
6439
6439
|
/* style inject SSR */
|
|
6440
6440
|
|
|
6441
6441
|
/* style inject shadow dom */
|
|
6442
6442
|
|
|
6443
|
-
const __vue_component__$
|
|
6444
|
-
render: __vue_render__$
|
|
6445
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6446
|
-
}, __vue_inject_styles__$
|
|
6443
|
+
const __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
6444
|
+
render: __vue_render__$a,
|
|
6445
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
6446
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
|
|
6447
6447
|
|
|
6448
6448
|
//
|
|
6449
6449
|
//
|
|
6450
6450
|
//
|
|
6451
6451
|
//
|
|
6452
|
-
var script$
|
|
6452
|
+
var script$9 = {
|
|
6453
6453
|
name: 'VcSvg',
|
|
6454
6454
|
props: ['svg']
|
|
6455
6455
|
};
|
|
6456
6456
|
|
|
6457
6457
|
/* script */
|
|
6458
|
-
const __vue_script__$
|
|
6458
|
+
const __vue_script__$9 = script$9;
|
|
6459
6459
|
/* template */
|
|
6460
6460
|
|
|
6461
|
-
var __vue_render__$
|
|
6461
|
+
var __vue_render__$9 = function () {
|
|
6462
6462
|
var _vm = this;
|
|
6463
6463
|
|
|
6464
6464
|
var _h = _vm.$createElement;
|
|
@@ -6472,38 +6472,38 @@ var __vue_render__$8 = function () {
|
|
|
6472
6472
|
});
|
|
6473
6473
|
};
|
|
6474
6474
|
|
|
6475
|
-
var __vue_staticRenderFns__$
|
|
6475
|
+
var __vue_staticRenderFns__$9 = [];
|
|
6476
6476
|
/* style */
|
|
6477
6477
|
|
|
6478
|
-
const __vue_inject_styles__$
|
|
6478
|
+
const __vue_inject_styles__$9 = undefined;
|
|
6479
6479
|
/* scoped */
|
|
6480
6480
|
|
|
6481
|
-
const __vue_scope_id__$
|
|
6481
|
+
const __vue_scope_id__$9 = undefined;
|
|
6482
6482
|
/* module identifier */
|
|
6483
6483
|
|
|
6484
|
-
const __vue_module_identifier__$
|
|
6484
|
+
const __vue_module_identifier__$9 = undefined;
|
|
6485
6485
|
/* functional template */
|
|
6486
6486
|
|
|
6487
|
-
const __vue_is_functional_template__$
|
|
6487
|
+
const __vue_is_functional_template__$9 = false;
|
|
6488
6488
|
/* style inject */
|
|
6489
6489
|
|
|
6490
6490
|
/* style inject SSR */
|
|
6491
6491
|
|
|
6492
6492
|
/* style inject shadow dom */
|
|
6493
6493
|
|
|
6494
|
-
const __vue_component__$
|
|
6495
|
-
render: __vue_render__$
|
|
6496
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6497
|
-
}, __vue_inject_styles__$
|
|
6494
|
+
const __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
6495
|
+
render: __vue_render__$9,
|
|
6496
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
6497
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, undefined, undefined);
|
|
6498
6498
|
|
|
6499
|
-
var script$
|
|
6499
|
+
var script$8 = {
|
|
6500
6500
|
name: 'VcEmptyState',
|
|
6501
6501
|
components: {
|
|
6502
|
-
VcImage: __vue_component__$
|
|
6503
|
-
VcSvg: __vue_component__$
|
|
6504
|
-
VcButton: __vue_component__$
|
|
6505
|
-
VcLayout: __vue_component__$
|
|
6506
|
-
VcLink: __vue_component__$
|
|
6502
|
+
VcImage: __vue_component__$J,
|
|
6503
|
+
VcSvg: __vue_component__$9,
|
|
6504
|
+
VcButton: __vue_component__$R,
|
|
6505
|
+
VcLayout: __vue_component__$P,
|
|
6506
|
+
VcLink: __vue_component__$c
|
|
6507
6507
|
},
|
|
6508
6508
|
props: {
|
|
6509
6509
|
size: {
|
|
@@ -6558,10 +6558,10 @@ var script$7 = {
|
|
|
6558
6558
|
};
|
|
6559
6559
|
|
|
6560
6560
|
/* script */
|
|
6561
|
-
const __vue_script__$
|
|
6561
|
+
const __vue_script__$8 = script$8;
|
|
6562
6562
|
/* template */
|
|
6563
6563
|
|
|
6564
|
-
var __vue_render__$
|
|
6564
|
+
var __vue_render__$8 = function () {
|
|
6565
6565
|
var _vm = this;
|
|
6566
6566
|
|
|
6567
6567
|
var _h = _vm.$createElement;
|
|
@@ -6617,10 +6617,10 @@ var __vue_render__$7 = function () {
|
|
|
6617
6617
|
})], 2);
|
|
6618
6618
|
};
|
|
6619
6619
|
|
|
6620
|
-
var __vue_staticRenderFns__$
|
|
6620
|
+
var __vue_staticRenderFns__$8 = [];
|
|
6621
6621
|
/* style */
|
|
6622
6622
|
|
|
6623
|
-
const __vue_inject_styles__$
|
|
6623
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
6624
6624
|
if (!inject) return;
|
|
6625
6625
|
inject("data-v-64095910_0", {
|
|
6626
6626
|
source: ".VcEmptyState[data-v-64095910],.VcEmptyStateSubtitle[data-v-64095910]{text-align:center;line-height:var(--size-value6)}.VcEmptyState[data-v-64095910]{text-align:center}.VcEmptyState .VcEmptyStateImage[data-v-64095910]{margin-bottom:var(--size-value4);height:160px}.VcEmptyState .VcEmptyStateTitle[data-v-64095910]{font-weight:var(--font-weight-xl);line-height:22px;padding-bottom:var(--size-value1);font-size:var(--font-size-small2)}.VcEmptyState .VcEmptyStateSubtitle[data-v-64095910]{font-size:var(--font-size-x-small)}.VcEmptyState .VcEmptyStateButton[data-v-64095910]{margin-top:var(--size-value4)}.sm .VcEmptyStateImage[data-v-64095910]{height:48px;margin-bottom:var(--size-value8)}.sm .VcEmptyStateImage[data-v-64095910] svg{width:48px}.lg .VcEmptyStateImage[data-v-64095910]{height:280px;margin-bottom:var(--size-value8)}.lg .VcEmptyStateImage[data-v-64095910] svg{width:280px}.lg .VcEmptyStateTitle[data-v-64095910]{font-weight:var(--font-weight-large);line-height:22px;padding-bottom:var(--size-value2);font-size:var(--font-size-medium1)}",
|
|
@@ -6631,30 +6631,30 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
6631
6631
|
/* scoped */
|
|
6632
6632
|
|
|
6633
6633
|
|
|
6634
|
-
const __vue_scope_id__$
|
|
6634
|
+
const __vue_scope_id__$8 = "data-v-64095910";
|
|
6635
6635
|
/* module identifier */
|
|
6636
6636
|
|
|
6637
|
-
const __vue_module_identifier__$
|
|
6637
|
+
const __vue_module_identifier__$8 = undefined;
|
|
6638
6638
|
/* functional template */
|
|
6639
6639
|
|
|
6640
|
-
const __vue_is_functional_template__$
|
|
6640
|
+
const __vue_is_functional_template__$8 = 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__$8 = /*#__PURE__*/normalizeComponent({
|
|
6646
|
+
render: __vue_render__$8,
|
|
6647
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
6648
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
|
|
6649
6649
|
|
|
6650
|
-
var script$
|
|
6650
|
+
var script$7 = {
|
|
6651
6651
|
name: "VcBanner",
|
|
6652
6652
|
components: {
|
|
6653
|
-
VcImage: __vue_component__$
|
|
6654
|
-
VcButton: __vue_component__$
|
|
6655
|
-
VcIcon: __vue_component__$
|
|
6656
|
-
VcLink: __vue_component__$
|
|
6657
|
-
VcSvg: __vue_component__$
|
|
6653
|
+
VcImage: __vue_component__$J,
|
|
6654
|
+
VcButton: __vue_component__$R,
|
|
6655
|
+
VcIcon: __vue_component__$S,
|
|
6656
|
+
VcLink: __vue_component__$c,
|
|
6657
|
+
VcSvg: __vue_component__$9
|
|
6658
6658
|
},
|
|
6659
6659
|
props: {
|
|
6660
6660
|
dataQa: {
|
|
@@ -6697,10 +6697,10 @@ var script$6 = {
|
|
|
6697
6697
|
};
|
|
6698
6698
|
|
|
6699
6699
|
/* script */
|
|
6700
|
-
const __vue_script__$
|
|
6700
|
+
const __vue_script__$7 = script$7;
|
|
6701
6701
|
/* template */
|
|
6702
6702
|
|
|
6703
|
-
var __vue_render__$
|
|
6703
|
+
var __vue_render__$7 = function () {
|
|
6704
6704
|
var _vm = this;
|
|
6705
6705
|
|
|
6706
6706
|
var _h = _vm.$createElement;
|
|
@@ -6784,10 +6784,10 @@ var __vue_render__$6 = function () {
|
|
|
6784
6784
|
}) : _vm._e()], 1);
|
|
6785
6785
|
};
|
|
6786
6786
|
|
|
6787
|
-
var __vue_staticRenderFns__$
|
|
6787
|
+
var __vue_staticRenderFns__$7 = [];
|
|
6788
6788
|
/* style */
|
|
6789
6789
|
|
|
6790
|
-
const __vue_inject_styles__$
|
|
6790
|
+
const __vue_inject_styles__$7 = function (inject) {
|
|
6791
6791
|
if (!inject) return;
|
|
6792
6792
|
inject("data-v-b6def40c_0", {
|
|
6793
6793
|
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)}",
|
|
@@ -6798,27 +6798,27 @@ const __vue_inject_styles__$6 = function (inject) {
|
|
|
6798
6798
|
/* scoped */
|
|
6799
6799
|
|
|
6800
6800
|
|
|
6801
|
-
const __vue_scope_id__$
|
|
6801
|
+
const __vue_scope_id__$7 = "data-v-b6def40c";
|
|
6802
6802
|
/* module identifier */
|
|
6803
6803
|
|
|
6804
|
-
const __vue_module_identifier__$
|
|
6804
|
+
const __vue_module_identifier__$7 = undefined;
|
|
6805
6805
|
/* functional template */
|
|
6806
6806
|
|
|
6807
|
-
const __vue_is_functional_template__$
|
|
6807
|
+
const __vue_is_functional_template__$7 = false;
|
|
6808
6808
|
/* style inject SSR */
|
|
6809
6809
|
|
|
6810
6810
|
/* style inject shadow dom */
|
|
6811
6811
|
|
|
6812
|
-
const __vue_component__$
|
|
6813
|
-
render: __vue_render__$
|
|
6814
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6815
|
-
}, __vue_inject_styles__$
|
|
6812
|
+
const __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
6813
|
+
render: __vue_render__$7,
|
|
6814
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
6815
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
|
|
6816
6816
|
|
|
6817
|
-
var script$
|
|
6817
|
+
var script$6 = {
|
|
6818
6818
|
name: "VcWizardCtaContainer",
|
|
6819
6819
|
components: {
|
|
6820
|
-
VcButton: __vue_component__$
|
|
6821
|
-
VcLayout: __vue_component__$
|
|
6820
|
+
VcButton: __vue_component__$R,
|
|
6821
|
+
VcLayout: __vue_component__$P
|
|
6822
6822
|
},
|
|
6823
6823
|
props: {
|
|
6824
6824
|
isBackDisplayed: {
|
|
@@ -6845,10 +6845,10 @@ var script$5 = {
|
|
|
6845
6845
|
};
|
|
6846
6846
|
|
|
6847
6847
|
/* script */
|
|
6848
|
-
const __vue_script__$
|
|
6848
|
+
const __vue_script__$6 = script$6;
|
|
6849
6849
|
/* template */
|
|
6850
6850
|
|
|
6851
|
-
var __vue_render__$
|
|
6851
|
+
var __vue_render__$6 = function () {
|
|
6852
6852
|
var _vm = this;
|
|
6853
6853
|
|
|
6854
6854
|
var _h = _vm.$createElement;
|
|
@@ -6888,10 +6888,10 @@ var __vue_render__$5 = function () {
|
|
|
6888
6888
|
}, [_vm._v("\n " + _vm._s(_vm.nextButtonLabel) + "\n ")])], 1);
|
|
6889
6889
|
};
|
|
6890
6890
|
|
|
6891
|
-
var __vue_staticRenderFns__$
|
|
6891
|
+
var __vue_staticRenderFns__$6 = [];
|
|
6892
6892
|
/* style */
|
|
6893
6893
|
|
|
6894
|
-
const __vue_inject_styles__$
|
|
6894
|
+
const __vue_inject_styles__$6 = function (inject) {
|
|
6895
6895
|
if (!inject) return;
|
|
6896
6896
|
inject("data-v-f2422ef4_0", {
|
|
6897
6897
|
source: "[data-v-f2422ef4]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-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;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.wizard-cta-container[data-v-f2422ef4]{background-color:#fff;position:sticky;bottom:0;left:0;width:100%;height:var(--size-value18);max-height:var(--size-value18);padding:var(--size-value3) var(--size-value4);border-top:1px solid var(--gray-lighten-1)}@media screen and (min-width:960px){.wizard-cta-container[data-v-f2422ef4]{border-top:revert;position:static;padding:var(--size-value5);width:100%;transform:revert}}.wizard-cta-button[data-v-f2422ef4]{flex:1;min-height:var(--size-value12)}@media screen and (min-width:960px){.wizard-cta-button[data-v-f2422ef4]{flex:revert;min-height:var(--size-value10)}}.wizard-cta-button+.wizard-cta-button[data-v-f2422ef4]{margin-inline-start:var(--size-value3)}",
|
|
@@ -6902,23 +6902,23 @@ const __vue_inject_styles__$5 = function (inject) {
|
|
|
6902
6902
|
/* scoped */
|
|
6903
6903
|
|
|
6904
6904
|
|
|
6905
|
-
const __vue_scope_id__$
|
|
6905
|
+
const __vue_scope_id__$6 = "data-v-f2422ef4";
|
|
6906
6906
|
/* module identifier */
|
|
6907
6907
|
|
|
6908
|
-
const __vue_module_identifier__$
|
|
6908
|
+
const __vue_module_identifier__$6 = undefined;
|
|
6909
6909
|
/* functional template */
|
|
6910
6910
|
|
|
6911
|
-
const __vue_is_functional_template__$
|
|
6911
|
+
const __vue_is_functional_template__$6 = false;
|
|
6912
6912
|
/* style inject SSR */
|
|
6913
6913
|
|
|
6914
6914
|
/* style inject shadow dom */
|
|
6915
6915
|
|
|
6916
|
-
const __vue_component__$
|
|
6917
|
-
render: __vue_render__$
|
|
6918
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6919
|
-
}, __vue_inject_styles__$
|
|
6916
|
+
const __vue_component__$6 = /*#__PURE__*/normalizeComponent({
|
|
6917
|
+
render: __vue_render__$6,
|
|
6918
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
6919
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, createInjector, undefined, undefined);
|
|
6920
6920
|
|
|
6921
|
-
var script$
|
|
6921
|
+
var script$5 = {
|
|
6922
6922
|
name: "VcStepperContent",
|
|
6923
6923
|
model: {
|
|
6924
6924
|
prop: 'currentStep'
|
|
@@ -6943,8 +6943,8 @@ var script$4 = {
|
|
|
6943
6943
|
}
|
|
6944
6944
|
},
|
|
6945
6945
|
components: {
|
|
6946
|
-
VcLayout: __vue_component__$
|
|
6947
|
-
VcLoader: __vue_component__$
|
|
6946
|
+
VcLayout: __vue_component__$P,
|
|
6947
|
+
VcLoader: __vue_component__$m,
|
|
6948
6948
|
VStepperContent: VStepperContent,
|
|
6949
6949
|
VStepperItems: VStepperItems,
|
|
6950
6950
|
VStepper: VStepper
|
|
@@ -7021,10 +7021,10 @@ var script$4 = {
|
|
|
7021
7021
|
};
|
|
7022
7022
|
|
|
7023
7023
|
/* script */
|
|
7024
|
-
const __vue_script__$
|
|
7024
|
+
const __vue_script__$5 = script$5;
|
|
7025
7025
|
/* template */
|
|
7026
7026
|
|
|
7027
|
-
var __vue_render__$
|
|
7027
|
+
var __vue_render__$5 = function () {
|
|
7028
7028
|
var _vm = this;
|
|
7029
7029
|
|
|
7030
7030
|
var _h = _vm.$createElement;
|
|
@@ -7107,10 +7107,10 @@ var __vue_render__$4 = function () {
|
|
|
7107
7107
|
}), 1)], 1)], 1);
|
|
7108
7108
|
};
|
|
7109
7109
|
|
|
7110
|
-
var __vue_staticRenderFns__$
|
|
7110
|
+
var __vue_staticRenderFns__$5 = [];
|
|
7111
7111
|
/* style */
|
|
7112
7112
|
|
|
7113
|
-
const __vue_inject_styles__$
|
|
7113
|
+
const __vue_inject_styles__$5 = function (inject) {
|
|
7114
7114
|
if (!inject) return;
|
|
7115
7115
|
inject("data-v-dff856ce_0", {
|
|
7116
7116
|
source: "[data-v-dff856ce]:root{--primary-font-family:Montserrat;--font-size-xxx-small:9px;--font-size-xx-small:12px;--font-size-x-small:13px;--font-size-small:14px;--font-size-small2:15px;--font-size-small3:17px;--font-size-medium:18px;--font-size-medium1:22px;--font-size-medium2:24px;--font-size-large:28px;--font-weight-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;--gray-darken-5:#212121;--gray-darken-4:#616161;--gray-darken-3:#757575;--gray-darken-2:#999999;--gray-darken-1:#b3b3b3;--gray:#cccccc;--gray-lighten-1:#e0e0e0;--gray-lighten-2:#ededed;--gray-lighten-3:#f7f7f7;--gray-lighten-4:#fafafa;--neutral:#586E8C;--neutral-lighten-1:#D6DBE6;--neutral-lighten-2:#EAEDF2;--neutral-lighten-3:#F8F9FB;--red:#F2514A;--red-lighten-1:#F79792;--red-lighten-2:#FBCBC9;--red-lighten-3:#FDE8E7;--yellow:#FFC511;--yellow-lighten-1:#FFDC70;--yellow-lighten-2:#FFEDB8;--yellow-lighten-3:#FFF7E0;--green:#54D28C;--green-lighten-1:#98E4BA;--green-lighten-2:#CFF8E1;--green-lighten-3:#EAFCF2;--blue:#478FFF;--blue-lighten-1:#91BCFF;--blue-lighten-2:#C8DDFF;--blue-lighten-3:#E7F0FF;--orange:#FF8F00;--orange-lighten-1:#FCB965;--orange-lighten-2:#FAD9B0;--orange-lighten-3:#F9EBDA;--shadow-1:0px 1px 4px rgba(0, 0, 0, 0.11);--shadow-2:0px 2px 5px rgba(0, 0, 0, 0.1),0px 2px 2px rgba(0, 0, 0, 0.06),0px 3px 1px -2px rgba(0, 0, 0, 0.06);--shadow-3:0px 3px 2px rgba(0, 0, 0, 0.101961);--shadow-4:0px 1px 1px rgba(0, 0, 0, 0.06),0px 3px 8px rgba(0, 0, 0, 0.15);--shadow-5:0px 4px 18px rgba(0, 0, 0, 0.1);--shadow-6:0px 1px 10px rgba(0, 0, 0, 0.12),0px 4px 7px rgba(0, 0, 0, 0.14),0px 2px 4px -1px rgba(0, 0, 0, 0.2);--shadow-7:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px rgba(0, 0, 0, 0.14),0px 1px 18px rgba(0, 0, 0, 0.12);--shadow-8:0px 5px 7px 3px rgba(0, 0, 0, 0.26);--shadow-9:0px 7px 8px -4px rgba(0, 0, 0, 0.2),2px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px rgba(0, 0, 0, 0.12);--shadow-10:0px 4px 8px #cccccc}.stepper-content-wrapper[data-v-dff856ce]{max-height:100%;width:100%;padding-bottom:var(--size-value6)}.layout-content[data-v-dff856ce]{padding:var(--size-value0) var(--size-value4)}@media screen and (min-width:960px){.layout-content[data-v-dff856ce]{padding:revert;padding-block-start:var(--size-value3);padding-inline:var(--size-value10)}}.stepper-header[data-v-dff856ce]{flex:0;margin-block-end:var(--size-value4);padding:var(--size-value0) var(--size-value4)}@media screen and (min-width:960px){.stepper-header[data-v-dff856ce]{padding:revert;flex:revert;padding-block-start:var(--size-value3);padding-inline:var(--size-value10)}}.stepper-header .content-stepper-title[data-v-dff856ce]{letter-spacing:.01em;font-size:var(--font-size-medium);font-weight:var(--font-weight-large);line-height:var(--size-value8);color:var(--gray-darken-5)}@media screen and (min-width:960px){.stepper-header .content-stepper-title[data-v-dff856ce]{font-size:var(--font-size-medium2)}}.stepper-header .content-stepper-description[data-v-dff856ce]{font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-4)}.vc-stepper-content.v-stepper[data-v-dff856ce]{width:100%;box-shadow:none;max-height:100%;overflow:auto}.vc-stepper-content.v-stepper[data-v-dff856ce] .v-stepper__items .v-stepper__content{padding:0}",
|
|
@@ -7121,29 +7121,29 @@ const __vue_inject_styles__$4 = function (inject) {
|
|
|
7121
7121
|
/* scoped */
|
|
7122
7122
|
|
|
7123
7123
|
|
|
7124
|
-
const __vue_scope_id__$
|
|
7124
|
+
const __vue_scope_id__$5 = "data-v-dff856ce";
|
|
7125
7125
|
/* module identifier */
|
|
7126
7126
|
|
|
7127
|
-
const __vue_module_identifier__$
|
|
7127
|
+
const __vue_module_identifier__$5 = undefined;
|
|
7128
7128
|
/* functional template */
|
|
7129
7129
|
|
|
7130
|
-
const __vue_is_functional_template__$
|
|
7130
|
+
const __vue_is_functional_template__$5 = false;
|
|
7131
7131
|
/* style inject SSR */
|
|
7132
7132
|
|
|
7133
7133
|
/* style inject shadow dom */
|
|
7134
7134
|
|
|
7135
|
-
const __vue_component__$
|
|
7136
|
-
render: __vue_render__$
|
|
7137
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7138
|
-
}, __vue_inject_styles__$
|
|
7135
|
+
const __vue_component__$5 = /*#__PURE__*/normalizeComponent({
|
|
7136
|
+
render: __vue_render__$5,
|
|
7137
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
7138
|
+
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, createInjector, undefined, undefined);
|
|
7139
7139
|
|
|
7140
|
-
var script$
|
|
7140
|
+
var script$4 = {
|
|
7141
7141
|
name: "VcWizard",
|
|
7142
7142
|
components: {
|
|
7143
|
-
VcStepsBar: __vue_component__$
|
|
7144
|
-
VcStepperContent: __vue_component__$
|
|
7145
|
-
VcMobileWizardProgress: __vue_component__$
|
|
7146
|
-
VcWizardCtaContainer: __vue_component__$
|
|
7143
|
+
VcStepsBar: __vue_component__$A,
|
|
7144
|
+
VcStepperContent: __vue_component__$5,
|
|
7145
|
+
VcMobileWizardProgress: __vue_component__$y,
|
|
7146
|
+
VcWizardCtaContainer: __vue_component__$6,
|
|
7147
7147
|
VLayout: VLayout
|
|
7148
7148
|
},
|
|
7149
7149
|
props: {
|
|
@@ -7246,10 +7246,10 @@ var script$3 = {
|
|
|
7246
7246
|
};
|
|
7247
7247
|
|
|
7248
7248
|
/* script */
|
|
7249
|
-
const __vue_script__$
|
|
7249
|
+
const __vue_script__$4 = script$4;
|
|
7250
7250
|
/* template */
|
|
7251
7251
|
|
|
7252
|
-
var __vue_render__$
|
|
7252
|
+
var __vue_render__$4 = function () {
|
|
7253
7253
|
var _vm = this;
|
|
7254
7254
|
|
|
7255
7255
|
var _h = _vm.$createElement;
|
|
@@ -7303,10 +7303,10 @@ var __vue_render__$3 = function () {
|
|
|
7303
7303
|
})], 1);
|
|
7304
7304
|
};
|
|
7305
7305
|
|
|
7306
|
-
var __vue_staticRenderFns__$
|
|
7306
|
+
var __vue_staticRenderFns__$4 = [];
|
|
7307
7307
|
/* style */
|
|
7308
7308
|
|
|
7309
|
-
const __vue_inject_styles__$
|
|
7309
|
+
const __vue_inject_styles__$4 = function (inject) {
|
|
7310
7310
|
if (!inject) return;
|
|
7311
7311
|
inject("data-v-12623974_0", {
|
|
7312
7312
|
source: "[data-v-12623974]: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;--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-12623974]{height:100%}@media screen and (min-width:960px){.vc-wizard[data-v-12623974]{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-12623974]{grid-column-gap:var(--size-value10)}.vc-wizard.wizard-size-lg[data-v-12623974]{grid-column-gap:var(--size-value20)}}.vc-stepper-container[data-v-12623974]{grid-area:1/1/3/2;border-inline-end:1px solid #e0e0e0;max-height:calc(100% - 24px)}.wizard-cta-container[data-v-12623974]{grid-area:2/2/3/3}.stepper-content-wrapper[data-v-12623974]{grid-area:1/2/2/3}",
|
|
@@ -7317,21 +7317,21 @@ const __vue_inject_styles__$3 = function (inject) {
|
|
|
7317
7317
|
/* scoped */
|
|
7318
7318
|
|
|
7319
7319
|
|
|
7320
|
-
const __vue_scope_id__$
|
|
7320
|
+
const __vue_scope_id__$4 = "data-v-12623974";
|
|
7321
7321
|
/* module identifier */
|
|
7322
7322
|
|
|
7323
|
-
const __vue_module_identifier__$
|
|
7323
|
+
const __vue_module_identifier__$4 = undefined;
|
|
7324
7324
|
/* functional template */
|
|
7325
7325
|
|
|
7326
|
-
const __vue_is_functional_template__$
|
|
7326
|
+
const __vue_is_functional_template__$4 = false;
|
|
7327
7327
|
/* style inject SSR */
|
|
7328
7328
|
|
|
7329
7329
|
/* style inject shadow dom */
|
|
7330
7330
|
|
|
7331
|
-
const __vue_component__$
|
|
7332
|
-
render: __vue_render__$
|
|
7333
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7334
|
-
}, __vue_inject_styles__$
|
|
7331
|
+
const __vue_component__$4 = /*#__PURE__*/normalizeComponent({
|
|
7332
|
+
render: __vue_render__$4,
|
|
7333
|
+
staticRenderFns: __vue_staticRenderFns__$4
|
|
7334
|
+
}, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, createInjector, undefined, undefined);
|
|
7335
7335
|
|
|
7336
7336
|
//
|
|
7337
7337
|
//
|
|
@@ -7349,7 +7349,7 @@ const __vue_component__$3 = /*#__PURE__*/normalizeComponent({
|
|
|
7349
7349
|
//
|
|
7350
7350
|
//
|
|
7351
7351
|
//
|
|
7352
|
-
var script$
|
|
7352
|
+
var script$3 = {
|
|
7353
7353
|
name: 'VcBadge',
|
|
7354
7354
|
components: {
|
|
7355
7355
|
VBadge: VBadge
|
|
@@ -7382,10 +7382,10 @@ var script$2 = {
|
|
|
7382
7382
|
};
|
|
7383
7383
|
|
|
7384
7384
|
/* script */
|
|
7385
|
-
const __vue_script__$
|
|
7385
|
+
const __vue_script__$3 = script$3;
|
|
7386
7386
|
/* template */
|
|
7387
7387
|
|
|
7388
|
-
var __vue_render__$
|
|
7388
|
+
var __vue_render__$3 = function () {
|
|
7389
7389
|
var _vm = this;
|
|
7390
7390
|
|
|
7391
7391
|
var _h = _vm.$createElement;
|
|
@@ -7411,10 +7411,10 @@ var __vue_render__$2 = function () {
|
|
|
7411
7411
|
}, [_vm._t("default")], 2)], 1);
|
|
7412
7412
|
};
|
|
7413
7413
|
|
|
7414
|
-
var __vue_staticRenderFns__$
|
|
7414
|
+
var __vue_staticRenderFns__$3 = [];
|
|
7415
7415
|
/* style */
|
|
7416
7416
|
|
|
7417
|
-
const __vue_inject_styles__$
|
|
7417
|
+
const __vue_inject_styles__$3 = function (inject) {
|
|
7418
7418
|
if (!inject) return;
|
|
7419
7419
|
inject("data-v-4edabf76_0", {
|
|
7420
7420
|
source: "[data-v-4edabf76] .v-icon__component{height:12px;width:12px}",
|
|
@@ -7425,30 +7425,30 @@ const __vue_inject_styles__$2 = function (inject) {
|
|
|
7425
7425
|
/* scoped */
|
|
7426
7426
|
|
|
7427
7427
|
|
|
7428
|
-
const __vue_scope_id__$
|
|
7428
|
+
const __vue_scope_id__$3 = "data-v-4edabf76";
|
|
7429
7429
|
/* module identifier */
|
|
7430
7430
|
|
|
7431
|
-
const __vue_module_identifier__$
|
|
7431
|
+
const __vue_module_identifier__$3 = undefined;
|
|
7432
7432
|
/* functional template */
|
|
7433
7433
|
|
|
7434
|
-
const __vue_is_functional_template__$
|
|
7434
|
+
const __vue_is_functional_template__$3 = false;
|
|
7435
7435
|
/* style inject SSR */
|
|
7436
7436
|
|
|
7437
7437
|
/* style inject shadow dom */
|
|
7438
7438
|
|
|
7439
|
-
const __vue_component__$
|
|
7440
|
-
render: __vue_render__$
|
|
7441
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7442
|
-
}, __vue_inject_styles__$
|
|
7439
|
+
const __vue_component__$3 = /*#__PURE__*/normalizeComponent({
|
|
7440
|
+
render: __vue_render__$3,
|
|
7441
|
+
staticRenderFns: __vue_staticRenderFns__$3
|
|
7442
|
+
}, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, createInjector, undefined, undefined);
|
|
7443
7443
|
|
|
7444
|
-
var script$
|
|
7444
|
+
var script$2 = {
|
|
7445
7445
|
name: "VcUpsellBlock",
|
|
7446
7446
|
components: {
|
|
7447
|
-
VcImage: __vue_component__$
|
|
7448
|
-
VcLink: __vue_component__$
|
|
7449
|
-
VcButton: __vue_component__$
|
|
7450
|
-
VcLayout: __vue_component__$
|
|
7451
|
-
VcIcon: __vue_component__$
|
|
7447
|
+
VcImage: __vue_component__$J,
|
|
7448
|
+
VcLink: __vue_component__$c,
|
|
7449
|
+
VcButton: __vue_component__$R,
|
|
7450
|
+
VcLayout: __vue_component__$P,
|
|
7451
|
+
VcIcon: __vue_component__$S
|
|
7452
7452
|
},
|
|
7453
7453
|
props: {
|
|
7454
7454
|
titleText: {
|
|
@@ -7506,10 +7506,10 @@ var script$1 = {
|
|
|
7506
7506
|
};
|
|
7507
7507
|
|
|
7508
7508
|
/* script */
|
|
7509
|
-
const __vue_script__$
|
|
7509
|
+
const __vue_script__$2 = script$2;
|
|
7510
7510
|
/* template */
|
|
7511
7511
|
|
|
7512
|
-
var __vue_render__$
|
|
7512
|
+
var __vue_render__$2 = function () {
|
|
7513
7513
|
var _vm = this;
|
|
7514
7514
|
|
|
7515
7515
|
var _h = _vm.$createElement;
|
|
@@ -7573,10 +7573,10 @@ var __vue_render__$1 = function () {
|
|
|
7573
7573
|
})], 1)], 1);
|
|
7574
7574
|
};
|
|
7575
7575
|
|
|
7576
|
-
var __vue_staticRenderFns__$
|
|
7576
|
+
var __vue_staticRenderFns__$2 = [];
|
|
7577
7577
|
/* style */
|
|
7578
7578
|
|
|
7579
|
-
const __vue_inject_styles__$
|
|
7579
|
+
const __vue_inject_styles__$2 = function (inject) {
|
|
7580
7580
|
if (!inject) return;
|
|
7581
7581
|
inject("data-v-3e23f57f_0", {
|
|
7582
7582
|
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}}",
|
|
@@ -7587,26 +7587,26 @@ const __vue_inject_styles__$1 = function (inject) {
|
|
|
7587
7587
|
/* scoped */
|
|
7588
7588
|
|
|
7589
7589
|
|
|
7590
|
-
const __vue_scope_id__$
|
|
7590
|
+
const __vue_scope_id__$2 = "data-v-3e23f57f";
|
|
7591
7591
|
/* module identifier */
|
|
7592
7592
|
|
|
7593
|
-
const __vue_module_identifier__$
|
|
7593
|
+
const __vue_module_identifier__$2 = undefined;
|
|
7594
7594
|
/* functional template */
|
|
7595
7595
|
|
|
7596
|
-
const __vue_is_functional_template__$
|
|
7596
|
+
const __vue_is_functional_template__$2 = false;
|
|
7597
7597
|
/* style inject SSR */
|
|
7598
7598
|
|
|
7599
7599
|
/* style inject shadow dom */
|
|
7600
7600
|
|
|
7601
|
-
const __vue_component__$
|
|
7602
|
-
render: __vue_render__$
|
|
7603
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7604
|
-
}, __vue_inject_styles__$
|
|
7601
|
+
const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
7602
|
+
render: __vue_render__$2,
|
|
7603
|
+
staticRenderFns: __vue_staticRenderFns__$2
|
|
7604
|
+
}, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, createInjector, undefined, undefined);
|
|
7605
7605
|
|
|
7606
|
-
var script = {
|
|
7606
|
+
var script$1 = {
|
|
7607
7607
|
name: "VcDropzone",
|
|
7608
7608
|
components: {
|
|
7609
|
-
VcLayout: __vue_component__$
|
|
7609
|
+
VcLayout: __vue_component__$P
|
|
7610
7610
|
},
|
|
7611
7611
|
props: {
|
|
7612
7612
|
title: {
|
|
@@ -7695,10 +7695,10 @@ var script = {
|
|
|
7695
7695
|
};
|
|
7696
7696
|
|
|
7697
7697
|
/* script */
|
|
7698
|
-
const __vue_script__ = script;
|
|
7698
|
+
const __vue_script__$1 = script$1;
|
|
7699
7699
|
/* template */
|
|
7700
7700
|
|
|
7701
|
-
var __vue_render__ = function () {
|
|
7701
|
+
var __vue_render__$1 = function () {
|
|
7702
7702
|
var _vm = this;
|
|
7703
7703
|
|
|
7704
7704
|
var _h = _vm.$createElement;
|
|
@@ -7766,10 +7766,10 @@ var __vue_render__ = function () {
|
|
|
7766
7766
|
})], 2)]);
|
|
7767
7767
|
};
|
|
7768
7768
|
|
|
7769
|
-
var __vue_staticRenderFns__ = [];
|
|
7769
|
+
var __vue_staticRenderFns__$1 = [];
|
|
7770
7770
|
/* style */
|
|
7771
7771
|
|
|
7772
|
-
const __vue_inject_styles__ = function (inject) {
|
|
7772
|
+
const __vue_inject_styles__$1 = function (inject) {
|
|
7773
7773
|
if (!inject) return;
|
|
7774
7774
|
inject("data-v-7efc8e1b_0", {
|
|
7775
7775
|
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;--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)}",
|
|
@@ -7780,7 +7780,112 @@ const __vue_inject_styles__ = function (inject) {
|
|
|
7780
7780
|
/* scoped */
|
|
7781
7781
|
|
|
7782
7782
|
|
|
7783
|
-
const __vue_scope_id__ = "data-v-7efc8e1b";
|
|
7783
|
+
const __vue_scope_id__$1 = "data-v-7efc8e1b";
|
|
7784
|
+
/* module identifier */
|
|
7785
|
+
|
|
7786
|
+
const __vue_module_identifier__$1 = undefined;
|
|
7787
|
+
/* functional template */
|
|
7788
|
+
|
|
7789
|
+
const __vue_is_functional_template__$1 = false;
|
|
7790
|
+
/* style inject SSR */
|
|
7791
|
+
|
|
7792
|
+
/* style inject shadow dom */
|
|
7793
|
+
|
|
7794
|
+
const __vue_component__$1 = /*#__PURE__*/normalizeComponent({
|
|
7795
|
+
render: __vue_render__$1,
|
|
7796
|
+
staticRenderFns: __vue_staticRenderFns__$1
|
|
7797
|
+
}, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, createInjector, undefined, undefined);
|
|
7798
|
+
|
|
7799
|
+
var script = {
|
|
7800
|
+
name: "VcSegmentedControl",
|
|
7801
|
+
components: {
|
|
7802
|
+
VcIcon: __vue_component__$S,
|
|
7803
|
+
VBtn: VBtn,
|
|
7804
|
+
VBtnToggle: VBtnToggle
|
|
7805
|
+
},
|
|
7806
|
+
props: {
|
|
7807
|
+
items: {
|
|
7808
|
+
type: Array,
|
|
7809
|
+
required: true,
|
|
7810
|
+
validator: prop => prop.every(e => e.label)
|
|
7811
|
+
},
|
|
7812
|
+
value: {
|
|
7813
|
+
type: Number,
|
|
7814
|
+
required: true
|
|
7815
|
+
},
|
|
7816
|
+
mandatory: {
|
|
7817
|
+
type: Boolean,
|
|
7818
|
+
default: false
|
|
7819
|
+
},
|
|
7820
|
+
dataQa: {
|
|
7821
|
+
type: String,
|
|
7822
|
+
default: 'VcSegmentedControl'
|
|
7823
|
+
}
|
|
7824
|
+
},
|
|
7825
|
+
methods: {
|
|
7826
|
+
getDataQaForItem(item) {
|
|
7827
|
+
const index = this.items.indexOf(item);
|
|
7828
|
+
return `${this.dataQa}-item-${item.id || index}`;
|
|
7829
|
+
}
|
|
7830
|
+
|
|
7831
|
+
}
|
|
7832
|
+
};
|
|
7833
|
+
|
|
7834
|
+
/* script */
|
|
7835
|
+
const __vue_script__ = script;
|
|
7836
|
+
/* template */
|
|
7837
|
+
|
|
7838
|
+
var __vue_render__ = function () {
|
|
7839
|
+
var _vm = this;
|
|
7840
|
+
|
|
7841
|
+
var _h = _vm.$createElement;
|
|
7842
|
+
|
|
7843
|
+
var _c = _vm._self._c || _h;
|
|
7844
|
+
|
|
7845
|
+
return _c('v-btn-toggle', {
|
|
7846
|
+
staticClass: "button-group",
|
|
7847
|
+
attrs: {
|
|
7848
|
+
"value": _vm.value,
|
|
7849
|
+
"mandatory": _vm.mandatory,
|
|
7850
|
+
"data-qa": _vm.dataQa
|
|
7851
|
+
},
|
|
7852
|
+
on: {
|
|
7853
|
+
"change": function (value) {
|
|
7854
|
+
return _vm.$emit('change', value);
|
|
7855
|
+
}
|
|
7856
|
+
}
|
|
7857
|
+
}, _vm._l(_vm.items, function (item) {
|
|
7858
|
+
return _c('v-btn', {
|
|
7859
|
+
key: item.id,
|
|
7860
|
+
attrs: {
|
|
7861
|
+
"id": item.id,
|
|
7862
|
+
"disabled": !!item.disabled,
|
|
7863
|
+
"data-qa": _vm.getDataQaForItem(item)
|
|
7864
|
+
}
|
|
7865
|
+
}, [item.icon ? _c('vc-icon', {
|
|
7866
|
+
staticClass: "item-icon",
|
|
7867
|
+
attrs: {
|
|
7868
|
+
"size": "16"
|
|
7869
|
+
}
|
|
7870
|
+
}, [_vm._v("\n " + _vm._s(item.icon) + "\n ")]) : _vm._e(), _vm._v("\n " + _vm._s(item.label) + "\n ")], 1);
|
|
7871
|
+
}), 1);
|
|
7872
|
+
};
|
|
7873
|
+
|
|
7874
|
+
var __vue_staticRenderFns__ = [];
|
|
7875
|
+
/* style */
|
|
7876
|
+
|
|
7877
|
+
const __vue_inject_styles__ = function (inject) {
|
|
7878
|
+
if (!inject) return;
|
|
7879
|
+
inject("data-v-ebfb67c4_0", {
|
|
7880
|
+
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;--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)}",
|
|
7881
|
+
map: undefined,
|
|
7882
|
+
media: undefined
|
|
7883
|
+
});
|
|
7884
|
+
};
|
|
7885
|
+
/* scoped */
|
|
7886
|
+
|
|
7887
|
+
|
|
7888
|
+
const __vue_scope_id__ = "data-v-ebfb67c4";
|
|
7784
7889
|
/* module identifier */
|
|
7785
7890
|
|
|
7786
7891
|
const __vue_module_identifier__ = undefined;
|
|
@@ -7800,59 +7905,60 @@ const __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
7800
7905
|
|
|
7801
7906
|
var components$1 = /*#__PURE__*/Object.freeze({
|
|
7802
7907
|
__proto__: null,
|
|
7803
|
-
VcConfirmModal: __vue_component__$
|
|
7804
|
-
VcInputModal: __vue_component__$
|
|
7805
|
-
VcNoticeModal: __vue_component__$
|
|
7806
|
-
VcModalFooter: __vue_component__$
|
|
7807
|
-
VcModalHeader: __vue_component__$
|
|
7808
|
-
VcAlert: __vue_component__$
|
|
7809
|
-
VcTooltip: __vue_component__$
|
|
7810
|
-
VcIconWithTooltip: __vue_component__$
|
|
7811
|
-
VcBottomActions: __vue_component__$
|
|
7812
|
-
VcActionList: __vue_component__$
|
|
7813
|
-
VcActions: __vue_component__$
|
|
7814
|
-
VcStepsBar: __vue_component__$
|
|
7815
|
-
VcMobileWizardProgress: __vue_component__$
|
|
7816
|
-
VcProgressCircular: __vue_component__$
|
|
7817
|
-
VcChecklistItem: __vue_component__$
|
|
7818
|
-
VcListbox: __vue_component__$
|
|
7819
|
-
VcBottomSheet: __vue_component__$
|
|
7820
|
-
VcInputBottomSheet: __vue_component__$
|
|
7821
|
-
VcPopover: __vue_component__$
|
|
7822
|
-
VcInputPopover: __vue_component__$
|
|
7823
|
-
VcChip: __vue_component__$
|
|
7824
|
-
VcSearchBar: __vue_component__$
|
|
7825
|
-
VcButton: __vue_component__$
|
|
7826
|
-
VcButtonGroup: __vue_component__$
|
|
7827
|
-
VcForm: __vue_component__$
|
|
7828
|
-
VcIcon: __vue_component__$
|
|
7829
|
-
VcLayout: __vue_component__$
|
|
7830
|
-
VcLoader: __vue_component__$
|
|
7831
|
-
VcSwitch: __vue_component__$
|
|
7832
|
-
VcListEntity: __vue_component__$
|
|
7833
|
-
VcExpansionCard: __vue_component__$
|
|
7834
|
-
VcTextField: __vue_component__$
|
|
7835
|
-
VcAvatar: __vue_component__$
|
|
7836
|
-
VcTextArea: __vue_component__$
|
|
7837
|
-
VcSelectField: __vue_component__$
|
|
7838
|
-
VcToast: __vue_component__$
|
|
7839
|
-
VcCard: __vue_component__$
|
|
7840
|
-
VcCheckbox: __vue_component__$
|
|
7841
|
-
VcFilterPanel: __vue_component__$
|
|
7842
|
-
VcFocusArea: __vue_component__$
|
|
7843
|
-
VcLink: __vue_component__$
|
|
7844
|
-
VcListItem: __vue_component__$
|
|
7845
|
-
VcGroupHeader: __vue_component__$
|
|
7846
|
-
VcEmptyState: __vue_component__$
|
|
7847
|
-
VcSvg: __vue_component__$
|
|
7848
|
-
VcBanner: __vue_component__$
|
|
7849
|
-
VcWizardCtaContainer: __vue_component__$
|
|
7850
|
-
VcWizard: __vue_component__$
|
|
7851
|
-
VcImage: __vue_component__$
|
|
7852
|
-
VcBadge: __vue_component__$
|
|
7853
|
-
VcUpsellBlock: __vue_component__$
|
|
7854
|
-
VcModalContainer: __vue_component__$
|
|
7855
|
-
VcDropzone: __vue_component__
|
|
7908
|
+
VcConfirmModal: __vue_component__$M,
|
|
7909
|
+
VcInputModal: __vue_component__$K,
|
|
7910
|
+
VcNoticeModal: __vue_component__$I,
|
|
7911
|
+
VcModalFooter: __vue_component__$O,
|
|
7912
|
+
VcModalHeader: __vue_component__$N,
|
|
7913
|
+
VcAlert: __vue_component__$H,
|
|
7914
|
+
VcTooltip: __vue_component__$G,
|
|
7915
|
+
VcIconWithTooltip: __vue_component__$F,
|
|
7916
|
+
VcBottomActions: __vue_component__$D,
|
|
7917
|
+
VcActionList: __vue_component__$C,
|
|
7918
|
+
VcActions: __vue_component__$B,
|
|
7919
|
+
VcStepsBar: __vue_component__$A,
|
|
7920
|
+
VcMobileWizardProgress: __vue_component__$y,
|
|
7921
|
+
VcProgressCircular: __vue_component__$z,
|
|
7922
|
+
VcChecklistItem: __vue_component__$w,
|
|
7923
|
+
VcListbox: __vue_component__$t,
|
|
7924
|
+
VcBottomSheet: __vue_component__$s,
|
|
7925
|
+
VcInputBottomSheet: __vue_component__$r,
|
|
7926
|
+
VcPopover: __vue_component__$q,
|
|
7927
|
+
VcInputPopover: __vue_component__$p,
|
|
7928
|
+
VcChip: __vue_component__$o,
|
|
7929
|
+
VcSearchBar: __vue_component__$u,
|
|
7930
|
+
VcButton: __vue_component__$R,
|
|
7931
|
+
VcButtonGroup: __vue_component__$n,
|
|
7932
|
+
VcForm: __vue_component__$L,
|
|
7933
|
+
VcIcon: __vue_component__$S,
|
|
7934
|
+
VcLayout: __vue_component__$P,
|
|
7935
|
+
VcLoader: __vue_component__$m,
|
|
7936
|
+
VcSwitch: __vue_component__$l,
|
|
7937
|
+
VcListEntity: __vue_component__$k,
|
|
7938
|
+
VcExpansionCard: __vue_component__$j,
|
|
7939
|
+
VcTextField: __vue_component__$v,
|
|
7940
|
+
VcAvatar: __vue_component__$E,
|
|
7941
|
+
VcTextArea: __vue_component__$i,
|
|
7942
|
+
VcSelectField: __vue_component__$h,
|
|
7943
|
+
VcToast: __vue_component__$g,
|
|
7944
|
+
VcCard: __vue_component__$f,
|
|
7945
|
+
VcCheckbox: __vue_component__$x,
|
|
7946
|
+
VcFilterPanel: __vue_component__$e,
|
|
7947
|
+
VcFocusArea: __vue_component__$d,
|
|
7948
|
+
VcLink: __vue_component__$c,
|
|
7949
|
+
VcListItem: __vue_component__$b,
|
|
7950
|
+
VcGroupHeader: __vue_component__$a,
|
|
7951
|
+
VcEmptyState: __vue_component__$8,
|
|
7952
|
+
VcSvg: __vue_component__$9,
|
|
7953
|
+
VcBanner: __vue_component__$7,
|
|
7954
|
+
VcWizardCtaContainer: __vue_component__$6,
|
|
7955
|
+
VcWizard: __vue_component__$4,
|
|
7956
|
+
VcImage: __vue_component__$J,
|
|
7957
|
+
VcBadge: __vue_component__$3,
|
|
7958
|
+
VcUpsellBlock: __vue_component__$2,
|
|
7959
|
+
VcModalContainer: __vue_component__$Q,
|
|
7960
|
+
VcDropzone: __vue_component__$1,
|
|
7961
|
+
VcSegmentedControl: __vue_component__
|
|
7856
7962
|
});
|
|
7857
7963
|
|
|
7858
7964
|
// Import vue components
|
|
@@ -7866,59 +7972,60 @@ const install = function installdesignSystem(Vue) {
|
|
|
7866
7972
|
var components = /*#__PURE__*/Object.freeze({
|
|
7867
7973
|
__proto__: null,
|
|
7868
7974
|
'default': install,
|
|
7869
|
-
VcConfirmModal: __vue_component__$
|
|
7870
|
-
VcInputModal: __vue_component__$
|
|
7871
|
-
VcNoticeModal: __vue_component__$
|
|
7872
|
-
VcModalFooter: __vue_component__$
|
|
7873
|
-
VcModalHeader: __vue_component__$
|
|
7874
|
-
VcAlert: __vue_component__$
|
|
7875
|
-
VcTooltip: __vue_component__$
|
|
7876
|
-
VcIconWithTooltip: __vue_component__$
|
|
7877
|
-
VcBottomActions: __vue_component__$
|
|
7878
|
-
VcActionList: __vue_component__$
|
|
7879
|
-
VcActions: __vue_component__$
|
|
7880
|
-
VcStepsBar: __vue_component__$
|
|
7881
|
-
VcMobileWizardProgress: __vue_component__$
|
|
7882
|
-
VcProgressCircular: __vue_component__$
|
|
7883
|
-
VcChecklistItem: __vue_component__$
|
|
7884
|
-
VcListbox: __vue_component__$
|
|
7885
|
-
VcBottomSheet: __vue_component__$
|
|
7886
|
-
VcInputBottomSheet: __vue_component__$
|
|
7887
|
-
VcPopover: __vue_component__$
|
|
7888
|
-
VcInputPopover: __vue_component__$
|
|
7889
|
-
VcChip: __vue_component__$
|
|
7890
|
-
VcSearchBar: __vue_component__$
|
|
7891
|
-
VcButton: __vue_component__$
|
|
7892
|
-
VcButtonGroup: __vue_component__$
|
|
7893
|
-
VcForm: __vue_component__$
|
|
7894
|
-
VcIcon: __vue_component__$
|
|
7895
|
-
VcLayout: __vue_component__$
|
|
7896
|
-
VcLoader: __vue_component__$
|
|
7897
|
-
VcSwitch: __vue_component__$
|
|
7898
|
-
VcListEntity: __vue_component__$
|
|
7899
|
-
VcExpansionCard: __vue_component__$
|
|
7900
|
-
VcTextField: __vue_component__$
|
|
7901
|
-
VcAvatar: __vue_component__$
|
|
7902
|
-
VcTextArea: __vue_component__$
|
|
7903
|
-
VcSelectField: __vue_component__$
|
|
7904
|
-
VcToast: __vue_component__$
|
|
7905
|
-
VcCard: __vue_component__$
|
|
7906
|
-
VcCheckbox: __vue_component__$
|
|
7907
|
-
VcFilterPanel: __vue_component__$
|
|
7908
|
-
VcFocusArea: __vue_component__$
|
|
7909
|
-
VcLink: __vue_component__$
|
|
7910
|
-
VcListItem: __vue_component__$
|
|
7911
|
-
VcGroupHeader: __vue_component__$
|
|
7912
|
-
VcEmptyState: __vue_component__$
|
|
7913
|
-
VcSvg: __vue_component__$
|
|
7914
|
-
VcBanner: __vue_component__$
|
|
7915
|
-
VcWizardCtaContainer: __vue_component__$
|
|
7916
|
-
VcWizard: __vue_component__$
|
|
7917
|
-
VcImage: __vue_component__$
|
|
7918
|
-
VcBadge: __vue_component__$
|
|
7919
|
-
VcUpsellBlock: __vue_component__$
|
|
7920
|
-
VcModalContainer: __vue_component__$
|
|
7921
|
-
VcDropzone: __vue_component__
|
|
7975
|
+
VcConfirmModal: __vue_component__$M,
|
|
7976
|
+
VcInputModal: __vue_component__$K,
|
|
7977
|
+
VcNoticeModal: __vue_component__$I,
|
|
7978
|
+
VcModalFooter: __vue_component__$O,
|
|
7979
|
+
VcModalHeader: __vue_component__$N,
|
|
7980
|
+
VcAlert: __vue_component__$H,
|
|
7981
|
+
VcTooltip: __vue_component__$G,
|
|
7982
|
+
VcIconWithTooltip: __vue_component__$F,
|
|
7983
|
+
VcBottomActions: __vue_component__$D,
|
|
7984
|
+
VcActionList: __vue_component__$C,
|
|
7985
|
+
VcActions: __vue_component__$B,
|
|
7986
|
+
VcStepsBar: __vue_component__$A,
|
|
7987
|
+
VcMobileWizardProgress: __vue_component__$y,
|
|
7988
|
+
VcProgressCircular: __vue_component__$z,
|
|
7989
|
+
VcChecklistItem: __vue_component__$w,
|
|
7990
|
+
VcListbox: __vue_component__$t,
|
|
7991
|
+
VcBottomSheet: __vue_component__$s,
|
|
7992
|
+
VcInputBottomSheet: __vue_component__$r,
|
|
7993
|
+
VcPopover: __vue_component__$q,
|
|
7994
|
+
VcInputPopover: __vue_component__$p,
|
|
7995
|
+
VcChip: __vue_component__$o,
|
|
7996
|
+
VcSearchBar: __vue_component__$u,
|
|
7997
|
+
VcButton: __vue_component__$R,
|
|
7998
|
+
VcButtonGroup: __vue_component__$n,
|
|
7999
|
+
VcForm: __vue_component__$L,
|
|
8000
|
+
VcIcon: __vue_component__$S,
|
|
8001
|
+
VcLayout: __vue_component__$P,
|
|
8002
|
+
VcLoader: __vue_component__$m,
|
|
8003
|
+
VcSwitch: __vue_component__$l,
|
|
8004
|
+
VcListEntity: __vue_component__$k,
|
|
8005
|
+
VcExpansionCard: __vue_component__$j,
|
|
8006
|
+
VcTextField: __vue_component__$v,
|
|
8007
|
+
VcAvatar: __vue_component__$E,
|
|
8008
|
+
VcTextArea: __vue_component__$i,
|
|
8009
|
+
VcSelectField: __vue_component__$h,
|
|
8010
|
+
VcToast: __vue_component__$g,
|
|
8011
|
+
VcCard: __vue_component__$f,
|
|
8012
|
+
VcCheckbox: __vue_component__$x,
|
|
8013
|
+
VcFilterPanel: __vue_component__$e,
|
|
8014
|
+
VcFocusArea: __vue_component__$d,
|
|
8015
|
+
VcLink: __vue_component__$c,
|
|
8016
|
+
VcListItem: __vue_component__$b,
|
|
8017
|
+
VcGroupHeader: __vue_component__$a,
|
|
8018
|
+
VcEmptyState: __vue_component__$8,
|
|
8019
|
+
VcSvg: __vue_component__$9,
|
|
8020
|
+
VcBanner: __vue_component__$7,
|
|
8021
|
+
VcWizardCtaContainer: __vue_component__$6,
|
|
8022
|
+
VcWizard: __vue_component__$4,
|
|
8023
|
+
VcImage: __vue_component__$J,
|
|
8024
|
+
VcBadge: __vue_component__$3,
|
|
8025
|
+
VcUpsellBlock: __vue_component__$2,
|
|
8026
|
+
VcModalContainer: __vue_component__$Q,
|
|
8027
|
+
VcDropzone: __vue_component__$1,
|
|
8028
|
+
VcSegmentedControl: __vue_component__
|
|
7922
8029
|
});
|
|
7923
8030
|
|
|
7924
8031
|
// iife/cjs usage extends esm default export - so import it all
|