@trackunit/iris-app-runtime-core-api 0.3.63 → 0.3.65
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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@trackunit/iris-app-runtime-core-api",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.65",
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
6
6
|
"engines": {
|
@@ -9,7 +9,7 @@
|
|
9
9
|
"module": "./index.esm.js",
|
10
10
|
"main": "./index.cjs.js",
|
11
11
|
"dependencies": {
|
12
|
-
"@trackunit/react-core-contexts-api": "0.2.
|
12
|
+
"@trackunit/react-core-contexts-api": "0.2.55"
|
13
13
|
},
|
14
14
|
"peerDependencies": {}
|
15
15
|
}
|
@@ -85,6 +85,7 @@ export declare enum UnitUs {
|
|
85
85
|
yard = "yard",
|
86
86
|
pound_per_square_inch = "pound_per_square_inch"
|
87
87
|
}
|
88
|
+
export type UnitUsType = `${UnitUs}`;
|
88
89
|
export declare enum UnitSi {
|
89
90
|
newton = "newton",
|
90
91
|
pascal = "pascal",
|
@@ -112,6 +113,7 @@ export declare enum UnitSi {
|
|
112
113
|
hectare = "hectare",
|
113
114
|
hour = "hour"
|
114
115
|
}
|
116
|
+
export type UnitSiType = `${UnitSi}`;
|
115
117
|
export type NumberFieldDefinition = AbstractCustomFieldDefinitionObject & {
|
116
118
|
defaultNumberValue?: number | null;
|
117
119
|
minimumNumber?: number | null;
|