@vuu-ui/vuu-data-types 0.13.103-alpha.1 → 0.13.104

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 +2 -0
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -125,6 +125,7 @@ export declare type DataValueTypeSimple =
125
125
  | "json"
126
126
  | DateTimeDataValueTypeSimple
127
127
  | TimeDataValueTypeSimple
128
+ | DecimalValueTypeSimple
128
129
  | "checkbox";
129
130
 
130
131
  export declare type DataValueType =
@@ -133,6 +134,7 @@ export declare type DataValueType =
133
134
 
134
135
  export declare type TimeDataValueTypeSimple = "time";
135
136
  export declare type DateTimeDataValueTypeSimple = "date/time";
137
+ export declare type DecimalValueTypeSimple = "decimal";
136
138
 
137
139
  export declare type DateTimeDataValueType =
138
140
  | DateTimeColumnTypeSimple
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-data-types",
3
- "version": "0.13.103-alpha.1",
3
+ "version": "0.13.104",
4
4
  "author": "heswell",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
7
- "@vuu-ui/vuu-filter-types": "0.13.103-alpha.1",
8
- "@vuu-ui/vuu-protocol-types": "0.13.103-alpha.1"
7
+ "@vuu-ui/vuu-filter-types": "0.13.104",
8
+ "@vuu-ui/vuu-protocol-types": "0.13.104"
9
9
  },
10
10
  "dependencies": {},
11
11
  "peerDependencies": {},