@hb-hellotech/hb-ui 1.0.1 → 1.0.9
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/{business-comp/list-page-comp → business_comp/list_page_comp}/hb_form_item_filter_modal/index.d.ts +2 -1
- package/dist/components/business_comp/list_page_comp/hb_form_item_filter_modal/index.d.ts.map +1 -0
- package/dist/components/{types/hb_form_item_filter_modal_type.d.ts → business_comp/list_page_comp/hb_form_item_filter_modal/src/type.d.ts} +9 -4
- package/dist/components/business_comp/list_page_comp/hb_form_item_filter_modal/src/type.d.ts.map +1 -0
- package/dist/components/{business-comp/list-page-comp → business_comp/list_page_comp}/hb_form_select_filter/index.d.ts +2 -1
- package/dist/components/business_comp/list_page_comp/hb_form_select_filter/index.d.ts.map +1 -0
- package/dist/components/{types/hb_form_select_filter_type.d.ts → business_comp/list_page_comp/hb_form_select_filter/src/type.d.ts} +1 -0
- package/dist/components/business_comp/list_page_comp/hb_form_select_filter/src/type.d.ts.map +1 -0
- package/dist/components/{business-comp/list-page-comp → business_comp/list_page_comp}/hb_form_select_modal/index.d.ts +2 -1
- package/dist/components/business_comp/list_page_comp/hb_form_select_modal/index.d.ts.map +1 -0
- package/dist/components/business_comp/list_page_comp/hb_form_select_modal/src/HbMutilpleSelectModal.vue.d.ts +112 -0
- package/dist/components/business_comp/list_page_comp/hb_form_select_modal/src/HbMutilpleSelectModal.vue.d.ts.map +1 -0
- package/dist/components/{types/hb_form_select_modal_type.d.ts → business_comp/list_page_comp/hb_form_select_modal/src/type.d.ts} +10 -0
- package/dist/components/business_comp/list_page_comp/hb_form_select_modal/src/type.d.ts.map +1 -0
- package/dist/components/{business-comp/list-page-comp → business_comp/list_page_comp}/hb_list_btns_act/index.d.ts +2 -0
- package/dist/components/business_comp/list_page_comp/hb_list_btns_act/index.d.ts.map +1 -0
- package/dist/components/business_comp/list_page_comp/hb_list_btns_act/src/HbListBtns.vue.d.ts +61 -0
- package/dist/components/business_comp/list_page_comp/hb_list_btns_act/src/HbListBtns.vue.d.ts.map +1 -0
- package/dist/components/{types/hb_list_btns_act_type.d.ts → business_comp/list_page_comp/hb_list_btns_act/src/type.d.ts} +9 -1
- package/dist/components/business_comp/list_page_comp/hb_list_btns_act/src/type.d.ts.map +1 -0
- package/dist/components/{business-comp/list-page-comp → business_comp/list_page_comp}/hb_list_form/index.d.ts +2 -1
- package/dist/components/business_comp/list_page_comp/hb_list_form/index.d.ts.map +1 -0
- package/dist/components/{types/hb_list_form_type.d.ts → business_comp/list_page_comp/hb_list_form/src/type.d.ts} +13 -0
- package/dist/components/business_comp/list_page_comp/hb_list_form/src/type.d.ts.map +1 -0
- package/dist/components/{business-comp/list-page-comp → business_comp/list_page_comp}/hb_list_page_act/index.d.ts +2 -0
- package/dist/components/business_comp/list_page_comp/hb_list_page_act/index.d.ts.map +1 -0
- package/dist/components/business_comp/list_page_comp/hb_list_page_act/src/HbListPageAct.vue.d.ts +60 -0
- package/dist/components/business_comp/list_page_comp/hb_list_page_act/src/HbListPageAct.vue.d.ts.map +1 -0
- package/dist/components/{types/hb_list_page_act_type.d.ts → business_comp/list_page_comp/hb_list_page_act/src/type.d.ts} +8 -1
- package/dist/components/business_comp/list_page_comp/hb_list_page_act/src/type.d.ts.map +1 -0
- package/dist/components/{business-comp/list-page-comp → business_comp/list_page_comp}/hb_list_page_container/index.d.ts +2 -0
- package/dist/components/business_comp/list_page_comp/hb_list_page_container/index.d.ts.map +1 -0
- package/dist/components/business_comp/list_page_comp/hb_list_page_container/src/HbListPageContainer.vue.d.ts +50 -0
- package/dist/components/business_comp/list_page_comp/hb_list_page_container/src/HbListPageContainer.vue.d.ts.map +1 -0
- package/dist/components/{types/hb_list_page_container_type.d.ts → business_comp/list_page_comp/hb_list_page_container/src/type.d.ts} +7 -0
- package/dist/components/business_comp/list_page_comp/hb_list_page_container/src/type.d.ts.map +1 -0
- package/dist/components/{business-comp/list-page-comp → business_comp/list_page_comp}/hb_list_table/index.d.ts +2 -1
- package/dist/components/business_comp/list_page_comp/hb_list_table/index.d.ts.map +1 -0
- package/dist/components/{types/hb_list_table_type.d.ts → business_comp/list_page_comp/hb_list_table/src/type.d.ts} +8 -0
- package/dist/components/business_comp/list_page_comp/hb_list_table/src/type.d.ts.map +1 -0
- package/dist/components/{business-comp/list-page-comp → business_comp/list_page_comp}/hb_list_table_act/index.d.ts +2 -0
- package/dist/components/business_comp/list_page_comp/hb_list_table_act/index.d.ts.map +1 -0
- package/dist/components/{types/hb_list_table_act_type.d.ts → business_comp/list_page_comp/hb_list_table_act/src/type.d.ts} +1 -0
- package/dist/components/business_comp/list_page_comp/hb_list_table_act/src/type.d.ts.map +1 -0
- package/dist/components/{business-comp/list-page-comp → business_comp/list_page_comp}/hb_list_table_colums_set/index.d.ts +2 -0
- package/dist/components/business_comp/list_page_comp/hb_list_table_colums_set/index.d.ts.map +1 -0
- package/dist/components/{types/hb_list_table_colums_set_type.d.ts → business_comp/list_page_comp/hb_list_table_colums_set/src/type.d.ts} +1 -0
- package/dist/components/business_comp/list_page_comp/hb_list_table_colums_set/src/type.d.ts.map +1 -0
- package/dist/components/{business-comp/list-page-comp → business_comp/list_page_comp}/index.d.ts +2 -1
- package/dist/components/business_comp/list_page_comp/index.d.ts.map +1 -0
- package/dist/components/{func-comp → func_comp}/hb_func_comp_copy/index.d.ts +1 -0
- package/dist/components/func_comp/hb_func_comp_copy/index.d.ts.map +1 -0
- package/dist/components/{func-comp → func_comp}/hb_func_comp_copy/src/copy.vue.d.ts +1 -0
- package/dist/components/func_comp/hb_func_comp_copy/src/copy.vue.d.ts.map +1 -0
- package/dist/components/{func-comp → func_comp}/hb_func_comp_copy/src/type.d.ts +12 -0
- package/dist/components/func_comp/hb_func_comp_copy/src/type.d.ts.map +1 -0
- package/dist/components/func_comp/hb_func_comp_drag/index.d.ts +443 -0
- package/dist/components/func_comp/hb_func_comp_drag/index.d.ts.map +1 -0
- package/dist/components/func_comp/hb_func_comp_drag/src/index.vue.d.ts +182 -0
- package/dist/components/func_comp/hb_func_comp_drag/src/index.vue.d.ts.map +1 -0
- package/dist/components/func_comp/hb_func_comp_drag/src/type.d.ts +57 -0
- package/dist/components/func_comp/hb_func_comp_drag/src/type.d.ts.map +1 -0
- package/dist/components/{func-comp → func_comp}/hb_func_comp_tree/index.d.ts +1 -0
- package/dist/components/func_comp/hb_func_comp_tree/index.d.ts.map +1 -0
- package/dist/components/{func-comp → func_comp}/hb_func_comp_tree/src/tree.d.ts +1 -0
- package/dist/components/func_comp/hb_func_comp_tree/src/tree.d.ts.map +1 -0
- package/dist/components/{func-comp → func_comp}/hb_func_comp_tree/src/tree.vue.d.ts +1 -0
- package/dist/components/func_comp/hb_func_comp_tree/src/tree.vue.d.ts.map +1 -0
- package/dist/components/{func-comp → func_comp}/hb_func_comp_tree/src/treeNode.vue.d.ts +1 -0
- package/dist/components/func_comp/hb_func_comp_tree/src/treeNode.vue.d.ts.map +1 -0
- package/dist/components/func_comp/index.d.ts +5 -0
- package/dist/components/func_comp/index.d.ts.map +1 -0
- package/dist/components/hooks/useCalTableHeight.d.ts +1 -0
- package/dist/components/hooks/useCalTableHeight.d.ts.map +1 -0
- package/dist/components/hooks/useCalTableWidth.d.ts +1 -0
- package/dist/components/hooks/useCalTableWidth.d.ts.map +1 -0
- package/dist/components/hooks/useListFormItem.d.ts +8 -0
- package/dist/components/hooks/useListFormItem.d.ts.map +1 -0
- package/dist/components/utils/createBem.d.ts +1 -0
- package/dist/components/utils/createBem.d.ts.map +1 -0
- package/dist/components/utils/withInstall.d.ts +1 -0
- package/dist/components/utils/withInstall.d.ts.map +1 -0
- package/dist/components.d.ts +18 -0
- package/dist/hb_component_lib.css +1 -1
- package/dist/hb_component_lib.js +1345 -1169
- package/dist/hb_component_lib.umd.cjs +1 -1
- package/dist/index.d.ts +4 -3
- package/dist/index.d.ts.map +1 -0
- package/dist/shims-vue.d.ts +5 -0
- package/package.json +6 -5
- package/dist/components/business-comp/list-page-comp/hb_form_select_modal/src/HbMutilpleSelectModal.vue.d.ts +0 -99
- package/dist/components/business-comp/list-page-comp/hb_list_btns_act/src/HbListBtns.vue.d.ts +0 -53
- package/dist/components/business-comp/list-page-comp/hb_list_page_act/src/HbListPageAct.vue.d.ts +0 -55
- package/dist/components/business-comp/list-page-comp/hb_list_page_container/src/HbListPageContainer.vue.d.ts +0 -41
- package/dist/components/func-comp/index.d.ts +0 -2
- package/dist/types/components.d.ts +0 -32
package/dist/components/business-comp/list-page-comp/hb_list_page_act/src/HbListPageAct.vue.d.ts
DELETED
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { type PropType } from 'vue';
|
|
2
|
-
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
-
readonly formItems: {
|
|
4
|
-
readonly type: PropType<import("../../hb_form_item_filter_modal").LocalShowList_intf[]>;
|
|
5
|
-
readonly default: () => never[];
|
|
6
|
-
};
|
|
7
|
-
readonly isShowSelfFilter: {
|
|
8
|
-
readonly type: BooleanConstructor;
|
|
9
|
-
readonly default: true;
|
|
10
|
-
};
|
|
11
|
-
readonly isShowOpenClose: {
|
|
12
|
-
readonly type: BooleanConstructor;
|
|
13
|
-
readonly default: true;
|
|
14
|
-
};
|
|
15
|
-
readonly isShowFullScreen: {
|
|
16
|
-
readonly type: BooleanConstructor;
|
|
17
|
-
readonly default: true;
|
|
18
|
-
};
|
|
19
|
-
}>, {
|
|
20
|
-
props: any;
|
|
21
|
-
ListPageBoxObj: any;
|
|
22
|
-
isFullscreen: import("vue").Ref<boolean, boolean>;
|
|
23
|
-
toggle: () => Promise<void>;
|
|
24
|
-
emits: (event: "handleSearch" | "handleReset" | "handleOpenOrClose" | "handleSfcmConfirm", ...args: any[]) => void;
|
|
25
|
-
breadCrumbData: import("vue").Ref<string, string>;
|
|
26
|
-
handleBreadCrumb: () => void;
|
|
27
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("handleSearch" | "handleReset" | "handleOpenOrClose" | "handleSfcmConfirm")[], "handleSearch" | "handleReset" | "handleOpenOrClose" | "handleSfcmConfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
|
-
readonly formItems: {
|
|
29
|
-
readonly type: PropType<import("../../hb_form_item_filter_modal").LocalShowList_intf[]>;
|
|
30
|
-
readonly default: () => never[];
|
|
31
|
-
};
|
|
32
|
-
readonly isShowSelfFilter: {
|
|
33
|
-
readonly type: BooleanConstructor;
|
|
34
|
-
readonly default: true;
|
|
35
|
-
};
|
|
36
|
-
readonly isShowOpenClose: {
|
|
37
|
-
readonly type: BooleanConstructor;
|
|
38
|
-
readonly default: true;
|
|
39
|
-
};
|
|
40
|
-
readonly isShowFullScreen: {
|
|
41
|
-
readonly type: BooleanConstructor;
|
|
42
|
-
readonly default: true;
|
|
43
|
-
};
|
|
44
|
-
}>> & Readonly<{
|
|
45
|
-
onHandleOpenOrClose?: ((...args: any[]) => any) | undefined;
|
|
46
|
-
onHandleSearch?: ((...args: any[]) => any) | undefined;
|
|
47
|
-
onHandleReset?: ((...args: any[]) => any) | undefined;
|
|
48
|
-
onHandleSfcmConfirm?: ((...args: any[]) => any) | undefined;
|
|
49
|
-
}>, {
|
|
50
|
-
readonly formItems: import("../../hb_form_item_filter_modal").LocalShowList_intf[];
|
|
51
|
-
readonly isShowSelfFilter: boolean;
|
|
52
|
-
readonly isShowOpenClose: boolean;
|
|
53
|
-
readonly isShowFullScreen: boolean;
|
|
54
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
55
|
-
export default _sfc_main;
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
-
readonly tableHeight: {
|
|
3
|
-
readonly type: NumberConstructor;
|
|
4
|
-
readonly default: 400;
|
|
5
|
-
};
|
|
6
|
-
readonly tabelData: {
|
|
7
|
-
readonly type: ArrayConstructor;
|
|
8
|
-
readonly default: () => never[];
|
|
9
|
-
};
|
|
10
|
-
readonly offsetBottom: {
|
|
11
|
-
readonly type: NumberConstructor;
|
|
12
|
-
};
|
|
13
|
-
readonly minHeight: {
|
|
14
|
-
readonly type: NumberConstructor;
|
|
15
|
-
};
|
|
16
|
-
}>, {
|
|
17
|
-
props: any;
|
|
18
|
-
PageContainerRef: Readonly<import("vue").ShallowRef<unknown, unknown>>;
|
|
19
|
-
calTableHeight: () => void;
|
|
20
|
-
tableHeight: import("vue").Ref<number, number>;
|
|
21
|
-
tbHeight: import("vue").ComputedRef<number>;
|
|
22
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
-
readonly tableHeight: {
|
|
24
|
-
readonly type: NumberConstructor;
|
|
25
|
-
readonly default: 400;
|
|
26
|
-
};
|
|
27
|
-
readonly tabelData: {
|
|
28
|
-
readonly type: ArrayConstructor;
|
|
29
|
-
readonly default: () => never[];
|
|
30
|
-
};
|
|
31
|
-
readonly offsetBottom: {
|
|
32
|
-
readonly type: NumberConstructor;
|
|
33
|
-
};
|
|
34
|
-
readonly minHeight: {
|
|
35
|
-
readonly type: NumberConstructor;
|
|
36
|
-
};
|
|
37
|
-
}>> & Readonly<{}>, {
|
|
38
|
-
readonly tableHeight: number;
|
|
39
|
-
readonly tabelData: unknown[];
|
|
40
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
41
|
-
export default _sfc_main;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
// src/types/components.d.ts
|
|
2
|
-
import type { DefineComponent } from 'vue';
|
|
3
|
-
import type { HbSfCmType } from '../components/types/hb_form_item_filter_modal_type';
|
|
4
|
-
import type { SelectorProps_Intf } from '../components/types/hb_form_item_filter_modal_type';
|
|
5
|
-
import type { HbFormSelectModalpropsType } from '../components/types/hb_form_select_modal_type';
|
|
6
|
-
import type { HbListBtnsPropsType } from '../components/types/hb_list_btns_act_type';
|
|
7
|
-
import type { HbFormPropsType } from '../components/types/hb_list_form_type';
|
|
8
|
-
import type { HbListPageActType } from '../components/types/hb_list_page_act_type';
|
|
9
|
-
|
|
10
|
-
import type { HbLibListPageContainerProps } from '../components/types/hb_list_page_container_type';
|
|
11
|
-
import type { Props } from '../components/types/hb_list_table_act_type';
|
|
12
|
-
import type { HbTablePropsType } from '../components/types/hb_list_table_type';
|
|
13
|
-
// 为全局组件提供类型支持
|
|
14
|
-
declare global {
|
|
15
|
-
interface HbUIComponents {
|
|
16
|
-
HbLibFormItemFilterModal: DefineComponent<HbSfCmType, {}, {}>;
|
|
17
|
-
HbLibListForm: DefineComponent<HbFormPropsType, {}, {}>;
|
|
18
|
-
HbLibListPageAct: DefineComponent<HbListPageActType, {}, {}>;
|
|
19
|
-
|
|
20
|
-
HbLibListBtnsAct: DefineComponent<HbListBtnsPropsType, {}, {}>;
|
|
21
|
-
|
|
22
|
-
HbLibListPageContainer: DefineComponent<HbLibListPageContainerProps, {}, {}>;
|
|
23
|
-
|
|
24
|
-
HbLibMutilpleSelectModal: DefineComponent<HbFormSelectModalpropsType, {}, {}>;
|
|
25
|
-
HbLibTableAct: DefineComponent<Props, {}, {}>;
|
|
26
|
-
|
|
27
|
-
HbLibListTable: DefineComponent<HbTablePropsType, {}, {}>;
|
|
28
|
-
// 其他组件...
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
export {};
|