@nocobase/plugin-china-region
Advanced tools
Comparing version 0.19.0-alpha.9 to 0.20.0-alpha.1
@@ -1,51 +0,8 @@ | ||
export declare const useChinaRegionDataSource: (options: any) => { | ||
state: {}; | ||
setState: import("ahooks/lib/useSetState").SetState<{}>; | ||
loading: boolean; | ||
data?: { | ||
sort: string; | ||
paginate: boolean; | ||
filter: { | ||
level: number; | ||
}; | ||
export declare const useChinaRegionDataSource: (options: any) => import("@nocobase/client").UseRequestResult<{ | ||
sort: string; | ||
paginate: boolean; | ||
filter: { | ||
level: number; | ||
}; | ||
error?: Error; | ||
params: any; | ||
cancel: () => void; | ||
refresh: () => void; | ||
refreshAsync: () => Promise<{ | ||
sort: string; | ||
paginate: boolean; | ||
filter: { | ||
level: number; | ||
}; | ||
}>; | ||
run: (...params: any) => void; | ||
runAsync: (...params: any) => Promise<{ | ||
sort: string; | ||
paginate: boolean; | ||
filter: { | ||
level: number; | ||
}; | ||
}>; | ||
mutate: (data?: { | ||
sort: string; | ||
paginate: boolean; | ||
filter: { | ||
level: number; | ||
}; | ||
} | ((oldData?: { | ||
sort: string; | ||
paginate: boolean; | ||
filter: { | ||
level: number; | ||
}; | ||
}) => { | ||
sort: string; | ||
paginate: boolean; | ||
filter: { | ||
level: number; | ||
}; | ||
})) => void; | ||
}; | ||
}>; | ||
export declare const useChinaRegionLoadData: () => (selectedOptions: any) => void; |
module.exports = { | ||
"@formily/core": "2.3.0", | ||
"@formily/react": "2.3.0", | ||
"@nocobase/client": "0.19.0-alpha.9", | ||
"@nocobase/server": "0.19.0-alpha.9", | ||
"@nocobase/client": "0.20.0-alpha.1", | ||
"@nocobase/server": "0.20.0-alpha.1", | ||
"china-division": "2.7.0", | ||
"@nocobase/database": "0.19.0-alpha.9" | ||
"@nocobase/database": "0.20.0-alpha.1" | ||
}; |
{ | ||
"name": "@nocobase/plugin-china-region", | ||
"version": "0.19.0-alpha.9", | ||
"version": "0.20.0-alpha.1", | ||
"displayName": "Administrative divisions of China", | ||
@@ -25,3 +25,3 @@ "displayName.zh-CN": "中国行政区划", | ||
}, | ||
"gitHead": "975f9c58a1995df6a8d7a4d191a0dc4a9769ebc5", | ||
"gitHead": "516c0b1470d77ff499f533ae6b57e4c084450ff5", | ||
"keywords": [ | ||
@@ -28,0 +28,0 @@ "Fields" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
295563
269