@ceed/cds 1.30.0 → 1.30.1
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/index.browser.js +3 -3
- package/dist/index.browser.js.map +2 -2
- package/dist/index.cjs +6 -3
- package/dist/index.js +6 -3
- package/framer/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2918,7 +2918,8 @@ var DatePicker = (0, import_react20.forwardRef)((inProps, ref) => {
|
|
|
2918
2918
|
maxDate: maxDate ? new Date(maxDate) : void 0,
|
|
2919
2919
|
disableFuture,
|
|
2920
2920
|
disablePast,
|
|
2921
|
-
shouldDisableDate: shouldDisableDate ? (date) => shouldDisableDate(formatValueString(date, format)) : void 0
|
|
2921
|
+
shouldDisableDate: shouldDisableDate ? (date) => shouldDisableDate(formatValueString(date, format)) : void 0,
|
|
2922
|
+
locale
|
|
2922
2923
|
}
|
|
2923
2924
|
), !hideClearButton && /* @__PURE__ */ import_react20.default.createElement(
|
|
2924
2925
|
DialogActions_default,
|
|
@@ -5171,7 +5172,8 @@ var DateRangePicker = (0, import_react29.forwardRef)((inProps, ref) => {
|
|
|
5171
5172
|
minDate: minDate ? new Date(minDate) : void 0,
|
|
5172
5173
|
maxDate: maxDate ? new Date(maxDate) : void 0,
|
|
5173
5174
|
disableFuture,
|
|
5174
|
-
disablePast
|
|
5175
|
+
disablePast,
|
|
5176
|
+
locale
|
|
5175
5177
|
}
|
|
5176
5178
|
), !hideClearButton && /* @__PURE__ */ import_react29.default.createElement(
|
|
5177
5179
|
DialogActions_default,
|
|
@@ -6297,7 +6299,8 @@ var MonthRangePicker = (0, import_react39.forwardRef)((inProps, ref) => {
|
|
|
6297
6299
|
minDate: minDate ? new Date(minDate) : void 0,
|
|
6298
6300
|
maxDate: maxDate ? new Date(maxDate) : void 0,
|
|
6299
6301
|
disableFuture,
|
|
6300
|
-
disablePast
|
|
6302
|
+
disablePast,
|
|
6303
|
+
locale
|
|
6301
6304
|
}
|
|
6302
6305
|
), /* @__PURE__ */ import_react39.default.createElement(
|
|
6303
6306
|
DialogActions_default,
|
package/dist/index.js
CHANGED
|
@@ -2801,7 +2801,8 @@ var DatePicker = forwardRef6((inProps, ref) => {
|
|
|
2801
2801
|
maxDate: maxDate ? new Date(maxDate) : void 0,
|
|
2802
2802
|
disableFuture,
|
|
2803
2803
|
disablePast,
|
|
2804
|
-
shouldDisableDate: shouldDisableDate ? (date) => shouldDisableDate(formatValueString(date, format)) : void 0
|
|
2804
|
+
shouldDisableDate: shouldDisableDate ? (date) => shouldDisableDate(formatValueString(date, format)) : void 0,
|
|
2805
|
+
locale
|
|
2805
2806
|
}
|
|
2806
2807
|
), !hideClearButton && /* @__PURE__ */ React18.createElement(
|
|
2807
2808
|
DialogActions_default,
|
|
@@ -5054,7 +5055,8 @@ var DateRangePicker = forwardRef8((inProps, ref) => {
|
|
|
5054
5055
|
minDate: minDate ? new Date(minDate) : void 0,
|
|
5055
5056
|
maxDate: maxDate ? new Date(maxDate) : void 0,
|
|
5056
5057
|
disableFuture,
|
|
5057
|
-
disablePast
|
|
5058
|
+
disablePast,
|
|
5059
|
+
locale
|
|
5058
5060
|
}
|
|
5059
5061
|
), !hideClearButton && /* @__PURE__ */ React26.createElement(
|
|
5060
5062
|
DialogActions_default,
|
|
@@ -6186,7 +6188,8 @@ var MonthRangePicker = forwardRef10((inProps, ref) => {
|
|
|
6186
6188
|
minDate: minDate ? new Date(minDate) : void 0,
|
|
6187
6189
|
maxDate: maxDate ? new Date(maxDate) : void 0,
|
|
6188
6190
|
disableFuture,
|
|
6189
|
-
disablePast
|
|
6191
|
+
disablePast,
|
|
6192
|
+
locale
|
|
6190
6193
|
}
|
|
6191
6194
|
), /* @__PURE__ */ React36.createElement(
|
|
6192
6195
|
DialogActions_default,
|