@syncfusion/ej2-angular-querybuilder 31.2.16 → 32.1.19-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-querybuilder.es5.js +277 -0
- package/@syncfusion/ej2-angular-querybuilder.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-querybuilder.js +249 -0
- package/@syncfusion/ej2-angular-querybuilder.js.map +1 -0
- package/README.md +2 -9
- package/dist/ej2-angular-querybuilder.umd.js +292 -0
- package/dist/ej2-angular-querybuilder.umd.js.map +1 -0
- package/dist/ej2-angular-querybuilder.umd.min.js +2 -0
- package/dist/ej2-angular-querybuilder.umd.min.js.map +1 -0
- package/ej2-angular-querybuilder.d.ts +5 -0
- package/ej2-angular-querybuilder.metadata.json +1 -0
- package/license +10 -0
- package/package.json +48 -30
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +4 -4
- package/src/query-builder/columns.directive.d.ts +0 -5
- package/src/query-builder/querybuilder-all.module.d.ts +0 -6
- package/src/query-builder/querybuilder.component.d.ts +0 -4
- package/src/query-builder/querybuilder.module.d.ts +0 -7
- package/CHANGELOG.md +0 -831
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/index.mjs +0 -6
- package/esm2020/src/query-builder/columns.directive.mjs +0 -72
- package/esm2020/src/query-builder/querybuilder-all.module.mjs +0 -29
- package/esm2020/src/query-builder/querybuilder.component.mjs +0 -78
- package/esm2020/src/query-builder/querybuilder.module.mjs +0 -34
- package/esm2020/syncfusion-ej2-angular-querybuilder.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-querybuilder.mjs +0 -204
- package/fesm2015/syncfusion-ej2-angular-querybuilder.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-querybuilder.mjs +0 -204
- package/fesm2020/syncfusion-ej2-angular-querybuilder.mjs.map +0 -1
- package/syncfusion-ej2-angular-querybuilder.d.ts +0 -5
|
@@ -2,7 +2,6 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@a
|
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { QueryBuilder } from '@syncfusion/ej2-querybuilder';
|
|
4
4
|
import { ColumnsDirective } from './columns.directive';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
5
|
export declare const inputs: string[];
|
|
7
6
|
export declare const outputs: string[];
|
|
8
7
|
export declare const twoWays: string[];
|
|
@@ -24,7 +23,6 @@ export declare class QueryBuilderComponent extends QueryBuilder implements IComp
|
|
|
24
23
|
change: any;
|
|
25
24
|
created: any;
|
|
26
25
|
dataBound: any;
|
|
27
|
-
destroyed: any;
|
|
28
26
|
ruleChange: any;
|
|
29
27
|
drag: any;
|
|
30
28
|
dragStart: any;
|
|
@@ -44,6 +42,4 @@ export declare class QueryBuilderComponent extends QueryBuilder implements IComp
|
|
|
44
42
|
ngAfterContentChecked(): void;
|
|
45
43
|
registerEvents: (eventList: string[]) => void;
|
|
46
44
|
addTwoWay: (propList: string[]) => void;
|
|
47
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QueryBuilderComponent, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QueryBuilderComponent, "ejs-querybuilder", never, { "addRuleToNewGroups": "addRuleToNewGroups"; "allowDragAndDrop": "allowDragAndDrop"; "allowValidation": "allowValidation"; "autoSelectField": "autoSelectField"; "autoSelectOperator": "autoSelectOperator"; "columns": "columns"; "cssClass": "cssClass"; "dataSource": "dataSource"; "displayMode": "displayMode"; "enableNotCondition": "enableNotCondition"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableSeparateConnector": "enableSeparateConnector"; "fieldMode": "fieldMode"; "fieldModel": "fieldModel"; "headerTemplate": "headerTemplate"; "height": "height"; "immediateModeDelay": "immediateModeDelay"; "locale": "locale"; "matchCase": "matchCase"; "maxGroupCount": "maxGroupCount"; "operatorModel": "operatorModel"; "readonly": "readonly"; "rule": "rule"; "separator": "separator"; "showButtons": "showButtons"; "sortDirection": "sortDirection"; "summaryView": "summaryView"; "valueModel": "valueModel"; "width": "width"; }, { "actionBegin": "actionBegin"; "beforeChange": "beforeChange"; "change": "change"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "ruleChange": "ruleChange"; "drag": "drag"; "dragStart": "dragStart"; "drop": "drop"; }, ["headerTemplate", "childColumns"], never>;
|
|
49
45
|
}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./querybuilder.component";
|
|
3
|
-
import * as i2 from "./columns.directive";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
1
|
/**
|
|
6
2
|
* NgModule definition for the QueryBuilder component.
|
|
7
3
|
*/
|
|
8
4
|
export declare class QueryBuilderModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QueryBuilderModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<QueryBuilderModule, [typeof i1.QueryBuilderComponent, typeof i2.ColumnDirective, typeof i2.ColumnsDirective], [typeof i3.CommonModule], [typeof i1.QueryBuilderComponent, typeof i2.ColumnDirective, typeof i2.ColumnsDirective]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<QueryBuilderModule>;
|
|
12
5
|
}
|