@digital-ai/dot-components 2.0.2 → 2.1.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 (27) hide show
  1. package/CHANGE_LOG.md +57 -15
  2. package/index.esm.js +956 -263
  3. package/index.umd.js +1076 -275
  4. package/lib/components/app-switcher/AppSwitcher.d.ts +24 -0
  5. package/lib/components/app-switcher/AppSwitcher.styles.d.ts +2 -0
  6. package/lib/components/core-api/CancelablePromise.d.ts +7 -0
  7. package/lib/components/core-api/CoreApiProvider.d.ts +16 -0
  8. package/lib/components/core-api/mocks.d.ts +23 -0
  9. package/lib/components/core-api/openapi/core/ApiError.d.ts +8 -0
  10. package/lib/components/core-api/openapi/core/ApiRequestOptions.d.ts +12 -0
  11. package/lib/components/core-api/openapi/core/ApiResult.d.ts +7 -0
  12. package/lib/components/core-api/openapi/core/OpenAPI.d.ts +15 -0
  13. package/lib/components/core-api/openapi/core/request.d.ts +9 -0
  14. package/lib/components/core-api/openapi/index.d.ts +12 -0
  15. package/lib/components/core-api/openapi/models/AccountModel.d.ts +50 -0
  16. package/lib/components/core-api/openapi/models/AccountModelWrapper.d.ts +4 -0
  17. package/lib/components/core-api/openapi/models/AccountModelsWrapper.d.ts +6 -0
  18. package/lib/components/core-api/openapi/models/ApplicationInstanceStates.d.ts +4 -0
  19. package/lib/components/core-api/openapi/models/ApplicationModel.d.ts +67 -0
  20. package/lib/components/core-api/openapi/models/ApplicationModelWrapper.d.ts +4 -0
  21. package/lib/components/core-api/openapi/models/ApplicationModelsWrapper.d.ts +6 -0
  22. package/lib/components/core-api/openapi/models/PaginationModel.d.ts +22 -0
  23. package/lib/components/core-api/openapi/services/AccountsService.d.ts +25 -0
  24. package/lib/components/core-api/openapi/services/ApplicationsService.d.ts +38 -0
  25. package/lib/components/index.d.ts +2 -0
  26. package/lib/components/input-form-fields/InputFormFields.styles.d.ts +1 -0
  27. package/package.json +2 -1
package/CHANGE_LOG.md CHANGED
@@ -1,25 +1,45 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.1.0](https://github.com/digital-ai/dot-components/tree/2.1.0) (12/12/2022)
4
+
5
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.7...2.1.0)
6
+
7
+ **Fixed bugs:**
8
+
9
+ - InputText not taking up fullWidth [\#1329](https://github.com/digital-ai/dot-components/issues/1329)
10
+ - D-23539: Add class for fullWidth text fields [\#1334](https://github.com/digital-ai/dot-components/pull/1334) ([jmcnally](https://github.com/jmcnally))
11
+
12
+ ## [1.21.7](https://github.com/digital-ai/dot-components/tree/1.21.7) (12/12/2022)
13
+
14
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.4...1.21.7)
15
+
16
+ **Fixed bugs:**
17
+
18
+ - S 88324 update digital ai logo dark mode 1.21.5 [\#1330](https://github.com/digital-ai/dot-components/pull/1330) ([csmathguy](https://github.com/csmathguy))
19
+
20
+ ## [2.0.4](https://github.com/digital-ai/dot-components/tree/2.0.4) (12/10/2022)
21
+
22
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.3...2.0.4)
23
+
24
+ ## [2.0.3](https://github.com/digital-ai/dot-components/tree/2.0.3) (12/10/2022)
25
+
26
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.2...2.0.3)
27
+
28
+ **Features:**
29
+
30
+ - S-88447: App switcher [\#1322](https://github.com/digital-ai/dot-components/pull/1322) ([jmcnally](https://github.com/jmcnally))
31
+
3
32
  ## [2.0.2](https://github.com/digital-ai/dot-components/tree/2.0.2) (12/06/2022)
4
33
 
5
- [Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.1...2.0.2)
34
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.6...2.0.2)
6
35
 
7
36
  **Features:**
8
37
 
9
- - New Component: Linear progress indicator [\#1132](https://github.com/digital-ai/dot-components/issues/1132)
10
- - `DotToggleButton` should allow to change selected color [\#1121](https://github.com/digital-ai/dot-components/issues/1121)
11
38
  - S-84354: New Component: Linear progress indicator [\#1312](https://github.com/digital-ai/dot-components/pull/1312) ([dmiletic85](https://github.com/dmiletic85))
12
39
  - S-84032: `DotToggleButton` should allow to change selected color [\#1311](https://github.com/digital-ai/dot-components/pull/1311) ([dmiletic85](https://github.com/dmiletic85))
13
40
 
14
41
  **Fixed bugs:**
15
42
 
16
- - `DotInputSelect`: doesn't have the same height as `DotInputText` [\#1319](https://github.com/digital-ai/dot-components/issues/1319)
17
- - `DotInputText`: persistent label is hidden when using it inside a flex container [\#1318](https://github.com/digital-ai/dot-components/issues/1318)
18
- - There is no spacing between the input field and its helper text [\#1316](https://github.com/digital-ai/dot-components/issues/1316)
19
- - `Menu` items inside the menu should have 14px font size [\#1313](https://github.com/digital-ai/dot-components/issues/1313)
20
- - \[DOT 2.0\] NavigationRail badge is broken [\#1301](https://github.com/digital-ai/dot-components/issues/1301)
21
- - 2.0 Design differences II [\#1287](https://github.com/digital-ai/dot-components/issues/1287)
22
- - `DotChip`: Image is moved when having tooltip [\#1137](https://github.com/digital-ai/dot-components/issues/1137)
23
43
  - `DotAvatar`: should be able to remove the background color when using images [\#1136](https://github.com/digital-ai/dot-components/issues/1136)
24
44
  - S-84511: Allow avatar colors to be transparent [\#1324](https://github.com/digital-ai/dot-components/pull/1324) ([CWSites](https://github.com/CWSites))
25
45
  - D-23494: Update TablePagination and AlertBanner [\#1323](https://github.com/digital-ai/dot-components/pull/1323) ([CWSites](https://github.com/CWSites))
@@ -33,6 +53,25 @@
33
53
 
34
54
  - S-88919: Update react-router-dom [\#1325](https://github.com/digital-ai/dot-components/pull/1325) ([ryangamble](https://github.com/ryangamble))
35
55
 
56
+ ## [1.21.6](https://github.com/digital-ai/dot-components/tree/1.21.6) (12/06/2022)
57
+
58
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.1...1.21.6)
59
+
60
+ **Features:**
61
+
62
+ - New Component: Linear progress indicator [\#1132](https://github.com/digital-ai/dot-components/issues/1132)
63
+ - `DotToggleButton` should allow to change selected color [\#1121](https://github.com/digital-ai/dot-components/issues/1121)
64
+
65
+ **Fixed bugs:**
66
+
67
+ - `DotInputSelect`: doesn't have the same height as `DotInputText` [\#1319](https://github.com/digital-ai/dot-components/issues/1319)
68
+ - `DotInputText`: persistent label is hidden when using it inside a flex container [\#1318](https://github.com/digital-ai/dot-components/issues/1318)
69
+ - There is no spacing between the input field and its helper text [\#1316](https://github.com/digital-ai/dot-components/issues/1316)
70
+ - `Menu` items inside the menu should have 14px font size [\#1313](https://github.com/digital-ai/dot-components/issues/1313)
71
+ - \[DOT 2.0\] NavigationRail badge is broken [\#1301](https://github.com/digital-ai/dot-components/issues/1301)
72
+ - 2.0 Design differences II [\#1287](https://github.com/digital-ai/dot-components/issues/1287)
73
+ - `DotChip`: Image is moved when having tooltip [\#1137](https://github.com/digital-ai/dot-components/issues/1137)
74
+
36
75
  ## [2.0.1](https://github.com/digital-ai/dot-components/tree/2.0.1) (11/15/2022)
37
76
 
38
77
  [Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.0...2.0.1)
@@ -117,7 +156,6 @@
117
156
  - Toggle button should have the same height as the input field [\#1260](https://github.com/digital-ai/dot-components/issues/1260)
118
157
  - Align helper text with the content of the input [\#1259](https://github.com/digital-ai/dot-components/issues/1259)
119
158
  - S-87726 Align input content with helper text [\#1265](https://github.com/digital-ai/dot-components/pull/1265) ([nikolinadapic](https://github.com/nikolinadapic))
120
- - S-87620 Adjust height for inputs and for medium sized buttons [\#1263](https://github.com/digital-ai/dot-components/pull/1263) ([nikolinadapic](https://github.com/nikolinadapic))
121
159
  - S-87616 Adjust left margin for helper text [\#1262](https://github.com/digital-ai/dot-components/pull/1262) ([nikolinadapic](https://github.com/nikolinadapic))
122
160
  - S-87599: `DotAutocomplete` Add optional `persistentLabel` prop [\#1258](https://github.com/digital-ai/dot-components/pull/1258) ([dmiletic85](https://github.com/dmiletic85))
123
161
 
@@ -148,6 +186,10 @@
148
186
 
149
187
  [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.1...2.0.0-rc.1)
150
188
 
189
+ **Features:**
190
+
191
+ - S-87620 Adjust height for inputs and for medium sized buttons [\#1263](https://github.com/digital-ai/dot-components/pull/1263) ([nikolinadapic](https://github.com/nikolinadapic))
192
+
151
193
  **Fixed bugs:**
152
194
 
153
195
  - S-86692: component cleanup [\#1238](https://github.com/digital-ai/dot-components/pull/1238) ([CWSites](https://github.com/CWSites))
@@ -182,7 +224,6 @@
182
224
  - S-86128: `DotAutocomplete`: Support error/warning icons with the tooltip [\#1237](https://github.com/digital-ai/dot-components/pull/1237) ([dmiletic85](https://github.com/dmiletic85))
183
225
  - S-86683: `DotAutocomplete`: expose `onBlur` [\#1236](https://github.com/digital-ai/dot-components/pull/1236) ([dmiletic85](https://github.com/dmiletic85))
184
226
  - S-86581: `DotAutocomplete` should allow to pass `readOnly` property into the inner `TextField` [\#1235](https://github.com/digital-ai/dot-components/pull/1235) ([dmiletic85](https://github.com/dmiletic85))
185
- - S-84069: expose shrink prop to input fields [\#1223](https://github.com/digital-ai/dot-components/pull/1223) ([CWSites](https://github.com/CWSites))
186
227
 
187
228
  **Fixed bugs:**
188
229
 
@@ -210,6 +251,7 @@
210
251
  - `DotInputText` allow to set `shrink` property [\#1124](https://github.com/digital-ai/dot-components/issues/1124)
211
252
  - `DotInputText` Should show `\*` on `helperText` if field is required [\#1122](https://github.com/digital-ai/dot-components/issues/1122)
212
253
  - S-86369: input field success [\#1226](https://github.com/digital-ai/dot-components/pull/1226) ([CWSites](https://github.com/CWSites))
254
+ - S-84069: expose shrink prop to input fields [\#1223](https://github.com/digital-ai/dot-components/pull/1223) ([CWSites](https://github.com/CWSites))
213
255
  - Issue \#1210: add prop for noMargin to typography [\#1222](https://github.com/digital-ai/dot-components/pull/1222) ([CWSites](https://github.com/CWSites))
214
256
  - S-83952: persistent label for text field and select field [\#1219](https://github.com/digital-ai/dot-components/pull/1219) ([CWSites](https://github.com/CWSites))
215
257
  - S-85811: `NavigationRail` Allow badges [\#1215](https://github.com/digital-ai/dot-components/pull/1215) ([dmiletic85](https://github.com/dmiletic85))
@@ -393,7 +435,6 @@
393
435
 
394
436
  - DotFileUpload - Setting maxFile limit to 1 allows to upload more than 1 files [\#1096](https://github.com/digital-ai/dot-components/issues/1096)
395
437
  - We lost scrollbar for sidenav nested drawers [\#1061](https://github.com/digital-ai/dot-components/issues/1061)
396
- - D-20516: `DotFileUpload` - Setting maxFile limit to 1 allows to upload more than 1 files [\#1101](https://github.com/digital-ai/dot-components/pull/1101) ([dmiletic85](https://github.com/dmiletic85))
397
438
  - D-20334: Add scroll to nested drawer [\#1062](https://github.com/digital-ai/dot-components/pull/1062) ([s-zimm](https://github.com/s-zimm))
398
439
 
399
440
  ## [1.13.0](https://github.com/digital-ai/dot-components/tree/1.13.0) (03/28/2022)
@@ -410,6 +451,7 @@
410
451
  - `DotButtonToggle` wrong type for `value` and `onChange` props [\#1085](https://github.com/digital-ai/dot-components/issues/1085)
411
452
  - react-grid-layout library should not be peer dependency [\#1083](https://github.com/digital-ai/dot-components/issues/1083)
412
453
  - Check Box not Working with checked attribute property set--- Identified in Release Core [\#1076](https://github.com/digital-ai/dot-components/issues/1076)
454
+ - D-20516: `DotFileUpload` - Setting maxFile limit to 1 allows to upload more than 1 files [\#1101](https://github.com/digital-ai/dot-components/pull/1101) ([dmiletic85](https://github.com/dmiletic85))
413
455
  - D-20483: `react-grid-layout` library should not be peer dependency [\#1088](https://github.com/digital-ai/dot-components/pull/1088) ([dmiletic85](https://github.com/dmiletic85))
414
456
  - D-20465: `DotButtonToggle` wrong `type` for value and `onChange` [\#1087](https://github.com/digital-ai/dot-components/pull/1087) ([dmiletic85](https://github.com/dmiletic85))
415
457
 
@@ -798,6 +840,7 @@
798
840
  - `Breadcrumbs` Setting `expansionMenu={true}` does not work always [\#838](https://github.com/digital-ai/dot-components/issues/838)
799
841
  - `Breadcrumbs` item with href should be full width clickable when using `expansionMenu={true}` [\#837](https://github.com/digital-ai/dot-components/issues/837)
800
842
  - D-19294: Fix broken expand/collapse for uncontrolled accordion [\#866](https://github.com/digital-ai/dot-components/pull/866) ([selsemore](https://github.com/selsemore))
843
+ - D-19151: `DotBadge` generates console warnings [\#827](https://github.com/digital-ai/dot-components/pull/827) ([dmiletic85](https://github.com/dmiletic85))
801
844
 
802
845
  **Merged pull requests:**
803
846
 
@@ -872,7 +915,6 @@
872
915
  - Go back item in `Sidebar` is not aligned with rest of items [\#824](https://github.com/digital-ai/dot-components/issues/824)
873
916
  - DotBadge generates console warnings [\#816](https://github.com/digital-ai/dot-components/issues/816)
874
917
  - Sidebar scrollbar should be positioned on the very right of the sidebar [\#746](https://github.com/digital-ai/dot-components/issues/746)
875
- - D-19151: `DotBadge` generates console warnings [\#827](https://github.com/digital-ai/dot-components/pull/827) ([dmiletic85](https://github.com/dmiletic85))
876
918
  - D-19177: `Go back` item in `DotSidebar` is not aligned with rest of items [\#826](https://github.com/digital-ai/dot-components/pull/826) ([dmiletic85](https://github.com/dmiletic85))
877
919
 
878
920
  ## [1.3.4](https://github.com/digital-ai/dot-components/tree/1.3.4) (11/30/2021)
@@ -1132,6 +1174,7 @@
1132
1174
  **Fixed bugs:**
1133
1175
 
1134
1176
  - Console warnings while running unit tests for codebase that is consuming dot-components library [\#629](https://github.com/digital-ai/dot-components/issues/629)
1177
+ - D-18424: include breadcrumb wrapper with breadcrumb component [\#675](https://github.com/digital-ai/dot-components/pull/675) ([CWSites](https://github.com/CWSites))
1135
1178
  - D-18536: material 4.12.3 upgrade [\#667](https://github.com/digital-ai/dot-components/pull/667) ([CWSites](https://github.com/CWSites))
1136
1179
 
1137
1180
  **Merged pull requests:**
@@ -1153,7 +1196,6 @@
1153
1196
  - untouched modified files [\#660](https://github.com/digital-ai/dot-components/issues/660)
1154
1197
  - Update Agility colors [\#656](https://github.com/digital-ai/dot-components/issues/656)
1155
1198
  - Add aria-label property [\#632](https://github.com/digital-ai/dot-components/issues/632)
1156
- - D-18424: include breadcrumb wrapper with breadcrumb component [\#675](https://github.com/digital-ai/dot-components/pull/675) ([CWSites](https://github.com/CWSites))
1157
1199
  - D-18730: action toolbar support [\#671](https://github.com/digital-ai/dot-components/pull/671) ([CWSites](https://github.com/CWSites))
1158
1200
  - D-18607: Fix rowsPerPage parsing and do not pad table with empty rows [\#655](https://github.com/digital-ai/dot-components/pull/655) ([selsemore](https://github.com/selsemore))
1159
1201