@comercti/web-components-hmg 0.10.21 → 0.15.2

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
@@ -46,30 +46,6 @@ declare module 'vue' {
46
46
  }
47
47
 
48
48
 
49
- declare module 'vue' {
50
- interface GlobalComponents {
51
- 'ce-menu-sidebar': typeof MenuSidebarComponent;
52
- 'ce-menu-header': typeof MenuHeaderComponent;
53
- 'ce-breadcrumbs': typeof BreadcrumbsComponent;
54
- 'ce-tab': typeof TabComponent;
55
- 'ce-tab-item': typeof TabItemComponent;
56
- }
57
- }
58
-
59
-
60
- declare module 'vue' {
61
- interface GlobalComponents {
62
- 'ce-card': typeof CardComponent;
63
- 'ce-card-header': typeof CardHeaderComponent;
64
- 'ce-card-text': typeof CardTextComponent;
65
- 'ce-content-divider': typeof ContentDividerComponent;
66
- 'ce-footer': typeof FooterComponent;
67
- 'ce-layout': typeof LayoutComponent;
68
- 'ce-section-footer': typeof SectionFooterComponent;
69
- }
70
- }
71
-
72
-
73
49
  declare module 'vue' {
74
50
  interface GlobalComponents {
75
51
  'ce-autocomplete': typeof AutocompleteComponent;
@@ -87,6 +63,18 @@ declare module 'vue' {
87
63
  'ce-toggle': typeof ToggleComponent;
88
64
  'ce-button-wrapper': typeof ButtonWrapperComponent;
89
65
  'ce-button-pagination': typeof ButtonPaginationComponent;
66
+ 'ce-textarea': typeof TextareaComponent;
67
+ }
68
+ }
69
+
70
+
71
+ declare module 'vue' {
72
+ interface GlobalComponents {
73
+ 'ce-menu-sidebar': typeof MenuSidebarComponent;
74
+ 'ce-menu-header': typeof MenuHeaderComponent;
75
+ 'ce-breadcrumbs': typeof BreadcrumbsComponent;
76
+ 'ce-tab': typeof TabComponent;
77
+ 'ce-tab-item': typeof TabItemComponent;
90
78
  }
91
79
  }
92
80
 
@@ -102,6 +90,19 @@ declare module 'vue' {
102
90
  }
103
91
 
104
92
 
93
+ declare module 'vue' {
94
+ interface GlobalComponents {
95
+ 'ce-card': typeof CardComponent;
96
+ 'ce-card-header': typeof CardHeaderComponent;
97
+ 'ce-card-text': typeof CardTextComponent;
98
+ 'ce-content-divider': typeof ContentDividerComponent;
99
+ 'ce-footer': typeof FooterComponent;
100
+ 'ce-layout': typeof LayoutComponent;
101
+ 'ce-section-footer': typeof SectionFooterComponent;
102
+ }
103
+ }
104
+
105
+
105
106
  declare module 'vue' {
106
107
  interface GlobalComponents {
107
108
  'ce-pagination': typeof PaginationComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/web-components-hmg",
3
- "version": "0.10.21",
3
+ "version": "0.15.2",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",
@@ -13,6 +13,7 @@
13
13
  "@wdns/vue-code-block": "^2.3.5",
14
14
  "date-fns": "^4.1.0",
15
15
  "highlight.js": "^11.11.1",
16
+ "maska": "^3.2.0",
16
17
  "prismjs": "^1.30.0",
17
18
  "react": "^17.0.2",
18
19
  "react-dom": "^17.0.2",