@vendorflow/components 3.0.14 → 4.0.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.
Files changed (84) hide show
  1. package/README.md +55 -1
  2. package/lib/components/AudioPlayer/index.d.ts +1 -0
  3. package/lib/components/{material-ui/Button → Button}/Button.d.ts +1 -0
  4. package/lib/components/Button/index.d.ts +1 -0
  5. package/lib/components/{material-ui/ButtonMenu → ButtonMenu}/ButtonMenu.d.ts +1 -1
  6. package/lib/components/ButtonMenu/index.d.ts +1 -0
  7. package/lib/components/{material-ui/ColorPicker → ColorPicker}/ColorPicker.d.ts +1 -1
  8. package/lib/components/ColorPicker/index.d.ts +1 -0
  9. package/lib/components/ColorPicker/styles.d.ts +1 -0
  10. package/lib/components/{material-ui/DataTable → DataTable}/Data.d.ts +1 -1
  11. package/lib/components/{material-ui/DataTable → DataTable}/DataTable.d.ts +15 -15
  12. package/lib/components/{material-ui/DataTable → DataTable}/FilterTool/Filters/MultiSelectFilter.d.ts +2 -2
  13. package/lib/components/{material-ui/DataTable → DataTable}/FilterTool/Filters/RangeFilter.d.ts +2 -2
  14. package/lib/components/{material-ui/DataTable → DataTable}/FilterTool/Filters/SingleSelectFilter.d.ts +2 -2
  15. package/lib/components/{material-ui/DataTable → DataTable}/FilterTool/Filters/TextFilter.d.ts +2 -2
  16. package/lib/components/{material-ui/DataTable → DataTable}/FilterTool/index.d.ts +2 -2
  17. package/lib/components/{material-ui/DataTable → DataTable}/TablePieces/AppliedFilters.d.ts +1 -1
  18. package/lib/components/{material-ui/DataTable → DataTable}/TablePieces/BodyRow.d.ts +1 -1
  19. package/lib/components/{material-ui/DataTable → DataTable}/TablePieces/HeaderCell.d.ts +1 -1
  20. package/lib/components/{material-ui/DataTable → DataTable}/TablePieces/IndeterminateCheckbox.d.ts +0 -1
  21. package/lib/components/{material-ui/DataTable → DataTable}/TablePieces/Toolbar.d.ts +3 -3
  22. package/lib/components/{material-ui/DataTable → DataTable}/TablePieces/ViewColumnTool.d.ts +1 -1
  23. package/lib/components/DataTable/index.d.ts +1 -0
  24. package/lib/components/{material-ui/InputCheckboxGroup → InputCheckboxGroup}/InputCheckboxGroup.d.ts +2 -2
  25. package/lib/components/InputCheckboxGroup/index.d.ts +1 -0
  26. package/lib/components/InputDate/InputDate.d.ts +10 -0
  27. package/lib/components/InputDate/index.d.ts +1 -0
  28. package/lib/components/InputDateTime/InputDateTime.d.ts +11 -0
  29. package/lib/components/InputDateTime/index.d.ts +1 -0
  30. package/lib/components/InputGroup/index.d.ts +1 -0
  31. package/lib/components/{material-ui/InputRadioGroup → InputRadioGroup}/InputRadioGroup.d.ts +1 -1
  32. package/lib/components/InputRadioGroup/index.d.ts +1 -0
  33. package/lib/components/{material-ui/InputSearchDropdown → InputSearchDropdown}/InputSearchDropdown.d.ts +2 -1
  34. package/lib/components/InputSearchDropdown/index.d.ts +1 -0
  35. package/lib/components/{material-ui/InputTime → InputTime}/InputTime.d.ts +3 -3
  36. package/lib/components/InputTime/index.d.ts +1 -0
  37. package/lib/components/{material-ui/Modal → Modal}/Modal.d.ts +1 -1
  38. package/lib/components/Modal/index.d.ts +1 -0
  39. package/lib/components/index.d.ts +13 -13
  40. package/lib/index.css +1 -0
  41. package/lib/index.es.js +22209 -0
  42. package/lib/index.es.js.map +1 -0
  43. package/lib/index.umd.js +539 -0
  44. package/lib/index.umd.js.map +1 -0
  45. package/package.json +50 -83
  46. package/lib/components/material-ui/AudioPlayer/AudioPlayer.story.d.ts +0 -2
  47. package/lib/components/material-ui/AudioPlayer/index.d.ts +0 -1
  48. package/lib/components/material-ui/Button/Button.story.d.ts +0 -2
  49. package/lib/components/material-ui/Button/index.d.ts +0 -1
  50. package/lib/components/material-ui/ButtonMenu/ButtonMenu.story.d.ts +0 -5
  51. package/lib/components/material-ui/ButtonMenu/index.d.ts +0 -1
  52. package/lib/components/material-ui/ColorPicker/ColorPicker.story.d.ts +0 -2
  53. package/lib/components/material-ui/ColorPicker/index.d.ts +0 -1
  54. package/lib/components/material-ui/ColorPicker/styles.d.ts +0 -1
  55. package/lib/components/material-ui/DataTable/DataTable.story.d.ts +0 -2
  56. package/lib/components/material-ui/DataTable/index.d.ts +0 -1
  57. package/lib/components/material-ui/InputCheckboxGroup/InputCheckboxGroup.story.d.ts +0 -2
  58. package/lib/components/material-ui/InputCheckboxGroup/index.d.ts +0 -1
  59. package/lib/components/material-ui/InputDate/InputDate.d.ts +0 -11
  60. package/lib/components/material-ui/InputDate/InputDate.story.d.ts +0 -2
  61. package/lib/components/material-ui/InputDate/index.d.ts +0 -1
  62. package/lib/components/material-ui/InputDateTime/InputDateTime.d.ts +0 -11
  63. package/lib/components/material-ui/InputDateTime/InputDateTime.story.d.ts +0 -2
  64. package/lib/components/material-ui/InputDateTime/index.d.ts +0 -1
  65. package/lib/components/material-ui/InputGroup/InputGroup.story.d.ts +0 -2
  66. package/lib/components/material-ui/InputGroup/index.d.ts +0 -1
  67. package/lib/components/material-ui/InputRadioGroup/InputRadioGroup.story.d.ts +0 -2
  68. package/lib/components/material-ui/InputRadioGroup/index.d.ts +0 -1
  69. package/lib/components/material-ui/InputSearchDropdown/InputSearchDropdown.story.d.ts +0 -4
  70. package/lib/components/material-ui/InputSearchDropdown/index.d.ts +0 -1
  71. package/lib/components/material-ui/InputTime/InputTime.story.d.ts +0 -2
  72. package/lib/components/material-ui/InputTime/index.d.ts +0 -1
  73. package/lib/components/material-ui/Modal/Modal.story.d.ts +0 -2
  74. package/lib/components/material-ui/Modal/index.d.ts +0 -1
  75. package/lib/index.js +0 -3
  76. package/lib/index.js.LICENSE.txt +0 -29
  77. package/lib/index.js.map +0 -1
  78. /package/lib/components/{material-ui/AudioPlayer → AudioPlayer}/AudioPlayer.d.ts +0 -0
  79. /package/lib/components/{material-ui/DataTable → DataTable}/TablePieces/BodyCell.d.ts +0 -0
  80. /package/lib/components/{material-ui/DataTable → DataTable}/TablePieces/GlobalSearchFilter.d.ts +0 -0
  81. /package/lib/components/{material-ui/DataTable → DataTable}/TablePieces/SortIndicator.d.ts +0 -0
  82. /package/lib/components/{material-ui/DataTable → DataTable}/TablePieces/Table.d.ts +0 -0
  83. /package/lib/components/{material-ui/DataTable → DataTable}/TablePieces/TableBodyContent.d.ts +0 -0
  84. /package/lib/components/{material-ui/InputGroup → InputGroup}/InputGroup.d.ts +0 -0