matcha-components 20.78.0 → 20.80.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/index.d.ts CHANGED
@@ -1831,112 +1831,6 @@ declare class MatchaGridModule {
1831
1831
  static ɵinj: i0.ɵɵInjectorDeclaration<MatchaGridModule>;
1832
1832
  }
1833
1833
 
1834
- declare class MatchaFormFieldModule {
1835
- static ɵfac: i0.ɵɵFactoryDeclaration<MatchaFormFieldModule, never>;
1836
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaFormFieldModule, [typeof MatchaFormFieldComponent, typeof MatchaLabelComponent, typeof MatchaErrorComponent], [typeof i2.CommonModule, typeof MatchaIconModule], [typeof MatchaFormFieldComponent, typeof MatchaLabelComponent, typeof MatchaErrorComponent]>;
1837
- static ɵinj: i0.ɵɵInjectorDeclaration<MatchaFormFieldModule>;
1838
- }
1839
-
1840
- declare class MatchaOverflowDraggableComponent {
1841
- dragRef: string;
1842
- dragToScroll(): void;
1843
- get classes(): string;
1844
- static ɵfac: i0.ɵɵFactoryDeclaration<MatchaOverflowDraggableComponent, never>;
1845
- static ɵcmp: i0.ɵɵComponentDeclaration<MatchaOverflowDraggableComponent, "matcha-overflow-draggable", never, { "dragRef": { "alias": "dragRef"; "required": false; }; }, {}, never, ["*"], false, never>;
1846
- }
1847
-
1848
- declare class MatchaAutocompleteTriggerDirective implements AfterViewInit, OnDestroy {
1849
- private el;
1850
- panel: MatchaAutocompleteComponent;
1851
- private subs;
1852
- constructor(el: ElementRef<HTMLInputElement>);
1853
- ngAfterViewInit(): void;
1854
- ngOnDestroy(): void;
1855
- private writeValueToInput;
1856
- onClick(): void;
1857
- onFocus(): void;
1858
- onInput(e: Event): void;
1859
- onKeydown(ev: KeyboardEvent): void;
1860
- onDocClick(ev: MouseEvent): void;
1861
- static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAutocompleteTriggerDirective, never>;
1862
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaAutocompleteTriggerDirective, "[matchaAutocomplete]", never, { "panel": { "alias": "matchaAutocomplete"; "required": false; }; }, {}, never, never, false, never>;
1863
- }
1864
-
1865
- declare class MatchaOptionModule {
1866
- static ɵfac: i0.ɵɵFactoryDeclaration<MatchaOptionModule, never>;
1867
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaOptionModule, [typeof MatchaOptionComponent], [typeof i2.CommonModule], [typeof MatchaOptionComponent]>;
1868
- static ɵinj: i0.ɵɵInjectorDeclaration<MatchaOptionModule>;
1869
- }
1870
-
1871
- declare class MatchaPanelModule {
1872
- static ɵfac: i0.ɵɵFactoryDeclaration<MatchaPanelModule, never>;
1873
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaPanelModule, [typeof MatchaPanelComponent], [typeof i2.CommonModule], [typeof MatchaPanelComponent]>;
1874
- static ɵinj: i0.ɵɵInjectorDeclaration<MatchaPanelModule>;
1875
- }
1876
-
1877
- declare class MatchaAutocompleteModule {
1878
- static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAutocompleteModule, never>;
1879
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaAutocompleteModule, [typeof MatchaAutocompleteComponent, typeof MatchaAutocompleteTriggerDirective], [typeof i2.CommonModule, typeof MatchaOptionModule, typeof MatchaPanelModule], [typeof MatchaAutocompleteComponent, typeof MatchaAutocompleteTriggerDirective, typeof MatchaOptionModule]>;
1880
- static ɵinj: i0.ɵɵInjectorDeclaration<MatchaAutocompleteModule>;
1881
- }
1882
-
1883
- declare class MatchaSelectTriggerDirective implements AfterViewInit, OnDestroy {
1884
- private el;
1885
- select: MatchaSelectComponent;
1886
- private subs;
1887
- constructor(el: ElementRef<HTMLElement>);
1888
- ngAfterViewInit(): void;
1889
- ngOnDestroy(): void;
1890
- private writeValueToInput;
1891
- onClick(): void;
1892
- onFocus(): void;
1893
- onKeydown(ev: KeyboardEvent): void;
1894
- onDocClick(ev: MouseEvent): void;
1895
- static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSelectTriggerDirective, never>;
1896
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaSelectTriggerDirective, "[matchaSelect]", never, { "select": { "alias": "matchaSelect"; "required": false; }; }, {}, never, never, false, never>;
1897
- }
1898
-
1899
- declare class MatchaSelectModule {
1900
- static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSelectModule, never>;
1901
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaSelectModule, [typeof MatchaSelectComponent, typeof MatchaSelectTriggerDirective], [typeof i2.CommonModule, typeof MatchaOptionModule, typeof MatchaPanelModule], [typeof MatchaSelectComponent, typeof MatchaSelectTriggerDirective]>;
1902
- static ɵinj: i0.ɵɵInjectorDeclaration<MatchaSelectModule>;
1903
- }
1904
-
1905
- declare class MatchaRippleDirective implements OnDestroy {
1906
- private el;
1907
- rippleColor: string;
1908
- private ripples;
1909
- constructor(el: ElementRef);
1910
- onMouseDown(event: MouseEvent): void;
1911
- ngOnDestroy(): void;
1912
- static ɵfac: i0.ɵɵFactoryDeclaration<MatchaRippleDirective, never>;
1913
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaRippleDirective, "[matchaRipple]", never, { "rippleColor": { "alias": "rippleColor"; "required": false; }; }, {}, never, never, false, never>;
1914
- }
1915
-
1916
- declare class MatchaRippleModule {
1917
- static ɵfac: i0.ɵɵFactoryDeclaration<MatchaRippleModule, never>;
1918
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaRippleModule, [typeof MatchaRippleDirective], [typeof i2.CommonModule], [typeof MatchaRippleDirective]>;
1919
- static ɵinj: i0.ɵɵInjectorDeclaration<MatchaRippleModule>;
1920
- }
1921
-
1922
- declare class MatchaCheckboxModule {
1923
- static ɵfac: i0.ɵɵFactoryDeclaration<MatchaCheckboxModule, never>;
1924
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaCheckboxModule, [typeof MatchaCheckboxComponent], [typeof i2.CommonModule, typeof MatchaRippleModule], [typeof MatchaCheckboxComponent]>;
1925
- static ɵinj: i0.ɵɵInjectorDeclaration<MatchaCheckboxModule>;
1926
- }
1927
-
1928
- declare class MatchaRadioModule {
1929
- static ɵfac: i0.ɵɵFactoryDeclaration<MatchaRadioModule, never>;
1930
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaRadioModule, [typeof MatchaRadioComponent], [typeof i2.CommonModule, typeof MatchaRippleModule], [typeof MatchaRadioComponent]>;
1931
- static ɵinj: i0.ɵɵInjectorDeclaration<MatchaRadioModule>;
1932
- }
1933
-
1934
- declare class MatchaHintTextModule {
1935
- static ɵfac: i0.ɵɵFactoryDeclaration<MatchaHintTextModule, never>;
1936
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaHintTextModule, [typeof MatchaHintTextComponent], [typeof i2.CommonModule, typeof MatchaIconModule], [typeof MatchaHintTextComponent]>;
1937
- static ɵinj: i0.ɵɵInjectorDeclaration<MatchaHintTextModule>;
1938
- }
1939
-
1940
1834
  type InputTransformFn = (value: unknown) => string | number;
1941
1835
  type OutputTransformFn = (value: string | number | undefined | null) => unknown;
1942
1836
  type MatchaMaskConfig = {
@@ -2186,6 +2080,112 @@ declare class MatchaMaskModule {
2186
2080
  static ɵinj: i0.ɵɵInjectorDeclaration<MatchaMaskModule>;
2187
2081
  }
2188
2082
 
2083
+ declare class MatchaFormFieldModule {
2084
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaFormFieldModule, never>;
2085
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaFormFieldModule, [typeof MatchaFormFieldComponent, typeof MatchaLabelComponent, typeof MatchaErrorComponent], [typeof i2.CommonModule, typeof MatchaIconModule, typeof i3.ReactiveFormsModule, typeof MatchaMaskModule], [typeof MatchaFormFieldComponent, typeof MatchaLabelComponent, typeof MatchaErrorComponent, typeof i3.ReactiveFormsModule, typeof MatchaMaskModule]>;
2086
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaFormFieldModule>;
2087
+ }
2088
+
2089
+ declare class MatchaOverflowDraggableComponent {
2090
+ dragRef: string;
2091
+ dragToScroll(): void;
2092
+ get classes(): string;
2093
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaOverflowDraggableComponent, never>;
2094
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaOverflowDraggableComponent, "matcha-overflow-draggable", never, { "dragRef": { "alias": "dragRef"; "required": false; }; }, {}, never, ["*"], false, never>;
2095
+ }
2096
+
2097
+ declare class MatchaAutocompleteTriggerDirective implements AfterViewInit, OnDestroy {
2098
+ private el;
2099
+ panel: MatchaAutocompleteComponent;
2100
+ private subs;
2101
+ constructor(el: ElementRef<HTMLInputElement>);
2102
+ ngAfterViewInit(): void;
2103
+ ngOnDestroy(): void;
2104
+ private writeValueToInput;
2105
+ onClick(): void;
2106
+ onFocus(): void;
2107
+ onInput(e: Event): void;
2108
+ onKeydown(ev: KeyboardEvent): void;
2109
+ onDocClick(ev: MouseEvent): void;
2110
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAutocompleteTriggerDirective, never>;
2111
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaAutocompleteTriggerDirective, "[matchaAutocomplete]", never, { "panel": { "alias": "matchaAutocomplete"; "required": false; }; }, {}, never, never, false, never>;
2112
+ }
2113
+
2114
+ declare class MatchaOptionModule {
2115
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaOptionModule, never>;
2116
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaOptionModule, [typeof MatchaOptionComponent], [typeof i2.CommonModule], [typeof MatchaOptionComponent]>;
2117
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaOptionModule>;
2118
+ }
2119
+
2120
+ declare class MatchaPanelModule {
2121
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaPanelModule, never>;
2122
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaPanelModule, [typeof MatchaPanelComponent], [typeof i2.CommonModule], [typeof MatchaPanelComponent]>;
2123
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaPanelModule>;
2124
+ }
2125
+
2126
+ declare class MatchaAutocompleteModule {
2127
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAutocompleteModule, never>;
2128
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaAutocompleteModule, [typeof MatchaAutocompleteComponent, typeof MatchaAutocompleteTriggerDirective], [typeof i2.CommonModule, typeof MatchaOptionModule, typeof MatchaPanelModule], [typeof MatchaAutocompleteComponent, typeof MatchaAutocompleteTriggerDirective, typeof MatchaOptionModule]>;
2129
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaAutocompleteModule>;
2130
+ }
2131
+
2132
+ declare class MatchaSelectTriggerDirective implements AfterViewInit, OnDestroy {
2133
+ private el;
2134
+ select: MatchaSelectComponent;
2135
+ private subs;
2136
+ constructor(el: ElementRef<HTMLElement>);
2137
+ ngAfterViewInit(): void;
2138
+ ngOnDestroy(): void;
2139
+ private writeValueToInput;
2140
+ onClick(): void;
2141
+ onFocus(): void;
2142
+ onKeydown(ev: KeyboardEvent): void;
2143
+ onDocClick(ev: MouseEvent): void;
2144
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSelectTriggerDirective, never>;
2145
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaSelectTriggerDirective, "[matchaSelect]", never, { "select": { "alias": "matchaSelect"; "required": false; }; }, {}, never, never, false, never>;
2146
+ }
2147
+
2148
+ declare class MatchaSelectModule {
2149
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSelectModule, never>;
2150
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaSelectModule, [typeof MatchaSelectComponent, typeof MatchaSelectTriggerDirective], [typeof i2.CommonModule, typeof MatchaOptionModule, typeof MatchaPanelModule], [typeof MatchaSelectComponent, typeof MatchaSelectTriggerDirective]>;
2151
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaSelectModule>;
2152
+ }
2153
+
2154
+ declare class MatchaRippleDirective implements OnDestroy {
2155
+ private el;
2156
+ rippleColor: string;
2157
+ private ripples;
2158
+ constructor(el: ElementRef);
2159
+ onMouseDown(event: MouseEvent): void;
2160
+ ngOnDestroy(): void;
2161
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaRippleDirective, never>;
2162
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaRippleDirective, "[matchaRipple]", never, { "rippleColor": { "alias": "rippleColor"; "required": false; }; }, {}, never, never, false, never>;
2163
+ }
2164
+
2165
+ declare class MatchaRippleModule {
2166
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaRippleModule, never>;
2167
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaRippleModule, [typeof MatchaRippleDirective], [typeof i2.CommonModule], [typeof MatchaRippleDirective]>;
2168
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaRippleModule>;
2169
+ }
2170
+
2171
+ declare class MatchaCheckboxModule {
2172
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaCheckboxModule, never>;
2173
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaCheckboxModule, [typeof MatchaCheckboxComponent], [typeof i2.CommonModule, typeof MatchaRippleModule], [typeof MatchaCheckboxComponent]>;
2174
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaCheckboxModule>;
2175
+ }
2176
+
2177
+ declare class MatchaRadioModule {
2178
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaRadioModule, never>;
2179
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaRadioModule, [typeof MatchaRadioComponent], [typeof i2.CommonModule, typeof MatchaRippleModule], [typeof MatchaRadioComponent]>;
2180
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaRadioModule>;
2181
+ }
2182
+
2183
+ declare class MatchaHintTextModule {
2184
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaHintTextModule, never>;
2185
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaHintTextModule, [typeof MatchaHintTextComponent], [typeof i2.CommonModule, typeof MatchaIconModule], [typeof MatchaHintTextComponent]>;
2186
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaHintTextModule>;
2187
+ }
2188
+
2189
2189
  declare class MatchaInputPhoneModule {
2190
2190
  static ɵfac: i0.ɵɵFactoryDeclaration<MatchaInputPhoneModule, never>;
2191
2191
  static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaInputPhoneModule, [typeof MatchaInputPhoneComponent], [typeof i2.CommonModule, typeof MatchaFormFieldModule, typeof i3.FormsModule, typeof MatchaMaskModule], [typeof MatchaInputPhoneComponent]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-components",
3
- "version": "20.78.0",
3
+ "version": "20.80.0",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"