@dignite-ng/expand.cms 3.0.0-rc.23 → 3.0.0-rc.24

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.
@@ -6,7 +6,7 @@ export declare class EntryViewComponent {
6
6
  /**展示则内容 */
7
7
  showValue: any;
8
8
  /**是否显示再列表 */
9
- showInList: boolean;
9
+ showInList: boolean | any;
10
10
  /**表单字段数据 */
11
11
  fields: any;
12
12
  /**表单控件类型 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dignite-ng/expand.cms",
3
- "version": "3.0.0-rc.23",
3
+ "version": "3.0.0-rc.24",
4
4
  "homepage": "https://abp.io",
5
5
  "repository": {
6
6
  "type": "git",
@@ -8,11 +8,11 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "pinyin-pro": "^3.26.0",
11
- "@dignite-ng/expand.core": "~3.0.0-rc.23",
12
- "@dignite-ng/expand.dynamic-form": "~3.0.0-rc.23",
13
- "@dignite-ng/expand.regionalization-management": "~3.0.0-rc.23",
14
- "@dignite-ng/expand.ck-editor": "~3.0.0-rc.23",
15
- "@dignite-ng/expand.file-explorer": "~3.0.0-rc.23",
11
+ "@dignite-ng/expand.core": "~3.0.0-rc.24",
12
+ "@dignite-ng/expand.dynamic-form": "~3.0.0-rc.24",
13
+ "@dignite-ng/expand.regionalization-management": "~3.0.0-rc.24",
14
+ "@dignite-ng/expand.ck-editor": "~3.0.0-rc.24",
15
+ "@dignite-ng/expand.file-explorer": "~3.0.0-rc.24",
16
16
  "tslib": "^2.0.0"
17
17
  },
18
18
  "publishConfig": {