@hb-hellotech/hb-ui 2.5.0 → 2.6.0
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.
|
@@ -4,6 +4,6 @@ import { default as HbLibSort } from './hb_func_comp_sort';
|
|
|
4
4
|
import { default as HbUiConfig } from './hb_ui_config';
|
|
5
5
|
import { default as HbLibLoading } from './hb_func_loading';
|
|
6
6
|
import { default as HbLibFilePreview } from './hb_func_file_preview';
|
|
7
|
-
import { default as
|
|
8
|
-
export { HbLibCopy, HbLibSort, HbDragInstall as HbLibFuncCompDrag, HbUiConfig, HbLibLoading, HbLibFilePreview,
|
|
7
|
+
import { default as HbLibIconList } from './hb_func_icon_list';
|
|
8
|
+
export { HbLibCopy, HbLibSort, HbDragInstall as HbLibFuncCompDrag, HbUiConfig, HbLibLoading, HbLibFilePreview, HbLibIconList, };
|
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/func_comp/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,qBAAqB,CAAC;AAC5C,OAAO,aAAa,MAAM,qBAAqB,CAAC;AAChD,OAAO,SAAS,MAAM,qBAAqB,CAAC;AAC5C,OAAO,UAAU,MAAM,gBAAgB,CAAC;AACxC,OAAO,YAAY,MAAM,mBAAmB,CAAC;AAC7C,OAAO,gBAAgB,MAAM,wBAAwB,CAAC;AACtD,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/func_comp/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,qBAAqB,CAAC;AAC5C,OAAO,aAAa,MAAM,qBAAqB,CAAC;AAChD,OAAO,SAAS,MAAM,qBAAqB,CAAC;AAC5C,OAAO,UAAU,MAAM,gBAAgB,CAAC;AACxC,OAAO,YAAY,MAAM,mBAAmB,CAAC;AAC7C,OAAO,gBAAgB,MAAM,wBAAwB,CAAC;AACtD,OAAO,aAAa,MAAM,qBAAqB,CAAC;AAChD,OAAO,EACH,SAAS,EACT,SAAS,EACT,aAAa,IAAI,iBAAiB,EAClC,UAAU,EACV,YAAY,EACZ,gBAAgB,EAChB,aAAa,GAChB,CAAC"}
|
package/dist/hb_component_lib.js
CHANGED
|
@@ -4409,7 +4409,7 @@ const Fi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4409
4409
|
HbLibFormItemFilterModal: Mo,
|
|
4410
4410
|
HbLibFormTooltipSelect: Ta,
|
|
4411
4411
|
HbLibFuncCompDrag: Jn,
|
|
4412
|
-
|
|
4412
|
+
HbLibIconList: Xt,
|
|
4413
4413
|
HbLibImportFile: Oa,
|
|
4414
4414
|
HbLibListBtnsAct: el,
|
|
4415
4415
|
HbLibListForm: Eo,
|
|
@@ -4817,7 +4817,7 @@ export {
|
|
|
4817
4817
|
Mo as HbLibFormItemFilterModal,
|
|
4818
4818
|
Ta as HbLibFormTooltipSelect,
|
|
4819
4819
|
Jn as HbLibFuncCompDrag,
|
|
4820
|
-
Xt as
|
|
4820
|
+
Xt as HbLibIconList,
|
|
4821
4821
|
Oa as HbLibImportFile,
|
|
4822
4822
|
el as HbLibListBtnsAct,
|
|
4823
4823
|
Eo as HbLibListForm,
|