matcha-components 19.141.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.
Files changed (129) hide show
  1. package/fesm2022/matcha-components.mjs +519 -449
  2. package/fesm2022/matcha-components.mjs.map +1 -1
  3. package/index.d.ts +3 -1505
  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/radio/radio.component.d.ts +28 -0
  81. package/lib/matcha-radio/radio.module.d.ts +9 -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,14 @@
1
+ import { QueryList, AfterContentInit, EventEmitter } from '@angular/core';
2
+ import { MatchaAccordionItemComponent } from '../accordion-item/accordion-item.component';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MatchaAccordionComponent implements AfterContentInit {
5
+ private _multiple;
6
+ set multiple(value: boolean | string);
7
+ get multiple(): boolean;
8
+ openedChange: EventEmitter<boolean>;
9
+ items: QueryList<MatchaAccordionItemComponent>;
10
+ ngAfterContentInit(): void;
11
+ toggleItem(selectedItem: MatchaAccordionItemComponent): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAccordionComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaAccordionComponent, "matcha-accordion", never, { "multiple": { "alias": "multiple"; "required": false; }; }, { "openedChange": "openedChange"; }, ["items"], ["*"], false, never>;
14
+ }
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MatchaAccordionContentComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAccordionContentComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaAccordionContentComponent, "matcha-accordion-content", never, {}, {}, never, ["*"], false, never>;
5
+ }
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MatchaAccordionHeaderComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAccordionHeaderComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaAccordionHeaderComponent, "matcha-accordion-header", never, {}, {}, never, ["*"], false, never>;
5
+ }
@@ -0,0 +1,15 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MatchaAccordionItemComponent implements OnInit {
4
+ private _stretch;
5
+ private _isOpen;
6
+ set stretch(value: boolean | string);
7
+ get stretch(): boolean;
8
+ set isOpen(value: boolean | string);
9
+ get isOpen(): boolean;
10
+ opened: EventEmitter<boolean>;
11
+ ngOnInit(): void;
12
+ toggleAccordion(): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAccordionItemComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaAccordionItemComponent, "matcha-accordion-item", never, { "stretch": { "alias": "stretch"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; }, { "opened": "opened"; }, never, ["matcha-accordion-header", "matcha-accordion-content", "*"], false, never>;
15
+ }
@@ -0,0 +1,16 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./accordion/accordion.component";
3
+ import * as i2 from "./accordion-item/accordion-item.component";
4
+ import * as i3 from "./accordion-header/accordion-header.component";
5
+ import * as i4 from "./accordion-content/accordion-content.component";
6
+ import * as i5 from "@angular/common";
7
+ import * as i6 from "../matcha-icon/icon.module";
8
+ import * as i7 from "../matcha-title/title.module";
9
+ import * as i8 from "../matcha-divider/divider.module";
10
+ import * as i9 from "../matcha-tooltip/tooltip.module";
11
+ import * as i10 from "../matcha-button/button.module";
12
+ export declare class MatchaAccordionModule {
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAccordionModule, never>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaAccordionModule, [typeof i1.MatchaAccordionComponent, typeof i2.MatchaAccordionItemComponent, typeof i3.MatchaAccordionHeaderComponent, typeof i4.MatchaAccordionContentComponent], [typeof i5.CommonModule, typeof i6.MatchaIconModule, typeof i7.MatchaTitleModule, typeof i8.MatchaDividerModule, typeof i9.MatchaTooltipModule, typeof i10.MatchaButtonModule], [typeof i1.MatchaAccordionComponent, typeof i2.MatchaAccordionItemComponent, typeof i3.MatchaAccordionHeaderComponent, typeof i4.MatchaAccordionContentComponent]>;
15
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaAccordionModule>;
16
+ }
@@ -0,0 +1 @@
1
+ export declare const createAnimations: import("@angular/animations").AnimationTriggerMetadata[];
@@ -0,0 +1,16 @@
1
+ import { AfterContentInit, ChangeDetectorRef, QueryList } from '@angular/core';
2
+ import { MatchaOptionComponent } from '../../matcha-option/matcha-option/matcha-option.component';
3
+ import { MatchaOptionService } from '../../matcha-option/matcha-option.service';
4
+ import * as i0 from "@angular/core";
5
+ export declare class MatchaAutocompleteComponent implements AfterContentInit {
6
+ private changeDetectorRef;
7
+ private matchaOptionService;
8
+ options: QueryList<MatchaOptionComponent>;
9
+ isDisplayAutocomplete: boolean;
10
+ activeOption: number;
11
+ constructor(changeDetectorRef: ChangeDetectorRef, matchaOptionService: MatchaOptionService);
12
+ ngOnInit(): void;
13
+ ngAfterContentInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAutocompleteComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaAutocompleteComponent, "matcha-autocomplete", never, {}, {}, ["options"], ["*"], false, never>;
16
+ }
@@ -0,0 +1,19 @@
1
+ import { ElementRef } from '@angular/core';
2
+ import { NgControl } from '@angular/forms';
3
+ import { MatchaOptionService } from '../matcha-option/matcha-option.service';
4
+ import { MatchaAutocompleteComponent } from './matcha-autocomplete/matcha-autocomplete.component';
5
+ import * as i0 from "@angular/core";
6
+ export declare class MatchaAutocompleteDirective {
7
+ private ngControl;
8
+ private _elementRef;
9
+ private matchaOptionService;
10
+ matchaAutocomplete: MatchaAutocompleteComponent;
11
+ displayAutocomplete(): void;
12
+ hideAutocomplete(): void;
13
+ onArrowDown(event: KeyboardEvent): void;
14
+ constructor(ngControl: NgControl, _elementRef: ElementRef<HTMLInputElement>, matchaOptionService: MatchaOptionService);
15
+ ngOnInit(): void;
16
+ private _updateInputValue;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAutocompleteDirective, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaAutocompleteDirective, "[matchaAutocomplete]", never, { "matchaAutocomplete": { "alias": "matchaAutocomplete"; "required": false; }; }, {}, never, never, false, never>;
19
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./matcha-autocomplete/matcha-autocomplete.component";
3
+ import * as i2 from "./matcha-autocomplete.directive";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@angular/forms";
6
+ import * as i5 from "../matcha-option/matcha-option.module";
7
+ export declare class MatchaAutocompleteModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAutocompleteModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaAutocompleteModule, [typeof i1.MatchaAutocompleteComponent, typeof i2.MatchaAutocompleteDirective], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.MatchaOptionModule], [typeof i1.MatchaAutocompleteComponent, typeof i2.MatchaAutocompleteDirective]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaAutocompleteModule>;
11
+ }
@@ -0,0 +1,9 @@
1
+ import { ElementRef, Renderer2 } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MatchaBadgeDirective {
4
+ private _elementRef;
5
+ private _renderer;
6
+ constructor(_elementRef: ElementRef, _renderer: Renderer2);
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaBadgeDirective, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaBadgeDirective, "[matcha-badge]", never, {}, {}, never, never, false, never>;
9
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./badge.directive";
3
+ export declare class MatchaBadgeModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaBadgeModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaBadgeModule, [typeof i1.MatchaBadgeDirective], never, [typeof i1.MatchaBadgeDirective]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaBadgeModule>;
7
+ }
@@ -0,0 +1,48 @@
1
+ import { ElementRef, OnChanges, OnInit, Renderer2 } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MatchaButtonComponent implements OnChanges, OnInit {
4
+ private _elementRef;
5
+ private _renderer;
6
+ size: string | null;
7
+ sizeXs: string | null;
8
+ sizeSm: string | null;
9
+ sizeMd: string | null;
10
+ sizeLg: string | null;
11
+ sizeXl: string | null;
12
+ color: string | null;
13
+ get colorAttr(): string | null;
14
+ private _basic;
15
+ get basic(): boolean | string;
16
+ set basic(v: boolean | string);
17
+ private _outline;
18
+ get outline(): boolean | string;
19
+ set outline(v: boolean | string);
20
+ private _alpha;
21
+ get alpha(): boolean | string;
22
+ set alpha(v: boolean | string);
23
+ private _pill;
24
+ get pill(): boolean | string;
25
+ set pill(v: boolean | string);
26
+ private _link;
27
+ get link(): boolean | string;
28
+ set link(v: boolean | string);
29
+ private _icon;
30
+ get icon(): boolean | string;
31
+ set icon(v: boolean | string);
32
+ constructor(_elementRef: ElementRef, _renderer: Renderer2);
33
+ private _config;
34
+ ngOnInit(): void;
35
+ ngOnChanges(): void;
36
+ private clearConfig;
37
+ private setConfig;
38
+ private setSize;
39
+ private setOutline;
40
+ private setPill;
41
+ private setLink;
42
+ private setBasic;
43
+ private setIcon;
44
+ private addRippleEffect;
45
+ ngOnDestroy(): void;
46
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaButtonComponent, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaButtonComponent, "[matcha-button]", never, { "size": { "alias": "size"; "required": false; }; "sizeXs": { "alias": "size-xs"; "required": false; }; "sizeSm": { "alias": "size-sm"; "required": false; }; "sizeMd": { "alias": "size-md"; "required": false; }; "sizeLg": { "alias": "size-lg"; "required": false; }; "sizeXl": { "alias": "size-xl"; "required": false; }; "color": { "alias": "color"; "required": false; }; "basic": { "alias": "basic"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "alpha": { "alias": "alpha"; "required": false; }; "pill": { "alias": "pill"; "required": false; }; "link": { "alias": "link"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["*"], false, never>;
48
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./button/button.component";
3
+ export declare class MatchaButtonModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaButtonModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaButtonModule, [typeof i1.MatchaButtonComponent], never, [typeof i1.MatchaButtonComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaButtonModule>;
7
+ }
@@ -0,0 +1,29 @@
1
+ import { AfterContentInit, QueryList, ElementRef } from '@angular/core';
2
+ import { MatchaButtonComponent } from '../../matcha-button/button/button.component';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MatchaButtonToggleComponent implements AfterContentInit {
5
+ private elementRef;
6
+ private _multiple;
7
+ get multiple(): boolean | string;
8
+ set multiple(v: boolean | string);
9
+ private _disabled;
10
+ get disabled(): boolean | string;
11
+ set disabled(v: boolean | string);
12
+ get isDisabled(): string | true | null;
13
+ private _required;
14
+ get required(): boolean | string;
15
+ set required(v: boolean | string);
16
+ inactiveColor: string;
17
+ inactiveType: string;
18
+ private _gap;
19
+ set gap(v: string | number);
20
+ get gapClass(): string;
21
+ get gap(): number;
22
+ buttons: QueryList<MatchaButtonComponent>;
23
+ constructor(elementRef: ElementRef);
24
+ ngAfterContentInit(): void;
25
+ private setButtonState;
26
+ private onButtonSelected;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaButtonToggleComponent, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaButtonToggleComponent, "matcha-button-toggle", never, { "multiple": { "alias": "multiple"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "inactiveColor": { "alias": "inactiveColor"; "required": false; }; "inactiveType": { "alias": "inactiveType"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; }, {}, ["buttons"], ["*"], false, never>;
29
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./button-toggle/button-toggle.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../matcha-tooltip/tooltip.module";
5
+ export declare class MatchaButtonToggleModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaButtonToggleModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaButtonToggleModule, [typeof i1.MatchaButtonToggleComponent], [typeof i2.CommonModule, typeof i3.MatchaTooltipModule], [typeof i1.MatchaButtonToggleComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaButtonToggleModule>;
9
+ }
@@ -0,0 +1,23 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MatchaCardComponent {
3
+ private _color;
4
+ get color(): string | null;
5
+ set color(v: string | null);
6
+ get colorAttr(): string | null;
7
+ blockquote: 'left' | 'right' | 'none' | null;
8
+ blockquoteColor: string | null;
9
+ class: string | null;
10
+ private _alpha;
11
+ get alpha(): boolean | string;
12
+ set alpha(v: boolean | string);
13
+ private _tint;
14
+ get tint(): boolean | string;
15
+ set tint(v: boolean | string);
16
+ private _loading;
17
+ get loading(): boolean | string;
18
+ set loading(v: boolean | string);
19
+ get classes(): string;
20
+ hasBlockquotePosition(): boolean;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaCardComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaCardComponent, "matcha-card", never, { "color": { "alias": "color"; "required": false; }; "blockquote": { "alias": "blockquote"; "required": false; }; "blockquoteColor": { "alias": "blockquoteColor"; "required": false; }; "class": { "alias": "class"; "required": false; }; "alpha": { "alias": "alpha"; "required": false; }; "tint": { "alias": "tint"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, {}, never, ["*"], false, never>;
23
+ }
@@ -0,0 +1,13 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./card/card.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../matcha-elevation/elevation.module";
5
+ import * as i4 from "../matcha-icon/icon.module";
6
+ import * as i5 from "../matcha-title/title.module";
7
+ import * as i6 from "../matcha-divider/divider.module";
8
+ import * as i7 from "../matcha-tooltip/tooltip.module";
9
+ export declare class MatchaCardModule {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaCardModule, never>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaCardModule, [typeof i1.MatchaCardComponent], [typeof i2.CommonModule, typeof i3.MatchaElevationModule, typeof i4.MatchaIconModule, typeof i5.MatchaTitleModule, typeof i6.MatchaDividerModule, typeof i7.MatchaTooltipModule], [typeof i1.MatchaCardComponent]>;
12
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaCardModule>;
13
+ }
@@ -0,0 +1,26 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { ControlValueAccessor } from '@angular/forms';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MatchaCheckboxComponent implements ControlValueAccessor {
5
+ color: string;
6
+ indeterminate: boolean;
7
+ private _disabled;
8
+ set disabled(value: boolean | string);
9
+ get disabled(): boolean;
10
+ get checked(): boolean;
11
+ set checked(value: boolean);
12
+ private _checked;
13
+ checkedChange: EventEmitter<{
14
+ checked: boolean;
15
+ }>;
16
+ change: EventEmitter<Event>;
17
+ onChange: any;
18
+ onTouched: any;
19
+ writeValue(value: boolean): void;
20
+ registerOnChange(fn: any): void;
21
+ registerOnTouched(fn: any): void;
22
+ setDisabledState(isDisabled: boolean): void;
23
+ onInputChange(event: Event): void;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaCheckboxComponent, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaCheckboxComponent, "matcha-checkbox", never, { "color": { "alias": "color"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, { "checkedChange": "checkedChange"; "change": "change"; }, never, ["*"], false, never>;
26
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./checkbox/checkbox.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../matcha-ripple/ripple.module";
5
+ export declare class MatchaCheckboxModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaCheckboxModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaCheckboxModule, [typeof i1.MatchaCheckboxComponent], [typeof i2.CommonModule, typeof i3.MatchaRippleModule], [typeof i1.MatchaCheckboxComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaCheckboxModule>;
9
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./matcha-chips.directive";
3
+ export declare class MatchaChipsModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaChipsModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaChipsModule, [typeof i1.MatchaChipsDirective], never, [typeof i1.MatchaChipsDirective]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaChipsModule>;
7
+ }
@@ -0,0 +1,9 @@
1
+ import { ElementRef, Renderer2 } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MatchaChipsDirective {
4
+ private _elementRef;
5
+ private _renderer;
6
+ constructor(_elementRef: ElementRef, _renderer: Renderer2);
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaChipsDirective, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaChipsDirective, "[matchaChips]", never, {}, {}, never, never, false, never>;
9
+ }
@@ -0,0 +1,51 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./matcha-overflow-draggable/matcha-overflow-draggable.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "./matcha-accordion/accordion.module";
6
+ import * as i5 from "./matcha-option/matcha-option.module";
7
+ import * as i6 from "./matcha-autocomplete/matcha-autocomplete.module";
8
+ import * as i7 from "./matcha-badge/badge.module";
9
+ import * as i8 from "./matcha-button/button.module";
10
+ import * as i9 from "./matcha-button-toggle/button-toggle.module";
11
+ import * as i10 from "./matcha-card/card.module";
12
+ import * as i11 from "./matcha-checkbox/checkbox.module";
13
+ import * as i12 from "./matcha-radio/radio.module";
14
+ import * as i13 from "./matcha-chips/chips.module";
15
+ import * as i14 from "./matcha-datepicker/datepicker.module";
16
+ import * as i15 from "./matcha-divider/divider.module";
17
+ import * as i16 from "./matcha-elevation/elevation.module";
18
+ import * as i17 from "./matcha-form-field/matcha-form-field.module";
19
+ import * as i18 from "./matcha-hint-text/hint.module";
20
+ import * as i19 from "./matcha-icon/icon.module";
21
+ import * as i20 from "./matcha-infinite-scroll/matcha-infinite-scroll.module";
22
+ import * as i21 from "./matcha-lazyload/lazyload.module";
23
+ import * as i22 from "./matcha-input/input.module";
24
+ import * as i23 from "./matcha-masonry/masonry.module";
25
+ import * as i24 from "./matcha-menu/menu.module";
26
+ import * as i25 from "./matcha-modal/matcha-modal.module";
27
+ import * as i26 from "./matcha-paginator/paginator.module";
28
+ import * as i27 from "./matcha-progress-bar/progress-bar.module";
29
+ import * as i28 from "./matcha-ripple/ripple.module";
30
+ import * as i29 from "./matcha-select/select.module";
31
+ import * as i30 from "./matcha-sidenav/sidenav.module";
32
+ import * as i31 from "./matcha-slide-toggle/slide-toggle.module";
33
+ import * as i32 from "./matcha-slider/slider.module";
34
+ import * as i33 from "./matcha-snackbar/snack-bar.module";
35
+ import * as i34 from "./matcha-sort-header/sort-header.module";
36
+ import * as i35 from "./matcha-spin/spin.module";
37
+ import * as i36 from "./matcha-spinner/spinner.module";
38
+ import * as i37 from "./matcha-stepper/stepper.module";
39
+ import * as i38 from "./matcha-table/table.module";
40
+ import * as i39 from "./matcha-tabs/tabs.module";
41
+ import * as i40 from "./matcha-title/title.module";
42
+ import * as i41 from "./matcha-tooltip/tooltip.module";
43
+ import * as i42 from "./matcha-date/date.module";
44
+ import * as i43 from "./matcha-time/time.module";
45
+ import * as i44 from "./matcha-drop-list/drop-list.module";
46
+ import * as i45 from "./matcha-page-layout/page-layout.module";
47
+ export declare class MatchaComponentsModule {
48
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaComponentsModule, never>;
49
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaComponentsModule, [typeof i1.MatchaOverflowDraggableComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatchaAccordionModule, typeof i5.MatchaOptionModule, typeof i6.MatchaAutocompleteModule, typeof i7.MatchaBadgeModule, typeof i8.MatchaButtonModule, typeof i9.MatchaButtonToggleModule, typeof i10.MatchaCardModule, typeof i11.MatchaCheckboxModule, typeof i12.MatchaRadioModule, typeof i13.MatchaChipsModule, typeof i14.MatchaDatepickerModule, typeof i15.MatchaDividerModule, typeof i16.MatchaElevationModule, typeof i17.MatchaFormFieldModule, typeof i18.MatchaHintTextModule, typeof i19.MatchaIconModule, typeof i20.MatchaInfiniteScrollModule, typeof i21.MatchaLazyloadModule, typeof i22.MatchaInputModule, typeof i23.MatchaMasonryModule, typeof i24.MatchaMenuModule, typeof i25.MatchaModalModule, typeof i26.MatchaPaginatorModule, typeof i27.MatchaProgressBarModule, typeof i28.MatchaRippleModule, typeof i29.MatchaSelectModule, typeof i30.MatchaSidenavModule, typeof i31.MatchaSlideToggleModule, typeof i32.MatchaSliderModule, typeof i33.MatchaSnackBarModule, typeof i34.MatchaSortHeaderModule, typeof i35.MatchaSpinModule, typeof i36.MatchaSpinnerModule, typeof i37.MatchaStepperModule, typeof i38.MatchaTableModule, typeof i39.MatchaTabsModule, typeof i40.MatchaTitleModule, typeof i41.MatchaTooltipModule, typeof i42.MatchaDateModule, typeof i43.MatchaTimeModule, typeof i44.MatchaDropListModule, typeof i45.MatchaPageLayoutModule], [typeof i4.MatchaAccordionModule, typeof i6.MatchaAutocompleteModule, typeof i7.MatchaBadgeModule, typeof i8.MatchaButtonModule, typeof i9.MatchaButtonToggleModule, typeof i10.MatchaCardModule, typeof i11.MatchaCheckboxModule, typeof i12.MatchaRadioModule, typeof i13.MatchaChipsModule, typeof i14.MatchaDatepickerModule, typeof i15.MatchaDividerModule, typeof i16.MatchaElevationModule, typeof i17.MatchaFormFieldModule, typeof i18.MatchaHintTextModule, typeof i19.MatchaIconModule, typeof i20.MatchaInfiniteScrollModule, typeof i21.MatchaLazyloadModule, typeof i22.MatchaInputModule, typeof i23.MatchaMasonryModule, typeof i24.MatchaMenuModule, typeof i25.MatchaModalModule, typeof i5.MatchaOptionModule, typeof i26.MatchaPaginatorModule, typeof i27.MatchaProgressBarModule, typeof i28.MatchaRippleModule, typeof i29.MatchaSelectModule, typeof i30.MatchaSidenavModule, typeof i31.MatchaSlideToggleModule, typeof i32.MatchaSliderModule, typeof i33.MatchaSnackBarModule, typeof i34.MatchaSortHeaderModule, typeof i35.MatchaSpinModule, typeof i36.MatchaSpinnerModule, typeof i37.MatchaStepperModule, typeof i38.MatchaTableModule, typeof i39.MatchaTabsModule, typeof i40.MatchaTitleModule, typeof i41.MatchaTooltipModule, typeof i42.MatchaDateModule, typeof i43.MatchaTimeModule, typeof i44.MatchaDropListModule, typeof i45.MatchaPageLayoutModule]>;
50
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaComponentsModule>;
51
+ }
@@ -0,0 +1,21 @@
1
+ import { AfterContentInit, OnDestroy, QueryList } from '@angular/core';
2
+ import { NgControl } from '@angular/forms';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MatchaDateComponent implements AfterContentInit, OnDestroy {
5
+ controls: QueryList<NgControl>;
6
+ private startDateControl;
7
+ private endDateControl;
8
+ private subscription;
9
+ ngAfterContentInit(): void;
10
+ ngOnDestroy(): void;
11
+ /**
12
+ * Validação simples: data inicial não pode ser posterior à data final
13
+ */
14
+ private validateDateRange;
15
+ /**
16
+ * Remove um erro específico sem afetar outros erros
17
+ */
18
+ private removeSpecificError;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaDateComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaDateComponent, "matcha-date", never, {}, {}, ["controls"], ["*"], false, never>;
21
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./date/date.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ export declare class MatchaDateModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaDateModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaDateModule, [typeof i1.MatchaDateComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule], [typeof i1.MatchaDateComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaDateModule>;
9
+ }
@@ -0,0 +1,9 @@
1
+ import { ElementRef, Renderer2 } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MatchaDatepickerDirective {
4
+ private _elementRef;
5
+ private _renderer;
6
+ constructor(_elementRef: ElementRef, _renderer: Renderer2);
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaDatepickerDirective, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaDatepickerDirective, "[matcha-datepicker]", never, {}, {}, never, never, false, never>;
9
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./datepicker.directive";
3
+ export declare class MatchaDatepickerModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaDatepickerModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaDatepickerModule, [typeof i1.MatchaDatepickerDirective], never, [typeof i1.MatchaDatepickerDirective]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaDatepickerModule>;
7
+ }
@@ -0,0 +1,14 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MatchaDividerComponent {
3
+ gap: string | number | null;
4
+ gapSm: string | number | null;
5
+ gapMd: string | number | null;
6
+ gapLg: string | number | null;
7
+ gapXl: string | number | null;
8
+ private _vertical;
9
+ set vertical(value: boolean | string);
10
+ get vertical(): boolean;
11
+ get classes(): string;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaDividerComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaDividerComponent, "matcha-divider", never, { "gap": { "alias": "gap"; "required": false; }; "gapSm": { "alias": "gap-sm"; "required": false; }; "gapMd": { "alias": "gap-md"; "required": false; }; "gapLg": { "alias": "gap-lg"; "required": false; }; "gapXl": { "alias": "gap-xl"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; }, {}, never, never, false, never>;
14
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./divider/divider.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class MatchaDividerModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaDividerModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaDividerModule, [typeof i1.MatchaDividerComponent], [typeof i2.CommonModule], [typeof i1.MatchaDividerComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaDividerModule>;
8
+ }
@@ -0,0 +1,12 @@
1
+ import { ElementRef, OnInit } from '@angular/core';
2
+ import { MatchaDragDirective } from './drag.directive';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MatchaDragHandleDirective implements OnInit {
5
+ private elementRef;
6
+ private dragDirective;
7
+ get dragHandleClass(): boolean;
8
+ constructor(elementRef: ElementRef<HTMLElement>, dragDirective: MatchaDragDirective);
9
+ ngOnInit(): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaDragHandleDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaDragHandleDirective, "[matchaDragHandle]", never, {}, {}, never, never, false, never>;
12
+ }
@@ -0,0 +1,51 @@
1
+ import { ElementRef, OnInit, OnDestroy, Renderer2, NgZone } from '@angular/core';
2
+ import { MatchaDropListService } from '../services/drop-list.service';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MatchaDragDirective implements OnInit, OnDestroy {
5
+ elementRef: ElementRef<HTMLElement>;
6
+ private renderer;
7
+ private ngZone;
8
+ private dropListService;
9
+ matchaDragData: any;
10
+ matchaDragDisabled: boolean;
11
+ get dragItemClass(): boolean;
12
+ get dragDisabledClass(): boolean;
13
+ private listeners;
14
+ private isDragging;
15
+ private dragHandle?;
16
+ private dropList?;
17
+ private touchStartPosition;
18
+ private touchCurrentPosition;
19
+ private touchDragThreshold;
20
+ private isTouchDragging;
21
+ private dragPreview?;
22
+ private touchIdentifier?;
23
+ constructor(elementRef: ElementRef<HTMLElement>, renderer: Renderer2, ngZone: NgZone, dropListService: MatchaDropListService);
24
+ ngOnInit(): void;
25
+ ngOnDestroy(): void;
26
+ setDropList(dropList: any): void;
27
+ setDragHandle(handle: HTMLElement): void;
28
+ private setupDragEvents;
29
+ private onDragStart;
30
+ private onDragEnd;
31
+ private onTouchStart;
32
+ private onTouchMove;
33
+ private onTouchEnd;
34
+ private onTouchCancel;
35
+ private startTouchDrag;
36
+ private updateTouchDrag;
37
+ private endTouchDrag;
38
+ private cancelTouchDrag;
39
+ private createTouchDragPreview;
40
+ private checkDropZones;
41
+ private findDropZone;
42
+ private findAngularComponent;
43
+ private createFakeDragEvent;
44
+ private findTouch;
45
+ private resetTouchState;
46
+ private cleanupTouchDrag;
47
+ private createDragImage;
48
+ private cleanupListeners;
49
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaDragDirective, never>;
50
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaDragDirective, "[matchaDrag]", never, { "matchaDragData": { "alias": "matchaDragData"; "required": false; }; "matchaDragDisabled": { "alias": "matchaDragDisabled"; "required": false; }; }, {}, never, never, false, never>;
51
+ }
@@ -0,0 +1,59 @@
1
+ import { EventEmitter, ElementRef, Renderer2, OnInit, OnDestroy, QueryList, AfterContentInit } from '@angular/core';
2
+ import { MatchaDragDirective } from '../directives/drag.directive';
3
+ import { MatchaDropListService } from '../services/drop-list.service';
4
+ import * as i0 from "@angular/core";
5
+ export interface MatchaDropListDroppedEvent<T = any> {
6
+ previousIndex: number;
7
+ currentIndex: number;
8
+ item: T;
9
+ container: MatchaDropListComponent;
10
+ previousContainer?: MatchaDropListComponent;
11
+ data: T[];
12
+ }
13
+ export interface MatchaDropListConnectedToEvent<T = any> {
14
+ sourceData: T[];
15
+ targetData: T[];
16
+ item: T;
17
+ previousIndex: number;
18
+ currentIndex: number;
19
+ }
20
+ export declare class MatchaDropListComponent<T = any> implements OnInit, OnDestroy, AfterContentInit {
21
+ elementRef: ElementRef<HTMLElement>;
22
+ private renderer;
23
+ private dropListService;
24
+ matchaDropListData: T[];
25
+ matchaDropListDisabled: boolean;
26
+ matchaDropListConnectedTo: MatchaDropListComponent[];
27
+ matchaDropListSortingDisabled: boolean;
28
+ matchaDropListAcceptPredicate?: (item: any, sourceContainer: MatchaDropListComponent, targetContainer: MatchaDropListComponent) => boolean;
29
+ matchaDropListDropped: EventEmitter<MatchaDropListDroppedEvent<T>>;
30
+ dragItems: QueryList<MatchaDragDirective>;
31
+ get dropListClass(): boolean;
32
+ private currentDragItem?;
33
+ private dragStartIndex;
34
+ private sourceContainer?;
35
+ isReceivingDrag: boolean;
36
+ showDropIndicator: boolean;
37
+ dropIndicatorPosition: number;
38
+ canAcceptDrop: boolean;
39
+ private calculatedDropIndex;
40
+ constructor(elementRef: ElementRef<HTMLElement>, renderer: Renderer2, dropListService: MatchaDropListService);
41
+ ngOnInit(): void;
42
+ ngAfterContentInit(): void;
43
+ ngOnDestroy(): void;
44
+ private setupDropZone;
45
+ private updateDropIndicator;
46
+ onDragStart(dragItem: MatchaDragDirective, event: DragEvent): void;
47
+ onDragEnd(): void;
48
+ private handleDrop;
49
+ private reorderItems;
50
+ private transferItem;
51
+ private getDragItemIndex;
52
+ notifyDragStart(dragItem: MatchaDragDirective, sourceContainer: MatchaDropListComponent): void;
53
+ notifyDragEnd(): void;
54
+ private canAcceptCurrentDrop;
55
+ handleTouchDragOver(event: any): void;
56
+ handleTouchDrop(event: any, dragItem: any): void;
57
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaDropListComponent<any>, never>;
58
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaDropListComponent<any>, "matcha-drop-list", never, { "matchaDropListData": { "alias": "matchaDropListData"; "required": false; }; "matchaDropListDisabled": { "alias": "matchaDropListDisabled"; "required": false; }; "matchaDropListConnectedTo": { "alias": "matchaDropListConnectedTo"; "required": false; }; "matchaDropListSortingDisabled": { "alias": "matchaDropListSortingDisabled"; "required": false; }; "matchaDropListAcceptPredicate": { "alias": "matchaDropListAcceptPredicate"; "required": false; }; }, { "matchaDropListDropped": "matchaDropListDropped"; }, ["dragItems"], ["*"], false, never>;
59
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./drop-list/drop-list.component";
3
+ import * as i2 from "./directives/drag.directive";
4
+ import * as i3 from "./directives/drag-handle.directive";
5
+ import * as i4 from "@angular/common";
6
+ export declare class MatchaDropListModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaDropListModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaDropListModule, [typeof i1.MatchaDropListComponent, typeof i2.MatchaDragDirective, typeof i3.MatchaDragHandleDirective], [typeof i4.CommonModule], [typeof i1.MatchaDropListComponent, typeof i2.MatchaDragDirective, typeof i3.MatchaDragHandleDirective]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaDropListModule>;
10
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MatchaDropListService {
3
+ private dropZones;
4
+ registerDropZone(element: HTMLElement, component: any): void;
5
+ unregisterDropZone(element: HTMLElement): void;
6
+ findDropZone(element: Element | null): any;
7
+ getAllDropZones(): any[];
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaDropListService, never>;
9
+ static ɵprov: i0.ɵɵInjectableDeclaration<MatchaDropListService>;
10
+ }