@gouvfr-anct/mediation-numerique
Version:
📚 Bibliothèque pour la cartographie de l’offre de médiation numérique.
206 lines (196 loc) • 10.2 kB
JavaScript
import * as i0 from '@angular/core';
import { EventEmitter, Component, Input, Output } from '@angular/core';
import { Structure } from '@gouvfr-anct/mediation-numerique';
class ButtonStubComponent {
constructor() {
this.style = '';
this.iconType = 'ico';
this.iconPos = 'left';
this.disabled = false;
this.active = false;
this.action = new EventEmitter();
}
}
ButtonStubComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: ButtonStubComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
ButtonStubComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: ButtonStubComponent, selector: "app-button", inputs: { style: "style", text: "text", type: "type", iconType: "iconType", iconBtn: "iconBtn", iconPos: "iconPos", extraClass: "extraClass", disabled: "disabled", active: "active" }, outputs: { action: "action" }, ngImport: i0, template: '', isInline: true });
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: ButtonStubComponent, decorators: [{
type: Component,
args: [{
selector: 'app-button',
template: ''
}]
}], propDecorators: { style: [{
type: Input
}], text: [{
type: Input
}], type: [{
type: Input
}], iconType: [{
type: Input
}], iconBtn: [{
type: Input
}], iconPos: [{
type: Input
}], extraClass: [{
type: Input
}], disabled: [{
type: Input
}], active: [{
type: Input
}], action: [{
type: Output
}] } });
class CardStubComponent {
constructor() {
this.showDetails = new EventEmitter();
this.addToList = new EventEmitter();
this.hover = new EventEmitter();
}
}
CardStubComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: CardStubComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
CardStubComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: CardStubComponent, selector: "app-card", inputs: { structure: "structure", isSelected: "isSelected", isOrientation: "isOrientation" }, outputs: { showDetails: "showDetails", addToList: "addToList", hover: "hover" }, ngImport: i0, template: '', isInline: true });
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: CardStubComponent, decorators: [{
type: Component,
args: [{
selector: 'app-card',
template: ''
}]
}], propDecorators: { structure: [{
type: Input
}], isSelected: [{
type: Input
}], isOrientation: [{
type: Input
}], showDetails: [{
type: Output
}], addToList: [{
type: Output
}], hover: [{
type: Output
}] } });
class MapStubComponent {
constructor() {
this.isOrientationForm = false;
this.structures = [];
this.structuresToPrint = [];
this.selectedStructure = new EventEmitter();
this.orientationButtonClick = new EventEmitter();
}
}
MapStubComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: MapStubComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
MapStubComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: MapStubComponent, selector: "app-map", inputs: { isOrientationForm: "isOrientationForm", structures: "structures", structuresToPrint: "structuresToPrint", toogleToolTipId: "toogleToolTipId", selectedMarkerId: "selectedMarkerId", isMapPhone: "isMapPhone", searchedValue: "searchedValue" }, outputs: { selectedStructure: "selectedStructure", orientationButtonClick: "orientationButtonClick" }, ngImport: i0, template: '', isInline: true });
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: MapStubComponent, decorators: [{
type: Component,
args: [{
selector: 'app-map',
template: ''
}]
}], propDecorators: { isOrientationForm: [{
type: Input
}], structures: [{
type: Input
}], structuresToPrint: [{
type: Input
}], toogleToolTipId: [{
type: Input
}], selectedMarkerId: [{
type: Input
}], isMapPhone: [{
type: Input
}], searchedValue: [{
type: Input
}], selectedStructure: [{
type: Output
}], orientationButtonClick: [{
type: Output
}] } });
class StructureDetailsStubComponent {
constructor() {
this.closeDetails = new EventEmitter();
}
}
StructureDetailsStubComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: StructureDetailsStubComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
StructureDetailsStubComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: StructureDetailsStubComponent, selector: "app-structure-details", inputs: { structure: "structure" }, outputs: { closeDetails: "closeDetails" }, ngImport: i0, template: '', isInline: true });
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: StructureDetailsStubComponent, decorators: [{
type: Component,
args: [{
selector: 'app-structure-details',
template: ''
}]
}], propDecorators: { structure: [{
type: Input
}], closeDetails: [{
type: Output
}] } });
class StructureListStubComponent {
constructor() {
this.selectedStructure = new Structure();
this.displayMapMarkerId = new EventEmitter();
this.selectedMarkerId = new EventEmitter();
}
}
StructureListStubComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: StructureListStubComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
StructureListStubComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: StructureListStubComponent, selector: "app-structure-list", inputs: { structureList: "structureList", location: "location", selectedStructure: "selectedStructure" }, outputs: { displayMapMarkerId: "displayMapMarkerId", selectedMarkerId: "selectedMarkerId" }, ngImport: i0, template: '', isInline: true });
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: StructureListStubComponent, decorators: [{
type: Component,
args: [{
selector: 'app-structure-list',
template: ''
}]
}], propDecorators: { structureList: [{
type: Input
}], location: [{
type: Input
}], selectedStructure: [{
type: Input
}], displayMapMarkerId: [{
type: Output
}], selectedMarkerId: [{
type: Output
}] } });
class StructureListSearchStubComponent {
constructor() {
this.searchEvent = new EventEmitter();
}
}
StructureListSearchStubComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: StructureListSearchStubComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
StructureListSearchStubComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: StructureListSearchStubComponent, selector: "app-structure-list-search", outputs: { searchEvent: "searchEvent" }, ngImport: i0, template: '', isInline: true });
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: StructureListSearchStubComponent, decorators: [{
type: Component,
args: [{
selector: 'app-structure-list-search',
template: ''
}]
}], propDecorators: { searchEvent: [{
type: Output
}] } });
class SvgIconStubComponent {
constructor() {
this.iconColor = 'none';
this.title = null;
}
}
SvgIconStubComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SvgIconStubComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
SvgIconStubComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: SvgIconStubComponent, selector: "app-svg-icon", inputs: { icon: "icon", iconClass: "iconClass", type: "type", iconColor: "iconColor", title: "title" }, ngImport: i0, template: '', isInline: true });
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: SvgIconStubComponent, decorators: [{
type: Component,
args: [{
selector: 'app-svg-icon',
template: ''
}]
}], propDecorators: { icon: [{
type: Input
}], iconClass: [{
type: Input
}], type: [{
type: Input
}], iconColor: [{
type: Input
}], title: [{
type: Input
}] } });
/**
* Generated bundle index. Do not edit.
*/
export { ButtonStubComponent, CardStubComponent, MapStubComponent, StructureDetailsStubComponent, StructureListSearchStubComponent, StructureListStubComponent, SvgIconStubComponent };
//# sourceMappingURL=gouvfr-anct-mediation-numerique-testing.mjs.map