@progress/kendo-angular-grid 23.1.0-develop.2 → 23.1.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.
|
@@ -54,7 +54,6 @@ import { AIPromptComponent, AIPromptCustomMessagesComponent, PromptViewComponent
|
|
|
54
54
|
import * as i1$8 from '@angular/common/http';
|
|
55
55
|
import { HttpHeaders, HttpRequest } from '@angular/common/http';
|
|
56
56
|
|
|
57
|
-
/* eslint-disable no-bitwise */
|
|
58
57
|
/**
|
|
59
58
|
* @hidden
|
|
60
59
|
*/
|
|
@@ -3115,6 +3114,7 @@ class SpanColumnComponent extends ColumnBase {
|
|
|
3115
3114
|
* added for backwards compitability
|
|
3116
3115
|
*/
|
|
3117
3116
|
set width(_value) {
|
|
3117
|
+
// Intentionally empty - width is computed from child columns
|
|
3118
3118
|
}
|
|
3119
3119
|
get width() {
|
|
3120
3120
|
return this.children.reduce((total, column) => total + column.width, 0);
|
|
@@ -4631,7 +4631,6 @@ class DraggableColumnDirective {
|
|
|
4631
4631
|
if (!this.element) {
|
|
4632
4632
|
return;
|
|
4633
4633
|
}
|
|
4634
|
-
// eslint-disable-next-line no-unused-expressions
|
|
4635
4634
|
this.enabled ? this.renderer.addClass(this.element.nativeElement, 'k-touch-action-none') :
|
|
4636
4635
|
this.renderer.removeClass(this.element.nativeElement, 'k-touch-action-none');
|
|
4637
4636
|
}
|
|
@@ -5767,7 +5766,6 @@ class FieldAccessorPipe {
|
|
|
5767
5766
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: FieldAccessorPipe, decorators: [{
|
|
5768
5767
|
type: Pipe,
|
|
5769
5768
|
args: [{
|
|
5770
|
-
// eslint-disable-next-line @angular-eslint/pipe-prefix
|
|
5771
5769
|
name: 'valueOf',
|
|
5772
5770
|
pure: false,
|
|
5773
5771
|
standalone: true
|
|
@@ -11015,7 +11013,6 @@ class FormatPipe {
|
|
|
11015
11013
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: FormatPipe, decorators: [{
|
|
11016
11014
|
type: Pipe,
|
|
11017
11015
|
args: [{
|
|
11018
|
-
// eslint-disable-next-line @angular-eslint/pipe-prefix
|
|
11019
11016
|
name: 'format',
|
|
11020
11017
|
pure: false,
|
|
11021
11018
|
standalone: true
|
|
@@ -24169,7 +24166,7 @@ const packageMetadata = {
|
|
|
24169
24166
|
productCode: 'KENDOUIANGULAR',
|
|
24170
24167
|
productCodes: ['KENDOUIANGULAR'],
|
|
24171
24168
|
publishDate: 0,
|
|
24172
|
-
version: '23.1.0-develop.
|
|
24169
|
+
version: '23.1.0-develop.4',
|
|
24173
24170
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
24174
24171
|
};
|
|
24175
24172
|
|
|
@@ -25613,7 +25610,6 @@ class Selection {
|
|
|
25613
25610
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: Selection, decorators: [{
|
|
25614
25611
|
type: Directive,
|
|
25615
25612
|
args: [{
|
|
25616
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
25617
25613
|
selector: 'kendo-grid-selection-base'
|
|
25618
25614
|
}]
|
|
25619
25615
|
}], ctorParameters: () => [{ type: ContextService }, { type: i0.ChangeDetectorRef }], propDecorators: { selectedKeys: [{
|
|
@@ -26642,7 +26638,6 @@ class GridMarqueeDirective {
|
|
|
26642
26638
|
this.pressTarget = null;
|
|
26643
26639
|
this.pressArgs = null;
|
|
26644
26640
|
this.selectionStarted = false;
|
|
26645
|
-
// eslint-disable-next-line no-unused-expressions
|
|
26646
26641
|
this.cellSelection.active ? this.cellSelection.dragging = false : this.selection.dragging = false;
|
|
26647
26642
|
}
|
|
26648
26643
|
initMarquee() {
|
|
@@ -27748,7 +27743,6 @@ class ListComponent {
|
|
|
27748
27743
|
}
|
|
27749
27744
|
updateViewportColumns(range) {
|
|
27750
27745
|
const columns = this.columns.nonLockedLeafColumns.toArray();
|
|
27751
|
-
// eslint-disable-next-line prefer-const
|
|
27752
27746
|
let { startIdx, endIdx, offset } = range || this.calculateViewportColumns();
|
|
27753
27747
|
const start = Math.max(0, startIdx - bufferSize);
|
|
27754
27748
|
const end = Math.min(endIdx + bufferSize, columns.length - 1);
|
|
@@ -29296,7 +29290,6 @@ class GridMessages extends ComponentMessages {
|
|
|
29296
29290
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GridMessages, decorators: [{
|
|
29297
29291
|
type: Directive,
|
|
29298
29292
|
args: [{
|
|
29299
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
29300
29293
|
selector: 'kendo-grid-messages-base'
|
|
29301
29294
|
}]
|
|
29302
29295
|
}], propDecorators: { groupPanelEmpty: [{
|
|
@@ -35116,7 +35109,7 @@ class GridComponent {
|
|
|
35116
35109
|
smartBoxSemanticSearchPlaceholder="Semantic Search"
|
|
35117
35110
|
|
|
35118
35111
|
i18n-smartBoxAIAssistantPlaceholder="kendo.grid.smartBoxAIAssistantPlaceholder|The placeholder text for the SmartBox tool AI Assistant mode input"
|
|
35119
|
-
smartBoxAIAssistantPlaceholder="Sort,
|
|
35112
|
+
smartBoxAIAssistantPlaceholder="Sort, filter, or group with AI"
|
|
35120
35113
|
|
|
35121
35114
|
i18n-smartBoxSuggestedPrompts="kendo.grid.smartBoxSuggestedPrompts|The text for the suggested prompts section in the SmartBox tool AI Assistant mode."
|
|
35122
35115
|
smartBoxSuggestedPrompts="Suggested prompts"
|
|
@@ -36096,7 +36089,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
36096
36089
|
smartBoxSemanticSearchPlaceholder="Semantic Search"
|
|
36097
36090
|
|
|
36098
36091
|
i18n-smartBoxAIAssistantPlaceholder="kendo.grid.smartBoxAIAssistantPlaceholder|The placeholder text for the SmartBox tool AI Assistant mode input"
|
|
36099
|
-
smartBoxAIAssistantPlaceholder="Sort,
|
|
36092
|
+
smartBoxAIAssistantPlaceholder="Sort, filter, or group with AI"
|
|
36100
36093
|
|
|
36101
36094
|
i18n-smartBoxSuggestedPrompts="kendo.grid.smartBoxSuggestedPrompts|The text for the suggested prompts section in the SmartBox tool AI Assistant mode."
|
|
36102
36095
|
smartBoxSuggestedPrompts="Suggested prompts"
|
|
@@ -37266,7 +37259,6 @@ class LocalEditService {
|
|
|
37266
37259
|
}
|
|
37267
37260
|
this.dataChanged();
|
|
37268
37261
|
}
|
|
37269
|
-
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
37270
37262
|
update(_item) {
|
|
37271
37263
|
/* noop */
|
|
37272
37264
|
}
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "23.1.0-develop.
|
|
10
|
+
"publishDate": 1771407927,
|
|
11
|
+
"version": "23.1.0-develop.4",
|
|
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": "23.1.0-develop.
|
|
3
|
+
"version": "23.1.0-develop.4",
|
|
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",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"package": {
|
|
74
74
|
"productName": "Kendo UI for Angular",
|
|
75
75
|
"productCode": "KENDOUIANGULAR",
|
|
76
|
-
"publishDate":
|
|
76
|
+
"publishDate": 1771407927,
|
|
77
77
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
78
78
|
}
|
|
79
79
|
},
|
|
@@ -86,32 +86,32 @@
|
|
|
86
86
|
"@progress/kendo-data-query": "^1.7.3",
|
|
87
87
|
"@progress/kendo-drawing": "^1.24.0",
|
|
88
88
|
"@progress/kendo-licensing": "^1.10.0",
|
|
89
|
-
"@progress/kendo-angular-buttons": "23.1.0-develop.
|
|
90
|
-
"@progress/kendo-angular-common": "23.1.0-develop.
|
|
91
|
-
"@progress/kendo-angular-dateinputs": "23.1.0-develop.
|
|
92
|
-
"@progress/kendo-angular-layout": "23.1.0-develop.
|
|
93
|
-
"@progress/kendo-angular-navigation": "23.1.0-develop.
|
|
94
|
-
"@progress/kendo-angular-dropdowns": "23.1.0-develop.
|
|
95
|
-
"@progress/kendo-angular-excel-export": "23.1.0-develop.
|
|
96
|
-
"@progress/kendo-angular-icons": "23.1.0-develop.
|
|
97
|
-
"@progress/kendo-angular-indicators": "23.1.0-develop.
|
|
98
|
-
"@progress/kendo-angular-inputs": "23.1.0-develop.
|
|
99
|
-
"@progress/kendo-angular-conversational-ui": "23.1.0-develop.
|
|
100
|
-
"@progress/kendo-angular-intl": "23.1.0-develop.
|
|
101
|
-
"@progress/kendo-angular-l10n": "23.1.0-develop.
|
|
102
|
-
"@progress/kendo-angular-label": "23.1.0-develop.
|
|
103
|
-
"@progress/kendo-angular-menu": "23.1.0-develop.
|
|
104
|
-
"@progress/kendo-angular-pager": "23.1.0-develop.
|
|
105
|
-
"@progress/kendo-angular-pdf-export": "23.1.0-develop.
|
|
106
|
-
"@progress/kendo-angular-popup": "23.1.0-develop.
|
|
107
|
-
"@progress/kendo-angular-toolbar": "23.1.0-develop.
|
|
108
|
-
"@progress/kendo-angular-upload": "23.1.0-develop.
|
|
109
|
-
"@progress/kendo-angular-utils": "23.1.0-develop.
|
|
89
|
+
"@progress/kendo-angular-buttons": "23.1.0-develop.4",
|
|
90
|
+
"@progress/kendo-angular-common": "23.1.0-develop.4",
|
|
91
|
+
"@progress/kendo-angular-dateinputs": "23.1.0-develop.4",
|
|
92
|
+
"@progress/kendo-angular-layout": "23.1.0-develop.4",
|
|
93
|
+
"@progress/kendo-angular-navigation": "23.1.0-develop.4",
|
|
94
|
+
"@progress/kendo-angular-dropdowns": "23.1.0-develop.4",
|
|
95
|
+
"@progress/kendo-angular-excel-export": "23.1.0-develop.4",
|
|
96
|
+
"@progress/kendo-angular-icons": "23.1.0-develop.4",
|
|
97
|
+
"@progress/kendo-angular-indicators": "23.1.0-develop.4",
|
|
98
|
+
"@progress/kendo-angular-inputs": "23.1.0-develop.4",
|
|
99
|
+
"@progress/kendo-angular-conversational-ui": "23.1.0-develop.4",
|
|
100
|
+
"@progress/kendo-angular-intl": "23.1.0-develop.4",
|
|
101
|
+
"@progress/kendo-angular-l10n": "23.1.0-develop.4",
|
|
102
|
+
"@progress/kendo-angular-label": "23.1.0-develop.4",
|
|
103
|
+
"@progress/kendo-angular-menu": "23.1.0-develop.4",
|
|
104
|
+
"@progress/kendo-angular-pager": "23.1.0-develop.4",
|
|
105
|
+
"@progress/kendo-angular-pdf-export": "23.1.0-develop.4",
|
|
106
|
+
"@progress/kendo-angular-popup": "23.1.0-develop.4",
|
|
107
|
+
"@progress/kendo-angular-toolbar": "23.1.0-develop.4",
|
|
108
|
+
"@progress/kendo-angular-upload": "23.1.0-develop.4",
|
|
109
|
+
"@progress/kendo-angular-utils": "23.1.0-develop.4",
|
|
110
110
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
111
111
|
},
|
|
112
112
|
"dependencies": {
|
|
113
113
|
"tslib": "^2.3.1",
|
|
114
|
-
"@progress/kendo-angular-schematics": "23.1.0-develop.
|
|
114
|
+
"@progress/kendo-angular-schematics": "23.1.0-develop.4",
|
|
115
115
|
"@progress/kendo-common": "^1.0.1",
|
|
116
116
|
"@progress/kendo-file-saver": "^1.0.0",
|
|
117
117
|
"@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': '23.1.0-develop.
|
|
13
|
-
'@progress/kendo-angular-navigation': '23.1.0-develop.
|
|
12
|
+
'@progress/kendo-angular-treeview': '23.1.0-develop.4',
|
|
13
|
+
'@progress/kendo-angular-navigation': '23.1.0-develop.4',
|
|
14
14
|
// peer dependency of kendo-angular-inputs
|
|
15
|
-
'@progress/kendo-angular-dialog': '23.1.0-develop.
|
|
15
|
+
'@progress/kendo-angular-dialog': '23.1.0-develop.4',
|
|
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': '23.1.0-develop.
|
|
19
|
+
'@progress/kendo-angular-progressbar': '23.1.0-develop.4',
|
|
20
20
|
// transitive peer dependencies from toolbar
|
|
21
|
-
'@progress/kendo-angular-indicators': '23.1.0-develop.
|
|
21
|
+
'@progress/kendo-angular-indicators': '23.1.0-develop.4',
|
|
22
22
|
// transitive peer dependencies from conversational-ui
|
|
23
|
-
'@progress/kendo-angular-menu': '23.1.0-develop.
|
|
24
|
-
'@progress/kendo-angular-upload': '23.1.0-develop.
|
|
23
|
+
'@progress/kendo-angular-menu': '23.1.0-develop.4',
|
|
24
|
+
'@progress/kendo-angular-upload': '23.1.0-develop.4'
|
|
25
25
|
} });
|
|
26
26
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
27
27
|
}
|