@vendorflow/components 3.0.14 → 4.0.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.
- 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 +36847 -0
- package/lib/index.es.js.map +1 -0
- package/lib/index.umd.js +640 -0
- package/lib/index.umd.js.map +1 -0
- package/package.json +51 -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
package/lib/index.js.LICENSE.txt
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
object-assign
|
|
3
|
-
(c) Sindre Sorhus
|
|
4
|
-
@license MIT
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/*!
|
|
8
|
-
Copyright (c) 2018 Jed Watson.
|
|
9
|
-
Licensed under the MIT License (MIT), see
|
|
10
|
-
http://jedwatson.github.io/classnames
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* @license
|
|
15
|
-
* Lodash <https://lodash.com/>
|
|
16
|
-
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
17
|
-
* Released under MIT license <https://lodash.com/license>
|
|
18
|
-
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
19
|
-
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
20
|
-
*/
|
|
21
|
-
|
|
22
|
-
/** @license React v17.0.2
|
|
23
|
-
* react-jsx-runtime.production.min.js
|
|
24
|
-
*
|
|
25
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
26
|
-
*
|
|
27
|
-
* This source code is licensed under the MIT license found in the
|
|
28
|
-
* LICENSE file in the root directory of this source tree.
|
|
29
|
-
*/
|