matcha-components 19.142.0 → 19.144.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/matcha-components.mjs +519 -449
- package/fesm2022/matcha-components.mjs.map +1 -1
- package/index.d.ts +3 -1505
- package/lib/matcha-accordion/accordion/accordion.component.d.ts +14 -0
- package/lib/matcha-accordion/accordion-content/accordion-content.component.d.ts +5 -0
- package/lib/matcha-accordion/accordion-header/accordion-header.component.d.ts +5 -0
- package/lib/matcha-accordion/accordion-item/accordion-item.component.d.ts +15 -0
- package/lib/matcha-accordion/accordion.module.d.ts +16 -0
- package/lib/matcha-animations/animations.d.ts +1 -0
- package/lib/matcha-autocomplete/matcha-autocomplete/matcha-autocomplete.component.d.ts +16 -0
- package/lib/matcha-autocomplete/matcha-autocomplete.directive.d.ts +19 -0
- package/lib/matcha-autocomplete/matcha-autocomplete.module.d.ts +11 -0
- package/lib/matcha-badge/badge.directive.d.ts +9 -0
- package/lib/matcha-badge/badge.module.d.ts +7 -0
- package/lib/matcha-button/button/button.component.d.ts +48 -0
- package/lib/matcha-button/button.module.d.ts +7 -0
- package/lib/matcha-button-toggle/button-toggle/button-toggle.component.d.ts +29 -0
- package/lib/matcha-button-toggle/button-toggle.module.d.ts +9 -0
- package/lib/matcha-card/card/card.component.d.ts +23 -0
- package/lib/matcha-card/card.module.d.ts +13 -0
- package/lib/matcha-checkbox/checkbox/checkbox.component.d.ts +26 -0
- package/lib/matcha-checkbox/checkbox.module.d.ts +9 -0
- package/lib/matcha-chips/chips.module.d.ts +7 -0
- package/lib/matcha-chips/matcha-chips.directive.d.ts +9 -0
- package/lib/matcha-components.module.d.ts +51 -0
- package/lib/matcha-date/date/date.component.d.ts +21 -0
- package/lib/matcha-date/date.module.d.ts +9 -0
- package/lib/matcha-datepicker/datepicker.directive.d.ts +9 -0
- package/lib/matcha-datepicker/datepicker.module.d.ts +7 -0
- package/lib/matcha-divider/divider/divider.component.d.ts +14 -0
- package/lib/matcha-divider/divider.module.d.ts +8 -0
- package/lib/matcha-drop-list/directives/drag-handle.directive.d.ts +12 -0
- package/lib/matcha-drop-list/directives/drag.directive.d.ts +51 -0
- package/lib/matcha-drop-list/drop-list/drop-list.component.d.ts +59 -0
- package/lib/matcha-drop-list/drop-list.module.d.ts +10 -0
- package/lib/matcha-drop-list/services/drop-list.service.d.ts +10 -0
- package/lib/matcha-elevation/elevation.directive.d.ts +11 -0
- package/lib/matcha-elevation/elevation.module.d.ts +8 -0
- package/lib/matcha-form-field/matcha-error/matcha-error.component.d.ts +5 -0
- package/lib/matcha-form-field/matcha-form-field/matcha-form-field.component.d.ts +16 -0
- package/lib/matcha-form-field/matcha-form-field.module.d.ts +11 -0
- package/lib/matcha-form-field/matcha-label/matcha-label.component.d.ts +6 -0
- package/lib/matcha-grid/grid.component.d.ts +25 -0
- package/lib/matcha-grid/grid.module.d.ts +8 -0
- package/lib/matcha-hint-text/hint/hint-text.component.d.ts +9 -0
- package/lib/matcha-hint-text/hint.module.d.ts +9 -0
- package/lib/matcha-icon/icon.component.d.ts +11 -0
- package/lib/matcha-icon/icon.module.d.ts +9 -0
- package/lib/matcha-infinite-scroll/matcha-infinite-scroll/matcha-infinite-scroll.component.d.ts +12 -0
- package/lib/matcha-infinite-scroll/matcha-infinite-scroll-data/matcha-infinite-scroll-data.component.d.ts +64 -0
- package/lib/matcha-infinite-scroll/matcha-infinite-scroll.module.d.ts +9 -0
- package/lib/matcha-input/input.directive.d.ts +9 -0
- package/lib/matcha-input/input.module.d.ts +7 -0
- package/lib/matcha-lazyload/lazyload/lazyload.component.d.ts +12 -0
- package/lib/matcha-lazyload/lazyload-data/lazyload-data.component.d.ts +64 -0
- package/lib/matcha-lazyload/lazyload.module.d.ts +9 -0
- package/lib/matcha-masonry/masonry/masonry.component.d.ts +16 -0
- package/lib/matcha-masonry/masonry.module.d.ts +8 -0
- package/lib/matcha-menu/menu.component.d.ts +16 -0
- package/lib/matcha-menu/menu.directive.d.ts +14 -0
- package/lib/matcha-menu/menu.module.d.ts +9 -0
- package/lib/matcha-modal/matcha-modal.module.d.ts +17 -0
- package/lib/matcha-modal/modal/modal.component.d.ts +22 -0
- package/lib/matcha-modal/modal-content/modal-content.component.d.ts +5 -0
- package/lib/matcha-modal/modal-footer/modal-footer.component.d.ts +7 -0
- package/lib/matcha-modal/modal-header/modal-header.component.d.ts +5 -0
- package/lib/matcha-modal/modal-options/modal-options.component.d.ts +5 -0
- package/lib/matcha-modal/modal.service.d.ts +22 -0
- package/lib/matcha-modal/overlay.service.d.ts +81 -0
- package/lib/matcha-option/matcha-option/matcha-option.component.d.ts +14 -0
- package/lib/matcha-option/matcha-option.module.d.ts +8 -0
- package/lib/matcha-option/matcha-option.service.d.ts +24 -0
- package/lib/matcha-overflow-draggable/matcha-overflow-draggable.component.d.ts +8 -0
- package/lib/matcha-page-layout/page-layout.component.d.ts +5 -0
- package/lib/matcha-page-layout/page-layout.module.d.ts +9 -0
- package/lib/matcha-paginator/paginator.directive.d.ts +9 -0
- package/lib/matcha-paginator/paginator.module.d.ts +8 -0
- package/lib/matcha-progress-bar/progress-bar.directive.d.ts +9 -0
- package/lib/matcha-progress-bar/progress-bar.module.d.ts +8 -0
- package/lib/matcha-radio/radio/radio.component.d.ts +28 -0
- package/lib/matcha-radio/radio.module.d.ts +9 -0
- package/lib/matcha-ripple/ripple.directive.d.ts +12 -0
- package/lib/matcha-ripple/ripple.module.d.ts +8 -0
- package/lib/matcha-select/select.directive.d.ts +9 -0
- package/lib/matcha-select/select.module.d.ts +8 -0
- package/lib/matcha-sidenav/sidenav.directive.d.ts +9 -0
- package/lib/matcha-sidenav/sidenav.module.d.ts +8 -0
- package/lib/matcha-skeleton/skeleton/skeleton.component.d.ts +12 -0
- package/lib/matcha-skeleton/skeleton.module.d.ts +8 -0
- package/lib/matcha-slide-toggle/slide-toggle/slide-toggle.component.d.ts +28 -0
- package/lib/matcha-slide-toggle/slide-toggle.module.d.ts +9 -0
- package/lib/matcha-slider/matcha-slider.directive.d.ts +9 -0
- package/lib/matcha-slider/slider.module.d.ts +8 -0
- package/lib/matcha-snackbar/snack-bar.directive.d.ts +9 -0
- package/lib/matcha-snackbar/snack-bar.module.d.ts +8 -0
- package/lib/matcha-sort-header/sort-header.directive.d.ts +9 -0
- package/lib/matcha-sort-header/sort-header.module.d.ts +8 -0
- package/lib/matcha-spin/spin/spin.component.d.ts +26 -0
- package/lib/matcha-spin/spin.module.d.ts +8 -0
- package/lib/matcha-spinner/spinner/spinner.component.d.ts +27 -0
- package/lib/matcha-spinner/spinner.module.d.ts +8 -0
- package/lib/matcha-stepper/next-step.diretive.d.ts +9 -0
- package/lib/matcha-stepper/prev-step.diretive.d.ts +9 -0
- package/lib/matcha-stepper/step/step.component.d.ts +8 -0
- package/lib/matcha-stepper/step-content.diretive.d.ts +9 -0
- package/lib/matcha-stepper/stepper/stepper.component.d.ts +11 -0
- package/lib/matcha-stepper/stepper-content/stepper-content.component.d.ts +16 -0
- package/lib/matcha-stepper/stepper-controller/stepper-controller.component.d.ts +14 -0
- package/lib/matcha-stepper/stepper.module.d.ts +13 -0
- package/lib/matcha-stepper/stepper.service.d.ts +15 -0
- package/lib/matcha-table/table.directive.d.ts +9 -0
- package/lib/matcha-table/table.module.d.ts +8 -0
- package/lib/matcha-tabs/tab-item/tab-item.component.d.ts +10 -0
- package/lib/matcha-tabs/tabs/tabs.component.d.ts +14 -0
- package/lib/matcha-tabs/tabs.module.d.ts +11 -0
- package/lib/matcha-time/time/time.component.d.ts +34 -0
- package/lib/matcha-time/time.module.d.ts +9 -0
- package/lib/matcha-title/title/title.component.d.ts +21 -0
- package/lib/matcha-title/title.module.d.ts +8 -0
- package/lib/matcha-toolbar/toolbar/toolbar.component.d.ts +13 -0
- package/lib/matcha-toolbar/toolbar-button/toolbar-button.component.d.ts +10 -0
- package/lib/matcha-toolbar/toolbar-content/toolbar-content.component.d.ts +5 -0
- package/lib/matcha-toolbar/toolbar-custom-button/toolbar-custom-button.component.d.ts +5 -0
- package/lib/matcha-toolbar/toolbar-main-button/toolbar-main-button.component.d.ts +8 -0
- package/lib/matcha-toolbar/toolbar.module.d.ts +15 -0
- package/lib/matcha-tooltip/tooltip.directive.d.ts +23 -0
- package/lib/matcha-tooltip/tooltip.module.d.ts +8 -0
- package/package.json +1 -1
- package/public-api.d.ts +124 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./time/time.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
export declare class MatchaTimeModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaTimeModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaTimeModule, [typeof i1.MatchaTimeComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule], [typeof i1.MatchaTimeComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaTimeModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export interface ILevelClasses {
|
|
4
|
+
[key: number | string]: string;
|
|
5
|
+
}
|
|
6
|
+
export declare class MatchaTitleComponent {
|
|
7
|
+
color: null | string;
|
|
8
|
+
size: number | string;
|
|
9
|
+
loading: boolean;
|
|
10
|
+
type: 'pill' | 'bullet' | 'icon' | 'none';
|
|
11
|
+
icon: string;
|
|
12
|
+
iconClick: EventEmitter<object>;
|
|
13
|
+
sizeClasses: ILevelClasses;
|
|
14
|
+
getTypes(): string;
|
|
15
|
+
get signClasses(): string;
|
|
16
|
+
get textClasses(): string;
|
|
17
|
+
emitIconAction(): void;
|
|
18
|
+
hasIconClickOutput(): boolean;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaTitleComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatchaTitleComponent, "matcha-title", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "type": { "alias": "type"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, { "iconClick": "iconClick"; }, never, ["*"], false, never>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./title/title.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class MatchaTitleModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaTitleModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaTitleModule, [typeof i1.MatchaTitleComponent], [typeof i2.CommonModule], [typeof i1.MatchaTitleComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaTitleModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MatchaToolbarComponent implements OnInit, OnDestroy {
|
|
4
|
+
isMobileScreen: boolean;
|
|
5
|
+
private readonly mobileBreakpoint;
|
|
6
|
+
private resizeTimeout;
|
|
7
|
+
ngOnInit(): void;
|
|
8
|
+
onResize(): void;
|
|
9
|
+
private checkScreenWidth;
|
|
10
|
+
ngOnDestroy(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaToolbarComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatchaToolbarComponent, "matcha-toolbar", never, {}, {}, never, ["matcha-toolbar-main-button", "matcha-toolbar-custom-button", "matcha-title", "search-form", "matcha-toolbar-button", "matcha-toolbar-content", "*"], false, never>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MatchaToolbarButtonComponent {
|
|
4
|
+
icon: string;
|
|
5
|
+
buttonClick: EventEmitter<any>;
|
|
6
|
+
get classes(): string;
|
|
7
|
+
emitButtonClick(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaToolbarButtonComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatchaToolbarButtonComponent, "matcha-toolbar-button", never, { "icon": { "alias": "icon"; "required": false; }; }, { "buttonClick": "buttonClick"; }, never, never, false, never>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class MatchaToolbarContentComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaToolbarContentComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatchaToolbarContentComponent, "matcha-toolbar-content", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class MatchaToolbarCustomButtonComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaToolbarCustomButtonComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatchaToolbarCustomButtonComponent, "matcha-toolbar-custom-button", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MatchaToolbarMainButtonComponent {
|
|
4
|
+
buttonClick: EventEmitter<any>;
|
|
5
|
+
emitButtonClick(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaToolbarMainButtonComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatchaToolbarMainButtonComponent, "matcha-toolbar-main-button", never, {}, { "buttonClick": "buttonClick"; }, never, ["*"], false, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./toolbar/toolbar.component";
|
|
3
|
+
import * as i2 from "./toolbar-button/toolbar-button.component";
|
|
4
|
+
import * as i3 from "./toolbar-content/toolbar-content.component";
|
|
5
|
+
import * as i4 from "./toolbar-main-button/toolbar-main-button.component";
|
|
6
|
+
import * as i5 from "./toolbar-custom-button/toolbar-custom-button.component";
|
|
7
|
+
import * as i6 from "@angular/common";
|
|
8
|
+
import * as i7 from "../matcha-button/button.module";
|
|
9
|
+
import * as i8 from "../matcha-title/title.module";
|
|
10
|
+
import * as i9 from "../matcha-tooltip/tooltip.module";
|
|
11
|
+
export declare class MatchaToolbarModule {
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaToolbarModule, never>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaToolbarModule, [typeof i1.MatchaToolbarComponent, typeof i2.MatchaToolbarButtonComponent, typeof i3.MatchaToolbarContentComponent, typeof i4.MatchaToolbarMainButtonComponent, typeof i5.MatchaToolbarCustomButtonComponent], [typeof i6.CommonModule, typeof i7.MatchaButtonModule, typeof i8.MatchaTitleModule, typeof i9.MatchaTooltipModule], [typeof i1.MatchaToolbarComponent, typeof i2.MatchaToolbarButtonComponent, typeof i3.MatchaToolbarContentComponent, typeof i4.MatchaToolbarMainButtonComponent, typeof i5.MatchaToolbarCustomButtonComponent, typeof i8.MatchaTitleModule]>;
|
|
14
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaToolbarModule>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MatchaTooltipDirective {
|
|
4
|
+
private el;
|
|
5
|
+
private renderer;
|
|
6
|
+
tooltipText: string;
|
|
7
|
+
tooltipDisabled: boolean | string;
|
|
8
|
+
preferAbove: boolean;
|
|
9
|
+
preferBelow: boolean;
|
|
10
|
+
preferLeft: boolean;
|
|
11
|
+
preferRight: boolean;
|
|
12
|
+
tooltipEnableClose: boolean;
|
|
13
|
+
private tooltipElement;
|
|
14
|
+
private documentClickListener;
|
|
15
|
+
constructor(el: ElementRef, renderer: Renderer2);
|
|
16
|
+
onMouseEnter(): void;
|
|
17
|
+
onMouseLeave(): void;
|
|
18
|
+
onClick(event: Event): void;
|
|
19
|
+
private createTooltip;
|
|
20
|
+
private destroyTooltip;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaTooltipDirective, never>;
|
|
22
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaTooltipDirective, "[matchaTooltip]", never, { "tooltipText": { "alias": "matchaTooltip"; "required": false; }; "tooltipDisabled": { "alias": "matchaTooltipDisabled"; "required": false; }; "preferAbove": { "alias": "matchaTooltipAbove"; "required": false; }; "preferBelow": { "alias": "matchaTooltipBelow"; "required": false; }; "preferLeft": { "alias": "matchaTooltipLeft"; "required": false; }; "preferRight": { "alias": "matchaTooltipRight"; "required": false; }; "tooltipEnableClose": { "alias": "matchaTooltipEnableClose"; "required": false; }; }, {}, never, never, false, never>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./tooltip.directive";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class MatchaTooltipModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaTooltipModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaTooltipModule, [typeof i1.MatchaTooltipDirective], [typeof i2.CommonModule], [typeof i1.MatchaTooltipDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaTooltipModule>;
|
|
8
|
+
}
|
package/package.json
CHANGED
package/public-api.d.ts
ADDED
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
export * from './lib/matcha-accordion/accordion/accordion.component';
|
|
2
|
+
export * from './lib/matcha-accordion/accordion-item/accordion-item.component';
|
|
3
|
+
export * from './lib/matcha-accordion/accordion-header/accordion-header.component';
|
|
4
|
+
export * from './lib/matcha-accordion/accordion-content/accordion-content.component';
|
|
5
|
+
export * from './lib/matcha-infinite-scroll/matcha-infinite-scroll/matcha-infinite-scroll.component';
|
|
6
|
+
export * from './lib/matcha-infinite-scroll/matcha-infinite-scroll-data/matcha-infinite-scroll-data.component';
|
|
7
|
+
export * from './lib/matcha-lazyload/lazyload/lazyload.component';
|
|
8
|
+
export * from './lib/matcha-lazyload/lazyload-data/lazyload-data.component';
|
|
9
|
+
export * from './lib/matcha-button/button/button.component';
|
|
10
|
+
export * from './lib/matcha-card/card/card.component';
|
|
11
|
+
export * from './lib/matcha-divider/divider/divider.component';
|
|
12
|
+
export * from './lib/matcha-title/title/title.component';
|
|
13
|
+
export * from './lib/matcha-icon/icon.component';
|
|
14
|
+
export * from './lib/matcha-grid/grid.component';
|
|
15
|
+
export * from './lib/matcha-masonry/masonry/masonry.component';
|
|
16
|
+
export * from './lib/matcha-modal/modal-content/modal-content.component';
|
|
17
|
+
export * from './lib/matcha-modal/modal-header/modal-header.component';
|
|
18
|
+
export * from './lib/matcha-modal/modal-footer/modal-footer.component';
|
|
19
|
+
export * from './lib/matcha-modal/modal-options/modal-options.component';
|
|
20
|
+
export * from './lib/matcha-modal/modal/modal.component';
|
|
21
|
+
export * from './lib/matcha-menu/menu.component';
|
|
22
|
+
export * from './lib/matcha-toolbar/toolbar/toolbar.component';
|
|
23
|
+
export * from './lib/matcha-toolbar/toolbar-button/toolbar-button.component';
|
|
24
|
+
export * from './lib/matcha-toolbar/toolbar-content/toolbar-content.component';
|
|
25
|
+
export * from './lib/matcha-toolbar/toolbar-main-button/toolbar-main-button.component';
|
|
26
|
+
export * from './lib/matcha-toolbar/toolbar-custom-button/toolbar-custom-button.component';
|
|
27
|
+
export * from './lib/matcha-form-field/matcha-form-field/matcha-form-field.component';
|
|
28
|
+
export * from './lib/matcha-form-field/matcha-label/matcha-label.component';
|
|
29
|
+
export * from './lib/matcha-form-field/matcha-error/matcha-error.component';
|
|
30
|
+
export * from './lib/matcha-checkbox/checkbox/checkbox.component';
|
|
31
|
+
export * from './lib/matcha-radio/radio/radio.component';
|
|
32
|
+
export * from './lib/matcha-spin/spin/spin.component';
|
|
33
|
+
export * from './lib/matcha-spinner/spinner/spinner.component';
|
|
34
|
+
export * from './lib/matcha-hint-text/hint/hint-text.component';
|
|
35
|
+
export * from './lib/matcha-skeleton/skeleton/skeleton.component';
|
|
36
|
+
export * from './lib/matcha-option/matcha-option/matcha-option.component';
|
|
37
|
+
export * from './lib/matcha-autocomplete/matcha-autocomplete/matcha-autocomplete.component';
|
|
38
|
+
export * from './lib/matcha-slide-toggle/slide-toggle/slide-toggle.component';
|
|
39
|
+
export * from './lib/matcha-button-toggle/button-toggle/button-toggle.component';
|
|
40
|
+
export * from './lib/matcha-tabs/tabs/tabs.component';
|
|
41
|
+
export * from './lib/matcha-tabs/tab-item/tab-item.component';
|
|
42
|
+
export * from './lib/matcha-date/date/date.component';
|
|
43
|
+
export * from './lib/matcha-time/time/time.component';
|
|
44
|
+
export * from './lib/matcha-stepper/step/step.component';
|
|
45
|
+
export * from './lib/matcha-stepper/stepper/stepper.component';
|
|
46
|
+
export * from './lib/matcha-stepper/stepper-content/stepper-content.component';
|
|
47
|
+
export * from './lib/matcha-stepper/stepper-controller/stepper-controller.component';
|
|
48
|
+
export * from './lib/matcha-drop-list/drop-list/drop-list.component';
|
|
49
|
+
export * from './lib/matcha-page-layout/page-layout.component';
|
|
50
|
+
export * from './lib/matcha-accordion/accordion.module';
|
|
51
|
+
export * from './lib/matcha-infinite-scroll/matcha-infinite-scroll.module';
|
|
52
|
+
export * from './lib/matcha-lazyload/lazyload.module';
|
|
53
|
+
export * from './lib/matcha-modal/matcha-modal.module';
|
|
54
|
+
export * from './lib/matcha-card/card.module';
|
|
55
|
+
export * from './lib/matcha-masonry/masonry.module';
|
|
56
|
+
export * from './lib/matcha-title/title.module';
|
|
57
|
+
export * from './lib/matcha-button/button.module';
|
|
58
|
+
export * from './lib/matcha-button-toggle/button-toggle.module';
|
|
59
|
+
export * from './lib/matcha-toolbar/toolbar.module';
|
|
60
|
+
export * from './lib/matcha-tooltip/tooltip.module';
|
|
61
|
+
export * from './lib/matcha-divider/divider.module';
|
|
62
|
+
export * from './lib/matcha-elevation/elevation.module';
|
|
63
|
+
export * from './lib/matcha-grid/grid.module';
|
|
64
|
+
export * from './lib/matcha-form-field/matcha-form-field.module';
|
|
65
|
+
export * from './lib/matcha-components.module';
|
|
66
|
+
export * from './lib/matcha-option/matcha-option.module';
|
|
67
|
+
export * from './lib/matcha-autocomplete/matcha-autocomplete.module';
|
|
68
|
+
export * from './lib/matcha-badge/badge.module';
|
|
69
|
+
export * from './lib/matcha-tabs/tabs.module';
|
|
70
|
+
export * from './lib/matcha-checkbox/checkbox.module';
|
|
71
|
+
export * from './lib/matcha-radio/radio.module';
|
|
72
|
+
export * from './lib/matcha-chips/chips.module';
|
|
73
|
+
export * from './lib/matcha-datepicker/datepicker.module';
|
|
74
|
+
export * from './lib/matcha-icon/icon.module';
|
|
75
|
+
export * from './lib/matcha-input/input.module';
|
|
76
|
+
export * from './lib/matcha-menu/menu.module';
|
|
77
|
+
export * from './lib/matcha-sidenav/sidenav.module';
|
|
78
|
+
export * from './lib/matcha-paginator/paginator.module';
|
|
79
|
+
export * from './lib/matcha-progress-bar/progress-bar.module';
|
|
80
|
+
export * from './lib/matcha-select/select.module';
|
|
81
|
+
export * from './lib/matcha-skeleton/skeleton.module';
|
|
82
|
+
export * from './lib/matcha-slide-toggle/slide-toggle.module';
|
|
83
|
+
export * from './lib/matcha-slider/slider.module';
|
|
84
|
+
export * from './lib/matcha-snackbar/snack-bar.module';
|
|
85
|
+
export * from './lib/matcha-sort-header/sort-header.module';
|
|
86
|
+
export * from './lib/matcha-table/table.module';
|
|
87
|
+
export * from './lib/matcha-tabs/tabs.module';
|
|
88
|
+
export * from './lib/matcha-ripple/ripple.module';
|
|
89
|
+
export * from './lib/matcha-spin/spin.module';
|
|
90
|
+
export * from './lib/matcha-spinner/spinner.module';
|
|
91
|
+
export * from './lib/matcha-hint-text/hint.module';
|
|
92
|
+
export * from './lib/matcha-stepper/stepper.module';
|
|
93
|
+
export * from './lib/matcha-drop-list/drop-list.module';
|
|
94
|
+
export * from './lib/matcha-page-layout/page-layout.module';
|
|
95
|
+
export * from './lib/matcha-modal/modal.service';
|
|
96
|
+
export * from './lib/matcha-modal/overlay.service';
|
|
97
|
+
export * from './lib/matcha-option/matcha-option.service';
|
|
98
|
+
export * from './lib/matcha-date/date.module';
|
|
99
|
+
export * from './lib/matcha-time/time.module';
|
|
100
|
+
export * from './lib/matcha-stepper/stepper.service';
|
|
101
|
+
export * from './lib/matcha-tooltip/tooltip.directive';
|
|
102
|
+
export * from './lib/matcha-input/input.directive';
|
|
103
|
+
export * from './lib/matcha-table/table.directive';
|
|
104
|
+
export * from './lib/matcha-sort-header/sort-header.directive';
|
|
105
|
+
export * from './lib/matcha-snackbar/snack-bar.directive';
|
|
106
|
+
export * from './lib/matcha-slider/matcha-slider.directive';
|
|
107
|
+
export * from './lib/matcha-select/select.directive';
|
|
108
|
+
export * from './lib/matcha-progress-bar/progress-bar.directive';
|
|
109
|
+
export * from './lib/matcha-paginator/paginator.directive';
|
|
110
|
+
export * from './lib/matcha-sidenav/sidenav.directive';
|
|
111
|
+
export * from './lib/matcha-menu/menu.directive';
|
|
112
|
+
export * from './lib/matcha-elevation/elevation.directive';
|
|
113
|
+
export * from './lib/matcha-datepicker/datepicker.directive';
|
|
114
|
+
export * from './lib/matcha-chips/matcha-chips.directive';
|
|
115
|
+
export * from './lib/matcha-badge/badge.directive';
|
|
116
|
+
export * from './lib/matcha-ripple/ripple.directive';
|
|
117
|
+
export * from './lib/matcha-drop-list/directives/drag.directive';
|
|
118
|
+
export * from './lib/matcha-drop-list/directives/drag-handle.directive';
|
|
119
|
+
export * from './lib/matcha-autocomplete/matcha-autocomplete.directive';
|
|
120
|
+
export * from './lib/matcha-stepper/next-step.diretive';
|
|
121
|
+
export * from './lib/matcha-stepper/prev-step.diretive';
|
|
122
|
+
export * from './lib/matcha-stepper/step-content.diretive';
|
|
123
|
+
export * from './lib/matcha-drop-list/directives/drag.directive';
|
|
124
|
+
export * from './lib/matcha-drop-list/directives/drag-handle.directive';
|