- Timestamp:
- 10/16/21 18:10:51 (3 years ago)
- Branches:
- master
- Children:
- eed0bf8
- Parents:
- 6a3a178
- Location:
- trip-planner-front/node_modules/@angular/material/autocomplete
- Files:
-
- 10 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular/material/autocomplete/autocomplete-module.d.ts
r6a3a178 rfa375fe 6 6 * found in the LICENSE file at https://angular.io/license 7 7 */ 8 import * as ɵngcc0 from '@angular/core'; 9 import * as ɵngcc1 from './autocomplete'; 10 import * as ɵngcc2 from './autocomplete-trigger'; 11 import * as ɵngcc3 from './autocomplete-origin'; 12 import * as ɵngcc4 from '@angular/cdk/overlay'; 13 import * as ɵngcc5 from '@angular/material/core'; 14 import * as ɵngcc6 from '@angular/common'; 15 import * as ɵngcc7 from '@angular/cdk/scrolling'; 8 16 export declare class MatAutocompleteModule { 17 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatAutocompleteModule, never>; 18 static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<MatAutocompleteModule, [typeof ɵngcc1.MatAutocomplete, typeof ɵngcc2.MatAutocompleteTrigger, typeof ɵngcc3.MatAutocompleteOrigin], [typeof ɵngcc4.OverlayModule, typeof ɵngcc5.MatOptionModule, typeof ɵngcc5.MatCommonModule, typeof ɵngcc6.CommonModule], [typeof ɵngcc1.MatAutocomplete, typeof ɵngcc2.MatAutocompleteTrigger, typeof ɵngcc3.MatAutocompleteOrigin, typeof ɵngcc7.CdkScrollableModule, typeof ɵngcc5.MatOptionModule, typeof ɵngcc5.MatCommonModule]>; 19 static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<MatAutocompleteModule>; 9 20 } 21 22 //# sourceMappingURL=autocomplete-module.d.ts.map -
trip-planner-front/node_modules/@angular/material/autocomplete/autocomplete-origin.d.ts
r6a3a178 rfa375fe 8 8 import { ElementRef } from '@angular/core'; 9 9 /** Base class containing all of the functionality for `MatAutocompleteOrigin`. */ 10 import * as ɵngcc0 from '@angular/core'; 10 11 export declare abstract class _MatAutocompleteOriginBase { 11 12 /** Reference to the element on which the directive is applied. */ … … 14 15 /** Reference to the element on which the directive is applied. */ 15 16 elementRef: ElementRef<HTMLElement>); 17 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<_MatAutocompleteOriginBase, never>; 18 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<_MatAutocompleteOriginBase, never, never, {}, {}, never>; 16 19 } 17 20 /** … … 20 23 */ 21 24 export declare class MatAutocompleteOrigin extends _MatAutocompleteOriginBase { 25 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatAutocompleteOrigin, never>; 26 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatAutocompleteOrigin, "[matAutocompleteOrigin]", ["matAutocompleteOrigin"], {}, {}, never>; 22 27 } 28 29 //# sourceMappingURL=autocomplete-origin.d.ts.map -
trip-planner-front/node_modules/@angular/material/autocomplete/autocomplete-trigger.d.ts
r6a3a178 rfa375fe 18 18 import { _MatAutocompleteOriginBase } from './autocomplete-origin'; 19 19 /** Injection token that determines the scroll handling while the autocomplete panel is open. */ 20 import * as ɵngcc0 from '@angular/core'; 20 21 export declare const MAT_AUTOCOMPLETE_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>; 21 22 /** @docs-private */ … … 191 192 private _scrollToOption; 192 193 static ngAcceptInputType_autocompleteDisabled: BooleanInput; 194 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<_MatAutocompleteTriggerBase, [null, null, null, null, null, null, { optional: true; }, { optional: true; host: true; }, { optional: true; }, null, { optional: true; }]>; 195 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<_MatAutocompleteTriggerBase, never, never, { "position": "matAutocompletePosition"; "autocompleteAttribute": "autocomplete"; "autocompleteDisabled": "matAutocompleteDisabled"; "autocomplete": "matAutocomplete"; "connectedTo": "matAutocompleteConnectedTo"; }, {}, never>; 193 196 } 194 197 export declare class MatAutocompleteTrigger extends _MatAutocompleteTriggerBase { 195 198 protected _aboveClass: string; 199 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatAutocompleteTrigger, never>; 200 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatAutocompleteTrigger, "input[matAutocomplete], textarea[matAutocomplete]", ["matAutocompleteTrigger"], {}, {}, never>; 196 201 } 202 203 //# sourceMappingURL=autocomplete-trigger.d.ts.map -
trip-planner-front/node_modules/@angular/material/autocomplete/autocomplete.d.ts
r6a3a178 rfa375fe 12 12 import { CanDisableRipple, _MatOptgroupBase, _MatOptionBase, MatOption, MatOptgroup } from '@angular/material/core'; 13 13 /** Event object that is emitted when an autocomplete option is selected. */ 14 import * as ɵngcc0 from '@angular/core'; 14 15 export declare class MatAutocompleteSelectedEvent { 15 16 /** Reference to the autocomplete panel that emitted the event. */ … … 130 131 static ngAcceptInputType_autoActiveFirstOption: BooleanInput; 131 132 static ngAcceptInputType_disableRipple: BooleanInput; 133 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<_MatAutocompleteBase, never>; 134 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<_MatAutocompleteBase, never, never, { "displayWith": "displayWith"; "autoActiveFirstOption": "autoActiveFirstOption"; "classList": "class"; "ariaLabel": "aria-label"; "ariaLabelledby": "aria-labelledby"; "panelWidth": "panelWidth"; }, { "optionSelected": "optionSelected"; "opened": "opened"; "closed": "closed"; "optionActivated": "optionActivated"; }, never>; 132 135 } 133 136 export declare class MatAutocomplete extends _MatAutocompleteBase { … … 138 141 protected _visibleClass: string; 139 142 protected _hiddenClass: string; 143 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatAutocomplete, never>; 144 static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MatAutocomplete, "mat-autocomplete", ["matAutocomplete"], { "disableRipple": "disableRipple"; }, {}, ["optionGroups", "options"], ["*"]>; 140 145 } 141 146 export {}; 147 148 //# sourceMappingURL=autocomplete.d.ts.map -
trip-planner-front/node_modules/@angular/material/autocomplete/index.d.ts
r6a3a178 rfa375fe 3 3 */ 4 4 export * from './public-api'; 5 6 //# sourceMappingURL=index.d.ts.map -
trip-planner-front/node_modules/@angular/material/autocomplete/package.json
r6a3a178 rfa375fe 2 2 "name": "@angular/material/autocomplete", 3 3 "main": "../bundles/material-autocomplete.umd.js", 4 "fesm2015_ivy_ngcc": "../__ivy_ngcc__/fesm2015/autocomplete.js", 4 5 "fesm2015": "../fesm2015/autocomplete.js", 5 6 "esm2015": "../esm2015/autocomplete/index.js", 6 7 "typings": "./index.d.ts", 8 "module_ivy_ngcc": "../__ivy_ngcc__/fesm2015/autocomplete.js", 7 9 "module": "../fesm2015/autocomplete.js", 8 "es2015": "../fesm2015/autocomplete.js" 10 "es2015_ivy_ngcc": "../__ivy_ngcc__/fesm2015/autocomplete.js", 11 "es2015": "../fesm2015/autocomplete.js", 12 "__processed_by_ivy_ngcc__": { 13 "es2015": "12.2.9", 14 "fesm2015": "12.2.9", 15 "module": "12.2.9", 16 "typings": "12.2.9" 17 }, 18 "scripts": { 19 "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by NGCC. This is not allowed.\\nPlease delete and rebuild the package, without compiling with NGCC, before attempting to publish.\\nNote that NGCC may have been run by importing this package into another project that is being built with Ivy enabled.\\n')\" && exit 1" 20 } 9 21 }
Note:
See TracChangeset
for help on using the changeset viewer.