@vcita/design-system 0.2.3 → 0.2.4
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 +57 -0
- package/dist/@vcita/design-system.esm.js +721 -574
- package/dist/@vcita/design-system.min.js +1 -1
- package/dist/@vcita/design-system.ssr.js +610 -469
- package/init/DesignSystem.js +2 -0
- package/init/SvgIcons.js +0 -2
- package/init/svgImages.js +11 -0
- package/init/vuetify.config.js +6 -6
- package/package.json +1 -1
- package/src/components/VcEmptyState/VcEmptyState.vue +22 -4
- package/{init → src/components}/VcSvg/VcSvg.stories.js +5 -1
- package/{init → src/components}/VcSvg/VcSvg.vue +0 -0
- package/src/components/index.js +2 -1
- package/src/components/list/VcListItem/VcListItem.vue +1 -3
- package/src/assets/logo.png +0 -0
- package/src/assets/logo.svg +0 -1
- package/src/components/VcButton/VcButton.stories.mdx.old +0 -40
- package/src/components/VcExpansionPanels/VcExpansionPanels.stories.js +0 -36
- package/src/components/VcExpansionPanels/VcExpansionPanels.vue +0 -26
- package/src/components/VcHourInput/VcHourInput.stories.js +0 -36
- package/src/components/VcHourInput/VcHourInput.vue +0 -134
- package/src/stories/assets/colors.svg +0 -1
- package/src/stories/assets/comments.svg +0 -1
- package/src/stories/assets/direction.svg +0 -1
- package/src/stories/assets/plugin.svg +0 -1
- package/src/stories/assets/repo.svg +0 -1
- package/src/stories/assets/stackalt.svg +0 -1
- package/src/stories/colors.stories.mdx +0 -78
|
@@ -119,7 +119,7 @@ function _nonIterableRest() {
|
|
|
119
119
|
//
|
|
120
120
|
//
|
|
121
121
|
//
|
|
122
|
-
var script$
|
|
122
|
+
var script$z = {
|
|
123
123
|
components: {
|
|
124
124
|
VDialog: lib.VDialog
|
|
125
125
|
},
|
|
@@ -259,10 +259,10 @@ function renderStyles(styles) {
|
|
|
259
259
|
}
|
|
260
260
|
return css;
|
|
261
261
|
}/* script */
|
|
262
|
-
var __vue_script__$
|
|
262
|
+
var __vue_script__$z = script$z;
|
|
263
263
|
/* template */
|
|
264
264
|
|
|
265
|
-
var __vue_render__$
|
|
265
|
+
var __vue_render__$w = function __vue_render__() {
|
|
266
266
|
var _vm = this;
|
|
267
267
|
|
|
268
268
|
var _h = _vm.$createElement;
|
|
@@ -297,10 +297,10 @@ var __vue_render__$v = function __vue_render__() {
|
|
|
297
297
|
}, [_vm._t("default")], 2);
|
|
298
298
|
};
|
|
299
299
|
|
|
300
|
-
var __vue_staticRenderFns__$
|
|
300
|
+
var __vue_staticRenderFns__$w = [];
|
|
301
301
|
/* style */
|
|
302
302
|
|
|
303
|
-
var __vue_inject_styles__$
|
|
303
|
+
var __vue_inject_styles__$z = function __vue_inject_styles__(inject) {
|
|
304
304
|
if (!inject) return;
|
|
305
305
|
inject("data-v-2f9f1f74_0", {
|
|
306
306
|
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)}}",
|
|
@@ -311,19 +311,19 @@ var __vue_inject_styles__$y = function __vue_inject_styles__(inject) {
|
|
|
311
311
|
/* scoped */
|
|
312
312
|
|
|
313
313
|
|
|
314
|
-
var __vue_scope_id__$
|
|
314
|
+
var __vue_scope_id__$z = undefined;
|
|
315
315
|
/* module identifier */
|
|
316
316
|
|
|
317
|
-
var __vue_module_identifier__$
|
|
317
|
+
var __vue_module_identifier__$z = "data-v-2f9f1f74";
|
|
318
318
|
/* functional template */
|
|
319
319
|
|
|
320
|
-
var __vue_is_functional_template__$
|
|
320
|
+
var __vue_is_functional_template__$z = false;
|
|
321
321
|
/* style inject shadow dom */
|
|
322
322
|
|
|
323
|
-
var __vue_component__$
|
|
324
|
-
render: __vue_render__$
|
|
325
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
326
|
-
}, __vue_inject_styles__$
|
|
323
|
+
var __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
324
|
+
render: __vue_render__$w,
|
|
325
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
326
|
+
}, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, createInjectorSSR, undefined);var script$y = {
|
|
327
327
|
name: "VcIcon",
|
|
328
328
|
render: function render(createElement) {
|
|
329
329
|
var props = {
|
|
@@ -333,28 +333,28 @@ var __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
|
333
333
|
return createElement('v-icon', props, this.$slots.default);
|
|
334
334
|
}
|
|
335
335
|
};/* script */
|
|
336
|
-
var __vue_script__$
|
|
336
|
+
var __vue_script__$y = script$y;
|
|
337
337
|
/* template */
|
|
338
338
|
|
|
339
339
|
/* style */
|
|
340
340
|
|
|
341
|
-
var __vue_inject_styles__$
|
|
341
|
+
var __vue_inject_styles__$y = undefined;
|
|
342
342
|
/* scoped */
|
|
343
343
|
|
|
344
|
-
var __vue_scope_id__$
|
|
344
|
+
var __vue_scope_id__$y = undefined;
|
|
345
345
|
/* module identifier */
|
|
346
346
|
|
|
347
|
-
var __vue_module_identifier__$
|
|
347
|
+
var __vue_module_identifier__$y = "data-v-0528e00a";
|
|
348
348
|
/* functional template */
|
|
349
349
|
|
|
350
|
-
var __vue_is_functional_template__$
|
|
350
|
+
var __vue_is_functional_template__$y = undefined;
|
|
351
351
|
/* style inject */
|
|
352
352
|
|
|
353
353
|
/* style inject SSR */
|
|
354
354
|
|
|
355
355
|
/* style inject shadow dom */
|
|
356
356
|
|
|
357
|
-
var __vue_component__$
|
|
357
|
+
var __vue_component__$y = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, undefined, undefined);//
|
|
358
358
|
//
|
|
359
359
|
//
|
|
360
360
|
//
|
|
@@ -380,7 +380,7 @@ var __vue_component__$x = /*#__PURE__*/normalizeComponent({}, __vue_inject_style
|
|
|
380
380
|
//
|
|
381
381
|
//
|
|
382
382
|
//
|
|
383
|
-
var script$
|
|
383
|
+
var script$x = {
|
|
384
384
|
components: {
|
|
385
385
|
VBtn: lib.VBtn
|
|
386
386
|
},
|
|
@@ -456,10 +456,10 @@ var script$w = {
|
|
|
456
456
|
}
|
|
457
457
|
}
|
|
458
458
|
};/* script */
|
|
459
|
-
var __vue_script__$
|
|
459
|
+
var __vue_script__$x = script$x;
|
|
460
460
|
/* template */
|
|
461
461
|
|
|
462
|
-
var __vue_render__$
|
|
462
|
+
var __vue_render__$v = function __vue_render__() {
|
|
463
463
|
var _vm = this;
|
|
464
464
|
|
|
465
465
|
var _h = _vm.$createElement;
|
|
@@ -495,10 +495,10 @@ var __vue_render__$u = function __vue_render__() {
|
|
|
495
495
|
}, [_vm._t("prepend"), _vm._v("\n " + _vm._s(_vm.label || _vm.$slots.default && _vm.$slots.default[0].text || '') + "\n "), _vm._t("append")], 2);
|
|
496
496
|
};
|
|
497
497
|
|
|
498
|
-
var __vue_staticRenderFns__$
|
|
498
|
+
var __vue_staticRenderFns__$v = [];
|
|
499
499
|
/* style */
|
|
500
500
|
|
|
501
|
-
var __vue_inject_styles__$
|
|
501
|
+
var __vue_inject_styles__$x = function __vue_inject_styles__(inject) {
|
|
502
502
|
if (!inject) return;
|
|
503
503
|
inject("data-v-b69a1aa2_0", {
|
|
504
504
|
source: ".VcButton[data-v-b69a1aa2]{letter-spacing:.003em}.VcButton[data-v-b69a1aa2]:disabled{background-color:var(--gray-lighten-2);color:var(--gray-darken-2)}",
|
|
@@ -509,24 +509,24 @@ var __vue_inject_styles__$w = function __vue_inject_styles__(inject) {
|
|
|
509
509
|
/* scoped */
|
|
510
510
|
|
|
511
511
|
|
|
512
|
-
var __vue_scope_id__$
|
|
512
|
+
var __vue_scope_id__$x = "data-v-b69a1aa2";
|
|
513
513
|
/* module identifier */
|
|
514
514
|
|
|
515
|
-
var __vue_module_identifier__$
|
|
515
|
+
var __vue_module_identifier__$x = "data-v-b69a1aa2";
|
|
516
516
|
/* functional template */
|
|
517
517
|
|
|
518
|
-
var __vue_is_functional_template__$
|
|
518
|
+
var __vue_is_functional_template__$x = false;
|
|
519
519
|
/* style inject shadow dom */
|
|
520
520
|
|
|
521
|
-
var __vue_component__$
|
|
522
|
-
render: __vue_render__$
|
|
523
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
524
|
-
}, __vue_inject_styles__$
|
|
521
|
+
var __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
522
|
+
render: __vue_render__$v,
|
|
523
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
524
|
+
}, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, createInjectorSSR, undefined);var script$w = {
|
|
525
525
|
name: 'VcModalContainer',
|
|
526
526
|
components: {
|
|
527
|
-
VcButton: __vue_component__$
|
|
528
|
-
VcModalWrapper: __vue_component__$
|
|
529
|
-
VcIcon: __vue_component__$
|
|
527
|
+
VcButton: __vue_component__$x,
|
|
528
|
+
VcModalWrapper: __vue_component__$z,
|
|
529
|
+
VcIcon: __vue_component__$y,
|
|
530
530
|
VLayout: lib.VLayout
|
|
531
531
|
},
|
|
532
532
|
props: {
|
|
@@ -573,10 +573,10 @@ var __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
|
573
573
|
}
|
|
574
574
|
}
|
|
575
575
|
};/* script */
|
|
576
|
-
var __vue_script__$
|
|
576
|
+
var __vue_script__$w = script$w;
|
|
577
577
|
/* template */
|
|
578
578
|
|
|
579
|
-
var __vue_render__$
|
|
579
|
+
var __vue_render__$u = function __vue_render__() {
|
|
580
580
|
var _vm = this;
|
|
581
581
|
|
|
582
582
|
var _h = _vm.$createElement;
|
|
@@ -649,10 +649,10 @@ var __vue_render__$t = function __vue_render__() {
|
|
|
649
649
|
}, [_vm._t("footer")], 2)])]], 2) : _vm._e();
|
|
650
650
|
};
|
|
651
651
|
|
|
652
|
-
var __vue_staticRenderFns__$
|
|
652
|
+
var __vue_staticRenderFns__$u = [];
|
|
653
653
|
/* style */
|
|
654
654
|
|
|
655
|
-
var __vue_inject_styles__$
|
|
655
|
+
var __vue_inject_styles__$w = function __vue_inject_styles__(inject) {
|
|
656
656
|
if (!inject) return;
|
|
657
657
|
inject("data-v-6b2b8919_0", {
|
|
658
658
|
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}",
|
|
@@ -663,19 +663,19 @@ var __vue_inject_styles__$v = function __vue_inject_styles__(inject) {
|
|
|
663
663
|
/* scoped */
|
|
664
664
|
|
|
665
665
|
|
|
666
|
-
var __vue_scope_id__$
|
|
666
|
+
var __vue_scope_id__$w = undefined;
|
|
667
667
|
/* module identifier */
|
|
668
668
|
|
|
669
|
-
var __vue_module_identifier__$
|
|
669
|
+
var __vue_module_identifier__$w = "data-v-6b2b8919";
|
|
670
670
|
/* functional template */
|
|
671
671
|
|
|
672
|
-
var __vue_is_functional_template__$
|
|
672
|
+
var __vue_is_functional_template__$w = false;
|
|
673
673
|
/* style inject shadow dom */
|
|
674
674
|
|
|
675
|
-
var __vue_component__$
|
|
676
|
-
render: __vue_render__$
|
|
677
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
678
|
-
}, __vue_inject_styles__$
|
|
675
|
+
var __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
676
|
+
render: __vue_render__$u,
|
|
677
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
678
|
+
}, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, createInjectorSSR, undefined);var script$v = {
|
|
679
679
|
name: "VcLayout",
|
|
680
680
|
render: function render(createElement) {
|
|
681
681
|
// `<v-layout><slot></slot></v-layout>`
|
|
@@ -686,32 +686,32 @@ var __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
|
686
686
|
return createElement('v-layout', props, this.$slots.default);
|
|
687
687
|
}
|
|
688
688
|
};/* script */
|
|
689
|
-
var __vue_script__$
|
|
689
|
+
var __vue_script__$v = script$v;
|
|
690
690
|
/* template */
|
|
691
691
|
|
|
692
692
|
/* style */
|
|
693
693
|
|
|
694
|
-
var __vue_inject_styles__$
|
|
694
|
+
var __vue_inject_styles__$v = undefined;
|
|
695
695
|
/* scoped */
|
|
696
696
|
|
|
697
|
-
var __vue_scope_id__$
|
|
697
|
+
var __vue_scope_id__$v = "data-v-0751575a";
|
|
698
698
|
/* module identifier */
|
|
699
699
|
|
|
700
|
-
var __vue_module_identifier__$
|
|
700
|
+
var __vue_module_identifier__$v = "data-v-0751575a";
|
|
701
701
|
/* functional template */
|
|
702
702
|
|
|
703
|
-
var __vue_is_functional_template__$
|
|
703
|
+
var __vue_is_functional_template__$v = undefined;
|
|
704
704
|
/* style inject */
|
|
705
705
|
|
|
706
706
|
/* style inject SSR */
|
|
707
707
|
|
|
708
708
|
/* style inject shadow dom */
|
|
709
709
|
|
|
710
|
-
var __vue_component__$
|
|
710
|
+
var __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);var script$u = {
|
|
711
711
|
name: "VcModalFooter",
|
|
712
712
|
components: {
|
|
713
|
-
VcLayout: __vue_component__$
|
|
714
|
-
VcButton: __vue_component__$
|
|
713
|
+
VcLayout: __vue_component__$v,
|
|
714
|
+
VcButton: __vue_component__$x
|
|
715
715
|
},
|
|
716
716
|
props: {
|
|
717
717
|
direction: {
|
|
@@ -742,10 +742,10 @@ var __vue_component__$u = /*#__PURE__*/normalizeComponent({}, __vue_inject_style
|
|
|
742
742
|
}
|
|
743
743
|
}
|
|
744
744
|
};/* script */
|
|
745
|
-
var __vue_script__$
|
|
745
|
+
var __vue_script__$u = script$u;
|
|
746
746
|
/* template */
|
|
747
747
|
|
|
748
|
-
var __vue_render__$
|
|
748
|
+
var __vue_render__$t = function __vue_render__() {
|
|
749
749
|
var _vm = this;
|
|
750
750
|
|
|
751
751
|
var _h = _vm.$createElement;
|
|
@@ -778,10 +778,10 @@ var __vue_render__$s = function __vue_render__() {
|
|
|
778
778
|
}), 1);
|
|
779
779
|
};
|
|
780
780
|
|
|
781
|
-
var __vue_staticRenderFns__$
|
|
781
|
+
var __vue_staticRenderFns__$t = [];
|
|
782
782
|
/* style */
|
|
783
783
|
|
|
784
|
-
var __vue_inject_styles__$
|
|
784
|
+
var __vue_inject_styles__$u = function __vue_inject_styles__(inject) {
|
|
785
785
|
if (!inject) return;
|
|
786
786
|
inject("data-v-daacbd22_0", {
|
|
787
787
|
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)}",
|
|
@@ -792,24 +792,24 @@ var __vue_inject_styles__$t = function __vue_inject_styles__(inject) {
|
|
|
792
792
|
/* scoped */
|
|
793
793
|
|
|
794
794
|
|
|
795
|
-
var __vue_scope_id__$
|
|
795
|
+
var __vue_scope_id__$u = "data-v-daacbd22";
|
|
796
796
|
/* module identifier */
|
|
797
797
|
|
|
798
|
-
var __vue_module_identifier__$
|
|
798
|
+
var __vue_module_identifier__$u = "data-v-daacbd22";
|
|
799
799
|
/* functional template */
|
|
800
800
|
|
|
801
|
-
var __vue_is_functional_template__$
|
|
801
|
+
var __vue_is_functional_template__$u = false;
|
|
802
802
|
/* style inject shadow dom */
|
|
803
803
|
|
|
804
|
-
var __vue_component__$
|
|
805
|
-
render: __vue_render__$
|
|
806
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
807
|
-
}, __vue_inject_styles__$
|
|
804
|
+
var __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
805
|
+
render: __vue_render__$t,
|
|
806
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
807
|
+
}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, createInjectorSSR, undefined);var script$t = {
|
|
808
808
|
name: "VcModalHeader",
|
|
809
809
|
components: {
|
|
810
|
-
VcLayout: __vue_component__$
|
|
811
|
-
VcIcon: __vue_component__$
|
|
812
|
-
VcButton: __vue_component__$
|
|
810
|
+
VcLayout: __vue_component__$v,
|
|
811
|
+
VcIcon: __vue_component__$y,
|
|
812
|
+
VcButton: __vue_component__$x
|
|
813
813
|
},
|
|
814
814
|
props: {
|
|
815
815
|
topTitle: {
|
|
@@ -846,10 +846,10 @@ var __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
|
846
846
|
}
|
|
847
847
|
}
|
|
848
848
|
};/* script */
|
|
849
|
-
var __vue_script__$
|
|
849
|
+
var __vue_script__$t = script$t;
|
|
850
850
|
/* template */
|
|
851
851
|
|
|
852
|
-
var __vue_render__$
|
|
852
|
+
var __vue_render__$s = function __vue_render__() {
|
|
853
853
|
var _vm = this;
|
|
854
854
|
|
|
855
855
|
var _h = _vm.$createElement;
|
|
@@ -922,10 +922,10 @@ var __vue_render__$r = function __vue_render__() {
|
|
|
922
922
|
}, [_vm._v(_vm._s(_vm.subtitle))]) : _vm._e()])], 1)], 2);
|
|
923
923
|
};
|
|
924
924
|
|
|
925
|
-
var __vue_staticRenderFns__$
|
|
925
|
+
var __vue_staticRenderFns__$s = [];
|
|
926
926
|
/* style */
|
|
927
927
|
|
|
928
|
-
var __vue_inject_styles__$
|
|
928
|
+
var __vue_inject_styles__$t = function __vue_inject_styles__(inject) {
|
|
929
929
|
if (!inject) return;
|
|
930
930
|
inject("data-v-407bef94_0", {
|
|
931
931
|
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)}}",
|
|
@@ -936,26 +936,26 @@ var __vue_inject_styles__$s = function __vue_inject_styles__(inject) {
|
|
|
936
936
|
/* scoped */
|
|
937
937
|
|
|
938
938
|
|
|
939
|
-
var __vue_scope_id__$
|
|
939
|
+
var __vue_scope_id__$t = "data-v-407bef94";
|
|
940
940
|
/* module identifier */
|
|
941
941
|
|
|
942
|
-
var __vue_module_identifier__$
|
|
942
|
+
var __vue_module_identifier__$t = "data-v-407bef94";
|
|
943
943
|
/* functional template */
|
|
944
944
|
|
|
945
|
-
var __vue_is_functional_template__$
|
|
945
|
+
var __vue_is_functional_template__$t = false;
|
|
946
946
|
/* style inject shadow dom */
|
|
947
947
|
|
|
948
|
-
var __vue_component__$
|
|
949
|
-
render: __vue_render__$
|
|
950
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
951
|
-
}, __vue_inject_styles__$
|
|
948
|
+
var __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
949
|
+
render: __vue_render__$s,
|
|
950
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
951
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, createInjectorSSR, undefined);var script$s = {
|
|
952
952
|
name: "VcConfirmModal",
|
|
953
953
|
components: {
|
|
954
|
-
VcModalHeader: __vue_component__$
|
|
955
|
-
VcLayout: __vue_component__$
|
|
956
|
-
VcModalFooter: __vue_component__$
|
|
957
|
-
VcIcon: __vue_component__$
|
|
958
|
-
VcModalContainer: __vue_component__$
|
|
954
|
+
VcModalHeader: __vue_component__$t,
|
|
955
|
+
VcLayout: __vue_component__$v,
|
|
956
|
+
VcModalFooter: __vue_component__$u,
|
|
957
|
+
VcIcon: __vue_component__$y,
|
|
958
|
+
VcModalContainer: __vue_component__$w
|
|
959
959
|
},
|
|
960
960
|
props: {
|
|
961
961
|
showDialog: {
|
|
@@ -1008,10 +1008,10 @@ var __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
|
1008
1008
|
}
|
|
1009
1009
|
}
|
|
1010
1010
|
};/* script */
|
|
1011
|
-
var __vue_script__$
|
|
1011
|
+
var __vue_script__$s = script$s;
|
|
1012
1012
|
/* template */
|
|
1013
1013
|
|
|
1014
|
-
var __vue_render__$
|
|
1014
|
+
var __vue_render__$r = function __vue_render__() {
|
|
1015
1015
|
var _vm = this;
|
|
1016
1016
|
|
|
1017
1017
|
var _h = _vm.$createElement;
|
|
@@ -1093,29 +1093,29 @@ var __vue_render__$q = function __vue_render__() {
|
|
|
1093
1093
|
});
|
|
1094
1094
|
};
|
|
1095
1095
|
|
|
1096
|
-
var __vue_staticRenderFns__$
|
|
1096
|
+
var __vue_staticRenderFns__$r = [];
|
|
1097
1097
|
/* style */
|
|
1098
1098
|
|
|
1099
|
-
var __vue_inject_styles__$
|
|
1099
|
+
var __vue_inject_styles__$s = undefined;
|
|
1100
1100
|
/* scoped */
|
|
1101
1101
|
|
|
1102
|
-
var __vue_scope_id__$
|
|
1102
|
+
var __vue_scope_id__$s = "data-v-8cd4b05c";
|
|
1103
1103
|
/* module identifier */
|
|
1104
1104
|
|
|
1105
|
-
var __vue_module_identifier__$
|
|
1105
|
+
var __vue_module_identifier__$s = "data-v-8cd4b05c";
|
|
1106
1106
|
/* functional template */
|
|
1107
1107
|
|
|
1108
|
-
var __vue_is_functional_template__$
|
|
1108
|
+
var __vue_is_functional_template__$s = false;
|
|
1109
1109
|
/* style inject */
|
|
1110
1110
|
|
|
1111
1111
|
/* style inject SSR */
|
|
1112
1112
|
|
|
1113
1113
|
/* style inject shadow dom */
|
|
1114
1114
|
|
|
1115
|
-
var __vue_component__$
|
|
1116
|
-
render: __vue_render__$
|
|
1117
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1118
|
-
}, __vue_inject_styles__$
|
|
1115
|
+
var __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
1116
|
+
render: __vue_render__$r,
|
|
1117
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
1118
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, undefined, undefined);var script$r = {
|
|
1119
1119
|
name: "VcForm",
|
|
1120
1120
|
methods: {
|
|
1121
1121
|
validate: function validate() {
|
|
@@ -1132,36 +1132,36 @@ var __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
|
1132
1132
|
return this.form;
|
|
1133
1133
|
}
|
|
1134
1134
|
};/* script */
|
|
1135
|
-
var __vue_script__$
|
|
1135
|
+
var __vue_script__$r = script$r;
|
|
1136
1136
|
/* template */
|
|
1137
1137
|
|
|
1138
1138
|
/* style */
|
|
1139
1139
|
|
|
1140
|
-
var __vue_inject_styles__$
|
|
1140
|
+
var __vue_inject_styles__$r = undefined;
|
|
1141
1141
|
/* scoped */
|
|
1142
1142
|
|
|
1143
|
-
var __vue_scope_id__$
|
|
1143
|
+
var __vue_scope_id__$r = "data-v-398cf17d";
|
|
1144
1144
|
/* module identifier */
|
|
1145
1145
|
|
|
1146
|
-
var __vue_module_identifier__$
|
|
1146
|
+
var __vue_module_identifier__$r = "data-v-398cf17d";
|
|
1147
1147
|
/* functional template */
|
|
1148
1148
|
|
|
1149
|
-
var __vue_is_functional_template__$
|
|
1149
|
+
var __vue_is_functional_template__$r = undefined;
|
|
1150
1150
|
/* style inject */
|
|
1151
1151
|
|
|
1152
1152
|
/* style inject SSR */
|
|
1153
1153
|
|
|
1154
1154
|
/* style inject shadow dom */
|
|
1155
1155
|
|
|
1156
|
-
var __vue_component__$
|
|
1156
|
+
var __vue_component__$r = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, undefined, undefined);var script$q = {
|
|
1157
1157
|
name: "VcInputModal",
|
|
1158
1158
|
components: {
|
|
1159
|
-
VcForm: __vue_component__$
|
|
1160
|
-
VcLayout: __vue_component__$
|
|
1161
|
-
VcModalFooter: __vue_component__$
|
|
1162
|
-
VcIcon: __vue_component__$
|
|
1163
|
-
VcModalContainer: __vue_component__$
|
|
1164
|
-
VcModalHeader: __vue_component__$
|
|
1159
|
+
VcForm: __vue_component__$r,
|
|
1160
|
+
VcLayout: __vue_component__$v,
|
|
1161
|
+
VcModalFooter: __vue_component__$u,
|
|
1162
|
+
VcIcon: __vue_component__$y,
|
|
1163
|
+
VcModalContainer: __vue_component__$w,
|
|
1164
|
+
VcModalHeader: __vue_component__$t
|
|
1165
1165
|
},
|
|
1166
1166
|
props: {
|
|
1167
1167
|
showDialog: {
|
|
@@ -1236,10 +1236,10 @@ var __vue_component__$q = /*#__PURE__*/normalizeComponent({}, __vue_inject_style
|
|
|
1236
1236
|
}
|
|
1237
1237
|
}
|
|
1238
1238
|
};/* script */
|
|
1239
|
-
var __vue_script__$
|
|
1239
|
+
var __vue_script__$q = script$q;
|
|
1240
1240
|
/* template */
|
|
1241
1241
|
|
|
1242
|
-
var __vue_render__$
|
|
1242
|
+
var __vue_render__$q = function __vue_render__() {
|
|
1243
1243
|
var _vm = this;
|
|
1244
1244
|
|
|
1245
1245
|
var _h = _vm.$createElement;
|
|
@@ -1340,10 +1340,10 @@ var __vue_render__$p = function __vue_render__() {
|
|
|
1340
1340
|
});
|
|
1341
1341
|
};
|
|
1342
1342
|
|
|
1343
|
-
var __vue_staticRenderFns__$
|
|
1343
|
+
var __vue_staticRenderFns__$q = [];
|
|
1344
1344
|
/* style */
|
|
1345
1345
|
|
|
1346
|
-
var __vue_inject_styles__$
|
|
1346
|
+
var __vue_inject_styles__$q = function __vue_inject_styles__(inject) {
|
|
1347
1347
|
if (!inject) return;
|
|
1348
1348
|
inject("data-v-1f25c5b3_0", {
|
|
1349
1349
|
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)}",
|
|
@@ -1354,24 +1354,24 @@ var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
|
|
|
1354
1354
|
/* scoped */
|
|
1355
1355
|
|
|
1356
1356
|
|
|
1357
|
-
var __vue_scope_id__$
|
|
1357
|
+
var __vue_scope_id__$q = "data-v-1f25c5b3";
|
|
1358
1358
|
/* module identifier */
|
|
1359
1359
|
|
|
1360
|
-
var __vue_module_identifier__$
|
|
1360
|
+
var __vue_module_identifier__$q = "data-v-1f25c5b3";
|
|
1361
1361
|
/* functional template */
|
|
1362
1362
|
|
|
1363
|
-
var __vue_is_functional_template__$
|
|
1363
|
+
var __vue_is_functional_template__$q = false;
|
|
1364
1364
|
/* style inject shadow dom */
|
|
1365
1365
|
|
|
1366
|
-
var __vue_component__$
|
|
1367
|
-
render: __vue_render__$
|
|
1368
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1369
|
-
}, __vue_inject_styles__$
|
|
1366
|
+
var __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
1367
|
+
render: __vue_render__$q,
|
|
1368
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
1369
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, createInjectorSSR, undefined);var script$p = {
|
|
1370
1370
|
name: "VcNoticeModal",
|
|
1371
1371
|
components: {
|
|
1372
|
-
VcLayout: __vue_component__$
|
|
1373
|
-
VcModalFooter: __vue_component__$
|
|
1374
|
-
VcModalContainer: __vue_component__$
|
|
1372
|
+
VcLayout: __vue_component__$v,
|
|
1373
|
+
VcModalFooter: __vue_component__$u,
|
|
1374
|
+
VcModalContainer: __vue_component__$w
|
|
1375
1375
|
},
|
|
1376
1376
|
props: {
|
|
1377
1377
|
showDialog: {
|
|
@@ -1419,10 +1419,10 @@ var __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
|
1419
1419
|
}
|
|
1420
1420
|
}
|
|
1421
1421
|
};/* script */
|
|
1422
|
-
var __vue_script__$
|
|
1422
|
+
var __vue_script__$p = script$p;
|
|
1423
1423
|
/* template */
|
|
1424
1424
|
|
|
1425
|
-
var __vue_render__$
|
|
1425
|
+
var __vue_render__$p = function __vue_render__() {
|
|
1426
1426
|
var _vm = this;
|
|
1427
1427
|
|
|
1428
1428
|
var _h = _vm.$createElement;
|
|
@@ -1508,10 +1508,10 @@ var __vue_render__$o = function __vue_render__() {
|
|
|
1508
1508
|
});
|
|
1509
1509
|
};
|
|
1510
1510
|
|
|
1511
|
-
var __vue_staticRenderFns__$
|
|
1511
|
+
var __vue_staticRenderFns__$p = [];
|
|
1512
1512
|
/* style */
|
|
1513
1513
|
|
|
1514
|
-
var __vue_inject_styles__$
|
|
1514
|
+
var __vue_inject_styles__$p = function __vue_inject_styles__(inject) {
|
|
1515
1515
|
if (!inject) return;
|
|
1516
1516
|
inject("data-v-c197dce0_0", {
|
|
1517
1517
|
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)}",
|
|
@@ -1522,24 +1522,24 @@ var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
|
|
|
1522
1522
|
/* scoped */
|
|
1523
1523
|
|
|
1524
1524
|
|
|
1525
|
-
var __vue_scope_id__$
|
|
1525
|
+
var __vue_scope_id__$p = "data-v-c197dce0";
|
|
1526
1526
|
/* module identifier */
|
|
1527
1527
|
|
|
1528
|
-
var __vue_module_identifier__$
|
|
1528
|
+
var __vue_module_identifier__$p = "data-v-c197dce0";
|
|
1529
1529
|
/* functional template */
|
|
1530
1530
|
|
|
1531
|
-
var __vue_is_functional_template__$
|
|
1531
|
+
var __vue_is_functional_template__$p = false;
|
|
1532
1532
|
/* style inject shadow dom */
|
|
1533
1533
|
|
|
1534
|
-
var __vue_component__$
|
|
1535
|
-
render: __vue_render__$
|
|
1536
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1537
|
-
}, __vue_inject_styles__$
|
|
1534
|
+
var __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
1535
|
+
render: __vue_render__$p,
|
|
1536
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
1537
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, createInjectorSSR, undefined);var script$o = {
|
|
1538
1538
|
name: "VcAlert",
|
|
1539
1539
|
components: {
|
|
1540
|
-
VcIcon: __vue_component__$
|
|
1541
|
-
VcButton: __vue_component__$
|
|
1542
|
-
VcLayout: __vue_component__$
|
|
1540
|
+
VcIcon: __vue_component__$y,
|
|
1541
|
+
VcButton: __vue_component__$x,
|
|
1542
|
+
VcLayout: __vue_component__$v,
|
|
1543
1543
|
VAlert: lib.VAlert
|
|
1544
1544
|
},
|
|
1545
1545
|
props: {
|
|
@@ -1630,10 +1630,10 @@ var __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
|
1630
1630
|
}
|
|
1631
1631
|
}
|
|
1632
1632
|
};/* script */
|
|
1633
|
-
var __vue_script__$
|
|
1633
|
+
var __vue_script__$o = script$o;
|
|
1634
1634
|
/* template */
|
|
1635
1635
|
|
|
1636
|
-
var __vue_render__$
|
|
1636
|
+
var __vue_render__$o = function __vue_render__() {
|
|
1637
1637
|
var _vm = this;
|
|
1638
1638
|
|
|
1639
1639
|
var _h = _vm.$createElement;
|
|
@@ -1703,10 +1703,10 @@ var __vue_render__$n = function __vue_render__() {
|
|
|
1703
1703
|
}) : _vm._e()], 1);
|
|
1704
1704
|
};
|
|
1705
1705
|
|
|
1706
|
-
var __vue_staticRenderFns__$
|
|
1706
|
+
var __vue_staticRenderFns__$o = [];
|
|
1707
1707
|
/* style */
|
|
1708
1708
|
|
|
1709
|
-
var __vue_inject_styles__$
|
|
1709
|
+
var __vue_inject_styles__$o = function __vue_inject_styles__(inject) {
|
|
1710
1710
|
if (!inject) return;
|
|
1711
1711
|
inject("data-v-285965af_0", {
|
|
1712
1712
|
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)}",
|
|
@@ -1717,19 +1717,19 @@ var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
|
|
|
1717
1717
|
/* scoped */
|
|
1718
1718
|
|
|
1719
1719
|
|
|
1720
|
-
var __vue_scope_id__$
|
|
1720
|
+
var __vue_scope_id__$o = undefined;
|
|
1721
1721
|
/* module identifier */
|
|
1722
1722
|
|
|
1723
|
-
var __vue_module_identifier__$
|
|
1723
|
+
var __vue_module_identifier__$o = "data-v-285965af";
|
|
1724
1724
|
/* functional template */
|
|
1725
1725
|
|
|
1726
|
-
var __vue_is_functional_template__$
|
|
1726
|
+
var __vue_is_functional_template__$o = false;
|
|
1727
1727
|
/* style inject shadow dom */
|
|
1728
1728
|
|
|
1729
|
-
var __vue_component__$
|
|
1730
|
-
render: __vue_render__$
|
|
1731
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1732
|
-
}, __vue_inject_styles__$
|
|
1729
|
+
var __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
1730
|
+
render: __vue_render__$o,
|
|
1731
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
1732
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, createInjectorSSR, undefined);//
|
|
1733
1733
|
//
|
|
1734
1734
|
//
|
|
1735
1735
|
//
|
|
@@ -1774,7 +1774,7 @@ var __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
|
1774
1774
|
//
|
|
1775
1775
|
//
|
|
1776
1776
|
//
|
|
1777
|
-
var script$
|
|
1777
|
+
var script$n = {
|
|
1778
1778
|
components: {
|
|
1779
1779
|
VTooltip: lib.VTooltip
|
|
1780
1780
|
},
|
|
@@ -1828,10 +1828,10 @@ var script$m = {
|
|
|
1828
1828
|
}
|
|
1829
1829
|
}
|
|
1830
1830
|
};/* script */
|
|
1831
|
-
var __vue_script__$
|
|
1831
|
+
var __vue_script__$n = script$n;
|
|
1832
1832
|
/* template */
|
|
1833
1833
|
|
|
1834
|
-
var __vue_render__$
|
|
1834
|
+
var __vue_render__$n = function __vue_render__() {
|
|
1835
1835
|
var _vm = this;
|
|
1836
1836
|
|
|
1837
1837
|
var _h = _vm.$createElement;
|
|
@@ -1883,10 +1883,10 @@ var __vue_render__$m = function __vue_render__() {
|
|
|
1883
1883
|
})])])])], 1);
|
|
1884
1884
|
};
|
|
1885
1885
|
|
|
1886
|
-
var __vue_staticRenderFns__$
|
|
1886
|
+
var __vue_staticRenderFns__$n = [];
|
|
1887
1887
|
/* style */
|
|
1888
1888
|
|
|
1889
|
-
var __vue_inject_styles__$
|
|
1889
|
+
var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
|
|
1890
1890
|
if (!inject) return;
|
|
1891
1891
|
inject("data-v-858200cc_0", {
|
|
1892
1892
|
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-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)}.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}",
|
|
@@ -1897,22 +1897,22 @@ var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
|
|
|
1897
1897
|
/* scoped */
|
|
1898
1898
|
|
|
1899
1899
|
|
|
1900
|
-
var __vue_scope_id__$
|
|
1900
|
+
var __vue_scope_id__$n = undefined;
|
|
1901
1901
|
/* module identifier */
|
|
1902
1902
|
|
|
1903
|
-
var __vue_module_identifier__$
|
|
1903
|
+
var __vue_module_identifier__$n = "data-v-858200cc";
|
|
1904
1904
|
/* functional template */
|
|
1905
1905
|
|
|
1906
|
-
var __vue_is_functional_template__$
|
|
1906
|
+
var __vue_is_functional_template__$n = false;
|
|
1907
1907
|
/* style inject shadow dom */
|
|
1908
1908
|
|
|
1909
|
-
var __vue_component__$
|
|
1910
|
-
render: __vue_render__$
|
|
1911
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1912
|
-
}, __vue_inject_styles__$
|
|
1909
|
+
var __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
1910
|
+
render: __vue_render__$n,
|
|
1911
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
1912
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, createInjectorSSR, undefined);var script$m = {
|
|
1913
1913
|
name: "VcIconWithTooltip",
|
|
1914
1914
|
components: {
|
|
1915
|
-
VcTooltip: __vue_component__$
|
|
1915
|
+
VcTooltip: __vue_component__$n,
|
|
1916
1916
|
VIcon: lib.VIcon
|
|
1917
1917
|
},
|
|
1918
1918
|
props: {
|
|
@@ -1968,10 +1968,10 @@ var __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
|
1968
1968
|
}
|
|
1969
1969
|
}
|
|
1970
1970
|
};/* script */
|
|
1971
|
-
var __vue_script__$
|
|
1971
|
+
var __vue_script__$m = script$m;
|
|
1972
1972
|
/* template */
|
|
1973
1973
|
|
|
1974
|
-
var __vue_render__$
|
|
1974
|
+
var __vue_render__$m = function __vue_render__() {
|
|
1975
1975
|
var _vm = this;
|
|
1976
1976
|
|
|
1977
1977
|
var _h = _vm.$createElement;
|
|
@@ -2001,10 +2001,10 @@ var __vue_render__$l = function __vue_render__() {
|
|
|
2001
2001
|
}, [_vm._v("\n " + _vm._s(_vm.getIcon) + "\n ")])]], 2);
|
|
2002
2002
|
};
|
|
2003
2003
|
|
|
2004
|
-
var __vue_staticRenderFns__$
|
|
2004
|
+
var __vue_staticRenderFns__$m = [];
|
|
2005
2005
|
/* style */
|
|
2006
2006
|
|
|
2007
|
-
var __vue_inject_styles__$
|
|
2007
|
+
var __vue_inject_styles__$m = function __vue_inject_styles__(inject) {
|
|
2008
2008
|
if (!inject) return;
|
|
2009
2009
|
inject("data-v-7193d7d6_0", {
|
|
2010
2010
|
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-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)}.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)}",
|
|
@@ -2015,19 +2015,19 @@ var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
|
2015
2015
|
/* scoped */
|
|
2016
2016
|
|
|
2017
2017
|
|
|
2018
|
-
var __vue_scope_id__$
|
|
2018
|
+
var __vue_scope_id__$m = undefined;
|
|
2019
2019
|
/* module identifier */
|
|
2020
2020
|
|
|
2021
|
-
var __vue_module_identifier__$
|
|
2021
|
+
var __vue_module_identifier__$m = "data-v-7193d7d6";
|
|
2022
2022
|
/* functional template */
|
|
2023
2023
|
|
|
2024
|
-
var __vue_is_functional_template__$
|
|
2024
|
+
var __vue_is_functional_template__$m = false;
|
|
2025
2025
|
/* style inject shadow dom */
|
|
2026
2026
|
|
|
2027
|
-
var __vue_component__$
|
|
2028
|
-
render: __vue_render__$
|
|
2029
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2030
|
-
}, __vue_inject_styles__$
|
|
2027
|
+
var __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
2028
|
+
render: __vue_render__$m,
|
|
2029
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
2030
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, createInjectorSSR, undefined);//
|
|
2031
2031
|
//
|
|
2032
2032
|
//
|
|
2033
2033
|
//
|
|
@@ -2053,7 +2053,7 @@ var __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
|
2053
2053
|
//
|
|
2054
2054
|
//
|
|
2055
2055
|
//
|
|
2056
|
-
var script$
|
|
2056
|
+
var script$l = {
|
|
2057
2057
|
components: {
|
|
2058
2058
|
VIcon: lib.VIcon,
|
|
2059
2059
|
VTooltip: lib.VTooltip
|
|
@@ -2166,10 +2166,10 @@ var script$k = {
|
|
|
2166
2166
|
}
|
|
2167
2167
|
}
|
|
2168
2168
|
};/* script */
|
|
2169
|
-
var __vue_script__$
|
|
2169
|
+
var __vue_script__$l = script$l;
|
|
2170
2170
|
/* template */
|
|
2171
2171
|
|
|
2172
|
-
var __vue_render__$
|
|
2172
|
+
var __vue_render__$l = function __vue_render__() {
|
|
2173
2173
|
var _vm = this;
|
|
2174
2174
|
|
|
2175
2175
|
var _h = _vm.$createElement;
|
|
@@ -2219,10 +2219,10 @@ var __vue_render__$k = function __vue_render__() {
|
|
|
2219
2219
|
}, [_vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.lightModeTooltip))])])], 1);
|
|
2220
2220
|
};
|
|
2221
2221
|
|
|
2222
|
-
var __vue_staticRenderFns__$
|
|
2222
|
+
var __vue_staticRenderFns__$l = [];
|
|
2223
2223
|
/* style */
|
|
2224
2224
|
|
|
2225
|
-
var __vue_inject_styles__$
|
|
2225
|
+
var __vue_inject_styles__$l = function __vue_inject_styles__(inject) {
|
|
2226
2226
|
if (!inject) return;
|
|
2227
2227
|
inject("data-v-24222052_0", {
|
|
2228
2228
|
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}",
|
|
@@ -2233,25 +2233,25 @@ var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
|
2233
2233
|
/* scoped */
|
|
2234
2234
|
|
|
2235
2235
|
|
|
2236
|
-
var __vue_scope_id__$
|
|
2236
|
+
var __vue_scope_id__$l = "data-v-24222052";
|
|
2237
2237
|
/* module identifier */
|
|
2238
2238
|
|
|
2239
|
-
var __vue_module_identifier__$
|
|
2239
|
+
var __vue_module_identifier__$l = "data-v-24222052";
|
|
2240
2240
|
/* functional template */
|
|
2241
2241
|
|
|
2242
|
-
var __vue_is_functional_template__$
|
|
2242
|
+
var __vue_is_functional_template__$l = false;
|
|
2243
2243
|
/* style inject shadow dom */
|
|
2244
2244
|
|
|
2245
|
-
var __vue_component__$
|
|
2246
|
-
render: __vue_render__$
|
|
2247
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2248
|
-
}, __vue_inject_styles__$
|
|
2245
|
+
var __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
2246
|
+
render: __vue_render__$l,
|
|
2247
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
2248
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, createInjectorSSR, undefined);var script$k = {
|
|
2249
2249
|
name: "VcBottomActions",
|
|
2250
2250
|
components: {
|
|
2251
|
-
VcLayout: __vue_component__$
|
|
2252
|
-
VcButton: __vue_component__$
|
|
2253
|
-
VcIcon: __vue_component__$
|
|
2254
|
-
VcAvatar: __vue_component__$
|
|
2251
|
+
VcLayout: __vue_component__$v,
|
|
2252
|
+
VcButton: __vue_component__$x,
|
|
2253
|
+
VcIcon: __vue_component__$y,
|
|
2254
|
+
VcAvatar: __vue_component__$l,
|
|
2255
2255
|
VSubheader: lib.VSubheader,
|
|
2256
2256
|
VListItem: lib.VListItem,
|
|
2257
2257
|
VList: lib.VList,
|
|
@@ -2296,10 +2296,10 @@ var __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
|
2296
2296
|
}
|
|
2297
2297
|
}
|
|
2298
2298
|
};/* script */
|
|
2299
|
-
var __vue_script__$
|
|
2299
|
+
var __vue_script__$k = script$k;
|
|
2300
2300
|
/* template */
|
|
2301
2301
|
|
|
2302
|
-
var __vue_render__$
|
|
2302
|
+
var __vue_render__$k = function __vue_render__() {
|
|
2303
2303
|
var _vm = this;
|
|
2304
2304
|
|
|
2305
2305
|
var _h = _vm.$createElement;
|
|
@@ -2385,10 +2385,10 @@ var __vue_render__$j = function __vue_render__() {
|
|
|
2385
2385
|
}), 1)], 1)], 1);
|
|
2386
2386
|
};
|
|
2387
2387
|
|
|
2388
|
-
var __vue_staticRenderFns__$
|
|
2388
|
+
var __vue_staticRenderFns__$k = [];
|
|
2389
2389
|
/* style */
|
|
2390
2390
|
|
|
2391
|
-
var __vue_inject_styles__$
|
|
2391
|
+
var __vue_inject_styles__$k = function __vue_inject_styles__(inject) {
|
|
2392
2392
|
if (!inject) return;
|
|
2393
2393
|
inject("data-v-51eeacd7_0", {
|
|
2394
2394
|
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-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)}.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)}",
|
|
@@ -2399,24 +2399,24 @@ var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
|
|
|
2399
2399
|
/* scoped */
|
|
2400
2400
|
|
|
2401
2401
|
|
|
2402
|
-
var __vue_scope_id__$
|
|
2402
|
+
var __vue_scope_id__$k = undefined;
|
|
2403
2403
|
/* module identifier */
|
|
2404
2404
|
|
|
2405
|
-
var __vue_module_identifier__$
|
|
2405
|
+
var __vue_module_identifier__$k = "data-v-51eeacd7";
|
|
2406
2406
|
/* functional template */
|
|
2407
2407
|
|
|
2408
|
-
var __vue_is_functional_template__$
|
|
2408
|
+
var __vue_is_functional_template__$k = false;
|
|
2409
2409
|
/* style inject shadow dom */
|
|
2410
2410
|
|
|
2411
|
-
var __vue_component__$
|
|
2412
|
-
render: __vue_render__$
|
|
2413
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2414
|
-
}, __vue_inject_styles__$
|
|
2411
|
+
var __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
2412
|
+
render: __vue_render__$k,
|
|
2413
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
2414
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, createInjectorSSR, undefined);var script$j = {
|
|
2415
2415
|
name: "VcActionList",
|
|
2416
2416
|
components: {
|
|
2417
|
-
VcLayout: __vue_component__$
|
|
2418
|
-
VcButton: __vue_component__$
|
|
2419
|
-
VcIcon: __vue_component__$
|
|
2417
|
+
VcLayout: __vue_component__$v,
|
|
2418
|
+
VcButton: __vue_component__$x,
|
|
2419
|
+
VcIcon: __vue_component__$y,
|
|
2420
2420
|
VListItemTitle: lib.VListItemTitle,
|
|
2421
2421
|
VListItem: lib.VListItem,
|
|
2422
2422
|
VList: lib.VList,
|
|
@@ -2445,10 +2445,10 @@ var __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
|
2445
2445
|
}
|
|
2446
2446
|
}
|
|
2447
2447
|
};/* script */
|
|
2448
|
-
var __vue_script__$
|
|
2448
|
+
var __vue_script__$j = script$j;
|
|
2449
2449
|
/* template */
|
|
2450
2450
|
|
|
2451
|
-
var __vue_render__$
|
|
2451
|
+
var __vue_render__$j = function __vue_render__() {
|
|
2452
2452
|
var _vm = this;
|
|
2453
2453
|
|
|
2454
2454
|
var _h = _vm.$createElement;
|
|
@@ -2500,10 +2500,10 @@ var __vue_render__$i = function __vue_render__() {
|
|
|
2500
2500
|
}), 1)], 1)], 1);
|
|
2501
2501
|
};
|
|
2502
2502
|
|
|
2503
|
-
var __vue_staticRenderFns__$
|
|
2503
|
+
var __vue_staticRenderFns__$j = [];
|
|
2504
2504
|
/* style */
|
|
2505
2505
|
|
|
2506
|
-
var __vue_inject_styles__$
|
|
2506
|
+
var __vue_inject_styles__$j = function __vue_inject_styles__(inject) {
|
|
2507
2507
|
if (!inject) return;
|
|
2508
2508
|
inject("data-v-936b4f84_0", {
|
|
2509
2509
|
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-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)}.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)}",
|
|
@@ -2514,24 +2514,24 @@ var __vue_inject_styles__$i = function __vue_inject_styles__(inject) {
|
|
|
2514
2514
|
/* scoped */
|
|
2515
2515
|
|
|
2516
2516
|
|
|
2517
|
-
var __vue_scope_id__$
|
|
2517
|
+
var __vue_scope_id__$j = undefined;
|
|
2518
2518
|
/* module identifier */
|
|
2519
2519
|
|
|
2520
|
-
var __vue_module_identifier__$
|
|
2520
|
+
var __vue_module_identifier__$j = "data-v-936b4f84";
|
|
2521
2521
|
/* functional template */
|
|
2522
2522
|
|
|
2523
|
-
var __vue_is_functional_template__$
|
|
2523
|
+
var __vue_is_functional_template__$j = false;
|
|
2524
2524
|
/* style inject shadow dom */
|
|
2525
2525
|
|
|
2526
|
-
var __vue_component__$
|
|
2527
|
-
render: __vue_render__$
|
|
2528
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2529
|
-
}, __vue_inject_styles__$
|
|
2526
|
+
var __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
2527
|
+
render: __vue_render__$j,
|
|
2528
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
2529
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, createInjectorSSR, undefined);var script$i = {
|
|
2530
2530
|
name: "VcActions",
|
|
2531
2531
|
components: {
|
|
2532
|
-
VcIcon: __vue_component__$
|
|
2533
|
-
VcActionList: __vue_component__$
|
|
2534
|
-
VcBottomActions: __vue_component__$
|
|
2532
|
+
VcIcon: __vue_component__$y,
|
|
2533
|
+
VcActionList: __vue_component__$j,
|
|
2534
|
+
VcBottomActions: __vue_component__$k
|
|
2535
2535
|
},
|
|
2536
2536
|
data: function data() {
|
|
2537
2537
|
return {
|
|
@@ -2581,10 +2581,10 @@ var __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
|
2581
2581
|
}
|
|
2582
2582
|
}
|
|
2583
2583
|
};/* script */
|
|
2584
|
-
var __vue_script__$
|
|
2584
|
+
var __vue_script__$i = script$i;
|
|
2585
2585
|
/* template */
|
|
2586
2586
|
|
|
2587
|
-
var __vue_render__$
|
|
2587
|
+
var __vue_render__$i = function __vue_render__() {
|
|
2588
2588
|
var _vm = this;
|
|
2589
2589
|
|
|
2590
2590
|
var _h = _vm.$createElement;
|
|
@@ -2630,29 +2630,29 @@ var __vue_render__$h = function __vue_render__() {
|
|
|
2630
2630
|
}, 'component', _vm.$props, false));
|
|
2631
2631
|
};
|
|
2632
2632
|
|
|
2633
|
-
var __vue_staticRenderFns__$
|
|
2633
|
+
var __vue_staticRenderFns__$i = [];
|
|
2634
2634
|
/* style */
|
|
2635
2635
|
|
|
2636
|
-
var __vue_inject_styles__$
|
|
2636
|
+
var __vue_inject_styles__$i = undefined;
|
|
2637
2637
|
/* scoped */
|
|
2638
2638
|
|
|
2639
|
-
var __vue_scope_id__$
|
|
2639
|
+
var __vue_scope_id__$i = undefined;
|
|
2640
2640
|
/* module identifier */
|
|
2641
2641
|
|
|
2642
|
-
var __vue_module_identifier__$
|
|
2642
|
+
var __vue_module_identifier__$i = "data-v-69d05c95";
|
|
2643
2643
|
/* functional template */
|
|
2644
2644
|
|
|
2645
|
-
var __vue_is_functional_template__$
|
|
2645
|
+
var __vue_is_functional_template__$i = false;
|
|
2646
2646
|
/* style inject */
|
|
2647
2647
|
|
|
2648
2648
|
/* style inject SSR */
|
|
2649
2649
|
|
|
2650
2650
|
/* style inject shadow dom */
|
|
2651
2651
|
|
|
2652
|
-
var __vue_component__$
|
|
2653
|
-
render: __vue_render__$
|
|
2654
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2655
|
-
}, __vue_inject_styles__$
|
|
2652
|
+
var __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
2653
|
+
render: __vue_render__$i,
|
|
2654
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
2655
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);//
|
|
2656
2656
|
//
|
|
2657
2657
|
//
|
|
2658
2658
|
//
|
|
@@ -2673,7 +2673,7 @@ var __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
|
2673
2673
|
//
|
|
2674
2674
|
//
|
|
2675
2675
|
//
|
|
2676
|
-
var script$
|
|
2676
|
+
var script$h = {
|
|
2677
2677
|
components: {
|
|
2678
2678
|
VStepperStep: lib.VStepperStep,
|
|
2679
2679
|
VStepper: lib.VStepper
|
|
@@ -2745,10 +2745,10 @@ var script$g = {
|
|
|
2745
2745
|
}
|
|
2746
2746
|
}
|
|
2747
2747
|
};/* script */
|
|
2748
|
-
var __vue_script__$
|
|
2748
|
+
var __vue_script__$h = script$h;
|
|
2749
2749
|
/* template */
|
|
2750
2750
|
|
|
2751
|
-
var __vue_render__$
|
|
2751
|
+
var __vue_render__$h = function __vue_render__() {
|
|
2752
2752
|
var _vm = this;
|
|
2753
2753
|
|
|
2754
2754
|
var _h = _vm.$createElement;
|
|
@@ -2782,10 +2782,10 @@ var __vue_render__$g = function __vue_render__() {
|
|
|
2782
2782
|
})], 2)], 1);
|
|
2783
2783
|
};
|
|
2784
2784
|
|
|
2785
|
-
var __vue_staticRenderFns__$
|
|
2785
|
+
var __vue_staticRenderFns__$h = [];
|
|
2786
2786
|
/* style */
|
|
2787
2787
|
|
|
2788
|
-
var __vue_inject_styles__$
|
|
2788
|
+
var __vue_inject_styles__$h = function __vue_inject_styles__(inject) {
|
|
2789
2789
|
if (!inject) return;
|
|
2790
2790
|
inject("data-v-5b3227d2_0", {
|
|
2791
2791
|
source: "[data-v-5b3227d2]: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-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)}.vc-stepper.v-stepper[data-v-5b3227d2]{padding-block-start:var(--size-value4);padding-inline-start:var(--size-value10)}.vc-stepper.v-stepper .stepper-title[data-v-5b3227d2]{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-5b3227d2]{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-5b3227d2] .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-5b3227d2] 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-5b3227d2]: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-5b3227d2]: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-5b3227d2]: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-5b3227d2]: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-5b3227d2] span.v-stepper__step__step{background-color:var(--green)!important}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-5b3227d2] span.v-stepper__step__step i{font-size:var(--size-value3)}.vc-stepper.v-stepper .v-stepper__step.v-stepper__step--complete[data-v-5b3227d2] .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-5b3227d2] .v-stepper__label{font-weight:var(--font-weight-large)}.vc-stepper.v-stepper .v-stepper__step[data-v-5b3227d2]: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)}",
|
|
@@ -2796,19 +2796,19 @@ var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
|
|
|
2796
2796
|
/* scoped */
|
|
2797
2797
|
|
|
2798
2798
|
|
|
2799
|
-
var __vue_scope_id__$
|
|
2799
|
+
var __vue_scope_id__$h = "data-v-5b3227d2";
|
|
2800
2800
|
/* module identifier */
|
|
2801
2801
|
|
|
2802
|
-
var __vue_module_identifier__$
|
|
2802
|
+
var __vue_module_identifier__$h = "data-v-5b3227d2";
|
|
2803
2803
|
/* functional template */
|
|
2804
2804
|
|
|
2805
|
-
var __vue_is_functional_template__$
|
|
2805
|
+
var __vue_is_functional_template__$h = false;
|
|
2806
2806
|
/* style inject shadow dom */
|
|
2807
2807
|
|
|
2808
|
-
var __vue_component__$
|
|
2809
|
-
render: __vue_render__$
|
|
2810
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2811
|
-
}, __vue_inject_styles__$
|
|
2808
|
+
var __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
2809
|
+
render: __vue_render__$h,
|
|
2810
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
2811
|
+
}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, createInjectorSSR, undefined);//
|
|
2812
2812
|
//
|
|
2813
2813
|
//
|
|
2814
2814
|
//
|
|
@@ -2823,7 +2823,7 @@ var __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
|
2823
2823
|
//
|
|
2824
2824
|
//
|
|
2825
2825
|
//
|
|
2826
|
-
var script$
|
|
2826
|
+
var script$g = {
|
|
2827
2827
|
components: {
|
|
2828
2828
|
VProgressCircular: lib.VProgressCircular
|
|
2829
2829
|
},
|
|
@@ -2887,10 +2887,10 @@ var script$f = {
|
|
|
2887
2887
|
}
|
|
2888
2888
|
}
|
|
2889
2889
|
};/* script */
|
|
2890
|
-
var __vue_script__$
|
|
2890
|
+
var __vue_script__$g = script$g;
|
|
2891
2891
|
/* template */
|
|
2892
2892
|
|
|
2893
|
-
var __vue_render__$
|
|
2893
|
+
var __vue_render__$g = function __vue_render__() {
|
|
2894
2894
|
var _vm = this;
|
|
2895
2895
|
|
|
2896
2896
|
var _h = _vm.$createElement;
|
|
@@ -2911,10 +2911,10 @@ var __vue_render__$f = function __vue_render__() {
|
|
|
2911
2911
|
}, [_vm._v("\n " + _vm._s(_vm.currentStep) + " / " + _vm._s(_vm.steps) + "\n ")]) : _vm._e()]);
|
|
2912
2912
|
};
|
|
2913
2913
|
|
|
2914
|
-
var __vue_staticRenderFns__$
|
|
2914
|
+
var __vue_staticRenderFns__$g = [];
|
|
2915
2915
|
/* style */
|
|
2916
2916
|
|
|
2917
|
-
var __vue_inject_styles__$
|
|
2917
|
+
var __vue_inject_styles__$g = function __vue_inject_styles__(inject) {
|
|
2918
2918
|
if (!inject) return;
|
|
2919
2919
|
inject("data-v-5c278fc2_0", {
|
|
2920
2920
|
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-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)}.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)}",
|
|
@@ -2925,23 +2925,23 @@ var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
|
|
|
2925
2925
|
/* scoped */
|
|
2926
2926
|
|
|
2927
2927
|
|
|
2928
|
-
var __vue_scope_id__$
|
|
2928
|
+
var __vue_scope_id__$g = "data-v-5c278fc2";
|
|
2929
2929
|
/* module identifier */
|
|
2930
2930
|
|
|
2931
|
-
var __vue_module_identifier__$
|
|
2931
|
+
var __vue_module_identifier__$g = "data-v-5c278fc2";
|
|
2932
2932
|
/* functional template */
|
|
2933
2933
|
|
|
2934
|
-
var __vue_is_functional_template__$
|
|
2934
|
+
var __vue_is_functional_template__$g = false;
|
|
2935
2935
|
/* style inject shadow dom */
|
|
2936
2936
|
|
|
2937
|
-
var __vue_component__$
|
|
2938
|
-
render: __vue_render__$
|
|
2939
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2940
|
-
}, __vue_inject_styles__$
|
|
2937
|
+
var __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
2938
|
+
render: __vue_render__$g,
|
|
2939
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
2940
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, createInjectorSSR, undefined);var script$f = {
|
|
2941
2941
|
name: "VcMobileWizardProgress",
|
|
2942
2942
|
components: {
|
|
2943
|
-
VcLayout: __vue_component__$
|
|
2944
|
-
VcProgressCircular: __vue_component__$
|
|
2943
|
+
VcLayout: __vue_component__$v,
|
|
2944
|
+
VcProgressCircular: __vue_component__$g
|
|
2945
2945
|
},
|
|
2946
2946
|
model: {
|
|
2947
2947
|
prop: 'currentStep'
|
|
@@ -2993,10 +2993,10 @@ var __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
|
2993
2993
|
}
|
|
2994
2994
|
}
|
|
2995
2995
|
};/* script */
|
|
2996
|
-
var __vue_script__$
|
|
2996
|
+
var __vue_script__$f = script$f;
|
|
2997
2997
|
/* template */
|
|
2998
2998
|
|
|
2999
|
-
var __vue_render__$
|
|
2999
|
+
var __vue_render__$f = function __vue_render__() {
|
|
3000
3000
|
var _vm = this;
|
|
3001
3001
|
|
|
3002
3002
|
var _h = _vm.$createElement;
|
|
@@ -3032,10 +3032,10 @@ var __vue_render__$e = function __vue_render__() {
|
|
|
3032
3032
|
}, [_vm._v(_vm._s(_vm.nextStepName))]) : _vm._e()])], 1);
|
|
3033
3033
|
};
|
|
3034
3034
|
|
|
3035
|
-
var __vue_staticRenderFns__$
|
|
3035
|
+
var __vue_staticRenderFns__$f = [];
|
|
3036
3036
|
/* style */
|
|
3037
3037
|
|
|
3038
|
-
var __vue_inject_styles__$
|
|
3038
|
+
var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
|
|
3039
3039
|
if (!inject) return;
|
|
3040
3040
|
inject("data-v-47502eba_0", {
|
|
3041
3041
|
source: "[data-v-47502eba]: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-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)}.vc-mobile-wizard-progress .titles-container[data-v-47502eba]{margin:var(--size-value0) var(--size-value4)}.vc-mobile-wizard-progress .titles-container .current-step[data-v-47502eba]{font-weight:var(--font-weight-large2);font-size:var(--font-size-small2)}.vc-mobile-wizard-progress .titles-container .next-step[data-v-47502eba]{font-size:var(--font-size-x-small);color:var(--gray-darken-4)}",
|
|
@@ -3046,19 +3046,19 @@ var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
|
|
|
3046
3046
|
/* scoped */
|
|
3047
3047
|
|
|
3048
3048
|
|
|
3049
|
-
var __vue_scope_id__$
|
|
3049
|
+
var __vue_scope_id__$f = "data-v-47502eba";
|
|
3050
3050
|
/* module identifier */
|
|
3051
3051
|
|
|
3052
|
-
var __vue_module_identifier__$
|
|
3052
|
+
var __vue_module_identifier__$f = "data-v-47502eba";
|
|
3053
3053
|
/* functional template */
|
|
3054
3054
|
|
|
3055
|
-
var __vue_is_functional_template__$
|
|
3055
|
+
var __vue_is_functional_template__$f = false;
|
|
3056
3056
|
/* style inject shadow dom */
|
|
3057
3057
|
|
|
3058
|
-
var __vue_component__$
|
|
3059
|
-
render: __vue_render__$
|
|
3060
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3061
|
-
}, __vue_inject_styles__$
|
|
3058
|
+
var __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
3059
|
+
render: __vue_render__$f,
|
|
3060
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
3061
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, createInjectorSSR, undefined);//
|
|
3062
3062
|
//
|
|
3063
3063
|
//
|
|
3064
3064
|
//
|
|
@@ -3080,7 +3080,7 @@ var __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
|
3080
3080
|
//
|
|
3081
3081
|
//
|
|
3082
3082
|
//
|
|
3083
|
-
var script$
|
|
3083
|
+
var script$e = {
|
|
3084
3084
|
components: {
|
|
3085
3085
|
VCol: lib.VCol,
|
|
3086
3086
|
VRow: lib.VRow,
|
|
@@ -3166,10 +3166,10 @@ var script$d = {
|
|
|
3166
3166
|
}
|
|
3167
3167
|
}
|
|
3168
3168
|
};/* script */
|
|
3169
|
-
var __vue_script__$
|
|
3169
|
+
var __vue_script__$e = script$e;
|
|
3170
3170
|
/* template */
|
|
3171
3171
|
|
|
3172
|
-
var __vue_render__$
|
|
3172
|
+
var __vue_render__$e = function __vue_render__() {
|
|
3173
3173
|
var _vm = this;
|
|
3174
3174
|
|
|
3175
3175
|
var _h = _vm.$createElement;
|
|
@@ -3216,10 +3216,10 @@ var __vue_render__$d = function __vue_render__() {
|
|
|
3216
3216
|
}), 1);
|
|
3217
3217
|
};
|
|
3218
3218
|
|
|
3219
|
-
var __vue_staticRenderFns__$
|
|
3219
|
+
var __vue_staticRenderFns__$e = [];
|
|
3220
3220
|
/* style */
|
|
3221
3221
|
|
|
3222
|
-
var __vue_inject_styles__$
|
|
3222
|
+
var __vue_inject_styles__$e = function __vue_inject_styles__(inject) {
|
|
3223
3223
|
if (!inject) return;
|
|
3224
3224
|
inject("data-v-284ef818_0", {
|
|
3225
3225
|
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}",
|
|
@@ -3230,19 +3230,19 @@ var __vue_inject_styles__$d = function __vue_inject_styles__(inject) {
|
|
|
3230
3230
|
/* scoped */
|
|
3231
3231
|
|
|
3232
3232
|
|
|
3233
|
-
var __vue_scope_id__$
|
|
3233
|
+
var __vue_scope_id__$e = "data-v-284ef818";
|
|
3234
3234
|
/* module identifier */
|
|
3235
3235
|
|
|
3236
|
-
var __vue_module_identifier__$
|
|
3236
|
+
var __vue_module_identifier__$e = "data-v-284ef818";
|
|
3237
3237
|
/* functional template */
|
|
3238
3238
|
|
|
3239
|
-
var __vue_is_functional_template__$
|
|
3239
|
+
var __vue_is_functional_template__$e = false;
|
|
3240
3240
|
/* style inject shadow dom */
|
|
3241
3241
|
|
|
3242
|
-
var __vue_component__$
|
|
3243
|
-
render: __vue_render__$
|
|
3244
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3245
|
-
}, __vue_inject_styles__$
|
|
3242
|
+
var __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
3243
|
+
render: __vue_render__$e,
|
|
3244
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
3245
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, createInjectorSSR, undefined);//
|
|
3246
3246
|
//
|
|
3247
3247
|
//
|
|
3248
3248
|
//
|
|
@@ -3251,7 +3251,7 @@ var __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
|
3251
3251
|
//
|
|
3252
3252
|
//
|
|
3253
3253
|
//
|
|
3254
|
-
var script$
|
|
3254
|
+
var script$d = {
|
|
3255
3255
|
components: {
|
|
3256
3256
|
VProgressCircular: lib.VProgressCircular
|
|
3257
3257
|
},
|
|
@@ -3277,10 +3277,10 @@ var script$c = {
|
|
|
3277
3277
|
}
|
|
3278
3278
|
}
|
|
3279
3279
|
};/* script */
|
|
3280
|
-
var __vue_script__$
|
|
3280
|
+
var __vue_script__$d = script$d;
|
|
3281
3281
|
/* template */
|
|
3282
3282
|
|
|
3283
|
-
var __vue_render__$
|
|
3283
|
+
var __vue_render__$d = function __vue_render__() {
|
|
3284
3284
|
var _vm = this;
|
|
3285
3285
|
|
|
3286
3286
|
var _h = _vm.$createElement;
|
|
@@ -3298,29 +3298,29 @@ var __vue_render__$c = function __vue_render__() {
|
|
|
3298
3298
|
});
|
|
3299
3299
|
};
|
|
3300
3300
|
|
|
3301
|
-
var __vue_staticRenderFns__$
|
|
3301
|
+
var __vue_staticRenderFns__$d = [];
|
|
3302
3302
|
/* style */
|
|
3303
3303
|
|
|
3304
|
-
var __vue_inject_styles__$
|
|
3304
|
+
var __vue_inject_styles__$d = undefined;
|
|
3305
3305
|
/* scoped */
|
|
3306
3306
|
|
|
3307
|
-
var __vue_scope_id__$
|
|
3307
|
+
var __vue_scope_id__$d = undefined;
|
|
3308
3308
|
/* module identifier */
|
|
3309
3309
|
|
|
3310
|
-
var __vue_module_identifier__$
|
|
3310
|
+
var __vue_module_identifier__$d = "data-v-709c68d3";
|
|
3311
3311
|
/* functional template */
|
|
3312
3312
|
|
|
3313
|
-
var __vue_is_functional_template__$
|
|
3313
|
+
var __vue_is_functional_template__$d = false;
|
|
3314
3314
|
/* style inject */
|
|
3315
3315
|
|
|
3316
3316
|
/* style inject SSR */
|
|
3317
3317
|
|
|
3318
3318
|
/* style inject shadow dom */
|
|
3319
3319
|
|
|
3320
|
-
var __vue_component__$
|
|
3321
|
-
render: __vue_render__$
|
|
3322
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3323
|
-
}, __vue_inject_styles__$
|
|
3320
|
+
var __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
3321
|
+
render: __vue_render__$d,
|
|
3322
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
3323
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, undefined, undefined);//
|
|
3324
3324
|
//
|
|
3325
3325
|
//
|
|
3326
3326
|
//
|
|
@@ -3336,7 +3336,7 @@ var __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
|
3336
3336
|
//
|
|
3337
3337
|
//
|
|
3338
3338
|
//
|
|
3339
|
-
var script$
|
|
3339
|
+
var script$c = {
|
|
3340
3340
|
components: {
|
|
3341
3341
|
VSwitch: lib.VSwitch
|
|
3342
3342
|
},
|
|
@@ -3366,10 +3366,10 @@ var script$b = {
|
|
|
3366
3366
|
}
|
|
3367
3367
|
}
|
|
3368
3368
|
};/* script */
|
|
3369
|
-
var __vue_script__$
|
|
3369
|
+
var __vue_script__$c = script$c;
|
|
3370
3370
|
/* template */
|
|
3371
3371
|
|
|
3372
|
-
var __vue_render__$
|
|
3372
|
+
var __vue_render__$c = function __vue_render__() {
|
|
3373
3373
|
var _vm = this;
|
|
3374
3374
|
|
|
3375
3375
|
var _h = _vm.$createElement;
|
|
@@ -3405,10 +3405,10 @@ var __vue_render__$b = function __vue_render__() {
|
|
|
3405
3405
|
});
|
|
3406
3406
|
};
|
|
3407
3407
|
|
|
3408
|
-
var __vue_staticRenderFns__$
|
|
3408
|
+
var __vue_staticRenderFns__$c = [];
|
|
3409
3409
|
/* style */
|
|
3410
3410
|
|
|
3411
|
-
var __vue_inject_styles__$
|
|
3411
|
+
var __vue_inject_styles__$c = function __vue_inject_styles__(inject) {
|
|
3412
3412
|
if (!inject) return;
|
|
3413
3413
|
inject("data-v-5fe5a78e_0", {
|
|
3414
3414
|
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}",
|
|
@@ -3419,19 +3419,19 @@ var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
|
|
|
3419
3419
|
/* scoped */
|
|
3420
3420
|
|
|
3421
3421
|
|
|
3422
|
-
var __vue_scope_id__$
|
|
3422
|
+
var __vue_scope_id__$c = "data-v-5fe5a78e";
|
|
3423
3423
|
/* module identifier */
|
|
3424
3424
|
|
|
3425
|
-
var __vue_module_identifier__$
|
|
3425
|
+
var __vue_module_identifier__$c = "data-v-5fe5a78e";
|
|
3426
3426
|
/* functional template */
|
|
3427
3427
|
|
|
3428
|
-
var __vue_is_functional_template__$
|
|
3428
|
+
var __vue_is_functional_template__$c = false;
|
|
3429
3429
|
/* style inject shadow dom */
|
|
3430
3430
|
|
|
3431
|
-
var __vue_component__$
|
|
3432
|
-
render: __vue_render__$
|
|
3433
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3434
|
-
}, __vue_inject_styles__$
|
|
3431
|
+
var __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
3432
|
+
render: __vue_render__$c,
|
|
3433
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
3434
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, createInjectorSSR, undefined);//
|
|
3435
3435
|
//
|
|
3436
3436
|
//
|
|
3437
3437
|
//
|
|
@@ -3450,7 +3450,7 @@ var __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
|
3450
3450
|
//
|
|
3451
3451
|
//
|
|
3452
3452
|
//
|
|
3453
|
-
var script$
|
|
3453
|
+
var script$b = {
|
|
3454
3454
|
components: {
|
|
3455
3455
|
VTextField: lib.VTextField
|
|
3456
3456
|
},
|
|
@@ -3498,10 +3498,10 @@ var script$a = {
|
|
|
3498
3498
|
}
|
|
3499
3499
|
}
|
|
3500
3500
|
};/* script */
|
|
3501
|
-
var __vue_script__$
|
|
3501
|
+
var __vue_script__$b = script$b;
|
|
3502
3502
|
/* template */
|
|
3503
3503
|
|
|
3504
|
-
var __vue_render__$
|
|
3504
|
+
var __vue_render__$b = function __vue_render__() {
|
|
3505
3505
|
var _vm = this;
|
|
3506
3506
|
|
|
3507
3507
|
var _h = _vm.$createElement;
|
|
@@ -3533,10 +3533,10 @@ var __vue_render__$a = function __vue_render__() {
|
|
|
3533
3533
|
});
|
|
3534
3534
|
};
|
|
3535
3535
|
|
|
3536
|
-
var __vue_staticRenderFns__$
|
|
3536
|
+
var __vue_staticRenderFns__$b = [];
|
|
3537
3537
|
/* style */
|
|
3538
3538
|
|
|
3539
|
-
var __vue_inject_styles__$
|
|
3539
|
+
var __vue_inject_styles__$b = function __vue_inject_styles__(inject) {
|
|
3540
3540
|
if (!inject) return;
|
|
3541
3541
|
inject("data-v-027a8ee5_0", {
|
|
3542
3542
|
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)}",
|
|
@@ -3547,19 +3547,19 @@ var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
|
|
|
3547
3547
|
/* scoped */
|
|
3548
3548
|
|
|
3549
3549
|
|
|
3550
|
-
var __vue_scope_id__$
|
|
3550
|
+
var __vue_scope_id__$b = "data-v-027a8ee5";
|
|
3551
3551
|
/* module identifier */
|
|
3552
3552
|
|
|
3553
|
-
var __vue_module_identifier__$
|
|
3553
|
+
var __vue_module_identifier__$b = "data-v-027a8ee5";
|
|
3554
3554
|
/* functional template */
|
|
3555
3555
|
|
|
3556
|
-
var __vue_is_functional_template__$
|
|
3556
|
+
var __vue_is_functional_template__$b = false;
|
|
3557
3557
|
/* style inject shadow dom */
|
|
3558
3558
|
|
|
3559
|
-
var __vue_component__$
|
|
3560
|
-
render: __vue_render__$
|
|
3561
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3562
|
-
}, __vue_inject_styles__$
|
|
3559
|
+
var __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
3560
|
+
render: __vue_render__$b,
|
|
3561
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
3562
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, createInjectorSSR, undefined);//
|
|
3563
3563
|
//
|
|
3564
3564
|
//
|
|
3565
3565
|
//
|
|
@@ -3575,7 +3575,7 @@ var __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
|
3575
3575
|
//
|
|
3576
3576
|
//
|
|
3577
3577
|
//
|
|
3578
|
-
var script$
|
|
3578
|
+
var script$a = {
|
|
3579
3579
|
components: {
|
|
3580
3580
|
VTextarea: lib.VTextarea
|
|
3581
3581
|
},
|
|
@@ -3616,10 +3616,10 @@ var script$9 = {
|
|
|
3616
3616
|
}
|
|
3617
3617
|
}
|
|
3618
3618
|
};/* script */
|
|
3619
|
-
var __vue_script__$
|
|
3619
|
+
var __vue_script__$a = script$a;
|
|
3620
3620
|
/* template */
|
|
3621
3621
|
|
|
3622
|
-
var __vue_render__$
|
|
3622
|
+
var __vue_render__$a = function __vue_render__() {
|
|
3623
3623
|
var _vm = this;
|
|
3624
3624
|
|
|
3625
3625
|
var _h = _vm.$createElement;
|
|
@@ -3649,10 +3649,10 @@ var __vue_render__$9 = function __vue_render__() {
|
|
|
3649
3649
|
});
|
|
3650
3650
|
};
|
|
3651
3651
|
|
|
3652
|
-
var __vue_staticRenderFns__$
|
|
3652
|
+
var __vue_staticRenderFns__$a = [];
|
|
3653
3653
|
/* style */
|
|
3654
3654
|
|
|
3655
|
-
var __vue_inject_styles__$
|
|
3655
|
+
var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
|
|
3656
3656
|
if (!inject) return;
|
|
3657
3657
|
inject("data-v-021f98ca_0", {
|
|
3658
3658
|
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}",
|
|
@@ -3663,69 +3663,22 @@ var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
|
3663
3663
|
/* scoped */
|
|
3664
3664
|
|
|
3665
3665
|
|
|
3666
|
-
var __vue_scope_id__$
|
|
3666
|
+
var __vue_scope_id__$a = "data-v-021f98ca";
|
|
3667
3667
|
/* module identifier */
|
|
3668
3668
|
|
|
3669
|
-
var __vue_module_identifier__$
|
|
3669
|
+
var __vue_module_identifier__$a = "data-v-021f98ca";
|
|
3670
3670
|
/* functional template */
|
|
3671
3671
|
|
|
3672
|
-
var __vue_is_functional_template__$
|
|
3673
|
-
/* style inject shadow dom */
|
|
3674
|
-
|
|
3675
|
-
var __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
3676
|
-
render: __vue_render__$9,
|
|
3677
|
-
staticRenderFns: __vue_staticRenderFns__$9
|
|
3678
|
-
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, createInjectorSSR, undefined);//
|
|
3679
|
-
//
|
|
3680
|
-
//
|
|
3681
|
-
//
|
|
3682
|
-
var script$8 = {
|
|
3683
|
-
name: 'VcSvg',
|
|
3684
|
-
props: ['svg']
|
|
3685
|
-
};/* script */
|
|
3686
|
-
var __vue_script__$8 = script$8;
|
|
3687
|
-
/* template */
|
|
3688
|
-
|
|
3689
|
-
var __vue_render__$8 = function __vue_render__() {
|
|
3690
|
-
var _vm = this;
|
|
3691
|
-
|
|
3692
|
-
var _h = _vm.$createElement;
|
|
3693
|
-
|
|
3694
|
-
var _c = _vm._self._c || _h;
|
|
3695
|
-
|
|
3696
|
-
return _c('div', {
|
|
3697
|
-
domProps: {
|
|
3698
|
-
"innerHTML": _vm._s(_vm.svg)
|
|
3699
|
-
}
|
|
3700
|
-
}, []);
|
|
3701
|
-
};
|
|
3702
|
-
|
|
3703
|
-
var __vue_staticRenderFns__$8 = [];
|
|
3704
|
-
/* style */
|
|
3705
|
-
|
|
3706
|
-
var __vue_inject_styles__$8 = undefined;
|
|
3707
|
-
/* scoped */
|
|
3708
|
-
|
|
3709
|
-
var __vue_scope_id__$8 = undefined;
|
|
3710
|
-
/* module identifier */
|
|
3711
|
-
|
|
3712
|
-
var __vue_module_identifier__$8 = "data-v-56d3274a";
|
|
3713
|
-
/* functional template */
|
|
3714
|
-
|
|
3715
|
-
var __vue_is_functional_template__$8 = false;
|
|
3716
|
-
/* style inject */
|
|
3717
|
-
|
|
3718
|
-
/* style inject SSR */
|
|
3719
|
-
|
|
3672
|
+
var __vue_is_functional_template__$a = false;
|
|
3720
3673
|
/* style inject shadow dom */
|
|
3721
3674
|
|
|
3722
|
-
var __vue_component__$
|
|
3723
|
-
render: __vue_render__$
|
|
3724
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3725
|
-
}, __vue_inject_styles__$
|
|
3675
|
+
var __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
3676
|
+
render: __vue_render__$a,
|
|
3677
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
3678
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, createInjectorSSR, undefined);var script$9 = {
|
|
3726
3679
|
name: 'VcToast',
|
|
3727
3680
|
components: {
|
|
3728
|
-
VcAlert: __vue_component__$
|
|
3681
|
+
VcAlert: __vue_component__$o,
|
|
3729
3682
|
VSnackbar: lib.VSnackbar
|
|
3730
3683
|
},
|
|
3731
3684
|
props: {
|
|
@@ -3743,10 +3696,10 @@ var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
|
3743
3696
|
}
|
|
3744
3697
|
}
|
|
3745
3698
|
};/* script */
|
|
3746
|
-
var __vue_script__$
|
|
3699
|
+
var __vue_script__$9 = script$9;
|
|
3747
3700
|
/* template */
|
|
3748
3701
|
|
|
3749
|
-
var __vue_render__$
|
|
3702
|
+
var __vue_render__$9 = function __vue_render__() {
|
|
3750
3703
|
var _vm = this;
|
|
3751
3704
|
|
|
3752
3705
|
var _h = _vm.$createElement;
|
|
@@ -3768,10 +3721,10 @@ var __vue_render__$7 = function __vue_render__() {
|
|
|
3768
3721
|
}, 'VcAlert', _vm.$attrs, false))], 1);
|
|
3769
3722
|
};
|
|
3770
3723
|
|
|
3771
|
-
var __vue_staticRenderFns__$
|
|
3724
|
+
var __vue_staticRenderFns__$9 = [];
|
|
3772
3725
|
/* style */
|
|
3773
3726
|
|
|
3774
|
-
var __vue_inject_styles__$
|
|
3727
|
+
var __vue_inject_styles__$9 = function __vue_inject_styles__(inject) {
|
|
3775
3728
|
if (!inject) return;
|
|
3776
3729
|
inject("data-v-2d3e5bbe_0", {
|
|
3777
3730
|
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}",
|
|
@@ -3782,19 +3735,19 @@ var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
|
|
|
3782
3735
|
/* scoped */
|
|
3783
3736
|
|
|
3784
3737
|
|
|
3785
|
-
var __vue_scope_id__$
|
|
3738
|
+
var __vue_scope_id__$9 = "data-v-2d3e5bbe";
|
|
3786
3739
|
/* module identifier */
|
|
3787
3740
|
|
|
3788
|
-
var __vue_module_identifier__$
|
|
3741
|
+
var __vue_module_identifier__$9 = "data-v-2d3e5bbe";
|
|
3789
3742
|
/* functional template */
|
|
3790
3743
|
|
|
3791
|
-
var __vue_is_functional_template__$
|
|
3744
|
+
var __vue_is_functional_template__$9 = false;
|
|
3792
3745
|
/* style inject shadow dom */
|
|
3793
3746
|
|
|
3794
|
-
var __vue_component__$
|
|
3795
|
-
render: __vue_render__$
|
|
3796
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3797
|
-
}, __vue_inject_styles__$
|
|
3747
|
+
var __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
3748
|
+
render: __vue_render__$9,
|
|
3749
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
3750
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, createInjectorSSR, undefined);//
|
|
3798
3751
|
//
|
|
3799
3752
|
//
|
|
3800
3753
|
//
|
|
@@ -3806,7 +3759,7 @@ var __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
|
3806
3759
|
//
|
|
3807
3760
|
//
|
|
3808
3761
|
//
|
|
3809
|
-
var script$
|
|
3762
|
+
var script$8 = {
|
|
3810
3763
|
components: {
|
|
3811
3764
|
VCard: lib.VCard
|
|
3812
3765
|
},
|
|
@@ -3828,10 +3781,10 @@ var script$6 = {
|
|
|
3828
3781
|
}
|
|
3829
3782
|
}
|
|
3830
3783
|
};/* script */
|
|
3831
|
-
var __vue_script__$
|
|
3784
|
+
var __vue_script__$8 = script$8;
|
|
3832
3785
|
/* template */
|
|
3833
3786
|
|
|
3834
|
-
var __vue_render__$
|
|
3787
|
+
var __vue_render__$8 = function __vue_render__() {
|
|
3835
3788
|
var _vm = this;
|
|
3836
3789
|
|
|
3837
3790
|
var _h = _vm.$createElement;
|
|
@@ -3865,10 +3818,10 @@ var __vue_render__$6 = function __vue_render__() {
|
|
|
3865
3818
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2);
|
|
3866
3819
|
};
|
|
3867
3820
|
|
|
3868
|
-
var __vue_staticRenderFns__$
|
|
3821
|
+
var __vue_staticRenderFns__$8 = [];
|
|
3869
3822
|
/* style */
|
|
3870
3823
|
|
|
3871
|
-
var __vue_inject_styles__$
|
|
3824
|
+
var __vue_inject_styles__$8 = function __vue_inject_styles__(inject) {
|
|
3872
3825
|
if (!inject) return;
|
|
3873
3826
|
inject("data-v-659c6e70_0", {
|
|
3874
3827
|
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}",
|
|
@@ -3879,24 +3832,24 @@ var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
|
3879
3832
|
/* scoped */
|
|
3880
3833
|
|
|
3881
3834
|
|
|
3882
|
-
var __vue_scope_id__$
|
|
3835
|
+
var __vue_scope_id__$8 = "data-v-659c6e70";
|
|
3883
3836
|
/* module identifier */
|
|
3884
3837
|
|
|
3885
|
-
var __vue_module_identifier__$
|
|
3838
|
+
var __vue_module_identifier__$8 = "data-v-659c6e70";
|
|
3886
3839
|
/* functional template */
|
|
3887
3840
|
|
|
3888
|
-
var __vue_is_functional_template__$
|
|
3841
|
+
var __vue_is_functional_template__$8 = false;
|
|
3889
3842
|
/* style inject shadow dom */
|
|
3890
3843
|
|
|
3891
|
-
var __vue_component__$
|
|
3892
|
-
render: __vue_render__$
|
|
3893
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3894
|
-
}, __vue_inject_styles__$
|
|
3844
|
+
var __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
3845
|
+
render: __vue_render__$8,
|
|
3846
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
3847
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, createInjectorSSR, undefined);var script$7 = {
|
|
3895
3848
|
name: 'VcCheckbox',
|
|
3896
3849
|
components: {
|
|
3897
|
-
VcIcon: __vue_component__$
|
|
3898
|
-
VcAvatar: __vue_component__$
|
|
3899
|
-
VcTooltip: __vue_component__$
|
|
3850
|
+
VcIcon: __vue_component__$y,
|
|
3851
|
+
VcAvatar: __vue_component__$l,
|
|
3852
|
+
VcTooltip: __vue_component__$n,
|
|
3900
3853
|
VCheckbox: lib.VCheckbox
|
|
3901
3854
|
},
|
|
3902
3855
|
computed: {
|
|
@@ -3944,10 +3897,10 @@ var __vue_component__$6 = /*#__PURE__*/normalizeComponent({
|
|
|
3944
3897
|
}
|
|
3945
3898
|
}
|
|
3946
3899
|
};/* script */
|
|
3947
|
-
var __vue_script__$
|
|
3900
|
+
var __vue_script__$7 = script$7;
|
|
3948
3901
|
/* template */
|
|
3949
3902
|
|
|
3950
|
-
var __vue_render__$
|
|
3903
|
+
var __vue_render__$7 = function __vue_render__() {
|
|
3951
3904
|
var _vm = this;
|
|
3952
3905
|
|
|
3953
3906
|
var _h = _vm.$createElement;
|
|
@@ -4009,10 +3962,10 @@ var __vue_render__$5 = function __vue_render__() {
|
|
|
4009
3962
|
});
|
|
4010
3963
|
};
|
|
4011
3964
|
|
|
4012
|
-
var __vue_staticRenderFns__$
|
|
3965
|
+
var __vue_staticRenderFns__$7 = [];
|
|
4013
3966
|
/* style */
|
|
4014
3967
|
|
|
4015
|
-
var __vue_inject_styles__$
|
|
3968
|
+
var __vue_inject_styles__$7 = function __vue_inject_styles__(inject) {
|
|
4016
3969
|
if (!inject) return;
|
|
4017
3970
|
inject("data-v-48d8e389_0", {
|
|
4018
3971
|
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}",
|
|
@@ -4023,25 +3976,25 @@ var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
|
|
|
4023
3976
|
/* scoped */
|
|
4024
3977
|
|
|
4025
3978
|
|
|
4026
|
-
var __vue_scope_id__$
|
|
3979
|
+
var __vue_scope_id__$7 = "data-v-48d8e389";
|
|
4027
3980
|
/* module identifier */
|
|
4028
3981
|
|
|
4029
|
-
var __vue_module_identifier__$
|
|
3982
|
+
var __vue_module_identifier__$7 = "data-v-48d8e389";
|
|
4030
3983
|
/* functional template */
|
|
4031
3984
|
|
|
4032
|
-
var __vue_is_functional_template__$
|
|
3985
|
+
var __vue_is_functional_template__$7 = false;
|
|
4033
3986
|
/* style inject shadow dom */
|
|
4034
3987
|
|
|
4035
|
-
var __vue_component__$
|
|
4036
|
-
render: __vue_render__$
|
|
4037
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4038
|
-
}, __vue_inject_styles__$
|
|
3988
|
+
var __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
3989
|
+
render: __vue_render__$7,
|
|
3990
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
3991
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, createInjectorSSR, undefined);var script$6 = {
|
|
4039
3992
|
name: "FilterPanel",
|
|
4040
3993
|
components: {
|
|
4041
|
-
VcLayout: __vue_component__$
|
|
4042
|
-
VcIcon: __vue_component__$
|
|
4043
|
-
VcButton: __vue_component__$
|
|
4044
|
-
VcLoader: __vue_component__$
|
|
3994
|
+
VcLayout: __vue_component__$v,
|
|
3995
|
+
VcIcon: __vue_component__$y,
|
|
3996
|
+
VcButton: __vue_component__$x,
|
|
3997
|
+
VcLoader: __vue_component__$d
|
|
4045
3998
|
},
|
|
4046
3999
|
props: {
|
|
4047
4000
|
title: {
|
|
@@ -4062,10 +4015,10 @@ var __vue_component__$5 = /*#__PURE__*/normalizeComponent({
|
|
|
4062
4015
|
}
|
|
4063
4016
|
}
|
|
4064
4017
|
};/* script */
|
|
4065
|
-
var __vue_script__$
|
|
4018
|
+
var __vue_script__$6 = script$6;
|
|
4066
4019
|
/* template */
|
|
4067
4020
|
|
|
4068
|
-
var __vue_render__$
|
|
4021
|
+
var __vue_render__$6 = function __vue_render__() {
|
|
4069
4022
|
var _vm = this;
|
|
4070
4023
|
|
|
4071
4024
|
var _h = _vm.$createElement;
|
|
@@ -4121,10 +4074,10 @@ var __vue_render__$4 = function __vue_render__() {
|
|
|
4121
4074
|
}) : _vm._e(), _vm._v(" "), _vm._t("default")], 2)], 1)], 1);
|
|
4122
4075
|
};
|
|
4123
4076
|
|
|
4124
|
-
var __vue_staticRenderFns__$
|
|
4077
|
+
var __vue_staticRenderFns__$6 = [];
|
|
4125
4078
|
/* style */
|
|
4126
4079
|
|
|
4127
|
-
var __vue_inject_styles__$
|
|
4080
|
+
var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
4128
4081
|
if (!inject) return;
|
|
4129
4082
|
inject("data-v-44aac954_0", {
|
|
4130
4083
|
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)}",
|
|
@@ -4135,25 +4088,25 @@ var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
|
4135
4088
|
/* scoped */
|
|
4136
4089
|
|
|
4137
4090
|
|
|
4138
|
-
var __vue_scope_id__$
|
|
4091
|
+
var __vue_scope_id__$6 = "data-v-44aac954";
|
|
4139
4092
|
/* module identifier */
|
|
4140
4093
|
|
|
4141
|
-
var __vue_module_identifier__$
|
|
4094
|
+
var __vue_module_identifier__$6 = "data-v-44aac954";
|
|
4142
4095
|
/* functional template */
|
|
4143
4096
|
|
|
4144
|
-
var __vue_is_functional_template__$
|
|
4097
|
+
var __vue_is_functional_template__$6 = false;
|
|
4145
4098
|
/* style inject shadow dom */
|
|
4146
4099
|
|
|
4147
|
-
var __vue_component__$
|
|
4148
|
-
render: __vue_render__$
|
|
4149
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4150
|
-
}, __vue_inject_styles__$
|
|
4100
|
+
var __vue_component__$6 = /*#__PURE__*/normalizeComponent({
|
|
4101
|
+
render: __vue_render__$6,
|
|
4102
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
4103
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, createInjectorSSR, undefined);//
|
|
4151
4104
|
//
|
|
4152
4105
|
//
|
|
4153
4106
|
//
|
|
4154
4107
|
//
|
|
4155
4108
|
//
|
|
4156
|
-
var script$
|
|
4109
|
+
var script$5 = {
|
|
4157
4110
|
components: {
|
|
4158
4111
|
VLayout: lib.VLayout
|
|
4159
4112
|
},
|
|
@@ -4167,10 +4120,10 @@ var script$3 = {
|
|
|
4167
4120
|
}
|
|
4168
4121
|
}
|
|
4169
4122
|
};/* script */
|
|
4170
|
-
var __vue_script__$
|
|
4123
|
+
var __vue_script__$5 = script$5;
|
|
4171
4124
|
/* template */
|
|
4172
4125
|
|
|
4173
|
-
var __vue_render__$
|
|
4126
|
+
var __vue_render__$5 = function __vue_render__() {
|
|
4174
4127
|
var _vm = this;
|
|
4175
4128
|
|
|
4176
4129
|
var _h = _vm.$createElement;
|
|
@@ -4185,10 +4138,10 @@ var __vue_render__$3 = function __vue_render__() {
|
|
|
4185
4138
|
}, [_vm._t("default")], 2);
|
|
4186
4139
|
};
|
|
4187
4140
|
|
|
4188
|
-
var __vue_staticRenderFns__$
|
|
4141
|
+
var __vue_staticRenderFns__$5 = [];
|
|
4189
4142
|
/* style */
|
|
4190
4143
|
|
|
4191
|
-
var __vue_inject_styles__$
|
|
4144
|
+
var __vue_inject_styles__$5 = function __vue_inject_styles__(inject) {
|
|
4192
4145
|
if (!inject) return;
|
|
4193
4146
|
inject("data-v-e2463588_0", {
|
|
4194
4147
|
source: ".VcFocusArea[data-v-e2463588]{padding:var(--size-value4);background-color:var(--gray-lighten-3);border-radius:6px}",
|
|
@@ -4199,23 +4152,23 @@ var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
|
|
|
4199
4152
|
/* scoped */
|
|
4200
4153
|
|
|
4201
4154
|
|
|
4202
|
-
var __vue_scope_id__$
|
|
4155
|
+
var __vue_scope_id__$5 = "data-v-e2463588";
|
|
4203
4156
|
/* module identifier */
|
|
4204
4157
|
|
|
4205
|
-
var __vue_module_identifier__$
|
|
4158
|
+
var __vue_module_identifier__$5 = "data-v-e2463588";
|
|
4206
4159
|
/* functional template */
|
|
4207
4160
|
|
|
4208
|
-
var __vue_is_functional_template__$
|
|
4161
|
+
var __vue_is_functional_template__$5 = false;
|
|
4209
4162
|
/* style inject shadow dom */
|
|
4210
4163
|
|
|
4211
|
-
var __vue_component__$
|
|
4212
|
-
render: __vue_render__$
|
|
4213
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4214
|
-
}, __vue_inject_styles__$
|
|
4164
|
+
var __vue_component__$5 = /*#__PURE__*/normalizeComponent({
|
|
4165
|
+
render: __vue_render__$5,
|
|
4166
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
4167
|
+
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, createInjectorSSR, undefined);//
|
|
4215
4168
|
//
|
|
4216
4169
|
//
|
|
4217
4170
|
//
|
|
4218
|
-
var script$
|
|
4171
|
+
var script$4 = {
|
|
4219
4172
|
name: "VcLink",
|
|
4220
4173
|
props: {
|
|
4221
4174
|
label: {
|
|
@@ -4232,10 +4185,10 @@ var script$2 = {
|
|
|
4232
4185
|
}
|
|
4233
4186
|
}
|
|
4234
4187
|
};/* script */
|
|
4235
|
-
var __vue_script__$
|
|
4188
|
+
var __vue_script__$4 = script$4;
|
|
4236
4189
|
/* template */
|
|
4237
4190
|
|
|
4238
|
-
var __vue_render__$
|
|
4191
|
+
var __vue_render__$4 = function __vue_render__() {
|
|
4239
4192
|
var _vm = this;
|
|
4240
4193
|
|
|
4241
4194
|
var _h = _vm.$createElement;
|
|
@@ -4252,10 +4205,10 @@ var __vue_render__$2 = function __vue_render__() {
|
|
|
4252
4205
|
}, [_vm._ssrNode(_vm._ssrEscape(_vm._s(_vm.label)))]);
|
|
4253
4206
|
};
|
|
4254
4207
|
|
|
4255
|
-
var __vue_staticRenderFns__$
|
|
4208
|
+
var __vue_staticRenderFns__$4 = [];
|
|
4256
4209
|
/* style */
|
|
4257
4210
|
|
|
4258
|
-
var __vue_inject_styles__$
|
|
4211
|
+
var __vue_inject_styles__$4 = function __vue_inject_styles__(inject) {
|
|
4259
4212
|
if (!inject) return;
|
|
4260
4213
|
inject("data-v-496b9143_0", {
|
|
4261
4214
|
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}",
|
|
@@ -4266,24 +4219,24 @@ var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
|
|
|
4266
4219
|
/* scoped */
|
|
4267
4220
|
|
|
4268
4221
|
|
|
4269
|
-
var __vue_scope_id__$
|
|
4222
|
+
var __vue_scope_id__$4 = "data-v-496b9143";
|
|
4270
4223
|
/* module identifier */
|
|
4271
4224
|
|
|
4272
|
-
var __vue_module_identifier__$
|
|
4225
|
+
var __vue_module_identifier__$4 = "data-v-496b9143";
|
|
4273
4226
|
/* functional template */
|
|
4274
4227
|
|
|
4275
|
-
var __vue_is_functional_template__$
|
|
4228
|
+
var __vue_is_functional_template__$4 = false;
|
|
4276
4229
|
/* style inject shadow dom */
|
|
4277
4230
|
|
|
4278
|
-
var __vue_component__$
|
|
4279
|
-
render: __vue_render__$
|
|
4280
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4281
|
-
}, __vue_inject_styles__$
|
|
4231
|
+
var __vue_component__$4 = /*#__PURE__*/normalizeComponent({
|
|
4232
|
+
render: __vue_render__$4,
|
|
4233
|
+
staticRenderFns: __vue_staticRenderFns__$4
|
|
4234
|
+
}, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, undefined, createInjectorSSR, undefined);var script$3 = {
|
|
4282
4235
|
name: "ListItem",
|
|
4283
4236
|
components: {
|
|
4284
|
-
VcLayout: __vue_component__$
|
|
4285
|
-
VcCheckbox: __vue_component__$
|
|
4286
|
-
VcActions: __vue_component__$
|
|
4237
|
+
VcLayout: __vue_component__$v,
|
|
4238
|
+
VcCheckbox: __vue_component__$7,
|
|
4239
|
+
VcActions: __vue_component__$i
|
|
4287
4240
|
},
|
|
4288
4241
|
props: {
|
|
4289
4242
|
showSelect: {
|
|
@@ -4316,10 +4269,10 @@ var __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
|
4316
4269
|
}
|
|
4317
4270
|
}
|
|
4318
4271
|
};/* script */
|
|
4319
|
-
var __vue_script__$
|
|
4272
|
+
var __vue_script__$3 = script$3;
|
|
4320
4273
|
/* template */
|
|
4321
4274
|
|
|
4322
|
-
var __vue_render__$
|
|
4275
|
+
var __vue_render__$3 = function __vue_render__() {
|
|
4323
4276
|
var _vm = this;
|
|
4324
4277
|
|
|
4325
4278
|
var _h = _vm.$createElement;
|
|
@@ -4364,13 +4317,13 @@ var __vue_render__$1 = function __vue_render__() {
|
|
|
4364
4317
|
})], 2)], 1);
|
|
4365
4318
|
};
|
|
4366
4319
|
|
|
4367
|
-
var __vue_staticRenderFns__$
|
|
4320
|
+
var __vue_staticRenderFns__$3 = [];
|
|
4368
4321
|
/* style */
|
|
4369
4322
|
|
|
4370
|
-
var __vue_inject_styles__$
|
|
4323
|
+
var __vue_inject_styles__$3 = function __vue_inject_styles__(inject) {
|
|
4371
4324
|
if (!inject) return;
|
|
4372
|
-
inject("data-v-
|
|
4373
|
-
source: ".VcListItem[data-v-
|
|
4325
|
+
inject("data-v-75e633d7_0", {
|
|
4326
|
+
source: ".VcListItem[data-v-75e633d7]{flex-grow:0;padding:var(--size-value6) var(--size-value5)}.VcListItem .selected-checkbox[data-v-75e633d7]{padding-right:var(--size-value1)}.VcListItem .right-area[data-v-75e633d7]{justify-content:flex-end;opacity:0;transition:opacity .3s;flex-grow:0;align-items:center}.VcListItem .right-area .three-dots[data-v-75e633d7]{border-radius:1000px;min-width:unset;padding:0}@media screen and (min-width:960px){.VcListItem .right-area .placeholder[data-v-75e633d7]{min-width:14px}}.VcListItem:hover .right-area[data-v-75e633d7]{opacity:1}.VcListItem .v-btn:not(.v-btn--round).v-size--default[data-v-75e633d7]{padding:0;min-width:auto}",
|
|
4374
4327
|
map: undefined,
|
|
4375
4328
|
media: undefined
|
|
4376
4329
|
});
|
|
@@ -4378,22 +4331,22 @@ var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
|
|
|
4378
4331
|
/* scoped */
|
|
4379
4332
|
|
|
4380
4333
|
|
|
4381
|
-
var __vue_scope_id__$
|
|
4334
|
+
var __vue_scope_id__$3 = "data-v-75e633d7";
|
|
4382
4335
|
/* module identifier */
|
|
4383
4336
|
|
|
4384
|
-
var __vue_module_identifier__$
|
|
4337
|
+
var __vue_module_identifier__$3 = "data-v-75e633d7";
|
|
4385
4338
|
/* functional template */
|
|
4386
4339
|
|
|
4387
|
-
var __vue_is_functional_template__$
|
|
4340
|
+
var __vue_is_functional_template__$3 = false;
|
|
4388
4341
|
/* style inject shadow dom */
|
|
4389
4342
|
|
|
4390
|
-
var __vue_component__$
|
|
4391
|
-
render: __vue_render__$
|
|
4392
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4393
|
-
}, __vue_inject_styles__$
|
|
4343
|
+
var __vue_component__$3 = /*#__PURE__*/normalizeComponent({
|
|
4344
|
+
render: __vue_render__$3,
|
|
4345
|
+
staticRenderFns: __vue_staticRenderFns__$3
|
|
4346
|
+
}, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, undefined, createInjectorSSR, undefined);var script$2 = {
|
|
4394
4347
|
name: "VcGroupHeader",
|
|
4395
4348
|
components: {
|
|
4396
|
-
VcLayout: __vue_component__$
|
|
4349
|
+
VcLayout: __vue_component__$v
|
|
4397
4350
|
},
|
|
4398
4351
|
props: {
|
|
4399
4352
|
title: {
|
|
@@ -4410,10 +4363,10 @@ var __vue_component__$1 = /*#__PURE__*/normalizeComponent({
|
|
|
4410
4363
|
}
|
|
4411
4364
|
}
|
|
4412
4365
|
};/* script */
|
|
4413
|
-
var __vue_script__ = script;
|
|
4366
|
+
var __vue_script__$2 = script$2;
|
|
4414
4367
|
/* template */
|
|
4415
4368
|
|
|
4416
|
-
var __vue_render__ = function __vue_render__() {
|
|
4369
|
+
var __vue_render__$2 = function __vue_render__() {
|
|
4417
4370
|
var _vm = this;
|
|
4418
4371
|
|
|
4419
4372
|
var _h = _vm.$createElement;
|
|
@@ -4429,10 +4382,10 @@ var __vue_render__ = function __vue_render__() {
|
|
|
4429
4382
|
}, [_c('span', [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.summaryText))])]);
|
|
4430
4383
|
};
|
|
4431
4384
|
|
|
4432
|
-
var __vue_staticRenderFns__ = [];
|
|
4385
|
+
var __vue_staticRenderFns__$2 = [];
|
|
4433
4386
|
/* style */
|
|
4434
4387
|
|
|
4435
|
-
var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
4388
|
+
var __vue_inject_styles__$2 = function __vue_inject_styles__(inject) {
|
|
4436
4389
|
if (!inject) return;
|
|
4437
4390
|
inject("data-v-5cb0ff3e_0", {
|
|
4438
4391
|
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)}}",
|
|
@@ -4443,10 +4396,198 @@ var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
|
4443
4396
|
/* scoped */
|
|
4444
4397
|
|
|
4445
4398
|
|
|
4446
|
-
var __vue_scope_id__ = "data-v-5cb0ff3e";
|
|
4399
|
+
var __vue_scope_id__$2 = "data-v-5cb0ff3e";
|
|
4400
|
+
/* module identifier */
|
|
4401
|
+
|
|
4402
|
+
var __vue_module_identifier__$2 = "data-v-5cb0ff3e";
|
|
4403
|
+
/* functional template */
|
|
4404
|
+
|
|
4405
|
+
var __vue_is_functional_template__$2 = false;
|
|
4406
|
+
/* style inject shadow dom */
|
|
4407
|
+
|
|
4408
|
+
var __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
4409
|
+
render: __vue_render__$2,
|
|
4410
|
+
staticRenderFns: __vue_staticRenderFns__$2
|
|
4411
|
+
}, __vue_inject_styles__$2, __vue_script__$2, __vue_scope_id__$2, __vue_is_functional_template__$2, __vue_module_identifier__$2, false, undefined, createInjectorSSR, undefined);//
|
|
4412
|
+
//
|
|
4413
|
+
//
|
|
4414
|
+
//
|
|
4415
|
+
var script$1 = {
|
|
4416
|
+
name: 'VcSvg',
|
|
4417
|
+
props: ['svg']
|
|
4418
|
+
};/* script */
|
|
4419
|
+
var __vue_script__$1 = script$1;
|
|
4420
|
+
/* template */
|
|
4421
|
+
|
|
4422
|
+
var __vue_render__$1 = function __vue_render__() {
|
|
4423
|
+
var _vm = this;
|
|
4424
|
+
|
|
4425
|
+
var _h = _vm.$createElement;
|
|
4426
|
+
|
|
4427
|
+
var _c = _vm._self._c || _h;
|
|
4428
|
+
|
|
4429
|
+
return _c('div', {
|
|
4430
|
+
domProps: {
|
|
4431
|
+
"innerHTML": _vm._s(_vm.svg)
|
|
4432
|
+
}
|
|
4433
|
+
}, []);
|
|
4434
|
+
};
|
|
4435
|
+
|
|
4436
|
+
var __vue_staticRenderFns__$1 = [];
|
|
4437
|
+
/* style */
|
|
4438
|
+
|
|
4439
|
+
var __vue_inject_styles__$1 = undefined;
|
|
4440
|
+
/* scoped */
|
|
4441
|
+
|
|
4442
|
+
var __vue_scope_id__$1 = undefined;
|
|
4443
|
+
/* module identifier */
|
|
4444
|
+
|
|
4445
|
+
var __vue_module_identifier__$1 = "data-v-56d3274a";
|
|
4446
|
+
/* functional template */
|
|
4447
|
+
|
|
4448
|
+
var __vue_is_functional_template__$1 = false;
|
|
4449
|
+
/* style inject */
|
|
4450
|
+
|
|
4451
|
+
/* style inject SSR */
|
|
4452
|
+
|
|
4453
|
+
/* style inject shadow dom */
|
|
4454
|
+
|
|
4455
|
+
var __vue_component__$1 = /*#__PURE__*/normalizeComponent({
|
|
4456
|
+
render: __vue_render__$1,
|
|
4457
|
+
staticRenderFns: __vue_staticRenderFns__$1
|
|
4458
|
+
}, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, undefined, undefined, undefined);var script = {
|
|
4459
|
+
name: 'VcEmptyState',
|
|
4460
|
+
components: {
|
|
4461
|
+
VcSvg: __vue_component__$1,
|
|
4462
|
+
VcButton: __vue_component__$x,
|
|
4463
|
+
VcLayout: __vue_component__$v,
|
|
4464
|
+
VcLink: __vue_component__$4
|
|
4465
|
+
},
|
|
4466
|
+
props: {
|
|
4467
|
+
size: {
|
|
4468
|
+
type: String,
|
|
4469
|
+
default: 'md',
|
|
4470
|
+
validator: function validator(prop) {
|
|
4471
|
+
return ['sm', 'md', 'lg'].includes(prop);
|
|
4472
|
+
}
|
|
4473
|
+
},
|
|
4474
|
+
icon: {
|
|
4475
|
+
type: String,
|
|
4476
|
+
comment: 'url to some image'
|
|
4477
|
+
},
|
|
4478
|
+
svg: {
|
|
4479
|
+
type: String,
|
|
4480
|
+
comment: 'using the svgImage design system object'
|
|
4481
|
+
},
|
|
4482
|
+
title: {
|
|
4483
|
+
type: String,
|
|
4484
|
+
required: true
|
|
4485
|
+
},
|
|
4486
|
+
subtitle: {
|
|
4487
|
+
type: String,
|
|
4488
|
+
required: true
|
|
4489
|
+
},
|
|
4490
|
+
button: {
|
|
4491
|
+
type: String,
|
|
4492
|
+
required: false
|
|
4493
|
+
},
|
|
4494
|
+
linkLabel: {
|
|
4495
|
+
type: String,
|
|
4496
|
+
required: false
|
|
4497
|
+
},
|
|
4498
|
+
linkUrl: {
|
|
4499
|
+
type: String,
|
|
4500
|
+
required: false
|
|
4501
|
+
},
|
|
4502
|
+
dataQa: {
|
|
4503
|
+
type: String,
|
|
4504
|
+
default: 'VcEmptyState'
|
|
4505
|
+
}
|
|
4506
|
+
}
|
|
4507
|
+
};/* script */
|
|
4508
|
+
var __vue_script__ = script;
|
|
4509
|
+
/* template */
|
|
4510
|
+
|
|
4511
|
+
var __vue_render__ = function __vue_render__() {
|
|
4512
|
+
var _vm = this;
|
|
4513
|
+
|
|
4514
|
+
var _h = _vm.$createElement;
|
|
4515
|
+
|
|
4516
|
+
var _c = _vm._self._c || _h;
|
|
4517
|
+
|
|
4518
|
+
return _c('VcLayout', {
|
|
4519
|
+
class: "VcEmptyState " + _vm.size,
|
|
4520
|
+
attrs: {
|
|
4521
|
+
"column": "",
|
|
4522
|
+
"data-qa": _vm.dataQa
|
|
4523
|
+
}
|
|
4524
|
+
}, [_c('VcLayout', {
|
|
4525
|
+
attrs: {
|
|
4526
|
+
"column": "",
|
|
4527
|
+
"align-content-center": ""
|
|
4528
|
+
}
|
|
4529
|
+
}, [_vm.icon ? _c('img', {
|
|
4530
|
+
staticClass: "VcEmptyStateImage",
|
|
4531
|
+
attrs: {
|
|
4532
|
+
"src": _vm.icon
|
|
4533
|
+
}
|
|
4534
|
+
}) : _vm._e(), _vm._v(" "), _vm.svg ? _c('VcSvg', {
|
|
4535
|
+
staticClass: "VcEmptyStateImage",
|
|
4536
|
+
attrs: {
|
|
4537
|
+
"svg": _vm.svg
|
|
4538
|
+
}
|
|
4539
|
+
}) : _vm._e(), _vm._v(" "), _c('div', {
|
|
4540
|
+
staticClass: "VcEmptyStateTitle"
|
|
4541
|
+
}, [_vm._v(_vm._s(_vm.title))])], 1), _vm._v(" "), _c('VcLayout', {
|
|
4542
|
+
staticClass: "VcEmptyStateSubtitle",
|
|
4543
|
+
attrs: {
|
|
4544
|
+
"column": ""
|
|
4545
|
+
}
|
|
4546
|
+
}, [_vm._v(_vm._s(_vm.subtitle))]), _vm._v(" "), _vm._t("buttonArea", function () {
|
|
4547
|
+
return [_vm.button || _vm.linkLabel && _vm.linkUrl ? _c('VcLayout', {
|
|
4548
|
+
attrs: {
|
|
4549
|
+
"column": "",
|
|
4550
|
+
"align-center": ""
|
|
4551
|
+
}
|
|
4552
|
+
}, [_vm.button ? _c('VcButton', {
|
|
4553
|
+
staticClass: "VcEmptyStateButton",
|
|
4554
|
+
attrs: {
|
|
4555
|
+
"small": "",
|
|
4556
|
+
"pill": "",
|
|
4557
|
+
"block": false
|
|
4558
|
+
},
|
|
4559
|
+
on: {
|
|
4560
|
+
"click": function click($event) {
|
|
4561
|
+
return _vm.$emit('click');
|
|
4562
|
+
}
|
|
4563
|
+
}
|
|
4564
|
+
}, [_vm._v(_vm._s(_vm.button))]) : _vm._e(), _vm._v(" "), _vm.linkLabel && _vm.linkUrl ? _c('VcLink', {
|
|
4565
|
+
attrs: {
|
|
4566
|
+
"url": _vm.linkUrl,
|
|
4567
|
+
"label": _vm.linkLabel
|
|
4568
|
+
}
|
|
4569
|
+
}) : _vm._e()], 1) : _vm._e()];
|
|
4570
|
+
})], 2);
|
|
4571
|
+
};
|
|
4572
|
+
|
|
4573
|
+
var __vue_staticRenderFns__ = [];
|
|
4574
|
+
/* style */
|
|
4575
|
+
|
|
4576
|
+
var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
4577
|
+
if (!inject) return;
|
|
4578
|
+
inject("data-v-e4b3101e_0", {
|
|
4579
|
+
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)}",
|
|
4580
|
+
map: undefined,
|
|
4581
|
+
media: undefined
|
|
4582
|
+
});
|
|
4583
|
+
};
|
|
4584
|
+
/* scoped */
|
|
4585
|
+
|
|
4586
|
+
|
|
4587
|
+
var __vue_scope_id__ = "data-v-e4b3101e";
|
|
4447
4588
|
/* module identifier */
|
|
4448
4589
|
|
|
4449
|
-
var __vue_module_identifier__ = "data-v-
|
|
4590
|
+
var __vue_module_identifier__ = "data-v-e4b3101e";
|
|
4450
4591
|
/* functional template */
|
|
4451
4592
|
|
|
4452
4593
|
var __vue_is_functional_template__ = false;
|
|
@@ -4456,7 +4597,7 @@ var __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
|
4456
4597
|
render: __vue_render__,
|
|
4457
4598
|
staticRenderFns: __vue_staticRenderFns__
|
|
4458
4599
|
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, createInjectorSSR, undefined);// Put here any components that need to be available to users of the package
|
|
4459
|
-
var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue_component__$
|
|
4600
|
+
var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue_component__$s,VcInputModal:__vue_component__$q,VcNoticeModal:__vue_component__$p,VcModalFooter:__vue_component__$u,VcModalHeader:__vue_component__$t,VcAlert:__vue_component__$o,VcTooltip:__vue_component__$n,VcIconWithTooltip:__vue_component__$m,VcBottomActions:__vue_component__$k,VcActionList:__vue_component__$j,VcActions:__vue_component__$i,VcStepsBar:__vue_component__$h,VcMobileWizardProgress:__vue_component__$f,VcProgressCircular:__vue_component__$g,VcButton:__vue_component__$x,VcButtonGroup:__vue_component__$e,VcForm:__vue_component__$r,VcIcon:__vue_component__$y,VcLayout:__vue_component__$v,VcLoader:__vue_component__$d,VcSwitch:__vue_component__$c,VcTextField:__vue_component__$b,VcAvatar:__vue_component__$l,VcTextArea:__vue_component__$a,VcToast:__vue_component__$9,VcCard:__vue_component__$8,VcCheckbox:__vue_component__$7,VcFilterPanel:__vue_component__$6,VcFocusArea:__vue_component__$5,VcLink:__vue_component__$4,VcListItem:__vue_component__$3,VcGroupHeader:__vue_component__$2,VcEmptyState:__vue_component__,VcSvg:__vue_component__$1});var install = function installdesignSystem(Vue) {
|
|
4460
4601
|
Object.entries(components$1).forEach(function (_ref) {
|
|
4461
4602
|
var _ref2 = _slicedToArray(_ref, 2),
|
|
4462
4603
|
componentName = _ref2[0],
|
|
@@ -4465,7 +4606,7 @@ var components$1=/*#__PURE__*/Object.freeze({__proto__:null,VcConfirmModal:__vue
|
|
|
4465
4606
|
Vue.component(componentName, component);
|
|
4466
4607
|
});
|
|
4467
4608
|
}; // Create module definition for Vue.use()
|
|
4468
|
-
var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,VcConfirmModal:__vue_component__$
|
|
4609
|
+
var components=/*#__PURE__*/Object.freeze({__proto__:null,'default':install,VcConfirmModal:__vue_component__$s,VcInputModal:__vue_component__$q,VcNoticeModal:__vue_component__$p,VcModalFooter:__vue_component__$u,VcModalHeader:__vue_component__$t,VcAlert:__vue_component__$o,VcTooltip:__vue_component__$n,VcIconWithTooltip:__vue_component__$m,VcBottomActions:__vue_component__$k,VcActionList:__vue_component__$j,VcActions:__vue_component__$i,VcStepsBar:__vue_component__$h,VcMobileWizardProgress:__vue_component__$f,VcProgressCircular:__vue_component__$g,VcButton:__vue_component__$x,VcButtonGroup:__vue_component__$e,VcForm:__vue_component__$r,VcIcon:__vue_component__$y,VcLayout:__vue_component__$v,VcLoader:__vue_component__$d,VcSwitch:__vue_component__$c,VcTextField:__vue_component__$b,VcAvatar:__vue_component__$l,VcTextArea:__vue_component__$a,VcToast:__vue_component__$9,VcCard:__vue_component__$8,VcCheckbox:__vue_component__$7,VcFilterPanel:__vue_component__$6,VcFocusArea:__vue_component__$5,VcLink:__vue_component__$4,VcListItem:__vue_component__$3,VcGroupHeader:__vue_component__$2,VcEmptyState:__vue_component__,VcSvg:__vue_component__$1});// only expose one global var, with component exports exposed as properties of
|
|
4469
4610
|
// that global var (eg. plugin.component)
|
|
4470
4611
|
|
|
4471
4612
|
Object.entries(components).forEach(function (_ref) {
|