@comercti/web-components-hmg 0.10.22 → 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
@@ -37,6 +37,15 @@ data: IData | null;
37
37
  export { }
38
38
 
39
39
 
40
+ declare module 'vue' {
41
+ interface GlobalComponents {
42
+ 'ce-col': typeof ColComponent;
43
+ 'ce-row': typeof RowComponent;
44
+ 'ce-container': typeof ContainerComponent;
45
+ }
46
+ }
47
+
48
+
40
49
  declare module 'vue' {
41
50
  interface GlobalComponents {
42
51
  'ce-autocomplete': typeof AutocompleteComponent;
@@ -54,26 +63,29 @@ declare module 'vue' {
54
63
  'ce-toggle': typeof ToggleComponent;
55
64
  'ce-button-wrapper': typeof ButtonWrapperComponent;
56
65
  'ce-button-pagination': typeof ButtonPaginationComponent;
66
+ 'ce-textarea': typeof TextareaComponent;
57
67
  }
58
68
  }
59
69
 
60
70
 
61
71
  declare module 'vue' {
62
72
  interface GlobalComponents {
63
- 'ce-col': typeof ColComponent;
64
- 'ce-row': typeof RowComponent;
65
- 'ce-container': typeof ContainerComponent;
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;
66
78
  }
67
79
  }
68
80
 
69
81
 
70
82
  declare module 'vue' {
71
83
  interface GlobalComponents {
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;
84
+ 'ce-banners': typeof BannersComponent;
85
+ 'ce-modal': typeof ModalComponent;
86
+ 'ce-toast': typeof ToastComponent;
87
+ 'ce-tooltip': typeof TooltipComponent;
88
+ 'ce-loading': typeof LoadingComponent;
77
89
  }
78
90
  }
79
91
 
@@ -91,17 +103,6 @@ declare module 'vue' {
91
103
  }
92
104
 
93
105
 
94
- declare module 'vue' {
95
- interface GlobalComponents {
96
- 'ce-banners': typeof BannersComponent;
97
- 'ce-modal': typeof ModalComponent;
98
- 'ce-toast': typeof ToastComponent;
99
- 'ce-tooltip': typeof TooltipComponent;
100
- 'ce-loading': typeof LoadingComponent;
101
- }
102
- }
103
-
104
-
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.22",
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",