UNPKG

platformscode-new-angular

Version:

Angular wrapper library for DGA Design System components. Provides Angular bindings and integration for @platformscode/core web components.

752 lines (750 loc) 174 kB
import * as i0 from '@angular/core'; import { CUSTOM_ELEMENTS_SCHEMA, NgModule, ChangeDetectionStrategy, Component, Input, EventEmitter, Output } from '@angular/core'; import { CommonModule } from '@angular/common'; class PlatformsCodeNewAngularModule { constructor() { setTimeout(() => { this.checkComponentStatus(); }, 1000); } checkComponentStatus() { const sampleComponents = ['dga-button', 'dga-card', 'dga-text-input', 'dga-modal']; const registeredComponents = sampleComponents.filter(name => customElements.get(name)); console.log('📦 PlatformsCode Library Status:'); console.log(`✅ Registered Components: ${registeredComponents.length}/${sampleComponents.length}`); console.log('🔧 Registered:', registeredComponents); if (registeredComponents.length === 0) { console.warn('⚠️ No DGA components found. Check Stencil build.'); } else { console.log('🎉 DGA components are ready!'); } } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: PlatformsCodeNewAngularModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.1", ngImport: i0, type: PlatformsCodeNewAngularModule, imports: [CommonModule], exports: [CommonModule] }); static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: PlatformsCodeNewAngularModule, imports: [CommonModule, CommonModule] }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: PlatformsCodeNewAngularModule, decorators: [{ type: NgModule, args: [{ declarations: [ // Don't declare any components - avoid the standalone error ], imports: [ CommonModule ], exports: [ CommonModule ], schemas: [CUSTOM_ELEMENTS_SCHEMA] // This allows <dga-button>, <dga-card>, etc. }] }], ctorParameters: () => [] }); class StencilComponent { el; constructor(c) { this.el = c.nativeElement; } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: StencilComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: StencilComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: StencilComponent, decorators: [{ type: Component, args: [{ template: '', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // -- Component Wrappers (Generated) -- // DateCell class DateCell extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DateCell, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DateCell, isStandalone: true, selector: "date-cell", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DateCell, decorators: [{ type: Component, args: [{ selector: 'date-cell', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaAccordion class DgaAccordion extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaAccordion, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaAccordion, isStandalone: true, selector: "dga-accordion", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaAccordion, decorators: [{ type: Component, args: [{ selector: 'dga-accordion', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaActionMenu class DgaActionMenu extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaActionMenu, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaActionMenu, isStandalone: true, selector: "dga-action-menu", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaActionMenu, decorators: [{ type: Component, args: [{ selector: 'dga-action-menu', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaActions class DgaActions extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaActions, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaActions, isStandalone: true, selector: "dga-actions", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaActions, decorators: [{ type: Component, args: [{ selector: 'dga-actions', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaApexChart class DgaApexChart extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaApexChart, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaApexChart, isStandalone: true, selector: "dga-apex-chart", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaApexChart, decorators: [{ type: Component, args: [{ selector: 'dga-apex-chart', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaAvatar class DgaAvatar extends StencilComponent { size; src; alt; constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaAvatar, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaAvatar, isStandalone: true, selector: "dga-avatar", inputs: { size: "size", src: "src", alt: "alt" }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaAvatar, decorators: [{ type: Component, args: [{ selector: 'dga-avatar', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { size: [{ type: Input }], src: [{ type: Input }], alt: [{ type: Input }] } }); // DgaAvatarGroup class DgaAvatarGroup extends StencilComponent { max; constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaAvatarGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaAvatarGroup, isStandalone: true, selector: "dga-avatar-group", inputs: { max: "max" }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaAvatarGroup, decorators: [{ type: Component, args: [{ selector: 'dga-avatar-group', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { max: [{ type: Input }] } }); // DgaBreadcrumbs class DgaBreadcrumbs extends StencilComponent { items; breadcrumbclick = new EventEmitter(); constructor(c) { super(c); this.el.addEventListener('breadcrumbClick', (e) => this.breadcrumbclick.emit(e.detail)); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaBreadcrumbs, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaBreadcrumbs, isStandalone: true, selector: "dga-breadcrumbs", inputs: { items: "items" }, outputs: { breadcrumbclick: "breadcrumbclick" }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaBreadcrumbs, decorators: [{ type: Component, args: [{ selector: 'dga-breadcrumbs', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { items: [{ type: Input }], breadcrumbclick: [{ type: Output }] } }); // DgaButton class DgaButton extends StencilComponent { variant; size; disabled; text; click = new EventEmitter(); constructor(c) { super(c); this.el.addEventListener('onClick', (e) => this.click.emit(e.detail)); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaButton, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaButton, isStandalone: true, selector: "dga-button", inputs: { variant: "variant", size: "size", disabled: "disabled", text: "text" }, outputs: { click: "click" }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaButton, decorators: [{ type: Component, args: [{ selector: 'dga-button', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush // Remove standalone: true if it exists }] }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{ type: Input }], size: [{ type: Input }], disabled: [{ type: Input }], text: [{ type: Input }], click: [{ type: Output }] } }); // DgaButtonLeadingIcon class DgaButtonLeadingIcon extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaButtonLeadingIcon, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaButtonLeadingIcon, isStandalone: true, selector: "dga-button-leading-icon", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaButtonLeadingIcon, decorators: [{ type: Component, args: [{ selector: 'dga-button-leading-icon', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaButtonV2 class DgaButtonV2 extends StencilComponent { variant; size; disabled; click = new EventEmitter(); constructor(c) { super(c); this.el.addEventListener('onClick', (e) => this.click.emit(e.detail)); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaButtonV2, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaButtonV2, isStandalone: true, selector: "dga-button-v2", inputs: { variant: "variant", size: "size", disabled: "disabled" }, outputs: { click: "click" }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaButtonV2, decorators: [{ type: Component, args: [{ selector: 'dga-button-v2', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{ type: Input }], size: [{ type: Input }], disabled: [{ type: Input }], click: [{ type: Output }] } }); // DgaButtonV2Usage class DgaButtonV2Usage extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaButtonV2Usage, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaButtonV2Usage, isStandalone: true, selector: "dga-button-v2-usage", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaButtonV2Usage, decorators: [{ type: Component, args: [{ selector: 'dga-button-v2-usage', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaCard class DgaCard extends StencilComponent { variant; padding; shadow; constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCard, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaCard, isStandalone: true, selector: "dga-card", inputs: { variant: "variant", padding: "padding", shadow: "shadow" }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCard, decorators: [{ type: Component, args: [{ selector: 'dga-card', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{ type: Input }], padding: [{ type: Input }], shadow: [{ type: Input }] } }); // DgaCardActions class DgaCardActions extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCardActions, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaCardActions, isStandalone: true, selector: "dga-card-actions", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCardActions, decorators: [{ type: Component, args: [{ selector: 'dga-card-actions', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaCardContent class DgaCardContent extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCardContent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaCardContent, isStandalone: true, selector: "dga-card-content", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCardContent, decorators: [{ type: Component, args: [{ selector: 'dga-card-content', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaCardExpandableContent class DgaCardExpandableContent extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCardExpandableContent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaCardExpandableContent, isStandalone: true, selector: "dga-card-expandable-content", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCardExpandableContent, decorators: [{ type: Component, args: [{ selector: 'dga-card-expandable-content', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaCardImage class DgaCardImage extends StencilComponent { src; alt; constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCardImage, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaCardImage, isStandalone: true, selector: "dga-card-image", inputs: { src: "src", alt: "alt" }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCardImage, decorators: [{ type: Component, args: [{ selector: 'dga-card-image', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { src: [{ type: Input }], alt: [{ type: Input }] } }); // DgaCardTitle class DgaCardTitle extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCardTitle, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaCardTitle, isStandalone: true, selector: "dga-card-title", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCardTitle, decorators: [{ type: Component, args: [{ selector: 'dga-card-title', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaCardV2 class DgaCardV2 extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCardV2, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaCardV2, isStandalone: true, selector: "dga-card-v2", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCardV2, decorators: [{ type: Component, args: [{ selector: 'dga-card-v2', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaCarousel class DgaCarousel extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCarousel, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaCarousel, isStandalone: true, selector: "dga-carousel", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCarousel, decorators: [{ type: Component, args: [{ selector: 'dga-carousel', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaCarouselItem class DgaCarouselItem extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCarouselItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaCarouselItem, isStandalone: true, selector: "dga-carousel-item", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCarouselItem, decorators: [{ type: Component, args: [{ selector: 'dga-carousel-item', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaCarouselV2 class DgaCarouselV2 extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCarouselV2, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaCarouselV2, isStandalone: true, selector: "dga-carousel-v2", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCarouselV2, decorators: [{ type: Component, args: [{ selector: 'dga-carousel-v2', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaChart class DgaChart extends StencilComponent { type; data; constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaChart, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaChart, isStandalone: true, selector: "dga-chart", inputs: { type: "type", data: "data" }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaChart, decorators: [{ type: Component, args: [{ selector: 'dga-chart', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { type: [{ type: Input }], data: [{ type: Input }] } }); // DgaCheckbox class DgaCheckbox extends StencilComponent { checked; disabled; label; constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCheckbox, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaCheckbox, isStandalone: true, selector: "dga-checkbox", inputs: { checked: "checked", disabled: "disabled", label: "label" }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCheckbox, decorators: [{ type: Component, args: [{ selector: 'dga-checkbox', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { checked: [{ type: Input }], disabled: [{ type: Input }], label: [{ type: Input }] } }); // DgaChip class DgaChip extends StencilComponent { text; variant; constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaChip, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaChip, isStandalone: true, selector: "dga-chip", inputs: { text: "text", variant: "variant" }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaChip, decorators: [{ type: Component, args: [{ selector: 'dga-chip', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { text: [{ type: Input }], variant: [{ type: Input }] } }); // DgaCircleSkeleton class DgaCircleSkeleton extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCircleSkeleton, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaCircleSkeleton, isStandalone: true, selector: "dga-circle-skeleton", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCircleSkeleton, decorators: [{ type: Component, args: [{ selector: 'dga-circle-skeleton', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaCircularProgressBar class DgaCircularProgressBar extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCircularProgressBar, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaCircularProgressBar, isStandalone: true, selector: "dga-circular-progress-bar", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCircularProgressBar, decorators: [{ type: Component, args: [{ selector: 'dga-circular-progress-bar', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaCodesnippet class DgaCodesnippet extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCodesnippet, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaCodesnippet, isStandalone: true, selector: "dga-codesnippet", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCodesnippet, decorators: [{ type: Component, args: [{ selector: 'dga-codesnippet', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaCollapse class DgaCollapse extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCollapse, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaCollapse, isStandalone: true, selector: "dga-collapse", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCollapse, decorators: [{ type: Component, args: [{ selector: 'dga-collapse', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaCollapseUsage class DgaCollapseUsage extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCollapseUsage, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaCollapseUsage, isStandalone: true, selector: "dga-collapse-usage", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaCollapseUsage, decorators: [{ type: Component, args: [{ selector: 'dga-collapse-usage', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaContentSwitcher class DgaContentSwitcher extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaContentSwitcher, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaContentSwitcher, isStandalone: true, selector: "dga-content-switcher", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaContentSwitcher, decorators: [{ type: Component, args: [{ selector: 'dga-content-switcher', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaContentSwitcherItem class DgaContentSwitcherItem extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaContentSwitcherItem, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaContentSwitcherItem, isStandalone: true, selector: "dga-content-switcher-item", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaContentSwitcherItem, decorators: [{ type: Component, args: [{ selector: 'dga-content-switcher-item', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaContentSwitcherPanel class DgaContentSwitcherPanel extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaContentSwitcherPanel, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaContentSwitcherPanel, isStandalone: true, selector: "dga-content-switcher-panel", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaContentSwitcherPanel, decorators: [{ type: Component, args: [{ selector: 'dga-content-switcher-panel', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaDataTableOld class DgaDataTableOld extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaDataTableOld, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaDataTableOld, isStandalone: true, selector: "dga-data-table-old", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaDataTableOld, decorators: [{ type: Component, args: [{ selector: 'dga-data-table-old', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaDataTable class DgaDataTable extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaDataTable, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaDataTable, isStandalone: true, selector: "dga-data-table", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaDataTable, decorators: [{ type: Component, args: [{ selector: 'dga-data-table', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaDateFieldUsage class DgaDateFieldUsage extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaDateFieldUsage, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaDateFieldUsage, isStandalone: true, selector: "dga-date-field-usage", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaDateFieldUsage, decorators: [{ type: Component, args: [{ selector: 'dga-date-field-usage', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaDateField class DgaDateField extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaDateField, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaDateField, isStandalone: true, selector: "dga-date-field", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaDateField, decorators: [{ type: Component, args: [{ selector: 'dga-date-field', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaDatepicker class DgaDatepicker extends StencilComponent { value; change = new EventEmitter(); constructor(c) { super(c); this.el.addEventListener('change', (e) => this.change.emit(e.detail)); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaDatepicker, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaDatepicker, isStandalone: true, selector: "dga-datepicker", inputs: { value: "value" }, outputs: { change: "change" }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaDatepicker, decorators: [{ type: Component, args: [{ selector: 'dga-datepicker', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { value: [{ type: Input }], change: [{ type: Output }] } }); // DgaDigitalSignature class DgaDigitalSignature extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaDigitalSignature, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaDigitalSignature, isStandalone: true, selector: "dga-digital-signature", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaDigitalSignature, decorators: [{ type: Component, args: [{ selector: 'dga-digital-signature', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaDivider class DgaDivider extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaDivider, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaDivider, isStandalone: true, selector: "dga-divider", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaDivider, decorators: [{ type: Component, args: [{ selector: 'dga-divider', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaDrawer class DgaDrawer extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaDrawer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaDrawer, isStandalone: true, selector: "dga-drawer", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaDrawer, decorators: [{ type: Component, args: [{ selector: 'dga-drawer', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaDropdown class DgaDropdown extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaDropdown, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.1", type: DgaDropdown, isStandalone: true, selector: "dga-dropdown", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaDropdown, decorators: [{ type: Component, args: [{ selector: 'dga-dropdown', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [{ type: i0.ElementRef }] }); // DgaFeaturedIcon class DgaFeaturedIcon extends StencilComponent { constructor(c) { super(c); } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.1", ngImport: i0, type: DgaFeaturedIcon, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDe