@sebgroup/green-core-ng 3.17.0 → 3.17.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.
- package/fesm2022/sebgroup-green-core-ng.mjs +319 -319
- package/fesm2022/sebgroup-green-core-ng.mjs.map +1 -1
- package/index.d.ts +286 -286
- package/package.json +2 -2
|
@@ -5,11 +5,11 @@ import { GdsAlert } from '@sebgroup/green-core/components/alert/alert.component.
|
|
|
5
5
|
import { GdsAvatar } from '@sebgroup/green-core/components/avatar/avatar.component.js';
|
|
6
6
|
import { GdsBadge } from '@sebgroup/green-core/components/badge/badge.component.js';
|
|
7
7
|
import { GdsBlur } from '@sebgroup/green-core/components/blur/blur.component.js';
|
|
8
|
-
import { GdsBreadcrumbs } from '@sebgroup/green-core/components/breadcrumbs/breadcrumbs.component.js';
|
|
9
8
|
import { NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
10
9
|
import { LocationStrategy, DOCUMENT, CommonModule } from '@angular/common';
|
|
11
10
|
import { Router, RouterLink, RouterLinkActive, NavigationEnd } from '@angular/router';
|
|
12
11
|
import { GdsButton } from '@sebgroup/green-core/components/button/button.component.js';
|
|
12
|
+
import { GdsBreadcrumbs } from '@sebgroup/green-core/components/breadcrumbs/breadcrumbs.component.js';
|
|
13
13
|
import { GdsCalendar } from '@sebgroup/green-core/components/calendar/calendar.component.js';
|
|
14
14
|
import { GdsCard } from '@sebgroup/green-core/components/card/card.component.js';
|
|
15
15
|
import { GdsCardLinked } from '@sebgroup/green-core/components/card-linked/card-linked.component.js';
|
|
@@ -17,9 +17,9 @@ import { GdsCheckbox } from '@sebgroup/green-core/components/checkbox/checkbox.c
|
|
|
17
17
|
import { GdsCoachmark } from '@sebgroup/green-core/components/coachmark/coachmark.component.js';
|
|
18
18
|
import { GdsContextMenu, GdsMenuItem, GdsMenuHeading } from '@sebgroup/green-core/components/context-menu/context-menu.component.js';
|
|
19
19
|
import { GdsDatepicker } from '@sebgroup/green-core/components/datepicker/datepicker.component.js';
|
|
20
|
+
import { GdsDiv } from '@sebgroup/green-core/components/div/div.component.js';
|
|
20
21
|
import { GdsDetails } from '@sebgroup/green-core/components/details/details.component.js';
|
|
21
22
|
import { GdsDialog } from '@sebgroup/green-core/components/dialog/dialog.component.js';
|
|
22
|
-
import { GdsDiv } from '@sebgroup/green-core/components/div/div.component.js';
|
|
23
23
|
import { GdsDivider } from '@sebgroup/green-core/components/divider/divider.component.js';
|
|
24
24
|
import { GdsDropdown, GdsOption } from '@sebgroup/green-core/components/dropdown/dropdown.component.js';
|
|
25
25
|
import { GdsFab } from '@sebgroup/green-core/components/fab/fab.component.js';
|
|
@@ -798,101 +798,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
798
798
|
* Auto-generated from Custom Elements Manifest
|
|
799
799
|
*/
|
|
800
800
|
|
|
801
|
-
/**
|
|
802
|
-
* Angular wrapper for the gds-breadcrumbs web component
|
|
803
|
-
*
|
|
804
|
-
*/
|
|
805
|
-
let GdsBreadcrumbsComponent = class GdsBreadcrumbsComponent {
|
|
806
|
-
get element() {
|
|
807
|
-
return this.elementRef.nativeElement;
|
|
808
|
-
}
|
|
809
|
-
constructor() {
|
|
810
|
-
this.elementRef = inject((ElementRef));
|
|
811
|
-
this.zone = inject(NgZone);
|
|
812
|
-
this.cdr = inject(ChangeDetectorRef);
|
|
813
|
-
this.cdr.detach();
|
|
814
|
-
}
|
|
815
|
-
ngOnInit() {
|
|
816
|
-
// Define the custom element
|
|
817
|
-
try {
|
|
818
|
-
GdsBreadcrumbs.define();
|
|
819
|
-
}
|
|
820
|
-
catch (e) {
|
|
821
|
-
// Component may not be available in this version of green-core
|
|
822
|
-
console.warn('Failed to define gds-breadcrumbs:', e);
|
|
823
|
-
}
|
|
824
|
-
}
|
|
825
|
-
ngOnChanges(changes) {
|
|
826
|
-
// Implementation added by @ProxyInputs decorator
|
|
827
|
-
}
|
|
828
|
-
ngAfterViewInit() {
|
|
829
|
-
// Implementation added by @ProxyInputs decorator
|
|
830
|
-
}
|
|
831
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: GdsBreadcrumbsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
832
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", 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 }); }
|
|
833
|
-
};
|
|
834
|
-
GdsBreadcrumbsComponent = __decorate([
|
|
835
|
-
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']),
|
|
836
|
-
__metadata("design:paramtypes", [])
|
|
837
|
-
], GdsBreadcrumbsComponent);
|
|
838
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: GdsBreadcrumbsComponent, decorators: [{
|
|
839
|
-
type: Component,
|
|
840
|
-
args: [{
|
|
841
|
-
selector: 'gds-breadcrumbs',
|
|
842
|
-
standalone: true,
|
|
843
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
844
|
-
template: `<ng-content></ng-content>`
|
|
845
|
-
}]
|
|
846
|
-
}], ctorParameters: () => [], propDecorators: { size: [{
|
|
847
|
-
type: Input
|
|
848
|
-
}], label: [{
|
|
849
|
-
type: Input
|
|
850
|
-
}], alignSelf: [{
|
|
851
|
-
type: Input
|
|
852
|
-
}], justifySelf: [{
|
|
853
|
-
type: Input
|
|
854
|
-
}], placeSelf: [{
|
|
855
|
-
type: Input
|
|
856
|
-
}], gridColumn: [{
|
|
857
|
-
type: Input
|
|
858
|
-
}], gridRow: [{
|
|
859
|
-
type: Input
|
|
860
|
-
}], gridArea: [{
|
|
861
|
-
type: Input
|
|
862
|
-
}], flex: [{
|
|
863
|
-
type: Input
|
|
864
|
-
}], order: [{
|
|
865
|
-
type: Input
|
|
866
|
-
}], width: [{
|
|
867
|
-
type: Input
|
|
868
|
-
}], minWidth: [{
|
|
869
|
-
type: Input
|
|
870
|
-
}], maxWidth: [{
|
|
871
|
-
type: Input
|
|
872
|
-
}], inlineSize: [{
|
|
873
|
-
type: Input
|
|
874
|
-
}], minInlineSize: [{
|
|
875
|
-
type: Input
|
|
876
|
-
}], maxInlineSize: [{
|
|
877
|
-
type: Input
|
|
878
|
-
}], margin: [{
|
|
879
|
-
type: Input
|
|
880
|
-
}], marginInline: [{
|
|
881
|
-
type: Input
|
|
882
|
-
}], marginBlock: [{
|
|
883
|
-
type: Input
|
|
884
|
-
}], syncFirstRender: [{
|
|
885
|
-
type: Input,
|
|
886
|
-
args: [{ transform: booleanAttribute }]
|
|
887
|
-
}] } });
|
|
888
|
-
|
|
889
|
-
/**
|
|
890
|
-
* GdsBreadcrumbsComponent - Angular wrapper for gds-breadcrumbs
|
|
891
|
-
*
|
|
892
|
-
*
|
|
893
|
-
* Auto-generated from Custom Elements Manifest
|
|
894
|
-
*/
|
|
895
|
-
|
|
896
801
|
/**
|
|
897
802
|
* Base class for Angular wrapper components that wrap Green Core form controls.
|
|
898
803
|
*
|
|
@@ -1210,6 +1115,101 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
1210
1115
|
* Auto-generated from Custom Elements Manifest
|
|
1211
1116
|
*/
|
|
1212
1117
|
|
|
1118
|
+
/**
|
|
1119
|
+
* Angular wrapper for the gds-breadcrumbs web component
|
|
1120
|
+
*
|
|
1121
|
+
*/
|
|
1122
|
+
let GdsBreadcrumbsComponent = class GdsBreadcrumbsComponent {
|
|
1123
|
+
get element() {
|
|
1124
|
+
return this.elementRef.nativeElement;
|
|
1125
|
+
}
|
|
1126
|
+
constructor() {
|
|
1127
|
+
this.elementRef = inject((ElementRef));
|
|
1128
|
+
this.zone = inject(NgZone);
|
|
1129
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
1130
|
+
this.cdr.detach();
|
|
1131
|
+
}
|
|
1132
|
+
ngOnInit() {
|
|
1133
|
+
// Define the custom element
|
|
1134
|
+
try {
|
|
1135
|
+
GdsBreadcrumbs.define();
|
|
1136
|
+
}
|
|
1137
|
+
catch (e) {
|
|
1138
|
+
// Component may not be available in this version of green-core
|
|
1139
|
+
console.warn('Failed to define gds-breadcrumbs:', e);
|
|
1140
|
+
}
|
|
1141
|
+
}
|
|
1142
|
+
ngOnChanges(changes) {
|
|
1143
|
+
// Implementation added by @ProxyInputs decorator
|
|
1144
|
+
}
|
|
1145
|
+
ngAfterViewInit() {
|
|
1146
|
+
// Implementation added by @ProxyInputs decorator
|
|
1147
|
+
}
|
|
1148
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: GdsBreadcrumbsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1149
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", 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 }); }
|
|
1150
|
+
};
|
|
1151
|
+
GdsBreadcrumbsComponent = __decorate([
|
|
1152
|
+
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']),
|
|
1153
|
+
__metadata("design:paramtypes", [])
|
|
1154
|
+
], GdsBreadcrumbsComponent);
|
|
1155
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: GdsBreadcrumbsComponent, decorators: [{
|
|
1156
|
+
type: Component,
|
|
1157
|
+
args: [{
|
|
1158
|
+
selector: 'gds-breadcrumbs',
|
|
1159
|
+
standalone: true,
|
|
1160
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1161
|
+
template: `<ng-content></ng-content>`
|
|
1162
|
+
}]
|
|
1163
|
+
}], ctorParameters: () => [], propDecorators: { size: [{
|
|
1164
|
+
type: Input
|
|
1165
|
+
}], label: [{
|
|
1166
|
+
type: Input
|
|
1167
|
+
}], alignSelf: [{
|
|
1168
|
+
type: Input
|
|
1169
|
+
}], justifySelf: [{
|
|
1170
|
+
type: Input
|
|
1171
|
+
}], placeSelf: [{
|
|
1172
|
+
type: Input
|
|
1173
|
+
}], gridColumn: [{
|
|
1174
|
+
type: Input
|
|
1175
|
+
}], gridRow: [{
|
|
1176
|
+
type: Input
|
|
1177
|
+
}], gridArea: [{
|
|
1178
|
+
type: Input
|
|
1179
|
+
}], flex: [{
|
|
1180
|
+
type: Input
|
|
1181
|
+
}], order: [{
|
|
1182
|
+
type: Input
|
|
1183
|
+
}], width: [{
|
|
1184
|
+
type: Input
|
|
1185
|
+
}], minWidth: [{
|
|
1186
|
+
type: Input
|
|
1187
|
+
}], maxWidth: [{
|
|
1188
|
+
type: Input
|
|
1189
|
+
}], inlineSize: [{
|
|
1190
|
+
type: Input
|
|
1191
|
+
}], minInlineSize: [{
|
|
1192
|
+
type: Input
|
|
1193
|
+
}], maxInlineSize: [{
|
|
1194
|
+
type: Input
|
|
1195
|
+
}], margin: [{
|
|
1196
|
+
type: Input
|
|
1197
|
+
}], marginInline: [{
|
|
1198
|
+
type: Input
|
|
1199
|
+
}], marginBlock: [{
|
|
1200
|
+
type: Input
|
|
1201
|
+
}], syncFirstRender: [{
|
|
1202
|
+
type: Input,
|
|
1203
|
+
args: [{ transform: booleanAttribute }]
|
|
1204
|
+
}] } });
|
|
1205
|
+
|
|
1206
|
+
/**
|
|
1207
|
+
* GdsBreadcrumbsComponent - Angular wrapper for gds-breadcrumbs
|
|
1208
|
+
*
|
|
1209
|
+
*
|
|
1210
|
+
* Auto-generated from Custom Elements Manifest
|
|
1211
|
+
*/
|
|
1212
|
+
|
|
1213
1213
|
/**
|
|
1214
1214
|
* Angular wrapper for the gds-calendar web component
|
|
1215
1215
|
*
|
|
@@ -2300,10 +2300,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
2300
2300
|
*/
|
|
2301
2301
|
|
|
2302
2302
|
/**
|
|
2303
|
-
* Angular wrapper for the gds-
|
|
2304
|
-
*
|
|
2303
|
+
* Angular wrapper for the gds-div web component
|
|
2304
|
+
*
|
|
2305
2305
|
*/
|
|
2306
|
-
let
|
|
2306
|
+
let GdsDivComponent = class GdsDivComponent {
|
|
2307
2307
|
get element() {
|
|
2308
2308
|
return this.elementRef.nativeElement;
|
|
2309
2309
|
}
|
|
@@ -2311,23 +2311,17 @@ let GdsDetailsComponent = class GdsDetailsComponent {
|
|
|
2311
2311
|
this.elementRef = inject((ElementRef));
|
|
2312
2312
|
this.zone = inject(NgZone);
|
|
2313
2313
|
this.cdr = inject(ChangeDetectorRef);
|
|
2314
|
-
/** Fired when details opens or closes */
|
|
2315
|
-
this.gdsUiState = new EventEmitter();
|
|
2316
2314
|
this.cdr.detach();
|
|
2317
2315
|
}
|
|
2318
2316
|
ngOnInit() {
|
|
2319
2317
|
// Define the custom element
|
|
2320
2318
|
try {
|
|
2321
|
-
|
|
2319
|
+
GdsDiv.define();
|
|
2322
2320
|
}
|
|
2323
2321
|
catch (e) {
|
|
2324
2322
|
// Component may not be available in this version of green-core
|
|
2325
|
-
console.warn('Failed to define gds-
|
|
2323
|
+
console.warn('Failed to define gds-div:', e);
|
|
2326
2324
|
}
|
|
2327
|
-
// Set up event listeners
|
|
2328
|
-
this.elementRef.nativeElement.addEventListener('gds-ui-state', (event) => {
|
|
2329
|
-
this.gdsUiState.emit(event);
|
|
2330
|
-
});
|
|
2331
2325
|
}
|
|
2332
2326
|
ngOnChanges(changes) {
|
|
2333
2327
|
// Implementation added by @ProxyInputs decorator
|
|
@@ -2335,152 +2329,84 @@ let GdsDetailsComponent = class GdsDetailsComponent {
|
|
|
2335
2329
|
ngAfterViewInit() {
|
|
2336
2330
|
// Implementation added by @ProxyInputs decorator
|
|
2337
2331
|
}
|
|
2338
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type:
|
|
2339
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type:
|
|
2332
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: GdsDivComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2333
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: GdsDivComponent, isStandalone: true, selector: "gds-div", inputs: { 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", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", height: "height", minHeight: "minHeight", maxHeight: "maxHeight", blockSize: "blockSize", minBlockSize: "minBlockSize", maxBlockSize: "maxBlockSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", padding: "padding", paddingInline: "paddingInline", paddingBlock: "paddingBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", position: "position", transform: "transform", inset: "inset", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2340
2334
|
};
|
|
2341
|
-
|
|
2342
|
-
ProxyInputs(['
|
|
2335
|
+
GdsDivComponent = __decorate([
|
|
2336
|
+
ProxyInputs(['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', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'height', 'min-height', 'max-height', 'block-size', 'min-block-size', 'max-block-size', 'margin', 'margin-inline', 'margin-block', 'padding', 'padding-inline', 'padding-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'position', 'transform', 'inset', 'syncFirstRender']),
|
|
2343
2337
|
__metadata("design:paramtypes", [])
|
|
2344
|
-
],
|
|
2345
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type:
|
|
2338
|
+
], GdsDivComponent);
|
|
2339
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: GdsDivComponent, decorators: [{
|
|
2346
2340
|
type: Component,
|
|
2347
2341
|
args: [{
|
|
2348
|
-
selector: 'gds-
|
|
2342
|
+
selector: 'gds-div',
|
|
2349
2343
|
standalone: true,
|
|
2350
2344
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2351
2345
|
template: `<ng-content></ng-content>`
|
|
2352
2346
|
}]
|
|
2353
|
-
}], ctorParameters: () => [], propDecorators: {
|
|
2347
|
+
}], ctorParameters: () => [], propDecorators: { display: [{
|
|
2354
2348
|
type: Input
|
|
2355
|
-
}],
|
|
2349
|
+
}], level: [{
|
|
2356
2350
|
type: Input
|
|
2357
|
-
}],
|
|
2358
|
-
type: Input,
|
|
2359
|
-
args: [{ transform: booleanAttribute }]
|
|
2360
|
-
}], size: [{
|
|
2351
|
+
}], color: [{
|
|
2361
2352
|
type: Input
|
|
2362
|
-
}],
|
|
2353
|
+
}], background: [{
|
|
2363
2354
|
type: Input
|
|
2364
|
-
}],
|
|
2355
|
+
}], border: [{
|
|
2365
2356
|
type: Input
|
|
2366
|
-
}],
|
|
2357
|
+
}], borderColor: [{
|
|
2367
2358
|
type: Input
|
|
2368
|
-
}],
|
|
2359
|
+
}], borderWidth: [{
|
|
2369
2360
|
type: Input
|
|
2370
|
-
}],
|
|
2361
|
+
}], borderStyle: [{
|
|
2371
2362
|
type: Input
|
|
2372
|
-
}],
|
|
2363
|
+
}], borderRadius: [{
|
|
2373
2364
|
type: Input
|
|
2374
|
-
}],
|
|
2365
|
+
}], boxShadow: [{
|
|
2375
2366
|
type: Input
|
|
2376
|
-
}],
|
|
2367
|
+
}], opacity: [{
|
|
2377
2368
|
type: Input
|
|
2378
|
-
}],
|
|
2369
|
+
}], overflow: [{
|
|
2379
2370
|
type: Input
|
|
2380
|
-
}],
|
|
2371
|
+
}], boxSizing: [{
|
|
2381
2372
|
type: Input
|
|
2382
|
-
}],
|
|
2373
|
+
}], zIndex: [{
|
|
2383
2374
|
type: Input
|
|
2384
|
-
}],
|
|
2375
|
+
}], font: [{
|
|
2385
2376
|
type: Input
|
|
2386
|
-
}],
|
|
2377
|
+
}], fontWeight: [{
|
|
2387
2378
|
type: Input
|
|
2388
|
-
}],
|
|
2379
|
+
}], textAlign: [{
|
|
2389
2380
|
type: Input
|
|
2390
|
-
}],
|
|
2381
|
+
}], textWrap: [{
|
|
2391
2382
|
type: Input
|
|
2392
|
-
}],
|
|
2383
|
+
}], overflowWrap: [{
|
|
2393
2384
|
type: Input
|
|
2394
|
-
}],
|
|
2385
|
+
}], whiteSpace: [{
|
|
2395
2386
|
type: Input
|
|
2396
|
-
}],
|
|
2397
|
-
type: Input,
|
|
2398
|
-
args: [{ transform: booleanAttribute }]
|
|
2399
|
-
}], gdsUiState: [{
|
|
2400
|
-
type: Output
|
|
2401
|
-
}] } });
|
|
2402
|
-
|
|
2403
|
-
/**
|
|
2404
|
-
* GdsDetailsComponent - Angular wrapper for gds-details
|
|
2405
|
-
* Details component that provides collapsible content sections.
|
|
2406
|
-
*
|
|
2407
|
-
* Auto-generated from Custom Elements Manifest
|
|
2408
|
-
*/
|
|
2409
|
-
|
|
2410
|
-
/**
|
|
2411
|
-
* Angular wrapper for the gds-dialog web component
|
|
2412
|
-
*
|
|
2413
|
-
*/
|
|
2414
|
-
let GdsDialogComponent = class GdsDialogComponent {
|
|
2415
|
-
get element() {
|
|
2416
|
-
return this.elementRef.nativeElement;
|
|
2417
|
-
}
|
|
2418
|
-
constructor() {
|
|
2419
|
-
this.elementRef = inject((ElementRef));
|
|
2420
|
-
this.zone = inject(NgZone);
|
|
2421
|
-
this.cdr = inject(ChangeDetectorRef);
|
|
2422
|
-
/** Fired when the dialog is opened or closed. Can be cancelled to prevent the dialog from closing. */
|
|
2423
|
-
this.gdsUiState = new EventEmitter();
|
|
2424
|
-
/** Fired when the dialog is closed */
|
|
2425
|
-
this.gdsClose = new EventEmitter();
|
|
2426
|
-
/** Fired when the dialog is opened */
|
|
2427
|
-
this.gdsShow = new EventEmitter();
|
|
2428
|
-
this.cdr.detach();
|
|
2429
|
-
}
|
|
2430
|
-
ngOnInit() {
|
|
2431
|
-
// Define the custom element
|
|
2432
|
-
try {
|
|
2433
|
-
GdsDialog.define();
|
|
2434
|
-
}
|
|
2435
|
-
catch (e) {
|
|
2436
|
-
// Component may not be available in this version of green-core
|
|
2437
|
-
console.warn('Failed to define gds-dialog:', e);
|
|
2438
|
-
}
|
|
2439
|
-
// Set up event listeners
|
|
2440
|
-
this.elementRef.nativeElement.addEventListener('gds-ui-state', (event) => {
|
|
2441
|
-
this.gdsUiState.emit(event);
|
|
2442
|
-
});
|
|
2443
|
-
this.elementRef.nativeElement.addEventListener('gds-close', (event) => {
|
|
2444
|
-
this.gdsClose.emit(event);
|
|
2445
|
-
});
|
|
2446
|
-
this.elementRef.nativeElement.addEventListener('gds-show', (event) => {
|
|
2447
|
-
this.gdsShow.emit(event);
|
|
2448
|
-
});
|
|
2449
|
-
}
|
|
2450
|
-
ngOnChanges(changes) {
|
|
2451
|
-
// Implementation added by @ProxyInputs decorator
|
|
2452
|
-
}
|
|
2453
|
-
ngAfterViewInit() {
|
|
2454
|
-
// Implementation added by @ProxyInputs decorator
|
|
2455
|
-
}
|
|
2456
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: GdsDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2457
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: GdsDialogComponent, isStandalone: true, selector: "gds-dialog", inputs: { open: ["open", "open", booleanAttribute], heading: "heading", variant: "variant", placement: "placement", scrollable: ["scrollable", "scrollable", booleanAttribute], closedby: "closedby", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", height: "height", minHeight: "minHeight", maxHeight: "maxHeight", blockSize: "blockSize", minBlockSize: "minBlockSize", maxBlockSize: "maxBlockSize", padding: "padding", paddingInline: "paddingInline", paddingBlock: "paddingBlock", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, outputs: { gdsUiState: "gdsUiState", gdsClose: "gdsClose", gdsShow: "gdsShow" }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2458
|
-
};
|
|
2459
|
-
GdsDialogComponent = __decorate([
|
|
2460
|
-
ProxyInputs(['open', 'heading', 'variant', 'placement', 'scrollable', 'closedby', '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', 'padding', 'padding-inline', 'padding-block', 'syncFirstRender']),
|
|
2461
|
-
__metadata("design:paramtypes", [])
|
|
2462
|
-
], GdsDialogComponent);
|
|
2463
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: GdsDialogComponent, decorators: [{
|
|
2464
|
-
type: Component,
|
|
2465
|
-
args: [{
|
|
2466
|
-
selector: 'gds-dialog',
|
|
2467
|
-
standalone: true,
|
|
2468
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2469
|
-
template: `<ng-content></ng-content>`
|
|
2470
|
-
}]
|
|
2471
|
-
}], ctorParameters: () => [], propDecorators: { open: [{
|
|
2472
|
-
type: Input,
|
|
2473
|
-
args: [{ transform: booleanAttribute }]
|
|
2474
|
-
}], heading: [{
|
|
2387
|
+
}], gap: [{
|
|
2475
2388
|
type: Input
|
|
2476
|
-
}],
|
|
2389
|
+
}], alignItems: [{
|
|
2477
2390
|
type: Input
|
|
2478
|
-
}],
|
|
2391
|
+
}], alignContent: [{
|
|
2479
2392
|
type: Input
|
|
2480
|
-
}],
|
|
2481
|
-
type: Input
|
|
2482
|
-
|
|
2483
|
-
|
|
2393
|
+
}], justifyContent: [{
|
|
2394
|
+
type: Input
|
|
2395
|
+
}], justifyItems: [{
|
|
2396
|
+
type: Input
|
|
2397
|
+
}], flexDirection: [{
|
|
2398
|
+
type: Input
|
|
2399
|
+
}], flexWrap: [{
|
|
2400
|
+
type: Input
|
|
2401
|
+
}], placeItems: [{
|
|
2402
|
+
type: Input
|
|
2403
|
+
}], placeContent: [{
|
|
2404
|
+
type: Input
|
|
2405
|
+
}], aspectRatio: [{
|
|
2406
|
+
type: Input
|
|
2407
|
+
}], cursor: [{
|
|
2408
|
+
type: Input
|
|
2409
|
+
}], pointerEvents: [{
|
|
2484
2410
|
type: Input
|
|
2485
2411
|
}], width: [{
|
|
2486
2412
|
type: Input
|
|
@@ -2506,35 +2432,57 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
2506
2432
|
type: Input
|
|
2507
2433
|
}], maxBlockSize: [{
|
|
2508
2434
|
type: Input
|
|
2435
|
+
}], margin: [{
|
|
2436
|
+
type: Input
|
|
2437
|
+
}], marginInline: [{
|
|
2438
|
+
type: Input
|
|
2439
|
+
}], marginBlock: [{
|
|
2440
|
+
type: Input
|
|
2509
2441
|
}], padding: [{
|
|
2510
2442
|
type: Input
|
|
2511
2443
|
}], paddingInline: [{
|
|
2512
2444
|
type: Input
|
|
2513
2445
|
}], paddingBlock: [{
|
|
2514
2446
|
type: Input
|
|
2447
|
+
}], alignSelf: [{
|
|
2448
|
+
type: Input
|
|
2449
|
+
}], justifySelf: [{
|
|
2450
|
+
type: Input
|
|
2451
|
+
}], placeSelf: [{
|
|
2452
|
+
type: Input
|
|
2453
|
+
}], gridColumn: [{
|
|
2454
|
+
type: Input
|
|
2455
|
+
}], gridRow: [{
|
|
2456
|
+
type: Input
|
|
2457
|
+
}], gridArea: [{
|
|
2458
|
+
type: Input
|
|
2459
|
+
}], flex: [{
|
|
2460
|
+
type: Input
|
|
2461
|
+
}], order: [{
|
|
2462
|
+
type: Input
|
|
2463
|
+
}], position: [{
|
|
2464
|
+
type: Input
|
|
2465
|
+
}], transform: [{
|
|
2466
|
+
type: Input
|
|
2467
|
+
}], inset: [{
|
|
2468
|
+
type: Input
|
|
2515
2469
|
}], syncFirstRender: [{
|
|
2516
2470
|
type: Input,
|
|
2517
2471
|
args: [{ transform: booleanAttribute }]
|
|
2518
|
-
}], gdsUiState: [{
|
|
2519
|
-
type: Output
|
|
2520
|
-
}], gdsClose: [{
|
|
2521
|
-
type: Output
|
|
2522
|
-
}], gdsShow: [{
|
|
2523
|
-
type: Output
|
|
2524
2472
|
}] } });
|
|
2525
2473
|
|
|
2526
2474
|
/**
|
|
2527
|
-
*
|
|
2475
|
+
* GdsDivComponent - Angular wrapper for gds-div
|
|
2528
2476
|
*
|
|
2529
2477
|
*
|
|
2530
2478
|
* Auto-generated from Custom Elements Manifest
|
|
2531
2479
|
*/
|
|
2532
2480
|
|
|
2533
2481
|
/**
|
|
2534
|
-
* Angular wrapper for the gds-
|
|
2535
|
-
*
|
|
2482
|
+
* Angular wrapper for the gds-details web component
|
|
2483
|
+
* Details component that provides collapsible content sections.
|
|
2536
2484
|
*/
|
|
2537
|
-
let
|
|
2485
|
+
let GdsDetailsComponent = class GdsDetailsComponent {
|
|
2538
2486
|
get element() {
|
|
2539
2487
|
return this.elementRef.nativeElement;
|
|
2540
2488
|
}
|
|
@@ -2542,17 +2490,23 @@ let GdsDivComponent = class GdsDivComponent {
|
|
|
2542
2490
|
this.elementRef = inject((ElementRef));
|
|
2543
2491
|
this.zone = inject(NgZone);
|
|
2544
2492
|
this.cdr = inject(ChangeDetectorRef);
|
|
2493
|
+
/** Fired when details opens or closes */
|
|
2494
|
+
this.gdsUiState = new EventEmitter();
|
|
2545
2495
|
this.cdr.detach();
|
|
2546
2496
|
}
|
|
2547
2497
|
ngOnInit() {
|
|
2548
2498
|
// Define the custom element
|
|
2549
2499
|
try {
|
|
2550
|
-
|
|
2500
|
+
GdsDetails.define();
|
|
2551
2501
|
}
|
|
2552
2502
|
catch (e) {
|
|
2553
2503
|
// Component may not be available in this version of green-core
|
|
2554
|
-
console.warn('Failed to define gds-
|
|
2504
|
+
console.warn('Failed to define gds-details:', e);
|
|
2555
2505
|
}
|
|
2506
|
+
// Set up event listeners
|
|
2507
|
+
this.elementRef.nativeElement.addEventListener('gds-ui-state', (event) => {
|
|
2508
|
+
this.gdsUiState.emit(event);
|
|
2509
|
+
});
|
|
2556
2510
|
}
|
|
2557
2511
|
ngOnChanges(changes) {
|
|
2558
2512
|
// Implementation added by @ProxyInputs decorator
|
|
@@ -2560,84 +2514,152 @@ let GdsDivComponent = class GdsDivComponent {
|
|
|
2560
2514
|
ngAfterViewInit() {
|
|
2561
2515
|
// Implementation added by @ProxyInputs decorator
|
|
2562
2516
|
}
|
|
2563
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type:
|
|
2564
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type:
|
|
2517
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: GdsDetailsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2518
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: GdsDetailsComponent, isStandalone: true, selector: "gds-details", inputs: { summary: "summary", name: "name", open: ["open", "open", booleanAttribute], size: "size", 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] }, outputs: { gdsUiState: "gdsUiState" }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2565
2519
|
};
|
|
2566
|
-
|
|
2567
|
-
ProxyInputs(['
|
|
2520
|
+
GdsDetailsComponent = __decorate([
|
|
2521
|
+
ProxyInputs(['summary', 'name', 'open', 'size', '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']),
|
|
2568
2522
|
__metadata("design:paramtypes", [])
|
|
2569
|
-
],
|
|
2570
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type:
|
|
2523
|
+
], GdsDetailsComponent);
|
|
2524
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: GdsDetailsComponent, decorators: [{
|
|
2571
2525
|
type: Component,
|
|
2572
2526
|
args: [{
|
|
2573
|
-
selector: 'gds-
|
|
2527
|
+
selector: 'gds-details',
|
|
2574
2528
|
standalone: true,
|
|
2575
2529
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2576
2530
|
template: `<ng-content></ng-content>`
|
|
2577
2531
|
}]
|
|
2578
|
-
}], ctorParameters: () => [], propDecorators: {
|
|
2579
|
-
type: Input
|
|
2580
|
-
}], level: [{
|
|
2581
|
-
type: Input
|
|
2582
|
-
}], color: [{
|
|
2583
|
-
type: Input
|
|
2584
|
-
}], background: [{
|
|
2585
|
-
type: Input
|
|
2586
|
-
}], border: [{
|
|
2587
|
-
type: Input
|
|
2588
|
-
}], borderColor: [{
|
|
2589
|
-
type: Input
|
|
2590
|
-
}], borderWidth: [{
|
|
2591
|
-
type: Input
|
|
2592
|
-
}], borderStyle: [{
|
|
2593
|
-
type: Input
|
|
2594
|
-
}], borderRadius: [{
|
|
2532
|
+
}], ctorParameters: () => [], propDecorators: { summary: [{
|
|
2595
2533
|
type: Input
|
|
2596
|
-
}],
|
|
2534
|
+
}], name: [{
|
|
2597
2535
|
type: Input
|
|
2598
|
-
}],
|
|
2536
|
+
}], open: [{
|
|
2537
|
+
type: Input,
|
|
2538
|
+
args: [{ transform: booleanAttribute }]
|
|
2539
|
+
}], size: [{
|
|
2599
2540
|
type: Input
|
|
2600
|
-
}],
|
|
2541
|
+
}], width: [{
|
|
2601
2542
|
type: Input
|
|
2602
|
-
}],
|
|
2543
|
+
}], minWidth: [{
|
|
2603
2544
|
type: Input
|
|
2604
|
-
}],
|
|
2545
|
+
}], maxWidth: [{
|
|
2605
2546
|
type: Input
|
|
2606
|
-
}],
|
|
2547
|
+
}], inlineSize: [{
|
|
2607
2548
|
type: Input
|
|
2608
|
-
}],
|
|
2549
|
+
}], minInlineSize: [{
|
|
2609
2550
|
type: Input
|
|
2610
|
-
}],
|
|
2551
|
+
}], maxInlineSize: [{
|
|
2611
2552
|
type: Input
|
|
2612
|
-
}],
|
|
2553
|
+
}], margin: [{
|
|
2613
2554
|
type: Input
|
|
2614
|
-
}],
|
|
2555
|
+
}], marginInline: [{
|
|
2615
2556
|
type: Input
|
|
2616
|
-
}],
|
|
2557
|
+
}], marginBlock: [{
|
|
2617
2558
|
type: Input
|
|
2618
|
-
}],
|
|
2559
|
+
}], alignSelf: [{
|
|
2619
2560
|
type: Input
|
|
2620
|
-
}],
|
|
2561
|
+
}], justifySelf: [{
|
|
2621
2562
|
type: Input
|
|
2622
|
-
}],
|
|
2563
|
+
}], placeSelf: [{
|
|
2623
2564
|
type: Input
|
|
2624
|
-
}],
|
|
2565
|
+
}], gridColumn: [{
|
|
2625
2566
|
type: Input
|
|
2626
|
-
}],
|
|
2567
|
+
}], gridRow: [{
|
|
2627
2568
|
type: Input
|
|
2628
|
-
}],
|
|
2569
|
+
}], gridArea: [{
|
|
2629
2570
|
type: Input
|
|
2630
|
-
}],
|
|
2571
|
+
}], flex: [{
|
|
2631
2572
|
type: Input
|
|
2632
|
-
}],
|
|
2573
|
+
}], order: [{
|
|
2633
2574
|
type: Input
|
|
2634
|
-
}],
|
|
2575
|
+
}], syncFirstRender: [{
|
|
2576
|
+
type: Input,
|
|
2577
|
+
args: [{ transform: booleanAttribute }]
|
|
2578
|
+
}], gdsUiState: [{
|
|
2579
|
+
type: Output
|
|
2580
|
+
}] } });
|
|
2581
|
+
|
|
2582
|
+
/**
|
|
2583
|
+
* GdsDetailsComponent - Angular wrapper for gds-details
|
|
2584
|
+
* Details component that provides collapsible content sections.
|
|
2585
|
+
*
|
|
2586
|
+
* Auto-generated from Custom Elements Manifest
|
|
2587
|
+
*/
|
|
2588
|
+
|
|
2589
|
+
/**
|
|
2590
|
+
* Angular wrapper for the gds-dialog web component
|
|
2591
|
+
*
|
|
2592
|
+
*/
|
|
2593
|
+
let GdsDialogComponent = class GdsDialogComponent {
|
|
2594
|
+
get element() {
|
|
2595
|
+
return this.elementRef.nativeElement;
|
|
2596
|
+
}
|
|
2597
|
+
constructor() {
|
|
2598
|
+
this.elementRef = inject((ElementRef));
|
|
2599
|
+
this.zone = inject(NgZone);
|
|
2600
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
2601
|
+
/** Fired when the dialog is opened or closed. Can be cancelled to prevent the dialog from closing. */
|
|
2602
|
+
this.gdsUiState = new EventEmitter();
|
|
2603
|
+
/** Fired when the dialog is closed */
|
|
2604
|
+
this.gdsClose = new EventEmitter();
|
|
2605
|
+
/** Fired when the dialog is opened */
|
|
2606
|
+
this.gdsShow = new EventEmitter();
|
|
2607
|
+
this.cdr.detach();
|
|
2608
|
+
}
|
|
2609
|
+
ngOnInit() {
|
|
2610
|
+
// Define the custom element
|
|
2611
|
+
try {
|
|
2612
|
+
GdsDialog.define();
|
|
2613
|
+
}
|
|
2614
|
+
catch (e) {
|
|
2615
|
+
// Component may not be available in this version of green-core
|
|
2616
|
+
console.warn('Failed to define gds-dialog:', e);
|
|
2617
|
+
}
|
|
2618
|
+
// Set up event listeners
|
|
2619
|
+
this.elementRef.nativeElement.addEventListener('gds-ui-state', (event) => {
|
|
2620
|
+
this.gdsUiState.emit(event);
|
|
2621
|
+
});
|
|
2622
|
+
this.elementRef.nativeElement.addEventListener('gds-close', (event) => {
|
|
2623
|
+
this.gdsClose.emit(event);
|
|
2624
|
+
});
|
|
2625
|
+
this.elementRef.nativeElement.addEventListener('gds-show', (event) => {
|
|
2626
|
+
this.gdsShow.emit(event);
|
|
2627
|
+
});
|
|
2628
|
+
}
|
|
2629
|
+
ngOnChanges(changes) {
|
|
2630
|
+
// Implementation added by @ProxyInputs decorator
|
|
2631
|
+
}
|
|
2632
|
+
ngAfterViewInit() {
|
|
2633
|
+
// Implementation added by @ProxyInputs decorator
|
|
2634
|
+
}
|
|
2635
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: GdsDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2636
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.9", type: GdsDialogComponent, isStandalone: true, selector: "gds-dialog", inputs: { open: ["open", "open", booleanAttribute], heading: "heading", variant: "variant", placement: "placement", scrollable: ["scrollable", "scrollable", booleanAttribute], closedby: "closedby", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", height: "height", minHeight: "minHeight", maxHeight: "maxHeight", blockSize: "blockSize", minBlockSize: "minBlockSize", maxBlockSize: "maxBlockSize", padding: "padding", paddingInline: "paddingInline", paddingBlock: "paddingBlock", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, outputs: { gdsUiState: "gdsUiState", gdsClose: "gdsClose", gdsShow: "gdsShow" }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2637
|
+
};
|
|
2638
|
+
GdsDialogComponent = __decorate([
|
|
2639
|
+
ProxyInputs(['open', 'heading', 'variant', 'placement', 'scrollable', 'closedby', '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', 'padding', 'padding-inline', 'padding-block', 'syncFirstRender']),
|
|
2640
|
+
__metadata("design:paramtypes", [])
|
|
2641
|
+
], GdsDialogComponent);
|
|
2642
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: GdsDialogComponent, decorators: [{
|
|
2643
|
+
type: Component,
|
|
2644
|
+
args: [{
|
|
2645
|
+
selector: 'gds-dialog',
|
|
2646
|
+
standalone: true,
|
|
2647
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2648
|
+
template: `<ng-content></ng-content>`
|
|
2649
|
+
}]
|
|
2650
|
+
}], ctorParameters: () => [], propDecorators: { open: [{
|
|
2651
|
+
type: Input,
|
|
2652
|
+
args: [{ transform: booleanAttribute }]
|
|
2653
|
+
}], heading: [{
|
|
2635
2654
|
type: Input
|
|
2636
|
-
}],
|
|
2655
|
+
}], variant: [{
|
|
2637
2656
|
type: Input
|
|
2638
|
-
}],
|
|
2657
|
+
}], placement: [{
|
|
2639
2658
|
type: Input
|
|
2640
|
-
}],
|
|
2659
|
+
}], scrollable: [{
|
|
2660
|
+
type: Input,
|
|
2661
|
+
args: [{ transform: booleanAttribute }]
|
|
2662
|
+
}], closedby: [{
|
|
2641
2663
|
type: Input
|
|
2642
2664
|
}], width: [{
|
|
2643
2665
|
type: Input
|
|
@@ -2663,47 +2685,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
2663
2685
|
type: Input
|
|
2664
2686
|
}], maxBlockSize: [{
|
|
2665
2687
|
type: Input
|
|
2666
|
-
}], margin: [{
|
|
2667
|
-
type: Input
|
|
2668
|
-
}], marginInline: [{
|
|
2669
|
-
type: Input
|
|
2670
|
-
}], marginBlock: [{
|
|
2671
|
-
type: Input
|
|
2672
2688
|
}], padding: [{
|
|
2673
2689
|
type: Input
|
|
2674
2690
|
}], paddingInline: [{
|
|
2675
2691
|
type: Input
|
|
2676
2692
|
}], paddingBlock: [{
|
|
2677
2693
|
type: Input
|
|
2678
|
-
}], alignSelf: [{
|
|
2679
|
-
type: Input
|
|
2680
|
-
}], justifySelf: [{
|
|
2681
|
-
type: Input
|
|
2682
|
-
}], placeSelf: [{
|
|
2683
|
-
type: Input
|
|
2684
|
-
}], gridColumn: [{
|
|
2685
|
-
type: Input
|
|
2686
|
-
}], gridRow: [{
|
|
2687
|
-
type: Input
|
|
2688
|
-
}], gridArea: [{
|
|
2689
|
-
type: Input
|
|
2690
|
-
}], flex: [{
|
|
2691
|
-
type: Input
|
|
2692
|
-
}], order: [{
|
|
2693
|
-
type: Input
|
|
2694
|
-
}], position: [{
|
|
2695
|
-
type: Input
|
|
2696
|
-
}], transform: [{
|
|
2697
|
-
type: Input
|
|
2698
|
-
}], inset: [{
|
|
2699
|
-
type: Input
|
|
2700
2694
|
}], syncFirstRender: [{
|
|
2701
2695
|
type: Input,
|
|
2702
2696
|
args: [{ transform: booleanAttribute }]
|
|
2697
|
+
}], gdsUiState: [{
|
|
2698
|
+
type: Output
|
|
2699
|
+
}], gdsClose: [{
|
|
2700
|
+
type: Output
|
|
2701
|
+
}], gdsShow: [{
|
|
2702
|
+
type: Output
|
|
2703
2703
|
}] } });
|
|
2704
2704
|
|
|
2705
2705
|
/**
|
|
2706
|
-
*
|
|
2706
|
+
* GdsDialogComponent - Angular wrapper for gds-dialog
|
|
2707
2707
|
*
|
|
2708
2708
|
*
|
|
2709
2709
|
* Auto-generated from Custom Elements Manifest
|
|
@@ -37996,8 +37996,8 @@ class GreenCoreNgModule {
|
|
|
37996
37996
|
GdsAvatarComponent,
|
|
37997
37997
|
GdsBadgeComponent,
|
|
37998
37998
|
GdsBlurComponent,
|
|
37999
|
-
GdsBreadcrumbsComponent,
|
|
38000
37999
|
GdsButtonComponent,
|
|
38000
|
+
GdsBreadcrumbsComponent,
|
|
38001
38001
|
GdsCalendarComponent,
|
|
38002
38002
|
GdsCardComponent,
|
|
38003
38003
|
GdsCardLinkedComponent,
|
|
@@ -38005,9 +38005,9 @@ class GreenCoreNgModule {
|
|
|
38005
38005
|
GdsCoachmarkComponent,
|
|
38006
38006
|
GdsContextMenuComponent,
|
|
38007
38007
|
GdsDatepickerComponent,
|
|
38008
|
+
GdsDivComponent,
|
|
38008
38009
|
GdsDetailsComponent,
|
|
38009
38010
|
GdsDialogComponent,
|
|
38010
|
-
GdsDivComponent,
|
|
38011
38011
|
GdsDividerComponent,
|
|
38012
38012
|
GdsDropdownComponent,
|
|
38013
38013
|
GdsFabComponent,
|
|
@@ -38373,8 +38373,8 @@ class GreenCoreNgModule {
|
|
|
38373
38373
|
GdsAvatarComponent,
|
|
38374
38374
|
GdsBadgeComponent,
|
|
38375
38375
|
GdsBlurComponent,
|
|
38376
|
-
GdsBreadcrumbsComponent,
|
|
38377
38376
|
GdsButtonComponent,
|
|
38377
|
+
GdsBreadcrumbsComponent,
|
|
38378
38378
|
GdsCalendarComponent,
|
|
38379
38379
|
GdsCardComponent,
|
|
38380
38380
|
GdsCardLinkedComponent,
|
|
@@ -38382,9 +38382,9 @@ class GreenCoreNgModule {
|
|
|
38382
38382
|
GdsCoachmarkComponent,
|
|
38383
38383
|
GdsContextMenuComponent,
|
|
38384
38384
|
GdsDatepickerComponent,
|
|
38385
|
+
GdsDivComponent,
|
|
38385
38386
|
GdsDetailsComponent,
|
|
38386
38387
|
GdsDialogComponent,
|
|
38387
|
-
GdsDivComponent,
|
|
38388
38388
|
GdsDividerComponent,
|
|
38389
38389
|
GdsDropdownComponent,
|
|
38390
38390
|
GdsFabComponent,
|
|
@@ -38757,8 +38757,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
38757
38757
|
GdsAvatarComponent,
|
|
38758
38758
|
GdsBadgeComponent,
|
|
38759
38759
|
GdsBlurComponent,
|
|
38760
|
-
GdsBreadcrumbsComponent,
|
|
38761
38760
|
GdsButtonComponent,
|
|
38761
|
+
GdsBreadcrumbsComponent,
|
|
38762
38762
|
GdsCalendarComponent,
|
|
38763
38763
|
GdsCardComponent,
|
|
38764
38764
|
GdsCardLinkedComponent,
|
|
@@ -38766,9 +38766,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
38766
38766
|
GdsCoachmarkComponent,
|
|
38767
38767
|
GdsContextMenuComponent,
|
|
38768
38768
|
GdsDatepickerComponent,
|
|
38769
|
+
GdsDivComponent,
|
|
38769
38770
|
GdsDetailsComponent,
|
|
38770
38771
|
GdsDialogComponent,
|
|
38771
|
-
GdsDivComponent,
|
|
38772
38772
|
GdsDividerComponent,
|
|
38773
38773
|
GdsDropdownComponent,
|
|
38774
38774
|
GdsFabComponent,
|
|
@@ -39137,8 +39137,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
39137
39137
|
GdsAvatarComponent,
|
|
39138
39138
|
GdsBadgeComponent,
|
|
39139
39139
|
GdsBlurComponent,
|
|
39140
|
-
GdsBreadcrumbsComponent,
|
|
39141
39140
|
GdsButtonComponent,
|
|
39141
|
+
GdsBreadcrumbsComponent,
|
|
39142
39142
|
GdsCalendarComponent,
|
|
39143
39143
|
GdsCardComponent,
|
|
39144
39144
|
GdsCardLinkedComponent,
|
|
@@ -39146,9 +39146,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
39146
39146
|
GdsCoachmarkComponent,
|
|
39147
39147
|
GdsContextMenuComponent,
|
|
39148
39148
|
GdsDatepickerComponent,
|
|
39149
|
+
GdsDivComponent,
|
|
39149
39150
|
GdsDetailsComponent,
|
|
39150
39151
|
GdsDialogComponent,
|
|
39151
|
-
GdsDivComponent,
|
|
39152
39152
|
GdsDividerComponent,
|
|
39153
39153
|
GdsDropdownComponent,
|
|
39154
39154
|
GdsFabComponent,
|