@sebgroup/green-core-ng 3.12.1 → 3.12.3
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.
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { __decorate, __metadata } from 'tslib';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
|
-
import { inject, ElementRef, NgZone, ChangeDetectorRef, booleanAttribute, Input, ChangeDetectionStrategy, Component,
|
|
4
|
-
import { GdsAvatar } from '@sebgroup/green-core/components/avatar/avatar.component.js';
|
|
3
|
+
import { inject, ElementRef, NgZone, ChangeDetectorRef, EventEmitter, booleanAttribute, Output, Input, ChangeDetectionStrategy, Component, Renderer2, Injector, Directive, DestroyRef, forwardRef, NgModule, InjectionToken, ViewContainerRef, TemplateRef, Injectable, RendererFactory2 } from '@angular/core';
|
|
5
4
|
import { GdsAlert } from '@sebgroup/green-core/components/alert/alert.component.js';
|
|
6
|
-
import {
|
|
5
|
+
import { GdsAvatar } from '@sebgroup/green-core/components/avatar/avatar.component.js';
|
|
6
|
+
import { GdsBlur } from '@sebgroup/green-core/components/blur/blur.component.js';
|
|
7
7
|
import { GdsBadge } from '@sebgroup/green-core/components/badge/badge.component.js';
|
|
8
8
|
import { NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
9
9
|
import { LocationStrategy, DOCUMENT, CommonModule } from '@angular/common';
|
|
10
10
|
import { Router, RouterLink, RouterLinkActive, NavigationEnd } from '@angular/router';
|
|
11
11
|
import { GdsButton } from '@sebgroup/green-core/components/button/button.component.js';
|
|
12
|
-
import {
|
|
12
|
+
import { GdsBreadcrumbs } from '@sebgroup/green-core/components/breadcrumbs/breadcrumbs.component.js';
|
|
13
13
|
import { GdsCalendar } from '@sebgroup/green-core/components/calendar/calendar.component.js';
|
|
14
14
|
import { GdsCard } from '@sebgroup/green-core/components/card/card.component.js';
|
|
15
|
-
import { GdsCardLinked } from '@sebgroup/green-core/components/card-linked/card-linked.component.js';
|
|
16
15
|
import { GdsCheckbox } from '@sebgroup/green-core/components/checkbox/checkbox.component.js';
|
|
17
|
-
import {
|
|
16
|
+
import { GdsCardLinked } from '@sebgroup/green-core/components/card-linked/card-linked.component.js';
|
|
18
17
|
import { GdsContextMenu, GdsMenuItem, GdsMenuHeading } from '@sebgroup/green-core/components/context-menu/context-menu.component.js';
|
|
19
18
|
import { GdsDatepicker } from '@sebgroup/green-core/components/datepicker/datepicker.component.js';
|
|
19
|
+
import { GdsCoachmark } from '@sebgroup/green-core/components/coachmark/coachmark.component.js';
|
|
20
20
|
import { GdsDetails } from '@sebgroup/green-core/components/details/details.component.js';
|
|
21
21
|
import { GdsDialog } from '@sebgroup/green-core/components/dialog/dialog.component.js';
|
|
22
22
|
import { GdsDiv } from '@sebgroup/green-core/components/div/div.component.js';
|
|
@@ -32,8 +32,8 @@ import { GdsListItem } from '@sebgroup/green-core/components/grouped-list/list-i
|
|
|
32
32
|
import { GdsImg } from '@sebgroup/green-core/components/img/img.component.js';
|
|
33
33
|
import { GdsInput } from '@sebgroup/green-core/components/input/input.component.js';
|
|
34
34
|
import { GdsLink } from '@sebgroup/green-core/components/link/link.component.js';
|
|
35
|
-
import { GdsMask } from '@sebgroup/green-core/components/mask/mask.component.js';
|
|
36
35
|
import { GdsMenuButton } from '@sebgroup/green-core/components/menu-button/menu-button.component.js';
|
|
36
|
+
import { GdsMask } from '@sebgroup/green-core/components/mask/mask.component.js';
|
|
37
37
|
import { GdsPagination } from '@sebgroup/green-core/components/pagination/pagination.component.js';
|
|
38
38
|
import { GdsBackdrop } from '@sebgroup/green-core/components/popover/backdrop.component.js';
|
|
39
39
|
import { GdsPopover } from '@sebgroup/green-core/components/popover/popover.component.js';
|
|
@@ -43,9 +43,9 @@ import { GdsSegmentedControl } from '@sebgroup/green-core/components/segmented-c
|
|
|
43
43
|
import { GdsSelect } from '@sebgroup/green-core/components/select/select.component.js';
|
|
44
44
|
import { GdsSignal } from '@sebgroup/green-core/components/signal/signal.component.js';
|
|
45
45
|
import { GdsSpinner } from '@sebgroup/green-core/components/spinner/spinner.component.js';
|
|
46
|
-
import { GdsSwitch } from '@sebgroup/green-core/components/switch/switch.component.js';
|
|
47
46
|
import { GdsTable } from '@sebgroup/green-core/components/table/table.component.js';
|
|
48
47
|
import { GdsText } from '@sebgroup/green-core/components/text/text.component.js';
|
|
48
|
+
import { GdsSwitch } from '@sebgroup/green-core/components/switch/switch.component.js';
|
|
49
49
|
import { GdsTextarea } from '@sebgroup/green-core/components/textarea/textarea.component.js';
|
|
50
50
|
import { GdsTheme } from '@sebgroup/green-core/components/theme/theme.component.js';
|
|
51
51
|
import { GdsVideo } from '@sebgroup/green-core/components/video/video.component.js';
|
|
@@ -54,14 +54,14 @@ import { GdsAvatarGroup } from '@sebgroup/green-core/components/avatar/avatar-gr
|
|
|
54
54
|
import { GdsBreadcrumb } from '@sebgroup/green-core/components/breadcrumbs/breadcrumb/breadcrumb.component.js';
|
|
55
55
|
import { GdsCheckboxGroup } from '@sebgroup/green-core/components/checkbox/checkbox-group/checkbox-group.component.js';
|
|
56
56
|
import { GdsIconDetails } from '@sebgroup/green-core/components/details/details-icon/details-icon.component.js';
|
|
57
|
-
import { GdsFormattedAccount } from '@sebgroup/green-core/components/formatted-text/account/formatted-account.component.js';
|
|
58
57
|
import { GdsFilterChip } from '@sebgroup/green-core/components/filter-chips/filter-chip/filter-chip.component.js';
|
|
58
|
+
import { GdsFormattedAccount } from '@sebgroup/green-core/components/formatted-text/account/formatted-account.component.js';
|
|
59
59
|
import { GdsFormattedDate } from '@sebgroup/green-core/components/formatted-text/date/formatted-date.component.js';
|
|
60
60
|
import { GdsFormattedNumber } from '@sebgroup/green-core/components/formatted-text/number/formatted-number.component.js';
|
|
61
61
|
import { GdsRadioGroup } from '@sebgroup/green-core/components/radio/radio-group/radio-group.component.js';
|
|
62
62
|
import { GdsSegment } from '@sebgroup/green-core/components/segmented-control/segment/segment.component.js';
|
|
63
|
-
import { GdsSensitiveDate } from '@sebgroup/green-core/components/sensitive/date/sensitive-date.component.js';
|
|
64
63
|
import { GdsSensitiveAccount } from '@sebgroup/green-core/components/sensitive/account/sensitive-account.component.js';
|
|
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';
|
|
66
66
|
import { IconAi } from '@sebgroup/green-core/components/icon/icons/ai.component.js';
|
|
67
67
|
import { IconAirplaneUp } from '@sebgroup/green-core/components/icon/icons/airplane-up.component.js';
|
|
@@ -437,113 +437,6 @@ function ProxyInputs(inputNames) {
|
|
|
437
437
|
};
|
|
438
438
|
}
|
|
439
439
|
|
|
440
|
-
/**
|
|
441
|
-
* Angular wrapper for the gds-avatar web component
|
|
442
|
-
* `gds-avatar` is a visual element used to represent a user or entity.
|
|
443
|
-
It supports displaying an image, slotted text content, or a fallback icon.
|
|
444
|
-
*/
|
|
445
|
-
let GdsAvatarComponent = class GdsAvatarComponent {
|
|
446
|
-
get element() {
|
|
447
|
-
return this.elementRef.nativeElement;
|
|
448
|
-
}
|
|
449
|
-
constructor() {
|
|
450
|
-
this.elementRef = inject((ElementRef));
|
|
451
|
-
this.zone = inject(NgZone);
|
|
452
|
-
this.cdr = inject(ChangeDetectorRef);
|
|
453
|
-
this.cdr.detach();
|
|
454
|
-
}
|
|
455
|
-
ngOnInit() {
|
|
456
|
-
// Define the custom element
|
|
457
|
-
try {
|
|
458
|
-
GdsAvatar.define();
|
|
459
|
-
}
|
|
460
|
-
catch (e) {
|
|
461
|
-
// Component may not be available in this version of green-core
|
|
462
|
-
console.warn('Failed to define gds-avatar:', e);
|
|
463
|
-
}
|
|
464
|
-
}
|
|
465
|
-
ngOnChanges(changes) {
|
|
466
|
-
// Implementation added by @ProxyInputs decorator
|
|
467
|
-
}
|
|
468
|
-
ngAfterViewInit() {
|
|
469
|
-
// Implementation added by @ProxyInputs decorator
|
|
470
|
-
}
|
|
471
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
472
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsAvatarComponent, isStandalone: true, selector: "gds-avatar", inputs: { src: "src", alt: "alt", size: "size", shape: "shape", level: "level", background: "background", color: "color", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
473
|
-
};
|
|
474
|
-
GdsAvatarComponent = __decorate([
|
|
475
|
-
ProxyInputs(['src', 'alt', 'size', 'shape', 'level', 'background', 'color', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'margin', 'margin-inline', 'margin-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'syncFirstRender']),
|
|
476
|
-
__metadata("design:paramtypes", [])
|
|
477
|
-
], GdsAvatarComponent);
|
|
478
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsAvatarComponent, decorators: [{
|
|
479
|
-
type: Component,
|
|
480
|
-
args: [{
|
|
481
|
-
selector: 'gds-avatar',
|
|
482
|
-
standalone: true,
|
|
483
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
484
|
-
template: `<ng-content></ng-content>`
|
|
485
|
-
}]
|
|
486
|
-
}], ctorParameters: () => [], propDecorators: { src: [{
|
|
487
|
-
type: Input
|
|
488
|
-
}], alt: [{
|
|
489
|
-
type: Input
|
|
490
|
-
}], size: [{
|
|
491
|
-
type: Input
|
|
492
|
-
}], shape: [{
|
|
493
|
-
type: Input
|
|
494
|
-
}], level: [{
|
|
495
|
-
type: Input
|
|
496
|
-
}], background: [{
|
|
497
|
-
type: Input
|
|
498
|
-
}], color: [{
|
|
499
|
-
type: Input
|
|
500
|
-
}], width: [{
|
|
501
|
-
type: Input
|
|
502
|
-
}], minWidth: [{
|
|
503
|
-
type: Input
|
|
504
|
-
}], maxWidth: [{
|
|
505
|
-
type: Input
|
|
506
|
-
}], inlineSize: [{
|
|
507
|
-
type: Input
|
|
508
|
-
}], minInlineSize: [{
|
|
509
|
-
type: Input
|
|
510
|
-
}], maxInlineSize: [{
|
|
511
|
-
type: Input
|
|
512
|
-
}], margin: [{
|
|
513
|
-
type: Input
|
|
514
|
-
}], marginInline: [{
|
|
515
|
-
type: Input
|
|
516
|
-
}], marginBlock: [{
|
|
517
|
-
type: Input
|
|
518
|
-
}], alignSelf: [{
|
|
519
|
-
type: Input
|
|
520
|
-
}], justifySelf: [{
|
|
521
|
-
type: Input
|
|
522
|
-
}], placeSelf: [{
|
|
523
|
-
type: Input
|
|
524
|
-
}], gridColumn: [{
|
|
525
|
-
type: Input
|
|
526
|
-
}], gridRow: [{
|
|
527
|
-
type: Input
|
|
528
|
-
}], gridArea: [{
|
|
529
|
-
type: Input
|
|
530
|
-
}], flex: [{
|
|
531
|
-
type: Input
|
|
532
|
-
}], order: [{
|
|
533
|
-
type: Input
|
|
534
|
-
}], syncFirstRender: [{
|
|
535
|
-
type: Input,
|
|
536
|
-
args: [{ transform: booleanAttribute }]
|
|
537
|
-
}] } });
|
|
538
|
-
|
|
539
|
-
/**
|
|
540
|
-
* GdsAvatarComponent - Angular wrapper for gds-avatar
|
|
541
|
-
* `gds-avatar` is a visual element used to represent a user or entity.
|
|
542
|
-
It supports displaying an image, slotted text content, or a fallback icon.
|
|
543
|
-
*
|
|
544
|
-
* Auto-generated from Custom Elements Manifest
|
|
545
|
-
*/
|
|
546
|
-
|
|
547
440
|
/**
|
|
548
441
|
* Angular wrapper for the gds-alert web component
|
|
549
442
|
*
|
|
@@ -630,10 +523,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
630
523
|
*/
|
|
631
524
|
|
|
632
525
|
/**
|
|
633
|
-
* Angular wrapper for the gds-
|
|
634
|
-
*
|
|
526
|
+
* Angular wrapper for the gds-avatar web component
|
|
527
|
+
* `gds-avatar` is a visual element used to represent a user or entity.
|
|
528
|
+
It supports displaying an image, slotted text content, or a fallback icon.
|
|
635
529
|
*/
|
|
636
|
-
let
|
|
530
|
+
let GdsAvatarComponent = class GdsAvatarComponent {
|
|
637
531
|
get element() {
|
|
638
532
|
return this.elementRef.nativeElement;
|
|
639
533
|
}
|
|
@@ -646,11 +540,11 @@ let GdsBreadcrumbsComponent = class GdsBreadcrumbsComponent {
|
|
|
646
540
|
ngOnInit() {
|
|
647
541
|
// Define the custom element
|
|
648
542
|
try {
|
|
649
|
-
|
|
543
|
+
GdsAvatar.define();
|
|
650
544
|
}
|
|
651
545
|
catch (e) {
|
|
652
546
|
// Component may not be available in this version of green-core
|
|
653
|
-
console.warn('Failed to define gds-
|
|
547
|
+
console.warn('Failed to define gds-avatar:', e);
|
|
654
548
|
}
|
|
655
549
|
}
|
|
656
550
|
ngOnChanges(changes) {
|
|
@@ -659,132 +553,200 @@ let GdsBreadcrumbsComponent = class GdsBreadcrumbsComponent {
|
|
|
659
553
|
ngAfterViewInit() {
|
|
660
554
|
// Implementation added by @ProxyInputs decorator
|
|
661
555
|
}
|
|
662
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type:
|
|
663
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type:
|
|
556
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
557
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsAvatarComponent, isStandalone: true, selector: "gds-avatar", inputs: { src: "src", alt: "alt", size: "size", shape: "shape", level: "level", background: "background", color: "color", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
664
558
|
};
|
|
665
|
-
|
|
666
|
-
ProxyInputs(['
|
|
559
|
+
GdsAvatarComponent = __decorate([
|
|
560
|
+
ProxyInputs(['src', 'alt', 'size', 'shape', 'level', 'background', 'color', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'margin', 'margin-inline', 'margin-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'syncFirstRender']),
|
|
667
561
|
__metadata("design:paramtypes", [])
|
|
668
|
-
],
|
|
669
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type:
|
|
562
|
+
], GdsAvatarComponent);
|
|
563
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsAvatarComponent, decorators: [{
|
|
670
564
|
type: Component,
|
|
671
565
|
args: [{
|
|
672
|
-
selector: 'gds-
|
|
566
|
+
selector: 'gds-avatar',
|
|
673
567
|
standalone: true,
|
|
674
568
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
675
569
|
template: `<ng-content></ng-content>`
|
|
676
570
|
}]
|
|
677
|
-
}], ctorParameters: () => [], propDecorators: {
|
|
678
|
-
type: Input
|
|
679
|
-
}], label: [{
|
|
680
|
-
type: Input
|
|
681
|
-
}], alignSelf: [{
|
|
682
|
-
type: Input
|
|
683
|
-
}], justifySelf: [{
|
|
684
|
-
type: Input
|
|
685
|
-
}], placeSelf: [{
|
|
686
|
-
type: Input
|
|
687
|
-
}], gridColumn: [{
|
|
688
|
-
type: Input
|
|
689
|
-
}], gridRow: [{
|
|
690
|
-
type: Input
|
|
691
|
-
}], gridArea: [{
|
|
692
|
-
type: Input
|
|
693
|
-
}], flex: [{
|
|
694
|
-
type: Input
|
|
695
|
-
}], order: [{
|
|
696
|
-
type: Input
|
|
697
|
-
}], width: [{
|
|
698
|
-
type: Input
|
|
699
|
-
}], minWidth: [{
|
|
700
|
-
type: Input
|
|
701
|
-
}], maxWidth: [{
|
|
702
|
-
type: Input
|
|
703
|
-
}], inlineSize: [{
|
|
704
|
-
type: Input
|
|
705
|
-
}], minInlineSize: [{
|
|
571
|
+
}], ctorParameters: () => [], propDecorators: { src: [{
|
|
706
572
|
type: Input
|
|
707
|
-
}],
|
|
573
|
+
}], alt: [{
|
|
708
574
|
type: Input
|
|
709
|
-
}],
|
|
575
|
+
}], size: [{
|
|
710
576
|
type: Input
|
|
711
|
-
}],
|
|
577
|
+
}], shape: [{
|
|
712
578
|
type: Input
|
|
713
|
-
}],
|
|
579
|
+
}], level: [{
|
|
714
580
|
type: Input
|
|
715
|
-
}],
|
|
716
|
-
type: Input,
|
|
717
|
-
args: [{ transform: booleanAttribute }]
|
|
718
|
-
}] } });
|
|
719
|
-
|
|
720
|
-
/**
|
|
721
|
-
* GdsBreadcrumbsComponent - Angular wrapper for gds-breadcrumbs
|
|
722
|
-
*
|
|
723
|
-
*
|
|
724
|
-
* Auto-generated from Custom Elements Manifest
|
|
725
|
-
*/
|
|
726
|
-
|
|
727
|
-
/**
|
|
728
|
-
* Angular wrapper for the gds-badge web component
|
|
729
|
-
* `gds-badge`
|
|
730
|
-
*/
|
|
731
|
-
let GdsBadgeComponent = class GdsBadgeComponent {
|
|
732
|
-
get element() {
|
|
733
|
-
return this.elementRef.nativeElement;
|
|
734
|
-
}
|
|
735
|
-
constructor() {
|
|
736
|
-
this.elementRef = inject((ElementRef));
|
|
737
|
-
this.zone = inject(NgZone);
|
|
738
|
-
this.cdr = inject(ChangeDetectorRef);
|
|
739
|
-
this.cdr.detach();
|
|
740
|
-
}
|
|
741
|
-
ngOnInit() {
|
|
742
|
-
// Define the custom element
|
|
743
|
-
try {
|
|
744
|
-
GdsBadge.define();
|
|
745
|
-
}
|
|
746
|
-
catch (e) {
|
|
747
|
-
// Component may not be available in this version of green-core
|
|
748
|
-
console.warn('Failed to define gds-badge:', e);
|
|
749
|
-
}
|
|
750
|
-
}
|
|
751
|
-
ngOnChanges(changes) {
|
|
752
|
-
// Implementation added by @ProxyInputs decorator
|
|
753
|
-
}
|
|
754
|
-
ngAfterViewInit() {
|
|
755
|
-
// Implementation added by @ProxyInputs decorator
|
|
756
|
-
}
|
|
757
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
758
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsBadgeComponent, isStandalone: true, selector: "gds-badge", inputs: { variant: "variant", size: "size", notification: ["notification", "notification", booleanAttribute], rounded: ["rounded", "rounded", booleanAttribute], mainSlotOccupied: ["mainSlotOccupied", "mainSlotOccupied", booleanAttribute], leadSlotOccupied: ["leadSlotOccupied", "leadSlotOccupied", booleanAttribute], width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
759
|
-
};
|
|
760
|
-
GdsBadgeComponent = __decorate([
|
|
761
|
-
ProxyInputs(['variant', 'size', 'notification', 'rounded', 'mainSlotOccupied', 'leadSlotOccupied', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'margin', 'margin-inline', 'margin-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'syncFirstRender']),
|
|
762
|
-
__metadata("design:paramtypes", [])
|
|
763
|
-
], GdsBadgeComponent);
|
|
764
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBadgeComponent, decorators: [{
|
|
765
|
-
type: Component,
|
|
766
|
-
args: [{
|
|
767
|
-
selector: 'gds-badge',
|
|
768
|
-
standalone: true,
|
|
769
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
770
|
-
template: `<ng-content></ng-content>`
|
|
771
|
-
}]
|
|
772
|
-
}], ctorParameters: () => [], propDecorators: { variant: [{
|
|
581
|
+
}], background: [{
|
|
773
582
|
type: Input
|
|
774
|
-
}],
|
|
583
|
+
}], color: [{
|
|
775
584
|
type: Input
|
|
776
|
-
}],
|
|
777
|
-
type: Input
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
}],
|
|
783
|
-
type: Input
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
585
|
+
}], width: [{
|
|
586
|
+
type: Input
|
|
587
|
+
}], minWidth: [{
|
|
588
|
+
type: Input
|
|
589
|
+
}], maxWidth: [{
|
|
590
|
+
type: Input
|
|
591
|
+
}], inlineSize: [{
|
|
592
|
+
type: Input
|
|
593
|
+
}], minInlineSize: [{
|
|
594
|
+
type: Input
|
|
595
|
+
}], maxInlineSize: [{
|
|
596
|
+
type: Input
|
|
597
|
+
}], margin: [{
|
|
598
|
+
type: Input
|
|
599
|
+
}], marginInline: [{
|
|
600
|
+
type: Input
|
|
601
|
+
}], marginBlock: [{
|
|
602
|
+
type: Input
|
|
603
|
+
}], alignSelf: [{
|
|
604
|
+
type: Input
|
|
605
|
+
}], justifySelf: [{
|
|
606
|
+
type: Input
|
|
607
|
+
}], placeSelf: [{
|
|
608
|
+
type: Input
|
|
609
|
+
}], gridColumn: [{
|
|
610
|
+
type: Input
|
|
611
|
+
}], gridRow: [{
|
|
612
|
+
type: Input
|
|
613
|
+
}], gridArea: [{
|
|
614
|
+
type: Input
|
|
615
|
+
}], flex: [{
|
|
616
|
+
type: Input
|
|
617
|
+
}], order: [{
|
|
618
|
+
type: Input
|
|
619
|
+
}], syncFirstRender: [{
|
|
620
|
+
type: Input,
|
|
621
|
+
args: [{ transform: booleanAttribute }]
|
|
622
|
+
}] } });
|
|
623
|
+
|
|
624
|
+
/**
|
|
625
|
+
* GdsAvatarComponent - Angular wrapper for gds-avatar
|
|
626
|
+
* `gds-avatar` is a visual element used to represent a user or entity.
|
|
627
|
+
It supports displaying an image, slotted text content, or a fallback icon.
|
|
628
|
+
*
|
|
629
|
+
* Auto-generated from Custom Elements Manifest
|
|
630
|
+
*/
|
|
631
|
+
|
|
632
|
+
/**
|
|
633
|
+
* Angular wrapper for the gds-blur web component
|
|
634
|
+
*
|
|
635
|
+
*/
|
|
636
|
+
let GdsBlurComponent = class GdsBlurComponent {
|
|
637
|
+
get element() {
|
|
638
|
+
return this.elementRef.nativeElement;
|
|
639
|
+
}
|
|
640
|
+
constructor() {
|
|
641
|
+
this.elementRef = inject((ElementRef));
|
|
642
|
+
this.zone = inject(NgZone);
|
|
643
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
644
|
+
this.cdr.detach();
|
|
645
|
+
}
|
|
646
|
+
ngOnInit() {
|
|
647
|
+
// Define the custom element
|
|
648
|
+
try {
|
|
649
|
+
GdsBlur.define();
|
|
650
|
+
}
|
|
651
|
+
catch (e) {
|
|
652
|
+
// Component may not be available in this version of green-core
|
|
653
|
+
console.warn('Failed to define gds-blur:', e);
|
|
654
|
+
}
|
|
655
|
+
}
|
|
656
|
+
ngOnChanges(changes) {
|
|
657
|
+
// Implementation added by @ProxyInputs decorator
|
|
658
|
+
}
|
|
659
|
+
ngAfterViewInit() {
|
|
660
|
+
// Implementation added by @ProxyInputs decorator
|
|
661
|
+
}
|
|
662
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBlurComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
663
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsBlurComponent, isStandalone: true, selector: "gds-blur", inputs: { syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
664
|
+
};
|
|
665
|
+
GdsBlurComponent = __decorate([
|
|
666
|
+
ProxyInputs(['syncFirstRender']),
|
|
667
|
+
__metadata("design:paramtypes", [])
|
|
668
|
+
], GdsBlurComponent);
|
|
669
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBlurComponent, decorators: [{
|
|
670
|
+
type: Component,
|
|
671
|
+
args: [{
|
|
672
|
+
selector: 'gds-blur',
|
|
673
|
+
standalone: true,
|
|
674
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
675
|
+
template: `<ng-content></ng-content>`
|
|
676
|
+
}]
|
|
677
|
+
}], ctorParameters: () => [], propDecorators: { syncFirstRender: [{
|
|
678
|
+
type: Input,
|
|
679
|
+
args: [{ transform: booleanAttribute }]
|
|
680
|
+
}] } });
|
|
681
|
+
|
|
682
|
+
/**
|
|
683
|
+
* GdsBlurComponent - Angular wrapper for gds-blur
|
|
684
|
+
*
|
|
685
|
+
*
|
|
686
|
+
* Auto-generated from Custom Elements Manifest
|
|
687
|
+
*/
|
|
688
|
+
|
|
689
|
+
/**
|
|
690
|
+
* Angular wrapper for the gds-badge web component
|
|
691
|
+
* `gds-badge`
|
|
692
|
+
*/
|
|
693
|
+
let GdsBadgeComponent = class GdsBadgeComponent {
|
|
694
|
+
get element() {
|
|
695
|
+
return this.elementRef.nativeElement;
|
|
696
|
+
}
|
|
697
|
+
constructor() {
|
|
698
|
+
this.elementRef = inject((ElementRef));
|
|
699
|
+
this.zone = inject(NgZone);
|
|
700
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
701
|
+
this.cdr.detach();
|
|
702
|
+
}
|
|
703
|
+
ngOnInit() {
|
|
704
|
+
// Define the custom element
|
|
705
|
+
try {
|
|
706
|
+
GdsBadge.define();
|
|
707
|
+
}
|
|
708
|
+
catch (e) {
|
|
709
|
+
// Component may not be available in this version of green-core
|
|
710
|
+
console.warn('Failed to define gds-badge:', e);
|
|
711
|
+
}
|
|
712
|
+
}
|
|
713
|
+
ngOnChanges(changes) {
|
|
714
|
+
// Implementation added by @ProxyInputs decorator
|
|
715
|
+
}
|
|
716
|
+
ngAfterViewInit() {
|
|
717
|
+
// Implementation added by @ProxyInputs decorator
|
|
718
|
+
}
|
|
719
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
720
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsBadgeComponent, isStandalone: true, selector: "gds-badge", inputs: { variant: "variant", size: "size", notification: ["notification", "notification", booleanAttribute], rounded: ["rounded", "rounded", booleanAttribute], mainSlotOccupied: ["mainSlotOccupied", "mainSlotOccupied", booleanAttribute], leadSlotOccupied: ["leadSlotOccupied", "leadSlotOccupied", booleanAttribute], width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
721
|
+
};
|
|
722
|
+
GdsBadgeComponent = __decorate([
|
|
723
|
+
ProxyInputs(['variant', 'size', 'notification', 'rounded', 'mainSlotOccupied', 'leadSlotOccupied', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'margin', 'margin-inline', 'margin-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'syncFirstRender']),
|
|
724
|
+
__metadata("design:paramtypes", [])
|
|
725
|
+
], GdsBadgeComponent);
|
|
726
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBadgeComponent, decorators: [{
|
|
727
|
+
type: Component,
|
|
728
|
+
args: [{
|
|
729
|
+
selector: 'gds-badge',
|
|
730
|
+
standalone: true,
|
|
731
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
732
|
+
template: `<ng-content></ng-content>`
|
|
733
|
+
}]
|
|
734
|
+
}], ctorParameters: () => [], propDecorators: { variant: [{
|
|
735
|
+
type: Input
|
|
736
|
+
}], size: [{
|
|
737
|
+
type: Input
|
|
738
|
+
}], notification: [{
|
|
739
|
+
type: Input,
|
|
740
|
+
args: [{ transform: booleanAttribute }]
|
|
741
|
+
}], rounded: [{
|
|
742
|
+
type: Input,
|
|
743
|
+
args: [{ transform: booleanAttribute }]
|
|
744
|
+
}], mainSlotOccupied: [{
|
|
745
|
+
type: Input,
|
|
746
|
+
args: [{ transform: booleanAttribute }]
|
|
747
|
+
}], leadSlotOccupied: [{
|
|
748
|
+
type: Input,
|
|
749
|
+
args: [{ transform: booleanAttribute }]
|
|
788
750
|
}], width: [{
|
|
789
751
|
type: Input
|
|
790
752
|
}], minWidth: [{
|
|
@@ -1149,10 +1111,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
1149
1111
|
*/
|
|
1150
1112
|
|
|
1151
1113
|
/**
|
|
1152
|
-
* Angular wrapper for the gds-
|
|
1114
|
+
* Angular wrapper for the gds-breadcrumbs web component
|
|
1153
1115
|
*
|
|
1154
1116
|
*/
|
|
1155
|
-
let
|
|
1117
|
+
let GdsBreadcrumbsComponent = class GdsBreadcrumbsComponent {
|
|
1156
1118
|
get element() {
|
|
1157
1119
|
return this.elementRef.nativeElement;
|
|
1158
1120
|
}
|
|
@@ -1165,11 +1127,11 @@ let GdsBlurComponent = class GdsBlurComponent {
|
|
|
1165
1127
|
ngOnInit() {
|
|
1166
1128
|
// Define the custom element
|
|
1167
1129
|
try {
|
|
1168
|
-
|
|
1130
|
+
GdsBreadcrumbs.define();
|
|
1169
1131
|
}
|
|
1170
1132
|
catch (e) {
|
|
1171
1133
|
// Component may not be available in this version of green-core
|
|
1172
|
-
console.warn('Failed to define gds-
|
|
1134
|
+
console.warn('Failed to define gds-breadcrumbs:', e);
|
|
1173
1135
|
}
|
|
1174
1136
|
}
|
|
1175
1137
|
ngOnChanges(changes) {
|
|
@@ -1178,28 +1140,66 @@ let GdsBlurComponent = class GdsBlurComponent {
|
|
|
1178
1140
|
ngAfterViewInit() {
|
|
1179
1141
|
// Implementation added by @ProxyInputs decorator
|
|
1180
1142
|
}
|
|
1181
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type:
|
|
1182
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type:
|
|
1143
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBreadcrumbsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1144
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsBreadcrumbsComponent, isStandalone: true, selector: "gds-breadcrumbs", inputs: { size: "size", label: "label", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1183
1145
|
};
|
|
1184
|
-
|
|
1185
|
-
ProxyInputs(['syncFirstRender']),
|
|
1146
|
+
GdsBreadcrumbsComponent = __decorate([
|
|
1147
|
+
ProxyInputs(['size', 'label', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'margin', 'margin-inline', 'margin-block', 'syncFirstRender']),
|
|
1186
1148
|
__metadata("design:paramtypes", [])
|
|
1187
|
-
],
|
|
1188
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type:
|
|
1149
|
+
], GdsBreadcrumbsComponent);
|
|
1150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBreadcrumbsComponent, decorators: [{
|
|
1189
1151
|
type: Component,
|
|
1190
1152
|
args: [{
|
|
1191
|
-
selector: 'gds-
|
|
1153
|
+
selector: 'gds-breadcrumbs',
|
|
1192
1154
|
standalone: true,
|
|
1193
1155
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1194
1156
|
template: `<ng-content></ng-content>`
|
|
1195
1157
|
}]
|
|
1196
|
-
}], ctorParameters: () => [], propDecorators: {
|
|
1158
|
+
}], ctorParameters: () => [], propDecorators: { size: [{
|
|
1159
|
+
type: Input
|
|
1160
|
+
}], label: [{
|
|
1161
|
+
type: Input
|
|
1162
|
+
}], alignSelf: [{
|
|
1163
|
+
type: Input
|
|
1164
|
+
}], justifySelf: [{
|
|
1165
|
+
type: Input
|
|
1166
|
+
}], placeSelf: [{
|
|
1167
|
+
type: Input
|
|
1168
|
+
}], gridColumn: [{
|
|
1169
|
+
type: Input
|
|
1170
|
+
}], gridRow: [{
|
|
1171
|
+
type: Input
|
|
1172
|
+
}], gridArea: [{
|
|
1173
|
+
type: Input
|
|
1174
|
+
}], flex: [{
|
|
1175
|
+
type: Input
|
|
1176
|
+
}], order: [{
|
|
1177
|
+
type: Input
|
|
1178
|
+
}], width: [{
|
|
1179
|
+
type: Input
|
|
1180
|
+
}], minWidth: [{
|
|
1181
|
+
type: Input
|
|
1182
|
+
}], maxWidth: [{
|
|
1183
|
+
type: Input
|
|
1184
|
+
}], inlineSize: [{
|
|
1185
|
+
type: Input
|
|
1186
|
+
}], minInlineSize: [{
|
|
1187
|
+
type: Input
|
|
1188
|
+
}], maxInlineSize: [{
|
|
1189
|
+
type: Input
|
|
1190
|
+
}], margin: [{
|
|
1191
|
+
type: Input
|
|
1192
|
+
}], marginInline: [{
|
|
1193
|
+
type: Input
|
|
1194
|
+
}], marginBlock: [{
|
|
1195
|
+
type: Input
|
|
1196
|
+
}], syncFirstRender: [{
|
|
1197
1197
|
type: Input,
|
|
1198
1198
|
args: [{ transform: booleanAttribute }]
|
|
1199
1199
|
}] } });
|
|
1200
1200
|
|
|
1201
1201
|
/**
|
|
1202
|
-
*
|
|
1202
|
+
* GdsBreadcrumbsComponent - Angular wrapper for gds-breadcrumbs
|
|
1203
1203
|
*
|
|
1204
1204
|
*
|
|
1205
1205
|
* Auto-generated from Custom Elements Manifest
|
|
@@ -1486,272 +1486,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
1486
1486
|
}] } });
|
|
1487
1487
|
|
|
1488
1488
|
/**
|
|
1489
|
-
* GdsCardComponent - Angular wrapper for gds-card
|
|
1490
|
-
* A container for content representing a single entity. e.g. a contact, article, or task.
|
|
1491
|
-
|
|
1492
|
-
`gds-card` inherits all properties from `gds-div`, but comes with some predefined defaults
|
|
1493
|
-
and a shortcut property for specifying different card variants.
|
|
1494
|
-
*
|
|
1495
|
-
* Auto-generated from Custom Elements Manifest
|
|
1496
|
-
*/
|
|
1497
|
-
|
|
1498
|
-
/**
|
|
1499
|
-
* Angular wrapper for the gds-card-linked web component
|
|
1500
|
-
*
|
|
1501
|
-
*/
|
|
1502
|
-
let GdsCardLinkedComponent = class GdsCardLinkedComponent {
|
|
1503
|
-
get element() {
|
|
1504
|
-
return this.elementRef.nativeElement;
|
|
1505
|
-
}
|
|
1506
|
-
constructor() {
|
|
1507
|
-
this.elementRef = inject((ElementRef));
|
|
1508
|
-
this.zone = inject(NgZone);
|
|
1509
|
-
this.cdr = inject(ChangeDetectorRef);
|
|
1510
|
-
this.renderer = inject(Renderer2);
|
|
1511
|
-
this.router = inject(Router);
|
|
1512
|
-
this.locationStrategy = inject(LocationStrategy);
|
|
1513
|
-
this.destroyRef = inject(DestroyRef);
|
|
1514
|
-
this.routerLink = inject(RouterLink, { optional: true, self: true });
|
|
1515
|
-
this.routerLinkActive = inject(RouterLinkActive, { optional: true, self: true });
|
|
1516
|
-
this.cdr.detach();
|
|
1517
|
-
if (this.routerLink) {
|
|
1518
|
-
// Prevent the browser from following the href on click – RouterLink
|
|
1519
|
-
// handles navigation via Router.navigateByUrl() but only calls
|
|
1520
|
-
// preventDefault() for native <a> elements.
|
|
1521
|
-
this.preventNativeNavigation();
|
|
1522
|
-
// Keep href in sync after client-side navigations (RouterLink only
|
|
1523
|
-
// does this for native <a> elements).
|
|
1524
|
-
const sub = this.router.events.subscribe((event) => {
|
|
1525
|
-
if (event instanceof NavigationEnd)
|
|
1526
|
-
this.updateHref();
|
|
1527
|
-
});
|
|
1528
|
-
this.destroyRef.onDestroy(() => sub.unsubscribe());
|
|
1529
|
-
}
|
|
1530
|
-
}
|
|
1531
|
-
/**
|
|
1532
|
-
* Prevent the browser from following the href when RouterLink handles
|
|
1533
|
-
* navigation. RouterLink calls Router.navigateByUrl() for all elements,
|
|
1534
|
-
* but only calls preventDefault() for native <a> tags. For custom
|
|
1535
|
-
* elements we must do it ourselves, respecting modifier-key and
|
|
1536
|
-
* target-attribute semantics so that ctrl-click / cmd-click / target=_blank
|
|
1537
|
-
* still open a new tab.
|
|
1538
|
-
* @internal
|
|
1539
|
-
*/
|
|
1540
|
-
preventNativeNavigation() {
|
|
1541
|
-
// Use capture phase so this runs before Angular's RouterLink host listener.
|
|
1542
|
-
this.elementRef.nativeElement.addEventListener('click', (event) => {
|
|
1543
|
-
if (!this.routerLink?.urlTree)
|
|
1544
|
-
return;
|
|
1545
|
-
// When modifier keys are pressed or target is not _self, stop
|
|
1546
|
-
// RouterLink from navigating (it skips these checks for non-anchor
|
|
1547
|
-
// elements) and let the browser handle the click natively (new tab etc.)
|
|
1548
|
-
if (event.button !== 0 || event.ctrlKey || event.shiftKey || event.altKey || event.metaKey) {
|
|
1549
|
-
event.stopImmediatePropagation();
|
|
1550
|
-
return;
|
|
1551
|
-
}
|
|
1552
|
-
const target = this.elementRef.nativeElement.getAttribute('target');
|
|
1553
|
-
if (target && target !== '_self') {
|
|
1554
|
-
event.stopImmediatePropagation();
|
|
1555
|
-
return;
|
|
1556
|
-
}
|
|
1557
|
-
// Normal left-click: let RouterLink handle navigation via
|
|
1558
|
-
// Router.navigateByUrl(), but prevent the browser from also
|
|
1559
|
-
// following the shadow DOM anchor's href.
|
|
1560
|
-
event.preventDefault();
|
|
1561
|
-
}, true);
|
|
1562
|
-
}
|
|
1563
|
-
/**
|
|
1564
|
-
* Updates the href attribute from RouterLink using only public Angular APIs.
|
|
1565
|
-
* @internal
|
|
1566
|
-
*/
|
|
1567
|
-
updateHref() {
|
|
1568
|
-
if (!this.routerLink)
|
|
1569
|
-
return;
|
|
1570
|
-
const urlTree = this.routerLink.urlTree;
|
|
1571
|
-
const href = urlTree
|
|
1572
|
-
? this.locationStrategy.prepareExternalUrl(this.router.serializeUrl(urlTree))
|
|
1573
|
-
: null;
|
|
1574
|
-
if (href) {
|
|
1575
|
-
this.renderer.setAttribute(this.elementRef.nativeElement, 'href', href);
|
|
1576
|
-
}
|
|
1577
|
-
}
|
|
1578
|
-
ngOnInit() {
|
|
1579
|
-
// Define the custom element
|
|
1580
|
-
try {
|
|
1581
|
-
GdsCardLinked.define();
|
|
1582
|
-
}
|
|
1583
|
-
catch (e) {
|
|
1584
|
-
// Component may not be available in this version of green-core
|
|
1585
|
-
console.warn('Failed to define gds-card-linked:', e);
|
|
1586
|
-
}
|
|
1587
|
-
}
|
|
1588
|
-
ngOnChanges(changes) {
|
|
1589
|
-
// Implementation added by @ProxyInputs decorator
|
|
1590
|
-
if (changes['routerLink']) {
|
|
1591
|
-
this.updateHref();
|
|
1592
|
-
}
|
|
1593
|
-
}
|
|
1594
|
-
ngAfterViewInit() {
|
|
1595
|
-
// Implementation added by @ProxyInputs decorator
|
|
1596
|
-
this.updateHref();
|
|
1597
|
-
}
|
|
1598
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsCardLinkedComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1599
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsCardLinkedComponent, isStandalone: true, selector: "gds-card-linked", inputs: { href: "href", target: "target", rel: "rel", download: "download", ping: "ping", variant: "variant", padding: "padding", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", height: "height", minHeight: "minHeight", maxHeight: "maxHeight", blockSize: "blockSize", minBlockSize: "minBlockSize", maxBlockSize: "maxBlockSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", paddingInline: "paddingInline", paddingBlock: "paddingBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", position: "position", transform: "transform", inset: "inset", display: "display", level: "level", color: "color", background: "background", border: "border", borderColor: "borderColor", borderWidth: "borderWidth", borderStyle: "borderStyle", borderRadius: "borderRadius", boxShadow: "boxShadow", opacity: "opacity", overflow: "overflow", boxSizing: "boxSizing", zIndex: "zIndex", font: "font", fontWeight: "fontWeight", textAlign: "textAlign", textWrap: "textWrap", overflowWrap: "overflowWrap", whiteSpace: "whiteSpace", gap: "gap", alignItems: "alignItems", alignContent: "alignContent", justifyContent: "justifyContent", justifyItems: "justifyItems", flexDirection: "flexDirection", flexWrap: "flexWrap", placeItems: "placeItems", placeContent: "placeContent", aspectRatio: "aspectRatio", cursor: "cursor", pointerEvents: "pointerEvents", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1600
|
-
};
|
|
1601
|
-
GdsCardLinkedComponent = __decorate([
|
|
1602
|
-
ProxyInputs(['href', 'target', 'rel', 'download', 'ping', 'variant', 'padding', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'height', 'min-height', 'max-height', 'block-size', 'min-block-size', 'max-block-size', 'margin', 'margin-inline', 'margin-block', 'padding-inline', 'padding-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'position', 'transform', 'inset', 'display', 'level', 'color', 'background', 'border', 'border-color', 'border-width', 'border-style', 'border-radius', 'box-shadow', 'opacity', 'overflow', 'box-sizing', 'z-index', 'font', 'font-weight', 'text-align', 'text-wrap', 'overflow-wrap', 'white-space', 'gap', 'align-items', 'align-content', 'justify-content', 'justify-items', 'flex-direction', 'flex-wrap', 'place-items', 'place-content', 'aspect-ratio', 'cursor', 'pointer-events', 'syncFirstRender']),
|
|
1603
|
-
__metadata("design:paramtypes", [])
|
|
1604
|
-
], GdsCardLinkedComponent);
|
|
1605
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsCardLinkedComponent, decorators: [{
|
|
1606
|
-
type: Component,
|
|
1607
|
-
args: [{
|
|
1608
|
-
selector: 'gds-card-linked',
|
|
1609
|
-
standalone: true,
|
|
1610
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1611
|
-
template: `<ng-content></ng-content>`
|
|
1612
|
-
}]
|
|
1613
|
-
}], ctorParameters: () => [], propDecorators: { href: [{
|
|
1614
|
-
type: Input
|
|
1615
|
-
}], target: [{
|
|
1616
|
-
type: Input
|
|
1617
|
-
}], rel: [{
|
|
1618
|
-
type: Input
|
|
1619
|
-
}], download: [{
|
|
1620
|
-
type: Input
|
|
1621
|
-
}], ping: [{
|
|
1622
|
-
type: Input
|
|
1623
|
-
}], variant: [{
|
|
1624
|
-
type: Input
|
|
1625
|
-
}], padding: [{
|
|
1626
|
-
type: Input
|
|
1627
|
-
}], width: [{
|
|
1628
|
-
type: Input
|
|
1629
|
-
}], minWidth: [{
|
|
1630
|
-
type: Input
|
|
1631
|
-
}], maxWidth: [{
|
|
1632
|
-
type: Input
|
|
1633
|
-
}], inlineSize: [{
|
|
1634
|
-
type: Input
|
|
1635
|
-
}], minInlineSize: [{
|
|
1636
|
-
type: Input
|
|
1637
|
-
}], maxInlineSize: [{
|
|
1638
|
-
type: Input
|
|
1639
|
-
}], height: [{
|
|
1640
|
-
type: Input
|
|
1641
|
-
}], minHeight: [{
|
|
1642
|
-
type: Input
|
|
1643
|
-
}], maxHeight: [{
|
|
1644
|
-
type: Input
|
|
1645
|
-
}], blockSize: [{
|
|
1646
|
-
type: Input
|
|
1647
|
-
}], minBlockSize: [{
|
|
1648
|
-
type: Input
|
|
1649
|
-
}], maxBlockSize: [{
|
|
1650
|
-
type: Input
|
|
1651
|
-
}], margin: [{
|
|
1652
|
-
type: Input
|
|
1653
|
-
}], marginInline: [{
|
|
1654
|
-
type: Input
|
|
1655
|
-
}], marginBlock: [{
|
|
1656
|
-
type: Input
|
|
1657
|
-
}], paddingInline: [{
|
|
1658
|
-
type: Input
|
|
1659
|
-
}], paddingBlock: [{
|
|
1660
|
-
type: Input
|
|
1661
|
-
}], alignSelf: [{
|
|
1662
|
-
type: Input
|
|
1663
|
-
}], justifySelf: [{
|
|
1664
|
-
type: Input
|
|
1665
|
-
}], placeSelf: [{
|
|
1666
|
-
type: Input
|
|
1667
|
-
}], gridColumn: [{
|
|
1668
|
-
type: Input
|
|
1669
|
-
}], gridRow: [{
|
|
1670
|
-
type: Input
|
|
1671
|
-
}], gridArea: [{
|
|
1672
|
-
type: Input
|
|
1673
|
-
}], flex: [{
|
|
1674
|
-
type: Input
|
|
1675
|
-
}], order: [{
|
|
1676
|
-
type: Input
|
|
1677
|
-
}], position: [{
|
|
1678
|
-
type: Input
|
|
1679
|
-
}], transform: [{
|
|
1680
|
-
type: Input
|
|
1681
|
-
}], inset: [{
|
|
1682
|
-
type: Input
|
|
1683
|
-
}], display: [{
|
|
1684
|
-
type: Input
|
|
1685
|
-
}], level: [{
|
|
1686
|
-
type: Input
|
|
1687
|
-
}], color: [{
|
|
1688
|
-
type: Input
|
|
1689
|
-
}], background: [{
|
|
1690
|
-
type: Input
|
|
1691
|
-
}], border: [{
|
|
1692
|
-
type: Input
|
|
1693
|
-
}], borderColor: [{
|
|
1694
|
-
type: Input
|
|
1695
|
-
}], borderWidth: [{
|
|
1696
|
-
type: Input
|
|
1697
|
-
}], borderStyle: [{
|
|
1698
|
-
type: Input
|
|
1699
|
-
}], borderRadius: [{
|
|
1700
|
-
type: Input
|
|
1701
|
-
}], boxShadow: [{
|
|
1702
|
-
type: Input
|
|
1703
|
-
}], opacity: [{
|
|
1704
|
-
type: Input
|
|
1705
|
-
}], overflow: [{
|
|
1706
|
-
type: Input
|
|
1707
|
-
}], boxSizing: [{
|
|
1708
|
-
type: Input
|
|
1709
|
-
}], zIndex: [{
|
|
1710
|
-
type: Input
|
|
1711
|
-
}], font: [{
|
|
1712
|
-
type: Input
|
|
1713
|
-
}], fontWeight: [{
|
|
1714
|
-
type: Input
|
|
1715
|
-
}], textAlign: [{
|
|
1716
|
-
type: Input
|
|
1717
|
-
}], textWrap: [{
|
|
1718
|
-
type: Input
|
|
1719
|
-
}], overflowWrap: [{
|
|
1720
|
-
type: Input
|
|
1721
|
-
}], whiteSpace: [{
|
|
1722
|
-
type: Input
|
|
1723
|
-
}], gap: [{
|
|
1724
|
-
type: Input
|
|
1725
|
-
}], alignItems: [{
|
|
1726
|
-
type: Input
|
|
1727
|
-
}], alignContent: [{
|
|
1728
|
-
type: Input
|
|
1729
|
-
}], justifyContent: [{
|
|
1730
|
-
type: Input
|
|
1731
|
-
}], justifyItems: [{
|
|
1732
|
-
type: Input
|
|
1733
|
-
}], flexDirection: [{
|
|
1734
|
-
type: Input
|
|
1735
|
-
}], flexWrap: [{
|
|
1736
|
-
type: Input
|
|
1737
|
-
}], placeItems: [{
|
|
1738
|
-
type: Input
|
|
1739
|
-
}], placeContent: [{
|
|
1740
|
-
type: Input
|
|
1741
|
-
}], aspectRatio: [{
|
|
1742
|
-
type: Input
|
|
1743
|
-
}], cursor: [{
|
|
1744
|
-
type: Input
|
|
1745
|
-
}], pointerEvents: [{
|
|
1746
|
-
type: Input
|
|
1747
|
-
}], syncFirstRender: [{
|
|
1748
|
-
type: Input,
|
|
1749
|
-
args: [{ transform: booleanAttribute }]
|
|
1750
|
-
}] } });
|
|
1751
|
-
|
|
1752
|
-
/**
|
|
1753
|
-
* GdsCardLinkedComponent - Angular wrapper for gds-card-linked
|
|
1754
|
-
*
|
|
1489
|
+
* GdsCardComponent - Angular wrapper for gds-card
|
|
1490
|
+
* A container for content representing a single entity. e.g. a contact, article, or task.
|
|
1491
|
+
|
|
1492
|
+
`gds-card` inherits all properties from `gds-div`, but comes with some predefined defaults
|
|
1493
|
+
and a shortcut property for specifying different card variants.
|
|
1755
1494
|
*
|
|
1756
1495
|
* Auto-generated from Custom Elements Manifest
|
|
1757
1496
|
*/
|
|
@@ -1929,10 +1668,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
1929
1668
|
*/
|
|
1930
1669
|
|
|
1931
1670
|
/**
|
|
1932
|
-
* Angular wrapper for the gds-
|
|
1671
|
+
* Angular wrapper for the gds-card-linked web component
|
|
1933
1672
|
*
|
|
1934
1673
|
*/
|
|
1935
|
-
let
|
|
1674
|
+
let GdsCardLinkedComponent = class GdsCardLinkedComponent {
|
|
1936
1675
|
get element() {
|
|
1937
1676
|
return this.elementRef.nativeElement;
|
|
1938
1677
|
}
|
|
@@ -1940,72 +1679,250 @@ let GdsCoachmarkComponent = class GdsCoachmarkComponent {
|
|
|
1940
1679
|
this.elementRef = inject((ElementRef));
|
|
1941
1680
|
this.zone = inject(NgZone);
|
|
1942
1681
|
this.cdr = inject(ChangeDetectorRef);
|
|
1943
|
-
|
|
1944
|
-
this.
|
|
1682
|
+
this.renderer = inject(Renderer2);
|
|
1683
|
+
this.router = inject(Router);
|
|
1684
|
+
this.locationStrategy = inject(LocationStrategy);
|
|
1685
|
+
this.destroyRef = inject(DestroyRef);
|
|
1686
|
+
this.routerLink = inject(RouterLink, { optional: true, self: true });
|
|
1687
|
+
this.routerLinkActive = inject(RouterLinkActive, { optional: true, self: true });
|
|
1945
1688
|
this.cdr.detach();
|
|
1689
|
+
if (this.routerLink) {
|
|
1690
|
+
// Prevent the browser from following the href on click – RouterLink
|
|
1691
|
+
// handles navigation via Router.navigateByUrl() but only calls
|
|
1692
|
+
// preventDefault() for native <a> elements.
|
|
1693
|
+
this.preventNativeNavigation();
|
|
1694
|
+
// Keep href in sync after client-side navigations (RouterLink only
|
|
1695
|
+
// does this for native <a> elements).
|
|
1696
|
+
const sub = this.router.events.subscribe((event) => {
|
|
1697
|
+
if (event instanceof NavigationEnd)
|
|
1698
|
+
this.updateHref();
|
|
1699
|
+
});
|
|
1700
|
+
this.destroyRef.onDestroy(() => sub.unsubscribe());
|
|
1701
|
+
}
|
|
1702
|
+
}
|
|
1703
|
+
/**
|
|
1704
|
+
* Prevent the browser from following the href when RouterLink handles
|
|
1705
|
+
* navigation. RouterLink calls Router.navigateByUrl() for all elements,
|
|
1706
|
+
* but only calls preventDefault() for native <a> tags. For custom
|
|
1707
|
+
* elements we must do it ourselves, respecting modifier-key and
|
|
1708
|
+
* target-attribute semantics so that ctrl-click / cmd-click / target=_blank
|
|
1709
|
+
* still open a new tab.
|
|
1710
|
+
* @internal
|
|
1711
|
+
*/
|
|
1712
|
+
preventNativeNavigation() {
|
|
1713
|
+
// Use capture phase so this runs before Angular's RouterLink host listener.
|
|
1714
|
+
this.elementRef.nativeElement.addEventListener('click', (event) => {
|
|
1715
|
+
if (!this.routerLink?.urlTree)
|
|
1716
|
+
return;
|
|
1717
|
+
// When modifier keys are pressed or target is not _self, stop
|
|
1718
|
+
// RouterLink from navigating (it skips these checks for non-anchor
|
|
1719
|
+
// elements) and let the browser handle the click natively (new tab etc.)
|
|
1720
|
+
if (event.button !== 0 || event.ctrlKey || event.shiftKey || event.altKey || event.metaKey) {
|
|
1721
|
+
event.stopImmediatePropagation();
|
|
1722
|
+
return;
|
|
1723
|
+
}
|
|
1724
|
+
const target = this.elementRef.nativeElement.getAttribute('target');
|
|
1725
|
+
if (target && target !== '_self') {
|
|
1726
|
+
event.stopImmediatePropagation();
|
|
1727
|
+
return;
|
|
1728
|
+
}
|
|
1729
|
+
// Normal left-click: let RouterLink handle navigation via
|
|
1730
|
+
// Router.navigateByUrl(), but prevent the browser from also
|
|
1731
|
+
// following the shadow DOM anchor's href.
|
|
1732
|
+
event.preventDefault();
|
|
1733
|
+
}, true);
|
|
1734
|
+
}
|
|
1735
|
+
/**
|
|
1736
|
+
* Updates the href attribute from RouterLink using only public Angular APIs.
|
|
1737
|
+
* @internal
|
|
1738
|
+
*/
|
|
1739
|
+
updateHref() {
|
|
1740
|
+
if (!this.routerLink)
|
|
1741
|
+
return;
|
|
1742
|
+
const urlTree = this.routerLink.urlTree;
|
|
1743
|
+
const href = urlTree
|
|
1744
|
+
? this.locationStrategy.prepareExternalUrl(this.router.serializeUrl(urlTree))
|
|
1745
|
+
: null;
|
|
1746
|
+
if (href) {
|
|
1747
|
+
this.renderer.setAttribute(this.elementRef.nativeElement, 'href', href);
|
|
1748
|
+
}
|
|
1946
1749
|
}
|
|
1947
1750
|
ngOnInit() {
|
|
1948
1751
|
// Define the custom element
|
|
1949
1752
|
try {
|
|
1950
|
-
|
|
1753
|
+
GdsCardLinked.define();
|
|
1951
1754
|
}
|
|
1952
1755
|
catch (e) {
|
|
1953
1756
|
// Component may not be available in this version of green-core
|
|
1954
|
-
console.warn('Failed to define gds-
|
|
1757
|
+
console.warn('Failed to define gds-card-linked:', e);
|
|
1955
1758
|
}
|
|
1956
|
-
// Set up event listeners
|
|
1957
|
-
this.elementRef.nativeElement.addEventListener('gds-ui-state', (event) => {
|
|
1958
|
-
this.gdsUiState.emit(event);
|
|
1959
|
-
});
|
|
1960
1759
|
}
|
|
1961
1760
|
ngOnChanges(changes) {
|
|
1962
1761
|
// Implementation added by @ProxyInputs decorator
|
|
1762
|
+
if (changes['routerLink']) {
|
|
1763
|
+
this.updateHref();
|
|
1764
|
+
}
|
|
1963
1765
|
}
|
|
1964
1766
|
ngAfterViewInit() {
|
|
1965
1767
|
// Implementation added by @ProxyInputs decorator
|
|
1768
|
+
this.updateHref();
|
|
1966
1769
|
}
|
|
1967
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type:
|
|
1968
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type:
|
|
1770
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsCardLinkedComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1771
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsCardLinkedComponent, isStandalone: true, selector: "gds-card-linked", inputs: { href: "href", target: "target", rel: "rel", download: "download", ping: "ping", variant: "variant", padding: "padding", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", height: "height", minHeight: "minHeight", maxHeight: "maxHeight", blockSize: "blockSize", minBlockSize: "minBlockSize", maxBlockSize: "maxBlockSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", paddingInline: "paddingInline", paddingBlock: "paddingBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", position: "position", transform: "transform", inset: "inset", display: "display", level: "level", color: "color", background: "background", border: "border", borderColor: "borderColor", borderWidth: "borderWidth", borderStyle: "borderStyle", borderRadius: "borderRadius", boxShadow: "boxShadow", opacity: "opacity", overflow: "overflow", boxSizing: "boxSizing", zIndex: "zIndex", font: "font", fontWeight: "fontWeight", textAlign: "textAlign", textWrap: "textWrap", overflowWrap: "overflowWrap", whiteSpace: "whiteSpace", gap: "gap", alignItems: "alignItems", alignContent: "alignContent", justifyContent: "justifyContent", justifyItems: "justifyItems", flexDirection: "flexDirection", flexWrap: "flexWrap", placeItems: "placeItems", placeContent: "placeContent", aspectRatio: "aspectRatio", cursor: "cursor", pointerEvents: "pointerEvents", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1969
1772
|
};
|
|
1970
|
-
|
|
1971
|
-
ProxyInputs(['
|
|
1773
|
+
GdsCardLinkedComponent = __decorate([
|
|
1774
|
+
ProxyInputs(['href', 'target', 'rel', 'download', 'ping', 'variant', 'padding', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'height', 'min-height', 'max-height', 'block-size', 'min-block-size', 'max-block-size', 'margin', 'margin-inline', 'margin-block', 'padding-inline', 'padding-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'position', 'transform', 'inset', 'display', 'level', 'color', 'background', 'border', 'border-color', 'border-width', 'border-style', 'border-radius', 'box-shadow', 'opacity', 'overflow', 'box-sizing', 'z-index', 'font', 'font-weight', 'text-align', 'text-wrap', 'overflow-wrap', 'white-space', 'gap', 'align-items', 'align-content', 'justify-content', 'justify-items', 'flex-direction', 'flex-wrap', 'place-items', 'place-content', 'aspect-ratio', 'cursor', 'pointer-events', 'syncFirstRender']),
|
|
1972
1775
|
__metadata("design:paramtypes", [])
|
|
1973
|
-
],
|
|
1974
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type:
|
|
1776
|
+
], GdsCardLinkedComponent);
|
|
1777
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsCardLinkedComponent, decorators: [{
|
|
1975
1778
|
type: Component,
|
|
1976
1779
|
args: [{
|
|
1977
|
-
selector: 'gds-
|
|
1780
|
+
selector: 'gds-card-linked',
|
|
1978
1781
|
standalone: true,
|
|
1979
1782
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1980
1783
|
template: `<ng-content></ng-content>`
|
|
1981
1784
|
}]
|
|
1982
|
-
}], ctorParameters: () => [], propDecorators: {
|
|
1983
|
-
type: Input
|
|
1984
|
-
}], overlappedBy: [{
|
|
1785
|
+
}], ctorParameters: () => [], propDecorators: { href: [{
|
|
1985
1786
|
type: Input
|
|
1986
1787
|
}], target: [{
|
|
1987
1788
|
type: Input
|
|
1988
|
-
}],
|
|
1789
|
+
}], rel: [{
|
|
1989
1790
|
type: Input
|
|
1990
|
-
}],
|
|
1791
|
+
}], download: [{
|
|
1991
1792
|
type: Input
|
|
1992
|
-
}],
|
|
1793
|
+
}], ping: [{
|
|
1794
|
+
type: Input
|
|
1795
|
+
}], variant: [{
|
|
1796
|
+
type: Input
|
|
1797
|
+
}], padding: [{
|
|
1798
|
+
type: Input
|
|
1799
|
+
}], width: [{
|
|
1800
|
+
type: Input
|
|
1801
|
+
}], minWidth: [{
|
|
1802
|
+
type: Input
|
|
1803
|
+
}], maxWidth: [{
|
|
1804
|
+
type: Input
|
|
1805
|
+
}], inlineSize: [{
|
|
1806
|
+
type: Input
|
|
1807
|
+
}], minInlineSize: [{
|
|
1808
|
+
type: Input
|
|
1809
|
+
}], maxInlineSize: [{
|
|
1810
|
+
type: Input
|
|
1811
|
+
}], height: [{
|
|
1812
|
+
type: Input
|
|
1813
|
+
}], minHeight: [{
|
|
1814
|
+
type: Input
|
|
1815
|
+
}], maxHeight: [{
|
|
1816
|
+
type: Input
|
|
1817
|
+
}], blockSize: [{
|
|
1818
|
+
type: Input
|
|
1819
|
+
}], minBlockSize: [{
|
|
1820
|
+
type: Input
|
|
1821
|
+
}], maxBlockSize: [{
|
|
1822
|
+
type: Input
|
|
1823
|
+
}], margin: [{
|
|
1824
|
+
type: Input
|
|
1825
|
+
}], marginInline: [{
|
|
1826
|
+
type: Input
|
|
1827
|
+
}], marginBlock: [{
|
|
1828
|
+
type: Input
|
|
1829
|
+
}], paddingInline: [{
|
|
1830
|
+
type: Input
|
|
1831
|
+
}], paddingBlock: [{
|
|
1832
|
+
type: Input
|
|
1833
|
+
}], alignSelf: [{
|
|
1834
|
+
type: Input
|
|
1835
|
+
}], justifySelf: [{
|
|
1836
|
+
type: Input
|
|
1837
|
+
}], placeSelf: [{
|
|
1838
|
+
type: Input
|
|
1839
|
+
}], gridColumn: [{
|
|
1840
|
+
type: Input
|
|
1841
|
+
}], gridRow: [{
|
|
1842
|
+
type: Input
|
|
1843
|
+
}], gridArea: [{
|
|
1844
|
+
type: Input
|
|
1845
|
+
}], flex: [{
|
|
1846
|
+
type: Input
|
|
1847
|
+
}], order: [{
|
|
1848
|
+
type: Input
|
|
1849
|
+
}], position: [{
|
|
1850
|
+
type: Input
|
|
1851
|
+
}], transform: [{
|
|
1852
|
+
type: Input
|
|
1853
|
+
}], inset: [{
|
|
1854
|
+
type: Input
|
|
1855
|
+
}], display: [{
|
|
1856
|
+
type: Input
|
|
1857
|
+
}], level: [{
|
|
1858
|
+
type: Input
|
|
1859
|
+
}], color: [{
|
|
1860
|
+
type: Input
|
|
1861
|
+
}], background: [{
|
|
1862
|
+
type: Input
|
|
1863
|
+
}], border: [{
|
|
1864
|
+
type: Input
|
|
1865
|
+
}], borderColor: [{
|
|
1866
|
+
type: Input
|
|
1867
|
+
}], borderWidth: [{
|
|
1868
|
+
type: Input
|
|
1869
|
+
}], borderStyle: [{
|
|
1870
|
+
type: Input
|
|
1871
|
+
}], borderRadius: [{
|
|
1872
|
+
type: Input
|
|
1873
|
+
}], boxShadow: [{
|
|
1874
|
+
type: Input
|
|
1875
|
+
}], opacity: [{
|
|
1876
|
+
type: Input
|
|
1877
|
+
}], overflow: [{
|
|
1878
|
+
type: Input
|
|
1879
|
+
}], boxSizing: [{
|
|
1880
|
+
type: Input
|
|
1881
|
+
}], zIndex: [{
|
|
1882
|
+
type: Input
|
|
1883
|
+
}], font: [{
|
|
1884
|
+
type: Input
|
|
1885
|
+
}], fontWeight: [{
|
|
1886
|
+
type: Input
|
|
1887
|
+
}], textAlign: [{
|
|
1888
|
+
type: Input
|
|
1889
|
+
}], textWrap: [{
|
|
1890
|
+
type: Input
|
|
1891
|
+
}], overflowWrap: [{
|
|
1892
|
+
type: Input
|
|
1893
|
+
}], whiteSpace: [{
|
|
1894
|
+
type: Input
|
|
1895
|
+
}], gap: [{
|
|
1896
|
+
type: Input
|
|
1897
|
+
}], alignItems: [{
|
|
1898
|
+
type: Input
|
|
1899
|
+
}], alignContent: [{
|
|
1900
|
+
type: Input
|
|
1901
|
+
}], justifyContent: [{
|
|
1902
|
+
type: Input
|
|
1903
|
+
}], justifyItems: [{
|
|
1904
|
+
type: Input
|
|
1905
|
+
}], flexDirection: [{
|
|
1906
|
+
type: Input
|
|
1907
|
+
}], flexWrap: [{
|
|
1908
|
+
type: Input
|
|
1909
|
+
}], placeItems: [{
|
|
1910
|
+
type: Input
|
|
1911
|
+
}], placeContent: [{
|
|
1912
|
+
type: Input
|
|
1913
|
+
}], aspectRatio: [{
|
|
1914
|
+
type: Input
|
|
1915
|
+
}], cursor: [{
|
|
1916
|
+
type: Input
|
|
1917
|
+
}], pointerEvents: [{
|
|
1993
1918
|
type: Input
|
|
1994
|
-
}], _isVisible: [{
|
|
1995
|
-
type: Input,
|
|
1996
|
-
args: [{ transform: booleanAttribute }]
|
|
1997
|
-
}], _preventClose: [{
|
|
1998
|
-
type: Input,
|
|
1999
|
-
args: [{ transform: booleanAttribute }]
|
|
2000
1919
|
}], syncFirstRender: [{
|
|
2001
1920
|
type: Input,
|
|
2002
1921
|
args: [{ transform: booleanAttribute }]
|
|
2003
|
-
}], gdsUiState: [{
|
|
2004
|
-
type: Output
|
|
2005
1922
|
}] } });
|
|
2006
1923
|
|
|
2007
1924
|
/**
|
|
2008
|
-
*
|
|
1925
|
+
* GdsCardLinkedComponent - Angular wrapper for gds-card-linked
|
|
2009
1926
|
*
|
|
2010
1927
|
*
|
|
2011
1928
|
* Auto-generated from Custom Elements Manifest
|
|
@@ -2294,6 +2211,89 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
2294
2211
|
* Auto-generated from Custom Elements Manifest
|
|
2295
2212
|
*/
|
|
2296
2213
|
|
|
2214
|
+
/**
|
|
2215
|
+
* Angular wrapper for the gds-coachmark web component
|
|
2216
|
+
*
|
|
2217
|
+
*/
|
|
2218
|
+
let GdsCoachmarkComponent = class GdsCoachmarkComponent {
|
|
2219
|
+
get element() {
|
|
2220
|
+
return this.elementRef.nativeElement;
|
|
2221
|
+
}
|
|
2222
|
+
constructor() {
|
|
2223
|
+
this.elementRef = inject((ElementRef));
|
|
2224
|
+
this.zone = inject(NgZone);
|
|
2225
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
2226
|
+
/** dispatched when the tooltip is about to be closed. Can be cancelled to prevent closing. */
|
|
2227
|
+
this.gdsUiState = new EventEmitter();
|
|
2228
|
+
this.cdr.detach();
|
|
2229
|
+
}
|
|
2230
|
+
ngOnInit() {
|
|
2231
|
+
// Define the custom element
|
|
2232
|
+
try {
|
|
2233
|
+
GdsCoachmark.define();
|
|
2234
|
+
}
|
|
2235
|
+
catch (e) {
|
|
2236
|
+
// Component may not be available in this version of green-core
|
|
2237
|
+
console.warn('Failed to define gds-coachmark:', e);
|
|
2238
|
+
}
|
|
2239
|
+
// Set up event listeners
|
|
2240
|
+
this.elementRef.nativeElement.addEventListener('gds-ui-state', (event) => {
|
|
2241
|
+
this.gdsUiState.emit(event);
|
|
2242
|
+
});
|
|
2243
|
+
}
|
|
2244
|
+
ngOnChanges(changes) {
|
|
2245
|
+
// Implementation added by @ProxyInputs decorator
|
|
2246
|
+
}
|
|
2247
|
+
ngAfterViewInit() {
|
|
2248
|
+
// Implementation added by @ProxyInputs decorator
|
|
2249
|
+
}
|
|
2250
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsCoachmarkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2251
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsCoachmarkComponent, isStandalone: true, selector: "gds-coachmark", inputs: { placement: "placement", overlappedBy: "overlappedBy", target: "target", label: "label", computeVisibility: "computeVisibility", targetElement: "targetElement", _isVisible: ["_isVisible", "_isVisible", booleanAttribute], _preventClose: ["_preventClose", "_preventClose", booleanAttribute], syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, outputs: { gdsUiState: "gdsUiState" }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2252
|
+
};
|
|
2253
|
+
GdsCoachmarkComponent = __decorate([
|
|
2254
|
+
ProxyInputs(['placement', 'overlappedBy', 'target', 'label', 'computeVisibility', 'targetElement', '_isVisible', '_preventClose', 'syncFirstRender']),
|
|
2255
|
+
__metadata("design:paramtypes", [])
|
|
2256
|
+
], GdsCoachmarkComponent);
|
|
2257
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsCoachmarkComponent, decorators: [{
|
|
2258
|
+
type: Component,
|
|
2259
|
+
args: [{
|
|
2260
|
+
selector: 'gds-coachmark',
|
|
2261
|
+
standalone: true,
|
|
2262
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2263
|
+
template: `<ng-content></ng-content>`
|
|
2264
|
+
}]
|
|
2265
|
+
}], ctorParameters: () => [], propDecorators: { placement: [{
|
|
2266
|
+
type: Input
|
|
2267
|
+
}], overlappedBy: [{
|
|
2268
|
+
type: Input
|
|
2269
|
+
}], target: [{
|
|
2270
|
+
type: Input
|
|
2271
|
+
}], label: [{
|
|
2272
|
+
type: Input
|
|
2273
|
+
}], computeVisibility: [{
|
|
2274
|
+
type: Input
|
|
2275
|
+
}], targetElement: [{
|
|
2276
|
+
type: Input
|
|
2277
|
+
}], _isVisible: [{
|
|
2278
|
+
type: Input,
|
|
2279
|
+
args: [{ transform: booleanAttribute }]
|
|
2280
|
+
}], _preventClose: [{
|
|
2281
|
+
type: Input,
|
|
2282
|
+
args: [{ transform: booleanAttribute }]
|
|
2283
|
+
}], syncFirstRender: [{
|
|
2284
|
+
type: Input,
|
|
2285
|
+
args: [{ transform: booleanAttribute }]
|
|
2286
|
+
}], gdsUiState: [{
|
|
2287
|
+
type: Output
|
|
2288
|
+
}] } });
|
|
2289
|
+
|
|
2290
|
+
/**
|
|
2291
|
+
* GdsCoachmarkComponent - Angular wrapper for gds-coachmark
|
|
2292
|
+
*
|
|
2293
|
+
*
|
|
2294
|
+
* Auto-generated from Custom Elements Manifest
|
|
2295
|
+
*/
|
|
2296
|
+
|
|
2297
2297
|
/**
|
|
2298
2298
|
* Angular wrapper for the gds-details web component
|
|
2299
2299
|
* Details component that provides collapsible content sections.
|
|
@@ -4295,195 +4295,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
4295
4295
|
* Auto-generated from Custom Elements Manifest
|
|
4296
4296
|
*/
|
|
4297
4297
|
|
|
4298
|
-
/**
|
|
4299
|
-
* Angular wrapper for the gds-mask web component
|
|
4300
|
-
*
|
|
4301
|
-
*/
|
|
4302
|
-
let GdsMaskComponent = class GdsMaskComponent {
|
|
4303
|
-
get element() {
|
|
4304
|
-
return this.elementRef.nativeElement;
|
|
4305
|
-
}
|
|
4306
|
-
constructor() {
|
|
4307
|
-
this.elementRef = inject((ElementRef));
|
|
4308
|
-
this.zone = inject(NgZone);
|
|
4309
|
-
this.cdr = inject(ChangeDetectorRef);
|
|
4310
|
-
this.cdr.detach();
|
|
4311
|
-
}
|
|
4312
|
-
ngOnInit() {
|
|
4313
|
-
// Define the custom element
|
|
4314
|
-
try {
|
|
4315
|
-
GdsMask.define();
|
|
4316
|
-
}
|
|
4317
|
-
catch (e) {
|
|
4318
|
-
// Component may not be available in this version of green-core
|
|
4319
|
-
console.warn('Failed to define gds-mask:', e);
|
|
4320
|
-
}
|
|
4321
|
-
}
|
|
4322
|
-
ngOnChanges(changes) {
|
|
4323
|
-
// Implementation added by @ProxyInputs decorator
|
|
4324
|
-
}
|
|
4325
|
-
ngAfterViewInit() {
|
|
4326
|
-
// Implementation added by @ProxyInputs decorator
|
|
4327
|
-
}
|
|
4328
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsMaskComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4329
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsMaskComponent, isStandalone: true, selector: "gds-mask", inputs: { background: "background", maskImage: "maskImage", maskSize: "maskSize", maskRepeat: "maskRepeat", maskPosition: "maskPosition", backdropFilter: "backdropFilter", position: "position", display: "display", inset: "inset", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", height: "height", minHeight: "minHeight", maxHeight: "maxHeight", blockSize: "blockSize", minBlockSize: "minBlockSize", maxBlockSize: "maxBlockSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", padding: "padding", paddingInline: "paddingInline", paddingBlock: "paddingBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", transform: "transform", level: "level", color: "color", border: "border", borderColor: "borderColor", borderWidth: "borderWidth", borderStyle: "borderStyle", borderRadius: "borderRadius", boxShadow: "boxShadow", opacity: "opacity", overflow: "overflow", boxSizing: "boxSizing", zIndex: "zIndex", font: "font", fontWeight: "fontWeight", textAlign: "textAlign", textWrap: "textWrap", overflowWrap: "overflowWrap", whiteSpace: "whiteSpace", gap: "gap", alignItems: "alignItems", alignContent: "alignContent", justifyContent: "justifyContent", justifyItems: "justifyItems", flexDirection: "flexDirection", flexWrap: "flexWrap", placeItems: "placeItems", placeContent: "placeContent", aspectRatio: "aspectRatio", cursor: "cursor", pointerEvents: "pointerEvents", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
4330
|
-
};
|
|
4331
|
-
GdsMaskComponent = __decorate([
|
|
4332
|
-
ProxyInputs(['background', 'mask-image', 'mask-size', 'mask-repeat', 'mask-position', 'backdrop-filter', 'position', 'display', 'inset', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'height', 'min-height', 'max-height', 'block-size', 'min-block-size', 'max-block-size', 'margin', 'margin-inline', 'margin-block', 'padding', 'padding-inline', 'padding-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'transform', 'level', 'color', 'border', 'border-color', 'border-width', 'border-style', 'border-radius', 'box-shadow', 'opacity', 'overflow', 'box-sizing', 'z-index', 'font', 'font-weight', 'text-align', 'text-wrap', 'overflow-wrap', 'white-space', 'gap', 'align-items', 'align-content', 'justify-content', 'justify-items', 'flex-direction', 'flex-wrap', 'place-items', 'place-content', 'aspect-ratio', 'cursor', 'pointer-events', 'syncFirstRender']),
|
|
4333
|
-
__metadata("design:paramtypes", [])
|
|
4334
|
-
], GdsMaskComponent);
|
|
4335
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsMaskComponent, decorators: [{
|
|
4336
|
-
type: Component,
|
|
4337
|
-
args: [{
|
|
4338
|
-
selector: 'gds-mask',
|
|
4339
|
-
standalone: true,
|
|
4340
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4341
|
-
template: `<ng-content></ng-content>`
|
|
4342
|
-
}]
|
|
4343
|
-
}], ctorParameters: () => [], propDecorators: { background: [{
|
|
4344
|
-
type: Input
|
|
4345
|
-
}], maskImage: [{
|
|
4346
|
-
type: Input
|
|
4347
|
-
}], maskSize: [{
|
|
4348
|
-
type: Input
|
|
4349
|
-
}], maskRepeat: [{
|
|
4350
|
-
type: Input
|
|
4351
|
-
}], maskPosition: [{
|
|
4352
|
-
type: Input
|
|
4353
|
-
}], backdropFilter: [{
|
|
4354
|
-
type: Input
|
|
4355
|
-
}], position: [{
|
|
4356
|
-
type: Input
|
|
4357
|
-
}], display: [{
|
|
4358
|
-
type: Input
|
|
4359
|
-
}], inset: [{
|
|
4360
|
-
type: Input
|
|
4361
|
-
}], width: [{
|
|
4362
|
-
type: Input
|
|
4363
|
-
}], minWidth: [{
|
|
4364
|
-
type: Input
|
|
4365
|
-
}], maxWidth: [{
|
|
4366
|
-
type: Input
|
|
4367
|
-
}], inlineSize: [{
|
|
4368
|
-
type: Input
|
|
4369
|
-
}], minInlineSize: [{
|
|
4370
|
-
type: Input
|
|
4371
|
-
}], maxInlineSize: [{
|
|
4372
|
-
type: Input
|
|
4373
|
-
}], height: [{
|
|
4374
|
-
type: Input
|
|
4375
|
-
}], minHeight: [{
|
|
4376
|
-
type: Input
|
|
4377
|
-
}], maxHeight: [{
|
|
4378
|
-
type: Input
|
|
4379
|
-
}], blockSize: [{
|
|
4380
|
-
type: Input
|
|
4381
|
-
}], minBlockSize: [{
|
|
4382
|
-
type: Input
|
|
4383
|
-
}], maxBlockSize: [{
|
|
4384
|
-
type: Input
|
|
4385
|
-
}], margin: [{
|
|
4386
|
-
type: Input
|
|
4387
|
-
}], marginInline: [{
|
|
4388
|
-
type: Input
|
|
4389
|
-
}], marginBlock: [{
|
|
4390
|
-
type: Input
|
|
4391
|
-
}], padding: [{
|
|
4392
|
-
type: Input
|
|
4393
|
-
}], paddingInline: [{
|
|
4394
|
-
type: Input
|
|
4395
|
-
}], paddingBlock: [{
|
|
4396
|
-
type: Input
|
|
4397
|
-
}], alignSelf: [{
|
|
4398
|
-
type: Input
|
|
4399
|
-
}], justifySelf: [{
|
|
4400
|
-
type: Input
|
|
4401
|
-
}], placeSelf: [{
|
|
4402
|
-
type: Input
|
|
4403
|
-
}], gridColumn: [{
|
|
4404
|
-
type: Input
|
|
4405
|
-
}], gridRow: [{
|
|
4406
|
-
type: Input
|
|
4407
|
-
}], gridArea: [{
|
|
4408
|
-
type: Input
|
|
4409
|
-
}], flex: [{
|
|
4410
|
-
type: Input
|
|
4411
|
-
}], order: [{
|
|
4412
|
-
type: Input
|
|
4413
|
-
}], transform: [{
|
|
4414
|
-
type: Input
|
|
4415
|
-
}], level: [{
|
|
4416
|
-
type: Input
|
|
4417
|
-
}], color: [{
|
|
4418
|
-
type: Input
|
|
4419
|
-
}], border: [{
|
|
4420
|
-
type: Input
|
|
4421
|
-
}], borderColor: [{
|
|
4422
|
-
type: Input
|
|
4423
|
-
}], borderWidth: [{
|
|
4424
|
-
type: Input
|
|
4425
|
-
}], borderStyle: [{
|
|
4426
|
-
type: Input
|
|
4427
|
-
}], borderRadius: [{
|
|
4428
|
-
type: Input
|
|
4429
|
-
}], boxShadow: [{
|
|
4430
|
-
type: Input
|
|
4431
|
-
}], opacity: [{
|
|
4432
|
-
type: Input
|
|
4433
|
-
}], overflow: [{
|
|
4434
|
-
type: Input
|
|
4435
|
-
}], boxSizing: [{
|
|
4436
|
-
type: Input
|
|
4437
|
-
}], zIndex: [{
|
|
4438
|
-
type: Input
|
|
4439
|
-
}], font: [{
|
|
4440
|
-
type: Input
|
|
4441
|
-
}], fontWeight: [{
|
|
4442
|
-
type: Input
|
|
4443
|
-
}], textAlign: [{
|
|
4444
|
-
type: Input
|
|
4445
|
-
}], textWrap: [{
|
|
4446
|
-
type: Input
|
|
4447
|
-
}], overflowWrap: [{
|
|
4448
|
-
type: Input
|
|
4449
|
-
}], whiteSpace: [{
|
|
4450
|
-
type: Input
|
|
4451
|
-
}], gap: [{
|
|
4452
|
-
type: Input
|
|
4453
|
-
}], alignItems: [{
|
|
4454
|
-
type: Input
|
|
4455
|
-
}], alignContent: [{
|
|
4456
|
-
type: Input
|
|
4457
|
-
}], justifyContent: [{
|
|
4458
|
-
type: Input
|
|
4459
|
-
}], justifyItems: [{
|
|
4460
|
-
type: Input
|
|
4461
|
-
}], flexDirection: [{
|
|
4462
|
-
type: Input
|
|
4463
|
-
}], flexWrap: [{
|
|
4464
|
-
type: Input
|
|
4465
|
-
}], placeItems: [{
|
|
4466
|
-
type: Input
|
|
4467
|
-
}], placeContent: [{
|
|
4468
|
-
type: Input
|
|
4469
|
-
}], aspectRatio: [{
|
|
4470
|
-
type: Input
|
|
4471
|
-
}], cursor: [{
|
|
4472
|
-
type: Input
|
|
4473
|
-
}], pointerEvents: [{
|
|
4474
|
-
type: Input
|
|
4475
|
-
}], syncFirstRender: [{
|
|
4476
|
-
type: Input,
|
|
4477
|
-
args: [{ transform: booleanAttribute }]
|
|
4478
|
-
}] } });
|
|
4479
|
-
|
|
4480
|
-
/**
|
|
4481
|
-
* GdsMaskComponent - Angular wrapper for gds-mask
|
|
4482
|
-
*
|
|
4483
|
-
*
|
|
4484
|
-
* Auto-generated from Custom Elements Manifest
|
|
4485
|
-
*/
|
|
4486
|
-
|
|
4487
4298
|
/**
|
|
4488
4299
|
* Angular wrapper for the gds-menu-button web component
|
|
4489
4300
|
*
|
|
@@ -4675,6 +4486,195 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
4675
4486
|
* Auto-generated from Custom Elements Manifest
|
|
4676
4487
|
*/
|
|
4677
4488
|
|
|
4489
|
+
/**
|
|
4490
|
+
* Angular wrapper for the gds-mask web component
|
|
4491
|
+
*
|
|
4492
|
+
*/
|
|
4493
|
+
let GdsMaskComponent = class GdsMaskComponent {
|
|
4494
|
+
get element() {
|
|
4495
|
+
return this.elementRef.nativeElement;
|
|
4496
|
+
}
|
|
4497
|
+
constructor() {
|
|
4498
|
+
this.elementRef = inject((ElementRef));
|
|
4499
|
+
this.zone = inject(NgZone);
|
|
4500
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
4501
|
+
this.cdr.detach();
|
|
4502
|
+
}
|
|
4503
|
+
ngOnInit() {
|
|
4504
|
+
// Define the custom element
|
|
4505
|
+
try {
|
|
4506
|
+
GdsMask.define();
|
|
4507
|
+
}
|
|
4508
|
+
catch (e) {
|
|
4509
|
+
// Component may not be available in this version of green-core
|
|
4510
|
+
console.warn('Failed to define gds-mask:', e);
|
|
4511
|
+
}
|
|
4512
|
+
}
|
|
4513
|
+
ngOnChanges(changes) {
|
|
4514
|
+
// Implementation added by @ProxyInputs decorator
|
|
4515
|
+
}
|
|
4516
|
+
ngAfterViewInit() {
|
|
4517
|
+
// Implementation added by @ProxyInputs decorator
|
|
4518
|
+
}
|
|
4519
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsMaskComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4520
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsMaskComponent, isStandalone: true, selector: "gds-mask", inputs: { background: "background", maskImage: "maskImage", maskSize: "maskSize", maskRepeat: "maskRepeat", maskPosition: "maskPosition", backdropFilter: "backdropFilter", position: "position", display: "display", inset: "inset", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", height: "height", minHeight: "minHeight", maxHeight: "maxHeight", blockSize: "blockSize", minBlockSize: "minBlockSize", maxBlockSize: "maxBlockSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", padding: "padding", paddingInline: "paddingInline", paddingBlock: "paddingBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", transform: "transform", level: "level", color: "color", border: "border", borderColor: "borderColor", borderWidth: "borderWidth", borderStyle: "borderStyle", borderRadius: "borderRadius", boxShadow: "boxShadow", opacity: "opacity", overflow: "overflow", boxSizing: "boxSizing", zIndex: "zIndex", font: "font", fontWeight: "fontWeight", textAlign: "textAlign", textWrap: "textWrap", overflowWrap: "overflowWrap", whiteSpace: "whiteSpace", gap: "gap", alignItems: "alignItems", alignContent: "alignContent", justifyContent: "justifyContent", justifyItems: "justifyItems", flexDirection: "flexDirection", flexWrap: "flexWrap", placeItems: "placeItems", placeContent: "placeContent", aspectRatio: "aspectRatio", cursor: "cursor", pointerEvents: "pointerEvents", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
4521
|
+
};
|
|
4522
|
+
GdsMaskComponent = __decorate([
|
|
4523
|
+
ProxyInputs(['background', 'mask-image', 'mask-size', 'mask-repeat', 'mask-position', 'backdrop-filter', 'position', 'display', 'inset', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'height', 'min-height', 'max-height', 'block-size', 'min-block-size', 'max-block-size', 'margin', 'margin-inline', 'margin-block', 'padding', 'padding-inline', 'padding-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'transform', 'level', 'color', 'border', 'border-color', 'border-width', 'border-style', 'border-radius', 'box-shadow', 'opacity', 'overflow', 'box-sizing', 'z-index', 'font', 'font-weight', 'text-align', 'text-wrap', 'overflow-wrap', 'white-space', 'gap', 'align-items', 'align-content', 'justify-content', 'justify-items', 'flex-direction', 'flex-wrap', 'place-items', 'place-content', 'aspect-ratio', 'cursor', 'pointer-events', 'syncFirstRender']),
|
|
4524
|
+
__metadata("design:paramtypes", [])
|
|
4525
|
+
], GdsMaskComponent);
|
|
4526
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsMaskComponent, decorators: [{
|
|
4527
|
+
type: Component,
|
|
4528
|
+
args: [{
|
|
4529
|
+
selector: 'gds-mask',
|
|
4530
|
+
standalone: true,
|
|
4531
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4532
|
+
template: `<ng-content></ng-content>`
|
|
4533
|
+
}]
|
|
4534
|
+
}], ctorParameters: () => [], propDecorators: { background: [{
|
|
4535
|
+
type: Input
|
|
4536
|
+
}], maskImage: [{
|
|
4537
|
+
type: Input
|
|
4538
|
+
}], maskSize: [{
|
|
4539
|
+
type: Input
|
|
4540
|
+
}], maskRepeat: [{
|
|
4541
|
+
type: Input
|
|
4542
|
+
}], maskPosition: [{
|
|
4543
|
+
type: Input
|
|
4544
|
+
}], backdropFilter: [{
|
|
4545
|
+
type: Input
|
|
4546
|
+
}], position: [{
|
|
4547
|
+
type: Input
|
|
4548
|
+
}], display: [{
|
|
4549
|
+
type: Input
|
|
4550
|
+
}], inset: [{
|
|
4551
|
+
type: Input
|
|
4552
|
+
}], width: [{
|
|
4553
|
+
type: Input
|
|
4554
|
+
}], minWidth: [{
|
|
4555
|
+
type: Input
|
|
4556
|
+
}], maxWidth: [{
|
|
4557
|
+
type: Input
|
|
4558
|
+
}], inlineSize: [{
|
|
4559
|
+
type: Input
|
|
4560
|
+
}], minInlineSize: [{
|
|
4561
|
+
type: Input
|
|
4562
|
+
}], maxInlineSize: [{
|
|
4563
|
+
type: Input
|
|
4564
|
+
}], height: [{
|
|
4565
|
+
type: Input
|
|
4566
|
+
}], minHeight: [{
|
|
4567
|
+
type: Input
|
|
4568
|
+
}], maxHeight: [{
|
|
4569
|
+
type: Input
|
|
4570
|
+
}], blockSize: [{
|
|
4571
|
+
type: Input
|
|
4572
|
+
}], minBlockSize: [{
|
|
4573
|
+
type: Input
|
|
4574
|
+
}], maxBlockSize: [{
|
|
4575
|
+
type: Input
|
|
4576
|
+
}], margin: [{
|
|
4577
|
+
type: Input
|
|
4578
|
+
}], marginInline: [{
|
|
4579
|
+
type: Input
|
|
4580
|
+
}], marginBlock: [{
|
|
4581
|
+
type: Input
|
|
4582
|
+
}], padding: [{
|
|
4583
|
+
type: Input
|
|
4584
|
+
}], paddingInline: [{
|
|
4585
|
+
type: Input
|
|
4586
|
+
}], paddingBlock: [{
|
|
4587
|
+
type: Input
|
|
4588
|
+
}], alignSelf: [{
|
|
4589
|
+
type: Input
|
|
4590
|
+
}], justifySelf: [{
|
|
4591
|
+
type: Input
|
|
4592
|
+
}], placeSelf: [{
|
|
4593
|
+
type: Input
|
|
4594
|
+
}], gridColumn: [{
|
|
4595
|
+
type: Input
|
|
4596
|
+
}], gridRow: [{
|
|
4597
|
+
type: Input
|
|
4598
|
+
}], gridArea: [{
|
|
4599
|
+
type: Input
|
|
4600
|
+
}], flex: [{
|
|
4601
|
+
type: Input
|
|
4602
|
+
}], order: [{
|
|
4603
|
+
type: Input
|
|
4604
|
+
}], transform: [{
|
|
4605
|
+
type: Input
|
|
4606
|
+
}], level: [{
|
|
4607
|
+
type: Input
|
|
4608
|
+
}], color: [{
|
|
4609
|
+
type: Input
|
|
4610
|
+
}], border: [{
|
|
4611
|
+
type: Input
|
|
4612
|
+
}], borderColor: [{
|
|
4613
|
+
type: Input
|
|
4614
|
+
}], borderWidth: [{
|
|
4615
|
+
type: Input
|
|
4616
|
+
}], borderStyle: [{
|
|
4617
|
+
type: Input
|
|
4618
|
+
}], borderRadius: [{
|
|
4619
|
+
type: Input
|
|
4620
|
+
}], boxShadow: [{
|
|
4621
|
+
type: Input
|
|
4622
|
+
}], opacity: [{
|
|
4623
|
+
type: Input
|
|
4624
|
+
}], overflow: [{
|
|
4625
|
+
type: Input
|
|
4626
|
+
}], boxSizing: [{
|
|
4627
|
+
type: Input
|
|
4628
|
+
}], zIndex: [{
|
|
4629
|
+
type: Input
|
|
4630
|
+
}], font: [{
|
|
4631
|
+
type: Input
|
|
4632
|
+
}], fontWeight: [{
|
|
4633
|
+
type: Input
|
|
4634
|
+
}], textAlign: [{
|
|
4635
|
+
type: Input
|
|
4636
|
+
}], textWrap: [{
|
|
4637
|
+
type: Input
|
|
4638
|
+
}], overflowWrap: [{
|
|
4639
|
+
type: Input
|
|
4640
|
+
}], whiteSpace: [{
|
|
4641
|
+
type: Input
|
|
4642
|
+
}], gap: [{
|
|
4643
|
+
type: Input
|
|
4644
|
+
}], alignItems: [{
|
|
4645
|
+
type: Input
|
|
4646
|
+
}], alignContent: [{
|
|
4647
|
+
type: Input
|
|
4648
|
+
}], justifyContent: [{
|
|
4649
|
+
type: Input
|
|
4650
|
+
}], justifyItems: [{
|
|
4651
|
+
type: Input
|
|
4652
|
+
}], flexDirection: [{
|
|
4653
|
+
type: Input
|
|
4654
|
+
}], flexWrap: [{
|
|
4655
|
+
type: Input
|
|
4656
|
+
}], placeItems: [{
|
|
4657
|
+
type: Input
|
|
4658
|
+
}], placeContent: [{
|
|
4659
|
+
type: Input
|
|
4660
|
+
}], aspectRatio: [{
|
|
4661
|
+
type: Input
|
|
4662
|
+
}], cursor: [{
|
|
4663
|
+
type: Input
|
|
4664
|
+
}], pointerEvents: [{
|
|
4665
|
+
type: Input
|
|
4666
|
+
}], syncFirstRender: [{
|
|
4667
|
+
type: Input,
|
|
4668
|
+
args: [{ transform: booleanAttribute }]
|
|
4669
|
+
}] } });
|
|
4670
|
+
|
|
4671
|
+
/**
|
|
4672
|
+
* GdsMaskComponent - Angular wrapper for gds-mask
|
|
4673
|
+
*
|
|
4674
|
+
*
|
|
4675
|
+
* Auto-generated from Custom Elements Manifest
|
|
4676
|
+
*/
|
|
4677
|
+
|
|
4678
4678
|
/**
|
|
4679
4679
|
* Angular wrapper for the gds-pagination web component
|
|
4680
4680
|
*
|
|
@@ -5543,142 +5543,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
5543
5543
|
* Auto-generated from Custom Elements Manifest
|
|
5544
5544
|
*/
|
|
5545
5545
|
|
|
5546
|
-
/**
|
|
5547
|
-
* Angular wrapper for the gds-switch web component
|
|
5548
|
-
*
|
|
5549
|
-
*/
|
|
5550
|
-
let GdsSwitchComponent = class GdsSwitchComponent extends GdsCheckboxFormControlBase {
|
|
5551
|
-
constructor() {
|
|
5552
|
-
super(...arguments);
|
|
5553
|
-
/** Dispatched when the checked state changes. */
|
|
5554
|
-
this.input = new EventEmitter();
|
|
5555
|
-
/** Dispatched when the checked state changes. */
|
|
5556
|
-
this.change = new EventEmitter();
|
|
5557
|
-
}
|
|
5558
|
-
get element() {
|
|
5559
|
-
return this.elementRef.nativeElement;
|
|
5560
|
-
}
|
|
5561
|
-
ngOnInit() {
|
|
5562
|
-
super.ngOnInit();
|
|
5563
|
-
// Define the custom element
|
|
5564
|
-
try {
|
|
5565
|
-
GdsSwitch.define();
|
|
5566
|
-
}
|
|
5567
|
-
catch (e) {
|
|
5568
|
-
// Component may not be available in this version of green-core
|
|
5569
|
-
console.warn('Failed to define gds-switch:', e);
|
|
5570
|
-
}
|
|
5571
|
-
}
|
|
5572
|
-
ngOnChanges(changes) {
|
|
5573
|
-
// Implementation added by @ProxyInputs decorator
|
|
5574
|
-
}
|
|
5575
|
-
ngAfterViewInit() {
|
|
5576
|
-
super.ngAfterViewInit();
|
|
5577
|
-
}
|
|
5578
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSwitchComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5579
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsSwitchComponent, isStandalone: true, selector: "gds-switch", inputs: { alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", checked: ["checked", "checked", booleanAttribute], controlPlacement: "controlPlacement", size: "size", justifyContent: "justifyContent", value: "value", validator: "validator", required: ["required", "required", booleanAttribute], errorMessage: "errorMessage", invalid: "invalid", label: "label", name: "name", disabled: ["disabled", "disabled", booleanAttribute], syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, outputs: { input: "input", change: "change" }, providers: [
|
|
5580
|
-
{
|
|
5581
|
-
provide: NG_VALUE_ACCESSOR,
|
|
5582
|
-
useExisting: forwardRef(() => GdsSwitchComponent),
|
|
5583
|
-
multi: true,
|
|
5584
|
-
},
|
|
5585
|
-
], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
5586
|
-
};
|
|
5587
|
-
GdsSwitchComponent = __decorate([
|
|
5588
|
-
ProxyInputs(['align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'margin', 'margin-inline', 'margin-block', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'checked', 'controlPlacement', 'size', 'justify-content', 'value', 'validator', 'required', 'errorMessage', 'invalid', 'label', 'name', 'disabled', 'syncFirstRender'])
|
|
5589
|
-
], GdsSwitchComponent);
|
|
5590
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSwitchComponent, decorators: [{
|
|
5591
|
-
type: Component,
|
|
5592
|
-
args: [{
|
|
5593
|
-
selector: 'gds-switch',
|
|
5594
|
-
standalone: true,
|
|
5595
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5596
|
-
template: `<ng-content></ng-content>`,
|
|
5597
|
-
providers: [
|
|
5598
|
-
{
|
|
5599
|
-
provide: NG_VALUE_ACCESSOR,
|
|
5600
|
-
useExisting: forwardRef(() => GdsSwitchComponent),
|
|
5601
|
-
multi: true,
|
|
5602
|
-
},
|
|
5603
|
-
]
|
|
5604
|
-
}]
|
|
5605
|
-
}], propDecorators: { alignSelf: [{
|
|
5606
|
-
type: Input
|
|
5607
|
-
}], justifySelf: [{
|
|
5608
|
-
type: Input
|
|
5609
|
-
}], placeSelf: [{
|
|
5610
|
-
type: Input
|
|
5611
|
-
}], gridColumn: [{
|
|
5612
|
-
type: Input
|
|
5613
|
-
}], gridRow: [{
|
|
5614
|
-
type: Input
|
|
5615
|
-
}], gridArea: [{
|
|
5616
|
-
type: Input
|
|
5617
|
-
}], flex: [{
|
|
5618
|
-
type: Input
|
|
5619
|
-
}], order: [{
|
|
5620
|
-
type: Input
|
|
5621
|
-
}], margin: [{
|
|
5622
|
-
type: Input
|
|
5623
|
-
}], marginInline: [{
|
|
5624
|
-
type: Input
|
|
5625
|
-
}], marginBlock: [{
|
|
5626
|
-
type: Input
|
|
5627
|
-
}], width: [{
|
|
5628
|
-
type: Input
|
|
5629
|
-
}], minWidth: [{
|
|
5630
|
-
type: Input
|
|
5631
|
-
}], maxWidth: [{
|
|
5632
|
-
type: Input
|
|
5633
|
-
}], inlineSize: [{
|
|
5634
|
-
type: Input
|
|
5635
|
-
}], minInlineSize: [{
|
|
5636
|
-
type: Input
|
|
5637
|
-
}], maxInlineSize: [{
|
|
5638
|
-
type: Input
|
|
5639
|
-
}], checked: [{
|
|
5640
|
-
type: Input,
|
|
5641
|
-
args: [{ transform: booleanAttribute }]
|
|
5642
|
-
}], controlPlacement: [{
|
|
5643
|
-
type: Input
|
|
5644
|
-
}], size: [{
|
|
5645
|
-
type: Input
|
|
5646
|
-
}], justifyContent: [{
|
|
5647
|
-
type: Input
|
|
5648
|
-
}], value: [{
|
|
5649
|
-
type: Input
|
|
5650
|
-
}], validator: [{
|
|
5651
|
-
type: Input
|
|
5652
|
-
}], required: [{
|
|
5653
|
-
type: Input,
|
|
5654
|
-
args: [{ transform: booleanAttribute }]
|
|
5655
|
-
}], errorMessage: [{
|
|
5656
|
-
type: Input
|
|
5657
|
-
}], invalid: [{
|
|
5658
|
-
type: Input
|
|
5659
|
-
}], label: [{
|
|
5660
|
-
type: Input
|
|
5661
|
-
}], name: [{
|
|
5662
|
-
type: Input
|
|
5663
|
-
}], disabled: [{
|
|
5664
|
-
type: Input,
|
|
5665
|
-
args: [{ transform: booleanAttribute }]
|
|
5666
|
-
}], syncFirstRender: [{
|
|
5667
|
-
type: Input,
|
|
5668
|
-
args: [{ transform: booleanAttribute }]
|
|
5669
|
-
}], input: [{
|
|
5670
|
-
type: Output
|
|
5671
|
-
}], change: [{
|
|
5672
|
-
type: Output
|
|
5673
|
-
}] } });
|
|
5674
|
-
|
|
5675
|
-
/**
|
|
5676
|
-
* GdsSwitchComponent - Angular wrapper for gds-switch
|
|
5677
|
-
*
|
|
5678
|
-
*
|
|
5679
|
-
* Auto-generated from Custom Elements Manifest
|
|
5680
|
-
*/
|
|
5681
|
-
|
|
5682
5546
|
/**
|
|
5683
5547
|
* Angular wrapper for the gds-table web component
|
|
5684
5548
|
*
|
|
@@ -6025,6 +5889,142 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
6025
5889
|
* Auto-generated from Custom Elements Manifest
|
|
6026
5890
|
*/
|
|
6027
5891
|
|
|
5892
|
+
/**
|
|
5893
|
+
* Angular wrapper for the gds-switch web component
|
|
5894
|
+
*
|
|
5895
|
+
*/
|
|
5896
|
+
let GdsSwitchComponent = class GdsSwitchComponent extends GdsCheckboxFormControlBase {
|
|
5897
|
+
constructor() {
|
|
5898
|
+
super(...arguments);
|
|
5899
|
+
/** Dispatched when the checked state changes. */
|
|
5900
|
+
this.input = new EventEmitter();
|
|
5901
|
+
/** Dispatched when the checked state changes. */
|
|
5902
|
+
this.change = new EventEmitter();
|
|
5903
|
+
}
|
|
5904
|
+
get element() {
|
|
5905
|
+
return this.elementRef.nativeElement;
|
|
5906
|
+
}
|
|
5907
|
+
ngOnInit() {
|
|
5908
|
+
super.ngOnInit();
|
|
5909
|
+
// Define the custom element
|
|
5910
|
+
try {
|
|
5911
|
+
GdsSwitch.define();
|
|
5912
|
+
}
|
|
5913
|
+
catch (e) {
|
|
5914
|
+
// Component may not be available in this version of green-core
|
|
5915
|
+
console.warn('Failed to define gds-switch:', e);
|
|
5916
|
+
}
|
|
5917
|
+
}
|
|
5918
|
+
ngOnChanges(changes) {
|
|
5919
|
+
// Implementation added by @ProxyInputs decorator
|
|
5920
|
+
}
|
|
5921
|
+
ngAfterViewInit() {
|
|
5922
|
+
super.ngAfterViewInit();
|
|
5923
|
+
}
|
|
5924
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSwitchComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5925
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsSwitchComponent, isStandalone: true, selector: "gds-switch", inputs: { alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", checked: ["checked", "checked", booleanAttribute], controlPlacement: "controlPlacement", size: "size", justifyContent: "justifyContent", value: "value", validator: "validator", required: ["required", "required", booleanAttribute], errorMessage: "errorMessage", invalid: "invalid", label: "label", name: "name", disabled: ["disabled", "disabled", booleanAttribute], syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, outputs: { input: "input", change: "change" }, providers: [
|
|
5926
|
+
{
|
|
5927
|
+
provide: NG_VALUE_ACCESSOR,
|
|
5928
|
+
useExisting: forwardRef(() => GdsSwitchComponent),
|
|
5929
|
+
multi: true,
|
|
5930
|
+
},
|
|
5931
|
+
], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
5932
|
+
};
|
|
5933
|
+
GdsSwitchComponent = __decorate([
|
|
5934
|
+
ProxyInputs(['align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'margin', 'margin-inline', 'margin-block', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'checked', 'controlPlacement', 'size', 'justify-content', 'value', 'validator', 'required', 'errorMessage', 'invalid', 'label', 'name', 'disabled', 'syncFirstRender'])
|
|
5935
|
+
], GdsSwitchComponent);
|
|
5936
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSwitchComponent, decorators: [{
|
|
5937
|
+
type: Component,
|
|
5938
|
+
args: [{
|
|
5939
|
+
selector: 'gds-switch',
|
|
5940
|
+
standalone: true,
|
|
5941
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5942
|
+
template: `<ng-content></ng-content>`,
|
|
5943
|
+
providers: [
|
|
5944
|
+
{
|
|
5945
|
+
provide: NG_VALUE_ACCESSOR,
|
|
5946
|
+
useExisting: forwardRef(() => GdsSwitchComponent),
|
|
5947
|
+
multi: true,
|
|
5948
|
+
},
|
|
5949
|
+
]
|
|
5950
|
+
}]
|
|
5951
|
+
}], propDecorators: { alignSelf: [{
|
|
5952
|
+
type: Input
|
|
5953
|
+
}], justifySelf: [{
|
|
5954
|
+
type: Input
|
|
5955
|
+
}], placeSelf: [{
|
|
5956
|
+
type: Input
|
|
5957
|
+
}], gridColumn: [{
|
|
5958
|
+
type: Input
|
|
5959
|
+
}], gridRow: [{
|
|
5960
|
+
type: Input
|
|
5961
|
+
}], gridArea: [{
|
|
5962
|
+
type: Input
|
|
5963
|
+
}], flex: [{
|
|
5964
|
+
type: Input
|
|
5965
|
+
}], order: [{
|
|
5966
|
+
type: Input
|
|
5967
|
+
}], margin: [{
|
|
5968
|
+
type: Input
|
|
5969
|
+
}], marginInline: [{
|
|
5970
|
+
type: Input
|
|
5971
|
+
}], marginBlock: [{
|
|
5972
|
+
type: Input
|
|
5973
|
+
}], width: [{
|
|
5974
|
+
type: Input
|
|
5975
|
+
}], minWidth: [{
|
|
5976
|
+
type: Input
|
|
5977
|
+
}], maxWidth: [{
|
|
5978
|
+
type: Input
|
|
5979
|
+
}], inlineSize: [{
|
|
5980
|
+
type: Input
|
|
5981
|
+
}], minInlineSize: [{
|
|
5982
|
+
type: Input
|
|
5983
|
+
}], maxInlineSize: [{
|
|
5984
|
+
type: Input
|
|
5985
|
+
}], checked: [{
|
|
5986
|
+
type: Input,
|
|
5987
|
+
args: [{ transform: booleanAttribute }]
|
|
5988
|
+
}], controlPlacement: [{
|
|
5989
|
+
type: Input
|
|
5990
|
+
}], size: [{
|
|
5991
|
+
type: Input
|
|
5992
|
+
}], justifyContent: [{
|
|
5993
|
+
type: Input
|
|
5994
|
+
}], value: [{
|
|
5995
|
+
type: Input
|
|
5996
|
+
}], validator: [{
|
|
5997
|
+
type: Input
|
|
5998
|
+
}], required: [{
|
|
5999
|
+
type: Input,
|
|
6000
|
+
args: [{ transform: booleanAttribute }]
|
|
6001
|
+
}], errorMessage: [{
|
|
6002
|
+
type: Input
|
|
6003
|
+
}], invalid: [{
|
|
6004
|
+
type: Input
|
|
6005
|
+
}], label: [{
|
|
6006
|
+
type: Input
|
|
6007
|
+
}], name: [{
|
|
6008
|
+
type: Input
|
|
6009
|
+
}], disabled: [{
|
|
6010
|
+
type: Input,
|
|
6011
|
+
args: [{ transform: booleanAttribute }]
|
|
6012
|
+
}], syncFirstRender: [{
|
|
6013
|
+
type: Input,
|
|
6014
|
+
args: [{ transform: booleanAttribute }]
|
|
6015
|
+
}], input: [{
|
|
6016
|
+
type: Output
|
|
6017
|
+
}], change: [{
|
|
6018
|
+
type: Output
|
|
6019
|
+
}] } });
|
|
6020
|
+
|
|
6021
|
+
/**
|
|
6022
|
+
* GdsSwitchComponent - Angular wrapper for gds-switch
|
|
6023
|
+
*
|
|
6024
|
+
*
|
|
6025
|
+
* Auto-generated from Custom Elements Manifest
|
|
6026
|
+
*/
|
|
6027
|
+
|
|
6028
6028
|
/**
|
|
6029
6029
|
* Angular wrapper for the gds-textarea web component
|
|
6030
6030
|
*
|
|
@@ -7045,6 +7045,70 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
7045
7045
|
* Auto-generated from Custom Elements Manifest
|
|
7046
7046
|
*/
|
|
7047
7047
|
|
|
7048
|
+
/**
|
|
7049
|
+
* Angular wrapper for the gds-filter-chip web component
|
|
7050
|
+
*
|
|
7051
|
+
*/
|
|
7052
|
+
let GdsFilterChipComponent = class GdsFilterChipComponent {
|
|
7053
|
+
get element() {
|
|
7054
|
+
return this.elementRef.nativeElement;
|
|
7055
|
+
}
|
|
7056
|
+
constructor() {
|
|
7057
|
+
this.elementRef = inject((ElementRef));
|
|
7058
|
+
this.zone = inject(NgZone);
|
|
7059
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
7060
|
+
this.cdr.detach();
|
|
7061
|
+
}
|
|
7062
|
+
ngOnInit() {
|
|
7063
|
+
// Define the custom element
|
|
7064
|
+
try {
|
|
7065
|
+
GdsFilterChip.define();
|
|
7066
|
+
}
|
|
7067
|
+
catch (e) {
|
|
7068
|
+
// Component may not be available in this version of green-core
|
|
7069
|
+
console.warn('Failed to define gds-filter-chip:', e);
|
|
7070
|
+
}
|
|
7071
|
+
}
|
|
7072
|
+
ngOnChanges(changes) {
|
|
7073
|
+
// Implementation added by @ProxyInputs decorator
|
|
7074
|
+
}
|
|
7075
|
+
ngAfterViewInit() {
|
|
7076
|
+
// Implementation added by @ProxyInputs decorator
|
|
7077
|
+
}
|
|
7078
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsFilterChipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7079
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsFilterChipComponent, isStandalone: true, selector: "gds-filter-chip", inputs: { selected: ["selected", "selected", booleanAttribute], value: "value", size: "size", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
7080
|
+
};
|
|
7081
|
+
GdsFilterChipComponent = __decorate([
|
|
7082
|
+
ProxyInputs(['selected', 'value', 'size', 'syncFirstRender']),
|
|
7083
|
+
__metadata("design:paramtypes", [])
|
|
7084
|
+
], GdsFilterChipComponent);
|
|
7085
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsFilterChipComponent, decorators: [{
|
|
7086
|
+
type: Component,
|
|
7087
|
+
args: [{
|
|
7088
|
+
selector: 'gds-filter-chip',
|
|
7089
|
+
standalone: true,
|
|
7090
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7091
|
+
template: `<ng-content></ng-content>`
|
|
7092
|
+
}]
|
|
7093
|
+
}], ctorParameters: () => [], propDecorators: { selected: [{
|
|
7094
|
+
type: Input,
|
|
7095
|
+
args: [{ transform: booleanAttribute }]
|
|
7096
|
+
}], value: [{
|
|
7097
|
+
type: Input
|
|
7098
|
+
}], size: [{
|
|
7099
|
+
type: Input
|
|
7100
|
+
}], syncFirstRender: [{
|
|
7101
|
+
type: Input,
|
|
7102
|
+
args: [{ transform: booleanAttribute }]
|
|
7103
|
+
}] } });
|
|
7104
|
+
|
|
7105
|
+
/**
|
|
7106
|
+
* GdsFilterChipComponent - Angular wrapper for gds-filter-chip
|
|
7107
|
+
*
|
|
7108
|
+
*
|
|
7109
|
+
* Auto-generated from Custom Elements Manifest
|
|
7110
|
+
*/
|
|
7111
|
+
|
|
7048
7112
|
/**
|
|
7049
7113
|
* Angular wrapper for the gds-formatted-account web component
|
|
7050
7114
|
*
|
|
@@ -7234,70 +7298,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
7234
7298
|
* Auto-generated from Custom Elements Manifest
|
|
7235
7299
|
*/
|
|
7236
7300
|
|
|
7237
|
-
/**
|
|
7238
|
-
* Angular wrapper for the gds-filter-chip web component
|
|
7239
|
-
*
|
|
7240
|
-
*/
|
|
7241
|
-
let GdsFilterChipComponent = class GdsFilterChipComponent {
|
|
7242
|
-
get element() {
|
|
7243
|
-
return this.elementRef.nativeElement;
|
|
7244
|
-
}
|
|
7245
|
-
constructor() {
|
|
7246
|
-
this.elementRef = inject((ElementRef));
|
|
7247
|
-
this.zone = inject(NgZone);
|
|
7248
|
-
this.cdr = inject(ChangeDetectorRef);
|
|
7249
|
-
this.cdr.detach();
|
|
7250
|
-
}
|
|
7251
|
-
ngOnInit() {
|
|
7252
|
-
// Define the custom element
|
|
7253
|
-
try {
|
|
7254
|
-
GdsFilterChip.define();
|
|
7255
|
-
}
|
|
7256
|
-
catch (e) {
|
|
7257
|
-
// Component may not be available in this version of green-core
|
|
7258
|
-
console.warn('Failed to define gds-filter-chip:', e);
|
|
7259
|
-
}
|
|
7260
|
-
}
|
|
7261
|
-
ngOnChanges(changes) {
|
|
7262
|
-
// Implementation added by @ProxyInputs decorator
|
|
7263
|
-
}
|
|
7264
|
-
ngAfterViewInit() {
|
|
7265
|
-
// Implementation added by @ProxyInputs decorator
|
|
7266
|
-
}
|
|
7267
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsFilterChipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7268
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsFilterChipComponent, isStandalone: true, selector: "gds-filter-chip", inputs: { selected: ["selected", "selected", booleanAttribute], value: "value", size: "size", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
7269
|
-
};
|
|
7270
|
-
GdsFilterChipComponent = __decorate([
|
|
7271
|
-
ProxyInputs(['selected', 'value', 'size', 'syncFirstRender']),
|
|
7272
|
-
__metadata("design:paramtypes", [])
|
|
7273
|
-
], GdsFilterChipComponent);
|
|
7274
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsFilterChipComponent, decorators: [{
|
|
7275
|
-
type: Component,
|
|
7276
|
-
args: [{
|
|
7277
|
-
selector: 'gds-filter-chip',
|
|
7278
|
-
standalone: true,
|
|
7279
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7280
|
-
template: `<ng-content></ng-content>`
|
|
7281
|
-
}]
|
|
7282
|
-
}], ctorParameters: () => [], propDecorators: { selected: [{
|
|
7283
|
-
type: Input,
|
|
7284
|
-
args: [{ transform: booleanAttribute }]
|
|
7285
|
-
}], value: [{
|
|
7286
|
-
type: Input
|
|
7287
|
-
}], size: [{
|
|
7288
|
-
type: Input
|
|
7289
|
-
}], syncFirstRender: [{
|
|
7290
|
-
type: Input,
|
|
7291
|
-
args: [{ transform: booleanAttribute }]
|
|
7292
|
-
}] } });
|
|
7293
|
-
|
|
7294
|
-
/**
|
|
7295
|
-
* GdsFilterChipComponent - Angular wrapper for gds-filter-chip
|
|
7296
|
-
*
|
|
7297
|
-
*
|
|
7298
|
-
* Auto-generated from Custom Elements Manifest
|
|
7299
|
-
*/
|
|
7300
|
-
|
|
7301
7301
|
/**
|
|
7302
7302
|
* Angular wrapper for the gds-formatted-date web component
|
|
7303
7303
|
*
|
|
@@ -7910,6 +7910,198 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
7910
7910
|
* Auto-generated from Custom Elements Manifest
|
|
7911
7911
|
*/
|
|
7912
7912
|
|
|
7913
|
+
/**
|
|
7914
|
+
* Angular wrapper for the gds-sensitive-account web component
|
|
7915
|
+
*
|
|
7916
|
+
*/
|
|
7917
|
+
let GdsSensitiveAccountComponent = class GdsSensitiveAccountComponent {
|
|
7918
|
+
get element() {
|
|
7919
|
+
return this.elementRef.nativeElement;
|
|
7920
|
+
}
|
|
7921
|
+
constructor() {
|
|
7922
|
+
this.elementRef = inject((ElementRef));
|
|
7923
|
+
this.zone = inject(NgZone);
|
|
7924
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
7925
|
+
this.cdr.detach();
|
|
7926
|
+
}
|
|
7927
|
+
ngOnInit() {
|
|
7928
|
+
// Define the custom element
|
|
7929
|
+
try {
|
|
7930
|
+
GdsSensitiveAccount.define();
|
|
7931
|
+
}
|
|
7932
|
+
catch (e) {
|
|
7933
|
+
// Component may not be available in this version of green-core
|
|
7934
|
+
console.warn('Failed to define gds-sensitive-account:', e);
|
|
7935
|
+
}
|
|
7936
|
+
}
|
|
7937
|
+
ngOnChanges(changes) {
|
|
7938
|
+
// Implementation added by @ProxyInputs decorator
|
|
7939
|
+
}
|
|
7940
|
+
ngAfterViewInit() {
|
|
7941
|
+
// Implementation added by @ProxyInputs decorator
|
|
7942
|
+
}
|
|
7943
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveAccountComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7944
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsSensitiveAccountComponent, isStandalone: true, selector: "gds-sensitive-account", inputs: { hide: ["hide", "hide", booleanAttribute], account: "account", tag: "tag", font: "font", fontWeight: "fontWeight", textTransform: "textTransform", textDecoration: "textDecoration", lines: "lines", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", height: "height", minHeight: "minHeight", maxHeight: "maxHeight", blockSize: "blockSize", minBlockSize: "minBlockSize", maxBlockSize: "maxBlockSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", padding: "padding", paddingInline: "paddingInline", paddingBlock: "paddingBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", position: "position", transform: "transform", inset: "inset", display: "display", level: "level", color: "color", background: "background", border: "border", borderColor: "borderColor", borderWidth: "borderWidth", borderStyle: "borderStyle", borderRadius: "borderRadius", boxShadow: "boxShadow", opacity: "opacity", overflow: "overflow", boxSizing: "boxSizing", zIndex: "zIndex", textAlign: "textAlign", textWrap: "textWrap", overflowWrap: "overflowWrap", whiteSpace: "whiteSpace", gap: "gap", alignItems: "alignItems", alignContent: "alignContent", justifyContent: "justifyContent", justifyItems: "justifyItems", flexDirection: "flexDirection", flexWrap: "flexWrap", placeItems: "placeItems", placeContent: "placeContent", aspectRatio: "aspectRatio", cursor: "cursor", pointerEvents: "pointerEvents", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
7945
|
+
};
|
|
7946
|
+
GdsSensitiveAccountComponent = __decorate([
|
|
7947
|
+
ProxyInputs(['hide', 'account', 'tag', 'font', 'font-weight', 'text-transform', 'text-decoration', 'lines', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'height', 'min-height', 'max-height', 'block-size', 'min-block-size', 'max-block-size', 'margin', 'margin-inline', 'margin-block', 'padding', 'padding-inline', 'padding-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'position', 'transform', 'inset', 'display', 'level', 'color', 'background', 'border', 'border-color', 'border-width', 'border-style', 'border-radius', 'box-shadow', 'opacity', 'overflow', 'box-sizing', 'z-index', 'text-align', 'text-wrap', 'overflow-wrap', 'white-space', 'gap', 'align-items', 'align-content', 'justify-content', 'justify-items', 'flex-direction', 'flex-wrap', 'place-items', 'place-content', 'aspect-ratio', 'cursor', 'pointer-events', 'syncFirstRender']),
|
|
7948
|
+
__metadata("design:paramtypes", [])
|
|
7949
|
+
], GdsSensitiveAccountComponent);
|
|
7950
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveAccountComponent, decorators: [{
|
|
7951
|
+
type: Component,
|
|
7952
|
+
args: [{
|
|
7953
|
+
selector: 'gds-sensitive-account',
|
|
7954
|
+
standalone: true,
|
|
7955
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7956
|
+
template: `<ng-content></ng-content>`
|
|
7957
|
+
}]
|
|
7958
|
+
}], ctorParameters: () => [], propDecorators: { hide: [{
|
|
7959
|
+
type: Input,
|
|
7960
|
+
args: [{ transform: booleanAttribute }]
|
|
7961
|
+
}], account: [{
|
|
7962
|
+
type: Input
|
|
7963
|
+
}], tag: [{
|
|
7964
|
+
type: Input
|
|
7965
|
+
}], font: [{
|
|
7966
|
+
type: Input
|
|
7967
|
+
}], fontWeight: [{
|
|
7968
|
+
type: Input
|
|
7969
|
+
}], textTransform: [{
|
|
7970
|
+
type: Input
|
|
7971
|
+
}], textDecoration: [{
|
|
7972
|
+
type: Input
|
|
7973
|
+
}], lines: [{
|
|
7974
|
+
type: Input
|
|
7975
|
+
}], width: [{
|
|
7976
|
+
type: Input
|
|
7977
|
+
}], minWidth: [{
|
|
7978
|
+
type: Input
|
|
7979
|
+
}], maxWidth: [{
|
|
7980
|
+
type: Input
|
|
7981
|
+
}], inlineSize: [{
|
|
7982
|
+
type: Input
|
|
7983
|
+
}], minInlineSize: [{
|
|
7984
|
+
type: Input
|
|
7985
|
+
}], maxInlineSize: [{
|
|
7986
|
+
type: Input
|
|
7987
|
+
}], height: [{
|
|
7988
|
+
type: Input
|
|
7989
|
+
}], minHeight: [{
|
|
7990
|
+
type: Input
|
|
7991
|
+
}], maxHeight: [{
|
|
7992
|
+
type: Input
|
|
7993
|
+
}], blockSize: [{
|
|
7994
|
+
type: Input
|
|
7995
|
+
}], minBlockSize: [{
|
|
7996
|
+
type: Input
|
|
7997
|
+
}], maxBlockSize: [{
|
|
7998
|
+
type: Input
|
|
7999
|
+
}], margin: [{
|
|
8000
|
+
type: Input
|
|
8001
|
+
}], marginInline: [{
|
|
8002
|
+
type: Input
|
|
8003
|
+
}], marginBlock: [{
|
|
8004
|
+
type: Input
|
|
8005
|
+
}], padding: [{
|
|
8006
|
+
type: Input
|
|
8007
|
+
}], paddingInline: [{
|
|
8008
|
+
type: Input
|
|
8009
|
+
}], paddingBlock: [{
|
|
8010
|
+
type: Input
|
|
8011
|
+
}], alignSelf: [{
|
|
8012
|
+
type: Input
|
|
8013
|
+
}], justifySelf: [{
|
|
8014
|
+
type: Input
|
|
8015
|
+
}], placeSelf: [{
|
|
8016
|
+
type: Input
|
|
8017
|
+
}], gridColumn: [{
|
|
8018
|
+
type: Input
|
|
8019
|
+
}], gridRow: [{
|
|
8020
|
+
type: Input
|
|
8021
|
+
}], gridArea: [{
|
|
8022
|
+
type: Input
|
|
8023
|
+
}], flex: [{
|
|
8024
|
+
type: Input
|
|
8025
|
+
}], order: [{
|
|
8026
|
+
type: Input
|
|
8027
|
+
}], position: [{
|
|
8028
|
+
type: Input
|
|
8029
|
+
}], transform: [{
|
|
8030
|
+
type: Input
|
|
8031
|
+
}], inset: [{
|
|
8032
|
+
type: Input
|
|
8033
|
+
}], display: [{
|
|
8034
|
+
type: Input
|
|
8035
|
+
}], level: [{
|
|
8036
|
+
type: Input
|
|
8037
|
+
}], color: [{
|
|
8038
|
+
type: Input
|
|
8039
|
+
}], background: [{
|
|
8040
|
+
type: Input
|
|
8041
|
+
}], border: [{
|
|
8042
|
+
type: Input
|
|
8043
|
+
}], borderColor: [{
|
|
8044
|
+
type: Input
|
|
8045
|
+
}], borderWidth: [{
|
|
8046
|
+
type: Input
|
|
8047
|
+
}], borderStyle: [{
|
|
8048
|
+
type: Input
|
|
8049
|
+
}], borderRadius: [{
|
|
8050
|
+
type: Input
|
|
8051
|
+
}], boxShadow: [{
|
|
8052
|
+
type: Input
|
|
8053
|
+
}], opacity: [{
|
|
8054
|
+
type: Input
|
|
8055
|
+
}], overflow: [{
|
|
8056
|
+
type: Input
|
|
8057
|
+
}], boxSizing: [{
|
|
8058
|
+
type: Input
|
|
8059
|
+
}], zIndex: [{
|
|
8060
|
+
type: Input
|
|
8061
|
+
}], textAlign: [{
|
|
8062
|
+
type: Input
|
|
8063
|
+
}], textWrap: [{
|
|
8064
|
+
type: Input
|
|
8065
|
+
}], overflowWrap: [{
|
|
8066
|
+
type: Input
|
|
8067
|
+
}], whiteSpace: [{
|
|
8068
|
+
type: Input
|
|
8069
|
+
}], gap: [{
|
|
8070
|
+
type: Input
|
|
8071
|
+
}], alignItems: [{
|
|
8072
|
+
type: Input
|
|
8073
|
+
}], alignContent: [{
|
|
8074
|
+
type: Input
|
|
8075
|
+
}], justifyContent: [{
|
|
8076
|
+
type: Input
|
|
8077
|
+
}], justifyItems: [{
|
|
8078
|
+
type: Input
|
|
8079
|
+
}], flexDirection: [{
|
|
8080
|
+
type: Input
|
|
8081
|
+
}], flexWrap: [{
|
|
8082
|
+
type: Input
|
|
8083
|
+
}], placeItems: [{
|
|
8084
|
+
type: Input
|
|
8085
|
+
}], placeContent: [{
|
|
8086
|
+
type: Input
|
|
8087
|
+
}], aspectRatio: [{
|
|
8088
|
+
type: Input
|
|
8089
|
+
}], cursor: [{
|
|
8090
|
+
type: Input
|
|
8091
|
+
}], pointerEvents: [{
|
|
8092
|
+
type: Input
|
|
8093
|
+
}], syncFirstRender: [{
|
|
8094
|
+
type: Input,
|
|
8095
|
+
args: [{ transform: booleanAttribute }]
|
|
8096
|
+
}] } });
|
|
8097
|
+
|
|
8098
|
+
/**
|
|
8099
|
+
* GdsSensitiveAccountComponent - Angular wrapper for gds-sensitive-account
|
|
8100
|
+
*
|
|
8101
|
+
*
|
|
8102
|
+
* Auto-generated from Custom Elements Manifest
|
|
8103
|
+
*/
|
|
8104
|
+
|
|
7913
8105
|
/**
|
|
7914
8106
|
* Angular wrapper for the gds-sensitive-date web component
|
|
7915
8107
|
*
|
|
@@ -8106,198 +8298,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
8106
8298
|
* Auto-generated from Custom Elements Manifest
|
|
8107
8299
|
*/
|
|
8108
8300
|
|
|
8109
|
-
/**
|
|
8110
|
-
* Angular wrapper for the gds-sensitive-account web component
|
|
8111
|
-
*
|
|
8112
|
-
*/
|
|
8113
|
-
let GdsSensitiveAccountComponent = class GdsSensitiveAccountComponent {
|
|
8114
|
-
get element() {
|
|
8115
|
-
return this.elementRef.nativeElement;
|
|
8116
|
-
}
|
|
8117
|
-
constructor() {
|
|
8118
|
-
this.elementRef = inject((ElementRef));
|
|
8119
|
-
this.zone = inject(NgZone);
|
|
8120
|
-
this.cdr = inject(ChangeDetectorRef);
|
|
8121
|
-
this.cdr.detach();
|
|
8122
|
-
}
|
|
8123
|
-
ngOnInit() {
|
|
8124
|
-
// Define the custom element
|
|
8125
|
-
try {
|
|
8126
|
-
GdsSensitiveAccount.define();
|
|
8127
|
-
}
|
|
8128
|
-
catch (e) {
|
|
8129
|
-
// Component may not be available in this version of green-core
|
|
8130
|
-
console.warn('Failed to define gds-sensitive-account:', e);
|
|
8131
|
-
}
|
|
8132
|
-
}
|
|
8133
|
-
ngOnChanges(changes) {
|
|
8134
|
-
// Implementation added by @ProxyInputs decorator
|
|
8135
|
-
}
|
|
8136
|
-
ngAfterViewInit() {
|
|
8137
|
-
// Implementation added by @ProxyInputs decorator
|
|
8138
|
-
}
|
|
8139
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveAccountComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8140
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsSensitiveAccountComponent, isStandalone: true, selector: "gds-sensitive-account", inputs: { hide: ["hide", "hide", booleanAttribute], account: "account", tag: "tag", font: "font", fontWeight: "fontWeight", textTransform: "textTransform", textDecoration: "textDecoration", lines: "lines", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", height: "height", minHeight: "minHeight", maxHeight: "maxHeight", blockSize: "blockSize", minBlockSize: "minBlockSize", maxBlockSize: "maxBlockSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", padding: "padding", paddingInline: "paddingInline", paddingBlock: "paddingBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", position: "position", transform: "transform", inset: "inset", display: "display", level: "level", color: "color", background: "background", border: "border", borderColor: "borderColor", borderWidth: "borderWidth", borderStyle: "borderStyle", borderRadius: "borderRadius", boxShadow: "boxShadow", opacity: "opacity", overflow: "overflow", boxSizing: "boxSizing", zIndex: "zIndex", textAlign: "textAlign", textWrap: "textWrap", overflowWrap: "overflowWrap", whiteSpace: "whiteSpace", gap: "gap", alignItems: "alignItems", alignContent: "alignContent", justifyContent: "justifyContent", justifyItems: "justifyItems", flexDirection: "flexDirection", flexWrap: "flexWrap", placeItems: "placeItems", placeContent: "placeContent", aspectRatio: "aspectRatio", cursor: "cursor", pointerEvents: "pointerEvents", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
8141
|
-
};
|
|
8142
|
-
GdsSensitiveAccountComponent = __decorate([
|
|
8143
|
-
ProxyInputs(['hide', 'account', 'tag', 'font', 'font-weight', 'text-transform', 'text-decoration', 'lines', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'height', 'min-height', 'max-height', 'block-size', 'min-block-size', 'max-block-size', 'margin', 'margin-inline', 'margin-block', 'padding', 'padding-inline', 'padding-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'position', 'transform', 'inset', 'display', 'level', 'color', 'background', 'border', 'border-color', 'border-width', 'border-style', 'border-radius', 'box-shadow', 'opacity', 'overflow', 'box-sizing', 'z-index', 'text-align', 'text-wrap', 'overflow-wrap', 'white-space', 'gap', 'align-items', 'align-content', 'justify-content', 'justify-items', 'flex-direction', 'flex-wrap', 'place-items', 'place-content', 'aspect-ratio', 'cursor', 'pointer-events', 'syncFirstRender']),
|
|
8144
|
-
__metadata("design:paramtypes", [])
|
|
8145
|
-
], GdsSensitiveAccountComponent);
|
|
8146
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveAccountComponent, decorators: [{
|
|
8147
|
-
type: Component,
|
|
8148
|
-
args: [{
|
|
8149
|
-
selector: 'gds-sensitive-account',
|
|
8150
|
-
standalone: true,
|
|
8151
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8152
|
-
template: `<ng-content></ng-content>`
|
|
8153
|
-
}]
|
|
8154
|
-
}], ctorParameters: () => [], propDecorators: { hide: [{
|
|
8155
|
-
type: Input,
|
|
8156
|
-
args: [{ transform: booleanAttribute }]
|
|
8157
|
-
}], account: [{
|
|
8158
|
-
type: Input
|
|
8159
|
-
}], tag: [{
|
|
8160
|
-
type: Input
|
|
8161
|
-
}], font: [{
|
|
8162
|
-
type: Input
|
|
8163
|
-
}], fontWeight: [{
|
|
8164
|
-
type: Input
|
|
8165
|
-
}], textTransform: [{
|
|
8166
|
-
type: Input
|
|
8167
|
-
}], textDecoration: [{
|
|
8168
|
-
type: Input
|
|
8169
|
-
}], lines: [{
|
|
8170
|
-
type: Input
|
|
8171
|
-
}], width: [{
|
|
8172
|
-
type: Input
|
|
8173
|
-
}], minWidth: [{
|
|
8174
|
-
type: Input
|
|
8175
|
-
}], maxWidth: [{
|
|
8176
|
-
type: Input
|
|
8177
|
-
}], inlineSize: [{
|
|
8178
|
-
type: Input
|
|
8179
|
-
}], minInlineSize: [{
|
|
8180
|
-
type: Input
|
|
8181
|
-
}], maxInlineSize: [{
|
|
8182
|
-
type: Input
|
|
8183
|
-
}], height: [{
|
|
8184
|
-
type: Input
|
|
8185
|
-
}], minHeight: [{
|
|
8186
|
-
type: Input
|
|
8187
|
-
}], maxHeight: [{
|
|
8188
|
-
type: Input
|
|
8189
|
-
}], blockSize: [{
|
|
8190
|
-
type: Input
|
|
8191
|
-
}], minBlockSize: [{
|
|
8192
|
-
type: Input
|
|
8193
|
-
}], maxBlockSize: [{
|
|
8194
|
-
type: Input
|
|
8195
|
-
}], margin: [{
|
|
8196
|
-
type: Input
|
|
8197
|
-
}], marginInline: [{
|
|
8198
|
-
type: Input
|
|
8199
|
-
}], marginBlock: [{
|
|
8200
|
-
type: Input
|
|
8201
|
-
}], padding: [{
|
|
8202
|
-
type: Input
|
|
8203
|
-
}], paddingInline: [{
|
|
8204
|
-
type: Input
|
|
8205
|
-
}], paddingBlock: [{
|
|
8206
|
-
type: Input
|
|
8207
|
-
}], alignSelf: [{
|
|
8208
|
-
type: Input
|
|
8209
|
-
}], justifySelf: [{
|
|
8210
|
-
type: Input
|
|
8211
|
-
}], placeSelf: [{
|
|
8212
|
-
type: Input
|
|
8213
|
-
}], gridColumn: [{
|
|
8214
|
-
type: Input
|
|
8215
|
-
}], gridRow: [{
|
|
8216
|
-
type: Input
|
|
8217
|
-
}], gridArea: [{
|
|
8218
|
-
type: Input
|
|
8219
|
-
}], flex: [{
|
|
8220
|
-
type: Input
|
|
8221
|
-
}], order: [{
|
|
8222
|
-
type: Input
|
|
8223
|
-
}], position: [{
|
|
8224
|
-
type: Input
|
|
8225
|
-
}], transform: [{
|
|
8226
|
-
type: Input
|
|
8227
|
-
}], inset: [{
|
|
8228
|
-
type: Input
|
|
8229
|
-
}], display: [{
|
|
8230
|
-
type: Input
|
|
8231
|
-
}], level: [{
|
|
8232
|
-
type: Input
|
|
8233
|
-
}], color: [{
|
|
8234
|
-
type: Input
|
|
8235
|
-
}], background: [{
|
|
8236
|
-
type: Input
|
|
8237
|
-
}], border: [{
|
|
8238
|
-
type: Input
|
|
8239
|
-
}], borderColor: [{
|
|
8240
|
-
type: Input
|
|
8241
|
-
}], borderWidth: [{
|
|
8242
|
-
type: Input
|
|
8243
|
-
}], borderStyle: [{
|
|
8244
|
-
type: Input
|
|
8245
|
-
}], borderRadius: [{
|
|
8246
|
-
type: Input
|
|
8247
|
-
}], boxShadow: [{
|
|
8248
|
-
type: Input
|
|
8249
|
-
}], opacity: [{
|
|
8250
|
-
type: Input
|
|
8251
|
-
}], overflow: [{
|
|
8252
|
-
type: Input
|
|
8253
|
-
}], boxSizing: [{
|
|
8254
|
-
type: Input
|
|
8255
|
-
}], zIndex: [{
|
|
8256
|
-
type: Input
|
|
8257
|
-
}], textAlign: [{
|
|
8258
|
-
type: Input
|
|
8259
|
-
}], textWrap: [{
|
|
8260
|
-
type: Input
|
|
8261
|
-
}], overflowWrap: [{
|
|
8262
|
-
type: Input
|
|
8263
|
-
}], whiteSpace: [{
|
|
8264
|
-
type: Input
|
|
8265
|
-
}], gap: [{
|
|
8266
|
-
type: Input
|
|
8267
|
-
}], alignItems: [{
|
|
8268
|
-
type: Input
|
|
8269
|
-
}], alignContent: [{
|
|
8270
|
-
type: Input
|
|
8271
|
-
}], justifyContent: [{
|
|
8272
|
-
type: Input
|
|
8273
|
-
}], justifyItems: [{
|
|
8274
|
-
type: Input
|
|
8275
|
-
}], flexDirection: [{
|
|
8276
|
-
type: Input
|
|
8277
|
-
}], flexWrap: [{
|
|
8278
|
-
type: Input
|
|
8279
|
-
}], placeItems: [{
|
|
8280
|
-
type: Input
|
|
8281
|
-
}], placeContent: [{
|
|
8282
|
-
type: Input
|
|
8283
|
-
}], aspectRatio: [{
|
|
8284
|
-
type: Input
|
|
8285
|
-
}], cursor: [{
|
|
8286
|
-
type: Input
|
|
8287
|
-
}], pointerEvents: [{
|
|
8288
|
-
type: Input
|
|
8289
|
-
}], syncFirstRender: [{
|
|
8290
|
-
type: Input,
|
|
8291
|
-
args: [{ transform: booleanAttribute }]
|
|
8292
|
-
}] } });
|
|
8293
|
-
|
|
8294
|
-
/**
|
|
8295
|
-
* GdsSensitiveAccountComponent - Angular wrapper for gds-sensitive-account
|
|
8296
|
-
*
|
|
8297
|
-
*
|
|
8298
|
-
* Auto-generated from Custom Elements Manifest
|
|
8299
|
-
*/
|
|
8300
|
-
|
|
8301
8301
|
/**
|
|
8302
8302
|
* Angular wrapper for the gds-sensitive-number web component
|
|
8303
8303
|
*
|
|
@@ -37321,19 +37321,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
37321
37321
|
*/
|
|
37322
37322
|
class GreenCoreNgModule {
|
|
37323
37323
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GreenCoreNgModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
37324
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.19", ngImport: i0, type: GreenCoreNgModule, imports: [
|
|
37325
|
-
|
|
37326
|
-
|
|
37324
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.19", ngImport: i0, type: GreenCoreNgModule, imports: [GdsAlertComponent,
|
|
37325
|
+
GdsAvatarComponent,
|
|
37326
|
+
GdsBlurComponent,
|
|
37327
37327
|
GdsBadgeComponent,
|
|
37328
37328
|
GdsButtonComponent,
|
|
37329
|
-
|
|
37329
|
+
GdsBreadcrumbsComponent,
|
|
37330
37330
|
GdsCalendarComponent,
|
|
37331
37331
|
GdsCardComponent,
|
|
37332
|
-
GdsCardLinkedComponent,
|
|
37333
37332
|
GdsCheckboxComponent,
|
|
37334
|
-
|
|
37333
|
+
GdsCardLinkedComponent,
|
|
37335
37334
|
GdsContextMenuComponent,
|
|
37336
37335
|
GdsDatepickerComponent,
|
|
37336
|
+
GdsCoachmarkComponent,
|
|
37337
37337
|
GdsDetailsComponent,
|
|
37338
37338
|
GdsDialogComponent,
|
|
37339
37339
|
GdsDivComponent,
|
|
@@ -37349,8 +37349,8 @@ class GreenCoreNgModule {
|
|
|
37349
37349
|
GdsImgComponent,
|
|
37350
37350
|
GdsInputComponent,
|
|
37351
37351
|
GdsLinkComponent,
|
|
37352
|
-
GdsMaskComponent,
|
|
37353
37352
|
GdsMenuButtonComponent,
|
|
37353
|
+
GdsMaskComponent,
|
|
37354
37354
|
GdsPaginationComponent,
|
|
37355
37355
|
GdsBackdropComponent,
|
|
37356
37356
|
GdsPopoverComponent,
|
|
@@ -37360,9 +37360,9 @@ class GreenCoreNgModule {
|
|
|
37360
37360
|
GdsSelectComponent,
|
|
37361
37361
|
GdsSignalComponent,
|
|
37362
37362
|
GdsSpinnerComponent,
|
|
37363
|
-
GdsSwitchComponent,
|
|
37364
37363
|
GdsTableComponent,
|
|
37365
37364
|
GdsTextComponent,
|
|
37365
|
+
GdsSwitchComponent,
|
|
37366
37366
|
GdsTextareaComponent,
|
|
37367
37367
|
GdsThemeComponent,
|
|
37368
37368
|
GdsVideoComponent,
|
|
@@ -37371,14 +37371,14 @@ class GreenCoreNgModule {
|
|
|
37371
37371
|
GdsBreadcrumbComponent,
|
|
37372
37372
|
GdsCheckboxGroupComponent,
|
|
37373
37373
|
GdsIconDetailsComponent,
|
|
37374
|
-
GdsFormattedAccountComponent,
|
|
37375
37374
|
GdsFilterChipComponent,
|
|
37375
|
+
GdsFormattedAccountComponent,
|
|
37376
37376
|
GdsFormattedDateComponent,
|
|
37377
37377
|
GdsFormattedNumberComponent,
|
|
37378
37378
|
GdsRadioGroupComponent,
|
|
37379
37379
|
GdsSegmentComponent,
|
|
37380
|
-
GdsSensitiveDateComponent,
|
|
37381
37380
|
GdsSensitiveAccountComponent,
|
|
37381
|
+
GdsSensitiveDateComponent,
|
|
37382
37382
|
GdsSensitiveNumberComponent,
|
|
37383
37383
|
IconAiComponent,
|
|
37384
37384
|
IconAirplaneUpComponent,
|
|
@@ -37693,19 +37693,19 @@ class GreenCoreNgModule {
|
|
|
37693
37693
|
IconZoomOutComponent,
|
|
37694
37694
|
GdsMenuItemComponent,
|
|
37695
37695
|
GdsMenuHeadingComponent,
|
|
37696
|
-
GdsOptionComponent], exports: [
|
|
37697
|
-
|
|
37698
|
-
|
|
37696
|
+
GdsOptionComponent], exports: [GdsAlertComponent,
|
|
37697
|
+
GdsAvatarComponent,
|
|
37698
|
+
GdsBlurComponent,
|
|
37699
37699
|
GdsBadgeComponent,
|
|
37700
37700
|
GdsButtonComponent,
|
|
37701
|
-
|
|
37701
|
+
GdsBreadcrumbsComponent,
|
|
37702
37702
|
GdsCalendarComponent,
|
|
37703
37703
|
GdsCardComponent,
|
|
37704
|
-
GdsCardLinkedComponent,
|
|
37705
37704
|
GdsCheckboxComponent,
|
|
37706
|
-
|
|
37705
|
+
GdsCardLinkedComponent,
|
|
37707
37706
|
GdsContextMenuComponent,
|
|
37708
37707
|
GdsDatepickerComponent,
|
|
37708
|
+
GdsCoachmarkComponent,
|
|
37709
37709
|
GdsDetailsComponent,
|
|
37710
37710
|
GdsDialogComponent,
|
|
37711
37711
|
GdsDivComponent,
|
|
@@ -37721,8 +37721,8 @@ class GreenCoreNgModule {
|
|
|
37721
37721
|
GdsImgComponent,
|
|
37722
37722
|
GdsInputComponent,
|
|
37723
37723
|
GdsLinkComponent,
|
|
37724
|
-
GdsMaskComponent,
|
|
37725
37724
|
GdsMenuButtonComponent,
|
|
37725
|
+
GdsMaskComponent,
|
|
37726
37726
|
GdsPaginationComponent,
|
|
37727
37727
|
GdsBackdropComponent,
|
|
37728
37728
|
GdsPopoverComponent,
|
|
@@ -37732,9 +37732,9 @@ class GreenCoreNgModule {
|
|
|
37732
37732
|
GdsSelectComponent,
|
|
37733
37733
|
GdsSignalComponent,
|
|
37734
37734
|
GdsSpinnerComponent,
|
|
37735
|
-
GdsSwitchComponent,
|
|
37736
37735
|
GdsTableComponent,
|
|
37737
37736
|
GdsTextComponent,
|
|
37737
|
+
GdsSwitchComponent,
|
|
37738
37738
|
GdsTextareaComponent,
|
|
37739
37739
|
GdsThemeComponent,
|
|
37740
37740
|
GdsVideoComponent,
|
|
@@ -37743,14 +37743,14 @@ class GreenCoreNgModule {
|
|
|
37743
37743
|
GdsBreadcrumbComponent,
|
|
37744
37744
|
GdsCheckboxGroupComponent,
|
|
37745
37745
|
GdsIconDetailsComponent,
|
|
37746
|
-
GdsFormattedAccountComponent,
|
|
37747
37746
|
GdsFilterChipComponent,
|
|
37747
|
+
GdsFormattedAccountComponent,
|
|
37748
37748
|
GdsFormattedDateComponent,
|
|
37749
37749
|
GdsFormattedNumberComponent,
|
|
37750
37750
|
GdsRadioGroupComponent,
|
|
37751
37751
|
GdsSegmentComponent,
|
|
37752
|
-
GdsSensitiveDateComponent,
|
|
37753
37752
|
GdsSensitiveAccountComponent,
|
|
37753
|
+
GdsSensitiveDateComponent,
|
|
37754
37754
|
GdsSensitiveNumberComponent,
|
|
37755
37755
|
IconAiComponent,
|
|
37756
37756
|
IconAirplaneUpComponent,
|
|
@@ -38072,19 +38072,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
38072
38072
|
type: NgModule,
|
|
38073
38073
|
args: [{
|
|
38074
38074
|
imports: [
|
|
38075
|
-
GdsAvatarComponent,
|
|
38076
38075
|
GdsAlertComponent,
|
|
38077
|
-
|
|
38076
|
+
GdsAvatarComponent,
|
|
38077
|
+
GdsBlurComponent,
|
|
38078
38078
|
GdsBadgeComponent,
|
|
38079
38079
|
GdsButtonComponent,
|
|
38080
|
-
|
|
38080
|
+
GdsBreadcrumbsComponent,
|
|
38081
38081
|
GdsCalendarComponent,
|
|
38082
38082
|
GdsCardComponent,
|
|
38083
|
-
GdsCardLinkedComponent,
|
|
38084
38083
|
GdsCheckboxComponent,
|
|
38085
|
-
|
|
38084
|
+
GdsCardLinkedComponent,
|
|
38086
38085
|
GdsContextMenuComponent,
|
|
38087
38086
|
GdsDatepickerComponent,
|
|
38087
|
+
GdsCoachmarkComponent,
|
|
38088
38088
|
GdsDetailsComponent,
|
|
38089
38089
|
GdsDialogComponent,
|
|
38090
38090
|
GdsDivComponent,
|
|
@@ -38100,8 +38100,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
38100
38100
|
GdsImgComponent,
|
|
38101
38101
|
GdsInputComponent,
|
|
38102
38102
|
GdsLinkComponent,
|
|
38103
|
-
GdsMaskComponent,
|
|
38104
38103
|
GdsMenuButtonComponent,
|
|
38104
|
+
GdsMaskComponent,
|
|
38105
38105
|
GdsPaginationComponent,
|
|
38106
38106
|
GdsBackdropComponent,
|
|
38107
38107
|
GdsPopoverComponent,
|
|
@@ -38111,9 +38111,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
38111
38111
|
GdsSelectComponent,
|
|
38112
38112
|
GdsSignalComponent,
|
|
38113
38113
|
GdsSpinnerComponent,
|
|
38114
|
-
GdsSwitchComponent,
|
|
38115
38114
|
GdsTableComponent,
|
|
38116
38115
|
GdsTextComponent,
|
|
38116
|
+
GdsSwitchComponent,
|
|
38117
38117
|
GdsTextareaComponent,
|
|
38118
38118
|
GdsThemeComponent,
|
|
38119
38119
|
GdsVideoComponent,
|
|
@@ -38122,14 +38122,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
38122
38122
|
GdsBreadcrumbComponent,
|
|
38123
38123
|
GdsCheckboxGroupComponent,
|
|
38124
38124
|
GdsIconDetailsComponent,
|
|
38125
|
-
GdsFormattedAccountComponent,
|
|
38126
38125
|
GdsFilterChipComponent,
|
|
38126
|
+
GdsFormattedAccountComponent,
|
|
38127
38127
|
GdsFormattedDateComponent,
|
|
38128
38128
|
GdsFormattedNumberComponent,
|
|
38129
38129
|
GdsRadioGroupComponent,
|
|
38130
38130
|
GdsSegmentComponent,
|
|
38131
|
-
GdsSensitiveDateComponent,
|
|
38132
38131
|
GdsSensitiveAccountComponent,
|
|
38132
|
+
GdsSensitiveDateComponent,
|
|
38133
38133
|
GdsSensitiveNumberComponent,
|
|
38134
38134
|
IconAiComponent,
|
|
38135
38135
|
IconAirplaneUpComponent,
|
|
@@ -38447,19 +38447,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
38447
38447
|
GdsOptionComponent,
|
|
38448
38448
|
],
|
|
38449
38449
|
exports: [
|
|
38450
|
-
GdsAvatarComponent,
|
|
38451
38450
|
GdsAlertComponent,
|
|
38452
|
-
|
|
38451
|
+
GdsAvatarComponent,
|
|
38452
|
+
GdsBlurComponent,
|
|
38453
38453
|
GdsBadgeComponent,
|
|
38454
38454
|
GdsButtonComponent,
|
|
38455
|
-
|
|
38455
|
+
GdsBreadcrumbsComponent,
|
|
38456
38456
|
GdsCalendarComponent,
|
|
38457
38457
|
GdsCardComponent,
|
|
38458
|
-
GdsCardLinkedComponent,
|
|
38459
38458
|
GdsCheckboxComponent,
|
|
38460
|
-
|
|
38459
|
+
GdsCardLinkedComponent,
|
|
38461
38460
|
GdsContextMenuComponent,
|
|
38462
38461
|
GdsDatepickerComponent,
|
|
38462
|
+
GdsCoachmarkComponent,
|
|
38463
38463
|
GdsDetailsComponent,
|
|
38464
38464
|
GdsDialogComponent,
|
|
38465
38465
|
GdsDivComponent,
|
|
@@ -38475,8 +38475,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
38475
38475
|
GdsImgComponent,
|
|
38476
38476
|
GdsInputComponent,
|
|
38477
38477
|
GdsLinkComponent,
|
|
38478
|
-
GdsMaskComponent,
|
|
38479
38478
|
GdsMenuButtonComponent,
|
|
38479
|
+
GdsMaskComponent,
|
|
38480
38480
|
GdsPaginationComponent,
|
|
38481
38481
|
GdsBackdropComponent,
|
|
38482
38482
|
GdsPopoverComponent,
|
|
@@ -38486,9 +38486,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
38486
38486
|
GdsSelectComponent,
|
|
38487
38487
|
GdsSignalComponent,
|
|
38488
38488
|
GdsSpinnerComponent,
|
|
38489
|
-
GdsSwitchComponent,
|
|
38490
38489
|
GdsTableComponent,
|
|
38491
38490
|
GdsTextComponent,
|
|
38491
|
+
GdsSwitchComponent,
|
|
38492
38492
|
GdsTextareaComponent,
|
|
38493
38493
|
GdsThemeComponent,
|
|
38494
38494
|
GdsVideoComponent,
|
|
@@ -38497,14 +38497,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
38497
38497
|
GdsBreadcrumbComponent,
|
|
38498
38498
|
GdsCheckboxGroupComponent,
|
|
38499
38499
|
GdsIconDetailsComponent,
|
|
38500
|
-
GdsFormattedAccountComponent,
|
|
38501
38500
|
GdsFilterChipComponent,
|
|
38501
|
+
GdsFormattedAccountComponent,
|
|
38502
38502
|
GdsFormattedDateComponent,
|
|
38503
38503
|
GdsFormattedNumberComponent,
|
|
38504
38504
|
GdsRadioGroupComponent,
|
|
38505
38505
|
GdsSegmentComponent,
|
|
38506
|
-
GdsSensitiveDateComponent,
|
|
38507
38506
|
GdsSensitiveAccountComponent,
|
|
38507
|
+
GdsSensitiveDateComponent,
|
|
38508
38508
|
GdsSensitiveNumberComponent,
|
|
38509
38509
|
IconAiComponent,
|
|
38510
38510
|
IconAirplaneUpComponent,
|