@abp/ng.cms-kit 10.2.0-rc.1 → 10.2.0-rc.2

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 CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@abp/ng.cms-kit",
3
- "version": "10.2.0-rc.1",
3
+ "version": "10.2.0-rc.2",
4
4
  "homepage": "https://abp.io",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/abpframework/abp.git"
8
8
  },
9
9
  "dependencies": {
10
- "@abp/ng.components": "~10.2.0-rc.1",
11
- "@abp/ng.setting-management": "~10.2.0-rc.1",
12
- "@abp/ng.theme.shared": "~10.2.0-rc.1",
10
+ "@abp/ng.components": "~10.2.0-rc.2",
11
+ "@abp/ng.setting-management": "~10.2.0-rc.2",
12
+ "@abp/ng.theme.shared": "~10.2.0-rc.2",
13
13
  "@toast-ui/editor": "~3.0.0",
14
14
  "codemirror": "~6.0.0",
15
15
  "tslib": "^2.0.0"
@@ -155,6 +155,7 @@ declare class BlogModalComponent implements OnInit {
155
155
  private destroyRef;
156
156
  selected: i0.InputSignal<BlogDto>;
157
157
  visibleChange: i0.OutputEmitterRef<BlogModalVisibleChange>;
158
+ modalBusy: boolean;
158
159
  form: FormGroup;
159
160
  ngOnInit(): void;
160
161
  private buildForm;