infinity-forge 0.60.5 → 0.60.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/data/avatar/index.js +1 -1
- package/dist/system/presentation/components/data/avatar/index.js.map +1 -1
- package/dist/system/presentation/components/layout/header/components/menu-right/index.js +1 -2
- package/dist/system/presentation/components/layout/header/components/menu-right/index.js.map +1 -1
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/index.js +1 -1
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/index.js +1 -1
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/index.js.map +1 -1
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.js +2 -1
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.js.map +1 -1
- package/dist/system/presentation/components/layout/header/components/menu-right/settings/index.js +1 -1
- package/dist/system/presentation/components/layout/header/components/search-modal/search-list/index.js +2 -1
- package/dist/system/presentation/components/layout/header/components/search-modal/trigger/index.js +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.js +1 -1
- 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/interfaces.d.ts +2 -2
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.d.ts +2 -2
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.js +2 -2
- package/package.json +1 -1
|
@@ -47,9 +47,9 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
47
47
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
48
|
exports.Avatar = void 0;
|
|
49
49
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
50
|
+
var react_1 = require("react");
|
|
50
51
|
var ui_1 = require("../../../../../ui/index.js");
|
|
51
52
|
var S = __importStar(require("./styles.js"));
|
|
52
|
-
var react_1 = require("react");
|
|
53
53
|
function Avatar(_a) {
|
|
54
54
|
var image = _a.image, className = _a.className, rest = __rest(_a, ["image", "className"]);
|
|
55
55
|
var _b = (0, react_1.useState)(false), imageError = _b[0], setImageError = _b[1];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/data/avatar/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2BAA4B;AAE5B,0CAA6B;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/data/avatar/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+BAAgC;AAEhC,2BAA4B;AAE5B,0CAA6B;AAE7B,SAAgB,MAAM,CAAC,EAAoE;IAAlE,IAAA,KAAK,WAAA,EAAE,SAAS,eAAA,EAAK,IAAI,cAA3B,sBAA6B,CAAF;IAC1C,IAAA,KAA8B,IAAA,gBAAQ,EAAC,KAAK,CAAC,EAA5C,UAAU,QAAA,EAAE,aAAa,QAAmB,CAAA;IAEnD,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,QAAQ,YAClB,uBAAC,CAAC,CAAC,MAAM,aAAC,SAAS,EAAE,iBAAU,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAE,EAAE,IAAI,EAAC,QAAQ,IAAK,IAAI,cAChF,KAAK,IAAI,CAAC,UAAU,IAAI,gCAAK,GAAG,EAAE,KAAK,EAAE,OAAO,EAAE,UAAC,GAAG,IAAK,OAAA,aAAa,CAAC,IAAI,CAAC,EAAnB,CAAmB,EAAE,GAAG,EAAC,QAAQ,GAAG,IACvF,GACL,CACT,CAAA;AACH,CAAC;AAVD,wBAUC"}
|
|
@@ -26,10 +26,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
26
26
|
exports.MenuRight = void 0;
|
|
27
27
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
28
28
|
var ui_1 = require("../../../../../../../ui/index.js");
|
|
29
|
-
var profile_1 = require("./profile/index.js");
|
|
30
29
|
var S = __importStar(require("./styles.js"));
|
|
31
30
|
function MenuRight(props) {
|
|
32
|
-
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'MenuRight', children: (0, jsx_runtime_1.jsx)(S.MenuRight, {
|
|
31
|
+
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'MenuRight', children: (0, jsx_runtime_1.jsx)(S.MenuRight, {}) }));
|
|
33
32
|
}
|
|
34
33
|
exports.MenuRight = MenuRight;
|
|
35
34
|
//# sourceMapp
|
package/dist/system/presentation/components/layout/header/components/menu-right/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/system/presentation/components/layout/header/components/menu-right/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2BAA4B;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/system/presentation/components/layout/header/components/menu-right/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2BAA4B;AAM5B,0CAA6B;AAM7B,SAAgB,SAAS,CAAC,KAAiB;IACzC,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,WAAW,YACrB,uBAAC,CAAC,CAAC,SAAS,KAYE,GACR,CACT,CAAA;AACH,CAAC;AAlBD,8BAkBC"}
|
package/dist/system/presentation/components/layout/header/components/menu-right/messages/index.js
CHANGED
|
@@ -33,4 +33,4 @@ function Messages() {
|
|
|
33
33
|
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'Messages', children: (0, jsx_runtime_1.jsx)(S.Messages, { id: 'messages-btn', children: (0, jsx_runtime_1.jsx)(ui_1.Tooltip, { enableArrow: true, bgColor: '#fff', enableHover: true, content: (0, jsx_runtime_1.jsx)(content_1.Content, {}), trigger: (0, jsx_runtime_1.jsx)(styles_1.ActionBox, { type: 'button', children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'IconFullFieldChat' }) }) }) }) }));
|
|
34
34
|
}
|
|
35
35
|
exports.Messages = Messages;
|
|
36
|
-
//#
|
|
36
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -31,6 +31,6 @@ var S = __importStar(require("./styles.js"));
|
|
|
31
31
|
function Content() {
|
|
32
32
|
var _a = (0, system_1.useAuthAdmin)(), GetUser = _a.GetUser, signOut = _a.signOut;
|
|
33
33
|
var user = GetUser();
|
|
34
|
-
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.firstName }), (0, jsx_runtime_1.jsx)("p", { className: 'font-14-regular email', children: 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({ roleUser: system_1.roleStore.getState().roleUser }); }, children: "Sair" }) })] }) }));
|
|
34
|
+
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({ roleUser: system_1.roleStore.getState().roleUser }); }, children: "Sair" }) })] }) }));
|
|
35
35
|
}
|
|
36
36
|
exports.Co
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../src/system/presentation/components/layout/header/components/menu-right/profile/content/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2BAA4B;AAC5B,mCAAkD;AAElD,0CAA6B;AAE7B,SAAgB,OAAO;IACf,IAAA,KAAuB,IAAA,qBAAY,GAAE,EAAnC,OAAO,aAAA,EAAE,OAAO,aAAmB,CAAA;IAE3C,IAAM,IAAI,GAAG,OAAO,EAAE,CAAA;IAEtB,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,SAAS,YACnB,wBAAC,CAAC,CAAC,OAAO,eACR,gCAAK,SAAS,EAAC,cAAc,YAC3B,iCAAK,SAAS,EAAC,WAAW,aACxB,+BAAI,SAAS,EAAC,kBAAkB,YAAE,IAAI,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../src/system/presentation/components/layout/header/components/menu-right/profile/content/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2BAA4B;AAC5B,mCAAkD;AAElD,0CAA6B;AAE7B,SAAgB,OAAO;IACf,IAAA,KAAuB,IAAA,qBAAY,GAAE,EAAnC,OAAO,aAAA,EAAE,OAAO,aAAmB,CAAA;IAE3C,IAAM,IAAI,GAAG,OAAO,EAAE,CAAA;IAEtB,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,SAAS,YACnB,wBAAC,CAAC,CAAC,OAAO,eACR,gCAAK,SAAS,EAAC,cAAc,YAC3B,iCAAK,SAAS,EAAC,WAAW,aACxB,+BAAI,SAAS,EAAC,kBAAkB,YAAE,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,SAAS,GAAM,EAEvD,8BAAG,SAAS,EAAC,uBAAuB,YAAE,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,YAAY,GAAK,IACzD,GACF,EAEN,gCAAK,SAAS,EAAC,SAAS,YACtB,mCACE,SAAS,EAAC,iCAAiC,EAC3C,IAAI,EAAC,QAAQ,EACb,OAAO,EAAE,cAAM,OAAA,OAAO,CAAC,EAAE,QAAQ,EAAE,kBAAS,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC,EAApD,CAAoD,qBAG5D,GACL,IACI,GACN,CACT,CAAA;AACH,CAAC;AA5BD,0BA4BC"}
|
package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.js
CHANGED
|
@@ -35,4 +35,5 @@ function Profile() {
|
|
|
35
35
|
var avatarImage = (user === null || user === void 0 ? void 0 : user.avatar) || '/images/default-profile.png';
|
|
36
36
|
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'Profile', children: (0, jsx_runtime_1.jsx)(S.Profile, { id: 'profile-btn', children: (0, jsx_runtime_1.jsx)(ui_1.Tooltip, { bgColor: '#fff', trigger: (0, jsx_runtime_1.jsx)(system_1.Avatar, { image: avatarImage }), enableArrow: true, content: (0, jsx_runtime_1.jsx)(content_1.Content, {}) }) }) }));
|
|
37
37
|
}
|
|
38
|
-
exports.Profile
|
|
38
|
+
exports.Profile = Profile;
|
|
39
|
+
//# sourceMappingURL=index.js.map
|
package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../src/system/presentation/components/layout/header/components/menu-right/profile/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2BAAqC;AACrC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../src/system/presentation/components/layout/header/components/menu-right/profile/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2BAAqC;AACrC,mCAA+C;AAE/C,qCAAmC;AAEnC,0CAA6B;AAE7B,SAAgB,OAAO;IACb,IAAA,OAAO,GAAK,IAAA,qBAAY,GAAE,QAAnB,CAAmB;IAElC,IAAM,IAAI,GAAG,OAAO,EAAE,CAAA;IAEtB,IAAM,WAAW,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,MAAM,KAAI,6BAA6B,CAAA;IAEjE,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,SAAS,YACnB,uBAAC,CAAC,CAAC,OAAO,IAAC,EAAE,EAAC,aAAa,YACzB,uBAAC,YAAO,IAAC,OAAO,EAAC,MAAM,EAAC,OAAO,EAAE,uBAAC,eAAM,IAAC,KAAK,EAAE,WAAW,GAAI,EAAE,WAAW,QAAC,OAAO,EAAE,uBAAC,iBAAO,KAAG,GAAI,GAC3F,GACN,CACT,CAAA;AACH,CAAC;AAdD,0BAcC"}
|
package/dist/system/presentation/components/layout/header/components/menu-right/settings/index.js
CHANGED
|
@@ -39,4 +39,4 @@ function Settings() {
|
|
|
39
39
|
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'Settings', children: (0, jsx_runtime_1.jsx)(S.Settings, { id: 'settings-btn', children: (0, jsx_runtime_1.jsx)(styles_1.ActionBox, { onClick: function () { return setVisible(true); }, type: 'button', children: (0, jsx_runtime_1.jsx)(ui_1.IconGear, {}) }) }) }));
|
|
40
40
|
}
|
|
41
41
|
exports.Settings = Settings;
|
|
42
|
-
//#
|
|
42
|
+
//# sourceMappingURL=index.js.map
|
package/dist/system/presentation/components/layout/header/components/search-modal/trigger/index.js
CHANGED
|
@@ -42,4 +42,4 @@ function SearchTrigger(props) {
|
|
|
42
42
|
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'SearchTrigger', children: (0, jsx_runtime_1.jsxs)(S.SearchTrigger, __assign({ "aria-label": 'Search' }, props, { children: [(0, jsx_runtime_1.jsx)("div", { className: 'icon', children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'LupaIcon' }) }), (0, jsx_runtime_1.jsx)("span", { className: 'placeholder font-14-regular', children: "Pesquisar..." })] })) }));
|
|
43
43
|
}
|
|
44
44
|
exports.SearchTrigger = SearchTrigger;
|
|
45
|
-
//#
|
|
45
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -103,4 +103,4 @@ function Actions(_a) {
|
|
|
103
103
|
actions.custom.map(function (Component, index) { return ((0, jsx_runtime_1.jsx)("div", { children: (0, jsx_runtime_1.jsx)(Component, __assign({}, table)) }, 'custom' + index + Component.name)); })] }) }));
|
|
104
104
|
}
|
|
105
105
|
exports.Actions = Actions;
|
|
106
|
-
//#
|
|
106
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -102,4 +102,4 @@ function CreateAction(_a) {
|
|
|
102
102
|
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] })] })) }));
|
|
103
103
|
}
|
|
104
104
|
exports.CreateAction = CreateAction;
|
|
105
|
-
//#
|
|
105
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { List, Pagination, TableConfiguration } from '../../../../../../../system
|
|
2
|
-
import { IUseTableProps } from '../../interfaces
|
|
1
|
+
import { List, Pagination, TableConfiguration } from '../../../../../../../system';
|
|
2
|
+
import { IUseTableProps } from '../../interfaces';
|
|
3
3
|
type colunm = keyof any;
|
|
4
4
|
interface IShowHiden {
|
|
5
5
|
text: string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { InputCepProps } from '../../../../../../../ui
|
|
2
|
-
export declare function useCepIBGE<T = any>({ fields }: InputCepProps<T>): Required<import("../../../../../../../ui
|
|
1
|
+
import { InputCepProps } from '../../../../../../../ui';
|
|
2
|
+
export declare function useCepIBGE<T = any>({ fields }: InputCepProps<T>): Required<import("../../../../../../../ui").QueryState<any>>;
|
|
@@ -49,8 +49,8 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
49
49
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
50
50
|
exports.useCepIBGE = void 0;
|
|
51
51
|
var formik_1 = require("formik");
|
|
52
|
-
var service_1 = require("./service
|
|
53
|
-
var ui_1 = require("../../../../../../../ui
|
|
52
|
+
var service_1 = require("./service");
|
|
53
|
+
var ui_1 = require("../../../../../../../ui");
|
|
54
54
|
function useCepIBGE(_a) {
|
|
55
55
|
var _b, _c;
|
|
56
56
|
var fields = _a.fields;
|