@syncfusion/ej2-angular-querybuilder 32.1.19-ngcc → 32.1.19

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 (93) hide show
  1. package/CHANGELOG.md +781 -0
  2. package/README.md +9 -2
  3. package/esm2020/public_api.mjs +2 -0
  4. package/esm2020/src/index.mjs +6 -0
  5. package/esm2020/src/query-builder/columns.directive.mjs +72 -0
  6. package/esm2020/src/query-builder/querybuilder-all.module.mjs +29 -0
  7. package/esm2020/src/query-builder/querybuilder.component.mjs +78 -0
  8. package/esm2020/src/query-builder/querybuilder.module.mjs +34 -0
  9. package/esm2020/syncfusion-ej2-angular-querybuilder.mjs +5 -0
  10. package/fesm2015/syncfusion-ej2-angular-querybuilder.mjs +204 -0
  11. package/fesm2015/syncfusion-ej2-angular-querybuilder.mjs.map +1 -0
  12. package/fesm2020/syncfusion-ej2-angular-querybuilder.mjs +204 -0
  13. package/fesm2020/syncfusion-ej2-angular-querybuilder.mjs.map +1 -0
  14. package/package.json +28 -46
  15. package/src/query-builder/columns.directive.d.ts +5 -0
  16. package/src/query-builder/querybuilder-all.module.d.ts +6 -0
  17. package/src/query-builder/querybuilder.component.d.ts +4 -0
  18. package/src/query-builder/querybuilder.module.d.ts +7 -0
  19. package/styles/bds-lite.scss +1 -1
  20. package/styles/bds.scss +1 -1
  21. package/styles/bootstrap-dark-lite.scss +1 -1
  22. package/styles/bootstrap-dark.scss +1 -1
  23. package/styles/bootstrap-lite.scss +1 -1
  24. package/styles/bootstrap.scss +1 -1
  25. package/styles/bootstrap4-lite.scss +1 -1
  26. package/styles/bootstrap4.scss +1 -1
  27. package/styles/bootstrap5-dark-lite.scss +1 -1
  28. package/styles/bootstrap5-dark.scss +1 -1
  29. package/styles/bootstrap5-lite.scss +1 -1
  30. package/styles/bootstrap5.3-lite.scss +1 -1
  31. package/styles/bootstrap5.3.scss +1 -1
  32. package/styles/bootstrap5.scss +1 -1
  33. package/styles/fabric-dark-lite.scss +1 -1
  34. package/styles/fabric-dark.scss +1 -1
  35. package/styles/fabric-lite.scss +1 -1
  36. package/styles/fabric.scss +1 -1
  37. package/styles/fluent-dark-lite.scss +1 -1
  38. package/styles/fluent-dark.scss +1 -1
  39. package/styles/fluent-lite.scss +1 -1
  40. package/styles/fluent.scss +1 -1
  41. package/styles/fluent2-lite.scss +1 -1
  42. package/styles/fluent2.scss +1 -1
  43. package/styles/highcontrast-light-lite.scss +1 -1
  44. package/styles/highcontrast-light.scss +1 -1
  45. package/styles/highcontrast-lite.scss +1 -1
  46. package/styles/highcontrast.scss +1 -1
  47. package/styles/material-dark-lite.scss +1 -1
  48. package/styles/material-dark.scss +1 -1
  49. package/styles/material-lite.scss +1 -1
  50. package/styles/material.scss +1 -1
  51. package/styles/material3-dark-lite.scss +1 -1
  52. package/styles/material3-dark.scss +1 -2
  53. package/styles/material3-lite.scss +1 -1
  54. package/styles/material3.scss +1 -2
  55. package/styles/query-builder/bds.scss +1 -1
  56. package/styles/query-builder/bootstrap-dark.scss +1 -1
  57. package/styles/query-builder/bootstrap.scss +1 -1
  58. package/styles/query-builder/bootstrap4.scss +1 -1
  59. package/styles/query-builder/bootstrap5-dark.scss +1 -1
  60. package/styles/query-builder/bootstrap5.3.scss +1 -1
  61. package/styles/query-builder/bootstrap5.scss +1 -1
  62. package/styles/query-builder/fabric-dark.scss +1 -1
  63. package/styles/query-builder/fabric.scss +1 -1
  64. package/styles/query-builder/fluent-dark.scss +1 -1
  65. package/styles/query-builder/fluent.scss +1 -1
  66. package/styles/query-builder/fluent2.scss +1 -1
  67. package/styles/query-builder/highcontrast-light.scss +1 -1
  68. package/styles/query-builder/highcontrast.scss +1 -1
  69. package/styles/query-builder/material-dark.scss +1 -1
  70. package/styles/query-builder/material.scss +1 -1
  71. package/styles/query-builder/material3-dark.scss +1 -2
  72. package/styles/query-builder/material3.scss +1 -2
  73. package/styles/query-builder/tailwind-dark.scss +1 -1
  74. package/styles/query-builder/tailwind.scss +1 -1
  75. package/styles/query-builder/tailwind3.scss +1 -1
  76. package/styles/tailwind-dark-lite.scss +1 -1
  77. package/styles/tailwind-dark.scss +1 -1
  78. package/styles/tailwind-lite.scss +1 -1
  79. package/styles/tailwind.scss +1 -1
  80. package/styles/tailwind3-lite.scss +1 -1
  81. package/styles/tailwind3.scss +1 -1
  82. package/syncfusion-ej2-angular-querybuilder.d.ts +5 -0
  83. package/@syncfusion/ej2-angular-querybuilder.es5.js +0 -277
  84. package/@syncfusion/ej2-angular-querybuilder.es5.js.map +0 -1
  85. package/@syncfusion/ej2-angular-querybuilder.js +0 -249
  86. package/@syncfusion/ej2-angular-querybuilder.js.map +0 -1
  87. package/dist/ej2-angular-querybuilder.umd.js +0 -292
  88. package/dist/ej2-angular-querybuilder.umd.js.map +0 -1
  89. package/dist/ej2-angular-querybuilder.umd.min.js +0 -2
  90. package/dist/ej2-angular-querybuilder.umd.min.js.map +0 -1
  91. package/ej2-angular-querybuilder.d.ts +0 -5
  92. package/ej2-angular-querybuilder.metadata.json +0 -1
  93. package/license +0 -10
@@ -1 +1 @@
1
- @import 'ej2-querybuilder/styles/query-builder/fabric-dark.scss';
1
+ @use 'ej2-querybuilder/styles/query-builder/fabric-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-querybuilder/styles/query-builder/fabric.scss';
1
+ @use 'ej2-querybuilder/styles/query-builder/fabric' as *;
@@ -1 +1 @@
1
- @import 'ej2-querybuilder/styles/query-builder/fluent-dark.scss';
1
+ @use 'ej2-querybuilder/styles/query-builder/fluent-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-querybuilder/styles/query-builder/fluent.scss';
1
+ @use 'ej2-querybuilder/styles/query-builder/fluent' as *;
@@ -1 +1 @@
1
- @import 'ej2-querybuilder/styles/query-builder/fluent2.scss';
1
+ @use 'ej2-querybuilder/styles/query-builder/fluent2' as *;
@@ -1 +1 @@
1
- @import 'ej2-querybuilder/styles/query-builder/highcontrast-light.scss';
1
+ @use 'ej2-querybuilder/styles/query-builder/highcontrast-light' as *;
@@ -1 +1 @@
1
- @import 'ej2-querybuilder/styles/query-builder/highcontrast.scss';
1
+ @use 'ej2-querybuilder/styles/query-builder/highcontrast' as *;
@@ -1 +1 @@
1
- @import 'ej2-querybuilder/styles/query-builder/material-dark.scss';
1
+ @use 'ej2-querybuilder/styles/query-builder/material-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-querybuilder/styles/query-builder/material.scss';
1
+ @use 'ej2-querybuilder/styles/query-builder/material' as *;
@@ -1,2 +1 @@
1
-
2
- @import 'ej2-querybuilder/styles/query-builder/material3-dark.scss';
1
+ @use 'ej2-querybuilder/styles/query-builder/material3-dark' as *;
@@ -1,2 +1 @@
1
-
2
- @import 'ej2-querybuilder/styles/query-builder/material3.scss';
1
+ @use 'ej2-querybuilder/styles/query-builder/material3' as *;
@@ -1 +1 @@
1
- @import 'ej2-querybuilder/styles/query-builder/tailwind-dark.scss';
1
+ @use 'ej2-querybuilder/styles/query-builder/tailwind-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-querybuilder/styles/query-builder/tailwind.scss';
1
+ @use 'ej2-querybuilder/styles/query-builder/tailwind' as *;
@@ -1 +1 @@
1
- @import 'ej2-querybuilder/styles/query-builder/tailwind3.scss';
1
+ @use 'ej2-querybuilder/styles/query-builder/tailwind3' as *;
@@ -1 +1 @@
1
- @import 'ej2-querybuilder/styles/tailwind-dark-lite.scss';
1
+ @use 'ej2-querybuilder/tailwind-dark-lite' as *;
@@ -1 +1 @@
1
- @import 'query-builder/tailwind-dark.scss';
1
+ @use 'query-builder/tailwind-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-querybuilder/styles/tailwind-lite.scss';
1
+ @use 'ej2-querybuilder/tailwind-lite' as *;
@@ -1 +1 @@
1
- @import 'query-builder/tailwind.scss';
1
+ @use 'query-builder/tailwind' as *;
@@ -1 +1 @@
1
- @import 'ej2-querybuilder/styles/tailwind3-lite.scss';
1
+ @use 'ej2-querybuilder/tailwind3-lite' as *;
@@ -1 +1 @@
1
- @import 'query-builder/tailwind3.scss';
1
+ @use 'query-builder/tailwind3' as *;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@syncfusion/ej2-angular-querybuilder" />
5
+ export * from './public_api';
@@ -1,277 +0,0 @@
1
- var __extends = (this && this.__extends) || (function () {
2
- var extendStatics = Object.setPrototypeOf ||
3
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
4
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
5
- return function (d, b) {
6
- extendStatics(d, b);
7
- function __() { this.constructor = d; }
8
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
9
- };
10
- })();
11
- import { ChangeDetectionStrategy, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
12
- import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, Template, setValue } from '@syncfusion/ej2-angular-base';
13
- import { QueryBuilder, QueryLibrary } from '@syncfusion/ej2-querybuilder';
14
- import { CommonModule } from '@angular/common';
15
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
16
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
17
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
18
- r = Reflect.decorate(decorators, target, key, desc);
19
- else
20
- for (var i = decorators.length - 1; i >= 0; i--)
21
- if (d = decorators[i])
22
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
23
- return c > 3 && r && Object.defineProperty(target, key, r), r;
24
- };
25
- var __metadata = (this && this.__metadata) || function (k, v) {
26
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
27
- return Reflect.metadata(k, v);
28
- };
29
- var input = ['category', 'columns', 'field', 'format', 'label', 'operators', 'ruleTemplate', 'step', 'template', 'type', 'validation', 'value', 'values'];
30
- var outputs = [];
31
- /**
32
- * `e-column` directive represent a column of the Angular QueryBuilder.
33
- * It must be contained in a QueryBuilder component(`ejs-querybuilder`).
34
- * ```html
35
- * <ejs-querybuilder [dataSource]='data'>
36
- * <e-columns>
37
- * <e-column field='ID' label='ID' type='number'></e-column>
38
- * <e-column field='Date' label='Date' type='date' format='dd/MM/yyyy'></e-column>
39
- * </e-columns>
40
- * </ejs-querybuilder>
41
- * ```
42
- */
43
- var ColumnDirective = /** @class */ (function (_super) {
44
- __extends(ColumnDirective, _super);
45
- /**
46
- * @param {?} viewContainerRef
47
- */
48
- function ColumnDirective(viewContainerRef) {
49
- var _this = _super.call(this) || this;
50
- _this.viewContainerRef = viewContainerRef;
51
- setValue('currentInstance', _this, _this.viewContainerRef);
52
- _this.registerEvents(outputs);
53
- _this.directivePropList = input;
54
- return _this;
55
- }
56
- return ColumnDirective;
57
- }(ComplexBase));
58
- ColumnDirective.decorators = [
59
- { type: Directive, args: [{
60
- selector: 'ejs-querybuilder>e-columns>e-column',
61
- inputs: input,
62
- outputs: outputs,
63
- queries: {}
64
- },] },
65
- ];
66
- /**
67
- * @nocollapse
68
- */
69
- ColumnDirective.ctorParameters = function () { return [
70
- { type: ViewContainerRef, },
71
- ]; };
72
- ColumnDirective.propDecorators = {
73
- 'ruleTemplate': [{ type: ContentChild, args: ['ruleTemplate',] },],
74
- 'template': [{ type: ContentChild, args: ['template',] },],
75
- };
76
- __decorate([
77
- Template(),
78
- __metadata("design:type", Object)
79
- ], ColumnDirective.prototype, "ruleTemplate", void 0);
80
- __decorate([
81
- Template(),
82
- __metadata("design:type", Object)
83
- ], ColumnDirective.prototype, "template", void 0);
84
- /**
85
- * Column Array Directive
86
- */
87
- var ColumnsDirective = /** @class */ (function (_super) {
88
- __extends(ColumnsDirective, _super);
89
- function ColumnsDirective() {
90
- return _super.call(this, 'columns') || this;
91
- }
92
- return ColumnsDirective;
93
- }(ArrayBase));
94
- ColumnsDirective.decorators = [
95
- { type: Directive, args: [{
96
- selector: 'ejs-querybuilder>e-columns',
97
- queries: {
98
- children: new ContentChildren(ColumnDirective)
99
- },
100
- },] },
101
- ];
102
- /**
103
- * @nocollapse
104
- */
105
- ColumnsDirective.ctorParameters = function () { return []; };
106
- var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
107
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
108
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
109
- r = Reflect.decorate(decorators, target, key, desc);
110
- else
111
- for (var i = decorators.length - 1; i >= 0; i--)
112
- if (d = decorators[i])
113
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
114
- return c > 3 && r && Object.defineProperty(target, key, r), r;
115
- };
116
- var __metadata$1 = (this && this.__metadata) || function (k, v) {
117
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
118
- return Reflect.metadata(k, v);
119
- };
120
- var inputs = ['addRuleToNewGroups', 'allowDragAndDrop', 'allowValidation', 'autoSelectField', 'autoSelectOperator', 'columns', 'cssClass', 'dataSource', 'displayMode', 'enableNotCondition', 'enablePersistence', 'enableRtl', 'enableSeparateConnector', 'fieldMode', 'fieldModel', 'headerTemplate', 'height', 'immediateModeDelay', 'locale', 'matchCase', 'maxGroupCount', 'operatorModel', 'readonly', 'rule', 'separator', 'showButtons', 'sortDirection', 'summaryView', 'valueModel', 'width'];
121
- var outputs$1 = ['actionBegin', 'beforeChange', 'change', 'created', 'dataBound', 'ruleChange', 'drag', 'dragStart', 'drop'];
122
- var twoWays = [''];
123
- /**
124
- * Represents the EJ2 Angular QueryBuilder Component.
125
- * ```html
126
- * <ejs-querybuilder></ejs-querybuilder>
127
- * ```
128
- */
129
- var QueryBuilderComponent = /** @class */ (function (_super) {
130
- __extends(QueryBuilderComponent, _super);
131
- /**
132
- * @param {?} ngEle
133
- * @param {?} srenderer
134
- * @param {?} viewContainerRef
135
- * @param {?} injector
136
- */
137
- function QueryBuilderComponent(ngEle, srenderer, viewContainerRef, injector) {
138
- var _this = _super.call(this) || this;
139
- _this.ngEle = ngEle;
140
- _this.srenderer = srenderer;
141
- _this.viewContainerRef = viewContainerRef;
142
- _this.injector = injector;
143
- _this.tags = ['columns'];
144
- _this.element = _this.ngEle.nativeElement;
145
- _this.injectedModules = _this.injectedModules || [];
146
- try {
147
- var mod = _this.injector.get('QueryBuilderQueryLibrary');
148
- if (_this.injectedModules.indexOf(mod) === -1) {
149
- _this.injectedModules.push(mod);
150
- }
151
- }
152
- catch (_a) { }
153
- _this.registerEvents(outputs$1);
154
- _this.addTwoWay.call(_this, twoWays);
155
- setValue('currentInstance', _this, _this.viewContainerRef);
156
- _this.context = new ComponentBase();
157
- return _this;
158
- }
159
- /**
160
- * @return {?}
161
- */
162
- QueryBuilderComponent.prototype.ngOnInit = function () {
163
- this.context.ngOnInit(this);
164
- };
165
- /**
166
- * @return {?}
167
- */
168
- QueryBuilderComponent.prototype.ngAfterViewInit = function () {
169
- this.context.ngAfterViewInit(this);
170
- };
171
- /**
172
- * @return {?}
173
- */
174
- QueryBuilderComponent.prototype.ngOnDestroy = function () {
175
- this.context.ngOnDestroy(this);
176
- };
177
- /**
178
- * @return {?}
179
- */
180
- QueryBuilderComponent.prototype.ngAfterContentChecked = function () {
181
- this.tagObjects[0].instance = this.childColumns;
182
- this.context.ngAfterContentChecked(this);
183
- };
184
- return QueryBuilderComponent;
185
- }(QueryBuilder));
186
- QueryBuilderComponent.decorators = [
187
- { type: Component, args: [{
188
- selector: 'ejs-querybuilder',
189
- inputs: inputs,
190
- outputs: outputs$1,
191
- template: '',
192
- changeDetection: ChangeDetectionStrategy.OnPush,
193
- queries: {
194
- childColumns: new ContentChild(ColumnsDirective)
195
- }
196
- },] },
197
- ];
198
- /**
199
- * @nocollapse
200
- */
201
- QueryBuilderComponent.ctorParameters = function () { return [
202
- { type: ElementRef, },
203
- { type: Renderer2, },
204
- { type: ViewContainerRef, },
205
- { type: Injector, },
206
- ]; };
207
- QueryBuilderComponent.propDecorators = {
208
- 'headerTemplate': [{ type: ContentChild, args: ['headerTemplate',] },],
209
- };
210
- __decorate$1([
211
- Template(),
212
- __metadata$1("design:type", Object)
213
- ], QueryBuilderComponent.prototype, "headerTemplate", void 0);
214
- QueryBuilderComponent = __decorate$1([
215
- ComponentMixins([ComponentBase]),
216
- __metadata$1("design:paramtypes", [ElementRef,
217
- Renderer2,
218
- ViewContainerRef,
219
- Injector])
220
- ], QueryBuilderComponent);
221
- /**
222
- * NgModule definition for the QueryBuilder component.
223
- */
224
- var QueryBuilderModule = /** @class */ (function () {
225
- function QueryBuilderModule() {
226
- }
227
- return QueryBuilderModule;
228
- }());
229
- QueryBuilderModule.decorators = [
230
- { type: NgModule, args: [{
231
- imports: [CommonModule],
232
- declarations: [
233
- QueryBuilderComponent,
234
- ColumnDirective,
235
- ColumnsDirective
236
- ],
237
- exports: [
238
- QueryBuilderComponent,
239
- ColumnDirective,
240
- ColumnsDirective
241
- ]
242
- },] },
243
- ];
244
- /**
245
- * @nocollapse
246
- */
247
- QueryBuilderModule.ctorParameters = function () { return []; };
248
- var QueryLibraryService = { provide: 'QueryBuilderQueryLibrary', useValue: QueryLibrary };
249
- /**
250
- * NgModule definition for the QueryBuilder component with providers.
251
- */
252
- var QueryBuilderAllModule = /** @class */ (function () {
253
- function QueryBuilderAllModule() {
254
- }
255
- return QueryBuilderAllModule;
256
- }());
257
- QueryBuilderAllModule.decorators = [
258
- { type: NgModule, args: [{
259
- imports: [CommonModule, QueryBuilderModule],
260
- exports: [
261
- QueryBuilderModule
262
- ],
263
- providers: [
264
- QueryLibraryService
265
- ]
266
- },] },
267
- ];
268
- /**
269
- * @nocollapse
270
- */
271
- QueryBuilderAllModule.ctorParameters = function () { return []; };
272
- /**
273
- * Generated bundle index. Do not edit.
274
- */
275
- export { ColumnDirective, ColumnsDirective, QueryBuilderComponent, QueryBuilderModule, QueryBuilderAllModule, QueryLibraryService, inputs as ɵa, outputs$1 as ɵb };
276
- export { Columns, Rule, Value, ShowButtons, QueryBuilder, QueryLibrary } from '@syncfusion/ej2-querybuilder';
277
- //# sourceMappingURL=ej2-angular-querybuilder.es5.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ej2-angular-querybuilder.es5.js","sources":["~/@syncfusion/ej2-angular-querybuilder/ej2-angular-querybuilder.ts","~/@syncfusion/ej2-angular-querybuilder/src/query-builder/querybuilder-all.module.ts","~/@syncfusion/ej2-angular-querybuilder/src/query-builder/querybuilder.module.ts","~/@syncfusion/ej2-angular-querybuilder/src/query-builder/querybuilder.component.ts","~/@syncfusion/ej2-angular-querybuilder/src/query-builder/columns.directive.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {ColumnDirective,ColumnsDirective,QueryBuilderComponent,QueryBuilderModule,QueryBuilderAllModule,QueryLibraryService,Columns,Rule,Value,ShowButtons,FormatObject,FieldMode,DisplayMode,SortDirection,QueryBuilder,Level,TemplateColumn,Validation,ChangeEventArgs,RuleChangeEventArgs,ActionEventArgs,ParameterizedSql,ParameterizedNamedSql,DragEventArgs,DropEventArgs,ColumnsModel,RuleModel,ValueModel,ShowButtonsModel,QueryBuilderModel,QueryLibrary} from './public_api';\n\nexport {inputs as ɵa,outputs as ɵb} from './src/query-builder/querybuilder.component';","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ColumnDirective, ColumnsDirective } from './columns.directive';\nimport { QueryBuilderComponent } from './querybuilder.component';\nimport { QueryBuilderModule } from './querybuilder.module';\nimport {QueryLibrary} from '@syncfusion/ej2-querybuilder';\n\n\nexport const /** @type {?} */ QueryLibraryService: ValueProvider = { provide: 'QueryBuilderQueryLibrary', useValue: QueryLibrary};\n/**\n * NgModule definition for the QueryBuilder component with providers.\n */\nexport class QueryBuilderAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, QueryBuilderModule],\n exports: [\n QueryBuilderModule\n ],\n providers:[\n QueryLibraryService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction QueryBuilderAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nQueryBuilderAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nQueryBuilderAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ColumnDirective, ColumnsDirective } from './columns.directive';\nimport { QueryBuilderComponent } from './querybuilder.component';\n/**\n * NgModule definition for the QueryBuilder component.\n */\nexport class QueryBuilderModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n QueryBuilderComponent,\n ColumnDirective,\n ColumnsDirective\n ],\n exports: [\n QueryBuilderComponent,\n ColumnDirective,\n ColumnsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction QueryBuilderModule_tsickle_Closure_declarations() {\n/** @type {?} */\nQueryBuilderModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nQueryBuilderModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { QueryBuilder } from '@syncfusion/ej2-querybuilder';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { ColumnsDirective } from './columns.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['addRuleToNewGroups','allowDragAndDrop','allowValidation','autoSelectField','autoSelectOperator','columns','cssClass','dataSource','displayMode','enableNotCondition','enablePersistence','enableRtl','enableSeparateConnector','fieldMode','fieldModel','headerTemplate','height','immediateModeDelay','locale','matchCase','maxGroupCount','operatorModel','readonly','rule','separator','showButtons','sortDirection','summaryView','valueModel','width'];\nexport const /** @type {?} */ outputs: string[] = ['actionBegin','beforeChange','change','created','dataBound','ruleChange','drag','dragStart','drop'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * Represents the EJ2 Angular QueryBuilder Component.\n * ```html\n * <ejs-querybuilder></ejs-querybuilder>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class QueryBuilderComponent extends QueryBuilder implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tactionBegin: any;\n\tbeforeChange: any;\n\tchange: any;\n\tcreated: any;\n\tdataBound: any;\n\truleChange: any;\n\tdrag: any;\n\tdragStart: any;\npublic drop: any;\npublic childColumns: QueryList<ColumnsDirective>;\npublic tags: string[] = ['columns'];\n/**\n * Specifies the template for the header with any other widgets.\n * \\@default null\n * \\@asptype string\n */\n@Template()\n public headerTemplate: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('QueryBuilderQueryLibrary');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childColumns;\n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-querybuilder',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childColumns: new ContentChild(ColumnsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'headerTemplate': [{ type: ContentChild, args: ['headerTemplate', ] },],\n};\n}\n\nfunction QueryBuilderComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nQueryBuilderComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nQueryBuilderComponent.ctorParameters;\n/** @type {?} */\nQueryBuilderComponent.propDecorators;\n/** @type {?} */\nQueryBuilderComponent.prototype.context;\n/** @type {?} */\nQueryBuilderComponent.prototype.tagObjects;\n/** @type {?} */\nQueryBuilderComponent.prototype.actionBegin;\n/** @type {?} */\nQueryBuilderComponent.prototype.beforeChange;\n/** @type {?} */\nQueryBuilderComponent.prototype.change;\n/** @type {?} */\nQueryBuilderComponent.prototype.created;\n/** @type {?} */\nQueryBuilderComponent.prototype.dataBound;\n/** @type {?} */\nQueryBuilderComponent.prototype.ruleChange;\n/** @type {?} */\nQueryBuilderComponent.prototype.drag;\n/** @type {?} */\nQueryBuilderComponent.prototype.dragStart;\n/** @type {?} */\nQueryBuilderComponent.prototype.drop;\n/** @type {?} */\nQueryBuilderComponent.prototype.childColumns;\n/** @type {?} */\nQueryBuilderComponent.prototype.tags;\n/**\n * Specifies the template for the header with any other widgets.\n * \\@default null\n * \\@asptype string\n * @type {?}\n */\nQueryBuilderComponent.prototype.headerTemplate;\n/** @type {?} */\nQueryBuilderComponent.prototype.registerEvents;\n/** @type {?} */\nQueryBuilderComponent.prototype.addTwoWay;\n/** @type {?} */\nQueryBuilderComponent.prototype.ngEle;\n/** @type {?} */\nQueryBuilderComponent.prototype.srenderer;\n/** @type {?} */\nQueryBuilderComponent.prototype.viewContainerRef;\n/** @type {?} */\nQueryBuilderComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['category', 'columns', 'field', 'format', 'label', 'operators', 'ruleTemplate', 'step', 'template', 'type', 'validation', 'value', 'values'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-column` directive represent a column of the Angular QueryBuilder. \n * It must be contained in a QueryBuilder component(`ejs-querybuilder`). \n * ```html\n * <ejs-querybuilder [dataSource]='data'> \n * <e-columns>\n * <e-column field='ID' label='ID' type='number'></e-column>\n * <e-column field='Date' label='Date' type='date' format='dd/MM/yyyy'></e-column>\n * </e-columns>\n * </ejs-querybuilder>\n * ```\n */\nexport class ColumnDirective extends ComplexBase<ColumnDirective> {\npublic directivePropList: any;\n/**\n * Specifies the types in columns field.\n * \\@default null\n */\npublic type: any;\n/**\n * Specifies the category for columns.\n * \\@default null\n */\npublic category: any;\n/**\n * Specifies the sub fields in columns.\n * \\@default null\n */\npublic columns: any;\n/**\n * Specifies the fields in columns.\n * \\@default null\n */\npublic field: any;\n/**\n * Specifies the date format for columns.\n * \\@asptype string\n * \\@blazortype string\n * \\@default null\n */\npublic format: any;\n/**\n * Specifies the labels name in columns.\n * \\@default null\n */\npublic label: any;\n/**\n * Specifies the operators in columns.\n * \\@default null\n */\npublic operators: any;\n/**\n * Specifies the step value(numeric textbox) for columns.\n * \\@default null\n */\npublic step: any;\n/**\n * Specifies the validation for columns (text, number and date).\n * \\@default { isRequired: true , min: 0, max: Number.MAX_VALUE }\n */\npublic validation: any;\n/**\n * Specifies the default value for columns.\n * \\@default null\n */\npublic value: any;\n/**\n * Specifies the values in columns or bind the values from sub controls.\n * \\@default null\n */\npublic values: any;\n/**\n * Specifies the rule template for the field with any other widgets.\n * \\@default null\n * \\@asptype string\n */\n@Template()\n public ruleTemplate: any;\n/**\n * Specifies the template for value field such as slider or any other widgets.\n * \\@default null\n */\n@Template()\n public template: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-querybuilder>e-columns>e-column',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'ruleTemplate': [{ type: ContentChild, args: ['ruleTemplate', ] },],\n'template': [{ type: ContentChild, args: ['template', ] },],\n};\n}\n\nfunction ColumnDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nColumnDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nColumnDirective.ctorParameters;\n/** @type {?} */\nColumnDirective.propDecorators;\n/** @type {?} */\nColumnDirective.prototype.directivePropList;\n/**\n * Specifies the types in columns field.\n * \\@default null\n * @type {?}\n */\nColumnDirective.prototype.type;\n/**\n * Specifies the category for columns.\n * \\@default null\n * @type {?}\n */\nColumnDirective.prototype.category;\n/**\n * Specifies the sub fields in columns.\n * \\@default null\n * @type {?}\n */\nColumnDirective.prototype.columns;\n/**\n * Specifies the fields in columns.\n * \\@default null\n * @type {?}\n */\nColumnDirective.prototype.field;\n/**\n * Specifies the date format for columns.\n * \\@asptype string\n * \\@blazortype string\n * \\@default null\n * @type {?}\n */\nColumnDirective.prototype.format;\n/**\n * Specifies the labels name in columns.\n * \\@default null\n * @type {?}\n */\nColumnDirective.prototype.label;\n/**\n * Specifies the operators in columns.\n * \\@default null\n * @type {?}\n */\nColumnDirective.prototype.operators;\n/**\n * Specifies the step value(numeric textbox) for columns.\n * \\@default null\n * @type {?}\n */\nColumnDirective.prototype.step;\n/**\n * Specifies the validation for columns (text, number and date).\n * \\@default { isRequired: true , min: 0, max: Number.MAX_VALUE }\n * @type {?}\n */\nColumnDirective.prototype.validation;\n/**\n * Specifies the default value for columns.\n * \\@default null\n * @type {?}\n */\nColumnDirective.prototype.value;\n/**\n * Specifies the values in columns or bind the values from sub controls.\n * \\@default null\n * @type {?}\n */\nColumnDirective.prototype.values;\n/**\n * Specifies the rule template for the field with any other widgets.\n * \\@default null\n * \\@asptype string\n * @type {?}\n */\nColumnDirective.prototype.ruleTemplate;\n/**\n * Specifies the template for value field such as slider or any other widgets.\n * \\@default null\n * @type {?}\n */\nColumnDirective.prototype.template;\n/** @type {?} */\nColumnDirective.prototype.viewContainerRef;\n}\n\n/**\n * Column Array Directive\n */\nexport class ColumnsDirective extends ArrayBase<ColumnsDirective> {\nconstructor() {\n super('columns');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-querybuilder>e-columns',\n queries: {\n children: new ContentChildren(ColumnDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ColumnsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nColumnsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nColumnsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["__metadata","__decorate","outputs"],"mappings":"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"}