@hb-hellotech/hb-ui 2.8.0-beta.3 → 2.9.0-beta.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/README.md +3 -0
- package/dist/App.d.ts.map +1 -1
- 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_list_btns_act/src/HbListBtns.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_page_act/index.d.ts +80 -6
- 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 +46 -4
- 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_table/src/HbListTable.d.ts +13 -26
- 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 +23 -8
- 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.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_table_act/src/type.d.ts +3 -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/src/HbTableColumnSet.d.ts.map +1 -1
- package/dist/components/business_comp/modal_comp/log_modal/index.d.ts +6 -6
- package/dist/components/business_comp/modal_comp/log_modal/src/HbLogModal.d.ts +2 -2
- package/dist/components/business_comp/unlist_page_comp/hb_detail_box/index.d.ts +3 -3
- package/dist/components/business_comp/unlist_page_comp/hb_detail_box/src/HbLibDetailBox.d.ts +1 -1
- package/dist/components/business_comp/unlist_page_comp/hb_undetail_box/index.d.ts +3 -3
- package/dist/components/business_comp/unlist_page_comp/hb_undetail_box/src/HbLibUnDetailBox.d.ts +1 -1
- package/dist/components/func_comp/hb_func_comp_drag/index.d.ts +6 -6
- package/dist/components/func_comp/hb_func_comp_drag/src/index.d.ts +2 -2
- package/dist/components/func_comp/hb_func_comp_tree/src/tree.d.ts +24 -51
- package/dist/components/func_comp/hb_func_file_preview/index.d.ts +14 -14
- package/dist/components/func_comp/hb_func_file_preview/src/file_preview.d.ts +5 -5
- package/dist/components/func_comp/hb_func_file_preview/src/file_preview.d.ts.map +1 -1
- package/dist/components/func_comp/hb_func_icon/src/icon.d.ts +4 -3
- package/dist/components/func_comp/hb_func_icon/src/icon.d.ts.map +1 -1
- package/dist/components/func_comp/hb_func_icon/src/type.d.ts +3 -1
- package/dist/components/func_comp/hb_func_icon/src/type.d.ts.map +1 -1
- package/dist/components/func_comp/hb_icon_box/src/iconBox.d.ts +10 -0
- package/dist/components/func_comp/hb_icon_box/src/iconBox.d.ts.map +1 -1
- package/dist/components/func_comp/hb_ui_config/index.d.ts +1 -0
- 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.map +1 -1
- package/dist/components/hooks/useIconfont.d.ts +2 -2
- package/dist/config/index.d.ts +18 -3
- package/dist/config/index.d.ts.map +1 -1
- package/dist/demo/Table.d.ts.map +1 -1
- package/dist/hb_component_lib.css +1 -1
- package/dist/hb_component_lib.js +4518 -4326
- package/dist/hb_component_lib.umd.cjs +113 -113
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/App.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"App.vue.d.ts","sourceRoot":"","sources":["../src/App.vue"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"App.vue.d.ts","sourceRoot":"","sources":["../src/App.vue"],"names":[],"mappings":";;AAsPA,wBAMG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HbFormItemFilterModal.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_form_item_filter_modal/src/HbFormItemFilterModal.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"HbFormItemFilterModal.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_form_item_filter_modal/src/HbFormItemFilterModal.vue"],"names":[],"mappings":";AAgHA;AAuvBA,OAAO,KAAK,EACR,gBAAgB,EAChB,kBAAkB,EACrB,MAAM,8EAA8E,CAAC;;;;;;;;;;;;AA4vBtF,wBAUG"}
|
package/dist/components/business_comp/list_page_comp/hb_list_btns_act/src/HbListBtns.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HbListBtns.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_btns_act/src/HbListBtns.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"HbListBtns.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_btns_act/src/HbListBtns.vue"],"names":[],"mappings":";AAqHA;AA+LA,OAAO,EAAE,oBAAoB,EAAE,MAAM,qEAAqE,CAAC;AA8C3G,iBAAS,cAAc;WA6OT,OAAO,IAA6B;;0BAXpB,GAAG;2BACD,GAAG;;;;EAelC;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;0FASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC9B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GAC5C,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AACF,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AACF,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1,25 +1,99 @@
|
|
|
1
1
|
import { WithInstall } from '../../../utils/withInstall';
|
|
2
|
-
import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
|
|
3
|
-
import { HbListPageActProps_Intf } from '.';
|
|
2
|
+
import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
|
|
4
3
|
export * from './src/type';
|
|
5
4
|
declare const HbListPageAct: WithInstall<{
|
|
6
|
-
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<
|
|
5
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
6
|
+
needReload: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
needOpenOrClose: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
isShowFullScreen: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
hideDomList: {
|
|
19
|
+
type: PropType<string[]>;
|
|
20
|
+
default: () => never[];
|
|
21
|
+
};
|
|
22
|
+
}>> & Readonly<{
|
|
23
|
+
onHandleOpenOrClose?: ((...args: any[]) => any) | undefined;
|
|
24
|
+
onHandleReload?: ((...args: any[]) => any) | undefined;
|
|
25
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
26
|
+
handleOpenOrClose: (...args: any[]) => void;
|
|
27
|
+
handleReload: (...args: any[]) => void;
|
|
28
|
+
}, PublicProps, {
|
|
7
29
|
isShowFullScreen: boolean;
|
|
8
|
-
|
|
30
|
+
hideDomList: string[];
|
|
31
|
+
needReload: boolean;
|
|
32
|
+
needOpenOrClose: boolean;
|
|
33
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLElement, ComponentProvideOptions, {
|
|
9
34
|
P: {};
|
|
10
35
|
B: {};
|
|
11
36
|
D: {};
|
|
12
37
|
C: {};
|
|
13
38
|
M: {};
|
|
14
39
|
Defaults: {};
|
|
15
|
-
}, Readonly<
|
|
40
|
+
}, Readonly< ExtractPropTypes<{
|
|
41
|
+
needReload: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
needOpenOrClose: {
|
|
46
|
+
type: BooleanConstructor;
|
|
47
|
+
default: boolean;
|
|
48
|
+
};
|
|
49
|
+
isShowFullScreen: {
|
|
50
|
+
type: BooleanConstructor;
|
|
51
|
+
default: boolean;
|
|
52
|
+
};
|
|
53
|
+
hideDomList: {
|
|
54
|
+
type: PropType<string[]>;
|
|
55
|
+
default: () => never[];
|
|
56
|
+
};
|
|
57
|
+
}>> & Readonly<{
|
|
58
|
+
onHandleOpenOrClose?: ((...args: any[]) => any) | undefined;
|
|
59
|
+
onHandleReload?: ((...args: any[]) => any) | undefined;
|
|
60
|
+
}>, {}, {}, {}, {}, {
|
|
16
61
|
isShowFullScreen: boolean;
|
|
62
|
+
hideDomList: string[];
|
|
63
|
+
needReload: boolean;
|
|
64
|
+
needOpenOrClose: boolean;
|
|
17
65
|
}>;
|
|
18
66
|
__isFragment?: never;
|
|
19
67
|
__isTeleport?: never;
|
|
20
68
|
__isSuspense?: never;
|
|
21
|
-
} & ComponentOptionsBase<Readonly<
|
|
69
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
70
|
+
needReload: {
|
|
71
|
+
type: BooleanConstructor;
|
|
72
|
+
default: boolean;
|
|
73
|
+
};
|
|
74
|
+
needOpenOrClose: {
|
|
75
|
+
type: BooleanConstructor;
|
|
76
|
+
default: boolean;
|
|
77
|
+
};
|
|
78
|
+
isShowFullScreen: {
|
|
79
|
+
type: BooleanConstructor;
|
|
80
|
+
default: boolean;
|
|
81
|
+
};
|
|
82
|
+
hideDomList: {
|
|
83
|
+
type: PropType<string[]>;
|
|
84
|
+
default: () => never[];
|
|
85
|
+
};
|
|
86
|
+
}>> & Readonly<{
|
|
87
|
+
onHandleOpenOrClose?: ((...args: any[]) => any) | undefined;
|
|
88
|
+
onHandleReload?: ((...args: any[]) => any) | undefined;
|
|
89
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
90
|
+
handleOpenOrClose: (...args: any[]) => void;
|
|
91
|
+
handleReload: (...args: any[]) => void;
|
|
92
|
+
}, string, {
|
|
22
93
|
isShowFullScreen: boolean;
|
|
94
|
+
hideDomList: string[];
|
|
95
|
+
needReload: boolean;
|
|
96
|
+
needOpenOrClose: boolean;
|
|
23
97
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
24
98
|
$slots: {
|
|
25
99
|
listAct?(_: {}): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/list_page_comp/hb_list_page_act/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/list_page_comp/hb_list_page_act/index.ts"],"names":[],"mappings":";;AAGA,cAAc,YAAY,CAAC;AAC3B,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA2B,CAAC;AAC/C,eAAe,aAAa,CAAC;AAE7B,MAAM,MAAM,6BAA6B,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC"}
|
package/dist/components/business_comp/list_page_comp/hb_list_page_act/src/HbListPageAct.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
|
+
import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
2
|
declare function __VLS_template(): {
|
|
4
3
|
attrs: Partial<{}>;
|
|
5
4
|
slots: {
|
|
@@ -9,9 +8,52 @@ declare function __VLS_template(): {
|
|
|
9
8
|
rootEl: HTMLElement;
|
|
10
9
|
};
|
|
11
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
-
declare const __VLS_component: DefineComponent<
|
|
11
|
+
declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
12
|
+
needReload: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
16
|
+
needOpenOrClose: {
|
|
17
|
+
type: BooleanConstructor;
|
|
18
|
+
default: boolean;
|
|
19
|
+
};
|
|
20
|
+
isShowFullScreen: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
default: boolean;
|
|
23
|
+
};
|
|
24
|
+
hideDomList: {
|
|
25
|
+
type: PropType<string[]>;
|
|
26
|
+
default: () => never[];
|
|
27
|
+
};
|
|
28
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
29
|
+
handleOpenOrClose: (...args: any[]) => void;
|
|
30
|
+
handleReload: (...args: any[]) => void;
|
|
31
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
32
|
+
needReload: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
needOpenOrClose: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
isShowFullScreen: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
hideDomList: {
|
|
45
|
+
type: PropType<string[]>;
|
|
46
|
+
default: () => never[];
|
|
47
|
+
};
|
|
48
|
+
}>> & Readonly<{
|
|
49
|
+
onHandleOpenOrClose?: ((...args: any[]) => any) | undefined;
|
|
50
|
+
onHandleReload?: ((...args: any[]) => any) | undefined;
|
|
51
|
+
}>, {
|
|
13
52
|
isShowFullScreen: boolean;
|
|
14
|
-
|
|
53
|
+
hideDomList: string[];
|
|
54
|
+
needReload: boolean;
|
|
55
|
+
needOpenOrClose: boolean;
|
|
56
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLElement>;
|
|
15
57
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
58
|
export default _default;
|
|
17
59
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
package/dist/components/business_comp/list_page_comp/hb_list_page_act/src/HbListPageAct.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HbListPageAct.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_page_act/src/HbListPageAct.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"HbListPageAct.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_page_act/src/HbListPageAct.vue"],"names":[],"mappings":"AAyMA;AAAA,OA+XO,EAA8C,QAAQ,EAAE,MAAM,KAAK,CAAC;AAwI3E,iBAAS,cAAc;WAiYT,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAiCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;cAoBE,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;cAAlB,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;;;;;;;oFAKvC,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,5 +1,6 @@
|
|
|
1
|
-
import { HbTableProps_Intf } from './type';
|
|
2
|
-
import { DefineComponent,
|
|
1
|
+
import { ColumnType, HbTableProps_Intf } from './type';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
import { TooltipPlacement } from 'ant-design-vue/es/tooltip';
|
|
3
4
|
declare function __VLS_template(): {
|
|
4
5
|
attrs: Partial<{}>;
|
|
5
6
|
slots: {
|
|
@@ -38,39 +39,25 @@ declare function __VLS_template(): {
|
|
|
38
39
|
rootEl: HTMLDivElement;
|
|
39
40
|
};
|
|
40
41
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
41
|
-
declare const __VLS_component: DefineComponent<
|
|
42
|
-
tooltipPlacement: () => "topLeft";
|
|
43
|
-
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
42
|
+
declare const __VLS_component: DefineComponent<HbTableProps_Intf, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
44
43
|
change: (...args: any[]) => void;
|
|
44
|
+
"on-get-columns": (...args: any[]) => void;
|
|
45
45
|
resizeCol: (...args: any[]) => void;
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
}>>> & Readonly<{
|
|
46
|
+
refresh: (...args: any[]) => void;
|
|
47
|
+
}, string, PublicProps, Readonly<HbTableProps_Intf> & Readonly<{
|
|
49
48
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
49
|
+
"onOn-get-columns"?: ((...args: any[]) => any) | undefined;
|
|
50
50
|
onResizeCol?: ((...args: any[]) => any) | undefined;
|
|
51
|
-
|
|
51
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
52
|
+
}>, {
|
|
53
|
+
tooltipPlacement: TooltipPlacement;
|
|
54
|
+
columnSetLocalColumns: ColumnType[];
|
|
55
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
52
56
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
53
57
|
export default _default;
|
|
54
|
-
type __VLS_WithDefaults<P, D> = {
|
|
55
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
56
|
-
default: D[K];
|
|
57
|
-
}> : P[K];
|
|
58
|
-
};
|
|
59
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
60
|
-
type __VLS_TypePropsToOption<T> = {
|
|
61
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
62
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
63
|
-
} : {
|
|
64
|
-
type: PropType<T[K]>;
|
|
65
|
-
required: true;
|
|
66
|
-
};
|
|
67
|
-
};
|
|
68
58
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
69
59
|
new (): {
|
|
70
60
|
$slots: S;
|
|
71
61
|
};
|
|
72
62
|
};
|
|
73
|
-
type __VLS_PrettifyLocal<T> = {
|
|
74
|
-
[K in keyof T]: T[K];
|
|
75
|
-
} & {};
|
|
76
63
|
//# sourceMappingURL=HbListTable.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HbListTable.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_table/src/HbListTable.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"HbListTable.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_table/src/HbListTable.vue"],"names":[],"mappings":";;AAkNA;AAmnBA,OAAO,EACH,UAAU,EACV,iBAAiB,EAEpB,MAAM,kEAAkE,CAAC;AAgV1E,iBAAS,cAAc;WAoUT,OAAO,IAA6B;;8BArBhB,GAAG;+BACF,GAAG;;;;YACL,GAAG;;;;;;YACL,GAAG;;;;YACM,GAAG;;;YACA,GAAG;;;YACP,GAAG;;;;;YACT,GAAG;wBACP,GAAG;yBACF,GAAG;uBACL,GAAG;;;;EAgB9B;AAoBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;wFASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,22 +1,27 @@
|
|
|
1
|
-
import { ExtractPropTypes, PropType } from 'vue';
|
|
1
|
+
import { ExtractPropTypes, PropType, VNodeChild } from 'vue';
|
|
2
|
+
import { TooltipPlacement } from 'ant-design-vue/es/tooltip';
|
|
3
|
+
import { AlignType } from 'ant-design-vue/es/vc-table/interface';
|
|
2
4
|
export interface TagType {
|
|
3
5
|
[key: string]: string;
|
|
4
6
|
}
|
|
5
7
|
export interface ColumnType {
|
|
6
|
-
title
|
|
8
|
+
title?: VNodeChild | (() => VNodeChild);
|
|
9
|
+
label?: string;
|
|
7
10
|
dataIndex: string;
|
|
8
11
|
key: string;
|
|
12
|
+
checked?: boolean;
|
|
9
13
|
width?: string | number;
|
|
10
|
-
align?:
|
|
14
|
+
align?: AlignType;
|
|
11
15
|
ellipsis?: boolean;
|
|
12
|
-
fixed?: boolean |
|
|
16
|
+
fixed?: boolean | 'left' | 'right';
|
|
13
17
|
needTooltip?: boolean;
|
|
14
18
|
needCopy?: boolean;
|
|
15
19
|
needFormat?: boolean;
|
|
16
20
|
format?: string;
|
|
17
21
|
tags?: TagType;
|
|
18
22
|
strLen?: number;
|
|
19
|
-
|
|
23
|
+
resizable?: boolean;
|
|
24
|
+
[key: string]: unknown;
|
|
20
25
|
}
|
|
21
26
|
export declare const HbTableProps: {
|
|
22
27
|
readonly columns: {
|
|
@@ -32,17 +37,27 @@ export declare const HbTableProps: {
|
|
|
32
37
|
readonly default: 150;
|
|
33
38
|
};
|
|
34
39
|
readonly tooltipPlacement: {
|
|
35
|
-
readonly type: PropType<
|
|
40
|
+
readonly type: PropType<TooltipPlacement>;
|
|
36
41
|
readonly default: "top";
|
|
37
42
|
};
|
|
43
|
+
readonly showColumnSet: {
|
|
44
|
+
readonly type: BooleanConstructor;
|
|
45
|
+
readonly default: false;
|
|
46
|
+
};
|
|
47
|
+
readonly columnSetLocalColumns: {
|
|
48
|
+
readonly type: PropType<ColumnType[]>;
|
|
49
|
+
readonly default: () => never[];
|
|
50
|
+
};
|
|
38
51
|
};
|
|
39
52
|
export interface HbTableProps_Intf {
|
|
40
53
|
columns: ColumnType[];
|
|
41
54
|
rowHeight?: string | number;
|
|
42
55
|
defaultWidth: string | number;
|
|
43
|
-
tooltipPlacement?:
|
|
56
|
+
tooltipPlacement?: TooltipPlacement;
|
|
44
57
|
isFixTbHeight?: boolean;
|
|
45
|
-
|
|
58
|
+
isUnFixTbHeight?: boolean;
|
|
59
|
+
showColumnSet?: boolean;
|
|
60
|
+
columnSetLocalColumns?: ColumnType[];
|
|
46
61
|
}
|
|
47
62
|
export type HbTablePropsType = ExtractPropTypes<typeof HbTableProps>;
|
|
48
63
|
//# sourceMappingURL=type.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_table/src/type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_table/src/type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAClE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAC;AAEtE,MAAM,WAAW,OAAO;IAEtB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACvB;AACD,MAAM,WAAW,UAAU;IAEzB,KAAK,CAAC,EAAE,UAAU,GAAG,CAAC,MAAM,UAAU,CAAC,CAAC;IAExC,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,SAAS,EAAE,MAAM,CAAC;IAElB,GAAG,EAAE,MAAM,CAAC;IAEZ,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAExB,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC;IAEnC,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AACD,eAAO,MAAM,YAAY;;uBAEN,QAAQ,CAAC,UAAU,EAAE,CAAC;;;;;uBAOrB,QAAQ,CAAC,MAAM,GAAG,MAAM,CAAC;;;uBAIf,QAAQ,CAAC,MAAM,GAAG,MAAM,CAAC;;;;uBAInC,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;uBAU3B,QAAQ,CAAC,UAAU,EAAE,CAAC;;;CAG/B,CAAC;AAEX,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,YAAY,EAAE,MAAM,GAAG,MAAM,CAAC;IAC9B,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,qBAAqB,CAAC,EAAE,UAAU,EAAE,CAAC;CACtC;AACD,MAAM,MAAM,gBAAgB,GAAG,gBAAgB,CAAC,OAAO,YAAY,CAAC,CAAC"}
|
package/dist/components/business_comp/list_page_comp/hb_list_table_act/src/HbTableAct.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HbTableAct.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_table_act/src/HbTableAct.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"HbTableAct.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_table_act/src/HbTableAct.vue"],"names":[],"mappings":";AA+LA;AAmdA,OAAO,KAAK,EACR,QAAQ,EACR,IAAI,EACJ,QAAQ,EACR,UAAU,EACV,KAAK,EACR,MAAM,gBAAgB,CAAC;AACxB,OAAO,KAAK,EAAE,YAAY,IAAI,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAW9E,OAAO,KAAK,EACR,UAAU,EACV,KAAK,EACR,MAAM,sEAAsE,CAAC;AAuN9E,iBAAS,cAAc;WAsXT,OAAO,IAA6B;;;;UAXqC,GAAG;;;EAgBzF;AA0BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;eA/aN,OAAO,QAAQ;WACnB,OAAO,IAAI;eACP,OAAO,QAAQ;iBACb,OAAO,UAAU;YACtB,OAAO,KAAK;kBACN,OAAO,gBAAgB;yPAkbvC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
* 操作项接口定义
|
|
3
3
|
*/
|
|
4
4
|
export interface ActionItem {
|
|
5
|
+
icon?: string;
|
|
5
6
|
key: string;
|
|
6
|
-
label
|
|
7
|
+
label?: string;
|
|
7
8
|
condition?: boolean;
|
|
8
9
|
type?: 'main' | 'more';
|
|
9
10
|
handler: (record: any, callback?: () => void) => void;
|
|
@@ -19,6 +20,7 @@ export interface ActionItem {
|
|
|
19
20
|
* 组件属性接口定义
|
|
20
21
|
*/
|
|
21
22
|
export interface Props {
|
|
23
|
+
hideDomList: string[];
|
|
22
24
|
filterPermission?: (actions: ActionItem[]) => ActionItem[];
|
|
23
25
|
actions: ActionItem[];
|
|
24
26
|
record: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_table_act/src/type.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,UAAU;IAEvB,GAAG,EAAE,MAAM,CAAC;IAEZ,KAAK,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_table_act/src/type.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,UAAU;IAEvB,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,GAAG,EAAE,MAAM,CAAC;IAEZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,OAAO,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,CAAC,EAAE,MAAM,IAAI,KAAK,IAAI,CAAC;IACtD,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,YAAY,GAAG,OAAO,CAAC;IACrC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,KAAK;IAClB,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,gBAAgB,CAAC,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,KAAK,UAAU,EAAE,CAAC;IAC3D,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,MAAM,EAAE,GAAG,CAAC;IACZ,sBAAsB,CAAC,EAAE,MAAM,CAAC;CACnC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HbTableColumnSet.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_table_colums_set/src/HbTableColumnSet.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"HbTableColumnSet.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_table_colums_set/src/HbTableColumnSet.vue"],"names":[],"mappings":";AAsMA;;;;;;;;;;;;;;;;;;;cAk2CuB,MAAM,GAAG,EAAE;;;;cAKX,MAAM,GAAG,EAAE;;;;;;;;;;;;;;;;;;;;;;;cALX,MAAM,GAAG,EAAE;;;;cAKX,MAAM,GAAG,EAAE;;;;;;;;;;;;;AA7BlC,wBAkCG"}
|
|
@@ -13,10 +13,10 @@ declare const HbLibLogModal: WithInstall<{
|
|
|
13
13
|
"update:visible": (...args: any[]) => void;
|
|
14
14
|
}, PublicProps, {
|
|
15
15
|
title: string;
|
|
16
|
-
params: Record<string, any>;
|
|
17
|
-
visible: boolean;
|
|
18
16
|
width: string | number;
|
|
19
17
|
height: string | number;
|
|
18
|
+
params: Record<string, any>;
|
|
19
|
+
visible: boolean;
|
|
20
20
|
columns: TableColumnsType;
|
|
21
21
|
needBtn: boolean;
|
|
22
22
|
dataStr: string;
|
|
@@ -36,10 +36,10 @@ declare const HbLibLogModal: WithInstall<{
|
|
|
36
36
|
loading: Ref<boolean, boolean>;
|
|
37
37
|
}, {}, {}, {}, {
|
|
38
38
|
title: string;
|
|
39
|
-
params: Record<string, any>;
|
|
40
|
-
visible: boolean;
|
|
41
39
|
width: string | number;
|
|
42
40
|
height: string | number;
|
|
41
|
+
params: Record<string, any>;
|
|
42
|
+
visible: boolean;
|
|
43
43
|
columns: TableColumnsType;
|
|
44
44
|
needBtn: boolean;
|
|
45
45
|
dataStr: string;
|
|
@@ -58,10 +58,10 @@ declare const HbLibLogModal: WithInstall<{
|
|
|
58
58
|
"update:visible": (...args: any[]) => void;
|
|
59
59
|
}, string, {
|
|
60
60
|
title: string;
|
|
61
|
-
params: Record<string, any>;
|
|
62
|
-
visible: boolean;
|
|
63
61
|
width: string | number;
|
|
64
62
|
height: string | number;
|
|
63
|
+
params: Record<string, any>;
|
|
64
|
+
visible: boolean;
|
|
65
65
|
columns: TableColumnsType;
|
|
66
66
|
needBtn: boolean;
|
|
67
67
|
dataStr: string;
|
|
@@ -23,10 +23,10 @@ declare const __VLS_component: DefineComponent<LogModalProps_Intf, {
|
|
|
23
23
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
24
24
|
}>, {
|
|
25
25
|
title: string;
|
|
26
|
-
params: Record<string, any>;
|
|
27
|
-
visible: boolean;
|
|
28
26
|
width: string | number;
|
|
29
27
|
height: string | number;
|
|
28
|
+
params: Record<string, any>;
|
|
29
|
+
visible: boolean;
|
|
30
30
|
columns: ColumnsType;
|
|
31
31
|
needBtn: boolean;
|
|
32
32
|
dataStr: string;
|
|
@@ -51,11 +51,11 @@ declare const _default: WithInstall<{
|
|
|
51
51
|
type: (StringConstructor | NumberConstructor)[];
|
|
52
52
|
};
|
|
53
53
|
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
54
|
+
container: string;
|
|
54
55
|
spinning: boolean;
|
|
55
56
|
stickyTitle: string;
|
|
56
57
|
needTotalInfoBox: boolean;
|
|
57
58
|
totalInfo: Record<string, any>;
|
|
58
|
-
container: string;
|
|
59
59
|
needFixWidth: boolean;
|
|
60
60
|
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
61
61
|
P: {};
|
|
@@ -114,11 +114,11 @@ declare const _default: WithInstall<{
|
|
|
114
114
|
type: (StringConstructor | NumberConstructor)[];
|
|
115
115
|
};
|
|
116
116
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
117
|
+
container: string;
|
|
117
118
|
spinning: boolean;
|
|
118
119
|
stickyTitle: string;
|
|
119
120
|
needTotalInfoBox: boolean;
|
|
120
121
|
totalInfo: Record<string, any>;
|
|
121
|
-
container: string;
|
|
122
122
|
needFixWidth: boolean;
|
|
123
123
|
}>;
|
|
124
124
|
__isFragment?: never;
|
|
@@ -174,11 +174,11 @@ declare const _default: WithInstall<{
|
|
|
174
174
|
type: (StringConstructor | NumberConstructor)[];
|
|
175
175
|
};
|
|
176
176
|
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
177
|
+
container: string;
|
|
177
178
|
spinning: boolean;
|
|
178
179
|
stickyTitle: string;
|
|
179
180
|
needTotalInfoBox: boolean;
|
|
180
181
|
totalInfo: Record<string, any>;
|
|
181
|
-
container: string;
|
|
182
182
|
needFixWidth: boolean;
|
|
183
183
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
184
184
|
$slots: {
|
package/dist/components/business_comp/unlist_page_comp/hb_detail_box/src/HbLibDetailBox.d.ts
CHANGED
|
@@ -109,11 +109,11 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
109
109
|
type: (StringConstructor | NumberConstructor)[];
|
|
110
110
|
};
|
|
111
111
|
}>> & Readonly<{}>, {
|
|
112
|
+
container: string;
|
|
112
113
|
spinning: boolean;
|
|
113
114
|
stickyTitle: string;
|
|
114
115
|
needTotalInfoBox: boolean;
|
|
115
116
|
totalInfo: Record<string, any>;
|
|
116
|
-
container: string;
|
|
117
117
|
needFixWidth: boolean;
|
|
118
118
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
119
119
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -18,8 +18,8 @@ declare const _default: WithInstall<{
|
|
|
18
18
|
default: boolean;
|
|
19
19
|
};
|
|
20
20
|
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
21
|
-
spinning: boolean;
|
|
22
21
|
container: string;
|
|
22
|
+
spinning: boolean;
|
|
23
23
|
formLabelWidth: number;
|
|
24
24
|
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
25
25
|
P: {};
|
|
@@ -45,8 +45,8 @@ declare const _default: WithInstall<{
|
|
|
45
45
|
default: boolean;
|
|
46
46
|
};
|
|
47
47
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
48
|
-
spinning: boolean;
|
|
49
48
|
container: string;
|
|
49
|
+
spinning: boolean;
|
|
50
50
|
formLabelWidth: number;
|
|
51
51
|
}>;
|
|
52
52
|
__isFragment?: never;
|
|
@@ -69,8 +69,8 @@ declare const _default: WithInstall<{
|
|
|
69
69
|
default: boolean;
|
|
70
70
|
};
|
|
71
71
|
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
72
|
-
spinning: boolean;
|
|
73
72
|
container: string;
|
|
73
|
+
spinning: boolean;
|
|
74
74
|
formLabelWidth: number;
|
|
75
75
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
76
76
|
$slots: {
|
package/dist/components/business_comp/unlist_page_comp/hb_undetail_box/src/HbLibUnDetailBox.d.ts
CHANGED
|
@@ -43,8 +43,8 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
43
43
|
default: boolean;
|
|
44
44
|
};
|
|
45
45
|
}>> & Readonly<{}>, {
|
|
46
|
-
spinning: boolean;
|
|
47
46
|
container: string;
|
|
47
|
+
spinning: boolean;
|
|
48
48
|
formLabelWidth: number;
|
|
49
49
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
50
50
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -56,11 +56,11 @@ declare const HbDragInstall: WithInstall<{
|
|
|
56
56
|
readonly sort: boolean;
|
|
57
57
|
readonly filter: string;
|
|
58
58
|
readonly draggable: string;
|
|
59
|
-
readonly ghostClass: string;
|
|
60
|
-
readonly handle: string;
|
|
61
59
|
readonly childrenType: ChildrenType;
|
|
62
60
|
readonly dragClass: string;
|
|
61
|
+
readonly ghostClass: string;
|
|
63
62
|
readonly chosenClass: string;
|
|
63
|
+
readonly handle: string;
|
|
64
64
|
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
65
65
|
P: {};
|
|
66
66
|
B: {};
|
|
@@ -115,11 +115,11 @@ declare const HbDragInstall: WithInstall<{
|
|
|
115
115
|
readonly sort: boolean;
|
|
116
116
|
readonly filter: string;
|
|
117
117
|
readonly draggable: string;
|
|
118
|
-
readonly ghostClass: string;
|
|
119
|
-
readonly handle: string;
|
|
120
118
|
readonly childrenType: ChildrenType;
|
|
121
119
|
readonly dragClass: string;
|
|
120
|
+
readonly ghostClass: string;
|
|
122
121
|
readonly chosenClass: string;
|
|
122
|
+
readonly handle: string;
|
|
123
123
|
}>;
|
|
124
124
|
__isFragment?: never;
|
|
125
125
|
__isTeleport?: never;
|
|
@@ -177,11 +177,11 @@ declare const HbDragInstall: WithInstall<{
|
|
|
177
177
|
readonly sort: boolean;
|
|
178
178
|
readonly filter: string;
|
|
179
179
|
readonly draggable: string;
|
|
180
|
-
readonly ghostClass: string;
|
|
181
|
-
readonly handle: string;
|
|
182
180
|
readonly childrenType: ChildrenType;
|
|
183
181
|
readonly dragClass: string;
|
|
182
|
+
readonly ghostClass: string;
|
|
184
183
|
readonly chosenClass: string;
|
|
184
|
+
readonly handle: string;
|
|
185
185
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
186
186
|
$slots: {
|
|
187
187
|
default?(_: {
|
|
@@ -101,11 +101,11 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
101
101
|
readonly sort: boolean;
|
|
102
102
|
readonly filter: string;
|
|
103
103
|
readonly draggable: string;
|
|
104
|
-
readonly ghostClass: string;
|
|
105
|
-
readonly handle: string;
|
|
106
104
|
readonly childrenType: ChildrenType;
|
|
107
105
|
readonly dragClass: string;
|
|
106
|
+
readonly ghostClass: string;
|
|
108
107
|
readonly chosenClass: string;
|
|
108
|
+
readonly handle: string;
|
|
109
109
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
110
110
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
111
111
|
export default _default;
|