vue-intergrall-plugins 0.0.259 → 0.0.260
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.
|
@@ -12949,22 +12949,22 @@ var __vue_render__$7 = function () {
|
|
|
12949
12949
|
staticClass: "interatividade-lista"
|
|
12950
12950
|
}, [_c('div', {
|
|
12951
12951
|
staticClass: "interatividade-lista-conteudo"
|
|
12952
|
-
}, [_vm.objItens.header.text ? _c('p', {
|
|
12952
|
+
}, [_vm.objItens.header && _vm.objItens.header.text ? _c('p', {
|
|
12953
12953
|
staticClass: "interatividade-lista-titulo",
|
|
12954
12954
|
domProps: {
|
|
12955
12955
|
"innerHTML": _vm._s(_vm.objItens.header.text)
|
|
12956
12956
|
}
|
|
12957
|
-
}) : _vm._e(), _vm._v(" "), _vm.objItens.body.text ? _c('p', {
|
|
12957
|
+
}) : _vm._e(), _vm._v(" "), _vm.objItens.body && _vm.objItens.body.text ? _c('p', {
|
|
12958
12958
|
staticClass: "interatividade-lista-corpo",
|
|
12959
12959
|
domProps: {
|
|
12960
12960
|
"innerHTML": _vm._s(_vm.objItens.body.text)
|
|
12961
12961
|
}
|
|
12962
|
-
}) : _vm._e(), _vm._v(" "), _vm.objItens.footer.text ? _c('p', {
|
|
12962
|
+
}) : _vm._e(), _vm._v(" "), _vm.objItens.footer && _vm.objItens.footer.text ? _c('p', {
|
|
12963
12963
|
staticClass: "interatividade-lista-rodape",
|
|
12964
12964
|
domProps: {
|
|
12965
12965
|
"innerHTML": _vm._s(_vm.objItens.footer.text)
|
|
12966
12966
|
}
|
|
12967
|
-
}) : _vm._e()]), _vm._v(" "), _vm.objItens.list.title ? _c('p', {
|
|
12967
|
+
}) : _vm._e()]), _vm._v(" "), _vm.objItens.list && _vm.objItens.list.title ? _c('p', {
|
|
12968
12968
|
staticClass: "interatividade-lista-link",
|
|
12969
12969
|
domProps: {
|
|
12970
12970
|
"innerHTML": _vm._s(_vm.objItens.list.title)
|
|
@@ -12980,7 +12980,7 @@ var __vue_staticRenderFns__$7 = [];
|
|
|
12980
12980
|
|
|
12981
12981
|
const __vue_inject_styles__$7 = function (inject) {
|
|
12982
12982
|
if (!inject) return;
|
|
12983
|
-
inject("data-v-
|
|
12983
|
+
inject("data-v-3ff086b5_0", {
|
|
12984
12984
|
source: ".show-x-enter-active,.show-x-leave-enter{opacity:1;transform:translateX(0);transition:all .2s linear}.show-x-enter,.show-x-leave-to{opacity:0;transform:translateX(5%)}.interatividade-btn{width:100%;display:flex;justify-content:center;align-items:center;background-color:#fff;color:#111b21;padding:10px 12px;border-radius:5px;margin-bottom:10px}.interatividade-btn:nth-child(1){margin-top:10px}.interatividade-titulo{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%;margin:0;padding:0}.interatividade-lista{width:100%;min-width:200px;border-radius:15px;background-color:#fff;color:#333;margin:10px 0}.interatividade-lista-conteudo{padding:10px;border-bottom:1px solid #d7d7d7}.interatividade-lista-titulo{font-weight:700;font-size:1.2em;margin-bottom:10px}.interatividade-lista-rodape{color:#818181;margin-top:5px}.interatividade-lista-link{width:100%;text-align:center;padding:10px;color:#006eff;cursor:pointer;transition:color .2s ease-in-out}.interatividade-lista-link:hover{color:#00628f}",
|
|
12985
12985
|
map: undefined,
|
|
12986
12986
|
media: undefined
|