@hb-hellotech/hb-ui 1.1.3 → 1.1.5

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.
@@ -1,6 +1,5 @@
1
1
  import * as components from './components/business_comp/list_page_comp';
2
2
  import * as func_components from './components/func_comp';
3
-
4
3
  declare module '@vue/runtime-core' {
5
4
  export interface GlobalComponents {
6
5
  HbLibListForm: typeof components.HbLibListForm;
@@ -12,7 +11,7 @@ declare module '@vue/runtime-core' {
12
11
  HbLibTableAct: typeof components.HbLibTableAct;
13
12
  HbLibFormItemFilterModal: typeof components.HbLibFormItemFilterModal;
14
13
  HbLibTableColumnSet: typeof components.HbLibTableColumnSet;
15
- HbLibListTable: typeof components.HbLibTable;
14
+ HbLibListTable: typeof components.HbLibListTable;
16
15
  HbLibFuncCompCopy: typeof func_components.HbLibFuncCompCopy;
17
16
  }
18
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hb-hellotech/hb-ui",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "type": "module",
5
5
  "main": "dist/hb_component_lib.umd.cjs",
6
6
  "module": "dist/hb_component_lib.js",
@@ -26,7 +26,7 @@
26
26
  "hooks"
27
27
  ],
28
28
  "scripts": {
29
- "dev": "vite",
29
+ "dev": "vite --port 3003",
30
30
  "pub": "npm publish --tag latest --access public --registry=https://registry.npmjs.org",
31
31
  "build": "vite build",
32
32
  "docs:dev": "vitepress dev docs --port 3001",