infinity-forge 0.6.6 → 0.6.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/system/presentation/components/layout/component.d.ts +3 -1
- package/dist/system/presentation/components/layout/component.js +2 -2
- package/dist/system/presentation/components/layout/component.js.map +1 -1
- package/dist/system/presentation/components/layout/menu/components/select-workspace/index.d.ts +14 -1
- package/dist/system/presentation/components/layout/menu/components/select-workspace/index.js +6 -24
- package/dist/system/presentation/components/layout/menu/components/select-workspace/index.js.map +1 -1
- package/dist/system/presentation/components/layout/menu/index.d.ts +1 -1
- package/dist/system/presentation/components/layout/menu/index.js +14 -3
- package/dist/system/presentation/components/layout/menu/index.js.map +1 -1
- package/dist/system/presentation/components/layout/menu/version-01/index.d.ts +4 -1
- package/dist/system/presentation/components/layout/menu/version-01/index.js +3 -2
- package/dist/system/presentation/components/layout/menu/version-01/index.js.map +1 -1
- package/dist/system/presentation/components/pages/users/table/edit.js +1 -1
- package/dist/system/presentation/components/pages/users/table/edit.js.map +1 -1
- package/dist/ui/components/form/handler/dynamic_form_handler/index.js +0 -1
- package/dist/ui/components/form/handler/dynamic_form_handler/index.js.map +1 -1
- package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
|
|
2
|
+
import { WorkSpace } from './menu/components/index.js';
|
|
3
|
+
export declare function Layout({ children, workspaces }: {
|
|
3
4
|
children: React.ReactNode;
|
|
5
|
+
workspaces?: WorkSpace;
|
|
4
6
|
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -29,8 +29,8 @@ var menu_1 = require("./menu/index.js");
|
|
|
29
29
|
var header_1 = require("./header/index.js");
|
|
30
30
|
var S = __importStar(require("./styles.js"));
|
|
31
31
|
function Layout(_a) {
|
|
32
|
-
var children = _a.children;
|
|
33
|
-
return ((0, jsx_runtime_1.jsxs)(S.Layout, { children: [(0, jsx_runtime_1.jsx)(menu_1.Menu, {}), (0, jsx_runtime_1.jsxs)("div", { className: 'content_layout', children: [(0, jsx_runtime_1.jsx)(header_1.Header, {}), children] })] }));
|
|
32
|
+
var children = _a.children, workspaces = _a.workspaces;
|
|
33
|
+
return ((0, jsx_runtime_1.jsxs)(S.Layout, { children: [(0, jsx_runtime_1.jsx)(menu_1.Menu, { workspaces: workspaces }), (0, jsx_runtime_1.jsxs)("div", { className: 'content_layout', children: [(0, jsx_runtime_1.jsx)(header_1.Header, {}), children] })] }));
|
|
34
34
|
}
|
|
35
35
|
exports.Layout = Layout;
|
|
36
36
|
//# sourceMappingURL=component.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../../src/system/presentation/components/layout/component.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+BAA6B;AAC7B,mCAAiC;
|
|
1
|
+
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../../src/system/presentation/components/layout/component.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+BAA6B;AAC7B,mCAAiC;AAGjC,0CAA6B;AAE7B,SAAgB,MAAM,CAAC,EAA+E;QAA7E,QAAQ,cAAA,EAAE,UAAU,gBAAA;IAC3C,OAAO,CACL,wBAAC,CAAC,CAAC,MAAM,eACP,uBAAC,WAAI,IAAC,UAAU,EAAE,UAAU,GAAG,EAE/B,iCAAK,SAAS,EAAC,gBAAgB,aAC7B,uBAAC,eAAM,KAAG,EAET,QAAQ,IACL,IACG,CACZ,CAAA;AACH,CAAC;AAZD,wBAYC"}
|
package/dist/system/presentation/components/layout/menu/components/select-workspace/index.d.ts
CHANGED
|
@@ -1 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
type WorkSpaceItem = {
|
|
2
|
+
label: string;
|
|
3
|
+
value: string;
|
|
4
|
+
img: string;
|
|
5
|
+
};
|
|
6
|
+
export type WorkSpace = {
|
|
7
|
+
list: WorkSpaceItem[];
|
|
8
|
+
onChangeWorkSpace?: (workspace: WorkSpaceItem) => void;
|
|
9
|
+
activeWorkspace: WorkSpaceItem['value'];
|
|
10
|
+
};
|
|
11
|
+
export declare function SelectWorkSpace({ workspaces }: {
|
|
12
|
+
workspaces?: WorkSpace;
|
|
13
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export {};
|
package/dist/system/presentation/components/layout/menu/components/select-workspace/index.js
CHANGED
|
@@ -57,30 +57,12 @@ function Item(_a) {
|
|
|
57
57
|
var data = _a.data, props = __rest(_a, ["data"]);
|
|
58
58
|
return ((0, jsx_runtime_1.jsxs)("button", __assign({ className: 'item' }, props.innerProps, { children: [(0, jsx_runtime_1.jsx)(system_1.Avatar, { className: 'avatar', image: data.img }), (0, jsx_runtime_1.jsx)("span", { className: 'font-14-regular', children: data.label })] })));
|
|
59
59
|
}
|
|
60
|
-
function SelectWorkSpace() {
|
|
61
|
-
var
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
label: 'Apple',
|
|
69
|
-
value: 'Apple@apple.com',
|
|
70
|
-
img: 'https://1.bp.blogspot.com/-IHIprxC2Za0/UBg14NttLLI/AAAAAAAAA28/nyBH-GeEX7Y/s1600/white-apple-logo-wallpaper.jpg',
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
label: 'Microsoft',
|
|
74
|
-
value: 'microsofr@microsoft.com',
|
|
75
|
-
img: 'https://ca16c2df-cdn.agilitycms.cloud/Attachments/NewItems/MS-thumbnail_20230620211556_0.jpg',
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
label: 'Google',
|
|
79
|
-
value: 'google@google.com',
|
|
80
|
-
img: 'https://wallpapercave.com/wp/wp2860498.jpg',
|
|
81
|
-
},
|
|
82
|
-
];
|
|
83
|
-
return ((0, jsx_runtime_1.jsx)(S.SelectWorkSpace, { children: (0, jsx_runtime_1.jsx)(react_select_1.default, { menuPlacement: 'auto', options: customOptions, defaultValue: customOptions[0], components: { Option: function (props) { return (0, jsx_runtime_1.jsx)(Item, __assign({}, props)); }, SingleValue: function (props) { return (0, jsx_runtime_1.jsx)(Item, __assign({}, props)); } } }) }));
|
|
60
|
+
function SelectWorkSpace(_a) {
|
|
61
|
+
var workspaces = _a.workspaces;
|
|
62
|
+
if (!(workspaces === null || workspaces === void 0 ? void 0 : workspaces.list) || workspaces.list.length === 0) {
|
|
63
|
+
return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {});
|
|
64
|
+
}
|
|
65
|
+
return ((0, jsx_runtime_1.jsx)(S.SelectWorkSpace, { children: (0, jsx_runtime_1.jsx)(react_select_1.default, { menuPlacement: 'auto', options: workspaces.list, onChange: workspaces.onChangeWorkSpace && workspaces.onChangeWorkSpace, defaultValue: workspaces.list.find(function (workspace) { return workspace.value === workspaces.activeWorkspace; }), components: { Option: function (props) { return (0, jsx_runtime_1.jsx)(Item, __assign({}, props)); }, SingleValue: function (props) { return (0, jsx_runtime_1.jsx)(Item, __assign({}, props)); } } }) }));
|
|
84
66
|
}
|
|
85
67
|
exports.SelectWorkSpace = SelectWorkSpace;
|
|
86
68
|
//# sourceMappingURL=index.js.map
|
package/dist/system/presentation/components/layout/menu/components/select-workspace/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/system/presentation/components/layout/menu/components/select-workspace/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,8DAAsC;AAEtC,mCAAiC;AAEjC,0CAA6B;AAE7B,SAAS,IAAI,CAAC,EAAkB;IAAhB,IAAA,IAAI,UAAA,EAAK,KAAK,cAAhB,QAAkB,CAAF;IAC5B,OAAO,CACL,6CAAQ,SAAS,EAAC,MAAM,IAAK,KAAK,CAAC,UAAU,eAC3C,uBAAC,eAAM,IAAC,SAAS,EAAC,QAAQ,EAAC,KAAK,EAAE,IAAI,CAAC,GAAG,GAAI,EAE9C,iCAAM,SAAS,EAAC,iBAAiB,YAAE,IAAI,CAAC,KAAK,GAAQ,KAC9C,CACV,CAAA;AACH,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/system/presentation/components/layout/menu/components/select-workspace/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,8DAAsC;AAEtC,mCAAiC;AAEjC,0CAA6B;AAE7B,SAAS,IAAI,CAAC,EAAkB;IAAhB,IAAA,IAAI,UAAA,EAAK,KAAK,cAAhB,QAAkB,CAAF;IAC5B,OAAO,CACL,6CAAQ,SAAS,EAAC,MAAM,IAAK,KAAK,CAAC,UAAU,eAC3C,uBAAC,eAAM,IAAC,SAAS,EAAC,QAAQ,EAAC,KAAK,EAAE,IAAI,CAAC,GAAG,GAAI,EAE9C,iCAAM,SAAS,EAAC,iBAAiB,YAAE,IAAI,CAAC,KAAK,GAAQ,KAC9C,CACV,CAAA;AACH,CAAC;AAUD,SAAgB,eAAe,CAAC,EAA0C;QAAxC,UAAU,gBAAA;IAC1C,IAAI,CAAC,CAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,IAAI,CAAA,IAAI,UAAU,CAAC,IAAI,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QACtD,OAAO,kDAAK,CAAA;IACd,CAAC;IAED,OAAO,CACL,uBAAC,CAAC,CAAC,eAAe,cAChB,uBAAC,sBAAW,IACV,aAAa,EAAC,MAAM,EACpB,OAAO,EAAE,UAAU,CAAC,IAAI,EACxB,QAAQ,EAAE,UAAU,CAAC,iBAAiB,IAAI,UAAU,CAAC,iBAAiB,EACtE,YAAY,EAAE,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,UAAC,SAAS,IAAK,OAAA,SAAS,CAAC,KAAK,KAAK,UAAU,CAAC,eAAe,EAA9C,CAA8C,CAAC,EACjG,UAAU,EAAE,EAAE,MAAM,EAAE,UAAC,KAAU,IAAK,OAAA,uBAAC,IAAI,eAAK,KAAK,EAAI,EAAnB,CAAmB,EAAE,WAAW,EAAE,UAAC,KAAK,IAAK,OAAA,uBAAC,IAAI,eAAK,KAAK,EAAI,EAAnB,CAAmB,EAAE,GACxG,GACgB,CACrB,CAAA;AACH,CAAC;AAhBD,0CAgBC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function Menu(): import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
export declare function Menu(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,14 +1,25 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
2
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
14
|
exports.Menu = void 0;
|
|
4
15
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
16
|
var version_01_1 = require("./version-01/index.js");
|
|
6
|
-
function Menu() {
|
|
17
|
+
function Menu(props) {
|
|
7
18
|
var type = 'version01';
|
|
8
19
|
switch (type) {
|
|
9
20
|
case 'version01':
|
|
10
|
-
return (0, jsx_runtime_1.jsx)(version_01_1.MenuVersion01, {});
|
|
11
|
-
default: (0, jsx_runtime_1.jsx)(version_01_1.MenuVersion01, {});
|
|
21
|
+
return (0, jsx_runtime_1.jsx)(version_01_1.MenuVersion01, __assign({}, props));
|
|
22
|
+
default: (0, jsx_runtime_1.jsx)(version_01_1.MenuVersion01, __assign({}, props));
|
|
12
23
|
}
|
|
13
24
|
}
|
|
14
25
|
exports.Menu = Menu;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/layout/menu/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/layout/menu/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAA4C;AAE5C,SAAgB,IAAI,CAAC,KAAK;IACxB,IAAM,IAAI,GAAG,WAAW,CAAA;IAExB,QAAQ,IAAI,EAAE,CAAC;QACb,KAAK,WAAW;YACd,OAAO,uBAAC,0BAAa,eAAK,KAAK,EAAG,CAAA;QAEpC,OAAO,CAAC,CAAC,uBAAC,0BAAa,eAAK,KAAK,EAAG,CAAA;IACtC,CAAC;AACH,CAAC;AATD,oBASC"}
|
|
@@ -28,8 +28,9 @@ var jsx_runtime_1 = require("react/jsx-runtime");
|
|
|
28
28
|
var system_1 = require("../../../../../../system/index.js");
|
|
29
29
|
var components_1 = require("../components/index.js");
|
|
30
30
|
var S = __importStar(require("./styles.js"));
|
|
31
|
-
function MenuVersion01() {
|
|
32
|
-
|
|
31
|
+
function MenuVersion01(_a) {
|
|
32
|
+
var workspaces = _a.workspaces;
|
|
33
|
+
return ((0, jsx_runtime_1.jsxs)(S.MenuVersion01, { children: [(0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)(system_1.Logo, {}), (0, jsx_runtime_1.jsx)(components_1.Menu, {})] }), (0, jsx_runtime_1.jsx)(components_1.SelectWorkSpace, { workspaces: workspaces })] }));
|
|
33
34
|
}
|
|
34
35
|
exports.MenuVersion01 = MenuVersion01;
|
|
35
36
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/system/presentation/components/layout/menu/version-01/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mCAA+B;AAE/B,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/system/presentation/components/layout/menu/version-01/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mCAA+B;AAE/B,4CAAgE;AAEhE,0CAA6B;AAE7B,SAAgB,aAAa,CAAC,EAA0C;QAAxC,UAAU,gBAAA;IACxC,OAAO,CACL,wBAAC,CAAC,CAAC,aAAa,eACd,4CACE,uBAAC,aAAI,KAAG,EAER,uBAAC,iBAAI,KAAE,IACH,EAEN,uBAAC,4BAAe,IAAC,UAAU,EAAE,UAAU,GAAI,IAC3B,CACnB,CAAA;AACH,CAAC;AAZD,sCAYC"}
|
|
@@ -47,7 +47,7 @@ function useEditTable(queryKey) {
|
|
|
47
47
|
title: 'Editar usuário',
|
|
48
48
|
button: { text: 'Editar' },
|
|
49
49
|
getDetails: {
|
|
50
|
-
key: function (tableItem) { return
|
|
50
|
+
key: function (tableItem) { return 'EditUser' + tableItem.id; },
|
|
51
51
|
fetcher: function (tableItem) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
52
52
|
switch (_a.label) {
|
|
53
53
|
case 0: return [4 /*yield*/, system_1.container.get(system_1.Types.RemoteUsers).getDetail({ id: tableItem.id })];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"edit.js","sourceRoot":"","sources":["../../../../../../../src/system/presentation/components/pages/users/table/edit.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2BAA4B;AAE5B,2BAA+B;AAC/B,mCAA8D;AAI9D,SAAgB,YAAY,CAAC,QAAgB;IAA7C,iBA4BC;IA3BS,IAAA,WAAW,GAAK,IAAA,aAAQ,GAAE,YAAf,CAAe;IAElC,IAAM,SAAS,GAAkC;QAC/C,KAAK,EAAE,gBAAgB;QACvB,MAAM,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE;QAC1B,UAAU,EAAE;YACV,GAAG,EAAE,UAAC,SAAS,IAAK,OAAA,
|
|
1
|
+
{"version":3,"file":"edit.js","sourceRoot":"","sources":["../../../../../../../src/system/presentation/components/pages/users/table/edit.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2BAA4B;AAE5B,2BAA+B;AAC/B,mCAA8D;AAI9D,SAAgB,YAAY,CAAC,QAAgB;IAA7C,iBA4BC;IA3BS,IAAA,WAAW,GAAK,IAAA,aAAQ,GAAE,YAAf,CAAe;IAElC,IAAM,SAAS,GAAkC;QAC/C,KAAK,EAAE,gBAAgB;QACvB,MAAM,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE;QAC1B,UAAU,EAAE;YACV,GAAG,EAAE,UAAC,SAAS,IAAK,OAAA,UAAU,GAAG,SAAS,CAAC,EAAE,EAAzB,CAAyB;YAC7C,OAAO,EAAE,UAAO,SAAS;;4BAAK,qBAAM,kBAAS,CAAC,GAAG,CAAc,cAAK,CAAC,WAAW,CAAC,CAAC,SAAS,CAAC,EAAE,EAAE,EAAE,SAAS,CAAC,EAAE,EAAE,CAAC,EAAA;4BAAnF,sBAAA,SAAmF,EAAA;;qBAAA;SAClH;QACD,QAAQ,EAAE,UAAO,IAAI;;;4BACnB,qBAAM,kBAAS,CAAC,GAAG,CAAc,cAAK,CAAC,WAAW,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,EAAA;;wBAA9D,SAA8D,CAAA;wBAE9D,IAAA,YAAM,EAAC,QAAQ,CAAC,CAAA;wBAEhB,WAAW,CAAC,EAAE,OAAO,EAAE,sBAAsB,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC,CAAA;;;;aACpE;QACD,MAAM,EAAE;YACN,CAAC,EAAE,IAAI,EAAE,cAAc,EAAE,cAAc,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC;YAClF;gBACE,EAAE,IAAI,EAAE,WAAW,EAAE,cAAc,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,eAAe,EAAE;gBACpF,EAAE,IAAI,EAAE,UAAU,EAAE,cAAc,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,WAAW,EAAE;aAChF;YACD,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,cAAc,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,CAAC;SAC7E;KACF,CAAA;IAED,OAAO,SAAS,CAAA;AAClB,CAAC;AA5BD,oCA4BC"}
|
|
@@ -92,7 +92,6 @@ function DynamicFormHandler(props) {
|
|
|
92
92
|
if (isLoading && props.getDetails) {
|
|
93
93
|
return (0, jsx_runtime_1.jsx)(loader_circle_1.LoaderCircle, { size: 30, color: '#000' });
|
|
94
94
|
}
|
|
95
|
-
console.log(__assign(__assign({}, data), (props.initialData || {})));
|
|
96
95
|
return ((0, jsx_runtime_1.jsx)("div", { style: { padding: 20 }, children: (0, jsx_runtime_1.jsx)(__1.FormHandler, __assign({}, props, { initialData: __assign(__assign({}, data), (props.initialData || {})), children: props.inputs.map(function (row, index) {
|
|
97
96
|
return ((0, jsx_runtime_1.jsx)("div", { style: { display: 'grid', gap: 15, gridTemplateColumns: "repeat(".concat(row.length, ", 1fr)") }, children: row.map(function (input) {
|
|
98
97
|
var Element = Inputs[input.inputComponent];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/ui/components/form/handler/dynamic_form_handler/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAAgC;AAChC,+DAA4D;AAE5D,4CAAwB;AAIxB,kDAAqC;AAErC,SAAgB,kBAAkB,CAAC,KAA8B;IAC/D,SAAe,OAAO;;;;gBACpB,sBAAO,MAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,UAAU,0CAAE,OAAO,CAAC,KAAK,CAAC,SAAS,CAAC,EAAA;;;KACnD;IAEK,IAAA,KAAsB,IAAA,aAAM,EAAC,KAAK,CAAC,UAAU,IAAI,KAAK,CAAC,UAAU,CAAC,GAAG,CAAC,KAAK,CAAC,SAAS,CAAC,EAAE,OAAO,CAAC,EAA9F,IAAI,UAAA,EAAE,SAAS,eAA+E,CAAA;IAEtG,IAAI,SAAS,IAAI,KAAK,CAAC,UAAU,EAAE,CAAC;QAClC,OAAO,uBAAC,4BAAY,IAAC,IAAI,EAAE,EAAE,EAAE,KAAK,EAAC,MAAM,GAAG,CAAA;IAChD,CAAC;IAED,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/ui/components/form/handler/dynamic_form_handler/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAAgC;AAChC,+DAA4D;AAE5D,4CAAwB;AAIxB,kDAAqC;AAErC,SAAgB,kBAAkB,CAAC,KAA8B;IAC/D,SAAe,OAAO;;;;gBACpB,sBAAO,MAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,UAAU,0CAAE,OAAO,CAAC,KAAK,CAAC,SAAS,CAAC,EAAA;;;KACnD;IAEK,IAAA,KAAsB,IAAA,aAAM,EAAC,KAAK,CAAC,UAAU,IAAI,KAAK,CAAC,UAAU,CAAC,GAAG,CAAC,KAAK,CAAC,SAAS,CAAC,EAAE,OAAO,CAAC,EAA9F,IAAI,UAAA,EAAE,SAAS,eAA+E,CAAA;IAEtG,IAAI,SAAS,IAAI,KAAK,CAAC,UAAU,EAAE,CAAC;QAClC,OAAO,uBAAC,4BAAY,IAAC,IAAI,EAAE,EAAE,EAAE,KAAK,EAAC,MAAM,GAAG,CAAA;IAChD,CAAC;IAED,OAAO,CACL,gCAAK,KAAK,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,YACzB,uBAAC,eAAW,eAAM,KAAa,IAAE,WAAW,wBAAO,IAAI,GAAK,CAAC,KAAK,CAAC,WAAW,IAAI,EAAE,CAAC,aAClF,KAAK,CAAC,MAAM,CAAC,GAAG,CAAC,UAAC,GAAG,EAAE,KAAK;gBAC3B,OAAO,CACL,gCAAiB,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,EAAE,EAAE,mBAAmB,EAAE,iBAAU,GAAG,CAAC,MAAM,WAAQ,EAAE,YACpG,GAAG,CAAC,GAAG,CAAC,UAAC,KAAK;wBACb,IAAM,OAAO,GAAG,MAAM,CAAC,KAAK,CAAC,cAAc,CAAC,CAAA;wBAE5C,OAAO,uBAAC,OAAO,eAAuB,KAAa,GAA9B,KAAK,CAAC,IAAI,CAAwB,CAAA;oBACzD,CAAC,CAAC,IALM,KAAK,CAMT,CACP,CAAA;YACH,CAAC,CAAC,IACU,GACV,CACP,CAAA;AACH,CAAC;AA5BD,gDA4BC"}
|