infinity-forge 2.0.4 → 2.0.6
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/header/components/menu-right/messages/content/card/index.js +1 -2
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/index.js +1 -1
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/index.js +1 -2
- package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/index.js +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.js +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/export/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/export/index.js +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/filters/index.js +1 -2
- package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.js +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/skeleton-table/index.js +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.js +1 -1
- package/dist/test/index.js +12 -2
- package/dist/test/index.js.map +1 -1
- package/dist/ui/contexts/i18n/edit-mode/index.js +1 -1
- package/dist/ui/contexts/i18n/edit-mode/index.js.map +1 -1
- package/dist/ui/contexts/i18n/use-i18n-data/index.d.ts +4 -4
- package/dist/ui/contexts/i18n/use-i18n-data/index.js +3 -2
- package/dist/ui/contexts/i18n/use-i18n-data/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -43,5 +43,4 @@ function MessageCard(_a) {
|
|
|
43
43
|
var title = _a.title, status = _a.status, date = _a.date, name = _a.name, description = _a.description, url = _a.url;
|
|
44
44
|
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'MessageCard', children: (0, jsx_runtime_1.jsxs)(S.MessageCard, { href: url, children: [(0, jsx_runtime_1.jsxs)("div", { className: 'top', children: [(0, jsx_runtime_1.jsx)("h5", { className: 'title font-16-bold', children: title }), (0, jsx_runtime_1.jsx)(system_1.HighlightText, __assign({}, status)), (0, jsx_runtime_1.jsx)("span", { className: 'days font-12-regular', children: date })] }), (0, jsx_runtime_1.jsxs)("p", { className: 'description font-16-regular', children: [(0, jsx_runtime_1.jsxs)("strong", { className: '-bold', children: [name, ": "] }), " ", description] })] }) }));
|
|
45
45
|
}
|
|
46
|
-
exports.
|
|
47
|
-
//# sourceMappingURL=index.js.map
|
|
46
|
+
exports.Mess
|
|
@@ -89,4 +89,4 @@ function Content() {
|
|
|
89
89
|
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'Content', children: (0, jsx_runtime_1.jsx)(S.Content, { children: (0, jsx_runtime_1.jsx)("div", { className: 'cards-box', children: messages.map(function (item) { return ((0, jsx_runtime_1.jsx)(card_1.MessageCard, __assign({}, item), 'message-card' + item.title)); }) }) }) }));
|
|
90
90
|
}
|
|
91
91
|
exports.Content = Content;
|
|
92
|
-
//#
|
|
92
|
+
//# sour
|
|
@@ -32,5 +32,4 @@ function Content() {
|
|
|
32
32
|
var _a = (0, system_1.useAuthAdmin)(), user = _a.user, signOut = _a.signOut;
|
|
33
33
|
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'Content', children: (0, jsx_runtime_1.jsxs)(S.Content, { children: [(0, jsx_runtime_1.jsx)("div", { className: 'user-profile', children: (0, jsx_runtime_1.jsxs)("div", { className: 'user-info', children: [(0, jsx_runtime_1.jsx)("h6", { className: 'font-16-semibold', children: user === null || user === void 0 ? void 0 : user.firstName }), (0, jsx_runtime_1.jsx)("p", { className: 'font-14-regular email', children: user === null || user === void 0 ? void 0 : user.emailAddress })] }) }), (0, jsx_runtime_1.jsx)("div", { className: 'divider', children: (0, jsx_runtime_1.jsx)("button", { className: 'sign-out-button font-14-regular', type: 'button', onClick: function () { return signOut(); }, children: "Sair" }) })] }) }));
|
|
34
34
|
}
|
|
35
|
-
exports.
|
|
36
|
-
//# sourceMappingURL=index.js.map
|
|
35
|
+
exports.Co
|
|
@@ -103,4 +103,4 @@ function CreateAction(_a) {
|
|
|
103
103
|
return ((0, jsx_runtime_1.jsx)(S.Create, { children: ((_b = actions.create) === null || _b === void 0 ? void 0 : _b.link) ? ((0, jsx_runtime_1.jsxs)(link_1.default, { className: 'create-button font-14-regular', href: actions.create.link.href, children: [(0, jsx_runtime_1.jsx)("div", { className: 'icon', children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: ((_c = actions === null || actions === void 0 ? void 0 : actions.create) === null || _c === void 0 ? void 0 : _c.icon) || 'IconPlusSharp' }) }), actions.create.text] })) : ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(ui_1.Modal, { styles: { width: '100vw', maxWidth: '512px', borderRadius: 10 }, open: open, onClose: function () { return setOpen(false); }, children: (0, jsx_runtime_1.jsx)(ui_1.DynamicFormHandler, __assign({}, actions.create, { onSucess: onSuccessCreate })) }), (0, jsx_runtime_1.jsxs)("button", { className: 'create-button font-14-regular', type: 'button', onClick: function () { return setOpen(true); }, children: [(0, jsx_runtime_1.jsx)("div", { className: 'icon', children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: (actions === null || actions === void 0 ? void 0 : actions.create.icon) || 'IconPlusSharp' }) }), actions.create.text] })] })) }));
|
|
104
104
|
}
|
|
105
105
|
exports.CreateAction = CreateAction;
|
|
106
|
-
//#
|
|
106
|
+
//# sourceM
|
|
@@ -32,4 +32,4 @@ function Export(_a) {
|
|
|
32
32
|
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'Export', children: (0, jsx_runtime_1.jsxs)(S.Export, { className: 'font-14-regular', children: [(0, jsx_runtime_1.jsx)("div", { className: 'icon', children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'IconUpload' }) }), "Exportar"] }) }));
|
|
33
33
|
}
|
|
34
34
|
exports.Export = Export;
|
|
35
|
-
//#
|
|
35
|
+
//# sourceM
|
|
@@ -135,5 +135,4 @@ function Filters(_a) {
|
|
|
135
135
|
});
|
|
136
136
|
}); }, options: filter.options.map(function (op) { return ({ label: op.text, value: op.value }); }) }, filter.data)); }), (0, jsx_runtime_1.jsx)(system_1.InputSearch, { onChange: function (value) { return (0, ui_1.updateRoute)({ params: { search: value, page: 1 }, router: router }); } })] }) }) }) }));
|
|
137
137
|
}
|
|
138
|
-
exports.Filters
|
|
139
|
-
//# sourceMappingURL=index.js.map
|
|
138
|
+
exports.Filters
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { PaginationModel } from '../../../../../../../../system/index.js';
|
|
2
|
-
export declare function PaginationTable({ page, endPage, pages, pageSize, totalItems, hasNextPage, hasPreviousPage }: PaginationModel): import("react/jsx-
|
|
2
|
+
export declare function PaginationTable({ page, endPage, pages, pageSize, totalItems, hasNextPage, hasPreviousPage }: PaginationModel): import("react/jsx-r
|
|
@@ -53,4 +53,4 @@ function PaginationTable(_a) {
|
|
|
53
53
|
}, onClick: function () { return onSelect(pagination.page + 1); }, children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'IconKeyboardRightArrow' }) }))] }));
|
|
54
54
|
}
|
|
55
55
|
exports.PaginationTable = PaginationTable;
|
|
56
|
-
//#
|
|
56
|
+
//# sourceM
|
package/dist/system/presentation/hooks/ui/use-table/components/table/skeleton-table/index.js
CHANGED
|
@@ -31,4 +31,4 @@ function SkeletonTable() {
|
|
|
31
31
|
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'skeleton', children: (0, jsx_runtime_1.jsxs)(S.SkeletonCustom, { "data-testid": 'skeleton', children: [(0, jsx_runtime_1.jsx)(ui_1.Skeleton, { type: 'line', size: { height: '60px', width: '100%', margin: "0" } }), (0, jsx_runtime_1.jsx)(ui_1.Skeleton, { type: 'line', size: { height: '60px', width: '100%', margin: "0" } }), (0, jsx_runtime_1.jsx)(ui_1.Skeleton, { type: 'line', size: { height: '60px', width: '100%', margin: "0" } }), (0, jsx_runtime_1.jsx)(ui_1.Skeleton, { type: 'line', size: { height: '60px', width: '100%', margin: "0" } }), (0, jsx_runtime_1.jsx)(ui_1.Skeleton, { type: 'line', size: { height: '60px', width: '100%', margin: "0" } }), (0, jsx_runtime_1.jsx)(ui_1.Skeleton, { type: 'line', size: { height: '60px', width: '100%', margin: "0" } }), (0, jsx_runtime_1.jsx)(ui_1.Skeleton, { type: 'line', size: { height: '60px', width: '100%', margin: "0" } }), (0, jsx_runtime_1.jsx)(ui_1.Skeleton, { type: 'line', size: { height: '60px', width: '100%', margin: "0" } }), (0, jsx_runtime_1.jsx)(ui_1.Skeleton, { type: 'line', size: { height: '60px', width: '100%', margin: "0" } })] }) }));
|
|
32
32
|
}
|
|
33
33
|
exports.SkeletonTable = SkeletonTable;
|
|
34
|
-
//#
|
|
34
|
+
//# sourceM
|
|
@@ -47,4 +47,4 @@ function THeadItem(_a) {
|
|
|
47
47
|
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'thead-item', children: (0, jsx_runtime_1.jsx)("th", { style: { width: colunm.width + 'px' }, children: (0, jsx_runtime_1.jsxs)(S.THeadItem, { style: { width: colunm.width + 'px' }, onClick: handleOrd, children: [(0, jsx_runtime_1.jsx)("span", { className: 'font-12-bold uppercase', children: colunm.label }), !disableOrdenationTable && colunm.hasAsc && ((0, jsx_runtime_1.jsx)("div", { className: 'ord-actions', children: (0, jsx_runtime_1.jsx)("button", { type: 'button', children: (0, jsx_runtime_1.jsx)("svg", { style: { transform: rotateArrow ? 'rotate(180deg)' : 'rotate(0deg)' }, xmlns: 'http://www.w3.org/2000/svg', width: '11', height: '6', viewBox: '0 0 11 6', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M5.75 5.5L0.75 0.5H10.75L5.75 5.5Z', fill: ascIsActive ? '#1ABB64' : '#828282' }) }) }) }))] }) }) }));
|
|
48
48
|
}
|
|
49
49
|
exports.THeadItem = THeadItem;
|
|
50
|
-
//#
|
|
50
|
+
//# sourceM
|
package/dist/test/index.js
CHANGED
|
@@ -5,8 +5,18 @@ var jsx_runtime_1 = require("react/jsx-runtime");
|
|
|
5
5
|
var index_1 = require("../index.js");
|
|
6
6
|
function HomePage() {
|
|
7
7
|
var _a = (0, index_1.useI18n)(), languages = _a.languages, words = _a.words, changeLanguage = _a.changeLanguage;
|
|
8
|
-
|
|
9
|
-
return ((0, jsx_runtime_1.
|
|
8
|
+
var formatText = (0, index_1.useI18nText)().formatText;
|
|
9
|
+
return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [languages.map(function (language) { return ((0, jsx_runtime_1.jsx)("button", { type: 'button', onClick: function () { return changeLanguage(language.symbol); }, children: "Test" })); }), formatText({
|
|
10
|
+
i18n: {
|
|
11
|
+
'pt-BR': {
|
|
12
|
+
name: 'Olá',
|
|
13
|
+
},
|
|
14
|
+
'en-USA': {
|
|
15
|
+
name: 'Hello',
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
i18nKey: 'name',
|
|
19
|
+
})] })
|
|
10
20
|
// <FormHandler
|
|
11
21
|
// initialData={{
|
|
12
22
|
// test: [
|
package/dist/test/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/test/index.tsx"],"names":[],"mappings":";;;;AACA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/test/index.tsx"],"names":[],"mappings":";;;;AACA,kCAAuH;AAEvH,SAAgB,QAAQ;IAChB,IAAA,KAAuC,IAAA,eAAO,GAAE,EAA9C,SAAS,eAAA,EAAE,KAAK,WAAA,EAAE,cAAc,oBAAc,CAAA;IAE9C,IAAA,UAAU,GAAK,IAAA,mBAAW,GAAE,WAAlB,CAAkB;IAEpC,OAAO,CACL,6DACC,SAAS,CAAC,GAAG,CAAC,UAAC,QAAQ,IAAK,OAAA,CAAC,mCAAQ,IAAI,EAAC,QAAQ,EAAC,OAAO,EAAE,cAAM,OAAA,cAAc,CAAC,QAAQ,CAAC,MAAM,CAAC,EAA/B,CAA+B,qBAAe,CAAC,EAArF,CAAqF,CAAC,EAEhH,UAAU,CAAC;gBACV,IAAI,EAAE;oBACJ,OAAO,EAAE;wBACP,IAAI,EAAE,KAAK;qBACZ;oBACD,QAAQ,EAAE;wBACR,IAAI,EAAE,OAAO;qBACd;iBACF;gBACD,OAAO,EAAE,MAAM;aAChB,CAAC,IAED;IACH,eAAe;IACf,mBAAmB;IACnB,cAAc;IACd,UAAU;IACV,gDAAgD;IAChD,uCAAuC;IACvC,0CAA0C;IAC1C,iCAAiC;IACjC,wFAAwF;IACxF,gCAAgC;IAChC,yBAAyB;IACzB,WAAW;IACX,UAAU;IACV,gDAAgD;IAChD,uCAAuC;IACvC,0CAA0C;IAC1C,iCAAiC;IACjC,wFAAwF;IACxF,iCAAiC;IACjC,0BAA0B;IAC1B,WAAW;IACX,SAAS;IACT,OAAO;IACP,gCAAgC;IAChC,wFAAwF;IACxF,2CAA2C;IAC3C,IAAI;IACJ,sEAAsE;IACtE,iBAAiB;KAClB,CAAA;AACH,CAAC;AApDD,4BAoDC"}
|
|
@@ -19,7 +19,7 @@ function EditMode() {
|
|
|
19
19
|
setHasPermission(true);
|
|
20
20
|
}
|
|
21
21
|
}, []);
|
|
22
|
-
if (!hasPermission) {
|
|
22
|
+
if (!hasPermission || router.query.editMode === "false") {
|
|
23
23
|
return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {});
|
|
24
24
|
}
|
|
25
25
|
return ((0, jsx_runtime_1.jsx)("button", { type: 'button', style: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/ui/contexts/i18n/edit-mode/index.tsx"],"names":[],"mappings":";;;;;;;AAAA,gDAAyB;AAEzB,sCAAuC;AAEvC,2BAAkC;AAClC,mCAAgD;AAEhD,SAAgB,QAAQ;IACd,IAAA,KAAoC,eAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,EAAxD,aAAa,QAAA,EAAE,gBAAgB,QAAyB,CAAA;IAE/D,IAAM,MAAM,GAAG,IAAA,kBAAS,GAAE,CAAA;IAE1B,eAAK,CAAC,SAAS,CAAC;;QACd,IAAM,OAAO,GAAG,MAAA,kBAAS,CAAC,GAAG,CAAU,mBAAU,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,0CAAE,KAAK,CAAA;QAE9E,IAAI,OAAO,EAAE,CAAC;YACZ,gBAAgB,CAAC,IAAI,CAAC,CAAA;QACxB,CAAC;IACH,CAAC,EAAE,EAAE,CAAC,CAAA;IAEN,IAAI,CAAC,aAAa,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/ui/contexts/i18n/edit-mode/index.tsx"],"names":[],"mappings":";;;;;;;AAAA,gDAAyB;AAEzB,sCAAuC;AAEvC,2BAAkC;AAClC,mCAAgD;AAEhD,SAAgB,QAAQ;IACd,IAAA,KAAoC,eAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,EAAxD,aAAa,QAAA,EAAE,gBAAgB,QAAyB,CAAA;IAE/D,IAAM,MAAM,GAAG,IAAA,kBAAS,GAAE,CAAA;IAE1B,eAAK,CAAC,SAAS,CAAC;;QACd,IAAM,OAAO,GAAG,MAAA,kBAAS,CAAC,GAAG,CAAU,mBAAU,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,0CAAE,KAAK,CAAA;QAE9E,IAAI,OAAO,EAAE,CAAC;YACZ,gBAAgB,CAAC,IAAI,CAAC,CAAA;QACxB,CAAC;IACH,CAAC,EAAE,EAAE,CAAC,CAAA;IAEN,IAAI,CAAC,aAAa,IAAI,MAAM,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,EAAE,CAAC;QACxD,OAAO,kDAAK,CAAA;IACd,CAAC;IAED,OAAO,CACL,mCACE,IAAI,EAAC,QAAQ,EACb,KAAK,EAAE;YACL,QAAQ,EAAE,OAAO;YACjB,MAAM,EAAE,MAAM;YACd,MAAM,EAAE,EAAE;YACV,KAAK,EAAE,EAAE;YACT,KAAK,EAAE,OAAO;YACd,MAAM,EAAE,MAAM;YACd,MAAM,EAAE,GAAG;YACX,UAAU,EAAE,MAAM;YAClB,KAAK,EAAE,MAAM;YACb,UAAU,EAAE,MAAM,CAAC,KAAK,CAAC,QAAQ,KAAK,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM;SAChE,EACD,OAAO,EAAE,cAAM,OAAA,IAAA,gBAAW,EAAC,EAAE,MAAM,QAAA,EAAE,MAAM,EAAE,EAAE,QAAQ,EAAE,MAAM,CAAC,KAAK,CAAC,QAAQ,KAAK,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,EAAlG,CAAkG,sCAG1G,CACV,CAAA;AACH,CAAC;AArCH,4BAqCG"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare function useI18nText(): {
|
|
2
2
|
formatText: <T extends {
|
|
3
3
|
i18n: Record<string, any>;
|
|
4
|
-
}>({ i18n, i18nKey
|
|
5
|
-
i18n:
|
|
6
|
-
i18nKey:
|
|
7
|
-
}) =>
|
|
4
|
+
}>({ i18n, i18nKey }: {
|
|
5
|
+
i18n: any;
|
|
6
|
+
i18nKey: any;
|
|
7
|
+
}) => T | "Translate Not Found";
|
|
8
8
|
};
|
|
9
9
|
export declare function useI18nData<T>({ i18n }: {
|
|
10
10
|
i18n?: {
|
|
@@ -2,15 +2,16 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.useI18nData = exports.useI18nText = void 0;
|
|
4
4
|
var router_1 = require("next/router");
|
|
5
|
+
var react_1 = require("react");
|
|
5
6
|
function useI18nText() {
|
|
6
7
|
var _a = (0, router_1.useRouter)().locale, locale = _a === void 0 ? 'pt-BR' : _a;
|
|
7
|
-
|
|
8
|
+
var formatText = (0, react_1.useCallback)(function (_a) {
|
|
8
9
|
var i18n = _a.i18n, i18nKey = _a.i18nKey;
|
|
9
10
|
if (!i18n || !i18n[locale] || !i18n[locale][i18nKey]) {
|
|
10
11
|
return 'Translate Not Found';
|
|
11
12
|
}
|
|
12
13
|
return i18n[locale][i18nKey];
|
|
13
|
-
}
|
|
14
|
+
}, [locale]);
|
|
14
15
|
return { formatText: formatText };
|
|
15
16
|
}
|
|
16
17
|
exports.useI18nText = useI18nText;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/ui/contexts/i18n/use-i18n-data/index.tsx"],"names":[],"mappings":";;;AAAA,sCAAuC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/ui/contexts/i18n/use-i18n-data/index.tsx"],"names":[],"mappings":";;;AAAA,sCAAuC;AACvC,+BAAmC;AAEnC,SAAgB,WAAW;IACjB,IAAA,KAAqB,IAAA,kBAAS,GAAE,OAAhB,EAAhB,MAAM,mBAAG,OAAO,KAAA,CAAgB;IAExC,IAAM,UAAU,GAAG,IAAA,mBAAW,EAAC,UAA0C,EAAiB;YAAf,IAAI,UAAA,EAAE,OAAO,aAAA;QACtF,IAAI,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,EAAE,CAAC;YACrD,OAAO,qBAAqB,CAAA;QAC9B,CAAC;QAED,OAAO,IAAI,CAAC,MAAM,CAAC,CAAC,OAAO,CAAM,CAAA;IACnC,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,CAAA;IAEZ,OAAO,EAAE,UAAU,YAAA,EAAE,CAAA;AACvB,CAAC;AAZD,kCAYC;AAGD,SAAgB,WAAW,CAAI,EAAyC;QAAvC,IAAI,UAAA;IAC3B,IAAA,KAAqB,IAAA,kBAAS,GAAE,OAAhB,EAAhB,MAAM,mBAAG,OAAO,KAAA,CAAgB;IAExC,IAAI,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;QAC3B,OAAO,EAAO,CAAA;IAChB,CAAC;IAED,OAAO,IAAI,CAAC,MAAM,CAAM,CAAA;AAC1B,CAAC;AARD,kCAQC"}
|