@vendorflow/components 2.1.0 → 3.0.4

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 (139) hide show
  1. package/lib/components/index.d.ts +1 -1
  2. package/lib/components/material-ui/DataTable/Data.d.ts +1 -1
  3. package/lib/components/material-ui/DataTable/DataTable.d.ts +9 -76
  4. package/lib/components/material-ui/DataTable/FilterTool/Filters/MultiSelectFilter.d.ts +1 -1
  5. package/lib/components/material-ui/DataTable/FilterTool/Filters/RangeFilter.d.ts +1 -1
  6. package/lib/components/material-ui/DataTable/FilterTool/Filters/SingleSelectFilter.d.ts +1 -1
  7. package/lib/components/material-ui/DataTable/FilterTool/Filters/TextFilter.d.ts +1 -1
  8. package/lib/components/material-ui/DataTable/FilterTool/index.d.ts +2 -2
  9. package/lib/components/material-ui/DataTable/TablePieces/BodyRow.d.ts +1 -1
  10. package/lib/components/material-ui/DataTable/TablePieces/HeaderCell.d.ts +1 -1
  11. package/lib/components/material-ui/DataTable/TablePieces/Toolbar.d.ts +1 -1
  12. package/lib/components/material-ui/DataTable/index.d.ts +1 -1
  13. package/lib/index.js +3 -14
  14. package/lib/index.js.LICENSE.txt +35 -0
  15. package/lib/index.js.map +1 -0
  16. package/lib/types/DataTable.types.d.ts +69 -0
  17. package/lib/types/index.d.ts +1 -0
  18. package/package.json +20 -99
  19. package/lib/TempHooks.d.ts +0 -9
  20. package/lib/TempHooks.js +0 -25
  21. package/lib/components/InfiniteScroll/InfiniteScroll.d.ts +0 -16
  22. package/lib/components/InfiniteScroll/InfiniteScroll.js +0 -159
  23. package/lib/components/InfiniteScroll/index.d.ts +0 -1
  24. package/lib/components/InfiniteScroll/index.js +0 -8
  25. package/lib/components/blueprint/InputGroup/InputGroup.d.ts +0 -20
  26. package/lib/components/blueprint/InputGroup/InputGroup.js +0 -13
  27. package/lib/components/blueprint/InputGroup/InputGroup.story.d.ts +0 -2
  28. package/lib/components/blueprint/InputGroup/InputGroup.story.js +0 -11
  29. package/lib/components/blueprint/InputGroup/index.d.ts +0 -1
  30. package/lib/components/blueprint/InputGroup/index.js +0 -4
  31. package/lib/components/blueprint/InputSelect/InputSelect.d.ts +0 -51
  32. package/lib/components/blueprint/InputSelect/InputSelect.js +0 -98
  33. package/lib/components/blueprint/InputSelect/InputSelect.story.d.ts +0 -3
  34. package/lib/components/blueprint/InputSelect/InputSelect.story.js +0 -19
  35. package/lib/components/blueprint/InputSelect/index.d.ts +0 -1
  36. package/lib/components/blueprint/InputSelect/index.js +0 -4
  37. package/lib/components/blueprint/InputTime/InputTime.d.ts +0 -24
  38. package/lib/components/blueprint/InputTime/InputTime.js +0 -28
  39. package/lib/components/blueprint/InputTime/InputTime.story.d.ts +0 -2
  40. package/lib/components/blueprint/InputTime/InputTime.story.js +0 -11
  41. package/lib/components/blueprint/InputTime/index.d.ts +0 -1
  42. package/lib/components/blueprint/InputTime/index.js +0 -4
  43. package/lib/components/index.js +0 -32
  44. package/lib/components/material-ui/AudioPlayer/AudioPlayer.js +0 -111
  45. package/lib/components/material-ui/AudioPlayer/AudioPlayer.story.js +0 -9
  46. package/lib/components/material-ui/AudioPlayer/index.js +0 -8
  47. package/lib/components/material-ui/Button/Button.js +0 -38
  48. package/lib/components/material-ui/Button/Button.story.js +0 -9
  49. package/lib/components/material-ui/Button/index.js +0 -8
  50. package/lib/components/material-ui/ButtonMenu/ButtonMenu.js +0 -115
  51. package/lib/components/material-ui/ButtonMenu/ButtonMenu.story.js +0 -79
  52. package/lib/components/material-ui/ButtonMenu/index.js +0 -8
  53. package/lib/components/material-ui/ChatInterface/ActionsMenu.d.ts +0 -4
  54. package/lib/components/material-ui/ChatInterface/ActionsMenu.js +0 -37
  55. package/lib/components/material-ui/ChatInterface/ChatInterface.d.ts +0 -33
  56. package/lib/components/material-ui/ChatInterface/ChatInterface.js +0 -109
  57. package/lib/components/material-ui/ChatInterface/ChatInterface.story.d.ts +0 -1
  58. package/lib/components/material-ui/ChatInterface/ChatInterface.story.js +0 -134
  59. package/lib/components/material-ui/ChatInterface/MessageInput.d.ts +0 -9
  60. package/lib/components/material-ui/ChatInterface/MessageInput.js +0 -53
  61. package/lib/components/material-ui/ChatInterface/MessageItem.d.ts +0 -8
  62. package/lib/components/material-ui/ChatInterface/MessageItem.js +0 -71
  63. package/lib/components/material-ui/ChatInterface/MessageThread.d.ts +0 -6
  64. package/lib/components/material-ui/ChatInterface/MessageThread.js +0 -119
  65. package/lib/components/material-ui/ChatInterface/index.d.ts +0 -1
  66. package/lib/components/material-ui/ChatInterface/index.js +0 -8
  67. package/lib/components/material-ui/ColorPicker/ColorPicker.js +0 -86
  68. package/lib/components/material-ui/ColorPicker/ColorPicker.story.js +0 -47
  69. package/lib/components/material-ui/ColorPicker/index.js +0 -8
  70. package/lib/components/material-ui/ColorPicker/styles.js +0 -24
  71. package/lib/components/material-ui/DataTable/AppliedFilters.d.ts +0 -12
  72. package/lib/components/material-ui/DataTable/AppliedFilters.js +0 -26
  73. package/lib/components/material-ui/DataTable/Data.js +0 -42
  74. package/lib/components/material-ui/DataTable/DataTable.js +0 -363
  75. package/lib/components/material-ui/DataTable/DataTable.story.js +0 -76
  76. package/lib/components/material-ui/DataTable/FilterTool/Filters/MultiSelectFilter.js +0 -63
  77. package/lib/components/material-ui/DataTable/FilterTool/Filters/RangeFilter.js +0 -76
  78. package/lib/components/material-ui/DataTable/FilterTool/Filters/SingleSelectFilter.js +0 -69
  79. package/lib/components/material-ui/DataTable/FilterTool/Filters/TextFilter.js +0 -52
  80. package/lib/components/material-ui/DataTable/FilterTool/index.js +0 -78
  81. package/lib/components/material-ui/DataTable/GlobalSearchFilter.d.ts +0 -10
  82. package/lib/components/material-ui/DataTable/GlobalSearchFilter.js +0 -49
  83. package/lib/components/material-ui/DataTable/IndeterminateCheckbox.d.ts +0 -4
  84. package/lib/components/material-ui/DataTable/IndeterminateCheckbox.js +0 -65
  85. package/lib/components/material-ui/DataTable/SortIndicator.d.ts +0 -10
  86. package/lib/components/material-ui/DataTable/SortIndicator.js +0 -33
  87. package/lib/components/material-ui/DataTable/TablePieces/AppliedFilters.js +0 -26
  88. package/lib/components/material-ui/DataTable/TablePieces/BodyCell.js +0 -50
  89. package/lib/components/material-ui/DataTable/TablePieces/BodyRow.js +0 -88
  90. package/lib/components/material-ui/DataTable/TablePieces/GlobalSearchFilter.js +0 -49
  91. package/lib/components/material-ui/DataTable/TablePieces/HeaderCell.js +0 -57
  92. package/lib/components/material-ui/DataTable/TablePieces/IndeterminateCheckbox.js +0 -65
  93. package/lib/components/material-ui/DataTable/TablePieces/SortIndicator.js +0 -33
  94. package/lib/components/material-ui/DataTable/TablePieces/Table.js +0 -47
  95. package/lib/components/material-ui/DataTable/TablePieces/TableBodyContent.js +0 -89
  96. package/lib/components/material-ui/DataTable/TablePieces/Toolbar.js +0 -59
  97. package/lib/components/material-ui/DataTable/TablePieces/ViewColumnTool.js +0 -77
  98. package/lib/components/material-ui/DataTable/Toolbar.d.ts +0 -24
  99. package/lib/components/material-ui/DataTable/Toolbar.js +0 -63
  100. package/lib/components/material-ui/DataTable/Utils.d.ts +0 -25
  101. package/lib/components/material-ui/DataTable/Utils.js +0 -119
  102. package/lib/components/material-ui/DataTable/ViewColumnTool.d.ts +0 -11
  103. package/lib/components/material-ui/DataTable/ViewColumnTool.js +0 -76
  104. package/lib/components/material-ui/DataTable/index.js +0 -8
  105. package/lib/components/material-ui/ErrorBoundary/ErrorBoundary.d.ts +0 -7
  106. package/lib/components/material-ui/ErrorBoundary/ErrorBoundary.js +0 -20
  107. package/lib/components/material-ui/ErrorBoundary/index.d.ts +0 -1
  108. package/lib/components/material-ui/ErrorBoundary/index.js +0 -8
  109. package/lib/components/material-ui/InputCheckboxGroup/InputCheckboxGroup.js +0 -99
  110. package/lib/components/material-ui/InputCheckboxGroup/InputCheckboxGroup.story.js +0 -52
  111. package/lib/components/material-ui/InputCheckboxGroup/index.js +0 -8
  112. package/lib/components/material-ui/InputDate/InputDate.js +0 -93
  113. package/lib/components/material-ui/InputDate/InputDate.story.js +0 -53
  114. package/lib/components/material-ui/InputDate/index.js +0 -8
  115. package/lib/components/material-ui/InputDateTime/InputDateTime.js +0 -82
  116. package/lib/components/material-ui/InputDateTime/InputDateTime.story.js +0 -53
  117. package/lib/components/material-ui/InputDateTime/index.js +0 -8
  118. package/lib/components/material-ui/InputGroup/InputGroup.js +0 -91
  119. package/lib/components/material-ui/InputGroup/InputGroup.story.js +0 -50
  120. package/lib/components/material-ui/InputGroup/index.js +0 -8
  121. package/lib/components/material-ui/InputRadioGroup/InputRadioGroup.js +0 -82
  122. package/lib/components/material-ui/InputRadioGroup/InputRadioGroup.story.js +0 -52
  123. package/lib/components/material-ui/InputRadioGroup/index.js +0 -8
  124. package/lib/components/material-ui/InputSearchDropdown/InputSearchDropdown.js +0 -146
  125. package/lib/components/material-ui/InputSearchDropdown/InputSearchDropdown.story.js +0 -66
  126. package/lib/components/material-ui/InputSearchDropdown/index.js +0 -8
  127. package/lib/components/material-ui/InputTime/InputTime.js +0 -82
  128. package/lib/components/material-ui/InputTime/InputTime.story.js +0 -53
  129. package/lib/components/material-ui/InputTime/index.js +0 -8
  130. package/lib/components/material-ui/Modal/Modal.js +0 -57
  131. package/lib/components/material-ui/Modal/Modal.story.js +0 -83
  132. package/lib/components/material-ui/Modal/index.js +0 -8
  133. package/lib/services/Select.service.d.ts +0 -5
  134. package/lib/services/Select.service.js +0 -67
  135. package/lib/stories/0-Inputs.stories.d.ts +0 -17
  136. package/lib/stories/0-Inputs.stories.js +0 -38
  137. package/lib/types/Component.types.js +0 -2
  138. package/lib/types/Internal.types.js +0 -2
  139. package/lib/types/index.js +0 -13
@@ -0,0 +1,35 @@
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 MUI v5.0.1
23
+ *
24
+ * This source code is licensed under the MIT license found in the
25
+ * LICENSE file in the root directory of this source tree.
26
+ */
27
+
28
+ /** @license React v17.0.2
29
+ * react-jsx-runtime.production.min.js
30
+ *
31
+ * Copyright (c) Facebook, Inc. and its affiliates.
32
+ *
33
+ * This source code is licensed under the MIT license found in the
34
+ * LICENSE file in the root directory of this source tree.
35
+ */