@progress/kendo-angular-pivotgrid 22.1.0-develop.9 → 23.0.0-develop.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/configurator/chip-menu/chip-menu-item.component.d.ts +2 -2
- package/data-binding/local-binding.directive.d.ts +1 -1
- package/data-binding/olap-binding.directive.d.ts +1 -1
- package/fesm2022/progress-kendo-angular-pivotgrid.mjs +19 -19
- package/localization/custom-messages.component.d.ts +1 -1
- package/models/virtualization-settings.d.ts +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +15 -15
- package/pivotgrid.component.d.ts +2 -2
- package/rendering/templates/pivotgrid-cell-template.directive.d.ts +1 -1
- package/rendering/templates/pivotgrid-column-header-cell-template.directive.d.ts +1 -1
- package/rendering/templates/pivotgrid-row-header-cell-template.directive.d.ts +1 -1
- package/rendering/templates/pivotgrid-value-cell-template.directive.d.ts +1 -1
- package/schematics/ngAdd/index.js +2 -2
|
@@ -24,13 +24,13 @@ export declare class ChipMenuItemComponent implements OnChanges {
|
|
|
24
24
|
*/
|
|
25
25
|
collapse: EventEmitter<any>;
|
|
26
26
|
/**
|
|
27
|
-
* Specifies the name of the [font icon](
|
|
27
|
+
* Specifies the name of the [font icon](https://www.telerik.com/kendo-angular-ui/components/styling/icons#icons-list)
|
|
28
28
|
* that will be rendered for the item.
|
|
29
29
|
*/
|
|
30
30
|
icon: string;
|
|
31
31
|
/**
|
|
32
32
|
* Defines an SVGIcon to be rendered for the column menu items.
|
|
33
|
-
* The input can take either an [existing Kendo SVG icon](
|
|
33
|
+
* The input can take either an [existing Kendo SVG icon](https://www.telerik.com/kendo-angular-ui/components/icons/svgicon/svgicon-list) or a custom one.
|
|
34
34
|
*/
|
|
35
35
|
svgIcon: SVGIcon;
|
|
36
36
|
/**
|
|
@@ -9,7 +9,7 @@ import { PivotBaseBindingDirective } from './base-binding-directive';
|
|
|
9
9
|
import { PivotGridState } from '../models/configurator-settings';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
|
-
* Represents a directive that binds the PivotGrid to local data ([see example](
|
|
12
|
+
* Represents a directive that binds the PivotGrid to local data ([see example](https://www.telerik.com/kendo-angular-ui/components/pivotgrid/data-binding/local-directive)).
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```html
|
|
@@ -8,7 +8,7 @@ import { PivotBaseBindingDirective } from './base-binding-directive';
|
|
|
8
8
|
import { PivotGridState } from '../models/configurator-settings';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
|
-
* Represents a directive that binds the PivotGrid to data using an Online Analytical Processing (OLAP) service ([see example](
|
|
11
|
+
* Represents a directive that binds the PivotGrid to data using an Online Analytical Processing (OLAP) service ([see example](https://www.telerik.com/kendo-angular-ui/components/pivotgrid/data-binding/olap-directive)).
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```html
|
|
@@ -1052,13 +1052,13 @@ class ChipMenuItemComponent {
|
|
|
1052
1052
|
*/
|
|
1053
1053
|
collapse = new EventEmitter();
|
|
1054
1054
|
/**
|
|
1055
|
-
* Specifies the name of the [font icon](
|
|
1055
|
+
* Specifies the name of the [font icon](https://www.telerik.com/kendo-angular-ui/components/styling/icons#icons-list)
|
|
1056
1056
|
* that will be rendered for the item.
|
|
1057
1057
|
*/
|
|
1058
1058
|
icon;
|
|
1059
1059
|
/**
|
|
1060
1060
|
* Defines an SVGIcon to be rendered for the column menu items.
|
|
1061
|
-
* The input can take either an [existing Kendo SVG icon](
|
|
1061
|
+
* The input can take either an [existing Kendo SVG icon](https://www.telerik.com/kendo-angular-ui/components/icons/svgicon/svgicon-list) or a custom one.
|
|
1062
1062
|
*/
|
|
1063
1063
|
svgIcon;
|
|
1064
1064
|
/**
|
|
@@ -2325,7 +2325,7 @@ class PivotGridConfiguratorComponent {
|
|
|
2325
2325
|
.subscribe(res => {
|
|
2326
2326
|
const measures = res.find(f => f.caption === 'Measures' && f.uniqueName === '[Measures]');
|
|
2327
2327
|
if (measures) {
|
|
2328
|
-
measures.caption = this.messageFor('configuratorMeasuresText')
|
|
2328
|
+
measures.caption = this.messageFor('configuratorMeasuresText');
|
|
2329
2329
|
}
|
|
2330
2330
|
this.fields = res;
|
|
2331
2331
|
}));
|
|
@@ -2591,7 +2591,7 @@ class PivotGridConfiguratorComponent {
|
|
|
2591
2591
|
</div>
|
|
2592
2592
|
|
|
2593
2593
|
<div class="k-pivotgrid-configurator-content">
|
|
2594
|
-
<div class="k-form
|
|
2594
|
+
<div class="k-form" [class.k-form-horizontal]="isHorizontal" [class.k-form-vertical]="!isHorizontal" role="form">
|
|
2595
2595
|
<div class="k-form-field-wrapper" [ngStyle]="isHorizontal ? {'padding-left': 0 } : null">
|
|
2596
2596
|
<div class="k-form-field" [style]="'padding-top: 1em; margin-top: 0;'" [ngStyle]="isHorizontal ? {'padding-top': 0, 'padding-left': '16px' } : null">
|
|
2597
2597
|
<span [id]="contentLabelId('fields')" class="k-label">{{messageFor('configuratorFieldsText')}}</span>
|
|
@@ -2817,7 +2817,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2817
2817
|
</div>
|
|
2818
2818
|
|
|
2819
2819
|
<div class="k-pivotgrid-configurator-content">
|
|
2820
|
-
<div class="k-form
|
|
2820
|
+
<div class="k-form" [class.k-form-horizontal]="isHorizontal" [class.k-form-vertical]="!isHorizontal" role="form">
|
|
2821
2821
|
<div class="k-form-field-wrapper" [ngStyle]="isHorizontal ? {'padding-left': 0 } : null">
|
|
2822
2822
|
<div class="k-form-field" [style]="'padding-top: 1em; margin-top: 0;'" [ngStyle]="isHorizontal ? {'padding-top': 0, 'padding-left': '16px' } : null">
|
|
2823
2823
|
<span [id]="contentLabelId('fields')" class="k-label">{{messageFor('configuratorFieldsText')}}</span>
|
|
@@ -3269,7 +3269,7 @@ const columnsData = 'columns';
|
|
|
3269
3269
|
const bindingFields = { dataField, columnsData };
|
|
3270
3270
|
const stringSeparator = '&';
|
|
3271
3271
|
/**
|
|
3272
|
-
* Represents a directive that binds the PivotGrid to local data ([see example](
|
|
3272
|
+
* Represents a directive that binds the PivotGrid to local data ([see example](https://www.telerik.com/kendo-angular-ui/components/pivotgrid/data-binding/local-directive)).
|
|
3273
3273
|
*
|
|
3274
3274
|
* @example
|
|
3275
3275
|
* ```html
|
|
@@ -3362,7 +3362,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
3362
3362
|
}] } });
|
|
3363
3363
|
|
|
3364
3364
|
/**
|
|
3365
|
-
* Represents a directive that binds the PivotGrid to data using an Online Analytical Processing (OLAP) service ([see example](
|
|
3365
|
+
* Represents a directive that binds the PivotGrid to data using an Online Analytical Processing (OLAP) service ([see example](https://www.telerik.com/kendo-angular-ui/components/pivotgrid/data-binding/olap-directive)).
|
|
3366
3366
|
*
|
|
3367
3367
|
* @example
|
|
3368
3368
|
* ```html
|
|
@@ -3806,7 +3806,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
3806
3806
|
* Represents the custom messages component of the PivotGrid.
|
|
3807
3807
|
*
|
|
3808
3808
|
* Use this component to override default messages for the PivotGrid.
|
|
3809
|
-
* ([see example](
|
|
3809
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/pivotgrid/globalization#custom-messages)).
|
|
3810
3810
|
*
|
|
3811
3811
|
* @example
|
|
3812
3812
|
* ```html
|
|
@@ -3891,7 +3891,7 @@ const packageMetadata = {
|
|
|
3891
3891
|
productCode: 'KENDOUIANGULAR',
|
|
3892
3892
|
productCodes: ['KENDOUIANGULAR'],
|
|
3893
3893
|
publishDate: 1662018672,
|
|
3894
|
-
version: '
|
|
3894
|
+
version: '23.0.0-develop.2',
|
|
3895
3895
|
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'
|
|
3896
3896
|
};
|
|
3897
3897
|
|
|
@@ -3899,7 +3899,7 @@ const packageMetadata = {
|
|
|
3899
3899
|
* Represents the cell template of the PivotGrid. Allows customizing the content of the cells.
|
|
3900
3900
|
*
|
|
3901
3901
|
* To define the cell template, nest an `<ng-template>` tag with the
|
|
3902
|
-
* `kendoPivotGridCellTemplate` directive inside a `<kendo-pivot-grid>` tag ([see example](
|
|
3902
|
+
* `kendoPivotGridCellTemplate` directive inside a `<kendo-pivot-grid>` tag ([see example](https://www.telerik.com/kendo-angular-ui/components/pivotgrid/templates#cell-template)).
|
|
3903
3903
|
*
|
|
3904
3904
|
* The template context provides the current cell item and the following additional fields:
|
|
3905
3905
|
* - `cellItem`—The current cell item. This is the default template context that you can access with any `let-x` syntax—for example, `let-cellItem`.
|
|
@@ -3938,7 +3938,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
3938
3938
|
* Represents the value cell template of the PivotGrid. Allows customizing the content of the value cells.
|
|
3939
3939
|
*
|
|
3940
3940
|
* To define the value cell template, nest an `<ng-template>` tag with the
|
|
3941
|
-
* `kendoPivotGridValueCellTemplate` directive inside a `<kendo-pivot-grid>` tag ([see example](
|
|
3941
|
+
* `kendoPivotGridValueCellTemplate` directive inside a `<kendo-pivot-grid>` tag ([see example](https://www.telerik.com/kendo-angular-ui/components/pivotgrid/templates#value-cell-template)).
|
|
3942
3942
|
*
|
|
3943
3943
|
* The template context provides the current cell item and the following additional fields:
|
|
3944
3944
|
* - `cellItem`—The current cell item. This is the default template context that you can access with any `let-x` syntax—for example, `let-cellItem`.
|
|
@@ -3976,7 +3976,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
3976
3976
|
* Represents the row header cell template of the PivotGrid. Allows customizing the content of the row header cells.
|
|
3977
3977
|
*
|
|
3978
3978
|
* To define the row header cell template, nest an `<ng-template>` tag with the
|
|
3979
|
-
* `kendoPivotGridRowHeaderCellTemplate` directive inside a `<kendo-pivot-grid>` tag ([see example](
|
|
3979
|
+
* `kendoPivotGridRowHeaderCellTemplate` directive inside a `<kendo-pivot-grid>` tag ([see example](https://www.telerik.com/kendo-angular-ui/components/pivotgrid/templates#row-header-cell-template)).
|
|
3980
3980
|
*
|
|
3981
3981
|
* The template context provides the current cell item and the following additional fields:
|
|
3982
3982
|
* - `cellItem`—The current cell item. This is the default template context that you can access with any `let-x` syntax—for example, `let-cellItem`.
|
|
@@ -4015,7 +4015,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
4015
4015
|
* Represents the column header cell template of the PivotGrid. Allows customizing the content of the column header cells.
|
|
4016
4016
|
*
|
|
4017
4017
|
* To define the column header cell template, nest an `<ng-template>` tag with the
|
|
4018
|
-
* `kendoPivotGridColumnHeaderCellTemplate` directive inside a `<kendo-pivot-grid>` tag ([see example](
|
|
4018
|
+
* `kendoPivotGridColumnHeaderCellTemplate` directive inside a `<kendo-pivot-grid>` tag ([see example](https://www.telerik.com/kendo-angular-ui/components/pivotgrid/templates#column-header-cell-template)).
|
|
4019
4019
|
*
|
|
4020
4020
|
* The template context provides the current cell item and the following additional fields:
|
|
4021
4021
|
* - `cellItem`—The current cell item. This is the default template context that you can access with any `let-x` syntax—for example, `let-cellItem`.
|
|
@@ -4817,7 +4817,7 @@ const DEFAULT_CONFIGURATOR_SETTINGS = {
|
|
|
4817
4817
|
orientation: 'vertical'
|
|
4818
4818
|
};
|
|
4819
4819
|
/**
|
|
4820
|
-
* Represents the [Kendo UI PivotGrid component for Angular](
|
|
4820
|
+
* Represents the [Kendo UI PivotGrid component for Angular](https://www.telerik.com/kendo-angular-ui/components/pivotgrid).
|
|
4821
4821
|
*
|
|
4822
4822
|
* @example
|
|
4823
4823
|
* ```html
|
|
@@ -4905,7 +4905,7 @@ class PivotGridComponent {
|
|
|
4905
4905
|
return this.configurator && Object.assign({}, DEFAULT_CONFIGURATOR_SETTINGS, this.configurator);
|
|
4906
4906
|
}
|
|
4907
4907
|
/**
|
|
4908
|
-
* Sets the width of the column header and data cells. The provided value is treated in pixels [(see example)](
|
|
4908
|
+
* Sets the width of the column header and data cells. The provided value is treated in pixels [(see example)](https://www.telerik.com/kendo-angular-ui/components/pivotgrid/appearance#column-headers-width).
|
|
4909
4909
|
*
|
|
4910
4910
|
* @default 200
|
|
4911
4911
|
*/
|
|
@@ -5161,8 +5161,8 @@ class PivotGridComponent {
|
|
|
5161
5161
|
i18n-configuratorFieldsText="kendo.pivotgrid.configuratorFieldsText|The text content of the PivotGrid configurator fields section title element"
|
|
5162
5162
|
configuratorFieldsText="Fields"
|
|
5163
5163
|
|
|
5164
|
-
i18n-
|
|
5165
|
-
|
|
5164
|
+
i18n-configuratorMeasuresText="kendo.pivotgrid.configuratorMeasuresText|The text content of the PivotGrid configurator fields TreeView Measures node"
|
|
5165
|
+
configuratorMeasuresText="Measures"
|
|
5166
5166
|
|
|
5167
5167
|
i18n-configuratorColumnsText="kendo.pivotgrid.configuratorColumnsText|The text content of the PivotGrid configurator columns section title element"
|
|
5168
5168
|
configuratorColumnsText="Columns"
|
|
@@ -5343,8 +5343,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
5343
5343
|
i18n-configuratorFieldsText="kendo.pivotgrid.configuratorFieldsText|The text content of the PivotGrid configurator fields section title element"
|
|
5344
5344
|
configuratorFieldsText="Fields"
|
|
5345
5345
|
|
|
5346
|
-
i18n-
|
|
5347
|
-
|
|
5346
|
+
i18n-configuratorMeasuresText="kendo.pivotgrid.configuratorMeasuresText|The text content of the PivotGrid configurator fields TreeView Measures node"
|
|
5347
|
+
configuratorMeasuresText="Measures"
|
|
5348
5348
|
|
|
5349
5349
|
i18n-configuratorColumnsText="kendo.pivotgrid.configuratorColumnsText|The text content of the PivotGrid configurator columns section title element"
|
|
5350
5350
|
configuratorColumnsText="Columns"
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
* Represents the custom messages component of the PivotGrid.
|
|
10
10
|
*
|
|
11
11
|
* Use this component to override default messages for the PivotGrid.
|
|
12
|
-
* ([see example](
|
|
12
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/pivotgrid/globalization#custom-messages)).
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```html
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
|
-
* Specifies the supported values of the [`VirtualizationSettings`](
|
|
6
|
+
* Specifies the supported values of the [`VirtualizationSettings`](https://www.telerik.com/kendo-angular-ui/components/pivotgrid/api/virtualizationsettings) `type` property.
|
|
7
7
|
*
|
|
8
8
|
* The available values are:
|
|
9
9
|
* * `row`—Enables row virtualization only.
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "
|
|
10
|
+
"publishDate": 1770290345,
|
|
11
|
+
"version": "23.0.0-develop.2",
|
|
12
12
|
"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"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-pivotgrid",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.0.0-develop.2",
|
|
4
4
|
"description": "PivotGrid package for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"package": {
|
|
19
19
|
"productName": "Kendo UI for Angular",
|
|
20
20
|
"productCode": "KENDOUIANGULAR",
|
|
21
|
-
"publishDate":
|
|
21
|
+
"publishDate": 1770290345,
|
|
22
22
|
"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"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
@@ -28,24 +28,24 @@
|
|
|
28
28
|
"@angular/core": "19 - 21",
|
|
29
29
|
"@angular/forms": "19 - 21",
|
|
30
30
|
"@angular/platform-browser": "19 - 21",
|
|
31
|
-
"@progress/kendo-data-query": "^1.
|
|
32
|
-
"@progress/kendo-drawing": "^1.
|
|
31
|
+
"@progress/kendo-data-query": "^1.7.3",
|
|
32
|
+
"@progress/kendo-drawing": "^1.24.0",
|
|
33
33
|
"@progress/kendo-licensing": "^1.10.0",
|
|
34
|
-
"@progress/kendo-angular-buttons": "
|
|
35
|
-
"@progress/kendo-angular-common": "
|
|
36
|
-
"@progress/kendo-angular-dropdowns": "
|
|
37
|
-
"@progress/kendo-angular-indicators": "
|
|
38
|
-
"@progress/kendo-angular-inputs": "
|
|
39
|
-
"@progress/kendo-angular-intl": "
|
|
40
|
-
"@progress/kendo-angular-l10n": "
|
|
41
|
-
"@progress/kendo-angular-popup": "
|
|
42
|
-
"@progress/kendo-angular-icons": "
|
|
43
|
-
"@progress/kendo-angular-treeview": "
|
|
34
|
+
"@progress/kendo-angular-buttons": "23.0.0-develop.2",
|
|
35
|
+
"@progress/kendo-angular-common": "23.0.0-develop.2",
|
|
36
|
+
"@progress/kendo-angular-dropdowns": "23.0.0-develop.2",
|
|
37
|
+
"@progress/kendo-angular-indicators": "23.0.0-develop.2",
|
|
38
|
+
"@progress/kendo-angular-inputs": "23.0.0-develop.2",
|
|
39
|
+
"@progress/kendo-angular-intl": "23.0.0-develop.2",
|
|
40
|
+
"@progress/kendo-angular-l10n": "23.0.0-develop.2",
|
|
41
|
+
"@progress/kendo-angular-popup": "23.0.0-develop.2",
|
|
42
|
+
"@progress/kendo-angular-icons": "23.0.0-develop.2",
|
|
43
|
+
"@progress/kendo-angular-treeview": "23.0.0-develop.2",
|
|
44
44
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"tslib": "^2.3.1",
|
|
48
|
-
"@progress/kendo-angular-schematics": "
|
|
48
|
+
"@progress/kendo-angular-schematics": "23.0.0-develop.2",
|
|
49
49
|
"@progress/kendo-pivotgrid-common": "0.6.3"
|
|
50
50
|
},
|
|
51
51
|
"schematics": "./schematics/collection.json",
|
package/pivotgrid.component.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ import { VirtualizationSettings } from './models/virtualization-settings';
|
|
|
19
19
|
import { PivotGridScrollService } from './virtual/scroll.service';
|
|
20
20
|
import * as i0 from "@angular/core";
|
|
21
21
|
/**
|
|
22
|
-
* Represents the [Kendo UI PivotGrid component for Angular](
|
|
22
|
+
* Represents the [Kendo UI PivotGrid component for Angular](https://www.telerik.com/kendo-angular-ui/components/pivotgrid).
|
|
23
23
|
*
|
|
24
24
|
* @example
|
|
25
25
|
* ```html
|
|
@@ -84,7 +84,7 @@ export declare class PivotGridComponent implements AfterViewInit, AfterContentIn
|
|
|
84
84
|
get virtualScrolling(): VirtualizationSettings;
|
|
85
85
|
get configuratorSettings(): ConfiguratorSettings;
|
|
86
86
|
/**
|
|
87
|
-
* Sets the width of the column header and data cells. The provided value is treated in pixels [(see example)](
|
|
87
|
+
* Sets the width of the column header and data cells. The provided value is treated in pixels [(see example)](https://www.telerik.com/kendo-angular-ui/components/pivotgrid/appearance#column-headers-width).
|
|
88
88
|
*
|
|
89
89
|
* @default 200
|
|
90
90
|
*/
|
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
* Represents the cell template of the PivotGrid. Allows customizing the content of the cells.
|
|
9
9
|
*
|
|
10
10
|
* To define the cell template, nest an `<ng-template>` tag with the
|
|
11
|
-
* `kendoPivotGridCellTemplate` directive inside a `<kendo-pivot-grid>` tag ([see example](
|
|
11
|
+
* `kendoPivotGridCellTemplate` directive inside a `<kendo-pivot-grid>` tag ([see example](https://www.telerik.com/kendo-angular-ui/components/pivotgrid/templates#cell-template)).
|
|
12
12
|
*
|
|
13
13
|
* The template context provides the current cell item and the following additional fields:
|
|
14
14
|
* - `cellItem`—The current cell item. This is the default template context that you can access with any `let-x` syntax—for example, `let-cellItem`.
|
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
* Represents the column header cell template of the PivotGrid. Allows customizing the content of the column header cells.
|
|
9
9
|
*
|
|
10
10
|
* To define the column header cell template, nest an `<ng-template>` tag with the
|
|
11
|
-
* `kendoPivotGridColumnHeaderCellTemplate` directive inside a `<kendo-pivot-grid>` tag ([see example](
|
|
11
|
+
* `kendoPivotGridColumnHeaderCellTemplate` directive inside a `<kendo-pivot-grid>` tag ([see example](https://www.telerik.com/kendo-angular-ui/components/pivotgrid/templates#column-header-cell-template)).
|
|
12
12
|
*
|
|
13
13
|
* The template context provides the current cell item and the following additional fields:
|
|
14
14
|
* - `cellItem`—The current cell item. This is the default template context that you can access with any `let-x` syntax—for example, `let-cellItem`.
|
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
* Represents the row header cell template of the PivotGrid. Allows customizing the content of the row header cells.
|
|
9
9
|
*
|
|
10
10
|
* To define the row header cell template, nest an `<ng-template>` tag with the
|
|
11
|
-
* `kendoPivotGridRowHeaderCellTemplate` directive inside a `<kendo-pivot-grid>` tag ([see example](
|
|
11
|
+
* `kendoPivotGridRowHeaderCellTemplate` directive inside a `<kendo-pivot-grid>` tag ([see example](https://www.telerik.com/kendo-angular-ui/components/pivotgrid/templates#row-header-cell-template)).
|
|
12
12
|
*
|
|
13
13
|
* The template context provides the current cell item and the following additional fields:
|
|
14
14
|
* - `cellItem`—The current cell item. This is the default template context that you can access with any `let-x` syntax—for example, `let-cellItem`.
|
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
* Represents the value cell template of the PivotGrid. Allows customizing the content of the value cells.
|
|
9
9
|
*
|
|
10
10
|
* To define the value cell template, nest an `<ng-template>` tag with the
|
|
11
|
-
* `kendoPivotGridValueCellTemplate` directive inside a `<kendo-pivot-grid>` tag ([see example](
|
|
11
|
+
* `kendoPivotGridValueCellTemplate` directive inside a `<kendo-pivot-grid>` tag ([see example](https://www.telerik.com/kendo-angular-ui/components/pivotgrid/templates#value-cell-template)).
|
|
12
12
|
*
|
|
13
13
|
* The template context provides the current cell item and the following additional fields:
|
|
14
14
|
* - `cellItem`—The current cell item. This is the default template context that you can access with any `let-x` syntax—for example, `let-cellItem`.
|
|
@@ -11,11 +11,11 @@ function default_1(options) {
|
|
|
11
11
|
// Additional dependencies to install.
|
|
12
12
|
// See https://github.com/telerik/kendo-schematics/issues/28
|
|
13
13
|
peerDependencies: {
|
|
14
|
-
'@progress/kendo-angular-dialog': '
|
|
14
|
+
'@progress/kendo-angular-dialog': '23.0.0-develop.2',
|
|
15
15
|
// peer dep of the icons
|
|
16
16
|
'@progress/kendo-svg-icons': '^4.0.0',
|
|
17
17
|
// peer dep of the dropdowns
|
|
18
|
-
'@progress/kendo-angular-navigation': '
|
|
18
|
+
'@progress/kendo-angular-navigation': '23.0.0-develop.2'
|
|
19
19
|
} });
|
|
20
20
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
21
21
|
}
|