indicator-ui 0.0.239 → 0.0.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.
@@ -1,4 +1,4 @@
1
- import React, { ReactElement, ReactNode } from "react";
1
+ import React, { Key, ReactElement, ReactNode } from "react";
2
2
  import { InputFieldPropsType } from "../../../ui";
3
3
  /**
4
4
  * При `status === true` - ошибка отсутствует.
@@ -48,6 +48,7 @@ export type INPUT_FIELD_SCHEMA = {
48
48
  * __(То как его будет понимать поле.)__
49
49
  * */
50
50
  deserializeValue?: (data: any) => any;
51
+ _key?: Key | null | undefined;
51
52
  };
52
53
  };
53
54
  export type REACT_NODE_SCHEMA = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "indicator-ui",
3
- "version": "0.0.239",
3
+ "version": "0.0.240",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/types/src/index.d.ts",
6
6
  "style": "dist/index.css",
@@ -25,6 +25,7 @@
25
25
  "@svgr/webpack": "^8.1.0",
26
26
  "@types/jest": "^29.5.14",
27
27
  "@types/node": "^22.13.13",
28
+ "@types/object-hash": "^3.0.6",
28
29
  "@types/react": "^18.2.0",
29
30
  "@types/react-dom": "^18.2.0",
30
31
  "babel-loader": "^9.2.1",
@@ -39,6 +40,7 @@
39
40
  "html-webpack-plugin": "^5.6.3",
40
41
  "jest": "^29.7.0",
41
42
  "mini-css-extract-plugin": "^2.9.2",
43
+ "object-hash": "^3.0.0",
42
44
  "postcss": "^8.5.1",
43
45
  "postcss-import": "^16.1.0",
44
46
  "postcss-loader": "^8.1.1",