Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@angular/material/list/selection-list.d.ts

    rceaed42 r59329aa  
    1313import { CanDisableRipple, MatLine, ThemePalette } from '@angular/material/core';
    1414import { MatListAvatarCssMatStyler, MatListIconCssMatStyler } from './list';
    15 import * as ɵngcc0 from '@angular/core';
    1615declare const _MatSelectionListBase: import("@angular/material/core/common-behaviors/constructor").Constructor<CanDisableRipple> & import("@angular/material/core/common-behaviors/constructor").AbstractConstructor<CanDisableRipple> & {
    1716    new (): {};
     
    129128    static ngAcceptInputType_selected: BooleanInput;
    130129    static ngAcceptInputType_disableRipple: BooleanInput;
    131     static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatListOption, never>;
    132     static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MatListOption, "mat-list-option", ["matListOption"], { "disableRipple": "disableRipple"; "checkboxPosition": "checkboxPosition"; "color": "color"; "value": "value"; "selected": "selected"; "disabled": "disabled"; }, { "selectedChange": "selectedChange"; }, ["_avatar", "_icon", "_lines"], ["*", "[mat-list-avatar], [mat-list-icon], [matListAvatar], [matListIcon]"]>;
    133130}
    134131/**
     
    244241    static ngAcceptInputType_disableRipple: BooleanInput;
    245242    static ngAcceptInputType_multiple: BooleanInput;
    246     static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatSelectionList, [null, { attribute: "tabindex"; }, null, null]>;
    247     static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MatSelectionList, "mat-selection-list", ["matSelectionList"], { "disableRipple": "disableRipple"; "tabIndex": "tabIndex"; "color": "color"; "compareWith": "compareWith"; "disabled": "disabled"; "multiple": "multiple"; }, { "selectionChange": "selectionChange"; }, ["options"], ["*"]>;
    248243}
    249244export {};
    250 
    251 //# sourceMappingURL=selection-list.d.ts.map
Note: See TracChangeset for help on using the changeset viewer.