@progress/kendo-angular-pivotgrid 14.1.0-develop.8 → 14.1.0
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 +5 -1
- package/configurator/chip-menu/chip-menu-reorder.component.d.ts +44 -0
- package/configurator/chip-menu/chip-menu.component.d.ts +5 -3
- package/configurator/chip-menu/chip-menu.module.d.ts +4 -3
- package/configurator/chip-menu/chip-menu.service.d.ts +5 -1
- package/configurator/configurator.service.d.ts +3 -0
- package/configurator/draggable.directive.d.ts +5 -3
- package/esm2020/configurator/chip-menu/chip-menu-filter.component.mjs +1 -1
- package/esm2020/configurator/chip-menu/chip-menu-item.component.mjs +7 -1
- package/esm2020/configurator/chip-menu/chip-menu-reorder.component.mjs +185 -0
- package/esm2020/configurator/chip-menu/chip-menu-sort.component.mjs +1 -1
- package/esm2020/configurator/chip-menu/chip-menu.component.mjs +56 -33
- package/esm2020/configurator/chip-menu/chip-menu.module.mjs +8 -3
- package/esm2020/configurator/chip-menu/chip-menu.service.mjs +12 -3
- package/esm2020/configurator/configurator.component.mjs +20 -2
- package/esm2020/configurator/configurator.service.mjs +3 -0
- package/esm2020/configurator/draggable.directive.mjs +17 -8
- package/esm2020/localization/messages.mjs +9 -1
- package/esm2020/models/configurator-chipmenu-reorder-target.mjs +5 -0
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/pivotgrid.component.mjs +26 -2
- package/fesm2015/progress-kendo-angular-pivotgrid.mjs +324 -56
- package/fesm2020/progress-kendo-angular-pivotgrid.mjs +323 -56
- package/localization/messages.d.ts +17 -1
- package/localization/pivot-localization.service.d.ts +1 -1
- package/models/configurator-chipmenu-reorder-target.d.ts +8 -0
- package/package.json +12 -12
- package/schematics/ngAdd/index.js +1 -1
|
@@ -167,6 +167,22 @@ export declare class PivotGridMessages extends ComponentMessages {
|
|
|
167
167
|
* The text content of the PivotGrid configurator empty measures container.
|
|
168
168
|
*/
|
|
169
169
|
configuratorEmptyMeasuresText: string;
|
|
170
|
+
/**
|
|
171
|
+
* The text content of the Move to Columns item in the column and row fields menu.
|
|
172
|
+
*/
|
|
173
|
+
fieldMenuMoveToColumnsItem: string;
|
|
174
|
+
/**
|
|
175
|
+
* The text content of the Move to Rows item in the column and row fields menu.
|
|
176
|
+
*/
|
|
177
|
+
fieldMenuMoveToRowsItem: string;
|
|
178
|
+
/**
|
|
179
|
+
* The text content of the Move as previous item in the column, row, and value fields menu.
|
|
180
|
+
*/
|
|
181
|
+
fieldMenuMovePreviousItem: string;
|
|
182
|
+
/**
|
|
183
|
+
* The text content of the Move as next item in the column, row, and value fields menu.
|
|
184
|
+
*/
|
|
185
|
+
fieldMenuMoveNextItem: string;
|
|
170
186
|
/**
|
|
171
187
|
* The title of the chip menu icon.
|
|
172
188
|
*
|
|
@@ -190,5 +206,5 @@ export declare class PivotGridMessages extends ComponentMessages {
|
|
|
190
206
|
*/
|
|
191
207
|
chipMenuIconTitle: string;
|
|
192
208
|
static ɵfac: i0.ɵɵFactoryDeclaration<PivotGridMessages, never>;
|
|
193
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PivotGridMessages, never, never, { "fieldMenuFilterItemLabel": "fieldMenuFilterItemLabel"; "fieldMenuSortAscendingItemLabel": "fieldMenuSortAscendingItemLabel"; "fieldMenuSortDescendingItemLabel": "fieldMenuSortDescendingItemLabel"; "filterInputLabel": "filterInputLabel"; "filterOperatorsDropDownLabel": "filterOperatorsDropDownLabel"; "filterEqOperator": "filterEqOperator"; "filterNotEqOperator": "filterNotEqOperator"; "filterIsNullOperator": "filterIsNullOperator"; "filterIsNotNullOperator": "filterIsNotNullOperator"; "filterIsEmptyOperator": "filterIsEmptyOperator"; "filterIsNotEmptyOperator": "filterIsNotEmptyOperator"; "filterStartsWithOperator": "filterStartsWithOperator"; "filterContainsOperator": "filterContainsOperator"; "filterNotContainsOperator": "filterNotContainsOperator"; "filterEndsWithOperator": "filterEndsWithOperator"; "filterFilterButton": "filterFilterButton"; "filterClearButton": "filterClearButton"; "loading": "loading"; "emptyCellLabel": "emptyCellLabel"; "configuratorButtonText": "configuratorButtonText"; "configuratorHeaderText": "configuratorHeaderText"; "configuratorFieldsText": "configuratorFieldsText"; "configuratorColumnsText": "configuratorColumnsText"; "configuratorRowsText": "configuratorRowsText"; "configuratorValuesText": "configuratorValuesText"; "configuratorCancelButtonText": "configuratorCancelButtonText"; "configuratorApplyButtonText": "configuratorApplyButtonText"; "configuratorEmptyRowsText": "configuratorEmptyRowsText"; "configuratorEmptyColumnsText": "configuratorEmptyColumnsText"; "configuratorEmptyMeasuresText": "configuratorEmptyMeasuresText"; "chipMenuIconTitle": "chipMenuIconTitle"; }, {}, never>;
|
|
209
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PivotGridMessages, never, never, { "fieldMenuFilterItemLabel": "fieldMenuFilterItemLabel"; "fieldMenuSortAscendingItemLabel": "fieldMenuSortAscendingItemLabel"; "fieldMenuSortDescendingItemLabel": "fieldMenuSortDescendingItemLabel"; "filterInputLabel": "filterInputLabel"; "filterOperatorsDropDownLabel": "filterOperatorsDropDownLabel"; "filterEqOperator": "filterEqOperator"; "filterNotEqOperator": "filterNotEqOperator"; "filterIsNullOperator": "filterIsNullOperator"; "filterIsNotNullOperator": "filterIsNotNullOperator"; "filterIsEmptyOperator": "filterIsEmptyOperator"; "filterIsNotEmptyOperator": "filterIsNotEmptyOperator"; "filterStartsWithOperator": "filterStartsWithOperator"; "filterContainsOperator": "filterContainsOperator"; "filterNotContainsOperator": "filterNotContainsOperator"; "filterEndsWithOperator": "filterEndsWithOperator"; "filterFilterButton": "filterFilterButton"; "filterClearButton": "filterClearButton"; "loading": "loading"; "emptyCellLabel": "emptyCellLabel"; "configuratorButtonText": "configuratorButtonText"; "configuratorHeaderText": "configuratorHeaderText"; "configuratorFieldsText": "configuratorFieldsText"; "configuratorColumnsText": "configuratorColumnsText"; "configuratorRowsText": "configuratorRowsText"; "configuratorValuesText": "configuratorValuesText"; "configuratorCancelButtonText": "configuratorCancelButtonText"; "configuratorApplyButtonText": "configuratorApplyButtonText"; "configuratorEmptyRowsText": "configuratorEmptyRowsText"; "configuratorEmptyColumnsText": "configuratorEmptyColumnsText"; "configuratorEmptyMeasuresText": "configuratorEmptyMeasuresText"; "fieldMenuMoveToColumnsItem": "fieldMenuMoveToColumnsItem"; "fieldMenuMoveToRowsItem": "fieldMenuMoveToRowsItem"; "fieldMenuMovePreviousItem": "fieldMenuMovePreviousItem"; "fieldMenuMoveNextItem": "fieldMenuMoveNextItem"; "chipMenuIconTitle": "chipMenuIconTitle"; }, {}, never>;
|
|
194
210
|
}
|
|
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
* Needed to keep the Pivot's LocalizationService reference and be able to use it inside the ChipList component.
|
|
11
11
|
*/
|
|
12
12
|
export declare class PivotLocalizationService {
|
|
13
|
-
|
|
13
|
+
localization: LocalizationService;
|
|
14
14
|
constructor(localization: LocalizationService);
|
|
15
15
|
get(token: string): string;
|
|
16
16
|
get rtl(): boolean;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare type ChipMenuReorderTarget = 'columns' | 'rows' | 'prev' | 'next';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-pivotgrid",
|
|
3
|
-
"version": "14.1.0
|
|
3
|
+
"version": "14.1.0",
|
|
4
4
|
"description": "PivotGrid package for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -25,21 +25,21 @@
|
|
|
25
25
|
"@progress/kendo-data-query": "^1.5.5",
|
|
26
26
|
"@progress/kendo-drawing": "^1.17.2",
|
|
27
27
|
"@progress/kendo-licensing": "^1.0.2",
|
|
28
|
-
"@progress/kendo-angular-buttons": "14.1.0
|
|
29
|
-
"@progress/kendo-angular-common": "14.1.0
|
|
30
|
-
"@progress/kendo-angular-dropdowns": "14.1.0
|
|
31
|
-
"@progress/kendo-angular-indicators": "14.1.0
|
|
32
|
-
"@progress/kendo-angular-inputs": "14.1.0
|
|
33
|
-
"@progress/kendo-angular-intl": "14.1.0
|
|
34
|
-
"@progress/kendo-angular-l10n": "14.1.0
|
|
35
|
-
"@progress/kendo-angular-popup": "14.1.0
|
|
36
|
-
"@progress/kendo-angular-icons": "14.1.0
|
|
37
|
-
"@progress/kendo-angular-treeview": "14.1.0
|
|
28
|
+
"@progress/kendo-angular-buttons": "14.1.0",
|
|
29
|
+
"@progress/kendo-angular-common": "14.1.0",
|
|
30
|
+
"@progress/kendo-angular-dropdowns": "14.1.0",
|
|
31
|
+
"@progress/kendo-angular-indicators": "14.1.0",
|
|
32
|
+
"@progress/kendo-angular-inputs": "14.1.0",
|
|
33
|
+
"@progress/kendo-angular-intl": "14.1.0",
|
|
34
|
+
"@progress/kendo-angular-l10n": "14.1.0",
|
|
35
|
+
"@progress/kendo-angular-popup": "14.1.0",
|
|
36
|
+
"@progress/kendo-angular-icons": "14.1.0",
|
|
37
|
+
"@progress/kendo-angular-treeview": "14.1.0",
|
|
38
38
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"tslib": "^2.3.1",
|
|
42
|
-
"@progress/kendo-angular-schematics": "14.1.0
|
|
42
|
+
"@progress/kendo-angular-schematics": "14.1.0",
|
|
43
43
|
"@progress/kendo-pivotgrid-common": "0.5.2"
|
|
44
44
|
},
|
|
45
45
|
"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.1.0
|
|
9
|
+
'@progress/kendo-angular-dialog': '14.1.0',
|
|
10
10
|
// peer dep of the icons
|
|
11
11
|
'@progress/kendo-svg-icons': '^2.0.0'
|
|
12
12
|
} });
|