infinity-forge 0.22.2 → 0.23.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/system/presentation/hooks/ui/use-table/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/index.js +1 -1
- package/package.json +1 -1
- package/dist/system/domain/use-cases/menu/load-menu.d.ts +0 -15
- package/dist/system/domain/use-cases/menu/load-menu.js +0 -3
- package/dist/system/domain/use-cases/menu/load-menu.js.map +0 -1
- package/dist/system/presentation/components/data/cards/index.d.ts +0 -1
- package/dist/system/presentation/components/data/cards/index.js +0 -18
- package/dist/system/presentation/components/data/cards/index.js.map +0 -1
- package/dist/system/presentation/components/data/cards/message-card/index.d.ts +0 -2
- package/dist/system/presentation/components/data/cards/message-card/index.js +0 -37
- package/dist/system/presentation/components/data/cards/message-card/index.js.map +0 -1
- package/dist/system/presentation/components/data/cards/message-card/styles.d.ts +0 -2
- package/dist/system/presentation/components/data/cards/message-card/styles.js +0 -14
- package/dist/system/presentation/components/data/cards/message-card/styles.js.map +0 -1
- package/dist/system/presentation/components/data/skeleton/index.d.ts +0 -2
- package/dist/system/presentation/components/data/skeleton/index.js +0 -35
- package/dist/system/presentation/components/data/skeleton/index.js.map +0 -1
- package/dist/system/presentation/components/data/skeleton/interfaces.d.ts +0 -4
- package/dist/system/presentation/components/data/skeleton/interfaces.js +0 -3
- package/dist/system/presentation/components/data/skeleton/interfaces.js.map +0 -1
- package/dist/system/presentation/components/data/skeleton/styles.d.ts +0 -4
- package/dist/system/presentation/components/data/skeleton/styles.js +0 -14
- package/dist/system/presentation/components/data/skeleton/styles.js.map +0 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/filters/search/index.d.ts +0 -4
- package/dist/system/presentation/hooks/ui/use-table/components/table/filters/search/index.js +0 -13
- package/dist/system/presentation/hooks/ui/use-table/components/table/filters/search/index.js.map +0 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/filters/select/index.d.ts +0 -5
- package/dist/system/presentation/hooks/ui/use-table/components/table/filters/select/index.js +0 -42
- package/dist/system/presentation/hooks/ui/use-table/components/table/filters/select/index.js.map +0 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/index.d.ts +0 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/index.js +0 -33
- package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/index.js.map +0 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/styles.d.ts +0 -4
- package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/styles.js +0 -14
- package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/styles.js.map +0 -1
- package/dist/system/presentation/hooks/ui/use-table/query/get-key-query-table.d.ts +0 -4
- package/dist/system/presentation/hooks/ui/use-table/query/get-key-query-table.js +0 -32
- package/dist/system/presentation/hooks/ui/use-table/query/get-key-query-table.js.map +0 -1
- package/dist/system/presentation/hooks/ui/use-table/query.d.ts +0 -5
- package/dist/system/presentation/hooks/ui/use-table/query.js +0 -57
- package/dist/system/presentation/hooks/ui/use-table/query.js.map +0 -1
- package/dist/tsconfig.tsbuildinfo +0 -1
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./query.js"), exports);
|
|
17
|
+
__exportStar(require("./query/index.js"), exports);
|
|
18
18
|
__exportStar(require("./component.js"), exports);
|
|
19
19
|
__exportStar(require("./components/index.js"), exports);
|
|
20
20
|
__exportStar(require("./interfaces.js"), exports);
|
package/package.json
CHANGED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { List } from '../../../../system/index.js';
|
|
2
|
-
import { IconsNames } from '../../../../ui/index.js';
|
|
3
|
-
export type LoadMenu = {
|
|
4
|
-
load: () => Promise<LoadMenu.Model>;
|
|
5
|
-
};
|
|
6
|
-
export type IMenu = {
|
|
7
|
-
order: number;
|
|
8
|
-
title: string;
|
|
9
|
-
icon: IconsNames;
|
|
10
|
-
route?: string;
|
|
11
|
-
items?: IMenu[];
|
|
12
|
-
};
|
|
13
|
-
export declare namespace LoadMenu {
|
|
14
|
-
type Model = List<IMenu>;
|
|
15
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"load-menu.js","sourceRoot":"","sources":["../../../../../src/system/domain/use-cases/menu/load-menu.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './message-card/index.js';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./message-card/index.js"), exports);
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/data/cards/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA8B"}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.MessageCard = void 0;
|
|
27
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
28
|
-
var semantic_ui_react_1 = require("semantic-ui-react");
|
|
29
|
-
var ui_1 = require("../../../../../../ui/index.js");
|
|
30
|
-
var avatar_1 = require("../../avatar/index.js");
|
|
31
|
-
var S = __importStar(require("./styles.js"));
|
|
32
|
-
function MessageCard(_a) {
|
|
33
|
-
var avatar = _a.avatar, message = _a.message, name = _a.name, sendTime = _a.sendTime, unRead = _a.unRead;
|
|
34
|
-
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'MessageCard', children: (0, jsx_runtime_1.jsxs)(S.MessageCard, { children: [(0, jsx_runtime_1.jsxs)("div", { className: 'avatar-box', children: [avatar.length > 0 && (0, jsx_runtime_1.jsx)(avatar_1.Avatar, { image: avatar[0], className: avatar.length > 1 && 'first' }), avatar.length > 1 && (0, jsx_runtime_1.jsx)(avatar_1.Avatar, { image: avatar[1], className: avatar.length > 1 && 'second' })] }), (0, jsx_runtime_1.jsxs)("div", { className: 'content-box', children: [(0, jsx_runtime_1.jsx)("p", { className: 'name font-14-bold', children: name }), (0, jsx_runtime_1.jsxs)("div", { className: 'message-box', children: [(0, jsx_runtime_1.jsx)("p", { className: 'message font-12-regular', children: message }), unRead ? ((0, jsx_runtime_1.jsx)("div", { className: 'status blue' })) : ((0, jsx_runtime_1.jsx)("span", { className: 'status', children: (0, jsx_runtime_1.jsx)(semantic_ui_react_1.Icon, { name: 'check circle outline' }) }))] })] })] }) }));
|
|
35
|
-
}
|
|
36
|
-
exports.MessageCard = MessageCard;
|
|
37
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/system/presentation/components/data/cards/message-card/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uDAAwC;AAExC,2BAA4B;AAC5B,uCAAqC;AAGrC,0CAA6B;AAE7B,SAAgB,WAAW,CAAC,EAAqD;QAAnD,MAAM,YAAA,EAAE,OAAO,aAAA,EAAE,IAAI,UAAA,EAAE,QAAQ,cAAA,EAAE,MAAM,YAAA;IACnE,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,aAAa,YACvB,wBAAC,CAAC,CAAC,WAAW,eACZ,iCAAK,SAAS,EAAC,YAAY,aACxB,MAAM,CAAC,MAAM,GAAG,CAAC,IAAI,uBAAC,eAAM,IAAC,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,EAAE,SAAS,EAAE,MAAM,CAAC,MAAM,GAAG,CAAC,IAAI,OAAO,GAAI,EAE1F,MAAM,CAAC,MAAM,GAAG,CAAC,IAAI,uBAAC,eAAM,IAAC,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,EAAE,SAAS,EAAE,MAAM,CAAC,MAAM,GAAG,CAAC,IAAI,QAAQ,GAAI,IACxF,EAEN,iCAAK,SAAS,EAAC,aAAa,aAC1B,8BAAG,SAAS,EAAC,mBAAmB,YAAE,IAAI,GAAK,EAE3C,iCAAK,SAAS,EAAC,aAAa,aAC1B,8BAAG,SAAS,EAAC,yBAAyB,YAAE,OAAO,GAAK,EAEnD,MAAM,CAAC,CAAC,CAAC,CACR,gCAAK,SAAS,EAAC,aAAa,GAAG,CAChC,CAAC,CAAC,CAAC,CACF,iCAAM,SAAS,EAAC,QAAQ,YACtB,uBAAC,wBAAI,IAAC,IAAI,EAAC,sBAAsB,GAAG,GAC/B,CACR,IACG,IACF,IACQ,GACV,CACT,CAAA;AACH,CAAC;AA5BD,kCA4BC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
3
|
-
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
|
-
return cooked;
|
|
5
|
-
};
|
|
6
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8
|
-
};
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.MessageCard = void 0;
|
|
11
|
-
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
-
exports.MessageCard = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n gap: 10px;\n border-radius: 6px;\n cursor: pointer;\n padding: 0.7rem;\n transition: background 0.1s ease-in-out;\n\n &:hover {\n background: rgba(0, 0, 0, 0.05);\n }\n\n .avatar-box {\n position: relative;\n z-index: 22;\n\n .first {\n position: relative;\n z-index: 22;\n }\n\n .second {\n transform: scale(0.92);\n position: absolute;\n z-index: 23;\n top: 20%;\n left: -20%;\n border: 2px solid #fff;\n }\n }\n\n .content-box {\n width: 100%;\n\n .name {\n margin-bottom: 0.125rem; // mb-0.5\n width: 91.666%; // w-11/12\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n font-weight: 600; // font-semibold\n color: #1f2937; // text-gray-900\n }\n\n .message-box {\n display: flex;\n align-items: center;\n justify-content: space-between;\n\n .message {\n margin: 0;\n width: 100%;\n max-width: 200px;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n padding-inline-end: 1.75rem; // pe-7\n color: #6b7280; // text-gray-500\n }\n\n .time {\n width: fit-content;\n color: #6b7280; // text-gray-500\n padding-inline-end: 2rem; // pe-7\n padding-inline-start: 0.8rem; // pe-7\n white-space: nowrap;\n }\n }\n\n .status {\n color: #444;\n width: 10px;\n height: 10px;\n display: flex;\n background: #f1f1f1;\n border-radius: 100rem;\n margin: 0 auto auto;\n padding: 0.5px;\n\n svg {\n width: 100%;\n height: auto;\n }\n\n &.blue {\n background: #3872fa;\n }\n }\n }\n"], ["\n display: flex;\n align-items: center;\n gap: 10px;\n border-radius: 6px;\n cursor: pointer;\n padding: 0.7rem;\n transition: background 0.1s ease-in-out;\n\n &:hover {\n background: rgba(0, 0, 0, 0.05);\n }\n\n .avatar-box {\n position: relative;\n z-index: 22;\n\n .first {\n position: relative;\n z-index: 22;\n }\n\n .second {\n transform: scale(0.92);\n position: absolute;\n z-index: 23;\n top: 20%;\n left: -20%;\n border: 2px solid #fff;\n }\n }\n\n .content-box {\n width: 100%;\n\n .name {\n margin-bottom: 0.125rem; // mb-0.5\n width: 91.666%; // w-11/12\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n font-weight: 600; // font-semibold\n color: #1f2937; // text-gray-900\n }\n\n .message-box {\n display: flex;\n align-items: center;\n justify-content: space-between;\n\n .message {\n margin: 0;\n width: 100%;\n max-width: 200px;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n padding-inline-end: 1.75rem; // pe-7\n color: #6b7280; // text-gray-500\n }\n\n .time {\n width: fit-content;\n color: #6b7280; // text-gray-500\n padding-inline-end: 2rem; // pe-7\n padding-inline-start: 0.8rem; // pe-7\n white-space: nowrap;\n }\n }\n\n .status {\n color: #444;\n width: 10px;\n height: 10px;\n display: flex;\n background: #f1f1f1;\n border-radius: 100rem;\n margin: 0 auto auto;\n padding: 0.5px;\n\n svg {\n width: 100%;\n height: auto;\n }\n\n &.blue {\n background: #3872fa;\n }\n }\n }\n"])));
|
|
13
|
-
var templateObject_1;
|
|
14
|
-
//# sourceMappingURL=styles.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../../../src/system/presentation/components/data/cards/message-card/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAA+C;AAElC,QAAA,WAAW,GAAG,2BAAM,CAAC,GAAG,o0DAAA,iwDA0FpC,KAAA"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.Skeleton = void 0;
|
|
27
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
28
|
-
var ui_1 = require("../../../../../ui/index.js");
|
|
29
|
-
var S = __importStar(require("./styles.js"));
|
|
30
|
-
function Skeleton(_a) {
|
|
31
|
-
var type = _a.type, _b = _a.spacing, spacing = _b === void 0 ? 1 : _b;
|
|
32
|
-
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'skeleton', children: (0, jsx_runtime_1.jsx)(S.SkeletonCustom, { "data-testid": 'skeleton', children: "Novos skeletons" }) }));
|
|
33
|
-
}
|
|
34
|
-
exports.Skeleton = Skeleton;
|
|
35
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/data/skeleton/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,2BAA4B;AAI5B,0CAA6B;AAE7B,SAAgB,QAAQ,CAAC,EAAqC;QAAnC,IAAI,UAAA,EAAE,eAAW,EAAX,OAAO,mBAAG,CAAC,KAAA;IAC1C,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,UAAU,YACpB,uBAAC,CAAC,CAAC,cAAc,mBAAa,UAAU,gCAErB,GACb,CACT,CAAA;AACH,CAAC;AARD,4BAQC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/data/skeleton/interfaces.ts"],"names":[],"mappings":""}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const SkeletonCustom: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
3
|
-
ref?: import("react").Ref<HTMLDivElement>;
|
|
4
|
-
}, never>>;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
3
|
-
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
|
-
return cooked;
|
|
5
|
-
};
|
|
6
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8
|
-
};
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.SkeletonCustom = void 0;
|
|
11
|
-
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
-
exports.SkeletonCustom = (0, styled_components_1.default)("div")(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n .avatar {\n display: flex;\n align-items: center;\n justify-content: space-around;\n }\n"], ["\n .avatar {\n display: flex;\n align-items: center;\n justify-content: space-around;\n }\n"])));
|
|
13
|
-
var templateObject_1;
|
|
14
|
-
//# sourceMappingURL=styles.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/data/skeleton/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAuC;AAE1B,QAAA,cAAc,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,2KAAA,wGAM1C,KAAC"}
|
package/dist/system/presentation/hooks/ui/use-table/components/table/filters/search/index.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.InputSearch = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
var semantic_ui_react_1 = require("semantic-ui-react");
|
|
6
|
-
var ui_1 = require("../../../../../../../../../ui/index.js");
|
|
7
|
-
function InputSearch(_a) {
|
|
8
|
-
var items = _a.items, setItems = _a.setItems;
|
|
9
|
-
function handleChange(ev) { }
|
|
10
|
-
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'InputSearch', children: (0, jsx_runtime_1.jsx)(semantic_ui_react_1.Input, { icon: 'search', iconPosition: 'left', placeholder: 'Pesquisar...', onChange: handleChange }) }));
|
|
11
|
-
}
|
|
12
|
-
exports.InputSearch = InputSearch;
|
|
13
|
-
//# sourceMappingURL=index.js.map
|
package/dist/system/presentation/hooks/ui/use-table/components/table/filters/search/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../src/system/presentation/hooks/ui/use-table/components/table/filters/search/index.tsx"],"names":[],"mappings":";;;;AAAA,uDAAyC;AAEzC,2BAA4B;AAE5B,SAAgB,WAAW,CAAC,EAAmB;QAAjB,KAAK,WAAA,EAAE,QAAQ,cAAA;IAC3C,SAAS,YAAY,CAAC,EAAE,IAAG,CAAC;IAE5B,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,aAAa,YACvB,uBAAC,yBAAK,IAAC,IAAI,EAAC,QAAQ,EAAC,YAAY,EAAC,MAAM,EAAC,WAAW,EAAC,cAAc,EAAC,QAAQ,EAAE,YAAY,GAAI,GACxF,CACT,CAAA;AACH,CAAC;AARD,kCAQC"}
|
package/dist/system/presentation/hooks/ui/use-table/components/table/filters/select/index.js
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
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
|
-
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.SelectFilter = void 0;
|
|
18
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
|
-
var router_1 = require("next/router");
|
|
20
|
-
var react_select_1 = __importDefault(require("react-select"));
|
|
21
|
-
var ui_1 = require("../../../../../../../../../ui/index.js");
|
|
22
|
-
function SelectFilter(_a) {
|
|
23
|
-
var options = _a.options, queryName = _a.queryName, placeHolder = _a.placeHolder;
|
|
24
|
-
var router = (0, router_1.useRouter)();
|
|
25
|
-
function handleChange(ev) {
|
|
26
|
-
var value = ev.value;
|
|
27
|
-
var newQuery = __assign({}, router.query);
|
|
28
|
-
if (!value) {
|
|
29
|
-
delete newQuery[queryName];
|
|
30
|
-
}
|
|
31
|
-
else {
|
|
32
|
-
newQuery[queryName] = value;
|
|
33
|
-
}
|
|
34
|
-
router.push({
|
|
35
|
-
pathname: router.pathname,
|
|
36
|
-
query: newQuery,
|
|
37
|
-
});
|
|
38
|
-
}
|
|
39
|
-
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'SelectFilter - ' + queryName, children: (0, jsx_runtime_1.jsx)(react_select_1.default, { className: 'font-14-regular', onChange: handleChange, options: options, placeholder: placeHolder }) }));
|
|
40
|
-
}
|
|
41
|
-
exports.SelectFilter = SelectFilter;
|
|
42
|
-
//# sourceMappingURL=index.js.map
|
package/dist/system/presentation/hooks/ui/use-table/components/table/filters/select/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../src/system/presentation/hooks/ui/use-table/components/table/filters/select/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAAA,sCAAuC;AAEvC,8DAAiC;AAEjC,2BAA4B;AAE5B,SAAgB,YAAY,CAAC,EAAmC;QAAjC,OAAO,aAAA,EAAE,SAAS,eAAA,EAAE,WAAW,iBAAA;IAC5D,IAAM,MAAM,GAAG,IAAA,kBAAS,GAAE,CAAA;IAE1B,SAAS,YAAY,CAAC,EAAE;QACtB,IAAM,KAAK,GAAG,EAAE,CAAC,KAAK,CAAA;QAEtB,IAAM,QAAQ,gBAAQ,MAAM,CAAC,KAAK,CAAE,CAAA;QACpC,IAAI,CAAC,KAAK,EAAE,CAAC;YACX,OAAO,QAAQ,CAAC,SAAS,CAAC,CAAA;QAC5B,CAAC;aAAM,CAAC;YACN,QAAQ,CAAC,SAAS,CAAC,GAAG,KAAK,CAAA;QAC7B,CAAC;QAED,MAAM,CAAC,IAAI,CAAC;YACV,QAAQ,EAAE,MAAM,CAAC,QAAQ;YACzB,KAAK,EAAE,QAAQ;SAChB,CAAC,CAAA;IACJ,CAAC;IAED,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAE,iBAAiB,GAAG,SAAS,YACxC,uBAAC,sBAAM,IAAC,SAAS,EAAC,iBAAiB,EAAC,QAAQ,EAAE,YAAY,EAAE,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,WAAW,GAAI,GACpG,CACT,CAAA;AACH,CAAC;AAxBD,oCAwBC"}
|
package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function LoaderTable(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.LoaderTable = void 0;
|
|
27
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
28
|
-
var S = __importStar(require("./styles.js"));
|
|
29
|
-
function LoaderTable() {
|
|
30
|
-
return ((0, jsx_runtime_1.jsx)(S.LoaderTable, { children: "LOADER COLOCAR" }));
|
|
31
|
-
}
|
|
32
|
-
exports.LoaderTable = LoaderTable;
|
|
33
|
-
//# sourceMappingURL=index.js.map
|
package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../src/system/presentation/hooks/ui/use-table/components/table/loader-table/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,0CAA8B;AAE9B,SAAgB,WAAW;IACzB,OAAO,CACL,uBAAC,CAAC,CAAC,WAAW,iCAEE,CACjB,CAAC;AACJ,CAAC;AAND,kCAMC"}
|
package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/styles.d.ts
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const LoaderTable: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
3
|
-
ref?: import("react").Ref<HTMLDivElement>;
|
|
4
|
-
}, never>>;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
3
|
-
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
|
-
return cooked;
|
|
5
|
-
};
|
|
6
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8
|
-
};
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.LoaderTable = void 0;
|
|
11
|
-
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
-
exports.LoaderTable = (0, styled_components_1.default)("div")(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n gap: 10px;\n min-height: 180px;\n background-color: #fff;\n border: 1px solid rgba(224, 224, 224, 1);\n"], ["\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n gap: 10px;\n min-height: 180px;\n background-color: #fff;\n border: 1px solid rgba(224, 224, 224, 1);\n"])));
|
|
13
|
-
var templateObject_1;
|
|
14
|
-
//# sourceMappingURL=styles.js.map
|
package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/styles.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../../../../../src/system/presentation/hooks/ui/use-table/components/table/loader-table/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAuC;AAE1B,QAAA,WAAW,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,oRAAA,iNASvC,KAAC"}
|
|
@@ -1,32 +0,0 @@
|
|
|
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
|
-
};
|
|
13
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
-
exports.useGetQueryArgumentsTable = void 0;
|
|
15
|
-
var router_1 = require("next/router");
|
|
16
|
-
function useGetQueryArgumentsTable() {
|
|
17
|
-
var _a = (0, router_1.useRouter)(), query = _a.query, isReady = _a.isReady;
|
|
18
|
-
function getQueryArgumentsTable(props) {
|
|
19
|
-
var enabled = props.requireUser ? props.user : true;
|
|
20
|
-
var KEY_TABLE = enabled
|
|
21
|
-
? props.dynamicFiltersFromApi
|
|
22
|
-
? isReady
|
|
23
|
-
? props.queryKey + JSON.stringify(query)
|
|
24
|
-
: null
|
|
25
|
-
: props.queryKey
|
|
26
|
-
: null;
|
|
27
|
-
return __assign(__assign({}, props), { queryKey: KEY_TABLE });
|
|
28
|
-
}
|
|
29
|
-
return { getQueryArgumentsTable: getQueryArgumentsTable };
|
|
30
|
-
}
|
|
31
|
-
exports.useGetQueryArgumentsTable = useGetQueryArgumentsTable;
|
|
32
|
-
//# sourceMappingURL=get-key-query-table.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-key-query-table.js","sourceRoot":"","sources":["../../../../../../../src/system/presentation/hooks/ui/use-table/query/get-key-query-table.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,sCAAuC;AAGvC,SAAgB,yBAAyB;IACjC,IAAA,KAAqB,IAAA,kBAAS,GAAE,EAA9B,KAAK,WAAA,EAAE,OAAO,aAAgB,CAAA;IAEtC,SAAS,sBAAsB,CAAC,KAAiB;QAC/C,IAAM,OAAO,GAAG,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAA;QAErD,IAAM,SAAS,GAAG,OAAO;YACvB,CAAC,CAAC,KAAK,CAAC,qBAAqB;gBAC3B,CAAC,CAAC,OAAO;oBACP,CAAC,CAAC,KAAK,CAAC,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC;oBACxC,CAAC,CAAC,IAAI;gBACR,CAAC,CAAC,KAAK,CAAC,QAAQ;YAClB,CAAC,CAAC,IAAI,CAAA;QAEN,6BAAY,KAAK,KAAE,QAAQ,EAAE,SAAS,IAAE;IAC5C,CAAC;IAED,OAAO,EAAE,sBAAsB,wBAAA,EAAE,CAAA;AACnC,CAAC;AAlBD,8DAkBC"}
|
|
@@ -1,57 +0,0 @@
|
|
|
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
|
-
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.useQueryTable = void 0;
|
|
18
|
-
var swr_1 = __importDefault(require("swr"));
|
|
19
|
-
var router_1 = require("next/router");
|
|
20
|
-
var ui_1 = require("../../../../../ui/index.js");
|
|
21
|
-
function useQueryTable(_a) {
|
|
22
|
-
var queryKey = _a.queryKey, user = _a.user, requireUser = _a.requireUser, Types = _a.Types, container = _a.container, dynamicFiltersFromApi = _a.dynamicFiltersFromApi, debugMode = _a.debugMode;
|
|
23
|
-
var _b = (0, router_1.useRouter)(), query = _b.query, isReady = _b.isReady;
|
|
24
|
-
var enabled = requireUser ? user : true;
|
|
25
|
-
var REMOTE = container && (container === null || container === void 0 ? void 0 : container.get(Types[queryKey]));
|
|
26
|
-
var KEY_TABLE = enabled
|
|
27
|
-
? dynamicFiltersFromApi
|
|
28
|
-
? isReady
|
|
29
|
-
? queryKey + JSON.stringify(query)
|
|
30
|
-
: null
|
|
31
|
-
: queryKey
|
|
32
|
-
: null;
|
|
33
|
-
var queryFiltersBase64 = (0, ui_1.fromBase64ToString)(query.filters);
|
|
34
|
-
var params = __assign(__assign({}, query), { orderColumn: undefined, asc: undefined, order: query.orderColumn && { column: query.orderColumn, asc: !!(query.asc === 'true') }, filters: queryFiltersBase64.filters });
|
|
35
|
-
var tableResponse = (0, swr_1.default)(REMOTE && KEY_TABLE, function () { return REMOTE.loadAll(params); });
|
|
36
|
-
var configurations = (0, swr_1.default)(REMOTE && dynamicFiltersFromApi && "".concat(queryKey, "/Table"), function () { return REMOTE.loadTable(); });
|
|
37
|
-
if (debugMode) {
|
|
38
|
-
console.log({
|
|
39
|
-
enabled: enabled,
|
|
40
|
-
REMOTE: REMOTE,
|
|
41
|
-
KEY_TABLE: KEY_TABLE,
|
|
42
|
-
queryFiltersBase64: queryFiltersBase64,
|
|
43
|
-
params: params,
|
|
44
|
-
data: tableResponse.data,
|
|
45
|
-
isLoading: tableResponse.isLoading,
|
|
46
|
-
error: tableResponse.error,
|
|
47
|
-
loadAll: REMOTE.loadAll,
|
|
48
|
-
configurations: configurations,
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
return {
|
|
52
|
-
data: __assign(__assign({}, tableResponse.data), configurations === null || configurations === void 0 ? void 0 : configurations.data),
|
|
53
|
-
isLoading: (configurations === null || configurations === void 0 ? void 0 : configurations.isLoading) || tableResponse.isLoading || tableResponse.isValidating,
|
|
54
|
-
};
|
|
55
|
-
}
|
|
56
|
-
exports.useQueryTable = useQueryTable;
|
|
57
|
-
//# sourceMappingURL=query.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"query.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/hooks/ui/use-table/query.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,4CAAwB;AACxB,sCAAuC;AAEvC,2BAAyC;AAIzC,SAAgB,aAAa,CAAC,EAQjB;QAPX,QAAQ,cAAA,EACR,IAAI,UAAA,EACJ,WAAW,iBAAA,EACX,KAAK,WAAA,EACL,SAAS,eAAA,EACT,qBAAqB,2BAAA,EACrB,SAAS,eAAA;IAEH,IAAA,KAAqB,IAAA,kBAAS,GAAE,EAA9B,KAAK,WAAA,EAAE,OAAO,aAAgB,CAAA;IAEtC,IAAM,OAAO,GAAG,WAAW,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAA;IAEzC,IAAM,MAAM,GAAG,SAAS,KAAI,SAAS,aAAT,SAAS,uBAAT,SAAS,CAAE,GAAG,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAA,CAAA;IAE3D,IAAM,SAAS,GAAG,OAAO;QACvB,CAAC,CAAC,qBAAqB;YACrB,CAAC,CAAC,OAAO;gBACP,CAAC,CAAC,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC;gBAClC,CAAC,CAAC,IAAI;YACR,CAAC,CAAC,QAAQ;QACZ,CAAC,CAAC,IAAI,CAAA;IAER,IAAM,kBAAkB,GAAG,IAAA,uBAAkB,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;IAE7D,IAAM,MAAM,yBACP,KAAK,KACR,WAAW,EAAE,SAAS,EACtB,GAAG,EAAE,SAAS,EACd,KAAK,EAAE,KAAK,CAAC,WAAW,IAAI,EAAE,MAAM,EAAE,KAAK,CAAC,WAAW,EAAE,GAAG,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,KAAK,MAAM,CAAC,EAAE,EACxF,OAAO,EAAE,kBAAkB,CAAC,OAAO,GACpC,CAAA;IAED,IAAM,aAAa,GAAG,IAAA,aAAM,EAAC,MAAM,IAAI,SAAS,EAAE,cAAM,OAAA,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,EAAtB,CAAsB,CAAC,CAAA;IAC/E,IAAM,cAAc,GAAG,IAAA,aAAM,EAAC,MAAM,IAAI,qBAAqB,IAAI,UAAG,QAAQ,WAAQ,EAAE,cAAM,OAAA,MAAM,CAAC,SAAS,EAAE,EAAlB,CAAkB,CAAC,CAAA;IAE/G,IAAI,SAAS,EAAE,CAAC;QACd,OAAO,CAAC,GAAG,CAAC;YACV,OAAO,SAAA;YACP,MAAM,QAAA;YACN,SAAS,WAAA;YACT,kBAAkB,oBAAA;YAClB,MAAM,QAAA;YACN,IAAI,EAAE,aAAa,CAAC,IAAI;YACxB,SAAS,EAAE,aAAa,CAAC,SAAS;YAClC,KAAK,EAAE,aAAa,CAAC,KAAK;YAC1B,OAAO,EAAE,MAAM,CAAC,OAAO;YACvB,cAAc,gBAAA;SACf,CAAC,CAAA;IACJ,CAAC;IAED,OAAO;QACL,IAAI,wBAAO,aAAa,CAAC,IAAI,GAAK,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,IAAI,CAAE;QACxD,SAAS,EAAE,CAAA,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,SAAS,KAAI,aAAa,CAAC,SAAS,IAAI,aAAa,CAAC,YAAY;KAC9F,CAAA;AACH,CAAC;AAvDD,sCAuDC"}
|