lct-components
Version:
LCT basic components
30 lines (29 loc) • 1.18 kB
TypeScript
import { OnInit, EventEmitter } from '@angular/core';
import { BehaviorSubject } from "rxjs";
import { LctNode } from '../../modal-tooltip.directive';
import * as i0 from "@angular/core";
export declare class ModalChangeStoreComponent implements OnInit {
widthModalConfig: string;
heightModalConfig: string;
tiendas: LctNode[];
sendSelectStore: EventEmitter<string>;
closeModalStore: BehaviorSubject<{
change: boolean | undefined;
}>;
storeSelect: {
nodeName: string;
nodeId: string;
} | undefined;
buttonDisable: boolean;
storeName: string[];
closeIcon: boolean;
userId: string;
constructor();
ngOnInit(): void;
cerrarModal(): void;
selectedValue(evento: string): void;
selectStore(): void;
checkStoreSelected(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ModalChangeStoreComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ModalChangeStoreComponent, "lct-modal", never, { "widthModalConfig": "widthModalConfig"; "heightModalConfig": "heightModalConfig"; "tiendas": "tiendas"; "userId": "userId"; }, { "sendSelectStore": "sendSelectStore"; }, never, never>;
}