@acorex/components 6.5.11 → 6.5.13

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.
@@ -29,6 +29,7 @@ export declare class AXSearchBarComponent {
29
29
  rtl: boolean;
30
30
  loadOnInit: boolean;
31
31
  caption: string;
32
+ block: boolean;
32
33
  set items(v: AXPropertyConfig[]);
33
34
  onValueChange: EventEmitter<any>;
34
35
  onSearchValue: EventEmitter<FilterTextItemsModel[]>;
@@ -56,5 +57,5 @@ export declare class AXSearchBarComponent {
56
57
  open(): void;
57
58
  close(): void;
58
59
  static ɵfac: i0.ɵɵFactoryDeclaration<AXSearchBarComponent, never>;
59
- static ɵcmp: i0.ɵɵComponentDeclaration<AXSearchBarComponent, "ax-search-bar", never, { "sizeButton": "sizeButton"; "size": "size"; "disabled": "disabled"; "fitParent": "fitParent"; "popoverWidth": "popoverWidth"; "rtl": "rtl"; "loadOnInit": "loadOnInit"; "caption": "caption"; "items": "items"; }, { "onValueChange": "onValueChange"; "onSearchValue": "onSearchValue"; }, never, never>;
60
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXSearchBarComponent, "ax-search-bar", never, { "sizeButton": "sizeButton"; "size": "size"; "disabled": "disabled"; "fitParent": "fitParent"; "popoverWidth": "popoverWidth"; "rtl": "rtl"; "loadOnInit": "loadOnInit"; "caption": "caption"; "block": "block"; "items": "items"; }, { "onValueChange": "onValueChange"; "onSearchValue": "onSearchValue"; }, never, never>;
60
61
  }
@@ -51,6 +51,7 @@ export declare class AXTreeViewComponent extends AXBaseComponent {
51
51
  lazyLoading: boolean;
52
52
  allowDrag: boolean;
53
53
  size: 'md' | 'sm';
54
+ disabled: boolean;
54
55
  selectionChanged: EventEmitter<AXTreeViewselectionChangedEvent>;
55
56
  seletedKeyFieldsChanged: EventEmitter<AXTreeViewseletedKeyFieldsChangedEvent>;
56
57
  onItemOpening: EventEmitter<any>;
@@ -116,5 +117,5 @@ export declare class AXTreeViewComponent extends AXBaseComponent {
116
117
  getSelectedKeyFields(): any[];
117
118
  getSelectedKeyFieldsParents(): any[];
118
119
  static ɵfac: i0.ɵɵFactoryDeclaration<AXTreeViewComponent, never>;
119
- static ɵcmp: i0.ɵɵComponentDeclaration<AXTreeViewComponent, "ax-tree-view", never, { "selectionMode": "selectionMode"; "selectionLevel": "selectionLevel"; "selectedFieldName": "selectedFieldName"; "checkParents": "checkParents"; "checkChilds": "checkChilds"; "seletedKeyFields": "seletedKeyFields"; "keyField": "keyField"; "hasChildField": "hasChildField"; "bordered": "bordered"; "lazyLoading": "lazyLoading"; "allowDrag": "allowDrag"; "size": "size"; "selectableField": "selectableField"; "contextMenuItems": "contextMenuItems"; }, { "selectionChanged": "selectionChanged"; "seletedKeyFieldsChanged": "seletedKeyFieldsChanged"; "onItemOpening": "onItemOpening"; "onItemClick": "onItemClick"; "onItemClosing": "onItemClosing"; "onItemDrag": "onItemDrag"; "onItemMoved": "onItemMoved"; "onContextMenuItemClick": "onContextMenuItemClick"; }, ["nodeTemplate", "_contentDataSource"], never>;
120
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXTreeViewComponent, "ax-tree-view", never, { "selectionMode": "selectionMode"; "selectionLevel": "selectionLevel"; "selectedFieldName": "selectedFieldName"; "checkParents": "checkParents"; "checkChilds": "checkChilds"; "seletedKeyFields": "seletedKeyFields"; "keyField": "keyField"; "hasChildField": "hasChildField"; "bordered": "bordered"; "lazyLoading": "lazyLoading"; "allowDrag": "allowDrag"; "size": "size"; "disabled": "disabled"; "selectableField": "selectableField"; "contextMenuItems": "contextMenuItems"; }, { "selectionChanged": "selectionChanged"; "seletedKeyFieldsChanged": "seletedKeyFieldsChanged"; "onItemOpening": "onItemOpening"; "onItemClick": "onItemClick"; "onItemClosing": "onItemClosing"; "onItemDrag": "onItemDrag"; "onItemMoved": "onItemMoved"; "onContextMenuItemClick": "onContextMenuItemClick"; }, ["nodeTemplate", "_contentDataSource"], never>;
120
121
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "6.5.11",
3
+ "version": "6.5.13",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.3.8",
6
6
  "@angular/core": "^13.3.8"