albinasoft-ui-package 1.0.72 → 1.0.74
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.
@@ -1,7 +1,3 @@
|
|
1
|
-
.react-datepicker-wrapper {
|
2
|
-
display: block;
|
3
|
-
}
|
4
|
-
|
5
1
|
.react-datepicker-popper {
|
6
2
|
z-index: 5;
|
7
3
|
}
|
@@ -19,8 +15,9 @@
|
|
19
15
|
top: 6px;
|
20
16
|
width: 9px;
|
21
17
|
}
|
18
|
+
|
22
19
|
.react-datepicker-wrapper {
|
23
|
-
display:
|
20
|
+
display: block;
|
24
21
|
padding: 0;
|
25
22
|
border: 0;
|
26
23
|
}
|
@@ -244,6 +241,7 @@ h2.react-datepicker__current-month {
|
|
244
241
|
border-left: 1px solid #aeaeae;
|
245
242
|
width: 85px;
|
246
243
|
}
|
244
|
+
|
247
245
|
.react-datepicker__time-container--with-today-button {
|
248
246
|
display: inline;
|
249
247
|
border: 1px solid #aeaeae;
|
@@ -51,9 +51,7 @@ var CustomDateTimePicker = function (_a) {
|
|
51
51
|
react_1.default.createElement("div", { className: "position-relative" },
|
52
52
|
react_1.default.createElement(react_bootstrap_1.OverlayTrigger, { placement: "bottom", overlay: tooltip ? (react_1.default.createElement(react_bootstrap_1.Tooltip, { id: "tooltip-".concat(id) }, tooltip)) : (react_1.default.createElement(react_1.default.Fragment, null)) },
|
53
53
|
react_1.default.createElement("div", null,
|
54
|
-
react_1.default.createElement(react_datepicker_1.default, { id: id, name: name, selected: value, onChange: onChange, className: "form-control ".concat(className || ""), placeholderText: placeholder, disabled: disabled, required: required, showTimeSelect: showTimeSelect || false, showTimeSelectOnly: showTimeSelectOnly || false, showYearDropdown: showYearDropdown || false, showTimeCaption: false, timeFormat: timeFormat,
|
55
|
-
// Manuel locale objesini geçiyoruz; TypeScript uyumsuzluklarını önlemek için "as any"
|
56
|
-
locale: customTrLocale, dateFormat: showTimeSelectOnly
|
54
|
+
react_1.default.createElement(react_datepicker_1.default, { id: id, name: name, selected: value, onChange: onChange, className: "form-control ".concat(className || ""), placeholderText: placeholder, disabled: disabled, required: required, showTimeSelect: showTimeSelect || false, showTimeSelectOnly: showTimeSelectOnly || false, showYearDropdown: showYearDropdown || false, showTimeCaption: false, timeFormat: timeFormat, locale: customTrLocale, dateFormat: showTimeSelectOnly
|
57
55
|
? timeFormat
|
58
56
|
: showTimeSelect
|
59
57
|
? "dd.MM.yyyy HH:mm"
|