@comercti/web-components-hmg 0.22.9 → 0.22.11

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,8 +37,6 @@ id: number;
37
37
  data: IData | null;
38
38
  }[]>;
39
39
 
40
- export declare const updateProgress: (file: File, progress: number | "error" | "done", status?: "uploading" | "success" | "error") => void;
41
-
42
40
  export { }
43
41
 
44
42
 
@@ -101,22 +99,22 @@ declare module 'vue' {
101
99
 
102
100
  declare module 'vue' {
103
101
  interface GlobalComponents {
104
- 'ce-banners': typeof BannersComponent;
105
- 'ce-modal': typeof ModalComponent;
106
- 'ce-toast': typeof ToastComponent;
107
- 'ce-tooltip': typeof TooltipComponent;
108
- 'ce-loading': typeof LoadingComponent;
102
+ 'ce-pagination': typeof PaginationComponent;
103
+ 'ce-progress-indicator': typeof ProgressIndicatorComponent;
104
+ 'ce-progress-steps': typeof ProgressStepsComponent;
105
+ 'ce-data-table': typeof DataTableComponent;
106
+ 'ce-items-per-page': typeof ItemsPerPageComponent;
109
107
  }
110
108
  }
111
109
 
112
110
 
113
111
  declare module 'vue' {
114
112
  interface GlobalComponents {
115
- 'ce-pagination': typeof PaginationComponent;
116
- 'ce-progress-indicator': typeof ProgressIndicatorComponent;
117
- 'ce-progress-steps': typeof ProgressStepsComponent;
118
- 'ce-data-table': typeof DataTableComponent;
119
- 'ce-items-per-page': typeof ItemsPerPageComponent;
113
+ 'ce-banners': typeof BannersComponent;
114
+ 'ce-modal': typeof ModalComponent;
115
+ 'ce-toast': typeof ToastComponent;
116
+ 'ce-tooltip': typeof TooltipComponent;
117
+ 'ce-loading': typeof LoadingComponent;
120
118
  }
121
119
  }
122
120
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/web-components-hmg",
3
- "version": "0.22.9",
3
+ "version": "0.22.11",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",