@trackunit/custom-field-components 0.0.158 → 0.0.162

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.js +2 -1
  2. package/package.json +5 -5
package/index.js CHANGED
@@ -1902,7 +1902,8 @@ const DateCustomField = props => {
1902
1902
  helpAddon: props.helpAddon || null,
1903
1903
  helpText: props.errorMessage || props.helpText,
1904
1904
  onChange: onChangeHandler,
1905
- label: undefined
1905
+ label: undefined,
1906
+ defaultValue: defaultValue
1906
1907
  }));
1907
1908
  };
1908
1909
 
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@trackunit/custom-field-components",
3
- "version": "0.0.158",
3
+ "version": "0.0.162",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "dependencies": {
7
- "@trackunit/react-core-contexts-test": "0.0.42",
8
- "@trackunit/react-components": "0.0.169",
7
+ "@trackunit/react-core-contexts-test": "0.0.44",
8
+ "@trackunit/react-components": "0.0.172",
9
9
  "react": "17.0.2",
10
10
  "react-hook-form": "^7.36.1",
11
- "@trackunit/iris-app-runtime-core": "0.0.71",
12
- "@trackunit/iris-app-runtime-core-api": "0.0.68",
11
+ "@trackunit/iris-app-runtime-core": "0.0.73",
12
+ "@trackunit/iris-app-runtime-core-api": "0.0.69",
13
13
  "react-select": "^5.4.0",
14
14
  "libphonenumber-js": "^1.10.13"
15
15
  },