@gisce/react-ooui 2.0.0-alpha.64 → 2.0.0-alpha.65

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 from "react";
1
+ /// <reference types="react" />
2
2
  import { FormView, TreeView } from '../../*/types/index';
3
3
  type OnRowClickedData = {
4
4
  id: number;
@@ -19,6 +19,6 @@ type Props = {
19
19
  parentContext?: any;
20
20
  onChangeSelectedRowKeys?: (selectedRowKeys: any) => void;
21
21
  };
22
- declare const _default: React.ForwardRefExoticComponent<Props & React.RefAttributes<unknown>>;
22
+ declare const _default: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<unknown>>;
23
23
  export default _default;
24
24
  //# sourceMappingURL=SearchTree.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SearchTree.d.ts","sourceRoot":"","sources":["../../../src/widgets/views/SearchTree.tsx"],"names":[],"mappings":"AAAA,OAAO,KASN,MAAM,OAAO,CAAC;AAKf,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAgBnD,KAAK,gBAAgB,GAAG;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,QAAQ,CAAC;IACnB,QAAQ,EAAE,QAAQ,CAAC;CACpB,CAAC;AAEF,KAAK,KAAK,GAAG;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,YAAY,EAAE,CAAC,IAAI,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAC/C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,GAAG,CAAC;IACpB,uBAAuB,CAAC,EAAE,CAAC,eAAe,EAAE,GAAG,KAAK,IAAI,CAAC;CAC1D,CAAC;;AA6TF,wBAAsC"}
1
+ {"version":3,"file":"SearchTree.d.ts","sourceRoot":"","sources":["../../../src/widgets/views/SearchTree.tsx"],"names":[],"mappings":";AAcA,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAgBnD,KAAK,gBAAgB,GAAG;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,QAAQ,CAAC;IACnB,QAAQ,EAAE,QAAQ,CAAC;CACpB,CAAC;AAEF,KAAK,KAAK,GAAG;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,YAAY,EAAE,CAAC,IAAI,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAC/C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,GAAG,CAAC;IACpB,uBAAuB,CAAC,EAAE,CAAC,eAAe,EAAE,GAAG,KAAK,IAAI,CAAC;CAC1D,CAAC;;AAoWF,wBAAsC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gisce/react-ooui",
3
- "version": "2.0.0-alpha.64",
3
+ "version": "2.0.0-alpha.65",
4
4
  "engines": {
5
5
  "node": "20.5.0"
6
6
  },
@@ -20,9 +20,9 @@
20
20
  }
21
21
  },
22
22
  "scripts": {
23
- "build": "tsc --noEmit && vite build",
23
+ "build": "tsc -p tsconfig.build.json --noEmit && vite build",
24
24
  "dev:vite": "vite build --watch --force",
25
- "dev:tsc": "tsc --noEmit --watch",
25
+ "dev:tsc": "tsc -p tsconfig.build.json --noEmit --watch",
26
26
  "prepare": "husky install",
27
27
  "start": "concurrently npm:dev:*",
28
28
  "check": "lint-staged",
@@ -61,15 +61,13 @@
61
61
  "@semantic-release/exec": "6.0.3",
62
62
  "@semantic-release/git": "10.0.1",
63
63
  "@semantic-release/npm": "10.0.4",
64
- "@storybook/addon-essentials": "^7.4.6",
65
- "@storybook/addon-interactions": "^7.4.6",
66
- "@storybook/addon-knobs": "^7.0.2",
67
- "@storybook/addon-links": "^7.4.6",
68
- "@storybook/addon-onboarding": "^1.0.8",
69
- "@storybook/blocks": "^7.4.6",
70
- "@storybook/react": "^7.4.6",
71
- "@storybook/react-vite": "^7.4.6",
72
- "@storybook/testing-library": "^0.2.2",
64
+ "@storybook/addon-essentials": "^7.6.5",
65
+ "@storybook/addon-interactions": "^7.6.5",
66
+ "@storybook/addon-links": "^7.6.5",
67
+ "@storybook/addon-onboarding": "^1.0.10",
68
+ "@storybook/blocks": "^7.6.5",
69
+ "@storybook/react": "^7.6.5",
70
+ "@storybook/react-vite": "^7.6.5",
73
71
  "@types/lodash": "^4.14.170",
74
72
  "@types/md5": "^2.3.2",
75
73
  "@types/react": "18.2.18",
@@ -98,7 +96,7 @@
98
96
  "prettier": "3.0.1",
99
97
  "rollup-plugin-peer-deps-external": "^2.2.4",
100
98
  "semantic-release": "21.0.7",
101
- "storybook": "^7.4.6",
99
+ "storybook": "^7.6.5",
102
100
  "typescript": "^5.0.4",
103
101
  "vite": "4.5.1",
104
102
  "vite-bundle-visualizer": "^0.10.0",