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

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.
@@ -92,6 +92,7 @@ export declare class EntriesComponent implements OnInit {
92
92
  filters: GetEntriesInput;
93
93
  maxResultCount: number;
94
94
  hookToQuery(): void;
95
+ scrollToTop(): void;
95
96
  /**删除条目 */
96
97
  deletefield(row: any): void;
97
98
  drop(event: any): void;
@@ -26,6 +26,7 @@ export declare class FieldsComponent implements OnInit {
26
26
  fieldGroupChange(event: any): void;
27
27
  /**使用abp的list获取表格的字段数据列表 */
28
28
  hookToQuery(): void;
29
+ scrollToTop(): void;
29
30
  /**新建字段按钮 */
30
31
  toFieldsCreateBtn(): void;
31
32
  /**删除字段 */
@@ -25,12 +25,13 @@ export declare class SectionsComponent implements OnInit {
25
25
  data: PagedResultDto<SectionDto>;
26
26
  filters: GetSectionsInput;
27
27
  hookToQuery(): void;
28
+ scrollToTop(): void;
28
29
  ngOnInit(): Promise<void>;
29
30
  siteIdChange(): void;
30
31
  /**表单 */
31
32
  formEntity: FormGroup | undefined;
32
33
  /**弹窗状态 */
33
- isVisibleOpen: boolean;
34
+ isVisibleOpen: boolean | any;
34
35
  /**弹窗回调 */
35
36
  visibleChange(event: any): void;
36
37
  /**创建 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dignite-ng/expand.cms",
3
- "version": "3.0.0-rc.22",
3
+ "version": "3.0.0-rc.23",
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.22",
12
- "@dignite-ng/expand.dynamic-form": "~3.0.0-rc.22",
13
- "@dignite-ng/expand.regionalization-management": "~3.0.0-rc.22",
14
- "@dignite-ng/expand.ck-editor": "~3.0.0-rc.22",
15
- "@dignite-ng/expand.file-explorer": "~3.0.0-rc.22",
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",
16
16
  "tslib": "^2.0.0"
17
17
  },
18
18
  "publishConfig": {