@hb-hellotech/hb-ui 2.0.0 → 2.1.1
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/App.d.ts +4 -0
- package/dist/App.d.ts.map +1 -0
- package/dist/components/business_comp/file_comp/import_file/src/type.d.ts.map +1 -1
- package/dist/components/business_comp/file_comp/index.d.ts +1 -1
- package/dist/components/business_comp/file_comp/index.d.ts.map +1 -1
- package/dist/components/business_comp/form_comp/hb_tooltip_select/src/type.d.ts +1 -1
- package/dist/components/business_comp/form_comp/hb_tooltip_select/src/type.d.ts.map +1 -1
- package/dist/components/business_comp/form_comp/index.d.ts +1 -1
- package/dist/components/business_comp/form_comp/index.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_form_item_filter_modal/index.d.ts +3 -1
- package/dist/components/business_comp/list_page_comp/hb_form_item_filter_modal/index.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_form_item_filter_modal/src/HbFormItemFilterModal.d.ts +14 -2
- package/dist/components/business_comp/list_page_comp/hb_form_item_filter_modal/src/HbFormItemFilterModal.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_form_item_filter_modal/src/type.d.ts +1 -1
- package/dist/components/business_comp/list_page_comp/hb_form_item_filter_modal/src/type.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_form_select_filter/src/type.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_form_select_modal/src/type.d.ts +1 -1
- package/dist/components/business_comp/list_page_comp/hb_form_select_modal/src/type.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_btns_act/index.d.ts +56 -1
- package/dist/components/business_comp/list_page_comp/hb_list_btns_act/index.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_btns_act/src/HbListBtns.d.ts +49 -2
- package/dist/components/business_comp/list_page_comp/hb_list_btns_act/src/HbListBtns.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_btns_act/src/type.d.ts +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_btns_act/src/type.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_form/src/type.d.ts +2 -2
- package/dist/components/business_comp/list_page_comp/hb_list_form/src/type.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_page_act/index.d.ts +26 -1
- package/dist/components/business_comp/list_page_comp/hb_list_page_act/index.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_page_act/src/HbListPageAct.d.ts +21 -2
- package/dist/components/business_comp/list_page_comp/hb_list_page_act/src/HbListPageAct.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_page_act/src/type.d.ts +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_page_act/src/type.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_page_container/index.d.ts +29 -1
- package/dist/components/business_comp/list_page_comp/hb_list_page_container/index.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_page_container/src/HbListPageContainer.d.ts +26 -2
- package/dist/components/business_comp/list_page_comp/hb_list_page_container/src/HbListPageContainer.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_page_container/src/type.d.ts +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_page_container/src/type.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_table/index.d.ts +3 -1
- package/dist/components/business_comp/list_page_comp/hb_list_table/index.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_table/src/HbListTable.d.ts +75 -2
- package/dist/components/business_comp/list_page_comp/hb_list_table/src/HbListTable.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_table/src/type.d.ts +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_table/src/type.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_table_act/src/HbTableAct.d.ts +28 -2
- package/dist/components/business_comp/list_page_comp/hb_list_table_act/src/HbTableAct.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_table_act/src/type.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_table_colums_set/index.d.ts +64 -1
- package/dist/components/business_comp/list_page_comp/hb_list_table_colums_set/index.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_table_colums_set/src/HbTableColumnSet.d.ts +64 -2
- package/dist/components/business_comp/list_page_comp/hb_list_table_colums_set/src/HbTableColumnSet.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_table_colums_set/src/type.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/index.d.ts +10 -10
- package/dist/components/business_comp/list_page_comp/index.d.ts.map +1 -1
- package/dist/components/business_comp/modal_comp/index.d.ts +1 -1
- package/dist/components/business_comp/modal_comp/index.d.ts.map +1 -1
- package/dist/components/business_comp/modal_comp/log_modal/index.d.ts +77 -1
- package/dist/components/business_comp/modal_comp/log_modal/index.d.ts.map +1 -1
- package/dist/components/business_comp/modal_comp/log_modal/src/HbLogModal.d.ts +42 -2
- package/dist/components/business_comp/modal_comp/log_modal/src/HbLogModal.d.ts.map +1 -1
- package/dist/components/business_comp/modal_comp/log_modal/src/type.d.ts.map +1 -1
- package/dist/components/business_comp/unlist_page_comp/hb_card/index.d.ts +96 -1
- package/dist/components/business_comp/unlist_page_comp/hb_card/index.d.ts.map +1 -1
- package/dist/components/business_comp/unlist_page_comp/hb_card/src/HbLibCard.d.ts +65 -2
- package/dist/components/business_comp/unlist_page_comp/hb_card/src/HbLibCard.d.ts.map +1 -1
- package/dist/components/business_comp/unlist_page_comp/hb_detail_box/index.d.ts +171 -1
- package/dist/components/business_comp/unlist_page_comp/hb_detail_box/index.d.ts.map +1 -1
- package/dist/components/business_comp/unlist_page_comp/hb_detail_box/src/HbLibDetailBox.d.ts +113 -2
- package/dist/components/business_comp/unlist_page_comp/hb_detail_box/src/HbLibDetailBox.d.ts.map +1 -1
- package/dist/components/business_comp/unlist_page_comp/hb_footer_bar/index.d.ts +52 -1
- package/dist/components/business_comp/unlist_page_comp/hb_footer_bar/index.d.ts.map +1 -1
- package/dist/components/business_comp/unlist_page_comp/hb_footer_bar/src/HbLibFooterBar.d.ts +55 -2
- package/dist/components/business_comp/unlist_page_comp/hb_footer_bar/src/HbLibFooterBar.d.ts.map +1 -1
- package/dist/components/business_comp/unlist_page_comp/hb_hover_anchor/src/HbLibAnchor.d.ts +13 -2
- package/dist/components/business_comp/unlist_page_comp/hb_hover_anchor/src/HbLibAnchor.d.ts.map +1 -1
- package/dist/components/business_comp/unlist_page_comp/hb_page_header/index.d.ts +64 -1
- package/dist/components/business_comp/unlist_page_comp/hb_page_header/index.d.ts.map +1 -1
- package/dist/components/business_comp/unlist_page_comp/hb_page_header/src/HbLibPageHeader.d.ts +45 -2
- package/dist/components/business_comp/unlist_page_comp/hb_page_header/src/HbLibPageHeader.d.ts.map +1 -1
- package/dist/components/business_comp/unlist_page_comp/hb_undetail_box/index.d.ts +81 -1
- package/dist/components/business_comp/unlist_page_comp/hb_undetail_box/index.d.ts.map +1 -1
- package/dist/components/business_comp/unlist_page_comp/hb_undetail_box/src/HbLibUnDetailBox.d.ts +56 -2
- package/dist/components/business_comp/unlist_page_comp/hb_undetail_box/src/HbLibUnDetailBox.d.ts.map +1 -1
- package/dist/components/business_comp/unlist_page_comp/index.d.ts +7 -7
- package/dist/components/business_comp/unlist_page_comp/index.d.ts.map +1 -1
- package/dist/components/business_comp/unlist_page_comp/utils.d.ts +1 -1
- package/dist/components/business_comp/unlist_page_comp/utils.d.ts.map +1 -1
- package/dist/components/func_comp/hb_func_comp_copy/index.d.ts +87 -1
- package/dist/components/func_comp/hb_func_comp_copy/index.d.ts.map +1 -1
- package/dist/components/func_comp/hb_func_comp_copy/src/copy.d.ts +87 -2
- package/dist/components/func_comp/hb_func_comp_copy/src/copy.d.ts.map +1 -1
- package/dist/components/func_comp/hb_func_comp_copy/src/type.d.ts +1 -1
- package/dist/components/func_comp/hb_func_comp_copy/src/type.d.ts.map +1 -1
- package/dist/components/func_comp/hb_func_comp_drag/index.d.ts +190 -1
- package/dist/components/func_comp/hb_func_comp_drag/index.d.ts.map +1 -1
- package/dist/components/func_comp/hb_func_comp_drag/src/index.d.ts +116 -2
- package/dist/components/func_comp/hb_func_comp_drag/src/index.d.ts.map +1 -1
- package/dist/components/func_comp/hb_func_comp_drag/src/type.d.ts +1 -1
- package/dist/components/func_comp/hb_func_comp_drag/src/type.d.ts.map +1 -1
- package/dist/components/func_comp/hb_func_comp_sort/index.d.ts +52 -1
- package/dist/components/func_comp/hb_func_comp_sort/index.d.ts.map +1 -1
- package/dist/components/func_comp/hb_func_comp_sort/src/sort.d.ts +52 -2
- package/dist/components/func_comp/hb_func_comp_sort/src/sort.d.ts.map +1 -1
- package/dist/components/func_comp/hb_func_comp_sort/src/type.d.ts +2 -2
- package/dist/components/func_comp/hb_func_comp_sort/src/type.d.ts.map +1 -1
- package/dist/components/func_comp/hb_func_comp_tree/index.d.ts +89 -0
- package/dist/components/func_comp/hb_func_comp_tree/index.d.ts.map +1 -0
- package/dist/components/func_comp/hb_func_comp_tree/src/tree.d.ts +86 -0
- package/dist/components/func_comp/hb_func_comp_tree/src/tree.d.ts.map +1 -0
- package/dist/components/func_comp/hb_func_comp_tree/src/treeNode.d.ts +27 -0
- package/dist/components/func_comp/hb_func_comp_tree/src/treeNode.d.ts.map +1 -0
- package/dist/components/func_comp/hb_func_loading/index.d.ts +15 -1
- package/dist/components/func_comp/hb_func_loading/index.d.ts.map +1 -1
- package/dist/components/func_comp/hb_func_loading/src/loading.d.ts +15 -2
- package/dist/components/func_comp/hb_func_loading/src/loading.d.ts.map +1 -1
- package/dist/components/func_comp/hb_ui_config/index.d.ts +26 -1
- package/dist/components/func_comp/hb_ui_config/index.d.ts.map +1 -1
- package/dist/components/func_comp/hb_ui_config/src/hbUiConfig.d.ts +22 -2
- package/dist/components/func_comp/hb_ui_config/src/hbUiConfig.d.ts.map +1 -1
- package/dist/components/func_comp/index.d.ts +5 -5
- package/dist/components/func_comp/index.d.ts.map +1 -1
- package/dist/components/hooks/useCalTableHeight.d.ts +2 -1
- package/dist/components/hooks/useCalTableHeight.d.ts.map +1 -1
- package/dist/components/hooks/useCalTableWidth.d.ts +2 -2
- package/dist/components/hooks/useCalTableWidth.d.ts.map +1 -1
- package/dist/components/hooks/useListFormItem.d.ts +9 -0
- package/dist/components/hooks/useListFormItem.d.ts.map +1 -0
- package/dist/components/hooks/useModalDrag.d.ts +7 -0
- package/dist/components/hooks/useModalDrag.d.ts.map +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/type.d.ts +16 -0
- package/dist/components/type.d.ts.map +1 -0
- package/dist/components/utils/createBem.d.ts.map +1 -1
- package/dist/components/utils/directives/click_outside/index.d.ts +1 -1
- package/dist/components/utils/directives/click_outside/index.d.ts.map +1 -1
- package/dist/components/utils/directives/debounce_click/index.d.ts +1 -7
- package/dist/components/utils/directives/debounce_click/index.d.ts.map +1 -1
- package/dist/components/utils/directives/index.d.ts +11 -3
- package/dist/components/utils/directives/index.d.ts.map +1 -1
- package/dist/components/utils/directives/v_copy/index.d.ts +1 -0
- package/dist/components/utils/directives/v_copy/index.d.ts.map +1 -1
- package/dist/components/utils/util.d.ts +34 -0
- package/dist/components/utils/util.d.ts.map +1 -0
- package/dist/components/utils/withInstall.d.ts +14 -1
- package/dist/components/utils/withInstall.d.ts.map +1 -1
- package/dist/config/index.d.ts.map +1 -1
- package/dist/demo/FormItemSave.d.ts +4 -0
- package/dist/demo/FormItemSave.d.ts.map +1 -0
- package/dist/demo/HbImportFile.d.ts +6 -0
- package/dist/demo/HbImportFile.d.ts.map +1 -0
- package/dist/demo/HbLibCard.d.ts +4 -0
- package/dist/demo/HbLibCard.d.ts.map +1 -0
- package/dist/demo/HbLibDetailBox.d.ts +4 -0
- package/dist/demo/HbLibDetailBox.d.ts.map +1 -0
- package/dist/demo/HbLogModal.d.ts +16 -0
- package/dist/demo/HbLogModal.d.ts.map +1 -0
- package/dist/demo/HbModal.d.ts +4 -0
- package/dist/demo/HbModal.d.ts.map +1 -0
- package/dist/demo/HbTooltipSelect.d.ts +4 -0
- package/dist/demo/HbTooltipSelect.d.ts.map +1 -0
- package/dist/demo/HbUnDetailBox.d.ts +6 -0
- package/dist/demo/HbUnDetailBox.d.ts.map +1 -0
- package/dist/demo/Table.d.ts +4 -0
- package/dist/demo/Table.d.ts.map +1 -0
- package/dist/demo/Test.d.ts +20 -0
- package/dist/demo/Test.d.ts.map +1 -0
- package/dist/hb_component_lib.css +1 -1
- package/dist/hb_component_lib.js +942 -938
- package/dist/hb_component_lib.umd.cjs +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/main.d.ts +407 -0
- package/dist/main.d.ts.map +1 -0
- package/package.json +2 -2
- package/dist/components/business_comp/file_comp/import_file/index.d.ts +0 -5
- package/dist/components/business_comp/file_comp/import_file/index.d.ts.map +0 -1
- package/dist/components/business_comp/file_comp/import_file/src/HbImportFile.d.ts +0 -3
- package/dist/components/business_comp/file_comp/import_file/src/HbImportFile.d.ts.map +0 -1
- package/dist/components/business_comp/form_comp/hb_tooltip_select/index.d.ts +0 -5
- package/dist/components/business_comp/form_comp/hb_tooltip_select/index.d.ts.map +0 -1
- package/dist/components/business_comp/form_comp/hb_tooltip_select/src/HbTooltipSelect.d.ts +0 -3
- package/dist/components/business_comp/form_comp/hb_tooltip_select/src/HbTooltipSelect.d.ts.map +0 -1
- package/dist/components/business_comp/list_page_comp/hb_form_select_filter/index.d.ts +0 -5
- package/dist/components/business_comp/list_page_comp/hb_form_select_filter/index.d.ts.map +0 -1
- package/dist/components/business_comp/list_page_comp/hb_form_select_filter/src/HbListMultiSelect.d.ts +0 -3
- package/dist/components/business_comp/list_page_comp/hb_form_select_filter/src/HbListMultiSelect.d.ts.map +0 -1
- package/dist/components/business_comp/list_page_comp/hb_form_select_modal/index.d.ts +0 -5
- package/dist/components/business_comp/list_page_comp/hb_form_select_modal/index.d.ts.map +0 -1
- package/dist/components/business_comp/list_page_comp/hb_form_select_modal/src/HbMutilpleSelectModal.d.ts +0 -3
- package/dist/components/business_comp/list_page_comp/hb_form_select_modal/src/HbMutilpleSelectModal.d.ts.map +0 -1
- package/dist/components/business_comp/list_page_comp/hb_list_form/index.d.ts +0 -5
- package/dist/components/business_comp/list_page_comp/hb_list_form/index.d.ts.map +0 -1
- package/dist/components/business_comp/list_page_comp/hb_list_form/src/HbListForm.d.ts +0 -3
- package/dist/components/business_comp/list_page_comp/hb_list_form/src/HbListForm.d.ts.map +0 -1
- package/dist/components/business_comp/list_page_comp/hb_list_table_act/index.d.ts +0 -5
- package/dist/components/business_comp/list_page_comp/hb_list_table_act/index.d.ts.map +0 -1
- package/dist/components/business_comp/unlist_page_comp/hb_hover_anchor/index.d.ts +0 -3
- package/dist/components/business_comp/unlist_page_comp/hb_hover_anchor/index.d.ts.map +0 -1
- package/dist/components/business_comp/unlist_page_comp/hb_modal/index.d.ts +0 -3
- package/dist/components/business_comp/unlist_page_comp/hb_modal/index.d.ts.map +0 -1
- package/dist/components/business_comp/unlist_page_comp/hb_modal/src/HbLibModal.d.ts +0 -3
- package/dist/components/business_comp/unlist_page_comp/hb_modal/src/HbLibModal.d.ts.map +0 -1
- package/dist/components.d.ts +0 -20
- package/dist/shims-vue.d.ts +0 -5
- package/dist/vite-env.d.ts +0 -35
package/dist/index.d.ts
CHANGED
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,cAAc,oBAAoB,CAAC;AAOnC,OAAO,oBAAoB,CAAC;AAG5B,OAAO,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAIA,cAAc,oBAAoB,CAAC;AAOnC,OAAO,oBAAoB,CAAC;AAG5B,OAAO,qBAAqB,CAAC;AAC7B,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAE9C,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKnB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAa,KAAK,GAAG,EAAE,UAAS,kBAAuB,SAa1E,CAAC"}
|
package/dist/main.d.ts
ADDED
|
@@ -0,0 +1,407 @@
|
|
|
1
|
+
import { I18n } from 'vue-i18n';
|
|
2
|
+
export declare function i18nInit(lan?: Record<string, unknown>): I18n<{
|
|
3
|
+
de_DE: {
|
|
4
|
+
hbLibComp: {
|
|
5
|
+
HbFileUploadModal: {
|
|
6
|
+
cancel: string;
|
|
7
|
+
clickUpload: string;
|
|
8
|
+
confirmImport: string;
|
|
9
|
+
dataImport: string;
|
|
10
|
+
downloadTemplate: string;
|
|
11
|
+
dragFile: string;
|
|
12
|
+
file: string;
|
|
13
|
+
fileUpload: string;
|
|
14
|
+
maxSupport: string;
|
|
15
|
+
onlySupport: string;
|
|
16
|
+
placeSelect: string;
|
|
17
|
+
selectFile: string;
|
|
18
|
+
format: string;
|
|
19
|
+
};
|
|
20
|
+
HbLogModal: {
|
|
21
|
+
close: string;
|
|
22
|
+
operateContent: string;
|
|
23
|
+
operateLogs: string;
|
|
24
|
+
operateTime: string;
|
|
25
|
+
operator: string;
|
|
26
|
+
};
|
|
27
|
+
hbFormItemFilterModal: {
|
|
28
|
+
add: string;
|
|
29
|
+
cancel: string;
|
|
30
|
+
confirm: string;
|
|
31
|
+
moreConditionSearch: string;
|
|
32
|
+
mostMore: string;
|
|
33
|
+
mostMoreTip: string;
|
|
34
|
+
noData: string;
|
|
35
|
+
notShowTip: string;
|
|
36
|
+
titleTip: string;
|
|
37
|
+
overTip1: string;
|
|
38
|
+
overTip2: string;
|
|
39
|
+
title: string;
|
|
40
|
+
};
|
|
41
|
+
hbFormSelectFilter: {
|
|
42
|
+
allSelect: string;
|
|
43
|
+
close: string;
|
|
44
|
+
};
|
|
45
|
+
hbLibListForm: {
|
|
46
|
+
queryCase: string;
|
|
47
|
+
addScheme: string;
|
|
48
|
+
editScheme: string;
|
|
49
|
+
};
|
|
50
|
+
hbLibListTableColumsSet: {
|
|
51
|
+
allSelect: string;
|
|
52
|
+
cancelFix: string;
|
|
53
|
+
confirm: string;
|
|
54
|
+
errorTip: string;
|
|
55
|
+
fix: string;
|
|
56
|
+
popoverTitle: string;
|
|
57
|
+
title: string;
|
|
58
|
+
reset: string;
|
|
59
|
+
};
|
|
60
|
+
hbListBtnsAct: {
|
|
61
|
+
close: string;
|
|
62
|
+
open: string;
|
|
63
|
+
reload: string;
|
|
64
|
+
};
|
|
65
|
+
hbListPageAct: {
|
|
66
|
+
close: string;
|
|
67
|
+
exitFullScreen: string;
|
|
68
|
+
fullScreen: string;
|
|
69
|
+
open: string;
|
|
70
|
+
query: string;
|
|
71
|
+
reset: string;
|
|
72
|
+
selfDefine: string;
|
|
73
|
+
};
|
|
74
|
+
hbListTable: {
|
|
75
|
+
noData: string;
|
|
76
|
+
};
|
|
77
|
+
hbMultiSelectModal: {
|
|
78
|
+
pleaseSelect: string;
|
|
79
|
+
};
|
|
80
|
+
hbTableAct: {
|
|
81
|
+
confirmContent: string;
|
|
82
|
+
more: string;
|
|
83
|
+
secendConfirm: string;
|
|
84
|
+
};
|
|
85
|
+
HbImportFile: {
|
|
86
|
+
clickUp: string;
|
|
87
|
+
downloadTemplate: string;
|
|
88
|
+
pleaseUploadFiles: string;
|
|
89
|
+
uploadText: string;
|
|
90
|
+
fileLabel: string;
|
|
91
|
+
importBtn: string;
|
|
92
|
+
};
|
|
93
|
+
HbFuncCompCopy: {
|
|
94
|
+
copy: string;
|
|
95
|
+
copyFail: string;
|
|
96
|
+
copySuccess: string;
|
|
97
|
+
};
|
|
98
|
+
HbLibDetailBox: {
|
|
99
|
+
back: string;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
en_US: {
|
|
104
|
+
hbLibComp: {
|
|
105
|
+
HbFileUploadModal: {
|
|
106
|
+
cancel: string;
|
|
107
|
+
clickUpload: string;
|
|
108
|
+
confirmImport: string;
|
|
109
|
+
dataImport: string;
|
|
110
|
+
downloadTemplate: string;
|
|
111
|
+
dragFile: string;
|
|
112
|
+
file: string;
|
|
113
|
+
fileUpload: string;
|
|
114
|
+
maxSupport: string;
|
|
115
|
+
onlySupport: string;
|
|
116
|
+
placeSelect: string;
|
|
117
|
+
selectFile: string;
|
|
118
|
+
format: string;
|
|
119
|
+
};
|
|
120
|
+
HbLogModal: {
|
|
121
|
+
close: string;
|
|
122
|
+
operateContent: string;
|
|
123
|
+
operateLogs: string;
|
|
124
|
+
operateTime: string;
|
|
125
|
+
operator: string;
|
|
126
|
+
};
|
|
127
|
+
hbFormItemFilterModal: {
|
|
128
|
+
add: string;
|
|
129
|
+
cancel: string;
|
|
130
|
+
confirm: string;
|
|
131
|
+
moreConditionSearch: string;
|
|
132
|
+
mostMore: string;
|
|
133
|
+
mostMoreTip: string;
|
|
134
|
+
noData: string;
|
|
135
|
+
notShowTip: string;
|
|
136
|
+
titleTip: string;
|
|
137
|
+
overTip1: string;
|
|
138
|
+
overTip2: string;
|
|
139
|
+
title: string;
|
|
140
|
+
};
|
|
141
|
+
hbFormSelectFilter: {
|
|
142
|
+
allSelect: string;
|
|
143
|
+
close: string;
|
|
144
|
+
};
|
|
145
|
+
hbLibListForm: {
|
|
146
|
+
queryCase: string;
|
|
147
|
+
addScheme: string;
|
|
148
|
+
editScheme: string;
|
|
149
|
+
};
|
|
150
|
+
hbLibListTableColumsSet: {
|
|
151
|
+
allSelect: string;
|
|
152
|
+
cancelFix: string;
|
|
153
|
+
confirm: string;
|
|
154
|
+
errorTip: string;
|
|
155
|
+
fix: string;
|
|
156
|
+
popoverTitle: string;
|
|
157
|
+
title: string;
|
|
158
|
+
reset: string;
|
|
159
|
+
};
|
|
160
|
+
hbListBtnsAct: {
|
|
161
|
+
close: string;
|
|
162
|
+
open: string;
|
|
163
|
+
reload: string;
|
|
164
|
+
};
|
|
165
|
+
hbListPageAct: {
|
|
166
|
+
close: string;
|
|
167
|
+
exitFullScreen: string;
|
|
168
|
+
fullScreen: string;
|
|
169
|
+
open: string;
|
|
170
|
+
query: string;
|
|
171
|
+
reset: string;
|
|
172
|
+
selfDefine: string;
|
|
173
|
+
};
|
|
174
|
+
hbListTable: {
|
|
175
|
+
noData: string;
|
|
176
|
+
};
|
|
177
|
+
hbMultiSelectModal: {
|
|
178
|
+
pleaseSelect: string;
|
|
179
|
+
};
|
|
180
|
+
hbTableAct: {
|
|
181
|
+
confirmContent: string;
|
|
182
|
+
more: string;
|
|
183
|
+
secendConfirm: string;
|
|
184
|
+
};
|
|
185
|
+
HbImportFile: {
|
|
186
|
+
clickUp: string;
|
|
187
|
+
downloadTemplate: string;
|
|
188
|
+
pleaseUploadFiles: string;
|
|
189
|
+
uploadText: string;
|
|
190
|
+
fileLabel: string;
|
|
191
|
+
importBtn: string;
|
|
192
|
+
};
|
|
193
|
+
HbFuncCompCopy: {
|
|
194
|
+
copy: string;
|
|
195
|
+
copyFail: string;
|
|
196
|
+
copySuccess: string;
|
|
197
|
+
};
|
|
198
|
+
HbLibDetailBox: {
|
|
199
|
+
back: string;
|
|
200
|
+
};
|
|
201
|
+
};
|
|
202
|
+
};
|
|
203
|
+
ja_JP: {
|
|
204
|
+
hbLibComp: {
|
|
205
|
+
HbFileUploadModal: {
|
|
206
|
+
cancel: string;
|
|
207
|
+
clickUpload: string;
|
|
208
|
+
confirmImport: string;
|
|
209
|
+
dataImport: string;
|
|
210
|
+
downloadTemplate: string;
|
|
211
|
+
dragFile: string;
|
|
212
|
+
file: string;
|
|
213
|
+
fileUpload: string;
|
|
214
|
+
maxSupport: string;
|
|
215
|
+
onlySupport: string;
|
|
216
|
+
placeSelect: string;
|
|
217
|
+
selectFile: string;
|
|
218
|
+
format: string;
|
|
219
|
+
};
|
|
220
|
+
HbLogModal: {
|
|
221
|
+
close: string;
|
|
222
|
+
operateContent: string;
|
|
223
|
+
operateLogs: string;
|
|
224
|
+
operateTime: string;
|
|
225
|
+
operator: string;
|
|
226
|
+
};
|
|
227
|
+
hbFormItemFilterModal: {
|
|
228
|
+
add: string;
|
|
229
|
+
cancel: string;
|
|
230
|
+
confirm: string;
|
|
231
|
+
moreConditionSearch: string;
|
|
232
|
+
mostMore: string;
|
|
233
|
+
mostMoreTip: string;
|
|
234
|
+
noData: string;
|
|
235
|
+
notShowTip: string;
|
|
236
|
+
titleTip: string;
|
|
237
|
+
overTip1: string;
|
|
238
|
+
overTip2: string;
|
|
239
|
+
title: string;
|
|
240
|
+
};
|
|
241
|
+
hbFormSelectFilter: {
|
|
242
|
+
allSelect: string;
|
|
243
|
+
close: string;
|
|
244
|
+
};
|
|
245
|
+
hbLibListForm: {
|
|
246
|
+
queryCase: string;
|
|
247
|
+
addScheme: string;
|
|
248
|
+
editScheme: string;
|
|
249
|
+
};
|
|
250
|
+
hbLibListTableColumsSet: {
|
|
251
|
+
allSelect: string;
|
|
252
|
+
cancelFix: string;
|
|
253
|
+
confirm: string;
|
|
254
|
+
errorTip: string;
|
|
255
|
+
fix: string;
|
|
256
|
+
popoverTitle: string;
|
|
257
|
+
title: string;
|
|
258
|
+
reset: string;
|
|
259
|
+
};
|
|
260
|
+
hbListBtnsAct: {
|
|
261
|
+
close: string;
|
|
262
|
+
open: string;
|
|
263
|
+
reload: string;
|
|
264
|
+
};
|
|
265
|
+
hbListPageAct: {
|
|
266
|
+
close: string;
|
|
267
|
+
exitFullScreen: string;
|
|
268
|
+
fullScreen: string;
|
|
269
|
+
open: string;
|
|
270
|
+
query: string;
|
|
271
|
+
reset: string;
|
|
272
|
+
selfDefine: string;
|
|
273
|
+
};
|
|
274
|
+
hbListTable: {
|
|
275
|
+
noData: string;
|
|
276
|
+
};
|
|
277
|
+
hbMultiSelectModal: {
|
|
278
|
+
pleaseSelect: string;
|
|
279
|
+
};
|
|
280
|
+
hbTableAct: {
|
|
281
|
+
confirmContent: string;
|
|
282
|
+
more: string;
|
|
283
|
+
secendConfirm: string;
|
|
284
|
+
};
|
|
285
|
+
HbImportFile: {
|
|
286
|
+
clickUp: string;
|
|
287
|
+
downloadTemplate: string;
|
|
288
|
+
pleaseUploadFiles: string;
|
|
289
|
+
uploadText: string;
|
|
290
|
+
fileLabel: string;
|
|
291
|
+
importBtn: string;
|
|
292
|
+
};
|
|
293
|
+
HbFuncCompCopy: {
|
|
294
|
+
copy: string;
|
|
295
|
+
copyFail: string;
|
|
296
|
+
copySuccess: string;
|
|
297
|
+
};
|
|
298
|
+
HbLibDetailBox: {
|
|
299
|
+
back: string;
|
|
300
|
+
};
|
|
301
|
+
};
|
|
302
|
+
};
|
|
303
|
+
zh_CN: {
|
|
304
|
+
hbLibComp: {
|
|
305
|
+
hbFormItemFilterModal: {
|
|
306
|
+
titleTip: string;
|
|
307
|
+
mostMore: string;
|
|
308
|
+
mostMoreTip: string;
|
|
309
|
+
notShowTip: string;
|
|
310
|
+
add: string;
|
|
311
|
+
noData: string;
|
|
312
|
+
cancel: string;
|
|
313
|
+
confirm: string;
|
|
314
|
+
moreConditionSearch: string;
|
|
315
|
+
title: string;
|
|
316
|
+
overTip1: string;
|
|
317
|
+
overTip2: string;
|
|
318
|
+
};
|
|
319
|
+
hbFormSelectFilter: {
|
|
320
|
+
allSelect: string;
|
|
321
|
+
close: string;
|
|
322
|
+
};
|
|
323
|
+
hbListPageAct: {
|
|
324
|
+
query: string;
|
|
325
|
+
reset: string;
|
|
326
|
+
selfDefine: string;
|
|
327
|
+
open: string;
|
|
328
|
+
close: string;
|
|
329
|
+
fullScreen: string;
|
|
330
|
+
exitFullScreen: string;
|
|
331
|
+
};
|
|
332
|
+
hbListBtnsAct: {
|
|
333
|
+
reload: string;
|
|
334
|
+
open: string;
|
|
335
|
+
close: string;
|
|
336
|
+
};
|
|
337
|
+
hbTableAct: {
|
|
338
|
+
more: string;
|
|
339
|
+
secendConfirm: string;
|
|
340
|
+
confirmContent: string;
|
|
341
|
+
};
|
|
342
|
+
hbMultiSelectModal: {
|
|
343
|
+
pleaseSelect: string;
|
|
344
|
+
};
|
|
345
|
+
hbListTable: {
|
|
346
|
+
noData: string;
|
|
347
|
+
};
|
|
348
|
+
hbLibListTableColumsSet: {
|
|
349
|
+
popoverTitle: string;
|
|
350
|
+
title: string;
|
|
351
|
+
fix: string;
|
|
352
|
+
cancelFix: string;
|
|
353
|
+
allSelect: string;
|
|
354
|
+
confirm: string;
|
|
355
|
+
errorTip: string;
|
|
356
|
+
reset: string;
|
|
357
|
+
};
|
|
358
|
+
hbLibListForm: {
|
|
359
|
+
queryCase: string;
|
|
360
|
+
addScheme: string;
|
|
361
|
+
editScheme: string;
|
|
362
|
+
};
|
|
363
|
+
HbFileUploadModal: {
|
|
364
|
+
fileUpload: string;
|
|
365
|
+
confirmImport: string;
|
|
366
|
+
cancel: string;
|
|
367
|
+
maxSupport: string;
|
|
368
|
+
dataImport: string;
|
|
369
|
+
placeSelect: string;
|
|
370
|
+
file: string;
|
|
371
|
+
selectFile: string;
|
|
372
|
+
dragFile: string;
|
|
373
|
+
clickUpload: string;
|
|
374
|
+
onlySupport: string;
|
|
375
|
+
downloadTemplate: string;
|
|
376
|
+
format: string;
|
|
377
|
+
};
|
|
378
|
+
HbLogModal: {
|
|
379
|
+
close: string;
|
|
380
|
+
operateLogs: string;
|
|
381
|
+
operator: string;
|
|
382
|
+
operateTime: string;
|
|
383
|
+
operateContent: string;
|
|
384
|
+
};
|
|
385
|
+
HbImportFile: {
|
|
386
|
+
uploadText: string;
|
|
387
|
+
clickUp: string;
|
|
388
|
+
downloadTemplate: string;
|
|
389
|
+
pleaseUploadFiles: string;
|
|
390
|
+
fileLabel: string;
|
|
391
|
+
importBtn: string;
|
|
392
|
+
};
|
|
393
|
+
HbFuncCompCopy: {
|
|
394
|
+
copySuccess: string;
|
|
395
|
+
copyFail: string;
|
|
396
|
+
copy: string;
|
|
397
|
+
};
|
|
398
|
+
HbLibDetailBox: {
|
|
399
|
+
back: string;
|
|
400
|
+
};
|
|
401
|
+
HbLibLoading: {
|
|
402
|
+
loadingTips: string;
|
|
403
|
+
};
|
|
404
|
+
};
|
|
405
|
+
};
|
|
406
|
+
}, {}, {}, string, false>;
|
|
407
|
+
//# sourceMappingURL=main.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../src/main.ts"],"names":[],"mappings":"AAGA,OAAO,8BAA8B,CAAC;AAatC,wBAAgB,QAAQ,CAAC,GAAG,GAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAczD"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hb-hellotech/hb-ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/hb_component_lib.umd.cjs",
|
|
6
6
|
"module": "dist/hb_component_lib.js",
|
|
@@ -50,7 +50,6 @@
|
|
|
50
50
|
"lodash-es": "^4.17.23",
|
|
51
51
|
"rollup-plugin-external-globals": "^0.8.0",
|
|
52
52
|
"throttle-debounce": "^5.0.0",
|
|
53
|
-
"vite-plugin-dts": "^1.6.6",
|
|
54
53
|
"vite-plugin-libcss": "^1.0.5",
|
|
55
54
|
"vue": "^3.5.22",
|
|
56
55
|
"vue-i18n": "^9.2.2",
|
|
@@ -77,6 +76,7 @@
|
|
|
77
76
|
"typescript": "^5.6.3",
|
|
78
77
|
"typescript-eslint": "^8.15.0",
|
|
79
78
|
"vite": "^7.1.12",
|
|
79
|
+
"vite-plugin-dts": "^4.5.4",
|
|
80
80
|
"vitepress": "^1.6.4",
|
|
81
81
|
"vue-eslint-parser": "^9.4.3",
|
|
82
82
|
"vue-tsc": "^2.1.10"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,cAAc,YAAY,CAAC;AAE3B,QAAA,MAAM,eAAe,KAA4B,CAAC;AAElD,eAAe,eAAe,CAAC;AAE/B,MAAM,MAAM,uBAAuB,GAAG,YAAY,CAAC,OAAO,eAAe,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HbImportFile.vue.d.ts","sourceRoot":"","sources":["HbImportFile.vue.ts"],"names":[],"mappings":"AASA,QAAA,MAAM,SAAS,KAsFb,CAAA;AACF,eAAe,SAAS,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,cAAc,YAAY,CAAC;AAE3B,QAAA,MAAM,eAAe,KAA6B,CAAC;AAEnD,eAAe,eAAe,CAAC;AAE/B,MAAM,MAAM,uBAAuB,GAAG,YAAY,CAAC,OAAO,eAAe,CAAC,CAAC"}
|
package/dist/components/business_comp/form_comp/hb_tooltip_select/src/HbTooltipSelect.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HbTooltipSelect.vue.d.ts","sourceRoot":"","sources":["HbTooltipSelect.vue.ts"],"names":[],"mappings":"AAOA,QAAA,MAAM,SAAS,KAoEb,CAAA;AACF,eAAe,SAAS,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAEA,cAAc,YAAY,CAAC;AAE3B,QAAA,MAAM,kBAAkB,KAAgC,CAAC;AAEzD,eAAe,kBAAkB,CAAC;AAElC,MAAM,MAAM,6BAA6B,GAAG,YAAY,CAAC,OAAO,kBAAkB,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HbListMultiSelect.vue.d.ts","sourceRoot":"","sources":["HbListMultiSelect.vue.ts"],"names":[],"mappings":"AAQA,QAAA,MAAM,SAAS,KAyMb,CAAA;AACF,eAAe,SAAS,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAEA,cAAc,YAAY,CAAC;AAC3B,QAAA,MAAM,iBAAiB,KAA+B,CAAC;AACvD,eAAe,iBAAiB,CAAC;AAEjC,MAAM,MAAM,6BAA6B,GAAG,YAAY,CAAC,OAAO,iBAAiB,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HbMutilpleSelectModal.vue.d.ts","sourceRoot":"","sources":["HbMutilpleSelectModal.vue.ts"],"names":[],"mappings":"AAOA,QAAA,MAAM,SAAS,KAuLb,CAAA;AACF,eAAe,SAAS,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAEA,cAAc,YAAY,CAAC;AAE3B,QAAA,MAAM,UAAU,KAAwB,CAAC;AAEzC,eAAe,UAAU,CAAC;AAE1B,MAAM,MAAM,YAAY,GAAG,YAAY,CAAC,OAAO,UAAU,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HbListForm.vue.d.ts","sourceRoot":"","sources":["HbListForm.vue.ts"],"names":[],"mappings":"AA4BA,QAAA,MAAM,SAAS,KA8Ob,CAAA;AACF,eAAe,SAAS,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAEA,cAAc,YAAY,CAAC;AAC3B,QAAA,MAAM,kBAAkB,KAAgC,CAAC;AACzD,eAAe,kBAAkB,CAAC;AAElC,MAAM,MAAM,6BAA6B,GAAG,YAAY,CAAC,OAAO,kBAAkB,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAEA,wBAAwC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAEA,wBAAuC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HbLibModal.vue.d.ts","sourceRoot":"","sources":["HbLibModal.vue.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,SAAS,KAgLb,CAAA;AACF,eAAe,SAAS,CAAA"}
|
package/dist/components.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import * as components from './components/business_comp/list_page_comp';
|
|
2
|
-
import * as modal_components from './components/business_comp/modal_comp';
|
|
3
|
-
import * as func_components from './components/func_comp';
|
|
4
|
-
declare module '@vue/runtime-core' {
|
|
5
|
-
export interface GlobalComponents {
|
|
6
|
-
HbLibListForm: typeof components.HbLibListForm;
|
|
7
|
-
HbLibListPageAct: typeof components.HbLibListPageAct;
|
|
8
|
-
HbLibListBtnsAct: typeof components.HbLibListBtnsAct;
|
|
9
|
-
HbLibListPageContainer: typeof components.HbLibListPageContainer;
|
|
10
|
-
HbLibListMultiSelect: typeof components.HbLibListMultiSelect;
|
|
11
|
-
HbLibMutilpleSelectModal: typeof components.HbLibMutilpleSelectModal;
|
|
12
|
-
HbLibTableAct: typeof components.HbLibTableAct;
|
|
13
|
-
HbLibFormItemFilterModal: typeof components.HbLibFormItemFilterModal;
|
|
14
|
-
HbLibTableColumnSet: typeof components.HbLibTableColumnSet;
|
|
15
|
-
HbLibListTable: typeof components.HbLibListTable;
|
|
16
|
-
HbLibFuncCompCopy: typeof func_components.HbLibFuncCompCopy;
|
|
17
|
-
HbLibSort: typeof func_components.HbLibSort;
|
|
18
|
-
HbLibLogModal: typeof modal_components.HbLibLogModal;
|
|
19
|
-
}
|
|
20
|
-
}
|
package/dist/shims-vue.d.ts
DELETED
package/dist/vite-env.d.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/// <reference types="vite/client" />
|
|
2
|
-
// ant-design-vue 模板里 a-modal、a-form 等标签的类型(GlobalComponents)
|
|
3
|
-
/// <reference path="../node_modules/ant-design-vue/typings/global.d.ts" />
|
|
4
|
-
|
|
5
|
-
declare module "*" {
|
|
6
|
-
import type { DefineComponent } from 'vue';
|
|
7
|
-
const component: DefineComponent<{}, {}, any>;
|
|
8
|
-
export default component;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
// 支持 hooks 导入
|
|
12
|
-
declare module '@hb-hellotech/hb-ui/hooks/*' {
|
|
13
|
-
const hook: any
|
|
14
|
-
export default hook
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
// 支持类型导入
|
|
18
|
-
declare module '@hb-hellotech/hb-ui/types/*' {
|
|
19
|
-
const types: any
|
|
20
|
-
export default types
|
|
21
|
-
export * from any
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
// 支持 hooks 导入
|
|
25
|
-
declare module '@hb-hellotech/hb-ui/hooks/*' {
|
|
26
|
-
const hook: any
|
|
27
|
-
export default hook
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
// 支持类型导入
|
|
31
|
-
declare module '@hb-hellotech/hb-ui' {
|
|
32
|
-
const types: any
|
|
33
|
-
export default types
|
|
34
|
-
export * from any
|
|
35
|
-
}
|