@semcore/date-picker 3.4.8 → 3.4.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 +6 -0
- package/lib/cjs/components/Calendar.js +17 -17
- package/lib/cjs/components/InputTrigger.js +18 -18
- package/lib/cjs/components/PickerAbstract.js +18 -18
- package/lib/cjs/components/RangePickerAbstract.js +18 -18
- package/lib/cjs/components/index.js +3 -3
- package/lib/es6/components/Calendar.js +17 -17
- package/lib/es6/components/InputTrigger.js +18 -18
- package/lib/es6/components/PickerAbstract.js +18 -18
- package/lib/es6/components/RangePickerAbstract.js +18 -18
- package/lib/es6/components/index.js +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
+
## [3.4.10] - 2022-11-14
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Version patch update due to children dependencies update (`@semcore/base-trigger` [3.2.6 ~> 3.2.7], `@semcore/icon` [3.2.0 ~> 3.3.0]).
|
|
10
|
+
|
|
5
11
|
## [3.4.8] - 2022-11-05
|
|
6
12
|
|
|
7
13
|
### Fixed
|
|
@@ -66,26 +66,26 @@ var style = (
|
|
|
66
66
|
/*__reshadow_css_start__*/
|
|
67
67
|
_core.sstyled.insert(
|
|
68
68
|
/*__inner_css_start__*/
|
|
69
|
-
".
|
|
69
|
+
".___SCalendar_cd4ct_gg_{display:flex;flex-direction:column}.___SGridDays_cd4ct_gg_{display:grid;grid-template-columns:repeat(7,minmax(32px,auto));grid-template-rows:repeat(auto-fit,minmax(32px,auto))}.___SGridMonths_cd4ct_gg_{display:grid;grid-row-gap:8px;grid-template-columns:repeat(3,minmax(60px,auto));grid-template-rows:repeat(4,minmax(32px,auto))}.___SWeekDays_cd4ct_gg_{display:grid;grid-template-columns:repeat(7,minmax(32px,auto))}.___SWeekDay_cd4ct_gg_{min-width:32px;min-height:32px;display:flex;align-items:center;justify-content:center;color:#6c6e79;font-size:14px;font-weight:400;overflow:hidden}.___SCalendarUnit_cd4ct_gg_{font-family:inherit;font-weight:400;line-height:normal;text-decoration:none;text-align:center;vertical-align:middle;border:1px solid transparent;color:#191b23;outline:0;box-shadow:none;overflow:visible;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:transparent;align-items:center;border-radius:6px;box-sizing:border-box;cursor:pointer;display:flex;font-size:14px;justify-content:center;min-height:32px;min-width:32px;position:relative;transition:color .15s,background .15s;outline:none;margin:0}.___SCalendarUnit_cd4ct_gg_:hover{color:#191b23;background:#e0e1e9}.___SCalendarUnit_cd4ct_gg_.focus-visible{box-shadow:0 0 0 3px rgba(0, 143, 248, 0.2)}.___SCalendarUnit_cd4ct_gg_:focus-visible{box-shadow:0 0 0 3px rgba(0, 143, 248, 0.2)}.___SCalendarUnit_cd4ct_gg_.__today_cd4ct_gg_:before{content:\"\";position:absolute;display:block;top:1px;left:1px;border-radius:6px;width:calc(100% - 2px);height:calc(100% - 2px);box-sizing:border-box;border:1px solid #c4c7cf}.___SCalendarUnit_cd4ct_gg_.__today_cd4ct_gg_.___SCalendarUnit_cd4ct_gg_.__endSelected_cd4ct_gg_:before,.___SCalendarUnit_cd4ct_gg_.__today_cd4ct_gg_.___SCalendarUnit_cd4ct_gg_.__startSelected_cd4ct_gg_:before{border-color:hsla(0,0%,100%,.5)}.___SCalendarUnit_cd4ct_gg_.__selected_cd4ct_gg_{background:#c4e5fe;border-radius:0;color:#191b23}.___SCalendarUnit_cd4ct_gg_.__selected_cd4ct_gg_:hover{background:#008ff8}.___SCalendarUnit_cd4ct_gg_.__highlighted_cd4ct_gg_{background:rgba(0,143,248,.2);border-radius:0;color:#191b23}.___SCalendarUnit_cd4ct_gg_.__highlighted_cd4ct_gg_:hover{background:rgba(0,143,248,.3)}.___SCalendarUnit_cd4ct_gg_.__startSelected_cd4ct_gg_{border-bottom-left-radius:6px;border-bottom-right-radius:0;border-top-left-radius:6px;border-top-right-radius:0;color:#fff;background:#2bb3ff}.___SCalendarUnit_cd4ct_gg_.__startSelected_cd4ct_gg_:hover{color:#fff;background:#008ff8}.___SCalendarUnit_cd4ct_gg_.__endSelected_cd4ct_gg_{background:#2bb3ff;border-bottom-left-radius:0;border-bottom-right-radius:6px;border-top-left-radius:0;border-top-right-radius:6px;color:#fff}.___SCalendarUnit_cd4ct_gg_.__endSelected_cd4ct_gg_:hover{color:#fff;background:#008ff8}.___SCalendarUnit_cd4ct_gg_.__startHighlighted_cd4ct_gg_{border-bottom-left-radius:6px;border-bottom-right-radius:0;border-top-left-radius:6px;border-top-right-radius:0}.___SCalendarUnit_cd4ct_gg_.__endHighlighted_cd4ct_gg_{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-top-left-radius:0;border-top-right-radius:6px}.___SCalendarUnit_cd4ct_gg_.__startHighlighted_cd4ct_gg_.___SCalendarUnit_cd4ct_gg_.__endHighlighted_cd4ct_gg_{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px}.___SCalendarUnit_cd4ct_gg_.__startSelected_cd4ct_gg_.___SCalendarUnit_cd4ct_gg_.__endSelected_cd4ct_gg_{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px}.___SCalendarUnit_cd4ct_gg_.__outdated_cd4ct_gg_{opacity:.2}.___SCalendarUnit_cd4ct_gg_.__disabled_cd4ct_gg_{opacity:.4;cursor:default;pointer-events:none}@media (prefers-reduced-motion){.___SCalendarUnit_cd4ct_gg_{transition:none}}"
|
|
70
70
|
/*__inner_css_end__*/
|
|
71
|
-
, "
|
|
71
|
+
, "cd4ct_gg_")
|
|
72
72
|
/*__reshadow_css_end__*/
|
|
73
73
|
, {
|
|
74
|
-
"__SCalendar": "
|
|
75
|
-
"__SGridDays": "
|
|
76
|
-
"__SGridMonths": "
|
|
77
|
-
"__SWeekDays": "
|
|
78
|
-
"__SWeekDay": "
|
|
79
|
-
"__SCalendarUnit": "
|
|
80
|
-
"_today": "
|
|
81
|
-
"_endSelected": "
|
|
82
|
-
"_startSelected": "
|
|
83
|
-
"_selected": "
|
|
84
|
-
"_highlighted": "
|
|
85
|
-
"_startHighlighted": "
|
|
86
|
-
"_endHighlighted": "
|
|
87
|
-
"_outdated": "
|
|
88
|
-
"_disabled": "
|
|
74
|
+
"__SCalendar": "___SCalendar_cd4ct_gg_",
|
|
75
|
+
"__SGridDays": "___SGridDays_cd4ct_gg_",
|
|
76
|
+
"__SGridMonths": "___SGridMonths_cd4ct_gg_",
|
|
77
|
+
"__SWeekDays": "___SWeekDays_cd4ct_gg_",
|
|
78
|
+
"__SWeekDay": "___SWeekDay_cd4ct_gg_",
|
|
79
|
+
"__SCalendarUnit": "___SCalendarUnit_cd4ct_gg_",
|
|
80
|
+
"_today": "__today_cd4ct_gg_",
|
|
81
|
+
"_endSelected": "__endSelected_cd4ct_gg_",
|
|
82
|
+
"_startSelected": "__startSelected_cd4ct_gg_",
|
|
83
|
+
"_selected": "__selected_cd4ct_gg_",
|
|
84
|
+
"_highlighted": "__highlighted_cd4ct_gg_",
|
|
85
|
+
"_startHighlighted": "__startHighlighted_cd4ct_gg_",
|
|
86
|
+
"_endHighlighted": "__endHighlighted_cd4ct_gg_",
|
|
87
|
+
"_outdated": "__outdated_cd4ct_gg_",
|
|
88
|
+
"_disabled": "__disabled_cd4ct_gg_"
|
|
89
89
|
});
|
|
90
90
|
|
|
91
91
|
_dayjs["default"].extend(_isBetween["default"]);
|
|
@@ -79,27 +79,27 @@ var style = (
|
|
|
79
79
|
/*__reshadow_css_start__*/
|
|
80
80
|
_core.sstyled.insert(
|
|
81
81
|
/*__inner_css_start__*/
|
|
82
|
-
".
|
|
82
|
+
".___SPopper_1qyhn_gg_{padding:16px;outline:0}.___SPopper_1qyhn_gg_::-moz-focus-inner{border:none;padding:0}.___SPopper_1qyhn_gg_:active,.___SPopper_1qyhn_gg_:focus,.___SPopper_1qyhn_gg_:hover{outline:0;text-decoration:none}.___SPopper_1qyhn_gg_:focus{box-shadow:0 0 0 3px rgba(0, 143, 248, 0.2)}.___SHeader_1qyhn_gg_{display:flex;align-items:center}.___STitle_1qyhn_gg_{font-size:14px;color:#191b23;height:32px;width:100%;display:flex;justify-content:center;align-items:center}.___SToday_1qyhn_gg_{display:flex;margin-top:12px;justify-content:center}.___SPeriod_1qyhn_gg_{display:flex;flex-direction:column;margin-bottom:8px}.___SIndicator_1qyhn_gg_{color:#6c6e79}.___SHumanizedDate_1qyhn_gg_{position:absolute;pointer-events:none}.___SDateRange_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SDateRange_1qyhn_gg_ .___SValue_1qyhn_gg_,.___SSingleDateInput_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SSingleDateInput_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:0}.___SSingleDateInput_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SHumanizedDate_1qyhn_gg_{opacity:0;z-index:-1000}.___SSingleDateInput_1qyhn_gg_:focus-within .___SHumanizedDate_1qyhn_gg_{opacity:0;z-index:-1000}.___SSingleDateInput_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SSingleDateInput_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:1}.___SSingleDateInput_1qyhn_gg_:focus-within .___SMask_1qyhn_gg_,.___SSingleDateInput_1qyhn_gg_:focus-within .___SValue_1qyhn_gg_{opacity:1}.___SDateRange_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:0}.___SDateRange_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SHumanizedDate_1qyhn_gg_{opacity:0;z-index:-1000}.___SDateRange_1qyhn_gg_:focus-within .___SHumanizedDate_1qyhn_gg_{opacity:0;z-index:-1000}.___SDateRange_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SDateRange_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:1}.___SDateRange_1qyhn_gg_:focus-within .___SMask_1qyhn_gg_,.___SDateRange_1qyhn_gg_:focus-within .___SValue_1qyhn_gg_{opacity:1}.___SInputMask_1qyhn_gg_.__noHumanizedDate_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SInputMask_1qyhn_gg_.__noHumanizedDate_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:1}.___SDateRange_1qyhn_gg_ .___SInputMask_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SMask_1qyhn_gg_{background-color:rgba(0,143,248,.2)}.___SDateRange_1qyhn_gg_ .___SInputMask_1qyhn_gg_:focus-within .___SMask_1qyhn_gg_{background-color:rgba(0,143,248,.2)}.___SDateRange_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SRangeSep_1qyhn_gg_,.___SRangeSep_1qyhn_gg_.__fulfilled_1qyhn_gg_{color:#191b23}.___SDateRange_1qyhn_gg_:focus-within .___SRangeSep_1qyhn_gg_,.___SRangeSep_1qyhn_gg_.__fulfilled_1qyhn_gg_{color:#191b23}"
|
|
83
83
|
/*__inner_css_end__*/
|
|
84
|
-
, "
|
|
84
|
+
, "1qyhn_gg_")
|
|
85
85
|
/*__reshadow_css_end__*/
|
|
86
86
|
, {
|
|
87
|
-
"__SPopper": "
|
|
88
|
-
"__SHeader": "
|
|
89
|
-
"__STitle": "
|
|
90
|
-
"__SToday": "
|
|
91
|
-
"__SPeriod": "
|
|
92
|
-
"__SIndicator": "
|
|
93
|
-
"__SHumanizedDate": "
|
|
94
|
-
"__SDateRange": "
|
|
95
|
-
"__SMask": "
|
|
96
|
-
"__SValue": "
|
|
97
|
-
"__SSingleDateInput": "
|
|
98
|
-
"_focus-within": "__focus-
|
|
99
|
-
"__SInputMask": "
|
|
100
|
-
"_noHumanizedDate": "
|
|
101
|
-
"__SRangeSep": "
|
|
102
|
-
"_fulfilled": "
|
|
87
|
+
"__SPopper": "___SPopper_1qyhn_gg_",
|
|
88
|
+
"__SHeader": "___SHeader_1qyhn_gg_",
|
|
89
|
+
"__STitle": "___STitle_1qyhn_gg_",
|
|
90
|
+
"__SToday": "___SToday_1qyhn_gg_",
|
|
91
|
+
"__SPeriod": "___SPeriod_1qyhn_gg_",
|
|
92
|
+
"__SIndicator": "___SIndicator_1qyhn_gg_",
|
|
93
|
+
"__SHumanizedDate": "___SHumanizedDate_1qyhn_gg_",
|
|
94
|
+
"__SDateRange": "___SDateRange_1qyhn_gg_",
|
|
95
|
+
"__SMask": "___SMask_1qyhn_gg_",
|
|
96
|
+
"__SValue": "___SValue_1qyhn_gg_",
|
|
97
|
+
"__SSingleDateInput": "___SSingleDateInput_1qyhn_gg_",
|
|
98
|
+
"_focus-within": "__focus-within_1qyhn_gg_",
|
|
99
|
+
"__SInputMask": "___SInputMask_1qyhn_gg_",
|
|
100
|
+
"_noHumanizedDate": "__noHumanizedDate_1qyhn_gg_",
|
|
101
|
+
"__SRangeSep": "___SRangeSep_1qyhn_gg_",
|
|
102
|
+
"_fulfilled": "__fulfilled_1qyhn_gg_"
|
|
103
103
|
});
|
|
104
104
|
var defaultAllowedParts = {
|
|
105
105
|
year: true,
|
|
@@ -64,27 +64,27 @@ var style = (
|
|
|
64
64
|
/*__reshadow_css_start__*/
|
|
65
65
|
_core.sstyled.insert(
|
|
66
66
|
/*__inner_css_start__*/
|
|
67
|
-
".
|
|
67
|
+
".___SPopper_1qyhn_gg_{padding:16px;outline:0}.___SPopper_1qyhn_gg_::-moz-focus-inner{border:none;padding:0}.___SPopper_1qyhn_gg_:active,.___SPopper_1qyhn_gg_:focus,.___SPopper_1qyhn_gg_:hover{outline:0;text-decoration:none}.___SPopper_1qyhn_gg_:focus{box-shadow:0 0 0 3px rgba(0, 143, 248, 0.2)}.___SHeader_1qyhn_gg_{display:flex;align-items:center}.___STitle_1qyhn_gg_{font-size:14px;color:#191b23;height:32px;width:100%;display:flex;justify-content:center;align-items:center}.___SToday_1qyhn_gg_{display:flex;margin-top:12px;justify-content:center}.___SPeriod_1qyhn_gg_{display:flex;flex-direction:column;margin-bottom:8px}.___SIndicator_1qyhn_gg_{color:#6c6e79}.___SHumanizedDate_1qyhn_gg_{position:absolute;pointer-events:none}.___SDateRange_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SDateRange_1qyhn_gg_ .___SValue_1qyhn_gg_,.___SSingleDateInput_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SSingleDateInput_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:0}.___SSingleDateInput_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SHumanizedDate_1qyhn_gg_{opacity:0;z-index:-1000}.___SSingleDateInput_1qyhn_gg_:focus-within .___SHumanizedDate_1qyhn_gg_{opacity:0;z-index:-1000}.___SSingleDateInput_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SSingleDateInput_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:1}.___SSingleDateInput_1qyhn_gg_:focus-within .___SMask_1qyhn_gg_,.___SSingleDateInput_1qyhn_gg_:focus-within .___SValue_1qyhn_gg_{opacity:1}.___SDateRange_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:0}.___SDateRange_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SHumanizedDate_1qyhn_gg_{opacity:0;z-index:-1000}.___SDateRange_1qyhn_gg_:focus-within .___SHumanizedDate_1qyhn_gg_{opacity:0;z-index:-1000}.___SDateRange_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SDateRange_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:1}.___SDateRange_1qyhn_gg_:focus-within .___SMask_1qyhn_gg_,.___SDateRange_1qyhn_gg_:focus-within .___SValue_1qyhn_gg_{opacity:1}.___SInputMask_1qyhn_gg_.__noHumanizedDate_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SInputMask_1qyhn_gg_.__noHumanizedDate_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:1}.___SDateRange_1qyhn_gg_ .___SInputMask_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SMask_1qyhn_gg_{background-color:rgba(0,143,248,.2)}.___SDateRange_1qyhn_gg_ .___SInputMask_1qyhn_gg_:focus-within .___SMask_1qyhn_gg_{background-color:rgba(0,143,248,.2)}.___SDateRange_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SRangeSep_1qyhn_gg_,.___SRangeSep_1qyhn_gg_.__fulfilled_1qyhn_gg_{color:#191b23}.___SDateRange_1qyhn_gg_:focus-within .___SRangeSep_1qyhn_gg_,.___SRangeSep_1qyhn_gg_.__fulfilled_1qyhn_gg_{color:#191b23}"
|
|
68
68
|
/*__inner_css_end__*/
|
|
69
|
-
, "
|
|
69
|
+
, "1qyhn_gg_")
|
|
70
70
|
/*__reshadow_css_end__*/
|
|
71
71
|
, {
|
|
72
|
-
"__SPopper": "
|
|
73
|
-
"__SHeader": "
|
|
74
|
-
"__STitle": "
|
|
75
|
-
"__SToday": "
|
|
76
|
-
"__SPeriod": "
|
|
77
|
-
"__SIndicator": "
|
|
78
|
-
"__SHumanizedDate": "
|
|
79
|
-
"__SDateRange": "
|
|
80
|
-
"__SMask": "
|
|
81
|
-
"__SValue": "
|
|
82
|
-
"__SSingleDateInput": "
|
|
83
|
-
"_focus-within": "__focus-
|
|
84
|
-
"__SInputMask": "
|
|
85
|
-
"_noHumanizedDate": "
|
|
86
|
-
"__SRangeSep": "
|
|
87
|
-
"_fulfilled": "
|
|
72
|
+
"__SPopper": "___SPopper_1qyhn_gg_",
|
|
73
|
+
"__SHeader": "___SHeader_1qyhn_gg_",
|
|
74
|
+
"__STitle": "___STitle_1qyhn_gg_",
|
|
75
|
+
"__SToday": "___SToday_1qyhn_gg_",
|
|
76
|
+
"__SPeriod": "___SPeriod_1qyhn_gg_",
|
|
77
|
+
"__SIndicator": "___SIndicator_1qyhn_gg_",
|
|
78
|
+
"__SHumanizedDate": "___SHumanizedDate_1qyhn_gg_",
|
|
79
|
+
"__SDateRange": "___SDateRange_1qyhn_gg_",
|
|
80
|
+
"__SMask": "___SMask_1qyhn_gg_",
|
|
81
|
+
"__SValue": "___SValue_1qyhn_gg_",
|
|
82
|
+
"__SSingleDateInput": "___SSingleDateInput_1qyhn_gg_",
|
|
83
|
+
"_focus-within": "__focus-within_1qyhn_gg_",
|
|
84
|
+
"__SInputMask": "___SInputMask_1qyhn_gg_",
|
|
85
|
+
"_noHumanizedDate": "__noHumanizedDate_1qyhn_gg_",
|
|
86
|
+
"__SRangeSep": "___SRangeSep_1qyhn_gg_",
|
|
87
|
+
"_fulfilled": "__fulfilled_1qyhn_gg_"
|
|
88
88
|
});
|
|
89
89
|
var i18n = {
|
|
90
90
|
de: _de["default"],
|
|
@@ -74,27 +74,27 @@ var style = (
|
|
|
74
74
|
/*__reshadow_css_start__*/
|
|
75
75
|
_core.sstyled.insert(
|
|
76
76
|
/*__inner_css_start__*/
|
|
77
|
-
".
|
|
77
|
+
".___SPopper_1qyhn_gg_{padding:16px;outline:0}.___SPopper_1qyhn_gg_::-moz-focus-inner{border:none;padding:0}.___SPopper_1qyhn_gg_:active,.___SPopper_1qyhn_gg_:focus,.___SPopper_1qyhn_gg_:hover{outline:0;text-decoration:none}.___SPopper_1qyhn_gg_:focus{box-shadow:0 0 0 3px rgba(0, 143, 248, 0.2)}.___SHeader_1qyhn_gg_{display:flex;align-items:center}.___STitle_1qyhn_gg_{font-size:14px;color:#191b23;height:32px;width:100%;display:flex;justify-content:center;align-items:center}.___SToday_1qyhn_gg_{display:flex;margin-top:12px;justify-content:center}.___SPeriod_1qyhn_gg_{display:flex;flex-direction:column;margin-bottom:8px}.___SIndicator_1qyhn_gg_{color:#6c6e79}.___SHumanizedDate_1qyhn_gg_{position:absolute;pointer-events:none}.___SDateRange_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SDateRange_1qyhn_gg_ .___SValue_1qyhn_gg_,.___SSingleDateInput_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SSingleDateInput_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:0}.___SSingleDateInput_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SHumanizedDate_1qyhn_gg_{opacity:0;z-index:-1000}.___SSingleDateInput_1qyhn_gg_:focus-within .___SHumanizedDate_1qyhn_gg_{opacity:0;z-index:-1000}.___SSingleDateInput_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SSingleDateInput_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:1}.___SSingleDateInput_1qyhn_gg_:focus-within .___SMask_1qyhn_gg_,.___SSingleDateInput_1qyhn_gg_:focus-within .___SValue_1qyhn_gg_{opacity:1}.___SDateRange_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:0}.___SDateRange_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SHumanizedDate_1qyhn_gg_{opacity:0;z-index:-1000}.___SDateRange_1qyhn_gg_:focus-within .___SHumanizedDate_1qyhn_gg_{opacity:0;z-index:-1000}.___SDateRange_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SDateRange_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:1}.___SDateRange_1qyhn_gg_:focus-within .___SMask_1qyhn_gg_,.___SDateRange_1qyhn_gg_:focus-within .___SValue_1qyhn_gg_{opacity:1}.___SInputMask_1qyhn_gg_.__noHumanizedDate_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SInputMask_1qyhn_gg_.__noHumanizedDate_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:1}.___SDateRange_1qyhn_gg_ .___SInputMask_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SMask_1qyhn_gg_{background-color:rgba(0,143,248,.2)}.___SDateRange_1qyhn_gg_ .___SInputMask_1qyhn_gg_:focus-within .___SMask_1qyhn_gg_{background-color:rgba(0,143,248,.2)}.___SDateRange_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SRangeSep_1qyhn_gg_,.___SRangeSep_1qyhn_gg_.__fulfilled_1qyhn_gg_{color:#191b23}.___SDateRange_1qyhn_gg_:focus-within .___SRangeSep_1qyhn_gg_,.___SRangeSep_1qyhn_gg_.__fulfilled_1qyhn_gg_{color:#191b23}"
|
|
78
78
|
/*__inner_css_end__*/
|
|
79
|
-
, "
|
|
79
|
+
, "1qyhn_gg_")
|
|
80
80
|
/*__reshadow_css_end__*/
|
|
81
81
|
, {
|
|
82
|
-
"__SPopper": "
|
|
83
|
-
"__SHeader": "
|
|
84
|
-
"__STitle": "
|
|
85
|
-
"__SToday": "
|
|
86
|
-
"__SPeriod": "
|
|
87
|
-
"__SIndicator": "
|
|
88
|
-
"__SHumanizedDate": "
|
|
89
|
-
"__SDateRange": "
|
|
90
|
-
"__SMask": "
|
|
91
|
-
"__SValue": "
|
|
92
|
-
"__SSingleDateInput": "
|
|
93
|
-
"_focus-within": "__focus-
|
|
94
|
-
"__SInputMask": "
|
|
95
|
-
"_noHumanizedDate": "
|
|
96
|
-
"__SRangeSep": "
|
|
97
|
-
"_fulfilled": "
|
|
82
|
+
"__SPopper": "___SPopper_1qyhn_gg_",
|
|
83
|
+
"__SHeader": "___SHeader_1qyhn_gg_",
|
|
84
|
+
"__STitle": "___STitle_1qyhn_gg_",
|
|
85
|
+
"__SToday": "___SToday_1qyhn_gg_",
|
|
86
|
+
"__SPeriod": "___SPeriod_1qyhn_gg_",
|
|
87
|
+
"__SIndicator": "___SIndicator_1qyhn_gg_",
|
|
88
|
+
"__SHumanizedDate": "___SHumanizedDate_1qyhn_gg_",
|
|
89
|
+
"__SDateRange": "___SDateRange_1qyhn_gg_",
|
|
90
|
+
"__SMask": "___SMask_1qyhn_gg_",
|
|
91
|
+
"__SValue": "___SValue_1qyhn_gg_",
|
|
92
|
+
"__SSingleDateInput": "___SSingleDateInput_1qyhn_gg_",
|
|
93
|
+
"_focus-within": "__focus-within_1qyhn_gg_",
|
|
94
|
+
"__SInputMask": "___SInputMask_1qyhn_gg_",
|
|
95
|
+
"_noHumanizedDate": "__noHumanizedDate_1qyhn_gg_",
|
|
96
|
+
"__SRangeSep": "___SRangeSep_1qyhn_gg_",
|
|
97
|
+
"_fulfilled": "__fulfilled_1qyhn_gg_"
|
|
98
98
|
});
|
|
99
99
|
var i18n = {
|
|
100
100
|
de: _de["default"],
|
|
@@ -152,12 +152,12 @@ var stylesBtn = (
|
|
|
152
152
|
/*__reshadow_css_start__*/
|
|
153
153
|
_core.sstyled.insert(
|
|
154
154
|
/*__inner_css_start__*/
|
|
155
|
-
".
|
|
155
|
+
".___SInner_w65va_gg_{justify-content:flex-start}"
|
|
156
156
|
/*__inner_css_end__*/
|
|
157
|
-
, "
|
|
157
|
+
, "w65va_gg_")
|
|
158
158
|
/*__reshadow_css_end__*/
|
|
159
159
|
, {
|
|
160
|
-
"__SInner": "
|
|
160
|
+
"__SInner": "___SInner_w65va_gg_"
|
|
161
161
|
});
|
|
162
162
|
|
|
163
163
|
var Period = /*#__PURE__*/function (_Component) {
|
|
@@ -38,26 +38,26 @@ var style = (
|
|
|
38
38
|
/*__reshadow_css_start__*/
|
|
39
39
|
_sstyled.insert(
|
|
40
40
|
/*__inner_css_start__*/
|
|
41
|
-
".
|
|
41
|
+
".___SCalendar_cd4ct_gg_{display:flex;flex-direction:column}.___SGridDays_cd4ct_gg_{display:grid;grid-template-columns:repeat(7,minmax(32px,auto));grid-template-rows:repeat(auto-fit,minmax(32px,auto))}.___SGridMonths_cd4ct_gg_{display:grid;grid-row-gap:8px;grid-template-columns:repeat(3,minmax(60px,auto));grid-template-rows:repeat(4,minmax(32px,auto))}.___SWeekDays_cd4ct_gg_{display:grid;grid-template-columns:repeat(7,minmax(32px,auto))}.___SWeekDay_cd4ct_gg_{min-width:32px;min-height:32px;display:flex;align-items:center;justify-content:center;color:#6c6e79;font-size:14px;font-weight:400;overflow:hidden}.___SCalendarUnit_cd4ct_gg_{font-family:inherit;font-weight:400;line-height:normal;text-decoration:none;text-align:center;vertical-align:middle;border:1px solid transparent;color:#191b23;outline:0;box-shadow:none;overflow:visible;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:transparent;align-items:center;border-radius:6px;box-sizing:border-box;cursor:pointer;display:flex;font-size:14px;justify-content:center;min-height:32px;min-width:32px;position:relative;transition:color .15s,background .15s;outline:none;margin:0}.___SCalendarUnit_cd4ct_gg_:hover{color:#191b23;background:#e0e1e9}.___SCalendarUnit_cd4ct_gg_.focus-visible{box-shadow:0 0 0 3px rgba(0, 143, 248, 0.2)}.___SCalendarUnit_cd4ct_gg_:focus-visible{box-shadow:0 0 0 3px rgba(0, 143, 248, 0.2)}.___SCalendarUnit_cd4ct_gg_.__today_cd4ct_gg_:before{content:\"\";position:absolute;display:block;top:1px;left:1px;border-radius:6px;width:calc(100% - 2px);height:calc(100% - 2px);box-sizing:border-box;border:1px solid #c4c7cf}.___SCalendarUnit_cd4ct_gg_.__today_cd4ct_gg_.___SCalendarUnit_cd4ct_gg_.__endSelected_cd4ct_gg_:before,.___SCalendarUnit_cd4ct_gg_.__today_cd4ct_gg_.___SCalendarUnit_cd4ct_gg_.__startSelected_cd4ct_gg_:before{border-color:hsla(0,0%,100%,.5)}.___SCalendarUnit_cd4ct_gg_.__selected_cd4ct_gg_{background:#c4e5fe;border-radius:0;color:#191b23}.___SCalendarUnit_cd4ct_gg_.__selected_cd4ct_gg_:hover{background:#008ff8}.___SCalendarUnit_cd4ct_gg_.__highlighted_cd4ct_gg_{background:rgba(0,143,248,.2);border-radius:0;color:#191b23}.___SCalendarUnit_cd4ct_gg_.__highlighted_cd4ct_gg_:hover{background:rgba(0,143,248,.3)}.___SCalendarUnit_cd4ct_gg_.__startSelected_cd4ct_gg_{border-bottom-left-radius:6px;border-bottom-right-radius:0;border-top-left-radius:6px;border-top-right-radius:0;color:#fff;background:#2bb3ff}.___SCalendarUnit_cd4ct_gg_.__startSelected_cd4ct_gg_:hover{color:#fff;background:#008ff8}.___SCalendarUnit_cd4ct_gg_.__endSelected_cd4ct_gg_{background:#2bb3ff;border-bottom-left-radius:0;border-bottom-right-radius:6px;border-top-left-radius:0;border-top-right-radius:6px;color:#fff}.___SCalendarUnit_cd4ct_gg_.__endSelected_cd4ct_gg_:hover{color:#fff;background:#008ff8}.___SCalendarUnit_cd4ct_gg_.__startHighlighted_cd4ct_gg_{border-bottom-left-radius:6px;border-bottom-right-radius:0;border-top-left-radius:6px;border-top-right-radius:0}.___SCalendarUnit_cd4ct_gg_.__endHighlighted_cd4ct_gg_{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-top-left-radius:0;border-top-right-radius:6px}.___SCalendarUnit_cd4ct_gg_.__startHighlighted_cd4ct_gg_.___SCalendarUnit_cd4ct_gg_.__endHighlighted_cd4ct_gg_{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px}.___SCalendarUnit_cd4ct_gg_.__startSelected_cd4ct_gg_.___SCalendarUnit_cd4ct_gg_.__endSelected_cd4ct_gg_{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px}.___SCalendarUnit_cd4ct_gg_.__outdated_cd4ct_gg_{opacity:.2}.___SCalendarUnit_cd4ct_gg_.__disabled_cd4ct_gg_{opacity:.4;cursor:default;pointer-events:none}@media (prefers-reduced-motion){.___SCalendarUnit_cd4ct_gg_{transition:none}}"
|
|
42
42
|
/*__inner_css_end__*/
|
|
43
|
-
, "
|
|
43
|
+
, "cd4ct_gg_")
|
|
44
44
|
/*__reshadow_css_end__*/
|
|
45
45
|
, {
|
|
46
|
-
"__SCalendar": "
|
|
47
|
-
"__SGridDays": "
|
|
48
|
-
"__SGridMonths": "
|
|
49
|
-
"__SWeekDays": "
|
|
50
|
-
"__SWeekDay": "
|
|
51
|
-
"__SCalendarUnit": "
|
|
52
|
-
"_today": "
|
|
53
|
-
"_endSelected": "
|
|
54
|
-
"_startSelected": "
|
|
55
|
-
"_selected": "
|
|
56
|
-
"_highlighted": "
|
|
57
|
-
"_startHighlighted": "
|
|
58
|
-
"_endHighlighted": "
|
|
59
|
-
"_outdated": "
|
|
60
|
-
"_disabled": "
|
|
46
|
+
"__SCalendar": "___SCalendar_cd4ct_gg_",
|
|
47
|
+
"__SGridDays": "___SGridDays_cd4ct_gg_",
|
|
48
|
+
"__SGridMonths": "___SGridMonths_cd4ct_gg_",
|
|
49
|
+
"__SWeekDays": "___SWeekDays_cd4ct_gg_",
|
|
50
|
+
"__SWeekDay": "___SWeekDay_cd4ct_gg_",
|
|
51
|
+
"__SCalendarUnit": "___SCalendarUnit_cd4ct_gg_",
|
|
52
|
+
"_today": "__today_cd4ct_gg_",
|
|
53
|
+
"_endSelected": "__endSelected_cd4ct_gg_",
|
|
54
|
+
"_startSelected": "__startSelected_cd4ct_gg_",
|
|
55
|
+
"_selected": "__selected_cd4ct_gg_",
|
|
56
|
+
"_highlighted": "__highlighted_cd4ct_gg_",
|
|
57
|
+
"_startHighlighted": "__startHighlighted_cd4ct_gg_",
|
|
58
|
+
"_endHighlighted": "__endHighlighted_cd4ct_gg_",
|
|
59
|
+
"_outdated": "__outdated_cd4ct_gg_",
|
|
60
|
+
"_disabled": "__disabled_cd4ct_gg_"
|
|
61
61
|
});
|
|
62
62
|
dayjs.extend(isBetween);
|
|
63
63
|
|
|
@@ -52,27 +52,27 @@ var style = (
|
|
|
52
52
|
/*__reshadow_css_start__*/
|
|
53
53
|
_sstyled.insert(
|
|
54
54
|
/*__inner_css_start__*/
|
|
55
|
-
".
|
|
55
|
+
".___SPopper_1qyhn_gg_{padding:16px;outline:0}.___SPopper_1qyhn_gg_::-moz-focus-inner{border:none;padding:0}.___SPopper_1qyhn_gg_:active,.___SPopper_1qyhn_gg_:focus,.___SPopper_1qyhn_gg_:hover{outline:0;text-decoration:none}.___SPopper_1qyhn_gg_:focus{box-shadow:0 0 0 3px rgba(0, 143, 248, 0.2)}.___SHeader_1qyhn_gg_{display:flex;align-items:center}.___STitle_1qyhn_gg_{font-size:14px;color:#191b23;height:32px;width:100%;display:flex;justify-content:center;align-items:center}.___SToday_1qyhn_gg_{display:flex;margin-top:12px;justify-content:center}.___SPeriod_1qyhn_gg_{display:flex;flex-direction:column;margin-bottom:8px}.___SIndicator_1qyhn_gg_{color:#6c6e79}.___SHumanizedDate_1qyhn_gg_{position:absolute;pointer-events:none}.___SDateRange_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SDateRange_1qyhn_gg_ .___SValue_1qyhn_gg_,.___SSingleDateInput_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SSingleDateInput_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:0}.___SSingleDateInput_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SHumanizedDate_1qyhn_gg_{opacity:0;z-index:-1000}.___SSingleDateInput_1qyhn_gg_:focus-within .___SHumanizedDate_1qyhn_gg_{opacity:0;z-index:-1000}.___SSingleDateInput_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SSingleDateInput_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:1}.___SSingleDateInput_1qyhn_gg_:focus-within .___SMask_1qyhn_gg_,.___SSingleDateInput_1qyhn_gg_:focus-within .___SValue_1qyhn_gg_{opacity:1}.___SDateRange_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:0}.___SDateRange_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SHumanizedDate_1qyhn_gg_{opacity:0;z-index:-1000}.___SDateRange_1qyhn_gg_:focus-within .___SHumanizedDate_1qyhn_gg_{opacity:0;z-index:-1000}.___SDateRange_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SDateRange_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:1}.___SDateRange_1qyhn_gg_:focus-within .___SMask_1qyhn_gg_,.___SDateRange_1qyhn_gg_:focus-within .___SValue_1qyhn_gg_{opacity:1}.___SInputMask_1qyhn_gg_.__noHumanizedDate_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SInputMask_1qyhn_gg_.__noHumanizedDate_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:1}.___SDateRange_1qyhn_gg_ .___SInputMask_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SMask_1qyhn_gg_{background-color:rgba(0,143,248,.2)}.___SDateRange_1qyhn_gg_ .___SInputMask_1qyhn_gg_:focus-within .___SMask_1qyhn_gg_{background-color:rgba(0,143,248,.2)}.___SDateRange_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SRangeSep_1qyhn_gg_,.___SRangeSep_1qyhn_gg_.__fulfilled_1qyhn_gg_{color:#191b23}.___SDateRange_1qyhn_gg_:focus-within .___SRangeSep_1qyhn_gg_,.___SRangeSep_1qyhn_gg_.__fulfilled_1qyhn_gg_{color:#191b23}"
|
|
56
56
|
/*__inner_css_end__*/
|
|
57
|
-
, "
|
|
57
|
+
, "1qyhn_gg_")
|
|
58
58
|
/*__reshadow_css_end__*/
|
|
59
59
|
, {
|
|
60
|
-
"__SPopper": "
|
|
61
|
-
"__SHeader": "
|
|
62
|
-
"__STitle": "
|
|
63
|
-
"__SToday": "
|
|
64
|
-
"__SPeriod": "
|
|
65
|
-
"__SIndicator": "
|
|
66
|
-
"__SHumanizedDate": "
|
|
67
|
-
"__SDateRange": "
|
|
68
|
-
"__SMask": "
|
|
69
|
-
"__SValue": "
|
|
70
|
-
"__SSingleDateInput": "
|
|
71
|
-
"_focus-within": "__focus-
|
|
72
|
-
"__SInputMask": "
|
|
73
|
-
"_noHumanizedDate": "
|
|
74
|
-
"__SRangeSep": "
|
|
75
|
-
"_fulfilled": "
|
|
60
|
+
"__SPopper": "___SPopper_1qyhn_gg_",
|
|
61
|
+
"__SHeader": "___SHeader_1qyhn_gg_",
|
|
62
|
+
"__STitle": "___STitle_1qyhn_gg_",
|
|
63
|
+
"__SToday": "___SToday_1qyhn_gg_",
|
|
64
|
+
"__SPeriod": "___SPeriod_1qyhn_gg_",
|
|
65
|
+
"__SIndicator": "___SIndicator_1qyhn_gg_",
|
|
66
|
+
"__SHumanizedDate": "___SHumanizedDate_1qyhn_gg_",
|
|
67
|
+
"__SDateRange": "___SDateRange_1qyhn_gg_",
|
|
68
|
+
"__SMask": "___SMask_1qyhn_gg_",
|
|
69
|
+
"__SValue": "___SValue_1qyhn_gg_",
|
|
70
|
+
"__SSingleDateInput": "___SSingleDateInput_1qyhn_gg_",
|
|
71
|
+
"_focus-within": "__focus-within_1qyhn_gg_",
|
|
72
|
+
"__SInputMask": "___SInputMask_1qyhn_gg_",
|
|
73
|
+
"_noHumanizedDate": "__noHumanizedDate_1qyhn_gg_",
|
|
74
|
+
"__SRangeSep": "___SRangeSep_1qyhn_gg_",
|
|
75
|
+
"_fulfilled": "__fulfilled_1qyhn_gg_"
|
|
76
76
|
});
|
|
77
77
|
import assignProps from '@semcore/utils/lib/assignProps';
|
|
78
78
|
var defaultAllowedParts = {
|
|
@@ -34,27 +34,27 @@ var style = (
|
|
|
34
34
|
/*__reshadow_css_start__*/
|
|
35
35
|
_sstyled.insert(
|
|
36
36
|
/*__inner_css_start__*/
|
|
37
|
-
".
|
|
37
|
+
".___SPopper_1qyhn_gg_{padding:16px;outline:0}.___SPopper_1qyhn_gg_::-moz-focus-inner{border:none;padding:0}.___SPopper_1qyhn_gg_:active,.___SPopper_1qyhn_gg_:focus,.___SPopper_1qyhn_gg_:hover{outline:0;text-decoration:none}.___SPopper_1qyhn_gg_:focus{box-shadow:0 0 0 3px rgba(0, 143, 248, 0.2)}.___SHeader_1qyhn_gg_{display:flex;align-items:center}.___STitle_1qyhn_gg_{font-size:14px;color:#191b23;height:32px;width:100%;display:flex;justify-content:center;align-items:center}.___SToday_1qyhn_gg_{display:flex;margin-top:12px;justify-content:center}.___SPeriod_1qyhn_gg_{display:flex;flex-direction:column;margin-bottom:8px}.___SIndicator_1qyhn_gg_{color:#6c6e79}.___SHumanizedDate_1qyhn_gg_{position:absolute;pointer-events:none}.___SDateRange_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SDateRange_1qyhn_gg_ .___SValue_1qyhn_gg_,.___SSingleDateInput_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SSingleDateInput_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:0}.___SSingleDateInput_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SHumanizedDate_1qyhn_gg_{opacity:0;z-index:-1000}.___SSingleDateInput_1qyhn_gg_:focus-within .___SHumanizedDate_1qyhn_gg_{opacity:0;z-index:-1000}.___SSingleDateInput_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SSingleDateInput_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:1}.___SSingleDateInput_1qyhn_gg_:focus-within .___SMask_1qyhn_gg_,.___SSingleDateInput_1qyhn_gg_:focus-within .___SValue_1qyhn_gg_{opacity:1}.___SDateRange_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:0}.___SDateRange_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SHumanizedDate_1qyhn_gg_{opacity:0;z-index:-1000}.___SDateRange_1qyhn_gg_:focus-within .___SHumanizedDate_1qyhn_gg_{opacity:0;z-index:-1000}.___SDateRange_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SDateRange_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:1}.___SDateRange_1qyhn_gg_:focus-within .___SMask_1qyhn_gg_,.___SDateRange_1qyhn_gg_:focus-within .___SValue_1qyhn_gg_{opacity:1}.___SInputMask_1qyhn_gg_.__noHumanizedDate_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SInputMask_1qyhn_gg_.__noHumanizedDate_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:1}.___SDateRange_1qyhn_gg_ .___SInputMask_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SMask_1qyhn_gg_{background-color:rgba(0,143,248,.2)}.___SDateRange_1qyhn_gg_ .___SInputMask_1qyhn_gg_:focus-within .___SMask_1qyhn_gg_{background-color:rgba(0,143,248,.2)}.___SDateRange_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SRangeSep_1qyhn_gg_,.___SRangeSep_1qyhn_gg_.__fulfilled_1qyhn_gg_{color:#191b23}.___SDateRange_1qyhn_gg_:focus-within .___SRangeSep_1qyhn_gg_,.___SRangeSep_1qyhn_gg_.__fulfilled_1qyhn_gg_{color:#191b23}"
|
|
38
38
|
/*__inner_css_end__*/
|
|
39
|
-
, "
|
|
39
|
+
, "1qyhn_gg_")
|
|
40
40
|
/*__reshadow_css_end__*/
|
|
41
41
|
, {
|
|
42
|
-
"__SPopper": "
|
|
43
|
-
"__SHeader": "
|
|
44
|
-
"__STitle": "
|
|
45
|
-
"__SToday": "
|
|
46
|
-
"__SPeriod": "
|
|
47
|
-
"__SIndicator": "
|
|
48
|
-
"__SHumanizedDate": "
|
|
49
|
-
"__SDateRange": "
|
|
50
|
-
"__SMask": "
|
|
51
|
-
"__SValue": "
|
|
52
|
-
"__SSingleDateInput": "
|
|
53
|
-
"_focus-within": "__focus-
|
|
54
|
-
"__SInputMask": "
|
|
55
|
-
"_noHumanizedDate": "
|
|
56
|
-
"__SRangeSep": "
|
|
57
|
-
"_fulfilled": "
|
|
42
|
+
"__SPopper": "___SPopper_1qyhn_gg_",
|
|
43
|
+
"__SHeader": "___SHeader_1qyhn_gg_",
|
|
44
|
+
"__STitle": "___STitle_1qyhn_gg_",
|
|
45
|
+
"__SToday": "___SToday_1qyhn_gg_",
|
|
46
|
+
"__SPeriod": "___SPeriod_1qyhn_gg_",
|
|
47
|
+
"__SIndicator": "___SIndicator_1qyhn_gg_",
|
|
48
|
+
"__SHumanizedDate": "___SHumanizedDate_1qyhn_gg_",
|
|
49
|
+
"__SDateRange": "___SDateRange_1qyhn_gg_",
|
|
50
|
+
"__SMask": "___SMask_1qyhn_gg_",
|
|
51
|
+
"__SValue": "___SValue_1qyhn_gg_",
|
|
52
|
+
"__SSingleDateInput": "___SSingleDateInput_1qyhn_gg_",
|
|
53
|
+
"_focus-within": "__focus-within_1qyhn_gg_",
|
|
54
|
+
"__SInputMask": "___SInputMask_1qyhn_gg_",
|
|
55
|
+
"_noHumanizedDate": "__noHumanizedDate_1qyhn_gg_",
|
|
56
|
+
"__SRangeSep": "___SRangeSep_1qyhn_gg_",
|
|
57
|
+
"_fulfilled": "__fulfilled_1qyhn_gg_"
|
|
58
58
|
});
|
|
59
59
|
import includesDate from '../utils/includesDate';
|
|
60
60
|
var i18n = {
|
|
@@ -41,27 +41,27 @@ var style = (
|
|
|
41
41
|
/*__reshadow_css_start__*/
|
|
42
42
|
_sstyled.insert(
|
|
43
43
|
/*__inner_css_start__*/
|
|
44
|
-
".
|
|
44
|
+
".___SPopper_1qyhn_gg_{padding:16px;outline:0}.___SPopper_1qyhn_gg_::-moz-focus-inner{border:none;padding:0}.___SPopper_1qyhn_gg_:active,.___SPopper_1qyhn_gg_:focus,.___SPopper_1qyhn_gg_:hover{outline:0;text-decoration:none}.___SPopper_1qyhn_gg_:focus{box-shadow:0 0 0 3px rgba(0, 143, 248, 0.2)}.___SHeader_1qyhn_gg_{display:flex;align-items:center}.___STitle_1qyhn_gg_{font-size:14px;color:#191b23;height:32px;width:100%;display:flex;justify-content:center;align-items:center}.___SToday_1qyhn_gg_{display:flex;margin-top:12px;justify-content:center}.___SPeriod_1qyhn_gg_{display:flex;flex-direction:column;margin-bottom:8px}.___SIndicator_1qyhn_gg_{color:#6c6e79}.___SHumanizedDate_1qyhn_gg_{position:absolute;pointer-events:none}.___SDateRange_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SDateRange_1qyhn_gg_ .___SValue_1qyhn_gg_,.___SSingleDateInput_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SSingleDateInput_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:0}.___SSingleDateInput_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SHumanizedDate_1qyhn_gg_{opacity:0;z-index:-1000}.___SSingleDateInput_1qyhn_gg_:focus-within .___SHumanizedDate_1qyhn_gg_{opacity:0;z-index:-1000}.___SSingleDateInput_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SSingleDateInput_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:1}.___SSingleDateInput_1qyhn_gg_:focus-within .___SMask_1qyhn_gg_,.___SSingleDateInput_1qyhn_gg_:focus-within .___SValue_1qyhn_gg_{opacity:1}.___SDateRange_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:0}.___SDateRange_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SHumanizedDate_1qyhn_gg_{opacity:0;z-index:-1000}.___SDateRange_1qyhn_gg_:focus-within .___SHumanizedDate_1qyhn_gg_{opacity:0;z-index:-1000}.___SDateRange_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SDateRange_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:1}.___SDateRange_1qyhn_gg_:focus-within .___SMask_1qyhn_gg_,.___SDateRange_1qyhn_gg_:focus-within .___SValue_1qyhn_gg_{opacity:1}.___SInputMask_1qyhn_gg_.__noHumanizedDate_1qyhn_gg_ .___SMask_1qyhn_gg_,.___SInputMask_1qyhn_gg_.__noHumanizedDate_1qyhn_gg_ .___SValue_1qyhn_gg_{opacity:1}.___SDateRange_1qyhn_gg_ .___SInputMask_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SMask_1qyhn_gg_{background-color:rgba(0,143,248,.2)}.___SDateRange_1qyhn_gg_ .___SInputMask_1qyhn_gg_:focus-within .___SMask_1qyhn_gg_{background-color:rgba(0,143,248,.2)}.___SDateRange_1qyhn_gg_.__focus-within_1qyhn_gg_ .___SRangeSep_1qyhn_gg_,.___SRangeSep_1qyhn_gg_.__fulfilled_1qyhn_gg_{color:#191b23}.___SDateRange_1qyhn_gg_:focus-within .___SRangeSep_1qyhn_gg_,.___SRangeSep_1qyhn_gg_.__fulfilled_1qyhn_gg_{color:#191b23}"
|
|
45
45
|
/*__inner_css_end__*/
|
|
46
|
-
, "
|
|
46
|
+
, "1qyhn_gg_")
|
|
47
47
|
/*__reshadow_css_end__*/
|
|
48
48
|
, {
|
|
49
|
-
"__SPopper": "
|
|
50
|
-
"__SHeader": "
|
|
51
|
-
"__STitle": "
|
|
52
|
-
"__SToday": "
|
|
53
|
-
"__SPeriod": "
|
|
54
|
-
"__SIndicator": "
|
|
55
|
-
"__SHumanizedDate": "
|
|
56
|
-
"__SDateRange": "
|
|
57
|
-
"__SMask": "
|
|
58
|
-
"__SValue": "
|
|
59
|
-
"__SSingleDateInput": "
|
|
60
|
-
"_focus-within": "__focus-
|
|
61
|
-
"__SInputMask": "
|
|
62
|
-
"_noHumanizedDate": "
|
|
63
|
-
"__SRangeSep": "
|
|
64
|
-
"_fulfilled": "
|
|
49
|
+
"__SPopper": "___SPopper_1qyhn_gg_",
|
|
50
|
+
"__SHeader": "___SHeader_1qyhn_gg_",
|
|
51
|
+
"__STitle": "___STitle_1qyhn_gg_",
|
|
52
|
+
"__SToday": "___SToday_1qyhn_gg_",
|
|
53
|
+
"__SPeriod": "___SPeriod_1qyhn_gg_",
|
|
54
|
+
"__SIndicator": "___SIndicator_1qyhn_gg_",
|
|
55
|
+
"__SHumanizedDate": "___SHumanizedDate_1qyhn_gg_",
|
|
56
|
+
"__SDateRange": "___SDateRange_1qyhn_gg_",
|
|
57
|
+
"__SMask": "___SMask_1qyhn_gg_",
|
|
58
|
+
"__SValue": "___SValue_1qyhn_gg_",
|
|
59
|
+
"__SSingleDateInput": "___SSingleDateInput_1qyhn_gg_",
|
|
60
|
+
"_focus-within": "__focus-within_1qyhn_gg_",
|
|
61
|
+
"__SInputMask": "___SInputMask_1qyhn_gg_",
|
|
62
|
+
"_noHumanizedDate": "__noHumanizedDate_1qyhn_gg_",
|
|
63
|
+
"__SRangeSep": "___SRangeSep_1qyhn_gg_",
|
|
64
|
+
"_fulfilled": "__fulfilled_1qyhn_gg_"
|
|
65
65
|
});
|
|
66
66
|
var i18n = {
|
|
67
67
|
de: de,
|
|
@@ -114,12 +114,12 @@ var stylesBtn = (
|
|
|
114
114
|
/*__reshadow_css_start__*/
|
|
115
115
|
sstyled.insert(
|
|
116
116
|
/*__inner_css_start__*/
|
|
117
|
-
".
|
|
117
|
+
".___SInner_w65va_gg_{justify-content:flex-start}"
|
|
118
118
|
/*__inner_css_end__*/
|
|
119
|
-
, "
|
|
119
|
+
, "w65va_gg_")
|
|
120
120
|
/*__reshadow_css_end__*/
|
|
121
121
|
, {
|
|
122
|
-
"__SInner": "
|
|
122
|
+
"__SInner": "___SInner_w65va_gg_"
|
|
123
123
|
});
|
|
124
124
|
export var Period = /*#__PURE__*/function (_Component) {
|
|
125
125
|
_inherits(Period, _Component);
|