@gisce/react-ooui 1.2.8-rc.0 → 1.2.8
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/actionbar/TreeActionBar.d.ts.map +1 -1
- package/dist/hooks/useSearch.d.ts.map +1 -1
- package/dist/react-ooui.es.js +215 -221
- package/dist/react-ooui.es.js.map +1 -1
- package/dist/react-ooui.umd.js +9 -9
- package/dist/react-ooui.umd.js.map +1 -1
- package/dist/widgets/views/Tree.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/actionbar/TreeActionBar.tsx +1 -8
- package/src/hooks/useSearch.ts +0 -1
- package/src/widgets/views/SearchTree.tsx +1 -1
- package/src/widgets/views/Tree.tsx +12 -12
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tree.d.ts","sourceRoot":"","sources":["Tree.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAKvE,OAAO,EAAE,QAAQ,EAAU,MAAM,SAAS,CAAC;AAwB3C,aAAK,KAAK,GAAG;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;IACpB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,mBAAmB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAChE,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,KAAK,IAAI,CAAC;IACrC,YAAY,CAAC,EAAE,GAAG,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,gBAAgB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC7C,YAAY,CAAC,EAAE,CAAC,OAAO,EAAE,GAAG,KAAK,IAAI,CAAC;IACtC,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,wBAAwB,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,GAAG,EAAE,CAAC,CAAC;IACzD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,GAAG,CAAC;CACf,CAAC;
|
|
1
|
+
{"version":3,"file":"Tree.d.ts","sourceRoot":"","sources":["Tree.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAKvE,OAAO,EAAE,QAAQ,EAAU,MAAM,SAAS,CAAC;AAwB3C,aAAK,KAAK,GAAG;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;IACpB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,mBAAmB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAChE,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,KAAK,IAAI,CAAC;IACrC,YAAY,CAAC,EAAE,GAAG,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,gBAAgB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC7C,YAAY,CAAC,EAAE,CAAC,OAAO,EAAE,GAAG,KAAK,IAAI,CAAC;IACtC,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,wBAAwB,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,GAAG,EAAE,CAAC,CAAC;IACzD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,GAAG,CAAC;CACf,CAAC;AA8GF,iBAAS,IAAI,CAAC,KAAK,EAAE,KAAK,GAAG,KAAK,CAAC,YAAY,CA4M9C;AAED,eAAe,IAAI,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { useContext, useState } from "react";
|
|
2
|
-
import { Space
|
|
2
|
+
import { Space } from "antd";
|
|
3
3
|
import ChangeViewButton from "./ChangeViewButton";
|
|
4
4
|
import {
|
|
5
5
|
ActionViewContext,
|
|
@@ -151,13 +151,6 @@ function TreeActionBar(props: Props) {
|
|
|
151
151
|
|
|
152
152
|
return (
|
|
153
153
|
<Space wrap={true}>
|
|
154
|
-
{treeIsLoading && (
|
|
155
|
-
<>
|
|
156
|
-
<Spin />
|
|
157
|
-
{separator()}
|
|
158
|
-
{separator()}
|
|
159
|
-
</>
|
|
160
|
-
)}
|
|
161
154
|
{treeExpandable ? null : (
|
|
162
155
|
<>
|
|
163
156
|
<SearchBar
|
package/src/hooks/useSearch.ts
CHANGED
|
@@ -278,7 +278,6 @@ export const useSearch = (opts: UseSearchOpts) => {
|
|
|
278
278
|
|
|
279
279
|
const changeSort = useCallback(
|
|
280
280
|
(newSorter: any) => {
|
|
281
|
-
if (JSON.stringify(newSorter) === JSON.stringify(sorter)) return;
|
|
282
281
|
setSorter?.(newSorter);
|
|
283
282
|
const sortedResults =
|
|
284
283
|
newSorter !== undefined
|
|
@@ -181,9 +181,9 @@ function SearchTree(props: Props, ref: any) {
|
|
|
181
181
|
setInitialFetchDone(true);
|
|
182
182
|
} catch (error) {
|
|
183
183
|
setInitialError(error);
|
|
184
|
-
setTreeIsLoading?.(false);
|
|
185
184
|
} finally {
|
|
186
185
|
setIsLoading(false);
|
|
186
|
+
setTreeIsLoading?.(false);
|
|
187
187
|
}
|
|
188
188
|
};
|
|
189
189
|
|
|
@@ -116,7 +116,7 @@ const imageComponent = (value: string): React.ReactElement => {
|
|
|
116
116
|
};
|
|
117
117
|
|
|
118
118
|
const TagComponent = (
|
|
119
|
-
|
|
119
|
+
value: any,
|
|
120
120
|
key: string,
|
|
121
121
|
ooui: any,
|
|
122
122
|
context: any
|
|
@@ -125,12 +125,14 @@ const TagComponent = (
|
|
|
125
125
|
};
|
|
126
126
|
|
|
127
127
|
const SelectionComponent = (
|
|
128
|
-
|
|
128
|
+
value: any,
|
|
129
129
|
key: string,
|
|
130
130
|
ooui: any,
|
|
131
131
|
context: any
|
|
132
132
|
): React.ReactElement => {
|
|
133
|
-
return
|
|
133
|
+
return (
|
|
134
|
+
<>{ooui.selectionValues.get(value)}</>
|
|
135
|
+
);
|
|
134
136
|
};
|
|
135
137
|
|
|
136
138
|
const referenceComponent = (
|
|
@@ -150,12 +152,9 @@ const referenceComponent = (
|
|
|
150
152
|
);
|
|
151
153
|
};
|
|
152
154
|
|
|
153
|
-
const AvatarFn = (
|
|
154
|
-
value
|
|
155
|
-
|
|
156
|
-
ooui: any,
|
|
157
|
-
context: any
|
|
158
|
-
): React.ReactElement => <Avatar ooui={ooui} value={value} />;
|
|
155
|
+
const AvatarFn = (value: any, key:string, ooui: any, context: any): React.ReactElement => (
|
|
156
|
+
<Avatar ooui={ooui} value={value} />
|
|
157
|
+
)
|
|
159
158
|
|
|
160
159
|
function Tree(props: Props): React.ReactElement {
|
|
161
160
|
const {
|
|
@@ -305,7 +304,9 @@ function Tree(props: Props): React.ReactElement {
|
|
|
305
304
|
summary.push(`${sumField.label}: ${Math.round(total * 100) / 100}`);
|
|
306
305
|
});
|
|
307
306
|
|
|
308
|
-
return
|
|
307
|
+
return (
|
|
308
|
+
<div className="p-1 pb-0 pl-2 mt-2 ">{summary.join(", ")}</div>
|
|
309
|
+
);
|
|
309
310
|
}
|
|
310
311
|
|
|
311
312
|
let dataTable;
|
|
@@ -328,12 +329,11 @@ function Tree(props: Props): React.ReactElement {
|
|
|
328
329
|
) : (
|
|
329
330
|
<div>
|
|
330
331
|
{pagination()}
|
|
331
|
-
{loading && <Spin className="pb-4" />}
|
|
332
332
|
<GisceTable
|
|
333
333
|
height={adjustedHeight!}
|
|
334
334
|
columns={dataTable.columns}
|
|
335
335
|
dataSource={items}
|
|
336
|
-
loading={
|
|
336
|
+
loading={loading}
|
|
337
337
|
loadingComponent={<Spin />}
|
|
338
338
|
onRowStyle={(record: any) => {
|
|
339
339
|
if (colorsForResults![record.id]) {
|