@formio/js 5.0.0-rc.6 → 5.0.0-rc.7
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/formio.embed.min.js.LICENSE.txt +1 -1
- package/dist/formio.form.js +1 -1
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.form.min.js.LICENSE.txt +1 -1
- package/dist/formio.full.js +1 -1
- package/dist/formio.full.min.js +1 -1
- package/dist/formio.full.min.js.LICENSE.txt +1 -1
- package/dist/formio.js +1 -1
- package/dist/formio.min.js +1 -1
- package/dist/formio.min.js.LICENSE.txt +1 -1
- package/dist/formio.utils.min.js.LICENSE.txt +1 -1
- package/lib/mjs/package.json +1 -1
- package/package.json +1 -1
- package/types/utils.d.ts +1 -0
package/lib/mjs/package.json
CHANGED
package/package.json
CHANGED
package/types/utils.d.ts
CHANGED
@@ -120,6 +120,7 @@ export namespace Utils {
|
|
120
120
|
function searchComponents(components: any[], query: any): any;
|
121
121
|
function findComponent(components: any[], key: any, path: any, fn: Function): boolean;
|
122
122
|
function removeComponent(components: any[], path: any): void;
|
123
|
+
function fastCloneDeep(json: any): any;
|
123
124
|
function generateFormChange(
|
124
125
|
type: string | any,
|
125
126
|
data: { schema: any; parent: { key: any } | any; originalComponent: any },
|