@progress/kendo-angular-pivotgrid 12.0.2-develop.1 → 12.0.2-develop.3

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.
@@ -17,6 +17,9 @@ export declare class PopupCloseEvent extends PreventableEvent {
17
17
  * The original DOM event that causes the popup to close.
18
18
  */
19
19
  originalEvent: any;
20
+ /**
21
+ * @hidden
22
+ */
20
23
  constructor(e: any);
21
24
  }
22
25
  /**
@@ -25,6 +25,9 @@ const contains = (node, predicate) => {
25
25
  * Arguments for the `close` event of the chip-menu popup.
26
26
  */
27
27
  export class PopupCloseEvent extends PreventableEvent {
28
+ /**
29
+ * @hidden
30
+ */
28
31
  constructor(e) {
29
32
  super();
30
33
  this.originalEvent = e;
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-pivotgrid',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1683201135,
13
- version: '12.0.2-develop.1',
12
+ publishDate: 1683884304,
13
+ version: '12.0.2-develop.3',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
15
15
  };
@@ -41,8 +41,8 @@ const packageMetadata = {
41
41
  name: '@progress/kendo-angular-pivotgrid',
42
42
  productName: 'Kendo UI for Angular',
43
43
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
44
- publishDate: 1683201135,
45
- version: '12.0.2-develop.1',
44
+ publishDate: 1683884304,
45
+ version: '12.0.2-develop.3',
46
46
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
47
47
  };
48
48
 
@@ -625,6 +625,9 @@ const contains = (node, predicate) => {
625
625
  * Arguments for the `close` event of the chip-menu popup.
626
626
  */
627
627
  class PopupCloseEvent extends PreventableEvent {
628
+ /**
629
+ * @hidden
630
+ */
628
631
  constructor(e) {
629
632
  super();
630
633
  this.originalEvent = e;
@@ -40,8 +40,8 @@ const packageMetadata = {
40
40
  name: '@progress/kendo-angular-pivotgrid',
41
41
  productName: 'Kendo UI for Angular',
42
42
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
43
- publishDate: 1683201135,
44
- version: '12.0.2-develop.1',
43
+ publishDate: 1683884304,
44
+ version: '12.0.2-develop.3',
45
45
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
46
46
  };
47
47
 
@@ -622,6 +622,9 @@ const contains = (node, predicate) => {
622
622
  * Arguments for the `close` event of the chip-menu popup.
623
623
  */
624
624
  class PopupCloseEvent extends PreventableEvent {
625
+ /**
626
+ * @hidden
627
+ */
625
628
  constructor(e) {
626
629
  super();
627
630
  this.originalEvent = e;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-pivotgrid",
3
- "version": "12.0.2-develop.1",
3
+ "version": "12.0.2-develop.3",
4
4
  "description": "PivotGrid package for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -24,21 +24,21 @@
24
24
  "@progress/kendo-data-query": "^1.5.5",
25
25
  "@progress/kendo-drawing": "^1.17.2",
26
26
  "@progress/kendo-licensing": "^1.0.2",
27
- "@progress/kendo-angular-buttons": "12.0.2-develop.1",
28
- "@progress/kendo-angular-common": "12.0.2-develop.1",
29
- "@progress/kendo-angular-dropdowns": "12.0.2-develop.1",
30
- "@progress/kendo-angular-indicators": "12.0.2-develop.1",
31
- "@progress/kendo-angular-inputs": "12.0.2-develop.1",
32
- "@progress/kendo-angular-intl": "12.0.2-develop.1",
33
- "@progress/kendo-angular-l10n": "12.0.2-develop.1",
34
- "@progress/kendo-angular-popup": "12.0.2-develop.1",
35
- "@progress/kendo-angular-icons": "12.0.2-develop.1",
36
- "@progress/kendo-angular-treeview": "12.0.2-develop.1",
27
+ "@progress/kendo-angular-buttons": "12.0.2-develop.3",
28
+ "@progress/kendo-angular-common": "12.0.2-develop.3",
29
+ "@progress/kendo-angular-dropdowns": "12.0.2-develop.3",
30
+ "@progress/kendo-angular-indicators": "12.0.2-develop.3",
31
+ "@progress/kendo-angular-inputs": "12.0.2-develop.3",
32
+ "@progress/kendo-angular-intl": "12.0.2-develop.3",
33
+ "@progress/kendo-angular-l10n": "12.0.2-develop.3",
34
+ "@progress/kendo-angular-popup": "12.0.2-develop.3",
35
+ "@progress/kendo-angular-icons": "12.0.2-develop.3",
36
+ "@progress/kendo-angular-treeview": "12.0.2-develop.3",
37
37
  "rxjs": "^6.5.3 || ^7.0.0"
38
38
  },
39
39
  "dependencies": {
40
40
  "tslib": "^2.3.1",
41
- "@progress/kendo-angular-schematics": "12.0.2-develop.1",
41
+ "@progress/kendo-angular-schematics": "12.0.2-develop.3",
42
42
  "@progress/kendo-pivotgrid-common": "0.5.1"
43
43
  },
44
44
  "schematics": "./schematics/collection.json",
@@ -6,7 +6,7 @@ function default_1(options) {
6
6
  // Additional dependencies to install.
7
7
  // See https://github.com/telerik/kendo-schematics/issues/28
8
8
  peerDependencies: {
9
- '@progress/kendo-angular-dialog': '12.0.2-develop.1',
9
+ '@progress/kendo-angular-dialog': '12.0.2-develop.3',
10
10
  // peer dep of the icons
11
11
  '@progress/kendo-svg-icons': '^1.0.0'
12
12
  } });