@webilix/ngx-form-m3 0.0.25 → 0.0.28

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.
@@ -94,22 +94,22 @@ export declare class InputComponent implements OnInit, OnChanges {
94
94
  readonly methods: import("./input.interface").InputMethods<any, any>;
95
95
  readonly component: import("@angular/cdk/overlay").ComponentType<any>;
96
96
  };
97
- NAME: {
97
+ SELECT: {
98
98
  readonly title: string;
99
99
  readonly methods: import("./input.interface").InputMethods<any, any>;
100
100
  readonly component: import("@angular/cdk/overlay").ComponentType<any>;
101
101
  };
102
- NUMBER: {
102
+ NAME: {
103
103
  readonly title: string;
104
104
  readonly methods: import("./input.interface").InputMethods<any, any>;
105
105
  readonly component: import("@angular/cdk/overlay").ComponentType<any>;
106
106
  };
107
- PRICE: {
107
+ NUMBER: {
108
108
  readonly title: string;
109
109
  readonly methods: import("./input.interface").InputMethods<any, any>;
110
110
  readonly component: import("@angular/cdk/overlay").ComponentType<any>;
111
111
  };
112
- SELECT: {
112
+ PRICE: {
113
113
  readonly title: string;
114
114
  readonly methods: import("./input.interface").InputMethods<any, any>;
115
115
  readonly component: import("@angular/cdk/overlay").ComponentType<any>;
@@ -16,6 +16,7 @@ export declare class InputMultiSelectComponent implements OnInit {
16
16
  select(type: 'ALL' | 'NONE'): void;
17
17
  selectGroup(index: number): void;
18
18
  toggleValue(id: string): void;
19
+ getSelectValues(): string;
19
20
  static ɵfac: i0.ɵɵFactoryDeclaration<InputMultiSelectComponent, never>;
20
21
  static ɵcmp: i0.ɵɵComponentDeclaration<InputMultiSelectComponent, "ng-component", never, { "values": { "alias": "values"; "required": true; }; "isButtonDisabled": { "alias": "isButtonDisabled"; "required": true; }; }, {}, never, never, true, never>;
21
22
  }
@@ -16,6 +16,7 @@ export interface IInputMultiSelect extends Omit<IInput, 'value' | 'optional' | '
16
16
  readonly maxCount?: number;
17
17
  readonly listMaxHeight?: number;
18
18
  readonly selectButtons?: boolean;
19
+ readonly view?: 'SELECT';
19
20
  }
20
21
  export declare class InputMultiSelectMethods extends InputMethods<IInputMultiSelect, string[] | null> {
21
22
  control(input: IInputMultiSelect, validators: ValidatorFn[]): FormControl<string[] | null>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webilix/ngx-form-m3",
3
- "version": "0.0.25",
3
+ "version": "0.0.28",
4
4
  "author": "Ali Amirnezhad",
5
5
  "description": "Persian form library for Angular and Material 3",
6
6
  "repository": {
@@ -20,15 +20,15 @@
20
20
  },
21
21
  "homepage": "https://github.com/webilix/ngx-form-m3#readme",
22
22
  "peerDependencies": {
23
- "@angular/common": ">=19.2.4",
24
- "@angular/core": ">=19.2.4",
25
- "@angular/forms": ">=19.2.4",
26
- "@angular/material": ">=19.2.7",
27
- "@webilix/helper-library": ">=6.1.1",
28
- "@webilix/jalali-date-time": ">=2.0.5",
29
- "@webilix/ngx-calendar-m3": ">=0.0.11",
30
- "@webilix/ngx-helper-m3": ">=0.0.24",
31
- "ngx-mask": ">=19.0.6"
23
+ "@angular/common": ">=19.2.10",
24
+ "@angular/core": ">=19.2.10",
25
+ "@angular/forms": ">=19.2.10",
26
+ "@angular/material": ">=19.2.15",
27
+ "@webilix/helper-library": ">=6.1.2",
28
+ "@webilix/jalali-date-time": ">=2.0.6",
29
+ "@webilix/ngx-calendar-m3": ">=0.0.13",
30
+ "@webilix/ngx-helper-m3": ">=0.0.27",
31
+ "ngx-mask": ">=19.0.7"
32
32
  },
33
33
  "dependencies": {
34
34
  "tslib": "^2.3.0"