oasys-lib 2.37.0-theming.2 → 2.37.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/fesm2022/oasys-lib.mjs +2 -480
- package/fesm2022/oasys-lib.mjs.map +1 -1
- package/index.d.ts +332 -485
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/assets/bloomandwild/variables.css +1 -19
- package/src/assets/bloomon/variables.css +1 -19
- package/src/assets/global/scss-breakpoints.scss +1 -1
- package/src/assets/style.scss +12 -14
- package/src/assets/bloomandwild-loyalty-tier-1/variables.css +0 -1364
- package/src/assets/bloomandwild-loyalty-tier-2/variables.css +0 -1358
- package/src/assets/bloomon-loyalty-tier-1/variables.css +0 -1364
- package/src/assets/bloomon-loyalty-tier-2/variables.css +0 -1358
package/index.d.ts
CHANGED
|
@@ -1,19 +1,17 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { AfterContentChecked, ElementRef, OnDestroy, EventEmitter, AfterViewInit, OnInit, OnChanges, InjectionToken, SimpleChanges, ChangeDetectorRef, Signal, AfterContentInit, TemplateRef, QueryList, WritableSignal } from '@angular/core';
|
|
3
3
|
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
4
4
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
5
5
|
import { UrlTree } from '@angular/router';
|
|
6
6
|
import { ControlValueAccessor, ValidationErrors, AbstractControl, FormGroup } from '@angular/forms';
|
|
7
|
-
import Swiper from 'swiper';
|
|
8
|
-
import { SwiperContainer } from 'swiper/element';
|
|
9
7
|
|
|
10
8
|
declare class OasysAlertCancelDirective implements AfterContentChecked {
|
|
11
9
|
text: string;
|
|
12
10
|
private elem?;
|
|
13
11
|
ngAfterContentChecked(): void;
|
|
14
12
|
focus(): void;
|
|
15
|
-
static ɵfac:
|
|
16
|
-
static ɵdir:
|
|
13
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysAlertCancelDirective, never>;
|
|
14
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<OasysAlertCancelDirective, "ui-alert-cancel, [ui-alert-cancel]", never, {}, {}, never, never, true, never>;
|
|
17
15
|
}
|
|
18
16
|
|
|
19
17
|
declare class OasysAlertConfirmDirective implements AfterContentChecked {
|
|
@@ -21,18 +19,18 @@ declare class OasysAlertConfirmDirective implements AfterContentChecked {
|
|
|
21
19
|
text: string;
|
|
22
20
|
constructor(elem: ElementRef);
|
|
23
21
|
ngAfterContentChecked(): void;
|
|
24
|
-
static ɵfac:
|
|
25
|
-
static ɵdir:
|
|
22
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysAlertConfirmDirective, never>;
|
|
23
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<OasysAlertConfirmDirective, "ui-alert-confirm, [ui-alert-confirm]", never, {}, {}, never, never, true, never>;
|
|
26
24
|
}
|
|
27
25
|
|
|
28
26
|
declare class OasysAlertContentDirective {
|
|
29
|
-
static ɵfac:
|
|
30
|
-
static ɵdir:
|
|
27
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysAlertContentDirective, never>;
|
|
28
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<OasysAlertContentDirective, "ui-alert-content, [ui-alert-content]", never, {}, {}, never, never, true, never>;
|
|
31
29
|
}
|
|
32
30
|
|
|
33
31
|
declare class OasysAlertTitleDirective {
|
|
34
|
-
static ɵfac:
|
|
35
|
-
static ɵdir:
|
|
32
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysAlertTitleDirective, never>;
|
|
33
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<OasysAlertTitleDirective, "ui-alert-title, [ui-alert-title]", never, {}, {}, never, never, true, never>;
|
|
36
34
|
}
|
|
37
35
|
|
|
38
36
|
declare enum Breakpoint {
|
|
@@ -48,8 +46,8 @@ declare class BreakpointService implements OnDestroy {
|
|
|
48
46
|
private readonly isDestroyed;
|
|
49
47
|
constructor(breakpointObserver: BreakpointObserver);
|
|
50
48
|
ngOnDestroy(): void;
|
|
51
|
-
static ɵfac:
|
|
52
|
-
static ɵprov:
|
|
49
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BreakpointService, never>;
|
|
50
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<BreakpointService>;
|
|
53
51
|
}
|
|
54
52
|
|
|
55
53
|
type IconNames = 'close' | 'menu' | 'tick' | 'heart' | 'heart-fill' | 'basket' | 'basket-fill' | 'user' | 'user-fill' | 'chevron-up' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'arrow-up' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'sort' | 'filter' | 'pin' | 'info' | 'error' | 'delivery' | 'tag' | 'bin' | 'bin-fill' | 'featured' | 'pen' | 'download' | 'card' | 'edit' | 'calendar' | 'play' | 'stop' | 'plus' | 'gift' | 'greeting-card' | 'logomark' | 'rewards' | 'prepayment' | 'pause' | 'zoom' | 'minus' | 'menu_settings' | 'menu_favourites' | 'menu_logout' | 'menu_occasions' | 'menu_orders' | 'menu_rewards' | 'menu_subscriptions' | 'submenu' | 'audio' | 'camera' | 'video' | 'lock' | 'lock-fill' | 'birthday_treat' | 'earn_points' | 'exclusive_sneak_peeks' | 'free_to_join' | 'secret_sales' | 'special_discounts' | 'take_money_off';
|
|
@@ -97,14 +95,14 @@ declare class OasysAlertComponent implements AfterContentChecked, AfterViewInit
|
|
|
97
95
|
ngAfterContentChecked(): void;
|
|
98
96
|
private checkVisibilityAndFocus;
|
|
99
97
|
private isComponentVisible;
|
|
100
|
-
static ɵfac:
|
|
101
|
-
static ɵcmp:
|
|
98
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysAlertComponent, never>;
|
|
99
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OasysAlertComponent, "ui-alert", never, { "direction": { "alias": "direction"; "required": false; }; "tone": { "alias": "tone"; "required": false; }; "aria_live": { "alias": "aria_live"; "required": false; }; "button_size": { "alias": "button_size"; "required": false; }; }, { "cancel": "cancel"; "confirm": "confirm"; }, ["cancelButton", "confirmButton"], ["ui-alert-title", "ui-alert-content", "ui-alert-cancel", "ui-alert-confirm"], true, never>;
|
|
102
100
|
}
|
|
103
101
|
|
|
104
102
|
declare class OasysAlertModule {
|
|
105
|
-
static ɵfac:
|
|
106
|
-
static ɵmod:
|
|
107
|
-
static ɵinj:
|
|
103
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysAlertModule, never>;
|
|
104
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OasysAlertModule, never, [typeof OasysAlertCancelDirective, typeof OasysAlertConfirmDirective, typeof OasysAlertContentDirective, typeof OasysAlertTitleDirective, typeof OasysAlertComponent], [typeof OasysAlertCancelDirective, typeof OasysAlertConfirmDirective, typeof OasysAlertContentDirective, typeof OasysAlertTitleDirective, typeof OasysAlertComponent]>;
|
|
105
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<OasysAlertModule>;
|
|
108
106
|
}
|
|
109
107
|
|
|
110
108
|
interface BreadcrumbsItem {
|
|
@@ -115,48 +113,48 @@ declare class BreadcrumbsComponent implements OnInit {
|
|
|
115
113
|
breadcrumbs_values: string | BreadcrumbsItem[];
|
|
116
114
|
values: BreadcrumbsItem[];
|
|
117
115
|
ngOnInit(): void;
|
|
118
|
-
static ɵfac:
|
|
119
|
-
static ɵcmp:
|
|
116
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BreadcrumbsComponent, never>;
|
|
117
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BreadcrumbsComponent, "ui-breadcrumbs", never, { "breadcrumbs_values": { "alias": "breadcrumbs_values"; "required": false; }; }, {}, never, never, true, never>;
|
|
120
118
|
}
|
|
121
119
|
|
|
122
120
|
/** @deprecated Import the standalone BreadcrumbsComponent directly instead. */
|
|
123
121
|
declare class OasysBreadcrumbModule {
|
|
124
|
-
static ɵfac:
|
|
125
|
-
static ɵmod:
|
|
126
|
-
static ɵinj:
|
|
122
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysBreadcrumbModule, never>;
|
|
123
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OasysBreadcrumbModule, never, [typeof BreadcrumbsComponent], [typeof BreadcrumbsComponent]>;
|
|
124
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<OasysBreadcrumbModule>;
|
|
127
125
|
}
|
|
128
126
|
|
|
129
127
|
declare class OasysButtonComponent implements AfterViewInit {
|
|
130
128
|
private readonly elementRef;
|
|
131
|
-
readonly button_icon:
|
|
132
|
-
readonly button_icon_placement:
|
|
133
|
-
readonly button_size:
|
|
134
|
-
readonly button_type:
|
|
135
|
-
readonly button_full_width:
|
|
136
|
-
readonly button_event_type:
|
|
137
|
-
readonly button_disabled:
|
|
138
|
-
readonly button_selected:
|
|
139
|
-
readonly button_text_nowrap:
|
|
140
|
-
readonly aria_label:
|
|
141
|
-
readonly aria_role:
|
|
142
|
-
readonly href:
|
|
143
|
-
readonly routerLink:
|
|
144
|
-
readonly clicked:
|
|
145
|
-
readonly ngContent:
|
|
146
|
-
protected readonly outlineButtonTypes:
|
|
147
|
-
readonly computedAccessibleButtonContent:
|
|
148
|
-
readonly computedButtonDisplayClasses:
|
|
129
|
+
readonly button_icon: _angular_core.InputSignal<IconNames>;
|
|
130
|
+
readonly button_icon_placement: _angular_core.InputSignal<IconContext>;
|
|
131
|
+
readonly button_size: _angular_core.InputSignal<UIButtonSize>;
|
|
132
|
+
readonly button_type: _angular_core.InputSignal<UIButtonType>;
|
|
133
|
+
readonly button_full_width: _angular_core.InputSignal<UIButtonBoolean>;
|
|
134
|
+
readonly button_event_type: _angular_core.InputSignal<UIButtonEventType>;
|
|
135
|
+
readonly button_disabled: _angular_core.InputSignal<UIButtonBoolean>;
|
|
136
|
+
readonly button_selected: _angular_core.InputSignal<UIButtonBoolean>;
|
|
137
|
+
readonly button_text_nowrap: _angular_core.InputSignal<UIButtonBoolean>;
|
|
138
|
+
readonly aria_label: _angular_core.InputSignal<string>;
|
|
139
|
+
readonly aria_role: _angular_core.InputSignal<string>;
|
|
140
|
+
readonly href: _angular_core.InputSignal<string>;
|
|
141
|
+
readonly routerLink: _angular_core.InputSignal<UrlTree>;
|
|
142
|
+
readonly clicked: _angular_core.OutputEmitterRef<void>;
|
|
143
|
+
readonly ngContent: _angular_core.Signal<ElementRef<HTMLElement>>;
|
|
144
|
+
protected readonly outlineButtonTypes: _angular_core.WritableSignal<string[]>;
|
|
145
|
+
readonly computedAccessibleButtonContent: _angular_core.Signal<string>;
|
|
146
|
+
readonly computedButtonDisplayClasses: _angular_core.Signal<string>;
|
|
149
147
|
ngAfterViewInit(): void;
|
|
150
148
|
onClick(): void;
|
|
151
|
-
static ɵfac:
|
|
152
|
-
static ɵcmp:
|
|
149
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysButtonComponent, never>;
|
|
150
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OasysButtonComponent, "ui-button", never, { "button_icon": { "alias": "button_icon"; "required": false; "isSignal": true; }; "button_icon_placement": { "alias": "button_icon_placement"; "required": false; "isSignal": true; }; "button_size": { "alias": "button_size"; "required": false; "isSignal": true; }; "button_type": { "alias": "button_type"; "required": false; "isSignal": true; }; "button_full_width": { "alias": "button_full_width"; "required": false; "isSignal": true; }; "button_event_type": { "alias": "button_event_type"; "required": false; "isSignal": true; }; "button_disabled": { "alias": "button_disabled"; "required": false; "isSignal": true; }; "button_selected": { "alias": "button_selected"; "required": false; "isSignal": true; }; "button_text_nowrap": { "alias": "button_text_nowrap"; "required": false; "isSignal": true; }; "aria_label": { "alias": "aria_label"; "required": false; "isSignal": true; }; "aria_role": { "alias": "aria_role"; "required": false; "isSignal": true; }; "href": { "alias": "href"; "required": false; "isSignal": true; }; "routerLink": { "alias": "routerLink"; "required": false; "isSignal": true; }; }, { "clicked": "clicked"; }, never, ["*"], true, never>;
|
|
153
151
|
}
|
|
154
152
|
|
|
155
153
|
/** @deprecated Import the standalone OasysButtonComponent directly instead. */
|
|
156
154
|
declare class OasysButtonModule {
|
|
157
|
-
static ɵfac:
|
|
158
|
-
static ɵmod:
|
|
159
|
-
static ɵinj:
|
|
155
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysButtonModule, never>;
|
|
156
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OasysButtonModule, never, [typeof OasysButtonComponent], [typeof OasysButtonComponent]>;
|
|
157
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<OasysButtonModule>;
|
|
160
158
|
}
|
|
161
159
|
|
|
162
160
|
declare class OasysButtonGroupComponent implements OnInit {
|
|
@@ -169,15 +167,15 @@ declare class OasysButtonGroupComponent implements OnInit {
|
|
|
169
167
|
constructor(breakpointService: BreakpointService);
|
|
170
168
|
ngOnInit(): void;
|
|
171
169
|
get shouldCollapse(): boolean;
|
|
172
|
-
static ɵfac:
|
|
173
|
-
static ɵcmp:
|
|
170
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysButtonGroupComponent, never>;
|
|
171
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OasysButtonGroupComponent, "ui-button-group", never, { "button_group_align": { "alias": "button_group_align"; "required": false; }; "button_group_collapse_below": { "alias": "button_group_collapse_below"; "required": false; }; "button_group_ghost_align": { "alias": "button_group_ghost_align"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
174
172
|
}
|
|
175
173
|
|
|
176
174
|
/** @deprecated Import the standalone OasysButtonGroupComponent directly instead. */
|
|
177
175
|
declare class OasysButtonGroupModule {
|
|
178
|
-
static ɵfac:
|
|
179
|
-
static ɵmod:
|
|
180
|
-
static ɵinj:
|
|
176
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysButtonGroupModule, never>;
|
|
177
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OasysButtonGroupModule, never, [typeof OasysButtonGroupComponent], [typeof OasysButtonGroupComponent]>;
|
|
178
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<OasysButtonGroupModule>;
|
|
181
179
|
}
|
|
182
180
|
|
|
183
181
|
declare class TokenService {
|
|
@@ -193,8 +191,8 @@ declare class TokenService {
|
|
|
193
191
|
* @returns {Observable<Element>}
|
|
194
192
|
*/
|
|
195
193
|
waitForElement(selector: string): Observable<Element>;
|
|
196
|
-
static ɵfac:
|
|
197
|
-
static ɵprov:
|
|
194
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TokenService, never>;
|
|
195
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<TokenService>;
|
|
198
196
|
}
|
|
199
197
|
|
|
200
198
|
type CardImageFormat = 'square' | 'portrait' | 'landscape';
|
|
@@ -226,15 +224,15 @@ declare class CardComponent implements OnInit, AfterViewInit {
|
|
|
226
224
|
* @returns - string to be used as the aspect ratio
|
|
227
225
|
*/
|
|
228
226
|
setImageAspectRatio(format: CardImageFormat): string;
|
|
229
|
-
static ɵfac:
|
|
230
|
-
static ɵcmp:
|
|
227
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CardComponent, never>;
|
|
228
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardComponent, "ui-card", never, { "label_text": { "alias": "label_text"; "required": false; }; "image": { "alias": "image"; "required": false; }; "alt_text": { "alias": "alt_text"; "required": false; }; "image_format": { "alias": "image_format"; "required": false; }; "small_title_left": { "alias": "small_title_left"; "required": false; }; "small_sub_title_right": { "alias": "small_sub_title_right"; "required": false; }; "standard_content": { "alias": "standard_content"; "required": false; }; "bold_content": { "alias": "bold_content"; "required": false; }; }, {}, never, never, true, never>;
|
|
231
229
|
}
|
|
232
230
|
|
|
233
231
|
/** @deprecated Import the standalone CardComponent directly instead. */
|
|
234
232
|
declare class OasysCardModule {
|
|
235
|
-
static ɵfac:
|
|
236
|
-
static ɵmod:
|
|
237
|
-
static ɵinj:
|
|
233
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysCardModule, never>;
|
|
234
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OasysCardModule, never, [typeof CardComponent], [typeof CardComponent]>;
|
|
235
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<OasysCardModule>;
|
|
238
236
|
}
|
|
239
237
|
|
|
240
238
|
type DividerType = 'primary' | 'secondary';
|
|
@@ -242,52 +240,52 @@ type DividerType = 'primary' | 'secondary';
|
|
|
242
240
|
declare class DividerComponent {
|
|
243
241
|
divider_type: DividerType;
|
|
244
242
|
getClass(): string;
|
|
245
|
-
static ɵfac:
|
|
246
|
-
static ɵcmp:
|
|
243
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DividerComponent, never>;
|
|
244
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DividerComponent, "ui-divider", never, { "divider_type": { "alias": "divider_type"; "required": false; }; }, {}, never, never, true, never>;
|
|
247
245
|
}
|
|
248
246
|
|
|
249
247
|
/** @deprecated Import the standalone DividerComponent directly instead. */
|
|
250
248
|
declare class OasysDividerModule {
|
|
251
|
-
static ɵfac:
|
|
252
|
-
static ɵmod:
|
|
253
|
-
static ɵinj:
|
|
249
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysDividerModule, never>;
|
|
250
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OasysDividerModule, never, [typeof DividerComponent], [typeof DividerComponent]>;
|
|
251
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<OasysDividerModule>;
|
|
254
252
|
}
|
|
255
253
|
|
|
256
254
|
declare class FormGroupComponent implements OnChanges {
|
|
257
|
-
group_title:
|
|
258
|
-
group_title_hidden:
|
|
259
|
-
group_type:
|
|
260
|
-
ariaLabel:
|
|
261
|
-
protected resolvedTitle:
|
|
255
|
+
group_title: _angular_core.InputSignal<string>;
|
|
256
|
+
group_title_hidden: _angular_core.InputSignal<boolean>;
|
|
257
|
+
group_type: _angular_core.InputSignal<"primary" | "secondary">;
|
|
258
|
+
ariaLabel: _angular_core.InputSignal<string>;
|
|
259
|
+
protected resolvedTitle: _angular_core.Signal<string>;
|
|
262
260
|
private hasWarnedMissingTitle;
|
|
263
261
|
private readonly FALLBACK_TITLE;
|
|
264
262
|
ngOnChanges(): void;
|
|
265
|
-
static ɵfac:
|
|
266
|
-
static ɵcmp:
|
|
263
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FormGroupComponent, never>;
|
|
264
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FormGroupComponent, "ui-form-group", never, { "group_title": { "alias": "group_title"; "required": true; "isSignal": true; }; "group_title_hidden": { "alias": "group_title_hidden"; "required": false; "isSignal": true; }; "group_type": { "alias": "group_type"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
267
265
|
}
|
|
268
266
|
|
|
269
267
|
/** @deprecated Import the standalone FormGroupComponent directly instead. */
|
|
270
268
|
declare class OasysFormGroupModule {
|
|
271
|
-
static ɵfac:
|
|
272
|
-
static ɵmod:
|
|
273
|
-
static ɵinj:
|
|
269
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysFormGroupModule, never>;
|
|
270
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OasysFormGroupModule, never, [typeof FormGroupComponent], [typeof FormGroupComponent]>;
|
|
271
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<OasysFormGroupModule>;
|
|
274
272
|
}
|
|
275
273
|
|
|
276
274
|
declare class CheckboxComponent implements ControlValueAccessor, OnInit {
|
|
277
275
|
private readonly tokenService;
|
|
278
276
|
private readonly idGenerator;
|
|
279
|
-
checkbox_type:
|
|
280
|
-
label:
|
|
281
|
-
required:
|
|
282
|
-
disabled:
|
|
283
|
-
ariaDescribedBy:
|
|
284
|
-
hide_checkbox:
|
|
285
|
-
iconName:
|
|
286
|
-
checked:
|
|
287
|
-
didChange:
|
|
288
|
-
id:
|
|
289
|
-
iconSize:
|
|
290
|
-
hint:
|
|
277
|
+
checkbox_type: _angular_core.InputSignal<"primary" | "secondary">;
|
|
278
|
+
label: _angular_core.InputSignal<string>;
|
|
279
|
+
required: _angular_core.InputSignal<boolean>;
|
|
280
|
+
disabled: _angular_core.InputSignal<boolean>;
|
|
281
|
+
ariaDescribedBy: _angular_core.InputSignal<string>;
|
|
282
|
+
hide_checkbox: _angular_core.InputSignal<boolean>;
|
|
283
|
+
iconName: _angular_core.InputSignal<IconNames>;
|
|
284
|
+
checked: _angular_core.ModelSignal<boolean>;
|
|
285
|
+
didChange: _angular_core.OutputEmitterRef<boolean>;
|
|
286
|
+
id: _angular_core.WritableSignal<string | number>;
|
|
287
|
+
iconSize: _angular_core.WritableSignal<string>;
|
|
288
|
+
hint: _angular_core.Signal<string>;
|
|
291
289
|
ngOnInit(): void;
|
|
292
290
|
onChange: (value: boolean) => void;
|
|
293
291
|
onTouched: () => void;
|
|
@@ -295,15 +293,15 @@ declare class CheckboxComponent implements ControlValueAccessor, OnInit {
|
|
|
295
293
|
registerOnChange(fn: (value: boolean) => void): void;
|
|
296
294
|
registerOnTouched(fn: () => void): void;
|
|
297
295
|
onModelChange(event: boolean): void;
|
|
298
|
-
static ɵfac:
|
|
299
|
-
static ɵcmp:
|
|
296
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
297
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CheckboxComponent, "ui-checkbox", never, { "checkbox_type": { "alias": "checkbox_type"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": true; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; "isSignal": true; }; "hide_checkbox": { "alias": "hide_checkbox"; "required": false; "isSignal": true; }; "iconName": { "alias": "iconName"; "required": false; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; }, { "checked": "checkedChange"; "didChange": "didChange"; }, never, ["[tertiary-content]", "*"], true, never>;
|
|
300
298
|
}
|
|
301
299
|
|
|
302
300
|
/** @deprecated Import the standalone CheckboxComponent directly instead. */
|
|
303
301
|
declare class OasysCheckboxModule {
|
|
304
|
-
static ɵfac:
|
|
305
|
-
static ɵmod:
|
|
306
|
-
static ɵinj:
|
|
302
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysCheckboxModule, never>;
|
|
303
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OasysCheckboxModule, never, [typeof CheckboxComponent], [typeof CheckboxComponent]>;
|
|
304
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<OasysCheckboxModule>;
|
|
307
305
|
}
|
|
308
306
|
|
|
309
307
|
declare class RadioComponent implements ControlValueAccessor {
|
|
@@ -311,19 +309,19 @@ declare class RadioComponent implements ControlValueAccessor {
|
|
|
311
309
|
private readonly FORWARD_KEYS;
|
|
312
310
|
private idGenerator;
|
|
313
311
|
private document;
|
|
314
|
-
radio_type:
|
|
315
|
-
label:
|
|
316
|
-
name:
|
|
317
|
-
checked:
|
|
318
|
-
disabled:
|
|
319
|
-
ariaDescribedBy:
|
|
320
|
-
hide_radio:
|
|
321
|
-
iconName:
|
|
322
|
-
value:
|
|
323
|
-
didChange:
|
|
324
|
-
id:
|
|
325
|
-
selectedValue:
|
|
326
|
-
hint:
|
|
312
|
+
radio_type: _angular_core.InputSignal<"primary" | "secondary">;
|
|
313
|
+
label: _angular_core.InputSignal<string>;
|
|
314
|
+
name: _angular_core.InputSignal<string>;
|
|
315
|
+
checked: _angular_core.InputSignal<boolean>;
|
|
316
|
+
disabled: _angular_core.InputSignal<boolean>;
|
|
317
|
+
ariaDescribedBy: _angular_core.InputSignal<string>;
|
|
318
|
+
hide_radio: _angular_core.InputSignal<boolean>;
|
|
319
|
+
iconName: _angular_core.InputSignal<IconNames>;
|
|
320
|
+
value: _angular_core.ModelSignal<string>;
|
|
321
|
+
didChange: _angular_core.OutputEmitterRef<string>;
|
|
322
|
+
id: _angular_core.WritableSignal<string | number>;
|
|
323
|
+
selectedValue: _angular_core.WritableSignal<string>;
|
|
324
|
+
hint: _angular_core.Signal<string>;
|
|
327
325
|
onChange: (value: string | undefined) => void;
|
|
328
326
|
onTouched: () => void;
|
|
329
327
|
selectOption(): void;
|
|
@@ -332,15 +330,15 @@ declare class RadioComponent implements ControlValueAccessor {
|
|
|
332
330
|
registerOnTouched(fn: () => void): void;
|
|
333
331
|
onModelChange(event: string): void;
|
|
334
332
|
onKeyDown(event: KeyboardEvent): void;
|
|
335
|
-
static ɵfac:
|
|
336
|
-
static ɵcmp:
|
|
333
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RadioComponent, never>;
|
|
334
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RadioComponent, "ui-radio", never, { "radio_type": { "alias": "radio_type"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": true; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; "isSignal": true; }; "hide_radio": { "alias": "hide_radio"; "required": false; "isSignal": true; }; "iconName": { "alias": "iconName"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "didChange": "didChange"; }, never, ["[tertiary-content]", "*"], true, never>;
|
|
337
335
|
}
|
|
338
336
|
|
|
339
337
|
/** @deprecated Import the standalone RadioComponent directly instead. */
|
|
340
338
|
declare class OasysRadioModule {
|
|
341
|
-
static ɵfac:
|
|
342
|
-
static ɵmod:
|
|
343
|
-
static ɵinj:
|
|
339
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysRadioModule, never>;
|
|
340
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OasysRadioModule, never, [typeof RadioComponent], [typeof RadioComponent]>;
|
|
341
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<OasysRadioModule>;
|
|
344
342
|
}
|
|
345
343
|
|
|
346
344
|
type TextInputType = 'text' | 'email' | 'password' | 'tel' | 'url' | 'search' | 'number';
|
|
@@ -359,35 +357,35 @@ interface ValidationErrorTypes {
|
|
|
359
357
|
}
|
|
360
358
|
|
|
361
359
|
declare class TextInputComponent implements ControlValueAccessor, OnInit {
|
|
362
|
-
label:
|
|
363
|
-
hint:
|
|
364
|
-
optional:
|
|
365
|
-
type:
|
|
366
|
-
inputmode:
|
|
367
|
-
autocomplete:
|
|
368
|
-
autofocus:
|
|
369
|
-
minlength:
|
|
370
|
-
maxlength:
|
|
371
|
-
pattern:
|
|
372
|
-
autocorrect:
|
|
373
|
-
disabled:
|
|
374
|
-
aria_label:
|
|
375
|
-
show_password_string:
|
|
376
|
-
hide_password_string:
|
|
377
|
-
show_password_aria_label:
|
|
378
|
-
hide_password_aria_label:
|
|
379
|
-
validation_messages:
|
|
380
|
-
didChange:
|
|
381
|
-
prefaceContent:
|
|
382
|
-
protected textValue:
|
|
383
|
-
protected showPassword:
|
|
384
|
-
protected inputDidChange:
|
|
385
|
-
protected textInputType:
|
|
386
|
-
protected isFocused:
|
|
387
|
-
protected id:
|
|
388
|
-
protected safariAutocorrect:
|
|
389
|
-
hidePasswordLabel:
|
|
390
|
-
shouldShowHint:
|
|
360
|
+
label: _angular_core.InputSignal<string>;
|
|
361
|
+
hint: _angular_core.InputSignal<string>;
|
|
362
|
+
optional: _angular_core.InputSignal<boolean>;
|
|
363
|
+
type: _angular_core.InputSignal<TextInputType>;
|
|
364
|
+
inputmode: _angular_core.InputSignal<TextInputMode>;
|
|
365
|
+
autocomplete: _angular_core.InputSignal<AutocompleteType>;
|
|
366
|
+
autofocus: _angular_core.InputSignal<boolean>;
|
|
367
|
+
minlength: _angular_core.InputSignal<number>;
|
|
368
|
+
maxlength: _angular_core.InputSignal<number>;
|
|
369
|
+
pattern: _angular_core.InputSignal<string>;
|
|
370
|
+
autocorrect: _angular_core.InputSignal<boolean>;
|
|
371
|
+
disabled: _angular_core.InputSignal<boolean>;
|
|
372
|
+
aria_label: _angular_core.InputSignal<string>;
|
|
373
|
+
show_password_string: _angular_core.InputSignal<string>;
|
|
374
|
+
hide_password_string: _angular_core.InputSignal<string>;
|
|
375
|
+
show_password_aria_label: _angular_core.InputSignal<string>;
|
|
376
|
+
hide_password_aria_label: _angular_core.InputSignal<string>;
|
|
377
|
+
validation_messages: _angular_core.InputSignal<ValidationErrorTypes>;
|
|
378
|
+
didChange: _angular_core.OutputEmitterRef<string>;
|
|
379
|
+
prefaceContent: _angular_core.Signal<ElementRef<HTMLElement>>;
|
|
380
|
+
protected textValue: _angular_core.WritableSignal<string>;
|
|
381
|
+
protected showPassword: _angular_core.WritableSignal<boolean>;
|
|
382
|
+
protected inputDidChange: _angular_core.WritableSignal<boolean>;
|
|
383
|
+
protected textInputType: _angular_core.WritableSignal<TextInputType>;
|
|
384
|
+
protected isFocused: _angular_core.WritableSignal<boolean>;
|
|
385
|
+
protected id: _angular_core.WritableSignal<string>;
|
|
386
|
+
protected safariAutocorrect: _angular_core.WritableSignal<"off" | "on">;
|
|
387
|
+
hidePasswordLabel: _angular_core.Signal<string>;
|
|
388
|
+
shouldShowHint: _angular_core.Signal<boolean>;
|
|
391
389
|
ngOnInit(): void;
|
|
392
390
|
onChange: (value: string) => void;
|
|
393
391
|
onTouched: () => void;
|
|
@@ -402,38 +400,38 @@ declare class TextInputComponent implements ControlValueAccessor, OnInit {
|
|
|
402
400
|
accessibleAriaLabel(): string | undefined;
|
|
403
401
|
getInputMode(): string | undefined;
|
|
404
402
|
getAriaDescribedBy(): string | undefined;
|
|
405
|
-
static ɵfac:
|
|
406
|
-
static ɵcmp:
|
|
403
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TextInputComponent, never>;
|
|
404
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TextInputComponent, "ui-text-input", never, { "label": { "alias": "label"; "required": true; "isSignal": true; }; "hint": { "alias": "hint"; "required": false; "isSignal": true; }; "optional": { "alias": "optional"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "inputmode": { "alias": "inputmode"; "required": false; "isSignal": true; }; "autocomplete": { "alias": "autocomplete"; "required": false; "isSignal": true; }; "autofocus": { "alias": "autofocus"; "required": false; "isSignal": true; }; "minlength": { "alias": "minlength"; "required": false; "isSignal": true; }; "maxlength": { "alias": "maxlength"; "required": false; "isSignal": true; }; "pattern": { "alias": "pattern"; "required": false; "isSignal": true; }; "autocorrect": { "alias": "autocorrect"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "aria_label": { "alias": "aria_label"; "required": false; "isSignal": true; }; "show_password_string": { "alias": "show_password_string"; "required": false; "isSignal": true; }; "hide_password_string": { "alias": "hide_password_string"; "required": false; "isSignal": true; }; "show_password_aria_label": { "alias": "show_password_aria_label"; "required": false; "isSignal": true; }; "hide_password_aria_label": { "alias": "hide_password_aria_label"; "required": false; "isSignal": true; }; "validation_messages": { "alias": "validation_messages"; "required": false; "isSignal": true; }; }, { "didChange": "didChange"; }, never, ["[preface]", "ui-form-errors"], true, never>;
|
|
407
405
|
}
|
|
408
406
|
|
|
409
407
|
/** @deprecated Import the standalone TextInputComponent directly instead. */
|
|
410
408
|
declare class OasysTextInputModule {
|
|
411
|
-
static ɵfac:
|
|
412
|
-
static ɵmod:
|
|
413
|
-
static ɵinj:
|
|
409
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysTextInputModule, never>;
|
|
410
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OasysTextInputModule, never, [typeof TextInputComponent], [typeof TextInputComponent]>;
|
|
411
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<OasysTextInputModule>;
|
|
414
412
|
}
|
|
415
413
|
|
|
416
414
|
declare class TextareaComponent implements ControlValueAccessor, OnInit {
|
|
417
|
-
label:
|
|
418
|
-
hint:
|
|
419
|
-
placeholder:
|
|
420
|
-
min_rows:
|
|
421
|
-
max_rows:
|
|
422
|
-
char_limit:
|
|
423
|
-
show_counter:
|
|
424
|
-
optional:
|
|
425
|
-
disabled:
|
|
426
|
-
readonly:
|
|
427
|
-
didChange:
|
|
428
|
-
protected textareaEl:
|
|
429
|
-
protected textValue:
|
|
430
|
-
protected cvaDisabled:
|
|
431
|
-
protected inputDidChange:
|
|
432
|
-
protected id:
|
|
433
|
-
protected isDisabled:
|
|
434
|
-
protected charCount:
|
|
435
|
-
protected isOverLimit:
|
|
436
|
-
protected counterId:
|
|
415
|
+
label: _angular_core.InputSignal<string>;
|
|
416
|
+
hint: _angular_core.InputSignal<string>;
|
|
417
|
+
placeholder: _angular_core.InputSignal<string>;
|
|
418
|
+
min_rows: _angular_core.InputSignal<number>;
|
|
419
|
+
max_rows: _angular_core.InputSignal<number>;
|
|
420
|
+
char_limit: _angular_core.InputSignal<number>;
|
|
421
|
+
show_counter: _angular_core.InputSignal<boolean>;
|
|
422
|
+
optional: _angular_core.InputSignal<boolean>;
|
|
423
|
+
disabled: _angular_core.InputSignal<boolean>;
|
|
424
|
+
readonly: _angular_core.InputSignal<boolean>;
|
|
425
|
+
didChange: _angular_core.OutputEmitterRef<string>;
|
|
426
|
+
protected textareaEl: _angular_core.Signal<ElementRef<HTMLTextAreaElement>>;
|
|
427
|
+
protected textValue: _angular_core.WritableSignal<string>;
|
|
428
|
+
protected cvaDisabled: _angular_core.WritableSignal<boolean>;
|
|
429
|
+
protected inputDidChange: _angular_core.WritableSignal<boolean>;
|
|
430
|
+
protected id: _angular_core.WritableSignal<string>;
|
|
431
|
+
protected isDisabled: _angular_core.Signal<boolean>;
|
|
432
|
+
protected charCount: _angular_core.Signal<number>;
|
|
433
|
+
protected isOverLimit: _angular_core.Signal<boolean>;
|
|
434
|
+
protected counterId: _angular_core.Signal<string>;
|
|
437
435
|
constructor();
|
|
438
436
|
ngOnInit(): void;
|
|
439
437
|
onChange: (value: string) => void;
|
|
@@ -446,23 +444,23 @@ declare class TextareaComponent implements ControlValueAccessor, OnInit {
|
|
|
446
444
|
onBlur(): void;
|
|
447
445
|
getAriaDescribedBy(): string | undefined;
|
|
448
446
|
private autosize;
|
|
449
|
-
static ɵfac:
|
|
450
|
-
static ɵcmp:
|
|
447
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TextareaComponent, never>;
|
|
448
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TextareaComponent, "ui-textarea", never, { "label": { "alias": "label"; "required": true; "isSignal": true; }; "hint": { "alias": "hint"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "min_rows": { "alias": "min_rows"; "required": false; "isSignal": true; }; "max_rows": { "alias": "max_rows"; "required": false; "isSignal": true; }; "char_limit": { "alias": "char_limit"; "required": false; "isSignal": true; }; "show_counter": { "alias": "show_counter"; "required": false; "isSignal": true; }; "optional": { "alias": "optional"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; }, { "didChange": "didChange"; }, never, ["ui-form-errors"], true, never>;
|
|
451
449
|
}
|
|
452
450
|
|
|
453
451
|
declare class ChipComponent implements ControlValueAccessor {
|
|
454
|
-
chip_type:
|
|
455
|
-
icon_name:
|
|
456
|
-
label:
|
|
457
|
-
disabled:
|
|
458
|
-
ariaDescribedBy:
|
|
459
|
-
required:
|
|
460
|
-
name:
|
|
461
|
-
value:
|
|
462
|
-
didChange:
|
|
452
|
+
chip_type: _angular_core.InputSignal<"checkbox" | "radio">;
|
|
453
|
+
icon_name: _angular_core.InputSignal<IconNames>;
|
|
454
|
+
label: _angular_core.InputSignal<string>;
|
|
455
|
+
disabled: _angular_core.InputSignal<boolean>;
|
|
456
|
+
ariaDescribedBy: _angular_core.InputSignal<string>;
|
|
457
|
+
required: _angular_core.InputSignal<boolean>;
|
|
458
|
+
name: _angular_core.InputSignal<string>;
|
|
459
|
+
value: _angular_core.ModelSignal<string | boolean>;
|
|
460
|
+
didChange: _angular_core.OutputEmitterRef<string | boolean>;
|
|
463
461
|
private readonly idGenerator;
|
|
464
|
-
id:
|
|
465
|
-
selectedValue:
|
|
462
|
+
id: _angular_core.WritableSignal<string>;
|
|
463
|
+
selectedValue: _angular_core.WritableSignal<string | boolean>;
|
|
466
464
|
onChange: (value: string | boolean) => void;
|
|
467
465
|
onTouched: () => void;
|
|
468
466
|
/**
|
|
@@ -485,30 +483,30 @@ declare class ChipComponent implements ControlValueAccessor {
|
|
|
485
483
|
* @param event
|
|
486
484
|
*/
|
|
487
485
|
onModalChange(event: string | boolean): void;
|
|
488
|
-
static ɵfac:
|
|
489
|
-
static ɵcmp:
|
|
486
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ChipComponent, never>;
|
|
487
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ChipComponent, "ui-chip", never, { "chip_type": { "alias": "chip_type"; "required": false; "isSignal": true; }; "icon_name": { "alias": "icon_name"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": true; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "didChange": "didChange"; }, never, ["*", "*"], true, never>;
|
|
490
488
|
}
|
|
491
489
|
|
|
492
490
|
/** @deprecated Import the standalone ChipComponent directly instead. */
|
|
493
491
|
declare class OasysChipModule {
|
|
494
|
-
static ɵfac:
|
|
495
|
-
static ɵmod:
|
|
496
|
-
static ɵinj:
|
|
492
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysChipModule, never>;
|
|
493
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OasysChipModule, never, [typeof ChipComponent], [typeof ChipComponent]>;
|
|
494
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<OasysChipModule>;
|
|
497
495
|
}
|
|
498
496
|
|
|
499
497
|
declare class FormErrorsComponent {
|
|
500
|
-
errors:
|
|
501
|
-
error_messages:
|
|
502
|
-
errorMessage:
|
|
503
|
-
static ɵfac:
|
|
504
|
-
static ɵcmp:
|
|
498
|
+
errors: _angular_core.InputSignal<ValidationErrors>;
|
|
499
|
+
error_messages: _angular_core.InputSignal<ValidationErrorTypes>;
|
|
500
|
+
errorMessage: _angular_core.Signal<string>;
|
|
501
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FormErrorsComponent, never>;
|
|
502
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FormErrorsComponent, "ui-form-errors", never, { "errors": { "alias": "errors"; "required": false; "isSignal": true; }; "error_messages": { "alias": "error_messages"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
505
503
|
}
|
|
506
504
|
|
|
507
505
|
/** @deprecated Import the standalone FormErrorsComponent directly instead. */
|
|
508
506
|
declare class OasysFormErrorsModule {
|
|
509
|
-
static ɵfac:
|
|
510
|
-
static ɵmod:
|
|
511
|
-
static ɵinj:
|
|
507
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysFormErrorsModule, never>;
|
|
508
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OasysFormErrorsModule, never, [typeof FormErrorsComponent], [typeof FormErrorsComponent]>;
|
|
509
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<OasysFormErrorsModule>;
|
|
512
510
|
}
|
|
513
511
|
|
|
514
512
|
type HeadingType = 'hero' | 'primary' | 'secondary' | 'functional-primary' | 'functional-secondary';
|
|
@@ -538,15 +536,15 @@ declare class OasysHeadingComponent implements OnInit {
|
|
|
538
536
|
setupHeadingStackAlignment(headingType: HeadingType): void;
|
|
539
537
|
setupHeadingStackGap(headingType: HeadingType): void;
|
|
540
538
|
ngOnInit(): void;
|
|
541
|
-
static ɵfac:
|
|
542
|
-
static ɵcmp:
|
|
539
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysHeadingComponent, never>;
|
|
540
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OasysHeadingComponent, "ui-heading", never, { "heading_type": { "alias": "heading_type"; "required": false; }; "heading_on_dark": { "alias": "heading_on_dark"; "required": false; }; "heading_title": { "alias": "heading_title"; "required": false; }; "heading_seo_priority": { "alias": "heading_seo_priority"; "required": false; }; "heading_priority": { "alias": "heading_priority"; "required": false; }; "heading_alignment_override": { "alias": "heading_alignment_override"; "required": false; }; "heading_subtitle": { "alias": "heading_subtitle"; "required": false; }; "heading_surtitle": { "alias": "heading_surtitle"; "required": false; }; "heading_level": { "alias": "heading_level"; "required": false; }; }, {}, never, never, true, never>;
|
|
543
541
|
}
|
|
544
542
|
|
|
545
543
|
/** @deprecated Import the standalone OasysHeadingComponent directly instead. */
|
|
546
544
|
declare class OasysHeadingModule {
|
|
547
|
-
static ɵfac:
|
|
548
|
-
static ɵmod:
|
|
549
|
-
static ɵinj:
|
|
545
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysHeadingModule, never>;
|
|
546
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OasysHeadingModule, never, [typeof OasysHeadingComponent], [typeof OasysHeadingComponent]>;
|
|
547
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<OasysHeadingModule>;
|
|
550
548
|
}
|
|
551
549
|
|
|
552
550
|
type LayoutBaseSizes = 'none' | 'tiny' | 'tight' | 'near' | 'default' | 'expanded' | 'gutter' | undefined;
|
|
@@ -607,50 +605,15 @@ declare class HeroComponent implements OnInit, AfterViewInit {
|
|
|
607
605
|
setNonBrandBackgroundColour(): void;
|
|
608
606
|
ngAfterViewInit(): void;
|
|
609
607
|
ngOnInit(): void;
|
|
610
|
-
static ɵfac:
|
|
611
|
-
static ɵcmp:
|
|
608
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<HeroComponent, never>;
|
|
609
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<HeroComponent, "ui-hero", never, { "min_container_height": { "alias": "min_container_height"; "required": false; }; "image_left_desktop": { "alias": "image_left_desktop"; "required": false; }; "image_top_mobile": { "alias": "image_top_mobile"; "required": false; }; "background_colour": { "alias": "background_colour"; "required": false; }; "non_brand_background_colour": { "alias": "non_brand_background_colour"; "required": false; }; "heading_title": { "alias": "heading_title"; "required": false; }; "heading_subtitle": { "alias": "heading_subtitle"; "required": false; }; "heading_surtitle": { "alias": "heading_surtitle"; "required": false; }; "primary_cta_text": { "alias": "primary_cta_text"; "required": false; }; "secondary_cta_text": { "alias": "secondary_cta_text"; "required": false; }; "image": { "alias": "image"; "required": false; }; "alt_text": { "alias": "alt_text"; "required": false; }; "media_type": { "alias": "media_type"; "required": false; }; "text_on_dark_override": { "alias": "text_on_dark_override"; "required": false; }; "heading_level": { "alias": "heading_level"; "required": false; }; "href_primary_cta": { "alias": "href_primary_cta"; "required": false; }; "href_secondary_cta": { "alias": "href_secondary_cta"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
612
610
|
}
|
|
613
611
|
|
|
614
612
|
/** @deprecated Import the standalone HeroComponent directly instead. */
|
|
615
613
|
declare class OasysHeroModule {
|
|
616
|
-
static ɵfac:
|
|
617
|
-
static ɵmod:
|
|
618
|
-
static ɵinj:
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
interface linkItem {
|
|
622
|
-
href: string;
|
|
623
|
-
name: string;
|
|
624
|
-
}
|
|
625
|
-
/**
|
|
626
|
-
* @deprecated Use the SeoBlock component from bloomandwild-frontend instead.
|
|
627
|
-
*/
|
|
628
|
-
declare class SeoBlockComponent implements OnInit {
|
|
629
|
-
heading_paragraph: string;
|
|
630
|
-
heading_links: string;
|
|
631
|
-
main_content: string;
|
|
632
|
-
expanded_content: string;
|
|
633
|
-
links: string | linkItem[];
|
|
634
|
-
read_more_content_text: string;
|
|
635
|
-
read_less_content_text: string;
|
|
636
|
-
show_more_links_text: string;
|
|
637
|
-
show_less_links_text: string;
|
|
638
|
-
linksColumnsNumber: number;
|
|
639
|
-
expandedLinksVisible: boolean;
|
|
640
|
-
expandedContentVisible: boolean;
|
|
641
|
-
linksValues: linkItem[];
|
|
642
|
-
showMoreLinks(flag: boolean): void;
|
|
643
|
-
showMoreContent(flag: boolean): void;
|
|
644
|
-
ngOnInit(): void;
|
|
645
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SeoBlockComponent, never>;
|
|
646
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SeoBlockComponent, "ui-seo-block", never, { "heading_paragraph": { "alias": "heading_paragraph"; "required": false; }; "heading_links": { "alias": "heading_links"; "required": false; }; "main_content": { "alias": "main_content"; "required": false; }; "expanded_content": { "alias": "expanded_content"; "required": false; }; "links": { "alias": "links"; "required": false; }; "read_more_content_text": { "alias": "read_more_content_text"; "required": false; }; "read_less_content_text": { "alias": "read_less_content_text"; "required": false; }; "show_more_links_text": { "alias": "show_more_links_text"; "required": false; }; "show_less_links_text": { "alias": "show_less_links_text"; "required": false; }; }, {}, never, never, true, never>;
|
|
647
|
-
}
|
|
648
|
-
|
|
649
|
-
/** @deprecated Use the SeoBlock component from bloomandwild-frontend instead. */
|
|
650
|
-
declare class OasysSeoBlockModule {
|
|
651
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OasysSeoBlockModule, never>;
|
|
652
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OasysSeoBlockModule, never, [typeof SeoBlockComponent], [typeof SeoBlockComponent]>;
|
|
653
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<OasysSeoBlockModule>;
|
|
614
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysHeroModule, never>;
|
|
615
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OasysHeroModule, never, [typeof HeroComponent], [typeof HeroComponent]>;
|
|
616
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<OasysHeroModule>;
|
|
654
617
|
}
|
|
655
618
|
|
|
656
619
|
declare class IconComponent implements OnInit, OnChanges {
|
|
@@ -670,15 +633,15 @@ declare class IconComponent implements OnInit, OnChanges {
|
|
|
670
633
|
getSizeInPixels(size: string): number;
|
|
671
634
|
ngOnChanges(): void;
|
|
672
635
|
ngOnInit(): void;
|
|
673
|
-
static ɵfac:
|
|
674
|
-
static ɵcmp:
|
|
636
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<IconComponent, never>;
|
|
637
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<IconComponent, "ui-icon", never, { "icon_size": { "alias": "icon_size"; "required": false; }; "icon_size_override": { "alias": "icon_size_override"; "required": false; }; "icon_name": { "alias": "icon_name"; "required": false; }; "icon_context": { "alias": "icon_context"; "required": false; }; "alt_text": { "alias": "alt_text"; "required": false; }; "icon_class": { "alias": "icon_class"; "required": false; }; }, {}, never, never, true, never>;
|
|
675
638
|
}
|
|
676
639
|
|
|
677
640
|
/** @deprecated Import the standalone IconComponent directly instead. */
|
|
678
641
|
declare class OasysIconModule {
|
|
679
|
-
static ɵfac:
|
|
680
|
-
static ɵmod:
|
|
681
|
-
static ɵinj:
|
|
642
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysIconModule, never>;
|
|
643
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OasysIconModule, never, [typeof IconComponent], [typeof IconComponent]>;
|
|
644
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<OasysIconModule>;
|
|
682
645
|
}
|
|
683
646
|
|
|
684
647
|
interface ImageUrlResponse {
|
|
@@ -726,7 +689,7 @@ declare class ImageComponent implements OnInit, OnChanges {
|
|
|
726
689
|
image_sizes: string | null;
|
|
727
690
|
readonly image_loaded: EventEmitter<void>;
|
|
728
691
|
private readonly imageUrlProvider;
|
|
729
|
-
readonly image:
|
|
692
|
+
readonly image: _angular_core.WritableSignal<UIImage>;
|
|
730
693
|
private readonly breakpoints;
|
|
731
694
|
private readonly fallbackBreakpoint;
|
|
732
695
|
get class(): string;
|
|
@@ -744,15 +707,15 @@ declare class ImageComponent implements OnInit, OnChanges {
|
|
|
744
707
|
createImage(): void;
|
|
745
708
|
private resolveLoading;
|
|
746
709
|
private resolveSizes;
|
|
747
|
-
static ɵfac:
|
|
748
|
-
static ɵcmp:
|
|
710
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ImageComponent, never>;
|
|
711
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ImageComponent, "ui-image", never, { "image_src": { "alias": "image_src"; "required": true; }; "image_alt_text": { "alias": "image_alt_text"; "required": false; }; "image_aria_describedby": { "alias": "image_aria_describedby"; "required": false; }; "image_fill": { "alias": "image_fill"; "required": false; }; "fetchpriority": { "alias": "fetchpriority"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "preload_aspect_ratio": { "alias": "preload_aspect_ratio"; "required": false; }; "image_width": { "alias": "image_width"; "required": false; }; "image_sizes": { "alias": "image_sizes"; "required": false; }; }, { "image_loaded": "image_loaded"; }, never, never, true, never>;
|
|
749
712
|
}
|
|
750
713
|
|
|
751
714
|
/** @deprecated Import the standalone ImageComponent directly instead. */
|
|
752
715
|
declare class OasysImageModule {
|
|
753
|
-
static ɵfac:
|
|
754
|
-
static ɵmod:
|
|
755
|
-
static ɵinj:
|
|
716
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysImageModule, never>;
|
|
717
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OasysImageModule, never, [typeof ImageComponent], [typeof ImageComponent]>;
|
|
718
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<OasysImageModule>;
|
|
756
719
|
}
|
|
757
720
|
|
|
758
721
|
type BoxBorderBrand = 'primary' | 'primary-on-dark' | 'secondary';
|
|
@@ -806,8 +769,8 @@ declare class LayoutBoxComponent implements OnInit, OnChanges {
|
|
|
806
769
|
ngOnChanges(): void;
|
|
807
770
|
ngOnInit(): void;
|
|
808
771
|
private getBoxModeClass;
|
|
809
|
-
static ɵfac:
|
|
810
|
-
static ɵcmp:
|
|
772
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<LayoutBoxComponent, never>;
|
|
773
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<LayoutBoxComponent, "ui-box", never, { "box_space": { "alias": "box_space"; "required": false; }; "box_role": { "alias": "box_role"; "required": false; }; "box_space_top": { "alias": "box_space_top"; "required": false; }; "box_space_right": { "alias": "box_space_right"; "required": false; }; "box_space_bottom": { "alias": "box_space_bottom"; "required": false; }; "box_space_left": { "alias": "box_space_left"; "required": false; }; "box_align_x": { "alias": "box_align_x"; "required": false; }; "box_align_y": { "alias": "box_align_y"; "required": false; }; "box_fill_mode": { "alias": "box_fill_mode"; "required": false; }; "box_background": { "alias": "box_background"; "required": false; }; "box_content_fill_width": { "alias": "box_content_fill_width"; "required": false; }; "box_border_color": { "alias": "box_border_color"; "required": false; }; "box_border_width": { "alias": "box_border_width"; "required": false; }; "box_border_style": { "alias": "box_border_style"; "required": false; }; "box_border_radius": { "alias": "box_border_radius"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
811
774
|
}
|
|
812
775
|
|
|
813
776
|
declare class LayoutContainerComponent implements OnInit, OnChanges {
|
|
@@ -822,8 +785,8 @@ declare class LayoutContainerComponent implements OnInit, OnChanges {
|
|
|
822
785
|
constructor(changes: ChangeDetectorRef);
|
|
823
786
|
ngOnChanges(): void;
|
|
824
787
|
ngOnInit(): void;
|
|
825
|
-
static ɵfac:
|
|
826
|
-
static ɵcmp:
|
|
788
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<LayoutContainerComponent, never>;
|
|
789
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<LayoutContainerComponent, "ui-container", never, { "container_fluid": { "alias": "container_fluid"; "required": false; }; "container_gutter": { "alias": "container_gutter"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
827
790
|
}
|
|
828
791
|
|
|
829
792
|
declare class LayoutGridColumnComponent implements OnInit, OnChanges {
|
|
@@ -838,8 +801,8 @@ declare class LayoutGridColumnComponent implements OnInit, OnChanges {
|
|
|
838
801
|
getSizeClasses(columns: ResponsiveGridColumns, classString: string): string[];
|
|
839
802
|
ngOnChanges(): void;
|
|
840
803
|
ngOnInit(): void;
|
|
841
|
-
static ɵfac:
|
|
842
|
-
static ɵcmp:
|
|
804
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<LayoutGridColumnComponent, never>;
|
|
805
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<LayoutGridColumnComponent, "ui-column", never, { "columns": { "alias": "columns"; "required": false; }; "column_inset": { "alias": "column_inset"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
843
806
|
}
|
|
844
807
|
|
|
845
808
|
declare class LayoutGridComponent implements OnInit, OnChanges {
|
|
@@ -855,8 +818,8 @@ declare class LayoutGridComponent implements OnInit, OnChanges {
|
|
|
855
818
|
get gridTemplateColumns(): string | null;
|
|
856
819
|
ngOnChanges(): void;
|
|
857
820
|
ngOnInit(): void;
|
|
858
|
-
static ɵfac:
|
|
859
|
-
static ɵcmp:
|
|
821
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<LayoutGridComponent, never>;
|
|
822
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<LayoutGridComponent, "ui-grid", never, { "grid_auto": { "alias": "grid_auto"; "required": false; }; "grid_collapse_below": { "alias": "grid_collapse_below"; "required": false; }; "grid_gap": { "alias": "grid_gap"; "required": false; }; "grid_base": { "alias": "grid_base"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
860
823
|
}
|
|
861
824
|
|
|
862
825
|
declare class LayoutStackComponent implements OnInit, OnChanges {
|
|
@@ -875,118 +838,48 @@ declare class LayoutStackComponent implements OnInit, OnChanges {
|
|
|
875
838
|
defaultDistribution(): LayoutDistribute;
|
|
876
839
|
ngOnChanges(): void;
|
|
877
840
|
ngOnInit(): void;
|
|
878
|
-
static ɵfac:
|
|
879
|
-
static ɵcmp:
|
|
841
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<LayoutStackComponent, never>;
|
|
842
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<LayoutStackComponent, "ui-stack", never, { "stack_gap": { "alias": "stack_gap"; "required": false; }; "stack_align": { "alias": "stack_align"; "required": false; }; "stack_direction": { "alias": "stack_direction"; "required": false; }; "stack_distribute": { "alias": "stack_distribute"; "required": false; }; "stack_wrap": { "alias": "stack_wrap"; "required": false; }; "stack_collapse_below": { "alias": "stack_collapse_below"; "required": false; }; "stack_as_list": { "alias": "stack_as_list"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
880
843
|
}
|
|
881
844
|
|
|
882
845
|
/** @deprecated Import the standalone layout components (LayoutBoxComponent, LayoutStackComponent, LayoutGridComponent, LayoutGridColumnComponent, LayoutContainerComponent) directly instead. */
|
|
883
846
|
declare class OasysLayoutModule {
|
|
884
|
-
static ɵfac:
|
|
885
|
-
static ɵmod:
|
|
886
|
-
static ɵinj:
|
|
847
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysLayoutModule, never>;
|
|
848
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OasysLayoutModule, never, [typeof LayoutBoxComponent, typeof LayoutContainerComponent, typeof LayoutGridComponent, typeof LayoutGridColumnComponent, typeof LayoutStackComponent], [typeof LayoutBoxComponent, typeof LayoutContainerComponent, typeof LayoutGridColumnComponent, typeof LayoutGridComponent, typeof LayoutStackComponent]>;
|
|
849
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<OasysLayoutModule>;
|
|
887
850
|
}
|
|
888
851
|
|
|
889
852
|
declare class SectionComponent {
|
|
890
|
-
readonly brand_background_colour:
|
|
891
|
-
readonly non_brand_background_colour:
|
|
892
|
-
readonly text_on_dark_override:
|
|
893
|
-
readonly image_on_left:
|
|
894
|
-
readonly section_type:
|
|
895
|
-
readonly heading_title:
|
|
896
|
-
readonly heading_subtitle:
|
|
897
|
-
readonly primary_cta_text:
|
|
898
|
-
readonly secondary_cta_text:
|
|
899
|
-
readonly image:
|
|
900
|
-
readonly alt_text:
|
|
901
|
-
readonly href_primary_cta:
|
|
902
|
-
readonly href_secondary_cta:
|
|
853
|
+
readonly brand_background_colour: _angular_core.InputSignal<LayoutBackgrounds>;
|
|
854
|
+
readonly non_brand_background_colour: _angular_core.InputSignal<string>;
|
|
855
|
+
readonly text_on_dark_override: _angular_core.InputSignal<boolean>;
|
|
856
|
+
readonly image_on_left: _angular_core.InputSignal<boolean>;
|
|
857
|
+
readonly section_type: _angular_core.InputSignal<"spotlight" | "inform">;
|
|
858
|
+
readonly heading_title: _angular_core.InputSignal<string>;
|
|
859
|
+
readonly heading_subtitle: _angular_core.InputSignal<string>;
|
|
860
|
+
readonly primary_cta_text: _angular_core.InputSignal<string>;
|
|
861
|
+
readonly secondary_cta_text: _angular_core.InputSignal<string>;
|
|
862
|
+
readonly image: _angular_core.InputSignal<string>;
|
|
863
|
+
readonly alt_text: _angular_core.InputSignal<string>;
|
|
864
|
+
readonly href_primary_cta: _angular_core.InputSignal<string>;
|
|
865
|
+
readonly href_secondary_cta: _angular_core.InputSignal<string>;
|
|
903
866
|
private readonly tokenService;
|
|
904
|
-
readonly uiBoxId:
|
|
905
|
-
readonly displayBrandBackgroundColour:
|
|
906
|
-
readonly containerInsetSpaceSmall:
|
|
907
|
-
readonly containerInsetSpaceLarge:
|
|
908
|
-
readonly contentInsetSpaceSmall:
|
|
909
|
-
readonly contentInsetSpaceLarge:
|
|
910
|
-
readonly imageAspectRatio:
|
|
911
|
-
static ɵfac:
|
|
912
|
-
static ɵcmp:
|
|
867
|
+
readonly uiBoxId: _angular_core.Signal<string>;
|
|
868
|
+
readonly displayBrandBackgroundColour: _angular_core.Signal<LayoutBackgrounds>;
|
|
869
|
+
readonly containerInsetSpaceSmall: _angular_core.Signal<string>;
|
|
870
|
+
readonly containerInsetSpaceLarge: _angular_core.Signal<string>;
|
|
871
|
+
readonly contentInsetSpaceSmall: _angular_core.Signal<string>;
|
|
872
|
+
readonly contentInsetSpaceLarge: _angular_core.Signal<string>;
|
|
873
|
+
readonly imageAspectRatio: _angular_core.Signal<ImageAspectRatio>;
|
|
874
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SectionComponent, never>;
|
|
875
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SectionComponent, "ui-section", never, { "brand_background_colour": { "alias": "brand_background_colour"; "required": false; "isSignal": true; }; "non_brand_background_colour": { "alias": "non_brand_background_colour"; "required": false; "isSignal": true; }; "text_on_dark_override": { "alias": "text_on_dark_override"; "required": false; "isSignal": true; }; "image_on_left": { "alias": "image_on_left"; "required": false; "isSignal": true; }; "section_type": { "alias": "section_type"; "required": false; "isSignal": true; }; "heading_title": { "alias": "heading_title"; "required": false; "isSignal": true; }; "heading_subtitle": { "alias": "heading_subtitle"; "required": false; "isSignal": true; }; "primary_cta_text": { "alias": "primary_cta_text"; "required": false; "isSignal": true; }; "secondary_cta_text": { "alias": "secondary_cta_text"; "required": false; "isSignal": true; }; "image": { "alias": "image"; "required": false; "isSignal": true; }; "alt_text": { "alias": "alt_text"; "required": false; "isSignal": true; }; "href_primary_cta": { "alias": "href_primary_cta"; "required": false; "isSignal": true; }; "href_secondary_cta": { "alias": "href_secondary_cta"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
913
876
|
}
|
|
914
877
|
|
|
915
878
|
/** @deprecated Import the standalone SectionComponent directly instead. */
|
|
916
879
|
declare class SectionModule {
|
|
917
|
-
static ɵfac:
|
|
918
|
-
static ɵmod:
|
|
919
|
-
static ɵinj:
|
|
920
|
-
}
|
|
921
|
-
|
|
922
|
-
declare class CarouselComponent implements OnInit {
|
|
923
|
-
private tokenService;
|
|
924
|
-
private document;
|
|
925
|
-
private element;
|
|
926
|
-
swiper: ElementRef<SwiperContainer>;
|
|
927
|
-
carouselscrollbarplaceholder: ElementRef;
|
|
928
|
-
carouselctastack: ElementRef;
|
|
929
|
-
rewind: boolean;
|
|
930
|
-
carousel_overflow: boolean;
|
|
931
|
-
carousel_gap: 'default' | 'tight' | 'near' | 'none';
|
|
932
|
-
carousel_pagination: 'scroll-arrows' | 'none' | 'scroll-bar' | 'small-arrows';
|
|
933
|
-
carousel_slides_per_view_desktop: number;
|
|
934
|
-
carousel_slides_per_view_laptop: number;
|
|
935
|
-
carousel_slides_per_view_tablet: number;
|
|
936
|
-
carousel_slides_per_view_mobile: number;
|
|
937
|
-
text_for_left_arrow: string;
|
|
938
|
-
text_for_right_arrow: string;
|
|
939
|
-
carousel_rows_per_row_mobile: 1 | 2;
|
|
940
|
-
carousel_loading: 'lazy' | 'eager';
|
|
941
|
-
carousel_free_mode: boolean;
|
|
942
|
-
center_insufficient_slides: boolean;
|
|
943
|
-
center_active_slide: boolean;
|
|
944
|
-
start_slide: number;
|
|
945
|
-
offset_scrollbar_top: boolean;
|
|
946
|
-
activeIndexOnSlideChange: EventEmitter<number>;
|
|
947
|
-
constructor(tokenService: TokenService, document: Document, element: ElementRef);
|
|
948
|
-
ngOnInit(): void;
|
|
949
|
-
/**
|
|
950
|
-
* Set up the intersection observer with the relevant options
|
|
951
|
-
*/
|
|
952
|
-
setUpIntersectionObserver(): void;
|
|
953
|
-
/**
|
|
954
|
-
* This function gets called just before the user scrolls this component into view
|
|
955
|
-
* @param entries - An array of interswection observer entries
|
|
956
|
-
* @param observer - Intersection observer
|
|
957
|
-
*/
|
|
958
|
-
onIntersection(entries: IntersectionObserverEntry[], observer: IntersectionObserver): void;
|
|
959
|
-
getStyle(element: HTMLElement, style: string): string;
|
|
960
|
-
/**
|
|
961
|
-
* Set the scrollbar placement and width based on carouselscrollbarplaceholder and carouselctastack
|
|
962
|
-
*/
|
|
963
|
-
setupScrollbarLayoutProperties(): void;
|
|
964
|
-
/**
|
|
965
|
-
* Set the dynamic swiper params and initialise the swiper instance
|
|
966
|
-
*/
|
|
967
|
-
initSwiper(): void;
|
|
968
|
-
/**
|
|
969
|
-
* Move the carousel on to the next slide
|
|
970
|
-
*/
|
|
971
|
-
nextSlide(): void;
|
|
972
|
-
/**
|
|
973
|
-
* Move the carousel back to the previous slide
|
|
974
|
-
*/
|
|
975
|
-
previousSlide(): void;
|
|
976
|
-
/**
|
|
977
|
-
* Emit event when the slide changes
|
|
978
|
-
* @param swiper
|
|
979
|
-
*/
|
|
980
|
-
onSlideChange(swiper: Swiper): void;
|
|
981
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselComponent, never>;
|
|
982
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "ui-carousel", never, { "rewind": { "alias": "rewind"; "required": false; }; "carousel_overflow": { "alias": "carousel_overflow"; "required": false; }; "carousel_gap": { "alias": "carousel_gap"; "required": false; }; "carousel_pagination": { "alias": "carousel_pagination"; "required": false; }; "carousel_slides_per_view_desktop": { "alias": "carousel_slides_per_view_desktop"; "required": false; }; "carousel_slides_per_view_laptop": { "alias": "carousel_slides_per_view_laptop"; "required": false; }; "carousel_slides_per_view_tablet": { "alias": "carousel_slides_per_view_tablet"; "required": false; }; "carousel_slides_per_view_mobile": { "alias": "carousel_slides_per_view_mobile"; "required": false; }; "text_for_left_arrow": { "alias": "text_for_left_arrow"; "required": false; }; "text_for_right_arrow": { "alias": "text_for_right_arrow"; "required": false; }; "carousel_rows_per_row_mobile": { "alias": "carousel_rows_per_row_mobile"; "required": false; }; "carousel_loading": { "alias": "carousel_loading"; "required": false; }; "carousel_free_mode": { "alias": "carousel_free_mode"; "required": false; }; "center_insufficient_slides": { "alias": "center_insufficient_slides"; "required": false; }; "center_active_slide": { "alias": "center_active_slide"; "required": false; }; "start_slide": { "alias": "start_slide"; "required": false; }; "offset_scrollbar_top": { "alias": "offset_scrollbar_top"; "required": false; }; }, { "activeIndexOnSlideChange": "activeIndexOnSlideChange"; }, never, ["*"], true, never>;
|
|
983
|
-
}
|
|
984
|
-
|
|
985
|
-
/** @deprecated Import the standalone CarouselComponent directly instead. */
|
|
986
|
-
declare class OasysCarouselModule {
|
|
987
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OasysCarouselModule, never>;
|
|
988
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OasysCarouselModule, never, [typeof CarouselComponent], [typeof CarouselComponent]>;
|
|
989
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<OasysCarouselModule>;
|
|
880
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SectionModule, never>;
|
|
881
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<SectionModule, never, [typeof SectionComponent], [typeof SectionComponent]>;
|
|
882
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<SectionModule>;
|
|
990
883
|
}
|
|
991
884
|
|
|
992
885
|
type TextTransform = 'none' | 'uppercase' | 'lowercase' | 'capitalize';
|
|
@@ -997,15 +890,15 @@ declare class TextComponent implements OnInit {
|
|
|
997
890
|
textTransform: TextTransform;
|
|
998
891
|
uiTextClasses: string;
|
|
999
892
|
ngOnInit(): void;
|
|
1000
|
-
static ɵfac:
|
|
1001
|
-
static ɵcmp:
|
|
893
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TextComponent, never>;
|
|
894
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TextComponent, "ui-text", never, { "textAlign": { "alias": "textAlign"; "required": false; }; "textWeight": { "alias": "textWeight"; "required": false; }; "textTransform": { "alias": "textTransform"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1002
895
|
}
|
|
1003
896
|
|
|
1004
897
|
/** @deprecated Import the standalone TextComponent directly instead. */
|
|
1005
898
|
declare class OasysTextModule {
|
|
1006
|
-
static ɵfac:
|
|
1007
|
-
static ɵmod:
|
|
1008
|
-
static ɵinj:
|
|
899
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysTextModule, never>;
|
|
900
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OasysTextModule, never, [typeof TextComponent], [typeof TextComponent]>;
|
|
901
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<OasysTextModule>;
|
|
1009
902
|
}
|
|
1010
903
|
|
|
1011
904
|
declare class BannerComponent implements OnInit {
|
|
@@ -1021,15 +914,15 @@ declare class BannerComponent implements OnInit {
|
|
|
1021
914
|
constructor(tokenService: TokenService);
|
|
1022
915
|
ngOnInit(): void;
|
|
1023
916
|
onCtaClicked(): void;
|
|
1024
|
-
static ɵfac:
|
|
1025
|
-
static ɵcmp:
|
|
917
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BannerComponent, never>;
|
|
918
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BannerComponent, "ui-banner", never, { "background_colour": { "alias": "background_colour"; "required": false; }; "cta_text": { "alias": "cta_text"; "required": false; }; "banner_title": { "alias": "banner_title"; "required": false; }; "banner_surtitle": { "alias": "banner_surtitle"; "required": false; }; "banner_subtitle": { "alias": "banner_subtitle"; "required": false; }; "cta_link": { "alias": "cta_link"; "required": false; }; }, { "cta_clicked": "cta_clicked"; }, never, never, true, never>;
|
|
1026
919
|
}
|
|
1027
920
|
|
|
1028
921
|
/** @deprecated Import the standalone BannerComponent directly instead. */
|
|
1029
922
|
declare class OasysBannerModule {
|
|
1030
|
-
static ɵfac:
|
|
1031
|
-
static ɵmod:
|
|
1032
|
-
static ɵinj:
|
|
923
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysBannerModule, never>;
|
|
924
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OasysBannerModule, never, [typeof BannerComponent], [typeof BannerComponent]>;
|
|
925
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<OasysBannerModule>;
|
|
1033
926
|
}
|
|
1034
927
|
|
|
1035
928
|
type PillTone = 'neutral' | 'positive' | 'negative';
|
|
@@ -1038,15 +931,15 @@ declare class OasysPillComponent {
|
|
|
1038
931
|
tone: PillTone;
|
|
1039
932
|
pill_role?: string | undefined;
|
|
1040
933
|
role: string | undefined;
|
|
1041
|
-
static ɵfac:
|
|
1042
|
-
static ɵcmp:
|
|
934
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysPillComponent, never>;
|
|
935
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OasysPillComponent, "ui-pill", never, { "tone": { "alias": "tone"; "required": false; }; "pill_role": { "alias": "pill_role"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1043
936
|
}
|
|
1044
937
|
|
|
1045
938
|
/** @deprecated Import the standalone OasysPillComponent directly instead. */
|
|
1046
939
|
declare class OasysPillModule {
|
|
1047
|
-
static ɵfac:
|
|
1048
|
-
static ɵmod:
|
|
1049
|
-
static ɵinj:
|
|
940
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysPillModule, never>;
|
|
941
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OasysPillModule, never, [typeof OasysPillComponent], [typeof OasysPillComponent]>;
|
|
942
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<OasysPillModule>;
|
|
1050
943
|
}
|
|
1051
944
|
|
|
1052
945
|
declare class OasysPillGroupComponent {
|
|
@@ -1055,15 +948,15 @@ declare class OasysPillGroupComponent {
|
|
|
1055
948
|
pill_group_collapse_below: 'tablet' | 'laptop' | 'desktop' | 'none';
|
|
1056
949
|
constructor(breakpointService: BreakpointService);
|
|
1057
950
|
get shouldCollapse(): boolean;
|
|
1058
|
-
static ɵfac:
|
|
1059
|
-
static ɵcmp:
|
|
951
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysPillGroupComponent, never>;
|
|
952
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OasysPillGroupComponent, "ui-pill-group", never, { "pill_group_align": { "alias": "pill_group_align"; "required": false; }; "pill_group_collapse_below": { "alias": "pill_group_collapse_below"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1060
953
|
}
|
|
1061
954
|
|
|
1062
955
|
/** @deprecated Import the standalone OasysPillGroupComponent directly instead. */
|
|
1063
956
|
declare class OasysPillGroupModule {
|
|
1064
|
-
static ɵfac:
|
|
1065
|
-
static ɵmod:
|
|
1066
|
-
static ɵinj:
|
|
957
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysPillGroupModule, never>;
|
|
958
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OasysPillGroupModule, never, [typeof OasysPillGroupComponent], [typeof OasysPillGroupComponent]>;
|
|
959
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<OasysPillGroupModule>;
|
|
1067
960
|
}
|
|
1068
961
|
|
|
1069
962
|
interface IRoutingHandlerService {
|
|
@@ -1103,15 +996,15 @@ declare class PromoCardComponent implements OnInit {
|
|
|
1103
996
|
constructor(tokenService: TokenService);
|
|
1104
997
|
ngOnInit(): void;
|
|
1105
998
|
ctaClicked(): void;
|
|
1106
|
-
static ɵfac:
|
|
1107
|
-
static ɵcmp:
|
|
999
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PromoCardComponent, never>;
|
|
1000
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PromoCardComponent, "ui-promo-card", never, { "image": { "alias": "image"; "required": false; }; "alt_text": { "alias": "alt_text"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "primary_cta_text": { "alias": "primary_cta_text"; "required": false; }; "href_primary_cta": { "alias": "href_primary_cta"; "required": false; }; "background_colour": { "alias": "background_colour"; "required": false; }; "font_colour": { "alias": "font_colour"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; }, { "cta_clicked": "cta_clicked"; }, never, never, true, never>;
|
|
1108
1001
|
}
|
|
1109
1002
|
|
|
1110
1003
|
/** @deprecated Import the standalone PromoCardComponent directly instead. */
|
|
1111
1004
|
declare class OasysPromoCardModule {
|
|
1112
|
-
static ɵfac:
|
|
1113
|
-
static ɵmod:
|
|
1114
|
-
static ɵinj:
|
|
1005
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysPromoCardModule, never>;
|
|
1006
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OasysPromoCardModule, never, [typeof PromoCardComponent], [typeof PromoCardComponent]>;
|
|
1007
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<OasysPromoCardModule>;
|
|
1115
1008
|
}
|
|
1116
1009
|
|
|
1117
1010
|
type ISelectCardType = 'product-card' | 'gift-card';
|
|
@@ -1139,15 +1032,15 @@ declare class SelectCardComponent implements OnInit {
|
|
|
1139
1032
|
* @returns
|
|
1140
1033
|
*/
|
|
1141
1034
|
setImageAspectRatio(format: string): string;
|
|
1142
|
-
static ɵfac:
|
|
1143
|
-
static ɵcmp:
|
|
1035
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SelectCardComponent, never>;
|
|
1036
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SelectCardComponent, "ui-select-card", never, { "image": { "alias": "image"; "required": false; }; "alt_text": { "alias": "alt_text"; "required": false; }; "image_format": { "alias": "image_format"; "required": false; }; "title": { "alias": "title"; "required": false; }; "primary_copy": { "alias": "primary_copy"; "required": false; }; "secondary_copy": { "alias": "secondary_copy"; "required": false; }; "price": { "alias": "price"; "required": false; }; "price_before_discount": { "alias": "price_before_discount"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "select_card_type": { "alias": "select_card_type"; "required": false; }; }, { "clicked": "clicked"; }, never, ["*"], true, never>;
|
|
1144
1037
|
}
|
|
1145
1038
|
|
|
1146
1039
|
/** @deprecated Import the standalone SelectCardComponent directly instead. */
|
|
1147
1040
|
declare class OasysSelectCardModule {
|
|
1148
|
-
static ɵfac:
|
|
1149
|
-
static ɵmod:
|
|
1150
|
-
static ɵinj:
|
|
1041
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysSelectCardModule, never>;
|
|
1042
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OasysSelectCardModule, never, [typeof SelectCardComponent], [typeof SelectCardComponent]>;
|
|
1043
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<OasysSelectCardModule>;
|
|
1151
1044
|
}
|
|
1152
1045
|
|
|
1153
1046
|
interface ComboboxOption<T = unknown> {
|
|
@@ -1159,41 +1052,41 @@ interface ComboboxOption<T = unknown> {
|
|
|
1159
1052
|
type ComboboxType = 'options' | 'autocomplete';
|
|
1160
1053
|
|
|
1161
1054
|
declare class OasysComboboxComponent implements ControlValueAccessor, OnInit, AfterViewInit, OnChanges {
|
|
1162
|
-
readonly label:
|
|
1163
|
-
readonly type:
|
|
1164
|
-
readonly options:
|
|
1165
|
-
readonly optional:
|
|
1166
|
-
readonly hint:
|
|
1167
|
-
readonly header:
|
|
1168
|
-
readonly footer:
|
|
1169
|
-
readonly autofocus:
|
|
1170
|
-
readonly disabled:
|
|
1171
|
-
readonly selected:
|
|
1172
|
-
readonly displayKey:
|
|
1173
|
-
readonly iconNameKey:
|
|
1174
|
-
readonly valueKey:
|
|
1175
|
-
readonly subtextKey:
|
|
1176
|
-
readonly placeholder:
|
|
1177
|
-
readonly showOptions:
|
|
1178
|
-
readonly clearLabel:
|
|
1179
|
-
readonly selectedLabel:
|
|
1180
|
-
readonly didChange:
|
|
1181
|
-
readonly didSearch:
|
|
1182
|
-
readonly didEdit:
|
|
1055
|
+
readonly label: _angular_core.InputSignal<string>;
|
|
1056
|
+
readonly type: _angular_core.InputSignal<ComboboxType>;
|
|
1057
|
+
readonly options: _angular_core.InputSignal<ComboboxOption<unknown>[]>;
|
|
1058
|
+
readonly optional: _angular_core.InputSignal<boolean>;
|
|
1059
|
+
readonly hint: _angular_core.InputSignal<string>;
|
|
1060
|
+
readonly header: _angular_core.InputSignal<string>;
|
|
1061
|
+
readonly footer: _angular_core.InputSignal<string>;
|
|
1062
|
+
readonly autofocus: _angular_core.InputSignal<boolean>;
|
|
1063
|
+
readonly disabled: _angular_core.InputSignal<boolean>;
|
|
1064
|
+
readonly selected: _angular_core.InputSignal<ComboboxOption<unknown>>;
|
|
1065
|
+
readonly displayKey: _angular_core.InputSignal<string>;
|
|
1066
|
+
readonly iconNameKey: _angular_core.InputSignal<string>;
|
|
1067
|
+
readonly valueKey: _angular_core.InputSignal<string>;
|
|
1068
|
+
readonly subtextKey: _angular_core.InputSignal<string>;
|
|
1069
|
+
readonly placeholder: _angular_core.InputSignal<string>;
|
|
1070
|
+
readonly showOptions: _angular_core.InputSignal<boolean>;
|
|
1071
|
+
readonly clearLabel: _angular_core.InputSignal<string>;
|
|
1072
|
+
readonly selectedLabel: _angular_core.InputSignal<string>;
|
|
1073
|
+
readonly didChange: _angular_core.OutputEmitterRef<unknown>;
|
|
1074
|
+
readonly didSearch: _angular_core.OutputEmitterRef<unknown>;
|
|
1075
|
+
readonly didEdit: _angular_core.OutputEmitterRef<unknown>;
|
|
1183
1076
|
readonly textInput: Signal<ElementRef<HTMLElement>>;
|
|
1184
1077
|
readonly combobox: Signal<ElementRef<HTMLElement>>;
|
|
1185
1078
|
readonly comboboxContainer: Signal<ElementRef<HTMLElement>>;
|
|
1186
1079
|
readonly footerButton: Signal<ElementRef<HTMLElement>>;
|
|
1187
1080
|
readonly optionsList: Signal<readonly ElementRef<HTMLElement>[]>;
|
|
1188
|
-
readonly textValue:
|
|
1189
|
-
readonly inputDidChange:
|
|
1190
|
-
readonly displayOptions:
|
|
1081
|
+
readonly textValue: _angular_core.WritableSignal<string>;
|
|
1082
|
+
readonly inputDidChange: _angular_core.WritableSignal<boolean>;
|
|
1083
|
+
readonly displayOptions: _angular_core.WritableSignal<ComboboxOption<unknown>[]>;
|
|
1191
1084
|
private readonly _selectedOption;
|
|
1192
1085
|
private readonly _focusedOption;
|
|
1193
1086
|
private readonly _focusedOptionId;
|
|
1194
|
-
readonly id:
|
|
1087
|
+
readonly id: _angular_core.WritableSignal<string>;
|
|
1195
1088
|
/** Whether or not the overlay panel is open. */
|
|
1196
|
-
readonly panelOpen:
|
|
1089
|
+
readonly panelOpen: _angular_core.WritableSignal<boolean>;
|
|
1197
1090
|
private readonly openedViaKeyboard;
|
|
1198
1091
|
/** Selected option */
|
|
1199
1092
|
readonly selectedOption: Signal<ComboboxOption | undefined>;
|
|
@@ -1328,8 +1221,8 @@ declare class OasysComboboxComponent implements ControlValueAccessor, OnInit, Af
|
|
|
1328
1221
|
* Reset to original or unfiltered option list
|
|
1329
1222
|
*/
|
|
1330
1223
|
private resetOptionsList;
|
|
1331
|
-
static ɵfac:
|
|
1332
|
-
static ɵcmp:
|
|
1224
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysComboboxComponent, never>;
|
|
1225
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OasysComboboxComponent, "ui-combobox", never, { "label": { "alias": "label"; "required": true; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "optional": { "alias": "optional"; "required": false; "isSignal": true; }; "hint": { "alias": "hint"; "required": false; "isSignal": true; }; "header": { "alias": "header"; "required": false; "isSignal": true; }; "footer": { "alias": "footer"; "required": false; "isSignal": true; }; "autofocus": { "alias": "autofocus"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "displayKey": { "alias": "displayKey"; "required": false; "isSignal": true; }; "iconNameKey": { "alias": "iconNameKey"; "required": false; "isSignal": true; }; "valueKey": { "alias": "valueKey"; "required": false; "isSignal": true; }; "subtextKey": { "alias": "subtextKey"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "showOptions": { "alias": "showOptions"; "required": false; "isSignal": true; }; "clearLabel": { "alias": "clearLabel"; "required": false; "isSignal": true; }; "selectedLabel": { "alias": "selectedLabel"; "required": false; "isSignal": true; }; }, { "didChange": "didChange"; "didSearch": "didSearch"; "didEdit": "didEdit"; }, never, ["ui-form-errors"], true, never>;
|
|
1333
1226
|
}
|
|
1334
1227
|
|
|
1335
1228
|
declare class OasysTabComponent implements AfterContentInit {
|
|
@@ -1338,8 +1231,8 @@ declare class OasysTabComponent implements AfterContentInit {
|
|
|
1338
1231
|
clicked: EventEmitter<void>;
|
|
1339
1232
|
template: TemplateRef<void>;
|
|
1340
1233
|
ngAfterContentInit(): void;
|
|
1341
|
-
static ɵfac:
|
|
1342
|
-
static ɵcmp:
|
|
1234
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysTabComponent, never>;
|
|
1235
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OasysTabComponent, "ui-tab", never, { "tab_label": { "alias": "tab_label"; "required": false; }; "tab_active": { "alias": "tab_active"; "required": false; }; }, { "clicked": "clicked"; }, never, ["*"], true, never>;
|
|
1343
1236
|
}
|
|
1344
1237
|
|
|
1345
1238
|
declare class OasysTabGroupComponent implements AfterContentInit {
|
|
@@ -1349,21 +1242,21 @@ declare class OasysTabGroupComponent implements AfterContentInit {
|
|
|
1349
1242
|
getIndicatorClass(): string;
|
|
1350
1243
|
ngAfterContentInit(): void;
|
|
1351
1244
|
activateTab(tab: OasysTabComponent): void;
|
|
1352
|
-
static ɵfac:
|
|
1353
|
-
static ɵcmp:
|
|
1245
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysTabGroupComponent, never>;
|
|
1246
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OasysTabGroupComponent, "ui-tab-group", never, { "tab_size": { "alias": "tab_size"; "required": false; }; }, {}, ["tabs"], never, true, never>;
|
|
1354
1247
|
}
|
|
1355
1248
|
|
|
1356
1249
|
declare class OasysTabActiveComponent {
|
|
1357
|
-
templateRef:
|
|
1358
|
-
static ɵfac:
|
|
1359
|
-
static ɵcmp:
|
|
1250
|
+
templateRef: _angular_core.InputSignal<TemplateRef<void>>;
|
|
1251
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysTabActiveComponent, never>;
|
|
1252
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OasysTabActiveComponent, "ui-tab-active", never, { "templateRef": { "alias": "templateRef"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1360
1253
|
}
|
|
1361
1254
|
|
|
1362
1255
|
declare class OasysTabHeaderComponent {
|
|
1363
1256
|
tab_size: 'small' | 'large';
|
|
1364
1257
|
tabs: QueryList<OasysTabComponent>;
|
|
1365
1258
|
tab_clicked: EventEmitter<OasysTabComponent>;
|
|
1366
|
-
tab_active:
|
|
1259
|
+
tab_active: _angular_core.InputSignal<OasysTabComponent>;
|
|
1367
1260
|
activeComponent: OasysTabComponent;
|
|
1368
1261
|
length: 0;
|
|
1369
1262
|
domEles: any;
|
|
@@ -1384,97 +1277,51 @@ declare class OasysTabHeaderComponent {
|
|
|
1384
1277
|
* @returns
|
|
1385
1278
|
*/
|
|
1386
1279
|
handleKeydown(event: KeyboardEvent, index: number): void;
|
|
1387
|
-
static ɵfac:
|
|
1388
|
-
static ɵcmp:
|
|
1280
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysTabHeaderComponent, never>;
|
|
1281
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OasysTabHeaderComponent, "ui-tab-header", never, { "tab_size": { "alias": "tab_size"; "required": false; }; "tabs": { "alias": "tabs"; "required": false; }; "tab_active": { "alias": "tab_active"; "required": false; "isSignal": true; }; }, { "tab_clicked": "tab_clicked"; }, never, never, true, never>;
|
|
1389
1282
|
}
|
|
1390
1283
|
|
|
1391
1284
|
/** @deprecated Import the standalone tab components (OasysTabGroupComponent, OasysTabComponent, OasysTabActiveComponent, OasysTabHeaderComponent) directly instead. */
|
|
1392
1285
|
declare class OasysTabsModule {
|
|
1393
|
-
static ɵfac:
|
|
1394
|
-
static ɵmod:
|
|
1395
|
-
static ɵinj:
|
|
1286
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysTabsModule, never>;
|
|
1287
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OasysTabsModule, never, [typeof OasysTabGroupComponent, typeof OasysTabComponent, typeof OasysTabActiveComponent, typeof OasysTabHeaderComponent], never>;
|
|
1288
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<OasysTabsModule>;
|
|
1396
1289
|
}
|
|
1397
1290
|
|
|
1398
1291
|
declare class ProgressBarComponent {
|
|
1399
1292
|
percentage: number;
|
|
1400
1293
|
style: 'circular' | 'line';
|
|
1401
1294
|
text: string;
|
|
1402
|
-
static ɵfac:
|
|
1403
|
-
static ɵcmp:
|
|
1295
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
|
|
1296
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ProgressBarComponent, "ui-progress-bar", never, { "percentage": { "alias": "percentage"; "required": false; }; "style": { "alias": "style"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, never, true, never>;
|
|
1404
1297
|
}
|
|
1405
1298
|
|
|
1406
1299
|
declare class OasysFormErrorsSummaryItemComponent {
|
|
1407
1300
|
private readonly elementRef;
|
|
1408
1301
|
readonly itemId: WritableSignal<string>;
|
|
1409
|
-
abstractControl:
|
|
1410
|
-
error_messages:
|
|
1302
|
+
abstractControl: _angular_core.InputSignal<AbstractControl<any, any, any>>;
|
|
1303
|
+
error_messages: _angular_core.InputSignal<ValidationErrorTypes>;
|
|
1411
1304
|
focusOnControl(): void;
|
|
1412
1305
|
private trapShiftTab;
|
|
1413
|
-
errorMessage:
|
|
1414
|
-
static ɵfac:
|
|
1415
|
-
static ɵcmp:
|
|
1306
|
+
errorMessage: _angular_core.Signal<string>;
|
|
1307
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysFormErrorsSummaryItemComponent, never>;
|
|
1308
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OasysFormErrorsSummaryItemComponent, "ui-form-errors-summary-item", never, { "abstractControl": { "alias": "abstractControl"; "required": false; "isSignal": true; }; "error_messages": { "alias": "error_messages"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1416
1309
|
}
|
|
1417
1310
|
|
|
1418
1311
|
declare class OasysFormErrorsSummaryComponent {
|
|
1419
|
-
formGroup:
|
|
1420
|
-
errorsSummaryItems:
|
|
1421
|
-
hasErrorsSummaryItems:
|
|
1312
|
+
formGroup: _angular_core.InputSignal<FormGroup<any>>;
|
|
1313
|
+
errorsSummaryItems: _angular_core.Signal<readonly OasysFormErrorsSummaryItemComponent[]>;
|
|
1314
|
+
hasErrorsSummaryItems: _angular_core.Signal<boolean>;
|
|
1422
1315
|
constructor();
|
|
1423
|
-
static ɵfac:
|
|
1424
|
-
static ɵcmp:
|
|
1316
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysFormErrorsSummaryComponent, never>;
|
|
1317
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OasysFormErrorsSummaryComponent, "ui-form-errors-summary", never, { "formGroup": { "alias": "formGroup"; "required": true; "isSignal": true; }; }, {}, ["errorsSummaryItems"], ["ui-form-errors-summary-title", "*"], true, never>;
|
|
1425
1318
|
}
|
|
1426
1319
|
|
|
1427
1320
|
declare class OasysFormErrorsSummaryTitleComponent {
|
|
1428
|
-
static ɵfac:
|
|
1429
|
-
static ɵcmp:
|
|
1430
|
-
}
|
|
1431
|
-
|
|
1432
|
-
declare class OasysHrefDirective implements AfterViewInit {
|
|
1433
|
-
private readonly element;
|
|
1434
|
-
private readonly routingHandler;
|
|
1435
|
-
onClick(event: any): void;
|
|
1436
|
-
ngAfterViewInit(): void;
|
|
1437
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OasysHrefDirective, never>;
|
|
1438
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<OasysHrefDirective, "a, uiHref, [uiHref]", never, {}, {}, never, never, true, never>;
|
|
1439
|
-
}
|
|
1440
|
-
|
|
1441
|
-
declare class OasysAutofocusDirective {
|
|
1442
|
-
private el;
|
|
1443
|
-
private _autofocus;
|
|
1444
|
-
set autofocus(condition: boolean);
|
|
1445
|
-
constructor(el: ElementRef);
|
|
1446
|
-
ngOnInit(): void;
|
|
1447
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OasysAutofocusDirective, never>;
|
|
1448
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<OasysAutofocusDirective, "[autofocus]", never, { "autofocus": { "alias": "autofocus"; "required": false; }; }, {}, never, never, true, never>;
|
|
1449
|
-
}
|
|
1450
|
-
|
|
1451
|
-
declare const THEME_VALUE: {
|
|
1452
|
-
readonly DEFAULT: "default";
|
|
1453
|
-
readonly TIER_1: "loyalty-tier-1";
|
|
1454
|
-
readonly TIER_2: "loyalty-tier-2";
|
|
1455
|
-
};
|
|
1456
|
-
declare const SCOPED_THEME_CLASSES: readonly ["loyalty-tier-1", "loyalty-tier-2"];
|
|
1457
|
-
type ScopedThemeClass = (typeof SCOPED_THEME_CLASSES)[number];
|
|
1458
|
-
type OasysThemeName = typeof THEME_VALUE.DEFAULT | ScopedThemeClass;
|
|
1459
|
-
declare class OasysThemeDirective {
|
|
1460
|
-
readonly uiThemeDashed: i0.InputSignal<OasysThemeName>;
|
|
1461
|
-
readonly uiThemeCamel: i0.InputSignal<OasysThemeName>;
|
|
1462
|
-
private readonly elementRef;
|
|
1463
|
-
private appliedDefaultBrandClass?;
|
|
1464
|
-
private appliedTheme?;
|
|
1465
|
-
constructor();
|
|
1466
|
-
private applyTheme;
|
|
1467
|
-
private findNearestBrandTokenClass;
|
|
1468
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OasysThemeDirective, never>;
|
|
1469
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<OasysThemeDirective, "[ui-theme], [uiTheme]", never, { "uiThemeDashed": { "alias": "ui-theme"; "required": false; "isSignal": true; }; "uiThemeCamel": { "alias": "uiTheme"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1470
|
-
}
|
|
1471
|
-
|
|
1472
|
-
declare class OasysDirectivesModule {
|
|
1473
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OasysDirectivesModule, never>;
|
|
1474
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OasysDirectivesModule, never, [typeof OasysHrefDirective, typeof OasysAutofocusDirective, typeof OasysThemeDirective], [typeof OasysHrefDirective, typeof OasysAutofocusDirective, typeof OasysThemeDirective]>;
|
|
1475
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<OasysDirectivesModule>;
|
|
1321
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OasysFormErrorsSummaryTitleComponent, never>;
|
|
1322
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OasysFormErrorsSummaryTitleComponent, "ui-form-errors-summary-title", never, {}, {}, never, ["*"], true, never>;
|
|
1476
1323
|
}
|
|
1477
1324
|
|
|
1478
|
-
export { BannerComponent, BreadcrumbsComponent, CardComponent,
|
|
1479
|
-
export type { IRoutingHandlerService, ISelectCardType, ISwiperProvider, IconContext, IconNames, ImageUrlProvider, ImageUrlResponse, LayoutAlignment, LayoutBackgrounds, LayoutBackgroundsDeprecated, LayoutBackgroundsNew, LayoutBoxSizes, LayoutContainerSizes, LayoutDeviceCollapse, LayoutDirections, LayoutDistribute, LayoutFillModes, LayoutGapSizes,
|
|
1325
|
+
export { BannerComponent, BreadcrumbsComponent, CardComponent, CheckboxComponent, ChipComponent, DividerComponent, FormErrorsComponent, FormGroupComponent, HeroComponent, IMAGE_BREAKPOINTS, IMAGE_URL_PROVIDER, IconComponent, ImageComponent, LayoutBoxComponent, LayoutContainerComponent, LayoutGridColumnComponent, LayoutGridComponent, LayoutStackComponent, OasysAlertCancelDirective, OasysAlertComponent, OasysAlertConfirmDirective, OasysAlertContentDirective, OasysAlertModule, OasysAlertTitleDirective, BannerComponent as OasysBannerComponent, OasysBannerModule, OasysBreadcrumbModule, BreadcrumbsComponent as OasysBreadcrumbsComponent, OasysButtonComponent, OasysButtonGroupComponent, OasysButtonGroupModule, OasysButtonModule, CardComponent as OasysCardComponent, OasysCardModule, CheckboxComponent as OasysCheckboxComponent, OasysCheckboxModule, ChipComponent as OasysChipComponent, OasysChipModule, OasysComboboxComponent, DividerComponent as OasysDividerComponent, OasysDividerModule, FormErrorsComponent as OasysFormErrorsComponent, OasysFormErrorsModule, OasysFormErrorsSummaryComponent, OasysFormErrorsSummaryItemComponent, OasysFormErrorsSummaryTitleComponent, FormGroupComponent as OasysFormGroupComponent, OasysFormGroupModule, OasysHeadingComponent, OasysHeadingModule, HeroComponent as OasysHeroComponent, OasysHeroModule, IconComponent as OasysIconComponent, OasysIconModule, ImageComponent as OasysImageComponent, OasysImageModule, LayoutBoxComponent as OasysLayoutBoxComponent, LayoutContainerComponent as OasysLayoutContainerComponent, LayoutGridColumnComponent as OasysLayoutGridColumnComponent, LayoutGridComponent as OasysLayoutGridComponent, OasysLayoutModule, LayoutStackComponent as OasysLayoutStackComponent, OasysPillComponent, OasysPillGroupComponent, OasysPillGroupModule, OasysPillModule, ProgressBarComponent as OasysProgressBarComponent, PromoCardComponent as OasysPromoCardComponent, OasysPromoCardModule, RadioComponent as OasysRadioComponent, OasysRadioModule, SectionComponent as OasysSectionComponent, SelectCardComponent as OasysSelectCardComponent, OasysSelectCardModule, OasysTabComponent, OasysTabGroupComponent, OasysTabsModule, TextComponent as OasysTextComponent, TextInputComponent as OasysTextInputComponent, OasysTextInputModule, OasysTextModule, TextareaComponent as OasysTextareaComponent, ProgressBarComponent, PromoCardComponent, ROUTING_HANDLER, RadioComponent, SWIPER_PROVIDER_TOKEN, SectionComponent, SectionModule, SelectCardComponent, SwiperProvider, TextComponent, TextareaComponent };
|
|
1326
|
+
export type { IRoutingHandlerService, ISelectCardType, ISwiperProvider, IconContext, IconNames, ImageUrlProvider, ImageUrlResponse, LayoutAlignment, LayoutBackgrounds, LayoutBackgroundsDeprecated, LayoutBackgroundsNew, LayoutBoxSizes, LayoutContainerSizes, LayoutDeviceCollapse, LayoutDirections, LayoutDistribute, LayoutFillModes, LayoutGapSizes, PromoCardLayout, ResponsiveGridColumns, ResponsiveLayoutBaseSizes, UIAlertTone, UIButton, UIButtonBoolean, UIButtonEventType, UIButtonSize, UIButtonType };
|
|
1480
1327
|
//# sourceMappingURL=index.d.ts.map
|