@comercti/web-components 0.7.0 → 0.8.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 +11 -11
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -89,17 +89,6 @@ declare module 'vue' {
|
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
|
|
92
|
-
declare module 'vue' {
|
|
93
|
-
interface GlobalComponents {
|
|
94
|
-
'ce-pagination': typeof PaginationComponent;
|
|
95
|
-
'ce-progress-indicator': typeof ProgressIndicatorComponent;
|
|
96
|
-
'ce-progress-steps': typeof ProgressStepsComponent;
|
|
97
|
-
'ce-data-table': typeof DataTableComponent;
|
|
98
|
-
'ce-items-per-page': typeof ItemsPerPageComponent;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
|
|
103
92
|
declare module 'vue' {
|
|
104
93
|
interface GlobalComponents {
|
|
105
94
|
'ce-card': typeof CardComponent;
|
|
@@ -113,6 +102,17 @@ declare module 'vue' {
|
|
|
113
102
|
}
|
|
114
103
|
|
|
115
104
|
|
|
105
|
+
declare module 'vue' {
|
|
106
|
+
interface GlobalComponents {
|
|
107
|
+
'ce-pagination': typeof PaginationComponent;
|
|
108
|
+
'ce-progress-indicator': typeof ProgressIndicatorComponent;
|
|
109
|
+
'ce-progress-steps': typeof ProgressStepsComponent;
|
|
110
|
+
'ce-data-table': typeof DataTableComponent;
|
|
111
|
+
'ce-items-per-page': typeof ItemsPerPageComponent;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
|
|
116
116
|
declare module 'vue' {
|
|
117
117
|
interface GlobalComponents {
|
|
118
118
|
'ce-avatar': typeof AvatarComponent;
|