zzz-pc-view 0.0.151 → 0.0.152

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zzz-pc-view",
3
- "version": "0.0.151",
3
+ "version": "0.0.152",
4
4
  "main": "src/index.umd.js",
5
5
  "module": "src/index.es.js",
6
6
  "types": "src/index.d.ts",
package/src/index.es.js CHANGED
@@ -6236,7 +6236,7 @@ class CurdHandler extends FilterHandler {
6236
6236
  if (typeof setDefaultValue === "function") {
6237
6237
  const mapping = (_a2 = filterConfigMap[propertyKey]) == null ? void 0 : _a2.mapping;
6238
6238
  setDefaultValue({
6239
- createType: 2,
6239
+ createType,
6240
6240
  model: editorData,
6241
6241
  data,
6242
6242
  query: this.searchQueryRef.value,