@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
@@ -1,4 +1,5 @@
1
- export * from '../../../../components/types/hb_form_item_filter_modal_type';
1
+ export * from './src/type';
2
2
  declare const HbFormItemFilterModal: any;
3
3
  export default HbFormItemFilterModal;
4
4
  export type HbFormItemFilterModalInstance = InstanceType<typeof HbFormItemFilterModal>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAEA,cAAc,YAAY,CAAC;AAE3B,QAAA,MAAM,qBAAqB,EAAE,GAAuB,CAAC;AACrD,eAAe,qBAAqB,CAAC;AAErC,MAAM,MAAM,6BAA6B,GAAG,YAAY,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
@@ -8,16 +8,14 @@ export interface LocalShowList_intf {
8
8
  labelLanguage?: string;
9
9
  [key: string]: any;
10
10
  }
11
- export interface HbSfCmProps_intf {
11
+ export interface HbSfCmList_intf extends LocalShowList_intf {
12
12
  subLabel?: string;
13
- label?: string;
14
13
  prop?: string;
15
14
  showNumber?: number;
16
- [key: string]: any;
17
15
  }
18
16
  export declare const HbSfCmProps: {
19
17
  readonly list: {
20
- readonly type: PropType<HbSfCmProps_intf[]>;
18
+ readonly type: PropType<HbSfCmList_intf[]>;
21
19
  readonly default: () => never[];
22
20
  readonly required: true;
23
21
  };
@@ -34,4 +32,11 @@ export declare const HbSfCmProps: {
34
32
  readonly default: 40;
35
33
  };
36
34
  };
35
+ export interface HbSfCmProps_Intf {
36
+ list: HbSfCmList_intf[];
37
+ afterChange?: (val: any) => void;
38
+ title?: string;
39
+ showNumber?: number;
40
+ }
37
41
  export type HbSfCmType = ExtractPropTypes<typeof HbSfCmProps>;
42
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEtD,MAAM,WAAW,kBAAkB;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAGD,MAAM,WAAW,eAAgB,SAAQ,kBAAkB;IAEzD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,WAAW;;;;;;;sCAQa,GAAG,KAAK,IAAI;;;;;;;;;;;CAWvC,CAAC;AAGX,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,eAAe,EAAE,CAAC;IACxB,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,MAAM,UAAU,GAAG,gBAAgB,CAAC,OAAO,WAAW,CAAC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import HbFormSelectFilter from './src/HbListMultiSelect.vue';
2
- export * from '../../../../components/types/hb_form_select_filter_type';
2
+ export * from './src/type';
3
3
  export default HbFormSelectFilter;
4
4
  export type HbFormItemFilterModalInstance = InstanceType<typeof HbFormSelectFilter>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,MAAM,6BAA6B,CAAC;AAE7D,cAAc,YAAY,CAAC;AAO3B,eAAe,kBAAkB,CAAC;AAElC,MAAM,MAAM,6BAA6B,GAAG,YAAY,CAAC,OAAO,kBAAkB,CAAC,CAAC"}
@@ -25,3 +25,4 @@ export interface Emits_Intf {
25
25
  cancel: [];
26
26
  search: [keyword: string];
27
27
  }
28
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAGD,MAAM,WAAW,kBAAkB;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,UAAU;IACzB,cAAc,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC,CAAC;IAC3C,oBAAoB,EAAE,CAAC,WAAW,EAAE,MAAM,CAAC,CAAC;IAC5C,MAAM,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,EAAE,eAAe,EAAE,mBAAmB,EAAE,CAAC,CAAC;IAC3E,OAAO,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,EAAE,eAAe,EAAE,mBAAmB,EAAE,CAAC,CAAC;IAC5E,MAAM,EAAE,EAAE,CAAC;IACX,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;CAC3B"}
@@ -1,4 +1,5 @@
1
- export * from '../../../../components/types/hb_form_select_modal_type';
1
+ export * from './src/type';
2
2
  declare const HbFormSelectModal: any;
3
3
  export default HbFormSelectModal;
4
4
  export type HbFormItemFilterModalInstance = InstanceType<typeof HbFormSelectModal>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAEA,cAAc,YAAY,CAAC;AAC3B,QAAA,MAAM,iBAAiB,EAAE,GAAkC,CAAC;AAC5D,eAAe,iBAAiB,CAAC;AAEjC,MAAM,MAAM,6BAA6B,GAAG,YAAY,CAAC,OAAO,iBAAiB,CAAC,CAAC"}
@@ -0,0 +1,112 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ modelTitle: {
3
+ type: StringConstructor;
4
+ required: false;
5
+ default: string;
6
+ };
7
+ modalWidth: {
8
+ type: NumberConstructor;
9
+ required: false;
10
+ default: number;
11
+ };
12
+ tableHeight: {
13
+ type: NumberConstructor;
14
+ required: false;
15
+ default: number;
16
+ };
17
+ tableColumn: {
18
+ type: ArrayConstructor;
19
+ required: true;
20
+ default: () => never[];
21
+ };
22
+ tableData: {
23
+ type: ArrayConstructor;
24
+ required: false;
25
+ default: () => never[];
26
+ };
27
+ tableKey: {
28
+ type: StringConstructor;
29
+ required: false;
30
+ default: string;
31
+ };
32
+ labelKey: {
33
+ type: StringConstructor;
34
+ required: false;
35
+ default: string;
36
+ };
37
+ }>, {
38
+ props: any;
39
+ emits: (event: "handleCancel" | "handleConfirm", ...args: any[]) => void;
40
+ visible: import("vue").Ref<boolean, boolean>;
41
+ inputValue: import("vue").Ref<string, string>;
42
+ searchInput: import("vue").Ref<any, any>;
43
+ hbMultipSelectModalRef: import("vue").Ref<any, any>;
44
+ selectedRowKeysResult: any;
45
+ selectedRowKeysRowResult: any;
46
+ tableRef: import("vue").Ref<any, any>;
47
+ state: {
48
+ searchText: string | number;
49
+ searchedColumn: string | number;
50
+ };
51
+ data: import("vue").ComputedRef<any>;
52
+ columns: import("vue").ComputedRef<any>;
53
+ handleOk: () => void;
54
+ handleCancel: () => void;
55
+ handleOpen: () => void;
56
+ handleFooterReset: () => void;
57
+ resetInputVal: () => void;
58
+ handleSearch: (selectedKeys: Array<string | number>, confirm: () => void, dataIndex: string | number) => void;
59
+ handleReset: (clearFilters: any, confirm: any) => void;
60
+ onSelectChange: (selectedRowKeys: Array<any>, selectionRows: Array<any>) => void;
61
+ readonly UnorderedListOutlined: import("@ant-design/icons-vue/lib/icons/UnorderedListOutlined").UnorderedListOutlinedIconType;
62
+ readonly SearchOutlined: import("@ant-design/icons-vue/lib/icons/SearchOutlined").SearchOutlinedIconType;
63
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("handleCancel" | "handleConfirm")[], "handleCancel" | "handleConfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
64
+ modelTitle: {
65
+ type: StringConstructor;
66
+ required: false;
67
+ default: string;
68
+ };
69
+ modalWidth: {
70
+ type: NumberConstructor;
71
+ required: false;
72
+ default: number;
73
+ };
74
+ tableHeight: {
75
+ type: NumberConstructor;
76
+ required: false;
77
+ default: number;
78
+ };
79
+ tableColumn: {
80
+ type: ArrayConstructor;
81
+ required: true;
82
+ default: () => never[];
83
+ };
84
+ tableData: {
85
+ type: ArrayConstructor;
86
+ required: false;
87
+ default: () => never[];
88
+ };
89
+ tableKey: {
90
+ type: StringConstructor;
91
+ required: false;
92
+ default: string;
93
+ };
94
+ labelKey: {
95
+ type: StringConstructor;
96
+ required: false;
97
+ default: string;
98
+ };
99
+ }>> & Readonly<{
100
+ onHandleCancel?: ((...args: any[]) => any) | undefined;
101
+ onHandleConfirm?: ((...args: any[]) => any) | undefined;
102
+ }>, {
103
+ labelKey: string;
104
+ modalWidth: number;
105
+ modelTitle: string;
106
+ tableHeight: number;
107
+ tableColumn: unknown[];
108
+ tableData: unknown[];
109
+ tableKey: string;
110
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
111
+ export default _sfc_main;
112
+ //# sourceMappingURL=HbMutilpleSelectModal.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HbMutilpleSelectModal.vue.d.ts","sourceRoot":"","sources":["HbMutilpleSelectModal.vue.ts"],"names":[],"mappings":"AAOA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6IqB,MAAM,MAAM,GAAG,MAAM,CAAC,WAAW,MAAM,IAAI,aAAa,MAAM,GAAG,MAAM;gCAYxE,GAAG,WAAW,GAAG;sCAYX,MAAM,GAAG,CAAC,iBAAiB,MAAM,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAkB5E,CAAA;AACF,eAAe,SAAS,CAAA"}
@@ -30,4 +30,14 @@ export declare const HbFormSelectModalprops: {
30
30
  readonly default: "label";
31
31
  };
32
32
  };
33
+ export interface HbFormSelectModalprops_Intf {
34
+ modelTitle?: string;
35
+ modalWidth?: number;
36
+ tableHeight?: number;
37
+ tableColumn: any[];
38
+ tableData?: any[];
39
+ tableKey?: string;
40
+ labelKey?: string;
41
+ }
33
42
  export type HbFormSelectModalpropsType = ExtractPropTypes<typeof HbFormSelectModalprops>;
43
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAY,MAAM,KAAK,CAAC;AAEtD,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8BzB,CAAC;AAEX,MAAM,WAAW,2BAA2B;IAC1C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,GAAG,EAAE,CAAC;IACnB,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AACD,MAAM,MAAM,0BAA0B,GAAG,gBAAgB,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
@@ -1,3 +1,5 @@
1
+ export * from './src/type';
1
2
  declare const HbListBtns: any;
2
3
  export default HbListBtns;
3
4
  export type HbListBtnsInstance = InstanceType<typeof HbListBtns>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAEA,cAAc,YAAY,CAAC;AAC3B,QAAA,MAAM,UAAU,EAAE,GAA2B,CAAC;AAC9C,eAAe,UAAU,CAAC;AAE1B,MAAM,MAAM,kBAAkB,GAAG,YAAY,CAAC,OAAO,UAAU,CAAC,CAAC"}
@@ -0,0 +1,61 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ formItems: {
3
+ type: ArrayConstructor;
4
+ required: true;
5
+ default: () => never[];
6
+ };
7
+ isShowSelfFilter: {
8
+ type: BooleanConstructor;
9
+ required: false;
10
+ default: boolean;
11
+ };
12
+ needReload: {
13
+ type: BooleanConstructor;
14
+ required: false;
15
+ default: boolean;
16
+ };
17
+ needOpenOrClose: {
18
+ type: BooleanConstructor;
19
+ required: false;
20
+ default: boolean;
21
+ };
22
+ }>, {
23
+ props: any;
24
+ emits: (event: "handleOpenOrClose" | "handleReload", ...args: any[]) => void;
25
+ isFormExpanded: import("vue").Ref<boolean, boolean>;
26
+ handleOpenOrClose: () => void;
27
+ handleReload: () => void;
28
+ readonly UpCircleOutlined: import("@ant-design/icons-vue/lib/icons/UpCircleOutlined").UpCircleOutlinedIconType;
29
+ readonly DownCircleOutlined: import("@ant-design/icons-vue/lib/icons/DownCircleOutlined").DownCircleOutlinedIconType;
30
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("handleOpenOrClose" | "handleReload")[], "handleOpenOrClose" | "handleReload", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
31
+ formItems: {
32
+ type: ArrayConstructor;
33
+ required: true;
34
+ default: () => never[];
35
+ };
36
+ isShowSelfFilter: {
37
+ type: BooleanConstructor;
38
+ required: false;
39
+ default: boolean;
40
+ };
41
+ needReload: {
42
+ type: BooleanConstructor;
43
+ required: false;
44
+ default: boolean;
45
+ };
46
+ needOpenOrClose: {
47
+ type: BooleanConstructor;
48
+ required: false;
49
+ default: boolean;
50
+ };
51
+ }>> & Readonly<{
52
+ onHandleOpenOrClose?: ((...args: any[]) => any) | undefined;
53
+ onHandleReload?: ((...args: any[]) => any) | undefined;
54
+ }>, {
55
+ formItems: unknown[];
56
+ isShowSelfFilter: boolean;
57
+ needReload: boolean;
58
+ needOpenOrClose: boolean;
59
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
60
+ export default _sfc_main;
61
+ //# sourceMappingURL=HbListBtns.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HbListBtns.vue.d.ts","sourceRoot":"","sources":["HbListBtns.vue.ts"],"names":[],"mappings":"AAKA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAmCb,CAAA;AACF,eAAe,SAAS,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import type { ExtractPropTypes, PropType } from 'vue';
2
- import type { LocalShowList_intf } from '../../components/types/hb_form_item_filter_modal_type';
2
+ import type { LocalShowList_intf } from '../../../../../components/business_comp/list_page_comp/hb_form_item_filter_modal/src/type';
3
3
  export declare const HbListBtnsProps: {
4
4
  readonly formItems: {
5
5
  readonly type: PropType<LocalShowList_intf[]>;
@@ -18,4 +18,12 @@ export declare const HbListBtnsProps: {
18
18
  readonly default: true;
19
19
  };
20
20
  };
21
+ export interface HbListBtnsProps_intf {
22
+ formItems: LocalShowList_intf[];
23
+ isShowSelfFilter?: boolean;
24
+ needReload?: boolean;
25
+ needOpenOrClose?: boolean;
26
+ [key: string]: any;
27
+ }
21
28
  export type HbListBtnsPropsType = ExtractPropTypes<typeof HbListBtnsProps>;
29
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AACtD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,8EAA8E,CAAC;AAEvH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;CAkBlB,CAAC;AAEX,MAAM,WAAW,oBAAoB;IACnC,SAAS,EAAE,kBAAkB,EAAE,CAAC;IAChC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AACD,MAAM,MAAM,mBAAmB,GAAG,gBAAgB,CAAC,OAAO,eAAe,CAAC,CAAC"}
@@ -1,4 +1,5 @@
1
- export * from '../../../../components/types/hb_list_form_type';
1
+ export * from './src/type';
2
2
  declare const HbListForm: any;
3
3
  export default HbListForm;
4
4
  export type FormInstance = InstanceType<typeof HbListForm>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAEA,cAAc,YAAY,CAAC;AAE3B,QAAA,MAAM,UAAU,EAAE,GAA2B,CAAC;AAE9C,eAAe,UAAU,CAAC;AAE1B,MAAM,MAAM,YAAY,GAAG,YAAY,CAAC,OAAO,UAAU,CAAC,CAAC"}
@@ -66,5 +66,18 @@ export declare const HbFormProps: {
66
66
  readonly default: () => void;
67
67
  };
68
68
  };
69
+ export interface HbFormProps_Intf {
70
+ items: HbFormItems[];
71
+ formData: Record<string, any>;
72
+ layoutConfig?: {
73
+ row: Record<string, any>;
74
+ col: Record<string, any>;
75
+ };
76
+ needFooter?: boolean;
77
+ isFormExpanded?: boolean;
78
+ needFilter?: boolean;
79
+ calTableHeight?: () => void;
80
+ }
69
81
  export type HbFormPropsType = ExtractPropTypes<typeof HbFormProps> & FormProps;
70
82
  export {};
83
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AACtD,OAAO,KAAK,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/D,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;AACxC,MAAM,MAAM,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,UAAU,GAAG,aAAa,GAAG,cAAc,GAAG,OAAO,GAAG,QAAQ,CAAC;AAE7G,MAAM,MAAM,IAAI,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAEvC,MAAM,WAAW,YAAa,SAAQ,OAAO,CAAC,aAAa,CAAC;IAE1D,IAAI,EAAE,IAAI,CAAC;IAEX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,IAAI,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;IAC5B,KAAK,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;IAE7B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAGD,KAAK,8BAA8B,CAAC,CAAC,SAAS,IAAI,IAAI,CAAC,SAAS,QAAQ,GACpE,YAAY,GAAG;IAAE,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAAE,GAC/C,YAAY,GAAG;IAAE,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAAE,CAAC;AAGrD,MAAM,MAAM,WAAW,GAAG,8BAA8B,CAAC,QAAQ,GAAG,QAAQ,CAAC,CAAC;AAE9E,eAAO,MAAM,WAAW;;;;;;;;;;;iBAYb,OAAO,MAAM,EAAE,GAAG,CAAC;iBACnB,OAAO,MAAM,EAAE,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;sCAgCO,IAAI;;;CAG/B,CAAC;AAEX,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC9B,YAAY,CAAC,EAAE;QACb,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;QACzB,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;KAC1B,CAAC;IACF,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;CAC7B;AAED,MAAM,MAAM,eAAe,GAAG,gBAAgB,CAAC,OAAO,WAAW,CAAC,GAAG,SAAS,CAAC"}
@@ -1,3 +1,5 @@
1
+ export * from './src/type';
1
2
  declare const HbListPageAct: any;
2
3
  export default HbListPageAct;
3
4
  export type HbFormItemFilterModalInstance = InstanceType<typeof HbListPageAct>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAEA,cAAc,YAAY,CAAC;AAC3B,QAAA,MAAM,aAAa,EAAE,GAA8B,CAAC;AACpD,eAAe,aAAa,CAAC;AAE7B,MAAM,MAAM,6BAA6B,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC"}
@@ -0,0 +1,60 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ formItems: {
3
+ type: ArrayConstructor;
4
+ required: true;
5
+ };
6
+ isShowSelfFilter: {
7
+ type: BooleanConstructor;
8
+ required: false;
9
+ default: boolean;
10
+ };
11
+ isShowOpenClose: {
12
+ type: BooleanConstructor;
13
+ required: false;
14
+ default: boolean;
15
+ };
16
+ isShowFullScreen: {
17
+ type: BooleanConstructor;
18
+ required: false;
19
+ default: boolean;
20
+ };
21
+ }>, {
22
+ props: any;
23
+ ListPageBoxObj: any;
24
+ isFullscreen: import("vue").Ref<boolean, boolean>;
25
+ toggle: () => Promise<void>;
26
+ emits: (event: "handleSearch" | "handleReset" | "handleOpenOrClose" | "handleSfcmConfirm", ...args: any[]) => void;
27
+ breadCrumbData: import("vue").Ref<string, string>;
28
+ handleBreadCrumb: () => void;
29
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("handleSearch" | "handleReset" | "handleOpenOrClose" | "handleSfcmConfirm")[], "handleSearch" | "handleReset" | "handleOpenOrClose" | "handleSfcmConfirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
30
+ formItems: {
31
+ type: ArrayConstructor;
32
+ required: true;
33
+ };
34
+ isShowSelfFilter: {
35
+ type: BooleanConstructor;
36
+ required: false;
37
+ default: boolean;
38
+ };
39
+ isShowOpenClose: {
40
+ type: BooleanConstructor;
41
+ required: false;
42
+ default: boolean;
43
+ };
44
+ isShowFullScreen: {
45
+ type: BooleanConstructor;
46
+ required: false;
47
+ default: boolean;
48
+ };
49
+ }>> & Readonly<{
50
+ onHandleOpenOrClose?: ((...args: any[]) => any) | undefined;
51
+ onHandleSearch?: ((...args: any[]) => any) | undefined;
52
+ onHandleReset?: ((...args: any[]) => any) | undefined;
53
+ onHandleSfcmConfirm?: ((...args: any[]) => any) | undefined;
54
+ }>, {
55
+ isShowSelfFilter: boolean;
56
+ isShowOpenClose: boolean;
57
+ isShowFullScreen: boolean;
58
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
59
+ export default _sfc_main;
60
+ //# sourceMappingURL=HbListPageAct.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HbListPageAct.vue.d.ts","sourceRoot":"","sources":["HbListPageAct.vue.ts"],"names":[],"mappings":"AAOA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EA2Cb,CAAA;AACF,eAAe,SAAS,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import type { ExtractPropTypes, PropType } from 'vue';
2
- import type { LocalShowList_intf } from '../../components/types/hb_form_item_filter_modal_type';
2
+ import type { LocalShowList_intf } from '../../../../../components/business_comp/list_page_comp/hb_form_item_filter_modal/src/type';
3
3
  export interface Breadcrumbs_intf {
4
4
  label: string;
5
5
  value: string;
@@ -22,4 +22,11 @@ export declare const HbListPageActProps: {
22
22
  readonly default: true;
23
23
  };
24
24
  };
25
+ export interface HbListPageActProps_Intf {
26
+ formItems: LocalShowList_intf[];
27
+ isShowSelfFilter?: boolean;
28
+ isShowOpenClose?: boolean;
29
+ isShowFullScreen?: boolean;
30
+ }
25
31
  export type HbListPageActType = ExtractPropTypes<typeof HbListPageActProps>;
32
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AACtD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,8EAA8E,CAAC;AAEvH,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;CAoBrB,CAAC;AAEX,MAAM,WAAW,uBAAuB;IACtC,SAAS,EAAE,kBAAkB,EAAE,CAAC;IAChC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,MAAM,iBAAiB,GAAG,gBAAgB,CAAC,OAAO,kBAAkB,CAAC,CAAC"}
@@ -1,3 +1,5 @@
1
+ export * from './src/type';
1
2
  declare const HbListPageBox: any;
2
3
  export default HbListPageBox;
3
4
  export type HbFormItemFilterModalInstance = InstanceType<typeof HbListPageBox>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAEA,cAAc,YAAY,CAAC;AAC3B,QAAA,MAAM,aAAa,EAAE,GAAoC,CAAC;AAC1D,eAAe,aAAa,CAAC;AAE7B,MAAM,MAAM,6BAA6B,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC"}
@@ -0,0 +1,50 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ tableHeight: {
3
+ type: NumberConstructor;
4
+ required: false;
5
+ default: number;
6
+ };
7
+ tabelData: {
8
+ type: ArrayConstructor;
9
+ required: false;
10
+ default: () => never[];
11
+ };
12
+ offsetBottom: {
13
+ type: NumberConstructor;
14
+ required: false;
15
+ };
16
+ minHeight: {
17
+ type: NumberConstructor;
18
+ required: false;
19
+ };
20
+ }>, {
21
+ props: any;
22
+ PageContainerRef: Readonly<import("vue").ShallowRef<unknown, unknown>>;
23
+ calTableHeight: () => void;
24
+ tableHeight: import("vue").Ref<number, number>;
25
+ tbHeight: import("vue").ComputedRef<number>;
26
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
27
+ tableHeight: {
28
+ type: NumberConstructor;
29
+ required: false;
30
+ default: number;
31
+ };
32
+ tabelData: {
33
+ type: ArrayConstructor;
34
+ required: false;
35
+ default: () => never[];
36
+ };
37
+ offsetBottom: {
38
+ type: NumberConstructor;
39
+ required: false;
40
+ };
41
+ minHeight: {
42
+ type: NumberConstructor;
43
+ required: false;
44
+ };
45
+ }>> & Readonly<{}>, {
46
+ tableHeight: number;
47
+ tabelData: unknown[];
48
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
49
+ export default _sfc_main;
50
+ //# sourceMappingURL=HbListPageContainer.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HbListPageContainer.vue.d.ts","sourceRoot":"","sources":["HbListPageContainer.vue.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAkCb,CAAA;AACF,eAAe,SAAS,CAAA"}
@@ -15,4 +15,11 @@ export declare const ListPageContainerProps: {
15
15
  readonly type: NumberConstructor;
16
16
  };
17
17
  };
18
+ export interface ListPageContainerProps_Intf {
19
+ tableHeight?: number;
20
+ tabelData?: any[];
21
+ offsetBottom?: number;
22
+ minHeight?: number;
23
+ }
18
24
  export type HbLibListPageContainerProps = ExtractPropTypes<typeof ListPageContainerProps>;
25
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,KAAK,CAAC;AAE5C,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;CAiBzB,CAAC;AAEX,MAAM,WAAW,2BAA2B;IAC1C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AACD,MAAM,MAAM,2BAA2B,GAAG,gBAAgB,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
@@ -1,4 +1,5 @@
1
- export * from '../../../../components/types/hb_list_table_type';
1
+ export * from './src/type';
2
2
  declare const HbListTable: any;
3
3
  export default HbListTable;
4
4
  export type TableInstance = InstanceType<typeof HbListTable>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,cAAc,YAAY,CAAC;AAC3B,QAAA,MAAM,WAAW,EAAE,GAA4B,CAAC;AAEhD,eAAe,WAAW,CAAC;AAE3B,MAAM,MAAM,aAAa,GAAG,YAAY,CAAC,OAAO,WAAW,CAAC,CAAC"}
@@ -31,4 +31,12 @@ export declare const HbTableProps: {
31
31
  readonly default: 150;
32
32
  };
33
33
  };
34
+ export interface HbTableProps_Intf {
35
+ columns: ColumnType[];
36
+ childColumns?: ColumnType[];
37
+ rowHeight?: string | number;
38
+ defaultWidth: string | number;
39
+ [key: string]: unknown;
40
+ }
34
41
  export type HbTablePropsType = ExtractPropTypes<typeof HbTableProps>;
42
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEtD,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAEzB,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AACD,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;CAoBf,CAAC;AAEX,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,YAAY,CAAC,EAAE,UAAU,EAAE,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,YAAY,EAAE,MAAM,GAAG,MAAM,CAAC;IAC9B,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AACD,MAAM,MAAM,gBAAgB,GAAG,gBAAgB,CAAC,OAAO,YAAY,CAAC,CAAC"}
@@ -1,3 +1,5 @@
1
+ export * from './src/type';
1
2
  declare const HbListPageTableAct: any;
2
3
  export default HbListPageTableAct;
3
4
  export type HbFormItemFilterModalInstance = InstanceType<typeof HbListPageTableAct>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAEA,cAAc,YAAY,CAAC;AAC3B,QAAA,MAAM,kBAAkB,EAAE,GAAmC,CAAC;AAC9D,eAAe,kBAAkB,CAAC;AAElC,MAAM,MAAM,6BAA6B,GAAG,YAAY,CAAC,OAAO,kBAAkB,CAAC,CAAC"}
@@ -21,3 +21,4 @@ export interface Props {
21
21
  record: any;
22
22
  buttonDisplaysQuantity?: number;
23
23
  }
24
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,OAAO,EAAE,QAAQ,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,YAAY,GAAG,OAAO,CAAC;IACrC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,KAAK;IACpB,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,MAAM,EAAE,GAAG,CAAC;IACZ,sBAAsB,CAAC,EAAE,MAAM,CAAC;CACjC"}
@@ -1,3 +1,5 @@
1
+ export * from './src/type';
1
2
  declare const HbListPageTableColSet: any;
2
3
  export default HbListPageTableColSet;
3
4
  export type HbFormItemFilterModalInstance = InstanceType<typeof HbListPageTableColSet>;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAEA,cAAc,YAAY,CAAC;AAC3B,QAAA,MAAM,qBAAqB,EAAE,GAAsC,CAAC;AACpE,eAAe,qBAAqB,CAAC;AAErC,MAAM,MAAM,6BAA6B,GAAG,YAAY,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
@@ -5,3 +5,4 @@ export interface DragItem_Intf {
5
5
  checked: string | boolean;
6
6
  [key: string]: unknown;
7
7
  }
8
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACzB,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC;IAC1B,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB"}
@@ -8,5 +8,6 @@ import HbMutilpleSelectModal from './hb_form_select_modal';
8
8
  import HbTableAct from './hb_list_table_act';
9
9
  import HbLibListTable from './hb_list_table';
10
10
  import HbTableColumnSet from './hb_list_table_colums_set';
11
- import HbLibCopy from '../../../components/func-comp/hb_func_comp_copy';
11
+ import HbLibCopy from '../../../components/func_comp/hb_func_comp_copy';
12
12
  export { HbListForm as HbLibListForm, HbListPageAct as HbLibListPageAct, HbListBtnsAct as HbLibListBtnsAct, HbListPageContainer as HbLibListPageContainer, HbListMultiSelect as HbLibListMultiSelect, HbMutilpleSelectModal as HbLibMutilpleSelectModal, HbTableAct as HbLibTableAct, HbFormItemFilterModal as HbLibFormItemFilterModal, HbTableColumnSet as HbLibTableColumnSet, HbLibListTable, HbLibCopy, };
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,MAAM,6BAA6B,CAAC;AAChE,OAAO,UAAU,MAAM,gBAAgB,CAAC;AACxC,OAAO,aAAa,MAAM,oBAAoB,CAAC;AAC/C,OAAO,aAAa,MAAM,oBAAoB,CAAC;AAC/C,OAAO,mBAAmB,MAAM,0BAA0B,CAAC;AAC3D,OAAO,iBAAiB,MAAM,yBAAyB,CAAC;AACxD,OAAO,qBAAqB,MAAM,wBAAwB,CAAC;AAC3D,OAAO,UAAU,MAAM,qBAAqB,CAAC;AAC7C,OAAO,cAAc,MAAM,iBAAiB,CAAC;AAC7C,OAAO,gBAAgB,MAAM,4BAA4B,CAAC;AAC1D,OAAO,SAAS,MAAM,0CAA0C,CAAC;AAEjE,OAAO,EACL,UAAU,IAAI,aAAa,EAC3B,aAAa,IAAI,gBAAgB,EACjC,aAAa,IAAI,gBAAgB,EACjC,mBAAmB,IAAI,sBAAsB,EAC7C,iBAAiB,IAAI,oBAAoB,EACzC,qBAAqB,IAAI,wBAAwB,EACjD,UAAU,IAAI,aAAa,EAC3B,qBAAqB,IAAI,wBAAwB,EACjD,gBAAgB,IAAI,mBAAmB,EACvC,cAAc,EACd,SAAS,GACV,CAAC"}