@ukho/admiralty-angular 2.0.0-next.1 → 2.0.0-next.10
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 +7 -7
- package/esm2022/lib/stencil-generated/boolean-value-accessor.mjs +3 -3
- package/esm2022/lib/stencil-generated/components.mjs +152 -152
- package/esm2022/lib/stencil-generated/number-value-accessor.mjs +3 -3
- package/esm2022/lib/stencil-generated/radio-value-accessor.mjs +3 -3
- package/esm2022/lib/stencil-generated/select-value-accessor.mjs +3 -3
- package/esm2022/lib/stencil-generated/text-value-accessor.mjs +3 -3
- package/esm2022/lib/stencil-generated/value-accessor.mjs +3 -3
- package/fesm2022/ukho-admiralty-angular.mjs +175 -183
- package/fesm2022/ukho-admiralty-angular.mjs.map +1 -1
- package/lib/stencil-generated/components.d.ts +5 -5
- package/package.json +3 -3
- package/esm2022/lib/app_initialise.mjs +0 -9
- package/lib/app_initialise.d.ts +0 -1
|
@@ -71,7 +71,7 @@ export declare class AdmiraltyCheckbox {
|
|
|
71
71
|
protected el: HTMLElement;
|
|
72
72
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
73
73
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdmiraltyCheckbox, never>;
|
|
74
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdmiraltyCheckbox, "admiralty-checkbox", never, { "checkboxRight": { "alias": "checkboxRight"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
74
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdmiraltyCheckbox, "admiralty-checkbox", never, { "checkboxRight": { "alias": "checkboxRight"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "labelHidden": { "alias": "labelHidden"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
75
75
|
}
|
|
76
76
|
export declare interface AdmiraltyCheckbox extends Components.AdmiraltyCheckbox {
|
|
77
77
|
/**
|
|
@@ -81,11 +81,11 @@ export declare interface AdmiraltyCheckbox extends Components.AdmiraltyCheckbox
|
|
|
81
81
|
/**
|
|
82
82
|
* Event is fired when the form control gains focus @event checkboxFocus
|
|
83
83
|
*/
|
|
84
|
-
checkboxFocus: EventEmitter<CustomEvent<
|
|
84
|
+
checkboxFocus: EventEmitter<CustomEvent<FocusEvent>>;
|
|
85
85
|
/**
|
|
86
86
|
* Event is fired when the form control loses focus @event checkboxBlur
|
|
87
87
|
*/
|
|
88
|
-
checkboxBlur: EventEmitter<CustomEvent<
|
|
88
|
+
checkboxBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
|
89
89
|
}
|
|
90
90
|
export declare class AdmiraltyColourBlock {
|
|
91
91
|
protected z: NgZone;
|
|
@@ -247,11 +247,11 @@ export declare class AdmiraltyHeaderSubMenuItem {
|
|
|
247
247
|
protected el: HTMLElement;
|
|
248
248
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
249
249
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdmiraltyHeaderSubMenuItem, never>;
|
|
250
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdmiraltyHeaderSubMenuItem, "admiralty-header-sub-menu-item", never, { "menuTitle": { "alias": "menuTitle"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
250
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdmiraltyHeaderSubMenuItem, "admiralty-header-sub-menu-item", never, { "href": { "alias": "href"; "required": false; }; "menuTitle": { "alias": "menuTitle"; "required": false; }; "suppressRedirect": { "alias": "suppressRedirect"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
251
251
|
}
|
|
252
252
|
export declare interface AdmiraltyHeaderSubMenuItem extends Components.AdmiraltyHeaderSubMenuItem {
|
|
253
253
|
/**
|
|
254
|
-
* The event that is fired when a user clicks on the menu.
|
|
254
|
+
* The event that is fired when a user clicks on the menu item.
|
|
255
255
|
Event contains the menu item text.
|
|
256
256
|
*/
|
|
257
257
|
subMenuItemClick: EventEmitter<CustomEvent<string>>;
|
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.10",
|
|
4
4
|
"module": "fesm2022/ukho-admiralty-angular.mjs",
|
|
5
5
|
"typings": "index.d.ts",
|
|
6
6
|
"publishConfig": {
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"@angular/core": ">=16.2.12"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@ukho/admiralty-core": "2.0.0-next.
|
|
15
|
-
"tslib": "^2.
|
|
14
|
+
"@ukho/admiralty-core": "2.0.0-next.10",
|
|
15
|
+
"tslib": "^2.7.0"
|
|
16
16
|
},
|
|
17
17
|
"license": "MIT",
|
|
18
18
|
"url": "https://github.com/UKHO/admiralty-design-system",
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { applyPolyfills, defineCustomElements } from '@ukho/admiralty-core/loader';
|
|
2
|
-
export const appInitialise = () => {
|
|
3
|
-
return () => {
|
|
4
|
-
return applyPolyfills().then(() => {
|
|
5
|
-
return defineCustomElements();
|
|
6
|
-
});
|
|
7
|
-
};
|
|
8
|
-
};
|
|
9
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwX2luaXRpYWxpc2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvbGliL2FwcF9pbml0aWFsaXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxjQUFjLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUNuRixNQUFNLENBQUMsTUFBTSxhQUFhLEdBQUcsR0FBRyxFQUFFO0lBQ2hDLE9BQU8sR0FBUSxFQUFFO1FBQ2YsT0FBTyxjQUFjLEVBQUUsQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO1lBQ2hDLE9BQU8sb0JBQW9CLEVBQUUsQ0FBQztRQUNoQyxDQUFDLENBQUMsQ0FBQztJQUNMLENBQUMsQ0FBQztBQUNKLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGFwcGx5UG9seWZpbGxzLCBkZWZpbmVDdXN0b21FbGVtZW50cyB9IGZyb20gJ0B1a2hvL2FkbWlyYWx0eS1jb3JlL2xvYWRlcic7XG5leHBvcnQgY29uc3QgYXBwSW5pdGlhbGlzZSA9ICgpID0+IHtcbiAgcmV0dXJuICgpOiBhbnkgPT4ge1xuICAgIHJldHVybiBhcHBseVBvbHlmaWxscygpLnRoZW4oKCkgPT4ge1xuICAgICAgcmV0dXJuIGRlZmluZUN1c3RvbUVsZW1lbnRzKCk7XG4gICAgfSk7XG4gIH07XG59O1xuIl19
|
package/lib/app_initialise.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const appInitialise: () => () => any;
|