novo-elements 7.1.2-next.0 → 7.2.0-next.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "novo-elements",
3
- "version": "7.1.2-next.0",
3
+ "version": "7.2.0-next.0",
4
4
  "sideEffects": true,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": ">=10",
@@ -14,7 +14,7 @@
14
14
  "brace": "^0.11.0",
15
15
  "classlist.js": "^1.1.20150312",
16
16
  "date-fns": ">=1",
17
- "novo-design-tokens": "^0.0.8",
17
+ "novo-design-tokens": "^0.0.9",
18
18
  "post-robot": "^8.0.0",
19
19
  "rxjs": ">=6",
20
20
  "text-mask-addons": "^3.7.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "schematics",
3
- "version": "7.1.2-next.0",
3
+ "version": "7.2.0-next.0",
4
4
  "description": "A novo-element schematics",
5
5
  "scripts": {
6
6
  "build": "tsc -p tsconfig.json",
@@ -39,6 +39,7 @@ export declare class NovoFileInputElement extends NovoFileInputMixins implements
39
39
  fileInput: TemplateRef<any>;
40
40
  fileOutput: TemplateRef<any>;
41
41
  container: ViewContainerRef;
42
+ inputElement: ElementRef<HTMLInputElement>;
42
43
  multiple: boolean;
43
44
  layoutOptions: {
44
45
  order?: string;