@sebgroup/green-core-ng 3.19.0 → 3.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -66,8 +66,6 @@ import { GdsSegment } from '@sebgroup/green-core/components/segmented-control/se
66
66
  import { GdsSensitiveAccount } from '@sebgroup/green-core/components/sensitive/account/sensitive-account.component.js';
67
67
  import { GdsSensitiveDate } from '@sebgroup/green-core/components/sensitive/date/sensitive-date.component.js';
68
68
  import { GdsSensitiveNumber } from '@sebgroup/green-core/components/sensitive/number/sensitive-number.component.js';
69
- import { GdsTab } from '@sebgroup/green-core/components/tabs/tab/tab.component.js';
70
- import { GdsTabPanel } from '@sebgroup/green-core/components/tabs/tab-panel/tab-panel.component.js';
71
69
  import { IconAi } from '@sebgroup/green-core/components/icon/icons/ai.component.js';
72
70
  import { IconAirplaneUp } from '@sebgroup/green-core/components/icon/icons/airplane-up.component.js';
73
71
  import { IconArchive } from '@sebgroup/green-core/components/icon/icons/archive.component.js';
@@ -379,6 +377,8 @@ import { IconYoutube } from '@sebgroup/green-core/components/icon/icons/youtube.
379
377
  import { IconZap } from '@sebgroup/green-core/components/icon/icons/zap.component.js';
380
378
  import { IconZoomIn } from '@sebgroup/green-core/components/icon/icons/zoom-in.component.js';
381
379
  import { IconZoomOut } from '@sebgroup/green-core/components/icon/icons/zoom-out.component.js';
380
+ import { GdsTab } from '@sebgroup/green-core/components/tabs/tab/tab.component.js';
381
+ import { GdsTabPanel } from '@sebgroup/green-core/components/tabs/tab-panel/tab-panel.component.js';
382
382
  import { getScopedTagName } from '@sebgroup/green-core/scoping';
383
383
  import { ɵAnimationRendererFactory as _AnimationRendererFactory, ɵAnimationEngine as _AnimationEngine } from '@angular/animations/browser';
384
384
  import * as i1 from '@angular/platform-browser';
@@ -9068,136 +9068,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
9068
9068
  * Auto-generated from Custom Elements Manifest
9069
9069
  */
9070
9070
 
9071
- /**
9072
- * Angular wrapper for the gds-tab web component
9073
- *
9074
- */
9075
- let GdsTabComponent = class GdsTabComponent {
9076
- get element() {
9077
- return this.elementRef.nativeElement;
9078
- }
9079
- constructor() {
9080
- this.elementRef = inject((ElementRef));
9081
- this.zone = inject(NgZone);
9082
- this.cdr = inject(ChangeDetectorRef);
9083
- /** Fired when the tab is clicked. Note that clicks on disabled tabs are ignored. */
9084
- this.click = new EventEmitter();
9085
- this.cdr.detach();
9086
- }
9087
- ngOnInit() {
9088
- // Define the custom element
9089
- try {
9090
- GdsTab.define();
9091
- }
9092
- catch (e) {
9093
- // Component may not be available in this version of green-core
9094
- console.warn('Failed to define gds-tab:', e);
9095
- }
9096
- }
9097
- ngOnChanges(changes) {
9098
- // Implementation added by @ProxyInputs decorator
9099
- }
9100
- ngAfterViewInit() {
9101
- // Implementation added by @ProxyInputs decorator
9102
- }
9103
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: GdsTabComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
9104
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: GdsTabComponent, isStandalone: true, selector: "gds-tab", inputs: { size: "size", disabled: ["disabled", "disabled", booleanAttribute], selected: ["selected", "selected", booleanAttribute], panel: "panel", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, outputs: { click: "click" }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
9105
- };
9106
- GdsTabComponent = __decorate([
9107
- ProxyInputs(['size', 'disabled', 'selected', 'panel', 'syncFirstRender']),
9108
- __metadata("design:paramtypes", [])
9109
- ], GdsTabComponent);
9110
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: GdsTabComponent, decorators: [{
9111
- type: Component,
9112
- args: [{
9113
- selector: 'gds-tab',
9114
- standalone: true,
9115
- changeDetection: ChangeDetectionStrategy.OnPush,
9116
- template: `<ng-content></ng-content>`
9117
- }]
9118
- }], ctorParameters: () => [], propDecorators: { size: [{
9119
- type: Input
9120
- }], disabled: [{
9121
- type: Input,
9122
- args: [{ transform: booleanAttribute }]
9123
- }], selected: [{
9124
- type: Input,
9125
- args: [{ transform: booleanAttribute }]
9126
- }], panel: [{
9127
- type: Input
9128
- }], syncFirstRender: [{
9129
- type: Input,
9130
- args: [{ transform: booleanAttribute }]
9131
- }], click: [{
9132
- type: Output
9133
- }] } });
9134
-
9135
- /**
9136
- * GdsTabComponent - Angular wrapper for gds-tab
9137
- *
9138
- *
9139
- * Auto-generated from Custom Elements Manifest
9140
- */
9141
-
9142
- /**
9143
- * Angular wrapper for the gds-tab-panel web component
9144
- *
9145
- */
9146
- let GdsTabPanelComponent = class GdsTabPanelComponent {
9147
- get element() {
9148
- return this.elementRef.nativeElement;
9149
- }
9150
- constructor() {
9151
- this.elementRef = inject((ElementRef));
9152
- this.zone = inject(NgZone);
9153
- this.cdr = inject(ChangeDetectorRef);
9154
- this.cdr.detach();
9155
- }
9156
- ngOnInit() {
9157
- // Define the custom element
9158
- try {
9159
- GdsTabPanel.define();
9160
- }
9161
- catch (e) {
9162
- // Component may not be available in this version of green-core
9163
- console.warn('Failed to define gds-tab-panel:', e);
9164
- }
9165
- }
9166
- ngOnChanges(changes) {
9167
- // Implementation added by @ProxyInputs decorator
9168
- }
9169
- ngAfterViewInit() {
9170
- // Implementation added by @ProxyInputs decorator
9171
- }
9172
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: GdsTabPanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
9173
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: GdsTabPanelComponent, isStandalone: true, selector: "gds-tab-panel", inputs: { name: "name", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
9174
- };
9175
- GdsTabPanelComponent = __decorate([
9176
- ProxyInputs(['name', 'syncFirstRender']),
9177
- __metadata("design:paramtypes", [])
9178
- ], GdsTabPanelComponent);
9179
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: GdsTabPanelComponent, decorators: [{
9180
- type: Component,
9181
- args: [{
9182
- selector: 'gds-tab-panel',
9183
- standalone: true,
9184
- changeDetection: ChangeDetectionStrategy.OnPush,
9185
- template: `<ng-content></ng-content>`
9186
- }]
9187
- }], ctorParameters: () => [], propDecorators: { name: [{
9188
- type: Input
9189
- }], syncFirstRender: [{
9190
- type: Input,
9191
- args: [{ transform: booleanAttribute }]
9192
- }] } });
9193
-
9194
- /**
9195
- * GdsTabPanelComponent - Angular wrapper for gds-tab-panel
9196
- *
9197
- *
9198
- * Auto-generated from Custom Elements Manifest
9199
- */
9200
-
9201
9071
  /**
9202
9072
  * Angular wrapper for the gds-icon-ai web component
9203
9073
  *
@@ -37810,6 +37680,136 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
37810
37680
  * Auto-generated from Custom Elements Manifest
37811
37681
  */
37812
37682
 
37683
+ /**
37684
+ * Angular wrapper for the gds-tab web component
37685
+ *
37686
+ */
37687
+ let GdsTabComponent = class GdsTabComponent {
37688
+ get element() {
37689
+ return this.elementRef.nativeElement;
37690
+ }
37691
+ constructor() {
37692
+ this.elementRef = inject((ElementRef));
37693
+ this.zone = inject(NgZone);
37694
+ this.cdr = inject(ChangeDetectorRef);
37695
+ /** Fired when the tab is clicked. Note that clicks on disabled tabs are ignored. */
37696
+ this.click = new EventEmitter();
37697
+ this.cdr.detach();
37698
+ }
37699
+ ngOnInit() {
37700
+ // Define the custom element
37701
+ try {
37702
+ GdsTab.define();
37703
+ }
37704
+ catch (e) {
37705
+ // Component may not be available in this version of green-core
37706
+ console.warn('Failed to define gds-tab:', e);
37707
+ }
37708
+ }
37709
+ ngOnChanges(changes) {
37710
+ // Implementation added by @ProxyInputs decorator
37711
+ }
37712
+ ngAfterViewInit() {
37713
+ // Implementation added by @ProxyInputs decorator
37714
+ }
37715
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: GdsTabComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
37716
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: GdsTabComponent, isStandalone: true, selector: "gds-tab", inputs: { size: "size", disabled: ["disabled", "disabled", booleanAttribute], selected: ["selected", "selected", booleanAttribute], panel: "panel", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, outputs: { click: "click" }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
37717
+ };
37718
+ GdsTabComponent = __decorate([
37719
+ ProxyInputs(['size', 'disabled', 'selected', 'panel', 'syncFirstRender']),
37720
+ __metadata("design:paramtypes", [])
37721
+ ], GdsTabComponent);
37722
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: GdsTabComponent, decorators: [{
37723
+ type: Component,
37724
+ args: [{
37725
+ selector: 'gds-tab',
37726
+ standalone: true,
37727
+ changeDetection: ChangeDetectionStrategy.OnPush,
37728
+ template: `<ng-content></ng-content>`
37729
+ }]
37730
+ }], ctorParameters: () => [], propDecorators: { size: [{
37731
+ type: Input
37732
+ }], disabled: [{
37733
+ type: Input,
37734
+ args: [{ transform: booleanAttribute }]
37735
+ }], selected: [{
37736
+ type: Input,
37737
+ args: [{ transform: booleanAttribute }]
37738
+ }], panel: [{
37739
+ type: Input
37740
+ }], syncFirstRender: [{
37741
+ type: Input,
37742
+ args: [{ transform: booleanAttribute }]
37743
+ }], click: [{
37744
+ type: Output
37745
+ }] } });
37746
+
37747
+ /**
37748
+ * GdsTabComponent - Angular wrapper for gds-tab
37749
+ *
37750
+ *
37751
+ * Auto-generated from Custom Elements Manifest
37752
+ */
37753
+
37754
+ /**
37755
+ * Angular wrapper for the gds-tab-panel web component
37756
+ *
37757
+ */
37758
+ let GdsTabPanelComponent = class GdsTabPanelComponent {
37759
+ get element() {
37760
+ return this.elementRef.nativeElement;
37761
+ }
37762
+ constructor() {
37763
+ this.elementRef = inject((ElementRef));
37764
+ this.zone = inject(NgZone);
37765
+ this.cdr = inject(ChangeDetectorRef);
37766
+ this.cdr.detach();
37767
+ }
37768
+ ngOnInit() {
37769
+ // Define the custom element
37770
+ try {
37771
+ GdsTabPanel.define();
37772
+ }
37773
+ catch (e) {
37774
+ // Component may not be available in this version of green-core
37775
+ console.warn('Failed to define gds-tab-panel:', e);
37776
+ }
37777
+ }
37778
+ ngOnChanges(changes) {
37779
+ // Implementation added by @ProxyInputs decorator
37780
+ }
37781
+ ngAfterViewInit() {
37782
+ // Implementation added by @ProxyInputs decorator
37783
+ }
37784
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: GdsTabPanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
37785
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: GdsTabPanelComponent, isStandalone: true, selector: "gds-tab-panel", inputs: { name: "name", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
37786
+ };
37787
+ GdsTabPanelComponent = __decorate([
37788
+ ProxyInputs(['name', 'syncFirstRender']),
37789
+ __metadata("design:paramtypes", [])
37790
+ ], GdsTabPanelComponent);
37791
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: GdsTabPanelComponent, decorators: [{
37792
+ type: Component,
37793
+ args: [{
37794
+ selector: 'gds-tab-panel',
37795
+ standalone: true,
37796
+ changeDetection: ChangeDetectionStrategy.OnPush,
37797
+ template: `<ng-content></ng-content>`
37798
+ }]
37799
+ }], ctorParameters: () => [], propDecorators: { name: [{
37800
+ type: Input
37801
+ }], syncFirstRender: [{
37802
+ type: Input,
37803
+ args: [{ transform: booleanAttribute }]
37804
+ }] } });
37805
+
37806
+ /**
37807
+ * GdsTabPanelComponent - Angular wrapper for gds-tab-panel
37808
+ *
37809
+ *
37810
+ * Auto-generated from Custom Elements Manifest
37811
+ */
37812
+
37813
37813
  /**
37814
37814
  * Angular wrapper for the gds-menu-item web component
37815
37815
  *
@@ -38085,8 +38085,6 @@ class GreenCoreNgModule {
38085
38085
  GdsSensitiveAccountComponent,
38086
38086
  GdsSensitiveDateComponent,
38087
38087
  GdsSensitiveNumberComponent,
38088
- GdsTabComponent,
38089
- GdsTabPanelComponent,
38090
38088
  IconAiComponent,
38091
38089
  IconAirplaneUpComponent,
38092
38090
  IconArchiveComponent,
@@ -38398,6 +38396,8 @@ class GreenCoreNgModule {
38398
38396
  IconZapComponent,
38399
38397
  IconZoomInComponent,
38400
38398
  IconZoomOutComponent,
38399
+ GdsTabComponent,
38400
+ GdsTabPanelComponent,
38401
38401
  GdsMenuItemComponent,
38402
38402
  GdsMenuHeadingComponent,
38403
38403
  GdsOptionComponent], exports: [GdsAlertComponent,
@@ -38462,8 +38462,6 @@ class GreenCoreNgModule {
38462
38462
  GdsSensitiveAccountComponent,
38463
38463
  GdsSensitiveDateComponent,
38464
38464
  GdsSensitiveNumberComponent,
38465
- GdsTabComponent,
38466
- GdsTabPanelComponent,
38467
38465
  IconAiComponent,
38468
38466
  IconAirplaneUpComponent,
38469
38467
  IconArchiveComponent,
@@ -38775,6 +38773,8 @@ class GreenCoreNgModule {
38775
38773
  IconZapComponent,
38776
38774
  IconZoomInComponent,
38777
38775
  IconZoomOutComponent,
38776
+ GdsTabComponent,
38777
+ GdsTabPanelComponent,
38778
38778
  GdsMenuItemComponent,
38779
38779
  GdsMenuHeadingComponent,
38780
38780
  GdsOptionComponent] }); }
@@ -38846,8 +38846,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
38846
38846
  GdsSensitiveAccountComponent,
38847
38847
  GdsSensitiveDateComponent,
38848
38848
  GdsSensitiveNumberComponent,
38849
- GdsTabComponent,
38850
- GdsTabPanelComponent,
38851
38849
  IconAiComponent,
38852
38850
  IconAirplaneUpComponent,
38853
38851
  IconArchiveComponent,
@@ -39159,6 +39157,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
39159
39157
  IconZapComponent,
39160
39158
  IconZoomInComponent,
39161
39159
  IconZoomOutComponent,
39160
+ GdsTabComponent,
39161
+ GdsTabPanelComponent,
39162
39162
  GdsMenuItemComponent,
39163
39163
  GdsMenuHeadingComponent,
39164
39164
  GdsOptionComponent,
@@ -39226,8 +39226,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
39226
39226
  GdsSensitiveAccountComponent,
39227
39227
  GdsSensitiveDateComponent,
39228
39228
  GdsSensitiveNumberComponent,
39229
- GdsTabComponent,
39230
- GdsTabPanelComponent,
39231
39229
  IconAiComponent,
39232
39230
  IconAirplaneUpComponent,
39233
39231
  IconArchiveComponent,
@@ -39539,6 +39537,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
39539
39537
  IconZapComponent,
39540
39538
  IconZoomInComponent,
39541
39539
  IconZoomOutComponent,
39540
+ GdsTabComponent,
39541
+ GdsTabPanelComponent,
39542
39542
  GdsMenuItemComponent,
39543
39543
  GdsMenuHeadingComponent,
39544
39544
  GdsOptionComponent,