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