react-luminus-components 1.3.239 → 1.3.240

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/main.es.js CHANGED
@@ -9474,7 +9474,7 @@ const Ql = ({ src: e, alt: t, baseUrl: r, customToken: n, placeholder: a, ...o }
9474
9474
  return;
9475
9475
  const b = [];
9476
9476
  e.forEach((m) => {
9477
- m[v] != null && b.push({ x: m[t], y: m[v] / h });
9477
+ m[v] != null && b.push({ x: m[t], y: h === 0 ? 0 : m[v] / h });
9478
9478
  }), f.push({
9479
9479
  id: v,
9480
9480
  data: b
@@ -9486,7 +9486,7 @@ const Ql = ({ src: e, alt: t, baseUrl: r, customToken: n, placeholder: a, ...o }
9486
9486
  });
9487
9487
  }), f;
9488
9488
  }, [e, r, a, t]), d = W(() => Math.min(...e.map((f) => f[t] ?? 1 / 0)), [e, t]), u = W(() => typeof (e == null ? void 0 : e[0][t]), [e, t]), g = W(() => !a, [a]);
9489
- return /* @__PURE__ */ s.jsx(
9489
+ return console.log(p), /* @__PURE__ */ s.jsx(
9490
9490
  nd,
9491
9491
  {
9492
9492
  data: p,
@@ -9546,6 +9546,7 @@ const Ql = ({ src: e, alt: t, baseUrl: r, customToken: n, placeholder: a, ...o }
9546
9546
  enableCrosshair: !0,
9547
9547
  enableTouchCrosshair: !0,
9548
9548
  useMesh: !0,
9549
+ animate: !1,
9549
9550
  tooltip: (f) => /* @__PURE__ */ s.jsx(Wx, { data: e, translateKey: n, val: f })
9550
9551
  }
9551
9552
  );
@@ -73,6 +73,8 @@ export type { default as UserLoginState } from './types/UserLoginState';
73
73
  export type { default as NullsOptional } from './types/common/NullsOptional';
74
74
  export type { default as RequireAtLeastOne } from './types/common/RequireAtLeastOne';
75
75
  export type { default as SharedProperties } from './types/common/SharedProperties';
76
+ export type { default as OnlyAttrExtending } from './types/common/OnlyAttrExtending';
77
+ export type { default as KeysExtendingType } from './types/common/KeysExtendingType';
76
78
  export type { default as ILocalizationContext } from './luminus-context-types/ILocalizationContext';
77
79
  export type { default as CommonLuminusIcons } from './luminus-context-types/CommonLuminusIcons';
78
80
  export type { DynamicFormFilters, DynamicFormIndexModel, SettingsFormItem, SettingsFormGroup, } from './types/dynamicForms';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-luminus-components",
3
- "version": "1.3.239",
3
+ "version": "1.3.240",
4
4
  "description": "Library of React Components reusable in Luminus projects (Fleetman, CAFM)",
5
5
  "type": "module",
6
6
  "repository": {