@sebgroup/green-core-ng 2.28.0 → 2.28.1
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.
|
@@ -25,9 +25,9 @@ import { GdsFilterChips } from '@sebgroup/green-core/components/filter-chips/fil
|
|
|
25
25
|
import { GdsFlex } from '@sebgroup/green-core/components/flex/flex.component.js';
|
|
26
26
|
import { GdsFormSummary } from '@sebgroup/green-core/components/form-summary/summary.component.js';
|
|
27
27
|
import { GdsGrid } from '@sebgroup/green-core/components/grid/grid.component.js';
|
|
28
|
+
import { GdsImg } from '@sebgroup/green-core/components/img/img.component.js';
|
|
28
29
|
import { GdsGroupedList } from '@sebgroup/green-core/components/grouped-list/grouped-list.component.js';
|
|
29
30
|
import { GdsListItem } from '@sebgroup/green-core/components/grouped-list/list-item.component.js';
|
|
30
|
-
import { GdsImg } from '@sebgroup/green-core/components/img/img.component.js';
|
|
31
31
|
import { GdsInput } from '@sebgroup/green-core/components/input/input.component.js';
|
|
32
32
|
import { GdsLink } from '@sebgroup/green-core/components/link/link.component.js';
|
|
33
33
|
import { GdsMask } from '@sebgroup/green-core/components/mask/mask.component.js';
|
|
@@ -3387,106 +3387,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
3387
3387
|
* Auto-generated from Custom Elements Manifest
|
|
3388
3388
|
*/
|
|
3389
3389
|
|
|
3390
|
-
/**
|
|
3391
|
-
* Angular wrapper for the gds-grouped-list web component
|
|
3392
|
-
*
|
|
3393
|
-
*/
|
|
3394
|
-
let GdsGroupedListComponent = class GdsGroupedListComponent {
|
|
3395
|
-
get element() {
|
|
3396
|
-
return this.elementRef.nativeElement;
|
|
3397
|
-
}
|
|
3398
|
-
constructor() {
|
|
3399
|
-
this.elementRef = inject((ElementRef));
|
|
3400
|
-
this.zone = inject(NgZone);
|
|
3401
|
-
this.cdr = inject(ChangeDetectorRef);
|
|
3402
|
-
this.cdr.detach();
|
|
3403
|
-
}
|
|
3404
|
-
ngOnInit() {
|
|
3405
|
-
// Define the custom element
|
|
3406
|
-
try {
|
|
3407
|
-
GdsGroupedList.define();
|
|
3408
|
-
}
|
|
3409
|
-
catch (e) {
|
|
3410
|
-
// Component may not be available in this version of green-core
|
|
3411
|
-
console.warn('Failed to define gds-grouped-list:', e);
|
|
3412
|
-
}
|
|
3413
|
-
}
|
|
3414
|
-
ngOnChanges(changes) {
|
|
3415
|
-
// Implementation added by @ProxyInputs decorator
|
|
3416
|
-
}
|
|
3417
|
-
ngAfterViewInit() {
|
|
3418
|
-
// Implementation added by @ProxyInputs decorator
|
|
3419
|
-
}
|
|
3420
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsGroupedListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3421
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: GdsGroupedListComponent, isStandalone: true, selector: "gds-grouped-list", inputs: { label: "label" }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3422
|
-
};
|
|
3423
|
-
GdsGroupedListComponent = __decorate([
|
|
3424
|
-
ProxyInputs(['label']),
|
|
3425
|
-
__metadata("design:paramtypes", [])
|
|
3426
|
-
], GdsGroupedListComponent);
|
|
3427
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsGroupedListComponent, decorators: [{
|
|
3428
|
-
type: Component,
|
|
3429
|
-
args: [{
|
|
3430
|
-
selector: 'gds-grouped-list',
|
|
3431
|
-
standalone: true,
|
|
3432
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3433
|
-
template: `<ng-content></ng-content>`
|
|
3434
|
-
}]
|
|
3435
|
-
}], ctorParameters: () => [], propDecorators: { label: [{
|
|
3436
|
-
type: Input
|
|
3437
|
-
}] } });
|
|
3438
|
-
|
|
3439
|
-
/**
|
|
3440
|
-
* GdsGroupedListComponent - Angular wrapper for gds-grouped-list
|
|
3441
|
-
*
|
|
3442
|
-
*
|
|
3443
|
-
* Auto-generated from Custom Elements Manifest
|
|
3444
|
-
*/
|
|
3445
|
-
|
|
3446
|
-
/**
|
|
3447
|
-
* Angular wrapper for the gds-list-item web component
|
|
3448
|
-
*
|
|
3449
|
-
*/
|
|
3450
|
-
class GdsListItemComponent {
|
|
3451
|
-
get element() {
|
|
3452
|
-
return this.elementRef.nativeElement;
|
|
3453
|
-
}
|
|
3454
|
-
constructor() {
|
|
3455
|
-
this.elementRef = inject((ElementRef));
|
|
3456
|
-
this.zone = inject(NgZone);
|
|
3457
|
-
this.cdr = inject(ChangeDetectorRef);
|
|
3458
|
-
this.cdr.detach();
|
|
3459
|
-
}
|
|
3460
|
-
ngOnInit() {
|
|
3461
|
-
// Define the custom element
|
|
3462
|
-
try {
|
|
3463
|
-
GdsListItem.define();
|
|
3464
|
-
}
|
|
3465
|
-
catch (e) {
|
|
3466
|
-
// Component may not be available in this version of green-core
|
|
3467
|
-
console.warn('Failed to define gds-list-item:', e);
|
|
3468
|
-
}
|
|
3469
|
-
}
|
|
3470
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3471
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: GdsListItemComponent, isStandalone: true, selector: "gds-list-item", ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3472
|
-
}
|
|
3473
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsListItemComponent, decorators: [{
|
|
3474
|
-
type: Component,
|
|
3475
|
-
args: [{
|
|
3476
|
-
selector: 'gds-list-item',
|
|
3477
|
-
standalone: true,
|
|
3478
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3479
|
-
template: `<ng-content></ng-content>`
|
|
3480
|
-
}]
|
|
3481
|
-
}], ctorParameters: () => [] });
|
|
3482
|
-
|
|
3483
|
-
/**
|
|
3484
|
-
* GdsListItemComponent - Angular wrapper for gds-list-item
|
|
3485
|
-
*
|
|
3486
|
-
*
|
|
3487
|
-
* Auto-generated from Custom Elements Manifest
|
|
3488
|
-
*/
|
|
3489
|
-
|
|
3490
3390
|
/**
|
|
3491
3391
|
* Angular wrapper for the gds-img web component
|
|
3492
3392
|
*
|
|
@@ -3597,6 +3497,106 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
3597
3497
|
* Auto-generated from Custom Elements Manifest
|
|
3598
3498
|
*/
|
|
3599
3499
|
|
|
3500
|
+
/**
|
|
3501
|
+
* Angular wrapper for the gds-grouped-list web component
|
|
3502
|
+
*
|
|
3503
|
+
*/
|
|
3504
|
+
let GdsGroupedListComponent = class GdsGroupedListComponent {
|
|
3505
|
+
get element() {
|
|
3506
|
+
return this.elementRef.nativeElement;
|
|
3507
|
+
}
|
|
3508
|
+
constructor() {
|
|
3509
|
+
this.elementRef = inject((ElementRef));
|
|
3510
|
+
this.zone = inject(NgZone);
|
|
3511
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
3512
|
+
this.cdr.detach();
|
|
3513
|
+
}
|
|
3514
|
+
ngOnInit() {
|
|
3515
|
+
// Define the custom element
|
|
3516
|
+
try {
|
|
3517
|
+
GdsGroupedList.define();
|
|
3518
|
+
}
|
|
3519
|
+
catch (e) {
|
|
3520
|
+
// Component may not be available in this version of green-core
|
|
3521
|
+
console.warn('Failed to define gds-grouped-list:', e);
|
|
3522
|
+
}
|
|
3523
|
+
}
|
|
3524
|
+
ngOnChanges(changes) {
|
|
3525
|
+
// Implementation added by @ProxyInputs decorator
|
|
3526
|
+
}
|
|
3527
|
+
ngAfterViewInit() {
|
|
3528
|
+
// Implementation added by @ProxyInputs decorator
|
|
3529
|
+
}
|
|
3530
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsGroupedListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3531
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: GdsGroupedListComponent, isStandalone: true, selector: "gds-grouped-list", inputs: { label: "label" }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3532
|
+
};
|
|
3533
|
+
GdsGroupedListComponent = __decorate([
|
|
3534
|
+
ProxyInputs(['label']),
|
|
3535
|
+
__metadata("design:paramtypes", [])
|
|
3536
|
+
], GdsGroupedListComponent);
|
|
3537
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsGroupedListComponent, decorators: [{
|
|
3538
|
+
type: Component,
|
|
3539
|
+
args: [{
|
|
3540
|
+
selector: 'gds-grouped-list',
|
|
3541
|
+
standalone: true,
|
|
3542
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3543
|
+
template: `<ng-content></ng-content>`
|
|
3544
|
+
}]
|
|
3545
|
+
}], ctorParameters: () => [], propDecorators: { label: [{
|
|
3546
|
+
type: Input
|
|
3547
|
+
}] } });
|
|
3548
|
+
|
|
3549
|
+
/**
|
|
3550
|
+
* GdsGroupedListComponent - Angular wrapper for gds-grouped-list
|
|
3551
|
+
*
|
|
3552
|
+
*
|
|
3553
|
+
* Auto-generated from Custom Elements Manifest
|
|
3554
|
+
*/
|
|
3555
|
+
|
|
3556
|
+
/**
|
|
3557
|
+
* Angular wrapper for the gds-list-item web component
|
|
3558
|
+
*
|
|
3559
|
+
*/
|
|
3560
|
+
class GdsListItemComponent {
|
|
3561
|
+
get element() {
|
|
3562
|
+
return this.elementRef.nativeElement;
|
|
3563
|
+
}
|
|
3564
|
+
constructor() {
|
|
3565
|
+
this.elementRef = inject((ElementRef));
|
|
3566
|
+
this.zone = inject(NgZone);
|
|
3567
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
3568
|
+
this.cdr.detach();
|
|
3569
|
+
}
|
|
3570
|
+
ngOnInit() {
|
|
3571
|
+
// Define the custom element
|
|
3572
|
+
try {
|
|
3573
|
+
GdsListItem.define();
|
|
3574
|
+
}
|
|
3575
|
+
catch (e) {
|
|
3576
|
+
// Component may not be available in this version of green-core
|
|
3577
|
+
console.warn('Failed to define gds-list-item:', e);
|
|
3578
|
+
}
|
|
3579
|
+
}
|
|
3580
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3581
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: GdsListItemComponent, isStandalone: true, selector: "gds-list-item", ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3582
|
+
}
|
|
3583
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsListItemComponent, decorators: [{
|
|
3584
|
+
type: Component,
|
|
3585
|
+
args: [{
|
|
3586
|
+
selector: 'gds-list-item',
|
|
3587
|
+
standalone: true,
|
|
3588
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3589
|
+
template: `<ng-content></ng-content>`
|
|
3590
|
+
}]
|
|
3591
|
+
}], ctorParameters: () => [] });
|
|
3592
|
+
|
|
3593
|
+
/**
|
|
3594
|
+
* GdsListItemComponent - Angular wrapper for gds-list-item
|
|
3595
|
+
*
|
|
3596
|
+
*
|
|
3597
|
+
* Auto-generated from Custom Elements Manifest
|
|
3598
|
+
*/
|
|
3599
|
+
|
|
3600
3600
|
/**
|
|
3601
3601
|
* Angular wrapper for the gds-input web component
|
|
3602
3602
|
*
|
|
@@ -37620,9 +37620,9 @@ class GreenCoreNgModule {
|
|
|
37620
37620
|
GdsFlexComponent,
|
|
37621
37621
|
GdsFormSummaryComponent,
|
|
37622
37622
|
GdsGridComponent,
|
|
37623
|
+
GdsImgComponent,
|
|
37623
37624
|
GdsGroupedListComponent,
|
|
37624
37625
|
GdsListItemComponent,
|
|
37625
|
-
GdsImgComponent,
|
|
37626
37626
|
GdsInputComponent,
|
|
37627
37627
|
GdsLinkComponent,
|
|
37628
37628
|
GdsMaskComponent,
|
|
@@ -38013,9 +38013,9 @@ class GreenCoreNgModule {
|
|
|
38013
38013
|
GdsFlexComponent,
|
|
38014
38014
|
GdsFormSummaryComponent,
|
|
38015
38015
|
GdsGridComponent,
|
|
38016
|
+
GdsImgComponent,
|
|
38016
38017
|
GdsGroupedListComponent,
|
|
38017
38018
|
GdsListItemComponent,
|
|
38018
|
-
GdsImgComponent,
|
|
38019
38019
|
GdsInputComponent,
|
|
38020
38020
|
GdsLinkComponent,
|
|
38021
38021
|
GdsMaskComponent,
|
|
@@ -38413,9 +38413,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
38413
38413
|
GdsFlexComponent,
|
|
38414
38414
|
GdsFormSummaryComponent,
|
|
38415
38415
|
GdsGridComponent,
|
|
38416
|
+
GdsImgComponent,
|
|
38416
38417
|
GdsGroupedListComponent,
|
|
38417
38418
|
GdsListItemComponent,
|
|
38418
|
-
GdsImgComponent,
|
|
38419
38419
|
GdsInputComponent,
|
|
38420
38420
|
GdsLinkComponent,
|
|
38421
38421
|
GdsMaskComponent,
|
|
@@ -38809,9 +38809,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
38809
38809
|
GdsFlexComponent,
|
|
38810
38810
|
GdsFormSummaryComponent,
|
|
38811
38811
|
GdsGridComponent,
|
|
38812
|
+
GdsImgComponent,
|
|
38812
38813
|
GdsGroupedListComponent,
|
|
38813
38814
|
GdsListItemComponent,
|
|
38814
|
-
GdsImgComponent,
|
|
38815
38815
|
GdsInputComponent,
|
|
38816
38816
|
GdsLinkComponent,
|
|
38817
38817
|
GdsMaskComponent,
|