@sebgroup/green-core-ng 3.5.1 → 3.6.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.
- package/fesm2022/sebgroup-green-core-ng.mjs +360 -219
- package/fesm2022/sebgroup-green-core-ng.mjs.map +1 -1
- package/generated/green-core-ng.module.d.ts +335 -334
- package/generated/index.d.ts +4 -3
- package/generated/switch/index.d.ts +7 -0
- package/generated/switch/switch.component.d.ts +110 -0
- package/package.json +2 -2
|
@@ -2,13 +2,13 @@ import { __decorate, __metadata } from 'tslib';
|
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
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';
|
|
4
4
|
import { GdsAlert } from '@sebgroup/green-core/components/alert/alert.component.js';
|
|
5
|
-
import { GdsBadge } from '@sebgroup/green-core/components/badge/badge.component.js';
|
|
6
5
|
import { GdsBlur } from '@sebgroup/green-core/components/blur/blur.component.js';
|
|
7
|
-
import {
|
|
6
|
+
import { GdsBadge } from '@sebgroup/green-core/components/badge/badge.component.js';
|
|
8
7
|
import { NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
9
8
|
import { LocationStrategy, DOCUMENT, CommonModule } from '@angular/common';
|
|
10
9
|
import { Router, RouterLink, RouterLinkActive, NavigationEnd } from '@angular/router';
|
|
11
10
|
import { GdsButton } from '@sebgroup/green-core/components/button/button.component.js';
|
|
11
|
+
import { GdsBreadcrumbs } from '@sebgroup/green-core/components/breadcrumbs/breadcrumbs.component.js';
|
|
12
12
|
import { GdsCalendar } from '@sebgroup/green-core/components/calendar/calendar.component.js';
|
|
13
13
|
import { GdsCard } from '@sebgroup/green-core/components/card/card.component.js';
|
|
14
14
|
import { GdsCardLinked } from '@sebgroup/green-core/components/card-linked/card-linked.component.js';
|
|
@@ -42,6 +42,7 @@ import { GdsSegmentedControl } from '@sebgroup/green-core/components/segmented-c
|
|
|
42
42
|
import { GdsSelect } from '@sebgroup/green-core/components/select/select.component.js';
|
|
43
43
|
import { GdsSignal } from '@sebgroup/green-core/components/signal/signal.component.js';
|
|
44
44
|
import { GdsSpinner } from '@sebgroup/green-core/components/spinner/spinner.component.js';
|
|
45
|
+
import { GdsSwitch } from '@sebgroup/green-core/components/switch/switch.component.js';
|
|
45
46
|
import { GdsTable } from '@sebgroup/green-core/components/table/table.component.js';
|
|
46
47
|
import { GdsText } from '@sebgroup/green-core/components/text/text.component.js';
|
|
47
48
|
import { GdsTextarea } from '@sebgroup/green-core/components/textarea/textarea.component.js';
|
|
@@ -51,9 +52,9 @@ import { GdsCardPattern01 } from '@sebgroup/green-core/patterns/card-pattern-01/
|
|
|
51
52
|
import { GdsBreadcrumb } from '@sebgroup/green-core/components/breadcrumbs/breadcrumb/breadcrumb.component.js';
|
|
52
53
|
import { GdsCheckboxGroup } from '@sebgroup/green-core/components/checkbox/checkbox-group/checkbox-group.component.js';
|
|
53
54
|
import { GdsIconDetails } from '@sebgroup/green-core/components/details/details-icon/details-icon.component.js';
|
|
55
|
+
import { GdsFilterChip } from '@sebgroup/green-core/components/filter-chips/filter-chip/filter-chip.component.js';
|
|
54
56
|
import { GdsFormattedAccount } from '@sebgroup/green-core/components/formatted-text/account/formatted-account.component.js';
|
|
55
57
|
import { GdsFormattedDate } from '@sebgroup/green-core/components/formatted-text/date/formatted-date.component.js';
|
|
56
|
-
import { GdsFilterChip } from '@sebgroup/green-core/components/filter-chips/filter-chip/filter-chip.component.js';
|
|
57
58
|
import { GdsFormattedNumber } from '@sebgroup/green-core/components/formatted-text/number/formatted-number.component.js';
|
|
58
59
|
import { GdsRadioGroup } from '@sebgroup/green-core/components/radio/radio-group/radio-group.component.js';
|
|
59
60
|
import { GdsSegment } from '@sebgroup/green-core/components/segmented-control/segment/segment.component.js';
|
|
@@ -516,113 +517,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
516
517
|
* Auto-generated from Custom Elements Manifest
|
|
517
518
|
*/
|
|
518
519
|
|
|
519
|
-
/**
|
|
520
|
-
* Angular wrapper for the gds-badge web component
|
|
521
|
-
* `gds-badge`
|
|
522
|
-
*/
|
|
523
|
-
let GdsBadgeComponent = class GdsBadgeComponent {
|
|
524
|
-
get element() {
|
|
525
|
-
return this.elementRef.nativeElement;
|
|
526
|
-
}
|
|
527
|
-
constructor() {
|
|
528
|
-
this.elementRef = inject((ElementRef));
|
|
529
|
-
this.zone = inject(NgZone);
|
|
530
|
-
this.cdr = inject(ChangeDetectorRef);
|
|
531
|
-
this.cdr.detach();
|
|
532
|
-
}
|
|
533
|
-
ngOnInit() {
|
|
534
|
-
// Define the custom element
|
|
535
|
-
try {
|
|
536
|
-
GdsBadge.define();
|
|
537
|
-
}
|
|
538
|
-
catch (e) {
|
|
539
|
-
// Component may not be available in this version of green-core
|
|
540
|
-
console.warn('Failed to define gds-badge:', e);
|
|
541
|
-
}
|
|
542
|
-
}
|
|
543
|
-
ngOnChanges(changes) {
|
|
544
|
-
// Implementation added by @ProxyInputs decorator
|
|
545
|
-
}
|
|
546
|
-
ngAfterViewInit() {
|
|
547
|
-
// Implementation added by @ProxyInputs decorator
|
|
548
|
-
}
|
|
549
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
550
|
-
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 }); }
|
|
551
|
-
};
|
|
552
|
-
GdsBadgeComponent = __decorate([
|
|
553
|
-
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']),
|
|
554
|
-
__metadata("design:paramtypes", [])
|
|
555
|
-
], GdsBadgeComponent);
|
|
556
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBadgeComponent, decorators: [{
|
|
557
|
-
type: Component,
|
|
558
|
-
args: [{
|
|
559
|
-
selector: 'gds-badge',
|
|
560
|
-
standalone: true,
|
|
561
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
562
|
-
template: `<ng-content></ng-content>`
|
|
563
|
-
}]
|
|
564
|
-
}], ctorParameters: () => [], propDecorators: { variant: [{
|
|
565
|
-
type: Input
|
|
566
|
-
}], size: [{
|
|
567
|
-
type: Input
|
|
568
|
-
}], notification: [{
|
|
569
|
-
type: Input,
|
|
570
|
-
args: [{ transform: booleanAttribute }]
|
|
571
|
-
}], rounded: [{
|
|
572
|
-
type: Input,
|
|
573
|
-
args: [{ transform: booleanAttribute }]
|
|
574
|
-
}], mainSlotOccupied: [{
|
|
575
|
-
type: Input,
|
|
576
|
-
args: [{ transform: booleanAttribute }]
|
|
577
|
-
}], leadSlotOccupied: [{
|
|
578
|
-
type: Input,
|
|
579
|
-
args: [{ transform: booleanAttribute }]
|
|
580
|
-
}], width: [{
|
|
581
|
-
type: Input
|
|
582
|
-
}], minWidth: [{
|
|
583
|
-
type: Input
|
|
584
|
-
}], maxWidth: [{
|
|
585
|
-
type: Input
|
|
586
|
-
}], inlineSize: [{
|
|
587
|
-
type: Input
|
|
588
|
-
}], minInlineSize: [{
|
|
589
|
-
type: Input
|
|
590
|
-
}], maxInlineSize: [{
|
|
591
|
-
type: Input
|
|
592
|
-
}], margin: [{
|
|
593
|
-
type: Input
|
|
594
|
-
}], marginInline: [{
|
|
595
|
-
type: Input
|
|
596
|
-
}], marginBlock: [{
|
|
597
|
-
type: Input
|
|
598
|
-
}], alignSelf: [{
|
|
599
|
-
type: Input
|
|
600
|
-
}], justifySelf: [{
|
|
601
|
-
type: Input
|
|
602
|
-
}], placeSelf: [{
|
|
603
|
-
type: Input
|
|
604
|
-
}], gridColumn: [{
|
|
605
|
-
type: Input
|
|
606
|
-
}], gridRow: [{
|
|
607
|
-
type: Input
|
|
608
|
-
}], gridArea: [{
|
|
609
|
-
type: Input
|
|
610
|
-
}], flex: [{
|
|
611
|
-
type: Input
|
|
612
|
-
}], order: [{
|
|
613
|
-
type: Input
|
|
614
|
-
}], syncFirstRender: [{
|
|
615
|
-
type: Input,
|
|
616
|
-
args: [{ transform: booleanAttribute }]
|
|
617
|
-
}] } });
|
|
618
|
-
|
|
619
|
-
/**
|
|
620
|
-
* GdsBadgeComponent - Angular wrapper for gds-badge
|
|
621
|
-
* `gds-badge`
|
|
622
|
-
*
|
|
623
|
-
* Auto-generated from Custom Elements Manifest
|
|
624
|
-
*/
|
|
625
|
-
|
|
626
520
|
/**
|
|
627
521
|
* Angular wrapper for the gds-blur web component
|
|
628
522
|
*
|
|
@@ -681,10 +575,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
681
575
|
*/
|
|
682
576
|
|
|
683
577
|
/**
|
|
684
|
-
* Angular wrapper for the gds-
|
|
685
|
-
*
|
|
578
|
+
* Angular wrapper for the gds-badge web component
|
|
579
|
+
* `gds-badge`
|
|
686
580
|
*/
|
|
687
|
-
let
|
|
581
|
+
let GdsBadgeComponent = class GdsBadgeComponent {
|
|
688
582
|
get element() {
|
|
689
583
|
return this.elementRef.nativeElement;
|
|
690
584
|
}
|
|
@@ -697,11 +591,11 @@ let GdsBreadcrumbsComponent = class GdsBreadcrumbsComponent {
|
|
|
697
591
|
ngOnInit() {
|
|
698
592
|
// Define the custom element
|
|
699
593
|
try {
|
|
700
|
-
|
|
594
|
+
GdsBadge.define();
|
|
701
595
|
}
|
|
702
596
|
catch (e) {
|
|
703
597
|
// Component may not be available in this version of green-core
|
|
704
|
-
console.warn('Failed to define gds-
|
|
598
|
+
console.warn('Failed to define gds-badge:', e);
|
|
705
599
|
}
|
|
706
600
|
}
|
|
707
601
|
ngOnChanges(changes) {
|
|
@@ -710,41 +604,37 @@ let GdsBreadcrumbsComponent = class GdsBreadcrumbsComponent {
|
|
|
710
604
|
ngAfterViewInit() {
|
|
711
605
|
// Implementation added by @ProxyInputs decorator
|
|
712
606
|
}
|
|
713
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type:
|
|
714
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type:
|
|
607
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
608
|
+
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 }); }
|
|
715
609
|
};
|
|
716
|
-
|
|
717
|
-
ProxyInputs(['
|
|
610
|
+
GdsBadgeComponent = __decorate([
|
|
611
|
+
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']),
|
|
718
612
|
__metadata("design:paramtypes", [])
|
|
719
|
-
],
|
|
720
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type:
|
|
613
|
+
], GdsBadgeComponent);
|
|
614
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBadgeComponent, decorators: [{
|
|
721
615
|
type: Component,
|
|
722
616
|
args: [{
|
|
723
|
-
selector: 'gds-
|
|
617
|
+
selector: 'gds-badge',
|
|
724
618
|
standalone: true,
|
|
725
619
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
726
620
|
template: `<ng-content></ng-content>`
|
|
727
621
|
}]
|
|
728
|
-
}], ctorParameters: () => [], propDecorators: {
|
|
729
|
-
type: Input
|
|
730
|
-
}], label: [{
|
|
731
|
-
type: Input
|
|
732
|
-
}], alignSelf: [{
|
|
733
|
-
type: Input
|
|
734
|
-
}], justifySelf: [{
|
|
735
|
-
type: Input
|
|
736
|
-
}], placeSelf: [{
|
|
737
|
-
type: Input
|
|
738
|
-
}], gridColumn: [{
|
|
739
|
-
type: Input
|
|
740
|
-
}], gridRow: [{
|
|
741
|
-
type: Input
|
|
742
|
-
}], gridArea: [{
|
|
743
|
-
type: Input
|
|
744
|
-
}], flex: [{
|
|
622
|
+
}], ctorParameters: () => [], propDecorators: { variant: [{
|
|
745
623
|
type: Input
|
|
746
|
-
}],
|
|
624
|
+
}], size: [{
|
|
747
625
|
type: Input
|
|
626
|
+
}], notification: [{
|
|
627
|
+
type: Input,
|
|
628
|
+
args: [{ transform: booleanAttribute }]
|
|
629
|
+
}], rounded: [{
|
|
630
|
+
type: Input,
|
|
631
|
+
args: [{ transform: booleanAttribute }]
|
|
632
|
+
}], mainSlotOccupied: [{
|
|
633
|
+
type: Input,
|
|
634
|
+
args: [{ transform: booleanAttribute }]
|
|
635
|
+
}], leadSlotOccupied: [{
|
|
636
|
+
type: Input,
|
|
637
|
+
args: [{ transform: booleanAttribute }]
|
|
748
638
|
}], width: [{
|
|
749
639
|
type: Input
|
|
750
640
|
}], minWidth: [{
|
|
@@ -763,14 +653,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
763
653
|
type: Input
|
|
764
654
|
}], marginBlock: [{
|
|
765
655
|
type: Input
|
|
656
|
+
}], alignSelf: [{
|
|
657
|
+
type: Input
|
|
658
|
+
}], justifySelf: [{
|
|
659
|
+
type: Input
|
|
660
|
+
}], placeSelf: [{
|
|
661
|
+
type: Input
|
|
662
|
+
}], gridColumn: [{
|
|
663
|
+
type: Input
|
|
664
|
+
}], gridRow: [{
|
|
665
|
+
type: Input
|
|
666
|
+
}], gridArea: [{
|
|
667
|
+
type: Input
|
|
668
|
+
}], flex: [{
|
|
669
|
+
type: Input
|
|
670
|
+
}], order: [{
|
|
671
|
+
type: Input
|
|
766
672
|
}], syncFirstRender: [{
|
|
767
673
|
type: Input,
|
|
768
674
|
args: [{ transform: booleanAttribute }]
|
|
769
675
|
}] } });
|
|
770
676
|
|
|
771
677
|
/**
|
|
772
|
-
*
|
|
773
|
-
*
|
|
678
|
+
* GdsBadgeComponent - Angular wrapper for gds-badge
|
|
679
|
+
* `gds-badge`
|
|
774
680
|
*
|
|
775
681
|
* Auto-generated from Custom Elements Manifest
|
|
776
682
|
*/
|
|
@@ -1092,6 +998,101 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
1092
998
|
* Auto-generated from Custom Elements Manifest
|
|
1093
999
|
*/
|
|
1094
1000
|
|
|
1001
|
+
/**
|
|
1002
|
+
* Angular wrapper for the gds-breadcrumbs web component
|
|
1003
|
+
*
|
|
1004
|
+
*/
|
|
1005
|
+
let GdsBreadcrumbsComponent = class GdsBreadcrumbsComponent {
|
|
1006
|
+
get element() {
|
|
1007
|
+
return this.elementRef.nativeElement;
|
|
1008
|
+
}
|
|
1009
|
+
constructor() {
|
|
1010
|
+
this.elementRef = inject((ElementRef));
|
|
1011
|
+
this.zone = inject(NgZone);
|
|
1012
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
1013
|
+
this.cdr.detach();
|
|
1014
|
+
}
|
|
1015
|
+
ngOnInit() {
|
|
1016
|
+
// Define the custom element
|
|
1017
|
+
try {
|
|
1018
|
+
GdsBreadcrumbs.define();
|
|
1019
|
+
}
|
|
1020
|
+
catch (e) {
|
|
1021
|
+
// Component may not be available in this version of green-core
|
|
1022
|
+
console.warn('Failed to define gds-breadcrumbs:', e);
|
|
1023
|
+
}
|
|
1024
|
+
}
|
|
1025
|
+
ngOnChanges(changes) {
|
|
1026
|
+
// Implementation added by @ProxyInputs decorator
|
|
1027
|
+
}
|
|
1028
|
+
ngAfterViewInit() {
|
|
1029
|
+
// Implementation added by @ProxyInputs decorator
|
|
1030
|
+
}
|
|
1031
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBreadcrumbsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1032
|
+
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 }); }
|
|
1033
|
+
};
|
|
1034
|
+
GdsBreadcrumbsComponent = __decorate([
|
|
1035
|
+
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']),
|
|
1036
|
+
__metadata("design:paramtypes", [])
|
|
1037
|
+
], GdsBreadcrumbsComponent);
|
|
1038
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBreadcrumbsComponent, decorators: [{
|
|
1039
|
+
type: Component,
|
|
1040
|
+
args: [{
|
|
1041
|
+
selector: 'gds-breadcrumbs',
|
|
1042
|
+
standalone: true,
|
|
1043
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1044
|
+
template: `<ng-content></ng-content>`
|
|
1045
|
+
}]
|
|
1046
|
+
}], ctorParameters: () => [], propDecorators: { size: [{
|
|
1047
|
+
type: Input
|
|
1048
|
+
}], label: [{
|
|
1049
|
+
type: Input
|
|
1050
|
+
}], alignSelf: [{
|
|
1051
|
+
type: Input
|
|
1052
|
+
}], justifySelf: [{
|
|
1053
|
+
type: Input
|
|
1054
|
+
}], placeSelf: [{
|
|
1055
|
+
type: Input
|
|
1056
|
+
}], gridColumn: [{
|
|
1057
|
+
type: Input
|
|
1058
|
+
}], gridRow: [{
|
|
1059
|
+
type: Input
|
|
1060
|
+
}], gridArea: [{
|
|
1061
|
+
type: Input
|
|
1062
|
+
}], flex: [{
|
|
1063
|
+
type: Input
|
|
1064
|
+
}], order: [{
|
|
1065
|
+
type: Input
|
|
1066
|
+
}], width: [{
|
|
1067
|
+
type: Input
|
|
1068
|
+
}], minWidth: [{
|
|
1069
|
+
type: Input
|
|
1070
|
+
}], maxWidth: [{
|
|
1071
|
+
type: Input
|
|
1072
|
+
}], inlineSize: [{
|
|
1073
|
+
type: Input
|
|
1074
|
+
}], minInlineSize: [{
|
|
1075
|
+
type: Input
|
|
1076
|
+
}], maxInlineSize: [{
|
|
1077
|
+
type: Input
|
|
1078
|
+
}], margin: [{
|
|
1079
|
+
type: Input
|
|
1080
|
+
}], marginInline: [{
|
|
1081
|
+
type: Input
|
|
1082
|
+
}], marginBlock: [{
|
|
1083
|
+
type: Input
|
|
1084
|
+
}], syncFirstRender: [{
|
|
1085
|
+
type: Input,
|
|
1086
|
+
args: [{ transform: booleanAttribute }]
|
|
1087
|
+
}] } });
|
|
1088
|
+
|
|
1089
|
+
/**
|
|
1090
|
+
* GdsBreadcrumbsComponent - Angular wrapper for gds-breadcrumbs
|
|
1091
|
+
*
|
|
1092
|
+
*
|
|
1093
|
+
* Auto-generated from Custom Elements Manifest
|
|
1094
|
+
*/
|
|
1095
|
+
|
|
1095
1096
|
/**
|
|
1096
1097
|
* Angular wrapper for the gds-calendar web component
|
|
1097
1098
|
*
|
|
@@ -5415,6 +5416,142 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
5415
5416
|
* Auto-generated from Custom Elements Manifest
|
|
5416
5417
|
*/
|
|
5417
5418
|
|
|
5419
|
+
/**
|
|
5420
|
+
* Angular wrapper for the gds-switch web component
|
|
5421
|
+
*
|
|
5422
|
+
*/
|
|
5423
|
+
let GdsSwitchComponent = class GdsSwitchComponent extends GdsCheckboxFormControlBase {
|
|
5424
|
+
constructor() {
|
|
5425
|
+
super(...arguments);
|
|
5426
|
+
/** Dispatched when the checked state changes. */
|
|
5427
|
+
this.input = new EventEmitter();
|
|
5428
|
+
/** Dispatched when the checked state changes. */
|
|
5429
|
+
this.change = new EventEmitter();
|
|
5430
|
+
}
|
|
5431
|
+
get element() {
|
|
5432
|
+
return this.elementRef.nativeElement;
|
|
5433
|
+
}
|
|
5434
|
+
ngOnInit() {
|
|
5435
|
+
super.ngOnInit();
|
|
5436
|
+
// Define the custom element
|
|
5437
|
+
try {
|
|
5438
|
+
GdsSwitch.define();
|
|
5439
|
+
}
|
|
5440
|
+
catch (e) {
|
|
5441
|
+
// Component may not be available in this version of green-core
|
|
5442
|
+
console.warn('Failed to define gds-switch:', e);
|
|
5443
|
+
}
|
|
5444
|
+
}
|
|
5445
|
+
ngOnChanges(changes) {
|
|
5446
|
+
// Implementation added by @ProxyInputs decorator
|
|
5447
|
+
}
|
|
5448
|
+
ngAfterViewInit() {
|
|
5449
|
+
super.ngAfterViewInit();
|
|
5450
|
+
}
|
|
5451
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSwitchComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5452
|
+
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: [
|
|
5453
|
+
{
|
|
5454
|
+
provide: NG_VALUE_ACCESSOR,
|
|
5455
|
+
useExisting: forwardRef(() => GdsSwitchComponent),
|
|
5456
|
+
multi: true,
|
|
5457
|
+
},
|
|
5458
|
+
], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
5459
|
+
};
|
|
5460
|
+
GdsSwitchComponent = __decorate([
|
|
5461
|
+
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'])
|
|
5462
|
+
], GdsSwitchComponent);
|
|
5463
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSwitchComponent, decorators: [{
|
|
5464
|
+
type: Component,
|
|
5465
|
+
args: [{
|
|
5466
|
+
selector: 'gds-switch',
|
|
5467
|
+
standalone: true,
|
|
5468
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5469
|
+
template: `<ng-content></ng-content>`,
|
|
5470
|
+
providers: [
|
|
5471
|
+
{
|
|
5472
|
+
provide: NG_VALUE_ACCESSOR,
|
|
5473
|
+
useExisting: forwardRef(() => GdsSwitchComponent),
|
|
5474
|
+
multi: true,
|
|
5475
|
+
},
|
|
5476
|
+
]
|
|
5477
|
+
}]
|
|
5478
|
+
}], propDecorators: { alignSelf: [{
|
|
5479
|
+
type: Input
|
|
5480
|
+
}], justifySelf: [{
|
|
5481
|
+
type: Input
|
|
5482
|
+
}], placeSelf: [{
|
|
5483
|
+
type: Input
|
|
5484
|
+
}], gridColumn: [{
|
|
5485
|
+
type: Input
|
|
5486
|
+
}], gridRow: [{
|
|
5487
|
+
type: Input
|
|
5488
|
+
}], gridArea: [{
|
|
5489
|
+
type: Input
|
|
5490
|
+
}], flex: [{
|
|
5491
|
+
type: Input
|
|
5492
|
+
}], order: [{
|
|
5493
|
+
type: Input
|
|
5494
|
+
}], margin: [{
|
|
5495
|
+
type: Input
|
|
5496
|
+
}], marginInline: [{
|
|
5497
|
+
type: Input
|
|
5498
|
+
}], marginBlock: [{
|
|
5499
|
+
type: Input
|
|
5500
|
+
}], width: [{
|
|
5501
|
+
type: Input
|
|
5502
|
+
}], minWidth: [{
|
|
5503
|
+
type: Input
|
|
5504
|
+
}], maxWidth: [{
|
|
5505
|
+
type: Input
|
|
5506
|
+
}], inlineSize: [{
|
|
5507
|
+
type: Input
|
|
5508
|
+
}], minInlineSize: [{
|
|
5509
|
+
type: Input
|
|
5510
|
+
}], maxInlineSize: [{
|
|
5511
|
+
type: Input
|
|
5512
|
+
}], checked: [{
|
|
5513
|
+
type: Input,
|
|
5514
|
+
args: [{ transform: booleanAttribute }]
|
|
5515
|
+
}], controlPlacement: [{
|
|
5516
|
+
type: Input
|
|
5517
|
+
}], size: [{
|
|
5518
|
+
type: Input
|
|
5519
|
+
}], justifyContent: [{
|
|
5520
|
+
type: Input
|
|
5521
|
+
}], value: [{
|
|
5522
|
+
type: Input
|
|
5523
|
+
}], validator: [{
|
|
5524
|
+
type: Input
|
|
5525
|
+
}], required: [{
|
|
5526
|
+
type: Input,
|
|
5527
|
+
args: [{ transform: booleanAttribute }]
|
|
5528
|
+
}], errorMessage: [{
|
|
5529
|
+
type: Input
|
|
5530
|
+
}], invalid: [{
|
|
5531
|
+
type: Input
|
|
5532
|
+
}], label: [{
|
|
5533
|
+
type: Input
|
|
5534
|
+
}], name: [{
|
|
5535
|
+
type: Input
|
|
5536
|
+
}], disabled: [{
|
|
5537
|
+
type: Input,
|
|
5538
|
+
args: [{ transform: booleanAttribute }]
|
|
5539
|
+
}], syncFirstRender: [{
|
|
5540
|
+
type: Input,
|
|
5541
|
+
args: [{ transform: booleanAttribute }]
|
|
5542
|
+
}], input: [{
|
|
5543
|
+
type: Output
|
|
5544
|
+
}], change: [{
|
|
5545
|
+
type: Output
|
|
5546
|
+
}] } });
|
|
5547
|
+
|
|
5548
|
+
/**
|
|
5549
|
+
* GdsSwitchComponent - Angular wrapper for gds-switch
|
|
5550
|
+
*
|
|
5551
|
+
*
|
|
5552
|
+
* Auto-generated from Custom Elements Manifest
|
|
5553
|
+
*/
|
|
5554
|
+
|
|
5418
5555
|
/**
|
|
5419
5556
|
* Angular wrapper for the gds-table web component
|
|
5420
5557
|
*
|
|
@@ -6671,6 +6808,70 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
6671
6808
|
* Auto-generated from Custom Elements Manifest
|
|
6672
6809
|
*/
|
|
6673
6810
|
|
|
6811
|
+
/**
|
|
6812
|
+
* Angular wrapper for the gds-filter-chip web component
|
|
6813
|
+
*
|
|
6814
|
+
*/
|
|
6815
|
+
let GdsFilterChipComponent = class GdsFilterChipComponent {
|
|
6816
|
+
get element() {
|
|
6817
|
+
return this.elementRef.nativeElement;
|
|
6818
|
+
}
|
|
6819
|
+
constructor() {
|
|
6820
|
+
this.elementRef = inject((ElementRef));
|
|
6821
|
+
this.zone = inject(NgZone);
|
|
6822
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
6823
|
+
this.cdr.detach();
|
|
6824
|
+
}
|
|
6825
|
+
ngOnInit() {
|
|
6826
|
+
// Define the custom element
|
|
6827
|
+
try {
|
|
6828
|
+
GdsFilterChip.define();
|
|
6829
|
+
}
|
|
6830
|
+
catch (e) {
|
|
6831
|
+
// Component may not be available in this version of green-core
|
|
6832
|
+
console.warn('Failed to define gds-filter-chip:', e);
|
|
6833
|
+
}
|
|
6834
|
+
}
|
|
6835
|
+
ngOnChanges(changes) {
|
|
6836
|
+
// Implementation added by @ProxyInputs decorator
|
|
6837
|
+
}
|
|
6838
|
+
ngAfterViewInit() {
|
|
6839
|
+
// Implementation added by @ProxyInputs decorator
|
|
6840
|
+
}
|
|
6841
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsFilterChipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6842
|
+
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 }); }
|
|
6843
|
+
};
|
|
6844
|
+
GdsFilterChipComponent = __decorate([
|
|
6845
|
+
ProxyInputs(['selected', 'value', 'size', 'syncFirstRender']),
|
|
6846
|
+
__metadata("design:paramtypes", [])
|
|
6847
|
+
], GdsFilterChipComponent);
|
|
6848
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsFilterChipComponent, decorators: [{
|
|
6849
|
+
type: Component,
|
|
6850
|
+
args: [{
|
|
6851
|
+
selector: 'gds-filter-chip',
|
|
6852
|
+
standalone: true,
|
|
6853
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6854
|
+
template: `<ng-content></ng-content>`
|
|
6855
|
+
}]
|
|
6856
|
+
}], ctorParameters: () => [], propDecorators: { selected: [{
|
|
6857
|
+
type: Input,
|
|
6858
|
+
args: [{ transform: booleanAttribute }]
|
|
6859
|
+
}], value: [{
|
|
6860
|
+
type: Input
|
|
6861
|
+
}], size: [{
|
|
6862
|
+
type: Input
|
|
6863
|
+
}], syncFirstRender: [{
|
|
6864
|
+
type: Input,
|
|
6865
|
+
args: [{ transform: booleanAttribute }]
|
|
6866
|
+
}] } });
|
|
6867
|
+
|
|
6868
|
+
/**
|
|
6869
|
+
* GdsFilterChipComponent - Angular wrapper for gds-filter-chip
|
|
6870
|
+
*
|
|
6871
|
+
*
|
|
6872
|
+
* Auto-generated from Custom Elements Manifest
|
|
6873
|
+
*/
|
|
6874
|
+
|
|
6674
6875
|
/**
|
|
6675
6876
|
* Angular wrapper for the gds-formatted-account web component
|
|
6676
6877
|
*
|
|
@@ -7053,70 +7254,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
7053
7254
|
* Auto-generated from Custom Elements Manifest
|
|
7054
7255
|
*/
|
|
7055
7256
|
|
|
7056
|
-
/**
|
|
7057
|
-
* Angular wrapper for the gds-filter-chip web component
|
|
7058
|
-
*
|
|
7059
|
-
*/
|
|
7060
|
-
let GdsFilterChipComponent = class GdsFilterChipComponent {
|
|
7061
|
-
get element() {
|
|
7062
|
-
return this.elementRef.nativeElement;
|
|
7063
|
-
}
|
|
7064
|
-
constructor() {
|
|
7065
|
-
this.elementRef = inject((ElementRef));
|
|
7066
|
-
this.zone = inject(NgZone);
|
|
7067
|
-
this.cdr = inject(ChangeDetectorRef);
|
|
7068
|
-
this.cdr.detach();
|
|
7069
|
-
}
|
|
7070
|
-
ngOnInit() {
|
|
7071
|
-
// Define the custom element
|
|
7072
|
-
try {
|
|
7073
|
-
GdsFilterChip.define();
|
|
7074
|
-
}
|
|
7075
|
-
catch (e) {
|
|
7076
|
-
// Component may not be available in this version of green-core
|
|
7077
|
-
console.warn('Failed to define gds-filter-chip:', e);
|
|
7078
|
-
}
|
|
7079
|
-
}
|
|
7080
|
-
ngOnChanges(changes) {
|
|
7081
|
-
// Implementation added by @ProxyInputs decorator
|
|
7082
|
-
}
|
|
7083
|
-
ngAfterViewInit() {
|
|
7084
|
-
// Implementation added by @ProxyInputs decorator
|
|
7085
|
-
}
|
|
7086
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsFilterChipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7087
|
-
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 }); }
|
|
7088
|
-
};
|
|
7089
|
-
GdsFilterChipComponent = __decorate([
|
|
7090
|
-
ProxyInputs(['selected', 'value', 'size', 'syncFirstRender']),
|
|
7091
|
-
__metadata("design:paramtypes", [])
|
|
7092
|
-
], GdsFilterChipComponent);
|
|
7093
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsFilterChipComponent, decorators: [{
|
|
7094
|
-
type: Component,
|
|
7095
|
-
args: [{
|
|
7096
|
-
selector: 'gds-filter-chip',
|
|
7097
|
-
standalone: true,
|
|
7098
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7099
|
-
template: `<ng-content></ng-content>`
|
|
7100
|
-
}]
|
|
7101
|
-
}], ctorParameters: () => [], propDecorators: { selected: [{
|
|
7102
|
-
type: Input,
|
|
7103
|
-
args: [{ transform: booleanAttribute }]
|
|
7104
|
-
}], value: [{
|
|
7105
|
-
type: Input
|
|
7106
|
-
}], size: [{
|
|
7107
|
-
type: Input
|
|
7108
|
-
}], syncFirstRender: [{
|
|
7109
|
-
type: Input,
|
|
7110
|
-
args: [{ transform: booleanAttribute }]
|
|
7111
|
-
}] } });
|
|
7112
|
-
|
|
7113
|
-
/**
|
|
7114
|
-
* GdsFilterChipComponent - Angular wrapper for gds-filter-chip
|
|
7115
|
-
*
|
|
7116
|
-
*
|
|
7117
|
-
* Auto-generated from Custom Elements Manifest
|
|
7118
|
-
*/
|
|
7119
|
-
|
|
7120
7257
|
/**
|
|
7121
7258
|
* Angular wrapper for the gds-formatted-number web component
|
|
7122
7259
|
*
|
|
@@ -36664,10 +36801,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
36664
36801
|
class GreenCoreNgModule {
|
|
36665
36802
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GreenCoreNgModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
36666
36803
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.19", ngImport: i0, type: GreenCoreNgModule, imports: [GdsAlertComponent,
|
|
36667
|
-
GdsBadgeComponent,
|
|
36668
36804
|
GdsBlurComponent,
|
|
36669
|
-
|
|
36805
|
+
GdsBadgeComponent,
|
|
36670
36806
|
GdsButtonComponent,
|
|
36807
|
+
GdsBreadcrumbsComponent,
|
|
36671
36808
|
GdsCalendarComponent,
|
|
36672
36809
|
GdsCardComponent,
|
|
36673
36810
|
GdsCardLinkedComponent,
|
|
@@ -36701,6 +36838,7 @@ class GreenCoreNgModule {
|
|
|
36701
36838
|
GdsSelectComponent,
|
|
36702
36839
|
GdsSignalComponent,
|
|
36703
36840
|
GdsSpinnerComponent,
|
|
36841
|
+
GdsSwitchComponent,
|
|
36704
36842
|
GdsTableComponent,
|
|
36705
36843
|
GdsTextComponent,
|
|
36706
36844
|
GdsTextareaComponent,
|
|
@@ -36710,9 +36848,9 @@ class GreenCoreNgModule {
|
|
|
36710
36848
|
GdsBreadcrumbComponent,
|
|
36711
36849
|
GdsCheckboxGroupComponent,
|
|
36712
36850
|
GdsIconDetailsComponent,
|
|
36851
|
+
GdsFilterChipComponent,
|
|
36713
36852
|
GdsFormattedAccountComponent,
|
|
36714
36853
|
GdsFormattedDateComponent,
|
|
36715
|
-
GdsFilterChipComponent,
|
|
36716
36854
|
GdsFormattedNumberComponent,
|
|
36717
36855
|
GdsRadioGroupComponent,
|
|
36718
36856
|
GdsSegmentComponent,
|
|
@@ -37030,10 +37168,10 @@ class GreenCoreNgModule {
|
|
|
37030
37168
|
GdsMenuItemComponent,
|
|
37031
37169
|
GdsMenuHeadingComponent,
|
|
37032
37170
|
GdsOptionComponent], exports: [GdsAlertComponent,
|
|
37033
|
-
GdsBadgeComponent,
|
|
37034
37171
|
GdsBlurComponent,
|
|
37035
|
-
|
|
37172
|
+
GdsBadgeComponent,
|
|
37036
37173
|
GdsButtonComponent,
|
|
37174
|
+
GdsBreadcrumbsComponent,
|
|
37037
37175
|
GdsCalendarComponent,
|
|
37038
37176
|
GdsCardComponent,
|
|
37039
37177
|
GdsCardLinkedComponent,
|
|
@@ -37067,6 +37205,7 @@ class GreenCoreNgModule {
|
|
|
37067
37205
|
GdsSelectComponent,
|
|
37068
37206
|
GdsSignalComponent,
|
|
37069
37207
|
GdsSpinnerComponent,
|
|
37208
|
+
GdsSwitchComponent,
|
|
37070
37209
|
GdsTableComponent,
|
|
37071
37210
|
GdsTextComponent,
|
|
37072
37211
|
GdsTextareaComponent,
|
|
@@ -37076,9 +37215,9 @@ class GreenCoreNgModule {
|
|
|
37076
37215
|
GdsBreadcrumbComponent,
|
|
37077
37216
|
GdsCheckboxGroupComponent,
|
|
37078
37217
|
GdsIconDetailsComponent,
|
|
37218
|
+
GdsFilterChipComponent,
|
|
37079
37219
|
GdsFormattedAccountComponent,
|
|
37080
37220
|
GdsFormattedDateComponent,
|
|
37081
|
-
GdsFilterChipComponent,
|
|
37082
37221
|
GdsFormattedNumberComponent,
|
|
37083
37222
|
GdsRadioGroupComponent,
|
|
37084
37223
|
GdsSegmentComponent,
|
|
@@ -37403,10 +37542,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
37403
37542
|
args: [{
|
|
37404
37543
|
imports: [
|
|
37405
37544
|
GdsAlertComponent,
|
|
37406
|
-
GdsBadgeComponent,
|
|
37407
37545
|
GdsBlurComponent,
|
|
37408
|
-
|
|
37546
|
+
GdsBadgeComponent,
|
|
37409
37547
|
GdsButtonComponent,
|
|
37548
|
+
GdsBreadcrumbsComponent,
|
|
37410
37549
|
GdsCalendarComponent,
|
|
37411
37550
|
GdsCardComponent,
|
|
37412
37551
|
GdsCardLinkedComponent,
|
|
@@ -37440,6 +37579,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
37440
37579
|
GdsSelectComponent,
|
|
37441
37580
|
GdsSignalComponent,
|
|
37442
37581
|
GdsSpinnerComponent,
|
|
37582
|
+
GdsSwitchComponent,
|
|
37443
37583
|
GdsTableComponent,
|
|
37444
37584
|
GdsTextComponent,
|
|
37445
37585
|
GdsTextareaComponent,
|
|
@@ -37449,9 +37589,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
37449
37589
|
GdsBreadcrumbComponent,
|
|
37450
37590
|
GdsCheckboxGroupComponent,
|
|
37451
37591
|
GdsIconDetailsComponent,
|
|
37592
|
+
GdsFilterChipComponent,
|
|
37452
37593
|
GdsFormattedAccountComponent,
|
|
37453
37594
|
GdsFormattedDateComponent,
|
|
37454
|
-
GdsFilterChipComponent,
|
|
37455
37595
|
GdsFormattedNumberComponent,
|
|
37456
37596
|
GdsRadioGroupComponent,
|
|
37457
37597
|
GdsSegmentComponent,
|
|
@@ -37772,10 +37912,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
37772
37912
|
],
|
|
37773
37913
|
exports: [
|
|
37774
37914
|
GdsAlertComponent,
|
|
37775
|
-
GdsBadgeComponent,
|
|
37776
37915
|
GdsBlurComponent,
|
|
37777
|
-
|
|
37916
|
+
GdsBadgeComponent,
|
|
37778
37917
|
GdsButtonComponent,
|
|
37918
|
+
GdsBreadcrumbsComponent,
|
|
37779
37919
|
GdsCalendarComponent,
|
|
37780
37920
|
GdsCardComponent,
|
|
37781
37921
|
GdsCardLinkedComponent,
|
|
@@ -37809,6 +37949,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
37809
37949
|
GdsSelectComponent,
|
|
37810
37950
|
GdsSignalComponent,
|
|
37811
37951
|
GdsSpinnerComponent,
|
|
37952
|
+
GdsSwitchComponent,
|
|
37812
37953
|
GdsTableComponent,
|
|
37813
37954
|
GdsTextComponent,
|
|
37814
37955
|
GdsTextareaComponent,
|
|
@@ -37818,9 +37959,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
37818
37959
|
GdsBreadcrumbComponent,
|
|
37819
37960
|
GdsCheckboxGroupComponent,
|
|
37820
37961
|
GdsIconDetailsComponent,
|
|
37962
|
+
GdsFilterChipComponent,
|
|
37821
37963
|
GdsFormattedAccountComponent,
|
|
37822
37964
|
GdsFormattedDateComponent,
|
|
37823
|
-
GdsFilterChipComponent,
|
|
37824
37965
|
GdsFormattedNumberComponent,
|
|
37825
37966
|
GdsRadioGroupComponent,
|
|
37826
37967
|
GdsSegmentComponent,
|
|
@@ -38348,5 +38489,5 @@ const provideCoreRendererWithAnimations = (resolver = getScopedTagName) => [
|
|
|
38348
38489
|
* Generated bundle index. Do not edit.
|
|
38349
38490
|
*/
|
|
38350
38491
|
|
|
38351
|
-
export { GdsAlertComponent, GdsBackdropComponent, GdsBadgeComponent, GdsBlurComponent, GdsBreadcrumbComponent, GdsBreadcrumbsComponent, GdsButtonComponent, GdsCalendarComponent, GdsCardComponent, GdsCardLinkedComponent, GdsCardPattern01Component, GdsCheckboxComponent, GdsCheckboxFormControlBase, GdsCheckboxGroupComponent, GdsCoachmarkComponent, GdsContextMenuComponent, GdsCoreRenderer, GdsCoreRendererFactory, GdsCoreScopeDirective, GdsCoreScopeModule, GdsDatepickerComponent, GdsDetailsComponent, GdsDialogComponent, GdsDivComponent, GdsDividerComponent, GdsDropdownComponent, GdsFabComponent, GdsFilterChipComponent, GdsFilterChipsComponent, GdsFlexComponent, GdsFormControlBase, GdsFormSummaryComponent, GdsFormattedAccountComponent, GdsFormattedDateComponent, GdsFormattedNumberComponent, GdsGridComponent, GdsGroupedListComponent, GdsIconDetailsComponent, GdsImgComponent, GdsInputComponent, GdsLinkComponent, GdsListItemComponent, GdsMaskComponent, GdsMenuButtonComponent, GdsMenuHeadingComponent, GdsMenuItemComponent, GdsOptionComponent, GdsPaginationComponent, GdsPopoverComponent, GdsRadioComponent, GdsRadioGroupComponent, GdsRichTextComponent, GdsSegmentComponent, GdsSegmentedControlComponent, GdsSelectComponent, GdsSensitiveAccountComponent, GdsSensitiveDateComponent, GdsSensitiveNumberComponent, GdsSignalComponent, GdsSpinnerComponent, GdsTableComponent, GdsTextComponent, GdsTextareaComponent, GdsThemeComponent, GdsVideoComponent, GreenCoreNgModule, IconAiComponent, IconAirplaneUpComponent, IconArchiveComponent, IconArrowBottomTopComponent, IconArrowBoxLeftAltComponent, IconArrowBoxLeftComponent, IconArrowBoxRightComponent, IconArrowComponent, IconArrowDownComponent, IconArrowInboxComponent, IconArrowLeftComponent, IconArrowLeftRightComponent, IconArrowOutOfBoxComponent, IconArrowRightCircleComponent, IconArrowRightComponent, IconArrowRightDownCircleComponent, IconArrowRightUpCircleComponent, IconArrowRotateClockwiseComponent, IconArrowRotateCounterClockwiseComponent, IconArrowRotateLeftRightComponent, IconArrowRotateRightLeftComponent, IconArrowShareLeftComponent, IconArrowShareRightComponent, IconArrowSplitComponent, IconArrowUpComponent, IconArrowWallDownComponent, IconArrowWallLeftComponent, IconArrowWallRightComponent, IconArrowWallUpComponent, IconAsteriskComponent, IconAtComponent, IconBackComponent, IconBackwardComponent, IconBagComponent, IconBankComponent, IconBanknote2Component, IconBanknoteComponent, IconBarcodeComponent, IconBarsThreeComponent, IconBarsTwoComponent, IconBasketComponent, IconBatteryLoadingComponent, IconBellComponent, IconBlockComponent, IconBookComponent, IconBookmarkCheckComponent, IconBookmarkComponent, IconBookmarkDeleteComponent, IconBookmarkPlusComponent, IconBookmarkRemoveComponent, IconBooksComponent, IconBrandAppStoreComponent, IconBrandAppleMusicComponent, IconBrandBankidComponent, IconBrandChromeComponent, IconBrandFacebookComponent, IconBrandFigmaComponent, IconBrandFirefoxComponent, IconBrandGithubComponent, IconBrandGreenComponent, IconBrandInstagramComponent, IconBrandLinkedinComponent, IconBrandPlayStoreComponent, IconBrandRssFeedComponent, IconBrandSebComponent, IconBrandSpotifyComponent, IconBrandStorybookComponent, IconBrandSwishWordComponent, IconBrandXComponent, IconBrushComponent, IconBubbleAnnotationComponent, IconBubblesComponent, IconBuildingsComponent, IconBulletListComponent, IconCalculatorComponent, IconCalendarCheckComponent, IconCalendarComponent, IconCalenderAddComponent, IconCallComponent, IconCarComponent, IconCarusselComponent, IconChainLinkBrokenComponent, IconChainLinkComponent, IconChartTwoComponent, IconChecklistComponent, IconCheckmarkComponent, IconChevronBottomComponent, IconChevronDoubleDownComponent, IconChevronDoubleLeftComponent, IconChevronDoubleRightComponent, IconChevronDoubleUpComponent, IconChevronDownSmallComponent, IconChevronGrabberVerticalComponent, IconChevronGrabberVerticalReversedComponent, IconChevronLeftComponent, IconChevronLeftSmallComponent, IconChevronRightComponent, IconChevronRightSmallComponent, IconChevronTopComponent, IconChevronTopSmallComponent, IconCircleBanComponent, IconCircleCheckComponent, IconCircleDotsComponent, IconCircleInfoComponent, IconCircleMinusComponent, IconCirclePlaceholderOnComponent, IconCirclePlusComponent, IconCircleQuestionmarkComponent, IconCircleXComponent, IconCirclesThreeComponent, IconClockComponent, IconCloudDownloadComponent, IconCloudUploadComponent, IconCloudySunComponent, IconCodeBracketsComponent, IconCodeComponent, IconCompassRoundComponent, IconCookiesComponent, IconCopyComponent, IconCreditCardAddComponent, IconCreditCardComponent, IconCrossLargeComponent, IconCrossSmallComponent, IconCupHotComponent, IconCursorComponent, IconDevicesComponent, IconDirectionComponent, IconDollarComponent, IconDotGridOneHorizontalComponent, IconDotGridOneVerticalComponent, IconDotGridThreeComponent, IconDotGridTwoComponent, IconEmailComponent, IconEmojiAngryComponent, IconEmojiNeutralComponent, IconEmojiSadComponent, IconEmojiSmileComponent, IconEmojiSmileyComponent, IconEuroComponent, IconExpandComponent, IconEyeOpenComponent, IconEyeSlashComponent, IconFashionComponent, IconFastForwardComponent, IconFileBendComponent, IconFileChartComponent, IconFileTextComponent, IconFilesComponent, IconFilterComponent, IconFlagComponent, IconFloppyDiskComponent, IconFocusComponent, IconFolderAddRightComponent, IconFolderComponent, IconFullscreenComponent, IconGiftComponent, IconGlobusComponent, IconGraduateCapComponent, IconGreenPowerComponent, IconGroupComponent, IconGrowthComponent, IconHeadphonesComponent, IconHeartBeatComponent, IconHeartComponent, IconHistoryComponent, IconHomeEnergyOneComponent, IconHomeEnergyTwoComponent, IconHomeOpenComponent, IconHomeRoofComponent, IconHorizontalAlignmentBottomComponent, IconHourglassComponent, IconImagesComponent, IconInboxEmptyComponent, IconIndustryComponent, IconJpgComponent, IconKeyComponent, IconKnifeSpoonComponent, IconLabComponent, IconLawComponent, IconLeisureComponent, IconLightBulbSimpleComponent, IconLightningComponent, IconLineChartFourComponent, IconLineChartOneComponent, IconLineChartThreeComponent, IconLineChartTwoComponent, IconLockComponent, IconMacbookAirComponent, IconMagnifyingGlassComponent, IconMapPinComponent, IconMegaphoneComponent, IconMenuSidebarComponent, IconMicOffComponent, IconMicOnComponent, IconMinimizeComponent, IconMinusLargeComponent, IconMinusSmallComponent, IconMoneyHandComponent, IconMoneybagComponent, IconMoonComponent, IconMuteComponent, IconOfficeComponent, IconPageAddComponent, IconPaperPlaneTopRightComponent, IconPaperclipComponent, IconPauseComponent, IconPdfComponent, IconPencilSignComponent, IconPencilSparkleComponent, IconPencilWaveComponent, IconPensionComponent, IconPeopleA11yComponent, IconPeopleAddComponent, IconPeopleAddedComponent, IconPeopleCircleComponent, IconPeopleComponent, IconPeopleCopyComponent, IconPeopleProfileComponent, IconPeopleRemoveComponent, IconPercentComponent, IconPhoneComponent, IconPieChartComponent, IconPiggyBankComponent, IconPinComponent, IconPinchComponent, IconPlayCircleComponent, IconPlayComponent, IconPlusLargeComponent, IconPlusSmallComponent, IconPngComponent, IconPoopComponent, IconPostcardComponent, IconPoundComponent, IconPowerComponent, IconPowerPlantComponent, IconPrinterComponent, IconPushComponent, IconQrCodeComponent, IconRainyComponent, IconRaisingHandComponent, IconReadingListComponent, IconReceiptBillComponent, IconReceiptionBellComponent, IconRecordComponent, IconRefundComponent, IconRobotComponent, IconRocketComponent, IconRunShortcutComponent, IconSafariComponent, IconSchoolComponent, IconScissorsComponent, IconSearchMenuComponent, IconSettingsGearComponent, IconSettingsSliderHorComponent, IconSettingsSliderVerComponent, IconShapesComponent, IconShareComponent, IconShieldCheckedComponent, IconShieldComponent, IconShieldCrossedComponent, IconShoppingBagComponent, IconSignatureComponent, IconSmartwatchComponent, IconSolarComponent, IconSortAscendingComponent, IconSortComponent, IconSortDescendingComponent, IconSortDownComponent, IconSortUpComponent, IconSquareArrowTopRightComponent, IconSquareBehindSquareComponent, IconSquareGridCircleComponent, IconSquarePlaceholderComponent, IconStarComponent, IconStoreComponent, IconSunComponent, IconSunsetArrowDownComponent, IconTagComponent, IconTargetArrowComponent, IconTelevisionComponent, IconTennisComponent, IconTextEditComponent, IconThermostatComponent, IconThumbsDownComponent, IconThumbsUpComponent, IconTicketComponent, IconTradingViewCandlesComponent, IconTrashCanComponent, IconTreeComponent, IconTrendingFiveComponent, IconTrendingFourComponent, IconTrendingOneComponent, IconTrendingThreeComponent, IconTrendingTwoComponent, IconTriangleExclamationComponent, IconTruckComponent, IconUmbrellaSecurityComponent, IconUnlockedComponent, IconVolumeFullComponent, IconVolumeHalfComponent, IconVolumeOffComponent, IconWalletComponent, IconWarningSignComponent, IconWifiFullComponent, IconYoutubeComponent, IconZapComponent, IconZoomInComponent, IconZoomOutComponent, SCOPE_RESOLVER, animationsCoreRendererFactory, provideCoreRenderer, provideCoreRendererWithAnimations };
|
|
38492
|
+
export { GdsAlertComponent, GdsBackdropComponent, GdsBadgeComponent, GdsBlurComponent, GdsBreadcrumbComponent, GdsBreadcrumbsComponent, GdsButtonComponent, GdsCalendarComponent, GdsCardComponent, GdsCardLinkedComponent, GdsCardPattern01Component, GdsCheckboxComponent, GdsCheckboxFormControlBase, GdsCheckboxGroupComponent, GdsCoachmarkComponent, GdsContextMenuComponent, GdsCoreRenderer, GdsCoreRendererFactory, GdsCoreScopeDirective, GdsCoreScopeModule, GdsDatepickerComponent, GdsDetailsComponent, GdsDialogComponent, GdsDivComponent, GdsDividerComponent, GdsDropdownComponent, GdsFabComponent, GdsFilterChipComponent, GdsFilterChipsComponent, GdsFlexComponent, GdsFormControlBase, GdsFormSummaryComponent, GdsFormattedAccountComponent, GdsFormattedDateComponent, GdsFormattedNumberComponent, GdsGridComponent, GdsGroupedListComponent, GdsIconDetailsComponent, GdsImgComponent, GdsInputComponent, GdsLinkComponent, GdsListItemComponent, GdsMaskComponent, GdsMenuButtonComponent, GdsMenuHeadingComponent, GdsMenuItemComponent, GdsOptionComponent, GdsPaginationComponent, GdsPopoverComponent, GdsRadioComponent, GdsRadioGroupComponent, GdsRichTextComponent, GdsSegmentComponent, GdsSegmentedControlComponent, GdsSelectComponent, GdsSensitiveAccountComponent, GdsSensitiveDateComponent, GdsSensitiveNumberComponent, GdsSignalComponent, GdsSpinnerComponent, GdsSwitchComponent, GdsTableComponent, GdsTextComponent, GdsTextareaComponent, GdsThemeComponent, GdsVideoComponent, GreenCoreNgModule, IconAiComponent, IconAirplaneUpComponent, IconArchiveComponent, IconArrowBottomTopComponent, IconArrowBoxLeftAltComponent, IconArrowBoxLeftComponent, IconArrowBoxRightComponent, IconArrowComponent, IconArrowDownComponent, IconArrowInboxComponent, IconArrowLeftComponent, IconArrowLeftRightComponent, IconArrowOutOfBoxComponent, IconArrowRightCircleComponent, IconArrowRightComponent, IconArrowRightDownCircleComponent, IconArrowRightUpCircleComponent, IconArrowRotateClockwiseComponent, IconArrowRotateCounterClockwiseComponent, IconArrowRotateLeftRightComponent, IconArrowRotateRightLeftComponent, IconArrowShareLeftComponent, IconArrowShareRightComponent, IconArrowSplitComponent, IconArrowUpComponent, IconArrowWallDownComponent, IconArrowWallLeftComponent, IconArrowWallRightComponent, IconArrowWallUpComponent, IconAsteriskComponent, IconAtComponent, IconBackComponent, IconBackwardComponent, IconBagComponent, IconBankComponent, IconBanknote2Component, IconBanknoteComponent, IconBarcodeComponent, IconBarsThreeComponent, IconBarsTwoComponent, IconBasketComponent, IconBatteryLoadingComponent, IconBellComponent, IconBlockComponent, IconBookComponent, IconBookmarkCheckComponent, IconBookmarkComponent, IconBookmarkDeleteComponent, IconBookmarkPlusComponent, IconBookmarkRemoveComponent, IconBooksComponent, IconBrandAppStoreComponent, IconBrandAppleMusicComponent, IconBrandBankidComponent, IconBrandChromeComponent, IconBrandFacebookComponent, IconBrandFigmaComponent, IconBrandFirefoxComponent, IconBrandGithubComponent, IconBrandGreenComponent, IconBrandInstagramComponent, IconBrandLinkedinComponent, IconBrandPlayStoreComponent, IconBrandRssFeedComponent, IconBrandSebComponent, IconBrandSpotifyComponent, IconBrandStorybookComponent, IconBrandSwishWordComponent, IconBrandXComponent, IconBrushComponent, IconBubbleAnnotationComponent, IconBubblesComponent, IconBuildingsComponent, IconBulletListComponent, IconCalculatorComponent, IconCalendarCheckComponent, IconCalendarComponent, IconCalenderAddComponent, IconCallComponent, IconCarComponent, IconCarusselComponent, IconChainLinkBrokenComponent, IconChainLinkComponent, IconChartTwoComponent, IconChecklistComponent, IconCheckmarkComponent, IconChevronBottomComponent, IconChevronDoubleDownComponent, IconChevronDoubleLeftComponent, IconChevronDoubleRightComponent, IconChevronDoubleUpComponent, IconChevronDownSmallComponent, IconChevronGrabberVerticalComponent, IconChevronGrabberVerticalReversedComponent, IconChevronLeftComponent, IconChevronLeftSmallComponent, IconChevronRightComponent, IconChevronRightSmallComponent, IconChevronTopComponent, IconChevronTopSmallComponent, IconCircleBanComponent, IconCircleCheckComponent, IconCircleDotsComponent, IconCircleInfoComponent, IconCircleMinusComponent, IconCirclePlaceholderOnComponent, IconCirclePlusComponent, IconCircleQuestionmarkComponent, IconCircleXComponent, IconCirclesThreeComponent, IconClockComponent, IconCloudDownloadComponent, IconCloudUploadComponent, IconCloudySunComponent, IconCodeBracketsComponent, IconCodeComponent, IconCompassRoundComponent, IconCookiesComponent, IconCopyComponent, IconCreditCardAddComponent, IconCreditCardComponent, IconCrossLargeComponent, IconCrossSmallComponent, IconCupHotComponent, IconCursorComponent, IconDevicesComponent, IconDirectionComponent, IconDollarComponent, IconDotGridOneHorizontalComponent, IconDotGridOneVerticalComponent, IconDotGridThreeComponent, IconDotGridTwoComponent, IconEmailComponent, IconEmojiAngryComponent, IconEmojiNeutralComponent, IconEmojiSadComponent, IconEmojiSmileComponent, IconEmojiSmileyComponent, IconEuroComponent, IconExpandComponent, IconEyeOpenComponent, IconEyeSlashComponent, IconFashionComponent, IconFastForwardComponent, IconFileBendComponent, IconFileChartComponent, IconFileTextComponent, IconFilesComponent, IconFilterComponent, IconFlagComponent, IconFloppyDiskComponent, IconFocusComponent, IconFolderAddRightComponent, IconFolderComponent, IconFullscreenComponent, IconGiftComponent, IconGlobusComponent, IconGraduateCapComponent, IconGreenPowerComponent, IconGroupComponent, IconGrowthComponent, IconHeadphonesComponent, IconHeartBeatComponent, IconHeartComponent, IconHistoryComponent, IconHomeEnergyOneComponent, IconHomeEnergyTwoComponent, IconHomeOpenComponent, IconHomeRoofComponent, IconHorizontalAlignmentBottomComponent, IconHourglassComponent, IconImagesComponent, IconInboxEmptyComponent, IconIndustryComponent, IconJpgComponent, IconKeyComponent, IconKnifeSpoonComponent, IconLabComponent, IconLawComponent, IconLeisureComponent, IconLightBulbSimpleComponent, IconLightningComponent, IconLineChartFourComponent, IconLineChartOneComponent, IconLineChartThreeComponent, IconLineChartTwoComponent, IconLockComponent, IconMacbookAirComponent, IconMagnifyingGlassComponent, IconMapPinComponent, IconMegaphoneComponent, IconMenuSidebarComponent, IconMicOffComponent, IconMicOnComponent, IconMinimizeComponent, IconMinusLargeComponent, IconMinusSmallComponent, IconMoneyHandComponent, IconMoneybagComponent, IconMoonComponent, IconMuteComponent, IconOfficeComponent, IconPageAddComponent, IconPaperPlaneTopRightComponent, IconPaperclipComponent, IconPauseComponent, IconPdfComponent, IconPencilSignComponent, IconPencilSparkleComponent, IconPencilWaveComponent, IconPensionComponent, IconPeopleA11yComponent, IconPeopleAddComponent, IconPeopleAddedComponent, IconPeopleCircleComponent, IconPeopleComponent, IconPeopleCopyComponent, IconPeopleProfileComponent, IconPeopleRemoveComponent, IconPercentComponent, IconPhoneComponent, IconPieChartComponent, IconPiggyBankComponent, IconPinComponent, IconPinchComponent, IconPlayCircleComponent, IconPlayComponent, IconPlusLargeComponent, IconPlusSmallComponent, IconPngComponent, IconPoopComponent, IconPostcardComponent, IconPoundComponent, IconPowerComponent, IconPowerPlantComponent, IconPrinterComponent, IconPushComponent, IconQrCodeComponent, IconRainyComponent, IconRaisingHandComponent, IconReadingListComponent, IconReceiptBillComponent, IconReceiptionBellComponent, IconRecordComponent, IconRefundComponent, IconRobotComponent, IconRocketComponent, IconRunShortcutComponent, IconSafariComponent, IconSchoolComponent, IconScissorsComponent, IconSearchMenuComponent, IconSettingsGearComponent, IconSettingsSliderHorComponent, IconSettingsSliderVerComponent, IconShapesComponent, IconShareComponent, IconShieldCheckedComponent, IconShieldComponent, IconShieldCrossedComponent, IconShoppingBagComponent, IconSignatureComponent, IconSmartwatchComponent, IconSolarComponent, IconSortAscendingComponent, IconSortComponent, IconSortDescendingComponent, IconSortDownComponent, IconSortUpComponent, IconSquareArrowTopRightComponent, IconSquareBehindSquareComponent, IconSquareGridCircleComponent, IconSquarePlaceholderComponent, IconStarComponent, IconStoreComponent, IconSunComponent, IconSunsetArrowDownComponent, IconTagComponent, IconTargetArrowComponent, IconTelevisionComponent, IconTennisComponent, IconTextEditComponent, IconThermostatComponent, IconThumbsDownComponent, IconThumbsUpComponent, IconTicketComponent, IconTradingViewCandlesComponent, IconTrashCanComponent, IconTreeComponent, IconTrendingFiveComponent, IconTrendingFourComponent, IconTrendingOneComponent, IconTrendingThreeComponent, IconTrendingTwoComponent, IconTriangleExclamationComponent, IconTruckComponent, IconUmbrellaSecurityComponent, IconUnlockedComponent, IconVolumeFullComponent, IconVolumeHalfComponent, IconVolumeOffComponent, IconWalletComponent, IconWarningSignComponent, IconWifiFullComponent, IconYoutubeComponent, IconZapComponent, IconZoomInComponent, IconZoomOutComponent, SCOPE_RESOLVER, animationsCoreRendererFactory, provideCoreRenderer, provideCoreRendererWithAnimations };
|
|
38352
38493
|
//# sourceMappingURL=sebgroup-green-core-ng.mjs.map
|