Ignore:
Timestamp:
10/16/21 18:10:51 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
eed0bf8
Parents:
6a3a178
Message:

adding new components

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  
    66 * found in the LICENSE file at https://angular.io/license
    77 */
     8import * as ɵngcc0 from '@angular/core';
     9import * as ɵngcc1 from './autocomplete';
     10import * as ɵngcc2 from './autocomplete-trigger';
     11import * as ɵngcc3 from './autocomplete-origin';
     12import * as ɵngcc4 from '@angular/cdk/overlay';
     13import * as ɵngcc5 from '@angular/material/core';
     14import * as ɵngcc6 from '@angular/common';
     15import * as ɵngcc7 from '@angular/cdk/scrolling';
    816export 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>;
    920}
     21
     22//# sourceMappingURL=autocomplete-module.d.ts.map
  • trip-planner-front/node_modules/@angular/material/autocomplete/autocomplete-origin.d.ts

    r6a3a178 rfa375fe  
    88import { ElementRef } from '@angular/core';
    99/** Base class containing all of the functionality for `MatAutocompleteOrigin`. */
     10import * as ɵngcc0 from '@angular/core';
    1011export declare abstract class _MatAutocompleteOriginBase {
    1112    /** Reference to the element on which the directive is applied. */
     
    1415    /** Reference to the element on which the directive is applied. */
    1516    elementRef: ElementRef<HTMLElement>);
     17    static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<_MatAutocompleteOriginBase, never>;
     18    static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<_MatAutocompleteOriginBase, never, never, {}, {}, never>;
    1619}
    1720/**
     
    2023 */
    2124export declare class MatAutocompleteOrigin extends _MatAutocompleteOriginBase {
     25    static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatAutocompleteOrigin, never>;
     26    static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatAutocompleteOrigin, "[matAutocompleteOrigin]", ["matAutocompleteOrigin"], {}, {}, never>;
    2227}
     28
     29//# sourceMappingURL=autocomplete-origin.d.ts.map
  • trip-planner-front/node_modules/@angular/material/autocomplete/autocomplete-trigger.d.ts

    r6a3a178 rfa375fe  
    1818import { _MatAutocompleteOriginBase } from './autocomplete-origin';
    1919/** Injection token that determines the scroll handling while the autocomplete panel is open. */
     20import * as ɵngcc0 from '@angular/core';
    2021export declare const MAT_AUTOCOMPLETE_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
    2122/** @docs-private */
     
    191192    private _scrollToOption;
    192193    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>;
    193196}
    194197export declare class MatAutocompleteTrigger extends _MatAutocompleteTriggerBase {
    195198    protected _aboveClass: string;
     199    static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatAutocompleteTrigger, never>;
     200    static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatAutocompleteTrigger, "input[matAutocomplete], textarea[matAutocomplete]", ["matAutocompleteTrigger"], {}, {}, never>;
    196201}
     202
     203//# sourceMappingURL=autocomplete-trigger.d.ts.map
  • trip-planner-front/node_modules/@angular/material/autocomplete/autocomplete.d.ts

    r6a3a178 rfa375fe  
    1212import { CanDisableRipple, _MatOptgroupBase, _MatOptionBase, MatOption, MatOptgroup } from '@angular/material/core';
    1313/** Event object that is emitted when an autocomplete option is selected. */
     14import * as ɵngcc0 from '@angular/core';
    1415export declare class MatAutocompleteSelectedEvent {
    1516    /** Reference to the autocomplete panel that emitted the event. */
     
    130131    static ngAcceptInputType_autoActiveFirstOption: BooleanInput;
    131132    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>;
    132135}
    133136export declare class MatAutocomplete extends _MatAutocompleteBase {
     
    138141    protected _visibleClass: string;
    139142    protected _hiddenClass: string;
     143    static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatAutocomplete, never>;
     144    static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MatAutocomplete, "mat-autocomplete", ["matAutocomplete"], { "disableRipple": "disableRipple"; }, {}, ["optionGroups", "options"], ["*"]>;
    140145}
    141146export {};
     147
     148//# sourceMappingURL=autocomplete.d.ts.map
  • trip-planner-front/node_modules/@angular/material/autocomplete/index.d.ts

    r6a3a178 rfa375fe  
    33 */
    44export * from './public-api';
     5
     6//# sourceMappingURL=index.d.ts.map
  • trip-planner-front/node_modules/@angular/material/autocomplete/package.json

    r6a3a178 rfa375fe  
    22  "name": "@angular/material/autocomplete",
    33  "main": "../bundles/material-autocomplete.umd.js",
     4  "fesm2015_ivy_ngcc": "../__ivy_ngcc__/fesm2015/autocomplete.js",
    45  "fesm2015": "../fesm2015/autocomplete.js",
    56  "esm2015": "../esm2015/autocomplete/index.js",
    67  "typings": "./index.d.ts",
     8  "module_ivy_ngcc": "../__ivy_ngcc__/fesm2015/autocomplete.js",
    79  "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  }
    921}
Note: See TracChangeset for help on using the changeset viewer.