@semcore/date-picker 3.6.13 → 3.6.14
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 +2 -2
- 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,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
-
## [3.6.
|
|
5
|
+
## [3.6.14] - 2023-02-21
|
|
6
6
|
|
|
7
7
|
### Changed
|
|
8
8
|
|
|
9
|
-
- Version patch update due to children dependencies update (`@semcore/utils` [3.
|
|
9
|
+
- Version patch update due to children dependencies update (`@semcore/utils` [3.47.0 ~> 3.47.1], `@semcore/base-trigger` [3.5.0 ~> 3.5.1], `@semcore/button` [4.3.9 ~> 4.3.10]).
|
|
10
10
|
|
|
11
11
|
## [3.6.11] - 2023-02-13
|
|
12
12
|
|
|
@@ -66,26 +66,26 @@ var style = (
|
|
|
66
66
|
/*__reshadow_css_start__*/
|
|
67
67
|
_core.sstyled.insert(
|
|
68
68
|
/*__inner_css_start__*/
|
|
69
|
-
".
|
|
69
|
+
".___SCalendar_i4ow7_gg_{display:flex;flex-direction:column}.___SGridDays_i4ow7_gg_{display:grid;grid-template-columns:repeat(7,minmax(32px,auto));grid-template-rows:repeat(auto-fit,minmax(32px,auto))}.___SGridMonths_i4ow7_gg_{display:grid;grid-row-gap:var(--intergalactic-spacing-2x, 8px);grid-template-columns:repeat(3,minmax(60px,auto));grid-template-rows:repeat(4,minmax(32px,auto))}.___SWeekDays_i4ow7_gg_{display:grid;grid-template-columns:repeat(7,minmax(32px,auto))}.___SCalendarUnit_i4ow7_gg_,.___SWeekDay_i4ow7_gg_{align-items:center;display:flex;font-size:var(--intergalactic-fs-200, 14px);justify-content:center;min-height:32px;min-width:32px}.___SWeekDay_i4ow7_gg_{color:var(--intergalactic-text-secondary, #6c6e79);font-weight:var(--intergalactic-regular, 400);overflow:hidden}.___SCalendarUnit_i4ow7_gg_{font-family:inherit;font-weight:400;line-height:normal;text-decoration:none;text-align:center;vertical-align:middle;border:1px solid transparent;color:var(--intergalactic-text-primary, #191b23);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:var(--intergalactic-date-picker-cell, #ffffff);border-radius:var(--intergalactic-control-rounded, 6px);box-sizing:border-box;cursor:pointer;position:relative;transition:color .15s,background .15s;outline:0;margin:0}@media (hover:hover){.___SCalendarUnit_i4ow7_gg_:hover{color:var(--intergalactic-text-primary, #191b23);background:var(--intergalactic-date-picker-cell-hover, #e0e1e9)}}.___SCalendarUnit_i4ow7_gg_.focus-visible{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SCalendarUnit_i4ow7_gg_:focus-visible{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SCalendarUnit_i4ow7_gg_.__today_i4ow7_gg_:before{content:\"\";position:absolute;display:block;top:1px;left:1px;border-radius:var(--intergalactic-control-rounded, 6px);width:calc(100% - 2px);height:calc(100% - 2px);box-sizing:border-box;border:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SCalendarUnit_i4ow7_gg_.__today_i4ow7_gg_.___SCalendarUnit_i4ow7_gg_.__endSelected_i4ow7_gg_:before,.___SCalendarUnit_i4ow7_gg_.__today_i4ow7_gg_.___SCalendarUnit_i4ow7_gg_.__startSelected_i4ow7_gg_:before{border-color:var(--intergalactic-border-secondary, #e0e1e9)}.___SCalendarUnit_i4ow7_gg_.__selected_i4ow7_gg_{background:var(--intergalactic-date-picker-cell-active, #2bb3ff);border-radius:0;color:var(--intergalactic-text-primary, #191b23)}@media (hover:hover){.___SCalendarUnit_i4ow7_gg_.__selected_i4ow7_gg_:hover{background:var(--intergalactic-date-picker-cell-active-hover, #008ff8)}}.___SCalendarUnit_i4ow7_gg_.__highlighted_i4ow7_gg_{background:var(--intergalactic-date-picker-cell-range, #c4e5fe);border-radius:0;color:var(--intergalactic-text-primary, #191b23)}@media (hover:hover){.___SCalendarUnit_i4ow7_gg_.__highlighted_i4ow7_gg_:hover{background:var(--intergalactic-date-picker-cell-range-hover, #8ecdff)}}.___SCalendarUnit_i4ow7_gg_.__endSelected_i4ow7_gg_,.___SCalendarUnit_i4ow7_gg_.__startSelected_i4ow7_gg_{background:var(--intergalactic-date-picker-cell-active, #2bb3ff);color:var(--intergalactic-text-primary-invert, #ffffff)}.___SCalendarUnit_i4ow7_gg_.__startSelected_i4ow7_gg_{border-bottom-left-radius:var(--intergalactic-control-rounded, 6px);border-bottom-right-radius:0;border-top-left-radius:var(--intergalactic-control-rounded, 6px);border-top-right-radius:0}@media (hover:hover){.___SCalendarUnit_i4ow7_gg_.__startSelected_i4ow7_gg_:hover{color:var(--intergalactic-text-primary-invert, #ffffff);background:var(--intergalactic-date-picker-cell-active-hover, #008ff8)}}.___SCalendarUnit_i4ow7_gg_.__endSelected_i4ow7_gg_{border-bottom-left-radius:0;border-bottom-right-radius:var(--intergalactic-control-rounded, 6px);border-top-left-radius:0;border-top-right-radius:var(--intergalactic-control-rounded, 6px)}@media (hover:hover){.___SCalendarUnit_i4ow7_gg_.__endSelected_i4ow7_gg_:hover{color:var(--intergalactic-text-primary-invert, #ffffff);background:var(--intergalactic-date-picker-cell-active-hover, #008ff8)}}.___SCalendarUnit_i4ow7_gg_.__startHighlighted_i4ow7_gg_{border-bottom-left-radius:var(--intergalactic-control-rounded, 6px);border-bottom-right-radius:0;border-top-left-radius:var(--intergalactic-control-rounded, 6px);border-top-right-radius:0}.___SCalendarUnit_i4ow7_gg_.__endHighlighted_i4ow7_gg_{border-bottom-left-radius:0;border-bottom-right-radius:var(--intergalactic-control-rounded, 6px);border-top-left-radius:0;border-top-right-radius:var(--intergalactic-control-rounded, 6px)}.___SCalendarUnit_i4ow7_gg_.__startHighlighted_i4ow7_gg_.___SCalendarUnit_i4ow7_gg_.__endHighlighted_i4ow7_gg_,.___SCalendarUnit_i4ow7_gg_.__startSelected_i4ow7_gg_.___SCalendarUnit_i4ow7_gg_.__endSelected_i4ow7_gg_{border-bottom-left-radius:var(--intergalactic-control-rounded, 6px);border-bottom-right-radius:var(--intergalactic-control-rounded, 6px);border-top-left-radius:var(--intergalactic-control-rounded, 6px);border-top-right-radius:var(--intergalactic-control-rounded, 6px)}.___SCalendarUnit_i4ow7_gg_.__outdated_i4ow7_gg_{opacity:.2}.___SCalendarUnit_i4ow7_gg_.__disabled_i4ow7_gg_{opacity:.4;cursor:default;pointer-events:none}@media (prefers-reduced-motion){.___SCalendarUnit_i4ow7_gg_{transition:none}}"
|
|
70
70
|
/*__inner_css_end__*/
|
|
71
|
-
, "
|
|
71
|
+
, "i4ow7_gg_")
|
|
72
72
|
/*__reshadow_css_end__*/
|
|
73
73
|
, {
|
|
74
|
-
"__SCalendar": "
|
|
75
|
-
"__SGridDays": "
|
|
76
|
-
"__SGridMonths": "
|
|
77
|
-
"__SWeekDays": "
|
|
78
|
-
"__SWeekDay": "
|
|
79
|
-
"__SCalendarUnit": "
|
|
80
|
-
"_today": "
|
|
81
|
-
"_startSelected": "
|
|
82
|
-
"_endSelected": "
|
|
83
|
-
"_selected": "
|
|
84
|
-
"_highlighted": "
|
|
85
|
-
"_startHighlighted": "
|
|
86
|
-
"_endHighlighted": "
|
|
87
|
-
"_outdated": "
|
|
88
|
-
"_disabled": "
|
|
74
|
+
"__SCalendar": "___SCalendar_i4ow7_gg_",
|
|
75
|
+
"__SGridDays": "___SGridDays_i4ow7_gg_",
|
|
76
|
+
"__SGridMonths": "___SGridMonths_i4ow7_gg_",
|
|
77
|
+
"__SWeekDays": "___SWeekDays_i4ow7_gg_",
|
|
78
|
+
"__SWeekDay": "___SWeekDay_i4ow7_gg_",
|
|
79
|
+
"__SCalendarUnit": "___SCalendarUnit_i4ow7_gg_",
|
|
80
|
+
"_today": "__today_i4ow7_gg_",
|
|
81
|
+
"_startSelected": "__startSelected_i4ow7_gg_",
|
|
82
|
+
"_endSelected": "__endSelected_i4ow7_gg_",
|
|
83
|
+
"_selected": "__selected_i4ow7_gg_",
|
|
84
|
+
"_highlighted": "__highlighted_i4ow7_gg_",
|
|
85
|
+
"_startHighlighted": "__startHighlighted_i4ow7_gg_",
|
|
86
|
+
"_endHighlighted": "__endHighlighted_i4ow7_gg_",
|
|
87
|
+
"_outdated": "__outdated_i4ow7_gg_",
|
|
88
|
+
"_disabled": "__disabled_i4ow7_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_8n5we_gg_{padding:var(--intergalactic-spacing-4x, 16px);outline:0}.___SPopper_8n5we_gg_::-moz-focus-inner{border:0;padding:0}.___SPopper_8n5we_gg_:active,.___SPopper_8n5we_gg_:focus{outline:0;text-decoration:none}@media (hover:hover){.___SPopper_8n5we_gg_:hover{outline:0;text-decoration:none}}.___SPopper_8n5we_gg_:focus{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SHeader_8n5we_gg_,.___STitle_8n5we_gg_{display:flex;align-items:center}.___STitle_8n5we_gg_{font-size:var(--intergalactic-fs-200, 14px);color:var(--intergalactic-text-primary, #191b23);height:32px;width:100%;justify-content:center}.___SToday_8n5we_gg_{display:flex;margin-top:var(--intergalactic-spacing-3x, 12px);justify-content:center}.___SPeriod_8n5we_gg_{display:flex;flex-direction:column;margin-bottom:var(--intergalactic-spacing-2x, 8px)}.___SIndicator_8n5we_gg_{color:var(--intergalactic-text-secondary, #6c6e79)}.___SHumanizedDate_8n5we_gg_{position:absolute;pointer-events:none}.___SDateRange_8n5we_gg_ .___SMask_8n5we_gg_,.___SDateRange_8n5we_gg_ .___SValue_8n5we_gg_,.___SSingleDateInput_8n5we_gg_ .___SMask_8n5we_gg_,.___SSingleDateInput_8n5we_gg_ .___SValue_8n5we_gg_{opacity:0}.___SSingleDateInput_8n5we_gg_.__focus-within_8n5we_gg_ .___SHumanizedDate_8n5we_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SSingleDateInput_8n5we_gg_:focus-within .___SHumanizedDate_8n5we_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SSingleDateInput_8n5we_gg_.__focus-within_8n5we_gg_ .___SMask_8n5we_gg_,.___SSingleDateInput_8n5we_gg_.__focus-within_8n5we_gg_ .___SValue_8n5we_gg_{opacity:1}.___SSingleDateInput_8n5we_gg_:focus-within .___SMask_8n5we_gg_,.___SSingleDateInput_8n5we_gg_:focus-within .___SValue_8n5we_gg_{opacity:1}.___SDateRange_8n5we_gg_.__focus-within_8n5we_gg_ .___SHumanizedDate_8n5we_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SDateRange_8n5we_gg_:focus-within .___SHumanizedDate_8n5we_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SDateRange_8n5we_gg_.__focus-within_8n5we_gg_ .___SMask_8n5we_gg_,.___SDateRange_8n5we_gg_.__focus-within_8n5we_gg_ .___SValue_8n5we_gg_{opacity:1}.___SDateRange_8n5we_gg_:focus-within .___SMask_8n5we_gg_,.___SDateRange_8n5we_gg_:focus-within .___SValue_8n5we_gg_{opacity:1}.___SInputMask_8n5we_gg_.__noHumanizedDate_8n5we_gg_ .___SMask_8n5we_gg_,.___SInputMask_8n5we_gg_.__noHumanizedDate_8n5we_gg_ .___SValue_8n5we_gg_{opacity:1}.___SDateRange_8n5we_gg_ .___SInputMask_8n5we_gg_.__focus-within_8n5we_gg_ .___SMask_8n5we_gg_{background-color:var(--intergalactic-bg-highlight-focus, rgba(0, 143, 248, 0.2))}.___SDateRange_8n5we_gg_ .___SInputMask_8n5we_gg_:focus-within .___SMask_8n5we_gg_{background-color:var(--intergalactic-bg-highlight-focus, rgba(0, 143, 248, 0.2))}.___SDateRange_8n5we_gg_.__focus-within_8n5we_gg_ .___SRangeSep_8n5we_gg_,.___SRangeSep_8n5we_gg_.__fulfilled_8n5we_gg_{color:var(--intergalactic-text-primary, #191b23)}.___SDateRange_8n5we_gg_:focus-within .___SRangeSep_8n5we_gg_,.___SRangeSep_8n5we_gg_.__fulfilled_8n5we_gg_{color:var(--intergalactic-text-primary, #191b23)}"
|
|
83
83
|
/*__inner_css_end__*/
|
|
84
|
-
, "
|
|
84
|
+
, "8n5we_gg_")
|
|
85
85
|
/*__reshadow_css_end__*/
|
|
86
86
|
, {
|
|
87
|
-
"__SPopper": "
|
|
88
|
-
"__SHeader": "
|
|
89
|
-
"__STitle": "
|
|
90
|
-
"__SToday": "
|
|
91
|
-
"__SPeriod": "
|
|
92
|
-
"__SIndicator": "
|
|
93
|
-
"__SHumanizedDate": "
|
|
94
|
-
"__SSingleDateInput": "
|
|
95
|
-
"__SValue": "
|
|
96
|
-
"__SDateRange": "
|
|
97
|
-
"__SMask": "
|
|
98
|
-
"_focus-within": "__focus-
|
|
99
|
-
"__SInputMask": "
|
|
100
|
-
"_noHumanizedDate": "
|
|
101
|
-
"__SRangeSep": "
|
|
102
|
-
"_fulfilled": "
|
|
87
|
+
"__SPopper": "___SPopper_8n5we_gg_",
|
|
88
|
+
"__SHeader": "___SHeader_8n5we_gg_",
|
|
89
|
+
"__STitle": "___STitle_8n5we_gg_",
|
|
90
|
+
"__SToday": "___SToday_8n5we_gg_",
|
|
91
|
+
"__SPeriod": "___SPeriod_8n5we_gg_",
|
|
92
|
+
"__SIndicator": "___SIndicator_8n5we_gg_",
|
|
93
|
+
"__SHumanizedDate": "___SHumanizedDate_8n5we_gg_",
|
|
94
|
+
"__SSingleDateInput": "___SSingleDateInput_8n5we_gg_",
|
|
95
|
+
"__SValue": "___SValue_8n5we_gg_",
|
|
96
|
+
"__SDateRange": "___SDateRange_8n5we_gg_",
|
|
97
|
+
"__SMask": "___SMask_8n5we_gg_",
|
|
98
|
+
"_focus-within": "__focus-within_8n5we_gg_",
|
|
99
|
+
"__SInputMask": "___SInputMask_8n5we_gg_",
|
|
100
|
+
"_noHumanizedDate": "__noHumanizedDate_8n5we_gg_",
|
|
101
|
+
"__SRangeSep": "___SRangeSep_8n5we_gg_",
|
|
102
|
+
"_fulfilled": "__fulfilled_8n5we_gg_"
|
|
103
103
|
});
|
|
104
104
|
var defaultAllowedParts = {
|
|
105
105
|
year: true,
|
|
@@ -44,27 +44,27 @@ var style = (
|
|
|
44
44
|
/*__reshadow_css_start__*/
|
|
45
45
|
_core.sstyled.insert(
|
|
46
46
|
/*__inner_css_start__*/
|
|
47
|
-
".
|
|
47
|
+
".___SPopper_8n5we_gg_{padding:var(--intergalactic-spacing-4x, 16px);outline:0}.___SPopper_8n5we_gg_::-moz-focus-inner{border:0;padding:0}.___SPopper_8n5we_gg_:active,.___SPopper_8n5we_gg_:focus{outline:0;text-decoration:none}@media (hover:hover){.___SPopper_8n5we_gg_:hover{outline:0;text-decoration:none}}.___SPopper_8n5we_gg_:focus{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SHeader_8n5we_gg_,.___STitle_8n5we_gg_{display:flex;align-items:center}.___STitle_8n5we_gg_{font-size:var(--intergalactic-fs-200, 14px);color:var(--intergalactic-text-primary, #191b23);height:32px;width:100%;justify-content:center}.___SToday_8n5we_gg_{display:flex;margin-top:var(--intergalactic-spacing-3x, 12px);justify-content:center}.___SPeriod_8n5we_gg_{display:flex;flex-direction:column;margin-bottom:var(--intergalactic-spacing-2x, 8px)}.___SIndicator_8n5we_gg_{color:var(--intergalactic-text-secondary, #6c6e79)}.___SHumanizedDate_8n5we_gg_{position:absolute;pointer-events:none}.___SDateRange_8n5we_gg_ .___SMask_8n5we_gg_,.___SDateRange_8n5we_gg_ .___SValue_8n5we_gg_,.___SSingleDateInput_8n5we_gg_ .___SMask_8n5we_gg_,.___SSingleDateInput_8n5we_gg_ .___SValue_8n5we_gg_{opacity:0}.___SSingleDateInput_8n5we_gg_.__focus-within_8n5we_gg_ .___SHumanizedDate_8n5we_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SSingleDateInput_8n5we_gg_:focus-within .___SHumanizedDate_8n5we_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SSingleDateInput_8n5we_gg_.__focus-within_8n5we_gg_ .___SMask_8n5we_gg_,.___SSingleDateInput_8n5we_gg_.__focus-within_8n5we_gg_ .___SValue_8n5we_gg_{opacity:1}.___SSingleDateInput_8n5we_gg_:focus-within .___SMask_8n5we_gg_,.___SSingleDateInput_8n5we_gg_:focus-within .___SValue_8n5we_gg_{opacity:1}.___SDateRange_8n5we_gg_.__focus-within_8n5we_gg_ .___SHumanizedDate_8n5we_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SDateRange_8n5we_gg_:focus-within .___SHumanizedDate_8n5we_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SDateRange_8n5we_gg_.__focus-within_8n5we_gg_ .___SMask_8n5we_gg_,.___SDateRange_8n5we_gg_.__focus-within_8n5we_gg_ .___SValue_8n5we_gg_{opacity:1}.___SDateRange_8n5we_gg_:focus-within .___SMask_8n5we_gg_,.___SDateRange_8n5we_gg_:focus-within .___SValue_8n5we_gg_{opacity:1}.___SInputMask_8n5we_gg_.__noHumanizedDate_8n5we_gg_ .___SMask_8n5we_gg_,.___SInputMask_8n5we_gg_.__noHumanizedDate_8n5we_gg_ .___SValue_8n5we_gg_{opacity:1}.___SDateRange_8n5we_gg_ .___SInputMask_8n5we_gg_.__focus-within_8n5we_gg_ .___SMask_8n5we_gg_{background-color:var(--intergalactic-bg-highlight-focus, rgba(0, 143, 248, 0.2))}.___SDateRange_8n5we_gg_ .___SInputMask_8n5we_gg_:focus-within .___SMask_8n5we_gg_{background-color:var(--intergalactic-bg-highlight-focus, rgba(0, 143, 248, 0.2))}.___SDateRange_8n5we_gg_.__focus-within_8n5we_gg_ .___SRangeSep_8n5we_gg_,.___SRangeSep_8n5we_gg_.__fulfilled_8n5we_gg_{color:var(--intergalactic-text-primary, #191b23)}.___SDateRange_8n5we_gg_:focus-within .___SRangeSep_8n5we_gg_,.___SRangeSep_8n5we_gg_.__fulfilled_8n5we_gg_{color:var(--intergalactic-text-primary, #191b23)}"
|
|
48
48
|
/*__inner_css_end__*/
|
|
49
|
-
, "
|
|
49
|
+
, "8n5we_gg_")
|
|
50
50
|
/*__reshadow_css_end__*/
|
|
51
51
|
, {
|
|
52
|
-
"__SPopper": "
|
|
53
|
-
"__SHeader": "
|
|
54
|
-
"__STitle": "
|
|
55
|
-
"__SToday": "
|
|
56
|
-
"__SPeriod": "
|
|
57
|
-
"__SIndicator": "
|
|
58
|
-
"__SHumanizedDate": "
|
|
59
|
-
"__SSingleDateInput": "
|
|
60
|
-
"__SValue": "
|
|
61
|
-
"__SDateRange": "
|
|
62
|
-
"__SMask": "
|
|
63
|
-
"_focus-within": "__focus-
|
|
64
|
-
"__SInputMask": "
|
|
65
|
-
"_noHumanizedDate": "
|
|
66
|
-
"__SRangeSep": "
|
|
67
|
-
"_fulfilled": "
|
|
52
|
+
"__SPopper": "___SPopper_8n5we_gg_",
|
|
53
|
+
"__SHeader": "___SHeader_8n5we_gg_",
|
|
54
|
+
"__STitle": "___STitle_8n5we_gg_",
|
|
55
|
+
"__SToday": "___SToday_8n5we_gg_",
|
|
56
|
+
"__SPeriod": "___SPeriod_8n5we_gg_",
|
|
57
|
+
"__SIndicator": "___SIndicator_8n5we_gg_",
|
|
58
|
+
"__SHumanizedDate": "___SHumanizedDate_8n5we_gg_",
|
|
59
|
+
"__SSingleDateInput": "___SSingleDateInput_8n5we_gg_",
|
|
60
|
+
"__SValue": "___SValue_8n5we_gg_",
|
|
61
|
+
"__SDateRange": "___SDateRange_8n5we_gg_",
|
|
62
|
+
"__SMask": "___SMask_8n5we_gg_",
|
|
63
|
+
"_focus-within": "__focus-within_8n5we_gg_",
|
|
64
|
+
"__SInputMask": "___SInputMask_8n5we_gg_",
|
|
65
|
+
"_noHumanizedDate": "__noHumanizedDate_8n5we_gg_",
|
|
66
|
+
"__SRangeSep": "___SRangeSep_8n5we_gg_",
|
|
67
|
+
"_fulfilled": "__fulfilled_8n5we_gg_"
|
|
68
68
|
});
|
|
69
69
|
var INTERACTION_TAGS = ['INPUT'];
|
|
70
70
|
var defaultDisplayedPeriod = new Date(new Date().setHours(0, 0, 0, 0));
|
|
@@ -52,27 +52,27 @@ var style = (
|
|
|
52
52
|
/*__reshadow_css_start__*/
|
|
53
53
|
_core.sstyled.insert(
|
|
54
54
|
/*__inner_css_start__*/
|
|
55
|
-
".
|
|
55
|
+
".___SPopper_8n5we_gg_{padding:var(--intergalactic-spacing-4x, 16px);outline:0}.___SPopper_8n5we_gg_::-moz-focus-inner{border:0;padding:0}.___SPopper_8n5we_gg_:active,.___SPopper_8n5we_gg_:focus{outline:0;text-decoration:none}@media (hover:hover){.___SPopper_8n5we_gg_:hover{outline:0;text-decoration:none}}.___SPopper_8n5we_gg_:focus{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SHeader_8n5we_gg_,.___STitle_8n5we_gg_{display:flex;align-items:center}.___STitle_8n5we_gg_{font-size:var(--intergalactic-fs-200, 14px);color:var(--intergalactic-text-primary, #191b23);height:32px;width:100%;justify-content:center}.___SToday_8n5we_gg_{display:flex;margin-top:var(--intergalactic-spacing-3x, 12px);justify-content:center}.___SPeriod_8n5we_gg_{display:flex;flex-direction:column;margin-bottom:var(--intergalactic-spacing-2x, 8px)}.___SIndicator_8n5we_gg_{color:var(--intergalactic-text-secondary, #6c6e79)}.___SHumanizedDate_8n5we_gg_{position:absolute;pointer-events:none}.___SDateRange_8n5we_gg_ .___SMask_8n5we_gg_,.___SDateRange_8n5we_gg_ .___SValue_8n5we_gg_,.___SSingleDateInput_8n5we_gg_ .___SMask_8n5we_gg_,.___SSingleDateInput_8n5we_gg_ .___SValue_8n5we_gg_{opacity:0}.___SSingleDateInput_8n5we_gg_.__focus-within_8n5we_gg_ .___SHumanizedDate_8n5we_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SSingleDateInput_8n5we_gg_:focus-within .___SHumanizedDate_8n5we_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SSingleDateInput_8n5we_gg_.__focus-within_8n5we_gg_ .___SMask_8n5we_gg_,.___SSingleDateInput_8n5we_gg_.__focus-within_8n5we_gg_ .___SValue_8n5we_gg_{opacity:1}.___SSingleDateInput_8n5we_gg_:focus-within .___SMask_8n5we_gg_,.___SSingleDateInput_8n5we_gg_:focus-within .___SValue_8n5we_gg_{opacity:1}.___SDateRange_8n5we_gg_.__focus-within_8n5we_gg_ .___SHumanizedDate_8n5we_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SDateRange_8n5we_gg_:focus-within .___SHumanizedDate_8n5we_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SDateRange_8n5we_gg_.__focus-within_8n5we_gg_ .___SMask_8n5we_gg_,.___SDateRange_8n5we_gg_.__focus-within_8n5we_gg_ .___SValue_8n5we_gg_{opacity:1}.___SDateRange_8n5we_gg_:focus-within .___SMask_8n5we_gg_,.___SDateRange_8n5we_gg_:focus-within .___SValue_8n5we_gg_{opacity:1}.___SInputMask_8n5we_gg_.__noHumanizedDate_8n5we_gg_ .___SMask_8n5we_gg_,.___SInputMask_8n5we_gg_.__noHumanizedDate_8n5we_gg_ .___SValue_8n5we_gg_{opacity:1}.___SDateRange_8n5we_gg_ .___SInputMask_8n5we_gg_.__focus-within_8n5we_gg_ .___SMask_8n5we_gg_{background-color:var(--intergalactic-bg-highlight-focus, rgba(0, 143, 248, 0.2))}.___SDateRange_8n5we_gg_ .___SInputMask_8n5we_gg_:focus-within .___SMask_8n5we_gg_{background-color:var(--intergalactic-bg-highlight-focus, rgba(0, 143, 248, 0.2))}.___SDateRange_8n5we_gg_.__focus-within_8n5we_gg_ .___SRangeSep_8n5we_gg_,.___SRangeSep_8n5we_gg_.__fulfilled_8n5we_gg_{color:var(--intergalactic-text-primary, #191b23)}.___SDateRange_8n5we_gg_:focus-within .___SRangeSep_8n5we_gg_,.___SRangeSep_8n5we_gg_.__fulfilled_8n5we_gg_{color:var(--intergalactic-text-primary, #191b23)}"
|
|
56
56
|
/*__inner_css_end__*/
|
|
57
|
-
, "
|
|
57
|
+
, "8n5we_gg_")
|
|
58
58
|
/*__reshadow_css_end__*/
|
|
59
59
|
, {
|
|
60
|
-
"__SPopper": "
|
|
61
|
-
"__SHeader": "
|
|
62
|
-
"__STitle": "
|
|
63
|
-
"__SToday": "
|
|
64
|
-
"__SPeriod": "
|
|
65
|
-
"__SIndicator": "
|
|
66
|
-
"__SHumanizedDate": "
|
|
67
|
-
"__SSingleDateInput": "
|
|
68
|
-
"__SValue": "
|
|
69
|
-
"__SDateRange": "
|
|
70
|
-
"__SMask": "
|
|
71
|
-
"_focus-within": "__focus-
|
|
72
|
-
"__SInputMask": "
|
|
73
|
-
"_noHumanizedDate": "
|
|
74
|
-
"__SRangeSep": "
|
|
75
|
-
"_fulfilled": "
|
|
60
|
+
"__SPopper": "___SPopper_8n5we_gg_",
|
|
61
|
+
"__SHeader": "___SHeader_8n5we_gg_",
|
|
62
|
+
"__STitle": "___STitle_8n5we_gg_",
|
|
63
|
+
"__SToday": "___SToday_8n5we_gg_",
|
|
64
|
+
"__SPeriod": "___SPeriod_8n5we_gg_",
|
|
65
|
+
"__SIndicator": "___SIndicator_8n5we_gg_",
|
|
66
|
+
"__SHumanizedDate": "___SHumanizedDate_8n5we_gg_",
|
|
67
|
+
"__SSingleDateInput": "___SSingleDateInput_8n5we_gg_",
|
|
68
|
+
"__SValue": "___SValue_8n5we_gg_",
|
|
69
|
+
"__SDateRange": "___SDateRange_8n5we_gg_",
|
|
70
|
+
"__SMask": "___SMask_8n5we_gg_",
|
|
71
|
+
"_focus-within": "__focus-within_8n5we_gg_",
|
|
72
|
+
"__SInputMask": "___SInputMask_8n5we_gg_",
|
|
73
|
+
"_noHumanizedDate": "__noHumanizedDate_8n5we_gg_",
|
|
74
|
+
"__SRangeSep": "___SRangeSep_8n5we_gg_",
|
|
75
|
+
"_fulfilled": "__fulfilled_8n5we_gg_"
|
|
76
76
|
});
|
|
77
77
|
var INTERACTION_TAGS = ['INPUT'];
|
|
78
78
|
var defaultDisplayedPeriod = new Date(new Date().setHours(0, 0, 0, 0));
|
|
@@ -153,12 +153,12 @@ var stylesBtn = (
|
|
|
153
153
|
/*__reshadow_css_start__*/
|
|
154
154
|
_core.sstyled.insert(
|
|
155
155
|
/*__inner_css_start__*/
|
|
156
|
-
".
|
|
156
|
+
".___SInner_gurm7_gg_{justify-content:flex-start}"
|
|
157
157
|
/*__inner_css_end__*/
|
|
158
|
-
, "
|
|
158
|
+
, "gurm7_gg_")
|
|
159
159
|
/*__reshadow_css_end__*/
|
|
160
160
|
, {
|
|
161
|
-
"__SInner": "
|
|
161
|
+
"__SInner": "___SInner_gurm7_gg_"
|
|
162
162
|
});
|
|
163
163
|
|
|
164
164
|
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_i4ow7_gg_{display:flex;flex-direction:column}.___SGridDays_i4ow7_gg_{display:grid;grid-template-columns:repeat(7,minmax(32px,auto));grid-template-rows:repeat(auto-fit,minmax(32px,auto))}.___SGridMonths_i4ow7_gg_{display:grid;grid-row-gap:var(--intergalactic-spacing-2x, 8px);grid-template-columns:repeat(3,minmax(60px,auto));grid-template-rows:repeat(4,minmax(32px,auto))}.___SWeekDays_i4ow7_gg_{display:grid;grid-template-columns:repeat(7,minmax(32px,auto))}.___SCalendarUnit_i4ow7_gg_,.___SWeekDay_i4ow7_gg_{align-items:center;display:flex;font-size:var(--intergalactic-fs-200, 14px);justify-content:center;min-height:32px;min-width:32px}.___SWeekDay_i4ow7_gg_{color:var(--intergalactic-text-secondary, #6c6e79);font-weight:var(--intergalactic-regular, 400);overflow:hidden}.___SCalendarUnit_i4ow7_gg_{font-family:inherit;font-weight:400;line-height:normal;text-decoration:none;text-align:center;vertical-align:middle;border:1px solid transparent;color:var(--intergalactic-text-primary, #191b23);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:var(--intergalactic-date-picker-cell, #ffffff);border-radius:var(--intergalactic-control-rounded, 6px);box-sizing:border-box;cursor:pointer;position:relative;transition:color .15s,background .15s;outline:0;margin:0}@media (hover:hover){.___SCalendarUnit_i4ow7_gg_:hover{color:var(--intergalactic-text-primary, #191b23);background:var(--intergalactic-date-picker-cell-hover, #e0e1e9)}}.___SCalendarUnit_i4ow7_gg_.focus-visible{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SCalendarUnit_i4ow7_gg_:focus-visible{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SCalendarUnit_i4ow7_gg_.__today_i4ow7_gg_:before{content:\"\";position:absolute;display:block;top:1px;left:1px;border-radius:var(--intergalactic-control-rounded, 6px);width:calc(100% - 2px);height:calc(100% - 2px);box-sizing:border-box;border:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SCalendarUnit_i4ow7_gg_.__today_i4ow7_gg_.___SCalendarUnit_i4ow7_gg_.__endSelected_i4ow7_gg_:before,.___SCalendarUnit_i4ow7_gg_.__today_i4ow7_gg_.___SCalendarUnit_i4ow7_gg_.__startSelected_i4ow7_gg_:before{border-color:var(--intergalactic-border-secondary, #e0e1e9)}.___SCalendarUnit_i4ow7_gg_.__selected_i4ow7_gg_{background:var(--intergalactic-date-picker-cell-active, #2bb3ff);border-radius:0;color:var(--intergalactic-text-primary, #191b23)}@media (hover:hover){.___SCalendarUnit_i4ow7_gg_.__selected_i4ow7_gg_:hover{background:var(--intergalactic-date-picker-cell-active-hover, #008ff8)}}.___SCalendarUnit_i4ow7_gg_.__highlighted_i4ow7_gg_{background:var(--intergalactic-date-picker-cell-range, #c4e5fe);border-radius:0;color:var(--intergalactic-text-primary, #191b23)}@media (hover:hover){.___SCalendarUnit_i4ow7_gg_.__highlighted_i4ow7_gg_:hover{background:var(--intergalactic-date-picker-cell-range-hover, #8ecdff)}}.___SCalendarUnit_i4ow7_gg_.__endSelected_i4ow7_gg_,.___SCalendarUnit_i4ow7_gg_.__startSelected_i4ow7_gg_{background:var(--intergalactic-date-picker-cell-active, #2bb3ff);color:var(--intergalactic-text-primary-invert, #ffffff)}.___SCalendarUnit_i4ow7_gg_.__startSelected_i4ow7_gg_{border-bottom-left-radius:var(--intergalactic-control-rounded, 6px);border-bottom-right-radius:0;border-top-left-radius:var(--intergalactic-control-rounded, 6px);border-top-right-radius:0}@media (hover:hover){.___SCalendarUnit_i4ow7_gg_.__startSelected_i4ow7_gg_:hover{color:var(--intergalactic-text-primary-invert, #ffffff);background:var(--intergalactic-date-picker-cell-active-hover, #008ff8)}}.___SCalendarUnit_i4ow7_gg_.__endSelected_i4ow7_gg_{border-bottom-left-radius:0;border-bottom-right-radius:var(--intergalactic-control-rounded, 6px);border-top-left-radius:0;border-top-right-radius:var(--intergalactic-control-rounded, 6px)}@media (hover:hover){.___SCalendarUnit_i4ow7_gg_.__endSelected_i4ow7_gg_:hover{color:var(--intergalactic-text-primary-invert, #ffffff);background:var(--intergalactic-date-picker-cell-active-hover, #008ff8)}}.___SCalendarUnit_i4ow7_gg_.__startHighlighted_i4ow7_gg_{border-bottom-left-radius:var(--intergalactic-control-rounded, 6px);border-bottom-right-radius:0;border-top-left-radius:var(--intergalactic-control-rounded, 6px);border-top-right-radius:0}.___SCalendarUnit_i4ow7_gg_.__endHighlighted_i4ow7_gg_{border-bottom-left-radius:0;border-bottom-right-radius:var(--intergalactic-control-rounded, 6px);border-top-left-radius:0;border-top-right-radius:var(--intergalactic-control-rounded, 6px)}.___SCalendarUnit_i4ow7_gg_.__startHighlighted_i4ow7_gg_.___SCalendarUnit_i4ow7_gg_.__endHighlighted_i4ow7_gg_,.___SCalendarUnit_i4ow7_gg_.__startSelected_i4ow7_gg_.___SCalendarUnit_i4ow7_gg_.__endSelected_i4ow7_gg_{border-bottom-left-radius:var(--intergalactic-control-rounded, 6px);border-bottom-right-radius:var(--intergalactic-control-rounded, 6px);border-top-left-radius:var(--intergalactic-control-rounded, 6px);border-top-right-radius:var(--intergalactic-control-rounded, 6px)}.___SCalendarUnit_i4ow7_gg_.__outdated_i4ow7_gg_{opacity:.2}.___SCalendarUnit_i4ow7_gg_.__disabled_i4ow7_gg_{opacity:.4;cursor:default;pointer-events:none}@media (prefers-reduced-motion){.___SCalendarUnit_i4ow7_gg_{transition:none}}"
|
|
42
42
|
/*__inner_css_end__*/
|
|
43
|
-
, "
|
|
43
|
+
, "i4ow7_gg_")
|
|
44
44
|
/*__reshadow_css_end__*/
|
|
45
45
|
, {
|
|
46
|
-
"__SCalendar": "
|
|
47
|
-
"__SGridDays": "
|
|
48
|
-
"__SGridMonths": "
|
|
49
|
-
"__SWeekDays": "
|
|
50
|
-
"__SWeekDay": "
|
|
51
|
-
"__SCalendarUnit": "
|
|
52
|
-
"_today": "
|
|
53
|
-
"_startSelected": "
|
|
54
|
-
"_endSelected": "
|
|
55
|
-
"_selected": "
|
|
56
|
-
"_highlighted": "
|
|
57
|
-
"_startHighlighted": "
|
|
58
|
-
"_endHighlighted": "
|
|
59
|
-
"_outdated": "
|
|
60
|
-
"_disabled": "
|
|
46
|
+
"__SCalendar": "___SCalendar_i4ow7_gg_",
|
|
47
|
+
"__SGridDays": "___SGridDays_i4ow7_gg_",
|
|
48
|
+
"__SGridMonths": "___SGridMonths_i4ow7_gg_",
|
|
49
|
+
"__SWeekDays": "___SWeekDays_i4ow7_gg_",
|
|
50
|
+
"__SWeekDay": "___SWeekDay_i4ow7_gg_",
|
|
51
|
+
"__SCalendarUnit": "___SCalendarUnit_i4ow7_gg_",
|
|
52
|
+
"_today": "__today_i4ow7_gg_",
|
|
53
|
+
"_startSelected": "__startSelected_i4ow7_gg_",
|
|
54
|
+
"_endSelected": "__endSelected_i4ow7_gg_",
|
|
55
|
+
"_selected": "__selected_i4ow7_gg_",
|
|
56
|
+
"_highlighted": "__highlighted_i4ow7_gg_",
|
|
57
|
+
"_startHighlighted": "__startHighlighted_i4ow7_gg_",
|
|
58
|
+
"_endHighlighted": "__endHighlighted_i4ow7_gg_",
|
|
59
|
+
"_outdated": "__outdated_i4ow7_gg_",
|
|
60
|
+
"_disabled": "__disabled_i4ow7_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_8n5we_gg_{padding:var(--intergalactic-spacing-4x, 16px);outline:0}.___SPopper_8n5we_gg_::-moz-focus-inner{border:0;padding:0}.___SPopper_8n5we_gg_:active,.___SPopper_8n5we_gg_:focus{outline:0;text-decoration:none}@media (hover:hover){.___SPopper_8n5we_gg_:hover{outline:0;text-decoration:none}}.___SPopper_8n5we_gg_:focus{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SHeader_8n5we_gg_,.___STitle_8n5we_gg_{display:flex;align-items:center}.___STitle_8n5we_gg_{font-size:var(--intergalactic-fs-200, 14px);color:var(--intergalactic-text-primary, #191b23);height:32px;width:100%;justify-content:center}.___SToday_8n5we_gg_{display:flex;margin-top:var(--intergalactic-spacing-3x, 12px);justify-content:center}.___SPeriod_8n5we_gg_{display:flex;flex-direction:column;margin-bottom:var(--intergalactic-spacing-2x, 8px)}.___SIndicator_8n5we_gg_{color:var(--intergalactic-text-secondary, #6c6e79)}.___SHumanizedDate_8n5we_gg_{position:absolute;pointer-events:none}.___SDateRange_8n5we_gg_ .___SMask_8n5we_gg_,.___SDateRange_8n5we_gg_ .___SValue_8n5we_gg_,.___SSingleDateInput_8n5we_gg_ .___SMask_8n5we_gg_,.___SSingleDateInput_8n5we_gg_ .___SValue_8n5we_gg_{opacity:0}.___SSingleDateInput_8n5we_gg_.__focus-within_8n5we_gg_ .___SHumanizedDate_8n5we_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SSingleDateInput_8n5we_gg_:focus-within .___SHumanizedDate_8n5we_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SSingleDateInput_8n5we_gg_.__focus-within_8n5we_gg_ .___SMask_8n5we_gg_,.___SSingleDateInput_8n5we_gg_.__focus-within_8n5we_gg_ .___SValue_8n5we_gg_{opacity:1}.___SSingleDateInput_8n5we_gg_:focus-within .___SMask_8n5we_gg_,.___SSingleDateInput_8n5we_gg_:focus-within .___SValue_8n5we_gg_{opacity:1}.___SDateRange_8n5we_gg_.__focus-within_8n5we_gg_ .___SHumanizedDate_8n5we_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SDateRange_8n5we_gg_:focus-within .___SHumanizedDate_8n5we_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SDateRange_8n5we_gg_.__focus-within_8n5we_gg_ .___SMask_8n5we_gg_,.___SDateRange_8n5we_gg_.__focus-within_8n5we_gg_ .___SValue_8n5we_gg_{opacity:1}.___SDateRange_8n5we_gg_:focus-within .___SMask_8n5we_gg_,.___SDateRange_8n5we_gg_:focus-within .___SValue_8n5we_gg_{opacity:1}.___SInputMask_8n5we_gg_.__noHumanizedDate_8n5we_gg_ .___SMask_8n5we_gg_,.___SInputMask_8n5we_gg_.__noHumanizedDate_8n5we_gg_ .___SValue_8n5we_gg_{opacity:1}.___SDateRange_8n5we_gg_ .___SInputMask_8n5we_gg_.__focus-within_8n5we_gg_ .___SMask_8n5we_gg_{background-color:var(--intergalactic-bg-highlight-focus, rgba(0, 143, 248, 0.2))}.___SDateRange_8n5we_gg_ .___SInputMask_8n5we_gg_:focus-within .___SMask_8n5we_gg_{background-color:var(--intergalactic-bg-highlight-focus, rgba(0, 143, 248, 0.2))}.___SDateRange_8n5we_gg_.__focus-within_8n5we_gg_ .___SRangeSep_8n5we_gg_,.___SRangeSep_8n5we_gg_.__fulfilled_8n5we_gg_{color:var(--intergalactic-text-primary, #191b23)}.___SDateRange_8n5we_gg_:focus-within .___SRangeSep_8n5we_gg_,.___SRangeSep_8n5we_gg_.__fulfilled_8n5we_gg_{color:var(--intergalactic-text-primary, #191b23)}"
|
|
56
56
|
/*__inner_css_end__*/
|
|
57
|
-
, "
|
|
57
|
+
, "8n5we_gg_")
|
|
58
58
|
/*__reshadow_css_end__*/
|
|
59
59
|
, {
|
|
60
|
-
"__SPopper": "
|
|
61
|
-
"__SHeader": "
|
|
62
|
-
"__STitle": "
|
|
63
|
-
"__SToday": "
|
|
64
|
-
"__SPeriod": "
|
|
65
|
-
"__SIndicator": "
|
|
66
|
-
"__SHumanizedDate": "
|
|
67
|
-
"__SSingleDateInput": "
|
|
68
|
-
"__SValue": "
|
|
69
|
-
"__SDateRange": "
|
|
70
|
-
"__SMask": "
|
|
71
|
-
"_focus-within": "__focus-
|
|
72
|
-
"__SInputMask": "
|
|
73
|
-
"_noHumanizedDate": "
|
|
74
|
-
"__SRangeSep": "
|
|
75
|
-
"_fulfilled": "
|
|
60
|
+
"__SPopper": "___SPopper_8n5we_gg_",
|
|
61
|
+
"__SHeader": "___SHeader_8n5we_gg_",
|
|
62
|
+
"__STitle": "___STitle_8n5we_gg_",
|
|
63
|
+
"__SToday": "___SToday_8n5we_gg_",
|
|
64
|
+
"__SPeriod": "___SPeriod_8n5we_gg_",
|
|
65
|
+
"__SIndicator": "___SIndicator_8n5we_gg_",
|
|
66
|
+
"__SHumanizedDate": "___SHumanizedDate_8n5we_gg_",
|
|
67
|
+
"__SSingleDateInput": "___SSingleDateInput_8n5we_gg_",
|
|
68
|
+
"__SValue": "___SValue_8n5we_gg_",
|
|
69
|
+
"__SDateRange": "___SDateRange_8n5we_gg_",
|
|
70
|
+
"__SMask": "___SMask_8n5we_gg_",
|
|
71
|
+
"_focus-within": "__focus-within_8n5we_gg_",
|
|
72
|
+
"__SInputMask": "___SInputMask_8n5we_gg_",
|
|
73
|
+
"_noHumanizedDate": "__noHumanizedDate_8n5we_gg_",
|
|
74
|
+
"__SRangeSep": "___SRangeSep_8n5we_gg_",
|
|
75
|
+
"_fulfilled": "__fulfilled_8n5we_gg_"
|
|
76
76
|
});
|
|
77
77
|
import assignProps from '@semcore/utils/lib/assignProps';
|
|
78
78
|
var defaultAllowedParts = {
|
|
@@ -24,27 +24,27 @@ var style = (
|
|
|
24
24
|
/*__reshadow_css_start__*/
|
|
25
25
|
_sstyled.insert(
|
|
26
26
|
/*__inner_css_start__*/
|
|
27
|
-
".
|
|
27
|
+
".___SPopper_8n5we_gg_{padding:var(--intergalactic-spacing-4x, 16px);outline:0}.___SPopper_8n5we_gg_::-moz-focus-inner{border:0;padding:0}.___SPopper_8n5we_gg_:active,.___SPopper_8n5we_gg_:focus{outline:0;text-decoration:none}@media (hover:hover){.___SPopper_8n5we_gg_:hover{outline:0;text-decoration:none}}.___SPopper_8n5we_gg_:focus{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SHeader_8n5we_gg_,.___STitle_8n5we_gg_{display:flex;align-items:center}.___STitle_8n5we_gg_{font-size:var(--intergalactic-fs-200, 14px);color:var(--intergalactic-text-primary, #191b23);height:32px;width:100%;justify-content:center}.___SToday_8n5we_gg_{display:flex;margin-top:var(--intergalactic-spacing-3x, 12px);justify-content:center}.___SPeriod_8n5we_gg_{display:flex;flex-direction:column;margin-bottom:var(--intergalactic-spacing-2x, 8px)}.___SIndicator_8n5we_gg_{color:var(--intergalactic-text-secondary, #6c6e79)}.___SHumanizedDate_8n5we_gg_{position:absolute;pointer-events:none}.___SDateRange_8n5we_gg_ .___SMask_8n5we_gg_,.___SDateRange_8n5we_gg_ .___SValue_8n5we_gg_,.___SSingleDateInput_8n5we_gg_ .___SMask_8n5we_gg_,.___SSingleDateInput_8n5we_gg_ .___SValue_8n5we_gg_{opacity:0}.___SSingleDateInput_8n5we_gg_.__focus-within_8n5we_gg_ .___SHumanizedDate_8n5we_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SSingleDateInput_8n5we_gg_:focus-within .___SHumanizedDate_8n5we_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SSingleDateInput_8n5we_gg_.__focus-within_8n5we_gg_ .___SMask_8n5we_gg_,.___SSingleDateInput_8n5we_gg_.__focus-within_8n5we_gg_ .___SValue_8n5we_gg_{opacity:1}.___SSingleDateInput_8n5we_gg_:focus-within .___SMask_8n5we_gg_,.___SSingleDateInput_8n5we_gg_:focus-within .___SValue_8n5we_gg_{opacity:1}.___SDateRange_8n5we_gg_.__focus-within_8n5we_gg_ .___SHumanizedDate_8n5we_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SDateRange_8n5we_gg_:focus-within .___SHumanizedDate_8n5we_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SDateRange_8n5we_gg_.__focus-within_8n5we_gg_ .___SMask_8n5we_gg_,.___SDateRange_8n5we_gg_.__focus-within_8n5we_gg_ .___SValue_8n5we_gg_{opacity:1}.___SDateRange_8n5we_gg_:focus-within .___SMask_8n5we_gg_,.___SDateRange_8n5we_gg_:focus-within .___SValue_8n5we_gg_{opacity:1}.___SInputMask_8n5we_gg_.__noHumanizedDate_8n5we_gg_ .___SMask_8n5we_gg_,.___SInputMask_8n5we_gg_.__noHumanizedDate_8n5we_gg_ .___SValue_8n5we_gg_{opacity:1}.___SDateRange_8n5we_gg_ .___SInputMask_8n5we_gg_.__focus-within_8n5we_gg_ .___SMask_8n5we_gg_{background-color:var(--intergalactic-bg-highlight-focus, rgba(0, 143, 248, 0.2))}.___SDateRange_8n5we_gg_ .___SInputMask_8n5we_gg_:focus-within .___SMask_8n5we_gg_{background-color:var(--intergalactic-bg-highlight-focus, rgba(0, 143, 248, 0.2))}.___SDateRange_8n5we_gg_.__focus-within_8n5we_gg_ .___SRangeSep_8n5we_gg_,.___SRangeSep_8n5we_gg_.__fulfilled_8n5we_gg_{color:var(--intergalactic-text-primary, #191b23)}.___SDateRange_8n5we_gg_:focus-within .___SRangeSep_8n5we_gg_,.___SRangeSep_8n5we_gg_.__fulfilled_8n5we_gg_{color:var(--intergalactic-text-primary, #191b23)}"
|
|
28
28
|
/*__inner_css_end__*/
|
|
29
|
-
, "
|
|
29
|
+
, "8n5we_gg_")
|
|
30
30
|
/*__reshadow_css_end__*/
|
|
31
31
|
, {
|
|
32
|
-
"__SPopper": "
|
|
33
|
-
"__SHeader": "
|
|
34
|
-
"__STitle": "
|
|
35
|
-
"__SToday": "
|
|
36
|
-
"__SPeriod": "
|
|
37
|
-
"__SIndicator": "
|
|
38
|
-
"__SHumanizedDate": "
|
|
39
|
-
"__SSingleDateInput": "
|
|
40
|
-
"__SValue": "
|
|
41
|
-
"__SDateRange": "
|
|
42
|
-
"__SMask": "
|
|
43
|
-
"_focus-within": "__focus-
|
|
44
|
-
"__SInputMask": "
|
|
45
|
-
"_noHumanizedDate": "
|
|
46
|
-
"__SRangeSep": "
|
|
47
|
-
"_fulfilled": "
|
|
32
|
+
"__SPopper": "___SPopper_8n5we_gg_",
|
|
33
|
+
"__SHeader": "___SHeader_8n5we_gg_",
|
|
34
|
+
"__STitle": "___STitle_8n5we_gg_",
|
|
35
|
+
"__SToday": "___SToday_8n5we_gg_",
|
|
36
|
+
"__SPeriod": "___SPeriod_8n5we_gg_",
|
|
37
|
+
"__SIndicator": "___SIndicator_8n5we_gg_",
|
|
38
|
+
"__SHumanizedDate": "___SHumanizedDate_8n5we_gg_",
|
|
39
|
+
"__SSingleDateInput": "___SSingleDateInput_8n5we_gg_",
|
|
40
|
+
"__SValue": "___SValue_8n5we_gg_",
|
|
41
|
+
"__SDateRange": "___SDateRange_8n5we_gg_",
|
|
42
|
+
"__SMask": "___SMask_8n5we_gg_",
|
|
43
|
+
"_focus-within": "__focus-within_8n5we_gg_",
|
|
44
|
+
"__SInputMask": "___SInputMask_8n5we_gg_",
|
|
45
|
+
"_noHumanizedDate": "__noHumanizedDate_8n5we_gg_",
|
|
46
|
+
"__SRangeSep": "___SRangeSep_8n5we_gg_",
|
|
47
|
+
"_fulfilled": "__fulfilled_8n5we_gg_"
|
|
48
48
|
});
|
|
49
49
|
import includesDate from '../utils/includesDate';
|
|
50
50
|
var INTERACTION_TAGS = ['INPUT'];
|
|
@@ -30,27 +30,27 @@ var style = (
|
|
|
30
30
|
/*__reshadow_css_start__*/
|
|
31
31
|
_sstyled.insert(
|
|
32
32
|
/*__inner_css_start__*/
|
|
33
|
-
".
|
|
33
|
+
".___SPopper_8n5we_gg_{padding:var(--intergalactic-spacing-4x, 16px);outline:0}.___SPopper_8n5we_gg_::-moz-focus-inner{border:0;padding:0}.___SPopper_8n5we_gg_:active,.___SPopper_8n5we_gg_:focus{outline:0;text-decoration:none}@media (hover:hover){.___SPopper_8n5we_gg_:hover{outline:0;text-decoration:none}}.___SPopper_8n5we_gg_:focus{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SHeader_8n5we_gg_,.___STitle_8n5we_gg_{display:flex;align-items:center}.___STitle_8n5we_gg_{font-size:var(--intergalactic-fs-200, 14px);color:var(--intergalactic-text-primary, #191b23);height:32px;width:100%;justify-content:center}.___SToday_8n5we_gg_{display:flex;margin-top:var(--intergalactic-spacing-3x, 12px);justify-content:center}.___SPeriod_8n5we_gg_{display:flex;flex-direction:column;margin-bottom:var(--intergalactic-spacing-2x, 8px)}.___SIndicator_8n5we_gg_{color:var(--intergalactic-text-secondary, #6c6e79)}.___SHumanizedDate_8n5we_gg_{position:absolute;pointer-events:none}.___SDateRange_8n5we_gg_ .___SMask_8n5we_gg_,.___SDateRange_8n5we_gg_ .___SValue_8n5we_gg_,.___SSingleDateInput_8n5we_gg_ .___SMask_8n5we_gg_,.___SSingleDateInput_8n5we_gg_ .___SValue_8n5we_gg_{opacity:0}.___SSingleDateInput_8n5we_gg_.__focus-within_8n5we_gg_ .___SHumanizedDate_8n5we_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SSingleDateInput_8n5we_gg_:focus-within .___SHumanizedDate_8n5we_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SSingleDateInput_8n5we_gg_.__focus-within_8n5we_gg_ .___SMask_8n5we_gg_,.___SSingleDateInput_8n5we_gg_.__focus-within_8n5we_gg_ .___SValue_8n5we_gg_{opacity:1}.___SSingleDateInput_8n5we_gg_:focus-within .___SMask_8n5we_gg_,.___SSingleDateInput_8n5we_gg_:focus-within .___SValue_8n5we_gg_{opacity:1}.___SDateRange_8n5we_gg_.__focus-within_8n5we_gg_ .___SHumanizedDate_8n5we_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SDateRange_8n5we_gg_:focus-within .___SHumanizedDate_8n5we_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SDateRange_8n5we_gg_.__focus-within_8n5we_gg_ .___SMask_8n5we_gg_,.___SDateRange_8n5we_gg_.__focus-within_8n5we_gg_ .___SValue_8n5we_gg_{opacity:1}.___SDateRange_8n5we_gg_:focus-within .___SMask_8n5we_gg_,.___SDateRange_8n5we_gg_:focus-within .___SValue_8n5we_gg_{opacity:1}.___SInputMask_8n5we_gg_.__noHumanizedDate_8n5we_gg_ .___SMask_8n5we_gg_,.___SInputMask_8n5we_gg_.__noHumanizedDate_8n5we_gg_ .___SValue_8n5we_gg_{opacity:1}.___SDateRange_8n5we_gg_ .___SInputMask_8n5we_gg_.__focus-within_8n5we_gg_ .___SMask_8n5we_gg_{background-color:var(--intergalactic-bg-highlight-focus, rgba(0, 143, 248, 0.2))}.___SDateRange_8n5we_gg_ .___SInputMask_8n5we_gg_:focus-within .___SMask_8n5we_gg_{background-color:var(--intergalactic-bg-highlight-focus, rgba(0, 143, 248, 0.2))}.___SDateRange_8n5we_gg_.__focus-within_8n5we_gg_ .___SRangeSep_8n5we_gg_,.___SRangeSep_8n5we_gg_.__fulfilled_8n5we_gg_{color:var(--intergalactic-text-primary, #191b23)}.___SDateRange_8n5we_gg_:focus-within .___SRangeSep_8n5we_gg_,.___SRangeSep_8n5we_gg_.__fulfilled_8n5we_gg_{color:var(--intergalactic-text-primary, #191b23)}"
|
|
34
34
|
/*__inner_css_end__*/
|
|
35
|
-
, "
|
|
35
|
+
, "8n5we_gg_")
|
|
36
36
|
/*__reshadow_css_end__*/
|
|
37
37
|
, {
|
|
38
|
-
"__SPopper": "
|
|
39
|
-
"__SHeader": "
|
|
40
|
-
"__STitle": "
|
|
41
|
-
"__SToday": "
|
|
42
|
-
"__SPeriod": "
|
|
43
|
-
"__SIndicator": "
|
|
44
|
-
"__SHumanizedDate": "
|
|
45
|
-
"__SSingleDateInput": "
|
|
46
|
-
"__SValue": "
|
|
47
|
-
"__SDateRange": "
|
|
48
|
-
"__SMask": "
|
|
49
|
-
"_focus-within": "__focus-
|
|
50
|
-
"__SInputMask": "
|
|
51
|
-
"_noHumanizedDate": "
|
|
52
|
-
"__SRangeSep": "
|
|
53
|
-
"_fulfilled": "
|
|
38
|
+
"__SPopper": "___SPopper_8n5we_gg_",
|
|
39
|
+
"__SHeader": "___SHeader_8n5we_gg_",
|
|
40
|
+
"__STitle": "___STitle_8n5we_gg_",
|
|
41
|
+
"__SToday": "___SToday_8n5we_gg_",
|
|
42
|
+
"__SPeriod": "___SPeriod_8n5we_gg_",
|
|
43
|
+
"__SIndicator": "___SIndicator_8n5we_gg_",
|
|
44
|
+
"__SHumanizedDate": "___SHumanizedDate_8n5we_gg_",
|
|
45
|
+
"__SSingleDateInput": "___SSingleDateInput_8n5we_gg_",
|
|
46
|
+
"__SValue": "___SValue_8n5we_gg_",
|
|
47
|
+
"__SDateRange": "___SDateRange_8n5we_gg_",
|
|
48
|
+
"__SMask": "___SMask_8n5we_gg_",
|
|
49
|
+
"_focus-within": "__focus-within_8n5we_gg_",
|
|
50
|
+
"__SInputMask": "___SInputMask_8n5we_gg_",
|
|
51
|
+
"_noHumanizedDate": "__noHumanizedDate_8n5we_gg_",
|
|
52
|
+
"__SRangeSep": "___SRangeSep_8n5we_gg_",
|
|
53
|
+
"_fulfilled": "__fulfilled_8n5we_gg_"
|
|
54
54
|
});
|
|
55
55
|
var INTERACTION_TAGS = ['INPUT'];
|
|
56
56
|
var defaultDisplayedPeriod = new Date(new Date().setHours(0, 0, 0, 0));
|
|
@@ -115,12 +115,12 @@ var stylesBtn = (
|
|
|
115
115
|
/*__reshadow_css_start__*/
|
|
116
116
|
sstyled.insert(
|
|
117
117
|
/*__inner_css_start__*/
|
|
118
|
-
".
|
|
118
|
+
".___SInner_gurm7_gg_{justify-content:flex-start}"
|
|
119
119
|
/*__inner_css_end__*/
|
|
120
|
-
, "
|
|
120
|
+
, "gurm7_gg_")
|
|
121
121
|
/*__reshadow_css_end__*/
|
|
122
122
|
, {
|
|
123
|
-
"__SInner": "
|
|
123
|
+
"__SInner": "___SInner_gurm7_gg_"
|
|
124
124
|
});
|
|
125
125
|
export var Period = /*#__PURE__*/function (_Component) {
|
|
126
126
|
_inherits(Period, _Component);
|