@progress/kendo-angular-pivotgrid 19.3.0-develop.3 → 19.3.0-develop.5

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.
@@ -8,7 +8,6 @@ import { Component, Input, ViewChild, Renderer2, TemplateRef } from '@angular/co
8
8
  import { SinglePopupService } from './single-popup.service';
9
9
  import { ChipMenuService } from './chip-menu.service';
10
10
  import { PivotLocalizationService } from '../../localization/pivot-localization.service';
11
- import { replaceMessagePlaceholder } from '../../util';
12
11
  import { moreVerticalIcon } from '@progress/kendo-svg-icons';
13
12
  import { ChipMenuReorderComponent } from './chip-menu-reorder.component';
14
13
  import { ChipMenuFilterComponent } from './chip-menu-filter.component';
@@ -18,6 +17,7 @@ import { NgIf } from '@angular/common';
18
17
  import { ChipMenuContainerComponent } from './chip-menu-container.component';
19
18
  import { IconWrapperComponent } from '@progress/kendo-angular-icons';
20
19
  import { ChipComponent } from '@progress/kendo-angular-buttons';
20
+ import { replaceMessagePlaceholder } from '@progress/kendo-angular-common';
21
21
  import * as i0 from "@angular/core";
22
22
  import * as i1 from "./single-popup.service";
23
23
  import * as i2 from "../../localization/pivot-localization.service";
@@ -8,10 +8,10 @@ import { PivotLocalizationService } from '../../../localization/pivot-localizati
8
8
  import { FormBuilder, NG_VALUE_ACCESSOR, ReactiveFormsModule } from '@angular/forms';
9
9
  import { ConfiguratorService } from '../../configurator.service';
10
10
  import { Subscription } from 'rxjs';
11
- import { replaceMessagePlaceholder } from '../../../util';
12
11
  import { FilterMenuDropDownListDirective } from './filter-menu-dropdownlist.directive';
13
12
  import { DropDownListComponent } from '@progress/kendo-angular-dropdowns';
14
13
  import { TextBoxDirective } from '@progress/kendo-angular-inputs';
14
+ import { replaceMessagePlaceholder } from '@progress/kendo-angular-common';
15
15
  import * as i0 from "@angular/core";
16
16
  import * as i1 from "../../../localization/pivot-localization.service";
17
17
  import * as i2 from "../../configurator.service";
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1751985168,
14
- version: '19.3.0-develop.3',
13
+ publishDate: 1752072552,
14
+ version: '19.3.0-develop.5',
15
15
  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'
16
16
  };
package/esm2022/util.mjs CHANGED
@@ -139,10 +139,6 @@ export const position = (target, before) => {
139
139
  * @hidden
140
140
  */
141
141
  export const filterAndMap = (arr, predicate, mapper) => arr.reduce((acc, curr) => predicate(curr) ? [...acc, mapper(curr)] : acc, []);
142
- /**
143
- * @hidden
144
- */
145
- export const replaceMessagePlaceholder = (message, name, value) => message.replace(new RegExp(`{\\s*${name}\\s*}`, 'g'), value);
146
142
  /**
147
143
  * @hidden
148
144
  */
@@ -7,7 +7,7 @@ import { EventEmitter, Directive, Output, Input, Injectable, Component, ContentC
7
7
  import * as i1 from '@progress/kendo-angular-buttons';
8
8
  import { ButtonComponent, ChipListComponent, ChipComponent } from '@progress/kendo-angular-buttons';
9
9
  import * as i1$4 from '@progress/kendo-angular-common';
10
- import { Keys, isDocumentAvailable, PreventableEvent, DraggableDirective, hasObservers, anyChanged, EventsOutsideAngularDirective, TemplateContextDirective, isChanged, ResizeBatchService } from '@progress/kendo-angular-common';
10
+ import { Keys, isDocumentAvailable, replaceMessagePlaceholder, PreventableEvent, DraggableDirective, hasObservers, anyChanged, EventsOutsideAngularDirective, TemplateContextDirective, isChanged, ResizeBatchService } from '@progress/kendo-angular-common';
11
11
  import { Subscription, BehaviorSubject, Subject, from, of, fromEvent } from 'rxjs';
12
12
  import { take, tap, mergeMap, merge } from 'rxjs/operators';
13
13
  import { toTree, toRows, toColumns, toData, configuratorReducer, PIVOT_CONFIGURATOR_ACTION, HEADERS_ACTION, headersReducer, createFlatSchemaDimensions, createDataTree, createLocalDataState, rootFields, fetchData, createDataState, fetchDiscover, addKPI, buildKPIMeasures, PivotGridNavigation, ConfiguratorNavigation } from '@progress/kendo-pivotgrid-common';
@@ -317,10 +317,6 @@ const position = (target, before) => {
317
317
  * @hidden
318
318
  */
319
319
  const filterAndMap = (arr, predicate, mapper) => arr.reduce((acc, curr) => predicate(curr) ? [...acc, mapper(curr)] : acc, []);
320
- /**
321
- * @hidden
322
- */
323
- const replaceMessagePlaceholder = (message, name, value) => message.replace(new RegExp(`{\\s*${name}\\s*}`, 'g'), value);
324
320
  /**
325
321
  * @hidden
326
322
  */
@@ -3806,8 +3802,8 @@ const packageMetadata = {
3806
3802
  productName: 'Kendo UI for Angular',
3807
3803
  productCode: 'KENDOUIANGULAR',
3808
3804
  productCodes: ['KENDOUIANGULAR'],
3809
- publishDate: 1751985168,
3810
- version: '19.3.0-develop.3',
3805
+ publishDate: 1752072552,
3806
+ version: '19.3.0-develop.5',
3811
3807
  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'
3812
3808
  };
3813
3809
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-pivotgrid",
3
- "version": "19.3.0-develop.3",
3
+ "version": "19.3.0-develop.5",
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": 1751985168,
21
+ "publishDate": 1752072552,
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
  },
@@ -31,21 +31,21 @@
31
31
  "@progress/kendo-data-query": "^1.5.5",
32
32
  "@progress/kendo-drawing": "^1.21.0",
33
33
  "@progress/kendo-licensing": "^1.5.0",
34
- "@progress/kendo-angular-buttons": "19.3.0-develop.3",
35
- "@progress/kendo-angular-common": "19.3.0-develop.3",
36
- "@progress/kendo-angular-dropdowns": "19.3.0-develop.3",
37
- "@progress/kendo-angular-indicators": "19.3.0-develop.3",
38
- "@progress/kendo-angular-inputs": "19.3.0-develop.3",
39
- "@progress/kendo-angular-intl": "19.3.0-develop.3",
40
- "@progress/kendo-angular-l10n": "19.3.0-develop.3",
41
- "@progress/kendo-angular-popup": "19.3.0-develop.3",
42
- "@progress/kendo-angular-icons": "19.3.0-develop.3",
43
- "@progress/kendo-angular-treeview": "19.3.0-develop.3",
34
+ "@progress/kendo-angular-buttons": "19.3.0-develop.5",
35
+ "@progress/kendo-angular-common": "19.3.0-develop.5",
36
+ "@progress/kendo-angular-dropdowns": "19.3.0-develop.5",
37
+ "@progress/kendo-angular-indicators": "19.3.0-develop.5",
38
+ "@progress/kendo-angular-inputs": "19.3.0-develop.5",
39
+ "@progress/kendo-angular-intl": "19.3.0-develop.5",
40
+ "@progress/kendo-angular-l10n": "19.3.0-develop.5",
41
+ "@progress/kendo-angular-popup": "19.3.0-develop.5",
42
+ "@progress/kendo-angular-icons": "19.3.0-develop.5",
43
+ "@progress/kendo-angular-treeview": "19.3.0-develop.5",
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": "19.3.0-develop.3",
48
+ "@progress/kendo-angular-schematics": "19.3.0-develop.5",
49
49
  "@progress/kendo-pivotgrid-common": "0.6.3"
50
50
  },
51
51
  "schematics": "./schematics/collection.json",
@@ -6,11 +6,11 @@ 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': '19.3.0-develop.3',
9
+ '@progress/kendo-angular-dialog': '19.3.0-develop.5',
10
10
  // peer dep of the icons
11
11
  '@progress/kendo-svg-icons': '^4.0.0',
12
12
  // peer dep of the dropdowns
13
- '@progress/kendo-angular-navigation': '19.3.0-develop.3'
13
+ '@progress/kendo-angular-navigation': '19.3.0-develop.5'
14
14
  } });
15
15
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
16
16
  }
package/util.d.ts CHANGED
@@ -54,10 +54,6 @@ export declare const position: (target: any, before: any) => {
54
54
  * @hidden
55
55
  */
56
56
  export declare const filterAndMap: (arr: any[], predicate: (item: any) => boolean, mapper: (item: any) => any) => any[];
57
- /**
58
- * @hidden
59
- */
60
- export declare const replaceMessagePlaceholder: (message: string, name: string, value: string) => string;
61
57
  /**
62
58
  * @hidden
63
59
  */