synos-helena 24.0.3 → 24.0.4-beta.0

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 (75) hide show
  1. package/lib/dark.css.map +1 -1
  2. package/lib/dark.css.map.gz +0 -0
  3. package/lib/index.css.map +1 -1
  4. package/lib/index.css.map.gz +0 -0
  5. package/lib/index.js +1 -1
  6. package/lib/index.js.gz +0 -0
  7. package/lib/index.js.map +1 -1
  8. package/lib/index.js.map.gz +0 -0
  9. package/lib/src/HLAlert/HLAlert.d.ts +4 -0
  10. package/lib/src/HLArticle/HLArticle.d.ts +4 -0
  11. package/lib/src/HLBadge/HLBadge.d.ts +4 -0
  12. package/lib/src/HLButton/HLButton.d.ts +4 -0
  13. package/lib/src/HLCard/HLCard.d.ts +7 -0
  14. package/lib/src/HLCheckbox/HLCheckbox.d.ts +5 -0
  15. package/lib/src/HLCode/HLCode.d.ts +4 -0
  16. package/lib/src/HLCollapse/HLCollapse.d.ts +7 -0
  17. package/lib/src/HLCollapse/Panel/Panel.d.ts +4 -0
  18. package/lib/src/HLCollapseInfoPanel/HLCollapseInfoPanel.d.ts +4 -0
  19. package/lib/src/HLContext/HLContext.d.ts +4 -0
  20. package/lib/src/HLCpfCnpj/HLCpfCnpj.d.ts +4 -0
  21. package/lib/src/HLDatePicker/DatePicker.d.ts +8 -0
  22. package/lib/src/HLDatePicker/HLDatePicker.d.ts +6 -0
  23. package/lib/src/HLDatePicker/MonthPicker/MonthPicker.d.ts +6 -0
  24. package/lib/src/HLDatePicker/RangePicker/RangePicker.d.ts +6 -0
  25. package/lib/src/HLDatePicker/utils.d.ts +5 -0
  26. package/lib/src/HLDeferredRender/HLDeferredRender.d.ts +4 -0
  27. package/lib/src/HLDescriptions/HLDescriptions.d.ts +4 -0
  28. package/lib/src/HLDiffViewer/HLDiffViewer.d.ts +4 -0
  29. package/lib/src/HLDivider/HLDivider.d.ts +4 -0
  30. package/lib/src/HLDrawer/HLDrawer.d.ts +4 -0
  31. package/lib/src/HLDropdown/HLDropdown.d.ts +4 -0
  32. package/lib/src/HLDropdownButton/HLDropdownButton.d.ts +4 -0
  33. package/lib/src/HLEditTable/HLEditTable.d.ts +4 -0
  34. package/lib/src/HLEnvironmentText/HLEnvironmentText.d.ts +6 -0
  35. package/lib/src/HLEnvironmentText/HLEnvironmentTypes.d.ts +13 -0
  36. package/lib/src/HLErrorBoundary/HLErrorBoundary.d.ts +13 -0
  37. package/lib/src/HLException/Error/Error.d.ts +4 -0
  38. package/lib/src/HLException/HLException.d.ts +5 -0
  39. package/lib/src/HLException/Page500/Page500.d.ts +4 -0
  40. package/lib/src/HLException/PageError/PageError.d.ts +4 -0
  41. package/lib/src/HLForm/HLForm.d.ts +7 -0
  42. package/lib/src/HLFromTo/HLFromTo.d.ts +6 -0
  43. package/lib/src/HLHeader/HLHeader.d.ts +6 -0
  44. package/lib/src/HLHeaderButton/HLHeaderButton.d.ts +4 -0
  45. package/lib/src/HLHeaderSearch/HLHeaderSearch.d.ts +4 -0
  46. package/lib/src/HLHelpContext/HLHelpContext.d.ts +8 -0
  47. package/lib/src/HLInput/HLInput.d.ts +5 -0
  48. package/lib/src/HLInput/Password/Password.d.ts +5 -0
  49. package/lib/src/HLInputMonetary/HLInputMonetary.d.ts +5 -0
  50. package/lib/src/HLInputMonetaryFormatOnBlur/HLInputMonetaryFormatOnBlur.d.ts +5 -0
  51. package/lib/src/HLMain/HLMain.d.ts +4 -0
  52. package/lib/src/HLMarkdown/HLMarkdown.d.ts +4 -0
  53. package/lib/src/HLModulesMenu/HLModulesMenu.d.ts +4 -0
  54. package/lib/src/HLNotification/HLNotification.d.ts +6 -0
  55. package/lib/src/HLNotification/notificationList/NotificationList.d.ts +6 -0
  56. package/lib/src/HLPageHeader/HLPageHeader.d.ts +4 -0
  57. package/lib/src/HLPopover/HLPopover.d.ts +4 -0
  58. package/lib/src/HLPowerSearch/lib/SelectStoreInterface.d.ts +11 -0
  59. package/lib/src/HLProgress/HLProgress.d.ts +4 -0
  60. package/lib/src/HLRadio/HLRadio.d.ts +5 -0
  61. package/lib/src/HLSelect/HLSelect.d.ts +5 -0
  62. package/lib/src/HLSideMenu/HLSideMenu.d.ts +4 -0
  63. package/lib/src/HLSpin/HLSpin.d.ts +4 -0
  64. package/lib/src/HLSwitch/HLSwitch.d.ts +4 -0
  65. package/lib/src/HLTable/HLTable.d.ts +75 -0
  66. package/lib/src/HLTextArea/HLTextArea.d.ts +5 -0
  67. package/lib/src/HLTooltip/HLTootip.d.ts +4 -0
  68. package/lib/src/HLTotalizer/HLTotalizer.d.ts +4 -0
  69. package/lib/src/HLUserBox/HLUserBox.d.ts +4 -0
  70. package/lib/src/index.d.ts +75 -0
  71. package/lib/src/util/CustomHooks.d.ts +2 -0
  72. package/lib/src/util/Permissions.d.ts +19 -0
  73. package/lib/src/util/constants.d.ts +15 -0
  74. package/package.json +1 -1
  75. package/CHANGELOG.md +0 -1120
package/lib/index.js.gz CHANGED
Binary file