infinity-forge 2.3.0 → 2.3.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.
@@ -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, { idTooltip: 'Messages', enableArrow: true, bgColor: '#fff', enableHover: true, content: (0, jsx_runtime_1.jsx)(content_1.Content, {}), trigger: (0, jsx_runtime_1.jsx)(styles_1.ActionBox, { children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'IconFullFieldChat' }) }) }) }) }));
34
34
  }
35
35
  exports.Messages = Messages;
36
- //# sourceM
36
+ //# sourceMappingURL=index.js.map
@@ -34,4 +34,5 @@ function Profile() {
34
34
  var avatarImage = (user === null || user === void 0 ? void 0 : user.avatar) || '/images/default-profile.png';
35
35
  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, { idTooltip: 'Profile', bgColor: '#fff', trigger: (0, jsx_runtime_1.jsx)(system_1.Avatar, { image: avatarImage }), enableArrow: true, content: (0, jsx_runtime_1.jsx)(content_1.Content, {}) }) }) }));
36
36
  }
37
- exports.Profile
37
+ exports.Profile = Profile;
38
+ //# sourceMappingURL=index.js.map
@@ -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); }, children: (0, jsx_runtime_1.jsx)(ui_1.IconGear, {}) }) }) }));
40
40
  }
41
41
  exports.Settings = Settings;
42
- //# sourceM
42
+ //# sourceMappingURL=index.js.map
@@ -48,4 +48,5 @@ function SearchList(_a) {
48
48
  })] }, item.title + '-' + index));
49
49
  })) })] }) }));
50
50
  }
51
- exports.SearchList = S
51
+ exports.SearchList = SearchList;
52
+ //# sourceMappingURL=index.js.map
@@ -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
- //# sourceM
45
+ //# sourceMappingURL=index.js.map
@@ -104,4 +104,4 @@ function Actions(_a) {
104
104
  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)); })] }) }));
105
105
  }
106
106
  exports.Actions = Actions;
107
- //# sourceM
107
+ //# sourceMappingURL=index.js.map
@@ -75,4 +75,4 @@ function ActiveFilters(_a) {
75
75
  }, children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'CloseIcon' }) })] }))] }));
76
76
  }
77
77
  exports.ActiveFilters = ActiveFilters;
78
- //# sourceM
78
+ //# sourceMappingURL=index.js.map
@@ -53,4 +53,4 @@ function CreateAction(_a) {
53
53
  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: __assign({ width: '100vw', maxWidth: '512px', borderRadius: 10 }, ((actions === null || actions === void 0 ? void 0 : actions.modalStyles) || {})), open: open, onClose: function () { return setOpen(false); }, children: (0, jsx_runtime_1.jsx)(ui_1.DynamicFormHandler, __assign({}, actions.create, { onSucess: actions.create.onSucess, onFinish: function () { return setOpen(false); } })) }), (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] })] })) }));
54
54
  }
55
55
  exports.CreateAction = CreateAction;
56
- //# sourceM
56
+ //# sourceMappingURL=index.js.map
@@ -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-r
4
+ }): import("react/jsx-runtime").JSX.Element;
@@ -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
- //# sourceM
35
+ //# sourceMappingURL=index.js.map
@@ -135,4 +135,5 @@ function Filters(_a) {
135
135
  });
136
136
  }); }, options: filter.options.map(function (op) { return ({ label: op.text, value: op.value }); }) }, filter.data)); }), (0, jsx_runtime_1.jsx)(system_1.InputSearch, { onChange: function (value) { return (0, ui_1.updateRoute)({ params: { search: value, page: 1 }, router: router }); } })] }) }) }) }));
137
137
  }
138
- exports.Filters
138
+ exports.Filters = Filters;
139
+ //# sourceMappingURL=index.js.map
@@ -1,2 +1,2 @@
1
1
  import { PaginationModel } from '../../../../../../../../system/index.js';
2
- export declare function PaginationTable({ page, endPage, pages, pageSize, totalItems, hasNextPage, hasPreviousPage }: PaginationModel): import("react/jsx-r
2
+ export declare function PaginationTable({ page, endPage, pages, pageSize, totalItems, hasNextPage, hasPreviousPage }: PaginationModel): import("react/jsx-runtime").JSX.Element;
@@ -53,4 +53,4 @@ function PaginationTable(_a) {
53
53
  }, onClick: function () { return onSelect(pagination.page + 1); }, children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'IconKeyboardRightArrow' }) }))] }));
54
54
  }
55
55
  exports.PaginationTable = PaginationTable;
56
- //# sourceM
56
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infinity-forge",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "codie Library",
5
5
  "main": "./dist/index",
6
6
  "module": "./dist/index",