@acorex/data-grid 4.2.22 → 4.2.23

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,6 +16,7 @@ export declare class AXDataLovPopupComponent extends AXBasePopupPageComponent {
16
16
  hasChildField: string;
17
17
  rtl: boolean;
18
18
  selectedRows: any[];
19
+ pagination: boolean;
19
20
  constructor(cdr: ChangeDetectorRef, ref: ElementRef);
20
21
  dataSource: AXDataSourceComponent;
21
22
  selectionMode: string;
@@ -20,6 +20,7 @@ export declare class AXLOVComponent extends AXValidatableComponent implements AX
20
20
  hasChildField: string;
21
21
  allowNull: boolean;
22
22
  popupSize: 'sm' | 'md' | 'lg' | 'full';
23
+ pagination: boolean;
23
24
  selectedItems: any[];
24
25
  readonly: boolean;
25
26
  disabled: boolean;
@@ -38,5 +39,5 @@ export declare class AXLOVComponent extends AXValidatableComponent implements AX
38
39
  handleSelectChange(e: any): void;
39
40
  open(): Promise<any>;
40
41
  static ɵfac: i0.ɵɵFactoryDeclaration<AXLOVComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<AXLOVComponent, "ax-lov", never, { "validation": "validation"; "textField": "textField"; "allowSearch": "allowSearch"; "valueField": "valueField"; "hasChildField": "hasChildField"; "allowNull": "allowNull"; "popupSize": "popupSize"; "selectedItems": "selectedItems"; "readonly": "readonly"; "disabled": "disabled"; "chipsWidth": "chipsWidth"; "size": "size"; "caption": "caption"; "mode": "mode"; "placeholder": "placeholder"; "rtl": "rtl"; }, { "onSelectionChange": "onSelectionChange"; }, ["_contentValidation", "dataSource", "rowTemplate", "columns"], ["[start]", "[end]"]>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXLOVComponent, "ax-lov", never, { "validation": "validation"; "textField": "textField"; "allowSearch": "allowSearch"; "valueField": "valueField"; "hasChildField": "hasChildField"; "allowNull": "allowNull"; "popupSize": "popupSize"; "pagination": "pagination"; "selectedItems": "selectedItems"; "readonly": "readonly"; "disabled": "disabled"; "chipsWidth": "chipsWidth"; "size": "size"; "caption": "caption"; "mode": "mode"; "placeholder": "placeholder"; "rtl": "rtl"; }, { "onSelectionChange": "onSelectionChange"; }, ["_contentValidation", "dataSource", "rowTemplate", "columns"], ["[start]", "[end]"]>;
42
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/data-grid",
3
- "version": "4.2.22",
3
+ "version": "4.2.23",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.3.8",
6
6
  "@angular/core": "^13.3.8",