@progress/kendo-angular-pivotgrid 14.0.0-develop.3 → 14.0.0-develop.4
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/esm2020/configurator/chip-menu/filtering/string-filter-menu.component.mjs +1 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/rendering/pivotgrid-cell.directive.mjs +4 -2
- package/fesm2015/progress-kendo-angular-pivotgrid.mjs +7 -5
- package/fesm2020/progress-kendo-angular-pivotgrid.mjs +7 -5
- package/package.json +12 -12
- package/schematics/ngAdd/index.js +1 -1
|
@@ -101,7 +101,7 @@ StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
101
101
|
formControlName="value"
|
|
102
102
|
/>
|
|
103
103
|
</ng-container>
|
|
104
|
-
`, isInline: true, components: [{ type: i4.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["showStickyHeader", "
|
|
104
|
+
`, isInline: true, components: [{ type: i4.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i3.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i5.FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }, { type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { type: i6.TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }, { type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }] });
|
|
105
105
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StringFilterMenuComponent, decorators: [{
|
|
106
106
|
type: Component,
|
|
107
107
|
args: [{
|
|
@@ -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:
|
|
13
|
-
version: '14.0.0-develop.
|
|
12
|
+
publishDate: 1696225097,
|
|
13
|
+
version: '14.0.0-develop.4',
|
|
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
|
};
|
|
@@ -58,7 +58,8 @@ PivotGridCellDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
58
58
|
aria-hidden="true"
|
|
59
59
|
[kendoEventsOutsideAngular]="{ click: handleClick }"
|
|
60
60
|
[name]="expanded ? 'chevron-up' : 'chevron-down'"
|
|
61
|
-
[svgIcon]="expanded ? chevronUpSVGIcon : chevronDownSVGIcon"
|
|
61
|
+
[svgIcon]="expanded ? chevronUpSVGIcon : chevronDownSVGIcon"
|
|
62
|
+
innerCssClass="k-pivotgrid-toggle">
|
|
62
63
|
</kendo-icon-wrapper>
|
|
63
64
|
{{ kendoPivotGridCell.data ? kendoPivotGridCell.data.fmtValue : kendoPivotGridCell.caption }}`, isInline: true, components: [{ type: i2.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
|
|
64
65
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PivotGridCellDirective, decorators: [{
|
|
@@ -72,7 +73,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
72
73
|
aria-hidden="true"
|
|
73
74
|
[kendoEventsOutsideAngular]="{ click: handleClick }"
|
|
74
75
|
[name]="expanded ? 'chevron-up' : 'chevron-down'"
|
|
75
|
-
[svgIcon]="expanded ? chevronUpSVGIcon : chevronDownSVGIcon"
|
|
76
|
+
[svgIcon]="expanded ? chevronUpSVGIcon : chevronDownSVGIcon"
|
|
77
|
+
innerCssClass="k-pivotgrid-toggle">
|
|
76
78
|
</kendo-icon-wrapper>
|
|
77
79
|
{{ kendoPivotGridCell.data ? kendoPivotGridCell.data.fmtValue : kendoPivotGridCell.caption }}`
|
|
78
80
|
}]
|
|
@@ -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:
|
|
45
|
-
version: '14.0.0-develop.
|
|
44
|
+
publishDate: 1696225097,
|
|
45
|
+
version: '14.0.0-develop.4',
|
|
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
|
|
|
@@ -370,7 +370,8 @@ PivotGridCellDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
370
370
|
aria-hidden="true"
|
|
371
371
|
[kendoEventsOutsideAngular]="{ click: handleClick }"
|
|
372
372
|
[name]="expanded ? 'chevron-up' : 'chevron-down'"
|
|
373
|
-
[svgIcon]="expanded ? chevronUpSVGIcon : chevronDownSVGIcon"
|
|
373
|
+
[svgIcon]="expanded ? chevronUpSVGIcon : chevronDownSVGIcon"
|
|
374
|
+
innerCssClass="k-pivotgrid-toggle">
|
|
374
375
|
</kendo-icon-wrapper>
|
|
375
376
|
{{ kendoPivotGridCell.data ? kendoPivotGridCell.data.fmtValue : kendoPivotGridCell.caption }}`, isInline: true, components: [{ type: i2.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1$1.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
|
|
376
377
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PivotGridCellDirective, decorators: [{
|
|
@@ -384,7 +385,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
384
385
|
aria-hidden="true"
|
|
385
386
|
[kendoEventsOutsideAngular]="{ click: handleClick }"
|
|
386
387
|
[name]="expanded ? 'chevron-up' : 'chevron-down'"
|
|
387
|
-
[svgIcon]="expanded ? chevronUpSVGIcon : chevronDownSVGIcon"
|
|
388
|
+
[svgIcon]="expanded ? chevronUpSVGIcon : chevronDownSVGIcon"
|
|
389
|
+
innerCssClass="k-pivotgrid-toggle">
|
|
388
390
|
</kendo-icon-wrapper>
|
|
389
391
|
{{ kendoPivotGridCell.data ? kendoPivotGridCell.data.fmtValue : kendoPivotGridCell.caption }}`
|
|
390
392
|
}]
|
|
@@ -1304,7 +1306,7 @@ StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
1304
1306
|
formControlName="value"
|
|
1305
1307
|
/>
|
|
1306
1308
|
</ng-container>
|
|
1307
|
-
`, isInline: true, components: [{ type: i1$3.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["showStickyHeader", "
|
|
1309
|
+
`, isInline: true, components: [{ type: i1$3.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i3.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }, { type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { type: i6.TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }, { type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }] });
|
|
1308
1310
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StringFilterMenuComponent, decorators: [{
|
|
1309
1311
|
type: Component,
|
|
1310
1312
|
args: [{
|
|
@@ -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:
|
|
44
|
-
version: '14.0.0-develop.
|
|
43
|
+
publishDate: 1696225097,
|
|
44
|
+
version: '14.0.0-develop.4',
|
|
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
|
|
|
@@ -366,7 +366,8 @@ PivotGridCellDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
366
366
|
aria-hidden="true"
|
|
367
367
|
[kendoEventsOutsideAngular]="{ click: handleClick }"
|
|
368
368
|
[name]="expanded ? 'chevron-up' : 'chevron-down'"
|
|
369
|
-
[svgIcon]="expanded ? chevronUpSVGIcon : chevronDownSVGIcon"
|
|
369
|
+
[svgIcon]="expanded ? chevronUpSVGIcon : chevronDownSVGIcon"
|
|
370
|
+
innerCssClass="k-pivotgrid-toggle">
|
|
370
371
|
</kendo-icon-wrapper>
|
|
371
372
|
{{ kendoPivotGridCell.data ? kendoPivotGridCell.data.fmtValue : kendoPivotGridCell.caption }}`, isInline: true, components: [{ type: i2.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1$1.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
|
|
372
373
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PivotGridCellDirective, decorators: [{
|
|
@@ -380,7 +381,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
380
381
|
aria-hidden="true"
|
|
381
382
|
[kendoEventsOutsideAngular]="{ click: handleClick }"
|
|
382
383
|
[name]="expanded ? 'chevron-up' : 'chevron-down'"
|
|
383
|
-
[svgIcon]="expanded ? chevronUpSVGIcon : chevronDownSVGIcon"
|
|
384
|
+
[svgIcon]="expanded ? chevronUpSVGIcon : chevronDownSVGIcon"
|
|
385
|
+
innerCssClass="k-pivotgrid-toggle">
|
|
384
386
|
</kendo-icon-wrapper>
|
|
385
387
|
{{ kendoPivotGridCell.data ? kendoPivotGridCell.data.fmtValue : kendoPivotGridCell.caption }}`
|
|
386
388
|
}]
|
|
@@ -1296,7 +1298,7 @@ StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
1296
1298
|
formControlName="value"
|
|
1297
1299
|
/>
|
|
1298
1300
|
</ng-container>
|
|
1299
|
-
`, isInline: true, components: [{ type: i1$3.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["showStickyHeader", "
|
|
1301
|
+
`, isInline: true, components: [{ type: i1$3.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i3.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }, { type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { type: i6.TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }, { type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }] });
|
|
1300
1302
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StringFilterMenuComponent, decorators: [{
|
|
1301
1303
|
type: Component,
|
|
1302
1304
|
args: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-pivotgrid",
|
|
3
|
-
"version": "14.0.0-develop.
|
|
3
|
+
"version": "14.0.0-develop.4",
|
|
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": "14.0.0-develop.
|
|
28
|
-
"@progress/kendo-angular-common": "14.0.0-develop.
|
|
29
|
-
"@progress/kendo-angular-dropdowns": "14.0.0-develop.
|
|
30
|
-
"@progress/kendo-angular-indicators": "14.0.0-develop.
|
|
31
|
-
"@progress/kendo-angular-inputs": "14.0.0-develop.
|
|
32
|
-
"@progress/kendo-angular-intl": "14.0.0-develop.
|
|
33
|
-
"@progress/kendo-angular-l10n": "14.0.0-develop.
|
|
34
|
-
"@progress/kendo-angular-popup": "14.0.0-develop.
|
|
35
|
-
"@progress/kendo-angular-icons": "14.0.0-develop.
|
|
36
|
-
"@progress/kendo-angular-treeview": "14.0.0-develop.
|
|
27
|
+
"@progress/kendo-angular-buttons": "14.0.0-develop.4",
|
|
28
|
+
"@progress/kendo-angular-common": "14.0.0-develop.4",
|
|
29
|
+
"@progress/kendo-angular-dropdowns": "14.0.0-develop.4",
|
|
30
|
+
"@progress/kendo-angular-indicators": "14.0.0-develop.4",
|
|
31
|
+
"@progress/kendo-angular-inputs": "14.0.0-develop.4",
|
|
32
|
+
"@progress/kendo-angular-intl": "14.0.0-develop.4",
|
|
33
|
+
"@progress/kendo-angular-l10n": "14.0.0-develop.4",
|
|
34
|
+
"@progress/kendo-angular-popup": "14.0.0-develop.4",
|
|
35
|
+
"@progress/kendo-angular-icons": "14.0.0-develop.4",
|
|
36
|
+
"@progress/kendo-angular-treeview": "14.0.0-develop.4",
|
|
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": "14.0.0-develop.
|
|
41
|
+
"@progress/kendo-angular-schematics": "14.0.0-develop.4",
|
|
42
42
|
"@progress/kendo-pivotgrid-common": "0.5.2"
|
|
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': '14.0.0-develop.
|
|
9
|
+
'@progress/kendo-angular-dialog': '14.0.0-develop.4',
|
|
10
10
|
// peer dep of the icons
|
|
11
11
|
'@progress/kendo-svg-icons': '^1.0.0'
|
|
12
12
|
} });
|