carbon-addons-iot-react 2.150.0 → 2.150.1-next.10
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.
- package/CHANGELOG.md +119 -0
- package/css/carbon-addons-iot-react.css +10 -4
- package/css/carbon-addons-iot-react.css.map +1 -1
- package/es/components/BarChartCard/BarChartCard.js +2 -2
- package/es/components/CardEditor/CardEditForm/CardEditForm.js +3 -3
- package/es/components/CardEditor/CardEditForm/CardEditFormItems/DataSeriesFormItemModal.js +21 -8
- package/es/components/CardEditor/CardEditForm/CardEditFormItems/DataSeriesFormItems/DataSeriesFormContent.js +15 -3
- package/es/components/CardEditor/CardEditForm/CardEditFormItems/ThresholdsFormItem.js +1 -0
- package/es/components/CardEditor/CardEditor.js +1 -1
- package/es/components/DashboardEditor/DashboardEditor.js +31 -16
- package/es/components/DateTimePicker/DateTimePicker.js +29 -4
- package/es/components/DateTimePicker/DateTimePickerV2.js +30 -6
- package/es/components/HotspotEditorModal/HotspotEditorDataSourceTab/HotspotEditorDataSourceTab.js +1 -1
- package/lib/components/BarChartCard/BarChartCard.js +2 -2
- package/lib/components/CardEditor/CardEditForm/CardEditForm.js +3 -3
- package/lib/components/CardEditor/CardEditForm/CardEditFormItems/DataSeriesFormItemModal.js +21 -8
- package/lib/components/CardEditor/CardEditForm/CardEditFormItems/DataSeriesFormItems/DataSeriesFormContent.js +15 -3
- package/lib/components/CardEditor/CardEditForm/CardEditFormItems/ThresholdsFormItem.js +1 -0
- package/lib/components/CardEditor/CardEditor.js +1 -1
- package/lib/components/DashboardEditor/DashboardEditor.js +31 -16
- package/lib/components/DateTimePicker/DateTimePicker.js +28 -3
- package/lib/components/DateTimePicker/DateTimePickerV2.js +30 -6
- package/lib/components/HotspotEditorModal/HotspotEditorDataSourceTab/HotspotEditorDataSourceTab.js +1 -1
- package/lib/css/carbon-addons-iot-react.css +10 -4
- package/lib/css/carbon-addons-iot-react.css.map +1 -1
- package/lib/scss/components/DateTimePicker/_date-time-picker.scss +3 -1
- package/lib/scss/components/DateTimePicker/_date-time-pickerv2.scss +3 -0
- package/lib/scss/components/Header/_header.scss +1 -0
- package/lib/scss/components/SuiteHeader/_suite-header.scss +3 -3
- package/package.json +2 -2
- package/scss/components/DateTimePicker/_date-time-picker.scss +3 -1
- package/scss/components/DateTimePicker/_date-time-pickerv2.scss +3 -0
- package/scss/components/Header/_header.scss +1 -0
- package/scss/components/SuiteHeader/_suite-header.scss +3 -3
- package/umd/carbon-addons-iot-react.js +133 -43
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,125 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.150.1-next.10](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.150.1-next.9...v2.150.1-next.10) (2022-07-14)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **header:** set overflow-y on app switcher ([429c3ca](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/429c3cac9e66f2f08224826087c0d1622fc2137d))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [2.150.1-next.9](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.150.1-next.8...v2.150.1-next.9) (2022-07-14)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **datetimepicker:** add zindex knobs ([1404f50](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/1404f50cc9b25d55c1b90a87e23e56c0b1e0cc87))
|
|
23
|
+
* **datetimepicker:** respect zindex from parent ([de8fe50](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/de8fe50d80ae3452d191bd0cef7c348408b49319))
|
|
24
|
+
* **datetimepicker:** spread style prop and null check on zindex ([8bf6d76](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/8bf6d76ef469ca625abe1d99ac9997a13c1f3d92))
|
|
25
|
+
* **datetimepicker:** update css custom attribute ([bb2a745](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/bb2a74533e3914e3971b6f5d81d369adadc03363))
|
|
26
|
+
* **datetimepicker:** useMemo for style object ([f200e36](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/f200e3603b31d8bc1b14cf06a00151e676b2d093))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
## [2.150.1-next.8](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.150.1-next.7...v2.150.1-next.8) (2022-07-11)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Bug Fixes
|
|
36
|
+
|
|
37
|
+
* **barchartcard:** add extra conditions for time formatter ([85468c3](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/85468c3a5c94ca4e19699a00ea604751201ab902))
|
|
38
|
+
* **barchartcard:** add updated base images ([bc824a9](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/bc824a9f8822bcc9ccf0ffba404f3b1649c43d17))
|
|
39
|
+
* **barchartcard:** fix the x axis using wrong formatter ([65ac9a1](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/65ac9a10165d0bfb3fed3b575df8bd6ddc4a79a7))
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## [2.150.1-next.7](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.150.1-next.6...v2.150.1-next.7) (2022-06-24)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Bug Fixes
|
|
49
|
+
|
|
50
|
+
* **cardeditor:** remove children from json stringify ([5a0b528](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/5a0b528b257423392bc70bb695fd91e0c4987c6e))
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
## [2.150.1-next.6](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.150.1-next.5...v2.150.1-next.6) (2022-06-24)
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
### Bug Fixes
|
|
60
|
+
|
|
61
|
+
* **dashboardeditor:** fixed image issue on json editor save ([f4e9e25](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/f4e9e25f53de98068b92e2c3f00da823a8010a1c))
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
## [2.150.1-next.5](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.150.1-next.4...v2.150.1-next.5) (2022-06-21)
|
|
68
|
+
|
|
69
|
+
**Note:** Version bump only for package carbon-addons-iot-react
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
## [2.150.1-next.4](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.150.1-next.3...v2.150.1-next.4) (2022-06-21)
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
### Bug Fixes
|
|
79
|
+
|
|
80
|
+
* **suiteheader:** suite header css class fix ([bcc10b8](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/bcc10b8acafcbe7524f3ebd7d92f422325c3b2f7))
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
## [2.150.1-next.3](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.150.1-next.2...v2.150.1-next.3) (2022-06-16)
|
|
87
|
+
|
|
88
|
+
**Note:** Version bump only for package carbon-addons-iot-react
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
## [2.150.1-next.2](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.150.1-next.1...v2.150.1-next.2) (2022-06-14)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
### Bug Fixes
|
|
98
|
+
|
|
99
|
+
* **form-size:** larger form modal ([4e9b7ef](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/4e9b7ef76f67d77dc76cccd707e4e676c45a9f4c))
|
|
100
|
+
* **threshold-input-size:** reverted size changes for input elements ([c69029c](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/c69029c891e7996a9bf5c45b37f4fd65ca44abc0))
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
## [2.150.1-next.1](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.150.1-next.0...v2.150.1-next.1) (2022-06-07)
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
### Bug Fixes
|
|
110
|
+
|
|
111
|
+
* **Translations & Regression:** changes for translation an regression fix ([6f50314](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/6f50314c03ae70e5cfb810f2900318a28cfed705))
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
## [2.150.1-next.0](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.150.0...v2.150.1-next.0) (2022-06-06)
|
|
118
|
+
|
|
119
|
+
**Note:** Version bump only for package carbon-addons-iot-react
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
6
125
|
# [2.150.0](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.150.0-next.2...v2.150.0) (2022-06-03)
|
|
7
126
|
|
|
8
127
|
**Note:** Version bump only for package carbon-addons-iot-react
|
|
@@ -30523,6 +30523,7 @@ div.iot--card-edit-form--data-item-list .iot--list-item--content--values--value_
|
|
|
30523
30523
|
pointer-events: none;
|
|
30524
30524
|
}
|
|
30525
30525
|
.iot--date-time-picker__wrapper .iot--date-time-picker__box .iot--date-time-picker__menu {
|
|
30526
|
+
--zIndex: 0;
|
|
30526
30527
|
display: none;
|
|
30527
30528
|
cursor: default;
|
|
30528
30529
|
box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1);
|
|
@@ -30531,10 +30532,11 @@ div.iot--card-edit-form--data-item-list .iot--list-item--content--values--value_
|
|
|
30531
30532
|
right: 0;
|
|
30532
30533
|
width: 100%;
|
|
30533
30534
|
background-color: #ffffff;
|
|
30534
|
-
z-index:
|
|
30535
|
+
z-index: var(--zIndex);
|
|
30535
30536
|
}
|
|
30536
30537
|
.iot--date-time-picker__wrapper .iot--date-time-picker__box .iot--date-time-picker__menu.iot--date-time-picker__menu-expanded {
|
|
30537
30538
|
display: block;
|
|
30539
|
+
z-index: calc(var(--zIndex) + 20);
|
|
30538
30540
|
}
|
|
30539
30541
|
.iot--date-time-picker__wrapper .iot--date-time-picker__box .iot--date-time-picker__menu.iot--date-time-picker__menu-expanded .bx--list__item:before {
|
|
30540
30542
|
display: none;
|
|
@@ -30715,11 +30717,14 @@ html[dir=rtl] .iot--date-time-picker__wrapper .iot--date-time-picker__box .iot--
|
|
|
30715
30717
|
}
|
|
30716
30718
|
|
|
30717
30719
|
.iot--flyout-menu--content.iot--date-time-picker--menu {
|
|
30720
|
+
--zIndex: 0;
|
|
30718
30721
|
padding: 0;
|
|
30722
|
+
z-index: var(--zIndex);
|
|
30719
30723
|
}
|
|
30720
30724
|
.iot--flyout-menu--content.iot--date-time-picker--menu .iot--date-time-picker__menu-scroll {
|
|
30721
30725
|
overflow-y: auto;
|
|
30722
30726
|
width: var(--wrapper-width);
|
|
30727
|
+
z-index: calc(var(--zIndex) + 20);
|
|
30723
30728
|
}
|
|
30724
30729
|
.iot--flyout-menu--content.iot--date-time-picker--menu .iot--date-time-picker__menu-scroll .bx--list__item:before {
|
|
30725
30730
|
display: none;
|
|
@@ -31240,6 +31245,7 @@ html[dir=rtl] .iot--flyout-menu--content.iot--date-time-picker--menu .iot--date-
|
|
|
31240
31245
|
.bx--app-switcher {
|
|
31241
31246
|
background-color: #ffffff;
|
|
31242
31247
|
border: none;
|
|
31248
|
+
overflow-y: scroll;
|
|
31243
31249
|
}
|
|
31244
31250
|
|
|
31245
31251
|
.action-btn__headerpanel {
|
|
@@ -35319,13 +35325,13 @@ html[dir=rtl] .iot--side-nav__item--depth-3 .bx--side-nav__link-text {
|
|
|
35319
35325
|
.iot--suite-header-subtitle {
|
|
35320
35326
|
margin-left: 1rem;
|
|
35321
35327
|
}
|
|
35322
|
-
.iot--suite-header
|
|
35328
|
+
.iot--suite-header a.admin-icon .bx--tooltip__trigger svg {
|
|
35323
35329
|
fill: #ffffff;
|
|
35324
35330
|
}
|
|
35325
|
-
.iot--suite-header
|
|
35331
|
+
.iot--suite-header a.admin-icon__hidden {
|
|
35326
35332
|
visibility: hidden !important;
|
|
35327
35333
|
}
|
|
35328
|
-
.iot--suite-header
|
|
35334
|
+
.iot--suite-header a.admin-icon__selected {
|
|
35329
35335
|
background-color: #393939;
|
|
35330
35336
|
border: none;
|
|
35331
35337
|
border-bottom: 0.125rem solid #ffffff;
|