@tylertech/forge 3.3.4 → 3.3.5
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/custom-elements.json +1 -1
- package/dist/lib.js +1 -1
- package/dist/lib.js.map +3 -3
- package/esm/field/field-adapter.d.ts +5 -2
- package/esm/field/field-adapter.js +5 -4
- package/esm/field/field-constants.d.ts +1 -0
- package/esm/field/field-constants.js +1 -0
- package/esm/field/field-core.js +3 -2
- package/package.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -31725,7 +31725,7 @@
|
|
|
31725
31725
|
},
|
|
31726
31726
|
"FieldAdapter": {
|
|
31727
31727
|
"path": "src/lib/field/field-adapter.ts",
|
|
31728
|
-
"lineNumber":
|
|
31728
|
+
"lineNumber": 20
|
|
31729
31729
|
},
|
|
31730
31730
|
"IFieldCore": {
|
|
31731
31731
|
"path": "src/lib/field/field-core.ts",
|