jqwidgets-ng 17.1.0 → 17.1.1

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.
@@ -46,6 +46,10 @@ export class jqxGanttComponent {
46
46
  }
47
47
  }
48
48
  ;
49
+ ngAfterViewInit() {
50
+ window['JQX'].Render();
51
+ }
52
+ ;
49
53
  ngOnChanges(changes) {
50
54
  if (this.host) {
51
55
  for (let i = 0; i < this.properties.length; i++) {
@@ -1,4 +1,11 @@
1
1
  import '../jqwidgets/jqxcore';
2
+
3
+ if (!window['JQX']) {
4
+ window['JQX'] = { RenderMode: 'manual' };
5
+ }
6
+ else {
7
+ window['JQX'].RenderMode = 'manual';
8
+ }
2
9
  import '../jqwidgets/jqxgantt.api';
3
10
  import '../jqwidgets/jqxgantt';
4
11
  import * as i0 from '@angular/core';
@@ -50,6 +57,10 @@ class jqxGanttComponent {
50
57
  }
51
58
  }
52
59
  ;
60
+ ngAfterViewInit() {
61
+ window['JQX'].Render();
62
+ }
63
+ ;
53
64
  ngOnChanges(changes) {
54
65
  if (this.host) {
55
66
  for (let i = 0; i < this.properties.length; i++) {
@@ -1,4 +1,11 @@
1
1
  import '../jqwidgets/jqxcore';
2
+
3
+ if (!window['JQX']) {
4
+ window['JQX'] = { RenderMode: 'manual' };
5
+ }
6
+ else {
7
+ window['JQX'].RenderMode = 'manual';
8
+ }
2
9
  import '../jqwidgets/jqxgantt.api';
3
10
  import '../jqwidgets/jqxgantt';
4
11
  import * as i0 from '@angular/core';
@@ -50,6 +57,10 @@ class jqxGanttComponent {
50
57
  }
51
58
  }
52
59
  ;
60
+ ngAfterViewInit() {
61
+ window['JQX'].Render();
62
+ }
63
+ ;
53
64
  ngOnChanges(changes) {
54
65
  if (this.host) {
55
66
  for (let i = 0; i < this.properties.length; i++) {
@@ -129,6 +129,7 @@ export declare class jqxGanttComponent implements OnChanges {
129
129
  widgetObject: jqwidgets.jqxGantt;
130
130
  constructor(containerElement: ElementRef);
131
131
  ngOnInit(): void;
132
+ ngAfterViewInit(): void;
132
133
  ngOnChanges(changes: SimpleChanges): boolean;
133
134
  arraysEqual(attrValue: any, hostValue: any): boolean;
134
135
  manageAttributes(): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jqwidgets-ng",
3
- "version": "17.1.0",
3
+ "version": "17.1.1",
4
4
  "preferGlobal": true,
5
5
  "keywords": [
6
6
  "Angular 14",