@@ -3054,7 +3054,7 @@ function computeClasses(props) {
3054
3054
var _ref;
3055
3055
3056
3056
var outlineSuffix = props.variant === 'outline' ? 'outline-' : '';
3057
- return _ref = {}, _defineProperty(_ref, "btn-".concat(outlineSuffix).concat(props.color), props.color), _defineProperty(_ref, "btn-".concat(props.size), Boolean( props.size) ), _defineProperty(_ref, "btn-ghost-".concat(props.color), props.variant === 'ghost'), _defineProperty(_ref, 'btn-block', props.block), _defineProperty(_ref, 'btn-pill', props.shape === 'pill'), _defineProperty(_ref, 'btn-square', props.shape === 'square'), _defineProperty(_ref, 'disabled', props.disabled), _defineProperty(_ref, 'active', props.pressed), _ref;
3057
+ return _ref = {}, _defineProperty(_ref, "btn-".concat(outlineSuffix).concat(props.color), props.color), _defineProperty(_ref, "btn-".concat(props.size), props.size), _defineProperty(_ref, "btn-ghost-".concat(props.color), props.variant === 'ghost'), _defineProperty(_ref, 'btn-block', props.block), _defineProperty(_ref, 'btn-pill', props.shape === 'pill'), _defineProperty(_ref, 'btn-square', props.shape === 'square'), _defineProperty(_ref, 'disabled', props.disabled), _defineProperty(_ref, 'active', props.pressed), _ref;
3058
3058
}
3059
3059
3060
3060
function computePassedProps(props) {
@@ -3154,7 +3154,7 @@ var script$7 = {
3154
3154
data = _ref.data,
3155
3155
children = _ref.children;
3156
3156
return h('div', a(data, {
3157
- class: [!props.vertical ? 'btn-group' : 'btn-group-vertical', _defineProperty({}, "btn-group-".concat(props.size), Boolean( props.size) )],
3157
+ class: [!props.vertical ? 'btn-group' : 'btn-group-vertical', _defineProperty({}, "btn-group-".concat(props.size), props.size)],
3158
3158
attrs: {
3159
3159
role: 'group'
3160
3160
}
@@ -3491,7 +3491,7 @@ var script$a = {
3491
3491
}
3492
3492
};
3493
3493
3494
- var css$1 = "\n.carousel-inner, .carousel-item {\n height: inherit;\n}\n";
3494
+ var css$1 = "\n.carousel-inner[data-v-0cb37076] , .carousel-item[data-v-0cb37076] {\n height: inherit;\n}\n";
3495
3495
styleInject(css$1);
3496
3496
3497
3497
/* script */
@@ -3567,7 +3567,7 @@ __vue_render__$4._withStripped = true;
3567
3567
/* style */
3568
3568
const __vue_inject_styles__$a = undefined;
3569
3569
/* scoped */
3570
- const __vue_scope_id__$a = undefined ;
3570
+ const __vue_scope_id__$a = "data-v-0cb37076" ;
3571
3571
/* module identifier */
3572
3572
const __vue_module_identifier__$a = undefined;
3573
3573
/* functional template */
@@ -3865,7 +3865,7 @@ var script$d = {
3865
3865
children = _ref.children;
3866
3866
return h(props.tag || 'div', a(data, {
3867
3867
staticClass: 'card-body',
3868
- class: [(_ref2 = {}, _defineProperty(_ref2, "bg-".concat(props.color), Boolean( props.color)) , _defineProperty(_ref2, "border-".concat(props.borderColor), Boolean( props.borderColor)) , _defineProperty(_ref2, "text-".concat(props.textColor), Boolean( props.textColor)) , _defineProperty(_ref2, "text-".concat(props.align), Boolean( props.align) ), _ref2)]
3868
+ class: [(_ref2 = {}, _defineProperty(_ref2, "bg-".concat(props.color), props.color), _defineProperty(_ref2, "border-".concat(props.borderColor), props.borderColor), _defineProperty(_ref2, "text-".concat(props.textColor), props.textColor), _defineProperty(_ref2, "text-".concat(props.align), props.align), _ref2)]
3869
3869
}), [children]);
3870
3870
}
3871
3871
};
@@ -3965,7 +3965,7 @@ var script$f = {
3965
3965
children = _ref.children;
3966
3966
return h(props.tag || 'footer', a(data, {
3967
3967
staticClass: 'card-footer',
3968
- class: [(_ref2 = {}, _defineProperty(_ref2, "text-".concat(props.align), Boolean( props.align)) , _defineProperty(_ref2, "bg-".concat(props.color), Boolean( props.color)) , _defineProperty(_ref2, "border-".concat(props.borderColor), Boolean( props.borderColor)) , _defineProperty(_ref2, "text-".concat(props.textColor), Boolean( props.textColor) ), _ref2)]
3968
+ class: [(_ref2 = {}, _defineProperty(_ref2, "text-".concat(props.align), props.align), _defineProperty(_ref2, "bg-".concat(props.color), props.color), _defineProperty(_ref2, "border-".concat(props.borderColor), props.borderColor), _defineProperty(_ref2, "text-".concat(props.textColor), props.textColor), _ref2)]
3969
3969
}), children);
3970
3970
}
3971
3971
};
@@ -4060,7 +4060,7 @@ var script$h = {
4060
4060
children = _ref.children;
4061
4061
return h(props.tag || 'header', a(data, {
4062
4062
staticClass: 'card-header',
4063
- class: [(_ref2 = {}, _defineProperty(_ref2, "text-".concat(props.align), Boolean( props.align)) , _defineProperty(_ref2, "bg-".concat(props.color), Boolean( props.color)) , _defineProperty(_ref2, "border-".concat(props.borderColor), Boolean( props.borderColor)) , _defineProperty(_ref2, "text-".concat(props.textColor), Boolean( props.textColor) ), _ref2)]
4063
+ class: [(_ref2 = {}, _defineProperty(_ref2, "text-".concat(props.align), props.align), _defineProperty(_ref2, "bg-".concat(props.color), props.color), _defineProperty(_ref2, "border-".concat(props.borderColor), props.borderColor), _defineProperty(_ref2, "text-".concat(props.textColor), props.textColor), _ref2)]
4064
4064
}), children);
4065
4065
}
4066
4066
};
@@ -20052,7 +20052,7 @@ var script$M = {
20052
20052
staticClass: 'jumbotron',
20053
20053
class: (_class = {
20054
20054
'jumbotron-fluid': props.fluid
20055
- }, _defineProperty(_class, "text-".concat(props.textColor), Boolean( props.textColor)) , _defineProperty(_class, "bg-".concat(props.color), Boolean( props.color)) , _defineProperty(_class, "border-".concat(props.borderColor), Boolean( props.borderColor)) , _defineProperty(_class, 'border', Boolean( props.borderColor) ), _class)
20055
+ }, _defineProperty(_class, "text-".concat(props.textColor), props.textColor), _defineProperty(_class, "bg-".concat(props.color), props.color), _defineProperty(_class, "border-".concat(props.borderColor), props.borderColor), _defineProperty(_class, 'border', props.borderColor), _class)
20056
20056
}), children);
20057
20057
}
20058
20058
};
@@ -20186,7 +20186,7 @@ var script$O = {
20186
20186
attrs: attrs,
20187
20187
props: itemProps,
20188
20188
staticClass: 'list-group-item',
20189
- class: (_class = {}, _defineProperty(_class, "list-group-item-".concat(props.color), Boolean( props.color) ), _defineProperty(_class, 'list-group-item-action', isAction), _defineProperty(_class, 'active', props.active), _defineProperty(_class, 'disabled', props.disabled), _class)
20189
+ class: (_class = {}, _defineProperty(_class, "list-group-item-".concat(props.color), props.color), _defineProperty(_class, 'list-group-item-action', isAction), _defineProperty(_class, 'active', props.active), _defineProperty(_class, 'disabled', props.disabled), _class)
20190
20190
};
20191
20191
return h(tag, a(data, componentData), children);
20192
20192
}
@@ -20370,15 +20370,15 @@ var script$Q = {
20370
20370
'fade': this.fade,
20371
20371
'show': this.visible,
20372
20372
'd-block': this.visible || this.isTransitioning
20373
- }, "modal-".concat(this.color), Boolean( this.color) )];
20373
+ }, "modal-".concat(this.color), this.color)];
20374
20374
},
20375
20375
dialogClasses: function dialogClasses() {
20376
20376
return [this.addDialogClasses, 'modal-dialog', _defineProperty({
20377
20377
'modal-dialog-centered': this.centered
20378
- }, "modal-".concat(this.size), Boolean( this.size) )];
20378
+ }, "modal-".concat(this.size), this.size)];
20379
20379
},
20380
20380
contentClasses: function contentClasses() {
20381
- return [this.addContentClasses, 'modal-content', _defineProperty({}, "border-".concat(this.borderColor), Boolean( this.borderColor) )];
20381
+ return [this.addContentClasses, 'modal-content', _defineProperty({}, "border-".concat(this.borderColor), this.borderColor)];
20382
20382
},
20383
20383
btnClasses: function btnClasses() {
20384
20384
return ["btn btn-".concat(this.color || 'primary')];
@@ -20778,7 +20778,7 @@ var script$T = {
20778
20778
staticClass: 'navbar',
20779
20779
class: [props.light ? 'navbar-light' : 'navbar-dark', (_ref2 = {
20780
20780
'sticky-top': props.sticky
20781
- }, _defineProperty(_ref2, "bg-".concat(props.color), Boolean( props.color)) , _defineProperty(_ref2, "fixed-".concat(props.fixed), Boolean( props.fixed)) , _defineProperty(_ref2, "navbar-expand".concat(expandClassSuffix), Boolean( props.expandable) ), _ref2)],
20781
+ }, _defineProperty(_ref2, "bg-".concat(props.color), props.color), _defineProperty(_ref2, "fixed-".concat(props.fixed), props.fixed), _defineProperty(_ref2, "navbar-expand".concat(expandClassSuffix), props.expandable), _ref2)],
20782
20782
attrs: {
20783
20783
role: props.tag === 'nav' ? null : 'navigation'
20784
20784
}
@@ -26003,11 +26003,9 @@ var script$17 = {
26003
26003
}
26004
26004
};
26005
26005
26006
- var css$3 = "\n.c-scroll-area[data-v-ffb43714] {\n height: 100%;\n}\n";
26007
- styleInject(css$3);
26008
-
26009
26006
/* script */
26010
26007
const __vue_script__$17 = script$17;
26008
+
26011
26009
/* template */
26012
26010
var __vue_render__$B = function() {
26013
26011
var _vm = this;
@@ -26016,7 +26014,7 @@ var __vue_render__$B = function() {
26016
26014
return _c(
26017
26015
"CScrollbar",
26018
26016
{
26019
- staticClass: "c-scroll-area c- sidebar-nav",
26017
+ staticClass: "c-sidebar-nav h-100 ",
26020
26018
attrs: {
26021
26019
settings: _vm.psSettings,
26022
26020
switcher: !_vm.state.minimize,
@@ -26033,7 +26031,7 @@ __vue_render__$B._withStripped = true;
26033
26031
/* style */
26034
26032
const __vue_inject_styles__$17 = undefined;
26035
26033
/* scoped */
26036
- const __vue_scope_id__$17 = "data-v-ffb43714" ;
26034
+ const __vue_scope_id__$17 = undefined ;
26037
26035
/* module identifier */
26038
26036
const __vue_module_identifier__$17 = undefined;
26039
26037
/* functional template */
@@ -26595,7 +26593,7 @@ var script$1d = {
26595
26593
'aria-hidden': 'false',
26596
26594
'aria-label': 'Loading'
26597
26595
},
26598
- class: ["spinner-".concat(type), (_ref2 = {}, _defineProperty(_ref2, "spinner-".concat(type, "-").concat(props.size), props.size), _defineProperty(_ref2, "text-".concat(props.color), Boolean( props.color) ), _ref2)]
26596
+ class: ["spinner-".concat(type), (_ref2 = {}, _defineProperty(_ref2, "spinner-".concat(type, "-").concat(props.size), props.size), _defineProperty(_ref2, "text-".concat(props.color), props.color), _ref2)]
26599
26597
}));
26600
26598
}
26601
26599
};
@@ -27128,8 +27126,8 @@ var script$1f = {
27128
27126
}
27129
27127
};
27130
27128
27131
- var css$4 = "\n.transparent[data-v-12527458] {\r\n opacity: 0.4;\n}\n.icon-transition[data-v-12527458] {\r\n -webkit-transition: transform 0.3s;\r\n -webkit-transition: -webkit-transform 0.3s;\r\n transition: -webkit-transform 0.3s;\r\n transition: transform 0.3s;\r\n transition: transform 0.3s, -webkit-transform 0.3s;\n}\n.arrow-position[data-v-12527458] {\r\n right: 0;\r\n top: 50%;\r\n -webkit-transform: translateY(-50%);\r\n transform: translateY(-50%);\n}\n.rotate-icon[data-v-12527458] {\r\n -webkit-transform: translateY(-50%) rotate(-180deg);\r\n transform: translateY(-50%) rotate(-180deg);\n}\r\n";
27132
- styleInject(css$4 );
27129
+ var css$3 = "\n.transparent[data-v-12527458] {\r\n opacity: 0.4;\n}\n.icon-transition[data-v-12527458] {\r\n -webkit-transition: transform 0.3s;\r\n -webkit-transition: -webkit-transform 0.3s;\r\n transition: -webkit-transform 0.3s;\r\n transition: transform 0.3s;\r\n transition: transform 0.3s, -webkit-transform 0.3s;\n}\n.arrow-position[data-v-12527458] {\r\n right: 0;\r\n top: 50%;\r\n -webkit-transform: translateY(-50%);\r\n transform: translateY(-50%);\n}\n.rotate-icon[data-v-12527458] {\r\n -webkit-transform: translateY(-50%) rotate(-180deg);\r\n transform: translateY(-50%) rotate(-180deg);\n}\r\n";
27130
+ styleInject(css$3 );
27133
27131
27134
27132
/* script */
27135
27133
const __vue_script__$1f = script$1f;
@@ -27875,8 +27873,8 @@ var script$1j = {
27875
27873
}
27876
27874
};
27877
27875
27878
- var css$5 = "\n.fade-enter-active, .fade-leave-active {\n -webkit-transition: opacity .3s;\n transition: opacity .3s;\n}\n.fade-enter, .fade-leave-to {\n opacity: 0;\n}\n";
27879
- styleInject(css$5 );
27876
+ var css$4 = "\n.fade-enter-active[data-v-cc1e3f94] , .fade-leave-active[data-v-cc1e3f94] {\n -webkit-transition: opacity .3s;\n transition: opacity .3s;\n}\n.fade-enter[data-v-cc1e3f94] , .fade-leave-to[data-v-cc1e3f94] {\n opacity: 0;\n}\n";
27877
+ styleInject(css$4 );
27880
27878
27881
27879
/* script */
27882
27880
const __vue_script__$1j = script$1j;
@@ -27970,7 +27968,7 @@ __vue_render__$J._withStripped = true;
27970
27968
/* style */
27971
27969
const __vue_inject_styles__$1j = undefined;
27972
27970
/* scoped */
27973
- const __vue_scope_id__$1j = undefined ;
27971
+ const __vue_scope_id__$1j = "data-v-cc1e3f94" ;
27974
27972
/* module identifier */
27975
27973
const __vue_module_identifier__$1j = undefined;
27976
27974
/* functional template */
@@ -28474,8 +28472,8 @@ var script$1k = {
28474
28472
}
28475
28473
};
28476
28474
28477
- var css$6 = "\n.toast[data-v-5b350eb1] {\n opacity: inherit;\n}\n.fade-enter-active[data-v-5b350eb1] {\n -webkit-transition: opacity .5s;\n transition: opacity .5s;\n}\n.fade-leave-active[data-v-5b350eb1] {\n -webkit-transition: opacity 2s;\n transition: opacity 2s;\n}\n.fade-enter[data-v-5b350eb1], .fade-leave-to[data-v-5b350eb1] {\n opacity: 0;\n}\n";
28478
- styleInject(css$6 );
28475
+ var css$5 = "\n.toast[data-v-5b350eb1] {\n opacity: inherit;\n}\n.fade-enter-active[data-v-5b350eb1] {\n -webkit-transition: opacity .5s;\n transition: opacity .5s;\n}\n.fade-leave-active[data-v-5b350eb1] {\n -webkit-transition: opacity 2s;\n transition: opacity 2s;\n}\n.fade-enter[data-v-5b350eb1], .fade-leave-to[data-v-5b350eb1] {\n opacity: 0;\n}\n";
28476
+ styleInject(css$5 );
28479
28477
28480
28478
/* script */
28481
28479
const __vue_script__$1k = script$1k;
0 commit comments