matcha-components 18.0.41 → 18.0.43

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.
@@ -0,0 +1,35 @@
1
+ import { ElementRef, Renderer2 } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MatchaButtonComponent {
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
+ basic: string | boolean;
14
+ outline: string | boolean;
15
+ pill: string | boolean;
16
+ icon: string | boolean;
17
+ link: string | boolean;
18
+ private _config;
19
+ constructor(_elementRef: ElementRef, _renderer: Renderer2);
20
+ ngOnInit(): void;
21
+ ngOnChanges(): void;
22
+ private clearConfig;
23
+ private setConfig;
24
+ private setSize;
25
+ private setColor;
26
+ private setOutline;
27
+ private setPill;
28
+ private setLink;
29
+ private setBasic;
30
+ private setIcon;
31
+ private addRippleEffect;
32
+ ngOnDestroy(): void;
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaButtonComponent, never>;
34
+ 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; }; "pill": { "alias": "pill"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "link": { "alias": "link"; "required": false; }; }, {}, never, ["*"], false, never>;
35
+ }
@@ -1,7 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./button.directive";
3
+ import * as i2 from "./button/button.component";
3
4
  export declare class MatchaButtonModule {
4
5
  static ɵfac: i0.ɵɵFactoryDeclaration<MatchaButtonModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaButtonModule, [typeof i1.MatchaButtonDirective], never, [typeof i1.MatchaButtonDirective]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaButtonModule, [typeof i1.MatchaButtonDirective, typeof i2.MatchaButtonComponent], never, [typeof i1.MatchaButtonDirective, typeof i2.MatchaButtonComponent]>;
6
7
  static ɵinj: i0.ɵɵInjectorDeclaration<MatchaButtonModule>;
7
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-components",
3
- "version": "18.0.41",
3
+ "version": "18.0.43",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"
package/public-api.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ export * from './lib/matcha-button/button/button.component';
1
2
  export * from './lib/matcha-card/card/card.component';
2
3
  export * from './lib/matcha-divider/divider/divider.component';
3
4
  export * from './lib/matcha-title/title/title.component';
@@ -14,13 +15,13 @@ export * from './lib/matcha-modal/matcha-modal.module';
14
15
  export * from './lib/matcha-card/card.module';
15
16
  export * from './lib/matcha-masonry/masonry.module';
16
17
  export * from './lib/matcha-title/title.module';
18
+ export * from './lib/matcha-button/button.module';
17
19
  export * from './lib/matcha-components.module';
18
20
  export * from './lib/matcha-autocomplete/autocomplete.module';
19
21
  export * from './lib/matcha-badge/badge.module';
20
22
  export * from './lib/matcha-tabs/tabs.module';
21
23
  export * from './lib/matcha-bottom-sheet/bottom-sheet.module';
22
24
  export * from './lib/matcha-button-toggle/button-toggle.module';
23
- export * from './lib/matcha-button/button.module';
24
25
  export * from './lib/matcha-checkbox/checkbox.module';
25
26
  export * from './lib/matcha-chips/chips.module';
26
27
  export * from './lib/matcha-datepicker/datepicker.module';
@@ -47,6 +48,7 @@ export * from './lib/matcha-stepper/stepper.module';
47
48
  export * from './lib/matcha-table/table.module';
48
49
  export * from './lib/matcha-tooltip/tooltip.module';
49
50
  export * from './lib/matcha-tree/tree.module';
51
+ export * from './lib/matcha-button/button.directive';
50
52
  export * from './lib/matcha-input/input.directive';
51
53
  export * from './lib/matcha-tree/tree.directive';
52
54
  export * from './lib/matcha-tooltip/tooltip.directive';
@@ -70,7 +72,6 @@ export * from './lib/matcha-elevation/elevation.directive';
70
72
  export * from './lib/matcha-datepicker/datepicker.directive';
71
73
  export * from './lib/matcha-chips/matcha-chips.directive';
72
74
  export * from './lib/matcha-checkbox/checkbox.directive';
73
- export * from './lib/matcha-button/button.directive';
74
75
  export * from './lib/matcha-button-toggle/matcha-button-toggle.directive';
75
76
  export * from './lib/matcha-bottom-sheet/bottom-sheet.directive';
76
77
  export * from './lib/matcha-tabs/tabs.directive';