infinity-forge 0.60.6 → 0.60.7
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/sites/components/default-pages/blog/components/featured-blog/featured-blog-item/index.js +1 -1
- package/dist/system/presentation/components/data/tab/component.js +3 -3
- package/dist/system/presentation/components/layout/header/components/menu-right/index.d.ts +2 -1
- package/dist/system/presentation/components/layout/header/components/menu-right/index.js +3 -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/content/card/index.js +2 -1
- 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 +2 -1
- package/dist/system/presentation/components/layout/header/components/search-modal/index.js +1 -1
- package/dist/system/presentation/components/layout/sidebar-menu/index.js +4 -4
- package/dist/system/presentation/components/pages/menus/page.js +4 -4
- package/dist/system/presentation/components/pages/users/page.js +4 -4
- package/dist/system/presentation/context/auth/login/index.js +4 -4
- 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 +2 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/index.js +10 -10
- package/dist/system/presentation/hooks/ui/use-table/components/table/interfaces.d.ts +2 -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/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
|
@@ -42,4 +42,4 @@ function FeaturedBlogItem(_a) {
|
|
|
42
42
|
return ((0, jsx_runtime_1.jsxs)(S.FeaturedBlogItem, { href: redirect, children: [featuredBlog.imagem && ((0, jsx_runtime_1.jsx)("div", { className: 'image', children: (0, jsx_runtime_1.jsx)(ui_1.NextImage, { src: featuredBlog.imagem }) })), (0, jsx_runtime_1.jsxs)("div", { className: 'text', children: [featuredBlog.titulo && (0, jsx_runtime_1.jsx)("h2", { className: 'font-16-bold title-link', children: featuredBlog.titulo }), featuredBlog.dataCriacao && (0, jsx_runtime_1.jsx)("p", { className: 'date', children: (0, moment_1.default)(featuredBlog.dataCriacao).format("DD/MM/YYYY") })] })] }));
|
|
43
43
|
}
|
|
44
44
|
exports.FeaturedBlogItem = FeaturedBlogItem;
|
|
45
|
-
//#
|
|
45
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -26,8 +26,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
26
26
|
exports.Tab = void 0;
|
|
27
27
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
28
28
|
var react_1 = require("react");
|
|
29
|
-
var ui_1 = require("../../../../../ui
|
|
30
|
-
var S = __importStar(require("./styles
|
|
29
|
+
var ui_1 = require("../../../../../ui");
|
|
30
|
+
var S = __importStar(require("./styles"));
|
|
31
31
|
function Tab(_a) {
|
|
32
32
|
var tabs = _a.tabs;
|
|
33
33
|
var firstTabKey = tabs[0].key;
|
|
@@ -50,4 +50,4 @@ function Tab(_a) {
|
|
|
50
50
|
})] }), (0, jsx_runtime_1.jsx)("div", { className: 'tab_selected', children: (0, jsx_runtime_1.jsx)(TabSelected, { changeTab: changeTab }) })] }) }));
|
|
51
51
|
}
|
|
52
52
|
exports.Tab = Tab;
|
|
53
|
-
//# sourceMappingURL=component.js.map
|
|
53
|
+
//# sourceMappingURL=component.js.maponent.js.map
|
|
@@ -2,4 +2,5 @@ import { WorkSpace } from '../../../../../../../system/presentation/components/d
|
|
|
2
2
|
interface IMenuRight {
|
|
3
3
|
workspaces: WorkSpace;
|
|
4
4
|
}
|
|
5
|
-
export declare function MenuRight(props: IMenuRight): import("react/jsx-runtime").JSX.
|
|
5
|
+
export declare function MenuRight(props: IMenuRight): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
@@ -26,9 +26,10 @@ 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 data_1 = require("../../../../../../../system/presentation/components/data/index.js");
|
|
29
30
|
var S = __importStar(require("./styles.js"));
|
|
30
31
|
function MenuRight(props) {
|
|
31
|
-
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'MenuRight', children: (0, jsx_runtime_1.
|
|
32
|
+
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, {})] }) }));
|
|
32
33
|
}
|
|
33
34
|
exports.MenuRight = MenuRight;
|
|
34
|
-
//#
|
|
35
|
+
//# sourceMappingURL=index.js.map
|
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;AAG5B,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,IASL,GACR,CACT,CAAA;AACH,CAAC;AAlBD,8BAkBC"}
|
|
@@ -43,4 +43,5 @@ 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.
|
|
46
|
+
exports.MessageCard = MessageCard;
|
|
47
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -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
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -33,4 +33,5 @@ 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 === 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
|
-
exports.
|
|
36
|
+
exports.Content = Content;
|
|
37
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -37,4 +37,4 @@ function SearchModal() {
|
|
|
37
37
|
}, hideCloseButton: true, styles: { width: '100vw', maxWidth: '512px', borderRadius: 10, padding: 0, overflow: 'hidden' }, children: (0, jsx_runtime_1.jsx)(search_list_1.SearchList, { setOpen: setOpen }) }), (0, jsx_runtime_1.jsx)(trigger_1.SearchTrigger, { onClick: function () { return setOpen(true); } })] }) }));
|
|
38
38
|
}
|
|
39
39
|
exports.SearchModal = SearchModal;
|
|
40
|
-
//#
|
|
40
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -30,9 +30,9 @@ exports.SidebarMenu = void 0;
|
|
|
30
30
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
31
31
|
var react_1 = require("react");
|
|
32
32
|
var link_1 = __importDefault(require("next/link"));
|
|
33
|
-
var ui_1 = require("../../../../../ui
|
|
34
|
-
var system_1 = require("../../../../../system
|
|
35
|
-
var S = __importStar(require("./styles
|
|
33
|
+
var ui_1 = require("../../../../../ui");
|
|
34
|
+
var system_1 = require("../../../../../system");
|
|
35
|
+
var S = __importStar(require("./styles"));
|
|
36
36
|
function MenuItem(_a) {
|
|
37
37
|
var _b;
|
|
38
38
|
var item = _a.item, index = _a.index;
|
|
@@ -58,4 +58,4 @@ function SidebarMenu() {
|
|
|
58
58
|
return ((0, jsx_runtime_1.jsxs)(ui_1.Error, { name: 'Menu', children: [expandedMenu && (0, jsx_runtime_1.jsx)("div", { id: 'ghost_menu_expanded', style: { width: '65px' } }), (0, jsx_runtime_1.jsxs)(S.Menu, { id: 'sidebar', className: (expand ? 'menu expanded' : 'menu') + (expandedMenu ? ' expanded_menu' : ''), children: [expandedMenu && ((0, jsx_runtime_1.jsx)("button", { type: 'button', className: 'expand', onClick: function () { return setExpand(function (s) { return !s; }); }, children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'IconArrowRight' }) })), (_a = data === null || data === void 0 ? void 0 : data.items) === null || _a === void 0 ? void 0 : _a.map(function (item, index) { return ((0, jsx_runtime_1.jsx)("ul", { children: (0, jsx_runtime_1.jsx)(MenuItem, { item: item, index: index }, 'menu-item' + index + item.title) })); })] })] }));
|
|
59
59
|
}
|
|
60
60
|
exports.SidebarMenu = SidebarMenu;
|
|
61
|
-
//# sourceMappingURL=index.js.map
|
|
61
|
+
//# sourceMappingURL=index.js.mapppingURL=index.js.map
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.MenusPageComponent = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
var create_1 = require("./table/create
|
|
6
|
-
var table_1 = require("./table
|
|
7
|
-
var system_1 = require("../../../../../system
|
|
5
|
+
var create_1 = require("./table/create");
|
|
6
|
+
var table_1 = require("./table");
|
|
7
|
+
var system_1 = require("../../../../../system");
|
|
8
8
|
function MenusPageComponent() {
|
|
9
9
|
var queryKey = 'RemoteMenu';
|
|
10
10
|
var GetUser = (0, system_1.useAuthAdmin)().GetUser;
|
|
@@ -38,4 +38,4 @@ function MenusPageComponent() {
|
|
|
38
38
|
return ((0, jsx_runtime_1.jsx)(system_1.PrivatePageAdmin, { children: (0, jsx_runtime_1.jsx)(system_1.Layout, { children: (0, jsx_runtime_1.jsx)(system_1.PageWrapper, { title: 'Menus', children: Table }) }) }));
|
|
39
39
|
}
|
|
40
40
|
exports.MenusPageComponent = MenusPageComponent;
|
|
41
|
-
//# sourceMappingURL=page.js.map
|
|
41
|
+
//# sourceMappingURL=page.js.mapappingURL=page.js.map
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UserPageComponent = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
var system_1 = require("../../../../../system
|
|
6
|
-
var table_1 = require("./table
|
|
7
|
-
var create_1 = require("./table/create
|
|
5
|
+
var system_1 = require("../../../../../system");
|
|
6
|
+
var table_1 = require("./table");
|
|
7
|
+
var create_1 = require("./table/create");
|
|
8
8
|
function UserPageComponent() {
|
|
9
9
|
var queryKey = 'RemoteUsers';
|
|
10
10
|
var GetUser = (0, system_1.useAuthAdmin)().GetUser;
|
|
@@ -38,4 +38,4 @@ function UserPageComponent() {
|
|
|
38
38
|
return ((0, jsx_runtime_1.jsx)(system_1.PrivatePageAdmin, { children: (0, jsx_runtime_1.jsx)(system_1.Layout, { children: (0, jsx_runtime_1.jsx)(system_1.PageWrapper, { title: 'Usu\u00E1rios', children: Table }) }) }));
|
|
39
39
|
}
|
|
40
40
|
exports.UserPageComponent = UserPageComponent;
|
|
41
|
-
//# sourceMappingURL=page.js.map
|
|
41
|
+
//# sourceMappingURL=page.js.mapappingURL=page.js.map
|
|
@@ -25,11 +25,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.Login = void 0;
|
|
27
27
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
28
|
-
var ui_1 = require("../../../../../ui
|
|
29
|
-
var form_login_1 = require("./form-login
|
|
30
|
-
var S = __importStar(require("./styles
|
|
28
|
+
var ui_1 = require("../../../../../ui");
|
|
29
|
+
var form_login_1 = require("./form-login");
|
|
30
|
+
var S = __importStar(require("./styles"));
|
|
31
31
|
function Login() {
|
|
32
32
|
return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'login', children: (0, jsx_runtime_1.jsxs)(S.Login, { children: [(0, jsx_runtime_1.jsxs)("div", { className: 'content', children: [(0, jsx_runtime_1.jsx)("div", { className: 'empty' }), (0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)("div", { className: 'logo', children: (0, jsx_runtime_1.jsx)(ui_1.NextImage, { src: '/images/login-logo.png', alt: ' ' }) }), (0, jsx_runtime_1.jsx)("div", { className: 'text', children: (0, jsx_runtime_1.jsx)("h5", { className: 'font-20-bold', children: "Seja bem vindo!" }) }), (0, jsx_runtime_1.jsx)(form_login_1.FormLogin, {})] }), (0, jsx_runtime_1.jsx)("div", { className: 'contact-footer', children: (0, jsx_runtime_1.jsxs)("span", { children: ["Powered by", ' ', (0, jsx_runtime_1.jsx)("a", { target: '_blank', href: 'https://codie.digital/', children: "Codie." }), ' ', "Todos os direitos reservados."] }) })] }), (0, jsx_runtime_1.jsx)("div", { className: 'image', children: (0, jsx_runtime_1.jsx)(ui_1.NextImage, { src: '/images/login-left.png', alt: 'Imagem de login' }) })] }) }));
|
|
33
33
|
}
|
|
34
34
|
exports.Login = Login;
|
|
35
|
-
//# sourceMappingURL=index.js.map
|
|
35
|
+
//# sourceMappingURL=index.js.mapppingURL=index.js.map
|
|
@@ -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
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -130,4 +130,5 @@ 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
|
|
133
|
+
exports.Filters = Filters;
|
|
134
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -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");
|
|
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"));
|
|
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"));
|
|
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;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { List, Pagination, TableConfiguration } from '../../../../../../../system';
|
|
2
|
-
import { IUseTableProps } from '../../interfaces';
|
|
1
|
+
import { List, Pagination, TableConfiguration } from '../../../../../../../system/index.js';
|
|
2
|
+
import { IUseTableProps } from '../../interfaces.js';
|
|
3
3
|
type colunm = keyof any;
|
|
4
4
|
interface IShowHiden {
|
|
5
5
|
text: string;
|
|
@@ -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-
|
|
2
|
+
export declare function PaginationTable({ page, endPage, pageSize, totalItems, hasNextPage, hasPreviousPage }: PaginationModel): import("react/jsx-runtime").JSX.Element;
|
|
@@ -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
|
-
//#
|
|
62
|
+
//# sourceMappingURL=index.js.map
|
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
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -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
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { InputCepProps } from '../../../../../../../ui';
|
|
2
|
-
export declare function useCepIBGE<T = any>({ fields }: InputCepProps<T>): Required<import("../../../../../../../ui").QueryState<any>>;
|
|
1
|
+
import { InputCepProps } from '../../../../../../../ui/index.js';
|
|
2
|
+
export declare function useCepIBGE<T = any>({ fields }: InputCepProps<T>): Required<import("../../../../../../../ui/index.js").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.js");
|
|
53
|
+
var ui_1 = require("../../../../../../../ui/index.js");
|
|
54
54
|
function useCepIBGE(_a) {
|
|
55
55
|
var _b, _c;
|
|
56
56
|
var fields = _a.fields;
|