jclib-ui 0.0.22 → 0.0.24

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/index.d.ts CHANGED
@@ -27,6 +27,8 @@ export { default as Panel } from './panel/panel';
27
27
  export { PanelHeader } from './panel/panelHeader';
28
28
  export { default as InputColor } from './inputColor/inputColor';
29
29
  export { default as InputPesquisa } from './inputPesquisa/inputPesquisa';
30
+ export { default as InputQRCode } from './inputQRCode/inputQRCode';
31
+ export { LoadingReport } from './LoadingReport/LoadingReport';
30
32
  export { useLocalForage } from './hooks/useLocalForage';
31
33
  export { default as useParamId } from './hooks/useParamId';
32
34
  export { default as useQuery } from './hooks/useQuery';
@@ -34,13 +36,13 @@ export { useLocalStorage, useSessionStorage } from './hooks/useStorage';
34
36
  export { default as useApi, globalApiConfig } from './hooks/useApi';
35
37
  export { cache } from './hooks/cache';
36
38
  export { GlobalImports } from './imports/globalImports';
37
- export { default as InputQRCode } from './inputQRCode/inputQRCode';
38
39
  export * from './inputs/inputs';
39
40
  export { default as CheckBox } from './inputs/CheckBox';
40
41
  export { default as LabelHint } from './labelHint/LabelHint';
41
42
  export * from './links/Links';
42
43
  export { default as Loading } from './loading/Loading';
43
44
  export { default as ModalBox } from './modalBox/ModalBox';
45
+ export { default as ModalBoxDrag } from './modalBoxDrag/ModalBoxDrag';
44
46
  export { default as ModalFilter } from './modalFilter/modalFilter';
45
47
  export { default as Paginacao } from './paginacao/Paginacao';
46
48
  export { PanelDashboard } from './panelDashboard/PanelDashboard';