vue-intergrall-plugins 1.0.85 → 1.0.86
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.
|
@@ -9129,7 +9129,33 @@ var __vue_render__$9 = function () {
|
|
|
9129
9129
|
var _c = _vm._self._c || _h;
|
|
9130
9130
|
return _c('div', {
|
|
9131
9131
|
staticClass: "interatividade"
|
|
9132
|
-
}, [_vm.interatividade && _vm.interatividade.parameters && _vm.interatividade.parameters.button &&
|
|
9132
|
+
}, [_vm.interatividade && _vm.interatividade.parameters && _vm.interatividade.parameters.button && _vm.interatividade.parameters.button.length ? _c('div', _vm._l(_vm.interatividade.parameters.button, function (button, index) {
|
|
9133
|
+
return _c('div', {
|
|
9134
|
+
key: index,
|
|
9135
|
+
staticClass: "interatividade-btn"
|
|
9136
|
+
}, [!button.url ? _c('p', {
|
|
9137
|
+
staticClass: "interatividade-titulo",
|
|
9138
|
+
domProps: {
|
|
9139
|
+
"innerHTML": _vm._s(button.text)
|
|
9140
|
+
}
|
|
9141
|
+
}) : _c('a', {
|
|
9142
|
+
staticClass: "interatividade-link",
|
|
9143
|
+
attrs: {
|
|
9144
|
+
"href": button.url,
|
|
9145
|
+
"target": "_blank",
|
|
9146
|
+
"rel": "noreferrer noopener"
|
|
9147
|
+
}
|
|
9148
|
+
}, [_c('p', {
|
|
9149
|
+
staticClass: "interatividade-titulo",
|
|
9150
|
+
domProps: {
|
|
9151
|
+
"innerHTML": _vm._s(button.text)
|
|
9152
|
+
}
|
|
9153
|
+
}), _vm._v(" "), _c('fa-icon', {
|
|
9154
|
+
attrs: {
|
|
9155
|
+
"icon": ['fas', 'external-link-square-alt']
|
|
9156
|
+
}
|
|
9157
|
+
})], 1)]);
|
|
9158
|
+
}), 0) : _vm._e(), _vm._v(" "), _vm.interatividade && _vm.interatividade.parameters && _vm.interatividade.parameters.button && (_vm.interatividade.parameters.button.type === 'dynamicURL' || _vm.interatividade.parameters.button.type === 'staticURL') ? _c('div', {
|
|
9133
9159
|
staticClass: "interatividade-btn"
|
|
9134
9160
|
}, [_c('a', {
|
|
9135
9161
|
staticClass: "interatividade-link",
|
|
@@ -9226,7 +9252,7 @@ var __vue_staticRenderFns__$9 = [];
|
|
|
9226
9252
|
/* style */
|
|
9227
9253
|
const __vue_inject_styles__$9 = function (inject) {
|
|
9228
9254
|
if (!inject) return;
|
|
9229
|
-
inject("data-v-
|
|
9255
|
+
inject("data-v-81058760_0", {
|
|
9230
9256
|
source: ".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-link{color:#0c5c8f!important;text-decoration:none;display:flex;align-items:center;justify-content:center;width:100%;gap:5px}.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}",
|
|
9231
9257
|
map: undefined,
|
|
9232
9258
|
media: undefined
|