@vcita/design-system 0.2.6 → 0.2.7
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { VDialog, VBtn, VLayout, VAlert, VTooltip, VIcon, VSubheader, VListItem, VList, VBottomSheet, VListItemTitle, VMenu, VStepperStep, VStepper, VProgressCircular, VCol, VRow, VContainer, VSwitch, VTextField, VTextarea, VSnackbar, VCard, VCheckbox } from 'vuetify/lib';
|
|
1
|
+
import { VDialog, VBtn, VLayout, VAlert, VTooltip, VIcon, VSubheader, VListItem, VList, VBottomSheet, VListItemTitle, VMenu, VStepperStep, VStepper, VProgressCircular, VCol, VRow, VContainer, VSwitch, VTextField, VTextarea, VSnackbar, VCard, VCheckbox, VStepperContent, VStepperItems } 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$D = {
|
|
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__$D = script$D;
|
|
172
172
|
/* template */
|
|
173
173
|
|
|
174
|
-
var __vue_render__$
|
|
174
|
+
var __vue_render__$A = function () {
|
|
175
175
|
var _vm = this;
|
|
176
176
|
|
|
177
177
|
var _h = _vm.$createElement;
|
|
@@ -206,10 +206,10 @@ var __vue_render__$y = function () {
|
|
|
206
206
|
}, [_vm._t("default")], 2);
|
|
207
207
|
};
|
|
208
208
|
|
|
209
|
-
var __vue_staticRenderFns__$
|
|
209
|
+
var __vue_staticRenderFns__$A = [];
|
|
210
210
|
/* style */
|
|
211
211
|
|
|
212
|
-
const __vue_inject_styles__$
|
|
212
|
+
const __vue_inject_styles__$D = 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__$B = function (inject) {
|
|
|
220
220
|
/* scoped */
|
|
221
221
|
|
|
222
222
|
|
|
223
|
-
const __vue_scope_id__$
|
|
223
|
+
const __vue_scope_id__$D = undefined;
|
|
224
224
|
/* module identifier */
|
|
225
225
|
|
|
226
|
-
const __vue_module_identifier__$
|
|
226
|
+
const __vue_module_identifier__$D = undefined;
|
|
227
227
|
/* functional template */
|
|
228
228
|
|
|
229
|
-
const __vue_is_functional_template__$
|
|
229
|
+
const __vue_is_functional_template__$D = 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__$D = /*#__PURE__*/normalizeComponent({
|
|
235
|
+
render: __vue_render__$A,
|
|
236
|
+
staticRenderFns: __vue_staticRenderFns__$A
|
|
237
|
+
}, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
|
|
238
238
|
|
|
239
|
-
var script$
|
|
239
|
+
var script$C = {
|
|
240
240
|
name: "VcIcon",
|
|
241
241
|
render: function (createElement) {
|
|
242
242
|
const props = {
|
|
@@ -248,28 +248,28 @@ var script$A = {
|
|
|
248
248
|
};
|
|
249
249
|
|
|
250
250
|
/* script */
|
|
251
|
-
const __vue_script__$
|
|
251
|
+
const __vue_script__$C = script$C;
|
|
252
252
|
/* template */
|
|
253
253
|
|
|
254
254
|
/* style */
|
|
255
255
|
|
|
256
|
-
const __vue_inject_styles__$
|
|
256
|
+
const __vue_inject_styles__$C = undefined;
|
|
257
257
|
/* scoped */
|
|
258
258
|
|
|
259
|
-
const __vue_scope_id__$
|
|
259
|
+
const __vue_scope_id__$C = undefined;
|
|
260
260
|
/* module identifier */
|
|
261
261
|
|
|
262
|
-
const __vue_module_identifier__$
|
|
262
|
+
const __vue_module_identifier__$C = undefined;
|
|
263
263
|
/* functional template */
|
|
264
264
|
|
|
265
|
-
const __vue_is_functional_template__$
|
|
265
|
+
const __vue_is_functional_template__$C = undefined;
|
|
266
266
|
/* style inject */
|
|
267
267
|
|
|
268
268
|
/* style inject SSR */
|
|
269
269
|
|
|
270
270
|
/* style inject shadow dom */
|
|
271
271
|
|
|
272
|
-
const __vue_component__$
|
|
272
|
+
const __vue_component__$C = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, undefined, undefined, undefined);
|
|
273
273
|
|
|
274
274
|
//
|
|
275
275
|
//
|
|
@@ -297,7 +297,7 @@ const __vue_component__$A = /*#__PURE__*/normalizeComponent({}, __vue_inject_sty
|
|
|
297
297
|
//
|
|
298
298
|
//
|
|
299
299
|
//
|
|
300
|
-
var script$
|
|
300
|
+
var script$B = {
|
|
301
301
|
components: {
|
|
302
302
|
VBtn: VBtn
|
|
303
303
|
},
|
|
@@ -375,10 +375,10 @@ var script$z = {
|
|
|
375
375
|
};
|
|
376
376
|
|
|
377
377
|
/* script */
|
|
378
|
-
const __vue_script__$
|
|
378
|
+
const __vue_script__$B = script$B;
|
|
379
379
|
/* template */
|
|
380
380
|
|
|
381
|
-
var __vue_render__$
|
|
381
|
+
var __vue_render__$z = function () {
|
|
382
382
|
var _vm = this;
|
|
383
383
|
|
|
384
384
|
var _h = _vm.$createElement;
|
|
@@ -414,10 +414,10 @@ var __vue_render__$x = function () {
|
|
|
414
414
|
}, [_vm._t("prepend"), _vm._v("\n " + _vm._s(_vm.label || _vm.$slots.default && _vm.$slots.default[0].text || '') + "\n "), _vm._t("append")], 2);
|
|
415
415
|
};
|
|
416
416
|
|
|
417
|
-
var __vue_staticRenderFns__$
|
|
417
|
+
var __vue_staticRenderFns__$z = [];
|
|
418
418
|
/* style */
|
|
419
419
|
|
|
420
|
-
const __vue_inject_styles__$
|
|
420
|
+
const __vue_inject_styles__$B = function (inject) {
|
|
421
421
|
if (!inject) return;
|
|
422
422
|
inject("data-v-b69a1aa2_0", {
|
|
423
423
|
source: ".VcButton[data-v-b69a1aa2]{letter-spacing:.003em}.VcButton[data-v-b69a1aa2]:disabled{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}",
|
|
@@ -428,28 +428,28 @@ const __vue_inject_styles__$z = function (inject) {
|
|
|
428
428
|
/* scoped */
|
|
429
429
|
|
|
430
430
|
|
|
431
|
-
const __vue_scope_id__$
|
|
431
|
+
const __vue_scope_id__$B = "data-v-b69a1aa2";
|
|
432
432
|
/* module identifier */
|
|
433
433
|
|
|
434
|
-
const __vue_module_identifier__$
|
|
434
|
+
const __vue_module_identifier__$B = undefined;
|
|
435
435
|
/* functional template */
|
|
436
436
|
|
|
437
|
-
const __vue_is_functional_template__$
|
|
437
|
+
const __vue_is_functional_template__$B = false;
|
|
438
438
|
/* style inject SSR */
|
|
439
439
|
|
|
440
440
|
/* style inject shadow dom */
|
|
441
441
|
|
|
442
|
-
const __vue_component__$
|
|
443
|
-
render: __vue_render__$
|
|
444
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
445
|
-
}, __vue_inject_styles__$
|
|
442
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
443
|
+
render: __vue_render__$z,
|
|
444
|
+
staticRenderFns: __vue_staticRenderFns__$z
|
|
445
|
+
}, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
|
|
446
446
|
|
|
447
|
-
var script$
|
|
447
|
+
var script$A = {
|
|
448
448
|
name: 'VcModalContainer',
|
|
449
449
|
components: {
|
|
450
|
-
VcButton: __vue_component__$
|
|
451
|
-
VcModalWrapper: __vue_component__$
|
|
452
|
-
VcIcon: __vue_component__$
|
|
450
|
+
VcButton: __vue_component__$B,
|
|
451
|
+
VcModalWrapper: __vue_component__$D,
|
|
452
|
+
VcIcon: __vue_component__$C,
|
|
453
453
|
VLayout: VLayout
|
|
454
454
|
},
|
|
455
455
|
props: {
|
|
@@ -495,10 +495,10 @@ var script$y = {
|
|
|
495
495
|
};
|
|
496
496
|
|
|
497
497
|
/* script */
|
|
498
|
-
const __vue_script__$
|
|
498
|
+
const __vue_script__$A = script$A;
|
|
499
499
|
/* template */
|
|
500
500
|
|
|
501
|
-
var __vue_render__$
|
|
501
|
+
var __vue_render__$y = function () {
|
|
502
502
|
var _vm = this;
|
|
503
503
|
|
|
504
504
|
var _h = _vm.$createElement;
|
|
@@ -571,10 +571,10 @@ var __vue_render__$w = function () {
|
|
|
571
571
|
}, [_vm._t("footer")], 2)])]], 2) : _vm._e();
|
|
572
572
|
};
|
|
573
573
|
|
|
574
|
-
var __vue_staticRenderFns__$
|
|
574
|
+
var __vue_staticRenderFns__$y = [];
|
|
575
575
|
/* style */
|
|
576
576
|
|
|
577
|
-
const __vue_inject_styles__$
|
|
577
|
+
const __vue_inject_styles__$A = function (inject) {
|
|
578
578
|
if (!inject) return;
|
|
579
579
|
inject("data-v-6b2b8919_0", {
|
|
580
580
|
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.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;right: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;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}",
|
|
@@ -585,23 +585,23 @@ const __vue_inject_styles__$y = function (inject) {
|
|
|
585
585
|
/* scoped */
|
|
586
586
|
|
|
587
587
|
|
|
588
|
-
const __vue_scope_id__$
|
|
588
|
+
const __vue_scope_id__$A = undefined;
|
|
589
589
|
/* module identifier */
|
|
590
590
|
|
|
591
|
-
const __vue_module_identifier__$
|
|
591
|
+
const __vue_module_identifier__$A = undefined;
|
|
592
592
|
/* functional template */
|
|
593
593
|
|
|
594
|
-
const __vue_is_functional_template__$
|
|
594
|
+
const __vue_is_functional_template__$A = false;
|
|
595
595
|
/* style inject SSR */
|
|
596
596
|
|
|
597
597
|
/* style inject shadow dom */
|
|
598
598
|
|
|
599
|
-
const __vue_component__$
|
|
600
|
-
render: __vue_render__$
|
|
601
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
602
|
-
}, __vue_inject_styles__$
|
|
599
|
+
const __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
600
|
+
render: __vue_render__$y,
|
|
601
|
+
staticRenderFns: __vue_staticRenderFns__$y
|
|
602
|
+
}, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
|
|
603
603
|
|
|
604
|
-
var script$
|
|
604
|
+
var script$z = {
|
|
605
605
|
name: "VcLayout",
|
|
606
606
|
render: function (createElement) {
|
|
607
607
|
// `<v-layout><slot></slot></v-layout>`
|
|
@@ -615,34 +615,34 @@ var script$x = {
|
|
|
615
615
|
};
|
|
616
616
|
|
|
617
617
|
/* script */
|
|
618
|
-
const __vue_script__$
|
|
618
|
+
const __vue_script__$z = script$z;
|
|
619
619
|
/* template */
|
|
620
620
|
|
|
621
621
|
/* style */
|
|
622
622
|
|
|
623
|
-
const __vue_inject_styles__$
|
|
623
|
+
const __vue_inject_styles__$z = undefined;
|
|
624
624
|
/* scoped */
|
|
625
625
|
|
|
626
|
-
const __vue_scope_id__$
|
|
626
|
+
const __vue_scope_id__$z = "data-v-0751575a";
|
|
627
627
|
/* module identifier */
|
|
628
628
|
|
|
629
|
-
const __vue_module_identifier__$
|
|
629
|
+
const __vue_module_identifier__$z = undefined;
|
|
630
630
|
/* functional template */
|
|
631
631
|
|
|
632
|
-
const __vue_is_functional_template__$
|
|
632
|
+
const __vue_is_functional_template__$z = undefined;
|
|
633
633
|
/* style inject */
|
|
634
634
|
|
|
635
635
|
/* style inject SSR */
|
|
636
636
|
|
|
637
637
|
/* style inject shadow dom */
|
|
638
638
|
|
|
639
|
-
const __vue_component__$
|
|
639
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, undefined, undefined);
|
|
640
640
|
|
|
641
|
-
var script$
|
|
641
|
+
var script$y = {
|
|
642
642
|
name: "VcModalFooter",
|
|
643
643
|
components: {
|
|
644
|
-
VcLayout: __vue_component__$
|
|
645
|
-
VcButton: __vue_component__$
|
|
644
|
+
VcLayout: __vue_component__$z,
|
|
645
|
+
VcButton: __vue_component__$B
|
|
646
646
|
},
|
|
647
647
|
props: {
|
|
648
648
|
direction: {
|
|
@@ -667,10 +667,10 @@ var script$w = {
|
|
|
667
667
|
};
|
|
668
668
|
|
|
669
669
|
/* script */
|
|
670
|
-
const __vue_script__$
|
|
670
|
+
const __vue_script__$y = script$y;
|
|
671
671
|
/* template */
|
|
672
672
|
|
|
673
|
-
var __vue_render__$
|
|
673
|
+
var __vue_render__$x = function () {
|
|
674
674
|
var _vm = this;
|
|
675
675
|
|
|
676
676
|
var _h = _vm.$createElement;
|
|
@@ -703,10 +703,10 @@ var __vue_render__$v = function () {
|
|
|
703
703
|
}), 1);
|
|
704
704
|
};
|
|
705
705
|
|
|
706
|
-
var __vue_staticRenderFns__$
|
|
706
|
+
var __vue_staticRenderFns__$x = [];
|
|
707
707
|
/* style */
|
|
708
708
|
|
|
709
|
-
const __vue_inject_styles__$
|
|
709
|
+
const __vue_inject_styles__$y = function (inject) {
|
|
710
710
|
if (!inject) return;
|
|
711
711
|
inject("data-v-daacbd22_0", {
|
|
712
712
|
source: ".VcModalFooter.vertical .VcFooterButton[data-v-daacbd22]{width:100%;margin-bottom:var(--size-value2)}.VcModalFooter.vertical .VcFooterButton[data-v-daacbd22]:last-of-type{margin-bottom:0}@media screen and (min-width:960px){.VcModalFooter.vertical .VcFooterButton[data-v-daacbd22]{width:auto}}.VcModalFooter.horizontal .VcFooterButton[data-v-daacbd22]{flex-basis:0;flex-grow:1}.VcModalFooter.horizontal .VcFooterButton[data-v-daacbd22]:first-of-type{margin-left:0}.VcModalFooter.horizontal .VcFooterButton[data-v-daacbd22]:last-of-type{margin-right:0}@media screen and (min-width:960px){.VcModalFooter.horizontal .VcFooterButton[data-v-daacbd22]{flex-basis:auto;flex-grow:0}}.VcModalFooter .VcFooterButton[data-v-daacbd22]{margin-left:var(--size-value1);margin-right:var(--size-value1)}",
|
|
@@ -717,28 +717,28 @@ const __vue_inject_styles__$w = function (inject) {
|
|
|
717
717
|
/* scoped */
|
|
718
718
|
|
|
719
719
|
|
|
720
|
-
const __vue_scope_id__$
|
|
720
|
+
const __vue_scope_id__$y = "data-v-daacbd22";
|
|
721
721
|
/* module identifier */
|
|
722
722
|
|
|
723
|
-
const __vue_module_identifier__$
|
|
723
|
+
const __vue_module_identifier__$y = undefined;
|
|
724
724
|
/* functional template */
|
|
725
725
|
|
|
726
|
-
const __vue_is_functional_template__$
|
|
726
|
+
const __vue_is_functional_template__$y = false;
|
|
727
727
|
/* style inject SSR */
|
|
728
728
|
|
|
729
729
|
/* style inject shadow dom */
|
|
730
730
|
|
|
731
|
-
const __vue_component__$
|
|
732
|
-
render: __vue_render__$
|
|
733
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
734
|
-
}, __vue_inject_styles__$
|
|
731
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
732
|
+
render: __vue_render__$x,
|
|
733
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
734
|
+
}, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
|
|
735
735
|
|
|
736
|
-
var script$
|
|
736
|
+
var script$x = {
|
|
737
737
|
name: "VcModalHeader",
|
|
738
738
|
components: {
|
|
739
|
-
VcLayout: __vue_component__$
|
|
740
|
-
VcIcon: __vue_component__$
|
|
741
|
-
VcButton: __vue_component__$
|
|
739
|
+
VcLayout: __vue_component__$z,
|
|
740
|
+
VcIcon: __vue_component__$C,
|
|
741
|
+
VcButton: __vue_component__$B
|
|
742
742
|
},
|
|
743
743
|
props: {
|
|
744
744
|
topTitle: {
|
|
@@ -776,10 +776,10 @@ var script$v = {
|
|
|
776
776
|
};
|
|
777
777
|
|
|
778
778
|
/* script */
|
|
779
|
-
const __vue_script__$
|
|
779
|
+
const __vue_script__$x = script$x;
|
|
780
780
|
/* template */
|
|
781
781
|
|
|
782
|
-
var __vue_render__$
|
|
782
|
+
var __vue_render__$w = function () {
|
|
783
783
|
var _vm = this;
|
|
784
784
|
|
|
785
785
|
var _h = _vm.$createElement;
|
|
@@ -852,10 +852,10 @@ var __vue_render__$u = function () {
|
|
|
852
852
|
}, [_vm._v(_vm._s(_vm.subtitle))]) : _vm._e()])], 1)], 2);
|
|
853
853
|
};
|
|
854
854
|
|
|
855
|
-
var __vue_staticRenderFns__$
|
|
855
|
+
var __vue_staticRenderFns__$w = [];
|
|
856
856
|
/* style */
|
|
857
857
|
|
|
858
|
-
const __vue_inject_styles__$
|
|
858
|
+
const __vue_inject_styles__$x = function (inject) {
|
|
859
859
|
if (!inject) return;
|
|
860
860
|
inject("data-v-407bef94_0", {
|
|
861
861
|
source: ".VcHeader[data-v-407bef94]{font-size:var(--font-size-small2);padding:var(--size-value4) var(--size-value6) var(--size-value4);line-height:24px;font-weight:var(--font-weight-large2)}@media screen and (min-width:960px){.VcHeader[data-v-407bef94]{font-weight:var(--font-weight-large);font-size:var(--font-size-medium)}}.VcHeader .VcHeaderImage[data-v-407bef94]{width:32px;margin-right:var(--size-value3);padding:5px;border:1px solid rgba(0,0,0,.12);box-sizing:border-box;border-radius:6px}.VcHeader .VcHeaderTopTitle[data-v-407bef94]{font-size:11px;font-weight:var(--font-weight-medium);line-height:12px;color:rgba(0,0,0,.54)}.VcHeader .VcHeaderTitleWithPadding[data-v-407bef94]{padding-left:var(--size-value6)}.VcHeader .VcHeaderSubtitle[data-v-407bef94]{font-size:15px;font-weight:var(--font-weight-medium);color:rgba(0,0,0,.87);padding-left:var(--size-value2)}.VcHeader.confirm[data-v-407bef94]{font-size:var(--font-size-medium);font-weight:var(--font-weight-large2);padding-bottom:var(--size-value1);padding-top:var(--size-value6)}@media screen and (min-width:960px){.VcHeader.confirm[data-v-407bef94]{padding-bottom:var(--size-value1)}}.VcHeader.confirm .VcHeaderButton[data-v-407bef94],.VcHeader.input .VcHeaderButton[data-v-407bef94]{max-height:24px;margin-right:var(--size-value3)}.VcHeader.confirm .VcHeaderIcon[data-v-407bef94],.VcHeader.input .VcHeaderIcon[data-v-407bef94]{padding-right:var(--size-value3);font-size:var(--font-size-medium)}.VcHeader.input[data-v-407bef94]{transform:translateX(-8px)}@media screen and (min-width:960px){.VcHeader.input[data-v-407bef94]{transform:translateX(0);padding-bottom:var(--size-value3)}}",
|
|
@@ -866,30 +866,30 @@ const __vue_inject_styles__$v = function (inject) {
|
|
|
866
866
|
/* scoped */
|
|
867
867
|
|
|
868
868
|
|
|
869
|
-
const __vue_scope_id__$
|
|
869
|
+
const __vue_scope_id__$x = "data-v-407bef94";
|
|
870
870
|
/* module identifier */
|
|
871
871
|
|
|
872
|
-
const __vue_module_identifier__$
|
|
872
|
+
const __vue_module_identifier__$x = undefined;
|
|
873
873
|
/* functional template */
|
|
874
874
|
|
|
875
|
-
const __vue_is_functional_template__$
|
|
875
|
+
const __vue_is_functional_template__$x = false;
|
|
876
876
|
/* style inject SSR */
|
|
877
877
|
|
|
878
878
|
/* style inject shadow dom */
|
|
879
879
|
|
|
880
|
-
const __vue_component__$
|
|
881
|
-
render: __vue_render__$
|
|
882
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
883
|
-
}, __vue_inject_styles__$
|
|
880
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
881
|
+
render: __vue_render__$w,
|
|
882
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
883
|
+
}, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
|
|
884
884
|
|
|
885
|
-
var script$
|
|
885
|
+
var script$w = {
|
|
886
886
|
name: "VcConfirmModal",
|
|
887
887
|
components: {
|
|
888
|
-
VcModalHeader: __vue_component__$
|
|
889
|
-
VcLayout: __vue_component__$
|
|
890
|
-
VcModalFooter: __vue_component__$
|
|
891
|
-
VcIcon: __vue_component__$
|
|
892
|
-
VcModalContainer: __vue_component__$
|
|
888
|
+
VcModalHeader: __vue_component__$x,
|
|
889
|
+
VcLayout: __vue_component__$z,
|
|
890
|
+
VcModalFooter: __vue_component__$y,
|
|
891
|
+
VcIcon: __vue_component__$C,
|
|
892
|
+
VcModalContainer: __vue_component__$A
|
|
893
893
|
},
|
|
894
894
|
props: {
|
|
895
895
|
showDialog: {
|
|
@@ -942,10 +942,10 @@ var script$u = {
|
|
|
942
942
|
};
|
|
943
943
|
|
|
944
944
|
/* script */
|
|
945
|
-
const __vue_script__$
|
|
945
|
+
const __vue_script__$w = script$w;
|
|
946
946
|
/* template */
|
|
947
947
|
|
|
948
|
-
var __vue_render__$
|
|
948
|
+
var __vue_render__$v = function () {
|
|
949
949
|
var _vm = this;
|
|
950
950
|
|
|
951
951
|
var _h = _vm.$createElement;
|
|
@@ -1027,31 +1027,31 @@ var __vue_render__$t = function () {
|
|
|
1027
1027
|
});
|
|
1028
1028
|
};
|
|
1029
1029
|
|
|
1030
|
-
var __vue_staticRenderFns__$
|
|
1030
|
+
var __vue_staticRenderFns__$v = [];
|
|
1031
1031
|
/* style */
|
|
1032
1032
|
|
|
1033
|
-
const __vue_inject_styles__$
|
|
1033
|
+
const __vue_inject_styles__$w = undefined;
|
|
1034
1034
|
/* scoped */
|
|
1035
1035
|
|
|
1036
|
-
const __vue_scope_id__$
|
|
1036
|
+
const __vue_scope_id__$w = "data-v-8cd4b05c";
|
|
1037
1037
|
/* module identifier */
|
|
1038
1038
|
|
|
1039
|
-
const __vue_module_identifier__$
|
|
1039
|
+
const __vue_module_identifier__$w = undefined;
|
|
1040
1040
|
/* functional template */
|
|
1041
1041
|
|
|
1042
|
-
const __vue_is_functional_template__$
|
|
1042
|
+
const __vue_is_functional_template__$w = false;
|
|
1043
1043
|
/* style inject */
|
|
1044
1044
|
|
|
1045
1045
|
/* style inject SSR */
|
|
1046
1046
|
|
|
1047
1047
|
/* style inject shadow dom */
|
|
1048
1048
|
|
|
1049
|
-
const __vue_component__$
|
|
1050
|
-
render: __vue_render__$
|
|
1051
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1052
|
-
}, __vue_inject_styles__$
|
|
1049
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
1050
|
+
render: __vue_render__$v,
|
|
1051
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
1052
|
+
}, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, undefined, undefined);
|
|
1053
1053
|
|
|
1054
|
-
var script$
|
|
1054
|
+
var script$v = {
|
|
1055
1055
|
name: "VcForm",
|
|
1056
1056
|
methods: {
|
|
1057
1057
|
validate() {
|
|
@@ -1071,38 +1071,38 @@ var script$t = {
|
|
|
1071
1071
|
};
|
|
1072
1072
|
|
|
1073
1073
|
/* script */
|
|
1074
|
-
const __vue_script__$
|
|
1074
|
+
const __vue_script__$v = script$v;
|
|
1075
1075
|
/* template */
|
|
1076
1076
|
|
|
1077
1077
|
/* style */
|
|
1078
1078
|
|
|
1079
|
-
const __vue_inject_styles__$
|
|
1079
|
+
const __vue_inject_styles__$v = undefined;
|
|
1080
1080
|
/* scoped */
|
|
1081
1081
|
|
|
1082
|
-
const __vue_scope_id__$
|
|
1082
|
+
const __vue_scope_id__$v = "data-v-398cf17d";
|
|
1083
1083
|
/* module identifier */
|
|
1084
1084
|
|
|
1085
|
-
const __vue_module_identifier__$
|
|
1085
|
+
const __vue_module_identifier__$v = undefined;
|
|
1086
1086
|
/* functional template */
|
|
1087
1087
|
|
|
1088
|
-
const __vue_is_functional_template__$
|
|
1088
|
+
const __vue_is_functional_template__$v = undefined;
|
|
1089
1089
|
/* style inject */
|
|
1090
1090
|
|
|
1091
1091
|
/* style inject SSR */
|
|
1092
1092
|
|
|
1093
1093
|
/* style inject shadow dom */
|
|
1094
1094
|
|
|
1095
|
-
const __vue_component__$
|
|
1095
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, undefined, undefined);
|
|
1096
1096
|
|
|
1097
|
-
var script$
|
|
1097
|
+
var script$u = {
|
|
1098
1098
|
name: "VcInputModal",
|
|
1099
1099
|
components: {
|
|
1100
|
-
VcForm: __vue_component__$
|
|
1101
|
-
VcLayout: __vue_component__$
|
|
1102
|
-
VcModalFooter: __vue_component__$
|
|
1103
|
-
VcIcon: __vue_component__$
|
|
1104
|
-
VcModalContainer: __vue_component__$
|
|
1105
|
-
VcModalHeader: __vue_component__$
|
|
1100
|
+
VcForm: __vue_component__$v,
|
|
1101
|
+
VcLayout: __vue_component__$z,
|
|
1102
|
+
VcModalFooter: __vue_component__$y,
|
|
1103
|
+
VcIcon: __vue_component__$C,
|
|
1104
|
+
VcModalContainer: __vue_component__$A,
|
|
1105
|
+
VcModalHeader: __vue_component__$x
|
|
1106
1106
|
},
|
|
1107
1107
|
props: {
|
|
1108
1108
|
showDialog: {
|
|
@@ -1179,10 +1179,10 @@ var script$s = {
|
|
|
1179
1179
|
};
|
|
1180
1180
|
|
|
1181
1181
|
/* script */
|
|
1182
|
-
const __vue_script__$
|
|
1182
|
+
const __vue_script__$u = script$u;
|
|
1183
1183
|
/* template */
|
|
1184
1184
|
|
|
1185
|
-
var __vue_render__$
|
|
1185
|
+
var __vue_render__$u = function () {
|
|
1186
1186
|
var _vm = this;
|
|
1187
1187
|
|
|
1188
1188
|
var _h = _vm.$createElement;
|
|
@@ -1283,10 +1283,10 @@ var __vue_render__$s = function () {
|
|
|
1283
1283
|
});
|
|
1284
1284
|
};
|
|
1285
1285
|
|
|
1286
|
-
var __vue_staticRenderFns__$
|
|
1286
|
+
var __vue_staticRenderFns__$u = [];
|
|
1287
1287
|
/* style */
|
|
1288
1288
|
|
|
1289
|
-
const __vue_inject_styles__$
|
|
1289
|
+
const __vue_inject_styles__$u = function (inject) {
|
|
1290
1290
|
if (!inject) return;
|
|
1291
1291
|
inject("data-v-1f25c5b3_0", {
|
|
1292
1292
|
source: ".VcInputForm-layout .VcInputForm-main[data-v-1f25c5b3]{width:100%;max-width:100%;padding:var(--size-value6)}.VcInputForm-layout .VcInputForm-additional[data-v-1f25c5b3]{min-width:324px;padding:var(--size-value6);background:#f8f9fb;border-left:1px solid rgba(0,0,0,.12)}",
|
|
@@ -1297,28 +1297,28 @@ const __vue_inject_styles__$s = function (inject) {
|
|
|
1297
1297
|
/* scoped */
|
|
1298
1298
|
|
|
1299
1299
|
|
|
1300
|
-
const __vue_scope_id__$
|
|
1300
|
+
const __vue_scope_id__$u = "data-v-1f25c5b3";
|
|
1301
1301
|
/* module identifier */
|
|
1302
1302
|
|
|
1303
|
-
const __vue_module_identifier__$
|
|
1303
|
+
const __vue_module_identifier__$u = undefined;
|
|
1304
1304
|
/* functional template */
|
|
1305
1305
|
|
|
1306
|
-
const __vue_is_functional_template__$
|
|
1306
|
+
const __vue_is_functional_template__$u = false;
|
|
1307
1307
|
/* style inject SSR */
|
|
1308
1308
|
|
|
1309
1309
|
/* style inject shadow dom */
|
|
1310
1310
|
|
|
1311
|
-
const __vue_component__$
|
|
1312
|
-
render: __vue_render__$
|
|
1313
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1314
|
-
}, __vue_inject_styles__$
|
|
1311
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
1312
|
+
render: __vue_render__$u,
|
|
1313
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
1314
|
+
}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
|
|
1315
1315
|
|
|
1316
|
-
var script$
|
|
1316
|
+
var script$t = {
|
|
1317
1317
|
name: "VcNoticeModal",
|
|
1318
1318
|
components: {
|
|
1319
|
-
VcLayout: __vue_component__$
|
|
1320
|
-
VcModalFooter: __vue_component__$
|
|
1321
|
-
VcModalContainer: __vue_component__$
|
|
1319
|
+
VcLayout: __vue_component__$z,
|
|
1320
|
+
VcModalFooter: __vue_component__$y,
|
|
1321
|
+
VcModalContainer: __vue_component__$A
|
|
1322
1322
|
},
|
|
1323
1323
|
props: {
|
|
1324
1324
|
showDialog: {
|
|
@@ -1364,10 +1364,10 @@ var script$r = {
|
|
|
1364
1364
|
};
|
|
1365
1365
|
|
|
1366
1366
|
/* script */
|
|
1367
|
-
const __vue_script__$
|
|
1367
|
+
const __vue_script__$t = script$t;
|
|
1368
1368
|
/* template */
|
|
1369
1369
|
|
|
1370
|
-
var __vue_render__$
|
|
1370
|
+
var __vue_render__$t = function () {
|
|
1371
1371
|
var _vm = this;
|
|
1372
1372
|
|
|
1373
1373
|
var _h = _vm.$createElement;
|
|
@@ -1453,10 +1453,10 @@ var __vue_render__$r = function () {
|
|
|
1453
1453
|
});
|
|
1454
1454
|
};
|
|
1455
1455
|
|
|
1456
|
-
var __vue_staticRenderFns__$
|
|
1456
|
+
var __vue_staticRenderFns__$t = [];
|
|
1457
1457
|
/* style */
|
|
1458
1458
|
|
|
1459
|
-
const __vue_inject_styles__$
|
|
1459
|
+
const __vue_inject_styles__$t = function (inject) {
|
|
1460
1460
|
if (!inject) return;
|
|
1461
1461
|
inject("data-v-c197dce0_0", {
|
|
1462
1462
|
source: ".VcNoticeImage[data-v-c197dce0]{margin-bottom:var(--size-value4)}.VcNoticeImage.md[data-v-c197dce0],.VcNoticeImage.responsive[data-v-c197dce0],.VcNoticeImage.sm[data-v-c197dce0]{max-height:160px}.VcNoticeImage.lg[data-v-c197dce0]{max-height:208px}.VcNoticeContent[data-v-c197dce0],.VcNoticeHeader[data-v-c197dce0],.VcNoticeSubtitle[data-v-c197dce0]{text-align:center;line-height:24px}.VcNoticeHeader[data-v-c197dce0]{text-align:center;font-size:18px;font-weight:600;line-height:28px}@media screen and (min-width:960px){.VcNoticeHeader[data-v-c197dce0]{font-size:24px;font-weight:800;line-height:var(--size-value10)}}.VcNoticeHeader .VcNoticeHeaderText[data-v-c197dce0]{padding-bottom:var(--size-value2)}.VcNoticeHeader.prominent .VcNoticeHeaderText[data-v-c197dce0]{font-size:18px;font-weight:600}.VcNoticeSubtitle[data-v-c197dce0]{font-size:15px;font-weight:var(--font-weight-medium);line-height:var(--size-value6)}@media screen and (min-width:960px){.VcNoticeSubtitle[data-v-c197dce0]{font-size:var(--font-size-small)}}.VcNoticeSubtitle.prominent[data-v-c197dce0]{font-size:15px}.VcNoticeContent[data-v-c197dce0]{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-c197dce0]{line-height:21px;font-size:14px}}.VcNoticeFooter[data-v-c197dce0]{padding-bottom:var(--size-value10)}",
|
|
@@ -1467,28 +1467,28 @@ const __vue_inject_styles__$r = function (inject) {
|
|
|
1467
1467
|
/* scoped */
|
|
1468
1468
|
|
|
1469
1469
|
|
|
1470
|
-
const __vue_scope_id__$
|
|
1470
|
+
const __vue_scope_id__$t = "data-v-c197dce0";
|
|
1471
1471
|
/* module identifier */
|
|
1472
1472
|
|
|
1473
|
-
const __vue_module_identifier__$
|
|
1473
|
+
const __vue_module_identifier__$t = undefined;
|
|
1474
1474
|
/* functional template */
|
|
1475
1475
|
|
|
1476
|
-
const __vue_is_functional_template__$
|
|
1476
|
+
const __vue_is_functional_template__$t = false;
|
|
1477
1477
|
/* style inject SSR */
|
|
1478
1478
|
|
|
1479
1479
|
/* style inject shadow dom */
|
|
1480
1480
|
|
|
1481
|
-
const __vue_component__$
|
|
1482
|
-
render: __vue_render__$
|
|
1483
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1484
|
-
}, __vue_inject_styles__$
|
|
1481
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
1482
|
+
render: __vue_render__$t,
|
|
1483
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
1484
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
|
|
1485
1485
|
|
|
1486
|
-
var script$
|
|
1486
|
+
var script$s = {
|
|
1487
1487
|
name: "VcAlert",
|
|
1488
1488
|
components: {
|
|
1489
|
-
VcIcon: __vue_component__$
|
|
1490
|
-
VcButton: __vue_component__$
|
|
1491
|
-
VcLayout: __vue_component__$
|
|
1489
|
+
VcIcon: __vue_component__$C,
|
|
1490
|
+
VcButton: __vue_component__$B,
|
|
1491
|
+
VcLayout: __vue_component__$z,
|
|
1492
1492
|
VAlert: VAlert
|
|
1493
1493
|
},
|
|
1494
1494
|
props: {
|
|
@@ -1584,10 +1584,10 @@ var script$q = {
|
|
|
1584
1584
|
};
|
|
1585
1585
|
|
|
1586
1586
|
/* script */
|
|
1587
|
-
const __vue_script__$
|
|
1587
|
+
const __vue_script__$s = script$s;
|
|
1588
1588
|
/* template */
|
|
1589
1589
|
|
|
1590
|
-
var __vue_render__$
|
|
1590
|
+
var __vue_render__$s = function () {
|
|
1591
1591
|
var _vm = this;
|
|
1592
1592
|
|
|
1593
1593
|
var _h = _vm.$createElement;
|
|
@@ -1657,10 +1657,10 @@ var __vue_render__$q = function () {
|
|
|
1657
1657
|
}) : _vm._e()], 1);
|
|
1658
1658
|
};
|
|
1659
1659
|
|
|
1660
|
-
var __vue_staticRenderFns__$
|
|
1660
|
+
var __vue_staticRenderFns__$s = [];
|
|
1661
1661
|
/* style */
|
|
1662
1662
|
|
|
1663
|
-
const __vue_inject_styles__$
|
|
1663
|
+
const __vue_inject_styles__$s = function (inject) {
|
|
1664
1664
|
if (!inject) return;
|
|
1665
1665
|
inject("data-v-285965af_0", {
|
|
1666
1666
|
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:.003em;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)}",
|
|
@@ -1671,21 +1671,21 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
1671
1671
|
/* scoped */
|
|
1672
1672
|
|
|
1673
1673
|
|
|
1674
|
-
const __vue_scope_id__$
|
|
1674
|
+
const __vue_scope_id__$s = undefined;
|
|
1675
1675
|
/* module identifier */
|
|
1676
1676
|
|
|
1677
|
-
const __vue_module_identifier__$
|
|
1677
|
+
const __vue_module_identifier__$s = undefined;
|
|
1678
1678
|
/* functional template */
|
|
1679
1679
|
|
|
1680
|
-
const __vue_is_functional_template__$
|
|
1680
|
+
const __vue_is_functional_template__$s = false;
|
|
1681
1681
|
/* style inject SSR */
|
|
1682
1682
|
|
|
1683
1683
|
/* style inject shadow dom */
|
|
1684
1684
|
|
|
1685
|
-
const __vue_component__$
|
|
1686
|
-
render: __vue_render__$
|
|
1687
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1688
|
-
}, __vue_inject_styles__$
|
|
1685
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
1686
|
+
render: __vue_render__$s,
|
|
1687
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
1688
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
|
|
1689
1689
|
|
|
1690
1690
|
//
|
|
1691
1691
|
//
|
|
@@ -1732,7 +1732,7 @@ const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
|
1732
1732
|
//
|
|
1733
1733
|
//
|
|
1734
1734
|
//
|
|
1735
|
-
var script$
|
|
1735
|
+
var script$r = {
|
|
1736
1736
|
components: {
|
|
1737
1737
|
VTooltip: VTooltip
|
|
1738
1738
|
},
|
|
@@ -1789,10 +1789,10 @@ var script$p = {
|
|
|
1789
1789
|
};
|
|
1790
1790
|
|
|
1791
1791
|
/* script */
|
|
1792
|
-
const __vue_script__$
|
|
1792
|
+
const __vue_script__$r = script$r;
|
|
1793
1793
|
/* template */
|
|
1794
1794
|
|
|
1795
|
-
var __vue_render__$
|
|
1795
|
+
var __vue_render__$r = function () {
|
|
1796
1796
|
var _vm = this;
|
|
1797
1797
|
|
|
1798
1798
|
var _h = _vm.$createElement;
|
|
@@ -1844,10 +1844,10 @@ var __vue_render__$p = function () {
|
|
|
1844
1844
|
})])])])], 1);
|
|
1845
1845
|
};
|
|
1846
1846
|
|
|
1847
|
-
var __vue_staticRenderFns__$
|
|
1847
|
+
var __vue_staticRenderFns__$r = [];
|
|
1848
1848
|
/* style */
|
|
1849
1849
|
|
|
1850
|
-
const __vue_inject_styles__$
|
|
1850
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
1851
1851
|
if (!inject) return;
|
|
1852
1852
|
inject("data-v-858200cc_0", {
|
|
1853
1853
|
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-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--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;--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;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--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{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}",
|
|
@@ -1858,26 +1858,26 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
1858
1858
|
/* scoped */
|
|
1859
1859
|
|
|
1860
1860
|
|
|
1861
|
-
const __vue_scope_id__$
|
|
1861
|
+
const __vue_scope_id__$r = undefined;
|
|
1862
1862
|
/* module identifier */
|
|
1863
1863
|
|
|
1864
|
-
const __vue_module_identifier__$
|
|
1864
|
+
const __vue_module_identifier__$r = undefined;
|
|
1865
1865
|
/* functional template */
|
|
1866
1866
|
|
|
1867
|
-
const __vue_is_functional_template__$
|
|
1867
|
+
const __vue_is_functional_template__$r = false;
|
|
1868
1868
|
/* style inject SSR */
|
|
1869
1869
|
|
|
1870
1870
|
/* style inject shadow dom */
|
|
1871
1871
|
|
|
1872
|
-
const __vue_component__$
|
|
1873
|
-
render: __vue_render__$
|
|
1874
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1875
|
-
}, __vue_inject_styles__$
|
|
1872
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
1873
|
+
render: __vue_render__$r,
|
|
1874
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
1875
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
1876
1876
|
|
|
1877
|
-
var script$
|
|
1877
|
+
var script$q = {
|
|
1878
1878
|
name: "VcIconWithTooltip",
|
|
1879
1879
|
components: {
|
|
1880
|
-
VcTooltip: __vue_component__$
|
|
1880
|
+
VcTooltip: __vue_component__$r,
|
|
1881
1881
|
VIcon: VIcon
|
|
1882
1882
|
},
|
|
1883
1883
|
props: {
|
|
@@ -1937,10 +1937,10 @@ var script$o = {
|
|
|
1937
1937
|
};
|
|
1938
1938
|
|
|
1939
1939
|
/* script */
|
|
1940
|
-
const __vue_script__$
|
|
1940
|
+
const __vue_script__$q = script$q;
|
|
1941
1941
|
/* template */
|
|
1942
1942
|
|
|
1943
|
-
var __vue_render__$
|
|
1943
|
+
var __vue_render__$q = function () {
|
|
1944
1944
|
var _vm = this;
|
|
1945
1945
|
|
|
1946
1946
|
var _h = _vm.$createElement;
|
|
@@ -1970,10 +1970,10 @@ var __vue_render__$o = function () {
|
|
|
1970
1970
|
}, [_vm._v("\n " + _vm._s(_vm.getIcon) + "\n ")])]], 2);
|
|
1971
1971
|
};
|
|
1972
1972
|
|
|
1973
|
-
var __vue_staticRenderFns__$
|
|
1973
|
+
var __vue_staticRenderFns__$q = [];
|
|
1974
1974
|
/* style */
|
|
1975
1975
|
|
|
1976
|
-
const __vue_inject_styles__$
|
|
1976
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
1977
1977
|
if (!inject) return;
|
|
1978
1978
|
inject("data-v-7193d7d6_0", {
|
|
1979
1979
|
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-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--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;--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;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--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)}",
|
|
@@ -1984,21 +1984,21 @@ const __vue_inject_styles__$o = function (inject) {
|
|
|
1984
1984
|
/* scoped */
|
|
1985
1985
|
|
|
1986
1986
|
|
|
1987
|
-
const __vue_scope_id__$
|
|
1987
|
+
const __vue_scope_id__$q = undefined;
|
|
1988
1988
|
/* module identifier */
|
|
1989
1989
|
|
|
1990
|
-
const __vue_module_identifier__$
|
|
1990
|
+
const __vue_module_identifier__$q = undefined;
|
|
1991
1991
|
/* functional template */
|
|
1992
1992
|
|
|
1993
|
-
const __vue_is_functional_template__$
|
|
1993
|
+
const __vue_is_functional_template__$q = false;
|
|
1994
1994
|
/* style inject SSR */
|
|
1995
1995
|
|
|
1996
1996
|
/* style inject shadow dom */
|
|
1997
1997
|
|
|
1998
|
-
const __vue_component__$
|
|
1999
|
-
render: __vue_render__$
|
|
2000
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2001
|
-
}, __vue_inject_styles__$
|
|
1998
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
1999
|
+
render: __vue_render__$q,
|
|
2000
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
2001
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
2002
2002
|
|
|
2003
2003
|
//
|
|
2004
2004
|
//
|
|
@@ -2026,7 +2026,7 @@ const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
|
2026
2026
|
//
|
|
2027
2027
|
//
|
|
2028
2028
|
//
|
|
2029
|
-
var script$
|
|
2029
|
+
var script$p = {
|
|
2030
2030
|
components: {
|
|
2031
2031
|
VIcon: VIcon,
|
|
2032
2032
|
VTooltip: VTooltip
|
|
@@ -2146,10 +2146,10 @@ var script$n = {
|
|
|
2146
2146
|
};
|
|
2147
2147
|
|
|
2148
2148
|
/* script */
|
|
2149
|
-
const __vue_script__$
|
|
2149
|
+
const __vue_script__$p = script$p;
|
|
2150
2150
|
/* template */
|
|
2151
2151
|
|
|
2152
|
-
var __vue_render__$
|
|
2152
|
+
var __vue_render__$p = function () {
|
|
2153
2153
|
var _vm = this;
|
|
2154
2154
|
|
|
2155
2155
|
var _h = _vm.$createElement;
|
|
@@ -2199,10 +2199,10 @@ var __vue_render__$n = function () {
|
|
|
2199
2199
|
}, [_vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.lightModeTooltip))])])], 1);
|
|
2200
2200
|
};
|
|
2201
2201
|
|
|
2202
|
-
var __vue_staticRenderFns__$
|
|
2202
|
+
var __vue_staticRenderFns__$p = [];
|
|
2203
2203
|
/* style */
|
|
2204
2204
|
|
|
2205
|
-
const __vue_inject_styles__$
|
|
2205
|
+
const __vue_inject_styles__$p = function (inject) {
|
|
2206
2206
|
if (!inject) return;
|
|
2207
2207
|
inject("data-v-24222052_0", {
|
|
2208
2208
|
source: ".avatar-wrapper[data-v-24222052]{position:relative;border-radius:50%;background-color:#a7a9ac;text-align:center;border:1px solid #fff;color:#fff}.avatar-wrapper.light-mode[data-v-24222052]{border:1px solid rgba(0,0,0,.3);color:rgba(0,0,0,.3);background-color:#fff}.avatar-wrapper.x-sm[data-v-24222052]{height:var(--avatar-x-sm);width:var(--avatar-x-sm);font-size:9px}.avatar-wrapper.sm[data-v-24222052]{height:var(--avatar-sm);width:var(--avatar-sm);font-size:12px}.avatar-wrapper.md[data-v-24222052]{height:var(--avatar-md);width:var(--avatar-md);font-size:14px}.avatar-wrapper.lg[data-v-24222052]{height:var(--avatar-lg);width:var(--avatar-lg);font-size:17px}.avatar-wrapper .avatar-image[data-v-24222052]{display:block;margin:auto;height:100%;width:100%;object-fit:cover;border-radius:50%}.avatar-wrapper .avatar-initials[data-v-24222052]{position:relative;top:50%;font-weight:var(--font-weight-medium2);transform:translateY(-50%)}.avatar-wrapper .badge[data-v-24222052]{fill:#fff;position:absolute;--gap:0;height:16px;width:16px;border-radius:50%;bottom:calc(var(--gap) * -1);left:calc(var(--gap) * -1)}.avatar-wrapper .badge.x-sm[data-v-24222052]{--gap:4px}.avatar-wrapper .badge.sm[data-v-24222052]{--gap:4px}.avatar-wrapper .badge.md[data-v-24222052]{--gap:2px}.avatar-wrapper .badge.lg[data-v-24222052]{--gap:0px}.avatar-wrapper .badge.right[data-v-24222052]{left:unset;right:calc(var(--gap) * -1)}.avatar-wrapper .badge.confirmed[data-v-24222052]{border:2px #fff solid}.color-0[data-v-24222052]{background-color:#fed62f}.color-1[data-v-24222052]{background-color:#fec22e}.color-2[data-v-24222052]{background-color:#feac2a}.color-3[data-v-24222052]{background-color:#fe9a28}.color-4[data-v-24222052]{background-color:#fd7024}.color-5[data-v-24222052]{background-color:#fd5b32}.color-6[data-v-24222052]{background-color:#f2483f}.color-7[data-v-24222052]{background-color:#dc331b}.color-8[data-v-24222052]{background-color:#d41419}.color-9[data-v-24222052]{background-color:#e72866}.color-10[data-v-24222052]{background-color:#c41c63}.color-11[data-v-24222052]{background-color:#9b2bae}.color-12[data-v-24222052]{background-color:#673bb5}.color-13[data-v-24222052]{background-color:#7c4efc}.color-14[data-v-24222052]{background-color:#4051b3}.color-15[data-v-24222052]{background-color:#311b92}.color-16[data-v-24222052]{background-color:#2d62fb}.color-17[data-v-24222052]{background-color:#5c6bc0}.color-18[data-v-24222052]{background-color:#17a8f1}.color-19[data-v-24222052]{background-color:#17bbd2}.color-20[data-v-24222052]{background-color:#14abbf}.color-21[data-v-24222052]{background-color:#0f9587}.color-22[data-v-24222052]{background-color:#16bea5}.color-23[data-v-24222052]{background-color:#4eae53}.color-24[data-v-24222052]{background-color:#3a8d3f}.color-25[data-v-24222052]{background-color:#8cc250}.color-26[data-v-24222052]{background-color:#66bb6a}.color-27[data-v-24222052]{background-color:#880e4f}.color-28[data-v-24222052]{background-color:#1565c0}.color-29[data-v-24222052]{background-color:#1e88e5}",
|
|
@@ -2213,29 +2213,29 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
2213
2213
|
/* scoped */
|
|
2214
2214
|
|
|
2215
2215
|
|
|
2216
|
-
const __vue_scope_id__$
|
|
2216
|
+
const __vue_scope_id__$p = "data-v-24222052";
|
|
2217
2217
|
/* module identifier */
|
|
2218
2218
|
|
|
2219
|
-
const __vue_module_identifier__$
|
|
2219
|
+
const __vue_module_identifier__$p = undefined;
|
|
2220
2220
|
/* functional template */
|
|
2221
2221
|
|
|
2222
|
-
const __vue_is_functional_template__$
|
|
2222
|
+
const __vue_is_functional_template__$p = false;
|
|
2223
2223
|
/* style inject SSR */
|
|
2224
2224
|
|
|
2225
2225
|
/* style inject shadow dom */
|
|
2226
2226
|
|
|
2227
|
-
const __vue_component__$
|
|
2228
|
-
render: __vue_render__$
|
|
2229
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2230
|
-
}, __vue_inject_styles__$
|
|
2227
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
2228
|
+
render: __vue_render__$p,
|
|
2229
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
2230
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
|
|
2231
2231
|
|
|
2232
|
-
var script$
|
|
2232
|
+
var script$o = {
|
|
2233
2233
|
name: "VcBottomActions",
|
|
2234
2234
|
components: {
|
|
2235
|
-
VcLayout: __vue_component__$
|
|
2236
|
-
VcButton: __vue_component__$
|
|
2237
|
-
VcIcon: __vue_component__$
|
|
2238
|
-
VcAvatar: __vue_component__$
|
|
2235
|
+
VcLayout: __vue_component__$z,
|
|
2236
|
+
VcButton: __vue_component__$B,
|
|
2237
|
+
VcIcon: __vue_component__$C,
|
|
2238
|
+
VcAvatar: __vue_component__$p,
|
|
2239
2239
|
VSubheader: VSubheader,
|
|
2240
2240
|
VListItem: VListItem,
|
|
2241
2241
|
VList: VList,
|
|
@@ -2277,10 +2277,10 @@ var script$m = {
|
|
|
2277
2277
|
};
|
|
2278
2278
|
|
|
2279
2279
|
/* script */
|
|
2280
|
-
const __vue_script__$
|
|
2280
|
+
const __vue_script__$o = script$o;
|
|
2281
2281
|
/* template */
|
|
2282
2282
|
|
|
2283
|
-
var __vue_render__$
|
|
2283
|
+
var __vue_render__$o = function () {
|
|
2284
2284
|
var _vm = this;
|
|
2285
2285
|
|
|
2286
2286
|
var _h = _vm.$createElement;
|
|
@@ -2366,10 +2366,10 @@ var __vue_render__$m = function () {
|
|
|
2366
2366
|
}), 1)], 1)], 1);
|
|
2367
2367
|
};
|
|
2368
2368
|
|
|
2369
|
-
var __vue_staticRenderFns__$
|
|
2369
|
+
var __vue_staticRenderFns__$o = [];
|
|
2370
2370
|
/* style */
|
|
2371
2371
|
|
|
2372
|
-
const __vue_inject_styles__$
|
|
2372
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
2373
2373
|
if (!inject) return;
|
|
2374
2374
|
inject("data-v-51eeacd7_0", {
|
|
2375
2375
|
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-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--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;--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;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--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)}",
|
|
@@ -2380,28 +2380,28 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
2380
2380
|
/* scoped */
|
|
2381
2381
|
|
|
2382
2382
|
|
|
2383
|
-
const __vue_scope_id__$
|
|
2383
|
+
const __vue_scope_id__$o = undefined;
|
|
2384
2384
|
/* module identifier */
|
|
2385
2385
|
|
|
2386
|
-
const __vue_module_identifier__$
|
|
2386
|
+
const __vue_module_identifier__$o = undefined;
|
|
2387
2387
|
/* functional template */
|
|
2388
2388
|
|
|
2389
|
-
const __vue_is_functional_template__$
|
|
2389
|
+
const __vue_is_functional_template__$o = false;
|
|
2390
2390
|
/* style inject SSR */
|
|
2391
2391
|
|
|
2392
2392
|
/* style inject shadow dom */
|
|
2393
2393
|
|
|
2394
|
-
const __vue_component__$
|
|
2395
|
-
render: __vue_render__$
|
|
2396
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2397
|
-
}, __vue_inject_styles__$
|
|
2394
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
2395
|
+
render: __vue_render__$o,
|
|
2396
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
2397
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
2398
2398
|
|
|
2399
|
-
var script$
|
|
2399
|
+
var script$n = {
|
|
2400
2400
|
name: "VcActionList",
|
|
2401
2401
|
components: {
|
|
2402
|
-
VcLayout: __vue_component__$
|
|
2403
|
-
VcButton: __vue_component__$
|
|
2404
|
-
VcIcon: __vue_component__$
|
|
2402
|
+
VcLayout: __vue_component__$z,
|
|
2403
|
+
VcButton: __vue_component__$B,
|
|
2404
|
+
VcIcon: __vue_component__$C,
|
|
2405
2405
|
VListItemTitle: VListItemTitle,
|
|
2406
2406
|
VListItem: VListItem,
|
|
2407
2407
|
VList: VList,
|
|
@@ -2427,10 +2427,10 @@ var script$l = {
|
|
|
2427
2427
|
};
|
|
2428
2428
|
|
|
2429
2429
|
/* script */
|
|
2430
|
-
const __vue_script__$
|
|
2430
|
+
const __vue_script__$n = script$n;
|
|
2431
2431
|
/* template */
|
|
2432
2432
|
|
|
2433
|
-
var __vue_render__$
|
|
2433
|
+
var __vue_render__$n = function () {
|
|
2434
2434
|
var _vm = this;
|
|
2435
2435
|
|
|
2436
2436
|
var _h = _vm.$createElement;
|
|
@@ -2482,10 +2482,10 @@ var __vue_render__$l = function () {
|
|
|
2482
2482
|
}), 1)], 1)], 1);
|
|
2483
2483
|
};
|
|
2484
2484
|
|
|
2485
|
-
var __vue_staticRenderFns__$
|
|
2485
|
+
var __vue_staticRenderFns__$n = [];
|
|
2486
2486
|
/* style */
|
|
2487
2487
|
|
|
2488
|
-
const __vue_inject_styles__$
|
|
2488
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
2489
2489
|
if (!inject) return;
|
|
2490
2490
|
inject("data-v-936b4f84_0", {
|
|
2491
2491
|
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-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--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;--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;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--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)}.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{vertical-align:sub;margin-inline-end:var(--size-value3)}",
|
|
@@ -2496,28 +2496,28 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
2496
2496
|
/* scoped */
|
|
2497
2497
|
|
|
2498
2498
|
|
|
2499
|
-
const __vue_scope_id__$
|
|
2499
|
+
const __vue_scope_id__$n = undefined;
|
|
2500
2500
|
/* module identifier */
|
|
2501
2501
|
|
|
2502
|
-
const __vue_module_identifier__$
|
|
2502
|
+
const __vue_module_identifier__$n = undefined;
|
|
2503
2503
|
/* functional template */
|
|
2504
2504
|
|
|
2505
|
-
const __vue_is_functional_template__$
|
|
2505
|
+
const __vue_is_functional_template__$n = false;
|
|
2506
2506
|
/* style inject SSR */
|
|
2507
2507
|
|
|
2508
2508
|
/* style inject shadow dom */
|
|
2509
2509
|
|
|
2510
|
-
const __vue_component__$
|
|
2511
|
-
render: __vue_render__$
|
|
2512
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2513
|
-
}, __vue_inject_styles__$
|
|
2510
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
2511
|
+
render: __vue_render__$n,
|
|
2512
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
2513
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
2514
2514
|
|
|
2515
|
-
var script$
|
|
2515
|
+
var script$m = {
|
|
2516
2516
|
name: "VcActions",
|
|
2517
2517
|
components: {
|
|
2518
|
-
VcIcon: __vue_component__$
|
|
2519
|
-
VcActionList: __vue_component__$
|
|
2520
|
-
VcBottomActions: __vue_component__$
|
|
2518
|
+
VcIcon: __vue_component__$C,
|
|
2519
|
+
VcActionList: __vue_component__$n,
|
|
2520
|
+
VcBottomActions: __vue_component__$o
|
|
2521
2521
|
},
|
|
2522
2522
|
|
|
2523
2523
|
data() {
|
|
@@ -2570,10 +2570,10 @@ var script$k = {
|
|
|
2570
2570
|
};
|
|
2571
2571
|
|
|
2572
2572
|
/* script */
|
|
2573
|
-
const __vue_script__$
|
|
2573
|
+
const __vue_script__$m = script$m;
|
|
2574
2574
|
/* template */
|
|
2575
2575
|
|
|
2576
|
-
var __vue_render__$
|
|
2576
|
+
var __vue_render__$m = function () {
|
|
2577
2577
|
var _vm = this;
|
|
2578
2578
|
|
|
2579
2579
|
var _h = _vm.$createElement;
|
|
@@ -2619,29 +2619,29 @@ var __vue_render__$k = function () {
|
|
|
2619
2619
|
}, 'component', _vm.$props, false));
|
|
2620
2620
|
};
|
|
2621
2621
|
|
|
2622
|
-
var __vue_staticRenderFns__$
|
|
2622
|
+
var __vue_staticRenderFns__$m = [];
|
|
2623
2623
|
/* style */
|
|
2624
2624
|
|
|
2625
|
-
const __vue_inject_styles__$
|
|
2625
|
+
const __vue_inject_styles__$m = undefined;
|
|
2626
2626
|
/* scoped */
|
|
2627
2627
|
|
|
2628
|
-
const __vue_scope_id__$
|
|
2628
|
+
const __vue_scope_id__$m = undefined;
|
|
2629
2629
|
/* module identifier */
|
|
2630
2630
|
|
|
2631
|
-
const __vue_module_identifier__$
|
|
2631
|
+
const __vue_module_identifier__$m = undefined;
|
|
2632
2632
|
/* functional template */
|
|
2633
2633
|
|
|
2634
|
-
const __vue_is_functional_template__$
|
|
2634
|
+
const __vue_is_functional_template__$m = false;
|
|
2635
2635
|
/* style inject */
|
|
2636
2636
|
|
|
2637
2637
|
/* style inject SSR */
|
|
2638
2638
|
|
|
2639
2639
|
/* style inject shadow dom */
|
|
2640
2640
|
|
|
2641
|
-
const __vue_component__$
|
|
2642
|
-
render: __vue_render__$
|
|
2643
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2644
|
-
}, __vue_inject_styles__$
|
|
2641
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
2642
|
+
render: __vue_render__$m,
|
|
2643
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
2644
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, undefined, undefined);
|
|
2645
2645
|
|
|
2646
2646
|
//
|
|
2647
2647
|
//
|
|
@@ -2664,7 +2664,7 @@ const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
|
2664
2664
|
//
|
|
2665
2665
|
//
|
|
2666
2666
|
//
|
|
2667
|
-
var script$
|
|
2667
|
+
var script$l = {
|
|
2668
2668
|
components: {
|
|
2669
2669
|
VStepperStep: VStepperStep,
|
|
2670
2670
|
VStepper: VStepper
|
|
@@ -2737,10 +2737,10 @@ var script$j = {
|
|
|
2737
2737
|
};
|
|
2738
2738
|
|
|
2739
2739
|
/* script */
|
|
2740
|
-
const __vue_script__$
|
|
2740
|
+
const __vue_script__$l = script$l;
|
|
2741
2741
|
/* template */
|
|
2742
2742
|
|
|
2743
|
-
var __vue_render__$
|
|
2743
|
+
var __vue_render__$l = function () {
|
|
2744
2744
|
var _vm = this;
|
|
2745
2745
|
|
|
2746
2746
|
var _h = _vm.$createElement;
|
|
@@ -2779,10 +2779,10 @@ var __vue_render__$j = function () {
|
|
|
2779
2779
|
})], 2)], 1);
|
|
2780
2780
|
};
|
|
2781
2781
|
|
|
2782
|
-
var __vue_staticRenderFns__$
|
|
2782
|
+
var __vue_staticRenderFns__$l = [];
|
|
2783
2783
|
/* style */
|
|
2784
2784
|
|
|
2785
|
-
const __vue_inject_styles__$
|
|
2785
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
2786
2786
|
if (!inject) return;
|
|
2787
2787
|
inject("data-v-9f3fe138_0", {
|
|
2788
2788
|
source: "[data-v-9f3fe138]: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-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--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;--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;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--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-9f3fe138]{height:100%;padding-block-start:var(--size-value4);padding-inline-start:var(--size-value10)}.vc-stepper.v-stepper[data-v-9f3fe138]{box-shadow:none}.vc-stepper.v-stepper .stepper-title[data-v-9f3fe138]{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-9f3fe138]{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-9f3fe138] .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-9f3fe138] 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-9f3fe138]: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-9f3fe138]: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-9f3fe138]: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-9f3fe138]: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-9f3fe138] span.v-stepper__step__step{background-color:var(--green)!important}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-9f3fe138] span.v-stepper__step__step i{font-size:var(--size-value3)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-9f3fe138] .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-9f3fe138] .v-stepper__label{font-weight:var(--font-weight-large)}.vc-stepper.v-stepper .v-stepper__step[data-v-9f3fe138]: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)}",
|
|
@@ -2793,21 +2793,21 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
2793
2793
|
/* scoped */
|
|
2794
2794
|
|
|
2795
2795
|
|
|
2796
|
-
const __vue_scope_id__$
|
|
2796
|
+
const __vue_scope_id__$l = "data-v-9f3fe138";
|
|
2797
2797
|
/* module identifier */
|
|
2798
2798
|
|
|
2799
|
-
const __vue_module_identifier__$
|
|
2799
|
+
const __vue_module_identifier__$l = undefined;
|
|
2800
2800
|
/* functional template */
|
|
2801
2801
|
|
|
2802
|
-
const __vue_is_functional_template__$
|
|
2802
|
+
const __vue_is_functional_template__$l = false;
|
|
2803
2803
|
/* style inject SSR */
|
|
2804
2804
|
|
|
2805
2805
|
/* style inject shadow dom */
|
|
2806
2806
|
|
|
2807
|
-
const __vue_component__$
|
|
2808
|
-
render: __vue_render__$
|
|
2809
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2810
|
-
}, __vue_inject_styles__$
|
|
2807
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
2808
|
+
render: __vue_render__$l,
|
|
2809
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
2810
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
2811
2811
|
|
|
2812
2812
|
//
|
|
2813
2813
|
//
|
|
@@ -2824,7 +2824,7 @@ const __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
|
2824
2824
|
//
|
|
2825
2825
|
//
|
|
2826
2826
|
//
|
|
2827
|
-
var script$
|
|
2827
|
+
var script$k = {
|
|
2828
2828
|
components: {
|
|
2829
2829
|
VProgressCircular: VProgressCircular
|
|
2830
2830
|
},
|
|
@@ -2893,10 +2893,10 @@ var script$i = {
|
|
|
2893
2893
|
};
|
|
2894
2894
|
|
|
2895
2895
|
/* script */
|
|
2896
|
-
const __vue_script__$
|
|
2896
|
+
const __vue_script__$k = script$k;
|
|
2897
2897
|
/* template */
|
|
2898
2898
|
|
|
2899
|
-
var __vue_render__$
|
|
2899
|
+
var __vue_render__$k = function () {
|
|
2900
2900
|
var _vm = this;
|
|
2901
2901
|
|
|
2902
2902
|
var _h = _vm.$createElement;
|
|
@@ -2917,10 +2917,10 @@ var __vue_render__$i = function () {
|
|
|
2917
2917
|
}, [_vm._v("\n " + _vm._s(_vm.currentStep) + " / " + _vm._s(_vm.steps) + "\n ")]) : _vm._e()]);
|
|
2918
2918
|
};
|
|
2919
2919
|
|
|
2920
|
-
var __vue_staticRenderFns__$
|
|
2920
|
+
var __vue_staticRenderFns__$k = [];
|
|
2921
2921
|
/* style */
|
|
2922
2922
|
|
|
2923
|
-
const __vue_inject_styles__$
|
|
2923
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
2924
2924
|
if (!inject) return;
|
|
2925
2925
|
inject("data-v-5c278fc2_0", {
|
|
2926
2926
|
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-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--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;--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;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--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)}",
|
|
@@ -2931,27 +2931,27 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
2931
2931
|
/* scoped */
|
|
2932
2932
|
|
|
2933
2933
|
|
|
2934
|
-
const __vue_scope_id__$
|
|
2934
|
+
const __vue_scope_id__$k = "data-v-5c278fc2";
|
|
2935
2935
|
/* module identifier */
|
|
2936
2936
|
|
|
2937
|
-
const __vue_module_identifier__$
|
|
2937
|
+
const __vue_module_identifier__$k = undefined;
|
|
2938
2938
|
/* functional template */
|
|
2939
2939
|
|
|
2940
|
-
const __vue_is_functional_template__$
|
|
2940
|
+
const __vue_is_functional_template__$k = false;
|
|
2941
2941
|
/* style inject SSR */
|
|
2942
2942
|
|
|
2943
2943
|
/* style inject shadow dom */
|
|
2944
2944
|
|
|
2945
|
-
const __vue_component__$
|
|
2946
|
-
render: __vue_render__$
|
|
2947
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2948
|
-
}, __vue_inject_styles__$
|
|
2945
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
2946
|
+
render: __vue_render__$k,
|
|
2947
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
2948
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
2949
2949
|
|
|
2950
|
-
var script$
|
|
2950
|
+
var script$j = {
|
|
2951
2951
|
name: "VcMobileWizardProgress",
|
|
2952
2952
|
components: {
|
|
2953
|
-
VcLayout: __vue_component__$
|
|
2954
|
-
VcProgressCircular: __vue_component__$
|
|
2953
|
+
VcLayout: __vue_component__$z,
|
|
2954
|
+
VcProgressCircular: __vue_component__$k
|
|
2955
2955
|
},
|
|
2956
2956
|
model: {
|
|
2957
2957
|
prop: 'currentStep'
|
|
@@ -3007,10 +3007,10 @@ var script$h = {
|
|
|
3007
3007
|
};
|
|
3008
3008
|
|
|
3009
3009
|
/* script */
|
|
3010
|
-
const __vue_script__$
|
|
3010
|
+
const __vue_script__$j = script$j;
|
|
3011
3011
|
/* template */
|
|
3012
3012
|
|
|
3013
|
-
var __vue_render__$
|
|
3013
|
+
var __vue_render__$j = function () {
|
|
3014
3014
|
var _vm = this;
|
|
3015
3015
|
|
|
3016
3016
|
var _h = _vm.$createElement;
|
|
@@ -3046,10 +3046,10 @@ var __vue_render__$h = function () {
|
|
|
3046
3046
|
}, [_vm._v(_vm._s(_vm.nextStepName))]) : _vm._e()])], 1);
|
|
3047
3047
|
};
|
|
3048
3048
|
|
|
3049
|
-
var __vue_staticRenderFns__$
|
|
3049
|
+
var __vue_staticRenderFns__$j = [];
|
|
3050
3050
|
/* style */
|
|
3051
3051
|
|
|
3052
|
-
const __vue_inject_styles__$
|
|
3052
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
3053
3053
|
if (!inject) return;
|
|
3054
3054
|
inject("data-v-4fe04d36_0", {
|
|
3055
3055
|
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-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--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;--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;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--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)}",
|
|
@@ -3060,21 +3060,21 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
3060
3060
|
/* scoped */
|
|
3061
3061
|
|
|
3062
3062
|
|
|
3063
|
-
const __vue_scope_id__$
|
|
3063
|
+
const __vue_scope_id__$j = "data-v-4fe04d36";
|
|
3064
3064
|
/* module identifier */
|
|
3065
3065
|
|
|
3066
|
-
const __vue_module_identifier__$
|
|
3066
|
+
const __vue_module_identifier__$j = undefined;
|
|
3067
3067
|
/* functional template */
|
|
3068
3068
|
|
|
3069
|
-
const __vue_is_functional_template__$
|
|
3069
|
+
const __vue_is_functional_template__$j = false;
|
|
3070
3070
|
/* style inject SSR */
|
|
3071
3071
|
|
|
3072
3072
|
/* style inject shadow dom */
|
|
3073
3073
|
|
|
3074
|
-
const __vue_component__$
|
|
3075
|
-
render: __vue_render__$
|
|
3076
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3077
|
-
}, __vue_inject_styles__$
|
|
3074
|
+
const __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
3075
|
+
render: __vue_render__$j,
|
|
3076
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
3077
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
3078
3078
|
|
|
3079
3079
|
//
|
|
3080
3080
|
//
|
|
@@ -3098,7 +3098,7 @@ const __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
|
3098
3098
|
//
|
|
3099
3099
|
//
|
|
3100
3100
|
//
|
|
3101
|
-
var script$
|
|
3101
|
+
var script$i = {
|
|
3102
3102
|
components: {
|
|
3103
3103
|
VCol: VCol,
|
|
3104
3104
|
VRow: VRow,
|
|
@@ -3184,10 +3184,10 @@ var script$g = {
|
|
|
3184
3184
|
};
|
|
3185
3185
|
|
|
3186
3186
|
/* script */
|
|
3187
|
-
const __vue_script__$
|
|
3187
|
+
const __vue_script__$i = script$i;
|
|
3188
3188
|
/* template */
|
|
3189
3189
|
|
|
3190
|
-
var __vue_render__$
|
|
3190
|
+
var __vue_render__$i = function () {
|
|
3191
3191
|
var _vm = this;
|
|
3192
3192
|
|
|
3193
3193
|
var _h = _vm.$createElement;
|
|
@@ -3234,10 +3234,10 @@ var __vue_render__$g = function () {
|
|
|
3234
3234
|
}), 1);
|
|
3235
3235
|
};
|
|
3236
3236
|
|
|
3237
|
-
var __vue_staticRenderFns__$
|
|
3237
|
+
var __vue_staticRenderFns__$i = [];
|
|
3238
3238
|
/* style */
|
|
3239
3239
|
|
|
3240
|
-
const __vue_inject_styles__$
|
|
3240
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
3241
3241
|
if (!inject) return;
|
|
3242
3242
|
inject("data-v-284ef818_0", {
|
|
3243
3243
|
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}",
|
|
@@ -3248,21 +3248,21 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
3248
3248
|
/* scoped */
|
|
3249
3249
|
|
|
3250
3250
|
|
|
3251
|
-
const __vue_scope_id__$
|
|
3251
|
+
const __vue_scope_id__$i = "data-v-284ef818";
|
|
3252
3252
|
/* module identifier */
|
|
3253
3253
|
|
|
3254
|
-
const __vue_module_identifier__$
|
|
3254
|
+
const __vue_module_identifier__$i = undefined;
|
|
3255
3255
|
/* functional template */
|
|
3256
3256
|
|
|
3257
|
-
const __vue_is_functional_template__$
|
|
3257
|
+
const __vue_is_functional_template__$i = false;
|
|
3258
3258
|
/* style inject SSR */
|
|
3259
3259
|
|
|
3260
3260
|
/* style inject shadow dom */
|
|
3261
3261
|
|
|
3262
|
-
const __vue_component__$
|
|
3263
|
-
render: __vue_render__$
|
|
3264
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3265
|
-
}, __vue_inject_styles__$
|
|
3262
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
3263
|
+
render: __vue_render__$i,
|
|
3264
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
3265
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
3266
3266
|
|
|
3267
3267
|
//
|
|
3268
3268
|
//
|
|
@@ -3273,7 +3273,7 @@ const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
|
3273
3273
|
//
|
|
3274
3274
|
//
|
|
3275
3275
|
//
|
|
3276
|
-
var script$
|
|
3276
|
+
var script$h = {
|
|
3277
3277
|
components: {
|
|
3278
3278
|
VProgressCircular: VProgressCircular
|
|
3279
3279
|
},
|
|
@@ -3301,10 +3301,10 @@ var script$f = {
|
|
|
3301
3301
|
};
|
|
3302
3302
|
|
|
3303
3303
|
/* script */
|
|
3304
|
-
const __vue_script__$
|
|
3304
|
+
const __vue_script__$h = script$h;
|
|
3305
3305
|
/* template */
|
|
3306
3306
|
|
|
3307
|
-
var __vue_render__$
|
|
3307
|
+
var __vue_render__$h = function () {
|
|
3308
3308
|
var _vm = this;
|
|
3309
3309
|
|
|
3310
3310
|
var _h = _vm.$createElement;
|
|
@@ -3322,29 +3322,29 @@ var __vue_render__$f = function () {
|
|
|
3322
3322
|
});
|
|
3323
3323
|
};
|
|
3324
3324
|
|
|
3325
|
-
var __vue_staticRenderFns__$
|
|
3325
|
+
var __vue_staticRenderFns__$h = [];
|
|
3326
3326
|
/* style */
|
|
3327
3327
|
|
|
3328
|
-
const __vue_inject_styles__$
|
|
3328
|
+
const __vue_inject_styles__$h = undefined;
|
|
3329
3329
|
/* scoped */
|
|
3330
3330
|
|
|
3331
|
-
const __vue_scope_id__$
|
|
3331
|
+
const __vue_scope_id__$h = undefined;
|
|
3332
3332
|
/* module identifier */
|
|
3333
3333
|
|
|
3334
|
-
const __vue_module_identifier__$
|
|
3334
|
+
const __vue_module_identifier__$h = undefined;
|
|
3335
3335
|
/* functional template */
|
|
3336
3336
|
|
|
3337
|
-
const __vue_is_functional_template__$
|
|
3337
|
+
const __vue_is_functional_template__$h = false;
|
|
3338
3338
|
/* style inject */
|
|
3339
3339
|
|
|
3340
3340
|
/* style inject SSR */
|
|
3341
3341
|
|
|
3342
3342
|
/* style inject shadow dom */
|
|
3343
3343
|
|
|
3344
|
-
const __vue_component__$
|
|
3345
|
-
render: __vue_render__$
|
|
3346
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3347
|
-
}, __vue_inject_styles__$
|
|
3344
|
+
const __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
3345
|
+
render: __vue_render__$h,
|
|
3346
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
3347
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);
|
|
3348
3348
|
|
|
3349
3349
|
//
|
|
3350
3350
|
//
|
|
@@ -3362,7 +3362,7 @@ const __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
|
3362
3362
|
//
|
|
3363
3363
|
//
|
|
3364
3364
|
//
|
|
3365
|
-
var script$
|
|
3365
|
+
var script$g = {
|
|
3366
3366
|
components: {
|
|
3367
3367
|
VSwitch: VSwitch
|
|
3368
3368
|
},
|
|
@@ -3394,10 +3394,10 @@ var script$e = {
|
|
|
3394
3394
|
};
|
|
3395
3395
|
|
|
3396
3396
|
/* script */
|
|
3397
|
-
const __vue_script__$
|
|
3397
|
+
const __vue_script__$g = script$g;
|
|
3398
3398
|
/* template */
|
|
3399
3399
|
|
|
3400
|
-
var __vue_render__$
|
|
3400
|
+
var __vue_render__$g = function () {
|
|
3401
3401
|
var _vm = this;
|
|
3402
3402
|
|
|
3403
3403
|
var _h = _vm.$createElement;
|
|
@@ -3433,10 +3433,10 @@ var __vue_render__$e = function () {
|
|
|
3433
3433
|
});
|
|
3434
3434
|
};
|
|
3435
3435
|
|
|
3436
|
-
var __vue_staticRenderFns__$
|
|
3436
|
+
var __vue_staticRenderFns__$g = [];
|
|
3437
3437
|
/* style */
|
|
3438
3438
|
|
|
3439
|
-
const __vue_inject_styles__$
|
|
3439
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
3440
3440
|
if (!inject) return;
|
|
3441
3441
|
inject("data-v-5fe5a78e_0", {
|
|
3442
3442
|
source: ".VcSwitch[data-v-5fe5a78e]{padding:0;margin:0}.VcSwitch[data-v-5fe5a78e] label{font-size:var(--font-size-small);font-weight:var(--font-weight-medium);line-height:var(--size-value6);color:rgba(0,0,0,.87)}.VcSwitch[data-v-5fe5a78e] input{height:var(--size-value5)}.VcSwitch[data-v-5fe5a78e] .v-input--selection-controls__input{margin-left:0;margin-right:var(--size-value3);height:var(--size-value5);width:var(--size-value8)}#app[dir=rtl] .VcSwitch[data-v-5fe5a78e] .v-input--selection-controls__input{margin-left:var(--size-value3)}#app[dir=rtl] .VcSwitch[data-v-5fe5a78e] .v-input--selection-controls__input{margin-right:0}.VcSwitch[data-v-5fe5a78e] .v-input--switch__track{top:0;left:0}#app[dir=rtl] .VcSwitch[data-v-5fe5a78e] .v-input--switch__track{left:auto;right:0}.VcSwitch[data-v-5fe5a78e] .v-input--selection-controls__ripple{left:-10px;height:25px;width:25px}#app[dir=rtl] .VcSwitch[data-v-5fe5a78e] .v-input--selection-controls__ripple{left:auto;right:-10px}.VcSwitch[data-v-5fe5a78e] .v-input--switch__thumb{height:14px;width:14px;background-color:#fff;top:calc(50% - 7px);transform:translateX(3px)!important;box-shadow:0 1px 1px rgba(0,0,0,.141176),0 1px 3px rgba(0,0,0,.2)}#app[dir=rtl] .VcSwitch[data-v-5fe5a78e] .v-input--switch__thumb{transform:translateX(-3px)!important}.VcSwitch.v-input--is-disabled[data-v-5fe5a78e] {opacity:1}.VcSwitch.v-input--is-disabled[data-v-5fe5a78e] .v-input--switch__track{color:#ededed!important}.VcSwitch.v-input--is-disabled[data-v-5fe5a78e] .v-input--switch__thumb{background-color:#e0e0e0!important;box-shadow:none}.VcSwitch.is-active[data-v-5fe5a78e] .v-input--switch__track{opacity:1;background-color:currentColor}.VcSwitch.is-active[data-v-5fe5a78e] .v-input--selection-controls__ripple{transform:translateX(14px)!important}#app[dir=rtl] .VcSwitch.is-active[data-v-5fe5a78e] .v-input--selection-controls__ripple{transform:translateX(-14px)!important}.VcSwitch.is-active[data-v-5fe5a78e] .v-input--switch__thumb{transform:translateX(17px)!important}#app[dir=rtl] .VcSwitch.is-active[data-v-5fe5a78e] .v-input--switch__thumb{transform:translateX(-17px)!important}",
|
|
@@ -3447,21 +3447,21 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
3447
3447
|
/* scoped */
|
|
3448
3448
|
|
|
3449
3449
|
|
|
3450
|
-
const __vue_scope_id__$
|
|
3450
|
+
const __vue_scope_id__$g = "data-v-5fe5a78e";
|
|
3451
3451
|
/* module identifier */
|
|
3452
3452
|
|
|
3453
|
-
const __vue_module_identifier__$
|
|
3453
|
+
const __vue_module_identifier__$g = undefined;
|
|
3454
3454
|
/* functional template */
|
|
3455
3455
|
|
|
3456
|
-
const __vue_is_functional_template__$
|
|
3456
|
+
const __vue_is_functional_template__$g = false;
|
|
3457
3457
|
/* style inject SSR */
|
|
3458
3458
|
|
|
3459
3459
|
/* style inject shadow dom */
|
|
3460
3460
|
|
|
3461
|
-
const __vue_component__$
|
|
3462
|
-
render: __vue_render__$
|
|
3463
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3464
|
-
}, __vue_inject_styles__$
|
|
3461
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
3462
|
+
render: __vue_render__$g,
|
|
3463
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
3464
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
|
|
3465
3465
|
|
|
3466
3466
|
//
|
|
3467
3467
|
//
|
|
@@ -3482,7 +3482,7 @@ const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
|
3482
3482
|
//
|
|
3483
3483
|
//
|
|
3484
3484
|
//
|
|
3485
|
-
var script$
|
|
3485
|
+
var script$f = {
|
|
3486
3486
|
components: {
|
|
3487
3487
|
VTextField: VTextField
|
|
3488
3488
|
},
|
|
@@ -3530,10 +3530,10 @@ var script$d = {
|
|
|
3530
3530
|
};
|
|
3531
3531
|
|
|
3532
3532
|
/* script */
|
|
3533
|
-
const __vue_script__$
|
|
3533
|
+
const __vue_script__$f = script$f;
|
|
3534
3534
|
/* template */
|
|
3535
3535
|
|
|
3536
|
-
var __vue_render__$
|
|
3536
|
+
var __vue_render__$f = function () {
|
|
3537
3537
|
var _vm = this;
|
|
3538
3538
|
|
|
3539
3539
|
var _h = _vm.$createElement;
|
|
@@ -3565,10 +3565,10 @@ var __vue_render__$d = function () {
|
|
|
3565
3565
|
});
|
|
3566
3566
|
};
|
|
3567
3567
|
|
|
3568
|
-
var __vue_staticRenderFns__$
|
|
3568
|
+
var __vue_staticRenderFns__$f = [];
|
|
3569
3569
|
/* style */
|
|
3570
3570
|
|
|
3571
|
-
const __vue_inject_styles__$
|
|
3571
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
3572
3572
|
if (!inject) return;
|
|
3573
3573
|
inject("data-v-027a8ee5_0", {
|
|
3574
3574
|
source: ".VcTextInput.v-text-field[data-v-027a8ee5]{font-family:var(--primary-font-family)}.VcTextInput.v-text-field[data-v-027a8ee5] .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-027a8ee5] .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-027a8ee5] .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)}.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot:after,.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot:before{display:none}.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot:hover{border-color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot:active,.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot:focus,.VcTextInput.v-text-field[data-v-027a8ee5] .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-027a8ee5] .v-input__slot:active input,.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot:focus input,.VcTextInput.v-text-field[data-v-027a8ee5] .v-input__slot:focus-within input{color:var(--gray-darken-3)}.VcTextInput.v-text-field[data-v-027a8ee5].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-027a8ee5].v-input--is-focused label,.VcTextInput.v-text-field[data-v-027a8ee5].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-027a8ee5].v-input--is-focused .v-text-field__slot,.VcTextInput.v-text-field[data-v-027a8ee5].v-input--is-label-active .v-text-field__slot{margin-bottom:-14px}.VcTextInput.v-text-field[data-v-027a8ee5].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-027a8ee5].v-input--is-disabled .v-input__slot input,.VcTextInput.v-text-field[data-v-027a8ee5].v-input--is-disabled .v-input__slot label{color:var(--gray-darken-2)}.VcTextInput.v-text-field[data-v-027a8ee5]:not(.v-input--is-label-active):not(.v-input--is-focused) input{padding:var(--size-value2) 0}.VcTextInput.v-text-field[data-v-027a8ee5] .v-messages__message{line-height:var(--size-value4)}",
|
|
@@ -3579,21 +3579,21 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
3579
3579
|
/* scoped */
|
|
3580
3580
|
|
|
3581
3581
|
|
|
3582
|
-
const __vue_scope_id__$
|
|
3582
|
+
const __vue_scope_id__$f = "data-v-027a8ee5";
|
|
3583
3583
|
/* module identifier */
|
|
3584
3584
|
|
|
3585
|
-
const __vue_module_identifier__$
|
|
3585
|
+
const __vue_module_identifier__$f = undefined;
|
|
3586
3586
|
/* functional template */
|
|
3587
3587
|
|
|
3588
|
-
const __vue_is_functional_template__$
|
|
3588
|
+
const __vue_is_functional_template__$f = false;
|
|
3589
3589
|
/* style inject SSR */
|
|
3590
3590
|
|
|
3591
3591
|
/* style inject shadow dom */
|
|
3592
3592
|
|
|
3593
|
-
const __vue_component__$
|
|
3594
|
-
render: __vue_render__$
|
|
3595
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3596
|
-
}, __vue_inject_styles__$
|
|
3593
|
+
const __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
3594
|
+
render: __vue_render__$f,
|
|
3595
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
3596
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
3597
3597
|
|
|
3598
3598
|
//
|
|
3599
3599
|
//
|
|
@@ -3611,7 +3611,7 @@ const __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
|
3611
3611
|
//
|
|
3612
3612
|
//
|
|
3613
3613
|
//
|
|
3614
|
-
var script$
|
|
3614
|
+
var script$e = {
|
|
3615
3615
|
components: {
|
|
3616
3616
|
VTextarea: VTextarea
|
|
3617
3617
|
},
|
|
@@ -3654,10 +3654,10 @@ var script$c = {
|
|
|
3654
3654
|
};
|
|
3655
3655
|
|
|
3656
3656
|
/* script */
|
|
3657
|
-
const __vue_script__$
|
|
3657
|
+
const __vue_script__$e = script$e;
|
|
3658
3658
|
/* template */
|
|
3659
3659
|
|
|
3660
|
-
var __vue_render__$
|
|
3660
|
+
var __vue_render__$e = function () {
|
|
3661
3661
|
var _vm = this;
|
|
3662
3662
|
|
|
3663
3663
|
var _h = _vm.$createElement;
|
|
@@ -3687,10 +3687,10 @@ var __vue_render__$c = function () {
|
|
|
3687
3687
|
});
|
|
3688
3688
|
};
|
|
3689
3689
|
|
|
3690
|
-
var __vue_staticRenderFns__$
|
|
3690
|
+
var __vue_staticRenderFns__$e = [];
|
|
3691
3691
|
/* style */
|
|
3692
3692
|
|
|
3693
|
-
const __vue_inject_styles__$
|
|
3693
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
3694
3694
|
if (!inject) return;
|
|
3695
3695
|
inject("data-v-021f98ca_0", {
|
|
3696
3696
|
source: "[data-v-021f98ca].VcTextArea.v-text-field .v-text-field__slot:first-child{margin-inline-start:12px;margin-top:3px}[data-v-021f98ca].VcTextArea.v-text-field.v-input--is-focused label,[data-v-021f98ca].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-021f98ca].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-021f98ca].VcTextArea.v-text-field:not(.v-text-field--outlined) .v-text-field__slot{transition:margin-bottom .1s}[data-v-021f98ca].VcTextArea.v-text-field:not(.v-text-field--outlined).v-input--is-focused label,[data-v-021f98ca].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-021f98ca].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-021f98ca].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-021f98ca].VcTextArea.v-text-field .v-input__slot:after,[data-v-021f98ca].VcTextArea.v-text-field .v-input__slot:before{display:none}[data-v-021f98ca].VcTextArea.v-text-field textarea{font-size:15px!important;font-weight:500;margin-top:0;line-height:1.5;margin-top:20px}[data-v-021f98ca].VcTextArea.v-text-field .v-text-field__prefix{color:rgba(0,0,0,.54)!important}[data-v-021f98ca].VcTextArea.v-text-field.error--text .v-input__slot{border:1px solid var(--v-danger-base);box-shadow:none}[data-v-021f98ca].VcTextArea.v-text-field.v-input--is-disabled .v-input__slot{background-color:rgba(0,0,0,.03)!important}",
|
|
@@ -3701,26 +3701,26 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
3701
3701
|
/* scoped */
|
|
3702
3702
|
|
|
3703
3703
|
|
|
3704
|
-
const __vue_scope_id__$
|
|
3704
|
+
const __vue_scope_id__$e = "data-v-021f98ca";
|
|
3705
3705
|
/* module identifier */
|
|
3706
3706
|
|
|
3707
|
-
const __vue_module_identifier__$
|
|
3707
|
+
const __vue_module_identifier__$e = undefined;
|
|
3708
3708
|
/* functional template */
|
|
3709
3709
|
|
|
3710
|
-
const __vue_is_functional_template__$
|
|
3710
|
+
const __vue_is_functional_template__$e = false;
|
|
3711
3711
|
/* style inject SSR */
|
|
3712
3712
|
|
|
3713
3713
|
/* style inject shadow dom */
|
|
3714
3714
|
|
|
3715
|
-
const __vue_component__$
|
|
3716
|
-
render: __vue_render__$
|
|
3717
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3718
|
-
}, __vue_inject_styles__$
|
|
3715
|
+
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
3716
|
+
render: __vue_render__$e,
|
|
3717
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
3718
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
|
|
3719
3719
|
|
|
3720
|
-
var script$
|
|
3720
|
+
var script$d = {
|
|
3721
3721
|
name: 'VcToast',
|
|
3722
3722
|
components: {
|
|
3723
|
-
VcAlert: __vue_component__$
|
|
3723
|
+
VcAlert: __vue_component__$s,
|
|
3724
3724
|
VSnackbar: VSnackbar
|
|
3725
3725
|
},
|
|
3726
3726
|
props: {
|
|
@@ -3741,10 +3741,10 @@ var script$b = {
|
|
|
3741
3741
|
};
|
|
3742
3742
|
|
|
3743
3743
|
/* script */
|
|
3744
|
-
const __vue_script__$
|
|
3744
|
+
const __vue_script__$d = script$d;
|
|
3745
3745
|
/* template */
|
|
3746
3746
|
|
|
3747
|
-
var __vue_render__$
|
|
3747
|
+
var __vue_render__$d = function () {
|
|
3748
3748
|
var _vm = this;
|
|
3749
3749
|
|
|
3750
3750
|
var _h = _vm.$createElement;
|
|
@@ -3766,10 +3766,10 @@ var __vue_render__$b = function () {
|
|
|
3766
3766
|
}, 'VcAlert', _vm.$attrs, false))], 1);
|
|
3767
3767
|
};
|
|
3768
3768
|
|
|
3769
|
-
var __vue_staticRenderFns__$
|
|
3769
|
+
var __vue_staticRenderFns__$d = [];
|
|
3770
3770
|
/* style */
|
|
3771
3771
|
|
|
3772
|
-
const __vue_inject_styles__$
|
|
3772
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
3773
3773
|
if (!inject) return;
|
|
3774
3774
|
inject("data-v-2d3e5bbe_0", {
|
|
3775
3775
|
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}",
|
|
@@ -3780,21 +3780,21 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
3780
3780
|
/* scoped */
|
|
3781
3781
|
|
|
3782
3782
|
|
|
3783
|
-
const __vue_scope_id__$
|
|
3783
|
+
const __vue_scope_id__$d = "data-v-2d3e5bbe";
|
|
3784
3784
|
/* module identifier */
|
|
3785
3785
|
|
|
3786
|
-
const __vue_module_identifier__$
|
|
3786
|
+
const __vue_module_identifier__$d = undefined;
|
|
3787
3787
|
/* functional template */
|
|
3788
3788
|
|
|
3789
|
-
const __vue_is_functional_template__$
|
|
3789
|
+
const __vue_is_functional_template__$d = false;
|
|
3790
3790
|
/* style inject SSR */
|
|
3791
3791
|
|
|
3792
3792
|
/* style inject shadow dom */
|
|
3793
3793
|
|
|
3794
|
-
const __vue_component__$
|
|
3795
|
-
render: __vue_render__$
|
|
3796
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3797
|
-
}, __vue_inject_styles__$
|
|
3794
|
+
const __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
3795
|
+
render: __vue_render__$d,
|
|
3796
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
3797
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
|
|
3798
3798
|
|
|
3799
3799
|
//
|
|
3800
3800
|
//
|
|
@@ -3808,7 +3808,7 @@ const __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
|
3808
3808
|
//
|
|
3809
3809
|
//
|
|
3810
3810
|
//
|
|
3811
|
-
var script$
|
|
3811
|
+
var script$c = {
|
|
3812
3812
|
components: {
|
|
3813
3813
|
VCard: VCard
|
|
3814
3814
|
},
|
|
@@ -3832,10 +3832,10 @@ var script$a = {
|
|
|
3832
3832
|
};
|
|
3833
3833
|
|
|
3834
3834
|
/* script */
|
|
3835
|
-
const __vue_script__$
|
|
3835
|
+
const __vue_script__$c = script$c;
|
|
3836
3836
|
/* template */
|
|
3837
3837
|
|
|
3838
|
-
var __vue_render__$
|
|
3838
|
+
var __vue_render__$c = function () {
|
|
3839
3839
|
var _vm = this;
|
|
3840
3840
|
|
|
3841
3841
|
var _h = _vm.$createElement;
|
|
@@ -3869,10 +3869,10 @@ var __vue_render__$a = function () {
|
|
|
3869
3869
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2);
|
|
3870
3870
|
};
|
|
3871
3871
|
|
|
3872
|
-
var __vue_staticRenderFns__$
|
|
3872
|
+
var __vue_staticRenderFns__$c = [];
|
|
3873
3873
|
/* style */
|
|
3874
3874
|
|
|
3875
|
-
const __vue_inject_styles__$
|
|
3875
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
3876
3876
|
if (!inject) return;
|
|
3877
3877
|
inject("data-v-659c6e70_0", {
|
|
3878
3878
|
source: ".VcCard[data-v-659c6e70]{position:relative;padding:16px 24px;border:1px solid var(--gray-lighten-1);box-sizing:border-box;box-shadow:none;overflow:hidden}.VcCard.elevation[data-v-659c6e70]{border:0;box-shadow:var(--shadow-2)}.VcCard.elevation[data-v-659c6e70]:hover{box-shadow:var(--shadow-5)}.VcCard.dash[data-v-659c6e70]{border-top:0}.VcCard__dash[data-v-659c6e70]{position:absolute;top:0;left:-5px;width:110%;border:0;height:5px}",
|
|
@@ -3883,28 +3883,28 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
3883
3883
|
/* scoped */
|
|
3884
3884
|
|
|
3885
3885
|
|
|
3886
|
-
const __vue_scope_id__$
|
|
3886
|
+
const __vue_scope_id__$c = "data-v-659c6e70";
|
|
3887
3887
|
/* module identifier */
|
|
3888
3888
|
|
|
3889
|
-
const __vue_module_identifier__$
|
|
3889
|
+
const __vue_module_identifier__$c = undefined;
|
|
3890
3890
|
/* functional template */
|
|
3891
3891
|
|
|
3892
|
-
const __vue_is_functional_template__$
|
|
3892
|
+
const __vue_is_functional_template__$c = false;
|
|
3893
3893
|
/* style inject SSR */
|
|
3894
3894
|
|
|
3895
3895
|
/* style inject shadow dom */
|
|
3896
3896
|
|
|
3897
|
-
const __vue_component__$
|
|
3898
|
-
render: __vue_render__$
|
|
3899
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3900
|
-
}, __vue_inject_styles__$
|
|
3901
|
-
|
|
3902
|
-
var script$
|
|
3897
|
+
const __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
3898
|
+
render: __vue_render__$c,
|
|
3899
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
3900
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
|
|
3901
|
+
|
|
3902
|
+
var script$b = {
|
|
3903
3903
|
name: 'VcCheckbox',
|
|
3904
3904
|
components: {
|
|
3905
|
-
VcIcon: __vue_component__$
|
|
3906
|
-
VcAvatar: __vue_component__$
|
|
3907
|
-
VcTooltip: __vue_component__$
|
|
3905
|
+
VcIcon: __vue_component__$C,
|
|
3906
|
+
VcAvatar: __vue_component__$p,
|
|
3907
|
+
VcTooltip: __vue_component__$r,
|
|
3908
3908
|
VCheckbox: VCheckbox
|
|
3909
3909
|
},
|
|
3910
3910
|
computed: {
|
|
@@ -3956,10 +3956,10 @@ var script$9 = {
|
|
|
3956
3956
|
};
|
|
3957
3957
|
|
|
3958
3958
|
/* script */
|
|
3959
|
-
const __vue_script__$
|
|
3959
|
+
const __vue_script__$b = script$b;
|
|
3960
3960
|
/* template */
|
|
3961
3961
|
|
|
3962
|
-
var __vue_render__$
|
|
3962
|
+
var __vue_render__$b = function () {
|
|
3963
3963
|
var _vm = this;
|
|
3964
3964
|
|
|
3965
3965
|
var _h = _vm.$createElement;
|
|
@@ -4021,10 +4021,10 @@ var __vue_render__$9 = function () {
|
|
|
4021
4021
|
});
|
|
4022
4022
|
};
|
|
4023
4023
|
|
|
4024
|
-
var __vue_staticRenderFns__$
|
|
4024
|
+
var __vue_staticRenderFns__$b = [];
|
|
4025
4025
|
/* style */
|
|
4026
4026
|
|
|
4027
|
-
const __vue_inject_styles__$
|
|
4027
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
4028
4028
|
if (!inject) return;
|
|
4029
4029
|
inject("data-v-48d8e389_0", {
|
|
4030
4030
|
source: ".vc-checkbox[data-v-48d8e389]{font-family:var(--primary-font-family)}.vc-checkbox[data-v-48d8e389] .v-input__slot .v-input--selection-controls__input{width:var(--size-value4);height:var(--size-value4)}.vc-checkbox[data-v-48d8e389] .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-48d8e389] .checkbox-label{font-weight:var(--font-weight-medium2);font-size:var(--font-size-x-small)}.vc-checkbox[data-v-48d8e389]:not(.v-input--is-disabled) .checkbox-label{color:var(--gray-darken-5)}.vc-checkbox[data-v-48d8e389] .tooltip-icon{color:var(--gray-darken-3)}.vc-checkbox[data-v-48d8e389] .avatar-wrapper .avatar-initials{font-size:var(--font-size-xxx-small);font-weight:var(--font-weight-medium2)}.vc-checkbox[data-v-48d8e389].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-48d8e389].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-48d8e389]: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-48d8e389].v-input--indeterminate:not(.v-input--is-disabled):hover .v-input--selection-controls__input .v-icon,.vc-checkbox[data-v-48d8e389].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-48d8e389].v-input--indeterminate:not(.v-input--is-disabled):active .v-input--selection-controls__input .v-icon,.vc-checkbox[data-v-48d8e389].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-48d8e389]: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-48d8e389]: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-48d8e389].v-input--is-disabled .v-input--selection-controls__input .v-icon{background:rgba(0,0,0,.07)}.vc-checkbox[data-v-48d8e389].v-input--is-disabled.v-input--is-label-active .v-input--selection-controls__input .v-icon{border:none}",
|
|
@@ -4035,29 +4035,29 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
4035
4035
|
/* scoped */
|
|
4036
4036
|
|
|
4037
4037
|
|
|
4038
|
-
const __vue_scope_id__$
|
|
4038
|
+
const __vue_scope_id__$b = "data-v-48d8e389";
|
|
4039
4039
|
/* module identifier */
|
|
4040
4040
|
|
|
4041
|
-
const __vue_module_identifier__$
|
|
4041
|
+
const __vue_module_identifier__$b = undefined;
|
|
4042
4042
|
/* functional template */
|
|
4043
4043
|
|
|
4044
|
-
const __vue_is_functional_template__$
|
|
4044
|
+
const __vue_is_functional_template__$b = false;
|
|
4045
4045
|
/* style inject SSR */
|
|
4046
4046
|
|
|
4047
4047
|
/* style inject shadow dom */
|
|
4048
4048
|
|
|
4049
|
-
const __vue_component__$
|
|
4050
|
-
render: __vue_render__$
|
|
4051
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4052
|
-
}, __vue_inject_styles__$
|
|
4049
|
+
const __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
4050
|
+
render: __vue_render__$b,
|
|
4051
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
4052
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
4053
4053
|
|
|
4054
|
-
var script$
|
|
4054
|
+
var script$a = {
|
|
4055
4055
|
name: "FilterPanel",
|
|
4056
4056
|
components: {
|
|
4057
|
-
VcLayout: __vue_component__$
|
|
4058
|
-
VcIcon: __vue_component__$
|
|
4059
|
-
VcButton: __vue_component__$
|
|
4060
|
-
VcLoader: __vue_component__$
|
|
4057
|
+
VcLayout: __vue_component__$z,
|
|
4058
|
+
VcIcon: __vue_component__$C,
|
|
4059
|
+
VcButton: __vue_component__$B,
|
|
4060
|
+
VcLoader: __vue_component__$h
|
|
4061
4061
|
},
|
|
4062
4062
|
props: {
|
|
4063
4063
|
title: {
|
|
@@ -4080,10 +4080,10 @@ var script$8 = {
|
|
|
4080
4080
|
};
|
|
4081
4081
|
|
|
4082
4082
|
/* script */
|
|
4083
|
-
const __vue_script__$
|
|
4083
|
+
const __vue_script__$a = script$a;
|
|
4084
4084
|
/* template */
|
|
4085
4085
|
|
|
4086
|
-
var __vue_render__$
|
|
4086
|
+
var __vue_render__$a = function () {
|
|
4087
4087
|
var _vm = this;
|
|
4088
4088
|
|
|
4089
4089
|
var _h = _vm.$createElement;
|
|
@@ -4139,10 +4139,10 @@ var __vue_render__$8 = function () {
|
|
|
4139
4139
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2)], 1)], 1);
|
|
4140
4140
|
};
|
|
4141
4141
|
|
|
4142
|
-
var __vue_staticRenderFns__$
|
|
4142
|
+
var __vue_staticRenderFns__$a = [];
|
|
4143
4143
|
/* style */
|
|
4144
4144
|
|
|
4145
|
-
const __vue_inject_styles__$
|
|
4145
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
4146
4146
|
if (!inject) return;
|
|
4147
4147
|
inject("data-v-44aac954_0", {
|
|
4148
4148
|
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)}",
|
|
@@ -4153,21 +4153,21 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
4153
4153
|
/* scoped */
|
|
4154
4154
|
|
|
4155
4155
|
|
|
4156
|
-
const __vue_scope_id__$
|
|
4156
|
+
const __vue_scope_id__$a = "data-v-44aac954";
|
|
4157
4157
|
/* module identifier */
|
|
4158
4158
|
|
|
4159
|
-
const __vue_module_identifier__$
|
|
4159
|
+
const __vue_module_identifier__$a = undefined;
|
|
4160
4160
|
/* functional template */
|
|
4161
4161
|
|
|
4162
|
-
const __vue_is_functional_template__$
|
|
4162
|
+
const __vue_is_functional_template__$a = false;
|
|
4163
4163
|
/* style inject SSR */
|
|
4164
4164
|
|
|
4165
4165
|
/* style inject shadow dom */
|
|
4166
4166
|
|
|
4167
|
-
const __vue_component__$
|
|
4168
|
-
render: __vue_render__$
|
|
4169
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4170
|
-
}, __vue_inject_styles__$
|
|
4167
|
+
const __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
4168
|
+
render: __vue_render__$a,
|
|
4169
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
4170
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
|
|
4171
4171
|
|
|
4172
4172
|
//
|
|
4173
4173
|
//
|
|
@@ -4175,7 +4175,7 @@ const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
|
4175
4175
|
//
|
|
4176
4176
|
//
|
|
4177
4177
|
//
|
|
4178
|
-
var script$
|
|
4178
|
+
var script$9 = {
|
|
4179
4179
|
components: {
|
|
4180
4180
|
VLayout: VLayout
|
|
4181
4181
|
},
|
|
@@ -4191,10 +4191,10 @@ var script$7 = {
|
|
|
4191
4191
|
};
|
|
4192
4192
|
|
|
4193
4193
|
/* script */
|
|
4194
|
-
const __vue_script__$
|
|
4194
|
+
const __vue_script__$9 = script$9;
|
|
4195
4195
|
/* template */
|
|
4196
4196
|
|
|
4197
|
-
var __vue_render__$
|
|
4197
|
+
var __vue_render__$9 = function () {
|
|
4198
4198
|
var _vm = this;
|
|
4199
4199
|
|
|
4200
4200
|
var _h = _vm.$createElement;
|
|
@@ -4209,10 +4209,10 @@ var __vue_render__$7 = function () {
|
|
|
4209
4209
|
}, [_vm._t("default")], 2);
|
|
4210
4210
|
};
|
|
4211
4211
|
|
|
4212
|
-
var __vue_staticRenderFns__$
|
|
4212
|
+
var __vue_staticRenderFns__$9 = [];
|
|
4213
4213
|
/* style */
|
|
4214
4214
|
|
|
4215
|
-
const __vue_inject_styles__$
|
|
4215
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
4216
4216
|
if (!inject) return;
|
|
4217
4217
|
inject("data-v-e2463588_0", {
|
|
4218
4218
|
source: ".VcFocusArea[data-v-e2463588]{padding:var(--size-value4);background-color:var(--gray-lighten-3);border-radius:6px}",
|
|
@@ -4223,27 +4223,27 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
4223
4223
|
/* scoped */
|
|
4224
4224
|
|
|
4225
4225
|
|
|
4226
|
-
const __vue_scope_id__$
|
|
4226
|
+
const __vue_scope_id__$9 = "data-v-e2463588";
|
|
4227
4227
|
/* module identifier */
|
|
4228
4228
|
|
|
4229
|
-
const __vue_module_identifier__$
|
|
4229
|
+
const __vue_module_identifier__$9 = undefined;
|
|
4230
4230
|
/* functional template */
|
|
4231
4231
|
|
|
4232
|
-
const __vue_is_functional_template__$
|
|
4232
|
+
const __vue_is_functional_template__$9 = false;
|
|
4233
4233
|
/* style inject SSR */
|
|
4234
4234
|
|
|
4235
4235
|
/* style inject shadow dom */
|
|
4236
4236
|
|
|
4237
|
-
const __vue_component__$
|
|
4238
|
-
render: __vue_render__$
|
|
4239
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4240
|
-
}, __vue_inject_styles__$
|
|
4237
|
+
const __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
4238
|
+
render: __vue_render__$9,
|
|
4239
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
4240
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
|
|
4241
4241
|
|
|
4242
4242
|
//
|
|
4243
4243
|
//
|
|
4244
4244
|
//
|
|
4245
4245
|
//
|
|
4246
|
-
var script$
|
|
4246
|
+
var script$8 = {
|
|
4247
4247
|
name: "VcLink",
|
|
4248
4248
|
props: {
|
|
4249
4249
|
label: {
|
|
@@ -4262,10 +4262,10 @@ var script$6 = {
|
|
|
4262
4262
|
};
|
|
4263
4263
|
|
|
4264
4264
|
/* script */
|
|
4265
|
-
const __vue_script__$
|
|
4265
|
+
const __vue_script__$8 = script$8;
|
|
4266
4266
|
/* template */
|
|
4267
4267
|
|
|
4268
|
-
var __vue_render__$
|
|
4268
|
+
var __vue_render__$8 = function () {
|
|
4269
4269
|
var _vm = this;
|
|
4270
4270
|
|
|
4271
4271
|
var _h = _vm.$createElement;
|
|
@@ -4282,10 +4282,10 @@ var __vue_render__$6 = function () {
|
|
|
4282
4282
|
}, [_vm._v(_vm._s(_vm.label))]);
|
|
4283
4283
|
};
|
|
4284
4284
|
|
|
4285
|
-
var __vue_staticRenderFns__$
|
|
4285
|
+
var __vue_staticRenderFns__$8 = [];
|
|
4286
4286
|
/* style */
|
|
4287
4287
|
|
|
4288
|
-
const __vue_inject_styles__$
|
|
4288
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
4289
4289
|
if (!inject) return;
|
|
4290
4290
|
inject("data-v-496b9143_0", {
|
|
4291
4291
|
source: ".VcLink[data-v-496b9143]{font-size:var(--font-size-x-small);font-weight:var(--font-weight-medium2);color:var(--blue);padding-top:var(--size-value1);text-decoration:none}.VcLink[data-v-496b9143]:hover{text-decoration:underline}",
|
|
@@ -4296,28 +4296,28 @@ const __vue_inject_styles__$6 = function (inject) {
|
|
|
4296
4296
|
/* scoped */
|
|
4297
4297
|
|
|
4298
4298
|
|
|
4299
|
-
const __vue_scope_id__$
|
|
4299
|
+
const __vue_scope_id__$8 = "data-v-496b9143";
|
|
4300
4300
|
/* module identifier */
|
|
4301
4301
|
|
|
4302
|
-
const __vue_module_identifier__$
|
|
4302
|
+
const __vue_module_identifier__$8 = undefined;
|
|
4303
4303
|
/* functional template */
|
|
4304
4304
|
|
|
4305
|
-
const __vue_is_functional_template__$
|
|
4305
|
+
const __vue_is_functional_template__$8 = false;
|
|
4306
4306
|
/* style inject SSR */
|
|
4307
4307
|
|
|
4308
4308
|
/* style inject shadow dom */
|
|
4309
4309
|
|
|
4310
|
-
const __vue_component__$
|
|
4311
|
-
render: __vue_render__$
|
|
4312
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4313
|
-
}, __vue_inject_styles__$
|
|
4310
|
+
const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
4311
|
+
render: __vue_render__$8,
|
|
4312
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
4313
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
|
|
4314
4314
|
|
|
4315
|
-
var script$
|
|
4315
|
+
var script$7 = {
|
|
4316
4316
|
name: "ListItem",
|
|
4317
4317
|
components: {
|
|
4318
|
-
VcLayout: __vue_component__$
|
|
4319
|
-
VcCheckbox: __vue_component__$
|
|
4320
|
-
VcActions: __vue_component__$
|
|
4318
|
+
VcLayout: __vue_component__$z,
|
|
4319
|
+
VcCheckbox: __vue_component__$b,
|
|
4320
|
+
VcActions: __vue_component__$m
|
|
4321
4321
|
},
|
|
4322
4322
|
props: {
|
|
4323
4323
|
showSelect: {
|
|
@@ -4347,10 +4347,10 @@ var script$5 = {
|
|
|
4347
4347
|
};
|
|
4348
4348
|
|
|
4349
4349
|
/* script */
|
|
4350
|
-
const __vue_script__$
|
|
4350
|
+
const __vue_script__$7 = script$7;
|
|
4351
4351
|
/* template */
|
|
4352
4352
|
|
|
4353
|
-
var __vue_render__$
|
|
4353
|
+
var __vue_render__$7 = function () {
|
|
4354
4354
|
var _vm = this;
|
|
4355
4355
|
|
|
4356
4356
|
var _h = _vm.$createElement;
|
|
@@ -4395,10 +4395,10 @@ var __vue_render__$5 = function () {
|
|
|
4395
4395
|
})], 2)], 1);
|
|
4396
4396
|
};
|
|
4397
4397
|
|
|
4398
|
-
var __vue_staticRenderFns__$
|
|
4398
|
+
var __vue_staticRenderFns__$7 = [];
|
|
4399
4399
|
/* style */
|
|
4400
4400
|
|
|
4401
|
-
const __vue_inject_styles__$
|
|
4401
|
+
const __vue_inject_styles__$7 = function (inject) {
|
|
4402
4402
|
if (!inject) return;
|
|
4403
4403
|
inject("data-v-0a8bbb3a_0", {
|
|
4404
4404
|
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}",
|
|
@@ -4409,26 +4409,26 @@ const __vue_inject_styles__$5 = function (inject) {
|
|
|
4409
4409
|
/* scoped */
|
|
4410
4410
|
|
|
4411
4411
|
|
|
4412
|
-
const __vue_scope_id__$
|
|
4412
|
+
const __vue_scope_id__$7 = "data-v-0a8bbb3a";
|
|
4413
4413
|
/* module identifier */
|
|
4414
4414
|
|
|
4415
|
-
const __vue_module_identifier__$
|
|
4415
|
+
const __vue_module_identifier__$7 = undefined;
|
|
4416
4416
|
/* functional template */
|
|
4417
4417
|
|
|
4418
|
-
const __vue_is_functional_template__$
|
|
4418
|
+
const __vue_is_functional_template__$7 = false;
|
|
4419
4419
|
/* style inject SSR */
|
|
4420
4420
|
|
|
4421
4421
|
/* style inject shadow dom */
|
|
4422
4422
|
|
|
4423
|
-
const __vue_component__$
|
|
4424
|
-
render: __vue_render__$
|
|
4425
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4426
|
-
}, __vue_inject_styles__$
|
|
4423
|
+
const __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
4424
|
+
render: __vue_render__$7,
|
|
4425
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
4426
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
|
|
4427
4427
|
|
|
4428
|
-
var script$
|
|
4428
|
+
var script$6 = {
|
|
4429
4429
|
name: "VcGroupHeader",
|
|
4430
4430
|
components: {
|
|
4431
|
-
VcLayout: __vue_component__$
|
|
4431
|
+
VcLayout: __vue_component__$z
|
|
4432
4432
|
},
|
|
4433
4433
|
props: {
|
|
4434
4434
|
title: {
|
|
@@ -4447,10 +4447,10 @@ var script$4 = {
|
|
|
4447
4447
|
};
|
|
4448
4448
|
|
|
4449
4449
|
/* script */
|
|
4450
|
-
const __vue_script__$
|
|
4450
|
+
const __vue_script__$6 = script$6;
|
|
4451
4451
|
/* template */
|
|
4452
4452
|
|
|
4453
|
-
var __vue_render__$
|
|
4453
|
+
var __vue_render__$6 = function () {
|
|
4454
4454
|
var _vm = this;
|
|
4455
4455
|
|
|
4456
4456
|
var _h = _vm.$createElement;
|
|
@@ -4466,10 +4466,10 @@ var __vue_render__$4 = function () {
|
|
|
4466
4466
|
}, [_c('span', [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.summaryText))])]);
|
|
4467
4467
|
};
|
|
4468
4468
|
|
|
4469
|
-
var __vue_staticRenderFns__$
|
|
4469
|
+
var __vue_staticRenderFns__$6 = [];
|
|
4470
4470
|
/* style */
|
|
4471
4471
|
|
|
4472
|
-
const __vue_inject_styles__$
|
|
4472
|
+
const __vue_inject_styles__$6 = function (inject) {
|
|
4473
4473
|
if (!inject) return;
|
|
4474
4474
|
inject("data-v-5cb0ff3e_0", {
|
|
4475
4475
|
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)}}",
|
|
@@ -4480,36 +4480,36 @@ const __vue_inject_styles__$4 = function (inject) {
|
|
|
4480
4480
|
/* scoped */
|
|
4481
4481
|
|
|
4482
4482
|
|
|
4483
|
-
const __vue_scope_id__$
|
|
4483
|
+
const __vue_scope_id__$6 = "data-v-5cb0ff3e";
|
|
4484
4484
|
/* module identifier */
|
|
4485
4485
|
|
|
4486
|
-
const __vue_module_identifier__$
|
|
4486
|
+
const __vue_module_identifier__$6 = undefined;
|
|
4487
4487
|
/* functional template */
|
|
4488
4488
|
|
|
4489
|
-
const __vue_is_functional_template__$
|
|
4489
|
+
const __vue_is_functional_template__$6 = false;
|
|
4490
4490
|
/* style inject SSR */
|
|
4491
4491
|
|
|
4492
4492
|
/* style inject shadow dom */
|
|
4493
4493
|
|
|
4494
|
-
const __vue_component__$
|
|
4495
|
-
render: __vue_render__$
|
|
4496
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4497
|
-
}, __vue_inject_styles__$
|
|
4494
|
+
const __vue_component__$6 = /*#__PURE__*/normalizeComponent({
|
|
4495
|
+
render: __vue_render__$6,
|
|
4496
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
4497
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, createInjector, undefined, undefined);
|
|
4498
4498
|
|
|
4499
4499
|
//
|
|
4500
4500
|
//
|
|
4501
4501
|
//
|
|
4502
4502
|
//
|
|
4503
|
-
var script$
|
|
4503
|
+
var script$5 = {
|
|
4504
4504
|
name: 'VcSvg',
|
|
4505
4505
|
props: ['svg']
|
|
4506
4506
|
};
|
|
4507
4507
|
|
|
4508
4508
|
/* script */
|
|
4509
|
-
const __vue_script__$
|
|
4509
|
+
const __vue_script__$5 = script$5;
|
|
4510
4510
|
/* template */
|
|
4511
4511
|
|
|
4512
|
-
var __vue_render__$
|
|
4512
|
+
var __vue_render__$5 = function () {
|
|
4513
4513
|
var _vm = this;
|
|
4514
4514
|
|
|
4515
4515
|
var _h = _vm.$createElement;
|
|
@@ -4523,37 +4523,37 @@ var __vue_render__$3 = function () {
|
|
|
4523
4523
|
});
|
|
4524
4524
|
};
|
|
4525
4525
|
|
|
4526
|
-
var __vue_staticRenderFns__$
|
|
4526
|
+
var __vue_staticRenderFns__$5 = [];
|
|
4527
4527
|
/* style */
|
|
4528
4528
|
|
|
4529
|
-
const __vue_inject_styles__$
|
|
4529
|
+
const __vue_inject_styles__$5 = undefined;
|
|
4530
4530
|
/* scoped */
|
|
4531
4531
|
|
|
4532
|
-
const __vue_scope_id__$
|
|
4532
|
+
const __vue_scope_id__$5 = undefined;
|
|
4533
4533
|
/* module identifier */
|
|
4534
4534
|
|
|
4535
|
-
const __vue_module_identifier__$
|
|
4535
|
+
const __vue_module_identifier__$5 = undefined;
|
|
4536
4536
|
/* functional template */
|
|
4537
4537
|
|
|
4538
|
-
const __vue_is_functional_template__$
|
|
4538
|
+
const __vue_is_functional_template__$5 = false;
|
|
4539
4539
|
/* style inject */
|
|
4540
4540
|
|
|
4541
4541
|
/* style inject SSR */
|
|
4542
4542
|
|
|
4543
4543
|
/* style inject shadow dom */
|
|
4544
4544
|
|
|
4545
|
-
const __vue_component__$
|
|
4546
|
-
render: __vue_render__$
|
|
4547
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4548
|
-
}, __vue_inject_styles__$
|
|
4545
|
+
const __vue_component__$5 = /*#__PURE__*/normalizeComponent({
|
|
4546
|
+
render: __vue_render__$5,
|
|
4547
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
4548
|
+
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, undefined, undefined);
|
|
4549
4549
|
|
|
4550
|
-
var script$
|
|
4550
|
+
var script$4 = {
|
|
4551
4551
|
name: 'VcEmptyState',
|
|
4552
4552
|
components: {
|
|
4553
|
-
VcSvg: __vue_component__$
|
|
4554
|
-
VcButton: __vue_component__$
|
|
4555
|
-
VcLayout: __vue_component__$
|
|
4556
|
-
VcLink: __vue_component__$
|
|
4553
|
+
VcSvg: __vue_component__$5,
|
|
4554
|
+
VcButton: __vue_component__$B,
|
|
4555
|
+
VcLayout: __vue_component__$z,
|
|
4556
|
+
VcLink: __vue_component__$8
|
|
4557
4557
|
},
|
|
4558
4558
|
props: {
|
|
4559
4559
|
size: {
|
|
@@ -4597,10 +4597,10 @@ var script$2 = {
|
|
|
4597
4597
|
};
|
|
4598
4598
|
|
|
4599
4599
|
/* script */
|
|
4600
|
-
const __vue_script__$
|
|
4600
|
+
const __vue_script__$4 = script$4;
|
|
4601
4601
|
/* template */
|
|
4602
4602
|
|
|
4603
|
-
var __vue_render__$
|
|
4603
|
+
var __vue_render__$4 = function () {
|
|
4604
4604
|
var _vm = this;
|
|
4605
4605
|
|
|
4606
4606
|
var _h = _vm.$createElement;
|
|
@@ -4662,10 +4662,10 @@ var __vue_render__$2 = function () {
|
|
|
4662
4662
|
})], 2);
|
|
4663
4663
|
};
|
|
4664
4664
|
|
|
4665
|
-
var __vue_staticRenderFns__$
|
|
4665
|
+
var __vue_staticRenderFns__$4 = [];
|
|
4666
4666
|
/* style */
|
|
4667
4667
|
|
|
4668
|
-
const __vue_inject_styles__$
|
|
4668
|
+
const __vue_inject_styles__$4 = function (inject) {
|
|
4669
4669
|
if (!inject) return;
|
|
4670
4670
|
inject("data-v-e4b3101e_0", {
|
|
4671
4671
|
source: ".VcEmptyState[data-v-e4b3101e],.VcEmptyStateSubtitle[data-v-e4b3101e]{text-align:center;line-height:var(--size-value6)}.VcEmptyState[data-v-e4b3101e]{text-align:center}.VcEmptyState .VcEmptyStateImage[data-v-e4b3101e]{margin-bottom:var(--size-value4);max-height:160px}.VcEmptyState .VcEmptyStateImage[data-v-e4b3101e] svg{width:160px}.VcEmptyState .VcEmptyStateTitle[data-v-e4b3101e]{font-weight:var(--font-weight-xl);line-height:22px;padding-bottom:var(--size-value1);font-size:var(--font-size-small2)}.VcEmptyState .VcEmptyStateSubtitle[data-v-e4b3101e]{font-size:var(--font-size-x-small)}.VcEmptyState .VcEmptyStateButton[data-v-e4b3101e]{margin-top:var(--size-value4)}.sm .VcEmptyStateImage[data-v-e4b3101e]{max-height:48px;margin-bottom:var(--size-value8)}.sm .VcEmptyStateImage[data-v-e4b3101e] svg{width:48px}.lg .VcEmptyStateImage[data-v-e4b3101e]{max-height:280px;margin-bottom:var(--size-value8)}.lg .VcEmptyStateImage[data-v-e4b3101e] svg{width:280px}.lg .VcEmptyStateTitle[data-v-e4b3101e]{font-weight:var(--font-weight-large);line-height:22px;padding-bottom:var(--size-value2);font-size:var(--font-size-medium1)}",
|
|
@@ -4676,26 +4676,26 @@ const __vue_inject_styles__$2 = function (inject) {
|
|
|
4676
4676
|
/* scoped */
|
|
4677
4677
|
|
|
4678
4678
|
|
|
4679
|
-
const __vue_scope_id__$
|
|
4679
|
+
const __vue_scope_id__$4 = "data-v-e4b3101e";
|
|
4680
4680
|
/* module identifier */
|
|
4681
4681
|
|
|
4682
|
-
const __vue_module_identifier__$
|
|
4682
|
+
const __vue_module_identifier__$4 = undefined;
|
|
4683
4683
|
/* functional template */
|
|
4684
4684
|
|
|
4685
|
-
const __vue_is_functional_template__$
|
|
4685
|
+
const __vue_is_functional_template__$4 = false;
|
|
4686
4686
|
/* style inject SSR */
|
|
4687
4687
|
|
|
4688
4688
|
/* style inject shadow dom */
|
|
4689
4689
|
|
|
4690
|
-
const __vue_component__$
|
|
4691
|
-
render: __vue_render__$
|
|
4692
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4693
|
-
}, __vue_inject_styles__$
|
|
4690
|
+
const __vue_component__$4 = /*#__PURE__*/normalizeComponent({
|
|
4691
|
+
render: __vue_render__$4,
|
|
4692
|
+
staticRenderFns: __vue_staticRenderFns__$4
|
|
4693
|
+
}, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, createInjector, undefined, undefined);
|
|
4694
4694
|
|
|
4695
|
-
var script$
|
|
4695
|
+
var script$3 = {
|
|
4696
4696
|
name: "VcBanner",
|
|
4697
4697
|
components: {
|
|
4698
|
-
VcButton: __vue_component__$
|
|
4698
|
+
VcButton: __vue_component__$B
|
|
4699
4699
|
},
|
|
4700
4700
|
props: {
|
|
4701
4701
|
dataQa: {
|
|
@@ -4722,10 +4722,10 @@ var script$1 = {
|
|
|
4722
4722
|
};
|
|
4723
4723
|
|
|
4724
4724
|
/* script */
|
|
4725
|
-
const __vue_script__$
|
|
4725
|
+
const __vue_script__$3 = script$3;
|
|
4726
4726
|
/* template */
|
|
4727
4727
|
|
|
4728
|
-
var __vue_render__$
|
|
4728
|
+
var __vue_render__$3 = function () {
|
|
4729
4729
|
var _vm = this;
|
|
4730
4730
|
|
|
4731
4731
|
var _h = _vm.$createElement;
|
|
@@ -4763,10 +4763,10 @@ var __vue_render__$1 = function () {
|
|
|
4763
4763
|
}, [_vm._v(_vm._s(_vm.buttonLabel))]) : _vm._e()], 1);
|
|
4764
4764
|
};
|
|
4765
4765
|
|
|
4766
|
-
var __vue_staticRenderFns__$
|
|
4766
|
+
var __vue_staticRenderFns__$3 = [];
|
|
4767
4767
|
/* style */
|
|
4768
4768
|
|
|
4769
|
-
const __vue_inject_styles__$
|
|
4769
|
+
const __vue_inject_styles__$3 = function (inject) {
|
|
4770
4770
|
if (!inject) return;
|
|
4771
4771
|
inject("data-v-a8d8a41c_0", {
|
|
4772
4772
|
source: ".VcBanner[data-v-a8d8a41c]{min-height:128px;box-sizing:border-box;box-shadow:var(--shadow-10)}@media screen and (min-width:960px){.VcBanner[data-v-a8d8a41c]{box-shadow:unset;border-radius:var(--size-value3);border:1px solid var(--neutral-lighten-2)}}.VcBanner img[data-v-a8d8a41c]{max-width:104px}.VcBanner .text-container[data-v-a8d8a41c]{color:var(--gray-darken-5)}.VcBanner .text-container .banner-title[data-v-a8d8a41c]{font-weight:var(--font-weight-large2);font-size:var(--font-size-small3);line-height:22px}@media screen and (min-width:960px){.VcBanner .text-container .banner-title[data-v-a8d8a41c]{font-size:var(--font-size-medium2);line-height:var(--size-value8)}}.VcBanner .text-container .banner-subtitle[data-v-a8d8a41c]{font-size:var(--font-size-small2);line-height:var(--size-value5);font-weight:var(--font-weight-medium)}",
|
|
@@ -4777,27 +4777,27 @@ const __vue_inject_styles__$1 = function (inject) {
|
|
|
4777
4777
|
/* scoped */
|
|
4778
4778
|
|
|
4779
4779
|
|
|
4780
|
-
const __vue_scope_id__$
|
|
4780
|
+
const __vue_scope_id__$3 = "data-v-a8d8a41c";
|
|
4781
4781
|
/* module identifier */
|
|
4782
4782
|
|
|
4783
|
-
const __vue_module_identifier__$
|
|
4783
|
+
const __vue_module_identifier__$3 = undefined;
|
|
4784
4784
|
/* functional template */
|
|
4785
4785
|
|
|
4786
|
-
const __vue_is_functional_template__$
|
|
4786
|
+
const __vue_is_functional_template__$3 = false;
|
|
4787
4787
|
/* style inject SSR */
|
|
4788
4788
|
|
|
4789
4789
|
/* style inject shadow dom */
|
|
4790
4790
|
|
|
4791
|
-
const __vue_component__$
|
|
4792
|
-
render: __vue_render__$
|
|
4793
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4794
|
-
}, __vue_inject_styles__$
|
|
4791
|
+
const __vue_component__$3 = /*#__PURE__*/normalizeComponent({
|
|
4792
|
+
render: __vue_render__$3,
|
|
4793
|
+
staticRenderFns: __vue_staticRenderFns__$3
|
|
4794
|
+
}, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, createInjector, undefined, undefined);
|
|
4795
4795
|
|
|
4796
|
-
var script = {
|
|
4796
|
+
var script$2 = {
|
|
4797
4797
|
name: "VcWizardCtaContainer",
|
|
4798
4798
|
components: {
|
|
4799
|
-
VcButton: __vue_component__$
|
|
4800
|
-
VcLayout: __vue_component__$
|
|
4799
|
+
VcButton: __vue_component__$B,
|
|
4800
|
+
VcLayout: __vue_component__$z
|
|
4801
4801
|
},
|
|
4802
4802
|
props: {
|
|
4803
4803
|
isBackDisplayed: {
|
|
@@ -4824,10 +4824,10 @@ var script = {
|
|
|
4824
4824
|
};
|
|
4825
4825
|
|
|
4826
4826
|
/* script */
|
|
4827
|
-
const __vue_script__ = script;
|
|
4827
|
+
const __vue_script__$2 = script$2;
|
|
4828
4828
|
/* template */
|
|
4829
4829
|
|
|
4830
|
-
var __vue_render__ = function () {
|
|
4830
|
+
var __vue_render__$2 = function () {
|
|
4831
4831
|
var _vm = this;
|
|
4832
4832
|
|
|
4833
4833
|
var _h = _vm.$createElement;
|
|
@@ -4867,10 +4867,10 @@ var __vue_render__ = function () {
|
|
|
4867
4867
|
}, [_vm._v("\n " + _vm._s(_vm.nextButtonLabel) + "\n ")])], 1);
|
|
4868
4868
|
};
|
|
4869
4869
|
|
|
4870
|
-
var __vue_staticRenderFns__ = [];
|
|
4870
|
+
var __vue_staticRenderFns__$2 = [];
|
|
4871
4871
|
/* style */
|
|
4872
4872
|
|
|
4873
|
-
const __vue_inject_styles__ = function (inject) {
|
|
4873
|
+
const __vue_inject_styles__$2 = function (inject) {
|
|
4874
4874
|
if (!inject) return;
|
|
4875
4875
|
inject("data-v-361520bc_0", {
|
|
4876
4876
|
source: "[data-v-361520bc]: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-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--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;--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;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--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-361520bc]{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-361520bc]{border-top:revert;position:static;padding:var(--size-value5);width:100%;transform:revert}}.wizard-cta-button[data-v-361520bc]{flex:1;min-height:var(--size-value12)}@media screen and (min-width:960px){.wizard-cta-button[data-v-361520bc]{flex:revert;min-height:var(--size-value10)}}.wizard-cta-button+.wizard-cta-button[data-v-361520bc]{margin-inline-start:var(--size-value3)}",
|
|
@@ -4881,7 +4881,406 @@ const __vue_inject_styles__ = function (inject) {
|
|
|
4881
4881
|
/* scoped */
|
|
4882
4882
|
|
|
4883
4883
|
|
|
4884
|
-
const __vue_scope_id__ = "data-v-361520bc";
|
|
4884
|
+
const __vue_scope_id__$2 = "data-v-361520bc";
|
|
4885
|
+
/* module identifier */
|
|
4886
|
+
|
|
4887
|
+
const __vue_module_identifier__$2 = undefined;
|
|
4888
|
+
/* functional template */
|
|
4889
|
+
|
|
4890
|
+
const __vue_is_functional_template__$2 = false;
|
|
4891
|
+
/* style inject SSR */
|
|
4892
|
+
|
|
4893
|
+
/* style inject shadow dom */
|
|
4894
|
+
|
|
4895
|
+
const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
4896
|
+
render: __vue_render__$2,
|
|
4897
|
+
staticRenderFns: __vue_staticRenderFns__$2
|
|
4898
|
+
}, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, createInjector, undefined, undefined);
|
|
4899
|
+
|
|
4900
|
+
var script$1 = {
|
|
4901
|
+
name: "VcStepperContent",
|
|
4902
|
+
model: {
|
|
4903
|
+
prop: 'currentStep'
|
|
4904
|
+
},
|
|
4905
|
+
props: {
|
|
4906
|
+
wizardData: {
|
|
4907
|
+
type: Object,
|
|
4908
|
+
required: true
|
|
4909
|
+
},
|
|
4910
|
+
currentStep: {
|
|
4911
|
+
type: Number,
|
|
4912
|
+
default: 1
|
|
4913
|
+
},
|
|
4914
|
+
steps: {
|
|
4915
|
+
type: Array,
|
|
4916
|
+
validator: steps => steps.every(step => step.component && step.name),
|
|
4917
|
+
required: true
|
|
4918
|
+
},
|
|
4919
|
+
dataQa: {
|
|
4920
|
+
type: String,
|
|
4921
|
+
default: 'vc-content-wizard'
|
|
4922
|
+
}
|
|
4923
|
+
},
|
|
4924
|
+
components: {
|
|
4925
|
+
VcLayout: __vue_component__$z,
|
|
4926
|
+
VcLoader: __vue_component__$h,
|
|
4927
|
+
VStepperContent: VStepperContent,
|
|
4928
|
+
VStepperItems: VStepperItems,
|
|
4929
|
+
VStepper: VStepper
|
|
4930
|
+
},
|
|
4931
|
+
|
|
4932
|
+
data() {
|
|
4933
|
+
return {
|
|
4934
|
+
lastCompleted: 0,
|
|
4935
|
+
isLoading: true,
|
|
4936
|
+
LOADER_SIZE: 48,
|
|
4937
|
+
LOADER_COLOR: 'secondary',
|
|
4938
|
+
FIRST_STEP: 1
|
|
4939
|
+
};
|
|
4940
|
+
},
|
|
4941
|
+
|
|
4942
|
+
mounted() {
|
|
4943
|
+
this.$nextTick(() => this.isLoading = false);
|
|
4944
|
+
},
|
|
4945
|
+
|
|
4946
|
+
updated() {
|
|
4947
|
+
this.isLoading = false;
|
|
4948
|
+
},
|
|
4949
|
+
|
|
4950
|
+
computed: {
|
|
4951
|
+
getStepName() {
|
|
4952
|
+
var _this$steps;
|
|
4953
|
+
|
|
4954
|
+
return (_this$steps = this.steps[this.currentStep - 1]) === null || _this$steps === void 0 ? void 0 : _this$steps.name;
|
|
4955
|
+
},
|
|
4956
|
+
|
|
4957
|
+
getStepDescription() {
|
|
4958
|
+
var _this$steps2;
|
|
4959
|
+
|
|
4960
|
+
return (_this$steps2 = this.steps[this.currentStep - 1]) === null || _this$steps2 === void 0 ? void 0 : _this$steps2.description;
|
|
4961
|
+
}
|
|
4962
|
+
|
|
4963
|
+
},
|
|
4964
|
+
methods: {
|
|
4965
|
+
nextStep() {
|
|
4966
|
+
if (this.lastCompleted < this.currentStep) {
|
|
4967
|
+
this.lastCompleted = this.currentStep;
|
|
4968
|
+
}
|
|
4969
|
+
|
|
4970
|
+
if (this.currentStep > this.steps.length) {
|
|
4971
|
+
this.shareStep(this.steps.length);
|
|
4972
|
+
}
|
|
4973
|
+
},
|
|
4974
|
+
|
|
4975
|
+
getStepQa(idx) {
|
|
4976
|
+
return `${this.dataQa}-step-${idx}`;
|
|
4977
|
+
},
|
|
4978
|
+
|
|
4979
|
+
shareStep(step) {
|
|
4980
|
+
this.$emit('input', step);
|
|
4981
|
+
}
|
|
4982
|
+
|
|
4983
|
+
},
|
|
4984
|
+
watch: {
|
|
4985
|
+
currentStep: {
|
|
4986
|
+
handler(newVal, oldVal) {
|
|
4987
|
+
this.isLoading = true;
|
|
4988
|
+
|
|
4989
|
+
if (newVal > oldVal) {
|
|
4990
|
+
this.nextStep();
|
|
4991
|
+
}
|
|
4992
|
+
|
|
4993
|
+
if (newVal < this.FIRST_STEP) {
|
|
4994
|
+
this.shareStep(this.FIRST_STEP);
|
|
4995
|
+
}
|
|
4996
|
+
}
|
|
4997
|
+
|
|
4998
|
+
}
|
|
4999
|
+
}
|
|
5000
|
+
};
|
|
5001
|
+
|
|
5002
|
+
/* script */
|
|
5003
|
+
const __vue_script__$1 = script$1;
|
|
5004
|
+
/* template */
|
|
5005
|
+
|
|
5006
|
+
var __vue_render__$1 = function () {
|
|
5007
|
+
var _vm = this;
|
|
5008
|
+
|
|
5009
|
+
var _h = _vm.$createElement;
|
|
5010
|
+
|
|
5011
|
+
var _c = _vm._self._c || _h;
|
|
5012
|
+
|
|
5013
|
+
return _c('vc-layout', {
|
|
5014
|
+
staticClass: "stepper-content-wrapper",
|
|
5015
|
+
attrs: {
|
|
5016
|
+
"column": "",
|
|
5017
|
+
"justify-start": ""
|
|
5018
|
+
}
|
|
5019
|
+
}, [!_vm.isLoading ? _c('VcLayout', {
|
|
5020
|
+
staticClass: "stepper-header",
|
|
5021
|
+
attrs: {
|
|
5022
|
+
"column": ""
|
|
5023
|
+
}
|
|
5024
|
+
}, [_c('div', {
|
|
5025
|
+
staticClass: "content-stepper-title"
|
|
5026
|
+
}, [_vm._v(_vm._s(_vm.getStepName))]), _vm._v(" "), _c('div', {
|
|
5027
|
+
staticClass: "content-stepper-description",
|
|
5028
|
+
domProps: {
|
|
5029
|
+
"innerHTML": _vm._s(_vm.getStepDescription)
|
|
5030
|
+
}
|
|
5031
|
+
})]) : _vm._e(), _vm._v(" "), _c('v-stepper', {
|
|
5032
|
+
staticClass: "vc-stepper-content",
|
|
5033
|
+
attrs: {
|
|
5034
|
+
"data-qa": _vm.dataQa
|
|
5035
|
+
},
|
|
5036
|
+
model: {
|
|
5037
|
+
value: _vm.currentStep,
|
|
5038
|
+
callback: function ($$v) {
|
|
5039
|
+
_vm.currentStep = $$v;
|
|
5040
|
+
},
|
|
5041
|
+
expression: "currentStep"
|
|
5042
|
+
}
|
|
5043
|
+
}, [_c('v-stepper-items', _vm._l(_vm.steps, function (step, index) {
|
|
5044
|
+
return _c('v-stepper-content', {
|
|
5045
|
+
key: "step-" + index,
|
|
5046
|
+
attrs: {
|
|
5047
|
+
"step": index + 1
|
|
5048
|
+
}
|
|
5049
|
+
}, [_vm.currentStep === index + 1 ? _c('VcLayout', {
|
|
5050
|
+
staticClass: "layout-content",
|
|
5051
|
+
attrs: {
|
|
5052
|
+
"column": "",
|
|
5053
|
+
"justify-center": _vm.isLoading
|
|
5054
|
+
}
|
|
5055
|
+
}, [_c('VcLoader', {
|
|
5056
|
+
directives: [{
|
|
5057
|
+
name: "show",
|
|
5058
|
+
rawName: "v-show",
|
|
5059
|
+
value: _vm.isLoading,
|
|
5060
|
+
expression: "isLoading"
|
|
5061
|
+
}],
|
|
5062
|
+
attrs: {
|
|
5063
|
+
"size": _vm.LOADER_SIZE,
|
|
5064
|
+
"color": _vm.LOADER_COLOR
|
|
5065
|
+
}
|
|
5066
|
+
}), _vm._v(" "), _vm._t("alert-" + (index + 1)), _vm._v(" "), _c(step.component, _vm._g(_vm._b({
|
|
5067
|
+
directives: [{
|
|
5068
|
+
name: "show",
|
|
5069
|
+
rawName: "v-show",
|
|
5070
|
+
value: !_vm.isLoading,
|
|
5071
|
+
expression: "!isLoading"
|
|
5072
|
+
}],
|
|
5073
|
+
tag: "component",
|
|
5074
|
+
attrs: {
|
|
5075
|
+
"data-qa": _vm.getStepQa(index)
|
|
5076
|
+
},
|
|
5077
|
+
on: {
|
|
5078
|
+
"submit": function (data) {
|
|
5079
|
+
return _vm.$emit('submit', data);
|
|
5080
|
+
}
|
|
5081
|
+
}
|
|
5082
|
+
}, 'component', Object.assign({}, _vm.wizardData, step.props), false), step.event))], 2) : _vm._e()], 1);
|
|
5083
|
+
}), 1)], 1)], 1);
|
|
5084
|
+
};
|
|
5085
|
+
|
|
5086
|
+
var __vue_staticRenderFns__$1 = [];
|
|
5087
|
+
/* style */
|
|
5088
|
+
|
|
5089
|
+
const __vue_inject_styles__$1 = function (inject) {
|
|
5090
|
+
if (!inject) return;
|
|
5091
|
+
inject("data-v-9a0d3df6_0", {
|
|
5092
|
+
source: "[data-v-9a0d3df6]: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-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--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;--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;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--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-9a0d3df6]{max-height:100%;width:100%;padding-bottom:var(--size-value6)}@media screen and (min-width:960px){.layout-content[data-v-9a0d3df6]{padding-block-start:var(--size-value3);padding-inline:var(--size-value10)}}.stepper-header[data-v-9a0d3df6]{margin-block-end:var(--size-value7)}@media screen and (min-width:960px){.stepper-header[data-v-9a0d3df6]{padding-block-start:var(--size-value3);padding-inline:var(--size-value10)}}.stepper-header .content-stepper-title[data-v-9a0d3df6]{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-9a0d3df6]{font-size:var(--font-size-medium2)}}.stepper-header .content-stepper-description[data-v-9a0d3df6]{font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-4)}.vc-stepper-content.v-stepper[data-v-9a0d3df6]{width:100%;box-shadow:none;max-height:100%;overflow:auto}.vc-stepper-content.v-stepper[data-v-9a0d3df6] .v-stepper__items .v-stepper__content{padding:0}",
|
|
5093
|
+
map: undefined,
|
|
5094
|
+
media: undefined
|
|
5095
|
+
});
|
|
5096
|
+
};
|
|
5097
|
+
/* scoped */
|
|
5098
|
+
|
|
5099
|
+
|
|
5100
|
+
const __vue_scope_id__$1 = "data-v-9a0d3df6";
|
|
5101
|
+
/* module identifier */
|
|
5102
|
+
|
|
5103
|
+
const __vue_module_identifier__$1 = undefined;
|
|
5104
|
+
/* functional template */
|
|
5105
|
+
|
|
5106
|
+
const __vue_is_functional_template__$1 = false;
|
|
5107
|
+
/* style inject SSR */
|
|
5108
|
+
|
|
5109
|
+
/* style inject shadow dom */
|
|
5110
|
+
|
|
5111
|
+
const __vue_component__$1 = /*#__PURE__*/normalizeComponent({
|
|
5112
|
+
render: __vue_render__$1,
|
|
5113
|
+
staticRenderFns: __vue_staticRenderFns__$1
|
|
5114
|
+
}, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, createInjector, undefined, undefined);
|
|
5115
|
+
|
|
5116
|
+
var script = {
|
|
5117
|
+
name: "VcWizard",
|
|
5118
|
+
components: {
|
|
5119
|
+
VcStepsBar: __vue_component__$l,
|
|
5120
|
+
VcStepperContent: __vue_component__$1,
|
|
5121
|
+
VcMobileWizardProgress: __vue_component__$j,
|
|
5122
|
+
VcWizardCtaContainer: __vue_component__$2,
|
|
5123
|
+
VLayout: VLayout
|
|
5124
|
+
},
|
|
5125
|
+
props: {
|
|
5126
|
+
steps: {
|
|
5127
|
+
type: [Array],
|
|
5128
|
+
validator: steps => steps.every(step => step.name),
|
|
5129
|
+
required: true
|
|
5130
|
+
},
|
|
5131
|
+
dataQa: {
|
|
5132
|
+
type: String,
|
|
5133
|
+
default: 'wizard'
|
|
5134
|
+
},
|
|
5135
|
+
title: {
|
|
5136
|
+
type: String,
|
|
5137
|
+
default: ''
|
|
5138
|
+
}
|
|
5139
|
+
},
|
|
5140
|
+
|
|
5141
|
+
data() {
|
|
5142
|
+
return {
|
|
5143
|
+
currentStep: 1,
|
|
5144
|
+
wizardSteps: [],
|
|
5145
|
+
wizardStepsData: {}
|
|
5146
|
+
};
|
|
5147
|
+
},
|
|
5148
|
+
|
|
5149
|
+
created() {
|
|
5150
|
+
this.init();
|
|
5151
|
+
},
|
|
5152
|
+
|
|
5153
|
+
methods: {
|
|
5154
|
+
init() {
|
|
5155
|
+
this.currentStep = 1;
|
|
5156
|
+
this.wizardSteps = this.steps.slice();
|
|
5157
|
+
},
|
|
5158
|
+
|
|
5159
|
+
goBackOneStep() {
|
|
5160
|
+
this.wizardStepsData[this.currentStep] = undefined;
|
|
5161
|
+
this.$set(this.wizardStepsData, this.currentStep, undefined);
|
|
5162
|
+
this.currentStep--;
|
|
5163
|
+
},
|
|
5164
|
+
|
|
5165
|
+
handleSubmit(data) {
|
|
5166
|
+
const stepData = data.stepData || {};
|
|
5167
|
+
const wizardData = data.wizardData || {};
|
|
5168
|
+
const newStepData = { ...this.currentStepObj,
|
|
5169
|
+
...stepData
|
|
5170
|
+
};
|
|
5171
|
+
const newWizardStepData = { ...this.wizardStepsData[this.currentStep],
|
|
5172
|
+
...wizardData
|
|
5173
|
+
};
|
|
5174
|
+
this.$set(this.wizardStepsData, this.currentStep, newWizardStepData);
|
|
5175
|
+
this.wizardSteps.splice(this.currentStep - 1, 1, newStepData);
|
|
5176
|
+
},
|
|
5177
|
+
|
|
5178
|
+
goForwardOneStep() {
|
|
5179
|
+
if (this.currentStep < this.wizardSteps.length) {
|
|
5180
|
+
this.currentStep++;
|
|
5181
|
+
} else {
|
|
5182
|
+
this.$emit('submit', this.wizardSteps);
|
|
5183
|
+
}
|
|
5184
|
+
}
|
|
5185
|
+
|
|
5186
|
+
},
|
|
5187
|
+
computed: {
|
|
5188
|
+
wizardData() {
|
|
5189
|
+
return Object.values(this.wizardStepsData).reduce((acc, currentValue) => ({ ...acc,
|
|
5190
|
+
...currentValue
|
|
5191
|
+
}), {});
|
|
5192
|
+
},
|
|
5193
|
+
|
|
5194
|
+
currentStepObj() {
|
|
5195
|
+
return this.wizardSteps[this.currentStep - 1];
|
|
5196
|
+
},
|
|
5197
|
+
|
|
5198
|
+
isBackDisplayed() {
|
|
5199
|
+
return this.currentStepObj.isBackDisplayed !== undefined ? this.currentStepObj.isBackDisplayed : this.currentStep > 1;
|
|
5200
|
+
},
|
|
5201
|
+
|
|
5202
|
+
isNextButtonDisabled() {
|
|
5203
|
+
if (this.currentStepObj.nextStepEnabledRules) {
|
|
5204
|
+
return this.currentStepObj.nextStepEnabledRules.every(rule => !rule(this.wizardData));
|
|
5205
|
+
} else {
|
|
5206
|
+
return this.currentStepObj.isNextButtonDisabled !== undefined ? this.currentStepObj.isNextButtonDisabled : false;
|
|
5207
|
+
}
|
|
5208
|
+
}
|
|
5209
|
+
|
|
5210
|
+
}
|
|
5211
|
+
};
|
|
5212
|
+
|
|
5213
|
+
/* script */
|
|
5214
|
+
const __vue_script__ = script;
|
|
5215
|
+
/* template */
|
|
5216
|
+
|
|
5217
|
+
var __vue_render__ = function () {
|
|
5218
|
+
var _vm = this;
|
|
5219
|
+
|
|
5220
|
+
var _h = _vm.$createElement;
|
|
5221
|
+
|
|
5222
|
+
var _c = _vm._self._c || _h;
|
|
5223
|
+
|
|
5224
|
+
return _c('v-layout', {
|
|
5225
|
+
staticClass: "vc-wizard",
|
|
5226
|
+
attrs: {
|
|
5227
|
+
"column": "",
|
|
5228
|
+
"align-start": "",
|
|
5229
|
+
"justify-start": ""
|
|
5230
|
+
}
|
|
5231
|
+
}, [!_vm.$vuetify.breakpoint.mdAndUp ? _c('VcMobileWizardProgress', {
|
|
5232
|
+
attrs: {
|
|
5233
|
+
"dataQa": _vm.dataQa,
|
|
5234
|
+
"currentStep": _vm.currentStep,
|
|
5235
|
+
"steps": _vm.wizardSteps
|
|
5236
|
+
}
|
|
5237
|
+
}) : _c('VcStepsBar', {
|
|
5238
|
+
attrs: {
|
|
5239
|
+
"currentStep": _vm.currentStep,
|
|
5240
|
+
"steps": _vm.wizardSteps,
|
|
5241
|
+
"title": _vm.title,
|
|
5242
|
+
"dataQa": _vm.dataQa
|
|
5243
|
+
}
|
|
5244
|
+
}), _vm._v(" "), _c('VcStepperContent', {
|
|
5245
|
+
attrs: {
|
|
5246
|
+
"wizardData": _vm.wizardData,
|
|
5247
|
+
"currentStep": _vm.currentStep,
|
|
5248
|
+
"steps": _vm.wizardSteps,
|
|
5249
|
+
"dataQa": _vm.dataQa
|
|
5250
|
+
},
|
|
5251
|
+
on: {
|
|
5252
|
+
"submit": _vm.handleSubmit
|
|
5253
|
+
}
|
|
5254
|
+
}), _vm._v(" "), _c('VcWizardCtaContainer', {
|
|
5255
|
+
attrs: {
|
|
5256
|
+
"isBackDisplayed": _vm.isBackDisplayed,
|
|
5257
|
+
"isNextButtonDisabled": _vm.isNextButtonDisabled,
|
|
5258
|
+
"backButtonLabel": _vm.currentStepObj.backButtonLabel || _vm.$dst('ds.wizard.back'),
|
|
5259
|
+
"nextButtonLabel": _vm.currentStepObj.nextButtonLabel || _vm.$dst('ds.wizard.next'),
|
|
5260
|
+
"dataQa": _vm.dataQa
|
|
5261
|
+
},
|
|
5262
|
+
on: {
|
|
5263
|
+
"onBackPressed": _vm.goBackOneStep,
|
|
5264
|
+
"onNextPressed": _vm.goForwardOneStep
|
|
5265
|
+
}
|
|
5266
|
+
})], 1);
|
|
5267
|
+
};
|
|
5268
|
+
|
|
5269
|
+
var __vue_staticRenderFns__ = [];
|
|
5270
|
+
/* style */
|
|
5271
|
+
|
|
5272
|
+
const __vue_inject_styles__ = function (inject) {
|
|
5273
|
+
if (!inject) return;
|
|
5274
|
+
inject("data-v-485be306_0", {
|
|
5275
|
+
source: "[data-v-485be306]: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-medium:400;--font-weight-medium2:500;--font-weight-large:600;--font-weight-large2:700;--font-weight-xl:800;--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;--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;--avatar-x-sm:24px;--avatar-sm:32px;--avatar-md:40px;--avatar-lg:48px;--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-485be306]{height:100%}@media screen and (min-width:960px){.vc-wizard[data-v-485be306]{display:grid;grid-template-columns:minmax(200px,1fr) 3fr;grid-template-rows:400px 80px;grid-column-gap:var(--size-value10);grid-row-gap:0}}@media screen and (min-width:972px){.vc-wizard[data-v-485be306]{grid-column-gap:var(--size-value20)}}.vc-stepper-container[data-v-485be306]{grid-area:1/1/3/2;border-inline-end:1px solid #e0e0e0}.wizard-cta-container[data-v-485be306]{grid-area:2/2/3/3}.stepper-content-wrapper[data-v-485be306]{grid-area:1/2/2/3}",
|
|
5276
|
+
map: undefined,
|
|
5277
|
+
media: undefined
|
|
5278
|
+
});
|
|
5279
|
+
};
|
|
5280
|
+
/* scoped */
|
|
5281
|
+
|
|
5282
|
+
|
|
5283
|
+
const __vue_scope_id__ = "data-v-485be306";
|
|
4885
5284
|
/* module identifier */
|
|
4886
5285
|
|
|
4887
5286
|
const __vue_module_identifier__ = undefined;
|
|
@@ -4901,42 +5300,43 @@ const __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
4901
5300
|
|
|
4902
5301
|
var components$1 = /*#__PURE__*/Object.freeze({
|
|
4903
5302
|
__proto__: null,
|
|
4904
|
-
VcConfirmModal: __vue_component__$
|
|
4905
|
-
VcInputModal: __vue_component__$
|
|
4906
|
-
VcNoticeModal: __vue_component__$
|
|
4907
|
-
VcModalFooter: __vue_component__$
|
|
4908
|
-
VcModalHeader: __vue_component__$
|
|
4909
|
-
VcAlert: __vue_component__$
|
|
4910
|
-
VcTooltip: __vue_component__$
|
|
4911
|
-
VcIconWithTooltip: __vue_component__$
|
|
4912
|
-
VcBottomActions: __vue_component__$
|
|
4913
|
-
VcActionList: __vue_component__$
|
|
4914
|
-
VcActions: __vue_component__$
|
|
4915
|
-
VcStepsBar: __vue_component__$
|
|
4916
|
-
VcMobileWizardProgress: __vue_component__$
|
|
4917
|
-
VcProgressCircular: __vue_component__$
|
|
4918
|
-
VcButton: __vue_component__$
|
|
4919
|
-
VcButtonGroup: __vue_component__$
|
|
4920
|
-
VcForm: __vue_component__$
|
|
4921
|
-
VcIcon: __vue_component__$
|
|
4922
|
-
VcLayout: __vue_component__$
|
|
4923
|
-
VcLoader: __vue_component__$
|
|
4924
|
-
VcSwitch: __vue_component__$
|
|
4925
|
-
VcTextField: __vue_component__$
|
|
4926
|
-
VcAvatar: __vue_component__$
|
|
4927
|
-
VcTextArea: __vue_component__$
|
|
4928
|
-
VcToast: __vue_component__$
|
|
4929
|
-
VcCard: __vue_component__$
|
|
4930
|
-
VcCheckbox: __vue_component__$
|
|
4931
|
-
VcFilterPanel: __vue_component__$
|
|
4932
|
-
VcFocusArea: __vue_component__$
|
|
4933
|
-
VcLink: __vue_component__$
|
|
4934
|
-
VcListItem: __vue_component__$
|
|
4935
|
-
VcGroupHeader: __vue_component__$
|
|
4936
|
-
VcEmptyState: __vue_component__$
|
|
4937
|
-
VcSvg: __vue_component__$
|
|
4938
|
-
VcBanner: __vue_component__$
|
|
4939
|
-
VcWizardCtaContainer: __vue_component__
|
|
5303
|
+
VcConfirmModal: __vue_component__$w,
|
|
5304
|
+
VcInputModal: __vue_component__$u,
|
|
5305
|
+
VcNoticeModal: __vue_component__$t,
|
|
5306
|
+
VcModalFooter: __vue_component__$y,
|
|
5307
|
+
VcModalHeader: __vue_component__$x,
|
|
5308
|
+
VcAlert: __vue_component__$s,
|
|
5309
|
+
VcTooltip: __vue_component__$r,
|
|
5310
|
+
VcIconWithTooltip: __vue_component__$q,
|
|
5311
|
+
VcBottomActions: __vue_component__$o,
|
|
5312
|
+
VcActionList: __vue_component__$n,
|
|
5313
|
+
VcActions: __vue_component__$m,
|
|
5314
|
+
VcStepsBar: __vue_component__$l,
|
|
5315
|
+
VcMobileWizardProgress: __vue_component__$j,
|
|
5316
|
+
VcProgressCircular: __vue_component__$k,
|
|
5317
|
+
VcButton: __vue_component__$B,
|
|
5318
|
+
VcButtonGroup: __vue_component__$i,
|
|
5319
|
+
VcForm: __vue_component__$v,
|
|
5320
|
+
VcIcon: __vue_component__$C,
|
|
5321
|
+
VcLayout: __vue_component__$z,
|
|
5322
|
+
VcLoader: __vue_component__$h,
|
|
5323
|
+
VcSwitch: __vue_component__$g,
|
|
5324
|
+
VcTextField: __vue_component__$f,
|
|
5325
|
+
VcAvatar: __vue_component__$p,
|
|
5326
|
+
VcTextArea: __vue_component__$e,
|
|
5327
|
+
VcToast: __vue_component__$d,
|
|
5328
|
+
VcCard: __vue_component__$c,
|
|
5329
|
+
VcCheckbox: __vue_component__$b,
|
|
5330
|
+
VcFilterPanel: __vue_component__$a,
|
|
5331
|
+
VcFocusArea: __vue_component__$9,
|
|
5332
|
+
VcLink: __vue_component__$8,
|
|
5333
|
+
VcListItem: __vue_component__$7,
|
|
5334
|
+
VcGroupHeader: __vue_component__$6,
|
|
5335
|
+
VcEmptyState: __vue_component__$4,
|
|
5336
|
+
VcSvg: __vue_component__$5,
|
|
5337
|
+
VcBanner: __vue_component__$3,
|
|
5338
|
+
VcWizardCtaContainer: __vue_component__$2,
|
|
5339
|
+
VcWizard: __vue_component__
|
|
4940
5340
|
});
|
|
4941
5341
|
|
|
4942
5342
|
// Import vue components
|
|
@@ -4950,42 +5350,43 @@ const install = function installdesignSystem(Vue) {
|
|
|
4950
5350
|
var components = /*#__PURE__*/Object.freeze({
|
|
4951
5351
|
__proto__: null,
|
|
4952
5352
|
'default': install,
|
|
4953
|
-
VcConfirmModal: __vue_component__$
|
|
4954
|
-
VcInputModal: __vue_component__$
|
|
4955
|
-
VcNoticeModal: __vue_component__$
|
|
4956
|
-
VcModalFooter: __vue_component__$
|
|
4957
|
-
VcModalHeader: __vue_component__$
|
|
4958
|
-
VcAlert: __vue_component__$
|
|
4959
|
-
VcTooltip: __vue_component__$
|
|
4960
|
-
VcIconWithTooltip: __vue_component__$
|
|
4961
|
-
VcBottomActions: __vue_component__$
|
|
4962
|
-
VcActionList: __vue_component__$
|
|
4963
|
-
VcActions: __vue_component__$
|
|
4964
|
-
VcStepsBar: __vue_component__$
|
|
4965
|
-
VcMobileWizardProgress: __vue_component__$
|
|
4966
|
-
VcProgressCircular: __vue_component__$
|
|
4967
|
-
VcButton: __vue_component__$
|
|
4968
|
-
VcButtonGroup: __vue_component__$
|
|
4969
|
-
VcForm: __vue_component__$
|
|
4970
|
-
VcIcon: __vue_component__$
|
|
4971
|
-
VcLayout: __vue_component__$
|
|
4972
|
-
VcLoader: __vue_component__$
|
|
4973
|
-
VcSwitch: __vue_component__$
|
|
4974
|
-
VcTextField: __vue_component__$
|
|
4975
|
-
VcAvatar: __vue_component__$
|
|
4976
|
-
VcTextArea: __vue_component__$
|
|
4977
|
-
VcToast: __vue_component__$
|
|
4978
|
-
VcCard: __vue_component__$
|
|
4979
|
-
VcCheckbox: __vue_component__$
|
|
4980
|
-
VcFilterPanel: __vue_component__$
|
|
4981
|
-
VcFocusArea: __vue_component__$
|
|
4982
|
-
VcLink: __vue_component__$
|
|
4983
|
-
VcListItem: __vue_component__$
|
|
4984
|
-
VcGroupHeader: __vue_component__$
|
|
4985
|
-
VcEmptyState: __vue_component__$
|
|
4986
|
-
VcSvg: __vue_component__$
|
|
4987
|
-
VcBanner: __vue_component__$
|
|
4988
|
-
VcWizardCtaContainer: __vue_component__
|
|
5353
|
+
VcConfirmModal: __vue_component__$w,
|
|
5354
|
+
VcInputModal: __vue_component__$u,
|
|
5355
|
+
VcNoticeModal: __vue_component__$t,
|
|
5356
|
+
VcModalFooter: __vue_component__$y,
|
|
5357
|
+
VcModalHeader: __vue_component__$x,
|
|
5358
|
+
VcAlert: __vue_component__$s,
|
|
5359
|
+
VcTooltip: __vue_component__$r,
|
|
5360
|
+
VcIconWithTooltip: __vue_component__$q,
|
|
5361
|
+
VcBottomActions: __vue_component__$o,
|
|
5362
|
+
VcActionList: __vue_component__$n,
|
|
5363
|
+
VcActions: __vue_component__$m,
|
|
5364
|
+
VcStepsBar: __vue_component__$l,
|
|
5365
|
+
VcMobileWizardProgress: __vue_component__$j,
|
|
5366
|
+
VcProgressCircular: __vue_component__$k,
|
|
5367
|
+
VcButton: __vue_component__$B,
|
|
5368
|
+
VcButtonGroup: __vue_component__$i,
|
|
5369
|
+
VcForm: __vue_component__$v,
|
|
5370
|
+
VcIcon: __vue_component__$C,
|
|
5371
|
+
VcLayout: __vue_component__$z,
|
|
5372
|
+
VcLoader: __vue_component__$h,
|
|
5373
|
+
VcSwitch: __vue_component__$g,
|
|
5374
|
+
VcTextField: __vue_component__$f,
|
|
5375
|
+
VcAvatar: __vue_component__$p,
|
|
5376
|
+
VcTextArea: __vue_component__$e,
|
|
5377
|
+
VcToast: __vue_component__$d,
|
|
5378
|
+
VcCard: __vue_component__$c,
|
|
5379
|
+
VcCheckbox: __vue_component__$b,
|
|
5380
|
+
VcFilterPanel: __vue_component__$a,
|
|
5381
|
+
VcFocusArea: __vue_component__$9,
|
|
5382
|
+
VcLink: __vue_component__$8,
|
|
5383
|
+
VcListItem: __vue_component__$7,
|
|
5384
|
+
VcGroupHeader: __vue_component__$6,
|
|
5385
|
+
VcEmptyState: __vue_component__$4,
|
|
5386
|
+
VcSvg: __vue_component__$5,
|
|
5387
|
+
VcBanner: __vue_component__$3,
|
|
5388
|
+
VcWizardCtaContainer: __vue_component__$2,
|
|
5389
|
+
VcWizard: __vue_component__
|
|
4989
5390
|
});
|
|
4990
5391
|
|
|
4991
5392
|
// iife/cjs usage extends esm default export - so import it all
|