@acorex/components 4.2.44 → 4.2.46

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.
@@ -0,0 +1,29 @@
1
+ import { ChangeDetectorRef } from '@angular/core';
2
+ import { AXProperyEditorComponent } from '../../property-editor.class';
3
+ import { AXValidation } from '../../../validation/validation.component';
4
+ import { AXSelectBoxComponent } from '../../../selectbox/selectbox.component';
5
+ import * as i0 from "@angular/core";
6
+ export declare class AXSearchBarSelectBoxEditorComponent extends AXProperyEditorComponent<any> {
7
+ protected cdr: ChangeDetectorRef;
8
+ valueField: string;
9
+ textField: string;
10
+ mode: string;
11
+ selectionDataMode: string;
12
+ allowSearch: boolean;
13
+ allowNull: boolean;
14
+ disabled: boolean;
15
+ items: any;
16
+ remoteOperation: boolean;
17
+ returnAllData: boolean;
18
+ validation: AXValidation;
19
+ selectBox: AXSelectBoxComponent;
20
+ private _filter;
21
+ get filter(): any;
22
+ set filter(v: any);
23
+ constructor(cdr: ChangeDetectorRef);
24
+ handleValueChange(e: any): void;
25
+ ngAfterViewInit(): void;
26
+ provideData: (e: any) => Promise<any>;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXSearchBarSelectBoxEditorComponent, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXSearchBarSelectBoxEditorComponent, "ng-component", never, {}, {}, never, never>;
29
+ }
@@ -1,13 +1,14 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./selectbox.editor";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "../../../selectbox/selectbox.module";
6
- import * as i5 from "../../../data-source/datasource.module";
7
- import * as i6 from "../../../validation/validation.module";
3
+ import * as i2 from "../searchbar-selectbox-editor/searchbar-selectbox-editor";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@angular/forms";
6
+ import * as i5 from "../../../selectbox/selectbox.module";
7
+ import * as i6 from "../../../data-source/datasource.module";
8
+ import * as i7 from "../../../validation/validation.module";
8
9
  export declare class AXSelectBoxPropertyEditorModule {
9
10
  constructor();
10
11
  static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectBoxPropertyEditorModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXSelectBoxPropertyEditorModule, [typeof i1.AXSelectBoxPropertyEditorComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.AXSelectBoxModule, typeof i5.AXDataSourceModule, typeof i6.AXValidationModule], [typeof i1.AXSelectBoxPropertyEditorComponent]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXSelectBoxPropertyEditorModule, [typeof i1.AXSelectBoxPropertyEditorComponent, typeof i2.AXSearchBarSelectBoxEditorComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.AXSelectBoxModule, typeof i6.AXDataSourceModule, typeof i7.AXValidationModule], [typeof i1.AXSelectBoxPropertyEditorComponent]>;
12
13
  static ɵinj: i0.ɵɵInjectorDeclaration<AXSelectBoxPropertyEditorModule>;
13
14
  }
@@ -7,7 +7,7 @@ export declare class AXTextPropertyEditorComponent extends AXProperyEditorCompon
7
7
  private textBox;
8
8
  validation: AXValidation;
9
9
  clearButton: boolean;
10
- mask: string;
10
+ mask: any;
11
11
  maskGuid: boolean;
12
12
  showMask: boolean;
13
13
  constructor(cdr: ChangeDetectorRef);
@@ -28,6 +28,7 @@ export declare class AXSearchBarComponent implements OnInit {
28
28
  _items: any[];
29
29
  _filterItems: FilterTextItemsModel[];
30
30
  _filterItemsClone: FilterTextItemsModel[];
31
+ _defultValueCount: any;
31
32
  _context: any;
32
33
  clearItem(name: string): void;
33
34
  refresh(): void;
@@ -40,7 +41,9 @@ export declare class AXSearchBarComponent implements OnInit {
40
41
  _handleShowTitleSelected(item: any): string;
41
42
  _handleShowValueSelected(item: any): any;
42
43
  ngOnInit(): void;
43
- private handleTextValue;
44
+ private _handleTextValue;
45
+ private _handleDefultVlaue;
46
+ private _handleInitVlaue;
44
47
  static ɵfac: i0.ɵɵFactoryDeclaration<AXSearchBarComponent, never>;
45
48
  static ɵcmp: i0.ɵɵComponentDeclaration<AXSearchBarComponent, "ax-search-bar", never, { "size": "size"; "disabled": "disabled"; "items": "items"; "rtl": "rtl"; }, { "onValueChange": "onValueChange"; "onSearchValue": "onSearchValue"; }, never, ["[start]"]>;
46
49
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "4.2.44",
3
+ "version": "4.2.46",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.3.8",
6
6
  "@angular/core": "^13.3.8"