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 +1 -1
- package/src/index.es.js +1 -1
- package/src/index.umd.js +1 -1
package/package.json
CHANGED
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
|
|
6239
|
+
createType,
|
|
6240
6240
|
model: editorData,
|
|
6241
6241
|
data,
|
|
6242
6242
|
query: this.searchQueryRef.value,
|