wargerm 0.6.3 → 0.6.5
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/dist/components/Calendar/example/demo2.d.ts +2 -0
- package/dist/index.css +15 -44
- package/dist/index.esm.css +15 -44
- package/dist/index.esm.js +7 -5
- package/dist/index.js +7 -5
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -40543,8 +40543,7 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
40543
40543
|
}
|
40544
40544
|
[data-prefers-color='nt'] .ant-picker {
|
40545
40545
|
color: #708191;
|
40546
|
-
background-color: #
|
40547
|
-
border: none;
|
40546
|
+
background-color: #fff;
|
40548
40547
|
border-radius: 8px;
|
40549
40548
|
}
|
40550
40549
|
[data-prefers-color='nt'] .ant-picker-input > input {
|
@@ -40594,9 +40593,6 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
40594
40593
|
background: linear-gradient(to right, #3babd6 0%, #60c6da 100%);
|
40595
40594
|
box-shadow: 0px 1px 3px 0px rgba(101, 101, 101, 0.44);
|
40596
40595
|
border-radius: 50%;
|
40597
|
-
width: 30px;
|
40598
|
-
line-height: 30px;
|
40599
|
-
height: 100%;
|
40600
40596
|
}
|
40601
40597
|
[data-prefers-color='nt'] .ant-picker-cell-in-view {
|
40602
40598
|
color: #708191;
|
@@ -40622,8 +40618,6 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
40622
40618
|
}
|
40623
40619
|
[data-prefers-color='nt'] .ant-picker-cell .ant-picker-cell-inner {
|
40624
40620
|
border-radius: 50%;
|
40625
|
-
height: 100%;
|
40626
|
-
width: 30px;
|
40627
40621
|
}
|
40628
40622
|
[data-prefers-color='nt'] .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
|
40629
40623
|
[data-prefers-color='nt'] .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
|
@@ -40631,33 +40625,9 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
40631
40625
|
box-shadow: 0px 1px 3px 0px rgba(101, 101, 101, 0.44);
|
40632
40626
|
color: #4572e6;
|
40633
40627
|
border-radius: 50%;
|
40634
|
-
width: 30px;
|
40635
|
-
line-height: 30px;
|
40636
|
-
height: 100%;
|
40637
|
-
}
|
40638
|
-
[data-prefers-color='nt'] .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
|
40639
|
-
width: 30px;
|
40640
|
-
line-height: 30px;
|
40641
|
-
height: 100%;
|
40642
|
-
}
|
40643
|
-
[data-prefers-color='nt'] .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
|
40644
|
-
width: 30px;
|
40645
|
-
line-height: 30px;
|
40646
|
-
height: 100%;
|
40647
|
-
}
|
40648
|
-
[data-prefers-color='nt'] .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
|
40649
|
-
[data-prefers-color='nt'] .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
|
40650
|
-
[data-prefers-color='nt'] [data-prefers-color='nt'] .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
|
40651
|
-
width: 30px;
|
40652
|
-
line-height: 30px;
|
40653
|
-
height: 100%;
|
40654
40628
|
}
|
40655
40629
|
[data-prefers-color='nt'] .ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
|
40656
40630
|
border-radius: 50%;
|
40657
|
-
width: 30px;
|
40658
|
-
height: 100%;
|
40659
|
-
padding-left: 8px;
|
40660
|
-
margin-left: 6px;
|
40661
40631
|
background: linear-gradient(to right, #3babd6 0%, #60c6da 100%);
|
40662
40632
|
box-shadow: 0px 1px 3px 0px rgba(101, 101, 101, 0.44);
|
40663
40633
|
color: #fff;
|
@@ -40667,20 +40637,12 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
40667
40637
|
}
|
40668
40638
|
[data-prefers-color='nt'] .ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
|
40669
40639
|
border-radius: 50%;
|
40670
|
-
width: 30px;
|
40671
|
-
height: 100%;
|
40672
|
-
padding-left: 8px;
|
40673
|
-
margin-left: 6px;
|
40674
40640
|
background: #bdd0e3;
|
40675
40641
|
box-shadow: 0px 1px 3px 0px rgba(101, 101, 101, 0.44);
|
40676
40642
|
color: #4572e6;
|
40677
40643
|
}
|
40678
40644
|
[data-prefers-color='nt'] .ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
|
40679
40645
|
border-radius: 50%;
|
40680
|
-
width: 30px;
|
40681
|
-
height: 100%;
|
40682
|
-
padding-left: 8px;
|
40683
|
-
margin-left: 6px;
|
40684
40646
|
}
|
40685
40647
|
[data-prefers-color='nt'] .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
|
40686
40648
|
border: none;
|
@@ -40690,7 +40652,6 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
40690
40652
|
[data-prefers-color='nt'] .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
|
40691
40653
|
background: linear-gradient(#3babd6 0%, #60c6da 100%);
|
40692
40654
|
box-shadow: 0px 1px 3px 0px rgba(101, 101, 101, 0.44);
|
40693
|
-
height: 100%;
|
40694
40655
|
}
|
40695
40656
|
[data-prefers-color='nt'] .ant-radio-wrapper {
|
40696
40657
|
color: #708191;
|
@@ -40887,8 +40848,7 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
40887
40848
|
}
|
40888
40849
|
[data-prefers-color='nt'] .ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
40889
40850
|
position: relative;
|
40890
|
-
background-color: #
|
40891
|
-
border: none;
|
40851
|
+
background-color: #fff;
|
40892
40852
|
border-radius: 4px;
|
40893
40853
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
40894
40854
|
}
|
@@ -40937,12 +40897,12 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
40937
40897
|
border: 1px solid red;
|
40938
40898
|
}
|
40939
40899
|
[data-prefers-color='nt'] .ant-select-tree {
|
40940
|
-
background-color: #
|
40900
|
+
background-color: #fff;
|
40941
40901
|
color: #768cad;
|
40942
40902
|
}
|
40943
40903
|
[data-prefers-color='nt'] .ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
|
40944
40904
|
color: #ffffff;
|
40945
|
-
background: linear-gradient(
|
40905
|
+
background: linear-gradient(0deg, #3babd6 0%, #60c6da 100%);
|
40946
40906
|
box-shadow: 0px 0px 1px 1px rgba(19, 19, 19, 0.29);
|
40947
40907
|
}
|
40948
40908
|
[data-prefers-color='nt'] .ant-select-tree .ant-select-tree-node-content-wrapper:hover {
|
@@ -41083,6 +41043,17 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
41083
41043
|
[data-prefers-color='nt'] .ant-cascader-single .ant-cascader-cascaderor .ant-cascader-cascaderion-placeholder {
|
41084
41044
|
line-height: 26px;
|
41085
41045
|
}
|
41046
|
+
[data-prefers-color='nt'] .ant-form-item-label > label {
|
41047
|
+
font-size: 16px;
|
41048
|
+
color: #4281a1;
|
41049
|
+
}
|
41050
|
+
[data-prefers-color='nt'] .ant-modal-footer {
|
41051
|
+
display: flex;
|
41052
|
+
justify-content: flex-end;
|
41053
|
+
}
|
41054
|
+
[data-prefers-color='nt'] .ant-modal-confirm-btns {
|
41055
|
+
display: flex;
|
41056
|
+
}
|
41086
41057
|
|
41087
41058
|
.frame {
|
41088
41059
|
width: 40px;
|
package/dist/index.esm.css
CHANGED
@@ -40543,8 +40543,7 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
40543
40543
|
}
|
40544
40544
|
[data-prefers-color='nt'] .ant-picker {
|
40545
40545
|
color: #708191;
|
40546
|
-
background-color: #
|
40547
|
-
border: none;
|
40546
|
+
background-color: #fff;
|
40548
40547
|
border-radius: 8px;
|
40549
40548
|
}
|
40550
40549
|
[data-prefers-color='nt'] .ant-picker-input > input {
|
@@ -40594,9 +40593,6 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
40594
40593
|
background: linear-gradient(to right, #3babd6 0%, #60c6da 100%);
|
40595
40594
|
box-shadow: 0px 1px 3px 0px rgba(101, 101, 101, 0.44);
|
40596
40595
|
border-radius: 50%;
|
40597
|
-
width: 30px;
|
40598
|
-
line-height: 30px;
|
40599
|
-
height: 100%;
|
40600
40596
|
}
|
40601
40597
|
[data-prefers-color='nt'] .ant-picker-cell-in-view {
|
40602
40598
|
color: #708191;
|
@@ -40622,8 +40618,6 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
40622
40618
|
}
|
40623
40619
|
[data-prefers-color='nt'] .ant-picker-cell .ant-picker-cell-inner {
|
40624
40620
|
border-radius: 50%;
|
40625
|
-
height: 100%;
|
40626
|
-
width: 30px;
|
40627
40621
|
}
|
40628
40622
|
[data-prefers-color='nt'] .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
|
40629
40623
|
[data-prefers-color='nt'] .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
|
@@ -40631,33 +40625,9 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
40631
40625
|
box-shadow: 0px 1px 3px 0px rgba(101, 101, 101, 0.44);
|
40632
40626
|
color: #4572e6;
|
40633
40627
|
border-radius: 50%;
|
40634
|
-
width: 30px;
|
40635
|
-
line-height: 30px;
|
40636
|
-
height: 100%;
|
40637
|
-
}
|
40638
|
-
[data-prefers-color='nt'] .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
|
40639
|
-
width: 30px;
|
40640
|
-
line-height: 30px;
|
40641
|
-
height: 100%;
|
40642
|
-
}
|
40643
|
-
[data-prefers-color='nt'] .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
|
40644
|
-
width: 30px;
|
40645
|
-
line-height: 30px;
|
40646
|
-
height: 100%;
|
40647
|
-
}
|
40648
|
-
[data-prefers-color='nt'] .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
|
40649
|
-
[data-prefers-color='nt'] .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
|
40650
|
-
[data-prefers-color='nt'] [data-prefers-color='nt'] .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
|
40651
|
-
width: 30px;
|
40652
|
-
line-height: 30px;
|
40653
|
-
height: 100%;
|
40654
40628
|
}
|
40655
40629
|
[data-prefers-color='nt'] .ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
|
40656
40630
|
border-radius: 50%;
|
40657
|
-
width: 30px;
|
40658
|
-
height: 100%;
|
40659
|
-
padding-left: 8px;
|
40660
|
-
margin-left: 6px;
|
40661
40631
|
background: linear-gradient(to right, #3babd6 0%, #60c6da 100%);
|
40662
40632
|
box-shadow: 0px 1px 3px 0px rgba(101, 101, 101, 0.44);
|
40663
40633
|
color: #fff;
|
@@ -40667,20 +40637,12 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
40667
40637
|
}
|
40668
40638
|
[data-prefers-color='nt'] .ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
|
40669
40639
|
border-radius: 50%;
|
40670
|
-
width: 30px;
|
40671
|
-
height: 100%;
|
40672
|
-
padding-left: 8px;
|
40673
|
-
margin-left: 6px;
|
40674
40640
|
background: #bdd0e3;
|
40675
40641
|
box-shadow: 0px 1px 3px 0px rgba(101, 101, 101, 0.44);
|
40676
40642
|
color: #4572e6;
|
40677
40643
|
}
|
40678
40644
|
[data-prefers-color='nt'] .ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
|
40679
40645
|
border-radius: 50%;
|
40680
|
-
width: 30px;
|
40681
|
-
height: 100%;
|
40682
|
-
padding-left: 8px;
|
40683
|
-
margin-left: 6px;
|
40684
40646
|
}
|
40685
40647
|
[data-prefers-color='nt'] .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
|
40686
40648
|
border: none;
|
@@ -40690,7 +40652,6 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
40690
40652
|
[data-prefers-color='nt'] .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
|
40691
40653
|
background: linear-gradient(#3babd6 0%, #60c6da 100%);
|
40692
40654
|
box-shadow: 0px 1px 3px 0px rgba(101, 101, 101, 0.44);
|
40693
|
-
height: 100%;
|
40694
40655
|
}
|
40695
40656
|
[data-prefers-color='nt'] .ant-radio-wrapper {
|
40696
40657
|
color: #708191;
|
@@ -40887,8 +40848,7 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
40887
40848
|
}
|
40888
40849
|
[data-prefers-color='nt'] .ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
40889
40850
|
position: relative;
|
40890
|
-
background-color: #
|
40891
|
-
border: none;
|
40851
|
+
background-color: #fff;
|
40892
40852
|
border-radius: 4px;
|
40893
40853
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
40894
40854
|
}
|
@@ -40937,12 +40897,12 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
40937
40897
|
border: 1px solid red;
|
40938
40898
|
}
|
40939
40899
|
[data-prefers-color='nt'] .ant-select-tree {
|
40940
|
-
background-color: #
|
40900
|
+
background-color: #fff;
|
40941
40901
|
color: #768cad;
|
40942
40902
|
}
|
40943
40903
|
[data-prefers-color='nt'] .ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
|
40944
40904
|
color: #ffffff;
|
40945
|
-
background: linear-gradient(
|
40905
|
+
background: linear-gradient(0deg, #3babd6 0%, #60c6da 100%);
|
40946
40906
|
box-shadow: 0px 0px 1px 1px rgba(19, 19, 19, 0.29);
|
40947
40907
|
}
|
40948
40908
|
[data-prefers-color='nt'] .ant-select-tree .ant-select-tree-node-content-wrapper:hover {
|
@@ -41083,6 +41043,17 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
41083
41043
|
[data-prefers-color='nt'] .ant-cascader-single .ant-cascader-cascaderor .ant-cascader-cascaderion-placeholder {
|
41084
41044
|
line-height: 26px;
|
41085
41045
|
}
|
41046
|
+
[data-prefers-color='nt'] .ant-form-item-label > label {
|
41047
|
+
font-size: 16px;
|
41048
|
+
color: #4281a1;
|
41049
|
+
}
|
41050
|
+
[data-prefers-color='nt'] .ant-modal-footer {
|
41051
|
+
display: flex;
|
41052
|
+
justify-content: flex-end;
|
41053
|
+
}
|
41054
|
+
[data-prefers-color='nt'] .ant-modal-confirm-btns {
|
41055
|
+
display: flex;
|
41056
|
+
}
|
41086
41057
|
|
41087
41058
|
.frame {
|
41088
41059
|
width: 40px;
|
package/dist/index.esm.js
CHANGED
@@ -6169,7 +6169,9 @@ function Calendar(_ref, ref) {
|
|
6169
6169
|
toolBarSolt = _ref.toolBarSolt,
|
6170
6170
|
dateCellRender = _ref.dateCellRender,
|
6171
6171
|
onCell = _ref.onCell,
|
6172
|
-
calendarBodyClassName = _ref.calendarBodyClassName
|
6172
|
+
calendarBodyClassName = _ref.calendarBodyClassName,
|
6173
|
+
hiddenWeekLabel = _ref.hiddenWeekLabel,
|
6174
|
+
dateString = _ref.dateString;
|
6173
6175
|
|
6174
6176
|
var _useState = useState(initCalendar()),
|
6175
6177
|
_useState2 = _slicedToArray(_useState, 2),
|
@@ -6208,9 +6210,9 @@ function Calendar(_ref, ref) {
|
|
6208
6210
|
|
6209
6211
|
setDays(initWeekCalendar(type, datevalue));
|
6210
6212
|
} else {
|
6211
|
-
setDays(initCalendar(datevalue));
|
6213
|
+
setDays(initCalendar(dateString || datevalue));
|
6212
6214
|
}
|
6213
|
-
}, [type, datevalue]);
|
6215
|
+
}, [type, datevalue, dateString]);
|
6214
6216
|
useEffect(function () {
|
6215
6217
|
setDatevalue(value || moment());
|
6216
6218
|
}, [value]);
|
@@ -6274,7 +6276,7 @@ function Calendar(_ref, ref) {
|
|
6274
6276
|
className: "content_container"
|
6275
6277
|
}, /*#__PURE__*/React.createElement(_ConfigProvider, {
|
6276
6278
|
locale: zhCN$1
|
6277
|
-
}, /*#__PURE__*/React.createElement("div", {
|
6279
|
+
}, !dateString && /*#__PURE__*/React.createElement("div", {
|
6278
6280
|
className: "toolbar_container"
|
6279
6281
|
}, /*#__PURE__*/React.createElement(_Space, null, /*#__PURE__*/React.createElement(_Button, {
|
6280
6282
|
icon: /*#__PURE__*/React.createElement(LeftOutlined, null),
|
@@ -6354,7 +6356,7 @@ function Calendar(_ref, ref) {
|
|
6354
6356
|
className: "day_container ".concat(day.isCurrentDay ? 'isCurrentDay' : '', " ").concat(day.isCurrentMonth ? 'isCurrentMonth' : ''),
|
6355
6357
|
key: index
|
6356
6358
|
}, dateCellRender ? dateCellRender(day) : day.text) : null;
|
6357
|
-
}))) : /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
6359
|
+
}))) : /*#__PURE__*/React.createElement(React.Fragment, null, !hiddenWeekLabel && /*#__PURE__*/React.createElement("div", {
|
6358
6360
|
className: "calendar_header_wrapper"
|
6359
6361
|
}, weekLabelArray.map(function (weekLabel) {
|
6360
6362
|
return /*#__PURE__*/React.createElement("div", {
|
package/dist/index.js
CHANGED
@@ -6234,7 +6234,9 @@ function Calendar(_ref, ref) {
|
|
6234
6234
|
toolBarSolt = _ref.toolBarSolt,
|
6235
6235
|
dateCellRender = _ref.dateCellRender,
|
6236
6236
|
onCell = _ref.onCell,
|
6237
|
-
calendarBodyClassName = _ref.calendarBodyClassName
|
6237
|
+
calendarBodyClassName = _ref.calendarBodyClassName,
|
6238
|
+
hiddenWeekLabel = _ref.hiddenWeekLabel,
|
6239
|
+
dateString = _ref.dateString;
|
6238
6240
|
|
6239
6241
|
var _useState = React.useState(initCalendar()),
|
6240
6242
|
_useState2 = _slicedToArray(_useState, 2),
|
@@ -6273,9 +6275,9 @@ function Calendar(_ref, ref) {
|
|
6273
6275
|
|
6274
6276
|
setDays(initWeekCalendar(type, datevalue));
|
6275
6277
|
} else {
|
6276
|
-
setDays(initCalendar(datevalue));
|
6278
|
+
setDays(initCalendar(dateString || datevalue));
|
6277
6279
|
}
|
6278
|
-
}, [type, datevalue]);
|
6280
|
+
}, [type, datevalue, dateString]);
|
6279
6281
|
React.useEffect(function () {
|
6280
6282
|
setDatevalue(value || moment__default['default']());
|
6281
6283
|
}, [value]);
|
@@ -6339,7 +6341,7 @@ function Calendar(_ref, ref) {
|
|
6339
6341
|
className: "content_container"
|
6340
6342
|
}, /*#__PURE__*/React__default['default'].createElement(_ConfigProvider__default['default'], {
|
6341
6343
|
locale: zhCN__default$1['default']
|
6342
|
-
}, /*#__PURE__*/React__default['default'].createElement("div", {
|
6344
|
+
}, !dateString && /*#__PURE__*/React__default['default'].createElement("div", {
|
6343
6345
|
className: "toolbar_container"
|
6344
6346
|
}, /*#__PURE__*/React__default['default'].createElement(_Space__default['default'], null, /*#__PURE__*/React__default['default'].createElement(_Button__default['default'], {
|
6345
6347
|
icon: /*#__PURE__*/React__default['default'].createElement(icons.LeftOutlined, null),
|
@@ -6419,7 +6421,7 @@ function Calendar(_ref, ref) {
|
|
6419
6421
|
className: "day_container ".concat(day.isCurrentDay ? 'isCurrentDay' : '', " ").concat(day.isCurrentMonth ? 'isCurrentMonth' : ''),
|
6420
6422
|
key: index
|
6421
6423
|
}, dateCellRender ? dateCellRender(day) : day.text) : null;
|
6422
|
-
}))) : /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, /*#__PURE__*/React__default['default'].createElement("div", {
|
6424
|
+
}))) : /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, !hiddenWeekLabel && /*#__PURE__*/React__default['default'].createElement("div", {
|
6423
6425
|
className: "calendar_header_wrapper"
|
6424
6426
|
}, weekLabelArray.map(function (weekLabel) {
|
6425
6427
|
return /*#__PURE__*/React__default['default'].createElement("div", {
|