@hb-hellotech/hb-ui 2.8.0 → 2.9.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/README.md +15 -0
  2. package/dist/App.d.ts.map +1 -1
  3. package/dist/components/business_comp/list_page_comp/hb_form_item_filter_modal/index.d.ts.map +1 -1
  4. package/dist/components/business_comp/list_page_comp/hb_form_item_filter_modal/src/HbFormItemFilterModal.d.ts.map +1 -1
  5. package/dist/components/business_comp/list_page_comp/hb_list_btns_act/index.d.ts.map +1 -1
  6. package/dist/components/business_comp/list_page_comp/hb_list_btns_act/src/HbListBtns.d.ts.map +1 -1
  7. package/dist/components/business_comp/list_page_comp/hb_list_page_act/index.d.ts +80 -6
  8. package/dist/components/business_comp/list_page_comp/hb_list_page_act/index.d.ts.map +1 -1
  9. package/dist/components/business_comp/list_page_comp/hb_list_page_act/src/HbListPageAct.d.ts +46 -4
  10. package/dist/components/business_comp/list_page_comp/hb_list_page_act/src/HbListPageAct.d.ts.map +1 -1
  11. package/dist/components/business_comp/list_page_comp/hb_list_page_container/index.d.ts.map +1 -1
  12. package/dist/components/business_comp/list_page_comp/hb_list_table/index.d.ts.map +1 -1
  13. package/dist/components/business_comp/list_page_comp/hb_list_table/src/HbListTable.d.ts +13 -26
  14. package/dist/components/business_comp/list_page_comp/hb_list_table/src/HbListTable.d.ts.map +1 -1
  15. package/dist/components/business_comp/list_page_comp/hb_list_table/src/type.d.ts +23 -8
  16. package/dist/components/business_comp/list_page_comp/hb_list_table/src/type.d.ts.map +1 -1
  17. package/dist/components/business_comp/list_page_comp/hb_list_table_act/src/HbTableAct.d.ts.map +1 -1
  18. package/dist/components/business_comp/list_page_comp/hb_list_table_act/src/type.d.ts +3 -1
  19. package/dist/components/business_comp/list_page_comp/hb_list_table_act/src/type.d.ts.map +1 -1
  20. package/dist/components/business_comp/list_page_comp/hb_list_table_colums_set/index.d.ts.map +1 -1
  21. package/dist/components/business_comp/list_page_comp/hb_list_table_colums_set/src/HbTableColumnSet.d.ts.map +1 -1
  22. package/dist/components/business_comp/modal_comp/log_modal/index.d.ts +6 -6
  23. package/dist/components/business_comp/modal_comp/log_modal/index.d.ts.map +1 -1
  24. package/dist/components/business_comp/modal_comp/log_modal/src/HbLogModal.d.ts +2 -2
  25. package/dist/components/business_comp/unlist_page_comp/hb_card/index.d.ts.map +1 -1
  26. package/dist/components/business_comp/unlist_page_comp/hb_detail_box/index.d.ts +21 -3
  27. package/dist/components/business_comp/unlist_page_comp/hb_detail_box/index.d.ts.map +1 -1
  28. package/dist/components/business_comp/unlist_page_comp/hb_detail_box/src/HbLibDetailBox.d.ts +13 -1
  29. package/dist/components/business_comp/unlist_page_comp/hb_detail_box/src/HbLibDetailBox.d.ts.map +1 -1
  30. package/dist/components/business_comp/unlist_page_comp/hb_footer_bar/index.d.ts.map +1 -1
  31. package/dist/components/business_comp/unlist_page_comp/hb_page_header/index.d.ts.map +1 -1
  32. package/dist/components/business_comp/unlist_page_comp/hb_undetail_box/index.d.ts +3 -3
  33. package/dist/components/business_comp/unlist_page_comp/hb_undetail_box/index.d.ts.map +1 -1
  34. package/dist/components/business_comp/unlist_page_comp/hb_undetail_box/src/HbLibUnDetailBox.d.ts +1 -1
  35. package/dist/components/func_comp/hb_func_comp_copy/index.d.ts.map +1 -1
  36. package/dist/components/func_comp/hb_func_comp_drag/index.d.ts +6 -6
  37. package/dist/components/func_comp/hb_func_comp_drag/index.d.ts.map +1 -1
  38. package/dist/components/func_comp/hb_func_comp_drag/src/index.d.ts +2 -2
  39. package/dist/components/func_comp/hb_func_comp_sort/index.d.ts.map +1 -1
  40. package/dist/components/func_comp/hb_func_file_preview/index.d.ts +14 -14
  41. package/dist/components/func_comp/hb_func_file_preview/index.d.ts.map +1 -1
  42. package/dist/components/func_comp/hb_func_file_preview/src/file_preview.d.ts +5 -5
  43. package/dist/components/func_comp/hb_func_file_preview/src/file_preview.d.ts.map +1 -1
  44. package/dist/components/func_comp/hb_func_icon/index.d.ts +1 -0
  45. package/dist/components/func_comp/hb_func_icon/index.d.ts.map +1 -1
  46. package/dist/components/func_comp/hb_func_icon/src/icon.d.ts +6 -11
  47. package/dist/components/func_comp/hb_func_icon/src/icon.d.ts.map +1 -1
  48. package/dist/components/func_comp/hb_func_icon/src/type.d.ts +23 -0
  49. package/dist/components/func_comp/hb_func_icon/src/type.d.ts.map +1 -0
  50. package/dist/components/func_comp/hb_func_icon_list/index.d.ts +1 -0
  51. package/dist/components/func_comp/hb_func_icon_list/index.d.ts.map +1 -1
  52. package/dist/components/func_comp/hb_func_icon_list/src/icon_list.d.ts +3 -10
  53. package/dist/components/func_comp/hb_func_icon_list/src/icon_list.d.ts.map +1 -1
  54. package/dist/components/func_comp/hb_func_icon_list/src/type.d.ts +9 -0
  55. package/dist/components/func_comp/hb_func_icon_list/src/type.d.ts.map +1 -0
  56. package/dist/components/func_comp/hb_func_loading/index.d.ts.map +1 -1
  57. package/dist/components/func_comp/hb_icon_box/index.d.ts.map +1 -1
  58. package/dist/components/func_comp/hb_icon_box/src/iconBox.d.ts +10 -0
  59. package/dist/components/func_comp/hb_icon_box/src/iconBox.d.ts.map +1 -1
  60. package/dist/components/func_comp/hb_ui_config/index.d.ts +2 -0
  61. package/dist/components/func_comp/hb_ui_config/index.d.ts.map +1 -1
  62. package/dist/components/func_comp/hb_ui_config/src/hbUiConfig.d.ts.map +1 -1
  63. package/dist/components/hooks/useCalTableHeight.d.ts.map +1 -1
  64. package/dist/components/hooks/useCalTableWidth.d.ts.map +1 -1
  65. package/dist/components/hooks/useFilePreview.d.ts.map +1 -1
  66. package/dist/components/hooks/useIconfont.d.ts +6 -4
  67. package/dist/components/hooks/useIconfont.d.ts.map +1 -1
  68. package/dist/components/hooks/useListFormItem.d.ts.map +1 -1
  69. package/dist/components/hooks/useModalDrag.d.ts.map +1 -1
  70. package/dist/components/utils/createBem.d.ts +2 -1
  71. package/dist/components/utils/createBem.d.ts.map +1 -1
  72. package/dist/components/utils/directives/click_outside/index.d.ts.map +1 -1
  73. package/dist/components/utils/directives/debounce_click/index.d.ts.map +1 -1
  74. package/dist/components/utils/directives/v_copy/index.d.ts.map +1 -1
  75. package/dist/components/utils/triggerBrowserDownload.d.ts +3 -1
  76. package/dist/components/utils/triggerBrowserDownload.d.ts.map +1 -1
  77. package/dist/components/utils/util.d.ts +14 -7
  78. package/dist/components/utils/util.d.ts.map +1 -1
  79. package/dist/components/utils/withInstall.d.ts +2 -1
  80. package/dist/components/utils/withInstall.d.ts.map +1 -1
  81. package/dist/config/index.d.ts +20 -3
  82. package/dist/config/index.d.ts.map +1 -1
  83. package/dist/demo/HbLibDetailBox.d.ts +4 -0
  84. package/dist/demo/HbLibDetailBox.d.ts.map +1 -0
  85. package/dist/demo/HbLibIcon.d.ts.map +1 -1
  86. package/dist/demo/HbUnDetailBox.d.ts +6 -0
  87. package/dist/demo/HbUnDetailBox.d.ts.map +1 -0
  88. package/dist/demo/Table.d.ts.map +1 -1
  89. package/dist/hb_component_lib.css +1 -1
  90. package/dist/hb_component_lib.js +4536 -4266
  91. package/dist/hb_component_lib.umd.cjs +118 -118
  92. package/dist/index.d.ts +1 -1
  93. package/dist/index.d.ts.map +1 -1
  94. package/package.json +8 -5
package/README.md CHANGED
@@ -1 +1,16 @@
1
1
  华宝云业务组件+基于 antd 二次开发的组件库
2
+
3
+ -- 本地开发时 可以使用 pnpm run link 将组件库build后的dist产物软连接到本地项目
4
+ -- 本地项目要用组件库时 可以使用 pnpm link @@hb-hellotech/hb-ui 将组件库软连接到本地项目
5
+
6
+ 注意⚠️: 如果使用了link 方式开发 后续在业务项目中一定要确保真正移除了本地链接
7
+ 可以删除 node_modules / 各种.lock 文件 然后执行 npm install
8
+
9
+ sripts 脚本说明:
10
+
11
+ 1. pnpm run dev 本地开发调试
12
+ 2. pnpm run pub 发布并发送钉钉通知
13
+ 3. pnpm run pub_n 仅发布不发送通知
14
+ 4. pnpm run pub_all 发布到npm并发送通知 同时构建文档到服务器
15
+ 5. pnpm run build 构建文档
16
+ 6. pnpm run link 软连接到本地项目
package/dist/App.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"App.vue.d.ts","sourceRoot":"","sources":["../src/App.vue"],"names":[],"mappings":";;AA0PA,wBAMG"}
1
+ {"version":3,"file":"App.vue.d.ts","sourceRoot":"","sources":["../src/App.vue"],"names":[],"mappings":";;AAsPA,wBAMG"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/list_page_comp/hb_form_item_filter_modal/index.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,iCAAiC,CAAC;AACnD,OAAO,EAAe,KAAK,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAC/E,cAAc,YAAY,CAAC;AAE3B,QAAA,MAAM,qBAAqB,EAAE,WAAW,CAAC,OAAO,IAAI,CAAqB,CAAC;AAC1E,eAAe,qBAAqB,CAAC;AAErC,MAAM,MAAM,6BAA6B,GAAG,YAAY,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/list_page_comp/hb_form_item_filter_modal/index.ts"],"names":[],"mappings":"AAAA,mCAAmC;AACnC,OAAO,IAAI,MAAM,iCAAiC,CAAC;AACnD,OAAO,EAAe,KAAK,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAC/E,cAAc,YAAY,CAAC;AAE3B,QAAA,MAAM,qBAAqB,EAAE,WAAW,CAAC,OAAO,IAAI,CAAqB,CAAC;AAC1E,eAAe,qBAAqB,CAAC;AAErC,MAAM,MAAM,6BAA6B,GAAG,YAAY,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"HbFormItemFilterModal.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_form_item_filter_modal/src/HbFormItemFilterModal.vue"],"names":[],"mappings":";AAyEA;AAkmBA,OAAO,KAAK,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,8EAA8E,CAAC;;;;;;;;;;;;AA6oBzI,wBAUG"}
1
+ {"version":3,"file":"HbFormItemFilterModal.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_form_item_filter_modal/src/HbFormItemFilterModal.vue"],"names":[],"mappings":";AAgHA;AAuvBA,OAAO,KAAK,EACR,gBAAgB,EAChB,kBAAkB,EACrB,MAAM,8EAA8E,CAAC;;;;;;;;;;;;AA4vBtF,wBAUG"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/list_page_comp/hb_list_btns_act/index.ts"],"names":[],"mappings":";;AAEA,cAAc,YAAY,CAAC;AAC3B,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAwB,CAAC;AACzC,eAAe,UAAU,CAAC;AAE1B,MAAM,MAAM,kBAAkB,GAAG,YAAY,CAAC,OAAO,UAAU,CAAC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/list_page_comp/hb_list_btns_act/index.ts"],"names":[],"mappings":";;AAGA,cAAc,YAAY,CAAC;AAC3B,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAwB,CAAC;AACzC,eAAe,UAAU,CAAC;AAE1B,MAAM,MAAM,kBAAkB,GAAG,YAAY,CAAC,OAAO,UAAU,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"HbListBtns.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_btns_act/src/HbListBtns.vue"],"names":[],"mappings":";AAyCA;AAqIA,OAAO,EAAE,oBAAoB,EAAE,MAAM,qEAAqE,CAAC;AAyC3G,iBAAS,cAAc;WAkHT,OAAO,IAA6B;;0BAXpB,GAAG;2BACD,GAAG;;;;EAelC;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;0FASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC9B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GAC5C,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AACF,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AACF,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"HbListBtns.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_btns_act/src/HbListBtns.vue"],"names":[],"mappings":";AAqHA;AA+LA,OAAO,EAAE,oBAAoB,EAAE,MAAM,qEAAqE,CAAC;AA8C3G,iBAAS,cAAc;WA6OT,OAAO,IAA6B;;0BAXpB,GAAG;2BACD,GAAG;;;;EAelC;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;0FASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC9B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GAC5C,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AACF,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AACF,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -1,25 +1,99 @@
1
1
  import { WithInstall } from '../../../utils/withInstall';
2
- import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
3
- import { HbListPageActProps_Intf } from '.';
2
+ import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
4
3
  export * from './src/type';
5
4
  declare const HbListPageAct: WithInstall<{
6
- new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< HbListPageActProps_Intf> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
5
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
6
+ needReload: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ needOpenOrClose: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ isShowFullScreen: {
15
+ type: BooleanConstructor;
16
+ default: boolean;
17
+ };
18
+ hideDomList: {
19
+ type: PropType<string[]>;
20
+ default: () => never[];
21
+ };
22
+ }>> & Readonly<{
23
+ onHandleOpenOrClose?: ((...args: any[]) => any) | undefined;
24
+ onHandleReload?: ((...args: any[]) => any) | undefined;
25
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
26
+ handleOpenOrClose: (...args: any[]) => void;
27
+ handleReload: (...args: any[]) => void;
28
+ }, PublicProps, {
7
29
  isShowFullScreen: boolean;
8
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLElement, ComponentProvideOptions, {
30
+ hideDomList: string[];
31
+ needReload: boolean;
32
+ needOpenOrClose: boolean;
33
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLElement, ComponentProvideOptions, {
9
34
  P: {};
10
35
  B: {};
11
36
  D: {};
12
37
  C: {};
13
38
  M: {};
14
39
  Defaults: {};
15
- }, Readonly< HbListPageActProps_Intf> & Readonly<{}>, {}, {}, {}, {}, {
40
+ }, Readonly< ExtractPropTypes<{
41
+ needReload: {
42
+ type: BooleanConstructor;
43
+ default: boolean;
44
+ };
45
+ needOpenOrClose: {
46
+ type: BooleanConstructor;
47
+ default: boolean;
48
+ };
49
+ isShowFullScreen: {
50
+ type: BooleanConstructor;
51
+ default: boolean;
52
+ };
53
+ hideDomList: {
54
+ type: PropType<string[]>;
55
+ default: () => never[];
56
+ };
57
+ }>> & Readonly<{
58
+ onHandleOpenOrClose?: ((...args: any[]) => any) | undefined;
59
+ onHandleReload?: ((...args: any[]) => any) | undefined;
60
+ }>, {}, {}, {}, {}, {
16
61
  isShowFullScreen: boolean;
62
+ hideDomList: string[];
63
+ needReload: boolean;
64
+ needOpenOrClose: boolean;
17
65
  }>;
18
66
  __isFragment?: never;
19
67
  __isTeleport?: never;
20
68
  __isSuspense?: never;
21
- } & ComponentOptionsBase<Readonly< HbListPageActProps_Intf> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
69
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
70
+ needReload: {
71
+ type: BooleanConstructor;
72
+ default: boolean;
73
+ };
74
+ needOpenOrClose: {
75
+ type: BooleanConstructor;
76
+ default: boolean;
77
+ };
78
+ isShowFullScreen: {
79
+ type: BooleanConstructor;
80
+ default: boolean;
81
+ };
82
+ hideDomList: {
83
+ type: PropType<string[]>;
84
+ default: () => never[];
85
+ };
86
+ }>> & Readonly<{
87
+ onHandleOpenOrClose?: ((...args: any[]) => any) | undefined;
88
+ onHandleReload?: ((...args: any[]) => any) | undefined;
89
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
90
+ handleOpenOrClose: (...args: any[]) => void;
91
+ handleReload: (...args: any[]) => void;
92
+ }, string, {
22
93
  isShowFullScreen: boolean;
94
+ hideDomList: string[];
95
+ needReload: boolean;
96
+ needOpenOrClose: boolean;
23
97
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
24
98
  $slots: {
25
99
  listAct?(_: {}): any;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/list_page_comp/hb_list_page_act/index.ts"],"names":[],"mappings":";;;AAEA,cAAc,YAAY,CAAC;AAC3B,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;GAA2B,CAAC;AAC/C,eAAe,aAAa,CAAC;AAE7B,MAAM,MAAM,6BAA6B,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/list_page_comp/hb_list_page_act/index.ts"],"names":[],"mappings":";;AAGA,cAAc,YAAY,CAAC;AAC3B,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA2B,CAAC;AAC/C,eAAe,aAAa,CAAC;AAE7B,MAAM,MAAM,6BAA6B,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC"}
@@ -1,5 +1,4 @@
1
- import { HbListPageActProps_Intf } from './type';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
1
+ import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
2
  declare function __VLS_template(): {
4
3
  attrs: Partial<{}>;
5
4
  slots: {
@@ -9,9 +8,52 @@ declare function __VLS_template(): {
9
8
  rootEl: HTMLElement;
10
9
  };
11
10
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: DefineComponent<HbListPageActProps_Intf, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<HbListPageActProps_Intf> & Readonly<{}>, {
11
+ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
12
+ needReload: {
13
+ type: BooleanConstructor;
14
+ default: boolean;
15
+ };
16
+ needOpenOrClose: {
17
+ type: BooleanConstructor;
18
+ default: boolean;
19
+ };
20
+ isShowFullScreen: {
21
+ type: BooleanConstructor;
22
+ default: boolean;
23
+ };
24
+ hideDomList: {
25
+ type: PropType<string[]>;
26
+ default: () => never[];
27
+ };
28
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
29
+ handleOpenOrClose: (...args: any[]) => void;
30
+ handleReload: (...args: any[]) => void;
31
+ }, string, PublicProps, Readonly< ExtractPropTypes<{
32
+ needReload: {
33
+ type: BooleanConstructor;
34
+ default: boolean;
35
+ };
36
+ needOpenOrClose: {
37
+ type: BooleanConstructor;
38
+ default: boolean;
39
+ };
40
+ isShowFullScreen: {
41
+ type: BooleanConstructor;
42
+ default: boolean;
43
+ };
44
+ hideDomList: {
45
+ type: PropType<string[]>;
46
+ default: () => never[];
47
+ };
48
+ }>> & Readonly<{
49
+ onHandleOpenOrClose?: ((...args: any[]) => any) | undefined;
50
+ onHandleReload?: ((...args: any[]) => any) | undefined;
51
+ }>, {
13
52
  isShowFullScreen: boolean;
14
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
53
+ hideDomList: string[];
54
+ needReload: boolean;
55
+ needOpenOrClose: boolean;
56
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLElement>;
15
57
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
58
  export default _default;
17
59
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"HbListPageAct.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_page_act/src/HbListPageAct.vue"],"names":[],"mappings":";AAqFA;AAiOA,OAAO,KAAK,EAER,uBAAuB,EAC1B,MAAM,qEAAqE,CAAC;AAgH7E,iBAAS,cAAc;WAwHT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;qFAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"HbListPageAct.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_page_act/src/HbListPageAct.vue"],"names":[],"mappings":"AAyMA;AAAA,OA+XO,EAA8C,QAAQ,EAAE,MAAM,KAAK,CAAC;AAwI3E,iBAAS,cAAc;WAiYT,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAiCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;cAoBE,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;cAAlB,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;;;;;;;oFAKvC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/list_page_comp/hb_list_page_container/index.ts"],"names":[],"mappings":";;;AAEA,cAAc,YAAY,CAAC;AAC3B,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;GAAiC,CAAC;AACrD,eAAe,aAAa,CAAC;AAE7B,MAAM,MAAM,6BAA6B,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/list_page_comp/hb_list_page_container/index.ts"],"names":[],"mappings":";;;AAGA,cAAc,YAAY,CAAC;AAC3B,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;GAAiC,CAAC;AACrD,eAAe,aAAa,CAAC;AAE7B,MAAM,MAAM,6BAA6B,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/list_page_comp/hb_list_table/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,uBAAuB,CAAC;AAC9C,OAAO,EAAe,KAAK,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAE/E,cAAc,YAAY,CAAC;AAC3B,QAAA,MAAM,WAAW,EAAE,WAAW,CAAC,OAAO,SAAS,CAA0B,CAAC;AAE1E,eAAe,WAAW,CAAC;AAE3B,MAAM,MAAM,aAAa,GAAG,YAAY,CAAC,OAAO,WAAW,CAAC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/list_page_comp/hb_list_table/index.ts"],"names":[],"mappings":"AAAA,4CAA4C;AAC5C,OAAO,SAAS,MAAM,uBAAuB,CAAC;AAC9C,OAAO,EAAe,KAAK,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAE/E,cAAc,YAAY,CAAC;AAC3B,QAAA,MAAM,WAAW,EAAE,WAAW,CAAC,OAAO,SAAS,CAA0B,CAAC;AAE1E,eAAe,WAAW,CAAC;AAE3B,MAAM,MAAM,aAAa,GAAG,YAAY,CAAC,OAAO,WAAW,CAAC,CAAC"}
@@ -1,5 +1,6 @@
1
- import { HbTableProps_Intf } from './type';
2
- import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
1
+ import { ColumnType, HbTableProps_Intf } from './type';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ import { TooltipPlacement } from 'ant-design-vue/es/tooltip';
3
4
  declare function __VLS_template(): {
4
5
  attrs: Partial<{}>;
5
6
  slots: {
@@ -38,39 +39,25 @@ declare function __VLS_template(): {
38
39
  rootEl: HTMLDivElement;
39
40
  };
40
41
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
41
- declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<HbTableProps_Intf>, {
42
- tooltipPlacement: () => "topLeft";
43
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
42
+ declare const __VLS_component: DefineComponent<HbTableProps_Intf, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
44
43
  change: (...args: any[]) => void;
44
+ "on-get-columns": (...args: any[]) => void;
45
45
  resizeCol: (...args: any[]) => void;
46
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<HbTableProps_Intf>, {
47
- tooltipPlacement: () => "topLeft";
48
- }>>> & Readonly<{
46
+ refresh: (...args: any[]) => void;
47
+ }, string, PublicProps, Readonly<HbTableProps_Intf> & Readonly<{
49
48
  onChange?: ((...args: any[]) => any) | undefined;
49
+ "onOn-get-columns"?: ((...args: any[]) => any) | undefined;
50
50
  onResizeCol?: ((...args: any[]) => any) | undefined;
51
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
51
+ onRefresh?: ((...args: any[]) => any) | undefined;
52
+ }>, {
53
+ tooltipPlacement: TooltipPlacement;
54
+ columnSetLocalColumns: ColumnType[];
55
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
52
56
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
53
57
  export default _default;
54
- type __VLS_WithDefaults<P, D> = {
55
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
56
- default: D[K];
57
- }> : P[K];
58
- };
59
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
60
- type __VLS_TypePropsToOption<T> = {
61
- [K in keyof T]-?: {} extends Pick<T, K> ? {
62
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
63
- } : {
64
- type: PropType<T[K]>;
65
- required: true;
66
- };
67
- };
68
58
  type __VLS_WithTemplateSlots<T, S> = T & {
69
59
  new (): {
70
60
  $slots: S;
71
61
  };
72
62
  };
73
- type __VLS_PrettifyLocal<T> = {
74
- [K in keyof T]: T[K];
75
- } & {};
76
63
  //# sourceMappingURL=HbListTable.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HbListTable.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_table/src/HbListTable.vue"],"names":[],"mappings":";AA+KA;AA+UA,OAAO,EACH,iBAAiB,EAEpB,MAAM,kEAAkE,CAAC;AA4H1E,iBAAS,cAAc;WA+TT,OAAO,IAA6B;;8BArBhB,GAAG;+BACF,GAAG;;;;YACL,GAAG;;;;;;YACL,GAAG;;;;YACM,GAAG;;;YACA,GAAG;;;YACP,GAAG;;;;;YACT,GAAG;wBACP,GAAG;yBACF,GAAG;uBACL,GAAG;;;;EAgB9B;AAoBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;6FASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC9B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GAC5C,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AACF,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AACF,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"HbListTable.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_table/src/HbListTable.vue"],"names":[],"mappings":";;AAkNA;AAmnBA,OAAO,EACH,UAAU,EACV,iBAAiB,EAEpB,MAAM,kEAAkE,CAAC;AAgV1E,iBAAS,cAAc;WAoUT,OAAO,IAA6B;;8BArBhB,GAAG;+BACF,GAAG;;;;YACL,GAAG;;;;;;YACL,GAAG;;;;YACM,GAAG;;;YACA,GAAG;;;YACP,GAAG;;;;;YACT,GAAG;wBACP,GAAG;yBACF,GAAG;uBACL,GAAG;;;;EAgB9B;AAoBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;wFASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,22 +1,27 @@
1
- import { ExtractPropTypes, PropType } from 'vue';
1
+ import { ExtractPropTypes, PropType, VNodeChild } from 'vue';
2
+ import { TooltipPlacement } from 'ant-design-vue/es/tooltip';
3
+ import { AlignType } from 'ant-design-vue/es/vc-table/interface';
2
4
  export interface TagType {
3
5
  [key: string]: string;
4
6
  }
5
7
  export interface ColumnType {
6
- title: string;
8
+ title?: VNodeChild | (() => VNodeChild);
9
+ label?: string;
7
10
  dataIndex: string;
8
11
  key: string;
12
+ checked?: boolean;
9
13
  width?: string | number;
10
- align?: string;
14
+ align?: AlignType;
11
15
  ellipsis?: boolean;
12
- fixed?: boolean | string;
16
+ fixed?: boolean | 'left' | 'right';
13
17
  needTooltip?: boolean;
14
18
  needCopy?: boolean;
15
19
  needFormat?: boolean;
16
20
  format?: string;
17
21
  tags?: TagType;
18
22
  strLen?: number;
19
- [key: string]: any;
23
+ resizable?: boolean;
24
+ [key: string]: unknown;
20
25
  }
21
26
  export declare const HbTableProps: {
22
27
  readonly columns: {
@@ -32,17 +37,27 @@ export declare const HbTableProps: {
32
37
  readonly default: 150;
33
38
  };
34
39
  readonly tooltipPlacement: {
35
- readonly type: PropType<string | number>;
40
+ readonly type: PropType<TooltipPlacement>;
36
41
  readonly default: "top";
37
42
  };
43
+ readonly showColumnSet: {
44
+ readonly type: BooleanConstructor;
45
+ readonly default: false;
46
+ };
47
+ readonly columnSetLocalColumns: {
48
+ readonly type: PropType<ColumnType[]>;
49
+ readonly default: () => never[];
50
+ };
38
51
  };
39
52
  export interface HbTableProps_Intf {
40
53
  columns: ColumnType[];
41
54
  rowHeight?: string | number;
42
55
  defaultWidth: string | number;
43
- tooltipPlacement?: string;
56
+ tooltipPlacement?: TooltipPlacement;
44
57
  isFixTbHeight?: boolean;
45
- [key: string]: unknown;
58
+ isUnFixTbHeight?: boolean;
59
+ showColumnSet?: boolean;
60
+ columnSetLocalColumns?: ColumnType[];
46
61
  }
47
62
  export type HbTablePropsType = ExtractPropTypes<typeof HbTableProps>;
48
63
  //# sourceMappingURL=type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_table/src/type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEtD,MAAM,WAAW,OAAO;IAEtB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACvB;AACD,MAAM,WAAW,UAAU;IAEzB,KAAK,EAAE,MAAM,CAAC;IAEd,SAAS,EAAE,MAAM,CAAC;IAElB,GAAG,EAAE,MAAM,CAAC;IAEZ,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAExB,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,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;IAEhB,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AACD,eAAO,MAAM,YAAY;;uBAEN,QAAQ,CAAC,UAAU,EAAE,CAAC;;;;;uBAOrB,QAAQ,CAAC,MAAM,GAAG,MAAM,CAAC;;;uBAIf,QAAQ,CAAC,MAAM,GAAG,MAAM,CAAC;;;;uBAInC,QAAQ,CAAC,MAAM,GAAG,MAAM,CAAC;;;CAGnC,CAAC;AAEX,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,YAAY,EAAE,MAAM,GAAG,MAAM,CAAC;IAC9B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AACD,MAAM,MAAM,gBAAgB,GAAG,gBAAgB,CAAC,OAAO,YAAY,CAAC,CAAC"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_table/src/type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAClE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAC;AAEtE,MAAM,WAAW,OAAO;IAEtB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACvB;AACD,MAAM,WAAW,UAAU;IAEzB,KAAK,CAAC,EAAE,UAAU,GAAG,CAAC,MAAM,UAAU,CAAC,CAAC;IAExC,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,SAAS,EAAE,MAAM,CAAC;IAElB,GAAG,EAAE,MAAM,CAAC;IAEZ,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAExB,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC;IAEnC,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AACD,eAAO,MAAM,YAAY;;uBAEN,QAAQ,CAAC,UAAU,EAAE,CAAC;;;;;uBAOrB,QAAQ,CAAC,MAAM,GAAG,MAAM,CAAC;;;uBAIf,QAAQ,CAAC,MAAM,GAAG,MAAM,CAAC;;;;uBAInC,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;uBAU3B,QAAQ,CAAC,UAAU,EAAE,CAAC;;;CAG/B,CAAC;AAEX,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,YAAY,EAAE,MAAM,GAAG,MAAM,CAAC;IAC9B,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,qBAAqB,CAAC,EAAE,UAAU,EAAE,CAAC;CACtC;AACD,MAAM,MAAM,gBAAgB,GAAG,gBAAgB,CAAC,OAAO,YAAY,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"HbTableAct.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_table_act/src/HbTableAct.vue"],"names":[],"mappings":";AA2KA;AA8bA,OAAO,KAAK,EACR,QAAQ,EACR,IAAI,EACJ,QAAQ,EACR,UAAU,EACV,KAAK,EACR,MAAM,gBAAgB,CAAC;AACxB,OAAO,KAAK,EAAE,YAAY,IAAI,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAW9E,OAAO,KAAK,EACR,UAAU,EACV,KAAK,EACR,MAAM,sEAAsE,CAAC;AAsN9E,iBAAS,cAAc;WAkUT,OAAO,IAA6B;;;;UAXqC,GAAG;;;EAgBzF;AAyBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;eA1XN,OAAO,QAAQ;WACnB,OAAO,IAAI;eACP,OAAO,QAAQ;iBACb,OAAO,UAAU;YACtB,OAAO,KAAK;kBACN,OAAO,gBAAgB;yPA6XvC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"HbTableAct.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_table_act/src/HbTableAct.vue"],"names":[],"mappings":";AA+LA;AAmdA,OAAO,KAAK,EACR,QAAQ,EACR,IAAI,EACJ,QAAQ,EACR,UAAU,EACV,KAAK,EACR,MAAM,gBAAgB,CAAC;AACxB,OAAO,KAAK,EAAE,YAAY,IAAI,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAW9E,OAAO,KAAK,EACR,UAAU,EACV,KAAK,EACR,MAAM,sEAAsE,CAAC;AAuN9E,iBAAS,cAAc;WAsXT,OAAO,IAA6B;;;;UAXqC,GAAG;;;EAgBzF;AA0BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;eA/aN,OAAO,QAAQ;WACnB,OAAO,IAAI;eACP,OAAO,QAAQ;iBACb,OAAO,UAAU;YACtB,OAAO,KAAK;kBACN,OAAO,gBAAgB;yPAkbvC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -2,8 +2,9 @@
2
2
  * 操作项接口定义
3
3
  */
4
4
  export interface ActionItem {
5
+ icon?: string;
5
6
  key: string;
6
- label: string;
7
+ label?: string;
7
8
  condition?: boolean;
8
9
  type?: 'main' | 'more';
9
10
  handler: (record: any, callback?: () => void) => void;
@@ -19,6 +20,7 @@ export interface ActionItem {
19
20
  * 组件属性接口定义
20
21
  */
21
22
  export interface Props {
23
+ hideDomList: string[];
22
24
  filterPermission?: (actions: ActionItem[]) => ActionItem[];
23
25
  actions: ActionItem[];
24
26
  record: any;
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_table_act/src/type.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,UAAU;IAEvB,GAAG,EAAE,MAAM,CAAC;IAEZ,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,OAAO,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,CAAC,EAAE,MAAM,IAAI,KAAK,IAAI,CAAC;IACtD,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,YAAY,GAAG,OAAO,CAAC;IACrC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,KAAK;IAClB,gBAAgB,CAAC,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,KAAK,UAAU,EAAE,CAAC;IAC3D,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,MAAM,EAAE,GAAG,CAAC;IACZ,sBAAsB,CAAC,EAAE,MAAM,CAAC;CACnC"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_table_act/src/type.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,UAAU;IAEvB,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,GAAG,EAAE,MAAM,CAAC;IAEZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,OAAO,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,CAAC,EAAE,MAAM,IAAI,KAAK,IAAI,CAAC;IACtD,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,YAAY,GAAG,OAAO,CAAC;IACrC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,KAAK;IAClB,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,gBAAgB,CAAC,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,KAAK,UAAU,EAAE,CAAC;IAC3D,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,MAAM,EAAE,GAAG,CAAC;IACZ,sBAAsB,CAAC,EAAE,MAAM,CAAC;CACnC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/list_page_comp/hb_list_table_colums_set/index.ts"],"names":[],"mappings":";;AAEA,cAAc,YAAY,CAAC;AAC3B,QAAA,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wFAAmC,CAAC;AAC/D,eAAe,qBAAqB,CAAC;AAErC,MAAM,MAAM,6BAA6B,GAAG,YAAY,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/list_page_comp/hb_list_table_colums_set/index.ts"],"names":[],"mappings":";;AAGA,cAAc,YAAY,CAAC;AAC3B,QAAA,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wFAAmC,CAAC;AAC/D,eAAe,qBAAqB,CAAC;AAErC,MAAM,MAAM,6BAA6B,GAAG,YAAY,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"HbTableColumnSet.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_table_colums_set/src/HbTableColumnSet.vue"],"names":[],"mappings":";AAuMA;;;;;;;;;;;;;;;;;;;cAs0CuB,MAAM,GAAG,EAAE;;;;cAKX,MAAM,GAAG,EAAE;;;;;;;;;;;;;;;;;;;;;;;cALX,MAAM,GAAG,EAAE;;;;cAKX,MAAM,GAAG,EAAE;;;;;;;;;;;;;AA7BlC,wBAkCG"}
1
+ {"version":3,"file":"HbTableColumnSet.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/list_page_comp/hb_list_table_colums_set/src/HbTableColumnSet.vue"],"names":[],"mappings":";AAsMA;;;;;;;;;;;;;;;;;;;cAk2CuB,MAAM,GAAG,EAAE;;;;cAKX,MAAM,GAAG,EAAE;;;;;;;;;;;;;;;;;;;;;;;cALX,MAAM,GAAG,EAAE;;;;cAKX,MAAM,GAAG,EAAE;;;;;;;;;;;;;AA7BlC,wBAkCG"}
@@ -13,10 +13,10 @@ declare const HbLibLogModal: WithInstall<{
13
13
  "update:visible": (...args: any[]) => void;
14
14
  }, PublicProps, {
15
15
  title: string;
16
- params: Record<string, any>;
17
- visible: boolean;
18
16
  width: string | number;
19
17
  height: string | number;
18
+ params: Record<string, any>;
19
+ visible: boolean;
20
20
  columns: TableColumnsType;
21
21
  needBtn: boolean;
22
22
  dataStr: string;
@@ -36,10 +36,10 @@ declare const HbLibLogModal: WithInstall<{
36
36
  loading: Ref<boolean, boolean>;
37
37
  }, {}, {}, {}, {
38
38
  title: string;
39
- params: Record<string, any>;
40
- visible: boolean;
41
39
  width: string | number;
42
40
  height: string | number;
41
+ params: Record<string, any>;
42
+ visible: boolean;
43
43
  columns: TableColumnsType;
44
44
  needBtn: boolean;
45
45
  dataStr: string;
@@ -58,10 +58,10 @@ declare const HbLibLogModal: WithInstall<{
58
58
  "update:visible": (...args: any[]) => void;
59
59
  }, string, {
60
60
  title: string;
61
- params: Record<string, any>;
62
- visible: boolean;
63
61
  width: string | number;
64
62
  height: string | number;
63
+ params: Record<string, any>;
64
+ visible: boolean;
65
65
  columns: TableColumnsType;
66
66
  needBtn: boolean;
67
67
  dataStr: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/modal_comp/log_modal/index.ts"],"names":[],"mappings":";;;;AAGA,cAAc,YAAY,CAAC;AAE3B,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA0B,CAAC;AAE9C,eAAe,aAAa,CAAC;AAE7B,MAAM,MAAM,uBAAuB,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/modal_comp/log_modal/index.ts"],"names":[],"mappings":";;;;AAIA,cAAc,YAAY,CAAC;AAE3B,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA0B,CAAC;AAE9C,eAAe,aAAa,CAAC;AAE7B,MAAM,MAAM,uBAAuB,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC"}
@@ -23,10 +23,10 @@ declare const __VLS_component: DefineComponent<LogModalProps_Intf, {
23
23
  "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
24
24
  }>, {
25
25
  title: string;
26
- params: Record<string, any>;
27
- visible: boolean;
28
26
  width: string | number;
29
27
  height: string | number;
28
+ params: Record<string, any>;
29
+ visible: boolean;
30
30
  columns: ColumnsType;
31
31
  needBtn: boolean;
32
32
  dataStr: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/unlist_page_comp/hb_card/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAAsC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/unlist_page_comp/hb_card/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAAsC"}
@@ -44,12 +44,18 @@ declare const _default: WithInstall<{
44
44
  type: BooleanConstructor;
45
45
  default: boolean;
46
46
  };
47
+ hbTopActionsTop: {
48
+ type: (StringConstructor | NumberConstructor)[];
49
+ };
50
+ hbTopActionsLeft: {
51
+ type: (StringConstructor | NumberConstructor)[];
52
+ };
47
53
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
54
+ container: string;
48
55
  spinning: boolean;
49
56
  stickyTitle: string;
50
57
  needTotalInfoBox: boolean;
51
58
  totalInfo: Record<string, any>;
52
- container: string;
53
59
  needFixWidth: boolean;
54
60
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
55
61
  P: {};
@@ -101,12 +107,18 @@ declare const _default: WithInstall<{
101
107
  type: BooleanConstructor;
102
108
  default: boolean;
103
109
  };
110
+ hbTopActionsTop: {
111
+ type: (StringConstructor | NumberConstructor)[];
112
+ };
113
+ hbTopActionsLeft: {
114
+ type: (StringConstructor | NumberConstructor)[];
115
+ };
104
116
  }>> & Readonly<{}>, {}, {}, {}, {}, {
117
+ container: string;
105
118
  spinning: boolean;
106
119
  stickyTitle: string;
107
120
  needTotalInfoBox: boolean;
108
121
  totalInfo: Record<string, any>;
109
- container: string;
110
122
  needFixWidth: boolean;
111
123
  }>;
112
124
  __isFragment?: never;
@@ -155,12 +167,18 @@ declare const _default: WithInstall<{
155
167
  type: BooleanConstructor;
156
168
  default: boolean;
157
169
  };
170
+ hbTopActionsTop: {
171
+ type: (StringConstructor | NumberConstructor)[];
172
+ };
173
+ hbTopActionsLeft: {
174
+ type: (StringConstructor | NumberConstructor)[];
175
+ };
158
176
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
177
+ container: string;
159
178
  spinning: boolean;
160
179
  stickyTitle: string;
161
180
  needTotalInfoBox: boolean;
162
181
  totalInfo: Record<string, any>;
163
- container: string;
164
182
  needFixWidth: boolean;
165
183
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
166
184
  $slots: {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/unlist_page_comp/hb_detail_box/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAA2C"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/unlist_page_comp/hb_detail_box/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAA2C"}
@@ -53,6 +53,12 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
53
53
  type: BooleanConstructor;
54
54
  default: boolean;
55
55
  };
56
+ hbTopActionsTop: {
57
+ type: (StringConstructor | NumberConstructor)[];
58
+ };
59
+ hbTopActionsLeft: {
60
+ type: (StringConstructor | NumberConstructor)[];
61
+ };
56
62
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
57
63
  stickyTitle: {
58
64
  type: StringConstructor;
@@ -96,12 +102,18 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
96
102
  type: BooleanConstructor;
97
103
  default: boolean;
98
104
  };
105
+ hbTopActionsTop: {
106
+ type: (StringConstructor | NumberConstructor)[];
107
+ };
108
+ hbTopActionsLeft: {
109
+ type: (StringConstructor | NumberConstructor)[];
110
+ };
99
111
  }>> & Readonly<{}>, {
112
+ container: string;
100
113
  spinning: boolean;
101
114
  stickyTitle: string;
102
115
  needTotalInfoBox: boolean;
103
116
  totalInfo: Record<string, any>;
104
- container: string;
105
117
  needFixWidth: boolean;
106
118
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
107
119
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
@@ -1 +1 @@
1
- {"version":3,"file":"HbLibDetailBox.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/unlist_page_comp/hb_detail_box/src/HbLibDetailBox.vue"],"names":[],"mappings":";AA6DA;AAiWA,iBAAS,cAAc;WAoLT,OAAO,IAA6B;;+BAZd,GAAG;gCACF,GAAG;+BACJ,GAAG;;;;EAetC;AAyED,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;cA2CY,MAAM,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAhB,MAAM,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;4EAqB/C,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"HbLibDetailBox.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/business_comp/unlist_page_comp/hb_detail_box/src/HbLibDetailBox.vue"],"names":[],"mappings":";AA2FA;AAupBA,iBAAS,cAAc;WA4LT,OAAO,IAA6B;;+BAZd,GAAG;gCACF,GAAG;+BACJ,GAAG;;;;EAetC;AAmFD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;cA2CgB,MAAM,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAhB,MAAM,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EA6BnD,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/unlist_page_comp/hb_footer_bar/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAA2C"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/unlist_page_comp/hb_footer_bar/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAA2C"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/unlist_page_comp/hb_page_header/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAA4C"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/unlist_page_comp/hb_page_header/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAA4C"}