@hb-hellotech/hb-ui 1.2.8 → 1.2.9-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.
Files changed (54) hide show
  1. package/dist/components/business_comp/file_comp/import_file/index.d.ts +5 -0
  2. package/dist/components/business_comp/file_comp/import_file/index.d.ts.map +1 -0
  3. package/dist/components/business_comp/file_comp/import_file/src/type.d.ts +13 -0
  4. package/dist/components/business_comp/file_comp/import_file/src/type.d.ts.map +1 -0
  5. package/dist/components/business_comp/file_comp/index.d.ts +3 -0
  6. package/dist/components/business_comp/file_comp/index.d.ts.map +1 -0
  7. package/dist/components/business_comp/form_comp/hb_tooltip_select/index.d.ts +5 -0
  8. package/dist/components/business_comp/form_comp/hb_tooltip_select/index.d.ts.map +1 -0
  9. package/dist/components/business_comp/list_page_comp/hb_form_item_filter_modal/index.d.ts +5 -0
  10. package/dist/components/business_comp/list_page_comp/hb_form_item_filter_modal/index.d.ts.map +1 -0
  11. package/dist/components/business_comp/list_page_comp/hb_form_item_filter_modal/src/type.d.ts +1 -0
  12. package/dist/components/business_comp/list_page_comp/hb_form_item_filter_modal/src/type.d.ts.map +1 -1
  13. package/dist/components/business_comp/list_page_comp/hb_form_select_filter/index.d.ts +5 -0
  14. package/dist/components/business_comp/list_page_comp/hb_form_select_filter/index.d.ts.map +1 -0
  15. package/dist/components/business_comp/list_page_comp/hb_form_select_modal/index.d.ts +1 -232
  16. package/dist/components/business_comp/list_page_comp/hb_form_select_modal/index.d.ts.map +1 -1
  17. package/dist/components/business_comp/list_page_comp/hb_form_select_modal/src/HbMutilpleSelectModal.vue.d.ts +2 -2
  18. package/dist/components/business_comp/list_page_comp/hb_list_btns_act/index.d.ts +1 -88
  19. package/dist/components/business_comp/list_page_comp/hb_list_btns_act/index.d.ts.map +1 -1
  20. package/dist/components/business_comp/list_page_comp/hb_list_form/index.d.ts +5 -0
  21. package/dist/components/business_comp/list_page_comp/hb_list_form/index.d.ts.map +1 -0
  22. package/dist/components/business_comp/list_page_comp/hb_list_form/src/type.d.ts +1 -0
  23. package/dist/components/business_comp/list_page_comp/hb_list_form/src/type.d.ts.map +1 -1
  24. package/dist/components/business_comp/list_page_comp/hb_list_page_act/index.d.ts +1 -58
  25. package/dist/components/business_comp/list_page_comp/hb_list_page_act/index.d.ts.map +1 -1
  26. package/dist/components/business_comp/list_page_comp/hb_list_page_container/index.d.ts +1 -103
  27. package/dist/components/business_comp/list_page_comp/hb_list_page_container/index.d.ts.map +1 -1
  28. package/dist/components/business_comp/list_page_comp/hb_list_page_container/src/HbListPageContainer.vue.d.ts +1 -1
  29. package/dist/components/business_comp/list_page_comp/hb_list_table/index.d.ts +5 -0
  30. package/dist/components/business_comp/list_page_comp/hb_list_table/index.d.ts.map +1 -0
  31. package/dist/components/business_comp/list_page_comp/hb_list_table_act/index.d.ts +5 -0
  32. package/dist/components/business_comp/list_page_comp/hb_list_table_act/index.d.ts.map +1 -0
  33. package/dist/components/business_comp/list_page_comp/hb_list_table_colums_set/index.d.ts +5 -0
  34. package/dist/components/business_comp/list_page_comp/hb_list_table_colums_set/index.d.ts.map +1 -0
  35. package/dist/components/business_comp/modal_comp/index.d.ts +3 -0
  36. package/dist/components/business_comp/modal_comp/index.d.ts.map +1 -0
  37. package/dist/components/business_comp/modal_comp/log_modal/index.d.ts +5 -0
  38. package/dist/components/business_comp/modal_comp/log_modal/index.d.ts.map +1 -0
  39. package/dist/components/business_comp/modal_comp/log_modal/src/type.d.ts +14 -0
  40. package/dist/components/business_comp/modal_comp/log_modal/src/type.d.ts.map +1 -0
  41. package/dist/components/func_comp/hb_func_comp_copy/index.d.ts +1 -151
  42. package/dist/components/func_comp/hb_func_comp_copy/index.d.ts.map +1 -1
  43. package/dist/components/func_comp/hb_func_comp_drag/index.d.ts +1 -439
  44. package/dist/components/func_comp/hb_func_comp_drag/index.d.ts.map +1 -1
  45. package/dist/components/func_comp/hb_func_comp_drag/src/index.vue.d.ts +1 -1
  46. package/dist/components/index.d.ts.map +1 -1
  47. package/dist/components/utils/withInstall.d.ts +1 -4
  48. package/dist/components/utils/withInstall.d.ts.map +1 -1
  49. package/dist/hb_component_lib.css +1 -1
  50. package/dist/hb_component_lib.js +1403 -1156
  51. package/dist/hb_component_lib.umd.cjs +1 -1
  52. package/dist/index.d.ts +33 -0
  53. package/dist/index.d.ts.map +1 -1
  54. package/package.json +1 -1
@@ -1,443 +1,5 @@
1
1
  export * from './src/type';
2
- declare const HbDragInstall: ({
3
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
- readonly dragList: {
5
- readonly type: import("vue").PropType<import("./src/type").DragItems_Intf[]>;
6
- readonly required: true;
7
- };
8
- readonly childrenType: {
9
- readonly type: import("vue").PropType<import("./src/type").ChildrenType>;
10
- readonly default: "html";
11
- };
12
- readonly dragClass: {
13
- readonly type: StringConstructor;
14
- readonly default: "drag-item";
15
- };
16
- readonly ghostClass: {
17
- readonly type: StringConstructor;
18
- readonly default: null;
19
- };
20
- readonly chosenClass: {
21
- readonly type: StringConstructor;
22
- readonly default: null;
23
- };
24
- readonly sort: {
25
- readonly type: BooleanConstructor;
26
- readonly default: true;
27
- };
28
- readonly handle: {
29
- readonly type: StringConstructor;
30
- readonly default: "";
31
- };
32
- readonly filter: {
33
- readonly type: StringConstructor;
34
- readonly default: "";
35
- };
36
- readonly draggable: {
37
- readonly type: StringConstructor;
38
- readonly default: "";
39
- };
40
- }>> & Readonly<{
41
- "onUpdate:dragList"?: ((...args: any[]) => any) | undefined;
42
- onHandleDragStart?: ((...args: any[]) => any) | undefined;
43
- onHandleDragEnd?: ((...args: any[]) => any) | undefined;
44
- onHandleDragAdd?: ((...args: any[]) => any) | undefined;
45
- onHandleDragRemove?: ((...args: any[]) => any) | undefined;
46
- }>, {
47
- props: any;
48
- localData: import("vue").ShallowRef<any[], any[]>;
49
- bem: {
50
- b: (block?: string | undefined) => string;
51
- e: (element: string) => string;
52
- m: (modifier: string) => string;
53
- be: (block: string, element: string) => string;
54
- em: (element: string, modifier: string) => string;
55
- bem: (block: string, element: string, modifier: string) => string;
56
- is: (name: string, state: string | boolean) => string;
57
- };
58
- emits: (event: "update:dragList" | "handleDragStart" | "handleDragEnd" | "handleDragAdd" | "handleDragRemove", ...args: any[]) => void;
59
- handleDragStart: (e: any) => void;
60
- handleDragEnd: (e: any) => void;
61
- handleDragAdd: (e: any) => void;
62
- handleDragRemove: (e: any) => void;
63
- readonly draggable: import("vue").DefineComponent<{
64
- list: {
65
- type: ArrayConstructor;
66
- required: boolean;
67
- default: any;
68
- };
69
- modelValue: {
70
- type: ArrayConstructor;
71
- required: boolean;
72
- default: any;
73
- };
74
- itemKey: {
75
- type: (StringConstructor | FunctionConstructor)[];
76
- required: boolean;
77
- };
78
- clone: {
79
- type: FunctionConstructor;
80
- default: (original: any) => any;
81
- };
82
- tag: {
83
- type: StringConstructor;
84
- default: string;
85
- };
86
- move: {
87
- type: FunctionConstructor;
88
- default: any;
89
- };
90
- componentData: {
91
- type: ObjectConstructor;
92
- required: boolean;
93
- default: any;
94
- };
95
- }, unknown, {
96
- error: boolean;
97
- }, {
98
- realList(): any;
99
- getKey(): any;
100
- }, {
101
- getUnderlyingVm(domElement: any): any;
102
- getUnderlyingPotencialDraggableComponent(htmElement: any): any;
103
- emitChanges(evt: any): void;
104
- alterList(onList: any): void;
105
- spliceList(): void;
106
- updatePosition(oldIndex: any, newIndex: any): void;
107
- getRelatedContextFromMoveEvent({ to, related }: {
108
- to: any;
109
- related: any;
110
- }): any;
111
- getVmIndexFromDomIndex(domIndex: any): any;
112
- onDragStart(evt: any): void;
113
- onDragAdd(evt: any): void;
114
- onDragRemove(evt: any): void;
115
- onDragUpdate(evt: any): void;
116
- computeFutureIndex(relatedContext: any, evt: any): any;
117
- onDragMove(evt: any, originalEvent: any): any;
118
- onDragEnd(): void;
119
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
120
- move: Function;
121
- tag: string;
122
- clone: Function;
123
- list: unknown[];
124
- modelValue: unknown[];
125
- componentData: Record<string, any>;
126
- } & {
127
- itemKey?: string | Function | undefined;
128
- }>, {
129
- move: Function;
130
- tag: string;
131
- clone: Function;
132
- list: unknown[];
133
- modelValue: unknown[];
134
- componentData: Record<string, any>;
135
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
136
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:dragList" | "handleDragStart" | "handleDragEnd" | "handleDragAdd" | "handleDragRemove")[], import("vue").PublicProps, {
137
- readonly sort: boolean;
138
- readonly filter: string;
139
- readonly childrenType: import("./src/type").ChildrenType;
140
- readonly dragClass: string;
141
- readonly ghostClass: string;
142
- readonly chosenClass: string;
143
- readonly handle: string;
144
- readonly draggable: string;
145
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
146
- P: {};
147
- B: {};
148
- D: {};
149
- C: {};
150
- M: {};
151
- Defaults: {};
152
- }, Readonly<import("vue").ExtractPropTypes<{
153
- readonly dragList: {
154
- readonly type: import("vue").PropType<import("./src/type").DragItems_Intf[]>;
155
- readonly required: true;
156
- };
157
- readonly childrenType: {
158
- readonly type: import("vue").PropType<import("./src/type").ChildrenType>;
159
- readonly default: "html";
160
- };
161
- readonly dragClass: {
162
- readonly type: StringConstructor;
163
- readonly default: "drag-item";
164
- };
165
- readonly ghostClass: {
166
- readonly type: StringConstructor;
167
- readonly default: null;
168
- };
169
- readonly chosenClass: {
170
- readonly type: StringConstructor;
171
- readonly default: null;
172
- };
173
- readonly sort: {
174
- readonly type: BooleanConstructor;
175
- readonly default: true;
176
- };
177
- readonly handle: {
178
- readonly type: StringConstructor;
179
- readonly default: "";
180
- };
181
- readonly filter: {
182
- readonly type: StringConstructor;
183
- readonly default: "";
184
- };
185
- readonly draggable: {
186
- readonly type: StringConstructor;
187
- readonly default: "";
188
- };
189
- }>> & Readonly<{
190
- "onUpdate:dragList"?: ((...args: any[]) => any) | undefined;
191
- onHandleDragStart?: ((...args: any[]) => any) | undefined;
192
- onHandleDragEnd?: ((...args: any[]) => any) | undefined;
193
- onHandleDragAdd?: ((...args: any[]) => any) | undefined;
194
- onHandleDragRemove?: ((...args: any[]) => any) | undefined;
195
- }>, {
196
- props: any;
197
- localData: import("vue").ShallowRef<any[], any[]>;
198
- bem: {
199
- b: (block?: string | undefined) => string;
200
- e: (element: string) => string;
201
- m: (modifier: string) => string;
202
- be: (block: string, element: string) => string;
203
- em: (element: string, modifier: string) => string;
204
- bem: (block: string, element: string, modifier: string) => string;
205
- is: (name: string, state: string | boolean) => string;
206
- };
207
- emits: (event: "update:dragList" | "handleDragStart" | "handleDragEnd" | "handleDragAdd" | "handleDragRemove", ...args: any[]) => void;
208
- handleDragStart: (e: any) => void;
209
- handleDragEnd: (e: any) => void;
210
- handleDragAdd: (e: any) => void;
211
- handleDragRemove: (e: any) => void;
212
- readonly draggable: import("vue").DefineComponent<{
213
- list: {
214
- type: ArrayConstructor;
215
- required: boolean;
216
- default: any;
217
- };
218
- modelValue: {
219
- type: ArrayConstructor;
220
- required: boolean;
221
- default: any;
222
- };
223
- itemKey: {
224
- type: (StringConstructor | FunctionConstructor)[];
225
- required: boolean;
226
- };
227
- clone: {
228
- type: FunctionConstructor;
229
- default: (original: any) => any;
230
- };
231
- tag: {
232
- type: StringConstructor;
233
- default: string;
234
- };
235
- move: {
236
- type: FunctionConstructor;
237
- default: any;
238
- };
239
- componentData: {
240
- type: ObjectConstructor;
241
- required: boolean;
242
- default: any;
243
- };
244
- }, unknown, {
245
- error: boolean;
246
- }, {
247
- realList(): any;
248
- getKey(): any;
249
- }, {
250
- getUnderlyingVm(domElement: any): any;
251
- getUnderlyingPotencialDraggableComponent(htmElement: any): any;
252
- emitChanges(evt: any): void;
253
- alterList(onList: any): void;
254
- spliceList(): void;
255
- updatePosition(oldIndex: any, newIndex: any): void;
256
- getRelatedContextFromMoveEvent({ to, related }: {
257
- to: any;
258
- related: any;
259
- }): any;
260
- getVmIndexFromDomIndex(domIndex: any): any;
261
- onDragStart(evt: any): void;
262
- onDragAdd(evt: any): void;
263
- onDragRemove(evt: any): void;
264
- onDragUpdate(evt: any): void;
265
- computeFutureIndex(relatedContext: any, evt: any): any;
266
- onDragMove(evt: any, originalEvent: any): any;
267
- onDragEnd(): void;
268
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
269
- move: Function;
270
- tag: string;
271
- clone: Function;
272
- list: unknown[];
273
- modelValue: unknown[];
274
- componentData: Record<string, any>;
275
- } & {
276
- itemKey?: string | Function | undefined;
277
- }>, {
278
- move: Function;
279
- tag: string;
280
- clone: Function;
281
- list: unknown[];
282
- modelValue: unknown[];
283
- componentData: Record<string, any>;
284
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
285
- }, {}, {}, {}, {
286
- readonly sort: boolean;
287
- readonly filter: string;
288
- readonly childrenType: import("./src/type").ChildrenType;
289
- readonly dragClass: string;
290
- readonly ghostClass: string;
291
- readonly chosenClass: string;
292
- readonly handle: string;
293
- readonly draggable: string;
294
- }>;
295
- __isFragment?: undefined;
296
- __isTeleport?: undefined;
297
- __isSuspense?: undefined;
298
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
299
- readonly dragList: {
300
- readonly type: import("vue").PropType<import("./src/type").DragItems_Intf[]>;
301
- readonly required: true;
302
- };
303
- readonly childrenType: {
304
- readonly type: import("vue").PropType<import("./src/type").ChildrenType>;
305
- readonly default: "html";
306
- };
307
- readonly dragClass: {
308
- readonly type: StringConstructor;
309
- readonly default: "drag-item";
310
- };
311
- readonly ghostClass: {
312
- readonly type: StringConstructor;
313
- readonly default: null;
314
- };
315
- readonly chosenClass: {
316
- readonly type: StringConstructor;
317
- readonly default: null;
318
- };
319
- readonly sort: {
320
- readonly type: BooleanConstructor;
321
- readonly default: true;
322
- };
323
- readonly handle: {
324
- readonly type: StringConstructor;
325
- readonly default: "";
326
- };
327
- readonly filter: {
328
- readonly type: StringConstructor;
329
- readonly default: "";
330
- };
331
- readonly draggable: {
332
- readonly type: StringConstructor;
333
- readonly default: "";
334
- };
335
- }>> & Readonly<{
336
- "onUpdate:dragList"?: ((...args: any[]) => any) | undefined;
337
- onHandleDragStart?: ((...args: any[]) => any) | undefined;
338
- onHandleDragEnd?: ((...args: any[]) => any) | undefined;
339
- onHandleDragAdd?: ((...args: any[]) => any) | undefined;
340
- onHandleDragRemove?: ((...args: any[]) => any) | undefined;
341
- }>, {
342
- props: any;
343
- localData: import("vue").ShallowRef<any[], any[]>;
344
- bem: {
345
- b: (block?: string | undefined) => string;
346
- e: (element: string) => string;
347
- m: (modifier: string) => string;
348
- be: (block: string, element: string) => string;
349
- em: (element: string, modifier: string) => string;
350
- bem: (block: string, element: string, modifier: string) => string;
351
- is: (name: string, state: string | boolean) => string;
352
- };
353
- emits: (event: "update:dragList" | "handleDragStart" | "handleDragEnd" | "handleDragAdd" | "handleDragRemove", ...args: any[]) => void;
354
- handleDragStart: (e: any) => void;
355
- handleDragEnd: (e: any) => void;
356
- handleDragAdd: (e: any) => void;
357
- handleDragRemove: (e: any) => void;
358
- readonly draggable: import("vue").DefineComponent<{
359
- list: {
360
- type: ArrayConstructor;
361
- required: boolean;
362
- default: any;
363
- };
364
- modelValue: {
365
- type: ArrayConstructor;
366
- required: boolean;
367
- default: any;
368
- };
369
- itemKey: {
370
- type: (StringConstructor | FunctionConstructor)[];
371
- required: boolean;
372
- };
373
- clone: {
374
- type: FunctionConstructor;
375
- default: (original: any) => any;
376
- };
377
- tag: {
378
- type: StringConstructor;
379
- default: string;
380
- };
381
- move: {
382
- type: FunctionConstructor;
383
- default: any;
384
- };
385
- componentData: {
386
- type: ObjectConstructor;
387
- required: boolean;
388
- default: any;
389
- };
390
- }, unknown, {
391
- error: boolean;
392
- }, {
393
- realList(): any;
394
- getKey(): any;
395
- }, {
396
- getUnderlyingVm(domElement: any): any;
397
- getUnderlyingPotencialDraggableComponent(htmElement: any): any;
398
- emitChanges(evt: any): void;
399
- alterList(onList: any): void;
400
- spliceList(): void;
401
- updatePosition(oldIndex: any, newIndex: any): void;
402
- getRelatedContextFromMoveEvent({ to, related }: {
403
- to: any;
404
- related: any;
405
- }): any;
406
- getVmIndexFromDomIndex(domIndex: any): any;
407
- onDragStart(evt: any): void;
408
- onDragAdd(evt: any): void;
409
- onDragRemove(evt: any): void;
410
- onDragUpdate(evt: any): void;
411
- computeFutureIndex(relatedContext: any, evt: any): any;
412
- onDragMove(evt: any, originalEvent: any): any;
413
- onDragEnd(): void;
414
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
415
- move: Function;
416
- tag: string;
417
- clone: Function;
418
- list: unknown[];
419
- modelValue: unknown[];
420
- componentData: Record<string, any>;
421
- } & {
422
- itemKey?: string | Function | undefined;
423
- }>, {
424
- move: Function;
425
- tag: string;
426
- clone: Function;
427
- list: unknown[];
428
- modelValue: unknown[];
429
- componentData: Record<string, any>;
430
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
431
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:dragList" | "handleDragStart" | "handleDragEnd" | "handleDragAdd" | "handleDragRemove")[], "update:dragList" | "handleDragStart" | "handleDragEnd" | "handleDragAdd" | "handleDragRemove", {
432
- readonly sort: boolean;
433
- readonly filter: string;
434
- readonly childrenType: import("./src/type").ChildrenType;
435
- readonly dragClass: string;
436
- readonly ghostClass: string;
437
- readonly chosenClass: string;
438
- readonly handle: string;
439
- readonly draggable: string;
440
- }, {}, 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 HbDragInstall: any;
441
3
  export default HbDragInstall;
442
4
  export type HbDragInstance = InstanceType<typeof HbDragInstall>;
443
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,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mSAAsB,CAAC;AAC1C,eAAe,aAAa,CAAC;AAE7B,MAAM,MAAM,cAAc,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAEA,cAAc,YAAY,CAAC;AAE3B,QAAA,MAAM,aAAa,KAAsB,CAAC;AAC1C,eAAe,aAAa,CAAC;AAE7B,MAAM,MAAM,cAAc,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC"}
@@ -169,8 +169,8 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
169
169
  onHandleDragAdd?: ((...args: any[]) => any) | undefined;
170
170
  onHandleDragRemove?: ((...args: any[]) => any) | undefined;
171
171
  }>, {
172
- readonly sort: boolean;
173
172
  readonly filter: string;
173
+ readonly sort: boolean;
174
174
  readonly childrenType: import("./type").ChildrenType;
175
175
  readonly dragClass: string;
176
176
  readonly ghostClass: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAM7B,QAAA,IAAI,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAIxC,CAAC;AAEF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAQ7B,QAAA,IAAI,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAMxC,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -1,5 +1,2 @@
1
- import type { Plugin } from "vue";
2
- type SFCWithInstall<T> = T & Plugin;
3
- export declare const withInstall: <T, E extends Record<string, any>>(main: T, extra?: E | undefined) => SFCWithInstall<T> & E;
4
- export {};
1
+ export declare const withInstall: (comp: any) => any;
5
2
  //# sourceMappingURL=withInstall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"withInstall.d.ts","sourceRoot":"","sources":["withInstall.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAO,MAAM,EAAE,MAAM,KAAK,CAAA;AAEtC,KAAK,cAAc,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAA;AAEnC,eAAO,MAAM,WAAW,6FAavB,CAAA"}
1
+ {"version":3,"file":"withInstall.d.ts","sourceRoot":"","sources":["withInstall.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,SAAU,GAAG,QAKpC,CAAC"}
@@ -1 +1 @@
1
- [data-v-52ee50f2]:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.hb-sfcm[data-v-52ee50f2] .ant-modal-header{border-bottom:1px solid var(--hb-border-color);margin-bottom:var(--hb-space)}.hb-sfcm__title[data-v-52ee50f2]{font-size:var(--hb-h1-font-size);font-weight:700;color:var(--hb-title-color)}.hb-sfcm__title__tip[data-v-52ee50f2]{margin-right:var(--hb-space);padding-left:var(--hb-space);color:#080808;font-size:16px;font-weight:500;position:relative}.hb-sfcm__title__tip[data-v-52ee50f2]:before{content:"";width:6px;height:14px;background:var(--hb-theme-color);position:absolute;top:50%;left:0;transform:translateY(-50%);border-radius:var(--hb-border-radius)}.hb-sfcm__show__tag[data-v-52ee50f2]{padding-top:var(--hb-space);overflow:hidden}.hb-sfcm__show__tag__item[data-v-52ee50f2]{float:left;margin-right:var(--hb-space);padding:2px 9px;background:var(--hb-theme-color);color:#fff;border:1px solid var(--hb-theme-color);border-radius:var(--hb-border-radius);margin-bottom:var(--hb-space);cursor:move;-webkit-user-select:none;user-select:none;display:flex;align-items:center}.hb-sfcm__show__tag__item.is-linked[data-v-52ee50f2]{background:#ff7875;border-color:#ff7875;cursor:not-allowed}.hb-sfcm__show__tag .is-fixed[data-v-52ee50f2]{background:none;color:#9ca3af;border:1px solid var(--hb-border-color);cursor:not-allowed}.hb-sfcm__show__tag .is-linked[data-v-52ee50f2]{background:#ff7875;border-color:#ff7875;cursor:not-allowed}.hb-sfcm__show__tag .is-linked[data-v-52ee50f2]:hover{background:#ff7875;border-color:#ff7875}.hb-sfcm__unshow__tag[data-v-52ee50f2]{padding-top:var(--hb-space);overflow:hidden}.hb-sfcm__unshow__tag__item[data-v-52ee50f2]{position:relative;float:left;margin-right:var(--hb-space);padding:2px 9px;color:#9ca3af;border:1px solid var(--hb-border-color);border-radius:var(--hb-border-radius);margin-bottom:var(--hb-space);cursor:pointer;-webkit-user-select:none;user-select:none}.hb-sfcm__unshow__tag__item.is-linked[data-v-52ee50f2]{color:#ff7875;border-color:#ff7875}.hb-sfcm__show__tag__item-close[data-v-52ee50f2]{margin-left:6px;cursor:pointer}.hb-sfcm__show__tag__item-close[data-v-52ee50f2]:hover{transform:scale(1.3)}.hb-sfcm__unshow__tag__item-add[data-v-52ee50f2]{position:absolute;width:100%;height:100%;top:0;left:0;background:#1a1818;color:#fff;text-align:center;display:flex;align-items:center;justify-content:center;border-radius:var(--hb-border-radius)}.hb-sfcm__unshow__tag__empty[data-v-52ee50f2]{text-align:center;color:var(--hb-border-color)}[data-v-203a1bd9]:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.hb-form[data-v-203a1bd9] .ant-form-item{margin-bottom:var(--hb-space)}.hb-form .hb-form__footer[data-v-203a1bd9]{display:flex;justify-content:space-between}.hb-lib-form--container[data-v-203a1bd9]{overflow:hidden;margin:6px}.hide[data-v-203a1bd9]{height:0}.hb-form__form-item-col[data-v-203a1bd9]{flex:0 0 auto;min-width:200px;width:auto;padding-right:var(--hb-space);margin-bottom:16px}.form-footer[data-v-203a1bd9]{display:flex;align-items:center;margin-bottom:10px}.form-collapse-enter-active,.form-collapse-leave-active{transition:height .2s ease;overflow:hidden}.form-collapse-enter-from,.form-collapse-leave-to{height:0}.hb-lib-form-svg{width:16px;height:34px;margin-right:13px;cursor:pointer}.hb-lib-form-svg .icon{width:100%;height:100%}.hb-form-item-ui .ant-form-item.hb-lib-form-item-border--unneed{border:none!important}[data-v-a7ddfc50]:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.hb-lib-list-page-act-item[data-v-a7ddfc50]{margin-right:var(--hb-space)}[data-v-da13672b]:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.hb-lib-list-btns-box[data-v-da13672b]{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:5px 5px 0;margin-top:5px;border-radius:6px 6px 0 0}.hb-lib-list-btns-box .hb-lib-list-btns-right[data-v-da13672b]{display:flex;align-items:center}.hb-lib-list-btns-act-svg[data-v-da13672b]{cursor:pointer;width:21px;height:21px;display:inline-block}.hb-lib-list-btns-act-svg .icon[data-v-da13672b]{width:100%;height:100%}.hb-lib-list-btns-act-open[data-v-da13672b]{cursor:pointer;width:21px;height:21px;display:flex;justify-content:center;align-items:center}.hb-lib-list-btns-act-open .icon[data-v-da13672b]{width:100%;height:100%}.hb-lib-list-btns-item[data-v-da13672b]:not(:last-child){margin-right:10px}.hb-lib-list-btns-left[data-v-da13672b]{display:flex;align-items:center}.flex-between[data-v-87177371]{display:flex;justify-content:space-between;align-items:center}.flex-center[data-v-87177371]{display:flex;align-items:center}.hb-lib-selector-wrapper[data-v-87177371]{position:relative}.hb-lib-selector-wrapper .ant-input[data-v-87177371]{cursor:pointer}.has-prefix[data-v-87177371]:before{content:attr(data-prefix);position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#262626;font-size:14px;white-space:nowrap;pointer-events:none;z-index:1}.has-prefix[data-v-87177371] .ant-select-selector{padding-left:calc(12px + var(--prefix-width, 0px))}.has-prefix[data-v-87177371] .ant-select-selection-placeholder{padding-left:var(--prefix-width, 0px)}.hb-lib-selector-dropdown[data-v-87177371]{padding:8px;min-width:200px}.hb-lib-selector-search[data-v-87177371]{margin-bottom:8px}.hb-lib-selector-list[data-v-87177371]{max-height:200px;overflow-y:auto}.hb-lib-selector-list[data-v-87177371]::-webkit-scrollbar{width:6px}.hb-lib-selector-list[data-v-87177371]::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.hb-lib-selector-list[data-v-87177371]::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.hb-lib-selector-list[data-v-87177371]::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.hb-lib-selector-option[data-v-87177371]{display:flex;align-items:center;padding:8px;cursor:pointer;border-radius:4px;transition:all .2s ease;gap:8px}.hb-lib-selector-option[data-v-87177371]:hover{background-color:#f5f5f5}.hb-lib-selector-option.selected[data-v-87177371]{background-color:#e6f7ff}.hb-lib-option-content[data-v-87177371]{flex:1}.hb-lib-option-label[data-v-87177371]{font-weight:500;color:#262626}.hb-lib-selector-empty[data-v-87177371]{text-align:center;color:#bfbfbf;padding:20px 0;font-size:14px}.hb-lib-selector-footer[data-v-87177371]{border-top:1px solid #f0f0f0;padding-top:8px;margin-top:8px;display:flex;justify-content:space-between;align-items:center}.hb-lib-footer-buttons[data-v-87177371]{display:flex;gap:8px}.selector-tag[data-v-87177371]{margin-right:3px;border-radius:4px;border-color:#ff5000;color:#ff5000}.selector-tag .tag-label[data-v-87177371]{font-weight:500}.selector-tag .tag-description[data-v-87177371]{margin-left:4px;font-size:12px;opacity:.8}.rotate-180[data-v-87177371]{transform:rotate(180deg)}.transition-transform[data-v-87177371]{transition:transform .2s}.hb-lib-search-tag[data-v-87177371]{margin-right:3px;border-radius:4px;border-color:#ff5000;color:#ff5000}.hb-lib-search-tag__description[data-v-87177371]{margin-left:4px;font-size:12px;opacity:.8}.hb-lib-multipleSelectModal-modal .ant-table-filter-trigger{font-size:18px!important}.hb-lib-multipleSelectModal-modal .ant-input-group-addon{border:none!important;cursor:pointer}.hb-lib-multipleSelectModal-modal .ant-modal-body{padding:calc(var(--hb-space) / 2)}.hb-lib-multipleSelectModal-modal .ant-table-thead .ant-table-column-title{color:#000;font-weight:bolder;font-size:18px}.hb-lib-multipleSelectModal-modal .ant-table-thead .ant-table-cell{color:#000;font-weight:bolder;font-size:18px;padding:calc(var(--hb-space) / 2)!important}.hb-lib-multipleSelectModal-modal .ant-table-row .ant-table-cell{padding:calc(var(--hb-space) / 2)!important}.hb-lib-multipleSelectModal-modal .ant-table-pagination.ant-pagination{margin:calc(var(--hb-space) / 2) 0!important}.hb-lib-form-item-filter-modal-search{padding:8px}.hb-lib-form-item-filter-modal-search-input{width:188px;margin-bottom:8px;display:block}.hb-lib-form-item-filter-modal-buttons{display:flex;justify-content:space-between;margin-top:10px}.hb-lib-table-act-box[data-v-a96574fa]{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px}.hb-lib-table-act-box .hb-lib-table-main-action[data-v-a96574fa],.hb-lib-table-act-box .hb-lib-table-more-action[data-v-a96574fa]{text-decoration:none}.hb-lib-table-act-box .hb-lib-table-more-action[data-v-a96574fa]{display:inline-flex;align-items:center}.hb-lib-table-confirm-modal-content[data-v-a96574fa]{font-size:16px}.hb-lib-table-act-box .ant-divider-vertical{margin:0}.ant-dropdown-menu-title-content>a:hover{color:var(--hb-theme-color)!important}.hb-lib-list-table[data-v-d4abbf25]{background:#fff;padding:0 5px;border-radius:0 0 6px 6px}.hb-lib-list-table[data-v-d4abbf25] .copy-text-eyevue.ab{position:relative!important;right:0!important;top:0!important}.hb-lib-list-table-act[data-v-d4abbf25]{display:flex;justify-content:space-between;align-items:center}.nowrap-table[data-v-d4abbf25] .ant-table-tbody>.ant-table-row>td{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;height:var(--hb-lib-table-td-height)!important;box-sizing:content-box}[data-v-fe93cce7]:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.ant-alert[data-v-fe93cce7]{box-sizing:border-box;margin:0;color:#000000a6;font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:"tnum";position:relative;padding:8px 15px 8px 37px;word-wrap:break-word;border-radius:var(--hb-border-radius);border:1px solid #ffb27a;background-color:#fff2e6}.ant-alert .com-alert[data-v-fe93cce7]{display:flex;justify-content:space-between;width:100%;align-items:center}.ant-alert .com-alert a[data-v-fe93cce7]{color:#ff5000}.select-all-container[data-v-fe93cce7]{padding:8px 0}.hb-lib-table-setting-box[data-v-fe93cce7]{display:flex}.hb-lib-table-set-drag[data-v-fe93cce7]{max-height:300px;overflow-y:auto}.hb-lib-table-drag-item[data-v-fe93cce7]{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border:1px solid #f0f0f0;margin-bottom:4px;background-color:#fff;border-radius:var(--hb-border-radius);width:280px}.hb-lib-table-drag-item[data-v-fe93cce7]:hover{background-color:#f5f5f5}.hb-lib-table-drag-item .drag-handle[data-v-fe93cce7]{cursor:move;color:#999;padding:4px;-webkit-user-select:none;user-select:none}.ghost[data-v-fe93cce7]{opacity:.5;background:#c8ebfb}.table-setting-checkbox-group[data-v-fe93cce7]{display:flex;flex-wrap:wrap}.table-setting-checkbox-group[data-v-fe93cce7] .ant-checkbox-group-item{margin-right:0;width:33.33%}.hb-lib-table-set-btn-group[data-v-fe93cce7]{margin-top:10px;display:flex;justify-content:end;align-items:center;border-top:1px solid #f0f0f0;padding-top:8px}.drag-hide[data-v-fe93cce7]{visibility:hidden}.hb-lib-table-drag-item-act-btn[data-v-fe93cce7]{display:inline-block;cursor:pointer;width:14px;height:20px}.hb-lib-table-drag-item-act-btn .icon[data-v-fe93cce7]{width:100%;height:100%}.hb-lib-table-col-set[data-v-fe93cce7]{display:inline-block;cursor:pointer;width:22px;height:23px}.hb-lib-table-col-set .icon[data-v-fe93cce7]{width:100%;height:100%}.hb-lib-table-drag-item-act[data-v-fe93cce7]{display:flex;align-items:center;width:40px;justify-content:space-between}.alertInfoContent{width:auto!important}.hb_lib_form_tooltip_select[data-v-b04f5675]{width:100%}.hb_lib_form_tooltip_select__option[data-v-b04f5675]{display:inline-flex;align-items:center;gap:4px}.hb_lib_form_tooltip_select__option.is-ellipsis[data-v-b04f5675]{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hb_lib_form_tooltip_select__dropdown .ant-select-item-option-content{display:flex;align-items:center;gap:4px}.hb-lib-copy-text-eyevue[data-v-d5ca4420]{font-size:17px;cursor:pointer}.hb-lib-copy-text-eyevue.ab[data-v-d5ca4420]{position:absolute;right:34px;top:50%;transform:translateY(-50%);background:#fff}.hb-lib-copy-text-eyevue.normal[data-v-d5ca4420]{position:relative}.drag-slot-wrapper[data-v-15b227f5]{cursor:move;padding:8px;background-color:#f9f9f9;border:1px solid #eee;margin-bottom:10px}:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.hb-lib-list-page-container{background:#fff}.hb-lib-list-page-container .hb_list_page_button{height:var(--hb-list-button-height)!important;padding:0 var(--hb-space)!important}.hb-lib-list-page-container .hb_list_page_button:not(:last-child){margin-right:var(--hb-space)}.hb-lib-list-page-container .hb_list_page_button .buttonText{line-height:var(--hb-list-button-height)!important}.hb-lib-list-page-container .ant-table-pagination.ant-pagination{margin:calc(var(--hb-space) / 2) 0}.list-page-box{padding:5px 0 0}.list-page-box .ant-table-row .ant-table-cell,.list-page-box .ant-table-thead .ant-table-cell{padding:calc(var(--hb-space) / 2)!important}.list-page-box .ant-tabs-top>.ant-tabs-nav{margin-bottom:calc(var(--hb-space) / 2)!important}.list-page-box .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab{padding:calc(var(--hb-space) / 2) 0!important}.list-page-box .ant-table-body::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:var(--hb-border-radius)}.list-page-box .ant-table-bordered.ant-table-fixed-header .ant-table-body{height:var(--hb-list-table-height)!important;max-height:none!important}.hb-lib-list-page-act-box{background:#fff;display:flex;justify-content:space-between;box-shadow:0 4px 3px #f0f0f0cf;padding:calc(var(--hb-space) / 2) var(--hb-space)}.hb-lib-list-page-act{display:flex;align-items:center}.hb-lib-list-page-act .hb-lib-list-page-act-svg{display:inline-block;width:18px;height:18px;cursor:pointer}.hb-lib-list-page-act .hb-lib-list-page-act-svg:not(:last-child){margin-right:calc(var(--hb-space) / 2)}.hb-lib-list-page-act .hb-lib-list-page-act-svg .icon{width:100%;height:100%}.hb-lib-list-page-breadcrumb{font-size:var(--hb-text-font-size);color:#3e3e3e;display:flex;align-items:center}.hb-lib-list-page-form-box{display:flex;justify-content:space-between;background:#fff;border-radius:8px}.hb-form-item-ui{flex:1}.hb-form-item-ui .ant-form-item{border:1px solid #d1d5db!important;border-radius:var(--hb-border-radius)!important;margin-bottom:var(--hb-space)!important;margin-right:var(--hb-space)!important;height:var(--hb-f-item-height);min-width:250px!important}.hb-form-item-ui .ant-input{border:none!important;border-radius:var(--hb-border-radius)!important;padding:4px var(--hb-space) 4px 0px!important}.hb-form-item-ui .ant-input:focus{outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-input-number{border:none!important;border-radius:var(--hb-border-radius)!important}.hb-form-item-ui .ant-input-number:focus{outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-form-item-label>label{padding:0 0 0 var(--hb-space)}.hb-form-item-ui .ant-select-selector{border:none!important;border-radius:var(--hb-border-radius)!important;padding:0px var(--hb-space) 0px var(--hb-space)!important;outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-select-selector:focus{outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-select:focus{outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-select-focused{outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-input-affix-wrapper{height:var(--hb-f-item-content-height)!important;border:none!important;border-radius:var(--hb-border-radius)!important}.hb-form-item-ui .ant-input-affix-wrapper:focus{outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-picker,.hb-form-item-ui .ant-picker-range{border:none!important;border-radius:var(--hb-border-radius)!important}.hb-form-item-ui .ant-picker-focused{box-shadow:none!important}.hb-form-item-ui .ant-input-affix-wrapper:focus,.hb-form-item-ui .ant-input-affix-wrapper-focused{box-shadow:none!important}.hb-form-item-ui .ant-form-item-control-input-content{display:flex}.hb-form-item-ui .ant-select-selection-item{display:flex;align-items:center}.hb-form-item-ui .ant-select-selection-placeholder{padding-left:var(--hb-space)!important}.hb-form-item-ui .ant-select-selection-overflow{flex-wrap:nowrap;overflow:hidden}.hb-form-item-ui .ant-input-group-addon{border:none!important}body{overflow-x:hidden}.btn_pd{padding-bottom:var(--hb-space)!important}.hb-lib-detail-box .ant-card{margin-bottom:var(--hb-space)!important}.hb-lib-detail-box .ant-card-head{min-height:var(--hb-card-head)!important}.hb-lib-detail-box .ant-card-head .ant-card-head-title{padding:calc(var(--hb-space) / 2) 0!important}.hb-lib-detail-box .ant-card-body{padding:var(--hb-space)!important}.hb-lib-detail-box .ant-table-row .ant-table-cell,.hb-lib-detail-box .ant-table-thead .ant-table-cell{padding:calc(var(--hb-space) / 2)!important}.hb-lib-detail-box .ant-table-pagination.ant-pagination{margin:calc(var(--hb-space) / 2) 0!important}.hb-lib-detail-box .ant-descriptions-row,.hb-lib-detail-box .ant-descriptions-item{padding-bottom:calc(var(--hb-space) / 2)!important}
1
+ [data-v-a8bc8c3a]:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.hb-sfcm[data-v-a8bc8c3a] .ant-modal-header{border-bottom:1px solid var(--hb-border-color);margin-bottom:var(--hb-space)}.hb-sfcm__title[data-v-a8bc8c3a]{font-size:var(--hb-h1-font-size);font-weight:700;color:var(--hb-title-color)}.hb-sfcm__title__tip[data-v-a8bc8c3a]{margin-right:var(--hb-space);padding-left:var(--hb-space);color:#080808;font-size:16px;font-weight:500;position:relative}.hb-sfcm__title__tip[data-v-a8bc8c3a]:before{content:"";width:6px;height:14px;background:var(--hb-theme-color);position:absolute;top:50%;left:0;transform:translateY(-50%);border-radius:var(--hb-border-radius)}.hb-sfcm__show__tag[data-v-a8bc8c3a]{padding-top:var(--hb-space);overflow:hidden}.hb-sfcm__show__tag__item[data-v-a8bc8c3a]{float:left;margin-right:var(--hb-space);padding:2px 9px;background:var(--hb-theme-color);color:#fff;border:1px solid var(--hb-theme-color);border-radius:var(--hb-border-radius);margin-bottom:var(--hb-space);cursor:move;-webkit-user-select:none;user-select:none;display:flex;align-items:center}.hb-sfcm__show__tag__item.is-linked[data-v-a8bc8c3a]{background:#ff7875;border-color:#ff7875;cursor:not-allowed}.hb-sfcm__show__tag .is-fixed[data-v-a8bc8c3a]{background:none;color:#9ca3af;border:1px solid var(--hb-border-color);cursor:not-allowed}.hb-sfcm__show__tag .is-linked[data-v-a8bc8c3a]{background:#ff7875;border-color:#ff7875;cursor:not-allowed}.hb-sfcm__show__tag .is-linked[data-v-a8bc8c3a]:hover{background:#ff7875;border-color:#ff7875}.hb-sfcm__unshow__tag[data-v-a8bc8c3a]{padding-top:var(--hb-space);overflow:hidden}.hb-sfcm__unshow__tag__item[data-v-a8bc8c3a]{position:relative;float:left;margin-right:var(--hb-space);padding:2px 9px;color:#9ca3af;border:1px solid var(--hb-border-color);border-radius:var(--hb-border-radius);margin-bottom:var(--hb-space);cursor:pointer;-webkit-user-select:none;user-select:none}.hb-sfcm__unshow__tag__item.is-linked[data-v-a8bc8c3a]{color:#ff7875;border-color:#ff7875}.hb-sfcm__show__tag__item-close[data-v-a8bc8c3a]{margin-left:6px;cursor:pointer}.hb-sfcm__show__tag__item-close[data-v-a8bc8c3a]:hover{transform:scale(1.3)}.hb-sfcm__unshow__tag__item-add[data-v-a8bc8c3a]{position:absolute;width:100%;height:100%;top:0;left:0;background:#1a1818;color:#fff;text-align:center;display:flex;align-items:center;justify-content:center;border-radius:var(--hb-border-radius)}.hb-sfcm__unshow__tag__empty[data-v-a8bc8c3a]{text-align:center;color:var(--hb-border-color)}[data-v-161b8240]:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.hb-form[data-v-161b8240] .ant-form-item{margin-bottom:var(--hb-space)}.hb-form .hb-form__footer[data-v-161b8240]{display:flex;justify-content:space-between}.hb-lib-form--container[data-v-161b8240]{overflow:hidden;margin:6px}.hide[data-v-161b8240]{height:0}.hb-form__form-item-col[data-v-161b8240]{flex:0 0 auto;min-width:200px;width:auto;padding-right:var(--hb-space);margin-bottom:16px}.form-footer[data-v-161b8240]{display:flex;align-items:center;margin-bottom:10px}.form-collapse-enter-active,.form-collapse-leave-active{transition:height .2s ease;overflow:hidden}.form-collapse-enter-from,.form-collapse-leave-to{height:0}.hb-lib-form-svg{width:16px;height:34px;margin-right:13px;cursor:pointer}.hb-lib-form-svg .icon{width:100%;height:100%}.hb-form-item-ui .ant-form-item.hb-lib-form-item-border--unneed{border:none!important}[data-v-a7ddfc50]:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.hb-lib-list-page-act-item[data-v-a7ddfc50]{margin-right:var(--hb-space)}[data-v-da13672b]:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.hb-lib-list-btns-box[data-v-da13672b]{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:5px 5px 0;margin-top:5px;border-radius:6px 6px 0 0}.hb-lib-list-btns-box .hb-lib-list-btns-right[data-v-da13672b]{display:flex;align-items:center}.hb-lib-list-btns-act-svg[data-v-da13672b]{cursor:pointer;width:21px;height:21px;display:inline-block}.hb-lib-list-btns-act-svg .icon[data-v-da13672b]{width:100%;height:100%}.hb-lib-list-btns-act-open[data-v-da13672b]{cursor:pointer;width:21px;height:21px;display:flex;justify-content:center;align-items:center}.hb-lib-list-btns-act-open .icon[data-v-da13672b]{width:100%;height:100%}.hb-lib-list-btns-item[data-v-da13672b]:not(:last-child){margin-right:10px}.hb-lib-list-btns-left[data-v-da13672b]{display:flex;align-items:center}.flex-between[data-v-87177371]{display:flex;justify-content:space-between;align-items:center}.flex-center[data-v-87177371]{display:flex;align-items:center}.hb-lib-selector-wrapper[data-v-87177371]{position:relative}.hb-lib-selector-wrapper .ant-input[data-v-87177371]{cursor:pointer}.has-prefix[data-v-87177371]:before{content:attr(data-prefix);position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#262626;font-size:14px;white-space:nowrap;pointer-events:none;z-index:1}.has-prefix[data-v-87177371] .ant-select-selector{padding-left:calc(12px + var(--prefix-width, 0px))}.has-prefix[data-v-87177371] .ant-select-selection-placeholder{padding-left:var(--prefix-width, 0px)}.hb-lib-selector-dropdown[data-v-87177371]{padding:8px;min-width:200px}.hb-lib-selector-search[data-v-87177371]{margin-bottom:8px}.hb-lib-selector-list[data-v-87177371]{max-height:200px;overflow-y:auto}.hb-lib-selector-list[data-v-87177371]::-webkit-scrollbar{width:6px}.hb-lib-selector-list[data-v-87177371]::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.hb-lib-selector-list[data-v-87177371]::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.hb-lib-selector-list[data-v-87177371]::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.hb-lib-selector-option[data-v-87177371]{display:flex;align-items:center;padding:8px;cursor:pointer;border-radius:4px;transition:all .2s ease;gap:8px}.hb-lib-selector-option[data-v-87177371]:hover{background-color:#f5f5f5}.hb-lib-selector-option.selected[data-v-87177371]{background-color:#e6f7ff}.hb-lib-option-content[data-v-87177371]{flex:1}.hb-lib-option-label[data-v-87177371]{font-weight:500;color:#262626}.hb-lib-selector-empty[data-v-87177371]{text-align:center;color:#bfbfbf;padding:20px 0;font-size:14px}.hb-lib-selector-footer[data-v-87177371]{border-top:1px solid #f0f0f0;padding-top:8px;margin-top:8px;display:flex;justify-content:space-between;align-items:center}.hb-lib-footer-buttons[data-v-87177371]{display:flex;gap:8px}.selector-tag[data-v-87177371]{margin-right:3px;border-radius:4px;border-color:#ff5000;color:#ff5000}.selector-tag .tag-label[data-v-87177371]{font-weight:500}.selector-tag .tag-description[data-v-87177371]{margin-left:4px;font-size:12px;opacity:.8}.rotate-180[data-v-87177371]{transform:rotate(180deg)}.transition-transform[data-v-87177371]{transition:transform .2s}.hb-lib-search-tag[data-v-87177371]{margin-right:3px;border-radius:4px;border-color:#ff5000;color:#ff5000}.hb-lib-search-tag__description[data-v-87177371]{margin-left:4px;font-size:12px;opacity:.8}.hb-lib-multipleSelectModal-modal .ant-table-filter-trigger{font-size:18px!important}.hb-lib-multipleSelectModal-modal .ant-input-group-addon{border:none!important;cursor:pointer}.hb-lib-multipleSelectModal-modal .ant-modal-body{padding:calc(var(--hb-space) / 2)}.hb-lib-multipleSelectModal-modal .ant-table-thead .ant-table-column-title{color:#000;font-weight:bolder;font-size:18px}.hb-lib-multipleSelectModal-modal .ant-table-thead .ant-table-cell{color:#000;font-weight:bolder;font-size:18px;padding:calc(var(--hb-space) / 2)!important}.hb-lib-multipleSelectModal-modal .ant-table-row .ant-table-cell{padding:calc(var(--hb-space) / 2)!important}.hb-lib-multipleSelectModal-modal .ant-table-pagination.ant-pagination{margin:calc(var(--hb-space) / 2) 0!important}.hb-lib-form-item-filter-modal-search{padding:8px}.hb-lib-form-item-filter-modal-search-input{width:188px;margin-bottom:8px;display:block}.hb-lib-form-item-filter-modal-buttons{display:flex;justify-content:space-between;margin-top:10px}.hb-lib-table-act-box[data-v-a96574fa]{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px}.hb-lib-table-act-box .hb-lib-table-main-action[data-v-a96574fa],.hb-lib-table-act-box .hb-lib-table-more-action[data-v-a96574fa]{text-decoration:none}.hb-lib-table-act-box .hb-lib-table-more-action[data-v-a96574fa]{display:inline-flex;align-items:center}.hb-lib-table-confirm-modal-content[data-v-a96574fa]{font-size:16px}.hb-lib-table-act-box .ant-divider-vertical{margin:0}.ant-dropdown-menu-title-content>a:hover{color:var(--hb-theme-color)!important}.hb-lib-list-table[data-v-d4abbf25]{background:#fff;padding:0 5px;border-radius:0 0 6px 6px}.hb-lib-list-table[data-v-d4abbf25] .copy-text-eyevue.ab{position:relative!important;right:0!important;top:0!important}.hb-lib-list-table-act[data-v-d4abbf25]{display:flex;justify-content:space-between;align-items:center}.nowrap-table[data-v-d4abbf25] .ant-table-tbody>.ant-table-row>td{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;height:var(--hb-lib-table-td-height)!important;box-sizing:content-box}[data-v-fe93cce7]:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.ant-alert[data-v-fe93cce7]{box-sizing:border-box;margin:0;color:#000000a6;font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:"tnum";position:relative;padding:8px 15px 8px 37px;word-wrap:break-word;border-radius:var(--hb-border-radius);border:1px solid #ffb27a;background-color:#fff2e6}.ant-alert .com-alert[data-v-fe93cce7]{display:flex;justify-content:space-between;width:100%;align-items:center}.ant-alert .com-alert a[data-v-fe93cce7]{color:#ff5000}.select-all-container[data-v-fe93cce7]{padding:8px 0}.hb-lib-table-setting-box[data-v-fe93cce7]{display:flex}.hb-lib-table-set-drag[data-v-fe93cce7]{max-height:300px;overflow-y:auto}.hb-lib-table-drag-item[data-v-fe93cce7]{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border:1px solid #f0f0f0;margin-bottom:4px;background-color:#fff;border-radius:var(--hb-border-radius);width:280px}.hb-lib-table-drag-item[data-v-fe93cce7]:hover{background-color:#f5f5f5}.hb-lib-table-drag-item .drag-handle[data-v-fe93cce7]{cursor:move;color:#999;padding:4px;-webkit-user-select:none;user-select:none}.ghost[data-v-fe93cce7]{opacity:.5;background:#c8ebfb}.table-setting-checkbox-group[data-v-fe93cce7]{display:flex;flex-wrap:wrap}.table-setting-checkbox-group[data-v-fe93cce7] .ant-checkbox-group-item{margin-right:0;width:33.33%}.hb-lib-table-set-btn-group[data-v-fe93cce7]{margin-top:10px;display:flex;justify-content:end;align-items:center;border-top:1px solid #f0f0f0;padding-top:8px}.drag-hide[data-v-fe93cce7]{visibility:hidden}.hb-lib-table-drag-item-act-btn[data-v-fe93cce7]{display:inline-block;cursor:pointer;width:14px;height:20px}.hb-lib-table-drag-item-act-btn .icon[data-v-fe93cce7]{width:100%;height:100%}.hb-lib-table-col-set[data-v-fe93cce7]{display:inline-block;cursor:pointer;width:22px;height:23px}.hb-lib-table-col-set .icon[data-v-fe93cce7]{width:100%;height:100%}.hb-lib-table-drag-item-act[data-v-fe93cce7]{display:flex;align-items:center;width:40px;justify-content:space-between}.alertInfoContent{width:auto!important}.hb_lib_form_tooltip_select[data-v-b04f5675]{width:100%}.hb_lib_form_tooltip_select__option[data-v-b04f5675]{display:inline-flex;align-items:center;gap:4px}.hb_lib_form_tooltip_select__option.is-ellipsis[data-v-b04f5675]{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hb_lib_form_tooltip_select__dropdown .ant-select-item-option-content{display:flex;align-items:center;gap:4px}.hb_import_btn[data-v-47fe70d9]{text-align:center;margin:0}.hb-lib-copy-text-eyevue[data-v-d5ca4420]{font-size:17px;cursor:pointer}.hb-lib-copy-text-eyevue.ab[data-v-d5ca4420]{position:absolute;right:34px;top:50%;transform:translateY(-50%);background:#fff}.hb-lib-copy-text-eyevue.normal[data-v-d5ca4420]{position:relative}.drag-slot-wrapper[data-v-15b227f5]{cursor:move;padding:8px;background-color:#f9f9f9;border:1px solid #eee;margin-bottom:10px}.log_remark[data-v-cee51270]{width:85%}:root{--hb-theme-color: #ff5000;--hb-title-color: #333;--hb-space: 10px;--hb-h1-font-size: 20px;--hb-h2-font-size: 16px;--hb-text-font-size: 14px;--hb-subtext-font-size: 13px;--hb-subtext-color: #cccc;--hb-f-item-height: 34px;--hb-f-item-content-height: 30px;--hb-tip-font-size: 13px;--hb-border-radius: 6px;--hb-border-color: #d1d5db;--hb-list-button-height: 26px}.hb-lib-list-page-container{background:#fff}.hb-lib-list-page-container .hb_list_page_button{height:var(--hb-list-button-height)!important;padding:0 var(--hb-space)!important}.hb-lib-list-page-container .hb_list_page_button:not(:last-child){margin-right:var(--hb-space)}.hb-lib-list-page-container .hb_list_page_button .buttonText{line-height:var(--hb-list-button-height)!important}.hb-lib-list-page-container .ant-table-pagination.ant-pagination{margin:calc(var(--hb-space) / 2) 0}.list-page-box{padding:5px 0 0}.list-page-box .ant-table-row .ant-table-cell,.list-page-box .ant-table-thead .ant-table-cell{padding:calc(var(--hb-space) / 2)!important}.list-page-box .ant-input-search-button{border:none!important}.list-page-box .ant-tabs-top>.ant-tabs-nav{margin-bottom:calc(var(--hb-space) / 2)!important}.list-page-box .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab{padding:calc(var(--hb-space) / 2) 0!important}.list-page-box .ant-table-body::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:var(--hb-border-radius)}.list-page-box .ant-table-bordered.ant-table-fixed-header .ant-table-body{height:var(--hb-list-table-height)!important;max-height:none!important}.hb-lib-list-page-act-box{background:#fff;display:flex;justify-content:space-between;box-shadow:0 4px 3px #f0f0f0cf;padding:calc(var(--hb-space) / 2) var(--hb-space)}.hb-lib-list-page-act{display:flex;align-items:center}.hb-lib-list-page-act .hb-lib-list-page-act-svg{display:inline-block;width:18px;height:18px;cursor:pointer}.hb-lib-list-page-act .hb-lib-list-page-act-svg:not(:last-child){margin-right:calc(var(--hb-space) / 2)}.hb-lib-list-page-act .hb-lib-list-page-act-svg .icon{width:100%;height:100%}.hb-lib-list-page-breadcrumb{font-size:var(--hb-text-font-size);color:#3e3e3e;display:flex;align-items:center}.hb-lib-list-page-form-box{display:flex;justify-content:space-between;background:#fff;border-radius:8px}.hb-form-item-ui{flex:1}.hb-form-item-ui .ant-form-item{border:1px solid #d1d5db!important;border-radius:var(--hb-border-radius)!important;margin-bottom:var(--hb-space)!important;margin-right:var(--hb-space)!important;height:var(--hb-f-item-height);min-width:250px!important}.hb-form-item-ui .ant-input{border:none!important;border-radius:var(--hb-border-radius)!important;padding:4px var(--hb-space) 4px 0px!important}.hb-form-item-ui .ant-input:focus{outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-input-number{border:none!important;border-radius:var(--hb-border-radius)!important}.hb-form-item-ui .ant-input-number:focus{outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-form-item-label>label{padding:0 0 0 var(--hb-space)}.hb-form-item-ui .ant-select-selector{border:none!important;border-radius:var(--hb-border-radius)!important;padding:0px var(--hb-space) 0px var(--hb-space)!important;outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-select-selector:focus{outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-select:focus{outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-select-focused{outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-input-affix-wrapper{height:var(--hb-f-item-content-height)!important;border:none!important;border-radius:var(--hb-border-radius)!important}.hb-form-item-ui .ant-input-affix-wrapper:focus{outline:none!important;box-shadow:none!important}.hb-form-item-ui .ant-picker,.hb-form-item-ui .ant-picker-range{border:none!important;border-radius:var(--hb-border-radius)!important}.hb-form-item-ui .ant-picker-focused{box-shadow:none!important}.hb-form-item-ui .ant-input-affix-wrapper:focus,.hb-form-item-ui .ant-input-affix-wrapper-focused{box-shadow:none!important}.hb-form-item-ui .ant-form-item-control-input-content{display:flex}.hb-form-item-ui .ant-select-selection-item{display:flex;align-items:center}.hb-form-item-ui .ant-select-selection-placeholder{padding-left:var(--hb-space)!important}.hb-form-item-ui .ant-select-selection-overflow{flex-wrap:nowrap;overflow:hidden}.hb-form-item-ui .ant-input-group-addon{border:none!important}body{overflow-x:hidden}.btn_pd{padding-bottom:var(--hb-space)!important}.hb-lib-detail-box .ant-card{margin-bottom:var(--hb-space)!important}.hb-lib-detail-box .ant-card-head{min-height:var(--hb-card-head)!important}.hb-lib-detail-box .ant-card-head .ant-card-head-title{padding:calc(var(--hb-space) / 2) 0!important}.hb-lib-detail-box .ant-card-body{padding:var(--hb-space)!important}.hb-lib-detail-box .ant-table-row .ant-table-cell,.hb-lib-detail-box .ant-table-thead .ant-table-cell{padding:calc(var(--hb-space) / 2)!important}.hb-lib-detail-box .ant-table-pagination.ant-pagination{margin:calc(var(--hb-space) / 2) 0!important}.hb-lib-detail-box .ant-descriptions-row,.hb-lib-detail-box .ant-descriptions-item{padding-bottom:calc(var(--hb-space) / 2)!important}