@comercti/web-components 0.5.0 → 0.7.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/comerc-style-guide.cjs.js +3 -3
- package/comerc-style-guide.es.js +1199 -1203
- package/comerc-style-guide.umd.js +3 -3
- package/index.d.ts +18 -18
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -58,17 +58,6 @@ declare module 'vue' {
|
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
|
|
61
|
-
declare module 'vue' {
|
|
62
|
-
interface GlobalComponents {
|
|
63
|
-
'ce-menu-sidebar': typeof MenuSidebarComponent;
|
|
64
|
-
'ce-menu-header': typeof MenuHeaderComponent;
|
|
65
|
-
'ce-breadcrumbs': typeof BreadcrumbsComponent;
|
|
66
|
-
'ce-tab': typeof TabComponent;
|
|
67
|
-
'ce-tab-item': typeof TabItemComponent;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
|
|
72
61
|
declare module 'vue' {
|
|
73
62
|
interface GlobalComponents {
|
|
74
63
|
'ce-col': typeof ColComponent;
|
|
@@ -80,13 +69,11 @@ declare module 'vue' {
|
|
|
80
69
|
|
|
81
70
|
declare module 'vue' {
|
|
82
71
|
interface GlobalComponents {
|
|
83
|
-
'ce-
|
|
84
|
-
'ce-
|
|
85
|
-
'ce-
|
|
86
|
-
'ce-
|
|
87
|
-
'ce-
|
|
88
|
-
'ce-layout': typeof LayoutComponent;
|
|
89
|
-
'ce-section-footer': typeof SectionFooterComponent;
|
|
72
|
+
'ce-menu-sidebar': typeof MenuSidebarComponent;
|
|
73
|
+
'ce-menu-header': typeof MenuHeaderComponent;
|
|
74
|
+
'ce-breadcrumbs': typeof BreadcrumbsComponent;
|
|
75
|
+
'ce-tab': typeof TabComponent;
|
|
76
|
+
'ce-tab-item': typeof TabItemComponent;
|
|
90
77
|
}
|
|
91
78
|
}
|
|
92
79
|
|
|
@@ -113,6 +100,19 @@ declare module 'vue' {
|
|
|
113
100
|
}
|
|
114
101
|
|
|
115
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;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
|
|
116
116
|
declare module 'vue' {
|
|
117
117
|
interface GlobalComponents {
|
|
118
118
|
'ce-avatar': typeof AvatarComponent;
|