@vuu-ui/vuu-table-types 0.13.87 → 0.13.88

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +4 -4
package/index.d.ts CHANGED
@@ -163,6 +163,7 @@ export declare type ColumnTypeFormatting = {
163
163
  alignOnDecimals?: boolean;
164
164
  decimals?: number;
165
165
  pattern?: DateTimePattern;
166
+ useLocaleString?: boolean;
166
167
  zeroPad?: boolean;
167
168
  };
168
169
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-table-types",
3
- "version": "0.13.87",
3
+ "version": "0.13.88",
4
4
  "devDependencies": {
5
- "@vuu-ui/vuu-data-types": "0.13.87",
6
- "@vuu-ui/vuu-filter-types": "0.13.87",
7
- "@vuu-ui/vuu-protocol-types": "0.13.87"
5
+ "@vuu-ui/vuu-data-types": "0.13.88",
6
+ "@vuu-ui/vuu-filter-types": "0.13.88",
7
+ "@vuu-ui/vuu-protocol-types": "0.13.88"
8
8
  },
9
9
  "author": "heswell",
10
10
  "license": "Apache-2.0",