ets-fe-ng-sdk 20.0.4 → 20.0.6

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/index.d.ts CHANGED
@@ -9566,8 +9566,10 @@ declare const InputModule: readonly [typeof ets_fe_ng_sdk.AutocompleteComponent,
9566
9566
 
9567
9567
  declare const InputComponents: readonly [typeof InputBasicComponent, typeof AutocompleteComponent, typeof InputControlComponent, typeof InputComponent, typeof InputTD_RFComponent, typeof DayHourMinInputComponent, typeof ValidationMessageComponent, typeof YearMonthTdRfComponent, typeof InputLabelComponent];
9568
9568
 
9569
+ declare const inputs_component_d_InputComponents: typeof InputComponents;
9569
9570
  declare namespace inputs_component_d {
9570
9571
  export {
9572
+ inputs_component_d_InputComponents as InputComponents,
9571
9573
  InputComponents as default,
9572
9574
  };
9573
9575
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ets-fe-ng-sdk",
3
- "version": "20.0.4",
3
+ "version": "20.0.6",
4
4
  "repository": {
5
5
  "url": "https://github.com/Evolutics-Tech/ets-fe-sdk"
6
6
  },
@@ -19,7 +19,7 @@
19
19
  "@angular/router": "^20.0.0",
20
20
  "@angular/service-worker": "^20.0.0",
21
21
  "@evolutics/translation": "^20.0.0",
22
- "@fortawesome/angular-fontawesome": "^1.0.0",
22
+ "@fortawesome/angular-fontawesome": "^3.0.0",
23
23
  "@fortawesome/fontawesome-svg-core": "^7.0.0",
24
24
  "@fortawesome/free-brands-svg-icons": "^7.0.0",
25
25
  "@fortawesome/free-regular-svg-icons": "^7.0.0",