matcha-components 19.0.6 → 19.0.8

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.
@@ -5,7 +5,8 @@ export declare class MatchaDividerComponent {
5
5
  gapMd: string | number | null;
6
6
  gapLg: string | number | null;
7
7
  gapXl: string | number | null;
8
+ vertical: boolean | 'true' | 'false';
8
9
  get classes(): string;
9
10
  static ɵfac: i0.ɵɵFactoryDeclaration<MatchaDividerComponent, never>;
10
- 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; }; }, {}, never, never, false, never>;
11
+ 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>;
11
12
  }
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MatchaErrorComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaErrorComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaErrorComponent, "matcha-error", never, {}, {}, never, ["*"], false, never>;
5
+ }
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MatchaFormFieldComponent {
3
+ color: 'red' | 'pink' | 'purple' | 'deep-purple' | 'indigo' | 'blue' | 'light-blue' | 'cyan' | 'teal' | 'green' | 'light-green' | 'lime' | 'yellow' | 'amber' | 'orange' | 'deep-orange' | 'primary' | 'accent' | 'warn' | 'brown' | 'grey' | 'blue-grey' | 'primary' | 'accent' | 'warn';
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaFormFieldComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaFormFieldComponent, "matcha-form-field", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, ["matcha-label", "*", "matcha-error"], false, never>;
6
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./matcha-form-field/matcha-form-field.component";
3
+ import * as i2 from "./matcha-label/matcha-label.component";
4
+ import * as i3 from "./matcha-error/matcha-error.component";
5
+ import * as i4 from "@angular/common";
6
+ import * as i5 from "../matcha-icon/icon.module";
7
+ export declare class MatchaFormFieldModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaFormFieldModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaFormFieldModule, [typeof i1.MatchaFormFieldComponent, typeof i2.MatchaLabelComponent, typeof i3.MatchaErrorComponent], [typeof i4.CommonModule, typeof i5.MatchaIconModule], [typeof i1.MatchaFormFieldComponent, typeof i2.MatchaLabelComponent, typeof i3.MatchaErrorComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaFormFieldModule>;
11
+ }
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MatchaLabelComponent {
3
+ color: 'red' | 'pink' | 'purple' | 'deep-purple' | 'indigo' | 'blue' | 'light-blue' | 'cyan' | 'teal' | 'green' | 'light-green' | 'lime' | 'yellow' | 'amber' | 'orange' | 'deep-orange' | 'primary' | 'accent' | 'warn' | 'brown' | 'grey' | 'blue-grey' | 'primary' | 'accent' | 'warn';
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaLabelComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaLabelComponent, "matcha-label", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, ["*"], false, never>;
6
+ }
@@ -1,8 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./icon.component";
3
3
  import * as i2 from "@angular/common";
4
+ import * as i3 from "../matcha-tooltip/tooltip.module";
4
5
  export declare class MatchaIconModule {
5
6
  static ɵfac: i0.ɵɵFactoryDeclaration<MatchaIconModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaIconModule, [typeof i1.MatchaIconComponent], [typeof i2.CommonModule], [typeof i1.MatchaIconComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaIconModule, [typeof i1.MatchaIconComponent], [typeof i2.CommonModule, typeof i3.MatchaTooltipModule], [typeof i1.MatchaIconComponent]>;
7
8
  static ɵinj: i0.ɵɵInjectorDeclaration<MatchaIconModule>;
8
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-components",
3
- "version": "19.0.6",
3
+ "version": "19.0.8",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"
package/public-api.d.ts CHANGED
@@ -17,6 +17,9 @@ export * from './lib/matcha-toolbar/toolbar/toolbar.component';
17
17
  export * from './lib/matcha-toolbar/toolbar-button/toolbar-button.component';
18
18
  export * from './lib/matcha-toolbar/toolbar-content/toolbar-content.component';
19
19
  export * from './lib/matcha-toolbar/toolbar-main-button/toolbar-main-button.component';
20
+ export * from './lib/matcha-form-field/matcha-form-field/matcha-form-field.component';
21
+ export * from './lib/matcha-form-field/matcha-label/matcha-label.component';
22
+ export * from './lib/matcha-form-field/matcha-error/matcha-error.component';
20
23
  export * from './lib/matcha-infinite-scroll/matcha-infinite-scroll.module';
21
24
  export * from './lib/matcha-modal/matcha-modal.module';
22
25
  export * from './lib/matcha-card/card.module';
@@ -28,6 +31,7 @@ export * from './lib/matcha-tooltip/tooltip.module';
28
31
  export * from './lib/matcha-divider/divider.module';
29
32
  export * from './lib/matcha-elevation/elevation.module';
30
33
  export * from './lib/matcha-grid/grid.module';
34
+ export * from './lib/matcha-form-field/matcha-form-field.module';
31
35
  export * from './lib/matcha-components.module';
32
36
  export * from './lib/matcha-autocomplete/autocomplete.module';
33
37
  export * from './lib/matcha-badge/badge.module';