@syncfusion/ej2-angular-gantt 21.1.37-ngcc → 21.1.38-ngcc

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,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-gantt@*",
3
- "_id": "@syncfusion/ej2-angular-gantt@21.1.35",
3
+ "_id": "@syncfusion/ej2-angular-gantt@21.1.37",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-umnzyiHuycI/Nk0WnwLp2j8UlKgNnpY4UXLbz3NxbDPFL6Z9qox53dbBQax78XPzKMuidKkH3FYQj+sBhIxRWg==",
5
+ "_integrity": "sha512-p1OuiIiKkxNicHSKtzSAlCOwQJ31jY1UVF24VAyKhjBjBwOAQF+jwprO3bQARIwfo0m09PH3VY/l+7BAO/r8UQ==",
6
6
  "_location": "/@syncfusion/ej2-angular-gantt",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-21.1.35.tgz",
23
- "_shasum": "89b25a5558e32b639aed508c41d93c32136a68f7",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-21.1.37.tgz",
23
+ "_shasum": "4766c846fa72fdd3bcd711f3504e7c480942f725",
24
24
  "_spec": "@syncfusion/ej2-angular-gantt@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~21.1.37",
35
- "@syncfusion/ej2-base": "~21.1.37",
36
- "@syncfusion/ej2-gantt": "21.1.37"
34
+ "@syncfusion/ej2-angular-base": "~21.1.38",
35
+ "@syncfusion/ej2-base": "~21.1.38",
36
+ "@syncfusion/ej2-gantt": "21.1.38"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 Gantt Component for Angular",
@@ -57,5 +57,5 @@
57
57
  "schematics": "./schematics/collection.json",
58
58
  "sideEffects": false,
59
59
  "typings": "ej2-angular-gantt.d.ts",
60
- "version": "21.1.37-ngcc"
60
+ "version": "21.1.38-ngcc"
61
61
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-gantt";
2
- export declare const pkgVer = "^21.1.35";
2
+ export declare const pkgVer = "^21.1.37";
3
3
  export declare const moduleName = "GanttModule";
4
- export declare const themeVer = "~21.1.35";
4
+ export declare const themeVer = "~21.1.37";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-gantt';
4
- exports.pkgVer = '^21.1.37';
4
+ exports.pkgVer = '^21.1.38';
5
5
  exports.moduleName = 'GanttModule';
6
- exports.themeVer = '~21.1.37';
6
+ exports.themeVer = '~21.1.38';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-gantt';
2
- export const pkgVer = '^21.1.37';
2
+ export const pkgVer = '^21.1.38';
3
3
  export const moduleName = 'GanttModule';
4
- export const themeVer = '~21.1.37';
4
+ export const themeVer = '~21.1.38';
@@ -104,8 +104,8 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
104
104
  /**
105
105
  * It is used to change display value with the given format and does not affect the original data.
106
106
  * Gets the format from the user which can be standard or custom
107
- * [`number`](../../../common/internationalization/#number-formatting)
108
- * and [`date`](../../../common/internationalization/#formatting) formats.
107
+ * [`number`](https://ej2.syncfusion.com/documentation/common/internationalization/#number-formatting)
108
+ * and [`date`](https://ej2.syncfusion.com/documentation/common/internationalization/#date-formatting) formats.
109
109
  * @default null
110
110
  * @asptype string
111
111
  */