@sebgroup/green-core-ng 3.4.0 → 3.5.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.
|
@@ -3,19 +3,19 @@ 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
5
|
import { GdsBadge } from '@sebgroup/green-core/components/badge/badge.component.js';
|
|
6
|
-
import {
|
|
6
|
+
import { GdsBlur } from '@sebgroup/green-core/components/blur/blur.component.js';
|
|
7
7
|
import { NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
8
8
|
import { LocationStrategy, DOCUMENT, CommonModule } from '@angular/common';
|
|
9
9
|
import { Router, RouterLink, RouterLinkActive, NavigationEnd } from '@angular/router';
|
|
10
10
|
import { GdsButton } from '@sebgroup/green-core/components/button/button.component.js';
|
|
11
|
-
import {
|
|
12
|
-
import { GdsCard } from '@sebgroup/green-core/components/card/card.component.js';
|
|
11
|
+
import { GdsBreadcrumbs } from '@sebgroup/green-core/components/breadcrumbs/breadcrumbs.component.js';
|
|
13
12
|
import { GdsCalendar } from '@sebgroup/green-core/components/calendar/calendar.component.js';
|
|
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';
|
|
15
15
|
import { GdsCheckbox } from '@sebgroup/green-core/components/checkbox/checkbox.component.js';
|
|
16
16
|
import { GdsCoachmark } from '@sebgroup/green-core/components/coachmark/coachmark.component.js';
|
|
17
|
-
import { GdsContextMenu, GdsMenuItem, GdsMenuHeading } from '@sebgroup/green-core/components/context-menu/context-menu.component.js';
|
|
18
17
|
import { GdsDatepicker } from '@sebgroup/green-core/components/datepicker/datepicker.component.js';
|
|
18
|
+
import { GdsContextMenu, GdsMenuItem, GdsMenuHeading } from '@sebgroup/green-core/components/context-menu/context-menu.component.js';
|
|
19
19
|
import { GdsDetails } from '@sebgroup/green-core/components/details/details.component.js';
|
|
20
20
|
import { GdsDialog } from '@sebgroup/green-core/components/dialog/dialog.component.js';
|
|
21
21
|
import { GdsDiv } from '@sebgroup/green-core/components/div/div.component.js';
|
|
@@ -624,10 +624,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
624
624
|
*/
|
|
625
625
|
|
|
626
626
|
/**
|
|
627
|
-
* Angular wrapper for the gds-
|
|
627
|
+
* Angular wrapper for the gds-blur web component
|
|
628
628
|
*
|
|
629
629
|
*/
|
|
630
|
-
let
|
|
630
|
+
let GdsBlurComponent = class GdsBlurComponent {
|
|
631
631
|
get element() {
|
|
632
632
|
return this.elementRef.nativeElement;
|
|
633
633
|
}
|
|
@@ -640,11 +640,11 @@ let GdsBreadcrumbsComponent = class GdsBreadcrumbsComponent {
|
|
|
640
640
|
ngOnInit() {
|
|
641
641
|
// Define the custom element
|
|
642
642
|
try {
|
|
643
|
-
|
|
643
|
+
GdsBlur.define();
|
|
644
644
|
}
|
|
645
645
|
catch (e) {
|
|
646
646
|
// Component may not be available in this version of green-core
|
|
647
|
-
console.warn('Failed to define gds-
|
|
647
|
+
console.warn('Failed to define gds-blur:', e);
|
|
648
648
|
}
|
|
649
649
|
}
|
|
650
650
|
ngOnChanges(changes) {
|
|
@@ -653,66 +653,28 @@ let GdsBreadcrumbsComponent = class GdsBreadcrumbsComponent {
|
|
|
653
653
|
ngAfterViewInit() {
|
|
654
654
|
// Implementation added by @ProxyInputs decorator
|
|
655
655
|
}
|
|
656
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type:
|
|
657
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type:
|
|
656
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBlurComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
657
|
+
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 }); }
|
|
658
658
|
};
|
|
659
|
-
|
|
660
|
-
ProxyInputs(['
|
|
659
|
+
GdsBlurComponent = __decorate([
|
|
660
|
+
ProxyInputs(['syncFirstRender']),
|
|
661
661
|
__metadata("design:paramtypes", [])
|
|
662
|
-
],
|
|
663
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type:
|
|
662
|
+
], GdsBlurComponent);
|
|
663
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBlurComponent, decorators: [{
|
|
664
664
|
type: Component,
|
|
665
665
|
args: [{
|
|
666
|
-
selector: 'gds-
|
|
666
|
+
selector: 'gds-blur',
|
|
667
667
|
standalone: true,
|
|
668
668
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
669
669
|
template: `<ng-content></ng-content>`
|
|
670
670
|
}]
|
|
671
|
-
}], ctorParameters: () => [], propDecorators: {
|
|
672
|
-
type: Input
|
|
673
|
-
}], label: [{
|
|
674
|
-
type: Input
|
|
675
|
-
}], alignSelf: [{
|
|
676
|
-
type: Input
|
|
677
|
-
}], justifySelf: [{
|
|
678
|
-
type: Input
|
|
679
|
-
}], placeSelf: [{
|
|
680
|
-
type: Input
|
|
681
|
-
}], gridColumn: [{
|
|
682
|
-
type: Input
|
|
683
|
-
}], gridRow: [{
|
|
684
|
-
type: Input
|
|
685
|
-
}], gridArea: [{
|
|
686
|
-
type: Input
|
|
687
|
-
}], flex: [{
|
|
688
|
-
type: Input
|
|
689
|
-
}], order: [{
|
|
690
|
-
type: Input
|
|
691
|
-
}], width: [{
|
|
692
|
-
type: Input
|
|
693
|
-
}], minWidth: [{
|
|
694
|
-
type: Input
|
|
695
|
-
}], maxWidth: [{
|
|
696
|
-
type: Input
|
|
697
|
-
}], inlineSize: [{
|
|
698
|
-
type: Input
|
|
699
|
-
}], minInlineSize: [{
|
|
700
|
-
type: Input
|
|
701
|
-
}], maxInlineSize: [{
|
|
702
|
-
type: Input
|
|
703
|
-
}], margin: [{
|
|
704
|
-
type: Input
|
|
705
|
-
}], marginInline: [{
|
|
706
|
-
type: Input
|
|
707
|
-
}], marginBlock: [{
|
|
708
|
-
type: Input
|
|
709
|
-
}], syncFirstRender: [{
|
|
671
|
+
}], ctorParameters: () => [], propDecorators: { syncFirstRender: [{
|
|
710
672
|
type: Input,
|
|
711
673
|
args: [{ transform: booleanAttribute }]
|
|
712
674
|
}] } });
|
|
713
675
|
|
|
714
676
|
/**
|
|
715
|
-
*
|
|
677
|
+
* GdsBlurComponent - Angular wrapper for gds-blur
|
|
716
678
|
*
|
|
717
679
|
*
|
|
718
680
|
* Auto-generated from Custom Elements Manifest
|
|
@@ -1036,70 +998,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
1036
998
|
*/
|
|
1037
999
|
|
|
1038
1000
|
/**
|
|
1039
|
-
* Angular wrapper for the gds-
|
|
1040
|
-
*
|
|
1041
|
-
*/
|
|
1042
|
-
let GdsBlurComponent = class GdsBlurComponent {
|
|
1043
|
-
get element() {
|
|
1044
|
-
return this.elementRef.nativeElement;
|
|
1045
|
-
}
|
|
1046
|
-
constructor() {
|
|
1047
|
-
this.elementRef = inject((ElementRef));
|
|
1048
|
-
this.zone = inject(NgZone);
|
|
1049
|
-
this.cdr = inject(ChangeDetectorRef);
|
|
1050
|
-
this.cdr.detach();
|
|
1051
|
-
}
|
|
1052
|
-
ngOnInit() {
|
|
1053
|
-
// Define the custom element
|
|
1054
|
-
try {
|
|
1055
|
-
GdsBlur.define();
|
|
1056
|
-
}
|
|
1057
|
-
catch (e) {
|
|
1058
|
-
// Component may not be available in this version of green-core
|
|
1059
|
-
console.warn('Failed to define gds-blur:', e);
|
|
1060
|
-
}
|
|
1061
|
-
}
|
|
1062
|
-
ngOnChanges(changes) {
|
|
1063
|
-
// Implementation added by @ProxyInputs decorator
|
|
1064
|
-
}
|
|
1065
|
-
ngAfterViewInit() {
|
|
1066
|
-
// Implementation added by @ProxyInputs decorator
|
|
1067
|
-
}
|
|
1068
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBlurComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1069
|
-
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 }); }
|
|
1070
|
-
};
|
|
1071
|
-
GdsBlurComponent = __decorate([
|
|
1072
|
-
ProxyInputs(['syncFirstRender']),
|
|
1073
|
-
__metadata("design:paramtypes", [])
|
|
1074
|
-
], GdsBlurComponent);
|
|
1075
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBlurComponent, decorators: [{
|
|
1076
|
-
type: Component,
|
|
1077
|
-
args: [{
|
|
1078
|
-
selector: 'gds-blur',
|
|
1079
|
-
standalone: true,
|
|
1080
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1081
|
-
template: `<ng-content></ng-content>`
|
|
1082
|
-
}]
|
|
1083
|
-
}], ctorParameters: () => [], propDecorators: { syncFirstRender: [{
|
|
1084
|
-
type: Input,
|
|
1085
|
-
args: [{ transform: booleanAttribute }]
|
|
1086
|
-
}] } });
|
|
1087
|
-
|
|
1088
|
-
/**
|
|
1089
|
-
* GdsBlurComponent - Angular wrapper for gds-blur
|
|
1090
|
-
*
|
|
1001
|
+
* Angular wrapper for the gds-breadcrumbs web component
|
|
1091
1002
|
*
|
|
1092
|
-
* Auto-generated from Custom Elements Manifest
|
|
1093
|
-
*/
|
|
1094
|
-
|
|
1095
|
-
/**
|
|
1096
|
-
* Angular wrapper for the gds-card web component
|
|
1097
|
-
* A container for content representing a single entity. e.g. a contact, article, or task.
|
|
1098
|
-
|
|
1099
|
-
`gds-card` inherits all properties from `gds-div`, but comes with some predefined defaults
|
|
1100
|
-
and a shortcut property for specifying different card variants.
|
|
1101
1003
|
*/
|
|
1102
|
-
let
|
|
1004
|
+
let GdsBreadcrumbsComponent = class GdsBreadcrumbsComponent {
|
|
1103
1005
|
get element() {
|
|
1104
1006
|
return this.elementRef.nativeElement;
|
|
1105
1007
|
}
|
|
@@ -1112,11 +1014,11 @@ let GdsCardComponent = class GdsCardComponent {
|
|
|
1112
1014
|
ngOnInit() {
|
|
1113
1015
|
// Define the custom element
|
|
1114
1016
|
try {
|
|
1115
|
-
|
|
1017
|
+
GdsBreadcrumbs.define();
|
|
1116
1018
|
}
|
|
1117
1019
|
catch (e) {
|
|
1118
1020
|
// Component may not be available in this version of green-core
|
|
1119
|
-
console.warn('Failed to define gds-
|
|
1021
|
+
console.warn('Failed to define gds-breadcrumbs:', e);
|
|
1120
1022
|
}
|
|
1121
1023
|
}
|
|
1122
1024
|
ngOnChanges(changes) {
|
|
@@ -1125,58 +1027,24 @@ let GdsCardComponent = class GdsCardComponent {
|
|
|
1125
1027
|
ngAfterViewInit() {
|
|
1126
1028
|
// Implementation added by @ProxyInputs decorator
|
|
1127
1029
|
}
|
|
1128
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type:
|
|
1129
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type:
|
|
1030
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBreadcrumbsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1031
|
+
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 }); }
|
|
1130
1032
|
};
|
|
1131
|
-
|
|
1132
|
-
ProxyInputs(['
|
|
1033
|
+
GdsBreadcrumbsComponent = __decorate([
|
|
1034
|
+
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']),
|
|
1133
1035
|
__metadata("design:paramtypes", [])
|
|
1134
|
-
],
|
|
1135
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type:
|
|
1036
|
+
], GdsBreadcrumbsComponent);
|
|
1037
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBreadcrumbsComponent, decorators: [{
|
|
1136
1038
|
type: Component,
|
|
1137
1039
|
args: [{
|
|
1138
|
-
selector: 'gds-
|
|
1040
|
+
selector: 'gds-breadcrumbs',
|
|
1139
1041
|
standalone: true,
|
|
1140
1042
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1141
1043
|
template: `<ng-content></ng-content>`
|
|
1142
1044
|
}]
|
|
1143
|
-
}], ctorParameters: () => [], propDecorators: {
|
|
1144
|
-
type: Input
|
|
1145
|
-
}], padding: [{
|
|
1146
|
-
type: Input
|
|
1147
|
-
}], width: [{
|
|
1148
|
-
type: Input
|
|
1149
|
-
}], minWidth: [{
|
|
1150
|
-
type: Input
|
|
1151
|
-
}], maxWidth: [{
|
|
1152
|
-
type: Input
|
|
1153
|
-
}], inlineSize: [{
|
|
1154
|
-
type: Input
|
|
1155
|
-
}], minInlineSize: [{
|
|
1156
|
-
type: Input
|
|
1157
|
-
}], maxInlineSize: [{
|
|
1158
|
-
type: Input
|
|
1159
|
-
}], height: [{
|
|
1160
|
-
type: Input
|
|
1161
|
-
}], minHeight: [{
|
|
1162
|
-
type: Input
|
|
1163
|
-
}], maxHeight: [{
|
|
1164
|
-
type: Input
|
|
1165
|
-
}], blockSize: [{
|
|
1166
|
-
type: Input
|
|
1167
|
-
}], minBlockSize: [{
|
|
1168
|
-
type: Input
|
|
1169
|
-
}], maxBlockSize: [{
|
|
1170
|
-
type: Input
|
|
1171
|
-
}], margin: [{
|
|
1172
|
-
type: Input
|
|
1173
|
-
}], marginInline: [{
|
|
1174
|
-
type: Input
|
|
1175
|
-
}], marginBlock: [{
|
|
1176
|
-
type: Input
|
|
1177
|
-
}], paddingInline: [{
|
|
1045
|
+
}], ctorParameters: () => [], propDecorators: { size: [{
|
|
1178
1046
|
type: Input
|
|
1179
|
-
}],
|
|
1047
|
+
}], label: [{
|
|
1180
1048
|
type: Input
|
|
1181
1049
|
}], alignSelf: [{
|
|
1182
1050
|
type: Input
|
|
@@ -1194,75 +1062,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
1194
1062
|
type: Input
|
|
1195
1063
|
}], order: [{
|
|
1196
1064
|
type: Input
|
|
1197
|
-
}],
|
|
1198
|
-
type: Input
|
|
1199
|
-
}], transform: [{
|
|
1200
|
-
type: Input
|
|
1201
|
-
}], inset: [{
|
|
1202
|
-
type: Input
|
|
1203
|
-
}], display: [{
|
|
1204
|
-
type: Input
|
|
1205
|
-
}], level: [{
|
|
1206
|
-
type: Input
|
|
1207
|
-
}], color: [{
|
|
1208
|
-
type: Input
|
|
1209
|
-
}], background: [{
|
|
1210
|
-
type: Input
|
|
1211
|
-
}], border: [{
|
|
1212
|
-
type: Input
|
|
1213
|
-
}], borderColor: [{
|
|
1214
|
-
type: Input
|
|
1215
|
-
}], borderWidth: [{
|
|
1216
|
-
type: Input
|
|
1217
|
-
}], borderStyle: [{
|
|
1218
|
-
type: Input
|
|
1219
|
-
}], borderRadius: [{
|
|
1220
|
-
type: Input
|
|
1221
|
-
}], boxShadow: [{
|
|
1222
|
-
type: Input
|
|
1223
|
-
}], opacity: [{
|
|
1224
|
-
type: Input
|
|
1225
|
-
}], overflow: [{
|
|
1226
|
-
type: Input
|
|
1227
|
-
}], boxSizing: [{
|
|
1228
|
-
type: Input
|
|
1229
|
-
}], zIndex: [{
|
|
1230
|
-
type: Input
|
|
1231
|
-
}], font: [{
|
|
1232
|
-
type: Input
|
|
1233
|
-
}], fontWeight: [{
|
|
1234
|
-
type: Input
|
|
1235
|
-
}], textAlign: [{
|
|
1236
|
-
type: Input
|
|
1237
|
-
}], textWrap: [{
|
|
1238
|
-
type: Input
|
|
1239
|
-
}], overflowWrap: [{
|
|
1240
|
-
type: Input
|
|
1241
|
-
}], whiteSpace: [{
|
|
1242
|
-
type: Input
|
|
1243
|
-
}], gap: [{
|
|
1244
|
-
type: Input
|
|
1245
|
-
}], alignItems: [{
|
|
1246
|
-
type: Input
|
|
1247
|
-
}], alignContent: [{
|
|
1248
|
-
type: Input
|
|
1249
|
-
}], justifyContent: [{
|
|
1065
|
+
}], width: [{
|
|
1250
1066
|
type: Input
|
|
1251
|
-
}],
|
|
1067
|
+
}], minWidth: [{
|
|
1252
1068
|
type: Input
|
|
1253
|
-
}],
|
|
1069
|
+
}], maxWidth: [{
|
|
1254
1070
|
type: Input
|
|
1255
|
-
}],
|
|
1071
|
+
}], inlineSize: [{
|
|
1256
1072
|
type: Input
|
|
1257
|
-
}],
|
|
1073
|
+
}], minInlineSize: [{
|
|
1258
1074
|
type: Input
|
|
1259
|
-
}],
|
|
1075
|
+
}], maxInlineSize: [{
|
|
1260
1076
|
type: Input
|
|
1261
|
-
}],
|
|
1077
|
+
}], margin: [{
|
|
1262
1078
|
type: Input
|
|
1263
|
-
}],
|
|
1079
|
+
}], marginInline: [{
|
|
1264
1080
|
type: Input
|
|
1265
|
-
}],
|
|
1081
|
+
}], marginBlock: [{
|
|
1266
1082
|
type: Input
|
|
1267
1083
|
}], syncFirstRender: [{
|
|
1268
1084
|
type: Input,
|
|
@@ -1270,11 +1086,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
1270
1086
|
}] } });
|
|
1271
1087
|
|
|
1272
1088
|
/**
|
|
1273
|
-
*
|
|
1274
|
-
*
|
|
1275
|
-
|
|
1276
|
-
`gds-card` inherits all properties from `gds-div`, but comes with some predefined defaults
|
|
1277
|
-
and a shortcut property for specifying different card variants.
|
|
1089
|
+
* GdsBreadcrumbsComponent - Angular wrapper for gds-breadcrumbs
|
|
1090
|
+
*
|
|
1278
1091
|
*
|
|
1279
1092
|
* Auto-generated from Custom Elements Manifest
|
|
1280
1093
|
*/
|
|
@@ -1382,6 +1195,193 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
1382
1195
|
* Auto-generated from Custom Elements Manifest
|
|
1383
1196
|
*/
|
|
1384
1197
|
|
|
1198
|
+
/**
|
|
1199
|
+
* Angular wrapper for the gds-card web component
|
|
1200
|
+
* A container for content representing a single entity. e.g. a contact, article, or task.
|
|
1201
|
+
|
|
1202
|
+
`gds-card` inherits all properties from `gds-div`, but comes with some predefined defaults
|
|
1203
|
+
and a shortcut property for specifying different card variants.
|
|
1204
|
+
*/
|
|
1205
|
+
let GdsCardComponent = class GdsCardComponent {
|
|
1206
|
+
get element() {
|
|
1207
|
+
return this.elementRef.nativeElement;
|
|
1208
|
+
}
|
|
1209
|
+
constructor() {
|
|
1210
|
+
this.elementRef = inject((ElementRef));
|
|
1211
|
+
this.zone = inject(NgZone);
|
|
1212
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
1213
|
+
this.cdr.detach();
|
|
1214
|
+
}
|
|
1215
|
+
ngOnInit() {
|
|
1216
|
+
// Define the custom element
|
|
1217
|
+
try {
|
|
1218
|
+
GdsCard.define();
|
|
1219
|
+
}
|
|
1220
|
+
catch (e) {
|
|
1221
|
+
// Component may not be available in this version of green-core
|
|
1222
|
+
console.warn('Failed to define gds-card:', e);
|
|
1223
|
+
}
|
|
1224
|
+
}
|
|
1225
|
+
ngOnChanges(changes) {
|
|
1226
|
+
// Implementation added by @ProxyInputs decorator
|
|
1227
|
+
}
|
|
1228
|
+
ngAfterViewInit() {
|
|
1229
|
+
// Implementation added by @ProxyInputs decorator
|
|
1230
|
+
}
|
|
1231
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1232
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsCardComponent, isStandalone: true, selector: "gds-card", inputs: { 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 }); }
|
|
1233
|
+
};
|
|
1234
|
+
GdsCardComponent = __decorate([
|
|
1235
|
+
ProxyInputs(['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']),
|
|
1236
|
+
__metadata("design:paramtypes", [])
|
|
1237
|
+
], GdsCardComponent);
|
|
1238
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsCardComponent, decorators: [{
|
|
1239
|
+
type: Component,
|
|
1240
|
+
args: [{
|
|
1241
|
+
selector: 'gds-card',
|
|
1242
|
+
standalone: true,
|
|
1243
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1244
|
+
template: `<ng-content></ng-content>`
|
|
1245
|
+
}]
|
|
1246
|
+
}], ctorParameters: () => [], propDecorators: { variant: [{
|
|
1247
|
+
type: Input
|
|
1248
|
+
}], padding: [{
|
|
1249
|
+
type: Input
|
|
1250
|
+
}], width: [{
|
|
1251
|
+
type: Input
|
|
1252
|
+
}], minWidth: [{
|
|
1253
|
+
type: Input
|
|
1254
|
+
}], maxWidth: [{
|
|
1255
|
+
type: Input
|
|
1256
|
+
}], inlineSize: [{
|
|
1257
|
+
type: Input
|
|
1258
|
+
}], minInlineSize: [{
|
|
1259
|
+
type: Input
|
|
1260
|
+
}], maxInlineSize: [{
|
|
1261
|
+
type: Input
|
|
1262
|
+
}], height: [{
|
|
1263
|
+
type: Input
|
|
1264
|
+
}], minHeight: [{
|
|
1265
|
+
type: Input
|
|
1266
|
+
}], maxHeight: [{
|
|
1267
|
+
type: Input
|
|
1268
|
+
}], blockSize: [{
|
|
1269
|
+
type: Input
|
|
1270
|
+
}], minBlockSize: [{
|
|
1271
|
+
type: Input
|
|
1272
|
+
}], maxBlockSize: [{
|
|
1273
|
+
type: Input
|
|
1274
|
+
}], margin: [{
|
|
1275
|
+
type: Input
|
|
1276
|
+
}], marginInline: [{
|
|
1277
|
+
type: Input
|
|
1278
|
+
}], marginBlock: [{
|
|
1279
|
+
type: Input
|
|
1280
|
+
}], paddingInline: [{
|
|
1281
|
+
type: Input
|
|
1282
|
+
}], paddingBlock: [{
|
|
1283
|
+
type: Input
|
|
1284
|
+
}], alignSelf: [{
|
|
1285
|
+
type: Input
|
|
1286
|
+
}], justifySelf: [{
|
|
1287
|
+
type: Input
|
|
1288
|
+
}], placeSelf: [{
|
|
1289
|
+
type: Input
|
|
1290
|
+
}], gridColumn: [{
|
|
1291
|
+
type: Input
|
|
1292
|
+
}], gridRow: [{
|
|
1293
|
+
type: Input
|
|
1294
|
+
}], gridArea: [{
|
|
1295
|
+
type: Input
|
|
1296
|
+
}], flex: [{
|
|
1297
|
+
type: Input
|
|
1298
|
+
}], order: [{
|
|
1299
|
+
type: Input
|
|
1300
|
+
}], position: [{
|
|
1301
|
+
type: Input
|
|
1302
|
+
}], transform: [{
|
|
1303
|
+
type: Input
|
|
1304
|
+
}], inset: [{
|
|
1305
|
+
type: Input
|
|
1306
|
+
}], display: [{
|
|
1307
|
+
type: Input
|
|
1308
|
+
}], level: [{
|
|
1309
|
+
type: Input
|
|
1310
|
+
}], color: [{
|
|
1311
|
+
type: Input
|
|
1312
|
+
}], background: [{
|
|
1313
|
+
type: Input
|
|
1314
|
+
}], border: [{
|
|
1315
|
+
type: Input
|
|
1316
|
+
}], borderColor: [{
|
|
1317
|
+
type: Input
|
|
1318
|
+
}], borderWidth: [{
|
|
1319
|
+
type: Input
|
|
1320
|
+
}], borderStyle: [{
|
|
1321
|
+
type: Input
|
|
1322
|
+
}], borderRadius: [{
|
|
1323
|
+
type: Input
|
|
1324
|
+
}], boxShadow: [{
|
|
1325
|
+
type: Input
|
|
1326
|
+
}], opacity: [{
|
|
1327
|
+
type: Input
|
|
1328
|
+
}], overflow: [{
|
|
1329
|
+
type: Input
|
|
1330
|
+
}], boxSizing: [{
|
|
1331
|
+
type: Input
|
|
1332
|
+
}], zIndex: [{
|
|
1333
|
+
type: Input
|
|
1334
|
+
}], font: [{
|
|
1335
|
+
type: Input
|
|
1336
|
+
}], fontWeight: [{
|
|
1337
|
+
type: Input
|
|
1338
|
+
}], textAlign: [{
|
|
1339
|
+
type: Input
|
|
1340
|
+
}], textWrap: [{
|
|
1341
|
+
type: Input
|
|
1342
|
+
}], overflowWrap: [{
|
|
1343
|
+
type: Input
|
|
1344
|
+
}], whiteSpace: [{
|
|
1345
|
+
type: Input
|
|
1346
|
+
}], gap: [{
|
|
1347
|
+
type: Input
|
|
1348
|
+
}], alignItems: [{
|
|
1349
|
+
type: Input
|
|
1350
|
+
}], alignContent: [{
|
|
1351
|
+
type: Input
|
|
1352
|
+
}], justifyContent: [{
|
|
1353
|
+
type: Input
|
|
1354
|
+
}], justifyItems: [{
|
|
1355
|
+
type: Input
|
|
1356
|
+
}], flexDirection: [{
|
|
1357
|
+
type: Input
|
|
1358
|
+
}], flexWrap: [{
|
|
1359
|
+
type: Input
|
|
1360
|
+
}], placeItems: [{
|
|
1361
|
+
type: Input
|
|
1362
|
+
}], placeContent: [{
|
|
1363
|
+
type: Input
|
|
1364
|
+
}], aspectRatio: [{
|
|
1365
|
+
type: Input
|
|
1366
|
+
}], cursor: [{
|
|
1367
|
+
type: Input
|
|
1368
|
+
}], pointerEvents: [{
|
|
1369
|
+
type: Input
|
|
1370
|
+
}], syncFirstRender: [{
|
|
1371
|
+
type: Input,
|
|
1372
|
+
args: [{ transform: booleanAttribute }]
|
|
1373
|
+
}] } });
|
|
1374
|
+
|
|
1375
|
+
/**
|
|
1376
|
+
* GdsCardComponent - Angular wrapper for gds-card
|
|
1377
|
+
* A container for content representing a single entity. e.g. a contact, article, or task.
|
|
1378
|
+
|
|
1379
|
+
`gds-card` inherits all properties from `gds-div`, but comes with some predefined defaults
|
|
1380
|
+
and a shortcut property for specifying different card variants.
|
|
1381
|
+
*
|
|
1382
|
+
* Auto-generated from Custom Elements Manifest
|
|
1383
|
+
*/
|
|
1384
|
+
|
|
1385
1385
|
/**
|
|
1386
1386
|
* Angular wrapper for the gds-card-linked web component
|
|
1387
1387
|
*
|
|
@@ -1898,114 +1898,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
1898
1898
|
* Auto-generated from Custom Elements Manifest
|
|
1899
1899
|
*/
|
|
1900
1900
|
|
|
1901
|
-
/**
|
|
1902
|
-
* Angular wrapper for the gds-context-menu web component
|
|
1903
|
-
*
|
|
1904
|
-
*/
|
|
1905
|
-
let GdsContextMenuComponent = class GdsContextMenuComponent {
|
|
1906
|
-
get element() {
|
|
1907
|
-
return this.elementRef.nativeElement;
|
|
1908
|
-
}
|
|
1909
|
-
constructor() {
|
|
1910
|
-
this.elementRef = inject((ElementRef));
|
|
1911
|
-
this.zone = inject(NgZone);
|
|
1912
|
-
this.cdr = inject(ChangeDetectorRef);
|
|
1913
|
-
/** Fired when a menu item is clicked. */
|
|
1914
|
-
this.gdsMenuItemClick = new EventEmitter();
|
|
1915
|
-
/** Fired when the menu is opened or closed. */
|
|
1916
|
-
this.gdsUiState = new EventEmitter();
|
|
1917
|
-
this.cdr.detach();
|
|
1918
|
-
}
|
|
1919
|
-
ngOnInit() {
|
|
1920
|
-
// Define the custom element
|
|
1921
|
-
try {
|
|
1922
|
-
GdsContextMenu.define();
|
|
1923
|
-
}
|
|
1924
|
-
catch (e) {
|
|
1925
|
-
// Component may not be available in this version of green-core
|
|
1926
|
-
console.warn('Failed to define gds-context-menu:', e);
|
|
1927
|
-
}
|
|
1928
|
-
// Set up event listeners
|
|
1929
|
-
this.elementRef.nativeElement.addEventListener('gds-menu-item-click', (event) => {
|
|
1930
|
-
this.gdsMenuItemClick.emit(event);
|
|
1931
|
-
});
|
|
1932
|
-
this.elementRef.nativeElement.addEventListener('gds-ui-state', (event) => {
|
|
1933
|
-
this.gdsUiState.emit(event);
|
|
1934
|
-
});
|
|
1935
|
-
}
|
|
1936
|
-
ngOnChanges(changes) {
|
|
1937
|
-
// Implementation added by @ProxyInputs decorator
|
|
1938
|
-
}
|
|
1939
|
-
ngAfterViewInit() {
|
|
1940
|
-
// Implementation added by @ProxyInputs decorator
|
|
1941
|
-
}
|
|
1942
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsContextMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1943
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsContextMenuComponent, isStandalone: true, selector: "gds-context-menu", inputs: { open: ["open", "open", booleanAttribute], buttonLabel: "buttonLabel", showLabel: ["showLabel", "showLabel", booleanAttribute], label: "label", maxHeight: "maxHeight", placement: "placement", 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] }, outputs: { gdsMenuItemClick: "gdsMenuItemClick", gdsUiState: "gdsUiState" }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1944
|
-
};
|
|
1945
|
-
GdsContextMenuComponent = __decorate([
|
|
1946
|
-
ProxyInputs(['open', 'buttonLabel', 'showLabel', 'label', 'maxHeight', 'placement', 'margin', 'margin-inline', 'margin-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'syncFirstRender']),
|
|
1947
|
-
__metadata("design:paramtypes", [])
|
|
1948
|
-
], GdsContextMenuComponent);
|
|
1949
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsContextMenuComponent, decorators: [{
|
|
1950
|
-
type: Component,
|
|
1951
|
-
args: [{
|
|
1952
|
-
selector: 'gds-context-menu',
|
|
1953
|
-
standalone: true,
|
|
1954
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1955
|
-
template: `<ng-content></ng-content>`
|
|
1956
|
-
}]
|
|
1957
|
-
}], ctorParameters: () => [], propDecorators: { open: [{
|
|
1958
|
-
type: Input,
|
|
1959
|
-
args: [{ transform: booleanAttribute }]
|
|
1960
|
-
}], buttonLabel: [{
|
|
1961
|
-
type: Input
|
|
1962
|
-
}], showLabel: [{
|
|
1963
|
-
type: Input,
|
|
1964
|
-
args: [{ transform: booleanAttribute }]
|
|
1965
|
-
}], label: [{
|
|
1966
|
-
type: Input
|
|
1967
|
-
}], maxHeight: [{
|
|
1968
|
-
type: Input
|
|
1969
|
-
}], placement: [{
|
|
1970
|
-
type: Input
|
|
1971
|
-
}], margin: [{
|
|
1972
|
-
type: Input
|
|
1973
|
-
}], marginInline: [{
|
|
1974
|
-
type: Input
|
|
1975
|
-
}], marginBlock: [{
|
|
1976
|
-
type: Input
|
|
1977
|
-
}], alignSelf: [{
|
|
1978
|
-
type: Input
|
|
1979
|
-
}], justifySelf: [{
|
|
1980
|
-
type: Input
|
|
1981
|
-
}], placeSelf: [{
|
|
1982
|
-
type: Input
|
|
1983
|
-
}], gridColumn: [{
|
|
1984
|
-
type: Input
|
|
1985
|
-
}], gridRow: [{
|
|
1986
|
-
type: Input
|
|
1987
|
-
}], gridArea: [{
|
|
1988
|
-
type: Input
|
|
1989
|
-
}], flex: [{
|
|
1990
|
-
type: Input
|
|
1991
|
-
}], order: [{
|
|
1992
|
-
type: Input
|
|
1993
|
-
}], syncFirstRender: [{
|
|
1994
|
-
type: Input,
|
|
1995
|
-
args: [{ transform: booleanAttribute }]
|
|
1996
|
-
}], gdsMenuItemClick: [{
|
|
1997
|
-
type: Output
|
|
1998
|
-
}], gdsUiState: [{
|
|
1999
|
-
type: Output
|
|
2000
|
-
}] } });
|
|
2001
|
-
|
|
2002
|
-
/**
|
|
2003
|
-
* GdsContextMenuComponent - Angular wrapper for gds-context-menu
|
|
2004
|
-
*
|
|
2005
|
-
*
|
|
2006
|
-
* Auto-generated from Custom Elements Manifest
|
|
2007
|
-
*/
|
|
2008
|
-
|
|
2009
1901
|
/**
|
|
2010
1902
|
* Angular wrapper for the gds-datepicker web component
|
|
2011
1903
|
*
|
|
@@ -2181,6 +2073,114 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
2181
2073
|
* Auto-generated from Custom Elements Manifest
|
|
2182
2074
|
*/
|
|
2183
2075
|
|
|
2076
|
+
/**
|
|
2077
|
+
* Angular wrapper for the gds-context-menu web component
|
|
2078
|
+
*
|
|
2079
|
+
*/
|
|
2080
|
+
let GdsContextMenuComponent = class GdsContextMenuComponent {
|
|
2081
|
+
get element() {
|
|
2082
|
+
return this.elementRef.nativeElement;
|
|
2083
|
+
}
|
|
2084
|
+
constructor() {
|
|
2085
|
+
this.elementRef = inject((ElementRef));
|
|
2086
|
+
this.zone = inject(NgZone);
|
|
2087
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
2088
|
+
/** Fired when a menu item is clicked. */
|
|
2089
|
+
this.gdsMenuItemClick = new EventEmitter();
|
|
2090
|
+
/** Fired when the menu is opened or closed. */
|
|
2091
|
+
this.gdsUiState = new EventEmitter();
|
|
2092
|
+
this.cdr.detach();
|
|
2093
|
+
}
|
|
2094
|
+
ngOnInit() {
|
|
2095
|
+
// Define the custom element
|
|
2096
|
+
try {
|
|
2097
|
+
GdsContextMenu.define();
|
|
2098
|
+
}
|
|
2099
|
+
catch (e) {
|
|
2100
|
+
// Component may not be available in this version of green-core
|
|
2101
|
+
console.warn('Failed to define gds-context-menu:', e);
|
|
2102
|
+
}
|
|
2103
|
+
// Set up event listeners
|
|
2104
|
+
this.elementRef.nativeElement.addEventListener('gds-menu-item-click', (event) => {
|
|
2105
|
+
this.gdsMenuItemClick.emit(event);
|
|
2106
|
+
});
|
|
2107
|
+
this.elementRef.nativeElement.addEventListener('gds-ui-state', (event) => {
|
|
2108
|
+
this.gdsUiState.emit(event);
|
|
2109
|
+
});
|
|
2110
|
+
}
|
|
2111
|
+
ngOnChanges(changes) {
|
|
2112
|
+
// Implementation added by @ProxyInputs decorator
|
|
2113
|
+
}
|
|
2114
|
+
ngAfterViewInit() {
|
|
2115
|
+
// Implementation added by @ProxyInputs decorator
|
|
2116
|
+
}
|
|
2117
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsContextMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2118
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsContextMenuComponent, isStandalone: true, selector: "gds-context-menu", inputs: { open: ["open", "open", booleanAttribute], buttonLabel: "buttonLabel", showLabel: ["showLabel", "showLabel", booleanAttribute], label: "label", maxHeight: "maxHeight", placement: "placement", 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] }, outputs: { gdsMenuItemClick: "gdsMenuItemClick", gdsUiState: "gdsUiState" }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2119
|
+
};
|
|
2120
|
+
GdsContextMenuComponent = __decorate([
|
|
2121
|
+
ProxyInputs(['open', 'buttonLabel', 'showLabel', 'label', 'maxHeight', 'placement', 'margin', 'margin-inline', 'margin-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'syncFirstRender']),
|
|
2122
|
+
__metadata("design:paramtypes", [])
|
|
2123
|
+
], GdsContextMenuComponent);
|
|
2124
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsContextMenuComponent, decorators: [{
|
|
2125
|
+
type: Component,
|
|
2126
|
+
args: [{
|
|
2127
|
+
selector: 'gds-context-menu',
|
|
2128
|
+
standalone: true,
|
|
2129
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2130
|
+
template: `<ng-content></ng-content>`
|
|
2131
|
+
}]
|
|
2132
|
+
}], ctorParameters: () => [], propDecorators: { open: [{
|
|
2133
|
+
type: Input,
|
|
2134
|
+
args: [{ transform: booleanAttribute }]
|
|
2135
|
+
}], buttonLabel: [{
|
|
2136
|
+
type: Input
|
|
2137
|
+
}], showLabel: [{
|
|
2138
|
+
type: Input,
|
|
2139
|
+
args: [{ transform: booleanAttribute }]
|
|
2140
|
+
}], label: [{
|
|
2141
|
+
type: Input
|
|
2142
|
+
}], maxHeight: [{
|
|
2143
|
+
type: Input
|
|
2144
|
+
}], placement: [{
|
|
2145
|
+
type: Input
|
|
2146
|
+
}], margin: [{
|
|
2147
|
+
type: Input
|
|
2148
|
+
}], marginInline: [{
|
|
2149
|
+
type: Input
|
|
2150
|
+
}], marginBlock: [{
|
|
2151
|
+
type: Input
|
|
2152
|
+
}], alignSelf: [{
|
|
2153
|
+
type: Input
|
|
2154
|
+
}], justifySelf: [{
|
|
2155
|
+
type: Input
|
|
2156
|
+
}], placeSelf: [{
|
|
2157
|
+
type: Input
|
|
2158
|
+
}], gridColumn: [{
|
|
2159
|
+
type: Input
|
|
2160
|
+
}], gridRow: [{
|
|
2161
|
+
type: Input
|
|
2162
|
+
}], gridArea: [{
|
|
2163
|
+
type: Input
|
|
2164
|
+
}], flex: [{
|
|
2165
|
+
type: Input
|
|
2166
|
+
}], order: [{
|
|
2167
|
+
type: Input
|
|
2168
|
+
}], syncFirstRender: [{
|
|
2169
|
+
type: Input,
|
|
2170
|
+
args: [{ transform: booleanAttribute }]
|
|
2171
|
+
}], gdsMenuItemClick: [{
|
|
2172
|
+
type: Output
|
|
2173
|
+
}], gdsUiState: [{
|
|
2174
|
+
type: Output
|
|
2175
|
+
}] } });
|
|
2176
|
+
|
|
2177
|
+
/**
|
|
2178
|
+
* GdsContextMenuComponent - Angular wrapper for gds-context-menu
|
|
2179
|
+
*
|
|
2180
|
+
*
|
|
2181
|
+
* Auto-generated from Custom Elements Manifest
|
|
2182
|
+
*/
|
|
2183
|
+
|
|
2184
2184
|
/**
|
|
2185
2185
|
* Angular wrapper for the gds-details web component
|
|
2186
2186
|
* Details component that provides collapsible content sections.
|
|
@@ -36665,16 +36665,16 @@ class GreenCoreNgModule {
|
|
|
36665
36665
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GreenCoreNgModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
36666
36666
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.19", ngImport: i0, type: GreenCoreNgModule, imports: [GdsAlertComponent,
|
|
36667
36667
|
GdsBadgeComponent,
|
|
36668
|
-
GdsBreadcrumbsComponent,
|
|
36669
|
-
GdsButtonComponent,
|
|
36670
36668
|
GdsBlurComponent,
|
|
36671
|
-
|
|
36669
|
+
GdsButtonComponent,
|
|
36670
|
+
GdsBreadcrumbsComponent,
|
|
36672
36671
|
GdsCalendarComponent,
|
|
36672
|
+
GdsCardComponent,
|
|
36673
36673
|
GdsCardLinkedComponent,
|
|
36674
36674
|
GdsCheckboxComponent,
|
|
36675
36675
|
GdsCoachmarkComponent,
|
|
36676
|
-
GdsContextMenuComponent,
|
|
36677
36676
|
GdsDatepickerComponent,
|
|
36677
|
+
GdsContextMenuComponent,
|
|
36678
36678
|
GdsDetailsComponent,
|
|
36679
36679
|
GdsDialogComponent,
|
|
36680
36680
|
GdsDivComponent,
|
|
@@ -37031,16 +37031,16 @@ class GreenCoreNgModule {
|
|
|
37031
37031
|
GdsMenuHeadingComponent,
|
|
37032
37032
|
GdsOptionComponent], exports: [GdsAlertComponent,
|
|
37033
37033
|
GdsBadgeComponent,
|
|
37034
|
-
GdsBreadcrumbsComponent,
|
|
37035
|
-
GdsButtonComponent,
|
|
37036
37034
|
GdsBlurComponent,
|
|
37037
|
-
|
|
37035
|
+
GdsButtonComponent,
|
|
37036
|
+
GdsBreadcrumbsComponent,
|
|
37038
37037
|
GdsCalendarComponent,
|
|
37038
|
+
GdsCardComponent,
|
|
37039
37039
|
GdsCardLinkedComponent,
|
|
37040
37040
|
GdsCheckboxComponent,
|
|
37041
37041
|
GdsCoachmarkComponent,
|
|
37042
|
-
GdsContextMenuComponent,
|
|
37043
37042
|
GdsDatepickerComponent,
|
|
37043
|
+
GdsContextMenuComponent,
|
|
37044
37044
|
GdsDetailsComponent,
|
|
37045
37045
|
GdsDialogComponent,
|
|
37046
37046
|
GdsDivComponent,
|
|
@@ -37404,16 +37404,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
37404
37404
|
imports: [
|
|
37405
37405
|
GdsAlertComponent,
|
|
37406
37406
|
GdsBadgeComponent,
|
|
37407
|
-
GdsBreadcrumbsComponent,
|
|
37408
|
-
GdsButtonComponent,
|
|
37409
37407
|
GdsBlurComponent,
|
|
37410
|
-
|
|
37408
|
+
GdsButtonComponent,
|
|
37409
|
+
GdsBreadcrumbsComponent,
|
|
37411
37410
|
GdsCalendarComponent,
|
|
37411
|
+
GdsCardComponent,
|
|
37412
37412
|
GdsCardLinkedComponent,
|
|
37413
37413
|
GdsCheckboxComponent,
|
|
37414
37414
|
GdsCoachmarkComponent,
|
|
37415
|
-
GdsContextMenuComponent,
|
|
37416
37415
|
GdsDatepickerComponent,
|
|
37416
|
+
GdsContextMenuComponent,
|
|
37417
37417
|
GdsDetailsComponent,
|
|
37418
37418
|
GdsDialogComponent,
|
|
37419
37419
|
GdsDivComponent,
|
|
@@ -37773,16 +37773,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
37773
37773
|
exports: [
|
|
37774
37774
|
GdsAlertComponent,
|
|
37775
37775
|
GdsBadgeComponent,
|
|
37776
|
-
GdsBreadcrumbsComponent,
|
|
37777
|
-
GdsButtonComponent,
|
|
37778
37776
|
GdsBlurComponent,
|
|
37779
|
-
|
|
37777
|
+
GdsButtonComponent,
|
|
37778
|
+
GdsBreadcrumbsComponent,
|
|
37780
37779
|
GdsCalendarComponent,
|
|
37780
|
+
GdsCardComponent,
|
|
37781
37781
|
GdsCardLinkedComponent,
|
|
37782
37782
|
GdsCheckboxComponent,
|
|
37783
37783
|
GdsCoachmarkComponent,
|
|
37784
|
-
GdsContextMenuComponent,
|
|
37785
37784
|
GdsDatepickerComponent,
|
|
37785
|
+
GdsContextMenuComponent,
|
|
37786
37786
|
GdsDetailsComponent,
|
|
37787
37787
|
GdsDialogComponent,
|
|
37788
37788
|
GdsDivComponent,
|