react-asc 20.1.0 → 20.2.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.
Files changed (237) hide show
  1. package/apple-touch-icon.png +0 -0
  2. package/assets/index.1f5e1902.js +10 -0
  3. package/assets/index.a1009f35.css +1 -0
  4. package/assets/vendor.d012860f.js +57 -0
  5. package/changelog.md +919 -0
  6. package/favicon-16x16.png +0 -0
  7. package/favicon-32x32.png +0 -0
  8. package/favicon.ico +0 -0
  9. package/favicon.svg +23 -0
  10. package/index.html +27 -0
  11. package/manifest.webmanifest +1 -0
  12. package/package.json +1 -1
  13. package/pwa-192x192.png +0 -0
  14. package/pwa-512x512.png +0 -0
  15. package/react-asc.scss +63 -2
  16. package/registerSW.js +1 -0
  17. package/robots.txt +3 -0
  18. package/showcase/alert.md +3 -0
  19. package/showcase/appbar.md +8 -0
  20. package/showcase/autocomplete.md +53 -0
  21. package/showcase/backdrop.md +11 -0
  22. package/showcase/badge.md +8 -0
  23. package/showcase/breadcrumb.md +5 -0
  24. package/showcase/button.md +11 -0
  25. package/showcase/buttongroup.md +5 -0
  26. package/showcase/card.md +9 -0
  27. package/showcase/checkbox.md +7 -0
  28. package/showcase/chip.md +7 -0
  29. package/showcase/dateselect.md +8 -0
  30. package/showcase/drawer.md +13 -0
  31. package/showcase/expansionpanel.md +40 -0
  32. package/showcase/fileinput.md +6 -0
  33. package/showcase/floatingactionbutton.md +8 -0
  34. package/showcase/form.md +7 -0
  35. package/showcase/grid.md +5 -0
  36. package/showcase/hookuseconstructor.md +3 -0
  37. package/showcase/hookusedebounce.md +5 -0
  38. package/showcase/hookusehover.md +8 -0
  39. package/showcase/hookusewindowsize.md +5 -0
  40. package/showcase/icon.md +3 -0
  41. package/showcase/iconbutton.md +5 -0
  42. package/showcase/link.md +1 -0
  43. package/showcase/list.md +7 -0
  44. package/showcase/loadingindicator.md +18 -0
  45. package/showcase/menu.md +18 -0
  46. package/showcase/modal.md +17 -0
  47. package/showcase/numberselect.md +20 -0
  48. package/showcase/select.md +27 -0
  49. package/showcase/snackbar.md +22 -0
  50. package/showcase/speeddial.md +43 -0
  51. package/showcase/stepper.md +1 -0
  52. package/showcase/table.md +34 -0
  53. package/showcase/tabs.md +35 -0
  54. package/showcase/timeselect.md +1 -0
  55. package/showcase/tooltip.md +6 -0
  56. package/showcase/treeview.md +12 -0
  57. package/showcase/typography.md +6 -0
  58. package/sw.js +1 -0
  59. package/workbox-6cd28afd.js +1 -0
  60. package/components/Alert/Alert.d.ts +0 -11
  61. package/components/Alert/index.d.ts +0 -1
  62. package/components/AppBar/AppBar.d.ts +0 -9
  63. package/components/AppBar/AppBarTitle.d.ts +0 -5
  64. package/components/AppBar/index.d.ts +0 -2
  65. package/components/AutoComplete/AutoComplete.d.ts +0 -19
  66. package/components/AutoComplete/index.d.ts +0 -1
  67. package/components/Backdrop/Backdrop.d.ts +0 -7
  68. package/components/Backdrop/index.d.ts +0 -1
  69. package/components/Badge/Badge.d.ts +0 -7
  70. package/components/Badge/index.d.ts +0 -1
  71. package/components/Breadcrumb/Breadcrumb.d.ts +0 -5
  72. package/components/Breadcrumb/BreadcrumbItem.d.ts +0 -6
  73. package/components/Breadcrumb/index.d.ts +0 -2
  74. package/components/Button/Button.d.ts +0 -12
  75. package/components/Button/index.d.ts +0 -1
  76. package/components/ButtonGroup/ButtonGroup.d.ts +0 -2
  77. package/components/ButtonGroup/index.d.ts +0 -1
  78. package/components/Card/Card.d.ts +0 -6
  79. package/components/Card/CardBody.d.ts +0 -2
  80. package/components/Card/CardFooter.d.ts +0 -2
  81. package/components/Card/CardImage.d.ts +0 -2
  82. package/components/Card/CardSubtitle.d.ts +0 -2
  83. package/components/Card/CardText.d.ts +0 -2
  84. package/components/Card/CardTitle.d.ts +0 -6
  85. package/components/Card/index.d.ts +0 -7
  86. package/components/Checkbox/Checkbox.d.ts +0 -7
  87. package/components/Checkbox/index.d.ts +0 -1
  88. package/components/Chip/Chip.d.ts +0 -11
  89. package/components/Chip/index.d.ts +0 -1
  90. package/components/ConditionalWrapper/ConditionalWrapper.d.ts +0 -8
  91. package/components/ConditionalWrapper/index.d.ts +0 -1
  92. package/components/DateSelect/DateSelect.d.ts +0 -17
  93. package/components/DateSelect/DaySelect.d.ts +0 -12
  94. package/components/DateSelect/MonthSelect.d.ts +0 -10
  95. package/components/DateSelect/YearSelect.d.ts +0 -12
  96. package/components/DateSelect/index.d.ts +0 -4
  97. package/components/Drawer/Drawer.d.ts +0 -9
  98. package/components/Drawer/index.d.ts +0 -1
  99. package/components/ExpansionPanel/ExpansionPanel.d.ts +0 -8
  100. package/components/ExpansionPanel/ExpansionPanelContent.d.ts +0 -5
  101. package/components/ExpansionPanel/ExpansionPanelHeader.d.ts +0 -7
  102. package/components/ExpansionPanel/index.d.ts +0 -3
  103. package/components/FileInput/FileInput.d.ts +0 -5
  104. package/components/FileInput/index.d.ts +0 -1
  105. package/components/FloatingActionButton/FloatingActionButton.d.ts +0 -12
  106. package/components/FloatingActionButton/index.d.ts +0 -1
  107. package/components/Form/Form.d.ts +0 -38
  108. package/components/Form/FormError.d.ts +0 -8
  109. package/components/Form/FormGroup.d.ts +0 -7
  110. package/components/Form/FormHint/FormHint.d.ts +0 -2
  111. package/components/Form/FormHint/index.d.ts +0 -1
  112. package/components/Form/FormInput/FormInput.d.ts +0 -29
  113. package/components/Form/FormInput/index.d.ts +0 -1
  114. package/components/Form/FormLabel/FormLabel.d.ts +0 -2
  115. package/components/Form/FormLabel/index.d.ts +0 -1
  116. package/components/Form/form.interfaces.d.ts +0 -42
  117. package/components/Form/form.models.d.ts +0 -12
  118. package/components/Form/form.types.d.ts +0 -2
  119. package/components/Form/index.d.ts +0 -10
  120. package/components/Form/validators/EmailValidtor.d.ts +0 -1
  121. package/components/Form/validators/IsEmptyValidator.d.ts +0 -1
  122. package/components/Form/validators/IsEqualValidator.d.ts +0 -1
  123. package/components/Form/validators/index.d.ts +0 -3
  124. package/components/Grid/Column/Column.d.ts +0 -10
  125. package/components/Grid/Column/index.d.ts +0 -1
  126. package/components/Grid/Row/Row.d.ts +0 -5
  127. package/components/Grid/Row/index.d.ts +0 -1
  128. package/components/Grid/index.d.ts +0 -2
  129. package/components/Icon/Icon.d.ts +0 -6
  130. package/components/Icon/index.d.ts +0 -1
  131. package/components/IconButton/IconButton.d.ts +0 -11
  132. package/components/IconButton/index.d.ts +0 -1
  133. package/components/Link/Link.d.ts +0 -2
  134. package/components/Link/Link.test.d.ts +0 -1
  135. package/components/Link/index.d.ts +0 -1
  136. package/components/List/List.d.ts +0 -5
  137. package/components/List/ListItem.d.ts +0 -9
  138. package/components/List/ListItemAction.d.ts +0 -2
  139. package/components/List/ListItemAvatar.d.ts +0 -6
  140. package/components/List/ListItemIcon.d.ts +0 -6
  141. package/components/List/ListItemText.d.ts +0 -7
  142. package/components/List/index.d.ts +0 -6
  143. package/components/List/list.models.d.ts +0 -8
  144. package/components/LoadingIndicator/LoadingIndicator.d.ts +0 -2
  145. package/components/LoadingIndicator/LoadingIndicatorContainer.d.ts +0 -5
  146. package/components/LoadingIndicator/index.d.ts +0 -3
  147. package/components/LoadingIndicator/loading-indicator.service.d.ts +0 -11
  148. package/components/Menu/Menu.d.ts +0 -11
  149. package/components/Menu/MenuBackdrop.d.ts +0 -6
  150. package/components/Menu/MenuBody.d.ts +0 -12
  151. package/components/Menu/MenuContext.d.ts +0 -6
  152. package/components/Menu/MenuDivider.d.ts +0 -2
  153. package/components/Menu/MenuItem.d.ts +0 -8
  154. package/components/Menu/MenuToggle.d.ts +0 -6
  155. package/components/Menu/index.d.ts +0 -6
  156. package/components/Menu/menu.types.d.ts +0 -1
  157. package/components/Modal/GlobalModal.d.ts +0 -19
  158. package/components/Modal/Modal.d.ts +0 -14
  159. package/components/Modal/ModalBody.d.ts +0 -6
  160. package/components/Modal/ModalFooter.d.ts +0 -2
  161. package/components/Modal/ModalHeader.d.ts +0 -7
  162. package/components/Modal/index.d.ts +0 -8
  163. package/components/Modal/modal.enum.d.ts +0 -10
  164. package/components/Modal/modal.interfaces.d.ts +0 -12
  165. package/components/Modal/modal.service.d.ts +0 -21
  166. package/components/NumberSelect/NumberSelect.d.ts +0 -12
  167. package/components/NumberSelect/index.d.ts +0 -1
  168. package/components/Select/Select.d.ts +0 -15
  169. package/components/Select/index.d.ts +0 -1
  170. package/components/Sidebar/Sidebar.d.ts +0 -9
  171. package/components/Sidebar/index.d.ts +0 -2
  172. package/components/Sidebar/sidebar.interfaces.d.ts +0 -9
  173. package/components/Sidebar/sidebar.models.d.ts +0 -11
  174. package/components/Snackbar/Snackbar.d.ts +0 -8
  175. package/components/Snackbar/index.d.ts +0 -2
  176. package/components/Snackbar/snackbar.service.d.ts +0 -19
  177. package/components/SpeedDial/SpeedDial.d.ts +0 -7
  178. package/components/SpeedDial/SpeedDialAction.d.ts +0 -9
  179. package/components/SpeedDial/SpeedDialActions.d.ts +0 -2
  180. package/components/SpeedDial/SpeedDialIcon.d.ts +0 -5
  181. package/components/SpeedDial/index.d.ts +0 -3
  182. package/components/Stepper/Step/Step.d.ts +0 -19
  183. package/components/Stepper/Step/index.d.ts +0 -1
  184. package/components/Stepper/StepConnector/StepConnector.d.ts +0 -6
  185. package/components/Stepper/StepPanel/StepPanel.d.ts +0 -5
  186. package/components/Stepper/Stepper.d.ts +0 -16
  187. package/components/Stepper/StepperActions/StepperActions.d.ts +0 -12
  188. package/components/Stepper/StepperActions/index.d.ts +0 -1
  189. package/components/Stepper/index.d.ts +0 -3
  190. package/components/Table/Table.d.ts +0 -10
  191. package/components/Table/index.d.ts +0 -1
  192. package/components/Tabs/Tab.d.ts +0 -14
  193. package/components/Tabs/TabIndicator.d.ts +0 -10
  194. package/components/Tabs/TabPanel.d.ts +0 -6
  195. package/components/Tabs/Tabs.d.ts +0 -17
  196. package/components/Tabs/index.d.ts +0 -3
  197. package/components/Textarea/Textarea.d.ts +0 -5
  198. package/components/Textarea/index.d.ts +0 -1
  199. package/components/TimeSelect/HourSelect.d.ts +0 -10
  200. package/components/TimeSelect/MilliSecondSelect.d.ts +0 -11
  201. package/components/TimeSelect/MinuteSelect.d.ts +0 -10
  202. package/components/TimeSelect/SecondSelect.d.ts +0 -10
  203. package/components/TimeSelect/TimeSelect.d.ts +0 -20
  204. package/components/TimeSelect/index.d.ts +0 -5
  205. package/components/Tooltip/Tooltip.d.ts +0 -6
  206. package/components/Tooltip/index.d.ts +0 -1
  207. package/components/TreeView/TreeItem.d.ts +0 -14
  208. package/components/TreeView/TreeView.d.ts +0 -2
  209. package/components/TreeView/index.d.ts +0 -2
  210. package/components/Typography/Typography.d.ts +0 -10
  211. package/components/Typography/index.d.ts +0 -1
  212. package/components/component.enums.d.ts +0 -25
  213. package/components/component.interfaces.d.ts +0 -18
  214. package/components/index.d.ts +0 -41
  215. package/hooks/index.d.ts +0 -4
  216. package/hooks/useConstructor.d.ts +0 -1
  217. package/hooks/useDebounce.d.ts +0 -2
  218. package/hooks/useHover.d.ts +0 -2
  219. package/hooks/useWindowSize.d.ts +0 -4
  220. package/icons/CaretDownSolidIcon.d.ts +0 -2
  221. package/icons/CheckSolidIcon.d.ts +0 -2
  222. package/icons/CheckSquareRegularIcon.d.ts +0 -2
  223. package/icons/ChevronDownSolidIcon.d.ts +0 -2
  224. package/icons/ChevronLeftSolidIcon.d.ts +0 -2
  225. package/icons/ChevronRightSolidIcon.d.ts +0 -2
  226. package/icons/ChevronUpSolidIcon.d.ts +0 -2
  227. package/icons/CircleSolidIcon.d.ts +0 -2
  228. package/icons/HomeSolidIcon.d.ts +0 -2
  229. package/icons/PlusSolidIcon.d.ts +0 -2
  230. package/icons/SpinnerSolidIcon.d.ts +0 -2
  231. package/icons/SquareRegularIcon.d.ts +0 -2
  232. package/icons/TimesCircleSolidIcon.d.ts +0 -2
  233. package/icons/TimesSolidIcon.d.ts +0 -2
  234. package/icons/index.d.ts +0 -14
  235. package/index.d.ts +0 -3
  236. package/index.es.js +0 -2629
  237. package/index.js +0 -2745
package/changelog.md ADDED
@@ -0,0 +1,919 @@
1
+ ## 20.2.0
2
+ - backdrop - style fixes
3
+ - dateselect - use new grid
4
+ - timeselect - use new grid
5
+ - added utility classes
6
+
7
+ ## 20.1.0
8
+ - grid - removed bootstrap classes
9
+ - added utility classes
10
+
11
+ ## 20.0.0
12
+ - added modern-normalize as a dependency
13
+ - form - removed bootstrap classes
14
+ - alert - added shadow
15
+ - button - added outline
16
+ - iconButton - added outline
17
+
18
+ ## 19.0.7
19
+ - modal - removed bootstrap classes
20
+ - backdrop - removed bootstrap classes
21
+
22
+ ## 19.0.6
23
+ - checkbox form fix
24
+ - button shadow fix
25
+
26
+ ## 19.0.5
27
+ - scss fixes
28
+
29
+ ## 19.0.4
30
+ - lint fixes
31
+
32
+ ## 19.0.3
33
+ - typing fixes
34
+
35
+ ## 19.0.2
36
+ - lint fixes
37
+
38
+ ## 19.0.1
39
+ - typing fixes
40
+
41
+ ## 19.0.0
42
+ - changed module bundler to vite
43
+
44
+ ## 18.9.6
45
+ - textarea, treeview typing fixes
46
+
47
+ ## 18.9.5
48
+ - loadingIndicator, select, sidebar, snackbar, typography typing fixes
49
+
50
+ ## 18.9.4
51
+ - list typing fixes
52
+
53
+ ## 18.9.3
54
+ - grid typing fixes
55
+
56
+ ## 18.9.2
57
+ - link typing fixes
58
+
59
+ ## 18.9.1
60
+ - iconButton typing fixes
61
+
62
+ ## 18.9.0
63
+ - snackbar changed message to children
64
+ - typing fixes
65
+
66
+ ## 18.8.8
67
+ - typing fixes for
68
+ - alert, appBar, appBarTitle, autoComplete, backdrop, badge, breadcrumb, button, buttonGroup, card, chip, formHint
69
+ - checkbox - disabled & readOnly fix
70
+
71
+ ## 18.8.7
72
+ - speedDial - color fix
73
+
74
+ ## 18.8.6
75
+ - form - restructure components and events
76
+
77
+ ## 18.8.5
78
+ - list - fixed disable listItem
79
+ - autocomplete - added option to show no entry found
80
+
81
+ ## 18.8.4
82
+ - changed IconButton defaults
83
+
84
+ ## 18.8.3
85
+ - autoComplete remove class modal-open on unmount
86
+
87
+ ## 18.8.2
88
+ - treeView isSelectable default false
89
+
90
+ ## 18.8.1
91
+ - treeView style fix
92
+
93
+ ## 18.8.0
94
+ - BREAKING CHANGE treeView
95
+ - treeItems are not accessible
96
+ - treeView onSelectonSelect, onExpand, onCollapse removed
97
+
98
+ ## 18.7.3
99
+ - added modal-open class
100
+
101
+ ## 18.7.2
102
+ - autoComplete added showClearButton
103
+
104
+ ## 18.7.1
105
+ - autoComplete added placeholder
106
+
107
+ ## 18.7.0
108
+ - debounce hook added
109
+ - autoComplete added debounce
110
+ - autoComplete changed onChange
111
+ - autoComplete added onSelect
112
+
113
+ ## 18.6.1
114
+ - buttonGroup removed bootstrap class
115
+ - button removed bootstrap class
116
+
117
+ ## 18.6.0
118
+ - treeView added onExpand and onCollapse
119
+
120
+ ## 18.5.0
121
+ - modal added size
122
+
123
+ ## 18.4.0
124
+ cleanup
125
+
126
+ ## 18.3.6
127
+ - appBarTitle style fixes for overflow
128
+
129
+ ## 18.3.5
130
+ - style fixes
131
+
132
+ ## 18.3.4
133
+ - select menu width and position fix
134
+
135
+ ## 18.3.3
136
+ - select menu position
137
+
138
+ ## 18.3.2
139
+ - listItemText and listItemAction style fixes
140
+
141
+ ## 18.3.1
142
+ - replaced bootstrap button scss with custom scss
143
+
144
+ ## 18.3.0
145
+ - added alert (beta)
146
+ - treeView show only label
147
+
148
+ ## 18.2.0
149
+ - button contained themable via css var
150
+ - button outline themable via css var
151
+
152
+ ## 18.1.0
153
+ - added custom button text cssClasses
154
+ - added highlight colors
155
+
156
+ ## 18.0.0
157
+ - upgraded to twitter bootstrap 5
158
+
159
+ ## 17.0.4
160
+ - added circleIcon
161
+ - removed some TwitterBootstrap cssClasses
162
+
163
+ ## 17.0.3
164
+ - added missing colors to appBar, chip, iconButton
165
+
166
+ ## 17.0.2
167
+ - cleanup packages
168
+
169
+ ## 17.0.1
170
+ - fixed circular import
171
+
172
+ ## 17.0.0
173
+ - Breaking Change - renamed DropDown to Menu
174
+
175
+ ## 16.1.0
176
+ - breadcrumb - changed prop items to own breadcrumbitem component
177
+
178
+ ## 16.0.2
179
+ - autocomplete - regexp escape special characters
180
+
181
+ ## 16.0.1
182
+ - form - fixed autoCompleteOptions
183
+
184
+ ## 16.0.0
185
+ - autoComplete - added component
186
+
187
+ ## 15.2.4
188
+ - icon - svg width & height inherit by wrapper
189
+
190
+ ## 15.2.3
191
+ - listItem - added color
192
+
193
+ ## 15.2.1
194
+ - main entry test
195
+
196
+ ## 15.2.0
197
+ - added commonjs modules support
198
+ - added utilty.scss
199
+
200
+ ## 15.1.1
201
+ - style fixes
202
+
203
+ ## 15.1.0
204
+ - card - added scss modules
205
+
206
+ ## 15.0.2
207
+ - checkbox - label disabled fix
208
+ - dropdown - added scss modules
209
+ - modal - footer style fix
210
+ - deleted global DropDown.scss
211
+ - deleted global Modal.scss
212
+
213
+ ## 15.0.1
214
+ - style fixes
215
+
216
+ ## 15.0.0
217
+ - link component added
218
+ - status enum added
219
+
220
+ ## 14.3.4
221
+ - dropdown - placement by popperjs
222
+
223
+ ## 14.3.3
224
+ - dropdown - propery fixes
225
+
226
+ ## 14.3.2
227
+ - snackbar - style fix
228
+
229
+ ## 14.3.1
230
+ - textarea - prevent submit onEnter
231
+ - fixed snackbar
232
+
233
+ ## 14.3.0
234
+ - added useConstructor hook
235
+
236
+ ## 14.2.5
237
+ - style fixes
238
+
239
+ ## 14.2.4
240
+ - stepper - fixed next and back
241
+
242
+ ## 14.2.3
243
+ - button - endIcon style fix
244
+
245
+ ## 14.2.2
246
+ - stepper - fixed preselected value
247
+
248
+ ## 14.2.1
249
+ - stepper
250
+ - step - fixed isDone
251
+
252
+ ## 14.2.0
253
+ - button
254
+ - added endIcon
255
+ - stepper
256
+ - showProgressCheckIcon
257
+ - icon
258
+ - added chevronLeft
259
+
260
+ style
261
+ - fixes
262
+
263
+ ## 14.1.1
264
+ - stepper
265
+ - added stepConnector component
266
+ - added prop showLabel
267
+
268
+ ## 14.1.0
269
+ - stepper
270
+ - show panel content
271
+
272
+ ## 14.0.0
273
+ - stepper component added
274
+
275
+ ## 13.3.2
276
+ - form
277
+ - onEnter fix
278
+
279
+ ## 13.3.1
280
+ - form
281
+ - onEnter preventdefault
282
+
283
+ ## 13.3.0
284
+ - added logo and manifest colors
285
+
286
+ ## 13.2.0
287
+ - button
288
+ - added startIcon
289
+ - showcase
290
+ - style and text fixes
291
+
292
+ ## 13.1.2
293
+ - style fixes
294
+
295
+ ## v13.1.1
296
+ - show PWA "new version" notification
297
+
298
+ ## v13.0.1
299
+ - select - fixed initial scrollIntoView
300
+
301
+ ## v13.0.0
302
+ - timeSelect - added component
303
+
304
+ ## v12.0.0
305
+ - numberSelect - added component
306
+ - cleanup dateSelect
307
+
308
+ ## v11.0.0
309
+ - dateSelect - added component
310
+
311
+ ## v10.0.0
312
+ - buttonGroup
313
+ - added component
314
+ - cssClasses fix for a lot of components
315
+
316
+ ## v9.0.0
317
+ - speeddial
318
+ - created component
319
+ - button
320
+ - style fixes
321
+
322
+ ## v8.1.2
323
+ - typography
324
+ - props fix
325
+
326
+ ## v8.1.1
327
+ - match validator fix for not found
328
+
329
+ ## v8.1.0
330
+ - added validator isEqual
331
+ - added formControl validator match with param
332
+
333
+ ## v8.0.0
334
+ - breaking change tabs
335
+ - renamed tabset to tabs
336
+ - renamed props from eventKey to value and title to label
337
+ - tabs are standalone
338
+ - created component tabPanel
339
+ - removed tabnav
340
+ - added button inside tab as root element
341
+ - created component tabIndicator
342
+
343
+ ## v7.3.0
344
+ - card-image - added component
345
+
346
+ ## v7.2.0
347
+ - showcase - added highlight component
348
+ - added markdown files for components
349
+
350
+ ## v7.1.4
351
+ - downgraded packages
352
+
353
+ ## v7.1.3
354
+ - fixed build
355
+
356
+ ## v7.1.2
357
+ - export fix
358
+
359
+ ## v7.1.1
360
+ - export fix
361
+
362
+ ## v7.1.0
363
+ - breaking change
364
+ - rename SvgIcon to Icon
365
+ - added hook useWindowSize
366
+ - added isMobile
367
+ - added appState
368
+ - set menu on permanent for greater than 1024
369
+
370
+ ## v7.0.3
371
+ - backdrop - positioning fix
372
+
373
+ ## v7.0.2
374
+ backdrop - added showcase page
375
+
376
+ ## v7.0.1
377
+ - select - added icon chevron down
378
+
379
+ ## v7.0.0
380
+ - badge - added component
381
+
382
+ ## v6.1.0
383
+ - drawer - added prop permanent
384
+
385
+ ## v6.0.1
386
+ - appBar - style fix
387
+
388
+ ## v6.0.0
389
+ - added Typography component
390
+
391
+ ## v5.1.2
392
+ - style fixes
393
+
394
+ ## v5.1.1
395
+ - cleanup
396
+
397
+ ## v5.1.0
398
+ - modal - added fullscreen
399
+
400
+ ## v5.0.3
401
+ - listeItemAvatar - img style fix
402
+
403
+ ## v5.0.2
404
+ - FAB - style fix
405
+
406
+ ## v5.0.1
407
+ - appbar - style fix
408
+
409
+ ## v5.0.0
410
+ - loadingIndicator - added component
411
+ - loadingIndicator - added service
412
+
413
+ ## v4.0.1
414
+ - iconButton - add size
415
+ - floatingActionButton - add size
416
+
417
+ ## v4.0.0
418
+ - floatingActionButton - created barebone
419
+ - iconButton - fixed styles for contained
420
+
421
+ ## v3.0.3
422
+ - select - multipleMaxCountItems, style fix
423
+
424
+ ## v3.0.2
425
+ - updated packages
426
+ ## v3.0.1
427
+ - select - added onKeyDown
428
+ - showcase form - fixed
429
+
430
+ ## v3.0.0
431
+ - select - added component v1
432
+ - breaking change form
433
+
434
+ ## v2.10.1
435
+ - form - style fix
436
+
437
+ ## v2.10.0
438
+ - form - add FileInput
439
+
440
+ ## v2.9.0
441
+ - form - select added multiple
442
+
443
+ ## v2.8.1
444
+ - chip - style fixes
445
+ - fileInput - display files
446
+
447
+ ## v2.8.0
448
+ - fileInput - added component
449
+
450
+ ## v2.7.1
451
+ - formCheck - style fix
452
+ - list - changed rendering
453
+ - listItemAction - added onClick
454
+ - sideBar - style fixes
455
+
456
+ ## v2.7.0
457
+ - loggerService - removed from lib, moved to shared
458
+
459
+ ## v2.6.2
460
+ - list - moved scss to scss module
461
+
462
+ ## v2.6.1
463
+ - tooltip - moved scss to scss module
464
+
465
+ ## v2.6.0
466
+ - textarea - added component
467
+
468
+ ## v2.5.1
469
+ - checkbox - style fix
470
+ - breadcrumb - moved scss to scss module
471
+ - drawer - moved scss to scss module
472
+ - sidebar - removed unneeded scss
473
+ - appbartitle - style fix
474
+
475
+ ## v2.5.0
476
+ - chip - added component
477
+
478
+ ## v2.4.4
479
+ - checkbox - fixed disabled and readonly
480
+
481
+ ## v2.4.3
482
+ - iconButton - add scss modules
483
+
484
+ ## v2.4.2
485
+ - card - add scss modules
486
+
487
+ ## v2.4.1
488
+ - lib build fix
489
+
490
+ ## v2.4.0
491
+ - appbar - added scss modules
492
+
493
+ ## v2.3.1
494
+ - added highlight color
495
+ - list - set isHoverable default to false
496
+ - expansionPanel header - added highlight on hover
497
+
498
+ ## v2.3.0
499
+ - added listItemIcon component
500
+ - refactored listItemAvatar
501
+
502
+ ## v2.2.0
503
+ - listItemText uses primary, secondary prop for displaying text
504
+
505
+ ## v2.1.1
506
+ - showcase use Row and Column
507
+
508
+ ## v2.1.0
509
+ - added component row
510
+ - added component column
511
+
512
+ ## v2.0.2
513
+ - installed snarkdown
514
+ - removed marked
515
+ - simplified icon exports
516
+ - show changelog and about.md
517
+
518
+ ## v2.0.1
519
+ - fixed linting errors
520
+
521
+ ## v2.0.0
522
+ - refactored whole app to use create-react-app with ts, pwa support
523
+ - fixed a lot of linting errors
524
+ - added strict mode
525
+ - converted svg files to react components
526
+ - use yarn
527
+
528
+ ## v1.43.1
529
+ - breadcrumb - dont render on empty items
530
+
531
+ ## v1.43.0
532
+ - import SVGs as ReactComponent
533
+
534
+ ## v1.42.0
535
+ - cardTitle - added dynamic "as" prop
536
+
537
+ ## v1.41.0
538
+ - added highlight component v1
539
+ - upgraded packages
540
+
541
+ ## v1.40.2
542
+ - upgraded packages
543
+
544
+ ## v1.40.1
545
+ - cleanup props
546
+ - button styles
547
+ - appbar color only primary or light
548
+
549
+ ## v1.40.0
550
+ - changed target to es2017
551
+
552
+ ## v1.39.0
553
+ - variant - change naming from normal to contained
554
+ - btn-link - changed hover
555
+
556
+ ## v1.38.3
557
+ - listItem - style fixes
558
+
559
+ ## v1.38.2
560
+ - tabset - added prop fill
561
+
562
+ ## v1.38.1
563
+ - breadcrumb - fixed click on active item
564
+
565
+ ## v1.38.0
566
+ - added HTML default props to appBar, button, iconButton, svgIcon
567
+
568
+ ## v1.37.0
569
+ - tooltip - added component
570
+
571
+ ## v1.36.2
572
+ - showcase home - added links
573
+
574
+ ## v1.36.1
575
+ - dropdown - fixed menuPosition
576
+
577
+ ## v1.36.0
578
+ - dropdown - refactored menu and items
579
+
580
+ ## v1.35.1
581
+ - backdrop - added optional target
582
+ - expansionPanel - fixed toggle of simple example
583
+
584
+ ## v1.35.0
585
+ - expansionPanel v1
586
+
587
+ ## v1.34.6
588
+ - expansionPanel - added component
589
+
590
+ ## v1.34.5
591
+ - snackbarService - merge Options
592
+
593
+ ## v1.34.4
594
+ - appBatTitle - added component
595
+ - snackbarService added options
596
+
597
+ ## v1.34.3
598
+ - appBar - added shadow prop
599
+ - tooltip - WIP
600
+
601
+ ## v1.34.2
602
+ - modalService - added autoFocus to button
603
+
604
+ ## v1.34.1
605
+ - fixed color map
606
+
607
+ ## v1.34.0
608
+ - list added model for items
609
+ - list isHoverable and clone children
610
+
611
+ ## v1.33.1
612
+ - tabset - fixed rerender
613
+
614
+ ## v1.33.0
615
+ - tabset - created models
616
+ - tabNav - created component
617
+
618
+ ## v1.32.6
619
+ - form - fixed date convert
620
+
621
+ ## v1.32.5
622
+ - dropDown - disable hide if type === header
623
+
624
+ ## v1.32.4
625
+ - snackbarService - fixed timeout hanlder
626
+ - tabSet - added onTabSelect
627
+
628
+ ## v1.32.3
629
+ - dropDown - add type header for dropDownItem
630
+
631
+ ## v1.32.2
632
+ - style fixes
633
+
634
+ ## v1.32.1
635
+ - appBreadcrumb - added component
636
+
637
+ ## v1.32.0
638
+ - breadcrumb - added component
639
+ - showcase - added breadcrumb
640
+ - style fixes
641
+
642
+ ## v1.31.3
643
+ - showcase - renamed showcase pages
644
+
645
+ ## v1.31.2
646
+ - showcase - dynamic routes
647
+
648
+ ## v1.31.1
649
+ - showcase - added menuModels
650
+
651
+ ## v1.31.0
652
+ - modalService - add custom buttons
653
+ - modalService - remove showOk/showCancel
654
+ - modal - add MODALBUTTONTYPE
655
+ - snackbarService - allow only one instance
656
+
657
+ ## v1.30.1
658
+ - formInput -> checkbox - remove cssClass form-control
659
+
660
+ ## v1.30.0
661
+ - refactored services to export constants
662
+
663
+ ## v1.26.2
664
+ - added appContainer
665
+ - fixed routes
666
+
667
+ ## v1.26.1
668
+ - tabset - use Fragment as container
669
+
670
+ ## v1.26.0
671
+ - table - added component & showcase
672
+
673
+ ## v1.25.0
674
+ - refactored showcaseRoutes
675
+ - refactored menu
676
+ - fixed map of breadcrumb items
677
+ - tabset style fixes
678
+
679
+ ## v1.24.0
680
+ - breadcrumb - added component
681
+
682
+ ## v1.23.0
683
+ - tabset - added component
684
+ - tab - added component
685
+
686
+ ## v1.22.6
687
+ - refactored structure
688
+
689
+ ## v1.22.5
690
+ - refactored menuItems
691
+
692
+ ## v1.22.4
693
+ - markdown - added component
694
+
695
+ ## v1.22.3
696
+ - drawer - fixed cssClass
697
+
698
+ ## v1.22.2
699
+ - fixed backdrop transparent
700
+
701
+ ## v1.22.1
702
+ - showcase - style fixes
703
+
704
+ ## v1.22.0
705
+ - add sideBar to drawer
706
+ - drawer - disable scroll when is open
707
+ - list - refactored
708
+
709
+ ## v1.21.0
710
+ - drawer - added styles, added props
711
+ - showcaseDrawer
712
+
713
+ ## v1.20.0
714
+ - added appInfo
715
+ - backdrop - added component and added to dropdown and modal
716
+ - changed layout
717
+ - init drawer
718
+
719
+ ## v1.19.0
720
+ - dropdown - added divider
721
+
722
+ ## v1.18.0
723
+ - showcase - added raw-loader, show changelog, refactor
724
+
725
+ ## v1.17.0
726
+ - dropdown - added optional key to menuItems
727
+ - hook - added debounce
728
+
729
+ ## v1.16.2
730
+ - form - fixed invalid date
731
+ - form - onKeyEnter - submit
732
+
733
+ ## v1.16.1
734
+ - form - date change return value to Iso
735
+
736
+ ## v1.16.0
737
+ - form - added datetime-local
738
+ - added dayjs to showcase
739
+
740
+ ## v1.15.3
741
+ - form - add destroy to reset state
742
+
743
+ ## v1.15.2
744
+ - form - use getDerivedStateFromProps instead of componentWillReceiveProps
745
+
746
+ ## v1.15.1
747
+ - added key to dropDown menuItems
748
+
749
+ ## v1.15.0
750
+ - removed chart
751
+
752
+ ## v1.14.1
753
+ - modalSerivce - show only one dialog
754
+
755
+ ## v1.14.0
756
+ - treeView - use iconButton and checkBox
757
+ - checkbox - use in treeview
758
+ - form - fixed validation
759
+
760
+ ## v1.13.0
761
+ - form - added setState on update props (initial)
762
+ - showcase - removed unneeded checks
763
+ - showcase - added HOC withOptions for example pages and template inheritance
764
+
765
+ ## v1.12.2
766
+ - form - fixed checkboxGroup
767
+
768
+ ## v1.12.1
769
+ - form - fixed handleChange, handleSubmit
770
+
771
+ ## v1.12.0
772
+ - checkbox - cleanup
773
+ - checkboxGroup - added component
774
+ - checkboxGroup - set initial
775
+
776
+ ## v1.11.0
777
+ - form - changed to component instead of FOC
778
+ - form - added onChange
779
+ - form - removed formContext
780
+ - modal - changed submit
781
+
782
+ ## v1.10.0
783
+ - checkbox - added component
784
+ - added basics input interface
785
+ - form - added new checkbox
786
+
787
+ ## v1.9.2
788
+ - dropdown - added click on dropdown
789
+ - removed new-password
790
+
791
+ ## v1.9.1
792
+ - form - fixed onSubmit
793
+
794
+ ## v1.9.0
795
+ - dropDown - item click hide dropdown
796
+ - dropDown - added transparent backdrop
797
+ - dropDown - added dropDownContext for internal behavior
798
+ - list - added ListItemText child component
799
+
800
+ ## v1.8.1
801
+ - dropDown - add onClickToggle
802
+ - dopdDown - added prop for position right
803
+ - dopdDown - added stop propagation
804
+
805
+ ## v1.8.0
806
+ - listItem - added listItemAvatar
807
+ - listItem - added listItemAction
808
+
809
+ ## v1.7.2
810
+ - dropDownItem - fixes
811
+
812
+ ## v1.7.1
813
+ - moved icons
814
+
815
+ ## v1.7.0
816
+ - dropdown: added component
817
+
818
+ ## v1.6.0
819
+ - iconButton: added component
820
+ - added theme-colors (check if able to override)
821
+
822
+ ## v1.5.18
823
+ - forms: fixed empty validator
824
+
825
+ ## v1.5.17
826
+ - forms: fixed textareaOptions
827
+
828
+ ## v1.5.16
829
+ - httpService: removed from lib
830
+
831
+ ## v1.5.15
832
+ - httpService: fixed config
833
+
834
+ ## v1.5.14
835
+ - fileLoaderService: added service
836
+
837
+ ## v1.5.13
838
+ - httpSevice: added loggerservice, added apiUrl
839
+
840
+ ## v1.5.12
841
+ - form: fixed input-group styles
842
+
843
+ ## v1.5.11
844
+ - snackbar: added auto hide on timeout
845
+
846
+ ## v1.5.10
847
+ - form: added interfaces
848
+
849
+ ## v1.5.9
850
+ - button: added icon spacing
851
+
852
+ ## v1.5.8
853
+ - button: added className
854
+
855
+ ## v1.5.7
856
+ - modal: changed description to string | vnode
857
+
858
+ ## v1.5.6
859
+ - form: show hint only if provided
860
+
861
+ ## v1.5.5
862
+ - list: added onClick
863
+
864
+ ## v1.5.4
865
+ - form: changed context reset optional
866
+
867
+ ## v1.5.3
868
+ - modal: added isDismissable
869
+
870
+ ## v1.5.2
871
+ - modal: added showOkButton, showCancelButton
872
+
873
+ ## v1.5.1
874
+ - modal & button style fixes
875
+
876
+ ## v1.5.0
877
+ - added snackbar
878
+ - deleted old icon
879
+
880
+ ## v1.4.1
881
+ - extended generic form, fixed isSubmitted, isValid, cleaned up modalService
882
+
883
+ ## v1.4.0
884
+ - added component svgIcon
885
+ - added default svg icons
886
+ - removed fontAwesome icons
887
+ - fixed showcase layout
888
+ - added svg import for rollup
889
+
890
+ ## v1.3.0
891
+ - added component AppBar
892
+
893
+ ## v1.2.0
894
+ - added component LineChart
895
+ - added FontAwesome
896
+ - added component Icon
897
+
898
+ ## v1.1.0
899
+ added components
900
+ - Icon
901
+ - TreeView
902
+
903
+ added showcase
904
+ - icon
905
+ - treeview
906
+
907
+ added material icons
908
+
909
+ ## v1.0.2
910
+ - some test
911
+
912
+ ## v1.0.1
913
+ - release lib
914
+
915
+ ## v1.0.0
916
+ - v1.0.0
917
+
918
+ ## v0.0.1
919
+ - fixed alias