@syncfusion/ej2-angular-treegrid 32.1.22-ngcc → 32.1.22
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/CHANGELOG.md +16 -59
- package/README.md +15 -7
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/index.mjs +9 -0
- package/esm2020/src/treegrid/aggregate-columns.directive.mjs +72 -0
- package/esm2020/src/treegrid/aggregates.directive.mjs +69 -0
- package/esm2020/src/treegrid/columns.directive.mjs +100 -0
- package/esm2020/src/treegrid/stacked-column.directive.mjs +100 -0
- package/esm2020/src/treegrid/treegrid-all.module.mjs +89 -0
- package/esm2020/src/treegrid/treegrid.component.mjs +271 -0
- package/esm2020/src/treegrid/treegrid.module.mjs +61 -0
- package/esm2020/syncfusion-ej2-angular-treegrid.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-treegrid.mjs +734 -0
- package/fesm2015/syncfusion-ej2-angular-treegrid.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-treegrid.mjs +734 -0
- package/fesm2020/syncfusion-ej2-angular-treegrid.mjs.map +1 -0
- package/package.json +44 -47
- package/src/treegrid/aggregate-columns.directive.d.ts +31 -28
- package/src/treegrid/aggregates.directive.d.ts +7 -2
- package/src/treegrid/columns.directive.d.ts +70 -77
- package/src/treegrid/stacked-column.directive.d.ts +70 -77
- package/src/treegrid/treegrid-all.module.d.ts +6 -0
- package/src/treegrid/treegrid.component.d.ts +23 -1
- package/src/treegrid/treegrid.module.d.ts +10 -0
- package/styles/bds-lite.css +1 -0
- package/styles/bds-lite.scss +1 -0
- package/styles/bds.css +1 -0
- package/styles/bds.scss +1 -0
- package/styles/bootstrap-dark-lite.css +1 -0
- package/styles/bootstrap-dark-lite.scss +1 -0
- package/styles/bootstrap-dark.scss +1 -1
- package/styles/bootstrap-lite.css +1 -0
- package/styles/bootstrap-lite.scss +1 -0
- package/styles/bootstrap.scss +1 -1
- package/styles/bootstrap4-lite.css +1 -0
- package/styles/bootstrap4-lite.scss +1 -0
- package/styles/bootstrap4.scss +1 -1
- package/styles/bootstrap5-dark-lite.css +1 -0
- package/styles/bootstrap5-dark-lite.scss +1 -0
- package/styles/bootstrap5-dark.scss +1 -1
- package/styles/bootstrap5-lite.css +1 -0
- package/styles/bootstrap5-lite.scss +1 -0
- package/styles/bootstrap5.3-lite.css +1 -0
- package/styles/bootstrap5.3-lite.scss +1 -0
- package/styles/bootstrap5.3.css +1 -0
- package/styles/bootstrap5.3.scss +1 -0
- package/styles/bootstrap5.scss +1 -1
- package/styles/fabric-dark-lite.css +1 -0
- package/styles/fabric-dark-lite.scss +1 -0
- package/styles/fabric-dark.scss +1 -1
- package/styles/fabric-lite.css +1 -0
- package/styles/fabric-lite.scss +1 -0
- package/styles/fabric.scss +1 -1
- package/styles/fluent-dark-lite.css +1 -0
- package/styles/fluent-dark-lite.scss +1 -0
- package/styles/fluent-dark.scss +1 -1
- package/styles/fluent-lite.css +1 -0
- package/styles/fluent-lite.scss +1 -0
- package/styles/fluent.scss +1 -1
- package/styles/fluent2-lite.css +1 -0
- package/styles/fluent2-lite.scss +1 -0
- package/styles/fluent2.css +1 -0
- package/styles/fluent2.scss +1 -0
- package/styles/highcontrast-light-lite.css +1 -0
- package/styles/highcontrast-light-lite.scss +1 -0
- package/styles/highcontrast-light.scss +1 -1
- package/styles/highcontrast-lite.css +1 -0
- package/styles/highcontrast-lite.scss +1 -0
- package/styles/highcontrast.scss +1 -1
- package/styles/material-dark-lite.css +1 -0
- package/styles/material-dark-lite.scss +1 -0
- package/styles/material-dark.scss +1 -1
- package/styles/material-lite.css +1 -0
- package/styles/material-lite.scss +1 -0
- package/styles/material.scss +1 -1
- package/styles/material3-dark-lite.css +1 -0
- package/styles/material3-dark-lite.scss +1 -0
- package/styles/material3-dark.scss +1 -2
- package/styles/material3-lite.css +1 -0
- package/styles/material3-lite.scss +1 -0
- package/styles/material3.scss +1 -2
- package/styles/tailwind-dark-lite.css +1 -0
- package/styles/tailwind-dark-lite.scss +1 -0
- package/styles/tailwind-dark.scss +1 -1
- package/styles/tailwind-lite.css +1 -0
- package/styles/tailwind-lite.scss +1 -0
- package/styles/tailwind.scss +1 -1
- package/styles/tailwind3-lite.css +1 -0
- package/styles/tailwind3-lite.scss +1 -0
- package/styles/tailwind3.css +1 -0
- package/styles/tailwind3.scss +1 -0
- package/styles/treegrid/bds.css +1 -0
- package/styles/treegrid/bds.scss +1 -0
- package/styles/treegrid/bootstrap-dark.scss +1 -1
- package/styles/treegrid/bootstrap.scss +1 -1
- package/styles/treegrid/bootstrap4.scss +1 -1
- package/styles/treegrid/bootstrap5-dark.scss +1 -1
- package/styles/treegrid/bootstrap5.3.css +1 -0
- package/styles/treegrid/bootstrap5.3.scss +1 -0
- package/styles/treegrid/bootstrap5.scss +1 -1
- package/styles/treegrid/fabric-dark.scss +1 -1
- package/styles/treegrid/fabric.scss +1 -1
- package/styles/treegrid/fluent-dark.scss +1 -1
- package/styles/treegrid/fluent.scss +1 -1
- package/styles/treegrid/fluent2.css +1 -0
- package/styles/treegrid/fluent2.scss +1 -0
- package/styles/treegrid/highcontrast-light.scss +1 -1
- package/styles/treegrid/highcontrast.scss +1 -1
- package/styles/treegrid/material-dark.scss +1 -1
- package/styles/treegrid/material.scss +1 -1
- package/styles/treegrid/material3-dark.scss +1 -2
- package/styles/treegrid/material3.scss +1 -2
- package/styles/treegrid/tailwind-dark.scss +1 -1
- package/styles/treegrid/tailwind.scss +1 -1
- package/styles/treegrid/tailwind3.css +1 -0
- package/styles/treegrid/tailwind3.scss +1 -0
- package/syncfusion-ej2-angular-treegrid.d.ts +5 -0
- package/@syncfusion/ej2-angular-treegrid.es5.js +0 -798
- package/@syncfusion/ej2-angular-treegrid.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-treegrid.js +0 -748
- package/@syncfusion/ej2-angular-treegrid.js.map +0 -1
- package/dist/ej2-angular-treegrid.umd.js +0 -979
- package/dist/ej2-angular-treegrid.umd.js.map +0 -1
- package/dist/ej2-angular-treegrid.umd.min.js +0 -11
- package/dist/ej2-angular-treegrid.umd.min.js.map +0 -1
- package/ej2-angular-treegrid.d.ts +0 -5
- package/ej2-angular-treegrid.metadata.json +0 -1
- package/license +0 -10
- package/postinstall/tagchange.js +0 -18
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'ej2-treegrid/fluent2-lite' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/fluent2.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'treegrid/fluent2' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/highcontrast-light-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'ej2-treegrid/highcontrast-light-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'treegrid/highcontrast-light' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/highcontrast-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'ej2-treegrid/highcontrast-lite' as *;
|
package/styles/highcontrast.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'treegrid/highcontrast' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/material-dark-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'ej2-treegrid/material-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'treegrid/material-dark' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/material-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'ej2-treegrid/material-lite' as *;
|
package/styles/material.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'treegrid/material' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/material3-dark-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'ej2-treegrid/material3-dark-lite' as *;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
@import 'treegrid/material3-dark.scss';
|
|
1
|
+
@use 'treegrid/material3-dark' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/material3-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'ej2-treegrid/material3-lite' as *;
|
package/styles/material3.scss
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
@import 'treegrid/material3.scss';
|
|
1
|
+
@use 'treegrid/material3' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/tailwind-dark-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'ej2-treegrid/tailwind-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'treegrid/tailwind-dark' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/tailwind-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'ej2-treegrid/tailwind-lite' as *;
|
package/styles/tailwind.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'treegrid/tailwind' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/tailwind3-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'ej2-treegrid/tailwind3-lite' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/tailwind3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'treegrid/tailwind3' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/treegrid/bds.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'ej2-treegrid/styles/treegrid/bds' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-treegrid/styles/treegrid/bootstrap-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-treegrid/styles/treegrid/bootstrap' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-treegrid/styles/treegrid/bootstrap4' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-treegrid/styles/treegrid/bootstrap5-dark' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/treegrid/bootstrap5.3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'ej2-treegrid/styles/treegrid/bootstrap5.3' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-treegrid/styles/treegrid/bootstrap5' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-treegrid/styles/treegrid/fabric-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-treegrid/styles/treegrid/fabric' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-treegrid/styles/treegrid/fluent-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-treegrid/styles/treegrid/fluent' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/treegrid/fluent2.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'ej2-treegrid/styles/treegrid/fluent2' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-treegrid/styles/treegrid/highcontrast-light' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-treegrid/styles/treegrid/highcontrast' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-treegrid/styles/treegrid/material-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-treegrid/styles/treegrid/material' as *;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
@import 'ej2-treegrid/styles/treegrid/material3-dark.scss';
|
|
1
|
+
@use 'ej2-treegrid/styles/treegrid/material3-dark' as *;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
@import 'ej2-treegrid/styles/treegrid/material3.scss';
|
|
1
|
+
@use 'ej2-treegrid/styles/treegrid/material3' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-treegrid/styles/treegrid/tailwind-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-treegrid/styles/treegrid/tailwind' as *;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-treegrid/styles/treegrid/tailwind3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use 'ej2-treegrid/styles/treegrid/tailwind3' as *;
|