vue-intergrall-plugins 1.0.81 → 1.0.83
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,7 @@ 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.parameters && _vm.interatividade.parameters.button && _vm.interatividade.parameters.button.type === 'dynamicURL' ? _c('div', {
|
|
9132
|
+
}, [_vm.interatividade && _vm.interatividade.parameters && _vm.interatividade.parameters.button && (_vm.interatividade.parameters.button.type === 'dynamicURL' || _vm.interatividade.parameters.button.type === 'staticURL') ? _c('div', {
|
|
9133
9133
|
staticClass: "interatividade-btn"
|
|
9134
9134
|
}, [_c('a', {
|
|
9135
9135
|
staticClass: "interatividade-link",
|
|
@@ -9142,7 +9142,27 @@ var __vue_render__$9 = function () {
|
|
|
9142
9142
|
attrs: {
|
|
9143
9143
|
"icon": ['fas', 'external-link-square-alt']
|
|
9144
9144
|
}
|
|
9145
|
-
})], 1)]) : _vm.
|
|
9145
|
+
})], 1)]) : _vm.interatividade && _vm.interatividade.parameters && _vm.interatividade.parameters.button && _vm.interatividade.parameters.button.type === 'phoneNumber' ? _c('div', {
|
|
9146
|
+
staticClass: "interatividade-btn"
|
|
9147
|
+
}, [_c('p', {
|
|
9148
|
+
staticClass: "interatividade-titulo",
|
|
9149
|
+
attrs: {
|
|
9150
|
+
"title": _vm.interatividade.parameters.button.text + " (" + _vm.interatividade.parameters.button.phoneNumber + ")"
|
|
9151
|
+
},
|
|
9152
|
+
domProps: {
|
|
9153
|
+
"textContent": _vm._s(_vm.interatividade.parameters.button.text + " (" + _vm.interatividade.parameters.button.phoneNumber + ")")
|
|
9154
|
+
}
|
|
9155
|
+
})]) : _vm.interatividade && _vm.interatividade.parameters && _vm.interatividade.parameters.button && _vm.interatividade.parameters.button.type === 'quickReply' ? _c('div', {
|
|
9156
|
+
staticClass: "interatividade-btn"
|
|
9157
|
+
}, [_c('p', {
|
|
9158
|
+
staticClass: "interatividade-titulo",
|
|
9159
|
+
attrs: {
|
|
9160
|
+
"title": "" + _vm.interatividade.parameters.button.text
|
|
9161
|
+
},
|
|
9162
|
+
domProps: {
|
|
9163
|
+
"textContent": _vm._s("" + _vm.interatividade.parameters.button.text)
|
|
9164
|
+
}
|
|
9165
|
+
})]) : _vm._e(), _vm._v(" "), _c('transition', {
|
|
9146
9166
|
attrs: {
|
|
9147
9167
|
"name": "show-x"
|
|
9148
9168
|
}
|
|
@@ -9206,7 +9226,7 @@ var __vue_staticRenderFns__$9 = [];
|
|
|
9206
9226
|
/* style */
|
|
9207
9227
|
const __vue_inject_styles__$9 = function (inject) {
|
|
9208
9228
|
if (!inject) return;
|
|
9209
|
-
inject("data-v-
|
|
9229
|
+
inject("data-v-754b29c2_0", {
|
|
9210
9230
|
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}",
|
|
9211
9231
|
map: undefined,
|
|
9212
9232
|
media: undefined
|