@ukho/admiralty-angular 2.0.0-next.0 → 2.0.0-next.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.
- package/esm2022/lib/design-system.module.mjs +3 -3
- package/esm2022/lib/stencil-generated/components.mjs +31 -4
- package/esm2022/lib/stencil-generated/index.mjs +2 -1
- package/fesm2022/ukho-admiralty-angular.mjs +33 -6
- package/fesm2022/ukho-admiralty-angular.mjs.map +1 -1
- package/lib/design-system.module.d.ts +1 -1
- package/lib/stencil-generated/components.d.ts +10 -1
- package/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +2 -2
|
@@ -105,10 +105,19 @@ export declare class AdmiraltyDialogue {
|
|
|
105
105
|
protected el: HTMLElement;
|
|
106
106
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
107
107
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdmiraltyDialogue, never>;
|
|
108
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdmiraltyDialogue, "admiralty-dialogue", never, { "heading": { "alias": "heading"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
108
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdmiraltyDialogue, "admiralty-dialogue", never, { "heading": { "alias": "heading"; "required": false; }; "sectionRole": { "alias": "sectionRole"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
109
109
|
}
|
|
110
110
|
export declare interface AdmiraltyDialogue extends Components.AdmiraltyDialogue {
|
|
111
111
|
}
|
|
112
|
+
export declare class AdmiraltyErrorSummary {
|
|
113
|
+
protected z: NgZone;
|
|
114
|
+
protected el: HTMLElement;
|
|
115
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
116
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdmiraltyErrorSummary, never>;
|
|
117
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdmiraltyErrorSummary, "admiralty-error-summary", never, { "heading": { "alias": "heading"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
118
|
+
}
|
|
119
|
+
export declare interface AdmiraltyErrorSummary extends Components.AdmiraltyErrorSummary {
|
|
120
|
+
}
|
|
112
121
|
export declare class AdmiraltyExpansion {
|
|
113
122
|
protected z: NgZone;
|
|
114
123
|
protected el: HTMLElement;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import * as d from './components';
|
|
2
|
-
export declare const DIRECTIVES: (typeof d.AdmiraltyAutocomplete | typeof d.AdmiraltyAutocompleteOption | typeof d.AdmiraltyBreadcrumb | typeof d.AdmiraltyBreadcrumbs | typeof d.AdmiraltyButton | typeof d.AdmiraltyCard | typeof d.AdmiraltyCheckbox | typeof d.AdmiraltyColourBlock | typeof d.AdmiraltyDialogue | typeof d.AdmiraltyExpansion | typeof d.AdmiraltyFileInput | typeof d.AdmiraltyFilter | typeof d.AdmiraltyFilterGroup | typeof d.AdmiraltyFooter | typeof d.AdmiraltyHeader | typeof d.AdmiraltyHeaderMenuItem | typeof d.AdmiraltyHeaderMenuLink | typeof d.AdmiraltyHeaderProfile | typeof d.AdmiraltyHeaderSubMenuItem | typeof d.AdmiraltyHint | typeof d.AdmiraltyHr | typeof d.AdmiraltyIcon | typeof d.AdmiraltyInput | typeof d.AdmiraltyInputInvalid | typeof d.AdmiraltyLabel | typeof d.AdmiraltyLink | typeof d.AdmiraltyModalDialog | typeof d.AdmiraltyPaginator | typeof d.AdmiraltyPhaseBanner | typeof d.AdmiraltyProgressBar | typeof d.AdmiraltyRadio | typeof d.AdmiraltyRadioGroup | typeof d.AdmiraltyReadMore | typeof d.AdmiraltySelect | typeof d.AdmiraltySideNav | typeof d.AdmiraltySideNavItem | typeof d.AdmiraltySkipLink | typeof d.AdmiraltyTab | typeof d.AdmiraltyTabGroup | typeof d.AdmiraltyTable | typeof d.AdmiraltyTableBody | typeof d.AdmiraltyTableCell | typeof d.AdmiraltyTableHeader | typeof d.AdmiraltyTableHeaderCell | typeof d.AdmiraltyTableRow | typeof d.AdmiraltyTextarea | typeof d.AdmiraltyTypeAhead | typeof d.AdmiraltyTypeAheadItem)[];
|
|
2
|
+
export declare const DIRECTIVES: (typeof d.AdmiraltyAutocomplete | typeof d.AdmiraltyAutocompleteOption | typeof d.AdmiraltyBreadcrumb | typeof d.AdmiraltyBreadcrumbs | typeof d.AdmiraltyButton | typeof d.AdmiraltyCard | typeof d.AdmiraltyCheckbox | typeof d.AdmiraltyColourBlock | typeof d.AdmiraltyDialogue | typeof d.AdmiraltyErrorSummary | typeof d.AdmiraltyExpansion | typeof d.AdmiraltyFileInput | typeof d.AdmiraltyFilter | typeof d.AdmiraltyFilterGroup | typeof d.AdmiraltyFooter | typeof d.AdmiraltyHeader | typeof d.AdmiraltyHeaderMenuItem | typeof d.AdmiraltyHeaderMenuLink | typeof d.AdmiraltyHeaderProfile | typeof d.AdmiraltyHeaderSubMenuItem | typeof d.AdmiraltyHint | typeof d.AdmiraltyHr | typeof d.AdmiraltyIcon | typeof d.AdmiraltyInput | typeof d.AdmiraltyInputInvalid | typeof d.AdmiraltyLabel | typeof d.AdmiraltyLink | typeof d.AdmiraltyModalDialog | typeof d.AdmiraltyPaginator | typeof d.AdmiraltyPhaseBanner | typeof d.AdmiraltyProgressBar | typeof d.AdmiraltyRadio | typeof d.AdmiraltyRadioGroup | typeof d.AdmiraltyReadMore | typeof d.AdmiraltySelect | typeof d.AdmiraltySideNav | typeof d.AdmiraltySideNavItem | typeof d.AdmiraltySkipLink | typeof d.AdmiraltyTab | typeof d.AdmiraltyTabGroup | typeof d.AdmiraltyTable | typeof d.AdmiraltyTableBody | typeof d.AdmiraltyTableCell | typeof d.AdmiraltyTableHeader | typeof d.AdmiraltyTableHeaderCell | typeof d.AdmiraltyTableRow | typeof d.AdmiraltyTextarea | typeof d.AdmiraltyTypeAhead | typeof d.AdmiraltyTypeAheadItem)[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ukho/admiralty-angular",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.2",
|
|
4
4
|
"module": "fesm2022/ukho-admiralty-angular.mjs",
|
|
5
5
|
"typings": "index.d.ts",
|
|
6
6
|
"publishConfig": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@angular/core": ">=16.2.12"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@ukho/admiralty-core": "2.0.0-next.
|
|
14
|
+
"@ukho/admiralty-core": "2.0.0-next.2",
|
|
15
15
|
"tslib": "^2.5.0"
|
|
16
16
|
},
|
|
17
17
|
"license": "MIT",
|