@syncfusion/ej2-angular-grids 25.2.7-ngcc → 26.1.35-ngcc
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.
- package/@syncfusion/ej2-angular-grids.es5.js +1 -1
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-grids.js +1 -1
- package/@syncfusion/ej2-angular-grids.js.map +1 -1
- package/dist/ej2-angular-grids.umd.js +2 -1
- package/dist/ej2-angular-grids.umd.js.map +1 -1
- package/dist/ej2-angular-grids.umd.min.js +2 -2
- package/dist/ej2-angular-grids.umd.min.js.map +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/grid/columns.directive.d.ts +1 -3
- package/src/grid/stacked-column.directive.d.ts +1 -3
- package/styles/bootstrap-dark.css +5208 -1
- package/styles/bootstrap.css +5208 -1
- package/styles/bootstrap4.css +5353 -1
- package/styles/bootstrap5-dark.css +5273 -1
- package/styles/bootstrap5.css +5273 -1
- package/styles/excel-filter/bootstrap-dark.css +552 -1
- package/styles/excel-filter/bootstrap.css +552 -1
- package/styles/excel-filter/bootstrap4.css +605 -1
- package/styles/excel-filter/bootstrap5-dark.css +593 -1
- package/styles/excel-filter/bootstrap5.css +593 -1
- package/styles/excel-filter/fabric-dark.css +527 -1
- package/styles/excel-filter/fabric.css +520 -1
- package/styles/excel-filter/fluent-dark.css +573 -1
- package/styles/excel-filter/fluent.css +573 -1
- package/styles/excel-filter/fluent2.css +1810 -0
- package/styles/excel-filter/fluent2.scss +1 -0
- package/styles/excel-filter/highcontrast-light.css +524 -1
- package/styles/excel-filter/highcontrast.css +524 -1
- package/styles/excel-filter/material-dark.css +575 -1
- package/styles/excel-filter/material.css +620 -1
- package/styles/excel-filter/material3-dark.css +772 -1
- package/styles/excel-filter/material3.css +884 -1
- package/styles/excel-filter/tailwind-dark.css +548 -1
- package/styles/excel-filter/tailwind.css +548 -1
- package/styles/fabric-dark.css +5179 -1
- package/styles/fabric.css +5178 -1
- package/styles/fluent-dark.css +5312 -1
- package/styles/fluent.css +5312 -1
- package/styles/fluent2.css +7815 -0
- package/styles/fluent2.scss +2 -0
- package/styles/grid/bootstrap-dark.css +4783 -1
- package/styles/grid/bootstrap.css +4783 -1
- package/styles/grid/bootstrap4.css +4921 -1
- package/styles/grid/bootstrap5-dark.css +4849 -1
- package/styles/grid/bootstrap5.css +4849 -1
- package/styles/grid/fabric-dark.css +4754 -1
- package/styles/grid/fabric.css +4753 -1
- package/styles/grid/fluent-dark.css +4888 -1
- package/styles/grid/fluent.css +4888 -1
- package/styles/grid/fluent2.css +6146 -0
- package/styles/grid/fluent2.scss +1 -0
- package/styles/grid/highcontrast-light.css +4751 -1
- package/styles/grid/highcontrast.css +4751 -1
- package/styles/grid/material-dark.css +4835 -1
- package/styles/grid/material.css +4880 -1
- package/styles/grid/material3-dark.css +5266 -1
- package/styles/grid/material3.css +5378 -1
- package/styles/grid/tailwind-dark.css +4871 -1
- package/styles/grid/tailwind.css +4871 -1
- package/styles/highcontrast-light.css +5176 -1
- package/styles/highcontrast.css +5176 -1
- package/styles/material-dark.css +5267 -1
- package/styles/material.css +5322 -1
- package/styles/material3-dark.css +5850 -1
- package/styles/material3.css +6074 -1
- package/styles/tailwind-dark.css +5295 -1
- package/styles/tailwind.css +5295 -1
- package/CHANGELOG.md +0 -2895
- package/postinstall/tagchange.js +0 -18
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-grids@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-grids@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-grids@1.193.11",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-9qG66cYQ8wMd78vzFLEQMbcivONxtm793/DLnfZHtbtyIK8jhfGc9xey1VGzoAovy5gOXV1SVBycmhiirLv8dg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-grids",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-1.193.11.tgz",
|
|
23
|
+
"_shasum": "064738f5d88e00dd6f61b59904e13a87a2f53086",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-grids@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~
|
|
35
|
-
"@syncfusion/ej2-base": "~
|
|
36
|
-
"@syncfusion/ej2-grids": "
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~26.1.35",
|
|
35
|
+
"@syncfusion/ej2-base": "~26.1.35",
|
|
36
|
+
"@syncfusion/ej2-grids": "26.1.35"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"schematics": "./schematics/collection.json",
|
|
59
59
|
"sideEffects": false,
|
|
60
60
|
"typings": "ej2-angular-grids.d.ts",
|
|
61
|
-
"version": "
|
|
61
|
+
"version": "26.1.35-ngcc"
|
|
62
62
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-grids';
|
|
4
|
-
exports.pkgVer = '^
|
|
4
|
+
exports.pkgVer = '^26.1.35';
|
|
5
5
|
exports.moduleName = 'GridModule, PagerModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~26.1.35';
|
|
@@ -188,9 +188,7 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
|
|
|
188
188
|
field: any;
|
|
189
189
|
/**
|
|
190
190
|
* Defines the filter options to customize filtering for the particular column.
|
|
191
|
-
*
|
|
192
|
-
* @default null
|
|
193
|
-
*
|
|
191
|
+
* @default null
|
|
194
192
|
*/
|
|
195
193
|
filter: any;
|
|
196
194
|
/**
|
|
@@ -190,9 +190,7 @@ export declare class StackedColumnDirective extends ComplexBase<StackedColumnDir
|
|
|
190
190
|
field: any;
|
|
191
191
|
/**
|
|
192
192
|
* Defines the filter options to customize filtering for the particular column.
|
|
193
|
-
*
|
|
194
|
-
* @default null
|
|
195
|
-
*
|
|
193
|
+
* @default null
|
|
196
194
|
*/
|
|
197
195
|
filter: any;
|
|
198
196
|
/**
|