@kne/form-creator 0.1.6 → 0.1.7
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -439,7 +439,7 @@ const isAutoDataKey = function (value, prefix) {
|
|
|
439
439
|
}
|
|
440
440
|
return new RegExp(`^${prefix}_[a-z0-9]+_[a-z0-9]+$`, 'i').test(String(value || '').trim());
|
|
441
441
|
};
|
|
442
|
-
const MAX_BLOCK_DEPTH =
|
|
442
|
+
const MAX_BLOCK_DEPTH = 14;
|
|
443
443
|
const createEmptyColumn = () => ({
|
|
444
444
|
title: '',
|
|
445
445
|
name: createDataKey('col'),
|