@hxtos/hx-components 0.23.2 → 0.24.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.
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +4 -6
- package/dist/index.umd.js +35 -35
- package/dist/src/components/IconListMenu/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -24,3 +24,4 @@ export { default as Tooltip } from './src/components/Tooltip';
|
|
|
24
24
|
export { default as UploadFile } from './src/components/UploadFile';
|
|
25
25
|
export { default as UserMenu } from './src/components/UserMenu';
|
|
26
26
|
export { default as BaseField } from './src/components/Field/BaseField';
|
|
27
|
+
export { default as IconListMenu } from './src/components/IconListMenu';
|
package/dist/index.es.js
CHANGED
|
@@ -24003,14 +24003,11 @@ function Hte({
|
|
|
24003
24003
|
fe(!0);
|
|
24004
24004
|
}
|
|
24005
24005
|
function ee() {
|
|
24006
|
-
|
|
24007
|
-
|
|
24008
|
-
return;
|
|
24009
|
-
}
|
|
24010
|
-
ke(!0);
|
|
24006
|
+
const ae = Math.ceil(a / be);
|
|
24007
|
+
z >= ae - 1 ? ke(!1) : ke(!0);
|
|
24011
24008
|
}
|
|
24012
24009
|
k(), ee();
|
|
24013
|
-
}, [z, a]), /* @__PURE__ */ E.jsxs(Qy, { children: [
|
|
24010
|
+
}, [z, a, be]), /* @__PURE__ */ E.jsxs(Qy, { children: [
|
|
24014
24011
|
r && /* @__PURE__ */ E.jsx(cte, { setFilter: Ye, placeholder: c }),
|
|
24015
24012
|
n && /* @__PURE__ */ E.jsx(a4, { spinnerMessage: l }),
|
|
24016
24013
|
e.length === 0 && !n && /* @__PURE__ */ E.jsx(t4, { noRecordsMessage: u }),
|
|
@@ -28440,6 +28437,7 @@ export {
|
|
|
28440
28437
|
b9 as ErrorMessage,
|
|
28441
28438
|
$te as Header,
|
|
28442
28439
|
y9 as HelperMessage,
|
|
28440
|
+
Cte as IconListMenu,
|
|
28443
28441
|
FU as Input,
|
|
28444
28442
|
C9 as Label,
|
|
28445
28443
|
w9 as Navbar,
|