jqwidgets-ng 23.0.2 → 23.0.4

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.
@@ -2206,7 +2206,7 @@ export class jqxGridComponent {
2206
2206
  if (this.autoCreate && !this.host) {
2207
2207
  this.createComponent();
2208
2208
  }
2209
- return this.host.jqxGrid('closeSidePanel');
2209
+ this.host.jqxGrid('closeSidePanel');
2210
2210
  }
2211
2211
  selectcell(rowBoundIndex, dataField) {
2212
2212
  if (this.autoCreate && !this.host) {
@@ -2207,7 +2207,7 @@ class jqxGridComponent {
2207
2207
  if (this.autoCreate && !this.host) {
2208
2208
  this.createComponent();
2209
2209
  }
2210
- return this.host.jqxGrid('closeSidePanel');
2210
+ this.host.jqxGrid('closeSidePanel');
2211
2211
  }
2212
2212
  selectcell(rowBoundIndex, dataField) {
2213
2213
  if (this.autoCreate && !this.host) {
@@ -2207,7 +2207,7 @@ class jqxGridComponent {
2207
2207
  if (this.autoCreate && !this.host) {
2208
2208
  this.createComponent();
2209
2209
  }
2210
- return this.host.jqxGrid('closeSidePanel');
2210
+ this.host.jqxGrid('closeSidePanel');
2211
2211
  }
2212
2212
  selectcell(rowBoundIndex, dataField) {
2213
2213
  if (this.autoCreate && !this.host) {
package/jqwidgets.d.ts CHANGED
@@ -1831,9 +1831,6 @@ declare module jqwidgets {
1831
1831
  threestatecheckbox?: boolean;
1832
1832
  sortable?: boolean;
1833
1833
  filterable?: boolean;
1834
- filternlpinput?: string;
1835
- aiKey?: string;
1836
- aiUrl?: string;
1837
1834
  filter?: (cellValue?: any, rowData?: any, dataField?: string, filterGroup?: any, defaultFilterResult?: any) => any;
1838
1835
  buttonclick?: (row: number) => void;
1839
1836
  hideable?: boolean;
@@ -1932,6 +1929,9 @@ declare module jqwidgets {
1932
1929
  text?: string;
1933
1930
  sortable?: boolean;
1934
1931
  filterable?: boolean;
1932
+ filternlpinput?: string;
1933
+ aiKey?: string;
1934
+ aiUrl?: string;
1935
1935
  exportable?: boolean;
1936
1936
  editable?: boolean;
1937
1937
  groupable?: boolean;
@@ -2357,8 +2357,8 @@ declare module jqwidgets {
2357
2357
  getselectedrowindexes(): Array<number>;
2358
2358
  getselectedcell(): GridGetSelectedCell;
2359
2359
  getselectedcells(): Array<GridGetSelectedCell>;
2360
- showSidePanel(selector: any, width: number, callbackFn: any): void;
2361
- closeSidePanel(): GridGetSelectedCell;
2360
+ showSidePanel(selector: string | HTMLElement, width: number, callbackFn: any): void;
2361
+ closeSidePanel(): void;
2362
2362
  selectcell(rowBoundIndex: number, dataField: string): void;
2363
2363
  selectallrows(): void;
2364
2364
  selectrow(rowBoundIndex: number): void;
@@ -382,8 +382,8 @@ export declare class jqxGridComponent implements OnChanges, AfterViewInit, After
382
382
  getselectedrowindexes(): Array<number>;
383
383
  getselectedcell(): jqwidgets.GridGetSelectedCell;
384
384
  getselectedcells(): Array<jqwidgets.GridGetSelectedCell>;
385
- showSidePanel(selector: undefined, width?: number, callbackFn?: undefined): void;
386
- closeSidePanel(): jqwidgets.GridGetSelectedCell;
385
+ showSidePanel(selector: string | HTMLElement, width?: number, callbackFn?: any): void;
386
+ closeSidePanel(): void;
387
387
  selectcell(rowBoundIndex: number, dataField: string): void;
388
388
  selectallrows(): void;
389
389
  selectrow(rowBoundIndex: number): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jqwidgets-ng",
3
- "version": "23.0.2",
3
+ "version": "23.0.4",
4
4
  "preferGlobal": true,
5
5
  "keywords": [
6
6
  "Angular 20",