@htmlbricks/hb-table 0.60.56 → 0.60.58

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/manifest.json CHANGED
@@ -379,6 +379,9 @@
379
379
  },
380
380
  "style": {
381
381
  "type": "string"
382
+ },
383
+ "total": {
384
+ "type": "number"
382
385
  }
383
386
  },
384
387
  "required": [
@@ -655,6 +658,20 @@
655
658
  "type": "number"
656
659
  }
657
660
  },
661
+ "i18nlang": {
662
+ "control": {
663
+ "type": "select"
664
+ },
665
+ "options": [
666
+ "en",
667
+ "it"
668
+ ]
669
+ },
670
+ "total": {
671
+ "control": {
672
+ "type": "number"
673
+ }
674
+ },
658
675
  "enableselect": {
659
676
  "control": {
660
677
  "type": "boolean"
@@ -2157,5 +2174,5 @@
2157
2174
  "size": {},
2158
2175
  "iifePath": "main.iife.js",
2159
2176
  "repoName": "@htmlbricks/hb-table",
2160
- "version": "0.60.56"
2177
+ "version": "0.60.58"
2161
2178
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-table",
3
- "version": "0.60.56",
3
+ "version": "0.60.58",
4
4
  "contributors": [],
5
5
  "description": "",
6
6
  "licenses": [
@@ -59,6 +59,9 @@
59
59
  },
60
60
  "style": {
61
61
  "type": "string"
62
+ },
63
+ "total": {
64
+ "type": "number"
62
65
  }
63
66
  },
64
67
  "required": [
@@ -66,6 +66,7 @@ export type Component = {
66
66
  disablepagination?: boolean;
67
67
  add_item?: boolean;
68
68
  i18nlang?: string;
69
+ total?: number;
69
70
  };
70
71
 
71
72
  export type Events = {