@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
@@ -18,8 +18,8 @@ declare const _default: WithInstall<{
18
18
  default: boolean;
19
19
  };
20
20
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
21
- spinning: boolean;
22
21
  container: string;
22
+ spinning: boolean;
23
23
  formLabelWidth: number;
24
24
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
25
25
  P: {};
@@ -45,8 +45,8 @@ declare const _default: WithInstall<{
45
45
  default: boolean;
46
46
  };
47
47
  }>> & Readonly<{}>, {}, {}, {}, {}, {
48
- spinning: boolean;
49
48
  container: string;
49
+ spinning: boolean;
50
50
  formLabelWidth: number;
51
51
  }>;
52
52
  __isFragment?: never;
@@ -69,8 +69,8 @@ declare const _default: WithInstall<{
69
69
  default: boolean;
70
70
  };
71
71
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
72
- spinning: boolean;
73
72
  container: string;
73
+ spinning: boolean;
74
74
  formLabelWidth: number;
75
75
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
76
76
  $slots: {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/unlist_page_comp/hb_undetail_box/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAA6C"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/business_comp/unlist_page_comp/hb_undetail_box/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAA6C"}
@@ -43,8 +43,8 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
43
43
  default: boolean;
44
44
  };
45
45
  }>> & Readonly<{}>, {
46
- spinning: boolean;
47
46
  container: string;
47
+ spinning: boolean;
48
48
  formLabelWidth: number;
49
49
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
50
50
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/func_comp/hb_func_comp_copy/index.ts"],"names":[],"mappings":";;AAEA,cAAc,YAAY,CAAC;AAE3B,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAAoB,CAAC;AAEpC,eAAe,SAAS,CAAC;AAEzB,MAAM,MAAM,YAAY,GAAG,YAAY,CAAC,OAAO,SAAS,CAAC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/func_comp/hb_func_comp_copy/index.ts"],"names":[],"mappings":";;AAGA,cAAc,YAAY,CAAC;AAE3B,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAAoB,CAAC;AAEpC,eAAe,SAAS,CAAC;AAEzB,MAAM,MAAM,YAAY,GAAG,YAAY,CAAC,OAAO,SAAS,CAAC,CAAC"}
@@ -56,11 +56,11 @@ declare const HbDragInstall: WithInstall<{
56
56
  readonly sort: boolean;
57
57
  readonly filter: string;
58
58
  readonly draggable: string;
59
- readonly ghostClass: string;
60
- readonly handle: string;
61
59
  readonly childrenType: ChildrenType;
62
60
  readonly dragClass: string;
61
+ readonly ghostClass: string;
63
62
  readonly chosenClass: string;
63
+ readonly handle: string;
64
64
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
65
65
  P: {};
66
66
  B: {};
@@ -115,11 +115,11 @@ declare const HbDragInstall: WithInstall<{
115
115
  readonly sort: boolean;
116
116
  readonly filter: string;
117
117
  readonly draggable: string;
118
- readonly ghostClass: string;
119
- readonly handle: string;
120
118
  readonly childrenType: ChildrenType;
121
119
  readonly dragClass: string;
120
+ readonly ghostClass: string;
122
121
  readonly chosenClass: string;
122
+ readonly handle: string;
123
123
  }>;
124
124
  __isFragment?: never;
125
125
  __isTeleport?: never;
@@ -177,11 +177,11 @@ declare const HbDragInstall: WithInstall<{
177
177
  readonly sort: boolean;
178
178
  readonly filter: string;
179
179
  readonly draggable: string;
180
- readonly ghostClass: string;
181
- readonly handle: string;
182
180
  readonly childrenType: ChildrenType;
183
181
  readonly dragClass: string;
182
+ readonly ghostClass: string;
184
183
  readonly chosenClass: string;
184
+ readonly handle: string;
185
185
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
186
186
  $slots: {
187
187
  default?(_: {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/func_comp/hb_func_comp_drag/index.ts"],"names":[],"mappings":";;;AAEA,cAAc,YAAY,CAAC;AAE3B,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAsB,CAAC;AAC1C,eAAe,aAAa,CAAC;AAE7B,MAAM,MAAM,cAAc,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/func_comp/hb_func_comp_drag/index.ts"],"names":[],"mappings":";;;AAGA,cAAc,YAAY,CAAC;AAE3B,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAsB,CAAC;AAC1C,eAAe,aAAa,CAAC;AAE7B,MAAM,MAAM,cAAc,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC"}
@@ -101,11 +101,11 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
101
101
  readonly sort: boolean;
102
102
  readonly filter: string;
103
103
  readonly draggable: string;
104
- readonly ghostClass: string;
105
- readonly handle: string;
106
104
  readonly childrenType: ChildrenType;
107
105
  readonly dragClass: string;
106
+ readonly ghostClass: string;
108
107
  readonly chosenClass: string;
108
+ readonly handle: string;
109
109
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
110
110
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
111
111
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/func_comp/hb_func_comp_sort/index.ts"],"names":[],"mappings":";;;AAEA,cAAc,YAAY,CAAC;AAE3B,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAAoB,CAAC;AAEpC,eAAe,SAAS,CAAC;AAEzB,MAAM,MAAM,YAAY,GAAG,YAAY,CAAC,OAAO,SAAS,CAAC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/func_comp/hb_func_comp_sort/index.ts"],"names":[],"mappings":";;;AAGA,cAAc,YAAY,CAAC;AAE3B,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAAoB,CAAC;AAEpC,eAAe,SAAS,CAAC;AAEzB,MAAM,MAAM,YAAY,GAAG,YAAY,CAAC,OAAO,SAAS,CAAC,CAAC"}
@@ -31,8 +31,8 @@ declare const HbLibFilePreview: WithInstall<{
31
31
  }> & Readonly<{
32
32
  onError?: ((err: unknown) => any) | undefined;
33
33
  onCancel?: (() => any) | undefined;
34
- "onUpdate:visible"?: ((open: boolean) => any) | undefined;
35
34
  onRendered?: (() => any) | undefined;
35
+ "onUpdate:visible"?: ((open: boolean) => any) | undefined;
36
36
  "onUpdate:fileIndex"?: ((index: number) => any) | undefined;
37
37
  onFileChange?: ((payload: {
38
38
  index: number;
@@ -59,8 +59,8 @@ declare const HbLibFilePreview: WithInstall<{
59
59
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
60
60
  error: (err: unknown) => any;
61
61
  cancel: () => any;
62
- "update:visible": (open: boolean) => any;
63
62
  rendered: () => any;
63
+ "update:visible": (open: boolean) => any;
64
64
  "update:fileIndex": (index: number) => any;
65
65
  fileChange: (payload: {
66
66
  index: number;
@@ -76,15 +76,15 @@ declare const HbLibFilePreview: WithInstall<{
76
76
  }) => any;
77
77
  }, PublicProps, {
78
78
  modalWidth: string | number;
79
+ height: string;
79
80
  visible: boolean;
80
81
  centered: boolean;
81
82
  maskClosable: boolean;
82
83
  destroyOnClose: boolean;
83
84
  keyboard: boolean;
84
- height: string;
85
- fileList: FilePreviewListItem_Intf[];
85
+ src: string | ArrayBuffer | Blob | null;
86
86
  fileName: string;
87
- src: string | Blob | ArrayBuffer | null;
87
+ fileList: FilePreviewListItem_Intf[];
88
88
  fileIndex: number;
89
89
  excelOptions: FilePreviewExcelOptions_Intf;
90
90
  pdfStaticFileUrl: string;
@@ -136,8 +136,8 @@ declare const HbLibFilePreview: WithInstall<{
136
136
  }> & Readonly<{
137
137
  onError?: ((err: unknown) => any) | undefined;
138
138
  onCancel?: (() => any) | undefined;
139
- "onUpdate:visible"?: ((open: boolean) => any) | undefined;
140
139
  onRendered?: (() => any) | undefined;
140
+ "onUpdate:visible"?: ((open: boolean) => any) | undefined;
141
141
  "onUpdate:fileIndex"?: ((index: number) => any) | undefined;
142
142
  onFileChange?: ((payload: {
143
143
  index: number;
@@ -163,15 +163,15 @@ declare const HbLibFilePreview: WithInstall<{
163
163
  closeModal: () => void;
164
164
  }, {}, {}, {}, {
165
165
  modalWidth: string | number;
166
+ height: string;
166
167
  visible: boolean;
167
168
  centered: boolean;
168
169
  maskClosable: boolean;
169
170
  destroyOnClose: boolean;
170
171
  keyboard: boolean;
171
- height: string;
172
- fileList: FilePreviewListItem_Intf[];
172
+ src: string | ArrayBuffer | Blob | null;
173
173
  fileName: string;
174
- src: string | Blob | ArrayBuffer | null;
174
+ fileList: FilePreviewListItem_Intf[];
175
175
  fileIndex: number;
176
176
  excelOptions: FilePreviewExcelOptions_Intf;
177
177
  pdfStaticFileUrl: string;
@@ -220,8 +220,8 @@ declare const HbLibFilePreview: WithInstall<{
220
220
  }> & Readonly<{
221
221
  onError?: ((err: unknown) => any) | undefined;
222
222
  onCancel?: (() => any) | undefined;
223
- "onUpdate:visible"?: ((open: boolean) => any) | undefined;
224
223
  onRendered?: (() => any) | undefined;
224
+ "onUpdate:visible"?: ((open: boolean) => any) | undefined;
225
225
  "onUpdate:fileIndex"?: ((index: number) => any) | undefined;
226
226
  onFileChange?: ((payload: {
227
227
  index: number;
@@ -248,8 +248,8 @@ declare const HbLibFilePreview: WithInstall<{
248
248
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
249
249
  error: (err: unknown) => any;
250
250
  cancel: () => any;
251
- "update:visible": (open: boolean) => any;
252
251
  rendered: () => any;
252
+ "update:visible": (open: boolean) => any;
253
253
  "update:fileIndex": (index: number) => any;
254
254
  fileChange: (payload: {
255
255
  index: number;
@@ -265,15 +265,15 @@ declare const HbLibFilePreview: WithInstall<{
265
265
  }) => any;
266
266
  }, string, {
267
267
  modalWidth: string | number;
268
+ height: string;
268
269
  visible: boolean;
269
270
  centered: boolean;
270
271
  maskClosable: boolean;
271
272
  destroyOnClose: boolean;
272
273
  keyboard: boolean;
273
- height: string;
274
- fileList: FilePreviewListItem_Intf[];
274
+ src: string | ArrayBuffer | Blob | null;
275
275
  fileName: string;
276
- src: string | Blob | ArrayBuffer | null;
276
+ fileList: FilePreviewListItem_Intf[];
277
277
  fileIndex: number;
278
278
  excelOptions: FilePreviewExcelOptions_Intf;
279
279
  pdfStaticFileUrl: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/func_comp/hb_func_file_preview/index.ts"],"names":[],"mappings":";;;AAGA,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;oBAKixxB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAAD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAAD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAAD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAAD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAAD,CAAC;;;;;;;;;;;GALvvxB,CAAC;AAElD,eAAe,gBAAgB,CAAC;AAEhC,MAAM,MAAM,wBAAwB,GAAG,YAAY,CAAC,OAAO,gBAAgB,CAAC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/func_comp/hb_func_file_preview/index.ts"],"names":[],"mappings":";;;AAIA,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;oBAKiuxB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAAD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAAD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAAD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAAD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAAD,CAAC;;;;;;;;;;;GALvsxB,CAAC;AAElD,eAAe,gBAAgB,CAAC;AAEhC,MAAM,MAAM,wBAAwB,GAAG,YAAY,CAAC,OAAO,gBAAgB,CAAC,CAAC"}
@@ -110,8 +110,8 @@ declare const __VLS_component: DefineComponent<__VLS_Props, {
110
110
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
111
111
  error: (err: unknown) => any;
112
112
  cancel: () => any;
113
- "update:visible": (open: boolean) => any;
114
113
  rendered: () => any;
114
+ "update:visible": (open: boolean) => any;
115
115
  "update:fileIndex": (index: number) => any;
116
116
  fileChange: (payload: {
117
117
  index: number;
@@ -128,8 +128,8 @@ declare const __VLS_component: DefineComponent<__VLS_Props, {
128
128
  }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
129
129
  onError?: ((err: unknown) => any) | undefined;
130
130
  onCancel?: (() => any) | undefined;
131
- "onUpdate:visible"?: ((open: boolean) => any) | undefined;
132
131
  onRendered?: (() => any) | undefined;
132
+ "onUpdate:visible"?: ((open: boolean) => any) | undefined;
133
133
  "onUpdate:fileIndex"?: ((index: number) => any) | undefined;
134
134
  onFileChange?: ((payload: {
135
135
  index: number;
@@ -145,15 +145,15 @@ declare const __VLS_component: DefineComponent<__VLS_Props, {
145
145
  }) => any) | undefined;
146
146
  }>, {
147
147
  modalWidth: string | number;
148
+ height: string;
148
149
  visible: boolean;
149
150
  centered: boolean;
150
151
  maskClosable: boolean;
151
152
  destroyOnClose: boolean;
152
153
  keyboard: boolean;
153
- height: string;
154
- fileList: FilePreviewListItem_Intf[];
154
+ src: string | ArrayBuffer | Blob | null;
155
155
  fileName: string;
156
- src: string | Blob | ArrayBuffer | null;
156
+ fileList: FilePreviewListItem_Intf[];
157
157
  fileIndex: number;
158
158
  excelOptions: FilePreviewExcelOptions_Intf;
159
159
  pdfStaticFileUrl: string;
@@ -1 +1 @@
1
- {"version":3,"file":"file_preview.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/func_comp/hb_func_file_preview/src/file_preview.vue"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"file_preview.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/func_comp/hb_func_file_preview/src/file_preview.vue"],"names":[],"mappings":"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"}
@@ -1,5 +1,6 @@
1
1
  import { Plugin } from 'vue';
2
2
  import { default as Icon } from './src/icon';
3
+ export type { HbLibIconProps } from './src/type';
3
4
  declare const HbLibIcon: typeof Icon & Plugin;
4
5
  export default HbLibIcon;
5
6
  export type HbLibIconInstance = InstanceType<typeof HbLibIcon>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/func_comp/hb_func_icon/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAClC,OAAO,IAAI,MAAM,gBAAgB,CAAC;AAElC,QAAA,MAAM,SAAS,EAAW,OAAO,IAAI,GAAG,MAAM,CAAC;AAE/C,eAAe,SAAS,CAAC;AAEzB,MAAM,MAAM,iBAAiB,GAAG,YAAY,CAAC,OAAO,SAAS,CAAC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/func_comp/hb_func_icon/index.ts"],"names":[],"mappings":"AAAA,gDAAgD;AAEhD,OAAO,KAAK,EAAE,MAAM,EAAO,MAAM,KAAK,CAAC;AACvC,OAAO,IAAI,MAAM,gBAAgB,CAAC;AAElC,YAAY,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAEjD,QAAA,MAAM,SAAS,EAAW,OAAO,IAAI,GAAG,MAAM,CAAC;AAyB/C,eAAe,SAAS,CAAC;AAEzB,MAAM,MAAM,iBAAiB,GAAG,YAAY,CAAC,OAAO,SAAS,CAAC,CAAC"}
@@ -1,17 +1,12 @@
1
+ import { HbLibIconProps } from './type';
1
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- type __VLS_Props = {
3
- name: string;
4
- className?: string;
5
- width?: number;
6
- height?: number;
7
- iMode?: 'font' | 'symbol' | undefined;
8
- iBaseClass?: string;
9
- iPrefix?: string;
10
- };
11
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
- name: string;
3
+ declare const _default: DefineComponent<HbLibIconProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<HbLibIconProps> & Readonly<{}>, {
13
4
  width: number;
14
5
  height: number;
6
+ initFillColor: string;
7
+ hoverBgColor: string;
8
+ name: string;
9
+ hover: boolean | string;
15
10
  className: string;
16
11
  iMode: "symbol" | "font";
17
12
  iBaseClass: string;
@@ -1 +1 @@
1
- {"version":3,"file":"icon.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/func_comp/hb_func_icon/src/icon.vue"],"names":[],"mappings":";AASA;AAsHA,KAAK,WAAW,GAAG;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,SAAS,CAAC;IACtC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;;UAPQ,MAAM;WAEJ,MAAM;YACL,MAAM;eAFH,MAAM;;gBAIL,MAAM;aACT,MAAM;;AA0JxB,wBAQG"}
1
+ {"version":3,"file":"icon.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/func_comp/hb_func_icon/src/icon.vue"],"names":[],"mappings":";AA4BA;AAgNA,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;;;;;;;;;;;;;AA+OxC,wBAQG"}
@@ -0,0 +1,23 @@
1
+ export interface HbLibIconProps {
2
+ /** 图标名称 */
3
+ name?: string;
4
+ /** 类名 */
5
+ className?: string;
6
+ /** 宽度 */
7
+ width?: number;
8
+ /** 高度 */
9
+ height?: number;
10
+ /** 图标渲染模式 */
11
+ iMode?: 'font' | 'symbol' | undefined;
12
+ /** 图标基础类名 */
13
+ iBaseClass?: string;
14
+ /** 图标前缀 */
15
+ iPrefix?: string;
16
+ /** 初始填充颜色 */
17
+ initFillColor?: string;
18
+ /** 悬浮颜色 */
19
+ hover?: boolean | string;
20
+ /** 是否需要悬浮背景颜色 */
21
+ hoverBgColor?: string | undefined;
22
+ }
23
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../../../src/components/func_comp/hb_func_icon/src/type.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,cAAc;IAC3B,WAAW;IACX,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS;IACT,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS;IACT,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS;IACT,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa;IACb,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,SAAS,CAAC;IACtC,aAAa;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW;IACX,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa;IACb,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW;IACX,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACzB,iBAAiB;IACjB,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACrC"}
@@ -1,6 +1,7 @@
1
1
  import { Plugin } from 'vue';
2
2
  import { default as IconList } from './src/icon_list';
3
3
  import { HB_ICON_GLOBAL_KEY, HB_ICON_DEFAULT_CSS_URL, HbLibIconGlobalOptions } from '../../hooks/useIconfont';
4
+ export type { HbLibIconListProps } from './src/type';
4
5
  declare const HbLibIconList: typeof IconList & Plugin;
5
6
  export default HbLibIconList;
6
7
  export type HbLibIconListInstance = InstanceType<typeof HbLibIconList>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/func_comp/hb_func_icon_list/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAO,MAAM,EAAE,MAAM,KAAK,CAAC;AACvC,OAAO,QAAQ,MAAM,qBAAqB,CAAC;AAC3C,OAAO,EACH,kBAAkB,EAClB,uBAAuB,EACvB,KAAK,sBAAsB,EAC9B,MAAM,gCAAgC,CAAC;AAExC,QAAA,MAAM,aAAa,EAAe,OAAO,QAAQ,GAAG,MAAM,CAAC;AAe3D,eAAe,aAAa,CAAC;AAE7B,MAAM,MAAM,qBAAqB,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC;AACvE,YAAY,EAAE,sBAAsB,EAAE,CAAC;AACvC,OAAO,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/func_comp/hb_func_icon_list/index.ts"],"names":[],"mappings":"AAAA,2DAA2D;AAE3D,OAAO,KAAK,EAAO,MAAM,EAAE,MAAM,KAAK,CAAC;AACvC,OAAO,QAAQ,MAAM,qBAAqB,CAAC;AAC3C,OAAO,EACH,kBAAkB,EAClB,uBAAuB,EACvB,KAAK,sBAAsB,EAC9B,MAAM,gCAAgC,CAAC;AACxC,YAAY,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AACrD,QAAA,MAAM,aAAa,EAAe,OAAO,QAAQ,GAAG,MAAM,CAAC;AAe3D,eAAe,aAAa,CAAC;AAE7B,MAAM,MAAM,qBAAqB,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC;AACvE,YAAY,EAAE,sBAAsB,EAAE,CAAC;AACvC,OAAO,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,CAAC"}
@@ -1,13 +1,6 @@
1
+ import { HbLibIconListProps } from './type';
1
2
  import { HbLibIconMode } from '../../../hooks/useIconfont';
2
3
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- type __VLS_Props = {
4
- /** iconfont 地址:`.css` 字体图标或 `.js` Symbol(彩色 SVG);优先级高于全局配置 */
5
- cssUrl?: string;
6
- /** 当前选中的图标 name,可用 v-model:selected 双向绑定 */
7
- selected?: string;
8
- /** 图标渲染模式:字体 class 或多色 SVG Symbol */
9
- mode?: 'font' | 'symbol';
10
- };
11
4
  declare function __VLS_template(): {
12
5
  attrs: Partial<{}>;
13
6
  slots: {
@@ -22,10 +15,10 @@ declare function __VLS_template(): {
22
15
  rootEl: HTMLDivElement;
23
16
  };
24
17
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
25
- declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
18
+ declare const __VLS_component: DefineComponent<HbLibIconListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
26
19
  select: (name: string) => any;
27
20
  "update:selected": (name: string) => any;
28
- }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
21
+ }, string, PublicProps, Readonly<HbLibIconListProps> & Readonly<{
29
22
  onSelect?: ((name: string) => any) | undefined;
30
23
  "onUpdate:selected"?: ((name: string) => any) | undefined;
31
24
  }>, {
@@ -1 +1 @@
1
- {"version":3,"file":"icon_list.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/func_comp/hb_func_icon_list/src/icon_list.vue"],"names":[],"mappings":";;AA4BA;AA0JA,KAAK,WAAW,GAAG;IACX,8DAA8D;IAC9D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,4CAA4C;IAC5C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qCAAqC;IACrC,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;CAC5B,CAAC;AAmDN,iBAAS,cAAc;WA4DT,OAAO,IAA6B;;;;;;;YAVpB,GAAG;;;;EAehC;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;UAvIN,MAAM,GAAG,QAAQ;cAFb,MAAM;YAFR,MAAM;wFAoJrB,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":"icon_list.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/func_comp/hb_func_icon_list/src/icon_list.vue"],"names":[],"mappings":";;AA4BA;AA0IA,OAAO,EAAE,kBAAkB,EAAE,MAAM,QAAQ,CAAC;AAwD5C,iBAAS,cAAc;WA4DT,OAAO,IAA6B;;;;;;;YAVpB,GAAG;;;;EAehC;AAiBD,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"}
@@ -0,0 +1,9 @@
1
+ export interface HbLibIconListProps {
2
+ /** iconfont 地址:`.css` 字体图标或 `.js` Symbol(彩色 SVG);优先级高于全局配置 */
3
+ cssUrl?: string;
4
+ /** 当前选中的图标 name,可用 v-model:selected 双向绑定 */
5
+ selected?: string;
6
+ /** 图标渲染模式:字体 class 或多色 SVG Symbol */
7
+ mode?: 'font' | 'symbol';
8
+ }
9
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../../../src/components/func_comp/hb_func_icon_list/src/type.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IAC/B,8DAA8D;IAC9D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,4CAA4C;IAC5C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qCAAqC;IACrC,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;CAC5B"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/func_comp/hb_func_loading/index.ts"],"names":[],"mappings":";;AAIA,QAAA,MAAM,YAAY;;;;;;;;;;;;wFAAuB,CAAC;AAE1C,eAAe,YAAY,CAAC;AAE5B,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/func_comp/hb_func_loading/index.ts"],"names":[],"mappings":";;AAKA,QAAA,MAAM,YAAY;;;;;;;;;;;;wFAAuB,CAAC;AAE1C,eAAe,YAAY,CAAC;AAE5B,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/func_comp/hb_icon_box/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAClC,OAAO,OAAO,MAAM,mBAAmB,CAAC;AAExC,QAAA,MAAM,YAAY,EAAc,OAAO,OAAO,GAAG,MAAM,CAAC;AAExD,eAAe,YAAY,CAAC;AAE5B,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/func_comp/hb_icon_box/index.ts"],"names":[],"mappings":"AAAA,uDAAuD;AAEvD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAClC,OAAO,OAAO,MAAM,mBAAmB,CAAC;AAExC,QAAA,MAAM,YAAY,EAAc,OAAO,OAAO,GAAG,MAAM,CAAC;AAExD,eAAe,YAAY,CAAC;AAE5B,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC"}
@@ -6,6 +6,16 @@ type __VLS_Props = {
6
6
  mode?: 'font' | 'symbol';
7
7
  /** Symbol(`.js`)模式下为每个 `<symbol id>` 增加的前缀 */
8
8
  symbolIdScope?: string | boolean;
9
+ /** 图标宽度 */
10
+ width?: number;
11
+ /** 图标高度 */
12
+ height?: number;
13
+ /** 图标初始填充颜色 */
14
+ initFillColor?: string;
15
+ /** 图标悬浮颜色 */
16
+ hover?: boolean | string;
17
+ /** 是否需要悬浮背景颜色 */
18
+ hoverBgColor?: string | undefined;
9
19
  };
10
20
  declare function __VLS_template(): {
11
21
  attrs: Partial<{}>;
@@ -1 +1 @@
1
- {"version":3,"file":"iconBox.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/func_comp/hb_icon_box/src/iconBox.vue"],"names":[],"mappings":";AAIA;AAmCA,KAAK,WAAW,GAAG;IACf,kCAAkC;IAClC,GAAG,EAAE,MAAM,CAAC;IACZ,qCAAqC;IACrC,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IACzB,8CAA8C;IAC9C,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACpC,CAAC;AAiBF,iBAAS,cAAc;WAoBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAMnB,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":"iconBox.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/func_comp/hb_icon_box/src/iconBox.vue"],"names":[],"mappings":";AAIA;AAkFA,KAAK,WAAW,GAAG;IACf,kCAAkC;IAClC,GAAG,EAAE,MAAM,CAAC;IACZ,qCAAqC;IACrC,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IACzB,8CAA8C;IAC9C,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACjC,WAAW;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW;IACX,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,eAAe;IACf,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa;IACb,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACzB,iBAAiB;IACjB,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACrC,CAAC;AAoCF,iBAAS,cAAc;WAoBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAMnB,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,7 +1,9 @@
1
1
  import { WithInstall } from '../../utils/withInstall';
2
2
  import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
3
3
  import { Global_config_intf } from '../../../config';
4
+ /** @hb-doc 全局组件配置 Provider,用于向组件库注入统一配置。 */
4
5
  export { GLOBAL_CONFIG_KEY } from './constants';
6
+ export { type Global_config_intf } from '../../../config';
5
7
  declare const HbUiConfig: WithInstall<{
6
8
  new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
7
9
  config?: Global_config_intf;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/func_comp/hb_ui_config/index.ts"],"names":[],"mappings":";;;AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAKhD,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;GAA2B,CAAC;AAE5C,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/func_comp/hb_ui_config/index.ts"],"names":[],"mappings":";;;AAAA,4CAA4C;AAC5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAIhD,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;GAA2B,CAAC;AAE5C,eAAe,UAAU,CAAC;AAE1B,MAAM,MAAM,kBAAkB,GAAG,YAAY,CAAC,OAAO,UAAU,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"hbUiConfig.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/func_comp/hb_ui_config/src/hbUiConfig.vue"],"names":[],"mappings":";AAYA;AAuCA,OAAsB,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAO7D,KAAK,WAAW,GAAG;IACf,MAAM,CAAC,EAAE,kBAAkB,CAAC;CAC/B,CAAC;AAeF,iBAAS,cAAc;WA0BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,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":"hbUiConfig.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/func_comp/hb_ui_config/src/hbUiConfig.vue"],"names":[],"mappings":";AAiBA;AAAA,OAiDsB,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAO7D,KAAK,WAAW,GAAG;IACf,MAAM,CAAC,EAAE,kBAAkB,CAAC;CAC/B,CAAC;AAoBF,iBAAS,cAAc;WA6BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,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 +1 @@
1
- {"version":3,"file":"useCalTableHeight.d.ts","sourceRoot":"","sources":["../../../src/components/hooks/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;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,QAAA,MAAM,iBAAiB,GAAI,UAAS,kBAAuB;;;CAgM1D,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"useCalTableHeight.d.ts","sourceRoot":"","sources":["../../../src/components/hooks/useCalTableHeight.ts"],"names":[],"mappings":";AAIA,UAAU,kBAAkB;IAC1B,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,QAAA,MAAM,iBAAiB,GAAI,UAAS,kBAAuB;;;CAgM1D,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useCalTableWidth.d.ts","sourceRoot":"","sources":["../../../src/components/hooks/useCalTableWidth.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,WAAW,EAAE,MAAM,KAAK,CAAC;AAEjD,QAAA,MAAM,gBAAgB,GAAI,SAAS,WAAW,CAAC,GAAG,EAAE,CAAC,GAAG,GAAG,EAAE;;CAa5D,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"useCalTableWidth.d.ts","sourceRoot":"","sources":["../../../src/components/hooks/useCalTableWidth.ts"],"names":[],"mappings":"AAAA,4BAA4B;AAC5B,OAAO,EAAY,KAAK,WAAW,EAAE,MAAM,KAAK,CAAC;AAEjD,QAAA,MAAM,gBAAgB,GAAI,SAAS,WAAW,CAAC,GAAG,EAAE,CAAC,GAAG,GAAG,EAAE;;CAa5D,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useFilePreview.d.ts","sourceRoot":"","sources":["../../../src/components/hooks/useFilePreview.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAiB,KAAK,WAAW,EAAE,KAAK,GAAG,EAAE,MAAM,KAAK,CAAC;AAGhE,OAAO,EAEH,KAAK,eAAe,EACvB,MAAM,yBAAyB,CAAC;AAEjC,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,kEAAkE,CAAC;AAWjH,MAAM,WAAW,iBAAiB;IAC9B;;;;;;;OAOG;IACH,eAAe,EAAE,eAAe,EAAE,CAAC;CACtC;AAED,MAAM,WAAW,oBAAoB;IACjC,4DAA4D;IAC5D,kBAAkB,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;IACjC,mCAAmC;IACnC,gBAAgB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC9B,0CAA0C;IAC1C,kBAAkB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAChC;;;;;OAKG;IACH,yBAAyB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACvC;;;;;;OAMG;IACH,mBAAmB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACjC;;;;;OAKG;IACH,eAAe,EAAE,WAAW,CAAC,wBAAwB,EAAE,CAAC,CAAC;IACzD;;;;;OAKG;IACH,qBAAqB,EAAE,WAAW,CAAC,wBAAwB,EAAE,CAAC,CAAC;IAC/D,iCAAiC;IACjC,kBAAkB,EAAE,WAAW,CAAC,wBAAwB,GAAG,IAAI,CAAC,CAAC;IACjE,kCAAkC;IAClC,iBAAiB,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACxC,kCAAkC;IAClC,iBAAiB,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACxC,uCAAuC;IACvC,oBAAoB,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAC3C;;;;;OAKG;IACH,aAAa,EAAE,CAAC,MAAM,EAAE,eAAe,EAAE,SAAS,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACrE,mCAAmC;IACnC,cAAc,EAAE,CAAC,MAAM,EAAE,eAAe,KAAK,IAAI,CAAC;IAClD,sBAAsB;IACtB,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B;;;;OAIG;IACH,4BAA4B,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACtD,kBAAkB;IAClB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,kBAAkB;IAClB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,4BAA4B;IAC5B,sBAAsB,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACzE;;;;;OAKG;IACH,6BAA6B,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;CACtD;AAyBD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,wBAAgB,cAAc,CAC1B,SAAS,EAAE,GAAG,CAAC,iBAAiB,CAAC,GAClC,oBAAoB,CAoLtB"}
1
+ {"version":3,"file":"useFilePreview.d.ts","sourceRoot":"","sources":["../../../src/components/hooks/useFilePreview.ts"],"names":[],"mappings":"AAAA,6CAA6C;AAC7C;;GAEG;AAEH,OAAO,EAAiB,KAAK,WAAW,EAAE,KAAK,GAAG,EAAE,MAAM,KAAK,CAAC;AAGhE,OAAO,EAEH,KAAK,eAAe,EACvB,MAAM,yBAAyB,CAAC;AAEjC,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,kEAAkE,CAAC;AAWjH,MAAM,WAAW,iBAAiB;IAC9B;;;;;;;OAOG;IACH,eAAe,EAAE,eAAe,EAAE,CAAC;CACtC;AAED,MAAM,WAAW,oBAAoB;IACjC,4DAA4D;IAC5D,kBAAkB,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;IACjC,mCAAmC;IACnC,gBAAgB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC9B,0CAA0C;IAC1C,kBAAkB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAChC;;;;;OAKG;IACH,yBAAyB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACvC;;;;;;OAMG;IACH,mBAAmB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACjC;;;;;OAKG;IACH,eAAe,EAAE,WAAW,CAAC,wBAAwB,EAAE,CAAC,CAAC;IACzD;;;;;OAKG;IACH,qBAAqB,EAAE,WAAW,CAAC,wBAAwB,EAAE,CAAC,CAAC;IAC/D,iCAAiC;IACjC,kBAAkB,EAAE,WAAW,CAAC,wBAAwB,GAAG,IAAI,CAAC,CAAC;IACjE,kCAAkC;IAClC,iBAAiB,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACxC,kCAAkC;IAClC,iBAAiB,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACxC,uCAAuC;IACvC,oBAAoB,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAC3C;;;;;OAKG;IACH,aAAa,EAAE,CAAC,MAAM,EAAE,eAAe,EAAE,SAAS,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACrE,mCAAmC;IACnC,cAAc,EAAE,CAAC,MAAM,EAAE,eAAe,KAAK,IAAI,CAAC;IAClD,sBAAsB;IACtB,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B;;;;OAIG;IACH,4BAA4B,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACtD,kBAAkB;IAClB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,kBAAkB;IAClB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,4BAA4B;IAC5B,sBAAsB,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACzE;;;;;OAKG;IACH,6BAA6B,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;CACtD;AAyBD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,wBAAgB,cAAc,CAC1B,SAAS,EAAE,GAAG,CAAC,iBAAiB,CAAC,GAClC,oBAAoB,CAoLtB"}
@@ -1,7 +1,7 @@
1
1
  import { Ref, InjectionKey } from 'vue';
2
2
  /** 图标库的默认 iconfont CSS 地址 注意 这个是旧的地址 每次更新后都需要替换最新的地址*/
3
- export declare const HB_ICON_DEFAULT_CSS_URL = "//at.alicdn.com/t/c/font_5174416_x116sg1gb1q.css";
4
- export declare const HB_ICON_DEFAULT_SYMBOL_CSS_URL = "//at.alicdn.com/t/c/font_5174416_x116sg1gb1q.js";
3
+ export declare const HB_ICON_DEFAULT_CSS_URL = "//at.alicdn.com/t/c/font_5174416_vythqmwzln.css";
4
+ export declare const HB_ICON_DEFAULT_SYMBOL_CSS_URL = "//at.alicdn.com/t/c/font_5174416_vythqmwzln.js";
5
5
  /** 图标渲染模式:字体 class 或多色 SVG Symbol */
6
6
  export type HbLibIconMode = 'font' | 'symbol';
7
7
  /** 通过 app.use(HbLibIconList, options) 注入的全局配置 */
@@ -37,13 +37,13 @@ export interface UseIconfontOptions {
37
37
  */
38
38
  symbolIdScope?: string | boolean;
39
39
  }
40
- /** 是否为 iconfontSymbol(彩色 SVG)」类型的 `.js` 地址 */
40
+ /** @hb-doc 判断 iconfont 资源地址是否为 Symbol(彩色 SVG)类型的 .js 文件。 */
41
41
  export declare function isIconfontSymbolJsUrl(url: string): boolean;
42
42
  /**
43
43
  * 在 iconfont Symbol 脚本文本中,为每个 `<symbol id="...">` 增加前缀(仅匹配 symbol 标签上的 id)。
44
44
  */
45
45
  export declare function prefixSymbolIdsInIconfontJs(jsText: string, scopePrefix: string): string;
46
- /** injectIconfontJs 内脚本节点 id 规则一致,便于外部判断精灵根节点 id */
46
+ /** @hb-doc 根据资源 URL 生成与 inject 逻辑一致的 Symbol 精灵根节点 id */
47
47
  export declare function getIconfontSpriteRootId(resolvedUrl: string, injectCacheKey?: string): string;
48
48
  /**
49
49
  * 为 iconfont Symbol 脚本里**第一个**根级 `<svg>` 设置稳定 `id`,便于 DOM 去重:
@@ -51,6 +51,8 @@ export declare function getIconfontSpriteRootId(resolvedUrl: string, injectCache
51
51
  */
52
52
  export declare function ensureRootSvgSpriteIdInIconfontJs(jsText: string, spriteRootId: string): string;
53
53
  /**
54
+ * @hb-doc 动态加载 iconfont CSS 或 Symbol JS,并维护加载状态和图标列表。
55
+ *
54
56
  * 加载并解析 iconfont 资源(CSS 字体或 Symbol JS)的组合式函数。
55
57
  *
56
58
  * 子树单独换地址:在本页 `setup` 中调用本 hook,再对子组件 `provide('iconBaseClass', …)` 等同 main 的四个 key,
@@ -1 +1 @@
1
- {"version":3,"file":"useIconfont.d.ts","sourceRoot":"","sources":["../../../src/components/hooks/useIconfont.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,KAAK,GAAG,EAAE,MAAM,KAAK,CAAC;AAC5D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,KAAK,CAAC;AAExC,uDAAuD;AACvD,eAAO,MAAM,uBAAuB,qDACkB,CAAC;AAEvD,eAAO,MAAM,8BAA8B,oDACU,CAAC;AACtD,qCAAqC;AACrC,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,QAAQ,CAAC;AAE9C,iDAAiD;AACjD,MAAM,WAAW,sBAAsB;IACnC,4DAA4D;IAC5D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,qCAAqC;IACrC,IAAI,CAAC,EAAE,aAAa,CAAC;CACxB;AAED,2BAA2B;AAC3B,eAAO,MAAM,kBAAkB,EAAE,YAAY,CAAC,sBAAsB,CACpC,CAAC;AAKjC,MAAM,WAAW,iBAAiB;IAC9B,sDAAsD;IACtD,aAAa,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC3B,mEAAmE;IACnE,UAAU,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACxB,2CAA2C;IAC3C,WAAW,EAAE,GAAG,CAAC,MAAM,EAAE,CAAC,CAAC;IAC3B,oEAAoE;IACpE,QAAQ,EAAE,GAAG,CAAC,aAAa,CAAC,CAAC;CAChC;AAED;;;;;GAKG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACpC;AAQD,+CAA+C;AAC/C,wBAAgB,qBAAqB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAG1D;AAoBD;;GAEG;AACH,wBAAgB,2BAA2B,CACvC,MAAM,EAAE,MAAM,EACd,WAAW,EAAE,MAAM,GACpB,MAAM,CAOR;AAED,sDAAsD;AACtD,wBAAgB,uBAAuB,CACnC,WAAW,EAAE,MAAM,EACnB,cAAc,SAAK,GACpB,MAAM,CAIR;AAED;;;GAGG;AACH,wBAAgB,iCAAiC,CAC7C,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,MAAM,GACrB,MAAM,CAOR;AAiID;;;;;;;;;GASG;AACH,wBAAgB,WAAW,CACvB,MAAM,CAAC,EAAE,GAAG,EACZ,IAAI,GAAE,MAAM,GAAG,QAAiB,EAChC,OAAO,CAAC,EAAE,kBAAkB,GAC7B,iBAAiB,CAoFnB"}
1
+ {"version":3,"file":"useIconfont.d.ts","sourceRoot":"","sources":["../../../src/components/hooks/useIconfont.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,KAAK,GAAG,EAAE,MAAM,KAAK,CAAC;AAC5D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,KAAK,CAAC;AAExC,uDAAuD;AACvD,eAAO,MAAM,uBAAuB,oDACiB,CAAC;AAEtD,eAAO,MAAM,8BAA8B,mDACS,CAAC;AACrD,qCAAqC;AACrC,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,QAAQ,CAAC;AAE9C,iDAAiD;AACjD,MAAM,WAAW,sBAAsB;IACnC,4DAA4D;IAC5D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,qCAAqC;IACrC,IAAI,CAAC,EAAE,aAAa,CAAC;CACxB;AAED,2BAA2B;AAC3B,eAAO,MAAM,kBAAkB,EAAE,YAAY,CAAC,sBAAsB,CACpC,CAAC;AAKjC,MAAM,WAAW,iBAAiB;IAC9B,sDAAsD;IACtD,aAAa,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC3B,mEAAmE;IACnE,UAAU,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACxB,2CAA2C;IAC3C,WAAW,EAAE,GAAG,CAAC,MAAM,EAAE,CAAC,CAAC;IAC3B,oEAAoE;IACpE,QAAQ,EAAE,GAAG,CAAC,aAAa,CAAC,CAAC;CAChC;AAED;;;;;GAKG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACpC;AAQD,4DAA4D;AAC5D,wBAAgB,qBAAqB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAG1D;AAoBD;;GAEG;AACH,wBAAgB,2BAA2B,CACvC,MAAM,EAAE,MAAM,EACd,WAAW,EAAE,MAAM,GACpB,MAAM,CAOR;AAED,yDAAyD;AACzD,wBAAgB,uBAAuB,CACnC,WAAW,EAAE,MAAM,EACnB,cAAc,SAAK,GACpB,MAAM,CAIR;AAED;;;GAGG;AACH,wBAAgB,iCAAiC,CAC7C,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,MAAM,GACrB,MAAM,CAOR;AAiID;;;;;;;;;;;GAWG;AACH,wBAAgB,WAAW,CACvB,MAAM,CAAC,EAAE,GAAG,EACZ,IAAI,GAAE,MAAM,GAAG,QAAiB,EAChC,OAAO,CAAC,EAAE,kBAAkB,GAC7B,iBAAiB,CAoFnB"}
@@ -1 +1 @@
1
- {"version":3,"file":"useListFormItem.d.ts","sourceRoot":"","sources":["../../../src/components/hooks/useListFormItem.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oEAAoE,CAAC;AAI7G,QAAA,MAAM,eAAe,GAAI,OAAO,kBAAkB,EAAE;;;mCAMV,GAAG;CAgB5C,CAAC;AAEF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"useListFormItem.d.ts","sourceRoot":"","sources":["../../../src/components/hooks/useListFormItem.ts"],"names":[],"mappings":";AAAA,qCAAqC;AACrC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oEAAoE,CAAC;AAI7G,QAAA,MAAM,eAAe,GAAI,OAAO,kBAAkB,EAAE;;;mCAMV,GAAG;CAgB5C,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useModalDrag.d.ts","sourceRoot":"","sources":["../../../src/components/hooks/useModalDrag.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY,GAAI,WAAW,MAAM;;;;CAoEtC,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"useModalDrag.d.ts","sourceRoot":"","sources":["../../../src/components/hooks/useModalDrag.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,YAAY,GAAI,WAAW,MAAM;;;;CAoEtC,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1,4 +1,5 @@
1
- /**
1
+ /** @hb-doc 创建组件 BEM 命名空间。
2
+ *
2
3
  * 创建 BEM风格的类名
3
4
  * bem(block, element, modifier)
4
5
  * 比如 hhb-button
@@ -1 +1 @@
1
- {"version":3,"file":"createBem.d.ts","sourceRoot":"","sources":["../../../src/components/utils/createBem.ts"],"names":[],"mappings":"AAEA;;;;;;;;;KASK;AACL,eAAO,MAAM,eAAe,GAAI,OAAM,MAAW;gBAoBjC,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"}
1
+ {"version":3,"file":"createBem.d.ts","sourceRoot":"","sources":["../../../src/components/utils/createBem.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;KAUK;AACL,eAAO,MAAM,eAAe,GAAI,OAAM,MAAW;gBAoBjC,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"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/utils/directives/click_outside/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAA6C,eAAe,EAAE,MAAM,KAAK,CAAA;AAkErF,QAAA,MAAM,YAAY,EAAE,eAmCnB,CAAA;AAED,eAAe,YAAY,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/utils/directives/click_outside/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAA6C,eAAe,EAAE,MAAM,KAAK,CAAA;AAkErF,QAAA,MAAM,YAAY,EAAE,eAmCnB,CAAA;AAED,eAAe,YAAY,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/utils/directives/debounce_click/index.ts"],"names":[],"mappings":"AAAA;;;;;;KAMK;AAEL,OAAO,EAAE,gBAAgB,EAAE,MAAM,KAAK,CAAC;AAEvC,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,WAAW;QACjB,mBAAmB,EAAE,CAAC,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC;KAC/D;CACJ;;gBAGe,WAAW,WAAW,gBAAgB;kBAuBpC,WAAW;;AAxB7B,wBA+BE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/utils/directives/debounce_click/index.ts"],"names":[],"mappings":"AAAA,oCAAoC;AACpC;;;;;;KAMK;AAEL,OAAO,EAAE,gBAAgB,EAAE,MAAM,KAAK,CAAC;AAEvC,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,WAAW;QACjB,mBAAmB,EAAE,CAAC,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC;KAC/D;CACJ;;gBAGe,WAAW,WAAW,gBAAgB;kBAuBpC,WAAW;;AAxB7B,wBA+BE"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/utils/directives/v_copy/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,KAAK,CAAC;AAEvC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,WAAW;QACnB,WAAW,EAAE,GAAG,CAAC;QACjB,iBAAiB,EAAE,GAAG,CAAC;QACvB,iBAAiB,EAAE,GAAG,CAAC;KACxB;CACF;;gBAiBa,WAAW,WAAW,gBAAgB;gBAgBtC,WAAW,WAAW,gBAAgB;kBAMpC,WAAW;;AAvB3B,wBAmCE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/utils/directives/v_copy/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,KAAK,CAAC;AAEvC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,WAAW;QACnB,WAAW,EAAE,GAAG,CAAC;QACjB,iBAAiB,EAAE,GAAG,CAAC;QACvB,iBAAiB,EAAE,GAAG,CAAC;KACxB;CACF;;gBAiBa,WAAW,WAAW,gBAAgB;gBAgBtC,WAAW,WAAW,gBAAgB;kBAMpC,WAAW;;AAvB3B,wBAmCE"}