@syncfusion/ej2-angular-grids 20.3.61 → 20.3.62-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 +988 -0
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-grids.js +927 -0
- package/@syncfusion/ej2-angular-grids.js.map +1 -0
- package/CHANGELOG.md +2770 -0
- package/README.md +134 -54
- package/dist/ej2-angular-grids.umd.js +1592 -0
- package/dist/ej2-angular-grids.umd.js.map +1 -0
- package/dist/ej2-angular-grids.umd.min.js +2 -0
- package/dist/ej2-angular-grids.umd.min.js.map +1 -0
- package/ej2-angular-grids.d.ts +6 -0
- package/ej2-angular-grids.metadata.json +1 -0
- package/package.json +70 -84
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/src/grid/aggregate-columns.directive.d.ts +0 -5
- package/src/grid/aggregates.directive.d.ts +0 -5
- package/src/grid/columns.directive.d.ts +2 -7
- package/src/grid/grid-all.module.d.ts +0 -6
- package/src/grid/grid.component.d.ts +1 -4
- package/src/grid/grid.module.d.ts +0 -10
- package/src/grid/stacked-column.directive.d.ts +2 -7
- package/src/pager/pager-all.module.d.ts +0 -6
- package/src/pager/pager.component.d.ts +0 -3
- package/src/pager/pager.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +9 -4
- package/styles/bootstrap.css +9 -4
- package/styles/bootstrap4.css +9 -4
- package/styles/bootstrap5-dark.css +10 -5
- package/styles/bootstrap5.css +10 -5
- package/styles/excel-filter/bootstrap-dark.scss +1 -17
- package/styles/excel-filter/bootstrap.scss +1 -17
- package/styles/excel-filter/bootstrap4.scss +1 -17
- package/styles/excel-filter/bootstrap5-dark.scss +1 -17
- package/styles/excel-filter/bootstrap5.scss +1 -17
- package/styles/excel-filter/fabric-dark.scss +1 -17
- package/styles/excel-filter/fabric.scss +1 -17
- package/styles/excel-filter/fluent-dark.scss +1 -17
- package/styles/excel-filter/fluent.scss +1 -17
- package/styles/excel-filter/highcontrast-light.scss +1 -17
- package/styles/excel-filter/highcontrast.scss +1 -17
- package/styles/excel-filter/material-dark.scss +1 -17
- package/styles/excel-filter/material.scss +1 -17
- package/styles/excel-filter/tailwind-dark.scss +1 -17
- package/styles/excel-filter/tailwind.scss +1 -17
- package/styles/fabric-dark.css +10 -5
- package/styles/fabric.css +10 -5
- package/styles/fluent-dark.css +10 -5
- package/styles/fluent.css +10 -5
- package/styles/grid/bootstrap-dark.css +9 -4
- package/styles/grid/bootstrap-dark.scss +1 -21
- package/styles/grid/bootstrap.css +9 -4
- package/styles/grid/bootstrap.scss +1 -21
- package/styles/grid/bootstrap4.css +9 -4
- package/styles/grid/bootstrap4.scss +1 -21
- package/styles/grid/bootstrap5-dark.css +10 -5
- package/styles/grid/bootstrap5-dark.scss +1 -21
- package/styles/grid/bootstrap5.css +10 -5
- package/styles/grid/bootstrap5.scss +1 -21
- package/styles/grid/fabric-dark.css +10 -5
- package/styles/grid/fabric-dark.scss +1 -21
- package/styles/grid/fabric.css +10 -5
- package/styles/grid/fabric.scss +1 -21
- package/styles/grid/fluent-dark.css +10 -5
- package/styles/grid/fluent-dark.scss +1 -21
- package/styles/grid/fluent.css +10 -5
- package/styles/grid/fluent.scss +1 -21
- package/styles/grid/highcontrast-light.css +8 -3
- package/styles/grid/highcontrast-light.scss +1 -21
- package/styles/grid/highcontrast.css +10 -5
- package/styles/grid/highcontrast.scss +1 -21
- package/styles/grid/material-dark.css +10 -5
- package/styles/grid/material-dark.scss +1 -21
- package/styles/grid/material.css +10 -5
- package/styles/grid/material.scss +1 -21
- package/styles/grid/tailwind-dark.css +10 -5
- package/styles/grid/tailwind-dark.scss +1 -21
- package/styles/grid/tailwind.css +10 -5
- package/styles/grid/tailwind.scss +1 -21
- package/styles/highcontrast-light.css +8 -3
- package/styles/highcontrast.css +10 -5
- package/styles/material-dark.css +10 -5
- package/styles/material.css +10 -5
- package/styles/tailwind-dark.css +10 -5
- package/styles/tailwind.css +10 -5
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/grid/aggregate-columns.directive.mjs +0 -84
- package/esm2020/src/grid/aggregates.directive.mjs +0 -69
- package/esm2020/src/grid/columns.directive.mjs +0 -100
- package/esm2020/src/grid/grid-all.module.mjs +0 -98
- package/esm2020/src/grid/grid.component.mjs +0 -274
- package/esm2020/src/grid/grid.module.mjs +0 -61
- package/esm2020/src/grid/stacked-column.directive.mjs +0 -100
- package/esm2020/src/index.mjs +0 -12
- package/esm2020/src/pager/pager-all.module.mjs +0 -23
- package/esm2020/src/pager/pager.component.mjs +0 -66
- package/esm2020/src/pager/pager.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-grids.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +0 -859
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +0 -859
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/styles/excel-filter/_all.scss +0 -2
- package/styles/excel-filter/_bootstrap-dark-definition.scss +0 -59
- package/styles/excel-filter/_bootstrap-definition.scss +0 -64
- package/styles/excel-filter/_bootstrap4-definition.scss +0 -69
- package/styles/excel-filter/_bootstrap5-dark-definition.scss +0 -1
- package/styles/excel-filter/_bootstrap5-definition.scss +0 -70
- package/styles/excel-filter/_fabric-dark-definition.scss +0 -59
- package/styles/excel-filter/_fabric-definition.scss +0 -64
- package/styles/excel-filter/_fluent-dark-definition.scss +0 -1
- package/styles/excel-filter/_fluent-definition.scss +0 -70
- package/styles/excel-filter/_fusionnew-definition.scss +0 -70
- package/styles/excel-filter/_highcontrast-definition.scss +0 -59
- package/styles/excel-filter/_highcontrast-light-definition.scss +0 -57
- package/styles/excel-filter/_layout.scss +0 -417
- package/styles/excel-filter/_material-dark-definition.scss +0 -61
- package/styles/excel-filter/_material-definition.scss +0 -62
- package/styles/excel-filter/_material3-definition.scss +0 -70
- package/styles/excel-filter/_office-365-definition.scss +0 -1
- package/styles/excel-filter/_tailwind-dark-definition.scss +0 -1
- package/styles/excel-filter/_tailwind-definition.scss +0 -69
- package/styles/excel-filter/_theme.scss +0 -28
- package/styles/excel-filter/icons/_bootstrap-dark.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap4.scss +0 -42
- package/styles/excel-filter/icons/_bootstrap5-dark.scss +0 -1
- package/styles/excel-filter/icons/_bootstrap5.scss +0 -42
- package/styles/excel-filter/icons/_fabric-dark.scss +0 -38
- package/styles/excel-filter/icons/_fabric.scss +0 -38
- package/styles/excel-filter/icons/_fluent-dark.scss +0 -1
- package/styles/excel-filter/icons/_fluent.scss +0 -42
- package/styles/excel-filter/icons/_fusionnew.scss +0 -42
- package/styles/excel-filter/icons/_highcontrast-light.scss +0 -38
- package/styles/excel-filter/icons/_highcontrast.scss +0 -38
- package/styles/excel-filter/icons/_material-dark.scss +0 -38
- package/styles/excel-filter/icons/_material.scss +0 -38
- package/styles/excel-filter/icons/_material3.scss +0 -42
- package/styles/excel-filter/icons/_tailwind-dark.scss +0 -1
- package/styles/excel-filter/icons/_tailwind.scss +0 -42
- package/styles/grid/_all.scss +0 -2
- package/styles/grid/_bootstrap-dark-definition.scss +0 -597
- package/styles/grid/_bootstrap-definition.scss +0 -599
- package/styles/grid/_bootstrap4-definition.scss +0 -603
- package/styles/grid/_bootstrap5-dark-definition.scss +0 -1
- package/styles/grid/_bootstrap5-definition.scss +0 -598
- package/styles/grid/_fabric-dark-definition.scss +0 -595
- package/styles/grid/_fabric-definition.scss +0 -595
- package/styles/grid/_fluent-dark-definition.scss +0 -1
- package/styles/grid/_fluent-definition.scss +0 -590
- package/styles/grid/_fusionnew-definition.scss +0 -575
- package/styles/grid/_highcontrast-definition.scss +0 -595
- package/styles/grid/_highcontrast-light-definition.scss +0 -591
- package/styles/grid/_layout.scss +0 -4352
- package/styles/grid/_material-dark-definition.scss +0 -595
- package/styles/grid/_material-definition.scss +0 -593
- package/styles/grid/_material3-definition.scss +0 -599
- package/styles/grid/_office-365-definition.scss +0 -1
- package/styles/grid/_tailwind-dark-definition.scss +0 -1
- package/styles/grid/_tailwind-definition.scss +0 -604
- package/styles/grid/_theme.scss +0 -603
- package/styles/grid/icons/_bootstrap-dark.scss +0 -226
- package/styles/grid/icons/_bootstrap.scss +0 -226
- package/styles/grid/icons/_bootstrap4.scss +0 -225
- package/styles/grid/icons/_bootstrap5-dark.scss +0 -1
- package/styles/grid/icons/_bootstrap5.scss +0 -246
- package/styles/grid/icons/_fabric-dark.scss +0 -225
- package/styles/grid/icons/_fabric.scss +0 -225
- package/styles/grid/icons/_fluent-dark.scss +0 -1
- package/styles/grid/icons/_fluent.scss +0 -246
- package/styles/grid/icons/_fusionnew.scss +0 -246
- package/styles/grid/icons/_highcontrast-light.scss +0 -225
- package/styles/grid/icons/_highcontrast.scss +0 -225
- package/styles/grid/icons/_material-dark.scss +0 -225
- package/styles/grid/icons/_material.scss +0 -225
- package/styles/grid/icons/_material3.scss +0 -246
- package/styles/grid/icons/_tailwind-dark.scss +0 -1
- package/styles/grid/icons/_tailwind.scss +0 -246
- package/syncfusion-ej2-angular-grids.d.ts +0 -5
package/package.json
CHANGED
|
@@ -1,87 +1,73 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
2
|
+
"_from": "@syncfusion/ej2-angular-grids@*",
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-grids@20.3.60",
|
|
4
|
+
"_inBundle": false,
|
|
5
|
+
"_integrity": "sha512-Uo6YSqGrbZtDktjV0QrzjuRr2zoQvFORqAMy8wfdRwy/7Vn1lP9t/tcU/+r/U1sWn/nvb5ii9RMyVYAcWEyNVg==",
|
|
6
|
+
"_location": "/@syncfusion/ej2-angular-grids",
|
|
7
|
+
"_phantomChildren": {},
|
|
8
|
+
"_requested": {
|
|
9
|
+
"type": "range",
|
|
10
|
+
"registry": true,
|
|
11
|
+
"raw": "@syncfusion/ej2-angular-grids@*",
|
|
12
|
+
"name": "@syncfusion/ej2-angular-grids",
|
|
13
|
+
"escapedName": "@syncfusion%2fej2-angular-grids",
|
|
14
|
+
"scope": "@syncfusion",
|
|
15
|
+
"rawSpec": "*",
|
|
16
|
+
"saveSpec": null,
|
|
17
|
+
"fetchSpec": "*"
|
|
18
|
+
},
|
|
19
|
+
"_requiredBy": [
|
|
20
|
+
"/"
|
|
21
|
+
],
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-20.3.60.tgz",
|
|
23
|
+
"_shasum": "abb495929262b89ce722b0b87c282cdca202e646",
|
|
24
|
+
"_spec": "@syncfusion/ej2-angular-grids@*",
|
|
25
|
+
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
26
|
+
"author": {
|
|
27
|
+
"name": "Syncfusion Inc."
|
|
28
|
+
},
|
|
29
|
+
"bugs": {
|
|
30
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
|
31
|
+
},
|
|
32
|
+
"bundleDependencies": false,
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~20.3.56",
|
|
35
|
+
"@syncfusion/ej2-base": "~20.3.56",
|
|
36
|
+
"@syncfusion/ej2-grids": "20.3.62"
|
|
37
|
+
},
|
|
38
|
+
"deprecated": false,
|
|
39
|
+
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
|
|
40
|
+
"devDependencies": {},
|
|
41
|
+
"es2015": "@syncfusion/ej2-angular-grids.js",
|
|
42
|
+
"homepage": "https://github.com/syncfusion/ej2-angular-ui-components#readme",
|
|
43
|
+
"keywords": [
|
|
44
|
+
"ej2",
|
|
45
|
+
"ej2-grids",
|
|
46
|
+
"syncfusion",
|
|
47
|
+
"web-components",
|
|
48
|
+
"data-grid",
|
|
49
|
+
"data-table",
|
|
50
|
+
"grid",
|
|
51
|
+
"pager",
|
|
52
|
+
"data",
|
|
53
|
+
"table",
|
|
54
|
+
"Typescript",
|
|
55
|
+
"angular",
|
|
56
|
+
"ng-grids",
|
|
57
|
+
"ej2-angular-grids",
|
|
58
|
+
"ej2-ng-grids"
|
|
59
|
+
],
|
|
60
|
+
"license": "SEE LICENSE IN license",
|
|
61
|
+
"main": "dist/ej2-angular-grids.umd.js",
|
|
62
|
+
"metadata": "ej2-angular-grids.metadata.json",
|
|
63
|
+
"module": "@syncfusion/ej2-angular-grids.es5.js",
|
|
12
64
|
"name": "@syncfusion/ej2-angular-grids",
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "*"
|
|
18
|
-
},
|
|
19
|
-
"_requiredBy": [
|
|
20
|
-
"/"
|
|
21
|
-
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-20.3.52.tgz",
|
|
23
|
-
"_shasum": "a0c79bde684b5dd11832efe64f51103c7940b129",
|
|
24
|
-
"_spec": "@syncfusion/ej2-angular-grids@*",
|
|
25
|
-
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/ivypackages/included",
|
|
26
|
-
"author": {
|
|
27
|
-
"name": "Syncfusion Inc."
|
|
28
|
-
},
|
|
29
|
-
"bugs": {
|
|
30
|
-
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
|
31
|
-
},
|
|
32
|
-
"bundleDependencies": false,
|
|
33
|
-
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~20.3.56",
|
|
35
|
-
"@syncfusion/ej2-base": "~20.3.56",
|
|
36
|
-
"@syncfusion/ej2-grids": "20.3.61",
|
|
37
|
-
"tslib": "^2.3.0"
|
|
38
|
-
},
|
|
39
|
-
"deprecated": false,
|
|
40
|
-
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
|
|
41
|
-
"es2020": "fesm2020/syncfusion-ej2-angular-grids.mjs",
|
|
42
|
-
"esm2020": "esm2020/syncfusion-ej2-angular-grids.mjs",
|
|
43
|
-
"exports": {
|
|
44
|
-
"./package.json": {
|
|
45
|
-
"default": "./package.json"
|
|
65
|
+
"repository": {
|
|
66
|
+
"type": "git",
|
|
67
|
+
"url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
46
68
|
},
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
"node": "./fesm2015/syncfusion-ej2-angular-grids.mjs",
|
|
53
|
-
"default": "./fesm2020/syncfusion-ej2-angular-grids.mjs"
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
"fesm2015": "fesm2015/syncfusion-ej2-angular-grids.mjs",
|
|
57
|
-
"fesm2020": "fesm2020/syncfusion-ej2-angular-grids.mjs",
|
|
58
|
-
"homepage": "https://github.com/syncfusion/ej2-angular-ui-components#readme",
|
|
59
|
-
"keywords": [
|
|
60
|
-
"ej2",
|
|
61
|
-
"ej2-grids",
|
|
62
|
-
"syncfusion",
|
|
63
|
-
"web-components",
|
|
64
|
-
"data-grid",
|
|
65
|
-
"data-table",
|
|
66
|
-
"grid",
|
|
67
|
-
"pager",
|
|
68
|
-
"data",
|
|
69
|
-
"table",
|
|
70
|
-
"Typescript",
|
|
71
|
-
"angular",
|
|
72
|
-
"ng-grids",
|
|
73
|
-
"ej2-angular-grids",
|
|
74
|
-
"ej2-ng-grids"
|
|
75
|
-
],
|
|
76
|
-
"license": "SEE LICENSE IN license",
|
|
77
|
-
"module": "fesm2015/syncfusion-ej2-angular-grids.mjs",
|
|
78
|
-
"name": "@syncfusion/ej2-angular-grids",
|
|
79
|
-
"repository": {
|
|
80
|
-
"type": "git",
|
|
81
|
-
"url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
82
|
-
},
|
|
83
|
-
"schematics": "./schematics/collection.json",
|
|
84
|
-
"sideEffects": false,
|
|
85
|
-
"typings": "syncfusion-ej2-angular-grids.d.ts",
|
|
86
|
-
"version": "20.3.61"
|
|
87
|
-
}
|
|
69
|
+
"schematics": "./schematics/collection.json",
|
|
70
|
+
"sideEffects": false,
|
|
71
|
+
"typings": "ej2-angular-grids.d.ts",
|
|
72
|
+
"version": "20.3.62-ngcc"
|
|
73
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
var fs = require("fs");
|
|
2
|
+
var glob = require("glob");
|
|
3
|
+
|
|
4
|
+
var selectors = ['ejs-grid','ejs-pager'];
|
|
5
|
+
|
|
6
|
+
if (process.env.tagName !== undefined) {
|
|
7
|
+
var newTagPrefix = process.env.tagName.trim();
|
|
8
|
+
var files = glob.sync("./@syncfusion/*");
|
|
9
|
+
for (var i = 0; i < files.length; i++) {
|
|
10
|
+
var sourceFile = fs.readFileSync(files[i], "utf8");
|
|
11
|
+
for (var j = 0; j < selectors.length; j++) {
|
|
12
|
+
selectors[j] = selectors[j].replace('[','').replace(']','');
|
|
13
|
+
var tagRegex = new RegExp(selectors[j], "g");
|
|
14
|
+
sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
|
|
15
|
+
}
|
|
16
|
+
fs.writeFileSync(files[i], sourceFile, "utf8");
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-grids";
|
|
2
|
-
export declare const pkgVer = "^20.3.
|
|
2
|
+
export declare const pkgVer = "^20.3.61";
|
|
3
3
|
export declare const moduleName = "GridModule, PagerModule";
|
|
4
|
-
export declare const themeVer = "~20.3.
|
|
4
|
+
export declare const themeVer = "~20.3.61";
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* `e-aggregate->e-column` directive represent a aggregate column of the Angular Grid.
|
|
6
5
|
* ```html
|
|
@@ -102,8 +101,6 @@ export declare class AggregateColumnDirective extends ComplexBase<AggregateColum
|
|
|
102
101
|
*/
|
|
103
102
|
groupCaptionTemplate: any;
|
|
104
103
|
constructor(viewContainerRef: ViewContainerRef);
|
|
105
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AggregateColumnDirective, never>;
|
|
106
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AggregateColumnDirective, "ejs-grid>e-aggregates>e-aggregate>e-columns>e-column", never, { "columnName": "columnName"; "customAggregate": "customAggregate"; "field": "field"; "footerTemplate": "footerTemplate"; "format": "format"; "groupCaptionTemplate": "groupCaptionTemplate"; "groupFooterTemplate": "groupFooterTemplate"; "type": "type"; }, {}, ["footerTemplate", "groupFooterTemplate", "groupCaptionTemplate"]>;
|
|
107
104
|
}
|
|
108
105
|
/**
|
|
109
106
|
* AggregateColumn Array Directive
|
|
@@ -111,6 +108,4 @@ export declare class AggregateColumnDirective extends ComplexBase<AggregateColum
|
|
|
111
108
|
*/
|
|
112
109
|
export declare class AggregateColumnsDirective extends ArrayBase<AggregateColumnsDirective> {
|
|
113
110
|
constructor();
|
|
114
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AggregateColumnsDirective, never>;
|
|
115
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AggregateColumnsDirective, "ejs-grid>e-aggregates>e-aggregate>e-columns", never, {}, {}, ["children"]>;
|
|
116
111
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* `e-aggregate` directive represent a aggregate row of the Angular Grid.
|
|
6
5
|
* It must be contained in a Grid component(`ejs-grid`).
|
|
@@ -31,8 +30,6 @@ export declare class AggregateDirective extends ComplexBase<AggregateDirective>
|
|
|
31
30
|
*/
|
|
32
31
|
columns: any;
|
|
33
32
|
constructor(viewContainerRef: ViewContainerRef);
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AggregateDirective, never>;
|
|
35
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AggregateDirective, "ejs-grid>e-aggregates>e-aggregate", never, { "columns": "columns"; }, {}, ["childColumns"]>;
|
|
36
33
|
}
|
|
37
34
|
/**
|
|
38
35
|
* Aggregate Array Directive
|
|
@@ -40,6 +37,4 @@ export declare class AggregateDirective extends ComplexBase<AggregateDirective>
|
|
|
40
37
|
*/
|
|
41
38
|
export declare class AggregatesDirective extends ArrayBase<AggregatesDirective> {
|
|
42
39
|
constructor();
|
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AggregatesDirective, never>;
|
|
44
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AggregatesDirective, "ejs-grid>e-aggregates", never, {}, {}, ["children"]>;
|
|
45
40
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* `e-column` directive represent a column of the Angular Grid.
|
|
6
5
|
* It must be contained in a Grid component(`ejs-grid`).
|
|
@@ -163,7 +162,7 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
|
|
|
163
162
|
*/
|
|
164
163
|
displayAsCheckBox: any;
|
|
165
164
|
/**
|
|
166
|
-
* Defines the `IEditCell`(../../grid/edit/#
|
|
165
|
+
* Defines the `IEditCell`(../../grid/editing/edit-types/#custom-editors-using-template) object to customize default edit cell.
|
|
167
166
|
* @default {}
|
|
168
167
|
*/
|
|
169
168
|
edit: any;
|
|
@@ -388,7 +387,7 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
|
|
|
388
387
|
*/
|
|
389
388
|
uid: any;
|
|
390
389
|
/**
|
|
391
|
-
* `editType`(../../grid/edit/#
|
|
390
|
+
* `editType`(../../grid/editing/edit-types/#customize-editors-using-params) Defines rules to validate data before creating and updating.
|
|
392
391
|
* @default null
|
|
393
392
|
*/
|
|
394
393
|
validationRules: any;
|
|
@@ -450,8 +449,6 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
|
|
|
450
449
|
*/
|
|
451
450
|
filterTemplate: any;
|
|
452
451
|
constructor(viewContainerRef: ViewContainerRef);
|
|
453
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnDirective, never>;
|
|
454
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnDirective, "ejs-grid>e-columns>e-column", never, { "allowEditing": "allowEditing"; "allowFiltering": "allowFiltering"; "allowGrouping": "allowGrouping"; "allowReordering": "allowReordering"; "allowResizing": "allowResizing"; "allowSearching": "allowSearching"; "allowSorting": "allowSorting"; "autoFit": "autoFit"; "clipMode": "clipMode"; "columns": "columns"; "commands": "commands"; "customAttributes": "customAttributes"; "dataSource": "dataSource"; "defaultValue": "defaultValue"; "disableHtmlEncode": "disableHtmlEncode"; "displayAsCheckBox": "displayAsCheckBox"; "edit": "edit"; "editTemplate": "editTemplate"; "editType": "editType"; "enableGroupByFormat": "enableGroupByFormat"; "field": "field"; "filter": "filter"; "filterBarTemplate": "filterBarTemplate"; "filterTemplate": "filterTemplate"; "foreignKeyField": "foreignKeyField"; "foreignKeyValue": "foreignKeyValue"; "format": "format"; "formatter": "formatter"; "freeze": "freeze"; "headerTemplate": "headerTemplate"; "headerText": "headerText"; "headerTextAlign": "headerTextAlign"; "headerValueAccessor": "headerValueAccessor"; "hideAtMedia": "hideAtMedia"; "index": "index"; "isFrozen": "isFrozen"; "isIdentity": "isIdentity"; "isPrimaryKey": "isPrimaryKey"; "lockColumn": "lockColumn"; "maxWidth": "maxWidth"; "minWidth": "minWidth"; "showColumnMenu": "showColumnMenu"; "showInColumnChooser": "showInColumnChooser"; "sortComparer": "sortComparer"; "template": "template"; "textAlign": "textAlign"; "type": "type"; "uid": "uid"; "validationRules": "validationRules"; "valueAccessor": "valueAccessor"; "visible": "visible"; "width": "width"; }, {}, ["template", "headerTemplate", "commandsTemplate", "filter_itemTemplate", "editTemplate", "filterTemplate", "childColumns"]>;
|
|
455
452
|
}
|
|
456
453
|
/**
|
|
457
454
|
* Column Array Directive
|
|
@@ -459,6 +456,4 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
|
|
|
459
456
|
*/
|
|
460
457
|
export declare class ColumnsDirective extends ArrayBase<ColumnsDirective> {
|
|
461
458
|
constructor();
|
|
462
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsDirective, never>;
|
|
463
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnsDirective, "ejs-grid>e-columns", never, {}, {}, ["children"]>;
|
|
464
459
|
}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import { ValueProvider } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
import * as i2 from "./grid.module";
|
|
5
2
|
export declare const FilterService: ValueProvider;
|
|
6
3
|
export declare const PageService: ValueProvider;
|
|
7
4
|
export declare const SelectionService: ValueProvider;
|
|
@@ -30,7 +27,4 @@ export declare const LazyLoadGroupService: ValueProvider;
|
|
|
30
27
|
* NgModule definition for the Grid component with providers.
|
|
31
28
|
*/
|
|
32
29
|
export declare class GridAllModule {
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GridAllModule, never>;
|
|
34
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GridAllModule, never, [typeof i1.CommonModule, typeof i2.GridModule], [typeof i2.GridModule]>;
|
|
35
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<GridAllModule>;
|
|
36
30
|
}
|
|
@@ -3,7 +3,6 @@ import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
|
3
3
|
import { Grid } from '@syncfusion/ej2-grids';
|
|
4
4
|
import { ColumnsDirective } from './columns.directive';
|
|
5
5
|
import { AggregatesDirective } from './aggregates.directive';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
6
|
export declare const inputs: string[];
|
|
8
7
|
export declare const outputs: string[];
|
|
9
8
|
export declare const twoWays: string[];
|
|
@@ -108,7 +107,7 @@ export declare class GridComponent extends Grid implements IComponentBase {
|
|
|
108
107
|
* > * It accepts either [template string](../../common/template-engine/) or HTML element ID.
|
|
109
108
|
* > * The row template must be a table row.
|
|
110
109
|
*
|
|
111
|
-
* > Check the [`Row Template`](../../grid/row/) customization.
|
|
110
|
+
* > Check the [`Row Template`](../../grid/row/row-template/) customization.
|
|
112
111
|
*
|
|
113
112
|
*/
|
|
114
113
|
rowTemplate: any;
|
|
@@ -140,6 +139,4 @@ export declare class GridComponent extends Grid implements IComponentBase {
|
|
|
140
139
|
ngAfterContentChecked(): void;
|
|
141
140
|
registerEvents: (eventList: string[]) => void;
|
|
142
141
|
addTwoWay: (propList: string[]) => void;
|
|
143
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GridComponent, never>;
|
|
144
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "ejs-grid", never, { "aggregates": "aggregates"; "allowExcelExport": "allowExcelExport"; "allowFiltering": "allowFiltering"; "allowGrouping": "allowGrouping"; "allowKeyboard": "allowKeyboard"; "allowMultiSorting": "allowMultiSorting"; "allowPaging": "allowPaging"; "allowPdfExport": "allowPdfExport"; "allowReordering": "allowReordering"; "allowResizing": "allowResizing"; "allowRowDragAndDrop": "allowRowDragAndDrop"; "allowSelection": "allowSelection"; "allowSorting": "allowSorting"; "allowTextWrap": "allowTextWrap"; "childGrid": "childGrid"; "clipMode": "clipMode"; "columnChooserSettings": "columnChooserSettings"; "columnMenuItems": "columnMenuItems"; "columnQueryMode": "columnQueryMode"; "columns": "columns"; "contextMenuItems": "contextMenuItems"; "cssClass": "cssClass"; "currencyCode": "currencyCode"; "currentAction": "currentAction"; "dataSource": "dataSource"; "detailTemplate": "detailTemplate"; "editSettings": "editSettings"; "ej2StatePersistenceVersion": "ej2StatePersistenceVersion"; "enableAdaptiveUI": "enableAdaptiveUI"; "enableAltRow": "enableAltRow"; "enableAutoFill": "enableAutoFill"; "enableColumnVirtualization": "enableColumnVirtualization"; "enableHeaderFocus": "enableHeaderFocus"; "enableHover": "enableHover"; "enableImmutableMode": "enableImmutableMode"; "enableInfiniteScrolling": "enableInfiniteScrolling"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableStickyHeader": "enableStickyHeader"; "enableVirtualMaskRow": "enableVirtualMaskRow"; "enableVirtualization": "enableVirtualization"; "filterSettings": "filterSettings"; "frozenColumns": "frozenColumns"; "frozenRows": "frozenRows"; "gridLines": "gridLines"; "groupSettings": "groupSettings"; "height": "height"; "hierarchyPrintMode": "hierarchyPrintMode"; "infiniteScrollSettings": "infiniteScrollSettings"; "loadingIndicator": "loadingIndicator"; "locale": "locale"; "pageSettings": "pageSettings"; "pagerTemplate": "pagerTemplate"; "parentDetails": "parentDetails"; "printMode": "printMode"; "query": "query"; "queryString": "queryString"; "resizeSettings": "resizeSettings"; "rowDropSettings": "rowDropSettings"; "rowHeight": "rowHeight"; "rowRenderingMode": "rowRenderingMode"; "rowTemplate": "rowTemplate"; "searchSettings": "searchSettings"; "selectedRowIndex": "selectedRowIndex"; "selectionSettings": "selectionSettings"; "showColumnChooser": "showColumnChooser"; "showColumnMenu": "showColumnMenu"; "sortSettings": "sortSettings"; "textWrapSettings": "textWrapSettings"; "toolbar": "toolbar"; "toolbarTemplate": "toolbarTemplate"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "batchAdd": "batchAdd"; "batchCancel": "batchCancel"; "batchDelete": "batchDelete"; "beforeAutoFill": "beforeAutoFill"; "beforeBatchAdd": "beforeBatchAdd"; "beforeBatchDelete": "beforeBatchDelete"; "beforeBatchSave": "beforeBatchSave"; "beforeCopy": "beforeCopy"; "beforeDataBound": "beforeDataBound"; "beforeExcelExport": "beforeExcelExport"; "beforeOpenAdaptiveDialog": "beforeOpenAdaptiveDialog"; "beforeOpenColumnChooser": "beforeOpenColumnChooser"; "beforePaste": "beforePaste"; "beforePdfExport": "beforePdfExport"; "beforePrint": "beforePrint"; "beginEdit": "beginEdit"; "cellDeselected": "cellDeselected"; "cellDeselecting": "cellDeselecting"; "cellEdit": "cellEdit"; "cellSave": "cellSave"; "cellSaved": "cellSaved"; "cellSelected": "cellSelected"; "cellSelecting": "cellSelecting"; "checkBoxChange": "checkBoxChange"; "columnDataStateChange": "columnDataStateChange"; "columnDeselected": "columnDeselected"; "columnDeselecting": "columnDeselecting"; "columnDrag": "columnDrag"; "columnDragStart": "columnDragStart"; "columnDrop": "columnDrop"; "columnMenuClick": "columnMenuClick"; "columnMenuOpen": "columnMenuOpen"; "columnSelected": "columnSelected"; "columnSelecting": "columnSelecting"; "commandClick": "commandClick"; "contextMenuClick": "contextMenuClick"; "contextMenuOpen": "contextMenuOpen"; "created": "created"; "dataBound": "dataBound"; "dataSourceChanged": "dataSourceChanged"; "dataStateChange": "dataStateChange"; "destroyed": "destroyed"; "detailDataBound": "detailDataBound"; "excelAggregateQueryCellInfo": "excelAggregateQueryCellInfo"; "excelExportComplete": "excelExportComplete"; "excelHeaderQueryCellInfo": "excelHeaderQueryCellInfo"; "excelQueryCellInfo": "excelQueryCellInfo"; "exportDetailDataBound": "exportDetailDataBound"; "exportGroupCaption": "exportGroupCaption"; "headerCellInfo": "headerCellInfo"; "keyPressed": "keyPressed"; "lazyLoadGroupCollapse": "lazyLoadGroupCollapse"; "lazyLoadGroupExpand": "lazyLoadGroupExpand"; "load": "load"; "pdfAggregateQueryCellInfo": "pdfAggregateQueryCellInfo"; "pdfExportComplete": "pdfExportComplete"; "pdfHeaderQueryCellInfo": "pdfHeaderQueryCellInfo"; "pdfQueryCellInfo": "pdfQueryCellInfo"; "printComplete": "printComplete"; "queryCellInfo": "queryCellInfo"; "recordClick": "recordClick"; "recordDoubleClick": "recordDoubleClick"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; "resizing": "resizing"; "rowDataBound": "rowDataBound"; "rowDeselected": "rowDeselected"; "rowDeselecting": "rowDeselecting"; "rowDrag": "rowDrag"; "rowDragStart": "rowDragStart"; "rowDragStartHelper": "rowDragStartHelper"; "rowDrop": "rowDrop"; "rowSelected": "rowSelected"; "rowSelecting": "rowSelecting"; "toolbarClick": "toolbarClick"; "dataSourceChange": "dataSourceChange"; }, ["rowTemplate", "detailTemplate", "toolbarTemplate", "pagerTemplate", "editSettings_template", "groupSettings_captionTemplate", "childColumns", "childAggregates"], never>;
|
|
145
142
|
}
|
|
@@ -1,15 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./grid.component";
|
|
3
|
-
import * as i2 from "./stacked-column.directive";
|
|
4
|
-
import * as i3 from "./columns.directive";
|
|
5
|
-
import * as i4 from "./aggregate-columns.directive";
|
|
6
|
-
import * as i5 from "./aggregates.directive";
|
|
7
|
-
import * as i6 from "@angular/common";
|
|
8
1
|
/**
|
|
9
2
|
* NgModule definition for the Grid component.
|
|
10
3
|
*/
|
|
11
4
|
export declare class GridModule {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GridModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GridModule, [typeof i1.GridComponent, typeof i2.StackedColumnDirective, typeof i2.StackedColumnsDirective, typeof i3.ColumnDirective, typeof i3.ColumnsDirective, typeof i4.AggregateColumnDirective, typeof i4.AggregateColumnsDirective, typeof i5.AggregateDirective, typeof i5.AggregatesDirective], [typeof i6.CommonModule], [typeof i1.GridComponent, typeof i2.StackedColumnDirective, typeof i2.StackedColumnsDirective, typeof i3.ColumnDirective, typeof i3.ColumnsDirective, typeof i4.AggregateColumnDirective, typeof i4.AggregateColumnsDirective, typeof i5.AggregateDirective, typeof i5.AggregatesDirective]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<GridModule>;
|
|
15
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* `e-stacked-column` directive represent the stacked column of the Angular Grid.
|
|
6
5
|
* It must be contained in a StackedColumns component(`e-stacked-columns`).
|
|
@@ -165,7 +164,7 @@ export declare class StackedColumnDirective extends ComplexBase<StackedColumnDir
|
|
|
165
164
|
*/
|
|
166
165
|
displayAsCheckBox: any;
|
|
167
166
|
/**
|
|
168
|
-
* Defines the `IEditCell`(../../grid/edit/#
|
|
167
|
+
* Defines the `IEditCell`(../../grid/editing/edit-types/#custom-editors-using-template) object to customize default edit cell.
|
|
169
168
|
* @default {}
|
|
170
169
|
*/
|
|
171
170
|
edit: any;
|
|
@@ -390,7 +389,7 @@ export declare class StackedColumnDirective extends ComplexBase<StackedColumnDir
|
|
|
390
389
|
*/
|
|
391
390
|
uid: any;
|
|
392
391
|
/**
|
|
393
|
-
* `editType`(../../grid/edit/#
|
|
392
|
+
* `editType`(../../grid/editing/edit-types/#customize-editors-using-params) Defines rules to validate data before creating and updating.
|
|
394
393
|
* @default null
|
|
395
394
|
*/
|
|
396
395
|
validationRules: any;
|
|
@@ -452,8 +451,6 @@ export declare class StackedColumnDirective extends ComplexBase<StackedColumnDir
|
|
|
452
451
|
*/
|
|
453
452
|
filterTemplate: any;
|
|
454
453
|
constructor(viewContainerRef: ViewContainerRef);
|
|
455
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StackedColumnDirective, never>;
|
|
456
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StackedColumnDirective, "ejs-grid>e-columns>e-column>e-stacked-columns>e-stacked-column", never, { "allowEditing": "allowEditing"; "allowFiltering": "allowFiltering"; "allowGrouping": "allowGrouping"; "allowReordering": "allowReordering"; "allowResizing": "allowResizing"; "allowSearching": "allowSearching"; "allowSorting": "allowSorting"; "autoFit": "autoFit"; "clipMode": "clipMode"; "columns": "columns"; "commands": "commands"; "customAttributes": "customAttributes"; "dataSource": "dataSource"; "defaultValue": "defaultValue"; "disableHtmlEncode": "disableHtmlEncode"; "displayAsCheckBox": "displayAsCheckBox"; "edit": "edit"; "editTemplate": "editTemplate"; "editType": "editType"; "enableGroupByFormat": "enableGroupByFormat"; "field": "field"; "filter": "filter"; "filterBarTemplate": "filterBarTemplate"; "filterTemplate": "filterTemplate"; "foreignKeyField": "foreignKeyField"; "foreignKeyValue": "foreignKeyValue"; "format": "format"; "formatter": "formatter"; "freeze": "freeze"; "headerTemplate": "headerTemplate"; "headerText": "headerText"; "headerTextAlign": "headerTextAlign"; "headerValueAccessor": "headerValueAccessor"; "hideAtMedia": "hideAtMedia"; "index": "index"; "isFrozen": "isFrozen"; "isIdentity": "isIdentity"; "isPrimaryKey": "isPrimaryKey"; "lockColumn": "lockColumn"; "maxWidth": "maxWidth"; "minWidth": "minWidth"; "showColumnMenu": "showColumnMenu"; "showInColumnChooser": "showInColumnChooser"; "sortComparer": "sortComparer"; "template": "template"; "textAlign": "textAlign"; "type": "type"; "uid": "uid"; "validationRules": "validationRules"; "valueAccessor": "valueAccessor"; "visible": "visible"; "width": "width"; }, {}, ["template", "headerTemplate", "commandsTemplate", "filter_itemTemplate", "editTemplate", "filterTemplate"]>;
|
|
457
454
|
}
|
|
458
455
|
/**
|
|
459
456
|
* StackedColumn Array Directive
|
|
@@ -461,6 +458,4 @@ export declare class StackedColumnDirective extends ComplexBase<StackedColumnDir
|
|
|
461
458
|
*/
|
|
462
459
|
export declare class StackedColumnsDirective extends ArrayBase<StackedColumnsDirective> {
|
|
463
460
|
constructor();
|
|
464
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StackedColumnsDirective, never>;
|
|
465
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StackedColumnsDirective, "ejs-grid>e-columns>e-column>e-stacked-columns", never, {}, {}, ["children"]>;
|
|
466
461
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./pager.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Pager component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class PagerAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PagerAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PagerAllModule, never, [typeof i1.CommonModule, typeof i2.PagerModule], [typeof i2.PagerModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<PagerAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Pager } from '@syncfusion/ej2-grids';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -33,6 +32,4 @@ export declare class PagerComponent extends Pager implements IComponentBase {
|
|
|
33
32
|
ngAfterContentChecked(): void;
|
|
34
33
|
registerEvents: (eventList: string[]) => void;
|
|
35
34
|
addTwoWay: (propList: string[]) => void;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PagerComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PagerComponent, "ejs-pager", never, { "cssClass": "cssClass"; "currentPage": "currentPage"; "customText": "customText"; "enableExternalMessage": "enableExternalMessage"; "enablePagerMessage": "enablePagerMessage"; "enablePersistence": "enablePersistence"; "enableQueryString": "enableQueryString"; "enableRtl": "enableRtl"; "externalMessage": "externalMessage"; "locale": "locale"; "pageCount": "pageCount"; "pageSize": "pageSize"; "pageSizes": "pageSizes"; "template": "template"; "totalRecordsCount": "totalRecordsCount"; }, { "click": "click"; "created": "created"; "dropDownChanged": "dropDownChanged"; }, ["template"], never>;
|
|
38
35
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./pager.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Pager component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class PagerModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PagerModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PagerModule, [typeof i1.PagerComponent], [typeof i2.CommonModule], [typeof i1.PagerComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<PagerModule>;
|
|
11
5
|
}
|
|
@@ -1543,6 +1543,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1543
1543
|
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1544
1544
|
font-size: 12px;
|
|
1545
1545
|
}
|
|
1546
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
|
|
1547
|
+
background: none;
|
|
1548
|
+
box-shadow: none;
|
|
1549
|
+
}
|
|
1550
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
|
|
1551
|
+
border: none;
|
|
1552
|
+
}
|
|
1546
1553
|
.e-grid .e-res-toolbar {
|
|
1547
1554
|
border-bottom: 1px solid;
|
|
1548
1555
|
border-bottom-color: #484848;
|
|
@@ -2042,7 +2049,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2042
2049
|
text-overflow: ellipsis;
|
|
2043
2050
|
white-space: nowrap;
|
|
2044
2051
|
}
|
|
2045
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2052
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2046
2053
|
text-overflow: clip;
|
|
2047
2054
|
}
|
|
2048
2055
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2650,13 +2657,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2650
2657
|
font-size: 10px;
|
|
2651
2658
|
padding: 13px 9px 11px 10px;
|
|
2652
2659
|
text-decoration: none;
|
|
2653
|
-
text-indent: 11px;
|
|
2654
2660
|
}
|
|
2655
2661
|
.e-grid .e-icon-grightarrow {
|
|
2656
2662
|
font-size: 10px;
|
|
2657
2663
|
padding: 12px 9px 12px 10px;
|
|
2658
2664
|
text-decoration: none;
|
|
2659
|
-
text-indent: 11px;
|
|
2660
2665
|
}
|
|
2661
2666
|
.e-grid .e-recordplusexpand {
|
|
2662
2667
|
padding-top: 5px;
|
|
@@ -3480,7 +3485,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3480
3485
|
user-select: none;
|
|
3481
3486
|
}
|
|
3482
3487
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3483
|
-
margin-top:
|
|
3488
|
+
margin-top: 0.5px;
|
|
3484
3489
|
}
|
|
3485
3490
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3486
3491
|
margin-top: -1.5px;
|
package/styles/bootstrap.css
CHANGED
|
@@ -1544,6 +1544,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1544
1544
|
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1545
1545
|
font-size: 12px;
|
|
1546
1546
|
}
|
|
1547
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
|
|
1548
|
+
background: none;
|
|
1549
|
+
box-shadow: none;
|
|
1550
|
+
}
|
|
1551
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
|
|
1552
|
+
border: none;
|
|
1553
|
+
}
|
|
1547
1554
|
.e-grid .e-res-toolbar {
|
|
1548
1555
|
border-bottom: 1px solid;
|
|
1549
1556
|
border-bottom-color: #ddd;
|
|
@@ -2043,7 +2050,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2043
2050
|
text-overflow: ellipsis;
|
|
2044
2051
|
white-space: nowrap;
|
|
2045
2052
|
}
|
|
2046
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2053
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2047
2054
|
text-overflow: clip;
|
|
2048
2055
|
}
|
|
2049
2056
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2651,13 +2658,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2651
2658
|
font-size: 10px;
|
|
2652
2659
|
padding: 13px 9px 11px 10px;
|
|
2653
2660
|
text-decoration: none;
|
|
2654
|
-
text-indent: 11px;
|
|
2655
2661
|
}
|
|
2656
2662
|
.e-grid .e-icon-grightarrow {
|
|
2657
2663
|
font-size: 10px;
|
|
2658
2664
|
padding: 12px 9px 12px 10px;
|
|
2659
2665
|
text-decoration: none;
|
|
2660
|
-
text-indent: 11px;
|
|
2661
2666
|
}
|
|
2662
2667
|
.e-grid .e-recordplusexpand {
|
|
2663
2668
|
padding-top: 5px;
|
|
@@ -3481,7 +3486,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3481
3486
|
user-select: none;
|
|
3482
3487
|
}
|
|
3483
3488
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3484
|
-
margin-top:
|
|
3489
|
+
margin-top: 0.5px;
|
|
3485
3490
|
}
|
|
3486
3491
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3487
3492
|
margin-top: -1.5px;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1600,6 +1600,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1600
1600
|
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1601
1601
|
font-size: 14px;
|
|
1602
1602
|
}
|
|
1603
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
|
|
1604
|
+
background: none;
|
|
1605
|
+
box-shadow: none;
|
|
1606
|
+
}
|
|
1607
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
|
|
1608
|
+
border: none;
|
|
1609
|
+
}
|
|
1603
1610
|
.e-grid .e-res-toolbar {
|
|
1604
1611
|
border-bottom: 1px solid;
|
|
1605
1612
|
border-bottom-color: #dee2e6;
|
|
@@ -2099,7 +2106,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2099
2106
|
text-overflow: ellipsis;
|
|
2100
2107
|
white-space: nowrap;
|
|
2101
2108
|
}
|
|
2102
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2109
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2103
2110
|
text-overflow: clip;
|
|
2104
2111
|
}
|
|
2105
2112
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2709,13 +2716,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2709
2716
|
font-size: 10px;
|
|
2710
2717
|
padding: 13px 9px 11px 10px;
|
|
2711
2718
|
text-decoration: none;
|
|
2712
|
-
text-indent: 11px;
|
|
2713
2719
|
}
|
|
2714
2720
|
.e-grid .e-icon-grightarrow {
|
|
2715
2721
|
font-size: 10px;
|
|
2716
2722
|
padding: 12px 9px 12px 10px;
|
|
2717
2723
|
text-decoration: none;
|
|
2718
|
-
text-indent: 11px;
|
|
2719
2724
|
}
|
|
2720
2725
|
.e-grid .e-recordplusexpand {
|
|
2721
2726
|
padding-top: 5px;
|
|
@@ -3540,7 +3545,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3540
3545
|
user-select: none;
|
|
3541
3546
|
}
|
|
3542
3547
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3543
|
-
margin-top:
|
|
3548
|
+
margin-top: 0;
|
|
3544
3549
|
}
|
|
3545
3550
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3546
3551
|
margin-top: -3px;
|
|
@@ -1606,6 +1606,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1606
1606
|
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1607
1607
|
font-size: 14px;
|
|
1608
1608
|
}
|
|
1609
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
|
|
1610
|
+
background: none;
|
|
1611
|
+
box-shadow: none;
|
|
1612
|
+
}
|
|
1613
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
|
|
1614
|
+
border: none;
|
|
1615
|
+
}
|
|
1609
1616
|
.e-grid .e-res-toolbar {
|
|
1610
1617
|
border-bottom: 1px solid;
|
|
1611
1618
|
border-bottom-color: #444c54;
|
|
@@ -2106,7 +2113,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2106
2113
|
text-overflow: ellipsis;
|
|
2107
2114
|
white-space: nowrap;
|
|
2108
2115
|
}
|
|
2109
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2116
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2110
2117
|
text-overflow: clip;
|
|
2111
2118
|
}
|
|
2112
2119
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2714,13 +2721,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2714
2721
|
font-size: 14px;
|
|
2715
2722
|
padding: 12px 7px 11px 8px;
|
|
2716
2723
|
text-decoration: none;
|
|
2717
|
-
text-indent: 11px;
|
|
2718
2724
|
}
|
|
2719
2725
|
.e-grid .e-icon-grightarrow {
|
|
2720
2726
|
font-size: 14px;
|
|
2721
2727
|
padding: 11px 7px 12px 8px;
|
|
2722
2728
|
text-decoration: none;
|
|
2723
|
-
text-indent: 11px;
|
|
2724
2729
|
}
|
|
2725
2730
|
.e-grid .e-recordplusexpand {
|
|
2726
2731
|
padding-top: 5px;
|
|
@@ -3547,7 +3552,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3547
3552
|
margin-top: 0;
|
|
3548
3553
|
}
|
|
3549
3554
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3550
|
-
margin-top:
|
|
3555
|
+
margin-top: -2px;
|
|
3551
3556
|
}
|
|
3552
3557
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3553
3558
|
background-color: rgba(0, 0, 0, 0.1);
|
|
@@ -3595,7 +3600,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3595
3600
|
}
|
|
3596
3601
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3597
3602
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3598
|
-
margin-top: -
|
|
3603
|
+
margin-top: -2px;
|
|
3599
3604
|
}
|
|
3600
3605
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3601
3606
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|