react-asc 25.9.0 → 25.10.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 (294) hide show
  1. package/apple-touch-icon.png +0 -0
  2. package/assets/index-5bb661b4.js +100 -0
  3. package/assets/index-b3809a2b.css +1 -0
  4. package/assets/workbox-window.prod.es5-a7b12eab.js +2 -0
  5. package/changelog.md +1510 -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 +24 -0
  11. package/manifest.webmanifest +1 -0
  12. package/package.json +7 -1
  13. package/pwa-192x192.png +0 -0
  14. package/pwa-512x512.png +0 -0
  15. package/robots.txt +3 -0
  16. package/showcase/alert.description.md +1 -0
  17. package/showcase/alert.md +14 -0
  18. package/showcase/appbar.description.md +1 -0
  19. package/showcase/appbar.md +8 -0
  20. package/showcase/autocomplete.description.md +1 -0
  21. package/showcase/autocomplete.md +49 -0
  22. package/showcase/backdrop.description.md +1 -0
  23. package/showcase/backdrop.md +11 -0
  24. package/showcase/badge.description.md +1 -0
  25. package/showcase/badge.md +8 -0
  26. package/showcase/breadcrumb.description.md +1 -0
  27. package/showcase/breadcrumb.md +5 -0
  28. package/showcase/button.description.md +1 -0
  29. package/showcase/button.md +44 -0
  30. package/showcase/buttongroup.description.md +1 -0
  31. package/showcase/buttongroup.md +5 -0
  32. package/showcase/card.description.md +1 -0
  33. package/showcase/card.md +9 -0
  34. package/showcase/checkbox.description.md +1 -0
  35. package/showcase/checkbox.md +1 -0
  36. package/showcase/chip.description.md +1 -0
  37. package/showcase/chip.md +3 -0
  38. package/showcase/csstransition.md +38 -0
  39. package/showcase/dateselect.md +8 -0
  40. package/showcase/drawer.md +13 -0
  41. package/showcase/expansionpanel.md +40 -0
  42. package/showcase/fileinput.md +1 -0
  43. package/showcase/floatingactionbutton.md +4 -0
  44. package/showcase/form.md +6 -0
  45. package/showcase/grid.md +5 -0
  46. package/showcase/hookuseconstructor.description.md +1 -0
  47. package/showcase/hookuseconstructor.md +5 -0
  48. package/showcase/hookusedebounce.description.md +3 -0
  49. package/showcase/hookusedebounce.md +17 -0
  50. package/showcase/hookusehover.md +11 -0
  51. package/showcase/hookusemobiledetect.description.md +2 -0
  52. package/showcase/hookusemobiledetect.md +11 -0
  53. package/showcase/hookuseondestroy.description.md +1 -0
  54. package/showcase/hookuseondestroy.md +5 -0
  55. package/showcase/hookuseprevious.description.md +1 -0
  56. package/showcase/hookuseprevious.md +14 -0
  57. package/showcase/hookusewindowsize.description.md +2 -0
  58. package/showcase/hookusewindowsize.md +11 -0
  59. package/showcase/icon.md +3 -0
  60. package/showcase/iconbutton.md +5 -0
  61. package/showcase/link.md +1 -0
  62. package/showcase/list.md +98 -0
  63. package/showcase/loadingindicator.md +38 -0
  64. package/showcase/menu.md +17 -0
  65. package/showcase/modal.md +46 -0
  66. package/showcase/numberselect.md +20 -0
  67. package/showcase/progressbar.description.md +1 -0
  68. package/showcase/progressbar.md +3 -0
  69. package/showcase/select.md +20 -0
  70. package/showcase/servicelogger.md +9 -0
  71. package/showcase/skeleton.description.md +5 -0
  72. package/showcase/skeleton.md +5 -0
  73. package/showcase/snackbar.md +22 -0
  74. package/showcase/speeddial.md +43 -0
  75. package/showcase/stepper.description.md +1 -0
  76. package/showcase/stepper.md +40 -0
  77. package/showcase/table.md +30 -0
  78. package/showcase/tabs.md +35 -0
  79. package/showcase/timeselect.md +1 -0
  80. package/showcase/tooltip.md +6 -0
  81. package/showcase/treeview.md +12 -0
  82. package/showcase/typography.md +6 -0
  83. package/sw.js +1 -0
  84. package/workbox-fa446783.js +1 -0
  85. package/index.d.ts +0 -1034
  86. package/index.es.js +0 -7077
  87. package/index.js +0 -7207
  88. package/lib/components/Alert/Alert.d.ts +0 -12
  89. package/lib/components/Alert/index.d.ts +0 -1
  90. package/lib/components/AppBar/AppBar.d.ts +0 -11
  91. package/lib/components/AppBar/AppBarTitle.d.ts +0 -6
  92. package/lib/components/AppBar/index.d.ts +0 -2
  93. package/lib/components/AutoComplete/AutoComplete.d.ts +0 -18
  94. package/lib/components/AutoComplete/index.d.ts +0 -1
  95. package/lib/components/Backdrop/Backdrop.d.ts +0 -6
  96. package/lib/components/Backdrop/index.d.ts +0 -1
  97. package/lib/components/Badge/Badge.d.ts +0 -9
  98. package/lib/components/Badge/index.d.ts +0 -1
  99. package/lib/components/Breadcrumb/Breadcrumb.d.ts +0 -6
  100. package/lib/components/Breadcrumb/BreadcrumbItem.d.ts +0 -6
  101. package/lib/components/Breadcrumb/index.d.ts +0 -2
  102. package/lib/components/Button/Button.d.ts +0 -14
  103. package/lib/components/Button/ButtonContext.d.ts +0 -7
  104. package/lib/components/Button/index.d.ts +0 -2
  105. package/lib/components/ButtonGroup/ButtonGroup.d.ts +0 -6
  106. package/lib/components/ButtonGroup/index.d.ts +0 -1
  107. package/lib/components/Card/Card.d.ts +0 -6
  108. package/lib/components/Card/CardBody.d.ts +0 -2
  109. package/lib/components/Card/CardFooter.d.ts +0 -2
  110. package/lib/components/Card/CardImage.d.ts +0 -2
  111. package/lib/components/Card/CardSubtitle.d.ts +0 -2
  112. package/lib/components/Card/CardText.d.ts +0 -2
  113. package/lib/components/Card/CardTitle.d.ts +0 -6
  114. package/lib/components/Card/index.d.ts +0 -7
  115. package/lib/components/Checkbox/Checkbox.d.ts +0 -7
  116. package/lib/components/Checkbox/index.d.ts +0 -1
  117. package/lib/components/Chip/Chip.d.ts +0 -11
  118. package/lib/components/Chip/index.d.ts +0 -1
  119. package/lib/components/ConditionalWrapper/ConditionalWrapper.d.ts +0 -8
  120. package/lib/components/ConditionalWrapper/index.d.ts +0 -1
  121. package/lib/components/CssTransition/CssTransition.d.ts +0 -8
  122. package/lib/components/CssTransition/index.d.ts +0 -1
  123. package/lib/components/DatePicker/DatePicker.d.ts +0 -10
  124. package/lib/components/DatePicker/index.d.ts +0 -1
  125. package/lib/components/DateSelect/DateSelect.d.ts +0 -17
  126. package/lib/components/DateSelect/DaySelect.d.ts +0 -12
  127. package/lib/components/DateSelect/MonthSelect.d.ts +0 -10
  128. package/lib/components/DateSelect/YearSelect.d.ts +0 -12
  129. package/lib/components/DateSelect/index.d.ts +0 -4
  130. package/lib/components/Drawer/Drawer.d.ts +0 -9
  131. package/lib/components/Drawer/index.d.ts +0 -1
  132. package/lib/components/ExpansionPanel/ExpansionPanel.d.ts +0 -10
  133. package/lib/components/ExpansionPanel/ExpansionPanelContent.d.ts +0 -5
  134. package/lib/components/ExpansionPanel/ExpansionPanelHeader.d.ts +0 -8
  135. package/lib/components/ExpansionPanel/index.d.ts +0 -3
  136. package/lib/components/FileInput/FileInput.d.ts +0 -5
  137. package/lib/components/FileInput/index.d.ts +0 -1
  138. package/lib/components/FloatingActionButton/FloatingActionButton.d.ts +0 -13
  139. package/lib/components/FloatingActionButton/index.d.ts +0 -1
  140. package/lib/components/Form/Form.d.ts +0 -40
  141. package/lib/components/Form/FormError.d.ts +0 -8
  142. package/lib/components/Form/FormGroup.d.ts +0 -7
  143. package/lib/components/Form/FormHint/FormHint.d.ts +0 -2
  144. package/lib/components/Form/FormHint/index.d.ts +0 -1
  145. package/lib/components/Form/FormInput/FormInput.d.ts +0 -29
  146. package/lib/components/Form/FormInput/index.d.ts +0 -1
  147. package/lib/components/Form/FormLabel/FormLabel.d.ts +0 -2
  148. package/lib/components/Form/FormLabel/index.d.ts +0 -1
  149. package/lib/components/Form/form.interfaces.d.ts +0 -40
  150. package/lib/components/Form/form.models.d.ts +0 -12
  151. package/lib/components/Form/form.types.d.ts +0 -2
  152. package/lib/components/Form/index.d.ts +0 -10
  153. package/lib/components/Form/validators/EmailValidtor.d.ts +0 -1
  154. package/lib/components/Form/validators/IsEmptyValidator.d.ts +0 -1
  155. package/lib/components/Form/validators/IsEqualValidator.d.ts +0 -1
  156. package/lib/components/Form/validators/MaxValidator.d.ts +0 -1
  157. package/lib/components/Form/validators/MinValidator.d.ts +0 -1
  158. package/lib/components/Form/validators/index.d.ts +0 -5
  159. package/lib/components/Grid/Column/Column.d.ts +0 -10
  160. package/lib/components/Grid/Column/index.d.ts +0 -1
  161. package/lib/components/Grid/Row/Row.d.ts +0 -5
  162. package/lib/components/Grid/Row/index.d.ts +0 -1
  163. package/lib/components/Grid/index.d.ts +0 -2
  164. package/lib/components/Icon/Icon.d.ts +0 -8
  165. package/lib/components/Icon/index.d.ts +0 -1
  166. package/lib/components/IconButton/IconButton.d.ts +0 -12
  167. package/lib/components/IconButton/index.d.ts +0 -1
  168. package/lib/components/Link/Link.d.ts +0 -2
  169. package/lib/components/Link/Link.test.d.ts +0 -1
  170. package/lib/components/Link/index.d.ts +0 -1
  171. package/lib/components/List/List.d.ts +0 -5
  172. package/lib/components/List/ListItem.d.ts +0 -9
  173. package/lib/components/List/ListItemAction.d.ts +0 -2
  174. package/lib/components/List/ListItemAvatar.d.ts +0 -6
  175. package/lib/components/List/ListItemIcon.d.ts +0 -6
  176. package/lib/components/List/ListItemText.d.ts +0 -8
  177. package/lib/components/List/index.d.ts +0 -6
  178. package/lib/components/List/list.models.d.ts +0 -8
  179. package/lib/components/LoadingIndicator/LoadingIndicator.d.ts +0 -2
  180. package/lib/components/LoadingIndicator/LoadingIndicatorContainer.d.ts +0 -6
  181. package/lib/components/LoadingIndicator/index.d.ts +0 -3
  182. package/lib/components/LoadingIndicator/loading-indicator.service.d.ts +0 -12
  183. package/lib/components/Menu/Menu.d.ts +0 -12
  184. package/lib/components/Menu/MenuBody.d.ts +0 -13
  185. package/lib/components/Menu/MenuContext.d.ts +0 -6
  186. package/lib/components/Menu/MenuDivider.d.ts +0 -2
  187. package/lib/components/Menu/MenuItem.d.ts +0 -3
  188. package/lib/components/Menu/MenuToggle.d.ts +0 -6
  189. package/lib/components/Menu/index.d.ts +0 -6
  190. package/lib/components/Menu/menu.types.d.ts +0 -1
  191. package/lib/components/Modal/GlobalModal.d.ts +0 -21
  192. package/lib/components/Modal/Modal.d.ts +0 -15
  193. package/lib/components/Modal/ModalBody.d.ts +0 -6
  194. package/lib/components/Modal/ModalFooter.d.ts +0 -6
  195. package/lib/components/Modal/ModalHeader.d.ts +0 -8
  196. package/lib/components/Modal/index.d.ts +0 -8
  197. package/lib/components/Modal/modal.enum.d.ts +0 -10
  198. package/lib/components/Modal/modal.interfaces.d.ts +0 -12
  199. package/lib/components/Modal/modal.service.d.ts +0 -22
  200. package/lib/components/NumberSelect/NumberSelect.d.ts +0 -12
  201. package/lib/components/NumberSelect/index.d.ts +0 -1
  202. package/lib/components/Portal/Portal.d.ts +0 -7
  203. package/lib/components/Portal/index.d.ts +0 -1
  204. package/lib/components/ProgressBar/ProgressBar.d.ts +0 -9
  205. package/lib/components/ProgressBar/index.d.ts +0 -1
  206. package/lib/components/Select/Select.d.ts +0 -16
  207. package/lib/components/Select/index.d.ts +0 -1
  208. package/lib/components/Sidebar/Sidebar.d.ts +0 -9
  209. package/lib/components/Sidebar/index.d.ts +0 -2
  210. package/lib/components/Sidebar/sidebar.interfaces.d.ts +0 -9
  211. package/lib/components/Sidebar/sidebar.models.d.ts +0 -11
  212. package/lib/components/Skeleton/SkeletonAvatar.d.ts +0 -5
  213. package/lib/components/Skeleton/SkeletonFooter.d.ts +0 -5
  214. package/lib/components/Skeleton/SkeletonImage.d.ts +0 -5
  215. package/lib/components/Skeleton/SkeletonText.d.ts +0 -5
  216. package/lib/components/Skeleton/index.d.ts +0 -4
  217. package/lib/components/Snackbar/Snackbar.d.ts +0 -9
  218. package/lib/components/Snackbar/index.d.ts +0 -2
  219. package/lib/components/Snackbar/snackbar.service.d.ts +0 -20
  220. package/lib/components/SpeedDial/SpeedDial.d.ts +0 -7
  221. package/lib/components/SpeedDial/SpeedDialAction.d.ts +0 -9
  222. package/lib/components/SpeedDial/SpeedDialActions.d.ts +0 -2
  223. package/lib/components/SpeedDial/SpeedDialIcon.d.ts +0 -6
  224. package/lib/components/SpeedDial/index.d.ts +0 -3
  225. package/lib/components/Stepper/Dot/Dot.d.ts +0 -7
  226. package/lib/components/Stepper/Dot/index.d.ts +0 -1
  227. package/lib/components/Stepper/Step/Step.d.ts +0 -20
  228. package/lib/components/Stepper/Step/index.d.ts +0 -1
  229. package/lib/components/Stepper/StepConnector/StepConnector.d.ts +0 -6
  230. package/lib/components/Stepper/StepPanel/StepPanel.d.ts +0 -5
  231. package/lib/components/Stepper/Stepper.d.ts +0 -20
  232. package/lib/components/Stepper/StepperActions/StepperActions.d.ts +0 -14
  233. package/lib/components/Stepper/StepperActions/index.d.ts +0 -1
  234. package/lib/components/Stepper/index.d.ts +0 -4
  235. package/lib/components/Table/Table.d.ts +0 -8
  236. package/lib/components/Table/TableBody.d.ts +0 -2
  237. package/lib/components/Table/TableCell.d.ts +0 -5
  238. package/lib/components/Table/TableContext.d.ts +0 -6
  239. package/lib/components/Table/TableHead.d.ts +0 -2
  240. package/lib/components/Table/TableRow.d.ts +0 -2
  241. package/lib/components/Table/index.d.ts +0 -5
  242. package/lib/components/Tabs/Tab.d.ts +0 -13
  243. package/lib/components/Tabs/TabContext.d.ts +0 -8
  244. package/lib/components/Tabs/TabIndicator.d.ts +0 -10
  245. package/lib/components/Tabs/TabPanel.d.ts +0 -6
  246. package/lib/components/Tabs/Tabs.d.ts +0 -13
  247. package/lib/components/Tabs/index.d.ts +0 -3
  248. package/lib/components/Textarea/Textarea.d.ts +0 -5
  249. package/lib/components/Textarea/index.d.ts +0 -1
  250. package/lib/components/TimeSelect/HourSelect.d.ts +0 -10
  251. package/lib/components/TimeSelect/MilliSecondSelect.d.ts +0 -11
  252. package/lib/components/TimeSelect/MinuteSelect.d.ts +0 -10
  253. package/lib/components/TimeSelect/SecondSelect.d.ts +0 -10
  254. package/lib/components/TimeSelect/TimeSelect.d.ts +0 -20
  255. package/lib/components/TimeSelect/index.d.ts +0 -5
  256. package/lib/components/Tooltip/Tooltip.d.ts +0 -10
  257. package/lib/components/Tooltip/index.d.ts +0 -2
  258. package/lib/components/Tooltip/tooltip.enums.d.ts +0 -6
  259. package/lib/components/TreeView/TreeItem.d.ts +0 -14
  260. package/lib/components/TreeView/TreeView.d.ts +0 -2
  261. package/lib/components/TreeView/index.d.ts +0 -2
  262. package/lib/components/Typography/Typography.d.ts +0 -12
  263. package/lib/components/Typography/index.d.ts +0 -1
  264. package/lib/components/component.enums.d.ts +0 -26
  265. package/lib/components/component.interfaces.d.ts +0 -18
  266. package/lib/components/index.d.ts +0 -46
  267. package/lib/hooks/index.d.ts +0 -8
  268. package/lib/hooks/useConstructor.d.ts +0 -1
  269. package/lib/hooks/useCssClasses.d.ts +0 -1
  270. package/lib/hooks/useDebounce.d.ts +0 -2
  271. package/lib/hooks/useHover.d.ts +0 -2
  272. package/lib/hooks/useMobileDetect.d.ts +0 -3
  273. package/lib/hooks/useOnDestroy.d.ts +0 -1
  274. package/lib/hooks/usePrevious.d.ts +0 -1
  275. package/lib/hooks/useWindowSize.d.ts +0 -5
  276. package/lib/icons/CaretDownSolidIcon.d.ts +0 -2
  277. package/lib/icons/CheckSolidIcon.d.ts +0 -2
  278. package/lib/icons/CheckSquareRegularIcon.d.ts +0 -2
  279. package/lib/icons/ChevronDownSolidIcon.d.ts +0 -2
  280. package/lib/icons/ChevronLeftSolidIcon.d.ts +0 -2
  281. package/lib/icons/ChevronRightSolidIcon.d.ts +0 -2
  282. package/lib/icons/ChevronUpSolidIcon.d.ts +0 -2
  283. package/lib/icons/CircleSolidIcon.d.ts +0 -2
  284. package/lib/icons/HomeSolidIcon.d.ts +0 -2
  285. package/lib/icons/PlusSolidIcon.d.ts +0 -2
  286. package/lib/icons/SpinnerSolidIcon.d.ts +0 -2
  287. package/lib/icons/SquareRegularIcon.d.ts +0 -2
  288. package/lib/icons/TimesCircleSolidIcon.d.ts +0 -2
  289. package/lib/icons/TimesSolidIcon.d.ts +0 -2
  290. package/lib/icons/index.d.ts +0 -14
  291. package/lib/index.d.ts +0 -4
  292. package/lib/interfaces/index.d.ts +0 -1
  293. package/lib/interfaces/interfaces.d.ts +0 -3
  294. package/vite.config.d.ts +0 -2
package/changelog.md ADDED
@@ -0,0 +1,1510 @@
1
+ ### 25.10.0
2
+ - added clipboard service
3
+ - added file service
4
+ - added local service
5
+ - added logger service
6
+
7
+ ### 25.9.0
8
+ - added hook usePrevious
9
+
10
+ ### 25.8.2
11
+
12
+ - fixed setting disabled to formInputs
13
+
14
+ ### 25.8.1
15
+
16
+ - added missing loading state to iconbutton
17
+
18
+ ### 25.8.0
19
+
20
+ - added loading state to button
21
+
22
+ ### 25.7.4
23
+
24
+ - fixed scrollIntoView for SelectItems
25
+
26
+ ### 25.7.3
27
+
28
+ - added html attributes to expansion-panel
29
+
30
+ ### 25.7.2
31
+
32
+ - fixed styling listitem
33
+
34
+ ### 25.7.1
35
+
36
+ - fixed styling listitem
37
+
38
+ ### 25.7.0
39
+
40
+ - updated packages
41
+
42
+ ### 25.6.0
43
+
44
+ - fixed formatting
45
+ - updated packages
46
+
47
+ ### 25.5.4
48
+
49
+ - added utility css classes
50
+
51
+ ### 25.5.3
52
+
53
+ - form - style fixes
54
+
55
+ ### 25.5.2
56
+
57
+ - form - typings
58
+
59
+ ### 25.5.1
60
+
61
+ - textarea - fixed styling
62
+
63
+ ### 25.5.0
64
+
65
+ - datepicker - added component
66
+
67
+ ### 25.4.1
68
+
69
+ - tooltip - arrow style fix
70
+
71
+ ### 25.4.0
72
+
73
+ - tooltip - added enum
74
+
75
+ ### 25.3.1
76
+
77
+ - tooltip & menubody - performance
78
+
79
+ ### 25.3.0
80
+
81
+ - tooltip - added focus, blur, delay, isOpen
82
+
83
+ ### 25.2.13
84
+
85
+ - table - style fixes
86
+
87
+ ### 25.2.12
88
+
89
+ - form type fixes
90
+
91
+ ### 25.2.11
92
+
93
+ - select - changed label to jsx.element and string
94
+
95
+ ### 25.2.10
96
+
97
+ - fix isEmptyValidator
98
+
99
+ ### 25.2.9
100
+
101
+ - modal - style fixes
102
+
103
+ ### 25.2.8
104
+
105
+ - modal - display fullscreen on mobile (default)
106
+
107
+ ### 25.2.7
108
+
109
+ - modal - fullscreen content style fix
110
+
111
+ ### 25.2.6
112
+
113
+ - modal - header style fix
114
+
115
+ ### 25.2.5
116
+
117
+ - modal - mobile style fix
118
+
119
+ ### 25.2.4
120
+
121
+ - added missing text-uppercase, fw-bold utility classes
122
+
123
+ ### 25.2.3
124
+
125
+ - stepper
126
+ -- fixed render of activeIndex
127
+
128
+ ### 25.2.2
129
+
130
+ - style fixes
131
+
132
+ ### 25.2.1
133
+
134
+ - stepper
135
+ -- hide steps style fix
136
+
137
+ ### 25.2.0
138
+
139
+ - stepper
140
+ -- added dot component
141
+ -- added possibility to show or hide steps
142
+ -- added possibility to hide dots
143
+
144
+ ### 25.1.1
145
+
146
+ - updated packages
147
+ - change es target to es2020
148
+
149
+ ### 25.1.0
150
+
151
+ - stepper
152
+ -- added showDoneButton, showResetButton
153
+
154
+ ### 25.0.7
155
+
156
+ - form - typing fix
157
+
158
+ ### 25.0.6
159
+
160
+ - hook fix - useConstructor
161
+ - fixed lintings
162
+
163
+ ### 25.0.5
164
+
165
+ - sidebar - path fix
166
+ - linting
167
+
168
+ ### 25.0.4
169
+
170
+ - modal - backdrop style fix
171
+
172
+ ### 25.0.3
173
+
174
+ - tabs - fixed context
175
+
176
+ ### 25.0.2
177
+
178
+ - form - fixed min and max validator
179
+
180
+ ### 25.0.1
181
+
182
+ - fixed loadingIndicatorService
183
+
184
+ ### 25.0.0
185
+
186
+ - breaking change! upgraded to react 18
187
+ - updated dependencies
188
+
189
+ ### 24.1.0
190
+
191
+ - tabs added tabContext
192
+ - updated packages
193
+
194
+ ### 24.0.0
195
+
196
+ - breaking change for modal showing form
197
+ - modalService.showForm
198
+ - style fixes
199
+ - type fixes
200
+
201
+ ### 23.7.3
202
+
203
+ - list item style fixes
204
+ - menu fixes -> allow ListItem Child Components
205
+
206
+ ### 23.7.2
207
+
208
+ - Portal fix
209
+
210
+ ### 23.7.1
211
+
212
+ - referenced Portal Component
213
+ - table style fixes
214
+
215
+ ### 23.7.0
216
+
217
+ - added component "portal"
218
+ - style fixes
219
+
220
+ ### 23.6.1
221
+
222
+ - fixed progressbar styling
223
+ - added min-validator
224
+
225
+ ### 23.6.0
226
+
227
+ - added components for skeleton placeholders
228
+
229
+ ### 23.5.2
230
+
231
+ - modal style fixes
232
+
233
+ ### 23.5.1
234
+
235
+ - fixed showing empty toolTip
236
+
237
+ ### 23.5.0
238
+
239
+ - added component ProgressBar
240
+
241
+ ### 23.4.1
242
+
243
+ - button fixed set color
244
+
245
+ ### 23.4.0
246
+
247
+ - added color to buttonGroup
248
+ - added buttonContext
249
+ - buttonGroup use buttonContext as provider
250
+ - added color to tabs
251
+ - tabs use buttonContext as provider
252
+ - fixed drawer temporary position
253
+ - change mobile detection from 1024 to 640px
254
+
255
+ ### 23.3.2
256
+
257
+ - style fixes
258
+
259
+ ### 23.3.1
260
+
261
+ - cssTransition - fixed init state
262
+
263
+ ### 23.3.0
264
+
265
+ - useOnDestroy - added hook
266
+
267
+ ### 23.2.0
268
+
269
+ - typography - added wrap prop
270
+
271
+ ### 23.1.0
272
+
273
+ - style fixes (breadCrumb, expansionPanel)
274
+ - expansionPanel - added prop shadow
275
+ - showcase fixes
276
+
277
+ ### 23.0.0
278
+
279
+ - useMobileDetect - added hook
280
+ - floatingActionButton - added styles
281
+ - refactored Showcase
282
+
283
+ ### 22.0.0
284
+
285
+ - cssTransition - added component
286
+
287
+ ### 21.3.1
288
+
289
+ - style fixes
290
+
291
+ ### 21.3.0
292
+
293
+ - loadingIndicator - added isFixed
294
+
295
+ ### 21.2.2
296
+
297
+ - buttonGroup - style fixes
298
+
299
+ ### 21.2.1
300
+
301
+ - typography - overline, body1, body2, uppercase
302
+
303
+ ### 21.2.0
304
+
305
+ - table - added tableRow, tableRow, tableCell components
306
+
307
+ ### 21.1.1
308
+
309
+ - iconButton - focus style fix
310
+
311
+ ### 21.1.0
312
+
313
+ - added hook useCssClasses
314
+ - form - autocomplete - fixed onChange
315
+
316
+ ### 21.0.6
317
+
318
+ - autocomplete - removed empty entry
319
+
320
+ ### 21.0.5
321
+
322
+ - autocomplete - removed filter by regex
323
+
324
+ ### 21.0.4
325
+
326
+ - treeview - style fixes
327
+
328
+ ### 21.0.3
329
+
330
+ - style fixes
331
+
332
+ ### 21.0.2
333
+
334
+ - typography - responsive style fix
335
+
336
+ ### 21.0.1
337
+
338
+ - button - block style fix
339
+ - added utility classes
340
+
341
+ ### 21.0.0
342
+
343
+ - removed twitter bootstrap
344
+ - autocomplete - disabled & readOnly style fix
345
+ - select - disabled & readOnly style fix
346
+
347
+ ### 20.2.0
348
+
349
+ - backdrop - style fixes
350
+ - dateselect - use new grid
351
+ - timeselect - use new grid
352
+ - added utility classes
353
+
354
+ ### 20.1.0
355
+
356
+ - grid - removed bootstrap classes
357
+ - added utility classes
358
+
359
+ ### 20.0.0
360
+
361
+ - added modern-normalize as a dependency
362
+ - form - removed bootstrap classes
363
+ - alert - added shadow
364
+ - button - added outline
365
+ - iconButton - added outline
366
+
367
+ ### 19.0.7
368
+
369
+ - modal - removed bootstrap classes
370
+ - backdrop - removed bootstrap classes
371
+
372
+ ### 19.0.6
373
+
374
+ - checkbox form fix
375
+ - button shadow fix
376
+
377
+ ### 19.0.5
378
+
379
+ - scss fixes
380
+
381
+ ### 19.0.4
382
+
383
+ - lint fixes
384
+
385
+ ### 19.0.3
386
+
387
+ - typing fixes
388
+
389
+ ### 19.0.2
390
+
391
+ - lint fixes
392
+
393
+ ### 19.0.1
394
+
395
+ - typing fixes
396
+
397
+ ### 19.0.0
398
+
399
+ - changed module bundler to vite
400
+
401
+ ### 18.9.6
402
+
403
+ - textarea, treeview typing fixes
404
+
405
+ ### 18.9.5
406
+
407
+ - loadingIndicator, select, sidebar, snackbar, typography typing fixes
408
+
409
+ ### 18.9.4
410
+
411
+ - list typing fixes
412
+
413
+ ### 18.9.3
414
+
415
+ - grid typing fixes
416
+
417
+ ### 18.9.2
418
+
419
+ - link typing fixes
420
+
421
+ ### 18.9.1
422
+
423
+ - iconButton typing fixes
424
+
425
+ ### 18.9.0
426
+
427
+ - snackbar changed message to children
428
+ - typing fixes
429
+
430
+ ### 18.8.8
431
+
432
+ - typing fixes
433
+ - checkbox - disabled & readOnly fix
434
+
435
+ ### 18.8.7
436
+
437
+ - speedDial - color fix
438
+
439
+ ### 18.8.6
440
+
441
+ - form - restructure components and events
442
+
443
+ ### 18.8.5
444
+
445
+ - list - fixed disable listItem
446
+ - autocomplete - added option to show no entry found
447
+
448
+ ### 18.8.4
449
+
450
+ - changed IconButton defaults
451
+
452
+ ### 18.8.3
453
+
454
+ - autoComplete remove class modal-open on unmount
455
+
456
+ ### 18.8.2
457
+
458
+ - treeView isSelectable default false
459
+
460
+ ### 18.8.1
461
+
462
+ - treeView style fix
463
+
464
+ ### 18.8.0
465
+
466
+ - BREAKING CHANGE treeView
467
+ - treeItems are not accessible
468
+ - treeView onSelectonSelect, onExpand, onCollapse removed
469
+
470
+ ### 18.7.3
471
+
472
+ - added modal-open class
473
+
474
+ ### 18.7.2
475
+
476
+ - autoComplete added showClearButton
477
+
478
+ ### 18.7.1
479
+
480
+ - autoComplete added placeholder
481
+
482
+ ### 18.7.0
483
+
484
+ - debounce hook added
485
+ - autoComplete added debounce
486
+ - autoComplete changed onChange
487
+ - autoComplete added onSelect
488
+
489
+ ### 18.6.1
490
+
491
+ - buttonGroup removed bootstrap class
492
+ - button removed bootstrap class
493
+
494
+ ### 18.6.0
495
+
496
+ - treeView added onExpand and onCollapse
497
+
498
+ ### 18.5.0
499
+
500
+ - modal added size
501
+
502
+ ### 18.4.0
503
+
504
+ cleanup
505
+
506
+ ### 18.3.6
507
+
508
+ - appBarTitle style fixes for overflow
509
+
510
+ ### 18.3.5
511
+
512
+ - style fixes
513
+
514
+ ### 18.3.4
515
+
516
+ - select menu width and position fix
517
+
518
+ ### 18.3.3
519
+
520
+ - select menu position
521
+
522
+ ### 18.3.2
523
+
524
+ - listItemText and listItemAction style fixes
525
+
526
+ ### 18.3.1
527
+
528
+ - replaced bootstrap button scss with custom scss
529
+
530
+ ### 18.3.0
531
+
532
+ - added alert (beta)
533
+ - treeView show only label
534
+
535
+ ### 18.2.0
536
+
537
+ - button contained themable via css var
538
+ - button outline themable via css var
539
+
540
+ ### 18.1.0
541
+
542
+ - added custom button text cssClasses
543
+ - added highlight colors
544
+
545
+ ### 18.0.0
546
+
547
+ - upgraded to twitter bootstrap 5
548
+
549
+ ### 17.0.4
550
+
551
+ - added circleIcon
552
+ - removed some TwitterBootstrap cssClasses
553
+
554
+ ### 17.0.3
555
+
556
+ - added missing colors to appBar, chip, iconButton
557
+
558
+ ### 17.0.2
559
+
560
+ - cleanup packages
561
+
562
+ ### 17.0.1
563
+
564
+ - fixed circular import
565
+
566
+ ### 17.0.0
567
+
568
+ - Breaking Change - renamed DropDown to Menu
569
+
570
+ ### 16.1.0
571
+
572
+ - breadcrumb - changed prop items to own breadcrumbitem component
573
+
574
+ ### 16.0.2
575
+
576
+ - autocomplete - regexp escape special characters
577
+
578
+ ### 16.0.1
579
+
580
+ - form - fixed autoCompleteOptions
581
+
582
+ ### 16.0.0
583
+
584
+ - autoComplete - added component
585
+
586
+ ### 15.2.4
587
+
588
+ - icon - svg width & height inherit by wrapper
589
+
590
+ ### 15.2.3
591
+
592
+ - listItem - added color
593
+
594
+ ### 15.2.1
595
+
596
+ - main entry test
597
+
598
+ ### 15.2.0
599
+
600
+ - added commonjs modules support
601
+ - added utilty.scss
602
+
603
+ ### 15.1.1
604
+
605
+ - style fixes
606
+
607
+ ### 15.1.0
608
+
609
+ - card - added scss modules
610
+
611
+ ### 15.0.2
612
+
613
+ - checkbox - label disabled fix
614
+ - dropdown - added scss modules
615
+ - modal - footer style fix
616
+ - deleted global DropDown.scss
617
+ - deleted global Modal.scss
618
+
619
+ ### 15.0.1
620
+
621
+ - style fixes
622
+
623
+ ### 15.0.0
624
+
625
+ - link component added
626
+ - status enum added
627
+
628
+ ### 14.3.4
629
+
630
+ - dropdown - placement by popperjs
631
+
632
+ ### 14.3.3
633
+
634
+ - dropdown - propery fixes
635
+
636
+ ### 14.3.2
637
+
638
+ - snackbar - style fix
639
+
640
+ ### 14.3.1
641
+
642
+ - textarea - prevent submit onEnter
643
+ - fixed snackbar
644
+
645
+ ### 14.3.0
646
+
647
+ - added useConstructor hook
648
+
649
+ ### 14.2.5
650
+
651
+ - style fixes
652
+
653
+ ### 14.2.4
654
+
655
+ - stepper - fixed next and back
656
+
657
+ ### 14.2.3
658
+
659
+ - button - endIcon style fix
660
+
661
+ ### 14.2.2
662
+
663
+ - stepper - fixed preselected value
664
+
665
+ ### 14.2.1
666
+
667
+ - stepper
668
+ - step - fixed isDone
669
+
670
+ ### 14.2.0
671
+
672
+ - button - added endIcon
673
+ - stepper - showProgressCheckIcon
674
+ - icon - added chevronLeft
675
+
676
+ style
677
+
678
+ - fixes
679
+
680
+ ### 14.1.1
681
+
682
+ - added stepConnector component
683
+ - added prop showLabel
684
+
685
+ ### 14.1.0
686
+
687
+ - stepper - show panel content
688
+
689
+ ### 14.0.0
690
+
691
+ - added stepper component
692
+
693
+ ### 13.3.2
694
+
695
+ - form
696
+ - onEnter fix
697
+
698
+ ### 13.3.1
699
+
700
+ - form - onEnter preventdefault
701
+
702
+ ### 13.3.0
703
+
704
+ - added logo and manifest colors
705
+
706
+ ### 13.2.0
707
+
708
+ - button - added startIcon
709
+ - showcase - style and text fixes
710
+
711
+ ### 13.1.2
712
+
713
+ - style fixes
714
+
715
+ ### v13.1.1
716
+
717
+ - show PWA "new version" notification
718
+
719
+ ### v13.0.1
720
+
721
+ - select - fixed initial scrollIntoView
722
+
723
+ ### v13.0.0
724
+
725
+ - timeSelect - added component
726
+
727
+ ### v12.0.0
728
+
729
+ - numberSelect - added component
730
+ - cleanup dateSelect
731
+
732
+ ### v11.0.0
733
+
734
+ - dateSelect - added component
735
+
736
+ ### v10.0.0
737
+
738
+ - added buttonGroup component
739
+ - cssClasses fix for a lot of components
740
+
741
+ ### v9.0.0
742
+
743
+ - added speeddial component
744
+ - button - style fixes
745
+
746
+ ### v8.1.2
747
+
748
+ - typography - props fix
749
+
750
+ ### v8.1.1
751
+
752
+ - match validator fix for not found
753
+
754
+ ### v8.1.0
755
+
756
+ - added validator isEqual
757
+ - added formControl validator match with param
758
+
759
+ ### v8.0.0
760
+
761
+ - breaking change tabs
762
+ - renamed tabset to tabs
763
+ - renamed props from eventKey to value and title to label
764
+ - tabs are standalone
765
+ - created component tabPanel
766
+ - removed tabnav
767
+ - added button inside tab as root element
768
+ - created component tabIndicator
769
+
770
+ ### v7.3.0
771
+
772
+ - card-image - added component
773
+
774
+ ### v7.2.0
775
+
776
+ - showcase - added highlight component
777
+ - added markdown files for components
778
+
779
+ ### v7.1.4
780
+
781
+ - downgraded packages
782
+
783
+ ### v7.1.3
784
+
785
+ - fixed build
786
+
787
+ ### v7.1.2
788
+
789
+ - export fix
790
+
791
+ ### v7.1.1
792
+
793
+ - export fix
794
+
795
+ ### v7.1.0
796
+
797
+ - breaking change - rename SvgIcon to Icon
798
+ - added hook useWindowSize
799
+ - added isMobile
800
+ - added appState
801
+ - set menu on permanent for greater than 1024
802
+
803
+ ### v7.0.3
804
+
805
+ - backdrop - positioning fix
806
+
807
+ ### v7.0.2
808
+
809
+ backdrop - added showcase page
810
+
811
+ ### v7.0.1
812
+
813
+ - select - added icon chevron down
814
+
815
+ ### v7.0.0
816
+
817
+ - badge - added component
818
+
819
+ ### v6.1.0
820
+
821
+ - drawer - added prop permanent
822
+
823
+ ### v6.0.1
824
+
825
+ - appBar - style fix
826
+
827
+ ### v6.0.0
828
+
829
+ - added Typography component
830
+
831
+ ### v5.1.2
832
+
833
+ - style fixes
834
+
835
+ ### v5.1.1
836
+
837
+ - cleanup
838
+
839
+ ### v5.1.0
840
+
841
+ - modal - added fullscreen
842
+
843
+ ### v5.0.3
844
+
845
+ - listeItemAvatar - img style fix
846
+
847
+ ### v5.0.2
848
+
849
+ - FAB - style fix
850
+
851
+ ### v5.0.1
852
+
853
+ - appbar - style fix
854
+
855
+ ### v5.0.0
856
+
857
+ - loadingIndicator - added component
858
+ - loadingIndicator - added service
859
+
860
+ ### v4.0.1
861
+
862
+ - iconButton - add size
863
+ - floatingActionButton - add size
864
+
865
+ ### v4.0.0
866
+
867
+ - floatingActionButton - created barebone
868
+ - iconButton - fixed styles for contained
869
+
870
+ ### v3.0.3
871
+
872
+ - select - multipleMaxCountItems, style fix
873
+
874
+ ### v3.0.2
875
+
876
+ - updated packages
877
+
878
+ ### v3.0.1
879
+
880
+ - select - added onKeyDown
881
+ - showcase form - fixed
882
+
883
+ ### v3.0.0
884
+
885
+ - select - added component v1
886
+ - breaking change form
887
+
888
+ ### v2.10.1
889
+
890
+ - form - style fix
891
+
892
+ ### v2.10.0
893
+
894
+ - form - add FileInput
895
+
896
+ ### v2.9.0
897
+
898
+ - form - select added multiple
899
+
900
+ ### v2.8.1
901
+
902
+ - chip - style fixes
903
+ - fileInput - display files
904
+
905
+ ### v2.8.0
906
+
907
+ - fileInput - added component
908
+
909
+ ### v2.7.1
910
+
911
+ - formCheck - style fix
912
+ - list - changed rendering
913
+ - listItemAction - added onClick
914
+ - sideBar - style fixes
915
+
916
+ ### v2.7.0
917
+
918
+ - loggerService - removed from lib, moved to shared
919
+
920
+ ### v2.6.2
921
+
922
+ - list - moved scss to scss module
923
+
924
+ ### v2.6.1
925
+
926
+ - tooltip - moved scss to scss module
927
+
928
+ ### v2.6.0
929
+
930
+ - textarea - added component
931
+
932
+ ### v2.5.1
933
+
934
+ - checkbox - style fix
935
+ - breadcrumb - moved scss to scss module
936
+ - drawer - moved scss to scss module
937
+ - sidebar - removed unneeded scss
938
+ - appbartitle - style fix
939
+
940
+ ### v2.5.0
941
+
942
+ - chip - added component
943
+
944
+ ### v2.4.4
945
+
946
+ - checkbox - fixed disabled and readonly
947
+
948
+ ### v2.4.3
949
+
950
+ - iconButton - add scss modules
951
+
952
+ ### v2.4.2
953
+
954
+ - card - add scss modules
955
+
956
+ ### v2.4.1
957
+
958
+ - lib build fix
959
+
960
+ ### v2.4.0
961
+
962
+ - appbar - added scss modules
963
+
964
+ ### v2.3.1
965
+
966
+ - added highlight color
967
+ - list - set isHoverable default to false
968
+ - expansionPanel header - added highlight on hover
969
+
970
+ ### v2.3.0
971
+
972
+ - added listItemIcon component
973
+ - refactored listItemAvatar
974
+
975
+ ### v2.2.0
976
+
977
+ - listItemText uses primary, secondary prop for displaying text
978
+
979
+ ### v2.1.1
980
+
981
+ - showcase use Row and Column
982
+
983
+ ### v2.1.0
984
+
985
+ - added component row
986
+ - added component column
987
+
988
+ ### v2.0.2
989
+
990
+ - installed snarkdown
991
+ - removed marked
992
+ - simplified icon exports
993
+ - show changelog and about.md
994
+
995
+ ### v2.0.1
996
+
997
+ - fixed linting errors
998
+
999
+ ### v2.0.0
1000
+
1001
+ - refactored whole app to use create-react-app with ts, pwa support
1002
+ - fixed a lot of linting errors
1003
+ - added strict mode
1004
+ - converted svg files to react components
1005
+ - use yarn
1006
+
1007
+ ### v1.43.1
1008
+
1009
+ - breadcrumb - dont render on empty items
1010
+
1011
+ ### v1.43.0
1012
+
1013
+ - import SVGs as ReactComponent
1014
+
1015
+ ### v1.42.0
1016
+
1017
+ - cardTitle - added dynamic "as" prop
1018
+
1019
+ ### v1.41.0
1020
+
1021
+ - added highlight component v1
1022
+ - upgraded packages
1023
+
1024
+ ### v1.40.2
1025
+
1026
+ - upgraded packages
1027
+
1028
+ ### v1.40.1
1029
+
1030
+ - cleanup props
1031
+ - button styles
1032
+ - appbar color only primary or light
1033
+
1034
+ ### v1.40.0
1035
+
1036
+ - changed target to es2017
1037
+
1038
+ ### v1.39.0
1039
+
1040
+ - variant - change naming from normal to contained
1041
+ - btn-link - changed hover
1042
+
1043
+ ### v1.38.3
1044
+
1045
+ - listItem - style fixes
1046
+
1047
+ ### v1.38.2
1048
+
1049
+ - tabset - added prop fill
1050
+
1051
+ ### v1.38.1
1052
+
1053
+ - breadcrumb - fixed click on active item
1054
+
1055
+ ### v1.38.0
1056
+
1057
+ - added HTML default props to appBar, button, iconButton, svgIcon
1058
+
1059
+ ### v1.37.0
1060
+
1061
+ - tooltip - added component
1062
+
1063
+ ### v1.36.2
1064
+
1065
+ - showcase home - added links
1066
+
1067
+ ### v1.36.1
1068
+
1069
+ - dropdown - fixed menuPosition
1070
+
1071
+ ### v1.36.0
1072
+
1073
+ - dropdown - refactored menu and items
1074
+
1075
+ ### v1.35.1
1076
+
1077
+ - backdrop - added optional target
1078
+ - expansionPanel - fixed toggle of simple example
1079
+
1080
+ ### v1.35.0
1081
+
1082
+ - expansionPanel v1
1083
+
1084
+ ### v1.34.6
1085
+
1086
+ - expansionPanel - added component
1087
+
1088
+ ### v1.34.5
1089
+
1090
+ - snackbarService - merge Options
1091
+
1092
+ ### v1.34.4
1093
+
1094
+ - appBatTitle - added component
1095
+ - snackbarService added options
1096
+
1097
+ ### v1.34.3
1098
+
1099
+ - appBar - added shadow prop
1100
+ - tooltip - WIP
1101
+
1102
+ ### v1.34.2
1103
+
1104
+ - modalService - added autoFocus to button
1105
+
1106
+ ### v1.34.1
1107
+
1108
+ - fixed color map
1109
+
1110
+ ### v1.34.0
1111
+
1112
+ - list added model for items
1113
+ - list isHoverable and clone children
1114
+
1115
+ ### v1.33.1
1116
+
1117
+ - tabset - fixed rerender
1118
+
1119
+ ### v1.33.0
1120
+
1121
+ - tabset - created models
1122
+ - tabNav - created component
1123
+
1124
+ ### v1.32.6
1125
+
1126
+ - form - fixed date convert
1127
+
1128
+ ### v1.32.5
1129
+
1130
+ - dropDown - disable hide if type === header
1131
+
1132
+ ### v1.32.4
1133
+
1134
+ - snackbarService - fixed timeout hanlder
1135
+ - tabSet - added onTabSelect
1136
+
1137
+ ### v1.32.3
1138
+
1139
+ - dropDown - add type header for dropDownItem
1140
+
1141
+ ### v1.32.2
1142
+
1143
+ - style fixes
1144
+
1145
+ ### v1.32.1
1146
+
1147
+ - appBreadcrumb - added component
1148
+
1149
+ ### v1.32.0
1150
+
1151
+ - breadcrumb - added component
1152
+ - showcase - added breadcrumb
1153
+ - style fixes
1154
+
1155
+ ### v1.31.3
1156
+
1157
+ - showcase - renamed showcase pages
1158
+
1159
+ ### v1.31.2
1160
+
1161
+ - showcase - dynamic routes
1162
+
1163
+ ### v1.31.1
1164
+
1165
+ - showcase - added menuModels
1166
+
1167
+ ### v1.31.0
1168
+
1169
+ - modalService - add custom buttons
1170
+ - modalService - remove showOk/showCancel
1171
+ - modal - add MODALBUTTONTYPE
1172
+ - snackbarService - allow only one instance
1173
+
1174
+ ### v1.30.1
1175
+
1176
+ - formInput -> checkbox - remove cssClass form-control
1177
+
1178
+ ### v1.30.0
1179
+
1180
+ - refactored services to export constants
1181
+
1182
+ ### v1.26.2
1183
+
1184
+ - added appContainer
1185
+ - fixed routes
1186
+
1187
+ ### v1.26.1
1188
+
1189
+ - tabset - use Fragment as container
1190
+
1191
+ ### v1.26.0
1192
+
1193
+ - table - added component & showcase
1194
+
1195
+ ### v1.25.0
1196
+
1197
+ - refactored showcaseRoutes
1198
+ - refactored menu
1199
+ - fixed map of breadcrumb items
1200
+ - tabset style fixes
1201
+
1202
+ ### v1.24.0
1203
+
1204
+ - breadcrumb - added component
1205
+
1206
+ ### v1.23.0
1207
+
1208
+ - tabset - added component
1209
+ - tab - added component
1210
+
1211
+ ### v1.22.6
1212
+
1213
+ - refactored structure
1214
+
1215
+ ### v1.22.5
1216
+
1217
+ - refactored menuItems
1218
+
1219
+ ### v1.22.4
1220
+
1221
+ - markdown - added component
1222
+
1223
+ ### v1.22.3
1224
+
1225
+ - drawer - fixed cssClass
1226
+
1227
+ ### v1.22.2
1228
+
1229
+ - fixed backdrop transparent
1230
+
1231
+ ### v1.22.1
1232
+
1233
+ - showcase - style fixes
1234
+
1235
+ ### v1.22.0
1236
+
1237
+ - add sideBar to drawer
1238
+ - drawer - disable scroll when is open
1239
+ - list - refactored
1240
+
1241
+ ### v1.21.0
1242
+
1243
+ - drawer - added styles, added props
1244
+ - showcaseDrawer
1245
+
1246
+ ### v1.20.0
1247
+
1248
+ - added appInfo
1249
+ - backdrop - added component and added to dropdown and modal
1250
+ - changed layout
1251
+ - init drawer
1252
+
1253
+ ### v1.19.0
1254
+
1255
+ - dropdown - added divider
1256
+
1257
+ ### v1.18.0
1258
+
1259
+ - showcase - added raw-loader, show changelog, refactor
1260
+
1261
+ ### v1.17.0
1262
+
1263
+ - dropdown - added optional key to menuItems
1264
+ - hook - added debounce
1265
+
1266
+ ### v1.16.2
1267
+
1268
+ - form - fixed invalid date
1269
+ - form - onKeyEnter - submit
1270
+
1271
+ ### v1.16.1
1272
+
1273
+ - form - date change return value to Iso
1274
+
1275
+ ### v1.16.0
1276
+
1277
+ - form - added datetime-local
1278
+ - added dayjs to showcase
1279
+
1280
+ ### v1.15.3
1281
+
1282
+ - form - add destroy to reset state
1283
+
1284
+ ### v1.15.2
1285
+
1286
+ - form - use getDerivedStateFromProps instead of componentWillReceiveProps
1287
+
1288
+ ### v1.15.1
1289
+
1290
+ - added key to dropDown menuItems
1291
+
1292
+ ### v1.15.0
1293
+
1294
+ - removed chart
1295
+
1296
+ ### v1.14.1
1297
+
1298
+ - modalSerivce - show only one dialog
1299
+
1300
+ ### v1.14.0
1301
+
1302
+ - treeView - use iconButton and checkBox
1303
+ - checkbox - use in treeview
1304
+ - form - fixed validation
1305
+
1306
+ ### v1.13.0
1307
+
1308
+ - form - added setState on update props (initial)
1309
+ - showcase - removed unneeded checks
1310
+ - showcase - added HOC withOptions for example pages and template inheritance
1311
+
1312
+ ### v1.12.2
1313
+
1314
+ - form - fixed checkboxGroup
1315
+
1316
+ ### v1.12.1
1317
+
1318
+ - form - fixed handleChange, handleSubmit
1319
+
1320
+ ### v1.12.0
1321
+
1322
+ - checkbox - cleanup
1323
+ - checkboxGroup - added component
1324
+ - checkboxGroup - set initial
1325
+
1326
+ ### v1.11.0
1327
+
1328
+ - form - changed to component instead of FOC
1329
+ - form - added onChange
1330
+ - form - removed formContext
1331
+ - modal - changed submit
1332
+
1333
+ ### v1.10.0
1334
+
1335
+ - checkbox - added component
1336
+ - added basics input interface
1337
+ - form - added new checkbox
1338
+
1339
+ ### v1.9.2
1340
+
1341
+ - dropdown - added click on dropdown
1342
+ - removed new-password
1343
+
1344
+ ### v1.9.1
1345
+
1346
+ - form - fixed onSubmit
1347
+
1348
+ ### v1.9.0
1349
+
1350
+ - dropDown - item click hide dropdown
1351
+ - dropDown - added transparent backdrop
1352
+ - dropDown - added dropDownContext for internal behavior
1353
+ - list - added ListItemText child component
1354
+
1355
+ ### v1.8.1
1356
+
1357
+ - dropDown - add onClickToggle
1358
+ - dopdDown - added prop for position right
1359
+ - dopdDown - added stop propagation
1360
+
1361
+ ### v1.8.0
1362
+
1363
+ - listItem - added listItemAvatar
1364
+ - listItem - added listItemAction
1365
+
1366
+ ### v1.7.2
1367
+
1368
+ - dropDownItem - fixes
1369
+
1370
+ ### v1.7.1
1371
+
1372
+ - moved icons
1373
+
1374
+ ### v1.7.0
1375
+
1376
+ - dropdown: added component
1377
+
1378
+ ### v1.6.0
1379
+
1380
+ - iconButton: added component
1381
+ - added theme-colors (check if able to override)
1382
+
1383
+ ### v1.5.18
1384
+
1385
+ - forms: fixed empty validator
1386
+
1387
+ ### v1.5.17
1388
+
1389
+ - forms: fixed textareaOptions
1390
+
1391
+ ### v1.5.16
1392
+
1393
+ - httpService: removed from lib
1394
+
1395
+ ### v1.5.15
1396
+
1397
+ - httpService: fixed config
1398
+
1399
+ ### v1.5.14
1400
+
1401
+ - fileLoaderService: added service
1402
+
1403
+ ### v1.5.13
1404
+
1405
+ - httpSevice: added loggerservice, added apiUrl
1406
+
1407
+ ### v1.5.12
1408
+
1409
+ - form: fixed input-group styles
1410
+
1411
+ ### v1.5.11
1412
+
1413
+ - snackbar: added auto hide on timeout
1414
+
1415
+ ### v1.5.10
1416
+
1417
+ - form: added interfaces
1418
+
1419
+ ### v1.5.9
1420
+
1421
+ - button: added icon spacing
1422
+
1423
+ ### v1.5.8
1424
+
1425
+ - button: added className
1426
+
1427
+ ### v1.5.7
1428
+
1429
+ - modal: changed description to string | vnode
1430
+
1431
+ ### v1.5.6
1432
+
1433
+ - form: show hint only if provided
1434
+
1435
+ ### v1.5.5
1436
+
1437
+ - list: added onClick
1438
+
1439
+ ### v1.5.4
1440
+
1441
+ - form: changed context reset optional
1442
+
1443
+ ### v1.5.3
1444
+
1445
+ - modal: added isDismissable
1446
+
1447
+ ### v1.5.2
1448
+
1449
+ - modal: added showOkButton, showCancelButton
1450
+
1451
+ ### v1.5.1
1452
+
1453
+ - modal & button style fixes
1454
+
1455
+ ### v1.5.0
1456
+
1457
+ - added snackbar
1458
+ - deleted old icon
1459
+
1460
+ ### v1.4.1
1461
+
1462
+ - extended generic form, fixed isSubmitted, isValid, cleaned up modalService
1463
+
1464
+ ### v1.4.0
1465
+
1466
+ - added component svgIcon
1467
+ - added default svg icons
1468
+ - removed fontAwesome icons
1469
+ - fixed showcase layout
1470
+ - added svg import for rollup
1471
+
1472
+ ### v1.3.0
1473
+
1474
+ - added component AppBar
1475
+
1476
+ ### v1.2.0
1477
+
1478
+ - added component LineChart
1479
+ - added FontAwesome
1480
+ - added component Icon
1481
+
1482
+ ### v1.1.0
1483
+
1484
+ added components
1485
+
1486
+ - Icon
1487
+ - TreeView
1488
+
1489
+ added showcase
1490
+
1491
+ - icon
1492
+ - treeview
1493
+
1494
+ added material icons
1495
+
1496
+ ### v1.0.2
1497
+
1498
+ - some test
1499
+
1500
+ ### v1.0.1
1501
+
1502
+ - release lib
1503
+
1504
+ ### v1.0.0
1505
+
1506
+ - v1.0.0
1507
+
1508
+ ### v0.0.1
1509
+
1510
+ - fixed alias