@atlaskit/datetime-picker 15.10.2 → 15.10.3
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 +8 -0
- package/dist/cjs/components/date-picker-class.js +2 -2
- package/dist/cjs/components/date-picker-fc.js +2 -2
- package/dist/cjs/components/date-time-picker-class.js +1 -1
- package/dist/cjs/components/date-time-picker-fc.js +1 -1
- package/dist/cjs/components/time-picker.js +1 -1
- package/dist/es2019/components/date-picker-class.js +2 -2
- package/dist/es2019/components/date-picker-fc.js +2 -2
- package/dist/es2019/components/date-time-picker-class.js +1 -1
- package/dist/es2019/components/date-time-picker-fc.js +1 -1
- package/dist/es2019/components/time-picker.js +1 -1
- package/dist/esm/components/date-picker-class.js +2 -2
- package/dist/esm/components/date-picker-fc.js +2 -2
- package/dist/esm/components/date-time-picker-class.js +1 -1
- package/dist/esm/components/date-time-picker-fc.js +1 -1
- package/dist/esm/components/time-picker.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/datetime-picker
|
|
2
2
|
|
|
3
|
+
## 15.10.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#177689](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/177689)
|
|
8
|
+
[`e399f0a6a7c5b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e399f0a6a7c5b) -
|
|
9
|
+
Select: Update use of deprecated props
|
|
10
|
+
|
|
3
11
|
## 15.10.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -41,7 +41,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
41
41
|
* @jsx jsx
|
|
42
42
|
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
43
43
|
var packageName = "@atlaskit/datetime-picker";
|
|
44
|
-
var packageVersion = "15.10.
|
|
44
|
+
var packageVersion = "15.10.3";
|
|
45
45
|
var dropdownIndicatorStyles = (0, _primitives.xcss)({
|
|
46
46
|
minWidth: "var(--ds-space-300, 24px)",
|
|
47
47
|
minHeight: "var(--ds-space-300, 24px)",
|
|
@@ -575,7 +575,7 @@ var DatePickerComponent = exports.DatePickerWithoutAnalytics = /*#__PURE__*/func
|
|
|
575
575
|
}), (0, _react2.jsx)(_select.default, (0, _extends2.default)({
|
|
576
576
|
appearance: this.props.appearance,
|
|
577
577
|
"aria-describedby": ariaDescribedBy,
|
|
578
|
-
|
|
578
|
+
label: label || undefined,
|
|
579
579
|
autoFocus: autoFocus,
|
|
580
580
|
clearControlLabel: clearControlLabel,
|
|
581
581
|
closeMenuOnSelect: true
|
|
@@ -39,7 +39,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
|
|
|
39
39
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
40
40
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
41
41
|
var packageName = "@atlaskit/datetime-picker";
|
|
42
|
-
var packageVersion = "15.10.
|
|
42
|
+
var packageVersion = "15.10.3";
|
|
43
43
|
var analyticsAttributes = {
|
|
44
44
|
componentName: 'datePicker',
|
|
45
45
|
packageName: packageName,
|
|
@@ -569,7 +569,7 @@ var DatePicker = /*#__PURE__*/(0, _react.forwardRef)(function (props, forwardedR
|
|
|
569
569
|
}), (0, _react2.jsx)(_select.default, (0, _extends2.default)({
|
|
570
570
|
appearance: appearance,
|
|
571
571
|
"aria-describedby": ariaDescribedBy,
|
|
572
|
-
|
|
572
|
+
label: label || undefined,
|
|
573
573
|
autoFocus: autoFocus,
|
|
574
574
|
clearControlLabel: clearControlLabel,
|
|
575
575
|
closeMenuOnSelect: true
|
|
@@ -37,7 +37,7 @@ var DatePicker = (0, _ffComponent.componentWithCondition)(function () {
|
|
|
37
37
|
return (0, _platformFeatureFlags.fg)('dst-date-picker-use-functional-component');
|
|
38
38
|
}, _datePickerFc.default, _datePickerClass.default);
|
|
39
39
|
var packageName = "@atlaskit/datetime-picker";
|
|
40
|
-
var packageVersion = "15.10.
|
|
40
|
+
var packageVersion = "15.10.3";
|
|
41
41
|
// Make DatePicker 50% the width of DateTimePicker
|
|
42
42
|
// If rendering an icon container, shrink the TimePicker
|
|
43
43
|
var datePickerContainerStyles = (0, _react2.css)({
|
|
@@ -37,7 +37,7 @@ function () {
|
|
|
37
37
|
return (0, _platformFeatureFlags.fg)('dst-date-picker-use-functional-component');
|
|
38
38
|
}, _datePickerFc.default, _datePickerClass.default);
|
|
39
39
|
var packageName = "@atlaskit/datetime-picker";
|
|
40
|
-
var packageVersion = "15.10.
|
|
40
|
+
var packageVersion = "15.10.3";
|
|
41
41
|
var analyticsAttributes = {
|
|
42
42
|
componentName: 'dateTimePicker',
|
|
43
43
|
packageName: packageName,
|
|
@@ -27,7 +27,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
|
|
|
27
27
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
28
28
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
29
29
|
var packageName = "@atlaskit/datetime-picker";
|
|
30
|
-
var packageVersion = "15.10.
|
|
30
|
+
var packageVersion = "15.10.3";
|
|
31
31
|
var menuStyles = {
|
|
32
32
|
/* Need to remove default absolute positioning as that causes issues with position fixed */
|
|
33
33
|
position: 'static',
|
|
@@ -25,7 +25,7 @@ import { Menu } from '../internal/menu';
|
|
|
25
25
|
import { getSafeCalendarValue, getShortISOString } from '../internal/parse-date';
|
|
26
26
|
import { makeSingleValue } from '../internal/single-value';
|
|
27
27
|
const packageName = "@atlaskit/datetime-picker";
|
|
28
|
-
const packageVersion = "15.10.
|
|
28
|
+
const packageVersion = "15.10.3";
|
|
29
29
|
const dropdownIndicatorStyles = xcss({
|
|
30
30
|
minWidth: "var(--ds-space-300, 24px)",
|
|
31
31
|
minHeight: "var(--ds-space-300, 24px)",
|
|
@@ -553,7 +553,7 @@ class DatePickerComponent extends Component {
|
|
|
553
553
|
}), jsx(Select, _extends({
|
|
554
554
|
appearance: this.props.appearance,
|
|
555
555
|
"aria-describedby": ariaDescribedBy,
|
|
556
|
-
|
|
556
|
+
label: label || undefined,
|
|
557
557
|
autoFocus: autoFocus,
|
|
558
558
|
clearControlLabel: clearControlLabel,
|
|
559
559
|
closeMenuOnSelect: true
|
|
@@ -24,7 +24,7 @@ import { Menu } from '../internal/menu';
|
|
|
24
24
|
import { getSafeCalendarValue, getShortISOString } from '../internal/parse-date';
|
|
25
25
|
import { makeSingleValue } from '../internal/single-value';
|
|
26
26
|
const packageName = "@atlaskit/datetime-picker";
|
|
27
|
-
const packageVersion = "15.10.
|
|
27
|
+
const packageVersion = "15.10.3";
|
|
28
28
|
const analyticsAttributes = {
|
|
29
29
|
componentName: 'datePicker',
|
|
30
30
|
packageName,
|
|
@@ -495,7 +495,7 @@ const DatePicker = /*#__PURE__*/forwardRef((props, forwardedRef) => {
|
|
|
495
495
|
}), jsx(Select, _extends({
|
|
496
496
|
appearance: appearance,
|
|
497
497
|
"aria-describedby": ariaDescribedBy,
|
|
498
|
-
|
|
498
|
+
label: label || undefined,
|
|
499
499
|
autoFocus: autoFocus,
|
|
500
500
|
clearControlLabel: clearControlLabel,
|
|
501
501
|
closeMenuOnSelect: true
|
|
@@ -22,7 +22,7 @@ import DatePickerNew from './date-picker-fc';
|
|
|
22
22
|
import TimePicker from './time-picker';
|
|
23
23
|
const DatePicker = componentWithCondition(() => fg('dst-date-picker-use-functional-component'), DatePickerNew, DatePickerOld);
|
|
24
24
|
const packageName = "@atlaskit/datetime-picker";
|
|
25
|
-
const packageVersion = "15.10.
|
|
25
|
+
const packageVersion = "15.10.3";
|
|
26
26
|
// Make DatePicker 50% the width of DateTimePicker
|
|
27
27
|
// If rendering an icon container, shrink the TimePicker
|
|
28
28
|
const datePickerContainerStyles = css({
|
|
@@ -18,7 +18,7 @@ const DatePicker = componentWithCondition(
|
|
|
18
18
|
// eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
|
|
19
19
|
() => fg('dst-date-picker-use-functional-component'), DatePickerNew, DatePickerOld);
|
|
20
20
|
const packageName = "@atlaskit/datetime-picker";
|
|
21
|
-
const packageVersion = "15.10.
|
|
21
|
+
const packageVersion = "15.10.3";
|
|
22
22
|
const analyticsAttributes = {
|
|
23
23
|
componentName: 'dateTimePicker',
|
|
24
24
|
packageName,
|
|
@@ -11,7 +11,7 @@ import parseTime from '../internal/parse-time';
|
|
|
11
11
|
import { convertTokens } from '../internal/parse-tokens';
|
|
12
12
|
import { makeSingleValue } from '../internal/single-value';
|
|
13
13
|
const packageName = "@atlaskit/datetime-picker";
|
|
14
|
-
const packageVersion = "15.10.
|
|
14
|
+
const packageVersion = "15.10.3";
|
|
15
15
|
const menuStyles = {
|
|
16
16
|
/* Need to remove default absolute positioning as that causes issues with position fixed */
|
|
17
17
|
position: 'static',
|
|
@@ -34,7 +34,7 @@ import { Menu } from '../internal/menu';
|
|
|
34
34
|
import { getSafeCalendarValue, getShortISOString } from '../internal/parse-date';
|
|
35
35
|
import { makeSingleValue } from '../internal/single-value';
|
|
36
36
|
var packageName = "@atlaskit/datetime-picker";
|
|
37
|
-
var packageVersion = "15.10.
|
|
37
|
+
var packageVersion = "15.10.3";
|
|
38
38
|
var dropdownIndicatorStyles = xcss({
|
|
39
39
|
minWidth: "var(--ds-space-300, 24px)",
|
|
40
40
|
minHeight: "var(--ds-space-300, 24px)",
|
|
@@ -568,7 +568,7 @@ var DatePickerComponent = /*#__PURE__*/function (_Component) {
|
|
|
568
568
|
}), jsx(Select, _extends({
|
|
569
569
|
appearance: this.props.appearance,
|
|
570
570
|
"aria-describedby": ariaDescribedBy,
|
|
571
|
-
|
|
571
|
+
label: label || undefined,
|
|
572
572
|
autoFocus: autoFocus,
|
|
573
573
|
clearControlLabel: clearControlLabel,
|
|
574
574
|
closeMenuOnSelect: true
|
|
@@ -30,7 +30,7 @@ import { Menu } from '../internal/menu';
|
|
|
30
30
|
import { getSafeCalendarValue, getShortISOString } from '../internal/parse-date';
|
|
31
31
|
import { makeSingleValue } from '../internal/single-value';
|
|
32
32
|
var packageName = "@atlaskit/datetime-picker";
|
|
33
|
-
var packageVersion = "15.10.
|
|
33
|
+
var packageVersion = "15.10.3";
|
|
34
34
|
var analyticsAttributes = {
|
|
35
35
|
componentName: 'datePicker',
|
|
36
36
|
packageName: packageName,
|
|
@@ -560,7 +560,7 @@ var DatePicker = /*#__PURE__*/forwardRef(function (props, forwardedRef) {
|
|
|
560
560
|
}), jsx(Select, _extends({
|
|
561
561
|
appearance: appearance,
|
|
562
562
|
"aria-describedby": ariaDescribedBy,
|
|
563
|
-
|
|
563
|
+
label: label || undefined,
|
|
564
564
|
autoFocus: autoFocus,
|
|
565
565
|
clearControlLabel: clearControlLabel,
|
|
566
566
|
closeMenuOnSelect: true
|
|
@@ -33,7 +33,7 @@ var DatePicker = componentWithCondition(function () {
|
|
|
33
33
|
return fg('dst-date-picker-use-functional-component');
|
|
34
34
|
}, DatePickerNew, DatePickerOld);
|
|
35
35
|
var packageName = "@atlaskit/datetime-picker";
|
|
36
|
-
var packageVersion = "15.10.
|
|
36
|
+
var packageVersion = "15.10.3";
|
|
37
37
|
// Make DatePicker 50% the width of DateTimePicker
|
|
38
38
|
// If rendering an icon container, shrink the TimePicker
|
|
39
39
|
var datePickerContainerStyles = css({
|
|
@@ -27,7 +27,7 @@ function () {
|
|
|
27
27
|
return fg('dst-date-picker-use-functional-component');
|
|
28
28
|
}, DatePickerNew, DatePickerOld);
|
|
29
29
|
var packageName = "@atlaskit/datetime-picker";
|
|
30
|
-
var packageVersion = "15.10.
|
|
30
|
+
var packageVersion = "15.10.3";
|
|
31
31
|
var analyticsAttributes = {
|
|
32
32
|
componentName: 'dateTimePicker',
|
|
33
33
|
packageName: packageName,
|
|
@@ -17,7 +17,7 @@ import parseTime from '../internal/parse-time';
|
|
|
17
17
|
import { convertTokens } from '../internal/parse-tokens';
|
|
18
18
|
import { makeSingleValue } from '../internal/single-value';
|
|
19
19
|
var packageName = "@atlaskit/datetime-picker";
|
|
20
|
-
var packageVersion = "15.10.
|
|
20
|
+
var packageVersion = "15.10.3";
|
|
21
21
|
var menuStyles = {
|
|
22
22
|
/* Need to remove default absolute positioning as that causes issues with position fixed */
|
|
23
23
|
position: 'static',
|
package/package.json
CHANGED