infinity-forge 0.60.4 → 0.60.5

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.
Files changed (25) hide show
  1. package/dist/system/presentation/components/layout/header/components/menu-right/index.js +3 -3
  2. package/dist/system/presentation/components/layout/header/components/menu-right/index.js.map +1 -1
  3. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/card/index.js +1 -2
  4. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/index.js +1 -1
  5. package/dist/system/presentation/components/layout/header/components/menu-right/messages/index.js +1 -1
  6. package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/index.js +1 -2
  7. package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.js +1 -2
  8. package/dist/system/presentation/components/layout/header/components/menu-right/settings/index.js +1 -1
  9. package/dist/system/presentation/components/layout/header/components/search-modal/search-list/index.js +1 -2
  10. package/dist/system/presentation/components/layout/header/components/search-modal/trigger/index.js +1 -1
  11. package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.js +1 -1
  12. package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/index.js +1 -1
  13. package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.js +1 -1
  14. package/dist/system/presentation/hooks/ui/use-table/components/table/export/index.d.ts +1 -1
  15. package/dist/system/presentation/hooks/ui/use-table/components/table/export/index.js +1 -1
  16. package/dist/system/presentation/hooks/ui/use-table/components/table/filters/index.js +1 -2
  17. package/dist/system/presentation/hooks/ui/use-table/components/table/index.js +11 -11
  18. package/dist/system/presentation/hooks/ui/use-table/components/table/interfaces.d.ts +1 -1
  19. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.d.ts +1 -1
  20. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.js +1 -1
  21. package/dist/system/presentation/hooks/ui/use-table/components/table/skeleton-table/index.js +1 -1
  22. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.js +1 -1
  23. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.d.ts +1 -1
  24. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.js +1 -1
  25. package/package.json +1 -1
@@ -27,9 +27,9 @@ exports.MenuRight = void 0;
27
27
  var jsx_runtime_1 = require("react/jsx-runtime");
28
28
  var ui_1 = require("../../../../../../../ui/index.js");
29
29
  var profile_1 = require("./profile/index.js");
30
- var data_1 = require("../../../../../../../system/presentation/components/data/index.js");
31
30
  var S = __importStar(require("./styles.js"));
32
31
  function MenuRight(props) {
33
- return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'MenuRight', children: (0, jsx_runtime_1.jsxs)(S.MenuRight, { children: [props.workspaces && (0, jsx_runtime_1.jsx)(data_1.SelectWorkSpace, { workspaces: props.workspaces }), (0, jsx_runtime_1.jsx)(data_1.Notifications, {}), (0, jsx_runtime_1.jsx)(profile_1.Profile, {})] }) }));
32
+ return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'MenuRight', children: (0, jsx_runtime_1.jsx)(S.MenuRight, { children: (0, jsx_runtime_1.jsx)(profile_1.Profile, {}) }) }));
34
33
  }
35
- exports.MenuRight = MenuRi
34
+ exports.MenuRight = MenuRight;
35
+ //# sourceMapp
@@ -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;AAC5B,qCAAmC;AAEnC,8DAAsF;AAGtF,0CAA6B;AAM7B,SAAgB,SAAS,CAAC,KAAiB;IACzC,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,WAAW,YACrB,wBAAC,CAAC,CAAC,SAAS,eACT,KAAK,CAAC,UAAU,IAAI,uBAAC,sBAAe,IAAC,UAAU,EAAE,KAAK,CAAC,UAAU,GAAI,EAEtE,uBAAC,oBAAa,KAAG,EAQjB,uBAAC,iBAAO,KAAG,IACC,GACR,CACT,CAAA;AACH,CAAC;AAlBD,8BAkBC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/system/presentation/components/layout/header/components/menu-right/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2BAA4B;AAC5B,qCAAmC;AAKnC,0CAA6B;AAM7B,SAAgB,SAAS,CAAC,KAAiB;IACzC,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,WAAW,YACrB,uBAAC,CAAC,CAAC,SAAS,cAWV,uBAAC,iBAAO,KAAG,GACC,GACR,CACT,CAAA;AACH,CAAC;AAlBD,8BAkBC"}
@@ -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.MessageCard = MessageCard;
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
- //# sourceMappingURL=index.js.map
92
+ //# sour
@@ -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
- //# sourceMappingURL=index.js.map
36
+ //# sourceM
@@ -33,5 +33,4 @@ function Content() {
33
33
  var user = GetUser();
34
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" }) })] }) }));
35
35
  }
36
- exports.Content = Content;
37
- //# sourceMappingURL=index.js.map
36
+ exports.Co
@@ -35,5 +35,4 @@ 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 = Profile;
39
- //# sourceMappingURL=index.js.map
38
+ exports.Profile
@@ -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
- //# sourceMappingURL=index.js.map
42
+ //# sourceM
@@ -48,5 +48,4 @@ function SearchList(_a) {
48
48
  })] }, item.title + '-' + index));
49
49
  })) })] }) }));
50
50
  }
51
- exports.SearchList = SearchList;
52
- //# sourceMappingURL=index.js.map
51
+ exports.SearchList = S
@@ -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
- //# sourceMappingURL=index.js.map
45
+ //# sourceM
@@ -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
- //# sourceMappingURL=index.js.map
106
+ //# sourceM
@@ -61,4 +61,4 @@ function ActiveFilters(_a) {
61
61
  }, children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'CloseIcon' }) })] }))] }));
62
62
  }
63
63
  exports.ActiveFilters = ActiveFilters;
64
- //# sourceMappingURL=index.js.map
64
+ //# sourceM
@@ -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
- //# sourceMappingURL=index.js.map
105
+ //# sourceM
@@ -1,4 +1,4 @@
1
1
  import { ExportTable } from '../../../../../../../../system/domain/index.js';
2
2
  export declare function Export({ exports }: {
3
3
  exports: ExportTable[];
4
- }): import("react/jsx-runtime").JSX.Element;
4
+ }): import("react/jsx-r
@@ -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
- //# sourceMappingURL=index.js.map
35
+ //# sourceM
@@ -130,5 +130,4 @@ function Filters(_a) {
130
130
  });
131
131
  }); }, 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 }, router: router }); } })] }) }) }) }));
132
132
  }
133
- exports.Filters = Filters;
134
- //# sourceMappingURL=index.js.map
133
+ exports.Filters
@@ -38,16 +38,16 @@ exports.Table = void 0;
38
38
  var jsx_runtime_1 = require("react/jsx-runtime");
39
39
  var react_1 = require("react");
40
40
  var router_1 = require("next/router");
41
- var ui_1 = require("../../../../../../../ui/index.js");
42
- var export_1 = require("./export/index.js");
43
- var actions_1 = require("./actions/index.js");
44
- var filters_1 = require("./filters/index.js");
45
- var create_1 = require("./create/index.js");
46
- var thead_item_1 = require("./thead-item/index.js");
47
- var pagination_1 = require("./pagination/index.js");
48
- var skeleton_table_1 = require("./skeleton-table/index.js");
49
- var active_filters_1 = require("./active-filters/index.js");
50
- var S = __importStar(require("./styles.js"));
41
+ var ui_1 = require("../../../../../../../ui");
42
+ var export_1 = require("./export");
43
+ var actions_1 = require("./actions");
44
+ var filters_1 = require("./filters");
45
+ var create_1 = require("./create");
46
+ var thead_item_1 = require("./thead-item");
47
+ var pagination_1 = require("./pagination");
48
+ var skeleton_table_1 = require("./skeleton-table");
49
+ var active_filters_1 = require("./active-filters");
50
+ var S = __importStar(require("./styles"));
51
51
  function Table(props) {
52
52
  var _a, _b, _c, _d;
53
53
  var configs = props.configs, isFetching = props.isFetching, columnsConfiguration = props.columnsConfiguration, tableInformations = props.tableInformations;
@@ -96,4 +96,4 @@ function Table(props) {
96
96
  })), loadingTable && ((0, jsx_runtime_1.jsxs)("tr", { style: { height: 0 }, children: [columnsConfiguration.columns.map(function (c, index) { return ((0, jsx_runtime_1.jsx)("td", { children: (0, jsx_runtime_1.jsx)("div", { style: { width: c.width + 'px' } }) }, index)); }), columnsConfiguration.actions && ((0, jsx_runtime_1.jsx)("td", { style: { width: '100%' }, children: (0, jsx_runtime_1.jsx)("div", { style: { width: '100%' } }) }))] }))] })] }), !loadingTable && (tableData === null || tableData === void 0 ? void 0 : tableData.length) === 0 && ((0, jsx_runtime_1.jsxs)("div", { className: 'error_table', children: [(0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '60', height: '60', viewBox: '0 0 60 60', fill: 'none', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M49.8 18.3301H24.02C23.05 18.3301 22.26 19.1201 22.26 20.0901C22.26 21.0601 23.05 21.8501 24.02 21.8501H49.8C50.77 21.8501 51.56 21.0601 51.56 20.0901C51.56 19.1201 50.77 18.3301 49.8 18.3301Z', fill: '#828282' }), (0, jsx_runtime_1.jsx)("path", { d: 'M19.85 47.7001C20.19 48.0401 20.64 48.2101 21.09 48.2101C21.54 48.2101 21.99 48.0401 22.33 47.7001C23.02 47.0101 23.02 45.9001 22.33 45.2101L18.3 41.1801L22.33 37.1501C23.02 36.4601 23.02 35.3501 22.33 34.6601C21.64 33.9701 20.53 33.9701 19.84 34.6601L15.81 38.6901L11.78 34.6601C11.09 33.9701 9.97996 33.9701 9.28996 34.6601C8.59996 35.3501 8.59996 36.4601 9.28996 37.1501L13.32 41.1801L9.28996 45.2101C8.59996 45.9001 8.59996 47.0101 9.28996 47.7001C9.62996 48.0401 10.08 48.2101 10.53 48.2101C10.98 48.2101 11.43 48.0401 11.77 47.7001L15.8 43.6701L19.83 47.7001H19.85Z', fill: '#828282' }), (0, jsx_runtime_1.jsx)("path", { d: 'M59.75 9.29004C59.75 6.38004 57.39 4.01004 54.48 4.01004H19.34C16.43 4.00004 14.07 6.36004 14.07 9.27004V25.45C6.17001 26.33 0.0100098 33.04 0.0100098 41.17C0.0100098 49.89 7.11001 56.99 15.83 56.99H54.5C57.41 56.99 59.77 54.62 59.77 51.72V9.29004H59.75ZM15.82 53.48C9.04001 53.48 3.52001 47.96 3.52001 41.18C3.52001 34.4 9.04001 28.88 15.82 28.88C22.6 28.88 28.12 34.4 28.12 41.18C28.12 47.96 22.6 53.48 15.82 53.48ZM54.49 53.48H25.75C28.91 50.92 31.07 47.18 31.54 42.93H49.8C50.77 42.93 51.56 42.14 51.56 41.17C51.56 40.2 50.77 39.41 49.8 39.41H31.54C31.25 36.83 30.34 34.43 28.97 32.38H49.81C50.78 32.38 51.57 31.59 51.57 30.62C51.57 29.65 50.78 28.86 49.81 28.86H25.76C23.47 27.01 20.66 25.78 17.59 25.44V9.27004C17.59 8.30004 18.38 7.51004 19.35 7.51004H54.49C55.46 7.52004 56.25 8.31004 56.25 9.28004V51.72C56.26 52.69 55.48 53.48 54.51 53.48H54.49Z', fill: '#828282' })] }), (0, jsx_runtime_1.jsx)("h3", { children: configs === null || configs === void 0 ? void 0 : configs.errorMessage })] })), loadingTable && (0, jsx_runtime_1.jsx)(skeleton_table_1.SkeletonTable, {})] }) }), !(configs === null || configs === void 0 ? void 0 : configs.disablePagination) && pagination && ((0, jsx_runtime_1.jsxs)(S.TableBottom, { className: 'table-bottom', children: [pagination && ((0, jsx_runtime_1.jsxs)("span", { children: ["Mostrando", ' ', (0, jsx_runtime_1.jsx)("strong", { children: pagination.pageSize > pagination.totalItems ? pagination.totalItems : pagination === null || pagination === void 0 ? void 0 : pagination.pageSize }), ' ', "de ", (0, jsx_runtime_1.jsx)("strong", { children: pagination === null || pagination === void 0 ? void 0 : pagination.totalItems }), " resultados"] })), pagination && (0, jsx_runtime_1.jsx)(pagination_1.PaginationTable, __assign({}, pagination))] }))] }));
97
97
  }
98
98
  exports.Table = Table;
99
- //# sourceMapp
99
+ //# sourceMappingURL=index.js.map
@@ -11,4 +11,4 @@ type ITableProps = {
11
11
  isFetching: boolean;
12
12
  tableInformations?: TableConfiguration & List<any> & Pagination;
13
13
  } & IUseTableProps;
14
- export type { ITablePr
14
+ export type { ITableProps, IShowHiden };
@@ -1,2 +1,2 @@
1
1
  import { PaginationModel } from '../../../../../../../../system/index.js';
2
- export declare function PaginationTable({ page, endPage, pageSize, totalItems, hasNextPage, hasPreviousPage }: PaginationModel): import("react/jsx-runtime").JSX.Element;
2
+ export declare function PaginationTable({ page, endPage, pageSize, totalItems, hasNextPage, hasPreviousPage }: PaginationModel): import("react/jsx-r
@@ -59,4 +59,4 @@ function PaginationTable(_a) {
59
59
  }, onClick: function () { return onSelect(pagination.page + 1); }, children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'IconKeyboardRightArrow' }) }))] }));
60
60
  }
61
61
  exports.PaginationTable = PaginationTable;
62
- //# sourceMappingURL=index.js.map
62
+ //# sourceM
@@ -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
- //# sourceMappingURL=index.js.map
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
- //# sourceMappingURL=index.js.map
50
+ //# sourceM
@@ -1,2 +1,2 @@
1
1
  import { InputCepProps } from '../../../../../../../ui/index.js';
2
- export declare function useCepIBGE<T = any>({ fields }: InputCepProps<T>): Required<import("../../
2
+ export declare function useCepIBGE<T = any>({ fields }: InputCepProps<T>): Required<import("../../../../../../../ui/index.js").QueryState<any>>;
@@ -99,4 +99,4 @@ function useCepIBGE(_a) {
99
99
  });
100
100
  }
101
101
  exports.useCepIBGE = useCepIBGE;
102
- //# sourceMap
102
+ //# sourceMappingURL=hook.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infinity-forge",
3
- "version": "0.60.4",
3
+ "version": "0.60.5",
4
4
  "description": "codie Library",
5
5
  "main": "./dist/index",
6
6
  "module": "./dist/index",