matcha-components 1.0.14 → 1.0.15
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/esm2022/lib/matcha-grid/grid.component.mjs +111 -0
- package/esm2022/lib/matcha-grid/grid.module.mjs +19 -0
- package/esm2022/public-api.mjs +38 -38
- package/fesm2022/matcha-components.mjs +702 -580
- package/fesm2022/matcha-components.mjs.map +1 -1
- package/lib/matcha-grid/grid.component.d.ts +25 -0
- package/lib/matcha-grid/grid.module.d.ts +8 -0
- package/package.json +2 -5
- package/public-api.d.ts +34 -32
package/public-api.d.ts
CHANGED
|
@@ -3,38 +3,7 @@ export * from './lib/matcha-headers/headine/headline.component';
|
|
|
3
3
|
export * from './lib/matcha-headers/subhead/subhead.component';
|
|
4
4
|
export * from './lib/matcha-headers/title/title.component';
|
|
5
5
|
export * from './lib/matcha-icon/icon.component';
|
|
6
|
-
export * from './lib/matcha-
|
|
7
|
-
export * from './lib/matcha-tree/tree.directive';
|
|
8
|
-
export * from './lib/matcha-tooltip/tooltip.directive';
|
|
9
|
-
export * from './lib/matcha-table/table.directive';
|
|
10
|
-
export * from './lib/matcha-stepper/stepper.directive';
|
|
11
|
-
export * from './lib/matcha-sort-header/sort-header.directive';
|
|
12
|
-
export * from './lib/matcha-snackbar/snack-bar.directive';
|
|
13
|
-
export * from './lib/matcha-slider/matcha-slider.directive';
|
|
14
|
-
export * from './lib/matcha-slide-toggle/slide-toggle.directive';
|
|
15
|
-
export * from './lib/matcha-select/select.directive';
|
|
16
|
-
export * from './lib/matcha-radio-button/matcha-radio-button.directive';
|
|
17
|
-
export * from './lib/matcha-progress-spinner/progress-spinner.directive';
|
|
18
|
-
export * from './lib/matcha-progress-bar/progress-bar.directive';
|
|
19
|
-
export * from './lib/matcha-paginator/paginator.directive';
|
|
20
|
-
export * from './lib/matcha-sidenav/sidenav.directive';
|
|
21
|
-
export * from './lib/matcha-menu/menu.directive';
|
|
22
|
-
export * from './lib/matcha-list/list.directive';
|
|
23
|
-
export * from './lib/matcha-forms/form-field.directive';
|
|
24
|
-
export * from './lib/matcha-expansion/expansion.directive';
|
|
25
|
-
export * from './lib/matcha-elevation/elevation.directive';
|
|
26
|
-
export * from './lib/matcha-divider/divider.directive';
|
|
27
|
-
export * from './lib/matcha-dialog/matcha-dialog.directive';
|
|
28
|
-
export * from './lib/matcha-datepicker/datepicker.directive';
|
|
29
|
-
export * from './lib/matcha-chips/matcha-chips.directive';
|
|
30
|
-
export * from './lib/matcha-checkbox/checkbox.directive';
|
|
31
|
-
export * from './lib/matcha-button/button.directive';
|
|
32
|
-
export * from './lib/matcha-button-toggle/matcha-button-toggle.directive';
|
|
33
|
-
export * from './lib/matcha-bottom-sheet/bottom-sheet.directive';
|
|
34
|
-
export * from './lib/matcha-tabs/tabs.directive';
|
|
35
|
-
export * from './lib/matcha-badge/badge.directive';
|
|
36
|
-
export * from './lib/matcha-autocomplete/autocomplete-overview.directive';
|
|
37
|
-
export * from './lib/matcha-autocomplete/autocomplete.directive';
|
|
6
|
+
export * from './lib/matcha-grid/grid.component';
|
|
38
7
|
export * from './lib/matcha-card/card.module';
|
|
39
8
|
export * from './lib/matcha-headers/headers.module';
|
|
40
9
|
export * from './lib/matcha-components.module';
|
|
@@ -52,6 +21,7 @@ export * from './lib/matcha-divider/divider.module';
|
|
|
52
21
|
export * from './lib/matcha-elevation/elevation.module';
|
|
53
22
|
export * from './lib/matcha-expansion/expansion.module';
|
|
54
23
|
export * from './lib/matcha-forms/forms.module';
|
|
24
|
+
export * from './lib/matcha-grid/grid.module';
|
|
55
25
|
export * from './lib/matcha-icon/icon.module';
|
|
56
26
|
export * from './lib/matcha-input/input.module';
|
|
57
27
|
export * from './lib/matcha-list/list.module';
|
|
@@ -70,3 +40,35 @@ export * from './lib/matcha-stepper/stepper.module';
|
|
|
70
40
|
export * from './lib/matcha-table/table.module';
|
|
71
41
|
export * from './lib/matcha-tooltip/tooltip.module';
|
|
72
42
|
export * from './lib/matcha-tree/tree.module';
|
|
43
|
+
export * from './lib/matcha-input/input.directive';
|
|
44
|
+
export * from './lib/matcha-tree/tree.directive';
|
|
45
|
+
export * from './lib/matcha-tooltip/tooltip.directive';
|
|
46
|
+
export * from './lib/matcha-table/table.directive';
|
|
47
|
+
export * from './lib/matcha-stepper/stepper.directive';
|
|
48
|
+
export * from './lib/matcha-sort-header/sort-header.directive';
|
|
49
|
+
export * from './lib/matcha-snackbar/snack-bar.directive';
|
|
50
|
+
export * from './lib/matcha-slider/matcha-slider.directive';
|
|
51
|
+
export * from './lib/matcha-slide-toggle/slide-toggle.directive';
|
|
52
|
+
export * from './lib/matcha-select/select.directive';
|
|
53
|
+
export * from './lib/matcha-radio-button/matcha-radio-button.directive';
|
|
54
|
+
export * from './lib/matcha-progress-spinner/progress-spinner.directive';
|
|
55
|
+
export * from './lib/matcha-progress-bar/progress-bar.directive';
|
|
56
|
+
export * from './lib/matcha-paginator/paginator.directive';
|
|
57
|
+
export * from './lib/matcha-sidenav/sidenav.directive';
|
|
58
|
+
export * from './lib/matcha-menu/menu.directive';
|
|
59
|
+
export * from './lib/matcha-list/list.directive';
|
|
60
|
+
export * from './lib/matcha-forms/form-field.directive';
|
|
61
|
+
export * from './lib/matcha-expansion/expansion.directive';
|
|
62
|
+
export * from './lib/matcha-elevation/elevation.directive';
|
|
63
|
+
export * from './lib/matcha-divider/divider.directive';
|
|
64
|
+
export * from './lib/matcha-dialog/matcha-dialog.directive';
|
|
65
|
+
export * from './lib/matcha-datepicker/datepicker.directive';
|
|
66
|
+
export * from './lib/matcha-chips/matcha-chips.directive';
|
|
67
|
+
export * from './lib/matcha-checkbox/checkbox.directive';
|
|
68
|
+
export * from './lib/matcha-button/button.directive';
|
|
69
|
+
export * from './lib/matcha-button-toggle/matcha-button-toggle.directive';
|
|
70
|
+
export * from './lib/matcha-bottom-sheet/bottom-sheet.directive';
|
|
71
|
+
export * from './lib/matcha-tabs/tabs.directive';
|
|
72
|
+
export * from './lib/matcha-badge/badge.directive';
|
|
73
|
+
export * from './lib/matcha-autocomplete/autocomplete-overview.directive';
|
|
74
|
+
export * from './lib/matcha-autocomplete/autocomplete.directive';
|