@gisce/react-ooui 2.21.0 → 2.21.2
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 +2018 -2008
- package/dist/react-ooui.es.js.map +1 -1
- package/dist/widgets/base/Selection.d.ts.map +1 -1
- package/dist/widgets/views/Graph/Graph.d.ts +1 -0
- package/dist/widgets/views/Graph/Graph.d.ts.map +1 -1
- package/dist/widgets/views/Graph/GraphChart.d.ts +2 -1
- package/dist/widgets/views/Graph/GraphChart.d.ts.map +1 -1
- package/dist/widgets/views/Graph/GraphChartComp.d.ts +2 -1
- package/dist/widgets/views/Graph/GraphChartComp.d.ts.map +1 -1
- package/dist/widgets/views/Graph/GraphServer.d.ts +1 -0
- package/dist/widgets/views/Graph/GraphServer.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Selection.d.ts","sourceRoot":"","sources":["../../../src/widgets/base/Selection.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Selection.d.ts","sourceRoot":"","sources":["../../../src/widgets/base/Selection.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAQtC,eAAO,MAAM,SAAS,UAAW,WAAW,4CAS3C,CAAC;AAEF,KAAK,mBAAmB,GAAG,WAAW,GAAG;IACvC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IAChC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,cAAc,UAAW,mBAAmB,4CAmCxD,CAAC"}
|
|
@@ -6,6 +6,7 @@ export type GraphProps = {
|
|
|
6
6
|
context: any;
|
|
7
7
|
limit?: number;
|
|
8
8
|
manualIds?: number[];
|
|
9
|
+
fixedHeight?: boolean;
|
|
9
10
|
};
|
|
10
11
|
export declare const Graph: import("react").ForwardRefExoticComponent<GraphProps & import("react").RefAttributes<unknown>>;
|
|
11
12
|
//# sourceMappingURL=Graph.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Graph.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Graph/Graph.tsx"],"names":[],"mappings":";AAyBA,MAAM,MAAM,UAAU,GAAG;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,GAAG,CAAC;IACZ,OAAO,EAAE,GAAG,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"Graph.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Graph/Graph.tsx"],"names":[],"mappings":";AAyBA,MAAM,MAAM,UAAU,GAAG;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,GAAG,CAAC;IACZ,OAAO,EAAE,GAAG,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAqGF,eAAO,MAAM,KAAK,gGAAwB,CAAC"}
|
|
@@ -6,6 +6,7 @@ export type GraphChartProps = {
|
|
|
6
6
|
ooui: GraphChartOoui;
|
|
7
7
|
limit?: number;
|
|
8
8
|
manualIds?: number[];
|
|
9
|
+
fixedHeight?: boolean;
|
|
9
10
|
};
|
|
10
|
-
export declare const GraphChart: ({ ooui, model, domain, context, limit, manualIds, }: GraphChartProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare const GraphChart: ({ ooui, model, domain, context, limit, manualIds, fixedHeight, }: GraphChartProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
12
|
//# sourceMappingURL=GraphChart.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GraphChart.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Graph/GraphChart.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,GAAG,CAAC;IACZ,OAAO,EAAE,GAAG,CAAC;IACb,IAAI,EAAE,cAAc,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"GraphChart.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Graph/GraphChart.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,GAAG,CAAC;IACZ,OAAO,EAAE,GAAG,CAAC;IACb,IAAI,EAAE,cAAc,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,UAAU,qEAQpB,eAAe,4CAuCjB,CAAC"}
|
|
@@ -6,6 +6,7 @@ export type GraphCompProps = {
|
|
|
6
6
|
isStack: boolean;
|
|
7
7
|
numItems: number;
|
|
8
8
|
yAxisOpts?: YAxisOpts;
|
|
9
|
+
fixedHeight?: boolean;
|
|
9
10
|
};
|
|
10
|
-
export declare const GraphChartComp: ({ type, data, isGroup, isStack, numItems, yAxisOpts, }: GraphCompProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare const GraphChartComp: ({ type, data, isGroup, isStack, numItems, yAxisOpts, fixedHeight, }: GraphCompProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
12
|
//# sourceMappingURL=GraphChartComp.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GraphChartComp.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Graph/GraphChartComp.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"GraphChartComp.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Graph/GraphChartComp.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAYnD,MAAM,MAAM,cAAc,GAAG;IAC3B,IAAI,EAAE,SAAS,CAAC;IAChB,IAAI,EAAE,GAAG,EAAE,CAAC;IACZ,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,cAAc,wEAQxB,cAAc,4CA6GhB,CAAC"}
|
|
@@ -5,6 +5,7 @@ export type GraphProps = {
|
|
|
5
5
|
domain: any;
|
|
6
6
|
context: any;
|
|
7
7
|
manualIds?: number[];
|
|
8
|
+
fixedHeight?: boolean;
|
|
8
9
|
};
|
|
9
10
|
export declare const GraphServer: import("react").ForwardRefExoticComponent<GraphProps & import("react").RefAttributes<unknown>>;
|
|
10
11
|
//# sourceMappingURL=GraphServer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GraphServer.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Graph/GraphServer.tsx"],"names":[],"mappings":";AAgBA,MAAM,MAAM,UAAU,GAAG;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,GAAG,CAAC;IACZ,OAAO,EAAE,GAAG,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"GraphServer.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Graph/GraphServer.tsx"],"names":[],"mappings":";AAgBA,MAAM,MAAM,UAAU,GAAG;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,GAAG,CAAC;IACZ,OAAO,EAAE,GAAG,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAiFF,eAAO,MAAM,WAAW,gGAAwB,CAAC"}
|