sohelp-eleplus 1.1.14 → 1.1.15

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.
Files changed (2) hide show
  1. package/components.js +1 -1
  2. package/package.json +1 -1
package/components.js CHANGED
@@ -3,7 +3,7 @@ export { default as SohelpDynSelect } from './sohelp-dyn-select/index.vue';
3
3
  export { default as SohelpOrgSelect } from './sohelp-org-select/index.vue';
4
4
  export { default as SohelpRoleSelect } from './sohelp-role-select/index.vue';
5
5
  export { default as SohelpSelect } from './sohelp-select/index.vue';
6
- export { default as SohelpTableSelect } from './sohelp-table-select/index.vue';
6
+ export { default as SohelpGridSelect } from './sohelp-grid-select/index.vue';
7
7
  export { default as SohelpProTable } from './sohelp-pro-table/index.vue';
8
8
  export { default as SohelpText } from './sohelp-text/index.vue';
9
9
  export { default as SohelpUserSelect } from './sohelp-user-select/index.vue';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sohelp-eleplus",
3
- "version": "1.1.14",
3
+ "version": "1.1.15",
4
4
  "description": "SohelpEleplus Extension Components",
5
5
  "public": true,
6
6
  "main": "index.js",