igniteui-angular-inputs 17.3.1-alpha.0 → 18.0.0

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.
@@ -17,53 +17,50 @@ import { IconVisualModelExport } from "./IconVisualModelExport";
17
17
  export declare class IconView extends Base {
18
18
  static $t: Type;
19
19
  constructor();
20
- d: XIcon;
21
- aj(): void;
22
- j(): boolean;
23
- t: DomRenderer;
24
- private g;
25
- private m;
20
+ c: XIcon;
21
+ ag(): void;
22
+ i(): boolean;
23
+ s: DomRenderer;
24
+ private f;
25
+ private l;
26
+ get w(): any;
26
27
  get x(): any;
27
- get y(): any;
28
- get c(): any[];
29
- get k(): boolean;
28
+ get b(): any[];
29
+ get j(): boolean;
30
+ n: List$1<Tuple$2<SVGNode, any>>;
30
31
  o: List$1<Tuple$2<SVGNode, any>>;
31
32
  p: List$1<Tuple$2<SVGNode, any>>;
32
33
  q: List$1<Tuple$2<SVGNode, any>>;
33
34
  r: List$1<Tuple$2<SVGNode, any>>;
34
- s: List$1<Tuple$2<SVGNode, any>>;
35
+ d: FastIterationDictionary$2<string, List$1<Tuple$2<SVGNode, any>>>;
35
36
  e: FastIterationDictionary$2<string, List$1<Tuple$2<SVGNode, any>>>;
36
- f: FastIterationDictionary$2<string, List$1<Tuple$2<SVGNode, any>>>;
37
- ah(a: DomRenderer): void;
38
- private ab;
39
- ar(a: string): void;
40
- private a;
41
- as(a: string[]): void;
42
- private aa;
43
- aq(a: string): void;
44
- private z;
37
+ ae(a: DomRenderer): void;
45
38
  ao(a: string): void;
46
- private i;
47
- ap(): void;
48
- au(): void;
49
- private l;
50
- al(a: Brush, b: string): void;
51
- am(a: any, b: Brush): void;
52
- an(a: any, b: Brush): void;
53
- private ac;
54
- ak(): void;
55
- private ad;
56
- private ae;
39
+ ap(a: string[]): void;
40
+ an(a: string): void;
41
+ private y;
42
+ al(a: string): void;
57
43
  private h;
58
- private w;
44
+ am(): void;
45
+ ar(): void;
46
+ private k;
47
+ ai(a: Brush, b: string): void;
48
+ aj(a: any, b: Brush): void;
49
+ ak(a: any, b: Brush): void;
50
+ private z;
51
+ ah(): void;
52
+ private aa;
53
+ private ab;
54
+ private g;
59
55
  private v;
60
56
  private u;
61
- private n;
57
+ private t;
58
+ private m;
59
+ ac(): void;
62
60
  af(): void;
63
- ai(): void;
64
- at(a: FontInfo): void;
65
- b(): number[];
66
- private ag;
61
+ aq(a: FontInfo): void;
62
+ a(): number[];
63
+ private ad;
67
64
  }
68
65
  /**
69
66
  * @hidden
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular-inputs",
3
- "version": "17.3.1-alpha.0",
3
+ "version": "18.0.0",
4
4
  "description": "Ignite UI Angular input components for building rich data visualizations for modern web apps.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-angular-inputs",
6
6
  "keywords": [
@@ -14,10 +14,10 @@
14
14
  "tslib": "^2.3.1"
15
15
  },
16
16
  "peerDependencies": {
17
- "@angular/common": "^17.0.0",
18
- "@angular/compiler": "^17.0.0",
19
- "@angular/core": "^17.0.0",
20
- "igniteui-angular-core": "17.3.1-alpha.0"
17
+ "@angular/common": "^18.0.0",
18
+ "@angular/compiler": "^18.0.0",
19
+ "@angular/core": "^18.0.0",
20
+ "igniteui-angular-core": "18.0.0"
21
21
  },
22
22
  "sideEffects": false,
23
23
  "typings": "igniteui-angular-inputs.d.ts",