@comercti/web-components 0.3.0 → 0.4.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
@@ -78,19 +78,6 @@ declare module 'vue' {
78
78
  }
79
79
 
80
80
 
81
- declare module 'vue' {
82
- interface GlobalComponents {
83
- 'ce-card': typeof CardComponent;
84
- 'ce-card-header': typeof CardHeaderComponent;
85
- 'ce-card-text': typeof CardTextComponent;
86
- 'ce-content-divider': typeof ContentDividerComponent;
87
- 'ce-footer': typeof FooterComponent;
88
- 'ce-layout': typeof LayoutComponent;
89
- 'ce-section-footer': typeof SectionFooterComponent;
90
- }
91
- }
92
-
93
-
94
81
  declare module 'vue' {
95
82
  interface GlobalComponents {
96
83
  'ce-banners': typeof BannersComponent;
@@ -108,6 +95,20 @@ declare module 'vue' {
108
95
  'ce-progress-indicator': typeof ProgressIndicatorComponent;
109
96
  'ce-progress-steps': typeof ProgressStepsComponent;
110
97
  'ce-data-table': typeof DataTableComponent;
98
+ 'ce-items-per-page': typeof ItemsPerPageComponent;
99
+ }
100
+ }
101
+
102
+
103
+ declare module 'vue' {
104
+ interface GlobalComponents {
105
+ 'ce-card': typeof CardComponent;
106
+ 'ce-card-header': typeof CardHeaderComponent;
107
+ 'ce-card-text': typeof CardTextComponent;
108
+ 'ce-content-divider': typeof ContentDividerComponent;
109
+ 'ce-footer': typeof FooterComponent;
110
+ 'ce-layout': typeof LayoutComponent;
111
+ 'ce-section-footer': typeof SectionFooterComponent;
111
112
  }
112
113
  }
113
114
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/web-components",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",