@vcita/design-system 0.2.6 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.MD +3 -0
- package/README.md +1 -0
- package/dist/@vcita/design-system.esm.js +986 -571
- package/dist/@vcita/design-system.min.js +1 -1
- package/dist/@vcita/design-system.ssr.js +874 -478
- package/package.json +1 -1
- package/src/components/VcBanner/VcBanner.stories.js +14 -2
- package/src/components/VcBanner/VcBanner.vue +5 -2
- package/src/components/index.js +1 -0
- package/src/components/modal/VcConfirmModal/VcConfirmModal.vue +6 -2
- package/src/components/wizard/VcSteperContent/VcStepperContent.vue +2 -1
- package/src/components/wizard/VcWizard/VcWizard.spec.js +7 -0
- package/src/components/wizard/VcWizard/VcWizard.stories.js +3 -0
- package/src/components/wizard/VcWizard/VcWizard.vue +12 -4
- package/src/components/wizard/VcWizard/demoWizardPage.vue +1 -1
|
@@ -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: {
|
|
@@ -937,15 +937,19 @@ var script$u = {
|
|
|
937
937
|
cancelButtonLabel: {
|
|
938
938
|
type: String,
|
|
939
939
|
required: false
|
|
940
|
+
},
|
|
941
|
+
loading: {
|
|
942
|
+
type: Boolean,
|
|
943
|
+
default: false
|
|
940
944
|
}
|
|
941
945
|
}
|
|
942
946
|
};
|
|
943
947
|
|
|
944
948
|
/* script */
|
|
945
|
-
const __vue_script__$
|
|
949
|
+
const __vue_script__$w = script$w;
|
|
946
950
|
/* template */
|
|
947
951
|
|
|
948
|
-
var __vue_render__$
|
|
952
|
+
var __vue_render__$v = function () {
|
|
949
953
|
var _vm = this;
|
|
950
954
|
|
|
951
955
|
var _h = _vm.$createElement;
|
|
@@ -1004,11 +1008,13 @@ var __vue_render__$t = function () {
|
|
|
1004
1008
|
"buttons": [{
|
|
1005
1009
|
label: _vm.cancelButtonLabel || _vm.$dst("ds.modal.cancel"),
|
|
1006
1010
|
event: "onCancelClicked",
|
|
1007
|
-
color: "white"
|
|
1011
|
+
color: "white",
|
|
1012
|
+
loading: _vm.loading
|
|
1008
1013
|
}, {
|
|
1009
1014
|
label: _vm.okButtonLabel || _vm.$dst("ds.modal.ok"),
|
|
1010
1015
|
event: "onOkClicked",
|
|
1011
|
-
color: "secondary"
|
|
1016
|
+
color: "secondary",
|
|
1017
|
+
loading: _vm.loading
|
|
1012
1018
|
}]
|
|
1013
1019
|
},
|
|
1014
1020
|
on: {
|
|
@@ -1027,31 +1033,31 @@ var __vue_render__$t = function () {
|
|
|
1027
1033
|
});
|
|
1028
1034
|
};
|
|
1029
1035
|
|
|
1030
|
-
var __vue_staticRenderFns__$
|
|
1036
|
+
var __vue_staticRenderFns__$v = [];
|
|
1031
1037
|
/* style */
|
|
1032
1038
|
|
|
1033
|
-
const __vue_inject_styles__$
|
|
1039
|
+
const __vue_inject_styles__$w = undefined;
|
|
1034
1040
|
/* scoped */
|
|
1035
1041
|
|
|
1036
|
-
const __vue_scope_id__$
|
|
1042
|
+
const __vue_scope_id__$w = "data-v-43bbc80a";
|
|
1037
1043
|
/* module identifier */
|
|
1038
1044
|
|
|
1039
|
-
const __vue_module_identifier__$
|
|
1045
|
+
const __vue_module_identifier__$w = undefined;
|
|
1040
1046
|
/* functional template */
|
|
1041
1047
|
|
|
1042
|
-
const __vue_is_functional_template__$
|
|
1048
|
+
const __vue_is_functional_template__$w = false;
|
|
1043
1049
|
/* style inject */
|
|
1044
1050
|
|
|
1045
1051
|
/* style inject SSR */
|
|
1046
1052
|
|
|
1047
1053
|
/* style inject shadow dom */
|
|
1048
1054
|
|
|
1049
|
-
const __vue_component__$
|
|
1050
|
-
render: __vue_render__$
|
|
1051
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1052
|
-
}, __vue_inject_styles__$
|
|
1055
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
1056
|
+
render: __vue_render__$v,
|
|
1057
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
1058
|
+
}, __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
1059
|
|
|
1054
|
-
var script$
|
|
1060
|
+
var script$v = {
|
|
1055
1061
|
name: "VcForm",
|
|
1056
1062
|
methods: {
|
|
1057
1063
|
validate() {
|
|
@@ -1071,38 +1077,38 @@ var script$t = {
|
|
|
1071
1077
|
};
|
|
1072
1078
|
|
|
1073
1079
|
/* script */
|
|
1074
|
-
const __vue_script__$
|
|
1080
|
+
const __vue_script__$v = script$v;
|
|
1075
1081
|
/* template */
|
|
1076
1082
|
|
|
1077
1083
|
/* style */
|
|
1078
1084
|
|
|
1079
|
-
const __vue_inject_styles__$
|
|
1085
|
+
const __vue_inject_styles__$v = undefined;
|
|
1080
1086
|
/* scoped */
|
|
1081
1087
|
|
|
1082
|
-
const __vue_scope_id__$
|
|
1088
|
+
const __vue_scope_id__$v = "data-v-398cf17d";
|
|
1083
1089
|
/* module identifier */
|
|
1084
1090
|
|
|
1085
|
-
const __vue_module_identifier__$
|
|
1091
|
+
const __vue_module_identifier__$v = undefined;
|
|
1086
1092
|
/* functional template */
|
|
1087
1093
|
|
|
1088
|
-
const __vue_is_functional_template__$
|
|
1094
|
+
const __vue_is_functional_template__$v = undefined;
|
|
1089
1095
|
/* style inject */
|
|
1090
1096
|
|
|
1091
1097
|
/* style inject SSR */
|
|
1092
1098
|
|
|
1093
1099
|
/* style inject shadow dom */
|
|
1094
1100
|
|
|
1095
|
-
const __vue_component__$
|
|
1101
|
+
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
1102
|
|
|
1097
|
-
var script$
|
|
1103
|
+
var script$u = {
|
|
1098
1104
|
name: "VcInputModal",
|
|
1099
1105
|
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__$
|
|
1106
|
+
VcForm: __vue_component__$v,
|
|
1107
|
+
VcLayout: __vue_component__$z,
|
|
1108
|
+
VcModalFooter: __vue_component__$y,
|
|
1109
|
+
VcIcon: __vue_component__$C,
|
|
1110
|
+
VcModalContainer: __vue_component__$A,
|
|
1111
|
+
VcModalHeader: __vue_component__$x
|
|
1106
1112
|
},
|
|
1107
1113
|
props: {
|
|
1108
1114
|
showDialog: {
|
|
@@ -1179,10 +1185,10 @@ var script$s = {
|
|
|
1179
1185
|
};
|
|
1180
1186
|
|
|
1181
1187
|
/* script */
|
|
1182
|
-
const __vue_script__$
|
|
1188
|
+
const __vue_script__$u = script$u;
|
|
1183
1189
|
/* template */
|
|
1184
1190
|
|
|
1185
|
-
var __vue_render__$
|
|
1191
|
+
var __vue_render__$u = function () {
|
|
1186
1192
|
var _vm = this;
|
|
1187
1193
|
|
|
1188
1194
|
var _h = _vm.$createElement;
|
|
@@ -1283,10 +1289,10 @@ var __vue_render__$s = function () {
|
|
|
1283
1289
|
});
|
|
1284
1290
|
};
|
|
1285
1291
|
|
|
1286
|
-
var __vue_staticRenderFns__$
|
|
1292
|
+
var __vue_staticRenderFns__$u = [];
|
|
1287
1293
|
/* style */
|
|
1288
1294
|
|
|
1289
|
-
const __vue_inject_styles__$
|
|
1295
|
+
const __vue_inject_styles__$u = function (inject) {
|
|
1290
1296
|
if (!inject) return;
|
|
1291
1297
|
inject("data-v-1f25c5b3_0", {
|
|
1292
1298
|
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 +1303,28 @@ const __vue_inject_styles__$s = function (inject) {
|
|
|
1297
1303
|
/* scoped */
|
|
1298
1304
|
|
|
1299
1305
|
|
|
1300
|
-
const __vue_scope_id__$
|
|
1306
|
+
const __vue_scope_id__$u = "data-v-1f25c5b3";
|
|
1301
1307
|
/* module identifier */
|
|
1302
1308
|
|
|
1303
|
-
const __vue_module_identifier__$
|
|
1309
|
+
const __vue_module_identifier__$u = undefined;
|
|
1304
1310
|
/* functional template */
|
|
1305
1311
|
|
|
1306
|
-
const __vue_is_functional_template__$
|
|
1312
|
+
const __vue_is_functional_template__$u = false;
|
|
1307
1313
|
/* style inject SSR */
|
|
1308
1314
|
|
|
1309
1315
|
/* style inject shadow dom */
|
|
1310
1316
|
|
|
1311
|
-
const __vue_component__$
|
|
1312
|
-
render: __vue_render__$
|
|
1313
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1314
|
-
}, __vue_inject_styles__$
|
|
1317
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
1318
|
+
render: __vue_render__$u,
|
|
1319
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
1320
|
+
}, __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
1321
|
|
|
1316
|
-
var script$
|
|
1322
|
+
var script$t = {
|
|
1317
1323
|
name: "VcNoticeModal",
|
|
1318
1324
|
components: {
|
|
1319
|
-
VcLayout: __vue_component__$
|
|
1320
|
-
VcModalFooter: __vue_component__$
|
|
1321
|
-
VcModalContainer: __vue_component__$
|
|
1325
|
+
VcLayout: __vue_component__$z,
|
|
1326
|
+
VcModalFooter: __vue_component__$y,
|
|
1327
|
+
VcModalContainer: __vue_component__$A
|
|
1322
1328
|
},
|
|
1323
1329
|
props: {
|
|
1324
1330
|
showDialog: {
|
|
@@ -1364,10 +1370,10 @@ var script$r = {
|
|
|
1364
1370
|
};
|
|
1365
1371
|
|
|
1366
1372
|
/* script */
|
|
1367
|
-
const __vue_script__$
|
|
1373
|
+
const __vue_script__$t = script$t;
|
|
1368
1374
|
/* template */
|
|
1369
1375
|
|
|
1370
|
-
var __vue_render__$
|
|
1376
|
+
var __vue_render__$t = function () {
|
|
1371
1377
|
var _vm = this;
|
|
1372
1378
|
|
|
1373
1379
|
var _h = _vm.$createElement;
|
|
@@ -1453,10 +1459,10 @@ var __vue_render__$r = function () {
|
|
|
1453
1459
|
});
|
|
1454
1460
|
};
|
|
1455
1461
|
|
|
1456
|
-
var __vue_staticRenderFns__$
|
|
1462
|
+
var __vue_staticRenderFns__$t = [];
|
|
1457
1463
|
/* style */
|
|
1458
1464
|
|
|
1459
|
-
const __vue_inject_styles__$
|
|
1465
|
+
const __vue_inject_styles__$t = function (inject) {
|
|
1460
1466
|
if (!inject) return;
|
|
1461
1467
|
inject("data-v-c197dce0_0", {
|
|
1462
1468
|
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 +1473,28 @@ const __vue_inject_styles__$r = function (inject) {
|
|
|
1467
1473
|
/* scoped */
|
|
1468
1474
|
|
|
1469
1475
|
|
|
1470
|
-
const __vue_scope_id__$
|
|
1476
|
+
const __vue_scope_id__$t = "data-v-c197dce0";
|
|
1471
1477
|
/* module identifier */
|
|
1472
1478
|
|
|
1473
|
-
const __vue_module_identifier__$
|
|
1479
|
+
const __vue_module_identifier__$t = undefined;
|
|
1474
1480
|
/* functional template */
|
|
1475
1481
|
|
|
1476
|
-
const __vue_is_functional_template__$
|
|
1482
|
+
const __vue_is_functional_template__$t = false;
|
|
1477
1483
|
/* style inject SSR */
|
|
1478
1484
|
|
|
1479
1485
|
/* style inject shadow dom */
|
|
1480
1486
|
|
|
1481
|
-
const __vue_component__$
|
|
1482
|
-
render: __vue_render__$
|
|
1483
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1484
|
-
}, __vue_inject_styles__$
|
|
1487
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
1488
|
+
render: __vue_render__$t,
|
|
1489
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
1490
|
+
}, __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
1491
|
|
|
1486
|
-
var script$
|
|
1492
|
+
var script$s = {
|
|
1487
1493
|
name: "VcAlert",
|
|
1488
1494
|
components: {
|
|
1489
|
-
VcIcon: __vue_component__$
|
|
1490
|
-
VcButton: __vue_component__$
|
|
1491
|
-
VcLayout: __vue_component__$
|
|
1495
|
+
VcIcon: __vue_component__$C,
|
|
1496
|
+
VcButton: __vue_component__$B,
|
|
1497
|
+
VcLayout: __vue_component__$z,
|
|
1492
1498
|
VAlert: VAlert
|
|
1493
1499
|
},
|
|
1494
1500
|
props: {
|
|
@@ -1584,10 +1590,10 @@ var script$q = {
|
|
|
1584
1590
|
};
|
|
1585
1591
|
|
|
1586
1592
|
/* script */
|
|
1587
|
-
const __vue_script__$
|
|
1593
|
+
const __vue_script__$s = script$s;
|
|
1588
1594
|
/* template */
|
|
1589
1595
|
|
|
1590
|
-
var __vue_render__$
|
|
1596
|
+
var __vue_render__$s = function () {
|
|
1591
1597
|
var _vm = this;
|
|
1592
1598
|
|
|
1593
1599
|
var _h = _vm.$createElement;
|
|
@@ -1657,10 +1663,10 @@ var __vue_render__$q = function () {
|
|
|
1657
1663
|
}) : _vm._e()], 1);
|
|
1658
1664
|
};
|
|
1659
1665
|
|
|
1660
|
-
var __vue_staticRenderFns__$
|
|
1666
|
+
var __vue_staticRenderFns__$s = [];
|
|
1661
1667
|
/* style */
|
|
1662
1668
|
|
|
1663
|
-
const __vue_inject_styles__$
|
|
1669
|
+
const __vue_inject_styles__$s = function (inject) {
|
|
1664
1670
|
if (!inject) return;
|
|
1665
1671
|
inject("data-v-285965af_0", {
|
|
1666
1672
|
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 +1677,21 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
1671
1677
|
/* scoped */
|
|
1672
1678
|
|
|
1673
1679
|
|
|
1674
|
-
const __vue_scope_id__$
|
|
1680
|
+
const __vue_scope_id__$s = undefined;
|
|
1675
1681
|
/* module identifier */
|
|
1676
1682
|
|
|
1677
|
-
const __vue_module_identifier__$
|
|
1683
|
+
const __vue_module_identifier__$s = undefined;
|
|
1678
1684
|
/* functional template */
|
|
1679
1685
|
|
|
1680
|
-
const __vue_is_functional_template__$
|
|
1686
|
+
const __vue_is_functional_template__$s = false;
|
|
1681
1687
|
/* style inject SSR */
|
|
1682
1688
|
|
|
1683
1689
|
/* style inject shadow dom */
|
|
1684
1690
|
|
|
1685
|
-
const __vue_component__$
|
|
1686
|
-
render: __vue_render__$
|
|
1687
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1688
|
-
}, __vue_inject_styles__$
|
|
1691
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
1692
|
+
render: __vue_render__$s,
|
|
1693
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
1694
|
+
}, __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
1695
|
|
|
1690
1696
|
//
|
|
1691
1697
|
//
|
|
@@ -1732,7 +1738,7 @@ const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
|
1732
1738
|
//
|
|
1733
1739
|
//
|
|
1734
1740
|
//
|
|
1735
|
-
var script$
|
|
1741
|
+
var script$r = {
|
|
1736
1742
|
components: {
|
|
1737
1743
|
VTooltip: VTooltip
|
|
1738
1744
|
},
|
|
@@ -1789,10 +1795,10 @@ var script$p = {
|
|
|
1789
1795
|
};
|
|
1790
1796
|
|
|
1791
1797
|
/* script */
|
|
1792
|
-
const __vue_script__$
|
|
1798
|
+
const __vue_script__$r = script$r;
|
|
1793
1799
|
/* template */
|
|
1794
1800
|
|
|
1795
|
-
var __vue_render__$
|
|
1801
|
+
var __vue_render__$r = function () {
|
|
1796
1802
|
var _vm = this;
|
|
1797
1803
|
|
|
1798
1804
|
var _h = _vm.$createElement;
|
|
@@ -1844,10 +1850,10 @@ var __vue_render__$p = function () {
|
|
|
1844
1850
|
})])])])], 1);
|
|
1845
1851
|
};
|
|
1846
1852
|
|
|
1847
|
-
var __vue_staticRenderFns__$
|
|
1853
|
+
var __vue_staticRenderFns__$r = [];
|
|
1848
1854
|
/* style */
|
|
1849
1855
|
|
|
1850
|
-
const __vue_inject_styles__$
|
|
1856
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
1851
1857
|
if (!inject) return;
|
|
1852
1858
|
inject("data-v-858200cc_0", {
|
|
1853
1859
|
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 +1864,26 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
1858
1864
|
/* scoped */
|
|
1859
1865
|
|
|
1860
1866
|
|
|
1861
|
-
const __vue_scope_id__$
|
|
1867
|
+
const __vue_scope_id__$r = undefined;
|
|
1862
1868
|
/* module identifier */
|
|
1863
1869
|
|
|
1864
|
-
const __vue_module_identifier__$
|
|
1870
|
+
const __vue_module_identifier__$r = undefined;
|
|
1865
1871
|
/* functional template */
|
|
1866
1872
|
|
|
1867
|
-
const __vue_is_functional_template__$
|
|
1873
|
+
const __vue_is_functional_template__$r = false;
|
|
1868
1874
|
/* style inject SSR */
|
|
1869
1875
|
|
|
1870
1876
|
/* style inject shadow dom */
|
|
1871
1877
|
|
|
1872
|
-
const __vue_component__$
|
|
1873
|
-
render: __vue_render__$
|
|
1874
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1875
|
-
}, __vue_inject_styles__$
|
|
1878
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
1879
|
+
render: __vue_render__$r,
|
|
1880
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
1881
|
+
}, __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
1882
|
|
|
1877
|
-
var script$
|
|
1883
|
+
var script$q = {
|
|
1878
1884
|
name: "VcIconWithTooltip",
|
|
1879
1885
|
components: {
|
|
1880
|
-
VcTooltip: __vue_component__$
|
|
1886
|
+
VcTooltip: __vue_component__$r,
|
|
1881
1887
|
VIcon: VIcon
|
|
1882
1888
|
},
|
|
1883
1889
|
props: {
|
|
@@ -1937,10 +1943,10 @@ var script$o = {
|
|
|
1937
1943
|
};
|
|
1938
1944
|
|
|
1939
1945
|
/* script */
|
|
1940
|
-
const __vue_script__$
|
|
1946
|
+
const __vue_script__$q = script$q;
|
|
1941
1947
|
/* template */
|
|
1942
1948
|
|
|
1943
|
-
var __vue_render__$
|
|
1949
|
+
var __vue_render__$q = function () {
|
|
1944
1950
|
var _vm = this;
|
|
1945
1951
|
|
|
1946
1952
|
var _h = _vm.$createElement;
|
|
@@ -1970,10 +1976,10 @@ var __vue_render__$o = function () {
|
|
|
1970
1976
|
}, [_vm._v("\n " + _vm._s(_vm.getIcon) + "\n ")])]], 2);
|
|
1971
1977
|
};
|
|
1972
1978
|
|
|
1973
|
-
var __vue_staticRenderFns__$
|
|
1979
|
+
var __vue_staticRenderFns__$q = [];
|
|
1974
1980
|
/* style */
|
|
1975
1981
|
|
|
1976
|
-
const __vue_inject_styles__$
|
|
1982
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
1977
1983
|
if (!inject) return;
|
|
1978
1984
|
inject("data-v-7193d7d6_0", {
|
|
1979
1985
|
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 +1990,21 @@ const __vue_inject_styles__$o = function (inject) {
|
|
|
1984
1990
|
/* scoped */
|
|
1985
1991
|
|
|
1986
1992
|
|
|
1987
|
-
const __vue_scope_id__$
|
|
1993
|
+
const __vue_scope_id__$q = undefined;
|
|
1988
1994
|
/* module identifier */
|
|
1989
1995
|
|
|
1990
|
-
const __vue_module_identifier__$
|
|
1996
|
+
const __vue_module_identifier__$q = undefined;
|
|
1991
1997
|
/* functional template */
|
|
1992
1998
|
|
|
1993
|
-
const __vue_is_functional_template__$
|
|
1999
|
+
const __vue_is_functional_template__$q = false;
|
|
1994
2000
|
/* style inject SSR */
|
|
1995
2001
|
|
|
1996
2002
|
/* style inject shadow dom */
|
|
1997
2003
|
|
|
1998
|
-
const __vue_component__$
|
|
1999
|
-
render: __vue_render__$
|
|
2000
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2001
|
-
}, __vue_inject_styles__$
|
|
2004
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
2005
|
+
render: __vue_render__$q,
|
|
2006
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
2007
|
+
}, __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
2008
|
|
|
2003
2009
|
//
|
|
2004
2010
|
//
|
|
@@ -2026,7 +2032,7 @@ const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
|
2026
2032
|
//
|
|
2027
2033
|
//
|
|
2028
2034
|
//
|
|
2029
|
-
var script$
|
|
2035
|
+
var script$p = {
|
|
2030
2036
|
components: {
|
|
2031
2037
|
VIcon: VIcon,
|
|
2032
2038
|
VTooltip: VTooltip
|
|
@@ -2146,10 +2152,10 @@ var script$n = {
|
|
|
2146
2152
|
};
|
|
2147
2153
|
|
|
2148
2154
|
/* script */
|
|
2149
|
-
const __vue_script__$
|
|
2155
|
+
const __vue_script__$p = script$p;
|
|
2150
2156
|
/* template */
|
|
2151
2157
|
|
|
2152
|
-
var __vue_render__$
|
|
2158
|
+
var __vue_render__$p = function () {
|
|
2153
2159
|
var _vm = this;
|
|
2154
2160
|
|
|
2155
2161
|
var _h = _vm.$createElement;
|
|
@@ -2199,10 +2205,10 @@ var __vue_render__$n = function () {
|
|
|
2199
2205
|
}, [_vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.lightModeTooltip))])])], 1);
|
|
2200
2206
|
};
|
|
2201
2207
|
|
|
2202
|
-
var __vue_staticRenderFns__$
|
|
2208
|
+
var __vue_staticRenderFns__$p = [];
|
|
2203
2209
|
/* style */
|
|
2204
2210
|
|
|
2205
|
-
const __vue_inject_styles__$
|
|
2211
|
+
const __vue_inject_styles__$p = function (inject) {
|
|
2206
2212
|
if (!inject) return;
|
|
2207
2213
|
inject("data-v-24222052_0", {
|
|
2208
2214
|
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 +2219,29 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
2213
2219
|
/* scoped */
|
|
2214
2220
|
|
|
2215
2221
|
|
|
2216
|
-
const __vue_scope_id__$
|
|
2222
|
+
const __vue_scope_id__$p = "data-v-24222052";
|
|
2217
2223
|
/* module identifier */
|
|
2218
2224
|
|
|
2219
|
-
const __vue_module_identifier__$
|
|
2225
|
+
const __vue_module_identifier__$p = undefined;
|
|
2220
2226
|
/* functional template */
|
|
2221
2227
|
|
|
2222
|
-
const __vue_is_functional_template__$
|
|
2228
|
+
const __vue_is_functional_template__$p = false;
|
|
2223
2229
|
/* style inject SSR */
|
|
2224
2230
|
|
|
2225
2231
|
/* style inject shadow dom */
|
|
2226
2232
|
|
|
2227
|
-
const __vue_component__$
|
|
2228
|
-
render: __vue_render__$
|
|
2229
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2230
|
-
}, __vue_inject_styles__$
|
|
2233
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
2234
|
+
render: __vue_render__$p,
|
|
2235
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
2236
|
+
}, __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
2237
|
|
|
2232
|
-
var script$
|
|
2238
|
+
var script$o = {
|
|
2233
2239
|
name: "VcBottomActions",
|
|
2234
2240
|
components: {
|
|
2235
|
-
VcLayout: __vue_component__$
|
|
2236
|
-
VcButton: __vue_component__$
|
|
2237
|
-
VcIcon: __vue_component__$
|
|
2238
|
-
VcAvatar: __vue_component__$
|
|
2241
|
+
VcLayout: __vue_component__$z,
|
|
2242
|
+
VcButton: __vue_component__$B,
|
|
2243
|
+
VcIcon: __vue_component__$C,
|
|
2244
|
+
VcAvatar: __vue_component__$p,
|
|
2239
2245
|
VSubheader: VSubheader,
|
|
2240
2246
|
VListItem: VListItem,
|
|
2241
2247
|
VList: VList,
|
|
@@ -2277,10 +2283,10 @@ var script$m = {
|
|
|
2277
2283
|
};
|
|
2278
2284
|
|
|
2279
2285
|
/* script */
|
|
2280
|
-
const __vue_script__$
|
|
2286
|
+
const __vue_script__$o = script$o;
|
|
2281
2287
|
/* template */
|
|
2282
2288
|
|
|
2283
|
-
var __vue_render__$
|
|
2289
|
+
var __vue_render__$o = function () {
|
|
2284
2290
|
var _vm = this;
|
|
2285
2291
|
|
|
2286
2292
|
var _h = _vm.$createElement;
|
|
@@ -2366,10 +2372,10 @@ var __vue_render__$m = function () {
|
|
|
2366
2372
|
}), 1)], 1)], 1);
|
|
2367
2373
|
};
|
|
2368
2374
|
|
|
2369
|
-
var __vue_staticRenderFns__$
|
|
2375
|
+
var __vue_staticRenderFns__$o = [];
|
|
2370
2376
|
/* style */
|
|
2371
2377
|
|
|
2372
|
-
const __vue_inject_styles__$
|
|
2378
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
2373
2379
|
if (!inject) return;
|
|
2374
2380
|
inject("data-v-51eeacd7_0", {
|
|
2375
2381
|
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 +2386,28 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
2380
2386
|
/* scoped */
|
|
2381
2387
|
|
|
2382
2388
|
|
|
2383
|
-
const __vue_scope_id__$
|
|
2389
|
+
const __vue_scope_id__$o = undefined;
|
|
2384
2390
|
/* module identifier */
|
|
2385
2391
|
|
|
2386
|
-
const __vue_module_identifier__$
|
|
2392
|
+
const __vue_module_identifier__$o = undefined;
|
|
2387
2393
|
/* functional template */
|
|
2388
2394
|
|
|
2389
|
-
const __vue_is_functional_template__$
|
|
2395
|
+
const __vue_is_functional_template__$o = false;
|
|
2390
2396
|
/* style inject SSR */
|
|
2391
2397
|
|
|
2392
2398
|
/* style inject shadow dom */
|
|
2393
2399
|
|
|
2394
|
-
const __vue_component__$
|
|
2395
|
-
render: __vue_render__$
|
|
2396
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2397
|
-
}, __vue_inject_styles__$
|
|
2400
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
2401
|
+
render: __vue_render__$o,
|
|
2402
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
2403
|
+
}, __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
2404
|
|
|
2399
|
-
var script$
|
|
2405
|
+
var script$n = {
|
|
2400
2406
|
name: "VcActionList",
|
|
2401
2407
|
components: {
|
|
2402
|
-
VcLayout: __vue_component__$
|
|
2403
|
-
VcButton: __vue_component__$
|
|
2404
|
-
VcIcon: __vue_component__$
|
|
2408
|
+
VcLayout: __vue_component__$z,
|
|
2409
|
+
VcButton: __vue_component__$B,
|
|
2410
|
+
VcIcon: __vue_component__$C,
|
|
2405
2411
|
VListItemTitle: VListItemTitle,
|
|
2406
2412
|
VListItem: VListItem,
|
|
2407
2413
|
VList: VList,
|
|
@@ -2427,10 +2433,10 @@ var script$l = {
|
|
|
2427
2433
|
};
|
|
2428
2434
|
|
|
2429
2435
|
/* script */
|
|
2430
|
-
const __vue_script__$
|
|
2436
|
+
const __vue_script__$n = script$n;
|
|
2431
2437
|
/* template */
|
|
2432
2438
|
|
|
2433
|
-
var __vue_render__$
|
|
2439
|
+
var __vue_render__$n = function () {
|
|
2434
2440
|
var _vm = this;
|
|
2435
2441
|
|
|
2436
2442
|
var _h = _vm.$createElement;
|
|
@@ -2482,10 +2488,10 @@ var __vue_render__$l = function () {
|
|
|
2482
2488
|
}), 1)], 1)], 1);
|
|
2483
2489
|
};
|
|
2484
2490
|
|
|
2485
|
-
var __vue_staticRenderFns__$
|
|
2491
|
+
var __vue_staticRenderFns__$n = [];
|
|
2486
2492
|
/* style */
|
|
2487
2493
|
|
|
2488
|
-
const __vue_inject_styles__$
|
|
2494
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
2489
2495
|
if (!inject) return;
|
|
2490
2496
|
inject("data-v-936b4f84_0", {
|
|
2491
2497
|
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 +2502,28 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
2496
2502
|
/* scoped */
|
|
2497
2503
|
|
|
2498
2504
|
|
|
2499
|
-
const __vue_scope_id__$
|
|
2505
|
+
const __vue_scope_id__$n = undefined;
|
|
2500
2506
|
/* module identifier */
|
|
2501
2507
|
|
|
2502
|
-
const __vue_module_identifier__$
|
|
2508
|
+
const __vue_module_identifier__$n = undefined;
|
|
2503
2509
|
/* functional template */
|
|
2504
2510
|
|
|
2505
|
-
const __vue_is_functional_template__$
|
|
2511
|
+
const __vue_is_functional_template__$n = false;
|
|
2506
2512
|
/* style inject SSR */
|
|
2507
2513
|
|
|
2508
2514
|
/* style inject shadow dom */
|
|
2509
2515
|
|
|
2510
|
-
const __vue_component__$
|
|
2511
|
-
render: __vue_render__$
|
|
2512
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2513
|
-
}, __vue_inject_styles__$
|
|
2516
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
2517
|
+
render: __vue_render__$n,
|
|
2518
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
2519
|
+
}, __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
2520
|
|
|
2515
|
-
var script$
|
|
2521
|
+
var script$m = {
|
|
2516
2522
|
name: "VcActions",
|
|
2517
2523
|
components: {
|
|
2518
|
-
VcIcon: __vue_component__$
|
|
2519
|
-
VcActionList: __vue_component__$
|
|
2520
|
-
VcBottomActions: __vue_component__$
|
|
2524
|
+
VcIcon: __vue_component__$C,
|
|
2525
|
+
VcActionList: __vue_component__$n,
|
|
2526
|
+
VcBottomActions: __vue_component__$o
|
|
2521
2527
|
},
|
|
2522
2528
|
|
|
2523
2529
|
data() {
|
|
@@ -2570,10 +2576,10 @@ var script$k = {
|
|
|
2570
2576
|
};
|
|
2571
2577
|
|
|
2572
2578
|
/* script */
|
|
2573
|
-
const __vue_script__$
|
|
2579
|
+
const __vue_script__$m = script$m;
|
|
2574
2580
|
/* template */
|
|
2575
2581
|
|
|
2576
|
-
var __vue_render__$
|
|
2582
|
+
var __vue_render__$m = function () {
|
|
2577
2583
|
var _vm = this;
|
|
2578
2584
|
|
|
2579
2585
|
var _h = _vm.$createElement;
|
|
@@ -2619,29 +2625,29 @@ var __vue_render__$k = function () {
|
|
|
2619
2625
|
}, 'component', _vm.$props, false));
|
|
2620
2626
|
};
|
|
2621
2627
|
|
|
2622
|
-
var __vue_staticRenderFns__$
|
|
2628
|
+
var __vue_staticRenderFns__$m = [];
|
|
2623
2629
|
/* style */
|
|
2624
2630
|
|
|
2625
|
-
const __vue_inject_styles__$
|
|
2631
|
+
const __vue_inject_styles__$m = undefined;
|
|
2626
2632
|
/* scoped */
|
|
2627
2633
|
|
|
2628
|
-
const __vue_scope_id__$
|
|
2634
|
+
const __vue_scope_id__$m = undefined;
|
|
2629
2635
|
/* module identifier */
|
|
2630
2636
|
|
|
2631
|
-
const __vue_module_identifier__$
|
|
2637
|
+
const __vue_module_identifier__$m = undefined;
|
|
2632
2638
|
/* functional template */
|
|
2633
2639
|
|
|
2634
|
-
const __vue_is_functional_template__$
|
|
2640
|
+
const __vue_is_functional_template__$m = false;
|
|
2635
2641
|
/* style inject */
|
|
2636
2642
|
|
|
2637
2643
|
/* style inject SSR */
|
|
2638
2644
|
|
|
2639
2645
|
/* style inject shadow dom */
|
|
2640
2646
|
|
|
2641
|
-
const __vue_component__$
|
|
2642
|
-
render: __vue_render__$
|
|
2643
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2644
|
-
}, __vue_inject_styles__$
|
|
2647
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
2648
|
+
render: __vue_render__$m,
|
|
2649
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
2650
|
+
}, __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
2651
|
|
|
2646
2652
|
//
|
|
2647
2653
|
//
|
|
@@ -2664,7 +2670,7 @@ const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
|
2664
2670
|
//
|
|
2665
2671
|
//
|
|
2666
2672
|
//
|
|
2667
|
-
var script$
|
|
2673
|
+
var script$l = {
|
|
2668
2674
|
components: {
|
|
2669
2675
|
VStepperStep: VStepperStep,
|
|
2670
2676
|
VStepper: VStepper
|
|
@@ -2737,10 +2743,10 @@ var script$j = {
|
|
|
2737
2743
|
};
|
|
2738
2744
|
|
|
2739
2745
|
/* script */
|
|
2740
|
-
const __vue_script__$
|
|
2746
|
+
const __vue_script__$l = script$l;
|
|
2741
2747
|
/* template */
|
|
2742
2748
|
|
|
2743
|
-
var __vue_render__$
|
|
2749
|
+
var __vue_render__$l = function () {
|
|
2744
2750
|
var _vm = this;
|
|
2745
2751
|
|
|
2746
2752
|
var _h = _vm.$createElement;
|
|
@@ -2779,10 +2785,10 @@ var __vue_render__$j = function () {
|
|
|
2779
2785
|
})], 2)], 1);
|
|
2780
2786
|
};
|
|
2781
2787
|
|
|
2782
|
-
var __vue_staticRenderFns__$
|
|
2788
|
+
var __vue_staticRenderFns__$l = [];
|
|
2783
2789
|
/* style */
|
|
2784
2790
|
|
|
2785
|
-
const __vue_inject_styles__$
|
|
2791
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
2786
2792
|
if (!inject) return;
|
|
2787
2793
|
inject("data-v-9f3fe138_0", {
|
|
2788
2794
|
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 +2799,21 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
2793
2799
|
/* scoped */
|
|
2794
2800
|
|
|
2795
2801
|
|
|
2796
|
-
const __vue_scope_id__$
|
|
2802
|
+
const __vue_scope_id__$l = "data-v-9f3fe138";
|
|
2797
2803
|
/* module identifier */
|
|
2798
2804
|
|
|
2799
|
-
const __vue_module_identifier__$
|
|
2805
|
+
const __vue_module_identifier__$l = undefined;
|
|
2800
2806
|
/* functional template */
|
|
2801
2807
|
|
|
2802
|
-
const __vue_is_functional_template__$
|
|
2808
|
+
const __vue_is_functional_template__$l = false;
|
|
2803
2809
|
/* style inject SSR */
|
|
2804
2810
|
|
|
2805
2811
|
/* style inject shadow dom */
|
|
2806
2812
|
|
|
2807
|
-
const __vue_component__$
|
|
2808
|
-
render: __vue_render__$
|
|
2809
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2810
|
-
}, __vue_inject_styles__$
|
|
2813
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
2814
|
+
render: __vue_render__$l,
|
|
2815
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
2816
|
+
}, __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
2817
|
|
|
2812
2818
|
//
|
|
2813
2819
|
//
|
|
@@ -2824,7 +2830,7 @@ const __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
|
2824
2830
|
//
|
|
2825
2831
|
//
|
|
2826
2832
|
//
|
|
2827
|
-
var script$
|
|
2833
|
+
var script$k = {
|
|
2828
2834
|
components: {
|
|
2829
2835
|
VProgressCircular: VProgressCircular
|
|
2830
2836
|
},
|
|
@@ -2893,10 +2899,10 @@ var script$i = {
|
|
|
2893
2899
|
};
|
|
2894
2900
|
|
|
2895
2901
|
/* script */
|
|
2896
|
-
const __vue_script__$
|
|
2902
|
+
const __vue_script__$k = script$k;
|
|
2897
2903
|
/* template */
|
|
2898
2904
|
|
|
2899
|
-
var __vue_render__$
|
|
2905
|
+
var __vue_render__$k = function () {
|
|
2900
2906
|
var _vm = this;
|
|
2901
2907
|
|
|
2902
2908
|
var _h = _vm.$createElement;
|
|
@@ -2917,10 +2923,10 @@ var __vue_render__$i = function () {
|
|
|
2917
2923
|
}, [_vm._v("\n " + _vm._s(_vm.currentStep) + " / " + _vm._s(_vm.steps) + "\n ")]) : _vm._e()]);
|
|
2918
2924
|
};
|
|
2919
2925
|
|
|
2920
|
-
var __vue_staticRenderFns__$
|
|
2926
|
+
var __vue_staticRenderFns__$k = [];
|
|
2921
2927
|
/* style */
|
|
2922
2928
|
|
|
2923
|
-
const __vue_inject_styles__$
|
|
2929
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
2924
2930
|
if (!inject) return;
|
|
2925
2931
|
inject("data-v-5c278fc2_0", {
|
|
2926
2932
|
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 +2937,27 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
2931
2937
|
/* scoped */
|
|
2932
2938
|
|
|
2933
2939
|
|
|
2934
|
-
const __vue_scope_id__$
|
|
2940
|
+
const __vue_scope_id__$k = "data-v-5c278fc2";
|
|
2935
2941
|
/* module identifier */
|
|
2936
2942
|
|
|
2937
|
-
const __vue_module_identifier__$
|
|
2943
|
+
const __vue_module_identifier__$k = undefined;
|
|
2938
2944
|
/* functional template */
|
|
2939
2945
|
|
|
2940
|
-
const __vue_is_functional_template__$
|
|
2946
|
+
const __vue_is_functional_template__$k = false;
|
|
2941
2947
|
/* style inject SSR */
|
|
2942
2948
|
|
|
2943
2949
|
/* style inject shadow dom */
|
|
2944
2950
|
|
|
2945
|
-
const __vue_component__$
|
|
2946
|
-
render: __vue_render__$
|
|
2947
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2948
|
-
}, __vue_inject_styles__$
|
|
2951
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
2952
|
+
render: __vue_render__$k,
|
|
2953
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
2954
|
+
}, __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
2955
|
|
|
2950
|
-
var script$
|
|
2956
|
+
var script$j = {
|
|
2951
2957
|
name: "VcMobileWizardProgress",
|
|
2952
2958
|
components: {
|
|
2953
|
-
VcLayout: __vue_component__$
|
|
2954
|
-
VcProgressCircular: __vue_component__$
|
|
2959
|
+
VcLayout: __vue_component__$z,
|
|
2960
|
+
VcProgressCircular: __vue_component__$k
|
|
2955
2961
|
},
|
|
2956
2962
|
model: {
|
|
2957
2963
|
prop: 'currentStep'
|
|
@@ -3007,10 +3013,10 @@ var script$h = {
|
|
|
3007
3013
|
};
|
|
3008
3014
|
|
|
3009
3015
|
/* script */
|
|
3010
|
-
const __vue_script__$
|
|
3016
|
+
const __vue_script__$j = script$j;
|
|
3011
3017
|
/* template */
|
|
3012
3018
|
|
|
3013
|
-
var __vue_render__$
|
|
3019
|
+
var __vue_render__$j = function () {
|
|
3014
3020
|
var _vm = this;
|
|
3015
3021
|
|
|
3016
3022
|
var _h = _vm.$createElement;
|
|
@@ -3046,10 +3052,10 @@ var __vue_render__$h = function () {
|
|
|
3046
3052
|
}, [_vm._v(_vm._s(_vm.nextStepName))]) : _vm._e()])], 1);
|
|
3047
3053
|
};
|
|
3048
3054
|
|
|
3049
|
-
var __vue_staticRenderFns__$
|
|
3055
|
+
var __vue_staticRenderFns__$j = [];
|
|
3050
3056
|
/* style */
|
|
3051
3057
|
|
|
3052
|
-
const __vue_inject_styles__$
|
|
3058
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
3053
3059
|
if (!inject) return;
|
|
3054
3060
|
inject("data-v-4fe04d36_0", {
|
|
3055
3061
|
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 +3066,21 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
3060
3066
|
/* scoped */
|
|
3061
3067
|
|
|
3062
3068
|
|
|
3063
|
-
const __vue_scope_id__$
|
|
3069
|
+
const __vue_scope_id__$j = "data-v-4fe04d36";
|
|
3064
3070
|
/* module identifier */
|
|
3065
3071
|
|
|
3066
|
-
const __vue_module_identifier__$
|
|
3072
|
+
const __vue_module_identifier__$j = undefined;
|
|
3067
3073
|
/* functional template */
|
|
3068
3074
|
|
|
3069
|
-
const __vue_is_functional_template__$
|
|
3075
|
+
const __vue_is_functional_template__$j = false;
|
|
3070
3076
|
/* style inject SSR */
|
|
3071
3077
|
|
|
3072
3078
|
/* style inject shadow dom */
|
|
3073
3079
|
|
|
3074
|
-
const __vue_component__$
|
|
3075
|
-
render: __vue_render__$
|
|
3076
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3077
|
-
}, __vue_inject_styles__$
|
|
3080
|
+
const __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
3081
|
+
render: __vue_render__$j,
|
|
3082
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
3083
|
+
}, __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
3084
|
|
|
3079
3085
|
//
|
|
3080
3086
|
//
|
|
@@ -3098,7 +3104,7 @@ const __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
|
3098
3104
|
//
|
|
3099
3105
|
//
|
|
3100
3106
|
//
|
|
3101
|
-
var script$
|
|
3107
|
+
var script$i = {
|
|
3102
3108
|
components: {
|
|
3103
3109
|
VCol: VCol,
|
|
3104
3110
|
VRow: VRow,
|
|
@@ -3184,10 +3190,10 @@ var script$g = {
|
|
|
3184
3190
|
};
|
|
3185
3191
|
|
|
3186
3192
|
/* script */
|
|
3187
|
-
const __vue_script__$
|
|
3193
|
+
const __vue_script__$i = script$i;
|
|
3188
3194
|
/* template */
|
|
3189
3195
|
|
|
3190
|
-
var __vue_render__$
|
|
3196
|
+
var __vue_render__$i = function () {
|
|
3191
3197
|
var _vm = this;
|
|
3192
3198
|
|
|
3193
3199
|
var _h = _vm.$createElement;
|
|
@@ -3234,10 +3240,10 @@ var __vue_render__$g = function () {
|
|
|
3234
3240
|
}), 1);
|
|
3235
3241
|
};
|
|
3236
3242
|
|
|
3237
|
-
var __vue_staticRenderFns__$
|
|
3243
|
+
var __vue_staticRenderFns__$i = [];
|
|
3238
3244
|
/* style */
|
|
3239
3245
|
|
|
3240
|
-
const __vue_inject_styles__$
|
|
3246
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
3241
3247
|
if (!inject) return;
|
|
3242
3248
|
inject("data-v-284ef818_0", {
|
|
3243
3249
|
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 +3254,21 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
3248
3254
|
/* scoped */
|
|
3249
3255
|
|
|
3250
3256
|
|
|
3251
|
-
const __vue_scope_id__$
|
|
3257
|
+
const __vue_scope_id__$i = "data-v-284ef818";
|
|
3252
3258
|
/* module identifier */
|
|
3253
3259
|
|
|
3254
|
-
const __vue_module_identifier__$
|
|
3260
|
+
const __vue_module_identifier__$i = undefined;
|
|
3255
3261
|
/* functional template */
|
|
3256
3262
|
|
|
3257
|
-
const __vue_is_functional_template__$
|
|
3263
|
+
const __vue_is_functional_template__$i = false;
|
|
3258
3264
|
/* style inject SSR */
|
|
3259
3265
|
|
|
3260
3266
|
/* style inject shadow dom */
|
|
3261
3267
|
|
|
3262
|
-
const __vue_component__$
|
|
3263
|
-
render: __vue_render__$
|
|
3264
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3265
|
-
}, __vue_inject_styles__$
|
|
3268
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
3269
|
+
render: __vue_render__$i,
|
|
3270
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
3271
|
+
}, __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
3272
|
|
|
3267
3273
|
//
|
|
3268
3274
|
//
|
|
@@ -3273,7 +3279,7 @@ const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
|
3273
3279
|
//
|
|
3274
3280
|
//
|
|
3275
3281
|
//
|
|
3276
|
-
var script$
|
|
3282
|
+
var script$h = {
|
|
3277
3283
|
components: {
|
|
3278
3284
|
VProgressCircular: VProgressCircular
|
|
3279
3285
|
},
|
|
@@ -3301,10 +3307,10 @@ var script$f = {
|
|
|
3301
3307
|
};
|
|
3302
3308
|
|
|
3303
3309
|
/* script */
|
|
3304
|
-
const __vue_script__$
|
|
3310
|
+
const __vue_script__$h = script$h;
|
|
3305
3311
|
/* template */
|
|
3306
3312
|
|
|
3307
|
-
var __vue_render__$
|
|
3313
|
+
var __vue_render__$h = function () {
|
|
3308
3314
|
var _vm = this;
|
|
3309
3315
|
|
|
3310
3316
|
var _h = _vm.$createElement;
|
|
@@ -3322,29 +3328,29 @@ var __vue_render__$f = function () {
|
|
|
3322
3328
|
});
|
|
3323
3329
|
};
|
|
3324
3330
|
|
|
3325
|
-
var __vue_staticRenderFns__$
|
|
3331
|
+
var __vue_staticRenderFns__$h = [];
|
|
3326
3332
|
/* style */
|
|
3327
3333
|
|
|
3328
|
-
const __vue_inject_styles__$
|
|
3334
|
+
const __vue_inject_styles__$h = undefined;
|
|
3329
3335
|
/* scoped */
|
|
3330
3336
|
|
|
3331
|
-
const __vue_scope_id__$
|
|
3337
|
+
const __vue_scope_id__$h = undefined;
|
|
3332
3338
|
/* module identifier */
|
|
3333
3339
|
|
|
3334
|
-
const __vue_module_identifier__$
|
|
3340
|
+
const __vue_module_identifier__$h = undefined;
|
|
3335
3341
|
/* functional template */
|
|
3336
3342
|
|
|
3337
|
-
const __vue_is_functional_template__$
|
|
3343
|
+
const __vue_is_functional_template__$h = false;
|
|
3338
3344
|
/* style inject */
|
|
3339
3345
|
|
|
3340
3346
|
/* style inject SSR */
|
|
3341
3347
|
|
|
3342
3348
|
/* style inject shadow dom */
|
|
3343
3349
|
|
|
3344
|
-
const __vue_component__$
|
|
3345
|
-
render: __vue_render__$
|
|
3346
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3347
|
-
}, __vue_inject_styles__$
|
|
3350
|
+
const __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
3351
|
+
render: __vue_render__$h,
|
|
3352
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
3353
|
+
}, __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
3354
|
|
|
3349
3355
|
//
|
|
3350
3356
|
//
|
|
@@ -3362,7 +3368,7 @@ const __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
|
3362
3368
|
//
|
|
3363
3369
|
//
|
|
3364
3370
|
//
|
|
3365
|
-
var script$
|
|
3371
|
+
var script$g = {
|
|
3366
3372
|
components: {
|
|
3367
3373
|
VSwitch: VSwitch
|
|
3368
3374
|
},
|
|
@@ -3394,10 +3400,10 @@ var script$e = {
|
|
|
3394
3400
|
};
|
|
3395
3401
|
|
|
3396
3402
|
/* script */
|
|
3397
|
-
const __vue_script__$
|
|
3403
|
+
const __vue_script__$g = script$g;
|
|
3398
3404
|
/* template */
|
|
3399
3405
|
|
|
3400
|
-
var __vue_render__$
|
|
3406
|
+
var __vue_render__$g = function () {
|
|
3401
3407
|
var _vm = this;
|
|
3402
3408
|
|
|
3403
3409
|
var _h = _vm.$createElement;
|
|
@@ -3433,10 +3439,10 @@ var __vue_render__$e = function () {
|
|
|
3433
3439
|
});
|
|
3434
3440
|
};
|
|
3435
3441
|
|
|
3436
|
-
var __vue_staticRenderFns__$
|
|
3442
|
+
var __vue_staticRenderFns__$g = [];
|
|
3437
3443
|
/* style */
|
|
3438
3444
|
|
|
3439
|
-
const __vue_inject_styles__$
|
|
3445
|
+
const __vue_inject_styles__$g = function (inject) {
|
|
3440
3446
|
if (!inject) return;
|
|
3441
3447
|
inject("data-v-5fe5a78e_0", {
|
|
3442
3448
|
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 +3453,21 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
3447
3453
|
/* scoped */
|
|
3448
3454
|
|
|
3449
3455
|
|
|
3450
|
-
const __vue_scope_id__$
|
|
3456
|
+
const __vue_scope_id__$g = "data-v-5fe5a78e";
|
|
3451
3457
|
/* module identifier */
|
|
3452
3458
|
|
|
3453
|
-
const __vue_module_identifier__$
|
|
3459
|
+
const __vue_module_identifier__$g = undefined;
|
|
3454
3460
|
/* functional template */
|
|
3455
3461
|
|
|
3456
|
-
const __vue_is_functional_template__$
|
|
3462
|
+
const __vue_is_functional_template__$g = false;
|
|
3457
3463
|
/* style inject SSR */
|
|
3458
3464
|
|
|
3459
3465
|
/* style inject shadow dom */
|
|
3460
3466
|
|
|
3461
|
-
const __vue_component__$
|
|
3462
|
-
render: __vue_render__$
|
|
3463
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3464
|
-
}, __vue_inject_styles__$
|
|
3467
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
3468
|
+
render: __vue_render__$g,
|
|
3469
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
3470
|
+
}, __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
3471
|
|
|
3466
3472
|
//
|
|
3467
3473
|
//
|
|
@@ -3482,7 +3488,7 @@ const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
|
3482
3488
|
//
|
|
3483
3489
|
//
|
|
3484
3490
|
//
|
|
3485
|
-
var script$
|
|
3491
|
+
var script$f = {
|
|
3486
3492
|
components: {
|
|
3487
3493
|
VTextField: VTextField
|
|
3488
3494
|
},
|
|
@@ -3530,10 +3536,10 @@ var script$d = {
|
|
|
3530
3536
|
};
|
|
3531
3537
|
|
|
3532
3538
|
/* script */
|
|
3533
|
-
const __vue_script__$
|
|
3539
|
+
const __vue_script__$f = script$f;
|
|
3534
3540
|
/* template */
|
|
3535
3541
|
|
|
3536
|
-
var __vue_render__$
|
|
3542
|
+
var __vue_render__$f = function () {
|
|
3537
3543
|
var _vm = this;
|
|
3538
3544
|
|
|
3539
3545
|
var _h = _vm.$createElement;
|
|
@@ -3565,10 +3571,10 @@ var __vue_render__$d = function () {
|
|
|
3565
3571
|
});
|
|
3566
3572
|
};
|
|
3567
3573
|
|
|
3568
|
-
var __vue_staticRenderFns__$
|
|
3574
|
+
var __vue_staticRenderFns__$f = [];
|
|
3569
3575
|
/* style */
|
|
3570
3576
|
|
|
3571
|
-
const __vue_inject_styles__$
|
|
3577
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
3572
3578
|
if (!inject) return;
|
|
3573
3579
|
inject("data-v-027a8ee5_0", {
|
|
3574
3580
|
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 +3585,21 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
3579
3585
|
/* scoped */
|
|
3580
3586
|
|
|
3581
3587
|
|
|
3582
|
-
const __vue_scope_id__$
|
|
3588
|
+
const __vue_scope_id__$f = "data-v-027a8ee5";
|
|
3583
3589
|
/* module identifier */
|
|
3584
3590
|
|
|
3585
|
-
const __vue_module_identifier__$
|
|
3591
|
+
const __vue_module_identifier__$f = undefined;
|
|
3586
3592
|
/* functional template */
|
|
3587
3593
|
|
|
3588
|
-
const __vue_is_functional_template__$
|
|
3594
|
+
const __vue_is_functional_template__$f = false;
|
|
3589
3595
|
/* style inject SSR */
|
|
3590
3596
|
|
|
3591
3597
|
/* style inject shadow dom */
|
|
3592
3598
|
|
|
3593
|
-
const __vue_component__$
|
|
3594
|
-
render: __vue_render__$
|
|
3595
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3596
|
-
}, __vue_inject_styles__$
|
|
3599
|
+
const __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
3600
|
+
render: __vue_render__$f,
|
|
3601
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
3602
|
+
}, __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
3603
|
|
|
3598
3604
|
//
|
|
3599
3605
|
//
|
|
@@ -3611,7 +3617,7 @@ const __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
|
3611
3617
|
//
|
|
3612
3618
|
//
|
|
3613
3619
|
//
|
|
3614
|
-
var script$
|
|
3620
|
+
var script$e = {
|
|
3615
3621
|
components: {
|
|
3616
3622
|
VTextarea: VTextarea
|
|
3617
3623
|
},
|
|
@@ -3654,10 +3660,10 @@ var script$c = {
|
|
|
3654
3660
|
};
|
|
3655
3661
|
|
|
3656
3662
|
/* script */
|
|
3657
|
-
const __vue_script__$
|
|
3663
|
+
const __vue_script__$e = script$e;
|
|
3658
3664
|
/* template */
|
|
3659
3665
|
|
|
3660
|
-
var __vue_render__$
|
|
3666
|
+
var __vue_render__$e = function () {
|
|
3661
3667
|
var _vm = this;
|
|
3662
3668
|
|
|
3663
3669
|
var _h = _vm.$createElement;
|
|
@@ -3687,10 +3693,10 @@ var __vue_render__$c = function () {
|
|
|
3687
3693
|
});
|
|
3688
3694
|
};
|
|
3689
3695
|
|
|
3690
|
-
var __vue_staticRenderFns__$
|
|
3696
|
+
var __vue_staticRenderFns__$e = [];
|
|
3691
3697
|
/* style */
|
|
3692
3698
|
|
|
3693
|
-
const __vue_inject_styles__$
|
|
3699
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
3694
3700
|
if (!inject) return;
|
|
3695
3701
|
inject("data-v-021f98ca_0", {
|
|
3696
3702
|
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 +3707,26 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
3701
3707
|
/* scoped */
|
|
3702
3708
|
|
|
3703
3709
|
|
|
3704
|
-
const __vue_scope_id__$
|
|
3710
|
+
const __vue_scope_id__$e = "data-v-021f98ca";
|
|
3705
3711
|
/* module identifier */
|
|
3706
3712
|
|
|
3707
|
-
const __vue_module_identifier__$
|
|
3713
|
+
const __vue_module_identifier__$e = undefined;
|
|
3708
3714
|
/* functional template */
|
|
3709
3715
|
|
|
3710
|
-
const __vue_is_functional_template__$
|
|
3716
|
+
const __vue_is_functional_template__$e = false;
|
|
3711
3717
|
/* style inject SSR */
|
|
3712
3718
|
|
|
3713
3719
|
/* style inject shadow dom */
|
|
3714
3720
|
|
|
3715
|
-
const __vue_component__$
|
|
3716
|
-
render: __vue_render__$
|
|
3717
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3718
|
-
}, __vue_inject_styles__$
|
|
3721
|
+
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
3722
|
+
render: __vue_render__$e,
|
|
3723
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
3724
|
+
}, __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
3725
|
|
|
3720
|
-
var script$
|
|
3726
|
+
var script$d = {
|
|
3721
3727
|
name: 'VcToast',
|
|
3722
3728
|
components: {
|
|
3723
|
-
VcAlert: __vue_component__$
|
|
3729
|
+
VcAlert: __vue_component__$s,
|
|
3724
3730
|
VSnackbar: VSnackbar
|
|
3725
3731
|
},
|
|
3726
3732
|
props: {
|
|
@@ -3741,10 +3747,10 @@ var script$b = {
|
|
|
3741
3747
|
};
|
|
3742
3748
|
|
|
3743
3749
|
/* script */
|
|
3744
|
-
const __vue_script__$
|
|
3750
|
+
const __vue_script__$d = script$d;
|
|
3745
3751
|
/* template */
|
|
3746
3752
|
|
|
3747
|
-
var __vue_render__$
|
|
3753
|
+
var __vue_render__$d = function () {
|
|
3748
3754
|
var _vm = this;
|
|
3749
3755
|
|
|
3750
3756
|
var _h = _vm.$createElement;
|
|
@@ -3766,10 +3772,10 @@ var __vue_render__$b = function () {
|
|
|
3766
3772
|
}, 'VcAlert', _vm.$attrs, false))], 1);
|
|
3767
3773
|
};
|
|
3768
3774
|
|
|
3769
|
-
var __vue_staticRenderFns__$
|
|
3775
|
+
var __vue_staticRenderFns__$d = [];
|
|
3770
3776
|
/* style */
|
|
3771
3777
|
|
|
3772
|
-
const __vue_inject_styles__$
|
|
3778
|
+
const __vue_inject_styles__$d = function (inject) {
|
|
3773
3779
|
if (!inject) return;
|
|
3774
3780
|
inject("data-v-2d3e5bbe_0", {
|
|
3775
3781
|
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 +3786,21 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
3780
3786
|
/* scoped */
|
|
3781
3787
|
|
|
3782
3788
|
|
|
3783
|
-
const __vue_scope_id__$
|
|
3789
|
+
const __vue_scope_id__$d = "data-v-2d3e5bbe";
|
|
3784
3790
|
/* module identifier */
|
|
3785
3791
|
|
|
3786
|
-
const __vue_module_identifier__$
|
|
3792
|
+
const __vue_module_identifier__$d = undefined;
|
|
3787
3793
|
/* functional template */
|
|
3788
3794
|
|
|
3789
|
-
const __vue_is_functional_template__$
|
|
3795
|
+
const __vue_is_functional_template__$d = false;
|
|
3790
3796
|
/* style inject SSR */
|
|
3791
3797
|
|
|
3792
3798
|
/* style inject shadow dom */
|
|
3793
3799
|
|
|
3794
|
-
const __vue_component__$
|
|
3795
|
-
render: __vue_render__$
|
|
3796
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3797
|
-
}, __vue_inject_styles__$
|
|
3800
|
+
const __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
3801
|
+
render: __vue_render__$d,
|
|
3802
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
3803
|
+
}, __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
3804
|
|
|
3799
3805
|
//
|
|
3800
3806
|
//
|
|
@@ -3808,7 +3814,7 @@ const __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
|
3808
3814
|
//
|
|
3809
3815
|
//
|
|
3810
3816
|
//
|
|
3811
|
-
var script$
|
|
3817
|
+
var script$c = {
|
|
3812
3818
|
components: {
|
|
3813
3819
|
VCard: VCard
|
|
3814
3820
|
},
|
|
@@ -3832,10 +3838,10 @@ var script$a = {
|
|
|
3832
3838
|
};
|
|
3833
3839
|
|
|
3834
3840
|
/* script */
|
|
3835
|
-
const __vue_script__$
|
|
3841
|
+
const __vue_script__$c = script$c;
|
|
3836
3842
|
/* template */
|
|
3837
3843
|
|
|
3838
|
-
var __vue_render__$
|
|
3844
|
+
var __vue_render__$c = function () {
|
|
3839
3845
|
var _vm = this;
|
|
3840
3846
|
|
|
3841
3847
|
var _h = _vm.$createElement;
|
|
@@ -3869,10 +3875,10 @@ var __vue_render__$a = function () {
|
|
|
3869
3875
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2);
|
|
3870
3876
|
};
|
|
3871
3877
|
|
|
3872
|
-
var __vue_staticRenderFns__$
|
|
3878
|
+
var __vue_staticRenderFns__$c = [];
|
|
3873
3879
|
/* style */
|
|
3874
3880
|
|
|
3875
|
-
const __vue_inject_styles__$
|
|
3881
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
3876
3882
|
if (!inject) return;
|
|
3877
3883
|
inject("data-v-659c6e70_0", {
|
|
3878
3884
|
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 +3889,28 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
3883
3889
|
/* scoped */
|
|
3884
3890
|
|
|
3885
3891
|
|
|
3886
|
-
const __vue_scope_id__$
|
|
3892
|
+
const __vue_scope_id__$c = "data-v-659c6e70";
|
|
3887
3893
|
/* module identifier */
|
|
3888
3894
|
|
|
3889
|
-
const __vue_module_identifier__$
|
|
3895
|
+
const __vue_module_identifier__$c = undefined;
|
|
3890
3896
|
/* functional template */
|
|
3891
3897
|
|
|
3892
|
-
const __vue_is_functional_template__$
|
|
3898
|
+
const __vue_is_functional_template__$c = false;
|
|
3893
3899
|
/* style inject SSR */
|
|
3894
3900
|
|
|
3895
3901
|
/* style inject shadow dom */
|
|
3896
3902
|
|
|
3897
|
-
const __vue_component__$
|
|
3898
|
-
render: __vue_render__$
|
|
3899
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3900
|
-
}, __vue_inject_styles__$
|
|
3903
|
+
const __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
3904
|
+
render: __vue_render__$c,
|
|
3905
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
3906
|
+
}, __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
3907
|
|
|
3902
|
-
var script$
|
|
3908
|
+
var script$b = {
|
|
3903
3909
|
name: 'VcCheckbox',
|
|
3904
3910
|
components: {
|
|
3905
|
-
VcIcon: __vue_component__$
|
|
3906
|
-
VcAvatar: __vue_component__$
|
|
3907
|
-
VcTooltip: __vue_component__$
|
|
3911
|
+
VcIcon: __vue_component__$C,
|
|
3912
|
+
VcAvatar: __vue_component__$p,
|
|
3913
|
+
VcTooltip: __vue_component__$r,
|
|
3908
3914
|
VCheckbox: VCheckbox
|
|
3909
3915
|
},
|
|
3910
3916
|
computed: {
|
|
@@ -3956,10 +3962,10 @@ var script$9 = {
|
|
|
3956
3962
|
};
|
|
3957
3963
|
|
|
3958
3964
|
/* script */
|
|
3959
|
-
const __vue_script__$
|
|
3965
|
+
const __vue_script__$b = script$b;
|
|
3960
3966
|
/* template */
|
|
3961
3967
|
|
|
3962
|
-
var __vue_render__$
|
|
3968
|
+
var __vue_render__$b = function () {
|
|
3963
3969
|
var _vm = this;
|
|
3964
3970
|
|
|
3965
3971
|
var _h = _vm.$createElement;
|
|
@@ -4021,10 +4027,10 @@ var __vue_render__$9 = function () {
|
|
|
4021
4027
|
});
|
|
4022
4028
|
};
|
|
4023
4029
|
|
|
4024
|
-
var __vue_staticRenderFns__$
|
|
4030
|
+
var __vue_staticRenderFns__$b = [];
|
|
4025
4031
|
/* style */
|
|
4026
4032
|
|
|
4027
|
-
const __vue_inject_styles__$
|
|
4033
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
4028
4034
|
if (!inject) return;
|
|
4029
4035
|
inject("data-v-48d8e389_0", {
|
|
4030
4036
|
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 +4041,29 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
4035
4041
|
/* scoped */
|
|
4036
4042
|
|
|
4037
4043
|
|
|
4038
|
-
const __vue_scope_id__$
|
|
4044
|
+
const __vue_scope_id__$b = "data-v-48d8e389";
|
|
4039
4045
|
/* module identifier */
|
|
4040
4046
|
|
|
4041
|
-
const __vue_module_identifier__$
|
|
4047
|
+
const __vue_module_identifier__$b = undefined;
|
|
4042
4048
|
/* functional template */
|
|
4043
4049
|
|
|
4044
|
-
const __vue_is_functional_template__$
|
|
4050
|
+
const __vue_is_functional_template__$b = false;
|
|
4045
4051
|
/* style inject SSR */
|
|
4046
4052
|
|
|
4047
4053
|
/* style inject shadow dom */
|
|
4048
4054
|
|
|
4049
|
-
const __vue_component__$
|
|
4050
|
-
render: __vue_render__$
|
|
4051
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4052
|
-
}, __vue_inject_styles__$
|
|
4055
|
+
const __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
4056
|
+
render: __vue_render__$b,
|
|
4057
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
4058
|
+
}, __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
4059
|
|
|
4054
|
-
var script$
|
|
4060
|
+
var script$a = {
|
|
4055
4061
|
name: "FilterPanel",
|
|
4056
4062
|
components: {
|
|
4057
|
-
VcLayout: __vue_component__$
|
|
4058
|
-
VcIcon: __vue_component__$
|
|
4059
|
-
VcButton: __vue_component__$
|
|
4060
|
-
VcLoader: __vue_component__$
|
|
4063
|
+
VcLayout: __vue_component__$z,
|
|
4064
|
+
VcIcon: __vue_component__$C,
|
|
4065
|
+
VcButton: __vue_component__$B,
|
|
4066
|
+
VcLoader: __vue_component__$h
|
|
4061
4067
|
},
|
|
4062
4068
|
props: {
|
|
4063
4069
|
title: {
|
|
@@ -4080,10 +4086,10 @@ var script$8 = {
|
|
|
4080
4086
|
};
|
|
4081
4087
|
|
|
4082
4088
|
/* script */
|
|
4083
|
-
const __vue_script__$
|
|
4089
|
+
const __vue_script__$a = script$a;
|
|
4084
4090
|
/* template */
|
|
4085
4091
|
|
|
4086
|
-
var __vue_render__$
|
|
4092
|
+
var __vue_render__$a = function () {
|
|
4087
4093
|
var _vm = this;
|
|
4088
4094
|
|
|
4089
4095
|
var _h = _vm.$createElement;
|
|
@@ -4139,10 +4145,10 @@ var __vue_render__$8 = function () {
|
|
|
4139
4145
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2)], 1)], 1);
|
|
4140
4146
|
};
|
|
4141
4147
|
|
|
4142
|
-
var __vue_staticRenderFns__$
|
|
4148
|
+
var __vue_staticRenderFns__$a = [];
|
|
4143
4149
|
/* style */
|
|
4144
4150
|
|
|
4145
|
-
const __vue_inject_styles__$
|
|
4151
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
4146
4152
|
if (!inject) return;
|
|
4147
4153
|
inject("data-v-44aac954_0", {
|
|
4148
4154
|
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 +4159,21 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
4153
4159
|
/* scoped */
|
|
4154
4160
|
|
|
4155
4161
|
|
|
4156
|
-
const __vue_scope_id__$
|
|
4162
|
+
const __vue_scope_id__$a = "data-v-44aac954";
|
|
4157
4163
|
/* module identifier */
|
|
4158
4164
|
|
|
4159
|
-
const __vue_module_identifier__$
|
|
4165
|
+
const __vue_module_identifier__$a = undefined;
|
|
4160
4166
|
/* functional template */
|
|
4161
4167
|
|
|
4162
|
-
const __vue_is_functional_template__$
|
|
4168
|
+
const __vue_is_functional_template__$a = false;
|
|
4163
4169
|
/* style inject SSR */
|
|
4164
4170
|
|
|
4165
4171
|
/* style inject shadow dom */
|
|
4166
4172
|
|
|
4167
|
-
const __vue_component__$
|
|
4168
|
-
render: __vue_render__$
|
|
4169
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4170
|
-
}, __vue_inject_styles__$
|
|
4173
|
+
const __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
4174
|
+
render: __vue_render__$a,
|
|
4175
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
4176
|
+
}, __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
4177
|
|
|
4172
4178
|
//
|
|
4173
4179
|
//
|
|
@@ -4175,7 +4181,7 @@ const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
|
4175
4181
|
//
|
|
4176
4182
|
//
|
|
4177
4183
|
//
|
|
4178
|
-
var script$
|
|
4184
|
+
var script$9 = {
|
|
4179
4185
|
components: {
|
|
4180
4186
|
VLayout: VLayout
|
|
4181
4187
|
},
|
|
@@ -4191,10 +4197,10 @@ var script$7 = {
|
|
|
4191
4197
|
};
|
|
4192
4198
|
|
|
4193
4199
|
/* script */
|
|
4194
|
-
const __vue_script__$
|
|
4200
|
+
const __vue_script__$9 = script$9;
|
|
4195
4201
|
/* template */
|
|
4196
4202
|
|
|
4197
|
-
var __vue_render__$
|
|
4203
|
+
var __vue_render__$9 = function () {
|
|
4198
4204
|
var _vm = this;
|
|
4199
4205
|
|
|
4200
4206
|
var _h = _vm.$createElement;
|
|
@@ -4209,10 +4215,10 @@ var __vue_render__$7 = function () {
|
|
|
4209
4215
|
}, [_vm._t("default")], 2);
|
|
4210
4216
|
};
|
|
4211
4217
|
|
|
4212
|
-
var __vue_staticRenderFns__$
|
|
4218
|
+
var __vue_staticRenderFns__$9 = [];
|
|
4213
4219
|
/* style */
|
|
4214
4220
|
|
|
4215
|
-
const __vue_inject_styles__$
|
|
4221
|
+
const __vue_inject_styles__$9 = function (inject) {
|
|
4216
4222
|
if (!inject) return;
|
|
4217
4223
|
inject("data-v-e2463588_0", {
|
|
4218
4224
|
source: ".VcFocusArea[data-v-e2463588]{padding:var(--size-value4);background-color:var(--gray-lighten-3);border-radius:6px}",
|
|
@@ -4223,27 +4229,27 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
4223
4229
|
/* scoped */
|
|
4224
4230
|
|
|
4225
4231
|
|
|
4226
|
-
const __vue_scope_id__$
|
|
4232
|
+
const __vue_scope_id__$9 = "data-v-e2463588";
|
|
4227
4233
|
/* module identifier */
|
|
4228
4234
|
|
|
4229
|
-
const __vue_module_identifier__$
|
|
4235
|
+
const __vue_module_identifier__$9 = undefined;
|
|
4230
4236
|
/* functional template */
|
|
4231
4237
|
|
|
4232
|
-
const __vue_is_functional_template__$
|
|
4238
|
+
const __vue_is_functional_template__$9 = false;
|
|
4233
4239
|
/* style inject SSR */
|
|
4234
4240
|
|
|
4235
4241
|
/* style inject shadow dom */
|
|
4236
4242
|
|
|
4237
|
-
const __vue_component__$
|
|
4238
|
-
render: __vue_render__$
|
|
4239
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4240
|
-
}, __vue_inject_styles__$
|
|
4243
|
+
const __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
4244
|
+
render: __vue_render__$9,
|
|
4245
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
4246
|
+
}, __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
4247
|
|
|
4242
4248
|
//
|
|
4243
4249
|
//
|
|
4244
4250
|
//
|
|
4245
4251
|
//
|
|
4246
|
-
var script$
|
|
4252
|
+
var script$8 = {
|
|
4247
4253
|
name: "VcLink",
|
|
4248
4254
|
props: {
|
|
4249
4255
|
label: {
|
|
@@ -4262,10 +4268,10 @@ var script$6 = {
|
|
|
4262
4268
|
};
|
|
4263
4269
|
|
|
4264
4270
|
/* script */
|
|
4265
|
-
const __vue_script__$
|
|
4271
|
+
const __vue_script__$8 = script$8;
|
|
4266
4272
|
/* template */
|
|
4267
4273
|
|
|
4268
|
-
var __vue_render__$
|
|
4274
|
+
var __vue_render__$8 = function () {
|
|
4269
4275
|
var _vm = this;
|
|
4270
4276
|
|
|
4271
4277
|
var _h = _vm.$createElement;
|
|
@@ -4282,10 +4288,10 @@ var __vue_render__$6 = function () {
|
|
|
4282
4288
|
}, [_vm._v(_vm._s(_vm.label))]);
|
|
4283
4289
|
};
|
|
4284
4290
|
|
|
4285
|
-
var __vue_staticRenderFns__$
|
|
4291
|
+
var __vue_staticRenderFns__$8 = [];
|
|
4286
4292
|
/* style */
|
|
4287
4293
|
|
|
4288
|
-
const __vue_inject_styles__$
|
|
4294
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
4289
4295
|
if (!inject) return;
|
|
4290
4296
|
inject("data-v-496b9143_0", {
|
|
4291
4297
|
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 +4302,28 @@ const __vue_inject_styles__$6 = function (inject) {
|
|
|
4296
4302
|
/* scoped */
|
|
4297
4303
|
|
|
4298
4304
|
|
|
4299
|
-
const __vue_scope_id__$
|
|
4305
|
+
const __vue_scope_id__$8 = "data-v-496b9143";
|
|
4300
4306
|
/* module identifier */
|
|
4301
4307
|
|
|
4302
|
-
const __vue_module_identifier__$
|
|
4308
|
+
const __vue_module_identifier__$8 = undefined;
|
|
4303
4309
|
/* functional template */
|
|
4304
4310
|
|
|
4305
|
-
const __vue_is_functional_template__$
|
|
4311
|
+
const __vue_is_functional_template__$8 = false;
|
|
4306
4312
|
/* style inject SSR */
|
|
4307
4313
|
|
|
4308
4314
|
/* style inject shadow dom */
|
|
4309
4315
|
|
|
4310
|
-
const __vue_component__$
|
|
4311
|
-
render: __vue_render__$
|
|
4312
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4313
|
-
}, __vue_inject_styles__$
|
|
4316
|
+
const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
4317
|
+
render: __vue_render__$8,
|
|
4318
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
4319
|
+
}, __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
4320
|
|
|
4315
|
-
var script$
|
|
4321
|
+
var script$7 = {
|
|
4316
4322
|
name: "ListItem",
|
|
4317
4323
|
components: {
|
|
4318
|
-
VcLayout: __vue_component__$
|
|
4319
|
-
VcCheckbox: __vue_component__$
|
|
4320
|
-
VcActions: __vue_component__$
|
|
4324
|
+
VcLayout: __vue_component__$z,
|
|
4325
|
+
VcCheckbox: __vue_component__$b,
|
|
4326
|
+
VcActions: __vue_component__$m
|
|
4321
4327
|
},
|
|
4322
4328
|
props: {
|
|
4323
4329
|
showSelect: {
|
|
@@ -4347,10 +4353,10 @@ var script$5 = {
|
|
|
4347
4353
|
};
|
|
4348
4354
|
|
|
4349
4355
|
/* script */
|
|
4350
|
-
const __vue_script__$
|
|
4356
|
+
const __vue_script__$7 = script$7;
|
|
4351
4357
|
/* template */
|
|
4352
4358
|
|
|
4353
|
-
var __vue_render__$
|
|
4359
|
+
var __vue_render__$7 = function () {
|
|
4354
4360
|
var _vm = this;
|
|
4355
4361
|
|
|
4356
4362
|
var _h = _vm.$createElement;
|
|
@@ -4395,10 +4401,10 @@ var __vue_render__$5 = function () {
|
|
|
4395
4401
|
})], 2)], 1);
|
|
4396
4402
|
};
|
|
4397
4403
|
|
|
4398
|
-
var __vue_staticRenderFns__$
|
|
4404
|
+
var __vue_staticRenderFns__$7 = [];
|
|
4399
4405
|
/* style */
|
|
4400
4406
|
|
|
4401
|
-
const __vue_inject_styles__$
|
|
4407
|
+
const __vue_inject_styles__$7 = function (inject) {
|
|
4402
4408
|
if (!inject) return;
|
|
4403
4409
|
inject("data-v-0a8bbb3a_0", {
|
|
4404
4410
|
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 +4415,26 @@ const __vue_inject_styles__$5 = function (inject) {
|
|
|
4409
4415
|
/* scoped */
|
|
4410
4416
|
|
|
4411
4417
|
|
|
4412
|
-
const __vue_scope_id__$
|
|
4418
|
+
const __vue_scope_id__$7 = "data-v-0a8bbb3a";
|
|
4413
4419
|
/* module identifier */
|
|
4414
4420
|
|
|
4415
|
-
const __vue_module_identifier__$
|
|
4421
|
+
const __vue_module_identifier__$7 = undefined;
|
|
4416
4422
|
/* functional template */
|
|
4417
4423
|
|
|
4418
|
-
const __vue_is_functional_template__$
|
|
4424
|
+
const __vue_is_functional_template__$7 = false;
|
|
4419
4425
|
/* style inject SSR */
|
|
4420
4426
|
|
|
4421
4427
|
/* style inject shadow dom */
|
|
4422
4428
|
|
|
4423
|
-
const __vue_component__$
|
|
4424
|
-
render: __vue_render__$
|
|
4425
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4426
|
-
}, __vue_inject_styles__$
|
|
4429
|
+
const __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
4430
|
+
render: __vue_render__$7,
|
|
4431
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
4432
|
+
}, __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
4433
|
|
|
4428
|
-
var script$
|
|
4434
|
+
var script$6 = {
|
|
4429
4435
|
name: "VcGroupHeader",
|
|
4430
4436
|
components: {
|
|
4431
|
-
VcLayout: __vue_component__$
|
|
4437
|
+
VcLayout: __vue_component__$z
|
|
4432
4438
|
},
|
|
4433
4439
|
props: {
|
|
4434
4440
|
title: {
|
|
@@ -4447,10 +4453,10 @@ var script$4 = {
|
|
|
4447
4453
|
};
|
|
4448
4454
|
|
|
4449
4455
|
/* script */
|
|
4450
|
-
const __vue_script__$
|
|
4456
|
+
const __vue_script__$6 = script$6;
|
|
4451
4457
|
/* template */
|
|
4452
4458
|
|
|
4453
|
-
var __vue_render__$
|
|
4459
|
+
var __vue_render__$6 = function () {
|
|
4454
4460
|
var _vm = this;
|
|
4455
4461
|
|
|
4456
4462
|
var _h = _vm.$createElement;
|
|
@@ -4466,10 +4472,10 @@ var __vue_render__$4 = function () {
|
|
|
4466
4472
|
}, [_c('span', [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.summaryText))])]);
|
|
4467
4473
|
};
|
|
4468
4474
|
|
|
4469
|
-
var __vue_staticRenderFns__$
|
|
4475
|
+
var __vue_staticRenderFns__$6 = [];
|
|
4470
4476
|
/* style */
|
|
4471
4477
|
|
|
4472
|
-
const __vue_inject_styles__$
|
|
4478
|
+
const __vue_inject_styles__$6 = function (inject) {
|
|
4473
4479
|
if (!inject) return;
|
|
4474
4480
|
inject("data-v-5cb0ff3e_0", {
|
|
4475
4481
|
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 +4486,36 @@ const __vue_inject_styles__$4 = function (inject) {
|
|
|
4480
4486
|
/* scoped */
|
|
4481
4487
|
|
|
4482
4488
|
|
|
4483
|
-
const __vue_scope_id__$
|
|
4489
|
+
const __vue_scope_id__$6 = "data-v-5cb0ff3e";
|
|
4484
4490
|
/* module identifier */
|
|
4485
4491
|
|
|
4486
|
-
const __vue_module_identifier__$
|
|
4492
|
+
const __vue_module_identifier__$6 = undefined;
|
|
4487
4493
|
/* functional template */
|
|
4488
4494
|
|
|
4489
|
-
const __vue_is_functional_template__$
|
|
4495
|
+
const __vue_is_functional_template__$6 = false;
|
|
4490
4496
|
/* style inject SSR */
|
|
4491
4497
|
|
|
4492
4498
|
/* style inject shadow dom */
|
|
4493
4499
|
|
|
4494
|
-
const __vue_component__$
|
|
4495
|
-
render: __vue_render__$
|
|
4496
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4497
|
-
}, __vue_inject_styles__$
|
|
4500
|
+
const __vue_component__$6 = /*#__PURE__*/normalizeComponent({
|
|
4501
|
+
render: __vue_render__$6,
|
|
4502
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
4503
|
+
}, __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
4504
|
|
|
4499
4505
|
//
|
|
4500
4506
|
//
|
|
4501
4507
|
//
|
|
4502
4508
|
//
|
|
4503
|
-
var script$
|
|
4509
|
+
var script$5 = {
|
|
4504
4510
|
name: 'VcSvg',
|
|
4505
4511
|
props: ['svg']
|
|
4506
4512
|
};
|
|
4507
4513
|
|
|
4508
4514
|
/* script */
|
|
4509
|
-
const __vue_script__$
|
|
4515
|
+
const __vue_script__$5 = script$5;
|
|
4510
4516
|
/* template */
|
|
4511
4517
|
|
|
4512
|
-
var __vue_render__$
|
|
4518
|
+
var __vue_render__$5 = function () {
|
|
4513
4519
|
var _vm = this;
|
|
4514
4520
|
|
|
4515
4521
|
var _h = _vm.$createElement;
|
|
@@ -4523,37 +4529,37 @@ var __vue_render__$3 = function () {
|
|
|
4523
4529
|
});
|
|
4524
4530
|
};
|
|
4525
4531
|
|
|
4526
|
-
var __vue_staticRenderFns__$
|
|
4532
|
+
var __vue_staticRenderFns__$5 = [];
|
|
4527
4533
|
/* style */
|
|
4528
4534
|
|
|
4529
|
-
const __vue_inject_styles__$
|
|
4535
|
+
const __vue_inject_styles__$5 = undefined;
|
|
4530
4536
|
/* scoped */
|
|
4531
4537
|
|
|
4532
|
-
const __vue_scope_id__$
|
|
4538
|
+
const __vue_scope_id__$5 = undefined;
|
|
4533
4539
|
/* module identifier */
|
|
4534
4540
|
|
|
4535
|
-
const __vue_module_identifier__$
|
|
4541
|
+
const __vue_module_identifier__$5 = undefined;
|
|
4536
4542
|
/* functional template */
|
|
4537
4543
|
|
|
4538
|
-
const __vue_is_functional_template__$
|
|
4544
|
+
const __vue_is_functional_template__$5 = false;
|
|
4539
4545
|
/* style inject */
|
|
4540
4546
|
|
|
4541
4547
|
/* style inject SSR */
|
|
4542
4548
|
|
|
4543
4549
|
/* style inject shadow dom */
|
|
4544
4550
|
|
|
4545
|
-
const __vue_component__$
|
|
4546
|
-
render: __vue_render__$
|
|
4547
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4548
|
-
}, __vue_inject_styles__$
|
|
4551
|
+
const __vue_component__$5 = /*#__PURE__*/normalizeComponent({
|
|
4552
|
+
render: __vue_render__$5,
|
|
4553
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
4554
|
+
}, __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
4555
|
|
|
4550
|
-
var script$
|
|
4556
|
+
var script$4 = {
|
|
4551
4557
|
name: 'VcEmptyState',
|
|
4552
4558
|
components: {
|
|
4553
|
-
VcSvg: __vue_component__$
|
|
4554
|
-
VcButton: __vue_component__$
|
|
4555
|
-
VcLayout: __vue_component__$
|
|
4556
|
-
VcLink: __vue_component__$
|
|
4559
|
+
VcSvg: __vue_component__$5,
|
|
4560
|
+
VcButton: __vue_component__$B,
|
|
4561
|
+
VcLayout: __vue_component__$z,
|
|
4562
|
+
VcLink: __vue_component__$8
|
|
4557
4563
|
},
|
|
4558
4564
|
props: {
|
|
4559
4565
|
size: {
|
|
@@ -4597,10 +4603,10 @@ var script$2 = {
|
|
|
4597
4603
|
};
|
|
4598
4604
|
|
|
4599
4605
|
/* script */
|
|
4600
|
-
const __vue_script__$
|
|
4606
|
+
const __vue_script__$4 = script$4;
|
|
4601
4607
|
/* template */
|
|
4602
4608
|
|
|
4603
|
-
var __vue_render__$
|
|
4609
|
+
var __vue_render__$4 = function () {
|
|
4604
4610
|
var _vm = this;
|
|
4605
4611
|
|
|
4606
4612
|
var _h = _vm.$createElement;
|
|
@@ -4662,10 +4668,10 @@ var __vue_render__$2 = function () {
|
|
|
4662
4668
|
})], 2);
|
|
4663
4669
|
};
|
|
4664
4670
|
|
|
4665
|
-
var __vue_staticRenderFns__$
|
|
4671
|
+
var __vue_staticRenderFns__$4 = [];
|
|
4666
4672
|
/* style */
|
|
4667
4673
|
|
|
4668
|
-
const __vue_inject_styles__$
|
|
4674
|
+
const __vue_inject_styles__$4 = function (inject) {
|
|
4669
4675
|
if (!inject) return;
|
|
4670
4676
|
inject("data-v-e4b3101e_0", {
|
|
4671
4677
|
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 +4682,26 @@ const __vue_inject_styles__$2 = function (inject) {
|
|
|
4676
4682
|
/* scoped */
|
|
4677
4683
|
|
|
4678
4684
|
|
|
4679
|
-
const __vue_scope_id__$
|
|
4685
|
+
const __vue_scope_id__$4 = "data-v-e4b3101e";
|
|
4680
4686
|
/* module identifier */
|
|
4681
4687
|
|
|
4682
|
-
const __vue_module_identifier__$
|
|
4688
|
+
const __vue_module_identifier__$4 = undefined;
|
|
4683
4689
|
/* functional template */
|
|
4684
4690
|
|
|
4685
|
-
const __vue_is_functional_template__$
|
|
4691
|
+
const __vue_is_functional_template__$4 = false;
|
|
4686
4692
|
/* style inject SSR */
|
|
4687
4693
|
|
|
4688
4694
|
/* style inject shadow dom */
|
|
4689
4695
|
|
|
4690
|
-
const __vue_component__$
|
|
4691
|
-
render: __vue_render__$
|
|
4692
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4693
|
-
}, __vue_inject_styles__$
|
|
4696
|
+
const __vue_component__$4 = /*#__PURE__*/normalizeComponent({
|
|
4697
|
+
render: __vue_render__$4,
|
|
4698
|
+
staticRenderFns: __vue_staticRenderFns__$4
|
|
4699
|
+
}, __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
4700
|
|
|
4695
|
-
var script$
|
|
4701
|
+
var script$3 = {
|
|
4696
4702
|
name: "VcBanner",
|
|
4697
4703
|
components: {
|
|
4698
|
-
VcButton: __vue_component__$
|
|
4704
|
+
VcButton: __vue_component__$B
|
|
4699
4705
|
},
|
|
4700
4706
|
props: {
|
|
4701
4707
|
dataQa: {
|
|
@@ -4722,10 +4728,10 @@ var script$1 = {
|
|
|
4722
4728
|
};
|
|
4723
4729
|
|
|
4724
4730
|
/* script */
|
|
4725
|
-
const __vue_script__$
|
|
4731
|
+
const __vue_script__$3 = script$3;
|
|
4726
4732
|
/* template */
|
|
4727
4733
|
|
|
4728
|
-
var __vue_render__$
|
|
4734
|
+
var __vue_render__$3 = function () {
|
|
4729
4735
|
var _vm = this;
|
|
4730
4736
|
|
|
4731
4737
|
var _h = _vm.$createElement;
|
|
@@ -4749,9 +4755,11 @@ var __vue_render__$1 = function () {
|
|
|
4749
4755
|
staticClass: "text-container px-md-8 flex-grow-1"
|
|
4750
4756
|
}, [_c('div', {
|
|
4751
4757
|
staticClass: "banner-title pb-2 pb-md-0"
|
|
4752
|
-
}, [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _vm.subtitle ? _c('div', {
|
|
4758
|
+
}, [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _vm.subtitle || _vm.$slots.subtitle ? _c('div', {
|
|
4753
4759
|
staticClass: "banner-subtitle pb-4 pb-md-0"
|
|
4754
|
-
}, [_vm.
|
|
4760
|
+
}, [_vm._t("subtitle", function () {
|
|
4761
|
+
return [_vm._v("\n " + _vm._s(_vm.subtitle) + "\n ")];
|
|
4762
|
+
})], 2) : _vm._e()]), _vm._v(" "), _vm.buttonLabel ? _c('VcButton', {
|
|
4755
4763
|
attrs: {
|
|
4756
4764
|
"large": _vm.$vuetify.breakpoint.smAndUp
|
|
4757
4765
|
},
|
|
@@ -4763,13 +4771,13 @@ var __vue_render__$1 = function () {
|
|
|
4763
4771
|
}, [_vm._v(_vm._s(_vm.buttonLabel))]) : _vm._e()], 1);
|
|
4764
4772
|
};
|
|
4765
4773
|
|
|
4766
|
-
var __vue_staticRenderFns__$
|
|
4774
|
+
var __vue_staticRenderFns__$3 = [];
|
|
4767
4775
|
/* style */
|
|
4768
4776
|
|
|
4769
|
-
const __vue_inject_styles__$
|
|
4777
|
+
const __vue_inject_styles__$3 = function (inject) {
|
|
4770
4778
|
if (!inject) return;
|
|
4771
|
-
inject("data-v-
|
|
4772
|
-
source: ".VcBanner[data-v-
|
|
4779
|
+
inject("data-v-27b8a6b4_0", {
|
|
4780
|
+
source: ".VcBanner[data-v-27b8a6b4]{min-height:128px;box-sizing:border-box;box-shadow:var(--shadow-10)}@media screen and (min-width:960px){.VcBanner[data-v-27b8a6b4]{box-shadow:unset;border-radius:var(--size-value3);border:1px solid var(--neutral-lighten-2)}}.VcBanner img[data-v-27b8a6b4]{max-width:104px}.VcBanner .text-container[data-v-27b8a6b4]{color:var(--gray-darken-5)}.VcBanner .text-container .banner-title[data-v-27b8a6b4]{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-27b8a6b4]{font-size:var(--font-size-medium2);line-height:var(--size-value8)}}.VcBanner .text-container .banner-subtitle[data-v-27b8a6b4]{font-size:var(--font-size-small2);line-height:var(--size-value5);font-weight:var(--font-weight-medium)}",
|
|
4773
4781
|
map: undefined,
|
|
4774
4782
|
media: undefined
|
|
4775
4783
|
});
|
|
@@ -4777,27 +4785,27 @@ const __vue_inject_styles__$1 = function (inject) {
|
|
|
4777
4785
|
/* scoped */
|
|
4778
4786
|
|
|
4779
4787
|
|
|
4780
|
-
const __vue_scope_id__$
|
|
4788
|
+
const __vue_scope_id__$3 = "data-v-27b8a6b4";
|
|
4781
4789
|
/* module identifier */
|
|
4782
4790
|
|
|
4783
|
-
const __vue_module_identifier__$
|
|
4791
|
+
const __vue_module_identifier__$3 = undefined;
|
|
4784
4792
|
/* functional template */
|
|
4785
4793
|
|
|
4786
|
-
const __vue_is_functional_template__$
|
|
4794
|
+
const __vue_is_functional_template__$3 = false;
|
|
4787
4795
|
/* style inject SSR */
|
|
4788
4796
|
|
|
4789
4797
|
/* style inject shadow dom */
|
|
4790
4798
|
|
|
4791
|
-
const __vue_component__$
|
|
4792
|
-
render: __vue_render__$
|
|
4793
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4794
|
-
}, __vue_inject_styles__$
|
|
4799
|
+
const __vue_component__$3 = /*#__PURE__*/normalizeComponent({
|
|
4800
|
+
render: __vue_render__$3,
|
|
4801
|
+
staticRenderFns: __vue_staticRenderFns__$3
|
|
4802
|
+
}, __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
4803
|
|
|
4796
|
-
var script = {
|
|
4804
|
+
var script$2 = {
|
|
4797
4805
|
name: "VcWizardCtaContainer",
|
|
4798
4806
|
components: {
|
|
4799
|
-
VcButton: __vue_component__$
|
|
4800
|
-
VcLayout: __vue_component__$
|
|
4807
|
+
VcButton: __vue_component__$B,
|
|
4808
|
+
VcLayout: __vue_component__$z
|
|
4801
4809
|
},
|
|
4802
4810
|
props: {
|
|
4803
4811
|
isBackDisplayed: {
|
|
@@ -4824,10 +4832,10 @@ var script = {
|
|
|
4824
4832
|
};
|
|
4825
4833
|
|
|
4826
4834
|
/* script */
|
|
4827
|
-
const __vue_script__ = script;
|
|
4835
|
+
const __vue_script__$2 = script$2;
|
|
4828
4836
|
/* template */
|
|
4829
4837
|
|
|
4830
|
-
var __vue_render__ = function () {
|
|
4838
|
+
var __vue_render__$2 = function () {
|
|
4831
4839
|
var _vm = this;
|
|
4832
4840
|
|
|
4833
4841
|
var _h = _vm.$createElement;
|
|
@@ -4867,10 +4875,10 @@ var __vue_render__ = function () {
|
|
|
4867
4875
|
}, [_vm._v("\n " + _vm._s(_vm.nextButtonLabel) + "\n ")])], 1);
|
|
4868
4876
|
};
|
|
4869
4877
|
|
|
4870
|
-
var __vue_staticRenderFns__ = [];
|
|
4878
|
+
var __vue_staticRenderFns__$2 = [];
|
|
4871
4879
|
/* style */
|
|
4872
4880
|
|
|
4873
|
-
const __vue_inject_styles__ = function (inject) {
|
|
4881
|
+
const __vue_inject_styles__$2 = function (inject) {
|
|
4874
4882
|
if (!inject) return;
|
|
4875
4883
|
inject("data-v-361520bc_0", {
|
|
4876
4884
|
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 +4889,412 @@ const __vue_inject_styles__ = function (inject) {
|
|
|
4881
4889
|
/* scoped */
|
|
4882
4890
|
|
|
4883
4891
|
|
|
4884
|
-
const __vue_scope_id__ = "data-v-361520bc";
|
|
4892
|
+
const __vue_scope_id__$2 = "data-v-361520bc";
|
|
4893
|
+
/* module identifier */
|
|
4894
|
+
|
|
4895
|
+
const __vue_module_identifier__$2 = undefined;
|
|
4896
|
+
/* functional template */
|
|
4897
|
+
|
|
4898
|
+
const __vue_is_functional_template__$2 = false;
|
|
4899
|
+
/* style inject SSR */
|
|
4900
|
+
|
|
4901
|
+
/* style inject shadow dom */
|
|
4902
|
+
|
|
4903
|
+
const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
4904
|
+
render: __vue_render__$2,
|
|
4905
|
+
staticRenderFns: __vue_staticRenderFns__$2
|
|
4906
|
+
}, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, createInjector, undefined, undefined);
|
|
4907
|
+
|
|
4908
|
+
var script$1 = {
|
|
4909
|
+
name: "VcStepperContent",
|
|
4910
|
+
model: {
|
|
4911
|
+
prop: 'currentStep'
|
|
4912
|
+
},
|
|
4913
|
+
props: {
|
|
4914
|
+
wizardData: {
|
|
4915
|
+
type: Object,
|
|
4916
|
+
required: true
|
|
4917
|
+
},
|
|
4918
|
+
currentStep: {
|
|
4919
|
+
type: Number,
|
|
4920
|
+
default: 1
|
|
4921
|
+
},
|
|
4922
|
+
steps: {
|
|
4923
|
+
type: Array,
|
|
4924
|
+
validator: steps => steps.every(step => step.component && step.name),
|
|
4925
|
+
required: true
|
|
4926
|
+
},
|
|
4927
|
+
dataQa: {
|
|
4928
|
+
type: String,
|
|
4929
|
+
default: 'vc-content-wizard'
|
|
4930
|
+
}
|
|
4931
|
+
},
|
|
4932
|
+
components: {
|
|
4933
|
+
VcLayout: __vue_component__$z,
|
|
4934
|
+
VcLoader: __vue_component__$h,
|
|
4935
|
+
VStepperContent: VStepperContent,
|
|
4936
|
+
VStepperItems: VStepperItems,
|
|
4937
|
+
VStepper: VStepper
|
|
4938
|
+
},
|
|
4939
|
+
|
|
4940
|
+
data() {
|
|
4941
|
+
return {
|
|
4942
|
+
lastCompleted: 0,
|
|
4943
|
+
isLoading: true,
|
|
4944
|
+
LOADER_SIZE: 48,
|
|
4945
|
+
LOADER_COLOR: 'secondary',
|
|
4946
|
+
FIRST_STEP: 1
|
|
4947
|
+
};
|
|
4948
|
+
},
|
|
4949
|
+
|
|
4950
|
+
mounted() {
|
|
4951
|
+
this.$nextTick(() => this.isLoading = false);
|
|
4952
|
+
},
|
|
4953
|
+
|
|
4954
|
+
updated() {
|
|
4955
|
+
this.isLoading = false;
|
|
4956
|
+
},
|
|
4957
|
+
|
|
4958
|
+
computed: {
|
|
4959
|
+
getStepName() {
|
|
4960
|
+
var _this$steps;
|
|
4961
|
+
|
|
4962
|
+
return (_this$steps = this.steps[this.currentStep - 1]) === null || _this$steps === void 0 ? void 0 : _this$steps.name;
|
|
4963
|
+
},
|
|
4964
|
+
|
|
4965
|
+
getStepDescription() {
|
|
4966
|
+
var _this$steps2;
|
|
4967
|
+
|
|
4968
|
+
return (_this$steps2 = this.steps[this.currentStep - 1]) === null || _this$steps2 === void 0 ? void 0 : _this$steps2.description;
|
|
4969
|
+
}
|
|
4970
|
+
|
|
4971
|
+
},
|
|
4972
|
+
methods: {
|
|
4973
|
+
nextStep() {
|
|
4974
|
+
if (this.lastCompleted < this.currentStep) {
|
|
4975
|
+
this.lastCompleted = this.currentStep;
|
|
4976
|
+
}
|
|
4977
|
+
|
|
4978
|
+
if (this.currentStep > this.steps.length) {
|
|
4979
|
+
this.shareStep(this.steps.length);
|
|
4980
|
+
}
|
|
4981
|
+
},
|
|
4982
|
+
|
|
4983
|
+
getStepQa(idx) {
|
|
4984
|
+
return `${this.dataQa}-step-${idx}`;
|
|
4985
|
+
},
|
|
4986
|
+
|
|
4987
|
+
shareStep(step) {
|
|
4988
|
+
this.$emit('input', step);
|
|
4989
|
+
}
|
|
4990
|
+
|
|
4991
|
+
},
|
|
4992
|
+
watch: {
|
|
4993
|
+
currentStep: {
|
|
4994
|
+
handler(newVal, oldVal) {
|
|
4995
|
+
this.isLoading = true;
|
|
4996
|
+
|
|
4997
|
+
if (newVal > oldVal) {
|
|
4998
|
+
this.nextStep();
|
|
4999
|
+
}
|
|
5000
|
+
|
|
5001
|
+
if (newVal < this.FIRST_STEP) {
|
|
5002
|
+
this.shareStep(this.FIRST_STEP);
|
|
5003
|
+
}
|
|
5004
|
+
}
|
|
5005
|
+
|
|
5006
|
+
}
|
|
5007
|
+
}
|
|
5008
|
+
};
|
|
5009
|
+
|
|
5010
|
+
/* script */
|
|
5011
|
+
const __vue_script__$1 = script$1;
|
|
5012
|
+
/* template */
|
|
5013
|
+
|
|
5014
|
+
var __vue_render__$1 = function () {
|
|
5015
|
+
var _vm = this;
|
|
5016
|
+
|
|
5017
|
+
var _h = _vm.$createElement;
|
|
5018
|
+
|
|
5019
|
+
var _c = _vm._self._c || _h;
|
|
5020
|
+
|
|
5021
|
+
return _c('vc-layout', {
|
|
5022
|
+
staticClass: "stepper-content-wrapper",
|
|
5023
|
+
attrs: {
|
|
5024
|
+
"column": "",
|
|
5025
|
+
"justify-start": ""
|
|
5026
|
+
}
|
|
5027
|
+
}, [!_vm.isLoading ? _c('VcLayout', {
|
|
5028
|
+
staticClass: "stepper-header",
|
|
5029
|
+
attrs: {
|
|
5030
|
+
"column": ""
|
|
5031
|
+
}
|
|
5032
|
+
}, [_c('div', {
|
|
5033
|
+
staticClass: "content-stepper-title"
|
|
5034
|
+
}, [_vm._v(_vm._s(_vm.getStepName))]), _vm._v(" "), _c('div', {
|
|
5035
|
+
staticClass: "content-stepper-description",
|
|
5036
|
+
domProps: {
|
|
5037
|
+
"innerHTML": _vm._s(_vm.getStepDescription)
|
|
5038
|
+
}
|
|
5039
|
+
})]) : _vm._e(), _vm._v(" "), _c('v-stepper', {
|
|
5040
|
+
staticClass: "vc-stepper-content",
|
|
5041
|
+
attrs: {
|
|
5042
|
+
"data-qa": _vm.dataQa
|
|
5043
|
+
},
|
|
5044
|
+
model: {
|
|
5045
|
+
value: _vm.currentStep,
|
|
5046
|
+
callback: function ($$v) {
|
|
5047
|
+
_vm.currentStep = $$v;
|
|
5048
|
+
},
|
|
5049
|
+
expression: "currentStep"
|
|
5050
|
+
}
|
|
5051
|
+
}, [_c('v-stepper-items', _vm._l(_vm.steps, function (step, index) {
|
|
5052
|
+
return _c('v-stepper-content', {
|
|
5053
|
+
key: "step-" + index,
|
|
5054
|
+
attrs: {
|
|
5055
|
+
"step": index + 1
|
|
5056
|
+
}
|
|
5057
|
+
}, [_vm.currentStep === index + 1 ? _c('VcLayout', {
|
|
5058
|
+
staticClass: "layout-content",
|
|
5059
|
+
attrs: {
|
|
5060
|
+
"column": "",
|
|
5061
|
+
"justify-center": _vm.isLoading
|
|
5062
|
+
}
|
|
5063
|
+
}, [_c('VcLoader', {
|
|
5064
|
+
directives: [{
|
|
5065
|
+
name: "show",
|
|
5066
|
+
rawName: "v-show",
|
|
5067
|
+
value: _vm.isLoading,
|
|
5068
|
+
expression: "isLoading"
|
|
5069
|
+
}],
|
|
5070
|
+
attrs: {
|
|
5071
|
+
"size": _vm.LOADER_SIZE,
|
|
5072
|
+
"color": _vm.LOADER_COLOR
|
|
5073
|
+
}
|
|
5074
|
+
}), _vm._v(" "), _vm._t("alert-" + (index + 1)), _vm._v(" "), _c(step.component, _vm._g(_vm._b({
|
|
5075
|
+
directives: [{
|
|
5076
|
+
name: "show",
|
|
5077
|
+
rawName: "v-show",
|
|
5078
|
+
value: !_vm.isLoading,
|
|
5079
|
+
expression: "!isLoading"
|
|
5080
|
+
}],
|
|
5081
|
+
tag: "component",
|
|
5082
|
+
attrs: {
|
|
5083
|
+
"data-qa": _vm.getStepQa(index)
|
|
5084
|
+
},
|
|
5085
|
+
on: {
|
|
5086
|
+
"submit": function (data) {
|
|
5087
|
+
return _vm.$emit('submit', data);
|
|
5088
|
+
}
|
|
5089
|
+
}
|
|
5090
|
+
}, 'component', Object.assign({}, _vm.wizardData, step.props), false), step.event))], 2) : _vm._e()], 1);
|
|
5091
|
+
}), 1)], 1)], 1);
|
|
5092
|
+
};
|
|
5093
|
+
|
|
5094
|
+
var __vue_staticRenderFns__$1 = [];
|
|
5095
|
+
/* style */
|
|
5096
|
+
|
|
5097
|
+
const __vue_inject_styles__$1 = function (inject) {
|
|
5098
|
+
if (!inject) return;
|
|
5099
|
+
inject("data-v-80191210_0", {
|
|
5100
|
+
source: "[data-v-80191210]: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-80191210]{max-height:100%;width:100%;padding-bottom:var(--size-value6)}@media screen and (min-width:960px){.layout-content[data-v-80191210]{padding-block-start:var(--size-value3);padding-inline:var(--size-value10)}}.stepper-header[data-v-80191210]{flex:var(--size-value0);margin-block-end:var(--size-value7)}@media screen and (min-width:960px){.stepper-header[data-v-80191210]{padding-block-start:var(--size-value3);padding-inline:var(--size-value10)}}.stepper-header .content-stepper-title[data-v-80191210]{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-80191210]{font-size:var(--font-size-medium2)}}.stepper-header .content-stepper-description[data-v-80191210]{font-size:var(--font-size-x-small);line-height:var(--size-value5);color:var(--gray-darken-4)}.vc-stepper-content.v-stepper[data-v-80191210]{width:100%;box-shadow:none;max-height:100%;overflow:auto}.vc-stepper-content.v-stepper[data-v-80191210] .v-stepper__items .v-stepper__content{padding:0}",
|
|
5101
|
+
map: undefined,
|
|
5102
|
+
media: undefined
|
|
5103
|
+
});
|
|
5104
|
+
};
|
|
5105
|
+
/* scoped */
|
|
5106
|
+
|
|
5107
|
+
|
|
5108
|
+
const __vue_scope_id__$1 = "data-v-80191210";
|
|
5109
|
+
/* module identifier */
|
|
5110
|
+
|
|
5111
|
+
const __vue_module_identifier__$1 = undefined;
|
|
5112
|
+
/* functional template */
|
|
5113
|
+
|
|
5114
|
+
const __vue_is_functional_template__$1 = false;
|
|
5115
|
+
/* style inject SSR */
|
|
5116
|
+
|
|
5117
|
+
/* style inject shadow dom */
|
|
5118
|
+
|
|
5119
|
+
const __vue_component__$1 = /*#__PURE__*/normalizeComponent({
|
|
5120
|
+
render: __vue_render__$1,
|
|
5121
|
+
staticRenderFns: __vue_staticRenderFns__$1
|
|
5122
|
+
}, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, createInjector, undefined, undefined);
|
|
5123
|
+
|
|
5124
|
+
var script = {
|
|
5125
|
+
name: "VcWizard",
|
|
5126
|
+
components: {
|
|
5127
|
+
VcStepsBar: __vue_component__$l,
|
|
5128
|
+
VcStepperContent: __vue_component__$1,
|
|
5129
|
+
VcMobileWizardProgress: __vue_component__$j,
|
|
5130
|
+
VcWizardCtaContainer: __vue_component__$2,
|
|
5131
|
+
VLayout: VLayout
|
|
5132
|
+
},
|
|
5133
|
+
props: {
|
|
5134
|
+
initialWizardData: {
|
|
5135
|
+
type: Object,
|
|
5136
|
+
default: () => ({})
|
|
5137
|
+
},
|
|
5138
|
+
steps: {
|
|
5139
|
+
type: [Array],
|
|
5140
|
+
validator: steps => steps.every(step => step.name),
|
|
5141
|
+
required: true
|
|
5142
|
+
},
|
|
5143
|
+
dataQa: {
|
|
5144
|
+
type: String,
|
|
5145
|
+
default: 'wizard'
|
|
5146
|
+
},
|
|
5147
|
+
title: {
|
|
5148
|
+
type: String,
|
|
5149
|
+
default: ''
|
|
5150
|
+
}
|
|
5151
|
+
},
|
|
5152
|
+
|
|
5153
|
+
data() {
|
|
5154
|
+
return {
|
|
5155
|
+
currentStep: 1,
|
|
5156
|
+
wizardSteps: [],
|
|
5157
|
+
wizardStepsData: {}
|
|
5158
|
+
};
|
|
5159
|
+
},
|
|
5160
|
+
|
|
5161
|
+
created() {
|
|
5162
|
+
this.init();
|
|
5163
|
+
},
|
|
5164
|
+
|
|
5165
|
+
methods: {
|
|
5166
|
+
init() {
|
|
5167
|
+
this.currentStep = 1;
|
|
5168
|
+
this.wizardSteps = this.steps.slice();
|
|
5169
|
+
},
|
|
5170
|
+
|
|
5171
|
+
goBackOneStep() {
|
|
5172
|
+
this.wizardStepsData[this.currentStep] = undefined;
|
|
5173
|
+
this.$set(this.wizardStepsData, this.currentStep, undefined);
|
|
5174
|
+
this.currentStep--;
|
|
5175
|
+
},
|
|
5176
|
+
|
|
5177
|
+
handleSubmit(data) {
|
|
5178
|
+
const stepData = data.stepData || {};
|
|
5179
|
+
const wizardData = data.wizardData || {};
|
|
5180
|
+
const newStepData = { ...this.currentStepObj,
|
|
5181
|
+
...stepData
|
|
5182
|
+
};
|
|
5183
|
+
const newWizardStepData = { ...this.wizardStepsData[this.currentStep],
|
|
5184
|
+
...wizardData
|
|
5185
|
+
};
|
|
5186
|
+
this.$set(this.wizardStepsData, this.currentStep, newWizardStepData);
|
|
5187
|
+
this.wizardSteps.splice(this.currentStep - 1, 1, newStepData);
|
|
5188
|
+
},
|
|
5189
|
+
|
|
5190
|
+
goForwardOneStep() {
|
|
5191
|
+
if (this.currentStep < this.wizardSteps.length) {
|
|
5192
|
+
this.currentStep++;
|
|
5193
|
+
} else {
|
|
5194
|
+
this.$emit('submit', this.wizardData);
|
|
5195
|
+
}
|
|
5196
|
+
}
|
|
5197
|
+
|
|
5198
|
+
},
|
|
5199
|
+
computed: {
|
|
5200
|
+
wizardData() {
|
|
5201
|
+
return Object.values(this.wizardStepsData).reduce((acc, currentValue) => {
|
|
5202
|
+
Object.assign(acc, currentValue);
|
|
5203
|
+
return acc;
|
|
5204
|
+
}, { ...this.initialWizardData
|
|
5205
|
+
});
|
|
5206
|
+
},
|
|
5207
|
+
|
|
5208
|
+
currentStepObj() {
|
|
5209
|
+
return this.wizardSteps[this.currentStep - 1];
|
|
5210
|
+
},
|
|
5211
|
+
|
|
5212
|
+
isBackDisplayed() {
|
|
5213
|
+
return this.currentStepObj.isBackDisplayed !== undefined ? this.currentStepObj.isBackDisplayed : this.currentStep > 1;
|
|
5214
|
+
},
|
|
5215
|
+
|
|
5216
|
+
isNextButtonDisabled() {
|
|
5217
|
+
if (this.currentStepObj.nextStepEnabledRules) {
|
|
5218
|
+
return this.currentStepObj.nextStepEnabledRules.every(rule => !rule(this.wizardData));
|
|
5219
|
+
} else {
|
|
5220
|
+
return this.currentStepObj.isNextButtonDisabled !== undefined ? this.currentStepObj.isNextButtonDisabled : false;
|
|
5221
|
+
}
|
|
5222
|
+
}
|
|
5223
|
+
|
|
5224
|
+
}
|
|
5225
|
+
};
|
|
5226
|
+
|
|
5227
|
+
/* script */
|
|
5228
|
+
const __vue_script__ = script;
|
|
5229
|
+
/* template */
|
|
5230
|
+
|
|
5231
|
+
var __vue_render__ = function () {
|
|
5232
|
+
var _vm = this;
|
|
5233
|
+
|
|
5234
|
+
var _h = _vm.$createElement;
|
|
5235
|
+
|
|
5236
|
+
var _c = _vm._self._c || _h;
|
|
5237
|
+
|
|
5238
|
+
return _c('v-layout', {
|
|
5239
|
+
staticClass: "vc-wizard",
|
|
5240
|
+
attrs: {
|
|
5241
|
+
"column": "",
|
|
5242
|
+
"align-start": "",
|
|
5243
|
+
"justify-start": ""
|
|
5244
|
+
}
|
|
5245
|
+
}, [!_vm.$vuetify.breakpoint.mdAndUp ? _c('VcMobileWizardProgress', {
|
|
5246
|
+
attrs: {
|
|
5247
|
+
"dataQa": _vm.dataQa,
|
|
5248
|
+
"currentStep": _vm.currentStep,
|
|
5249
|
+
"steps": _vm.wizardSteps
|
|
5250
|
+
}
|
|
5251
|
+
}) : _c('VcStepsBar', {
|
|
5252
|
+
attrs: {
|
|
5253
|
+
"currentStep": _vm.currentStep,
|
|
5254
|
+
"steps": _vm.wizardSteps,
|
|
5255
|
+
"title": _vm.title,
|
|
5256
|
+
"dataQa": _vm.dataQa
|
|
5257
|
+
}
|
|
5258
|
+
}), _vm._v(" "), _c('VcStepperContent', {
|
|
5259
|
+
attrs: {
|
|
5260
|
+
"wizardData": _vm.wizardData,
|
|
5261
|
+
"currentStep": _vm.currentStep,
|
|
5262
|
+
"steps": _vm.wizardSteps,
|
|
5263
|
+
"dataQa": _vm.dataQa
|
|
5264
|
+
},
|
|
5265
|
+
on: {
|
|
5266
|
+
"submit": _vm.handleSubmit
|
|
5267
|
+
}
|
|
5268
|
+
}), _vm._v(" "), _c('VcWizardCtaContainer', {
|
|
5269
|
+
attrs: {
|
|
5270
|
+
"isBackDisplayed": _vm.isBackDisplayed,
|
|
5271
|
+
"isNextButtonDisabled": _vm.isNextButtonDisabled,
|
|
5272
|
+
"backButtonLabel": _vm.currentStepObj.backButtonLabel || _vm.$dst('ds.wizard.back'),
|
|
5273
|
+
"nextButtonLabel": _vm.currentStepObj.nextButtonLabel || _vm.$dst('ds.wizard.next'),
|
|
5274
|
+
"dataQa": _vm.dataQa
|
|
5275
|
+
},
|
|
5276
|
+
on: {
|
|
5277
|
+
"onBackPressed": _vm.goBackOneStep,
|
|
5278
|
+
"onNextPressed": _vm.goForwardOneStep
|
|
5279
|
+
}
|
|
5280
|
+
})], 1);
|
|
5281
|
+
};
|
|
5282
|
+
|
|
5283
|
+
var __vue_staticRenderFns__ = [];
|
|
5284
|
+
/* style */
|
|
5285
|
+
|
|
5286
|
+
const __vue_inject_styles__ = function (inject) {
|
|
5287
|
+
if (!inject) return;
|
|
5288
|
+
inject("data-v-d1c4a8c2_0", {
|
|
5289
|
+
source: "[data-v-d1c4a8c2]: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-d1c4a8c2]{height:100%}@media screen and (min-width:960px){.vc-wizard[data-v-d1c4a8c2]{display:grid;grid-template-columns:minmax(250px,1fr) 3fr;grid-template-rows:562px 80px;grid-column-gap:var(--size-value10);grid-row-gap:0}}@media screen and (min-width:972px){.vc-wizard[data-v-d1c4a8c2]{grid-column-gap:var(--size-value20)}}.vc-stepper-container[data-v-d1c4a8c2]{grid-area:1/1/3/2;border-inline-end:1px solid #e0e0e0;max-height:calc(100% - 24px)}.wizard-cta-container[data-v-d1c4a8c2]{grid-area:2/2/3/3}.stepper-content-wrapper[data-v-d1c4a8c2]{grid-area:1/2/2/3}",
|
|
5290
|
+
map: undefined,
|
|
5291
|
+
media: undefined
|
|
5292
|
+
});
|
|
5293
|
+
};
|
|
5294
|
+
/* scoped */
|
|
5295
|
+
|
|
5296
|
+
|
|
5297
|
+
const __vue_scope_id__ = "data-v-d1c4a8c2";
|
|
4885
5298
|
/* module identifier */
|
|
4886
5299
|
|
|
4887
5300
|
const __vue_module_identifier__ = undefined;
|
|
@@ -4901,42 +5314,43 @@ const __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
4901
5314
|
|
|
4902
5315
|
var components$1 = /*#__PURE__*/Object.freeze({
|
|
4903
5316
|
__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__
|
|
5317
|
+
VcConfirmModal: __vue_component__$w,
|
|
5318
|
+
VcInputModal: __vue_component__$u,
|
|
5319
|
+
VcNoticeModal: __vue_component__$t,
|
|
5320
|
+
VcModalFooter: __vue_component__$y,
|
|
5321
|
+
VcModalHeader: __vue_component__$x,
|
|
5322
|
+
VcAlert: __vue_component__$s,
|
|
5323
|
+
VcTooltip: __vue_component__$r,
|
|
5324
|
+
VcIconWithTooltip: __vue_component__$q,
|
|
5325
|
+
VcBottomActions: __vue_component__$o,
|
|
5326
|
+
VcActionList: __vue_component__$n,
|
|
5327
|
+
VcActions: __vue_component__$m,
|
|
5328
|
+
VcStepsBar: __vue_component__$l,
|
|
5329
|
+
VcMobileWizardProgress: __vue_component__$j,
|
|
5330
|
+
VcProgressCircular: __vue_component__$k,
|
|
5331
|
+
VcButton: __vue_component__$B,
|
|
5332
|
+
VcButtonGroup: __vue_component__$i,
|
|
5333
|
+
VcForm: __vue_component__$v,
|
|
5334
|
+
VcIcon: __vue_component__$C,
|
|
5335
|
+
VcLayout: __vue_component__$z,
|
|
5336
|
+
VcLoader: __vue_component__$h,
|
|
5337
|
+
VcSwitch: __vue_component__$g,
|
|
5338
|
+
VcTextField: __vue_component__$f,
|
|
5339
|
+
VcAvatar: __vue_component__$p,
|
|
5340
|
+
VcTextArea: __vue_component__$e,
|
|
5341
|
+
VcToast: __vue_component__$d,
|
|
5342
|
+
VcCard: __vue_component__$c,
|
|
5343
|
+
VcCheckbox: __vue_component__$b,
|
|
5344
|
+
VcFilterPanel: __vue_component__$a,
|
|
5345
|
+
VcFocusArea: __vue_component__$9,
|
|
5346
|
+
VcLink: __vue_component__$8,
|
|
5347
|
+
VcListItem: __vue_component__$7,
|
|
5348
|
+
VcGroupHeader: __vue_component__$6,
|
|
5349
|
+
VcEmptyState: __vue_component__$4,
|
|
5350
|
+
VcSvg: __vue_component__$5,
|
|
5351
|
+
VcBanner: __vue_component__$3,
|
|
5352
|
+
VcWizardCtaContainer: __vue_component__$2,
|
|
5353
|
+
VcWizard: __vue_component__
|
|
4940
5354
|
});
|
|
4941
5355
|
|
|
4942
5356
|
// Import vue components
|
|
@@ -4950,42 +5364,43 @@ const install = function installdesignSystem(Vue) {
|
|
|
4950
5364
|
var components = /*#__PURE__*/Object.freeze({
|
|
4951
5365
|
__proto__: null,
|
|
4952
5366
|
'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__
|
|
5367
|
+
VcConfirmModal: __vue_component__$w,
|
|
5368
|
+
VcInputModal: __vue_component__$u,
|
|
5369
|
+
VcNoticeModal: __vue_component__$t,
|
|
5370
|
+
VcModalFooter: __vue_component__$y,
|
|
5371
|
+
VcModalHeader: __vue_component__$x,
|
|
5372
|
+
VcAlert: __vue_component__$s,
|
|
5373
|
+
VcTooltip: __vue_component__$r,
|
|
5374
|
+
VcIconWithTooltip: __vue_component__$q,
|
|
5375
|
+
VcBottomActions: __vue_component__$o,
|
|
5376
|
+
VcActionList: __vue_component__$n,
|
|
5377
|
+
VcActions: __vue_component__$m,
|
|
5378
|
+
VcStepsBar: __vue_component__$l,
|
|
5379
|
+
VcMobileWizardProgress: __vue_component__$j,
|
|
5380
|
+
VcProgressCircular: __vue_component__$k,
|
|
5381
|
+
VcButton: __vue_component__$B,
|
|
5382
|
+
VcButtonGroup: __vue_component__$i,
|
|
5383
|
+
VcForm: __vue_component__$v,
|
|
5384
|
+
VcIcon: __vue_component__$C,
|
|
5385
|
+
VcLayout: __vue_component__$z,
|
|
5386
|
+
VcLoader: __vue_component__$h,
|
|
5387
|
+
VcSwitch: __vue_component__$g,
|
|
5388
|
+
VcTextField: __vue_component__$f,
|
|
5389
|
+
VcAvatar: __vue_component__$p,
|
|
5390
|
+
VcTextArea: __vue_component__$e,
|
|
5391
|
+
VcToast: __vue_component__$d,
|
|
5392
|
+
VcCard: __vue_component__$c,
|
|
5393
|
+
VcCheckbox: __vue_component__$b,
|
|
5394
|
+
VcFilterPanel: __vue_component__$a,
|
|
5395
|
+
VcFocusArea: __vue_component__$9,
|
|
5396
|
+
VcLink: __vue_component__$8,
|
|
5397
|
+
VcListItem: __vue_component__$7,
|
|
5398
|
+
VcGroupHeader: __vue_component__$6,
|
|
5399
|
+
VcEmptyState: __vue_component__$4,
|
|
5400
|
+
VcSvg: __vue_component__$5,
|
|
5401
|
+
VcBanner: __vue_component__$3,
|
|
5402
|
+
VcWizardCtaContainer: __vue_component__$2,
|
|
5403
|
+
VcWizard: __vue_component__
|
|
4989
5404
|
});
|
|
4990
5405
|
|
|
4991
5406
|
// iife/cjs usage extends esm default export - so import it all
|