@danske/sapphire-angular 3.6.0 → 3.6.2

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.
@@ -67,6 +67,7 @@ export declare class FieldComponent implements AfterContentInit, AfterViewChecke
67
67
  */
68
68
  controls?: QueryList<FieldControl>;
69
69
  radioGroup?: RadioGroupComponent;
70
+ private ngControl?;
70
71
  private requiredValidator?;
71
72
  private suffixPortalOutlet;
72
73
  /**
@@ -104,5 +105,5 @@ export declare class FieldComponent implements AfterContentInit, AfterViewChecke
104
105
  get labelNecessityIndicator(): LabelComponent['necessityIndicator'];
105
106
  _setSuffixPortal(portal: DomPortal<HTMLElement> | null): void;
106
107
  static ɵfac: i0.ɵɵFactoryDeclaration<FieldComponent, never>;
107
- static ɵcmp: i0.ɵɵComponentDeclaration<FieldComponent, "sp-field", never, { "necessityIndicator": "necessityIndicator"; "labelPlacement": "labelPlacement"; "noDefaultWidth": "noDefaultWidth"; "allowNoteAndError": "allowNoteAndError"; "size": "size"; }, {}, ["note", "error", "_fieldLabel", "radioGroup", "requiredValidator", "controls"], ["sp-field-label", "sp-help-button", "*", "sp-field-error", "sp-field-note"], false, [{ directive: typeof i1.UseComponentStylesOnHost; inputs: {}; outputs: {}; }]>;
108
+ static ɵcmp: i0.ɵɵComponentDeclaration<FieldComponent, "sp-field", never, { "necessityIndicator": "necessityIndicator"; "labelPlacement": "labelPlacement"; "noDefaultWidth": "noDefaultWidth"; "allowNoteAndError": "allowNoteAndError"; "size": "size"; }, {}, ["note", "error", "_fieldLabel", "radioGroup", "ngControl", "requiredValidator", "controls"], ["sp-field-label", "sp-help-button", "*", "sp-field-error", "sp-field-note"], false, [{ directive: typeof i1.UseComponentStylesOnHost; inputs: {}; outputs: {}; }]>;
108
109
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danske/sapphire-angular",
3
- "version": "3.6.0",
3
+ "version": "3.6.2",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "The Angular implementation of the Sapphire Design System from Danske Bank A/S",
6
6
  "module": "fesm2015/danske-sapphire-angular.mjs",
@@ -16,12 +16,12 @@
16
16
  "@danske/sapphire-icons": "^3.1.0"
17
17
  },
18
18
  "dependencies": {
19
- "@danske/sapphire-css": "^45.0.0",
19
+ "@danske/sapphire-css": "^46.0.1",
20
20
  "@internationalized/message": "^3.1.5",
21
21
  "dompurify": "^3.2.6",
22
22
  "tslib": "^2.3.0"
23
23
  },
24
- "gitHead": "956d65c795c2bffc1e4cc153c7721e94c35827c9",
24
+ "gitHead": "692164bc64264d35f2c3f3f3a3e6f2ad2e6afe8d",
25
25
  "es2020": "fesm2020/danske-sapphire-angular.mjs",
26
26
  "esm2020": "esm2020/danske-sapphire-angular.mjs",
27
27
  "fesm2020": "fesm2020/danske-sapphire-angular.mjs",