@semcore/date-picker 4.56.0 → 16.0.0-prerelease.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 +3 -3
- package/lib/cjs/DatePicker.js +3 -4
- package/lib/cjs/DatePicker.js.map +1 -1
- package/lib/cjs/DateRangeComparator.js +2 -2
- package/lib/cjs/DateRangeComparator.js.map +1 -1
- package/lib/cjs/DateRangePicker.js +2 -2
- package/lib/cjs/DateRangePicker.js.map +1 -1
- package/lib/cjs/MonthDateRangeComparator.js +2 -2
- package/lib/cjs/MonthDateRangeComparator.js.map +1 -1
- package/lib/cjs/MonthPicker.js +2 -2
- package/lib/cjs/MonthPicker.js.map +1 -1
- package/lib/cjs/MonthRangePicker.js +2 -2
- package/lib/cjs/MonthRangePicker.js.map +1 -1
- package/lib/cjs/components/ButtonTrigger.js +3 -4
- package/lib/cjs/components/ButtonTrigger.js.map +1 -1
- package/lib/cjs/components/Calendar.js +27 -29
- package/lib/cjs/components/Calendar.js.map +1 -1
- package/lib/cjs/components/DateRangeComparatorAbstract.js +30 -31
- package/lib/cjs/components/DateRangeComparatorAbstract.js.map +1 -1
- package/lib/cjs/components/InputTrigger.js +35 -37
- package/lib/cjs/components/InputTrigger.js.map +1 -1
- package/lib/cjs/components/PickerAbstract.js +30 -31
- package/lib/cjs/components/PickerAbstract.js.map +1 -1
- package/lib/cjs/components/RangePickerAbstract.js +30 -31
- package/lib/cjs/components/RangePickerAbstract.js.map +1 -1
- package/lib/cjs/components/index.js +1 -1
- package/lib/cjs/components/index.js.map +1 -1
- package/lib/cjs/index.d.js.map +1 -1
- package/lib/cjs/style/calendar.shadow.css +5 -1
- package/lib/es6/DatePicker.js +2 -2
- package/lib/es6/DatePicker.js.map +1 -1
- package/lib/es6/DateRangeComparator.js +1 -1
- package/lib/es6/DateRangeComparator.js.map +1 -1
- package/lib/es6/DateRangePicker.js +1 -1
- package/lib/es6/DateRangePicker.js.map +1 -1
- package/lib/es6/MonthDateRangeComparator.js +1 -1
- package/lib/es6/MonthDateRangeComparator.js.map +1 -1
- package/lib/es6/MonthPicker.js +1 -1
- package/lib/es6/MonthPicker.js.map +1 -1
- package/lib/es6/MonthRangePicker.js +1 -1
- package/lib/es6/MonthRangePicker.js.map +1 -1
- package/lib/es6/components/ButtonTrigger.js +2 -2
- package/lib/es6/components/ButtonTrigger.js.map +1 -1
- package/lib/es6/components/Calendar.js +25 -25
- package/lib/es6/components/Calendar.js.map +1 -1
- package/lib/es6/components/DateRangeComparatorAbstract.js +31 -31
- package/lib/es6/components/DateRangeComparatorAbstract.js.map +1 -1
- package/lib/es6/components/InputTrigger.js +33 -33
- package/lib/es6/components/InputTrigger.js.map +1 -1
- package/lib/es6/components/PickerAbstract.js +31 -31
- package/lib/es6/components/PickerAbstract.js.map +1 -1
- package/lib/es6/components/RangePickerAbstract.js +31 -31
- package/lib/es6/components/RangePickerAbstract.js.map +1 -1
- package/lib/es6/components/index.js +1 -1
- package/lib/es6/components/index.js.map +1 -1
- package/lib/es6/index.d.js.map +1 -1
- package/lib/es6/style/calendar.shadow.css +5 -1
- package/lib/esm/DatePicker.mjs +114 -103
- package/lib/esm/DateRangeComparator.mjs +166 -149
- package/lib/esm/DateRangePicker.mjs +85 -77
- package/lib/esm/MonthDateRangeComparator.mjs +187 -169
- package/lib/esm/MonthPicker.mjs +78 -71
- package/lib/esm/MonthRangePicker.mjs +94 -85
- package/lib/esm/components/ButtonTrigger.mjs +16 -15
- package/lib/esm/components/Calendar.mjs +404 -286
- package/lib/esm/components/DateRangeComparatorAbstract.mjs +453 -329
- package/lib/esm/components/InputTrigger.mjs +757 -518
- package/lib/esm/components/PickerAbstract.mjs +191 -148
- package/lib/esm/components/RangePickerAbstract.mjs +305 -220
- package/lib/esm/components/index.mjs +127 -109
- package/lib/esm/index.mjs +13 -13
- package/lib/esm/translations/__intergalactic-dynamic-locales.mjs +32 -32
- package/lib/esm/translations/de.json.mjs +83 -56
- package/lib/esm/translations/en.json.mjs +95 -64
- package/lib/esm/translations/es.json.mjs +83 -56
- package/lib/esm/translations/fr.json.mjs +83 -56
- package/lib/esm/translations/it.json.mjs +83 -56
- package/lib/esm/translations/ja.json.mjs +83 -56
- package/lib/esm/translations/ko.json.mjs +83 -56
- package/lib/esm/translations/nl.json.mjs +83 -56
- package/lib/esm/translations/pl.json.mjs +83 -56
- package/lib/esm/translations/pt.json.mjs +83 -56
- package/lib/esm/translations/ru.json.mjs +35 -24
- package/lib/esm/translations/sv.json.mjs +83 -56
- package/lib/esm/translations/tr.json.mjs +83 -56
- package/lib/esm/translations/vi.json.mjs +83 -56
- package/lib/esm/translations/zh.json.mjs +83 -56
- package/lib/esm/utils/cronTabScheduler.mjs +58 -52
- package/lib/esm/utils/datesIntersects.mjs +15 -11
- package/lib/esm/utils/formatDate.mjs +25 -18
- package/lib/esm/utils/includesDate.mjs +13 -9
- package/lib/esm/utils/shortDateRangeFormat.mjs +53 -31
- package/lib/types/index.d.ts +1 -1
- package/package.json +15 -18
|
@@ -1,130 +1,148 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import { assignProps
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import { Box
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import { callAllEventHandlers
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
var
|
|
22
|
-
function
|
|
23
|
-
var
|
|
24
|
-
return /* @__PURE__ */
|
|
25
|
-
tag:
|
|
26
|
-
},
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
|
4
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
5
|
+
import _assertThisInitialized from "@babel/runtime/helpers/esm/assertThisInitialized";
|
|
6
|
+
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
7
|
+
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
8
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
9
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
|
10
|
+
import { assignProps, sstyled, Component } from "@semcore/core";
|
|
11
|
+
import React from "react";
|
|
12
|
+
import dayjs from "dayjs";
|
|
13
|
+
import Dropdown from "@semcore/dropdown";
|
|
14
|
+
import { Box } from "@semcore/flex-box";
|
|
15
|
+
import Button from "@semcore/button";
|
|
16
|
+
import ChevronLeft from "@semcore/icon/ChevronLeft/m";
|
|
17
|
+
import ChevronRight from "@semcore/icon/ChevronRight/m";
|
|
18
|
+
import { callAllEventHandlers } from "@semcore/core/lib/utils/assignProps";
|
|
19
|
+
import ButtonTrigger from "./ButtonTrigger.mjs";
|
|
20
|
+
import InputTrigger$1 from "./InputTrigger.mjs";
|
|
21
|
+
var _excluded = ["value", "onClick", "onMouseEnter", "onMouseLeave"];
|
|
22
|
+
function Trigger() {
|
|
23
|
+
var _ref = arguments[0];
|
|
24
|
+
return /* @__PURE__ */ React.createElement(Dropdown.Trigger, assignProps({
|
|
25
|
+
"tag": ButtonTrigger
|
|
26
|
+
}, _ref));
|
|
27
27
|
}
|
|
28
|
-
function
|
|
29
|
-
var
|
|
30
|
-
return /* @__PURE__ */
|
|
31
|
-
tag:
|
|
32
|
-
__excludeProps: ["role", "aria-haspopup", "aria-expanded", "onChange", "value", "id"]
|
|
33
|
-
},
|
|
28
|
+
function InputTrigger() {
|
|
29
|
+
var _ref2 = arguments[0];
|
|
30
|
+
return /* @__PURE__ */ React.createElement(Dropdown.Trigger, assignProps({
|
|
31
|
+
"tag": InputTrigger$1,
|
|
32
|
+
"__excludeProps": ["role", "aria-haspopup", "aria-expanded", "onChange", "value", "id"]
|
|
33
|
+
}, _ref2));
|
|
34
34
|
}
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
function
|
|
43
|
-
var
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
35
|
+
InputTrigger.Indicator = InputTrigger$1.Indicator;
|
|
36
|
+
InputTrigger.MaskedInput = InputTrigger$1.MaskedInput;
|
|
37
|
+
InputTrigger.Addon = InputTrigger$1.Addon;
|
|
38
|
+
InputTrigger.SingleDateInput = InputTrigger$1.SingleDateInput;
|
|
39
|
+
InputTrigger.DateRange = InputTrigger$1.DateRange;
|
|
40
|
+
InputTrigger.DateRangeFromInput = InputTrigger$1.DateRangeFromInput;
|
|
41
|
+
InputTrigger.DateRangeToInput = InputTrigger$1.DateRangeToInput;
|
|
42
|
+
function Popper(props) {
|
|
43
|
+
var _ref3 = arguments[0], _ref9;
|
|
44
|
+
var SPopper = Dropdown.Popper;
|
|
45
|
+
return _ref9 = sstyled(props.styles), /* @__PURE__ */ React.createElement(SPopper, _ref9.cn("SPopper", _objectSpread({}, assignProps({
|
|
46
|
+
"role": "dialog"
|
|
47
|
+
}, _ref3))));
|
|
47
48
|
}
|
|
48
|
-
function
|
|
49
|
-
var
|
|
50
|
-
|
|
49
|
+
function Header(props) {
|
|
50
|
+
var _ref4 = arguments[0], _ref10;
|
|
51
|
+
var SHeader = Box;
|
|
52
|
+
return _ref10 = sstyled(props.styles), /* @__PURE__ */ React.createElement(SHeader, _ref10.cn("SHeader", _objectSpread({}, assignProps({}, _ref4))));
|
|
51
53
|
}
|
|
52
|
-
var
|
|
53
|
-
var
|
|
54
|
-
|
|
54
|
+
var Title = function Title2(_ref13) {
|
|
55
|
+
var _ref5 = arguments[0], _ref11;
|
|
56
|
+
var Children = _ref13.Children, styles = _ref13.styles;
|
|
57
|
+
var STitle = Box;
|
|
58
|
+
return _ref11 = sstyled(styles), /* @__PURE__ */ React.createElement(STitle, _ref11.cn("STitle", _objectSpread({}, assignProps({
|
|
55
59
|
"aria-live": "polite"
|
|
56
|
-
},
|
|
60
|
+
}, _ref5))), /* @__PURE__ */ React.createElement(Children, _ref11.cn("Children", {})));
|
|
57
61
|
};
|
|
58
|
-
function
|
|
59
|
-
var
|
|
60
|
-
|
|
61
|
-
var
|
|
62
|
-
return /* @__PURE__ */
|
|
63
|
-
use: "tertiary",
|
|
64
|
-
theme: "muted",
|
|
65
|
-
size: "l"
|
|
66
|
-
},
|
|
62
|
+
function Prev(_ref14) {
|
|
63
|
+
var _ref6 = arguments[0];
|
|
64
|
+
_ref14.getI18nText;
|
|
65
|
+
var children = _ref14.children, Children = _ref14.Children;
|
|
66
|
+
return /* @__PURE__ */ React.createElement(Button, assignProps({
|
|
67
|
+
"use": "tertiary",
|
|
68
|
+
"theme": "muted",
|
|
69
|
+
"size": "l"
|
|
70
|
+
}, _ref6), children ? /* @__PURE__ */ React.createElement(Children, null) : /* @__PURE__ */ React.createElement(Button.Addon, null, /* @__PURE__ */ React.createElement(ChevronLeft, null)));
|
|
67
71
|
}
|
|
68
|
-
function
|
|
69
|
-
var
|
|
70
|
-
|
|
71
|
-
var
|
|
72
|
-
return /* @__PURE__ */
|
|
73
|
-
use: "tertiary",
|
|
74
|
-
theme: "muted",
|
|
75
|
-
size: "l"
|
|
76
|
-
},
|
|
72
|
+
function Next(_ref15) {
|
|
73
|
+
var _ref7 = arguments[0];
|
|
74
|
+
_ref15.getI18nText;
|
|
75
|
+
var children = _ref15.children, Children = _ref15.Children;
|
|
76
|
+
return /* @__PURE__ */ React.createElement(Button, assignProps({
|
|
77
|
+
"use": "tertiary",
|
|
78
|
+
"theme": "muted",
|
|
79
|
+
"size": "l"
|
|
80
|
+
}, _ref7), children ? /* @__PURE__ */ React.createElement(Children, null) : /* @__PURE__ */ React.createElement(Button.Addon, null, /* @__PURE__ */ React.createElement(ChevronRight, null)));
|
|
77
81
|
}
|
|
78
|
-
var
|
|
79
|
-
|
|
80
|
-
var
|
|
81
|
-
function
|
|
82
|
-
var
|
|
83
|
-
|
|
84
|
-
for (var
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
82
|
+
var Period = /* @__PURE__ */ function(_Component) {
|
|
83
|
+
_inherits(Period2, _Component);
|
|
84
|
+
var _super = _createSuper(Period2);
|
|
85
|
+
function Period2() {
|
|
86
|
+
var _this;
|
|
87
|
+
_classCallCheck(this, Period2);
|
|
88
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
89
|
+
args[_key] = arguments[_key];
|
|
90
|
+
}
|
|
91
|
+
_this = _super.call.apply(_super, [this].concat(args));
|
|
92
|
+
_defineProperty(_assertThisInitialized(_this), "getActiveControl", function() {
|
|
93
|
+
var period = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [];
|
|
94
|
+
var value = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : void 0;
|
|
95
|
+
function compareMonth(monthOne, monthTwo) {
|
|
96
|
+
return dayjs(monthOne).isSame(dayjs(monthTwo), "date");
|
|
97
|
+
}
|
|
98
|
+
if (!period || !value) return false;
|
|
99
|
+
if (Array.isArray(value) && period.length !== value.length) return false;
|
|
100
|
+
if (Array.isArray(value)) {
|
|
101
|
+
return compareMonth(period[0], value[0]) && compareMonth(period[1], value[1]);
|
|
90
102
|
}
|
|
91
|
-
return
|
|
92
|
-
})
|
|
103
|
+
return compareMonth(period[0], value);
|
|
104
|
+
});
|
|
105
|
+
return _this;
|
|
93
106
|
}
|
|
94
|
-
|
|
107
|
+
_createClass(Period2, [{
|
|
95
108
|
key: "render",
|
|
96
|
-
value: function() {
|
|
97
|
-
var
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
109
|
+
value: function render() {
|
|
110
|
+
var _ref8 = this.asProps, _ref12, _this2 = this;
|
|
111
|
+
var SPeriod = Box;
|
|
112
|
+
var _this$asProps = this.asProps, styles = _this$asProps.styles, value = _this$asProps.value, onChange = _this$asProps.onChange, periods = _this$asProps.periods, onHighlightedChange = _this$asProps.onHighlightedChange, onDisplayedPeriodChange = _this$asProps.onDisplayedPeriodChange;
|
|
113
|
+
return _ref12 = sstyled(styles), /* @__PURE__ */ React.createElement(SPeriod, _ref12.cn("SPeriod", _objectSpread({}, assignProps({}, _ref8))), periods.map(function(_ref16, i) {
|
|
114
|
+
var period = _ref16.value, onClick = _ref16.onClick, onMouseEnter = _ref16.onMouseEnter, onMouseLeave = _ref16.onMouseLeave, other = _objectWithoutProperties(_ref16, _excluded);
|
|
115
|
+
return /* @__PURE__ */ React.createElement(Button, _extends({
|
|
116
|
+
key: i,
|
|
102
117
|
use: "tertiary",
|
|
103
118
|
theme: "muted",
|
|
104
119
|
role: "option",
|
|
105
|
-
styles
|
|
106
|
-
active:
|
|
107
|
-
onClick:
|
|
108
|
-
return
|
|
120
|
+
styles,
|
|
121
|
+
active: _this2.getActiveControl(period, value),
|
|
122
|
+
onClick: callAllEventHandlers(onClick, function() {
|
|
123
|
+
return onChange(period);
|
|
109
124
|
}),
|
|
110
|
-
onMouseEnter:
|
|
111
|
-
|
|
125
|
+
onMouseEnter: callAllEventHandlers(onMouseEnter, function() {
|
|
126
|
+
onHighlightedChange(period);
|
|
127
|
+
onDisplayedPeriodChange(dayjs(period[0]).toDate());
|
|
112
128
|
}),
|
|
113
|
-
onMouseLeave:
|
|
114
|
-
|
|
129
|
+
onMouseLeave: callAllEventHandlers(onMouseLeave, function() {
|
|
130
|
+
onHighlightedChange([]);
|
|
131
|
+
onDisplayedPeriodChange(value[0] ? dayjs(value[0]).toDate() : /* @__PURE__ */ new Date());
|
|
115
132
|
})
|
|
116
|
-
},
|
|
133
|
+
}, other));
|
|
117
134
|
}));
|
|
118
135
|
}
|
|
119
|
-
}])
|
|
120
|
-
|
|
136
|
+
}]);
|
|
137
|
+
return Period2;
|
|
138
|
+
}(Component);
|
|
121
139
|
export {
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
140
|
+
Header,
|
|
141
|
+
InputTrigger,
|
|
142
|
+
Next,
|
|
143
|
+
Period,
|
|
144
|
+
Popper,
|
|
145
|
+
Prev,
|
|
146
|
+
Title,
|
|
147
|
+
Trigger
|
|
130
148
|
};
|
package/lib/esm/index.mjs
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { default as
|
|
2
|
-
import { default as
|
|
3
|
-
import { default as
|
|
4
|
-
import { default as
|
|
5
|
-
import { default as
|
|
6
|
-
import { default as
|
|
1
|
+
import { default as default2, DatePickerRoot } from "./DatePicker.mjs";
|
|
2
|
+
import { default as default3 } from "./DateRangePicker.mjs";
|
|
3
|
+
import { default as default4 } from "./DateRangeComparator.mjs";
|
|
4
|
+
import { default as default5 } from "./MonthPicker.mjs";
|
|
5
|
+
import { default as default6 } from "./MonthRangePicker.mjs";
|
|
6
|
+
import { default as default7 } from "./MonthDateRangeComparator.mjs";
|
|
7
7
|
export {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
8
|
+
default2 as DatePicker,
|
|
9
|
+
DatePickerRoot,
|
|
10
|
+
default4 as DateRangeComparator,
|
|
11
|
+
default3 as DateRangePicker,
|
|
12
|
+
default7 as MonthDateRangeComparator,
|
|
13
|
+
default5 as MonthPicker,
|
|
14
|
+
default6 as MonthRangePicker
|
|
15
15
|
};
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
var
|
|
17
|
-
de
|
|
18
|
-
en
|
|
19
|
-
es
|
|
20
|
-
fr
|
|
21
|
-
it
|
|
22
|
-
ja
|
|
23
|
-
ko
|
|
24
|
-
nl
|
|
25
|
-
pt
|
|
26
|
-
ru
|
|
27
|
-
tr
|
|
28
|
-
vi
|
|
29
|
-
zh
|
|
30
|
-
pl
|
|
31
|
-
sv
|
|
1
|
+
import de from "./de.json.mjs";
|
|
2
|
+
import en from "./en.json.mjs";
|
|
3
|
+
import es from "./es.json.mjs";
|
|
4
|
+
import fr from "./fr.json.mjs";
|
|
5
|
+
import it from "./it.json.mjs";
|
|
6
|
+
import ja from "./ja.json.mjs";
|
|
7
|
+
import ko from "./ko.json.mjs";
|
|
8
|
+
import nl from "./nl.json.mjs";
|
|
9
|
+
import pt from "./pt.json.mjs";
|
|
10
|
+
import ru from "./ru.json.mjs";
|
|
11
|
+
import tr from "./tr.json.mjs";
|
|
12
|
+
import vi from "./vi.json.mjs";
|
|
13
|
+
import zh from "./zh.json.mjs";
|
|
14
|
+
import pl from "./pl.json.mjs";
|
|
15
|
+
import sv from "./sv.json.mjs";
|
|
16
|
+
var localizedMessages = {
|
|
17
|
+
de,
|
|
18
|
+
en,
|
|
19
|
+
es,
|
|
20
|
+
fr,
|
|
21
|
+
it,
|
|
22
|
+
ja,
|
|
23
|
+
ko,
|
|
24
|
+
nl,
|
|
25
|
+
pt,
|
|
26
|
+
ru,
|
|
27
|
+
tr,
|
|
28
|
+
vi,
|
|
29
|
+
zh,
|
|
30
|
+
pl,
|
|
31
|
+
sv
|
|
32
32
|
};
|
|
33
33
|
export {
|
|
34
|
-
|
|
34
|
+
localizedMessages
|
|
35
35
|
};
|
|
@@ -1,62 +1,89 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
1
|
+
const apply = "Anwenden";
|
|
2
|
+
const reset = "Zurücksetzen";
|
|
3
|
+
const today = "Heute";
|
|
4
|
+
const last2Days = "Letzte 2 Tage";
|
|
5
|
+
const lastWeek = "Letzte Woche";
|
|
6
|
+
const last2Weeks = "Letzte 2 Wochen";
|
|
7
|
+
const lastMonth = "Letzten Monat";
|
|
8
|
+
const last2Months = "Letzte 2 Monate";
|
|
9
|
+
const last3Months = "Letzte 3 Monate";
|
|
10
|
+
const last6Months = "Letzte 6 Monate";
|
|
11
|
+
const last12Months = "Letzte 12 Monate";
|
|
12
|
+
const prev = "Voriger Zeitraum";
|
|
13
|
+
const next = "Nächster Zeitraum";
|
|
14
|
+
const input = "Datumsfeld";
|
|
15
|
+
const compare = "Vergleichen mit";
|
|
16
|
+
const fromDate = "Vom {date}";
|
|
17
|
+
const toDate = "Bis {date}";
|
|
18
|
+
const periods = "Vorgaben";
|
|
19
|
+
const dateRange = "Datumsbereich";
|
|
20
|
+
const dateRange1 = "Erster Datumsbereich";
|
|
21
|
+
const dateRange2 = "Zweiter Datumsbereich";
|
|
22
|
+
const selectingStarted = "Auswahl begonnen";
|
|
23
|
+
const selectingFinished = "Ausgewählt";
|
|
24
|
+
const unavailableDate = "Bitte wählen Sie ein verfügbares Datum aus.";
|
|
25
|
+
const unavailableMonth = "Bitte wählen Sie einen verfügbaren Monat aus.";
|
|
26
|
+
const unavailableEndDate = "Bitte wählen Sie ein verfügbares Fälligkeitsdatum aus.";
|
|
27
|
+
const unavailableEndMonth = "Bitte wählen Sie einen verfügbaren Fälligkeitsmonat aus.";
|
|
28
|
+
const de = {
|
|
29
|
+
apply,
|
|
30
|
+
reset,
|
|
31
|
+
today,
|
|
32
|
+
last2Days,
|
|
33
|
+
lastWeek,
|
|
34
|
+
last2Weeks,
|
|
35
|
+
lastMonth,
|
|
36
|
+
last2Months,
|
|
37
|
+
last3Months,
|
|
38
|
+
last6Months,
|
|
39
|
+
last12Months,
|
|
40
|
+
prev,
|
|
41
|
+
next,
|
|
42
|
+
input,
|
|
43
|
+
compare,
|
|
44
|
+
fromDate,
|
|
45
|
+
toDate,
|
|
46
|
+
periods,
|
|
47
|
+
dateRange,
|
|
48
|
+
dateRange1,
|
|
49
|
+
dateRange2,
|
|
50
|
+
selectingStarted,
|
|
51
|
+
selectingFinished,
|
|
52
|
+
unavailableDate,
|
|
53
|
+
unavailableMonth,
|
|
54
|
+
unavailableEndDate,
|
|
55
|
+
unavailableEndMonth,
|
|
29
56
|
"placeholder-days": "T",
|
|
30
57
|
"placeholder-months": "M",
|
|
31
58
|
"placeholder-years": "J"
|
|
32
59
|
};
|
|
33
60
|
export {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
61
|
+
apply,
|
|
62
|
+
compare,
|
|
63
|
+
dateRange,
|
|
64
|
+
dateRange1,
|
|
65
|
+
dateRange2,
|
|
66
|
+
de as default,
|
|
67
|
+
fromDate,
|
|
68
|
+
input,
|
|
69
|
+
last12Months,
|
|
70
|
+
last2Days,
|
|
71
|
+
last2Months,
|
|
72
|
+
last2Weeks,
|
|
73
|
+
last3Months,
|
|
74
|
+
last6Months,
|
|
75
|
+
lastMonth,
|
|
76
|
+
lastWeek,
|
|
77
|
+
next,
|
|
78
|
+
periods,
|
|
79
|
+
prev,
|
|
80
|
+
reset,
|
|
81
|
+
selectingFinished,
|
|
82
|
+
selectingStarted,
|
|
83
|
+
toDate,
|
|
84
|
+
today,
|
|
85
|
+
unavailableDate,
|
|
86
|
+
unavailableEndDate,
|
|
87
|
+
unavailableEndMonth,
|
|
88
|
+
unavailableMonth
|
|
62
89
|
};
|