eservices-core 1.0.360 → 1.0.361

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/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * eservices-core v1.0.360
2
+ * eservices-core v1.0.361
3
3
  * (c) 2022 ESERVICES
4
4
  */
5
5
  'use strict';
@@ -3167,7 +3167,7 @@ var script$z = /*#__PURE__*/ vue.defineComponent({
3167
3167
  }
3168
3168
  });
3169
3169
 
3170
- var css_248z$v = "\n.widget-list[data-v-929a676c]{\r\n width: 100%;\r\n border-collapse: collapse;\r\n table-layout: fixed;\n}\n.widget-list-cell[data-v-929a676c]:nth-child(2n){\r\n background-color: #F3F4FC;\n}\r\n\r\n";
3170
+ var css_248z$v = "\n.widget-list[data-v-929a676c]{\r\n border-collapse: collapse;\r\n table-layout: fixed;\n}\n.widget-list-cell[data-v-929a676c]:nth-child(2n){\r\n background-color: #F3F4FC;\n}\r\n\r\n";
3171
3171
  styleInject(css_248z$v);
3172
3172
 
3173
3173
  script$z.__scopeId = "data-v-929a676c";
@@ -53,6 +53,7 @@ interface TableCellInterface {
53
53
  type?: "date" | "dateWithTime" | 'toggle' | 'select';
54
54
  icon?: string;
55
55
  class?: string | string[];
56
+ style?: string;
56
57
  onClick?: (x: Values, obj: TableRowController) => void;
57
58
  edit?: boolean;
58
59
  delete?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eservices-core",
3
- "version": "1.0.360",
3
+ "version": "1.0.361",
4
4
  "description": "----",
5
5
  "author": "",
6
6
  "scripts": {