Skip to content

Commit 6da7e77

Browse files
committed
chore: fix imported files, sideEffects, builds and typings
1 parent 5371814 commit 6da7e77

9 files changed

+452
-108
lines changed

dist/coreui-vue.common.js

Lines changed: 199 additions & 36 deletions
Large diffs are not rendered by default.

dist/coreui-vue.common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/coreui-vue.esm.js

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3054,7 +3054,7 @@ function computeClasses(props) {
30543054
var _ref;
30553055

30563056
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;
30583058
}
30593059

30603060
function computePassedProps(props) {
@@ -3154,7 +3154,7 @@ var script$7 = {
31543154
data = _ref.data,
31553155
children = _ref.children;
31563156
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)],
31583158
attrs: {
31593159
role: 'group'
31603160
}
@@ -3491,7 +3491,7 @@ var script$a = {
34913491
}
34923492
};
34933493

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";
34953495
styleInject(css$1);
34963496

34973497
/* script */
@@ -3567,7 +3567,7 @@ __vue_render__$4._withStripped = true;
35673567
/* style */
35683568
const __vue_inject_styles__$a = undefined;
35693569
/* scoped */
3570-
const __vue_scope_id__$a = undefined;
3570+
const __vue_scope_id__$a = "data-v-0cb37076";
35713571
/* module identifier */
35723572
const __vue_module_identifier__$a = undefined;
35733573
/* functional template */
@@ -3865,7 +3865,7 @@ var script$d = {
38653865
children = _ref.children;
38663866
return h(props.tag || 'div', a(data, {
38673867
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)]
38693869
}), [children]);
38703870
}
38713871
};
@@ -3965,7 +3965,7 @@ var script$f = {
39653965
children = _ref.children;
39663966
return h(props.tag || 'footer', a(data, {
39673967
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)]
39693969
}), children);
39703970
}
39713971
};
@@ -4060,7 +4060,7 @@ var script$h = {
40604060
children = _ref.children;
40614061
return h(props.tag || 'header', a(data, {
40624062
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)]
40644064
}), children);
40654065
}
40664066
};
@@ -20052,7 +20052,7 @@ var script$M = {
2005220052
staticClass: 'jumbotron',
2005320053
class: (_class = {
2005420054
'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)
2005620056
}), children);
2005720057
}
2005820058
};
@@ -20186,7 +20186,7 @@ var script$O = {
2018620186
attrs: attrs,
2018720187
props: itemProps,
2018820188
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)
2019020190
};
2019120191
return h(tag, a(data, componentData), children);
2019220192
}
@@ -20370,15 +20370,15 @@ var script$Q = {
2037020370
'fade': this.fade,
2037120371
'show': this.visible,
2037220372
'd-block': this.visible || this.isTransitioning
20373-
}, "modal-".concat(this.color), Boolean(this.color))];
20373+
}, "modal-".concat(this.color), this.color)];
2037420374
},
2037520375
dialogClasses: function dialogClasses() {
2037620376
return [this.addDialogClasses, 'modal-dialog', _defineProperty({
2037720377
'modal-dialog-centered': this.centered
20378-
}, "modal-".concat(this.size), Boolean(this.size))];
20378+
}, "modal-".concat(this.size), this.size)];
2037920379
},
2038020380
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)];
2038220382
},
2038320383
btnClasses: function btnClasses() {
2038420384
return ["btn btn-".concat(this.color || 'primary')];
@@ -20778,7 +20778,7 @@ var script$T = {
2077820778
staticClass: 'navbar',
2077920779
class: [props.light ? 'navbar-light' : 'navbar-dark', (_ref2 = {
2078020780
'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)],
2078220782
attrs: {
2078320783
role: props.tag === 'nav' ? null : 'navigation'
2078420784
}
@@ -26003,11 +26003,9 @@ var script$17 = {
2600326003
}
2600426004
};
2600526005

26006-
var css$3 = "\n.c-scroll-area[data-v-ffb43714] {\n height: 100%;\n}\n";
26007-
styleInject(css$3);
26008-
2600926006
/* script */
2601026007
const __vue_script__$17 = script$17;
26008+
2601126009
/* template */
2601226010
var __vue_render__$B = function() {
2601326011
var _vm = this;
@@ -26016,7 +26014,7 @@ var __vue_render__$B = function() {
2601626014
return _c(
2601726015
"CScrollbar",
2601826016
{
26019-
staticClass: "c-scroll-area c-sidebar-nav",
26017+
staticClass: "c-sidebar-nav h-100",
2602026018
attrs: {
2602126019
settings: _vm.psSettings,
2602226020
switcher: !_vm.state.minimize,
@@ -26033,7 +26031,7 @@ __vue_render__$B._withStripped = true;
2603326031
/* style */
2603426032
const __vue_inject_styles__$17 = undefined;
2603526033
/* scoped */
26036-
const __vue_scope_id__$17 = "data-v-ffb43714";
26034+
const __vue_scope_id__$17 = undefined;
2603726035
/* module identifier */
2603826036
const __vue_module_identifier__$17 = undefined;
2603926037
/* functional template */
@@ -26595,7 +26593,7 @@ var script$1d = {
2659526593
'aria-hidden': 'false',
2659626594
'aria-label': 'Loading'
2659726595
},
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)]
2659926597
}));
2660026598
}
2660126599
};
@@ -27128,8 +27126,8 @@ var script$1f = {
2712827126
}
2712927127
};
2713027128

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);
2713327131

2713427132
/* script */
2713527133
const __vue_script__$1f = script$1f;
@@ -27875,8 +27873,8 @@ var script$1j = {
2787527873
}
2787627874
};
2787727875

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);
2788027878

2788127879
/* script */
2788227880
const __vue_script__$1j = script$1j;
@@ -27970,7 +27968,7 @@ __vue_render__$J._withStripped = true;
2797027968
/* style */
2797127969
const __vue_inject_styles__$1j = undefined;
2797227970
/* scoped */
27973-
const __vue_scope_id__$1j = undefined;
27971+
const __vue_scope_id__$1j = "data-v-cc1e3f94";
2797427972
/* module identifier */
2797527973
const __vue_module_identifier__$1j = undefined;
2797627974
/* functional template */
@@ -28474,8 +28472,8 @@ var script$1k = {
2847428472
}
2847528473
};
2847628474

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);
2847928477

2848028478
/* script */
2848128479
const __vue_script__$1k = script$1k;

0 commit comments

Comments
 (0)