@bizdoc/core 3.3.15 → 3.3.17
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.
@@ -17,6 +17,7 @@ export declare class CubeFilterComponent implements OnInit, OnChanges, AfterView
|
|
17
17
|
exclude?: string[];
|
18
18
|
include?: string[];
|
19
19
|
axes: AxesMap;
|
20
|
+
autofocus?: boolean | undefined;
|
20
21
|
readonly axesChange: EventEmitter<AxesMap>;
|
21
22
|
form: FormGroup;
|
22
23
|
visibleAxes: CubeAxis[];
|
@@ -35,10 +36,11 @@ export declare class CubeFilterComponent implements OnInit, OnChanges, AfterView
|
|
35
36
|
focus(): void;
|
36
37
|
/** filter ctor */
|
37
38
|
constructor(_service: CubeService, _element: ElementRef<HTMLDivElement>, _cd: ChangeDetectorRef, _fb: FormBuilder, _session: SessionService);
|
39
|
+
/** */
|
38
40
|
ngAfterViewInit(): void;
|
39
41
|
displayValue(val: any): any;
|
40
42
|
change(axis: string, evt: MatAutocompleteSelectedEvent): void;
|
41
43
|
ngOnDestroy(): void;
|
42
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeFilterComponent, never>;
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CubeFilterComponent, "bizdoc-cube-filter", never, { "cube": { "alias": "cube"; "required": false; }; "exclude": { "alias": "exclude"; "required": false; }; "include": { "alias": "include"; "required": false; }; "axes": { "alias": "axes"; "required": false; }; }, { "axesChange": "axesChange"; }, never, never, false, never>;
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CubeFilterComponent, "bizdoc-cube-filter", never, { "cube": { "alias": "cube"; "required": false; }; "exclude": { "alias": "exclude"; "required": false; }; "include": { "alias": "include"; "required": false; }; "axes": { "alias": "axes"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; }, { "axesChange": "axesChange"; }, never, never, false, never>;
|
44
46
|
}
|
@@ -1,8 +1,9 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "@syncfusion/ej2-angular-grids";
|
3
|
+
import * as i2 from "@syncfusion/ej2-angular-calendars";
|
3
4
|
export declare class SyncfusionGridModule {
|
4
5
|
constructor();
|
5
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SyncfusionGridModule, never>;
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SyncfusionGridModule, never, [typeof i1.GridModule, typeof i1.PagerModule], [typeof i1.GridModule, typeof i1.PagerModule]>;
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SyncfusionGridModule, never, [typeof i1.GridModule, typeof i1.PagerModule, typeof i2.DateRangePickerModule, typeof i2.DatePickerModule], [typeof i1.GridModule, typeof i1.PagerModule, typeof i2.DateRangePickerModule, typeof i2.DatePickerModule]>;
|
7
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<SyncfusionGridModule>;
|
8
9
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@bizdoc/core",
|
3
|
-
"version": "3.3.
|
3
|
+
"version": "3.3.17",
|
4
4
|
"author": "Moding Ltd.",
|
5
5
|
"homepage": "https://github.com/moding-il/bizdoc.core",
|
6
6
|
"license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",
|
@@ -19,6 +19,7 @@
|
|
19
19
|
"@syncfusion/ej2-angular-barcode-generator": "28.2",
|
20
20
|
"@syncfusion/ej2-angular-grids": "28.2",
|
21
21
|
"@syncfusion/ej2-angular-inputs": "28.2",
|
22
|
+
"@syncfusion/ej2-angular-calendars": "28.2",
|
22
23
|
"@syncfusion/ej2-angular-kanban": "28.2",
|
23
24
|
"@syncfusion/ej2-angular-lineargauge": "28.2",
|
24
25
|
"@syncfusion/ej2-angular-pivotview": "28.2",
|