@gisce/react-ooui 2.6.0-alpha.8 → 2.6.0-rc.1
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/helpers/one2manyHelper.d.ts +1 -2
- package/dist/helpers/one2manyHelper.d.ts.map +1 -1
- package/dist/react-ooui.es.js +6072 -6450
- package/dist/react-ooui.es.js.map +1 -1
- package/dist/ui/CenteredSpinner.d.ts +2 -0
- package/dist/ui/CenteredSpinner.d.ts.map +1 -0
- package/dist/ui/RemoveItemDialog.d.ts +3 -2
- package/dist/ui/RemoveItemDialog.d.ts.map +1 -1
- package/dist/ui/UnlinkItemDialog.d.ts +3 -2
- package/dist/ui/UnlinkItemDialog.d.ts.map +1 -1
- package/dist/widgets/base/one2many/One2manyInput.d.ts +12 -4
- package/dist/widgets/base/one2many/One2manyInput.d.ts.map +1 -1
- package/dist/widgets/views/Dashboard/Dashboard.d.ts.map +1 -1
- package/dist/widgets/views/Graph/Graph.d.ts.map +1 -1
- package/dist/widgets/views/Graph/GraphChart.d.ts.map +1 -1
- package/dist/widgets/views/Graph/GraphChartComp.d.ts.map +1 -1
- package/dist/widgets/views/Graph/GraphDefaults.d.ts +24 -0
- package/dist/widgets/views/Graph/GraphDefaults.d.ts.map +1 -1
- package/dist/widgets/views/Graph/GraphIndicator.d.ts.map +1 -1
- package/dist/widgets/views/Graph/GraphServer.d.ts.map +1 -1
- package/package.json +3 -5
- package/dist/ui/AsyncConfirmModal.d.ts +0 -4
- package/dist/ui/AsyncConfirmModal.d.ts.map +0 -1
- package/dist/ui/asyncConfirm.d.ts +0 -14
- package/dist/ui/asyncConfirm.d.ts.map +0 -1
- package/dist/widgets/base/one2many/One2many.types.d.ts +0 -27
- package/dist/widgets/base/one2many/One2many.types.d.ts.map +0 -1
- package/dist/widgets/base/one2many/One2manyForm.d.ts +0 -12
- package/dist/widgets/base/one2many/One2manyForm.d.ts.map +0 -1
- package/dist/widgets/base/one2many/One2manyTree.d.ts +0 -28
- package/dist/widgets/base/one2many/One2manyTree.d.ts.map +0 -1
- package/dist/widgets/base/one2many/useOne2manyColumnStorage.d.ts +0 -8
- package/dist/widgets/base/one2many/useOne2manyColumnStorage.d.ts.map +0 -1
- package/dist/widgets/base/one2many/useOne2manyDomain.d.ts +0 -5
- package/dist/widgets/base/one2many/useOne2manyDomain.d.ts.map +0 -1
- package/dist/widgets/base/one2many/useOne2manyForm.d.ts +0 -20
- package/dist/widgets/base/one2many/useOne2manyForm.d.ts.map +0 -1
- package/dist/widgets/base/one2many/useOne2manyFormModal.d.ts +0 -24
- package/dist/widgets/base/one2many/useOne2manyFormModal.d.ts.map +0 -1
- package/dist/widgets/base/one2many/useOne2manyItems.d.ts +0 -5
- package/dist/widgets/base/one2many/useOne2manyItems.d.ts.map +0 -1
- package/dist/widgets/base/one2many/useOne2manyRemove.d.ts +0 -12
- package/dist/widgets/base/one2many/useOne2manyRemove.d.ts.map +0 -1
- package/dist/widgets/base/one2many/useOne2manySearchModal.d.ts +0 -16
- package/dist/widgets/base/one2many/useOne2manySearchModal.d.ts.map +0 -1
- package/dist/widgets/base/one2many/useOne2manyTree.d.ts +0 -21
- package/dist/widgets/base/one2many/useOne2manyTree.d.ts.map +0 -1
- package/dist/widgets/base/one2many/useWhyDidYouRender.d.ts +0 -2
- package/dist/widgets/base/one2many/useWhyDidYouRender.d.ts.map +0 -1
- package/dist/widgets/views/DashboardGrid/ResizeAwareComp.d.ts +0 -11
- package/dist/widgets/views/DashboardGrid/ResizeAwareComp.d.ts.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CenteredSpinner.d.ts","sourceRoot":"","sources":["../../src/ui/CenteredSpinner.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,+CAc3B,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
onOk: () =>
|
|
1
|
+
declare const showDialog: ({ onOk, t, }: {
|
|
2
|
+
onOk: () => void;
|
|
3
3
|
t: (key: string) => string;
|
|
4
4
|
}) => void;
|
|
5
|
+
export default showDialog;
|
|
5
6
|
//# sourceMappingURL=RemoveItemDialog.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoveItemDialog.d.ts","sourceRoot":"","sources":["../../src/ui/RemoveItemDialog.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RemoveItemDialog.d.ts","sourceRoot":"","sources":["../../src/ui/RemoveItemDialog.tsx"],"names":[],"mappings":"AAKA,QAAA,MAAM,UAAU;UAIR,MAAM,IAAI;aACP,MAAM,KAAK,MAAM;UAW3B,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
onOk: () =>
|
|
1
|
+
declare const showDialog: ({ onOk, t, }: {
|
|
2
|
+
onOk: () => void;
|
|
3
3
|
t: (key: string) => string;
|
|
4
4
|
}) => void;
|
|
5
|
+
export default showDialog;
|
|
5
6
|
//# sourceMappingURL=UnlinkItemDialog.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UnlinkItemDialog.d.ts","sourceRoot":"","sources":["../../src/ui/UnlinkItemDialog.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"UnlinkItemDialog.d.ts","sourceRoot":"","sources":["../../src/ui/UnlinkItemDialog.tsx"],"names":[],"mappings":"AAKA,QAAA,MAAM,UAAU;UAIR,MAAM,IAAI;aACP,MAAM,KAAK,MAAM;UAW3B,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1,15 +1,23 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import { One2many as One2manyOoui } from "@gisce/ooui";
|
|
3
|
+
import { Views } from '../../../*/types';
|
|
4
|
+
type One2manyValue = {
|
|
4
5
|
fields?: any;
|
|
5
6
|
items: One2manyItem[];
|
|
6
7
|
};
|
|
7
|
-
|
|
8
|
+
type One2manyItem = {
|
|
8
9
|
operation?: "original" | "pendingRemove" | "pendingUpdate" | "pendingCreate" | "pendingLink";
|
|
9
10
|
id?: number;
|
|
10
11
|
values?: any;
|
|
11
12
|
treeValues?: any;
|
|
12
13
|
defaultValues?: any;
|
|
13
14
|
};
|
|
14
|
-
|
|
15
|
+
interface One2manyInputProps {
|
|
16
|
+
ooui: One2manyOoui;
|
|
17
|
+
value?: One2manyValue;
|
|
18
|
+
onChange?: (value: One2manyValue) => void;
|
|
19
|
+
views: Views;
|
|
20
|
+
}
|
|
21
|
+
declare const One2manyInput: React.FC<One2manyInputProps>;
|
|
22
|
+
export { One2manyInput, One2manyItem, One2manyValue };
|
|
15
23
|
//# sourceMappingURL=One2manyInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"One2manyInput.d.ts","sourceRoot":"","sources":["../../../../src/widgets/base/one2many/One2manyInput.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"One2manyInput.d.ts","sourceRoot":"","sources":["../../../../src/widgets/base/one2many/One2manyInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAMN,MAAM,OAAO,CAAC;AACf,OAAO,EACL,QAAQ,IAAI,YAAY,EAKzB,MAAM,aAAa,CAAC;AAIrB,OAAO,EAAE,KAAK,EAAY,MAAM,SAAS,CAAC;AAkB1C,KAAK,aAAa,GAAG;IACnB,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,KAAK,EAAE,YAAY,EAAE,CAAC;CACvB,CAAC;AAQF,KAAK,YAAY,GAAG;IAClB,SAAS,CAAC,EACN,UAAU,GACV,eAAe,GACf,eAAe,GACf,eAAe,GACf,aAAa,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,aAAa,CAAC,EAAE,GAAG,CAAC;CACrB,CAAC;AAEF,UAAU,kBAAkB;IAC1B,IAAI,EAAE,YAAY,CAAC;IACnB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;IAC1C,KAAK,EAAE,KAAK,CAAC;CACd;AAWD,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAuoB/C,CAAC;AAEF,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dashboard.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Dashboard/Dashboard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAON,MAAM,OAAO,CAAC;AAGf,OAAO,gCAAgC,CAAC;AACxC,OAAO,kCAAkC,CAAC;AAI1C,OAAO,EAAE,cAAc,EAAY,MAAM,SAAS,CAAC;;
|
|
1
|
+
{"version":3,"file":"Dashboard.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Dashboard/Dashboard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAON,MAAM,OAAO,CAAC;AAGf,OAAO,gCAAgC,CAAC;AACxC,OAAO,kCAAkC,CAAC;AAI1C,OAAO,EAAE,cAAc,EAAY,MAAM,SAAS,CAAC;;AAsYnD,wBAAqC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Graph.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Graph/Graph.tsx"],"names":[],"mappings":";AAwBA,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;CACtB,CAAC;
|
|
1
|
+
{"version":3,"file":"Graph.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Graph/Graph.tsx"],"names":[],"mappings":";AAwBA,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;CACtB,CAAC;AAqGF,eAAO,MAAM,KAAK,gGAAwB,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":"AAOA,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,4CAsChD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GraphChartComp.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Graph/GraphChartComp.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"GraphChartComp.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Graph/GraphChartComp.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAUxC,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;CAClB,CAAC;AAEF,eAAO,MAAM,cAAc,gDAMxB,cAAc,4CAwFhB,CAAC"}
|
|
@@ -73,5 +73,29 @@ declare const DefaultGraphOptions: {
|
|
|
73
73
|
};
|
|
74
74
|
};
|
|
75
75
|
};
|
|
76
|
+
export declare const PieLabelOptions: {
|
|
77
|
+
inner: {
|
|
78
|
+
label: {
|
|
79
|
+
type: string;
|
|
80
|
+
offset: string;
|
|
81
|
+
content: ({ percent }: {
|
|
82
|
+
percent: number;
|
|
83
|
+
}) => string;
|
|
84
|
+
style: {
|
|
85
|
+
fontSize: number;
|
|
86
|
+
textAlign: string;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
spider: {
|
|
91
|
+
label: {
|
|
92
|
+
type: string;
|
|
93
|
+
labelHeight: number;
|
|
94
|
+
content: ({ percent }: {
|
|
95
|
+
percent: number;
|
|
96
|
+
}) => string;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
};
|
|
76
100
|
export default DefaultGraphOptions;
|
|
77
101
|
//# sourceMappingURL=GraphDefaults.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GraphDefaults.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Graph/GraphDefaults.ts"],"names":[],"mappings":"AAuCA,eAAO,MAAM,QAAQ,UAAW,GAAG,YAElC,CAAC;AAEF,QAAA,MAAM,mBAAmB;;;;;;mCA/BK,GAAG;;;;;mCAAH,GAAG;;;;;;;;gCATf,GAAG;;;;;;;;;;;;;;;;gCAAH,GAAG;;;;;;;;;;;;;;;;gCAAH,GAAG;;;;;;;mCASS,GAAG;;;;;mCAAH,GAAG;;;;;;;;;;CAyGhC,CAAC;AA6CF,eAAe,mBAAmB,CAAC"}
|
|
1
|
+
{"version":3,"file":"GraphDefaults.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Graph/GraphDefaults.ts"],"names":[],"mappings":"AAuCA,eAAO,MAAM,QAAQ,UAAW,GAAG,YAElC,CAAC;AAEF,QAAA,MAAM,mBAAmB;;;;;;mCA/BK,GAAG;;;;;mCAAH,GAAG;;;;;;;;gCATf,GAAG;;;;;;;;;;;;;;;;gCAAH,GAAG;;;;;;;;;;;;;;;;gCAAH,GAAG;;;;;;;mCASS,GAAG;;;;;mCAAH,GAAG;;;;;;;;;;CAyGhC,CAAC;AA6CF,eAAO,MAAM,eAAe;;;;;;yBAKY,MAAM;;;;;;;;;;;;;yBAgBN,MAAM;;;;CAI7C,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GraphIndicator.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Graph/GraphIndicator.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"GraphIndicator.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Graph/GraphIndicator.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAkB,MAAM,aAAa,CAAC;AAOvD,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,GAAG,CAAC;IACZ,OAAO,EAAE,GAAG,CAAC;IACb,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,cAAc,UAAW,oBAAoB,4CAiMzD,CAAC"}
|
|
@@ -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;CACtB,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;CACtB,CAAC;AA+EF,eAAO,MAAM,WAAW,gGAAwB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gisce/react-ooui",
|
|
3
|
-
"version": "2.6.0-
|
|
3
|
+
"version": "2.6.0-rc.1",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": "20.5.0"
|
|
6
6
|
},
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@ant-design/plots": "^1.0.9",
|
|
37
37
|
"@gisce/fiber-diagram": "2.1.0",
|
|
38
|
-
"@gisce/ooui": "2.
|
|
38
|
+
"@gisce/ooui": "2.3.0",
|
|
39
39
|
"@gisce/react-formiga-components": "1.6.2",
|
|
40
|
-
"@gisce/react-formiga-table": "1.
|
|
40
|
+
"@gisce/react-formiga-table": "1.2.0",
|
|
41
41
|
"@monaco-editor/react": "^4.4.5",
|
|
42
42
|
"@tabler/icons-react": "^2.11.0",
|
|
43
43
|
"antd": "5.13.1",
|
|
@@ -54,9 +54,7 @@
|
|
|
54
54
|
"react-markdown": "^9.0.0",
|
|
55
55
|
"react-measure": "^2.5.2",
|
|
56
56
|
"remark-gfm": "^4.0.0",
|
|
57
|
-
"resize-observer-polyfill": "^1.5.1",
|
|
58
57
|
"styled-components": "5.3.5",
|
|
59
|
-
"use-deep-compare": "^1.2.1",
|
|
60
58
|
"use-deep-compare-effect": "^1.8.1",
|
|
61
59
|
"validator": "^13.6.0"
|
|
62
60
|
},
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AsyncConfirmModal.d.ts","sourceRoot":"","sources":["../../src/ui/AsyncConfirmModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAE/C,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAyDrD,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export interface ConfirmConfig {
|
|
3
|
-
title: string;
|
|
4
|
-
content: React.ReactNode;
|
|
5
|
-
onOk: () => Promise<void>;
|
|
6
|
-
okText?: string;
|
|
7
|
-
cancelText?: string;
|
|
8
|
-
icon?: React.ReactNode;
|
|
9
|
-
centered?: boolean;
|
|
10
|
-
}
|
|
11
|
-
export declare const asyncConfirm: (config: ConfirmConfig) => {
|
|
12
|
-
destroy: () => void;
|
|
13
|
-
};
|
|
14
|
-
//# sourceMappingURL=asyncConfirm.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"asyncConfirm.d.ts","sourceRoot":"","sources":["../../src/ui/asyncConfirm.tsx"],"names":[],"mappings":";AAGA,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,IAAI,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,YAAY,WAAY,aAAa;;CAyBjD,CAAC"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { One2many as One2manyOoui, Form as FormOoui, Tree as TreeOoui } from "@gisce/ooui";
|
|
3
|
-
import { Views } from '../../../*/types';
|
|
4
|
-
type One2manyValue = {
|
|
5
|
-
fields?: any;
|
|
6
|
-
items: One2manyItem[];
|
|
7
|
-
};
|
|
8
|
-
type One2manyItem = {
|
|
9
|
-
operation?: "original" | "pendingRemove" | "pendingUpdate" | "pendingCreate" | "pendingLink";
|
|
10
|
-
id?: number;
|
|
11
|
-
values?: any;
|
|
12
|
-
treeValues?: any;
|
|
13
|
-
defaultValues?: any;
|
|
14
|
-
};
|
|
15
|
-
export interface One2manyInputProps {
|
|
16
|
-
ooui: One2manyOoui;
|
|
17
|
-
value?: One2manyValue;
|
|
18
|
-
onChange?: (value: One2manyValue) => void;
|
|
19
|
-
views: Views;
|
|
20
|
-
}
|
|
21
|
-
export declare const ViewObjects: {
|
|
22
|
-
form: typeof FormOoui;
|
|
23
|
-
tree: typeof TreeOoui;
|
|
24
|
-
graph: import("react").ForwardRefExoticComponent<import('../../../*/widgets/views/Graph/Graph').GraphProps & import("react").RefAttributes<unknown>>;
|
|
25
|
-
};
|
|
26
|
-
export {};
|
|
27
|
-
//# sourceMappingURL=One2many.types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"One2many.types.d.ts","sourceRoot":"","sources":["../../../../src/widgets/base/one2many/One2many.types.ts"],"names":[],"mappings":";AAAA,OAAO,EACL,QAAQ,IAAI,YAAY,EACxB,IAAI,IAAI,QAAQ,EAChB,IAAI,IAAI,QAAQ,EACjB,MAAM,aAAa,CAAC;AAErB,OAAO,EAAY,KAAK,EAAE,MAAM,SAAS,CAAC;AAE1C,KAAK,aAAa,GAAG;IACnB,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,KAAK,EAAE,YAAY,EAAE,CAAC;CACvB,CAAC;AAEF,KAAK,YAAY,GAAG;IAClB,SAAS,CAAC,EACN,UAAU,GACV,eAAe,GACf,eAAe,GACf,eAAe,GACf,aAAa,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,aAAa,CAAC,EAAE,GAAG,CAAC;CACrB,CAAC;AAEF,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,YAAY,CAAC;IACnB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;IAC1C,KAAK,EAAE,KAAK,CAAC;CACd;AAED,eAAO,MAAM,WAAW;;;;CAIvB,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { FormView } from '../../../*/types';
|
|
2
|
-
import { One2manyItem } from "./One2manyInput";
|
|
3
|
-
export type One2manyFormProps = {
|
|
4
|
-
formView: FormView;
|
|
5
|
-
items: One2manyItem[];
|
|
6
|
-
context: any;
|
|
7
|
-
relation: string;
|
|
8
|
-
readOnly: boolean;
|
|
9
|
-
onChange: (items: One2manyItem[]) => void;
|
|
10
|
-
};
|
|
11
|
-
export declare const One2manyForm: ({ formView, items, context, relation, readOnly, onChange, }: One2manyFormProps) => string | import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
//# sourceMappingURL=One2manyForm.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"One2manyForm.d.ts","sourceRoot":"","sources":["../../../../src/widgets/base/one2many/One2manyForm.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAOnC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAI/C,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,EAAE,QAAQ,CAAC;IACnB,KAAK,EAAE,YAAY,EAAE,CAAC;IACtB,OAAO,EAAE,GAAG,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,CAAC,KAAK,EAAE,YAAY,EAAE,KAAK,IAAI,CAAC;CAC3C,CAAC;AAEF,eAAO,MAAM,YAAY,gEAOtB,iBAAiB,qDAwCnB,CAAC"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { InfiniteTableRef } from "@gisce/react-formiga-table";
|
|
3
|
-
import { One2manyItem } from "./One2manyInput";
|
|
4
|
-
import { Tree as TreeOoui } from "@gisce/ooui";
|
|
5
|
-
export type One2manyTreeProps = {
|
|
6
|
-
items: One2manyItem[];
|
|
7
|
-
onRowDoubleClick: (record: any) => void;
|
|
8
|
-
readOnly: boolean;
|
|
9
|
-
height?: number;
|
|
10
|
-
ooui: TreeOoui;
|
|
11
|
-
context: any;
|
|
12
|
-
onFetchRecords: (idsToFetch: number[]) => Promise<{
|
|
13
|
-
results: any[];
|
|
14
|
-
colors: {
|
|
15
|
-
[key: number]: string;
|
|
16
|
-
};
|
|
17
|
-
}>;
|
|
18
|
-
onRowSelectionChange: (selectedIds: number[]) => void;
|
|
19
|
-
gridRef?: React.RefObject<InfiniteTableRef>;
|
|
20
|
-
relation: string;
|
|
21
|
-
onChangeFirstVisibleRowIndex?: (index: number) => void;
|
|
22
|
-
onGetFirstVisibleRowIndex?: () => number | undefined;
|
|
23
|
-
onGetSelectedRowKeys?: () => any[];
|
|
24
|
-
onAllRowSelectedModeChange?: (allRowSelectedMode: boolean) => void;
|
|
25
|
-
allRowSelectedMode?: boolean;
|
|
26
|
-
};
|
|
27
|
-
export declare const One2manyTree: ({ items, height, onRowDoubleClick, readOnly, ooui, context, onFetchRecords, onRowSelectionChange, gridRef, relation, onChangeFirstVisibleRowIndex, onGetFirstVisibleRowIndex, onGetSelectedRowKeys, onAllRowSelectedModeChange, allRowSelectedMode, }: One2manyTreeProps) => import("react/jsx-runtime").JSX.Element;
|
|
28
|
-
//# sourceMappingURL=One2manyTree.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"One2manyTree.d.ts","sourceRoot":"","sources":["../../../../src/widgets/base/one2many/One2manyTree.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAiB,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAC7E,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,aAAa,CAAC;AAQ/C,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,YAAY,EAAE,CAAC;IACtB,gBAAgB,EAAE,CAAC,MAAM,EAAE,GAAG,KAAK,IAAI,CAAC;IACxC,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,QAAQ,CAAC;IACf,OAAO,EAAE,GAAG,CAAC;IACb,cAAc,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,KAAK,OAAO,CAAC;QAChD,OAAO,EAAE,GAAG,EAAE,CAAC;QACf,MAAM,EAAE;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;SAAE,CAAC;KACnC,CAAC,CAAC;IACH,oBAAoB,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IACtD,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAC5C,QAAQ,EAAE,MAAM,CAAC;IACjB,4BAA4B,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvD,yBAAyB,CAAC,EAAE,MAAM,MAAM,GAAG,SAAS,CAAC;IACrD,oBAAoB,CAAC,EAAE,MAAM,GAAG,EAAE,CAAC;IACnC,0BAA0B,CAAC,EAAE,CAAC,kBAAkB,EAAE,OAAO,KAAK,IAAI,CAAC;IACnE,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B,CAAC;AAIF,eAAO,MAAM,YAAY,0PAgBtB,iBAAiB,4CAuGnB,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ColumnState } from "@gisce/react-formiga-table";
|
|
2
|
-
export declare const useOne2manyColumnStorage: ({ model }: {
|
|
3
|
-
model: string;
|
|
4
|
-
}) => {
|
|
5
|
-
getColumnState: () => ColumnState[] | undefined;
|
|
6
|
-
updateColumnState: (state: ColumnState[]) => void;
|
|
7
|
-
};
|
|
8
|
-
//# sourceMappingURL=useOne2manyColumnStorage.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useOne2manyColumnStorage.d.ts","sourceRoot":"","sources":["../../../../src/widgets/base/one2many/useOne2manyColumnStorage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAGzD,eAAO,MAAM,wBAAwB;WAAwB,MAAM;;0BAC1B,WAAW,EAAE,GAAG,SAAS;+BAOtD,WAAW,EAAE;CAOxB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useOne2manyDomain.d.ts","sourceRoot":"","sources":["../../../../src/widgets/base/one2many/useOne2manyDomain.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,iBAAiB;eAIjB,MAAM;;WAyClB,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { One2manyItem } from "./One2manyInput";
|
|
3
|
-
import { TreeView, FormView } from '../../../*/types';
|
|
4
|
-
export declare const useOne2manyForm: ({ items, relation, context, treeView, formView, triggerChange, }: {
|
|
5
|
-
items: One2manyItem[];
|
|
6
|
-
context: any[];
|
|
7
|
-
relation: string;
|
|
8
|
-
treeView: TreeView;
|
|
9
|
-
formView: FormView;
|
|
10
|
-
triggerChange: (items: One2manyItem[]) => void;
|
|
11
|
-
}) => {
|
|
12
|
-
showFormChangesDialogIfNeeded: (callback: () => void) => void;
|
|
13
|
-
formHasChanges: boolean;
|
|
14
|
-
setFormHasChanges: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
15
|
-
getOriginalItemsWithRestoredItemId: ({ id }: {
|
|
16
|
-
id: number;
|
|
17
|
-
}) => Promise<One2manyItem[]>;
|
|
18
|
-
onFormChanges: (newUpdatedItems: One2manyItem[]) => void;
|
|
19
|
-
};
|
|
20
|
-
//# sourceMappingURL=useOne2manyForm.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useOne2manyForm.d.ts","sourceRoot":"","sources":["../../../../src/widgets/base/one2many/useOne2manyForm.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAS7C,eAAO,MAAM,eAAe;WAQnB,YAAY,EAAE;aACZ,GAAG,EAAE;cACJ,MAAM;cACN,QAAQ;cACR,QAAQ;2BACK,YAAY,EAAE,KAAK,IAAI;;8CAmEjC,MAAM,IAAI;;;;YApDA,MAAM;;qCAqCT,YAAY,EAAE;CAuCnC,CAAC"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { One2manyItem } from '../../../*/index';
|
|
2
|
-
import { FormView, ViewType } from '../../../*/types';
|
|
3
|
-
export declare const useOne2manyFormModal: ({ currentView, inv_field, activeId, showFormChangesDialogIfNeeded, items, triggerChange, setCurrentView, setItemIndex, relation, formView, context, }: {
|
|
4
|
-
currentView: string;
|
|
5
|
-
inv_field?: string | undefined;
|
|
6
|
-
activeId?: number | undefined;
|
|
7
|
-
showFormChangesDialogIfNeeded: (callback: () => void) => void;
|
|
8
|
-
items: One2manyItem[];
|
|
9
|
-
triggerChange: (items: One2manyItem[]) => void;
|
|
10
|
-
setCurrentView: (view: ViewType) => void;
|
|
11
|
-
setItemIndex: (index: number) => void;
|
|
12
|
-
relation: string;
|
|
13
|
-
formView: FormView;
|
|
14
|
-
context: any;
|
|
15
|
-
}) => {
|
|
16
|
-
showFormModal: boolean;
|
|
17
|
-
modalItem: One2manyItem | undefined;
|
|
18
|
-
continuousEntryMode: boolean;
|
|
19
|
-
createItem: () => Promise<void>;
|
|
20
|
-
onCancelFormModal: () => void;
|
|
21
|
-
onFormModalSubmitSucceed: (id: number | undefined, _: any, values: any, x2manyPendingLink?: boolean) => void;
|
|
22
|
-
openItemInFormModal: (item: One2manyItem) => Promise<void>;
|
|
23
|
-
};
|
|
24
|
-
//# sourceMappingURL=useOne2manyFormModal.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useOne2manyFormModal.d.ts","sourceRoot":"","sources":["../../../../src/widgets/base/one2many/useOne2manyFormModal.ts"],"names":[],"mappings":"AACA,OAAO,EAAsB,YAAY,EAAE,MAAM,SAAS,CAAC;AAC3D,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAI7C,eAAO,MAAM,oBAAoB;iBAalB,MAAM;;;8CAGuB,MAAM,IAAI,KAAK,IAAI;WACtD,YAAY,EAAE;2BACE,YAAY,EAAE,KAAK,IAAI;2BACvB,QAAQ,KAAK,IAAI;0BAClB,MAAM,KAAK,IAAI;cAC3B,MAAM;cACN,QAAQ;aACT,GAAG;;;;;;;mCAkCJ,MAAM,GAAG,SAAS,KACnB,GAAG,UACE,GAAG,sBACQ,OAAO;gCA2Cf,YAAY;CAiC5B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useOne2manyItems.d.ts","sourceRoot":"","sources":["../../../../src/widgets/base/one2many/useOne2manyItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C,eAAO,MAAM,gBAAgB;mBAGZ,YAAY,EAAE;oBAG9B,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { One2manyItem } from "./One2manyInput";
|
|
2
|
-
export declare const useOne2manyRemove: ({ isMany2many, triggerChange, items, setFormHasChanges, selectedRowKeys, setSelectedRowKeys, }: {
|
|
3
|
-
isMany2many: boolean;
|
|
4
|
-
triggerChange: (items: One2manyItem[]) => void;
|
|
5
|
-
items: One2manyItem[];
|
|
6
|
-
setFormHasChanges: (hasChanges: boolean) => void;
|
|
7
|
-
selectedRowKeys: number[];
|
|
8
|
-
setSelectedRowKeys: (selectedRowKeys: number[]) => void;
|
|
9
|
-
}) => {
|
|
10
|
-
showRemoveConfirm: () => void;
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=useOne2manyRemove.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useOne2manyRemove.d.ts","sourceRoot":"","sources":["../../../../src/widgets/base/one2many/useOne2manyRemove.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAG/C,eAAO,MAAM,iBAAiB;iBAQf,OAAO;2BACG,YAAY,EAAE,KAAK,IAAI;WACvC,YAAY,EAAE;oCACW,OAAO,KAAK,IAAI;qBAC/B,MAAM,EAAE;0CACa,MAAM,EAAE,KAAK,IAAI;;;CAqGxD,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { One2manyItem, Views } from '../../../*/index';
|
|
2
|
-
export declare const useOne2manySearchModal: ({ currentView, showFormChangesDialogIfNeeded, items, triggerChange, context, views, relation, }: {
|
|
3
|
-
currentView: string;
|
|
4
|
-
showFormChangesDialogIfNeeded: (callback: () => void) => void;
|
|
5
|
-
items: One2manyItem[];
|
|
6
|
-
triggerChange: (items: One2manyItem[]) => void;
|
|
7
|
-
context: any[];
|
|
8
|
-
views: Views;
|
|
9
|
-
relation: string;
|
|
10
|
-
}) => {
|
|
11
|
-
searchItem: () => Promise<void>;
|
|
12
|
-
showSearchModal: boolean;
|
|
13
|
-
onCloseSearchModal: () => void;
|
|
14
|
-
onSelectSearchValues: (ids: number[]) => Promise<void>;
|
|
15
|
-
};
|
|
16
|
-
//# sourceMappingURL=useOne2manySearchModal.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useOne2manySearchModal.d.ts","sourceRoot":"","sources":["../../../../src/widgets/base/one2many/useOne2manySearchModal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,YAAY,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAIlE,eAAO,MAAM,sBAAsB;iBASpB,MAAM;8CACuB,MAAM,IAAI,KAAK,IAAI;WACtD,YAAY,EAAE;2BACE,YAAY,EAAE,KAAK,IAAI;aACrC,GAAG,EAAE;;cAEJ,MAAM;;;;;gCAkEF,MAAM,EAAE;CAavB,CAAC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { TreeView } from '../../../*/types';
|
|
3
|
-
export declare const useOne2manyTree: ({ treeView, relation, context, }: {
|
|
4
|
-
treeView: TreeView;
|
|
5
|
-
relation: string;
|
|
6
|
-
context: any;
|
|
7
|
-
}) => {
|
|
8
|
-
onTreeFetchRows: (idsToFetch: number[]) => Promise<{
|
|
9
|
-
results: any;
|
|
10
|
-
colors: any;
|
|
11
|
-
}>;
|
|
12
|
-
treeOoui: import("@gisce/ooui/dist/Tree").default;
|
|
13
|
-
setSelectedRowKeys: import("react").Dispatch<any>;
|
|
14
|
-
selectedRowKeys: any;
|
|
15
|
-
onChangeFirstVisibleRowIndex: (index: number) => void;
|
|
16
|
-
onGetFirstVisibileRowIndex: () => number;
|
|
17
|
-
onGetSelectedRowKeys: () => any;
|
|
18
|
-
onChangeAllRowSelectedMode: (value: boolean) => void;
|
|
19
|
-
allRowSelectedMode: boolean;
|
|
20
|
-
};
|
|
21
|
-
//# sourceMappingURL=useOne2manyTree.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useOne2manyTree.d.ts","sourceRoot":"","sources":["../../../../src/widgets/base/one2many/useOne2manyTree.ts"],"names":[],"mappings":";AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAInC,eAAO,MAAM,eAAe;cAKhB,QAAQ;cACR,MAAM;aACP,GAAG;;kCAmCS,MAAM,EAAE;;;;;;;0CAxB4B,MAAM;;;wCAJR,OAAO;;CA0D/D,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useWhyDidYouRender.d.ts","sourceRoot":"","sources":["../../../../src/widgets/base/one2many/useWhyDidYouRender.ts"],"names":[],"mappings":"AAEA,wBAAgB,kBAAkB,CAChC,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,GAAG,EACV,GAAG,GAAE,OAAe,QAwBrB"}
|
|
@@ -1,11 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|