igniteui-angular-core 17.0.0-beta.0 → 17.1.0

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.
Files changed (95) hide show
  1. package/bundles/igniteui-angular-core.umd.js +3388 -1605
  2. package/bundles/igniteui-angular-core.umd.min.js +2 -2
  3. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +16 -5
  4. package/esm2015/lib/PopupView_combined.js +743 -607
  5. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +2 -0
  6. package/esm2015/lib/WebColumnStateDescription.js +202 -0
  7. package/esm2015/lib/WebColumnStateDescriptionMetadata.js +67 -0
  8. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +338 -330
  9. package/esm2015/lib/WebGridDescription.js +44 -44
  10. package/esm2015/lib/WebGridStateBaseDirectiveDescription.js +50 -0
  11. package/esm2015/lib/WebGridStateBaseDirectiveDescriptionMetadata.js +7 -0
  12. package/esm2015/lib/WebGridStateBaseDirectiveDescriptionMetadata_combined.js +124 -0
  13. package/esm2015/lib/WebGridStateBaseDirectiveDescriptionModule.js +20 -0
  14. package/esm2015/lib/WebGridStateCollectionDescription.js +50 -0
  15. package/esm2015/lib/WebGridStateCollectionDescriptionMetadata.js +48 -0
  16. package/esm2015/lib/WebGridStateComponentEventArgsDescription.js +36 -0
  17. package/esm2015/lib/WebGridStateComponentEventArgsDescriptionMetadata.js +7 -0
  18. package/esm2015/lib/WebGridStateDescription.js +23 -0
  19. package/esm2015/lib/WebGridStateDescriptionMetadata.js +7 -0
  20. package/esm2015/lib/WebGridStateDescriptionModule.js +22 -0
  21. package/esm2015/lib/WebGridStateInfoDescription.js +156 -0
  22. package/esm2015/lib/WebGridStateInfoDescriptionMetadata.js +79 -0
  23. package/esm2015/lib/WebGridStateOptionsDescription.js +146 -0
  24. package/esm2015/lib/WebGridStateOptionsDescriptionMetadata.js +58 -0
  25. package/esm2015/lib/WebGroupingStateDescription.js +50 -0
  26. package/esm2015/lib/WebGroupingStateDescriptionMetadata.js +50 -0
  27. package/esm2015/lib/WebPagingStateDescription.js +42 -0
  28. package/esm2015/lib/WebPagingStateDescriptionMetadata.js +45 -0
  29. package/esm2015/lib/WebPivotGridDescription.js +35 -35
  30. package/esm2015/lib/WebTreeGridDescription.js +27 -27
  31. package/esm2015/lib/igx-popup-component.js +59 -37
  32. package/esm2015/public_api.js +20 -0
  33. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +16 -5
  34. package/esm5/lib/PopupView_combined.js +738 -590
  35. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +2 -0
  36. package/esm5/lib/WebColumnStateDescription.js +296 -0
  37. package/esm5/lib/WebColumnStateDescriptionMetadata.js +71 -0
  38. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +342 -330
  39. package/esm5/lib/WebGridDescription.js +44 -44
  40. package/esm5/lib/WebGridStateBaseDirectiveDescription.js +68 -0
  41. package/esm5/lib/WebGridStateBaseDirectiveDescriptionMetadata.js +7 -0
  42. package/esm5/lib/WebGridStateBaseDirectiveDescriptionMetadata_combined.js +134 -0
  43. package/esm5/lib/WebGridStateBaseDirectiveDescriptionModule.js +24 -0
  44. package/esm5/lib/WebGridStateCollectionDescription.js +68 -0
  45. package/esm5/lib/WebGridStateCollectionDescriptionMetadata.js +52 -0
  46. package/esm5/lib/WebGridStateComponentEventArgsDescription.js +46 -0
  47. package/esm5/lib/WebGridStateComponentEventArgsDescriptionMetadata.js +7 -0
  48. package/esm5/lib/WebGridStateDescription.js +24 -0
  49. package/esm5/lib/WebGridStateDescriptionMetadata.js +7 -0
  50. package/esm5/lib/WebGridStateDescriptionModule.js +26 -0
  51. package/esm5/lib/WebGridStateInfoDescription.js +226 -0
  52. package/esm5/lib/WebGridStateInfoDescriptionMetadata.js +83 -0
  53. package/esm5/lib/WebGridStateOptionsDescription.js +212 -0
  54. package/esm5/lib/WebGridStateOptionsDescriptionMetadata.js +62 -0
  55. package/esm5/lib/WebGroupingStateDescription.js +68 -0
  56. package/esm5/lib/WebGroupingStateDescriptionMetadata.js +54 -0
  57. package/esm5/lib/WebPagingStateDescription.js +56 -0
  58. package/esm5/lib/WebPagingStateDescriptionMetadata.js +49 -0
  59. package/esm5/lib/WebPivotGridDescription.js +35 -35
  60. package/esm5/lib/WebTreeGridDescription.js +27 -27
  61. package/esm5/lib/igx-popup-component.js +67 -37
  62. package/esm5/public_api.js +20 -0
  63. package/fesm2015/igniteui-angular-core.js +2951 -1525
  64. package/fesm5/igniteui-angular-core.js +3369 -1606
  65. package/lib/IDataLegendSeries.d.ts +2 -0
  66. package/lib/IDataLegendTarget.d.ts +1 -0
  67. package/lib/PopupView_combined.d.ts +161 -144
  68. package/lib/WebColumnStateDescription.d.ts +77 -0
  69. package/lib/WebColumnStateDescriptionMetadata.d.ts +13 -0
  70. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +119 -115
  71. package/lib/WebGridDescription.d.ts +16 -16
  72. package/lib/WebGridStateBaseDirectiveDescription.d.ts +21 -0
  73. package/lib/WebGridStateBaseDirectiveDescriptionMetadata.d.ts +1 -0
  74. package/lib/WebGridStateBaseDirectiveDescriptionMetadata_combined.d.ts +33 -0
  75. package/lib/WebGridStateBaseDirectiveDescriptionModule.d.ts +9 -0
  76. package/lib/WebGridStateCollectionDescription.d.ts +21 -0
  77. package/lib/WebGridStateCollectionDescriptionMetadata.d.ts +13 -0
  78. package/lib/WebGridStateComponentEventArgsDescription.d.ts +17 -0
  79. package/lib/WebGridStateComponentEventArgsDescriptionMetadata.d.ts +1 -0
  80. package/lib/WebGridStateDescription.d.ts +10 -0
  81. package/lib/WebGridStateDescriptionMetadata.d.ts +1 -0
  82. package/lib/WebGridStateDescriptionModule.d.ts +9 -0
  83. package/lib/WebGridStateInfoDescription.d.ts +70 -0
  84. package/lib/WebGridStateInfoDescriptionMetadata.d.ts +13 -0
  85. package/lib/WebGridStateOptionsDescription.d.ts +56 -0
  86. package/lib/WebGridStateOptionsDescriptionMetadata.d.ts +13 -0
  87. package/lib/WebGroupingStateDescription.d.ts +22 -0
  88. package/lib/WebGroupingStateDescriptionMetadata.d.ts +13 -0
  89. package/lib/WebPagingStateDescription.d.ts +17 -0
  90. package/lib/WebPagingStateDescriptionMetadata.d.ts +13 -0
  91. package/lib/WebPivotGridDescription.d.ts +13 -13
  92. package/lib/WebTreeGridDescription.d.ts +10 -10
  93. package/lib/igx-popup-component.d.ts +13 -1
  94. package/package.json +4 -4
  95. package/public_api.d.ts +20 -0
@@ -0,0 +1,156 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { Description } from "./Description";
8
+ import { markType } from "./type";
9
+ /**
10
+ * @hidden
11
+ */
12
+ export let WebGridStateInfoDescription = /*@__PURE__*/ (() => {
13
+ class WebGridStateInfoDescription extends Description {
14
+ constructor() {
15
+ super();
16
+ this.i = null;
17
+ this.s = null;
18
+ this.r = null;
19
+ this.x = null;
20
+ this.ae = false;
21
+ this.l = null;
22
+ this.v = null;
23
+ this.h = null;
24
+ this.ak = null;
25
+ this.j = null;
26
+ this.aj = null;
27
+ this.z = null;
28
+ this.ah = null;
29
+ this.k = null;
30
+ this.ai = null;
31
+ this.ab = null;
32
+ }
33
+ get_type() {
34
+ return "WebGridStateInfo";
35
+ }
36
+ get type() {
37
+ return this.get_type();
38
+ }
39
+ get columns() {
40
+ return this.i;
41
+ }
42
+ set columns(a) {
43
+ this.i = a;
44
+ this.g("Columns");
45
+ }
46
+ get filtering() {
47
+ return this.s;
48
+ }
49
+ set filtering(a) {
50
+ this.s = a;
51
+ this.g("Filtering");
52
+ }
53
+ get advancedFiltering() {
54
+ return this.r;
55
+ }
56
+ set advancedFiltering(a) {
57
+ this.r = a;
58
+ this.g("AdvancedFiltering");
59
+ }
60
+ get paging() {
61
+ return this.x;
62
+ }
63
+ set paging(a) {
64
+ this.x = a;
65
+ this.g("Paging");
66
+ }
67
+ get moving() {
68
+ return this.ae;
69
+ }
70
+ set moving(a) {
71
+ this.ae = a;
72
+ this.g("Moving");
73
+ }
74
+ get sorting() {
75
+ return this.l;
76
+ }
77
+ set sorting(a) {
78
+ this.l = a;
79
+ this.g("Sorting");
80
+ }
81
+ get groupBy() {
82
+ return this.v;
83
+ }
84
+ set groupBy(a) {
85
+ this.v = a;
86
+ this.g("GroupBy");
87
+ }
88
+ get cellSelection() {
89
+ return this.h;
90
+ }
91
+ set cellSelection(a) {
92
+ this.h = a;
93
+ this.g("CellSelection");
94
+ }
95
+ get rowSelectionRef() {
96
+ return this.ak;
97
+ }
98
+ set rowSelectionRef(a) {
99
+ this.ak = a;
100
+ this.g("RowSelectionRef");
101
+ }
102
+ get columnSelection() {
103
+ return this.j;
104
+ }
105
+ set columnSelection(a) {
106
+ this.j = a;
107
+ this.g("ColumnSelection");
108
+ }
109
+ get rowPinningRef() {
110
+ return this.aj;
111
+ }
112
+ set rowPinningRef(a) {
113
+ this.aj = a;
114
+ this.g("RowPinningRef");
115
+ }
116
+ get pinningConfig() {
117
+ return this.z;
118
+ }
119
+ set pinningConfig(a) {
120
+ this.z = a;
121
+ this.g("PinningConfig");
122
+ }
123
+ get expansionRef() {
124
+ return this.ah;
125
+ }
126
+ set expansionRef(a) {
127
+ this.ah = a;
128
+ this.g("ExpansionRef");
129
+ }
130
+ get rowIslands() {
131
+ return this.k;
132
+ }
133
+ set rowIslands(a) {
134
+ this.k = a;
135
+ this.g("RowIslands");
136
+ }
137
+ get id() {
138
+ return this.ai;
139
+ }
140
+ set id(a) {
141
+ this.ai = a;
142
+ this.g("Id");
143
+ }
144
+ get pivotConfiguration() {
145
+ return this.ab;
146
+ }
147
+ set pivotConfiguration(a) {
148
+ this.ab = a;
149
+ this.g("PivotConfiguration");
150
+ }
151
+ }
152
+ WebGridStateInfoDescription.$t = markType(WebGridStateInfoDescription, 'WebGridStateInfoDescription', Description.$);
153
+ WebGridStateInfoDescription.__marshalByValue = true;
154
+ WebGridStateInfoDescription.__marshalByValueAlias = "GridStateInfo";
155
+ return WebGridStateInfoDescription;
156
+ })();
@@ -0,0 +1,79 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { Base, String_$type, markType } from "./type";
8
+ import { Dictionary$2 } from "./Dictionary$2";
9
+ import { WebColumnStateDescriptionMetadata } from "./WebColumnStateDescriptionMetadata";
10
+ import { WebFilteringExpressionsTreeDescriptionMetadata } from "./WebFilteringExpressionsTreeDescriptionMetadata";
11
+ import { WebPagingStateDescriptionMetadata } from "./WebPagingStateDescriptionMetadata";
12
+ import { WebSortingExpressionDescriptionMetadata } from "./WebSortingExpressionDescriptionMetadata";
13
+ import { WebGroupingStateDescriptionMetadata } from "./WebGroupingStateDescriptionMetadata";
14
+ import { WebGridSelectionRangeDescriptionMetadata } from "./WebGridSelectionRangeDescriptionMetadata";
15
+ import { WebPinningConfigDescriptionMetadata } from "./WebPinningConfigDescriptionMetadata";
16
+ import { WebGridStateCollectionDescriptionMetadata } from "./WebGridStateCollectionDescriptionMetadata";
17
+ import { WebPivotConfigurationDescriptionMetadata } from "./WebPivotConfigurationDescriptionMetadata";
18
+ import { WebGridStateInfoDescription } from "./WebGridStateInfoDescription";
19
+ /**
20
+ * @hidden
21
+ */
22
+ export let WebGridStateInfoDescriptionMetadata = /*@__PURE__*/ (() => {
23
+ class WebGridStateInfoDescriptionMetadata extends Base {
24
+ static b(a) {
25
+ if (WebGridStateInfoDescriptionMetadata.a == null) {
26
+ WebGridStateInfoDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
27
+ WebGridStateInfoDescriptionMetadata.c(WebGridStateInfoDescriptionMetadata.a);
28
+ }
29
+ if (a.k(WebGridStateInfoDescriptionMetadata.a)) {
30
+ return;
31
+ }
32
+ a.ab(WebGridStateInfoDescriptionMetadata.a);
33
+ WebColumnStateDescriptionMetadata.d(a);
34
+ WebFilteringExpressionsTreeDescriptionMetadata.d(a);
35
+ WebPagingStateDescriptionMetadata.d(a);
36
+ WebSortingExpressionDescriptionMetadata.d(a);
37
+ WebGroupingStateDescriptionMetadata.d(a);
38
+ WebGridSelectionRangeDescriptionMetadata.d(a);
39
+ WebPinningConfigDescriptionMetadata.d(a);
40
+ WebGridStateCollectionDescriptionMetadata.d(a);
41
+ WebPivotConfigurationDescriptionMetadata.d(a);
42
+ }
43
+ static c(a) {
44
+ a.item("__qualifiedNameTS", "String:GridStateInfo");
45
+ a.item("__packageNameWC", "String:grids");
46
+ a.item("__skipModuleRegisterWebComponents", "Boolean");
47
+ a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
48
+ a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
49
+ a.item("__isPlainObject", "Boolean");
50
+ a.item("__marshalByValue", "Boolean");
51
+ a.item("__skipSuffix", "Boolean");
52
+ a.item("__isTSPlainInterface", "Boolean");
53
+ a.item("Columns", "Array:WebColumnStateDescription:ColumnState");
54
+ a.item("Filtering", "ExportedType:WebFilteringExpressionsTree");
55
+ a.item("AdvancedFiltering", "ExportedType:WebFilteringExpressionsTree");
56
+ a.item("Paging", "ExportedType:WebPagingState");
57
+ a.item("Moving", "Boolean");
58
+ a.item("Sorting", "Array:WebSortingExpressionDescription:SortingExpression");
59
+ a.item("GroupBy", "ExportedType:WebGroupingState");
60
+ a.item("CellSelection", "Array:WebGridSelectionRangeDescription:GridSelectionRange");
61
+ a.item("RowSelectionRef", "(w:RowSelection,wf:RowSelection)DataRef:object");
62
+ a.item("ColumnSelection", "Array:string");
63
+ a.item("RowPinningRef", "(w:RowPinning,wf:RowPinning)DataRef:object");
64
+ a.item("PinningConfig", "ExportedType:WebPinningConfig");
65
+ a.item("ExpansionRef", "(w:Expansion,wf:Expansion)DataRef:object");
66
+ a.item("RowIslands", "Array:WebGridStateCollectionDescription:GridStateCollection");
67
+ a.item("Id", "String");
68
+ a.item("PivotConfiguration", "ExportedType:WebPivotConfiguration");
69
+ }
70
+ static d(a) {
71
+ WebGridStateInfoDescriptionMetadata.b(a);
72
+ a.ad("WebGridStateInfo", () => new WebGridStateInfoDescription());
73
+ a.ac("WebGridStateInfo", WebGridStateInfoDescriptionMetadata.a);
74
+ }
75
+ }
76
+ WebGridStateInfoDescriptionMetadata.$t = markType(WebGridStateInfoDescriptionMetadata, 'WebGridStateInfoDescriptionMetadata');
77
+ WebGridStateInfoDescriptionMetadata.a = null;
78
+ return WebGridStateInfoDescriptionMetadata;
79
+ })();
@@ -0,0 +1,146 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { Description } from "./Description";
8
+ import { markType } from "./type";
9
+ /**
10
+ * @hidden
11
+ */
12
+ export let WebGridStateOptionsDescription = /*@__PURE__*/ (() => {
13
+ class WebGridStateOptionsDescription extends Description {
14
+ constructor() {
15
+ super();
16
+ this.j = false;
17
+ this.m = false;
18
+ this.h = false;
19
+ this.v = false;
20
+ this.n = false;
21
+ this.p = false;
22
+ this.i = false;
23
+ this.u = false;
24
+ this.k = false;
25
+ this.t = false;
26
+ this.q = false;
27
+ this.l = false;
28
+ this.s = false;
29
+ this.o = false;
30
+ this.r = false;
31
+ }
32
+ get_type() {
33
+ return "WebGridStateOptions";
34
+ }
35
+ get type() {
36
+ return this.get_type();
37
+ }
38
+ get columns() {
39
+ return this.j;
40
+ }
41
+ set columns(a) {
42
+ this.j = a;
43
+ this.g("Columns");
44
+ }
45
+ get filtering() {
46
+ return this.m;
47
+ }
48
+ set filtering(a) {
49
+ this.m = a;
50
+ this.g("Filtering");
51
+ }
52
+ get advancedFiltering() {
53
+ return this.h;
54
+ }
55
+ set advancedFiltering(a) {
56
+ this.h = a;
57
+ this.g("AdvancedFiltering");
58
+ }
59
+ get sorting() {
60
+ return this.v;
61
+ }
62
+ set sorting(a) {
63
+ this.v = a;
64
+ this.g("Sorting");
65
+ }
66
+ get groupBy() {
67
+ return this.n;
68
+ }
69
+ set groupBy(a) {
70
+ this.n = a;
71
+ this.g("GroupBy");
72
+ }
73
+ get paging() {
74
+ return this.p;
75
+ }
76
+ set paging(a) {
77
+ this.p = a;
78
+ this.g("Paging");
79
+ }
80
+ get cellSelection() {
81
+ return this.i;
82
+ }
83
+ set cellSelection(a) {
84
+ this.i = a;
85
+ this.g("CellSelection");
86
+ }
87
+ get rowSelection() {
88
+ return this.u;
89
+ }
90
+ set rowSelection(a) {
91
+ this.u = a;
92
+ this.g("RowSelection");
93
+ }
94
+ get columnSelection() {
95
+ return this.k;
96
+ }
97
+ set columnSelection(a) {
98
+ this.k = a;
99
+ this.g("ColumnSelection");
100
+ }
101
+ get rowPinning() {
102
+ return this.t;
103
+ }
104
+ set rowPinning(a) {
105
+ this.t = a;
106
+ this.g("RowPinning");
107
+ }
108
+ get pinningConfig() {
109
+ return this.q;
110
+ }
111
+ set pinningConfig(a) {
112
+ this.q = a;
113
+ this.g("PinningConfig");
114
+ }
115
+ get expansion() {
116
+ return this.l;
117
+ }
118
+ set expansion(a) {
119
+ this.l = a;
120
+ this.g("Expansion");
121
+ }
122
+ get rowIslands() {
123
+ return this.s;
124
+ }
125
+ set rowIslands(a) {
126
+ this.s = a;
127
+ this.g("RowIslands");
128
+ }
129
+ get moving() {
130
+ return this.o;
131
+ }
132
+ set moving(a) {
133
+ this.o = a;
134
+ this.g("Moving");
135
+ }
136
+ get pivotConfiguration() {
137
+ return this.r;
138
+ }
139
+ set pivotConfiguration(a) {
140
+ this.r = a;
141
+ this.g("PivotConfiguration");
142
+ }
143
+ }
144
+ WebGridStateOptionsDescription.$t = markType(WebGridStateOptionsDescription, 'WebGridStateOptionsDescription', Description.$);
145
+ return WebGridStateOptionsDescription;
146
+ })();
@@ -0,0 +1,58 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { Base, String_$type, markType } from "./type";
8
+ import { Dictionary$2 } from "./Dictionary$2";
9
+ import { WebGridStateOptionsDescription } from "./WebGridStateOptionsDescription";
10
+ /**
11
+ * @hidden
12
+ */
13
+ export let WebGridStateOptionsDescriptionMetadata = /*@__PURE__*/ (() => {
14
+ class WebGridStateOptionsDescriptionMetadata extends Base {
15
+ static b(a) {
16
+ if (WebGridStateOptionsDescriptionMetadata.a == null) {
17
+ WebGridStateOptionsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
18
+ WebGridStateOptionsDescriptionMetadata.c(WebGridStateOptionsDescriptionMetadata.a);
19
+ }
20
+ if (a.k(WebGridStateOptionsDescriptionMetadata.a)) {
21
+ return;
22
+ }
23
+ a.ab(WebGridStateOptionsDescriptionMetadata.a);
24
+ }
25
+ static c(a) {
26
+ a.item("__qualifiedNameTS", "String:GridStateOptions");
27
+ a.item("__packageNameWC", "String:grids");
28
+ a.item("__skipModuleRegisterWebComponents", "Boolean");
29
+ a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
30
+ a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
31
+ a.item("__isPlainObject", "Boolean");
32
+ a.item("__skipSuffix", "Boolean");
33
+ a.item("Columns", "Boolean");
34
+ a.item("Filtering", "Boolean");
35
+ a.item("AdvancedFiltering", "Boolean");
36
+ a.item("Sorting", "Boolean");
37
+ a.item("GroupBy", "Boolean");
38
+ a.item("Paging", "Boolean");
39
+ a.item("CellSelection", "Boolean");
40
+ a.item("RowSelection", "Boolean");
41
+ a.item("ColumnSelection", "Boolean");
42
+ a.item("RowPinning", "Boolean");
43
+ a.item("PinningConfig", "Boolean");
44
+ a.item("Expansion", "Boolean");
45
+ a.item("RowIslands", "Boolean");
46
+ a.item("Moving", "Boolean");
47
+ a.item("PivotConfiguration", "Boolean");
48
+ }
49
+ static d(a) {
50
+ WebGridStateOptionsDescriptionMetadata.b(a);
51
+ a.ad("WebGridStateOptions", () => new WebGridStateOptionsDescription());
52
+ a.ac("WebGridStateOptions", WebGridStateOptionsDescriptionMetadata.a);
53
+ }
54
+ }
55
+ WebGridStateOptionsDescriptionMetadata.$t = markType(WebGridStateOptionsDescriptionMetadata, 'WebGridStateOptionsDescriptionMetadata');
56
+ WebGridStateOptionsDescriptionMetadata.a = null;
57
+ return WebGridStateOptionsDescriptionMetadata;
58
+ })();
@@ -0,0 +1,50 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { Description } from "./Description";
8
+ import { markType } from "./type";
9
+ /**
10
+ * @hidden
11
+ */
12
+ export let WebGroupingStateDescription = /*@__PURE__*/ (() => {
13
+ class WebGroupingStateDescription extends Description {
14
+ constructor() {
15
+ super();
16
+ this.i = null;
17
+ this.h = null;
18
+ this.l = false;
19
+ }
20
+ get_type() {
21
+ return "WebGroupingState";
22
+ }
23
+ get type() {
24
+ return this.get_type();
25
+ }
26
+ get expressions() {
27
+ return this.i;
28
+ }
29
+ set expressions(a) {
30
+ this.i = a;
31
+ this.g("Expressions");
32
+ }
33
+ get expansion() {
34
+ return this.h;
35
+ }
36
+ set expansion(a) {
37
+ this.h = a;
38
+ this.g("Expansion");
39
+ }
40
+ get defaultExpanded() {
41
+ return this.l;
42
+ }
43
+ set defaultExpanded(a) {
44
+ this.l = a;
45
+ this.g("DefaultExpanded");
46
+ }
47
+ }
48
+ WebGroupingStateDescription.$t = markType(WebGroupingStateDescription, 'WebGroupingStateDescription', Description.$);
49
+ return WebGroupingStateDescription;
50
+ })();
@@ -0,0 +1,50 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { Base, String_$type, markType } from "./type";
8
+ import { Dictionary$2 } from "./Dictionary$2";
9
+ import { WebGroupingExpressionDescriptionMetadata } from "./WebGroupingExpressionDescriptionMetadata";
10
+ import { WebGroupByExpandStateDescriptionMetadata } from "./WebGroupByExpandStateDescriptionMetadata";
11
+ import { WebGroupingStateDescription } from "./WebGroupingStateDescription";
12
+ /**
13
+ * @hidden
14
+ */
15
+ export let WebGroupingStateDescriptionMetadata = /*@__PURE__*/ (() => {
16
+ class WebGroupingStateDescriptionMetadata extends Base {
17
+ static b(a) {
18
+ if (WebGroupingStateDescriptionMetadata.a == null) {
19
+ WebGroupingStateDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
20
+ WebGroupingStateDescriptionMetadata.c(WebGroupingStateDescriptionMetadata.a);
21
+ }
22
+ if (a.k(WebGroupingStateDescriptionMetadata.a)) {
23
+ return;
24
+ }
25
+ a.ab(WebGroupingStateDescriptionMetadata.a);
26
+ WebGroupingExpressionDescriptionMetadata.d(a);
27
+ WebGroupByExpandStateDescriptionMetadata.d(a);
28
+ }
29
+ static c(a) {
30
+ a.item("__qualifiedNameTS", "String:GroupingState");
31
+ a.item("__packageNameWC", "String:grids");
32
+ a.item("__skipModuleRegisterWebComponents", "Boolean");
33
+ a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
34
+ a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
35
+ a.item("__isPlainObject", "Boolean");
36
+ a.item("__skipSuffix", "Boolean");
37
+ a.item("Expressions", "Array:WebGroupingExpressionDescription:GroupingExpression");
38
+ a.item("Expansion", "Array:WebGroupByExpandStateDescription:GroupByExpandState");
39
+ a.item("DefaultExpanded", "Boolean");
40
+ }
41
+ static d(a) {
42
+ WebGroupingStateDescriptionMetadata.b(a);
43
+ a.ad("WebGroupingState", () => new WebGroupingStateDescription());
44
+ a.ac("WebGroupingState", WebGroupingStateDescriptionMetadata.a);
45
+ }
46
+ }
47
+ WebGroupingStateDescriptionMetadata.$t = markType(WebGroupingStateDescriptionMetadata, 'WebGroupingStateDescriptionMetadata');
48
+ WebGroupingStateDescriptionMetadata.a = null;
49
+ return WebGroupingStateDescriptionMetadata;
50
+ })();
@@ -0,0 +1,42 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { Description } from "./Description";
8
+ import { markType } from "./type";
9
+ /**
10
+ * @hidden
11
+ */
12
+ export let WebPagingStateDescription = /*@__PURE__*/ (() => {
13
+ class WebPagingStateDescription extends Description {
14
+ constructor() {
15
+ super();
16
+ this.h = 0;
17
+ this.i = 0;
18
+ }
19
+ get_type() {
20
+ return "WebPagingState";
21
+ }
22
+ get type() {
23
+ return this.get_type();
24
+ }
25
+ get index() {
26
+ return this.h;
27
+ }
28
+ set index(a) {
29
+ this.h = a;
30
+ this.g("Index");
31
+ }
32
+ get recordsPerPage() {
33
+ return this.i;
34
+ }
35
+ set recordsPerPage(a) {
36
+ this.i = a;
37
+ this.g("RecordsPerPage");
38
+ }
39
+ }
40
+ WebPagingStateDescription.$t = markType(WebPagingStateDescription, 'WebPagingStateDescription', Description.$);
41
+ return WebPagingStateDescription;
42
+ })();
@@ -0,0 +1,45 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { Base, String_$type, markType } from "./type";
8
+ import { Dictionary$2 } from "./Dictionary$2";
9
+ import { WebPagingStateDescription } from "./WebPagingStateDescription";
10
+ /**
11
+ * @hidden
12
+ */
13
+ export let WebPagingStateDescriptionMetadata = /*@__PURE__*/ (() => {
14
+ class WebPagingStateDescriptionMetadata extends Base {
15
+ static b(a) {
16
+ if (WebPagingStateDescriptionMetadata.a == null) {
17
+ WebPagingStateDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
18
+ WebPagingStateDescriptionMetadata.c(WebPagingStateDescriptionMetadata.a);
19
+ }
20
+ if (a.k(WebPagingStateDescriptionMetadata.a)) {
21
+ return;
22
+ }
23
+ a.ab(WebPagingStateDescriptionMetadata.a);
24
+ }
25
+ static c(a) {
26
+ a.item("__qualifiedNameTS", "String:PagingState");
27
+ a.item("__packageNameWC", "String:grids");
28
+ a.item("__skipModuleRegisterWebComponents", "Boolean");
29
+ a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
30
+ a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
31
+ a.item("__isPlainObject", "Boolean");
32
+ a.item("__skipSuffix", "Boolean");
33
+ a.item("Index", "Number:double");
34
+ a.item("RecordsPerPage", "Number:double");
35
+ }
36
+ static d(a) {
37
+ WebPagingStateDescriptionMetadata.b(a);
38
+ a.ad("WebPagingState", () => new WebPagingStateDescription());
39
+ a.ac("WebPagingState", WebPagingStateDescriptionMetadata.a);
40
+ }
41
+ }
42
+ WebPagingStateDescriptionMetadata.$t = markType(WebPagingStateDescriptionMetadata, 'WebPagingStateDescriptionMetadata');
43
+ WebPagingStateDescriptionMetadata.a = null;
44
+ return WebPagingStateDescriptionMetadata;
45
+ })();