@webilix/ngx-form-m3 0.0.22 → 0.0.23

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.
@@ -12,102 +12,102 @@ export declare class InputComponent implements OnInit, OnChanges {
12
12
  EMAIL: {
13
13
  readonly title: string;
14
14
  readonly methods: import("./input.interface").InputMethods<any, any>;
15
- readonly component: import("@angular/cdk/portal").ComponentType<any>;
15
+ readonly component: import("@angular/cdk/overlay").ComponentType<any>;
16
16
  };
17
17
  PASSWORD: {
18
18
  readonly title: string;
19
19
  readonly methods: import("./input.interface").InputMethods<any, any>;
20
- readonly component: import("@angular/cdk/portal").ComponentType<any>;
20
+ readonly component: import("@angular/cdk/overlay").ComponentType<any>;
21
21
  };
22
22
  URL: {
23
23
  readonly title: string;
24
24
  readonly methods: import("./input.interface").InputMethods<any, any>;
25
- readonly component: import("@angular/cdk/portal").ComponentType<any>;
25
+ readonly component: import("@angular/cdk/overlay").ComponentType<any>;
26
26
  };
27
27
  MOBILE: {
28
28
  readonly title: string;
29
29
  readonly methods: import("./input.interface").InputMethods<any, any>;
30
- readonly component: import("@angular/cdk/portal").ComponentType<any>;
30
+ readonly component: import("@angular/cdk/overlay").ComponentType<any>;
31
31
  };
32
32
  "AUTO-COMPLETE": {
33
33
  readonly title: string;
34
34
  readonly methods: import("./input.interface").InputMethods<any, any>;
35
- readonly component: import("@angular/cdk/portal").ComponentType<any>;
35
+ readonly component: import("@angular/cdk/overlay").ComponentType<any>;
36
36
  };
37
37
  CHECKBOX: {
38
38
  readonly title: string;
39
39
  readonly methods: import("./input.interface").InputMethods<any, any>;
40
- readonly component: import("@angular/cdk/portal").ComponentType<any>;
40
+ readonly component: import("@angular/cdk/overlay").ComponentType<any>;
41
41
  };
42
42
  COLOR: {
43
43
  readonly title: string;
44
44
  readonly methods: import("./input.interface").InputMethods<any, any>;
45
- readonly component: import("@angular/cdk/portal").ComponentType<any>;
45
+ readonly component: import("@angular/cdk/overlay").ComponentType<any>;
46
46
  };
47
47
  COMPONENT: {
48
48
  readonly title: string;
49
49
  readonly methods: import("./input.interface").InputMethods<any, any>;
50
- readonly component: import("@angular/cdk/portal").ComponentType<any>;
50
+ readonly component: import("@angular/cdk/overlay").ComponentType<any>;
51
51
  };
52
52
  COORDINATES: {
53
53
  readonly title: string;
54
54
  readonly methods: import("./input.interface").InputMethods<any, any>;
55
- readonly component: import("@angular/cdk/portal").ComponentType<any>;
55
+ readonly component: import("@angular/cdk/overlay").ComponentType<any>;
56
56
  };
57
57
  DATE: {
58
58
  readonly title: string;
59
59
  readonly methods: import("./input.interface").InputMethods<any, any>;
60
- readonly component: import("@angular/cdk/portal").ComponentType<any>;
60
+ readonly component: import("@angular/cdk/overlay").ComponentType<any>;
61
61
  };
62
62
  FILE: {
63
63
  readonly title: string;
64
64
  readonly methods: import("./input.interface").InputMethods<any, any>;
65
- readonly component: import("@angular/cdk/portal").ComponentType<any>;
65
+ readonly component: import("@angular/cdk/overlay").ComponentType<any>;
66
66
  };
67
67
  ICON: {
68
68
  readonly title: string;
69
69
  readonly methods: import("./input.interface").InputMethods<any, any>;
70
- readonly component: import("@angular/cdk/portal").ComponentType<any>;
70
+ readonly component: import("@angular/cdk/overlay").ComponentType<any>;
71
71
  };
72
72
  IP: {
73
73
  readonly title: string;
74
74
  readonly methods: import("./input.interface").InputMethods<any, any>;
75
- readonly component: import("@angular/cdk/portal").ComponentType<any>;
75
+ readonly component: import("@angular/cdk/overlay").ComponentType<any>;
76
76
  };
77
77
  MOMENT: {
78
78
  readonly title: string;
79
79
  readonly methods: import("./input.interface").InputMethods<any, any>;
80
- readonly component: import("@angular/cdk/portal").ComponentType<any>;
80
+ readonly component: import("@angular/cdk/overlay").ComponentType<any>;
81
81
  };
82
82
  "MULTI-SELECT": {
83
83
  readonly title: string;
84
84
  readonly methods: import("./input.interface").InputMethods<any, any>;
85
- readonly component: import("@angular/cdk/portal").ComponentType<any>;
85
+ readonly component: import("@angular/cdk/overlay").ComponentType<any>;
86
86
  };
87
87
  NAME: {
88
88
  readonly title: string;
89
89
  readonly methods: import("./input.interface").InputMethods<any, any>;
90
- readonly component: import("@angular/cdk/portal").ComponentType<any>;
90
+ readonly component: import("@angular/cdk/overlay").ComponentType<any>;
91
91
  };
92
92
  NUMBER: {
93
93
  readonly title: string;
94
94
  readonly methods: import("./input.interface").InputMethods<any, any>;
95
- readonly component: import("@angular/cdk/portal").ComponentType<any>;
95
+ readonly component: import("@angular/cdk/overlay").ComponentType<any>;
96
96
  };
97
97
  SELECT: {
98
98
  readonly title: string;
99
99
  readonly methods: import("./input.interface").InputMethods<any, any>;
100
- readonly component: import("@angular/cdk/portal").ComponentType<any>;
100
+ readonly component: import("@angular/cdk/overlay").ComponentType<any>;
101
101
  };
102
102
  TEXT: {
103
103
  readonly title: string;
104
104
  readonly methods: import("./input.interface").InputMethods<any, any>;
105
- readonly component: import("@angular/cdk/portal").ComponentType<any>;
105
+ readonly component: import("@angular/cdk/overlay").ComponentType<any>;
106
106
  };
107
107
  TEXTAREA: {
108
108
  readonly title: string;
109
109
  readonly methods: import("./input.interface").InputMethods<any, any>;
110
- readonly component: import("@angular/cdk/portal").ComponentType<any>;
110
+ readonly component: import("@angular/cdk/overlay").ComponentType<any>;
111
111
  };
112
112
  };
113
113
  injector: Injector;
package/ngx-form-m3.css CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webilix/ngx-form-m3",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "author": "Ali Amirnezhad",
5
5
  "description": "Persian form library for Angular and Material 3",
6
6
  "repository": {
@@ -20,14 +20,14 @@
20
20
  },
21
21
  "homepage": "https://github.com/webilix/ngx-form-m3#readme",
22
22
  "peerDependencies": {
23
- "@angular/common": ">=19.0.5",
24
- "@angular/core": ">=19.0.5",
25
- "@angular/forms": ">=19.0.5",
26
- "@angular/material": ">=19.0.4",
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
27
  "@webilix/helper-library": ">=6.0.2",
28
28
  "@webilix/jalali-date-time": ">=2.0.5",
29
- "@webilix/ngx-calendar-m3": ">=0.0.10",
30
- "@webilix/ngx-helper-m3": ">=0.0.20",
29
+ "@webilix/ngx-calendar-m3": ">=0.0.11",
30
+ "@webilix/ngx-helper-m3": ">=0.0.24",
31
31
  "ngx-mask": ">=19.0.6"
32
32
  },
33
33
  "dependencies": {