@syncfusion/ej2-angular-grids 23.2.6 → 23.2.7-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 +2882 -0
- package/dist/ej2-angular-grids.umd.js +1585 -0
- package/dist/ej2-angular-grids.umd.js.map +1 -0
- package/dist/ej2-angular-grids.umd.min.js +11 -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 +13 -27
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.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 +0 -5
- package/src/grid/grid-all.module.d.ts +0 -6
- package/src/grid/grid.component.d.ts +0 -3
- package/src/grid/grid.module.d.ts +0 -10
- package/src/grid/stacked-column.directive.d.ts +0 -5
- 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 +15 -0
- package/styles/bootstrap.css +15 -0
- package/styles/bootstrap4.css +15 -0
- package/styles/bootstrap5-dark.css +15 -0
- package/styles/bootstrap5.css +15 -0
- 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/material3-dark.scss +1 -17
- package/styles/excel-filter/material3.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 +15 -0
- package/styles/fabric.css +15 -0
- package/styles/fluent-dark.css +15 -0
- package/styles/fluent.css +15 -0
- package/styles/grid/bootstrap-dark.css +15 -0
- package/styles/grid/bootstrap-dark.scss +1 -21
- package/styles/grid/bootstrap.css +15 -0
- package/styles/grid/bootstrap.scss +1 -21
- package/styles/grid/bootstrap4.css +15 -0
- package/styles/grid/bootstrap4.scss +1 -21
- package/styles/grid/bootstrap5-dark.css +15 -0
- package/styles/grid/bootstrap5-dark.scss +1 -21
- package/styles/grid/bootstrap5.css +15 -0
- package/styles/grid/bootstrap5.scss +1 -21
- package/styles/grid/fabric-dark.css +15 -0
- package/styles/grid/fabric-dark.scss +1 -21
- package/styles/grid/fabric.css +15 -0
- package/styles/grid/fabric.scss +1 -21
- package/styles/grid/fluent-dark.css +15 -0
- package/styles/grid/fluent-dark.scss +1 -21
- package/styles/grid/fluent.css +15 -0
- package/styles/grid/fluent.scss +1 -21
- package/styles/grid/highcontrast-light.css +15 -0
- package/styles/grid/highcontrast-light.scss +1 -21
- package/styles/grid/highcontrast.css +15 -0
- package/styles/grid/highcontrast.scss +1 -21
- package/styles/grid/material-dark.css +15 -0
- package/styles/grid/material-dark.scss +1 -21
- package/styles/grid/material.css +15 -0
- package/styles/grid/material.scss +1 -21
- package/styles/grid/material3-dark.css +15 -0
- package/styles/grid/material3-dark.scss +1 -21
- package/styles/grid/material3.css +15 -0
- package/styles/grid/material3.scss +1 -21
- package/styles/grid/tailwind-dark.css +15 -0
- package/styles/grid/tailwind-dark.scss +1 -21
- package/styles/grid/tailwind.css +15 -0
- package/styles/grid/tailwind.scss +1 -21
- package/styles/highcontrast-light.css +15 -0
- package/styles/highcontrast.css +15 -0
- package/styles/material-dark.css +15 -0
- package/styles/material.css +15 -0
- package/styles/material3-dark.css +70 -0
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +126 -0
- package/styles/material3.scss +0 -1
- package/styles/tailwind-dark.css +15 -0
- package/styles/tailwind.css +15 -0
- 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 -62
- package/styles/excel-filter/_bootstrap-definition.scss +0 -67
- package/styles/excel-filter/_bootstrap4-definition.scss +0 -72
- package/styles/excel-filter/_bootstrap5-dark-definition.scss +0 -1
- package/styles/excel-filter/_bootstrap5-definition.scss +0 -73
- package/styles/excel-filter/_fabric-dark-definition.scss +0 -62
- package/styles/excel-filter/_fabric-definition.scss +0 -67
- package/styles/excel-filter/_fluent-dark-definition.scss +0 -1
- package/styles/excel-filter/_fluent-definition.scss +0 -73
- package/styles/excel-filter/_fusionnew-definition.scss +0 -73
- package/styles/excel-filter/_highcontrast-definition.scss +0 -62
- package/styles/excel-filter/_highcontrast-light-definition.scss +0 -60
- package/styles/excel-filter/_layout.scss +0 -511
- package/styles/excel-filter/_material-dark-definition.scss +0 -64
- package/styles/excel-filter/_material-definition.scss +0 -65
- package/styles/excel-filter/_material3-dark-definition.scss +0 -1
- package/styles/excel-filter/_material3-definition.scss +0 -73
- 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 -72
- package/styles/excel-filter/_theme.scss +0 -31
- 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-dark.scss +0 -1
- 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 -633
- package/styles/grid/_bootstrap-definition.scss +0 -635
- package/styles/grid/_bootstrap4-definition.scss +0 -640
- package/styles/grid/_bootstrap5-dark-definition.scss +0 -1
- package/styles/grid/_bootstrap5-definition.scss +0 -634
- package/styles/grid/_fabric-dark-definition.scss +0 -631
- package/styles/grid/_fabric-definition.scss +0 -631
- package/styles/grid/_fluent-dark-definition.scss +0 -1
- package/styles/grid/_fluent-definition.scss +0 -626
- package/styles/grid/_fusionnew-definition.scss +0 -610
- package/styles/grid/_highcontrast-definition.scss +0 -631
- package/styles/grid/_highcontrast-light-definition.scss +0 -627
- package/styles/grid/_layout.scss +0 -5383
- package/styles/grid/_material-dark-definition.scss +0 -631
- package/styles/grid/_material-definition.scss +0 -629
- package/styles/grid/_material3-dark-definition.scss +0 -1
- package/styles/grid/_material3-definition.scss +0 -641
- 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 -640
- package/styles/grid/_theme.scss +0 -943
- 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-dark.scss +0 -1
- package/styles/grid/icons/_material3.scss +0 -249
- 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
|
@@ -669,6 +669,61 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
669
669
|
border-color: rgba(var(--color-sf-primary));
|
|
670
670
|
}
|
|
671
671
|
|
|
672
|
+
:root {
|
|
673
|
+
--color-sf-black: 0, 0, 0;
|
|
674
|
+
--color-sf-white: 255, 255, 255;
|
|
675
|
+
--color-sf-primary: 208, 188, 255;
|
|
676
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
677
|
+
--color-sf-secondary: 204, 194, 220;
|
|
678
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
679
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
680
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
681
|
+
--color-sf-surface: 28, 27, 31;
|
|
682
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
683
|
+
--color-sf-background: var(--color-sf-surface);
|
|
684
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
685
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
686
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
687
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
688
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
689
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
690
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
691
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
692
|
+
--color-sf-on-background: 230, 225, 229;
|
|
693
|
+
--color-sf-outline: 147, 143, 153;
|
|
694
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
695
|
+
--color-sf-shadow: 0, 0, 0;
|
|
696
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
697
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
698
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
699
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
700
|
+
--color-sf-scrim: 0, 0, 0;
|
|
701
|
+
--color-sf-error: 242, 184, 181;
|
|
702
|
+
--color-sf-error-container: 140, 29, 24;
|
|
703
|
+
--color-sf-on-error: 96, 20, 16;
|
|
704
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
705
|
+
--color-sf-success: 83, 202, 23;
|
|
706
|
+
--color-sf-success-container: 22, 62, 2;
|
|
707
|
+
--color-sf-on-success: 13, 39, 0;
|
|
708
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
709
|
+
--color-sf-info: 71, 172, 251;
|
|
710
|
+
--color-sf-info-container: 0, 67, 120;
|
|
711
|
+
--color-sf-on-info: 0, 51, 91;
|
|
712
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
713
|
+
--color-sf-warning: 245, 180, 130;
|
|
714
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
715
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
716
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
717
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
718
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
719
|
+
--color-sf-success-text: 0, 0, 0;
|
|
720
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
721
|
+
--color-sf-info-text: 0, 0, 0;
|
|
722
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
723
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
724
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
725
|
+
}
|
|
726
|
+
|
|
672
727
|
/* stylelint-disable property-no-vendor-prefix */
|
|
673
728
|
@keyframes e-input-ripple {
|
|
674
729
|
100% {
|
|
@@ -2548,6 +2603,17 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2548
2603
|
.e-grid .e-gridheader .e-stackedheadercelldiv {
|
|
2549
2604
|
padding: 0 20px 0 8px;
|
|
2550
2605
|
}
|
|
2606
|
+
.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-headercelldiv,
|
|
2607
|
+
.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-stackedheadercelldiv,
|
|
2608
|
+
.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-headercelldiv,
|
|
2609
|
+
.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-stackedheadercelldiv {
|
|
2610
|
+
padding-right: 8px;
|
|
2611
|
+
}
|
|
2612
|
+
.e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-headercelldiv,
|
|
2613
|
+
.e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-stackedheadercelldiv, .e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-headercelldiv,
|
|
2614
|
+
.e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-stackedheadercelldiv {
|
|
2615
|
+
padding-left: 8px;
|
|
2616
|
+
}
|
|
2551
2617
|
.e-grid .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
2552
2618
|
padding: 0 20px 0 8px;
|
|
2553
2619
|
}
|
|
@@ -5423,6 +5489,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5423
5489
|
background-color: rgba(var(--color-sf-on-surface), 0.05);
|
|
5424
5490
|
}
|
|
5425
5491
|
|
|
5492
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5493
|
+
background-color: rgba(var(--color-sf-on-surface), 0.05);
|
|
5494
|
+
}
|
|
5495
|
+
|
|
5426
5496
|
.e-tooltip-wrap.e-griderror,
|
|
5427
5497
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5428
5498
|
background-color: rgba(var(--color-sf-error-container));
|
package/styles/material3.css
CHANGED
|
@@ -725,6 +725,117 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
725
725
|
border-color: rgba(var(--color-sf-primary));
|
|
726
726
|
}
|
|
727
727
|
|
|
728
|
+
:root {
|
|
729
|
+
--color-sf-black: 0, 0, 0;
|
|
730
|
+
--color-sf-white: 255, 255, 255;
|
|
731
|
+
--color-sf-primary: 103, 80, 164;
|
|
732
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
733
|
+
--color-sf-secondary: 98, 91, 113;
|
|
734
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
735
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
736
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
737
|
+
--color-sf-surface: 255, 255, 255;
|
|
738
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
739
|
+
--color-sf-background: var(--color-sf-surface);
|
|
740
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
741
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
742
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
743
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
744
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
745
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
746
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
747
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
748
|
+
--color-sf-on-background: 28, 27, 31;
|
|
749
|
+
--color-sf-outline: 121, 116, 126;
|
|
750
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
751
|
+
--color-sf-shadow: 0, 0, 0;
|
|
752
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
753
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
754
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
755
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
756
|
+
--color-sf-scrim: 0, 0, 0;
|
|
757
|
+
--color-sf-error: 179, 38, 30;
|
|
758
|
+
--color-sf-error-container: 249, 222, 220;
|
|
759
|
+
--color-sf-on-error: 255, 250, 250;
|
|
760
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
761
|
+
--color-sf-success: 32, 81, 7;
|
|
762
|
+
--color-sf-success-container: 209, 255, 186;
|
|
763
|
+
--color-sf-on-success: 244, 255, 239;
|
|
764
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
765
|
+
--color-sf-info: 1, 87, 155;
|
|
766
|
+
--color-sf-info-container: 233, 245, 255;
|
|
767
|
+
--color-sf-on-info: 250, 253, 255;
|
|
768
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
769
|
+
--color-sf-warning: 145, 76, 0;
|
|
770
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
771
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
772
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
773
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
774
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
775
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
776
|
+
--color-sf-success-text: 255, 255, 255;
|
|
777
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
778
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
779
|
+
--color-sf-info-text: 255, 255, 255;
|
|
780
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
781
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
.e-dark-mode {
|
|
785
|
+
--color-sf-black: 0, 0, 0;
|
|
786
|
+
--color-sf-white: 255, 255, 255;
|
|
787
|
+
--color-sf-primary: 208, 188, 255;
|
|
788
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
789
|
+
--color-sf-secondary: 204, 194, 220;
|
|
790
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
791
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
792
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
793
|
+
--color-sf-surface: 28, 27, 31;
|
|
794
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
795
|
+
--color-sf-background: var(--color-sf-surface);
|
|
796
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
797
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
798
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
799
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
800
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
801
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
802
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
803
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
804
|
+
--color-sf-on-background: 230, 225, 229;
|
|
805
|
+
--color-sf-outline: 147, 143, 153;
|
|
806
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
807
|
+
--color-sf-shadow: 0, 0, 0;
|
|
808
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
809
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
810
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
811
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
812
|
+
--color-sf-scrim: 0, 0, 0;
|
|
813
|
+
--color-sf-error: 242, 184, 181;
|
|
814
|
+
--color-sf-error-container: 140, 29, 24;
|
|
815
|
+
--color-sf-on-error: 96, 20, 16;
|
|
816
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
817
|
+
--color-sf-success: 83, 202, 23;
|
|
818
|
+
--color-sf-success-container: 22, 62, 2;
|
|
819
|
+
--color-sf-on-success: 13, 39, 0;
|
|
820
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
821
|
+
--color-sf-info: 71, 172, 251;
|
|
822
|
+
--color-sf-info-container: 0, 67, 120;
|
|
823
|
+
--color-sf-on-info: 0, 51, 91;
|
|
824
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
825
|
+
--color-sf-warning: 245, 180, 130;
|
|
826
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
827
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
828
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
829
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
830
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
831
|
+
--color-sf-success-text: 0, 0, 0;
|
|
832
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
833
|
+
--color-sf-info-text: 0, 0, 0;
|
|
834
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
835
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
836
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
837
|
+
}
|
|
838
|
+
|
|
728
839
|
/* stylelint-disable property-no-vendor-prefix */
|
|
729
840
|
@keyframes e-input-ripple {
|
|
730
841
|
100% {
|
|
@@ -2604,6 +2715,17 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2604
2715
|
.e-grid .e-gridheader .e-stackedheadercelldiv {
|
|
2605
2716
|
padding: 0 20px 0 8px;
|
|
2606
2717
|
}
|
|
2718
|
+
.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-headercelldiv,
|
|
2719
|
+
.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-stackedheadercelldiv,
|
|
2720
|
+
.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-headercelldiv,
|
|
2721
|
+
.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-stackedheadercelldiv {
|
|
2722
|
+
padding-right: 8px;
|
|
2723
|
+
}
|
|
2724
|
+
.e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-headercelldiv,
|
|
2725
|
+
.e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-stackedheadercelldiv, .e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-headercelldiv,
|
|
2726
|
+
.e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-stackedheadercelldiv {
|
|
2727
|
+
padding-left: 8px;
|
|
2728
|
+
}
|
|
2607
2729
|
.e-grid .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
2608
2730
|
padding: 0 20px 0 8px;
|
|
2609
2731
|
}
|
|
@@ -5479,6 +5601,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5479
5601
|
background-color: rgba(var(--color-sf-on-surface), 0.05);
|
|
5480
5602
|
}
|
|
5481
5603
|
|
|
5604
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5605
|
+
background-color: rgba(var(--color-sf-on-surface), 0.05);
|
|
5606
|
+
}
|
|
5607
|
+
|
|
5482
5608
|
.e-tooltip-wrap.e-griderror,
|
|
5483
5609
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5484
5610
|
background-color: rgba(var(--color-sf-error-container));
|
package/styles/material3.scss
CHANGED
package/styles/tailwind-dark.css
CHANGED
|
@@ -2338,6 +2338,17 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2338
2338
|
.e-grid .e-gridheader .e-stackedheadercelldiv {
|
|
2339
2339
|
padding: 0 20px 0 5px;
|
|
2340
2340
|
}
|
|
2341
|
+
.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-headercelldiv,
|
|
2342
|
+
.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-stackedheadercelldiv,
|
|
2343
|
+
.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-headercelldiv,
|
|
2344
|
+
.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-stackedheadercelldiv {
|
|
2345
|
+
padding-right: 5px;
|
|
2346
|
+
}
|
|
2347
|
+
.e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-headercelldiv,
|
|
2348
|
+
.e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-stackedheadercelldiv, .e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-headercelldiv,
|
|
2349
|
+
.e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-stackedheadercelldiv {
|
|
2350
|
+
padding-left: 5px;
|
|
2351
|
+
}
|
|
2341
2352
|
.e-grid .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
2342
2353
|
padding: 0 20px 0 5px;
|
|
2343
2354
|
}
|
|
@@ -5151,6 +5162,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5151
5162
|
background-color: #4b5563;
|
|
5152
5163
|
}
|
|
5153
5164
|
|
|
5165
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5166
|
+
background-color: #4b5563;
|
|
5167
|
+
}
|
|
5168
|
+
|
|
5154
5169
|
.e-tooltip-wrap.e-griderror,
|
|
5155
5170
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5156
5171
|
background-color: #fee2e2;
|
package/styles/tailwind.css
CHANGED
|
@@ -2338,6 +2338,17 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2338
2338
|
.e-grid .e-gridheader .e-stackedheadercelldiv {
|
|
2339
2339
|
padding: 0 20px 0 5px;
|
|
2340
2340
|
}
|
|
2341
|
+
.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-headercelldiv,
|
|
2342
|
+
.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-stackedheadercelldiv,
|
|
2343
|
+
.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-headercelldiv,
|
|
2344
|
+
.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-stackedheadercelldiv {
|
|
2345
|
+
padding-right: 5px;
|
|
2346
|
+
}
|
|
2347
|
+
.e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-headercelldiv,
|
|
2348
|
+
.e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-stackedheadercelldiv, .e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-headercelldiv,
|
|
2349
|
+
.e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-stackedheadercelldiv {
|
|
2350
|
+
padding-left: 5px;
|
|
2351
|
+
}
|
|
2341
2352
|
.e-grid .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
2342
2353
|
padding: 0 20px 0 5px;
|
|
2343
2354
|
}
|
|
@@ -5151,6 +5162,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5151
5162
|
background-color: #f3f4f6;
|
|
5152
5163
|
}
|
|
5153
5164
|
|
|
5165
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5166
|
+
background-color: #f3f4f6;
|
|
5167
|
+
}
|
|
5168
|
+
|
|
5154
5169
|
.e-tooltip-wrap.e-griderror,
|
|
5155
5170
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5156
5171
|
background-color: #fee2e2;
|
package/esm2020/public_api.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
// Mapping root file for package generation
|
|
2
|
-
export * from './src/index';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsMkNBQTJDO0FBQzNDLGNBQWMsYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gTWFwcGluZyByb290IGZpbGUgZm9yIHBhY2thZ2UgZ2VuZXJhdGlvblxuZXhwb3J0ICogZnJvbSAnLi9zcmMvaW5kZXgnOyJdfQ==
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
import { __decorate } from "tslib";
|
|
2
|
-
import { Directive, ContentChildren, ContentChild } from '@angular/core';
|
|
3
|
-
import { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';
|
|
4
|
-
import { Template } from '@syncfusion/ej2-angular-base';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
let input = ['columnName', 'customAggregate', 'field', 'footerTemplate', 'format', 'groupCaptionTemplate', 'groupFooterTemplate', 'type'];
|
|
7
|
-
let outputs = [];
|
|
8
|
-
/**
|
|
9
|
-
* `e-aggregate->e-column` directive represent a aggregate column of the Angular Grid.
|
|
10
|
-
* ```html
|
|
11
|
-
* <ejs-grid [dataSource]='data' allowPaging='true' allowSorting='true'>
|
|
12
|
-
* <e-columns>
|
|
13
|
-
* <e-column field='ID' width='100'></e-column>
|
|
14
|
-
* <e-column field='name' headerText='Name' width='100'></e-column>
|
|
15
|
-
* </e-columns>
|
|
16
|
-
* <e-aggregates>
|
|
17
|
-
* <e-aggregate>
|
|
18
|
-
* <e-columns>
|
|
19
|
-
* <e-column field='ID' type='Min'></e-column>
|
|
20
|
-
* </e-columns>
|
|
21
|
-
* </e-aggregate>
|
|
22
|
-
* </e-aggregates>
|
|
23
|
-
* </ejs-grid>
|
|
24
|
-
* ```
|
|
25
|
-
*/
|
|
26
|
-
export class AggregateColumnDirective extends ComplexBase {
|
|
27
|
-
constructor(viewContainerRef) {
|
|
28
|
-
super();
|
|
29
|
-
this.viewContainerRef = viewContainerRef;
|
|
30
|
-
setValue('currentInstance', this, this.viewContainerRef);
|
|
31
|
-
this.registerEvents(outputs);
|
|
32
|
-
this.directivePropList = input;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
AggregateColumnDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AggregateColumnDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
36
|
-
AggregateColumnDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: AggregateColumnDirective, selector: "ejs-grid>e-aggregates>e-aggregate>e-columns>e-column", inputs: { columnName: "columnName", customAggregate: "customAggregate", field: "field", footerTemplate: "footerTemplate", format: "format", groupCaptionTemplate: "groupCaptionTemplate", groupFooterTemplate: "groupFooterTemplate", type: "type" }, queries: [{ propertyName: "footerTemplate", first: true, predicate: ["footerTemplate"], descendants: true }, { propertyName: "groupFooterTemplate", first: true, predicate: ["groupFooterTemplate"], descendants: true }, { propertyName: "groupCaptionTemplate", first: true, predicate: ["groupCaptionTemplate"], descendants: true }], usesInheritance: true, ngImport: i0 });
|
|
37
|
-
__decorate([
|
|
38
|
-
Template()
|
|
39
|
-
], AggregateColumnDirective.prototype, "footerTemplate", void 0);
|
|
40
|
-
__decorate([
|
|
41
|
-
Template()
|
|
42
|
-
], AggregateColumnDirective.prototype, "groupFooterTemplate", void 0);
|
|
43
|
-
__decorate([
|
|
44
|
-
Template()
|
|
45
|
-
], AggregateColumnDirective.prototype, "groupCaptionTemplate", void 0);
|
|
46
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AggregateColumnDirective, decorators: [{
|
|
47
|
-
type: Directive,
|
|
48
|
-
args: [{
|
|
49
|
-
selector: 'ejs-grid>e-aggregates>e-aggregate>e-columns>e-column',
|
|
50
|
-
inputs: input,
|
|
51
|
-
outputs: outputs,
|
|
52
|
-
queries: {}
|
|
53
|
-
}]
|
|
54
|
-
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { footerTemplate: [{
|
|
55
|
-
type: ContentChild,
|
|
56
|
-
args: ['footerTemplate']
|
|
57
|
-
}], groupFooterTemplate: [{
|
|
58
|
-
type: ContentChild,
|
|
59
|
-
args: ['groupFooterTemplate']
|
|
60
|
-
}], groupCaptionTemplate: [{
|
|
61
|
-
type: ContentChild,
|
|
62
|
-
args: ['groupCaptionTemplate']
|
|
63
|
-
}] } });
|
|
64
|
-
/**
|
|
65
|
-
* AggregateColumn Array Directive
|
|
66
|
-
* @private
|
|
67
|
-
*/
|
|
68
|
-
export class AggregateColumnsDirective extends ArrayBase {
|
|
69
|
-
constructor() {
|
|
70
|
-
super('columns');
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
AggregateColumnsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AggregateColumnsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
74
|
-
AggregateColumnsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: AggregateColumnsDirective, selector: "ejs-grid>e-aggregates>e-aggregate>e-columns", queries: [{ propertyName: "children", predicate: AggregateColumnDirective }], usesInheritance: true, ngImport: i0 });
|
|
75
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AggregateColumnsDirective, decorators: [{
|
|
76
|
-
type: Directive,
|
|
77
|
-
args: [{
|
|
78
|
-
selector: 'ejs-grid>e-aggregates>e-aggregate>e-columns',
|
|
79
|
-
queries: {
|
|
80
|
-
children: new ContentChildren(AggregateColumnDirective)
|
|
81
|
-
},
|
|
82
|
-
}]
|
|
83
|
-
}], ctorParameters: function () { return []; } });
|
|
84
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWdncmVnYXRlLWNvbHVtbnMuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2dyaWQvYWdncmVnYXRlLWNvbHVtbnMuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFvQixlQUFlLEVBQUUsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNGLE9BQU8sRUFBRSxXQUFXLEVBQUUsU0FBUyxFQUFFLFFBQVEsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ2hGLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQzs7QUFHeEQsSUFBSSxLQUFLLEdBQWEsQ0FBQyxZQUFZLEVBQUUsaUJBQWlCLEVBQUUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLFFBQVEsRUFBRSxzQkFBc0IsRUFBRSxxQkFBcUIsRUFBRSxNQUFNLENBQUMsQ0FBQztBQUNwSixJQUFJLE9BQU8sR0FBYSxFQUFFLENBQUM7QUFDM0I7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBaUJHO0FBU0gsTUFBTSxPQUFPLHdCQUF5QixTQUFRLFdBQXFDO0lBOEYvRSxZQUFvQixnQkFBaUM7UUFDakQsS0FBSyxFQUFFLENBQUM7UUFEUSxxQkFBZ0IsR0FBaEIsZ0JBQWdCLENBQWlCO1FBRWpELFFBQVEsQ0FBQyxpQkFBaUIsRUFBRSxJQUFJLEVBQUUsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUM7UUFDekQsSUFBSSxDQUFDLGNBQWMsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUM3QixJQUFJLENBQUMsaUJBQWlCLEdBQUcsS0FBSyxDQUFDO0lBQ25DLENBQUM7O3FIQW5HUSx3QkFBd0I7eUdBQXhCLHdCQUF3QjtBQThEakM7SUFEQyxRQUFRLEVBQUU7Z0VBQ2dCO0FBZTNCO0lBREMsUUFBUSxFQUFFO3FFQUNxQjtBQWVoQztJQURDLFFBQVEsRUFBRTtzRUFDc0I7MkZBNUZ4Qix3QkFBd0I7a0JBUnBDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLHNEQUFzRDtvQkFDaEUsTUFBTSxFQUFFLEtBQUs7b0JBQ2IsT0FBTyxFQUFFLE9BQU87b0JBQ2hCLE9BQU8sRUFBRSxFQUVSO2lCQUNKO3VHQStEVSxjQUFjO3NCQUZwQixZQUFZO3VCQUFDLGdCQUFnQjtnQkFpQnZCLG1CQUFtQjtzQkFGekIsWUFBWTt1QkFBQyxxQkFBcUI7Z0JBaUI1QixvQkFBb0I7c0JBRjFCLFlBQVk7dUJBQUMsc0JBQXNCOztBQVl4Qzs7O0dBR0c7QUFPSCxNQUFNLE9BQU8seUJBQTBCLFNBQVEsU0FBb0M7SUFDL0U7UUFDSSxLQUFLLENBQUMsU0FBUyxDQUFDLENBQUM7SUFDckIsQ0FBQzs7c0hBSFEseUJBQXlCOzBHQUF6Qix5QkFBeUIsNEdBSEEsd0JBQXdCOzJGQUdqRCx5QkFBeUI7a0JBTnJDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLDZDQUE2QztvQkFDdkQsT0FBTyxFQUFFO3dCQUNMLFFBQVEsRUFBRSxJQUFJLGVBQWUsQ0FBQyx3QkFBd0IsQ0FBQztxQkFDMUQ7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIFZpZXdDb250YWluZXJSZWYsIENvbnRlbnRDaGlsZHJlbiwgQ29udGVudENoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21wbGV4QmFzZSwgQXJyYXlCYXNlLCBzZXRWYWx1ZSB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1hbmd1bGFyLWJhc2UnO1xuaW1wb3J0IHsgVGVtcGxhdGUgfSBmcm9tICdAc3luY2Z1c2lvbi9lajItYW5ndWxhci1iYXNlJztcblxuXG5sZXQgaW5wdXQ6IHN0cmluZ1tdID0gWydjb2x1bW5OYW1lJywgJ2N1c3RvbUFnZ3JlZ2F0ZScsICdmaWVsZCcsICdmb290ZXJUZW1wbGF0ZScsICdmb3JtYXQnLCAnZ3JvdXBDYXB0aW9uVGVtcGxhdGUnLCAnZ3JvdXBGb290ZXJUZW1wbGF0ZScsICd0eXBlJ107XG5sZXQgb3V0cHV0czogc3RyaW5nW10gPSBbXTtcbi8qKlxuICogYGUtYWdncmVnYXRlLT5lLWNvbHVtbmAgZGlyZWN0aXZlIHJlcHJlc2VudCBhIGFnZ3JlZ2F0ZSBjb2x1bW4gb2YgdGhlIEFuZ3VsYXIgR3JpZC4gXG4gKiBgYGBodG1sXG4gKiA8ZWpzLWdyaWQgW2RhdGFTb3VyY2VdPSdkYXRhJyBhbGxvd1BhZ2luZz0ndHJ1ZScgYWxsb3dTb3J0aW5nPSd0cnVlJz4gXG4gKiAgIDxlLWNvbHVtbnM+XG4gKiAgICAgPGUtY29sdW1uIGZpZWxkPSdJRCcgd2lkdGg9JzEwMCc+PC9lLWNvbHVtbj5cbiAqICAgICA8ZS1jb2x1bW4gZmllbGQ9J25hbWUnIGhlYWRlclRleHQ9J05hbWUnIHdpZHRoPScxMDAnPjwvZS1jb2x1bW4+XG4gKiAgIDwvZS1jb2x1bW5zPlxuICogICA8ZS1hZ2dyZWdhdGVzPlxuICogICAgIDxlLWFnZ3JlZ2F0ZT5cbiAqICAgICAgIDxlLWNvbHVtbnM+XG4gKiAgICAgICAgIDxlLWNvbHVtbiBmaWVsZD0nSUQnIHR5cGU9J01pbic+PC9lLWNvbHVtbj5cbiAqICAgICAgIDwvZS1jb2x1bW5zPlxuICogICAgICA8L2UtYWdncmVnYXRlPlxuICogICAgPC9lLWFnZ3JlZ2F0ZXM+XG4gKiA8L2Vqcy1ncmlkPlxuICogYGBgXG4gKi9cbkBEaXJlY3RpdmUoe1xuICAgIHNlbGVjdG9yOiAnZWpzLWdyaWQ+ZS1hZ2dyZWdhdGVzPmUtYWdncmVnYXRlPmUtY29sdW1ucz5lLWNvbHVtbicsXG4gICAgaW5wdXRzOiBpbnB1dCxcbiAgICBvdXRwdXRzOiBvdXRwdXRzLCAgICBcbiAgICBxdWVyaWVzOiB7XG5cbiAgICB9XG59KVxuZXhwb3J0IGNsYXNzIEFnZ3JlZ2F0ZUNvbHVtbkRpcmVjdGl2ZSBleHRlbmRzIENvbXBsZXhCYXNlPEFnZ3JlZ2F0ZUNvbHVtbkRpcmVjdGl2ZT4ge1xuICAgIHB1YmxpYyBkaXJlY3RpdmVQcm9wTGlzdDogYW55O1xuXHRcblxuXG4gICAgLyoqIFxuICAgICAqIERlZmluZXMgdGhlIGFnZ3JlZ2F0ZSB0eXBlIG9mIGEgcGFydGljdWxhciBjb2x1bW4uIFxuICAgICAqIFRvIHVzZSBtdWx0aXBsZSBhZ2dyZWdhdGVzIGZvciBzaW5nbGUgY29sdW1uLCBzcGVjaWZ5IHRoZSBgdHlwZWAgYXMgYXJyYXkuIFxuICAgICAqIFR5cGVzIG9mIGFnZ3JlZ2F0ZSBhcmUsIFxuICAgICAqICogc3VtIFxuICAgICAqICogYXZlcmFnZSBcbiAgICAgKiAqIG1heCBcbiAgICAgKiAqIG1pbiBcbiAgICAgKiAqIGNvdW50IFxuICAgICAqICogdHJ1ZWNvdW50IFxuICAgICAqICogZmFsc2Vjb3VudCBcbiAgICAgKiAqIGN1c3RvbSBcbiAgICAgKiA+IFNwZWNpZnkgdGhlIGB0eXBlYCB2YWx1ZSBhcyBgY3VzdG9tYCB0byB1c2UgY3VzdG9tIGFnZ3JlZ2F0aW9uLlxuICAgICAqIEBkZWZhdWx0IG51bGxcbiAgICAgKiBAYXNwdHlwZSBzdHJpbmdcbiAgICAgKi9cbiAgICBwdWJsaWMgdHlwZTogYW55O1xuICAgIC8qKiBcbiAgICAgKiBEZWZpbmVzIHRoZSBjb2x1bW4gbmFtZSB0byBkaXNwbGF5IHRoZSBhZ2dyZWdhdGUgdmFsdWUuIElmIGBjb2x1bW5OYW1lYCBpcyBub3QgZGVmaW5lZCwgXG4gICAgICogdGhlbiBgZmllbGRgIG5hbWUgdmFsdWUgd2lsbCBiZSBhc3NpZ25lZCB0byB0aGUgYGNvbHVtbk5hbWVgIHByb3BlcnR5LlxuICAgICAqIEBkZWZhdWx0IG51bGxcbiAgICAgKi9cbiAgICBwdWJsaWMgY29sdW1uTmFtZTogYW55O1xuICAgIC8qKiBcbiAgICAgKiBEZWZpbmVzIGEgZnVuY3Rpb24gdG8gY2FsY3VsYXRlIGN1c3RvbSBhZ2dyZWdhdGUgdmFsdWUuIFRoZSBgdHlwZWAgdmFsdWUgc2hvdWxkIGJlIHNldCB0byBgY3VzdG9tYC4gXG4gICAgICogVG8gdXNlIGN1c3RvbSBhZ2dyZWdhdGUgdmFsdWUgaW4gdGhlIHRlbXBsYXRlLCB1c2UgdGhlIGtleSBhcyBgJHtjdXN0b219YC4gXG4gICAgICogKipUb3RhbCBhZ2dyZWdhdGlvbioqOiBUaGUgY3VzdG9tIGZ1bmN0aW9uIHdpbGwgYmUgY2FsbGVkIHdpdGggdGhlIHdob2xlIGRhdGEgYW5kIHRoZSBjdXJyZW50IGBBZ2dyZWdhdGVDb2x1bW5gIG9iamVjdC4gXG4gICAgICogKipHcm91cCBhZ2dyZWdhdGlvbioqOiBUaGlzIHdpbGwgYmUgY2FsbGVkIHdpdGggdGhlIGN1cnJlbnQgZ3JvdXAgZGV0YWlscyBhbmQgdGhlIGBBZ2dyZWdhdGVDb2x1bW5gIG9iamVjdC5cbiAgICAgKiBAZGVmYXVsdCBudWxsXG4gICAgICovXG4gICAgcHVibGljIGN1c3RvbUFnZ3JlZ2F0ZTogYW55O1xuICAgIC8qKiBcbiAgICAgKiBEZWZpbmVzIHRoZSBjb2x1bW4gbmFtZSB0byBwZXJmb3JtIGFnZ3JlZ2F0aW9uLlxuICAgICAqIEBkZWZhdWx0IG51bGxcbiAgICAgKi9cbiAgICBwdWJsaWMgZmllbGQ6IGFueTtcbiAgICAvKiogXG4gICAgICogRm9ybWF0IGlzIGFwcGxpZWQgdG8gYSBjYWxjdWxhdGVkIHZhbHVlIGJlZm9yZSBpdCBpcyBkaXNwbGF5ZWQuIFxuICAgICAqIEdldHMgdGhlIGZvcm1hdCBmcm9tIHRoZSB1c2VyLCB3aGljaCBjYW4gYmUgc3RhbmRhcmQgb3IgY3VzdG9tIFxuICAgICAqIFtgbnVtYmVyYF0oLi4vLi4vY29tbW9uL2ludGVybmF0aW9uYWxpemF0aW9uLyNudW1iZXItZm9ybWF0dGluZy8pIFxuICAgICAqIGFuZCBbYGRhdGVgXSguLi8uLi9jb21tb24vaW50ZXJuYXRpb25hbGl6YXRpb24vI251bWJlci1mb3JtYXR0aW5nLykgZm9ybWF0cy5cbiAgICAgKiBAYXNwdHlwZSBzdHJpbmdcbiAgICAgKiBAYmxhem9ydHlwZSBzdHJpbmdcbiAgICAgKiBAZGVmYXVsdCBudWxsXG4gICAgICovXG4gICAgcHVibGljIGZvcm1hdDogYW55O1xuICAgIC8qKiBcbiAgICAgKiBEZWZpbmVzIHRoZSBmb290ZXIgY2VsbCB0ZW1wbGF0ZSBhcyBhIHN0cmluZyBmb3IgdGhlIGFnZ3JlZ2F0ZSBjb2x1bW4uIFxuICAgICAqIFRoZSBgdHlwZWAgbmFtZSBzaG91bGQgYmUgdXNlZCB0byBhY2Nlc3MgYWdncmVnYXRlIHZhbHVlcyBpbnNpZGUgdGhlIHRlbXBsYXRlLlxuICAgICAqIFxuICAgICAqIHslIGNvZGVCbG9jayBzcmM9XCJncmlkL2Zvb3Rlci10ZW1wbGF0ZS1hcGkvaW5kZXgudHNcIiAlfXslIGVuZGNvZGVCbG9jayAlfVxuICAgICAqICAgICBcbiAgICAgKiBAZGVmYXVsdCBudWxsXG4gICAgICogQGFzcHR5cGUgc3RyaW5nXG4gICAgICovXG4gICAgQENvbnRlbnRDaGlsZCgnZm9vdGVyVGVtcGxhdGUnKVxuICAgIEBUZW1wbGF0ZSgpXG4gICAgcHVibGljIGZvb3RlclRlbXBsYXRlOiBhbnk7XG4gICAgLyoqIFxuICAgICAqIERlZmluZXMgdGhlIGdyb3VwIGZvb3RlciBjZWxsIHRlbXBsYXRlIGFzIGEgc3RyaW5nIGZvciB0aGUgYWdncmVnYXRlIGNvbHVtbi4gXG4gICAgICogVGhlIGB0eXBlYCBuYW1lIHNob3VsZCBiZSB1c2VkIHRvIGFjY2VzcyBhZ2dyZWdhdGUgdmFsdWVzIGluc2lkZSB0aGUgdGVtcGxhdGUuIFxuICAgICAqIEFkZGl0aW9uYWxseSwgdGhlIGZvbGxvd2luZyBmaWVsZHMgY2FuIGJlIGFjY2Vzc2VkIGluIHRoZSB0ZW1wbGF0ZS4gXG4gICAgICogKiAqKmZpZWxkKio6IFRoZSBjdXJyZW50IGdyb3VwZWQgZmllbGQuIFxuICAgICAqICogKiprZXkqKjogVGhlIGN1cnJlbnQgZ3JvdXBlZCB2YWx1ZS5cbiAgICAgKiBcbiAgICAgKiB7JSBjb2RlQmxvY2sgc3JjPVwiZ3JpZC9ncm91cC1mb290ZXItYXBpL2luZGV4LnRzXCIgJX17JSBlbmRjb2RlQmxvY2sgJX1cbiAgICAgKiAgICAgXG4gICAgICogQGRlZmF1bHQgbnVsbFxuICAgICAqIEBhc3B0eXBlIHN0cmluZ1xuICAgICAqL1xuICAgIEBDb250ZW50Q2hpbGQoJ2dyb3VwRm9vdGVyVGVtcGxhdGUnKVxuICAgIEBUZW1wbGF0ZSgpXG4gICAgcHVibGljIGdyb3VwRm9vdGVyVGVtcGxhdGU6IGFueTtcbiAgICAvKiogXG4gICAgICogRGVmaW5lcyB0aGUgZ3JvdXAgY2FwdGlvbiBjZWxsIHRlbXBsYXRlIGFzIGEgc3RyaW5nIGZvciB0aGUgYWdncmVnYXRlIGNvbHVtbi4gXG4gICAgICogVGhlIGB0eXBlYCBuYW1lIHNob3VsZCBiZSB1c2VkIHRvIGFjY2VzcyBhZ2dyZWdhdGUgdmFsdWVzIGluc2lkZSB0aGUgdGVtcGxhdGUuIFxuICAgICAqIEFkZGl0aW9uYWxseSwgdGhlIGZvbGxvd2luZyBmaWVsZHMgY2FuIGJlIGFjY2Vzc2VkIGluIHRoZSB0ZW1wbGF0ZS4gXG4gICAgICogKiAqKmZpZWxkKio6IFRoZSBjdXJyZW50IGdyb3VwZWQgZmllbGQgbmFtZS4gXG4gICAgICogKiAqKmtleSoqOiBUaGUgY3VycmVudCBncm91cGVkIGZpZWxkIHZhbHVlLlxuICAgICAqIFxuICAgICAqIHslIGNvZGVCbG9jayBzcmM9XCJncmlkL2dyb3VwLWNhcHRpb24tYXBpL2luZGV4LnRzXCIgJX17JSBlbmRjb2RlQmxvY2sgJX1cbiAgICAgKiAgICAgXG4gICAgICogQGRlZmF1bHQgbnVsbFxuICAgICAqIEBhc3B0eXBlIHN0cmluZ1xuICAgICAqL1xuICAgIEBDb250ZW50Q2hpbGQoJ2dyb3VwQ2FwdGlvblRlbXBsYXRlJylcbiAgICBAVGVtcGxhdGUoKVxuICAgIHB1YmxpYyBncm91cENhcHRpb25UZW1wbGF0ZTogYW55O1xuXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSB2aWV3Q29udGFpbmVyUmVmOlZpZXdDb250YWluZXJSZWYpIHtcbiAgICAgICAgc3VwZXIoKTtcbiAgICAgICAgc2V0VmFsdWUoJ2N1cnJlbnRJbnN0YW5jZScsIHRoaXMsIHRoaXMudmlld0NvbnRhaW5lclJlZik7XG4gICAgICAgIHRoaXMucmVnaXN0ZXJFdmVudHMob3V0cHV0cyk7XG4gICAgICAgIHRoaXMuZGlyZWN0aXZlUHJvcExpc3QgPSBpbnB1dDtcbiAgICB9XG59XG5cbi8qKlxuICogQWdncmVnYXRlQ29sdW1uIEFycmF5IERpcmVjdGl2ZVxuICogQHByaXZhdGVcbiAqL1xuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6ICdlanMtZ3JpZD5lLWFnZ3JlZ2F0ZXM+ZS1hZ2dyZWdhdGU+ZS1jb2x1bW5zJyxcbiAgICBxdWVyaWVzOiB7XG4gICAgICAgIGNoaWxkcmVuOiBuZXcgQ29udGVudENoaWxkcmVuKEFnZ3JlZ2F0ZUNvbHVtbkRpcmVjdGl2ZSlcbiAgICB9LFxufSlcbmV4cG9ydCBjbGFzcyBBZ2dyZWdhdGVDb2x1bW5zRGlyZWN0aXZlIGV4dGVuZHMgQXJyYXlCYXNlPEFnZ3JlZ2F0ZUNvbHVtbnNEaXJlY3RpdmU+IHtcbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgc3VwZXIoJ2NvbHVtbnMnKTtcbiAgICB9XG59Il19
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import { Directive, ContentChildren, ContentChild } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { AggregateColumnsDirective } from './aggregate-columns.directive';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
let input = ['columns'];
|
|
6
|
-
let outputs = [];
|
|
7
|
-
/**
|
|
8
|
-
* `e-aggregate` directive represent a aggregate row of the Angular Grid.
|
|
9
|
-
* It must be contained in a Grid component(`ejs-grid`).
|
|
10
|
-
* ```html
|
|
11
|
-
* <ejs-grid [dataSource]='data' allowPaging='true' allowSorting='true'>
|
|
12
|
-
* <e-columns>
|
|
13
|
-
* <e-column field='ID' width='100'></e-column>
|
|
14
|
-
* <e-column field='name' headerText='Name' width='100'></e-column>
|
|
15
|
-
* </e-columns>
|
|
16
|
-
* <e-aggregates>
|
|
17
|
-
* <e-aggregate>
|
|
18
|
-
* <e-columns>
|
|
19
|
-
* <e-column field='ID' type='Min'></e-column>
|
|
20
|
-
* </e-columns>
|
|
21
|
-
* </e-aggregate>
|
|
22
|
-
* </e-aggregates>
|
|
23
|
-
* </ejs-grid>
|
|
24
|
-
* ```
|
|
25
|
-
*/
|
|
26
|
-
export class AggregateDirective extends ComplexBase {
|
|
27
|
-
constructor(viewContainerRef) {
|
|
28
|
-
super();
|
|
29
|
-
this.viewContainerRef = viewContainerRef;
|
|
30
|
-
this.tags = ['columns'];
|
|
31
|
-
setValue('currentInstance', this, this.viewContainerRef);
|
|
32
|
-
this.registerEvents(outputs);
|
|
33
|
-
this.directivePropList = input;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
AggregateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AggregateDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
37
|
-
AggregateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: AggregateDirective, selector: "ejs-grid>e-aggregates>e-aggregate", inputs: { columns: "columns" }, queries: [{ propertyName: "childColumns", first: true, predicate: AggregateColumnsDirective, descendants: true }], usesInheritance: true, ngImport: i0 });
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AggregateDirective, decorators: [{
|
|
39
|
-
type: Directive,
|
|
40
|
-
args: [{
|
|
41
|
-
selector: 'ejs-grid>e-aggregates>e-aggregate',
|
|
42
|
-
inputs: input,
|
|
43
|
-
outputs: outputs,
|
|
44
|
-
queries: {
|
|
45
|
-
childColumns: new ContentChild(AggregateColumnsDirective)
|
|
46
|
-
}
|
|
47
|
-
}]
|
|
48
|
-
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
|
|
49
|
-
/**
|
|
50
|
-
* Aggregate Array Directive
|
|
51
|
-
* @private
|
|
52
|
-
*/
|
|
53
|
-
export class AggregatesDirective extends ArrayBase {
|
|
54
|
-
constructor() {
|
|
55
|
-
super('aggregates');
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
AggregatesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AggregatesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
59
|
-
AggregatesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: AggregatesDirective, selector: "ejs-grid>e-aggregates", queries: [{ propertyName: "children", predicate: AggregateDirective }], usesInheritance: true, ngImport: i0 });
|
|
60
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AggregatesDirective, decorators: [{
|
|
61
|
-
type: Directive,
|
|
62
|
-
args: [{
|
|
63
|
-
selector: 'ejs-grid>e-aggregates',
|
|
64
|
-
queries: {
|
|
65
|
-
children: new ContentChildren(AggregateDirective)
|
|
66
|
-
},
|
|
67
|
-
}]
|
|
68
|
-
}], ctorParameters: function () { return []; } });
|
|
69
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWdncmVnYXRlcy5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZ3JpZC9hZ2dyZWdhdGVzLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFvQixlQUFlLEVBQUUsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNGLE9BQU8sRUFBRSxXQUFXLEVBQUUsU0FBUyxFQUFFLFFBQVEsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBRWhGLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLCtCQUErQixDQUFDOztBQUUxRSxJQUFJLEtBQUssR0FBYSxDQUFDLFNBQVMsQ0FBQyxDQUFDO0FBQ2xDLElBQUksT0FBTyxHQUFhLEVBQUUsQ0FBQztBQUMzQjs7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBa0JHO0FBU0gsTUFBTSxPQUFPLGtCQUFtQixTQUFRLFdBQStCO0lBV25FLFlBQW9CLGdCQUFpQztRQUNqRCxLQUFLLEVBQUUsQ0FBQztRQURRLHFCQUFnQixHQUFoQixnQkFBZ0IsQ0FBaUI7UUFQOUMsU0FBSSxHQUFhLENBQUMsU0FBUyxDQUFDLENBQUM7UUFTaEMsUUFBUSxDQUFDLGlCQUFpQixFQUFFLElBQUksRUFBRSxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztRQUN6RCxJQUFJLENBQUMsY0FBYyxDQUFDLE9BQU8sQ0FBQyxDQUFDO1FBQzdCLElBQUksQ0FBQyxpQkFBaUIsR0FBRyxLQUFLLENBQUM7SUFDbkMsQ0FBQzs7K0dBaEJRLGtCQUFrQjttR0FBbEIsa0JBQWtCLG1KQUhRLHlCQUF5QjsyRkFHbkQsa0JBQWtCO2tCQVI5QixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxtQ0FBbUM7b0JBQzdDLE1BQU0sRUFBRSxLQUFLO29CQUNiLE9BQU8sRUFBRSxPQUFPO29CQUNoQixPQUFPLEVBQUU7d0JBQ0wsWUFBWSxFQUFFLElBQUksWUFBWSxDQUFDLHlCQUF5QixDQUFDO3FCQUM1RDtpQkFDSjs7QUFvQkQ7OztHQUdHO0FBT0gsTUFBTSxPQUFPLG1CQUFvQixTQUFRLFNBQThCO0lBQ25FO1FBQ0ksS0FBSyxDQUFDLFlBQVksQ0FBQyxDQUFDO0lBQ3hCLENBQUM7O2dIQUhRLG1CQUFtQjtvR0FBbkIsbUJBQW1CLHNGQUhNLGtCQUFrQjsyRkFHM0MsbUJBQW1CO2tCQU4vQixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSx1QkFBdUI7b0JBQ2pDLE9BQU8sRUFBRTt3QkFDTCxRQUFRLEVBQUUsSUFBSSxlQUFlLENBQUMsa0JBQWtCLENBQUM7cUJBQ3BEO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBWaWV3Q29udGFpbmVyUmVmLCBDb250ZW50Q2hpbGRyZW4sIENvbnRlbnRDaGlsZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tcGxleEJhc2UsIEFycmF5QmFzZSwgc2V0VmFsdWUgfSBmcm9tICdAc3luY2Z1c2lvbi9lajItYW5ndWxhci1iYXNlJztcblxuaW1wb3J0IHsgQWdncmVnYXRlQ29sdW1uc0RpcmVjdGl2ZSB9IGZyb20gJy4vYWdncmVnYXRlLWNvbHVtbnMuZGlyZWN0aXZlJztcblxubGV0IGlucHV0OiBzdHJpbmdbXSA9IFsnY29sdW1ucyddO1xubGV0IG91dHB1dHM6IHN0cmluZ1tdID0gW107XG4vKipcbiAqIGBlLWFnZ3JlZ2F0ZWAgZGlyZWN0aXZlIHJlcHJlc2VudCBhIGFnZ3JlZ2F0ZSByb3cgb2YgdGhlIEFuZ3VsYXIgR3JpZC4gXG4gKiBJdCBtdXN0IGJlIGNvbnRhaW5lZCBpbiBhIEdyaWQgY29tcG9uZW50KGBlanMtZ3JpZGApLiBcbiAqIGBgYGh0bWxcbiAqIDxlanMtZ3JpZCBbZGF0YVNvdXJjZV09J2RhdGEnIGFsbG93UGFnaW5nPSd0cnVlJyBhbGxvd1NvcnRpbmc9J3RydWUnPiBcbiAqICAgPGUtY29sdW1ucz5cbiAqICAgICA8ZS1jb2x1bW4gZmllbGQ9J0lEJyB3aWR0aD0nMTAwJz48L2UtY29sdW1uPlxuICogICAgIDxlLWNvbHVtbiBmaWVsZD0nbmFtZScgaGVhZGVyVGV4dD0nTmFtZScgd2lkdGg9JzEwMCc+PC9lLWNvbHVtbj5cbiAqICAgPC9lLWNvbHVtbnM+XG4gKiAgIDxlLWFnZ3JlZ2F0ZXM+XG4gKiAgICAgPGUtYWdncmVnYXRlPlxuICogICAgICAgPGUtY29sdW1ucz5cbiAqICAgICAgICAgPGUtY29sdW1uIGZpZWxkPSdJRCcgdHlwZT0nTWluJz48L2UtY29sdW1uPlxuICogICAgICAgPC9lLWNvbHVtbnM+XG4gKiAgICAgIDwvZS1hZ2dyZWdhdGU+XG4gKiAgICA8L2UtYWdncmVnYXRlcz5cbiAqIDwvZWpzLWdyaWQ+XG4gKiBgYGBcbiAqL1xuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6ICdlanMtZ3JpZD5lLWFnZ3JlZ2F0ZXM+ZS1hZ2dyZWdhdGUnLFxuICAgIGlucHV0czogaW5wdXQsXG4gICAgb3V0cHV0czogb3V0cHV0cywgICAgXG4gICAgcXVlcmllczoge1xuICAgICAgICBjaGlsZENvbHVtbnM6IG5ldyBDb250ZW50Q2hpbGQoQWdncmVnYXRlQ29sdW1uc0RpcmVjdGl2ZSlcbiAgICB9XG59KVxuZXhwb3J0IGNsYXNzIEFnZ3JlZ2F0ZURpcmVjdGl2ZSBleHRlbmRzIENvbXBsZXhCYXNlPEFnZ3JlZ2F0ZURpcmVjdGl2ZT4ge1xuICAgIHB1YmxpYyBkaXJlY3RpdmVQcm9wTGlzdDogYW55O1xuXHRcbiAgICBwdWJsaWMgY2hpbGRDb2x1bW5zOiBhbnk7XG4gICAgcHVibGljIHRhZ3M6IHN0cmluZ1tdID0gWydjb2x1bW5zJ107XG4gICAgLyoqIFxuICAgICAqIENvbmZpZ3VyZXMgdGhlIGFnZ3JlZ2F0ZSBjb2x1bW5zLlxuICAgICAqIEBkZWZhdWx0IFtdXG4gICAgICovXG4gICAgcHVibGljIGNvbHVtbnM6IGFueTtcblxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgdmlld0NvbnRhaW5lclJlZjpWaWV3Q29udGFpbmVyUmVmKSB7XG4gICAgICAgIHN1cGVyKCk7XG4gICAgICAgIHNldFZhbHVlKCdjdXJyZW50SW5zdGFuY2UnLCB0aGlzLCB0aGlzLnZpZXdDb250YWluZXJSZWYpO1xuICAgICAgICB0aGlzLnJlZ2lzdGVyRXZlbnRzKG91dHB1dHMpO1xuICAgICAgICB0aGlzLmRpcmVjdGl2ZVByb3BMaXN0ID0gaW5wdXQ7XG4gICAgfVxufVxuXG4vKipcbiAqIEFnZ3JlZ2F0ZSBBcnJheSBEaXJlY3RpdmVcbiAqIEBwcml2YXRlXG4gKi9cbkBEaXJlY3RpdmUoe1xuICAgIHNlbGVjdG9yOiAnZWpzLWdyaWQ+ZS1hZ2dyZWdhdGVzJyxcbiAgICBxdWVyaWVzOiB7XG4gICAgICAgIGNoaWxkcmVuOiBuZXcgQ29udGVudENoaWxkcmVuKEFnZ3JlZ2F0ZURpcmVjdGl2ZSlcbiAgICB9LFxufSlcbmV4cG9ydCBjbGFzcyBBZ2dyZWdhdGVzRGlyZWN0aXZlIGV4dGVuZHMgQXJyYXlCYXNlPEFnZ3JlZ2F0ZXNEaXJlY3RpdmU+IHtcbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgc3VwZXIoJ2FnZ3JlZ2F0ZXMnKTtcbiAgICB9XG59Il19
|