@progress/kendo-angular-grid 14.2.1-develop.1 → 14.3.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.
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-grid',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '14.
|
|
12
|
+
publishDate: 1701706700,
|
|
13
|
+
version: '14.3.0-develop.2',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { DomEventsService } from './../common/dom-events.service';
|
|
6
6
|
import { Directive, HostBinding } from '@angular/core';
|
|
7
|
-
import { DraggableDirective, isDocumentAvailable } from '@progress/kendo-angular-common';
|
|
7
|
+
import { DraggableDirective, isDocumentAvailable, isPresent } from '@progress/kendo-angular-common';
|
|
8
8
|
import { SelectionService } from './selection.service';
|
|
9
9
|
import { CellSelectionService } from './cell-selection.service';
|
|
10
10
|
import { take, delay } from 'rxjs/operators';
|
|
@@ -60,7 +60,8 @@ export class GridMarqueeDirective {
|
|
|
60
60
|
}
|
|
61
61
|
start(args) {
|
|
62
62
|
const isInvalidTarget = args.originalEvent.target.matches('.k-grid-content, .k-grid-content-locked, .k-grid-aria-root, .k-checkbox');
|
|
63
|
-
|
|
63
|
+
const isRowReorderColumn = isPresent(args.originalEvent.target.closest('.k-drag-cell'));
|
|
64
|
+
if (isInvalidTarget || isRowReorderColumn) {
|
|
64
65
|
this.pressArgs = null;
|
|
65
66
|
return;
|
|
66
67
|
}
|
|
@@ -4319,7 +4319,8 @@ class GridMarqueeDirective {
|
|
|
4319
4319
|
}
|
|
4320
4320
|
start(args) {
|
|
4321
4321
|
const isInvalidTarget = args.originalEvent.target.matches('.k-grid-content, .k-grid-content-locked, .k-grid-aria-root, .k-checkbox');
|
|
4322
|
-
|
|
4322
|
+
const isRowReorderColumn = isPresent$1(args.originalEvent.target.closest('.k-drag-cell'));
|
|
4323
|
+
if (isInvalidTarget || isRowReorderColumn) {
|
|
4323
4324
|
this.pressArgs = null;
|
|
4324
4325
|
return;
|
|
4325
4326
|
}
|
|
@@ -4474,8 +4475,8 @@ const packageMetadata = {
|
|
|
4474
4475
|
name: '@progress/kendo-angular-grid',
|
|
4475
4476
|
productName: 'Kendo UI for Angular',
|
|
4476
4477
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
4477
|
-
publishDate:
|
|
4478
|
-
version: '14.
|
|
4478
|
+
publishDate: 1701706700,
|
|
4479
|
+
version: '14.3.0-develop.2',
|
|
4479
4480
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
4480
4481
|
};
|
|
4481
4482
|
|
|
@@ -4287,7 +4287,8 @@ class GridMarqueeDirective {
|
|
|
4287
4287
|
}
|
|
4288
4288
|
start(args) {
|
|
4289
4289
|
const isInvalidTarget = args.originalEvent.target.matches('.k-grid-content, .k-grid-content-locked, .k-grid-aria-root, .k-checkbox');
|
|
4290
|
-
|
|
4290
|
+
const isRowReorderColumn = isPresent$1(args.originalEvent.target.closest('.k-drag-cell'));
|
|
4291
|
+
if (isInvalidTarget || isRowReorderColumn) {
|
|
4291
4292
|
this.pressArgs = null;
|
|
4292
4293
|
return;
|
|
4293
4294
|
}
|
|
@@ -4442,8 +4443,8 @@ const packageMetadata = {
|
|
|
4442
4443
|
name: '@progress/kendo-angular-grid',
|
|
4443
4444
|
productName: 'Kendo UI for Angular',
|
|
4444
4445
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
4445
|
-
publishDate:
|
|
4446
|
-
version: '14.
|
|
4446
|
+
publishDate: 1701706700,
|
|
4447
|
+
version: '14.3.0-develop.2',
|
|
4447
4448
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
4448
4449
|
};
|
|
4449
4450
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-grid",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.3.0-develop.2",
|
|
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",
|
|
@@ -33,25 +33,25 @@
|
|
|
33
33
|
"@progress/kendo-data-query": "^1.0.0",
|
|
34
34
|
"@progress/kendo-drawing": "^1.17.2",
|
|
35
35
|
"@progress/kendo-licensing": "^1.0.2",
|
|
36
|
-
"@progress/kendo-angular-buttons": "14.
|
|
37
|
-
"@progress/kendo-angular-common": "14.
|
|
38
|
-
"@progress/kendo-angular-dateinputs": "14.
|
|
39
|
-
"@progress/kendo-angular-layout": "14.
|
|
40
|
-
"@progress/kendo-angular-dropdowns": "14.
|
|
41
|
-
"@progress/kendo-angular-excel-export": "14.
|
|
42
|
-
"@progress/kendo-angular-icons": "14.
|
|
43
|
-
"@progress/kendo-angular-inputs": "14.
|
|
44
|
-
"@progress/kendo-angular-intl": "14.
|
|
45
|
-
"@progress/kendo-angular-l10n": "14.
|
|
46
|
-
"@progress/kendo-angular-label": "14.
|
|
47
|
-
"@progress/kendo-angular-pdf-export": "14.
|
|
48
|
-
"@progress/kendo-angular-popup": "14.
|
|
49
|
-
"@progress/kendo-angular-utils": "14.
|
|
36
|
+
"@progress/kendo-angular-buttons": "14.3.0-develop.2",
|
|
37
|
+
"@progress/kendo-angular-common": "14.3.0-develop.2",
|
|
38
|
+
"@progress/kendo-angular-dateinputs": "14.3.0-develop.2",
|
|
39
|
+
"@progress/kendo-angular-layout": "14.3.0-develop.2",
|
|
40
|
+
"@progress/kendo-angular-dropdowns": "14.3.0-develop.2",
|
|
41
|
+
"@progress/kendo-angular-excel-export": "14.3.0-develop.2",
|
|
42
|
+
"@progress/kendo-angular-icons": "14.3.0-develop.2",
|
|
43
|
+
"@progress/kendo-angular-inputs": "14.3.0-develop.2",
|
|
44
|
+
"@progress/kendo-angular-intl": "14.3.0-develop.2",
|
|
45
|
+
"@progress/kendo-angular-l10n": "14.3.0-develop.2",
|
|
46
|
+
"@progress/kendo-angular-label": "14.3.0-develop.2",
|
|
47
|
+
"@progress/kendo-angular-pdf-export": "14.3.0-develop.2",
|
|
48
|
+
"@progress/kendo-angular-popup": "14.3.0-develop.2",
|
|
49
|
+
"@progress/kendo-angular-utils": "14.3.0-develop.2",
|
|
50
50
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"tslib": "^2.3.1",
|
|
54
|
-
"@progress/kendo-angular-schematics": "14.
|
|
54
|
+
"@progress/kendo-angular-schematics": "14.3.0-develop.2",
|
|
55
55
|
"@progress/kendo-common": "^0.2.0",
|
|
56
56
|
"@progress/kendo-file-saver": "^1.0.0"
|
|
57
57
|
},
|
|
@@ -4,13 +4,13 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'GridModule', package: 'grid', peerDependencies: {
|
|
6
6
|
// peer dep of the dropdowns
|
|
7
|
-
'@progress/kendo-angular-treeview': '14.
|
|
7
|
+
'@progress/kendo-angular-treeview': '14.3.0-develop.2',
|
|
8
8
|
// peer dependency of kendo-angular-inputs
|
|
9
|
-
'@progress/kendo-angular-dialog': '14.
|
|
9
|
+
'@progress/kendo-angular-dialog': '14.3.0-develop.2',
|
|
10
10
|
// peer dependency of kendo-angular-icons
|
|
11
11
|
'@progress/kendo-svg-icons': '^2.0.0',
|
|
12
12
|
// peer dependency of kendo-angular-layout
|
|
13
|
-
'@progress/kendo-angular-progressbar': '14.
|
|
13
|
+
'@progress/kendo-angular-progressbar': '14.3.0-develop.2'
|
|
14
14
|
} });
|
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
16
16
|
}
|