@elliemae/ds-date-range-picker 3.26.1-rc.1 → 3.27.0-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/index.js.map +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +2 -2
- package/dist/types/index.d.ts +2 -2
- package/package.json +6 -39
- package/dist/cjs/DSDateRangePicker.js +0 -221
- package/dist/cjs/DSDateRangePicker.js.map +0 -7
- package/dist/cjs/components/DSDateRangePickerImpl.js +0 -312
- package/dist/cjs/components/DSDateRangePickerImpl.js.map +0 -7
- package/dist/cjs/components/DatePickerLabel/DatePickerLabel.js +0 -38
- package/dist/cjs/components/DatePickerLabel/DatePickerLabel.js.map +0 -7
- package/dist/cjs/components/DatePickerRangeHeader/DatePickerRangeHeader.js +0 -123
- package/dist/cjs/components/DatePickerRangeHeader/DatePickerRangeHeader.js.map +0 -7
- package/dist/cjs/components/DayPickerRangeController.js +0 -162
- package/dist/cjs/components/DayPickerRangeController.js.map +0 -7
- package/dist/cjs/isMaxDiffSafe.js +0 -47
- package/dist/cjs/isMaxDiffSafe.js.map +0 -7
- package/dist/esm/DSDateRangePicker.js +0 -191
- package/dist/esm/DSDateRangePicker.js.map +0 -7
- package/dist/esm/components/DSDateRangePickerImpl.js +0 -282
- package/dist/esm/components/DSDateRangePickerImpl.js.map +0 -7
- package/dist/esm/components/DatePickerLabel/DatePickerLabel.js +0 -8
- package/dist/esm/components/DatePickerLabel/DatePickerLabel.js.map +0 -7
- package/dist/esm/components/DatePickerRangeHeader/DatePickerRangeHeader.js +0 -93
- package/dist/esm/components/DatePickerRangeHeader/DatePickerRangeHeader.js.map +0 -7
- package/dist/esm/components/DayPickerRangeController.js +0 -132
- package/dist/esm/components/DayPickerRangeController.js.map +0 -7
- package/dist/esm/isMaxDiffSafe.js +0 -17
- package/dist/esm/isMaxDiffSafe.js.map +0 -7
- package/dist/types/DSDateRangePicker.d.ts +0 -132
- package/dist/types/components/DSDateRangePickerImpl.d.ts +0 -24
- package/dist/types/components/DatePickerLabel/DatePickerLabel.d.ts +0 -5
- package/dist/types/components/DatePickerRangeHeader/DatePickerRangeHeader.d.ts +0 -9
- package/dist/types/components/DayPickerRangeController.d.ts +0 -35
- package/dist/types/isMaxDiffSafe.d.ts +0 -2
package/dist/cjs/index.js
CHANGED
|
@@ -29,10 +29,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
29
29
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
30
30
|
var src_exports = {};
|
|
31
31
|
__export(src_exports, {
|
|
32
|
-
default: () =>
|
|
32
|
+
default: () => import_ds_legacy_date_range_picker.default
|
|
33
33
|
});
|
|
34
34
|
module.exports = __toCommonJS(src_exports);
|
|
35
35
|
var React = __toESM(require("react"));
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
__reExport(src_exports, require("@elliemae/ds-legacy-date-range-picker"), module.exports);
|
|
37
|
+
var import_ds_legacy_date_range_picker = __toESM(require("@elliemae/ds-legacy-date-range-picker"));
|
|
38
38
|
//# sourceMappingURL=index.js.map
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["export
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB
|
|
4
|
+
"sourcesContent": ["export * from '@elliemae/ds-legacy-date-range-picker';\nexport { default } from '@elliemae/ds-legacy-date-range-picker';\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,wBAAc,kDAAd;AACA,yCAAwB;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
export * from "@elliemae/ds-legacy-date-range-picker";
|
|
3
|
+
import { default as default2 } from "@elliemae/ds-legacy-date-range-picker";
|
|
4
4
|
export {
|
|
5
5
|
default2 as default
|
|
6
6
|
};
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/index.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,WAAAA,gBAAe;
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export * from '@elliemae/ds-legacy-date-range-picker';\nexport { default } from '@elliemae/ds-legacy-date-range-picker';\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACAvB,cAAc;AACd,SAAS,WAAAA,gBAAe;",
|
|
6
6
|
"names": ["default"]
|
|
7
7
|
}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export * from '@elliemae/ds-legacy-date-range-picker';
|
|
2
|
+
export { default } from '@elliemae/ds-legacy-date-range-picker';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-date-range-picker",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.27.0-next.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Date Range Picker",
|
|
6
6
|
"files": [
|
|
@@ -13,30 +13,6 @@
|
|
|
13
13
|
".": {
|
|
14
14
|
"import": "./dist/esm/index.js",
|
|
15
15
|
"require": "./dist/cjs/index.js"
|
|
16
|
-
},
|
|
17
|
-
"./isMaxDiffSafe": {
|
|
18
|
-
"import": "./dist/esm/isMaxDiffSafe.js",
|
|
19
|
-
"require": "./dist/cjs/isMaxDiffSafe.js"
|
|
20
|
-
},
|
|
21
|
-
"./DSDateRangePicker": {
|
|
22
|
-
"import": "./dist/esm/DSDateRangePicker.js",
|
|
23
|
-
"require": "./dist/cjs/DSDateRangePicker.js"
|
|
24
|
-
},
|
|
25
|
-
"./components/DSDateRangePickerImpl": {
|
|
26
|
-
"import": "./dist/esm/components/DSDateRangePickerImpl.js",
|
|
27
|
-
"require": "./dist/cjs/components/DSDateRangePickerImpl.js"
|
|
28
|
-
},
|
|
29
|
-
"./components/DayPickerRangeController": {
|
|
30
|
-
"import": "./dist/esm/components/DayPickerRangeController.js",
|
|
31
|
-
"require": "./dist/cjs/components/DayPickerRangeController.js"
|
|
32
|
-
},
|
|
33
|
-
"./components/DatePickerRangeHeader/DatePickerRangeHeader": {
|
|
34
|
-
"import": "./dist/esm/components/DatePickerRangeHeader/DatePickerRangeHeader.js",
|
|
35
|
-
"require": "./dist/cjs/components/DatePickerRangeHeader/DatePickerRangeHeader.js"
|
|
36
|
-
},
|
|
37
|
-
"./components/DatePickerLabel/DatePickerLabel": {
|
|
38
|
-
"import": "./dist/esm/components/DatePickerLabel/DatePickerLabel.js",
|
|
39
|
-
"require": "./dist/cjs/components/DatePickerLabel/DatePickerLabel.js"
|
|
40
16
|
}
|
|
41
17
|
},
|
|
42
18
|
"sideEffects": [
|
|
@@ -59,21 +35,12 @@
|
|
|
59
35
|
"indent": 4
|
|
60
36
|
},
|
|
61
37
|
"dependencies": {
|
|
62
|
-
"
|
|
63
|
-
"prop-types": "~15.8.1",
|
|
64
|
-
"react-dates": "~21.8.0",
|
|
65
|
-
"@elliemae/ds-classnames": "3.26.1-rc.1",
|
|
66
|
-
"@elliemae/ds-date-picker": "3.26.1-rc.1",
|
|
67
|
-
"@elliemae/ds-form": "3.26.1-rc.1",
|
|
68
|
-
"@elliemae/ds-icons": "3.26.1-rc.1",
|
|
69
|
-
"@elliemae/ds-popper": "3.26.1-rc.1",
|
|
70
|
-
"@elliemae/ds-props-helpers": "3.26.1-rc.1",
|
|
71
|
-
"@elliemae/ds-utilities": "3.26.1-rc.1"
|
|
38
|
+
"@elliemae/ds-legacy-date-range-picker": "1.0.1"
|
|
72
39
|
},
|
|
73
40
|
"devDependencies": {
|
|
74
41
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
|
75
42
|
"styled-components": "~5.3.9",
|
|
76
|
-
"@elliemae/ds-monorepo-devops": "3.
|
|
43
|
+
"@elliemae/ds-monorepo-devops": "3.27.0-next.2"
|
|
77
44
|
},
|
|
78
45
|
"peerDependencies": {
|
|
79
46
|
"lodash": "^4.17.21",
|
|
@@ -86,13 +53,13 @@
|
|
|
86
53
|
},
|
|
87
54
|
"scripts": {
|
|
88
55
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|
|
89
|
-
"test": "
|
|
90
|
-
"lint": "
|
|
56
|
+
"test": "exit 0 | echo",
|
|
57
|
+
"lint": "exit 0 | echo",
|
|
91
58
|
"eslint:fix": "exit 0 | echo",
|
|
92
59
|
"dts": "exit 0 | echo",
|
|
93
60
|
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|
|
94
61
|
"dev:build": "pnpm --filter {.}... build",
|
|
95
62
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
96
|
-
"checkDeps": "
|
|
63
|
+
"checkDeps": "exit 0 | echo"
|
|
97
64
|
}
|
|
98
65
|
}
|
|
@@ -1,221 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __create = Object.create;
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var __export = (target, all) => {
|
|
9
|
-
for (var name in all)
|
|
10
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
-
};
|
|
12
|
-
var __copyProps = (to, from, except, desc) => {
|
|
13
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
-
for (let key of __getOwnPropNames(from))
|
|
15
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
-
}
|
|
18
|
-
return to;
|
|
19
|
-
};
|
|
20
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
-
mod
|
|
27
|
-
));
|
|
28
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var DSDateRangePicker_exports = {};
|
|
30
|
-
__export(DSDateRangePicker_exports, {
|
|
31
|
-
DSDateRangePicker: () => DSDateRangePicker,
|
|
32
|
-
DateRangePickerWithSchema: () => DateRangePickerWithSchema,
|
|
33
|
-
DayPickerRangeController: () => import_DayPickerRangeController.default,
|
|
34
|
-
END_DATE: () => import_DSDateRangePickerImpl.END_DATE,
|
|
35
|
-
START_DATE: () => import_DSDateRangePickerImpl.START_DATE,
|
|
36
|
-
default: () => DSDateRangePicker_default
|
|
37
|
-
});
|
|
38
|
-
module.exports = __toCommonJS(DSDateRangePicker_exports);
|
|
39
|
-
var React = __toESM(require("react"));
|
|
40
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
41
|
-
var import_ds_utilities = require("@elliemae/ds-utilities");
|
|
42
|
-
var import_ds_props_helpers = require("@elliemae/ds-props-helpers");
|
|
43
|
-
var import_ds_classnames = require("@elliemae/ds-classnames");
|
|
44
|
-
var import_moment = __toESM(require("moment"));
|
|
45
|
-
var import_initialize = require("react-dates/initialize.js");
|
|
46
|
-
var import_defaultPhrases = require("react-dates/lib/defaultPhrases.js");
|
|
47
|
-
var import_DayPickerRangeController = __toESM(require("./components/DayPickerRangeController.js"));
|
|
48
|
-
var import_DSDateRangePickerImpl = __toESM(require("./components/DSDateRangePickerImpl.js"));
|
|
49
|
-
const DSDateRangePicker = ({
|
|
50
|
-
containerProps = {},
|
|
51
|
-
className = "",
|
|
52
|
-
disabled = false,
|
|
53
|
-
required = false,
|
|
54
|
-
startDateRequired = false,
|
|
55
|
-
endDateRequired = false,
|
|
56
|
-
id,
|
|
57
|
-
hasError = false,
|
|
58
|
-
validationMessage = "",
|
|
59
|
-
readOnly = false,
|
|
60
|
-
screenReaderInputMessage = "Select date",
|
|
61
|
-
initialVisibleMonth = (0, import_moment.default)(),
|
|
62
|
-
firstDayOfWeek = 0,
|
|
63
|
-
keepOpenOnDateSelect = true,
|
|
64
|
-
reopenPickerOnClearDates = false,
|
|
65
|
-
hideKeyboardShortcutsPanel = true,
|
|
66
|
-
onPrevMonthClick = () => null,
|
|
67
|
-
onNextMonthClick = () => null,
|
|
68
|
-
onClose = () => null,
|
|
69
|
-
onOutsideClick = () => null,
|
|
70
|
-
transitionDuration = 0,
|
|
71
|
-
verticalSpacing = 0,
|
|
72
|
-
minimumNights = 0,
|
|
73
|
-
isDayBlocked = () => false,
|
|
74
|
-
isOutsideRange = () => false,
|
|
75
|
-
isDayHighlighted = () => false,
|
|
76
|
-
displayFormat = "L",
|
|
77
|
-
displayFormatDay = "D",
|
|
78
|
-
phrases = import_defaultPhrases.DateRangePickerPhrases,
|
|
79
|
-
startDate,
|
|
80
|
-
endDate,
|
|
81
|
-
startDateId = "startDateId",
|
|
82
|
-
endDateId = "endDateId",
|
|
83
|
-
labelFrom = "From",
|
|
84
|
-
labelTo = "To",
|
|
85
|
-
enableOutsideDays = true,
|
|
86
|
-
onChangeStartInput = () => null,
|
|
87
|
-
onChangeEndInput = () => null,
|
|
88
|
-
onDatesChange = () => null
|
|
89
|
-
}) => {
|
|
90
|
-
(0, import_ds_utilities.useDeprecateComponent)({ componentName: "ds-date-range-picker", version: "3.x Date: 2023 Q1" });
|
|
91
|
-
const { cssClassName, prefixBlockName } = (0, import_ds_classnames.convertPropToCssClassName)("datepicker", className, {
|
|
92
|
-
hasError,
|
|
93
|
-
readOnly,
|
|
94
|
-
disabled,
|
|
95
|
-
id
|
|
96
|
-
});
|
|
97
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { ...containerProps, className: `${prefixBlockName}-range ${cssClassName} ${prefixBlockName}-range`, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
98
|
-
import_DSDateRangePickerImpl.default,
|
|
99
|
-
{
|
|
100
|
-
appendToBody: true,
|
|
101
|
-
disabled,
|
|
102
|
-
displayFormat,
|
|
103
|
-
displayFormatDay,
|
|
104
|
-
enableOutsideDays,
|
|
105
|
-
endDate,
|
|
106
|
-
endDateId,
|
|
107
|
-
firstDayOfWeek,
|
|
108
|
-
hideKeyboardShortcutsPanel,
|
|
109
|
-
initialVisibleMonth: () => initialVisibleMonth ? (0, import_moment.default)(initialVisibleMonth) : (0, import_moment.default)(startDate),
|
|
110
|
-
isDayBlocked,
|
|
111
|
-
isDayHighlighted,
|
|
112
|
-
isOutsideRange: isOutsideRange === true || isOutsideRange === false ? () => isOutsideRange : isOutsideRange,
|
|
113
|
-
keepOpenOnDateSelect,
|
|
114
|
-
labelFrom,
|
|
115
|
-
labelTo,
|
|
116
|
-
minimumNights,
|
|
117
|
-
onDatesChange,
|
|
118
|
-
onChangeStartInput,
|
|
119
|
-
onChangeEndInput,
|
|
120
|
-
onClose,
|
|
121
|
-
onNextMonthClick,
|
|
122
|
-
onPrevMonthClick,
|
|
123
|
-
onOutsideClick,
|
|
124
|
-
phrases,
|
|
125
|
-
readOnly,
|
|
126
|
-
reopenPickerOnClearDates,
|
|
127
|
-
required,
|
|
128
|
-
startDateRequired,
|
|
129
|
-
endDateRequired,
|
|
130
|
-
screenReaderInputMessage,
|
|
131
|
-
startDate,
|
|
132
|
-
startDateId,
|
|
133
|
-
transitionDuration,
|
|
134
|
-
verticalSpacing,
|
|
135
|
-
hasError,
|
|
136
|
-
validationMessage
|
|
137
|
-
}
|
|
138
|
-
) });
|
|
139
|
-
};
|
|
140
|
-
const dateRangePickerProps = {
|
|
141
|
-
containerProps: import_ds_props_helpers.PropTypes.shape({}).description("Set of Properties attached to the main container"),
|
|
142
|
-
className: import_ds_props_helpers.PropTypes.string.description("html class attribute"),
|
|
143
|
-
disabled: import_ds_props_helpers.PropTypes.bool.description("disable component or not").defaultValue(false),
|
|
144
|
-
required: import_ds_props_helpers.PropTypes.bool.description("input is required or not").defaultValue(false),
|
|
145
|
-
startDateRequired: import_ds_props_helpers.PropTypes.bool.description("start date is required or not").defaultValue(false),
|
|
146
|
-
endDateRequired: import_ds_props_helpers.PropTypes.bool.description("end date is required or not").defaultValue(false),
|
|
147
|
-
id: import_ds_props_helpers.PropTypes.string.description("components id"),
|
|
148
|
-
hasError: import_ds_props_helpers.PropTypes.bool.description("set error state").defaultValue(false),
|
|
149
|
-
validationMessage: import_ds_props_helpers.PropTypes.string.description("validation message"),
|
|
150
|
-
readOnly: import_ds_props_helpers.PropTypes.bool.description("component is read only or not").description(false),
|
|
151
|
-
screenReaderInputMessage: import_ds_props_helpers.PropTypes.string.description("message to be anounced by screen reader").defaultValue("select date"),
|
|
152
|
-
initialVisibleMonth: import_ds_props_helpers.PropTypes.oneOfType([import_ds_props_helpers.PropTypes.instanceOf(Date), import_ds_props_helpers.PropTypes.instanceOf(import_moment.default)]).description(
|
|
153
|
-
"initial visible month"
|
|
154
|
-
),
|
|
155
|
-
firstDayOfWeek: import_ds_props_helpers.PropTypes.number.description("first day of week").defaultValue(0),
|
|
156
|
-
keepOpenOnDateSelect: import_ds_props_helpers.PropTypes.bool.description("keep picker open when a date is selected").defaultValue(true),
|
|
157
|
-
reopenPickerOnClearDates: import_ds_props_helpers.PropTypes.bool.description("reopen picker when clearing dates").defaultValue(false),
|
|
158
|
-
hideKeyboardShortcutsPanel: import_ds_props_helpers.PropTypes.bool.description("hide keyabord shortcut panel or not"),
|
|
159
|
-
onPrevMonthClick: import_ds_props_helpers.PropTypes.func.description("function executed when clicking on prev month button"),
|
|
160
|
-
onNextMonthClick: import_ds_props_helpers.PropTypes.func.description("function executed when clicking on next month button"),
|
|
161
|
-
onClose: import_ds_props_helpers.PropTypes.func.description("function executed when component closes"),
|
|
162
|
-
transitionDuration: import_ds_props_helpers.PropTypes.number.description("transition duration").defaultValue(0),
|
|
163
|
-
verticalSpacing: import_ds_props_helpers.PropTypes.number.description("vertical spacing"),
|
|
164
|
-
isDayBlocked: import_ds_props_helpers.PropTypes.func.description("function that returns each day and disables desired dates"),
|
|
165
|
-
isOutsideRange: import_ds_props_helpers.PropTypes.func.description("function that returns each day and disables outisde range dates"),
|
|
166
|
-
isDayHighlighted: import_ds_props_helpers.PropTypes.func.description("function that returns each day and higlights desired dates"),
|
|
167
|
-
minimumNights: import_ds_props_helpers.PropTypes.number.description("Minimum nights"),
|
|
168
|
-
displayFormat: import_ds_props_helpers.PropTypes.string.description("display format").defaultValue("L"),
|
|
169
|
-
displayFormatDay: import_ds_props_helpers.PropTypes.string.description("display format day").defaultValue("D"),
|
|
170
|
-
phrases: import_ds_props_helpers.PropTypes.shape({
|
|
171
|
-
calendarLabel: import_ds_props_helpers.PropTypes.string,
|
|
172
|
-
closeDatePicker: import_ds_props_helpers.PropTypes.string,
|
|
173
|
-
clearDates: import_ds_props_helpers.PropTypes.string,
|
|
174
|
-
focusStartDate: import_ds_props_helpers.PropTypes.string,
|
|
175
|
-
jumpToPrevMonth: import_ds_props_helpers.PropTypes.string,
|
|
176
|
-
jumpToNextMonth: import_ds_props_helpers.PropTypes.string,
|
|
177
|
-
keyboardShortcuts: import_ds_props_helpers.PropTypes.string,
|
|
178
|
-
showKeyboardShortcutsPanel: import_ds_props_helpers.PropTypes.string,
|
|
179
|
-
hideKeyboardShortcutsPanel: import_ds_props_helpers.PropTypes.string,
|
|
180
|
-
openThisPanel: import_ds_props_helpers.PropTypes.string,
|
|
181
|
-
enterKey: import_ds_props_helpers.PropTypes.string,
|
|
182
|
-
leftArrowRightArrow: import_ds_props_helpers.PropTypes.string,
|
|
183
|
-
upArrowDownArrow: import_ds_props_helpers.PropTypes.string,
|
|
184
|
-
pageUpPageDown: import_ds_props_helpers.PropTypes.string,
|
|
185
|
-
homeEnd: import_ds_props_helpers.PropTypes.string,
|
|
186
|
-
escape: import_ds_props_helpers.PropTypes.string,
|
|
187
|
-
questionMark: import_ds_props_helpers.PropTypes.string,
|
|
188
|
-
selectFocusedDate: import_ds_props_helpers.PropTypes.string,
|
|
189
|
-
moveFocusByOneDay: import_ds_props_helpers.PropTypes.string,
|
|
190
|
-
moveFocusByOneWeek: import_ds_props_helpers.PropTypes.string,
|
|
191
|
-
moveFocusByOneMonth: import_ds_props_helpers.PropTypes.string,
|
|
192
|
-
moveFocustoStartAndEndOfWeek: import_ds_props_helpers.PropTypes.string,
|
|
193
|
-
returnFocusToInput: import_ds_props_helpers.PropTypes.string,
|
|
194
|
-
keyboardNavigationInstructions: import_ds_props_helpers.PropTypes.string,
|
|
195
|
-
chooseAvailableStartDate: import_ds_props_helpers.PropTypes.func,
|
|
196
|
-
chooseAvailableEndDate: import_ds_props_helpers.PropTypes.func,
|
|
197
|
-
dateIsUnavailable: import_ds_props_helpers.PropTypes.func,
|
|
198
|
-
dateIsSelected: import_ds_props_helpers.PropTypes.func
|
|
199
|
-
}).description("react-dates phrases"),
|
|
200
|
-
startDate: import_ds_props_helpers.PropTypes.oneOfType([import_ds_props_helpers.PropTypes.instanceOf(Date), import_ds_props_helpers.PropTypes.instanceOf(import_moment.default)]).description(
|
|
201
|
-
"start date value"
|
|
202
|
-
),
|
|
203
|
-
endDate: import_ds_props_helpers.PropTypes.oneOfType([import_ds_props_helpers.PropTypes.instanceOf(Date), import_ds_props_helpers.PropTypes.instanceOf(import_moment.default)]).description(
|
|
204
|
-
"end date value"
|
|
205
|
-
),
|
|
206
|
-
startDateId: import_ds_props_helpers.PropTypes.string.description("start date id"),
|
|
207
|
-
endDateId: import_ds_props_helpers.PropTypes.string.description("end date id"),
|
|
208
|
-
labelFrom: import_ds_props_helpers.PropTypes.string.description("label of start date input"),
|
|
209
|
-
labelTo: import_ds_props_helpers.PropTypes.string.description("label of end date input"),
|
|
210
|
-
enableOutsideDays: import_ds_props_helpers.PropTypes.bool.description("enable days outside current month").defaultValue("true"),
|
|
211
|
-
onDatesChange: import_ds_props_helpers.PropTypes.func.description("function executed when dates change"),
|
|
212
|
-
onChangeStartInput: import_ds_props_helpers.PropTypes.func.description("function executed when start date input changes"),
|
|
213
|
-
onChangeEndInput: import_ds_props_helpers.PropTypes.func.description("function executed when end date input changes"),
|
|
214
|
-
onOutsideClick: import_ds_props_helpers.PropTypes.func.description("function executed when clicking outside component")
|
|
215
|
-
};
|
|
216
|
-
DSDateRangePicker.propTypes = dateRangePickerProps;
|
|
217
|
-
DSDateRangePicker.displayName = "DSDateRangePicker";
|
|
218
|
-
const DateRangePickerWithSchema = (0, import_ds_props_helpers.describe)(DSDateRangePicker);
|
|
219
|
-
DateRangePickerWithSchema.propTypes = dateRangePickerProps;
|
|
220
|
-
var DSDateRangePicker_default = DSDateRangePicker;
|
|
221
|
-
//# sourceMappingURL=DSDateRangePicker.js.map
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/DSDateRangePicker.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["/* eslint-disable max-lines */\nimport React from 'react';\nimport { useDeprecateComponent } from '@elliemae/ds-utilities';\nimport { PropTypes, describe } from '@elliemae/ds-props-helpers';\nimport { convertPropToCssClassName } from '@elliemae/ds-classnames';\nimport moment from 'moment';\nimport 'react-dates/initialize.js';\nimport { DateRangePickerPhrases } from 'react-dates/lib/defaultPhrases.js';\nimport DayPickerRangeController from './components/DayPickerRangeController.js';\nimport DSDateRangePickerImpl, { START_DATE, END_DATE } from './components/DSDateRangePickerImpl.js';\n\nconst DSDateRangePicker = ({\n containerProps = {},\n className = '',\n disabled = false,\n required = false,\n startDateRequired = false,\n endDateRequired = false,\n id,\n hasError = false,\n validationMessage = '',\n readOnly = false,\n screenReaderInputMessage = 'Select date',\n initialVisibleMonth = moment(),\n firstDayOfWeek = 0,\n keepOpenOnDateSelect = true,\n reopenPickerOnClearDates = false,\n hideKeyboardShortcutsPanel = true,\n onPrevMonthClick = () => null,\n onNextMonthClick = () => null,\n onClose = () => null,\n onOutsideClick = () => null,\n transitionDuration = 0,\n verticalSpacing = 0,\n minimumNights = 0,\n isDayBlocked = () => false,\n isOutsideRange = () => false,\n isDayHighlighted = () => false,\n displayFormat = 'L',\n displayFormatDay = 'D',\n phrases = DateRangePickerPhrases,\n startDate,\n endDate,\n startDateId = 'startDateId',\n endDateId = 'endDateId',\n labelFrom = 'From',\n labelTo = 'To',\n enableOutsideDays = true,\n onChangeStartInput = () => null,\n onChangeEndInput = () => null,\n onDatesChange = () => null,\n}) => {\n useDeprecateComponent({ componentName: 'ds-date-range-picker', version: '3.x Date: 2023 Q1' });\n\n const { cssClassName, prefixBlockName } = convertPropToCssClassName('datepicker', className, {\n hasError,\n readOnly,\n disabled,\n id,\n });\n return (\n <div {...containerProps} className={`${prefixBlockName}-range ${cssClassName} ${prefixBlockName}-range`}>\n <DSDateRangePickerImpl\n appendToBody\n disabled={disabled}\n displayFormat={displayFormat}\n displayFormatDay={displayFormatDay}\n enableOutsideDays={enableOutsideDays}\n endDate={endDate}\n endDateId={endDateId}\n firstDayOfWeek={firstDayOfWeek}\n hideKeyboardShortcutsPanel={hideKeyboardShortcutsPanel}\n initialVisibleMonth={() => (initialVisibleMonth ? moment(initialVisibleMonth) : moment(startDate))}\n isDayBlocked={isDayBlocked}\n isDayHighlighted={isDayHighlighted}\n isOutsideRange={isOutsideRange === true || isOutsideRange === false ? () => isOutsideRange : isOutsideRange}\n keepOpenOnDateSelect={keepOpenOnDateSelect}\n labelFrom={labelFrom}\n labelTo={labelTo}\n minimumNights={minimumNights}\n onDatesChange={onDatesChange}\n onChangeStartInput={onChangeStartInput}\n onChangeEndInput={onChangeEndInput}\n onClose={onClose}\n onNextMonthClick={onNextMonthClick}\n onPrevMonthClick={onPrevMonthClick}\n onOutsideClick={onOutsideClick}\n phrases={phrases}\n readOnly={readOnly}\n reopenPickerOnClearDates={reopenPickerOnClearDates}\n required={required}\n startDateRequired={startDateRequired}\n endDateRequired={endDateRequired}\n screenReaderInputMessage={screenReaderInputMessage}\n startDate={startDate}\n startDateId={startDateId}\n transitionDuration={transitionDuration}\n verticalSpacing={verticalSpacing}\n hasError={hasError}\n validationMessage={validationMessage}\n />\n </div>\n );\n};\n\nconst dateRangePickerProps = {\n containerProps: PropTypes.shape({}).description('Set of Properties attached to the main container'),\n className: PropTypes.string.description('html class attribute'),\n disabled: PropTypes.bool.description('disable component or not').defaultValue(false),\n required: PropTypes.bool.description('input is required or not').defaultValue(false),\n startDateRequired: PropTypes.bool.description('start date is required or not').defaultValue(false),\n endDateRequired: PropTypes.bool.description('end date is required or not').defaultValue(false),\n id: PropTypes.string.description('components id'),\n hasError: PropTypes.bool.description('set error state').defaultValue(false),\n validationMessage: PropTypes.string.description('validation message'),\n readOnly: PropTypes.bool.description('component is read only or not').description(false),\n screenReaderInputMessage: PropTypes.string\n .description('message to be anounced by screen reader')\n .defaultValue('select date'),\n initialVisibleMonth: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.instanceOf(moment)]).description(\n 'initial visible month',\n ),\n firstDayOfWeek: PropTypes.number.description('first day of week').defaultValue(0),\n keepOpenOnDateSelect: PropTypes.bool.description('keep picker open when a date is selected').defaultValue(true),\n reopenPickerOnClearDates: PropTypes.bool.description('reopen picker when clearing dates').defaultValue(false),\n hideKeyboardShortcutsPanel: PropTypes.bool.description('hide keyabord shortcut panel or not'),\n onPrevMonthClick: PropTypes.func.description('function executed when clicking on prev month button'),\n onNextMonthClick: PropTypes.func.description('function executed when clicking on next month button'),\n onClose: PropTypes.func.description('function executed when component closes'),\n transitionDuration: PropTypes.number.description('transition duration').defaultValue(0),\n verticalSpacing: PropTypes.number.description('vertical spacing'),\n isDayBlocked: PropTypes.func.description('function that returns each day and disables desired dates'),\n isOutsideRange: PropTypes.func.description('function that returns each day and disables outisde range dates'),\n isDayHighlighted: PropTypes.func.description('function that returns each day and higlights desired dates'),\n minimumNights: PropTypes.number.description('Minimum nights'),\n displayFormat: PropTypes.string.description('display format').defaultValue('L'),\n displayFormatDay: PropTypes.string.description('display format day').defaultValue('D'),\n phrases: PropTypes.shape({\n calendarLabel: PropTypes.string,\n closeDatePicker: PropTypes.string,\n clearDates: PropTypes.string,\n focusStartDate: PropTypes.string,\n jumpToPrevMonth: PropTypes.string,\n jumpToNextMonth: PropTypes.string,\n keyboardShortcuts: PropTypes.string,\n showKeyboardShortcutsPanel: PropTypes.string,\n hideKeyboardShortcutsPanel: PropTypes.string,\n openThisPanel: PropTypes.string,\n enterKey: PropTypes.string,\n leftArrowRightArrow: PropTypes.string,\n upArrowDownArrow: PropTypes.string,\n pageUpPageDown: PropTypes.string,\n homeEnd: PropTypes.string,\n escape: PropTypes.string,\n questionMark: PropTypes.string,\n selectFocusedDate: PropTypes.string,\n moveFocusByOneDay: PropTypes.string,\n moveFocusByOneWeek: PropTypes.string,\n moveFocusByOneMonth: PropTypes.string,\n moveFocustoStartAndEndOfWeek: PropTypes.string,\n returnFocusToInput: PropTypes.string,\n keyboardNavigationInstructions: PropTypes.string,\n chooseAvailableStartDate: PropTypes.func,\n chooseAvailableEndDate: PropTypes.func,\n dateIsUnavailable: PropTypes.func,\n dateIsSelected: PropTypes.func,\n }).description('react-dates phrases'),\n startDate: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.instanceOf(moment)]).description(\n 'start date value',\n ),\n endDate: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.instanceOf(moment)]).description(\n 'end date value',\n ),\n startDateId: PropTypes.string.description('start date id'),\n endDateId: PropTypes.string.description('end date id'),\n labelFrom: PropTypes.string.description('label of start date input'),\n labelTo: PropTypes.string.description('label of end date input'),\n enableOutsideDays: PropTypes.bool.description('enable days outside current month').defaultValue('true'),\n onDatesChange: PropTypes.func.description('function executed when dates change'),\n onChangeStartInput: PropTypes.func.description('function executed when start date input changes'),\n onChangeEndInput: PropTypes.func.description('function executed when end date input changes'),\n onOutsideClick: PropTypes.func.description('function executed when clicking outside component'),\n};\n\nDSDateRangePicker.propTypes = dateRangePickerProps;\nDSDateRangePicker.displayName = 'DSDateRangePicker';\nconst DateRangePickerWithSchema = describe(DSDateRangePicker);\nDateRangePickerWithSchema.propTypes = dateRangePickerProps;\n\nexport { DayPickerRangeController, START_DATE, END_DATE, DateRangePickerWithSchema, DSDateRangePicker };\n\nexport default DSDateRangePicker;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
-
"mappings": "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",
|
|
6
|
-
"names": ["DayPickerRangeController", "moment", "DSDateRangePickerImpl"]
|
|
7
|
-
}
|