@dignite-ng/expand.cms 3.0.1 → 3.1.0

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.
@@ -44,6 +44,8 @@ export declare class CreateOrEditComponent implements OnInit {
44
44
  enableSearchTypeList: any[];
45
45
  /**不需要展示的动态表单类型 */
46
46
  disableshowinTypeList: any[];
47
+ /**检查字段类型是否支持搜索 */
48
+ getEnableSearchTypeList(field: any): boolean;
47
49
  ngOnInit(): Promise<void>;
48
50
  /**处理数据 */
49
51
  processData(): Promise<unknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dignite-ng/expand.cms",
3
- "version": "3.0.1",
3
+ "version": "3.1.0",
4
4
  "homepage": "https://abp.io",
5
5
  "repository": {
6
6
  "type": "git",