@covalent/components 1.0.14 → 4.8.2

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 (171) hide show
  1. package/actionRibbon.js +6 -182
  2. package/actionRibbon.js.LICENSE.txt +75 -0
  3. package/alert.js +8 -187
  4. package/alert.js.LICENSE.txt +75 -0
  5. package/appShell.js +61 -366
  6. package/appShell.js.LICENSE.txt +131 -0
  7. package/button.js +9 -251
  8. package/button.js.LICENSE.txt +91 -0
  9. package/checkbox.js +12 -242
  10. package/checkbox.js.LICENSE.txt +91 -0
  11. package/circularProgress.js +22 -148
  12. package/circularProgress.js.LICENSE.txt +41 -0
  13. package/dialog.js +6 -242
  14. package/dialog.js.LICENSE.txt +165 -0
  15. package/drawer.js +7 -174
  16. package/drawer.js.LICENSE.txt +90 -0
  17. package/emptyState.js +25 -0
  18. package/emptyState.js.LICENSE.txt +29 -0
  19. package/formField.js +4 -154
  20. package/formField.js.LICENSE.txt +61 -0
  21. package/icon.js +2 -99
  22. package/icon.js.LICENSE.txt +29 -0
  23. package/iconButton.js +9 -239
  24. package/iconButton.js.LICENSE.txt +85 -0
  25. package/iconCheckbox.js +51 -0
  26. package/iconCheckbox.js.LICENSE.txt +91 -0
  27. package/iconRadio.js +43 -0
  28. package/iconRadio.js.LICENSE.txt +85 -0
  29. package/icons/covalent-icons.css +138 -114
  30. package/icons/covalent-icons.eot +0 -0
  31. package/icons/covalent-icons.svg +6 -1
  32. package/icons/covalent-icons.ttf +0 -0
  33. package/icons/covalent-icons.woff +0 -0
  34. package/index.js +691 -1632
  35. package/index.js.LICENSE.txt +206 -0
  36. package/linearProgress.js +10 -136
  37. package/linearProgress.js.LICENSE.txt +41 -0
  38. package/list.js +30 -330
  39. package/list.js.LICENSE.txt +125 -0
  40. package/listExpansion.js +41 -340
  41. package/listExpansion.js.LICENSE.txt +125 -0
  42. package/listItem.js +13 -250
  43. package/listItem.js.LICENSE.txt +79 -0
  44. package/listRadioItem.js +36 -308
  45. package/listRadioItem.js.LICENSE.txt +85 -0
  46. package/menu.js +53 -455
  47. package/menu.js.LICENSE.txt +125 -0
  48. package/package.json +14 -5
  49. package/radio.js +9 -251
  50. package/radio.js.LICENSE.txt +85 -0
  51. package/select.js +83 -531
  52. package/select.js.LICENSE.txt +131 -0
  53. package/slider.js +16 -320
  54. package/slider.js.LICENSE.txt +108 -0
  55. package/sliderRange.js +28 -332
  56. package/sliderRange.js.LICENSE.txt +108 -0
  57. package/snackBar.js +6 -171
  58. package/snackBar.js.LICENSE.txt +85 -0
  59. package/styles.css +1 -1
  60. package/styles.js +1 -1
  61. package/switch.js +13 -310
  62. package/switch.js.LICENSE.txt +108 -0
  63. package/tab.js +13 -255
  64. package/tab.js.LICENSE.txt +79 -0
  65. package/tabBar.js +15 -314
  66. package/tabBar.js.LICENSE.txt +79 -0
  67. package/textArea.js +49 -244
  68. package/textArea.js.LICENSE.txt +85 -0
  69. package/textField.js +38 -221
  70. package/textField.js.LICENSE.txt +85 -0
  71. package/theme.css +1 -1
  72. package/theme.js +1 -1
  73. package/toolbar.js +39 -0
  74. package/toolbar.js.LICENSE.txt +96 -0
  75. package/topAppBar.js +5 -178
  76. package/topAppBar.js.LICENSE.txt +102 -0
  77. package/topAppBarFixed.js +5 -184
  78. package/topAppBarFixed.js.LICENSE.txt +102 -0
  79. package/treeList.js +8 -0
  80. package/treeList.js.LICENSE.txt +17 -0
  81. package/treeListItem.js +24 -0
  82. package/treeListItem.js.LICENSE.txt +23 -0
  83. package/appDetail.js +0 -69
  84. package/components/src/action-ribbon/action-ribbon-base.d.ts +0 -30
  85. package/components/src/action-ribbon/action-ribbon-base.d.ts.map +0 -1
  86. package/components/src/action-ribbon/action-ribbon.d.ts +0 -15
  87. package/components/src/action-ribbon/action-ribbon.d.ts.map +0 -1
  88. package/components/src/action-ribbon/foundation.d.ts +0 -53
  89. package/components/src/action-ribbon/foundation.d.ts.map +0 -1
  90. package/components/src/alert/alert-base.d.ts +0 -31
  91. package/components/src/alert/alert-base.d.ts.map +0 -1
  92. package/components/src/alert/alert.d.ts +0 -15
  93. package/components/src/alert/alert.d.ts.map +0 -1
  94. package/components/src/app-detail/app-detail-base.d.ts +0 -5
  95. package/components/src/app-detail/app-detail-base.d.ts.map +0 -1
  96. package/components/src/app-detail/app-detail.d.ts +0 -10
  97. package/components/src/app-detail/app-detail.d.ts.map +0 -1
  98. package/components/src/app-shell/app-shell.d.ts +0 -27
  99. package/components/src/app-shell/app-shell.d.ts.map +0 -1
  100. package/components/src/button/button.d.ts +0 -10
  101. package/components/src/button/button.d.ts.map +0 -1
  102. package/components/src/card/card-base.d.ts +0 -17
  103. package/components/src/card/card-base.d.ts.map +0 -1
  104. package/components/src/card/card.d.ts +0 -10
  105. package/components/src/card/card.d.ts.map +0 -1
  106. package/components/src/checkbox/checkbox.d.ts +0 -10
  107. package/components/src/checkbox/checkbox.d.ts.map +0 -1
  108. package/components/src/chips/chip-base.d.ts +0 -52
  109. package/components/src/chips/chip-base.d.ts.map +0 -1
  110. package/components/src/chips/chip-set-base.d.ts +0 -33
  111. package/components/src/chips/chip-set-base.d.ts.map +0 -1
  112. package/components/src/chips/chip-set.d.ts +0 -15
  113. package/components/src/chips/chip-set.d.ts.map +0 -1
  114. package/components/src/chips/chip.d.ts +0 -15
  115. package/components/src/chips/chip.d.ts.map +0 -1
  116. package/components/src/chips/foundation.d.ts +0 -38
  117. package/components/src/chips/foundation.d.ts.map +0 -1
  118. package/components/src/circular-progress/circular-progress.d.ts +0 -10
  119. package/components/src/circular-progress/circular-progress.d.ts.map +0 -1
  120. package/components/src/dialog/dialog.d.ts +0 -10
  121. package/components/src/dialog/dialog.d.ts.map +0 -1
  122. package/components/src/drawer/drawer.d.ts +0 -10
  123. package/components/src/drawer/drawer.d.ts.map +0 -1
  124. package/components/src/formfield/formfield.d.ts +0 -10
  125. package/components/src/formfield/formfield.d.ts.map +0 -1
  126. package/components/src/icon/icon.d.ts +0 -10
  127. package/components/src/icon/icon.d.ts.map +0 -1
  128. package/components/src/icon-button/icon-button.d.ts +0 -10
  129. package/components/src/icon-button/icon-button.d.ts.map +0 -1
  130. package/components/src/index.d.ts +0 -29
  131. package/components/src/index.d.ts.map +0 -1
  132. package/components/src/linear-progress/linear-progress.d.ts +0 -10
  133. package/components/src/linear-progress/linear-progress.d.ts.map +0 -1
  134. package/components/src/list/check-list-item.d.ts +0 -10
  135. package/components/src/list/check-list-item.d.ts.map +0 -1
  136. package/components/src/list/list-expansion.d.ts +0 -14
  137. package/components/src/list/list-expansion.d.ts.map +0 -1
  138. package/components/src/list/list-item.d.ts +0 -12
  139. package/components/src/list/list-item.d.ts.map +0 -1
  140. package/components/src/list/list.d.ts +0 -10
  141. package/components/src/list/list.d.ts.map +0 -1
  142. package/components/src/list/radio-list-item.d.ts +0 -10
  143. package/components/src/list/radio-list-item.d.ts.map +0 -1
  144. package/components/src/menu/menu.d.ts +0 -10
  145. package/components/src/menu/menu.d.ts.map +0 -1
  146. package/components/src/radio/radio.d.ts +0 -10
  147. package/components/src/radio/radio.d.ts.map +0 -1
  148. package/components/src/select/select.d.ts +0 -10
  149. package/components/src/select/select.d.ts.map +0 -1
  150. package/components/src/slider/slider-range.d.ts +0 -10
  151. package/components/src/slider/slider-range.d.ts.map +0 -1
  152. package/components/src/slider/slider.d.ts +0 -10
  153. package/components/src/slider/slider.d.ts.map +0 -1
  154. package/components/src/snackbar/snackbar.d.ts +0 -10
  155. package/components/src/snackbar/snackbar.d.ts.map +0 -1
  156. package/components/src/switch/switch.d.ts +0 -10
  157. package/components/src/switch/switch.d.ts.map +0 -1
  158. package/components/src/tab/tab-bar.d.ts +0 -10
  159. package/components/src/tab/tab-bar.d.ts.map +0 -1
  160. package/components/src/tab/tab.d.ts +0 -10
  161. package/components/src/tab/tab.d.ts.map +0 -1
  162. package/components/src/textarea/textarea.d.ts +0 -10
  163. package/components/src/textarea/textarea.d.ts.map +0 -1
  164. package/components/src/textfield/textfield.d.ts +0 -10
  165. package/components/src/textfield/textfield.d.ts.map +0 -1
  166. package/components/src/top-app-bar/top-app-bar-fixed.d.ts +0 -10
  167. package/components/src/top-app-bar/top-app-bar-fixed.d.ts.map +0 -1
  168. package/components/src/top-app-bar/top-app-bar.d.ts +0 -10
  169. package/components/src/top-app-bar/top-app-bar.d.ts.map +0 -1
  170. package/vendor.css +0 -13
  171. package/vendor.js +0 -1
@@ -0,0 +1,131 @@
1
+ /*! *****************************************************************************
2
+ Copyright (c) Microsoft Corporation.
3
+
4
+ Permission to use, copy, modify, and/or distribute this software for any
5
+ purpose with or without fee is hereby granted.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
8
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
10
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
12
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13
+ PERFORMANCE OF THIS SOFTWARE.
14
+ ***************************************************************************** */
15
+
16
+ /**
17
+ * @license
18
+ * Copyright 2016 Google Inc.
19
+ *
20
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
21
+ * of this software and associated documentation files (the "Software"), to deal
22
+ * in the Software without restriction, including without limitation the rights
23
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
24
+ * copies of the Software, and to permit persons to whom the Software is
25
+ * furnished to do so, subject to the following conditions:
26
+ *
27
+ * The above copyright notice and this permission notice shall be included in
28
+ * all copies or substantial portions of the Software.
29
+ *
30
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
35
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
36
+ * THE SOFTWARE.
37
+ */
38
+
39
+ /**
40
+ * @license
41
+ * Copyright 2016 Google Inc. All rights reserved.
42
+ *
43
+ * Licensed under the Apache License, Version 2.0 (the "License");
44
+ * you may not use this file except in compliance with the License.
45
+ * You may obtain a copy of the License at
46
+ *
47
+ * http://www.apache.org/licenses/LICENSE-2.0
48
+ *
49
+ * Unless required by applicable law or agreed to in writing, software
50
+ * distributed under the License is distributed on an "AS IS" BASIS,
51
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
52
+ * See the License for the specific language governing permissions and
53
+ * limitations under the License.
54
+ */
55
+
56
+ /**
57
+ * @license
58
+ * Copyright 2017 Google LLC
59
+ * SPDX-License-Identifier: BSD-3-Clause
60
+ */
61
+
62
+ /**
63
+ * @license
64
+ * Copyright 2018 Google Inc.
65
+ *
66
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
67
+ * of this software and associated documentation files (the "Software"), to deal
68
+ * in the Software without restriction, including without limitation the rights
69
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
70
+ * copies of the Software, and to permit persons to whom the Software is
71
+ * furnished to do so, subject to the following conditions:
72
+ *
73
+ * The above copyright notice and this permission notice shall be included in
74
+ * all copies or substantial portions of the Software.
75
+ *
76
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
77
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
78
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
79
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
80
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
81
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
82
+ * THE SOFTWARE.
83
+ */
84
+
85
+ /**
86
+ * @license
87
+ * Copyright 2018 Google LLC
88
+ * SPDX-License-Identifier: Apache-2.0
89
+ */
90
+
91
+ /**
92
+ * @license
93
+ * Copyright 2018 Google LLC
94
+ * SPDX-License-Identifier: BSD-3-Clause
95
+ */
96
+
97
+ /**
98
+ * @license
99
+ * Copyright 2019 Google LLC
100
+ * SPDX-License-Identifier: Apache-2.0
101
+ */
102
+
103
+ /**
104
+ * @license
105
+ * Copyright 2019 Google LLC
106
+ * SPDX-License-Identifier: BSD-3-Clause
107
+ */
108
+
109
+ /**
110
+ * @license
111
+ * Copyright 2020 Google LLC
112
+ * SPDX-License-Identifier: Apache-2.0
113
+ */
114
+
115
+ /**
116
+ * @license
117
+ * Copyright 2021 Google LLC
118
+ * SPDX-LIcense-Identifier: Apache-2.0
119
+ */
120
+
121
+ /**
122
+ * @license
123
+ * Copyright 2021 Google LLC
124
+ * SPDX-License-Identifier: Apache-2.0
125
+ */
126
+
127
+ /**
128
+ * @license
129
+ * Copyright 2021 Google LLC
130
+ * SPDX-License-Identifier: BSD-3-Clause
131
+ */