devextreme-schematics 1.2.22 → 1.2.23

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devextreme-schematics",
3
- "version": "1.2.22",
3
+ "version": "1.2.23",
4
4
  "description": "DevExtreme schematics",
5
5
  "scripts": {
6
6
  "build": "tsc -p tsconfig.json",
@@ -34,5 +34,5 @@
34
34
  "jasmine": "^2.8.0",
35
35
  "tslint": "^5.15.0"
36
36
  },
37
- "gitHead": "246b01d1d70a6e0df684e8250f49e896aafd1447"
37
+ "gitHead": "777e8d2b209c52381f604bb395a5289c8cded7da"
38
38
  }
@@ -70,7 +70,7 @@ export class SideNavInnerToolbarComponent implements OnInit {
70
70
  }
71
71
 
72
72
  navigationChanged(event: TreeViewItemClickEvent) {
73
- const path = event.itemData.path;
73
+ const path = (event.itemData as any).path;
74
74
  const pointerEvent = event.event;
75
75
 
76
76
  if (path && this.menuOpened) {
@@ -63,7 +63,7 @@ export class SideNavOuterToolbarComponent implements OnInit {
63
63
  }
64
64
 
65
65
  navigationChanged(event: ItemClickEvent) {
66
- const path = event.itemData.path;
66
+ const path = (event.itemData as any).path;
67
67
  const pointerEvent = event.event;
68
68
 
69
69
  if (path && this.menuOpened) {
@@ -17,7 +17,7 @@ export class ProfileComponent {
17
17
  Prefix: 'Mrs.',
18
18
  Position: 'Controller',
19
19
  Picture: 'images/employees/06.png',
20
- BirthDate: new Date('1974/11/15'),
20
+ BirthDate: new Date('1974/11/5'),
21
21
  HireDate: new Date('2005/05/11'),
22
22
  /* tslint:disable-next-line:max-line-length */
23
23
  Notes: 'Sandra is a CPA and has been our controller since 2008. She loves to interact with staff so if you`ve not met her, be certain to say hi.\r\n\r\nSandra has 2 daughters both of whom are accomplished gymnasts.',
@@ -7,7 +7,7 @@
7
7
  "dxversion": {
8
8
  "type": "string",
9
9
  "description": "The DevExtreme version",
10
- "default": "^21.2.3"
10
+ "default": "^21.2.4"
11
11
  },
12
12
  "project": {
13
13
  "type": "string",
@@ -2,8 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  // TODO: implement
4
4
  exports.latestVersions = {
5
- 'devextreme': '^21.2.3',
6
- 'devextreme-angular': '^21.2.3',
5
+ 'devextreme': '^21.2.4',
6
+ 'devextreme-angular': '^21.2.4',
7
7
  'devextreme-cli': 'latest'
8
8
  };
9
9
  //# sourceMappingURL=latest-versions.js.map
@@ -1,6 +1,6 @@
1
1
  // TODO: implement
2
2
  export const latestVersions = {
3
- 'devextreme': '^21.2.3',
4
- 'devextreme-angular': '^21.2.3',
3
+ 'devextreme': '^21.2.4',
4
+ 'devextreme-angular': '^21.2.4',
5
5
  'devextreme-cli': 'latest'
6
6
  };