matcha-components 19.138.0 → 19.139.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.
Files changed (129) hide show
  1. package/fesm2022/matcha-components.mjs +455 -436
  2. package/fesm2022/matcha-components.mjs.map +1 -1
  3. package/index.d.ts +3 -1503
  4. package/lib/matcha-accordion/accordion/accordion.component.d.ts +14 -0
  5. package/lib/matcha-accordion/accordion-content/accordion-content.component.d.ts +5 -0
  6. package/lib/matcha-accordion/accordion-header/accordion-header.component.d.ts +5 -0
  7. package/lib/matcha-accordion/accordion-item/accordion-item.component.d.ts +15 -0
  8. package/lib/matcha-accordion/accordion.module.d.ts +16 -0
  9. package/lib/matcha-animations/animations.d.ts +1 -0
  10. package/lib/matcha-autocomplete/matcha-autocomplete/matcha-autocomplete.component.d.ts +16 -0
  11. package/lib/matcha-autocomplete/matcha-autocomplete.directive.d.ts +19 -0
  12. package/lib/matcha-autocomplete/matcha-autocomplete.module.d.ts +11 -0
  13. package/lib/matcha-badge/badge.directive.d.ts +9 -0
  14. package/lib/matcha-badge/badge.module.d.ts +7 -0
  15. package/lib/matcha-button/button/button.component.d.ts +48 -0
  16. package/lib/matcha-button/button.module.d.ts +7 -0
  17. package/lib/matcha-button-toggle/button-toggle/button-toggle.component.d.ts +29 -0
  18. package/lib/matcha-button-toggle/button-toggle.module.d.ts +9 -0
  19. package/lib/matcha-card/card/card.component.d.ts +23 -0
  20. package/lib/matcha-card/card.module.d.ts +13 -0
  21. package/lib/matcha-checkbox/checkbox/checkbox.component.d.ts +26 -0
  22. package/lib/matcha-checkbox/checkbox.module.d.ts +9 -0
  23. package/lib/matcha-chips/chips.module.d.ts +7 -0
  24. package/lib/matcha-chips/matcha-chips.directive.d.ts +9 -0
  25. package/lib/matcha-components.module.d.ts +51 -0
  26. package/lib/matcha-date/date/date.component.d.ts +21 -0
  27. package/lib/matcha-date/date.module.d.ts +9 -0
  28. package/lib/matcha-datepicker/datepicker.directive.d.ts +9 -0
  29. package/lib/matcha-datepicker/datepicker.module.d.ts +7 -0
  30. package/lib/matcha-divider/divider/divider.component.d.ts +14 -0
  31. package/lib/matcha-divider/divider.module.d.ts +8 -0
  32. package/lib/matcha-drop-list/directives/drag-handle.directive.d.ts +12 -0
  33. package/lib/matcha-drop-list/directives/drag.directive.d.ts +51 -0
  34. package/lib/matcha-drop-list/drop-list/drop-list.component.d.ts +59 -0
  35. package/lib/matcha-drop-list/drop-list.module.d.ts +10 -0
  36. package/lib/matcha-drop-list/services/drop-list.service.d.ts +10 -0
  37. package/lib/matcha-elevation/elevation.directive.d.ts +11 -0
  38. package/lib/matcha-elevation/elevation.module.d.ts +8 -0
  39. package/lib/matcha-form-field/matcha-error/matcha-error.component.d.ts +5 -0
  40. package/lib/matcha-form-field/matcha-form-field/matcha-form-field.component.d.ts +16 -0
  41. package/lib/matcha-form-field/matcha-form-field.module.d.ts +11 -0
  42. package/lib/matcha-form-field/matcha-label/matcha-label.component.d.ts +6 -0
  43. package/lib/matcha-grid/grid.component.d.ts +25 -0
  44. package/lib/matcha-grid/grid.module.d.ts +8 -0
  45. package/lib/matcha-hint-text/hint/hint-text.component.d.ts +9 -0
  46. package/lib/matcha-hint-text/hint.module.d.ts +9 -0
  47. package/lib/matcha-icon/icon.component.d.ts +11 -0
  48. package/lib/matcha-icon/icon.module.d.ts +9 -0
  49. package/lib/matcha-infinite-scroll/matcha-infinite-scroll/matcha-infinite-scroll.component.d.ts +12 -0
  50. package/lib/matcha-infinite-scroll/matcha-infinite-scroll-data/matcha-infinite-scroll-data.component.d.ts +64 -0
  51. package/lib/matcha-infinite-scroll/matcha-infinite-scroll.module.d.ts +9 -0
  52. package/lib/matcha-input/input.directive.d.ts +9 -0
  53. package/lib/matcha-input/input.module.d.ts +7 -0
  54. package/lib/matcha-lazyload/lazyload/lazyload.component.d.ts +12 -0
  55. package/lib/matcha-lazyload/lazyload-data/lazyload-data.component.d.ts +64 -0
  56. package/lib/matcha-lazyload/lazyload.module.d.ts +9 -0
  57. package/lib/matcha-masonry/masonry/masonry.component.d.ts +16 -0
  58. package/lib/matcha-masonry/masonry.module.d.ts +8 -0
  59. package/lib/matcha-menu/menu.component.d.ts +16 -0
  60. package/lib/matcha-menu/menu.directive.d.ts +14 -0
  61. package/lib/matcha-menu/menu.module.d.ts +9 -0
  62. package/lib/matcha-modal/matcha-modal.module.d.ts +17 -0
  63. package/lib/matcha-modal/modal/modal.component.d.ts +22 -0
  64. package/lib/matcha-modal/modal-content/modal-content.component.d.ts +5 -0
  65. package/lib/matcha-modal/modal-footer/modal-footer.component.d.ts +7 -0
  66. package/lib/matcha-modal/modal-header/modal-header.component.d.ts +5 -0
  67. package/lib/matcha-modal/modal-options/modal-options.component.d.ts +5 -0
  68. package/lib/matcha-modal/modal.service.d.ts +22 -0
  69. package/lib/matcha-modal/overlay.service.d.ts +81 -0
  70. package/lib/matcha-option/matcha-option/matcha-option.component.d.ts +14 -0
  71. package/lib/matcha-option/matcha-option.module.d.ts +8 -0
  72. package/lib/matcha-option/matcha-option.service.d.ts +24 -0
  73. package/lib/matcha-overflow-draggable/matcha-overflow-draggable.component.d.ts +8 -0
  74. package/lib/matcha-page-layout/page-layout.component.d.ts +5 -0
  75. package/lib/matcha-page-layout/page-layout.module.d.ts +9 -0
  76. package/lib/matcha-paginator/paginator.directive.d.ts +9 -0
  77. package/lib/matcha-paginator/paginator.module.d.ts +8 -0
  78. package/lib/matcha-progress-bar/progress-bar.directive.d.ts +9 -0
  79. package/lib/matcha-progress-bar/progress-bar.module.d.ts +8 -0
  80. package/lib/matcha-radio-button/matcha-radio-button.directive.d.ts +9 -0
  81. package/lib/matcha-radio-button/radio-button.module.d.ts +8 -0
  82. package/lib/matcha-ripple/ripple.directive.d.ts +12 -0
  83. package/lib/matcha-ripple/ripple.module.d.ts +8 -0
  84. package/lib/matcha-select/select.directive.d.ts +9 -0
  85. package/lib/matcha-select/select.module.d.ts +8 -0
  86. package/lib/matcha-sidenav/sidenav.directive.d.ts +9 -0
  87. package/lib/matcha-sidenav/sidenav.module.d.ts +8 -0
  88. package/lib/matcha-skeleton/skeleton/skeleton.component.d.ts +12 -0
  89. package/lib/matcha-skeleton/skeleton.module.d.ts +8 -0
  90. package/lib/matcha-slide-toggle/slide-toggle/slide-toggle.component.d.ts +28 -0
  91. package/lib/matcha-slide-toggle/slide-toggle.module.d.ts +9 -0
  92. package/lib/matcha-slider/matcha-slider.directive.d.ts +9 -0
  93. package/lib/matcha-slider/slider.module.d.ts +8 -0
  94. package/lib/matcha-snackbar/snack-bar.directive.d.ts +9 -0
  95. package/lib/matcha-snackbar/snack-bar.module.d.ts +8 -0
  96. package/lib/matcha-sort-header/sort-header.directive.d.ts +9 -0
  97. package/lib/matcha-sort-header/sort-header.module.d.ts +8 -0
  98. package/lib/matcha-spin/spin/spin.component.d.ts +26 -0
  99. package/lib/matcha-spin/spin.module.d.ts +8 -0
  100. package/lib/matcha-spinner/spinner/spinner.component.d.ts +27 -0
  101. package/lib/matcha-spinner/spinner.module.d.ts +8 -0
  102. package/lib/matcha-stepper/next-step.diretive.d.ts +9 -0
  103. package/lib/matcha-stepper/prev-step.diretive.d.ts +9 -0
  104. package/lib/matcha-stepper/step/step.component.d.ts +8 -0
  105. package/lib/matcha-stepper/step-content.diretive.d.ts +9 -0
  106. package/lib/matcha-stepper/stepper/stepper.component.d.ts +11 -0
  107. package/lib/matcha-stepper/stepper-content/stepper-content.component.d.ts +16 -0
  108. package/lib/matcha-stepper/stepper-controller/stepper-controller.component.d.ts +14 -0
  109. package/lib/matcha-stepper/stepper.module.d.ts +13 -0
  110. package/lib/matcha-stepper/stepper.service.d.ts +15 -0
  111. package/lib/matcha-table/table.directive.d.ts +9 -0
  112. package/lib/matcha-table/table.module.d.ts +8 -0
  113. package/lib/matcha-tabs/tab-item/tab-item.component.d.ts +10 -0
  114. package/lib/matcha-tabs/tabs/tabs.component.d.ts +14 -0
  115. package/lib/matcha-tabs/tabs.module.d.ts +11 -0
  116. package/lib/matcha-time/time/time.component.d.ts +34 -0
  117. package/lib/matcha-time/time.module.d.ts +9 -0
  118. package/lib/matcha-title/title/title.component.d.ts +21 -0
  119. package/lib/matcha-title/title.module.d.ts +8 -0
  120. package/lib/matcha-toolbar/toolbar/toolbar.component.d.ts +13 -0
  121. package/lib/matcha-toolbar/toolbar-button/toolbar-button.component.d.ts +10 -0
  122. package/lib/matcha-toolbar/toolbar-content/toolbar-content.component.d.ts +5 -0
  123. package/lib/matcha-toolbar/toolbar-custom-button/toolbar-custom-button.component.d.ts +5 -0
  124. package/lib/matcha-toolbar/toolbar-main-button/toolbar-main-button.component.d.ts +8 -0
  125. package/lib/matcha-toolbar/toolbar.module.d.ts +15 -0
  126. package/lib/matcha-tooltip/tooltip.directive.d.ts +23 -0
  127. package/lib/matcha-tooltip/tooltip.module.d.ts +8 -0
  128. package/package.json +1 -1
  129. package/public-api.d.ts +124 -0
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-components",
3
- "version": "19.138.0",
3
+ "version": "19.139.0",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"
@@ -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-spin/spin/spin.component';
32
+ export * from './lib/matcha-spinner/spinner/spinner.component';
33
+ export * from './lib/matcha-hint-text/hint/hint-text.component';
34
+ export * from './lib/matcha-skeleton/skeleton/skeleton.component';
35
+ export * from './lib/matcha-option/matcha-option/matcha-option.component';
36
+ export * from './lib/matcha-autocomplete/matcha-autocomplete/matcha-autocomplete.component';
37
+ export * from './lib/matcha-slide-toggle/slide-toggle/slide-toggle.component';
38
+ export * from './lib/matcha-button-toggle/button-toggle/button-toggle.component';
39
+ export * from './lib/matcha-tabs/tabs/tabs.component';
40
+ export * from './lib/matcha-tabs/tab-item/tab-item.component';
41
+ export * from './lib/matcha-date/date/date.component';
42
+ export * from './lib/matcha-time/time/time.component';
43
+ export * from './lib/matcha-stepper/step/step.component';
44
+ export * from './lib/matcha-stepper/stepper/stepper.component';
45
+ export * from './lib/matcha-stepper/stepper-content/stepper-content.component';
46
+ export * from './lib/matcha-stepper/stepper-controller/stepper-controller.component';
47
+ export * from './lib/matcha-drop-list/drop-list/drop-list.component';
48
+ export * from './lib/matcha-page-layout/page-layout.component';
49
+ export * from './lib/matcha-accordion/accordion.module';
50
+ export * from './lib/matcha-infinite-scroll/matcha-infinite-scroll.module';
51
+ export * from './lib/matcha-lazyload/lazyload.module';
52
+ export * from './lib/matcha-modal/matcha-modal.module';
53
+ export * from './lib/matcha-card/card.module';
54
+ export * from './lib/matcha-masonry/masonry.module';
55
+ export * from './lib/matcha-title/title.module';
56
+ export * from './lib/matcha-button/button.module';
57
+ export * from './lib/matcha-button-toggle/button-toggle.module';
58
+ export * from './lib/matcha-toolbar/toolbar.module';
59
+ export * from './lib/matcha-tooltip/tooltip.module';
60
+ export * from './lib/matcha-divider/divider.module';
61
+ export * from './lib/matcha-elevation/elevation.module';
62
+ export * from './lib/matcha-grid/grid.module';
63
+ export * from './lib/matcha-form-field/matcha-form-field.module';
64
+ export * from './lib/matcha-components.module';
65
+ export * from './lib/matcha-option/matcha-option.module';
66
+ export * from './lib/matcha-autocomplete/matcha-autocomplete.module';
67
+ export * from './lib/matcha-badge/badge.module';
68
+ export * from './lib/matcha-tabs/tabs.module';
69
+ export * from './lib/matcha-checkbox/checkbox.module';
70
+ export * from './lib/matcha-chips/chips.module';
71
+ export * from './lib/matcha-datepicker/datepicker.module';
72
+ export * from './lib/matcha-icon/icon.module';
73
+ export * from './lib/matcha-input/input.module';
74
+ export * from './lib/matcha-menu/menu.module';
75
+ export * from './lib/matcha-sidenav/sidenav.module';
76
+ export * from './lib/matcha-paginator/paginator.module';
77
+ export * from './lib/matcha-progress-bar/progress-bar.module';
78
+ export * from './lib/matcha-radio-button/radio-button.module';
79
+ export * from './lib/matcha-select/select.module';
80
+ export * from './lib/matcha-skeleton/skeleton.module';
81
+ export * from './lib/matcha-slide-toggle/slide-toggle.module';
82
+ export * from './lib/matcha-slider/slider.module';
83
+ export * from './lib/matcha-snackbar/snack-bar.module';
84
+ export * from './lib/matcha-sort-header/sort-header.module';
85
+ export * from './lib/matcha-table/table.module';
86
+ export * from './lib/matcha-tabs/tabs.module';
87
+ export * from './lib/matcha-ripple/ripple.module';
88
+ export * from './lib/matcha-spin/spin.module';
89
+ export * from './lib/matcha-spinner/spinner.module';
90
+ export * from './lib/matcha-hint-text/hint.module';
91
+ export * from './lib/matcha-stepper/stepper.module';
92
+ export * from './lib/matcha-drop-list/drop-list.module';
93
+ export * from './lib/matcha-page-layout/page-layout.module';
94
+ export * from './lib/matcha-modal/modal.service';
95
+ export * from './lib/matcha-modal/overlay.service';
96
+ export * from './lib/matcha-option/matcha-option.service';
97
+ export * from './lib/matcha-date/date.module';
98
+ export * from './lib/matcha-time/time.module';
99
+ export * from './lib/matcha-stepper/stepper.service';
100
+ export * from './lib/matcha-tooltip/tooltip.directive';
101
+ export * from './lib/matcha-input/input.directive';
102
+ export * from './lib/matcha-table/table.directive';
103
+ export * from './lib/matcha-sort-header/sort-header.directive';
104
+ export * from './lib/matcha-snackbar/snack-bar.directive';
105
+ export * from './lib/matcha-slider/matcha-slider.directive';
106
+ export * from './lib/matcha-select/select.directive';
107
+ export * from './lib/matcha-radio-button/matcha-radio-button.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';