@hb-hellotech/hb-ui 2.1.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 +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/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 -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
package/dist/components/business_comp/unlist_page_comp/hb_undetail_box/src/HbLibUnDetailBox.d.ts
CHANGED
|
@@ -1,3 +1,57 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
editHeader?(_: {}): any;
|
|
6
|
+
editContent?(_: {}): any;
|
|
7
|
+
editFooter?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
rootEl: any;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
14
|
+
container: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
formLabelWidth: {
|
|
19
|
+
type: NumberConstructor;
|
|
20
|
+
default: number;
|
|
21
|
+
};
|
|
22
|
+
backTopBottom: {
|
|
23
|
+
type: NumberConstructor;
|
|
24
|
+
};
|
|
25
|
+
spinning: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
30
|
+
container: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
formLabelWidth: {
|
|
35
|
+
type: NumberConstructor;
|
|
36
|
+
default: number;
|
|
37
|
+
};
|
|
38
|
+
backTopBottom: {
|
|
39
|
+
type: NumberConstructor;
|
|
40
|
+
};
|
|
41
|
+
spinning: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
}>> & Readonly<{}>, {
|
|
46
|
+
spinning: boolean;
|
|
47
|
+
container: string;
|
|
48
|
+
formLabelWidth: number;
|
|
49
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
50
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
51
|
+
export default _default;
|
|
52
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
53
|
+
new (): {
|
|
54
|
+
$slots: S;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
3
57
|
//# sourceMappingURL=HbLibUnDetailBox.vue.d.ts.map
|
package/dist/components/business_comp/unlist_page_comp/hb_undetail_box/src/HbLibUnDetailBox.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HbLibUnDetailBox.vue.d.ts","sourceRoot":"","sources":["HbLibUnDetailBox.vue
|
|
1
|
+
{"version":3,"file":"HbLibUnDetailBox.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/unlist_page_comp/hb_undetail_box/src/HbLibUnDetailBox.vue"],"names":[],"mappings":";AAkCA;AAgHA,iBAAS,cAAc;WAuFT,OAAO,IAA6B;;4BAblB,GAAG;6BACF,GAAG;4BACJ,GAAG;;;;EAgBlC;AAiCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EA0BnB,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,9 +1,9 @@
|
|
|
1
|
-
import HbLibCard from './hb_card';
|
|
2
|
-
import HbLibAnchor from './hb_hover_anchor';
|
|
3
|
-
import HbLibDetailBox from './hb_detail_box';
|
|
4
|
-
import HbLibFooterBar from './hb_footer_bar';
|
|
5
|
-
import HbLibModal from './hb_modal';
|
|
6
|
-
import HbLibUnDetailBox from './hb_undetail_box';
|
|
7
|
-
import HbLibPageHeader from './hb_page_header';
|
|
1
|
+
import { default as HbLibCard } from './hb_card';
|
|
2
|
+
import { default as HbLibAnchor } from './hb_hover_anchor';
|
|
3
|
+
import { default as HbLibDetailBox } from './hb_detail_box';
|
|
4
|
+
import { default as HbLibFooterBar } from './hb_footer_bar';
|
|
5
|
+
import { default as HbLibModal } from './hb_modal';
|
|
6
|
+
import { default as HbLibUnDetailBox } from './hb_undetail_box';
|
|
7
|
+
import { default as HbLibPageHeader } from './hb_page_header';
|
|
8
8
|
export { HbLibCard, HbLibAnchor, HbLibDetailBox, HbLibFooterBar, HbLibModal, HbLibUnDetailBox, HbLibPageHeader };
|
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,WAAW,CAAC;AAClC,OAAO,WAAW,MAAM,mBAAmB,CAAC;AAC5C,OAAO,cAAc,MAAM,iBAAiB,CAAC;AAC7C,OAAO,cAAc,MAAM,iBAAiB,CAAC;AAC7C,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,gBAAgB,MAAM,mBAAmB,CAAC;AACjD,OAAO,eAAe,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,cAAc,EAAE,cAAc,EAAE,UAAU,EAAE,gBAAgB,EAAE,eAAe,EAAE,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/business_comp/unlist_page_comp/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,WAAW,CAAC;AAClC,OAAO,WAAW,MAAM,mBAAmB,CAAC;AAC5C,OAAO,cAAc,MAAM,iBAAiB,CAAC;AAC7C,OAAO,cAAc,MAAM,iBAAiB,CAAC;AAC7C,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,gBAAgB,MAAM,mBAAmB,CAAC;AACjD,OAAO,eAAe,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,cAAc,EAAE,cAAc,EAAE,UAAU,EAAE,gBAAgB,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { withInstall, type WithInstall } from '
|
|
1
|
+
export { withInstall, type WithInstall } from '../../utils/withInstall';
|
|
2
2
|
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,KAAK,WAAW,EAAE,MAAM,gCAAgC,CAAC"}
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/business_comp/unlist_page_comp/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,KAAK,WAAW,EAAE,MAAM,gCAAgC,CAAC"}
|
|
@@ -1,5 +1,91 @@
|
|
|
1
|
+
import { WithInstall } from '../../utils/withInstall';
|
|
2
|
+
import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
3
|
export * from './src/type';
|
|
2
|
-
declare const HbLibCopy:
|
|
4
|
+
declare const HbLibCopy: WithInstall<DefineComponent<ExtractPropTypes<{
|
|
5
|
+
readonly cpText: {
|
|
6
|
+
readonly type: StringConstructor;
|
|
7
|
+
readonly default: "";
|
|
8
|
+
};
|
|
9
|
+
readonly K: {
|
|
10
|
+
readonly type: StringConstructor;
|
|
11
|
+
readonly default: "";
|
|
12
|
+
};
|
|
13
|
+
readonly V: {
|
|
14
|
+
readonly type: StringConstructor;
|
|
15
|
+
};
|
|
16
|
+
readonly L: {
|
|
17
|
+
readonly type: StringConstructor;
|
|
18
|
+
};
|
|
19
|
+
readonly data: {
|
|
20
|
+
readonly type: PropType<any[] | Record<string, any>>;
|
|
21
|
+
};
|
|
22
|
+
readonly tooltipTitle: {
|
|
23
|
+
readonly type: StringConstructor;
|
|
24
|
+
readonly default: "";
|
|
25
|
+
};
|
|
26
|
+
readonly copySuccessTip: {
|
|
27
|
+
readonly type: StringConstructor;
|
|
28
|
+
readonly default: "";
|
|
29
|
+
};
|
|
30
|
+
readonly copyFailTip: {
|
|
31
|
+
readonly type: StringConstructor;
|
|
32
|
+
readonly default: "";
|
|
33
|
+
};
|
|
34
|
+
readonly cpStyle: {
|
|
35
|
+
readonly type: ObjectConstructor;
|
|
36
|
+
readonly default: () => {};
|
|
37
|
+
};
|
|
38
|
+
readonly classType: {
|
|
39
|
+
readonly type: StringConstructor;
|
|
40
|
+
readonly default: "ab";
|
|
41
|
+
};
|
|
42
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
43
|
+
readonly cpText: {
|
|
44
|
+
readonly type: StringConstructor;
|
|
45
|
+
readonly default: "";
|
|
46
|
+
};
|
|
47
|
+
readonly K: {
|
|
48
|
+
readonly type: StringConstructor;
|
|
49
|
+
readonly default: "";
|
|
50
|
+
};
|
|
51
|
+
readonly V: {
|
|
52
|
+
readonly type: StringConstructor;
|
|
53
|
+
};
|
|
54
|
+
readonly L: {
|
|
55
|
+
readonly type: StringConstructor;
|
|
56
|
+
};
|
|
57
|
+
readonly data: {
|
|
58
|
+
readonly type: PropType<any[] | Record<string, any>>;
|
|
59
|
+
};
|
|
60
|
+
readonly tooltipTitle: {
|
|
61
|
+
readonly type: StringConstructor;
|
|
62
|
+
readonly default: "";
|
|
63
|
+
};
|
|
64
|
+
readonly copySuccessTip: {
|
|
65
|
+
readonly type: StringConstructor;
|
|
66
|
+
readonly default: "";
|
|
67
|
+
};
|
|
68
|
+
readonly copyFailTip: {
|
|
69
|
+
readonly type: StringConstructor;
|
|
70
|
+
readonly default: "";
|
|
71
|
+
};
|
|
72
|
+
readonly cpStyle: {
|
|
73
|
+
readonly type: ObjectConstructor;
|
|
74
|
+
readonly default: () => {};
|
|
75
|
+
};
|
|
76
|
+
readonly classType: {
|
|
77
|
+
readonly type: StringConstructor;
|
|
78
|
+
readonly default: "ab";
|
|
79
|
+
};
|
|
80
|
+
}>> & Readonly<{}>, {
|
|
81
|
+
readonly cpText: string;
|
|
82
|
+
readonly K: string;
|
|
83
|
+
readonly tooltipTitle: string;
|
|
84
|
+
readonly copySuccessTip: string;
|
|
85
|
+
readonly copyFailTip: string;
|
|
86
|
+
readonly cpStyle: Record<string, any>;
|
|
87
|
+
readonly classType: string;
|
|
88
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>>;
|
|
3
89
|
export default HbLibCopy;
|
|
4
90
|
export type CopyInstance = InstanceType<typeof HbLibCopy>;
|
|
5
91
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAEA,cAAc,YAAY,CAAC;AAE3B,QAAA,MAAM,SAAS,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/func_comp/hb_func_comp_copy/index.ts"],"names":[],"mappings":";;AAEA,cAAc,YAAY,CAAC;AAE3B,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAAoB,CAAC;AAEpC,eAAe,SAAS,CAAC;AAEzB,MAAM,MAAM,YAAY,GAAG,YAAY,CAAC,OAAO,SAAS,CAAC,CAAC"}
|
|
@@ -1,3 +1,88 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
readonly cpText: {
|
|
4
|
+
readonly type: StringConstructor;
|
|
5
|
+
readonly default: "";
|
|
6
|
+
};
|
|
7
|
+
readonly K: {
|
|
8
|
+
readonly type: StringConstructor;
|
|
9
|
+
readonly default: "";
|
|
10
|
+
};
|
|
11
|
+
readonly V: {
|
|
12
|
+
readonly type: StringConstructor;
|
|
13
|
+
};
|
|
14
|
+
readonly L: {
|
|
15
|
+
readonly type: StringConstructor;
|
|
16
|
+
};
|
|
17
|
+
readonly data: {
|
|
18
|
+
readonly type: PropType<any[] | Record<string, any>>;
|
|
19
|
+
};
|
|
20
|
+
readonly tooltipTitle: {
|
|
21
|
+
readonly type: StringConstructor;
|
|
22
|
+
readonly default: "";
|
|
23
|
+
};
|
|
24
|
+
readonly copySuccessTip: {
|
|
25
|
+
readonly type: StringConstructor;
|
|
26
|
+
readonly default: "";
|
|
27
|
+
};
|
|
28
|
+
readonly copyFailTip: {
|
|
29
|
+
readonly type: StringConstructor;
|
|
30
|
+
readonly default: "";
|
|
31
|
+
};
|
|
32
|
+
readonly cpStyle: {
|
|
33
|
+
readonly type: ObjectConstructor;
|
|
34
|
+
readonly default: () => {};
|
|
35
|
+
};
|
|
36
|
+
readonly classType: {
|
|
37
|
+
readonly type: StringConstructor;
|
|
38
|
+
readonly default: "ab";
|
|
39
|
+
};
|
|
40
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
41
|
+
readonly cpText: {
|
|
42
|
+
readonly type: StringConstructor;
|
|
43
|
+
readonly default: "";
|
|
44
|
+
};
|
|
45
|
+
readonly K: {
|
|
46
|
+
readonly type: StringConstructor;
|
|
47
|
+
readonly default: "";
|
|
48
|
+
};
|
|
49
|
+
readonly V: {
|
|
50
|
+
readonly type: StringConstructor;
|
|
51
|
+
};
|
|
52
|
+
readonly L: {
|
|
53
|
+
readonly type: StringConstructor;
|
|
54
|
+
};
|
|
55
|
+
readonly data: {
|
|
56
|
+
readonly type: PropType<any[] | Record<string, any>>;
|
|
57
|
+
};
|
|
58
|
+
readonly tooltipTitle: {
|
|
59
|
+
readonly type: StringConstructor;
|
|
60
|
+
readonly default: "";
|
|
61
|
+
};
|
|
62
|
+
readonly copySuccessTip: {
|
|
63
|
+
readonly type: StringConstructor;
|
|
64
|
+
readonly default: "";
|
|
65
|
+
};
|
|
66
|
+
readonly copyFailTip: {
|
|
67
|
+
readonly type: StringConstructor;
|
|
68
|
+
readonly default: "";
|
|
69
|
+
};
|
|
70
|
+
readonly cpStyle: {
|
|
71
|
+
readonly type: ObjectConstructor;
|
|
72
|
+
readonly default: () => {};
|
|
73
|
+
};
|
|
74
|
+
readonly classType: {
|
|
75
|
+
readonly type: StringConstructor;
|
|
76
|
+
readonly default: "ab";
|
|
77
|
+
};
|
|
78
|
+
}>> & Readonly<{}>, {
|
|
79
|
+
readonly cpText: string;
|
|
80
|
+
readonly K: string;
|
|
81
|
+
readonly tooltipTitle: string;
|
|
82
|
+
readonly copySuccessTip: string;
|
|
83
|
+
readonly copyFailTip: string;
|
|
84
|
+
readonly cpStyle: Record<string, any>;
|
|
85
|
+
readonly classType: string;
|
|
86
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
87
|
+
export default _default;
|
|
3
88
|
//# sourceMappingURL=copy.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"copy.vue.d.ts","sourceRoot":"","sources":["copy.vue
|
|
1
|
+
{"version":3,"file":"copy.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/func_comp/hb_func_comp_copy/src/copy.vue"],"names":[],"mappings":"AAoCA;AAiHA,OAAO,EAAiB,KAAK,QAAQ,EAAoC,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4IrF,wBAMG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../../../src/components/func_comp/hb_func_comp_copy/src/type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEtD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;uBAuBK,QAAQ,CAAC,GAAG,EAAE,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;CAuBxD,CAAC;AAEX,MAAM,WAAW,gBAAgB;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AACD,MAAM,MAAM,eAAe,GAAG,gBAAgB,CAAC,OAAO,WAAW,CAAC,CAAC"}
|
|
@@ -1,5 +1,194 @@
|
|
|
1
|
+
import { WithInstall } from '../../utils/withInstall';
|
|
2
|
+
import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
|
|
3
|
+
import { DragItems_Intf, ChildrenType } from '.';
|
|
1
4
|
export * from './src/type';
|
|
2
|
-
declare const HbDragInstall:
|
|
5
|
+
declare const HbDragInstall: WithInstall<{
|
|
6
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
7
|
+
readonly dragList: {
|
|
8
|
+
readonly type: PropType< DragItems_Intf[]>;
|
|
9
|
+
readonly required: true;
|
|
10
|
+
};
|
|
11
|
+
readonly childrenType: {
|
|
12
|
+
readonly type: PropType<ChildrenType>;
|
|
13
|
+
readonly default: "html";
|
|
14
|
+
};
|
|
15
|
+
readonly dragClass: {
|
|
16
|
+
readonly type: StringConstructor;
|
|
17
|
+
readonly default: "drag-item";
|
|
18
|
+
};
|
|
19
|
+
readonly ghostClass: {
|
|
20
|
+
readonly type: StringConstructor;
|
|
21
|
+
readonly default: null;
|
|
22
|
+
};
|
|
23
|
+
readonly chosenClass: {
|
|
24
|
+
readonly type: StringConstructor;
|
|
25
|
+
readonly default: null;
|
|
26
|
+
};
|
|
27
|
+
readonly sort: {
|
|
28
|
+
readonly type: BooleanConstructor;
|
|
29
|
+
readonly default: true;
|
|
30
|
+
};
|
|
31
|
+
readonly handle: {
|
|
32
|
+
readonly type: StringConstructor;
|
|
33
|
+
readonly default: "";
|
|
34
|
+
};
|
|
35
|
+
readonly filter: {
|
|
36
|
+
readonly type: StringConstructor;
|
|
37
|
+
readonly default: "";
|
|
38
|
+
};
|
|
39
|
+
readonly draggable: {
|
|
40
|
+
readonly type: StringConstructor;
|
|
41
|
+
readonly default: "";
|
|
42
|
+
};
|
|
43
|
+
}>> & Readonly<{
|
|
44
|
+
"onUpdate:dragList"?: ((...args: any[]) => any) | undefined;
|
|
45
|
+
onHandleDragStart?: ((...args: any[]) => any) | undefined;
|
|
46
|
+
onHandleDragEnd?: ((...args: any[]) => any) | undefined;
|
|
47
|
+
onHandleDragAdd?: ((...args: any[]) => any) | undefined;
|
|
48
|
+
onHandleDragRemove?: ((...args: any[]) => any) | undefined;
|
|
49
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
50
|
+
"update:dragList": (...args: any[]) => void;
|
|
51
|
+
handleDragStart: (...args: any[]) => void;
|
|
52
|
+
handleDragEnd: (...args: any[]) => void;
|
|
53
|
+
handleDragAdd: (...args: any[]) => void;
|
|
54
|
+
handleDragRemove: (...args: any[]) => void;
|
|
55
|
+
}, PublicProps, {
|
|
56
|
+
readonly sort: boolean;
|
|
57
|
+
readonly filter: string;
|
|
58
|
+
readonly draggable: string;
|
|
59
|
+
readonly ghostClass: string;
|
|
60
|
+
readonly handle: string;
|
|
61
|
+
readonly childrenType: ChildrenType;
|
|
62
|
+
readonly dragClass: string;
|
|
63
|
+
readonly chosenClass: string;
|
|
64
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
65
|
+
P: {};
|
|
66
|
+
B: {};
|
|
67
|
+
D: {};
|
|
68
|
+
C: {};
|
|
69
|
+
M: {};
|
|
70
|
+
Defaults: {};
|
|
71
|
+
}, Readonly< ExtractPropTypes<{
|
|
72
|
+
readonly dragList: {
|
|
73
|
+
readonly type: PropType< DragItems_Intf[]>;
|
|
74
|
+
readonly required: true;
|
|
75
|
+
};
|
|
76
|
+
readonly childrenType: {
|
|
77
|
+
readonly type: PropType<ChildrenType>;
|
|
78
|
+
readonly default: "html";
|
|
79
|
+
};
|
|
80
|
+
readonly dragClass: {
|
|
81
|
+
readonly type: StringConstructor;
|
|
82
|
+
readonly default: "drag-item";
|
|
83
|
+
};
|
|
84
|
+
readonly ghostClass: {
|
|
85
|
+
readonly type: StringConstructor;
|
|
86
|
+
readonly default: null;
|
|
87
|
+
};
|
|
88
|
+
readonly chosenClass: {
|
|
89
|
+
readonly type: StringConstructor;
|
|
90
|
+
readonly default: null;
|
|
91
|
+
};
|
|
92
|
+
readonly sort: {
|
|
93
|
+
readonly type: BooleanConstructor;
|
|
94
|
+
readonly default: true;
|
|
95
|
+
};
|
|
96
|
+
readonly handle: {
|
|
97
|
+
readonly type: StringConstructor;
|
|
98
|
+
readonly default: "";
|
|
99
|
+
};
|
|
100
|
+
readonly filter: {
|
|
101
|
+
readonly type: StringConstructor;
|
|
102
|
+
readonly default: "";
|
|
103
|
+
};
|
|
104
|
+
readonly draggable: {
|
|
105
|
+
readonly type: StringConstructor;
|
|
106
|
+
readonly default: "";
|
|
107
|
+
};
|
|
108
|
+
}>> & Readonly<{
|
|
109
|
+
"onUpdate:dragList"?: ((...args: any[]) => any) | undefined;
|
|
110
|
+
onHandleDragStart?: ((...args: any[]) => any) | undefined;
|
|
111
|
+
onHandleDragEnd?: ((...args: any[]) => any) | undefined;
|
|
112
|
+
onHandleDragAdd?: ((...args: any[]) => any) | undefined;
|
|
113
|
+
onHandleDragRemove?: ((...args: any[]) => any) | undefined;
|
|
114
|
+
}>, {}, {}, {}, {}, {
|
|
115
|
+
readonly sort: boolean;
|
|
116
|
+
readonly filter: string;
|
|
117
|
+
readonly draggable: string;
|
|
118
|
+
readonly ghostClass: string;
|
|
119
|
+
readonly handle: string;
|
|
120
|
+
readonly childrenType: ChildrenType;
|
|
121
|
+
readonly dragClass: string;
|
|
122
|
+
readonly chosenClass: string;
|
|
123
|
+
}>;
|
|
124
|
+
__isFragment?: never;
|
|
125
|
+
__isTeleport?: never;
|
|
126
|
+
__isSuspense?: never;
|
|
127
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
128
|
+
readonly dragList: {
|
|
129
|
+
readonly type: PropType< DragItems_Intf[]>;
|
|
130
|
+
readonly required: true;
|
|
131
|
+
};
|
|
132
|
+
readonly childrenType: {
|
|
133
|
+
readonly type: PropType<ChildrenType>;
|
|
134
|
+
readonly default: "html";
|
|
135
|
+
};
|
|
136
|
+
readonly dragClass: {
|
|
137
|
+
readonly type: StringConstructor;
|
|
138
|
+
readonly default: "drag-item";
|
|
139
|
+
};
|
|
140
|
+
readonly ghostClass: {
|
|
141
|
+
readonly type: StringConstructor;
|
|
142
|
+
readonly default: null;
|
|
143
|
+
};
|
|
144
|
+
readonly chosenClass: {
|
|
145
|
+
readonly type: StringConstructor;
|
|
146
|
+
readonly default: null;
|
|
147
|
+
};
|
|
148
|
+
readonly sort: {
|
|
149
|
+
readonly type: BooleanConstructor;
|
|
150
|
+
readonly default: true;
|
|
151
|
+
};
|
|
152
|
+
readonly handle: {
|
|
153
|
+
readonly type: StringConstructor;
|
|
154
|
+
readonly default: "";
|
|
155
|
+
};
|
|
156
|
+
readonly filter: {
|
|
157
|
+
readonly type: StringConstructor;
|
|
158
|
+
readonly default: "";
|
|
159
|
+
};
|
|
160
|
+
readonly draggable: {
|
|
161
|
+
readonly type: StringConstructor;
|
|
162
|
+
readonly default: "";
|
|
163
|
+
};
|
|
164
|
+
}>> & Readonly<{
|
|
165
|
+
"onUpdate:dragList"?: ((...args: any[]) => any) | undefined;
|
|
166
|
+
onHandleDragStart?: ((...args: any[]) => any) | undefined;
|
|
167
|
+
onHandleDragEnd?: ((...args: any[]) => any) | undefined;
|
|
168
|
+
onHandleDragAdd?: ((...args: any[]) => any) | undefined;
|
|
169
|
+
onHandleDragRemove?: ((...args: any[]) => any) | undefined;
|
|
170
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
171
|
+
"update:dragList": (...args: any[]) => void;
|
|
172
|
+
handleDragStart: (...args: any[]) => void;
|
|
173
|
+
handleDragEnd: (...args: any[]) => void;
|
|
174
|
+
handleDragAdd: (...args: any[]) => void;
|
|
175
|
+
handleDragRemove: (...args: any[]) => void;
|
|
176
|
+
}, string, {
|
|
177
|
+
readonly sort: boolean;
|
|
178
|
+
readonly filter: string;
|
|
179
|
+
readonly draggable: string;
|
|
180
|
+
readonly ghostClass: string;
|
|
181
|
+
readonly handle: string;
|
|
182
|
+
readonly childrenType: ChildrenType;
|
|
183
|
+
readonly dragClass: string;
|
|
184
|
+
readonly chosenClass: string;
|
|
185
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
186
|
+
$slots: {
|
|
187
|
+
default?(_: {
|
|
188
|
+
item: any;
|
|
189
|
+
}): any;
|
|
190
|
+
};
|
|
191
|
+
})>;
|
|
3
192
|
export default HbDragInstall;
|
|
4
193
|
export type HbDragInstance = InstanceType<typeof HbDragInstall>;
|
|
5
194
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAEA,cAAc,YAAY,CAAC;AAE3B,QAAA,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/func_comp/hb_func_comp_drag/index.ts"],"names":[],"mappings":";;;AAEA,cAAc,YAAY,CAAC;AAE3B,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAsB,CAAC;AAC1C,eAAe,aAAa,CAAC;AAE7B,MAAM,MAAM,cAAc,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC"}
|
|
@@ -1,3 +1,117 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
import { DragItems_Intf, ChildrenType } from './type';
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
attrs: Partial<{}>;
|
|
5
|
+
slots: {
|
|
6
|
+
default?(_: {
|
|
7
|
+
item: any;
|
|
8
|
+
}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: HTMLDivElement;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
15
|
+
readonly dragList: {
|
|
16
|
+
readonly type: PropType< DragItems_Intf[]>;
|
|
17
|
+
readonly required: true;
|
|
18
|
+
};
|
|
19
|
+
readonly childrenType: {
|
|
20
|
+
readonly type: PropType<ChildrenType>;
|
|
21
|
+
readonly default: "html";
|
|
22
|
+
};
|
|
23
|
+
readonly dragClass: {
|
|
24
|
+
readonly type: StringConstructor;
|
|
25
|
+
readonly default: "drag-item";
|
|
26
|
+
};
|
|
27
|
+
readonly ghostClass: {
|
|
28
|
+
readonly type: StringConstructor;
|
|
29
|
+
readonly default: null;
|
|
30
|
+
};
|
|
31
|
+
readonly chosenClass: {
|
|
32
|
+
readonly type: StringConstructor;
|
|
33
|
+
readonly default: null;
|
|
34
|
+
};
|
|
35
|
+
readonly sort: {
|
|
36
|
+
readonly type: BooleanConstructor;
|
|
37
|
+
readonly default: true;
|
|
38
|
+
};
|
|
39
|
+
readonly handle: {
|
|
40
|
+
readonly type: StringConstructor;
|
|
41
|
+
readonly default: "";
|
|
42
|
+
};
|
|
43
|
+
readonly filter: {
|
|
44
|
+
readonly type: StringConstructor;
|
|
45
|
+
readonly default: "";
|
|
46
|
+
};
|
|
47
|
+
readonly draggable: {
|
|
48
|
+
readonly type: StringConstructor;
|
|
49
|
+
readonly default: "";
|
|
50
|
+
};
|
|
51
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
52
|
+
"update:dragList": (...args: any[]) => void;
|
|
53
|
+
handleDragStart: (...args: any[]) => void;
|
|
54
|
+
handleDragEnd: (...args: any[]) => void;
|
|
55
|
+
handleDragAdd: (...args: any[]) => void;
|
|
56
|
+
handleDragRemove: (...args: any[]) => void;
|
|
57
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
58
|
+
readonly dragList: {
|
|
59
|
+
readonly type: PropType< DragItems_Intf[]>;
|
|
60
|
+
readonly required: true;
|
|
61
|
+
};
|
|
62
|
+
readonly childrenType: {
|
|
63
|
+
readonly type: PropType<ChildrenType>;
|
|
64
|
+
readonly default: "html";
|
|
65
|
+
};
|
|
66
|
+
readonly dragClass: {
|
|
67
|
+
readonly type: StringConstructor;
|
|
68
|
+
readonly default: "drag-item";
|
|
69
|
+
};
|
|
70
|
+
readonly ghostClass: {
|
|
71
|
+
readonly type: StringConstructor;
|
|
72
|
+
readonly default: null;
|
|
73
|
+
};
|
|
74
|
+
readonly chosenClass: {
|
|
75
|
+
readonly type: StringConstructor;
|
|
76
|
+
readonly default: null;
|
|
77
|
+
};
|
|
78
|
+
readonly sort: {
|
|
79
|
+
readonly type: BooleanConstructor;
|
|
80
|
+
readonly default: true;
|
|
81
|
+
};
|
|
82
|
+
readonly handle: {
|
|
83
|
+
readonly type: StringConstructor;
|
|
84
|
+
readonly default: "";
|
|
85
|
+
};
|
|
86
|
+
readonly filter: {
|
|
87
|
+
readonly type: StringConstructor;
|
|
88
|
+
readonly default: "";
|
|
89
|
+
};
|
|
90
|
+
readonly draggable: {
|
|
91
|
+
readonly type: StringConstructor;
|
|
92
|
+
readonly default: "";
|
|
93
|
+
};
|
|
94
|
+
}>> & Readonly<{
|
|
95
|
+
"onUpdate:dragList"?: ((...args: any[]) => any) | undefined;
|
|
96
|
+
onHandleDragStart?: ((...args: any[]) => any) | undefined;
|
|
97
|
+
onHandleDragEnd?: ((...args: any[]) => any) | undefined;
|
|
98
|
+
onHandleDragAdd?: ((...args: any[]) => any) | undefined;
|
|
99
|
+
onHandleDragRemove?: ((...args: any[]) => any) | undefined;
|
|
100
|
+
}>, {
|
|
101
|
+
readonly sort: boolean;
|
|
102
|
+
readonly filter: string;
|
|
103
|
+
readonly draggable: string;
|
|
104
|
+
readonly ghostClass: string;
|
|
105
|
+
readonly handle: string;
|
|
106
|
+
readonly childrenType: ChildrenType;
|
|
107
|
+
readonly dragClass: string;
|
|
108
|
+
readonly chosenClass: string;
|
|
109
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
110
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
111
|
+
export default _default;
|
|
112
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
113
|
+
new (): {
|
|
114
|
+
$slots: S;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
3
117
|
//# sourceMappingURL=index.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["index.vue
|
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/func_comp/hb_func_comp_drag/src/index.vue"],"names":[],"mappings":";;AAoCA;AAsIA,iBAAS,cAAc;WA0HT,OAAO,IAA6B;;;;YAXpB,GAAG;;;;EAgBhC;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uFAQnB,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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../../../src/components/func_comp/hb_func_comp_drag/src/type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAE5D,MAAM,WAAW,cAAc;IAC7B,SAAS,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;IAC/B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,WAAW,CAAC;AAEhD,eAAO,MAAM,WAAW;;uBAEL,QAAQ,CAAC,cAAc,EAAE,CAAC;;;;uBAKzB,QAAQ,CAAC,YAAY,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgChC,CAAC;AAEX,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,EAAE,cAAc,EAAE,CAAC;IAC3B,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,MAAM,UAAU,GAAG,gBAAgB,CAAC,OAAO,WAAW,CAAC,CAAC"}
|