@progress/kendo-angular-grid 25.0.0-develop.6 → 25.0.0-develop.7
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.
|
@@ -18292,13 +18292,11 @@ class PDFComponent extends PDFExportComponent {
|
|
|
18292
18292
|
delete this.component;
|
|
18293
18293
|
}
|
|
18294
18294
|
onStable(callback) {
|
|
18295
|
-
// Run outside Angular to avoid triggering change detection
|
|
18295
|
+
// Run outside Angular to avoid triggering change detection
|
|
18296
18296
|
this.ngZone.runOutsideAngular(() => {
|
|
18297
|
-
// Delay subscription to zone stable to avoid race conditions where zone
|
|
18298
|
-
// stabilizes before the subscription happens
|
|
18299
18297
|
setTimeout(() => {
|
|
18300
|
-
// Check
|
|
18301
|
-
//
|
|
18298
|
+
// Check synchronously — subscribing after setTimeout risks missing onStable
|
|
18299
|
+
// when the zone transitions stable before the timeout fires (allPages path).
|
|
18302
18300
|
if (this.ngZone.isStable) {
|
|
18303
18301
|
Promise.resolve().then(() => {
|
|
18304
18302
|
if (this.delay > 0) {
|
|
@@ -18315,7 +18313,7 @@ class PDFComponent extends PDFExportComponent {
|
|
|
18315
18313
|
onStable = onStable.pipe(delay(this.delay));
|
|
18316
18314
|
}
|
|
18317
18315
|
onStable.subscribe(callback);
|
|
18318
|
-
}
|
|
18316
|
+
});
|
|
18319
18317
|
});
|
|
18320
18318
|
}
|
|
18321
18319
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: PDFComponent, deps: [{ token: PDFService }, { token: SuspendService }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: ContextService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -24825,8 +24823,8 @@ const packageMetadata = {
|
|
|
24825
24823
|
productName: 'Kendo UI for Angular',
|
|
24826
24824
|
productCode: 'KENDOUIANGULAR',
|
|
24827
24825
|
productCodes: ['KENDOUIANGULAR'],
|
|
24828
|
-
publishDate:
|
|
24829
|
-
version: '25.0.0-develop.
|
|
24826
|
+
publishDate: 1784618951,
|
|
24827
|
+
version: '25.0.0-develop.7',
|
|
24830
24828
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
24831
24829
|
};
|
|
24832
24830
|
|
|
@@ -38234,7 +38232,7 @@ class GridComponent {
|
|
|
38234
38232
|
noRecords="No records available."
|
|
38235
38233
|
|
|
38236
38234
|
i18n-pagerLabel="kendo.grid.pagerLabel|The label for the Grid pager"
|
|
38237
|
-
pagerLabel="
|
|
38235
|
+
pagerLabel="Page navigation, page [[currentPage]] of [[totalPages]]"
|
|
38238
38236
|
|
|
38239
38237
|
i18n-pagerFirstPage="kendo.grid.pagerFirstPage|The label for the first page button in Grid pager"
|
|
38240
38238
|
pagerFirstPage="Go to the first page"
|
|
@@ -38270,22 +38268,22 @@ class GridComponent {
|
|
|
38270
38268
|
filter="Filter"
|
|
38271
38269
|
|
|
38272
38270
|
i18n-filterInputLabel="kendo.grid.filterInputLabel|The label of the filter row and menu inputs"
|
|
38273
|
-
filterInputLabel="
|
|
38271
|
+
filterInputLabel="[[columnName]] Filter"
|
|
38274
38272
|
|
|
38275
38273
|
i18n-filterMenuTitle="kendo.grid.filterMenuTitle|The title of the filter menu icon"
|
|
38276
|
-
filterMenuTitle="
|
|
38274
|
+
filterMenuTitle="[[columnName]] Filter Menu"
|
|
38277
38275
|
|
|
38278
38276
|
i18n-filterMenuOperatorsDropDownLabel="kendo.grid.filterMenuOperatorsDropDownLabel|The label of the filter menu operators dropdown"
|
|
38279
|
-
filterMenuOperatorsDropDownLabel="
|
|
38277
|
+
filterMenuOperatorsDropDownLabel="[[columnName]] Filter Operators"
|
|
38280
38278
|
|
|
38281
38279
|
i18n-filterCellOperatorLabel="kendo.grid.filterCellOperatorLabel|The label of the filter cell operators dropdown"
|
|
38282
|
-
filterCellOperatorLabel="
|
|
38280
|
+
filterCellOperatorLabel="Filter cell operators for [[columnName]]"
|
|
38283
38281
|
|
|
38284
38282
|
i18n-booleanFilterCellLabel="kendo.grid.booleanFilterCellLabel|The label of the boolean filter cell dropdown"
|
|
38285
|
-
booleanFilterCellLabel="
|
|
38283
|
+
booleanFilterCellLabel="Boolean filter cell for [[columnName]]"
|
|
38286
38284
|
|
|
38287
38285
|
i18n-filterMenuLogicDropDownLabel="kendo.grid.filterMenuLogicDropDownLabel|The label of the filter menu logic dropdown"
|
|
38288
|
-
filterMenuLogicDropDownLabel="
|
|
38286
|
+
filterMenuLogicDropDownLabel="[[columnName]] Filter Logic"
|
|
38289
38287
|
|
|
38290
38288
|
i18n-filterEqOperator="kendo.grid.filterEqOperator|The text of the equal filter operator"
|
|
38291
38289
|
filterEqOperator="Is equal to"
|
|
@@ -38393,7 +38391,7 @@ class GridComponent {
|
|
|
38393
38391
|
gridLabel="Data table"
|
|
38394
38392
|
|
|
38395
38393
|
i18n-columnMenu="kendo.grid.columnMenu|The title of the column menu icon"
|
|
38396
|
-
columnMenu="
|
|
38394
|
+
columnMenu="[[columnName]] Column Menu"
|
|
38397
38395
|
|
|
38398
38396
|
i18n-columns="kendo.grid.columns|The text for the Grid Column Chooser and Column Chooser toolbar tool"
|
|
38399
38397
|
columns="Columns"
|
|
@@ -38549,7 +38547,7 @@ class GridComponent {
|
|
|
38549
38547
|
groupToolbarToolText="Group"
|
|
38550
38548
|
|
|
38551
38549
|
i18n-formValidationErrorText="kendo.grid.formValidationErrorText|The default text of a form validation error when using external editing."
|
|
38552
|
-
formValidationErrorText="
|
|
38550
|
+
formValidationErrorText="The [[fieldName]] field has [[errorName]] validation error"
|
|
38553
38551
|
|
|
38554
38552
|
i18n-removeConfirmationDialogTitle="kendo.grid.removeConfirmationDialogTitle|The title of the built-in remove item confirmation Dialog"
|
|
38555
38553
|
removeConfirmationDialogTitle="Please confirm"
|
|
@@ -38618,7 +38616,7 @@ class GridComponent {
|
|
|
38618
38616
|
columnChooserSelectAll="Select all"
|
|
38619
38617
|
|
|
38620
38618
|
i18n-columnChooserSelectedColumnsCount="kendo.grid.columnChooserSelectedColumnsCount|The text displayed in the Column Chooser for the number of selected columns"
|
|
38621
|
-
columnChooserSelectedColumnsCount="
|
|
38619
|
+
columnChooserSelectedColumnsCount="[[selectedColumnsCount]] Selected items"
|
|
38622
38620
|
|
|
38623
38621
|
i18n-multiCheckboxFilterSearchPlaceholder="kendo.grid.multiCheckboxFilterSearchPlaceholder|The placeholder text for the multi-checkbox filter search input"
|
|
38624
38622
|
multiCheckboxFilterSearchPlaceholder="Search..."
|
|
@@ -38627,7 +38625,7 @@ class GridComponent {
|
|
|
38627
38625
|
multiCheckboxFilterSelectAllLabel="Select all"
|
|
38628
38626
|
|
|
38629
38627
|
i18n-multiCheckboxFilterSelectedItemsCount="kendo.grid.multiCheckboxFilterSelectedItemsCount|The text for the multi-checkbox filter selected items count"
|
|
38630
|
-
multiCheckboxFilterSelectedItemsCount="
|
|
38628
|
+
multiCheckboxFilterSelectedItemsCount="[[selectedItemsCount]] selected items"
|
|
38631
38629
|
|
|
38632
38630
|
i18n-smartBoxSpeechToTextButton="kendo.grid.smartBoxSpeechToTextButton|The aria-label for the Speech to Text button of the SmartBox tool in AI Assistant mode."
|
|
38633
38631
|
smartBoxSpeechToTextButton="Voice input"
|
|
@@ -39344,7 +39342,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
39344
39342
|
noRecords="No records available."
|
|
39345
39343
|
|
|
39346
39344
|
i18n-pagerLabel="kendo.grid.pagerLabel|The label for the Grid pager"
|
|
39347
|
-
pagerLabel="
|
|
39345
|
+
pagerLabel="Page navigation, page [[currentPage]] of [[totalPages]]"
|
|
39348
39346
|
|
|
39349
39347
|
i18n-pagerFirstPage="kendo.grid.pagerFirstPage|The label for the first page button in Grid pager"
|
|
39350
39348
|
pagerFirstPage="Go to the first page"
|
|
@@ -39380,22 +39378,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
39380
39378
|
filter="Filter"
|
|
39381
39379
|
|
|
39382
39380
|
i18n-filterInputLabel="kendo.grid.filterInputLabel|The label of the filter row and menu inputs"
|
|
39383
|
-
filterInputLabel="
|
|
39381
|
+
filterInputLabel="[[columnName]] Filter"
|
|
39384
39382
|
|
|
39385
39383
|
i18n-filterMenuTitle="kendo.grid.filterMenuTitle|The title of the filter menu icon"
|
|
39386
|
-
filterMenuTitle="
|
|
39384
|
+
filterMenuTitle="[[columnName]] Filter Menu"
|
|
39387
39385
|
|
|
39388
39386
|
i18n-filterMenuOperatorsDropDownLabel="kendo.grid.filterMenuOperatorsDropDownLabel|The label of the filter menu operators dropdown"
|
|
39389
|
-
filterMenuOperatorsDropDownLabel="
|
|
39387
|
+
filterMenuOperatorsDropDownLabel="[[columnName]] Filter Operators"
|
|
39390
39388
|
|
|
39391
39389
|
i18n-filterCellOperatorLabel="kendo.grid.filterCellOperatorLabel|The label of the filter cell operators dropdown"
|
|
39392
|
-
filterCellOperatorLabel="
|
|
39390
|
+
filterCellOperatorLabel="Filter cell operators for [[columnName]]"
|
|
39393
39391
|
|
|
39394
39392
|
i18n-booleanFilterCellLabel="kendo.grid.booleanFilterCellLabel|The label of the boolean filter cell dropdown"
|
|
39395
|
-
booleanFilterCellLabel="
|
|
39393
|
+
booleanFilterCellLabel="Boolean filter cell for [[columnName]]"
|
|
39396
39394
|
|
|
39397
39395
|
i18n-filterMenuLogicDropDownLabel="kendo.grid.filterMenuLogicDropDownLabel|The label of the filter menu logic dropdown"
|
|
39398
|
-
filterMenuLogicDropDownLabel="
|
|
39396
|
+
filterMenuLogicDropDownLabel="[[columnName]] Filter Logic"
|
|
39399
39397
|
|
|
39400
39398
|
i18n-filterEqOperator="kendo.grid.filterEqOperator|The text of the equal filter operator"
|
|
39401
39399
|
filterEqOperator="Is equal to"
|
|
@@ -39503,7 +39501,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
39503
39501
|
gridLabel="Data table"
|
|
39504
39502
|
|
|
39505
39503
|
i18n-columnMenu="kendo.grid.columnMenu|The title of the column menu icon"
|
|
39506
|
-
columnMenu="
|
|
39504
|
+
columnMenu="[[columnName]] Column Menu"
|
|
39507
39505
|
|
|
39508
39506
|
i18n-columns="kendo.grid.columns|The text for the Grid Column Chooser and Column Chooser toolbar tool"
|
|
39509
39507
|
columns="Columns"
|
|
@@ -39659,7 +39657,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
39659
39657
|
groupToolbarToolText="Group"
|
|
39660
39658
|
|
|
39661
39659
|
i18n-formValidationErrorText="kendo.grid.formValidationErrorText|The default text of a form validation error when using external editing."
|
|
39662
|
-
formValidationErrorText="
|
|
39660
|
+
formValidationErrorText="The [[fieldName]] field has [[errorName]] validation error"
|
|
39663
39661
|
|
|
39664
39662
|
i18n-removeConfirmationDialogTitle="kendo.grid.removeConfirmationDialogTitle|The title of the built-in remove item confirmation Dialog"
|
|
39665
39663
|
removeConfirmationDialogTitle="Please confirm"
|
|
@@ -39728,7 +39726,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
39728
39726
|
columnChooserSelectAll="Select all"
|
|
39729
39727
|
|
|
39730
39728
|
i18n-columnChooserSelectedColumnsCount="kendo.grid.columnChooserSelectedColumnsCount|The text displayed in the Column Chooser for the number of selected columns"
|
|
39731
|
-
columnChooserSelectedColumnsCount="
|
|
39729
|
+
columnChooserSelectedColumnsCount="[[selectedColumnsCount]] Selected items"
|
|
39732
39730
|
|
|
39733
39731
|
i18n-multiCheckboxFilterSearchPlaceholder="kendo.grid.multiCheckboxFilterSearchPlaceholder|The placeholder text for the multi-checkbox filter search input"
|
|
39734
39732
|
multiCheckboxFilterSearchPlaceholder="Search..."
|
|
@@ -39737,7 +39735,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
39737
39735
|
multiCheckboxFilterSelectAllLabel="Select all"
|
|
39738
39736
|
|
|
39739
39737
|
i18n-multiCheckboxFilterSelectedItemsCount="kendo.grid.multiCheckboxFilterSelectedItemsCount|The text for the multi-checkbox filter selected items count"
|
|
39740
|
-
multiCheckboxFilterSelectedItemsCount="
|
|
39738
|
+
multiCheckboxFilterSelectedItemsCount="[[selectedItemsCount]] selected items"
|
|
39741
39739
|
|
|
39742
39740
|
i18n-smartBoxSpeechToTextButton="kendo.grid.smartBoxSpeechToTextButton|The aria-label for the Speech to Text button of the SmartBox tool in AI Assistant mode."
|
|
39743
39741
|
smartBoxSpeechToTextButton="Voice input"
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "25.0.0-develop.
|
|
10
|
+
"publishDate": 1784618951,
|
|
11
|
+
"version": "25.0.0-develop.7",
|
|
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": "25.0.0-develop.
|
|
3
|
+
"version": "25.0.0-develop.7",
|
|
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":
|
|
97
|
+
"publishDate": 1784618951,
|
|
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": "25.0.0-develop.
|
|
111
|
-
"@progress/kendo-angular-common": "25.0.0-develop.
|
|
112
|
-
"@progress/kendo-angular-dateinputs": "25.0.0-develop.
|
|
113
|
-
"@progress/kendo-angular-layout": "25.0.0-develop.
|
|
114
|
-
"@progress/kendo-angular-navigation": "25.0.0-develop.
|
|
115
|
-
"@progress/kendo-angular-dropdowns": "25.0.0-develop.
|
|
116
|
-
"@progress/kendo-angular-excel-export": "25.0.0-develop.
|
|
117
|
-
"@progress/kendo-angular-icons": "25.0.0-develop.
|
|
118
|
-
"@progress/kendo-angular-indicators": "25.0.0-develop.
|
|
119
|
-
"@progress/kendo-angular-inputs": "25.0.0-develop.
|
|
120
|
-
"@progress/kendo-angular-conversational-ui": "25.0.0-develop.
|
|
121
|
-
"@progress/kendo-angular-intl": "25.0.0-develop.
|
|
122
|
-
"@progress/kendo-angular-l10n": "25.0.0-develop.
|
|
123
|
-
"@progress/kendo-angular-label": "25.0.0-develop.
|
|
124
|
-
"@progress/kendo-angular-menu": "25.0.0-develop.
|
|
125
|
-
"@progress/kendo-angular-pager": "25.0.0-develop.
|
|
126
|
-
"@progress/kendo-angular-pdf-export": "25.0.0-develop.
|
|
127
|
-
"@progress/kendo-angular-popup": "25.0.0-develop.
|
|
128
|
-
"@progress/kendo-angular-toolbar": "25.0.0-develop.
|
|
129
|
-
"@progress/kendo-angular-upload": "25.0.0-develop.
|
|
130
|
-
"@progress/kendo-angular-utils": "25.0.0-develop.
|
|
110
|
+
"@progress/kendo-angular-buttons": "25.0.0-develop.7",
|
|
111
|
+
"@progress/kendo-angular-common": "25.0.0-develop.7",
|
|
112
|
+
"@progress/kendo-angular-dateinputs": "25.0.0-develop.7",
|
|
113
|
+
"@progress/kendo-angular-layout": "25.0.0-develop.7",
|
|
114
|
+
"@progress/kendo-angular-navigation": "25.0.0-develop.7",
|
|
115
|
+
"@progress/kendo-angular-dropdowns": "25.0.0-develop.7",
|
|
116
|
+
"@progress/kendo-angular-excel-export": "25.0.0-develop.7",
|
|
117
|
+
"@progress/kendo-angular-icons": "25.0.0-develop.7",
|
|
118
|
+
"@progress/kendo-angular-indicators": "25.0.0-develop.7",
|
|
119
|
+
"@progress/kendo-angular-inputs": "25.0.0-develop.7",
|
|
120
|
+
"@progress/kendo-angular-conversational-ui": "25.0.0-develop.7",
|
|
121
|
+
"@progress/kendo-angular-intl": "25.0.0-develop.7",
|
|
122
|
+
"@progress/kendo-angular-l10n": "25.0.0-develop.7",
|
|
123
|
+
"@progress/kendo-angular-label": "25.0.0-develop.7",
|
|
124
|
+
"@progress/kendo-angular-menu": "25.0.0-develop.7",
|
|
125
|
+
"@progress/kendo-angular-pager": "25.0.0-develop.7",
|
|
126
|
+
"@progress/kendo-angular-pdf-export": "25.0.0-develop.7",
|
|
127
|
+
"@progress/kendo-angular-popup": "25.0.0-develop.7",
|
|
128
|
+
"@progress/kendo-angular-toolbar": "25.0.0-develop.7",
|
|
129
|
+
"@progress/kendo-angular-upload": "25.0.0-develop.7",
|
|
130
|
+
"@progress/kendo-angular-utils": "25.0.0-develop.7",
|
|
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": "25.0.0-develop.
|
|
135
|
+
"@progress/kendo-angular-schematics": "25.0.0-develop.7",
|
|
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': '25.0.0-develop.
|
|
13
|
-
'@progress/kendo-angular-navigation': '25.0.0-develop.
|
|
12
|
+
'@progress/kendo-angular-treeview': '25.0.0-develop.7',
|
|
13
|
+
'@progress/kendo-angular-navigation': '25.0.0-develop.7',
|
|
14
14
|
// peer dependency of kendo-angular-inputs
|
|
15
|
-
'@progress/kendo-angular-dialog': '25.0.0-develop.
|
|
15
|
+
'@progress/kendo-angular-dialog': '25.0.0-develop.7',
|
|
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': '25.0.0-develop.
|
|
19
|
+
'@progress/kendo-angular-progressbar': '25.0.0-develop.7',
|
|
20
20
|
// transitive peer dependencies from toolbar
|
|
21
|
-
'@progress/kendo-angular-indicators': '25.0.0-develop.
|
|
21
|
+
'@progress/kendo-angular-indicators': '25.0.0-develop.7',
|
|
22
22
|
// transitive peer dependencies from conversational-ui
|
|
23
|
-
'@progress/kendo-angular-menu': '25.0.0-develop.
|
|
24
|
-
'@progress/kendo-angular-upload': '25.0.0-develop.
|
|
23
|
+
'@progress/kendo-angular-menu': '25.0.0-develop.7',
|
|
24
|
+
'@progress/kendo-angular-upload': '25.0.0-develop.7'
|
|
25
25
|
} });
|
|
26
26
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
27
27
|
}
|