@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.
- package/README.md +55 -1
- package/lib/components/AudioPlayer/index.d.ts +1 -0
- package/lib/components/{material-ui/Button → Button}/Button.d.ts +1 -0
- package/lib/components/Button/index.d.ts +1 -0
- package/lib/components/{material-ui/ButtonMenu → ButtonMenu}/ButtonMenu.d.ts +1 -1
- package/lib/components/ButtonMenu/index.d.ts +1 -0
- package/lib/components/{material-ui/ColorPicker → ColorPicker}/ColorPicker.d.ts +1 -1
- package/lib/components/ColorPicker/index.d.ts +1 -0
- package/lib/components/ColorPicker/styles.d.ts +1 -0
- package/lib/components/{material-ui/DataTable → DataTable}/Data.d.ts +1 -1
- package/lib/components/{material-ui/DataTable → DataTable}/DataTable.d.ts +15 -15
- package/lib/components/{material-ui/DataTable → DataTable}/FilterTool/Filters/MultiSelectFilter.d.ts +2 -2
- package/lib/components/{material-ui/DataTable → DataTable}/FilterTool/Filters/RangeFilter.d.ts +2 -2
- package/lib/components/{material-ui/DataTable → DataTable}/FilterTool/Filters/SingleSelectFilter.d.ts +2 -2
- package/lib/components/{material-ui/DataTable → DataTable}/FilterTool/Filters/TextFilter.d.ts +2 -2
- package/lib/components/{material-ui/DataTable → DataTable}/FilterTool/index.d.ts +2 -2
- package/lib/components/{material-ui/DataTable → DataTable}/TablePieces/AppliedFilters.d.ts +1 -1
- package/lib/components/{material-ui/DataTable → DataTable}/TablePieces/BodyRow.d.ts +1 -1
- package/lib/components/{material-ui/DataTable → DataTable}/TablePieces/HeaderCell.d.ts +1 -1
- package/lib/components/{material-ui/DataTable → DataTable}/TablePieces/IndeterminateCheckbox.d.ts +0 -1
- package/lib/components/{material-ui/DataTable → DataTable}/TablePieces/Toolbar.d.ts +3 -3
- package/lib/components/{material-ui/DataTable → DataTable}/TablePieces/ViewColumnTool.d.ts +1 -1
- package/lib/components/DataTable/index.d.ts +1 -0
- package/lib/components/{material-ui/InputCheckboxGroup → InputCheckboxGroup}/InputCheckboxGroup.d.ts +2 -2
- package/lib/components/InputCheckboxGroup/index.d.ts +1 -0
- package/lib/components/InputDate/InputDate.d.ts +10 -0
- package/lib/components/InputDate/index.d.ts +1 -0
- package/lib/components/InputDateTime/InputDateTime.d.ts +11 -0
- package/lib/components/InputDateTime/index.d.ts +1 -0
- package/lib/components/InputGroup/index.d.ts +1 -0
- package/lib/components/{material-ui/InputRadioGroup → InputRadioGroup}/InputRadioGroup.d.ts +1 -1
- package/lib/components/InputRadioGroup/index.d.ts +1 -0
- package/lib/components/{material-ui/InputSearchDropdown → InputSearchDropdown}/InputSearchDropdown.d.ts +2 -1
- package/lib/components/InputSearchDropdown/index.d.ts +1 -0
- package/lib/components/{material-ui/InputTime → InputTime}/InputTime.d.ts +3 -3
- package/lib/components/InputTime/index.d.ts +1 -0
- package/lib/components/{material-ui/Modal → Modal}/Modal.d.ts +1 -1
- package/lib/components/Modal/index.d.ts +1 -0
- package/lib/components/index.d.ts +13 -13
- package/lib/index.css +1 -0
- package/lib/index.es.js +22209 -0
- package/lib/index.es.js.map +1 -0
- package/lib/index.umd.js +539 -0
- package/lib/index.umd.js.map +1 -0
- package/package.json +50 -83
- package/lib/components/material-ui/AudioPlayer/AudioPlayer.story.d.ts +0 -2
- package/lib/components/material-ui/AudioPlayer/index.d.ts +0 -1
- package/lib/components/material-ui/Button/Button.story.d.ts +0 -2
- package/lib/components/material-ui/Button/index.d.ts +0 -1
- package/lib/components/material-ui/ButtonMenu/ButtonMenu.story.d.ts +0 -5
- package/lib/components/material-ui/ButtonMenu/index.d.ts +0 -1
- package/lib/components/material-ui/ColorPicker/ColorPicker.story.d.ts +0 -2
- package/lib/components/material-ui/ColorPicker/index.d.ts +0 -1
- package/lib/components/material-ui/ColorPicker/styles.d.ts +0 -1
- package/lib/components/material-ui/DataTable/DataTable.story.d.ts +0 -2
- package/lib/components/material-ui/DataTable/index.d.ts +0 -1
- package/lib/components/material-ui/InputCheckboxGroup/InputCheckboxGroup.story.d.ts +0 -2
- package/lib/components/material-ui/InputCheckboxGroup/index.d.ts +0 -1
- package/lib/components/material-ui/InputDate/InputDate.d.ts +0 -11
- package/lib/components/material-ui/InputDate/InputDate.story.d.ts +0 -2
- package/lib/components/material-ui/InputDate/index.d.ts +0 -1
- package/lib/components/material-ui/InputDateTime/InputDateTime.d.ts +0 -11
- package/lib/components/material-ui/InputDateTime/InputDateTime.story.d.ts +0 -2
- package/lib/components/material-ui/InputDateTime/index.d.ts +0 -1
- package/lib/components/material-ui/InputGroup/InputGroup.story.d.ts +0 -2
- package/lib/components/material-ui/InputGroup/index.d.ts +0 -1
- package/lib/components/material-ui/InputRadioGroup/InputRadioGroup.story.d.ts +0 -2
- package/lib/components/material-ui/InputRadioGroup/index.d.ts +0 -1
- package/lib/components/material-ui/InputSearchDropdown/InputSearchDropdown.story.d.ts +0 -4
- package/lib/components/material-ui/InputSearchDropdown/index.d.ts +0 -1
- package/lib/components/material-ui/InputTime/InputTime.story.d.ts +0 -2
- package/lib/components/material-ui/InputTime/index.d.ts +0 -1
- package/lib/components/material-ui/Modal/Modal.story.d.ts +0 -2
- package/lib/components/material-ui/Modal/index.d.ts +0 -1
- package/lib/index.js +0 -3
- package/lib/index.js.LICENSE.txt +0 -29
- package/lib/index.js.map +0 -1
- /package/lib/components/{material-ui/AudioPlayer → AudioPlayer}/AudioPlayer.d.ts +0 -0
- /package/lib/components/{material-ui/DataTable → DataTable}/TablePieces/BodyCell.d.ts +0 -0
- /package/lib/components/{material-ui/DataTable → DataTable}/TablePieces/GlobalSearchFilter.d.ts +0 -0
- /package/lib/components/{material-ui/DataTable → DataTable}/TablePieces/SortIndicator.d.ts +0 -0
- /package/lib/components/{material-ui/DataTable → DataTable}/TablePieces/Table.d.ts +0 -0
- /package/lib/components/{material-ui/DataTable → DataTable}/TablePieces/TableBodyContent.d.ts +0 -0
- /package/lib/components/{material-ui/InputGroup → InputGroup}/InputGroup.d.ts +0 -0
|
File without changes
|
|
File without changes
|
/package/lib/components/{material-ui/DataTable → DataTable}/TablePieces/GlobalSearchFilter.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/components/{material-ui/DataTable → DataTable}/TablePieces/TableBodyContent.d.ts
RENAMED
|
File without changes
|
|
File without changes
|