capibara 1.1.29 → 1.1.33

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.
package/config.js CHANGED
@@ -363,7 +363,6 @@ var config = {
363
363
  ],
364
364
  },
365
365
  buttons: {
366
- showInMobile: true,
367
366
  width: 90,
368
367
  vars: [
369
368
  {
@@ -377,6 +376,20 @@ var config = {
377
376
  tooltip: "tooltip hover",
378
377
  className: "",
379
378
  key: "icon-etapas-fertilizacion",
379
+ formatter(item, btn){
380
+ return 0;
381
+ },
382
+ btnClassNameFormatter(item, btn){
383
+ let className = null;
384
+ if(btn.key = "icon-etapas-fertilización"){
385
+ let value = 0;
386
+ if(btn.formatter){
387
+ value = btn.formatter(item, btn);
388
+ }
389
+ className = value == 0 ? 'is-empty':null;
390
+ }
391
+ return className;
392
+ },
380
393
  },
381
394
  ],
382
395
  },
@@ -2973,7 +2986,7 @@ var config = {
2973
2986
  height: 35,
2974
2987
  mobile: {
2975
2988
  width: 30,
2976
- height: 30,
2989
+ height: 35,
2977
2990
  },
2978
2991
  },
2979
2992
  detailDay: {