@sebgroup/green-core-ng 3.14.0 → 3.15.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/sebgroup-green-core-ng.mjs +694 -691
- package/fesm2022/sebgroup-green-core-ng.mjs.map +1 -1
- package/index.d.ts +565 -562
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { OnInit, OnChanges, AfterViewInit, EventEmitter, SimpleChanges, ElementRef, NgZone, ChangeDetectorRef, Renderer2, Injector, InjectionToken, RendererStyleFlags2, RendererFactory2, RendererType2 } from '@angular/core';
|
|
3
3
|
import { GdsAlert } from '@sebgroup/green-core/components/alert/alert.component.js';
|
|
4
|
-
import { GdsBadge } from '@sebgroup/green-core/components/badge/badge.component.js';
|
|
5
4
|
import { GdsAvatar } from '@sebgroup/green-core/components/avatar/avatar.component.js';
|
|
6
|
-
import {
|
|
5
|
+
import { GdsBadge } from '@sebgroup/green-core/components/badge/badge.component.js';
|
|
7
6
|
import { GdsBlur } from '@sebgroup/green-core/components/blur/blur.component.js';
|
|
7
|
+
import { GdsBreadcrumbs } from '@sebgroup/green-core/components/breadcrumbs/breadcrumbs.component.js';
|
|
8
8
|
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
9
9
|
import { GdsButton } from '@sebgroup/green-core/components/button/button.component.js';
|
|
10
10
|
import { GdsCalendar } from '@sebgroup/green-core/components/calendar/calendar.component.js';
|
|
11
|
-
import { GdsCardLinked } from '@sebgroup/green-core/components/card-linked/card-linked.component.js';
|
|
12
11
|
import { GdsCard } from '@sebgroup/green-core/components/card/card.component.js';
|
|
12
|
+
import { GdsCardLinked } from '@sebgroup/green-core/components/card-linked/card-linked.component.js';
|
|
13
13
|
import { GdsCheckbox } from '@sebgroup/green-core/components/checkbox/checkbox.component.js';
|
|
14
14
|
import { GdsCoachmark } from '@sebgroup/green-core/components/coachmark/coachmark.component.js';
|
|
15
15
|
import { GdsContextMenu, GdsMenuItem, GdsMenuHeading } from '@sebgroup/green-core/components/context-menu/context-menu.component.js';
|
|
@@ -40,8 +40,8 @@ import { GdsSegmentedControl } from '@sebgroup/green-core/components/segmented-c
|
|
|
40
40
|
import { GdsSelect } from '@sebgroup/green-core/components/select/select.component.js';
|
|
41
41
|
import { GdsSignal } from '@sebgroup/green-core/components/signal/signal.component.js';
|
|
42
42
|
import { GdsSpinner } from '@sebgroup/green-core/components/spinner/spinner.component.js';
|
|
43
|
-
import { GdsSwitch } from '@sebgroup/green-core/components/switch/switch.component.js';
|
|
44
43
|
import { GdsTable } from '@sebgroup/green-core/components/table/table.component.js';
|
|
44
|
+
import { GdsSwitch } from '@sebgroup/green-core/components/switch/switch.component.js';
|
|
45
45
|
import { GdsTabs } from '@sebgroup/green-core/components/tabs/tabs.component.js';
|
|
46
46
|
import { GdsText } from '@sebgroup/green-core/components/text/text.component.js';
|
|
47
47
|
import { GdsTextarea } from '@sebgroup/green-core/components/textarea/textarea.component.js';
|
|
@@ -50,16 +50,16 @@ import { GdsVideo } from '@sebgroup/green-core/components/video/video.component.
|
|
|
50
50
|
import { GdsCardPattern01 } from '@sebgroup/green-core/patterns/card-pattern-01/card-pattern-01.component.js';
|
|
51
51
|
import { GdsListItemPattern01 } from '@sebgroup/green-core/patterns/list-item-pattern-01/list-item-pattern-01.component.js';
|
|
52
52
|
import { GdsAvatarGroup } from '@sebgroup/green-core/components/avatar/avatar-group/avatar-group.component.js';
|
|
53
|
-
import { GdsBreadcrumb } from '@sebgroup/green-core/components/breadcrumbs/breadcrumb/breadcrumb.component.js';
|
|
54
53
|
import { GdsCheckboxGroup } from '@sebgroup/green-core/components/checkbox/checkbox-group/checkbox-group.component.js';
|
|
54
|
+
import { GdsBreadcrumb } from '@sebgroup/green-core/components/breadcrumbs/breadcrumb/breadcrumb.component.js';
|
|
55
55
|
import { GdsIconDetails } from '@sebgroup/green-core/components/details/details-icon/details-icon.component.js';
|
|
56
56
|
import { GdsFilterChip } from '@sebgroup/green-core/components/filter-chips/filter-chip/filter-chip.component.js';
|
|
57
57
|
import { GdsFormattedAccount } from '@sebgroup/green-core/components/formatted-text/account/formatted-account.component.js';
|
|
58
58
|
import { GdsFormattedDate } from '@sebgroup/green-core/components/formatted-text/date/formatted-date.component.js';
|
|
59
|
-
import { GdsListItem } from '@sebgroup/green-core/components/list/list-item/list-item.component.js';
|
|
60
59
|
import { GdsFormattedNumber } from '@sebgroup/green-core/components/formatted-text/number/formatted-number.component.js';
|
|
61
|
-
import { GdsSegment } from '@sebgroup/green-core/components/segmented-control/segment/segment.component.js';
|
|
62
60
|
import { GdsRadioGroup } from '@sebgroup/green-core/components/radio/radio-group/radio-group.component.js';
|
|
61
|
+
import { GdsListItem } from '@sebgroup/green-core/components/list/list-item/list-item.component.js';
|
|
62
|
+
import { GdsSegment } from '@sebgroup/green-core/components/segmented-control/segment/segment.component.js';
|
|
63
63
|
import { GdsSensitiveAccount } from '@sebgroup/green-core/components/sensitive/account/sensitive-account.component.js';
|
|
64
64
|
import { GdsSensitiveDate } from '@sebgroup/green-core/components/sensitive/date/sensitive-date.component.js';
|
|
65
65
|
import { GdsSensitiveNumber } from '@sebgroup/green-core/components/sensitive/number/sensitive-number.component.js';
|
|
@@ -434,73 +434,85 @@ declare class GdsAlertComponent implements OnInit, OnChanges, AfterViewInit {
|
|
|
434
434
|
}
|
|
435
435
|
|
|
436
436
|
/**
|
|
437
|
-
* Angular wrapper for the gds-
|
|
438
|
-
* `gds-
|
|
437
|
+
* Angular wrapper for the gds-avatar web component
|
|
438
|
+
* `gds-avatar` is a visual element used to represent a user or entity.
|
|
439
|
+
It supports displaying an image, slotted text content, or a fallback icon.
|
|
439
440
|
*/
|
|
440
|
-
declare class
|
|
441
|
+
declare class GdsAvatarComponent implements OnInit, OnChanges, AfterViewInit {
|
|
441
442
|
private elementRef;
|
|
442
443
|
private zone;
|
|
443
444
|
private cdr;
|
|
444
|
-
get element():
|
|
445
|
+
get element(): GdsAvatar;
|
|
445
446
|
constructor();
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
447
|
+
/** Image URL to display inside the avatar.
|
|
448
|
+
When set, an `<img>` is rendered directly in the shadow DOM. */
|
|
449
|
+
src?: GdsAvatar['src'];
|
|
450
|
+
/** Alt text for the image when using the `src` property. */
|
|
451
|
+
alt?: GdsAvatar['alt'];
|
|
452
|
+
/** The size of the avatar. */
|
|
453
|
+
size?: GdsAvatar['size'];
|
|
454
|
+
/** The shape of the avatar. */
|
|
455
|
+
shape?: GdsAvatar['shape'];
|
|
456
|
+
/** The color level used when resolving color tokens for style expression properties. */
|
|
457
|
+
level?: GdsAvatar['level'];
|
|
458
|
+
/** Style Expression Property that controls the `background` color of the avatar shape.
|
|
459
|
+
Only accepts color tokens and optional transparency values. */
|
|
460
|
+
background?: GdsAvatar['background'];
|
|
461
|
+
/** Style Expression Property that controls the text/icon `color` of the avatar.
|
|
462
|
+
Accepts content color tokens and optional transparency values. */
|
|
463
|
+
color?: GdsAvatar['color'];
|
|
452
464
|
/** Style Expression Property that controls the `width` property.
|
|
453
465
|
Supports space tokens and all valid CSS `width` values. */
|
|
454
|
-
width?:
|
|
466
|
+
width?: GdsAvatar['width'];
|
|
455
467
|
/** Style Expression Property that controls the `min-width` property.
|
|
456
468
|
Supports space tokens and all valid CSS `min-width` values. */
|
|
457
|
-
minWidth?:
|
|
469
|
+
minWidth?: GdsAvatar['min-width'];
|
|
458
470
|
/** Style Expression Property that controls the `max-width` property.
|
|
459
471
|
Supports space tokens and all valid CSS `max-width` values. */
|
|
460
|
-
maxWidth?:
|
|
472
|
+
maxWidth?: GdsAvatar['max-width'];
|
|
461
473
|
/** Style Expression Property that controls the `inline-size` property.
|
|
462
474
|
Supports space tokens and all valid CSS `inline-size` values */
|
|
463
|
-
inlineSize?:
|
|
475
|
+
inlineSize?: GdsAvatar['inline-size'];
|
|
464
476
|
/** Style Expression Property that controls the `min-inline-size` property.
|
|
465
477
|
Supports space tokens and all valid CSS `min-inline-size` values. */
|
|
466
|
-
minInlineSize?:
|
|
478
|
+
minInlineSize?: GdsAvatar['min-inline-size'];
|
|
467
479
|
/** Style Expression Property that controls the `max-inline-size` property.
|
|
468
480
|
Supports space tokens and all valid CSS `max-inline-size` values. */
|
|
469
|
-
maxInlineSize?:
|
|
481
|
+
maxInlineSize?: GdsAvatar['max-inline-size'];
|
|
470
482
|
/** Style Expression Property that controls the `margin` property.
|
|
471
483
|
Only accepts space tokens. */
|
|
472
|
-
margin?:
|
|
484
|
+
margin?: GdsAvatar['margin'];
|
|
473
485
|
/** Style Expression Property that controls the `margin-inline` property.
|
|
474
486
|
Only accepts space tokens. */
|
|
475
|
-
marginInline?:
|
|
487
|
+
marginInline?: GdsAvatar['margin-inline'];
|
|
476
488
|
/** Style Expression Property that controls the `margin-block` property.
|
|
477
489
|
Only accepts space tokens. */
|
|
478
|
-
marginBlock?:
|
|
490
|
+
marginBlock?: GdsAvatar['margin-block'];
|
|
479
491
|
/** Style Expression Property that controls the `align-self` property.
|
|
480
492
|
Supports all valid CSS `align-self` values. */
|
|
481
|
-
alignSelf?:
|
|
493
|
+
alignSelf?: GdsAvatar['align-self'];
|
|
482
494
|
/** Style Expression Property that controls the `justify-self` property.
|
|
483
495
|
Supports all valid CSS `justify-self` values. */
|
|
484
|
-
justifySelf?:
|
|
496
|
+
justifySelf?: GdsAvatar['justify-self'];
|
|
485
497
|
/** Style Expression Property that controls the `place-self` property.
|
|
486
498
|
Supports all valid CSS `place-self` values. */
|
|
487
|
-
placeSelf?:
|
|
499
|
+
placeSelf?: GdsAvatar['place-self'];
|
|
488
500
|
/** Style Expression Property that controls the `grid-column` property.
|
|
489
501
|
Supports all valid CSS grid-column values.
|
|
490
502
|
Documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column */
|
|
491
|
-
gridColumn?:
|
|
503
|
+
gridColumn?: GdsAvatar['grid-column'];
|
|
492
504
|
/** Style Expression Property that controls the `grid-row` property.
|
|
493
505
|
Supports all valid CSS `grid-row` values. */
|
|
494
|
-
gridRow?:
|
|
506
|
+
gridRow?: GdsAvatar['grid-row'];
|
|
495
507
|
/** Style Expression Property that controls the `grid-area` property.
|
|
496
508
|
Supports all valid CSS `grid-area` values. */
|
|
497
|
-
gridArea?:
|
|
509
|
+
gridArea?: GdsAvatar['grid-area'];
|
|
498
510
|
/** Style Expression Property that controls the `flex` property.
|
|
499
511
|
Supports all valid CSS `flex` values. */
|
|
500
|
-
flex?:
|
|
512
|
+
flex?: GdsAvatar['flex'];
|
|
501
513
|
/** Style Expression Property that controls the `order` property.
|
|
502
514
|
Supports all valid CSS `order` values. */
|
|
503
|
-
order?:
|
|
515
|
+
order?: GdsAvatar['order'];
|
|
504
516
|
/** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
|
|
505
517
|
|
|
506
518
|
This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
|
|
@@ -509,99 +521,83 @@ declare class GdsBadgeComponent implements OnInit, OnChanges, AfterViewInit {
|
|
|
509
521
|
|
|
510
522
|
Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
|
|
511
523
|
element needs to be measured synchronously after being added to the DOM. */
|
|
512
|
-
syncFirstRender?:
|
|
524
|
+
syncFirstRender?: GdsAvatar['syncFirstRender'];
|
|
513
525
|
ngOnInit(): void;
|
|
514
526
|
ngOnChanges(changes: SimpleChanges): void;
|
|
515
527
|
ngAfterViewInit(): void;
|
|
516
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
517
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
518
|
-
static ngAcceptInputType_notification: unknown;
|
|
519
|
-
static ngAcceptInputType_rounded: unknown;
|
|
520
|
-
static ngAcceptInputType_mainSlotOccupied: unknown;
|
|
521
|
-
static ngAcceptInputType_leadSlotOccupied: unknown;
|
|
528
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GdsAvatarComponent, never>;
|
|
529
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GdsAvatarComponent, "gds-avatar", never, { "src": { "alias": "src"; "required": false; }; "alt": { "alias": "alt"; "required": false; }; "size": { "alias": "size"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "level": { "alias": "level"; "required": false; }; "background": { "alias": "background"; "required": false; }; "color": { "alias": "color"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "inlineSize": { "alias": "inlineSize"; "required": false; }; "minInlineSize": { "alias": "minInlineSize"; "required": false; }; "maxInlineSize": { "alias": "maxInlineSize"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "marginInline": { "alias": "marginInline"; "required": false; }; "marginBlock": { "alias": "marginBlock"; "required": false; }; "alignSelf": { "alias": "alignSelf"; "required": false; }; "justifySelf": { "alias": "justifySelf"; "required": false; }; "placeSelf": { "alias": "placeSelf"; "required": false; }; "gridColumn": { "alias": "gridColumn"; "required": false; }; "gridRow": { "alias": "gridRow"; "required": false; }; "gridArea": { "alias": "gridArea"; "required": false; }; "flex": { "alias": "flex"; "required": false; }; "order": { "alias": "order"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
522
530
|
static ngAcceptInputType_syncFirstRender: unknown;
|
|
523
531
|
}
|
|
524
532
|
|
|
525
533
|
/**
|
|
526
|
-
* Angular wrapper for the gds-
|
|
527
|
-
* `gds-
|
|
528
|
-
It supports displaying an image, slotted text content, or a fallback icon.
|
|
534
|
+
* Angular wrapper for the gds-badge web component
|
|
535
|
+
* `gds-badge`
|
|
529
536
|
*/
|
|
530
|
-
declare class
|
|
537
|
+
declare class GdsBadgeComponent implements OnInit, OnChanges, AfterViewInit {
|
|
531
538
|
private elementRef;
|
|
532
539
|
private zone;
|
|
533
540
|
private cdr;
|
|
534
|
-
get element():
|
|
541
|
+
get element(): GdsBadge;
|
|
535
542
|
constructor();
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
size?: GdsAvatar['size'];
|
|
543
|
-
/** The shape of the avatar. */
|
|
544
|
-
shape?: GdsAvatar['shape'];
|
|
545
|
-
/** The color level used when resolving color tokens for style expression properties. */
|
|
546
|
-
level?: GdsAvatar['level'];
|
|
547
|
-
/** Style Expression Property that controls the `background` color of the avatar shape.
|
|
548
|
-
Only accepts color tokens and optional transparency values. */
|
|
549
|
-
background?: GdsAvatar['background'];
|
|
550
|
-
/** Style Expression Property that controls the text/icon `color` of the avatar.
|
|
551
|
-
Accepts content color tokens and optional transparency values. */
|
|
552
|
-
color?: GdsAvatar['color'];
|
|
543
|
+
variant?: GdsBadge['variant'];
|
|
544
|
+
size?: GdsBadge['size'];
|
|
545
|
+
notification?: GdsBadge['notification'];
|
|
546
|
+
rounded?: GdsBadge['rounded'];
|
|
547
|
+
mainSlotOccupied?: GdsBadge['mainSlotOccupied'];
|
|
548
|
+
leadSlotOccupied?: GdsBadge['leadSlotOccupied'];
|
|
553
549
|
/** Style Expression Property that controls the `width` property.
|
|
554
550
|
Supports space tokens and all valid CSS `width` values. */
|
|
555
|
-
width?:
|
|
551
|
+
width?: GdsBadge['width'];
|
|
556
552
|
/** Style Expression Property that controls the `min-width` property.
|
|
557
553
|
Supports space tokens and all valid CSS `min-width` values. */
|
|
558
|
-
minWidth?:
|
|
554
|
+
minWidth?: GdsBadge['min-width'];
|
|
559
555
|
/** Style Expression Property that controls the `max-width` property.
|
|
560
556
|
Supports space tokens and all valid CSS `max-width` values. */
|
|
561
|
-
maxWidth?:
|
|
557
|
+
maxWidth?: GdsBadge['max-width'];
|
|
562
558
|
/** Style Expression Property that controls the `inline-size` property.
|
|
563
559
|
Supports space tokens and all valid CSS `inline-size` values */
|
|
564
|
-
inlineSize?:
|
|
560
|
+
inlineSize?: GdsBadge['inline-size'];
|
|
565
561
|
/** Style Expression Property that controls the `min-inline-size` property.
|
|
566
562
|
Supports space tokens and all valid CSS `min-inline-size` values. */
|
|
567
|
-
minInlineSize?:
|
|
563
|
+
minInlineSize?: GdsBadge['min-inline-size'];
|
|
568
564
|
/** Style Expression Property that controls the `max-inline-size` property.
|
|
569
565
|
Supports space tokens and all valid CSS `max-inline-size` values. */
|
|
570
|
-
maxInlineSize?:
|
|
566
|
+
maxInlineSize?: GdsBadge['max-inline-size'];
|
|
571
567
|
/** Style Expression Property that controls the `margin` property.
|
|
572
568
|
Only accepts space tokens. */
|
|
573
|
-
margin?:
|
|
569
|
+
margin?: GdsBadge['margin'];
|
|
574
570
|
/** Style Expression Property that controls the `margin-inline` property.
|
|
575
571
|
Only accepts space tokens. */
|
|
576
|
-
marginInline?:
|
|
572
|
+
marginInline?: GdsBadge['margin-inline'];
|
|
577
573
|
/** Style Expression Property that controls the `margin-block` property.
|
|
578
574
|
Only accepts space tokens. */
|
|
579
|
-
marginBlock?:
|
|
575
|
+
marginBlock?: GdsBadge['margin-block'];
|
|
580
576
|
/** Style Expression Property that controls the `align-self` property.
|
|
581
577
|
Supports all valid CSS `align-self` values. */
|
|
582
|
-
alignSelf?:
|
|
578
|
+
alignSelf?: GdsBadge['align-self'];
|
|
583
579
|
/** Style Expression Property that controls the `justify-self` property.
|
|
584
580
|
Supports all valid CSS `justify-self` values. */
|
|
585
|
-
justifySelf?:
|
|
581
|
+
justifySelf?: GdsBadge['justify-self'];
|
|
586
582
|
/** Style Expression Property that controls the `place-self` property.
|
|
587
583
|
Supports all valid CSS `place-self` values. */
|
|
588
|
-
placeSelf?:
|
|
584
|
+
placeSelf?: GdsBadge['place-self'];
|
|
589
585
|
/** Style Expression Property that controls the `grid-column` property.
|
|
590
586
|
Supports all valid CSS grid-column values.
|
|
591
587
|
Documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column */
|
|
592
|
-
gridColumn?:
|
|
588
|
+
gridColumn?: GdsBadge['grid-column'];
|
|
593
589
|
/** Style Expression Property that controls the `grid-row` property.
|
|
594
590
|
Supports all valid CSS `grid-row` values. */
|
|
595
|
-
gridRow?:
|
|
591
|
+
gridRow?: GdsBadge['grid-row'];
|
|
596
592
|
/** Style Expression Property that controls the `grid-area` property.
|
|
597
593
|
Supports all valid CSS `grid-area` values. */
|
|
598
|
-
gridArea?:
|
|
594
|
+
gridArea?: GdsBadge['grid-area'];
|
|
599
595
|
/** Style Expression Property that controls the `flex` property.
|
|
600
596
|
Supports all valid CSS `flex` values. */
|
|
601
|
-
flex?:
|
|
597
|
+
flex?: GdsBadge['flex'];
|
|
602
598
|
/** Style Expression Property that controls the `order` property.
|
|
603
599
|
Supports all valid CSS `order` values. */
|
|
604
|
-
order?:
|
|
600
|
+
order?: GdsBadge['order'];
|
|
605
601
|
/** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
|
|
606
602
|
|
|
607
603
|
This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
|
|
@@ -610,12 +606,43 @@ declare class GdsAvatarComponent implements OnInit, OnChanges, AfterViewInit {
|
|
|
610
606
|
|
|
611
607
|
Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
|
|
612
608
|
element needs to be measured synchronously after being added to the DOM. */
|
|
613
|
-
syncFirstRender?:
|
|
609
|
+
syncFirstRender?: GdsBadge['syncFirstRender'];
|
|
614
610
|
ngOnInit(): void;
|
|
615
611
|
ngOnChanges(changes: SimpleChanges): void;
|
|
616
612
|
ngAfterViewInit(): void;
|
|
617
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
618
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
613
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GdsBadgeComponent, never>;
|
|
614
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GdsBadgeComponent, "gds-badge", never, { "variant": { "alias": "variant"; "required": false; }; "size": { "alias": "size"; "required": false; }; "notification": { "alias": "notification"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "mainSlotOccupied": { "alias": "mainSlotOccupied"; "required": false; }; "leadSlotOccupied": { "alias": "leadSlotOccupied"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "inlineSize": { "alias": "inlineSize"; "required": false; }; "minInlineSize": { "alias": "minInlineSize"; "required": false; }; "maxInlineSize": { "alias": "maxInlineSize"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "marginInline": { "alias": "marginInline"; "required": false; }; "marginBlock": { "alias": "marginBlock"; "required": false; }; "alignSelf": { "alias": "alignSelf"; "required": false; }; "justifySelf": { "alias": "justifySelf"; "required": false; }; "placeSelf": { "alias": "placeSelf"; "required": false; }; "gridColumn": { "alias": "gridColumn"; "required": false; }; "gridRow": { "alias": "gridRow"; "required": false; }; "gridArea": { "alias": "gridArea"; "required": false; }; "flex": { "alias": "flex"; "required": false; }; "order": { "alias": "order"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
615
|
+
static ngAcceptInputType_notification: unknown;
|
|
616
|
+
static ngAcceptInputType_rounded: unknown;
|
|
617
|
+
static ngAcceptInputType_mainSlotOccupied: unknown;
|
|
618
|
+
static ngAcceptInputType_leadSlotOccupied: unknown;
|
|
619
|
+
static ngAcceptInputType_syncFirstRender: unknown;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
/**
|
|
623
|
+
* Angular wrapper for the gds-blur web component
|
|
624
|
+
*
|
|
625
|
+
*/
|
|
626
|
+
declare class GdsBlurComponent implements OnInit, OnChanges, AfterViewInit {
|
|
627
|
+
private elementRef;
|
|
628
|
+
private zone;
|
|
629
|
+
private cdr;
|
|
630
|
+
get element(): GdsBlur;
|
|
631
|
+
constructor();
|
|
632
|
+
/** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
|
|
633
|
+
|
|
634
|
+
This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
|
|
635
|
+
run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM
|
|
636
|
+
is projected.
|
|
637
|
+
|
|
638
|
+
Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
|
|
639
|
+
element needs to be measured synchronously after being added to the DOM. */
|
|
640
|
+
syncFirstRender?: GdsBlur['syncFirstRender'];
|
|
641
|
+
ngOnInit(): void;
|
|
642
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
643
|
+
ngAfterViewInit(): void;
|
|
644
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GdsBlurComponent, never>;
|
|
645
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GdsBlurComponent, "gds-blur", never, { "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
619
646
|
static ngAcceptInputType_syncFirstRender: unknown;
|
|
620
647
|
}
|
|
621
648
|
|
|
@@ -703,33 +730,6 @@ declare class GdsBreadcrumbsComponent implements OnInit, OnChanges, AfterViewIni
|
|
|
703
730
|
static ngAcceptInputType_syncFirstRender: unknown;
|
|
704
731
|
}
|
|
705
732
|
|
|
706
|
-
/**
|
|
707
|
-
* Angular wrapper for the gds-blur web component
|
|
708
|
-
*
|
|
709
|
-
*/
|
|
710
|
-
declare class GdsBlurComponent implements OnInit, OnChanges, AfterViewInit {
|
|
711
|
-
private elementRef;
|
|
712
|
-
private zone;
|
|
713
|
-
private cdr;
|
|
714
|
-
get element(): GdsBlur;
|
|
715
|
-
constructor();
|
|
716
|
-
/** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
|
|
717
|
-
|
|
718
|
-
This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
|
|
719
|
-
run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM
|
|
720
|
-
is projected.
|
|
721
|
-
|
|
722
|
-
Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
|
|
723
|
-
element needs to be measured synchronously after being added to the DOM. */
|
|
724
|
-
syncFirstRender?: GdsBlur['syncFirstRender'];
|
|
725
|
-
ngOnInit(): void;
|
|
726
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
727
|
-
ngAfterViewInit(): void;
|
|
728
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GdsBlurComponent, never>;
|
|
729
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GdsBlurComponent, "gds-blur", never, { "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
730
|
-
static ngAcceptInputType_syncFirstRender: unknown;
|
|
731
|
-
}
|
|
732
|
-
|
|
733
733
|
/**
|
|
734
734
|
* Base class for Angular wrapper components that wrap Green Core form controls.
|
|
735
735
|
*
|
|
@@ -976,145 +976,129 @@ declare class GdsCalendarComponent implements OnInit, OnChanges, AfterViewInit {
|
|
|
976
976
|
}
|
|
977
977
|
|
|
978
978
|
/**
|
|
979
|
-
* Angular wrapper for the gds-card
|
|
980
|
-
*
|
|
979
|
+
* Angular wrapper for the gds-card web component
|
|
980
|
+
* A container for content representing a single entity. e.g. a contact, article, or task.
|
|
981
|
+
|
|
982
|
+
`gds-card` inherits all properties from `gds-div`, but comes with some predefined defaults
|
|
983
|
+
and a shortcut property for specifying different card variants.
|
|
981
984
|
*/
|
|
982
|
-
declare class
|
|
985
|
+
declare class GdsCardComponent implements OnInit, OnChanges, AfterViewInit {
|
|
983
986
|
private elementRef;
|
|
984
987
|
private zone;
|
|
985
988
|
private cdr;
|
|
986
|
-
|
|
987
|
-
private router;
|
|
988
|
-
private locationStrategy;
|
|
989
|
-
private destroyRef;
|
|
990
|
-
private routerLink;
|
|
991
|
-
private routerLinkActive;
|
|
992
|
-
get element(): GdsCardLinked;
|
|
989
|
+
get element(): GdsCard;
|
|
993
990
|
constructor();
|
|
994
|
-
|
|
995
|
-
Can be absolute, relative, or fragment identifier */
|
|
996
|
-
href?: GdsCardLinked['href'];
|
|
997
|
-
/** Specifies where to open the linked document */
|
|
998
|
-
target?: GdsCardLinked['target'];
|
|
999
|
-
/** Specifies the relationship between the current document and the linked document
|
|
1000
|
-
Automatically adds security-related values when target="_blank" */
|
|
1001
|
-
rel?: GdsCardLinked['rel'];
|
|
1002
|
-
/** When present, indicates that the linked resource should be downloaded */
|
|
1003
|
-
download?: GdsCardLinked['download'];
|
|
1004
|
-
/** Specifies a space-separated list of URLs to which, when the link is followed,
|
|
1005
|
-
POST requests with the body ping will be sent by the browser. */
|
|
1006
|
-
ping?: GdsCardLinked['ping'];
|
|
1007
|
-
variant?: GdsCardLinked['variant'];
|
|
991
|
+
variant?: GdsCard['variant'];
|
|
1008
992
|
/** Style Expression Property that controls the `padding` property.
|
|
1009
993
|
Only accepts space tokens. */
|
|
1010
|
-
padding?:
|
|
994
|
+
padding?: GdsCard['padding'];
|
|
1011
995
|
/** Style Expression Property that controls the `width` property.
|
|
1012
996
|
Supports space tokens and all valid CSS `width` values. */
|
|
1013
|
-
width?:
|
|
997
|
+
width?: GdsCard['width'];
|
|
1014
998
|
/** Style Expression Property that controls the `min-width` property.
|
|
1015
999
|
Supports space tokens and all valid CSS `min-width` values. */
|
|
1016
|
-
minWidth?:
|
|
1000
|
+
minWidth?: GdsCard['min-width'];
|
|
1017
1001
|
/** Style Expression Property that controls the `max-width` property.
|
|
1018
1002
|
Supports space tokens and all valid CSS `max-width` values. */
|
|
1019
|
-
maxWidth?:
|
|
1003
|
+
maxWidth?: GdsCard['max-width'];
|
|
1020
1004
|
/** Style Expression Property that controls the `inline-size` property.
|
|
1021
1005
|
Supports space tokens and all valid CSS `inline-size` values */
|
|
1022
|
-
inlineSize?:
|
|
1006
|
+
inlineSize?: GdsCard['inline-size'];
|
|
1023
1007
|
/** Style Expression Property that controls the `min-inline-size` property.
|
|
1024
1008
|
Supports space tokens and all valid CSS `min-inline-size` values. */
|
|
1025
|
-
minInlineSize?:
|
|
1009
|
+
minInlineSize?: GdsCard['min-inline-size'];
|
|
1026
1010
|
/** Style Expression Property that controls the `max-inline-size` property.
|
|
1027
1011
|
Supports space tokens and all valid CSS `max-inline-size` values. */
|
|
1028
|
-
maxInlineSize?:
|
|
1012
|
+
maxInlineSize?: GdsCard['max-inline-size'];
|
|
1029
1013
|
/** Style Expression Property that controls the `height` property.
|
|
1030
1014
|
Supports space tokens and all valid CSS `height` values. */
|
|
1031
|
-
height?:
|
|
1015
|
+
height?: GdsCard['height'];
|
|
1032
1016
|
/** Style Expression Property that controls the `min-height` property.
|
|
1033
1017
|
Supports space tokens and all valid CSS `min-height` values. */
|
|
1034
|
-
minHeight?:
|
|
1018
|
+
minHeight?: GdsCard['min-height'];
|
|
1035
1019
|
/** Style Expression Property that controls the `max-height` property.
|
|
1036
1020
|
Supports space tokens and all valid CSS `max-height` values. */
|
|
1037
|
-
maxHeight?:
|
|
1021
|
+
maxHeight?: GdsCard['max-height'];
|
|
1038
1022
|
/** Style Expression Property that controls the `block-size` property.
|
|
1039
1023
|
Supports space tokens and all valid CSS `block-size` values. */
|
|
1040
|
-
blockSize?:
|
|
1024
|
+
blockSize?: GdsCard['block-size'];
|
|
1041
1025
|
/** Style Expression Property that controls the `min-block-size` property.
|
|
1042
1026
|
Supports space tokens and all valid CSS `min-block-size` values. */
|
|
1043
|
-
minBlockSize?:
|
|
1027
|
+
minBlockSize?: GdsCard['min-block-size'];
|
|
1044
1028
|
/** Style Expression Property that controls the `max-block-size` property.
|
|
1045
1029
|
Supports space tokens and all valid CSS `max-block-size` values. */
|
|
1046
|
-
maxBlockSize?:
|
|
1030
|
+
maxBlockSize?: GdsCard['max-block-size'];
|
|
1047
1031
|
/** Style Expression Property that controls the `margin` property.
|
|
1048
1032
|
Only accepts space tokens. */
|
|
1049
|
-
margin?:
|
|
1033
|
+
margin?: GdsCard['margin'];
|
|
1050
1034
|
/** Style Expression Property that controls the `margin-inline` property.
|
|
1051
1035
|
Only accepts space tokens. */
|
|
1052
|
-
marginInline?:
|
|
1036
|
+
marginInline?: GdsCard['margin-inline'];
|
|
1053
1037
|
/** Style Expression Property that controls the `margin-block` property.
|
|
1054
1038
|
Only accepts space tokens. */
|
|
1055
|
-
marginBlock?:
|
|
1039
|
+
marginBlock?: GdsCard['margin-block'];
|
|
1056
1040
|
/** Style Expression Property that controls the `padding-inline` property.
|
|
1057
1041
|
Only accepts space tokens. */
|
|
1058
|
-
paddingInline?:
|
|
1042
|
+
paddingInline?: GdsCard['padding-inline'];
|
|
1059
1043
|
/** Style Expression Property that controls the `padding-block` property.
|
|
1060
1044
|
Only accepts space tokens. */
|
|
1061
|
-
paddingBlock?:
|
|
1045
|
+
paddingBlock?: GdsCard['padding-block'];
|
|
1062
1046
|
/** Style Expression Property that controls the `align-self` property.
|
|
1063
1047
|
Supports all valid CSS `align-self` values. */
|
|
1064
|
-
alignSelf?:
|
|
1048
|
+
alignSelf?: GdsCard['align-self'];
|
|
1065
1049
|
/** Style Expression Property that controls the `justify-self` property.
|
|
1066
1050
|
Supports all valid CSS `justify-self` values. */
|
|
1067
|
-
justifySelf?:
|
|
1051
|
+
justifySelf?: GdsCard['justify-self'];
|
|
1068
1052
|
/** Style Expression Property that controls the `place-self` property.
|
|
1069
1053
|
Supports all valid CSS `place-self` values. */
|
|
1070
|
-
placeSelf?:
|
|
1054
|
+
placeSelf?: GdsCard['place-self'];
|
|
1071
1055
|
/** Style Expression Property that controls the `grid-column` property.
|
|
1072
1056
|
Supports all valid CSS grid-column values.
|
|
1073
1057
|
Documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column */
|
|
1074
|
-
gridColumn?:
|
|
1058
|
+
gridColumn?: GdsCard['grid-column'];
|
|
1075
1059
|
/** Style Expression Property that controls the `grid-row` property.
|
|
1076
1060
|
Supports all valid CSS `grid-row` values. */
|
|
1077
|
-
gridRow?:
|
|
1061
|
+
gridRow?: GdsCard['grid-row'];
|
|
1078
1062
|
/** Style Expression Property that controls the `grid-area` property.
|
|
1079
1063
|
Supports all valid CSS `grid-area` values. */
|
|
1080
|
-
gridArea?:
|
|
1064
|
+
gridArea?: GdsCard['grid-area'];
|
|
1081
1065
|
/** Style Expression Property that controls the `flex` property.
|
|
1082
1066
|
Supports all valid CSS `flex` values. */
|
|
1083
|
-
flex?:
|
|
1067
|
+
flex?: GdsCard['flex'];
|
|
1084
1068
|
/** Style Expression Property that controls the `order` property.
|
|
1085
1069
|
Supports all valid CSS `order` values. */
|
|
1086
|
-
order?:
|
|
1070
|
+
order?: GdsCard['order'];
|
|
1087
1071
|
/** Style Expression Property that controls the `position` property.
|
|
1088
1072
|
Supports all valid CSS `position` values. */
|
|
1089
|
-
position?:
|
|
1073
|
+
position?: GdsCard['position'];
|
|
1090
1074
|
/** Style Expression Property that controls the `transform` property.
|
|
1091
1075
|
Supports all valid CSS `transform` values. */
|
|
1092
|
-
transform?:
|
|
1076
|
+
transform?: GdsCard['transform'];
|
|
1093
1077
|
/** Style Expression Property that controls the `inset` property.
|
|
1094
1078
|
Supports all valid CSS `inset` values. */
|
|
1095
|
-
inset?:
|
|
1079
|
+
inset?: GdsCard['inset'];
|
|
1096
1080
|
/** Controls the display property.
|
|
1097
1081
|
Supports all valid CSS display values. */
|
|
1098
|
-
display?:
|
|
1082
|
+
display?: GdsCard['display'];
|
|
1099
1083
|
/** The level of the container is used to resolve the color tokens from the corresponding level.
|
|
1100
1084
|
Check the [Color System documentation page](./?path=/docs/style-colors--docs) for more information.
|
|
1101
1085
|
|
|
1102
1086
|
Default for `gds-div` is level 2. */
|
|
1103
|
-
level?:
|
|
1087
|
+
level?: GdsCard['level'];
|
|
1104
1088
|
/** Style Expression Property that controls the `color` property.
|
|
1105
1089
|
Only accepts color tokens and an optional transparency value, in the format tokenName/transparency.
|
|
1106
1090
|
|
|
1107
1091
|
```html
|
|
1108
1092
|
<gds-div color="neutral-01/0.2"></gds-div>
|
|
1109
1093
|
``` */
|
|
1110
|
-
color?:
|
|
1094
|
+
color?: GdsCard['color'];
|
|
1111
1095
|
/** Style Expression Property that controls the `background` property.
|
|
1112
1096
|
Only accepts color tokens and an optional transparency value, in the format tokenName/transparency.
|
|
1113
1097
|
|
|
1114
1098
|
```html
|
|
1115
1099
|
<gds-div background="neutral-01/0.2"></gds-div>
|
|
1116
1100
|
``` */
|
|
1117
|
-
background?:
|
|
1101
|
+
background?: GdsCard['background'];
|
|
1118
1102
|
/** Style Expression Property that controls the `border` property.
|
|
1119
1103
|
Accepts a string of the same format as the CSS border property.
|
|
1120
1104
|
|
|
@@ -1123,95 +1107,95 @@ declare class GdsCardLinkedComponent implements OnInit, OnChanges, AfterViewInit
|
|
|
1123
1107
|
```
|
|
1124
1108
|
|
|
1125
1109
|
Where the size value accepts space tokens and the color value accepts color tokens and an optional transparency value. */
|
|
1126
|
-
border?:
|
|
1110
|
+
border?: GdsCard['border'];
|
|
1127
1111
|
/** Style Expression Property that controls the `border-color` property.
|
|
1128
1112
|
Only accepts color tokens and an optional transparency value, in the format tokenName/transparency.
|
|
1129
1113
|
|
|
1130
1114
|
```html
|
|
1131
1115
|
<gds-div border-color="subtle-01/0.2"></gds-div>
|
|
1132
1116
|
``` */
|
|
1133
|
-
borderColor?:
|
|
1117
|
+
borderColor?: GdsCard['border-color'];
|
|
1134
1118
|
/** Style Expression Property that controls the `border-width` property.
|
|
1135
1119
|
Only accepts space tokens. */
|
|
1136
|
-
borderWidth?:
|
|
1120
|
+
borderWidth?: GdsCard['border-width'];
|
|
1137
1121
|
/** Style Expression Property that controls the `border-style` property.
|
|
1138
1122
|
Supports all valid CSS `border-style` values. */
|
|
1139
|
-
borderStyle?:
|
|
1123
|
+
borderStyle?: GdsCard['border-style'];
|
|
1140
1124
|
/** Style Expression Property that controls the `border-radius` property.
|
|
1141
1125
|
Only accepts space tokens. */
|
|
1142
|
-
borderRadius?:
|
|
1126
|
+
borderRadius?: GdsCard['border-radius'];
|
|
1143
1127
|
/** Style Expression Property for the `box-shadow` property.
|
|
1144
1128
|
|
|
1145
1129
|
Accepts shadow tokens from the design system.
|
|
1146
1130
|
|
|
1147
1131
|
`xs`, `s`, `m`, `l`, `xl` */
|
|
1148
|
-
boxShadow?:
|
|
1132
|
+
boxShadow?: GdsCard['box-shadow'];
|
|
1149
1133
|
/** Style Expression Property that controls the `opacity` property.
|
|
1150
1134
|
Supports all valid CSS `opacity` values. */
|
|
1151
|
-
opacity?:
|
|
1135
|
+
opacity?: GdsCard['opacity'];
|
|
1152
1136
|
/** Style Expression Property that controls the `overflow` property.
|
|
1153
1137
|
Supports all valid CSS `overflow` values. */
|
|
1154
|
-
overflow?:
|
|
1138
|
+
overflow?: GdsCard['overflow'];
|
|
1155
1139
|
/** Style Expression Property that controls the `box-sizing` property.
|
|
1156
1140
|
Supports all valid CSS `box-sizing` values. */
|
|
1157
|
-
boxSizing?:
|
|
1141
|
+
boxSizing?: GdsCard['box-sizing'];
|
|
1158
1142
|
/** Style Expression Property that controls the `z-index` property.
|
|
1159
1143
|
Supports all valid CSS `z-index` values. */
|
|
1160
|
-
zIndex?:
|
|
1144
|
+
zIndex?: GdsCard['z-index'];
|
|
1161
1145
|
/** Style Expression Property that controls the `font` property.
|
|
1162
1146
|
Supports all font tokens from the design system. */
|
|
1163
|
-
font?:
|
|
1147
|
+
font?: GdsCard['font'];
|
|
1164
1148
|
/** Style Expression Property that controls the `font-weight` property.
|
|
1165
1149
|
Supports all typography weight tokens from the design system. */
|
|
1166
|
-
fontWeight?:
|
|
1150
|
+
fontWeight?: GdsCard['font-weight'];
|
|
1167
1151
|
/** Style Expression Property that controls the `text-align` property.
|
|
1168
1152
|
Supports all valid CSS `text-align` values. */
|
|
1169
|
-
textAlign?:
|
|
1153
|
+
textAlign?: GdsCard['text-align'];
|
|
1170
1154
|
/** Style Expression Property that controls the `text-wrap` property.
|
|
1171
1155
|
Supports all valid CSS `text-wrap` values. */
|
|
1172
|
-
textWrap?:
|
|
1156
|
+
textWrap?: GdsCard['text-wrap'];
|
|
1173
1157
|
/** Style Expression Property that controls the `overflow-wrap` property.
|
|
1174
1158
|
Supports all valid CSS `overflow-wrap` values. */
|
|
1175
|
-
overflowWrap?:
|
|
1159
|
+
overflowWrap?: GdsCard['overflow-wrap'];
|
|
1176
1160
|
/** Style Expression Property that controls the `white-space` property.
|
|
1177
1161
|
Supports all valid CSS `white-space` values. */
|
|
1178
|
-
whiteSpace?:
|
|
1162
|
+
whiteSpace?: GdsCard['white-space'];
|
|
1179
1163
|
/** Style Expression Property that controls the `gap` property.
|
|
1180
1164
|
Only accepts space tokens. */
|
|
1181
|
-
gap?:
|
|
1165
|
+
gap?: GdsCard['gap'];
|
|
1182
1166
|
/** Style Expression Property that controls the `align-items` property.
|
|
1183
1167
|
Supports all valid CSS `align-items` values. */
|
|
1184
|
-
alignItems?:
|
|
1168
|
+
alignItems?: GdsCard['align-items'];
|
|
1185
1169
|
/** Style Expression Property that controls the `align-content` property.
|
|
1186
1170
|
Supports all valid CSS `align-content` values. */
|
|
1187
|
-
alignContent?:
|
|
1171
|
+
alignContent?: GdsCard['align-content'];
|
|
1188
1172
|
/** Style Expression Property that controls the `justify-content` property.
|
|
1189
1173
|
Supports all valid CSS `justify-content` values. */
|
|
1190
|
-
justifyContent?:
|
|
1174
|
+
justifyContent?: GdsCard['justify-content'];
|
|
1191
1175
|
/** Style Expression Property that controls the `justify-items` property.
|
|
1192
1176
|
Supports all valid CSS `justify-items` values. */
|
|
1193
|
-
justifyItems?:
|
|
1177
|
+
justifyItems?: GdsCard['justify-items'];
|
|
1194
1178
|
/** Style Expression Property that controls the `flex-direction` property.
|
|
1195
1179
|
Supports all valid CSS `flex-direction` values. */
|
|
1196
|
-
flexDirection?:
|
|
1180
|
+
flexDirection?: GdsCard['flex-direction'];
|
|
1197
1181
|
/** Style Expression Property that controls the `flex-wrap` property.
|
|
1198
1182
|
Supports all valid CSS `flex-wrap` values. */
|
|
1199
|
-
flexWrap?:
|
|
1183
|
+
flexWrap?: GdsCard['flex-wrap'];
|
|
1200
1184
|
/** Style Expression Property that controls the `place-items` property.
|
|
1201
1185
|
Supports all valid CSS `place-items` values. */
|
|
1202
|
-
placeItems?:
|
|
1186
|
+
placeItems?: GdsCard['place-items'];
|
|
1203
1187
|
/** Style Expression Property that controls the `place-content` property.
|
|
1204
1188
|
Supports all valid CSS `place-content` values. */
|
|
1205
|
-
placeContent?:
|
|
1189
|
+
placeContent?: GdsCard['place-content'];
|
|
1206
1190
|
/** Style Expression Property that controls the `aspect-ratio` property.
|
|
1207
1191
|
Supports all valid CSS `aspect-ratio` values. */
|
|
1208
|
-
aspectRatio?:
|
|
1192
|
+
aspectRatio?: GdsCard['aspect-ratio'];
|
|
1209
1193
|
/** Style Expression Property that controls the `cursor` property.
|
|
1210
1194
|
Supports all valid CSS `cursor` values. */
|
|
1211
|
-
cursor?:
|
|
1195
|
+
cursor?: GdsCard['cursor'];
|
|
1212
1196
|
/** Style Expression Property that controls the `pointer-events` property.
|
|
1213
1197
|
Supports all valid CSS `pointer-events` values. */
|
|
1214
|
-
pointerEvents?:
|
|
1198
|
+
pointerEvents?: GdsCard['pointer-events'];
|
|
1215
1199
|
/** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
|
|
1216
1200
|
|
|
1217
1201
|
This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
|
|
@@ -1220,154 +1204,155 @@ declare class GdsCardLinkedComponent implements OnInit, OnChanges, AfterViewInit
|
|
|
1220
1204
|
|
|
1221
1205
|
Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
|
|
1222
1206
|
element needs to be measured synchronously after being added to the DOM. */
|
|
1223
|
-
syncFirstRender?:
|
|
1224
|
-
/**
|
|
1225
|
-
* Prevent the browser from following the href when RouterLink handles
|
|
1226
|
-
* navigation. RouterLink calls Router.navigateByUrl() for all elements,
|
|
1227
|
-
* but only calls preventDefault() for native <a> tags. For custom
|
|
1228
|
-
* elements we must do it ourselves, respecting modifier-key and
|
|
1229
|
-
* target-attribute semantics so that ctrl-click / cmd-click / target=_blank
|
|
1230
|
-
* still open a new tab.
|
|
1231
|
-
* @internal
|
|
1232
|
-
*/
|
|
1233
|
-
private preventNativeNavigation;
|
|
1234
|
-
/**
|
|
1235
|
-
* Updates the href attribute from RouterLink using only public Angular APIs.
|
|
1236
|
-
* @internal
|
|
1237
|
-
*/
|
|
1238
|
-
private updateHref;
|
|
1207
|
+
syncFirstRender?: GdsCard['syncFirstRender'];
|
|
1239
1208
|
ngOnInit(): void;
|
|
1240
1209
|
ngOnChanges(changes: SimpleChanges): void;
|
|
1241
1210
|
ngAfterViewInit(): void;
|
|
1242
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1243
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1211
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GdsCardComponent, never>;
|
|
1212
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GdsCardComponent, "gds-card", never, { "variant": { "alias": "variant"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "inlineSize": { "alias": "inlineSize"; "required": false; }; "minInlineSize": { "alias": "minInlineSize"; "required": false; }; "maxInlineSize": { "alias": "maxInlineSize"; "required": false; }; "height": { "alias": "height"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "blockSize": { "alias": "blockSize"; "required": false; }; "minBlockSize": { "alias": "minBlockSize"; "required": false; }; "maxBlockSize": { "alias": "maxBlockSize"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "marginInline": { "alias": "marginInline"; "required": false; }; "marginBlock": { "alias": "marginBlock"; "required": false; }; "paddingInline": { "alias": "paddingInline"; "required": false; }; "paddingBlock": { "alias": "paddingBlock"; "required": false; }; "alignSelf": { "alias": "alignSelf"; "required": false; }; "justifySelf": { "alias": "justifySelf"; "required": false; }; "placeSelf": { "alias": "placeSelf"; "required": false; }; "gridColumn": { "alias": "gridColumn"; "required": false; }; "gridRow": { "alias": "gridRow"; "required": false; }; "gridArea": { "alias": "gridArea"; "required": false; }; "flex": { "alias": "flex"; "required": false; }; "order": { "alias": "order"; "required": false; }; "position": { "alias": "position"; "required": false; }; "transform": { "alias": "transform"; "required": false; }; "inset": { "alias": "inset"; "required": false; }; "display": { "alias": "display"; "required": false; }; "level": { "alias": "level"; "required": false; }; "color": { "alias": "color"; "required": false; }; "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "borderColor": { "alias": "borderColor"; "required": false; }; "borderWidth": { "alias": "borderWidth"; "required": false; }; "borderStyle": { "alias": "borderStyle"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; "boxShadow": { "alias": "boxShadow"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; "boxSizing": { "alias": "boxSizing"; "required": false; }; "zIndex": { "alias": "zIndex"; "required": false; }; "font": { "alias": "font"; "required": false; }; "fontWeight": { "alias": "fontWeight"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "textWrap": { "alias": "textWrap"; "required": false; }; "overflowWrap": { "alias": "overflowWrap"; "required": false; }; "whiteSpace": { "alias": "whiteSpace"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "alignItems": { "alias": "alignItems"; "required": false; }; "alignContent": { "alias": "alignContent"; "required": false; }; "justifyContent": { "alias": "justifyContent"; "required": false; }; "justifyItems": { "alias": "justifyItems"; "required": false; }; "flexDirection": { "alias": "flexDirection"; "required": false; }; "flexWrap": { "alias": "flexWrap"; "required": false; }; "placeItems": { "alias": "placeItems"; "required": false; }; "placeContent": { "alias": "placeContent"; "required": false; }; "aspectRatio": { "alias": "aspectRatio"; "required": false; }; "cursor": { "alias": "cursor"; "required": false; }; "pointerEvents": { "alias": "pointerEvents"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1244
1213
|
static ngAcceptInputType_syncFirstRender: unknown;
|
|
1245
1214
|
}
|
|
1246
1215
|
|
|
1247
1216
|
/**
|
|
1248
|
-
* Angular wrapper for the gds-card web component
|
|
1249
|
-
*
|
|
1250
|
-
|
|
1251
|
-
`gds-card` inherits all properties from `gds-div`, but comes with some predefined defaults
|
|
1252
|
-
and a shortcut property for specifying different card variants.
|
|
1217
|
+
* Angular wrapper for the gds-card-linked web component
|
|
1218
|
+
*
|
|
1253
1219
|
*/
|
|
1254
|
-
declare class
|
|
1220
|
+
declare class GdsCardLinkedComponent implements OnInit, OnChanges, AfterViewInit {
|
|
1255
1221
|
private elementRef;
|
|
1256
1222
|
private zone;
|
|
1257
1223
|
private cdr;
|
|
1258
|
-
|
|
1224
|
+
private renderer;
|
|
1225
|
+
private router;
|
|
1226
|
+
private locationStrategy;
|
|
1227
|
+
private destroyRef;
|
|
1228
|
+
private routerLink;
|
|
1229
|
+
private routerLinkActive;
|
|
1230
|
+
get element(): GdsCardLinked;
|
|
1259
1231
|
constructor();
|
|
1260
|
-
|
|
1232
|
+
/** URL that the link points to
|
|
1233
|
+
Can be absolute, relative, or fragment identifier */
|
|
1234
|
+
href?: GdsCardLinked['href'];
|
|
1235
|
+
/** Specifies where to open the linked document */
|
|
1236
|
+
target?: GdsCardLinked['target'];
|
|
1237
|
+
/** Specifies the relationship between the current document and the linked document
|
|
1238
|
+
Automatically adds security-related values when target="_blank" */
|
|
1239
|
+
rel?: GdsCardLinked['rel'];
|
|
1240
|
+
/** When present, indicates that the linked resource should be downloaded */
|
|
1241
|
+
download?: GdsCardLinked['download'];
|
|
1242
|
+
/** Specifies a space-separated list of URLs to which, when the link is followed,
|
|
1243
|
+
POST requests with the body ping will be sent by the browser. */
|
|
1244
|
+
ping?: GdsCardLinked['ping'];
|
|
1245
|
+
variant?: GdsCardLinked['variant'];
|
|
1261
1246
|
/** Style Expression Property that controls the `padding` property.
|
|
1262
1247
|
Only accepts space tokens. */
|
|
1263
|
-
padding?:
|
|
1248
|
+
padding?: GdsCardLinked['padding'];
|
|
1264
1249
|
/** Style Expression Property that controls the `width` property.
|
|
1265
1250
|
Supports space tokens and all valid CSS `width` values. */
|
|
1266
|
-
width?:
|
|
1251
|
+
width?: GdsCardLinked['width'];
|
|
1267
1252
|
/** Style Expression Property that controls the `min-width` property.
|
|
1268
1253
|
Supports space tokens and all valid CSS `min-width` values. */
|
|
1269
|
-
minWidth?:
|
|
1254
|
+
minWidth?: GdsCardLinked['min-width'];
|
|
1270
1255
|
/** Style Expression Property that controls the `max-width` property.
|
|
1271
1256
|
Supports space tokens and all valid CSS `max-width` values. */
|
|
1272
|
-
maxWidth?:
|
|
1257
|
+
maxWidth?: GdsCardLinked['max-width'];
|
|
1273
1258
|
/** Style Expression Property that controls the `inline-size` property.
|
|
1274
1259
|
Supports space tokens and all valid CSS `inline-size` values */
|
|
1275
|
-
inlineSize?:
|
|
1260
|
+
inlineSize?: GdsCardLinked['inline-size'];
|
|
1276
1261
|
/** Style Expression Property that controls the `min-inline-size` property.
|
|
1277
1262
|
Supports space tokens and all valid CSS `min-inline-size` values. */
|
|
1278
|
-
minInlineSize?:
|
|
1263
|
+
minInlineSize?: GdsCardLinked['min-inline-size'];
|
|
1279
1264
|
/** Style Expression Property that controls the `max-inline-size` property.
|
|
1280
1265
|
Supports space tokens and all valid CSS `max-inline-size` values. */
|
|
1281
|
-
maxInlineSize?:
|
|
1266
|
+
maxInlineSize?: GdsCardLinked['max-inline-size'];
|
|
1282
1267
|
/** Style Expression Property that controls the `height` property.
|
|
1283
1268
|
Supports space tokens and all valid CSS `height` values. */
|
|
1284
|
-
height?:
|
|
1269
|
+
height?: GdsCardLinked['height'];
|
|
1285
1270
|
/** Style Expression Property that controls the `min-height` property.
|
|
1286
1271
|
Supports space tokens and all valid CSS `min-height` values. */
|
|
1287
|
-
minHeight?:
|
|
1272
|
+
minHeight?: GdsCardLinked['min-height'];
|
|
1288
1273
|
/** Style Expression Property that controls the `max-height` property.
|
|
1289
1274
|
Supports space tokens and all valid CSS `max-height` values. */
|
|
1290
|
-
maxHeight?:
|
|
1275
|
+
maxHeight?: GdsCardLinked['max-height'];
|
|
1291
1276
|
/** Style Expression Property that controls the `block-size` property.
|
|
1292
1277
|
Supports space tokens and all valid CSS `block-size` values. */
|
|
1293
|
-
blockSize?:
|
|
1278
|
+
blockSize?: GdsCardLinked['block-size'];
|
|
1294
1279
|
/** Style Expression Property that controls the `min-block-size` property.
|
|
1295
1280
|
Supports space tokens and all valid CSS `min-block-size` values. */
|
|
1296
|
-
minBlockSize?:
|
|
1281
|
+
minBlockSize?: GdsCardLinked['min-block-size'];
|
|
1297
1282
|
/** Style Expression Property that controls the `max-block-size` property.
|
|
1298
1283
|
Supports space tokens and all valid CSS `max-block-size` values. */
|
|
1299
|
-
maxBlockSize?:
|
|
1284
|
+
maxBlockSize?: GdsCardLinked['max-block-size'];
|
|
1300
1285
|
/** Style Expression Property that controls the `margin` property.
|
|
1301
1286
|
Only accepts space tokens. */
|
|
1302
|
-
margin?:
|
|
1287
|
+
margin?: GdsCardLinked['margin'];
|
|
1303
1288
|
/** Style Expression Property that controls the `margin-inline` property.
|
|
1304
1289
|
Only accepts space tokens. */
|
|
1305
|
-
marginInline?:
|
|
1290
|
+
marginInline?: GdsCardLinked['margin-inline'];
|
|
1306
1291
|
/** Style Expression Property that controls the `margin-block` property.
|
|
1307
1292
|
Only accepts space tokens. */
|
|
1308
|
-
marginBlock?:
|
|
1293
|
+
marginBlock?: GdsCardLinked['margin-block'];
|
|
1309
1294
|
/** Style Expression Property that controls the `padding-inline` property.
|
|
1310
1295
|
Only accepts space tokens. */
|
|
1311
|
-
paddingInline?:
|
|
1296
|
+
paddingInline?: GdsCardLinked['padding-inline'];
|
|
1312
1297
|
/** Style Expression Property that controls the `padding-block` property.
|
|
1313
1298
|
Only accepts space tokens. */
|
|
1314
|
-
paddingBlock?:
|
|
1299
|
+
paddingBlock?: GdsCardLinked['padding-block'];
|
|
1315
1300
|
/** Style Expression Property that controls the `align-self` property.
|
|
1316
1301
|
Supports all valid CSS `align-self` values. */
|
|
1317
|
-
alignSelf?:
|
|
1302
|
+
alignSelf?: GdsCardLinked['align-self'];
|
|
1318
1303
|
/** Style Expression Property that controls the `justify-self` property.
|
|
1319
1304
|
Supports all valid CSS `justify-self` values. */
|
|
1320
|
-
justifySelf?:
|
|
1305
|
+
justifySelf?: GdsCardLinked['justify-self'];
|
|
1321
1306
|
/** Style Expression Property that controls the `place-self` property.
|
|
1322
1307
|
Supports all valid CSS `place-self` values. */
|
|
1323
|
-
placeSelf?:
|
|
1308
|
+
placeSelf?: GdsCardLinked['place-self'];
|
|
1324
1309
|
/** Style Expression Property that controls the `grid-column` property.
|
|
1325
1310
|
Supports all valid CSS grid-column values.
|
|
1326
1311
|
Documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column */
|
|
1327
|
-
gridColumn?:
|
|
1312
|
+
gridColumn?: GdsCardLinked['grid-column'];
|
|
1328
1313
|
/** Style Expression Property that controls the `grid-row` property.
|
|
1329
1314
|
Supports all valid CSS `grid-row` values. */
|
|
1330
|
-
gridRow?:
|
|
1315
|
+
gridRow?: GdsCardLinked['grid-row'];
|
|
1331
1316
|
/** Style Expression Property that controls the `grid-area` property.
|
|
1332
1317
|
Supports all valid CSS `grid-area` values. */
|
|
1333
|
-
gridArea?:
|
|
1318
|
+
gridArea?: GdsCardLinked['grid-area'];
|
|
1334
1319
|
/** Style Expression Property that controls the `flex` property.
|
|
1335
1320
|
Supports all valid CSS `flex` values. */
|
|
1336
|
-
flex?:
|
|
1321
|
+
flex?: GdsCardLinked['flex'];
|
|
1337
1322
|
/** Style Expression Property that controls the `order` property.
|
|
1338
1323
|
Supports all valid CSS `order` values. */
|
|
1339
|
-
order?:
|
|
1324
|
+
order?: GdsCardLinked['order'];
|
|
1340
1325
|
/** Style Expression Property that controls the `position` property.
|
|
1341
1326
|
Supports all valid CSS `position` values. */
|
|
1342
|
-
position?:
|
|
1327
|
+
position?: GdsCardLinked['position'];
|
|
1343
1328
|
/** Style Expression Property that controls the `transform` property.
|
|
1344
1329
|
Supports all valid CSS `transform` values. */
|
|
1345
|
-
transform?:
|
|
1330
|
+
transform?: GdsCardLinked['transform'];
|
|
1346
1331
|
/** Style Expression Property that controls the `inset` property.
|
|
1347
1332
|
Supports all valid CSS `inset` values. */
|
|
1348
|
-
inset?:
|
|
1333
|
+
inset?: GdsCardLinked['inset'];
|
|
1349
1334
|
/** Controls the display property.
|
|
1350
1335
|
Supports all valid CSS display values. */
|
|
1351
|
-
display?:
|
|
1336
|
+
display?: GdsCardLinked['display'];
|
|
1352
1337
|
/** The level of the container is used to resolve the color tokens from the corresponding level.
|
|
1353
1338
|
Check the [Color System documentation page](./?path=/docs/style-colors--docs) for more information.
|
|
1354
1339
|
|
|
1355
1340
|
Default for `gds-div` is level 2. */
|
|
1356
|
-
level?:
|
|
1341
|
+
level?: GdsCardLinked['level'];
|
|
1357
1342
|
/** Style Expression Property that controls the `color` property.
|
|
1358
1343
|
Only accepts color tokens and an optional transparency value, in the format tokenName/transparency.
|
|
1359
1344
|
|
|
1360
1345
|
```html
|
|
1361
1346
|
<gds-div color="neutral-01/0.2"></gds-div>
|
|
1362
1347
|
``` */
|
|
1363
|
-
color?:
|
|
1348
|
+
color?: GdsCardLinked['color'];
|
|
1364
1349
|
/** Style Expression Property that controls the `background` property.
|
|
1365
1350
|
Only accepts color tokens and an optional transparency value, in the format tokenName/transparency.
|
|
1366
1351
|
|
|
1367
1352
|
```html
|
|
1368
1353
|
<gds-div background="neutral-01/0.2"></gds-div>
|
|
1369
1354
|
``` */
|
|
1370
|
-
background?:
|
|
1355
|
+
background?: GdsCardLinked['background'];
|
|
1371
1356
|
/** Style Expression Property that controls the `border` property.
|
|
1372
1357
|
Accepts a string of the same format as the CSS border property.
|
|
1373
1358
|
|
|
@@ -1376,95 +1361,95 @@ declare class GdsCardComponent implements OnInit, OnChanges, AfterViewInit {
|
|
|
1376
1361
|
```
|
|
1377
1362
|
|
|
1378
1363
|
Where the size value accepts space tokens and the color value accepts color tokens and an optional transparency value. */
|
|
1379
|
-
border?:
|
|
1364
|
+
border?: GdsCardLinked['border'];
|
|
1380
1365
|
/** Style Expression Property that controls the `border-color` property.
|
|
1381
1366
|
Only accepts color tokens and an optional transparency value, in the format tokenName/transparency.
|
|
1382
1367
|
|
|
1383
1368
|
```html
|
|
1384
1369
|
<gds-div border-color="subtle-01/0.2"></gds-div>
|
|
1385
1370
|
``` */
|
|
1386
|
-
borderColor?:
|
|
1371
|
+
borderColor?: GdsCardLinked['border-color'];
|
|
1387
1372
|
/** Style Expression Property that controls the `border-width` property.
|
|
1388
1373
|
Only accepts space tokens. */
|
|
1389
|
-
borderWidth?:
|
|
1374
|
+
borderWidth?: GdsCardLinked['border-width'];
|
|
1390
1375
|
/** Style Expression Property that controls the `border-style` property.
|
|
1391
1376
|
Supports all valid CSS `border-style` values. */
|
|
1392
|
-
borderStyle?:
|
|
1377
|
+
borderStyle?: GdsCardLinked['border-style'];
|
|
1393
1378
|
/** Style Expression Property that controls the `border-radius` property.
|
|
1394
1379
|
Only accepts space tokens. */
|
|
1395
|
-
borderRadius?:
|
|
1380
|
+
borderRadius?: GdsCardLinked['border-radius'];
|
|
1396
1381
|
/** Style Expression Property for the `box-shadow` property.
|
|
1397
1382
|
|
|
1398
1383
|
Accepts shadow tokens from the design system.
|
|
1399
1384
|
|
|
1400
1385
|
`xs`, `s`, `m`, `l`, `xl` */
|
|
1401
|
-
boxShadow?:
|
|
1386
|
+
boxShadow?: GdsCardLinked['box-shadow'];
|
|
1402
1387
|
/** Style Expression Property that controls the `opacity` property.
|
|
1403
1388
|
Supports all valid CSS `opacity` values. */
|
|
1404
|
-
opacity?:
|
|
1389
|
+
opacity?: GdsCardLinked['opacity'];
|
|
1405
1390
|
/** Style Expression Property that controls the `overflow` property.
|
|
1406
1391
|
Supports all valid CSS `overflow` values. */
|
|
1407
|
-
overflow?:
|
|
1392
|
+
overflow?: GdsCardLinked['overflow'];
|
|
1408
1393
|
/** Style Expression Property that controls the `box-sizing` property.
|
|
1409
1394
|
Supports all valid CSS `box-sizing` values. */
|
|
1410
|
-
boxSizing?:
|
|
1395
|
+
boxSizing?: GdsCardLinked['box-sizing'];
|
|
1411
1396
|
/** Style Expression Property that controls the `z-index` property.
|
|
1412
1397
|
Supports all valid CSS `z-index` values. */
|
|
1413
|
-
zIndex?:
|
|
1398
|
+
zIndex?: GdsCardLinked['z-index'];
|
|
1414
1399
|
/** Style Expression Property that controls the `font` property.
|
|
1415
1400
|
Supports all font tokens from the design system. */
|
|
1416
|
-
font?:
|
|
1401
|
+
font?: GdsCardLinked['font'];
|
|
1417
1402
|
/** Style Expression Property that controls the `font-weight` property.
|
|
1418
1403
|
Supports all typography weight tokens from the design system. */
|
|
1419
|
-
fontWeight?:
|
|
1404
|
+
fontWeight?: GdsCardLinked['font-weight'];
|
|
1420
1405
|
/** Style Expression Property that controls the `text-align` property.
|
|
1421
1406
|
Supports all valid CSS `text-align` values. */
|
|
1422
|
-
textAlign?:
|
|
1407
|
+
textAlign?: GdsCardLinked['text-align'];
|
|
1423
1408
|
/** Style Expression Property that controls the `text-wrap` property.
|
|
1424
1409
|
Supports all valid CSS `text-wrap` values. */
|
|
1425
|
-
textWrap?:
|
|
1410
|
+
textWrap?: GdsCardLinked['text-wrap'];
|
|
1426
1411
|
/** Style Expression Property that controls the `overflow-wrap` property.
|
|
1427
1412
|
Supports all valid CSS `overflow-wrap` values. */
|
|
1428
|
-
overflowWrap?:
|
|
1413
|
+
overflowWrap?: GdsCardLinked['overflow-wrap'];
|
|
1429
1414
|
/** Style Expression Property that controls the `white-space` property.
|
|
1430
1415
|
Supports all valid CSS `white-space` values. */
|
|
1431
|
-
whiteSpace?:
|
|
1416
|
+
whiteSpace?: GdsCardLinked['white-space'];
|
|
1432
1417
|
/** Style Expression Property that controls the `gap` property.
|
|
1433
1418
|
Only accepts space tokens. */
|
|
1434
|
-
gap?:
|
|
1419
|
+
gap?: GdsCardLinked['gap'];
|
|
1435
1420
|
/** Style Expression Property that controls the `align-items` property.
|
|
1436
1421
|
Supports all valid CSS `align-items` values. */
|
|
1437
|
-
alignItems?:
|
|
1422
|
+
alignItems?: GdsCardLinked['align-items'];
|
|
1438
1423
|
/** Style Expression Property that controls the `align-content` property.
|
|
1439
1424
|
Supports all valid CSS `align-content` values. */
|
|
1440
|
-
alignContent?:
|
|
1425
|
+
alignContent?: GdsCardLinked['align-content'];
|
|
1441
1426
|
/** Style Expression Property that controls the `justify-content` property.
|
|
1442
1427
|
Supports all valid CSS `justify-content` values. */
|
|
1443
|
-
justifyContent?:
|
|
1428
|
+
justifyContent?: GdsCardLinked['justify-content'];
|
|
1444
1429
|
/** Style Expression Property that controls the `justify-items` property.
|
|
1445
1430
|
Supports all valid CSS `justify-items` values. */
|
|
1446
|
-
justifyItems?:
|
|
1431
|
+
justifyItems?: GdsCardLinked['justify-items'];
|
|
1447
1432
|
/** Style Expression Property that controls the `flex-direction` property.
|
|
1448
1433
|
Supports all valid CSS `flex-direction` values. */
|
|
1449
|
-
flexDirection?:
|
|
1434
|
+
flexDirection?: GdsCardLinked['flex-direction'];
|
|
1450
1435
|
/** Style Expression Property that controls the `flex-wrap` property.
|
|
1451
1436
|
Supports all valid CSS `flex-wrap` values. */
|
|
1452
|
-
flexWrap?:
|
|
1437
|
+
flexWrap?: GdsCardLinked['flex-wrap'];
|
|
1453
1438
|
/** Style Expression Property that controls the `place-items` property.
|
|
1454
1439
|
Supports all valid CSS `place-items` values. */
|
|
1455
|
-
placeItems?:
|
|
1440
|
+
placeItems?: GdsCardLinked['place-items'];
|
|
1456
1441
|
/** Style Expression Property that controls the `place-content` property.
|
|
1457
1442
|
Supports all valid CSS `place-content` values. */
|
|
1458
|
-
placeContent?:
|
|
1443
|
+
placeContent?: GdsCardLinked['place-content'];
|
|
1459
1444
|
/** Style Expression Property that controls the `aspect-ratio` property.
|
|
1460
1445
|
Supports all valid CSS `aspect-ratio` values. */
|
|
1461
|
-
aspectRatio?:
|
|
1446
|
+
aspectRatio?: GdsCardLinked['aspect-ratio'];
|
|
1462
1447
|
/** Style Expression Property that controls the `cursor` property.
|
|
1463
1448
|
Supports all valid CSS `cursor` values. */
|
|
1464
|
-
cursor?:
|
|
1449
|
+
cursor?: GdsCardLinked['cursor'];
|
|
1465
1450
|
/** Style Expression Property that controls the `pointer-events` property.
|
|
1466
1451
|
Supports all valid CSS `pointer-events` values. */
|
|
1467
|
-
pointerEvents?:
|
|
1452
|
+
pointerEvents?: GdsCardLinked['pointer-events'];
|
|
1468
1453
|
/** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
|
|
1469
1454
|
|
|
1470
1455
|
This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
|
|
@@ -1473,12 +1458,27 @@ declare class GdsCardComponent implements OnInit, OnChanges, AfterViewInit {
|
|
|
1473
1458
|
|
|
1474
1459
|
Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
|
|
1475
1460
|
element needs to be measured synchronously after being added to the DOM. */
|
|
1476
|
-
syncFirstRender?:
|
|
1461
|
+
syncFirstRender?: GdsCardLinked['syncFirstRender'];
|
|
1462
|
+
/**
|
|
1463
|
+
* Prevent the browser from following the href when RouterLink handles
|
|
1464
|
+
* navigation. RouterLink calls Router.navigateByUrl() for all elements,
|
|
1465
|
+
* but only calls preventDefault() for native <a> tags. For custom
|
|
1466
|
+
* elements we must do it ourselves, respecting modifier-key and
|
|
1467
|
+
* target-attribute semantics so that ctrl-click / cmd-click / target=_blank
|
|
1468
|
+
* still open a new tab.
|
|
1469
|
+
* @internal
|
|
1470
|
+
*/
|
|
1471
|
+
private preventNativeNavigation;
|
|
1472
|
+
/**
|
|
1473
|
+
* Updates the href attribute from RouterLink using only public Angular APIs.
|
|
1474
|
+
* @internal
|
|
1475
|
+
*/
|
|
1476
|
+
private updateHref;
|
|
1477
1477
|
ngOnInit(): void;
|
|
1478
1478
|
ngOnChanges(changes: SimpleChanges): void;
|
|
1479
1479
|
ngAfterViewInit(): void;
|
|
1480
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1481
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1480
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GdsCardLinkedComponent, never>;
|
|
1481
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GdsCardLinkedComponent, "gds-card-linked", never, { "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "download": { "alias": "download"; "required": false; }; "ping": { "alias": "ping"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "inlineSize": { "alias": "inlineSize"; "required": false; }; "minInlineSize": { "alias": "minInlineSize"; "required": false; }; "maxInlineSize": { "alias": "maxInlineSize"; "required": false; }; "height": { "alias": "height"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "blockSize": { "alias": "blockSize"; "required": false; }; "minBlockSize": { "alias": "minBlockSize"; "required": false; }; "maxBlockSize": { "alias": "maxBlockSize"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "marginInline": { "alias": "marginInline"; "required": false; }; "marginBlock": { "alias": "marginBlock"; "required": false; }; "paddingInline": { "alias": "paddingInline"; "required": false; }; "paddingBlock": { "alias": "paddingBlock"; "required": false; }; "alignSelf": { "alias": "alignSelf"; "required": false; }; "justifySelf": { "alias": "justifySelf"; "required": false; }; "placeSelf": { "alias": "placeSelf"; "required": false; }; "gridColumn": { "alias": "gridColumn"; "required": false; }; "gridRow": { "alias": "gridRow"; "required": false; }; "gridArea": { "alias": "gridArea"; "required": false; }; "flex": { "alias": "flex"; "required": false; }; "order": { "alias": "order"; "required": false; }; "position": { "alias": "position"; "required": false; }; "transform": { "alias": "transform"; "required": false; }; "inset": { "alias": "inset"; "required": false; }; "display": { "alias": "display"; "required": false; }; "level": { "alias": "level"; "required": false; }; "color": { "alias": "color"; "required": false; }; "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "borderColor": { "alias": "borderColor"; "required": false; }; "borderWidth": { "alias": "borderWidth"; "required": false; }; "borderStyle": { "alias": "borderStyle"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; "boxShadow": { "alias": "boxShadow"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; "boxSizing": { "alias": "boxSizing"; "required": false; }; "zIndex": { "alias": "zIndex"; "required": false; }; "font": { "alias": "font"; "required": false; }; "fontWeight": { "alias": "fontWeight"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "textWrap": { "alias": "textWrap"; "required": false; }; "overflowWrap": { "alias": "overflowWrap"; "required": false; }; "whiteSpace": { "alias": "whiteSpace"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "alignItems": { "alias": "alignItems"; "required": false; }; "alignContent": { "alias": "alignContent"; "required": false; }; "justifyContent": { "alias": "justifyContent"; "required": false; }; "justifyItems": { "alias": "justifyItems"; "required": false; }; "flexDirection": { "alias": "flexDirection"; "required": false; }; "flexWrap": { "alias": "flexWrap"; "required": false; }; "placeItems": { "alias": "placeItems"; "required": false; }; "placeContent": { "alias": "placeContent"; "required": false; }; "aspectRatio": { "alias": "aspectRatio"; "required": false; }; "cursor": { "alias": "cursor"; "required": false; }; "pointerEvents": { "alias": "pointerEvents"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1482
1482
|
static ngAcceptInputType_syncFirstRender: unknown;
|
|
1483
1483
|
}
|
|
1484
1484
|
|
|
@@ -4311,11 +4311,13 @@ declare class GdsPaginationComponent implements OnInit, OnChanges, AfterViewInit
|
|
|
4311
4311
|
jump?: GdsPagination['jump'];
|
|
4312
4312
|
/** Hide options */
|
|
4313
4313
|
hideOptions?: GdsPagination['hideOptions'];
|
|
4314
|
+
/** Enables a compact navigation mode with only previous/next arrows
|
|
4315
|
+
and a centered "Page N" indicator. */
|
|
4316
|
+
simple?: GdsPagination['simple'];
|
|
4314
4317
|
/** Controls density mode on pagination
|
|
4315
4318
|
Accepts: `comfortable`, `compact`, `spacious` */
|
|
4316
4319
|
density?: GdsPagination['density'];
|
|
4317
|
-
/** The text summary to display on the left side (e.g. "1-10 of 100").
|
|
4318
|
-
If a slot named "label" is provided, this property is ignored. */
|
|
4320
|
+
/** The text summary to display on the left side (e.g. "1-10 of 100"). */
|
|
4319
4321
|
label?: GdsPagination['label'];
|
|
4320
4322
|
/** Style Expression Property that controls the `margin` property.
|
|
4321
4323
|
Only accepts space tokens. */
|
|
@@ -4386,9 +4388,10 @@ declare class GdsPaginationComponent implements OnInit, OnChanges, AfterViewInit
|
|
|
4386
4388
|
ngOnChanges(changes: SimpleChanges): void;
|
|
4387
4389
|
ngAfterViewInit(): void;
|
|
4388
4390
|
static ɵfac: i0.ɵɵFactoryDeclaration<GdsPaginationComponent, never>;
|
|
4389
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GdsPaginationComponent, "gds-pagination", never, { "page": { "alias": "page"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "total": { "alias": "total"; "required": false; }; "options": { "alias": "options"; "required": false; }; "jump": { "alias": "jump"; "required": false; }; "hideOptions": { "alias": "hideOptions"; "required": false; }; "density": { "alias": "density"; "required": false; }; "label": { "alias": "label"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "marginInline": { "alias": "marginInline"; "required": false; }; "marginBlock": { "alias": "marginBlock"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "inlineSize": { "alias": "inlineSize"; "required": false; }; "minInlineSize": { "alias": "minInlineSize"; "required": false; }; "maxInlineSize": { "alias": "maxInlineSize"; "required": false; }; "alignSelf": { "alias": "alignSelf"; "required": false; }; "justifySelf": { "alias": "justifySelf"; "required": false; }; "placeSelf": { "alias": "placeSelf"; "required": false; }; "gridColumn": { "alias": "gridColumn"; "required": false; }; "gridRow": { "alias": "gridRow"; "required": false; }; "gridArea": { "alias": "gridArea"; "required": false; }; "flex": { "alias": "flex"; "required": false; }; "order": { "alias": "order"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, { "gdsPageChange": "gdsPageChange"; "gdsRowsChange": "gdsRowsChange"; }, never, ["*"], true, never>;
|
|
4391
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GdsPaginationComponent, "gds-pagination", never, { "page": { "alias": "page"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "total": { "alias": "total"; "required": false; }; "options": { "alias": "options"; "required": false; }; "jump": { "alias": "jump"; "required": false; }; "hideOptions": { "alias": "hideOptions"; "required": false; }; "simple": { "alias": "simple"; "required": false; }; "density": { "alias": "density"; "required": false; }; "label": { "alias": "label"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "marginInline": { "alias": "marginInline"; "required": false; }; "marginBlock": { "alias": "marginBlock"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "inlineSize": { "alias": "inlineSize"; "required": false; }; "minInlineSize": { "alias": "minInlineSize"; "required": false; }; "maxInlineSize": { "alias": "maxInlineSize"; "required": false; }; "alignSelf": { "alias": "alignSelf"; "required": false; }; "justifySelf": { "alias": "justifySelf"; "required": false; }; "placeSelf": { "alias": "placeSelf"; "required": false; }; "gridColumn": { "alias": "gridColumn"; "required": false; }; "gridRow": { "alias": "gridRow"; "required": false; }; "gridArea": { "alias": "gridArea"; "required": false; }; "flex": { "alias": "flex"; "required": false; }; "order": { "alias": "order"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, { "gdsPageChange": "gdsPageChange"; "gdsRowsChange": "gdsRowsChange"; }, never, ["*"], true, never>;
|
|
4390
4392
|
static ngAcceptInputType_jump: unknown;
|
|
4391
4393
|
static ngAcceptInputType_hideOptions: unknown;
|
|
4394
|
+
static ngAcceptInputType_simple: unknown;
|
|
4392
4395
|
static ngAcceptInputType_syncFirstRender: unknown;
|
|
4393
4396
|
}
|
|
4394
4397
|
|
|
@@ -4961,113 +4964,6 @@ declare class GdsSpinnerComponent implements OnInit, OnChanges, AfterViewInit {
|
|
|
4961
4964
|
static ngAcceptInputType_syncFirstRender: unknown;
|
|
4962
4965
|
}
|
|
4963
4966
|
|
|
4964
|
-
/**
|
|
4965
|
-
* Angular wrapper for the gds-switch web component
|
|
4966
|
-
*
|
|
4967
|
-
*/
|
|
4968
|
-
declare class GdsSwitchComponent extends GdsCheckboxFormControlBase {
|
|
4969
|
-
/** Style Expression Property that controls the `align-self` property.
|
|
4970
|
-
Supports all valid CSS `align-self` values. */
|
|
4971
|
-
alignSelf?: GdsSwitch['align-self'];
|
|
4972
|
-
/** Style Expression Property that controls the `justify-self` property.
|
|
4973
|
-
Supports all valid CSS `justify-self` values. */
|
|
4974
|
-
justifySelf?: GdsSwitch['justify-self'];
|
|
4975
|
-
/** Style Expression Property that controls the `place-self` property.
|
|
4976
|
-
Supports all valid CSS `place-self` values. */
|
|
4977
|
-
placeSelf?: GdsSwitch['place-self'];
|
|
4978
|
-
/** Style Expression Property that controls the `grid-column` property.
|
|
4979
|
-
Supports all valid CSS grid-column values.
|
|
4980
|
-
Documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column */
|
|
4981
|
-
gridColumn?: GdsSwitch['grid-column'];
|
|
4982
|
-
/** Style Expression Property that controls the `grid-row` property.
|
|
4983
|
-
Supports all valid CSS `grid-row` values. */
|
|
4984
|
-
gridRow?: GdsSwitch['grid-row'];
|
|
4985
|
-
/** Style Expression Property that controls the `grid-area` property.
|
|
4986
|
-
Supports all valid CSS `grid-area` values. */
|
|
4987
|
-
gridArea?: GdsSwitch['grid-area'];
|
|
4988
|
-
/** Style Expression Property that controls the `flex` property.
|
|
4989
|
-
Supports all valid CSS `flex` values. */
|
|
4990
|
-
flex?: GdsSwitch['flex'];
|
|
4991
|
-
/** Style Expression Property that controls the `order` property.
|
|
4992
|
-
Supports all valid CSS `order` values. */
|
|
4993
|
-
order?: GdsSwitch['order'];
|
|
4994
|
-
/** Style Expression Property that controls the `margin` property.
|
|
4995
|
-
Only accepts space tokens. */
|
|
4996
|
-
margin?: GdsSwitch['margin'];
|
|
4997
|
-
/** Style Expression Property that controls the `margin-inline` property.
|
|
4998
|
-
Only accepts space tokens. */
|
|
4999
|
-
marginInline?: GdsSwitch['margin-inline'];
|
|
5000
|
-
/** Style Expression Property that controls the `margin-block` property.
|
|
5001
|
-
Only accepts space tokens. */
|
|
5002
|
-
marginBlock?: GdsSwitch['margin-block'];
|
|
5003
|
-
/** Style Expression Property that controls the `width` property.
|
|
5004
|
-
Supports space tokens and all valid CSS `width` values. */
|
|
5005
|
-
width?: GdsSwitch['width'];
|
|
5006
|
-
/** Style Expression Property that controls the `min-width` property.
|
|
5007
|
-
Supports space tokens and all valid CSS `min-width` values. */
|
|
5008
|
-
minWidth?: GdsSwitch['min-width'];
|
|
5009
|
-
/** Style Expression Property that controls the `max-width` property.
|
|
5010
|
-
Supports space tokens and all valid CSS `max-width` values. */
|
|
5011
|
-
maxWidth?: GdsSwitch['max-width'];
|
|
5012
|
-
/** Style Expression Property that controls the `inline-size` property.
|
|
5013
|
-
Supports space tokens and all valid CSS `inline-size` values */
|
|
5014
|
-
inlineSize?: GdsSwitch['inline-size'];
|
|
5015
|
-
/** Style Expression Property that controls the `min-inline-size` property.
|
|
5016
|
-
Supports space tokens and all valid CSS `min-inline-size` values. */
|
|
5017
|
-
minInlineSize?: GdsSwitch['min-inline-size'];
|
|
5018
|
-
/** Style Expression Property that controls the `max-inline-size` property.
|
|
5019
|
-
Supports space tokens and all valid CSS `max-inline-size` values. */
|
|
5020
|
-
maxInlineSize?: GdsSwitch['max-inline-size'];
|
|
5021
|
-
/** The checked state of the switch. */
|
|
5022
|
-
checked?: GdsSwitch['checked'];
|
|
5023
|
-
/** Controls where the control is placed relative to the label. */
|
|
5024
|
-
controlPlacement?: GdsSwitch['controlPlacement'];
|
|
5025
|
-
/** Controls text and control sizing. */
|
|
5026
|
-
size?: GdsSwitch['size'];
|
|
5027
|
-
/** Controls horizontal distribution of label and control. */
|
|
5028
|
-
justifyContent?: GdsSwitch['justify-content'];
|
|
5029
|
-
/** The value submitted with the form when the switch is checked.
|
|
5030
|
-
Defaults to 'on', matching native checkbox behaviour. */
|
|
5031
|
-
value?: GdsSwitch['value'];
|
|
5032
|
-
/** A validator that can be used to validate the form control and set an error message. */
|
|
5033
|
-
validator?: GdsSwitch['validator'];
|
|
5034
|
-
/** The required attribute can be used to communicate to users of assistive technology that the control is required. Validation still needs to be done in a validator or equivalent. */
|
|
5035
|
-
required?: GdsSwitch['required'];
|
|
5036
|
-
/** This can be used to manually control the error message that will be displayed
|
|
5037
|
-
when the control is invalid. */
|
|
5038
|
-
errorMessage?: GdsSwitch['errorMessage'];
|
|
5039
|
-
/** Validation state of the form control. Setting this to true triggers the invalid state of the control. */
|
|
5040
|
-
invalid?: GdsSwitch['invalid'];
|
|
5041
|
-
/** The label of the form control. */
|
|
5042
|
-
label?: GdsSwitch['label'];
|
|
5043
|
-
name?: GdsSwitch['name'];
|
|
5044
|
-
/** If the input is Disabled */
|
|
5045
|
-
disabled?: GdsSwitch['disabled'];
|
|
5046
|
-
/** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
|
|
5047
|
-
|
|
5048
|
-
This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
|
|
5049
|
-
run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM
|
|
5050
|
-
is projected.
|
|
5051
|
-
|
|
5052
|
-
Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
|
|
5053
|
-
element needs to be measured synchronously after being added to the DOM. */
|
|
5054
|
-
syncFirstRender?: GdsSwitch['syncFirstRender'];
|
|
5055
|
-
/** Dispatched when the checked state changes. */
|
|
5056
|
-
input: EventEmitter<InputEvent>;
|
|
5057
|
-
/** Dispatched when the checked state changes. */
|
|
5058
|
-
change: EventEmitter<Event>;
|
|
5059
|
-
get element(): GdsSwitch;
|
|
5060
|
-
ngOnInit(): void;
|
|
5061
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
5062
|
-
ngAfterViewInit(): void;
|
|
5063
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GdsSwitchComponent, never>;
|
|
5064
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GdsSwitchComponent, "gds-switch", never, { "alignSelf": { "alias": "alignSelf"; "required": false; }; "justifySelf": { "alias": "justifySelf"; "required": false; }; "placeSelf": { "alias": "placeSelf"; "required": false; }; "gridColumn": { "alias": "gridColumn"; "required": false; }; "gridRow": { "alias": "gridRow"; "required": false; }; "gridArea": { "alias": "gridArea"; "required": false; }; "flex": { "alias": "flex"; "required": false; }; "order": { "alias": "order"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "marginInline": { "alias": "marginInline"; "required": false; }; "marginBlock": { "alias": "marginBlock"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "inlineSize": { "alias": "inlineSize"; "required": false; }; "minInlineSize": { "alias": "minInlineSize"; "required": false; }; "maxInlineSize": { "alias": "maxInlineSize"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "controlPlacement": { "alias": "controlPlacement"; "required": false; }; "size": { "alias": "size"; "required": false; }; "justifyContent": { "alias": "justifyContent"; "required": false; }; "value": { "alias": "value"; "required": false; }; "validator": { "alias": "validator"; "required": false; }; "required": { "alias": "required"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, { "input": "input"; "change": "change"; }, never, ["*"], true, never>;
|
|
5065
|
-
static ngAcceptInputType_checked: unknown;
|
|
5066
|
-
static ngAcceptInputType_required: unknown;
|
|
5067
|
-
static ngAcceptInputType_disabled: unknown;
|
|
5068
|
-
static ngAcceptInputType_syncFirstRender: unknown;
|
|
5069
|
-
}
|
|
5070
|
-
|
|
5071
4967
|
/**
|
|
5072
4968
|
* Angular wrapper for the gds-table web component
|
|
5073
4969
|
*
|
|
@@ -5182,6 +5078,113 @@ declare class GdsTableComponent implements OnInit, OnChanges, AfterViewInit {
|
|
|
5182
5078
|
static ngAcceptInputType_syncFirstRender: unknown;
|
|
5183
5079
|
}
|
|
5184
5080
|
|
|
5081
|
+
/**
|
|
5082
|
+
* Angular wrapper for the gds-switch web component
|
|
5083
|
+
*
|
|
5084
|
+
*/
|
|
5085
|
+
declare class GdsSwitchComponent extends GdsCheckboxFormControlBase {
|
|
5086
|
+
/** Style Expression Property that controls the `align-self` property.
|
|
5087
|
+
Supports all valid CSS `align-self` values. */
|
|
5088
|
+
alignSelf?: GdsSwitch['align-self'];
|
|
5089
|
+
/** Style Expression Property that controls the `justify-self` property.
|
|
5090
|
+
Supports all valid CSS `justify-self` values. */
|
|
5091
|
+
justifySelf?: GdsSwitch['justify-self'];
|
|
5092
|
+
/** Style Expression Property that controls the `place-self` property.
|
|
5093
|
+
Supports all valid CSS `place-self` values. */
|
|
5094
|
+
placeSelf?: GdsSwitch['place-self'];
|
|
5095
|
+
/** Style Expression Property that controls the `grid-column` property.
|
|
5096
|
+
Supports all valid CSS grid-column values.
|
|
5097
|
+
Documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column */
|
|
5098
|
+
gridColumn?: GdsSwitch['grid-column'];
|
|
5099
|
+
/** Style Expression Property that controls the `grid-row` property.
|
|
5100
|
+
Supports all valid CSS `grid-row` values. */
|
|
5101
|
+
gridRow?: GdsSwitch['grid-row'];
|
|
5102
|
+
/** Style Expression Property that controls the `grid-area` property.
|
|
5103
|
+
Supports all valid CSS `grid-area` values. */
|
|
5104
|
+
gridArea?: GdsSwitch['grid-area'];
|
|
5105
|
+
/** Style Expression Property that controls the `flex` property.
|
|
5106
|
+
Supports all valid CSS `flex` values. */
|
|
5107
|
+
flex?: GdsSwitch['flex'];
|
|
5108
|
+
/** Style Expression Property that controls the `order` property.
|
|
5109
|
+
Supports all valid CSS `order` values. */
|
|
5110
|
+
order?: GdsSwitch['order'];
|
|
5111
|
+
/** Style Expression Property that controls the `margin` property.
|
|
5112
|
+
Only accepts space tokens. */
|
|
5113
|
+
margin?: GdsSwitch['margin'];
|
|
5114
|
+
/** Style Expression Property that controls the `margin-inline` property.
|
|
5115
|
+
Only accepts space tokens. */
|
|
5116
|
+
marginInline?: GdsSwitch['margin-inline'];
|
|
5117
|
+
/** Style Expression Property that controls the `margin-block` property.
|
|
5118
|
+
Only accepts space tokens. */
|
|
5119
|
+
marginBlock?: GdsSwitch['margin-block'];
|
|
5120
|
+
/** Style Expression Property that controls the `width` property.
|
|
5121
|
+
Supports space tokens and all valid CSS `width` values. */
|
|
5122
|
+
width?: GdsSwitch['width'];
|
|
5123
|
+
/** Style Expression Property that controls the `min-width` property.
|
|
5124
|
+
Supports space tokens and all valid CSS `min-width` values. */
|
|
5125
|
+
minWidth?: GdsSwitch['min-width'];
|
|
5126
|
+
/** Style Expression Property that controls the `max-width` property.
|
|
5127
|
+
Supports space tokens and all valid CSS `max-width` values. */
|
|
5128
|
+
maxWidth?: GdsSwitch['max-width'];
|
|
5129
|
+
/** Style Expression Property that controls the `inline-size` property.
|
|
5130
|
+
Supports space tokens and all valid CSS `inline-size` values */
|
|
5131
|
+
inlineSize?: GdsSwitch['inline-size'];
|
|
5132
|
+
/** Style Expression Property that controls the `min-inline-size` property.
|
|
5133
|
+
Supports space tokens and all valid CSS `min-inline-size` values. */
|
|
5134
|
+
minInlineSize?: GdsSwitch['min-inline-size'];
|
|
5135
|
+
/** Style Expression Property that controls the `max-inline-size` property.
|
|
5136
|
+
Supports space tokens and all valid CSS `max-inline-size` values. */
|
|
5137
|
+
maxInlineSize?: GdsSwitch['max-inline-size'];
|
|
5138
|
+
/** The checked state of the switch. */
|
|
5139
|
+
checked?: GdsSwitch['checked'];
|
|
5140
|
+
/** Controls where the control is placed relative to the label. */
|
|
5141
|
+
controlPlacement?: GdsSwitch['controlPlacement'];
|
|
5142
|
+
/** Controls text and control sizing. */
|
|
5143
|
+
size?: GdsSwitch['size'];
|
|
5144
|
+
/** Controls horizontal distribution of label and control. */
|
|
5145
|
+
justifyContent?: GdsSwitch['justify-content'];
|
|
5146
|
+
/** The value submitted with the form when the switch is checked.
|
|
5147
|
+
Defaults to 'on', matching native checkbox behaviour. */
|
|
5148
|
+
value?: GdsSwitch['value'];
|
|
5149
|
+
/** A validator that can be used to validate the form control and set an error message. */
|
|
5150
|
+
validator?: GdsSwitch['validator'];
|
|
5151
|
+
/** The required attribute can be used to communicate to users of assistive technology that the control is required. Validation still needs to be done in a validator or equivalent. */
|
|
5152
|
+
required?: GdsSwitch['required'];
|
|
5153
|
+
/** This can be used to manually control the error message that will be displayed
|
|
5154
|
+
when the control is invalid. */
|
|
5155
|
+
errorMessage?: GdsSwitch['errorMessage'];
|
|
5156
|
+
/** Validation state of the form control. Setting this to true triggers the invalid state of the control. */
|
|
5157
|
+
invalid?: GdsSwitch['invalid'];
|
|
5158
|
+
/** The label of the form control. */
|
|
5159
|
+
label?: GdsSwitch['label'];
|
|
5160
|
+
name?: GdsSwitch['name'];
|
|
5161
|
+
/** If the input is Disabled */
|
|
5162
|
+
disabled?: GdsSwitch['disabled'];
|
|
5163
|
+
/** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
|
|
5164
|
+
|
|
5165
|
+
This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
|
|
5166
|
+
run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM
|
|
5167
|
+
is projected.
|
|
5168
|
+
|
|
5169
|
+
Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
|
|
5170
|
+
element needs to be measured synchronously after being added to the DOM. */
|
|
5171
|
+
syncFirstRender?: GdsSwitch['syncFirstRender'];
|
|
5172
|
+
/** Dispatched when the checked state changes. */
|
|
5173
|
+
input: EventEmitter<InputEvent>;
|
|
5174
|
+
/** Dispatched when the checked state changes. */
|
|
5175
|
+
change: EventEmitter<Event>;
|
|
5176
|
+
get element(): GdsSwitch;
|
|
5177
|
+
ngOnInit(): void;
|
|
5178
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
5179
|
+
ngAfterViewInit(): void;
|
|
5180
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GdsSwitchComponent, never>;
|
|
5181
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GdsSwitchComponent, "gds-switch", never, { "alignSelf": { "alias": "alignSelf"; "required": false; }; "justifySelf": { "alias": "justifySelf"; "required": false; }; "placeSelf": { "alias": "placeSelf"; "required": false; }; "gridColumn": { "alias": "gridColumn"; "required": false; }; "gridRow": { "alias": "gridRow"; "required": false; }; "gridArea": { "alias": "gridArea"; "required": false; }; "flex": { "alias": "flex"; "required": false; }; "order": { "alias": "order"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "marginInline": { "alias": "marginInline"; "required": false; }; "marginBlock": { "alias": "marginBlock"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "inlineSize": { "alias": "inlineSize"; "required": false; }; "minInlineSize": { "alias": "minInlineSize"; "required": false; }; "maxInlineSize": { "alias": "maxInlineSize"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "controlPlacement": { "alias": "controlPlacement"; "required": false; }; "size": { "alias": "size"; "required": false; }; "justifyContent": { "alias": "justifyContent"; "required": false; }; "value": { "alias": "value"; "required": false; }; "validator": { "alias": "validator"; "required": false; }; "required": { "alias": "required"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, { "input": "input"; "change": "change"; }, never, ["*"], true, never>;
|
|
5182
|
+
static ngAcceptInputType_checked: unknown;
|
|
5183
|
+
static ngAcceptInputType_required: unknown;
|
|
5184
|
+
static ngAcceptInputType_disabled: unknown;
|
|
5185
|
+
static ngAcceptInputType_syncFirstRender: unknown;
|
|
5186
|
+
}
|
|
5187
|
+
|
|
5185
5188
|
/**
|
|
5186
5189
|
* Angular wrapper for the gds-tabs web component
|
|
5187
5190
|
*
|
|
@@ -6197,65 +6200,6 @@ declare class GdsAvatarGroupComponent implements OnInit, OnChanges, AfterViewIni
|
|
|
6197
6200
|
static ngAcceptInputType_syncFirstRender: unknown;
|
|
6198
6201
|
}
|
|
6199
6202
|
|
|
6200
|
-
/**
|
|
6201
|
-
* Angular wrapper for the gds-breadcrumb web component
|
|
6202
|
-
*
|
|
6203
|
-
*/
|
|
6204
|
-
declare class GdsBreadcrumbComponent implements OnInit, OnChanges, AfterViewInit {
|
|
6205
|
-
private elementRef;
|
|
6206
|
-
private zone;
|
|
6207
|
-
private cdr;
|
|
6208
|
-
private renderer;
|
|
6209
|
-
private router;
|
|
6210
|
-
private locationStrategy;
|
|
6211
|
-
private destroyRef;
|
|
6212
|
-
private routerLink;
|
|
6213
|
-
private routerLinkActive;
|
|
6214
|
-
get element(): GdsBreadcrumb;
|
|
6215
|
-
constructor();
|
|
6216
|
-
/** The URL that the breadcrumb item points to. */
|
|
6217
|
-
href?: GdsBreadcrumb['href'];
|
|
6218
|
-
/** Where to display the linked breadcrumb URL. Only used when href is present. */
|
|
6219
|
-
target?: GdsBreadcrumb['target'];
|
|
6220
|
-
/** The relationship of the linked breadcrumb URL. Defaults to "noreferrer noopener" when target is "_blank". */
|
|
6221
|
-
rel?: GdsBreadcrumb['rel'];
|
|
6222
|
-
/** Accessible label for the breadcrumb item. Use when visual text needs a different description. */
|
|
6223
|
-
label?: GdsBreadcrumb['label'];
|
|
6224
|
-
/** When true, the breadcrumb item will render as an overflow menu instead of a regular link. */
|
|
6225
|
-
overflow?: GdsBreadcrumb['overflow'];
|
|
6226
|
-
/** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
|
|
6227
|
-
|
|
6228
|
-
This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
|
|
6229
|
-
run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM
|
|
6230
|
-
is projected.
|
|
6231
|
-
|
|
6232
|
-
Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
|
|
6233
|
-
element needs to be measured synchronously after being added to the DOM. */
|
|
6234
|
-
syncFirstRender?: GdsBreadcrumb['syncFirstRender'];
|
|
6235
|
-
/**
|
|
6236
|
-
* Prevent the browser from following the href when RouterLink handles
|
|
6237
|
-
* navigation. RouterLink calls Router.navigateByUrl() for all elements,
|
|
6238
|
-
* but only calls preventDefault() for native <a> tags. For custom
|
|
6239
|
-
* elements we must do it ourselves, respecting modifier-key and
|
|
6240
|
-
* target-attribute semantics so that ctrl-click / cmd-click / target=_blank
|
|
6241
|
-
* still open a new tab.
|
|
6242
|
-
* @internal
|
|
6243
|
-
*/
|
|
6244
|
-
private preventNativeNavigation;
|
|
6245
|
-
/**
|
|
6246
|
-
* Updates the href attribute from RouterLink using only public Angular APIs.
|
|
6247
|
-
* @internal
|
|
6248
|
-
*/
|
|
6249
|
-
private updateHref;
|
|
6250
|
-
ngOnInit(): void;
|
|
6251
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
6252
|
-
ngAfterViewInit(): void;
|
|
6253
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GdsBreadcrumbComponent, never>;
|
|
6254
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GdsBreadcrumbComponent, "gds-breadcrumb", never, { "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
6255
|
-
static ngAcceptInputType_overflow: unknown;
|
|
6256
|
-
static ngAcceptInputType_syncFirstRender: unknown;
|
|
6257
|
-
}
|
|
6258
|
-
|
|
6259
6203
|
/**
|
|
6260
6204
|
* Angular wrapper for the gds-checkbox-group web component
|
|
6261
6205
|
*
|
|
@@ -6364,6 +6308,65 @@ declare class GdsCheckboxGroupComponent extends GdsFormControlBase {
|
|
|
6364
6308
|
static ngAcceptInputType_syncFirstRender: unknown;
|
|
6365
6309
|
}
|
|
6366
6310
|
|
|
6311
|
+
/**
|
|
6312
|
+
* Angular wrapper for the gds-breadcrumb web component
|
|
6313
|
+
*
|
|
6314
|
+
*/
|
|
6315
|
+
declare class GdsBreadcrumbComponent implements OnInit, OnChanges, AfterViewInit {
|
|
6316
|
+
private elementRef;
|
|
6317
|
+
private zone;
|
|
6318
|
+
private cdr;
|
|
6319
|
+
private renderer;
|
|
6320
|
+
private router;
|
|
6321
|
+
private locationStrategy;
|
|
6322
|
+
private destroyRef;
|
|
6323
|
+
private routerLink;
|
|
6324
|
+
private routerLinkActive;
|
|
6325
|
+
get element(): GdsBreadcrumb;
|
|
6326
|
+
constructor();
|
|
6327
|
+
/** The URL that the breadcrumb item points to. */
|
|
6328
|
+
href?: GdsBreadcrumb['href'];
|
|
6329
|
+
/** Where to display the linked breadcrumb URL. Only used when href is present. */
|
|
6330
|
+
target?: GdsBreadcrumb['target'];
|
|
6331
|
+
/** The relationship of the linked breadcrumb URL. Defaults to "noreferrer noopener" when target is "_blank". */
|
|
6332
|
+
rel?: GdsBreadcrumb['rel'];
|
|
6333
|
+
/** Accessible label for the breadcrumb item. Use when visual text needs a different description. */
|
|
6334
|
+
label?: GdsBreadcrumb['label'];
|
|
6335
|
+
/** When true, the breadcrumb item will render as an overflow menu instead of a regular link. */
|
|
6336
|
+
overflow?: GdsBreadcrumb['overflow'];
|
|
6337
|
+
/** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
|
|
6338
|
+
|
|
6339
|
+
This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
|
|
6340
|
+
run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM
|
|
6341
|
+
is projected.
|
|
6342
|
+
|
|
6343
|
+
Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
|
|
6344
|
+
element needs to be measured synchronously after being added to the DOM. */
|
|
6345
|
+
syncFirstRender?: GdsBreadcrumb['syncFirstRender'];
|
|
6346
|
+
/**
|
|
6347
|
+
* Prevent the browser from following the href when RouterLink handles
|
|
6348
|
+
* navigation. RouterLink calls Router.navigateByUrl() for all elements,
|
|
6349
|
+
* but only calls preventDefault() for native <a> tags. For custom
|
|
6350
|
+
* elements we must do it ourselves, respecting modifier-key and
|
|
6351
|
+
* target-attribute semantics so that ctrl-click / cmd-click / target=_blank
|
|
6352
|
+
* still open a new tab.
|
|
6353
|
+
* @internal
|
|
6354
|
+
*/
|
|
6355
|
+
private preventNativeNavigation;
|
|
6356
|
+
/**
|
|
6357
|
+
* Updates the href attribute from RouterLink using only public Angular APIs.
|
|
6358
|
+
* @internal
|
|
6359
|
+
*/
|
|
6360
|
+
private updateHref;
|
|
6361
|
+
ngOnInit(): void;
|
|
6362
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
6363
|
+
ngAfterViewInit(): void;
|
|
6364
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GdsBreadcrumbComponent, never>;
|
|
6365
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GdsBreadcrumbComponent, "gds-breadcrumb", never, { "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
6366
|
+
static ngAcceptInputType_overflow: unknown;
|
|
6367
|
+
static ngAcceptInputType_syncFirstRender: unknown;
|
|
6368
|
+
}
|
|
6369
|
+
|
|
6367
6370
|
/**
|
|
6368
6371
|
* Angular wrapper for the gds-icon-details web component
|
|
6369
6372
|
*
|
|
@@ -6927,58 +6930,6 @@ declare class GdsFormattedDateComponent implements OnInit, OnChanges, AfterViewI
|
|
|
6927
6930
|
static ngAcceptInputType_syncFirstRender: unknown;
|
|
6928
6931
|
}
|
|
6929
6932
|
|
|
6930
|
-
/**
|
|
6931
|
-
* Angular wrapper for the gds-list-item web component
|
|
6932
|
-
* `gds-list-item` is used as a child of `gds-list` to represent a single item in a list.
|
|
6933
|
-
*/
|
|
6934
|
-
declare class GdsListItemComponent implements OnInit, OnChanges, AfterViewInit {
|
|
6935
|
-
private elementRef;
|
|
6936
|
-
private zone;
|
|
6937
|
-
private cdr;
|
|
6938
|
-
get element(): GdsListItem;
|
|
6939
|
-
constructor();
|
|
6940
|
-
/** Style Expression Property that controls the `align-self` property.
|
|
6941
|
-
Supports all valid CSS `align-self` values. */
|
|
6942
|
-
alignSelf?: GdsListItem['align-self'];
|
|
6943
|
-
/** Style Expression Property that controls the `justify-self` property.
|
|
6944
|
-
Supports all valid CSS `justify-self` values. */
|
|
6945
|
-
justifySelf?: GdsListItem['justify-self'];
|
|
6946
|
-
/** Style Expression Property that controls the `place-self` property.
|
|
6947
|
-
Supports all valid CSS `place-self` values. */
|
|
6948
|
-
placeSelf?: GdsListItem['place-self'];
|
|
6949
|
-
/** Style Expression Property that controls the `grid-column` property.
|
|
6950
|
-
Supports all valid CSS grid-column values.
|
|
6951
|
-
Documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column */
|
|
6952
|
-
gridColumn?: GdsListItem['grid-column'];
|
|
6953
|
-
/** Style Expression Property that controls the `grid-row` property.
|
|
6954
|
-
Supports all valid CSS `grid-row` values. */
|
|
6955
|
-
gridRow?: GdsListItem['grid-row'];
|
|
6956
|
-
/** Style Expression Property that controls the `grid-area` property.
|
|
6957
|
-
Supports all valid CSS `grid-area` values. */
|
|
6958
|
-
gridArea?: GdsListItem['grid-area'];
|
|
6959
|
-
/** Style Expression Property that controls the `flex` property.
|
|
6960
|
-
Supports all valid CSS `flex` values. */
|
|
6961
|
-
flex?: GdsListItem['flex'];
|
|
6962
|
-
/** Style Expression Property that controls the `order` property.
|
|
6963
|
-
Supports all valid CSS `order` values. */
|
|
6964
|
-
order?: GdsListItem['order'];
|
|
6965
|
-
/** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
|
|
6966
|
-
|
|
6967
|
-
This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
|
|
6968
|
-
run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM
|
|
6969
|
-
is projected.
|
|
6970
|
-
|
|
6971
|
-
Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
|
|
6972
|
-
element needs to be measured synchronously after being added to the DOM. */
|
|
6973
|
-
syncFirstRender?: GdsListItem['syncFirstRender'];
|
|
6974
|
-
ngOnInit(): void;
|
|
6975
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
6976
|
-
ngAfterViewInit(): void;
|
|
6977
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GdsListItemComponent, never>;
|
|
6978
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GdsListItemComponent, "gds-list-item", never, { "alignSelf": { "alias": "alignSelf"; "required": false; }; "justifySelf": { "alias": "justifySelf"; "required": false; }; "placeSelf": { "alias": "placeSelf"; "required": false; }; "gridColumn": { "alias": "gridColumn"; "required": false; }; "gridRow": { "alias": "gridRow"; "required": false; }; "gridArea": { "alias": "gridArea"; "required": false; }; "flex": { "alias": "flex"; "required": false; }; "order": { "alias": "order"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
6979
|
-
static ngAcceptInputType_syncFirstRender: unknown;
|
|
6980
|
-
}
|
|
6981
|
-
|
|
6982
6933
|
/**
|
|
6983
6934
|
* Angular wrapper for the gds-formatted-number web component
|
|
6984
6935
|
*
|
|
@@ -7232,61 +7183,6 @@ declare class GdsFormattedNumberComponent implements OnInit, OnChanges, AfterVie
|
|
|
7232
7183
|
static ngAcceptInputType_syncFirstRender: unknown;
|
|
7233
7184
|
}
|
|
7234
7185
|
|
|
7235
|
-
/**
|
|
7236
|
-
* Angular wrapper for the gds-segment web component
|
|
7237
|
-
*
|
|
7238
|
-
*/
|
|
7239
|
-
declare class GdsSegmentComponent implements OnInit, OnChanges, AfterViewInit {
|
|
7240
|
-
private elementRef;
|
|
7241
|
-
private zone;
|
|
7242
|
-
private cdr;
|
|
7243
|
-
get element(): GdsSegment;
|
|
7244
|
-
constructor();
|
|
7245
|
-
/** Whether the segment is selected */
|
|
7246
|
-
selected?: GdsSegment['selected'];
|
|
7247
|
-
/** Value can be used to tie arbitrary data to the segment. */
|
|
7248
|
-
value?: GdsSegment['value'];
|
|
7249
|
-
/** Whether the segment is disabled. */
|
|
7250
|
-
disabled?: GdsSegment['disabled'];
|
|
7251
|
-
_isVisible?: GdsSegment['_isVisible'];
|
|
7252
|
-
/** Style Expression Property that controls the `width` property.
|
|
7253
|
-
Supports space tokens and all valid CSS `width` values. */
|
|
7254
|
-
width?: GdsSegment['width'];
|
|
7255
|
-
/** Style Expression Property that controls the `min-width` property.
|
|
7256
|
-
Supports space tokens and all valid CSS `min-width` values. */
|
|
7257
|
-
minWidth?: GdsSegment['min-width'];
|
|
7258
|
-
/** Style Expression Property that controls the `max-width` property.
|
|
7259
|
-
Supports space tokens and all valid CSS `max-width` values. */
|
|
7260
|
-
maxWidth?: GdsSegment['max-width'];
|
|
7261
|
-
/** Style Expression Property that controls the `inline-size` property.
|
|
7262
|
-
Supports space tokens and all valid CSS `inline-size` values */
|
|
7263
|
-
inlineSize?: GdsSegment['inline-size'];
|
|
7264
|
-
/** Style Expression Property that controls the `min-inline-size` property.
|
|
7265
|
-
Supports space tokens and all valid CSS `min-inline-size` values. */
|
|
7266
|
-
minInlineSize?: GdsSegment['min-inline-size'];
|
|
7267
|
-
/** Style Expression Property that controls the `max-inline-size` property.
|
|
7268
|
-
Supports space tokens and all valid CSS `max-inline-size` values. */
|
|
7269
|
-
maxInlineSize?: GdsSegment['max-inline-size'];
|
|
7270
|
-
/** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
|
|
7271
|
-
|
|
7272
|
-
This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
|
|
7273
|
-
run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM
|
|
7274
|
-
is projected.
|
|
7275
|
-
|
|
7276
|
-
Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
|
|
7277
|
-
element needs to be measured synchronously after being added to the DOM. */
|
|
7278
|
-
syncFirstRender?: GdsSegment['syncFirstRender'];
|
|
7279
|
-
ngOnInit(): void;
|
|
7280
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
7281
|
-
ngAfterViewInit(): void;
|
|
7282
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GdsSegmentComponent, never>;
|
|
7283
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GdsSegmentComponent, "gds-segment", never, { "selected": { "alias": "selected"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "_isVisible": { "alias": "_isVisible"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "inlineSize": { "alias": "inlineSize"; "required": false; }; "minInlineSize": { "alias": "minInlineSize"; "required": false; }; "maxInlineSize": { "alias": "maxInlineSize"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7284
|
-
static ngAcceptInputType_selected: unknown;
|
|
7285
|
-
static ngAcceptInputType_disabled: unknown;
|
|
7286
|
-
static ngAcceptInputType__isVisible: unknown;
|
|
7287
|
-
static ngAcceptInputType_syncFirstRender: unknown;
|
|
7288
|
-
}
|
|
7289
|
-
|
|
7290
7186
|
/**
|
|
7291
7187
|
* Angular wrapper for the gds-radio-group web component
|
|
7292
7188
|
*
|
|
@@ -7396,6 +7292,113 @@ declare class GdsRadioGroupComponent extends GdsFormControlBase {
|
|
|
7396
7292
|
static ngAcceptInputType_syncFirstRender: unknown;
|
|
7397
7293
|
}
|
|
7398
7294
|
|
|
7295
|
+
/**
|
|
7296
|
+
* Angular wrapper for the gds-list-item web component
|
|
7297
|
+
* `gds-list-item` is used as a child of `gds-list` to represent a single item in a list.
|
|
7298
|
+
*/
|
|
7299
|
+
declare class GdsListItemComponent implements OnInit, OnChanges, AfterViewInit {
|
|
7300
|
+
private elementRef;
|
|
7301
|
+
private zone;
|
|
7302
|
+
private cdr;
|
|
7303
|
+
get element(): GdsListItem;
|
|
7304
|
+
constructor();
|
|
7305
|
+
/** Style Expression Property that controls the `align-self` property.
|
|
7306
|
+
Supports all valid CSS `align-self` values. */
|
|
7307
|
+
alignSelf?: GdsListItem['align-self'];
|
|
7308
|
+
/** Style Expression Property that controls the `justify-self` property.
|
|
7309
|
+
Supports all valid CSS `justify-self` values. */
|
|
7310
|
+
justifySelf?: GdsListItem['justify-self'];
|
|
7311
|
+
/** Style Expression Property that controls the `place-self` property.
|
|
7312
|
+
Supports all valid CSS `place-self` values. */
|
|
7313
|
+
placeSelf?: GdsListItem['place-self'];
|
|
7314
|
+
/** Style Expression Property that controls the `grid-column` property.
|
|
7315
|
+
Supports all valid CSS grid-column values.
|
|
7316
|
+
Documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column */
|
|
7317
|
+
gridColumn?: GdsListItem['grid-column'];
|
|
7318
|
+
/** Style Expression Property that controls the `grid-row` property.
|
|
7319
|
+
Supports all valid CSS `grid-row` values. */
|
|
7320
|
+
gridRow?: GdsListItem['grid-row'];
|
|
7321
|
+
/** Style Expression Property that controls the `grid-area` property.
|
|
7322
|
+
Supports all valid CSS `grid-area` values. */
|
|
7323
|
+
gridArea?: GdsListItem['grid-area'];
|
|
7324
|
+
/** Style Expression Property that controls the `flex` property.
|
|
7325
|
+
Supports all valid CSS `flex` values. */
|
|
7326
|
+
flex?: GdsListItem['flex'];
|
|
7327
|
+
/** Style Expression Property that controls the `order` property.
|
|
7328
|
+
Supports all valid CSS `order` values. */
|
|
7329
|
+
order?: GdsListItem['order'];
|
|
7330
|
+
/** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
|
|
7331
|
+
|
|
7332
|
+
This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
|
|
7333
|
+
run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM
|
|
7334
|
+
is projected.
|
|
7335
|
+
|
|
7336
|
+
Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
|
|
7337
|
+
element needs to be measured synchronously after being added to the DOM. */
|
|
7338
|
+
syncFirstRender?: GdsListItem['syncFirstRender'];
|
|
7339
|
+
ngOnInit(): void;
|
|
7340
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
7341
|
+
ngAfterViewInit(): void;
|
|
7342
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GdsListItemComponent, never>;
|
|
7343
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GdsListItemComponent, "gds-list-item", never, { "alignSelf": { "alias": "alignSelf"; "required": false; }; "justifySelf": { "alias": "justifySelf"; "required": false; }; "placeSelf": { "alias": "placeSelf"; "required": false; }; "gridColumn": { "alias": "gridColumn"; "required": false; }; "gridRow": { "alias": "gridRow"; "required": false; }; "gridArea": { "alias": "gridArea"; "required": false; }; "flex": { "alias": "flex"; "required": false; }; "order": { "alias": "order"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7344
|
+
static ngAcceptInputType_syncFirstRender: unknown;
|
|
7345
|
+
}
|
|
7346
|
+
|
|
7347
|
+
/**
|
|
7348
|
+
* Angular wrapper for the gds-segment web component
|
|
7349
|
+
*
|
|
7350
|
+
*/
|
|
7351
|
+
declare class GdsSegmentComponent implements OnInit, OnChanges, AfterViewInit {
|
|
7352
|
+
private elementRef;
|
|
7353
|
+
private zone;
|
|
7354
|
+
private cdr;
|
|
7355
|
+
get element(): GdsSegment;
|
|
7356
|
+
constructor();
|
|
7357
|
+
/** Whether the segment is selected */
|
|
7358
|
+
selected?: GdsSegment['selected'];
|
|
7359
|
+
/** Value can be used to tie arbitrary data to the segment. */
|
|
7360
|
+
value?: GdsSegment['value'];
|
|
7361
|
+
/** Whether the segment is disabled. */
|
|
7362
|
+
disabled?: GdsSegment['disabled'];
|
|
7363
|
+
_isVisible?: GdsSegment['_isVisible'];
|
|
7364
|
+
/** Style Expression Property that controls the `width` property.
|
|
7365
|
+
Supports space tokens and all valid CSS `width` values. */
|
|
7366
|
+
width?: GdsSegment['width'];
|
|
7367
|
+
/** Style Expression Property that controls the `min-width` property.
|
|
7368
|
+
Supports space tokens and all valid CSS `min-width` values. */
|
|
7369
|
+
minWidth?: GdsSegment['min-width'];
|
|
7370
|
+
/** Style Expression Property that controls the `max-width` property.
|
|
7371
|
+
Supports space tokens and all valid CSS `max-width` values. */
|
|
7372
|
+
maxWidth?: GdsSegment['max-width'];
|
|
7373
|
+
/** Style Expression Property that controls the `inline-size` property.
|
|
7374
|
+
Supports space tokens and all valid CSS `inline-size` values */
|
|
7375
|
+
inlineSize?: GdsSegment['inline-size'];
|
|
7376
|
+
/** Style Expression Property that controls the `min-inline-size` property.
|
|
7377
|
+
Supports space tokens and all valid CSS `min-inline-size` values. */
|
|
7378
|
+
minInlineSize?: GdsSegment['min-inline-size'];
|
|
7379
|
+
/** Style Expression Property that controls the `max-inline-size` property.
|
|
7380
|
+
Supports space tokens and all valid CSS `max-inline-size` values. */
|
|
7381
|
+
maxInlineSize?: GdsSegment['max-inline-size'];
|
|
7382
|
+
/** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
|
|
7383
|
+
|
|
7384
|
+
This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
|
|
7385
|
+
run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM
|
|
7386
|
+
is projected.
|
|
7387
|
+
|
|
7388
|
+
Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
|
|
7389
|
+
element needs to be measured synchronously after being added to the DOM. */
|
|
7390
|
+
syncFirstRender?: GdsSegment['syncFirstRender'];
|
|
7391
|
+
ngOnInit(): void;
|
|
7392
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
7393
|
+
ngAfterViewInit(): void;
|
|
7394
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GdsSegmentComponent, never>;
|
|
7395
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GdsSegmentComponent, "gds-segment", never, { "selected": { "alias": "selected"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "_isVisible": { "alias": "_isVisible"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "inlineSize": { "alias": "inlineSize"; "required": false; }; "minInlineSize": { "alias": "minInlineSize"; "required": false; }; "maxInlineSize": { "alias": "maxInlineSize"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7396
|
+
static ngAcceptInputType_selected: unknown;
|
|
7397
|
+
static ngAcceptInputType_disabled: unknown;
|
|
7398
|
+
static ngAcceptInputType__isVisible: unknown;
|
|
7399
|
+
static ngAcceptInputType_syncFirstRender: unknown;
|
|
7400
|
+
}
|
|
7401
|
+
|
|
7399
7402
|
/**
|
|
7400
7403
|
* Angular wrapper for the gds-sensitive-account web component
|
|
7401
7404
|
*
|
|
@@ -35406,7 +35409,7 @@ declare class GdsOptionComponent implements OnInit, OnChanges, AfterViewInit {
|
|
|
35406
35409
|
*/
|
|
35407
35410
|
declare class GreenCoreNgModule {
|
|
35408
35411
|
static ɵfac: i0.ɵɵFactoryDeclaration<GreenCoreNgModule, never>;
|
|
35409
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GreenCoreNgModule, never, [typeof GdsAlertComponent, typeof GdsBadgeComponent, typeof GdsAvatarComponent, typeof GdsBreadcrumbsComponent, typeof GdsBlurComponent, typeof GdsButtonComponent, typeof GdsCalendarComponent, typeof GdsCardLinkedComponent, typeof GdsCardComponent, typeof GdsCheckboxComponent, typeof GdsCoachmarkComponent, typeof GdsContextMenuComponent, typeof GdsDatepickerComponent, typeof GdsDetailsComponent, typeof GdsDialogComponent, typeof GdsDivComponent, typeof GdsDividerComponent, typeof GdsDropdownComponent, typeof GdsFabComponent, typeof GdsFilterChipsComponent, typeof GdsFlexComponent, typeof GdsFormSummaryComponent, typeof GdsGridComponent, typeof GdsGroupedListComponent, typeof GdsImgComponent, typeof GdsInputComponent, typeof GdsLinkComponent, typeof GdsListComponent, typeof GdsMaskComponent, typeof GdsMenuButtonComponent, typeof GdsPaginationComponent, typeof GdsBackdropComponent, typeof GdsPopoverComponent, typeof GdsRadioComponent, typeof GdsRichTextComponent, typeof GdsSegmentedControlComponent, typeof GdsSelectComponent, typeof GdsSignalComponent, typeof GdsSpinnerComponent, typeof GdsSwitchComponent, typeof GdsTableComponent, typeof GdsTabsComponent, typeof GdsTextComponent, typeof GdsTextareaComponent, typeof GdsThemeComponent, typeof GdsVideoComponent, typeof GdsCardPattern01Component, typeof GdsListItemPattern01Component, typeof GdsAvatarGroupComponent, typeof GdsBreadcrumbComponent, typeof GdsCheckboxGroupComponent, typeof GdsIconDetailsComponent, typeof GdsFilterChipComponent, typeof GdsFormattedAccountComponent, typeof GdsFormattedDateComponent, typeof GdsListItemComponent, typeof GdsFormattedNumberComponent, typeof GdsSegmentComponent, typeof GdsRadioGroupComponent, typeof GdsSensitiveAccountComponent, typeof GdsSensitiveDateComponent, typeof GdsSensitiveNumberComponent, typeof GdsTabComponent, typeof GdsTabPanelComponent, typeof IconAiComponent, typeof IconAirplaneUpComponent, typeof IconArchiveComponent, typeof IconArrowBottomTopComponent, typeof IconArrowBoxLeftAltComponent, typeof IconArrowBoxLeftComponent, typeof IconArrowBoxRightComponent, typeof IconArrowDownComponent, typeof IconArrowInboxComponent, typeof IconArrowLeftRightComponent, typeof IconArrowLeftComponent, typeof IconArrowOutOfBoxComponent, typeof IconArrowRightCircleComponent, typeof IconArrowRightDownCircleComponent, typeof IconArrowRightUpCircleComponent, typeof IconArrowRightComponent, typeof IconArrowRotateClockwiseComponent, typeof IconArrowRotateCounterClockwiseComponent, typeof IconArrowRotateLeftRightComponent, typeof IconArrowRotateRightLeftComponent, typeof IconArrowShareLeftComponent, typeof IconArrowShareRightComponent, typeof IconArrowSplitComponent, typeof IconArrowUpComponent, typeof IconArrowWallDownComponent, typeof IconArrowWallLeftComponent, typeof IconArrowWallRightComponent, typeof IconArrowWallUpComponent, typeof IconArrowComponent, typeof IconArrowsRepeatRightComponent, typeof IconAsteriskComponent, typeof IconAtComponent, typeof IconBackComponent, typeof IconBackwardComponent, typeof IconBagComponent, typeof IconBankComponent, typeof IconBanknote2Component, typeof IconBanknoteComponent, typeof IconBarcodeComponent, typeof IconBarsThreeComponent, typeof IconBarsTwoComponent, typeof IconBasketComponent, typeof IconBatteryLoadingComponent, typeof IconBellComponent, typeof IconBlockComponent, typeof IconBookComponent, typeof IconBookmarkCheckComponent, typeof IconBookmarkDeleteComponent, typeof IconBookmarkPlusComponent, typeof IconBookmarkRemoveComponent, typeof IconBookmarkComponent, typeof IconBooksComponent, typeof IconBrandAppStoreComponent, typeof IconBrandAppleMusicComponent, typeof IconBrandBankidComponent, typeof IconBrandChromeComponent, typeof IconBrandFacebookComponent, typeof IconBrandFigmaComponent, typeof IconBrandFirefoxComponent, typeof IconBrandGithubComponent, typeof IconBrandGreenComponent, typeof IconBrandInstagramComponent, typeof IconBrandLinkedinComponent, typeof IconBrandPlayStoreComponent, typeof IconBrandRssFeedComponent, typeof IconBrandSebComponent, typeof IconBrandSpotifyComponent, typeof IconBrandStorybookComponent, typeof IconBrandSwishWordComponent, typeof IconBrandXComponent, typeof IconBrushComponent, typeof IconBubbleAnnotationComponent, typeof IconBubblesComponent, typeof IconBuildingsComponent, typeof IconBulletListComponent, typeof IconCalculatorComponent, typeof IconCalendarCheckComponent, typeof IconCalendarRepeatComponent, typeof IconCalendarComponent, typeof IconCalenderAddComponent, typeof IconCallComponent, typeof IconCarComponent, typeof IconCarusselComponent, typeof IconChainLinkBrokenComponent, typeof IconChainLinkComponent, typeof IconChartTwoComponent, typeof IconChecklistComponent, typeof IconCheckmarkComponent, typeof IconChevronBottomComponent, typeof IconChevronDoubleDownComponent, typeof IconChevronDoubleLeftComponent, typeof IconChevronDoubleRightComponent, typeof IconChevronDoubleUpComponent, typeof IconChevronDownSmallComponent, typeof IconChevronGrabberVerticalReversedComponent, typeof IconChevronGrabberVerticalComponent, typeof IconChevronLeftSmallComponent, typeof IconChevronLeftComponent, typeof IconChevronRightSmallComponent, typeof IconChevronRightComponent, typeof IconChevronTopSmallComponent, typeof IconChevronTopComponent, typeof IconCircleBanComponent, typeof IconCircleCheckComponent, typeof IconCircleDotsComponent, typeof IconCircleInfoComponent, typeof IconCircleMinusComponent, typeof IconCirclePlaceholderOnComponent, typeof IconCirclePlusComponent, typeof IconCircleQuestionmarkComponent, typeof IconCircleXComponent, typeof IconCirclesThreeComponent, typeof IconClockComponent, typeof IconCloudDownloadComponent, typeof IconCloudUploadComponent, typeof IconCloudySunComponent, typeof IconCodeBracketsComponent, typeof IconCodeComponent, typeof IconCompassRoundComponent, typeof IconCookiesComponent, typeof IconCopyComponent, typeof IconCreditCardAddComponent, typeof IconCreditCardComponent, typeof IconCrossLargeComponent, typeof IconCrossSmallComponent, typeof IconCupHotComponent, typeof IconCursorComponent, typeof IconDevicesComponent, typeof IconDirectionComponent, typeof IconDollarComponent, typeof IconDotGridOneHorizontalComponent, typeof IconDotGridOneVerticalComponent, typeof IconDotGridThreeComponent, typeof IconDotGridTwoComponent, typeof IconEmailComponent, typeof IconEmojiAngryComponent, typeof IconEmojiNeutralComponent, typeof IconEmojiSadComponent, typeof IconEmojiSmileComponent, typeof IconEmojiSmileyComponent, typeof IconEuroComponent, typeof IconExpandComponent, typeof IconEyeOpenComponent, typeof IconEyeSlashComponent, typeof IconFashionComponent, typeof IconFastForwardComponent, typeof IconFileBendComponent, typeof IconFileChartComponent, typeof IconFileTextComponent, typeof IconFilesComponent, typeof IconFilterComponent, typeof IconFlagComponent, typeof IconFloppyDiskComponent, typeof IconFocusComponent, typeof IconFolderAddRightComponent, typeof IconFolderComponent, typeof IconFullscreenComponent, typeof IconGiftComponent, typeof IconGlobusComponent, typeof IconGraduateCapComponent, typeof IconGreenPowerComponent, typeof IconGroupComponent, typeof IconGrowthComponent, typeof IconHeadphonesComponent, typeof IconHeartBeatComponent, typeof IconHeartComponent, typeof IconHistoryComponent, typeof IconHomeEnergyOneComponent, typeof IconHomeEnergyTwoComponent, typeof IconHomeOpenComponent, typeof IconHomeRoofComponent, typeof IconHorizontalAlignmentBottomComponent, typeof IconHourglassComponent, typeof IconImagesComponent, typeof IconInboxEmptyComponent, typeof IconIndustryComponent, typeof IconJpgComponent, typeof IconKeyComponent, typeof IconKnifeSpoonComponent, typeof IconLabComponent, typeof IconLawComponent, typeof IconLeisureComponent, typeof IconLightBulbSimpleComponent, typeof IconLightningComponent, typeof IconLineChartFourComponent, typeof IconLineChartOneComponent, typeof IconLineChartThreeComponent, typeof IconLineChartTwoComponent, typeof IconLockComponent, typeof IconMacbookAirComponent, typeof IconMagnifyingGlassComponent, typeof IconMapPinComponent, typeof IconMegaphoneComponent, typeof IconMenuSidebarComponent, typeof IconMicOffComponent, typeof IconMicOnComponent, typeof IconMinimizeComponent, typeof IconMinusLargeComponent, typeof IconMinusSmallComponent, typeof IconMoneyHandComponent, typeof IconMoneybagComponent, typeof IconMoonComponent, typeof IconMuteComponent, typeof IconNewspaperComponent, typeof IconOfficeComponent, typeof IconPageAddComponent, typeof IconPaperPlaneTopRightComponent, typeof IconPaperclipComponent, typeof IconPauseComponent, typeof IconPdfComponent, typeof IconPencilSignComponent, typeof IconPencilSparkleComponent, typeof IconPencilWaveComponent, typeof IconPensionComponent, typeof IconPeopleA11yComponent, typeof IconPeopleAddComponent, typeof IconPeopleAddedComponent, typeof IconPeopleCircleComponent, typeof IconPeopleCopyComponent, typeof IconPeopleProfileComponent, typeof IconPeopleRemoveComponent, typeof IconPeopleComponent, typeof IconPercentComponent, typeof IconPhoneComponent, typeof IconPieChartComponent, typeof IconPiggyBankComponent, typeof IconPinComponent, typeof IconPinchComponent, typeof IconPlayCircleComponent, typeof IconPlayComponent, typeof IconPlusLargeComponent, typeof IconPlusSmallComponent, typeof IconPngComponent, typeof IconPoopComponent, typeof IconPostcardComponent, typeof IconPoundComponent, typeof IconPowerPlantComponent, typeof IconPowerComponent, typeof IconPrinterComponent, typeof IconPushComponent, typeof IconQrCodeComponent, typeof IconRainyComponent, typeof IconRaisingHandComponent, typeof IconReadingListComponent, typeof IconReceiptBillComponent, typeof IconReceiptionBellComponent, typeof IconRecordComponent, typeof IconRefundComponent, typeof IconRobotComponent, typeof IconRocketComponent, typeof IconRunShortcutComponent, typeof IconSafariComponent, typeof IconSchoolComponent, typeof IconScissorsComponent, typeof IconSearchMenuComponent, typeof IconSettingsGearComponent, typeof IconSettingsSliderHorComponent, typeof IconSettingsSliderVerComponent, typeof IconShapesComponent, typeof IconShareComponent, typeof IconShieldCheckedComponent, typeof IconShieldCrossedComponent, typeof IconShieldComponent, typeof IconShoppingBagComponent, typeof IconSignatureComponent, typeof IconSmartwatchComponent, typeof IconSolarComponent, typeof IconSortAscendingComponent, typeof IconSortDescendingComponent, typeof IconSortDownComponent, typeof IconSortUpComponent, typeof IconSortComponent, typeof IconSquareArrowTopRightComponent, typeof IconSquareBehindSquareComponent, typeof IconSquareGridCircleComponent, typeof IconSquarePlaceholderComponent, typeof IconStarComponent, typeof IconStoreComponent, typeof IconSunComponent, typeof IconSunsetArrowDownComponent, typeof IconTagComponent, typeof IconTargetArrowComponent, typeof IconTelevisionComponent, typeof IconTennisComponent, typeof IconTextEditComponent, typeof IconThermostatComponent, typeof IconThumbsDownComponent, typeof IconThumbsUpComponent, typeof IconTicketComponent, typeof IconTradingViewCandlesComponent, typeof IconTrashCanComponent, typeof IconTreeComponent, typeof IconTrendingFiveComponent, typeof IconTrendingFourComponent, typeof IconTrendingOneComponent, typeof IconTrendingThreeComponent, typeof IconTrendingTwoComponent, typeof IconTriangleExclamationComponent, typeof IconTruckComponent, typeof IconUmbrellaSecurityComponent, typeof IconUnlockedComponent, typeof IconVolumeFullComponent, typeof IconVolumeHalfComponent, typeof IconVolumeOffComponent, typeof IconWalletComponent, typeof IconWarningSignComponent, typeof IconWifiFullComponent, typeof IconYoutubeComponent, typeof IconZapComponent, typeof IconZoomInComponent, typeof IconZoomOutComponent, typeof GdsMenuItemComponent, typeof GdsMenuHeadingComponent, typeof GdsOptionComponent], [typeof GdsAlertComponent, typeof GdsBadgeComponent, typeof GdsAvatarComponent, typeof GdsBreadcrumbsComponent, typeof GdsBlurComponent, typeof GdsButtonComponent, typeof GdsCalendarComponent, typeof GdsCardLinkedComponent, typeof GdsCardComponent, typeof GdsCheckboxComponent, typeof GdsCoachmarkComponent, typeof GdsContextMenuComponent, typeof GdsDatepickerComponent, typeof GdsDetailsComponent, typeof GdsDialogComponent, typeof GdsDivComponent, typeof GdsDividerComponent, typeof GdsDropdownComponent, typeof GdsFabComponent, typeof GdsFilterChipsComponent, typeof GdsFlexComponent, typeof GdsFormSummaryComponent, typeof GdsGridComponent, typeof GdsGroupedListComponent, typeof GdsImgComponent, typeof GdsInputComponent, typeof GdsLinkComponent, typeof GdsListComponent, typeof GdsMaskComponent, typeof GdsMenuButtonComponent, typeof GdsPaginationComponent, typeof GdsBackdropComponent, typeof GdsPopoverComponent, typeof GdsRadioComponent, typeof GdsRichTextComponent, typeof GdsSegmentedControlComponent, typeof GdsSelectComponent, typeof GdsSignalComponent, typeof GdsSpinnerComponent, typeof GdsSwitchComponent, typeof GdsTableComponent, typeof GdsTabsComponent, typeof GdsTextComponent, typeof GdsTextareaComponent, typeof GdsThemeComponent, typeof GdsVideoComponent, typeof GdsCardPattern01Component, typeof GdsListItemPattern01Component, typeof GdsAvatarGroupComponent, typeof GdsBreadcrumbComponent, typeof GdsCheckboxGroupComponent, typeof GdsIconDetailsComponent, typeof GdsFilterChipComponent, typeof GdsFormattedAccountComponent, typeof GdsFormattedDateComponent, typeof GdsListItemComponent, typeof GdsFormattedNumberComponent, typeof GdsSegmentComponent, typeof GdsRadioGroupComponent, typeof GdsSensitiveAccountComponent, typeof GdsSensitiveDateComponent, typeof GdsSensitiveNumberComponent, typeof GdsTabComponent, typeof GdsTabPanelComponent, typeof IconAiComponent, typeof IconAirplaneUpComponent, typeof IconArchiveComponent, typeof IconArrowBottomTopComponent, typeof IconArrowBoxLeftAltComponent, typeof IconArrowBoxLeftComponent, typeof IconArrowBoxRightComponent, typeof IconArrowDownComponent, typeof IconArrowInboxComponent, typeof IconArrowLeftRightComponent, typeof IconArrowLeftComponent, typeof IconArrowOutOfBoxComponent, typeof IconArrowRightCircleComponent, typeof IconArrowRightDownCircleComponent, typeof IconArrowRightUpCircleComponent, typeof IconArrowRightComponent, typeof IconArrowRotateClockwiseComponent, typeof IconArrowRotateCounterClockwiseComponent, typeof IconArrowRotateLeftRightComponent, typeof IconArrowRotateRightLeftComponent, typeof IconArrowShareLeftComponent, typeof IconArrowShareRightComponent, typeof IconArrowSplitComponent, typeof IconArrowUpComponent, typeof IconArrowWallDownComponent, typeof IconArrowWallLeftComponent, typeof IconArrowWallRightComponent, typeof IconArrowWallUpComponent, typeof IconArrowComponent, typeof IconArrowsRepeatRightComponent, typeof IconAsteriskComponent, typeof IconAtComponent, typeof IconBackComponent, typeof IconBackwardComponent, typeof IconBagComponent, typeof IconBankComponent, typeof IconBanknote2Component, typeof IconBanknoteComponent, typeof IconBarcodeComponent, typeof IconBarsThreeComponent, typeof IconBarsTwoComponent, typeof IconBasketComponent, typeof IconBatteryLoadingComponent, typeof IconBellComponent, typeof IconBlockComponent, typeof IconBookComponent, typeof IconBookmarkCheckComponent, typeof IconBookmarkDeleteComponent, typeof IconBookmarkPlusComponent, typeof IconBookmarkRemoveComponent, typeof IconBookmarkComponent, typeof IconBooksComponent, typeof IconBrandAppStoreComponent, typeof IconBrandAppleMusicComponent, typeof IconBrandBankidComponent, typeof IconBrandChromeComponent, typeof IconBrandFacebookComponent, typeof IconBrandFigmaComponent, typeof IconBrandFirefoxComponent, typeof IconBrandGithubComponent, typeof IconBrandGreenComponent, typeof IconBrandInstagramComponent, typeof IconBrandLinkedinComponent, typeof IconBrandPlayStoreComponent, typeof IconBrandRssFeedComponent, typeof IconBrandSebComponent, typeof IconBrandSpotifyComponent, typeof IconBrandStorybookComponent, typeof IconBrandSwishWordComponent, typeof IconBrandXComponent, typeof IconBrushComponent, typeof IconBubbleAnnotationComponent, typeof IconBubblesComponent, typeof IconBuildingsComponent, typeof IconBulletListComponent, typeof IconCalculatorComponent, typeof IconCalendarCheckComponent, typeof IconCalendarRepeatComponent, typeof IconCalendarComponent, typeof IconCalenderAddComponent, typeof IconCallComponent, typeof IconCarComponent, typeof IconCarusselComponent, typeof IconChainLinkBrokenComponent, typeof IconChainLinkComponent, typeof IconChartTwoComponent, typeof IconChecklistComponent, typeof IconCheckmarkComponent, typeof IconChevronBottomComponent, typeof IconChevronDoubleDownComponent, typeof IconChevronDoubleLeftComponent, typeof IconChevronDoubleRightComponent, typeof IconChevronDoubleUpComponent, typeof IconChevronDownSmallComponent, typeof IconChevronGrabberVerticalReversedComponent, typeof IconChevronGrabberVerticalComponent, typeof IconChevronLeftSmallComponent, typeof IconChevronLeftComponent, typeof IconChevronRightSmallComponent, typeof IconChevronRightComponent, typeof IconChevronTopSmallComponent, typeof IconChevronTopComponent, typeof IconCircleBanComponent, typeof IconCircleCheckComponent, typeof IconCircleDotsComponent, typeof IconCircleInfoComponent, typeof IconCircleMinusComponent, typeof IconCirclePlaceholderOnComponent, typeof IconCirclePlusComponent, typeof IconCircleQuestionmarkComponent, typeof IconCircleXComponent, typeof IconCirclesThreeComponent, typeof IconClockComponent, typeof IconCloudDownloadComponent, typeof IconCloudUploadComponent, typeof IconCloudySunComponent, typeof IconCodeBracketsComponent, typeof IconCodeComponent, typeof IconCompassRoundComponent, typeof IconCookiesComponent, typeof IconCopyComponent, typeof IconCreditCardAddComponent, typeof IconCreditCardComponent, typeof IconCrossLargeComponent, typeof IconCrossSmallComponent, typeof IconCupHotComponent, typeof IconCursorComponent, typeof IconDevicesComponent, typeof IconDirectionComponent, typeof IconDollarComponent, typeof IconDotGridOneHorizontalComponent, typeof IconDotGridOneVerticalComponent, typeof IconDotGridThreeComponent, typeof IconDotGridTwoComponent, typeof IconEmailComponent, typeof IconEmojiAngryComponent, typeof IconEmojiNeutralComponent, typeof IconEmojiSadComponent, typeof IconEmojiSmileComponent, typeof IconEmojiSmileyComponent, typeof IconEuroComponent, typeof IconExpandComponent, typeof IconEyeOpenComponent, typeof IconEyeSlashComponent, typeof IconFashionComponent, typeof IconFastForwardComponent, typeof IconFileBendComponent, typeof IconFileChartComponent, typeof IconFileTextComponent, typeof IconFilesComponent, typeof IconFilterComponent, typeof IconFlagComponent, typeof IconFloppyDiskComponent, typeof IconFocusComponent, typeof IconFolderAddRightComponent, typeof IconFolderComponent, typeof IconFullscreenComponent, typeof IconGiftComponent, typeof IconGlobusComponent, typeof IconGraduateCapComponent, typeof IconGreenPowerComponent, typeof IconGroupComponent, typeof IconGrowthComponent, typeof IconHeadphonesComponent, typeof IconHeartBeatComponent, typeof IconHeartComponent, typeof IconHistoryComponent, typeof IconHomeEnergyOneComponent, typeof IconHomeEnergyTwoComponent, typeof IconHomeOpenComponent, typeof IconHomeRoofComponent, typeof IconHorizontalAlignmentBottomComponent, typeof IconHourglassComponent, typeof IconImagesComponent, typeof IconInboxEmptyComponent, typeof IconIndustryComponent, typeof IconJpgComponent, typeof IconKeyComponent, typeof IconKnifeSpoonComponent, typeof IconLabComponent, typeof IconLawComponent, typeof IconLeisureComponent, typeof IconLightBulbSimpleComponent, typeof IconLightningComponent, typeof IconLineChartFourComponent, typeof IconLineChartOneComponent, typeof IconLineChartThreeComponent, typeof IconLineChartTwoComponent, typeof IconLockComponent, typeof IconMacbookAirComponent, typeof IconMagnifyingGlassComponent, typeof IconMapPinComponent, typeof IconMegaphoneComponent, typeof IconMenuSidebarComponent, typeof IconMicOffComponent, typeof IconMicOnComponent, typeof IconMinimizeComponent, typeof IconMinusLargeComponent, typeof IconMinusSmallComponent, typeof IconMoneyHandComponent, typeof IconMoneybagComponent, typeof IconMoonComponent, typeof IconMuteComponent, typeof IconNewspaperComponent, typeof IconOfficeComponent, typeof IconPageAddComponent, typeof IconPaperPlaneTopRightComponent, typeof IconPaperclipComponent, typeof IconPauseComponent, typeof IconPdfComponent, typeof IconPencilSignComponent, typeof IconPencilSparkleComponent, typeof IconPencilWaveComponent, typeof IconPensionComponent, typeof IconPeopleA11yComponent, typeof IconPeopleAddComponent, typeof IconPeopleAddedComponent, typeof IconPeopleCircleComponent, typeof IconPeopleCopyComponent, typeof IconPeopleProfileComponent, typeof IconPeopleRemoveComponent, typeof IconPeopleComponent, typeof IconPercentComponent, typeof IconPhoneComponent, typeof IconPieChartComponent, typeof IconPiggyBankComponent, typeof IconPinComponent, typeof IconPinchComponent, typeof IconPlayCircleComponent, typeof IconPlayComponent, typeof IconPlusLargeComponent, typeof IconPlusSmallComponent, typeof IconPngComponent, typeof IconPoopComponent, typeof IconPostcardComponent, typeof IconPoundComponent, typeof IconPowerPlantComponent, typeof IconPowerComponent, typeof IconPrinterComponent, typeof IconPushComponent, typeof IconQrCodeComponent, typeof IconRainyComponent, typeof IconRaisingHandComponent, typeof IconReadingListComponent, typeof IconReceiptBillComponent, typeof IconReceiptionBellComponent, typeof IconRecordComponent, typeof IconRefundComponent, typeof IconRobotComponent, typeof IconRocketComponent, typeof IconRunShortcutComponent, typeof IconSafariComponent, typeof IconSchoolComponent, typeof IconScissorsComponent, typeof IconSearchMenuComponent, typeof IconSettingsGearComponent, typeof IconSettingsSliderHorComponent, typeof IconSettingsSliderVerComponent, typeof IconShapesComponent, typeof IconShareComponent, typeof IconShieldCheckedComponent, typeof IconShieldCrossedComponent, typeof IconShieldComponent, typeof IconShoppingBagComponent, typeof IconSignatureComponent, typeof IconSmartwatchComponent, typeof IconSolarComponent, typeof IconSortAscendingComponent, typeof IconSortDescendingComponent, typeof IconSortDownComponent, typeof IconSortUpComponent, typeof IconSortComponent, typeof IconSquareArrowTopRightComponent, typeof IconSquareBehindSquareComponent, typeof IconSquareGridCircleComponent, typeof IconSquarePlaceholderComponent, typeof IconStarComponent, typeof IconStoreComponent, typeof IconSunComponent, typeof IconSunsetArrowDownComponent, typeof IconTagComponent, typeof IconTargetArrowComponent, typeof IconTelevisionComponent, typeof IconTennisComponent, typeof IconTextEditComponent, typeof IconThermostatComponent, typeof IconThumbsDownComponent, typeof IconThumbsUpComponent, typeof IconTicketComponent, typeof IconTradingViewCandlesComponent, typeof IconTrashCanComponent, typeof IconTreeComponent, typeof IconTrendingFiveComponent, typeof IconTrendingFourComponent, typeof IconTrendingOneComponent, typeof IconTrendingThreeComponent, typeof IconTrendingTwoComponent, typeof IconTriangleExclamationComponent, typeof IconTruckComponent, typeof IconUmbrellaSecurityComponent, typeof IconUnlockedComponent, typeof IconVolumeFullComponent, typeof IconVolumeHalfComponent, typeof IconVolumeOffComponent, typeof IconWalletComponent, typeof IconWarningSignComponent, typeof IconWifiFullComponent, typeof IconYoutubeComponent, typeof IconZapComponent, typeof IconZoomInComponent, typeof IconZoomOutComponent, typeof GdsMenuItemComponent, typeof GdsMenuHeadingComponent, typeof GdsOptionComponent]>;
|
|
35412
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GreenCoreNgModule, never, [typeof GdsAlertComponent, typeof GdsAvatarComponent, typeof GdsBadgeComponent, typeof GdsBlurComponent, typeof GdsBreadcrumbsComponent, typeof GdsButtonComponent, typeof GdsCalendarComponent, typeof GdsCardComponent, typeof GdsCardLinkedComponent, typeof GdsCheckboxComponent, typeof GdsCoachmarkComponent, typeof GdsContextMenuComponent, typeof GdsDatepickerComponent, typeof GdsDetailsComponent, typeof GdsDialogComponent, typeof GdsDivComponent, typeof GdsDividerComponent, typeof GdsDropdownComponent, typeof GdsFabComponent, typeof GdsFilterChipsComponent, typeof GdsFlexComponent, typeof GdsFormSummaryComponent, typeof GdsGridComponent, typeof GdsGroupedListComponent, typeof GdsImgComponent, typeof GdsInputComponent, typeof GdsLinkComponent, typeof GdsListComponent, typeof GdsMaskComponent, typeof GdsMenuButtonComponent, typeof GdsPaginationComponent, typeof GdsBackdropComponent, typeof GdsPopoverComponent, typeof GdsRadioComponent, typeof GdsRichTextComponent, typeof GdsSegmentedControlComponent, typeof GdsSelectComponent, typeof GdsSignalComponent, typeof GdsSpinnerComponent, typeof GdsTableComponent, typeof GdsSwitchComponent, typeof GdsTabsComponent, typeof GdsTextComponent, typeof GdsTextareaComponent, typeof GdsThemeComponent, typeof GdsVideoComponent, typeof GdsCardPattern01Component, typeof GdsListItemPattern01Component, typeof GdsAvatarGroupComponent, typeof GdsCheckboxGroupComponent, typeof GdsBreadcrumbComponent, typeof GdsIconDetailsComponent, typeof GdsFilterChipComponent, typeof GdsFormattedAccountComponent, typeof GdsFormattedDateComponent, typeof GdsFormattedNumberComponent, typeof GdsRadioGroupComponent, typeof GdsListItemComponent, typeof GdsSegmentComponent, typeof GdsSensitiveAccountComponent, typeof GdsSensitiveDateComponent, typeof GdsSensitiveNumberComponent, typeof GdsTabComponent, typeof GdsTabPanelComponent, typeof IconAiComponent, typeof IconAirplaneUpComponent, typeof IconArchiveComponent, typeof IconArrowBottomTopComponent, typeof IconArrowBoxLeftAltComponent, typeof IconArrowBoxLeftComponent, typeof IconArrowBoxRightComponent, typeof IconArrowDownComponent, typeof IconArrowInboxComponent, typeof IconArrowLeftRightComponent, typeof IconArrowLeftComponent, typeof IconArrowOutOfBoxComponent, typeof IconArrowRightCircleComponent, typeof IconArrowRightDownCircleComponent, typeof IconArrowRightUpCircleComponent, typeof IconArrowRightComponent, typeof IconArrowRotateClockwiseComponent, typeof IconArrowRotateCounterClockwiseComponent, typeof IconArrowRotateLeftRightComponent, typeof IconArrowRotateRightLeftComponent, typeof IconArrowShareLeftComponent, typeof IconArrowShareRightComponent, typeof IconArrowSplitComponent, typeof IconArrowUpComponent, typeof IconArrowWallDownComponent, typeof IconArrowWallLeftComponent, typeof IconArrowWallRightComponent, typeof IconArrowWallUpComponent, typeof IconArrowComponent, typeof IconArrowsRepeatRightComponent, typeof IconAsteriskComponent, typeof IconAtComponent, typeof IconBackComponent, typeof IconBackwardComponent, typeof IconBagComponent, typeof IconBankComponent, typeof IconBanknote2Component, typeof IconBanknoteComponent, typeof IconBarcodeComponent, typeof IconBarsThreeComponent, typeof IconBarsTwoComponent, typeof IconBasketComponent, typeof IconBatteryLoadingComponent, typeof IconBellComponent, typeof IconBlockComponent, typeof IconBookComponent, typeof IconBookmarkCheckComponent, typeof IconBookmarkDeleteComponent, typeof IconBookmarkPlusComponent, typeof IconBookmarkRemoveComponent, typeof IconBookmarkComponent, typeof IconBooksComponent, typeof IconBrandAppStoreComponent, typeof IconBrandAppleMusicComponent, typeof IconBrandBankidComponent, typeof IconBrandChromeComponent, typeof IconBrandFacebookComponent, typeof IconBrandFigmaComponent, typeof IconBrandFirefoxComponent, typeof IconBrandGithubComponent, typeof IconBrandGreenComponent, typeof IconBrandInstagramComponent, typeof IconBrandLinkedinComponent, typeof IconBrandPlayStoreComponent, typeof IconBrandRssFeedComponent, typeof IconBrandSebComponent, typeof IconBrandSpotifyComponent, typeof IconBrandStorybookComponent, typeof IconBrandSwishWordComponent, typeof IconBrandXComponent, typeof IconBrushComponent, typeof IconBubbleAnnotationComponent, typeof IconBubblesComponent, typeof IconBuildingsComponent, typeof IconBulletListComponent, typeof IconCalculatorComponent, typeof IconCalendarCheckComponent, typeof IconCalendarRepeatComponent, typeof IconCalendarComponent, typeof IconCalenderAddComponent, typeof IconCallComponent, typeof IconCarComponent, typeof IconCarusselComponent, typeof IconChainLinkBrokenComponent, typeof IconChainLinkComponent, typeof IconChartTwoComponent, typeof IconChecklistComponent, typeof IconCheckmarkComponent, typeof IconChevronBottomComponent, typeof IconChevronDoubleDownComponent, typeof IconChevronDoubleLeftComponent, typeof IconChevronDoubleRightComponent, typeof IconChevronDoubleUpComponent, typeof IconChevronDownSmallComponent, typeof IconChevronGrabberVerticalReversedComponent, typeof IconChevronGrabberVerticalComponent, typeof IconChevronLeftSmallComponent, typeof IconChevronLeftComponent, typeof IconChevronRightSmallComponent, typeof IconChevronRightComponent, typeof IconChevronTopSmallComponent, typeof IconChevronTopComponent, typeof IconCircleBanComponent, typeof IconCircleCheckComponent, typeof IconCircleDotsComponent, typeof IconCircleInfoComponent, typeof IconCircleMinusComponent, typeof IconCirclePlaceholderOnComponent, typeof IconCirclePlusComponent, typeof IconCircleQuestionmarkComponent, typeof IconCircleXComponent, typeof IconCirclesThreeComponent, typeof IconClockComponent, typeof IconCloudDownloadComponent, typeof IconCloudUploadComponent, typeof IconCloudySunComponent, typeof IconCodeBracketsComponent, typeof IconCodeComponent, typeof IconCompassRoundComponent, typeof IconCookiesComponent, typeof IconCopyComponent, typeof IconCreditCardAddComponent, typeof IconCreditCardComponent, typeof IconCrossLargeComponent, typeof IconCrossSmallComponent, typeof IconCupHotComponent, typeof IconCursorComponent, typeof IconDevicesComponent, typeof IconDirectionComponent, typeof IconDollarComponent, typeof IconDotGridOneHorizontalComponent, typeof IconDotGridOneVerticalComponent, typeof IconDotGridThreeComponent, typeof IconDotGridTwoComponent, typeof IconEmailComponent, typeof IconEmojiAngryComponent, typeof IconEmojiNeutralComponent, typeof IconEmojiSadComponent, typeof IconEmojiSmileComponent, typeof IconEmojiSmileyComponent, typeof IconEuroComponent, typeof IconExpandComponent, typeof IconEyeOpenComponent, typeof IconEyeSlashComponent, typeof IconFashionComponent, typeof IconFastForwardComponent, typeof IconFileBendComponent, typeof IconFileChartComponent, typeof IconFileTextComponent, typeof IconFilesComponent, typeof IconFilterComponent, typeof IconFlagComponent, typeof IconFloppyDiskComponent, typeof IconFocusComponent, typeof IconFolderAddRightComponent, typeof IconFolderComponent, typeof IconFullscreenComponent, typeof IconGiftComponent, typeof IconGlobusComponent, typeof IconGraduateCapComponent, typeof IconGreenPowerComponent, typeof IconGroupComponent, typeof IconGrowthComponent, typeof IconHeadphonesComponent, typeof IconHeartBeatComponent, typeof IconHeartComponent, typeof IconHistoryComponent, typeof IconHomeEnergyOneComponent, typeof IconHomeEnergyTwoComponent, typeof IconHomeOpenComponent, typeof IconHomeRoofComponent, typeof IconHorizontalAlignmentBottomComponent, typeof IconHourglassComponent, typeof IconImagesComponent, typeof IconInboxEmptyComponent, typeof IconIndustryComponent, typeof IconJpgComponent, typeof IconKeyComponent, typeof IconKnifeSpoonComponent, typeof IconLabComponent, typeof IconLawComponent, typeof IconLeisureComponent, typeof IconLightBulbSimpleComponent, typeof IconLightningComponent, typeof IconLineChartFourComponent, typeof IconLineChartOneComponent, typeof IconLineChartThreeComponent, typeof IconLineChartTwoComponent, typeof IconLockComponent, typeof IconMacbookAirComponent, typeof IconMagnifyingGlassComponent, typeof IconMapPinComponent, typeof IconMegaphoneComponent, typeof IconMenuSidebarComponent, typeof IconMicOffComponent, typeof IconMicOnComponent, typeof IconMinimizeComponent, typeof IconMinusLargeComponent, typeof IconMinusSmallComponent, typeof IconMoneyHandComponent, typeof IconMoneybagComponent, typeof IconMoonComponent, typeof IconMuteComponent, typeof IconNewspaperComponent, typeof IconOfficeComponent, typeof IconPageAddComponent, typeof IconPaperPlaneTopRightComponent, typeof IconPaperclipComponent, typeof IconPauseComponent, typeof IconPdfComponent, typeof IconPencilSignComponent, typeof IconPencilSparkleComponent, typeof IconPencilWaveComponent, typeof IconPensionComponent, typeof IconPeopleA11yComponent, typeof IconPeopleAddComponent, typeof IconPeopleAddedComponent, typeof IconPeopleCircleComponent, typeof IconPeopleCopyComponent, typeof IconPeopleProfileComponent, typeof IconPeopleRemoveComponent, typeof IconPeopleComponent, typeof IconPercentComponent, typeof IconPhoneComponent, typeof IconPieChartComponent, typeof IconPiggyBankComponent, typeof IconPinComponent, typeof IconPinchComponent, typeof IconPlayCircleComponent, typeof IconPlayComponent, typeof IconPlusLargeComponent, typeof IconPlusSmallComponent, typeof IconPngComponent, typeof IconPoopComponent, typeof IconPostcardComponent, typeof IconPoundComponent, typeof IconPowerPlantComponent, typeof IconPowerComponent, typeof IconPrinterComponent, typeof IconPushComponent, typeof IconQrCodeComponent, typeof IconRainyComponent, typeof IconRaisingHandComponent, typeof IconReadingListComponent, typeof IconReceiptBillComponent, typeof IconReceiptionBellComponent, typeof IconRecordComponent, typeof IconRefundComponent, typeof IconRobotComponent, typeof IconRocketComponent, typeof IconRunShortcutComponent, typeof IconSafariComponent, typeof IconSchoolComponent, typeof IconScissorsComponent, typeof IconSearchMenuComponent, typeof IconSettingsGearComponent, typeof IconSettingsSliderHorComponent, typeof IconSettingsSliderVerComponent, typeof IconShapesComponent, typeof IconShareComponent, typeof IconShieldCheckedComponent, typeof IconShieldCrossedComponent, typeof IconShieldComponent, typeof IconShoppingBagComponent, typeof IconSignatureComponent, typeof IconSmartwatchComponent, typeof IconSolarComponent, typeof IconSortAscendingComponent, typeof IconSortDescendingComponent, typeof IconSortDownComponent, typeof IconSortUpComponent, typeof IconSortComponent, typeof IconSquareArrowTopRightComponent, typeof IconSquareBehindSquareComponent, typeof IconSquareGridCircleComponent, typeof IconSquarePlaceholderComponent, typeof IconStarComponent, typeof IconStoreComponent, typeof IconSunComponent, typeof IconSunsetArrowDownComponent, typeof IconTagComponent, typeof IconTargetArrowComponent, typeof IconTelevisionComponent, typeof IconTennisComponent, typeof IconTextEditComponent, typeof IconThermostatComponent, typeof IconThumbsDownComponent, typeof IconThumbsUpComponent, typeof IconTicketComponent, typeof IconTradingViewCandlesComponent, typeof IconTrashCanComponent, typeof IconTreeComponent, typeof IconTrendingFiveComponent, typeof IconTrendingFourComponent, typeof IconTrendingOneComponent, typeof IconTrendingThreeComponent, typeof IconTrendingTwoComponent, typeof IconTriangleExclamationComponent, typeof IconTruckComponent, typeof IconUmbrellaSecurityComponent, typeof IconUnlockedComponent, typeof IconVolumeFullComponent, typeof IconVolumeHalfComponent, typeof IconVolumeOffComponent, typeof IconWalletComponent, typeof IconWarningSignComponent, typeof IconWifiFullComponent, typeof IconYoutubeComponent, typeof IconZapComponent, typeof IconZoomInComponent, typeof IconZoomOutComponent, typeof GdsMenuItemComponent, typeof GdsMenuHeadingComponent, typeof GdsOptionComponent], [typeof GdsAlertComponent, typeof GdsAvatarComponent, typeof GdsBadgeComponent, typeof GdsBlurComponent, typeof GdsBreadcrumbsComponent, typeof GdsButtonComponent, typeof GdsCalendarComponent, typeof GdsCardComponent, typeof GdsCardLinkedComponent, typeof GdsCheckboxComponent, typeof GdsCoachmarkComponent, typeof GdsContextMenuComponent, typeof GdsDatepickerComponent, typeof GdsDetailsComponent, typeof GdsDialogComponent, typeof GdsDivComponent, typeof GdsDividerComponent, typeof GdsDropdownComponent, typeof GdsFabComponent, typeof GdsFilterChipsComponent, typeof GdsFlexComponent, typeof GdsFormSummaryComponent, typeof GdsGridComponent, typeof GdsGroupedListComponent, typeof GdsImgComponent, typeof GdsInputComponent, typeof GdsLinkComponent, typeof GdsListComponent, typeof GdsMaskComponent, typeof GdsMenuButtonComponent, typeof GdsPaginationComponent, typeof GdsBackdropComponent, typeof GdsPopoverComponent, typeof GdsRadioComponent, typeof GdsRichTextComponent, typeof GdsSegmentedControlComponent, typeof GdsSelectComponent, typeof GdsSignalComponent, typeof GdsSpinnerComponent, typeof GdsTableComponent, typeof GdsSwitchComponent, typeof GdsTabsComponent, typeof GdsTextComponent, typeof GdsTextareaComponent, typeof GdsThemeComponent, typeof GdsVideoComponent, typeof GdsCardPattern01Component, typeof GdsListItemPattern01Component, typeof GdsAvatarGroupComponent, typeof GdsCheckboxGroupComponent, typeof GdsBreadcrumbComponent, typeof GdsIconDetailsComponent, typeof GdsFilterChipComponent, typeof GdsFormattedAccountComponent, typeof GdsFormattedDateComponent, typeof GdsFormattedNumberComponent, typeof GdsRadioGroupComponent, typeof GdsListItemComponent, typeof GdsSegmentComponent, typeof GdsSensitiveAccountComponent, typeof GdsSensitiveDateComponent, typeof GdsSensitiveNumberComponent, typeof GdsTabComponent, typeof GdsTabPanelComponent, typeof IconAiComponent, typeof IconAirplaneUpComponent, typeof IconArchiveComponent, typeof IconArrowBottomTopComponent, typeof IconArrowBoxLeftAltComponent, typeof IconArrowBoxLeftComponent, typeof IconArrowBoxRightComponent, typeof IconArrowDownComponent, typeof IconArrowInboxComponent, typeof IconArrowLeftRightComponent, typeof IconArrowLeftComponent, typeof IconArrowOutOfBoxComponent, typeof IconArrowRightCircleComponent, typeof IconArrowRightDownCircleComponent, typeof IconArrowRightUpCircleComponent, typeof IconArrowRightComponent, typeof IconArrowRotateClockwiseComponent, typeof IconArrowRotateCounterClockwiseComponent, typeof IconArrowRotateLeftRightComponent, typeof IconArrowRotateRightLeftComponent, typeof IconArrowShareLeftComponent, typeof IconArrowShareRightComponent, typeof IconArrowSplitComponent, typeof IconArrowUpComponent, typeof IconArrowWallDownComponent, typeof IconArrowWallLeftComponent, typeof IconArrowWallRightComponent, typeof IconArrowWallUpComponent, typeof IconArrowComponent, typeof IconArrowsRepeatRightComponent, typeof IconAsteriskComponent, typeof IconAtComponent, typeof IconBackComponent, typeof IconBackwardComponent, typeof IconBagComponent, typeof IconBankComponent, typeof IconBanknote2Component, typeof IconBanknoteComponent, typeof IconBarcodeComponent, typeof IconBarsThreeComponent, typeof IconBarsTwoComponent, typeof IconBasketComponent, typeof IconBatteryLoadingComponent, typeof IconBellComponent, typeof IconBlockComponent, typeof IconBookComponent, typeof IconBookmarkCheckComponent, typeof IconBookmarkDeleteComponent, typeof IconBookmarkPlusComponent, typeof IconBookmarkRemoveComponent, typeof IconBookmarkComponent, typeof IconBooksComponent, typeof IconBrandAppStoreComponent, typeof IconBrandAppleMusicComponent, typeof IconBrandBankidComponent, typeof IconBrandChromeComponent, typeof IconBrandFacebookComponent, typeof IconBrandFigmaComponent, typeof IconBrandFirefoxComponent, typeof IconBrandGithubComponent, typeof IconBrandGreenComponent, typeof IconBrandInstagramComponent, typeof IconBrandLinkedinComponent, typeof IconBrandPlayStoreComponent, typeof IconBrandRssFeedComponent, typeof IconBrandSebComponent, typeof IconBrandSpotifyComponent, typeof IconBrandStorybookComponent, typeof IconBrandSwishWordComponent, typeof IconBrandXComponent, typeof IconBrushComponent, typeof IconBubbleAnnotationComponent, typeof IconBubblesComponent, typeof IconBuildingsComponent, typeof IconBulletListComponent, typeof IconCalculatorComponent, typeof IconCalendarCheckComponent, typeof IconCalendarRepeatComponent, typeof IconCalendarComponent, typeof IconCalenderAddComponent, typeof IconCallComponent, typeof IconCarComponent, typeof IconCarusselComponent, typeof IconChainLinkBrokenComponent, typeof IconChainLinkComponent, typeof IconChartTwoComponent, typeof IconChecklistComponent, typeof IconCheckmarkComponent, typeof IconChevronBottomComponent, typeof IconChevronDoubleDownComponent, typeof IconChevronDoubleLeftComponent, typeof IconChevronDoubleRightComponent, typeof IconChevronDoubleUpComponent, typeof IconChevronDownSmallComponent, typeof IconChevronGrabberVerticalReversedComponent, typeof IconChevronGrabberVerticalComponent, typeof IconChevronLeftSmallComponent, typeof IconChevronLeftComponent, typeof IconChevronRightSmallComponent, typeof IconChevronRightComponent, typeof IconChevronTopSmallComponent, typeof IconChevronTopComponent, typeof IconCircleBanComponent, typeof IconCircleCheckComponent, typeof IconCircleDotsComponent, typeof IconCircleInfoComponent, typeof IconCircleMinusComponent, typeof IconCirclePlaceholderOnComponent, typeof IconCirclePlusComponent, typeof IconCircleQuestionmarkComponent, typeof IconCircleXComponent, typeof IconCirclesThreeComponent, typeof IconClockComponent, typeof IconCloudDownloadComponent, typeof IconCloudUploadComponent, typeof IconCloudySunComponent, typeof IconCodeBracketsComponent, typeof IconCodeComponent, typeof IconCompassRoundComponent, typeof IconCookiesComponent, typeof IconCopyComponent, typeof IconCreditCardAddComponent, typeof IconCreditCardComponent, typeof IconCrossLargeComponent, typeof IconCrossSmallComponent, typeof IconCupHotComponent, typeof IconCursorComponent, typeof IconDevicesComponent, typeof IconDirectionComponent, typeof IconDollarComponent, typeof IconDotGridOneHorizontalComponent, typeof IconDotGridOneVerticalComponent, typeof IconDotGridThreeComponent, typeof IconDotGridTwoComponent, typeof IconEmailComponent, typeof IconEmojiAngryComponent, typeof IconEmojiNeutralComponent, typeof IconEmojiSadComponent, typeof IconEmojiSmileComponent, typeof IconEmojiSmileyComponent, typeof IconEuroComponent, typeof IconExpandComponent, typeof IconEyeOpenComponent, typeof IconEyeSlashComponent, typeof IconFashionComponent, typeof IconFastForwardComponent, typeof IconFileBendComponent, typeof IconFileChartComponent, typeof IconFileTextComponent, typeof IconFilesComponent, typeof IconFilterComponent, typeof IconFlagComponent, typeof IconFloppyDiskComponent, typeof IconFocusComponent, typeof IconFolderAddRightComponent, typeof IconFolderComponent, typeof IconFullscreenComponent, typeof IconGiftComponent, typeof IconGlobusComponent, typeof IconGraduateCapComponent, typeof IconGreenPowerComponent, typeof IconGroupComponent, typeof IconGrowthComponent, typeof IconHeadphonesComponent, typeof IconHeartBeatComponent, typeof IconHeartComponent, typeof IconHistoryComponent, typeof IconHomeEnergyOneComponent, typeof IconHomeEnergyTwoComponent, typeof IconHomeOpenComponent, typeof IconHomeRoofComponent, typeof IconHorizontalAlignmentBottomComponent, typeof IconHourglassComponent, typeof IconImagesComponent, typeof IconInboxEmptyComponent, typeof IconIndustryComponent, typeof IconJpgComponent, typeof IconKeyComponent, typeof IconKnifeSpoonComponent, typeof IconLabComponent, typeof IconLawComponent, typeof IconLeisureComponent, typeof IconLightBulbSimpleComponent, typeof IconLightningComponent, typeof IconLineChartFourComponent, typeof IconLineChartOneComponent, typeof IconLineChartThreeComponent, typeof IconLineChartTwoComponent, typeof IconLockComponent, typeof IconMacbookAirComponent, typeof IconMagnifyingGlassComponent, typeof IconMapPinComponent, typeof IconMegaphoneComponent, typeof IconMenuSidebarComponent, typeof IconMicOffComponent, typeof IconMicOnComponent, typeof IconMinimizeComponent, typeof IconMinusLargeComponent, typeof IconMinusSmallComponent, typeof IconMoneyHandComponent, typeof IconMoneybagComponent, typeof IconMoonComponent, typeof IconMuteComponent, typeof IconNewspaperComponent, typeof IconOfficeComponent, typeof IconPageAddComponent, typeof IconPaperPlaneTopRightComponent, typeof IconPaperclipComponent, typeof IconPauseComponent, typeof IconPdfComponent, typeof IconPencilSignComponent, typeof IconPencilSparkleComponent, typeof IconPencilWaveComponent, typeof IconPensionComponent, typeof IconPeopleA11yComponent, typeof IconPeopleAddComponent, typeof IconPeopleAddedComponent, typeof IconPeopleCircleComponent, typeof IconPeopleCopyComponent, typeof IconPeopleProfileComponent, typeof IconPeopleRemoveComponent, typeof IconPeopleComponent, typeof IconPercentComponent, typeof IconPhoneComponent, typeof IconPieChartComponent, typeof IconPiggyBankComponent, typeof IconPinComponent, typeof IconPinchComponent, typeof IconPlayCircleComponent, typeof IconPlayComponent, typeof IconPlusLargeComponent, typeof IconPlusSmallComponent, typeof IconPngComponent, typeof IconPoopComponent, typeof IconPostcardComponent, typeof IconPoundComponent, typeof IconPowerPlantComponent, typeof IconPowerComponent, typeof IconPrinterComponent, typeof IconPushComponent, typeof IconQrCodeComponent, typeof IconRainyComponent, typeof IconRaisingHandComponent, typeof IconReadingListComponent, typeof IconReceiptBillComponent, typeof IconReceiptionBellComponent, typeof IconRecordComponent, typeof IconRefundComponent, typeof IconRobotComponent, typeof IconRocketComponent, typeof IconRunShortcutComponent, typeof IconSafariComponent, typeof IconSchoolComponent, typeof IconScissorsComponent, typeof IconSearchMenuComponent, typeof IconSettingsGearComponent, typeof IconSettingsSliderHorComponent, typeof IconSettingsSliderVerComponent, typeof IconShapesComponent, typeof IconShareComponent, typeof IconShieldCheckedComponent, typeof IconShieldCrossedComponent, typeof IconShieldComponent, typeof IconShoppingBagComponent, typeof IconSignatureComponent, typeof IconSmartwatchComponent, typeof IconSolarComponent, typeof IconSortAscendingComponent, typeof IconSortDescendingComponent, typeof IconSortDownComponent, typeof IconSortUpComponent, typeof IconSortComponent, typeof IconSquareArrowTopRightComponent, typeof IconSquareBehindSquareComponent, typeof IconSquareGridCircleComponent, typeof IconSquarePlaceholderComponent, typeof IconStarComponent, typeof IconStoreComponent, typeof IconSunComponent, typeof IconSunsetArrowDownComponent, typeof IconTagComponent, typeof IconTargetArrowComponent, typeof IconTelevisionComponent, typeof IconTennisComponent, typeof IconTextEditComponent, typeof IconThermostatComponent, typeof IconThumbsDownComponent, typeof IconThumbsUpComponent, typeof IconTicketComponent, typeof IconTradingViewCandlesComponent, typeof IconTrashCanComponent, typeof IconTreeComponent, typeof IconTrendingFiveComponent, typeof IconTrendingFourComponent, typeof IconTrendingOneComponent, typeof IconTrendingThreeComponent, typeof IconTrendingTwoComponent, typeof IconTriangleExclamationComponent, typeof IconTruckComponent, typeof IconUmbrellaSecurityComponent, typeof IconUnlockedComponent, typeof IconVolumeFullComponent, typeof IconVolumeHalfComponent, typeof IconVolumeOffComponent, typeof IconWalletComponent, typeof IconWarningSignComponent, typeof IconWifiFullComponent, typeof IconYoutubeComponent, typeof IconZapComponent, typeof IconZoomInComponent, typeof IconZoomOutComponent, typeof GdsMenuItemComponent, typeof GdsMenuHeadingComponent, typeof GdsOptionComponent]>;
|
|
35410
35413
|
static ɵinj: i0.ɵɵInjectorDeclaration<GreenCoreNgModule>;
|
|
35411
35414
|
}
|
|
35412
35415
|
|