imng-kendo-schematics 19.259.5 → 19.259.8

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,6 +1,6 @@
1
1
  {
2
2
  "name": "imng-kendo-schematics",
3
- "version": "19.259.5",
3
+ "version": "19.259.8",
4
4
  "description": "Angular Schematics facilitating Angular, Kendo, NGRX and imng package integration",
5
5
  "scripts": {
6
6
  "build": "tsc -p tsconfig.json",
@@ -113,7 +113,7 @@
113
113
  <imng-data-delete-dialog
114
114
  [facade]="crudFacade"
115
115
  [dataItem]="crudFacade.currentEntity$ | async">
116
- <div>Are you sure you want to delete this record?</div>
116
+ <div class="text-center">Are you sure you want to delete this record?</div>
117
117
  </imng-data-delete-dialog>
118
118
  }
119
119
  }