@hb-hellotech/hb-ui 1.0.1 → 1.0.9

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 (96) hide show
  1. package/dist/components/{business-comp/list-page-comp → business_comp/list_page_comp}/hb_form_item_filter_modal/index.d.ts +2 -1
  2. package/dist/components/business_comp/list_page_comp/hb_form_item_filter_modal/index.d.ts.map +1 -0
  3. package/dist/components/{types/hb_form_item_filter_modal_type.d.ts → business_comp/list_page_comp/hb_form_item_filter_modal/src/type.d.ts} +9 -4
  4. package/dist/components/business_comp/list_page_comp/hb_form_item_filter_modal/src/type.d.ts.map +1 -0
  5. package/dist/components/{business-comp/list-page-comp → business_comp/list_page_comp}/hb_form_select_filter/index.d.ts +2 -1
  6. package/dist/components/business_comp/list_page_comp/hb_form_select_filter/index.d.ts.map +1 -0
  7. package/dist/components/{types/hb_form_select_filter_type.d.ts → business_comp/list_page_comp/hb_form_select_filter/src/type.d.ts} +1 -0
  8. package/dist/components/business_comp/list_page_comp/hb_form_select_filter/src/type.d.ts.map +1 -0
  9. package/dist/components/{business-comp/list-page-comp → business_comp/list_page_comp}/hb_form_select_modal/index.d.ts +2 -1
  10. package/dist/components/business_comp/list_page_comp/hb_form_select_modal/index.d.ts.map +1 -0
  11. package/dist/components/business_comp/list_page_comp/hb_form_select_modal/src/HbMutilpleSelectModal.vue.d.ts +112 -0
  12. package/dist/components/business_comp/list_page_comp/hb_form_select_modal/src/HbMutilpleSelectModal.vue.d.ts.map +1 -0
  13. package/dist/components/{types/hb_form_select_modal_type.d.ts → business_comp/list_page_comp/hb_form_select_modal/src/type.d.ts} +10 -0
  14. package/dist/components/business_comp/list_page_comp/hb_form_select_modal/src/type.d.ts.map +1 -0
  15. package/dist/components/{business-comp/list-page-comp → business_comp/list_page_comp}/hb_list_btns_act/index.d.ts +2 -0
  16. package/dist/components/business_comp/list_page_comp/hb_list_btns_act/index.d.ts.map +1 -0
  17. package/dist/components/business_comp/list_page_comp/hb_list_btns_act/src/HbListBtns.vue.d.ts +61 -0
  18. package/dist/components/business_comp/list_page_comp/hb_list_btns_act/src/HbListBtns.vue.d.ts.map +1 -0
  19. package/dist/components/{types/hb_list_btns_act_type.d.ts → business_comp/list_page_comp/hb_list_btns_act/src/type.d.ts} +9 -1
  20. package/dist/components/business_comp/list_page_comp/hb_list_btns_act/src/type.d.ts.map +1 -0
  21. package/dist/components/{business-comp/list-page-comp → business_comp/list_page_comp}/hb_list_form/index.d.ts +2 -1
  22. package/dist/components/business_comp/list_page_comp/hb_list_form/index.d.ts.map +1 -0
  23. package/dist/components/{types/hb_list_form_type.d.ts → business_comp/list_page_comp/hb_list_form/src/type.d.ts} +13 -0
  24. package/dist/components/business_comp/list_page_comp/hb_list_form/src/type.d.ts.map +1 -0
  25. package/dist/components/{business-comp/list-page-comp → business_comp/list_page_comp}/hb_list_page_act/index.d.ts +2 -0
  26. package/dist/components/business_comp/list_page_comp/hb_list_page_act/index.d.ts.map +1 -0
  27. package/dist/components/business_comp/list_page_comp/hb_list_page_act/src/HbListPageAct.vue.d.ts +60 -0
  28. package/dist/components/business_comp/list_page_comp/hb_list_page_act/src/HbListPageAct.vue.d.ts.map +1 -0
  29. package/dist/components/{types/hb_list_page_act_type.d.ts → business_comp/list_page_comp/hb_list_page_act/src/type.d.ts} +8 -1
  30. package/dist/components/business_comp/list_page_comp/hb_list_page_act/src/type.d.ts.map +1 -0
  31. package/dist/components/{business-comp/list-page-comp → business_comp/list_page_comp}/hb_list_page_container/index.d.ts +2 -0
  32. package/dist/components/business_comp/list_page_comp/hb_list_page_container/index.d.ts.map +1 -0
  33. package/dist/components/business_comp/list_page_comp/hb_list_page_container/src/HbListPageContainer.vue.d.ts +50 -0
  34. package/dist/components/business_comp/list_page_comp/hb_list_page_container/src/HbListPageContainer.vue.d.ts.map +1 -0
  35. package/dist/components/{types/hb_list_page_container_type.d.ts → business_comp/list_page_comp/hb_list_page_container/src/type.d.ts} +7 -0
  36. package/dist/components/business_comp/list_page_comp/hb_list_page_container/src/type.d.ts.map +1 -0
  37. package/dist/components/{business-comp/list-page-comp → business_comp/list_page_comp}/hb_list_table/index.d.ts +2 -1
  38. package/dist/components/business_comp/list_page_comp/hb_list_table/index.d.ts.map +1 -0
  39. package/dist/components/{types/hb_list_table_type.d.ts → business_comp/list_page_comp/hb_list_table/src/type.d.ts} +8 -0
  40. package/dist/components/business_comp/list_page_comp/hb_list_table/src/type.d.ts.map +1 -0
  41. package/dist/components/{business-comp/list-page-comp → business_comp/list_page_comp}/hb_list_table_act/index.d.ts +2 -0
  42. package/dist/components/business_comp/list_page_comp/hb_list_table_act/index.d.ts.map +1 -0
  43. package/dist/components/{types/hb_list_table_act_type.d.ts → business_comp/list_page_comp/hb_list_table_act/src/type.d.ts} +1 -0
  44. package/dist/components/business_comp/list_page_comp/hb_list_table_act/src/type.d.ts.map +1 -0
  45. package/dist/components/{business-comp/list-page-comp → business_comp/list_page_comp}/hb_list_table_colums_set/index.d.ts +2 -0
  46. package/dist/components/business_comp/list_page_comp/hb_list_table_colums_set/index.d.ts.map +1 -0
  47. package/dist/components/{types/hb_list_table_colums_set_type.d.ts → business_comp/list_page_comp/hb_list_table_colums_set/src/type.d.ts} +1 -0
  48. package/dist/components/business_comp/list_page_comp/hb_list_table_colums_set/src/type.d.ts.map +1 -0
  49. package/dist/components/{business-comp/list-page-comp → business_comp/list_page_comp}/index.d.ts +2 -1
  50. package/dist/components/business_comp/list_page_comp/index.d.ts.map +1 -0
  51. package/dist/components/{func-comp → func_comp}/hb_func_comp_copy/index.d.ts +1 -0
  52. package/dist/components/func_comp/hb_func_comp_copy/index.d.ts.map +1 -0
  53. package/dist/components/{func-comp → func_comp}/hb_func_comp_copy/src/copy.vue.d.ts +1 -0
  54. package/dist/components/func_comp/hb_func_comp_copy/src/copy.vue.d.ts.map +1 -0
  55. package/dist/components/{func-comp → func_comp}/hb_func_comp_copy/src/type.d.ts +12 -0
  56. package/dist/components/func_comp/hb_func_comp_copy/src/type.d.ts.map +1 -0
  57. package/dist/components/func_comp/hb_func_comp_drag/index.d.ts +443 -0
  58. package/dist/components/func_comp/hb_func_comp_drag/index.d.ts.map +1 -0
  59. package/dist/components/func_comp/hb_func_comp_drag/src/index.vue.d.ts +182 -0
  60. package/dist/components/func_comp/hb_func_comp_drag/src/index.vue.d.ts.map +1 -0
  61. package/dist/components/func_comp/hb_func_comp_drag/src/type.d.ts +57 -0
  62. package/dist/components/func_comp/hb_func_comp_drag/src/type.d.ts.map +1 -0
  63. package/dist/components/{func-comp → func_comp}/hb_func_comp_tree/index.d.ts +1 -0
  64. package/dist/components/func_comp/hb_func_comp_tree/index.d.ts.map +1 -0
  65. package/dist/components/{func-comp → func_comp}/hb_func_comp_tree/src/tree.d.ts +1 -0
  66. package/dist/components/func_comp/hb_func_comp_tree/src/tree.d.ts.map +1 -0
  67. package/dist/components/{func-comp → func_comp}/hb_func_comp_tree/src/tree.vue.d.ts +1 -0
  68. package/dist/components/func_comp/hb_func_comp_tree/src/tree.vue.d.ts.map +1 -0
  69. package/dist/components/{func-comp → func_comp}/hb_func_comp_tree/src/treeNode.vue.d.ts +1 -0
  70. package/dist/components/func_comp/hb_func_comp_tree/src/treeNode.vue.d.ts.map +1 -0
  71. package/dist/components/func_comp/index.d.ts +5 -0
  72. package/dist/components/func_comp/index.d.ts.map +1 -0
  73. package/dist/components/hooks/useCalTableHeight.d.ts +1 -0
  74. package/dist/components/hooks/useCalTableHeight.d.ts.map +1 -0
  75. package/dist/components/hooks/useCalTableWidth.d.ts +1 -0
  76. package/dist/components/hooks/useCalTableWidth.d.ts.map +1 -0
  77. package/dist/components/hooks/useListFormItem.d.ts +8 -0
  78. package/dist/components/hooks/useListFormItem.d.ts.map +1 -0
  79. package/dist/components/utils/createBem.d.ts +1 -0
  80. package/dist/components/utils/createBem.d.ts.map +1 -0
  81. package/dist/components/utils/withInstall.d.ts +1 -0
  82. package/dist/components/utils/withInstall.d.ts.map +1 -0
  83. package/dist/components.d.ts +18 -0
  84. package/dist/hb_component_lib.css +1 -1
  85. package/dist/hb_component_lib.js +1345 -1169
  86. package/dist/hb_component_lib.umd.cjs +1 -1
  87. package/dist/index.d.ts +4 -3
  88. package/dist/index.d.ts.map +1 -0
  89. package/dist/shims-vue.d.ts +5 -0
  90. package/package.json +6 -5
  91. package/dist/components/business-comp/list-page-comp/hb_form_select_modal/src/HbMutilpleSelectModal.vue.d.ts +0 -99
  92. package/dist/components/business-comp/list-page-comp/hb_list_btns_act/src/HbListBtns.vue.d.ts +0 -53
  93. package/dist/components/business-comp/list-page-comp/hb_list_page_act/src/HbListPageAct.vue.d.ts +0 -55
  94. package/dist/components/business-comp/list-page-comp/hb_list_page_container/src/HbListPageContainer.vue.d.ts +0 -41
  95. package/dist/components/func-comp/index.d.ts +0 -2
  96. package/dist/types/components.d.ts +0 -32
@@ -0,0 +1,57 @@
1
+ import { Component, ExtractPropTypes, PropType } from 'vue';
2
+ export interface DragItems_Intf {
3
+ component?: Component | string;
4
+ [key: string]: any;
5
+ }
6
+ export type ChildrenType = 'html' | 'component';
7
+ export declare const HbDragProps: {
8
+ readonly dragList: {
9
+ readonly type: PropType<DragItems_Intf[]>;
10
+ readonly required: true;
11
+ };
12
+ readonly childrenType: {
13
+ readonly type: PropType<ChildrenType>;
14
+ readonly default: "html";
15
+ };
16
+ readonly dragClass: {
17
+ readonly type: StringConstructor;
18
+ readonly default: "drag-item";
19
+ };
20
+ readonly ghostClass: {
21
+ readonly type: StringConstructor;
22
+ readonly default: null;
23
+ };
24
+ readonly chosenClass: {
25
+ readonly type: StringConstructor;
26
+ readonly default: null;
27
+ };
28
+ readonly sort: {
29
+ readonly type: BooleanConstructor;
30
+ readonly default: true;
31
+ };
32
+ readonly handle: {
33
+ readonly type: StringConstructor;
34
+ readonly default: "";
35
+ };
36
+ readonly filter: {
37
+ readonly type: StringConstructor;
38
+ readonly default: "";
39
+ };
40
+ readonly draggable: {
41
+ readonly type: StringConstructor;
42
+ readonly default: "";
43
+ };
44
+ };
45
+ export interface HbDragProps_Intf {
46
+ dragList: DragItems_Intf[];
47
+ childrenType?: ChildrenType;
48
+ dragClass?: string;
49
+ ghostClass?: string | null;
50
+ chosenClass?: string | null;
51
+ sort?: boolean;
52
+ handle?: string;
53
+ filter?: string;
54
+ draggable?: string;
55
+ }
56
+ export type HbDragType = ExtractPropTypes<typeof HbDragProps>;
57
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAE5D,MAAM,WAAW,cAAc;IAC7B,SAAS,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;IAC/B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,WAAW,CAAC;AAEhD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuCd,CAAC;AAEX,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,EAAE,cAAc,EAAE,CAAC;IAC3B,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,MAAM,UAAU,GAAG,gBAAgB,CAAC,OAAO,WAAW,CAAC,CAAC"}
@@ -455,3 +455,4 @@ declare const HbTree: ({
455
455
  }, {}, 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>;
456
456
  export default HbTree;
457
457
  export type TreeInstance = InstanceType<typeof HbTree>;
458
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,cAAc,YAAY,CAAC;AAI3B,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mSAAoB,CAAC;AAEjC,eAAe,MAAM,CAAC;AAEtB,MAAM,MAAM,YAAY,GAAG,YAAY,CAAC,OAAO,MAAM,CAAC,CAAC"}
@@ -56,3 +56,4 @@ export declare const btreeProps: {
56
56
  };
57
57
  };
58
58
  export type TreeProps = Partial<ExtractPropTypes<typeof btreeProps>>;
59
+ //# sourceMappingURL=tree.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tree.d.ts","sourceRoot":"","sources":["tree.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAErD,MAAM,MAAM,GAAG,GAAG,MAAM,GAAG,MAAM,CAAA;AAEjC,MAAM,WAAW,WAAW;IAC1B,KAAK,CAAC,EAAE,GAAG,CAAA;IACX,GAAG,CAAC,EAAE,GAAG,CAAA;IACT,QAAQ,CAAC,EAAE,WAAW,EAAE,CAAA;IACxB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CACvB;AAGD,MAAM,WAAW,SAAU,SAAQ,QAAQ,CAAC,WAAW,CAAC;IACtD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,SAAS,CAAC,EAAE,GAAG,GAAG,IAAI,CAAA;IACtB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,WAAW,CAAA;CACzB;AACD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiDb,CAAA;AAEV,MAAM,MAAM,SAAS,GAAG,OAAO,CAAC,gBAAgB,CAAC,OAAO,UAAU,CAAC,CAAC,CAAA"}
@@ -184,3 +184,4 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
184
184
  readonly clickToSelect: boolean;
185
185
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
186
186
  export default _sfc_main;
187
+ //# sourceMappingURL=tree.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tree.vue.d.ts","sourceRoot":"","sources":["tree.vue.ts"],"names":[],"mappings":"AAGA,OAAO,EAAc,GAAG,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAA;AAIhE,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAkBW,WAAW,EAAE;;wBAwEZ,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAiB5B,CAAA;AACF,eAAe,SAAS,CAAA"}
@@ -36,3 +36,4 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
36
36
  item: TreeNodes;
37
37
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
38
38
  export default _sfc_main;
39
+ //# sourceMappingURL=treeNode.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"treeNode.vue.d.ts","sourceRoot":"","sources":["treeNode.vue.ts"],"names":[],"mappings":"AACA,OAAO,EAAY,QAAQ,EAAE,MAAM,KAAK,CAAA;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAA;AAIlC,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAgCb,CAAA;AACF,eAAe,SAAS,CAAA"}
@@ -0,0 +1,5 @@
1
+ import HbFuncCompCopy from './hb_func_comp_copy';
2
+ import HbFuncCompTree from './hb_func_comp_tree';
3
+ import HbFuncCompDrag from './hb_func_comp_drag';
4
+ export { HbFuncCompCopy as HbLibFuncCompCopy, HbFuncCompTree as HbLibFuncCompTree, HbFuncCompDrag as HbLibFuncCompDrag };
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,qBAAqB,CAAC;AACjD,OAAO,cAAc,MAAM,qBAAqB,CAAC;AACjD,OAAO,cAAc,MAAM,qBAAqB,CAAC;AAEjD,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,cAAc,IAAI,iBAAiB,EAAE,cAAc,IAAI,iBAAiB,EAAE,CAAC"}
@@ -8,3 +8,4 @@ declare const useCalTableHeight: (options?: TableHeightOptions) => {
8
8
  calTableHeight: () => void;
9
9
  };
10
10
  export default useCalTableHeight;
11
+ //# sourceMappingURL=useCalTableHeight.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCalTableHeight.d.ts","sourceRoot":"","sources":["useCalTableHeight.ts"],"names":[],"mappings":"AAGA,UAAU,kBAAkB;IAC1B,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,iBAAiB,aAAa,kBAAkB;;;CA2LrD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -3,3 +3,4 @@ declare const useCalTableWidth: (columns: ComputedRef<any[]> | any[]) => {
3
3
  tableWidth: ComputedRef<number>;
4
4
  };
5
5
  export default useCalTableWidth;
6
+ //# sourceMappingURL=useCalTableWidth.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCalTableWidth.d.ts","sourceRoot":"","sources":["useCalTableWidth.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,WAAW,EAAE,MAAM,KAAK,CAAC;AAEjD,QAAA,MAAM,gBAAgB,YAAa,YAAY,GAAG,EAAE,CAAC,GAAG,GAAG,EAAE;;CAa5D,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import type { LocalShowList_intf } from '../business_comp/list_page_comp/hb_form_item_filter_modal/src/type';
2
+ declare const useListFormItem: (props: LocalShowList_intf[]) => {
3
+ formItems: import("vue").Ref<LocalShowList_intf[] | undefined, LocalShowList_intf[] | undefined>;
4
+ DeepCloneFromItem: any;
5
+ handleSearchCase: (queryParam: any) => void;
6
+ };
7
+ export default useListFormItem;
8
+ //# sourceMappingURL=useListFormItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useListFormItem.d.ts","sourceRoot":"","sources":["useListFormItem.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oEAAoE,CAAC;AAI7G,QAAA,MAAM,eAAe,UAAW,kBAAkB,EAAE;;;mCAMZ,GAAG;CAgB1C,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -17,3 +17,4 @@ export declare const createNameSpace: (name?: string) => {
17
17
  bem: (block: string, element: string, modifier: string) => string;
18
18
  is: (name: string, state: string | boolean) => string;
19
19
  };
20
+ //# sourceMappingURL=createBem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createBem.d.ts","sourceRoot":"","sources":["createBem.ts"],"names":[],"mappings":"AAEA;;;;;;;;;KASK;AACL,eAAO,MAAM,eAAe,UAAU,MAAM;gBAoB5B,MAAM;iBAEL,MAAM;kBAEL,MAAM;gBAER,MAAM,WAAW,MAAM;kBAErB,MAAM,YAAY,MAAM;iBAEzB,MAAM,WAAW,MAAM,YAAY,MAAM;eAG3C,MAAM,SAAS,MAAM,GAAG,OAAO;CA9B7C,CAAA"}
@@ -2,3 +2,4 @@ import type { Plugin } from "vue";
2
2
  type SFCWithInstall<T> = T & Plugin;
3
3
  export declare const withInstall: <T, E extends Record<string, any>>(main: T, extra?: E | undefined) => SFCWithInstall<T> & E;
4
4
  export {};
5
+ //# sourceMappingURL=withInstall.d.ts.map
@@ -0,0 +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"}
@@ -0,0 +1,18 @@
1
+ import * as components from './components/business_comp/list_page_comp';
2
+ import * as func_components from './components/func_comp';
3
+
4
+ declare module '@vue/runtime-core' {
5
+ export interface GlobalComponents {
6
+ HbLibListForm: typeof components.HbLibListForm;
7
+ HbLibListPageAct: typeof components.HbLibListPageAct;
8
+ HbLibListBtnsAct: typeof components.HbLibListBtnsAct;
9
+ HbLibListPageContainer: typeof components.HbLibListPageContainer;
10
+ HbLibListMultiSelect: typeof components.HbLibListMultiSelect;
11
+ HbLibMutilpleSelectModal: typeof components.HbLibMutilpleSelectModal;
12
+ HbLibTableAct: typeof components.HbLibTableAct;
13
+ HbLibFormItemFilterModal: typeof components.HbLibFormItemFilterModal;
14
+ HbLibTableColumnSet: typeof components.HbLibTableColumnSet;
15
+ HbLibListTable: typeof components.HbLibTable;
16
+ HbLibFuncCompCopy: typeof func_components.HbLibFuncCompCopy;
17
+ }
18
+ }
@@ -1 +1 @@
1
- [data-v-54bc009a]: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-54bc009a] .ant-modal-header{border-bottom:1px solid var(--hb-border-color);margin-bottom:var(--hb-space)}.hb-sfcm__title[data-v-54bc009a]{font-size:var(--hb-h1-font-size);font-weight:700;color:var(--hb-title-color)}.hb-sfcm__title__tip[data-v-54bc009a]{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-54bc009a]: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-54bc009a]{padding-top:var(--hb-space);overflow:hidden}.hb-sfcm__show__tag__item[data-v-54bc009a]{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-54bc009a]{background:#ff7875;border-color:#ff7875;cursor:not-allowed}.hb-sfcm__show__tag .is-fixed[data-v-54bc009a]{background:none;color:#9ca3af;border:1px solid var(--hb-border-color);cursor:not-allowed}.hb-sfcm__show__tag .is-linked[data-v-54bc009a]{background:#ff7875;border-color:#ff7875;cursor:not-allowed}.hb-sfcm__show__tag .is-linked[data-v-54bc009a]:hover{background:#ff7875;border-color:#ff7875}.hb-sfcm__unshow__tag[data-v-54bc009a]{padding-top:var(--hb-space);overflow:hidden}.hb-sfcm__unshow__tag__item[data-v-54bc009a]{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-54bc009a]{color:#ff7875;border-color:#ff7875}.hb-sfcm__show__tag__item-close[data-v-54bc009a]{margin-left:6px;cursor:pointer}.hb-sfcm__show__tag__item-close[data-v-54bc009a]:hover{transform:scale(1.3)}.hb-sfcm__unshow__tag__item-add[data-v-54bc009a]{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-54bc009a]{text-align:center;color:var(--hb-border-color)}[data-v-f0b1028c]: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-f0b1028c] .ant-form-item{margin-bottom:var(--hb-space)}.hb-form .hb-form__footer[data-v-f0b1028c]{display:flex;justify-content:space-between}.hb-lib-form--container[data-v-f0b1028c]{overflow:hidden;margin:6px}.hide[data-v-f0b1028c]{height:0}.hb-form__form-item-col[data-v-f0b1028c]{flex:0 0 auto;min-width:200px;width:auto;padding-right:var(--hb-space);margin-bottom:16px}.form-footer[data-v-f0b1028c]{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-a112161b]: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-a112161b]{margin-right:var(--hb-space)}[data-v-0f819b31]: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-0f819b31]{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-0f819b31]{display:flex;align-items:center}.hb-lib-list-btns-act-svg[data-v-0f819b31]{cursor:pointer;width:21px;height:21px;display:inline-block}.hb-lib-list-btns-act-svg .icon[data-v-0f819b31]{width:100%;height:100%}.hb-lib-list-btns-act-open[data-v-0f819b31]{cursor:pointer;width:21px;height:21px;display:flex;justify-content:center;align-items:center}.hb-lib-list-btns-act-open .icon[data-v-0f819b31]{width:100%;height:100%}.hb-lib-list-btns-item[data-v-0f819b31]:not(:last-child){margin-right:10px}.hb-lib-list-btns-left[data-v-0f819b31]{display:flex;align-items:center}.flex-between[data-v-2307d348]{display:flex;justify-content:space-between;align-items:center}.flex-center[data-v-2307d348]{display:flex;align-items:center}.hb-lib-selector-wrapper[data-v-2307d348]{position:relative}.hb-lib-selector-wrapper .ant-input[data-v-2307d348]{cursor:pointer}.has-prefix[data-v-2307d348]: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-2307d348] .ant-select-selector{padding-left:calc(12px + var(--prefix-width, 0px))}.has-prefix[data-v-2307d348] .ant-select-selection-placeholder{padding-left:var(--prefix-width, 0px)}.hb-lib-selector-dropdown[data-v-2307d348]{padding:8px;min-width:200px}.hb-lib-selector-search[data-v-2307d348]{margin-bottom:8px}.hb-lib-selector-list[data-v-2307d348]{max-height:200px;overflow-y:auto}.hb-lib-selector-list[data-v-2307d348]::-webkit-scrollbar{width:6px}.hb-lib-selector-list[data-v-2307d348]::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.hb-lib-selector-list[data-v-2307d348]::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.hb-lib-selector-list[data-v-2307d348]::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.hb-lib-selector-option[data-v-2307d348]{display:flex;align-items:center;padding:8px;cursor:pointer;border-radius:4px;transition:all .2s ease;gap:8px}.hb-lib-selector-option[data-v-2307d348]:hover{background-color:#f5f5f5}.hb-lib-selector-option.selected[data-v-2307d348]{background-color:#e6f7ff}.hb-lib-option-content[data-v-2307d348]{flex:1}.hb-lib-option-label[data-v-2307d348]{font-weight:500;color:#262626}.hb-lib-selector-empty[data-v-2307d348]{text-align:center;color:#bfbfbf;padding:20px 0;font-size:14px}.hb-lib-selector-footer[data-v-2307d348]{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-2307d348]{display:flex;gap:8px}.selector-tag[data-v-2307d348]{margin-right:3px;border-radius:4px;border-color:#ff5000;color:#ff5000}.selector-tag .tag-label[data-v-2307d348]{font-weight:500}.selector-tag .tag-description[data-v-2307d348]{margin-left:4px;font-size:12px;opacity:.8}.rotate-180[data-v-2307d348]{transform:rotate(180deg)}.transition-transform[data-v-2307d348]{transition:transform .2s}.hb-lib-search-tag[data-v-2307d348]{margin-right:3px;border-radius:4px;border-color:#ff5000;color:#ff5000}.hb-lib-search-tag__description[data-v-2307d348]{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-6de2c78e]{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-6de2c78e],.hb-lib-table-act-box .hb-lib-table-more-action[data-v-6de2c78e]{text-decoration:none}.hb-lib-table-act-box .hb-lib-table-more-action[data-v-6de2c78e]{display:inline-flex;align-items:center}.hb-lib-table-confirm-modal-content[data-v-6de2c78e]{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-f27e967a]{background:#fff;padding:0 5px;border-radius:0 0 6px 6px}.hb-lib-list-table[data-v-f27e967a] .copy-text-eyevue.ab{position:relative!important;right:0!important;top:0!important}.hb-lib-list-table-act[data-v-f27e967a]{display:flex;justify-content:space-between;align-items:center}.nowrap-table[data-v-f27e967a] .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-170e52e2]: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-170e52e2]{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-170e52e2]{display:flex;justify-content:space-between;width:100%;align-items:center}.ant-alert .com-alert a[data-v-170e52e2]{color:#ff5000}.select-all-container[data-v-170e52e2]{padding:8px 0}.hb-lib-table-setting-box[data-v-170e52e2]{display:flex}.hb-lib-table-set-drag[data-v-170e52e2]{max-height:300px;overflow-y:auto}.hb-lib-table-drag-item[data-v-170e52e2]{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-170e52e2]:hover{background-color:#f5f5f5}.hb-lib-table-drag-item .drag-handle[data-v-170e52e2]{cursor:move;color:#999;padding:4px;-webkit-user-select:none;user-select:none}.ghost[data-v-170e52e2]{opacity:.5;background:#c8ebfb}.table-setting-checkbox-group[data-v-170e52e2]{display:flex;flex-wrap:wrap}.table-setting-checkbox-group[data-v-170e52e2] .ant-checkbox-group-item{margin-right:0;width:33.33%}.hb-lib-table-set-btn-group[data-v-170e52e2]{margin-top:10px;display:flex;justify-content:end;align-items:center;border-top:1px solid #f0f0f0;padding-top:8px}.drag-hide[data-v-170e52e2]{visibility:hidden}.hb-lib-table-drag-item-act-btn[data-v-170e52e2]{display:inline-block;cursor:pointer;width:14px;height:20px}.hb-lib-table-drag-item-act-btn .icon[data-v-170e52e2]{width:100%;height:100%}.hb-lib-table-col-set[data-v-170e52e2]{display:inline-block;cursor:pointer;width:22px;height:23px}.hb-lib-table-col-set .icon[data-v-170e52e2]{width:100%;height:100%}.hb-lib-table-drag-item-act[data-v-170e52e2]{display:flex;align-items:center;width:40px;justify-content:space-between}.alertInfoContent{width:auto!important}.hb-lib-copy-text-eyevue[data-v-69b8d557]{font-size:17px;cursor:pointer}.hb-lib-copy-text-eyevue.ab[data-v-69b8d557]{position:absolute;right:34px;top:50%;transform:translateY(-50%);background:#fff}.hb-lib-copy-text-eyevue.normal[data-v-69b8d557]{position:relative}: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:#f5f5f5}.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 .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}.list-page-box .ant-table-bordered.ant-table-fixed-header .ant-table-body>table{height:var(--hb-list-ttable-height)!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-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-6ceb65e8]: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-6ceb65e8] .ant-modal-header{border-bottom:1px solid var(--hb-border-color);margin-bottom:var(--hb-space)}.hb-sfcm__title[data-v-6ceb65e8]{font-size:var(--hb-h1-font-size);font-weight:700;color:var(--hb-title-color)}.hb-sfcm__title__tip[data-v-6ceb65e8]{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-6ceb65e8]: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-6ceb65e8]{padding-top:var(--hb-space);overflow:hidden}.hb-sfcm__show__tag__item[data-v-6ceb65e8]{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-6ceb65e8]{background:#ff7875;border-color:#ff7875;cursor:not-allowed}.hb-sfcm__show__tag .is-fixed[data-v-6ceb65e8]{background:none;color:#9ca3af;border:1px solid var(--hb-border-color);cursor:not-allowed}.hb-sfcm__show__tag .is-linked[data-v-6ceb65e8]{background:#ff7875;border-color:#ff7875;cursor:not-allowed}.hb-sfcm__show__tag .is-linked[data-v-6ceb65e8]:hover{background:#ff7875;border-color:#ff7875}.hb-sfcm__unshow__tag[data-v-6ceb65e8]{padding-top:var(--hb-space);overflow:hidden}.hb-sfcm__unshow__tag__item[data-v-6ceb65e8]{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-6ceb65e8]{color:#ff7875;border-color:#ff7875}.hb-sfcm__show__tag__item-close[data-v-6ceb65e8]{margin-left:6px;cursor:pointer}.hb-sfcm__show__tag__item-close[data-v-6ceb65e8]:hover{transform:scale(1.3)}.hb-sfcm__unshow__tag__item-add[data-v-6ceb65e8]{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-6ceb65e8]{text-align:center;color:var(--hb-border-color)}[data-v-a1fedfa4]: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-a1fedfa4] .ant-form-item{margin-bottom:var(--hb-space)}.hb-form .hb-form__footer[data-v-a1fedfa4]{display:flex;justify-content:space-between}.hb-lib-form--container[data-v-a1fedfa4]{overflow:hidden;margin:6px}.hide[data-v-a1fedfa4]{height:0}.hb-form__form-item-col[data-v-a1fedfa4]{flex:0 0 auto;min-width:200px;width:auto;padding-right:var(--hb-space);margin-bottom:16px}.form-footer[data-v-a1fedfa4]{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-cb524b69]: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-cb524b69]{margin-right:var(--hb-space)}[data-v-0ab77a2c]: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-0ab77a2c]{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-0ab77a2c]{display:flex;align-items:center}.hb-lib-list-btns-act-svg[data-v-0ab77a2c]{cursor:pointer;width:21px;height:21px;display:inline-block}.hb-lib-list-btns-act-svg .icon[data-v-0ab77a2c]{width:100%;height:100%}.hb-lib-list-btns-act-open[data-v-0ab77a2c]{cursor:pointer;width:21px;height:21px;display:flex;justify-content:center;align-items:center}.hb-lib-list-btns-act-open .icon[data-v-0ab77a2c]{width:100%;height:100%}.hb-lib-list-btns-item[data-v-0ab77a2c]:not(:last-child){margin-right:10px}.hb-lib-list-btns-left[data-v-0ab77a2c]{display:flex;align-items:center}.flex-between[data-v-11422adb]{display:flex;justify-content:space-between;align-items:center}.flex-center[data-v-11422adb]{display:flex;align-items:center}.hb-lib-selector-wrapper[data-v-11422adb]{position:relative}.hb-lib-selector-wrapper .ant-input[data-v-11422adb]{cursor:pointer}.has-prefix[data-v-11422adb]: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-11422adb] .ant-select-selector{padding-left:calc(12px + var(--prefix-width, 0px))}.has-prefix[data-v-11422adb] .ant-select-selection-placeholder{padding-left:var(--prefix-width, 0px)}.hb-lib-selector-dropdown[data-v-11422adb]{padding:8px;min-width:200px}.hb-lib-selector-search[data-v-11422adb]{margin-bottom:8px}.hb-lib-selector-list[data-v-11422adb]{max-height:200px;overflow-y:auto}.hb-lib-selector-list[data-v-11422adb]::-webkit-scrollbar{width:6px}.hb-lib-selector-list[data-v-11422adb]::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.hb-lib-selector-list[data-v-11422adb]::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.hb-lib-selector-list[data-v-11422adb]::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.hb-lib-selector-option[data-v-11422adb]{display:flex;align-items:center;padding:8px;cursor:pointer;border-radius:4px;transition:all .2s ease;gap:8px}.hb-lib-selector-option[data-v-11422adb]:hover{background-color:#f5f5f5}.hb-lib-selector-option.selected[data-v-11422adb]{background-color:#e6f7ff}.hb-lib-option-content[data-v-11422adb]{flex:1}.hb-lib-option-label[data-v-11422adb]{font-weight:500;color:#262626}.hb-lib-selector-empty[data-v-11422adb]{text-align:center;color:#bfbfbf;padding:20px 0;font-size:14px}.hb-lib-selector-footer[data-v-11422adb]{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-11422adb]{display:flex;gap:8px}.selector-tag[data-v-11422adb]{margin-right:3px;border-radius:4px;border-color:#ff5000;color:#ff5000}.selector-tag .tag-label[data-v-11422adb]{font-weight:500}.selector-tag .tag-description[data-v-11422adb]{margin-left:4px;font-size:12px;opacity:.8}.rotate-180[data-v-11422adb]{transform:rotate(180deg)}.transition-transform[data-v-11422adb]{transition:transform .2s}.hb-lib-search-tag[data-v-11422adb]{margin-right:3px;border-radius:4px;border-color:#ff5000;color:#ff5000}.hb-lib-search-tag__description[data-v-11422adb]{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-ecac600b]{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-ecac600b],.hb-lib-table-act-box .hb-lib-table-more-action[data-v-ecac600b]{text-decoration:none}.hb-lib-table-act-box .hb-lib-table-more-action[data-v-ecac600b]{display:inline-flex;align-items:center}.hb-lib-table-confirm-modal-content[data-v-ecac600b]{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-f5b59c06]{background:#fff;padding:0 5px;border-radius:0 0 6px 6px}.hb-lib-list-table[data-v-f5b59c06] .copy-text-eyevue.ab{position:relative!important;right:0!important;top:0!important}.hb-lib-list-table-act[data-v-f5b59c06]{display:flex;justify-content:space-between;align-items:center}.nowrap-table[data-v-f5b59c06] .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-c9fc6c04]: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-c9fc6c04]{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-c9fc6c04]{display:flex;justify-content:space-between;width:100%;align-items:center}.ant-alert .com-alert a[data-v-c9fc6c04]{color:#ff5000}.select-all-container[data-v-c9fc6c04]{padding:8px 0}.hb-lib-table-setting-box[data-v-c9fc6c04]{display:flex}.hb-lib-table-set-drag[data-v-c9fc6c04]{max-height:300px;overflow-y:auto}.hb-lib-table-drag-item[data-v-c9fc6c04]{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-c9fc6c04]:hover{background-color:#f5f5f5}.hb-lib-table-drag-item .drag-handle[data-v-c9fc6c04]{cursor:move;color:#999;padding:4px;-webkit-user-select:none;user-select:none}.ghost[data-v-c9fc6c04]{opacity:.5;background:#c8ebfb}.table-setting-checkbox-group[data-v-c9fc6c04]{display:flex;flex-wrap:wrap}.table-setting-checkbox-group[data-v-c9fc6c04] .ant-checkbox-group-item{margin-right:0;width:33.33%}.hb-lib-table-set-btn-group[data-v-c9fc6c04]{margin-top:10px;display:flex;justify-content:end;align-items:center;border-top:1px solid #f0f0f0;padding-top:8px}.drag-hide[data-v-c9fc6c04]{visibility:hidden}.hb-lib-table-drag-item-act-btn[data-v-c9fc6c04]{display:inline-block;cursor:pointer;width:14px;height:20px}.hb-lib-table-drag-item-act-btn .icon[data-v-c9fc6c04]{width:100%;height:100%}.hb-lib-table-col-set[data-v-c9fc6c04]{display:inline-block;cursor:pointer;width:22px;height:23px}.hb-lib-table-col-set .icon[data-v-c9fc6c04]{width:100%;height:100%}.hb-lib-table-drag-item-act[data-v-c9fc6c04]{display:flex;align-items:center;width:40px;justify-content:space-between}.alertInfoContent{width:auto!important}.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:#f5f5f5}.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}.list-page-box .ant-table-bordered.ant-table-fixed-header .ant-table-body>table{height:var(--hb-list-ttable-height)!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-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}