@progress/kendo-angular-grid 24.0.0-develop.42 → 24.0.0-develop.43

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.
@@ -11,7 +11,7 @@ export { BrowserSupportService, ScrollbarService } from '@progress/kendo-angular
11
11
  import * as i1 from '@angular/platform-browser';
12
12
  import * as i1$1 from '@progress/kendo-angular-icons';
13
13
  import { IconWrapperComponent, IconsService, KENDO_ICONS } from '@progress/kendo-angular-icons';
14
- import { plusIcon, cancelIcon, lockIcon, unlockIcon, chevronDownIcon, chevronRightIcon, chevronLeftIcon, arrowLeftIcon, arrowRightIcon, sortDescSmallIcon, sortAscSmallIcon, filterClearIcon, filterIcon, searchIcon, checkIcon, arrowRotateCcwIcon, columnsIcon, sparklesIcon, fileCsvIcon, filePdfIcon, fileExcelIcon, trashIcon, saveIcon, pencilIcon, chevronUpIcon, displayInlineFlexIcon, maxWidthIcon, stickIcon, unstickIcon, setColumnPositionIcon, slidersIcon, moreVerticalIcon, unpinIcon, pinBottomIcon, pinTopIcon, reorderIcon, pinIcon, minusIcon, insertMiddleIcon, xIcon, xCircleIcon, plusCircleIcon, undoIcon, redoIcon, arrowsSwapIcon, groupIcon, tableWizardIcon, clockArrowRotateIcon, fileClockIcon, zoomSparkleIcon, arrowUpIcon, stopIcon, lightbulbIcon } from '@progress/kendo-svg-icons';
14
+ import { plusIcon, cancelIcon, lockIcon, unlockIcon, chevronDownIcon, chevronRightIcon, chevronLeftIcon, sortDescSmallIcon, sortAscSmallIcon, filterClearIcon, filterIcon, searchIcon, checkIcon, arrowRotateCcwIcon, columnsIcon, sparklesIcon, fileCsvIcon, filePdfIcon, fileExcelIcon, trashIcon, saveIcon, pencilIcon, chevronUpIcon, displayInlineFlexIcon, maxWidthIcon, stickIcon, unstickIcon, setColumnPositionIcon, slidersIcon, moreVerticalIcon, unpinIcon, pinBottomIcon, pinTopIcon, reorderIcon, pinIcon, minusIcon, insertMiddleIcon, xIcon, xCircleIcon, plusCircleIcon, undoIcon, redoIcon, arrowsSwapIcon, groupIcon, tableWizardIcon, clockArrowRotateIcon, fileClockIcon, zoomSparkleIcon, arrowUpIcon, stopIcon, lightbulbIcon } from '@progress/kendo-svg-icons';
15
15
  import { switchMap, take, map, filter, takeUntil, switchMapTo, delay, tap, throttleTime, debounceTime, distinctUntilChanged, skip, bufferCount, flatMap } from 'rxjs/operators';
16
16
  import * as i1$2 from '@progress/kendo-angular-l10n';
17
17
  import { ComponentMessages, LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
@@ -6481,8 +6481,8 @@ class GroupPanelComponent {
6481
6481
  rtl = false;
6482
6482
  first;
6483
6483
  last;
6484
- arrowLeftIcon = arrowLeftIcon;
6485
- arrowRightIcon = arrowRightIcon;
6484
+ chevronLeftIcon = chevronLeftIcon;
6485
+ chevronRightIcon = chevronRightIcon;
6486
6486
  emptyText;
6487
6487
  subscription;
6488
6488
  targetSubscription;
@@ -6569,7 +6569,8 @@ class GroupPanelComponent {
6569
6569
  content: this.defaultTemplate,
6570
6570
  anchorAlign: { vertical: 'bottom', horizontal: direction },
6571
6571
  popupAlign: { vertical: 'top', horizontal: direction },
6572
- positionMode: 'absolute'
6572
+ positionMode: 'absolute',
6573
+ popupClass: 'k-menu-popup'
6573
6574
  });
6574
6575
  this.activeItem = this.dropTargets.find(dt => dt.context.field === field);
6575
6576
  this.renderer.setAttribute(this.popupRef.popupElement, 'dir', this.ctx.localization.rtl ? 'rtl' : 'ltr');
@@ -6764,23 +6765,23 @@ class GroupPanelComponent {
6764
6765
  }
6765
6766
 
6766
6767
  <ng-template #defaultTemplate>
6767
- <ul unselectable="on" role="menu" class="k-group k-menu-group k-reset" [kendoEventsOutsideAngular]="{
6768
+ <ul unselectable="on" role="menu" class="k-menu-group" [kendoEventsOutsideAngular]="{
6768
6769
  keydown: handleKeyDown,
6769
6770
  click: handleClick
6770
6771
  }">
6771
- <li role="menuitem" unselectable="on" class="k-item k-menu-item" [attr.aria-disabled]="first">
6772
+ <li role="menuitem" unselectable="on" class="k-item k-menu-item k-first" [attr.aria-disabled]="first">
6772
6773
  <span class="k-link k-menu-link" [class.k-disabled]="first">
6773
6774
  <kendo-icon-wrapper
6774
- [name]="rtl ? 'arrow-right' : 'arrow-left'"
6775
- [svgIcon]="rtl ? arrowRightIcon : arrowLeftIcon"></kendo-icon-wrapper>
6775
+ [name]="rtl ? 'chevron-right' : 'chevron-left'"
6776
+ [svgIcon]="rtl ? chevronRightIcon : chevronLeftIcon"></kendo-icon-wrapper>
6776
6777
  <span class="k-menu-link-text">{{messageFor('groupChipMenuPrevious')}}</span>
6777
6778
  </span>
6778
6779
  </li>
6779
- <li role="menuitem" unselectable="on" class="k-item k-menu-item" [attr.aria-disabled]="last">
6780
+ <li role="menuitem" unselectable="on" class="k-item k-menu-item k-last" [attr.aria-disabled]="last">
6780
6781
  <span class="k-link k-menu-link" [class.k-disabled]="last">
6781
6782
  <kendo-icon-wrapper
6782
- [name]="rtl ? 'arrow-left' : 'arrow-right'"
6783
- [svgIcon]="rtl ? arrowLeftIcon : arrowRightIcon"></kendo-icon-wrapper>
6783
+ [name]="rtl ? 'chevron-left' : 'chevron-right'"
6784
+ [svgIcon]="rtl ? chevronLeftIcon : chevronRightIcon"></kendo-icon-wrapper>
6784
6785
  <span class="k-menu-link-text">{{messageFor('groupChipMenuNext')}}</span>
6785
6786
  </span>
6786
6787
  </li>
@@ -6855,23 +6856,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
6855
6856
  }
6856
6857
 
6857
6858
  <ng-template #defaultTemplate>
6858
- <ul unselectable="on" role="menu" class="k-group k-menu-group k-reset" [kendoEventsOutsideAngular]="{
6859
+ <ul unselectable="on" role="menu" class="k-menu-group" [kendoEventsOutsideAngular]="{
6859
6860
  keydown: handleKeyDown,
6860
6861
  click: handleClick
6861
6862
  }">
6862
- <li role="menuitem" unselectable="on" class="k-item k-menu-item" [attr.aria-disabled]="first">
6863
+ <li role="menuitem" unselectable="on" class="k-item k-menu-item k-first" [attr.aria-disabled]="first">
6863
6864
  <span class="k-link k-menu-link" [class.k-disabled]="first">
6864
6865
  <kendo-icon-wrapper
6865
- [name]="rtl ? 'arrow-right' : 'arrow-left'"
6866
- [svgIcon]="rtl ? arrowRightIcon : arrowLeftIcon"></kendo-icon-wrapper>
6866
+ [name]="rtl ? 'chevron-right' : 'chevron-left'"
6867
+ [svgIcon]="rtl ? chevronRightIcon : chevronLeftIcon"></kendo-icon-wrapper>
6867
6868
  <span class="k-menu-link-text">{{messageFor('groupChipMenuPrevious')}}</span>
6868
6869
  </span>
6869
6870
  </li>
6870
- <li role="menuitem" unselectable="on" class="k-item k-menu-item" [attr.aria-disabled]="last">
6871
+ <li role="menuitem" unselectable="on" class="k-item k-menu-item k-last" [attr.aria-disabled]="last">
6871
6872
  <span class="k-link k-menu-link" [class.k-disabled]="last">
6872
6873
  <kendo-icon-wrapper
6873
- [name]="rtl ? 'arrow-left' : 'arrow-right'"
6874
- [svgIcon]="rtl ? arrowLeftIcon : arrowRightIcon"></kendo-icon-wrapper>
6874
+ [name]="rtl ? 'chevron-left' : 'chevron-right'"
6875
+ [svgIcon]="rtl ? chevronLeftIcon : chevronRightIcon"></kendo-icon-wrapper>
6875
6876
  <span class="k-menu-link-text">{{messageFor('groupChipMenuNext')}}</span>
6876
6877
  </span>
6877
6878
  </li>
@@ -24789,8 +24790,8 @@ const packageMetadata = {
24789
24790
  productName: 'Kendo UI for Angular',
24790
24791
  productCode: 'KENDOUIANGULAR',
24791
24792
  productCodes: ['KENDOUIANGULAR'],
24792
- publishDate: 1779270863,
24793
- version: '24.0.0-develop.42',
24793
+ publishDate: 1779271560,
24794
+ version: '24.0.0-develop.43',
24794
24795
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
24795
24796
  };
24796
24797
 
@@ -40,8 +40,8 @@ export declare class GroupPanelComponent implements OnDestroy, DoCheck {
40
40
  rtl: boolean;
41
41
  first: boolean;
42
42
  last: boolean;
43
- arrowLeftIcon: SVGIcon;
44
- arrowRightIcon: SVGIcon;
43
+ chevronLeftIcon: SVGIcon;
44
+ chevronRightIcon: SVGIcon;
45
45
  private emptyText;
46
46
  private subscription;
47
47
  private targetSubscription;
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1779270863,
11
- "version": "24.0.0-develop.42",
10
+ "publishDate": 1779271560,
11
+ "version": "24.0.0-develop.43",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-grid",
3
- "version": "24.0.0-develop.42",
3
+ "version": "24.0.0-develop.43",
4
4
  "description": "Kendo UI Grid for Angular - high performance data grid with paging, filtering, virtualization, CRUD, and more.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -94,7 +94,7 @@
94
94
  "package": {
95
95
  "productName": "Kendo UI for Angular",
96
96
  "productCode": "KENDOUIANGULAR",
97
- "publishDate": 1779270863,
97
+ "publishDate": 1779271560,
98
98
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
99
99
  }
100
100
  },
@@ -107,32 +107,32 @@
107
107
  "@progress/kendo-data-query": "^1.7.3",
108
108
  "@progress/kendo-drawing": "^1.25.0",
109
109
  "@progress/kendo-licensing": "^1.11.0",
110
- "@progress/kendo-angular-buttons": "24.0.0-develop.42",
111
- "@progress/kendo-angular-common": "24.0.0-develop.42",
112
- "@progress/kendo-angular-dateinputs": "24.0.0-develop.42",
113
- "@progress/kendo-angular-layout": "24.0.0-develop.42",
114
- "@progress/kendo-angular-navigation": "24.0.0-develop.42",
115
- "@progress/kendo-angular-dropdowns": "24.0.0-develop.42",
116
- "@progress/kendo-angular-excel-export": "24.0.0-develop.42",
117
- "@progress/kendo-angular-icons": "24.0.0-develop.42",
118
- "@progress/kendo-angular-indicators": "24.0.0-develop.42",
119
- "@progress/kendo-angular-inputs": "24.0.0-develop.42",
120
- "@progress/kendo-angular-conversational-ui": "24.0.0-develop.42",
121
- "@progress/kendo-angular-intl": "24.0.0-develop.42",
122
- "@progress/kendo-angular-l10n": "24.0.0-develop.42",
123
- "@progress/kendo-angular-label": "24.0.0-develop.42",
124
- "@progress/kendo-angular-menu": "24.0.0-develop.42",
125
- "@progress/kendo-angular-pager": "24.0.0-develop.42",
126
- "@progress/kendo-angular-pdf-export": "24.0.0-develop.42",
127
- "@progress/kendo-angular-popup": "24.0.0-develop.42",
128
- "@progress/kendo-angular-toolbar": "24.0.0-develop.42",
129
- "@progress/kendo-angular-upload": "24.0.0-develop.42",
130
- "@progress/kendo-angular-utils": "24.0.0-develop.42",
110
+ "@progress/kendo-angular-buttons": "24.0.0-develop.43",
111
+ "@progress/kendo-angular-common": "24.0.0-develop.43",
112
+ "@progress/kendo-angular-dateinputs": "24.0.0-develop.43",
113
+ "@progress/kendo-angular-layout": "24.0.0-develop.43",
114
+ "@progress/kendo-angular-navigation": "24.0.0-develop.43",
115
+ "@progress/kendo-angular-dropdowns": "24.0.0-develop.43",
116
+ "@progress/kendo-angular-excel-export": "24.0.0-develop.43",
117
+ "@progress/kendo-angular-icons": "24.0.0-develop.43",
118
+ "@progress/kendo-angular-indicators": "24.0.0-develop.43",
119
+ "@progress/kendo-angular-inputs": "24.0.0-develop.43",
120
+ "@progress/kendo-angular-conversational-ui": "24.0.0-develop.43",
121
+ "@progress/kendo-angular-intl": "24.0.0-develop.43",
122
+ "@progress/kendo-angular-l10n": "24.0.0-develop.43",
123
+ "@progress/kendo-angular-label": "24.0.0-develop.43",
124
+ "@progress/kendo-angular-menu": "24.0.0-develop.43",
125
+ "@progress/kendo-angular-pager": "24.0.0-develop.43",
126
+ "@progress/kendo-angular-pdf-export": "24.0.0-develop.43",
127
+ "@progress/kendo-angular-popup": "24.0.0-develop.43",
128
+ "@progress/kendo-angular-toolbar": "24.0.0-develop.43",
129
+ "@progress/kendo-angular-upload": "24.0.0-develop.43",
130
+ "@progress/kendo-angular-utils": "24.0.0-develop.43",
131
131
  "rxjs": "^6.5.3 || ^7.0.0"
132
132
  },
133
133
  "dependencies": {
134
134
  "tslib": "^2.3.1",
135
- "@progress/kendo-angular-schematics": "24.0.0-develop.42",
135
+ "@progress/kendo-angular-schematics": "24.0.0-develop.43",
136
136
  "@progress/kendo-common": "^1.0.1",
137
137
  "@progress/kendo-file-saver": "^1.0.0",
138
138
  "@progress/kendo-csv": "^1.0.0"
@@ -9,19 +9,19 @@ const schematics_1 = require("@angular-devkit/schematics");
9
9
  function default_1(options) {
10
10
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'GridModule', package: 'grid', peerDependencies: {
11
11
  // peer deps of the dropdowns
12
- '@progress/kendo-angular-treeview': '24.0.0-develop.42',
13
- '@progress/kendo-angular-navigation': '24.0.0-develop.42',
12
+ '@progress/kendo-angular-treeview': '24.0.0-develop.43',
13
+ '@progress/kendo-angular-navigation': '24.0.0-develop.43',
14
14
  // peer dependency of kendo-angular-inputs
15
- '@progress/kendo-angular-dialog': '24.0.0-develop.42',
15
+ '@progress/kendo-angular-dialog': '24.0.0-develop.43',
16
16
  // peer dependency of kendo-angular-icons
17
17
  '@progress/kendo-svg-icons': '^4.0.0',
18
18
  // peer dependency of kendo-angular-layout
19
- '@progress/kendo-angular-progressbar': '24.0.0-develop.42',
19
+ '@progress/kendo-angular-progressbar': '24.0.0-develop.43',
20
20
  // transitive peer dependencies from toolbar
21
- '@progress/kendo-angular-indicators': '24.0.0-develop.42',
21
+ '@progress/kendo-angular-indicators': '24.0.0-develop.43',
22
22
  // transitive peer dependencies from conversational-ui
23
- '@progress/kendo-angular-menu': '24.0.0-develop.42',
24
- '@progress/kendo-angular-upload': '24.0.0-develop.42'
23
+ '@progress/kendo-angular-menu': '24.0.0-develop.43',
24
+ '@progress/kendo-angular-upload': '24.0.0-develop.43'
25
25
  } });
26
26
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
27
27
  }