vue-intergrall-plugins 0.0.148 → 0.0.149

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.
@@ -6293,8 +6293,20 @@ var script$9 = {
6293
6293
  },
6294
6294
  tooltipContent: {
6295
6295
  type: String
6296
+ },
6297
+ resizeCard: {
6298
+ type: Boolean,
6299
+ required: false,
6300
+ default: false
6296
6301
  }
6297
6302
  },
6303
+
6304
+ data() {
6305
+ return {
6306
+ styleCard: ''
6307
+ };
6308
+ },
6309
+
6298
6310
  mixins: [textoLongo],
6299
6311
  computed: {
6300
6312
  randomizeValue() {
@@ -6340,10 +6352,28 @@ var script$9 = {
6340
6352
  default:
6341
6353
  return "";
6342
6354
  }
6355
+ },
6356
+
6357
+ resizeHeaderCard() {
6358
+ if (this.resizeCard) {
6359
+ this.styleCard = "flex-direction: column;";
6360
+ } else {
6361
+ this.styleCard = "flex-direction: row;";
6362
+ }
6363
+
6364
+ return this.styleCard;
6343
6365
  }
6344
6366
 
6345
6367
  },
6346
6368
  methods: {
6369
+ resizeHeaderCard() {
6370
+ if (this.resizeCard) {
6371
+ this.styleCard = "flex-direction: column;";
6372
+ }
6373
+
6374
+ return this.styleCard;
6375
+ },
6376
+
6347
6377
  formataTimezoneData(timezoneData) {
6348
6378
  return formataTimezoneData(timezoneData);
6349
6379
  },
@@ -6387,7 +6417,8 @@ var __vue_render__$9 = function () {
6387
6417
  }) : _vm._e()]), _vm._v(" "), _c('div', {
6388
6418
  staticClass: "card box-shadow"
6389
6419
  }, [_c('div', {
6390
- staticClass: "card-header"
6420
+ staticClass: "card-header",
6421
+ style: _vm.resizeHeaderCard
6391
6422
  }, [_c('div', {
6392
6423
  staticClass: "card-author"
6393
6424
  }, [_c('fa-icon', {
@@ -6480,7 +6511,7 @@ var __vue_staticRenderFns__$9 = [];
6480
6511
 
6481
6512
  const __vue_inject_styles__$9 = function (inject) {
6482
6513
  if (!inject) return;
6483
- inject("data-v-5ef2322e_0", {
6514
+ inject("data-v-42a1c17c_0", {
6484
6515
  source: ".fade-enter-active,.fade-leave-active{transition:opacity .2s}.fade-enter,.fade-leave-to{opacity:0}.card-cli,.card-ope{display:flex;width:95%;margin:5px 0;position:relative}.card-cli.newMessage,.card-ope.newMessage{margin-top:30px}.new-messages{position:absolute;top:-30px;width:100%;display:flex;justify-content:center;align-items:center;margin:2.5px 0;background-color:lighten(#fff249,15)}.card-cli .card{border-left:3px solid #90b823}.card-ope{align-self:flex-end;background-color:lighten(#007535,72)}.card-ope .card{border-right:3px solid #007535}.card{background-color:rgba(255,255,255,.9);overflow:hidden;width:100%;padding:2.5px 5px}.card p{word-break:break-all}.card-header{width:100%;border-bottom:1px solid #ddd;margin-bottom:5px;display:flex;justify-content:space-between}.card-header svg{font-size:1rem}.card-author{display:flex;align-items:center}.card-author svg{margin-right:5px}.card-canal{flex:1;margin-right:10px}.card-dates{display:flex;flex-direction:column;margin-right:10px;font-size:.9rem}.card-date{overflow:hidden;display:flex;align-content:center}.card-date span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-date svg{margin-right:5px;color:#232323}.card-expand{display:flex;justify-content:center;align-items:center;margin:2.5px;cursor:pointer;opacity:.8;transition:opacity 150ms}.card-expand:hover{opacity:1}.card-footer{margin-top:5px;border-top:1px solid #ddd;display:flex;flex-wrap:wrap;min-height:25px}.card-chip{font-size:.8rem;width:fit-content;border-radius:15px;transition:all 150ms ease-in-out;padding:2.5px 7px;color:#1f69c1;background-color:rgba(207,216,244,.6);margin-bottom:5px}.card-chip:hover{background-color:#cfd8f4}.card-chip.orange{color:#e14924;background-color:rgba(228,92,58,.15)}.card-chip.orange:hover{background-color:rgba(228,92,58,.2)}.card-chip.yellow{color:#f4a304;background-color:rgba(252,191,73,.15)}.card-chip.yellow:hover{background-color:rgba(252,191,73,.2)}.card-chip.red{color:#e74c3c;background-color:rgba(231,76,60,.2)}.card-chip.red:hover{background-color:rgba(231,76,60,.25)}.card-file{width:60px;height:50px;margin-right:5px;display:flex;justify-content:center;align-items:center}.card-reply{cursor:pointer;position:absolute;right:30px;bottom:5px;font-size:.6rem;color:#67a332;width:.9rem;height:.9rem;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#fff}.card-reply svg{margin-top:-1px;margin-right:-1px}.card-check{position:absolute;bottom:5px;right:5px;cursor:pointer;font-size:.7rem}.card-check svg{font-size:.8rem}.card-check.seen,.card-check.seen svg{color:#006daa}.card-check.green,.card-check.green svg{color:#4f772d}.card-check.red,.card-check.red svg{color:#ba181b}.card-check.gray,.card-check.gray svg{color:#999}.card-check.black,.card-check.black svg{color:#666}",
6485
6516
  map: undefined,
6486
6517
  media: undefined