@comercti/web-components-hmg 0.10.20 → 0.10.21

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,27 +37,6 @@ data: IData | null;
37
37
  export { }
38
38
 
39
39
 
40
- declare module 'vue' {
41
- interface GlobalComponents {
42
- 'ce-autocomplete': typeof AutocompleteComponent;
43
- 'ce-button': typeof ButtonComponent;
44
- 'ce-checkbox': typeof CheckboxComponent;
45
- 'ce-checkbox-group': typeof CheckboxGroupComponent;
46
- 'ce-date-picker': typeof DatePickerComponent;
47
- 'ce-input': typeof InputComponent;
48
- 'ce-button-groups': typeof ButtonGroupsComponent;
49
- 'ce-dropdown': typeof DropdownComponent;
50
- 'ce-file-upload': typeof FileUploadComponent;
51
- 'ce-radio-group': typeof RadioGroupComponent;
52
- 'ce-select': typeof SelectComponent;
53
- 'ce-slider': typeof SliderComponent;
54
- 'ce-toggle': typeof ToggleComponent;
55
- 'ce-button-wrapper': typeof ButtonWrapperComponent;
56
- 'ce-button-pagination': typeof ButtonPaginationComponent;
57
- }
58
- }
59
-
60
-
61
40
  declare module 'vue' {
62
41
  interface GlobalComponents {
63
42
  'ce-col': typeof ColComponent;
@@ -78,17 +57,6 @@ declare module 'vue' {
78
57
  }
79
58
 
80
59
 
81
- declare module 'vue' {
82
- interface GlobalComponents {
83
- 'ce-banners': typeof BannersComponent;
84
- 'ce-modal': typeof ModalComponent;
85
- 'ce-toast': typeof ToastComponent;
86
- 'ce-tooltip': typeof TooltipComponent;
87
- 'ce-loading': typeof LoadingComponent;
88
- }
89
- }
90
-
91
-
92
60
  declare module 'vue' {
93
61
  interface GlobalComponents {
94
62
  'ce-card': typeof CardComponent;
@@ -102,6 +70,38 @@ declare module 'vue' {
102
70
  }
103
71
 
104
72
 
73
+ declare module 'vue' {
74
+ interface GlobalComponents {
75
+ 'ce-autocomplete': typeof AutocompleteComponent;
76
+ 'ce-button': typeof ButtonComponent;
77
+ 'ce-checkbox': typeof CheckboxComponent;
78
+ 'ce-checkbox-group': typeof CheckboxGroupComponent;
79
+ 'ce-date-picker': typeof DatePickerComponent;
80
+ 'ce-input': typeof InputComponent;
81
+ 'ce-button-groups': typeof ButtonGroupsComponent;
82
+ 'ce-dropdown': typeof DropdownComponent;
83
+ 'ce-file-upload': typeof FileUploadComponent;
84
+ 'ce-radio-group': typeof RadioGroupComponent;
85
+ 'ce-select': typeof SelectComponent;
86
+ 'ce-slider': typeof SliderComponent;
87
+ 'ce-toggle': typeof ToggleComponent;
88
+ 'ce-button-wrapper': typeof ButtonWrapperComponent;
89
+ 'ce-button-pagination': typeof ButtonPaginationComponent;
90
+ }
91
+ }
92
+
93
+
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
105
  declare module 'vue' {
106
106
  interface GlobalComponents {
107
107
  '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.20",
3
+ "version": "0.10.21",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",