@gisce/react-ooui 2.6.0-alpha.5 → 2.6.0-alpha.7
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/react-ooui.es.js +1456 -1400
- package/dist/react-ooui.es.js.map +1 -1
- package/dist/widgets/views/Dashboard/DashboardTree.d.ts +3 -1
- package/dist/widgets/views/Dashboard/DashboardTree.d.ts.map +1 -1
- package/dist/widgets/views/DashboardGrid/ResizeAwareComp.d.ts +11 -0
- package/dist/widgets/views/DashboardGrid/ResizeAwareComp.d.ts.map +1 -0
- package/dist/widgets/views/Graph/GraphChart.d.ts.map +1 -1
- package/dist/widgets/views/Graph/GraphDefaults.d.ts +2 -9
- package/dist/widgets/views/Graph/GraphDefaults.d.ts.map +1 -1
- package/package.json +4 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { TreeView } from '../../../*/types/index';
|
|
2
3
|
type OnRowClickedData = {
|
|
3
4
|
id: number;
|
|
@@ -14,5 +15,6 @@ type Props = {
|
|
|
14
15
|
parentContext?: any;
|
|
15
16
|
};
|
|
16
17
|
declare function DashboardTree(props: Props): import("react/jsx-runtime").JSX.Element | null;
|
|
17
|
-
|
|
18
|
+
declare const _default: import("react").MemoExoticComponent<typeof DashboardTree>;
|
|
19
|
+
export default _default;
|
|
18
20
|
//# sourceMappingURL=DashboardTree.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DashboardTree.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Dashboard/DashboardTree.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAY,QAAQ,EAAE,MAAM,eAAe,CAAC;AAOnD,KAAK,gBAAgB,GAAG;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,QAAQ,CAAC;CACpB,CAAC;AAEF,KAAK,KAAK,GAAG;IACX,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,CAAC,IAAI,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAC/C,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,aAAa,CAAC,EAAE,GAAG,CAAC;CACrB,CAAC;AAEF,iBAAS,aAAa,CAAC,KAAK,EAAE,KAAK,kDA+MlC
|
|
1
|
+
{"version":3,"file":"DashboardTree.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Dashboard/DashboardTree.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAY,QAAQ,EAAE,MAAM,eAAe,CAAC;AAOnD,KAAK,gBAAgB,GAAG;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,QAAQ,CAAC;CACpB,CAAC;AAEF,KAAK,KAAK,GAAG;IACX,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,CAAC,IAAI,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAC/C,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,aAAa,CAAC,EAAE,GAAG,CAAC;CACrB,CAAC;AAEF,iBAAS,aAAa,CAAC,KAAK,EAAE,KAAK,kDA+MlC;;AACD,wBAAmC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface Size {
|
|
3
|
+
width: number;
|
|
4
|
+
height: number;
|
|
5
|
+
}
|
|
6
|
+
interface Props {
|
|
7
|
+
children: (size: Size) => React.ReactNode;
|
|
8
|
+
}
|
|
9
|
+
export declare const ResizeAwareComp: React.FC<Props>;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=ResizeAwareComp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ResizeAwareComp.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/DashboardGrid/ResizeAwareComp.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAI3D,UAAU,IAAI;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,KAAK;IACb,QAAQ,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,KAAK,CAAC,SAAS,CAAC;CAC3C;AAED,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CA6C3C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GraphChart.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Graph/GraphChart.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"GraphChart.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Graph/GraphChart.tsx"],"names":[],"mappings":"AAeA,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,GAAG,CAAC;IACZ,OAAO,EAAE,GAAG,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,UAAU,UAAW,eAAe,4CAiGhD,CAAC"}
|
|
@@ -24,17 +24,10 @@ declare const DefaultGraphOptions: {
|
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
26
|
pie: {
|
|
27
|
+
autoFit: boolean;
|
|
27
28
|
appendPadding: number;
|
|
28
29
|
radius: number;
|
|
29
|
-
label:
|
|
30
|
-
type: string;
|
|
31
|
-
offset: string;
|
|
32
|
-
content: ({ percent }: any) => string;
|
|
33
|
-
style: {
|
|
34
|
-
fontSize: number;
|
|
35
|
-
textAlign: string;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
30
|
+
label: null;
|
|
38
31
|
legend: {
|
|
39
32
|
maxWidthRatio: number;
|
|
40
33
|
maxItemWidth: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GraphDefaults.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Graph/GraphDefaults.ts"],"names":[],"mappings":"AA2CA,QAAA,MAAM,mBAAmB;;;;;;mCA/BK,GAAG;;;;;mCAAH,GAAG;;;;;;;;gCATf,GAAG
|
|
1
|
+
{"version":3,"file":"GraphDefaults.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Graph/GraphDefaults.ts"],"names":[],"mappings":"AA2CA,QAAA,MAAM,mBAAmB;;;;;;mCA/BK,GAAG;;;;;mCAAH,GAAG;;;;;;;;gCATf,GAAG;;;;;;;;;;;;;;;;gCAAH,GAAG;;;;;;;;;;;;;;;;gCAAH,GAAG;;;;;;;mCASS,GAAG;;;;;mCAAH,GAAG;;;;;;;;;;CAyGhC,CAAC;AA6CF,eAAe,mBAAmB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gisce/react-ooui",
|
|
3
|
-
"version": "2.6.0-alpha.
|
|
3
|
+
"version": "2.6.0-alpha.7",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": "20.5.0"
|
|
6
6
|
},
|
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
"buffer": "^6.0.3",
|
|
45
45
|
"file-type-buffer-browser": "git+ssh://git@github.com/mguellsegarra/file-type-buffer-browser.git",
|
|
46
46
|
"interweave": "^13.0.0",
|
|
47
|
+
"lodash.debounce": "^4.0.8",
|
|
47
48
|
"md5": "^2.3.0",
|
|
48
49
|
"nanoid": "^5.0.4",
|
|
49
50
|
"react": "18.2.0",
|
|
@@ -53,6 +54,7 @@
|
|
|
53
54
|
"react-markdown": "^9.0.0",
|
|
54
55
|
"react-measure": "^2.5.2",
|
|
55
56
|
"remark-gfm": "^4.0.0",
|
|
57
|
+
"resize-observer-polyfill": "^1.5.1",
|
|
56
58
|
"styled-components": "5.3.5",
|
|
57
59
|
"use-deep-compare": "^1.2.1",
|
|
58
60
|
"use-deep-compare-effect": "^1.8.1",
|
|
@@ -72,6 +74,7 @@
|
|
|
72
74
|
"@storybook/react": "^7.6.5",
|
|
73
75
|
"@storybook/react-vite": "^7.6.5",
|
|
74
76
|
"@types/lodash": "^4.14.170",
|
|
77
|
+
"@types/lodash.debounce": "^4.0.9",
|
|
75
78
|
"@types/md5": "^2.3.2",
|
|
76
79
|
"@types/react": "18.2.18",
|
|
77
80
|
"@types/react-dom": "18.2.7",
|