@hb-hellotech/hb-ui 2.1.0 → 2.2.0
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_file_preview/index.d.ts +103 -0
- package/dist/components/func_comp/hb_func_file_preview/index.d.ts.map +1 -0
- package/dist/components/func_comp/hb_func_file_preview/src/file_preview.d.ts +44 -0
- package/dist/components/func_comp/hb_func_file_preview/src/file_preview.d.ts.map +1 -0
- package/dist/components/func_comp/hb_func_file_preview/src/type.d.ts +10 -0
- package/dist/components/func_comp/hb_func_file_preview/src/type.d.ts.map +1 -0
- package/dist/components/func_comp/hb_func_file_preview/src/util.d.ts +17 -0
- package/dist/components/func_comp/hb_func_file_preview/src/util.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 +7 -6
- 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/useFilePreview.d.ts +27 -0
- package/dist/components/hooks/useFilePreview.d.ts.map +1 -0
- 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/triggerBrowserDownload.d.ts +6 -0
- package/dist/components/utils/triggerBrowserDownload.d.ts.map +1 -0
- package/dist/components/utils/util.d.ts +44 -0
- package/dist/components/utils/util.d.ts.map +1 -0
- package/dist/components/utils/withInstall.d.ts +1 -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/demo/hb_file_preview.d.ts +4 -0
- package/dist/demo/hb_file_preview.d.ts.map +1 -0
- package/dist/hb_component_lib.css +1 -1
- package/dist/hb_component_lib.js +2398 -1963
- 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 +4 -3
- package/dist/components/business_comp/file_comp/import_file/index.d.ts +0 -6
- 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 -9
- package/dist/vite-env.d.ts +0 -35
|
@@ -1,3 +1,173 @@
|
|
|
1
|
-
|
|
1
|
+
import { WithInstall } from '../utils';
|
|
2
|
+
import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
|
|
3
|
+
declare const _default: WithInstall<{
|
|
4
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
5
|
+
stickyTitle: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
needTotalInfoBox: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
totalInfo: {
|
|
14
|
+
type: ObjectConstructor;
|
|
15
|
+
default: () => {
|
|
16
|
+
totalInfoTitle: string;
|
|
17
|
+
totalInfoSubTitle1: string;
|
|
18
|
+
totalInfoSubTitle2: string;
|
|
19
|
+
totalInfoSubVal1: string;
|
|
20
|
+
totalInfoSubVal2: string;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
container: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
backTopBottom: {
|
|
28
|
+
type: NumberConstructor;
|
|
29
|
+
};
|
|
30
|
+
backFn: {
|
|
31
|
+
type: () => () => void;
|
|
32
|
+
};
|
|
33
|
+
needFixWidth: {
|
|
34
|
+
type: BooleanConstructor;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
descLabelWidth: {
|
|
38
|
+
type: NumberConstructor;
|
|
39
|
+
};
|
|
40
|
+
descValueWidth: {
|
|
41
|
+
type: NumberConstructor;
|
|
42
|
+
};
|
|
43
|
+
spinning: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
48
|
+
spinning: boolean;
|
|
49
|
+
stickyTitle: string;
|
|
50
|
+
needTotalInfoBox: boolean;
|
|
51
|
+
totalInfo: Record<string, any>;
|
|
52
|
+
container: string;
|
|
53
|
+
needFixWidth: boolean;
|
|
54
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
55
|
+
P: {};
|
|
56
|
+
B: {};
|
|
57
|
+
D: {};
|
|
58
|
+
C: {};
|
|
59
|
+
M: {};
|
|
60
|
+
Defaults: {};
|
|
61
|
+
}, Readonly< ExtractPropTypes<{
|
|
62
|
+
stickyTitle: {
|
|
63
|
+
type: StringConstructor;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
66
|
+
needTotalInfoBox: {
|
|
67
|
+
type: BooleanConstructor;
|
|
68
|
+
default: boolean;
|
|
69
|
+
};
|
|
70
|
+
totalInfo: {
|
|
71
|
+
type: ObjectConstructor;
|
|
72
|
+
default: () => {
|
|
73
|
+
totalInfoTitle: string;
|
|
74
|
+
totalInfoSubTitle1: string;
|
|
75
|
+
totalInfoSubTitle2: string;
|
|
76
|
+
totalInfoSubVal1: string;
|
|
77
|
+
totalInfoSubVal2: string;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
container: {
|
|
81
|
+
type: StringConstructor;
|
|
82
|
+
default: string;
|
|
83
|
+
};
|
|
84
|
+
backTopBottom: {
|
|
85
|
+
type: NumberConstructor;
|
|
86
|
+
};
|
|
87
|
+
backFn: {
|
|
88
|
+
type: () => () => void;
|
|
89
|
+
};
|
|
90
|
+
needFixWidth: {
|
|
91
|
+
type: BooleanConstructor;
|
|
92
|
+
default: boolean;
|
|
93
|
+
};
|
|
94
|
+
descLabelWidth: {
|
|
95
|
+
type: NumberConstructor;
|
|
96
|
+
};
|
|
97
|
+
descValueWidth: {
|
|
98
|
+
type: NumberConstructor;
|
|
99
|
+
};
|
|
100
|
+
spinning: {
|
|
101
|
+
type: BooleanConstructor;
|
|
102
|
+
default: boolean;
|
|
103
|
+
};
|
|
104
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
105
|
+
spinning: boolean;
|
|
106
|
+
stickyTitle: string;
|
|
107
|
+
needTotalInfoBox: boolean;
|
|
108
|
+
totalInfo: Record<string, any>;
|
|
109
|
+
container: string;
|
|
110
|
+
needFixWidth: boolean;
|
|
111
|
+
}>;
|
|
112
|
+
__isFragment?: never;
|
|
113
|
+
__isTeleport?: never;
|
|
114
|
+
__isSuspense?: never;
|
|
115
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
116
|
+
stickyTitle: {
|
|
117
|
+
type: StringConstructor;
|
|
118
|
+
default: string;
|
|
119
|
+
};
|
|
120
|
+
needTotalInfoBox: {
|
|
121
|
+
type: BooleanConstructor;
|
|
122
|
+
default: boolean;
|
|
123
|
+
};
|
|
124
|
+
totalInfo: {
|
|
125
|
+
type: ObjectConstructor;
|
|
126
|
+
default: () => {
|
|
127
|
+
totalInfoTitle: string;
|
|
128
|
+
totalInfoSubTitle1: string;
|
|
129
|
+
totalInfoSubTitle2: string;
|
|
130
|
+
totalInfoSubVal1: string;
|
|
131
|
+
totalInfoSubVal2: string;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
134
|
+
container: {
|
|
135
|
+
type: StringConstructor;
|
|
136
|
+
default: string;
|
|
137
|
+
};
|
|
138
|
+
backTopBottom: {
|
|
139
|
+
type: NumberConstructor;
|
|
140
|
+
};
|
|
141
|
+
backFn: {
|
|
142
|
+
type: () => () => void;
|
|
143
|
+
};
|
|
144
|
+
needFixWidth: {
|
|
145
|
+
type: BooleanConstructor;
|
|
146
|
+
default: boolean;
|
|
147
|
+
};
|
|
148
|
+
descLabelWidth: {
|
|
149
|
+
type: NumberConstructor;
|
|
150
|
+
};
|
|
151
|
+
descValueWidth: {
|
|
152
|
+
type: NumberConstructor;
|
|
153
|
+
};
|
|
154
|
+
spinning: {
|
|
155
|
+
type: BooleanConstructor;
|
|
156
|
+
default: boolean;
|
|
157
|
+
};
|
|
158
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
159
|
+
spinning: boolean;
|
|
160
|
+
stickyTitle: string;
|
|
161
|
+
needTotalInfoBox: boolean;
|
|
162
|
+
totalInfo: Record<string, any>;
|
|
163
|
+
container: string;
|
|
164
|
+
needFixWidth: boolean;
|
|
165
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
166
|
+
$slots: {
|
|
167
|
+
totalInfoLeft?(_: {}): any;
|
|
168
|
+
totalInfoRight?(_: {}): any;
|
|
169
|
+
detailContent?(_: {}): any;
|
|
170
|
+
};
|
|
171
|
+
})>;
|
|
2
172
|
export default _default;
|
|
3
173
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/unlist_page_comp/hb_detail_box/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAA2C"}
|
package/dist/components/business_comp/unlist_page_comp/hb_detail_box/src/HbLibDetailBox.d.ts
CHANGED
|
@@ -1,3 +1,114 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
totalInfoLeft?(_: {}): any;
|
|
6
|
+
totalInfoRight?(_: {}): any;
|
|
7
|
+
detailContent?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
rootEl: any;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
14
|
+
stickyTitle: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
needTotalInfoBox: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
totalInfo: {
|
|
23
|
+
type: ObjectConstructor;
|
|
24
|
+
default: () => {
|
|
25
|
+
totalInfoTitle: string;
|
|
26
|
+
totalInfoSubTitle1: string;
|
|
27
|
+
totalInfoSubTitle2: string;
|
|
28
|
+
totalInfoSubVal1: string;
|
|
29
|
+
totalInfoSubVal2: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
container: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
backTopBottom: {
|
|
37
|
+
type: NumberConstructor;
|
|
38
|
+
};
|
|
39
|
+
backFn: {
|
|
40
|
+
type: () => () => void;
|
|
41
|
+
};
|
|
42
|
+
needFixWidth: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
descLabelWidth: {
|
|
47
|
+
type: NumberConstructor;
|
|
48
|
+
};
|
|
49
|
+
descValueWidth: {
|
|
50
|
+
type: NumberConstructor;
|
|
51
|
+
};
|
|
52
|
+
spinning: {
|
|
53
|
+
type: BooleanConstructor;
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
56
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
57
|
+
stickyTitle: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
default: string;
|
|
60
|
+
};
|
|
61
|
+
needTotalInfoBox: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
totalInfo: {
|
|
66
|
+
type: ObjectConstructor;
|
|
67
|
+
default: () => {
|
|
68
|
+
totalInfoTitle: string;
|
|
69
|
+
totalInfoSubTitle1: string;
|
|
70
|
+
totalInfoSubTitle2: string;
|
|
71
|
+
totalInfoSubVal1: string;
|
|
72
|
+
totalInfoSubVal2: string;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
container: {
|
|
76
|
+
type: StringConstructor;
|
|
77
|
+
default: string;
|
|
78
|
+
};
|
|
79
|
+
backTopBottom: {
|
|
80
|
+
type: NumberConstructor;
|
|
81
|
+
};
|
|
82
|
+
backFn: {
|
|
83
|
+
type: () => () => void;
|
|
84
|
+
};
|
|
85
|
+
needFixWidth: {
|
|
86
|
+
type: BooleanConstructor;
|
|
87
|
+
default: boolean;
|
|
88
|
+
};
|
|
89
|
+
descLabelWidth: {
|
|
90
|
+
type: NumberConstructor;
|
|
91
|
+
};
|
|
92
|
+
descValueWidth: {
|
|
93
|
+
type: NumberConstructor;
|
|
94
|
+
};
|
|
95
|
+
spinning: {
|
|
96
|
+
type: BooleanConstructor;
|
|
97
|
+
default: boolean;
|
|
98
|
+
};
|
|
99
|
+
}>> & Readonly<{}>, {
|
|
100
|
+
spinning: boolean;
|
|
101
|
+
stickyTitle: string;
|
|
102
|
+
needTotalInfoBox: boolean;
|
|
103
|
+
totalInfo: Record<string, any>;
|
|
104
|
+
container: string;
|
|
105
|
+
needFixWidth: boolean;
|
|
106
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
107
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
108
|
+
export default _default;
|
|
109
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
110
|
+
new (): {
|
|
111
|
+
$slots: S;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
3
114
|
//# sourceMappingURL=HbLibDetailBox.vue.d.ts.map
|
package/dist/components/business_comp/unlist_page_comp/hb_detail_box/src/HbLibDetailBox.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HbLibDetailBox.vue.d.ts","sourceRoot":"","sources":["HbLibDetailBox.vue
|
|
1
|
+
{"version":3,"file":"HbLibDetailBox.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/unlist_page_comp/hb_detail_box/src/HbLibDetailBox.vue"],"names":[],"mappings":";AA6DA;AAiWA,iBAAS,cAAc;WAoLT,OAAO,IAA6B;;+BAZd,GAAG;gCACF,GAAG;+BACJ,GAAG;;;;EAetC;AAyED,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;cA2CY,MAAM,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAhB,MAAM,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;4EAqB/C,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,3 +1,54 @@
|
|
|
1
|
-
|
|
1
|
+
import { WithInstall } from '../utils';
|
|
2
|
+
import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
import { FooterButton } from './src/HbLibFooterBar';
|
|
4
|
+
declare const _default: WithInstall<DefineComponent<ExtractPropTypes<{
|
|
5
|
+
buttons: {
|
|
6
|
+
type: PropType< FooterButton[]>;
|
|
7
|
+
default: () => never[];
|
|
8
|
+
};
|
|
9
|
+
getContainer: {
|
|
10
|
+
type: PropType<() => HTMLElement | Window>;
|
|
11
|
+
default: () => (Window & typeof globalThis) | HTMLElement;
|
|
12
|
+
};
|
|
13
|
+
leftElements: {
|
|
14
|
+
type: () => string | string[];
|
|
15
|
+
default: () => string[];
|
|
16
|
+
};
|
|
17
|
+
placeLeft: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
placeRight: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
26
|
+
buttons: {
|
|
27
|
+
type: PropType< FooterButton[]>;
|
|
28
|
+
default: () => never[];
|
|
29
|
+
};
|
|
30
|
+
getContainer: {
|
|
31
|
+
type: PropType<() => HTMLElement | Window>;
|
|
32
|
+
default: () => (Window & typeof globalThis) | HTMLElement;
|
|
33
|
+
};
|
|
34
|
+
leftElements: {
|
|
35
|
+
type: () => string | string[];
|
|
36
|
+
default: () => string[];
|
|
37
|
+
};
|
|
38
|
+
placeLeft: {
|
|
39
|
+
type: BooleanConstructor;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
42
|
+
placeRight: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
}>> & Readonly<{}>, {
|
|
47
|
+
getContainer: () => HTMLElement | Window;
|
|
48
|
+
buttons: FooterButton[];
|
|
49
|
+
leftElements: string | string[];
|
|
50
|
+
placeLeft: boolean;
|
|
51
|
+
placeRight: boolean;
|
|
52
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>>;
|
|
2
53
|
export default _default;
|
|
3
54
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/unlist_page_comp/hb_footer_bar/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAA2C"}
|
package/dist/components/business_comp/unlist_page_comp/hb_footer_bar/src/HbLibFooterBar.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
2
|
export interface FooterButton {
|
|
2
3
|
key: string;
|
|
3
4
|
label: string;
|
|
@@ -10,6 +11,58 @@ export interface FooterButton {
|
|
|
10
11
|
debounceTime?: number;
|
|
11
12
|
permissionsTag?: string;
|
|
12
13
|
}
|
|
13
|
-
declare const
|
|
14
|
-
|
|
14
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
15
|
+
/** 按钮列表 */
|
|
16
|
+
buttons: {
|
|
17
|
+
type: PropType<FooterButton[]>;
|
|
18
|
+
default: () => never[];
|
|
19
|
+
};
|
|
20
|
+
/** 滚动容器(window / 指定配置的容器) */
|
|
21
|
+
getContainer: {
|
|
22
|
+
type: PropType<() => HTMLElement | Window>;
|
|
23
|
+
default: () => (Window & typeof globalThis) | HTMLElement;
|
|
24
|
+
};
|
|
25
|
+
leftElements: {
|
|
26
|
+
type: () => string | string[];
|
|
27
|
+
default: () => string[];
|
|
28
|
+
};
|
|
29
|
+
placeLeft: {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
|
+
placeRight: {
|
|
34
|
+
type: BooleanConstructor;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
38
|
+
/** 按钮列表 */
|
|
39
|
+
buttons: {
|
|
40
|
+
type: PropType<FooterButton[]>;
|
|
41
|
+
default: () => never[];
|
|
42
|
+
};
|
|
43
|
+
/** 滚动容器(window / 指定配置的容器) */
|
|
44
|
+
getContainer: {
|
|
45
|
+
type: PropType<() => HTMLElement | Window>;
|
|
46
|
+
default: () => (Window & typeof globalThis) | HTMLElement;
|
|
47
|
+
};
|
|
48
|
+
leftElements: {
|
|
49
|
+
type: () => string | string[];
|
|
50
|
+
default: () => string[];
|
|
51
|
+
};
|
|
52
|
+
placeLeft: {
|
|
53
|
+
type: BooleanConstructor;
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
56
|
+
placeRight: {
|
|
57
|
+
type: BooleanConstructor;
|
|
58
|
+
default: boolean;
|
|
59
|
+
};
|
|
60
|
+
}>> & Readonly<{}>, {
|
|
61
|
+
getContainer: () => HTMLElement | Window;
|
|
62
|
+
buttons: FooterButton[];
|
|
63
|
+
leftElements: string | string[];
|
|
64
|
+
placeLeft: boolean;
|
|
65
|
+
placeRight: boolean;
|
|
66
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
67
|
+
export default _default;
|
|
15
68
|
//# sourceMappingURL=HbLibFooterBar.vue.d.ts.map
|
package/dist/components/business_comp/unlist_page_comp/hb_footer_bar/src/HbLibFooterBar.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HbLibFooterBar.vue.d.ts","sourceRoot":"","sources":["HbLibFooterBar.vue
|
|
1
|
+
{"version":3,"file":"HbLibFooterBar.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/unlist_page_comp/hb_footer_bar/src/HbLibFooterBar.vue"],"names":[],"mappings":"AAoCA;AAyNA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAMpC,MAAM,WAAW,YAAY;IAC3B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAC;IAC1D,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;;IA8QC,WAAW;;cAEM,QAAQ,CAAC,YAAY,EAAE,CAAC;;;IAGzC,6BAA6B;;cAET,QAAQ,CAAC,MAAM,WAAW,GAAG,MAAM,CAAC;;;;cAUlB,MAAM,MAAM,GAAG,MAAM,EAAE;;;;;;;;;;;;IAjB7D,WAAW;;cAEM,QAAQ,CAAC,YAAY,EAAE,CAAC;;;IAGzC,6BAA6B;;cAET,QAAQ,CAAC,MAAM,WAAW,GAAG,MAAM,CAAC;;;;cAUlB,MAAM,MAAM,GAAG,MAAM,EAAE;;;;;;;;;;;;wBAV1B,WAAW,GAAG,MAAM;;;;;;AAbzD,wBAqCG"}
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
interface AnchorItem {
|
|
3
|
+
title: string;
|
|
4
|
+
target: string;
|
|
5
|
+
visible?: boolean | (() => boolean);
|
|
6
|
+
}
|
|
7
|
+
type __VLS_Props = {
|
|
8
|
+
anchors: AnchorItem[];
|
|
9
|
+
offsetTop?: number;
|
|
10
|
+
containerSelector?: string;
|
|
11
|
+
};
|
|
12
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
13
|
+
export default _default;
|
|
3
14
|
//# sourceMappingURL=HbLibAnchor.vue.d.ts.map
|
package/dist/components/business_comp/unlist_page_comp/hb_hover_anchor/src/HbLibAnchor.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HbLibAnchor.vue.d.ts","sourceRoot":"","sources":["HbLibAnchor.vue
|
|
1
|
+
{"version":3,"file":"HbLibAnchor.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/unlist_page_comp/hb_hover_anchor/src/HbLibAnchor.vue"],"names":[],"mappings":";AA0BA;AAkIA,UAAU,UAAU;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,GAAG,CAAC,MAAM,OAAO,CAAC,CAAC;CACrC;AAED,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B,CAAC;;AAqJF,wBAOG"}
|
|
@@ -1,3 +1,66 @@
|
|
|
1
|
-
|
|
1
|
+
import { WithInstall } from '../utils';
|
|
2
|
+
import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
|
|
3
|
+
declare const _default: WithInstall<{
|
|
4
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
5
|
+
topElements: {
|
|
6
|
+
type: () => string | string[];
|
|
7
|
+
default: () => string[];
|
|
8
|
+
};
|
|
9
|
+
leftElements: {
|
|
10
|
+
type: () => string | string[];
|
|
11
|
+
default: () => string[];
|
|
12
|
+
};
|
|
13
|
+
backFn: {
|
|
14
|
+
type: () => () => void;
|
|
15
|
+
};
|
|
16
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
17
|
+
leftElements: string | string[];
|
|
18
|
+
topElements: string | string[];
|
|
19
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
20
|
+
P: {};
|
|
21
|
+
B: {};
|
|
22
|
+
D: {};
|
|
23
|
+
C: {};
|
|
24
|
+
M: {};
|
|
25
|
+
Defaults: {};
|
|
26
|
+
}, Readonly< ExtractPropTypes<{
|
|
27
|
+
topElements: {
|
|
28
|
+
type: () => string | string[];
|
|
29
|
+
default: () => string[];
|
|
30
|
+
};
|
|
31
|
+
leftElements: {
|
|
32
|
+
type: () => string | string[];
|
|
33
|
+
default: () => string[];
|
|
34
|
+
};
|
|
35
|
+
backFn: {
|
|
36
|
+
type: () => () => void;
|
|
37
|
+
};
|
|
38
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
39
|
+
leftElements: string | string[];
|
|
40
|
+
topElements: string | string[];
|
|
41
|
+
}>;
|
|
42
|
+
__isFragment?: never;
|
|
43
|
+
__isTeleport?: never;
|
|
44
|
+
__isSuspense?: never;
|
|
45
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
46
|
+
topElements: {
|
|
47
|
+
type: () => string | string[];
|
|
48
|
+
default: () => string[];
|
|
49
|
+
};
|
|
50
|
+
leftElements: {
|
|
51
|
+
type: () => string | string[];
|
|
52
|
+
default: () => string[];
|
|
53
|
+
};
|
|
54
|
+
backFn: {
|
|
55
|
+
type: () => () => void;
|
|
56
|
+
};
|
|
57
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
58
|
+
leftElements: string | string[];
|
|
59
|
+
topElements: string | string[];
|
|
60
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
61
|
+
$slots: {
|
|
62
|
+
right?(_: {}): any;
|
|
63
|
+
};
|
|
64
|
+
})>;
|
|
2
65
|
export default _default;
|
|
3
66
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/unlist_page_comp/hb_page_header/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAA4C"}
|
package/dist/components/business_comp/unlist_page_comp/hb_page_header/src/HbLibPageHeader.d.ts
CHANGED
|
@@ -1,3 +1,46 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
right?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: HTMLDivElement;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
12
|
+
topElements: {
|
|
13
|
+
type: () => string | string[];
|
|
14
|
+
default: () => string[];
|
|
15
|
+
};
|
|
16
|
+
leftElements: {
|
|
17
|
+
type: () => string | string[];
|
|
18
|
+
default: () => string[];
|
|
19
|
+
};
|
|
20
|
+
backFn: {
|
|
21
|
+
type: () => () => void;
|
|
22
|
+
};
|
|
23
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
24
|
+
topElements: {
|
|
25
|
+
type: () => string | string[];
|
|
26
|
+
default: () => string[];
|
|
27
|
+
};
|
|
28
|
+
leftElements: {
|
|
29
|
+
type: () => string | string[];
|
|
30
|
+
default: () => string[];
|
|
31
|
+
};
|
|
32
|
+
backFn: {
|
|
33
|
+
type: () => () => void;
|
|
34
|
+
};
|
|
35
|
+
}>> & Readonly<{}>, {
|
|
36
|
+
leftElements: string | string[];
|
|
37
|
+
topElements: string | string[];
|
|
38
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
39
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
40
|
+
export default _default;
|
|
41
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
42
|
+
new (): {
|
|
43
|
+
$slots: S;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
3
46
|
//# sourceMappingURL=HbLibPageHeader.vue.d.ts.map
|
package/dist/components/business_comp/unlist_page_comp/hb_page_header/src/HbLibPageHeader.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HbLibPageHeader.vue.d.ts","sourceRoot":"","sources":["HbLibPageHeader.vue
|
|
1
|
+
{"version":3,"file":"HbLibPageHeader.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/unlist_page_comp/hb_page_header/src/HbLibPageHeader.vue"],"names":[],"mappings":";AAmBA;AA8RA,iBAAS,cAAc;WAwDT,OAAO,IAA6B;;uBAVvB,GAAG;;;;EAe7B;AA0BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;cAOmB,MAAM,MAAM,GAAG,MAAM,EAAE;;;;cAIvB,MAAM,MAAM,GAAG,MAAM,EAAE;;;;cAK9B,MAAM,MAAM,IAAI;;;;cATT,MAAM,MAAM,GAAG,MAAM,EAAE;;;;cAIvB,MAAM,MAAM,GAAG,MAAM,EAAE;;;;cAK9B,MAAM,MAAM,IAAI;;;;;uFAI/C,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,3 +1,83 @@
|
|
|
1
|
-
|
|
1
|
+
import { WithInstall } from '../utils';
|
|
2
|
+
import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
|
|
3
|
+
declare const _default: WithInstall<{
|
|
4
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
5
|
+
container: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
formLabelWidth: {
|
|
10
|
+
type: NumberConstructor;
|
|
11
|
+
default: number;
|
|
12
|
+
};
|
|
13
|
+
backTopBottom: {
|
|
14
|
+
type: NumberConstructor;
|
|
15
|
+
};
|
|
16
|
+
spinning: {
|
|
17
|
+
type: BooleanConstructor;
|
|
18
|
+
default: boolean;
|
|
19
|
+
};
|
|
20
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
21
|
+
spinning: boolean;
|
|
22
|
+
container: string;
|
|
23
|
+
formLabelWidth: number;
|
|
24
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
25
|
+
P: {};
|
|
26
|
+
B: {};
|
|
27
|
+
D: {};
|
|
28
|
+
C: {};
|
|
29
|
+
M: {};
|
|
30
|
+
Defaults: {};
|
|
31
|
+
}, Readonly< ExtractPropTypes<{
|
|
32
|
+
container: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
formLabelWidth: {
|
|
37
|
+
type: NumberConstructor;
|
|
38
|
+
default: number;
|
|
39
|
+
};
|
|
40
|
+
backTopBottom: {
|
|
41
|
+
type: NumberConstructor;
|
|
42
|
+
};
|
|
43
|
+
spinning: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
48
|
+
spinning: boolean;
|
|
49
|
+
container: string;
|
|
50
|
+
formLabelWidth: number;
|
|
51
|
+
}>;
|
|
52
|
+
__isFragment?: never;
|
|
53
|
+
__isTeleport?: never;
|
|
54
|
+
__isSuspense?: never;
|
|
55
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
56
|
+
container: {
|
|
57
|
+
type: StringConstructor;
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
formLabelWidth: {
|
|
61
|
+
type: NumberConstructor;
|
|
62
|
+
default: number;
|
|
63
|
+
};
|
|
64
|
+
backTopBottom: {
|
|
65
|
+
type: NumberConstructor;
|
|
66
|
+
};
|
|
67
|
+
spinning: {
|
|
68
|
+
type: BooleanConstructor;
|
|
69
|
+
default: boolean;
|
|
70
|
+
};
|
|
71
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
72
|
+
spinning: boolean;
|
|
73
|
+
container: string;
|
|
74
|
+
formLabelWidth: number;
|
|
75
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
76
|
+
$slots: {
|
|
77
|
+
editHeader?(_: {}): any;
|
|
78
|
+
editContent?(_: {}): any;
|
|
79
|
+
editFooter?(_: {}): any;
|
|
80
|
+
};
|
|
81
|
+
})>;
|
|
2
82
|
export default _default;
|
|
3
83
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/unlist_page_comp/hb_undetail_box/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAA6C"}
|