@socotra/ec-react-utils 2.13.0-next.0 → 2.13.0
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/dist/index.d.ts +0 -4
- package/dist/index.es.js +1066 -1069
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -71,10 +71,6 @@ declare type DataChange = {
|
|
|
71
71
|
path: string[];
|
|
72
72
|
};
|
|
73
73
|
|
|
74
|
-
export declare enum DataFieldTagFeature {
|
|
75
|
-
MultiSelect = "multiselect"
|
|
76
|
-
}
|
|
77
|
-
|
|
78
74
|
/**
|
|
79
75
|
* The function `dataModelToJSONSchema` converts a data model to a JSON schema based on specified
|
|
80
76
|
* criteria and data types.
|