@gisce/react-ooui 1.2.11-rc.0 → 1.2.11
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 +406 -412
- 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;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,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;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AA8GF,iBAAS,IAAI,CAAC,KAAK,EAAE,KAAK,GAAG,KAAK,CAAC,YAAY,CA8M9C;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
|
|
|
@@ -117,7 +117,7 @@ const imageComponent = (value: string): React.ReactElement => {
|
|
|
117
117
|
};
|
|
118
118
|
|
|
119
119
|
const TagComponent = (
|
|
120
|
-
|
|
120
|
+
value: any,
|
|
121
121
|
key: string,
|
|
122
122
|
ooui: any,
|
|
123
123
|
context: any
|
|
@@ -126,12 +126,14 @@ const TagComponent = (
|
|
|
126
126
|
};
|
|
127
127
|
|
|
128
128
|
const SelectionComponent = (
|
|
129
|
-
|
|
129
|
+
value: any,
|
|
130
130
|
key: string,
|
|
131
131
|
ooui: any,
|
|
132
132
|
context: any
|
|
133
133
|
): React.ReactElement => {
|
|
134
|
-
return
|
|
134
|
+
return (
|
|
135
|
+
<>{ooui.selectionValues.get(value)}</>
|
|
136
|
+
);
|
|
135
137
|
};
|
|
136
138
|
|
|
137
139
|
const referenceComponent = (
|
|
@@ -151,12 +153,9 @@ const referenceComponent = (
|
|
|
151
153
|
);
|
|
152
154
|
};
|
|
153
155
|
|
|
154
|
-
const AvatarFn = (
|
|
155
|
-
value
|
|
156
|
-
|
|
157
|
-
ooui: any,
|
|
158
|
-
context: any
|
|
159
|
-
): React.ReactElement => <Avatar ooui={ooui} value={value} />;
|
|
156
|
+
const AvatarFn = (value: any, key:string, ooui: any, context: any): React.ReactElement => (
|
|
157
|
+
<Avatar ooui={ooui} value={value} />
|
|
158
|
+
)
|
|
160
159
|
|
|
161
160
|
function Tree(props: Props): React.ReactElement {
|
|
162
161
|
const {
|
|
@@ -307,7 +306,9 @@ function Tree(props: Props): React.ReactElement {
|
|
|
307
306
|
summary.push(`${sumField.label}: ${Math.round(total * 100) / 100}`);
|
|
308
307
|
});
|
|
309
308
|
|
|
310
|
-
return
|
|
309
|
+
return (
|
|
310
|
+
<div className="p-1 pb-0 pl-2 mt-2 ">{summary.join(", ")}</div>
|
|
311
|
+
);
|
|
311
312
|
}
|
|
312
313
|
|
|
313
314
|
let dataTable;
|
|
@@ -330,12 +331,11 @@ function Tree(props: Props): React.ReactElement {
|
|
|
330
331
|
) : (
|
|
331
332
|
<div>
|
|
332
333
|
{pagination()}
|
|
333
|
-
{loading && <Spin className="pb-4" />}
|
|
334
334
|
<GisceTable
|
|
335
335
|
height={adjustedHeight!}
|
|
336
336
|
columns={dataTable.columns}
|
|
337
337
|
dataSource={items}
|
|
338
|
-
loading={
|
|
338
|
+
loading={loading}
|
|
339
339
|
loadingComponent={<Spin />}
|
|
340
340
|
onRowStyle={(record: any) => {
|
|
341
341
|
if (colorsForResults![record.id]) {
|