@hb-hellotech/hb-ui 1.2.8 → 1.2.9-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/business_comp/file_comp/import_file/index.d.ts +5 -0
- package/dist/components/business_comp/file_comp/import_file/index.d.ts.map +1 -0
- package/dist/components/business_comp/file_comp/import_file/src/type.d.ts +13 -0
- package/dist/components/business_comp/file_comp/import_file/src/type.d.ts.map +1 -0
- package/dist/components/business_comp/file_comp/index.d.ts +3 -0
- package/dist/components/business_comp/file_comp/index.d.ts.map +1 -0
- package/dist/components/business_comp/form_comp/hb_tooltip_select/index.d.ts +5 -0
- package/dist/components/business_comp/form_comp/hb_tooltip_select/index.d.ts.map +1 -0
- package/dist/components/business_comp/list_page_comp/hb_form_item_filter_modal/index.d.ts +5 -0
- package/dist/components/business_comp/list_page_comp/hb_form_item_filter_modal/index.d.ts.map +1 -0
- package/dist/components/business_comp/list_page_comp/hb_form_item_filter_modal/src/type.d.ts +1 -0
- 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/index.d.ts +5 -0
- package/dist/components/business_comp/list_page_comp/hb_form_select_filter/index.d.ts.map +1 -0
- package/dist/components/business_comp/list_page_comp/hb_form_select_modal/index.d.ts +1 -232
- package/dist/components/business_comp/list_page_comp/hb_form_select_modal/index.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_form_select_modal/src/HbMutilpleSelectModal.vue.d.ts +2 -2
- package/dist/components/business_comp/list_page_comp/hb_list_btns_act/index.d.ts +1 -88
- 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_form/index.d.ts +5 -0
- package/dist/components/business_comp/list_page_comp/hb_list_form/index.d.ts.map +1 -0
- package/dist/components/business_comp/list_page_comp/hb_list_form/src/type.d.ts +1 -0
- 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 +1 -58
- 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_container/index.d.ts +1 -103
- 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.vue.d.ts +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_table/index.d.ts +5 -0
- package/dist/components/business_comp/list_page_comp/hb_list_table/index.d.ts.map +1 -0
- package/dist/components/business_comp/list_page_comp/hb_list_table_act/index.d.ts +5 -0
- package/dist/components/business_comp/list_page_comp/hb_list_table_act/index.d.ts.map +1 -0
- package/dist/components/business_comp/list_page_comp/hb_list_table_colums_set/index.d.ts +5 -0
- package/dist/components/business_comp/list_page_comp/hb_list_table_colums_set/index.d.ts.map +1 -0
- package/dist/components/business_comp/modal_comp/index.d.ts +3 -0
- package/dist/components/business_comp/modal_comp/index.d.ts.map +1 -0
- package/dist/components/business_comp/modal_comp/log_modal/index.d.ts +5 -0
- package/dist/components/business_comp/modal_comp/log_modal/index.d.ts.map +1 -0
- package/dist/components/business_comp/modal_comp/log_modal/src/type.d.ts +14 -0
- package/dist/components/business_comp/modal_comp/log_modal/src/type.d.ts.map +1 -0
- package/dist/components/func_comp/hb_func_comp_copy/index.d.ts +1 -151
- package/dist/components/func_comp/hb_func_comp_copy/index.d.ts.map +1 -1
- package/dist/components/func_comp/hb_func_comp_drag/index.d.ts +1 -439
- 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.vue.d.ts +1 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/utils/withInstall.d.ts +1 -4
- package/dist/components/utils/withInstall.d.ts.map +1 -1
- package/dist/hb_component_lib.css +1 -1
- package/dist/hb_component_lib.js +1488 -1238
- package/dist/hb_component_lib.umd.cjs +1 -1
- package/dist/index.d.ts +33 -0
- package/dist/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -45,9 +45,9 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
45
45
|
required: false;
|
|
46
46
|
};
|
|
47
47
|
}>> & Readonly<{}>, {
|
|
48
|
+
offsetBottom: number;
|
|
48
49
|
tableHeight: number;
|
|
49
50
|
tabelData: unknown[];
|
|
50
|
-
offsetBottom: number;
|
|
51
51
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
52
52
|
export default _sfc_main;
|
|
53
53
|
//# sourceMappingURL=HbListPageContainer.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,cAAc,YAAY,CAAC;AAC3B,QAAA,MAAM,WAAW,KAAyB,CAAC;AAE3C,eAAe,WAAW,CAAC;AAE3B,MAAM,MAAM,aAAa,GAAG,YAAY,CAAC,OAAO,WAAW,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAEA,cAAc,YAAY,CAAC;AAC3B,QAAA,MAAM,kBAAkB,KAAgC,CAAC;AACzD,eAAe,kBAAkB,CAAC;AAElC,MAAM,MAAM,6BAA6B,GAAG,YAAY,CAAC,OAAO,kBAAkB,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAEA,cAAc,YAAY,CAAC;AAC3B,QAAA,MAAM,qBAAqB,KAAmC,CAAC;AAC/D,eAAe,qBAAqB,CAAC;AAErC,MAAM,MAAM,6BAA6B,GAAG,YAAY,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,aAAa,CAAC;AAExC,OAAO,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,cAAc,YAAY,CAAC;AAE3B,QAAA,MAAM,aAAa,KAA0B,CAAC;AAE9C,eAAe,aAAa,CAAC;AAE7B,MAAM,MAAM,uBAAuB,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ColumnsType } from 'ant-design-vue/lib/table';
|
|
2
|
+
export interface LogModalProps_Intf {
|
|
3
|
+
visible?: boolean;
|
|
4
|
+
title?: string;
|
|
5
|
+
width?: string | number;
|
|
6
|
+
scrollY?: number;
|
|
7
|
+
params?: Record<string, any>;
|
|
8
|
+
url?: string;
|
|
9
|
+
columns?: ColumnsType;
|
|
10
|
+
logBtnText?: string;
|
|
11
|
+
pagination?: Record<string, any>;
|
|
12
|
+
getLogData?: (params: Record<string, any>) => Promise<any>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAEvD,MAAM,WAAW,kBAAkB;IACjC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC7B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACjC,UAAU,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,OAAO,CAAC,GAAG,CAAC,CAAC;CAC5D"}
|
|
@@ -1,155 +1,5 @@
|
|
|
1
1
|
export * from './src/type';
|
|
2
|
-
declare const HbCopy:
|
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4
|
-
readonly cpText: {
|
|
5
|
-
readonly type: StringConstructor;
|
|
6
|
-
readonly default: "";
|
|
7
|
-
};
|
|
8
|
-
readonly K: {
|
|
9
|
-
readonly type: StringConstructor;
|
|
10
|
-
readonly default: "";
|
|
11
|
-
};
|
|
12
|
-
readonly V: {
|
|
13
|
-
readonly type: StringConstructor;
|
|
14
|
-
};
|
|
15
|
-
readonly L: {
|
|
16
|
-
readonly type: StringConstructor;
|
|
17
|
-
};
|
|
18
|
-
readonly data: {
|
|
19
|
-
readonly type: import("vue").PropType<any[] | Record<string, any>>;
|
|
20
|
-
};
|
|
21
|
-
readonly tooltipTitle: {
|
|
22
|
-
readonly type: StringConstructor;
|
|
23
|
-
readonly default: "复制";
|
|
24
|
-
};
|
|
25
|
-
readonly copySuccessTip: {
|
|
26
|
-
readonly type: StringConstructor;
|
|
27
|
-
readonly default: "复制成功";
|
|
28
|
-
};
|
|
29
|
-
readonly cpStyle: {
|
|
30
|
-
readonly type: ObjectConstructor;
|
|
31
|
-
readonly default: () => {};
|
|
32
|
-
};
|
|
33
|
-
readonly classType: {
|
|
34
|
-
readonly type: StringConstructor;
|
|
35
|
-
readonly default: "ab";
|
|
36
|
-
};
|
|
37
|
-
}>> & Readonly<{}>, {
|
|
38
|
-
props: any;
|
|
39
|
-
dataRef: import("vue").Ref<any, any>;
|
|
40
|
-
getCopyText: import("vue").ComputedRef<string>;
|
|
41
|
-
copyText: () => void;
|
|
42
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
43
|
-
readonly cpText: string;
|
|
44
|
-
readonly K: string;
|
|
45
|
-
readonly tooltipTitle: string;
|
|
46
|
-
readonly copySuccessTip: string;
|
|
47
|
-
readonly cpStyle: Record<string, any>;
|
|
48
|
-
readonly classType: string;
|
|
49
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
50
|
-
P: {};
|
|
51
|
-
B: {};
|
|
52
|
-
D: {};
|
|
53
|
-
C: {};
|
|
54
|
-
M: {};
|
|
55
|
-
Defaults: {};
|
|
56
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
57
|
-
readonly cpText: {
|
|
58
|
-
readonly type: StringConstructor;
|
|
59
|
-
readonly default: "";
|
|
60
|
-
};
|
|
61
|
-
readonly K: {
|
|
62
|
-
readonly type: StringConstructor;
|
|
63
|
-
readonly default: "";
|
|
64
|
-
};
|
|
65
|
-
readonly V: {
|
|
66
|
-
readonly type: StringConstructor;
|
|
67
|
-
};
|
|
68
|
-
readonly L: {
|
|
69
|
-
readonly type: StringConstructor;
|
|
70
|
-
};
|
|
71
|
-
readonly data: {
|
|
72
|
-
readonly type: import("vue").PropType<any[] | Record<string, any>>;
|
|
73
|
-
};
|
|
74
|
-
readonly tooltipTitle: {
|
|
75
|
-
readonly type: StringConstructor;
|
|
76
|
-
readonly default: "复制";
|
|
77
|
-
};
|
|
78
|
-
readonly copySuccessTip: {
|
|
79
|
-
readonly type: StringConstructor;
|
|
80
|
-
readonly default: "复制成功";
|
|
81
|
-
};
|
|
82
|
-
readonly cpStyle: {
|
|
83
|
-
readonly type: ObjectConstructor;
|
|
84
|
-
readonly default: () => {};
|
|
85
|
-
};
|
|
86
|
-
readonly classType: {
|
|
87
|
-
readonly type: StringConstructor;
|
|
88
|
-
readonly default: "ab";
|
|
89
|
-
};
|
|
90
|
-
}>> & Readonly<{}>, {
|
|
91
|
-
props: any;
|
|
92
|
-
dataRef: import("vue").Ref<any, any>;
|
|
93
|
-
getCopyText: import("vue").ComputedRef<string>;
|
|
94
|
-
copyText: () => void;
|
|
95
|
-
}, {}, {}, {}, {
|
|
96
|
-
readonly cpText: string;
|
|
97
|
-
readonly K: string;
|
|
98
|
-
readonly tooltipTitle: string;
|
|
99
|
-
readonly copySuccessTip: string;
|
|
100
|
-
readonly cpStyle: Record<string, any>;
|
|
101
|
-
readonly classType: string;
|
|
102
|
-
}>;
|
|
103
|
-
__isFragment?: undefined;
|
|
104
|
-
__isTeleport?: undefined;
|
|
105
|
-
__isSuspense?: undefined;
|
|
106
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
107
|
-
readonly cpText: {
|
|
108
|
-
readonly type: StringConstructor;
|
|
109
|
-
readonly default: "";
|
|
110
|
-
};
|
|
111
|
-
readonly K: {
|
|
112
|
-
readonly type: StringConstructor;
|
|
113
|
-
readonly default: "";
|
|
114
|
-
};
|
|
115
|
-
readonly V: {
|
|
116
|
-
readonly type: StringConstructor;
|
|
117
|
-
};
|
|
118
|
-
readonly L: {
|
|
119
|
-
readonly type: StringConstructor;
|
|
120
|
-
};
|
|
121
|
-
readonly data: {
|
|
122
|
-
readonly type: import("vue").PropType<any[] | Record<string, any>>;
|
|
123
|
-
};
|
|
124
|
-
readonly tooltipTitle: {
|
|
125
|
-
readonly type: StringConstructor;
|
|
126
|
-
readonly default: "复制";
|
|
127
|
-
};
|
|
128
|
-
readonly copySuccessTip: {
|
|
129
|
-
readonly type: StringConstructor;
|
|
130
|
-
readonly default: "复制成功";
|
|
131
|
-
};
|
|
132
|
-
readonly cpStyle: {
|
|
133
|
-
readonly type: ObjectConstructor;
|
|
134
|
-
readonly default: () => {};
|
|
135
|
-
};
|
|
136
|
-
readonly classType: {
|
|
137
|
-
readonly type: StringConstructor;
|
|
138
|
-
readonly default: "ab";
|
|
139
|
-
};
|
|
140
|
-
}>> & Readonly<{}>, {
|
|
141
|
-
props: any;
|
|
142
|
-
dataRef: import("vue").Ref<any, any>;
|
|
143
|
-
getCopyText: import("vue").ComputedRef<string>;
|
|
144
|
-
copyText: () => void;
|
|
145
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
146
|
-
readonly cpText: string;
|
|
147
|
-
readonly K: string;
|
|
148
|
-
readonly tooltipTitle: string;
|
|
149
|
-
readonly copySuccessTip: string;
|
|
150
|
-
readonly cpStyle: Record<string, any>;
|
|
151
|
-
readonly classType: string;
|
|
152
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]>) & Record<string, any>;
|
|
2
|
+
declare const HbCopy: any;
|
|
153
3
|
export default HbCopy;
|
|
154
4
|
export type CopyInstance = InstanceType<typeof HbCopy>;
|
|
155
5
|
//# 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,MAAM
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAEA,cAAc,YAAY,CAAC;AAE3B,QAAA,MAAM,MAAM,KAAoB,CAAC;AAEjC,eAAe,MAAM,CAAC;AAEtB,MAAM,MAAM,YAAY,GAAG,YAAY,CAAC,OAAO,MAAM,CAAC,CAAC"}
|