vue-intergrall-plugins 0.0.133 → 0.0.134
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.
|
@@ -7123,6 +7123,10 @@ var script$1 = {
|
|
|
7123
7123
|
btnCustom: {
|
|
7124
7124
|
type: Boolean,
|
|
7125
7125
|
default: false
|
|
7126
|
+
},
|
|
7127
|
+
activeLoader: {
|
|
7128
|
+
type: Boolean,
|
|
7129
|
+
default: false
|
|
7126
7130
|
}
|
|
7127
7131
|
}
|
|
7128
7132
|
};
|
|
@@ -7158,12 +7162,12 @@ var __vue_render__$1 = function () {
|
|
|
7158
7162
|
attrs: {
|
|
7159
7163
|
"icon": _vm.faIcon.length ? _vm.faIcon : _vm.svgIcon
|
|
7160
7164
|
}
|
|
7161
|
-
})], 1)] : _vm._e(), _vm._v(" "), _c('span', {
|
|
7165
|
+
})], 1)] : _vm._e(), _vm._v(" "), !_vm.activeLoader ? _c('span', {
|
|
7162
7166
|
staticClass: "simple-btn--text",
|
|
7163
7167
|
domProps: {
|
|
7164
7168
|
"textContent": _vm._s(_vm.btnText)
|
|
7165
7169
|
}
|
|
7166
|
-
})], 2);
|
|
7170
|
+
}) : _c('Loader')], 2);
|
|
7167
7171
|
};
|
|
7168
7172
|
|
|
7169
7173
|
var __vue_staticRenderFns__$1 = [];
|
|
@@ -7171,8 +7175,8 @@ var __vue_staticRenderFns__$1 = [];
|
|
|
7171
7175
|
|
|
7172
7176
|
const __vue_inject_styles__$1 = function (inject) {
|
|
7173
7177
|
if (!inject) return;
|
|
7174
|
-
inject("data-v-
|
|
7175
|
-
source: ".default-btn-style{transition-duration:.3s;user-select:none;cursor:pointer;box-shadow:inset 0 -2px rgba(0,0,0,.2);opacity:.9;border-radius:5px;display:flex;justify-content:center;align-items:center;padding:5px;cursor:pointer}.default-btn-style:hover{opacity:1}.default-btn-style:active{opacity:1;box-shadow:inset 0 -1px rgba(0,0,0,.2);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-o-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.simple-btn{position:relative}.simple-btn--icon{display:flex;justify-content:center;align-items:center;margin-right:5px}.simple-btn--icon.custom{min-width:25px}.simple-btn--text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.icon-container{position:absolute;left:-15px;padding:5px;width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%}.icon-container svg{color:rgba(255,255,255,.5);width:23px;height:23px}",
|
|
7178
|
+
inject("data-v-1067dba2_0", {
|
|
7179
|
+
source: ".default-btn-style{transition-duration:.3s;user-select:none;cursor:pointer;box-shadow:inset 0 -2px rgba(0,0,0,.2);opacity:.9;border-radius:5px;display:flex;justify-content:center;align-items:center;padding:5px;cursor:pointer;min-height:28px}.default-btn-style:hover{opacity:1}.default-btn-style:active{opacity:1;box-shadow:inset 0 -1px rgba(0,0,0,.2);-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-o-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.simple-btn{position:relative}.simple-btn--icon{display:flex;justify-content:center;align-items:center;margin-right:5px}.simple-btn--icon.custom{min-width:25px}.simple-btn--text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.icon-container{position:absolute;left:-15px;padding:5px;width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%}.icon-container svg{color:rgba(255,255,255,.5);width:23px;height:23px}",
|
|
7176
7180
|
map: undefined,
|
|
7177
7181
|
media: undefined
|
|
7178
7182
|
});
|