@hb-hellotech/hb-ui 1.1.1 → 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.
- package/dist/components.d.ts +1 -2
- package/dist/hb_component_lib.js +146 -326
- package/dist/hb_component_lib.umd.cjs +1 -1
- package/dist/index.d.ts +0 -4
- package/dist/index.d.ts.map +1 -1
- package/package.json +2 -2
- package/dist/components/hooks/useListFormItem.d.ts +0 -8
- package/dist/components/hooks/useListFormItem.d.ts.map +0 -1
- package/dist/components/type.d.ts +0 -13
- package/dist/components/type.d.ts.map +0 -1
package/dist/components.d.ts
CHANGED
|
@@ -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.
|
|
14
|
+
HbLibListTable: typeof components.HbLibListTable;
|
|
16
15
|
HbLibFuncCompCopy: typeof func_components.HbLibFuncCompCopy;
|
|
17
16
|
}
|
|
18
17
|
}
|