- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular/material/list/selection-list.d.ts
rceaed42 r59329aa 13 13 import { CanDisableRipple, MatLine, ThemePalette } from '@angular/material/core'; 14 14 import { MatListAvatarCssMatStyler, MatListIconCssMatStyler } from './list'; 15 import * as ɵngcc0 from '@angular/core';16 15 declare const _MatSelectionListBase: import("@angular/material/core/common-behaviors/constructor").Constructor<CanDisableRipple> & import("@angular/material/core/common-behaviors/constructor").AbstractConstructor<CanDisableRipple> & { 17 16 new (): {}; … … 129 128 static ngAcceptInputType_selected: BooleanInput; 130 129 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]"]>;133 130 } 134 131 /** … … 244 241 static ngAcceptInputType_disableRipple: BooleanInput; 245 242 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"], ["*"]>;248 243 } 249 244 export {}; 250 251 //# sourceMappingURL=selection-list.d.ts.map
Note:
See TracChangeset
for help on using the changeset viewer.