linear-react-components-ui 1.1.26-beta.2 → 1.1.26-beta.4

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 (193) hide show
  1. package/lib/alerts/AlertProvider.js +1 -1
  2. package/lib/alerts/BaseAlert.js +1 -1
  3. package/lib/alerts/Message.js +1 -1
  4. package/lib/alerts/withAlert.js +1 -1
  5. package/lib/avatar/index.js +14 -14
  6. package/lib/badge/index.js +2 -2
  7. package/lib/buttons/ActivateButton.js +1 -1
  8. package/lib/buttons/AddButton.js +1 -1
  9. package/lib/buttons/Button.js +1 -1
  10. package/lib/buttons/ButtonGroups.js +1 -1
  11. package/lib/buttons/CancelButton.js +1 -1
  12. package/lib/buttons/DangerButton.js +1 -1
  13. package/lib/buttons/DefaultButton.js +1 -1
  14. package/lib/buttons/DestroyButton.js +1 -1
  15. package/lib/buttons/EditButton.js +1 -1
  16. package/lib/buttons/InactivateButton.js +1 -1
  17. package/lib/buttons/InfoButton.js +1 -1
  18. package/lib/buttons/PrimaryButton.js +1 -1
  19. package/lib/buttons/RestoreButton.js +1 -1
  20. package/lib/buttons/SaveButton.js +1 -1
  21. package/lib/buttons/SuccessButton.js +1 -1
  22. package/lib/buttons/WarningButton.js +1 -1
  23. package/lib/buttons/button_container/index.js +1 -1
  24. package/lib/buttons/index.js +1 -1
  25. package/lib/buttons/split_button/index.js +3 -3
  26. package/lib/calendar/DangerCalendar.js +1 -1
  27. package/lib/calendar/InfoCalendar.js +1 -1
  28. package/lib/calendar/PrimaryCalendar.js +1 -1
  29. package/lib/calendar/SuccessCalendar.js +1 -1
  30. package/lib/calendar/WarningCalendar.js +1 -1
  31. package/lib/calendar/base/Day.js +2 -2
  32. package/lib/calendar/base/Month.js +1 -1
  33. package/lib/calendar/base/Week.js +1 -1
  34. package/lib/calendar/base/index.js +2 -2
  35. package/lib/checkbox/index.js +4 -4
  36. package/lib/chunks/{index.yztgndLc.js → index.CjD97zna.js} +30 -30
  37. package/lib/chunks/{index.D5f6Ow9V.js → index.iA-fVKOP.js} +3 -3
  38. package/lib/chunks/jsx-runtime.gtoSnx-V.js +284 -0
  39. package/lib/chunks/{tabs.Cvj2MJH6.js → tabs.BP3DB7Gx.js} +35 -35
  40. package/lib/dialog/Alert.js +2 -2
  41. package/lib/dialog/Custom.js +6 -6
  42. package/lib/dialog/Error.js +2 -2
  43. package/lib/dialog/Information.js +2 -2
  44. package/lib/dialog/Question.js +2 -2
  45. package/lib/dialog/Warning.js +2 -2
  46. package/lib/dialog/base/Content.js +2 -2
  47. package/lib/dialog/base/Footer.js +1 -1
  48. package/lib/dialog/base/Header.js +2 -2
  49. package/lib/dialog/base/index.js +2 -2
  50. package/lib/dialog/form/index.js +3 -3
  51. package/lib/dialog/index.js +1 -1
  52. package/lib/dialog/wizard/index.js +3 -3
  53. package/lib/dialog/wizard/progressbar.js +2 -2
  54. package/lib/dialog/wizard/step.js +2 -2
  55. package/lib/dialog/wizard/useWizard.js +2 -2
  56. package/lib/drawer/Content.js +1 -1
  57. package/lib/drawer/Drawer.js +2 -2
  58. package/lib/drawer/Header.js +1 -1
  59. package/lib/drawer/helpers.js +2 -2
  60. package/lib/dropdown/withDropdown.js +2 -2
  61. package/lib/fieldset/index.js +2 -2
  62. package/lib/form/Field.js +1 -1
  63. package/lib/form/FieldArray.js +2 -2
  64. package/lib/form/FieldNumber.js +1 -1
  65. package/lib/form/FieldPeriod.js +2 -2
  66. package/lib/form/helpers.js +9 -9
  67. package/lib/form/index.js +3 -3
  68. package/lib/form/withFieldHOC.js +7 -7
  69. package/lib/form/withFormSecurity.js +12 -12
  70. package/lib/gridlayout/GridCol.js +2 -2
  71. package/lib/gridlayout/GridRow.js +2 -2
  72. package/lib/hint/helpers.js +1 -1
  73. package/lib/hint/index.js +2 -2
  74. package/lib/icons/index.js +2 -2
  75. package/lib/index.js +3 -3
  76. package/lib/inputs/base/InputTextBase.js +2 -2
  77. package/lib/inputs/base/Label.js +1 -1
  78. package/lib/inputs/color/index.js +2 -2
  79. package/lib/inputs/date/Dialog.js +2 -2
  80. package/lib/inputs/date/index.js +2 -2
  81. package/lib/inputs/errorMessage/index.js +2 -2
  82. package/lib/inputs/file/DefaultFile.js +2 -2
  83. package/lib/inputs/file/DragDropFile.js +2 -2
  84. package/lib/inputs/file/File.js +2 -2
  85. package/lib/inputs/file/FileButtonSettings.js +2 -2
  86. package/lib/inputs/inputHOC.js +2 -2
  87. package/lib/inputs/mask/BaseMask.js +1 -1
  88. package/lib/inputs/mask/Cnpj.js +1 -1
  89. package/lib/inputs/mask/Cpf.js +1 -1
  90. package/lib/inputs/mask/Phone.js +1 -1
  91. package/lib/inputs/mask/ZipCode.js +1 -1
  92. package/lib/inputs/multiSelect/ActionButtons.js +3 -3
  93. package/lib/inputs/multiSelect/Dropdown.js +1 -1
  94. package/lib/inputs/multiSelect/index.js +2 -2
  95. package/lib/inputs/number/BaseNumber.js +1 -1
  96. package/lib/inputs/number/Currency.js +1 -1
  97. package/lib/inputs/number/Decimal.js +1 -1
  98. package/lib/inputs/number/index.js +2 -2
  99. package/lib/inputs/period/Dialog.js +2 -2
  100. package/lib/inputs/period/PeriodList.js +1 -1
  101. package/lib/inputs/period/index.js +2 -2
  102. package/lib/inputs/search/index.js +2 -2
  103. package/lib/inputs/select/ActionButtons.js +1 -1
  104. package/lib/inputs/select/Dropdown.js +1 -1
  105. package/lib/inputs/select/index.js +2 -2
  106. package/lib/inputs/select/multiple/Selecteds.js +9 -9
  107. package/lib/inputs/select/multiple/index.js +1 -1
  108. package/lib/inputs/select/simple/index.js +1 -1
  109. package/lib/inputs/text/index.js +1 -1
  110. package/lib/inputs/textarea/index.js +1 -1
  111. package/lib/internals/withTooltip.js +7 -7
  112. package/lib/labelMessages/index.js +2 -2
  113. package/lib/labels/DangerLabel.js +1 -1
  114. package/lib/labels/DefaultLabel.js +1 -1
  115. package/lib/labels/InfoLabel.js +1 -1
  116. package/lib/labels/PrimaryLabel.js +1 -1
  117. package/lib/labels/SuccessLabel.js +1 -1
  118. package/lib/labels/WarningLabel.js +1 -1
  119. package/lib/labels/index.js +1 -1
  120. package/lib/labels/label_container/index.js +1 -1
  121. package/lib/list/Header.js +1 -1
  122. package/lib/list/Item.js +3 -3
  123. package/lib/list/Separator.js +1 -1
  124. package/lib/list/helpers.js +2 -2
  125. package/lib/list/index.js +2 -2
  126. package/lib/menus/float/MenuItem.js +2 -2
  127. package/lib/menus/float/index.js +2 -2
  128. package/lib/menus/sidenav/ExpandMenu.js +1 -1
  129. package/lib/menus/sidenav/MenuLink.js +4 -4
  130. package/lib/menus/sidenav/NavMenuGroup.js +1 -1
  131. package/lib/menus/sidenav/NavMenuItem.js +1 -1
  132. package/lib/menus/sidenav/NavSubMenuItem.js +1 -1
  133. package/lib/menus/sidenav/helpers.js +4 -4
  134. package/lib/menus/sidenav/index.js +2 -2
  135. package/lib/menus/sidenav/popup_menu_search/EmptyList.js +1 -1
  136. package/lib/menus/sidenav/popup_menu_search/index.js +2 -2
  137. package/lib/noPermission/index.js +2 -2
  138. package/lib/panel/Content.js +1 -1
  139. package/lib/panel/DangerPanel.js +1 -1
  140. package/lib/panel/Default.js +2 -2
  141. package/lib/panel/Header.js +2 -2
  142. package/lib/panel/InfoPanel.js +1 -1
  143. package/lib/panel/PrimaryPanel.js +1 -1
  144. package/lib/panel/SuccessPanel.js +1 -1
  145. package/lib/panel/ToolBar.js +1 -1
  146. package/lib/panel/WarningPanel.js +1 -1
  147. package/lib/panel/helpers.js +4 -4
  148. package/lib/panel/index.js +1 -1
  149. package/lib/popover/PopoverText.js +1 -1
  150. package/lib/popover/PopoverTitle.js +1 -1
  151. package/lib/popover/index.js +2 -2
  152. package/lib/progress/Bar.js +1 -1
  153. package/lib/progress/index.js +2 -2
  154. package/lib/radio/index.js +2 -2
  155. package/lib/shortcuts/index.js +2 -2
  156. package/lib/skeleton/SkeletonContainer.js +1 -1
  157. package/lib/skeleton/index.js +2 -2
  158. package/lib/spinner/SpinnerLoading.js +1 -1
  159. package/lib/spinner/index.js +2 -2
  160. package/lib/split/Split.js +1 -1
  161. package/lib/split/SplitSide.js +1 -1
  162. package/lib/split/index.js +1 -1
  163. package/lib/table/Body.js +2 -2
  164. package/lib/table/Header.js +1 -1
  165. package/lib/table/HeaderColumn.js +1 -1
  166. package/lib/table/Row.js +1 -1
  167. package/lib/table/RowColumn.js +1 -1
  168. package/lib/table/index.js +2 -2
  169. package/lib/tabs/DropdownTabs.js +4 -4
  170. package/lib/tabs/Menu.js +5 -5
  171. package/lib/tabs/MenuTabs.js +5 -5
  172. package/lib/tabs/Panel.js +1 -1
  173. package/lib/tabs/context.js +30 -30
  174. package/lib/tabs/index.js +2 -2
  175. package/lib/tabs/tabHelpers.js +2 -2
  176. package/lib/textContent/index.js +2 -2
  177. package/lib/toolbar/ButtonBar.js +2 -2
  178. package/lib/toolbar/LabelBar.js +2 -2
  179. package/lib/toolbar/Separator.js +1 -1
  180. package/lib/toolbar/ToolBarGroup.js +1 -1
  181. package/lib/toolbar/index.js +2 -2
  182. package/lib/tooltip/index.js +2 -2
  183. package/lib/treetable/Body.js +2 -2
  184. package/lib/treetable/Header.js +2 -2
  185. package/lib/treetable/Row.js +16 -16
  186. package/lib/treetable/index.js +2 -2
  187. package/lib/treeview/Header.js +1 -1
  188. package/lib/treeview/Node.js +11 -11
  189. package/lib/treeview/index.js +2 -2
  190. package/lib/uitour/index.js +2 -2
  191. package/package.json +5 -6
  192. package/lib/chunks/index.CmrLK9Qe.js +0 -675
  193. package/lib/chunks/jsx-runtime.CYK1ROHF.js +0 -445
@@ -1,4 +1,4 @@
1
- import { j as o } from "../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as o } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useContext as s } from "react";
3
3
  import m from "./helpers.js";
4
4
  import n from "../noPermission/index.js";
@@ -1,4 +1,4 @@
1
- import { j as n } from "../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as n } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useRef as f, useState as R, useEffect as v, Suspense as M } from "react";
3
3
  import _ from "react-dom";
4
4
  import H from "./helpers.js";
@@ -7,7 +7,7 @@ import z from "./Header.js";
7
7
  import A from "./Content.js";
8
8
  import "../form/withFormSecurity.js";
9
9
  import F from "../spinner/index.js";
10
- const W = ({
10
+ import '../assets/Drawer.css';const W = ({
11
11
  position: w = "left",
12
12
  customClass: E = "",
13
13
  children: C,
@@ -1,4 +1,4 @@
1
- import { j as e } from "../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as e } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useContext as p, Fragment as t } from "react";
3
3
  import h from "../icons/index.js";
4
4
  import N from "./helpers.js";
@@ -1,5 +1,5 @@
1
1
  import t from "react";
2
- const a = t.createContext({});
2
+ const o = t.createContext({});
3
3
  export {
4
- a as default
4
+ o as default
5
5
  };
@@ -1,7 +1,7 @@
1
- import { j as s } from "../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as s } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { createContext as L, useState as h, useRef as x, useEffect as O } from "react";
3
3
  import A from "./Popup.js";
4
- const M = L({}), S = (o) => o.displayName || o.name || "Component", q = (o) => {
4
+ import '../assets/withDropdown.css';const M = L({}), S = (o) => o.displayName || o.name || "Component", q = (o) => {
5
5
  const a = (c) => {
6
6
  const {
7
7
  dropdownOpened: t,
@@ -1,6 +1,6 @@
1
- import { j as e } from "../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as e } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useState as O, Fragment as D } from "react";
3
- /* empty css */
3
+ import '../assets/gridlayout.css';import '../assets/index12.css';/* empty css */
4
4
  import T from "../gridlayout/GridCol.js";
5
5
  import { actionsOnPermissionDenied as b, OPTIONS_ON_DENIED as v } from "../permissionValidations.js";
6
6
  import w from "../noPermission/index.js";
package/lib/form/Field.js CHANGED
@@ -1,4 +1,4 @@
1
- import { j as p } from "../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as p } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { forwardRef as C, useContext as v } from "react";
3
3
  import l from "lodash";
4
4
  import x from "./withFieldHOC.js";
@@ -1,8 +1,8 @@
1
- import { j as t } from "../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as t } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { Fragment as C, useCallback as u } from "react";
3
3
  import x from "lodash";
4
4
  import E from "./withFieldHOC.js";
5
- /* empty css */
5
+ import '../assets/gridlayout.css';/* empty css */
6
6
  import F from "../gridlayout/GridCol.js";
7
7
  import b from "../fieldset/index.js";
8
8
  import { getErrorMessages as h } from "./helpers.js";
@@ -1,4 +1,4 @@
1
- import { j as N } from "../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as N } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import b from "lodash";
3
3
  import j from "./withFieldHOC.js";
4
4
  import { getErrorMessages as k } from "./helpers.js";
@@ -1,7 +1,7 @@
1
- import { j as x } from "../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as x } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useState as V, useEffect as $ } from "react";
3
3
  import e from "lodash";
4
- /* empty css */
4
+ import '../assets/gridlayout.css';/* empty css */
5
5
  import j from "../gridlayout/GridCol.js";
6
6
  import w from "./withFieldHOC.js";
7
7
  import { getErrorMessages as D } from "./helpers.js";
@@ -1,9 +1,9 @@
1
1
  import y from "lodash";
2
2
  import u from "react";
3
- const _ = "securityBeforeUnload", h = u.createContext({}), x = u.createContext({}), B = (e, c) => {
3
+ const h = "securityBeforeUnload", x = u.createContext({}), B = u.createContext({}), J = (e, c) => {
4
4
  const { name: t, value: s } = c;
5
5
  return y.set(JSON.parse(JSON.stringify(e)), t, s);
6
- }, J = ({
6
+ }, N = ({
7
7
  name: e,
8
8
  fieldErrors: c,
9
9
  externalFieldErrors: t,
@@ -11,15 +11,15 @@ const _ = "securityBeforeUnload", h = u.createContext({}), x = u.createContext({
11
11
  }) => {
12
12
  let f = s ? [...s] : [];
13
13
  return c && c[e] && (f = [...f, ...c[e]]), t && t[e] && (f = [...f, ...t[e]]), f;
14
- }, N = (e, c) => {
14
+ }, O = (e, c) => {
15
15
  let t = [];
16
16
  return e && c ? (t = y.isArray(e) ? e : [e], t = y.isArray(c) ? [...t, ...c] : [...t, c]) : c ? t = y.isArray(c) ? c : [c] : e && (t = e instanceof Array ? e : [e]), t;
17
17
  };
18
18
  export {
19
- h as FormContext,
20
- B as changeValue,
21
- J as getErrorMessages,
22
- N as getValidatorsArray,
23
- _ as securityBeforeUnload,
24
- x as withFieldContext
19
+ x as FormContext,
20
+ J as changeValue,
21
+ N as getErrorMessages,
22
+ O as getValidatorsArray,
23
+ h as securityBeforeUnload,
24
+ B as withFieldContext
25
25
  };
package/lib/form/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { j as x } from "../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as x } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useState as m, useContext as ar, useRef as U, useCallback as q, useEffect as F, Fragment as dr } from "react";
3
3
  import f from "lodash";
4
4
  import { changeValue as B, FormContext as mr } from "./helpers.js";
@@ -6,10 +6,10 @@ import { default as br } from "./Field.js";
6
6
  import { default as Rr } from "./FieldNumber.js";
7
7
  import { default as Sr } from "./FieldArray.js";
8
8
  import { default as Pr } from "./FieldPeriod.js";
9
- import "../chunks/index.yztgndLc.js";
9
+ import "../chunks/index.CjD97zna.js";
10
10
  import "../buttons/DefaultButton.js";
11
11
  import "../icons/index.js";
12
- /* empty css */
12
+ import '../assets/button.css';import '../assets/index13.css';/* empty css */
13
13
  import ur from "../dialog/Question.js";
14
14
  import { FormSecurityContext as pr } from "./withFormSecurity.js";
15
15
  import { v as Fr } from "../chunks/v1.CDXKvGzE.js";
@@ -1,15 +1,15 @@
1
- import { j as i } from "../chunks/jsx-runtime.CYK1ROHF.js";
2
- import h, { useState as C, useEffect as c } from "react";
1
+ import { j as i } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
+ import h, { useState as C, useEffect as f } from "react";
3
3
  import { FormContext as v, withFieldContext as V, getValidatorsArray as j } from "./helpers.js";
4
4
  const E = (u) => {
5
5
  const x = (o) => {
6
- const { name: r, validators: t, handlerStoreValidators: e, handlerRemoveValidators: a, component: f } = o, [n, l] = C(void 0), d = () => {
6
+ const { name: r, validators: t, handlerStoreValidators: e, handlerRemoveValidators: a, component: c } = o, [n, l] = C(void 0), d = () => {
7
7
  const s = j(t, n);
8
8
  s && e && e(r, s);
9
9
  };
10
- c(() => (d(), () => {
10
+ f(() => (d(), () => {
11
11
  t && a && a(r);
12
- }), []), c(() => {
12
+ }), []), f(() => {
13
13
  d();
14
14
  }, [t]);
15
15
  const m = {
@@ -25,7 +25,7 @@ const E = (u) => {
25
25
  handlerFieldChange: t,
26
26
  handlerFieldValidate: e,
27
27
  data: a,
28
- fieldErrors: f,
28
+ fieldErrors: c,
29
29
  externalFieldErrors: n,
30
30
  handlerStoreValidators: l,
31
31
  handlerRemoveValidators: d,
@@ -40,7 +40,7 @@ const E = (u) => {
40
40
  handlerStoreValidators: l,
41
41
  handlerRemoveValidators: d,
42
42
  data: a,
43
- fieldErrors: f,
43
+ fieldErrors: c,
44
44
  externalFieldErrors: n,
45
45
  forwardedRef: r
46
46
  }
@@ -1,11 +1,11 @@
1
- import { j as a } from "../chunks/jsx-runtime.CYK1ROHF.js";
2
- import C, { useRef as i, useState as m } from "react";
3
- const h = C.createContext({}), k = (l) => (r) => {
4
- const { onOpenChange: e, handlerClose: n } = r, s = i(!1), t = i(!1), [f, c] = m(!1), u = () => {
5
- s.current && t.current ? c(!0) : e ? e(!1) : n && n();
6
- }, d = {
7
- onChangedData: (o) => {
8
- s.current = o;
1
+ import { j as a } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
+ import d, { useRef as i, useState as m } from "react";
3
+ const h = d.createContext({}), k = (l) => (r) => {
4
+ const { onOpenChange: e, handlerClose: n } = r, s = i(!1), o = i(!1), [f, c] = m(!1), u = () => {
5
+ s.current && o.current ? c(!0) : e ? e(!1) : n && n();
6
+ }, C = {
7
+ onChangedData: (t) => {
8
+ s.current = t;
9
9
  },
10
10
  showQuestion: f,
11
11
  onConfirmClick: () => {
@@ -14,12 +14,12 @@ const h = C.createContext({}), k = (l) => (r) => {
14
14
  onUnconfirmClick: () => {
15
15
  c(!1);
16
16
  },
17
- setSecurityBeforeUnload: (o) => {
18
- t.current = o;
17
+ setSecurityBeforeUnload: (t) => {
18
+ o.current = t;
19
19
  },
20
- securityBeforeUnload: t.current
20
+ securityBeforeUnload: o.current
21
21
  };
22
- return /* @__PURE__ */ a.jsx(h.Provider, { value: d, children: /* @__PURE__ */ a.jsx(
22
+ return /* @__PURE__ */ a.jsx(h.Provider, { value: C, children: /* @__PURE__ */ a.jsx(
23
23
  l,
24
24
  {
25
25
  ...r,
@@ -1,5 +1,5 @@
1
- import { j as c } from "../chunks/jsx-runtime.CYK1ROHF.js";
2
- /* empty css */
1
+ import { j as c } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
+ import '../assets/gridlayout.css';/* empty css */
3
3
  const n = (l) => {
4
4
  const s = l ? l.split(" ") : [];
5
5
  let t = "grid-container ";
@@ -1,5 +1,5 @@
1
- import { j as r } from "../chunks/jsx-runtime.CYK1ROHF.js";
2
- /* empty css */
1
+ import { j as r } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
+ import '../assets/gridlayout.css';/* empty css */
3
3
  const a = (t) => `row ${t.customClass}
4
4
  ${t.withTrim && " -withtrim"}
5
5
  ${t.verticalAlign && ` align-items-${t.verticalAlign}`}
@@ -1,4 +1,4 @@
1
- import { j as s } from "../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as s } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  const n = (t) => /* @__PURE__ */ s.jsx("div", { className: "rules-list", style: { padding: "15px 0px" }, children: /* @__PURE__ */ s.jsx("ul", { style: { listStyleType: "none" }, children: t.map((i, e) => /* @__PURE__ */ s.jsxs("li", { children: [
3
3
  "-",
4
4
  i
package/lib/hint/index.js CHANGED
@@ -1,6 +1,6 @@
1
- import { j as s } from "../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as s } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { showHintList as o } from "./helpers.js";
3
- const u = ({
3
+ import '../assets/index8.css';const u = ({
4
4
  visible: e = !0,
5
5
  description: r,
6
6
  customClass: t,
@@ -1,8 +1,8 @@
1
- import { j as s } from "../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as s } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useRef as C } from "react";
3
3
  import B from "./helper.js";
4
4
  import F from "../internals/withTooltip.js";
5
- const d = B, N = "rgb(193, 193, 193)", O = ({
5
+ import '../assets/index2.css';const d = B, N = "rgb(193, 193, 193)", O = ({
6
6
  name: e,
7
7
  onClick: l,
8
8
  svgStruct: o,
package/lib/index.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import { default as i } from "./panel/Default.js";
2
- import "./chunks/jsx-runtime.CYK1ROHF.js";
2
+ import "./chunks/jsx-runtime.gtoSnx-V.js";
3
3
  import "react";
4
4
  import { default as d } from "./icons/index.js";
5
5
  import { default as x } from "./buttons/Button.js";
6
- /* empty css */
6
+ import './assets/label.css';import './assets/panel.css';import './assets/noPermission.css';import './assets/button.css';/* empty css */
7
7
  import "./panel/helpers.js";
8
8
  /* empty css */
9
9
  /* empty css */
@@ -13,7 +13,7 @@ import { default as L } from "./labels/DefaultLabel.js";
13
13
  import { default as c } from "./list/index.js";
14
14
  import { default as D } from "./radio/index.js";
15
15
  import { default as P } from "./tabs/index.js";
16
- import { B as h } from "./chunks/index.yztgndLc.js";
16
+ import { B as h } from "./chunks/index.CjD97zna.js";
17
17
  export {
18
18
  x as Button,
19
19
  h as Dialog,
@@ -1,4 +1,4 @@
1
- import { j as n } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as n } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useRef as ge, useState as pe, useEffect as k } from "react";
3
3
  import ye from "lodash";
4
4
  import ve from "../inputHOC.js";
@@ -9,7 +9,7 @@ import Oe from "../../hint/index.js";
9
9
  import { ErrorMessage as Fe } from "../errorMessage/index.js";
10
10
  import A from "../../textContent/index.js";
11
11
  import Ne from "../../popover/index.js";
12
- const Re = (t) => {
12
+ import '../../assets/InputTextBase.css';const Re = (t) => {
13
13
  const {
14
14
  textAlign: m = "left",
15
15
  value: z,
@@ -1,4 +1,4 @@
1
- import { j as a } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as a } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import b from "../../internals/withTooltip.js";
3
3
  const u = (r) => {
4
4
  const {
@@ -1,10 +1,10 @@
1
- import { j as e } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as e } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useState as k, useRef as x, useEffect as g } from "react";
3
3
  import h from "lodash";
4
4
  import j from "../text/index.js";
5
5
  import v from "../../buttons/Button.js";
6
6
  import "../../icons/index.js";
7
- /* empty css */
7
+ import '../../assets/button.css';import '../../assets/index20.css';/* empty css */
8
8
  const F = (u) => {
9
9
  const {
10
10
  asTextField: m = !0,
@@ -1,5 +1,5 @@
1
- import { j as a } from "../../chunks/jsx-runtime.CYK1ROHF.js";
2
- import { B as o } from "../../chunks/index.yztgndLc.js";
1
+ import { j as a } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
+ import { B as o } from "../../chunks/index.CjD97zna.js";
3
3
  const h = ({ handlerClose: e, children: t, dialogSize: s }) => /* @__PURE__ */ a.jsx(
4
4
  o,
5
5
  {
@@ -1,11 +1,11 @@
1
- import { j as d } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as d } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useState as m, useRef as g, useEffect as F } from "react";
3
3
  import l from "moment";
4
4
  import ce from "./Dialog.js";
5
5
  import ue from "./Dropdown.js";
6
6
  import de from "../../buttons/Button.js";
7
7
  import "../../icons/index.js";
8
- /* empty css */
8
+ import '../../assets/gridlayout.css';import '../../assets/button.css';import '../../assets/index21.css';/* empty css */
9
9
  /* empty css */
10
10
  import fe from "../../gridlayout/GridCol.js";
11
11
  import me from "../../calendar/base/index.js";
@@ -1,6 +1,6 @@
1
- import { j as n } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as n } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { forwardRef as o } from "react";
3
- const i = o(({
3
+ import '../../assets/index7.css';const i = o(({
4
4
  customClass: e = "",
5
5
  messages: r,
6
6
  style: s
@@ -1,11 +1,11 @@
1
- import { j as t } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as t } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useState as g } from "react";
3
3
  import C from "lodash";
4
4
  import F from "../base/InputTextBase.js";
5
5
  import y from "./FileButtonSettings.js";
6
6
  import B from "../../buttons/Button.js";
7
7
  import E from "../../icons/index.js";
8
- /* empty css */
8
+ import '../../assets/button.css';import '../../assets/DefaultFile.css';/* empty css */
9
9
  import I from "../../popover/index.js";
10
10
  import N from "../../popover/PopoverText.js";
11
11
  const U = (l) => {
@@ -1,11 +1,11 @@
1
- import { j as t } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as t } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useState as b, Fragment as M } from "react";
3
3
  import ee from "lodash";
4
4
  import "../../buttons/DefaultButton.js";
5
5
  import P from "../../buttons/PrimaryButton.js";
6
6
  import U from "../../buttons/DangerButton.js";
7
7
  import B from "../../icons/index.js";
8
- /* empty css */
8
+ import '../../assets/button.css';/* empty css */
9
9
  import te from "../base/InputTextBase.js";
10
10
  import se from "../../hint/index.js";
11
11
  import { ErrorMessage as ae } from "../errorMessage/index.js";
@@ -1,8 +1,8 @@
1
- import { j as o } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as o } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useRef as u, useEffect as p } from "react";
3
3
  import C from "./DefaultFile.js";
4
4
  import k from "./DragDropFile.js";
5
- /* empty css */
5
+ import '../../assets/gridlayout.css';/* empty css */
6
6
  import x from "../../gridlayout/GridCol.js";
7
7
  import { transformFilesToFileList as a } from "./helpers.js";
8
8
  const E = ({
@@ -1,7 +1,7 @@
1
- import { j as t } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as t } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import s from "../../buttons/Button.js";
3
3
  import r from "../../icons/index.js";
4
- /* empty css */
4
+ import '../../assets/button.css';/* empty css */
5
5
  const u = (o) => {
6
6
  const { size: e = "medium", labelButton: n = "Selecionar", id: i, onBtnClickInsert: l } = o;
7
7
  return /* @__PURE__ */ t.jsx("label", { id: "", htmlFor: i, children: /* @__PURE__ */ t.jsx(
@@ -1,6 +1,6 @@
1
- import { j as o } from "../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as o } from "../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useState as c } from "react";
3
- /* empty css */
3
+ import '../assets/gridlayout.css';/* empty css */
4
4
  import m from "../gridlayout/GridCol.js";
5
5
  const v = (s) => (t) => {
6
6
  const {
@@ -1,4 +1,4 @@
1
- import { j as pt } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as pt } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import R, { useRef as J, useState as N, useCallback as U, useEffect as w } from "react";
3
3
  import { P as h } from "../../chunks/index.Da--18GT.js";
4
4
  import dt from "../base/InputTextBase.js";
@@ -1,4 +1,4 @@
1
- import { j as l } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as l } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useState as g, useEffect as u } from "react";
3
3
  import C from "lodash";
4
4
  import c from "./BaseMask.js";
@@ -1,4 +1,4 @@
1
- import { j as l } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as l } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useState as g, useEffect as s, useMemo as u } from "react";
3
3
  import c from "lodash";
4
4
  import C from "./BaseMask.js";
@@ -1,4 +1,4 @@
1
- import { j as t } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as t } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import o from "./BaseMask.js";
3
3
  const a = (e) => {
4
4
  const { cellNumber: s } = e;
@@ -1,4 +1,4 @@
1
- import { j as o } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as o } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import t from "./BaseMask.js";
3
3
  const m = (s) => /* @__PURE__ */ o.jsx(t, { ...s, mask: "00000-000" });
4
4
  export {
@@ -1,10 +1,10 @@
1
- import { j as o } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as o } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { Fragment as c } from "react";
3
3
  import r from "../../buttons/Button.js";
4
4
  import "../../icons/index.js";
5
- /* empty css */
5
+ import '../../assets/button.css';/* empty css */
6
6
  import d from "../../list/index.js";
7
- import { L as s } from "../../chunks/tabs.Cvj2MJH6.js";
7
+ import { L as s } from "../../chunks/tabs.BP3DB7Gx.js";
8
8
  const h = ({
9
9
  disabled: t,
10
10
  dropdownOpened: n,
@@ -1,4 +1,4 @@
1
- import { j as o } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as o } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useState as v } from "react";
3
3
  import S from "../../avatar/index.js";
4
4
  import x from "../../icons/index.js";
@@ -1,4 +1,4 @@
1
- import { j as b } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as b } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import x from "lodash";
3
3
  import { useState as s, useRef as N, useEffect as S } from "react";
4
4
  import ne from "../base/InputTextBase.js";
@@ -6,7 +6,7 @@ import oe from "./ActionButtons.js";
6
6
  import se from "./Dropdown.js";
7
7
  import M from "./helper.js";
8
8
  import { v as le } from "../../chunks/v1.CDXKvGzE.js";
9
- const pe = (m) => {
9
+ import '../../assets/index22.css';const pe = (m) => {
10
10
  const {
11
11
  onSelect: r,
12
12
  idKey: i,
@@ -1,4 +1,4 @@
1
- import { j as a } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as a } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import m from "../mask/BaseMask.js";
3
3
  import { numberToPtBR as l, numberToEnUS as s } from "./format_number.js";
4
4
  const o = (t, e) => {
@@ -1,4 +1,4 @@
1
- import { j as r } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as r } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import c from "./BaseNumber.js";
3
3
  const l = ({ displayCurrencySymbol: s, ...e }) => {
4
4
  const { currencySymbol: t = "R$" } = e, n = s ? /* @__PURE__ */ r.jsx("span", { className: "currency-symbol", children: t }) : [];
@@ -1,4 +1,4 @@
1
- import { j as m } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as m } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import o from "./BaseNumber.js";
3
3
  const t = (e) => /* @__PURE__ */ m.jsx(o, { ...e });
4
4
  export {
@@ -1,9 +1,9 @@
1
- import { j as g } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as g } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useState as p, useEffect as x } from "react";
3
3
  import { default as F } from "./Currency.js";
4
4
  import { default as y } from "./Decimal.js";
5
5
  import h from "../base/InputTextBase.js";
6
- const j = (t) => {
6
+ import '../../assets/index23.css';const j = (t) => {
7
7
  const {
8
8
  textAlign: l = "left",
9
9
  value: r = "",
@@ -1,5 +1,5 @@
1
- import { j as o } from "../../chunks/jsx-runtime.CYK1ROHF.js";
2
- import { B as r } from "../../chunks/index.yztgndLc.js";
1
+ import { j as o } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
+ import { B as r } from "../../chunks/index.CjD97zna.js";
3
3
  const h = ({ onOpenChange: e, handlerClose: t, children: a, dialogSize: s }) => /* @__PURE__ */ o.jsx(
4
4
  r,
5
5
  {
@@ -1,4 +1,4 @@
1
- import { j as l } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as l } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { getDropdownItemCssClass as d, CalcDatesByPeriod as i } from "./helper.js";
3
3
  const n = [
4
4
  { id: "today", label: "Hoje" },
@@ -1,4 +1,4 @@
1
- import { j as r } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as r } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useId as ve, useState as Y, useRef as h, useEffect as V, useCallback as Ce } from "react";
3
3
  import s from "moment";
4
4
  import qe from "./PeriodList.js";
@@ -7,7 +7,7 @@ import _ from "./Dropdown.js";
7
7
  import Ne from "../../calendar/base/index.js";
8
8
  import Ye from "../../buttons/Button.js";
9
9
  import G from "../../icons/index.js";
10
- /* empty css */
10
+ import '../../assets/gridlayout.css';import '../../assets/button.css';import '../../assets/index24.css';/* empty css */
11
11
  import H from "./Dialog.js";
12
12
  import ze from "../../hint/index.js";
13
13
  /* empty css */
@@ -1,9 +1,9 @@
1
- import { j as a } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as a } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useState as u, useEffect as S, Fragment as E } from "react";
3
3
  import I from "../base/InputTextBase.js";
4
4
  import w from "../../buttons/Button.js";
5
5
  import m from "../../icons/index.js";
6
- /* empty css */
6
+ import '../../assets/button.css';import '../../assets/index25.css';/* empty css */
7
7
  import D from "../../drawer/index.js";
8
8
  import P from "../../drawer/Header.js";
9
9
  import T from "../../drawer/Content.js";
@@ -1,4 +1,4 @@
1
- import { j as n } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as n } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import e from "../../icons/index.js";
3
3
  const d = (o) => {
4
4
  const {
@@ -1,4 +1,4 @@
1
- import { j as n } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as n } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import { useState as I, useEffect as P } from "react";
3
3
  import h from "../../icons/index.js";
4
4
  import A from "../../avatar/index.js";
@@ -1,6 +1,6 @@
1
- import { j as t } from "../../chunks/jsx-runtime.CYK1ROHF.js";
1
+ import { j as t } from "../../chunks/jsx-runtime.gtoSnx-V.js";
2
2
  import a from "./multiple/index.js";
3
- /* empty css */
3
+ import '../../assets/gridlayout.css';import '../../assets/index26.css';/* empty css */
4
4
  import l from "../../gridlayout/GridCol.js";
5
5
  import n from "./simple/index.js";
6
6
  const S = (e) => {